diff --git a/.github/workflows/new-release-branch.yaml b/.github/workflows/new-release-branch.yaml index 69e652d1e0921..dcd720a42da4f 100644 --- a/.github/workflows/new-release-branch.yaml +++ b/.github/workflows/new-release-branch.yaml @@ -37,7 +37,7 @@ jobs: git add src/compiler/corePublic.ts git add tests/baselines/reference/api/typescript.d.ts git add tests/baselines/reference/api/tsserverlibrary.d.ts - git add ./lib + git add --force ./lib git config user.email "typescriptbot@microsoft.com" git config user.name "TypeScript Bot" git commit -m 'Bump version to ${{ github.event.client_payload.package_version }} and LKG' diff --git a/.github/workflows/set-version.yaml b/.github/workflows/set-version.yaml index 3b3bdf59c03c0..0fc9d58d16706 100644 --- a/.github/workflows/set-version.yaml +++ b/.github/workflows/set-version.yaml @@ -43,7 +43,7 @@ jobs: git add src/compiler/corePublic.ts git add tests/baselines/reference/api/typescript.d.ts git add tests/baselines/reference/api/tsserverlibrary.d.ts - git add ./lib + git add --force ./lib git config user.email "typescriptbot@microsoft.com" git config user.name "TypeScript Bot" git commit -m 'Bump version to ${{ github.event.client_payload.package_version }} and LKG' diff --git a/.github/workflows/update-lkg.yml b/.github/workflows/update-lkg.yml index 86aa4d98fd4ba..98e825f9f7de2 100644 --- a/.github/workflows/update-lkg.yml +++ b/.github/workflows/update-lkg.yml @@ -25,6 +25,6 @@ jobs: npx hereby LKG npm test git diff - git add ./lib + git add --force ./lib git commit -m "Update LKG" git push diff --git a/Herebyfile.mjs b/Herebyfile.mjs index 0bdfa424cfe63..9c58b68681b87 100644 --- a/Herebyfile.mjs +++ b/Herebyfile.mjs @@ -171,7 +171,7 @@ function createBundler(entrypoint, outfile, taskOptions = {}) { bundle: true, outfile, platform: "node", - target: "es2018", + target: ["es2020", "node14.17"], format: "cjs", sourcemap: "linked", sourcesContent: false, diff --git a/package-lock.json b/package-lock.json index af99455d24678..f569c888ef9a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -57,13 +57,13 @@ "which": "^2.0.2" }, "engines": { - "node": ">=12.20" + "node": ">=14.17" } }, "node_modules/@esbuild/android-arm": { - "version": "0.17.15", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.17.15.tgz", - "integrity": "sha512-sRSOVlLawAktpMvDyJIkdLI/c/kdRTOqo8t6ImVxg8yT7LQDUYV5Rp2FKeEosLr6ZCja9UjYAzyRSxGteSJPYg==", + "version": "0.17.17", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.17.17.tgz", + "integrity": "sha512-E6VAZwN7diCa3labs0GYvhEPL2M94WLF8A+czO8hfjREXxba8Ng7nM5VxV+9ihNXIY1iQO1XxUU4P7hbqbICxg==", "cpu": [ "arm" ], @@ -77,9 +77,9 @@ } }, "node_modules/@esbuild/android-arm64": { - "version": "0.17.15", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.17.15.tgz", - "integrity": "sha512-0kOB6Y7Br3KDVgHeg8PRcvfLkq+AccreK///B4Z6fNZGr/tNHX0z2VywCc7PTeWp+bPvjA5WMvNXltHw5QjAIA==", + "version": "0.17.17", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.17.17.tgz", + "integrity": "sha512-jaJ5IlmaDLFPNttv0ofcwy/cfeY4bh/n705Tgh+eLObbGtQBK3EPAu+CzL95JVE4nFAliyrnEu0d32Q5foavqg==", "cpu": [ "arm64" ], @@ -93,9 +93,9 @@ } }, "node_modules/@esbuild/android-x64": { - "version": "0.17.15", - "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.17.15.tgz", - "integrity": "sha512-MzDqnNajQZ63YkaUWVl9uuhcWyEyh69HGpMIrf+acR4otMkfLJ4sUCxqwbCyPGicE9dVlrysI3lMcDBjGiBBcQ==", + "version": "0.17.17", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.17.17.tgz", + "integrity": "sha512-446zpfJ3nioMC7ASvJB1pszHVskkw4u/9Eu8s5yvvsSDTzYh4p4ZIRj0DznSl3FBF0Z/mZfrKXTtt0QCoFmoHA==", "cpu": [ "x64" ], @@ -109,9 +109,9 @@ } }, "node_modules/@esbuild/darwin-arm64": { - "version": "0.17.15", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.17.15.tgz", - "integrity": "sha512-7siLjBc88Z4+6qkMDxPT2juf2e8SJxmsbNVKFY2ifWCDT72v5YJz9arlvBw5oB4W/e61H1+HDB/jnu8nNg0rLA==", + "version": "0.17.17", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.17.17.tgz", + "integrity": "sha512-m/gwyiBwH3jqfUabtq3GH31otL/0sE0l34XKpSIqR7NjQ/XHQ3lpmQHLHbG8AHTGCw8Ao059GvV08MS0bhFIJQ==", "cpu": [ "arm64" ], @@ -125,9 +125,9 @@ } }, "node_modules/@esbuild/darwin-x64": { - "version": "0.17.15", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.17.15.tgz", - "integrity": "sha512-NbImBas2rXwYI52BOKTW342Tm3LTeVlaOQ4QPZ7XuWNKiO226DisFk/RyPk3T0CKZkKMuU69yOvlapJEmax7cg==", + "version": "0.17.17", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.17.17.tgz", + "integrity": "sha512-4utIrsX9IykrqYaXR8ob9Ha2hAY2qLc6ohJ8c0CN1DR8yWeMrTgYFjgdeQ9LIoTOfLetXjuCu5TRPHT9yKYJVg==", "cpu": [ "x64" ], @@ -141,9 +141,9 @@ } }, "node_modules/@esbuild/freebsd-arm64": { - "version": "0.17.15", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.17.15.tgz", - "integrity": "sha512-Xk9xMDjBVG6CfgoqlVczHAdJnCs0/oeFOspFap5NkYAmRCT2qTn1vJWA2f419iMtsHSLm+O8B6SLV/HlY5cYKg==", + "version": "0.17.17", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.17.17.tgz", + "integrity": "sha512-4PxjQII/9ppOrpEwzQ1b0pXCsFLqy77i0GaHodrmzH9zq2/NEhHMAMJkJ635Ns4fyJPFOlHMz4AsklIyRqFZWA==", "cpu": [ "arm64" ], @@ -157,9 +157,9 @@ } }, "node_modules/@esbuild/freebsd-x64": { - "version": "0.17.15", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.17.15.tgz", - "integrity": "sha512-3TWAnnEOdclvb2pnfsTWtdwthPfOz7qAfcwDLcfZyGJwm1SRZIMOeB5FODVhnM93mFSPsHB9b/PmxNNbSnd0RQ==", + "version": "0.17.17", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.17.17.tgz", + "integrity": "sha512-lQRS+4sW5S3P1sv0z2Ym807qMDfkmdhUYX30GRBURtLTrJOPDpoU0kI6pVz1hz3U0+YQ0tXGS9YWveQjUewAJw==", "cpu": [ "x64" ], @@ -173,9 +173,9 @@ } }, "node_modules/@esbuild/linux-arm": { - "version": "0.17.15", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.17.15.tgz", - "integrity": "sha512-MLTgiXWEMAMr8nmS9Gigx43zPRmEfeBfGCwxFQEMgJ5MC53QKajaclW6XDPjwJvhbebv+RzK05TQjvH3/aM4Xw==", + "version": "0.17.17", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.17.17.tgz", + "integrity": "sha512-biDs7bjGdOdcmIk6xU426VgdRUpGg39Yz6sT9Xp23aq+IEHDb/u5cbmu/pAANpDB4rZpY/2USPhCA+w9t3roQg==", "cpu": [ "arm" ], @@ -189,9 +189,9 @@ } }, "node_modules/@esbuild/linux-arm64": { - "version": "0.17.15", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.17.15.tgz", - "integrity": "sha512-T0MVnYw9KT6b83/SqyznTs/3Jg2ODWrZfNccg11XjDehIved2oQfrX/wVuev9N936BpMRaTR9I1J0tdGgUgpJA==", + "version": "0.17.17", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.17.17.tgz", + "integrity": "sha512-2+pwLx0whKY1/Vqt8lyzStyda1v0qjJ5INWIe+d8+1onqQxHLLi3yr5bAa4gvbzhZqBztifYEu8hh1La5+7sUw==", "cpu": [ "arm64" ], @@ -205,9 +205,9 @@ } }, "node_modules/@esbuild/linux-ia32": { - "version": "0.17.15", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.17.15.tgz", - "integrity": "sha512-wp02sHs015T23zsQtU4Cj57WiteiuASHlD7rXjKUyAGYzlOKDAjqK6bk5dMi2QEl/KVOcsjwL36kD+WW7vJt8Q==", + "version": "0.17.17", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.17.17.tgz", + "integrity": "sha512-IBTTv8X60dYo6P2t23sSUYym8fGfMAiuv7PzJ+0LcdAndZRzvke+wTVxJeCq4WgjppkOpndL04gMZIFvwoU34Q==", "cpu": [ "ia32" ], @@ -221,9 +221,9 @@ } }, "node_modules/@esbuild/linux-loong64": { - "version": "0.17.15", - "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.17.15.tgz", - "integrity": "sha512-k7FsUJjGGSxwnBmMh8d7IbObWu+sF/qbwc+xKZkBe/lTAF16RqxRCnNHA7QTd3oS2AfGBAnHlXL67shV5bBThQ==", + "version": "0.17.17", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.17.17.tgz", + "integrity": "sha512-WVMBtcDpATjaGfWfp6u9dANIqmU9r37SY8wgAivuKmgKHE+bWSuv0qXEFt/p3qXQYxJIGXQQv6hHcm7iWhWjiw==", "cpu": [ "loong64" ], @@ -237,9 +237,9 @@ } }, "node_modules/@esbuild/linux-mips64el": { - "version": "0.17.15", - "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.17.15.tgz", - "integrity": "sha512-ZLWk6czDdog+Q9kE/Jfbilu24vEe/iW/Sj2d8EVsmiixQ1rM2RKH2n36qfxK4e8tVcaXkvuV3mU5zTZviE+NVQ==", + "version": "0.17.17", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.17.17.tgz", + "integrity": "sha512-2kYCGh8589ZYnY031FgMLy0kmE4VoGdvfJkxLdxP4HJvWNXpyLhjOvxVsYjYZ6awqY4bgLR9tpdYyStgZZhi2A==", "cpu": [ "mips64el" ], @@ -253,9 +253,9 @@ } }, "node_modules/@esbuild/linux-ppc64": { - "version": "0.17.15", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.17.15.tgz", - "integrity": "sha512-mY6dPkIRAiFHRsGfOYZC8Q9rmr8vOBZBme0/j15zFUKM99d4ILY4WpOC7i/LqoY+RE7KaMaSfvY8CqjJtuO4xg==", + "version": "0.17.17", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.17.17.tgz", + "integrity": "sha512-KIdG5jdAEeAKogfyMTcszRxy3OPbZhq0PPsW4iKKcdlbk3YE4miKznxV2YOSmiK/hfOZ+lqHri3v8eecT2ATwQ==", "cpu": [ "ppc64" ], @@ -269,9 +269,9 @@ } }, "node_modules/@esbuild/linux-riscv64": { - "version": "0.17.15", - "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.17.15.tgz", - "integrity": "sha512-EcyUtxffdDtWjjwIH8sKzpDRLcVtqANooMNASO59y+xmqqRYBBM7xVLQhqF7nksIbm2yHABptoioS9RAbVMWVA==", + "version": "0.17.17", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.17.17.tgz", + "integrity": "sha512-Cj6uWLBR5LWhcD/2Lkfg2NrkVsNb2sFM5aVEfumKB2vYetkA/9Uyc1jVoxLZ0a38sUhFk4JOVKH0aVdPbjZQeA==", "cpu": [ "riscv64" ], @@ -285,9 +285,9 @@ } }, "node_modules/@esbuild/linux-s390x": { - "version": "0.17.15", - "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.17.15.tgz", - "integrity": "sha512-BuS6Jx/ezxFuHxgsfvz7T4g4YlVrmCmg7UAwboeyNNg0OzNzKsIZXpr3Sb/ZREDXWgt48RO4UQRDBxJN3B9Rbg==", + "version": "0.17.17", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.17.17.tgz", + "integrity": "sha512-lK+SffWIr0XsFf7E0srBjhpkdFVJf3HEgXCwzkm69kNbRar8MhezFpkIwpk0qo2IOQL4JE4mJPJI8AbRPLbuOQ==", "cpu": [ "s390x" ], @@ -301,9 +301,9 @@ } }, "node_modules/@esbuild/linux-x64": { - "version": "0.17.15", - "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.17.15.tgz", - "integrity": "sha512-JsdS0EgEViwuKsw5tiJQo9UdQdUJYuB+Mf6HxtJSPN35vez1hlrNb1KajvKWF5Sa35j17+rW1ECEO9iNrIXbNg==", + "version": "0.17.17", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.17.17.tgz", + "integrity": "sha512-XcSGTQcWFQS2jx3lZtQi7cQmDYLrpLRyz1Ns1DzZCtn898cWfm5Icx/DEWNcTU+T+tyPV89RQtDnI7qL2PObPg==", "cpu": [ "x64" ], @@ -317,9 +317,9 @@ } }, "node_modules/@esbuild/netbsd-x64": { - "version": "0.17.15", - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.17.15.tgz", - "integrity": "sha512-R6fKjtUysYGym6uXf6qyNephVUQAGtf3n2RCsOST/neIwPqRWcnc3ogcielOd6pT+J0RDR1RGcy0ZY7d3uHVLA==", + "version": "0.17.17", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.17.17.tgz", + "integrity": "sha512-RNLCDmLP5kCWAJR+ItLM3cHxzXRTe4N00TQyQiimq+lyqVqZWGPAvcyfUBM0isE79eEZhIuGN09rAz8EL5KdLA==", "cpu": [ "x64" ], @@ -333,9 +333,9 @@ } }, "node_modules/@esbuild/openbsd-x64": { - "version": "0.17.15", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.17.15.tgz", - "integrity": "sha512-mVD4PGc26b8PI60QaPUltYKeSX0wxuy0AltC+WCTFwvKCq2+OgLP4+fFd+hZXzO2xW1HPKcytZBdjqL6FQFa7w==", + "version": "0.17.17", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.17.17.tgz", + "integrity": "sha512-PAXswI5+cQq3Pann7FNdcpSUrhrql3wKjj3gVkmuz6OHhqqYxKvi6GgRBoaHjaG22HV/ZZEgF9TlS+9ftHVigA==", "cpu": [ "x64" ], @@ -349,9 +349,9 @@ } }, "node_modules/@esbuild/sunos-x64": { - "version": "0.17.15", - "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.17.15.tgz", - "integrity": "sha512-U6tYPovOkw3459t2CBwGcFYfFRjivcJJc1WC8Q3funIwX8x4fP+R6xL/QuTPNGOblbq/EUDxj9GU+dWKX0oWlQ==", + "version": "0.17.17", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.17.17.tgz", + "integrity": "sha512-V63egsWKnx/4V0FMYkr9NXWrKTB5qFftKGKuZKFIrAkO/7EWLFnbBZNM1CvJ6Sis+XBdPws2YQSHF1Gqf1oj/Q==", "cpu": [ "x64" ], @@ -365,9 +365,9 @@ } }, "node_modules/@esbuild/win32-arm64": { - "version": "0.17.15", - "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.17.15.tgz", - "integrity": "sha512-W+Z5F++wgKAleDABemiyXVnzXgvRFs+GVKThSI+mGgleLWluv0D7Diz4oQpgdpNzh4i2nNDzQtWbjJiqutRp6Q==", + "version": "0.17.17", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.17.17.tgz", + "integrity": "sha512-YtUXLdVnd6YBSYlZODjWzH+KzbaubV0YVd6UxSfoFfa5PtNJNaW+1i+Hcmjpg2nEe0YXUCNF5bkKy1NnBv1y7Q==", "cpu": [ "arm64" ], @@ -381,9 +381,9 @@ } }, "node_modules/@esbuild/win32-ia32": { - "version": "0.17.15", - "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.17.15.tgz", - "integrity": "sha512-Muz/+uGgheShKGqSVS1KsHtCyEzcdOn/W/Xbh6H91Etm+wiIfwZaBn1W58MeGtfI8WA961YMHFYTthBdQs4t+w==", + "version": "0.17.17", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.17.17.tgz", + "integrity": "sha512-yczSLRbDdReCO74Yfc5tKG0izzm+lPMYyO1fFTcn0QNwnKmc3K+HdxZWLGKg4pZVte7XVgcFku7TIZNbWEJdeQ==", "cpu": [ "ia32" ], @@ -397,9 +397,9 @@ } }, "node_modules/@esbuild/win32-x64": { - "version": "0.17.15", - "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.17.15.tgz", - "integrity": "sha512-DjDa9ywLUUmjhV2Y9wUTIF+1XsmuFGvZoCmOWkli1XcNAh5t25cc7fgsCx4Zi/Uurep3TTLyDiKATgGEg61pkA==", + "version": "0.17.17", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.17.17.tgz", + "integrity": "sha512-FNZw7H3aqhF9OyRQbDDnzUApDXfC1N6fgBhkqEO2jvYCJ+DxMTfZVqg3AX0R1khg1wHTBRD5SdcibSJ+XF6bFg==", "cpu": [ "x64" ], @@ -486,9 +486,9 @@ } }, "node_modules/@eslint/js": { - "version": "8.37.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.37.0.tgz", - "integrity": "sha512-x5vzdtOOGgFVDCUs81QRB2+liax8rFg3+7hqM+QhBG0/G3F1ZsoYl97UrqgHgQ9KKT7G6c4V+aTUCgu/n22v1A==", + "version": "8.38.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.38.0.tgz", + "integrity": "sha512-IoD2MfUnOV58ghIHCiil01PcohxjbYR/qCxsoC+xNgUwh1EY8jOOrYmu3d3a71+tJJ23uscEV4X2HJWMsPJu4g==", "dev": true, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" @@ -836,15 +836,15 @@ "dev": true }, "node_modules/@typescript-eslint/eslint-plugin": { - "version": "5.57.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.57.1.tgz", - "integrity": "sha512-1MeobQkQ9tztuleT3v72XmY0XuKXVXusAhryoLuU5YZ+mXoYKZP9SQ7Flulh1NX4DTjpGTc2b/eMu4u7M7dhnQ==", + "version": "5.58.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.58.0.tgz", + "integrity": "sha512-vxHvLhH0qgBd3/tW6/VccptSfc8FxPQIkmNTVLWcCOVqSBvqpnKkBTYrhcGlXfSnd78azwe+PsjYFj0X34/njA==", "dev": true, "dependencies": { "@eslint-community/regexpp": "^4.4.0", - "@typescript-eslint/scope-manager": "5.57.1", - "@typescript-eslint/type-utils": "5.57.1", - "@typescript-eslint/utils": "5.57.1", + "@typescript-eslint/scope-manager": "5.58.0", + "@typescript-eslint/type-utils": "5.58.0", + "@typescript-eslint/utils": "5.58.0", "debug": "^4.3.4", "grapheme-splitter": "^1.0.4", "ignore": "^5.2.0", @@ -870,14 +870,14 @@ } }, "node_modules/@typescript-eslint/parser": { - "version": "5.57.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.57.1.tgz", - "integrity": "sha512-hlA0BLeVSA/wBPKdPGxoVr9Pp6GutGoY380FEhbVi0Ph4WNe8kLvqIRx76RSQt1lynZKfrXKs0/XeEk4zZycuA==", + "version": "5.58.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.58.0.tgz", + "integrity": "sha512-ixaM3gRtlfrKzP8N6lRhBbjTow1t6ztfBvQNGuRM8qH1bjFFXIJ35XY+FC0RRBKn3C6cT+7VW1y8tNm7DwPHDQ==", "dev": true, "dependencies": { - "@typescript-eslint/scope-manager": "5.57.1", - "@typescript-eslint/types": "5.57.1", - "@typescript-eslint/typescript-estree": "5.57.1", + "@typescript-eslint/scope-manager": "5.58.0", + "@typescript-eslint/types": "5.58.0", + "@typescript-eslint/typescript-estree": "5.58.0", "debug": "^4.3.4" }, "engines": { @@ -897,13 +897,13 @@ } }, "node_modules/@typescript-eslint/scope-manager": { - "version": "5.57.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.57.1.tgz", - "integrity": "sha512-N/RrBwEUKMIYxSKl0oDK5sFVHd6VI7p9K5MyUlVYAY6dyNb/wHUqndkTd3XhpGlXgnQsBkRZuu4f9kAHghvgPw==", + "version": "5.58.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.58.0.tgz", + "integrity": "sha512-b+w8ypN5CFvrXWQb9Ow9T4/6LC2MikNf1viLkYTiTbkQl46CnR69w7lajz1icW0TBsYmlpg+mRzFJ4LEJ8X9NA==", "dev": true, "dependencies": { - "@typescript-eslint/types": "5.57.1", - "@typescript-eslint/visitor-keys": "5.57.1" + "@typescript-eslint/types": "5.58.0", + "@typescript-eslint/visitor-keys": "5.58.0" }, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" @@ -914,13 +914,13 @@ } }, "node_modules/@typescript-eslint/type-utils": { - "version": "5.57.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.57.1.tgz", - "integrity": "sha512-/RIPQyx60Pt6ga86hKXesXkJ2WOS4UemFrmmq/7eOyiYjYv/MUSHPlkhU6k9T9W1ytnTJueqASW+wOmW4KrViw==", + "version": "5.58.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.58.0.tgz", + "integrity": "sha512-FF5vP/SKAFJ+LmR9PENql7fQVVgGDOS+dq3j+cKl9iW/9VuZC/8CFmzIP0DLKXfWKpRHawJiG70rVH+xZZbp8w==", "dev": true, "dependencies": { - "@typescript-eslint/typescript-estree": "5.57.1", - "@typescript-eslint/utils": "5.57.1", + "@typescript-eslint/typescript-estree": "5.58.0", + "@typescript-eslint/utils": "5.58.0", "debug": "^4.3.4", "tsutils": "^3.21.0" }, @@ -941,9 +941,9 @@ } }, "node_modules/@typescript-eslint/types": { - "version": "5.57.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.57.1.tgz", - "integrity": "sha512-bSs4LOgyV3bJ08F5RDqO2KXqg3WAdwHCu06zOqcQ6vqbTJizyBhuh1o1ImC69X4bV2g1OJxbH71PJqiO7Y1RuA==", + "version": "5.58.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.58.0.tgz", + "integrity": "sha512-JYV4eITHPzVQMnHZcYJXl2ZloC7thuUHrcUmxtzvItyKPvQ50kb9QXBkgNAt90OYMqwaodQh2kHutWZl1fc+1g==", "dev": true, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" @@ -954,13 +954,13 @@ } }, "node_modules/@typescript-eslint/typescript-estree": { - "version": "5.57.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.57.1.tgz", - "integrity": "sha512-A2MZqD8gNT0qHKbk2wRspg7cHbCDCk2tcqt6ScCFLr5Ru8cn+TCfM786DjPhqwseiS+PrYwcXht5ztpEQ6TFTw==", + "version": "5.58.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.58.0.tgz", + "integrity": "sha512-cRACvGTodA+UxnYM2uwA2KCwRL7VAzo45syNysqlMyNyjw0Z35Icc9ihPJZjIYuA5bXJYiJ2YGUB59BqlOZT1Q==", "dev": true, "dependencies": { - "@typescript-eslint/types": "5.57.1", - "@typescript-eslint/visitor-keys": "5.57.1", + "@typescript-eslint/types": "5.58.0", + "@typescript-eslint/visitor-keys": "5.58.0", "debug": "^4.3.4", "globby": "^11.1.0", "is-glob": "^4.0.3", @@ -981,17 +981,17 @@ } }, "node_modules/@typescript-eslint/utils": { - "version": "5.57.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.57.1.tgz", - "integrity": "sha512-kN6vzzf9NkEtawECqze6v99LtmDiUJCVpvieTFA1uL7/jDghiJGubGZ5csicYHU1Xoqb3oH/R5cN5df6W41Nfg==", + "version": "5.58.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.58.0.tgz", + "integrity": "sha512-gAmLOTFXMXOC+zP1fsqm3VceKSBQJNzV385Ok3+yzlavNHZoedajjS4UyS21gabJYcobuigQPs/z71A9MdJFqQ==", "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", "@types/json-schema": "^7.0.9", "@types/semver": "^7.3.12", - "@typescript-eslint/scope-manager": "5.57.1", - "@typescript-eslint/types": "5.57.1", - "@typescript-eslint/typescript-estree": "5.57.1", + "@typescript-eslint/scope-manager": "5.58.0", + "@typescript-eslint/types": "5.58.0", + "@typescript-eslint/typescript-estree": "5.58.0", "eslint-scope": "^5.1.1", "semver": "^7.3.7" }, @@ -1007,12 +1007,12 @@ } }, "node_modules/@typescript-eslint/visitor-keys": { - "version": "5.57.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.57.1.tgz", - "integrity": "sha512-RjQrAniDU0CEk5r7iphkm731zKlFiUjvcBS2yHAg8WWqFMCaCrD0rKEVOMUyMMcbGPZ0bPp56srkGWrgfZqLRA==", + "version": "5.58.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.58.0.tgz", + "integrity": "sha512-/fBraTlPj0jwdyTwLyrRTxv/3lnU2H96pNTVM6z3esTWLtA5MZ9ghSMJ7Rb+TtUAdtEw9EyJzJ0EydIMKxQ9gA==", "dev": true, "dependencies": { - "@typescript-eslint/types": "5.57.1", + "@typescript-eslint/types": "5.58.0", "eslint-visitor-keys": "^3.3.0" }, "engines": { @@ -1797,9 +1797,9 @@ } }, "node_modules/esbuild": { - "version": "0.17.15", - "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.17.15.tgz", - "integrity": "sha512-LBUV2VsUIc/iD9ME75qhT4aJj0r75abCVS0jakhFzOtR7TQsqQA5w0tZ+KTKnwl3kXE0MhskNdHDh/I5aCR1Zw==", + "version": "0.17.17", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.17.17.tgz", + "integrity": "sha512-/jUywtAymR8jR4qsa2RujlAF7Krpt5VWi72Q2yuLD4e/hvtNcFQ0I1j8m/bxq238pf3/0KO5yuXNpuLx8BE1KA==", "dev": true, "hasInstallScript": true, "bin": { @@ -1809,28 +1809,28 @@ "node": ">=12" }, "optionalDependencies": { - "@esbuild/android-arm": "0.17.15", - "@esbuild/android-arm64": "0.17.15", - "@esbuild/android-x64": "0.17.15", - "@esbuild/darwin-arm64": "0.17.15", - "@esbuild/darwin-x64": "0.17.15", - "@esbuild/freebsd-arm64": "0.17.15", - "@esbuild/freebsd-x64": "0.17.15", - "@esbuild/linux-arm": "0.17.15", - "@esbuild/linux-arm64": "0.17.15", - "@esbuild/linux-ia32": "0.17.15", - "@esbuild/linux-loong64": "0.17.15", - "@esbuild/linux-mips64el": "0.17.15", - "@esbuild/linux-ppc64": "0.17.15", - "@esbuild/linux-riscv64": "0.17.15", - "@esbuild/linux-s390x": "0.17.15", - "@esbuild/linux-x64": "0.17.15", - "@esbuild/netbsd-x64": "0.17.15", - "@esbuild/openbsd-x64": "0.17.15", - "@esbuild/sunos-x64": "0.17.15", - "@esbuild/win32-arm64": "0.17.15", - "@esbuild/win32-ia32": "0.17.15", - "@esbuild/win32-x64": "0.17.15" + "@esbuild/android-arm": "0.17.17", + "@esbuild/android-arm64": "0.17.17", + "@esbuild/android-x64": "0.17.17", + "@esbuild/darwin-arm64": "0.17.17", + "@esbuild/darwin-x64": "0.17.17", + "@esbuild/freebsd-arm64": "0.17.17", + "@esbuild/freebsd-x64": "0.17.17", + "@esbuild/linux-arm": "0.17.17", + "@esbuild/linux-arm64": "0.17.17", + "@esbuild/linux-ia32": "0.17.17", + "@esbuild/linux-loong64": "0.17.17", + "@esbuild/linux-mips64el": "0.17.17", + "@esbuild/linux-ppc64": "0.17.17", + "@esbuild/linux-riscv64": "0.17.17", + "@esbuild/linux-s390x": "0.17.17", + "@esbuild/linux-x64": "0.17.17", + "@esbuild/netbsd-x64": "0.17.17", + "@esbuild/openbsd-x64": "0.17.17", + "@esbuild/sunos-x64": "0.17.17", + "@esbuild/win32-arm64": "0.17.17", + "@esbuild/win32-ia32": "0.17.17", + "@esbuild/win32-x64": "0.17.17" } }, "node_modules/escalade": { @@ -1855,15 +1855,15 @@ } }, "node_modules/eslint": { - "version": "8.37.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.37.0.tgz", - "integrity": "sha512-NU3Ps9nI05GUoVMxcZx1J8CNR6xOvUT4jAUMH5+z8lpp3aEdPVCImKw6PWG4PY+Vfkpr+jvMpxs/qoE7wq0sPw==", + "version": "8.38.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.38.0.tgz", + "integrity": "sha512-pIdsD2jwlUGf/U38Jv97t8lq6HpaU/G9NKbYmpWpZGw3LdTNhZLbJePqxOXGB5+JEKfOPU/XLxYxFh03nr1KTg==", "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", "@eslint-community/regexpp": "^4.4.0", "@eslint/eslintrc": "^2.0.2", - "@eslint/js": "8.37.0", + "@eslint/js": "8.38.0", "@humanwhocodes/config-array": "^0.11.8", "@humanwhocodes/module-importer": "^1.0.1", "@nodelib/fs.walk": "^1.2.8", @@ -1948,9 +1948,9 @@ } }, "node_modules/eslint-module-utils": { - "version": "2.7.4", - "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.7.4.tgz", - "integrity": "sha512-j4GT+rqzCoRKHwURX7pddtIPGySnX9Si/cgMI5ztrcqOPtk5dDEeZ34CQVPphnqkJytlc97Vuk05Um2mJ3gEQA==", + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.8.0.tgz", + "integrity": "sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==", "dev": true, "dependencies": { "debug": "^3.2.7" @@ -2085,9 +2085,9 @@ } }, "node_modules/eslint/node_modules/eslint-scope": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.1.1.tgz", - "integrity": "sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.0.tgz", + "integrity": "sha512-DYj5deGlHBfMt15J7rdtyKNq/Nqlv5KfU4iodrQ019XESsRnwXH9KAE0y3cwtUHDo2ob7CypAnCqefh6vioWRw==", "dev": true, "dependencies": { "esrecurse": "^4.3.0", @@ -2095,6 +2095,9 @@ }, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" } }, "node_modules/eslint/node_modules/estraverse": { @@ -2230,9 +2233,9 @@ "dev": true }, "node_modules/fast-xml-parser": { - "version": "4.1.3", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.1.3.tgz", - "integrity": "sha512-LsNDahCiCcJPe8NO7HijcnukHB24tKbfDDA5IILx9dmW3Frb52lhbeX6MPNUSvyGNfav2VTYpJ/OqkRoVLrh2Q==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.2.0.tgz", + "integrity": "sha512-+zVQv4aVTO+o8oRUyRL7PjgeVo1J6oP8Cw2+a8UTZQcj5V0yUK5T63gTN0ldgiHDPghUjKc4OpT6SwMTwnOQug==", "dev": true, "dependencies": { "strnum": "^1.0.5" @@ -2886,9 +2889,9 @@ } }, "node_modules/is-core-module": { - "version": "2.11.0", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.11.0.tgz", - "integrity": "sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw==", + "version": "2.12.0", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.12.0.tgz", + "integrity": "sha512-RECHCBCd/viahWmwj6enj19sKbHfJrddi/6cBDsNTKbNq0f7VeaUkBo60BqzvPqo/W54ChS62Z5qyun7cfOMqQ==", "dev": true, "dependencies": { "has": "^1.0.3" @@ -3855,12 +3858,12 @@ } }, "node_modules/resolve": { - "version": "1.22.2", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.2.tgz", - "integrity": "sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==", + "version": "1.22.3", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.3.tgz", + "integrity": "sha512-P8ur/gp/AmbEzjr729bZnLjXK5Z+4P0zhIJgBgzqRih7hL7BOukHGtSTA3ACMY467GRFz3duQsi0bDZdR7DKdw==", "dev": true, "dependencies": { - "is-core-module": "^2.11.0", + "is-core-module": "^2.12.0", "path-parse": "^1.0.7", "supports-preserve-symlinks-flag": "^1.0.0" }, @@ -3983,9 +3986,9 @@ } }, "node_modules/semver": { - "version": "7.3.8", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz", - "integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==", + "version": "7.4.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.4.0.tgz", + "integrity": "sha512-RgOxM8Mw+7Zus0+zcLEUn8+JfoLpj/huFTItQy2hsM4khuC1HYRDp0cU482Ewn/Fcy6bCjufD8vAj7voC66KQw==", "dev": true, "dependencies": { "lru-cache": "^6.0.0" @@ -4337,9 +4340,9 @@ } }, "node_modules/typescript": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.3.tgz", - "integrity": "sha512-xv8mOEDnigb/tN9PSMTwSEqAnUvkoXMQlicOb0IUVDBSQCgBSaAAROUZYy2IcUy5qU6XajK5jjjO7TMWqBTKZA==", + "version": "5.0.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.4.tgz", + "integrity": "sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==", "dev": true, "bin": { "tsc": "bin/tsc", @@ -4602,156 +4605,156 @@ }, "dependencies": { "@esbuild/android-arm": { - "version": "0.17.15", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.17.15.tgz", - "integrity": "sha512-sRSOVlLawAktpMvDyJIkdLI/c/kdRTOqo8t6ImVxg8yT7LQDUYV5Rp2FKeEosLr6ZCja9UjYAzyRSxGteSJPYg==", + "version": "0.17.17", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.17.17.tgz", + "integrity": "sha512-E6VAZwN7diCa3labs0GYvhEPL2M94WLF8A+czO8hfjREXxba8Ng7nM5VxV+9ihNXIY1iQO1XxUU4P7hbqbICxg==", "dev": true, "optional": true }, "@esbuild/android-arm64": { - "version": "0.17.15", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.17.15.tgz", - "integrity": "sha512-0kOB6Y7Br3KDVgHeg8PRcvfLkq+AccreK///B4Z6fNZGr/tNHX0z2VywCc7PTeWp+bPvjA5WMvNXltHw5QjAIA==", + "version": "0.17.17", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.17.17.tgz", + "integrity": "sha512-jaJ5IlmaDLFPNttv0ofcwy/cfeY4bh/n705Tgh+eLObbGtQBK3EPAu+CzL95JVE4nFAliyrnEu0d32Q5foavqg==", "dev": true, "optional": true }, "@esbuild/android-x64": { - "version": "0.17.15", - "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.17.15.tgz", - "integrity": "sha512-MzDqnNajQZ63YkaUWVl9uuhcWyEyh69HGpMIrf+acR4otMkfLJ4sUCxqwbCyPGicE9dVlrysI3lMcDBjGiBBcQ==", + "version": "0.17.17", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.17.17.tgz", + "integrity": "sha512-446zpfJ3nioMC7ASvJB1pszHVskkw4u/9Eu8s5yvvsSDTzYh4p4ZIRj0DznSl3FBF0Z/mZfrKXTtt0QCoFmoHA==", "dev": true, "optional": true }, "@esbuild/darwin-arm64": { - "version": "0.17.15", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.17.15.tgz", - "integrity": "sha512-7siLjBc88Z4+6qkMDxPT2juf2e8SJxmsbNVKFY2ifWCDT72v5YJz9arlvBw5oB4W/e61H1+HDB/jnu8nNg0rLA==", + "version": "0.17.17", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.17.17.tgz", + "integrity": "sha512-m/gwyiBwH3jqfUabtq3GH31otL/0sE0l34XKpSIqR7NjQ/XHQ3lpmQHLHbG8AHTGCw8Ao059GvV08MS0bhFIJQ==", "dev": true, "optional": true }, "@esbuild/darwin-x64": { - "version": "0.17.15", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.17.15.tgz", - "integrity": "sha512-NbImBas2rXwYI52BOKTW342Tm3LTeVlaOQ4QPZ7XuWNKiO226DisFk/RyPk3T0CKZkKMuU69yOvlapJEmax7cg==", + "version": "0.17.17", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.17.17.tgz", + "integrity": "sha512-4utIrsX9IykrqYaXR8ob9Ha2hAY2qLc6ohJ8c0CN1DR8yWeMrTgYFjgdeQ9LIoTOfLetXjuCu5TRPHT9yKYJVg==", "dev": true, "optional": true }, "@esbuild/freebsd-arm64": { - "version": "0.17.15", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.17.15.tgz", - "integrity": "sha512-Xk9xMDjBVG6CfgoqlVczHAdJnCs0/oeFOspFap5NkYAmRCT2qTn1vJWA2f419iMtsHSLm+O8B6SLV/HlY5cYKg==", + "version": "0.17.17", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.17.17.tgz", + "integrity": "sha512-4PxjQII/9ppOrpEwzQ1b0pXCsFLqy77i0GaHodrmzH9zq2/NEhHMAMJkJ635Ns4fyJPFOlHMz4AsklIyRqFZWA==", "dev": true, "optional": true }, "@esbuild/freebsd-x64": { - "version": "0.17.15", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.17.15.tgz", - "integrity": "sha512-3TWAnnEOdclvb2pnfsTWtdwthPfOz7qAfcwDLcfZyGJwm1SRZIMOeB5FODVhnM93mFSPsHB9b/PmxNNbSnd0RQ==", + "version": "0.17.17", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.17.17.tgz", + "integrity": "sha512-lQRS+4sW5S3P1sv0z2Ym807qMDfkmdhUYX30GRBURtLTrJOPDpoU0kI6pVz1hz3U0+YQ0tXGS9YWveQjUewAJw==", "dev": true, "optional": true }, "@esbuild/linux-arm": { - "version": "0.17.15", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.17.15.tgz", - "integrity": "sha512-MLTgiXWEMAMr8nmS9Gigx43zPRmEfeBfGCwxFQEMgJ5MC53QKajaclW6XDPjwJvhbebv+RzK05TQjvH3/aM4Xw==", + "version": "0.17.17", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.17.17.tgz", + "integrity": "sha512-biDs7bjGdOdcmIk6xU426VgdRUpGg39Yz6sT9Xp23aq+IEHDb/u5cbmu/pAANpDB4rZpY/2USPhCA+w9t3roQg==", "dev": true, "optional": true }, "@esbuild/linux-arm64": { - "version": "0.17.15", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.17.15.tgz", - "integrity": "sha512-T0MVnYw9KT6b83/SqyznTs/3Jg2ODWrZfNccg11XjDehIved2oQfrX/wVuev9N936BpMRaTR9I1J0tdGgUgpJA==", + "version": "0.17.17", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.17.17.tgz", + "integrity": "sha512-2+pwLx0whKY1/Vqt8lyzStyda1v0qjJ5INWIe+d8+1onqQxHLLi3yr5bAa4gvbzhZqBztifYEu8hh1La5+7sUw==", "dev": true, "optional": true }, "@esbuild/linux-ia32": { - "version": "0.17.15", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.17.15.tgz", - "integrity": "sha512-wp02sHs015T23zsQtU4Cj57WiteiuASHlD7rXjKUyAGYzlOKDAjqK6bk5dMi2QEl/KVOcsjwL36kD+WW7vJt8Q==", + "version": "0.17.17", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.17.17.tgz", + "integrity": "sha512-IBTTv8X60dYo6P2t23sSUYym8fGfMAiuv7PzJ+0LcdAndZRzvke+wTVxJeCq4WgjppkOpndL04gMZIFvwoU34Q==", "dev": true, "optional": true }, "@esbuild/linux-loong64": { - "version": "0.17.15", - "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.17.15.tgz", - "integrity": "sha512-k7FsUJjGGSxwnBmMh8d7IbObWu+sF/qbwc+xKZkBe/lTAF16RqxRCnNHA7QTd3oS2AfGBAnHlXL67shV5bBThQ==", + "version": "0.17.17", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.17.17.tgz", + "integrity": "sha512-WVMBtcDpATjaGfWfp6u9dANIqmU9r37SY8wgAivuKmgKHE+bWSuv0qXEFt/p3qXQYxJIGXQQv6hHcm7iWhWjiw==", "dev": true, "optional": true }, "@esbuild/linux-mips64el": { - "version": "0.17.15", - "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.17.15.tgz", - "integrity": "sha512-ZLWk6czDdog+Q9kE/Jfbilu24vEe/iW/Sj2d8EVsmiixQ1rM2RKH2n36qfxK4e8tVcaXkvuV3mU5zTZviE+NVQ==", + "version": "0.17.17", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.17.17.tgz", + "integrity": "sha512-2kYCGh8589ZYnY031FgMLy0kmE4VoGdvfJkxLdxP4HJvWNXpyLhjOvxVsYjYZ6awqY4bgLR9tpdYyStgZZhi2A==", "dev": true, "optional": true }, "@esbuild/linux-ppc64": { - "version": "0.17.15", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.17.15.tgz", - "integrity": "sha512-mY6dPkIRAiFHRsGfOYZC8Q9rmr8vOBZBme0/j15zFUKM99d4ILY4WpOC7i/LqoY+RE7KaMaSfvY8CqjJtuO4xg==", + "version": "0.17.17", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.17.17.tgz", + "integrity": "sha512-KIdG5jdAEeAKogfyMTcszRxy3OPbZhq0PPsW4iKKcdlbk3YE4miKznxV2YOSmiK/hfOZ+lqHri3v8eecT2ATwQ==", "dev": true, "optional": true }, "@esbuild/linux-riscv64": { - "version": "0.17.15", - "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.17.15.tgz", - "integrity": "sha512-EcyUtxffdDtWjjwIH8sKzpDRLcVtqANooMNASO59y+xmqqRYBBM7xVLQhqF7nksIbm2yHABptoioS9RAbVMWVA==", + "version": "0.17.17", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.17.17.tgz", + "integrity": "sha512-Cj6uWLBR5LWhcD/2Lkfg2NrkVsNb2sFM5aVEfumKB2vYetkA/9Uyc1jVoxLZ0a38sUhFk4JOVKH0aVdPbjZQeA==", "dev": true, "optional": true }, "@esbuild/linux-s390x": { - "version": "0.17.15", - "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.17.15.tgz", - "integrity": "sha512-BuS6Jx/ezxFuHxgsfvz7T4g4YlVrmCmg7UAwboeyNNg0OzNzKsIZXpr3Sb/ZREDXWgt48RO4UQRDBxJN3B9Rbg==", + "version": "0.17.17", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.17.17.tgz", + "integrity": "sha512-lK+SffWIr0XsFf7E0srBjhpkdFVJf3HEgXCwzkm69kNbRar8MhezFpkIwpk0qo2IOQL4JE4mJPJI8AbRPLbuOQ==", "dev": true, "optional": true }, "@esbuild/linux-x64": { - "version": "0.17.15", - "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.17.15.tgz", - "integrity": "sha512-JsdS0EgEViwuKsw5tiJQo9UdQdUJYuB+Mf6HxtJSPN35vez1hlrNb1KajvKWF5Sa35j17+rW1ECEO9iNrIXbNg==", + "version": "0.17.17", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.17.17.tgz", + "integrity": "sha512-XcSGTQcWFQS2jx3lZtQi7cQmDYLrpLRyz1Ns1DzZCtn898cWfm5Icx/DEWNcTU+T+tyPV89RQtDnI7qL2PObPg==", "dev": true, "optional": true }, "@esbuild/netbsd-x64": { - "version": "0.17.15", - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.17.15.tgz", - "integrity": "sha512-R6fKjtUysYGym6uXf6qyNephVUQAGtf3n2RCsOST/neIwPqRWcnc3ogcielOd6pT+J0RDR1RGcy0ZY7d3uHVLA==", + "version": "0.17.17", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.17.17.tgz", + "integrity": "sha512-RNLCDmLP5kCWAJR+ItLM3cHxzXRTe4N00TQyQiimq+lyqVqZWGPAvcyfUBM0isE79eEZhIuGN09rAz8EL5KdLA==", "dev": true, "optional": true }, "@esbuild/openbsd-x64": { - "version": "0.17.15", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.17.15.tgz", - "integrity": "sha512-mVD4PGc26b8PI60QaPUltYKeSX0wxuy0AltC+WCTFwvKCq2+OgLP4+fFd+hZXzO2xW1HPKcytZBdjqL6FQFa7w==", + "version": "0.17.17", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.17.17.tgz", + "integrity": "sha512-PAXswI5+cQq3Pann7FNdcpSUrhrql3wKjj3gVkmuz6OHhqqYxKvi6GgRBoaHjaG22HV/ZZEgF9TlS+9ftHVigA==", "dev": true, "optional": true }, "@esbuild/sunos-x64": { - "version": "0.17.15", - "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.17.15.tgz", - "integrity": "sha512-U6tYPovOkw3459t2CBwGcFYfFRjivcJJc1WC8Q3funIwX8x4fP+R6xL/QuTPNGOblbq/EUDxj9GU+dWKX0oWlQ==", + "version": "0.17.17", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.17.17.tgz", + "integrity": "sha512-V63egsWKnx/4V0FMYkr9NXWrKTB5qFftKGKuZKFIrAkO/7EWLFnbBZNM1CvJ6Sis+XBdPws2YQSHF1Gqf1oj/Q==", "dev": true, "optional": true }, "@esbuild/win32-arm64": { - "version": "0.17.15", - "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.17.15.tgz", - "integrity": "sha512-W+Z5F++wgKAleDABemiyXVnzXgvRFs+GVKThSI+mGgleLWluv0D7Diz4oQpgdpNzh4i2nNDzQtWbjJiqutRp6Q==", + "version": "0.17.17", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.17.17.tgz", + "integrity": "sha512-YtUXLdVnd6YBSYlZODjWzH+KzbaubV0YVd6UxSfoFfa5PtNJNaW+1i+Hcmjpg2nEe0YXUCNF5bkKy1NnBv1y7Q==", "dev": true, "optional": true }, "@esbuild/win32-ia32": { - "version": "0.17.15", - "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.17.15.tgz", - "integrity": "sha512-Muz/+uGgheShKGqSVS1KsHtCyEzcdOn/W/Xbh6H91Etm+wiIfwZaBn1W58MeGtfI8WA961YMHFYTthBdQs4t+w==", + "version": "0.17.17", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.17.17.tgz", + "integrity": "sha512-yczSLRbDdReCO74Yfc5tKG0izzm+lPMYyO1fFTcn0QNwnKmc3K+HdxZWLGKg4pZVte7XVgcFku7TIZNbWEJdeQ==", "dev": true, "optional": true }, "@esbuild/win32-x64": { - "version": "0.17.15", - "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.17.15.tgz", - "integrity": "sha512-DjDa9ywLUUmjhV2Y9wUTIF+1XsmuFGvZoCmOWkli1XcNAh5t25cc7fgsCx4Zi/Uurep3TTLyDiKATgGEg61pkA==", + "version": "0.17.17", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.17.17.tgz", + "integrity": "sha512-FNZw7H3aqhF9OyRQbDDnzUApDXfC1N6fgBhkqEO2jvYCJ+DxMTfZVqg3AX0R1khg1wHTBRD5SdcibSJ+XF6bFg==", "dev": true, "optional": true }, @@ -4814,9 +4817,9 @@ } }, "@eslint/js": { - "version": "8.37.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.37.0.tgz", - "integrity": "sha512-x5vzdtOOGgFVDCUs81QRB2+liax8rFg3+7hqM+QhBG0/G3F1ZsoYl97UrqgHgQ9KKT7G6c4V+aTUCgu/n22v1A==", + "version": "8.38.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.38.0.tgz", + "integrity": "sha512-IoD2MfUnOV58ghIHCiil01PcohxjbYR/qCxsoC+xNgUwh1EY8jOOrYmu3d3a71+tJJ23uscEV4X2HJWMsPJu4g==", "dev": true }, "@humanwhocodes/config-array": { @@ -5098,15 +5101,15 @@ "dev": true }, "@typescript-eslint/eslint-plugin": { - "version": "5.57.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.57.1.tgz", - "integrity": "sha512-1MeobQkQ9tztuleT3v72XmY0XuKXVXusAhryoLuU5YZ+mXoYKZP9SQ7Flulh1NX4DTjpGTc2b/eMu4u7M7dhnQ==", + "version": "5.58.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.58.0.tgz", + "integrity": "sha512-vxHvLhH0qgBd3/tW6/VccptSfc8FxPQIkmNTVLWcCOVqSBvqpnKkBTYrhcGlXfSnd78azwe+PsjYFj0X34/njA==", "dev": true, "requires": { "@eslint-community/regexpp": "^4.4.0", - "@typescript-eslint/scope-manager": "5.57.1", - "@typescript-eslint/type-utils": "5.57.1", - "@typescript-eslint/utils": "5.57.1", + "@typescript-eslint/scope-manager": "5.58.0", + "@typescript-eslint/type-utils": "5.58.0", + "@typescript-eslint/utils": "5.58.0", "debug": "^4.3.4", "grapheme-splitter": "^1.0.4", "ignore": "^5.2.0", @@ -5116,53 +5119,53 @@ } }, "@typescript-eslint/parser": { - "version": "5.57.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.57.1.tgz", - "integrity": "sha512-hlA0BLeVSA/wBPKdPGxoVr9Pp6GutGoY380FEhbVi0Ph4WNe8kLvqIRx76RSQt1lynZKfrXKs0/XeEk4zZycuA==", + "version": "5.58.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.58.0.tgz", + "integrity": "sha512-ixaM3gRtlfrKzP8N6lRhBbjTow1t6ztfBvQNGuRM8qH1bjFFXIJ35XY+FC0RRBKn3C6cT+7VW1y8tNm7DwPHDQ==", "dev": true, "requires": { - "@typescript-eslint/scope-manager": "5.57.1", - "@typescript-eslint/types": "5.57.1", - "@typescript-eslint/typescript-estree": "5.57.1", + "@typescript-eslint/scope-manager": "5.58.0", + "@typescript-eslint/types": "5.58.0", + "@typescript-eslint/typescript-estree": "5.58.0", "debug": "^4.3.4" } }, "@typescript-eslint/scope-manager": { - "version": "5.57.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.57.1.tgz", - "integrity": "sha512-N/RrBwEUKMIYxSKl0oDK5sFVHd6VI7p9K5MyUlVYAY6dyNb/wHUqndkTd3XhpGlXgnQsBkRZuu4f9kAHghvgPw==", + "version": "5.58.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.58.0.tgz", + "integrity": "sha512-b+w8ypN5CFvrXWQb9Ow9T4/6LC2MikNf1viLkYTiTbkQl46CnR69w7lajz1icW0TBsYmlpg+mRzFJ4LEJ8X9NA==", "dev": true, "requires": { - "@typescript-eslint/types": "5.57.1", - "@typescript-eslint/visitor-keys": "5.57.1" + "@typescript-eslint/types": "5.58.0", + "@typescript-eslint/visitor-keys": "5.58.0" } }, "@typescript-eslint/type-utils": { - "version": "5.57.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.57.1.tgz", - "integrity": "sha512-/RIPQyx60Pt6ga86hKXesXkJ2WOS4UemFrmmq/7eOyiYjYv/MUSHPlkhU6k9T9W1ytnTJueqASW+wOmW4KrViw==", + "version": "5.58.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.58.0.tgz", + "integrity": "sha512-FF5vP/SKAFJ+LmR9PENql7fQVVgGDOS+dq3j+cKl9iW/9VuZC/8CFmzIP0DLKXfWKpRHawJiG70rVH+xZZbp8w==", "dev": true, "requires": { - "@typescript-eslint/typescript-estree": "5.57.1", - "@typescript-eslint/utils": "5.57.1", + "@typescript-eslint/typescript-estree": "5.58.0", + "@typescript-eslint/utils": "5.58.0", "debug": "^4.3.4", "tsutils": "^3.21.0" } }, "@typescript-eslint/types": { - "version": "5.57.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.57.1.tgz", - "integrity": "sha512-bSs4LOgyV3bJ08F5RDqO2KXqg3WAdwHCu06zOqcQ6vqbTJizyBhuh1o1ImC69X4bV2g1OJxbH71PJqiO7Y1RuA==", + "version": "5.58.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.58.0.tgz", + "integrity": "sha512-JYV4eITHPzVQMnHZcYJXl2ZloC7thuUHrcUmxtzvItyKPvQ50kb9QXBkgNAt90OYMqwaodQh2kHutWZl1fc+1g==", "dev": true }, "@typescript-eslint/typescript-estree": { - "version": "5.57.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.57.1.tgz", - "integrity": "sha512-A2MZqD8gNT0qHKbk2wRspg7cHbCDCk2tcqt6ScCFLr5Ru8cn+TCfM786DjPhqwseiS+PrYwcXht5ztpEQ6TFTw==", + "version": "5.58.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.58.0.tgz", + "integrity": "sha512-cRACvGTodA+UxnYM2uwA2KCwRL7VAzo45syNysqlMyNyjw0Z35Icc9ihPJZjIYuA5bXJYiJ2YGUB59BqlOZT1Q==", "dev": true, "requires": { - "@typescript-eslint/types": "5.57.1", - "@typescript-eslint/visitor-keys": "5.57.1", + "@typescript-eslint/types": "5.58.0", + "@typescript-eslint/visitor-keys": "5.58.0", "debug": "^4.3.4", "globby": "^11.1.0", "is-glob": "^4.0.3", @@ -5171,28 +5174,28 @@ } }, "@typescript-eslint/utils": { - "version": "5.57.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.57.1.tgz", - "integrity": "sha512-kN6vzzf9NkEtawECqze6v99LtmDiUJCVpvieTFA1uL7/jDghiJGubGZ5csicYHU1Xoqb3oH/R5cN5df6W41Nfg==", + "version": "5.58.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.58.0.tgz", + "integrity": "sha512-gAmLOTFXMXOC+zP1fsqm3VceKSBQJNzV385Ok3+yzlavNHZoedajjS4UyS21gabJYcobuigQPs/z71A9MdJFqQ==", "dev": true, "requires": { "@eslint-community/eslint-utils": "^4.2.0", "@types/json-schema": "^7.0.9", "@types/semver": "^7.3.12", - "@typescript-eslint/scope-manager": "5.57.1", - "@typescript-eslint/types": "5.57.1", - "@typescript-eslint/typescript-estree": "5.57.1", + "@typescript-eslint/scope-manager": "5.58.0", + "@typescript-eslint/types": "5.58.0", + "@typescript-eslint/typescript-estree": "5.58.0", "eslint-scope": "^5.1.1", "semver": "^7.3.7" } }, "@typescript-eslint/visitor-keys": { - "version": "5.57.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.57.1.tgz", - "integrity": "sha512-RjQrAniDU0CEk5r7iphkm731zKlFiUjvcBS2yHAg8WWqFMCaCrD0rKEVOMUyMMcbGPZ0bPp56srkGWrgfZqLRA==", + "version": "5.58.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.58.0.tgz", + "integrity": "sha512-/fBraTlPj0jwdyTwLyrRTxv/3lnU2H96pNTVM6z3esTWLtA5MZ9ghSMJ7Rb+TtUAdtEw9EyJzJ0EydIMKxQ9gA==", "dev": true, "requires": { - "@typescript-eslint/types": "5.57.1", + "@typescript-eslint/types": "5.58.0", "eslint-visitor-keys": "^3.3.0" } }, @@ -5778,33 +5781,33 @@ } }, "esbuild": { - "version": "0.17.15", - "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.17.15.tgz", - "integrity": "sha512-LBUV2VsUIc/iD9ME75qhT4aJj0r75abCVS0jakhFzOtR7TQsqQA5w0tZ+KTKnwl3kXE0MhskNdHDh/I5aCR1Zw==", - "dev": true, - "requires": { - "@esbuild/android-arm": "0.17.15", - "@esbuild/android-arm64": "0.17.15", - "@esbuild/android-x64": "0.17.15", - "@esbuild/darwin-arm64": "0.17.15", - "@esbuild/darwin-x64": "0.17.15", - "@esbuild/freebsd-arm64": "0.17.15", - "@esbuild/freebsd-x64": "0.17.15", - "@esbuild/linux-arm": "0.17.15", - "@esbuild/linux-arm64": "0.17.15", - "@esbuild/linux-ia32": "0.17.15", - "@esbuild/linux-loong64": "0.17.15", - "@esbuild/linux-mips64el": "0.17.15", - "@esbuild/linux-ppc64": "0.17.15", - "@esbuild/linux-riscv64": "0.17.15", - "@esbuild/linux-s390x": "0.17.15", - "@esbuild/linux-x64": "0.17.15", - "@esbuild/netbsd-x64": "0.17.15", - "@esbuild/openbsd-x64": "0.17.15", - "@esbuild/sunos-x64": "0.17.15", - "@esbuild/win32-arm64": "0.17.15", - "@esbuild/win32-ia32": "0.17.15", - "@esbuild/win32-x64": "0.17.15" + "version": "0.17.17", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.17.17.tgz", + "integrity": "sha512-/jUywtAymR8jR4qsa2RujlAF7Krpt5VWi72Q2yuLD4e/hvtNcFQ0I1j8m/bxq238pf3/0KO5yuXNpuLx8BE1KA==", + "dev": true, + "requires": { + "@esbuild/android-arm": "0.17.17", + "@esbuild/android-arm64": "0.17.17", + "@esbuild/android-x64": "0.17.17", + "@esbuild/darwin-arm64": "0.17.17", + "@esbuild/darwin-x64": "0.17.17", + "@esbuild/freebsd-arm64": "0.17.17", + "@esbuild/freebsd-x64": "0.17.17", + "@esbuild/linux-arm": "0.17.17", + "@esbuild/linux-arm64": "0.17.17", + "@esbuild/linux-ia32": "0.17.17", + "@esbuild/linux-loong64": "0.17.17", + "@esbuild/linux-mips64el": "0.17.17", + "@esbuild/linux-ppc64": "0.17.17", + "@esbuild/linux-riscv64": "0.17.17", + "@esbuild/linux-s390x": "0.17.17", + "@esbuild/linux-x64": "0.17.17", + "@esbuild/netbsd-x64": "0.17.17", + "@esbuild/openbsd-x64": "0.17.17", + "@esbuild/sunos-x64": "0.17.17", + "@esbuild/win32-arm64": "0.17.17", + "@esbuild/win32-ia32": "0.17.17", + "@esbuild/win32-x64": "0.17.17" } }, "escalade": { @@ -5820,15 +5823,15 @@ "dev": true }, "eslint": { - "version": "8.37.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.37.0.tgz", - "integrity": "sha512-NU3Ps9nI05GUoVMxcZx1J8CNR6xOvUT4jAUMH5+z8lpp3aEdPVCImKw6PWG4PY+Vfkpr+jvMpxs/qoE7wq0sPw==", + "version": "8.38.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.38.0.tgz", + "integrity": "sha512-pIdsD2jwlUGf/U38Jv97t8lq6HpaU/G9NKbYmpWpZGw3LdTNhZLbJePqxOXGB5+JEKfOPU/XLxYxFh03nr1KTg==", "dev": true, "requires": { "@eslint-community/eslint-utils": "^4.2.0", "@eslint-community/regexpp": "^4.4.0", "@eslint/eslintrc": "^2.0.2", - "@eslint/js": "8.37.0", + "@eslint/js": "8.38.0", "@humanwhocodes/config-array": "^0.11.8", "@humanwhocodes/module-importer": "^1.0.1", "@nodelib/fs.walk": "^1.2.8", @@ -5868,9 +5871,9 @@ }, "dependencies": { "eslint-scope": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.1.1.tgz", - "integrity": "sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.0.tgz", + "integrity": "sha512-DYj5deGlHBfMt15J7rdtyKNq/Nqlv5KfU4iodrQ019XESsRnwXH9KAE0y3cwtUHDo2ob7CypAnCqefh6vioWRw==", "dev": true, "requires": { "esrecurse": "^4.3.0", @@ -5927,9 +5930,9 @@ } }, "eslint-module-utils": { - "version": "2.7.4", - "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.7.4.tgz", - "integrity": "sha512-j4GT+rqzCoRKHwURX7pddtIPGySnX9Si/cgMI5ztrcqOPtk5dDEeZ34CQVPphnqkJytlc97Vuk05Um2mJ3gEQA==", + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.8.0.tgz", + "integrity": "sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==", "dev": true, "requires": { "debug": "^3.2.7" @@ -6120,9 +6123,9 @@ "dev": true }, "fast-xml-parser": { - "version": "4.1.3", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.1.3.tgz", - "integrity": "sha512-LsNDahCiCcJPe8NO7HijcnukHB24tKbfDDA5IILx9dmW3Frb52lhbeX6MPNUSvyGNfav2VTYpJ/OqkRoVLrh2Q==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.2.0.tgz", + "integrity": "sha512-+zVQv4aVTO+o8oRUyRL7PjgeVo1J6oP8Cw2+a8UTZQcj5V0yUK5T63gTN0ldgiHDPghUjKc4OpT6SwMTwnOQug==", "dev": true, "requires": { "strnum": "^1.0.5" @@ -6582,9 +6585,9 @@ "dev": true }, "is-core-module": { - "version": "2.11.0", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.11.0.tgz", - "integrity": "sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw==", + "version": "2.12.0", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.12.0.tgz", + "integrity": "sha512-RECHCBCd/viahWmwj6enj19sKbHfJrddi/6cBDsNTKbNq0f7VeaUkBo60BqzvPqo/W54ChS62Z5qyun7cfOMqQ==", "dev": true, "requires": { "has": "^1.0.3" @@ -7251,12 +7254,12 @@ "dev": true }, "resolve": { - "version": "1.22.2", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.2.tgz", - "integrity": "sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==", + "version": "1.22.3", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.3.tgz", + "integrity": "sha512-P8ur/gp/AmbEzjr729bZnLjXK5Z+4P0zhIJgBgzqRih7hL7BOukHGtSTA3ACMY467GRFz3duQsi0bDZdR7DKdw==", "dev": true, "requires": { - "is-core-module": "^2.11.0", + "is-core-module": "^2.12.0", "path-parse": "^1.0.7", "supports-preserve-symlinks-flag": "^1.0.0" } @@ -7325,9 +7328,9 @@ } }, "semver": { - "version": "7.3.8", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz", - "integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==", + "version": "7.4.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.4.0.tgz", + "integrity": "sha512-RgOxM8Mw+7Zus0+zcLEUn8+JfoLpj/huFTItQy2hsM4khuC1HYRDp0cU482Ewn/Fcy6bCjufD8vAj7voC66KQw==", "dev": true, "requires": { "lru-cache": "^6.0.0" @@ -7594,9 +7597,9 @@ } }, "typescript": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.3.tgz", - "integrity": "sha512-xv8mOEDnigb/tN9PSMTwSEqAnUvkoXMQlicOb0IUVDBSQCgBSaAAROUZYy2IcUy5qU6XajK5jjjO7TMWqBTKZA==", + "version": "5.0.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.4.tgz", + "integrity": "sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==", "dev": true }, "typical": { diff --git a/package.json b/package.json index e8c7391868096..f92d3c5b3d271 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "tsserver": "./bin/tsserver" }, "engines": { - "node": ">=12.20" + "node": ">=14.17" }, "files": [ "bin", diff --git a/src/compiler/binder.ts b/src/compiler/binder.ts index 48836b20b04c6..f54a3e0666f00 100644 --- a/src/compiler/binder.ts +++ b/src/compiler/binder.ts @@ -89,6 +89,7 @@ import { getEnclosingBlockScopeContainer, getErrorSpanForNode, getEscapedTextOfIdentifierOrLiteral, + getEscapedTextOfJsxNamespacedName, getExpandoInitializer, getHostSignatureFromJSDoc, getImmediatelyInvokedFunctionExpression, @@ -171,6 +172,7 @@ import { isJSDocTemplateTag, isJSDocTypeAlias, isJsonSourceFile, + isJsxNamespacedName, isLeftHandSideExpression, isLogicalOrCoalescingAssignmentExpression, isLogicalOrCoalescingAssignmentOperator, @@ -679,6 +681,9 @@ function createBinder(): (file: SourceFile, options: CompilerOptions) => void { const containingClassSymbol = containingClass.symbol; return getSymbolNameForPrivateIdentifier(containingClassSymbol, name.escapedText); } + if (isJsxNamespacedName(name)) { + return getEscapedTextOfJsxNamespacedName(name); + } return isPropertyNameLiteral(name) ? getEscapedTextOfIdentifierOrLiteral(name) : undefined; } switch (node.kind) { diff --git a/src/compiler/checker.ts b/src/compiler/checker.ts index d4137af578d98..7d940cf747ee8 100644 --- a/src/compiler/checker.ts +++ b/src/compiler/checker.ts @@ -275,6 +275,8 @@ import { getEntityNameFromTypeNode, getErrorSpanForNode, getEscapedTextOfIdentifierOrLiteral, + getEscapedTextOfJsxAttributeName, + getEscapedTextOfJsxNamespacedName, getESModuleInterop, getExpandoInitializer, getExportAssignmentExpression, @@ -350,6 +352,7 @@ import { getSymbolNameForPrivateIdentifier, getTextOfIdentifierOrLiteral, getTextOfJSDocComment, + getTextOfJsxAttributeName, getTextOfNode, getTextOfPropertyName, getThisContainer, @@ -427,6 +430,7 @@ import { InternalSymbolName, IntersectionType, IntersectionTypeNode, + intrinsicTagNameToString, IntrinsicType, introducesArgumentsExoticObject, isAccessExpression, @@ -593,6 +597,7 @@ import { isJsxAttributeLike, isJsxAttributes, isJsxElement, + isJsxNamespacedName, isJsxOpeningElement, isJsxOpeningFragment, isJsxOpeningLikeElement, @@ -779,6 +784,7 @@ import { JsxExpression, JsxFlags, JsxFragment, + JsxNamespacedName, JsxOpeningElement, JsxOpeningFragment, JsxOpeningLikeElement, @@ -807,7 +813,6 @@ import { MappedTypeNode, MatchingKeys, maybeBind, - MemberName, MemberOverrideStatus, memoize, MetaProperty, @@ -1881,6 +1886,7 @@ export function createTypeChecker(host: TypeCheckerHost): TypeChecker { var tupleTypes = new Map(); var unionTypes = new Map(); + var unionOfUnionTypes = new Map(); var intersectionTypes = new Map(); var stringLiteralTypes = new Map(); var numberLiteralTypes = new Map(); @@ -2157,6 +2163,8 @@ export function createTypeChecker(host: TypeCheckerHost): TypeChecker { var resolutionTargets: TypeSystemEntity[] = []; var resolutionResults: boolean[] = []; var resolutionPropertyNames: TypeSystemPropertyName[] = []; + var resolutionStart = 0; + var inVarianceComputation = false; var suggestionCount = 0; var maximumSuggestionCount = 10; @@ -3795,12 +3803,6 @@ export function createTypeChecker(host: TypeCheckerHost): TypeChecker { else if (result.flags & SymbolFlags.RegularEnum) { diagnosticMessage = error(errorLocation, Diagnostics.Enum_0_used_before_its_declaration, declarationName); } - else { - Debug.assert(!!(result.flags & SymbolFlags.ConstEnum)); - if (shouldPreserveConstEnums(compilerOptions)) { - diagnosticMessage = error(errorLocation, Diagnostics.Enum_0_used_before_its_declaration, declarationName); - } - } if (diagnosticMessage) { addRelatedInfo(diagnosticMessage, @@ -10106,7 +10108,7 @@ export function createTypeChecker(host: TypeCheckerHost): TypeChecker { } function findResolutionCycleStartIndex(target: TypeSystemEntity, propertyName: TypeSystemPropertyName): number { - for (let i = resolutionTargets.length - 1; i >= 0; i--) { + for (let i = resolutionTargets.length - 1; i >= resolutionStart; i--) { if (resolutionTargetHasProperty(resolutionTargets[i], resolutionPropertyNames[i])) { return -1; } @@ -13520,7 +13522,7 @@ export function createTypeChecker(host: TypeCheckerHost): TypeChecker { function isTypeInvalidDueToUnionDiscriminant(contextualType: Type, obj: ObjectLiteralExpression | JsxAttributes): boolean { const list = obj.properties as NodeArray; return list.some(property => { - const nameType = property.name && getLiteralTypeFromPropertyName(property.name); + const nameType = property.name && (isJsxNamespacedName(property.name) ? getStringLiteralType(getTextOfJsxAttributeName(property.name)) : getLiteralTypeFromPropertyName(property.name)); const name = nameType && isTypeUsableAsPropertyName(nameType) ? getPropertyNameFromType(nameType) : undefined; const expected = name === undefined ? undefined : getTypeOfPropertyOfType(contextualType, name); return !!expected && isLiteralType(expected) && !isTypeAssignableTo(getTypeOfNode(property), expected); @@ -16232,9 +16234,6 @@ export function createTypeChecker(host: TypeCheckerHost): TypeChecker { function addTypeToUnion(typeSet: Type[], includes: TypeFlags, type: Type) { const flags = type.flags; - if (flags & TypeFlags.Union) { - return addTypesToUnion(typeSet, includes | (isNamedUnionType(type) ? TypeFlags.Union : 0), (type as UnionType).types); - } // We ignore 'never' types in unions if (!(flags & TypeFlags.Never)) { includes |= flags & TypeFlags.IncludesMask; @@ -16257,8 +16256,17 @@ export function createTypeChecker(host: TypeCheckerHost): TypeChecker { // Add the given types to the given type set. Order is preserved, duplicates are removed, // and nested types of the given kind are flattened into the set. function addTypesToUnion(typeSet: Type[], includes: TypeFlags, types: readonly Type[]): TypeFlags { + let lastType: Type | undefined; for (const type of types) { - includes = addTypeToUnion(typeSet, includes, type); + // We skip the type if it is the same as the last type we processed. This simple test particularly + // saves a lot of work for large lists of the same union type, such as when resolving `Record[A]`, + // where A and B are large union types. + if (type !== lastType) { + includes = type.flags & TypeFlags.Union ? + addTypesToUnion(typeSet, includes | (isNamedUnionType(type) ? TypeFlags.Union : 0), (type as UnionType).types) : + addTypeToUnion(typeSet, includes, type); + lastType = type; + } } return includes; } @@ -16410,6 +16418,22 @@ export function createTypeChecker(host: TypeCheckerHost): TypeChecker { if (types.length === 1) { return types[0]; } + // We optimize for the common case of unioning a union type with some other type (such as `undefined`). + if (types.length === 2 && !origin && (types[0].flags & TypeFlags.Union || types[1].flags & TypeFlags.Union)) { + const infix = unionReduction === UnionReduction.None ? "N" : unionReduction === UnionReduction.Subtype ? "S" : "L"; + const index = types[0].id < types[1].id ? 0 : 1; + const id = types[index].id + infix + types[1 - index].id + getAliasId(aliasSymbol, aliasTypeArguments); + let type = unionOfUnionTypes.get(id); + if (!type) { + type = getUnionTypeWorker(types, unionReduction, aliasSymbol, aliasTypeArguments, /*origin*/ undefined); + unionOfUnionTypes.set(id, type); + } + return type; + } + return getUnionTypeWorker(types, unionReduction, aliasSymbol, aliasTypeArguments, origin); + } + + function getUnionTypeWorker(types: readonly Type[], unionReduction: UnionReduction, aliasSymbol: Symbol | undefined, aliasTypeArguments: readonly Type[] | undefined, origin: Type | undefined): Type { let typeSet: Type[] | undefined = []; const includes = addTypesToUnion(typeSet, 0 as TypeFlags, types); if (unionReduction !== UnionReduction.None) { @@ -17752,20 +17776,22 @@ export function createTypeChecker(host: TypeCheckerHost): TypeChecker { while (true) { if (tailCount === 1000) { error(currentNode, Diagnostics.Type_instantiation_is_excessively_deep_and_possibly_infinite); - result = errorType; - break; + return errorType; + } + const checkType = instantiateType(getActualTypeVariable(root.checkType), mapper); + const extendsType = instantiateType(root.extendsType, mapper); + if (checkType === errorType || extendsType === errorType) { + return errorType; + } + if (checkType === wildcardType || extendsType === wildcardType) { + return wildcardType; } // When the check and extends types are simple tuple types of the same arity, we defer resolution of the // conditional type when any tuple elements are generic. This is such that non-distributable conditional // types can be written `[X] extends [Y] ? ...` and be deferred similarly to `X extends Y ? ...`. const checkTuples = isSimpleTupleType(root.node.checkType) && isSimpleTupleType(root.node.extendsType) && length((root.node.checkType as TupleTypeNode).elements) === length((root.node.extendsType as TupleTypeNode).elements); - const checkType = instantiateType(getActualTypeVariable(root.checkType), mapper); const checkTypeDeferred = isDeferredType(checkType, checkTuples); - const extendsType = instantiateType(root.extendsType, mapper); - if (checkType === wildcardType || extendsType === wildcardType) { - return wildcardType; - } let combinedMapper: TypeMapper | undefined; if (root.inferTypeParameters) { // When we're looking at making an inference for an infer type, when we get its constraint, it'll automagically be @@ -19571,8 +19597,8 @@ export function createTypeChecker(host: TypeCheckerHost): TypeChecker { function *generateJsxAttributes(node: JsxAttributes): ElaborationIterator { if (!length(node.properties)) return; for (const prop of node.properties) { - if (isJsxSpreadAttribute(prop) || isHyphenatedJsxName(idText(prop.name))) continue; - yield { errorNode: prop.name, innerExpression: prop.initializer, nameType: getStringLiteralType(idText(prop.name)) }; + if (isJsxSpreadAttribute(prop) || isHyphenatedJsxName(getTextOfJsxAttributeName(prop.name))) continue; + yield { errorNode: prop.name, innerExpression: prop.initializer, nameType: getStringLiteralType(getTextOfJsxAttributeName(prop.name)) }; } } @@ -22607,41 +22633,41 @@ export function createTypeChecker(host: TypeCheckerHost): TypeChecker { } function getBestMatchingType(source: Type, target: UnionOrIntersectionType, isRelatedTo = compareTypesAssignable) { - return findMatchingDiscriminantType(source, target, isRelatedTo, /*skipPartial*/ true) || + return findMatchingDiscriminantType(source, target, isRelatedTo) || findMatchingTypeReferenceOrTypeAliasReference(source, target) || findBestTypeForObjectLiteral(source, target) || findBestTypeForInvokable(source, target) || findMostOverlappyType(source, target); } - function discriminateTypeByDiscriminableItems(target: UnionType, discriminators: [() => Type, __String][], related: (source: Type, target: Type) => boolean | Ternary, defaultValue?: undefined, skipPartial?: boolean): Type | undefined; - function discriminateTypeByDiscriminableItems(target: UnionType, discriminators: [() => Type, __String][], related: (source: Type, target: Type) => boolean | Ternary, defaultValue: Type, skipPartial?: boolean): Type; - function discriminateTypeByDiscriminableItems(target: UnionType, discriminators: [() => Type, __String][], related: (source: Type, target: Type) => boolean | Ternary, defaultValue?: Type, skipPartial?: boolean) { - // undefined=unknown, true=discriminated, false=not discriminated - // The state of each type progresses from left to right. Discriminated types stop at 'true'. - const discriminable = target.types.map(_ => undefined) as (boolean | undefined)[]; + function discriminateTypeByDiscriminableItems(target: UnionType, discriminators: [() => Type, __String][], related: (source: Type, target: Type) => boolean | Ternary) { + const types = target.types; + const include: Ternary[] = types.map(t => t.flags & TypeFlags.Primitive ? Ternary.False : Ternary.True); for (const [getDiscriminatingType, propertyName] of discriminators) { - const targetProp = getUnionOrIntersectionProperty(target, propertyName); - if (skipPartial && targetProp && getCheckFlags(targetProp) & CheckFlags.ReadPartial) { - continue; - } - let i = 0; - for (const type of target.types) { - const targetType = getTypeOfPropertyOfType(type, propertyName); - if (targetType && related(getDiscriminatingType(), targetType)) { - discriminable[i] = discriminable[i] === undefined ? true : discriminable[i]; + // If the remaining target types include at least one with a matching discriminant, eliminate those that + // have non-matching discriminants. This ensures that we ignore erroneous discriminators and gradually + // refine the target set without eliminating every constituent (which would lead to `never`). + let matched = false; + for (let i = 0; i < types.length; i++) { + if (include[i]) { + const targetType = getTypeOfPropertyOfType(types[i], propertyName); + if (targetType && related(getDiscriminatingType(), targetType)) { + matched = true; + } + else { + include[i] = Ternary.Maybe; + } } - else { - discriminable[i] = false; + } + // Turn each Ternary.Maybe into Ternary.False if there was a match. Otherwise, revert to Ternary.True. + for (let i = 0; i < types.length; i++) { + if (include[i] === Ternary.Maybe) { + include[i] = matched ? Ternary.False : Ternary.True; } - i++; } } - const match = discriminable.indexOf(/*searchElement*/ true); - if (match === -1) { - return defaultValue; - } - return getUnionType(target.types.filter((_, index) => discriminable[index])); + const filtered = contains(include, Ternary.False) ? getUnionType(types.filter((_, i) => include[i])) : target; + return filtered.flags & TypeFlags.Never ? target : filtered; } /** @@ -22689,6 +22715,11 @@ export function createTypeChecker(host: TypeCheckerHost): TypeChecker { const links = getSymbolLinks(symbol); if (!links.variances) { tracing?.push(tracing.Phase.CheckTypes, "getVariancesWorker", { arity: typeParameters.length, id: getTypeId(getDeclaredTypeOfSymbol(symbol)) }); + const oldVarianceComputation = inVarianceComputation; + if (!inVarianceComputation) { + inVarianceComputation = true; + resolutionStart = resolutionTargets.length; + } links.variances = emptyArray; const variances = []; for (const tp of typeParameters) { @@ -22727,6 +22758,10 @@ export function createTypeChecker(host: TypeCheckerHost): TypeChecker { } variances.push(variance); } + if (!oldVarianceComputation) { + inVarianceComputation = false; + resolutionStart = 0; + } links.variances = variances; tracing?.pop({ variances: variances.map(Debug.formatVariance) }); } @@ -24998,12 +25033,14 @@ export function createTypeChecker(host: TypeCheckerHost): TypeChecker { } function inferFromSignature(source: Signature, target: Signature) { - const saveBivariant = bivariant; - const kind = target.declaration ? target.declaration.kind : SyntaxKind.Unknown; - // Once we descend into a bivariant signature we remain bivariant for all nested inferences - bivariant = bivariant || kind === SyntaxKind.MethodDeclaration || kind === SyntaxKind.MethodSignature || kind === SyntaxKind.Constructor; - applyToParameterTypes(source, target, inferFromContravariantTypesIfStrictFunctionTypes); - bivariant = saveBivariant; + if (!(source.flags & SignatureFlags.IsNonInferrable)) { + const saveBivariant = bivariant; + const kind = target.declaration ? target.declaration.kind : SyntaxKind.Unknown; + // Once we descend into a bivariant signature we remain bivariant for all nested inferences + bivariant = bivariant || kind === SyntaxKind.MethodDeclaration || kind === SyntaxKind.MethodSignature || kind === SyntaxKind.Constructor; + applyToParameterTypes(source, target, inferFromContravariantTypesIfStrictFunctionTypes); + bivariant = saveBivariant; + } applyToReturnTypes(source, target, inferFromTypes); } @@ -26969,7 +27006,7 @@ export function createTypeChecker(host: TypeCheckerHost): TypeChecker { function isTypePresencePossible(type: Type, propName: __String, assumeTrue: boolean) { const prop = getPropertyOfType(type, propName); return prop ? - !!(prop.flags & SymbolFlags.Optional) || assumeTrue : + !!(prop.flags & SymbolFlags.Optional || getCheckFlags(prop) & CheckFlags.Partial) || assumeTrue : !!getApplicableIndexInfoForName(type, propName) || !assumeTrue; } @@ -27936,6 +27973,8 @@ export function createTypeChecker(host: TypeCheckerHost): TypeChecker { const isOuterVariable = flowContainer !== declarationContainer; const isSpreadDestructuringAssignmentTarget = node.parent && node.parent.parent && isSpreadAssignment(node.parent) && isDestructuringAssignmentTarget(node.parent.parent); const isModuleExports = symbol.flags & SymbolFlags.ModuleExports; + const typeIsAutomatic = type === autoType || type === autoArrayType; + const isAutomaticTypeInNonNull = typeIsAutomatic && node.parent.kind === SyntaxKind.NonNullExpression; // When the control flow originates in a function expression or arrow function and we are referencing // a const variable or parameter from an outer function, we extend the origin of the control flow // analysis to include the immediately enclosing function. @@ -27953,10 +27992,11 @@ export function createTypeChecker(host: TypeCheckerHost): TypeChecker { node.parent.kind === SyntaxKind.NonNullExpression || declaration.kind === SyntaxKind.VariableDeclaration && (declaration as VariableDeclaration).exclamationToken || declaration.flags & NodeFlags.Ambient; - const initialType = assumeInitialized ? (isParameter ? removeOptionalityFromDeclaredType(type, declaration as VariableLikeDeclaration) : type) : - type === autoType || type === autoArrayType ? undefinedType : - getOptionalType(type); - const flowType = getFlowTypeOfReference(node, type, initialType, flowContainer); + const initialType = isAutomaticTypeInNonNull ? undefinedType : + assumeInitialized ? (isParameter ? removeOptionalityFromDeclaredType(type, declaration as VariableLikeDeclaration) : type) : + typeIsAutomatic ? undefinedType : getOptionalType(type); + const flowType = isAutomaticTypeInNonNull ? getNonNullableType(getFlowTypeOfReference(node, type, initialType, flowContainer)) : + getFlowTypeOfReference(node, type, initialType, flowContainer); // A variable is considered uninitialized when it is possible to analyze the entire control flow graph // from declaration to use, and when the variable's declared type doesn't include undefined but the // control flow based type does include undefined. @@ -29196,7 +29236,7 @@ export function createTypeChecker(host: TypeCheckerHost): TypeChecker { } function getContextualTypeForChildJsxExpression(node: JsxElement, child: JsxChild, contextFlags: ContextFlags | undefined) { - const attributesType = getApparentTypeOfContextualType(node.openingElement.tagName, contextFlags); + const attributesType = getApparentTypeOfContextualType(node.openingElement.attributes, contextFlags); // JSX expression is in children of JSX Element, we will look for an "children" attribute (we get the name from JSX.ElementAttributesProperty) const jsxChildrenPropertyName = getJsxElementChildrenPropertyName(getJsxNamespaceAt(node)); if (!(attributesType && !isTypeAny(attributesType) && jsxChildrenPropertyName && jsxChildrenPropertyName !== "")) { @@ -29233,7 +29273,7 @@ export function createTypeChecker(host: TypeCheckerHost): TypeChecker { if (!attributesType || isTypeAny(attributesType)) { return undefined; } - return getTypeOfPropertyOfContextualType(attributesType, attribute.name.escapedText); + return getTypeOfPropertyOfContextualType(attributesType, getEscapedTextOfJsxAttributeName(attribute.name)); } else { return getContextualType(attribute.parent, contextFlags); @@ -29276,8 +29316,7 @@ export function createTypeChecker(host: TypeCheckerHost): TypeChecker { s => [() => undefinedType, s.escapedName] as [() => Type, __String] ) ), - isTypeAssignableTo, - contextualType + isTypeAssignableTo ); } @@ -29293,8 +29332,7 @@ export function createTypeChecker(host: TypeCheckerHost): TypeChecker { s => [() => undefinedType, s.escapedName] as [() => Type, __String] ) ), - isTypeAssignableTo, - contextualType + isTypeAssignableTo ); } @@ -29562,7 +29600,7 @@ export function createTypeChecker(host: TypeCheckerHost): TypeChecker { } function getStaticTypeOfReferencedJsxConstructor(context: JsxOpeningLikeElement) { - if (isJsxIntrinsicIdentifier(context.tagName)) { + if (isJsxIntrinsicTagName(context.tagName)) { const result = getIntrinsicAttributesTypeFromJsxOpeningLikeElement(context); const fakeSignature = createSignatureForJSXIntrinsic(context, result); return getOrCreateTypeFromSignature(fakeSignature); @@ -30282,7 +30320,7 @@ export function createTypeChecker(host: TypeCheckerHost): TypeChecker { checkJsxOpeningLikeElementOrOpeningFragment(node.openingElement); // Perform resolution on the closing tag so that rename/go to definition/etc work - if (isJsxIntrinsicIdentifier(node.closingElement.tagName)) { + if (isJsxIntrinsicTagName(node.closingElement.tagName)) { getIntrinsicTagSymbol(node.closingElement); } else { @@ -30322,8 +30360,8 @@ export function createTypeChecker(host: TypeCheckerHost): TypeChecker { /** * Returns true iff React would emit this tag name as a string rather than an identifier or qualified name */ - function isJsxIntrinsicIdentifier(tagName: JsxTagNameExpression): boolean { - return tagName.kind === SyntaxKind.Identifier && isIntrinsicJsxName(tagName.escapedText); + function isJsxIntrinsicTagName(tagName: Node): tagName is Identifier | JsxNamespacedName { + return isIdentifier(tagName) && isIntrinsicJsxName(tagName.escapedText) || isJsxNamespacedName(tagName); } function checkJsxAttribute(node: JsxAttribute, checkMode?: CheckMode) { @@ -30369,12 +30407,12 @@ export function createTypeChecker(host: TypeCheckerHost): TypeChecker { attributeSymbol.links.target = member; attributesTable.set(attributeSymbol.escapedName, attributeSymbol); allAttributesTable?.set(attributeSymbol.escapedName, attributeSymbol); - if (attributeDecl.name.escapedText === jsxChildrenPropertyName) { + if (getEscapedTextOfJsxAttributeName(attributeDecl.name) === jsxChildrenPropertyName) { explicitlySpecifyChildrenAttribute = true; } if (contextualType) { const prop = getPropertyOfType(contextualType, member.escapedName); - if (prop && prop.declarations && isDeprecatedSymbol(prop)) { + if (prop && prop.declarations && isDeprecatedSymbol(prop) && isIdentifier(attributeDecl.name)) { addDeprecatedSuggestion(attributeDecl.name, prop.declarations, attributeDecl.name.escapedText as string); } } @@ -30528,8 +30566,8 @@ export function createTypeChecker(host: TypeCheckerHost): TypeChecker { const intrinsicElementsType = getJsxType(JsxNames.IntrinsicElements, node); if (!isErrorType(intrinsicElementsType)) { // Property case - if (!isIdentifier(node.tagName)) return Debug.fail(); - const intrinsicProp = getPropertyOfType(intrinsicElementsType, node.tagName.escapedText); + if (!isIdentifier(node.tagName) && !isJsxNamespacedName(node.tagName)) return Debug.fail(); + const intrinsicProp = getPropertyOfType(intrinsicElementsType, isJsxNamespacedName(node.tagName) ? getEscapedTextOfJsxNamespacedName(node.tagName) : node.tagName.escapedText); if (intrinsicProp) { links.jsxFlags |= JsxFlags.IntrinsicNamedElement; return links.resolvedSymbol = intrinsicProp; @@ -30543,7 +30581,7 @@ export function createTypeChecker(host: TypeCheckerHost): TypeChecker { } // Wasn't found - error(node, Diagnostics.Property_0_does_not_exist_on_type_1, idText(node.tagName), "JSX." + JsxNames.IntrinsicElements); + error(node, Diagnostics.Property_0_does_not_exist_on_type_1, intrinsicTagNameToString(node.tagName), "JSX." + JsxNames.IntrinsicElements); return links.resolvedSymbol = unknownSymbol; } else { @@ -30752,7 +30790,7 @@ export function createTypeChecker(host: TypeCheckerHost): TypeChecker { * @param node an intrinsic JSX opening-like element */ function getIntrinsicAttributesTypeFromJsxOpeningLikeElement(node: JsxOpeningLikeElement): Type { - Debug.assert(isJsxIntrinsicIdentifier(node.tagName)); + Debug.assert(isJsxIntrinsicTagName(node.tagName)); const links = getNodeLinks(node); if (!links.resolvedJsxElementAttributesType) { const symbol = getIntrinsicTagSymbol(node); @@ -30787,6 +30825,12 @@ export function createTypeChecker(host: TypeCheckerHost): TypeChecker { } } + function getJsxElementTypeTypeAt(location: Node): Type | undefined { + const type = getJsxType(JsxNames.ElementType, location); + if (isErrorType(type)) return undefined; + return type; + } + /** * Returns all the properties of the Jsx.IntrinsicElements interface */ @@ -30855,7 +30899,21 @@ export function createTypeChecker(host: TypeCheckerHost): TypeChecker { const jsxOpeningLikeNode = node ; const sig = getResolvedSignature(jsxOpeningLikeNode); checkDeprecatedSignature(sig, node); - checkJsxReturnAssignableToAppropriateBound(getJsxReferenceKind(jsxOpeningLikeNode), getReturnTypeOfSignature(sig), jsxOpeningLikeNode); + + const elementTypeConstraint = getJsxElementTypeTypeAt(jsxOpeningLikeNode); + if (elementTypeConstraint !== undefined) { + const tagName = jsxOpeningLikeNode.tagName; + const tagType = isJsxIntrinsicTagName(tagName) + ? getStringLiteralType(intrinsicTagNameToString(tagName)) + : checkExpression(tagName); + checkTypeRelatedTo(tagType, elementTypeConstraint, assignableRelation, tagName, Diagnostics.Its_type_0_is_not_a_valid_JSX_element_type, () => { + const componentName = getTextOfNode(tagName); + return chainDiagnosticMessages(/*details*/ undefined, Diagnostics._0_cannot_be_used_as_a_JSX_component, componentName); + }); + } + else { + checkJsxReturnAssignableToAppropriateBound(getJsxReferenceKind(jsxOpeningLikeNode), getReturnTypeOfSignature(sig), jsxOpeningLikeNode); + } } } @@ -32466,7 +32524,7 @@ export function createTypeChecker(host: TypeCheckerHost): TypeChecker { } function getJsxReferenceKind(node: JsxOpeningLikeElement): JsxReferenceKind { - if (isJsxIntrinsicIdentifier(node.tagName)) { + if (isJsxIntrinsicTagName(node.tagName)) { return JsxReferenceKind.Mixed; } const tagType = getApparentType(checkExpression(node.tagName)); @@ -32513,7 +32571,7 @@ export function createTypeChecker(host: TypeCheckerHost): TypeChecker { if (getJsxNamespaceContainerForImplicitImport(node)) { return true; // factory is implicitly jsx/jsxdev - assume it fits the bill, since we don't strongly look for the jsx/jsxs/jsxDEV factory APIs anywhere else (at least not yet) } - const tagType = isJsxOpeningElement(node) || isJsxSelfClosingElement(node) && !isJsxIntrinsicIdentifier(node.tagName) ? checkExpression(node.tagName) : undefined; + const tagType = isJsxOpeningElement(node) || isJsxSelfClosingElement(node) && !isJsxIntrinsicTagName(node.tagName) ? checkExpression(node.tagName) : undefined; if (!tagType) { return true; } @@ -33917,7 +33975,7 @@ export function createTypeChecker(host: TypeCheckerHost): TypeChecker { } function resolveJsxOpeningLikeElement(node: JsxOpeningLikeElement, candidatesOutArray: Signature[] | undefined, checkMode: CheckMode): Signature { - if (isJsxIntrinsicIdentifier(node.tagName)) { + if (isJsxIntrinsicTagName(node.tagName)) { const result = getIntrinsicAttributesTypeFromJsxOpeningLikeElement(node); const fakeSignature = createSignatureForJSXIntrinsic(node, result); checkTypeAssignableToAndOptionallyElaborate(checkExpressionWithContextualType(node.attributes, getEffectiveFirstArgumentForJsxSignature(fakeSignature, node), /*inferenceContext*/ undefined, CheckMode.Normal), result, node.tagName, node.attributes); @@ -34565,7 +34623,8 @@ export function createTypeChecker(host: TypeCheckerHost): TypeChecker { if (isErrorType(targetType)) { return targetType; } - checkTypeAssignableToAndOptionallyElaborate(exprType, targetType, target, expression, Diagnostics.Type_0_does_not_satisfy_the_expected_type_1); + const errorNode = findAncestor(target.parent, n => n.kind === SyntaxKind.SatisfiesExpression || n.kind === SyntaxKind.JSDocSatisfiesTag); + checkTypeAssignableToAndOptionallyElaborate(exprType, targetType, errorNode, expression, Diagnostics.Type_0_does_not_satisfy_the_expected_type_1); return exprType; } @@ -35734,7 +35793,7 @@ export function createTypeChecker(host: TypeCheckerHost): TypeChecker { return links.contextFreeType; } const returnType = getReturnTypeFromBody(node, checkMode); - const returnOnlySignature = createSignature(/*declaration*/ undefined, /*typeParameters*/ undefined, /*thisParameter*/ undefined, emptyArray, returnType, /*resolvedTypePredicate*/ undefined, 0, SignatureFlags.None); + const returnOnlySignature = createSignature(/*declaration*/ undefined, /*typeParameters*/ undefined, /*thisParameter*/ undefined, emptyArray, returnType, /*resolvedTypePredicate*/ undefined, 0, SignatureFlags.IsNonInferrable); const returnOnlyType = createAnonymousType(node.symbol, emptySymbols, [returnOnlySignature], emptyArray, emptyArray); returnOnlyType.objectFlags |= ObjectFlags.NonInferrableType; return links.contextFreeType = returnOnlyType; @@ -36120,7 +36179,7 @@ export function createTypeChecker(host: TypeCheckerHost): TypeChecker { } return getUnaryResultType(operandType); case SyntaxKind.ExclamationToken: - checkTruthinessExpression(node.operand); + checkTruthinessOfType(operandType, node.operand); const facts = getTypeFacts(operandType) & (TypeFacts.Truthy | TypeFacts.Falsy); return facts === TypeFacts.Truthy ? falseType : facts === TypeFacts.Falsy ? trueType : @@ -45382,7 +45441,7 @@ export function createTypeChecker(host: TypeCheckerHost): TypeChecker { const isJSDoc = findAncestor(name, or(isJSDocLinkLike, isJSDocNameReference, isJSDocMemberName)); const meaning = isJSDoc ? SymbolFlags.Type | SymbolFlags.Namespace | SymbolFlags.Value : SymbolFlags.Value; if (name.kind === SyntaxKind.Identifier) { - if (isJSXTagName(name) && isJsxIntrinsicIdentifier(name)) { + if (isJSXTagName(name) && isJsxIntrinsicTagName(name)) { const symbol = getIntrinsicTagSymbol(name.parent as JsxOpeningLikeElement); return symbol === unknownSymbol ? undefined : symbol; } @@ -45629,6 +45688,12 @@ export function createTypeChecker(host: TypeCheckerHost): TypeChecker { return isMetaProperty(node.parent) ? checkMetaPropertyKeyword(node.parent).symbol : undefined; case SyntaxKind.MetaProperty: return checkExpression(node as Expression).symbol; + case SyntaxKind.JsxNamespacedName: + if (isJSXTagName(node) && isJsxIntrinsicTagName(node)) { + const symbol = getIntrinsicTagSymbol(node.parent as JsxOpeningLikeElement); + return symbol === unknownSymbol ? undefined : symbol; + } + // falls through default: return undefined; @@ -47801,8 +47866,9 @@ export function createTypeChecker(host: TypeCheckerHost): TypeChecker { } const { name, initializer } = attr; - if (!seen.get(name.escapedText)) { - seen.set(name.escapedText, true); + const escapedText = getEscapedTextOfJsxAttributeName(name); + if (!seen.get(escapedText)) { + seen.set(escapedText, true); } else { return grammarErrorOnNode(name, Diagnostics.JSX_elements_cannot_have_multiple_attributes_with_the_same_name); @@ -47815,25 +47881,11 @@ export function createTypeChecker(host: TypeCheckerHost): TypeChecker { } function checkGrammarJsxName(node: JsxTagNameExpression) { - if (isPropertyAccessExpression(node)) { - let propName: JsxTagNameExpression = node; - do { - const check = checkGrammarJsxNestedIdentifier(propName.name); - if (check) { - return check; - } - propName = propName.expression; - } while (isPropertyAccessExpression(propName)); - const check = checkGrammarJsxNestedIdentifier(propName); - if (check) { - return check; - } + if (isPropertyAccessExpression(node) && isJsxNamespacedName(node.expression)) { + return grammarErrorOnNode(node.expression, Diagnostics.JSX_property_access_expressions_cannot_include_JSX_namespace_names); } - - function checkGrammarJsxNestedIdentifier(name: MemberName | ThisExpression) { - if (isIdentifier(name) && idText(name).indexOf(":") !== -1) { - return grammarErrorOnNode(name, Diagnostics.JSX_property_access_expressions_cannot_include_JSX_namespace_names); - } + if (isJsxNamespacedName(node) && getJSXTransformEnabled(compilerOptions) && !isIntrinsicJsxName(node.namespace.escapedText)) { + return grammarErrorOnNode(node, Diagnostics.React_components_cannot_include_JSX_namespace_names); } } @@ -48739,7 +48791,7 @@ export function createTypeChecker(host: TypeCheckerHost): TypeChecker { } // Keep this up-to-date with the same logic within `getApparentTypeOfContextualType`, since they should behave similarly - function findMatchingDiscriminantType(source: Type, target: Type, isRelatedTo: (source: Type, target: Type) => Ternary, skipPartial?: boolean) { + function findMatchingDiscriminantType(source: Type, target: Type, isRelatedTo: (source: Type, target: Type) => Ternary) { if (target.flags & TypeFlags.Union && source.flags & (TypeFlags.Intersection | TypeFlags.Object)) { const match = getMatchingUnionConstituentForType(target as UnionType, source); if (match) { @@ -48749,7 +48801,10 @@ export function createTypeChecker(host: TypeCheckerHost): TypeChecker { if (sourceProperties) { const sourcePropertiesFiltered = findDiscriminantProperties(sourceProperties, target); if (sourcePropertiesFiltered) { - return discriminateTypeByDiscriminableItems(target as UnionType, map(sourcePropertiesFiltered, p => ([() => getTypeOfSymbol(p), p.escapedName] as [() => Type, __String])), isRelatedTo, /*defaultValue*/ undefined, skipPartial); + const discriminated = discriminateTypeByDiscriminableItems(target as UnionType, map(sourcePropertiesFiltered, p => ([() => getTypeOfSymbol(p), p.escapedName] as [() => Type, __String])), isRelatedTo); + if (discriminated !== target) { + return discriminated; + } } } } @@ -48791,6 +48846,7 @@ namespace JsxNames { export const ElementAttributesPropertyNameContainer = "ElementAttributesProperty" as __String; // TODO: Deprecate and remove support export const ElementChildrenAttributeNameContainer = "ElementChildrenAttribute" as __String; export const Element = "Element" as __String; + export const ElementType = "ElementType" as __String; export const IntrinsicAttributes = "IntrinsicAttributes" as __String; export const IntrinsicClassAttributes = "IntrinsicClassAttributes" as __String; export const LibraryManagedAttributes = "LibraryManagedAttributes" as __String; diff --git a/src/compiler/diagnosticMessages.json b/src/compiler/diagnosticMessages.json index 41d5450e799bd..d5460a49e3928 100644 --- a/src/compiler/diagnosticMessages.json +++ b/src/compiler/diagnosticMessages.json @@ -1605,6 +1605,10 @@ "category": "Error", "code": 1489 }, + "File appears to be binary.": { + "category": "Error", + "code": 1490 + }, "The types of '{0}' are incompatible between these types.": { "category": "Error", @@ -2889,6 +2893,10 @@ "category": "Error", "code": 2638 }, + "React components cannot include JSX namespace names": { + "category": "Error", + "code": 2639 + }, "Cannot augment module '{0}' with value exports because it resolves to a non-module entity.": { "category": "Error", @@ -7756,5 +7764,9 @@ "Non-abstract class '{0}' does not implement all abstract members of '{1}'": { "category": "Error", "code": 18052 + }, + "Its type '{0}' is not a valid JSX element type.": { + "category": "Error", + "code": 18053 } } diff --git a/src/compiler/emitter.ts b/src/compiler/emitter.ts index d15e4de4be6e0..16d111d3659be 100644 --- a/src/compiler/emitter.ts +++ b/src/compiler/emitter.ts @@ -289,6 +289,7 @@ import { JsxEmit, JsxExpression, JsxFragment, + JsxNamespacedName, JsxOpeningElement, JsxOpeningFragment, JsxSelfClosingElement, @@ -2283,6 +2284,8 @@ export function createPrinter(printerOptions: PrinterOptions = {}, handlers: Pri return emitJsxSelfClosingElement(node as JsxSelfClosingElement); case SyntaxKind.JsxFragment: return emitJsxFragment(node as JsxFragment); + case SyntaxKind.JsxNamespacedName: + return emitJsxNamespacedName(node as JsxNamespacedName); // Synthesized list case SyntaxKind.SyntaxList: @@ -4225,6 +4228,12 @@ export function createPrinter(printerOptions: PrinterOptions = {}, handlers: Pri } } + function emitJsxNamespacedName(node: JsxNamespacedName) { + emitIdentifierName(node.namespace); + writePunctuation(":"); + emitIdentifierName(node.name); + } + function emitJsxTagName(node: JsxTagNameExpression) { if (node.kind === SyntaxKind.Identifier) { emitExpression(node); diff --git a/src/compiler/factory/nodeFactory.ts b/src/compiler/factory/nodeFactory.ts index 3886ca8d4318d..9399263537ad9 100644 --- a/src/compiler/factory/nodeFactory.ts +++ b/src/compiler/factory/nodeFactory.ts @@ -267,6 +267,7 @@ import { JSDocVariadicType, JsxAttribute, JsxAttributeLike, + JsxAttributeName, JsxAttributes, JsxAttributeValue, JsxChild, @@ -275,6 +276,7 @@ import { JsxElement, JsxExpression, JsxFragment, + JsxNamespacedName, JsxOpeningElement, JsxOpeningFragment, JsxSelfClosingElement, @@ -908,6 +910,8 @@ export function createNodeFactory(flags: NodeFactoryFlags, baseFactory: BaseNode updateJsxSpreadAttribute, createJsxExpression, updateJsxExpression, + createJsxNamespacedName, + updateJsxNamespacedName, createCaseClause, updateCaseClause, createDefaultClause, @@ -1105,7 +1109,7 @@ export function createNodeFactory(flags: NodeFactoryFlags, baseFactory: BaseNode function createBigIntLiteral(value: string | PseudoBigInt): BigIntLiteral { const node = createBaseToken(SyntaxKind.BigIntLiteral); node.text = typeof value === "string" ? value : pseudoBigIntToString(value) + "n"; - node.transformFlags |= TransformFlags.ContainsESNext; + node.transformFlags |= TransformFlags.ContainsES2020; return node; } @@ -3675,7 +3679,7 @@ export function createNodeFactory(flags: NodeFactoryFlags, baseFactory: BaseNode node.transformFlags |= TransformFlags.ContainsES2015; break; case SyntaxKind.ImportKeyword: - node.transformFlags |= TransformFlags.ContainsESNext; + node.transformFlags |= TransformFlags.ContainsES2020; break; default: return Debug.assertNever(keywordToken); @@ -4715,7 +4719,7 @@ export function createNodeFactory(flags: NodeFactoryFlags, baseFactory: BaseNode node.name = name; node.transformFlags |= propagateChildFlags(node.name) | - TransformFlags.ContainsESNext; + TransformFlags.ContainsES2020; node.transformFlags &= ~TransformFlags.ContainsPossibleTopLevelAwait; // always parsed in an Await context return node; } @@ -5582,7 +5586,7 @@ export function createNodeFactory(flags: NodeFactoryFlags, baseFactory: BaseNode } // @api - function createJsxAttribute(name: Identifier, initializer: JsxAttributeValue | undefined) { + function createJsxAttribute(name: JsxAttributeName, initializer: JsxAttributeValue | undefined) { const node = createBaseDeclaration(SyntaxKind.JsxAttribute); node.name = name; node.initializer = initializer; @@ -5594,7 +5598,7 @@ export function createNodeFactory(flags: NodeFactoryFlags, baseFactory: BaseNode } // @api - function updateJsxAttribute(node: JsxAttribute, name: Identifier, initializer: JsxAttributeValue | undefined) { + function updateJsxAttribute(node: JsxAttribute, name: JsxAttributeName, initializer: JsxAttributeValue | undefined) { return node.name !== name || node.initializer !== initializer ? update(createJsxAttribute(name, initializer), node) @@ -5654,6 +5658,26 @@ export function createNodeFactory(flags: NodeFactoryFlags, baseFactory: BaseNode : node; } + // @api + function createJsxNamespacedName(namespace: Identifier, name: Identifier) { + const node = createBaseNode(SyntaxKind.JsxNamespacedName); + node.namespace = namespace; + node.name = name; + node.transformFlags |= + propagateChildFlags(node.namespace) | + propagateChildFlags(node.name) | + TransformFlags.ContainsJsx; + return node; + } + + // @api + function updateJsxNamespacedName(node: JsxNamespacedName, namespace: Identifier, name: Identifier) { + return node.namespace !== namespace + || node.name !== name + ? update(createJsxNamespacedName(namespace, name), node) + : node; + } + // // Clauses // diff --git a/src/compiler/factory/nodeTests.ts b/src/compiler/factory/nodeTests.ts index 54cbe50462c40..bfe0ec7de9fe6 100644 --- a/src/compiler/factory/nodeTests.ts +++ b/src/compiler/factory/nodeTests.ts @@ -128,6 +128,7 @@ import { JsxElement, JsxExpression, JsxFragment, + JsxNamespacedName, JsxOpeningElement, JsxOpeningFragment, JsxSelfClosingElement, @@ -963,6 +964,10 @@ export function isJsxExpression(node: Node): node is JsxExpression { return node.kind === SyntaxKind.JsxExpression; } +export function isJsxNamespacedName(node: Node): node is JsxNamespacedName { + return node.kind === SyntaxKind.JsxNamespacedName; +} + // Clauses export function isCaseClause(node: Node): node is CaseClause { diff --git a/src/compiler/moduleNameResolver.ts b/src/compiler/moduleNameResolver.ts index 141273ea5d16f..d890310f0e979 100644 --- a/src/compiler/moduleNameResolver.ts +++ b/src/compiler/moduleNameResolver.ts @@ -1889,7 +1889,7 @@ export function pathContainsNodeModules(path: string): boolean { * * @internal */ -export function parseNodeModuleFromPath(resolved: string): string | undefined { +export function parseNodeModuleFromPath(resolved: string, isFolder?: boolean): string | undefined { const path = normalizePath(resolved); const idx = path.lastIndexOf(nodeModulesPathPart); if (idx === -1) { @@ -1897,16 +1897,16 @@ export function parseNodeModuleFromPath(resolved: string): string | undefined { } const indexAfterNodeModules = idx + nodeModulesPathPart.length; - let indexAfterPackageName = moveToNextDirectorySeparatorIfAvailable(path, indexAfterNodeModules); + let indexAfterPackageName = moveToNextDirectorySeparatorIfAvailable(path, indexAfterNodeModules, isFolder); if (path.charCodeAt(indexAfterNodeModules) === CharacterCodes.at) { - indexAfterPackageName = moveToNextDirectorySeparatorIfAvailable(path, indexAfterPackageName); + indexAfterPackageName = moveToNextDirectorySeparatorIfAvailable(path, indexAfterPackageName, isFolder); } return path.slice(0, indexAfterPackageName); } -function moveToNextDirectorySeparatorIfAvailable(path: string, prevSeparatorIndex: number): number { +function moveToNextDirectorySeparatorIfAvailable(path: string, prevSeparatorIndex: number, isFolder: boolean | undefined): number { const nextSeparatorIndex = path.indexOf(directorySeparator, prevSeparatorIndex + 1); - return nextSeparatorIndex === -1 ? prevSeparatorIndex : nextSeparatorIndex; + return nextSeparatorIndex === -1 ? isFolder ? path.length : prevSeparatorIndex : nextSeparatorIndex; } function loadModuleFromFileNoPackageId(extensions: Extensions, candidate: string, onlyRecordFailures: boolean, state: ModuleResolutionState): Resolved | undefined { diff --git a/src/compiler/moduleSpecifiers.ts b/src/compiler/moduleSpecifiers.ts index 7b3ab92f60b04..7da8fba65d3a2 100644 --- a/src/compiler/moduleSpecifiers.ts +++ b/src/compiler/moduleSpecifiers.ts @@ -147,7 +147,9 @@ function getPreferences( return [ModuleSpecifierEnding.JsExtension]; } if (getEmitModuleResolutionKind(compilerOptions) === ModuleResolutionKind.Classic) { - return [ModuleSpecifierEnding.Index, ModuleSpecifierEnding.JsExtension]; + return preferredEnding === ModuleSpecifierEnding.JsExtension + ? [ModuleSpecifierEnding.JsExtension, ModuleSpecifierEnding.Index] + : [ModuleSpecifierEnding.Index, ModuleSpecifierEnding.JsExtension]; } switch (preferredEnding) { case ModuleSpecifierEnding.JsExtension: return [ModuleSpecifierEnding.JsExtension, ModuleSpecifierEnding.Minimal, ModuleSpecifierEnding.Index]; diff --git a/src/compiler/parser.ts b/src/compiler/parser.ts index e6912998b1665..64257c7203935 100644 --- a/src/compiler/parser.ts +++ b/src/compiler/parser.ts @@ -221,6 +221,7 @@ import { JsxElement, JsxExpression, JsxFragment, + JsxNamespacedName, JsxOpeningElement, JsxOpeningFragment, JsxOpeningLikeElement, @@ -1030,6 +1031,10 @@ const forEachChildTable: ForEachChildTable = { [SyntaxKind.JsxClosingElement]: function forEachChildInJsxClosingElement(node: JsxClosingElement, cbNode: (node: Node) => T | undefined, _cbNodes?: (nodes: NodeArray) => T | undefined): T | undefined { return visitNode(cbNode, node.tagName); }, + [SyntaxKind.JsxNamespacedName]: function forEachChildInJsxNamespacedName(node: JsxNamespacedName, cbNode: (node: Node) => T | undefined, _cbNodes?: (nodes: NodeArray) => T | undefined): T | undefined { + return visitNode(cbNode, node.namespace) || + visitNode(cbNode, node.name); + }, [SyntaxKind.OptionalType]: forEachChildInOptionalRestOrJSDocParameterModifier, [SyntaxKind.RestType]: forEachChildInOptionalRestOrJSDocParameterModifier, [SyntaxKind.JSDocTypeExpression]: forEachChildInOptionalRestOrJSDocParameterModifier, @@ -6102,20 +6107,31 @@ namespace Parser { function parseJsxElementName(): JsxTagNameExpression { const pos = getNodePos(); - scanJsxIdentifier(); // JsxElement can have name in the form of // propertyAccessExpression // primaryExpression in the form of an identifier and "this" keyword // We can't just simply use parseLeftHandSideExpressionOrHigher because then we will start consider class,function etc as a keyword // We only want to consider "this" as a primaryExpression - let expression: JsxTagNameExpression = token() === SyntaxKind.ThisKeyword ? - parseTokenNode() : parseIdentifierName(); + let expression: JsxTagNameExpression = parseJsxTagName(); while (parseOptional(SyntaxKind.DotToken)) { expression = finishNode(factoryCreatePropertyAccessExpression(expression, parseRightSideOfDot(/*allowIdentifierNames*/ true, /*allowPrivateIdentifiers*/ false)), pos) as JsxTagNamePropertyAccess; } return expression; } + function parseJsxTagName(): Identifier | JsxNamespacedName | ThisExpression { + const pos = getNodePos(); + scanJsxIdentifier(); + + const isThis = token() === SyntaxKind.ThisKeyword; + const tagName = parseIdentifierName(); + if (parseOptional(SyntaxKind.ColonToken)) { + scanJsxIdentifier(); + return finishNode(factory.createJsxNamespacedName(tagName, parseIdentifierName()), pos); + } + return isThis ? finishNode(factory.createToken(SyntaxKind.ThisKeyword), pos) : tagName; + } + function parseJsxExpression(inExpressionContext: boolean): JsxExpression | undefined { const pos = getNodePos(); if (!parseExpected(SyntaxKind.OpenBraceToken)) { @@ -6148,9 +6164,8 @@ namespace Parser { return parseJsxSpreadAttribute(); } - scanJsxIdentifier(); const pos = getNodePos(); - return finishNode(factory.createJsxAttribute(parseIdentifierName(), parseJsxAttributeValue()), pos); + return finishNode(factory.createJsxAttribute(parseJsxAttributeName(), parseJsxAttributeValue()), pos); } function parseJsxAttributeValue(): JsxAttributeValue | undefined { @@ -6169,6 +6184,18 @@ namespace Parser { return undefined; } + function parseJsxAttributeName() { + const pos = getNodePos(); + scanJsxIdentifier(); + + const attrName = parseIdentifierName(); + if (parseOptional(SyntaxKind.ColonToken)) { + scanJsxIdentifier(); + return finishNode(factory.createJsxNamespacedName(attrName, parseIdentifierName()), pos); + } + return attrName; + } + function parseJsxSpreadAttribute(): JsxSpreadAttribute { const pos = getNodePos(); parseExpected(SyntaxKind.OpenBraceToken); @@ -10425,6 +10452,11 @@ export function tagNamesAreEquivalent(lhs: JsxTagNameExpression, rhs: JsxTagName return true; } + if (lhs.kind === SyntaxKind.JsxNamespacedName) { + return lhs.namespace.escapedText === (rhs as JsxNamespacedName).namespace.escapedText && + lhs.name.escapedText === (rhs as JsxNamespacedName).name.escapedText; + } + // If we are at this statement then we must have PropertyAccessExpression and because tag name in Jsx element can only // take forms of JsxTagNameExpression which includes an identifier, "this" expression, or another propertyAccessExpression // it is safe to case the expression property as such. See parseJsxElementName for how we parse tag name in Jsx element diff --git a/src/compiler/path.ts b/src/compiler/path.ts index b2e7d890185a1..661997d28d354 100644 --- a/src/compiler/path.ts +++ b/src/compiler/path.ts @@ -451,6 +451,9 @@ function pathComponents(path: string, rootLength: number) { return [root, ...rest]; } +/** @internal */ +export type PathPathComponents = Path[] & { __pathComponensBrand: any }; + /** * Parse a path into an array containing a root component (at index 0) and zero or more path * components (at indices > 0). The result is not normalized. @@ -484,6 +487,9 @@ function pathComponents(path: string, rootLength: number) { * * @internal */ +export function getPathComponents(path: Path): PathPathComponents; +/** @internal */ +export function getPathComponents(path: string, currentDirectory?: string): string[]; export function getPathComponents(path: string, currentDirectory = "") { path = combinePaths(currentDirectory, path); return pathComponents(path, getRootLength(path)); @@ -501,11 +507,11 @@ export function getPathComponents(path: string, currentDirectory = "") { * * @internal */ -export function getPathFromPathComponents(pathComponents: readonly string[]) { - if (pathComponents.length === 0) return ""; +export function getPathFromPathComponents(pathComponents: readonly T[], length?: number) { + if (pathComponents.length === 0) return "" as T; const root = pathComponents[0] && ensureTrailingDirectorySeparator(pathComponents[0]); - return root + pathComponents.slice(1).join(directorySeparator); + return root + pathComponents.slice(1, length).join(directorySeparator) as T; } //// Path Normalization diff --git a/src/compiler/program.ts b/src/compiler/program.ts index 6761cf58b9dfe..a4671bf20983c 100644 --- a/src/compiler/program.ts +++ b/src/compiler/program.ts @@ -779,7 +779,7 @@ export function formatDiagnosticsWithColorAndContext(diagnostics: readonly Diagn output += formatColorAndReset(` TS${diagnostic.code}: `, ForegroundColorEscapeSequences.Grey); output += flattenDiagnosticMessageText(diagnostic.messageText, host.getNewLine()); - if (diagnostic.file) { + if (diagnostic.file && diagnostic.code !== Diagnostics.File_appears_to_be_binary.code) { output += host.getNewLine(); output += formatCodeSpan(diagnostic.file, diagnostic.start!, diagnostic.length!, "", getCategoryFormat(diagnostic.category), host); // TODO: GH#18217 } diff --git a/src/compiler/resolutionCache.ts b/src/compiler/resolutionCache.ts index 97b95b60feee4..5c842465ede16 100644 --- a/src/compiler/resolutionCache.ts +++ b/src/compiler/resolutionCache.ts @@ -1,7 +1,6 @@ import { arrayToMap, CachedDirectoryStructureHost, - CharacterCodes, clearMap, closeFileWatcher, closeFileWatcherOf, @@ -20,7 +19,6 @@ import { Extension, extensionIsTS, fileExtensionIs, - fileExtensionIsOneOf, FileReference, FileWatcher, FileWatcherCallback, @@ -29,10 +27,13 @@ import { getDirectoryPath, getEffectiveTypeRoots, getNormalizedAbsolutePath, - getRootLength, + getPathComponents, + getPathFromPathComponents, HasInvalidatedResolutions, + hasTrailingDirectorySeparator, ignoredPaths, inferredTypesContainingFile, + isDiskPathRoot, isEmittedFileOfProgram, isExternalModuleNameRelative, isExternalOrCommonJsModule, @@ -52,7 +53,7 @@ import { packageIdToString, parseNodeModuleFromPath, Path, - pathContainsNodeModules, + PathPathComponents, Program, removeSuffix, removeTrailingDirectorySeparator, @@ -205,6 +206,30 @@ export function removeIgnoredPath(path: Path): Path | undefined { path; } +function perceivedOsRootLengthForWatching(pathComponents: Readonly, length: number) { + // Ignore "/", "c:/" + if (length <= 1) return 1; + let userCheckIndex = 1; + let isDosStyle = pathComponents[0].search(/[a-zA-Z]:/) === 0; + if (pathComponents[0] !== directorySeparator && + !isDosStyle && // Non dos style paths + pathComponents[1].search(/[a-zA-Z]\$$/) === 0) { // Dos style nextPart + // ignore "//vda1cs4850/c$/folderAtRoot" + if (length === 2) return 2; + userCheckIndex = 2; + isDosStyle = true; + } + + if (isDosStyle && + !pathComponents[userCheckIndex].match(/^users$/i)) { + // Paths like c:/notUsers + return userCheckIndex; + } + + // Paths like: c:/users/username or /home/username + return userCheckIndex + 2; +} + /** * Filter out paths like * "/", "/user", "/user/username", "/user/username/folderAtRoot", @@ -213,167 +238,164 @@ export function removeIgnoredPath(path: Path): Path | undefined { * * @internal */ -export function canWatchDirectoryOrFile(dirPath: Path) { - const rootLength = getRootLength(dirPath); - if (dirPath.length === rootLength) { - // Ignore "/", "c:/" - return false; - } - - let nextDirectorySeparator = dirPath.indexOf(directorySeparator, rootLength); - if (nextDirectorySeparator === -1) { - // ignore "/user", "c:/users" or "c:/folderAtRoot" - return false; - } - - let pathPartForUserCheck = dirPath.substring(rootLength, nextDirectorySeparator + 1); - const isNonDirectorySeparatorRoot = rootLength > 1 || dirPath.charCodeAt(0) !== CharacterCodes.slash; - if (isNonDirectorySeparatorRoot && - dirPath.search(/[a-zA-Z]:/) !== 0 && // Non dos style paths - pathPartForUserCheck.search(/[a-zA-Z]\$\//) === 0) { // Dos style nextPart - nextDirectorySeparator = dirPath.indexOf(directorySeparator, nextDirectorySeparator + 1); - if (nextDirectorySeparator === -1) { - // ignore "//vda1cs4850/c$/folderAtRoot" - return false; - } - - pathPartForUserCheck = dirPath.substring(rootLength + pathPartForUserCheck.length, nextDirectorySeparator + 1); - } - - if (isNonDirectorySeparatorRoot && - pathPartForUserCheck.search(/users\//i) !== 0) { - // Paths like c:/folderAtRoot/subFolder are allowed - return true; - } - - for (let searchIndex = nextDirectorySeparator + 1, searchLevels = 2; searchLevels > 0; searchLevels--) { - searchIndex = dirPath.indexOf(directorySeparator, searchIndex) + 1; - if (searchIndex === 0) { - // Folder isnt at expected minimum levels - return false; - } - } - return true; +export function canWatchDirectoryOrFile(pathComponents: Readonly, length?: number) { + if (length === undefined) length = pathComponents.length; + // Ignore "/", "c:/" + // ignore "/user", "c:/users" or "c:/folderAtRoot" + if (length <= 2) return false; + const perceivedOsRootLength = perceivedOsRootLengthForWatching(pathComponents, length); + return length > perceivedOsRootLength + 1; } /** @internal */ -export function canWatchAtTypes(atTypes: Path, rootPath: Path | undefined) { +export function canWatchAtTypes(atTypes: Path) { // Otherwise can watch directory only if we can watch the parent directory of node_modules/@types - const dirPath = getDirectoryPath(getDirectoryPath(atTypes)); - return dirPath === rootPath || canWatchDirectoryOrFile(dirPath); + return canWatchAffectedPackageJsonOrNodeModulesOfAtTypes(getDirectoryPath(atTypes)); } -function isInDirectoryPath(dir: Path | undefined, file: Path) { - if (dir === undefined || file.length <= dir.length) { - return false; +function isInDirectoryPath(dirComponents: Readonly, fileOrDirComponents: Readonly) { + if (fileOrDirComponents.length < fileOrDirComponents.length) return false; + for (let i = 0; i < dirComponents.length; i++) { + if (fileOrDirComponents[i] !== dirComponents[i]) return false; } - return startsWith(file, dir) && file[dir.length] === directorySeparator; + return true; +} + +function canWatchAffectedPackageJsonOrNodeModulesOfAtTypes(fileOrDirPath: Path) { + return canWatchDirectoryOrFile(getPathComponents(fileOrDirPath)); } /** @internal */ export function canWatchAffectingLocation(filePath: Path) { - return canWatchDirectoryOrFile(filePath); + return canWatchAffectedPackageJsonOrNodeModulesOfAtTypes(filePath); } /** @internal */ export function getDirectoryToWatchFailedLookupLocation( failedLookupLocation: string, failedLookupLocationPath: Path, - rootDir: string | undefined, - rootPath: Path | undefined, - rootSplitLength: number, + rootDir: string, + rootPath: Path, + rootPathComponents: Readonly, getCurrentDirectory: () => string | undefined, ): DirectoryOfFailedLookupWatch | undefined { - if (isInDirectoryPath(rootPath, failedLookupLocationPath)) { - // Ensure failed look up is normalized path - failedLookupLocation = isRootedDiskPath(failedLookupLocation) ? normalizePath(failedLookupLocation) : getNormalizedAbsolutePath(failedLookupLocation, getCurrentDirectory()); - const failedLookupPathSplit = failedLookupLocationPath.split(directorySeparator); - const failedLookupSplit = failedLookupLocation.split(directorySeparator); - Debug.assert(failedLookupSplit.length === failedLookupPathSplit.length, `FailedLookup: ${failedLookupLocation} failedLookupLocationPath: ${failedLookupLocationPath}`); - if (failedLookupPathSplit.length > rootSplitLength + 1) { + const failedLookupPathComponents: Readonly = getPathComponents(failedLookupLocationPath); + // Ensure failed look up is normalized path + failedLookupLocation = isRootedDiskPath(failedLookupLocation) ? normalizePath(failedLookupLocation) : getNormalizedAbsolutePath(failedLookupLocation, getCurrentDirectory()); + const failedLookupComponents: readonly string[] = getPathComponents(failedLookupLocation); + const perceivedOsRootLength = perceivedOsRootLengthForWatching(failedLookupPathComponents, failedLookupPathComponents.length); + if (failedLookupPathComponents.length <= perceivedOsRootLength + 1) return undefined; + // If directory path contains node module, get the most parent node_modules directory for watching + const nodeModulesIndex = failedLookupPathComponents.indexOf("node_modules" as Path); + if (nodeModulesIndex !== -1 && nodeModulesIndex + 1 <= perceivedOsRootLength + 1) return undefined; // node_modules not at position where it can be watched + if (isInDirectoryPath(rootPathComponents, failedLookupPathComponents)) { + if (failedLookupPathComponents.length > rootPathComponents.length + 1) { // Instead of watching root, watch directory in root to avoid watching excluded directories not needed for module resolution - return { - dir: failedLookupSplit.slice(0, rootSplitLength + 1).join(directorySeparator), - dirPath: failedLookupPathSplit.slice(0, rootSplitLength + 1).join(directorySeparator) as Path - }; + return getDirectoryOfFailedLookupWatch(failedLookupComponents, failedLookupPathComponents, Math.max(rootPathComponents.length + 1, perceivedOsRootLength + 1)); } else { // Always watch root directory non recursively return { - dir: rootDir!, - dirPath: rootPath!, - nonRecursive: true + dir: rootDir, + dirPath: rootPath, + nonRecursive: true, }; } } return getDirectoryToWatchFromFailedLookupLocationDirectory( - getDirectoryPath(getNormalizedAbsolutePath(failedLookupLocation, getCurrentDirectory())), - getDirectoryPath(failedLookupLocationPath), - rootPath, + failedLookupComponents, + failedLookupPathComponents, + failedLookupPathComponents.length - 1, + perceivedOsRootLength, + nodeModulesIndex, + rootPathComponents, ); } function getDirectoryToWatchFromFailedLookupLocationDirectory( - dir: string, - dirPath: Path, - rootPath: Path | undefined + dirComponents: readonly string[], + dirPathComponents: Readonly, + dirPathComponentsLength: number, + perceivedOsRootLength: number, + nodeModulesIndex: number, + rootPathComponents: Readonly, ): DirectoryOfFailedLookupWatch | undefined { // If directory path contains node module, get the most parent node_modules directory for watching - while (pathContainsNodeModules(dirPath)) { - dir = getDirectoryPath(dir); - dirPath = getDirectoryPath(dirPath); + if (nodeModulesIndex !== -1) { + // If the directory is node_modules use it to watch, always watch it recursively + return getDirectoryOfFailedLookupWatch(dirComponents, dirPathComponents, nodeModulesIndex + 1); } - - // If the directory is node_modules use it to watch, always watch it recursively - if (isNodeModulesDirectory(dirPath)) { - return canWatchDirectoryOrFile(getDirectoryPath(dirPath)) ? { dir, dirPath } : undefined; - } - - let nonRecursive = true; // Use some ancestor of the root directory - let subDirectoryPath: Path | undefined, subDirectory: string | undefined; - if (rootPath !== undefined) { - while (!isInDirectoryPath(dirPath, rootPath)) { - const parentPath = getDirectoryPath(dirPath); - if (parentPath === dirPath) { - break; - } + let nonRecursive = true; + let length = dirPathComponentsLength; + for (let i = 0; i < dirPathComponentsLength; i++) { + if (dirPathComponents[i] !== rootPathComponents[i]) { nonRecursive = false; - subDirectoryPath = dirPath; - subDirectory = dir; - dirPath = parentPath; - dir = getDirectoryPath(dir); + length = Math.max(i + 1, perceivedOsRootLength + 1); + break; } } + return getDirectoryOfFailedLookupWatch(dirComponents, dirPathComponents, length, nonRecursive); +} - return canWatchDirectoryOrFile(dirPath) ? { dir: subDirectory || dir, dirPath: subDirectoryPath || dirPath, nonRecursive } : undefined; +function getDirectoryOfFailedLookupWatch( + dirComponents: readonly string[], + dirPathComponents: Readonly, + length: number, + nonRecursive?: boolean +): DirectoryOfFailedLookupWatch { + return { + dir: getPathFromPathComponents(dirComponents, length), + dirPath: getPathFromPathComponents(dirPathComponents, length), + nonRecursive, + }; } /** @internal */ export function getDirectoryToWatchFailedLookupLocationFromTypeRoot( typeRoot: string, typeRootPath: Path, - rootPath: Path | undefined, + rootPath: Path, + rootPathComponents: Readonly, + getCurrentDirectory: () => string | undefined, filterCustomPath: (path: Path) => boolean, // Return true if this path can be used ): Path | undefined { - if (isInDirectoryPath(rootPath, typeRootPath)) { + const typeRootPathComponents = getPathComponents(typeRootPath); + if (isInDirectoryPath(rootPathComponents, typeRootPathComponents)) { + // Because this is called when we are watching typeRoot, we dont need additional check whether typeRoot is not say c:/users/node_modules/@types when root is c:/ return rootPath; } - const toWatch = getDirectoryToWatchFromFailedLookupLocationDirectory(typeRoot, typeRootPath, rootPath); + typeRoot = isRootedDiskPath(typeRoot) ? normalizePath(typeRoot) : getNormalizedAbsolutePath(typeRoot, getCurrentDirectory()); + const toWatch = getDirectoryToWatchFromFailedLookupLocationDirectory( + getPathComponents(typeRoot), + typeRootPathComponents, + typeRootPathComponents.length, + perceivedOsRootLengthForWatching(typeRootPathComponents, typeRootPathComponents.length), + typeRootPathComponents.indexOf("node_modules" as Path), + rootPathComponents, + ); return toWatch && filterCustomPath(toWatch.dirPath) ? toWatch.dirPath : undefined; } /** @internal */ -export function getRootDirectoryOfResolutionCache(rootDirForResolution: string | undefined, getCurrentDirectory: () => string | undefined) { - return rootDirForResolution && removeTrailingDirectorySeparator(getNormalizedAbsolutePath(rootDirForResolution, getCurrentDirectory())); +export function getRootDirectoryOfResolutionCache(rootDirForResolution: string, getCurrentDirectory: () => string | undefined) { + const normalized = getNormalizedAbsolutePath(rootDirForResolution, getCurrentDirectory()); + return !isDiskPathRoot(normalized) ? + removeTrailingDirectorySeparator(normalized) : + normalized; +} + +/** @internal */ +export function getRootPathSplitLength(rootPath: Path) { + return rootPath.split(directorySeparator).length - (hasTrailingDirectorySeparator(rootPath) ? 1 : 0); } type GetResolutionWithResolvedFileName = (resolution: T) => R | undefined; /** @internal */ -export function createResolutionCache(resolutionHost: ResolutionCacheHost, rootDirForResolution: string | undefined, logChangesWhenResolvingModule: boolean): ResolutionCache { +export function createResolutionCache(resolutionHost: ResolutionCacheHost, rootDirForResolution: string, logChangesWhenResolvingModule: boolean): ResolutionCache { let filesWithChangedSetOfUnresolvedImports: Path[] | undefined; let filesWithInvalidatedResolutions: Set | undefined; let filesWithInvalidatedNonRelativeUnresolvedImports: ReadonlyMap | undefined; @@ -412,20 +434,11 @@ export function createResolutionCache(resolutionHost: ResolutionCacheHost, rootD moduleResolutionCache.getPackageJsonInfoCache(), ); - /** - * These are the extensions that failed lookup files will have by default, - * any other extension of failed lookup will be store that path in custom failed lookup path - * This helps in not having to comb through all resolutions when files are added/removed - * Note that .d.ts file also has .d.ts extension hence will be part of default extensions - */ - const failedLookupDefaultExtensions = [Extension.Ts, Extension.Tsx, Extension.Js, Extension.Jsx, Extension.Json]; - const customFailedLookupPaths = new Map(); - const directoryWatchesOfFailedLookups = new Map(); const fileWatchesOfAffectingLocations = new Map(); const rootDir = getRootDirectoryOfResolutionCache(rootDirForResolution, getCurrentDirectory); - const rootPath = (rootDir && resolutionHost.toPath(rootDir)) as Path; // TODO: GH#18217 - const rootSplitLength = rootPath !== undefined ? rootPath.split(directorySeparator).length : 0; + const rootPath = resolutionHost.toPath(rootDir); + const rootPathComponents = getPathComponents(rootPath); // TypeRoot watches for the types that get added as part of getAutomaticTypeDirectiveNames const typeRootsWatches = new Map(); @@ -465,7 +478,6 @@ export function createResolutionCache(resolutionHost: ResolutionCacheHost, rootD function clear() { clearMap(directoryWatchesOfFailedLookups, closeFileWatcherOf); clearMap(fileWatchesOfAffectingLocations, closeFileWatcherOf); - customFailedLookupPaths.clear(); nonRelativeExternalModuleResolutions.clear(); closeTypeRootsWatch(); resolvedModuleNames.clear(); @@ -632,11 +644,12 @@ export function createResolutionCache(resolutionHost: ResolutionCacheHost, rootD getResolutionWithResolvedFileName: GetResolutionWithResolvedFileName; shouldRetryResolution: (t: T) => boolean; logChanges?: boolean; + deferWatchingNonRelativeResolution: boolean; } function resolveNamesWithLocalCache({ entries, containingFile, containingSourceFile, redirectedReference, options, perFileCache, reusedNames, - loader, getResolutionWithResolvedFileName, + loader, getResolutionWithResolvedFileName, deferWatchingNonRelativeResolution, shouldRetryResolution, logChanges, }: ResolveNamesWithLocalCacheInput): readonly T[] { const path = resolutionHost.toPath(containingFile); @@ -667,7 +680,7 @@ export function createResolutionCache(resolutionHost: ResolutionCacheHost, rootD resolutionHost.onDiscoveredSymlink(); } resolutionsInFile.set(name, mode, resolution); - watchFailedLookupLocationsOfExternalModuleResolutions(name, resolution, path, getResolutionWithResolvedFileName); + watchFailedLookupLocationsOfExternalModuleResolutions(name, resolution, path, getResolutionWithResolvedFileName, deferWatchingNonRelativeResolution); if (existingResolution) { stopWatchFailedLookupLocationOfResolution(existingResolution, path, getResolutionWithResolvedFileName); } @@ -766,6 +779,7 @@ export function createResolutionCache(resolutionHost: ResolutionCacheHost, rootD ), getResolutionWithResolvedFileName: getResolvedTypeReferenceDirective, shouldRetryResolution: resolution => resolution.resolvedTypeReferenceDirective === undefined, + deferWatchingNonRelativeResolution: false, }); } @@ -793,6 +807,7 @@ export function createResolutionCache(resolutionHost: ResolutionCacheHost, rootD getResolutionWithResolvedFileName: getResolvedModule, shouldRetryResolution: resolution => !resolution.resolvedModule || !resolutionExtensionIsTSOrJson(resolution.resolvedModule.extension), logChanges: logChangesWhenResolvingModule, + deferWatchingNonRelativeResolution: true, // Defer non relative resolution watch because we could be using ambient modules }); } @@ -808,15 +823,12 @@ export function createResolutionCache(resolutionHost: ResolutionCacheHost, rootD return endsWith(dirPath, "/node_modules/@types"); } - function isPathWithDefaultFailedLookupExtension(path: Path) { - return fileExtensionIsOneOf(path, failedLookupDefaultExtensions); - } - function watchFailedLookupLocationsOfExternalModuleResolutions( name: string, resolution: T, filePath: Path, getResolutionWithResolvedFileName: GetResolutionWithResolvedFileName, + deferWatchingNonRelativeResolution: boolean, ) { if (resolution.refCount) { resolution.refCount++; @@ -825,7 +837,7 @@ export function createResolutionCache(resolutionHost: ResolutionCacheHost, rootD else { resolution.refCount = 1; Debug.assert(!resolution.files?.size); // This resolution shouldnt be referenced by any file yet - if (isExternalModuleNameRelative(name)) { + if (!deferWatchingNonRelativeResolution || isExternalModuleNameRelative(name)) { watchFailedLookupLocationOfResolution(resolution); } else { @@ -858,17 +870,11 @@ export function createResolutionCache(resolutionHost: ResolutionCacheHost, rootD failedLookupLocationPath, rootDir, rootPath, - rootSplitLength, + rootPathComponents, getCurrentDirectory, ); if (toWatch) { const { dir, dirPath, nonRecursive } = toWatch; - // If the failed lookup location path is not one of the supported extensions, - // store it in the custom path - if (!isPathWithDefaultFailedLookupExtension(failedLookupLocationPath)) { - const refCount = customFailedLookupPaths.get(failedLookupLocationPath) || 0; - customFailedLookupPaths.set(failedLookupLocationPath, refCount + 1); - } if (dirPath === rootPath) { Debug.assert(nonRecursive); setAtRoot = true; @@ -881,7 +887,7 @@ export function createResolutionCache(resolutionHost: ResolutionCacheHost, rootD if (setAtRoot) { // This is always non recursive - setDirectoryWatcher(rootDir!, rootPath, /*nonRecursive*/ true); // TODO: GH#18217 + setDirectoryWatcher(rootDir, rootPath, /*nonRecursive*/ true); // TODO: GH#18217 } } watchAffectingLocationsOfResolution(resolution, !failedLookupLocations?.length); @@ -999,22 +1005,11 @@ export function createResolutionCache(resolutionHost: ResolutionCacheHost, rootD failedLookupLocationPath, rootDir, rootPath, - rootSplitLength, + rootPathComponents, getCurrentDirectory, ); if (toWatch) { const { dirPath } = toWatch; - const refCount = customFailedLookupPaths.get(failedLookupLocationPath); - if (refCount) { - if (refCount === 1) { - customFailedLookupPaths.delete(failedLookupLocationPath); - } - else { - Debug.assert(refCount > 1); - customFailedLookupPaths.set(failedLookupLocationPath, refCount - 1); - } - } - if (dirPath === rootPath) { removeAtRoot = true; } @@ -1147,20 +1142,21 @@ export function createResolutionCache(resolutionHost: ResolutionCacheHost, rootD (startsWithPathChecks ||= new Set()).add(fileOrDirectoryPath); } else { - if (!isPathWithDefaultFailedLookupExtension(fileOrDirectoryPath) && !customFailedLookupPaths.has(fileOrDirectoryPath)) { - return false; - } // Ignore emits from the program if (isEmittedFileOfProgram(resolutionHost.getCurrentProgram(), fileOrDirectoryPath)) { return false; } + // Ignore .map files + if (fileExtensionIs(fileOrDirectoryPath, ".map")) { + return false; + } // Resolution need to be invalidated if failed lookup location is same as the file or directory getting created (failedLookupChecks ||= new Set()).add(fileOrDirectoryPath); // If the invalidated file is from a node_modules package, invalidate everything else // in the package since we might not get notifications for other files in the package. // This hardens our logic against unreliable file watchers. - const packagePath = parseNodeModuleFromPath(fileOrDirectoryPath); + const packagePath = parseNodeModuleFromPath(fileOrDirectoryPath, /*isFolder*/ true); if (packagePath) (startsWithPathChecks ||= new Set()).add(packagePath as Path); } } @@ -1205,7 +1201,8 @@ export function createResolutionCache(resolutionHost: ResolutionCacheHost, rootD function isInvalidatedFailedLookup(locationPath: Path) { return failedLookupChecks?.has(locationPath) || firstDefinedIterator(startsWithPathChecks?.keys() || [], fileOrDirectoryPath => startsWith(locationPath, fileOrDirectoryPath) ? true : undefined) || - firstDefinedIterator(isInDirectoryChecks?.keys() || [], fileOrDirectoryPath => isInDirectoryPath(fileOrDirectoryPath, locationPath) ? true : undefined); + firstDefinedIterator(isInDirectoryChecks?.keys() || [], dirPath => locationPath.length > dirPath.length && + startsWith(locationPath, dirPath) && (isDiskPathRoot(dirPath) || locationPath[dirPath.length] === directorySeparator) ? true : undefined); } function canInvalidatedFailedLookupResolutionWithAffectingLocation(resolution: ResolutionWithFailedLookupLocations) { @@ -1238,6 +1235,8 @@ export function createResolutionCache(resolutionHost: ResolutionCacheHost, rootD typeRoot, typeRootPath, rootPath, + rootPathComponents, + getCurrentDirectory, dirPath => directoryWatchesOfFailedLookups.has(dirPath) ); if (dirPath) { @@ -1283,7 +1282,7 @@ export function createResolutionCache(resolutionHost: ResolutionCacheHost, rootD if (resolutionHost.getCompilationSettings().typeRoots) return true; // Otherwise can watch directory only if we can watch the parent directory of node_modules/@types - return canWatchAtTypes(resolutionHost.toPath(typeRoot), rootPath); + return canWatchAtTypes(resolutionHost.toPath(typeRoot)); } } diff --git a/src/compiler/scanner.ts b/src/compiler/scanner.ts index 741214455f32b..9f539aec49d80 100644 --- a/src/compiler/scanner.ts +++ b/src/compiler/scanner.ts @@ -1782,16 +1782,28 @@ export function createScanner(languageVersion: ScriptTarget, if (pos >= end) { return token = SyntaxKind.EndOfFileToken; } - const ch = codePointAt(text, pos); - // Special handling for shebang - if (ch === CharacterCodes.hash && pos === 0 && isShebangTrivia(text, pos)) { - pos = scanShebangTrivia(text, pos); - if (skipTrivia) { - continue; + const ch = codePointAt(text, pos); + if (pos === 0) { + // If a file wasn't valid text at all, it will usually be apparent at + // position 0 because UTF-8 decode will fail and produce U+FFFD. + // If that happens, just issue one error and refuse to try to scan further; + // this is likely a binary file that cannot be parsed + if (ch === CharacterCodes.replacementCharacter) { + // Jump to the end of the file and fail. + error(Diagnostics.File_appears_to_be_binary); + pos = end; + return token = SyntaxKind.NonTextFileMarkerTrivia; } - else { - return token = SyntaxKind.ShebangTrivia; + // Special handling for shebang + if (ch === CharacterCodes.hash && isShebangTrivia(text, pos)) { + pos = scanShebangTrivia(text, pos); + if (skipTrivia) { + continue; + } + else { + return token = SyntaxKind.ShebangTrivia; + } } } @@ -2531,7 +2543,6 @@ export function createScanner(languageVersion: ScriptTarget, // everything after it to the token // Do note that this means that `scanJsxIdentifier` effectively _mutates_ the visible token without advancing to a new token // Any caller should be expecting this behavior and should only read the pos or token value after calling it. - let namespaceSeparator = false; while (pos < end) { const ch = text.charCodeAt(pos); if (ch === CharacterCodes.minus) { @@ -2539,24 +2550,12 @@ export function createScanner(languageVersion: ScriptTarget, pos++; continue; } - else if (ch === CharacterCodes.colon && !namespaceSeparator) { - tokenValue += ":"; - pos++; - namespaceSeparator = true; - token = SyntaxKind.Identifier; // swap from keyword kind to identifier kind - continue; - } const oldPos = pos; tokenValue += scanIdentifierParts(); // reuse `scanIdentifierParts` so unicode escapes are handled if (pos === oldPos) { break; } } - // Do not include a trailing namespace separator in the token, since this is against the spec. - if (tokenValue.slice(-1) === ":") { - tokenValue = tokenValue.slice(0, -1); - pos--; - } return getIdentifierToken(); } return token; diff --git a/src/compiler/transformers/esDecorators.ts b/src/compiler/transformers/esDecorators.ts index fdbab9c0a5a99..36f23fbe3b85f 100644 --- a/src/compiler/transformers/esDecorators.ts +++ b/src/compiler/transformers/esDecorators.ts @@ -46,6 +46,7 @@ import { getAllDecoratorsOfClassElement, getCommentRange, getEffectiveBaseTypeNode, + getEmitScriptTarget, getFirstConstructorWithBody, getHeritageClause, getNonAssignmentOperatorForCompoundAssignment, @@ -279,6 +280,9 @@ export function transformESDecorators(context: TransformationContext): (x: Sourc hoistVariableDeclaration, } = context; + const compilerOptions = context.getCompilerOptions(); + const languageVersion = getEmitScriptTarget(compilerOptions); + let top: LexicalEnvironmentStackEntry | undefined; let classInfo: ClassInfo | undefined; let classThis: Identifier | undefined; @@ -1003,7 +1007,12 @@ export function transformESDecorators(context: TransformationContext): (x: Sourc Debug.assertIsDefined(node.name, "A class declaration that is not a default export must have a name."); const iife = transformClassLike(node, factory.createStringLiteralFromNode(node.name)); const modifiers = visitNodes(node.modifiers, modifierVisitor, isModifier); - const varDecl = factory.createVariableDeclaration(node.name, /*exclamationToken*/ undefined, /*type*/ undefined, iife); + // When we transform to ES5/3 this will be moved inside an IIFE and should reference the name + // without any block-scoped variable collision handling + const declName = languageVersion <= ScriptTarget.ES2015 ? + factory.getInternalName(node, /*allowComments*/ false, /*allowSourceMaps*/ true) : + factory.getLocalName(node, /*allowComments*/ false, /*allowSourceMaps*/ true); + const varDecl = factory.createVariableDeclaration(declName, /*exclamationToken*/ undefined, /*type*/ undefined, iife); const varDecls = factory.createVariableDeclarationList([varDecl], NodeFlags.Let); const statement = factory.createVariableStatement(modifiers, varDecls); setOriginalNode(statement, node); diff --git a/src/compiler/transformers/jsx.ts b/src/compiler/transformers/jsx.ts index 4463613bf8a64..52fa0bc564f74 100644 --- a/src/compiler/transformers/jsx.ts +++ b/src/compiler/transformers/jsx.ts @@ -32,6 +32,7 @@ import { isJsxAttribute, isJsxElement, isJsxFragment, + isJsxNamespacedName, isJsxSelfClosingElement, isJsxSpreadAttribute, isLineBreak, @@ -262,7 +263,7 @@ export function transformJsx(context: TransformationContext): (x: SourceFile | B if (isJsxSpreadAttribute(elem) && (!isObjectLiteralExpression(elem.expression) || elem.expression.properties.some(isSpreadAssignment))) { spread = true; } - else if (spread && isJsxAttribute(elem) && elem.name.escapedText === "key") { + else if (spread && isJsxAttribute(elem) && isIdentifier(elem.name) && elem.name.escapedText === "key") { return true; } } @@ -639,12 +640,15 @@ export function transformJsx(context: TransformationContext): (x: SourceFile | B return getTagName(node.openingElement); } else { - const name = node.tagName; - if (isIdentifier(name) && isIntrinsicJsxName(name.escapedText)) { - return factory.createStringLiteral(idText(name)); + const tagName = node.tagName; + if (isIdentifier(tagName) && isIntrinsicJsxName(tagName.escapedText)) { + return factory.createStringLiteral(idText(tagName)); + } + else if (isJsxNamespacedName(tagName)) { + return factory.createStringLiteral(idText(tagName.namespace) + ":" + idText(tagName.name)); } else { - return createExpressionFromEntityName(factory, name); + return createExpressionFromEntityName(factory, tagName); } } } @@ -656,13 +660,11 @@ export function transformJsx(context: TransformationContext): (x: SourceFile | B */ function getAttributeName(node: JsxAttribute): StringLiteral | Identifier { const name = node.name; - const text = idText(name); - if (/^[A-Za-z_]\w*$/.test(text)) { - return name; - } - else { - return factory.createStringLiteral(text); + if (isIdentifier(name)) { + const text = idText(name); + return (/^[A-Za-z_]\w*$/.test(text)) ? name : factory.createStringLiteral(text); } + return factory.createStringLiteral(idText(name.namespace) + ":" + idText(name.name)); } function visitJsxExpression(node: JsxExpression) { diff --git a/src/compiler/types.ts b/src/compiler/types.ts index 7e14ff22dede6..f297ed469466e 100644 --- a/src/compiler/types.ts +++ b/src/compiler/types.ts @@ -49,6 +49,9 @@ export const enum SyntaxKind { // We detect and provide better error recovery when we encounter a git merge marker. This // allows us to edit files with git-conflict markers in them in a much more pleasant manner. ConflictMarkerTrivia, + // If a file is actually binary, with any luck, we'll get U+FFFD REPLACEMENT CHARACTER + // in position zero and can just skip what is surely a doomed parse. + NonTextFileMarkerTrivia, // Literals NumericLiteral, BigIntLiteral, @@ -364,6 +367,7 @@ export const enum SyntaxKind { JsxAttributes, JsxSpreadAttribute, JsxExpression, + JsxNamespacedName, // Clauses CaseClause, @@ -1150,6 +1154,7 @@ export type HasChildren = | JsxAttributes | JsxSpreadAttribute | JsxExpression + | JsxNamespacedName | CaseClause | DefaultClause | HeritageClause @@ -3174,21 +3179,34 @@ export type JsxAttributeLike = | JsxSpreadAttribute ; +export type JsxAttributeName = + | Identifier + | JsxNamespacedName + ; + export type JsxTagNameExpression = | Identifier | ThisExpression | JsxTagNamePropertyAccess + | JsxNamespacedName ; export interface JsxTagNamePropertyAccess extends PropertyAccessExpression { readonly expression: JsxTagNameExpression; } -export interface JsxAttributes extends ObjectLiteralExpressionBase { +export interface JsxAttributes extends PrimaryExpression, Declaration { + readonly properties: NodeArray; readonly kind: SyntaxKind.JsxAttributes; readonly parent: JsxOpeningLikeElement; } +export interface JsxNamespacedName extends PrimaryExpression { + readonly kind: SyntaxKind.JsxNamespacedName; + readonly name: Identifier; + readonly namespace: Identifier; +} + /// The opening element of a ... JsxElement export interface JsxOpeningElement extends Expression { readonly kind: SyntaxKind.JsxOpeningElement; @@ -3226,10 +3244,10 @@ export interface JsxClosingFragment extends Expression { readonly parent: JsxFragment; } -export interface JsxAttribute extends ObjectLiteralElement { +export interface JsxAttribute extends Declaration { readonly kind: SyntaxKind.JsxAttribute; readonly parent: JsxAttributes; - readonly name: Identifier; + readonly name: JsxAttributeName; /// JSX attribute initializers are optional; is sugar for readonly initializer?: JsxAttributeValue; } @@ -3243,6 +3261,7 @@ export type JsxAttributeValue = export interface JsxSpreadAttribute extends ObjectLiteralElement { readonly kind: SyntaxKind.JsxSpreadAttribute; + readonly name: PropertyName; readonly parent: JsxAttributes; readonly expression: Expression; } @@ -6701,6 +6720,7 @@ export const enum SignatureFlags { IsInnerCallChain = 1 << 3, // Indicates signature comes from a CallChain nested in an outer OptionalChain IsOuterCallChain = 1 << 4, // Indicates signature comes from a CallChain that is the outermost chain of an optional expression IsUntypedSignatureInJSFile = 1 << 5, // Indicates signature is from a js file and has no types + IsNonInferrable = 1 << 6, // Indicates signature comes from a non-inferrable type // We do not propagate `IsInnerCallChain` or `IsOuterCallChain` to instantiated signatures, as that would result in us // attempting to add `| undefined` on each recursive call to `getReturnTypeOfSignature` when @@ -7469,6 +7489,9 @@ export const enum CharacterCodes { mathematicalSpace = 0x205F, ogham = 0x1680, + // Unicode replacement character produced when a byte sequence is invalid + replacementCharacter = 0xFFFD, + _ = 0x5F, $ = 0x24, @@ -8707,14 +8730,16 @@ export interface NodeFactory { createJsxOpeningFragment(): JsxOpeningFragment; createJsxJsxClosingFragment(): JsxClosingFragment; updateJsxFragment(node: JsxFragment, openingFragment: JsxOpeningFragment, children: readonly JsxChild[], closingFragment: JsxClosingFragment): JsxFragment; - createJsxAttribute(name: Identifier, initializer: JsxAttributeValue | undefined): JsxAttribute; - updateJsxAttribute(node: JsxAttribute, name: Identifier, initializer: JsxAttributeValue | undefined): JsxAttribute; + createJsxAttribute(name: JsxAttributeName, initializer: JsxAttributeValue | undefined): JsxAttribute; + updateJsxAttribute(node: JsxAttribute, name: JsxAttributeName, initializer: JsxAttributeValue | undefined): JsxAttribute; createJsxAttributes(properties: readonly JsxAttributeLike[]): JsxAttributes; updateJsxAttributes(node: JsxAttributes, properties: readonly JsxAttributeLike[]): JsxAttributes; createJsxSpreadAttribute(expression: Expression): JsxSpreadAttribute; updateJsxSpreadAttribute(node: JsxSpreadAttribute, expression: Expression): JsxSpreadAttribute; createJsxExpression(dotDotDotToken: DotDotDotToken | undefined, expression: Expression | undefined): JsxExpression; updateJsxExpression(node: JsxExpression, expression: Expression | undefined): JsxExpression; + createJsxNamespacedName(namespace: Identifier, name: Identifier): JsxNamespacedName; + updateJsxNamespacedName(node: JsxNamespacedName, namespace: Identifier, name: Identifier): JsxNamespacedName; // // Clauses diff --git a/src/compiler/utilities.ts b/src/compiler/utilities.ts index bf657d5a15dba..6be3c6e9305f6 100644 --- a/src/compiler/utilities.ts +++ b/src/compiler/utilities.ts @@ -350,15 +350,18 @@ import { JSDocParameterTag, JSDocPropertyLikeTag, JSDocSatisfiesExpression, + JSDocSatisfiesTag, JSDocSignature, JSDocTag, JSDocTemplateTag, JSDocTypedefTag, JsonSourceFile, + JsxAttributeName, JsxChild, JsxElement, JsxEmit, JsxFragment, + JsxNamespacedName, JsxOpeningElement, JsxOpeningLikeElement, JsxSelfClosingElement, @@ -1072,7 +1075,9 @@ export function isRecognizedTripleSlashComment(text: string, commentPos: number, const textSubStr = text.substring(commentPos, commentEnd); return fullTripleSlashReferencePathRegEx.test(textSubStr) || fullTripleSlashAMDReferencePathRegEx.test(textSubStr) || + fullTripleSlashAMDModuleRegEx.test(textSubStr) || fullTripleSlashReferenceTypeReferenceDirectiveRegEx.test(textSubStr) || + fullTripleSlashLibReferenceRegEx.test(textSubStr) || defaultLibReferenceRegEx.test(textSubStr) ? true : false; } @@ -2060,6 +2065,8 @@ export function entityNameToString(name: EntityNameOrEntityNameExpression | JSDo } case SyntaxKind.JSDocMemberName: return entityNameToString(name.left) + entityNameToString(name.right); + case SyntaxKind.JsxNamespacedName: + return entityNameToString(name.namespace) + ":" + entityNameToString(name.name); default: return Debug.assertNever(name); } @@ -2229,6 +2236,14 @@ export function getErrorSpanForNode(sourceFile: SourceFile, node: Node): TextSpa const pos = skipTrivia(sourceFile.text, (node as ReturnStatement | YieldExpression).pos); return getSpanOfTokenAtPosition(sourceFile, pos); } + case SyntaxKind.SatisfiesExpression: { + const pos = skipTrivia(sourceFile.text, (node as SatisfiesExpression).expression.end); + return getSpanOfTokenAtPosition(sourceFile, pos); + } + case SyntaxKind.JSDocSatisfiesTag: { + const pos = skipTrivia(sourceFile.text, (node as JSDocSatisfiesTag).tagName.pos); + return getSpanOfTokenAtPosition(sourceFile, pos); + } } if (errorNode === undefined) { @@ -2365,8 +2380,10 @@ export function getJSDocCommentRanges(node: Node, text: string) { /** @internal */ export const fullTripleSlashReferencePathRegEx = /^(\/\/\/\s*/; const fullTripleSlashReferenceTypeReferenceDirectiveRegEx = /^(\/\/\/\s*/; +const fullTripleSlashLibReferenceRegEx = /^(\/\/\/\s*/; /** @internal */ export const fullTripleSlashAMDReferencePathRegEx = /^(\/\/\/\s*/; +const fullTripleSlashAMDModuleRegEx = /^\/\/\/\s*/; const defaultLibReferenceRegEx = /^(\/\/\/\s*/; /** @internal */ @@ -5812,7 +5829,7 @@ function isQuoteOrBacktick(charCode: number) { /** @internal */ export function isIntrinsicJsxName(name: __String | string) { const ch = (name as string).charCodeAt(0); - return (ch >= CharacterCodes.a && ch <= CharacterCodes.z) || stringContains((name as string), "-") || stringContains((name as string), ":"); + return (ch >= CharacterCodes.a && ch <= CharacterCodes.z) || stringContains((name as string), "-"); } const indentStrings: string[] = ["", " "]; @@ -9094,6 +9111,8 @@ const allSupportedExtensionsWithJson: readonly Extension[][] = [...allSupportedE export const supportedDeclarationExtensions: readonly Extension[] = [Extension.Dts, Extension.Dcts, Extension.Dmts]; /** @internal */ export const supportedTSImplementationExtensions: readonly Extension[] = [Extension.Ts, Extension.Cts, Extension.Mts, Extension.Tsx]; +/** @internal */ +export const extensionsNotSupportingExtensionlessResolution: readonly Extension[] = [Extension.Mts, Extension.Dmts, Extension.Mjs, Extension.Cts, Extension.Dcts, Extension.Cjs]; /** @internal */ export function getSupportedExtensions(options?: CompilerOptions): readonly Extension[][]; @@ -9156,7 +9175,9 @@ export const enum ModuleSpecifierEnding { /** @internal */ export function usesExtensionsOnImports({ imports }: SourceFile, hasExtension: (text: string) => boolean = or(hasJSFileExtension, hasTSFileExtension)): boolean { - return firstDefined(imports, ({ text }) => pathIsRelative(text) ? hasExtension(text) : undefined) || false; + return firstDefined(imports, ({ text }) => pathIsRelative(text) && !fileExtensionIsOneOf(text, extensionsNotSupportingExtensionlessResolution) + ? hasExtension(text) + : undefined) || false; } /** @internal */ @@ -9197,6 +9218,10 @@ export function getModuleSpecifierEndingPreference(preference: UserPreferences[" emptyArray; for (const specifier of specifiers) { if (pathIsRelative(specifier)) { + if (fileExtensionIsOneOf(specifier, extensionsNotSupportingExtensionlessResolution)) { + // These extensions are not optional, so do not indicate a preference. + continue; + } if (hasTSFileExtension(specifier)) { return ModuleSpecifierEnding.TsExtension; } @@ -10150,3 +10175,35 @@ export function tryGetJSDocSatisfiesTypeNode(node: Node) { const tag = getJSDocSatisfiesTag(node); return tag && tag.typeExpression && tag.typeExpression.type; } + +/** @internal */ +export function getEscapedTextOfJsxAttributeName(node: JsxAttributeName): __String { + return isIdentifier(node) ? node.escapedText : getEscapedTextOfJsxNamespacedName(node); +} + +/** @internal */ +export function getTextOfJsxAttributeName(node: JsxAttributeName): string { + return isIdentifier(node) ? idText(node) : getTextOfJsxNamespacedName(node); +} + +/** @internal */ +export function isJsxAttributeName(node: Node): node is JsxAttributeName { + const kind = node.kind; + return kind === SyntaxKind.Identifier + || kind === SyntaxKind.JsxNamespacedName; +} + +/** @internal */ +export function getEscapedTextOfJsxNamespacedName(node: JsxNamespacedName): __String { + return `${node.namespace.escapedText}:${idText(node.name)}` as __String; +} + +/** @internal */ +export function getTextOfJsxNamespacedName(node: JsxNamespacedName) { + return `${idText(node.namespace)}:${idText(node.name)}`; +} + +/** @internal */ +export function intrinsicTagNameToString(node: Identifier | JsxNamespacedName) { + return isIdentifier(node) ? idText(node) : getTextOfJsxNamespacedName(node); +} diff --git a/src/compiler/utilitiesPublic.ts b/src/compiler/utilitiesPublic.ts index 25114f2b96feb..2a4a3d21a19c9 100644 --- a/src/compiler/utilitiesPublic.ts +++ b/src/compiler/utilitiesPublic.ts @@ -1941,6 +1941,7 @@ function isLeftHandSideExpressionKind(kind: SyntaxKind): boolean { case SyntaxKind.JsxElement: case SyntaxKind.JsxSelfClosingElement: case SyntaxKind.JsxFragment: + case SyntaxKind.JsxNamespacedName: case SyntaxKind.TaggedTemplateExpression: case SyntaxKind.ArrayLiteralExpression: case SyntaxKind.ParenthesizedExpression: @@ -2406,7 +2407,8 @@ export function isJsxTagNameExpression(node: Node): node is JsxTagNameExpression const kind = node.kind; return kind === SyntaxKind.ThisKeyword || kind === SyntaxKind.Identifier - || kind === SyntaxKind.PropertyAccessExpression; + || kind === SyntaxKind.PropertyAccessExpression + || kind === SyntaxKind.JsxNamespacedName; } export function isJsxChild(node: Node): node is JsxChild { diff --git a/src/compiler/visitorPublic.ts b/src/compiler/visitorPublic.ts index 0ae4957ffab32..08475d5c0ae7a 100644 --- a/src/compiler/visitorPublic.ts +++ b/src/compiler/visitorPublic.ts @@ -46,6 +46,7 @@ import { isImportSpecifier, isImportTypeAssertionContainer, isJsxAttributeLike, + isJsxAttributeName, isJsxAttributes, isJsxChild, isJsxClosingElement, @@ -1429,6 +1430,12 @@ const visitEachChildTable: VisitEachChildTable = { Debug.checkDefined(nodeVisitor(node.tagName, visitor, isJsxTagNameExpression))); }, + [SyntaxKind.JsxNamespacedName]: function forEachChildInJsxNamespacedName(node, visitor, context, _nodesVisitor, nodeVisitor, _tokenVisitor) { + return context.factory.updateJsxNamespacedName(node, + Debug.checkDefined(nodeVisitor(node.namespace, visitor, isIdentifier)), + Debug.checkDefined(nodeVisitor(node.name, visitor, isIdentifier))); + }, + [SyntaxKind.JsxFragment]: function visitEachChildOfJsxFragment(node, visitor, context, nodesVisitor, nodeVisitor, _tokenVisitor) { return context.factory.updateJsxFragment(node, Debug.checkDefined(nodeVisitor(node.openingFragment, visitor, isJsxOpeningFragment)), @@ -1438,7 +1445,7 @@ const visitEachChildTable: VisitEachChildTable = { [SyntaxKind.JsxAttribute]: function visitEachChildOfJsxAttribute(node, visitor, context, _nodesVisitor, nodeVisitor, _tokenVisitor) { return context.factory.updateJsxAttribute(node, - Debug.checkDefined(nodeVisitor(node.name, visitor, isIdentifier)), + Debug.checkDefined(nodeVisitor(node.name, visitor, isJsxAttributeName)), nodeVisitor(node.initializer, visitor, isStringLiteralOrJsxExpression)); }, diff --git a/src/harness/client.ts b/src/harness/client.ts index 22db85eb4be92..a74e616072302 100644 --- a/src/harness/client.ts +++ b/src/harness/client.ts @@ -726,6 +726,10 @@ export class SessionClient implements LanguageService { return notImplemented(); } + getLinkedEditingRangeAtPosition(_fileName: string, _position: number): never { + return notImplemented(); + } + getSpanOfEnclosingComment(_fileName: string, _position: number, _onlyMultiLine: boolean): TextSpan { return notImplemented(); } diff --git a/src/harness/fourslashImpl.ts b/src/harness/fourslashImpl.ts index 9fbf900aaa1c8..85f8bd1118cc1 100644 --- a/src/harness/fourslashImpl.ts +++ b/src/harness/fourslashImpl.ts @@ -1416,6 +1416,8 @@ export class TestState { return fileBaselines.join("\n\n"); } + private static readonly nLinesContext = 4; + private getBaselineContentForFile( fileName: string, content: string, @@ -1433,7 +1435,8 @@ export class TestState { }: BaselineDocumentSpansWithFileContentsOptions, spanToContextId: Map, ) { - let newContent = `=== ${fileName} ===\n`; + let readableContents = `// === ${fileName} ===`; + let newContent = ""; interface Detail { location: number; locationMarker: string; @@ -1514,6 +1517,8 @@ export class TestState { } }); } + const lineStarts = ts.computeLineStarts(content); + let posLineInfo: { pos: number, line: number } | undefined; // Our preferred way to write marker is // /*MARKER*/[| some text |] // [| some /*MARKER*/ text |] @@ -1537,7 +1542,7 @@ export class TestState { // Defer writing marker position to deffered marker index if (deferredMarkerIndex !== undefined) return; } - newContent += content.slice(pos, location); + textWithContext(location, type); pos = location; // Prefix const prefix = detailPrefixes.get(detail); @@ -1587,8 +1592,36 @@ export class TestState { const suffix = detailSuffixes.get(detail); if (suffix) newContent += suffix; }); - newContent += content.slice(pos); - return readableJsoncBaseline(newContent); + textWithContext(/*location*/ undefined, /*type*/ undefined); + return readableContents + (newContent ? "\n" + readableJsoncBaseline(newContent) : ""); + + function textWithContext(location: number | undefined, type: Detail["type"]) { + if (!newContent && location === undefined) ts.Debug.fail("Unsupported"); + if (type !== "textEnd" && type !== "contextEnd") { + // Calculate pos to location number of lines + const posLine = posLineInfo?.pos === pos ? posLineInfo.line : ts.computeLineOfPosition(lineStarts, pos, posLineInfo?.line); + const locationLine = location !== undefined ? ts.computeLineOfPosition(lineStarts, location, posLine) : lineStarts.length - 1; + if (location !== undefined) posLineInfo = { pos: location, line: locationLine }; + let nLines = 0; + if (newContent) nLines += TestState.nLinesContext + 1; + if (location !== undefined) nLines += TestState.nLinesContext + 1; + // first nLinesContext and last nLinesContext + if (locationLine - posLine > nLines) { + if (newContent) { + readableContents = readableContents + "\n" + readableJsoncBaseline(newContent + content.slice(pos, lineStarts[posLine + TestState.nLinesContext]) + + `--- (line: ${posLine + TestState.nLinesContext + 1}) skipped ---`); + if (location !== undefined) readableContents += "\n"; + newContent = ""; + } + if (location !== undefined) { + newContent += `--- (line: ${locationLine - TestState.nLinesContext + 1}) skipped ---\n` + + content.slice(lineStarts[locationLine - TestState.nLinesContext + 1], location); + } + return; + } + } + newContent += content.slice(pos, location); + } } private assertObjectsEqual(fullActual: T, fullExpected: T, msgPrefix = ""): void { @@ -3530,6 +3563,14 @@ export class TestState { } } + public verifyLinkedEditingRange(map: { [markerName: string]: ts.LinkedEditingInfo | undefined }): void { + for (const markerName in map) { + this.goToMarker(markerName); + const actual = this.languageService.getLinkedEditingRangeAtPosition(this.activeFile.fileName, this.currentCaretPosition); + assert.deepEqual(actual, map[markerName], markerName); + } + } + public verifyMatchingBracePosition(bracePosition: number, expectedMatchPosition: number) { const actual = this.languageService.getBraceMatchingAtPosition(this.activeFile.fileName, bracePosition); @@ -4502,16 +4543,16 @@ const enum State { inObjectMarker } -function reportError(fileName: string, line: number, col: number, message: string) { +function reportError(fileName: string, line: number, col: number, message: string): never { const errorMessage = fileName + "(" + line + "," + col + "): " + message; throw new Error(errorMessage); } function recordObjectMarker(fileName: string, location: LocationInformation, text: string, markerMap: Map, markers: Marker[]): Marker | undefined { - let markerValue: any; + let markerValue; try { // Attempt to parse the marker value as JSON - markerValue = JSON.parse("{ " + text + " }"); + markerValue = JSON.parse("{ " + text + " }") as { name?: unknown }; } catch (e) { reportError(fileName, location.sourceLine, location.sourceColumn, "Unable to parse marker text " + e.message); @@ -4519,7 +4560,6 @@ function recordObjectMarker(fileName: string, location: LocationInformation, tex if (markerValue === undefined) { reportError(fileName, location.sourceLine, location.sourceColumn, "Object markers can not be empty"); - return undefined; } const marker: Marker = { @@ -4529,7 +4569,7 @@ function recordObjectMarker(fileName: string, location: LocationInformation, tex }; // Object markers can be anonymous - if (markerValue.name) { + if (typeof markerValue.name === "string") { markerMap.set(markerValue.name, marker); } @@ -4548,7 +4588,6 @@ function recordMarker(fileName: string, location: LocationInformation, name: str if (markerMap.has(name)) { const message = "Marker '" + name + "' is duplicated in the source file contents."; reportError(marker.fileName, location.sourceLine, location.sourceColumn, message); - return undefined; } else { markerMap.set(name, marker); @@ -4615,7 +4654,7 @@ function parseFileContent(content: string, fileName: string, markerMap: Map): BCP47LanguageTag[]; }; + + /** + * Returns a sorted array of the supported collation, calendar, currency, numbering system, timezones, and units by the implementation. + * [MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/supportedValuesOf) + * + * @param key A string indicating the category of values to return. + * @returns A sorted array of the supported values. + */ + function supportedValuesOf(key: "calendar" | "collation" | "currency" | "numberingSystem" | "timeZone" | "unit"): string[]; } diff --git a/src/lib/es5.d.ts b/src/lib/es5.d.ts index 29d414ffb5d1e..0563e7eb8e61b 100644 --- a/src/lib/es5.d.ts +++ b/src/lib/es5.d.ts @@ -314,9 +314,14 @@ interface CallableFunction extends Function { /** * Calls the function with the specified object as the this value and the elements of specified array as the arguments. * @param thisArg The object to be used as the this object. - * @param args An array of argument values to be passed to the function. */ apply(this: (this: T) => R, thisArg: T): R; + + /** + * Calls the function with the specified object as the this value and the elements of specified array as the arguments. + * @param thisArg The object to be used as the this object. + * @param args An array of argument values to be passed to the function. + */ apply(this: (this: T, ...args: A) => R, thisArg: T, args: A): R; /** @@ -330,23 +335,29 @@ interface CallableFunction extends Function { * For a given function, creates a bound function that has the same body as the original function. * The this object of the bound function is associated with the specified object, and has the specified initial parameters. * @param thisArg The object to be used as the this object. - * @param args Arguments to bind to the parameters of the function. */ bind(this: T, thisArg: ThisParameterType): OmitThisParameter; - bind(this: (this: T, arg0: A0, ...args: A) => R, thisArg: T, arg0: A0): (...args: A) => R; - bind(this: (this: T, arg0: A0, arg1: A1, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1): (...args: A) => R; - bind(this: (this: T, arg0: A0, arg1: A1, arg2: A2, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1, arg2: A2): (...args: A) => R; - bind(this: (this: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3): (...args: A) => R; - bind(this: (this: T, ...args: AX[]) => R, thisArg: T, ...args: AX[]): (...args: AX[]) => R; + + /** + * For a given function, creates a bound function that has the same body as the original function. + * The this object of the bound function is associated with the specified object, and has the specified initial parameters. + * @param thisArg The object to be used as the this object. + * @param args Arguments to bind to the parameters of the function. + */ + bind(this: (this: T, ...args: [...A, ...B]) => R, thisArg: T, ...args: A): (...args: B) => R; } interface NewableFunction extends Function { /** * Calls the function with the specified object as the this value and the elements of specified array as the arguments. * @param thisArg The object to be used as the this object. - * @param args An array of argument values to be passed to the function. */ apply(this: new () => T, thisArg: T): void; + /** + * Calls the function with the specified object as the this value and the elements of specified array as the arguments. + * @param thisArg The object to be used as the this object. + * @param args An array of argument values to be passed to the function. + */ apply(this: new (...args: A) => T, thisArg: T, args: A): void; /** @@ -360,14 +371,16 @@ interface NewableFunction extends Function { * For a given function, creates a bound function that has the same body as the original function. * The this object of the bound function is associated with the specified object, and has the specified initial parameters. * @param thisArg The object to be used as the this object. - * @param args Arguments to bind to the parameters of the function. */ bind(this: T, thisArg: any): T; - bind(this: new (arg0: A0, ...args: A) => R, thisArg: any, arg0: A0): new (...args: A) => R; - bind(this: new (arg0: A0, arg1: A1, ...args: A) => R, thisArg: any, arg0: A0, arg1: A1): new (...args: A) => R; - bind(this: new (arg0: A0, arg1: A1, arg2: A2, ...args: A) => R, thisArg: any, arg0: A0, arg1: A1, arg2: A2): new (...args: A) => R; - bind(this: new (arg0: A0, arg1: A1, arg2: A2, arg3: A3, ...args: A) => R, thisArg: any, arg0: A0, arg1: A1, arg2: A2, arg3: A3): new (...args: A) => R; - bind(this: new (...args: AX[]) => R, thisArg: any, ...args: AX[]): new (...args: AX[]) => R; + + /** + * For a given function, creates a bound function that has the same body as the original function. + * The this object of the bound function is associated with the specified object, and has the specified initial parameters. + * @param thisArg The object to be used as the this object. + * @param args Arguments to bind to the parameters of the function. + */ + bind(this: new (...args: [...A, ...B]) => R, thisArg: any, ...args: A): new (...args: B) => R; } interface IArguments { @@ -1814,7 +1827,7 @@ interface DataView { interface DataViewConstructor { readonly prototype: DataView; - new(buffer: ArrayBufferLike, byteOffset?: number, byteLength?: number): DataView; + new(buffer: ArrayBufferLike & { BYTES_PER_ELEMENT?: never }, byteOffset?: number, byteLength?: number): DataView; } declare var DataView: DataViewConstructor; diff --git a/src/server/_namespaces/ts.server.ts b/src/server/_namespaces/ts.server.ts index 91d9a909ae7f8..62b2d8a3b563d 100644 --- a/src/server/_namespaces/ts.server.ts +++ b/src/server/_namespaces/ts.server.ts @@ -1,6 +1,7 @@ /* Generated file to emulate the ts.server namespace. */ export * from "../../jsTyping/_namespaces/ts.server"; +export * from "../../typingsInstallerCore/_namespaces/ts.server"; export * from "../types"; export * from "../utilitiesPublic"; export * from "../utilities"; diff --git a/src/server/editorServices.ts b/src/server/editorServices.ts index 007a8649d3ea2..8e4443e22086d 100644 --- a/src/server/editorServices.ts +++ b/src/server/editorServices.ts @@ -54,6 +54,7 @@ import { getFileNamesFromConfigSpecs, getFileWatcherEventKind, getNormalizedAbsolutePath, + getPathComponents, getSnapshotText, getWatchFactory, hasExtension, @@ -1892,7 +1893,7 @@ export class ProjectService { // created when any of the script infos are added as root of inferred project if (this.configFileExistenceImpactsRootOfInferredProject(configFileExistenceInfo)) { // If we cannot watch config file existence without configured project, close the configured file watcher - if (!canWatchDirectoryOrFile(getDirectoryPath(canonicalConfigFilePath) as Path)) { + if (!canWatchDirectoryOrFile(getPathComponents(getDirectoryPath(canonicalConfigFilePath) as Path))) { configFileExistenceInfo.watcher!.close(); configFileExistenceInfo.watcher = noopConfigFileWatcher; } @@ -1979,7 +1980,7 @@ export class ProjectService { (configFileExistenceInfo.openFilesImpactedByConfigFile ||= new Map()).set(info.path, true); // If there is no configured project for this config file, add the file watcher - configFileExistenceInfo.watcher ||= canWatchDirectoryOrFile(getDirectoryPath(canonicalConfigFilePath) as Path) ? + configFileExistenceInfo.watcher ||= canWatchDirectoryOrFile(getPathComponents(getDirectoryPath(canonicalConfigFilePath) as Path)) ? this.watchFactory.watchFile( configFileName, (_filename, eventKind) => this.onConfigFileChanged(canonicalConfigFilePath, eventKind), @@ -2703,12 +2704,12 @@ export class ProjectService { } // Single inferred project does not have a project root and hence no current directory - return this.createInferredProject(/*currentDirectory*/ undefined, /*isSingleInferredProject*/ true); + return this.createInferredProject("", /*isSingleInferredProject*/ true); } - private getOrCreateSingleInferredWithoutProjectRoot(currentDirectory: string | undefined): InferredProject { + private getOrCreateSingleInferredWithoutProjectRoot(currentDirectory: string): InferredProject { Debug.assert(!this.useSingleInferredProject); - const expectedCurrentDirectory = this.toCanonicalFileName(this.getNormalizedAbsolutePath(currentDirectory || "")); + const expectedCurrentDirectory = this.toCanonicalFileName(this.getNormalizedAbsolutePath(currentDirectory)); // Reuse the project with same current directory but no roots for (const inferredProject of this.inferredProjects) { if (!inferredProject.projectRootPath && @@ -2721,7 +2722,7 @@ export class ProjectService { return this.createInferredProject(currentDirectory); } - private createInferredProject(currentDirectory: string | undefined, isSingleInferredProject?: boolean, projectRootPath?: NormalizedPath): InferredProject { + private createInferredProject(currentDirectory: string, isSingleInferredProject?: boolean, projectRootPath?: NormalizedPath): InferredProject { const compilerOptions = projectRootPath && this.compilerOptionsForInferredProjectsPerProjectRoot.get(projectRootPath) || this.compilerOptionsForInferredProjects!; // TODO: GH#18217 let watchOptionsAndErrors: WatchOptionsAndErrors | false | undefined; let typeAcquisition: TypeAcquisition | undefined; diff --git a/src/server/project.ts b/src/server/project.ts index 572331bbcaf84..f05f4d4ae8fc6 100644 --- a/src/server/project.ts +++ b/src/server/project.ts @@ -465,11 +465,11 @@ export abstract class Project implements LanguageServiceHost, ModuleResolutionHo public compileOnSaveEnabled: boolean, protected watchOptions: WatchOptions | undefined, directoryStructureHost: DirectoryStructureHost, - currentDirectory: string | undefined, + currentDirectory: string, ) { this.projectName = projectName; this.directoryStructureHost = directoryStructureHost; - this.currentDirectory = this.projectService.getNormalizedAbsolutePath(currentDirectory || ""); + this.currentDirectory = this.projectService.getNormalizedAbsolutePath(currentDirectory); this.getCanonicalFileName = this.projectService.toCanonicalFileName; this.cancellationToken = new ThrottledCancellationToken(this.projectService.cancellationToken, this.projectService.throttleWaitMilliseconds); @@ -514,7 +514,7 @@ export abstract class Project implements LanguageServiceHost, ModuleResolutionHo // Use the current directory as resolution root only if the project created using current directory string this.resolutionCache = createResolutionCache( this, - currentDirectory && this.currentDirectory, + this.currentDirectory, /*logChangesWhenResolvingModule*/ true ); this.languageService = createLanguageService(this, this.documentRegistry, this.projectService.serverMode); @@ -2059,7 +2059,7 @@ export abstract class Project implements LanguageServiceHost, ModuleResolutionHo getNoDtsResolutionProject(rootFileNames: readonly string[]): Project { Debug.assert(this.projectService.serverMode === LanguageServiceMode.Semantic); if (!this.noDtsResolutionProject) { - this.noDtsResolutionProject = new AuxiliaryProject(this.projectService, this.documentRegistry, this.getCompilerOptionsForNoDtsResolutionProject()); + this.noDtsResolutionProject = new AuxiliaryProject(this.projectService, this.documentRegistry, this.getCompilerOptionsForNoDtsResolutionProject(), this.currentDirectory); } enumerateInsertsAndDeletes( @@ -2176,7 +2176,7 @@ export class InferredProject extends Project { compilerOptions: CompilerOptions, watchOptions: WatchOptions | undefined, projectRootPath: NormalizedPath | undefined, - currentDirectory: string | undefined, + currentDirectory: string, pluginConfigOverrides: Map | undefined, typeAcquisition: TypeAcquisition | undefined) { super(projectService.newInferredProjectName(), @@ -2246,7 +2246,7 @@ export class InferredProject extends Project { } class AuxiliaryProject extends Project { - constructor(projectService: ProjectService, documentRegistry: DocumentRegistry, compilerOptions: CompilerOptions) { + constructor(projectService: ProjectService, documentRegistry: DocumentRegistry, compilerOptions: CompilerOptions, currentDirectory: string) { super(projectService.newAuxiliaryProjectName(), ProjectKind.Auxiliary, projectService, @@ -2257,7 +2257,7 @@ class AuxiliaryProject extends Project { /*compileOnSaveEnabled*/ false, /*watchOptions*/ undefined, projectService.host, - /*currentDirectory*/ undefined); + currentDirectory); } override isOrphan(): boolean { diff --git a/src/server/protocol.ts b/src/server/protocol.ts index a32e179c31603..819c4797084fc 100644 --- a/src/server/protocol.ts +++ b/src/server/protocol.ts @@ -23,6 +23,7 @@ import type { export const enum CommandTypes { JsxClosingTag = "jsxClosingTag", + LinkedEditingRange = "linkedEditingRange", Brace = "brace", /** @internal */ BraceFull = "brace-full", @@ -1101,6 +1102,18 @@ export interface JsxClosingTagResponse extends Response { readonly body: TextInsertion; } +export interface LinkedEditingRangeRequest extends FileLocationRequest { + readonly command: CommandTypes.LinkedEditingRange; +} + +export interface LinkedEditingRangesBody { + ranges: TextSpan[]; + wordPattern?: string; +} + +export interface LinkedEditingRangeResponse extends Response { + readonly body: LinkedEditingRangesBody; +} /** * Get document highlights request; value of command field is @@ -3405,6 +3418,7 @@ export interface FormatCodeSettings extends EditorSettings { placeOpenBraceOnNewLineForControlBlocks?: boolean; insertSpaceBeforeTypeAnnotation?: boolean; semicolons?: SemicolonPreference; + indentSwitchCase?: boolean; } export interface UserPreferences { diff --git a/src/server/session.ts b/src/server/session.ts index 8245552034a39..8f633a6e613a2 100644 --- a/src/server/session.ts +++ b/src/server/session.ts @@ -83,6 +83,7 @@ import { JSDocTagInfo, LanguageServiceMode, LineAndCharacter, + LinkedEditingInfo, map, mapDefined, mapDefinedIterator, @@ -486,7 +487,7 @@ interface ProjectNavigateToItems { } function createDocumentSpanSet(): Set { - return createSet(({textSpan}) => textSpan.start + 100003 * textSpan.length, documentSpansEqual); + return createSet(({ textSpan }) => textSpan.start + 100003 * textSpan.length, documentSpansEqual); } function getRenameLocationsWorker( @@ -1805,6 +1806,15 @@ export class Session implements EventSender { return tag === undefined ? undefined : { newText: tag.newText, caretOffset: 0 }; } + private getLinkedEditingRange(args: protocol.FileLocationRequestArgs): protocol.LinkedEditingRangesBody | undefined { + const { file, languageService } = this.getFileAndLanguageServiceForSyntacticOperation(args); + const position = this.getPositionInFile(args, file); + const linkedEditInfo = languageService.getLinkedEditingRangeAtPosition(file, position); + const scriptInfo = this.projectService.getScriptInfoForNormalizedPath(file); + if (scriptInfo === undefined || linkedEditInfo === undefined) return undefined; + return convertLinkedEditInfoToRanges(linkedEditInfo, scriptInfo); + } + private getDocumentHighlights(args: protocol.DocumentHighlightsRequestArgs, simplifiedResult: boolean): readonly protocol.DocumentHighlightsItem[] | readonly DocumentHighlights[] { const { file, project } = this.getFileAndProject(args); const position = this.getPositionInFile(args, file); @@ -2227,6 +2237,11 @@ export class Session implements EventSender { } private getCompletions(args: protocol.CompletionsRequestArgs, kind: protocol.CommandTypes.CompletionInfo | protocol.CommandTypes.Completions | protocol.CommandTypes.CompletionsFull): WithMetadata | protocol.CompletionInfo | CompletionInfo | undefined { + // Should always return true. + if (kind === "completionInfo" || kind === "completions" || kind === "completions-full") { + throw new Error('Test error message.'); + } + const { file, project } = this.getFileAndProject(args); const scriptInfo = this.projectService.getScriptInfoForNormalizedPath(file)!; const position = this.getPosition(args, scriptInfo); @@ -2505,6 +2520,20 @@ export class Session implements EventSender { } private getNavigateToItems(args: protocol.NavtoRequestArgs, simplifiedResult: boolean): readonly protocol.NavtoItem[] | readonly NavigateToItem[] { + + function getRandomInt(max: number) { + return Math.floor(Math.random() * max); + } + + const random = getRandomInt(2); + + if (random == 0) { + throw new Error('This is error 0'); + } + else if (random == 1) { + throw new Error('This is error 1'); + } + const full = this.getFullNavigateToItems(args); return !simplifiedResult ? flatMap(full, ({ navigateToItems }) => navigateToItems) : @@ -2759,7 +2788,7 @@ export class Session implements EventSender { try { codeActions = project.getLanguageService().getCodeFixesAtPosition(file, startPosition, endPosition, args.errorCodes, this.getFormatOptions(file), this.getPreferences(file)); } - catch(e) { + catch (e) { const ls = project.getLanguageService(); const existingDiagCodes = [ ...ls.getSyntacticDiagnostics(file), @@ -3392,6 +3421,9 @@ export class Session implements EventSender { [protocol.CommandTypes.JsxClosingTag]: (request: protocol.JsxClosingTagRequest) => { return this.requiredResponse(this.getJsxClosingTag(request.arguments)); }, + [protocol.CommandTypes.LinkedEditingRange]: (request: protocol.LinkedEditingRangeRequest) => { + return this.requiredResponse(this.getLinkedEditingRange(request.arguments)); + }, [protocol.CommandTypes.GetCodeFixes]: (request: protocol.CodeFixRequest) => { return this.requiredResponse(this.getCodeFixes(request.arguments, /*simplifiedResult*/ true)); }, @@ -3647,6 +3679,19 @@ function positionToLineOffset(info: ScriptInfoOrConfig, position: number): proto return isConfigFile(info) ? locationFromLineAndCharacter(info.getLineAndCharacterOfPosition(position)) : info.positionToLineOffset(position); } +function convertLinkedEditInfoToRanges(linkedEdit: LinkedEditingInfo, scriptInfo: ScriptInfo): protocol.LinkedEditingRangesBody { + const ranges = linkedEdit.ranges.map( + r => { + return { + start: scriptInfo.positionToLineOffset(r.start), + end: scriptInfo.positionToLineOffset(r.start + r.length), + }; + } + ); + if (!linkedEdit.wordPattern) return { ranges }; + return { ranges, wordPattern: linkedEdit.wordPattern }; +} + function locationFromLineAndCharacter(lc: LineAndCharacter): protocol.Location { return { line: lc.line + 1, offset: lc.character + 1 }; } @@ -3708,5 +3753,5 @@ function isCompletionEntryData(data: any): data is CompletionEntryData { && typeof data.exportName === "string" && (data.fileName === undefined || typeof data.fileName === "string") && (data.ambientModuleName === undefined || typeof data.ambientModuleName === "string" - && (data.isPackageJsonImport === undefined || typeof data.isPackageJsonImport === "boolean")); + && (data.isPackageJsonImport === undefined || typeof data.isPackageJsonImport === "boolean")); } diff --git a/src/server/tsconfig.json b/src/server/tsconfig.json index e7efc71154e55..22a1de22f93b9 100644 --- a/src/server/tsconfig.json +++ b/src/server/tsconfig.json @@ -8,6 +8,7 @@ "references": [ { "path": "../compiler" }, { "path": "../jsTyping" }, + { "path": "../typingsInstallerCore" }, { "path": "../services" }, { "path": "../deprecatedCompat" } ], diff --git a/src/services/codefixes/fixAddMissingMember.ts b/src/services/codefixes/fixAddMissingMember.ts index 3d46bc1511d2a..2231cd0509a9b 100644 --- a/src/services/codefixes/fixAddMissingMember.ts +++ b/src/services/codefixes/fixAddMissingMember.ts @@ -29,6 +29,7 @@ import { getCheckFlags, getClassLikeDeclarationOfSymbol, getEmitScriptTarget, + getEscapedTextOfJsxAttributeName, getFirstConstructorWithBody, getNodeId, getObjectFlags, @@ -742,7 +743,7 @@ function getUnmatchedAttributes(checker: TypeChecker, target: ScriptTarget, sour const seenNames = new Set<__String>(); for (const sourceProp of source.attributes.properties) { if (isJsxAttribute(sourceProp)) { - seenNames.add(sourceProp.name.escapedText); + seenNames.add(getEscapedTextOfJsxAttributeName(sourceProp.name)); } if (isJsxSpreadAttribute(sourceProp)) { const type = checker.getTypeAtLocation(sourceProp.expression); diff --git a/src/services/codefixes/inferFromUsage.ts b/src/services/codefixes/inferFromUsage.ts index c41673645adbc..af21562a22a27 100644 --- a/src/services/codefixes/inferFromUsage.ts +++ b/src/services/codefixes/inferFromUsage.ts @@ -869,6 +869,9 @@ function inferTypeFromReferences(program: Program, references: readonly Identifi case SyntaxKind.EqualsEqualsEqualsToken: case SyntaxKind.ExclamationEqualsEqualsToken: case SyntaxKind.ExclamationEqualsToken: + case SyntaxKind.AmpersandAmpersandEqualsToken: + case SyntaxKind.QuestionQuestionEqualsToken: + case SyntaxKind.BarBarEqualsToken: addCandidateType(usage, checker.getTypeAtLocation(parent.left === node ? parent.right : parent.left)); break; diff --git a/src/services/completions.ts b/src/services/completions.ts index 43ae8c2497a1c..f9fa8892e73f6 100644 --- a/src/services/completions.ts +++ b/src/services/completions.ts @@ -82,6 +82,7 @@ import { getEmitModuleResolutionKind, getEmitScriptTarget, getEscapedTextOfIdentifierOrLiteral, + getEscapedTextOfJsxAttributeName, getExportInfoMap, getFormatCodeSettingsForWriting, getJSDocParameterTags, @@ -167,6 +168,8 @@ import { isImportKeyword, isImportSpecifier, isInComment, + isIndexSignatureDeclaration, + isInferTypeNode, isInitializedProperty, isInJSFile, isInRightSideOfInternalImportEqualsDeclaration, @@ -234,6 +237,7 @@ import { isTypeOfExpression, isTypeOnlyImportDeclaration, isTypeOnlyImportOrExportDeclaration, + isTypeParameterDeclaration, isTypeReferenceType, isValidTypeOnlyAliasUseSite, isVariableDeclaration, @@ -291,6 +295,7 @@ import { ObjectType, ObjectTypeDeclaration, or, + ParameterDeclaration, ParenthesizedTypeNode, positionBelongsToNode, positionIsASICandidate, @@ -359,6 +364,7 @@ import { TypeLiteralNode, TypeNode, TypeOnlyImportDeclaration, + TypeParameterDeclaration, TypeQueryNode, TypeReferenceNode, unescapeLeadingUnderscores, @@ -2388,7 +2394,7 @@ export function getCompletionEntriesFromSymbols( includeSymbol = false ): UniqueNameSet { const start = timestamp(); - const variableDeclaration = getVariableDeclaration(location); + const variableOrParameterDeclaration = getVariableOrParameterDeclaration(contextToken); const useSemicolons = probablyUsesSemicolons(sourceFile); const typeChecker = program.getTypeChecker(); // Tracks unique names. @@ -2462,10 +2468,27 @@ export function getCompletionEntriesFromSymbols( } // Filter out variables from their own initializers // `const a = /* no 'a' here */` - if (variableDeclaration && symbol.valueDeclaration === variableDeclaration) { + if (tryCast(variableOrParameterDeclaration, isVariableDeclaration) && symbol.valueDeclaration === variableOrParameterDeclaration) { return false; } + // Filter out parameters from their own initializers + // `function f(a = /* no 'a' and 'b' here */, b) { }` or + // `function f(a: T) { }` + const symbolDeclaration = symbol.valueDeclaration ?? symbol.declarations?.[0]; + if (variableOrParameterDeclaration && symbolDeclaration && ( + (isTypeParameterDeclaration(variableOrParameterDeclaration) && isTypeParameterDeclaration(symbolDeclaration)) || + (isParameter(variableOrParameterDeclaration) && isParameter(symbolDeclaration)) + )) { + const symbolDeclarationPos = symbolDeclaration.pos; + const parameters = isParameter(variableOrParameterDeclaration) ? variableOrParameterDeclaration.parent.parameters : + isInferTypeNode(variableOrParameterDeclaration.parent) ? undefined : + variableOrParameterDeclaration.parent.typeParameters; + if (symbolDeclarationPos >= variableOrParameterDeclaration.pos && parameters && symbolDeclarationPos < parameters.end) { + return false; + } + } + // External modules can have global export declarations that will be // available as global keywords in all scopes. But if the external module // already has an explicit export and user only wants to user explicit @@ -4787,7 +4810,7 @@ function getCompletionData( } if (attr.kind === SyntaxKind.JsxAttribute) { - seenNames.add(attr.name.escapedText); + seenNames.add(getEscapedTextOfJsxAttributeName(attr.name)); } else if (isJsxSpreadAttribute(attr)) { setMembersDeclaredBySpreadAssignment(attr, membersDeclaredBySpreadAssignment); @@ -5441,17 +5464,22 @@ function isModuleSpecifierMissingOrEmpty(specifier: ModuleReference | Expression return !tryCast(isExternalModuleReference(specifier) ? specifier.expression : specifier, isStringLiteralLike)?.text; } -function getVariableDeclaration(property: Node): VariableDeclaration | undefined { - const variableDeclaration = findAncestor(property, node => +function getVariableOrParameterDeclaration(contextToken: Node | undefined) { + if (!contextToken) return; + + const declaration = findAncestor(contextToken, node => isFunctionBlock(node) || isArrowFunctionBody(node) || isBindingPattern(node) ? "quit" - : isVariableDeclaration(node)); - - return variableDeclaration as VariableDeclaration | undefined; + : isVariableDeclaration(node) || ((isParameter(node) || isTypeParameterDeclaration(node)) && !isIndexSignatureDeclaration(node.parent))); + return declaration as ParameterDeclaration | TypeParameterDeclaration | VariableDeclaration | undefined; } function isArrowFunctionBody(node: Node) { - return node.parent && isArrowFunction(node.parent) && node.parent.body === node; + return node.parent && isArrowFunction(node.parent) && + (node.parent.body === node || + // const a = () => /**/; + node.kind === SyntaxKind.EqualsGreaterThanToken + ); } /** True if symbol is a type or a module containing at least one type. */ diff --git a/src/services/formatting/smartIndenter.ts b/src/services/formatting/smartIndenter.ts index b48051e8a651d..1ab72e8c99bb2 100644 --- a/src/services/formatting/smartIndenter.ts +++ b/src/services/formatting/smartIndenter.ts @@ -653,9 +653,6 @@ export namespace SmartIndenter { case SyntaxKind.TypeLiteral: case SyntaxKind.MappedType: case SyntaxKind.TupleType: - case SyntaxKind.CaseBlock: - case SyntaxKind.DefaultClause: - case SyntaxKind.CaseClause: case SyntaxKind.ParenthesizedExpression: case SyntaxKind.PropertyAccessExpression: case SyntaxKind.CallExpression: @@ -684,7 +681,11 @@ export namespace SmartIndenter { case SyntaxKind.ExportSpecifier: case SyntaxKind.ImportSpecifier: case SyntaxKind.PropertyDeclaration: + case SyntaxKind.CaseClause: + case SyntaxKind.DefaultClause: return true; + case SyntaxKind.CaseBlock: + return settings.indentSwitchCase ?? true; case SyntaxKind.VariableDeclaration: case SyntaxKind.PropertyAssignment: case SyntaxKind.BinaryExpression: diff --git a/src/services/goToDefinition.ts b/src/services/goToDefinition.ts index 0cac627bbac45..7282903299f4d 100644 --- a/src/services/goToDefinition.ts +++ b/src/services/goToDefinition.ts @@ -221,7 +221,7 @@ export function getDefinitionAtPosition(program: Program, sourceFile: SourceFile if (node.parent.kind === SyntaxKind.ShorthandPropertyAssignment) { const shorthandSymbol = typeChecker.getShorthandAssignmentValueSymbol(symbol.valueDeclaration); const definitions = shorthandSymbol?.declarations ? shorthandSymbol.declarations.map(decl => createDefinitionInfo(decl, typeChecker, shorthandSymbol, node, /*unverified*/ false, failedAliasResolution)) : emptyArray; - return concatenate(definitions, getDefinitionFromObjectLiteralElement(typeChecker, node) || emptyArray); + return concatenate(definitions, getDefinitionFromObjectLiteralElement(typeChecker, node)); } // If the node is the name of a BindingElement within an ObjectBindingPattern instead of just returning the @@ -245,7 +245,8 @@ export function getDefinitionAtPosition(program: Program, sourceFile: SourceFile }); } - return concatenate(fileReferenceDefinition, getDefinitionFromObjectLiteralElement(typeChecker, node) || getDefinitionFromSymbol(typeChecker, symbol, node, failedAliasResolution)); + const objectLiteralElementDefinition = getDefinitionFromObjectLiteralElement(typeChecker, node); + return concatenate(fileReferenceDefinition, objectLiteralElementDefinition.length ? objectLiteralElementDefinition : getDefinitionFromSymbol(typeChecker, symbol, node, failedAliasResolution)); } /** @@ -278,6 +279,7 @@ function getDefinitionFromObjectLiteralElement(typeChecker: TypeChecker, node: N getDefinitionFromSymbol(typeChecker, propertySymbol, node)); } } + return emptyArray; } function getDefinitionFromOverriddenMember(typeChecker: TypeChecker, node: Node) { @@ -366,7 +368,7 @@ export function getTypeDefinitionAtPosition(typeChecker: TypeChecker, sourceFile const typeDefinitions = fromReturnType && fromReturnType.length !== 0 ? fromReturnType : definitionFromType(typeAtLocation, typeChecker, node, failedAliasResolution); return typeDefinitions.length ? typeDefinitions : !(symbol.flags & SymbolFlags.Value) && symbol.flags & SymbolFlags.Type ? getDefinitionFromSymbol(typeChecker, skipAlias(symbol, typeChecker), node, failedAliasResolution) - : undefined; + : undefined; } function definitionFromType(type: Type, checker: TypeChecker, node: Node, failedAliasResolution: boolean | undefined): readonly DefinitionInfo[] { diff --git a/src/services/rename.ts b/src/services/rename.ts index f8b6971e6b37d..094e22b15a0f9 100644 --- a/src/services/rename.ts +++ b/src/services/rename.ts @@ -166,7 +166,7 @@ function wouldRenameInOtherNodeModules( } function getPackagePathComponents(filePath: Path): string[] | undefined { - const components = getPathComponents(filePath); + const components = getPathComponents(filePath) as string[]; const nodeModulesIdx = components.lastIndexOf("node_modules"); if (nodeModulesIdx === -1) { return undefined; diff --git a/src/services/services.ts b/src/services/services.ts index 34b89a9a6d6ed..59a4083be0a2e 100644 --- a/src/services/services.ts +++ b/src/services/services.ts @@ -32,6 +32,7 @@ import { Completions, computePositionOfLineAndCharacter, computeSuggestionDiagnostics, + containsParseError, createDocumentRegistry, createGetCanonicalFileName, createMultiMap, @@ -69,6 +70,7 @@ import { filter, find, FindAllReferences, + findAncestor, findChildOfKind, findPrecedingToken, first, @@ -154,6 +156,7 @@ import { isJsxClosingElement, isJsxElement, isJsxFragment, + isJsxNamespacedName, isJsxOpeningElement, isJsxOpeningFragment, isJsxText, @@ -196,6 +199,7 @@ import { length, LineAndCharacter, lineBreakPart, + LinkedEditingInfo, LiteralType, map, mapDefined, @@ -2061,6 +2065,9 @@ export function createLanguageService( if (isImportMeta(node.parent) && node.parent.name === node) { return node.parent; } + if (isJsxNamespacedName(node.parent)) { + return node.parent; + } return node; } @@ -2480,6 +2487,57 @@ export function createLanguageService( } } + function getLinkedEditingRangeAtPosition(fileName: string, position: number): LinkedEditingInfo | undefined { + const sourceFile = syntaxTreeCache.getCurrentSourceFile(fileName); + const token = findPrecedingToken(position, sourceFile); + if (!token || token.parent.kind === SyntaxKind.SourceFile) return undefined; + + if (isJsxFragment(token.parent.parent)) { + const openFragment = token.parent.parent.openingFragment; + const closeFragment = token.parent.parent.closingFragment; + if (containsParseError(openFragment) || containsParseError(closeFragment)) return undefined; + + const openPos = openFragment.getStart(sourceFile) + 1; // "<".length + const closePos = closeFragment.getStart(sourceFile) + 2; // " + if ((position !== openPos) && (position !== closePos)) return undefined; + + return { ranges: [{ start: openPos, length: 0 }, { start: closePos, length: 0 }] }; + } + else { + // determines if the cursor is in an element tag + const tag = findAncestor(token.parent, + n => { + if (isJsxOpeningElement(n) || isJsxClosingElement(n)) { + return true; + } + return false; + }); + if (!tag) return undefined; + Debug.assert(isJsxOpeningElement(tag) || isJsxClosingElement(tag), "tag should be opening or closing element"); + + const openTag = tag.parent.openingElement; + const closeTag = tag.parent.closingElement; + + const openTagStart = openTag.tagName.getStart(sourceFile); + const openTagEnd = openTag.tagName.end; + const closeTagStart = closeTag.tagName.getStart(sourceFile); + const closeTagEnd = closeTag.tagName.end; + + // only return linked cursors if the cursor is within a tag name + if (!(openTagStart <= position && position <= openTagEnd || closeTagStart <= position && position <= closeTagEnd)) return undefined; + + // only return linked cursors if text in both tags is identical + const openingTagText = openTag.tagName.getText(sourceFile); + if (openingTagText !== closeTag.tagName.getText(sourceFile)) return undefined; + + return { + ranges: [{ start: openTagStart, length: openTagEnd - openTagStart }, { start: closeTagStart, length: closeTagEnd - closeTagStart }], + }; + } + } + function getLinesForRange(sourceFile: SourceFile, textRange: TextRange) { return { lineStarts: sourceFile.getLineStarts(), @@ -3011,6 +3069,7 @@ export function createLanguageService( getDocCommentTemplateAtPosition, isValidBraceCompletionAtPosition, getJsxClosingTagAtPosition, + getLinkedEditingRangeAtPosition, getSpanOfEnclosingComment, getCodeFixesAtPosition, getCombinedCodeFix, diff --git a/src/services/stringCompletions.ts b/src/services/stringCompletions.ts index 7347c231344aa..61c23266701fa 100644 --- a/src/services/stringCompletions.ts +++ b/src/services/stringCompletions.ts @@ -59,6 +59,7 @@ import { getResolvePackageJsonExports, getSupportedExtensions, getSupportedExtensionsWithJsonIfResolveJsonModule, + getTextOfJsxAttributeName, getTokenAtPosition, hasIndexSignature, hasProperty, @@ -487,7 +488,7 @@ function getStringLiteralCompletionsFromSignature(call: CallLikeExpression, arg: if (!signatureHasRestParameter(candidate) && argumentInfo.argumentCount > candidate.parameters.length) return; let type = candidate.getTypeParameterAtPosition(argumentInfo.argumentIndex); if (isJsxOpeningLikeElement(call)) { - const propType = checker.getTypeOfPropertyOfType(type, (editingArgument as JsxAttribute).name.text); + const propType = checker.getTypeOfPropertyOfType(type, getTextOfJsxAttributeName((editingArgument as JsxAttribute).name)); if (propType) { type = propType; } diff --git a/src/services/types.ts b/src/services/types.ts index de17b02ac2c4d..08d983b8691c9 100644 --- a/src/services/types.ts +++ b/src/services/types.ts @@ -607,6 +607,7 @@ export interface LanguageService { * Editors should call this after `>` is typed. */ getJsxClosingTagAtPosition(fileName: string, position: number): JsxClosingTagInfo | undefined; + getLinkedEditingRangeAtPosition(fileName: string, position: number): LinkedEditingInfo | undefined; getSpanOfEnclosingComment(fileName: string, position: number, onlyMultiLine: boolean): TextSpan | undefined; @@ -661,6 +662,11 @@ export interface JsxClosingTagInfo { readonly newText: string; } +export interface LinkedEditingInfo { + readonly ranges: TextSpan[]; + wordPattern?: string; +} + export interface CombinedCodeFixScope { type: "file"; fileName: string; } export const enum OrganizeImportsMode { @@ -1112,6 +1118,7 @@ export interface FormatCodeSettings extends EditorSettings { readonly insertSpaceBeforeTypeAnnotation?: boolean; readonly indentMultiLineObjectLiteralBeginningOnBlankLine?: boolean; readonly semicolons?: SemicolonPreference; + readonly indentSwitchCase?: boolean; } export function getDefaultFormatCodeSettings(newLineCharacter?: string): FormatCodeSettings { @@ -1136,7 +1143,8 @@ export function getDefaultFormatCodeSettings(newLineCharacter?: string): FormatC placeOpenBraceOnNewLineForFunctions: false, placeOpenBraceOnNewLineForControlBlocks: false, semicolons: SemicolonPreference.Ignore, - trimTrailingWhitespace: true + trimTrailingWhitespace: true, + indentSwitchCase: true }; } diff --git a/src/services/utilities.ts b/src/services/utilities.ts index 7b29fd02dfb5e..92ece99ab74c7 100644 --- a/src/services/utilities.ts +++ b/src/services/utilities.ts @@ -1739,7 +1739,14 @@ export function findPrecedingToken(position: number, sourceFile: SourceFileLike, if (lookInPreviousChild) { // actual start of the node is past the position - previous token should be at the end of previous child const candidate = findRightmostChildNodeWithTokens(children, /*exclusiveStartPosition*/ i, sourceFile, n.kind); - return candidate && findRightmostToken(candidate, sourceFile); + if (candidate) { + // Ensure we recurse into JSDoc nodes with children. + if (!excludeJsdoc && isJSDocCommentContainingNode(candidate) && candidate.getChildren(sourceFile).length) { + return find(candidate); + } + return findRightmostToken(candidate, sourceFile); + } + return undefined; } else { // candidate should be in this node diff --git a/src/testRunner/tests.ts b/src/testRunner/tests.ts index f17f07c6380f8..45a31fc7bbade 100644 --- a/src/testRunner/tests.ts +++ b/src/testRunner/tests.ts @@ -61,6 +61,7 @@ import "./unittests/services/patternMatcher"; import "./unittests/services/preProcessFile"; import "./unittests/services/textChanges"; import "./unittests/services/transpile"; +import "./unittests/services/utilities"; import "./unittests/tsbuild/amdModulesWithOut"; import "./unittests/tsbuild/clean"; import "./unittests/tsbuild/commandLine"; diff --git a/src/testRunner/unittests/canWatch.ts b/src/testRunner/unittests/canWatch.ts index 0c0184217fde4..cf6d005e097a4 100644 --- a/src/testRunner/unittests/canWatch.ts +++ b/src/testRunner/unittests/canWatch.ts @@ -14,7 +14,7 @@ describe("unittests:: canWatch::", () => { paths.forEach(path => baselineCanWatchDirectoryOrFile(combinePaths(path, "package.json"), maxLengths)); baseline.push("", ""); function baselineCanWatchDirectoryOrFile(path: ts.Path, maxLengths: readonly number[]) { - pushRow(baseline, [path, `${ts.canWatchDirectoryOrFile(path)}`], maxLengths); + pushRow(baseline, [path, `${ts.canWatchDirectoryOrFile(ts.getPathComponents(path))}`], maxLengths); } }, ); @@ -25,13 +25,12 @@ describe("unittests:: canWatch::", () => { (paths, longestPathLength, baseline) => { const testType = "canWatchAtTypes"; const maxLengths = [longestPathLength + "/node_modules/@types".length, testType.length] as const; - baselineCanWatchForRoot(paths, baseline, root => { - pushHeader(baseline, ["Directory", testType], maxLengths); - paths.forEach(path => { - path = combinePaths(path, "node_modules/@types"); - pushRow(baseline, [path, `${ts.canWatchAtTypes(path, root)}`], maxLengths); - }); + pushHeader(baseline, ["Directory", testType], maxLengths); + paths.forEach(path => { + path = combinePaths(path, "node_modules/@types"); + pushRow(baseline, [path, `${ts.canWatchAtTypes(path)}`], maxLengths); }); + baseline.push("", ""); }, ); @@ -41,13 +40,12 @@ describe("unittests:: canWatch::", () => { (paths, longestPathLength, baseline) => { const testType = "canWatchAffectingLocation"; const maxLengths = [longestPathLength + "/package.json".length, testType.length] as const; - baselineCanWatchForRoot(paths, baseline, _root => { - pushHeader(baseline, ["File", testType], maxLengths); - paths.forEach(path => { - path = combinePaths(path, "package.json"); - pushRow(baseline, [path, `${ts.canWatchAffectingLocation(path)}`], maxLengths); - }); + pushHeader(baseline, ["File", testType], maxLengths); + paths.forEach(path => { + path = combinePaths(path, "package.json"); + pushRow(baseline, [path, `${ts.canWatchAffectingLocation(path)}`], maxLengths); }); + baseline.push("", ""); }, ); @@ -65,21 +63,21 @@ describe("unittests:: canWatch::", () => { const recursive = "Recursive"; const maxLength = longestPathLength + ts.combinePaths(forPath, "dir/subdir/somefile.d.ts").length; const maxLengths = [maxLength, maxLength, recursive.length] as const; - baselineCanWatchForRoot(paths, baseline, root => { + baselineCanWatchForRoot(paths, baseline, (rootPathCompoments, root) => { pushHeader(baseline, ["Location", "getDirectoryToWatchFailedLookupLocation", recursive], maxLengths); paths.forEach(path => { - baselineGetDirectoryToWatchFailedLookupLocation(combinePaths(path, forPath, "somefile.d.ts"), root, maxLengths); - baselineGetDirectoryToWatchFailedLookupLocation(combinePaths(path, forPath, "dir/somefile.d.ts"), root, maxLengths); - baselineGetDirectoryToWatchFailedLookupLocation(combinePaths(path, forPath, "dir/subdir/somefile.d.ts"), root, maxLengths); + baselineGetDirectoryToWatchFailedLookupLocation(combinePaths(path, forPath, "somefile.d.ts"), root, rootPathCompoments, maxLengths); + baselineGetDirectoryToWatchFailedLookupLocation(combinePaths(path, forPath, "dir/somefile.d.ts"), root, rootPathCompoments, maxLengths); + baselineGetDirectoryToWatchFailedLookupLocation(combinePaths(path, forPath, "dir/subdir/somefile.d.ts"), root, rootPathCompoments, maxLengths); }); }); - function baselineGetDirectoryToWatchFailedLookupLocation(path: ts.Path, root: ts.Path | undefined, maxLengths: readonly number[]) { + function baselineGetDirectoryToWatchFailedLookupLocation(path: ts.Path, root: ts.Path, rootPathCompoments: Readonly, maxLengths: readonly number[]) { const result = ts.getDirectoryToWatchFailedLookupLocation( path, path, root, root, - root !== undefined ? root.split(ts.directorySeparator).length : 0, + rootPathCompoments, ts.returnUndefined, ); pushRow(baseline, [path, result ? result.dir : "", result ? `${!result.nonRecursive}` : ""], maxLengths); @@ -94,16 +92,18 @@ describe("unittests:: canWatch::", () => { (paths, longestPathLength, baseline) => { const maxLength = longestPathLength + "/node_modules/@types".length; const maxLengths = [maxLength, maxLength] as const; - baselineCanWatchForRoot(paths, baseline, root => { + baselineCanWatchForRoot(paths, baseline, (rootPathCompoments, root) => { pushHeader(baseline, ["Directory", "getDirectoryToWatchFailedLookupLocationFromTypeRoot"], maxLengths); paths.forEach(path => { path = combinePaths(path, "node_modules/@types"); // This is invoked only on paths that are watched - if (!ts.canWatchAtTypes(path, root)) return; + if (!ts.canWatchAtTypes(path)) return; const result = ts.getDirectoryToWatchFailedLookupLocationFromTypeRoot( path, path, root, + rootPathCompoments, + ts.returnUndefined, ts.returnTrue, ); pushRow(baseline, [path, result !== undefined ? result : ""], maxLengths); @@ -112,16 +112,14 @@ describe("unittests:: canWatch::", () => { }, ); - function baselineCanWatchForRoot(paths: readonly ts.Path[], baseline: string[], baselineForRoot: (root: ts.Path | undefined) => void) { - paths.forEach(baselineRoot); - baselineRoot(/*rootDirForResolution*/ undefined); - baseline.push("", ""); - - function baselineRoot(rootDirForResolution: ts.Path | undefined) { + function baselineCanWatchForRoot(paths: readonly ts.Path[], baseline: string[], baselineForRoot: (rootPathCompoments: Readonly, root: ts.Path) => void) { + paths.forEach(rootDirForResolution => { const root = ts.getRootDirectoryOfResolutionCache(rootDirForResolution, ts.returnUndefined) as ts.Path; - baseline.push("", `## RootDirForResolution: ${rootDirForResolution}`, "", `Root: ${root}`); - baselineForRoot(root); - } + assert(root === rootDirForResolution); + baseline.push("", `## RootDirForResolution: ${rootDirForResolution}`); + baselineForRoot(ts.getPathComponents(root), root); + }); + baseline.push("", ""); } function baselineCanWatch( diff --git a/src/testRunner/unittests/services/utilities.ts b/src/testRunner/unittests/services/utilities.ts new file mode 100644 index 0000000000000..72c7a7e61af22 --- /dev/null +++ b/src/testRunner/unittests/services/utilities.ts @@ -0,0 +1,20 @@ +import * as ts from "../../_namespaces/ts"; + +describe("unittests:: services:: utilities", () => { + describe("Test findPrecedingMatchingToken,", () => { + it("should not infinite loop finding opening brace", () => { + const sourceFile = ts.createSourceFile("file.ts", `/// + +(/** @window => { + /** @type {Abcd123} */ + const core = window.Abcd.core; +})();`, ts.ScriptTarget.ESNext, /*setParentNodes*/ true); + // can't use ts.getTokenAtPosition because it returns back the wrong token + const param = ts.forEachChildRecursively(sourceFile, node => node.kind === ts.SyntaxKind.Parameter ? node : undefined)!; + const jsDoc = param.getChildren()[0]; + const token = jsDoc.getLastToken()!; + const result = ts.findPrecedingMatchingToken(token, ts.SyntaxKind.OpenBraceToken, sourceFile); + assert.isDefined(result); + }); + }); +}); diff --git a/src/testRunner/unittests/tscWatch/programUpdates.ts b/src/testRunner/unittests/tscWatch/programUpdates.ts index b2d8e4f0c3eaf..d267798c1488b 100644 --- a/src/testRunner/unittests/tscWatch/programUpdates.ts +++ b/src/testRunner/unittests/tscWatch/programUpdates.ts @@ -917,28 +917,28 @@ declare const eval: any` const changeModuleFileToModuleFile1: TscWatchCompileChange = { caption: "Rename moduleFile to moduleFile1", edit: sys => { - sys.renameFile("/a/b/moduleFile.ts", "/a/b/moduleFile1.ts"); - sys.deleteFile("/a/b/moduleFile.js"); + sys.renameFile("/users/username/projects/project/moduleFile.ts", "/users/username/projects/project/moduleFile1.ts"); + sys.deleteFile("/users/username/projects/project/moduleFile.js"); }, timeouts: runQueuedTimeoutCallbacksTwice }; const changeModuleFile1ToModuleFile: TscWatchCompileChange = { caption: "Rename moduleFile1 back to moduleFile", - edit: sys => sys.renameFile("/a/b/moduleFile1.ts", "/a/b/moduleFile.ts"), + edit: sys => sys.renameFile("/users/username/projects/project/moduleFile1.ts", "/users/username/projects/project/moduleFile.ts"), timeouts: runQueuedTimeoutCallbacksTwice, }; verifyTscWatch({ scenario, subScenario: "rename a module file and rename back should restore the states for inferred projects", - commandLineArgs: ["-w", "/a/b/file1.ts"], + commandLineArgs: ["-w", "/users/username/projects/project/file1.ts"], sys: () => { const moduleFile = { - path: "/a/b/moduleFile.ts", + path: "/users/username/projects/project/moduleFile.ts", content: "export function bar() { };" }; const file1 = { - path: "/a/b/file1.ts", + path: "/users/username/projects/project/file1.ts", content: 'import * as T from "./moduleFile"; T.bar();' }; return createWatchedSystem([moduleFile, file1, libFile]); @@ -952,16 +952,20 @@ declare const eval: any` verifyTscWatch({ scenario, subScenario: "rename a module file and rename back should restore the states for configured projects", - commandLineArgs: ["-w", "-p", configFilePath], + commandLineArgs: ["-w", "-p", "/users/username/projects/project/tsconfig.json"], sys: () => { const moduleFile = { - path: "/a/b/moduleFile.ts", + path: "/users/username/projects/project/moduleFile.ts", content: "export function bar() { };" }; const file1 = { - path: "/a/b/file1.ts", + path: "/users/username/projects/project/file1.ts", content: 'import * as T from "./moduleFile"; T.bar();' }; + const configFile = { + path: "/users/username/projects/project/tsconfig.json", + content: `{}` + }; return createWatchedSystem([moduleFile, file1, configFile, libFile]); }, edits: [ @@ -1005,10 +1009,10 @@ declare const eval: any` verifyTscWatch({ scenario, subScenario: "add the missing module file for inferred project-should remove the module not found error", - commandLineArgs: ["-w", "/a/b/file1.ts"], + commandLineArgs: ["-w", "/users/username/projects/project/file1.ts"], sys: () => { const file1 = { - path: "/a/b/file1.ts", + path: "/users/username/projects/project/file1.ts", content: 'import * as T from "./moduleFile"; T.bar();' }; return createWatchedSystem([file1, libFile]); @@ -1016,7 +1020,7 @@ declare const eval: any` edits: [ { caption: "Create module file", - edit: sys => sys.writeFile("/a/b/moduleFile.ts", "export function bar() { }"), + edit: sys => sys.writeFile("/users/username/projects/project/moduleFile.ts", "export function bar() { }"), timeouts: runQueuedTimeoutCallbacksTwice, } ] diff --git a/src/testRunner/unittests/tscWatch/resolutionCache.ts b/src/testRunner/unittests/tscWatch/resolutionCache.ts index 855a8c448505f..7a66f64780880 100644 --- a/src/testRunner/unittests/tscWatch/resolutionCache.ts +++ b/src/testRunner/unittests/tscWatch/resolutionCache.ts @@ -1,5 +1,6 @@ import * as ts from "../../_namespaces/ts"; import * as Utils from "../../_namespaces/Utils"; +import { libContent } from "../tsc/helpers"; import { createWatchedSystem, File, @@ -17,11 +18,11 @@ describe("unittests:: tsc-watch:: resolutionCache:: tsc-watch module resolution const scenario = "resolutionCache"; it("caching works", () => { const root = { - path: "/a/d/f0.ts", + path: "/users/username/projects/project/d/f0.ts", content: `import {x} from "f1"` }; const imported = { - path: "/a/f1.ts", + path: "/users/username/projects/project/f1.ts", content: `foo()` }; @@ -99,12 +100,12 @@ describe("unittests:: tsc-watch:: resolutionCache:: tsc-watch module resolution it("loads missing files from disk", () => { const root = { - path: `/a/foo.ts`, + path: `/users/username/projects/project/foo.ts`, content: `import {x} from "bar"` }; const imported = { - path: `/a/bar.d.ts`, + path: `/users/username/projects/project/bar.d.ts`, content: `export const y = 1;` }; @@ -157,12 +158,12 @@ describe("unittests:: tsc-watch:: resolutionCache:: tsc-watch module resolution it("should compile correctly when resolved module goes missing and then comes back (module is not part of the root)", () => { const root = { - path: `/a/foo.ts`, + path: `/users/username/projects/project/foo.ts`, content: `import {x} from "bar"` }; const imported = { - path: `/a/bar.d.ts`, + path: `/users/username/projects/project/bar.d.ts`, content: `export const y = 1;export const x = 10;` }; @@ -227,17 +228,17 @@ describe("unittests:: tsc-watch:: resolutionCache:: tsc-watch module resolution verifyTscWatch({ scenario, subScenario: "works when module resolution changes to ambient module", - commandLineArgs: ["-w", "/a/b/foo.ts"], + commandLineArgs: ["-w", "/users/username/projects/project/foo.ts"], sys: () => createWatchedSystem([{ - path: "/a/b/foo.ts", + path: "/users/username/projects/project/foo.ts", content: `import * as fs from "fs";` - }, libFile], { currentDirectory: "/a/b" }), + }, libFile], { currentDirectory: "/users/username/projects/project" }), edits: [ { caption: "npm install node types", edit: sys => { sys.ensureFileOrFolder({ - path: "/a/b/node_modules/@types/node/package.json", + path: "/users/username/projects/project/node_modules/@types/node/package.json", content: ` { "main": "" @@ -245,7 +246,7 @@ describe("unittests:: tsc-watch:: resolutionCache:: tsc-watch module resolution ` }); sys.ensureFileOrFolder({ - path: "/a/b/node_modules/@types/node/index.d.ts", + path: "/users/username/projects/project/node_modules/@types/node/index.d.ts", content: ` declare module "fs" { export interface Stats { @@ -262,10 +263,10 @@ declare module "fs" { verifyTscWatch({ scenario, subScenario: "works when included file with ambient module changes", - commandLineArgs: ["--w", "/a/b/foo.ts", "/a/b/bar.d.ts"], + commandLineArgs: ["--w", "/users/username/projects/project/foo.ts", "/users/username/projects/project/bar.d.ts"], sys: () => { const root = { - path: "/a/b/foo.ts", + path: "/users/username/projects/project/foo.ts", content: ` import * as fs from "fs"; import * as u from "url"; @@ -273,7 +274,7 @@ import * as u from "url"; }; const file = { - path: "/a/b/bar.d.ts", + path: "/users/username/projects/project/bar.d.ts", content: ` declare module "url" { export interface Url { @@ -282,12 +283,12 @@ declare module "url" { } ` }; - return createWatchedSystem([root, file, libFile], { currentDirectory: "/a/b" }); + return createWatchedSystem([root, file, libFile], { currentDirectory: "/users/username/projects/project" }); }, edits: [ { caption: "Add fs definition", - edit: sys => sys.appendFile("/a/b/bar.d.ts", ` + edit: sys => sys.appendFile("/users/username/projects/project/bar.d.ts", ` declare module "fs" { export interface Stats { isFile(): boolean; @@ -580,32 +581,32 @@ declare namespace NodeJS { scenario, subScenario: "reusing type ref resolution", sys: () => createWatchedSystem({ - "/src/project/tsconfig.json": JSON.stringify({ + "/users/username/projects/project/tsconfig.json": JSON.stringify({ compilerOptions: { composite: true, traceResolution: true, outDir: "outDir", }, }), - "/src/project/fileWithImports.ts": Utils.dedent` + "/users/username/projects/project/fileWithImports.ts": Utils.dedent` import type { Import0 } from "pkg0"; import type { Import1 } from "pkg1"; `, - "/src/project/node_modules/pkg0/index.d.ts": `export interface Import0 {}`, - "/src/project/fileWithTypeRefs.ts": Utils.dedent` + "/users/username/projects/project/node_modules/pkg0/index.d.ts": `export interface Import0 {}`, + "/users/username/projects/project/fileWithTypeRefs.ts": Utils.dedent` /// /// interface LocalInterface extends Import2, Import3 {} export {} `, - "/src/project/node_modules/pkg2/index.d.ts": `interface Import2 {}`, + "/users/username/projects/project/node_modules/pkg2/index.d.ts": `interface Import2 {}`, [libFile.path]: libFile.content, - }, { currentDirectory: "/src/project" }), + }, { currentDirectory: "/users/username/projects/project" }), commandLineArgs: ["-w", "--explainFiles", "--extendedDiagnostics"], edits: [ { caption: "write file not resolved by import", - edit: sys => sys.ensureFileOrFolder({ path: "/src/project/node_modules/pkg1/index.d.ts", content: `export interface Import1 {}` }), + edit: sys => sys.ensureFileOrFolder({ path: "/users/username/projects/project/node_modules/pkg1/index.d.ts", content: `export interface Import1 {}` }), timeouts: sys => { sys.runQueuedTimeoutCallbacks(); // failed lookup sys.runQueuedTimeoutCallbacks(); // actual update @@ -613,7 +614,7 @@ declare namespace NodeJS { }, { caption: "write file not resolved by typeRef", - edit: sys => sys.ensureFileOrFolder({ path: "/src/project/node_modules/pkg3/index.d.ts", content: `export interface Import3 {}` }), + edit: sys => sys.ensureFileOrFolder({ path: "/users/username/projects/project/node_modules/pkg3/index.d.ts", content: `export interface Import3 {}` }), timeouts: sys => { sys.runQueuedTimeoutCallbacks(); // failed lookup sys.runQueuedTimeoutCallbacks(); // actual update @@ -621,4 +622,64 @@ declare namespace NodeJS { }, ] }); + + verifyTscWatch({ + scenario, + subScenario: "scoped package installation", + commandLineArgs: ["--w", "-p", `.`, "--traceResolution", "--extendedDiagnostics"], + sys: () => createWatchedSystem({ + "/user/username/projects/myproject/lib/app.ts": Utils.dedent` + import { myapp } from "@myapp/ts-types"; + const x: 10 = myapp; + `, + "/user/username/projects/myproject/tsconfig.json": "{}", + [libFile.path]: libContent, + }, { currentDirectory: "/user/username/projects/myproject" }), + edits: [ + { + caption: "npm install unrelated non scoped", + edit: sys => sys.ensureFileOrFolder({ + path: `/user/username/projects/myproject/node_modules/unrelated/index.d.ts`, + content: `export const unrelated = 10;` + }), + timeouts: sys => { + sys.runQueuedTimeoutCallbacks(); + sys.runQueuedTimeoutCallbacks(); + }, + }, + { + caption: "npm install unrelated scoped in myapp", + edit: sys => sys.ensureFileOrFolder({ + path: `/user/username/projects/myproject/node_modules/@myapp/unrelated/index.d.ts`, + content: `export const myappUnrelated = 10;` + }), + timeouts: sys => { + sys.runQueuedTimeoutCallbacks(); + sys.runQueuedTimeoutCallbacks(); + }, + }, + { + caption: "npm install unrelated2 scoped in myapp", + edit: sys => sys.ensureFileOrFolder({ + path: `/user/username/projects/myproject/node_modules/@myapp/unrelated2/index.d.ts`, + content: `export const myappUnrelated2 = 10;` + }), + timeouts: sys => { + sys.runQueuedTimeoutCallbacks(); + sys.runQueuedTimeoutCallbacks(); + }, + }, + { + caption: "npm install ts-types", + edit: sys => sys.ensureFileOrFolder({ + path: `/user/username/projects/myproject/node_modules/@myapp/ts-types/index.d.ts`, + content: `export const myapp = 10;` + }), + timeouts: sys => { + sys.runQueuedTimeoutCallbacks(); + sys.runQueuedTimeoutCallbacks(); + }, + }, + ] + }); }); diff --git a/src/testRunner/unittests/tsserver/cachingFileSystemInformation.ts b/src/testRunner/unittests/tsserver/cachingFileSystemInformation.ts index b1c030c980495..72e146245b7ae 100644 --- a/src/testRunner/unittests/tsserver/cachingFileSystemInformation.ts +++ b/src/testRunner/unittests/tsserver/cachingFileSystemInformation.ts @@ -146,12 +146,12 @@ describe("unittests:: tsserver:: CachingFileSystemInformation:: tsserverProjectS it("loads missing files from disk", () => { const root: File = { - path: "/c/foo.ts", + path: "/users/username/projects/project/foo.ts", content: `import {y} from "bar"` }; const imported: File = { - path: "/c/bar.d.ts", + path: "/users/username/projects/project/bar.d.ts", content: `export var y = 1` }; @@ -318,7 +318,7 @@ describe("unittests:: tsserver:: CachingFileSystemInformation:: tsserverProjectS describe("Subfolder invalidations correctly include parent folder failed lookup locations", () => { function runFailedLookupTest(resolution: "Node" | "Classic") { - const projectLocation = "/proj"; + const projectLocation = "/users/username/projects/proj"; const file1: File = { path: `${projectLocation}/foo/boo/app.ts`, content: `import * as debug from "debug"` diff --git a/src/testRunner/unittests/tsserver/configuredProjects.ts b/src/testRunner/unittests/tsserver/configuredProjects.ts index e569aa2f7583b..6500685aa0b7e 100644 --- a/src/testRunner/unittests/tsserver/configuredProjects.ts +++ b/src/testRunner/unittests/tsserver/configuredProjects.ts @@ -1054,19 +1054,19 @@ describe("unittests:: tsserver:: ConfiguredProjects:: non-existing directories l it("Changed module resolution reflected when specifying files list", () => { const file1: File = { - path: "/a/b/file1.ts", + path: "/users/username/projects/project/file1.ts", content: 'import classc from "file2"' }; const file2a: File = { - path: "/a/file2.ts", + path: "/users/username/projects/file2.ts", content: "export classc { method2a() { return 10; } }" }; const file2: File = { - path: "/a/b/file2.ts", + path: "/users/username/projects/project/file2.ts", content: "export classc { method2() { return 10; } }" }; const configFile: File = { - path: "/a/b/tsconfig.json", + path: "/users/username/projects/project/tsconfig.json", content: JSON.stringify({ files: [file1.path], compilerOptions: { module: "amd" } }) }; const files = [file1, file2a, configFile, libFile]; diff --git a/src/testRunner/unittests/tsserver/events/projectUpdatedInBackground.ts b/src/testRunner/unittests/tsserver/events/projectUpdatedInBackground.ts index da4e8649bdebd..94b5d602c2922 100644 --- a/src/testRunner/unittests/tsserver/events/projectUpdatedInBackground.ts +++ b/src/testRunner/unittests/tsserver/events/projectUpdatedInBackground.ts @@ -18,19 +18,19 @@ describe("unittests:: tsserver:: events:: ProjectsUpdatedInBackground", () => { function verifyProjectsUpdatedInBackgroundEvent(scenario: string, createSession: (host: TestServerHost) => TestSession) { it("when adding new file", () => { const commonFile1: File = { - path: "/a/b/file1.ts", + path: "/users/username/projects/project/file1.ts", content: "export var x = 10;" }; const commonFile2: File = { - path: "/a/b/file2.ts", + path: "/users/username/projects/project/file2.ts", content: "export var y = 10;" }; const commonFile3: File = { - path: "/a/b/file3.ts", + path: "/users/username/projects/project/file3.ts", content: "export var z = 10;" }; const configFile: File = { - path: "/a/b/tsconfig.json", + path: "/users/username/projects/project/tsconfig.json", content: `{}` }; const host = createServerHost([commonFile1, libFile, configFile]); @@ -49,18 +49,18 @@ describe("unittests:: tsserver:: events:: ProjectsUpdatedInBackground", () => { function verifyEventWithOutSettings(subScenario: string, compilerOptions: ts.CompilerOptions = {}) { it(subScenario, () => { const config: File = { - path: "/a/tsconfig.json", + path: "/users/username/projects/project/tsconfig.json", content: JSON.stringify({ compilerOptions }) }; const f1: File = { - path: "/a/a.ts", + path: "/users/username/projects/project/a.ts", content: "export let x = 1" }; const f2: File = { - path: "/a/b.ts", + path: "/users/username/projects/project/b.ts", content: "export let y = 1" }; @@ -83,9 +83,9 @@ describe("unittests:: tsserver:: events:: ProjectsUpdatedInBackground", () => { }); describe("with modules and configured project", () => { - const file1Consumer1Path = "/a/b/file1Consumer1.ts"; - const moduleFile1Path = "/a/b/moduleFile1.ts"; - const configFilePath = "/a/b/tsconfig.json"; + const file1Consumer1Path = "/users/username/projects/project/file1Consumer1.ts"; + const moduleFile1Path = "/users/username/projects/project/moduleFile1.ts"; + const configFilePath = "/users/username/projects/project/tsconfig.json"; interface InitialStateParams { /** custom config file options */ configObj?: any; @@ -106,17 +106,17 @@ describe("unittests:: tsserver:: events:: ProjectsUpdatedInBackground", () => { }; const file1Consumer2: File = { - path: "/a/b/file1Consumer2.ts", + path: "/users/username/projects/project/file1Consumer2.ts", content: `import {Foo} from "./moduleFile1"; let z = 10;`, }; const moduleFile2: File = { - path: "/a/b/moduleFile2.ts", + path: "/users/username/projects/project/moduleFile2.ts", content: `export var Foo4 = 10;`, }; const globalFile3: File = { - path: "/a/b/globalFile3.ts", + path: "/users/username/projects/project/globalFile3.ts", content: `interface GlobalFoo { age: number }` }; @@ -219,7 +219,7 @@ describe("unittests:: tsserver:: events:: ProjectsUpdatedInBackground", () => { const { host, moduleFile1, session, } = getInitialState(); host.writeFile(moduleFile1.path, `export var T: number;export function Foo() { };`); - host.writeFile("/a/b/file1Consumer3.ts", `import {Foo} from "./moduleFile1"; let y = Foo();`); + host.writeFile("/users/username/projects/project/file1Consumer3.ts", `import {Foo} from "./moduleFile1"; let y = Foo();`); host.runQueuedTimeoutCallbacks(); baselineTsserverLogs("events/projectUpdatedInBackground", `${scenario} and should be up-to-date with newly created files`, session); }); @@ -257,7 +257,7 @@ describe("unittests:: tsserver:: events:: ProjectsUpdatedInBackground", () => { }); it("should always return the file itself if '--out' or '--outFile' is specified", () => { - const outFilePath = "/a/b/out.js"; + const outFilePath = "/users/username/projects/project/out.js"; const { host, moduleFile1, session } = getInitialState({ configObj: { compilerOptions: { module: "system", outFile: outFilePath } } }); @@ -269,7 +269,7 @@ describe("unittests:: tsserver:: events:: ProjectsUpdatedInBackground", () => { it("should return cascaded affected file list", () => { const file1Consumer1Consumer1: File = { - path: "/a/b/file1Consumer1Consumer1.ts", + path: "/users/username/projects/project/file1Consumer1Consumer1.ts", content: `import {y} from "./file1Consumer1";` }; const { host, moduleFile1, file1Consumer1, updateContentOfOpenFile, session } = getInitialState({ @@ -292,13 +292,13 @@ describe("unittests:: tsserver:: events:: ProjectsUpdatedInBackground", () => { it("should work fine for files with circular references", () => { const file1: File = { - path: "/a/b/file1.ts", + path: "/users/username/projects/project/file1.ts", content: ` /// export var t1 = 10;` }; const file2: File = { - path: "/a/b/file2.ts", + path: "/users/username/projects/project/file2.ts", content: ` /// export var t2 = 10;` @@ -315,7 +315,7 @@ describe("unittests:: tsserver:: events:: ProjectsUpdatedInBackground", () => { it("should detect removed code file", () => { const referenceFile1: File = { - path: "/a/b/referenceFile1.ts", + path: "/users/username/projects/project/referenceFile1.ts", content: ` /// export var x = Foo();` @@ -332,7 +332,7 @@ describe("unittests:: tsserver:: events:: ProjectsUpdatedInBackground", () => { it("should detect non-existing code file", () => { const referenceFile1: File = { - path: "/a/b/referenceFile1.ts", + path: "/users/username/projects/project/referenceFile1.ts", content: ` /// export var x = Foo();` diff --git a/src/testRunner/unittests/tsserver/helpers.ts b/src/testRunner/unittests/tsserver/helpers.ts index 989ef7bc9d86b..4a4116a7cd9a1 100644 --- a/src/testRunner/unittests/tsserver/helpers.ts +++ b/src/testRunner/unittests/tsserver/helpers.ts @@ -74,7 +74,6 @@ export function createHasErrorMessageLogger(): Logger { function handleLoggerGroup(logger: Logger, host: TestServerHost | undefined): Logger { let inGroup = false; let firstInGroup = false; - let seq = 0; logger.startGroup = () => { inGroup = true; firstInGroup = true; @@ -88,10 +87,9 @@ function handleLoggerGroup(logger: Logger, host: TestServerHost | undefined): Lo function msg(s: string, type = ts.server.Msg.Err, write: (s: string) => void) { s = `[${nowString(logger.host!)}] ${s}`; - if (!inGroup || firstInGroup) s = padStringRight(type + " " + seq.toString(), " ") + s; + if (!inGroup || firstInGroup) s = padStringRight(type + " seq", " ") + s; if (ts.Debug.isDebugging) console.log(s); write(s); - if (!inGroup) seq++; } function padStringRight(str: string, padding: string) { @@ -101,8 +99,8 @@ function handleLoggerGroup(logger: Logger, host: TestServerHost | undefined): Lo function nowString(host: TestServerHost) { // E.g. "12:34:56.789" - const d = host.now(); - return `${ts.padLeft(d.getUTCHours().toString(), 2, "0")}:${ts.padLeft(d.getUTCMinutes().toString(), 2, "0")}:${ts.padLeft(d.getUTCSeconds().toString(), 2, "0")}.${ts.padLeft(d.getUTCMilliseconds().toString(), 3, "0")}`; + host.now(); // To increment the time but not print it to avoid the baseline updates + return `hh:mm:ss:mss`; } export function createLoggerWritingToConsole(host: TestServerHost): Logger { @@ -401,15 +399,22 @@ function patchHostTimeouts( const originalRunQueuedTimeoutCallbacks = host.runQueuedTimeoutCallbacks; const originalRunQueuedImmediateCallbacks = host.runQueuedImmediateCallbacks; + const originalSetTime = host.setTime; let hostDiff: ReturnType | undefined; host.runQueuedTimeoutCallbacks = runQueuedTimeoutCallbacks; host.runQueuedImmediateCallbacks = runQueuedImmediateCallbacks; host.logTimeoutQueueLength = logTimeoutQueueLength; + host.setTime = setTime; host.baselineHost = baselineHost; host.patched = true; return host; + function setTime(time: number) { + logger.log(`Host is moving to new time`); + return originalSetTime.call(host, time); + } + function logTimeoutQueueLength() { logger.log(host.timeoutCallbacks.log()); host.baselineHost(host.immediateCallbacks.log()); diff --git a/src/testRunner/unittests/tsserver/resolutionCache.ts b/src/testRunner/unittests/tsserver/resolutionCache.ts index 06b1d7fe56bbc..4c95a43f60a01 100644 --- a/src/testRunner/unittests/tsserver/resolutionCache.ts +++ b/src/testRunner/unittests/tsserver/resolutionCache.ts @@ -48,19 +48,19 @@ describe("unittests:: tsserver:: resolutionCache:: tsserverProjectSystem extra r describe("unittests:: tsserver:: resolutionCache:: tsserverProjectSystem watching @types", () => { it("works correctly when typings are added or removed", () => { const f1 = { - path: "/a/b/app.ts", + path: "/users/username/projects/project/app.ts", content: "let x = 1;" }; const t1 = { - path: "/a/b/node_modules/@types/lib1/index.d.ts", + path: "/users/username/projects/project/node_modules/@types/lib1/index.d.ts", content: "export let a: number" }; const t2 = { - path: "/a/b/node_modules/@types/lib2/index.d.ts", + path: "/users/username/projects/project/node_modules/@types/lib2/index.d.ts", content: "export let b: number" }; const tsconfig = { - path: "/a/b/tsconfig.json", + path: "/users/username/projects/project/tsconfig.json", content: JSON.stringify({ compilerOptions: {}, exclude: ["node_modules"] @@ -88,11 +88,11 @@ describe("unittests:: tsserver:: resolutionCache:: tsserverProjectSystem watchin describe("unittests:: tsserver:: resolutionCache:: tsserverProjectSystem add the missing module file for inferred project", () => { it("should remove the `module not found` error", () => { const moduleFile = { - path: "/a/b/moduleFile.ts", + path: "/users/username/projects/project/moduleFile.ts", content: "export function bar() { };" }; const file1 = { - path: "/a/b/file1.ts", + path: "/users/username/projects/project/file1.ts", content: "import * as T from './moduleFile'; T.bar();" }; const host = createServerHost([file1]); @@ -235,11 +235,11 @@ describe("unittests:: tsserver:: resolutionCache:: tsserverProjectSystem add the describe("unittests:: tsserver:: resolutionCache:: tsserverProjectSystem rename a module file and rename back", () => { it("should restore the states for inferred projects", () => { const moduleFile = { - path: "/a/b/moduleFile.ts", + path: "/users/username/projects/project/moduleFile.ts", content: "export function bar() { };" }; const file1 = { - path: "/a/b/file1.ts", + path: "/users/username/projects/project/file1.ts", content: "import * as T from './moduleFile'; T.bar();" }; const host = createServerHost([moduleFile, file1]); @@ -251,7 +251,7 @@ describe("unittests:: tsserver:: resolutionCache:: tsserverProjectSystem rename arguments: { file: file1.path } }); - const moduleFileNewPath = "/a/b/moduleFile1.ts"; + const moduleFileNewPath = "/users/username/projects/project/moduleFile1.ts"; host.renameFile(moduleFile.path, moduleFileNewPath); host.runQueuedTimeoutCallbacks(); session.executeCommandSeq({ @@ -278,15 +278,15 @@ describe("unittests:: tsserver:: resolutionCache:: tsserverProjectSystem rename it("should restore the states for configured projects", () => { const moduleFile = { - path: "/a/b/moduleFile.ts", + path: "/users/username/projects/project/moduleFile.ts", content: "export function bar() { };" }; const file1 = { - path: "/a/b/file1.ts", + path: "/users/username/projects/project/file1.ts", content: "import * as T from './moduleFile'; T.bar();" }; const configFile = { - path: "/a/b/tsconfig.json", + path: "/users/username/projects/project/tsconfig.json", content: `{}` }; const host = createServerHost([moduleFile, file1, configFile]); @@ -298,7 +298,7 @@ describe("unittests:: tsserver:: resolutionCache:: tsserverProjectSystem rename arguments: { file: file1.path } }); - const moduleFileNewPath = "/a/b/moduleFile1.ts"; + const moduleFileNewPath = "/users/username/projects/project/moduleFile1.ts"; host.renameFile(moduleFile.path, moduleFileNewPath); host.runQueuedTimeoutCallbacks(); session.executeCommandSeq({ @@ -556,9 +556,9 @@ export const x = 10;` const files = [...(useNodeFile ? [nodeFile] : []), electronFile, srcFile, moduleFile, configFile, libFile]; const host = createServerHost(files); - const service = createProjectService(host, { logger: createLoggerWithInMemoryLogs(host) }); - service.openClientFile(srcFile.path, srcFile.content, ts.ScriptKind.TS, "/user/username/projects/myproject"); - baselineTsserverLogs("resolutionCache", scenario, service); + const session = createSession(host, { logger: createLoggerWithInMemoryLogs(host) }); + openFilesForSession([{ file: srcFile.path, content: srcFile.content, scriptKindName: "TS", projectRootPath: "/user/username/projects/myproject" }], session); + baselineTsserverLogs("resolutionCache", scenario, session); }); } verifyModuleResolution("when resolves to ambient module", /*useNodeFile*/ true); @@ -630,51 +630,51 @@ export const x = 10;` describe("unittests:: tsserver:: resolutionCache:: tsserverProjectSystem with project references", () => { it("sharing across references", () => { const host = createServerHost({ - "/src/projects/node_modules/moduleX/index.d.ts": "export const x = 10;", - "/src/projects/common/tsconfig.json": JSON.stringify({ + "/users/username/projects/node_modules/moduleX/index.d.ts": "export const x = 10;", + "/users/username/projects/common/tsconfig.json": JSON.stringify({ compilerOptions: compilerOptionsToConfigJson({ composite: true, traceResolution: true, }), }), - "/src/projects/common/moduleA.ts": "export const a = 10;", - "/src/projects/common/moduleB.ts": Utils.dedent` + "/users/username/projects/common/moduleA.ts": "export const a = 10;", + "/users/username/projects/common/moduleB.ts": Utils.dedent` import { x } from "moduleX"; export const b = x; `, - "/src/projects/app/tsconfig.json": JSON.stringify({ + "/users/username/projects/app/tsconfig.json": JSON.stringify({ compilerOptions: compilerOptionsToConfigJson({ composite: true, traceResolution: true, }), references: [{ path: "../common" }], }), - "/src/projects/app/appA.ts": Utils.dedent` + "/users/username/projects/app/appA.ts": Utils.dedent` import { x } from "moduleX"; export const y = x; `, - "/src/projects/app/appB.ts": Utils.dedent` + "/users/username/projects/app/appB.ts": Utils.dedent` import { x } from "../common/moduleB"; export const y = x; `, }); const session = createSession(host, { logger: createLoggerWithInMemoryLogs(host) }); - openFilesForSession(["/src/projects/app/appB.ts"], session); + openFilesForSession(["/users/username/projects/app/appB.ts"], session); baselineTsserverLogs("resolutionCache", "sharing across references", session); }); it("not sharing across references", () => { const host = createServerHost({ - "/src/projects/node_modules/moduleX/index.d.ts": "export const x = 10;", - "/src/projects/common/tsconfig.json": JSON.stringify({ + "/users/username/projects/node_modules/moduleX/index.d.ts": "export const x = 10;", + "/users/username/projects/common/tsconfig.json": JSON.stringify({ compilerOptions: { composite: true, traceResolution: true }, }), - "/src/projects/common/moduleA.ts": "export const a = 10;", - "/src/projects/common/moduleB.ts": Utils.dedent` + "/users/username/projects/common/moduleA.ts": "export const a = 10;", + "/users/username/projects/common/moduleB.ts": Utils.dedent` import { x } from "moduleX"; export const b = x; `, - "/src/projects/app/tsconfig.json": JSON.stringify({ + "/users/username/projects/app/tsconfig.json": JSON.stringify({ compilerOptions: { composite: true, traceResolution: true, @@ -682,17 +682,17 @@ describe("unittests:: tsserver:: resolutionCache:: tsserverProjectSystem with pr }, references: [{ path: "../common" }], }), - "/src/projects/app/appA.ts": Utils.dedent` + "/users/username/projects/app/appA.ts": Utils.dedent` import { x } from "moduleX"; export const y = x; `, - "/src/projects/app/appB.ts": Utils.dedent` + "/users/username/projects/app/appB.ts": Utils.dedent` import { x } from "../common/moduleB"; export const y = x; `, }); const session = createSession(host, { logger: createLoggerWithInMemoryLogs(host) }); - openFilesForSession(["/src/projects/app/appB.ts"], session); + openFilesForSession(["/users/username/projects/app/appB.ts"], session); baselineTsserverLogs("resolutionCache", "not sharing across references", session); }); }); diff --git a/src/tsconfig-base.json b/src/tsconfig-base.json index 37a2d53e38636..3b772f7d33f0f 100644 --- a/src/tsconfig-base.json +++ b/src/tsconfig-base.json @@ -4,8 +4,8 @@ "outDir": "../built/local", "pretty": true, - "lib": ["es2018"], - "target": "es2018", + "lib": ["es2020"], + "target": "es2020", "module": "CommonJS", "moduleResolution": "node", diff --git a/src/typingsInstallerCore/typingsInstaller.ts b/src/typingsInstallerCore/typingsInstaller.ts index b57d585e2f9a9..d7b268b4d5e6e 100644 --- a/src/typingsInstallerCore/typingsInstaller.ts +++ b/src/typingsInstallerCore/typingsInstaller.ts @@ -107,7 +107,8 @@ export function getNpmCommandForInstallation(npmPath: string, tsVersion: string, } export type RequestCompletedAction = (success: boolean) => void; -interface PendingRequest { + +export interface PendingRequest { requestId: number; packageNames: string[]; cwd: string; @@ -146,6 +147,7 @@ export abstract class TypingsInstaller { private readonly knownCachesSet = new Set(); private readonly projectWatchers = new Map(); private safeList: JsTyping.SafeList | undefined; + /** @internal */ readonly pendingRunRequests: PendingRequest[] = []; private readonly toCanonicalFileName: GetCanonicalFileName; private readonly globalCachePackageJsonPath: string; diff --git a/tests/baselines/reference/api/tsserverlibrary.d.ts b/tests/baselines/reference/api/tsserverlibrary.d.ts index 760a948efc21a..7a7adbc8a0755 100644 --- a/tests/baselines/reference/api/tsserverlibrary.d.ts +++ b/tests/baselines/reference/api/tsserverlibrary.d.ts @@ -79,6 +79,14 @@ declare namespace ts { readonly kind: EventEndInstallTypes; readonly installSuccess: boolean; } + interface InstallTypingHost extends JsTyping.TypingResolutionHost { + useCaseSensitiveFileNames: boolean; + writeFile(path: string, content: string): void; + createDirectory(path: string): void; + getCurrentDirectory?(): string; + watchFile?(path: string, callback: FileWatcherCallback, pollingInterval?: number, options?: WatchOptions): FileWatcher; + watchDirectory?(path: string, callback: DirectoryWatcherCallback, recursive?: boolean, options?: WatchOptions): FileWatcher; + } interface SetTypings extends ProjectResponse { readonly typeAcquisition: TypeAcquisition; readonly compilerOptions: CompilerOptions; @@ -89,6 +97,7 @@ declare namespace ts { namespace protocol { enum CommandTypes { JsxClosingTag = "jsxClosingTag", + LinkedEditingRange = "linkedEditingRange", Brace = "brace", BraceCompletion = "braceCompletion", GetSpanOfEnclosingComment = "getSpanOfEnclosingComment", @@ -877,6 +886,16 @@ declare namespace ts { interface JsxClosingTagResponse extends Response { readonly body: TextInsertion; } + interface LinkedEditingRangeRequest extends FileLocationRequest { + readonly command: CommandTypes.LinkedEditingRange; + } + interface LinkedEditingRangesBody { + ranges: TextSpan[]; + wordPattern?: string; + } + interface LinkedEditingRangeResponse extends Response { + readonly body: LinkedEditingRangesBody; + } /** * Get document highlights request; value of command field is * "documentHighlights". Return response giving spans that are relevant @@ -2699,6 +2718,7 @@ declare namespace ts { placeOpenBraceOnNewLineForControlBlocks?: boolean; insertSpaceBeforeTypeAnnotation?: boolean; semicolons?: SemicolonPreference; + indentSwitchCase?: boolean; } interface UserPreferences { readonly disableSuggestions?: boolean; @@ -2965,6 +2985,54 @@ declare namespace ts { bigintLiteral = 25 } } + namespace typingsInstaller { + interface Log { + isEnabled(): boolean; + writeLine(text: string): void; + } + type RequestCompletedAction = (success: boolean) => void; + interface PendingRequest { + requestId: number; + packageNames: string[]; + cwd: string; + onRequestCompleted: RequestCompletedAction; + } + abstract class TypingsInstaller { + protected readonly installTypingHost: InstallTypingHost; + private readonly globalCachePath; + private readonly safeListPath; + private readonly typesMapLocation; + private readonly throttleLimit; + protected readonly log: Log; + private readonly packageNameToTypingLocation; + private readonly missingTypingsSet; + private readonly knownCachesSet; + private readonly projectWatchers; + private safeList; + private readonly toCanonicalFileName; + private readonly globalCachePackageJsonPath; + private installRunCount; + private inFlightRequestCount; + abstract readonly typesRegistry: Map>; + constructor(installTypingHost: InstallTypingHost, globalCachePath: string, safeListPath: Path, typesMapLocation: Path, throttleLimit: number, log?: Log); + closeProject(req: CloseProject): void; + private closeWatchers; + install(req: DiscoverTypings): void; + private initializeSafeList; + private processCacheLocation; + private filterTypings; + protected ensurePackageDirectoryExists(directory: string): void; + private installTypings; + private ensureDirectoryExists; + private watchFiles; + private createSetTypings; + private installTypingsAsync; + private executeWithThrottling; + protected abstract installWorker(requestId: number, packageNames: string[], cwd: string, onRequestCompleted: RequestCompletedAction): void; + protected abstract sendResponse(response: SetTypings | InvalidateCachedTypings | BeginInstallTypes | EndInstallTypes): void; + protected readonly latestDistTag = "latest"; + } + } interface CompressedData { length: number; compressionKind: string; @@ -3847,6 +3915,7 @@ declare namespace ts { private getSemanticDiagnosticsSync; private getSuggestionDiagnosticsSync; private getJsxClosingTag; + private getLinkedEditingRange; private getDocumentHighlights; private provideInlayHints; private setCompilerOptionsForInferredProjects; @@ -3994,395 +4063,397 @@ declare namespace ts { WhitespaceTrivia = 5, ShebangTrivia = 6, ConflictMarkerTrivia = 7, - NumericLiteral = 8, - BigIntLiteral = 9, - StringLiteral = 10, - JsxText = 11, - JsxTextAllWhiteSpaces = 12, - RegularExpressionLiteral = 13, - NoSubstitutionTemplateLiteral = 14, - TemplateHead = 15, - TemplateMiddle = 16, - TemplateTail = 17, - OpenBraceToken = 18, - CloseBraceToken = 19, - OpenParenToken = 20, - CloseParenToken = 21, - OpenBracketToken = 22, - CloseBracketToken = 23, - DotToken = 24, - DotDotDotToken = 25, - SemicolonToken = 26, - CommaToken = 27, - QuestionDotToken = 28, - LessThanToken = 29, - LessThanSlashToken = 30, - GreaterThanToken = 31, - LessThanEqualsToken = 32, - GreaterThanEqualsToken = 33, - EqualsEqualsToken = 34, - ExclamationEqualsToken = 35, - EqualsEqualsEqualsToken = 36, - ExclamationEqualsEqualsToken = 37, - EqualsGreaterThanToken = 38, - PlusToken = 39, - MinusToken = 40, - AsteriskToken = 41, - AsteriskAsteriskToken = 42, - SlashToken = 43, - PercentToken = 44, - PlusPlusToken = 45, - MinusMinusToken = 46, - LessThanLessThanToken = 47, - GreaterThanGreaterThanToken = 48, - GreaterThanGreaterThanGreaterThanToken = 49, - AmpersandToken = 50, - BarToken = 51, - CaretToken = 52, - ExclamationToken = 53, - TildeToken = 54, - AmpersandAmpersandToken = 55, - BarBarToken = 56, - QuestionToken = 57, - ColonToken = 58, - AtToken = 59, - QuestionQuestionToken = 60, + NonTextFileMarkerTrivia = 8, + NumericLiteral = 9, + BigIntLiteral = 10, + StringLiteral = 11, + JsxText = 12, + JsxTextAllWhiteSpaces = 13, + RegularExpressionLiteral = 14, + NoSubstitutionTemplateLiteral = 15, + TemplateHead = 16, + TemplateMiddle = 17, + TemplateTail = 18, + OpenBraceToken = 19, + CloseBraceToken = 20, + OpenParenToken = 21, + CloseParenToken = 22, + OpenBracketToken = 23, + CloseBracketToken = 24, + DotToken = 25, + DotDotDotToken = 26, + SemicolonToken = 27, + CommaToken = 28, + QuestionDotToken = 29, + LessThanToken = 30, + LessThanSlashToken = 31, + GreaterThanToken = 32, + LessThanEqualsToken = 33, + GreaterThanEqualsToken = 34, + EqualsEqualsToken = 35, + ExclamationEqualsToken = 36, + EqualsEqualsEqualsToken = 37, + ExclamationEqualsEqualsToken = 38, + EqualsGreaterThanToken = 39, + PlusToken = 40, + MinusToken = 41, + AsteriskToken = 42, + AsteriskAsteriskToken = 43, + SlashToken = 44, + PercentToken = 45, + PlusPlusToken = 46, + MinusMinusToken = 47, + LessThanLessThanToken = 48, + GreaterThanGreaterThanToken = 49, + GreaterThanGreaterThanGreaterThanToken = 50, + AmpersandToken = 51, + BarToken = 52, + CaretToken = 53, + ExclamationToken = 54, + TildeToken = 55, + AmpersandAmpersandToken = 56, + BarBarToken = 57, + QuestionToken = 58, + ColonToken = 59, + AtToken = 60, + QuestionQuestionToken = 61, /** Only the JSDoc scanner produces BacktickToken. The normal scanner produces NoSubstitutionTemplateLiteral and related kinds. */ - BacktickToken = 61, + BacktickToken = 62, /** Only the JSDoc scanner produces HashToken. The normal scanner produces PrivateIdentifier. */ - HashToken = 62, - EqualsToken = 63, - PlusEqualsToken = 64, - MinusEqualsToken = 65, - AsteriskEqualsToken = 66, - AsteriskAsteriskEqualsToken = 67, - SlashEqualsToken = 68, - PercentEqualsToken = 69, - LessThanLessThanEqualsToken = 70, - GreaterThanGreaterThanEqualsToken = 71, - GreaterThanGreaterThanGreaterThanEqualsToken = 72, - AmpersandEqualsToken = 73, - BarEqualsToken = 74, - BarBarEqualsToken = 75, - AmpersandAmpersandEqualsToken = 76, - QuestionQuestionEqualsToken = 77, - CaretEqualsToken = 78, - Identifier = 79, - PrivateIdentifier = 80, - BreakKeyword = 82, - CaseKeyword = 83, - CatchKeyword = 84, - ClassKeyword = 85, - ConstKeyword = 86, - ContinueKeyword = 87, - DebuggerKeyword = 88, - DefaultKeyword = 89, - DeleteKeyword = 90, - DoKeyword = 91, - ElseKeyword = 92, - EnumKeyword = 93, - ExportKeyword = 94, - ExtendsKeyword = 95, - FalseKeyword = 96, - FinallyKeyword = 97, - ForKeyword = 98, - FunctionKeyword = 99, - IfKeyword = 100, - ImportKeyword = 101, - InKeyword = 102, - InstanceOfKeyword = 103, - NewKeyword = 104, - NullKeyword = 105, - ReturnKeyword = 106, - SuperKeyword = 107, - SwitchKeyword = 108, - ThisKeyword = 109, - ThrowKeyword = 110, - TrueKeyword = 111, - TryKeyword = 112, - TypeOfKeyword = 113, - VarKeyword = 114, - VoidKeyword = 115, - WhileKeyword = 116, - WithKeyword = 117, - ImplementsKeyword = 118, - InterfaceKeyword = 119, - LetKeyword = 120, - PackageKeyword = 121, - PrivateKeyword = 122, - ProtectedKeyword = 123, - PublicKeyword = 124, - StaticKeyword = 125, - YieldKeyword = 126, - AbstractKeyword = 127, - AccessorKeyword = 128, - AsKeyword = 129, - AssertsKeyword = 130, - AssertKeyword = 131, - AnyKeyword = 132, - AsyncKeyword = 133, - AwaitKeyword = 134, - BooleanKeyword = 135, - ConstructorKeyword = 136, - DeclareKeyword = 137, - GetKeyword = 138, - InferKeyword = 139, - IntrinsicKeyword = 140, - IsKeyword = 141, - KeyOfKeyword = 142, - ModuleKeyword = 143, - NamespaceKeyword = 144, - NeverKeyword = 145, - OutKeyword = 146, - ReadonlyKeyword = 147, - RequireKeyword = 148, - NumberKeyword = 149, - ObjectKeyword = 150, - SatisfiesKeyword = 151, - SetKeyword = 152, - StringKeyword = 153, - SymbolKeyword = 154, - TypeKeyword = 155, - UndefinedKeyword = 156, - UniqueKeyword = 157, - UnknownKeyword = 158, - FromKeyword = 159, - GlobalKeyword = 160, - BigIntKeyword = 161, - OverrideKeyword = 162, - OfKeyword = 163, - QualifiedName = 164, - ComputedPropertyName = 165, - TypeParameter = 166, - Parameter = 167, - Decorator = 168, - PropertySignature = 169, - PropertyDeclaration = 170, - MethodSignature = 171, - MethodDeclaration = 172, - ClassStaticBlockDeclaration = 173, - Constructor = 174, - GetAccessor = 175, - SetAccessor = 176, - CallSignature = 177, - ConstructSignature = 178, - IndexSignature = 179, - TypePredicate = 180, - TypeReference = 181, - FunctionType = 182, - ConstructorType = 183, - TypeQuery = 184, - TypeLiteral = 185, - ArrayType = 186, - TupleType = 187, - OptionalType = 188, - RestType = 189, - UnionType = 190, - IntersectionType = 191, - ConditionalType = 192, - InferType = 193, - ParenthesizedType = 194, - ThisType = 195, - TypeOperator = 196, - IndexedAccessType = 197, - MappedType = 198, - LiteralType = 199, - NamedTupleMember = 200, - TemplateLiteralType = 201, - TemplateLiteralTypeSpan = 202, - ImportType = 203, - ObjectBindingPattern = 204, - ArrayBindingPattern = 205, - BindingElement = 206, - ArrayLiteralExpression = 207, - ObjectLiteralExpression = 208, - PropertyAccessExpression = 209, - ElementAccessExpression = 210, - CallExpression = 211, - NewExpression = 212, - TaggedTemplateExpression = 213, - TypeAssertionExpression = 214, - ParenthesizedExpression = 215, - FunctionExpression = 216, - ArrowFunction = 217, - DeleteExpression = 218, - TypeOfExpression = 219, - VoidExpression = 220, - AwaitExpression = 221, - PrefixUnaryExpression = 222, - PostfixUnaryExpression = 223, - BinaryExpression = 224, - ConditionalExpression = 225, - TemplateExpression = 226, - YieldExpression = 227, - SpreadElement = 228, - ClassExpression = 229, - OmittedExpression = 230, - ExpressionWithTypeArguments = 231, - AsExpression = 232, - NonNullExpression = 233, - MetaProperty = 234, - SyntheticExpression = 235, - SatisfiesExpression = 236, - TemplateSpan = 237, - SemicolonClassElement = 238, - Block = 239, - EmptyStatement = 240, - VariableStatement = 241, - ExpressionStatement = 242, - IfStatement = 243, - DoStatement = 244, - WhileStatement = 245, - ForStatement = 246, - ForInStatement = 247, - ForOfStatement = 248, - ContinueStatement = 249, - BreakStatement = 250, - ReturnStatement = 251, - WithStatement = 252, - SwitchStatement = 253, - LabeledStatement = 254, - ThrowStatement = 255, - TryStatement = 256, - DebuggerStatement = 257, - VariableDeclaration = 258, - VariableDeclarationList = 259, - FunctionDeclaration = 260, - ClassDeclaration = 261, - InterfaceDeclaration = 262, - TypeAliasDeclaration = 263, - EnumDeclaration = 264, - ModuleDeclaration = 265, - ModuleBlock = 266, - CaseBlock = 267, - NamespaceExportDeclaration = 268, - ImportEqualsDeclaration = 269, - ImportDeclaration = 270, - ImportClause = 271, - NamespaceImport = 272, - NamedImports = 273, - ImportSpecifier = 274, - ExportAssignment = 275, - ExportDeclaration = 276, - NamedExports = 277, - NamespaceExport = 278, - ExportSpecifier = 279, - MissingDeclaration = 280, - ExternalModuleReference = 281, - JsxElement = 282, - JsxSelfClosingElement = 283, - JsxOpeningElement = 284, - JsxClosingElement = 285, - JsxFragment = 286, - JsxOpeningFragment = 287, - JsxClosingFragment = 288, - JsxAttribute = 289, - JsxAttributes = 290, - JsxSpreadAttribute = 291, - JsxExpression = 292, - CaseClause = 293, - DefaultClause = 294, - HeritageClause = 295, - CatchClause = 296, - AssertClause = 297, - AssertEntry = 298, - ImportTypeAssertionContainer = 299, - PropertyAssignment = 300, - ShorthandPropertyAssignment = 301, - SpreadAssignment = 302, - EnumMember = 303, - /** @deprecated */ UnparsedPrologue = 304, - /** @deprecated */ UnparsedPrepend = 305, - /** @deprecated */ UnparsedText = 306, - /** @deprecated */ UnparsedInternalText = 307, - /** @deprecated */ UnparsedSyntheticReference = 308, - SourceFile = 309, - Bundle = 310, - /** @deprecated */ UnparsedSource = 311, - /** @deprecated */ InputFiles = 312, - JSDocTypeExpression = 313, - JSDocNameReference = 314, - JSDocMemberName = 315, - JSDocAllType = 316, - JSDocUnknownType = 317, - JSDocNullableType = 318, - JSDocNonNullableType = 319, - JSDocOptionalType = 320, - JSDocFunctionType = 321, - JSDocVariadicType = 322, - JSDocNamepathType = 323, - JSDoc = 324, + HashToken = 63, + EqualsToken = 64, + PlusEqualsToken = 65, + MinusEqualsToken = 66, + AsteriskEqualsToken = 67, + AsteriskAsteriskEqualsToken = 68, + SlashEqualsToken = 69, + PercentEqualsToken = 70, + LessThanLessThanEqualsToken = 71, + GreaterThanGreaterThanEqualsToken = 72, + GreaterThanGreaterThanGreaterThanEqualsToken = 73, + AmpersandEqualsToken = 74, + BarEqualsToken = 75, + BarBarEqualsToken = 76, + AmpersandAmpersandEqualsToken = 77, + QuestionQuestionEqualsToken = 78, + CaretEqualsToken = 79, + Identifier = 80, + PrivateIdentifier = 81, + BreakKeyword = 83, + CaseKeyword = 84, + CatchKeyword = 85, + ClassKeyword = 86, + ConstKeyword = 87, + ContinueKeyword = 88, + DebuggerKeyword = 89, + DefaultKeyword = 90, + DeleteKeyword = 91, + DoKeyword = 92, + ElseKeyword = 93, + EnumKeyword = 94, + ExportKeyword = 95, + ExtendsKeyword = 96, + FalseKeyword = 97, + FinallyKeyword = 98, + ForKeyword = 99, + FunctionKeyword = 100, + IfKeyword = 101, + ImportKeyword = 102, + InKeyword = 103, + InstanceOfKeyword = 104, + NewKeyword = 105, + NullKeyword = 106, + ReturnKeyword = 107, + SuperKeyword = 108, + SwitchKeyword = 109, + ThisKeyword = 110, + ThrowKeyword = 111, + TrueKeyword = 112, + TryKeyword = 113, + TypeOfKeyword = 114, + VarKeyword = 115, + VoidKeyword = 116, + WhileKeyword = 117, + WithKeyword = 118, + ImplementsKeyword = 119, + InterfaceKeyword = 120, + LetKeyword = 121, + PackageKeyword = 122, + PrivateKeyword = 123, + ProtectedKeyword = 124, + PublicKeyword = 125, + StaticKeyword = 126, + YieldKeyword = 127, + AbstractKeyword = 128, + AccessorKeyword = 129, + AsKeyword = 130, + AssertsKeyword = 131, + AssertKeyword = 132, + AnyKeyword = 133, + AsyncKeyword = 134, + AwaitKeyword = 135, + BooleanKeyword = 136, + ConstructorKeyword = 137, + DeclareKeyword = 138, + GetKeyword = 139, + InferKeyword = 140, + IntrinsicKeyword = 141, + IsKeyword = 142, + KeyOfKeyword = 143, + ModuleKeyword = 144, + NamespaceKeyword = 145, + NeverKeyword = 146, + OutKeyword = 147, + ReadonlyKeyword = 148, + RequireKeyword = 149, + NumberKeyword = 150, + ObjectKeyword = 151, + SatisfiesKeyword = 152, + SetKeyword = 153, + StringKeyword = 154, + SymbolKeyword = 155, + TypeKeyword = 156, + UndefinedKeyword = 157, + UniqueKeyword = 158, + UnknownKeyword = 159, + FromKeyword = 160, + GlobalKeyword = 161, + BigIntKeyword = 162, + OverrideKeyword = 163, + OfKeyword = 164, + QualifiedName = 165, + ComputedPropertyName = 166, + TypeParameter = 167, + Parameter = 168, + Decorator = 169, + PropertySignature = 170, + PropertyDeclaration = 171, + MethodSignature = 172, + MethodDeclaration = 173, + ClassStaticBlockDeclaration = 174, + Constructor = 175, + GetAccessor = 176, + SetAccessor = 177, + CallSignature = 178, + ConstructSignature = 179, + IndexSignature = 180, + TypePredicate = 181, + TypeReference = 182, + FunctionType = 183, + ConstructorType = 184, + TypeQuery = 185, + TypeLiteral = 186, + ArrayType = 187, + TupleType = 188, + OptionalType = 189, + RestType = 190, + UnionType = 191, + IntersectionType = 192, + ConditionalType = 193, + InferType = 194, + ParenthesizedType = 195, + ThisType = 196, + TypeOperator = 197, + IndexedAccessType = 198, + MappedType = 199, + LiteralType = 200, + NamedTupleMember = 201, + TemplateLiteralType = 202, + TemplateLiteralTypeSpan = 203, + ImportType = 204, + ObjectBindingPattern = 205, + ArrayBindingPattern = 206, + BindingElement = 207, + ArrayLiteralExpression = 208, + ObjectLiteralExpression = 209, + PropertyAccessExpression = 210, + ElementAccessExpression = 211, + CallExpression = 212, + NewExpression = 213, + TaggedTemplateExpression = 214, + TypeAssertionExpression = 215, + ParenthesizedExpression = 216, + FunctionExpression = 217, + ArrowFunction = 218, + DeleteExpression = 219, + TypeOfExpression = 220, + VoidExpression = 221, + AwaitExpression = 222, + PrefixUnaryExpression = 223, + PostfixUnaryExpression = 224, + BinaryExpression = 225, + ConditionalExpression = 226, + TemplateExpression = 227, + YieldExpression = 228, + SpreadElement = 229, + ClassExpression = 230, + OmittedExpression = 231, + ExpressionWithTypeArguments = 232, + AsExpression = 233, + NonNullExpression = 234, + MetaProperty = 235, + SyntheticExpression = 236, + SatisfiesExpression = 237, + TemplateSpan = 238, + SemicolonClassElement = 239, + Block = 240, + EmptyStatement = 241, + VariableStatement = 242, + ExpressionStatement = 243, + IfStatement = 244, + DoStatement = 245, + WhileStatement = 246, + ForStatement = 247, + ForInStatement = 248, + ForOfStatement = 249, + ContinueStatement = 250, + BreakStatement = 251, + ReturnStatement = 252, + WithStatement = 253, + SwitchStatement = 254, + LabeledStatement = 255, + ThrowStatement = 256, + TryStatement = 257, + DebuggerStatement = 258, + VariableDeclaration = 259, + VariableDeclarationList = 260, + FunctionDeclaration = 261, + ClassDeclaration = 262, + InterfaceDeclaration = 263, + TypeAliasDeclaration = 264, + EnumDeclaration = 265, + ModuleDeclaration = 266, + ModuleBlock = 267, + CaseBlock = 268, + NamespaceExportDeclaration = 269, + ImportEqualsDeclaration = 270, + ImportDeclaration = 271, + ImportClause = 272, + NamespaceImport = 273, + NamedImports = 274, + ImportSpecifier = 275, + ExportAssignment = 276, + ExportDeclaration = 277, + NamedExports = 278, + NamespaceExport = 279, + ExportSpecifier = 280, + MissingDeclaration = 281, + ExternalModuleReference = 282, + JsxElement = 283, + JsxSelfClosingElement = 284, + JsxOpeningElement = 285, + JsxClosingElement = 286, + JsxFragment = 287, + JsxOpeningFragment = 288, + JsxClosingFragment = 289, + JsxAttribute = 290, + JsxAttributes = 291, + JsxSpreadAttribute = 292, + JsxExpression = 293, + JsxNamespacedName = 294, + CaseClause = 295, + DefaultClause = 296, + HeritageClause = 297, + CatchClause = 298, + AssertClause = 299, + AssertEntry = 300, + ImportTypeAssertionContainer = 301, + PropertyAssignment = 302, + ShorthandPropertyAssignment = 303, + SpreadAssignment = 304, + EnumMember = 305, + /** @deprecated */ UnparsedPrologue = 306, + /** @deprecated */ UnparsedPrepend = 307, + /** @deprecated */ UnparsedText = 308, + /** @deprecated */ UnparsedInternalText = 309, + /** @deprecated */ UnparsedSyntheticReference = 310, + SourceFile = 311, + Bundle = 312, + /** @deprecated */ UnparsedSource = 313, + /** @deprecated */ InputFiles = 314, + JSDocTypeExpression = 315, + JSDocNameReference = 316, + JSDocMemberName = 317, + JSDocAllType = 318, + JSDocUnknownType = 319, + JSDocNullableType = 320, + JSDocNonNullableType = 321, + JSDocOptionalType = 322, + JSDocFunctionType = 323, + JSDocVariadicType = 324, + JSDocNamepathType = 325, + JSDoc = 326, /** @deprecated Use SyntaxKind.JSDoc */ - JSDocComment = 324, - JSDocText = 325, - JSDocTypeLiteral = 326, - JSDocSignature = 327, - JSDocLink = 328, - JSDocLinkCode = 329, - JSDocLinkPlain = 330, - JSDocTag = 331, - JSDocAugmentsTag = 332, - JSDocImplementsTag = 333, - JSDocAuthorTag = 334, - JSDocDeprecatedTag = 335, - JSDocClassTag = 336, - JSDocPublicTag = 337, - JSDocPrivateTag = 338, - JSDocProtectedTag = 339, - JSDocReadonlyTag = 340, - JSDocOverrideTag = 341, - JSDocCallbackTag = 342, - JSDocOverloadTag = 343, - JSDocEnumTag = 344, - JSDocParameterTag = 345, - JSDocReturnTag = 346, - JSDocThisTag = 347, - JSDocTypeTag = 348, - JSDocTemplateTag = 349, - JSDocTypedefTag = 350, - JSDocSeeTag = 351, - JSDocPropertyTag = 352, - JSDocThrowsTag = 353, - JSDocSatisfiesTag = 354, - SyntaxList = 355, - NotEmittedStatement = 356, - PartiallyEmittedExpression = 357, - CommaListExpression = 358, - MergeDeclarationMarker = 359, - EndOfDeclarationMarker = 360, - SyntheticReferenceExpression = 361, - Count = 362, - FirstAssignment = 63, - LastAssignment = 78, - FirstCompoundAssignment = 64, - LastCompoundAssignment = 78, - FirstReservedWord = 82, - LastReservedWord = 117, - FirstKeyword = 82, - LastKeyword = 163, - FirstFutureReservedWord = 118, - LastFutureReservedWord = 126, - FirstTypeNode = 180, - LastTypeNode = 203, - FirstPunctuation = 18, - LastPunctuation = 78, + JSDocComment = 326, + JSDocText = 327, + JSDocTypeLiteral = 328, + JSDocSignature = 329, + JSDocLink = 330, + JSDocLinkCode = 331, + JSDocLinkPlain = 332, + JSDocTag = 333, + JSDocAugmentsTag = 334, + JSDocImplementsTag = 335, + JSDocAuthorTag = 336, + JSDocDeprecatedTag = 337, + JSDocClassTag = 338, + JSDocPublicTag = 339, + JSDocPrivateTag = 340, + JSDocProtectedTag = 341, + JSDocReadonlyTag = 342, + JSDocOverrideTag = 343, + JSDocCallbackTag = 344, + JSDocOverloadTag = 345, + JSDocEnumTag = 346, + JSDocParameterTag = 347, + JSDocReturnTag = 348, + JSDocThisTag = 349, + JSDocTypeTag = 350, + JSDocTemplateTag = 351, + JSDocTypedefTag = 352, + JSDocSeeTag = 353, + JSDocPropertyTag = 354, + JSDocThrowsTag = 355, + JSDocSatisfiesTag = 356, + SyntaxList = 357, + NotEmittedStatement = 358, + PartiallyEmittedExpression = 359, + CommaListExpression = 360, + MergeDeclarationMarker = 361, + EndOfDeclarationMarker = 362, + SyntheticReferenceExpression = 363, + Count = 364, + FirstAssignment = 64, + LastAssignment = 79, + FirstCompoundAssignment = 65, + LastCompoundAssignment = 79, + FirstReservedWord = 83, + LastReservedWord = 118, + FirstKeyword = 83, + LastKeyword = 164, + FirstFutureReservedWord = 119, + LastFutureReservedWord = 127, + FirstTypeNode = 181, + LastTypeNode = 204, + FirstPunctuation = 19, + LastPunctuation = 79, FirstToken = 0, - LastToken = 163, + LastToken = 164, FirstTriviaToken = 2, LastTriviaToken = 7, - FirstLiteralToken = 8, - LastLiteralToken = 14, - FirstTemplateToken = 14, - LastTemplateToken = 17, - FirstBinaryOperator = 29, - LastBinaryOperator = 78, - FirstStatement = 241, - LastStatement = 257, - FirstNode = 164, - FirstJSDocNode = 313, - LastJSDocNode = 354, - FirstJSDocTagNode = 331, - LastJSDocTagNode = 354 + FirstLiteralToken = 9, + LastLiteralToken = 15, + FirstTemplateToken = 15, + LastTemplateToken = 18, + FirstBinaryOperator = 30, + LastBinaryOperator = 79, + FirstStatement = 242, + LastStatement = 258, + FirstNode = 165, + FirstJSDocNode = 315, + LastJSDocNode = 356, + FirstJSDocTagNode = 333, + LastJSDocTagNode = 356 } type TriviaSyntaxKind = SyntaxKind.SingleLineCommentTrivia | SyntaxKind.MultiLineCommentTrivia | SyntaxKind.NewLineTrivia | SyntaxKind.WhitespaceTrivia | SyntaxKind.ShebangTrivia | SyntaxKind.ConflictMarkerTrivia; type LiteralSyntaxKind = SyntaxKind.NumericLiteral | SyntaxKind.BigIntLiteral | SyntaxKind.StringLiteral | SyntaxKind.JsxText | SyntaxKind.JsxTextAllWhiteSpaces | SyntaxKind.RegularExpressionLiteral | SyntaxKind.NoSubstitutionTemplateLiteral; @@ -5290,14 +5361,21 @@ declare namespace ts { } type JsxOpeningLikeElement = JsxSelfClosingElement | JsxOpeningElement; type JsxAttributeLike = JsxAttribute | JsxSpreadAttribute; - type JsxTagNameExpression = Identifier | ThisExpression | JsxTagNamePropertyAccess; + type JsxAttributeName = Identifier | JsxNamespacedName; + type JsxTagNameExpression = Identifier | ThisExpression | JsxTagNamePropertyAccess | JsxNamespacedName; interface JsxTagNamePropertyAccess extends PropertyAccessExpression { readonly expression: JsxTagNameExpression; } - interface JsxAttributes extends ObjectLiteralExpressionBase { + interface JsxAttributes extends PrimaryExpression, Declaration { + readonly properties: NodeArray; readonly kind: SyntaxKind.JsxAttributes; readonly parent: JsxOpeningLikeElement; } + interface JsxNamespacedName extends PrimaryExpression { + readonly kind: SyntaxKind.JsxNamespacedName; + readonly name: Identifier; + readonly namespace: Identifier; + } interface JsxOpeningElement extends Expression { readonly kind: SyntaxKind.JsxOpeningElement; readonly parent: JsxElement; @@ -5325,15 +5403,16 @@ declare namespace ts { readonly kind: SyntaxKind.JsxClosingFragment; readonly parent: JsxFragment; } - interface JsxAttribute extends ObjectLiteralElement { + interface JsxAttribute extends Declaration { readonly kind: SyntaxKind.JsxAttribute; readonly parent: JsxAttributes; - readonly name: Identifier; + readonly name: JsxAttributeName; readonly initializer?: JsxAttributeValue; } type JsxAttributeValue = StringLiteral | JsxExpression | JsxElement | JsxSelfClosingElement | JsxFragment; interface JsxSpreadAttribute extends ObjectLiteralElement { readonly kind: SyntaxKind.JsxSpreadAttribute; + readonly name: PropertyName; readonly parent: JsxAttributes; readonly expression: Expression; } @@ -7870,14 +7949,16 @@ declare namespace ts { createJsxOpeningFragment(): JsxOpeningFragment; createJsxJsxClosingFragment(): JsxClosingFragment; updateJsxFragment(node: JsxFragment, openingFragment: JsxOpeningFragment, children: readonly JsxChild[], closingFragment: JsxClosingFragment): JsxFragment; - createJsxAttribute(name: Identifier, initializer: JsxAttributeValue | undefined): JsxAttribute; - updateJsxAttribute(node: JsxAttribute, name: Identifier, initializer: JsxAttributeValue | undefined): JsxAttribute; + createJsxAttribute(name: JsxAttributeName, initializer: JsxAttributeValue | undefined): JsxAttribute; + updateJsxAttribute(node: JsxAttribute, name: JsxAttributeName, initializer: JsxAttributeValue | undefined): JsxAttribute; createJsxAttributes(properties: readonly JsxAttributeLike[]): JsxAttributes; updateJsxAttributes(node: JsxAttributes, properties: readonly JsxAttributeLike[]): JsxAttributes; createJsxSpreadAttribute(expression: Expression): JsxSpreadAttribute; updateJsxSpreadAttribute(node: JsxSpreadAttribute, expression: Expression): JsxSpreadAttribute; createJsxExpression(dotDotDotToken: DotDotDotToken | undefined, expression: Expression | undefined): JsxExpression; updateJsxExpression(node: JsxExpression, expression: Expression | undefined): JsxExpression; + createJsxNamespacedName(namespace: Identifier, name: Identifier): JsxNamespacedName; + updateJsxNamespacedName(node: JsxNamespacedName, namespace: Identifier, name: Identifier): JsxNamespacedName; createCaseClause(expression: Expression, statements: readonly Statement[]): CaseClause; updateCaseClause(node: CaseClause, expression: Expression, statements: readonly Statement[]): CaseClause; createDefaultClause(statements: readonly Statement[]): DefaultClause; @@ -8948,6 +9029,7 @@ declare namespace ts { function isJsxAttributes(node: Node): node is JsxAttributes; function isJsxSpreadAttribute(node: Node): node is JsxSpreadAttribute; function isJsxExpression(node: Node): node is JsxExpression; + function isJsxNamespacedName(node: Node): node is JsxNamespacedName; function isCaseClause(node: Node): node is CaseClause; function isDefaultClause(node: Node): node is DefaultClause; function isHeritageClause(node: Node): node is HeritageClause; @@ -9790,6 +9872,14 @@ declare namespace ts { emit(writeFile?: WriteFileCallback, customTransformers?: CustomTransformers): EmitResult | BuildInvalidedProject | undefined; } type InvalidatedProject = UpdateOutputFileStampsProject | BuildInvalidedProject | UpdateBundleProject; + namespace JsTyping { + interface TypingResolutionHost { + directoryExists(path: string): boolean; + fileExists(fileName: string): boolean; + readFile(path: string, encoding?: string): string | undefined; + readDirectory(rootDir: string, extensions: readonly string[], excludes: readonly string[] | undefined, includes: readonly string[] | undefined, depth?: number): string[]; + } + } function getDefaultFormatCodeSettings(newLineCharacter?: string): FormatCodeSettings; /** * Represents an immutable snapshot of a script at a specified time.Once acquired, the @@ -10025,6 +10115,7 @@ declare namespace ts { * Editors should call this after `>` is typed. */ getJsxClosingTagAtPosition(fileName: string, position: number): JsxClosingTagInfo | undefined; + getLinkedEditingRangeAtPosition(fileName: string, position: number): LinkedEditingInfo | undefined; getSpanOfEnclosingComment(fileName: string, position: number, onlyMultiLine: boolean): TextSpan | undefined; toLineColumnOffset?(fileName: string, position: number): LineAndCharacter; getCodeFixesAtPosition(fileName: string, start: number, end: number, errorCodes: readonly number[], formatOptions: FormatCodeSettings, preferences: UserPreferences): readonly CodeFixAction[]; @@ -10054,6 +10145,10 @@ declare namespace ts { interface JsxClosingTagInfo { readonly newText: string; } + interface LinkedEditingInfo { + readonly ranges: TextSpan[]; + wordPattern?: string; + } interface CombinedCodeFixScope { type: "file"; fileName: string; @@ -10442,6 +10537,7 @@ declare namespace ts { readonly insertSpaceBeforeTypeAnnotation?: boolean; readonly indentMultiLineObjectLiteralBeginningOnBlankLine?: boolean; readonly semicolons?: SemicolonPreference; + readonly indentSwitchCase?: boolean; } interface DefinitionInfo extends DocumentSpan { kind: ScriptElementKind; diff --git a/tests/baselines/reference/api/typescript.d.ts b/tests/baselines/reference/api/typescript.d.ts index 85d2a5b10a201..ff62845a28f2c 100644 --- a/tests/baselines/reference/api/typescript.d.ts +++ b/tests/baselines/reference/api/typescript.d.ts @@ -51,395 +51,397 @@ declare namespace ts { WhitespaceTrivia = 5, ShebangTrivia = 6, ConflictMarkerTrivia = 7, - NumericLiteral = 8, - BigIntLiteral = 9, - StringLiteral = 10, - JsxText = 11, - JsxTextAllWhiteSpaces = 12, - RegularExpressionLiteral = 13, - NoSubstitutionTemplateLiteral = 14, - TemplateHead = 15, - TemplateMiddle = 16, - TemplateTail = 17, - OpenBraceToken = 18, - CloseBraceToken = 19, - OpenParenToken = 20, - CloseParenToken = 21, - OpenBracketToken = 22, - CloseBracketToken = 23, - DotToken = 24, - DotDotDotToken = 25, - SemicolonToken = 26, - CommaToken = 27, - QuestionDotToken = 28, - LessThanToken = 29, - LessThanSlashToken = 30, - GreaterThanToken = 31, - LessThanEqualsToken = 32, - GreaterThanEqualsToken = 33, - EqualsEqualsToken = 34, - ExclamationEqualsToken = 35, - EqualsEqualsEqualsToken = 36, - ExclamationEqualsEqualsToken = 37, - EqualsGreaterThanToken = 38, - PlusToken = 39, - MinusToken = 40, - AsteriskToken = 41, - AsteriskAsteriskToken = 42, - SlashToken = 43, - PercentToken = 44, - PlusPlusToken = 45, - MinusMinusToken = 46, - LessThanLessThanToken = 47, - GreaterThanGreaterThanToken = 48, - GreaterThanGreaterThanGreaterThanToken = 49, - AmpersandToken = 50, - BarToken = 51, - CaretToken = 52, - ExclamationToken = 53, - TildeToken = 54, - AmpersandAmpersandToken = 55, - BarBarToken = 56, - QuestionToken = 57, - ColonToken = 58, - AtToken = 59, - QuestionQuestionToken = 60, + NonTextFileMarkerTrivia = 8, + NumericLiteral = 9, + BigIntLiteral = 10, + StringLiteral = 11, + JsxText = 12, + JsxTextAllWhiteSpaces = 13, + RegularExpressionLiteral = 14, + NoSubstitutionTemplateLiteral = 15, + TemplateHead = 16, + TemplateMiddle = 17, + TemplateTail = 18, + OpenBraceToken = 19, + CloseBraceToken = 20, + OpenParenToken = 21, + CloseParenToken = 22, + OpenBracketToken = 23, + CloseBracketToken = 24, + DotToken = 25, + DotDotDotToken = 26, + SemicolonToken = 27, + CommaToken = 28, + QuestionDotToken = 29, + LessThanToken = 30, + LessThanSlashToken = 31, + GreaterThanToken = 32, + LessThanEqualsToken = 33, + GreaterThanEqualsToken = 34, + EqualsEqualsToken = 35, + ExclamationEqualsToken = 36, + EqualsEqualsEqualsToken = 37, + ExclamationEqualsEqualsToken = 38, + EqualsGreaterThanToken = 39, + PlusToken = 40, + MinusToken = 41, + AsteriskToken = 42, + AsteriskAsteriskToken = 43, + SlashToken = 44, + PercentToken = 45, + PlusPlusToken = 46, + MinusMinusToken = 47, + LessThanLessThanToken = 48, + GreaterThanGreaterThanToken = 49, + GreaterThanGreaterThanGreaterThanToken = 50, + AmpersandToken = 51, + BarToken = 52, + CaretToken = 53, + ExclamationToken = 54, + TildeToken = 55, + AmpersandAmpersandToken = 56, + BarBarToken = 57, + QuestionToken = 58, + ColonToken = 59, + AtToken = 60, + QuestionQuestionToken = 61, /** Only the JSDoc scanner produces BacktickToken. The normal scanner produces NoSubstitutionTemplateLiteral and related kinds. */ - BacktickToken = 61, + BacktickToken = 62, /** Only the JSDoc scanner produces HashToken. The normal scanner produces PrivateIdentifier. */ - HashToken = 62, - EqualsToken = 63, - PlusEqualsToken = 64, - MinusEqualsToken = 65, - AsteriskEqualsToken = 66, - AsteriskAsteriskEqualsToken = 67, - SlashEqualsToken = 68, - PercentEqualsToken = 69, - LessThanLessThanEqualsToken = 70, - GreaterThanGreaterThanEqualsToken = 71, - GreaterThanGreaterThanGreaterThanEqualsToken = 72, - AmpersandEqualsToken = 73, - BarEqualsToken = 74, - BarBarEqualsToken = 75, - AmpersandAmpersandEqualsToken = 76, - QuestionQuestionEqualsToken = 77, - CaretEqualsToken = 78, - Identifier = 79, - PrivateIdentifier = 80, - BreakKeyword = 82, - CaseKeyword = 83, - CatchKeyword = 84, - ClassKeyword = 85, - ConstKeyword = 86, - ContinueKeyword = 87, - DebuggerKeyword = 88, - DefaultKeyword = 89, - DeleteKeyword = 90, - DoKeyword = 91, - ElseKeyword = 92, - EnumKeyword = 93, - ExportKeyword = 94, - ExtendsKeyword = 95, - FalseKeyword = 96, - FinallyKeyword = 97, - ForKeyword = 98, - FunctionKeyword = 99, - IfKeyword = 100, - ImportKeyword = 101, - InKeyword = 102, - InstanceOfKeyword = 103, - NewKeyword = 104, - NullKeyword = 105, - ReturnKeyword = 106, - SuperKeyword = 107, - SwitchKeyword = 108, - ThisKeyword = 109, - ThrowKeyword = 110, - TrueKeyword = 111, - TryKeyword = 112, - TypeOfKeyword = 113, - VarKeyword = 114, - VoidKeyword = 115, - WhileKeyword = 116, - WithKeyword = 117, - ImplementsKeyword = 118, - InterfaceKeyword = 119, - LetKeyword = 120, - PackageKeyword = 121, - PrivateKeyword = 122, - ProtectedKeyword = 123, - PublicKeyword = 124, - StaticKeyword = 125, - YieldKeyword = 126, - AbstractKeyword = 127, - AccessorKeyword = 128, - AsKeyword = 129, - AssertsKeyword = 130, - AssertKeyword = 131, - AnyKeyword = 132, - AsyncKeyword = 133, - AwaitKeyword = 134, - BooleanKeyword = 135, - ConstructorKeyword = 136, - DeclareKeyword = 137, - GetKeyword = 138, - InferKeyword = 139, - IntrinsicKeyword = 140, - IsKeyword = 141, - KeyOfKeyword = 142, - ModuleKeyword = 143, - NamespaceKeyword = 144, - NeverKeyword = 145, - OutKeyword = 146, - ReadonlyKeyword = 147, - RequireKeyword = 148, - NumberKeyword = 149, - ObjectKeyword = 150, - SatisfiesKeyword = 151, - SetKeyword = 152, - StringKeyword = 153, - SymbolKeyword = 154, - TypeKeyword = 155, - UndefinedKeyword = 156, - UniqueKeyword = 157, - UnknownKeyword = 158, - FromKeyword = 159, - GlobalKeyword = 160, - BigIntKeyword = 161, - OverrideKeyword = 162, - OfKeyword = 163, - QualifiedName = 164, - ComputedPropertyName = 165, - TypeParameter = 166, - Parameter = 167, - Decorator = 168, - PropertySignature = 169, - PropertyDeclaration = 170, - MethodSignature = 171, - MethodDeclaration = 172, - ClassStaticBlockDeclaration = 173, - Constructor = 174, - GetAccessor = 175, - SetAccessor = 176, - CallSignature = 177, - ConstructSignature = 178, - IndexSignature = 179, - TypePredicate = 180, - TypeReference = 181, - FunctionType = 182, - ConstructorType = 183, - TypeQuery = 184, - TypeLiteral = 185, - ArrayType = 186, - TupleType = 187, - OptionalType = 188, - RestType = 189, - UnionType = 190, - IntersectionType = 191, - ConditionalType = 192, - InferType = 193, - ParenthesizedType = 194, - ThisType = 195, - TypeOperator = 196, - IndexedAccessType = 197, - MappedType = 198, - LiteralType = 199, - NamedTupleMember = 200, - TemplateLiteralType = 201, - TemplateLiteralTypeSpan = 202, - ImportType = 203, - ObjectBindingPattern = 204, - ArrayBindingPattern = 205, - BindingElement = 206, - ArrayLiteralExpression = 207, - ObjectLiteralExpression = 208, - PropertyAccessExpression = 209, - ElementAccessExpression = 210, - CallExpression = 211, - NewExpression = 212, - TaggedTemplateExpression = 213, - TypeAssertionExpression = 214, - ParenthesizedExpression = 215, - FunctionExpression = 216, - ArrowFunction = 217, - DeleteExpression = 218, - TypeOfExpression = 219, - VoidExpression = 220, - AwaitExpression = 221, - PrefixUnaryExpression = 222, - PostfixUnaryExpression = 223, - BinaryExpression = 224, - ConditionalExpression = 225, - TemplateExpression = 226, - YieldExpression = 227, - SpreadElement = 228, - ClassExpression = 229, - OmittedExpression = 230, - ExpressionWithTypeArguments = 231, - AsExpression = 232, - NonNullExpression = 233, - MetaProperty = 234, - SyntheticExpression = 235, - SatisfiesExpression = 236, - TemplateSpan = 237, - SemicolonClassElement = 238, - Block = 239, - EmptyStatement = 240, - VariableStatement = 241, - ExpressionStatement = 242, - IfStatement = 243, - DoStatement = 244, - WhileStatement = 245, - ForStatement = 246, - ForInStatement = 247, - ForOfStatement = 248, - ContinueStatement = 249, - BreakStatement = 250, - ReturnStatement = 251, - WithStatement = 252, - SwitchStatement = 253, - LabeledStatement = 254, - ThrowStatement = 255, - TryStatement = 256, - DebuggerStatement = 257, - VariableDeclaration = 258, - VariableDeclarationList = 259, - FunctionDeclaration = 260, - ClassDeclaration = 261, - InterfaceDeclaration = 262, - TypeAliasDeclaration = 263, - EnumDeclaration = 264, - ModuleDeclaration = 265, - ModuleBlock = 266, - CaseBlock = 267, - NamespaceExportDeclaration = 268, - ImportEqualsDeclaration = 269, - ImportDeclaration = 270, - ImportClause = 271, - NamespaceImport = 272, - NamedImports = 273, - ImportSpecifier = 274, - ExportAssignment = 275, - ExportDeclaration = 276, - NamedExports = 277, - NamespaceExport = 278, - ExportSpecifier = 279, - MissingDeclaration = 280, - ExternalModuleReference = 281, - JsxElement = 282, - JsxSelfClosingElement = 283, - JsxOpeningElement = 284, - JsxClosingElement = 285, - JsxFragment = 286, - JsxOpeningFragment = 287, - JsxClosingFragment = 288, - JsxAttribute = 289, - JsxAttributes = 290, - JsxSpreadAttribute = 291, - JsxExpression = 292, - CaseClause = 293, - DefaultClause = 294, - HeritageClause = 295, - CatchClause = 296, - AssertClause = 297, - AssertEntry = 298, - ImportTypeAssertionContainer = 299, - PropertyAssignment = 300, - ShorthandPropertyAssignment = 301, - SpreadAssignment = 302, - EnumMember = 303, - /** @deprecated */ UnparsedPrologue = 304, - /** @deprecated */ UnparsedPrepend = 305, - /** @deprecated */ UnparsedText = 306, - /** @deprecated */ UnparsedInternalText = 307, - /** @deprecated */ UnparsedSyntheticReference = 308, - SourceFile = 309, - Bundle = 310, - /** @deprecated */ UnparsedSource = 311, - /** @deprecated */ InputFiles = 312, - JSDocTypeExpression = 313, - JSDocNameReference = 314, - JSDocMemberName = 315, - JSDocAllType = 316, - JSDocUnknownType = 317, - JSDocNullableType = 318, - JSDocNonNullableType = 319, - JSDocOptionalType = 320, - JSDocFunctionType = 321, - JSDocVariadicType = 322, - JSDocNamepathType = 323, - JSDoc = 324, + HashToken = 63, + EqualsToken = 64, + PlusEqualsToken = 65, + MinusEqualsToken = 66, + AsteriskEqualsToken = 67, + AsteriskAsteriskEqualsToken = 68, + SlashEqualsToken = 69, + PercentEqualsToken = 70, + LessThanLessThanEqualsToken = 71, + GreaterThanGreaterThanEqualsToken = 72, + GreaterThanGreaterThanGreaterThanEqualsToken = 73, + AmpersandEqualsToken = 74, + BarEqualsToken = 75, + BarBarEqualsToken = 76, + AmpersandAmpersandEqualsToken = 77, + QuestionQuestionEqualsToken = 78, + CaretEqualsToken = 79, + Identifier = 80, + PrivateIdentifier = 81, + BreakKeyword = 83, + CaseKeyword = 84, + CatchKeyword = 85, + ClassKeyword = 86, + ConstKeyword = 87, + ContinueKeyword = 88, + DebuggerKeyword = 89, + DefaultKeyword = 90, + DeleteKeyword = 91, + DoKeyword = 92, + ElseKeyword = 93, + EnumKeyword = 94, + ExportKeyword = 95, + ExtendsKeyword = 96, + FalseKeyword = 97, + FinallyKeyword = 98, + ForKeyword = 99, + FunctionKeyword = 100, + IfKeyword = 101, + ImportKeyword = 102, + InKeyword = 103, + InstanceOfKeyword = 104, + NewKeyword = 105, + NullKeyword = 106, + ReturnKeyword = 107, + SuperKeyword = 108, + SwitchKeyword = 109, + ThisKeyword = 110, + ThrowKeyword = 111, + TrueKeyword = 112, + TryKeyword = 113, + TypeOfKeyword = 114, + VarKeyword = 115, + VoidKeyword = 116, + WhileKeyword = 117, + WithKeyword = 118, + ImplementsKeyword = 119, + InterfaceKeyword = 120, + LetKeyword = 121, + PackageKeyword = 122, + PrivateKeyword = 123, + ProtectedKeyword = 124, + PublicKeyword = 125, + StaticKeyword = 126, + YieldKeyword = 127, + AbstractKeyword = 128, + AccessorKeyword = 129, + AsKeyword = 130, + AssertsKeyword = 131, + AssertKeyword = 132, + AnyKeyword = 133, + AsyncKeyword = 134, + AwaitKeyword = 135, + BooleanKeyword = 136, + ConstructorKeyword = 137, + DeclareKeyword = 138, + GetKeyword = 139, + InferKeyword = 140, + IntrinsicKeyword = 141, + IsKeyword = 142, + KeyOfKeyword = 143, + ModuleKeyword = 144, + NamespaceKeyword = 145, + NeverKeyword = 146, + OutKeyword = 147, + ReadonlyKeyword = 148, + RequireKeyword = 149, + NumberKeyword = 150, + ObjectKeyword = 151, + SatisfiesKeyword = 152, + SetKeyword = 153, + StringKeyword = 154, + SymbolKeyword = 155, + TypeKeyword = 156, + UndefinedKeyword = 157, + UniqueKeyword = 158, + UnknownKeyword = 159, + FromKeyword = 160, + GlobalKeyword = 161, + BigIntKeyword = 162, + OverrideKeyword = 163, + OfKeyword = 164, + QualifiedName = 165, + ComputedPropertyName = 166, + TypeParameter = 167, + Parameter = 168, + Decorator = 169, + PropertySignature = 170, + PropertyDeclaration = 171, + MethodSignature = 172, + MethodDeclaration = 173, + ClassStaticBlockDeclaration = 174, + Constructor = 175, + GetAccessor = 176, + SetAccessor = 177, + CallSignature = 178, + ConstructSignature = 179, + IndexSignature = 180, + TypePredicate = 181, + TypeReference = 182, + FunctionType = 183, + ConstructorType = 184, + TypeQuery = 185, + TypeLiteral = 186, + ArrayType = 187, + TupleType = 188, + OptionalType = 189, + RestType = 190, + UnionType = 191, + IntersectionType = 192, + ConditionalType = 193, + InferType = 194, + ParenthesizedType = 195, + ThisType = 196, + TypeOperator = 197, + IndexedAccessType = 198, + MappedType = 199, + LiteralType = 200, + NamedTupleMember = 201, + TemplateLiteralType = 202, + TemplateLiteralTypeSpan = 203, + ImportType = 204, + ObjectBindingPattern = 205, + ArrayBindingPattern = 206, + BindingElement = 207, + ArrayLiteralExpression = 208, + ObjectLiteralExpression = 209, + PropertyAccessExpression = 210, + ElementAccessExpression = 211, + CallExpression = 212, + NewExpression = 213, + TaggedTemplateExpression = 214, + TypeAssertionExpression = 215, + ParenthesizedExpression = 216, + FunctionExpression = 217, + ArrowFunction = 218, + DeleteExpression = 219, + TypeOfExpression = 220, + VoidExpression = 221, + AwaitExpression = 222, + PrefixUnaryExpression = 223, + PostfixUnaryExpression = 224, + BinaryExpression = 225, + ConditionalExpression = 226, + TemplateExpression = 227, + YieldExpression = 228, + SpreadElement = 229, + ClassExpression = 230, + OmittedExpression = 231, + ExpressionWithTypeArguments = 232, + AsExpression = 233, + NonNullExpression = 234, + MetaProperty = 235, + SyntheticExpression = 236, + SatisfiesExpression = 237, + TemplateSpan = 238, + SemicolonClassElement = 239, + Block = 240, + EmptyStatement = 241, + VariableStatement = 242, + ExpressionStatement = 243, + IfStatement = 244, + DoStatement = 245, + WhileStatement = 246, + ForStatement = 247, + ForInStatement = 248, + ForOfStatement = 249, + ContinueStatement = 250, + BreakStatement = 251, + ReturnStatement = 252, + WithStatement = 253, + SwitchStatement = 254, + LabeledStatement = 255, + ThrowStatement = 256, + TryStatement = 257, + DebuggerStatement = 258, + VariableDeclaration = 259, + VariableDeclarationList = 260, + FunctionDeclaration = 261, + ClassDeclaration = 262, + InterfaceDeclaration = 263, + TypeAliasDeclaration = 264, + EnumDeclaration = 265, + ModuleDeclaration = 266, + ModuleBlock = 267, + CaseBlock = 268, + NamespaceExportDeclaration = 269, + ImportEqualsDeclaration = 270, + ImportDeclaration = 271, + ImportClause = 272, + NamespaceImport = 273, + NamedImports = 274, + ImportSpecifier = 275, + ExportAssignment = 276, + ExportDeclaration = 277, + NamedExports = 278, + NamespaceExport = 279, + ExportSpecifier = 280, + MissingDeclaration = 281, + ExternalModuleReference = 282, + JsxElement = 283, + JsxSelfClosingElement = 284, + JsxOpeningElement = 285, + JsxClosingElement = 286, + JsxFragment = 287, + JsxOpeningFragment = 288, + JsxClosingFragment = 289, + JsxAttribute = 290, + JsxAttributes = 291, + JsxSpreadAttribute = 292, + JsxExpression = 293, + JsxNamespacedName = 294, + CaseClause = 295, + DefaultClause = 296, + HeritageClause = 297, + CatchClause = 298, + AssertClause = 299, + AssertEntry = 300, + ImportTypeAssertionContainer = 301, + PropertyAssignment = 302, + ShorthandPropertyAssignment = 303, + SpreadAssignment = 304, + EnumMember = 305, + /** @deprecated */ UnparsedPrologue = 306, + /** @deprecated */ UnparsedPrepend = 307, + /** @deprecated */ UnparsedText = 308, + /** @deprecated */ UnparsedInternalText = 309, + /** @deprecated */ UnparsedSyntheticReference = 310, + SourceFile = 311, + Bundle = 312, + /** @deprecated */ UnparsedSource = 313, + /** @deprecated */ InputFiles = 314, + JSDocTypeExpression = 315, + JSDocNameReference = 316, + JSDocMemberName = 317, + JSDocAllType = 318, + JSDocUnknownType = 319, + JSDocNullableType = 320, + JSDocNonNullableType = 321, + JSDocOptionalType = 322, + JSDocFunctionType = 323, + JSDocVariadicType = 324, + JSDocNamepathType = 325, + JSDoc = 326, /** @deprecated Use SyntaxKind.JSDoc */ - JSDocComment = 324, - JSDocText = 325, - JSDocTypeLiteral = 326, - JSDocSignature = 327, - JSDocLink = 328, - JSDocLinkCode = 329, - JSDocLinkPlain = 330, - JSDocTag = 331, - JSDocAugmentsTag = 332, - JSDocImplementsTag = 333, - JSDocAuthorTag = 334, - JSDocDeprecatedTag = 335, - JSDocClassTag = 336, - JSDocPublicTag = 337, - JSDocPrivateTag = 338, - JSDocProtectedTag = 339, - JSDocReadonlyTag = 340, - JSDocOverrideTag = 341, - JSDocCallbackTag = 342, - JSDocOverloadTag = 343, - JSDocEnumTag = 344, - JSDocParameterTag = 345, - JSDocReturnTag = 346, - JSDocThisTag = 347, - JSDocTypeTag = 348, - JSDocTemplateTag = 349, - JSDocTypedefTag = 350, - JSDocSeeTag = 351, - JSDocPropertyTag = 352, - JSDocThrowsTag = 353, - JSDocSatisfiesTag = 354, - SyntaxList = 355, - NotEmittedStatement = 356, - PartiallyEmittedExpression = 357, - CommaListExpression = 358, - MergeDeclarationMarker = 359, - EndOfDeclarationMarker = 360, - SyntheticReferenceExpression = 361, - Count = 362, - FirstAssignment = 63, - LastAssignment = 78, - FirstCompoundAssignment = 64, - LastCompoundAssignment = 78, - FirstReservedWord = 82, - LastReservedWord = 117, - FirstKeyword = 82, - LastKeyword = 163, - FirstFutureReservedWord = 118, - LastFutureReservedWord = 126, - FirstTypeNode = 180, - LastTypeNode = 203, - FirstPunctuation = 18, - LastPunctuation = 78, + JSDocComment = 326, + JSDocText = 327, + JSDocTypeLiteral = 328, + JSDocSignature = 329, + JSDocLink = 330, + JSDocLinkCode = 331, + JSDocLinkPlain = 332, + JSDocTag = 333, + JSDocAugmentsTag = 334, + JSDocImplementsTag = 335, + JSDocAuthorTag = 336, + JSDocDeprecatedTag = 337, + JSDocClassTag = 338, + JSDocPublicTag = 339, + JSDocPrivateTag = 340, + JSDocProtectedTag = 341, + JSDocReadonlyTag = 342, + JSDocOverrideTag = 343, + JSDocCallbackTag = 344, + JSDocOverloadTag = 345, + JSDocEnumTag = 346, + JSDocParameterTag = 347, + JSDocReturnTag = 348, + JSDocThisTag = 349, + JSDocTypeTag = 350, + JSDocTemplateTag = 351, + JSDocTypedefTag = 352, + JSDocSeeTag = 353, + JSDocPropertyTag = 354, + JSDocThrowsTag = 355, + JSDocSatisfiesTag = 356, + SyntaxList = 357, + NotEmittedStatement = 358, + PartiallyEmittedExpression = 359, + CommaListExpression = 360, + MergeDeclarationMarker = 361, + EndOfDeclarationMarker = 362, + SyntheticReferenceExpression = 363, + Count = 364, + FirstAssignment = 64, + LastAssignment = 79, + FirstCompoundAssignment = 65, + LastCompoundAssignment = 79, + FirstReservedWord = 83, + LastReservedWord = 118, + FirstKeyword = 83, + LastKeyword = 164, + FirstFutureReservedWord = 119, + LastFutureReservedWord = 127, + FirstTypeNode = 181, + LastTypeNode = 204, + FirstPunctuation = 19, + LastPunctuation = 79, FirstToken = 0, - LastToken = 163, + LastToken = 164, FirstTriviaToken = 2, LastTriviaToken = 7, - FirstLiteralToken = 8, - LastLiteralToken = 14, - FirstTemplateToken = 14, - LastTemplateToken = 17, - FirstBinaryOperator = 29, - LastBinaryOperator = 78, - FirstStatement = 241, - LastStatement = 257, - FirstNode = 164, - FirstJSDocNode = 313, - LastJSDocNode = 354, - FirstJSDocTagNode = 331, - LastJSDocTagNode = 354 + FirstLiteralToken = 9, + LastLiteralToken = 15, + FirstTemplateToken = 15, + LastTemplateToken = 18, + FirstBinaryOperator = 30, + LastBinaryOperator = 79, + FirstStatement = 242, + LastStatement = 258, + FirstNode = 165, + FirstJSDocNode = 315, + LastJSDocNode = 356, + FirstJSDocTagNode = 333, + LastJSDocTagNode = 356 } type TriviaSyntaxKind = SyntaxKind.SingleLineCommentTrivia | SyntaxKind.MultiLineCommentTrivia | SyntaxKind.NewLineTrivia | SyntaxKind.WhitespaceTrivia | SyntaxKind.ShebangTrivia | SyntaxKind.ConflictMarkerTrivia; type LiteralSyntaxKind = SyntaxKind.NumericLiteral | SyntaxKind.BigIntLiteral | SyntaxKind.StringLiteral | SyntaxKind.JsxText | SyntaxKind.JsxTextAllWhiteSpaces | SyntaxKind.RegularExpressionLiteral | SyntaxKind.NoSubstitutionTemplateLiteral; @@ -1347,14 +1349,21 @@ declare namespace ts { } type JsxOpeningLikeElement = JsxSelfClosingElement | JsxOpeningElement; type JsxAttributeLike = JsxAttribute | JsxSpreadAttribute; - type JsxTagNameExpression = Identifier | ThisExpression | JsxTagNamePropertyAccess; + type JsxAttributeName = Identifier | JsxNamespacedName; + type JsxTagNameExpression = Identifier | ThisExpression | JsxTagNamePropertyAccess | JsxNamespacedName; interface JsxTagNamePropertyAccess extends PropertyAccessExpression { readonly expression: JsxTagNameExpression; } - interface JsxAttributes extends ObjectLiteralExpressionBase { + interface JsxAttributes extends PrimaryExpression, Declaration { + readonly properties: NodeArray; readonly kind: SyntaxKind.JsxAttributes; readonly parent: JsxOpeningLikeElement; } + interface JsxNamespacedName extends PrimaryExpression { + readonly kind: SyntaxKind.JsxNamespacedName; + readonly name: Identifier; + readonly namespace: Identifier; + } interface JsxOpeningElement extends Expression { readonly kind: SyntaxKind.JsxOpeningElement; readonly parent: JsxElement; @@ -1382,15 +1391,16 @@ declare namespace ts { readonly kind: SyntaxKind.JsxClosingFragment; readonly parent: JsxFragment; } - interface JsxAttribute extends ObjectLiteralElement { + interface JsxAttribute extends Declaration { readonly kind: SyntaxKind.JsxAttribute; readonly parent: JsxAttributes; - readonly name: Identifier; + readonly name: JsxAttributeName; readonly initializer?: JsxAttributeValue; } type JsxAttributeValue = StringLiteral | JsxExpression | JsxElement | JsxSelfClosingElement | JsxFragment; interface JsxSpreadAttribute extends ObjectLiteralElement { readonly kind: SyntaxKind.JsxSpreadAttribute; + readonly name: PropertyName; readonly parent: JsxAttributes; readonly expression: Expression; } @@ -3927,14 +3937,16 @@ declare namespace ts { createJsxOpeningFragment(): JsxOpeningFragment; createJsxJsxClosingFragment(): JsxClosingFragment; updateJsxFragment(node: JsxFragment, openingFragment: JsxOpeningFragment, children: readonly JsxChild[], closingFragment: JsxClosingFragment): JsxFragment; - createJsxAttribute(name: Identifier, initializer: JsxAttributeValue | undefined): JsxAttribute; - updateJsxAttribute(node: JsxAttribute, name: Identifier, initializer: JsxAttributeValue | undefined): JsxAttribute; + createJsxAttribute(name: JsxAttributeName, initializer: JsxAttributeValue | undefined): JsxAttribute; + updateJsxAttribute(node: JsxAttribute, name: JsxAttributeName, initializer: JsxAttributeValue | undefined): JsxAttribute; createJsxAttributes(properties: readonly JsxAttributeLike[]): JsxAttributes; updateJsxAttributes(node: JsxAttributes, properties: readonly JsxAttributeLike[]): JsxAttributes; createJsxSpreadAttribute(expression: Expression): JsxSpreadAttribute; updateJsxSpreadAttribute(node: JsxSpreadAttribute, expression: Expression): JsxSpreadAttribute; createJsxExpression(dotDotDotToken: DotDotDotToken | undefined, expression: Expression | undefined): JsxExpression; updateJsxExpression(node: JsxExpression, expression: Expression | undefined): JsxExpression; + createJsxNamespacedName(namespace: Identifier, name: Identifier): JsxNamespacedName; + updateJsxNamespacedName(node: JsxNamespacedName, namespace: Identifier, name: Identifier): JsxNamespacedName; createCaseClause(expression: Expression, statements: readonly Statement[]): CaseClause; updateCaseClause(node: CaseClause, expression: Expression, statements: readonly Statement[]): CaseClause; createDefaultClause(statements: readonly Statement[]): DefaultClause; @@ -5005,6 +5017,7 @@ declare namespace ts { function isJsxAttributes(node: Node): node is JsxAttributes; function isJsxSpreadAttribute(node: Node): node is JsxSpreadAttribute; function isJsxExpression(node: Node): node is JsxExpression; + function isJsxNamespacedName(node: Node): node is JsxNamespacedName; function isCaseClause(node: Node): node is CaseClause; function isDefaultClause(node: Node): node is DefaultClause; function isHeritageClause(node: Node): node is HeritageClause; @@ -5847,6 +5860,14 @@ declare namespace ts { emit(writeFile?: WriteFileCallback, customTransformers?: CustomTransformers): EmitResult | BuildInvalidedProject | undefined; } type InvalidatedProject = UpdateOutputFileStampsProject | BuildInvalidedProject | UpdateBundleProject; + namespace JsTyping { + interface TypingResolutionHost { + directoryExists(path: string): boolean; + fileExists(fileName: string): boolean; + readFile(path: string, encoding?: string): string | undefined; + readDirectory(rootDir: string, extensions: readonly string[], excludes: readonly string[] | undefined, includes: readonly string[] | undefined, depth?: number): string[]; + } + } namespace server { type ActionSet = "action::set"; type ActionInvalidate = "action::invalidate"; @@ -5912,6 +5933,14 @@ declare namespace ts { readonly kind: EventEndInstallTypes; readonly installSuccess: boolean; } + interface InstallTypingHost extends JsTyping.TypingResolutionHost { + useCaseSensitiveFileNames: boolean; + writeFile(path: string, content: string): void; + createDirectory(path: string): void; + getCurrentDirectory?(): string; + watchFile?(path: string, callback: FileWatcherCallback, pollingInterval?: number, options?: WatchOptions): FileWatcher; + watchDirectory?(path: string, callback: DirectoryWatcherCallback, recursive?: boolean, options?: WatchOptions): FileWatcher; + } interface SetTypings extends ProjectResponse { readonly typeAcquisition: TypeAcquisition; readonly compilerOptions: CompilerOptions; @@ -6155,6 +6184,7 @@ declare namespace ts { * Editors should call this after `>` is typed. */ getJsxClosingTagAtPosition(fileName: string, position: number): JsxClosingTagInfo | undefined; + getLinkedEditingRangeAtPosition(fileName: string, position: number): LinkedEditingInfo | undefined; getSpanOfEnclosingComment(fileName: string, position: number, onlyMultiLine: boolean): TextSpan | undefined; toLineColumnOffset?(fileName: string, position: number): LineAndCharacter; getCodeFixesAtPosition(fileName: string, start: number, end: number, errorCodes: readonly number[], formatOptions: FormatCodeSettings, preferences: UserPreferences): readonly CodeFixAction[]; @@ -6184,6 +6214,10 @@ declare namespace ts { interface JsxClosingTagInfo { readonly newText: string; } + interface LinkedEditingInfo { + readonly ranges: TextSpan[]; + wordPattern?: string; + } interface CombinedCodeFixScope { type: "file"; fileName: string; @@ -6572,6 +6606,7 @@ declare namespace ts { readonly insertSpaceBeforeTypeAnnotation?: boolean; readonly indentMultiLineObjectLiteralBeginningOnBlankLine?: boolean; readonly semicolons?: SemicolonPreference; + readonly indentSwitchCase?: boolean; } interface DefinitionInfo extends DocumentSpan { kind: ScriptElementKind; diff --git a/tests/baselines/reference/assignmentCompatWithDiscriminatedUnion.errors.txt b/tests/baselines/reference/assignmentCompatWithDiscriminatedUnion.errors.txt index 1479d824429a1..130b836d052a1 100644 --- a/tests/baselines/reference/assignmentCompatWithDiscriminatedUnion.errors.txt +++ b/tests/baselines/reference/assignmentCompatWithDiscriminatedUnion.errors.txt @@ -1,15 +1,13 @@ tests/cases/conformance/types/typeRelationships/assignmentCompatibility/assignmentCompatWithDiscriminatedUnion.ts(44,5): error TS2322: Type 'S' is not assignable to type 'T'. - Type 'S' is not assignable to type '{ a: 2; b: 3; }'. - Types of property 'a' are incompatible. - Type '0 | 2' is not assignable to type '2'. - Type '0' is not assignable to type '2'. + Type 'S' is not assignable to type '{ a: 0; b: 4 | 1; } | { a: 1; b: 2 | 4; }'. + Type 'S' is not assignable to type '{ a: 1; b: 2 | 4; }'. + Types of property 'a' are incompatible. + Type '0 | 2' is not assignable to type '1'. + Type '0' is not assignable to type '1'. tests/cases/conformance/types/typeRelationships/assignmentCompatibility/assignmentCompatWithDiscriminatedUnion.ts(58,5): error TS2322: Type 'S' is not assignable to type 'T'. - Property 'c' is missing in type 'S' but required in type '{ a: 2; b: 4 | 3; c: string; }'. + Type 'S' is not assignable to type '{ a: 0; b: 4 | 1; } | { a: 2; b: 4 | 3; c: string; }'. + Property 'c' is missing in type 'S' but required in type '{ a: 2; b: 4 | 3; c: string; }'. tests/cases/conformance/types/typeRelationships/assignmentCompatibility/assignmentCompatWithDiscriminatedUnion.ts(82,5): error TS2322: Type 'S' is not assignable to type 'T'. - Type 'S' is not assignable to type '{ a: N; b: N; c: 2; }'. - Types of property 'c' are incompatible. - Type 'N' is not assignable to type '2'. - Type '0' is not assignable to type '2'. ==== tests/cases/conformance/types/typeRelationships/assignmentCompatibility/assignmentCompatWithDiscriminatedUnion.ts (3 errors) ==== @@ -59,10 +57,11 @@ tests/cases/conformance/types/typeRelationships/assignmentCompatibility/assignme t = s; ~ !!! error TS2322: Type 'S' is not assignable to type 'T'. -!!! error TS2322: Type 'S' is not assignable to type '{ a: 2; b: 3; }'. -!!! error TS2322: Types of property 'a' are incompatible. -!!! error TS2322: Type '0 | 2' is not assignable to type '2'. -!!! error TS2322: Type '0' is not assignable to type '2'. +!!! error TS2322: Type 'S' is not assignable to type '{ a: 0; b: 4 | 1; } | { a: 1; b: 2 | 4; }'. +!!! error TS2322: Type 'S' is not assignable to type '{ a: 1; b: 2 | 4; }'. +!!! error TS2322: Types of property 'a' are incompatible. +!!! error TS2322: Type '0 | 2' is not assignable to type '1'. +!!! error TS2322: Type '0' is not assignable to type '1'. } // Unmatched non-discriminants @@ -79,7 +78,8 @@ tests/cases/conformance/types/typeRelationships/assignmentCompatibility/assignme t = s; ~ !!! error TS2322: Type 'S' is not assignable to type 'T'. -!!! error TS2322: Property 'c' is missing in type 'S' but required in type '{ a: 2; b: 4 | 3; c: string; }'. +!!! error TS2322: Type 'S' is not assignable to type '{ a: 0; b: 4 | 1; } | { a: 2; b: 4 | 3; c: string; }'. +!!! error TS2322: Property 'c' is missing in type 'S' but required in type '{ a: 2; b: 4 | 3; c: string; }'. !!! related TS2728 tests/cases/conformance/types/typeRelationships/assignmentCompatibility/assignmentCompatWithDiscriminatedUnion.ts:52:36: 'c' is declared here. } @@ -107,10 +107,6 @@ tests/cases/conformance/types/typeRelationships/assignmentCompatibility/assignme t = s; ~ !!! error TS2322: Type 'S' is not assignable to type 'T'. -!!! error TS2322: Type 'S' is not assignable to type '{ a: N; b: N; c: 2; }'. -!!! error TS2322: Types of property 'c' are incompatible. -!!! error TS2322: Type 'N' is not assignable to type '2'. -!!! error TS2322: Type '0' is not assignable to type '2'. } // https://github.com/Microsoft/TypeScript/issues/14865 diff --git a/tests/baselines/reference/blockScopedEnumVariablesUseBeforeDef_preserve.errors.txt b/tests/baselines/reference/blockScopedEnumVariablesUseBeforeDef_preserve.errors.txt index 6874d401f0b70..f4156d3cdc208 100644 --- a/tests/baselines/reference/blockScopedEnumVariablesUseBeforeDef_preserve.errors.txt +++ b/tests/baselines/reference/blockScopedEnumVariablesUseBeforeDef_preserve.errors.txt @@ -1,8 +1,7 @@ tests/cases/compiler/blockScopedEnumVariablesUseBeforeDef_preserve.ts(2,12): error TS2450: Enum 'E' used before its declaration. -tests/cases/compiler/blockScopedEnumVariablesUseBeforeDef_preserve.ts(7,12): error TS2450: Enum 'E' used before its declaration. -==== tests/cases/compiler/blockScopedEnumVariablesUseBeforeDef_preserve.ts (2 errors) ==== +==== tests/cases/compiler/blockScopedEnumVariablesUseBeforeDef_preserve.ts (1 errors) ==== function foo1() { return E.A ~ @@ -13,8 +12,14 @@ tests/cases/compiler/blockScopedEnumVariablesUseBeforeDef_preserve.ts(7,12): err function foo2() { return E.A - ~ -!!! error TS2450: Enum 'E' used before its declaration. -!!! related TS2728 tests/cases/compiler/blockScopedEnumVariablesUseBeforeDef_preserve.ts:8:16: 'E' is declared here. const enum E { A } - } \ No newline at end of file + } + + const config = { + a: AfterObject.A, + }; + + const enum AfterObject { + A = 2, + } + \ No newline at end of file diff --git a/tests/baselines/reference/blockScopedEnumVariablesUseBeforeDef_preserve.js b/tests/baselines/reference/blockScopedEnumVariablesUseBeforeDef_preserve.js index f9ef662699d5b..b18e58d84a62b 100644 --- a/tests/baselines/reference/blockScopedEnumVariablesUseBeforeDef_preserve.js +++ b/tests/baselines/reference/blockScopedEnumVariablesUseBeforeDef_preserve.js @@ -7,7 +7,16 @@ function foo1() { function foo2() { return E.A const enum E { A } -} +} + +const config = { + a: AfterObject.A, +}; + +const enum AfterObject { + A = 2, +} + //// [blockScopedEnumVariablesUseBeforeDef_preserve.js] function foo1() { @@ -24,3 +33,10 @@ function foo2() { E[E["A"] = 0] = "A"; })(E || (E = {})); } +var config = { + a: 2 /* AfterObject.A */, +}; +var AfterObject; +(function (AfterObject) { + AfterObject[AfterObject["A"] = 2] = "A"; +})(AfterObject || (AfterObject = {})); diff --git a/tests/baselines/reference/blockScopedEnumVariablesUseBeforeDef_preserve.symbols b/tests/baselines/reference/blockScopedEnumVariablesUseBeforeDef_preserve.symbols index b76089c0a0f54..2191942357266 100644 --- a/tests/baselines/reference/blockScopedEnumVariablesUseBeforeDef_preserve.symbols +++ b/tests/baselines/reference/blockScopedEnumVariablesUseBeforeDef_preserve.symbols @@ -24,3 +24,22 @@ function foo2() { >E : Symbol(E, Decl(blockScopedEnumVariablesUseBeforeDef_preserve.ts, 6, 14)) >A : Symbol(E.A, Decl(blockScopedEnumVariablesUseBeforeDef_preserve.ts, 7, 18)) } + +const config = { +>config : Symbol(config, Decl(blockScopedEnumVariablesUseBeforeDef_preserve.ts, 10, 5)) + + a: AfterObject.A, +>a : Symbol(a, Decl(blockScopedEnumVariablesUseBeforeDef_preserve.ts, 10, 16)) +>AfterObject.A : Symbol(AfterObject.A, Decl(blockScopedEnumVariablesUseBeforeDef_preserve.ts, 14, 24)) +>AfterObject : Symbol(AfterObject, Decl(blockScopedEnumVariablesUseBeforeDef_preserve.ts, 12, 2)) +>A : Symbol(AfterObject.A, Decl(blockScopedEnumVariablesUseBeforeDef_preserve.ts, 14, 24)) + +}; + +const enum AfterObject { +>AfterObject : Symbol(AfterObject, Decl(blockScopedEnumVariablesUseBeforeDef_preserve.ts, 12, 2)) + + A = 2, +>A : Symbol(AfterObject.A, Decl(blockScopedEnumVariablesUseBeforeDef_preserve.ts, 14, 24)) +} + diff --git a/tests/baselines/reference/blockScopedEnumVariablesUseBeforeDef_preserve.types b/tests/baselines/reference/blockScopedEnumVariablesUseBeforeDef_preserve.types index 29ca892b1d745..1eb9e1697f8f5 100644 --- a/tests/baselines/reference/blockScopedEnumVariablesUseBeforeDef_preserve.types +++ b/tests/baselines/reference/blockScopedEnumVariablesUseBeforeDef_preserve.types @@ -24,3 +24,24 @@ function foo2() { >E : E >A : E.A } + +const config = { +>config : { a: AfterObject; } +>{ a: AfterObject.A,} : { a: AfterObject; } + + a: AfterObject.A, +>a : AfterObject +>AfterObject.A : AfterObject +>AfterObject : typeof AfterObject +>A : AfterObject + +}; + +const enum AfterObject { +>AfterObject : AfterObject + + A = 2, +>A : AfterObject.A +>2 : 2 +} + diff --git a/tests/baselines/reference/canWatch/canWatchAffectingLocationDos.baseline.md b/tests/baselines/reference/canWatch/canWatchAffectingLocationDos.baseline.md index d77e238d961d8..0926e302509b0 100644 --- a/tests/baselines/reference/canWatch/canWatchAffectingLocationDos.baseline.md +++ b/tests/baselines/reference/canWatch/canWatchAffectingLocationDos.baseline.md @@ -4,1804 +4,6 @@ Determines if package.json that was found during module resolution and change in ## Testing for Dos root: c:/ -## RootDirForResolution: c:/ - -Root: c: - -| File | canWatchAffectingLocation | -| ----------------------------------------------------------------------------------- | ------------------------- | -| c:/package.json | false | -| c:/folderAtRoot/package.json | true | -| c:/folderAtRoot/folder1/package.json | true | -| c:/folderAtRoot/folder1/folder2/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/users/package.json | false | -| c:/users/username/package.json | false | -| c:/users/username/folderAtRoot/package.json | true | -| c:/users/username/folderAtRoot/folder1/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/user/package.json | true | -| c:/user/username/package.json | true | -| c:/user/username/folderAtRoot/package.json | true | -| c:/user/username/folderAtRoot/folder1/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/usr/package.json | true | -| c:/usr/username/package.json | true | -| c:/usr/username/folderAtRoot/package.json | true | -| c:/usr/username/folderAtRoot/folder1/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/home/package.json | true | -| c:/home/username/package.json | true | -| c:/home/username/folderAtRoot/package.json | true | -| c:/home/username/folderAtRoot/folder1/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: c:/folderAtRoot - -Root: c:/folderAtRoot - -| File | canWatchAffectingLocation | -| ----------------------------------------------------------------------------------- | ------------------------- | -| c:/package.json | false | -| c:/folderAtRoot/package.json | true | -| c:/folderAtRoot/folder1/package.json | true | -| c:/folderAtRoot/folder1/folder2/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/users/package.json | false | -| c:/users/username/package.json | false | -| c:/users/username/folderAtRoot/package.json | true | -| c:/users/username/folderAtRoot/folder1/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/user/package.json | true | -| c:/user/username/package.json | true | -| c:/user/username/folderAtRoot/package.json | true | -| c:/user/username/folderAtRoot/folder1/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/usr/package.json | true | -| c:/usr/username/package.json | true | -| c:/usr/username/folderAtRoot/package.json | true | -| c:/usr/username/folderAtRoot/folder1/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/home/package.json | true | -| c:/home/username/package.json | true | -| c:/home/username/folderAtRoot/package.json | true | -| c:/home/username/folderAtRoot/folder1/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: c:/folderAtRoot/folder1 - -Root: c:/folderAtRoot/folder1 - -| File | canWatchAffectingLocation | -| ----------------------------------------------------------------------------------- | ------------------------- | -| c:/package.json | false | -| c:/folderAtRoot/package.json | true | -| c:/folderAtRoot/folder1/package.json | true | -| c:/folderAtRoot/folder1/folder2/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/users/package.json | false | -| c:/users/username/package.json | false | -| c:/users/username/folderAtRoot/package.json | true | -| c:/users/username/folderAtRoot/folder1/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/user/package.json | true | -| c:/user/username/package.json | true | -| c:/user/username/folderAtRoot/package.json | true | -| c:/user/username/folderAtRoot/folder1/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/usr/package.json | true | -| c:/usr/username/package.json | true | -| c:/usr/username/folderAtRoot/package.json | true | -| c:/usr/username/folderAtRoot/folder1/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/home/package.json | true | -| c:/home/username/package.json | true | -| c:/home/username/folderAtRoot/package.json | true | -| c:/home/username/folderAtRoot/folder1/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: c:/folderAtRoot/folder1/folder2 - -Root: c:/folderAtRoot/folder1/folder2 - -| File | canWatchAffectingLocation | -| ----------------------------------------------------------------------------------- | ------------------------- | -| c:/package.json | false | -| c:/folderAtRoot/package.json | true | -| c:/folderAtRoot/folder1/package.json | true | -| c:/folderAtRoot/folder1/folder2/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/users/package.json | false | -| c:/users/username/package.json | false | -| c:/users/username/folderAtRoot/package.json | true | -| c:/users/username/folderAtRoot/folder1/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/user/package.json | true | -| c:/user/username/package.json | true | -| c:/user/username/folderAtRoot/package.json | true | -| c:/user/username/folderAtRoot/folder1/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/usr/package.json | true | -| c:/usr/username/package.json | true | -| c:/usr/username/folderAtRoot/package.json | true | -| c:/usr/username/folderAtRoot/folder1/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/home/package.json | true | -| c:/home/username/package.json | true | -| c:/home/username/folderAtRoot/package.json | true | -| c:/home/username/folderAtRoot/folder1/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: c:/folderAtRoot/folder1/folder2/folder3 - -Root: c:/folderAtRoot/folder1/folder2/folder3 - -| File | canWatchAffectingLocation | -| ----------------------------------------------------------------------------------- | ------------------------- | -| c:/package.json | false | -| c:/folderAtRoot/package.json | true | -| c:/folderAtRoot/folder1/package.json | true | -| c:/folderAtRoot/folder1/folder2/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/users/package.json | false | -| c:/users/username/package.json | false | -| c:/users/username/folderAtRoot/package.json | true | -| c:/users/username/folderAtRoot/folder1/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/user/package.json | true | -| c:/user/username/package.json | true | -| c:/user/username/folderAtRoot/package.json | true | -| c:/user/username/folderAtRoot/folder1/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/usr/package.json | true | -| c:/usr/username/package.json | true | -| c:/usr/username/folderAtRoot/package.json | true | -| c:/usr/username/folderAtRoot/folder1/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/home/package.json | true | -| c:/home/username/package.json | true | -| c:/home/username/folderAtRoot/package.json | true | -| c:/home/username/folderAtRoot/folder1/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: c:/folderAtRoot/folder1/folder2/folder3/folder4 - -Root: c:/folderAtRoot/folder1/folder2/folder3/folder4 - -| File | canWatchAffectingLocation | -| ----------------------------------------------------------------------------------- | ------------------------- | -| c:/package.json | false | -| c:/folderAtRoot/package.json | true | -| c:/folderAtRoot/folder1/package.json | true | -| c:/folderAtRoot/folder1/folder2/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/users/package.json | false | -| c:/users/username/package.json | false | -| c:/users/username/folderAtRoot/package.json | true | -| c:/users/username/folderAtRoot/folder1/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/user/package.json | true | -| c:/user/username/package.json | true | -| c:/user/username/folderAtRoot/package.json | true | -| c:/user/username/folderAtRoot/folder1/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/usr/package.json | true | -| c:/usr/username/package.json | true | -| c:/usr/username/folderAtRoot/package.json | true | -| c:/usr/username/folderAtRoot/folder1/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/home/package.json | true | -| c:/home/username/package.json | true | -| c:/home/username/folderAtRoot/package.json | true | -| c:/home/username/folderAtRoot/folder1/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - -Root: c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - -| File | canWatchAffectingLocation | -| ----------------------------------------------------------------------------------- | ------------------------- | -| c:/package.json | false | -| c:/folderAtRoot/package.json | true | -| c:/folderAtRoot/folder1/package.json | true | -| c:/folderAtRoot/folder1/folder2/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/users/package.json | false | -| c:/users/username/package.json | false | -| c:/users/username/folderAtRoot/package.json | true | -| c:/users/username/folderAtRoot/folder1/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/user/package.json | true | -| c:/user/username/package.json | true | -| c:/user/username/folderAtRoot/package.json | true | -| c:/user/username/folderAtRoot/folder1/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/usr/package.json | true | -| c:/usr/username/package.json | true | -| c:/usr/username/folderAtRoot/package.json | true | -| c:/usr/username/folderAtRoot/folder1/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/home/package.json | true | -| c:/home/username/package.json | true | -| c:/home/username/folderAtRoot/package.json | true | -| c:/home/username/folderAtRoot/folder1/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: c:/users - -Root: c:/users - -| File | canWatchAffectingLocation | -| ----------------------------------------------------------------------------------- | ------------------------- | -| c:/package.json | false | -| c:/folderAtRoot/package.json | true | -| c:/folderAtRoot/folder1/package.json | true | -| c:/folderAtRoot/folder1/folder2/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/users/package.json | false | -| c:/users/username/package.json | false | -| c:/users/username/folderAtRoot/package.json | true | -| c:/users/username/folderAtRoot/folder1/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/user/package.json | true | -| c:/user/username/package.json | true | -| c:/user/username/folderAtRoot/package.json | true | -| c:/user/username/folderAtRoot/folder1/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/usr/package.json | true | -| c:/usr/username/package.json | true | -| c:/usr/username/folderAtRoot/package.json | true | -| c:/usr/username/folderAtRoot/folder1/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/home/package.json | true | -| c:/home/username/package.json | true | -| c:/home/username/folderAtRoot/package.json | true | -| c:/home/username/folderAtRoot/folder1/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: c:/users/username - -Root: c:/users/username - -| File | canWatchAffectingLocation | -| ----------------------------------------------------------------------------------- | ------------------------- | -| c:/package.json | false | -| c:/folderAtRoot/package.json | true | -| c:/folderAtRoot/folder1/package.json | true | -| c:/folderAtRoot/folder1/folder2/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/users/package.json | false | -| c:/users/username/package.json | false | -| c:/users/username/folderAtRoot/package.json | true | -| c:/users/username/folderAtRoot/folder1/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/user/package.json | true | -| c:/user/username/package.json | true | -| c:/user/username/folderAtRoot/package.json | true | -| c:/user/username/folderAtRoot/folder1/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/usr/package.json | true | -| c:/usr/username/package.json | true | -| c:/usr/username/folderAtRoot/package.json | true | -| c:/usr/username/folderAtRoot/folder1/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/home/package.json | true | -| c:/home/username/package.json | true | -| c:/home/username/folderAtRoot/package.json | true | -| c:/home/username/folderAtRoot/folder1/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: c:/users/username/folderAtRoot - -Root: c:/users/username/folderAtRoot - -| File | canWatchAffectingLocation | -| ----------------------------------------------------------------------------------- | ------------------------- | -| c:/package.json | false | -| c:/folderAtRoot/package.json | true | -| c:/folderAtRoot/folder1/package.json | true | -| c:/folderAtRoot/folder1/folder2/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/users/package.json | false | -| c:/users/username/package.json | false | -| c:/users/username/folderAtRoot/package.json | true | -| c:/users/username/folderAtRoot/folder1/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/user/package.json | true | -| c:/user/username/package.json | true | -| c:/user/username/folderAtRoot/package.json | true | -| c:/user/username/folderAtRoot/folder1/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/usr/package.json | true | -| c:/usr/username/package.json | true | -| c:/usr/username/folderAtRoot/package.json | true | -| c:/usr/username/folderAtRoot/folder1/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/home/package.json | true | -| c:/home/username/package.json | true | -| c:/home/username/folderAtRoot/package.json | true | -| c:/home/username/folderAtRoot/folder1/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: c:/users/username/folderAtRoot/folder1 - -Root: c:/users/username/folderAtRoot/folder1 - -| File | canWatchAffectingLocation | -| ----------------------------------------------------------------------------------- | ------------------------- | -| c:/package.json | false | -| c:/folderAtRoot/package.json | true | -| c:/folderAtRoot/folder1/package.json | true | -| c:/folderAtRoot/folder1/folder2/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/users/package.json | false | -| c:/users/username/package.json | false | -| c:/users/username/folderAtRoot/package.json | true | -| c:/users/username/folderAtRoot/folder1/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/user/package.json | true | -| c:/user/username/package.json | true | -| c:/user/username/folderAtRoot/package.json | true | -| c:/user/username/folderAtRoot/folder1/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/usr/package.json | true | -| c:/usr/username/package.json | true | -| c:/usr/username/folderAtRoot/package.json | true | -| c:/usr/username/folderAtRoot/folder1/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/home/package.json | true | -| c:/home/username/package.json | true | -| c:/home/username/folderAtRoot/package.json | true | -| c:/home/username/folderAtRoot/folder1/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: c:/users/username/folderAtRoot/folder1/folder2 - -Root: c:/users/username/folderAtRoot/folder1/folder2 - -| File | canWatchAffectingLocation | -| ----------------------------------------------------------------------------------- | ------------------------- | -| c:/package.json | false | -| c:/folderAtRoot/package.json | true | -| c:/folderAtRoot/folder1/package.json | true | -| c:/folderAtRoot/folder1/folder2/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/users/package.json | false | -| c:/users/username/package.json | false | -| c:/users/username/folderAtRoot/package.json | true | -| c:/users/username/folderAtRoot/folder1/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/user/package.json | true | -| c:/user/username/package.json | true | -| c:/user/username/folderAtRoot/package.json | true | -| c:/user/username/folderAtRoot/folder1/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/usr/package.json | true | -| c:/usr/username/package.json | true | -| c:/usr/username/folderAtRoot/package.json | true | -| c:/usr/username/folderAtRoot/folder1/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/home/package.json | true | -| c:/home/username/package.json | true | -| c:/home/username/folderAtRoot/package.json | true | -| c:/home/username/folderAtRoot/folder1/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: c:/users/username/folderAtRoot/folder1/folder2/folder3 - -Root: c:/users/username/folderAtRoot/folder1/folder2/folder3 - -| File | canWatchAffectingLocation | -| ----------------------------------------------------------------------------------- | ------------------------- | -| c:/package.json | false | -| c:/folderAtRoot/package.json | true | -| c:/folderAtRoot/folder1/package.json | true | -| c:/folderAtRoot/folder1/folder2/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/users/package.json | false | -| c:/users/username/package.json | false | -| c:/users/username/folderAtRoot/package.json | true | -| c:/users/username/folderAtRoot/folder1/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/user/package.json | true | -| c:/user/username/package.json | true | -| c:/user/username/folderAtRoot/package.json | true | -| c:/user/username/folderAtRoot/folder1/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/usr/package.json | true | -| c:/usr/username/package.json | true | -| c:/usr/username/folderAtRoot/package.json | true | -| c:/usr/username/folderAtRoot/folder1/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/home/package.json | true | -| c:/home/username/package.json | true | -| c:/home/username/folderAtRoot/package.json | true | -| c:/home/username/folderAtRoot/folder1/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4 - -Root: c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4 - -| File | canWatchAffectingLocation | -| ----------------------------------------------------------------------------------- | ------------------------- | -| c:/package.json | false | -| c:/folderAtRoot/package.json | true | -| c:/folderAtRoot/folder1/package.json | true | -| c:/folderAtRoot/folder1/folder2/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/users/package.json | false | -| c:/users/username/package.json | false | -| c:/users/username/folderAtRoot/package.json | true | -| c:/users/username/folderAtRoot/folder1/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/user/package.json | true | -| c:/user/username/package.json | true | -| c:/user/username/folderAtRoot/package.json | true | -| c:/user/username/folderAtRoot/folder1/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/usr/package.json | true | -| c:/usr/username/package.json | true | -| c:/usr/username/folderAtRoot/package.json | true | -| c:/usr/username/folderAtRoot/folder1/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/home/package.json | true | -| c:/home/username/package.json | true | -| c:/home/username/folderAtRoot/package.json | true | -| c:/home/username/folderAtRoot/folder1/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - -Root: c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - -| File | canWatchAffectingLocation | -| ----------------------------------------------------------------------------------- | ------------------------- | -| c:/package.json | false | -| c:/folderAtRoot/package.json | true | -| c:/folderAtRoot/folder1/package.json | true | -| c:/folderAtRoot/folder1/folder2/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/users/package.json | false | -| c:/users/username/package.json | false | -| c:/users/username/folderAtRoot/package.json | true | -| c:/users/username/folderAtRoot/folder1/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/user/package.json | true | -| c:/user/username/package.json | true | -| c:/user/username/folderAtRoot/package.json | true | -| c:/user/username/folderAtRoot/folder1/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/usr/package.json | true | -| c:/usr/username/package.json | true | -| c:/usr/username/folderAtRoot/package.json | true | -| c:/usr/username/folderAtRoot/folder1/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/home/package.json | true | -| c:/home/username/package.json | true | -| c:/home/username/folderAtRoot/package.json | true | -| c:/home/username/folderAtRoot/folder1/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: c:/user - -Root: c:/user - -| File | canWatchAffectingLocation | -| ----------------------------------------------------------------------------------- | ------------------------- | -| c:/package.json | false | -| c:/folderAtRoot/package.json | true | -| c:/folderAtRoot/folder1/package.json | true | -| c:/folderAtRoot/folder1/folder2/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/users/package.json | false | -| c:/users/username/package.json | false | -| c:/users/username/folderAtRoot/package.json | true | -| c:/users/username/folderAtRoot/folder1/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/user/package.json | true | -| c:/user/username/package.json | true | -| c:/user/username/folderAtRoot/package.json | true | -| c:/user/username/folderAtRoot/folder1/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/usr/package.json | true | -| c:/usr/username/package.json | true | -| c:/usr/username/folderAtRoot/package.json | true | -| c:/usr/username/folderAtRoot/folder1/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/home/package.json | true | -| c:/home/username/package.json | true | -| c:/home/username/folderAtRoot/package.json | true | -| c:/home/username/folderAtRoot/folder1/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: c:/user/username - -Root: c:/user/username - -| File | canWatchAffectingLocation | -| ----------------------------------------------------------------------------------- | ------------------------- | -| c:/package.json | false | -| c:/folderAtRoot/package.json | true | -| c:/folderAtRoot/folder1/package.json | true | -| c:/folderAtRoot/folder1/folder2/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/users/package.json | false | -| c:/users/username/package.json | false | -| c:/users/username/folderAtRoot/package.json | true | -| c:/users/username/folderAtRoot/folder1/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/user/package.json | true | -| c:/user/username/package.json | true | -| c:/user/username/folderAtRoot/package.json | true | -| c:/user/username/folderAtRoot/folder1/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/usr/package.json | true | -| c:/usr/username/package.json | true | -| c:/usr/username/folderAtRoot/package.json | true | -| c:/usr/username/folderAtRoot/folder1/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/home/package.json | true | -| c:/home/username/package.json | true | -| c:/home/username/folderAtRoot/package.json | true | -| c:/home/username/folderAtRoot/folder1/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: c:/user/username/folderAtRoot - -Root: c:/user/username/folderAtRoot - -| File | canWatchAffectingLocation | -| ----------------------------------------------------------------------------------- | ------------------------- | -| c:/package.json | false | -| c:/folderAtRoot/package.json | true | -| c:/folderAtRoot/folder1/package.json | true | -| c:/folderAtRoot/folder1/folder2/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/users/package.json | false | -| c:/users/username/package.json | false | -| c:/users/username/folderAtRoot/package.json | true | -| c:/users/username/folderAtRoot/folder1/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/user/package.json | true | -| c:/user/username/package.json | true | -| c:/user/username/folderAtRoot/package.json | true | -| c:/user/username/folderAtRoot/folder1/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/usr/package.json | true | -| c:/usr/username/package.json | true | -| c:/usr/username/folderAtRoot/package.json | true | -| c:/usr/username/folderAtRoot/folder1/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/home/package.json | true | -| c:/home/username/package.json | true | -| c:/home/username/folderAtRoot/package.json | true | -| c:/home/username/folderAtRoot/folder1/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: c:/user/username/folderAtRoot/folder1 - -Root: c:/user/username/folderAtRoot/folder1 - -| File | canWatchAffectingLocation | -| ----------------------------------------------------------------------------------- | ------------------------- | -| c:/package.json | false | -| c:/folderAtRoot/package.json | true | -| c:/folderAtRoot/folder1/package.json | true | -| c:/folderAtRoot/folder1/folder2/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/users/package.json | false | -| c:/users/username/package.json | false | -| c:/users/username/folderAtRoot/package.json | true | -| c:/users/username/folderAtRoot/folder1/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/user/package.json | true | -| c:/user/username/package.json | true | -| c:/user/username/folderAtRoot/package.json | true | -| c:/user/username/folderAtRoot/folder1/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/usr/package.json | true | -| c:/usr/username/package.json | true | -| c:/usr/username/folderAtRoot/package.json | true | -| c:/usr/username/folderAtRoot/folder1/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/home/package.json | true | -| c:/home/username/package.json | true | -| c:/home/username/folderAtRoot/package.json | true | -| c:/home/username/folderAtRoot/folder1/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: c:/user/username/folderAtRoot/folder1/folder2 - -Root: c:/user/username/folderAtRoot/folder1/folder2 - -| File | canWatchAffectingLocation | -| ----------------------------------------------------------------------------------- | ------------------------- | -| c:/package.json | false | -| c:/folderAtRoot/package.json | true | -| c:/folderAtRoot/folder1/package.json | true | -| c:/folderAtRoot/folder1/folder2/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/users/package.json | false | -| c:/users/username/package.json | false | -| c:/users/username/folderAtRoot/package.json | true | -| c:/users/username/folderAtRoot/folder1/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/user/package.json | true | -| c:/user/username/package.json | true | -| c:/user/username/folderAtRoot/package.json | true | -| c:/user/username/folderAtRoot/folder1/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/usr/package.json | true | -| c:/usr/username/package.json | true | -| c:/usr/username/folderAtRoot/package.json | true | -| c:/usr/username/folderAtRoot/folder1/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/home/package.json | true | -| c:/home/username/package.json | true | -| c:/home/username/folderAtRoot/package.json | true | -| c:/home/username/folderAtRoot/folder1/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: c:/user/username/folderAtRoot/folder1/folder2/folder3 - -Root: c:/user/username/folderAtRoot/folder1/folder2/folder3 - -| File | canWatchAffectingLocation | -| ----------------------------------------------------------------------------------- | ------------------------- | -| c:/package.json | false | -| c:/folderAtRoot/package.json | true | -| c:/folderAtRoot/folder1/package.json | true | -| c:/folderAtRoot/folder1/folder2/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/users/package.json | false | -| c:/users/username/package.json | false | -| c:/users/username/folderAtRoot/package.json | true | -| c:/users/username/folderAtRoot/folder1/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/user/package.json | true | -| c:/user/username/package.json | true | -| c:/user/username/folderAtRoot/package.json | true | -| c:/user/username/folderAtRoot/folder1/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/usr/package.json | true | -| c:/usr/username/package.json | true | -| c:/usr/username/folderAtRoot/package.json | true | -| c:/usr/username/folderAtRoot/folder1/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/home/package.json | true | -| c:/home/username/package.json | true | -| c:/home/username/folderAtRoot/package.json | true | -| c:/home/username/folderAtRoot/folder1/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4 - -Root: c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4 - -| File | canWatchAffectingLocation | -| ----------------------------------------------------------------------------------- | ------------------------- | -| c:/package.json | false | -| c:/folderAtRoot/package.json | true | -| c:/folderAtRoot/folder1/package.json | true | -| c:/folderAtRoot/folder1/folder2/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/users/package.json | false | -| c:/users/username/package.json | false | -| c:/users/username/folderAtRoot/package.json | true | -| c:/users/username/folderAtRoot/folder1/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/user/package.json | true | -| c:/user/username/package.json | true | -| c:/user/username/folderAtRoot/package.json | true | -| c:/user/username/folderAtRoot/folder1/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/usr/package.json | true | -| c:/usr/username/package.json | true | -| c:/usr/username/folderAtRoot/package.json | true | -| c:/usr/username/folderAtRoot/folder1/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/home/package.json | true | -| c:/home/username/package.json | true | -| c:/home/username/folderAtRoot/package.json | true | -| c:/home/username/folderAtRoot/folder1/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - -Root: c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - -| File | canWatchAffectingLocation | -| ----------------------------------------------------------------------------------- | ------------------------- | -| c:/package.json | false | -| c:/folderAtRoot/package.json | true | -| c:/folderAtRoot/folder1/package.json | true | -| c:/folderAtRoot/folder1/folder2/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/users/package.json | false | -| c:/users/username/package.json | false | -| c:/users/username/folderAtRoot/package.json | true | -| c:/users/username/folderAtRoot/folder1/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/user/package.json | true | -| c:/user/username/package.json | true | -| c:/user/username/folderAtRoot/package.json | true | -| c:/user/username/folderAtRoot/folder1/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/usr/package.json | true | -| c:/usr/username/package.json | true | -| c:/usr/username/folderAtRoot/package.json | true | -| c:/usr/username/folderAtRoot/folder1/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/home/package.json | true | -| c:/home/username/package.json | true | -| c:/home/username/folderAtRoot/package.json | true | -| c:/home/username/folderAtRoot/folder1/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: c:/usr - -Root: c:/usr - -| File | canWatchAffectingLocation | -| ----------------------------------------------------------------------------------- | ------------------------- | -| c:/package.json | false | -| c:/folderAtRoot/package.json | true | -| c:/folderAtRoot/folder1/package.json | true | -| c:/folderAtRoot/folder1/folder2/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/users/package.json | false | -| c:/users/username/package.json | false | -| c:/users/username/folderAtRoot/package.json | true | -| c:/users/username/folderAtRoot/folder1/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/user/package.json | true | -| c:/user/username/package.json | true | -| c:/user/username/folderAtRoot/package.json | true | -| c:/user/username/folderAtRoot/folder1/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/usr/package.json | true | -| c:/usr/username/package.json | true | -| c:/usr/username/folderAtRoot/package.json | true | -| c:/usr/username/folderAtRoot/folder1/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/home/package.json | true | -| c:/home/username/package.json | true | -| c:/home/username/folderAtRoot/package.json | true | -| c:/home/username/folderAtRoot/folder1/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: c:/usr/username - -Root: c:/usr/username - -| File | canWatchAffectingLocation | -| ----------------------------------------------------------------------------------- | ------------------------- | -| c:/package.json | false | -| c:/folderAtRoot/package.json | true | -| c:/folderAtRoot/folder1/package.json | true | -| c:/folderAtRoot/folder1/folder2/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/users/package.json | false | -| c:/users/username/package.json | false | -| c:/users/username/folderAtRoot/package.json | true | -| c:/users/username/folderAtRoot/folder1/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/user/package.json | true | -| c:/user/username/package.json | true | -| c:/user/username/folderAtRoot/package.json | true | -| c:/user/username/folderAtRoot/folder1/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/usr/package.json | true | -| c:/usr/username/package.json | true | -| c:/usr/username/folderAtRoot/package.json | true | -| c:/usr/username/folderAtRoot/folder1/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/home/package.json | true | -| c:/home/username/package.json | true | -| c:/home/username/folderAtRoot/package.json | true | -| c:/home/username/folderAtRoot/folder1/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: c:/usr/username/folderAtRoot - -Root: c:/usr/username/folderAtRoot - -| File | canWatchAffectingLocation | -| ----------------------------------------------------------------------------------- | ------------------------- | -| c:/package.json | false | -| c:/folderAtRoot/package.json | true | -| c:/folderAtRoot/folder1/package.json | true | -| c:/folderAtRoot/folder1/folder2/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/users/package.json | false | -| c:/users/username/package.json | false | -| c:/users/username/folderAtRoot/package.json | true | -| c:/users/username/folderAtRoot/folder1/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/user/package.json | true | -| c:/user/username/package.json | true | -| c:/user/username/folderAtRoot/package.json | true | -| c:/user/username/folderAtRoot/folder1/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/usr/package.json | true | -| c:/usr/username/package.json | true | -| c:/usr/username/folderAtRoot/package.json | true | -| c:/usr/username/folderAtRoot/folder1/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/home/package.json | true | -| c:/home/username/package.json | true | -| c:/home/username/folderAtRoot/package.json | true | -| c:/home/username/folderAtRoot/folder1/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: c:/usr/username/folderAtRoot/folder1 - -Root: c:/usr/username/folderAtRoot/folder1 - -| File | canWatchAffectingLocation | -| ----------------------------------------------------------------------------------- | ------------------------- | -| c:/package.json | false | -| c:/folderAtRoot/package.json | true | -| c:/folderAtRoot/folder1/package.json | true | -| c:/folderAtRoot/folder1/folder2/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/users/package.json | false | -| c:/users/username/package.json | false | -| c:/users/username/folderAtRoot/package.json | true | -| c:/users/username/folderAtRoot/folder1/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/user/package.json | true | -| c:/user/username/package.json | true | -| c:/user/username/folderAtRoot/package.json | true | -| c:/user/username/folderAtRoot/folder1/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/usr/package.json | true | -| c:/usr/username/package.json | true | -| c:/usr/username/folderAtRoot/package.json | true | -| c:/usr/username/folderAtRoot/folder1/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/home/package.json | true | -| c:/home/username/package.json | true | -| c:/home/username/folderAtRoot/package.json | true | -| c:/home/username/folderAtRoot/folder1/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: c:/usr/username/folderAtRoot/folder1/folder2 - -Root: c:/usr/username/folderAtRoot/folder1/folder2 - -| File | canWatchAffectingLocation | -| ----------------------------------------------------------------------------------- | ------------------------- | -| c:/package.json | false | -| c:/folderAtRoot/package.json | true | -| c:/folderAtRoot/folder1/package.json | true | -| c:/folderAtRoot/folder1/folder2/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/users/package.json | false | -| c:/users/username/package.json | false | -| c:/users/username/folderAtRoot/package.json | true | -| c:/users/username/folderAtRoot/folder1/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/user/package.json | true | -| c:/user/username/package.json | true | -| c:/user/username/folderAtRoot/package.json | true | -| c:/user/username/folderAtRoot/folder1/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/usr/package.json | true | -| c:/usr/username/package.json | true | -| c:/usr/username/folderAtRoot/package.json | true | -| c:/usr/username/folderAtRoot/folder1/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/home/package.json | true | -| c:/home/username/package.json | true | -| c:/home/username/folderAtRoot/package.json | true | -| c:/home/username/folderAtRoot/folder1/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: c:/usr/username/folderAtRoot/folder1/folder2/folder3 - -Root: c:/usr/username/folderAtRoot/folder1/folder2/folder3 - -| File | canWatchAffectingLocation | -| ----------------------------------------------------------------------------------- | ------------------------- | -| c:/package.json | false | -| c:/folderAtRoot/package.json | true | -| c:/folderAtRoot/folder1/package.json | true | -| c:/folderAtRoot/folder1/folder2/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/users/package.json | false | -| c:/users/username/package.json | false | -| c:/users/username/folderAtRoot/package.json | true | -| c:/users/username/folderAtRoot/folder1/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/user/package.json | true | -| c:/user/username/package.json | true | -| c:/user/username/folderAtRoot/package.json | true | -| c:/user/username/folderAtRoot/folder1/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/usr/package.json | true | -| c:/usr/username/package.json | true | -| c:/usr/username/folderAtRoot/package.json | true | -| c:/usr/username/folderAtRoot/folder1/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/home/package.json | true | -| c:/home/username/package.json | true | -| c:/home/username/folderAtRoot/package.json | true | -| c:/home/username/folderAtRoot/folder1/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 - -Root: c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 - -| File | canWatchAffectingLocation | -| ----------------------------------------------------------------------------------- | ------------------------- | -| c:/package.json | false | -| c:/folderAtRoot/package.json | true | -| c:/folderAtRoot/folder1/package.json | true | -| c:/folderAtRoot/folder1/folder2/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/users/package.json | false | -| c:/users/username/package.json | false | -| c:/users/username/folderAtRoot/package.json | true | -| c:/users/username/folderAtRoot/folder1/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/user/package.json | true | -| c:/user/username/package.json | true | -| c:/user/username/folderAtRoot/package.json | true | -| c:/user/username/folderAtRoot/folder1/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/usr/package.json | true | -| c:/usr/username/package.json | true | -| c:/usr/username/folderAtRoot/package.json | true | -| c:/usr/username/folderAtRoot/folder1/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/home/package.json | true | -| c:/home/username/package.json | true | -| c:/home/username/folderAtRoot/package.json | true | -| c:/home/username/folderAtRoot/folder1/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - -Root: c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - -| File | canWatchAffectingLocation | -| ----------------------------------------------------------------------------------- | ------------------------- | -| c:/package.json | false | -| c:/folderAtRoot/package.json | true | -| c:/folderAtRoot/folder1/package.json | true | -| c:/folderAtRoot/folder1/folder2/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/users/package.json | false | -| c:/users/username/package.json | false | -| c:/users/username/folderAtRoot/package.json | true | -| c:/users/username/folderAtRoot/folder1/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/user/package.json | true | -| c:/user/username/package.json | true | -| c:/user/username/folderAtRoot/package.json | true | -| c:/user/username/folderAtRoot/folder1/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/usr/package.json | true | -| c:/usr/username/package.json | true | -| c:/usr/username/folderAtRoot/package.json | true | -| c:/usr/username/folderAtRoot/folder1/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/home/package.json | true | -| c:/home/username/package.json | true | -| c:/home/username/folderAtRoot/package.json | true | -| c:/home/username/folderAtRoot/folder1/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: c:/home - -Root: c:/home - -| File | canWatchAffectingLocation | -| ----------------------------------------------------------------------------------- | ------------------------- | -| c:/package.json | false | -| c:/folderAtRoot/package.json | true | -| c:/folderAtRoot/folder1/package.json | true | -| c:/folderAtRoot/folder1/folder2/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/users/package.json | false | -| c:/users/username/package.json | false | -| c:/users/username/folderAtRoot/package.json | true | -| c:/users/username/folderAtRoot/folder1/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/user/package.json | true | -| c:/user/username/package.json | true | -| c:/user/username/folderAtRoot/package.json | true | -| c:/user/username/folderAtRoot/folder1/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/usr/package.json | true | -| c:/usr/username/package.json | true | -| c:/usr/username/folderAtRoot/package.json | true | -| c:/usr/username/folderAtRoot/folder1/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/home/package.json | true | -| c:/home/username/package.json | true | -| c:/home/username/folderAtRoot/package.json | true | -| c:/home/username/folderAtRoot/folder1/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: c:/home/username - -Root: c:/home/username - -| File | canWatchAffectingLocation | -| ----------------------------------------------------------------------------------- | ------------------------- | -| c:/package.json | false | -| c:/folderAtRoot/package.json | true | -| c:/folderAtRoot/folder1/package.json | true | -| c:/folderAtRoot/folder1/folder2/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/users/package.json | false | -| c:/users/username/package.json | false | -| c:/users/username/folderAtRoot/package.json | true | -| c:/users/username/folderAtRoot/folder1/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/user/package.json | true | -| c:/user/username/package.json | true | -| c:/user/username/folderAtRoot/package.json | true | -| c:/user/username/folderAtRoot/folder1/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/usr/package.json | true | -| c:/usr/username/package.json | true | -| c:/usr/username/folderAtRoot/package.json | true | -| c:/usr/username/folderAtRoot/folder1/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/home/package.json | true | -| c:/home/username/package.json | true | -| c:/home/username/folderAtRoot/package.json | true | -| c:/home/username/folderAtRoot/folder1/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: c:/home/username/folderAtRoot - -Root: c:/home/username/folderAtRoot - -| File | canWatchAffectingLocation | -| ----------------------------------------------------------------------------------- | ------------------------- | -| c:/package.json | false | -| c:/folderAtRoot/package.json | true | -| c:/folderAtRoot/folder1/package.json | true | -| c:/folderAtRoot/folder1/folder2/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/users/package.json | false | -| c:/users/username/package.json | false | -| c:/users/username/folderAtRoot/package.json | true | -| c:/users/username/folderAtRoot/folder1/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/user/package.json | true | -| c:/user/username/package.json | true | -| c:/user/username/folderAtRoot/package.json | true | -| c:/user/username/folderAtRoot/folder1/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/usr/package.json | true | -| c:/usr/username/package.json | true | -| c:/usr/username/folderAtRoot/package.json | true | -| c:/usr/username/folderAtRoot/folder1/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/home/package.json | true | -| c:/home/username/package.json | true | -| c:/home/username/folderAtRoot/package.json | true | -| c:/home/username/folderAtRoot/folder1/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: c:/home/username/folderAtRoot/folder1 - -Root: c:/home/username/folderAtRoot/folder1 - -| File | canWatchAffectingLocation | -| ----------------------------------------------------------------------------------- | ------------------------- | -| c:/package.json | false | -| c:/folderAtRoot/package.json | true | -| c:/folderAtRoot/folder1/package.json | true | -| c:/folderAtRoot/folder1/folder2/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/users/package.json | false | -| c:/users/username/package.json | false | -| c:/users/username/folderAtRoot/package.json | true | -| c:/users/username/folderAtRoot/folder1/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/user/package.json | true | -| c:/user/username/package.json | true | -| c:/user/username/folderAtRoot/package.json | true | -| c:/user/username/folderAtRoot/folder1/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/usr/package.json | true | -| c:/usr/username/package.json | true | -| c:/usr/username/folderAtRoot/package.json | true | -| c:/usr/username/folderAtRoot/folder1/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/home/package.json | true | -| c:/home/username/package.json | true | -| c:/home/username/folderAtRoot/package.json | true | -| c:/home/username/folderAtRoot/folder1/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: c:/home/username/folderAtRoot/folder1/folder2 - -Root: c:/home/username/folderAtRoot/folder1/folder2 - -| File | canWatchAffectingLocation | -| ----------------------------------------------------------------------------------- | ------------------------- | -| c:/package.json | false | -| c:/folderAtRoot/package.json | true | -| c:/folderAtRoot/folder1/package.json | true | -| c:/folderAtRoot/folder1/folder2/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/users/package.json | false | -| c:/users/username/package.json | false | -| c:/users/username/folderAtRoot/package.json | true | -| c:/users/username/folderAtRoot/folder1/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/user/package.json | true | -| c:/user/username/package.json | true | -| c:/user/username/folderAtRoot/package.json | true | -| c:/user/username/folderAtRoot/folder1/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/usr/package.json | true | -| c:/usr/username/package.json | true | -| c:/usr/username/folderAtRoot/package.json | true | -| c:/usr/username/folderAtRoot/folder1/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/home/package.json | true | -| c:/home/username/package.json | true | -| c:/home/username/folderAtRoot/package.json | true | -| c:/home/username/folderAtRoot/folder1/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: c:/home/username/folderAtRoot/folder1/folder2/folder3 - -Root: c:/home/username/folderAtRoot/folder1/folder2/folder3 - -| File | canWatchAffectingLocation | -| ----------------------------------------------------------------------------------- | ------------------------- | -| c:/package.json | false | -| c:/folderAtRoot/package.json | true | -| c:/folderAtRoot/folder1/package.json | true | -| c:/folderAtRoot/folder1/folder2/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/users/package.json | false | -| c:/users/username/package.json | false | -| c:/users/username/folderAtRoot/package.json | true | -| c:/users/username/folderAtRoot/folder1/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/user/package.json | true | -| c:/user/username/package.json | true | -| c:/user/username/folderAtRoot/package.json | true | -| c:/user/username/folderAtRoot/folder1/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/usr/package.json | true | -| c:/usr/username/package.json | true | -| c:/usr/username/folderAtRoot/package.json | true | -| c:/usr/username/folderAtRoot/folder1/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/home/package.json | true | -| c:/home/username/package.json | true | -| c:/home/username/folderAtRoot/package.json | true | -| c:/home/username/folderAtRoot/folder1/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4 - -Root: c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4 - -| File | canWatchAffectingLocation | -| ----------------------------------------------------------------------------------- | ------------------------- | -| c:/package.json | false | -| c:/folderAtRoot/package.json | true | -| c:/folderAtRoot/folder1/package.json | true | -| c:/folderAtRoot/folder1/folder2/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/users/package.json | false | -| c:/users/username/package.json | false | -| c:/users/username/folderAtRoot/package.json | true | -| c:/users/username/folderAtRoot/folder1/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/user/package.json | true | -| c:/user/username/package.json | true | -| c:/user/username/folderAtRoot/package.json | true | -| c:/user/username/folderAtRoot/folder1/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/usr/package.json | true | -| c:/usr/username/package.json | true | -| c:/usr/username/folderAtRoot/package.json | true | -| c:/usr/username/folderAtRoot/folder1/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/home/package.json | true | -| c:/home/username/package.json | true | -| c:/home/username/folderAtRoot/package.json | true | -| c:/home/username/folderAtRoot/folder1/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - -Root: c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - -| File | canWatchAffectingLocation | -| ----------------------------------------------------------------------------------- | ------------------------- | -| c:/package.json | false | -| c:/folderAtRoot/package.json | true | -| c:/folderAtRoot/folder1/package.json | true | -| c:/folderAtRoot/folder1/folder2/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/users/package.json | false | -| c:/users/username/package.json | false | -| c:/users/username/folderAtRoot/package.json | true | -| c:/users/username/folderAtRoot/folder1/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/user/package.json | true | -| c:/user/username/package.json | true | -| c:/user/username/folderAtRoot/package.json | true | -| c:/user/username/folderAtRoot/folder1/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/usr/package.json | true | -| c:/usr/username/package.json | true | -| c:/usr/username/folderAtRoot/package.json | true | -| c:/usr/username/folderAtRoot/folder1/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| c:/home/package.json | true | -| c:/home/username/package.json | true | -| c:/home/username/folderAtRoot/package.json | true | -| c:/home/username/folderAtRoot/folder1/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: undefined - -Root: undefined - | File | canWatchAffectingLocation | | ----------------------------------------------------------------------------------- | ------------------------- | | c:/package.json | false | diff --git a/tests/baselines/reference/canWatch/canWatchAffectingLocationPosix.baseline.md b/tests/baselines/reference/canWatch/canWatchAffectingLocationPosix.baseline.md index b3f26e4bf111b..82ddacd32424c 100644 --- a/tests/baselines/reference/canWatch/canWatchAffectingLocationPosix.baseline.md +++ b/tests/baselines/reference/canWatch/canWatchAffectingLocationPosix.baseline.md @@ -4,1804 +4,6 @@ Determines if package.json that was found during module resolution and change in ## Testing for Posix root: / -## RootDirForResolution: / - -Root: - -| File | canWatchAffectingLocation | -| --------------------------------------------------------------------------------- | ------------------------- | -| /package.json | false | -| /folderAtRoot/package.json | false | -| /folderAtRoot/folder1/package.json | false | -| /folderAtRoot/folder1/folder2/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /users/package.json | false | -| /users/username/package.json | false | -| /users/username/folderAtRoot/package.json | true | -| /users/username/folderAtRoot/folder1/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /user/package.json | false | -| /user/username/package.json | false | -| /user/username/folderAtRoot/package.json | true | -| /user/username/folderAtRoot/folder1/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /usr/package.json | false | -| /usr/username/package.json | false | -| /usr/username/folderAtRoot/package.json | true | -| /usr/username/folderAtRoot/folder1/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /home/package.json | false | -| /home/username/package.json | false | -| /home/username/folderAtRoot/package.json | true | -| /home/username/folderAtRoot/folder1/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: /folderAtRoot - -Root: /folderAtRoot - -| File | canWatchAffectingLocation | -| --------------------------------------------------------------------------------- | ------------------------- | -| /package.json | false | -| /folderAtRoot/package.json | false | -| /folderAtRoot/folder1/package.json | false | -| /folderAtRoot/folder1/folder2/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /users/package.json | false | -| /users/username/package.json | false | -| /users/username/folderAtRoot/package.json | true | -| /users/username/folderAtRoot/folder1/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /user/package.json | false | -| /user/username/package.json | false | -| /user/username/folderAtRoot/package.json | true | -| /user/username/folderAtRoot/folder1/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /usr/package.json | false | -| /usr/username/package.json | false | -| /usr/username/folderAtRoot/package.json | true | -| /usr/username/folderAtRoot/folder1/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /home/package.json | false | -| /home/username/package.json | false | -| /home/username/folderAtRoot/package.json | true | -| /home/username/folderAtRoot/folder1/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: /folderAtRoot/folder1 - -Root: /folderAtRoot/folder1 - -| File | canWatchAffectingLocation | -| --------------------------------------------------------------------------------- | ------------------------- | -| /package.json | false | -| /folderAtRoot/package.json | false | -| /folderAtRoot/folder1/package.json | false | -| /folderAtRoot/folder1/folder2/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /users/package.json | false | -| /users/username/package.json | false | -| /users/username/folderAtRoot/package.json | true | -| /users/username/folderAtRoot/folder1/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /user/package.json | false | -| /user/username/package.json | false | -| /user/username/folderAtRoot/package.json | true | -| /user/username/folderAtRoot/folder1/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /usr/package.json | false | -| /usr/username/package.json | false | -| /usr/username/folderAtRoot/package.json | true | -| /usr/username/folderAtRoot/folder1/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /home/package.json | false | -| /home/username/package.json | false | -| /home/username/folderAtRoot/package.json | true | -| /home/username/folderAtRoot/folder1/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: /folderAtRoot/folder1/folder2 - -Root: /folderAtRoot/folder1/folder2 - -| File | canWatchAffectingLocation | -| --------------------------------------------------------------------------------- | ------------------------- | -| /package.json | false | -| /folderAtRoot/package.json | false | -| /folderAtRoot/folder1/package.json | false | -| /folderAtRoot/folder1/folder2/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /users/package.json | false | -| /users/username/package.json | false | -| /users/username/folderAtRoot/package.json | true | -| /users/username/folderAtRoot/folder1/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /user/package.json | false | -| /user/username/package.json | false | -| /user/username/folderAtRoot/package.json | true | -| /user/username/folderAtRoot/folder1/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /usr/package.json | false | -| /usr/username/package.json | false | -| /usr/username/folderAtRoot/package.json | true | -| /usr/username/folderAtRoot/folder1/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /home/package.json | false | -| /home/username/package.json | false | -| /home/username/folderAtRoot/package.json | true | -| /home/username/folderAtRoot/folder1/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: /folderAtRoot/folder1/folder2/folder3 - -Root: /folderAtRoot/folder1/folder2/folder3 - -| File | canWatchAffectingLocation | -| --------------------------------------------------------------------------------- | ------------------------- | -| /package.json | false | -| /folderAtRoot/package.json | false | -| /folderAtRoot/folder1/package.json | false | -| /folderAtRoot/folder1/folder2/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /users/package.json | false | -| /users/username/package.json | false | -| /users/username/folderAtRoot/package.json | true | -| /users/username/folderAtRoot/folder1/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /user/package.json | false | -| /user/username/package.json | false | -| /user/username/folderAtRoot/package.json | true | -| /user/username/folderAtRoot/folder1/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /usr/package.json | false | -| /usr/username/package.json | false | -| /usr/username/folderAtRoot/package.json | true | -| /usr/username/folderAtRoot/folder1/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /home/package.json | false | -| /home/username/package.json | false | -| /home/username/folderAtRoot/package.json | true | -| /home/username/folderAtRoot/folder1/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: /folderAtRoot/folder1/folder2/folder3/folder4 - -Root: /folderAtRoot/folder1/folder2/folder3/folder4 - -| File | canWatchAffectingLocation | -| --------------------------------------------------------------------------------- | ------------------------- | -| /package.json | false | -| /folderAtRoot/package.json | false | -| /folderAtRoot/folder1/package.json | false | -| /folderAtRoot/folder1/folder2/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /users/package.json | false | -| /users/username/package.json | false | -| /users/username/folderAtRoot/package.json | true | -| /users/username/folderAtRoot/folder1/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /user/package.json | false | -| /user/username/package.json | false | -| /user/username/folderAtRoot/package.json | true | -| /user/username/folderAtRoot/folder1/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /usr/package.json | false | -| /usr/username/package.json | false | -| /usr/username/folderAtRoot/package.json | true | -| /usr/username/folderAtRoot/folder1/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /home/package.json | false | -| /home/username/package.json | false | -| /home/username/folderAtRoot/package.json | true | -| /home/username/folderAtRoot/folder1/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: /folderAtRoot/folder1/folder2/folder3/folder4/folder5 - -Root: /folderAtRoot/folder1/folder2/folder3/folder4/folder5 - -| File | canWatchAffectingLocation | -| --------------------------------------------------------------------------------- | ------------------------- | -| /package.json | false | -| /folderAtRoot/package.json | false | -| /folderAtRoot/folder1/package.json | false | -| /folderAtRoot/folder1/folder2/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /users/package.json | false | -| /users/username/package.json | false | -| /users/username/folderAtRoot/package.json | true | -| /users/username/folderAtRoot/folder1/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /user/package.json | false | -| /user/username/package.json | false | -| /user/username/folderAtRoot/package.json | true | -| /user/username/folderAtRoot/folder1/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /usr/package.json | false | -| /usr/username/package.json | false | -| /usr/username/folderAtRoot/package.json | true | -| /usr/username/folderAtRoot/folder1/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /home/package.json | false | -| /home/username/package.json | false | -| /home/username/folderAtRoot/package.json | true | -| /home/username/folderAtRoot/folder1/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: /users - -Root: /users - -| File | canWatchAffectingLocation | -| --------------------------------------------------------------------------------- | ------------------------- | -| /package.json | false | -| /folderAtRoot/package.json | false | -| /folderAtRoot/folder1/package.json | false | -| /folderAtRoot/folder1/folder2/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /users/package.json | false | -| /users/username/package.json | false | -| /users/username/folderAtRoot/package.json | true | -| /users/username/folderAtRoot/folder1/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /user/package.json | false | -| /user/username/package.json | false | -| /user/username/folderAtRoot/package.json | true | -| /user/username/folderAtRoot/folder1/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /usr/package.json | false | -| /usr/username/package.json | false | -| /usr/username/folderAtRoot/package.json | true | -| /usr/username/folderAtRoot/folder1/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /home/package.json | false | -| /home/username/package.json | false | -| /home/username/folderAtRoot/package.json | true | -| /home/username/folderAtRoot/folder1/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: /users/username - -Root: /users/username - -| File | canWatchAffectingLocation | -| --------------------------------------------------------------------------------- | ------------------------- | -| /package.json | false | -| /folderAtRoot/package.json | false | -| /folderAtRoot/folder1/package.json | false | -| /folderAtRoot/folder1/folder2/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /users/package.json | false | -| /users/username/package.json | false | -| /users/username/folderAtRoot/package.json | true | -| /users/username/folderAtRoot/folder1/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /user/package.json | false | -| /user/username/package.json | false | -| /user/username/folderAtRoot/package.json | true | -| /user/username/folderAtRoot/folder1/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /usr/package.json | false | -| /usr/username/package.json | false | -| /usr/username/folderAtRoot/package.json | true | -| /usr/username/folderAtRoot/folder1/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /home/package.json | false | -| /home/username/package.json | false | -| /home/username/folderAtRoot/package.json | true | -| /home/username/folderAtRoot/folder1/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: /users/username/folderAtRoot - -Root: /users/username/folderAtRoot - -| File | canWatchAffectingLocation | -| --------------------------------------------------------------------------------- | ------------------------- | -| /package.json | false | -| /folderAtRoot/package.json | false | -| /folderAtRoot/folder1/package.json | false | -| /folderAtRoot/folder1/folder2/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /users/package.json | false | -| /users/username/package.json | false | -| /users/username/folderAtRoot/package.json | true | -| /users/username/folderAtRoot/folder1/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /user/package.json | false | -| /user/username/package.json | false | -| /user/username/folderAtRoot/package.json | true | -| /user/username/folderAtRoot/folder1/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /usr/package.json | false | -| /usr/username/package.json | false | -| /usr/username/folderAtRoot/package.json | true | -| /usr/username/folderAtRoot/folder1/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /home/package.json | false | -| /home/username/package.json | false | -| /home/username/folderAtRoot/package.json | true | -| /home/username/folderAtRoot/folder1/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: /users/username/folderAtRoot/folder1 - -Root: /users/username/folderAtRoot/folder1 - -| File | canWatchAffectingLocation | -| --------------------------------------------------------------------------------- | ------------------------- | -| /package.json | false | -| /folderAtRoot/package.json | false | -| /folderAtRoot/folder1/package.json | false | -| /folderAtRoot/folder1/folder2/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /users/package.json | false | -| /users/username/package.json | false | -| /users/username/folderAtRoot/package.json | true | -| /users/username/folderAtRoot/folder1/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /user/package.json | false | -| /user/username/package.json | false | -| /user/username/folderAtRoot/package.json | true | -| /user/username/folderAtRoot/folder1/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /usr/package.json | false | -| /usr/username/package.json | false | -| /usr/username/folderAtRoot/package.json | true | -| /usr/username/folderAtRoot/folder1/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /home/package.json | false | -| /home/username/package.json | false | -| /home/username/folderAtRoot/package.json | true | -| /home/username/folderAtRoot/folder1/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: /users/username/folderAtRoot/folder1/folder2 - -Root: /users/username/folderAtRoot/folder1/folder2 - -| File | canWatchAffectingLocation | -| --------------------------------------------------------------------------------- | ------------------------- | -| /package.json | false | -| /folderAtRoot/package.json | false | -| /folderAtRoot/folder1/package.json | false | -| /folderAtRoot/folder1/folder2/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /users/package.json | false | -| /users/username/package.json | false | -| /users/username/folderAtRoot/package.json | true | -| /users/username/folderAtRoot/folder1/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /user/package.json | false | -| /user/username/package.json | false | -| /user/username/folderAtRoot/package.json | true | -| /user/username/folderAtRoot/folder1/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /usr/package.json | false | -| /usr/username/package.json | false | -| /usr/username/folderAtRoot/package.json | true | -| /usr/username/folderAtRoot/folder1/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /home/package.json | false | -| /home/username/package.json | false | -| /home/username/folderAtRoot/package.json | true | -| /home/username/folderAtRoot/folder1/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: /users/username/folderAtRoot/folder1/folder2/folder3 - -Root: /users/username/folderAtRoot/folder1/folder2/folder3 - -| File | canWatchAffectingLocation | -| --------------------------------------------------------------------------------- | ------------------------- | -| /package.json | false | -| /folderAtRoot/package.json | false | -| /folderAtRoot/folder1/package.json | false | -| /folderAtRoot/folder1/folder2/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /users/package.json | false | -| /users/username/package.json | false | -| /users/username/folderAtRoot/package.json | true | -| /users/username/folderAtRoot/folder1/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /user/package.json | false | -| /user/username/package.json | false | -| /user/username/folderAtRoot/package.json | true | -| /user/username/folderAtRoot/folder1/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /usr/package.json | false | -| /usr/username/package.json | false | -| /usr/username/folderAtRoot/package.json | true | -| /usr/username/folderAtRoot/folder1/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /home/package.json | false | -| /home/username/package.json | false | -| /home/username/folderAtRoot/package.json | true | -| /home/username/folderAtRoot/folder1/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: /users/username/folderAtRoot/folder1/folder2/folder3/folder4 - -Root: /users/username/folderAtRoot/folder1/folder2/folder3/folder4 - -| File | canWatchAffectingLocation | -| --------------------------------------------------------------------------------- | ------------------------- | -| /package.json | false | -| /folderAtRoot/package.json | false | -| /folderAtRoot/folder1/package.json | false | -| /folderAtRoot/folder1/folder2/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /users/package.json | false | -| /users/username/package.json | false | -| /users/username/folderAtRoot/package.json | true | -| /users/username/folderAtRoot/folder1/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /user/package.json | false | -| /user/username/package.json | false | -| /user/username/folderAtRoot/package.json | true | -| /user/username/folderAtRoot/folder1/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /usr/package.json | false | -| /usr/username/package.json | false | -| /usr/username/folderAtRoot/package.json | true | -| /usr/username/folderAtRoot/folder1/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /home/package.json | false | -| /home/username/package.json | false | -| /home/username/folderAtRoot/package.json | true | -| /home/username/folderAtRoot/folder1/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - -Root: /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - -| File | canWatchAffectingLocation | -| --------------------------------------------------------------------------------- | ------------------------- | -| /package.json | false | -| /folderAtRoot/package.json | false | -| /folderAtRoot/folder1/package.json | false | -| /folderAtRoot/folder1/folder2/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /users/package.json | false | -| /users/username/package.json | false | -| /users/username/folderAtRoot/package.json | true | -| /users/username/folderAtRoot/folder1/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /user/package.json | false | -| /user/username/package.json | false | -| /user/username/folderAtRoot/package.json | true | -| /user/username/folderAtRoot/folder1/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /usr/package.json | false | -| /usr/username/package.json | false | -| /usr/username/folderAtRoot/package.json | true | -| /usr/username/folderAtRoot/folder1/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /home/package.json | false | -| /home/username/package.json | false | -| /home/username/folderAtRoot/package.json | true | -| /home/username/folderAtRoot/folder1/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: /user - -Root: /user - -| File | canWatchAffectingLocation | -| --------------------------------------------------------------------------------- | ------------------------- | -| /package.json | false | -| /folderAtRoot/package.json | false | -| /folderAtRoot/folder1/package.json | false | -| /folderAtRoot/folder1/folder2/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /users/package.json | false | -| /users/username/package.json | false | -| /users/username/folderAtRoot/package.json | true | -| /users/username/folderAtRoot/folder1/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /user/package.json | false | -| /user/username/package.json | false | -| /user/username/folderAtRoot/package.json | true | -| /user/username/folderAtRoot/folder1/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /usr/package.json | false | -| /usr/username/package.json | false | -| /usr/username/folderAtRoot/package.json | true | -| /usr/username/folderAtRoot/folder1/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /home/package.json | false | -| /home/username/package.json | false | -| /home/username/folderAtRoot/package.json | true | -| /home/username/folderAtRoot/folder1/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: /user/username - -Root: /user/username - -| File | canWatchAffectingLocation | -| --------------------------------------------------------------------------------- | ------------------------- | -| /package.json | false | -| /folderAtRoot/package.json | false | -| /folderAtRoot/folder1/package.json | false | -| /folderAtRoot/folder1/folder2/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /users/package.json | false | -| /users/username/package.json | false | -| /users/username/folderAtRoot/package.json | true | -| /users/username/folderAtRoot/folder1/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /user/package.json | false | -| /user/username/package.json | false | -| /user/username/folderAtRoot/package.json | true | -| /user/username/folderAtRoot/folder1/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /usr/package.json | false | -| /usr/username/package.json | false | -| /usr/username/folderAtRoot/package.json | true | -| /usr/username/folderAtRoot/folder1/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /home/package.json | false | -| /home/username/package.json | false | -| /home/username/folderAtRoot/package.json | true | -| /home/username/folderAtRoot/folder1/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: /user/username/folderAtRoot - -Root: /user/username/folderAtRoot - -| File | canWatchAffectingLocation | -| --------------------------------------------------------------------------------- | ------------------------- | -| /package.json | false | -| /folderAtRoot/package.json | false | -| /folderAtRoot/folder1/package.json | false | -| /folderAtRoot/folder1/folder2/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /users/package.json | false | -| /users/username/package.json | false | -| /users/username/folderAtRoot/package.json | true | -| /users/username/folderAtRoot/folder1/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /user/package.json | false | -| /user/username/package.json | false | -| /user/username/folderAtRoot/package.json | true | -| /user/username/folderAtRoot/folder1/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /usr/package.json | false | -| /usr/username/package.json | false | -| /usr/username/folderAtRoot/package.json | true | -| /usr/username/folderAtRoot/folder1/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /home/package.json | false | -| /home/username/package.json | false | -| /home/username/folderAtRoot/package.json | true | -| /home/username/folderAtRoot/folder1/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: /user/username/folderAtRoot/folder1 - -Root: /user/username/folderAtRoot/folder1 - -| File | canWatchAffectingLocation | -| --------------------------------------------------------------------------------- | ------------------------- | -| /package.json | false | -| /folderAtRoot/package.json | false | -| /folderAtRoot/folder1/package.json | false | -| /folderAtRoot/folder1/folder2/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /users/package.json | false | -| /users/username/package.json | false | -| /users/username/folderAtRoot/package.json | true | -| /users/username/folderAtRoot/folder1/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /user/package.json | false | -| /user/username/package.json | false | -| /user/username/folderAtRoot/package.json | true | -| /user/username/folderAtRoot/folder1/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /usr/package.json | false | -| /usr/username/package.json | false | -| /usr/username/folderAtRoot/package.json | true | -| /usr/username/folderAtRoot/folder1/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /home/package.json | false | -| /home/username/package.json | false | -| /home/username/folderAtRoot/package.json | true | -| /home/username/folderAtRoot/folder1/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: /user/username/folderAtRoot/folder1/folder2 - -Root: /user/username/folderAtRoot/folder1/folder2 - -| File | canWatchAffectingLocation | -| --------------------------------------------------------------------------------- | ------------------------- | -| /package.json | false | -| /folderAtRoot/package.json | false | -| /folderAtRoot/folder1/package.json | false | -| /folderAtRoot/folder1/folder2/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /users/package.json | false | -| /users/username/package.json | false | -| /users/username/folderAtRoot/package.json | true | -| /users/username/folderAtRoot/folder1/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /user/package.json | false | -| /user/username/package.json | false | -| /user/username/folderAtRoot/package.json | true | -| /user/username/folderAtRoot/folder1/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /usr/package.json | false | -| /usr/username/package.json | false | -| /usr/username/folderAtRoot/package.json | true | -| /usr/username/folderAtRoot/folder1/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /home/package.json | false | -| /home/username/package.json | false | -| /home/username/folderAtRoot/package.json | true | -| /home/username/folderAtRoot/folder1/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: /user/username/folderAtRoot/folder1/folder2/folder3 - -Root: /user/username/folderAtRoot/folder1/folder2/folder3 - -| File | canWatchAffectingLocation | -| --------------------------------------------------------------------------------- | ------------------------- | -| /package.json | false | -| /folderAtRoot/package.json | false | -| /folderAtRoot/folder1/package.json | false | -| /folderAtRoot/folder1/folder2/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /users/package.json | false | -| /users/username/package.json | false | -| /users/username/folderAtRoot/package.json | true | -| /users/username/folderAtRoot/folder1/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /user/package.json | false | -| /user/username/package.json | false | -| /user/username/folderAtRoot/package.json | true | -| /user/username/folderAtRoot/folder1/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /usr/package.json | false | -| /usr/username/package.json | false | -| /usr/username/folderAtRoot/package.json | true | -| /usr/username/folderAtRoot/folder1/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /home/package.json | false | -| /home/username/package.json | false | -| /home/username/folderAtRoot/package.json | true | -| /home/username/folderAtRoot/folder1/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: /user/username/folderAtRoot/folder1/folder2/folder3/folder4 - -Root: /user/username/folderAtRoot/folder1/folder2/folder3/folder4 - -| File | canWatchAffectingLocation | -| --------------------------------------------------------------------------------- | ------------------------- | -| /package.json | false | -| /folderAtRoot/package.json | false | -| /folderAtRoot/folder1/package.json | false | -| /folderAtRoot/folder1/folder2/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /users/package.json | false | -| /users/username/package.json | false | -| /users/username/folderAtRoot/package.json | true | -| /users/username/folderAtRoot/folder1/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /user/package.json | false | -| /user/username/package.json | false | -| /user/username/folderAtRoot/package.json | true | -| /user/username/folderAtRoot/folder1/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /usr/package.json | false | -| /usr/username/package.json | false | -| /usr/username/folderAtRoot/package.json | true | -| /usr/username/folderAtRoot/folder1/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /home/package.json | false | -| /home/username/package.json | false | -| /home/username/folderAtRoot/package.json | true | -| /home/username/folderAtRoot/folder1/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - -Root: /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - -| File | canWatchAffectingLocation | -| --------------------------------------------------------------------------------- | ------------------------- | -| /package.json | false | -| /folderAtRoot/package.json | false | -| /folderAtRoot/folder1/package.json | false | -| /folderAtRoot/folder1/folder2/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /users/package.json | false | -| /users/username/package.json | false | -| /users/username/folderAtRoot/package.json | true | -| /users/username/folderAtRoot/folder1/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /user/package.json | false | -| /user/username/package.json | false | -| /user/username/folderAtRoot/package.json | true | -| /user/username/folderAtRoot/folder1/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /usr/package.json | false | -| /usr/username/package.json | false | -| /usr/username/folderAtRoot/package.json | true | -| /usr/username/folderAtRoot/folder1/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /home/package.json | false | -| /home/username/package.json | false | -| /home/username/folderAtRoot/package.json | true | -| /home/username/folderAtRoot/folder1/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: /usr - -Root: /usr - -| File | canWatchAffectingLocation | -| --------------------------------------------------------------------------------- | ------------------------- | -| /package.json | false | -| /folderAtRoot/package.json | false | -| /folderAtRoot/folder1/package.json | false | -| /folderAtRoot/folder1/folder2/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /users/package.json | false | -| /users/username/package.json | false | -| /users/username/folderAtRoot/package.json | true | -| /users/username/folderAtRoot/folder1/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /user/package.json | false | -| /user/username/package.json | false | -| /user/username/folderAtRoot/package.json | true | -| /user/username/folderAtRoot/folder1/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /usr/package.json | false | -| /usr/username/package.json | false | -| /usr/username/folderAtRoot/package.json | true | -| /usr/username/folderAtRoot/folder1/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /home/package.json | false | -| /home/username/package.json | false | -| /home/username/folderAtRoot/package.json | true | -| /home/username/folderAtRoot/folder1/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: /usr/username - -Root: /usr/username - -| File | canWatchAffectingLocation | -| --------------------------------------------------------------------------------- | ------------------------- | -| /package.json | false | -| /folderAtRoot/package.json | false | -| /folderAtRoot/folder1/package.json | false | -| /folderAtRoot/folder1/folder2/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /users/package.json | false | -| /users/username/package.json | false | -| /users/username/folderAtRoot/package.json | true | -| /users/username/folderAtRoot/folder1/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /user/package.json | false | -| /user/username/package.json | false | -| /user/username/folderAtRoot/package.json | true | -| /user/username/folderAtRoot/folder1/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /usr/package.json | false | -| /usr/username/package.json | false | -| /usr/username/folderAtRoot/package.json | true | -| /usr/username/folderAtRoot/folder1/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /home/package.json | false | -| /home/username/package.json | false | -| /home/username/folderAtRoot/package.json | true | -| /home/username/folderAtRoot/folder1/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: /usr/username/folderAtRoot - -Root: /usr/username/folderAtRoot - -| File | canWatchAffectingLocation | -| --------------------------------------------------------------------------------- | ------------------------- | -| /package.json | false | -| /folderAtRoot/package.json | false | -| /folderAtRoot/folder1/package.json | false | -| /folderAtRoot/folder1/folder2/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /users/package.json | false | -| /users/username/package.json | false | -| /users/username/folderAtRoot/package.json | true | -| /users/username/folderAtRoot/folder1/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /user/package.json | false | -| /user/username/package.json | false | -| /user/username/folderAtRoot/package.json | true | -| /user/username/folderAtRoot/folder1/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /usr/package.json | false | -| /usr/username/package.json | false | -| /usr/username/folderAtRoot/package.json | true | -| /usr/username/folderAtRoot/folder1/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /home/package.json | false | -| /home/username/package.json | false | -| /home/username/folderAtRoot/package.json | true | -| /home/username/folderAtRoot/folder1/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: /usr/username/folderAtRoot/folder1 - -Root: /usr/username/folderAtRoot/folder1 - -| File | canWatchAffectingLocation | -| --------------------------------------------------------------------------------- | ------------------------- | -| /package.json | false | -| /folderAtRoot/package.json | false | -| /folderAtRoot/folder1/package.json | false | -| /folderAtRoot/folder1/folder2/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /users/package.json | false | -| /users/username/package.json | false | -| /users/username/folderAtRoot/package.json | true | -| /users/username/folderAtRoot/folder1/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /user/package.json | false | -| /user/username/package.json | false | -| /user/username/folderAtRoot/package.json | true | -| /user/username/folderAtRoot/folder1/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /usr/package.json | false | -| /usr/username/package.json | false | -| /usr/username/folderAtRoot/package.json | true | -| /usr/username/folderAtRoot/folder1/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /home/package.json | false | -| /home/username/package.json | false | -| /home/username/folderAtRoot/package.json | true | -| /home/username/folderAtRoot/folder1/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: /usr/username/folderAtRoot/folder1/folder2 - -Root: /usr/username/folderAtRoot/folder1/folder2 - -| File | canWatchAffectingLocation | -| --------------------------------------------------------------------------------- | ------------------------- | -| /package.json | false | -| /folderAtRoot/package.json | false | -| /folderAtRoot/folder1/package.json | false | -| /folderAtRoot/folder1/folder2/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /users/package.json | false | -| /users/username/package.json | false | -| /users/username/folderAtRoot/package.json | true | -| /users/username/folderAtRoot/folder1/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /user/package.json | false | -| /user/username/package.json | false | -| /user/username/folderAtRoot/package.json | true | -| /user/username/folderAtRoot/folder1/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /usr/package.json | false | -| /usr/username/package.json | false | -| /usr/username/folderAtRoot/package.json | true | -| /usr/username/folderAtRoot/folder1/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /home/package.json | false | -| /home/username/package.json | false | -| /home/username/folderAtRoot/package.json | true | -| /home/username/folderAtRoot/folder1/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: /usr/username/folderAtRoot/folder1/folder2/folder3 - -Root: /usr/username/folderAtRoot/folder1/folder2/folder3 - -| File | canWatchAffectingLocation | -| --------------------------------------------------------------------------------- | ------------------------- | -| /package.json | false | -| /folderAtRoot/package.json | false | -| /folderAtRoot/folder1/package.json | false | -| /folderAtRoot/folder1/folder2/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /users/package.json | false | -| /users/username/package.json | false | -| /users/username/folderAtRoot/package.json | true | -| /users/username/folderAtRoot/folder1/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /user/package.json | false | -| /user/username/package.json | false | -| /user/username/folderAtRoot/package.json | true | -| /user/username/folderAtRoot/folder1/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /usr/package.json | false | -| /usr/username/package.json | false | -| /usr/username/folderAtRoot/package.json | true | -| /usr/username/folderAtRoot/folder1/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /home/package.json | false | -| /home/username/package.json | false | -| /home/username/folderAtRoot/package.json | true | -| /home/username/folderAtRoot/folder1/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: /usr/username/folderAtRoot/folder1/folder2/folder3/folder4 - -Root: /usr/username/folderAtRoot/folder1/folder2/folder3/folder4 - -| File | canWatchAffectingLocation | -| --------------------------------------------------------------------------------- | ------------------------- | -| /package.json | false | -| /folderAtRoot/package.json | false | -| /folderAtRoot/folder1/package.json | false | -| /folderAtRoot/folder1/folder2/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /users/package.json | false | -| /users/username/package.json | false | -| /users/username/folderAtRoot/package.json | true | -| /users/username/folderAtRoot/folder1/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /user/package.json | false | -| /user/username/package.json | false | -| /user/username/folderAtRoot/package.json | true | -| /user/username/folderAtRoot/folder1/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /usr/package.json | false | -| /usr/username/package.json | false | -| /usr/username/folderAtRoot/package.json | true | -| /usr/username/folderAtRoot/folder1/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /home/package.json | false | -| /home/username/package.json | false | -| /home/username/folderAtRoot/package.json | true | -| /home/username/folderAtRoot/folder1/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - -Root: /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - -| File | canWatchAffectingLocation | -| --------------------------------------------------------------------------------- | ------------------------- | -| /package.json | false | -| /folderAtRoot/package.json | false | -| /folderAtRoot/folder1/package.json | false | -| /folderAtRoot/folder1/folder2/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /users/package.json | false | -| /users/username/package.json | false | -| /users/username/folderAtRoot/package.json | true | -| /users/username/folderAtRoot/folder1/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /user/package.json | false | -| /user/username/package.json | false | -| /user/username/folderAtRoot/package.json | true | -| /user/username/folderAtRoot/folder1/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /usr/package.json | false | -| /usr/username/package.json | false | -| /usr/username/folderAtRoot/package.json | true | -| /usr/username/folderAtRoot/folder1/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /home/package.json | false | -| /home/username/package.json | false | -| /home/username/folderAtRoot/package.json | true | -| /home/username/folderAtRoot/folder1/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: /home - -Root: /home - -| File | canWatchAffectingLocation | -| --------------------------------------------------------------------------------- | ------------------------- | -| /package.json | false | -| /folderAtRoot/package.json | false | -| /folderAtRoot/folder1/package.json | false | -| /folderAtRoot/folder1/folder2/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /users/package.json | false | -| /users/username/package.json | false | -| /users/username/folderAtRoot/package.json | true | -| /users/username/folderAtRoot/folder1/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /user/package.json | false | -| /user/username/package.json | false | -| /user/username/folderAtRoot/package.json | true | -| /user/username/folderAtRoot/folder1/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /usr/package.json | false | -| /usr/username/package.json | false | -| /usr/username/folderAtRoot/package.json | true | -| /usr/username/folderAtRoot/folder1/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /home/package.json | false | -| /home/username/package.json | false | -| /home/username/folderAtRoot/package.json | true | -| /home/username/folderAtRoot/folder1/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: /home/username - -Root: /home/username - -| File | canWatchAffectingLocation | -| --------------------------------------------------------------------------------- | ------------------------- | -| /package.json | false | -| /folderAtRoot/package.json | false | -| /folderAtRoot/folder1/package.json | false | -| /folderAtRoot/folder1/folder2/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /users/package.json | false | -| /users/username/package.json | false | -| /users/username/folderAtRoot/package.json | true | -| /users/username/folderAtRoot/folder1/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /user/package.json | false | -| /user/username/package.json | false | -| /user/username/folderAtRoot/package.json | true | -| /user/username/folderAtRoot/folder1/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /usr/package.json | false | -| /usr/username/package.json | false | -| /usr/username/folderAtRoot/package.json | true | -| /usr/username/folderAtRoot/folder1/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /home/package.json | false | -| /home/username/package.json | false | -| /home/username/folderAtRoot/package.json | true | -| /home/username/folderAtRoot/folder1/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: /home/username/folderAtRoot - -Root: /home/username/folderAtRoot - -| File | canWatchAffectingLocation | -| --------------------------------------------------------------------------------- | ------------------------- | -| /package.json | false | -| /folderAtRoot/package.json | false | -| /folderAtRoot/folder1/package.json | false | -| /folderAtRoot/folder1/folder2/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /users/package.json | false | -| /users/username/package.json | false | -| /users/username/folderAtRoot/package.json | true | -| /users/username/folderAtRoot/folder1/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /user/package.json | false | -| /user/username/package.json | false | -| /user/username/folderAtRoot/package.json | true | -| /user/username/folderAtRoot/folder1/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /usr/package.json | false | -| /usr/username/package.json | false | -| /usr/username/folderAtRoot/package.json | true | -| /usr/username/folderAtRoot/folder1/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /home/package.json | false | -| /home/username/package.json | false | -| /home/username/folderAtRoot/package.json | true | -| /home/username/folderAtRoot/folder1/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: /home/username/folderAtRoot/folder1 - -Root: /home/username/folderAtRoot/folder1 - -| File | canWatchAffectingLocation | -| --------------------------------------------------------------------------------- | ------------------------- | -| /package.json | false | -| /folderAtRoot/package.json | false | -| /folderAtRoot/folder1/package.json | false | -| /folderAtRoot/folder1/folder2/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /users/package.json | false | -| /users/username/package.json | false | -| /users/username/folderAtRoot/package.json | true | -| /users/username/folderAtRoot/folder1/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /user/package.json | false | -| /user/username/package.json | false | -| /user/username/folderAtRoot/package.json | true | -| /user/username/folderAtRoot/folder1/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /usr/package.json | false | -| /usr/username/package.json | false | -| /usr/username/folderAtRoot/package.json | true | -| /usr/username/folderAtRoot/folder1/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /home/package.json | false | -| /home/username/package.json | false | -| /home/username/folderAtRoot/package.json | true | -| /home/username/folderAtRoot/folder1/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: /home/username/folderAtRoot/folder1/folder2 - -Root: /home/username/folderAtRoot/folder1/folder2 - -| File | canWatchAffectingLocation | -| --------------------------------------------------------------------------------- | ------------------------- | -| /package.json | false | -| /folderAtRoot/package.json | false | -| /folderAtRoot/folder1/package.json | false | -| /folderAtRoot/folder1/folder2/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /users/package.json | false | -| /users/username/package.json | false | -| /users/username/folderAtRoot/package.json | true | -| /users/username/folderAtRoot/folder1/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /user/package.json | false | -| /user/username/package.json | false | -| /user/username/folderAtRoot/package.json | true | -| /user/username/folderAtRoot/folder1/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /usr/package.json | false | -| /usr/username/package.json | false | -| /usr/username/folderAtRoot/package.json | true | -| /usr/username/folderAtRoot/folder1/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /home/package.json | false | -| /home/username/package.json | false | -| /home/username/folderAtRoot/package.json | true | -| /home/username/folderAtRoot/folder1/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: /home/username/folderAtRoot/folder1/folder2/folder3 - -Root: /home/username/folderAtRoot/folder1/folder2/folder3 - -| File | canWatchAffectingLocation | -| --------------------------------------------------------------------------------- | ------------------------- | -| /package.json | false | -| /folderAtRoot/package.json | false | -| /folderAtRoot/folder1/package.json | false | -| /folderAtRoot/folder1/folder2/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /users/package.json | false | -| /users/username/package.json | false | -| /users/username/folderAtRoot/package.json | true | -| /users/username/folderAtRoot/folder1/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /user/package.json | false | -| /user/username/package.json | false | -| /user/username/folderAtRoot/package.json | true | -| /user/username/folderAtRoot/folder1/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /usr/package.json | false | -| /usr/username/package.json | false | -| /usr/username/folderAtRoot/package.json | true | -| /usr/username/folderAtRoot/folder1/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /home/package.json | false | -| /home/username/package.json | false | -| /home/username/folderAtRoot/package.json | true | -| /home/username/folderAtRoot/folder1/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: /home/username/folderAtRoot/folder1/folder2/folder3/folder4 - -Root: /home/username/folderAtRoot/folder1/folder2/folder3/folder4 - -| File | canWatchAffectingLocation | -| --------------------------------------------------------------------------------- | ------------------------- | -| /package.json | false | -| /folderAtRoot/package.json | false | -| /folderAtRoot/folder1/package.json | false | -| /folderAtRoot/folder1/folder2/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /users/package.json | false | -| /users/username/package.json | false | -| /users/username/folderAtRoot/package.json | true | -| /users/username/folderAtRoot/folder1/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /user/package.json | false | -| /user/username/package.json | false | -| /user/username/folderAtRoot/package.json | true | -| /user/username/folderAtRoot/folder1/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /usr/package.json | false | -| /usr/username/package.json | false | -| /usr/username/folderAtRoot/package.json | true | -| /usr/username/folderAtRoot/folder1/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /home/package.json | false | -| /home/username/package.json | false | -| /home/username/folderAtRoot/package.json | true | -| /home/username/folderAtRoot/folder1/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - -Root: /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - -| File | canWatchAffectingLocation | -| --------------------------------------------------------------------------------- | ------------------------- | -| /package.json | false | -| /folderAtRoot/package.json | false | -| /folderAtRoot/folder1/package.json | false | -| /folderAtRoot/folder1/folder2/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /users/package.json | false | -| /users/username/package.json | false | -| /users/username/folderAtRoot/package.json | true | -| /users/username/folderAtRoot/folder1/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /user/package.json | false | -| /user/username/package.json | false | -| /user/username/folderAtRoot/package.json | true | -| /user/username/folderAtRoot/folder1/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /usr/package.json | false | -| /usr/username/package.json | false | -| /usr/username/folderAtRoot/package.json | true | -| /usr/username/folderAtRoot/folder1/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| /home/package.json | false | -| /home/username/package.json | false | -| /home/username/folderAtRoot/package.json | true | -| /home/username/folderAtRoot/folder1/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: undefined - -Root: undefined - | File | canWatchAffectingLocation | | --------------------------------------------------------------------------------- | ------------------------- | | /package.json | false | diff --git a/tests/baselines/reference/canWatch/canWatchAffectingLocationUnc.baseline.md b/tests/baselines/reference/canWatch/canWatchAffectingLocationUnc.baseline.md index ad0e31159fe6b..29eabdc73e5a7 100644 --- a/tests/baselines/reference/canWatch/canWatchAffectingLocationUnc.baseline.md +++ b/tests/baselines/reference/canWatch/canWatchAffectingLocationUnc.baseline.md @@ -4,1809 +4,11 @@ Determines if package.json that was found during module resolution and change in ## Testing for Unc root: //vda1cs4850/ -## RootDirForResolution: //vda1cs4850/ - -Root: //vda1cs4850 - -| File | canWatchAffectingLocation | -| --------------------------------------------------------------------------------------------- | ------------------------- | -| //vda1cs4850/package.json | false | -| //vda1cs4850/folderAtRoot/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/users/package.json | false | -| //vda1cs4850/users/username/package.json | false | -| //vda1cs4850/users/username/folderAtRoot/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/user/package.json | true | -| //vda1cs4850/user/username/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/usr/package.json | true | -| //vda1cs4850/usr/username/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/home/package.json | true | -| //vda1cs4850/home/username/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: //vda1cs4850/folderAtRoot - -Root: //vda1cs4850/folderAtRoot - -| File | canWatchAffectingLocation | -| --------------------------------------------------------------------------------------------- | ------------------------- | -| //vda1cs4850/package.json | false | -| //vda1cs4850/folderAtRoot/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/users/package.json | false | -| //vda1cs4850/users/username/package.json | false | -| //vda1cs4850/users/username/folderAtRoot/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/user/package.json | true | -| //vda1cs4850/user/username/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/usr/package.json | true | -| //vda1cs4850/usr/username/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/home/package.json | true | -| //vda1cs4850/home/username/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: //vda1cs4850/folderAtRoot/folder1 - -Root: //vda1cs4850/folderAtRoot/folder1 - -| File | canWatchAffectingLocation | -| --------------------------------------------------------------------------------------------- | ------------------------- | -| //vda1cs4850/package.json | false | -| //vda1cs4850/folderAtRoot/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/users/package.json | false | -| //vda1cs4850/users/username/package.json | false | -| //vda1cs4850/users/username/folderAtRoot/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/user/package.json | true | -| //vda1cs4850/user/username/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/usr/package.json | true | -| //vda1cs4850/usr/username/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/home/package.json | true | -| //vda1cs4850/home/username/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: //vda1cs4850/folderAtRoot/folder1/folder2 - -Root: //vda1cs4850/folderAtRoot/folder1/folder2 - -| File | canWatchAffectingLocation | -| --------------------------------------------------------------------------------------------- | ------------------------- | -| //vda1cs4850/package.json | false | -| //vda1cs4850/folderAtRoot/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/users/package.json | false | -| //vda1cs4850/users/username/package.json | false | -| //vda1cs4850/users/username/folderAtRoot/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/user/package.json | true | -| //vda1cs4850/user/username/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/usr/package.json | true | -| //vda1cs4850/usr/username/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/home/package.json | true | -| //vda1cs4850/home/username/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: //vda1cs4850/folderAtRoot/folder1/folder2/folder3 - -Root: //vda1cs4850/folderAtRoot/folder1/folder2/folder3 - -| File | canWatchAffectingLocation | -| --------------------------------------------------------------------------------------------- | ------------------------- | -| //vda1cs4850/package.json | false | -| //vda1cs4850/folderAtRoot/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/users/package.json | false | -| //vda1cs4850/users/username/package.json | false | -| //vda1cs4850/users/username/folderAtRoot/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/user/package.json | true | -| //vda1cs4850/user/username/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/usr/package.json | true | -| //vda1cs4850/usr/username/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/home/package.json | true | -| //vda1cs4850/home/username/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4 - -Root: //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4 - -| File | canWatchAffectingLocation | -| --------------------------------------------------------------------------------------------- | ------------------------- | -| //vda1cs4850/package.json | false | -| //vda1cs4850/folderAtRoot/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/users/package.json | false | -| //vda1cs4850/users/username/package.json | false | -| //vda1cs4850/users/username/folderAtRoot/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/user/package.json | true | -| //vda1cs4850/user/username/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/usr/package.json | true | -| //vda1cs4850/usr/username/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/home/package.json | true | -| //vda1cs4850/home/username/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - -Root: //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - -| File | canWatchAffectingLocation | -| --------------------------------------------------------------------------------------------- | ------------------------- | -| //vda1cs4850/package.json | false | -| //vda1cs4850/folderAtRoot/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/users/package.json | false | -| //vda1cs4850/users/username/package.json | false | -| //vda1cs4850/users/username/folderAtRoot/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/user/package.json | true | -| //vda1cs4850/user/username/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/usr/package.json | true | -| //vda1cs4850/usr/username/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/home/package.json | true | -| //vda1cs4850/home/username/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: //vda1cs4850/users - -Root: //vda1cs4850/users - -| File | canWatchAffectingLocation | -| --------------------------------------------------------------------------------------------- | ------------------------- | -| //vda1cs4850/package.json | false | -| //vda1cs4850/folderAtRoot/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/users/package.json | false | -| //vda1cs4850/users/username/package.json | false | -| //vda1cs4850/users/username/folderAtRoot/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/user/package.json | true | -| //vda1cs4850/user/username/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/usr/package.json | true | -| //vda1cs4850/usr/username/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/home/package.json | true | -| //vda1cs4850/home/username/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: //vda1cs4850/users/username - -Root: //vda1cs4850/users/username - -| File | canWatchAffectingLocation | -| --------------------------------------------------------------------------------------------- | ------------------------- | -| //vda1cs4850/package.json | false | -| //vda1cs4850/folderAtRoot/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/users/package.json | false | -| //vda1cs4850/users/username/package.json | false | -| //vda1cs4850/users/username/folderAtRoot/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/user/package.json | true | -| //vda1cs4850/user/username/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/usr/package.json | true | -| //vda1cs4850/usr/username/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/home/package.json | true | -| //vda1cs4850/home/username/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: //vda1cs4850/users/username/folderAtRoot - -Root: //vda1cs4850/users/username/folderAtRoot - -| File | canWatchAffectingLocation | -| --------------------------------------------------------------------------------------------- | ------------------------- | -| //vda1cs4850/package.json | false | -| //vda1cs4850/folderAtRoot/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/users/package.json | false | -| //vda1cs4850/users/username/package.json | false | -| //vda1cs4850/users/username/folderAtRoot/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/user/package.json | true | -| //vda1cs4850/user/username/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/usr/package.json | true | -| //vda1cs4850/usr/username/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/home/package.json | true | -| //vda1cs4850/home/username/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: //vda1cs4850/users/username/folderAtRoot/folder1 - -Root: //vda1cs4850/users/username/folderAtRoot/folder1 - -| File | canWatchAffectingLocation | -| --------------------------------------------------------------------------------------------- | ------------------------- | -| //vda1cs4850/package.json | false | -| //vda1cs4850/folderAtRoot/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/users/package.json | false | -| //vda1cs4850/users/username/package.json | false | -| //vda1cs4850/users/username/folderAtRoot/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/user/package.json | true | -| //vda1cs4850/user/username/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/usr/package.json | true | -| //vda1cs4850/usr/username/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/home/package.json | true | -| //vda1cs4850/home/username/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: //vda1cs4850/users/username/folderAtRoot/folder1/folder2 - -Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2 - -| File | canWatchAffectingLocation | -| --------------------------------------------------------------------------------------------- | ------------------------- | -| //vda1cs4850/package.json | false | -| //vda1cs4850/folderAtRoot/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/users/package.json | false | -| //vda1cs4850/users/username/package.json | false | -| //vda1cs4850/users/username/folderAtRoot/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/user/package.json | true | -| //vda1cs4850/user/username/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/usr/package.json | true | -| //vda1cs4850/usr/username/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/home/package.json | true | -| //vda1cs4850/home/username/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3 - -Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3 - -| File | canWatchAffectingLocation | -| --------------------------------------------------------------------------------------------- | ------------------------- | -| //vda1cs4850/package.json | false | -| //vda1cs4850/folderAtRoot/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/users/package.json | false | -| //vda1cs4850/users/username/package.json | false | -| //vda1cs4850/users/username/folderAtRoot/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/user/package.json | true | -| //vda1cs4850/user/username/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/usr/package.json | true | -| //vda1cs4850/usr/username/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/home/package.json | true | -| //vda1cs4850/home/username/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4 - -Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4 - -| File | canWatchAffectingLocation | -| --------------------------------------------------------------------------------------------- | ------------------------- | -| //vda1cs4850/package.json | false | -| //vda1cs4850/folderAtRoot/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/users/package.json | false | -| //vda1cs4850/users/username/package.json | false | -| //vda1cs4850/users/username/folderAtRoot/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/user/package.json | true | -| //vda1cs4850/user/username/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/usr/package.json | true | -| //vda1cs4850/usr/username/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/home/package.json | true | -| //vda1cs4850/home/username/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - -Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - -| File | canWatchAffectingLocation | -| --------------------------------------------------------------------------------------------- | ------------------------- | -| //vda1cs4850/package.json | false | -| //vda1cs4850/folderAtRoot/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/users/package.json | false | -| //vda1cs4850/users/username/package.json | false | -| //vda1cs4850/users/username/folderAtRoot/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/user/package.json | true | -| //vda1cs4850/user/username/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/usr/package.json | true | -| //vda1cs4850/usr/username/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/home/package.json | true | -| //vda1cs4850/home/username/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: //vda1cs4850/user - -Root: //vda1cs4850/user - -| File | canWatchAffectingLocation | -| --------------------------------------------------------------------------------------------- | ------------------------- | -| //vda1cs4850/package.json | false | -| //vda1cs4850/folderAtRoot/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/users/package.json | false | -| //vda1cs4850/users/username/package.json | false | -| //vda1cs4850/users/username/folderAtRoot/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/user/package.json | true | -| //vda1cs4850/user/username/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/usr/package.json | true | -| //vda1cs4850/usr/username/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/home/package.json | true | -| //vda1cs4850/home/username/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: //vda1cs4850/user/username - -Root: //vda1cs4850/user/username - -| File | canWatchAffectingLocation | -| --------------------------------------------------------------------------------------------- | ------------------------- | -| //vda1cs4850/package.json | false | -| //vda1cs4850/folderAtRoot/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/users/package.json | false | -| //vda1cs4850/users/username/package.json | false | -| //vda1cs4850/users/username/folderAtRoot/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/user/package.json | true | -| //vda1cs4850/user/username/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/usr/package.json | true | -| //vda1cs4850/usr/username/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/home/package.json | true | -| //vda1cs4850/home/username/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: //vda1cs4850/user/username/folderAtRoot - -Root: //vda1cs4850/user/username/folderAtRoot - -| File | canWatchAffectingLocation | -| --------------------------------------------------------------------------------------------- | ------------------------- | -| //vda1cs4850/package.json | false | -| //vda1cs4850/folderAtRoot/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/users/package.json | false | -| //vda1cs4850/users/username/package.json | false | -| //vda1cs4850/users/username/folderAtRoot/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/user/package.json | true | -| //vda1cs4850/user/username/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/usr/package.json | true | -| //vda1cs4850/usr/username/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/home/package.json | true | -| //vda1cs4850/home/username/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: //vda1cs4850/user/username/folderAtRoot/folder1 - -Root: //vda1cs4850/user/username/folderAtRoot/folder1 - -| File | canWatchAffectingLocation | -| --------------------------------------------------------------------------------------------- | ------------------------- | -| //vda1cs4850/package.json | false | -| //vda1cs4850/folderAtRoot/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/users/package.json | false | -| //vda1cs4850/users/username/package.json | false | -| //vda1cs4850/users/username/folderAtRoot/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/user/package.json | true | -| //vda1cs4850/user/username/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/usr/package.json | true | -| //vda1cs4850/usr/username/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/home/package.json | true | -| //vda1cs4850/home/username/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: //vda1cs4850/user/username/folderAtRoot/folder1/folder2 - -Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2 - -| File | canWatchAffectingLocation | -| --------------------------------------------------------------------------------------------- | ------------------------- | -| //vda1cs4850/package.json | false | -| //vda1cs4850/folderAtRoot/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/users/package.json | false | -| //vda1cs4850/users/username/package.json | false | -| //vda1cs4850/users/username/folderAtRoot/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/user/package.json | true | -| //vda1cs4850/user/username/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/usr/package.json | true | -| //vda1cs4850/usr/username/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/home/package.json | true | -| //vda1cs4850/home/username/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3 - -Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3 - -| File | canWatchAffectingLocation | -| --------------------------------------------------------------------------------------------- | ------------------------- | -| //vda1cs4850/package.json | false | -| //vda1cs4850/folderAtRoot/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/users/package.json | false | -| //vda1cs4850/users/username/package.json | false | -| //vda1cs4850/users/username/folderAtRoot/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/user/package.json | true | -| //vda1cs4850/user/username/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/usr/package.json | true | -| //vda1cs4850/usr/username/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/home/package.json | true | -| //vda1cs4850/home/username/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4 - -Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4 - -| File | canWatchAffectingLocation | -| --------------------------------------------------------------------------------------------- | ------------------------- | -| //vda1cs4850/package.json | false | -| //vda1cs4850/folderAtRoot/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/users/package.json | false | -| //vda1cs4850/users/username/package.json | false | -| //vda1cs4850/users/username/folderAtRoot/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/user/package.json | true | -| //vda1cs4850/user/username/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/usr/package.json | true | -| //vda1cs4850/usr/username/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/home/package.json | true | -| //vda1cs4850/home/username/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - -Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - -| File | canWatchAffectingLocation | -| --------------------------------------------------------------------------------------------- | ------------------------- | -| //vda1cs4850/package.json | false | -| //vda1cs4850/folderAtRoot/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/users/package.json | false | -| //vda1cs4850/users/username/package.json | false | -| //vda1cs4850/users/username/folderAtRoot/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/user/package.json | true | -| //vda1cs4850/user/username/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/usr/package.json | true | -| //vda1cs4850/usr/username/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/home/package.json | true | -| //vda1cs4850/home/username/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: //vda1cs4850/usr - -Root: //vda1cs4850/usr - -| File | canWatchAffectingLocation | -| --------------------------------------------------------------------------------------------- | ------------------------- | -| //vda1cs4850/package.json | false | -| //vda1cs4850/folderAtRoot/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/users/package.json | false | -| //vda1cs4850/users/username/package.json | false | -| //vda1cs4850/users/username/folderAtRoot/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/user/package.json | true | -| //vda1cs4850/user/username/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/usr/package.json | true | -| //vda1cs4850/usr/username/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/home/package.json | true | -| //vda1cs4850/home/username/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: //vda1cs4850/usr/username - -Root: //vda1cs4850/usr/username - -| File | canWatchAffectingLocation | -| --------------------------------------------------------------------------------------------- | ------------------------- | -| //vda1cs4850/package.json | false | -| //vda1cs4850/folderAtRoot/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/users/package.json | false | -| //vda1cs4850/users/username/package.json | false | -| //vda1cs4850/users/username/folderAtRoot/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/user/package.json | true | -| //vda1cs4850/user/username/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/usr/package.json | true | -| //vda1cs4850/usr/username/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/home/package.json | true | -| //vda1cs4850/home/username/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: //vda1cs4850/usr/username/folderAtRoot - -Root: //vda1cs4850/usr/username/folderAtRoot - -| File | canWatchAffectingLocation | -| --------------------------------------------------------------------------------------------- | ------------------------- | -| //vda1cs4850/package.json | false | -| //vda1cs4850/folderAtRoot/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/users/package.json | false | -| //vda1cs4850/users/username/package.json | false | -| //vda1cs4850/users/username/folderAtRoot/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/user/package.json | true | -| //vda1cs4850/user/username/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/usr/package.json | true | -| //vda1cs4850/usr/username/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/home/package.json | true | -| //vda1cs4850/home/username/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: //vda1cs4850/usr/username/folderAtRoot/folder1 - -Root: //vda1cs4850/usr/username/folderAtRoot/folder1 - -| File | canWatchAffectingLocation | -| --------------------------------------------------------------------------------------------- | ------------------------- | -| //vda1cs4850/package.json | false | -| //vda1cs4850/folderAtRoot/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/users/package.json | false | -| //vda1cs4850/users/username/package.json | false | -| //vda1cs4850/users/username/folderAtRoot/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/user/package.json | true | -| //vda1cs4850/user/username/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/usr/package.json | true | -| //vda1cs4850/usr/username/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/home/package.json | true | -| //vda1cs4850/home/username/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2 - -Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2 - -| File | canWatchAffectingLocation | -| --------------------------------------------------------------------------------------------- | ------------------------- | -| //vda1cs4850/package.json | false | -| //vda1cs4850/folderAtRoot/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/users/package.json | false | -| //vda1cs4850/users/username/package.json | false | -| //vda1cs4850/users/username/folderAtRoot/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/user/package.json | true | -| //vda1cs4850/user/username/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/usr/package.json | true | -| //vda1cs4850/usr/username/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/home/package.json | true | -| //vda1cs4850/home/username/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3 - -Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3 - -| File | canWatchAffectingLocation | -| --------------------------------------------------------------------------------------------- | ------------------------- | -| //vda1cs4850/package.json | false | -| //vda1cs4850/folderAtRoot/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/users/package.json | false | -| //vda1cs4850/users/username/package.json | false | -| //vda1cs4850/users/username/folderAtRoot/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/user/package.json | true | -| //vda1cs4850/user/username/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/usr/package.json | true | -| //vda1cs4850/usr/username/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/home/package.json | true | -| //vda1cs4850/home/username/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 - -Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 - -| File | canWatchAffectingLocation | -| --------------------------------------------------------------------------------------------- | ------------------------- | -| //vda1cs4850/package.json | false | -| //vda1cs4850/folderAtRoot/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/users/package.json | false | -| //vda1cs4850/users/username/package.json | false | -| //vda1cs4850/users/username/folderAtRoot/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/user/package.json | true | -| //vda1cs4850/user/username/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/usr/package.json | true | -| //vda1cs4850/usr/username/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/home/package.json | true | -| //vda1cs4850/home/username/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - -Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - -| File | canWatchAffectingLocation | -| --------------------------------------------------------------------------------------------- | ------------------------- | -| //vda1cs4850/package.json | false | -| //vda1cs4850/folderAtRoot/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/users/package.json | false | -| //vda1cs4850/users/username/package.json | false | -| //vda1cs4850/users/username/folderAtRoot/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/user/package.json | true | -| //vda1cs4850/user/username/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/usr/package.json | true | -| //vda1cs4850/usr/username/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/home/package.json | true | -| //vda1cs4850/home/username/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: //vda1cs4850/home - -Root: //vda1cs4850/home - -| File | canWatchAffectingLocation | -| --------------------------------------------------------------------------------------------- | ------------------------- | -| //vda1cs4850/package.json | false | -| //vda1cs4850/folderAtRoot/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/users/package.json | false | -| //vda1cs4850/users/username/package.json | false | -| //vda1cs4850/users/username/folderAtRoot/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/user/package.json | true | -| //vda1cs4850/user/username/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/usr/package.json | true | -| //vda1cs4850/usr/username/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/home/package.json | true | -| //vda1cs4850/home/username/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: //vda1cs4850/home/username - -Root: //vda1cs4850/home/username - -| File | canWatchAffectingLocation | -| --------------------------------------------------------------------------------------------- | ------------------------- | -| //vda1cs4850/package.json | false | -| //vda1cs4850/folderAtRoot/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/users/package.json | false | -| //vda1cs4850/users/username/package.json | false | -| //vda1cs4850/users/username/folderAtRoot/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/user/package.json | true | -| //vda1cs4850/user/username/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/usr/package.json | true | -| //vda1cs4850/usr/username/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/home/package.json | true | -| //vda1cs4850/home/username/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: //vda1cs4850/home/username/folderAtRoot - -Root: //vda1cs4850/home/username/folderAtRoot - -| File | canWatchAffectingLocation | -| --------------------------------------------------------------------------------------------- | ------------------------- | -| //vda1cs4850/package.json | false | -| //vda1cs4850/folderAtRoot/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/users/package.json | false | -| //vda1cs4850/users/username/package.json | false | -| //vda1cs4850/users/username/folderAtRoot/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/user/package.json | true | -| //vda1cs4850/user/username/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/usr/package.json | true | -| //vda1cs4850/usr/username/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/home/package.json | true | -| //vda1cs4850/home/username/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: //vda1cs4850/home/username/folderAtRoot/folder1 - -Root: //vda1cs4850/home/username/folderAtRoot/folder1 - -| File | canWatchAffectingLocation | -| --------------------------------------------------------------------------------------------- | ------------------------- | -| //vda1cs4850/package.json | false | -| //vda1cs4850/folderAtRoot/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/users/package.json | false | -| //vda1cs4850/users/username/package.json | false | -| //vda1cs4850/users/username/folderAtRoot/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/user/package.json | true | -| //vda1cs4850/user/username/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/usr/package.json | true | -| //vda1cs4850/usr/username/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/home/package.json | true | -| //vda1cs4850/home/username/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: //vda1cs4850/home/username/folderAtRoot/folder1/folder2 - -Root: //vda1cs4850/home/username/folderAtRoot/folder1/folder2 - -| File | canWatchAffectingLocation | -| --------------------------------------------------------------------------------------------- | ------------------------- | -| //vda1cs4850/package.json | false | -| //vda1cs4850/folderAtRoot/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/users/package.json | false | -| //vda1cs4850/users/username/package.json | false | -| //vda1cs4850/users/username/folderAtRoot/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/user/package.json | true | -| //vda1cs4850/user/username/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/usr/package.json | true | -| //vda1cs4850/usr/username/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/home/package.json | true | -| //vda1cs4850/home/username/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3 - -Root: //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3 - -| File | canWatchAffectingLocation | -| --------------------------------------------------------------------------------------------- | ------------------------- | -| //vda1cs4850/package.json | false | -| //vda1cs4850/folderAtRoot/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/users/package.json | false | -| //vda1cs4850/users/username/package.json | false | -| //vda1cs4850/users/username/folderAtRoot/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/user/package.json | true | -| //vda1cs4850/user/username/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/usr/package.json | true | -| //vda1cs4850/usr/username/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/home/package.json | true | -| //vda1cs4850/home/username/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4 - -Root: //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4 - -| File | canWatchAffectingLocation | -| --------------------------------------------------------------------------------------------- | ------------------------- | -| //vda1cs4850/package.json | false | -| //vda1cs4850/folderAtRoot/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/users/package.json | false | -| //vda1cs4850/users/username/package.json | false | -| //vda1cs4850/users/username/folderAtRoot/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/user/package.json | true | -| //vda1cs4850/user/username/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/usr/package.json | true | -| //vda1cs4850/usr/username/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/home/package.json | true | -| //vda1cs4850/home/username/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - -Root: //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - -| File | canWatchAffectingLocation | -| --------------------------------------------------------------------------------------------- | ------------------------- | -| //vda1cs4850/package.json | false | -| //vda1cs4850/folderAtRoot/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/users/package.json | false | -| //vda1cs4850/users/username/package.json | false | -| //vda1cs4850/users/username/folderAtRoot/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/user/package.json | true | -| //vda1cs4850/user/username/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/usr/package.json | true | -| //vda1cs4850/usr/username/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/home/package.json | true | -| //vda1cs4850/home/username/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: undefined - -Root: undefined - | File | canWatchAffectingLocation | | --------------------------------------------------------------------------------------------- | ------------------------- | | //vda1cs4850/package.json | false | -| //vda1cs4850/folderAtRoot/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/package.json | true | +| //vda1cs4850/folderAtRoot/package.json | false | +| //vda1cs4850/folderAtRoot/folder1/package.json | false | | //vda1cs4850/folderAtRoot/folder1/folder2/package.json | true | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/package.json | true | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | @@ -1819,24 +21,24 @@ Root: undefined | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/user/package.json | true | -| //vda1cs4850/user/username/package.json | true | +| //vda1cs4850/user/package.json | false | +| //vda1cs4850/user/username/package.json | false | | //vda1cs4850/user/username/folderAtRoot/package.json | true | | //vda1cs4850/user/username/folderAtRoot/folder1/package.json | true | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/package.json | true | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/usr/package.json | true | -| //vda1cs4850/usr/username/package.json | true | +| //vda1cs4850/usr/package.json | false | +| //vda1cs4850/usr/username/package.json | false | | //vda1cs4850/usr/username/folderAtRoot/package.json | true | | //vda1cs4850/usr/username/folderAtRoot/folder1/package.json | true | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/package.json | true | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/home/package.json | true | -| //vda1cs4850/home/username/package.json | true | +| //vda1cs4850/home/package.json | false | +| //vda1cs4850/home/username/package.json | false | | //vda1cs4850/home/username/folderAtRoot/package.json | true | | //vda1cs4850/home/username/folderAtRoot/folder1/package.json | true | | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/package.json | true | diff --git a/tests/baselines/reference/canWatch/canWatchAffectingLocationUncDos.baseline.md b/tests/baselines/reference/canWatch/canWatchAffectingLocationUncDos.baseline.md index c6657752b8e1c..83db7c97ac7eb 100644 --- a/tests/baselines/reference/canWatch/canWatchAffectingLocationUncDos.baseline.md +++ b/tests/baselines/reference/canWatch/canWatchAffectingLocationUncDos.baseline.md @@ -4,1804 +4,6 @@ Determines if package.json that was found during module resolution and change in ## Testing for UncDos root: //vda1cs4850/c$ -## RootDirForResolution: //vda1cs4850/c$ - -Root: //vda1cs4850/c$ - -| File | canWatchAffectingLocation | -| ------------------------------------------------------------------------------------------------ | ------------------------- | -| //vda1cs4850/c$/package.json | false | -| //vda1cs4850/c$/folderAtRoot/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/users/package.json | false | -| //vda1cs4850/c$/users/username/package.json | false | -| //vda1cs4850/c$/users/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/user/package.json | true | -| //vda1cs4850/c$/user/username/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/usr/package.json | true | -| //vda1cs4850/c$/usr/username/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/home/package.json | true | -| //vda1cs4850/c$/home/username/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: //vda1cs4850/c$/folderAtRoot - -Root: //vda1cs4850/c$/folderAtRoot - -| File | canWatchAffectingLocation | -| ------------------------------------------------------------------------------------------------ | ------------------------- | -| //vda1cs4850/c$/package.json | false | -| //vda1cs4850/c$/folderAtRoot/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/users/package.json | false | -| //vda1cs4850/c$/users/username/package.json | false | -| //vda1cs4850/c$/users/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/user/package.json | true | -| //vda1cs4850/c$/user/username/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/usr/package.json | true | -| //vda1cs4850/c$/usr/username/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/home/package.json | true | -| //vda1cs4850/c$/home/username/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: //vda1cs4850/c$/folderAtRoot/folder1 - -Root: //vda1cs4850/c$/folderAtRoot/folder1 - -| File | canWatchAffectingLocation | -| ------------------------------------------------------------------------------------------------ | ------------------------- | -| //vda1cs4850/c$/package.json | false | -| //vda1cs4850/c$/folderAtRoot/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/users/package.json | false | -| //vda1cs4850/c$/users/username/package.json | false | -| //vda1cs4850/c$/users/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/user/package.json | true | -| //vda1cs4850/c$/user/username/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/usr/package.json | true | -| //vda1cs4850/c$/usr/username/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/home/package.json | true | -| //vda1cs4850/c$/home/username/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: //vda1cs4850/c$/folderAtRoot/folder1/folder2 - -Root: //vda1cs4850/c$/folderAtRoot/folder1/folder2 - -| File | canWatchAffectingLocation | -| ------------------------------------------------------------------------------------------------ | ------------------------- | -| //vda1cs4850/c$/package.json | false | -| //vda1cs4850/c$/folderAtRoot/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/users/package.json | false | -| //vda1cs4850/c$/users/username/package.json | false | -| //vda1cs4850/c$/users/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/user/package.json | true | -| //vda1cs4850/c$/user/username/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/usr/package.json | true | -| //vda1cs4850/c$/usr/username/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/home/package.json | true | -| //vda1cs4850/c$/home/username/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3 - -Root: //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3 - -| File | canWatchAffectingLocation | -| ------------------------------------------------------------------------------------------------ | ------------------------- | -| //vda1cs4850/c$/package.json | false | -| //vda1cs4850/c$/folderAtRoot/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/users/package.json | false | -| //vda1cs4850/c$/users/username/package.json | false | -| //vda1cs4850/c$/users/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/user/package.json | true | -| //vda1cs4850/c$/user/username/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/usr/package.json | true | -| //vda1cs4850/c$/usr/username/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/home/package.json | true | -| //vda1cs4850/c$/home/username/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4 - -Root: //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4 - -| File | canWatchAffectingLocation | -| ------------------------------------------------------------------------------------------------ | ------------------------- | -| //vda1cs4850/c$/package.json | false | -| //vda1cs4850/c$/folderAtRoot/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/users/package.json | false | -| //vda1cs4850/c$/users/username/package.json | false | -| //vda1cs4850/c$/users/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/user/package.json | true | -| //vda1cs4850/c$/user/username/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/usr/package.json | true | -| //vda1cs4850/c$/usr/username/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/home/package.json | true | -| //vda1cs4850/c$/home/username/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - -Root: //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - -| File | canWatchAffectingLocation | -| ------------------------------------------------------------------------------------------------ | ------------------------- | -| //vda1cs4850/c$/package.json | false | -| //vda1cs4850/c$/folderAtRoot/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/users/package.json | false | -| //vda1cs4850/c$/users/username/package.json | false | -| //vda1cs4850/c$/users/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/user/package.json | true | -| //vda1cs4850/c$/user/username/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/usr/package.json | true | -| //vda1cs4850/c$/usr/username/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/home/package.json | true | -| //vda1cs4850/c$/home/username/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: //vda1cs4850/c$/users - -Root: //vda1cs4850/c$/users - -| File | canWatchAffectingLocation | -| ------------------------------------------------------------------------------------------------ | ------------------------- | -| //vda1cs4850/c$/package.json | false | -| //vda1cs4850/c$/folderAtRoot/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/users/package.json | false | -| //vda1cs4850/c$/users/username/package.json | false | -| //vda1cs4850/c$/users/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/user/package.json | true | -| //vda1cs4850/c$/user/username/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/usr/package.json | true | -| //vda1cs4850/c$/usr/username/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/home/package.json | true | -| //vda1cs4850/c$/home/username/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: //vda1cs4850/c$/users/username - -Root: //vda1cs4850/c$/users/username - -| File | canWatchAffectingLocation | -| ------------------------------------------------------------------------------------------------ | ------------------------- | -| //vda1cs4850/c$/package.json | false | -| //vda1cs4850/c$/folderAtRoot/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/users/package.json | false | -| //vda1cs4850/c$/users/username/package.json | false | -| //vda1cs4850/c$/users/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/user/package.json | true | -| //vda1cs4850/c$/user/username/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/usr/package.json | true | -| //vda1cs4850/c$/usr/username/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/home/package.json | true | -| //vda1cs4850/c$/home/username/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: //vda1cs4850/c$/users/username/folderAtRoot - -Root: //vda1cs4850/c$/users/username/folderAtRoot - -| File | canWatchAffectingLocation | -| ------------------------------------------------------------------------------------------------ | ------------------------- | -| //vda1cs4850/c$/package.json | false | -| //vda1cs4850/c$/folderAtRoot/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/users/package.json | false | -| //vda1cs4850/c$/users/username/package.json | false | -| //vda1cs4850/c$/users/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/user/package.json | true | -| //vda1cs4850/c$/user/username/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/usr/package.json | true | -| //vda1cs4850/c$/usr/username/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/home/package.json | true | -| //vda1cs4850/c$/home/username/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: //vda1cs4850/c$/users/username/folderAtRoot/folder1 - -Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1 - -| File | canWatchAffectingLocation | -| ------------------------------------------------------------------------------------------------ | ------------------------- | -| //vda1cs4850/c$/package.json | false | -| //vda1cs4850/c$/folderAtRoot/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/users/package.json | false | -| //vda1cs4850/c$/users/username/package.json | false | -| //vda1cs4850/c$/users/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/user/package.json | true | -| //vda1cs4850/c$/user/username/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/usr/package.json | true | -| //vda1cs4850/c$/usr/username/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/home/package.json | true | -| //vda1cs4850/c$/home/username/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2 - -Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2 - -| File | canWatchAffectingLocation | -| ------------------------------------------------------------------------------------------------ | ------------------------- | -| //vda1cs4850/c$/package.json | false | -| //vda1cs4850/c$/folderAtRoot/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/users/package.json | false | -| //vda1cs4850/c$/users/username/package.json | false | -| //vda1cs4850/c$/users/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/user/package.json | true | -| //vda1cs4850/c$/user/username/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/usr/package.json | true | -| //vda1cs4850/c$/usr/username/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/home/package.json | true | -| //vda1cs4850/c$/home/username/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3 - -Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3 - -| File | canWatchAffectingLocation | -| ------------------------------------------------------------------------------------------------ | ------------------------- | -| //vda1cs4850/c$/package.json | false | -| //vda1cs4850/c$/folderAtRoot/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/users/package.json | false | -| //vda1cs4850/c$/users/username/package.json | false | -| //vda1cs4850/c$/users/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/user/package.json | true | -| //vda1cs4850/c$/user/username/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/usr/package.json | true | -| //vda1cs4850/c$/usr/username/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/home/package.json | true | -| //vda1cs4850/c$/home/username/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4 - -Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4 - -| File | canWatchAffectingLocation | -| ------------------------------------------------------------------------------------------------ | ------------------------- | -| //vda1cs4850/c$/package.json | false | -| //vda1cs4850/c$/folderAtRoot/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/users/package.json | false | -| //vda1cs4850/c$/users/username/package.json | false | -| //vda1cs4850/c$/users/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/user/package.json | true | -| //vda1cs4850/c$/user/username/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/usr/package.json | true | -| //vda1cs4850/c$/usr/username/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/home/package.json | true | -| //vda1cs4850/c$/home/username/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - -Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - -| File | canWatchAffectingLocation | -| ------------------------------------------------------------------------------------------------ | ------------------------- | -| //vda1cs4850/c$/package.json | false | -| //vda1cs4850/c$/folderAtRoot/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/users/package.json | false | -| //vda1cs4850/c$/users/username/package.json | false | -| //vda1cs4850/c$/users/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/user/package.json | true | -| //vda1cs4850/c$/user/username/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/usr/package.json | true | -| //vda1cs4850/c$/usr/username/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/home/package.json | true | -| //vda1cs4850/c$/home/username/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: //vda1cs4850/c$/user - -Root: //vda1cs4850/c$/user - -| File | canWatchAffectingLocation | -| ------------------------------------------------------------------------------------------------ | ------------------------- | -| //vda1cs4850/c$/package.json | false | -| //vda1cs4850/c$/folderAtRoot/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/users/package.json | false | -| //vda1cs4850/c$/users/username/package.json | false | -| //vda1cs4850/c$/users/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/user/package.json | true | -| //vda1cs4850/c$/user/username/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/usr/package.json | true | -| //vda1cs4850/c$/usr/username/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/home/package.json | true | -| //vda1cs4850/c$/home/username/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: //vda1cs4850/c$/user/username - -Root: //vda1cs4850/c$/user/username - -| File | canWatchAffectingLocation | -| ------------------------------------------------------------------------------------------------ | ------------------------- | -| //vda1cs4850/c$/package.json | false | -| //vda1cs4850/c$/folderAtRoot/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/users/package.json | false | -| //vda1cs4850/c$/users/username/package.json | false | -| //vda1cs4850/c$/users/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/user/package.json | true | -| //vda1cs4850/c$/user/username/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/usr/package.json | true | -| //vda1cs4850/c$/usr/username/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/home/package.json | true | -| //vda1cs4850/c$/home/username/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: //vda1cs4850/c$/user/username/folderAtRoot - -Root: //vda1cs4850/c$/user/username/folderAtRoot - -| File | canWatchAffectingLocation | -| ------------------------------------------------------------------------------------------------ | ------------------------- | -| //vda1cs4850/c$/package.json | false | -| //vda1cs4850/c$/folderAtRoot/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/users/package.json | false | -| //vda1cs4850/c$/users/username/package.json | false | -| //vda1cs4850/c$/users/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/user/package.json | true | -| //vda1cs4850/c$/user/username/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/usr/package.json | true | -| //vda1cs4850/c$/usr/username/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/home/package.json | true | -| //vda1cs4850/c$/home/username/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: //vda1cs4850/c$/user/username/folderAtRoot/folder1 - -Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1 - -| File | canWatchAffectingLocation | -| ------------------------------------------------------------------------------------------------ | ------------------------- | -| //vda1cs4850/c$/package.json | false | -| //vda1cs4850/c$/folderAtRoot/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/users/package.json | false | -| //vda1cs4850/c$/users/username/package.json | false | -| //vda1cs4850/c$/users/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/user/package.json | true | -| //vda1cs4850/c$/user/username/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/usr/package.json | true | -| //vda1cs4850/c$/usr/username/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/home/package.json | true | -| //vda1cs4850/c$/home/username/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2 - -Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2 - -| File | canWatchAffectingLocation | -| ------------------------------------------------------------------------------------------------ | ------------------------- | -| //vda1cs4850/c$/package.json | false | -| //vda1cs4850/c$/folderAtRoot/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/users/package.json | false | -| //vda1cs4850/c$/users/username/package.json | false | -| //vda1cs4850/c$/users/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/user/package.json | true | -| //vda1cs4850/c$/user/username/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/usr/package.json | true | -| //vda1cs4850/c$/usr/username/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/home/package.json | true | -| //vda1cs4850/c$/home/username/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3 - -Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3 - -| File | canWatchAffectingLocation | -| ------------------------------------------------------------------------------------------------ | ------------------------- | -| //vda1cs4850/c$/package.json | false | -| //vda1cs4850/c$/folderAtRoot/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/users/package.json | false | -| //vda1cs4850/c$/users/username/package.json | false | -| //vda1cs4850/c$/users/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/user/package.json | true | -| //vda1cs4850/c$/user/username/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/usr/package.json | true | -| //vda1cs4850/c$/usr/username/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/home/package.json | true | -| //vda1cs4850/c$/home/username/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4 - -Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4 - -| File | canWatchAffectingLocation | -| ------------------------------------------------------------------------------------------------ | ------------------------- | -| //vda1cs4850/c$/package.json | false | -| //vda1cs4850/c$/folderAtRoot/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/users/package.json | false | -| //vda1cs4850/c$/users/username/package.json | false | -| //vda1cs4850/c$/users/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/user/package.json | true | -| //vda1cs4850/c$/user/username/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/usr/package.json | true | -| //vda1cs4850/c$/usr/username/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/home/package.json | true | -| //vda1cs4850/c$/home/username/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - -Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - -| File | canWatchAffectingLocation | -| ------------------------------------------------------------------------------------------------ | ------------------------- | -| //vda1cs4850/c$/package.json | false | -| //vda1cs4850/c$/folderAtRoot/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/users/package.json | false | -| //vda1cs4850/c$/users/username/package.json | false | -| //vda1cs4850/c$/users/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/user/package.json | true | -| //vda1cs4850/c$/user/username/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/usr/package.json | true | -| //vda1cs4850/c$/usr/username/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/home/package.json | true | -| //vda1cs4850/c$/home/username/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: //vda1cs4850/c$/usr - -Root: //vda1cs4850/c$/usr - -| File | canWatchAffectingLocation | -| ------------------------------------------------------------------------------------------------ | ------------------------- | -| //vda1cs4850/c$/package.json | false | -| //vda1cs4850/c$/folderAtRoot/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/users/package.json | false | -| //vda1cs4850/c$/users/username/package.json | false | -| //vda1cs4850/c$/users/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/user/package.json | true | -| //vda1cs4850/c$/user/username/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/usr/package.json | true | -| //vda1cs4850/c$/usr/username/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/home/package.json | true | -| //vda1cs4850/c$/home/username/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: //vda1cs4850/c$/usr/username - -Root: //vda1cs4850/c$/usr/username - -| File | canWatchAffectingLocation | -| ------------------------------------------------------------------------------------------------ | ------------------------- | -| //vda1cs4850/c$/package.json | false | -| //vda1cs4850/c$/folderAtRoot/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/users/package.json | false | -| //vda1cs4850/c$/users/username/package.json | false | -| //vda1cs4850/c$/users/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/user/package.json | true | -| //vda1cs4850/c$/user/username/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/usr/package.json | true | -| //vda1cs4850/c$/usr/username/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/home/package.json | true | -| //vda1cs4850/c$/home/username/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: //vda1cs4850/c$/usr/username/folderAtRoot - -Root: //vda1cs4850/c$/usr/username/folderAtRoot - -| File | canWatchAffectingLocation | -| ------------------------------------------------------------------------------------------------ | ------------------------- | -| //vda1cs4850/c$/package.json | false | -| //vda1cs4850/c$/folderAtRoot/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/users/package.json | false | -| //vda1cs4850/c$/users/username/package.json | false | -| //vda1cs4850/c$/users/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/user/package.json | true | -| //vda1cs4850/c$/user/username/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/usr/package.json | true | -| //vda1cs4850/c$/usr/username/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/home/package.json | true | -| //vda1cs4850/c$/home/username/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: //vda1cs4850/c$/usr/username/folderAtRoot/folder1 - -Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1 - -| File | canWatchAffectingLocation | -| ------------------------------------------------------------------------------------------------ | ------------------------- | -| //vda1cs4850/c$/package.json | false | -| //vda1cs4850/c$/folderAtRoot/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/users/package.json | false | -| //vda1cs4850/c$/users/username/package.json | false | -| //vda1cs4850/c$/users/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/user/package.json | true | -| //vda1cs4850/c$/user/username/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/usr/package.json | true | -| //vda1cs4850/c$/usr/username/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/home/package.json | true | -| //vda1cs4850/c$/home/username/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2 - -Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2 - -| File | canWatchAffectingLocation | -| ------------------------------------------------------------------------------------------------ | ------------------------- | -| //vda1cs4850/c$/package.json | false | -| //vda1cs4850/c$/folderAtRoot/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/users/package.json | false | -| //vda1cs4850/c$/users/username/package.json | false | -| //vda1cs4850/c$/users/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/user/package.json | true | -| //vda1cs4850/c$/user/username/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/usr/package.json | true | -| //vda1cs4850/c$/usr/username/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/home/package.json | true | -| //vda1cs4850/c$/home/username/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3 - -Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3 - -| File | canWatchAffectingLocation | -| ------------------------------------------------------------------------------------------------ | ------------------------- | -| //vda1cs4850/c$/package.json | false | -| //vda1cs4850/c$/folderAtRoot/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/users/package.json | false | -| //vda1cs4850/c$/users/username/package.json | false | -| //vda1cs4850/c$/users/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/user/package.json | true | -| //vda1cs4850/c$/user/username/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/usr/package.json | true | -| //vda1cs4850/c$/usr/username/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/home/package.json | true | -| //vda1cs4850/c$/home/username/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 - -Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 - -| File | canWatchAffectingLocation | -| ------------------------------------------------------------------------------------------------ | ------------------------- | -| //vda1cs4850/c$/package.json | false | -| //vda1cs4850/c$/folderAtRoot/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/users/package.json | false | -| //vda1cs4850/c$/users/username/package.json | false | -| //vda1cs4850/c$/users/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/user/package.json | true | -| //vda1cs4850/c$/user/username/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/usr/package.json | true | -| //vda1cs4850/c$/usr/username/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/home/package.json | true | -| //vda1cs4850/c$/home/username/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - -Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - -| File | canWatchAffectingLocation | -| ------------------------------------------------------------------------------------------------ | ------------------------- | -| //vda1cs4850/c$/package.json | false | -| //vda1cs4850/c$/folderAtRoot/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/users/package.json | false | -| //vda1cs4850/c$/users/username/package.json | false | -| //vda1cs4850/c$/users/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/user/package.json | true | -| //vda1cs4850/c$/user/username/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/usr/package.json | true | -| //vda1cs4850/c$/usr/username/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/home/package.json | true | -| //vda1cs4850/c$/home/username/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: //vda1cs4850/c$/home - -Root: //vda1cs4850/c$/home - -| File | canWatchAffectingLocation | -| ------------------------------------------------------------------------------------------------ | ------------------------- | -| //vda1cs4850/c$/package.json | false | -| //vda1cs4850/c$/folderAtRoot/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/users/package.json | false | -| //vda1cs4850/c$/users/username/package.json | false | -| //vda1cs4850/c$/users/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/user/package.json | true | -| //vda1cs4850/c$/user/username/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/usr/package.json | true | -| //vda1cs4850/c$/usr/username/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/home/package.json | true | -| //vda1cs4850/c$/home/username/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: //vda1cs4850/c$/home/username - -Root: //vda1cs4850/c$/home/username - -| File | canWatchAffectingLocation | -| ------------------------------------------------------------------------------------------------ | ------------------------- | -| //vda1cs4850/c$/package.json | false | -| //vda1cs4850/c$/folderAtRoot/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/users/package.json | false | -| //vda1cs4850/c$/users/username/package.json | false | -| //vda1cs4850/c$/users/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/user/package.json | true | -| //vda1cs4850/c$/user/username/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/usr/package.json | true | -| //vda1cs4850/c$/usr/username/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/home/package.json | true | -| //vda1cs4850/c$/home/username/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: //vda1cs4850/c$/home/username/folderAtRoot - -Root: //vda1cs4850/c$/home/username/folderAtRoot - -| File | canWatchAffectingLocation | -| ------------------------------------------------------------------------------------------------ | ------------------------- | -| //vda1cs4850/c$/package.json | false | -| //vda1cs4850/c$/folderAtRoot/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/users/package.json | false | -| //vda1cs4850/c$/users/username/package.json | false | -| //vda1cs4850/c$/users/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/user/package.json | true | -| //vda1cs4850/c$/user/username/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/usr/package.json | true | -| //vda1cs4850/c$/usr/username/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/home/package.json | true | -| //vda1cs4850/c$/home/username/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: //vda1cs4850/c$/home/username/folderAtRoot/folder1 - -Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1 - -| File | canWatchAffectingLocation | -| ------------------------------------------------------------------------------------------------ | ------------------------- | -| //vda1cs4850/c$/package.json | false | -| //vda1cs4850/c$/folderAtRoot/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/users/package.json | false | -| //vda1cs4850/c$/users/username/package.json | false | -| //vda1cs4850/c$/users/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/user/package.json | true | -| //vda1cs4850/c$/user/username/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/usr/package.json | true | -| //vda1cs4850/c$/usr/username/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/home/package.json | true | -| //vda1cs4850/c$/home/username/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2 - -Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2 - -| File | canWatchAffectingLocation | -| ------------------------------------------------------------------------------------------------ | ------------------------- | -| //vda1cs4850/c$/package.json | false | -| //vda1cs4850/c$/folderAtRoot/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/users/package.json | false | -| //vda1cs4850/c$/users/username/package.json | false | -| //vda1cs4850/c$/users/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/user/package.json | true | -| //vda1cs4850/c$/user/username/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/usr/package.json | true | -| //vda1cs4850/c$/usr/username/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/home/package.json | true | -| //vda1cs4850/c$/home/username/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3 - -Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3 - -| File | canWatchAffectingLocation | -| ------------------------------------------------------------------------------------------------ | ------------------------- | -| //vda1cs4850/c$/package.json | false | -| //vda1cs4850/c$/folderAtRoot/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/users/package.json | false | -| //vda1cs4850/c$/users/username/package.json | false | -| //vda1cs4850/c$/users/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/user/package.json | true | -| //vda1cs4850/c$/user/username/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/usr/package.json | true | -| //vda1cs4850/c$/usr/username/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/home/package.json | true | -| //vda1cs4850/c$/home/username/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4 - -Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4 - -| File | canWatchAffectingLocation | -| ------------------------------------------------------------------------------------------------ | ------------------------- | -| //vda1cs4850/c$/package.json | false | -| //vda1cs4850/c$/folderAtRoot/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/users/package.json | false | -| //vda1cs4850/c$/users/username/package.json | false | -| //vda1cs4850/c$/users/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/user/package.json | true | -| //vda1cs4850/c$/user/username/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/usr/package.json | true | -| //vda1cs4850/c$/usr/username/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/home/package.json | true | -| //vda1cs4850/c$/home/username/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - -Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - -| File | canWatchAffectingLocation | -| ------------------------------------------------------------------------------------------------ | ------------------------- | -| //vda1cs4850/c$/package.json | false | -| //vda1cs4850/c$/folderAtRoot/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/users/package.json | false | -| //vda1cs4850/c$/users/username/package.json | false | -| //vda1cs4850/c$/users/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/user/package.json | true | -| //vda1cs4850/c$/user/username/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/usr/package.json | true | -| //vda1cs4850/c$/usr/username/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/c$/home/package.json | true | -| //vda1cs4850/c$/home/username/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | - -## RootDirForResolution: undefined - -Root: undefined - | File | canWatchAffectingLocation | | ------------------------------------------------------------------------------------------------ | ------------------------- | | //vda1cs4850/c$/package.json | false | diff --git a/tests/baselines/reference/canWatch/canWatchAtTypesDos.baseline.md b/tests/baselines/reference/canWatch/canWatchAtTypesDos.baseline.md index a1601e098468c..3c5c2d86d392e 100644 --- a/tests/baselines/reference/canWatch/canWatchAtTypesDos.baseline.md +++ b/tests/baselines/reference/canWatch/canWatchAtTypesDos.baseline.md @@ -5,56 +5,6 @@ These are the typeRoots calculated because user didnt specify typeRoots in compi ## Testing for Dos root: c:/ -## RootDirForResolution: c:/ - -Root: c: - -| Directory | canWatchAtTypes | -| ------------------------------------------------------------------------------------------ | --------------- | -| c:/node_modules/@types | false | -| c:/folderAtRoot/node_modules/@types | false | -| c:/folderAtRoot/folder1/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/users/node_modules/@types | false | -| c:/users/username/node_modules/@types | false | -| c:/users/username/folderAtRoot/node_modules/@types | false | -| c:/users/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/user/node_modules/@types | false | -| c:/user/username/node_modules/@types | true | -| c:/user/username/folderAtRoot/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/usr/node_modules/@types | false | -| c:/usr/username/node_modules/@types | true | -| c:/usr/username/folderAtRoot/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/home/node_modules/@types | false | -| c:/home/username/node_modules/@types | true | -| c:/home/username/folderAtRoot/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: c:/folderAtRoot - -Root: c:/folderAtRoot - | Directory | canWatchAtTypes | | ------------------------------------------------------------------------------------------ | --------------- | | c:/node_modules/@types | false | @@ -66,243 +16,13 @@ Root: c:/folderAtRoot | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | | c:/users/node_modules/@types | false | | c:/users/username/node_modules/@types | false | -| c:/users/username/folderAtRoot/node_modules/@types | false | -| c:/users/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/user/node_modules/@types | false | -| c:/user/username/node_modules/@types | true | -| c:/user/username/folderAtRoot/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/usr/node_modules/@types | false | -| c:/usr/username/node_modules/@types | true | -| c:/usr/username/folderAtRoot/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/home/node_modules/@types | false | -| c:/home/username/node_modules/@types | true | -| c:/home/username/folderAtRoot/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: c:/folderAtRoot/folder1 - -Root: c:/folderAtRoot/folder1 - -| Directory | canWatchAtTypes | -| ------------------------------------------------------------------------------------------ | --------------- | -| c:/node_modules/@types | false | -| c:/folderAtRoot/node_modules/@types | false | -| c:/folderAtRoot/folder1/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/users/node_modules/@types | false | -| c:/users/username/node_modules/@types | false | -| c:/users/username/folderAtRoot/node_modules/@types | false | -| c:/users/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/user/node_modules/@types | false | -| c:/user/username/node_modules/@types | true | -| c:/user/username/folderAtRoot/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/usr/node_modules/@types | false | -| c:/usr/username/node_modules/@types | true | -| c:/usr/username/folderAtRoot/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/home/node_modules/@types | false | -| c:/home/username/node_modules/@types | true | -| c:/home/username/folderAtRoot/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: c:/folderAtRoot/folder1/folder2 - -Root: c:/folderAtRoot/folder1/folder2 - -| Directory | canWatchAtTypes | -| ------------------------------------------------------------------------------------------ | --------------- | -| c:/node_modules/@types | false | -| c:/folderAtRoot/node_modules/@types | false | -| c:/folderAtRoot/folder1/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/users/node_modules/@types | false | -| c:/users/username/node_modules/@types | false | -| c:/users/username/folderAtRoot/node_modules/@types | false | -| c:/users/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/user/node_modules/@types | false | -| c:/user/username/node_modules/@types | true | -| c:/user/username/folderAtRoot/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/usr/node_modules/@types | false | -| c:/usr/username/node_modules/@types | true | -| c:/usr/username/folderAtRoot/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/home/node_modules/@types | false | -| c:/home/username/node_modules/@types | true | -| c:/home/username/folderAtRoot/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: c:/folderAtRoot/folder1/folder2/folder3 - -Root: c:/folderAtRoot/folder1/folder2/folder3 - -| Directory | canWatchAtTypes | -| ------------------------------------------------------------------------------------------ | --------------- | -| c:/node_modules/@types | false | -| c:/folderAtRoot/node_modules/@types | false | -| c:/folderAtRoot/folder1/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/users/node_modules/@types | false | -| c:/users/username/node_modules/@types | false | -| c:/users/username/folderAtRoot/node_modules/@types | false | -| c:/users/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/user/node_modules/@types | false | -| c:/user/username/node_modules/@types | true | -| c:/user/username/folderAtRoot/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/usr/node_modules/@types | false | -| c:/usr/username/node_modules/@types | true | -| c:/usr/username/folderAtRoot/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/home/node_modules/@types | false | -| c:/home/username/node_modules/@types | true | -| c:/home/username/folderAtRoot/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: c:/folderAtRoot/folder1/folder2/folder3/folder4 - -Root: c:/folderAtRoot/folder1/folder2/folder3/folder4 - -| Directory | canWatchAtTypes | -| ------------------------------------------------------------------------------------------ | --------------- | -| c:/node_modules/@types | false | -| c:/folderAtRoot/node_modules/@types | false | -| c:/folderAtRoot/folder1/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/users/node_modules/@types | false | -| c:/users/username/node_modules/@types | false | -| c:/users/username/folderAtRoot/node_modules/@types | false | -| c:/users/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/user/node_modules/@types | false | -| c:/user/username/node_modules/@types | true | -| c:/user/username/folderAtRoot/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/usr/node_modules/@types | false | -| c:/usr/username/node_modules/@types | true | -| c:/usr/username/folderAtRoot/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/home/node_modules/@types | false | -| c:/home/username/node_modules/@types | true | -| c:/home/username/folderAtRoot/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - -Root: c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - -| Directory | canWatchAtTypes | -| ------------------------------------------------------------------------------------------ | --------------- | -| c:/node_modules/@types | false | -| c:/folderAtRoot/node_modules/@types | false | -| c:/folderAtRoot/folder1/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/users/node_modules/@types | false | -| c:/users/username/node_modules/@types | false | -| c:/users/username/folderAtRoot/node_modules/@types | false | +| c:/users/username/folderAtRoot/node_modules/@types | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types | true | | c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/user/node_modules/@types | false | +| c:/user/node_modules/@types | true | | c:/user/username/node_modules/@types | true | | c:/user/username/folderAtRoot/node_modules/@types | true | | c:/user/username/folderAtRoot/folder1/node_modules/@types | true | @@ -310,7 +30,7 @@ Root: c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/usr/node_modules/@types | false | +| c:/usr/node_modules/@types | true | | c:/usr/username/node_modules/@types | true | | c:/usr/username/folderAtRoot/node_modules/@types | true | | c:/usr/username/folderAtRoot/folder1/node_modules/@types | true | @@ -318,1525 +38,7 @@ Root: c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/home/node_modules/@types | false | -| c:/home/username/node_modules/@types | true | -| c:/home/username/folderAtRoot/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: c:/users - -Root: c:/users - -| Directory | canWatchAtTypes | -| ------------------------------------------------------------------------------------------ | --------------- | -| c:/node_modules/@types | false | -| c:/folderAtRoot/node_modules/@types | false | -| c:/folderAtRoot/folder1/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/users/node_modules/@types | true | -| c:/users/username/node_modules/@types | false | -| c:/users/username/folderAtRoot/node_modules/@types | false | -| c:/users/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/user/node_modules/@types | false | -| c:/user/username/node_modules/@types | true | -| c:/user/username/folderAtRoot/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/usr/node_modules/@types | false | -| c:/usr/username/node_modules/@types | true | -| c:/usr/username/folderAtRoot/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/home/node_modules/@types | false | -| c:/home/username/node_modules/@types | true | -| c:/home/username/folderAtRoot/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: c:/users/username - -Root: c:/users/username - -| Directory | canWatchAtTypes | -| ------------------------------------------------------------------------------------------ | --------------- | -| c:/node_modules/@types | false | -| c:/folderAtRoot/node_modules/@types | false | -| c:/folderAtRoot/folder1/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/users/node_modules/@types | false | -| c:/users/username/node_modules/@types | true | -| c:/users/username/folderAtRoot/node_modules/@types | false | -| c:/users/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/user/node_modules/@types | false | -| c:/user/username/node_modules/@types | true | -| c:/user/username/folderAtRoot/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/usr/node_modules/@types | false | -| c:/usr/username/node_modules/@types | true | -| c:/usr/username/folderAtRoot/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/home/node_modules/@types | false | -| c:/home/username/node_modules/@types | true | -| c:/home/username/folderAtRoot/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: c:/users/username/folderAtRoot - -Root: c:/users/username/folderAtRoot - -| Directory | canWatchAtTypes | -| ------------------------------------------------------------------------------------------ | --------------- | -| c:/node_modules/@types | false | -| c:/folderAtRoot/node_modules/@types | false | -| c:/folderAtRoot/folder1/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/users/node_modules/@types | false | -| c:/users/username/node_modules/@types | false | -| c:/users/username/folderAtRoot/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/user/node_modules/@types | false | -| c:/user/username/node_modules/@types | true | -| c:/user/username/folderAtRoot/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/usr/node_modules/@types | false | -| c:/usr/username/node_modules/@types | true | -| c:/usr/username/folderAtRoot/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/home/node_modules/@types | false | -| c:/home/username/node_modules/@types | true | -| c:/home/username/folderAtRoot/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: c:/users/username/folderAtRoot/folder1 - -Root: c:/users/username/folderAtRoot/folder1 - -| Directory | canWatchAtTypes | -| ------------------------------------------------------------------------------------------ | --------------- | -| c:/node_modules/@types | false | -| c:/folderAtRoot/node_modules/@types | false | -| c:/folderAtRoot/folder1/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/users/node_modules/@types | false | -| c:/users/username/node_modules/@types | false | -| c:/users/username/folderAtRoot/node_modules/@types | false | -| c:/users/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/user/node_modules/@types | false | -| c:/user/username/node_modules/@types | true | -| c:/user/username/folderAtRoot/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/usr/node_modules/@types | false | -| c:/usr/username/node_modules/@types | true | -| c:/usr/username/folderAtRoot/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/home/node_modules/@types | false | -| c:/home/username/node_modules/@types | true | -| c:/home/username/folderAtRoot/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: c:/users/username/folderAtRoot/folder1/folder2 - -Root: c:/users/username/folderAtRoot/folder1/folder2 - -| Directory | canWatchAtTypes | -| ------------------------------------------------------------------------------------------ | --------------- | -| c:/node_modules/@types | false | -| c:/folderAtRoot/node_modules/@types | false | -| c:/folderAtRoot/folder1/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/users/node_modules/@types | false | -| c:/users/username/node_modules/@types | false | -| c:/users/username/folderAtRoot/node_modules/@types | false | -| c:/users/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/user/node_modules/@types | false | -| c:/user/username/node_modules/@types | true | -| c:/user/username/folderAtRoot/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/usr/node_modules/@types | false | -| c:/usr/username/node_modules/@types | true | -| c:/usr/username/folderAtRoot/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/home/node_modules/@types | false | -| c:/home/username/node_modules/@types | true | -| c:/home/username/folderAtRoot/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: c:/users/username/folderAtRoot/folder1/folder2/folder3 - -Root: c:/users/username/folderAtRoot/folder1/folder2/folder3 - -| Directory | canWatchAtTypes | -| ------------------------------------------------------------------------------------------ | --------------- | -| c:/node_modules/@types | false | -| c:/folderAtRoot/node_modules/@types | false | -| c:/folderAtRoot/folder1/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/users/node_modules/@types | false | -| c:/users/username/node_modules/@types | false | -| c:/users/username/folderAtRoot/node_modules/@types | false | -| c:/users/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/user/node_modules/@types | false | -| c:/user/username/node_modules/@types | true | -| c:/user/username/folderAtRoot/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/usr/node_modules/@types | false | -| c:/usr/username/node_modules/@types | true | -| c:/usr/username/folderAtRoot/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/home/node_modules/@types | false | -| c:/home/username/node_modules/@types | true | -| c:/home/username/folderAtRoot/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4 - -Root: c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4 - -| Directory | canWatchAtTypes | -| ------------------------------------------------------------------------------------------ | --------------- | -| c:/node_modules/@types | false | -| c:/folderAtRoot/node_modules/@types | false | -| c:/folderAtRoot/folder1/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/users/node_modules/@types | false | -| c:/users/username/node_modules/@types | false | -| c:/users/username/folderAtRoot/node_modules/@types | false | -| c:/users/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/user/node_modules/@types | false | -| c:/user/username/node_modules/@types | true | -| c:/user/username/folderAtRoot/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/usr/node_modules/@types | false | -| c:/usr/username/node_modules/@types | true | -| c:/usr/username/folderAtRoot/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/home/node_modules/@types | false | -| c:/home/username/node_modules/@types | true | -| c:/home/username/folderAtRoot/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - -Root: c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - -| Directory | canWatchAtTypes | -| ------------------------------------------------------------------------------------------ | --------------- | -| c:/node_modules/@types | false | -| c:/folderAtRoot/node_modules/@types | false | -| c:/folderAtRoot/folder1/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/users/node_modules/@types | false | -| c:/users/username/node_modules/@types | false | -| c:/users/username/folderAtRoot/node_modules/@types | false | -| c:/users/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/user/node_modules/@types | false | -| c:/user/username/node_modules/@types | true | -| c:/user/username/folderAtRoot/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/usr/node_modules/@types | false | -| c:/usr/username/node_modules/@types | true | -| c:/usr/username/folderAtRoot/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/home/node_modules/@types | false | -| c:/home/username/node_modules/@types | true | -| c:/home/username/folderAtRoot/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: c:/user - -Root: c:/user - -| Directory | canWatchAtTypes | -| ------------------------------------------------------------------------------------------ | --------------- | -| c:/node_modules/@types | false | -| c:/folderAtRoot/node_modules/@types | false | -| c:/folderAtRoot/folder1/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/users/node_modules/@types | false | -| c:/users/username/node_modules/@types | false | -| c:/users/username/folderAtRoot/node_modules/@types | false | -| c:/users/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/user/node_modules/@types | true | -| c:/user/username/node_modules/@types | true | -| c:/user/username/folderAtRoot/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/usr/node_modules/@types | false | -| c:/usr/username/node_modules/@types | true | -| c:/usr/username/folderAtRoot/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/home/node_modules/@types | false | -| c:/home/username/node_modules/@types | true | -| c:/home/username/folderAtRoot/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: c:/user/username - -Root: c:/user/username - -| Directory | canWatchAtTypes | -| ------------------------------------------------------------------------------------------ | --------------- | -| c:/node_modules/@types | false | -| c:/folderAtRoot/node_modules/@types | false | -| c:/folderAtRoot/folder1/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/users/node_modules/@types | false | -| c:/users/username/node_modules/@types | false | -| c:/users/username/folderAtRoot/node_modules/@types | false | -| c:/users/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/user/node_modules/@types | false | -| c:/user/username/node_modules/@types | true | -| c:/user/username/folderAtRoot/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/usr/node_modules/@types | false | -| c:/usr/username/node_modules/@types | true | -| c:/usr/username/folderAtRoot/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/home/node_modules/@types | false | -| c:/home/username/node_modules/@types | true | -| c:/home/username/folderAtRoot/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: c:/user/username/folderAtRoot - -Root: c:/user/username/folderAtRoot - -| Directory | canWatchAtTypes | -| ------------------------------------------------------------------------------------------ | --------------- | -| c:/node_modules/@types | false | -| c:/folderAtRoot/node_modules/@types | false | -| c:/folderAtRoot/folder1/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/users/node_modules/@types | false | -| c:/users/username/node_modules/@types | false | -| c:/users/username/folderAtRoot/node_modules/@types | false | -| c:/users/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/user/node_modules/@types | false | -| c:/user/username/node_modules/@types | true | -| c:/user/username/folderAtRoot/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/usr/node_modules/@types | false | -| c:/usr/username/node_modules/@types | true | -| c:/usr/username/folderAtRoot/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/home/node_modules/@types | false | -| c:/home/username/node_modules/@types | true | -| c:/home/username/folderAtRoot/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: c:/user/username/folderAtRoot/folder1 - -Root: c:/user/username/folderAtRoot/folder1 - -| Directory | canWatchAtTypes | -| ------------------------------------------------------------------------------------------ | --------------- | -| c:/node_modules/@types | false | -| c:/folderAtRoot/node_modules/@types | false | -| c:/folderAtRoot/folder1/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/users/node_modules/@types | false | -| c:/users/username/node_modules/@types | false | -| c:/users/username/folderAtRoot/node_modules/@types | false | -| c:/users/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/user/node_modules/@types | false | -| c:/user/username/node_modules/@types | true | -| c:/user/username/folderAtRoot/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/usr/node_modules/@types | false | -| c:/usr/username/node_modules/@types | true | -| c:/usr/username/folderAtRoot/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/home/node_modules/@types | false | -| c:/home/username/node_modules/@types | true | -| c:/home/username/folderAtRoot/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: c:/user/username/folderAtRoot/folder1/folder2 - -Root: c:/user/username/folderAtRoot/folder1/folder2 - -| Directory | canWatchAtTypes | -| ------------------------------------------------------------------------------------------ | --------------- | -| c:/node_modules/@types | false | -| c:/folderAtRoot/node_modules/@types | false | -| c:/folderAtRoot/folder1/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/users/node_modules/@types | false | -| c:/users/username/node_modules/@types | false | -| c:/users/username/folderAtRoot/node_modules/@types | false | -| c:/users/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/user/node_modules/@types | false | -| c:/user/username/node_modules/@types | true | -| c:/user/username/folderAtRoot/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/usr/node_modules/@types | false | -| c:/usr/username/node_modules/@types | true | -| c:/usr/username/folderAtRoot/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/home/node_modules/@types | false | -| c:/home/username/node_modules/@types | true | -| c:/home/username/folderAtRoot/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: c:/user/username/folderAtRoot/folder1/folder2/folder3 - -Root: c:/user/username/folderAtRoot/folder1/folder2/folder3 - -| Directory | canWatchAtTypes | -| ------------------------------------------------------------------------------------------ | --------------- | -| c:/node_modules/@types | false | -| c:/folderAtRoot/node_modules/@types | false | -| c:/folderAtRoot/folder1/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/users/node_modules/@types | false | -| c:/users/username/node_modules/@types | false | -| c:/users/username/folderAtRoot/node_modules/@types | false | -| c:/users/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/user/node_modules/@types | false | -| c:/user/username/node_modules/@types | true | -| c:/user/username/folderAtRoot/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/usr/node_modules/@types | false | -| c:/usr/username/node_modules/@types | true | -| c:/usr/username/folderAtRoot/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/home/node_modules/@types | false | -| c:/home/username/node_modules/@types | true | -| c:/home/username/folderAtRoot/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4 - -Root: c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4 - -| Directory | canWatchAtTypes | -| ------------------------------------------------------------------------------------------ | --------------- | -| c:/node_modules/@types | false | -| c:/folderAtRoot/node_modules/@types | false | -| c:/folderAtRoot/folder1/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/users/node_modules/@types | false | -| c:/users/username/node_modules/@types | false | -| c:/users/username/folderAtRoot/node_modules/@types | false | -| c:/users/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/user/node_modules/@types | false | -| c:/user/username/node_modules/@types | true | -| c:/user/username/folderAtRoot/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/usr/node_modules/@types | false | -| c:/usr/username/node_modules/@types | true | -| c:/usr/username/folderAtRoot/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/home/node_modules/@types | false | -| c:/home/username/node_modules/@types | true | -| c:/home/username/folderAtRoot/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - -Root: c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - -| Directory | canWatchAtTypes | -| ------------------------------------------------------------------------------------------ | --------------- | -| c:/node_modules/@types | false | -| c:/folderAtRoot/node_modules/@types | false | -| c:/folderAtRoot/folder1/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/users/node_modules/@types | false | -| c:/users/username/node_modules/@types | false | -| c:/users/username/folderAtRoot/node_modules/@types | false | -| c:/users/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/user/node_modules/@types | false | -| c:/user/username/node_modules/@types | true | -| c:/user/username/folderAtRoot/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/usr/node_modules/@types | false | -| c:/usr/username/node_modules/@types | true | -| c:/usr/username/folderAtRoot/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/home/node_modules/@types | false | -| c:/home/username/node_modules/@types | true | -| c:/home/username/folderAtRoot/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: c:/usr - -Root: c:/usr - -| Directory | canWatchAtTypes | -| ------------------------------------------------------------------------------------------ | --------------- | -| c:/node_modules/@types | false | -| c:/folderAtRoot/node_modules/@types | false | -| c:/folderAtRoot/folder1/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/users/node_modules/@types | false | -| c:/users/username/node_modules/@types | false | -| c:/users/username/folderAtRoot/node_modules/@types | false | -| c:/users/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/user/node_modules/@types | false | -| c:/user/username/node_modules/@types | true | -| c:/user/username/folderAtRoot/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/usr/node_modules/@types | true | -| c:/usr/username/node_modules/@types | true | -| c:/usr/username/folderAtRoot/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/home/node_modules/@types | false | -| c:/home/username/node_modules/@types | true | -| c:/home/username/folderAtRoot/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: c:/usr/username - -Root: c:/usr/username - -| Directory | canWatchAtTypes | -| ------------------------------------------------------------------------------------------ | --------------- | -| c:/node_modules/@types | false | -| c:/folderAtRoot/node_modules/@types | false | -| c:/folderAtRoot/folder1/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/users/node_modules/@types | false | -| c:/users/username/node_modules/@types | false | -| c:/users/username/folderAtRoot/node_modules/@types | false | -| c:/users/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/user/node_modules/@types | false | -| c:/user/username/node_modules/@types | true | -| c:/user/username/folderAtRoot/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/usr/node_modules/@types | false | -| c:/usr/username/node_modules/@types | true | -| c:/usr/username/folderAtRoot/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/home/node_modules/@types | false | -| c:/home/username/node_modules/@types | true | -| c:/home/username/folderAtRoot/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: c:/usr/username/folderAtRoot - -Root: c:/usr/username/folderAtRoot - -| Directory | canWatchAtTypes | -| ------------------------------------------------------------------------------------------ | --------------- | -| c:/node_modules/@types | false | -| c:/folderAtRoot/node_modules/@types | false | -| c:/folderAtRoot/folder1/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/users/node_modules/@types | false | -| c:/users/username/node_modules/@types | false | -| c:/users/username/folderAtRoot/node_modules/@types | false | -| c:/users/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/user/node_modules/@types | false | -| c:/user/username/node_modules/@types | true | -| c:/user/username/folderAtRoot/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/usr/node_modules/@types | false | -| c:/usr/username/node_modules/@types | true | -| c:/usr/username/folderAtRoot/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/home/node_modules/@types | false | -| c:/home/username/node_modules/@types | true | -| c:/home/username/folderAtRoot/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: c:/usr/username/folderAtRoot/folder1 - -Root: c:/usr/username/folderAtRoot/folder1 - -| Directory | canWatchAtTypes | -| ------------------------------------------------------------------------------------------ | --------------- | -| c:/node_modules/@types | false | -| c:/folderAtRoot/node_modules/@types | false | -| c:/folderAtRoot/folder1/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/users/node_modules/@types | false | -| c:/users/username/node_modules/@types | false | -| c:/users/username/folderAtRoot/node_modules/@types | false | -| c:/users/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/user/node_modules/@types | false | -| c:/user/username/node_modules/@types | true | -| c:/user/username/folderAtRoot/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/usr/node_modules/@types | false | -| c:/usr/username/node_modules/@types | true | -| c:/usr/username/folderAtRoot/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/home/node_modules/@types | false | -| c:/home/username/node_modules/@types | true | -| c:/home/username/folderAtRoot/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: c:/usr/username/folderAtRoot/folder1/folder2 - -Root: c:/usr/username/folderAtRoot/folder1/folder2 - -| Directory | canWatchAtTypes | -| ------------------------------------------------------------------------------------------ | --------------- | -| c:/node_modules/@types | false | -| c:/folderAtRoot/node_modules/@types | false | -| c:/folderAtRoot/folder1/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/users/node_modules/@types | false | -| c:/users/username/node_modules/@types | false | -| c:/users/username/folderAtRoot/node_modules/@types | false | -| c:/users/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/user/node_modules/@types | false | -| c:/user/username/node_modules/@types | true | -| c:/user/username/folderAtRoot/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/usr/node_modules/@types | false | -| c:/usr/username/node_modules/@types | true | -| c:/usr/username/folderAtRoot/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/home/node_modules/@types | false | -| c:/home/username/node_modules/@types | true | -| c:/home/username/folderAtRoot/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: c:/usr/username/folderAtRoot/folder1/folder2/folder3 - -Root: c:/usr/username/folderAtRoot/folder1/folder2/folder3 - -| Directory | canWatchAtTypes | -| ------------------------------------------------------------------------------------------ | --------------- | -| c:/node_modules/@types | false | -| c:/folderAtRoot/node_modules/@types | false | -| c:/folderAtRoot/folder1/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/users/node_modules/@types | false | -| c:/users/username/node_modules/@types | false | -| c:/users/username/folderAtRoot/node_modules/@types | false | -| c:/users/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/user/node_modules/@types | false | -| c:/user/username/node_modules/@types | true | -| c:/user/username/folderAtRoot/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/usr/node_modules/@types | false | -| c:/usr/username/node_modules/@types | true | -| c:/usr/username/folderAtRoot/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/home/node_modules/@types | false | -| c:/home/username/node_modules/@types | true | -| c:/home/username/folderAtRoot/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 - -Root: c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 - -| Directory | canWatchAtTypes | -| ------------------------------------------------------------------------------------------ | --------------- | -| c:/node_modules/@types | false | -| c:/folderAtRoot/node_modules/@types | false | -| c:/folderAtRoot/folder1/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/users/node_modules/@types | false | -| c:/users/username/node_modules/@types | false | -| c:/users/username/folderAtRoot/node_modules/@types | false | -| c:/users/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/user/node_modules/@types | false | -| c:/user/username/node_modules/@types | true | -| c:/user/username/folderAtRoot/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/usr/node_modules/@types | false | -| c:/usr/username/node_modules/@types | true | -| c:/usr/username/folderAtRoot/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/home/node_modules/@types | false | -| c:/home/username/node_modules/@types | true | -| c:/home/username/folderAtRoot/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - -Root: c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - -| Directory | canWatchAtTypes | -| ------------------------------------------------------------------------------------------ | --------------- | -| c:/node_modules/@types | false | -| c:/folderAtRoot/node_modules/@types | false | -| c:/folderAtRoot/folder1/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/users/node_modules/@types | false | -| c:/users/username/node_modules/@types | false | -| c:/users/username/folderAtRoot/node_modules/@types | false | -| c:/users/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/user/node_modules/@types | false | -| c:/user/username/node_modules/@types | true | -| c:/user/username/folderAtRoot/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/usr/node_modules/@types | false | -| c:/usr/username/node_modules/@types | true | -| c:/usr/username/folderAtRoot/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/home/node_modules/@types | false | -| c:/home/username/node_modules/@types | true | -| c:/home/username/folderAtRoot/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: c:/home - -Root: c:/home - -| Directory | canWatchAtTypes | -| ------------------------------------------------------------------------------------------ | --------------- | -| c:/node_modules/@types | false | -| c:/folderAtRoot/node_modules/@types | false | -| c:/folderAtRoot/folder1/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/users/node_modules/@types | false | -| c:/users/username/node_modules/@types | false | -| c:/users/username/folderAtRoot/node_modules/@types | false | -| c:/users/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/user/node_modules/@types | false | -| c:/user/username/node_modules/@types | true | -| c:/user/username/folderAtRoot/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/usr/node_modules/@types | false | -| c:/usr/username/node_modules/@types | true | -| c:/usr/username/folderAtRoot/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/home/node_modules/@types | true | -| c:/home/username/node_modules/@types | true | -| c:/home/username/folderAtRoot/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: c:/home/username - -Root: c:/home/username - -| Directory | canWatchAtTypes | -| ------------------------------------------------------------------------------------------ | --------------- | -| c:/node_modules/@types | false | -| c:/folderAtRoot/node_modules/@types | false | -| c:/folderAtRoot/folder1/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/users/node_modules/@types | false | -| c:/users/username/node_modules/@types | false | -| c:/users/username/folderAtRoot/node_modules/@types | false | -| c:/users/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/user/node_modules/@types | false | -| c:/user/username/node_modules/@types | true | -| c:/user/username/folderAtRoot/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/usr/node_modules/@types | false | -| c:/usr/username/node_modules/@types | true | -| c:/usr/username/folderAtRoot/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/home/node_modules/@types | false | -| c:/home/username/node_modules/@types | true | -| c:/home/username/folderAtRoot/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: c:/home/username/folderAtRoot - -Root: c:/home/username/folderAtRoot - -| Directory | canWatchAtTypes | -| ------------------------------------------------------------------------------------------ | --------------- | -| c:/node_modules/@types | false | -| c:/folderAtRoot/node_modules/@types | false | -| c:/folderAtRoot/folder1/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/users/node_modules/@types | false | -| c:/users/username/node_modules/@types | false | -| c:/users/username/folderAtRoot/node_modules/@types | false | -| c:/users/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/user/node_modules/@types | false | -| c:/user/username/node_modules/@types | true | -| c:/user/username/folderAtRoot/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/usr/node_modules/@types | false | -| c:/usr/username/node_modules/@types | true | -| c:/usr/username/folderAtRoot/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/home/node_modules/@types | false | -| c:/home/username/node_modules/@types | true | -| c:/home/username/folderAtRoot/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: c:/home/username/folderAtRoot/folder1 - -Root: c:/home/username/folderAtRoot/folder1 - -| Directory | canWatchAtTypes | -| ------------------------------------------------------------------------------------------ | --------------- | -| c:/node_modules/@types | false | -| c:/folderAtRoot/node_modules/@types | false | -| c:/folderAtRoot/folder1/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/users/node_modules/@types | false | -| c:/users/username/node_modules/@types | false | -| c:/users/username/folderAtRoot/node_modules/@types | false | -| c:/users/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/user/node_modules/@types | false | -| c:/user/username/node_modules/@types | true | -| c:/user/username/folderAtRoot/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/usr/node_modules/@types | false | -| c:/usr/username/node_modules/@types | true | -| c:/usr/username/folderAtRoot/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/home/node_modules/@types | false | -| c:/home/username/node_modules/@types | true | -| c:/home/username/folderAtRoot/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: c:/home/username/folderAtRoot/folder1/folder2 - -Root: c:/home/username/folderAtRoot/folder1/folder2 - -| Directory | canWatchAtTypes | -| ------------------------------------------------------------------------------------------ | --------------- | -| c:/node_modules/@types | false | -| c:/folderAtRoot/node_modules/@types | false | -| c:/folderAtRoot/folder1/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/users/node_modules/@types | false | -| c:/users/username/node_modules/@types | false | -| c:/users/username/folderAtRoot/node_modules/@types | false | -| c:/users/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/user/node_modules/@types | false | -| c:/user/username/node_modules/@types | true | -| c:/user/username/folderAtRoot/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/usr/node_modules/@types | false | -| c:/usr/username/node_modules/@types | true | -| c:/usr/username/folderAtRoot/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/home/node_modules/@types | false | -| c:/home/username/node_modules/@types | true | -| c:/home/username/folderAtRoot/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: c:/home/username/folderAtRoot/folder1/folder2/folder3 - -Root: c:/home/username/folderAtRoot/folder1/folder2/folder3 - -| Directory | canWatchAtTypes | -| ------------------------------------------------------------------------------------------ | --------------- | -| c:/node_modules/@types | false | -| c:/folderAtRoot/node_modules/@types | false | -| c:/folderAtRoot/folder1/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/users/node_modules/@types | false | -| c:/users/username/node_modules/@types | false | -| c:/users/username/folderAtRoot/node_modules/@types | false | -| c:/users/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/user/node_modules/@types | false | -| c:/user/username/node_modules/@types | true | -| c:/user/username/folderAtRoot/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/usr/node_modules/@types | false | -| c:/usr/username/node_modules/@types | true | -| c:/usr/username/folderAtRoot/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/home/node_modules/@types | false | -| c:/home/username/node_modules/@types | true | -| c:/home/username/folderAtRoot/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4 - -Root: c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4 - -| Directory | canWatchAtTypes | -| ------------------------------------------------------------------------------------------ | --------------- | -| c:/node_modules/@types | false | -| c:/folderAtRoot/node_modules/@types | false | -| c:/folderAtRoot/folder1/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/users/node_modules/@types | false | -| c:/users/username/node_modules/@types | false | -| c:/users/username/folderAtRoot/node_modules/@types | false | -| c:/users/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/user/node_modules/@types | false | -| c:/user/username/node_modules/@types | true | -| c:/user/username/folderAtRoot/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/usr/node_modules/@types | false | -| c:/usr/username/node_modules/@types | true | -| c:/usr/username/folderAtRoot/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/home/node_modules/@types | false | -| c:/home/username/node_modules/@types | true | -| c:/home/username/folderAtRoot/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - -Root: c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - -| Directory | canWatchAtTypes | -| ------------------------------------------------------------------------------------------ | --------------- | -| c:/node_modules/@types | false | -| c:/folderAtRoot/node_modules/@types | false | -| c:/folderAtRoot/folder1/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/users/node_modules/@types | false | -| c:/users/username/node_modules/@types | false | -| c:/users/username/folderAtRoot/node_modules/@types | false | -| c:/users/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/user/node_modules/@types | false | -| c:/user/username/node_modules/@types | true | -| c:/user/username/folderAtRoot/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/usr/node_modules/@types | false | -| c:/usr/username/node_modules/@types | true | -| c:/usr/username/folderAtRoot/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/home/node_modules/@types | false | -| c:/home/username/node_modules/@types | true | -| c:/home/username/folderAtRoot/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: undefined - -Root: undefined - -| Directory | canWatchAtTypes | -| ------------------------------------------------------------------------------------------ | --------------- | -| c:/node_modules/@types | false | -| c:/folderAtRoot/node_modules/@types | false | -| c:/folderAtRoot/folder1/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/users/node_modules/@types | false | -| c:/users/username/node_modules/@types | false | -| c:/users/username/folderAtRoot/node_modules/@types | false | -| c:/users/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/user/node_modules/@types | false | -| c:/user/username/node_modules/@types | true | -| c:/user/username/folderAtRoot/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/usr/node_modules/@types | false | -| c:/usr/username/node_modules/@types | true | -| c:/usr/username/folderAtRoot/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| c:/home/node_modules/@types | false | +| c:/home/node_modules/@types | true | | c:/home/username/node_modules/@types | true | | c:/home/username/folderAtRoot/node_modules/@types | true | | c:/home/username/folderAtRoot/folder1/node_modules/@types | true | diff --git a/tests/baselines/reference/canWatch/canWatchAtTypesPosix.baseline.md b/tests/baselines/reference/canWatch/canWatchAtTypesPosix.baseline.md index b5e0969650f30..2f85efbab7f67 100644 --- a/tests/baselines/reference/canWatch/canWatchAtTypesPosix.baseline.md +++ b/tests/baselines/reference/canWatch/canWatchAtTypesPosix.baseline.md @@ -5,1540 +5,18 @@ These are the typeRoots calculated because user didnt specify typeRoots in compi ## Testing for Posix root: / -## RootDirForResolution: / - -Root: - -| Directory | canWatchAtTypes | -| ---------------------------------------------------------------------------------------- | --------------- | -| /node_modules/@types | false | -| /folderAtRoot/node_modules/@types | false | -| /folderAtRoot/folder1/node_modules/@types | false | -| /folderAtRoot/folder1/folder2/node_modules/@types | false | -| /folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /users/node_modules/@types | false | -| /users/username/node_modules/@types | false | -| /users/username/folderAtRoot/node_modules/@types | false | -| /users/username/folderAtRoot/folder1/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /user/node_modules/@types | false | -| /user/username/node_modules/@types | false | -| /user/username/folderAtRoot/node_modules/@types | false | -| /user/username/folderAtRoot/folder1/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /usr/node_modules/@types | false | -| /usr/username/node_modules/@types | false | -| /usr/username/folderAtRoot/node_modules/@types | false | -| /usr/username/folderAtRoot/folder1/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /home/node_modules/@types | false | -| /home/username/node_modules/@types | false | -| /home/username/folderAtRoot/node_modules/@types | false | -| /home/username/folderAtRoot/folder1/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: /folderAtRoot - -Root: /folderAtRoot - -| Directory | canWatchAtTypes | -| ---------------------------------------------------------------------------------------- | --------------- | -| /node_modules/@types | false | -| /folderAtRoot/node_modules/@types | true | -| /folderAtRoot/folder1/node_modules/@types | false | -| /folderAtRoot/folder1/folder2/node_modules/@types | false | -| /folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /users/node_modules/@types | false | -| /users/username/node_modules/@types | false | -| /users/username/folderAtRoot/node_modules/@types | false | -| /users/username/folderAtRoot/folder1/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /user/node_modules/@types | false | -| /user/username/node_modules/@types | false | -| /user/username/folderAtRoot/node_modules/@types | false | -| /user/username/folderAtRoot/folder1/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /usr/node_modules/@types | false | -| /usr/username/node_modules/@types | false | -| /usr/username/folderAtRoot/node_modules/@types | false | -| /usr/username/folderAtRoot/folder1/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /home/node_modules/@types | false | -| /home/username/node_modules/@types | false | -| /home/username/folderAtRoot/node_modules/@types | false | -| /home/username/folderAtRoot/folder1/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: /folderAtRoot/folder1 - -Root: /folderAtRoot/folder1 - -| Directory | canWatchAtTypes | -| ---------------------------------------------------------------------------------------- | --------------- | -| /node_modules/@types | false | -| /folderAtRoot/node_modules/@types | false | -| /folderAtRoot/folder1/node_modules/@types | true | -| /folderAtRoot/folder1/folder2/node_modules/@types | false | -| /folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /users/node_modules/@types | false | -| /users/username/node_modules/@types | false | -| /users/username/folderAtRoot/node_modules/@types | false | -| /users/username/folderAtRoot/folder1/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /user/node_modules/@types | false | -| /user/username/node_modules/@types | false | -| /user/username/folderAtRoot/node_modules/@types | false | -| /user/username/folderAtRoot/folder1/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /usr/node_modules/@types | false | -| /usr/username/node_modules/@types | false | -| /usr/username/folderAtRoot/node_modules/@types | false | -| /usr/username/folderAtRoot/folder1/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /home/node_modules/@types | false | -| /home/username/node_modules/@types | false | -| /home/username/folderAtRoot/node_modules/@types | false | -| /home/username/folderAtRoot/folder1/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: /folderAtRoot/folder1/folder2 - -Root: /folderAtRoot/folder1/folder2 - -| Directory | canWatchAtTypes | -| ---------------------------------------------------------------------------------------- | --------------- | -| /node_modules/@types | false | -| /folderAtRoot/node_modules/@types | false | -| /folderAtRoot/folder1/node_modules/@types | false | -| /folderAtRoot/folder1/folder2/node_modules/@types | true | -| /folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /users/node_modules/@types | false | -| /users/username/node_modules/@types | false | -| /users/username/folderAtRoot/node_modules/@types | false | -| /users/username/folderAtRoot/folder1/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /user/node_modules/@types | false | -| /user/username/node_modules/@types | false | -| /user/username/folderAtRoot/node_modules/@types | false | -| /user/username/folderAtRoot/folder1/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /usr/node_modules/@types | false | -| /usr/username/node_modules/@types | false | -| /usr/username/folderAtRoot/node_modules/@types | false | -| /usr/username/folderAtRoot/folder1/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /home/node_modules/@types | false | -| /home/username/node_modules/@types | false | -| /home/username/folderAtRoot/node_modules/@types | false | -| /home/username/folderAtRoot/folder1/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: /folderAtRoot/folder1/folder2/folder3 - -Root: /folderAtRoot/folder1/folder2/folder3 - -| Directory | canWatchAtTypes | -| ---------------------------------------------------------------------------------------- | --------------- | -| /node_modules/@types | false | -| /folderAtRoot/node_modules/@types | false | -| /folderAtRoot/folder1/node_modules/@types | false | -| /folderAtRoot/folder1/folder2/node_modules/@types | false | -| /folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /users/node_modules/@types | false | -| /users/username/node_modules/@types | false | -| /users/username/folderAtRoot/node_modules/@types | false | -| /users/username/folderAtRoot/folder1/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /user/node_modules/@types | false | -| /user/username/node_modules/@types | false | -| /user/username/folderAtRoot/node_modules/@types | false | -| /user/username/folderAtRoot/folder1/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /usr/node_modules/@types | false | -| /usr/username/node_modules/@types | false | -| /usr/username/folderAtRoot/node_modules/@types | false | -| /usr/username/folderAtRoot/folder1/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /home/node_modules/@types | false | -| /home/username/node_modules/@types | false | -| /home/username/folderAtRoot/node_modules/@types | false | -| /home/username/folderAtRoot/folder1/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: /folderAtRoot/folder1/folder2/folder3/folder4 - -Root: /folderAtRoot/folder1/folder2/folder3/folder4 - -| Directory | canWatchAtTypes | -| ---------------------------------------------------------------------------------------- | --------------- | -| /node_modules/@types | false | -| /folderAtRoot/node_modules/@types | false | -| /folderAtRoot/folder1/node_modules/@types | false | -| /folderAtRoot/folder1/folder2/node_modules/@types | false | -| /folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /users/node_modules/@types | false | -| /users/username/node_modules/@types | false | -| /users/username/folderAtRoot/node_modules/@types | false | -| /users/username/folderAtRoot/folder1/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /user/node_modules/@types | false | -| /user/username/node_modules/@types | false | -| /user/username/folderAtRoot/node_modules/@types | false | -| /user/username/folderAtRoot/folder1/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /usr/node_modules/@types | false | -| /usr/username/node_modules/@types | false | -| /usr/username/folderAtRoot/node_modules/@types | false | -| /usr/username/folderAtRoot/folder1/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /home/node_modules/@types | false | -| /home/username/node_modules/@types | false | -| /home/username/folderAtRoot/node_modules/@types | false | -| /home/username/folderAtRoot/folder1/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: /folderAtRoot/folder1/folder2/folder3/folder4/folder5 - -Root: /folderAtRoot/folder1/folder2/folder3/folder4/folder5 - -| Directory | canWatchAtTypes | -| ---------------------------------------------------------------------------------------- | --------------- | -| /node_modules/@types | false | -| /folderAtRoot/node_modules/@types | false | -| /folderAtRoot/folder1/node_modules/@types | false | -| /folderAtRoot/folder1/folder2/node_modules/@types | false | -| /folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /users/node_modules/@types | false | -| /users/username/node_modules/@types | false | -| /users/username/folderAtRoot/node_modules/@types | false | -| /users/username/folderAtRoot/folder1/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /user/node_modules/@types | false | -| /user/username/node_modules/@types | false | -| /user/username/folderAtRoot/node_modules/@types | false | -| /user/username/folderAtRoot/folder1/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /usr/node_modules/@types | false | -| /usr/username/node_modules/@types | false | -| /usr/username/folderAtRoot/node_modules/@types | false | -| /usr/username/folderAtRoot/folder1/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /home/node_modules/@types | false | -| /home/username/node_modules/@types | false | -| /home/username/folderAtRoot/node_modules/@types | false | -| /home/username/folderAtRoot/folder1/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: /users - -Root: /users - -| Directory | canWatchAtTypes | -| ---------------------------------------------------------------------------------------- | --------------- | -| /node_modules/@types | false | -| /folderAtRoot/node_modules/@types | false | -| /folderAtRoot/folder1/node_modules/@types | false | -| /folderAtRoot/folder1/folder2/node_modules/@types | false | -| /folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /users/node_modules/@types | true | -| /users/username/node_modules/@types | false | -| /users/username/folderAtRoot/node_modules/@types | false | -| /users/username/folderAtRoot/folder1/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /user/node_modules/@types | false | -| /user/username/node_modules/@types | false | -| /user/username/folderAtRoot/node_modules/@types | false | -| /user/username/folderAtRoot/folder1/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /usr/node_modules/@types | false | -| /usr/username/node_modules/@types | false | -| /usr/username/folderAtRoot/node_modules/@types | false | -| /usr/username/folderAtRoot/folder1/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /home/node_modules/@types | false | -| /home/username/node_modules/@types | false | -| /home/username/folderAtRoot/node_modules/@types | false | -| /home/username/folderAtRoot/folder1/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: /users/username - -Root: /users/username - -| Directory | canWatchAtTypes | -| ---------------------------------------------------------------------------------------- | --------------- | -| /node_modules/@types | false | -| /folderAtRoot/node_modules/@types | false | -| /folderAtRoot/folder1/node_modules/@types | false | -| /folderAtRoot/folder1/folder2/node_modules/@types | false | -| /folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /users/node_modules/@types | false | -| /users/username/node_modules/@types | true | -| /users/username/folderAtRoot/node_modules/@types | false | -| /users/username/folderAtRoot/folder1/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /user/node_modules/@types | false | -| /user/username/node_modules/@types | false | -| /user/username/folderAtRoot/node_modules/@types | false | -| /user/username/folderAtRoot/folder1/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /usr/node_modules/@types | false | -| /usr/username/node_modules/@types | false | -| /usr/username/folderAtRoot/node_modules/@types | false | -| /usr/username/folderAtRoot/folder1/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /home/node_modules/@types | false | -| /home/username/node_modules/@types | false | -| /home/username/folderAtRoot/node_modules/@types | false | -| /home/username/folderAtRoot/folder1/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: /users/username/folderAtRoot - -Root: /users/username/folderAtRoot - -| Directory | canWatchAtTypes | -| ---------------------------------------------------------------------------------------- | --------------- | -| /node_modules/@types | false | -| /folderAtRoot/node_modules/@types | false | -| /folderAtRoot/folder1/node_modules/@types | false | -| /folderAtRoot/folder1/folder2/node_modules/@types | false | -| /folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /users/node_modules/@types | false | -| /users/username/node_modules/@types | false | -| /users/username/folderAtRoot/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /user/node_modules/@types | false | -| /user/username/node_modules/@types | false | -| /user/username/folderAtRoot/node_modules/@types | false | -| /user/username/folderAtRoot/folder1/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /usr/node_modules/@types | false | -| /usr/username/node_modules/@types | false | -| /usr/username/folderAtRoot/node_modules/@types | false | -| /usr/username/folderAtRoot/folder1/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /home/node_modules/@types | false | -| /home/username/node_modules/@types | false | -| /home/username/folderAtRoot/node_modules/@types | false | -| /home/username/folderAtRoot/folder1/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: /users/username/folderAtRoot/folder1 - -Root: /users/username/folderAtRoot/folder1 - -| Directory | canWatchAtTypes | -| ---------------------------------------------------------------------------------------- | --------------- | -| /node_modules/@types | false | -| /folderAtRoot/node_modules/@types | false | -| /folderAtRoot/folder1/node_modules/@types | false | -| /folderAtRoot/folder1/folder2/node_modules/@types | false | -| /folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /users/node_modules/@types | false | -| /users/username/node_modules/@types | false | -| /users/username/folderAtRoot/node_modules/@types | false | -| /users/username/folderAtRoot/folder1/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /user/node_modules/@types | false | -| /user/username/node_modules/@types | false | -| /user/username/folderAtRoot/node_modules/@types | false | -| /user/username/folderAtRoot/folder1/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /usr/node_modules/@types | false | -| /usr/username/node_modules/@types | false | -| /usr/username/folderAtRoot/node_modules/@types | false | -| /usr/username/folderAtRoot/folder1/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /home/node_modules/@types | false | -| /home/username/node_modules/@types | false | -| /home/username/folderAtRoot/node_modules/@types | false | -| /home/username/folderAtRoot/folder1/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: /users/username/folderAtRoot/folder1/folder2 - -Root: /users/username/folderAtRoot/folder1/folder2 - -| Directory | canWatchAtTypes | -| ---------------------------------------------------------------------------------------- | --------------- | -| /node_modules/@types | false | -| /folderAtRoot/node_modules/@types | false | -| /folderAtRoot/folder1/node_modules/@types | false | -| /folderAtRoot/folder1/folder2/node_modules/@types | false | -| /folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /users/node_modules/@types | false | -| /users/username/node_modules/@types | false | -| /users/username/folderAtRoot/node_modules/@types | false | -| /users/username/folderAtRoot/folder1/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /user/node_modules/@types | false | -| /user/username/node_modules/@types | false | -| /user/username/folderAtRoot/node_modules/@types | false | -| /user/username/folderAtRoot/folder1/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /usr/node_modules/@types | false | -| /usr/username/node_modules/@types | false | -| /usr/username/folderAtRoot/node_modules/@types | false | -| /usr/username/folderAtRoot/folder1/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /home/node_modules/@types | false | -| /home/username/node_modules/@types | false | -| /home/username/folderAtRoot/node_modules/@types | false | -| /home/username/folderAtRoot/folder1/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: /users/username/folderAtRoot/folder1/folder2/folder3 - -Root: /users/username/folderAtRoot/folder1/folder2/folder3 - -| Directory | canWatchAtTypes | -| ---------------------------------------------------------------------------------------- | --------------- | -| /node_modules/@types | false | -| /folderAtRoot/node_modules/@types | false | -| /folderAtRoot/folder1/node_modules/@types | false | -| /folderAtRoot/folder1/folder2/node_modules/@types | false | -| /folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /users/node_modules/@types | false | -| /users/username/node_modules/@types | false | -| /users/username/folderAtRoot/node_modules/@types | false | -| /users/username/folderAtRoot/folder1/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /user/node_modules/@types | false | -| /user/username/node_modules/@types | false | -| /user/username/folderAtRoot/node_modules/@types | false | -| /user/username/folderAtRoot/folder1/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /usr/node_modules/@types | false | -| /usr/username/node_modules/@types | false | -| /usr/username/folderAtRoot/node_modules/@types | false | -| /usr/username/folderAtRoot/folder1/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /home/node_modules/@types | false | -| /home/username/node_modules/@types | false | -| /home/username/folderAtRoot/node_modules/@types | false | -| /home/username/folderAtRoot/folder1/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: /users/username/folderAtRoot/folder1/folder2/folder3/folder4 - -Root: /users/username/folderAtRoot/folder1/folder2/folder3/folder4 - -| Directory | canWatchAtTypes | -| ---------------------------------------------------------------------------------------- | --------------- | -| /node_modules/@types | false | -| /folderAtRoot/node_modules/@types | false | -| /folderAtRoot/folder1/node_modules/@types | false | -| /folderAtRoot/folder1/folder2/node_modules/@types | false | -| /folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /users/node_modules/@types | false | -| /users/username/node_modules/@types | false | -| /users/username/folderAtRoot/node_modules/@types | false | -| /users/username/folderAtRoot/folder1/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /user/node_modules/@types | false | -| /user/username/node_modules/@types | false | -| /user/username/folderAtRoot/node_modules/@types | false | -| /user/username/folderAtRoot/folder1/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /usr/node_modules/@types | false | -| /usr/username/node_modules/@types | false | -| /usr/username/folderAtRoot/node_modules/@types | false | -| /usr/username/folderAtRoot/folder1/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /home/node_modules/@types | false | -| /home/username/node_modules/@types | false | -| /home/username/folderAtRoot/node_modules/@types | false | -| /home/username/folderAtRoot/folder1/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - -Root: /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - -| Directory | canWatchAtTypes | -| ---------------------------------------------------------------------------------------- | --------------- | -| /node_modules/@types | false | -| /folderAtRoot/node_modules/@types | false | -| /folderAtRoot/folder1/node_modules/@types | false | -| /folderAtRoot/folder1/folder2/node_modules/@types | false | -| /folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /users/node_modules/@types | false | -| /users/username/node_modules/@types | false | -| /users/username/folderAtRoot/node_modules/@types | false | -| /users/username/folderAtRoot/folder1/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /user/node_modules/@types | false | -| /user/username/node_modules/@types | false | -| /user/username/folderAtRoot/node_modules/@types | false | -| /user/username/folderAtRoot/folder1/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /usr/node_modules/@types | false | -| /usr/username/node_modules/@types | false | -| /usr/username/folderAtRoot/node_modules/@types | false | -| /usr/username/folderAtRoot/folder1/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /home/node_modules/@types | false | -| /home/username/node_modules/@types | false | -| /home/username/folderAtRoot/node_modules/@types | false | -| /home/username/folderAtRoot/folder1/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: /user - -Root: /user - -| Directory | canWatchAtTypes | -| ---------------------------------------------------------------------------------------- | --------------- | -| /node_modules/@types | false | -| /folderAtRoot/node_modules/@types | false | -| /folderAtRoot/folder1/node_modules/@types | false | -| /folderAtRoot/folder1/folder2/node_modules/@types | false | -| /folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /users/node_modules/@types | false | -| /users/username/node_modules/@types | false | -| /users/username/folderAtRoot/node_modules/@types | false | -| /users/username/folderAtRoot/folder1/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /user/node_modules/@types | true | -| /user/username/node_modules/@types | false | -| /user/username/folderAtRoot/node_modules/@types | false | -| /user/username/folderAtRoot/folder1/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /usr/node_modules/@types | false | -| /usr/username/node_modules/@types | false | -| /usr/username/folderAtRoot/node_modules/@types | false | -| /usr/username/folderAtRoot/folder1/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /home/node_modules/@types | false | -| /home/username/node_modules/@types | false | -| /home/username/folderAtRoot/node_modules/@types | false | -| /home/username/folderAtRoot/folder1/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: /user/username - -Root: /user/username - -| Directory | canWatchAtTypes | -| ---------------------------------------------------------------------------------------- | --------------- | -| /node_modules/@types | false | -| /folderAtRoot/node_modules/@types | false | -| /folderAtRoot/folder1/node_modules/@types | false | -| /folderAtRoot/folder1/folder2/node_modules/@types | false | -| /folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /users/node_modules/@types | false | -| /users/username/node_modules/@types | false | -| /users/username/folderAtRoot/node_modules/@types | false | -| /users/username/folderAtRoot/folder1/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /user/node_modules/@types | false | -| /user/username/node_modules/@types | true | -| /user/username/folderAtRoot/node_modules/@types | false | -| /user/username/folderAtRoot/folder1/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /usr/node_modules/@types | false | -| /usr/username/node_modules/@types | false | -| /usr/username/folderAtRoot/node_modules/@types | false | -| /usr/username/folderAtRoot/folder1/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /home/node_modules/@types | false | -| /home/username/node_modules/@types | false | -| /home/username/folderAtRoot/node_modules/@types | false | -| /home/username/folderAtRoot/folder1/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: /user/username/folderAtRoot - -Root: /user/username/folderAtRoot - -| Directory | canWatchAtTypes | -| ---------------------------------------------------------------------------------------- | --------------- | -| /node_modules/@types | false | -| /folderAtRoot/node_modules/@types | false | -| /folderAtRoot/folder1/node_modules/@types | false | -| /folderAtRoot/folder1/folder2/node_modules/@types | false | -| /folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /users/node_modules/@types | false | -| /users/username/node_modules/@types | false | -| /users/username/folderAtRoot/node_modules/@types | false | -| /users/username/folderAtRoot/folder1/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /user/node_modules/@types | false | -| /user/username/node_modules/@types | false | -| /user/username/folderAtRoot/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /usr/node_modules/@types | false | -| /usr/username/node_modules/@types | false | -| /usr/username/folderAtRoot/node_modules/@types | false | -| /usr/username/folderAtRoot/folder1/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /home/node_modules/@types | false | -| /home/username/node_modules/@types | false | -| /home/username/folderAtRoot/node_modules/@types | false | -| /home/username/folderAtRoot/folder1/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: /user/username/folderAtRoot/folder1 - -Root: /user/username/folderAtRoot/folder1 - -| Directory | canWatchAtTypes | -| ---------------------------------------------------------------------------------------- | --------------- | -| /node_modules/@types | false | -| /folderAtRoot/node_modules/@types | false | -| /folderAtRoot/folder1/node_modules/@types | false | -| /folderAtRoot/folder1/folder2/node_modules/@types | false | -| /folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /users/node_modules/@types | false | -| /users/username/node_modules/@types | false | -| /users/username/folderAtRoot/node_modules/@types | false | -| /users/username/folderAtRoot/folder1/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /user/node_modules/@types | false | -| /user/username/node_modules/@types | false | -| /user/username/folderAtRoot/node_modules/@types | false | -| /user/username/folderAtRoot/folder1/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /usr/node_modules/@types | false | -| /usr/username/node_modules/@types | false | -| /usr/username/folderAtRoot/node_modules/@types | false | -| /usr/username/folderAtRoot/folder1/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /home/node_modules/@types | false | -| /home/username/node_modules/@types | false | -| /home/username/folderAtRoot/node_modules/@types | false | -| /home/username/folderAtRoot/folder1/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: /user/username/folderAtRoot/folder1/folder2 - -Root: /user/username/folderAtRoot/folder1/folder2 - -| Directory | canWatchAtTypes | -| ---------------------------------------------------------------------------------------- | --------------- | -| /node_modules/@types | false | -| /folderAtRoot/node_modules/@types | false | -| /folderAtRoot/folder1/node_modules/@types | false | -| /folderAtRoot/folder1/folder2/node_modules/@types | false | -| /folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /users/node_modules/@types | false | -| /users/username/node_modules/@types | false | -| /users/username/folderAtRoot/node_modules/@types | false | -| /users/username/folderAtRoot/folder1/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /user/node_modules/@types | false | -| /user/username/node_modules/@types | false | -| /user/username/folderAtRoot/node_modules/@types | false | -| /user/username/folderAtRoot/folder1/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /usr/node_modules/@types | false | -| /usr/username/node_modules/@types | false | -| /usr/username/folderAtRoot/node_modules/@types | false | -| /usr/username/folderAtRoot/folder1/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /home/node_modules/@types | false | -| /home/username/node_modules/@types | false | -| /home/username/folderAtRoot/node_modules/@types | false | -| /home/username/folderAtRoot/folder1/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: /user/username/folderAtRoot/folder1/folder2/folder3 - -Root: /user/username/folderAtRoot/folder1/folder2/folder3 - -| Directory | canWatchAtTypes | -| ---------------------------------------------------------------------------------------- | --------------- | -| /node_modules/@types | false | -| /folderAtRoot/node_modules/@types | false | -| /folderAtRoot/folder1/node_modules/@types | false | -| /folderAtRoot/folder1/folder2/node_modules/@types | false | -| /folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /users/node_modules/@types | false | -| /users/username/node_modules/@types | false | -| /users/username/folderAtRoot/node_modules/@types | false | -| /users/username/folderAtRoot/folder1/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /user/node_modules/@types | false | -| /user/username/node_modules/@types | false | -| /user/username/folderAtRoot/node_modules/@types | false | -| /user/username/folderAtRoot/folder1/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /usr/node_modules/@types | false | -| /usr/username/node_modules/@types | false | -| /usr/username/folderAtRoot/node_modules/@types | false | -| /usr/username/folderAtRoot/folder1/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /home/node_modules/@types | false | -| /home/username/node_modules/@types | false | -| /home/username/folderAtRoot/node_modules/@types | false | -| /home/username/folderAtRoot/folder1/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: /user/username/folderAtRoot/folder1/folder2/folder3/folder4 - -Root: /user/username/folderAtRoot/folder1/folder2/folder3/folder4 - -| Directory | canWatchAtTypes | -| ---------------------------------------------------------------------------------------- | --------------- | -| /node_modules/@types | false | -| /folderAtRoot/node_modules/@types | false | -| /folderAtRoot/folder1/node_modules/@types | false | -| /folderAtRoot/folder1/folder2/node_modules/@types | false | -| /folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /users/node_modules/@types | false | -| /users/username/node_modules/@types | false | -| /users/username/folderAtRoot/node_modules/@types | false | -| /users/username/folderAtRoot/folder1/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /user/node_modules/@types | false | -| /user/username/node_modules/@types | false | -| /user/username/folderAtRoot/node_modules/@types | false | -| /user/username/folderAtRoot/folder1/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /usr/node_modules/@types | false | -| /usr/username/node_modules/@types | false | -| /usr/username/folderAtRoot/node_modules/@types | false | -| /usr/username/folderAtRoot/folder1/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /home/node_modules/@types | false | -| /home/username/node_modules/@types | false | -| /home/username/folderAtRoot/node_modules/@types | false | -| /home/username/folderAtRoot/folder1/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - -Root: /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - -| Directory | canWatchAtTypes | -| ---------------------------------------------------------------------------------------- | --------------- | -| /node_modules/@types | false | -| /folderAtRoot/node_modules/@types | false | -| /folderAtRoot/folder1/node_modules/@types | false | -| /folderAtRoot/folder1/folder2/node_modules/@types | false | -| /folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /users/node_modules/@types | false | -| /users/username/node_modules/@types | false | -| /users/username/folderAtRoot/node_modules/@types | false | -| /users/username/folderAtRoot/folder1/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /user/node_modules/@types | false | -| /user/username/node_modules/@types | false | -| /user/username/folderAtRoot/node_modules/@types | false | -| /user/username/folderAtRoot/folder1/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /usr/node_modules/@types | false | -| /usr/username/node_modules/@types | false | -| /usr/username/folderAtRoot/node_modules/@types | false | -| /usr/username/folderAtRoot/folder1/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /home/node_modules/@types | false | -| /home/username/node_modules/@types | false | -| /home/username/folderAtRoot/node_modules/@types | false | -| /home/username/folderAtRoot/folder1/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: /usr - -Root: /usr - -| Directory | canWatchAtTypes | -| ---------------------------------------------------------------------------------------- | --------------- | -| /node_modules/@types | false | -| /folderAtRoot/node_modules/@types | false | -| /folderAtRoot/folder1/node_modules/@types | false | -| /folderAtRoot/folder1/folder2/node_modules/@types | false | -| /folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /users/node_modules/@types | false | -| /users/username/node_modules/@types | false | -| /users/username/folderAtRoot/node_modules/@types | false | -| /users/username/folderAtRoot/folder1/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /user/node_modules/@types | false | -| /user/username/node_modules/@types | false | -| /user/username/folderAtRoot/node_modules/@types | false | -| /user/username/folderAtRoot/folder1/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /usr/node_modules/@types | true | -| /usr/username/node_modules/@types | false | -| /usr/username/folderAtRoot/node_modules/@types | false | -| /usr/username/folderAtRoot/folder1/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /home/node_modules/@types | false | -| /home/username/node_modules/@types | false | -| /home/username/folderAtRoot/node_modules/@types | false | -| /home/username/folderAtRoot/folder1/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: /usr/username - -Root: /usr/username - -| Directory | canWatchAtTypes | -| ---------------------------------------------------------------------------------------- | --------------- | -| /node_modules/@types | false | -| /folderAtRoot/node_modules/@types | false | -| /folderAtRoot/folder1/node_modules/@types | false | -| /folderAtRoot/folder1/folder2/node_modules/@types | false | -| /folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /users/node_modules/@types | false | -| /users/username/node_modules/@types | false | -| /users/username/folderAtRoot/node_modules/@types | false | -| /users/username/folderAtRoot/folder1/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /user/node_modules/@types | false | -| /user/username/node_modules/@types | false | -| /user/username/folderAtRoot/node_modules/@types | false | -| /user/username/folderAtRoot/folder1/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /usr/node_modules/@types | false | -| /usr/username/node_modules/@types | true | -| /usr/username/folderAtRoot/node_modules/@types | false | -| /usr/username/folderAtRoot/folder1/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /home/node_modules/@types | false | -| /home/username/node_modules/@types | false | -| /home/username/folderAtRoot/node_modules/@types | false | -| /home/username/folderAtRoot/folder1/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: /usr/username/folderAtRoot - -Root: /usr/username/folderAtRoot - -| Directory | canWatchAtTypes | -| ---------------------------------------------------------------------------------------- | --------------- | -| /node_modules/@types | false | -| /folderAtRoot/node_modules/@types | false | -| /folderAtRoot/folder1/node_modules/@types | false | -| /folderAtRoot/folder1/folder2/node_modules/@types | false | -| /folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /users/node_modules/@types | false | -| /users/username/node_modules/@types | false | -| /users/username/folderAtRoot/node_modules/@types | false | -| /users/username/folderAtRoot/folder1/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /user/node_modules/@types | false | -| /user/username/node_modules/@types | false | -| /user/username/folderAtRoot/node_modules/@types | false | -| /user/username/folderAtRoot/folder1/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /usr/node_modules/@types | false | -| /usr/username/node_modules/@types | false | -| /usr/username/folderAtRoot/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /home/node_modules/@types | false | -| /home/username/node_modules/@types | false | -| /home/username/folderAtRoot/node_modules/@types | false | -| /home/username/folderAtRoot/folder1/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: /usr/username/folderAtRoot/folder1 - -Root: /usr/username/folderAtRoot/folder1 - -| Directory | canWatchAtTypes | -| ---------------------------------------------------------------------------------------- | --------------- | -| /node_modules/@types | false | -| /folderAtRoot/node_modules/@types | false | -| /folderAtRoot/folder1/node_modules/@types | false | -| /folderAtRoot/folder1/folder2/node_modules/@types | false | -| /folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /users/node_modules/@types | false | -| /users/username/node_modules/@types | false | -| /users/username/folderAtRoot/node_modules/@types | false | -| /users/username/folderAtRoot/folder1/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /user/node_modules/@types | false | -| /user/username/node_modules/@types | false | -| /user/username/folderAtRoot/node_modules/@types | false | -| /user/username/folderAtRoot/folder1/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /usr/node_modules/@types | false | -| /usr/username/node_modules/@types | false | -| /usr/username/folderAtRoot/node_modules/@types | false | -| /usr/username/folderAtRoot/folder1/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /home/node_modules/@types | false | -| /home/username/node_modules/@types | false | -| /home/username/folderAtRoot/node_modules/@types | false | -| /home/username/folderAtRoot/folder1/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: /usr/username/folderAtRoot/folder1/folder2 - -Root: /usr/username/folderAtRoot/folder1/folder2 - -| Directory | canWatchAtTypes | -| ---------------------------------------------------------------------------------------- | --------------- | -| /node_modules/@types | false | -| /folderAtRoot/node_modules/@types | false | -| /folderAtRoot/folder1/node_modules/@types | false | -| /folderAtRoot/folder1/folder2/node_modules/@types | false | -| /folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /users/node_modules/@types | false | -| /users/username/node_modules/@types | false | -| /users/username/folderAtRoot/node_modules/@types | false | -| /users/username/folderAtRoot/folder1/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /user/node_modules/@types | false | -| /user/username/node_modules/@types | false | -| /user/username/folderAtRoot/node_modules/@types | false | -| /user/username/folderAtRoot/folder1/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /usr/node_modules/@types | false | -| /usr/username/node_modules/@types | false | -| /usr/username/folderAtRoot/node_modules/@types | false | -| /usr/username/folderAtRoot/folder1/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /home/node_modules/@types | false | -| /home/username/node_modules/@types | false | -| /home/username/folderAtRoot/node_modules/@types | false | -| /home/username/folderAtRoot/folder1/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: /usr/username/folderAtRoot/folder1/folder2/folder3 - -Root: /usr/username/folderAtRoot/folder1/folder2/folder3 - -| Directory | canWatchAtTypes | -| ---------------------------------------------------------------------------------------- | --------------- | -| /node_modules/@types | false | -| /folderAtRoot/node_modules/@types | false | -| /folderAtRoot/folder1/node_modules/@types | false | -| /folderAtRoot/folder1/folder2/node_modules/@types | false | -| /folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /users/node_modules/@types | false | -| /users/username/node_modules/@types | false | -| /users/username/folderAtRoot/node_modules/@types | false | -| /users/username/folderAtRoot/folder1/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /user/node_modules/@types | false | -| /user/username/node_modules/@types | false | -| /user/username/folderAtRoot/node_modules/@types | false | -| /user/username/folderAtRoot/folder1/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /usr/node_modules/@types | false | -| /usr/username/node_modules/@types | false | -| /usr/username/folderAtRoot/node_modules/@types | false | -| /usr/username/folderAtRoot/folder1/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /home/node_modules/@types | false | -| /home/username/node_modules/@types | false | -| /home/username/folderAtRoot/node_modules/@types | false | -| /home/username/folderAtRoot/folder1/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: /usr/username/folderAtRoot/folder1/folder2/folder3/folder4 - -Root: /usr/username/folderAtRoot/folder1/folder2/folder3/folder4 - -| Directory | canWatchAtTypes | -| ---------------------------------------------------------------------------------------- | --------------- | -| /node_modules/@types | false | -| /folderAtRoot/node_modules/@types | false | -| /folderAtRoot/folder1/node_modules/@types | false | -| /folderAtRoot/folder1/folder2/node_modules/@types | false | -| /folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /users/node_modules/@types | false | -| /users/username/node_modules/@types | false | -| /users/username/folderAtRoot/node_modules/@types | false | -| /users/username/folderAtRoot/folder1/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /user/node_modules/@types | false | -| /user/username/node_modules/@types | false | -| /user/username/folderAtRoot/node_modules/@types | false | -| /user/username/folderAtRoot/folder1/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /usr/node_modules/@types | false | -| /usr/username/node_modules/@types | false | -| /usr/username/folderAtRoot/node_modules/@types | false | -| /usr/username/folderAtRoot/folder1/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /home/node_modules/@types | false | -| /home/username/node_modules/@types | false | -| /home/username/folderAtRoot/node_modules/@types | false | -| /home/username/folderAtRoot/folder1/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - -Root: /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - -| Directory | canWatchAtTypes | -| ---------------------------------------------------------------------------------------- | --------------- | -| /node_modules/@types | false | -| /folderAtRoot/node_modules/@types | false | -| /folderAtRoot/folder1/node_modules/@types | false | -| /folderAtRoot/folder1/folder2/node_modules/@types | false | -| /folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /users/node_modules/@types | false | -| /users/username/node_modules/@types | false | -| /users/username/folderAtRoot/node_modules/@types | false | -| /users/username/folderAtRoot/folder1/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /user/node_modules/@types | false | -| /user/username/node_modules/@types | false | -| /user/username/folderAtRoot/node_modules/@types | false | -| /user/username/folderAtRoot/folder1/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /usr/node_modules/@types | false | -| /usr/username/node_modules/@types | false | -| /usr/username/folderAtRoot/node_modules/@types | false | -| /usr/username/folderAtRoot/folder1/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /home/node_modules/@types | false | -| /home/username/node_modules/@types | false | -| /home/username/folderAtRoot/node_modules/@types | false | -| /home/username/folderAtRoot/folder1/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: /home - -Root: /home - -| Directory | canWatchAtTypes | -| ---------------------------------------------------------------------------------------- | --------------- | -| /node_modules/@types | false | -| /folderAtRoot/node_modules/@types | false | -| /folderAtRoot/folder1/node_modules/@types | false | -| /folderAtRoot/folder1/folder2/node_modules/@types | false | -| /folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /users/node_modules/@types | false | -| /users/username/node_modules/@types | false | -| /users/username/folderAtRoot/node_modules/@types | false | -| /users/username/folderAtRoot/folder1/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /user/node_modules/@types | false | -| /user/username/node_modules/@types | false | -| /user/username/folderAtRoot/node_modules/@types | false | -| /user/username/folderAtRoot/folder1/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /usr/node_modules/@types | false | -| /usr/username/node_modules/@types | false | -| /usr/username/folderAtRoot/node_modules/@types | false | -| /usr/username/folderAtRoot/folder1/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /home/node_modules/@types | true | -| /home/username/node_modules/@types | false | -| /home/username/folderAtRoot/node_modules/@types | false | -| /home/username/folderAtRoot/folder1/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: /home/username - -Root: /home/username - -| Directory | canWatchAtTypes | -| ---------------------------------------------------------------------------------------- | --------------- | -| /node_modules/@types | false | -| /folderAtRoot/node_modules/@types | false | -| /folderAtRoot/folder1/node_modules/@types | false | -| /folderAtRoot/folder1/folder2/node_modules/@types | false | -| /folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /users/node_modules/@types | false | -| /users/username/node_modules/@types | false | -| /users/username/folderAtRoot/node_modules/@types | false | -| /users/username/folderAtRoot/folder1/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /user/node_modules/@types | false | -| /user/username/node_modules/@types | false | -| /user/username/folderAtRoot/node_modules/@types | false | -| /user/username/folderAtRoot/folder1/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /usr/node_modules/@types | false | -| /usr/username/node_modules/@types | false | -| /usr/username/folderAtRoot/node_modules/@types | false | -| /usr/username/folderAtRoot/folder1/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /home/node_modules/@types | false | -| /home/username/node_modules/@types | true | -| /home/username/folderAtRoot/node_modules/@types | false | -| /home/username/folderAtRoot/folder1/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: /home/username/folderAtRoot - -Root: /home/username/folderAtRoot - | Directory | canWatchAtTypes | | ---------------------------------------------------------------------------------------- | --------------- | | /node_modules/@types | false | | /folderAtRoot/node_modules/@types | false | | /folderAtRoot/folder1/node_modules/@types | false | -| /folderAtRoot/folder1/folder2/node_modules/@types | false | +| /folderAtRoot/folder1/folder2/node_modules/@types | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | | /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | | /users/node_modules/@types | false | | /users/username/node_modules/@types | false | -| /users/username/folderAtRoot/node_modules/@types | false | +| /users/username/folderAtRoot/node_modules/@types | true | | /users/username/folderAtRoot/folder1/node_modules/@types | true | | /users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | | /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | @@ -1546,7 +24,7 @@ Root: /home/username/folderAtRoot | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | | /user/node_modules/@types | false | | /user/username/node_modules/@types | false | -| /user/username/folderAtRoot/node_modules/@types | false | +| /user/username/folderAtRoot/node_modules/@types | true | | /user/username/folderAtRoot/folder1/node_modules/@types | true | | /user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | | /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | @@ -1554,7 +32,7 @@ Root: /home/username/folderAtRoot | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | | /usr/node_modules/@types | false | | /usr/username/node_modules/@types | false | -| /usr/username/folderAtRoot/node_modules/@types | false | +| /usr/username/folderAtRoot/node_modules/@types | true | | /usr/username/folderAtRoot/folder1/node_modules/@types | true | | /usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | | /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | @@ -1569,279 +47,3 @@ Root: /home/username/folderAtRoot | /home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | | /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -## RootDirForResolution: /home/username/folderAtRoot/folder1 - -Root: /home/username/folderAtRoot/folder1 - -| Directory | canWatchAtTypes | -| ---------------------------------------------------------------------------------------- | --------------- | -| /node_modules/@types | false | -| /folderAtRoot/node_modules/@types | false | -| /folderAtRoot/folder1/node_modules/@types | false | -| /folderAtRoot/folder1/folder2/node_modules/@types | false | -| /folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /users/node_modules/@types | false | -| /users/username/node_modules/@types | false | -| /users/username/folderAtRoot/node_modules/@types | false | -| /users/username/folderAtRoot/folder1/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /user/node_modules/@types | false | -| /user/username/node_modules/@types | false | -| /user/username/folderAtRoot/node_modules/@types | false | -| /user/username/folderAtRoot/folder1/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /usr/node_modules/@types | false | -| /usr/username/node_modules/@types | false | -| /usr/username/folderAtRoot/node_modules/@types | false | -| /usr/username/folderAtRoot/folder1/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /home/node_modules/@types | false | -| /home/username/node_modules/@types | false | -| /home/username/folderAtRoot/node_modules/@types | false | -| /home/username/folderAtRoot/folder1/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: /home/username/folderAtRoot/folder1/folder2 - -Root: /home/username/folderAtRoot/folder1/folder2 - -| Directory | canWatchAtTypes | -| ---------------------------------------------------------------------------------------- | --------------- | -| /node_modules/@types | false | -| /folderAtRoot/node_modules/@types | false | -| /folderAtRoot/folder1/node_modules/@types | false | -| /folderAtRoot/folder1/folder2/node_modules/@types | false | -| /folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /users/node_modules/@types | false | -| /users/username/node_modules/@types | false | -| /users/username/folderAtRoot/node_modules/@types | false | -| /users/username/folderAtRoot/folder1/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /user/node_modules/@types | false | -| /user/username/node_modules/@types | false | -| /user/username/folderAtRoot/node_modules/@types | false | -| /user/username/folderAtRoot/folder1/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /usr/node_modules/@types | false | -| /usr/username/node_modules/@types | false | -| /usr/username/folderAtRoot/node_modules/@types | false | -| /usr/username/folderAtRoot/folder1/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /home/node_modules/@types | false | -| /home/username/node_modules/@types | false | -| /home/username/folderAtRoot/node_modules/@types | false | -| /home/username/folderAtRoot/folder1/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: /home/username/folderAtRoot/folder1/folder2/folder3 - -Root: /home/username/folderAtRoot/folder1/folder2/folder3 - -| Directory | canWatchAtTypes | -| ---------------------------------------------------------------------------------------- | --------------- | -| /node_modules/@types | false | -| /folderAtRoot/node_modules/@types | false | -| /folderAtRoot/folder1/node_modules/@types | false | -| /folderAtRoot/folder1/folder2/node_modules/@types | false | -| /folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /users/node_modules/@types | false | -| /users/username/node_modules/@types | false | -| /users/username/folderAtRoot/node_modules/@types | false | -| /users/username/folderAtRoot/folder1/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /user/node_modules/@types | false | -| /user/username/node_modules/@types | false | -| /user/username/folderAtRoot/node_modules/@types | false | -| /user/username/folderAtRoot/folder1/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /usr/node_modules/@types | false | -| /usr/username/node_modules/@types | false | -| /usr/username/folderAtRoot/node_modules/@types | false | -| /usr/username/folderAtRoot/folder1/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /home/node_modules/@types | false | -| /home/username/node_modules/@types | false | -| /home/username/folderAtRoot/node_modules/@types | false | -| /home/username/folderAtRoot/folder1/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: /home/username/folderAtRoot/folder1/folder2/folder3/folder4 - -Root: /home/username/folderAtRoot/folder1/folder2/folder3/folder4 - -| Directory | canWatchAtTypes | -| ---------------------------------------------------------------------------------------- | --------------- | -| /node_modules/@types | false | -| /folderAtRoot/node_modules/@types | false | -| /folderAtRoot/folder1/node_modules/@types | false | -| /folderAtRoot/folder1/folder2/node_modules/@types | false | -| /folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /users/node_modules/@types | false | -| /users/username/node_modules/@types | false | -| /users/username/folderAtRoot/node_modules/@types | false | -| /users/username/folderAtRoot/folder1/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /user/node_modules/@types | false | -| /user/username/node_modules/@types | false | -| /user/username/folderAtRoot/node_modules/@types | false | -| /user/username/folderAtRoot/folder1/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /usr/node_modules/@types | false | -| /usr/username/node_modules/@types | false | -| /usr/username/folderAtRoot/node_modules/@types | false | -| /usr/username/folderAtRoot/folder1/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /home/node_modules/@types | false | -| /home/username/node_modules/@types | false | -| /home/username/folderAtRoot/node_modules/@types | false | -| /home/username/folderAtRoot/folder1/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - -Root: /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - -| Directory | canWatchAtTypes | -| ---------------------------------------------------------------------------------------- | --------------- | -| /node_modules/@types | false | -| /folderAtRoot/node_modules/@types | false | -| /folderAtRoot/folder1/node_modules/@types | false | -| /folderAtRoot/folder1/folder2/node_modules/@types | false | -| /folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /users/node_modules/@types | false | -| /users/username/node_modules/@types | false | -| /users/username/folderAtRoot/node_modules/@types | false | -| /users/username/folderAtRoot/folder1/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /user/node_modules/@types | false | -| /user/username/node_modules/@types | false | -| /user/username/folderAtRoot/node_modules/@types | false | -| /user/username/folderAtRoot/folder1/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /usr/node_modules/@types | false | -| /usr/username/node_modules/@types | false | -| /usr/username/folderAtRoot/node_modules/@types | false | -| /usr/username/folderAtRoot/folder1/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /home/node_modules/@types | false | -| /home/username/node_modules/@types | false | -| /home/username/folderAtRoot/node_modules/@types | false | -| /home/username/folderAtRoot/folder1/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: undefined - -Root: undefined - -| Directory | canWatchAtTypes | -| ---------------------------------------------------------------------------------------- | --------------- | -| /node_modules/@types | false | -| /folderAtRoot/node_modules/@types | false | -| /folderAtRoot/folder1/node_modules/@types | false | -| /folderAtRoot/folder1/folder2/node_modules/@types | false | -| /folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /users/node_modules/@types | false | -| /users/username/node_modules/@types | false | -| /users/username/folderAtRoot/node_modules/@types | false | -| /users/username/folderAtRoot/folder1/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /user/node_modules/@types | false | -| /user/username/node_modules/@types | false | -| /user/username/folderAtRoot/node_modules/@types | false | -| /user/username/folderAtRoot/folder1/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /usr/node_modules/@types | false | -| /usr/username/node_modules/@types | false | -| /usr/username/folderAtRoot/node_modules/@types | false | -| /usr/username/folderAtRoot/folder1/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| /home/node_modules/@types | false | -| /home/username/node_modules/@types | false | -| /home/username/folderAtRoot/node_modules/@types | false | -| /home/username/folderAtRoot/folder1/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - diff --git a/tests/baselines/reference/canWatch/canWatchAtTypesUnc.baseline.md b/tests/baselines/reference/canWatch/canWatchAtTypesUnc.baseline.md index 08060c9d1f070..9cb87d1551aae 100644 --- a/tests/baselines/reference/canWatch/canWatchAtTypesUnc.baseline.md +++ b/tests/baselines/reference/canWatch/canWatchAtTypesUnc.baseline.md @@ -5,1823 +5,25 @@ These are the typeRoots calculated because user didnt specify typeRoots in compi ## Testing for Unc root: //vda1cs4850/ -## RootDirForResolution: //vda1cs4850/ - -Root: //vda1cs4850 - -| Directory | canWatchAtTypes | -| ---------------------------------------------------------------------------------------------------- | --------------- | -| //vda1cs4850/node_modules/@types | false | -| //vda1cs4850/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/users/node_modules/@types | false | -| //vda1cs4850/users/username/node_modules/@types | false | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/user/node_modules/@types | false | -| //vda1cs4850/user/username/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/usr/node_modules/@types | false | -| //vda1cs4850/usr/username/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/home/node_modules/@types | false | -| //vda1cs4850/home/username/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: //vda1cs4850/folderAtRoot - -Root: //vda1cs4850/folderAtRoot - -| Directory | canWatchAtTypes | -| ---------------------------------------------------------------------------------------------------- | --------------- | -| //vda1cs4850/node_modules/@types | false | -| //vda1cs4850/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/users/node_modules/@types | false | -| //vda1cs4850/users/username/node_modules/@types | false | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/user/node_modules/@types | false | -| //vda1cs4850/user/username/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/usr/node_modules/@types | false | -| //vda1cs4850/usr/username/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/home/node_modules/@types | false | -| //vda1cs4850/home/username/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: //vda1cs4850/folderAtRoot/folder1 - -Root: //vda1cs4850/folderAtRoot/folder1 - -| Directory | canWatchAtTypes | -| ---------------------------------------------------------------------------------------------------- | --------------- | -| //vda1cs4850/node_modules/@types | false | -| //vda1cs4850/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/users/node_modules/@types | false | -| //vda1cs4850/users/username/node_modules/@types | false | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/user/node_modules/@types | false | -| //vda1cs4850/user/username/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/usr/node_modules/@types | false | -| //vda1cs4850/usr/username/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/home/node_modules/@types | false | -| //vda1cs4850/home/username/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: //vda1cs4850/folderAtRoot/folder1/folder2 - -Root: //vda1cs4850/folderAtRoot/folder1/folder2 - -| Directory | canWatchAtTypes | -| ---------------------------------------------------------------------------------------------------- | --------------- | -| //vda1cs4850/node_modules/@types | false | -| //vda1cs4850/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/users/node_modules/@types | false | -| //vda1cs4850/users/username/node_modules/@types | false | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/user/node_modules/@types | false | -| //vda1cs4850/user/username/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/usr/node_modules/@types | false | -| //vda1cs4850/usr/username/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/home/node_modules/@types | false | -| //vda1cs4850/home/username/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: //vda1cs4850/folderAtRoot/folder1/folder2/folder3 - -Root: //vda1cs4850/folderAtRoot/folder1/folder2/folder3 - -| Directory | canWatchAtTypes | -| ---------------------------------------------------------------------------------------------------- | --------------- | -| //vda1cs4850/node_modules/@types | false | -| //vda1cs4850/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/users/node_modules/@types | false | -| //vda1cs4850/users/username/node_modules/@types | false | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/user/node_modules/@types | false | -| //vda1cs4850/user/username/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/usr/node_modules/@types | false | -| //vda1cs4850/usr/username/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/home/node_modules/@types | false | -| //vda1cs4850/home/username/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4 - -Root: //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4 - -| Directory | canWatchAtTypes | -| ---------------------------------------------------------------------------------------------------- | --------------- | -| //vda1cs4850/node_modules/@types | false | -| //vda1cs4850/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/users/node_modules/@types | false | -| //vda1cs4850/users/username/node_modules/@types | false | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/user/node_modules/@types | false | -| //vda1cs4850/user/username/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/usr/node_modules/@types | false | -| //vda1cs4850/usr/username/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/home/node_modules/@types | false | -| //vda1cs4850/home/username/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - -Root: //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - -| Directory | canWatchAtTypes | -| ---------------------------------------------------------------------------------------------------- | --------------- | -| //vda1cs4850/node_modules/@types | false | -| //vda1cs4850/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/users/node_modules/@types | false | -| //vda1cs4850/users/username/node_modules/@types | false | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/user/node_modules/@types | false | -| //vda1cs4850/user/username/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/usr/node_modules/@types | false | -| //vda1cs4850/usr/username/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/home/node_modules/@types | false | -| //vda1cs4850/home/username/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: //vda1cs4850/users - -Root: //vda1cs4850/users - -| Directory | canWatchAtTypes | -| ---------------------------------------------------------------------------------------------------- | --------------- | -| //vda1cs4850/node_modules/@types | false | -| //vda1cs4850/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/users/node_modules/@types | true | -| //vda1cs4850/users/username/node_modules/@types | false | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/user/node_modules/@types | false | -| //vda1cs4850/user/username/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/usr/node_modules/@types | false | -| //vda1cs4850/usr/username/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/home/node_modules/@types | false | -| //vda1cs4850/home/username/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: //vda1cs4850/users/username - -Root: //vda1cs4850/users/username - -| Directory | canWatchAtTypes | -| ---------------------------------------------------------------------------------------------------- | --------------- | -| //vda1cs4850/node_modules/@types | false | -| //vda1cs4850/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/users/node_modules/@types | false | -| //vda1cs4850/users/username/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/user/node_modules/@types | false | -| //vda1cs4850/user/username/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/usr/node_modules/@types | false | -| //vda1cs4850/usr/username/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/home/node_modules/@types | false | -| //vda1cs4850/home/username/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: //vda1cs4850/users/username/folderAtRoot - -Root: //vda1cs4850/users/username/folderAtRoot - -| Directory | canWatchAtTypes | -| ---------------------------------------------------------------------------------------------------- | --------------- | -| //vda1cs4850/node_modules/@types | false | -| //vda1cs4850/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/users/node_modules/@types | false | -| //vda1cs4850/users/username/node_modules/@types | false | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/user/node_modules/@types | false | -| //vda1cs4850/user/username/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/usr/node_modules/@types | false | -| //vda1cs4850/usr/username/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/home/node_modules/@types | false | -| //vda1cs4850/home/username/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: //vda1cs4850/users/username/folderAtRoot/folder1 - -Root: //vda1cs4850/users/username/folderAtRoot/folder1 - -| Directory | canWatchAtTypes | -| ---------------------------------------------------------------------------------------------------- | --------------- | -| //vda1cs4850/node_modules/@types | false | -| //vda1cs4850/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/users/node_modules/@types | false | -| //vda1cs4850/users/username/node_modules/@types | false | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/user/node_modules/@types | false | -| //vda1cs4850/user/username/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/usr/node_modules/@types | false | -| //vda1cs4850/usr/username/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/home/node_modules/@types | false | -| //vda1cs4850/home/username/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: //vda1cs4850/users/username/folderAtRoot/folder1/folder2 - -Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2 - -| Directory | canWatchAtTypes | -| ---------------------------------------------------------------------------------------------------- | --------------- | -| //vda1cs4850/node_modules/@types | false | -| //vda1cs4850/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/users/node_modules/@types | false | -| //vda1cs4850/users/username/node_modules/@types | false | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/user/node_modules/@types | false | -| //vda1cs4850/user/username/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/usr/node_modules/@types | false | -| //vda1cs4850/usr/username/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/home/node_modules/@types | false | -| //vda1cs4850/home/username/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3 - -Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3 - -| Directory | canWatchAtTypes | -| ---------------------------------------------------------------------------------------------------- | --------------- | -| //vda1cs4850/node_modules/@types | false | -| //vda1cs4850/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/users/node_modules/@types | false | -| //vda1cs4850/users/username/node_modules/@types | false | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/user/node_modules/@types | false | -| //vda1cs4850/user/username/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/usr/node_modules/@types | false | -| //vda1cs4850/usr/username/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/home/node_modules/@types | false | -| //vda1cs4850/home/username/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4 - -Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4 - -| Directory | canWatchAtTypes | -| ---------------------------------------------------------------------------------------------------- | --------------- | -| //vda1cs4850/node_modules/@types | false | -| //vda1cs4850/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/users/node_modules/@types | false | -| //vda1cs4850/users/username/node_modules/@types | false | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/user/node_modules/@types | false | -| //vda1cs4850/user/username/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/usr/node_modules/@types | false | -| //vda1cs4850/usr/username/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/home/node_modules/@types | false | -| //vda1cs4850/home/username/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - -Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - -| Directory | canWatchAtTypes | -| ---------------------------------------------------------------------------------------------------- | --------------- | -| //vda1cs4850/node_modules/@types | false | -| //vda1cs4850/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/users/node_modules/@types | false | -| //vda1cs4850/users/username/node_modules/@types | false | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/user/node_modules/@types | false | -| //vda1cs4850/user/username/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/usr/node_modules/@types | false | -| //vda1cs4850/usr/username/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/home/node_modules/@types | false | -| //vda1cs4850/home/username/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: //vda1cs4850/user - -Root: //vda1cs4850/user - -| Directory | canWatchAtTypes | -| ---------------------------------------------------------------------------------------------------- | --------------- | -| //vda1cs4850/node_modules/@types | false | -| //vda1cs4850/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/users/node_modules/@types | false | -| //vda1cs4850/users/username/node_modules/@types | false | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/user/node_modules/@types | true | -| //vda1cs4850/user/username/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/usr/node_modules/@types | false | -| //vda1cs4850/usr/username/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/home/node_modules/@types | false | -| //vda1cs4850/home/username/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: //vda1cs4850/user/username - -Root: //vda1cs4850/user/username - -| Directory | canWatchAtTypes | -| ---------------------------------------------------------------------------------------------------- | --------------- | -| //vda1cs4850/node_modules/@types | false | -| //vda1cs4850/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/users/node_modules/@types | false | -| //vda1cs4850/users/username/node_modules/@types | false | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/user/node_modules/@types | false | -| //vda1cs4850/user/username/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/usr/node_modules/@types | false | -| //vda1cs4850/usr/username/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/home/node_modules/@types | false | -| //vda1cs4850/home/username/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: //vda1cs4850/user/username/folderAtRoot - -Root: //vda1cs4850/user/username/folderAtRoot - -| Directory | canWatchAtTypes | -| ---------------------------------------------------------------------------------------------------- | --------------- | -| //vda1cs4850/node_modules/@types | false | -| //vda1cs4850/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/users/node_modules/@types | false | -| //vda1cs4850/users/username/node_modules/@types | false | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/user/node_modules/@types | false | -| //vda1cs4850/user/username/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/usr/node_modules/@types | false | -| //vda1cs4850/usr/username/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/home/node_modules/@types | false | -| //vda1cs4850/home/username/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: //vda1cs4850/user/username/folderAtRoot/folder1 - -Root: //vda1cs4850/user/username/folderAtRoot/folder1 - -| Directory | canWatchAtTypes | -| ---------------------------------------------------------------------------------------------------- | --------------- | -| //vda1cs4850/node_modules/@types | false | -| //vda1cs4850/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/users/node_modules/@types | false | -| //vda1cs4850/users/username/node_modules/@types | false | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/user/node_modules/@types | false | -| //vda1cs4850/user/username/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/usr/node_modules/@types | false | -| //vda1cs4850/usr/username/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/home/node_modules/@types | false | -| //vda1cs4850/home/username/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: //vda1cs4850/user/username/folderAtRoot/folder1/folder2 - -Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2 - -| Directory | canWatchAtTypes | -| ---------------------------------------------------------------------------------------------------- | --------------- | -| //vda1cs4850/node_modules/@types | false | -| //vda1cs4850/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/users/node_modules/@types | false | -| //vda1cs4850/users/username/node_modules/@types | false | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/user/node_modules/@types | false | -| //vda1cs4850/user/username/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/usr/node_modules/@types | false | -| //vda1cs4850/usr/username/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/home/node_modules/@types | false | -| //vda1cs4850/home/username/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3 - -Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3 - -| Directory | canWatchAtTypes | -| ---------------------------------------------------------------------------------------------------- | --------------- | -| //vda1cs4850/node_modules/@types | false | -| //vda1cs4850/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/users/node_modules/@types | false | -| //vda1cs4850/users/username/node_modules/@types | false | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/user/node_modules/@types | false | -| //vda1cs4850/user/username/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/usr/node_modules/@types | false | -| //vda1cs4850/usr/username/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/home/node_modules/@types | false | -| //vda1cs4850/home/username/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4 - -Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4 - -| Directory | canWatchAtTypes | -| ---------------------------------------------------------------------------------------------------- | --------------- | -| //vda1cs4850/node_modules/@types | false | -| //vda1cs4850/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/users/node_modules/@types | false | -| //vda1cs4850/users/username/node_modules/@types | false | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/user/node_modules/@types | false | -| //vda1cs4850/user/username/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/usr/node_modules/@types | false | -| //vda1cs4850/usr/username/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/home/node_modules/@types | false | -| //vda1cs4850/home/username/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - -Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - -| Directory | canWatchAtTypes | -| ---------------------------------------------------------------------------------------------------- | --------------- | -| //vda1cs4850/node_modules/@types | false | -| //vda1cs4850/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/users/node_modules/@types | false | -| //vda1cs4850/users/username/node_modules/@types | false | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/user/node_modules/@types | false | -| //vda1cs4850/user/username/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/usr/node_modules/@types | false | -| //vda1cs4850/usr/username/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/home/node_modules/@types | false | -| //vda1cs4850/home/username/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: //vda1cs4850/usr - -Root: //vda1cs4850/usr - -| Directory | canWatchAtTypes | -| ---------------------------------------------------------------------------------------------------- | --------------- | -| //vda1cs4850/node_modules/@types | false | -| //vda1cs4850/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/users/node_modules/@types | false | -| //vda1cs4850/users/username/node_modules/@types | false | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/user/node_modules/@types | false | -| //vda1cs4850/user/username/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/usr/node_modules/@types | true | -| //vda1cs4850/usr/username/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/home/node_modules/@types | false | -| //vda1cs4850/home/username/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: //vda1cs4850/usr/username - -Root: //vda1cs4850/usr/username - -| Directory | canWatchAtTypes | -| ---------------------------------------------------------------------------------------------------- | --------------- | -| //vda1cs4850/node_modules/@types | false | -| //vda1cs4850/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/users/node_modules/@types | false | -| //vda1cs4850/users/username/node_modules/@types | false | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/user/node_modules/@types | false | -| //vda1cs4850/user/username/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/usr/node_modules/@types | false | -| //vda1cs4850/usr/username/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/home/node_modules/@types | false | -| //vda1cs4850/home/username/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: //vda1cs4850/usr/username/folderAtRoot - -Root: //vda1cs4850/usr/username/folderAtRoot - -| Directory | canWatchAtTypes | -| ---------------------------------------------------------------------------------------------------- | --------------- | -| //vda1cs4850/node_modules/@types | false | -| //vda1cs4850/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/users/node_modules/@types | false | -| //vda1cs4850/users/username/node_modules/@types | false | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/user/node_modules/@types | false | -| //vda1cs4850/user/username/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/usr/node_modules/@types | false | -| //vda1cs4850/usr/username/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/home/node_modules/@types | false | -| //vda1cs4850/home/username/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: //vda1cs4850/usr/username/folderAtRoot/folder1 - -Root: //vda1cs4850/usr/username/folderAtRoot/folder1 - -| Directory | canWatchAtTypes | -| ---------------------------------------------------------------------------------------------------- | --------------- | -| //vda1cs4850/node_modules/@types | false | -| //vda1cs4850/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/users/node_modules/@types | false | -| //vda1cs4850/users/username/node_modules/@types | false | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/user/node_modules/@types | false | -| //vda1cs4850/user/username/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/usr/node_modules/@types | false | -| //vda1cs4850/usr/username/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/home/node_modules/@types | false | -| //vda1cs4850/home/username/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2 - -Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2 - -| Directory | canWatchAtTypes | -| ---------------------------------------------------------------------------------------------------- | --------------- | -| //vda1cs4850/node_modules/@types | false | -| //vda1cs4850/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/users/node_modules/@types | false | -| //vda1cs4850/users/username/node_modules/@types | false | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/user/node_modules/@types | false | -| //vda1cs4850/user/username/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/usr/node_modules/@types | false | -| //vda1cs4850/usr/username/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/home/node_modules/@types | false | -| //vda1cs4850/home/username/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3 - -Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3 - -| Directory | canWatchAtTypes | -| ---------------------------------------------------------------------------------------------------- | --------------- | -| //vda1cs4850/node_modules/@types | false | -| //vda1cs4850/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/users/node_modules/@types | false | -| //vda1cs4850/users/username/node_modules/@types | false | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/user/node_modules/@types | false | -| //vda1cs4850/user/username/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/usr/node_modules/@types | false | -| //vda1cs4850/usr/username/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/home/node_modules/@types | false | -| //vda1cs4850/home/username/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 - -Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 - -| Directory | canWatchAtTypes | -| ---------------------------------------------------------------------------------------------------- | --------------- | -| //vda1cs4850/node_modules/@types | false | -| //vda1cs4850/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/users/node_modules/@types | false | -| //vda1cs4850/users/username/node_modules/@types | false | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/user/node_modules/@types | false | -| //vda1cs4850/user/username/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/usr/node_modules/@types | false | -| //vda1cs4850/usr/username/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/home/node_modules/@types | false | -| //vda1cs4850/home/username/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - -Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - -| Directory | canWatchAtTypes | -| ---------------------------------------------------------------------------------------------------- | --------------- | -| //vda1cs4850/node_modules/@types | false | -| //vda1cs4850/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/users/node_modules/@types | false | -| //vda1cs4850/users/username/node_modules/@types | false | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/user/node_modules/@types | false | -| //vda1cs4850/user/username/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/usr/node_modules/@types | false | -| //vda1cs4850/usr/username/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/home/node_modules/@types | false | -| //vda1cs4850/home/username/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: //vda1cs4850/home - -Root: //vda1cs4850/home - -| Directory | canWatchAtTypes | -| ---------------------------------------------------------------------------------------------------- | --------------- | -| //vda1cs4850/node_modules/@types | false | -| //vda1cs4850/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/users/node_modules/@types | false | -| //vda1cs4850/users/username/node_modules/@types | false | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/user/node_modules/@types | false | -| //vda1cs4850/user/username/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/usr/node_modules/@types | false | -| //vda1cs4850/usr/username/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/home/node_modules/@types | true | -| //vda1cs4850/home/username/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: //vda1cs4850/home/username - -Root: //vda1cs4850/home/username - -| Directory | canWatchAtTypes | -| ---------------------------------------------------------------------------------------------------- | --------------- | -| //vda1cs4850/node_modules/@types | false | -| //vda1cs4850/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/users/node_modules/@types | false | -| //vda1cs4850/users/username/node_modules/@types | false | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/user/node_modules/@types | false | -| //vda1cs4850/user/username/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/usr/node_modules/@types | false | -| //vda1cs4850/usr/username/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/home/node_modules/@types | false | -| //vda1cs4850/home/username/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: //vda1cs4850/home/username/folderAtRoot - -Root: //vda1cs4850/home/username/folderAtRoot - -| Directory | canWatchAtTypes | -| ---------------------------------------------------------------------------------------------------- | --------------- | -| //vda1cs4850/node_modules/@types | false | -| //vda1cs4850/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/users/node_modules/@types | false | -| //vda1cs4850/users/username/node_modules/@types | false | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/user/node_modules/@types | false | -| //vda1cs4850/user/username/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/usr/node_modules/@types | false | -| //vda1cs4850/usr/username/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/home/node_modules/@types | false | -| //vda1cs4850/home/username/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: //vda1cs4850/home/username/folderAtRoot/folder1 - -Root: //vda1cs4850/home/username/folderAtRoot/folder1 - -| Directory | canWatchAtTypes | -| ---------------------------------------------------------------------------------------------------- | --------------- | -| //vda1cs4850/node_modules/@types | false | -| //vda1cs4850/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/users/node_modules/@types | false | -| //vda1cs4850/users/username/node_modules/@types | false | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/user/node_modules/@types | false | -| //vda1cs4850/user/username/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/usr/node_modules/@types | false | -| //vda1cs4850/usr/username/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/home/node_modules/@types | false | -| //vda1cs4850/home/username/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: //vda1cs4850/home/username/folderAtRoot/folder1/folder2 - -Root: //vda1cs4850/home/username/folderAtRoot/folder1/folder2 - -| Directory | canWatchAtTypes | -| ---------------------------------------------------------------------------------------------------- | --------------- | -| //vda1cs4850/node_modules/@types | false | -| //vda1cs4850/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/users/node_modules/@types | false | -| //vda1cs4850/users/username/node_modules/@types | false | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/user/node_modules/@types | false | -| //vda1cs4850/user/username/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/usr/node_modules/@types | false | -| //vda1cs4850/usr/username/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/home/node_modules/@types | false | -| //vda1cs4850/home/username/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3 - -Root: //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3 - -| Directory | canWatchAtTypes | -| ---------------------------------------------------------------------------------------------------- | --------------- | -| //vda1cs4850/node_modules/@types | false | -| //vda1cs4850/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/users/node_modules/@types | false | -| //vda1cs4850/users/username/node_modules/@types | false | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/user/node_modules/@types | false | -| //vda1cs4850/user/username/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/usr/node_modules/@types | false | -| //vda1cs4850/usr/username/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/home/node_modules/@types | false | -| //vda1cs4850/home/username/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4 - -Root: //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4 - -| Directory | canWatchAtTypes | -| ---------------------------------------------------------------------------------------------------- | --------------- | -| //vda1cs4850/node_modules/@types | false | -| //vda1cs4850/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/users/node_modules/@types | false | -| //vda1cs4850/users/username/node_modules/@types | false | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/user/node_modules/@types | false | -| //vda1cs4850/user/username/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/usr/node_modules/@types | false | -| //vda1cs4850/usr/username/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/home/node_modules/@types | false | -| //vda1cs4850/home/username/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - -Root: //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - -| Directory | canWatchAtTypes | -| ---------------------------------------------------------------------------------------------------- | --------------- | -| //vda1cs4850/node_modules/@types | false | -| //vda1cs4850/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/users/node_modules/@types | false | -| //vda1cs4850/users/username/node_modules/@types | false | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/user/node_modules/@types | false | -| //vda1cs4850/user/username/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/usr/node_modules/@types | false | -| //vda1cs4850/usr/username/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/home/node_modules/@types | false | -| //vda1cs4850/home/username/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: undefined - -Root: undefined - | Directory | canWatchAtTypes | | ---------------------------------------------------------------------------------------------------- | --------------- | | //vda1cs4850/node_modules/@types | false | | //vda1cs4850/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types | true | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types | false | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types | true | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | | //vda1cs4850/users/node_modules/@types | false | | //vda1cs4850/users/username/node_modules/@types | false | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types | false | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types | true | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | | //vda1cs4850/user/node_modules/@types | false | -| //vda1cs4850/user/username/node_modules/@types | true | +| //vda1cs4850/user/username/node_modules/@types | false | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types | true | | //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types | true | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | @@ -1829,7 +31,7 @@ Root: undefined | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | | //vda1cs4850/usr/node_modules/@types | false | -| //vda1cs4850/usr/username/node_modules/@types | true | +| //vda1cs4850/usr/username/node_modules/@types | false | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types | true | | //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types | true | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | @@ -1837,7 +39,7 @@ Root: undefined | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | | //vda1cs4850/home/node_modules/@types | false | -| //vda1cs4850/home/username/node_modules/@types | true | +| //vda1cs4850/home/username/node_modules/@types | false | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types | true | | //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types | true | | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | diff --git a/tests/baselines/reference/canWatch/canWatchAtTypesUncDos.baseline.md b/tests/baselines/reference/canWatch/canWatchAtTypesUncDos.baseline.md index 45dfff73e4e33..d69cc1f7bfacb 100644 --- a/tests/baselines/reference/canWatch/canWatchAtTypesUncDos.baseline.md +++ b/tests/baselines/reference/canWatch/canWatchAtTypesUncDos.baseline.md @@ -5,56 +5,6 @@ These are the typeRoots calculated because user didnt specify typeRoots in compi ## Testing for UncDos root: //vda1cs4850/c$ -## RootDirForResolution: //vda1cs4850/c$ - -Root: //vda1cs4850/c$ - -| Directory | canWatchAtTypes | -| ------------------------------------------------------------------------------------------------------- | --------------- | -| //vda1cs4850/c$/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/users/node_modules/@types | false | -| //vda1cs4850/c$/users/username/node_modules/@types | false | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/user/node_modules/@types | false | -| //vda1cs4850/c$/user/username/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/usr/node_modules/@types | false | -| //vda1cs4850/c$/usr/username/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/home/node_modules/@types | false | -| //vda1cs4850/c$/home/username/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: //vda1cs4850/c$/folderAtRoot - -Root: //vda1cs4850/c$/folderAtRoot - | Directory | canWatchAtTypes | | ------------------------------------------------------------------------------------------------------- | --------------- | | //vda1cs4850/c$/node_modules/@types | false | @@ -66,243 +16,13 @@ Root: //vda1cs4850/c$/folderAtRoot | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | | //vda1cs4850/c$/users/node_modules/@types | false | | //vda1cs4850/c$/users/username/node_modules/@types | false | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/user/node_modules/@types | false | -| //vda1cs4850/c$/user/username/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/usr/node_modules/@types | false | -| //vda1cs4850/c$/usr/username/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/home/node_modules/@types | false | -| //vda1cs4850/c$/home/username/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: //vda1cs4850/c$/folderAtRoot/folder1 - -Root: //vda1cs4850/c$/folderAtRoot/folder1 - -| Directory | canWatchAtTypes | -| ------------------------------------------------------------------------------------------------------- | --------------- | -| //vda1cs4850/c$/node_modules/@types | false | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/users/node_modules/@types | false | -| //vda1cs4850/c$/users/username/node_modules/@types | false | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/user/node_modules/@types | false | -| //vda1cs4850/c$/user/username/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/usr/node_modules/@types | false | -| //vda1cs4850/c$/usr/username/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/home/node_modules/@types | false | -| //vda1cs4850/c$/home/username/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: //vda1cs4850/c$/folderAtRoot/folder1/folder2 - -Root: //vda1cs4850/c$/folderAtRoot/folder1/folder2 - -| Directory | canWatchAtTypes | -| ------------------------------------------------------------------------------------------------------- | --------------- | -| //vda1cs4850/c$/node_modules/@types | false | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/users/node_modules/@types | false | -| //vda1cs4850/c$/users/username/node_modules/@types | false | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/user/node_modules/@types | false | -| //vda1cs4850/c$/user/username/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/usr/node_modules/@types | false | -| //vda1cs4850/c$/usr/username/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/home/node_modules/@types | false | -| //vda1cs4850/c$/home/username/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3 - -Root: //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3 - -| Directory | canWatchAtTypes | -| ------------------------------------------------------------------------------------------------------- | --------------- | -| //vda1cs4850/c$/node_modules/@types | false | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/users/node_modules/@types | false | -| //vda1cs4850/c$/users/username/node_modules/@types | false | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/user/node_modules/@types | false | -| //vda1cs4850/c$/user/username/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/usr/node_modules/@types | false | -| //vda1cs4850/c$/usr/username/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/home/node_modules/@types | false | -| //vda1cs4850/c$/home/username/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4 - -Root: //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4 - -| Directory | canWatchAtTypes | -| ------------------------------------------------------------------------------------------------------- | --------------- | -| //vda1cs4850/c$/node_modules/@types | false | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/users/node_modules/@types | false | -| //vda1cs4850/c$/users/username/node_modules/@types | false | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/user/node_modules/@types | false | -| //vda1cs4850/c$/user/username/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/usr/node_modules/@types | false | -| //vda1cs4850/c$/usr/username/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/home/node_modules/@types | false | -| //vda1cs4850/c$/home/username/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - -Root: //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - -| Directory | canWatchAtTypes | -| ------------------------------------------------------------------------------------------------------- | --------------- | -| //vda1cs4850/c$/node_modules/@types | false | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/users/node_modules/@types | false | -| //vda1cs4850/c$/users/username/node_modules/@types | false | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types | false | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/user/node_modules/@types | false | +| //vda1cs4850/c$/user/node_modules/@types | true | | //vda1cs4850/c$/user/username/node_modules/@types | true | | //vda1cs4850/c$/user/username/folderAtRoot/node_modules/@types | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/@types | true | @@ -310,7 +30,7 @@ Root: //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/usr/node_modules/@types | false | +| //vda1cs4850/c$/usr/node_modules/@types | true | | //vda1cs4850/c$/usr/username/node_modules/@types | true | | //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/@types | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/@types | true | @@ -318,1525 +38,7 @@ Root: //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/home/node_modules/@types | false | -| //vda1cs4850/c$/home/username/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: //vda1cs4850/c$/users - -Root: //vda1cs4850/c$/users - -| Directory | canWatchAtTypes | -| ------------------------------------------------------------------------------------------------------- | --------------- | -| //vda1cs4850/c$/node_modules/@types | false | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/users/node_modules/@types | true | -| //vda1cs4850/c$/users/username/node_modules/@types | false | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/user/node_modules/@types | false | -| //vda1cs4850/c$/user/username/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/usr/node_modules/@types | false | -| //vda1cs4850/c$/usr/username/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/home/node_modules/@types | false | -| //vda1cs4850/c$/home/username/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: //vda1cs4850/c$/users/username - -Root: //vda1cs4850/c$/users/username - -| Directory | canWatchAtTypes | -| ------------------------------------------------------------------------------------------------------- | --------------- | -| //vda1cs4850/c$/node_modules/@types | false | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/users/node_modules/@types | false | -| //vda1cs4850/c$/users/username/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/user/node_modules/@types | false | -| //vda1cs4850/c$/user/username/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/usr/node_modules/@types | false | -| //vda1cs4850/c$/usr/username/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/home/node_modules/@types | false | -| //vda1cs4850/c$/home/username/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: //vda1cs4850/c$/users/username/folderAtRoot - -Root: //vda1cs4850/c$/users/username/folderAtRoot - -| Directory | canWatchAtTypes | -| ------------------------------------------------------------------------------------------------------- | --------------- | -| //vda1cs4850/c$/node_modules/@types | false | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/users/node_modules/@types | false | -| //vda1cs4850/c$/users/username/node_modules/@types | false | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/user/node_modules/@types | false | -| //vda1cs4850/c$/user/username/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/usr/node_modules/@types | false | -| //vda1cs4850/c$/usr/username/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/home/node_modules/@types | false | -| //vda1cs4850/c$/home/username/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: //vda1cs4850/c$/users/username/folderAtRoot/folder1 - -Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1 - -| Directory | canWatchAtTypes | -| ------------------------------------------------------------------------------------------------------- | --------------- | -| //vda1cs4850/c$/node_modules/@types | false | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/users/node_modules/@types | false | -| //vda1cs4850/c$/users/username/node_modules/@types | false | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/user/node_modules/@types | false | -| //vda1cs4850/c$/user/username/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/usr/node_modules/@types | false | -| //vda1cs4850/c$/usr/username/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/home/node_modules/@types | false | -| //vda1cs4850/c$/home/username/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2 - -Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2 - -| Directory | canWatchAtTypes | -| ------------------------------------------------------------------------------------------------------- | --------------- | -| //vda1cs4850/c$/node_modules/@types | false | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/users/node_modules/@types | false | -| //vda1cs4850/c$/users/username/node_modules/@types | false | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/user/node_modules/@types | false | -| //vda1cs4850/c$/user/username/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/usr/node_modules/@types | false | -| //vda1cs4850/c$/usr/username/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/home/node_modules/@types | false | -| //vda1cs4850/c$/home/username/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3 - -Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3 - -| Directory | canWatchAtTypes | -| ------------------------------------------------------------------------------------------------------- | --------------- | -| //vda1cs4850/c$/node_modules/@types | false | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/users/node_modules/@types | false | -| //vda1cs4850/c$/users/username/node_modules/@types | false | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/user/node_modules/@types | false | -| //vda1cs4850/c$/user/username/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/usr/node_modules/@types | false | -| //vda1cs4850/c$/usr/username/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/home/node_modules/@types | false | -| //vda1cs4850/c$/home/username/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4 - -Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4 - -| Directory | canWatchAtTypes | -| ------------------------------------------------------------------------------------------------------- | --------------- | -| //vda1cs4850/c$/node_modules/@types | false | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/users/node_modules/@types | false | -| //vda1cs4850/c$/users/username/node_modules/@types | false | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/user/node_modules/@types | false | -| //vda1cs4850/c$/user/username/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/usr/node_modules/@types | false | -| //vda1cs4850/c$/usr/username/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/home/node_modules/@types | false | -| //vda1cs4850/c$/home/username/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - -Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - -| Directory | canWatchAtTypes | -| ------------------------------------------------------------------------------------------------------- | --------------- | -| //vda1cs4850/c$/node_modules/@types | false | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/users/node_modules/@types | false | -| //vda1cs4850/c$/users/username/node_modules/@types | false | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/user/node_modules/@types | false | -| //vda1cs4850/c$/user/username/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/usr/node_modules/@types | false | -| //vda1cs4850/c$/usr/username/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/home/node_modules/@types | false | -| //vda1cs4850/c$/home/username/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: //vda1cs4850/c$/user - -Root: //vda1cs4850/c$/user - -| Directory | canWatchAtTypes | -| ------------------------------------------------------------------------------------------------------- | --------------- | -| //vda1cs4850/c$/node_modules/@types | false | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/users/node_modules/@types | false | -| //vda1cs4850/c$/users/username/node_modules/@types | false | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/user/node_modules/@types | true | -| //vda1cs4850/c$/user/username/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/usr/node_modules/@types | false | -| //vda1cs4850/c$/usr/username/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/home/node_modules/@types | false | -| //vda1cs4850/c$/home/username/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: //vda1cs4850/c$/user/username - -Root: //vda1cs4850/c$/user/username - -| Directory | canWatchAtTypes | -| ------------------------------------------------------------------------------------------------------- | --------------- | -| //vda1cs4850/c$/node_modules/@types | false | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/users/node_modules/@types | false | -| //vda1cs4850/c$/users/username/node_modules/@types | false | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/user/node_modules/@types | false | -| //vda1cs4850/c$/user/username/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/usr/node_modules/@types | false | -| //vda1cs4850/c$/usr/username/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/home/node_modules/@types | false | -| //vda1cs4850/c$/home/username/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: //vda1cs4850/c$/user/username/folderAtRoot - -Root: //vda1cs4850/c$/user/username/folderAtRoot - -| Directory | canWatchAtTypes | -| ------------------------------------------------------------------------------------------------------- | --------------- | -| //vda1cs4850/c$/node_modules/@types | false | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/users/node_modules/@types | false | -| //vda1cs4850/c$/users/username/node_modules/@types | false | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/user/node_modules/@types | false | -| //vda1cs4850/c$/user/username/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/usr/node_modules/@types | false | -| //vda1cs4850/c$/usr/username/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/home/node_modules/@types | false | -| //vda1cs4850/c$/home/username/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: //vda1cs4850/c$/user/username/folderAtRoot/folder1 - -Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1 - -| Directory | canWatchAtTypes | -| ------------------------------------------------------------------------------------------------------- | --------------- | -| //vda1cs4850/c$/node_modules/@types | false | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/users/node_modules/@types | false | -| //vda1cs4850/c$/users/username/node_modules/@types | false | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/user/node_modules/@types | false | -| //vda1cs4850/c$/user/username/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/usr/node_modules/@types | false | -| //vda1cs4850/c$/usr/username/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/home/node_modules/@types | false | -| //vda1cs4850/c$/home/username/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2 - -Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2 - -| Directory | canWatchAtTypes | -| ------------------------------------------------------------------------------------------------------- | --------------- | -| //vda1cs4850/c$/node_modules/@types | false | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/users/node_modules/@types | false | -| //vda1cs4850/c$/users/username/node_modules/@types | false | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/user/node_modules/@types | false | -| //vda1cs4850/c$/user/username/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/usr/node_modules/@types | false | -| //vda1cs4850/c$/usr/username/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/home/node_modules/@types | false | -| //vda1cs4850/c$/home/username/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3 - -Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3 - -| Directory | canWatchAtTypes | -| ------------------------------------------------------------------------------------------------------- | --------------- | -| //vda1cs4850/c$/node_modules/@types | false | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/users/node_modules/@types | false | -| //vda1cs4850/c$/users/username/node_modules/@types | false | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/user/node_modules/@types | false | -| //vda1cs4850/c$/user/username/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/usr/node_modules/@types | false | -| //vda1cs4850/c$/usr/username/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/home/node_modules/@types | false | -| //vda1cs4850/c$/home/username/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4 - -Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4 - -| Directory | canWatchAtTypes | -| ------------------------------------------------------------------------------------------------------- | --------------- | -| //vda1cs4850/c$/node_modules/@types | false | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/users/node_modules/@types | false | -| //vda1cs4850/c$/users/username/node_modules/@types | false | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/user/node_modules/@types | false | -| //vda1cs4850/c$/user/username/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/usr/node_modules/@types | false | -| //vda1cs4850/c$/usr/username/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/home/node_modules/@types | false | -| //vda1cs4850/c$/home/username/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - -Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - -| Directory | canWatchAtTypes | -| ------------------------------------------------------------------------------------------------------- | --------------- | -| //vda1cs4850/c$/node_modules/@types | false | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/users/node_modules/@types | false | -| //vda1cs4850/c$/users/username/node_modules/@types | false | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/user/node_modules/@types | false | -| //vda1cs4850/c$/user/username/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/usr/node_modules/@types | false | -| //vda1cs4850/c$/usr/username/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/home/node_modules/@types | false | -| //vda1cs4850/c$/home/username/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: //vda1cs4850/c$/usr - -Root: //vda1cs4850/c$/usr - -| Directory | canWatchAtTypes | -| ------------------------------------------------------------------------------------------------------- | --------------- | -| //vda1cs4850/c$/node_modules/@types | false | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/users/node_modules/@types | false | -| //vda1cs4850/c$/users/username/node_modules/@types | false | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/user/node_modules/@types | false | -| //vda1cs4850/c$/user/username/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/usr/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/home/node_modules/@types | false | -| //vda1cs4850/c$/home/username/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: //vda1cs4850/c$/usr/username - -Root: //vda1cs4850/c$/usr/username - -| Directory | canWatchAtTypes | -| ------------------------------------------------------------------------------------------------------- | --------------- | -| //vda1cs4850/c$/node_modules/@types | false | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/users/node_modules/@types | false | -| //vda1cs4850/c$/users/username/node_modules/@types | false | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/user/node_modules/@types | false | -| //vda1cs4850/c$/user/username/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/usr/node_modules/@types | false | -| //vda1cs4850/c$/usr/username/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/home/node_modules/@types | false | -| //vda1cs4850/c$/home/username/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: //vda1cs4850/c$/usr/username/folderAtRoot - -Root: //vda1cs4850/c$/usr/username/folderAtRoot - -| Directory | canWatchAtTypes | -| ------------------------------------------------------------------------------------------------------- | --------------- | -| //vda1cs4850/c$/node_modules/@types | false | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/users/node_modules/@types | false | -| //vda1cs4850/c$/users/username/node_modules/@types | false | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/user/node_modules/@types | false | -| //vda1cs4850/c$/user/username/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/usr/node_modules/@types | false | -| //vda1cs4850/c$/usr/username/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/home/node_modules/@types | false | -| //vda1cs4850/c$/home/username/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: //vda1cs4850/c$/usr/username/folderAtRoot/folder1 - -Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1 - -| Directory | canWatchAtTypes | -| ------------------------------------------------------------------------------------------------------- | --------------- | -| //vda1cs4850/c$/node_modules/@types | false | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/users/node_modules/@types | false | -| //vda1cs4850/c$/users/username/node_modules/@types | false | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/user/node_modules/@types | false | -| //vda1cs4850/c$/user/username/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/usr/node_modules/@types | false | -| //vda1cs4850/c$/usr/username/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/home/node_modules/@types | false | -| //vda1cs4850/c$/home/username/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2 - -Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2 - -| Directory | canWatchAtTypes | -| ------------------------------------------------------------------------------------------------------- | --------------- | -| //vda1cs4850/c$/node_modules/@types | false | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/users/node_modules/@types | false | -| //vda1cs4850/c$/users/username/node_modules/@types | false | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/user/node_modules/@types | false | -| //vda1cs4850/c$/user/username/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/usr/node_modules/@types | false | -| //vda1cs4850/c$/usr/username/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/home/node_modules/@types | false | -| //vda1cs4850/c$/home/username/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3 - -Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3 - -| Directory | canWatchAtTypes | -| ------------------------------------------------------------------------------------------------------- | --------------- | -| //vda1cs4850/c$/node_modules/@types | false | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/users/node_modules/@types | false | -| //vda1cs4850/c$/users/username/node_modules/@types | false | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/user/node_modules/@types | false | -| //vda1cs4850/c$/user/username/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/usr/node_modules/@types | false | -| //vda1cs4850/c$/usr/username/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/home/node_modules/@types | false | -| //vda1cs4850/c$/home/username/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 - -Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 - -| Directory | canWatchAtTypes | -| ------------------------------------------------------------------------------------------------------- | --------------- | -| //vda1cs4850/c$/node_modules/@types | false | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/users/node_modules/@types | false | -| //vda1cs4850/c$/users/username/node_modules/@types | false | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/user/node_modules/@types | false | -| //vda1cs4850/c$/user/username/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/usr/node_modules/@types | false | -| //vda1cs4850/c$/usr/username/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/home/node_modules/@types | false | -| //vda1cs4850/c$/home/username/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - -Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - -| Directory | canWatchAtTypes | -| ------------------------------------------------------------------------------------------------------- | --------------- | -| //vda1cs4850/c$/node_modules/@types | false | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/users/node_modules/@types | false | -| //vda1cs4850/c$/users/username/node_modules/@types | false | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/user/node_modules/@types | false | -| //vda1cs4850/c$/user/username/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/usr/node_modules/@types | false | -| //vda1cs4850/c$/usr/username/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/home/node_modules/@types | false | -| //vda1cs4850/c$/home/username/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: //vda1cs4850/c$/home - -Root: //vda1cs4850/c$/home - -| Directory | canWatchAtTypes | -| ------------------------------------------------------------------------------------------------------- | --------------- | -| //vda1cs4850/c$/node_modules/@types | false | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/users/node_modules/@types | false | -| //vda1cs4850/c$/users/username/node_modules/@types | false | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/user/node_modules/@types | false | -| //vda1cs4850/c$/user/username/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/usr/node_modules/@types | false | -| //vda1cs4850/c$/usr/username/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/home/node_modules/@types | true | -| //vda1cs4850/c$/home/username/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: //vda1cs4850/c$/home/username - -Root: //vda1cs4850/c$/home/username - -| Directory | canWatchAtTypes | -| ------------------------------------------------------------------------------------------------------- | --------------- | -| //vda1cs4850/c$/node_modules/@types | false | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/users/node_modules/@types | false | -| //vda1cs4850/c$/users/username/node_modules/@types | false | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/user/node_modules/@types | false | -| //vda1cs4850/c$/user/username/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/usr/node_modules/@types | false | -| //vda1cs4850/c$/usr/username/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/home/node_modules/@types | false | -| //vda1cs4850/c$/home/username/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: //vda1cs4850/c$/home/username/folderAtRoot - -Root: //vda1cs4850/c$/home/username/folderAtRoot - -| Directory | canWatchAtTypes | -| ------------------------------------------------------------------------------------------------------- | --------------- | -| //vda1cs4850/c$/node_modules/@types | false | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/users/node_modules/@types | false | -| //vda1cs4850/c$/users/username/node_modules/@types | false | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/user/node_modules/@types | false | -| //vda1cs4850/c$/user/username/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/usr/node_modules/@types | false | -| //vda1cs4850/c$/usr/username/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/home/node_modules/@types | false | -| //vda1cs4850/c$/home/username/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: //vda1cs4850/c$/home/username/folderAtRoot/folder1 - -Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1 - -| Directory | canWatchAtTypes | -| ------------------------------------------------------------------------------------------------------- | --------------- | -| //vda1cs4850/c$/node_modules/@types | false | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/users/node_modules/@types | false | -| //vda1cs4850/c$/users/username/node_modules/@types | false | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/user/node_modules/@types | false | -| //vda1cs4850/c$/user/username/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/usr/node_modules/@types | false | -| //vda1cs4850/c$/usr/username/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/home/node_modules/@types | false | -| //vda1cs4850/c$/home/username/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2 - -Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2 - -| Directory | canWatchAtTypes | -| ------------------------------------------------------------------------------------------------------- | --------------- | -| //vda1cs4850/c$/node_modules/@types | false | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/users/node_modules/@types | false | -| //vda1cs4850/c$/users/username/node_modules/@types | false | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/user/node_modules/@types | false | -| //vda1cs4850/c$/user/username/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/usr/node_modules/@types | false | -| //vda1cs4850/c$/usr/username/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/home/node_modules/@types | false | -| //vda1cs4850/c$/home/username/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3 - -Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3 - -| Directory | canWatchAtTypes | -| ------------------------------------------------------------------------------------------------------- | --------------- | -| //vda1cs4850/c$/node_modules/@types | false | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/users/node_modules/@types | false | -| //vda1cs4850/c$/users/username/node_modules/@types | false | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/user/node_modules/@types | false | -| //vda1cs4850/c$/user/username/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/usr/node_modules/@types | false | -| //vda1cs4850/c$/usr/username/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/home/node_modules/@types | false | -| //vda1cs4850/c$/home/username/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4 - -Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4 - -| Directory | canWatchAtTypes | -| ------------------------------------------------------------------------------------------------------- | --------------- | -| //vda1cs4850/c$/node_modules/@types | false | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/users/node_modules/@types | false | -| //vda1cs4850/c$/users/username/node_modules/@types | false | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/user/node_modules/@types | false | -| //vda1cs4850/c$/user/username/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/usr/node_modules/@types | false | -| //vda1cs4850/c$/usr/username/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/home/node_modules/@types | false | -| //vda1cs4850/c$/home/username/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - -Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - -| Directory | canWatchAtTypes | -| ------------------------------------------------------------------------------------------------------- | --------------- | -| //vda1cs4850/c$/node_modules/@types | false | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/users/node_modules/@types | false | -| //vda1cs4850/c$/users/username/node_modules/@types | false | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/user/node_modules/@types | false | -| //vda1cs4850/c$/user/username/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/usr/node_modules/@types | false | -| //vda1cs4850/c$/usr/username/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/home/node_modules/@types | false | -| //vda1cs4850/c$/home/username/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | - -## RootDirForResolution: undefined - -Root: undefined - -| Directory | canWatchAtTypes | -| ------------------------------------------------------------------------------------------------------- | --------------- | -| //vda1cs4850/c$/node_modules/@types | false | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/users/node_modules/@types | false | -| //vda1cs4850/c$/users/username/node_modules/@types | false | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types | false | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/user/node_modules/@types | false | -| //vda1cs4850/c$/user/username/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/usr/node_modules/@types | false | -| //vda1cs4850/c$/usr/username/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | true | -| //vda1cs4850/c$/home/node_modules/@types | false | +| //vda1cs4850/c$/home/node_modules/@types | true | | //vda1cs4850/c$/home/username/node_modules/@types | true | | //vda1cs4850/c$/home/username/folderAtRoot/node_modules/@types | true | | //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/@types | true | diff --git a/tests/baselines/reference/canWatch/canWatchDirectoryOrFileUnc.baseline.md b/tests/baselines/reference/canWatch/canWatchDirectoryOrFileUnc.baseline.md index 0f2a2ef825b02..45edde29ccddc 100644 --- a/tests/baselines/reference/canWatch/canWatchDirectoryOrFileUnc.baseline.md +++ b/tests/baselines/reference/canWatch/canWatchDirectoryOrFileUnc.baseline.md @@ -8,8 +8,8 @@ Determines if given directory or file can be watched | --------------------------------------------------------------------------------------------- | ----------------------- | | //vda1cs4850/ | false | | //vda1cs4850/folderAtRoot | false | -| //vda1cs4850/folderAtRoot/folder1 | true | -| //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1 | false | +| //vda1cs4850/folderAtRoot/folder1/folder2 | false | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3 | true | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4 | true | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | true | @@ -22,24 +22,24 @@ Determines if given directory or file can be watched | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4 | true | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | true | | //vda1cs4850/user | false | -| //vda1cs4850/user/username | true | -| //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username | false | +| //vda1cs4850/user/username/folderAtRoot | false | | //vda1cs4850/user/username/folderAtRoot/folder1 | true | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2 | true | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3 | true | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4 | true | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | true | | //vda1cs4850/usr | false | -| //vda1cs4850/usr/username | true | -| //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username | false | +| //vda1cs4850/usr/username/folderAtRoot | false | | //vda1cs4850/usr/username/folderAtRoot/folder1 | true | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2 | true | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3 | true | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 | true | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | true | | //vda1cs4850/home | false | -| //vda1cs4850/home/username | true | -| //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username | false | +| //vda1cs4850/home/username/folderAtRoot | false | | //vda1cs4850/home/username/folderAtRoot/folder1 | true | | //vda1cs4850/home/username/folderAtRoot/folder1/folder2 | true | | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3 | true | @@ -49,8 +49,8 @@ Determines if given directory or file can be watched | File | canWatchDirectoryOrFile | | --------------------------------------------------------------------------------------------- | ----------------------- | | //vda1cs4850/package.json | false | -| //vda1cs4850/folderAtRoot/package.json | true | -| //vda1cs4850/folderAtRoot/folder1/package.json | true | +| //vda1cs4850/folderAtRoot/package.json | false | +| //vda1cs4850/folderAtRoot/folder1/package.json | false | | //vda1cs4850/folderAtRoot/folder1/folder2/package.json | true | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/package.json | true | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | @@ -63,24 +63,24 @@ Determines if given directory or file can be watched | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/package.json | true | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/user/package.json | true | -| //vda1cs4850/user/username/package.json | true | +| //vda1cs4850/user/package.json | false | +| //vda1cs4850/user/username/package.json | false | | //vda1cs4850/user/username/folderAtRoot/package.json | true | | //vda1cs4850/user/username/folderAtRoot/folder1/package.json | true | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/package.json | true | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/package.json | true | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/usr/package.json | true | -| //vda1cs4850/usr/username/package.json | true | +| //vda1cs4850/usr/package.json | false | +| //vda1cs4850/usr/username/package.json | false | | //vda1cs4850/usr/username/folderAtRoot/package.json | true | | //vda1cs4850/usr/username/folderAtRoot/folder1/package.json | true | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/package.json | true | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/package.json | true | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/package.json | true | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/package.json | true | -| //vda1cs4850/home/package.json | true | -| //vda1cs4850/home/username/package.json | true | +| //vda1cs4850/home/package.json | false | +| //vda1cs4850/home/username/package.json | false | | //vda1cs4850/home/username/folderAtRoot/package.json | true | | //vda1cs4850/home/username/folderAtRoot/folder1/package.json | true | | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/package.json | true | diff --git a/tests/baselines/reference/canWatch/getDirectoryToWatchFailedLookupLocationAtTypesDos.baseline.md b/tests/baselines/reference/canWatch/getDirectoryToWatchFailedLookupLocationAtTypesDos.baseline.md index 34d3c09a80686..052dcebc5970f 100644 --- a/tests/baselines/reference/canWatch/getDirectoryToWatchFailedLookupLocationAtTypesDos.baseline.md +++ b/tests/baselines/reference/canWatch/getDirectoryToWatchFailedLookupLocationAtTypesDos.baseline.md @@ -7,13 +7,11 @@ It also determines the directory to watch and whether to watch it recursively or ## RootDirForResolution: c:/ -Root: c: - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | --------- | -| c:/node_modules/@types/somefile.d.ts | c:/node_modules | true | -| c:/node_modules/@types/dir/somefile.d.ts | c:/node_modules | true | -| c:/node_modules/@types/dir/subdir/somefile.d.ts | c:/node_modules | true | +| c:/node_modules/@types/somefile.d.ts | | | +| c:/node_modules/@types/dir/somefile.d.ts | | | +| c:/node_modules/@types/dir/subdir/somefile.d.ts | | | | c:/folderAtRoot/node_modules/@types/somefile.d.ts | c:/folderAtRoot | true | | c:/folderAtRoot/node_modules/@types/dir/somefile.d.ts | c:/folderAtRoot | true | | c:/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | @@ -32,30 +30,30 @@ Root: c: | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/folderAtRoot | true | | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/folderAtRoot | true | | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | -| c:/users/node_modules/@types/somefile.d.ts | c:/users | true | -| c:/users/node_modules/@types/dir/somefile.d.ts | c:/users | true | -| c:/users/node_modules/@types/dir/subdir/somefile.d.ts | c:/users | true | -| c:/users/username/node_modules/@types/somefile.d.ts | c:/users | true | -| c:/users/username/node_modules/@types/dir/somefile.d.ts | c:/users | true | -| c:/users/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/users | true | -| c:/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | c:/users | true | -| c:/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | c:/users | true | -| c:/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | c:/users | true | -| c:/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | c:/users | true | -| c:/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | c:/users | true | -| c:/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | c:/users | true | -| c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | c:/users | true | -| c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | c:/users | true | -| c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | c:/users | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | c:/users | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | c:/users | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | c:/users | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/somefile.d.ts | c:/users | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/somefile.d.ts | c:/users | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/subdir/somefile.d.ts | c:/users | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/users | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/users | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/users | true | +| c:/users/node_modules/@types/somefile.d.ts | | | +| c:/users/node_modules/@types/dir/somefile.d.ts | | | +| c:/users/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/users/username/node_modules/@types/somefile.d.ts | | | +| c:/users/username/node_modules/@types/dir/somefile.d.ts | | | +| c:/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | | c:/user/node_modules/@types/somefile.d.ts | c:/user | true | | c:/user/node_modules/@types/dir/somefile.d.ts | c:/user | true | | c:/user/node_modules/@types/dir/subdir/somefile.d.ts | c:/user | true | @@ -131,8 +129,6 @@ Root: c: ## RootDirForResolution: c:/folderAtRoot -Root: c:/folderAtRoot - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | --------- | | c:/node_modules/@types/somefile.d.ts | | | @@ -162,9 +158,9 @@ Root: c:/folderAtRoot | c:/users/username/node_modules/@types/somefile.d.ts | | | | c:/users/username/node_modules/@types/dir/somefile.d.ts | | | | c:/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | @@ -180,9 +176,9 @@ Root: c:/folderAtRoot | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/user/node_modules/@types/somefile.d.ts | | | -| c:/user/node_modules/@types/dir/somefile.d.ts | | | -| c:/user/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/user/node_modules/@types/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/@types/dir/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/node_modules | true | | c:/user/username/node_modules/@types/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/@types/dir/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/username/node_modules | true | @@ -204,9 +200,9 @@ Root: c:/folderAtRoot | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/usr/node_modules/@types/somefile.d.ts | | | -| c:/usr/node_modules/@types/dir/somefile.d.ts | | | -| c:/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/usr/node_modules/@types/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/@types/dir/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/node_modules | true | | c:/usr/username/node_modules/@types/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/@types/dir/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/username/node_modules | true | @@ -228,9 +224,9 @@ Root: c:/folderAtRoot | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/home/node_modules/@types/somefile.d.ts | | | -| c:/home/node_modules/@types/dir/somefile.d.ts | | | -| c:/home/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/home/node_modules/@types/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/@types/dir/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/@types/dir/subdir/somefile.d.ts | c:/home/node_modules | true | | c:/home/username/node_modules/@types/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/@types/dir/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/home/username/node_modules | true | @@ -255,16 +251,14 @@ Root: c:/folderAtRoot ## RootDirForResolution: c:/folderAtRoot/folder1 -Root: c:/folderAtRoot/folder1 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | --------- | | c:/node_modules/@types/somefile.d.ts | | | | c:/node_modules/@types/dir/somefile.d.ts | | | | c:/node_modules/@types/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/folderAtRoot/node_modules/@types/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/@types/dir/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | c:/folderAtRoot/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | @@ -286,9 +280,9 @@ Root: c:/folderAtRoot/folder1 | c:/users/username/node_modules/@types/somefile.d.ts | | | | c:/users/username/node_modules/@types/dir/somefile.d.ts | | | | c:/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | @@ -304,9 +298,9 @@ Root: c:/folderAtRoot/folder1 | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/user/node_modules/@types/somefile.d.ts | | | -| c:/user/node_modules/@types/dir/somefile.d.ts | | | -| c:/user/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/user/node_modules/@types/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/@types/dir/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/node_modules | true | | c:/user/username/node_modules/@types/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/@types/dir/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/username/node_modules | true | @@ -328,9 +322,9 @@ Root: c:/folderAtRoot/folder1 | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/usr/node_modules/@types/somefile.d.ts | | | -| c:/usr/node_modules/@types/dir/somefile.d.ts | | | -| c:/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/usr/node_modules/@types/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/@types/dir/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/node_modules | true | | c:/usr/username/node_modules/@types/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/@types/dir/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/username/node_modules | true | @@ -352,9 +346,9 @@ Root: c:/folderAtRoot/folder1 | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/home/node_modules/@types/somefile.d.ts | | | -| c:/home/node_modules/@types/dir/somefile.d.ts | | | -| c:/home/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/home/node_modules/@types/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/@types/dir/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/@types/dir/subdir/somefile.d.ts | c:/home/node_modules | true | | c:/home/username/node_modules/@types/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/@types/dir/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/home/username/node_modules | true | @@ -379,16 +373,14 @@ Root: c:/folderAtRoot/folder1 ## RootDirForResolution: c:/folderAtRoot/folder1/folder2 -Root: c:/folderAtRoot/folder1/folder2 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | --------- | | c:/node_modules/@types/somefile.d.ts | | | | c:/node_modules/@types/dir/somefile.d.ts | | | | c:/node_modules/@types/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/folderAtRoot/node_modules/@types/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/@types/dir/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | c:/folderAtRoot/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | @@ -410,9 +402,9 @@ Root: c:/folderAtRoot/folder1/folder2 | c:/users/username/node_modules/@types/somefile.d.ts | | | | c:/users/username/node_modules/@types/dir/somefile.d.ts | | | | c:/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | @@ -428,9 +420,9 @@ Root: c:/folderAtRoot/folder1/folder2 | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/user/node_modules/@types/somefile.d.ts | | | -| c:/user/node_modules/@types/dir/somefile.d.ts | | | -| c:/user/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/user/node_modules/@types/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/@types/dir/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/node_modules | true | | c:/user/username/node_modules/@types/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/@types/dir/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/username/node_modules | true | @@ -452,9 +444,9 @@ Root: c:/folderAtRoot/folder1/folder2 | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/usr/node_modules/@types/somefile.d.ts | | | -| c:/usr/node_modules/@types/dir/somefile.d.ts | | | -| c:/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/usr/node_modules/@types/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/@types/dir/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/node_modules | true | | c:/usr/username/node_modules/@types/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/@types/dir/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/username/node_modules | true | @@ -476,9 +468,9 @@ Root: c:/folderAtRoot/folder1/folder2 | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/home/node_modules/@types/somefile.d.ts | | | -| c:/home/node_modules/@types/dir/somefile.d.ts | | | -| c:/home/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/home/node_modules/@types/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/@types/dir/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/@types/dir/subdir/somefile.d.ts | c:/home/node_modules | true | | c:/home/username/node_modules/@types/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/@types/dir/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/home/username/node_modules | true | @@ -503,16 +495,14 @@ Root: c:/folderAtRoot/folder1/folder2 ## RootDirForResolution: c:/folderAtRoot/folder1/folder2/folder3 -Root: c:/folderAtRoot/folder1/folder2/folder3 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | --------- | | c:/node_modules/@types/somefile.d.ts | | | | c:/node_modules/@types/dir/somefile.d.ts | | | | c:/node_modules/@types/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/folderAtRoot/node_modules/@types/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/@types/dir/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | c:/folderAtRoot/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | @@ -534,9 +524,9 @@ Root: c:/folderAtRoot/folder1/folder2/folder3 | c:/users/username/node_modules/@types/somefile.d.ts | | | | c:/users/username/node_modules/@types/dir/somefile.d.ts | | | | c:/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | @@ -552,9 +542,9 @@ Root: c:/folderAtRoot/folder1/folder2/folder3 | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/user/node_modules/@types/somefile.d.ts | | | -| c:/user/node_modules/@types/dir/somefile.d.ts | | | -| c:/user/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/user/node_modules/@types/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/@types/dir/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/node_modules | true | | c:/user/username/node_modules/@types/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/@types/dir/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/username/node_modules | true | @@ -576,9 +566,9 @@ Root: c:/folderAtRoot/folder1/folder2/folder3 | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/usr/node_modules/@types/somefile.d.ts | | | -| c:/usr/node_modules/@types/dir/somefile.d.ts | | | -| c:/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/usr/node_modules/@types/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/@types/dir/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/node_modules | true | | c:/usr/username/node_modules/@types/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/@types/dir/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/username/node_modules | true | @@ -600,9 +590,9 @@ Root: c:/folderAtRoot/folder1/folder2/folder3 | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/home/node_modules/@types/somefile.d.ts | | | -| c:/home/node_modules/@types/dir/somefile.d.ts | | | -| c:/home/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/home/node_modules/@types/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/@types/dir/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/@types/dir/subdir/somefile.d.ts | c:/home/node_modules | true | | c:/home/username/node_modules/@types/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/@types/dir/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/home/username/node_modules | true | @@ -627,16 +617,14 @@ Root: c:/folderAtRoot/folder1/folder2/folder3 ## RootDirForResolution: c:/folderAtRoot/folder1/folder2/folder3/folder4 -Root: c:/folderAtRoot/folder1/folder2/folder3/folder4 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | --------- | | c:/node_modules/@types/somefile.d.ts | | | | c:/node_modules/@types/dir/somefile.d.ts | | | | c:/node_modules/@types/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/folderAtRoot/node_modules/@types/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/@types/dir/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | c:/folderAtRoot/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | @@ -658,9 +646,9 @@ Root: c:/folderAtRoot/folder1/folder2/folder3/folder4 | c:/users/username/node_modules/@types/somefile.d.ts | | | | c:/users/username/node_modules/@types/dir/somefile.d.ts | | | | c:/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | @@ -676,9 +664,9 @@ Root: c:/folderAtRoot/folder1/folder2/folder3/folder4 | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/user/node_modules/@types/somefile.d.ts | | | -| c:/user/node_modules/@types/dir/somefile.d.ts | | | -| c:/user/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/user/node_modules/@types/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/@types/dir/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/node_modules | true | | c:/user/username/node_modules/@types/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/@types/dir/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/username/node_modules | true | @@ -700,9 +688,9 @@ Root: c:/folderAtRoot/folder1/folder2/folder3/folder4 | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/usr/node_modules/@types/somefile.d.ts | | | -| c:/usr/node_modules/@types/dir/somefile.d.ts | | | -| c:/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/usr/node_modules/@types/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/@types/dir/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/node_modules | true | | c:/usr/username/node_modules/@types/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/@types/dir/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/username/node_modules | true | @@ -724,9 +712,9 @@ Root: c:/folderAtRoot/folder1/folder2/folder3/folder4 | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/home/node_modules/@types/somefile.d.ts | | | -| c:/home/node_modules/@types/dir/somefile.d.ts | | | -| c:/home/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/home/node_modules/@types/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/@types/dir/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/@types/dir/subdir/somefile.d.ts | c:/home/node_modules | true | | c:/home/username/node_modules/@types/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/@types/dir/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/home/username/node_modules | true | @@ -751,16 +739,14 @@ Root: c:/folderAtRoot/folder1/folder2/folder3/folder4 ## RootDirForResolution: c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5 -Root: c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | --------- | | c:/node_modules/@types/somefile.d.ts | | | | c:/node_modules/@types/dir/somefile.d.ts | | | | c:/node_modules/@types/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/folderAtRoot/node_modules/@types/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/@types/dir/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | c:/folderAtRoot/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | @@ -782,9 +768,9 @@ Root: c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | c:/users/username/node_modules/@types/somefile.d.ts | | | | c:/users/username/node_modules/@types/dir/somefile.d.ts | | | | c:/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | @@ -800,9 +786,9 @@ Root: c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/user/node_modules/@types/somefile.d.ts | | | -| c:/user/node_modules/@types/dir/somefile.d.ts | | | -| c:/user/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/user/node_modules/@types/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/@types/dir/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/node_modules | true | | c:/user/username/node_modules/@types/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/@types/dir/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/username/node_modules | true | @@ -824,9 +810,9 @@ Root: c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/usr/node_modules/@types/somefile.d.ts | | | -| c:/usr/node_modules/@types/dir/somefile.d.ts | | | -| c:/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/usr/node_modules/@types/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/@types/dir/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/node_modules | true | | c:/usr/username/node_modules/@types/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/@types/dir/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/username/node_modules | true | @@ -848,9 +834,9 @@ Root: c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/home/node_modules/@types/somefile.d.ts | | | -| c:/home/node_modules/@types/dir/somefile.d.ts | | | -| c:/home/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/home/node_modules/@types/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/@types/dir/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/@types/dir/subdir/somefile.d.ts | c:/home/node_modules | true | | c:/home/username/node_modules/@types/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/@types/dir/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/home/username/node_modules | true | @@ -875,16 +861,14 @@ Root: c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5 ## RootDirForResolution: c:/users -Root: c:/users - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | --------- | | c:/node_modules/@types/somefile.d.ts | | | | c:/node_modules/@types/dir/somefile.d.ts | | | | c:/node_modules/@types/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/folderAtRoot/node_modules/@types/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/@types/dir/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | c:/folderAtRoot/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | @@ -900,33 +884,33 @@ Root: c:/users | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/users/node_modules/@types/somefile.d.ts | c:/users/node_modules | true | -| c:/users/node_modules/@types/dir/somefile.d.ts | c:/users/node_modules | true | -| c:/users/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/node_modules | true | -| c:/users/username/node_modules/@types/somefile.d.ts | c:/users/username | true | -| c:/users/username/node_modules/@types/dir/somefile.d.ts | c:/users/username | true | -| c:/users/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username | true | -| c:/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | c:/users/username | true | -| c:/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | c:/users/username | true | -| c:/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username | true | -| c:/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | c:/users/username | true | -| c:/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | c:/users/username | true | -| c:/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username | true | -| c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | c:/users/username | true | -| c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | c:/users/username | true | -| c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | c:/users/username | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | c:/users/username | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/somefile.d.ts | c:/users/username | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/somefile.d.ts | c:/users/username | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/users/username | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/users/username | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username | true | -| c:/user/node_modules/@types/somefile.d.ts | | | -| c:/user/node_modules/@types/dir/somefile.d.ts | | | -| c:/user/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/users/node_modules/@types/somefile.d.ts | | | +| c:/users/node_modules/@types/dir/somefile.d.ts | | | +| c:/users/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/users/username/node_modules/@types/somefile.d.ts | | | +| c:/users/username/node_modules/@types/dir/somefile.d.ts | | | +| c:/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/user/node_modules/@types/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/@types/dir/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/node_modules | true | | c:/user/username/node_modules/@types/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/@types/dir/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/username/node_modules | true | @@ -948,9 +932,9 @@ Root: c:/users | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/usr/node_modules/@types/somefile.d.ts | | | -| c:/usr/node_modules/@types/dir/somefile.d.ts | | | -| c:/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/usr/node_modules/@types/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/@types/dir/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/node_modules | true | | c:/usr/username/node_modules/@types/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/@types/dir/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/username/node_modules | true | @@ -972,9 +956,9 @@ Root: c:/users | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/home/node_modules/@types/somefile.d.ts | | | -| c:/home/node_modules/@types/dir/somefile.d.ts | | | -| c:/home/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/home/node_modules/@types/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/@types/dir/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/@types/dir/subdir/somefile.d.ts | c:/home/node_modules | true | | c:/home/username/node_modules/@types/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/@types/dir/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/home/username/node_modules | true | @@ -999,16 +983,14 @@ Root: c:/users ## RootDirForResolution: c:/users/username -Root: c:/users/username - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | --------- | | c:/node_modules/@types/somefile.d.ts | | | | c:/node_modules/@types/dir/somefile.d.ts | | | | c:/node_modules/@types/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/folderAtRoot/node_modules/@types/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/@types/dir/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | c:/folderAtRoot/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | @@ -1027,9 +1009,9 @@ Root: c:/users/username | c:/users/node_modules/@types/somefile.d.ts | | | | c:/users/node_modules/@types/dir/somefile.d.ts | | | | c:/users/node_modules/@types/dir/subdir/somefile.d.ts | | | -| c:/users/username/node_modules/@types/somefile.d.ts | c:/users/username/node_modules | true | -| c:/users/username/node_modules/@types/dir/somefile.d.ts | c:/users/username/node_modules | true | -| c:/users/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/node_modules | true | +| c:/users/username/node_modules/@types/somefile.d.ts | | | +| c:/users/username/node_modules/@types/dir/somefile.d.ts | | | +| c:/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | c:/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot | true | | c:/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | | c:/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | @@ -1048,9 +1030,9 @@ Root: c:/users/username | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | -| c:/user/node_modules/@types/somefile.d.ts | | | -| c:/user/node_modules/@types/dir/somefile.d.ts | | | -| c:/user/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/user/node_modules/@types/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/@types/dir/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/node_modules | true | | c:/user/username/node_modules/@types/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/@types/dir/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/username/node_modules | true | @@ -1072,9 +1054,9 @@ Root: c:/users/username | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/usr/node_modules/@types/somefile.d.ts | | | -| c:/usr/node_modules/@types/dir/somefile.d.ts | | | -| c:/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/usr/node_modules/@types/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/@types/dir/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/node_modules | true | | c:/usr/username/node_modules/@types/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/@types/dir/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/username/node_modules | true | @@ -1096,9 +1078,9 @@ Root: c:/users/username | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/home/node_modules/@types/somefile.d.ts | | | -| c:/home/node_modules/@types/dir/somefile.d.ts | | | -| c:/home/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/home/node_modules/@types/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/@types/dir/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/@types/dir/subdir/somefile.d.ts | c:/home/node_modules | true | | c:/home/username/node_modules/@types/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/@types/dir/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/home/username/node_modules | true | @@ -1123,16 +1105,14 @@ Root: c:/users/username ## RootDirForResolution: c:/users/username/folderAtRoot -Root: c:/users/username/folderAtRoot - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | --------- | | c:/node_modules/@types/somefile.d.ts | | | | c:/node_modules/@types/dir/somefile.d.ts | | | | c:/node_modules/@types/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/folderAtRoot/node_modules/@types/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/@types/dir/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | c:/folderAtRoot/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | @@ -1172,9 +1152,9 @@ Root: c:/users/username/folderAtRoot | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/folder1 | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1 | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1 | true | -| c:/user/node_modules/@types/somefile.d.ts | | | -| c:/user/node_modules/@types/dir/somefile.d.ts | | | -| c:/user/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/user/node_modules/@types/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/@types/dir/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/node_modules | true | | c:/user/username/node_modules/@types/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/@types/dir/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/username/node_modules | true | @@ -1196,9 +1176,9 @@ Root: c:/users/username/folderAtRoot | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/usr/node_modules/@types/somefile.d.ts | | | -| c:/usr/node_modules/@types/dir/somefile.d.ts | | | -| c:/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/usr/node_modules/@types/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/@types/dir/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/node_modules | true | | c:/usr/username/node_modules/@types/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/@types/dir/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/username/node_modules | true | @@ -1220,9 +1200,9 @@ Root: c:/users/username/folderAtRoot | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/home/node_modules/@types/somefile.d.ts | | | -| c:/home/node_modules/@types/dir/somefile.d.ts | | | -| c:/home/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/home/node_modules/@types/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/@types/dir/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/@types/dir/subdir/somefile.d.ts | c:/home/node_modules | true | | c:/home/username/node_modules/@types/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/@types/dir/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/home/username/node_modules | true | @@ -1247,16 +1227,14 @@ Root: c:/users/username/folderAtRoot ## RootDirForResolution: c:/users/username/folderAtRoot/folder1 -Root: c:/users/username/folderAtRoot/folder1 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | --------- | | c:/node_modules/@types/somefile.d.ts | | | | c:/node_modules/@types/dir/somefile.d.ts | | | | c:/node_modules/@types/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/folderAtRoot/node_modules/@types/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/@types/dir/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | c:/folderAtRoot/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | @@ -1278,9 +1256,9 @@ Root: c:/users/username/folderAtRoot/folder1 | c:/users/username/node_modules/@types/somefile.d.ts | | | | c:/users/username/node_modules/@types/dir/somefile.d.ts | | | | c:/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | @@ -1296,9 +1274,9 @@ Root: c:/users/username/folderAtRoot/folder1 | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2 | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2 | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2 | true | -| c:/user/node_modules/@types/somefile.d.ts | | | -| c:/user/node_modules/@types/dir/somefile.d.ts | | | -| c:/user/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/user/node_modules/@types/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/@types/dir/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/node_modules | true | | c:/user/username/node_modules/@types/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/@types/dir/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/username/node_modules | true | @@ -1320,9 +1298,9 @@ Root: c:/users/username/folderAtRoot/folder1 | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/usr/node_modules/@types/somefile.d.ts | | | -| c:/usr/node_modules/@types/dir/somefile.d.ts | | | -| c:/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/usr/node_modules/@types/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/@types/dir/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/node_modules | true | | c:/usr/username/node_modules/@types/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/@types/dir/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/username/node_modules | true | @@ -1344,9 +1322,9 @@ Root: c:/users/username/folderAtRoot/folder1 | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/home/node_modules/@types/somefile.d.ts | | | -| c:/home/node_modules/@types/dir/somefile.d.ts | | | -| c:/home/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/home/node_modules/@types/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/@types/dir/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/@types/dir/subdir/somefile.d.ts | c:/home/node_modules | true | | c:/home/username/node_modules/@types/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/@types/dir/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/home/username/node_modules | true | @@ -1371,16 +1349,14 @@ Root: c:/users/username/folderAtRoot/folder1 ## RootDirForResolution: c:/users/username/folderAtRoot/folder1/folder2 -Root: c:/users/username/folderAtRoot/folder1/folder2 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | --------- | | c:/node_modules/@types/somefile.d.ts | | | | c:/node_modules/@types/dir/somefile.d.ts | | | | c:/node_modules/@types/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/folderAtRoot/node_modules/@types/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/@types/dir/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | c:/folderAtRoot/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | @@ -1402,9 +1378,9 @@ Root: c:/users/username/folderAtRoot/folder1/folder2 | c:/users/username/node_modules/@types/somefile.d.ts | | | | c:/users/username/node_modules/@types/dir/somefile.d.ts | | | | c:/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | @@ -1420,9 +1396,9 @@ Root: c:/users/username/folderAtRoot/folder1/folder2 | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3 | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3 | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3 | true | -| c:/user/node_modules/@types/somefile.d.ts | | | -| c:/user/node_modules/@types/dir/somefile.d.ts | | | -| c:/user/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/user/node_modules/@types/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/@types/dir/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/node_modules | true | | c:/user/username/node_modules/@types/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/@types/dir/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/username/node_modules | true | @@ -1444,9 +1420,9 @@ Root: c:/users/username/folderAtRoot/folder1/folder2 | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/usr/node_modules/@types/somefile.d.ts | | | -| c:/usr/node_modules/@types/dir/somefile.d.ts | | | -| c:/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/usr/node_modules/@types/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/@types/dir/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/node_modules | true | | c:/usr/username/node_modules/@types/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/@types/dir/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/username/node_modules | true | @@ -1468,9 +1444,9 @@ Root: c:/users/username/folderAtRoot/folder1/folder2 | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/home/node_modules/@types/somefile.d.ts | | | -| c:/home/node_modules/@types/dir/somefile.d.ts | | | -| c:/home/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/home/node_modules/@types/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/@types/dir/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/@types/dir/subdir/somefile.d.ts | c:/home/node_modules | true | | c:/home/username/node_modules/@types/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/@types/dir/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/home/username/node_modules | true | @@ -1495,16 +1471,14 @@ Root: c:/users/username/folderAtRoot/folder1/folder2 ## RootDirForResolution: c:/users/username/folderAtRoot/folder1/folder2/folder3 -Root: c:/users/username/folderAtRoot/folder1/folder2/folder3 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | --------- | | c:/node_modules/@types/somefile.d.ts | | | | c:/node_modules/@types/dir/somefile.d.ts | | | | c:/node_modules/@types/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/folderAtRoot/node_modules/@types/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/@types/dir/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | c:/folderAtRoot/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | @@ -1526,9 +1500,9 @@ Root: c:/users/username/folderAtRoot/folder1/folder2/folder3 | c:/users/username/node_modules/@types/somefile.d.ts | | | | c:/users/username/node_modules/@types/dir/somefile.d.ts | | | | c:/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | @@ -1544,9 +1518,9 @@ Root: c:/users/username/folderAtRoot/folder1/folder2/folder3 | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4 | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4 | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4 | true | -| c:/user/node_modules/@types/somefile.d.ts | | | -| c:/user/node_modules/@types/dir/somefile.d.ts | | | -| c:/user/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/user/node_modules/@types/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/@types/dir/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/node_modules | true | | c:/user/username/node_modules/@types/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/@types/dir/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/username/node_modules | true | @@ -1568,9 +1542,9 @@ Root: c:/users/username/folderAtRoot/folder1/folder2/folder3 | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/usr/node_modules/@types/somefile.d.ts | | | -| c:/usr/node_modules/@types/dir/somefile.d.ts | | | -| c:/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/usr/node_modules/@types/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/@types/dir/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/node_modules | true | | c:/usr/username/node_modules/@types/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/@types/dir/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/username/node_modules | true | @@ -1592,9 +1566,9 @@ Root: c:/users/username/folderAtRoot/folder1/folder2/folder3 | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/home/node_modules/@types/somefile.d.ts | | | -| c:/home/node_modules/@types/dir/somefile.d.ts | | | -| c:/home/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/home/node_modules/@types/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/@types/dir/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/@types/dir/subdir/somefile.d.ts | c:/home/node_modules | true | | c:/home/username/node_modules/@types/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/@types/dir/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/home/username/node_modules | true | @@ -1619,16 +1593,14 @@ Root: c:/users/username/folderAtRoot/folder1/folder2/folder3 ## RootDirForResolution: c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4 -Root: c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | --------- | | c:/node_modules/@types/somefile.d.ts | | | | c:/node_modules/@types/dir/somefile.d.ts | | | | c:/node_modules/@types/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/folderAtRoot/node_modules/@types/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/@types/dir/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | c:/folderAtRoot/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | @@ -1650,9 +1622,9 @@ Root: c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4 | c:/users/username/node_modules/@types/somefile.d.ts | | | | c:/users/username/node_modules/@types/dir/somefile.d.ts | | | | c:/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | @@ -1668,9 +1640,9 @@ Root: c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4 | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | true | -| c:/user/node_modules/@types/somefile.d.ts | | | -| c:/user/node_modules/@types/dir/somefile.d.ts | | | -| c:/user/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/user/node_modules/@types/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/@types/dir/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/node_modules | true | | c:/user/username/node_modules/@types/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/@types/dir/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/username/node_modules | true | @@ -1692,9 +1664,9 @@ Root: c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4 | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/usr/node_modules/@types/somefile.d.ts | | | -| c:/usr/node_modules/@types/dir/somefile.d.ts | | | -| c:/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/usr/node_modules/@types/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/@types/dir/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/node_modules | true | | c:/usr/username/node_modules/@types/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/@types/dir/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/username/node_modules | true | @@ -1716,9 +1688,9 @@ Root: c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4 | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/home/node_modules/@types/somefile.d.ts | | | -| c:/home/node_modules/@types/dir/somefile.d.ts | | | -| c:/home/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/home/node_modules/@types/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/@types/dir/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/@types/dir/subdir/somefile.d.ts | c:/home/node_modules | true | | c:/home/username/node_modules/@types/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/@types/dir/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/home/username/node_modules | true | @@ -1743,16 +1715,14 @@ Root: c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4 ## RootDirForResolution: c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 -Root: c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | --------- | | c:/node_modules/@types/somefile.d.ts | | | | c:/node_modules/@types/dir/somefile.d.ts | | | | c:/node_modules/@types/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/folderAtRoot/node_modules/@types/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/@types/dir/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | c:/folderAtRoot/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | @@ -1774,10 +1744,10 @@ Root: c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | c:/users/username/node_modules/@types/somefile.d.ts | | | | c:/users/username/node_modules/@types/dir/somefile.d.ts | | | | c:/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/node_modules | true | @@ -1792,9 +1762,9 @@ Root: c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/user/node_modules/@types/somefile.d.ts | | | -| c:/user/node_modules/@types/dir/somefile.d.ts | | | -| c:/user/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/user/node_modules/@types/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/@types/dir/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/node_modules | true | | c:/user/username/node_modules/@types/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/@types/dir/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/username/node_modules | true | @@ -1816,9 +1786,9 @@ Root: c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/usr/node_modules/@types/somefile.d.ts | | | -| c:/usr/node_modules/@types/dir/somefile.d.ts | | | -| c:/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/usr/node_modules/@types/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/@types/dir/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/node_modules | true | | c:/usr/username/node_modules/@types/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/@types/dir/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/username/node_modules | true | @@ -1840,9 +1810,9 @@ Root: c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/home/node_modules/@types/somefile.d.ts | | | -| c:/home/node_modules/@types/dir/somefile.d.ts | | | -| c:/home/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/home/node_modules/@types/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/@types/dir/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/@types/dir/subdir/somefile.d.ts | c:/home/node_modules | true | | c:/home/username/node_modules/@types/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/@types/dir/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/home/username/node_modules | true | @@ -1867,16 +1837,14 @@ Root: c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 ## RootDirForResolution: c:/user -Root: c:/user - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | --------- | | c:/node_modules/@types/somefile.d.ts | | | | c:/node_modules/@types/dir/somefile.d.ts | | | | c:/node_modules/@types/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/folderAtRoot/node_modules/@types/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/@types/dir/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | c:/folderAtRoot/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | @@ -1898,9 +1866,9 @@ Root: c:/user | c:/users/username/node_modules/@types/somefile.d.ts | | | | c:/users/username/node_modules/@types/dir/somefile.d.ts | | | | c:/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | @@ -1940,9 +1908,9 @@ Root: c:/user | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/user/username | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/user/username | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/username | true | -| c:/usr/node_modules/@types/somefile.d.ts | | | -| c:/usr/node_modules/@types/dir/somefile.d.ts | | | -| c:/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/usr/node_modules/@types/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/@types/dir/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/node_modules | true | | c:/usr/username/node_modules/@types/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/@types/dir/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/username/node_modules | true | @@ -1964,9 +1932,9 @@ Root: c:/user | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/home/node_modules/@types/somefile.d.ts | | | -| c:/home/node_modules/@types/dir/somefile.d.ts | | | -| c:/home/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/home/node_modules/@types/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/@types/dir/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/@types/dir/subdir/somefile.d.ts | c:/home/node_modules | true | | c:/home/username/node_modules/@types/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/@types/dir/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/home/username/node_modules | true | @@ -1991,16 +1959,14 @@ Root: c:/user ## RootDirForResolution: c:/user/username -Root: c:/user/username - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | --------- | | c:/node_modules/@types/somefile.d.ts | | | | c:/node_modules/@types/dir/somefile.d.ts | | | | c:/node_modules/@types/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/folderAtRoot/node_modules/@types/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/@types/dir/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | c:/folderAtRoot/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | @@ -2022,9 +1988,9 @@ Root: c:/user/username | c:/users/username/node_modules/@types/somefile.d.ts | | | | c:/users/username/node_modules/@types/dir/somefile.d.ts | | | | c:/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | @@ -2040,9 +2006,9 @@ Root: c:/user/username | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/user/node_modules/@types/somefile.d.ts | | | -| c:/user/node_modules/@types/dir/somefile.d.ts | | | -| c:/user/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/user/node_modules/@types/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/@types/dir/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/node_modules | true | | c:/user/username/node_modules/@types/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/@types/dir/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/username/node_modules | true | @@ -2064,9 +2030,9 @@ Root: c:/user/username | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/user/username/folderAtRoot | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/user/username/folderAtRoot | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot | true | -| c:/usr/node_modules/@types/somefile.d.ts | | | -| c:/usr/node_modules/@types/dir/somefile.d.ts | | | -| c:/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/usr/node_modules/@types/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/@types/dir/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/node_modules | true | | c:/usr/username/node_modules/@types/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/@types/dir/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/username/node_modules | true | @@ -2088,9 +2054,9 @@ Root: c:/user/username | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/home/node_modules/@types/somefile.d.ts | | | -| c:/home/node_modules/@types/dir/somefile.d.ts | | | -| c:/home/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/home/node_modules/@types/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/@types/dir/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/@types/dir/subdir/somefile.d.ts | c:/home/node_modules | true | | c:/home/username/node_modules/@types/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/@types/dir/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/home/username/node_modules | true | @@ -2115,16 +2081,14 @@ Root: c:/user/username ## RootDirForResolution: c:/user/username/folderAtRoot -Root: c:/user/username/folderAtRoot - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | --------- | | c:/node_modules/@types/somefile.d.ts | | | | c:/node_modules/@types/dir/somefile.d.ts | | | | c:/node_modules/@types/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/folderAtRoot/node_modules/@types/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/@types/dir/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | c:/folderAtRoot/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | @@ -2146,9 +2110,9 @@ Root: c:/user/username/folderAtRoot | c:/users/username/node_modules/@types/somefile.d.ts | | | | c:/users/username/node_modules/@types/dir/somefile.d.ts | | | | c:/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | @@ -2164,9 +2128,9 @@ Root: c:/user/username/folderAtRoot | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/user/node_modules/@types/somefile.d.ts | | | -| c:/user/node_modules/@types/dir/somefile.d.ts | | | -| c:/user/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/user/node_modules/@types/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/@types/dir/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/node_modules | true | | c:/user/username/node_modules/@types/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/@types/dir/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/username/node_modules | true | @@ -2188,9 +2152,9 @@ Root: c:/user/username/folderAtRoot | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/user/username/folderAtRoot/folder1 | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1 | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1 | true | -| c:/usr/node_modules/@types/somefile.d.ts | | | -| c:/usr/node_modules/@types/dir/somefile.d.ts | | | -| c:/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/usr/node_modules/@types/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/@types/dir/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/node_modules | true | | c:/usr/username/node_modules/@types/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/@types/dir/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/username/node_modules | true | @@ -2212,9 +2176,9 @@ Root: c:/user/username/folderAtRoot | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/home/node_modules/@types/somefile.d.ts | | | -| c:/home/node_modules/@types/dir/somefile.d.ts | | | -| c:/home/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/home/node_modules/@types/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/@types/dir/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/@types/dir/subdir/somefile.d.ts | c:/home/node_modules | true | | c:/home/username/node_modules/@types/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/@types/dir/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/home/username/node_modules | true | @@ -2239,16 +2203,14 @@ Root: c:/user/username/folderAtRoot ## RootDirForResolution: c:/user/username/folderAtRoot/folder1 -Root: c:/user/username/folderAtRoot/folder1 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | --------- | | c:/node_modules/@types/somefile.d.ts | | | | c:/node_modules/@types/dir/somefile.d.ts | | | | c:/node_modules/@types/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/folderAtRoot/node_modules/@types/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/@types/dir/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | c:/folderAtRoot/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | @@ -2270,9 +2232,9 @@ Root: c:/user/username/folderAtRoot/folder1 | c:/users/username/node_modules/@types/somefile.d.ts | | | | c:/users/username/node_modules/@types/dir/somefile.d.ts | | | | c:/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | @@ -2288,9 +2250,9 @@ Root: c:/user/username/folderAtRoot/folder1 | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/user/node_modules/@types/somefile.d.ts | | | -| c:/user/node_modules/@types/dir/somefile.d.ts | | | -| c:/user/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/user/node_modules/@types/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/@types/dir/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/node_modules | true | | c:/user/username/node_modules/@types/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/@types/dir/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/username/node_modules | true | @@ -2312,9 +2274,9 @@ Root: c:/user/username/folderAtRoot/folder1 | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2 | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2 | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2 | true | -| c:/usr/node_modules/@types/somefile.d.ts | | | -| c:/usr/node_modules/@types/dir/somefile.d.ts | | | -| c:/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/usr/node_modules/@types/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/@types/dir/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/node_modules | true | | c:/usr/username/node_modules/@types/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/@types/dir/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/username/node_modules | true | @@ -2336,9 +2298,9 @@ Root: c:/user/username/folderAtRoot/folder1 | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/home/node_modules/@types/somefile.d.ts | | | -| c:/home/node_modules/@types/dir/somefile.d.ts | | | -| c:/home/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/home/node_modules/@types/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/@types/dir/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/@types/dir/subdir/somefile.d.ts | c:/home/node_modules | true | | c:/home/username/node_modules/@types/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/@types/dir/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/home/username/node_modules | true | @@ -2363,16 +2325,14 @@ Root: c:/user/username/folderAtRoot/folder1 ## RootDirForResolution: c:/user/username/folderAtRoot/folder1/folder2 -Root: c:/user/username/folderAtRoot/folder1/folder2 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | --------- | | c:/node_modules/@types/somefile.d.ts | | | | c:/node_modules/@types/dir/somefile.d.ts | | | | c:/node_modules/@types/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/folderAtRoot/node_modules/@types/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/@types/dir/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | c:/folderAtRoot/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | @@ -2394,9 +2354,9 @@ Root: c:/user/username/folderAtRoot/folder1/folder2 | c:/users/username/node_modules/@types/somefile.d.ts | | | | c:/users/username/node_modules/@types/dir/somefile.d.ts | | | | c:/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | @@ -2412,9 +2372,9 @@ Root: c:/user/username/folderAtRoot/folder1/folder2 | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/user/node_modules/@types/somefile.d.ts | | | -| c:/user/node_modules/@types/dir/somefile.d.ts | | | -| c:/user/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/user/node_modules/@types/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/@types/dir/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/node_modules | true | | c:/user/username/node_modules/@types/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/@types/dir/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/username/node_modules | true | @@ -2436,9 +2396,9 @@ Root: c:/user/username/folderAtRoot/folder1/folder2 | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3 | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3 | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3 | true | -| c:/usr/node_modules/@types/somefile.d.ts | | | -| c:/usr/node_modules/@types/dir/somefile.d.ts | | | -| c:/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/usr/node_modules/@types/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/@types/dir/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/node_modules | true | | c:/usr/username/node_modules/@types/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/@types/dir/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/username/node_modules | true | @@ -2460,9 +2420,9 @@ Root: c:/user/username/folderAtRoot/folder1/folder2 | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/home/node_modules/@types/somefile.d.ts | | | -| c:/home/node_modules/@types/dir/somefile.d.ts | | | -| c:/home/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/home/node_modules/@types/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/@types/dir/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/@types/dir/subdir/somefile.d.ts | c:/home/node_modules | true | | c:/home/username/node_modules/@types/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/@types/dir/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/home/username/node_modules | true | @@ -2487,16 +2447,14 @@ Root: c:/user/username/folderAtRoot/folder1/folder2 ## RootDirForResolution: c:/user/username/folderAtRoot/folder1/folder2/folder3 -Root: c:/user/username/folderAtRoot/folder1/folder2/folder3 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | --------- | | c:/node_modules/@types/somefile.d.ts | | | | c:/node_modules/@types/dir/somefile.d.ts | | | | c:/node_modules/@types/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/folderAtRoot/node_modules/@types/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/@types/dir/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | c:/folderAtRoot/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | @@ -2518,9 +2476,9 @@ Root: c:/user/username/folderAtRoot/folder1/folder2/folder3 | c:/users/username/node_modules/@types/somefile.d.ts | | | | c:/users/username/node_modules/@types/dir/somefile.d.ts | | | | c:/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | @@ -2536,9 +2494,9 @@ Root: c:/user/username/folderAtRoot/folder1/folder2/folder3 | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/user/node_modules/@types/somefile.d.ts | | | -| c:/user/node_modules/@types/dir/somefile.d.ts | | | -| c:/user/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/user/node_modules/@types/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/@types/dir/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/node_modules | true | | c:/user/username/node_modules/@types/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/@types/dir/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/username/node_modules | true | @@ -2560,9 +2518,9 @@ Root: c:/user/username/folderAtRoot/folder1/folder2/folder3 | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4 | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4 | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4 | true | -| c:/usr/node_modules/@types/somefile.d.ts | | | -| c:/usr/node_modules/@types/dir/somefile.d.ts | | | -| c:/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/usr/node_modules/@types/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/@types/dir/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/node_modules | true | | c:/usr/username/node_modules/@types/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/@types/dir/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/username/node_modules | true | @@ -2584,9 +2542,9 @@ Root: c:/user/username/folderAtRoot/folder1/folder2/folder3 | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/home/node_modules/@types/somefile.d.ts | | | -| c:/home/node_modules/@types/dir/somefile.d.ts | | | -| c:/home/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/home/node_modules/@types/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/@types/dir/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/@types/dir/subdir/somefile.d.ts | c:/home/node_modules | true | | c:/home/username/node_modules/@types/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/@types/dir/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/home/username/node_modules | true | @@ -2611,16 +2569,14 @@ Root: c:/user/username/folderAtRoot/folder1/folder2/folder3 ## RootDirForResolution: c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4 -Root: c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | --------- | | c:/node_modules/@types/somefile.d.ts | | | | c:/node_modules/@types/dir/somefile.d.ts | | | | c:/node_modules/@types/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/folderAtRoot/node_modules/@types/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/@types/dir/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | c:/folderAtRoot/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | @@ -2642,9 +2598,9 @@ Root: c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4 | c:/users/username/node_modules/@types/somefile.d.ts | | | | c:/users/username/node_modules/@types/dir/somefile.d.ts | | | | c:/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | @@ -2660,9 +2616,9 @@ Root: c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4 | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/user/node_modules/@types/somefile.d.ts | | | -| c:/user/node_modules/@types/dir/somefile.d.ts | | | -| c:/user/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/user/node_modules/@types/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/@types/dir/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/node_modules | true | | c:/user/username/node_modules/@types/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/@types/dir/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/username/node_modules | true | @@ -2684,9 +2640,9 @@ Root: c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4 | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | true | -| c:/usr/node_modules/@types/somefile.d.ts | | | -| c:/usr/node_modules/@types/dir/somefile.d.ts | | | -| c:/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/usr/node_modules/@types/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/@types/dir/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/node_modules | true | | c:/usr/username/node_modules/@types/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/@types/dir/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/username/node_modules | true | @@ -2708,9 +2664,9 @@ Root: c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4 | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/home/node_modules/@types/somefile.d.ts | | | -| c:/home/node_modules/@types/dir/somefile.d.ts | | | -| c:/home/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/home/node_modules/@types/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/@types/dir/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/@types/dir/subdir/somefile.d.ts | c:/home/node_modules | true | | c:/home/username/node_modules/@types/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/@types/dir/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/home/username/node_modules | true | @@ -2735,16 +2691,14 @@ Root: c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4 ## RootDirForResolution: c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 -Root: c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | --------- | | c:/node_modules/@types/somefile.d.ts | | | | c:/node_modules/@types/dir/somefile.d.ts | | | | c:/node_modules/@types/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/folderAtRoot/node_modules/@types/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/@types/dir/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | c:/folderAtRoot/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | @@ -2766,9 +2720,9 @@ Root: c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | c:/users/username/node_modules/@types/somefile.d.ts | | | | c:/users/username/node_modules/@types/dir/somefile.d.ts | | | | c:/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | @@ -2784,9 +2738,9 @@ Root: c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/user/node_modules/@types/somefile.d.ts | | | -| c:/user/node_modules/@types/dir/somefile.d.ts | | | -| c:/user/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/user/node_modules/@types/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/@types/dir/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/node_modules | true | | c:/user/username/node_modules/@types/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/@types/dir/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/username/node_modules | true | @@ -2808,9 +2762,9 @@ Root: c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/usr/node_modules/@types/somefile.d.ts | | | -| c:/usr/node_modules/@types/dir/somefile.d.ts | | | -| c:/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/usr/node_modules/@types/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/@types/dir/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/node_modules | true | | c:/usr/username/node_modules/@types/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/@types/dir/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/username/node_modules | true | @@ -2832,9 +2786,9 @@ Root: c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/home/node_modules/@types/somefile.d.ts | | | -| c:/home/node_modules/@types/dir/somefile.d.ts | | | -| c:/home/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/home/node_modules/@types/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/@types/dir/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/@types/dir/subdir/somefile.d.ts | c:/home/node_modules | true | | c:/home/username/node_modules/@types/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/@types/dir/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/home/username/node_modules | true | @@ -2859,16 +2813,14 @@ Root: c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 ## RootDirForResolution: c:/usr -Root: c:/usr - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | --------- | | c:/node_modules/@types/somefile.d.ts | | | | c:/node_modules/@types/dir/somefile.d.ts | | | | c:/node_modules/@types/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/folderAtRoot/node_modules/@types/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/@types/dir/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | c:/folderAtRoot/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | @@ -2890,9 +2842,9 @@ Root: c:/usr | c:/users/username/node_modules/@types/somefile.d.ts | | | | c:/users/username/node_modules/@types/dir/somefile.d.ts | | | | c:/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | @@ -2908,9 +2860,9 @@ Root: c:/usr | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/user/node_modules/@types/somefile.d.ts | | | -| c:/user/node_modules/@types/dir/somefile.d.ts | | | -| c:/user/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/user/node_modules/@types/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/@types/dir/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/node_modules | true | | c:/user/username/node_modules/@types/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/@types/dir/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/username/node_modules | true | @@ -2956,9 +2908,9 @@ Root: c:/usr | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/usr/username | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/usr/username | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/username | true | -| c:/home/node_modules/@types/somefile.d.ts | | | -| c:/home/node_modules/@types/dir/somefile.d.ts | | | -| c:/home/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/home/node_modules/@types/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/@types/dir/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/@types/dir/subdir/somefile.d.ts | c:/home/node_modules | true | | c:/home/username/node_modules/@types/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/@types/dir/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/home/username/node_modules | true | @@ -2983,16 +2935,14 @@ Root: c:/usr ## RootDirForResolution: c:/usr/username -Root: c:/usr/username - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | --------- | | c:/node_modules/@types/somefile.d.ts | | | | c:/node_modules/@types/dir/somefile.d.ts | | | | c:/node_modules/@types/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/folderAtRoot/node_modules/@types/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/@types/dir/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | c:/folderAtRoot/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | @@ -3014,9 +2964,9 @@ Root: c:/usr/username | c:/users/username/node_modules/@types/somefile.d.ts | | | | c:/users/username/node_modules/@types/dir/somefile.d.ts | | | | c:/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | @@ -3032,9 +2982,9 @@ Root: c:/usr/username | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/user/node_modules/@types/somefile.d.ts | | | -| c:/user/node_modules/@types/dir/somefile.d.ts | | | -| c:/user/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/user/node_modules/@types/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/@types/dir/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/node_modules | true | | c:/user/username/node_modules/@types/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/@types/dir/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/username/node_modules | true | @@ -3056,9 +3006,9 @@ Root: c:/usr/username | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/usr/node_modules/@types/somefile.d.ts | | | -| c:/usr/node_modules/@types/dir/somefile.d.ts | | | -| c:/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/usr/node_modules/@types/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/@types/dir/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/node_modules | true | | c:/usr/username/node_modules/@types/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/@types/dir/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/username/node_modules | true | @@ -3080,9 +3030,9 @@ Root: c:/usr/username | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/usr/username/folderAtRoot | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/usr/username/folderAtRoot | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot | true | -| c:/home/node_modules/@types/somefile.d.ts | | | -| c:/home/node_modules/@types/dir/somefile.d.ts | | | -| c:/home/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/home/node_modules/@types/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/@types/dir/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/@types/dir/subdir/somefile.d.ts | c:/home/node_modules | true | | c:/home/username/node_modules/@types/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/@types/dir/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/home/username/node_modules | true | @@ -3107,16 +3057,14 @@ Root: c:/usr/username ## RootDirForResolution: c:/usr/username/folderAtRoot -Root: c:/usr/username/folderAtRoot - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | --------- | | c:/node_modules/@types/somefile.d.ts | | | | c:/node_modules/@types/dir/somefile.d.ts | | | | c:/node_modules/@types/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/folderAtRoot/node_modules/@types/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/@types/dir/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | c:/folderAtRoot/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | @@ -3138,9 +3086,9 @@ Root: c:/usr/username/folderAtRoot | c:/users/username/node_modules/@types/somefile.d.ts | | | | c:/users/username/node_modules/@types/dir/somefile.d.ts | | | | c:/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | @@ -3156,9 +3104,9 @@ Root: c:/usr/username/folderAtRoot | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/user/node_modules/@types/somefile.d.ts | | | -| c:/user/node_modules/@types/dir/somefile.d.ts | | | -| c:/user/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/user/node_modules/@types/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/@types/dir/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/node_modules | true | | c:/user/username/node_modules/@types/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/@types/dir/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/username/node_modules | true | @@ -3180,9 +3128,9 @@ Root: c:/usr/username/folderAtRoot | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/usr/node_modules/@types/somefile.d.ts | | | -| c:/usr/node_modules/@types/dir/somefile.d.ts | | | -| c:/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/usr/node_modules/@types/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/@types/dir/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/node_modules | true | | c:/usr/username/node_modules/@types/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/@types/dir/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/username/node_modules | true | @@ -3204,9 +3152,9 @@ Root: c:/usr/username/folderAtRoot | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/usr/username/folderAtRoot/folder1 | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1 | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1 | true | -| c:/home/node_modules/@types/somefile.d.ts | | | -| c:/home/node_modules/@types/dir/somefile.d.ts | | | -| c:/home/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/home/node_modules/@types/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/@types/dir/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/@types/dir/subdir/somefile.d.ts | c:/home/node_modules | true | | c:/home/username/node_modules/@types/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/@types/dir/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/home/username/node_modules | true | @@ -3231,16 +3179,14 @@ Root: c:/usr/username/folderAtRoot ## RootDirForResolution: c:/usr/username/folderAtRoot/folder1 -Root: c:/usr/username/folderAtRoot/folder1 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | --------- | | c:/node_modules/@types/somefile.d.ts | | | | c:/node_modules/@types/dir/somefile.d.ts | | | | c:/node_modules/@types/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/folderAtRoot/node_modules/@types/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/@types/dir/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | c:/folderAtRoot/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | @@ -3262,9 +3208,9 @@ Root: c:/usr/username/folderAtRoot/folder1 | c:/users/username/node_modules/@types/somefile.d.ts | | | | c:/users/username/node_modules/@types/dir/somefile.d.ts | | | | c:/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | @@ -3280,9 +3226,9 @@ Root: c:/usr/username/folderAtRoot/folder1 | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/user/node_modules/@types/somefile.d.ts | | | -| c:/user/node_modules/@types/dir/somefile.d.ts | | | -| c:/user/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/user/node_modules/@types/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/@types/dir/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/node_modules | true | | c:/user/username/node_modules/@types/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/@types/dir/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/username/node_modules | true | @@ -3304,9 +3250,9 @@ Root: c:/usr/username/folderAtRoot/folder1 | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/usr/node_modules/@types/somefile.d.ts | | | -| c:/usr/node_modules/@types/dir/somefile.d.ts | | | -| c:/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/usr/node_modules/@types/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/@types/dir/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/node_modules | true | | c:/usr/username/node_modules/@types/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/@types/dir/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/username/node_modules | true | @@ -3328,9 +3274,9 @@ Root: c:/usr/username/folderAtRoot/folder1 | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2 | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2 | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2 | true | -| c:/home/node_modules/@types/somefile.d.ts | | | -| c:/home/node_modules/@types/dir/somefile.d.ts | | | -| c:/home/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/home/node_modules/@types/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/@types/dir/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/@types/dir/subdir/somefile.d.ts | c:/home/node_modules | true | | c:/home/username/node_modules/@types/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/@types/dir/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/home/username/node_modules | true | @@ -3355,16 +3301,14 @@ Root: c:/usr/username/folderAtRoot/folder1 ## RootDirForResolution: c:/usr/username/folderAtRoot/folder1/folder2 -Root: c:/usr/username/folderAtRoot/folder1/folder2 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | --------- | | c:/node_modules/@types/somefile.d.ts | | | | c:/node_modules/@types/dir/somefile.d.ts | | | | c:/node_modules/@types/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/folderAtRoot/node_modules/@types/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/@types/dir/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | c:/folderAtRoot/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | @@ -3386,9 +3330,9 @@ Root: c:/usr/username/folderAtRoot/folder1/folder2 | c:/users/username/node_modules/@types/somefile.d.ts | | | | c:/users/username/node_modules/@types/dir/somefile.d.ts | | | | c:/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | @@ -3404,9 +3348,9 @@ Root: c:/usr/username/folderAtRoot/folder1/folder2 | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/user/node_modules/@types/somefile.d.ts | | | -| c:/user/node_modules/@types/dir/somefile.d.ts | | | -| c:/user/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/user/node_modules/@types/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/@types/dir/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/node_modules | true | | c:/user/username/node_modules/@types/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/@types/dir/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/username/node_modules | true | @@ -3428,9 +3372,9 @@ Root: c:/usr/username/folderAtRoot/folder1/folder2 | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/usr/node_modules/@types/somefile.d.ts | | | -| c:/usr/node_modules/@types/dir/somefile.d.ts | | | -| c:/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/usr/node_modules/@types/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/@types/dir/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/node_modules | true | | c:/usr/username/node_modules/@types/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/@types/dir/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/username/node_modules | true | @@ -3452,9 +3396,9 @@ Root: c:/usr/username/folderAtRoot/folder1/folder2 | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3 | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3 | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3 | true | -| c:/home/node_modules/@types/somefile.d.ts | | | -| c:/home/node_modules/@types/dir/somefile.d.ts | | | -| c:/home/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/home/node_modules/@types/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/@types/dir/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/@types/dir/subdir/somefile.d.ts | c:/home/node_modules | true | | c:/home/username/node_modules/@types/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/@types/dir/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/home/username/node_modules | true | @@ -3479,16 +3423,14 @@ Root: c:/usr/username/folderAtRoot/folder1/folder2 ## RootDirForResolution: c:/usr/username/folderAtRoot/folder1/folder2/folder3 -Root: c:/usr/username/folderAtRoot/folder1/folder2/folder3 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | --------- | | c:/node_modules/@types/somefile.d.ts | | | | c:/node_modules/@types/dir/somefile.d.ts | | | | c:/node_modules/@types/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/folderAtRoot/node_modules/@types/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/@types/dir/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | c:/folderAtRoot/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | @@ -3510,9 +3452,9 @@ Root: c:/usr/username/folderAtRoot/folder1/folder2/folder3 | c:/users/username/node_modules/@types/somefile.d.ts | | | | c:/users/username/node_modules/@types/dir/somefile.d.ts | | | | c:/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | @@ -3528,9 +3470,9 @@ Root: c:/usr/username/folderAtRoot/folder1/folder2/folder3 | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/user/node_modules/@types/somefile.d.ts | | | -| c:/user/node_modules/@types/dir/somefile.d.ts | | | -| c:/user/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/user/node_modules/@types/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/@types/dir/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/node_modules | true | | c:/user/username/node_modules/@types/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/@types/dir/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/username/node_modules | true | @@ -3552,9 +3494,9 @@ Root: c:/usr/username/folderAtRoot/folder1/folder2/folder3 | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/usr/node_modules/@types/somefile.d.ts | | | -| c:/usr/node_modules/@types/dir/somefile.d.ts | | | -| c:/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/usr/node_modules/@types/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/@types/dir/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/node_modules | true | | c:/usr/username/node_modules/@types/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/@types/dir/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/username/node_modules | true | @@ -3576,9 +3518,9 @@ Root: c:/usr/username/folderAtRoot/folder1/folder2/folder3 | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 | true | -| c:/home/node_modules/@types/somefile.d.ts | | | -| c:/home/node_modules/@types/dir/somefile.d.ts | | | -| c:/home/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/home/node_modules/@types/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/@types/dir/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/@types/dir/subdir/somefile.d.ts | c:/home/node_modules | true | | c:/home/username/node_modules/@types/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/@types/dir/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/home/username/node_modules | true | @@ -3603,16 +3545,14 @@ Root: c:/usr/username/folderAtRoot/folder1/folder2/folder3 ## RootDirForResolution: c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 -Root: c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | --------- | | c:/node_modules/@types/somefile.d.ts | | | | c:/node_modules/@types/dir/somefile.d.ts | | | | c:/node_modules/@types/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/folderAtRoot/node_modules/@types/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/@types/dir/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | c:/folderAtRoot/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | @@ -3634,9 +3574,9 @@ Root: c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 | c:/users/username/node_modules/@types/somefile.d.ts | | | | c:/users/username/node_modules/@types/dir/somefile.d.ts | | | | c:/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | @@ -3652,9 +3592,9 @@ Root: c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/user/node_modules/@types/somefile.d.ts | | | -| c:/user/node_modules/@types/dir/somefile.d.ts | | | -| c:/user/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/user/node_modules/@types/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/@types/dir/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/node_modules | true | | c:/user/username/node_modules/@types/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/@types/dir/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/username/node_modules | true | @@ -3676,9 +3616,9 @@ Root: c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/usr/node_modules/@types/somefile.d.ts | | | -| c:/usr/node_modules/@types/dir/somefile.d.ts | | | -| c:/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/usr/node_modules/@types/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/@types/dir/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/node_modules | true | | c:/usr/username/node_modules/@types/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/@types/dir/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/username/node_modules | true | @@ -3700,9 +3640,9 @@ Root: c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | true | -| c:/home/node_modules/@types/somefile.d.ts | | | -| c:/home/node_modules/@types/dir/somefile.d.ts | | | -| c:/home/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/home/node_modules/@types/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/@types/dir/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/@types/dir/subdir/somefile.d.ts | c:/home/node_modules | true | | c:/home/username/node_modules/@types/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/@types/dir/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/home/username/node_modules | true | @@ -3727,16 +3667,14 @@ Root: c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 ## RootDirForResolution: c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 -Root: c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | --------- | | c:/node_modules/@types/somefile.d.ts | | | | c:/node_modules/@types/dir/somefile.d.ts | | | | c:/node_modules/@types/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/folderAtRoot/node_modules/@types/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/@types/dir/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | c:/folderAtRoot/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | @@ -3758,9 +3696,9 @@ Root: c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | c:/users/username/node_modules/@types/somefile.d.ts | | | | c:/users/username/node_modules/@types/dir/somefile.d.ts | | | | c:/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | @@ -3776,9 +3714,9 @@ Root: c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/user/node_modules/@types/somefile.d.ts | | | -| c:/user/node_modules/@types/dir/somefile.d.ts | | | -| c:/user/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/user/node_modules/@types/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/@types/dir/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/node_modules | true | | c:/user/username/node_modules/@types/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/@types/dir/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/username/node_modules | true | @@ -3800,9 +3738,9 @@ Root: c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/usr/node_modules/@types/somefile.d.ts | | | -| c:/usr/node_modules/@types/dir/somefile.d.ts | | | -| c:/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/usr/node_modules/@types/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/@types/dir/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/node_modules | true | | c:/usr/username/node_modules/@types/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/@types/dir/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/username/node_modules | true | @@ -3824,9 +3762,9 @@ Root: c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/home/node_modules/@types/somefile.d.ts | | | -| c:/home/node_modules/@types/dir/somefile.d.ts | | | -| c:/home/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/home/node_modules/@types/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/@types/dir/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/@types/dir/subdir/somefile.d.ts | c:/home/node_modules | true | | c:/home/username/node_modules/@types/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/@types/dir/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/home/username/node_modules | true | @@ -3851,16 +3789,14 @@ Root: c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 ## RootDirForResolution: c:/home -Root: c:/home - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | --------- | | c:/node_modules/@types/somefile.d.ts | | | | c:/node_modules/@types/dir/somefile.d.ts | | | | c:/node_modules/@types/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/folderAtRoot/node_modules/@types/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/@types/dir/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | c:/folderAtRoot/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | @@ -3882,9 +3818,9 @@ Root: c:/home | c:/users/username/node_modules/@types/somefile.d.ts | | | | c:/users/username/node_modules/@types/dir/somefile.d.ts | | | | c:/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | @@ -3900,9 +3836,9 @@ Root: c:/home | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/user/node_modules/@types/somefile.d.ts | | | -| c:/user/node_modules/@types/dir/somefile.d.ts | | | -| c:/user/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/user/node_modules/@types/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/@types/dir/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/node_modules | true | | c:/user/username/node_modules/@types/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/@types/dir/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/username/node_modules | true | @@ -3924,9 +3860,9 @@ Root: c:/home | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/usr/node_modules/@types/somefile.d.ts | | | -| c:/usr/node_modules/@types/dir/somefile.d.ts | | | -| c:/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/usr/node_modules/@types/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/@types/dir/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/node_modules | true | | c:/usr/username/node_modules/@types/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/@types/dir/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/username/node_modules | true | @@ -3975,16 +3911,14 @@ Root: c:/home ## RootDirForResolution: c:/home/username -Root: c:/home/username - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | --------- | | c:/node_modules/@types/somefile.d.ts | | | | c:/node_modules/@types/dir/somefile.d.ts | | | | c:/node_modules/@types/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/folderAtRoot/node_modules/@types/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/@types/dir/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | c:/folderAtRoot/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | @@ -4006,9 +3940,9 @@ Root: c:/home/username | c:/users/username/node_modules/@types/somefile.d.ts | | | | c:/users/username/node_modules/@types/dir/somefile.d.ts | | | | c:/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | @@ -4024,9 +3958,9 @@ Root: c:/home/username | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/user/node_modules/@types/somefile.d.ts | | | -| c:/user/node_modules/@types/dir/somefile.d.ts | | | -| c:/user/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/user/node_modules/@types/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/@types/dir/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/node_modules | true | | c:/user/username/node_modules/@types/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/@types/dir/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/username/node_modules | true | @@ -4048,9 +3982,9 @@ Root: c:/home/username | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/usr/node_modules/@types/somefile.d.ts | | | -| c:/usr/node_modules/@types/dir/somefile.d.ts | | | -| c:/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/usr/node_modules/@types/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/@types/dir/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/node_modules | true | | c:/usr/username/node_modules/@types/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/@types/dir/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/username/node_modules | true | @@ -4072,9 +4006,9 @@ Root: c:/home/username | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/home/node_modules/@types/somefile.d.ts | | | -| c:/home/node_modules/@types/dir/somefile.d.ts | | | -| c:/home/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/home/node_modules/@types/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/@types/dir/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/@types/dir/subdir/somefile.d.ts | c:/home/node_modules | true | | c:/home/username/node_modules/@types/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/@types/dir/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/home/username/node_modules | true | @@ -4099,16 +4033,14 @@ Root: c:/home/username ## RootDirForResolution: c:/home/username/folderAtRoot -Root: c:/home/username/folderAtRoot - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | --------- | | c:/node_modules/@types/somefile.d.ts | | | | c:/node_modules/@types/dir/somefile.d.ts | | | | c:/node_modules/@types/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/folderAtRoot/node_modules/@types/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/@types/dir/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | c:/folderAtRoot/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | @@ -4130,9 +4062,9 @@ Root: c:/home/username/folderAtRoot | c:/users/username/node_modules/@types/somefile.d.ts | | | | c:/users/username/node_modules/@types/dir/somefile.d.ts | | | | c:/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | @@ -4148,9 +4080,9 @@ Root: c:/home/username/folderAtRoot | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/user/node_modules/@types/somefile.d.ts | | | -| c:/user/node_modules/@types/dir/somefile.d.ts | | | -| c:/user/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/user/node_modules/@types/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/@types/dir/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/node_modules | true | | c:/user/username/node_modules/@types/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/@types/dir/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/username/node_modules | true | @@ -4172,9 +4104,9 @@ Root: c:/home/username/folderAtRoot | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/usr/node_modules/@types/somefile.d.ts | | | -| c:/usr/node_modules/@types/dir/somefile.d.ts | | | -| c:/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/usr/node_modules/@types/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/@types/dir/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/node_modules | true | | c:/usr/username/node_modules/@types/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/@types/dir/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/username/node_modules | true | @@ -4196,9 +4128,9 @@ Root: c:/home/username/folderAtRoot | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/home/node_modules/@types/somefile.d.ts | | | -| c:/home/node_modules/@types/dir/somefile.d.ts | | | -| c:/home/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/home/node_modules/@types/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/@types/dir/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/@types/dir/subdir/somefile.d.ts | c:/home/node_modules | true | | c:/home/username/node_modules/@types/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/@types/dir/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/home/username/node_modules | true | @@ -4223,16 +4155,14 @@ Root: c:/home/username/folderAtRoot ## RootDirForResolution: c:/home/username/folderAtRoot/folder1 -Root: c:/home/username/folderAtRoot/folder1 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | --------- | | c:/node_modules/@types/somefile.d.ts | | | | c:/node_modules/@types/dir/somefile.d.ts | | | | c:/node_modules/@types/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/folderAtRoot/node_modules/@types/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/@types/dir/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | c:/folderAtRoot/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | @@ -4254,9 +4184,9 @@ Root: c:/home/username/folderAtRoot/folder1 | c:/users/username/node_modules/@types/somefile.d.ts | | | | c:/users/username/node_modules/@types/dir/somefile.d.ts | | | | c:/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | @@ -4272,9 +4202,9 @@ Root: c:/home/username/folderAtRoot/folder1 | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/user/node_modules/@types/somefile.d.ts | | | -| c:/user/node_modules/@types/dir/somefile.d.ts | | | -| c:/user/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/user/node_modules/@types/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/@types/dir/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/node_modules | true | | c:/user/username/node_modules/@types/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/@types/dir/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/username/node_modules | true | @@ -4296,9 +4226,9 @@ Root: c:/home/username/folderAtRoot/folder1 | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/usr/node_modules/@types/somefile.d.ts | | | -| c:/usr/node_modules/@types/dir/somefile.d.ts | | | -| c:/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/usr/node_modules/@types/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/@types/dir/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/node_modules | true | | c:/usr/username/node_modules/@types/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/@types/dir/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/username/node_modules | true | @@ -4320,9 +4250,9 @@ Root: c:/home/username/folderAtRoot/folder1 | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/home/node_modules/@types/somefile.d.ts | | | -| c:/home/node_modules/@types/dir/somefile.d.ts | | | -| c:/home/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/home/node_modules/@types/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/@types/dir/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/@types/dir/subdir/somefile.d.ts | c:/home/node_modules | true | | c:/home/username/node_modules/@types/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/@types/dir/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/home/username/node_modules | true | @@ -4347,16 +4277,14 @@ Root: c:/home/username/folderAtRoot/folder1 ## RootDirForResolution: c:/home/username/folderAtRoot/folder1/folder2 -Root: c:/home/username/folderAtRoot/folder1/folder2 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | --------- | | c:/node_modules/@types/somefile.d.ts | | | | c:/node_modules/@types/dir/somefile.d.ts | | | | c:/node_modules/@types/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/folderAtRoot/node_modules/@types/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/@types/dir/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | c:/folderAtRoot/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | @@ -4378,9 +4306,9 @@ Root: c:/home/username/folderAtRoot/folder1/folder2 | c:/users/username/node_modules/@types/somefile.d.ts | | | | c:/users/username/node_modules/@types/dir/somefile.d.ts | | | | c:/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | @@ -4396,9 +4324,9 @@ Root: c:/home/username/folderAtRoot/folder1/folder2 | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/user/node_modules/@types/somefile.d.ts | | | -| c:/user/node_modules/@types/dir/somefile.d.ts | | | -| c:/user/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/user/node_modules/@types/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/@types/dir/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/node_modules | true | | c:/user/username/node_modules/@types/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/@types/dir/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/username/node_modules | true | @@ -4420,9 +4348,9 @@ Root: c:/home/username/folderAtRoot/folder1/folder2 | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/usr/node_modules/@types/somefile.d.ts | | | -| c:/usr/node_modules/@types/dir/somefile.d.ts | | | -| c:/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/usr/node_modules/@types/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/@types/dir/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/node_modules | true | | c:/usr/username/node_modules/@types/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/@types/dir/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/username/node_modules | true | @@ -4444,9 +4372,9 @@ Root: c:/home/username/folderAtRoot/folder1/folder2 | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/home/node_modules/@types/somefile.d.ts | | | -| c:/home/node_modules/@types/dir/somefile.d.ts | | | -| c:/home/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/home/node_modules/@types/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/@types/dir/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/@types/dir/subdir/somefile.d.ts | c:/home/node_modules | true | | c:/home/username/node_modules/@types/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/@types/dir/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/home/username/node_modules | true | @@ -4471,16 +4399,14 @@ Root: c:/home/username/folderAtRoot/folder1/folder2 ## RootDirForResolution: c:/home/username/folderAtRoot/folder1/folder2/folder3 -Root: c:/home/username/folderAtRoot/folder1/folder2/folder3 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | --------- | | c:/node_modules/@types/somefile.d.ts | | | | c:/node_modules/@types/dir/somefile.d.ts | | | | c:/node_modules/@types/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/folderAtRoot/node_modules/@types/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/@types/dir/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | c:/folderAtRoot/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | @@ -4502,9 +4428,9 @@ Root: c:/home/username/folderAtRoot/folder1/folder2/folder3 | c:/users/username/node_modules/@types/somefile.d.ts | | | | c:/users/username/node_modules/@types/dir/somefile.d.ts | | | | c:/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | @@ -4520,9 +4446,9 @@ Root: c:/home/username/folderAtRoot/folder1/folder2/folder3 | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/user/node_modules/@types/somefile.d.ts | | | -| c:/user/node_modules/@types/dir/somefile.d.ts | | | -| c:/user/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/user/node_modules/@types/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/@types/dir/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/node_modules | true | | c:/user/username/node_modules/@types/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/@types/dir/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/username/node_modules | true | @@ -4544,9 +4470,9 @@ Root: c:/home/username/folderAtRoot/folder1/folder2/folder3 | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/usr/node_modules/@types/somefile.d.ts | | | -| c:/usr/node_modules/@types/dir/somefile.d.ts | | | -| c:/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/usr/node_modules/@types/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/@types/dir/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/node_modules | true | | c:/usr/username/node_modules/@types/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/@types/dir/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/username/node_modules | true | @@ -4568,9 +4494,9 @@ Root: c:/home/username/folderAtRoot/folder1/folder2/folder3 | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/home/node_modules/@types/somefile.d.ts | | | -| c:/home/node_modules/@types/dir/somefile.d.ts | | | -| c:/home/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/home/node_modules/@types/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/@types/dir/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/@types/dir/subdir/somefile.d.ts | c:/home/node_modules | true | | c:/home/username/node_modules/@types/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/@types/dir/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/home/username/node_modules | true | @@ -4595,16 +4521,14 @@ Root: c:/home/username/folderAtRoot/folder1/folder2/folder3 ## RootDirForResolution: c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4 -Root: c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | --------- | | c:/node_modules/@types/somefile.d.ts | | | | c:/node_modules/@types/dir/somefile.d.ts | | | | c:/node_modules/@types/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/folderAtRoot/node_modules/@types/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/@types/dir/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | c:/folderAtRoot/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | @@ -4626,9 +4550,9 @@ Root: c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4 | c:/users/username/node_modules/@types/somefile.d.ts | | | | c:/users/username/node_modules/@types/dir/somefile.d.ts | | | | c:/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | @@ -4644,9 +4568,9 @@ Root: c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4 | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/user/node_modules/@types/somefile.d.ts | | | -| c:/user/node_modules/@types/dir/somefile.d.ts | | | -| c:/user/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/user/node_modules/@types/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/@types/dir/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/node_modules | true | | c:/user/username/node_modules/@types/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/@types/dir/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/username/node_modules | true | @@ -4668,9 +4592,9 @@ Root: c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4 | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/usr/node_modules/@types/somefile.d.ts | | | -| c:/usr/node_modules/@types/dir/somefile.d.ts | | | -| c:/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/usr/node_modules/@types/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/@types/dir/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/node_modules | true | | c:/usr/username/node_modules/@types/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/@types/dir/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/username/node_modules | true | @@ -4692,9 +4616,9 @@ Root: c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4 | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/home/node_modules/@types/somefile.d.ts | | | -| c:/home/node_modules/@types/dir/somefile.d.ts | | | -| c:/home/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/home/node_modules/@types/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/@types/dir/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/@types/dir/subdir/somefile.d.ts | c:/home/node_modules | true | | c:/home/username/node_modules/@types/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/@types/dir/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/home/username/node_modules | true | @@ -4719,140 +4643,14 @@ Root: c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4 ## RootDirForResolution: c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 -Root: c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | --------- | | c:/node_modules/@types/somefile.d.ts | | | | c:/node_modules/@types/dir/somefile.d.ts | | | | c:/node_modules/@types/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | -| c:/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | -| c:/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | -| c:/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | c:/folderAtRoot/folder1/folder2/node_modules | true | -| c:/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | c:/folderAtRoot/folder1/folder2/node_modules | true | -| c:/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/folder2/node_modules | true | -| c:/folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | c:/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| c:/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | c:/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| c:/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/somefile.d.ts | c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/somefile.d.ts | c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/users/node_modules/@types/somefile.d.ts | | | -| c:/users/node_modules/@types/dir/somefile.d.ts | | | -| c:/users/node_modules/@types/dir/subdir/somefile.d.ts | | | -| c:/users/username/node_modules/@types/somefile.d.ts | | | -| c:/users/username/node_modules/@types/dir/somefile.d.ts | | | -| c:/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | -| c:/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | -| c:/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | -| c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/node_modules | true | -| c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/node_modules | true | -| c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/node_modules | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/user/node_modules/@types/somefile.d.ts | | | -| c:/user/node_modules/@types/dir/somefile.d.ts | | | -| c:/user/node_modules/@types/dir/subdir/somefile.d.ts | | | -| c:/user/username/node_modules/@types/somefile.d.ts | c:/user/username/node_modules | true | -| c:/user/username/node_modules/@types/dir/somefile.d.ts | c:/user/username/node_modules | true | -| c:/user/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/username/node_modules | true | -| c:/user/username/folderAtRoot/node_modules/@types/somefile.d.ts | c:/user/username/folderAtRoot/node_modules | true | -| c:/user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | c:/user/username/folderAtRoot/node_modules | true | -| c:/user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/node_modules | true | -| c:/user/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | c:/user/username/folderAtRoot/folder1/node_modules | true | -| c:/user/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/node_modules | true | -| c:/user/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/node_modules | true | -| c:/user/username/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/node_modules | true | -| c:/user/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/node_modules | true | -| c:/user/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/node_modules | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/usr/node_modules/@types/somefile.d.ts | | | -| c:/usr/node_modules/@types/dir/somefile.d.ts | | | -| c:/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | -| c:/usr/username/node_modules/@types/somefile.d.ts | c:/usr/username/node_modules | true | -| c:/usr/username/node_modules/@types/dir/somefile.d.ts | c:/usr/username/node_modules | true | -| c:/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/username/node_modules | true | -| c:/usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | c:/usr/username/folderAtRoot/node_modules | true | -| c:/usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | c:/usr/username/folderAtRoot/node_modules | true | -| c:/usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/node_modules | true | -| c:/usr/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/node_modules | true | -| c:/usr/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/node_modules | true | -| c:/usr/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/node_modules | true | -| c:/usr/username/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/node_modules | true | -| c:/usr/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/node_modules | true | -| c:/usr/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/node_modules | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/home/node_modules/@types/somefile.d.ts | | | -| c:/home/node_modules/@types/dir/somefile.d.ts | | | -| c:/home/node_modules/@types/dir/subdir/somefile.d.ts | | | -| c:/home/username/node_modules/@types/somefile.d.ts | c:/home/username/node_modules | true | -| c:/home/username/node_modules/@types/dir/somefile.d.ts | c:/home/username/node_modules | true | -| c:/home/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/home/username/node_modules | true | -| c:/home/username/folderAtRoot/node_modules/@types/somefile.d.ts | c:/home/username/folderAtRoot/node_modules | true | -| c:/home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | c:/home/username/folderAtRoot/node_modules | true | -| c:/home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | c:/home/username/folderAtRoot/node_modules | true | -| c:/home/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | c:/home/username/folderAtRoot/folder1/node_modules | true | -| c:/home/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | c:/home/username/folderAtRoot/folder1/node_modules | true | -| c:/home/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | c:/home/username/folderAtRoot/folder1/node_modules | true | -| c:/home/username/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | c:/home/username/folderAtRoot/folder1/folder2/node_modules | true | -| c:/home/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | c:/home/username/folderAtRoot/folder1/folder2/node_modules | true | -| c:/home/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | c:/home/username/folderAtRoot/folder1/folder2/node_modules | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | c:/home/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | c:/home/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | c:/home/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/somefile.d.ts | c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/somefile.d.ts | c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/subdir/somefile.d.ts | c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | - -## RootDirForResolution: undefined - -Root: undefined - -| Location | getDirectoryToWatchFailedLookupLocation | Recursive | -| ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | --------- | -| c:/node_modules/@types/somefile.d.ts | | | -| c:/node_modules/@types/dir/somefile.d.ts | | | -| c:/node_modules/@types/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/folderAtRoot/node_modules/@types/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/@types/dir/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | c:/folderAtRoot/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | @@ -4874,9 +4672,9 @@ Root: undefined | c:/users/username/node_modules/@types/somefile.d.ts | | | | c:/users/username/node_modules/@types/dir/somefile.d.ts | | | | c:/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | @@ -4892,9 +4690,9 @@ Root: undefined | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/user/node_modules/@types/somefile.d.ts | | | -| c:/user/node_modules/@types/dir/somefile.d.ts | | | -| c:/user/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/user/node_modules/@types/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/@types/dir/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/node_modules | true | | c:/user/username/node_modules/@types/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/@types/dir/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/username/node_modules | true | @@ -4916,9 +4714,9 @@ Root: undefined | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/usr/node_modules/@types/somefile.d.ts | | | -| c:/usr/node_modules/@types/dir/somefile.d.ts | | | -| c:/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/usr/node_modules/@types/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/@types/dir/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/node_modules | true | | c:/usr/username/node_modules/@types/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/@types/dir/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/username/node_modules | true | @@ -4940,9 +4738,9 @@ Root: undefined | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/home/node_modules/@types/somefile.d.ts | | | -| c:/home/node_modules/@types/dir/somefile.d.ts | | | -| c:/home/node_modules/@types/dir/subdir/somefile.d.ts | | | +| c:/home/node_modules/@types/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/@types/dir/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/@types/dir/subdir/somefile.d.ts | c:/home/node_modules | true | | c:/home/username/node_modules/@types/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/@types/dir/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/@types/dir/subdir/somefile.d.ts | c:/home/username/node_modules | true | diff --git a/tests/baselines/reference/canWatch/getDirectoryToWatchFailedLookupLocationAtTypesPosix.baseline.md b/tests/baselines/reference/canWatch/getDirectoryToWatchFailedLookupLocationAtTypesPosix.baseline.md index eff41d0f0c18c..fbe696f792987 100644 --- a/tests/baselines/reference/canWatch/getDirectoryToWatchFailedLookupLocationAtTypesPosix.baseline.md +++ b/tests/baselines/reference/canWatch/getDirectoryToWatchFailedLookupLocationAtTypesPosix.baseline.md @@ -7,164 +7,160 @@ It also determines the directory to watch and whether to watch it recursively or ## RootDirForResolution: / -Root: - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | --------- | -| /node_modules/@types/somefile.d.ts | /node_modules | true | -| /node_modules/@types/dir/somefile.d.ts | /node_modules | true | -| /node_modules/@types/dir/subdir/somefile.d.ts | /node_modules | true | -| /folderAtRoot/node_modules/@types/somefile.d.ts | /folderAtRoot | true | -| /folderAtRoot/node_modules/@types/dir/somefile.d.ts | /folderAtRoot | true | -| /folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot | true | -| /folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /folderAtRoot | true | -| /folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /folderAtRoot | true | -| /folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot | true | -| /folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | /folderAtRoot | true | -| /folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | /folderAtRoot | true | -| /folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot | true | -| /folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | /folderAtRoot | true | -| /folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | /folderAtRoot | true | -| /folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/somefile.d.ts | /folderAtRoot | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/somefile.d.ts | /folderAtRoot | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | /folderAtRoot | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | /folderAtRoot | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot | true | -| /users/node_modules/@types/somefile.d.ts | /users | true | -| /users/node_modules/@types/dir/somefile.d.ts | /users | true | -| /users/node_modules/@types/dir/subdir/somefile.d.ts | /users | true | -| /users/username/node_modules/@types/somefile.d.ts | /users | true | -| /users/username/node_modules/@types/dir/somefile.d.ts | /users | true | -| /users/username/node_modules/@types/dir/subdir/somefile.d.ts | /users | true | -| /users/username/folderAtRoot/node_modules/@types/somefile.d.ts | /users | true | -| /users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /users | true | -| /users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /users | true | -| /users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /users | true | -| /users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /users | true | -| /users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /users | true | -| /users/username/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | /users | true | -| /users/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | /users | true | -| /users/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | /users | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | /users | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | /users | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | /users | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/somefile.d.ts | /users | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/somefile.d.ts | /users | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/subdir/somefile.d.ts | /users | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | /users | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | /users | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | /users | true | -| /user/node_modules/@types/somefile.d.ts | /user | true | -| /user/node_modules/@types/dir/somefile.d.ts | /user | true | -| /user/node_modules/@types/dir/subdir/somefile.d.ts | /user | true | -| /user/username/node_modules/@types/somefile.d.ts | /user | true | -| /user/username/node_modules/@types/dir/somefile.d.ts | /user | true | -| /user/username/node_modules/@types/dir/subdir/somefile.d.ts | /user | true | -| /user/username/folderAtRoot/node_modules/@types/somefile.d.ts | /user | true | -| /user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /user | true | -| /user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /user | true | -| /user/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /user | true | -| /user/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /user | true | -| /user/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /user | true | -| /user/username/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | /user | true | -| /user/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | /user | true | -| /user/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | /user | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | /user | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | /user | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | /user | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/somefile.d.ts | /user | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/somefile.d.ts | /user | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/subdir/somefile.d.ts | /user | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | /user | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | /user | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | /user | true | -| /usr/node_modules/@types/somefile.d.ts | /usr | true | -| /usr/node_modules/@types/dir/somefile.d.ts | /usr | true | -| /usr/node_modules/@types/dir/subdir/somefile.d.ts | /usr | true | -| /usr/username/node_modules/@types/somefile.d.ts | /usr | true | -| /usr/username/node_modules/@types/dir/somefile.d.ts | /usr | true | -| /usr/username/node_modules/@types/dir/subdir/somefile.d.ts | /usr | true | -| /usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | /usr | true | -| /usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /usr | true | -| /usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /usr | true | -| /usr/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /usr | true | -| /usr/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /usr | true | -| /usr/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /usr | true | -| /usr/username/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | /usr | true | -| /usr/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | /usr | true | -| /usr/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | /usr | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | /usr | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | /usr | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | /usr | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/somefile.d.ts | /usr | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/somefile.d.ts | /usr | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/subdir/somefile.d.ts | /usr | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | /usr | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | /usr | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | /usr | true | -| /home/node_modules/@types/somefile.d.ts | /home | true | -| /home/node_modules/@types/dir/somefile.d.ts | /home | true | -| /home/node_modules/@types/dir/subdir/somefile.d.ts | /home | true | -| /home/username/node_modules/@types/somefile.d.ts | /home | true | -| /home/username/node_modules/@types/dir/somefile.d.ts | /home | true | -| /home/username/node_modules/@types/dir/subdir/somefile.d.ts | /home | true | -| /home/username/folderAtRoot/node_modules/@types/somefile.d.ts | /home | true | -| /home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /home | true | -| /home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /home | true | -| /home/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /home | true | -| /home/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /home | true | -| /home/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /home | true | -| /home/username/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | /home | true | -| /home/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | /home | true | -| /home/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | /home | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | /home | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | /home | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | /home | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/somefile.d.ts | /home | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/somefile.d.ts | /home | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/subdir/somefile.d.ts | /home | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | /home | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | /home | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | /home | true | +| /node_modules/@types/somefile.d.ts | | | +| /node_modules/@types/dir/somefile.d.ts | | | +| /node_modules/@types/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/node_modules/@types/somefile.d.ts | | | +| /folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | +| /folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/node_modules/@types/somefile.d.ts | | | +| /folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | | | +| /folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /users/node_modules/@types/somefile.d.ts | | | +| /users/node_modules/@types/dir/somefile.d.ts | | | +| /users/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /users/username/node_modules/@types/somefile.d.ts | | | +| /users/username/node_modules/@types/dir/somefile.d.ts | | | +| /users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /users/username/folderAtRoot/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /user/node_modules/@types/somefile.d.ts | | | +| /user/node_modules/@types/dir/somefile.d.ts | | | +| /user/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /user/username/node_modules/@types/somefile.d.ts | | | +| /user/username/node_modules/@types/dir/somefile.d.ts | | | +| /user/username/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /user/username/folderAtRoot/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /usr/node_modules/@types/somefile.d.ts | | | +| /usr/node_modules/@types/dir/somefile.d.ts | | | +| /usr/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /usr/username/node_modules/@types/somefile.d.ts | | | +| /usr/username/node_modules/@types/dir/somefile.d.ts | | | +| /usr/username/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /home/node_modules/@types/somefile.d.ts | | | +| /home/node_modules/@types/dir/somefile.d.ts | | | +| /home/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /home/username/node_modules/@types/somefile.d.ts | | | +| /home/username/node_modules/@types/dir/somefile.d.ts | | | +| /home/username/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /home/username/folderAtRoot/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | ## RootDirForResolution: /folderAtRoot -Root: /folderAtRoot - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | --------- | | /node_modules/@types/somefile.d.ts | | | | /node_modules/@types/dir/somefile.d.ts | | | | /node_modules/@types/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/node_modules/@types/somefile.d.ts | /folderAtRoot/node_modules | true | -| /folderAtRoot/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/node_modules | true | -| /folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/node_modules | true | -| /folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1 | true | -| /folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1 | true | -| /folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1 | true | -| /folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1 | true | -| /folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1 | true | -| /folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1 | true | -| /folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1 | true | -| /folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1 | true | -| /folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1 | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1 | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1 | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1 | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1 | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1 | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1 | true | +| /folderAtRoot/node_modules/@types/somefile.d.ts | | | +| /folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | +| /folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/node_modules/@types/somefile.d.ts | | | +| /folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | | | +| /folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | | /users/node_modules/@types/somefile.d.ts | | | | /users/node_modules/@types/dir/somefile.d.ts | | | | /users/node_modules/@types/dir/subdir/somefile.d.ts | | | | /users/username/node_modules/@types/somefile.d.ts | | | | /users/username/node_modules/@types/dir/somefile.d.ts | | | | /users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /users/username/folderAtRoot/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | @@ -186,9 +182,9 @@ Root: /folderAtRoot | /user/username/node_modules/@types/somefile.d.ts | | | | /user/username/node_modules/@types/dir/somefile.d.ts | | | | /user/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /user/username/folderAtRoot/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | @@ -210,9 +206,9 @@ Root: /folderAtRoot | /usr/username/node_modules/@types/somefile.d.ts | | | | /usr/username/node_modules/@types/dir/somefile.d.ts | | | | /usr/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | @@ -234,9 +230,9 @@ Root: /folderAtRoot | /home/username/node_modules/@types/somefile.d.ts | | | | /home/username/node_modules/@types/dir/somefile.d.ts | | | | /home/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /home/username/folderAtRoot/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | @@ -255,8 +251,6 @@ Root: /folderAtRoot ## RootDirForResolution: /folderAtRoot/folder1 -Root: /folderAtRoot/folder1 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | --------- | | /node_modules/@types/somefile.d.ts | | | @@ -265,9 +259,9 @@ Root: /folderAtRoot/folder1 | /folderAtRoot/node_modules/@types/somefile.d.ts | | | | /folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | | /folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/node_modules | true | -| /folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/node_modules | true | -| /folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/node_modules | true | +| /folderAtRoot/folder1/node_modules/@types/somefile.d.ts | | | +| /folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | | | +| /folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | | | | /folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | | /folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | | /folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | @@ -286,9 +280,9 @@ Root: /folderAtRoot/folder1 | /users/username/node_modules/@types/somefile.d.ts | | | | /users/username/node_modules/@types/dir/somefile.d.ts | | | | /users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /users/username/folderAtRoot/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | @@ -310,9 +304,9 @@ Root: /folderAtRoot/folder1 | /user/username/node_modules/@types/somefile.d.ts | | | | /user/username/node_modules/@types/dir/somefile.d.ts | | | | /user/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /user/username/folderAtRoot/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | @@ -334,9 +328,9 @@ Root: /folderAtRoot/folder1 | /usr/username/node_modules/@types/somefile.d.ts | | | | /usr/username/node_modules/@types/dir/somefile.d.ts | | | | /usr/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | @@ -358,9 +352,9 @@ Root: /folderAtRoot/folder1 | /home/username/node_modules/@types/somefile.d.ts | | | | /home/username/node_modules/@types/dir/somefile.d.ts | | | | /home/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /home/username/folderAtRoot/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | @@ -379,8 +373,6 @@ Root: /folderAtRoot/folder1 ## RootDirForResolution: /folderAtRoot/folder1/folder2 -Root: /folderAtRoot/folder1/folder2 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | --------- | | /node_modules/@types/somefile.d.ts | | | @@ -410,9 +402,9 @@ Root: /folderAtRoot/folder1/folder2 | /users/username/node_modules/@types/somefile.d.ts | | | | /users/username/node_modules/@types/dir/somefile.d.ts | | | | /users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /users/username/folderAtRoot/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | @@ -434,9 +426,9 @@ Root: /folderAtRoot/folder1/folder2 | /user/username/node_modules/@types/somefile.d.ts | | | | /user/username/node_modules/@types/dir/somefile.d.ts | | | | /user/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /user/username/folderAtRoot/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | @@ -458,9 +450,9 @@ Root: /folderAtRoot/folder1/folder2 | /usr/username/node_modules/@types/somefile.d.ts | | | | /usr/username/node_modules/@types/dir/somefile.d.ts | | | | /usr/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | @@ -482,9 +474,9 @@ Root: /folderAtRoot/folder1/folder2 | /home/username/node_modules/@types/somefile.d.ts | | | | /home/username/node_modules/@types/dir/somefile.d.ts | | | | /home/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /home/username/folderAtRoot/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | @@ -503,8 +495,6 @@ Root: /folderAtRoot/folder1/folder2 ## RootDirForResolution: /folderAtRoot/folder1/folder2/folder3 -Root: /folderAtRoot/folder1/folder2/folder3 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | --------- | | /node_modules/@types/somefile.d.ts | | | @@ -516,9 +506,9 @@ Root: /folderAtRoot/folder1/folder2/folder3 | /folderAtRoot/folder1/node_modules/@types/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | @@ -534,9 +524,9 @@ Root: /folderAtRoot/folder1/folder2/folder3 | /users/username/node_modules/@types/somefile.d.ts | | | | /users/username/node_modules/@types/dir/somefile.d.ts | | | | /users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /users/username/folderAtRoot/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | @@ -558,9 +548,9 @@ Root: /folderAtRoot/folder1/folder2/folder3 | /user/username/node_modules/@types/somefile.d.ts | | | | /user/username/node_modules/@types/dir/somefile.d.ts | | | | /user/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /user/username/folderAtRoot/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | @@ -582,9 +572,9 @@ Root: /folderAtRoot/folder1/folder2/folder3 | /usr/username/node_modules/@types/somefile.d.ts | | | | /usr/username/node_modules/@types/dir/somefile.d.ts | | | | /usr/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | @@ -606,9 +596,9 @@ Root: /folderAtRoot/folder1/folder2/folder3 | /home/username/node_modules/@types/somefile.d.ts | | | | /home/username/node_modules/@types/dir/somefile.d.ts | | | | /home/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /home/username/folderAtRoot/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | @@ -627,8 +617,6 @@ Root: /folderAtRoot/folder1/folder2/folder3 ## RootDirForResolution: /folderAtRoot/folder1/folder2/folder3/folder4 -Root: /folderAtRoot/folder1/folder2/folder3/folder4 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | --------- | | /node_modules/@types/somefile.d.ts | | | @@ -640,9 +628,9 @@ Root: /folderAtRoot/folder1/folder2/folder3/folder4 | /folderAtRoot/folder1/node_modules/@types/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | @@ -658,9 +646,9 @@ Root: /folderAtRoot/folder1/folder2/folder3/folder4 | /users/username/node_modules/@types/somefile.d.ts | | | | /users/username/node_modules/@types/dir/somefile.d.ts | | | | /users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /users/username/folderAtRoot/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | @@ -682,9 +670,9 @@ Root: /folderAtRoot/folder1/folder2/folder3/folder4 | /user/username/node_modules/@types/somefile.d.ts | | | | /user/username/node_modules/@types/dir/somefile.d.ts | | | | /user/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /user/username/folderAtRoot/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | @@ -706,9 +694,9 @@ Root: /folderAtRoot/folder1/folder2/folder3/folder4 | /usr/username/node_modules/@types/somefile.d.ts | | | | /usr/username/node_modules/@types/dir/somefile.d.ts | | | | /usr/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | @@ -730,9 +718,9 @@ Root: /folderAtRoot/folder1/folder2/folder3/folder4 | /home/username/node_modules/@types/somefile.d.ts | | | | /home/username/node_modules/@types/dir/somefile.d.ts | | | | /home/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /home/username/folderAtRoot/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | @@ -751,8 +739,6 @@ Root: /folderAtRoot/folder1/folder2/folder3/folder4 ## RootDirForResolution: /folderAtRoot/folder1/folder2/folder3/folder4/folder5 -Root: /folderAtRoot/folder1/folder2/folder3/folder4/folder5 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | --------- | | /node_modules/@types/somefile.d.ts | | | @@ -764,9 +750,9 @@ Root: /folderAtRoot/folder1/folder2/folder3/folder4/folder5 | /folderAtRoot/folder1/node_modules/@types/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | @@ -782,9 +768,9 @@ Root: /folderAtRoot/folder1/folder2/folder3/folder4/folder5 | /users/username/node_modules/@types/somefile.d.ts | | | | /users/username/node_modules/@types/dir/somefile.d.ts | | | | /users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /users/username/folderAtRoot/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | @@ -806,9 +792,9 @@ Root: /folderAtRoot/folder1/folder2/folder3/folder4/folder5 | /user/username/node_modules/@types/somefile.d.ts | | | | /user/username/node_modules/@types/dir/somefile.d.ts | | | | /user/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /user/username/folderAtRoot/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | @@ -830,9 +816,9 @@ Root: /folderAtRoot/folder1/folder2/folder3/folder4/folder5 | /usr/username/node_modules/@types/somefile.d.ts | | | | /usr/username/node_modules/@types/dir/somefile.d.ts | | | | /usr/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | @@ -854,9 +840,9 @@ Root: /folderAtRoot/folder1/folder2/folder3/folder4/folder5 | /home/username/node_modules/@types/somefile.d.ts | | | | /home/username/node_modules/@types/dir/somefile.d.ts | | | | /home/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /home/username/folderAtRoot/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | @@ -875,8 +861,6 @@ Root: /folderAtRoot/folder1/folder2/folder3/folder4/folder5 ## RootDirForResolution: /users -Root: /users - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | --------- | | /node_modules/@types/somefile.d.ts | | | @@ -888,9 +872,9 @@ Root: /users | /folderAtRoot/folder1/node_modules/@types/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | @@ -900,39 +884,39 @@ Root: /users | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| /users/node_modules/@types/somefile.d.ts | /users/node_modules | true | -| /users/node_modules/@types/dir/somefile.d.ts | /users/node_modules | true | -| /users/node_modules/@types/dir/subdir/somefile.d.ts | /users/node_modules | true | -| /users/username/node_modules/@types/somefile.d.ts | /users/username | true | -| /users/username/node_modules/@types/dir/somefile.d.ts | /users/username | true | -| /users/username/node_modules/@types/dir/subdir/somefile.d.ts | /users/username | true | -| /users/username/folderAtRoot/node_modules/@types/somefile.d.ts | /users/username | true | -| /users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /users/username | true | -| /users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /users/username | true | -| /users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /users/username | true | -| /users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /users/username | true | -| /users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /users/username | true | -| /users/username/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | /users/username | true | -| /users/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | /users/username | true | -| /users/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | /users/username | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | /users/username | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | /users/username | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | /users/username | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/somefile.d.ts | /users/username | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/somefile.d.ts | /users/username | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/subdir/somefile.d.ts | /users/username | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | /users/username | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | /users/username | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | /users/username | true | +| /users/node_modules/@types/somefile.d.ts | | | +| /users/node_modules/@types/dir/somefile.d.ts | | | +| /users/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /users/username/node_modules/@types/somefile.d.ts | | | +| /users/username/node_modules/@types/dir/somefile.d.ts | | | +| /users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /users/username/folderAtRoot/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | | /user/node_modules/@types/somefile.d.ts | | | | /user/node_modules/@types/dir/somefile.d.ts | | | | /user/node_modules/@types/dir/subdir/somefile.d.ts | | | | /user/username/node_modules/@types/somefile.d.ts | | | | /user/username/node_modules/@types/dir/somefile.d.ts | | | | /user/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /user/username/folderAtRoot/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | @@ -954,9 +938,9 @@ Root: /users | /usr/username/node_modules/@types/somefile.d.ts | | | | /usr/username/node_modules/@types/dir/somefile.d.ts | | | | /usr/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | @@ -978,9 +962,9 @@ Root: /users | /home/username/node_modules/@types/somefile.d.ts | | | | /home/username/node_modules/@types/dir/somefile.d.ts | | | | /home/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /home/username/folderAtRoot/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | @@ -999,8 +983,6 @@ Root: /users ## RootDirForResolution: /users/username -Root: /users/username - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | --------- | | /node_modules/@types/somefile.d.ts | | | @@ -1012,9 +994,9 @@ Root: /users/username | /folderAtRoot/folder1/node_modules/@types/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | @@ -1027,9 +1009,9 @@ Root: /users/username | /users/node_modules/@types/somefile.d.ts | | | | /users/node_modules/@types/dir/somefile.d.ts | | | | /users/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /users/username/node_modules/@types/somefile.d.ts | /users/username/node_modules | true | -| /users/username/node_modules/@types/dir/somefile.d.ts | /users/username/node_modules | true | -| /users/username/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/node_modules | true | +| /users/username/node_modules/@types/somefile.d.ts | | | +| /users/username/node_modules/@types/dir/somefile.d.ts | | | +| /users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | /users/username/folderAtRoot/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot | true | | /users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot | true | | /users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | @@ -1054,9 +1036,9 @@ Root: /users/username | /user/username/node_modules/@types/somefile.d.ts | | | | /user/username/node_modules/@types/dir/somefile.d.ts | | | | /user/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /user/username/folderAtRoot/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | @@ -1078,9 +1060,9 @@ Root: /users/username | /usr/username/node_modules/@types/somefile.d.ts | | | | /usr/username/node_modules/@types/dir/somefile.d.ts | | | | /usr/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | @@ -1102,9 +1084,9 @@ Root: /users/username | /home/username/node_modules/@types/somefile.d.ts | | | | /home/username/node_modules/@types/dir/somefile.d.ts | | | | /home/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /home/username/folderAtRoot/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | @@ -1123,8 +1105,6 @@ Root: /users/username ## RootDirForResolution: /users/username/folderAtRoot -Root: /users/username/folderAtRoot - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | --------- | | /node_modules/@types/somefile.d.ts | | | @@ -1136,9 +1116,9 @@ Root: /users/username/folderAtRoot | /folderAtRoot/folder1/node_modules/@types/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | @@ -1178,9 +1158,9 @@ Root: /users/username/folderAtRoot | /user/username/node_modules/@types/somefile.d.ts | | | | /user/username/node_modules/@types/dir/somefile.d.ts | | | | /user/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /user/username/folderAtRoot/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | @@ -1202,9 +1182,9 @@ Root: /users/username/folderAtRoot | /usr/username/node_modules/@types/somefile.d.ts | | | | /usr/username/node_modules/@types/dir/somefile.d.ts | | | | /usr/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | @@ -1226,9 +1206,9 @@ Root: /users/username/folderAtRoot | /home/username/node_modules/@types/somefile.d.ts | | | | /home/username/node_modules/@types/dir/somefile.d.ts | | | | /home/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /home/username/folderAtRoot/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | @@ -1247,8 +1227,6 @@ Root: /users/username/folderAtRoot ## RootDirForResolution: /users/username/folderAtRoot/folder1 -Root: /users/username/folderAtRoot/folder1 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | --------- | | /node_modules/@types/somefile.d.ts | | | @@ -1260,9 +1238,9 @@ Root: /users/username/folderAtRoot/folder1 | /folderAtRoot/folder1/node_modules/@types/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | @@ -1278,9 +1256,9 @@ Root: /users/username/folderAtRoot/folder1 | /users/username/node_modules/@types/somefile.d.ts | | | | /users/username/node_modules/@types/dir/somefile.d.ts | | | | /users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /users/username/folderAtRoot/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | @@ -1302,9 +1280,9 @@ Root: /users/username/folderAtRoot/folder1 | /user/username/node_modules/@types/somefile.d.ts | | | | /user/username/node_modules/@types/dir/somefile.d.ts | | | | /user/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /user/username/folderAtRoot/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | @@ -1326,9 +1304,9 @@ Root: /users/username/folderAtRoot/folder1 | /usr/username/node_modules/@types/somefile.d.ts | | | | /usr/username/node_modules/@types/dir/somefile.d.ts | | | | /usr/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | @@ -1350,9 +1328,9 @@ Root: /users/username/folderAtRoot/folder1 | /home/username/node_modules/@types/somefile.d.ts | | | | /home/username/node_modules/@types/dir/somefile.d.ts | | | | /home/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /home/username/folderAtRoot/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | @@ -1371,8 +1349,6 @@ Root: /users/username/folderAtRoot/folder1 ## RootDirForResolution: /users/username/folderAtRoot/folder1/folder2 -Root: /users/username/folderAtRoot/folder1/folder2 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | --------- | | /node_modules/@types/somefile.d.ts | | | @@ -1384,9 +1360,9 @@ Root: /users/username/folderAtRoot/folder1/folder2 | /folderAtRoot/folder1/node_modules/@types/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | @@ -1402,9 +1378,9 @@ Root: /users/username/folderAtRoot/folder1/folder2 | /users/username/node_modules/@types/somefile.d.ts | | | | /users/username/node_modules/@types/dir/somefile.d.ts | | | | /users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /users/username/folderAtRoot/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | @@ -1426,9 +1402,9 @@ Root: /users/username/folderAtRoot/folder1/folder2 | /user/username/node_modules/@types/somefile.d.ts | | | | /user/username/node_modules/@types/dir/somefile.d.ts | | | | /user/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /user/username/folderAtRoot/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | @@ -1450,9 +1426,9 @@ Root: /users/username/folderAtRoot/folder1/folder2 | /usr/username/node_modules/@types/somefile.d.ts | | | | /usr/username/node_modules/@types/dir/somefile.d.ts | | | | /usr/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | @@ -1474,9 +1450,9 @@ Root: /users/username/folderAtRoot/folder1/folder2 | /home/username/node_modules/@types/somefile.d.ts | | | | /home/username/node_modules/@types/dir/somefile.d.ts | | | | /home/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /home/username/folderAtRoot/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | @@ -1495,8 +1471,6 @@ Root: /users/username/folderAtRoot/folder1/folder2 ## RootDirForResolution: /users/username/folderAtRoot/folder1/folder2/folder3 -Root: /users/username/folderAtRoot/folder1/folder2/folder3 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | --------- | | /node_modules/@types/somefile.d.ts | | | @@ -1508,9 +1482,9 @@ Root: /users/username/folderAtRoot/folder1/folder2/folder3 | /folderAtRoot/folder1/node_modules/@types/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | @@ -1526,9 +1500,9 @@ Root: /users/username/folderAtRoot/folder1/folder2/folder3 | /users/username/node_modules/@types/somefile.d.ts | | | | /users/username/node_modules/@types/dir/somefile.d.ts | | | | /users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /users/username/folderAtRoot/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | @@ -1550,9 +1524,9 @@ Root: /users/username/folderAtRoot/folder1/folder2/folder3 | /user/username/node_modules/@types/somefile.d.ts | | | | /user/username/node_modules/@types/dir/somefile.d.ts | | | | /user/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /user/username/folderAtRoot/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | @@ -1574,9 +1548,9 @@ Root: /users/username/folderAtRoot/folder1/folder2/folder3 | /usr/username/node_modules/@types/somefile.d.ts | | | | /usr/username/node_modules/@types/dir/somefile.d.ts | | | | /usr/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | @@ -1598,9 +1572,9 @@ Root: /users/username/folderAtRoot/folder1/folder2/folder3 | /home/username/node_modules/@types/somefile.d.ts | | | | /home/username/node_modules/@types/dir/somefile.d.ts | | | | /home/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /home/username/folderAtRoot/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | @@ -1619,8 +1593,6 @@ Root: /users/username/folderAtRoot/folder1/folder2/folder3 ## RootDirForResolution: /users/username/folderAtRoot/folder1/folder2/folder3/folder4 -Root: /users/username/folderAtRoot/folder1/folder2/folder3/folder4 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | --------- | | /node_modules/@types/somefile.d.ts | | | @@ -1632,9 +1604,9 @@ Root: /users/username/folderAtRoot/folder1/folder2/folder3/folder4 | /folderAtRoot/folder1/node_modules/@types/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | @@ -1650,9 +1622,9 @@ Root: /users/username/folderAtRoot/folder1/folder2/folder3/folder4 | /users/username/node_modules/@types/somefile.d.ts | | | | /users/username/node_modules/@types/dir/somefile.d.ts | | | | /users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /users/username/folderAtRoot/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | @@ -1674,9 +1646,9 @@ Root: /users/username/folderAtRoot/folder1/folder2/folder3/folder4 | /user/username/node_modules/@types/somefile.d.ts | | | | /user/username/node_modules/@types/dir/somefile.d.ts | | | | /user/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /user/username/folderAtRoot/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | @@ -1698,9 +1670,9 @@ Root: /users/username/folderAtRoot/folder1/folder2/folder3/folder4 | /usr/username/node_modules/@types/somefile.d.ts | | | | /usr/username/node_modules/@types/dir/somefile.d.ts | | | | /usr/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | @@ -1722,9 +1694,9 @@ Root: /users/username/folderAtRoot/folder1/folder2/folder3/folder4 | /home/username/node_modules/@types/somefile.d.ts | | | | /home/username/node_modules/@types/dir/somefile.d.ts | | | | /home/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /home/username/folderAtRoot/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | @@ -1743,8 +1715,6 @@ Root: /users/username/folderAtRoot/folder1/folder2/folder3/folder4 ## RootDirForResolution: /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 -Root: /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | --------- | | /node_modules/@types/somefile.d.ts | | | @@ -1756,9 +1726,9 @@ Root: /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | /folderAtRoot/folder1/node_modules/@types/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | @@ -1774,9 +1744,9 @@ Root: /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | /users/username/node_modules/@types/somefile.d.ts | | | | /users/username/node_modules/@types/dir/somefile.d.ts | | | | /users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /users/username/folderAtRoot/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | @@ -1798,9 +1768,9 @@ Root: /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | /user/username/node_modules/@types/somefile.d.ts | | | | /user/username/node_modules/@types/dir/somefile.d.ts | | | | /user/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /user/username/folderAtRoot/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | @@ -1822,9 +1792,9 @@ Root: /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | /usr/username/node_modules/@types/somefile.d.ts | | | | /usr/username/node_modules/@types/dir/somefile.d.ts | | | | /usr/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | @@ -1846,9 +1816,9 @@ Root: /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | /home/username/node_modules/@types/somefile.d.ts | | | | /home/username/node_modules/@types/dir/somefile.d.ts | | | | /home/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /home/username/folderAtRoot/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | @@ -1867,8 +1837,6 @@ Root: /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 ## RootDirForResolution: /user -Root: /user - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | --------- | | /node_modules/@types/somefile.d.ts | | | @@ -1880,9 +1848,9 @@ Root: /user | /folderAtRoot/folder1/node_modules/@types/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | @@ -1898,9 +1866,9 @@ Root: /user | /users/username/node_modules/@types/somefile.d.ts | | | | /users/username/node_modules/@types/dir/somefile.d.ts | | | | /users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /users/username/folderAtRoot/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | @@ -1916,39 +1884,39 @@ Root: /user | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| /user/node_modules/@types/somefile.d.ts | /user/node_modules | true | -| /user/node_modules/@types/dir/somefile.d.ts | /user/node_modules | true | -| /user/node_modules/@types/dir/subdir/somefile.d.ts | /user/node_modules | true | -| /user/username/node_modules/@types/somefile.d.ts | /user/username | true | -| /user/username/node_modules/@types/dir/somefile.d.ts | /user/username | true | -| /user/username/node_modules/@types/dir/subdir/somefile.d.ts | /user/username | true | -| /user/username/folderAtRoot/node_modules/@types/somefile.d.ts | /user/username | true | -| /user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /user/username | true | -| /user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /user/username | true | -| /user/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /user/username | true | -| /user/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /user/username | true | -| /user/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /user/username | true | -| /user/username/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | /user/username | true | -| /user/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | /user/username | true | -| /user/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | /user/username | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | /user/username | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | /user/username | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | /user/username | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/somefile.d.ts | /user/username | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/somefile.d.ts | /user/username | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/subdir/somefile.d.ts | /user/username | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | /user/username | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | /user/username | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | /user/username | true | +| /user/node_modules/@types/somefile.d.ts | | | +| /user/node_modules/@types/dir/somefile.d.ts | | | +| /user/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /user/username/node_modules/@types/somefile.d.ts | | | +| /user/username/node_modules/@types/dir/somefile.d.ts | | | +| /user/username/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /user/username/folderAtRoot/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | | /usr/node_modules/@types/somefile.d.ts | | | | /usr/node_modules/@types/dir/somefile.d.ts | | | | /usr/node_modules/@types/dir/subdir/somefile.d.ts | | | | /usr/username/node_modules/@types/somefile.d.ts | | | | /usr/username/node_modules/@types/dir/somefile.d.ts | | | | /usr/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | @@ -1970,9 +1938,9 @@ Root: /user | /home/username/node_modules/@types/somefile.d.ts | | | | /home/username/node_modules/@types/dir/somefile.d.ts | | | | /home/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /home/username/folderAtRoot/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | @@ -1991,8 +1959,6 @@ Root: /user ## RootDirForResolution: /user/username -Root: /user/username - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | --------- | | /node_modules/@types/somefile.d.ts | | | @@ -2004,9 +1970,9 @@ Root: /user/username | /folderAtRoot/folder1/node_modules/@types/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | @@ -2022,9 +1988,9 @@ Root: /user/username | /users/username/node_modules/@types/somefile.d.ts | | | | /users/username/node_modules/@types/dir/somefile.d.ts | | | | /users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /users/username/folderAtRoot/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | @@ -2043,9 +2009,9 @@ Root: /user/username | /user/node_modules/@types/somefile.d.ts | | | | /user/node_modules/@types/dir/somefile.d.ts | | | | /user/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /user/username/node_modules/@types/somefile.d.ts | /user/username/node_modules | true | -| /user/username/node_modules/@types/dir/somefile.d.ts | /user/username/node_modules | true | -| /user/username/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/node_modules | true | +| /user/username/node_modules/@types/somefile.d.ts | | | +| /user/username/node_modules/@types/dir/somefile.d.ts | | | +| /user/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | /user/username/folderAtRoot/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot | true | | /user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot | true | | /user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | @@ -2070,9 +2036,9 @@ Root: /user/username | /usr/username/node_modules/@types/somefile.d.ts | | | | /usr/username/node_modules/@types/dir/somefile.d.ts | | | | /usr/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | @@ -2094,9 +2060,9 @@ Root: /user/username | /home/username/node_modules/@types/somefile.d.ts | | | | /home/username/node_modules/@types/dir/somefile.d.ts | | | | /home/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /home/username/folderAtRoot/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | @@ -2115,8 +2081,6 @@ Root: /user/username ## RootDirForResolution: /user/username/folderAtRoot -Root: /user/username/folderAtRoot - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | --------- | | /node_modules/@types/somefile.d.ts | | | @@ -2128,9 +2092,9 @@ Root: /user/username/folderAtRoot | /folderAtRoot/folder1/node_modules/@types/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | @@ -2146,9 +2110,9 @@ Root: /user/username/folderAtRoot | /users/username/node_modules/@types/somefile.d.ts | | | | /users/username/node_modules/@types/dir/somefile.d.ts | | | | /users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /users/username/folderAtRoot/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | @@ -2194,9 +2158,9 @@ Root: /user/username/folderAtRoot | /usr/username/node_modules/@types/somefile.d.ts | | | | /usr/username/node_modules/@types/dir/somefile.d.ts | | | | /usr/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | @@ -2218,9 +2182,9 @@ Root: /user/username/folderAtRoot | /home/username/node_modules/@types/somefile.d.ts | | | | /home/username/node_modules/@types/dir/somefile.d.ts | | | | /home/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /home/username/folderAtRoot/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | @@ -2239,8 +2203,6 @@ Root: /user/username/folderAtRoot ## RootDirForResolution: /user/username/folderAtRoot/folder1 -Root: /user/username/folderAtRoot/folder1 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | --------- | | /node_modules/@types/somefile.d.ts | | | @@ -2252,9 +2214,9 @@ Root: /user/username/folderAtRoot/folder1 | /folderAtRoot/folder1/node_modules/@types/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | @@ -2270,9 +2232,9 @@ Root: /user/username/folderAtRoot/folder1 | /users/username/node_modules/@types/somefile.d.ts | | | | /users/username/node_modules/@types/dir/somefile.d.ts | | | | /users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /users/username/folderAtRoot/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | @@ -2294,9 +2256,9 @@ Root: /user/username/folderAtRoot/folder1 | /user/username/node_modules/@types/somefile.d.ts | | | | /user/username/node_modules/@types/dir/somefile.d.ts | | | | /user/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /user/username/folderAtRoot/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | @@ -2318,9 +2280,9 @@ Root: /user/username/folderAtRoot/folder1 | /usr/username/node_modules/@types/somefile.d.ts | | | | /usr/username/node_modules/@types/dir/somefile.d.ts | | | | /usr/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | @@ -2342,9 +2304,9 @@ Root: /user/username/folderAtRoot/folder1 | /home/username/node_modules/@types/somefile.d.ts | | | | /home/username/node_modules/@types/dir/somefile.d.ts | | | | /home/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /home/username/folderAtRoot/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | @@ -2363,8 +2325,6 @@ Root: /user/username/folderAtRoot/folder1 ## RootDirForResolution: /user/username/folderAtRoot/folder1/folder2 -Root: /user/username/folderAtRoot/folder1/folder2 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | --------- | | /node_modules/@types/somefile.d.ts | | | @@ -2376,9 +2336,9 @@ Root: /user/username/folderAtRoot/folder1/folder2 | /folderAtRoot/folder1/node_modules/@types/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | @@ -2394,9 +2354,9 @@ Root: /user/username/folderAtRoot/folder1/folder2 | /users/username/node_modules/@types/somefile.d.ts | | | | /users/username/node_modules/@types/dir/somefile.d.ts | | | | /users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /users/username/folderAtRoot/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | @@ -2418,9 +2378,9 @@ Root: /user/username/folderAtRoot/folder1/folder2 | /user/username/node_modules/@types/somefile.d.ts | | | | /user/username/node_modules/@types/dir/somefile.d.ts | | | | /user/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /user/username/folderAtRoot/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | @@ -2442,9 +2402,9 @@ Root: /user/username/folderAtRoot/folder1/folder2 | /usr/username/node_modules/@types/somefile.d.ts | | | | /usr/username/node_modules/@types/dir/somefile.d.ts | | | | /usr/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | @@ -2466,9 +2426,9 @@ Root: /user/username/folderAtRoot/folder1/folder2 | /home/username/node_modules/@types/somefile.d.ts | | | | /home/username/node_modules/@types/dir/somefile.d.ts | | | | /home/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /home/username/folderAtRoot/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | @@ -2487,8 +2447,6 @@ Root: /user/username/folderAtRoot/folder1/folder2 ## RootDirForResolution: /user/username/folderAtRoot/folder1/folder2/folder3 -Root: /user/username/folderAtRoot/folder1/folder2/folder3 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | --------- | | /node_modules/@types/somefile.d.ts | | | @@ -2500,9 +2458,9 @@ Root: /user/username/folderAtRoot/folder1/folder2/folder3 | /folderAtRoot/folder1/node_modules/@types/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | @@ -2518,9 +2476,9 @@ Root: /user/username/folderAtRoot/folder1/folder2/folder3 | /users/username/node_modules/@types/somefile.d.ts | | | | /users/username/node_modules/@types/dir/somefile.d.ts | | | | /users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /users/username/folderAtRoot/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | @@ -2542,9 +2500,9 @@ Root: /user/username/folderAtRoot/folder1/folder2/folder3 | /user/username/node_modules/@types/somefile.d.ts | | | | /user/username/node_modules/@types/dir/somefile.d.ts | | | | /user/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /user/username/folderAtRoot/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | @@ -2566,9 +2524,9 @@ Root: /user/username/folderAtRoot/folder1/folder2/folder3 | /usr/username/node_modules/@types/somefile.d.ts | | | | /usr/username/node_modules/@types/dir/somefile.d.ts | | | | /usr/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | @@ -2590,9 +2548,9 @@ Root: /user/username/folderAtRoot/folder1/folder2/folder3 | /home/username/node_modules/@types/somefile.d.ts | | | | /home/username/node_modules/@types/dir/somefile.d.ts | | | | /home/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /home/username/folderAtRoot/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | @@ -2611,8 +2569,6 @@ Root: /user/username/folderAtRoot/folder1/folder2/folder3 ## RootDirForResolution: /user/username/folderAtRoot/folder1/folder2/folder3/folder4 -Root: /user/username/folderAtRoot/folder1/folder2/folder3/folder4 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | --------- | | /node_modules/@types/somefile.d.ts | | | @@ -2624,9 +2580,9 @@ Root: /user/username/folderAtRoot/folder1/folder2/folder3/folder4 | /folderAtRoot/folder1/node_modules/@types/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | @@ -2642,9 +2598,9 @@ Root: /user/username/folderAtRoot/folder1/folder2/folder3/folder4 | /users/username/node_modules/@types/somefile.d.ts | | | | /users/username/node_modules/@types/dir/somefile.d.ts | | | | /users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /users/username/folderAtRoot/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | @@ -2666,9 +2622,9 @@ Root: /user/username/folderAtRoot/folder1/folder2/folder3/folder4 | /user/username/node_modules/@types/somefile.d.ts | | | | /user/username/node_modules/@types/dir/somefile.d.ts | | | | /user/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /user/username/folderAtRoot/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | @@ -2690,9 +2646,9 @@ Root: /user/username/folderAtRoot/folder1/folder2/folder3/folder4 | /usr/username/node_modules/@types/somefile.d.ts | | | | /usr/username/node_modules/@types/dir/somefile.d.ts | | | | /usr/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | @@ -2714,9 +2670,9 @@ Root: /user/username/folderAtRoot/folder1/folder2/folder3/folder4 | /home/username/node_modules/@types/somefile.d.ts | | | | /home/username/node_modules/@types/dir/somefile.d.ts | | | | /home/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /home/username/folderAtRoot/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | @@ -2735,8 +2691,6 @@ Root: /user/username/folderAtRoot/folder1/folder2/folder3/folder4 ## RootDirForResolution: /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 -Root: /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | --------- | | /node_modules/@types/somefile.d.ts | | | @@ -2748,9 +2702,9 @@ Root: /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | /folderAtRoot/folder1/node_modules/@types/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | @@ -2766,9 +2720,9 @@ Root: /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | /users/username/node_modules/@types/somefile.d.ts | | | | /users/username/node_modules/@types/dir/somefile.d.ts | | | | /users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /users/username/folderAtRoot/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | @@ -2790,9 +2744,9 @@ Root: /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | /user/username/node_modules/@types/somefile.d.ts | | | | /user/username/node_modules/@types/dir/somefile.d.ts | | | | /user/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /user/username/folderAtRoot/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | @@ -2814,9 +2768,9 @@ Root: /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | /usr/username/node_modules/@types/somefile.d.ts | | | | /usr/username/node_modules/@types/dir/somefile.d.ts | | | | /usr/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | @@ -2838,9 +2792,9 @@ Root: /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | /home/username/node_modules/@types/somefile.d.ts | | | | /home/username/node_modules/@types/dir/somefile.d.ts | | | | /home/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /home/username/folderAtRoot/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | @@ -2859,8 +2813,6 @@ Root: /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 ## RootDirForResolution: /usr -Root: /usr - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | --------- | | /node_modules/@types/somefile.d.ts | | | @@ -2872,9 +2824,9 @@ Root: /usr | /folderAtRoot/folder1/node_modules/@types/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | @@ -2890,9 +2842,9 @@ Root: /usr | /users/username/node_modules/@types/somefile.d.ts | | | | /users/username/node_modules/@types/dir/somefile.d.ts | | | | /users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /users/username/folderAtRoot/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | @@ -2914,9 +2866,9 @@ Root: /usr | /user/username/node_modules/@types/somefile.d.ts | | | | /user/username/node_modules/@types/dir/somefile.d.ts | | | | /user/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /user/username/folderAtRoot/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | @@ -2932,39 +2884,39 @@ Root: /usr | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| /usr/node_modules/@types/somefile.d.ts | /usr/node_modules | true | -| /usr/node_modules/@types/dir/somefile.d.ts | /usr/node_modules | true | -| /usr/node_modules/@types/dir/subdir/somefile.d.ts | /usr/node_modules | true | -| /usr/username/node_modules/@types/somefile.d.ts | /usr/username | true | -| /usr/username/node_modules/@types/dir/somefile.d.ts | /usr/username | true | -| /usr/username/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username | true | -| /usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | /usr/username | true | -| /usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /usr/username | true | -| /usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username | true | -| /usr/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /usr/username | true | -| /usr/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /usr/username | true | -| /usr/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username | true | -| /usr/username/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | /usr/username | true | -| /usr/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | /usr/username | true | -| /usr/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | /usr/username | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | /usr/username | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/somefile.d.ts | /usr/username | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/somefile.d.ts | /usr/username | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | /usr/username | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | /usr/username | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username | true | +| /usr/node_modules/@types/somefile.d.ts | | | +| /usr/node_modules/@types/dir/somefile.d.ts | | | +| /usr/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /usr/username/node_modules/@types/somefile.d.ts | | | +| /usr/username/node_modules/@types/dir/somefile.d.ts | | | +| /usr/username/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | | /home/node_modules/@types/somefile.d.ts | | | | /home/node_modules/@types/dir/somefile.d.ts | | | | /home/node_modules/@types/dir/subdir/somefile.d.ts | | | | /home/username/node_modules/@types/somefile.d.ts | | | | /home/username/node_modules/@types/dir/somefile.d.ts | | | | /home/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /home/username/folderAtRoot/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | @@ -2983,8 +2935,6 @@ Root: /usr ## RootDirForResolution: /usr/username -Root: /usr/username - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | --------- | | /node_modules/@types/somefile.d.ts | | | @@ -2996,9 +2946,9 @@ Root: /usr/username | /folderAtRoot/folder1/node_modules/@types/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | @@ -3014,9 +2964,9 @@ Root: /usr/username | /users/username/node_modules/@types/somefile.d.ts | | | | /users/username/node_modules/@types/dir/somefile.d.ts | | | | /users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /users/username/folderAtRoot/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | @@ -3038,9 +2988,9 @@ Root: /usr/username | /user/username/node_modules/@types/somefile.d.ts | | | | /user/username/node_modules/@types/dir/somefile.d.ts | | | | /user/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /user/username/folderAtRoot/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | @@ -3059,9 +3009,9 @@ Root: /usr/username | /usr/node_modules/@types/somefile.d.ts | | | | /usr/node_modules/@types/dir/somefile.d.ts | | | | /usr/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /usr/username/node_modules/@types/somefile.d.ts | /usr/username/node_modules | true | -| /usr/username/node_modules/@types/dir/somefile.d.ts | /usr/username/node_modules | true | -| /usr/username/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/node_modules | true | +| /usr/username/node_modules/@types/somefile.d.ts | | | +| /usr/username/node_modules/@types/dir/somefile.d.ts | | | +| /usr/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | /usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot | true | | /usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot | true | | /usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | @@ -3086,9 +3036,9 @@ Root: /usr/username | /home/username/node_modules/@types/somefile.d.ts | | | | /home/username/node_modules/@types/dir/somefile.d.ts | | | | /home/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /home/username/folderAtRoot/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | @@ -3107,8 +3057,6 @@ Root: /usr/username ## RootDirForResolution: /usr/username/folderAtRoot -Root: /usr/username/folderAtRoot - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | --------- | | /node_modules/@types/somefile.d.ts | | | @@ -3120,9 +3068,9 @@ Root: /usr/username/folderAtRoot | /folderAtRoot/folder1/node_modules/@types/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | @@ -3138,9 +3086,9 @@ Root: /usr/username/folderAtRoot | /users/username/node_modules/@types/somefile.d.ts | | | | /users/username/node_modules/@types/dir/somefile.d.ts | | | | /users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /users/username/folderAtRoot/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | @@ -3162,9 +3110,9 @@ Root: /usr/username/folderAtRoot | /user/username/node_modules/@types/somefile.d.ts | | | | /user/username/node_modules/@types/dir/somefile.d.ts | | | | /user/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /user/username/folderAtRoot/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | @@ -3210,9 +3158,9 @@ Root: /usr/username/folderAtRoot | /home/username/node_modules/@types/somefile.d.ts | | | | /home/username/node_modules/@types/dir/somefile.d.ts | | | | /home/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /home/username/folderAtRoot/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | @@ -3231,8 +3179,6 @@ Root: /usr/username/folderAtRoot ## RootDirForResolution: /usr/username/folderAtRoot/folder1 -Root: /usr/username/folderAtRoot/folder1 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | --------- | | /node_modules/@types/somefile.d.ts | | | @@ -3244,9 +3190,9 @@ Root: /usr/username/folderAtRoot/folder1 | /folderAtRoot/folder1/node_modules/@types/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | @@ -3262,9 +3208,9 @@ Root: /usr/username/folderAtRoot/folder1 | /users/username/node_modules/@types/somefile.d.ts | | | | /users/username/node_modules/@types/dir/somefile.d.ts | | | | /users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /users/username/folderAtRoot/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | @@ -3286,9 +3232,9 @@ Root: /usr/username/folderAtRoot/folder1 | /user/username/node_modules/@types/somefile.d.ts | | | | /user/username/node_modules/@types/dir/somefile.d.ts | | | | /user/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /user/username/folderAtRoot/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | @@ -3310,9 +3256,9 @@ Root: /usr/username/folderAtRoot/folder1 | /usr/username/node_modules/@types/somefile.d.ts | | | | /usr/username/node_modules/@types/dir/somefile.d.ts | | | | /usr/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | @@ -3334,9 +3280,9 @@ Root: /usr/username/folderAtRoot/folder1 | /home/username/node_modules/@types/somefile.d.ts | | | | /home/username/node_modules/@types/dir/somefile.d.ts | | | | /home/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /home/username/folderAtRoot/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | @@ -3355,8 +3301,6 @@ Root: /usr/username/folderAtRoot/folder1 ## RootDirForResolution: /usr/username/folderAtRoot/folder1/folder2 -Root: /usr/username/folderAtRoot/folder1/folder2 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | --------- | | /node_modules/@types/somefile.d.ts | | | @@ -3368,9 +3312,9 @@ Root: /usr/username/folderAtRoot/folder1/folder2 | /folderAtRoot/folder1/node_modules/@types/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | @@ -3386,9 +3330,9 @@ Root: /usr/username/folderAtRoot/folder1/folder2 | /users/username/node_modules/@types/somefile.d.ts | | | | /users/username/node_modules/@types/dir/somefile.d.ts | | | | /users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /users/username/folderAtRoot/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | @@ -3410,9 +3354,9 @@ Root: /usr/username/folderAtRoot/folder1/folder2 | /user/username/node_modules/@types/somefile.d.ts | | | | /user/username/node_modules/@types/dir/somefile.d.ts | | | | /user/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /user/username/folderAtRoot/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | @@ -3434,9 +3378,9 @@ Root: /usr/username/folderAtRoot/folder1/folder2 | /usr/username/node_modules/@types/somefile.d.ts | | | | /usr/username/node_modules/@types/dir/somefile.d.ts | | | | /usr/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | @@ -3458,9 +3402,9 @@ Root: /usr/username/folderAtRoot/folder1/folder2 | /home/username/node_modules/@types/somefile.d.ts | | | | /home/username/node_modules/@types/dir/somefile.d.ts | | | | /home/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /home/username/folderAtRoot/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | @@ -3479,8 +3423,6 @@ Root: /usr/username/folderAtRoot/folder1/folder2 ## RootDirForResolution: /usr/username/folderAtRoot/folder1/folder2/folder3 -Root: /usr/username/folderAtRoot/folder1/folder2/folder3 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | --------- | | /node_modules/@types/somefile.d.ts | | | @@ -3492,9 +3434,9 @@ Root: /usr/username/folderAtRoot/folder1/folder2/folder3 | /folderAtRoot/folder1/node_modules/@types/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | @@ -3510,9 +3452,9 @@ Root: /usr/username/folderAtRoot/folder1/folder2/folder3 | /users/username/node_modules/@types/somefile.d.ts | | | | /users/username/node_modules/@types/dir/somefile.d.ts | | | | /users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /users/username/folderAtRoot/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | @@ -3534,9 +3476,9 @@ Root: /usr/username/folderAtRoot/folder1/folder2/folder3 | /user/username/node_modules/@types/somefile.d.ts | | | | /user/username/node_modules/@types/dir/somefile.d.ts | | | | /user/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /user/username/folderAtRoot/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | @@ -3558,9 +3500,9 @@ Root: /usr/username/folderAtRoot/folder1/folder2/folder3 | /usr/username/node_modules/@types/somefile.d.ts | | | | /usr/username/node_modules/@types/dir/somefile.d.ts | | | | /usr/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | @@ -3582,9 +3524,9 @@ Root: /usr/username/folderAtRoot/folder1/folder2/folder3 | /home/username/node_modules/@types/somefile.d.ts | | | | /home/username/node_modules/@types/dir/somefile.d.ts | | | | /home/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /home/username/folderAtRoot/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | @@ -3603,8 +3545,6 @@ Root: /usr/username/folderAtRoot/folder1/folder2/folder3 ## RootDirForResolution: /usr/username/folderAtRoot/folder1/folder2/folder3/folder4 -Root: /usr/username/folderAtRoot/folder1/folder2/folder3/folder4 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | --------- | | /node_modules/@types/somefile.d.ts | | | @@ -3616,9 +3556,9 @@ Root: /usr/username/folderAtRoot/folder1/folder2/folder3/folder4 | /folderAtRoot/folder1/node_modules/@types/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | @@ -3634,9 +3574,9 @@ Root: /usr/username/folderAtRoot/folder1/folder2/folder3/folder4 | /users/username/node_modules/@types/somefile.d.ts | | | | /users/username/node_modules/@types/dir/somefile.d.ts | | | | /users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /users/username/folderAtRoot/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | @@ -3658,9 +3598,9 @@ Root: /usr/username/folderAtRoot/folder1/folder2/folder3/folder4 | /user/username/node_modules/@types/somefile.d.ts | | | | /user/username/node_modules/@types/dir/somefile.d.ts | | | | /user/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /user/username/folderAtRoot/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | @@ -3682,9 +3622,9 @@ Root: /usr/username/folderAtRoot/folder1/folder2/folder3/folder4 | /usr/username/node_modules/@types/somefile.d.ts | | | | /usr/username/node_modules/@types/dir/somefile.d.ts | | | | /usr/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | @@ -3706,9 +3646,9 @@ Root: /usr/username/folderAtRoot/folder1/folder2/folder3/folder4 | /home/username/node_modules/@types/somefile.d.ts | | | | /home/username/node_modules/@types/dir/somefile.d.ts | | | | /home/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /home/username/folderAtRoot/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | @@ -3727,8 +3667,6 @@ Root: /usr/username/folderAtRoot/folder1/folder2/folder3/folder4 ## RootDirForResolution: /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 -Root: /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | --------- | | /node_modules/@types/somefile.d.ts | | | @@ -3740,9 +3678,9 @@ Root: /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | /folderAtRoot/folder1/node_modules/@types/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | @@ -3758,9 +3696,9 @@ Root: /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | /users/username/node_modules/@types/somefile.d.ts | | | | /users/username/node_modules/@types/dir/somefile.d.ts | | | | /users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /users/username/folderAtRoot/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | @@ -3782,9 +3720,9 @@ Root: /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | /user/username/node_modules/@types/somefile.d.ts | | | | /user/username/node_modules/@types/dir/somefile.d.ts | | | | /user/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /user/username/folderAtRoot/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | @@ -3806,9 +3744,9 @@ Root: /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | /usr/username/node_modules/@types/somefile.d.ts | | | | /usr/username/node_modules/@types/dir/somefile.d.ts | | | | /usr/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | @@ -3830,9 +3768,9 @@ Root: /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | /home/username/node_modules/@types/somefile.d.ts | | | | /home/username/node_modules/@types/dir/somefile.d.ts | | | | /home/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /home/username/folderAtRoot/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | @@ -3851,8 +3789,6 @@ Root: /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 ## RootDirForResolution: /home -Root: /home - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | --------- | | /node_modules/@types/somefile.d.ts | | | @@ -3864,9 +3800,9 @@ Root: /home | /folderAtRoot/folder1/node_modules/@types/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | @@ -3882,9 +3818,9 @@ Root: /home | /users/username/node_modules/@types/somefile.d.ts | | | | /users/username/node_modules/@types/dir/somefile.d.ts | | | | /users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /users/username/folderAtRoot/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | @@ -3906,9 +3842,9 @@ Root: /home | /user/username/node_modules/@types/somefile.d.ts | | | | /user/username/node_modules/@types/dir/somefile.d.ts | | | | /user/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /user/username/folderAtRoot/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | @@ -3930,9 +3866,9 @@ Root: /home | /usr/username/node_modules/@types/somefile.d.ts | | | | /usr/username/node_modules/@types/dir/somefile.d.ts | | | | /usr/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | @@ -3948,35 +3884,33 @@ Root: /home | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| /home/node_modules/@types/somefile.d.ts | /home/node_modules | true | -| /home/node_modules/@types/dir/somefile.d.ts | /home/node_modules | true | -| /home/node_modules/@types/dir/subdir/somefile.d.ts | /home/node_modules | true | -| /home/username/node_modules/@types/somefile.d.ts | /home/username | true | -| /home/username/node_modules/@types/dir/somefile.d.ts | /home/username | true | -| /home/username/node_modules/@types/dir/subdir/somefile.d.ts | /home/username | true | -| /home/username/folderAtRoot/node_modules/@types/somefile.d.ts | /home/username | true | -| /home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /home/username | true | -| /home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /home/username | true | -| /home/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /home/username | true | -| /home/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /home/username | true | -| /home/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /home/username | true | -| /home/username/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | /home/username | true | -| /home/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | /home/username | true | -| /home/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | /home/username | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | /home/username | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | /home/username | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | /home/username | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/somefile.d.ts | /home/username | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/somefile.d.ts | /home/username | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/subdir/somefile.d.ts | /home/username | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | /home/username | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | /home/username | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | /home/username | true | +| /home/node_modules/@types/somefile.d.ts | | | +| /home/node_modules/@types/dir/somefile.d.ts | | | +| /home/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /home/username/node_modules/@types/somefile.d.ts | | | +| /home/username/node_modules/@types/dir/somefile.d.ts | | | +| /home/username/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /home/username/folderAtRoot/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | ## RootDirForResolution: /home/username -Root: /home/username - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | --------- | | /node_modules/@types/somefile.d.ts | | | @@ -3988,9 +3922,9 @@ Root: /home/username | /folderAtRoot/folder1/node_modules/@types/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | @@ -4006,9 +3940,9 @@ Root: /home/username | /users/username/node_modules/@types/somefile.d.ts | | | | /users/username/node_modules/@types/dir/somefile.d.ts | | | | /users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /users/username/folderAtRoot/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | @@ -4030,9 +3964,9 @@ Root: /home/username | /user/username/node_modules/@types/somefile.d.ts | | | | /user/username/node_modules/@types/dir/somefile.d.ts | | | | /user/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /user/username/folderAtRoot/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | @@ -4054,9 +3988,9 @@ Root: /home/username | /usr/username/node_modules/@types/somefile.d.ts | | | | /usr/username/node_modules/@types/dir/somefile.d.ts | | | | /usr/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | @@ -4075,9 +4009,9 @@ Root: /home/username | /home/node_modules/@types/somefile.d.ts | | | | /home/node_modules/@types/dir/somefile.d.ts | | | | /home/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /home/username/node_modules/@types/somefile.d.ts | /home/username/node_modules | true | -| /home/username/node_modules/@types/dir/somefile.d.ts | /home/username/node_modules | true | -| /home/username/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/node_modules | true | +| /home/username/node_modules/@types/somefile.d.ts | | | +| /home/username/node_modules/@types/dir/somefile.d.ts | | | +| /home/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | /home/username/folderAtRoot/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot | true | | /home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot | true | | /home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | @@ -4099,8 +4033,6 @@ Root: /home/username ## RootDirForResolution: /home/username/folderAtRoot -Root: /home/username/folderAtRoot - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | --------- | | /node_modules/@types/somefile.d.ts | | | @@ -4112,9 +4044,9 @@ Root: /home/username/folderAtRoot | /folderAtRoot/folder1/node_modules/@types/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | @@ -4130,9 +4062,9 @@ Root: /home/username/folderAtRoot | /users/username/node_modules/@types/somefile.d.ts | | | | /users/username/node_modules/@types/dir/somefile.d.ts | | | | /users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /users/username/folderAtRoot/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | @@ -4154,9 +4086,9 @@ Root: /home/username/folderAtRoot | /user/username/node_modules/@types/somefile.d.ts | | | | /user/username/node_modules/@types/dir/somefile.d.ts | | | | /user/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /user/username/folderAtRoot/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | @@ -4178,9 +4110,9 @@ Root: /home/username/folderAtRoot | /usr/username/node_modules/@types/somefile.d.ts | | | | /usr/username/node_modules/@types/dir/somefile.d.ts | | | | /usr/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | @@ -4223,8 +4155,6 @@ Root: /home/username/folderAtRoot ## RootDirForResolution: /home/username/folderAtRoot/folder1 -Root: /home/username/folderAtRoot/folder1 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | --------- | | /node_modules/@types/somefile.d.ts | | | @@ -4236,9 +4166,9 @@ Root: /home/username/folderAtRoot/folder1 | /folderAtRoot/folder1/node_modules/@types/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | @@ -4254,9 +4184,9 @@ Root: /home/username/folderAtRoot/folder1 | /users/username/node_modules/@types/somefile.d.ts | | | | /users/username/node_modules/@types/dir/somefile.d.ts | | | | /users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /users/username/folderAtRoot/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | @@ -4278,9 +4208,9 @@ Root: /home/username/folderAtRoot/folder1 | /user/username/node_modules/@types/somefile.d.ts | | | | /user/username/node_modules/@types/dir/somefile.d.ts | | | | /user/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /user/username/folderAtRoot/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | @@ -4302,9 +4232,9 @@ Root: /home/username/folderAtRoot/folder1 | /usr/username/node_modules/@types/somefile.d.ts | | | | /usr/username/node_modules/@types/dir/somefile.d.ts | | | | /usr/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | @@ -4326,9 +4256,9 @@ Root: /home/username/folderAtRoot/folder1 | /home/username/node_modules/@types/somefile.d.ts | | | | /home/username/node_modules/@types/dir/somefile.d.ts | | | | /home/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /home/username/folderAtRoot/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | @@ -4347,8 +4277,6 @@ Root: /home/username/folderAtRoot/folder1 ## RootDirForResolution: /home/username/folderAtRoot/folder1/folder2 -Root: /home/username/folderAtRoot/folder1/folder2 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | --------- | | /node_modules/@types/somefile.d.ts | | | @@ -4360,9 +4288,9 @@ Root: /home/username/folderAtRoot/folder1/folder2 | /folderAtRoot/folder1/node_modules/@types/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | @@ -4378,9 +4306,9 @@ Root: /home/username/folderAtRoot/folder1/folder2 | /users/username/node_modules/@types/somefile.d.ts | | | | /users/username/node_modules/@types/dir/somefile.d.ts | | | | /users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /users/username/folderAtRoot/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | @@ -4402,9 +4330,9 @@ Root: /home/username/folderAtRoot/folder1/folder2 | /user/username/node_modules/@types/somefile.d.ts | | | | /user/username/node_modules/@types/dir/somefile.d.ts | | | | /user/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /user/username/folderAtRoot/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | @@ -4426,9 +4354,9 @@ Root: /home/username/folderAtRoot/folder1/folder2 | /usr/username/node_modules/@types/somefile.d.ts | | | | /usr/username/node_modules/@types/dir/somefile.d.ts | | | | /usr/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | @@ -4450,9 +4378,9 @@ Root: /home/username/folderAtRoot/folder1/folder2 | /home/username/node_modules/@types/somefile.d.ts | | | | /home/username/node_modules/@types/dir/somefile.d.ts | | | | /home/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /home/username/folderAtRoot/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | @@ -4471,8 +4399,6 @@ Root: /home/username/folderAtRoot/folder1/folder2 ## RootDirForResolution: /home/username/folderAtRoot/folder1/folder2/folder3 -Root: /home/username/folderAtRoot/folder1/folder2/folder3 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | --------- | | /node_modules/@types/somefile.d.ts | | | @@ -4484,9 +4410,9 @@ Root: /home/username/folderAtRoot/folder1/folder2/folder3 | /folderAtRoot/folder1/node_modules/@types/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | @@ -4502,9 +4428,9 @@ Root: /home/username/folderAtRoot/folder1/folder2/folder3 | /users/username/node_modules/@types/somefile.d.ts | | | | /users/username/node_modules/@types/dir/somefile.d.ts | | | | /users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /users/username/folderAtRoot/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | @@ -4526,9 +4452,9 @@ Root: /home/username/folderAtRoot/folder1/folder2/folder3 | /user/username/node_modules/@types/somefile.d.ts | | | | /user/username/node_modules/@types/dir/somefile.d.ts | | | | /user/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /user/username/folderAtRoot/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | @@ -4550,9 +4476,9 @@ Root: /home/username/folderAtRoot/folder1/folder2/folder3 | /usr/username/node_modules/@types/somefile.d.ts | | | | /usr/username/node_modules/@types/dir/somefile.d.ts | | | | /usr/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | @@ -4574,9 +4500,9 @@ Root: /home/username/folderAtRoot/folder1/folder2/folder3 | /home/username/node_modules/@types/somefile.d.ts | | | | /home/username/node_modules/@types/dir/somefile.d.ts | | | | /home/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /home/username/folderAtRoot/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | @@ -4595,8 +4521,6 @@ Root: /home/username/folderAtRoot/folder1/folder2/folder3 ## RootDirForResolution: /home/username/folderAtRoot/folder1/folder2/folder3/folder4 -Root: /home/username/folderAtRoot/folder1/folder2/folder3/folder4 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | --------- | | /node_modules/@types/somefile.d.ts | | | @@ -4608,9 +4532,9 @@ Root: /home/username/folderAtRoot/folder1/folder2/folder3/folder4 | /folderAtRoot/folder1/node_modules/@types/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | @@ -4626,9 +4550,9 @@ Root: /home/username/folderAtRoot/folder1/folder2/folder3/folder4 | /users/username/node_modules/@types/somefile.d.ts | | | | /users/username/node_modules/@types/dir/somefile.d.ts | | | | /users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /users/username/folderAtRoot/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | @@ -4650,9 +4574,9 @@ Root: /home/username/folderAtRoot/folder1/folder2/folder3/folder4 | /user/username/node_modules/@types/somefile.d.ts | | | | /user/username/node_modules/@types/dir/somefile.d.ts | | | | /user/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /user/username/folderAtRoot/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | @@ -4674,9 +4598,9 @@ Root: /home/username/folderAtRoot/folder1/folder2/folder3/folder4 | /usr/username/node_modules/@types/somefile.d.ts | | | | /usr/username/node_modules/@types/dir/somefile.d.ts | | | | /usr/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | @@ -4698,9 +4622,9 @@ Root: /home/username/folderAtRoot/folder1/folder2/folder3/folder4 | /home/username/node_modules/@types/somefile.d.ts | | | | /home/username/node_modules/@types/dir/somefile.d.ts | | | | /home/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /home/username/folderAtRoot/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | @@ -4719,132 +4643,6 @@ Root: /home/username/folderAtRoot/folder1/folder2/folder3/folder4 ## RootDirForResolution: /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 -Root: /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - -| Location | getDirectoryToWatchFailedLookupLocation | Recursive | -| ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | --------- | -| /node_modules/@types/somefile.d.ts | | | -| /node_modules/@types/dir/somefile.d.ts | | | -| /node_modules/@types/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/node_modules/@types/somefile.d.ts | | | -| /folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | -| /folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | -| /folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| /users/node_modules/@types/somefile.d.ts | | | -| /users/node_modules/@types/dir/somefile.d.ts | | | -| /users/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /users/username/node_modules/@types/somefile.d.ts | | | -| /users/username/node_modules/@types/dir/somefile.d.ts | | | -| /users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | -| /users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | -| /users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | -| /users/username/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot/folder1/folder2/node_modules | true | -| /users/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/folder2/node_modules | true | -| /users/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/folder2/node_modules | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| /user/node_modules/@types/somefile.d.ts | | | -| /user/node_modules/@types/dir/somefile.d.ts | | | -| /user/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /user/username/node_modules/@types/somefile.d.ts | | | -| /user/username/node_modules/@types/dir/somefile.d.ts | | | -| /user/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | -| /user/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | -| /user/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | -| /user/username/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot/folder1/folder2/node_modules | true | -| /user/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/folder2/node_modules | true | -| /user/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/folder2/node_modules | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| /usr/node_modules/@types/somefile.d.ts | | | -| /usr/node_modules/@types/dir/somefile.d.ts | | | -| /usr/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /usr/username/node_modules/@types/somefile.d.ts | | | -| /usr/username/node_modules/@types/dir/somefile.d.ts | | | -| /usr/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | -| /usr/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | -| /usr/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | -| /usr/username/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot/folder1/folder2/node_modules | true | -| /usr/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/folder2/node_modules | true | -| /usr/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/folder2/node_modules | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| /home/node_modules/@types/somefile.d.ts | | | -| /home/node_modules/@types/dir/somefile.d.ts | | | -| /home/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /home/username/node_modules/@types/somefile.d.ts | | | -| /home/username/node_modules/@types/dir/somefile.d.ts | | | -| /home/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | -| /home/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | -| /home/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | -| /home/username/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot/folder1/folder2/node_modules | true | -| /home/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/folder2/node_modules | true | -| /home/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/folder2/node_modules | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | - -## RootDirForResolution: undefined - -Root: undefined - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | --------- | | /node_modules/@types/somefile.d.ts | | | @@ -4856,9 +4654,9 @@ Root: undefined | /folderAtRoot/folder1/node_modules/@types/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | @@ -4874,9 +4672,9 @@ Root: undefined | /users/username/node_modules/@types/somefile.d.ts | | | | /users/username/node_modules/@types/dir/somefile.d.ts | | | | /users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /users/username/folderAtRoot/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | @@ -4898,9 +4696,9 @@ Root: undefined | /user/username/node_modules/@types/somefile.d.ts | | | | /user/username/node_modules/@types/dir/somefile.d.ts | | | | /user/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /user/username/folderAtRoot/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | @@ -4922,9 +4720,9 @@ Root: undefined | /usr/username/node_modules/@types/somefile.d.ts | | | | /usr/username/node_modules/@types/dir/somefile.d.ts | | | | /usr/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | @@ -4946,9 +4744,9 @@ Root: undefined | /home/username/node_modules/@types/somefile.d.ts | | | | /home/username/node_modules/@types/dir/somefile.d.ts | | | | /home/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| /home/username/folderAtRoot/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | diff --git a/tests/baselines/reference/canWatch/getDirectoryToWatchFailedLookupLocationAtTypesUnc.baseline.md b/tests/baselines/reference/canWatch/getDirectoryToWatchFailedLookupLocationAtTypesUnc.baseline.md index e510139f52a46..5c1cdbb74f052 100644 --- a/tests/baselines/reference/canWatch/getDirectoryToWatchFailedLookupLocationAtTypesUnc.baseline.md +++ b/tests/baselines/reference/canWatch/getDirectoryToWatchFailedLookupLocationAtTypesUnc.baseline.md @@ -7,164 +7,160 @@ It also determines the directory to watch and whether to watch it recursively or ## RootDirForResolution: //vda1cs4850/ -Root: //vda1cs4850 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | --------- | -| //vda1cs4850/node_modules/@types/somefile.d.ts | //vda1cs4850/node_modules | true | -| //vda1cs4850/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/node_modules | true | -| //vda1cs4850/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/node_modules | true | -| //vda1cs4850/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot | true | -| //vda1cs4850/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot | true | -| //vda1cs4850/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot | true | -| //vda1cs4850/users/node_modules/@types/somefile.d.ts | //vda1cs4850/users | true | -| //vda1cs4850/users/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users | true | -| //vda1cs4850/users/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users | true | -| //vda1cs4850/users/username/node_modules/@types/somefile.d.ts | //vda1cs4850/users | true | -| //vda1cs4850/users/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users | true | -| //vda1cs4850/users/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users | true | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/users | true | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users | true | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/users | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | //vda1cs4850/users | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | //vda1cs4850/users | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/somefile.d.ts | //vda1cs4850/users | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/users | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users | true | -| //vda1cs4850/user/node_modules/@types/somefile.d.ts | //vda1cs4850/user | true | -| //vda1cs4850/user/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user | true | -| //vda1cs4850/user/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user | true | -| //vda1cs4850/user/username/node_modules/@types/somefile.d.ts | //vda1cs4850/user | true | -| //vda1cs4850/user/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user | true | -| //vda1cs4850/user/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user | true | -| //vda1cs4850/user/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/user | true | -| //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user | true | -| //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/user | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | //vda1cs4850/user | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | //vda1cs4850/user | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/somefile.d.ts | //vda1cs4850/user | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/user | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user | true | -| //vda1cs4850/usr/node_modules/@types/somefile.d.ts | //vda1cs4850/usr | true | -| //vda1cs4850/usr/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr | true | -| //vda1cs4850/usr/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr | true | -| //vda1cs4850/usr/username/node_modules/@types/somefile.d.ts | //vda1cs4850/usr | true | -| //vda1cs4850/usr/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr | true | -| //vda1cs4850/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr | true | -| //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/usr | true | -| //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr | true | -| //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/usr | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | //vda1cs4850/usr | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | //vda1cs4850/usr | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/somefile.d.ts | //vda1cs4850/usr | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/usr | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr | true | -| //vda1cs4850/home/node_modules/@types/somefile.d.ts | //vda1cs4850/home | true | -| //vda1cs4850/home/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home | true | -| //vda1cs4850/home/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home | true | -| //vda1cs4850/home/username/node_modules/@types/somefile.d.ts | //vda1cs4850/home | true | -| //vda1cs4850/home/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home | true | -| //vda1cs4850/home/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home | true | -| //vda1cs4850/home/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/home | true | -| //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home | true | -| //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/home | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | //vda1cs4850/home | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | //vda1cs4850/home | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/somefile.d.ts | //vda1cs4850/home | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/home | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home | true | +| //vda1cs4850/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/users/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/users/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/users/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/users/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/user/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/user/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/user/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/user/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/usr/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/usr/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/home/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/home/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/home/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/home/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | ## RootDirForResolution: //vda1cs4850/folderAtRoot -Root: //vda1cs4850/folderAtRoot - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/node_modules | true | -| //vda1cs4850/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/node_modules | true | -| //vda1cs4850/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1 | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1 | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1 | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1 | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1 | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1 | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1 | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1 | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1 | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1 | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1 | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1 | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1 | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1 | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1 | true | +| //vda1cs4850/folderAtRoot/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | | //vda1cs4850/users/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/users/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/users/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | @@ -183,9 +179,9 @@ Root: //vda1cs4850/folderAtRoot | //vda1cs4850/user/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/user/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/user/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | +| //vda1cs4850/user/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | @@ -207,9 +203,9 @@ Root: //vda1cs4850/folderAtRoot | //vda1cs4850/usr/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | +| //vda1cs4850/usr/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | @@ -231,9 +227,9 @@ Root: //vda1cs4850/folderAtRoot | //vda1cs4850/home/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/home/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/home/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | +| //vda1cs4850/home/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | @@ -255,8 +251,6 @@ Root: //vda1cs4850/folderAtRoot ## RootDirForResolution: //vda1cs4850/folderAtRoot/folder1 -Root: //vda1cs4850/folderAtRoot/folder1 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/node_modules/@types/somefile.d.ts | | | @@ -265,9 +259,9 @@ Root: //vda1cs4850/folderAtRoot/folder1 | //vda1cs4850/folderAtRoot/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | @@ -286,9 +280,9 @@ Root: //vda1cs4850/folderAtRoot/folder1 | //vda1cs4850/users/username/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | @@ -307,9 +301,9 @@ Root: //vda1cs4850/folderAtRoot/folder1 | //vda1cs4850/user/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/user/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/user/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | +| //vda1cs4850/user/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | @@ -331,9 +325,9 @@ Root: //vda1cs4850/folderAtRoot/folder1 | //vda1cs4850/usr/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | +| //vda1cs4850/usr/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | @@ -355,9 +349,9 @@ Root: //vda1cs4850/folderAtRoot/folder1 | //vda1cs4850/home/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/home/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/home/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | +| //vda1cs4850/home/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | @@ -379,8 +373,6 @@ Root: //vda1cs4850/folderAtRoot/folder1 ## RootDirForResolution: //vda1cs4850/folderAtRoot/folder1/folder2 -Root: //vda1cs4850/folderAtRoot/folder1/folder2 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/node_modules/@types/somefile.d.ts | | | @@ -389,9 +381,9 @@ Root: //vda1cs4850/folderAtRoot/folder1/folder2 | //vda1cs4850/folderAtRoot/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | @@ -410,9 +402,9 @@ Root: //vda1cs4850/folderAtRoot/folder1/folder2 | //vda1cs4850/users/username/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | @@ -431,9 +423,9 @@ Root: //vda1cs4850/folderAtRoot/folder1/folder2 | //vda1cs4850/user/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/user/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/user/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | +| //vda1cs4850/user/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | @@ -455,9 +447,9 @@ Root: //vda1cs4850/folderAtRoot/folder1/folder2 | //vda1cs4850/usr/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | +| //vda1cs4850/usr/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | @@ -479,9 +471,9 @@ Root: //vda1cs4850/folderAtRoot/folder1/folder2 | //vda1cs4850/home/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/home/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/home/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | +| //vda1cs4850/home/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | @@ -503,8 +495,6 @@ Root: //vda1cs4850/folderAtRoot/folder1/folder2 ## RootDirForResolution: //vda1cs4850/folderAtRoot/folder1/folder2/folder3 -Root: //vda1cs4850/folderAtRoot/folder1/folder2/folder3 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/node_modules/@types/somefile.d.ts | | | @@ -513,9 +503,9 @@ Root: //vda1cs4850/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/folderAtRoot/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | @@ -534,9 +524,9 @@ Root: //vda1cs4850/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/users/username/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | @@ -555,9 +545,9 @@ Root: //vda1cs4850/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/user/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/user/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/user/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | +| //vda1cs4850/user/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | @@ -579,9 +569,9 @@ Root: //vda1cs4850/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/usr/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | +| //vda1cs4850/usr/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | @@ -603,9 +593,9 @@ Root: //vda1cs4850/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/home/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/home/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/home/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | +| //vda1cs4850/home/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | @@ -627,8 +617,6 @@ Root: //vda1cs4850/folderAtRoot/folder1/folder2/folder3 ## RootDirForResolution: //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4 -Root: //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/node_modules/@types/somefile.d.ts | | | @@ -637,9 +625,9 @@ Root: //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/folderAtRoot/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | @@ -658,9 +646,9 @@ Root: //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/users/username/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | @@ -679,9 +667,9 @@ Root: //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/user/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/user/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/user/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | +| //vda1cs4850/user/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | @@ -703,9 +691,9 @@ Root: //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/usr/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | +| //vda1cs4850/usr/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | @@ -727,9 +715,9 @@ Root: //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/home/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/home/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/home/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | +| //vda1cs4850/home/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | @@ -751,8 +739,6 @@ Root: //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4 ## RootDirForResolution: //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5 -Root: //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/node_modules/@types/somefile.d.ts | | | @@ -761,9 +747,9 @@ Root: //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | //vda1cs4850/folderAtRoot/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | @@ -782,9 +768,9 @@ Root: //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | //vda1cs4850/users/username/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | @@ -803,9 +789,9 @@ Root: //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | //vda1cs4850/user/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/user/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/user/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | +| //vda1cs4850/user/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | @@ -827,9 +813,9 @@ Root: //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | //vda1cs4850/usr/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | +| //vda1cs4850/usr/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | @@ -851,9 +837,9 @@ Root: //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | //vda1cs4850/home/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/home/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/home/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | +| //vda1cs4850/home/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | @@ -875,8 +861,6 @@ Root: //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5 ## RootDirForResolution: //vda1cs4850/users -Root: //vda1cs4850/users - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/node_modules/@types/somefile.d.ts | | | @@ -885,9 +869,9 @@ Root: //vda1cs4850/users | //vda1cs4850/folderAtRoot/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | @@ -900,36 +884,36 @@ Root: //vda1cs4850/users | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/users/node_modules/@types/somefile.d.ts | //vda1cs4850/users/node_modules | true | -| //vda1cs4850/users/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/node_modules | true | -| //vda1cs4850/users/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/node_modules | true | -| //vda1cs4850/users/username/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username | true | -| //vda1cs4850/users/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username | true | -| //vda1cs4850/users/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username | true | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username | true | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username | true | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username | true | +| //vda1cs4850/users/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/users/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/users/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/users/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | | //vda1cs4850/user/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/user/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/user/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | +| //vda1cs4850/user/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | @@ -951,9 +935,9 @@ Root: //vda1cs4850/users | //vda1cs4850/usr/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | +| //vda1cs4850/usr/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | @@ -975,9 +959,9 @@ Root: //vda1cs4850/users | //vda1cs4850/home/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/home/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/home/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | +| //vda1cs4850/home/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | @@ -999,8 +983,6 @@ Root: //vda1cs4850/users ## RootDirForResolution: //vda1cs4850/users/username -Root: //vda1cs4850/users/username - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/node_modules/@types/somefile.d.ts | | | @@ -1009,9 +991,9 @@ Root: //vda1cs4850/users/username | //vda1cs4850/folderAtRoot/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | @@ -1027,9 +1009,9 @@ Root: //vda1cs4850/users/username | //vda1cs4850/users/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/users/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/users/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/node_modules | true | -| //vda1cs4850/users/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/node_modules | true | -| //vda1cs4850/users/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/node_modules | true | +| //vda1cs4850/users/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/users/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | | //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | | //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | @@ -1051,9 +1033,9 @@ Root: //vda1cs4850/users/username | //vda1cs4850/user/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/user/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/user/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | +| //vda1cs4850/user/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | @@ -1075,9 +1057,9 @@ Root: //vda1cs4850/users/username | //vda1cs4850/usr/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | +| //vda1cs4850/usr/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | @@ -1099,9 +1081,9 @@ Root: //vda1cs4850/users/username | //vda1cs4850/home/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/home/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/home/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | +| //vda1cs4850/home/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | @@ -1123,8 +1105,6 @@ Root: //vda1cs4850/users/username ## RootDirForResolution: //vda1cs4850/users/username/folderAtRoot -Root: //vda1cs4850/users/username/folderAtRoot - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/node_modules/@types/somefile.d.ts | | | @@ -1133,9 +1113,9 @@ Root: //vda1cs4850/users/username/folderAtRoot | //vda1cs4850/folderAtRoot/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | @@ -1175,9 +1155,9 @@ Root: //vda1cs4850/users/username/folderAtRoot | //vda1cs4850/user/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/user/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/user/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | +| //vda1cs4850/user/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | @@ -1199,9 +1179,9 @@ Root: //vda1cs4850/users/username/folderAtRoot | //vda1cs4850/usr/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | +| //vda1cs4850/usr/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | @@ -1223,9 +1203,9 @@ Root: //vda1cs4850/users/username/folderAtRoot | //vda1cs4850/home/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/home/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/home/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | +| //vda1cs4850/home/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | @@ -1247,8 +1227,6 @@ Root: //vda1cs4850/users/username/folderAtRoot ## RootDirForResolution: //vda1cs4850/users/username/folderAtRoot/folder1 -Root: //vda1cs4850/users/username/folderAtRoot/folder1 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/node_modules/@types/somefile.d.ts | | | @@ -1257,9 +1235,9 @@ Root: //vda1cs4850/users/username/folderAtRoot/folder1 | //vda1cs4850/folderAtRoot/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | @@ -1278,9 +1256,9 @@ Root: //vda1cs4850/users/username/folderAtRoot/folder1 | //vda1cs4850/users/username/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | @@ -1299,9 +1277,9 @@ Root: //vda1cs4850/users/username/folderAtRoot/folder1 | //vda1cs4850/user/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/user/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/user/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | +| //vda1cs4850/user/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | @@ -1323,9 +1301,9 @@ Root: //vda1cs4850/users/username/folderAtRoot/folder1 | //vda1cs4850/usr/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | +| //vda1cs4850/usr/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | @@ -1347,9 +1325,9 @@ Root: //vda1cs4850/users/username/folderAtRoot/folder1 | //vda1cs4850/home/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/home/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/home/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | +| //vda1cs4850/home/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | @@ -1371,8 +1349,6 @@ Root: //vda1cs4850/users/username/folderAtRoot/folder1 ## RootDirForResolution: //vda1cs4850/users/username/folderAtRoot/folder1/folder2 -Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/node_modules/@types/somefile.d.ts | | | @@ -1381,9 +1357,9 @@ Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2 | //vda1cs4850/folderAtRoot/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | @@ -1402,9 +1378,9 @@ Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2 | //vda1cs4850/users/username/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | @@ -1423,9 +1399,9 @@ Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2 | //vda1cs4850/user/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/user/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/user/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | +| //vda1cs4850/user/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | @@ -1447,9 +1423,9 @@ Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2 | //vda1cs4850/usr/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | +| //vda1cs4850/usr/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | @@ -1471,9 +1447,9 @@ Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2 | //vda1cs4850/home/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/home/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/home/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | +| //vda1cs4850/home/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | @@ -1495,8 +1471,6 @@ Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2 ## RootDirForResolution: //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3 -Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/node_modules/@types/somefile.d.ts | | | @@ -1505,9 +1479,9 @@ Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/folderAtRoot/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | @@ -1526,9 +1500,9 @@ Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/users/username/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | @@ -1547,9 +1521,9 @@ Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/user/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/user/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/user/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | +| //vda1cs4850/user/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | @@ -1571,9 +1545,9 @@ Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/usr/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | +| //vda1cs4850/usr/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | @@ -1595,9 +1569,9 @@ Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/home/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/home/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/home/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | +| //vda1cs4850/home/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | @@ -1619,8 +1593,6 @@ Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3 ## RootDirForResolution: //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4 -Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/node_modules/@types/somefile.d.ts | | | @@ -1629,9 +1601,9 @@ Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/folderAtRoot/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | @@ -1650,9 +1622,9 @@ Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/users/username/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | @@ -1671,9 +1643,9 @@ Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/user/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/user/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/user/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | +| //vda1cs4850/user/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | @@ -1695,9 +1667,9 @@ Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/usr/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | +| //vda1cs4850/usr/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | @@ -1719,9 +1691,9 @@ Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/home/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/home/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/home/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | +| //vda1cs4850/home/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | @@ -1743,8 +1715,6 @@ Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4 ## RootDirForResolution: //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 -Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/node_modules/@types/somefile.d.ts | | | @@ -1753,9 +1723,9 @@ Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/f | //vda1cs4850/folderAtRoot/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | @@ -1774,9 +1744,9 @@ Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/f | //vda1cs4850/users/username/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | @@ -1795,9 +1765,9 @@ Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/f | //vda1cs4850/user/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/user/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/user/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | +| //vda1cs4850/user/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | @@ -1819,9 +1789,9 @@ Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/f | //vda1cs4850/usr/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | +| //vda1cs4850/usr/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | @@ -1843,9 +1813,9 @@ Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/f | //vda1cs4850/home/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/home/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/home/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | +| //vda1cs4850/home/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | @@ -1867,8 +1837,6 @@ Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/f ## RootDirForResolution: //vda1cs4850/user -Root: //vda1cs4850/user - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/node_modules/@types/somefile.d.ts | | | @@ -1877,9 +1845,9 @@ Root: //vda1cs4850/user | //vda1cs4850/folderAtRoot/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | @@ -1898,9 +1866,9 @@ Root: //vda1cs4850/user | //vda1cs4850/users/username/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | @@ -1916,36 +1884,36 @@ Root: //vda1cs4850/user | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/user/node_modules/@types/somefile.d.ts | //vda1cs4850/user/node_modules | true | -| //vda1cs4850/user/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/node_modules | true | -| //vda1cs4850/user/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/node_modules | true | -| //vda1cs4850/user/username/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username | true | -| //vda1cs4850/user/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username | true | -| //vda1cs4850/user/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username | true | -| //vda1cs4850/user/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username | true | -| //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username | true | -| //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username | true | +| //vda1cs4850/user/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/user/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/user/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/user/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | | //vda1cs4850/usr/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | +| //vda1cs4850/usr/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | @@ -1967,9 +1935,9 @@ Root: //vda1cs4850/user | //vda1cs4850/home/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/home/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/home/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | +| //vda1cs4850/home/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | @@ -1991,8 +1959,6 @@ Root: //vda1cs4850/user ## RootDirForResolution: //vda1cs4850/user/username -Root: //vda1cs4850/user/username - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/node_modules/@types/somefile.d.ts | | | @@ -2001,9 +1967,9 @@ Root: //vda1cs4850/user/username | //vda1cs4850/folderAtRoot/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | @@ -2022,9 +1988,9 @@ Root: //vda1cs4850/user/username | //vda1cs4850/users/username/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | @@ -2043,9 +2009,9 @@ Root: //vda1cs4850/user/username | //vda1cs4850/user/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/user/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/user/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | +| //vda1cs4850/user/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | @@ -2067,9 +2033,9 @@ Root: //vda1cs4850/user/username | //vda1cs4850/usr/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | +| //vda1cs4850/usr/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | @@ -2091,9 +2057,9 @@ Root: //vda1cs4850/user/username | //vda1cs4850/home/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/home/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/home/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | +| //vda1cs4850/home/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | @@ -2115,8 +2081,6 @@ Root: //vda1cs4850/user/username ## RootDirForResolution: //vda1cs4850/user/username/folderAtRoot -Root: //vda1cs4850/user/username/folderAtRoot - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/node_modules/@types/somefile.d.ts | | | @@ -2125,9 +2089,9 @@ Root: //vda1cs4850/user/username/folderAtRoot | //vda1cs4850/folderAtRoot/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | @@ -2146,9 +2110,9 @@ Root: //vda1cs4850/user/username/folderAtRoot | //vda1cs4850/users/username/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | @@ -2167,9 +2131,9 @@ Root: //vda1cs4850/user/username/folderAtRoot | //vda1cs4850/user/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/user/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/user/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | +| //vda1cs4850/user/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | @@ -2191,9 +2155,9 @@ Root: //vda1cs4850/user/username/folderAtRoot | //vda1cs4850/usr/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | +| //vda1cs4850/usr/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | @@ -2215,9 +2179,9 @@ Root: //vda1cs4850/user/username/folderAtRoot | //vda1cs4850/home/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/home/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/home/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | +| //vda1cs4850/home/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | @@ -2239,8 +2203,6 @@ Root: //vda1cs4850/user/username/folderAtRoot ## RootDirForResolution: //vda1cs4850/user/username/folderAtRoot/folder1 -Root: //vda1cs4850/user/username/folderAtRoot/folder1 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/node_modules/@types/somefile.d.ts | | | @@ -2249,9 +2211,9 @@ Root: //vda1cs4850/user/username/folderAtRoot/folder1 | //vda1cs4850/folderAtRoot/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | @@ -2270,9 +2232,9 @@ Root: //vda1cs4850/user/username/folderAtRoot/folder1 | //vda1cs4850/users/username/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | @@ -2291,9 +2253,9 @@ Root: //vda1cs4850/user/username/folderAtRoot/folder1 | //vda1cs4850/user/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/user/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/user/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | +| //vda1cs4850/user/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | @@ -2315,9 +2277,9 @@ Root: //vda1cs4850/user/username/folderAtRoot/folder1 | //vda1cs4850/usr/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | +| //vda1cs4850/usr/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | @@ -2339,9 +2301,9 @@ Root: //vda1cs4850/user/username/folderAtRoot/folder1 | //vda1cs4850/home/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/home/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/home/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | +| //vda1cs4850/home/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | @@ -2363,8 +2325,6 @@ Root: //vda1cs4850/user/username/folderAtRoot/folder1 ## RootDirForResolution: //vda1cs4850/user/username/folderAtRoot/folder1/folder2 -Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/node_modules/@types/somefile.d.ts | | | @@ -2373,9 +2333,9 @@ Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2 | //vda1cs4850/folderAtRoot/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | @@ -2394,9 +2354,9 @@ Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2 | //vda1cs4850/users/username/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | @@ -2415,9 +2375,9 @@ Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2 | //vda1cs4850/user/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/user/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/user/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | +| //vda1cs4850/user/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | @@ -2439,9 +2399,9 @@ Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2 | //vda1cs4850/usr/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | +| //vda1cs4850/usr/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | @@ -2463,9 +2423,9 @@ Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2 | //vda1cs4850/home/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/home/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/home/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | +| //vda1cs4850/home/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | @@ -2487,8 +2447,6 @@ Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2 ## RootDirForResolution: //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3 -Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/node_modules/@types/somefile.d.ts | | | @@ -2497,9 +2455,9 @@ Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/folderAtRoot/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | @@ -2518,9 +2476,9 @@ Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/users/username/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | @@ -2539,9 +2497,9 @@ Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/user/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/user/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/user/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | +| //vda1cs4850/user/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | @@ -2563,9 +2521,9 @@ Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/usr/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | +| //vda1cs4850/usr/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | @@ -2587,9 +2545,9 @@ Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/home/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/home/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/home/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | +| //vda1cs4850/home/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | @@ -2611,8 +2569,6 @@ Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3 ## RootDirForResolution: //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4 -Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/node_modules/@types/somefile.d.ts | | | @@ -2621,9 +2577,9 @@ Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/folderAtRoot/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | @@ -2642,9 +2598,9 @@ Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/users/username/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | @@ -2663,9 +2619,9 @@ Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/user/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/user/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/user/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | +| //vda1cs4850/user/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | @@ -2687,9 +2643,9 @@ Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/usr/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | +| //vda1cs4850/usr/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | @@ -2711,9 +2667,9 @@ Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/home/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/home/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/home/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | +| //vda1cs4850/home/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | @@ -2735,8 +2691,6 @@ Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4 ## RootDirForResolution: //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 -Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/node_modules/@types/somefile.d.ts | | | @@ -2745,9 +2699,9 @@ Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/fo | //vda1cs4850/folderAtRoot/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | @@ -2766,9 +2720,9 @@ Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/fo | //vda1cs4850/users/username/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | @@ -2787,9 +2741,9 @@ Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/fo | //vda1cs4850/user/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/user/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/user/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | +| //vda1cs4850/user/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | @@ -2811,9 +2765,9 @@ Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/fo | //vda1cs4850/usr/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | +| //vda1cs4850/usr/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | @@ -2835,9 +2789,9 @@ Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/fo | //vda1cs4850/home/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/home/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/home/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | +| //vda1cs4850/home/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | @@ -2859,8 +2813,6 @@ Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/fo ## RootDirForResolution: //vda1cs4850/usr -Root: //vda1cs4850/usr - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/node_modules/@types/somefile.d.ts | | | @@ -2869,9 +2821,9 @@ Root: //vda1cs4850/usr | //vda1cs4850/folderAtRoot/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | @@ -2890,9 +2842,9 @@ Root: //vda1cs4850/usr | //vda1cs4850/users/username/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | @@ -2911,9 +2863,9 @@ Root: //vda1cs4850/usr | //vda1cs4850/user/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/user/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/user/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | +| //vda1cs4850/user/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | @@ -2932,36 +2884,36 @@ Root: //vda1cs4850/usr | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/usr/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/node_modules | true | -| //vda1cs4850/usr/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/node_modules | true | -| //vda1cs4850/usr/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/node_modules | true | -| //vda1cs4850/usr/username/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username | true | -| //vda1cs4850/usr/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username | true | -| //vda1cs4850/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username | true | -| //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username | true | -| //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username | true | -| //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username | true | +| //vda1cs4850/usr/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/usr/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | | //vda1cs4850/home/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/home/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/home/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | +| //vda1cs4850/home/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | @@ -2983,8 +2935,6 @@ Root: //vda1cs4850/usr ## RootDirForResolution: //vda1cs4850/usr/username -Root: //vda1cs4850/usr/username - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/node_modules/@types/somefile.d.ts | | | @@ -2993,9 +2943,9 @@ Root: //vda1cs4850/usr/username | //vda1cs4850/folderAtRoot/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | @@ -3014,9 +2964,9 @@ Root: //vda1cs4850/usr/username | //vda1cs4850/users/username/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | @@ -3035,9 +2985,9 @@ Root: //vda1cs4850/usr/username | //vda1cs4850/user/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/user/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/user/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | +| //vda1cs4850/user/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | @@ -3059,9 +3009,9 @@ Root: //vda1cs4850/usr/username | //vda1cs4850/usr/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | +| //vda1cs4850/usr/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | @@ -3083,9 +3033,9 @@ Root: //vda1cs4850/usr/username | //vda1cs4850/home/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/home/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/home/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | +| //vda1cs4850/home/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | @@ -3107,8 +3057,6 @@ Root: //vda1cs4850/usr/username ## RootDirForResolution: //vda1cs4850/usr/username/folderAtRoot -Root: //vda1cs4850/usr/username/folderAtRoot - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/node_modules/@types/somefile.d.ts | | | @@ -3117,9 +3065,9 @@ Root: //vda1cs4850/usr/username/folderAtRoot | //vda1cs4850/folderAtRoot/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | @@ -3138,9 +3086,9 @@ Root: //vda1cs4850/usr/username/folderAtRoot | //vda1cs4850/users/username/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | @@ -3159,9 +3107,9 @@ Root: //vda1cs4850/usr/username/folderAtRoot | //vda1cs4850/user/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/user/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/user/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | +| //vda1cs4850/user/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | @@ -3183,9 +3131,9 @@ Root: //vda1cs4850/usr/username/folderAtRoot | //vda1cs4850/usr/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | +| //vda1cs4850/usr/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | @@ -3207,9 +3155,9 @@ Root: //vda1cs4850/usr/username/folderAtRoot | //vda1cs4850/home/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/home/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/home/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | +| //vda1cs4850/home/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | @@ -3231,8 +3179,6 @@ Root: //vda1cs4850/usr/username/folderAtRoot ## RootDirForResolution: //vda1cs4850/usr/username/folderAtRoot/folder1 -Root: //vda1cs4850/usr/username/folderAtRoot/folder1 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/node_modules/@types/somefile.d.ts | | | @@ -3241,9 +3187,9 @@ Root: //vda1cs4850/usr/username/folderAtRoot/folder1 | //vda1cs4850/folderAtRoot/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | @@ -3262,9 +3208,9 @@ Root: //vda1cs4850/usr/username/folderAtRoot/folder1 | //vda1cs4850/users/username/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | @@ -3283,9 +3229,9 @@ Root: //vda1cs4850/usr/username/folderAtRoot/folder1 | //vda1cs4850/user/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/user/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/user/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | +| //vda1cs4850/user/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | @@ -3307,9 +3253,9 @@ Root: //vda1cs4850/usr/username/folderAtRoot/folder1 | //vda1cs4850/usr/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | +| //vda1cs4850/usr/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | @@ -3331,9 +3277,9 @@ Root: //vda1cs4850/usr/username/folderAtRoot/folder1 | //vda1cs4850/home/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/home/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/home/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | +| //vda1cs4850/home/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | @@ -3355,8 +3301,6 @@ Root: //vda1cs4850/usr/username/folderAtRoot/folder1 ## RootDirForResolution: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2 -Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/node_modules/@types/somefile.d.ts | | | @@ -3365,9 +3309,9 @@ Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2 | //vda1cs4850/folderAtRoot/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | @@ -3386,9 +3330,9 @@ Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2 | //vda1cs4850/users/username/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | @@ -3407,9 +3351,9 @@ Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2 | //vda1cs4850/user/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/user/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/user/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | +| //vda1cs4850/user/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | @@ -3431,9 +3375,9 @@ Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2 | //vda1cs4850/usr/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | +| //vda1cs4850/usr/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | @@ -3455,9 +3399,9 @@ Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2 | //vda1cs4850/home/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/home/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/home/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | +| //vda1cs4850/home/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | @@ -3479,8 +3423,6 @@ Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2 ## RootDirForResolution: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3 -Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/node_modules/@types/somefile.d.ts | | | @@ -3489,9 +3431,9 @@ Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/folderAtRoot/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | @@ -3510,9 +3452,9 @@ Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/users/username/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | @@ -3531,9 +3473,9 @@ Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/user/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/user/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/user/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | +| //vda1cs4850/user/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | @@ -3555,9 +3497,9 @@ Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/usr/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | +| //vda1cs4850/usr/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | @@ -3579,9 +3521,9 @@ Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/home/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/home/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/home/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | +| //vda1cs4850/home/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | @@ -3603,8 +3545,6 @@ Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3 ## RootDirForResolution: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 -Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/node_modules/@types/somefile.d.ts | | | @@ -3613,9 +3553,9 @@ Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/folderAtRoot/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | @@ -3634,9 +3574,9 @@ Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/users/username/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | @@ -3655,9 +3595,9 @@ Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/user/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/user/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/user/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | +| //vda1cs4850/user/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | @@ -3679,9 +3619,9 @@ Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/usr/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | +| //vda1cs4850/usr/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | @@ -3703,9 +3643,9 @@ Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/home/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/home/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/home/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | +| //vda1cs4850/home/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | @@ -3727,8 +3667,6 @@ Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 ## RootDirForResolution: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 -Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/node_modules/@types/somefile.d.ts | | | @@ -3737,9 +3675,9 @@ Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/fol | //vda1cs4850/folderAtRoot/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | @@ -3758,9 +3696,9 @@ Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/fol | //vda1cs4850/users/username/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | @@ -3779,9 +3717,9 @@ Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/fol | //vda1cs4850/user/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/user/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/user/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | +| //vda1cs4850/user/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | @@ -3803,9 +3741,9 @@ Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/fol | //vda1cs4850/usr/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | +| //vda1cs4850/usr/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | @@ -3827,9 +3765,9 @@ Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/fol | //vda1cs4850/home/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/home/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/home/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | +| //vda1cs4850/home/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | @@ -3851,8 +3789,6 @@ Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/fol ## RootDirForResolution: //vda1cs4850/home -Root: //vda1cs4850/home - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/node_modules/@types/somefile.d.ts | | | @@ -3861,9 +3797,9 @@ Root: //vda1cs4850/home | //vda1cs4850/folderAtRoot/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | @@ -3882,9 +3818,9 @@ Root: //vda1cs4850/home | //vda1cs4850/users/username/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | @@ -3903,9 +3839,9 @@ Root: //vda1cs4850/home | //vda1cs4850/user/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/user/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/user/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | +| //vda1cs4850/user/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | @@ -3927,9 +3863,9 @@ Root: //vda1cs4850/home | //vda1cs4850/usr/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | +| //vda1cs4850/usr/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | @@ -3948,35 +3884,33 @@ Root: //vda1cs4850/home | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/home/node_modules/@types/somefile.d.ts | //vda1cs4850/home/node_modules | true | -| //vda1cs4850/home/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/node_modules | true | -| //vda1cs4850/home/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/node_modules | true | -| //vda1cs4850/home/username/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username | true | -| //vda1cs4850/home/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username | true | -| //vda1cs4850/home/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username | true | -| //vda1cs4850/home/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username | true | -| //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username | true | -| //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username | true | +| //vda1cs4850/home/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/home/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/home/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/home/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | ## RootDirForResolution: //vda1cs4850/home/username -Root: //vda1cs4850/home/username - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/node_modules/@types/somefile.d.ts | | | @@ -3985,9 +3919,9 @@ Root: //vda1cs4850/home/username | //vda1cs4850/folderAtRoot/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | @@ -4006,9 +3940,9 @@ Root: //vda1cs4850/home/username | //vda1cs4850/users/username/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | @@ -4027,9 +3961,9 @@ Root: //vda1cs4850/home/username | //vda1cs4850/user/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/user/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/user/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | +| //vda1cs4850/user/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | @@ -4051,9 +3985,9 @@ Root: //vda1cs4850/home/username | //vda1cs4850/usr/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | +| //vda1cs4850/usr/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | @@ -4075,9 +4009,9 @@ Root: //vda1cs4850/home/username | //vda1cs4850/home/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/home/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/home/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | +| //vda1cs4850/home/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | @@ -4099,8 +4033,6 @@ Root: //vda1cs4850/home/username ## RootDirForResolution: //vda1cs4850/home/username/folderAtRoot -Root: //vda1cs4850/home/username/folderAtRoot - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/node_modules/@types/somefile.d.ts | | | @@ -4109,9 +4041,9 @@ Root: //vda1cs4850/home/username/folderAtRoot | //vda1cs4850/folderAtRoot/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | @@ -4130,9 +4062,9 @@ Root: //vda1cs4850/home/username/folderAtRoot | //vda1cs4850/users/username/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | @@ -4151,9 +4083,9 @@ Root: //vda1cs4850/home/username/folderAtRoot | //vda1cs4850/user/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/user/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/user/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | +| //vda1cs4850/user/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | @@ -4175,9 +4107,9 @@ Root: //vda1cs4850/home/username/folderAtRoot | //vda1cs4850/usr/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | +| //vda1cs4850/usr/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | @@ -4199,9 +4131,9 @@ Root: //vda1cs4850/home/username/folderAtRoot | //vda1cs4850/home/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/home/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/home/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | +| //vda1cs4850/home/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | @@ -4223,8 +4155,6 @@ Root: //vda1cs4850/home/username/folderAtRoot ## RootDirForResolution: //vda1cs4850/home/username/folderAtRoot/folder1 -Root: //vda1cs4850/home/username/folderAtRoot/folder1 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/node_modules/@types/somefile.d.ts | | | @@ -4233,9 +4163,9 @@ Root: //vda1cs4850/home/username/folderAtRoot/folder1 | //vda1cs4850/folderAtRoot/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | @@ -4254,9 +4184,9 @@ Root: //vda1cs4850/home/username/folderAtRoot/folder1 | //vda1cs4850/users/username/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | @@ -4275,9 +4205,9 @@ Root: //vda1cs4850/home/username/folderAtRoot/folder1 | //vda1cs4850/user/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/user/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/user/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | +| //vda1cs4850/user/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | @@ -4299,9 +4229,9 @@ Root: //vda1cs4850/home/username/folderAtRoot/folder1 | //vda1cs4850/usr/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | +| //vda1cs4850/usr/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | @@ -4323,9 +4253,9 @@ Root: //vda1cs4850/home/username/folderAtRoot/folder1 | //vda1cs4850/home/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/home/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/home/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | +| //vda1cs4850/home/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | @@ -4347,8 +4277,6 @@ Root: //vda1cs4850/home/username/folderAtRoot/folder1 ## RootDirForResolution: //vda1cs4850/home/username/folderAtRoot/folder1/folder2 -Root: //vda1cs4850/home/username/folderAtRoot/folder1/folder2 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/node_modules/@types/somefile.d.ts | | | @@ -4357,9 +4285,9 @@ Root: //vda1cs4850/home/username/folderAtRoot/folder1/folder2 | //vda1cs4850/folderAtRoot/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | @@ -4378,9 +4306,9 @@ Root: //vda1cs4850/home/username/folderAtRoot/folder1/folder2 | //vda1cs4850/users/username/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | @@ -4399,9 +4327,9 @@ Root: //vda1cs4850/home/username/folderAtRoot/folder1/folder2 | //vda1cs4850/user/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/user/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/user/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | +| //vda1cs4850/user/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | @@ -4423,9 +4351,9 @@ Root: //vda1cs4850/home/username/folderAtRoot/folder1/folder2 | //vda1cs4850/usr/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | +| //vda1cs4850/usr/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | @@ -4447,9 +4375,9 @@ Root: //vda1cs4850/home/username/folderAtRoot/folder1/folder2 | //vda1cs4850/home/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/home/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/home/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | +| //vda1cs4850/home/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | @@ -4471,8 +4399,6 @@ Root: //vda1cs4850/home/username/folderAtRoot/folder1/folder2 ## RootDirForResolution: //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3 -Root: //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/node_modules/@types/somefile.d.ts | | | @@ -4481,9 +4407,9 @@ Root: //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/folderAtRoot/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | @@ -4502,9 +4428,9 @@ Root: //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/users/username/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | @@ -4523,9 +4449,9 @@ Root: //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/user/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/user/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/user/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | +| //vda1cs4850/user/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | @@ -4547,9 +4473,9 @@ Root: //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/usr/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | +| //vda1cs4850/usr/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | @@ -4571,9 +4497,9 @@ Root: //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/home/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/home/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/home/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | +| //vda1cs4850/home/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | @@ -4595,8 +4521,6 @@ Root: //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3 ## RootDirForResolution: //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4 -Root: //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/node_modules/@types/somefile.d.ts | | | @@ -4605,9 +4529,9 @@ Root: //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/folderAtRoot/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | @@ -4626,9 +4550,9 @@ Root: //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/users/username/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | @@ -4647,9 +4571,9 @@ Root: //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/user/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/user/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/user/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | +| //vda1cs4850/user/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | @@ -4671,9 +4595,9 @@ Root: //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/usr/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | +| //vda1cs4850/usr/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | @@ -4695,9 +4619,9 @@ Root: //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/home/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/home/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/home/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | +| //vda1cs4850/home/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | @@ -4719,8 +4643,6 @@ Root: //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4 ## RootDirForResolution: //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 -Root: //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/node_modules/@types/somefile.d.ts | | | @@ -4729,9 +4651,9 @@ Root: //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/fo | //vda1cs4850/folderAtRoot/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | @@ -4750,133 +4672,9 @@ Root: //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/fo | //vda1cs4850/users/username/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/user/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/user/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/user/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | -| //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | -| //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/usr/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/usr/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | -| //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | -| //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/home/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/home/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/home/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | -| //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | -| //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | - -## RootDirForResolution: undefined - -Root: undefined - -| Location | getDirectoryToWatchFailedLookupLocation | Recursive | -| ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | --------- | -| //vda1cs4850/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/users/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/users/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/users/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/users/username/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | @@ -4895,9 +4693,9 @@ Root: undefined | //vda1cs4850/user/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/user/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/user/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | +| //vda1cs4850/user/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | @@ -4919,9 +4717,9 @@ Root: undefined | //vda1cs4850/usr/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | +| //vda1cs4850/usr/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | @@ -4943,9 +4741,9 @@ Root: undefined | //vda1cs4850/home/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/home/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/home/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | +| //vda1cs4850/home/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | diff --git a/tests/baselines/reference/canWatch/getDirectoryToWatchFailedLookupLocationAtTypesUncDos.baseline.md b/tests/baselines/reference/canWatch/getDirectoryToWatchFailedLookupLocationAtTypesUncDos.baseline.md index b057643c16673..be2faf1a42c38 100644 --- a/tests/baselines/reference/canWatch/getDirectoryToWatchFailedLookupLocationAtTypesUncDos.baseline.md +++ b/tests/baselines/reference/canWatch/getDirectoryToWatchFailedLookupLocationAtTypesUncDos.baseline.md @@ -7,13 +7,11 @@ It also determines the directory to watch and whether to watch it recursively or ## RootDirForResolution: //vda1cs4850/c$ -Root: //vda1cs4850/c$ - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | --------- | -| //vda1cs4850/c$/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/node_modules | true | -| //vda1cs4850/c$/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/node_modules | true | -| //vda1cs4850/c$/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/node_modules | true | +| //vda1cs4850/c$/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/c$/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/c$/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/c$/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | | //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | | //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | @@ -32,30 +30,30 @@ Root: //vda1cs4850/c$ | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | -| //vda1cs4850/c$/users/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users | true | -| //vda1cs4850/c$/users/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users | true | -| //vda1cs4850/c$/users/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users | true | -| //vda1cs4850/c$/users/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users | true | -| //vda1cs4850/c$/users/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users | true | -| //vda1cs4850/c$/users/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users | true | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users | true | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users | true | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users | true | +| //vda1cs4850/c$/users/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/c$/users/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/c$/users/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | | //vda1cs4850/c$/user/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user | true | | //vda1cs4850/c$/user/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user | true | | //vda1cs4850/c$/user/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | @@ -131,8 +129,6 @@ Root: //vda1cs4850/c$ ## RootDirForResolution: //vda1cs4850/c$/folderAtRoot -Root: //vda1cs4850/c$/folderAtRoot - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/c$/node_modules/@types/somefile.d.ts | | | @@ -162,9 +158,9 @@ Root: //vda1cs4850/c$/folderAtRoot | //vda1cs4850/c$/users/username/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | @@ -180,9 +176,9 @@ Root: //vda1cs4850/c$/folderAtRoot | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/user/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/user/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | @@ -204,9 +200,9 @@ Root: //vda1cs4850/c$/folderAtRoot | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/usr/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/usr/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | @@ -228,9 +224,9 @@ Root: //vda1cs4850/c$/folderAtRoot | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/home/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/home/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | @@ -255,16 +251,14 @@ Root: //vda1cs4850/c$/folderAtRoot ## RootDirForResolution: //vda1cs4850/c$/folderAtRoot/folder1 -Root: //vda1cs4850/c$/folderAtRoot/folder1 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/c$/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | @@ -286,9 +280,9 @@ Root: //vda1cs4850/c$/folderAtRoot/folder1 | //vda1cs4850/c$/users/username/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | @@ -304,9 +298,9 @@ Root: //vda1cs4850/c$/folderAtRoot/folder1 | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/user/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/user/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | @@ -328,9 +322,9 @@ Root: //vda1cs4850/c$/folderAtRoot/folder1 | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/usr/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/usr/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | @@ -352,9 +346,9 @@ Root: //vda1cs4850/c$/folderAtRoot/folder1 | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/home/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/home/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | @@ -379,16 +373,14 @@ Root: //vda1cs4850/c$/folderAtRoot/folder1 ## RootDirForResolution: //vda1cs4850/c$/folderAtRoot/folder1/folder2 -Root: //vda1cs4850/c$/folderAtRoot/folder1/folder2 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/c$/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | @@ -410,9 +402,9 @@ Root: //vda1cs4850/c$/folderAtRoot/folder1/folder2 | //vda1cs4850/c$/users/username/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | @@ -428,9 +420,9 @@ Root: //vda1cs4850/c$/folderAtRoot/folder1/folder2 | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/user/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/user/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | @@ -452,9 +444,9 @@ Root: //vda1cs4850/c$/folderAtRoot/folder1/folder2 | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/usr/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/usr/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | @@ -476,9 +468,9 @@ Root: //vda1cs4850/c$/folderAtRoot/folder1/folder2 | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/home/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/home/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | @@ -503,16 +495,14 @@ Root: //vda1cs4850/c$/folderAtRoot/folder1/folder2 ## RootDirForResolution: //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3 -Root: //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/c$/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | @@ -534,9 +524,9 @@ Root: //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/c$/users/username/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | @@ -552,9 +542,9 @@ Root: //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/user/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/user/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | @@ -576,9 +566,9 @@ Root: //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/usr/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/usr/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | @@ -600,9 +590,9 @@ Root: //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/home/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/home/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | @@ -627,16 +617,14 @@ Root: //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3 ## RootDirForResolution: //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4 -Root: //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/c$/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | @@ -658,9 +646,9 @@ Root: //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/c$/users/username/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | @@ -676,9 +664,9 @@ Root: //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/user/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/user/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | @@ -700,9 +688,9 @@ Root: //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/usr/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/usr/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | @@ -724,9 +712,9 @@ Root: //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/home/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/home/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | @@ -751,16 +739,14 @@ Root: //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4 ## RootDirForResolution: //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5 -Root: //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/c$/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | @@ -782,9 +768,9 @@ Root: //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | //vda1cs4850/c$/users/username/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | @@ -800,9 +786,9 @@ Root: //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/user/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/user/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | @@ -824,9 +810,9 @@ Root: //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/usr/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/usr/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | @@ -848,9 +834,9 @@ Root: //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/home/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/home/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | @@ -875,16 +861,14 @@ Root: //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5 ## RootDirForResolution: //vda1cs4850/c$/users -Root: //vda1cs4850/c$/users - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/c$/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | @@ -900,33 +884,33 @@ Root: //vda1cs4850/c$/users | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/users/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/node_modules | true | -| //vda1cs4850/c$/users/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/node_modules | true | -| //vda1cs4850/c$/users/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/node_modules | true | -| //vda1cs4850/c$/users/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username | true | -| //vda1cs4850/c$/users/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username | true | -| //vda1cs4850/c$/users/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username | true | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username | true | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username | true | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username | true | -| //vda1cs4850/c$/user/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/c$/users/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/c$/users/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/user/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | @@ -948,9 +932,9 @@ Root: //vda1cs4850/c$/users | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/usr/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/usr/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | @@ -972,9 +956,9 @@ Root: //vda1cs4850/c$/users | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/home/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/home/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | @@ -999,16 +983,14 @@ Root: //vda1cs4850/c$/users ## RootDirForResolution: //vda1cs4850/c$/users/username -Root: //vda1cs4850/c$/users/username - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/c$/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | @@ -1027,9 +1009,9 @@ Root: //vda1cs4850/c$/users/username | //vda1cs4850/c$/users/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/c$/users/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/c$/users/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/node_modules | true | -| //vda1cs4850/c$/users/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/node_modules | true | -| //vda1cs4850/c$/users/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/node_modules | true | +| //vda1cs4850/c$/users/username/node_modules/@types/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/node_modules/@types/dir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | | //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | | //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | | //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | @@ -1048,9 +1030,9 @@ Root: //vda1cs4850/c$/users/username | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | -| //vda1cs4850/c$/user/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/user/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | @@ -1072,9 +1054,9 @@ Root: //vda1cs4850/c$/users/username | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/usr/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/usr/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | @@ -1096,9 +1078,9 @@ Root: //vda1cs4850/c$/users/username | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/home/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/home/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | @@ -1123,16 +1105,14 @@ Root: //vda1cs4850/c$/users/username ## RootDirForResolution: //vda1cs4850/c$/users/username/folderAtRoot -Root: //vda1cs4850/c$/users/username/folderAtRoot - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/c$/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | @@ -1172,9 +1152,9 @@ Root: //vda1cs4850/c$/users/username/folderAtRoot | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1 | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1 | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1 | true | -| //vda1cs4850/c$/user/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/user/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | @@ -1196,9 +1176,9 @@ Root: //vda1cs4850/c$/users/username/folderAtRoot | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/usr/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/usr/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | @@ -1220,9 +1200,9 @@ Root: //vda1cs4850/c$/users/username/folderAtRoot | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/home/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/home/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | @@ -1247,16 +1227,14 @@ Root: //vda1cs4850/c$/users/username/folderAtRoot ## RootDirForResolution: //vda1cs4850/c$/users/username/folderAtRoot/folder1 -Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/c$/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | @@ -1278,9 +1256,9 @@ Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1 | //vda1cs4850/c$/users/username/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | @@ -1296,9 +1274,9 @@ Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1 | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2 | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2 | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2 | true | -| //vda1cs4850/c$/user/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/user/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | @@ -1320,9 +1298,9 @@ Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1 | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/usr/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/usr/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | @@ -1344,9 +1322,9 @@ Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1 | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/home/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/home/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | @@ -1371,16 +1349,14 @@ Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1 ## RootDirForResolution: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2 -Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/c$/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | @@ -1402,9 +1378,9 @@ Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2 | //vda1cs4850/c$/users/username/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | @@ -1420,9 +1396,9 @@ Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2 | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3 | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3 | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3 | true | -| //vda1cs4850/c$/user/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/user/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | @@ -1444,9 +1420,9 @@ Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2 | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/usr/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/usr/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | @@ -1468,9 +1444,9 @@ Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2 | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/home/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/home/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | @@ -1495,16 +1471,14 @@ Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2 ## RootDirForResolution: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3 -Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/c$/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | @@ -1526,9 +1500,9 @@ Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/c$/users/username/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | @@ -1544,9 +1518,9 @@ Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4 | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4 | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4 | true | -| //vda1cs4850/c$/user/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/user/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | @@ -1568,9 +1542,9 @@ Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/usr/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/usr/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | @@ -1592,9 +1566,9 @@ Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/home/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/home/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | @@ -1619,16 +1593,14 @@ Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3 ## RootDirForResolution: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4 -Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/c$/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | @@ -1650,9 +1622,9 @@ Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder | //vda1cs4850/c$/users/username/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | @@ -1668,9 +1640,9 @@ Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | true | -| //vda1cs4850/c$/user/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/user/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | @@ -1692,9 +1664,9 @@ Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/usr/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/usr/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | @@ -1716,9 +1688,9 @@ Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/home/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/home/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | @@ -1743,16 +1715,14 @@ Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder ## RootDirForResolution: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 -Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/c$/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | @@ -1774,10 +1744,10 @@ Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder | //vda1cs4850/c$/users/username/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules | true | @@ -1792,9 +1762,9 @@ Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/user/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/user/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | @@ -1816,9 +1786,9 @@ Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/usr/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/usr/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | @@ -1840,9 +1810,9 @@ Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/home/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/home/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | @@ -1867,16 +1837,14 @@ Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder ## RootDirForResolution: //vda1cs4850/c$/user -Root: //vda1cs4850/c$/user - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/c$/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | @@ -1898,9 +1866,9 @@ Root: //vda1cs4850/c$/user | //vda1cs4850/c$/users/username/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | @@ -1940,9 +1908,9 @@ Root: //vda1cs4850/c$/user | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/username | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/username | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username | true | -| //vda1cs4850/c$/usr/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/usr/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | @@ -1964,9 +1932,9 @@ Root: //vda1cs4850/c$/user | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/home/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/home/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | @@ -1991,16 +1959,14 @@ Root: //vda1cs4850/c$/user ## RootDirForResolution: //vda1cs4850/c$/user/username -Root: //vda1cs4850/c$/user/username - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/c$/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | @@ -2022,9 +1988,9 @@ Root: //vda1cs4850/c$/user/username | //vda1cs4850/c$/users/username/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | @@ -2040,9 +2006,9 @@ Root: //vda1cs4850/c$/user/username | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/user/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/user/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | @@ -2064,9 +2030,9 @@ Root: //vda1cs4850/c$/user/username | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot | true | -| //vda1cs4850/c$/usr/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/usr/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | @@ -2088,9 +2054,9 @@ Root: //vda1cs4850/c$/user/username | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/home/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/home/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | @@ -2115,16 +2081,14 @@ Root: //vda1cs4850/c$/user/username ## RootDirForResolution: //vda1cs4850/c$/user/username/folderAtRoot -Root: //vda1cs4850/c$/user/username/folderAtRoot - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/c$/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | @@ -2146,9 +2110,9 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot | //vda1cs4850/c$/users/username/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | @@ -2164,9 +2128,9 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/user/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/user/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | @@ -2188,9 +2152,9 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1 | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1 | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1 | true | -| //vda1cs4850/c$/usr/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/usr/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | @@ -2212,9 +2176,9 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/home/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/home/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | @@ -2239,16 +2203,14 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot ## RootDirForResolution: //vda1cs4850/c$/user/username/folderAtRoot/folder1 -Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/c$/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | @@ -2270,9 +2232,9 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1 | //vda1cs4850/c$/users/username/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | @@ -2288,9 +2250,9 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1 | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/user/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/user/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | @@ -2312,9 +2274,9 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1 | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2 | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2 | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2 | true | -| //vda1cs4850/c$/usr/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/usr/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | @@ -2336,9 +2298,9 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1 | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/home/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/home/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | @@ -2363,16 +2325,14 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1 ## RootDirForResolution: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2 -Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/c$/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | @@ -2394,9 +2354,9 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2 | //vda1cs4850/c$/users/username/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | @@ -2412,9 +2372,9 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2 | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/user/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/user/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | @@ -2436,9 +2396,9 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2 | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3 | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3 | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3 | true | -| //vda1cs4850/c$/usr/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/usr/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | @@ -2460,9 +2420,9 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2 | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/home/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/home/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | @@ -2487,16 +2447,14 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2 ## RootDirForResolution: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3 -Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/c$/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | @@ -2518,9 +2476,9 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/c$/users/username/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | @@ -2536,9 +2494,9 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/user/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/user/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | @@ -2560,9 +2518,9 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4 | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4 | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4 | true | -| //vda1cs4850/c$/usr/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/usr/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | @@ -2584,9 +2542,9 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/home/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/home/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | @@ -2611,16 +2569,14 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3 ## RootDirForResolution: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4 -Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/c$/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | @@ -2642,9 +2598,9 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/c$/users/username/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | @@ -2660,9 +2616,9 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/user/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/user/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | @@ -2684,9 +2640,9 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | true | -| //vda1cs4850/c$/usr/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/usr/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | @@ -2708,9 +2664,9 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/home/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/home/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | @@ -2735,16 +2691,14 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4 ## RootDirForResolution: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 -Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/c$/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | @@ -2766,9 +2720,9 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/c$/users/username/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | @@ -2784,9 +2738,9 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/user/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/user/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | @@ -2808,9 +2762,9 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/usr/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/usr/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | @@ -2832,9 +2786,9 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/home/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/home/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | @@ -2859,16 +2813,14 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4 ## RootDirForResolution: //vda1cs4850/c$/usr -Root: //vda1cs4850/c$/usr - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/c$/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | @@ -2890,9 +2842,9 @@ Root: //vda1cs4850/c$/usr | //vda1cs4850/c$/users/username/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | @@ -2908,9 +2860,9 @@ Root: //vda1cs4850/c$/usr | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/user/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/user/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | @@ -2956,9 +2908,9 @@ Root: //vda1cs4850/c$/usr | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/username | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/username | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username | true | -| //vda1cs4850/c$/home/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/home/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | @@ -2983,16 +2935,14 @@ Root: //vda1cs4850/c$/usr ## RootDirForResolution: //vda1cs4850/c$/usr/username -Root: //vda1cs4850/c$/usr/username - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/c$/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | @@ -3014,9 +2964,9 @@ Root: //vda1cs4850/c$/usr/username | //vda1cs4850/c$/users/username/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | @@ -3032,9 +2982,9 @@ Root: //vda1cs4850/c$/usr/username | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/user/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/user/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | @@ -3056,9 +3006,9 @@ Root: //vda1cs4850/c$/usr/username | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/usr/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/usr/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | @@ -3080,9 +3030,9 @@ Root: //vda1cs4850/c$/usr/username | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot | true | -| //vda1cs4850/c$/home/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/home/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | @@ -3107,16 +3057,14 @@ Root: //vda1cs4850/c$/usr/username ## RootDirForResolution: //vda1cs4850/c$/usr/username/folderAtRoot -Root: //vda1cs4850/c$/usr/username/folderAtRoot - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/c$/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | @@ -3138,9 +3086,9 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot | //vda1cs4850/c$/users/username/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | @@ -3156,9 +3104,9 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/user/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/user/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | @@ -3180,9 +3128,9 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/usr/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/usr/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | @@ -3204,9 +3152,9 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1 | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1 | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1 | true | -| //vda1cs4850/c$/home/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/home/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | @@ -3231,16 +3179,14 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot ## RootDirForResolution: //vda1cs4850/c$/usr/username/folderAtRoot/folder1 -Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/c$/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | @@ -3262,9 +3208,9 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1 | //vda1cs4850/c$/users/username/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | @@ -3280,9 +3226,9 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1 | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/user/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/user/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | @@ -3304,9 +3250,9 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1 | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/usr/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/usr/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | @@ -3328,9 +3274,9 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1 | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2 | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2 | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2 | true | -| //vda1cs4850/c$/home/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/home/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | @@ -3355,16 +3301,14 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1 ## RootDirForResolution: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2 -Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/c$/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | @@ -3386,9 +3330,9 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2 | //vda1cs4850/c$/users/username/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | @@ -3404,9 +3348,9 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2 | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/user/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/user/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | @@ -3428,9 +3372,9 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2 | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/usr/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/usr/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | @@ -3452,9 +3396,9 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2 | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3 | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3 | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3 | true | -| //vda1cs4850/c$/home/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/home/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | @@ -3479,16 +3423,14 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2 ## RootDirForResolution: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3 -Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/c$/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | @@ -3510,9 +3452,9 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/c$/users/username/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | @@ -3528,9 +3470,9 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/user/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/user/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | @@ -3552,9 +3494,9 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/usr/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/usr/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | @@ -3576,9 +3518,9 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 | true | -| //vda1cs4850/c$/home/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/home/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | @@ -3603,16 +3545,14 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3 ## RootDirForResolution: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 -Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/c$/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | @@ -3634,9 +3574,9 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/c$/users/username/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | @@ -3652,9 +3592,9 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/user/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/user/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | @@ -3676,9 +3616,9 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/usr/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/usr/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | @@ -3700,9 +3640,9 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | true | -| //vda1cs4850/c$/home/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/home/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | @@ -3727,16 +3667,14 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 ## RootDirForResolution: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 -Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/c$/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | @@ -3758,9 +3696,9 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/ | //vda1cs4850/c$/users/username/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | @@ -3776,9 +3714,9 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/ | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/user/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/user/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | @@ -3800,9 +3738,9 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/ | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/usr/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/usr/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | @@ -3824,9 +3762,9 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/ | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/home/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/home/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | @@ -3851,16 +3789,14 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/ ## RootDirForResolution: //vda1cs4850/c$/home -Root: //vda1cs4850/c$/home - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/c$/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | @@ -3882,9 +3818,9 @@ Root: //vda1cs4850/c$/home | //vda1cs4850/c$/users/username/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | @@ -3900,9 +3836,9 @@ Root: //vda1cs4850/c$/home | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/user/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/user/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | @@ -3924,9 +3860,9 @@ Root: //vda1cs4850/c$/home | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/usr/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/usr/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | @@ -3975,16 +3911,14 @@ Root: //vda1cs4850/c$/home ## RootDirForResolution: //vda1cs4850/c$/home/username -Root: //vda1cs4850/c$/home/username - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/c$/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | @@ -4006,9 +3940,9 @@ Root: //vda1cs4850/c$/home/username | //vda1cs4850/c$/users/username/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | @@ -4024,9 +3958,9 @@ Root: //vda1cs4850/c$/home/username | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/user/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/user/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | @@ -4048,9 +3982,9 @@ Root: //vda1cs4850/c$/home/username | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/usr/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/usr/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | @@ -4072,9 +4006,9 @@ Root: //vda1cs4850/c$/home/username | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/home/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/home/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | @@ -4099,16 +4033,14 @@ Root: //vda1cs4850/c$/home/username ## RootDirForResolution: //vda1cs4850/c$/home/username/folderAtRoot -Root: //vda1cs4850/c$/home/username/folderAtRoot - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/c$/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | @@ -4130,9 +4062,9 @@ Root: //vda1cs4850/c$/home/username/folderAtRoot | //vda1cs4850/c$/users/username/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | @@ -4148,9 +4080,9 @@ Root: //vda1cs4850/c$/home/username/folderAtRoot | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/user/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/user/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | @@ -4172,9 +4104,9 @@ Root: //vda1cs4850/c$/home/username/folderAtRoot | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/usr/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/usr/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | @@ -4196,9 +4128,9 @@ Root: //vda1cs4850/c$/home/username/folderAtRoot | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/home/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/home/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | @@ -4223,16 +4155,14 @@ Root: //vda1cs4850/c$/home/username/folderAtRoot ## RootDirForResolution: //vda1cs4850/c$/home/username/folderAtRoot/folder1 -Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/c$/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | @@ -4254,9 +4184,9 @@ Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1 | //vda1cs4850/c$/users/username/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | @@ -4272,9 +4202,9 @@ Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1 | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/user/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/user/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | @@ -4296,9 +4226,9 @@ Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1 | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/usr/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/usr/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | @@ -4320,9 +4250,9 @@ Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1 | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/home/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/home/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | @@ -4347,16 +4277,14 @@ Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1 ## RootDirForResolution: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2 -Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/c$/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | @@ -4378,9 +4306,9 @@ Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2 | //vda1cs4850/c$/users/username/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | @@ -4396,9 +4324,9 @@ Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2 | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/user/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/user/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | @@ -4420,9 +4348,9 @@ Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2 | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/usr/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/usr/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | @@ -4444,9 +4372,9 @@ Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2 | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/home/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/home/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | @@ -4471,16 +4399,14 @@ Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2 ## RootDirForResolution: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3 -Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/c$/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | @@ -4502,9 +4428,9 @@ Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/c$/users/username/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | @@ -4520,9 +4446,9 @@ Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/user/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/user/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | @@ -4544,9 +4470,9 @@ Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/usr/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/usr/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | @@ -4568,9 +4494,9 @@ Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/home/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/home/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | @@ -4595,16 +4521,14 @@ Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3 ## RootDirForResolution: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4 -Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/c$/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | @@ -4626,9 +4550,9 @@ Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/c$/users/username/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | @@ -4644,9 +4568,9 @@ Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/user/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/user/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | @@ -4668,9 +4592,9 @@ Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/usr/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/usr/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | @@ -4692,9 +4616,9 @@ Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/home/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/home/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | @@ -4719,140 +4643,14 @@ Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4 ## RootDirForResolution: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 -Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/c$/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/users/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/users/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/user/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | -| //vda1cs4850/c$/user/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | -| //vda1cs4850/c$/user/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | -| //vda1cs4850/c$/user/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/node_modules | true | -| //vda1cs4850/c$/user/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/node_modules | true | -| //vda1cs4850/c$/user/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/node_modules | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/node_modules | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/node_modules | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/node_modules | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/usr/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | -| //vda1cs4850/c$/usr/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | -| //vda1cs4850/c$/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/node_modules | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/node_modules | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/node_modules | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/node_modules | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/node_modules | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/node_modules | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/home/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | -| //vda1cs4850/c$/home/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | -| //vda1cs4850/c$/home/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | -| //vda1cs4850/c$/home/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/home/username/folderAtRoot/node_modules | true | -| //vda1cs4850/c$/home/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/home/username/folderAtRoot/node_modules | true | -| //vda1cs4850/c$/home/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/folderAtRoot/node_modules | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/node_modules | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/node_modules | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/node_modules | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | - -## RootDirForResolution: undefined - -Root: undefined - -| Location | getDirectoryToWatchFailedLookupLocation | Recursive | -| ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | --------- | -| //vda1cs4850/c$/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | @@ -4874,9 +4672,9 @@ Root: undefined | //vda1cs4850/c$/users/username/node_modules/@types/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/@types/dir/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/@types/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | @@ -4892,9 +4690,9 @@ Root: undefined | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/user/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/user/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | @@ -4916,9 +4714,9 @@ Root: undefined | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/usr/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/usr/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | @@ -4940,9 +4738,9 @@ Root: undefined | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/home/node_modules/@types/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/@types/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/@types/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/home/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/dir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/@types/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | diff --git a/tests/baselines/reference/canWatch/getDirectoryToWatchFailedLookupLocationDos.baseline.md b/tests/baselines/reference/canWatch/getDirectoryToWatchFailedLookupLocationDos.baseline.md index 9926757e240c0..d31143f4a8cdd 100644 --- a/tests/baselines/reference/canWatch/getDirectoryToWatchFailedLookupLocationDos.baseline.md +++ b/tests/baselines/reference/canWatch/getDirectoryToWatchFailedLookupLocationDos.baseline.md @@ -7,11 +7,9 @@ It also determines the directory to watch and whether to watch it recursively or ## RootDirForResolution: c:/ -Root: c: - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | --------- | -| c:/somefile.d.ts | c: | false | +| c:/somefile.d.ts | | | | c:/dir/somefile.d.ts | c:/dir | true | | c:/dir/subdir/somefile.d.ts | c:/dir | true | | c:/folderAtRoot/somefile.d.ts | c:/folderAtRoot | true | @@ -32,30 +30,30 @@ Root: c: | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/folderAtRoot | true | | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/folderAtRoot | true | | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | -| c:/users/somefile.d.ts | c:/users | true | -| c:/users/dir/somefile.d.ts | c:/users | true | -| c:/users/dir/subdir/somefile.d.ts | c:/users | true | -| c:/users/username/somefile.d.ts | c:/users | true | -| c:/users/username/dir/somefile.d.ts | c:/users | true | -| c:/users/username/dir/subdir/somefile.d.ts | c:/users | true | -| c:/users/username/folderAtRoot/somefile.d.ts | c:/users | true | -| c:/users/username/folderAtRoot/dir/somefile.d.ts | c:/users | true | -| c:/users/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/users | true | -| c:/users/username/folderAtRoot/folder1/somefile.d.ts | c:/users | true | -| c:/users/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/users | true | -| c:/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/users | true | -| c:/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/users | true | -| c:/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/users | true | -| c:/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/users | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/users | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/users | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/users | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/users | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/users | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/users | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/users | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/users | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/users | true | +| c:/users/somefile.d.ts | | | +| c:/users/dir/somefile.d.ts | | | +| c:/users/dir/subdir/somefile.d.ts | c:/users/dir/subdir | true | +| c:/users/username/somefile.d.ts | | | +| c:/users/username/dir/somefile.d.ts | c:/users/username/dir | true | +| c:/users/username/dir/subdir/somefile.d.ts | c:/users/username/dir | true | +| c:/users/username/folderAtRoot/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | | c:/user/somefile.d.ts | c:/user | true | | c:/user/dir/somefile.d.ts | c:/user | true | | c:/user/dir/subdir/somefile.d.ts | c:/user | true | @@ -131,13 +129,11 @@ Root: c: ## RootDirForResolution: c:/folderAtRoot -Root: c:/folderAtRoot - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | --------- | | c:/somefile.d.ts | | | -| c:/dir/somefile.d.ts | | | -| c:/dir/subdir/somefile.d.ts | | | +| c:/dir/somefile.d.ts | c:/dir | true | +| c:/dir/subdir/somefile.d.ts | c:/dir | true | | c:/folderAtRoot/somefile.d.ts | c:/folderAtRoot | false | | c:/folderAtRoot/dir/somefile.d.ts | c:/folderAtRoot/dir | true | | c:/folderAtRoot/dir/subdir/somefile.d.ts | c:/folderAtRoot/dir | true | @@ -158,113 +154,111 @@ Root: c:/folderAtRoot | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1 | true | | c:/users/somefile.d.ts | | | | c:/users/dir/somefile.d.ts | | | -| c:/users/dir/subdir/somefile.d.ts | | | +| c:/users/dir/subdir/somefile.d.ts | c:/users/dir/subdir | true | | c:/users/username/somefile.d.ts | | | -| c:/users/username/dir/somefile.d.ts | | | -| c:/users/username/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/somefile.d.ts | | | -| c:/users/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/user/somefile.d.ts | | | -| c:/user/dir/somefile.d.ts | | | -| c:/user/dir/subdir/somefile.d.ts | | | -| c:/user/username/somefile.d.ts | | | -| c:/user/username/dir/somefile.d.ts | | | -| c:/user/username/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/somefile.d.ts | | | -| c:/user/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/usr/somefile.d.ts | | | -| c:/usr/dir/somefile.d.ts | | | -| c:/usr/dir/subdir/somefile.d.ts | | | -| c:/usr/username/somefile.d.ts | | | -| c:/usr/username/dir/somefile.d.ts | | | -| c:/usr/username/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/home/somefile.d.ts | | | -| c:/home/dir/somefile.d.ts | | | -| c:/home/dir/subdir/somefile.d.ts | | | -| c:/home/username/somefile.d.ts | | | -| c:/home/username/dir/somefile.d.ts | | | -| c:/home/username/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/somefile.d.ts | | | -| c:/home/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| c:/users/username/dir/somefile.d.ts | c:/users/username/dir | true | +| c:/users/username/dir/subdir/somefile.d.ts | c:/users/username/dir | true | +| c:/users/username/folderAtRoot/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/user/somefile.d.ts | c:/user | true | +| c:/user/dir/somefile.d.ts | c:/user | true | +| c:/user/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/somefile.d.ts | c:/user | true | +| c:/user/username/dir/somefile.d.ts | c:/user | true | +| c:/user/username/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/user | true | +| c:/usr/somefile.d.ts | c:/usr | true | +| c:/usr/dir/somefile.d.ts | c:/usr | true | +| c:/usr/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/somefile.d.ts | c:/usr | true | +| c:/usr/username/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/home/somefile.d.ts | c:/home | true | +| c:/home/dir/somefile.d.ts | c:/home | true | +| c:/home/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/somefile.d.ts | c:/home | true | +| c:/home/username/dir/somefile.d.ts | c:/home | true | +| c:/home/username/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/home | true | ## RootDirForResolution: c:/folderAtRoot/folder1 -Root: c:/folderAtRoot/folder1 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | --------- | | c:/somefile.d.ts | | | -| c:/dir/somefile.d.ts | | | -| c:/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/somefile.d.ts | | | -| c:/folderAtRoot/dir/somefile.d.ts | | | -| c:/folderAtRoot/dir/subdir/somefile.d.ts | | | +| c:/dir/somefile.d.ts | c:/dir | true | +| c:/dir/subdir/somefile.d.ts | c:/dir | true | +| c:/folderAtRoot/somefile.d.ts | c:/folderAtRoot | false | +| c:/folderAtRoot/dir/somefile.d.ts | c:/folderAtRoot/dir | true | +| c:/folderAtRoot/dir/subdir/somefile.d.ts | c:/folderAtRoot/dir | true | | c:/folderAtRoot/folder1/somefile.d.ts | c:/folderAtRoot/folder1 | false | | c:/folderAtRoot/folder1/dir/somefile.d.ts | c:/folderAtRoot/folder1/dir | true | | c:/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/dir | true | @@ -282,113 +276,111 @@ Root: c:/folderAtRoot/folder1 | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/folder2 | true | | c:/users/somefile.d.ts | | | | c:/users/dir/somefile.d.ts | | | -| c:/users/dir/subdir/somefile.d.ts | | | +| c:/users/dir/subdir/somefile.d.ts | c:/users/dir/subdir | true | | c:/users/username/somefile.d.ts | | | -| c:/users/username/dir/somefile.d.ts | | | -| c:/users/username/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/somefile.d.ts | | | -| c:/users/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/user/somefile.d.ts | | | -| c:/user/dir/somefile.d.ts | | | -| c:/user/dir/subdir/somefile.d.ts | | | -| c:/user/username/somefile.d.ts | | | -| c:/user/username/dir/somefile.d.ts | | | -| c:/user/username/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/somefile.d.ts | | | -| c:/user/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/usr/somefile.d.ts | | | -| c:/usr/dir/somefile.d.ts | | | -| c:/usr/dir/subdir/somefile.d.ts | | | -| c:/usr/username/somefile.d.ts | | | -| c:/usr/username/dir/somefile.d.ts | | | -| c:/usr/username/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/home/somefile.d.ts | | | -| c:/home/dir/somefile.d.ts | | | -| c:/home/dir/subdir/somefile.d.ts | | | -| c:/home/username/somefile.d.ts | | | -| c:/home/username/dir/somefile.d.ts | | | -| c:/home/username/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/somefile.d.ts | | | -| c:/home/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| c:/users/username/dir/somefile.d.ts | c:/users/username/dir | true | +| c:/users/username/dir/subdir/somefile.d.ts | c:/users/username/dir | true | +| c:/users/username/folderAtRoot/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/user/somefile.d.ts | c:/user | true | +| c:/user/dir/somefile.d.ts | c:/user | true | +| c:/user/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/somefile.d.ts | c:/user | true | +| c:/user/username/dir/somefile.d.ts | c:/user | true | +| c:/user/username/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/user | true | +| c:/usr/somefile.d.ts | c:/usr | true | +| c:/usr/dir/somefile.d.ts | c:/usr | true | +| c:/usr/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/somefile.d.ts | c:/usr | true | +| c:/usr/username/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/home/somefile.d.ts | c:/home | true | +| c:/home/dir/somefile.d.ts | c:/home | true | +| c:/home/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/somefile.d.ts | c:/home | true | +| c:/home/username/dir/somefile.d.ts | c:/home | true | +| c:/home/username/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/home | true | ## RootDirForResolution: c:/folderAtRoot/folder1/folder2 -Root: c:/folderAtRoot/folder1/folder2 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | --------- | | c:/somefile.d.ts | | | -| c:/dir/somefile.d.ts | | | -| c:/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/somefile.d.ts | | | -| c:/folderAtRoot/dir/somefile.d.ts | | | -| c:/folderAtRoot/dir/subdir/somefile.d.ts | | | +| c:/dir/somefile.d.ts | c:/dir | true | +| c:/dir/subdir/somefile.d.ts | c:/dir | true | +| c:/folderAtRoot/somefile.d.ts | c:/folderAtRoot | false | +| c:/folderAtRoot/dir/somefile.d.ts | c:/folderAtRoot/dir | true | +| c:/folderAtRoot/dir/subdir/somefile.d.ts | c:/folderAtRoot/dir | true | | c:/folderAtRoot/folder1/somefile.d.ts | c:/folderAtRoot/folder1 | false | | c:/folderAtRoot/folder1/dir/somefile.d.ts | c:/folderAtRoot/folder1/dir | true | | c:/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/dir | true | @@ -406,237 +398,111 @@ Root: c:/folderAtRoot/folder1/folder2 | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/folder2/folder3 | true | | c:/users/somefile.d.ts | | | | c:/users/dir/somefile.d.ts | | | -| c:/users/dir/subdir/somefile.d.ts | | | +| c:/users/dir/subdir/somefile.d.ts | c:/users/dir/subdir | true | | c:/users/username/somefile.d.ts | | | -| c:/users/username/dir/somefile.d.ts | | | -| c:/users/username/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/somefile.d.ts | | | -| c:/users/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/user/somefile.d.ts | | | -| c:/user/dir/somefile.d.ts | | | -| c:/user/dir/subdir/somefile.d.ts | | | -| c:/user/username/somefile.d.ts | | | -| c:/user/username/dir/somefile.d.ts | | | -| c:/user/username/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/somefile.d.ts | | | -| c:/user/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/usr/somefile.d.ts | | | -| c:/usr/dir/somefile.d.ts | | | -| c:/usr/dir/subdir/somefile.d.ts | | | -| c:/usr/username/somefile.d.ts | | | -| c:/usr/username/dir/somefile.d.ts | | | -| c:/usr/username/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/home/somefile.d.ts | | | -| c:/home/dir/somefile.d.ts | | | -| c:/home/dir/subdir/somefile.d.ts | | | -| c:/home/username/somefile.d.ts | | | -| c:/home/username/dir/somefile.d.ts | | | -| c:/home/username/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/somefile.d.ts | | | -| c:/home/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | - -## RootDirForResolution: c:/folderAtRoot/folder1/folder2/folder3 - -Root: c:/folderAtRoot/folder1/folder2/folder3 - -| Location | getDirectoryToWatchFailedLookupLocation | Recursive | -| ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | --------- | -| c:/somefile.d.ts | | | -| c:/dir/somefile.d.ts | | | -| c:/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/somefile.d.ts | | | -| c:/folderAtRoot/dir/somefile.d.ts | | | -| c:/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/somefile.d.ts | c:/folderAtRoot/folder1 | false | -| c:/folderAtRoot/folder1/dir/somefile.d.ts | c:/folderAtRoot/folder1/dir | true | -| c:/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/dir | true | -| c:/folderAtRoot/folder1/folder2/somefile.d.ts | c:/folderAtRoot/folder1/folder2 | false | -| c:/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/folderAtRoot/folder1/folder2/dir | true | -| c:/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/folder2/dir | true | -| c:/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/folderAtRoot/folder1/folder2/folder3 | false | -| c:/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/folderAtRoot/folder1/folder2/folder3/dir | true | -| c:/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/folder2/folder3/dir | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/folderAtRoot/folder1/folder2/folder3/folder4 | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/folderAtRoot/folder1/folder2/folder3/folder4 | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/folder2/folder3/folder4 | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/folderAtRoot/folder1/folder2/folder3/folder4 | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/folderAtRoot/folder1/folder2/folder3/folder4 | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/folder2/folder3/folder4 | true | -| c:/users/somefile.d.ts | | | -| c:/users/dir/somefile.d.ts | | | -| c:/users/dir/subdir/somefile.d.ts | | | -| c:/users/username/somefile.d.ts | | | -| c:/users/username/dir/somefile.d.ts | | | -| c:/users/username/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/somefile.d.ts | | | -| c:/users/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/user/somefile.d.ts | | | -| c:/user/dir/somefile.d.ts | | | -| c:/user/dir/subdir/somefile.d.ts | | | -| c:/user/username/somefile.d.ts | | | -| c:/user/username/dir/somefile.d.ts | | | -| c:/user/username/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/somefile.d.ts | | | -| c:/user/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/usr/somefile.d.ts | | | -| c:/usr/dir/somefile.d.ts | | | -| c:/usr/dir/subdir/somefile.d.ts | | | -| c:/usr/username/somefile.d.ts | | | -| c:/usr/username/dir/somefile.d.ts | | | -| c:/usr/username/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/home/somefile.d.ts | | | -| c:/home/dir/somefile.d.ts | | | -| c:/home/dir/subdir/somefile.d.ts | | | -| c:/home/username/somefile.d.ts | | | -| c:/home/username/dir/somefile.d.ts | | | -| c:/home/username/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/somefile.d.ts | | | -| c:/home/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | - -## RootDirForResolution: c:/folderAtRoot/folder1/folder2/folder3/folder4 - -Root: c:/folderAtRoot/folder1/folder2/folder3/folder4 - -| Location | getDirectoryToWatchFailedLookupLocation | Recursive | -| ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | --------- | -| c:/somefile.d.ts | | | -| c:/dir/somefile.d.ts | | | -| c:/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/somefile.d.ts | | | -| c:/folderAtRoot/dir/somefile.d.ts | | | -| c:/folderAtRoot/dir/subdir/somefile.d.ts | | | +| c:/users/username/dir/somefile.d.ts | c:/users/username/dir | true | +| c:/users/username/dir/subdir/somefile.d.ts | c:/users/username/dir | true | +| c:/users/username/folderAtRoot/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/user/somefile.d.ts | c:/user | true | +| c:/user/dir/somefile.d.ts | c:/user | true | +| c:/user/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/somefile.d.ts | c:/user | true | +| c:/user/username/dir/somefile.d.ts | c:/user | true | +| c:/user/username/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/user | true | +| c:/usr/somefile.d.ts | c:/usr | true | +| c:/usr/dir/somefile.d.ts | c:/usr | true | +| c:/usr/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/somefile.d.ts | c:/usr | true | +| c:/usr/username/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/home/somefile.d.ts | c:/home | true | +| c:/home/dir/somefile.d.ts | c:/home | true | +| c:/home/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/somefile.d.ts | c:/home | true | +| c:/home/username/dir/somefile.d.ts | c:/home | true | +| c:/home/username/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/home | true | + +## RootDirForResolution: c:/folderAtRoot/folder1/folder2/folder3 + +| Location | getDirectoryToWatchFailedLookupLocation | Recursive | +| ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | --------- | +| c:/somefile.d.ts | | | +| c:/dir/somefile.d.ts | c:/dir | true | +| c:/dir/subdir/somefile.d.ts | c:/dir | true | +| c:/folderAtRoot/somefile.d.ts | c:/folderAtRoot | false | +| c:/folderAtRoot/dir/somefile.d.ts | c:/folderAtRoot/dir | true | +| c:/folderAtRoot/dir/subdir/somefile.d.ts | c:/folderAtRoot/dir | true | | c:/folderAtRoot/folder1/somefile.d.ts | c:/folderAtRoot/folder1 | false | | c:/folderAtRoot/folder1/dir/somefile.d.ts | c:/folderAtRoot/folder1/dir | true | | c:/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/dir | true | @@ -646,121 +512,119 @@ Root: c:/folderAtRoot/folder1/folder2/folder3/folder4 | c:/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/folderAtRoot/folder1/folder2/folder3 | false | | c:/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/folderAtRoot/folder1/folder2/folder3/dir | true | | c:/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/folder2/folder3/dir | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/folderAtRoot/folder1/folder2/folder3/folder4 | false | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/folderAtRoot/folder1/folder2/folder3/folder4/dir | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/folder2/folder3/folder4/dir | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/folderAtRoot/folder1/folder2/folder3/folder4 | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/folderAtRoot/folder1/folder2/folder3/folder4 | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/folder2/folder3/folder4 | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/folderAtRoot/folder1/folder2/folder3/folder4 | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/folderAtRoot/folder1/folder2/folder3/folder4 | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/folder2/folder3/folder4 | true | | c:/users/somefile.d.ts | | | | c:/users/dir/somefile.d.ts | | | -| c:/users/dir/subdir/somefile.d.ts | | | +| c:/users/dir/subdir/somefile.d.ts | c:/users/dir/subdir | true | | c:/users/username/somefile.d.ts | | | -| c:/users/username/dir/somefile.d.ts | | | -| c:/users/username/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/somefile.d.ts | | | -| c:/users/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/user/somefile.d.ts | | | -| c:/user/dir/somefile.d.ts | | | -| c:/user/dir/subdir/somefile.d.ts | | | -| c:/user/username/somefile.d.ts | | | -| c:/user/username/dir/somefile.d.ts | | | -| c:/user/username/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/somefile.d.ts | | | -| c:/user/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/usr/somefile.d.ts | | | -| c:/usr/dir/somefile.d.ts | | | -| c:/usr/dir/subdir/somefile.d.ts | | | -| c:/usr/username/somefile.d.ts | | | -| c:/usr/username/dir/somefile.d.ts | | | -| c:/usr/username/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/home/somefile.d.ts | | | -| c:/home/dir/somefile.d.ts | | | -| c:/home/dir/subdir/somefile.d.ts | | | -| c:/home/username/somefile.d.ts | | | -| c:/home/username/dir/somefile.d.ts | | | -| c:/home/username/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/somefile.d.ts | | | -| c:/home/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | - -## RootDirForResolution: c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5 +| c:/users/username/dir/somefile.d.ts | c:/users/username/dir | true | +| c:/users/username/dir/subdir/somefile.d.ts | c:/users/username/dir | true | +| c:/users/username/folderAtRoot/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/user/somefile.d.ts | c:/user | true | +| c:/user/dir/somefile.d.ts | c:/user | true | +| c:/user/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/somefile.d.ts | c:/user | true | +| c:/user/username/dir/somefile.d.ts | c:/user | true | +| c:/user/username/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/user | true | +| c:/usr/somefile.d.ts | c:/usr | true | +| c:/usr/dir/somefile.d.ts | c:/usr | true | +| c:/usr/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/somefile.d.ts | c:/usr | true | +| c:/usr/username/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/home/somefile.d.ts | c:/home | true | +| c:/home/dir/somefile.d.ts | c:/home | true | +| c:/home/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/somefile.d.ts | c:/home | true | +| c:/home/username/dir/somefile.d.ts | c:/home | true | +| c:/home/username/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/home | true | -Root: c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5 +## RootDirForResolution: c:/folderAtRoot/folder1/folder2/folder3/folder4 | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | --------- | | c:/somefile.d.ts | | | -| c:/dir/somefile.d.ts | | | -| c:/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/somefile.d.ts | | | -| c:/folderAtRoot/dir/somefile.d.ts | | | -| c:/folderAtRoot/dir/subdir/somefile.d.ts | | | +| c:/dir/somefile.d.ts | c:/dir | true | +| c:/dir/subdir/somefile.d.ts | c:/dir | true | +| c:/folderAtRoot/somefile.d.ts | c:/folderAtRoot | false | +| c:/folderAtRoot/dir/somefile.d.ts | c:/folderAtRoot/dir | true | +| c:/folderAtRoot/dir/subdir/somefile.d.ts | c:/folderAtRoot/dir | true | | c:/folderAtRoot/folder1/somefile.d.ts | c:/folderAtRoot/folder1 | false | | c:/folderAtRoot/folder1/dir/somefile.d.ts | c:/folderAtRoot/folder1/dir | true | | c:/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/dir | true | @@ -773,261 +637,13 @@ Root: c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | c:/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/folderAtRoot/folder1/folder2/folder3/folder4 | false | | c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/folderAtRoot/folder1/folder2/folder3/folder4/dir | true | | c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/folder2/folder3/folder4/dir | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | false | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | true | | c:/users/somefile.d.ts | | | | c:/users/dir/somefile.d.ts | | | -| c:/users/dir/subdir/somefile.d.ts | | | +| c:/users/dir/subdir/somefile.d.ts | c:/users/dir/subdir | true | | c:/users/username/somefile.d.ts | | | -| c:/users/username/dir/somefile.d.ts | | | -| c:/users/username/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/somefile.d.ts | | | -| c:/users/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/user/somefile.d.ts | | | -| c:/user/dir/somefile.d.ts | | | -| c:/user/dir/subdir/somefile.d.ts | | | -| c:/user/username/somefile.d.ts | | | -| c:/user/username/dir/somefile.d.ts | | | -| c:/user/username/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/somefile.d.ts | | | -| c:/user/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/usr/somefile.d.ts | | | -| c:/usr/dir/somefile.d.ts | | | -| c:/usr/dir/subdir/somefile.d.ts | | | -| c:/usr/username/somefile.d.ts | | | -| c:/usr/username/dir/somefile.d.ts | | | -| c:/usr/username/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/home/somefile.d.ts | | | -| c:/home/dir/somefile.d.ts | | | -| c:/home/dir/subdir/somefile.d.ts | | | -| c:/home/username/somefile.d.ts | | | -| c:/home/username/dir/somefile.d.ts | | | -| c:/home/username/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/somefile.d.ts | | | -| c:/home/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | - -## RootDirForResolution: c:/users - -Root: c:/users - -| Location | getDirectoryToWatchFailedLookupLocation | Recursive | -| ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | --------- | -| c:/somefile.d.ts | | | -| c:/dir/somefile.d.ts | | | -| c:/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/somefile.d.ts | | | -| c:/folderAtRoot/dir/somefile.d.ts | | | -| c:/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/somefile.d.ts | | | -| c:/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/users/somefile.d.ts | c:/users | false | -| c:/users/dir/somefile.d.ts | c:/users/dir | true | -| c:/users/dir/subdir/somefile.d.ts | c:/users/dir | true | -| c:/users/username/somefile.d.ts | c:/users/username | true | -| c:/users/username/dir/somefile.d.ts | c:/users/username | true | -| c:/users/username/dir/subdir/somefile.d.ts | c:/users/username | true | -| c:/users/username/folderAtRoot/somefile.d.ts | c:/users/username | true | -| c:/users/username/folderAtRoot/dir/somefile.d.ts | c:/users/username | true | -| c:/users/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/users/username | true | -| c:/users/username/folderAtRoot/folder1/somefile.d.ts | c:/users/username | true | -| c:/users/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/users/username | true | -| c:/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/users/username | true | -| c:/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/users/username | true | -| c:/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/users/username | true | -| c:/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/users/username | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/users/username | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/users/username | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/users/username | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/users/username | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/users/username | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/users/username | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/users/username | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/users/username | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/users/username | true | -| c:/user/somefile.d.ts | | | -| c:/user/dir/somefile.d.ts | | | -| c:/user/dir/subdir/somefile.d.ts | | | -| c:/user/username/somefile.d.ts | | | -| c:/user/username/dir/somefile.d.ts | | | -| c:/user/username/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/somefile.d.ts | | | -| c:/user/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/usr/somefile.d.ts | | | -| c:/usr/dir/somefile.d.ts | | | -| c:/usr/dir/subdir/somefile.d.ts | | | -| c:/usr/username/somefile.d.ts | | | -| c:/usr/username/dir/somefile.d.ts | | | -| c:/usr/username/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/home/somefile.d.ts | | | -| c:/home/dir/somefile.d.ts | | | -| c:/home/dir/subdir/somefile.d.ts | | | -| c:/home/username/somefile.d.ts | | | -| c:/home/username/dir/somefile.d.ts | | | -| c:/home/username/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/somefile.d.ts | | | -| c:/home/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | - -## RootDirForResolution: c:/users/username - -Root: c:/users/username - -| Location | getDirectoryToWatchFailedLookupLocation | Recursive | -| ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | --------- | -| c:/somefile.d.ts | | | -| c:/dir/somefile.d.ts | | | -| c:/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/somefile.d.ts | | | -| c:/folderAtRoot/dir/somefile.d.ts | | | -| c:/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/somefile.d.ts | | | -| c:/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/users/somefile.d.ts | | | -| c:/users/dir/somefile.d.ts | | | -| c:/users/dir/subdir/somefile.d.ts | | | -| c:/users/username/somefile.d.ts | c:/users/username | false | | c:/users/username/dir/somefile.d.ts | c:/users/username/dir | true | | c:/users/username/dir/subdir/somefile.d.ts | c:/users/username/dir | true | | c:/users/username/folderAtRoot/somefile.d.ts | c:/users/username/folderAtRoot | true | @@ -1048,112 +664,476 @@ Root: c:/users/username | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/users/username/folderAtRoot | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | -| c:/user/somefile.d.ts | | | -| c:/user/dir/somefile.d.ts | | | -| c:/user/dir/subdir/somefile.d.ts | | | -| c:/user/username/somefile.d.ts | | | -| c:/user/username/dir/somefile.d.ts | | | -| c:/user/username/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/somefile.d.ts | | | -| c:/user/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/usr/somefile.d.ts | | | -| c:/usr/dir/somefile.d.ts | | | -| c:/usr/dir/subdir/somefile.d.ts | | | -| c:/usr/username/somefile.d.ts | | | -| c:/usr/username/dir/somefile.d.ts | | | -| c:/usr/username/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/home/somefile.d.ts | | | -| c:/home/dir/somefile.d.ts | | | -| c:/home/dir/subdir/somefile.d.ts | | | -| c:/home/username/somefile.d.ts | | | -| c:/home/username/dir/somefile.d.ts | | | -| c:/home/username/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/somefile.d.ts | | | -| c:/home/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | - -## RootDirForResolution: c:/users/username/folderAtRoot - -Root: c:/users/username/folderAtRoot - -| Location | getDirectoryToWatchFailedLookupLocation | Recursive | -| ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | --------- | -| c:/somefile.d.ts | | | -| c:/dir/somefile.d.ts | | | -| c:/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/somefile.d.ts | | | -| c:/folderAtRoot/dir/somefile.d.ts | | | -| c:/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/somefile.d.ts | | | -| c:/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| c:/user/somefile.d.ts | c:/user | true | +| c:/user/dir/somefile.d.ts | c:/user | true | +| c:/user/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/somefile.d.ts | c:/user | true | +| c:/user/username/dir/somefile.d.ts | c:/user | true | +| c:/user/username/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/user | true | +| c:/usr/somefile.d.ts | c:/usr | true | +| c:/usr/dir/somefile.d.ts | c:/usr | true | +| c:/usr/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/somefile.d.ts | c:/usr | true | +| c:/usr/username/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/home/somefile.d.ts | c:/home | true | +| c:/home/dir/somefile.d.ts | c:/home | true | +| c:/home/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/somefile.d.ts | c:/home | true | +| c:/home/username/dir/somefile.d.ts | c:/home | true | +| c:/home/username/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/home | true | + +## RootDirForResolution: c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5 + +| Location | getDirectoryToWatchFailedLookupLocation | Recursive | +| ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | --------- | +| c:/somefile.d.ts | | | +| c:/dir/somefile.d.ts | c:/dir | true | +| c:/dir/subdir/somefile.d.ts | c:/dir | true | +| c:/folderAtRoot/somefile.d.ts | c:/folderAtRoot | false | +| c:/folderAtRoot/dir/somefile.d.ts | c:/folderAtRoot/dir | true | +| c:/folderAtRoot/dir/subdir/somefile.d.ts | c:/folderAtRoot/dir | true | +| c:/folderAtRoot/folder1/somefile.d.ts | c:/folderAtRoot/folder1 | false | +| c:/folderAtRoot/folder1/dir/somefile.d.ts | c:/folderAtRoot/folder1/dir | true | +| c:/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/dir | true | +| c:/folderAtRoot/folder1/folder2/somefile.d.ts | c:/folderAtRoot/folder1/folder2 | false | +| c:/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/folderAtRoot/folder1/folder2/dir | true | +| c:/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/folder2/dir | true | +| c:/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/folderAtRoot/folder1/folder2/folder3 | false | +| c:/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/folderAtRoot/folder1/folder2/folder3/dir | true | +| c:/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/folder2/folder3/dir | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/folderAtRoot/folder1/folder2/folder3/folder4 | false | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/folderAtRoot/folder1/folder2/folder3/folder4/dir | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/folder2/folder3/folder4/dir | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | false | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir | true | +| c:/users/somefile.d.ts | | | +| c:/users/dir/somefile.d.ts | | | +| c:/users/dir/subdir/somefile.d.ts | c:/users/dir/subdir | true | +| c:/users/username/somefile.d.ts | | | +| c:/users/username/dir/somefile.d.ts | c:/users/username/dir | true | +| c:/users/username/dir/subdir/somefile.d.ts | c:/users/username/dir | true | +| c:/users/username/folderAtRoot/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/user/somefile.d.ts | c:/user | true | +| c:/user/dir/somefile.d.ts | c:/user | true | +| c:/user/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/somefile.d.ts | c:/user | true | +| c:/user/username/dir/somefile.d.ts | c:/user | true | +| c:/user/username/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/user | true | +| c:/usr/somefile.d.ts | c:/usr | true | +| c:/usr/dir/somefile.d.ts | c:/usr | true | +| c:/usr/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/somefile.d.ts | c:/usr | true | +| c:/usr/username/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/home/somefile.d.ts | c:/home | true | +| c:/home/dir/somefile.d.ts | c:/home | true | +| c:/home/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/somefile.d.ts | c:/home | true | +| c:/home/username/dir/somefile.d.ts | c:/home | true | +| c:/home/username/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/home | true | + +## RootDirForResolution: c:/users + +| Location | getDirectoryToWatchFailedLookupLocation | Recursive | +| ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | --------- | +| c:/somefile.d.ts | | | +| c:/dir/somefile.d.ts | c:/dir | true | +| c:/dir/subdir/somefile.d.ts | c:/dir | true | +| c:/folderAtRoot/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/users/somefile.d.ts | | | +| c:/users/dir/somefile.d.ts | | | +| c:/users/dir/subdir/somefile.d.ts | c:/users/dir/subdir | true | +| c:/users/username/somefile.d.ts | | | +| c:/users/username/dir/somefile.d.ts | c:/users/username/dir | true | +| c:/users/username/dir/subdir/somefile.d.ts | c:/users/username/dir | true | +| c:/users/username/folderAtRoot/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/user/somefile.d.ts | c:/user | true | +| c:/user/dir/somefile.d.ts | c:/user | true | +| c:/user/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/somefile.d.ts | c:/user | true | +| c:/user/username/dir/somefile.d.ts | c:/user | true | +| c:/user/username/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/user | true | +| c:/usr/somefile.d.ts | c:/usr | true | +| c:/usr/dir/somefile.d.ts | c:/usr | true | +| c:/usr/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/somefile.d.ts | c:/usr | true | +| c:/usr/username/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/home/somefile.d.ts | c:/home | true | +| c:/home/dir/somefile.d.ts | c:/home | true | +| c:/home/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/somefile.d.ts | c:/home | true | +| c:/home/username/dir/somefile.d.ts | c:/home | true | +| c:/home/username/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/home | true | + +## RootDirForResolution: c:/users/username + +| Location | getDirectoryToWatchFailedLookupLocation | Recursive | +| ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | --------- | +| c:/somefile.d.ts | | | +| c:/dir/somefile.d.ts | c:/dir | true | +| c:/dir/subdir/somefile.d.ts | c:/dir | true | +| c:/folderAtRoot/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/users/somefile.d.ts | | | +| c:/users/dir/somefile.d.ts | | | +| c:/users/dir/subdir/somefile.d.ts | c:/users/dir/subdir | true | +| c:/users/username/somefile.d.ts | | | +| c:/users/username/dir/somefile.d.ts | c:/users/username/dir | true | +| c:/users/username/dir/subdir/somefile.d.ts | c:/users/username/dir | true | +| c:/users/username/folderAtRoot/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/user/somefile.d.ts | c:/user | true | +| c:/user/dir/somefile.d.ts | c:/user | true | +| c:/user/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/somefile.d.ts | c:/user | true | +| c:/user/username/dir/somefile.d.ts | c:/user | true | +| c:/user/username/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/user | true | +| c:/usr/somefile.d.ts | c:/usr | true | +| c:/usr/dir/somefile.d.ts | c:/usr | true | +| c:/usr/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/somefile.d.ts | c:/usr | true | +| c:/usr/username/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/home/somefile.d.ts | c:/home | true | +| c:/home/dir/somefile.d.ts | c:/home | true | +| c:/home/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/somefile.d.ts | c:/home | true | +| c:/home/username/dir/somefile.d.ts | c:/home | true | +| c:/home/username/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/home | true | + +## RootDirForResolution: c:/users/username/folderAtRoot + +| Location | getDirectoryToWatchFailedLookupLocation | Recursive | +| ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | --------- | +| c:/somefile.d.ts | | | +| c:/dir/somefile.d.ts | c:/dir | true | +| c:/dir/subdir/somefile.d.ts | c:/dir | true | +| c:/folderAtRoot/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | | c:/users/somefile.d.ts | | | | c:/users/dir/somefile.d.ts | | | -| c:/users/dir/subdir/somefile.d.ts | | | +| c:/users/dir/subdir/somefile.d.ts | c:/users/dir/subdir | true | | c:/users/username/somefile.d.ts | | | -| c:/users/username/dir/somefile.d.ts | | | -| c:/users/username/dir/subdir/somefile.d.ts | | | +| c:/users/username/dir/somefile.d.ts | c:/users/username/dir | true | +| c:/users/username/dir/subdir/somefile.d.ts | c:/users/username/dir | true | | c:/users/username/folderAtRoot/somefile.d.ts | c:/users/username/folderAtRoot | false | | c:/users/username/folderAtRoot/dir/somefile.d.ts | c:/users/username/folderAtRoot/dir | true | | c:/users/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/dir | true | @@ -1172,115 +1152,113 @@ Root: c:/users/username/folderAtRoot | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/users/username/folderAtRoot/folder1 | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1 | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1 | true | -| c:/user/somefile.d.ts | | | -| c:/user/dir/somefile.d.ts | | | -| c:/user/dir/subdir/somefile.d.ts | | | -| c:/user/username/somefile.d.ts | | | -| c:/user/username/dir/somefile.d.ts | | | -| c:/user/username/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/somefile.d.ts | | | -| c:/user/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/usr/somefile.d.ts | | | -| c:/usr/dir/somefile.d.ts | | | -| c:/usr/dir/subdir/somefile.d.ts | | | -| c:/usr/username/somefile.d.ts | | | -| c:/usr/username/dir/somefile.d.ts | | | -| c:/usr/username/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/home/somefile.d.ts | | | -| c:/home/dir/somefile.d.ts | | | -| c:/home/dir/subdir/somefile.d.ts | | | -| c:/home/username/somefile.d.ts | | | -| c:/home/username/dir/somefile.d.ts | | | -| c:/home/username/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/somefile.d.ts | | | -| c:/home/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| c:/user/somefile.d.ts | c:/user | true | +| c:/user/dir/somefile.d.ts | c:/user | true | +| c:/user/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/somefile.d.ts | c:/user | true | +| c:/user/username/dir/somefile.d.ts | c:/user | true | +| c:/user/username/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/user | true | +| c:/usr/somefile.d.ts | c:/usr | true | +| c:/usr/dir/somefile.d.ts | c:/usr | true | +| c:/usr/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/somefile.d.ts | c:/usr | true | +| c:/usr/username/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/home/somefile.d.ts | c:/home | true | +| c:/home/dir/somefile.d.ts | c:/home | true | +| c:/home/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/somefile.d.ts | c:/home | true | +| c:/home/username/dir/somefile.d.ts | c:/home | true | +| c:/home/username/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/home | true | ## RootDirForResolution: c:/users/username/folderAtRoot/folder1 -Root: c:/users/username/folderAtRoot/folder1 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | --------- | | c:/somefile.d.ts | | | -| c:/dir/somefile.d.ts | | | -| c:/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/somefile.d.ts | | | -| c:/folderAtRoot/dir/somefile.d.ts | | | -| c:/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/somefile.d.ts | | | -| c:/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| c:/dir/somefile.d.ts | c:/dir | true | +| c:/dir/subdir/somefile.d.ts | c:/dir | true | +| c:/folderAtRoot/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | | c:/users/somefile.d.ts | | | | c:/users/dir/somefile.d.ts | | | -| c:/users/dir/subdir/somefile.d.ts | | | +| c:/users/dir/subdir/somefile.d.ts | c:/users/dir/subdir | true | | c:/users/username/somefile.d.ts | | | -| c:/users/username/dir/somefile.d.ts | | | -| c:/users/username/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/somefile.d.ts | | | -| c:/users/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | +| c:/users/username/dir/somefile.d.ts | c:/users/username/dir | true | +| c:/users/username/dir/subdir/somefile.d.ts | c:/users/username/dir | true | +| c:/users/username/folderAtRoot/somefile.d.ts | c:/users/username/folderAtRoot | false | +| c:/users/username/folderAtRoot/dir/somefile.d.ts | c:/users/username/folderAtRoot/dir | true | +| c:/users/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/dir | true | | c:/users/username/folderAtRoot/folder1/somefile.d.ts | c:/users/username/folderAtRoot/folder1 | false | | c:/users/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/dir | true | | c:/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/dir | true | @@ -1296,115 +1274,113 @@ Root: c:/users/username/folderAtRoot/folder1 | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2 | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2 | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2 | true | -| c:/user/somefile.d.ts | | | -| c:/user/dir/somefile.d.ts | | | -| c:/user/dir/subdir/somefile.d.ts | | | -| c:/user/username/somefile.d.ts | | | -| c:/user/username/dir/somefile.d.ts | | | -| c:/user/username/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/somefile.d.ts | | | -| c:/user/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/usr/somefile.d.ts | | | -| c:/usr/dir/somefile.d.ts | | | -| c:/usr/dir/subdir/somefile.d.ts | | | -| c:/usr/username/somefile.d.ts | | | -| c:/usr/username/dir/somefile.d.ts | | | -| c:/usr/username/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/home/somefile.d.ts | | | -| c:/home/dir/somefile.d.ts | | | -| c:/home/dir/subdir/somefile.d.ts | | | -| c:/home/username/somefile.d.ts | | | -| c:/home/username/dir/somefile.d.ts | | | -| c:/home/username/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/somefile.d.ts | | | -| c:/home/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| c:/user/somefile.d.ts | c:/user | true | +| c:/user/dir/somefile.d.ts | c:/user | true | +| c:/user/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/somefile.d.ts | c:/user | true | +| c:/user/username/dir/somefile.d.ts | c:/user | true | +| c:/user/username/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/user | true | +| c:/usr/somefile.d.ts | c:/usr | true | +| c:/usr/dir/somefile.d.ts | c:/usr | true | +| c:/usr/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/somefile.d.ts | c:/usr | true | +| c:/usr/username/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/home/somefile.d.ts | c:/home | true | +| c:/home/dir/somefile.d.ts | c:/home | true | +| c:/home/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/somefile.d.ts | c:/home | true | +| c:/home/username/dir/somefile.d.ts | c:/home | true | +| c:/home/username/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/home | true | ## RootDirForResolution: c:/users/username/folderAtRoot/folder1/folder2 -Root: c:/users/username/folderAtRoot/folder1/folder2 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | --------- | | c:/somefile.d.ts | | | -| c:/dir/somefile.d.ts | | | -| c:/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/somefile.d.ts | | | -| c:/folderAtRoot/dir/somefile.d.ts | | | -| c:/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/somefile.d.ts | | | -| c:/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| c:/dir/somefile.d.ts | c:/dir | true | +| c:/dir/subdir/somefile.d.ts | c:/dir | true | +| c:/folderAtRoot/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | | c:/users/somefile.d.ts | | | | c:/users/dir/somefile.d.ts | | | -| c:/users/dir/subdir/somefile.d.ts | | | +| c:/users/dir/subdir/somefile.d.ts | c:/users/dir/subdir | true | | c:/users/username/somefile.d.ts | | | -| c:/users/username/dir/somefile.d.ts | | | -| c:/users/username/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/somefile.d.ts | | | -| c:/users/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | +| c:/users/username/dir/somefile.d.ts | c:/users/username/dir | true | +| c:/users/username/dir/subdir/somefile.d.ts | c:/users/username/dir | true | +| c:/users/username/folderAtRoot/somefile.d.ts | c:/users/username/folderAtRoot | false | +| c:/users/username/folderAtRoot/dir/somefile.d.ts | c:/users/username/folderAtRoot/dir | true | +| c:/users/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/dir | true | | c:/users/username/folderAtRoot/folder1/somefile.d.ts | c:/users/username/folderAtRoot/folder1 | false | | c:/users/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/dir | true | | c:/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/dir | true | @@ -1420,115 +1396,113 @@ Root: c:/users/username/folderAtRoot/folder1/folder2 | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3 | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3 | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3 | true | -| c:/user/somefile.d.ts | | | -| c:/user/dir/somefile.d.ts | | | -| c:/user/dir/subdir/somefile.d.ts | | | -| c:/user/username/somefile.d.ts | | | -| c:/user/username/dir/somefile.d.ts | | | -| c:/user/username/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/somefile.d.ts | | | -| c:/user/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/usr/somefile.d.ts | | | -| c:/usr/dir/somefile.d.ts | | | -| c:/usr/dir/subdir/somefile.d.ts | | | -| c:/usr/username/somefile.d.ts | | | -| c:/usr/username/dir/somefile.d.ts | | | -| c:/usr/username/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/home/somefile.d.ts | | | -| c:/home/dir/somefile.d.ts | | | -| c:/home/dir/subdir/somefile.d.ts | | | -| c:/home/username/somefile.d.ts | | | -| c:/home/username/dir/somefile.d.ts | | | -| c:/home/username/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/somefile.d.ts | | | -| c:/home/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| c:/user/somefile.d.ts | c:/user | true | +| c:/user/dir/somefile.d.ts | c:/user | true | +| c:/user/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/somefile.d.ts | c:/user | true | +| c:/user/username/dir/somefile.d.ts | c:/user | true | +| c:/user/username/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/user | true | +| c:/usr/somefile.d.ts | c:/usr | true | +| c:/usr/dir/somefile.d.ts | c:/usr | true | +| c:/usr/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/somefile.d.ts | c:/usr | true | +| c:/usr/username/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/home/somefile.d.ts | c:/home | true | +| c:/home/dir/somefile.d.ts | c:/home | true | +| c:/home/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/somefile.d.ts | c:/home | true | +| c:/home/username/dir/somefile.d.ts | c:/home | true | +| c:/home/username/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/home | true | ## RootDirForResolution: c:/users/username/folderAtRoot/folder1/folder2/folder3 -Root: c:/users/username/folderAtRoot/folder1/folder2/folder3 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | --------- | | c:/somefile.d.ts | | | -| c:/dir/somefile.d.ts | | | -| c:/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/somefile.d.ts | | | -| c:/folderAtRoot/dir/somefile.d.ts | | | -| c:/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/somefile.d.ts | | | -| c:/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| c:/dir/somefile.d.ts | c:/dir | true | +| c:/dir/subdir/somefile.d.ts | c:/dir | true | +| c:/folderAtRoot/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | | c:/users/somefile.d.ts | | | | c:/users/dir/somefile.d.ts | | | -| c:/users/dir/subdir/somefile.d.ts | | | +| c:/users/dir/subdir/somefile.d.ts | c:/users/dir/subdir | true | | c:/users/username/somefile.d.ts | | | -| c:/users/username/dir/somefile.d.ts | | | -| c:/users/username/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/somefile.d.ts | | | -| c:/users/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | +| c:/users/username/dir/somefile.d.ts | c:/users/username/dir | true | +| c:/users/username/dir/subdir/somefile.d.ts | c:/users/username/dir | true | +| c:/users/username/folderAtRoot/somefile.d.ts | c:/users/username/folderAtRoot | false | +| c:/users/username/folderAtRoot/dir/somefile.d.ts | c:/users/username/folderAtRoot/dir | true | +| c:/users/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/dir | true | | c:/users/username/folderAtRoot/folder1/somefile.d.ts | c:/users/username/folderAtRoot/folder1 | false | | c:/users/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/dir | true | | c:/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/dir | true | @@ -1544,115 +1518,113 @@ Root: c:/users/username/folderAtRoot/folder1/folder2/folder3 | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4 | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4 | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4 | true | -| c:/user/somefile.d.ts | | | -| c:/user/dir/somefile.d.ts | | | -| c:/user/dir/subdir/somefile.d.ts | | | -| c:/user/username/somefile.d.ts | | | -| c:/user/username/dir/somefile.d.ts | | | -| c:/user/username/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/somefile.d.ts | | | -| c:/user/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/usr/somefile.d.ts | | | -| c:/usr/dir/somefile.d.ts | | | -| c:/usr/dir/subdir/somefile.d.ts | | | -| c:/usr/username/somefile.d.ts | | | -| c:/usr/username/dir/somefile.d.ts | | | -| c:/usr/username/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/home/somefile.d.ts | | | -| c:/home/dir/somefile.d.ts | | | -| c:/home/dir/subdir/somefile.d.ts | | | -| c:/home/username/somefile.d.ts | | | -| c:/home/username/dir/somefile.d.ts | | | -| c:/home/username/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/somefile.d.ts | | | -| c:/home/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| c:/user/somefile.d.ts | c:/user | true | +| c:/user/dir/somefile.d.ts | c:/user | true | +| c:/user/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/somefile.d.ts | c:/user | true | +| c:/user/username/dir/somefile.d.ts | c:/user | true | +| c:/user/username/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/user | true | +| c:/usr/somefile.d.ts | c:/usr | true | +| c:/usr/dir/somefile.d.ts | c:/usr | true | +| c:/usr/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/somefile.d.ts | c:/usr | true | +| c:/usr/username/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/home/somefile.d.ts | c:/home | true | +| c:/home/dir/somefile.d.ts | c:/home | true | +| c:/home/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/somefile.d.ts | c:/home | true | +| c:/home/username/dir/somefile.d.ts | c:/home | true | +| c:/home/username/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/home | true | ## RootDirForResolution: c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4 -Root: c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | --------- | | c:/somefile.d.ts | | | -| c:/dir/somefile.d.ts | | | -| c:/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/somefile.d.ts | | | -| c:/folderAtRoot/dir/somefile.d.ts | | | -| c:/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/somefile.d.ts | | | -| c:/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| c:/dir/somefile.d.ts | c:/dir | true | +| c:/dir/subdir/somefile.d.ts | c:/dir | true | +| c:/folderAtRoot/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | | c:/users/somefile.d.ts | | | | c:/users/dir/somefile.d.ts | | | -| c:/users/dir/subdir/somefile.d.ts | | | +| c:/users/dir/subdir/somefile.d.ts | c:/users/dir/subdir | true | | c:/users/username/somefile.d.ts | | | -| c:/users/username/dir/somefile.d.ts | | | -| c:/users/username/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/somefile.d.ts | | | -| c:/users/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | +| c:/users/username/dir/somefile.d.ts | c:/users/username/dir | true | +| c:/users/username/dir/subdir/somefile.d.ts | c:/users/username/dir | true | +| c:/users/username/folderAtRoot/somefile.d.ts | c:/users/username/folderAtRoot | false | +| c:/users/username/folderAtRoot/dir/somefile.d.ts | c:/users/username/folderAtRoot/dir | true | +| c:/users/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/dir | true | | c:/users/username/folderAtRoot/folder1/somefile.d.ts | c:/users/username/folderAtRoot/folder1 | false | | c:/users/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/dir | true | | c:/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/dir | true | @@ -1668,115 +1640,113 @@ Root: c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4 | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | true | -| c:/user/somefile.d.ts | | | -| c:/user/dir/somefile.d.ts | | | -| c:/user/dir/subdir/somefile.d.ts | | | -| c:/user/username/somefile.d.ts | | | -| c:/user/username/dir/somefile.d.ts | | | -| c:/user/username/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/somefile.d.ts | | | -| c:/user/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/usr/somefile.d.ts | | | -| c:/usr/dir/somefile.d.ts | | | -| c:/usr/dir/subdir/somefile.d.ts | | | -| c:/usr/username/somefile.d.ts | | | -| c:/usr/username/dir/somefile.d.ts | | | -| c:/usr/username/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/home/somefile.d.ts | | | -| c:/home/dir/somefile.d.ts | | | -| c:/home/dir/subdir/somefile.d.ts | | | -| c:/home/username/somefile.d.ts | | | -| c:/home/username/dir/somefile.d.ts | | | -| c:/home/username/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/somefile.d.ts | | | -| c:/home/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| c:/user/somefile.d.ts | c:/user | true | +| c:/user/dir/somefile.d.ts | c:/user | true | +| c:/user/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/somefile.d.ts | c:/user | true | +| c:/user/username/dir/somefile.d.ts | c:/user | true | +| c:/user/username/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/user | true | +| c:/usr/somefile.d.ts | c:/usr | true | +| c:/usr/dir/somefile.d.ts | c:/usr | true | +| c:/usr/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/somefile.d.ts | c:/usr | true | +| c:/usr/username/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/home/somefile.d.ts | c:/home | true | +| c:/home/dir/somefile.d.ts | c:/home | true | +| c:/home/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/somefile.d.ts | c:/home | true | +| c:/home/username/dir/somefile.d.ts | c:/home | true | +| c:/home/username/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/home | true | ## RootDirForResolution: c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 -Root: c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | --------- | | c:/somefile.d.ts | | | -| c:/dir/somefile.d.ts | | | -| c:/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/somefile.d.ts | | | -| c:/folderAtRoot/dir/somefile.d.ts | | | -| c:/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/somefile.d.ts | | | -| c:/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| c:/dir/somefile.d.ts | c:/dir | true | +| c:/dir/subdir/somefile.d.ts | c:/dir | true | +| c:/folderAtRoot/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | | c:/users/somefile.d.ts | | | | c:/users/dir/somefile.d.ts | | | -| c:/users/dir/subdir/somefile.d.ts | | | +| c:/users/dir/subdir/somefile.d.ts | c:/users/dir/subdir | true | | c:/users/username/somefile.d.ts | | | -| c:/users/username/dir/somefile.d.ts | | | -| c:/users/username/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/somefile.d.ts | | | -| c:/users/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | +| c:/users/username/dir/somefile.d.ts | c:/users/username/dir | true | +| c:/users/username/dir/subdir/somefile.d.ts | c:/users/username/dir | true | +| c:/users/username/folderAtRoot/somefile.d.ts | c:/users/username/folderAtRoot | false | +| c:/users/username/folderAtRoot/dir/somefile.d.ts | c:/users/username/folderAtRoot/dir | true | +| c:/users/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/dir | true | | c:/users/username/folderAtRoot/folder1/somefile.d.ts | c:/users/username/folderAtRoot/folder1 | false | | c:/users/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/dir | true | | c:/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/dir | true | @@ -1792,130 +1762,128 @@ Root: c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | false | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir | true | -| c:/user/somefile.d.ts | | | -| c:/user/dir/somefile.d.ts | | | -| c:/user/dir/subdir/somefile.d.ts | | | -| c:/user/username/somefile.d.ts | | | -| c:/user/username/dir/somefile.d.ts | | | -| c:/user/username/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/somefile.d.ts | | | -| c:/user/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/usr/somefile.d.ts | | | -| c:/usr/dir/somefile.d.ts | | | -| c:/usr/dir/subdir/somefile.d.ts | | | -| c:/usr/username/somefile.d.ts | | | -| c:/usr/username/dir/somefile.d.ts | | | -| c:/usr/username/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/home/somefile.d.ts | | | -| c:/home/dir/somefile.d.ts | | | -| c:/home/dir/subdir/somefile.d.ts | | | -| c:/home/username/somefile.d.ts | | | -| c:/home/username/dir/somefile.d.ts | | | -| c:/home/username/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/somefile.d.ts | | | -| c:/home/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| c:/user/somefile.d.ts | c:/user | true | +| c:/user/dir/somefile.d.ts | c:/user | true | +| c:/user/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/somefile.d.ts | c:/user | true | +| c:/user/username/dir/somefile.d.ts | c:/user | true | +| c:/user/username/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/user | true | +| c:/usr/somefile.d.ts | c:/usr | true | +| c:/usr/dir/somefile.d.ts | c:/usr | true | +| c:/usr/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/somefile.d.ts | c:/usr | true | +| c:/usr/username/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/home/somefile.d.ts | c:/home | true | +| c:/home/dir/somefile.d.ts | c:/home | true | +| c:/home/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/somefile.d.ts | c:/home | true | +| c:/home/username/dir/somefile.d.ts | c:/home | true | +| c:/home/username/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/home | true | ## RootDirForResolution: c:/user -Root: c:/user - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | --------- | | c:/somefile.d.ts | | | -| c:/dir/somefile.d.ts | | | -| c:/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/somefile.d.ts | | | -| c:/folderAtRoot/dir/somefile.d.ts | | | -| c:/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/somefile.d.ts | | | -| c:/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| c:/dir/somefile.d.ts | c:/dir | true | +| c:/dir/subdir/somefile.d.ts | c:/dir | true | +| c:/folderAtRoot/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | | c:/users/somefile.d.ts | | | | c:/users/dir/somefile.d.ts | | | -| c:/users/dir/subdir/somefile.d.ts | | | +| c:/users/dir/subdir/somefile.d.ts | c:/users/dir/subdir | true | | c:/users/username/somefile.d.ts | | | -| c:/users/username/dir/somefile.d.ts | | | -| c:/users/username/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/somefile.d.ts | | | -| c:/users/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| c:/users/username/dir/somefile.d.ts | c:/users/username/dir | true | +| c:/users/username/dir/subdir/somefile.d.ts | c:/users/username/dir | true | +| c:/users/username/folderAtRoot/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | | c:/user/somefile.d.ts | c:/user | false | | c:/user/dir/somefile.d.ts | c:/user/dir | true | | c:/user/dir/subdir/somefile.d.ts | c:/user/dir | true | @@ -1940,109 +1908,107 @@ Root: c:/user | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/user/username | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/user/username | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/user/username | true | -| c:/usr/somefile.d.ts | | | -| c:/usr/dir/somefile.d.ts | | | -| c:/usr/dir/subdir/somefile.d.ts | | | -| c:/usr/username/somefile.d.ts | | | -| c:/usr/username/dir/somefile.d.ts | | | -| c:/usr/username/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/home/somefile.d.ts | | | -| c:/home/dir/somefile.d.ts | | | -| c:/home/dir/subdir/somefile.d.ts | | | -| c:/home/username/somefile.d.ts | | | -| c:/home/username/dir/somefile.d.ts | | | -| c:/home/username/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/somefile.d.ts | | | -| c:/home/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| c:/usr/somefile.d.ts | c:/usr | true | +| c:/usr/dir/somefile.d.ts | c:/usr | true | +| c:/usr/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/somefile.d.ts | c:/usr | true | +| c:/usr/username/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/home/somefile.d.ts | c:/home | true | +| c:/home/dir/somefile.d.ts | c:/home | true | +| c:/home/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/somefile.d.ts | c:/home | true | +| c:/home/username/dir/somefile.d.ts | c:/home | true | +| c:/home/username/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/home | true | ## RootDirForResolution: c:/user/username -Root: c:/user/username - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | --------- | | c:/somefile.d.ts | | | -| c:/dir/somefile.d.ts | | | -| c:/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/somefile.d.ts | | | -| c:/folderAtRoot/dir/somefile.d.ts | | | -| c:/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/somefile.d.ts | | | -| c:/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| c:/dir/somefile.d.ts | c:/dir | true | +| c:/dir/subdir/somefile.d.ts | c:/dir | true | +| c:/folderAtRoot/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | | c:/users/somefile.d.ts | | | | c:/users/dir/somefile.d.ts | | | -| c:/users/dir/subdir/somefile.d.ts | | | +| c:/users/dir/subdir/somefile.d.ts | c:/users/dir/subdir | true | | c:/users/username/somefile.d.ts | | | -| c:/users/username/dir/somefile.d.ts | | | -| c:/users/username/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/somefile.d.ts | | | -| c:/users/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/user/somefile.d.ts | | | -| c:/user/dir/somefile.d.ts | | | -| c:/user/dir/subdir/somefile.d.ts | | | +| c:/users/username/dir/somefile.d.ts | c:/users/username/dir | true | +| c:/users/username/dir/subdir/somefile.d.ts | c:/users/username/dir | true | +| c:/users/username/folderAtRoot/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/user/somefile.d.ts | c:/user | false | +| c:/user/dir/somefile.d.ts | c:/user/dir | true | +| c:/user/dir/subdir/somefile.d.ts | c:/user/dir | true | | c:/user/username/somefile.d.ts | c:/user/username | false | | c:/user/username/dir/somefile.d.ts | c:/user/username/dir | true | | c:/user/username/dir/subdir/somefile.d.ts | c:/user/username/dir | true | @@ -2064,109 +2030,107 @@ Root: c:/user/username | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/user/username/folderAtRoot | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/user/username/folderAtRoot | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot | true | -| c:/usr/somefile.d.ts | | | -| c:/usr/dir/somefile.d.ts | | | -| c:/usr/dir/subdir/somefile.d.ts | | | -| c:/usr/username/somefile.d.ts | | | -| c:/usr/username/dir/somefile.d.ts | | | -| c:/usr/username/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/home/somefile.d.ts | | | -| c:/home/dir/somefile.d.ts | | | -| c:/home/dir/subdir/somefile.d.ts | | | -| c:/home/username/somefile.d.ts | | | -| c:/home/username/dir/somefile.d.ts | | | -| c:/home/username/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/somefile.d.ts | | | -| c:/home/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| c:/usr/somefile.d.ts | c:/usr | true | +| c:/usr/dir/somefile.d.ts | c:/usr | true | +| c:/usr/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/somefile.d.ts | c:/usr | true | +| c:/usr/username/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/home/somefile.d.ts | c:/home | true | +| c:/home/dir/somefile.d.ts | c:/home | true | +| c:/home/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/somefile.d.ts | c:/home | true | +| c:/home/username/dir/somefile.d.ts | c:/home | true | +| c:/home/username/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/home | true | ## RootDirForResolution: c:/user/username/folderAtRoot -Root: c:/user/username/folderAtRoot - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | --------- | | c:/somefile.d.ts | | | -| c:/dir/somefile.d.ts | | | -| c:/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/somefile.d.ts | | | -| c:/folderAtRoot/dir/somefile.d.ts | | | -| c:/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/somefile.d.ts | | | -| c:/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| c:/dir/somefile.d.ts | c:/dir | true | +| c:/dir/subdir/somefile.d.ts | c:/dir | true | +| c:/folderAtRoot/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | | c:/users/somefile.d.ts | | | | c:/users/dir/somefile.d.ts | | | -| c:/users/dir/subdir/somefile.d.ts | | | +| c:/users/dir/subdir/somefile.d.ts | c:/users/dir/subdir | true | | c:/users/username/somefile.d.ts | | | -| c:/users/username/dir/somefile.d.ts | | | -| c:/users/username/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/somefile.d.ts | | | -| c:/users/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/user/somefile.d.ts | | | -| c:/user/dir/somefile.d.ts | | | -| c:/user/dir/subdir/somefile.d.ts | | | +| c:/users/username/dir/somefile.d.ts | c:/users/username/dir | true | +| c:/users/username/dir/subdir/somefile.d.ts | c:/users/username/dir | true | +| c:/users/username/folderAtRoot/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/user/somefile.d.ts | c:/user | false | +| c:/user/dir/somefile.d.ts | c:/user/dir | true | +| c:/user/dir/subdir/somefile.d.ts | c:/user/dir | true | | c:/user/username/somefile.d.ts | c:/user/username | false | | c:/user/username/dir/somefile.d.ts | c:/user/username/dir | true | | c:/user/username/dir/subdir/somefile.d.ts | c:/user/username/dir | true | @@ -2188,109 +2152,107 @@ Root: c:/user/username/folderAtRoot | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/user/username/folderAtRoot/folder1 | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1 | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1 | true | -| c:/usr/somefile.d.ts | | | -| c:/usr/dir/somefile.d.ts | | | -| c:/usr/dir/subdir/somefile.d.ts | | | -| c:/usr/username/somefile.d.ts | | | -| c:/usr/username/dir/somefile.d.ts | | | -| c:/usr/username/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/home/somefile.d.ts | | | -| c:/home/dir/somefile.d.ts | | | -| c:/home/dir/subdir/somefile.d.ts | | | -| c:/home/username/somefile.d.ts | | | -| c:/home/username/dir/somefile.d.ts | | | -| c:/home/username/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/somefile.d.ts | | | -| c:/home/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| c:/usr/somefile.d.ts | c:/usr | true | +| c:/usr/dir/somefile.d.ts | c:/usr | true | +| c:/usr/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/somefile.d.ts | c:/usr | true | +| c:/usr/username/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/home/somefile.d.ts | c:/home | true | +| c:/home/dir/somefile.d.ts | c:/home | true | +| c:/home/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/somefile.d.ts | c:/home | true | +| c:/home/username/dir/somefile.d.ts | c:/home | true | +| c:/home/username/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/home | true | ## RootDirForResolution: c:/user/username/folderAtRoot/folder1 -Root: c:/user/username/folderAtRoot/folder1 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | --------- | | c:/somefile.d.ts | | | -| c:/dir/somefile.d.ts | | | -| c:/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/somefile.d.ts | | | -| c:/folderAtRoot/dir/somefile.d.ts | | | -| c:/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/somefile.d.ts | | | -| c:/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| c:/dir/somefile.d.ts | c:/dir | true | +| c:/dir/subdir/somefile.d.ts | c:/dir | true | +| c:/folderAtRoot/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | | c:/users/somefile.d.ts | | | | c:/users/dir/somefile.d.ts | | | -| c:/users/dir/subdir/somefile.d.ts | | | +| c:/users/dir/subdir/somefile.d.ts | c:/users/dir/subdir | true | | c:/users/username/somefile.d.ts | | | -| c:/users/username/dir/somefile.d.ts | | | -| c:/users/username/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/somefile.d.ts | | | -| c:/users/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/user/somefile.d.ts | | | -| c:/user/dir/somefile.d.ts | | | -| c:/user/dir/subdir/somefile.d.ts | | | +| c:/users/username/dir/somefile.d.ts | c:/users/username/dir | true | +| c:/users/username/dir/subdir/somefile.d.ts | c:/users/username/dir | true | +| c:/users/username/folderAtRoot/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/user/somefile.d.ts | c:/user | false | +| c:/user/dir/somefile.d.ts | c:/user/dir | true | +| c:/user/dir/subdir/somefile.d.ts | c:/user/dir | true | | c:/user/username/somefile.d.ts | c:/user/username | false | | c:/user/username/dir/somefile.d.ts | c:/user/username/dir | true | | c:/user/username/dir/subdir/somefile.d.ts | c:/user/username/dir | true | @@ -2312,109 +2274,107 @@ Root: c:/user/username/folderAtRoot/folder1 | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2 | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2 | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2 | true | -| c:/usr/somefile.d.ts | | | -| c:/usr/dir/somefile.d.ts | | | -| c:/usr/dir/subdir/somefile.d.ts | | | -| c:/usr/username/somefile.d.ts | | | -| c:/usr/username/dir/somefile.d.ts | | | -| c:/usr/username/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/home/somefile.d.ts | | | -| c:/home/dir/somefile.d.ts | | | -| c:/home/dir/subdir/somefile.d.ts | | | -| c:/home/username/somefile.d.ts | | | -| c:/home/username/dir/somefile.d.ts | | | -| c:/home/username/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/somefile.d.ts | | | -| c:/home/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| c:/usr/somefile.d.ts | c:/usr | true | +| c:/usr/dir/somefile.d.ts | c:/usr | true | +| c:/usr/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/somefile.d.ts | c:/usr | true | +| c:/usr/username/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/home/somefile.d.ts | c:/home | true | +| c:/home/dir/somefile.d.ts | c:/home | true | +| c:/home/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/somefile.d.ts | c:/home | true | +| c:/home/username/dir/somefile.d.ts | c:/home | true | +| c:/home/username/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/home | true | ## RootDirForResolution: c:/user/username/folderAtRoot/folder1/folder2 -Root: c:/user/username/folderAtRoot/folder1/folder2 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | --------- | | c:/somefile.d.ts | | | -| c:/dir/somefile.d.ts | | | -| c:/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/somefile.d.ts | | | -| c:/folderAtRoot/dir/somefile.d.ts | | | -| c:/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/somefile.d.ts | | | -| c:/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| c:/dir/somefile.d.ts | c:/dir | true | +| c:/dir/subdir/somefile.d.ts | c:/dir | true | +| c:/folderAtRoot/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | | c:/users/somefile.d.ts | | | | c:/users/dir/somefile.d.ts | | | -| c:/users/dir/subdir/somefile.d.ts | | | +| c:/users/dir/subdir/somefile.d.ts | c:/users/dir/subdir | true | | c:/users/username/somefile.d.ts | | | -| c:/users/username/dir/somefile.d.ts | | | -| c:/users/username/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/somefile.d.ts | | | -| c:/users/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/user/somefile.d.ts | | | -| c:/user/dir/somefile.d.ts | | | -| c:/user/dir/subdir/somefile.d.ts | | | +| c:/users/username/dir/somefile.d.ts | c:/users/username/dir | true | +| c:/users/username/dir/subdir/somefile.d.ts | c:/users/username/dir | true | +| c:/users/username/folderAtRoot/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/user/somefile.d.ts | c:/user | false | +| c:/user/dir/somefile.d.ts | c:/user/dir | true | +| c:/user/dir/subdir/somefile.d.ts | c:/user/dir | true | | c:/user/username/somefile.d.ts | c:/user/username | false | | c:/user/username/dir/somefile.d.ts | c:/user/username/dir | true | | c:/user/username/dir/subdir/somefile.d.ts | c:/user/username/dir | true | @@ -2436,109 +2396,107 @@ Root: c:/user/username/folderAtRoot/folder1/folder2 | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3 | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3 | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3 | true | -| c:/usr/somefile.d.ts | | | -| c:/usr/dir/somefile.d.ts | | | -| c:/usr/dir/subdir/somefile.d.ts | | | -| c:/usr/username/somefile.d.ts | | | -| c:/usr/username/dir/somefile.d.ts | | | -| c:/usr/username/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/home/somefile.d.ts | | | -| c:/home/dir/somefile.d.ts | | | -| c:/home/dir/subdir/somefile.d.ts | | | -| c:/home/username/somefile.d.ts | | | -| c:/home/username/dir/somefile.d.ts | | | -| c:/home/username/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/somefile.d.ts | | | -| c:/home/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| c:/usr/somefile.d.ts | c:/usr | true | +| c:/usr/dir/somefile.d.ts | c:/usr | true | +| c:/usr/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/somefile.d.ts | c:/usr | true | +| c:/usr/username/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/home/somefile.d.ts | c:/home | true | +| c:/home/dir/somefile.d.ts | c:/home | true | +| c:/home/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/somefile.d.ts | c:/home | true | +| c:/home/username/dir/somefile.d.ts | c:/home | true | +| c:/home/username/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/home | true | ## RootDirForResolution: c:/user/username/folderAtRoot/folder1/folder2/folder3 -Root: c:/user/username/folderAtRoot/folder1/folder2/folder3 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | --------- | | c:/somefile.d.ts | | | -| c:/dir/somefile.d.ts | | | -| c:/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/somefile.d.ts | | | -| c:/folderAtRoot/dir/somefile.d.ts | | | -| c:/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/somefile.d.ts | | | -| c:/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| c:/dir/somefile.d.ts | c:/dir | true | +| c:/dir/subdir/somefile.d.ts | c:/dir | true | +| c:/folderAtRoot/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | | c:/users/somefile.d.ts | | | | c:/users/dir/somefile.d.ts | | | -| c:/users/dir/subdir/somefile.d.ts | | | +| c:/users/dir/subdir/somefile.d.ts | c:/users/dir/subdir | true | | c:/users/username/somefile.d.ts | | | -| c:/users/username/dir/somefile.d.ts | | | -| c:/users/username/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/somefile.d.ts | | | -| c:/users/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/user/somefile.d.ts | | | -| c:/user/dir/somefile.d.ts | | | -| c:/user/dir/subdir/somefile.d.ts | | | +| c:/users/username/dir/somefile.d.ts | c:/users/username/dir | true | +| c:/users/username/dir/subdir/somefile.d.ts | c:/users/username/dir | true | +| c:/users/username/folderAtRoot/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/user/somefile.d.ts | c:/user | false | +| c:/user/dir/somefile.d.ts | c:/user/dir | true | +| c:/user/dir/subdir/somefile.d.ts | c:/user/dir | true | | c:/user/username/somefile.d.ts | c:/user/username | false | | c:/user/username/dir/somefile.d.ts | c:/user/username/dir | true | | c:/user/username/dir/subdir/somefile.d.ts | c:/user/username/dir | true | @@ -2560,109 +2518,107 @@ Root: c:/user/username/folderAtRoot/folder1/folder2/folder3 | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4 | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4 | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4 | true | -| c:/usr/somefile.d.ts | | | -| c:/usr/dir/somefile.d.ts | | | -| c:/usr/dir/subdir/somefile.d.ts | | | -| c:/usr/username/somefile.d.ts | | | -| c:/usr/username/dir/somefile.d.ts | | | -| c:/usr/username/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/home/somefile.d.ts | | | -| c:/home/dir/somefile.d.ts | | | -| c:/home/dir/subdir/somefile.d.ts | | | -| c:/home/username/somefile.d.ts | | | -| c:/home/username/dir/somefile.d.ts | | | -| c:/home/username/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/somefile.d.ts | | | -| c:/home/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| c:/usr/somefile.d.ts | c:/usr | true | +| c:/usr/dir/somefile.d.ts | c:/usr | true | +| c:/usr/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/somefile.d.ts | c:/usr | true | +| c:/usr/username/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/home/somefile.d.ts | c:/home | true | +| c:/home/dir/somefile.d.ts | c:/home | true | +| c:/home/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/somefile.d.ts | c:/home | true | +| c:/home/username/dir/somefile.d.ts | c:/home | true | +| c:/home/username/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/home | true | ## RootDirForResolution: c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4 -Root: c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | --------- | | c:/somefile.d.ts | | | -| c:/dir/somefile.d.ts | | | -| c:/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/somefile.d.ts | | | -| c:/folderAtRoot/dir/somefile.d.ts | | | -| c:/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/somefile.d.ts | | | -| c:/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| c:/dir/somefile.d.ts | c:/dir | true | +| c:/dir/subdir/somefile.d.ts | c:/dir | true | +| c:/folderAtRoot/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | | c:/users/somefile.d.ts | | | | c:/users/dir/somefile.d.ts | | | -| c:/users/dir/subdir/somefile.d.ts | | | +| c:/users/dir/subdir/somefile.d.ts | c:/users/dir/subdir | true | | c:/users/username/somefile.d.ts | | | -| c:/users/username/dir/somefile.d.ts | | | -| c:/users/username/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/somefile.d.ts | | | -| c:/users/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/user/somefile.d.ts | | | -| c:/user/dir/somefile.d.ts | | | -| c:/user/dir/subdir/somefile.d.ts | | | +| c:/users/username/dir/somefile.d.ts | c:/users/username/dir | true | +| c:/users/username/dir/subdir/somefile.d.ts | c:/users/username/dir | true | +| c:/users/username/folderAtRoot/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/user/somefile.d.ts | c:/user | false | +| c:/user/dir/somefile.d.ts | c:/user/dir | true | +| c:/user/dir/subdir/somefile.d.ts | c:/user/dir | true | | c:/user/username/somefile.d.ts | c:/user/username | false | | c:/user/username/dir/somefile.d.ts | c:/user/username/dir | true | | c:/user/username/dir/subdir/somefile.d.ts | c:/user/username/dir | true | @@ -2684,109 +2640,107 @@ Root: c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4 | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | true | -| c:/usr/somefile.d.ts | | | -| c:/usr/dir/somefile.d.ts | | | -| c:/usr/dir/subdir/somefile.d.ts | | | -| c:/usr/username/somefile.d.ts | | | -| c:/usr/username/dir/somefile.d.ts | | | -| c:/usr/username/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/home/somefile.d.ts | | | -| c:/home/dir/somefile.d.ts | | | -| c:/home/dir/subdir/somefile.d.ts | | | -| c:/home/username/somefile.d.ts | | | -| c:/home/username/dir/somefile.d.ts | | | -| c:/home/username/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/somefile.d.ts | | | -| c:/home/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| c:/usr/somefile.d.ts | c:/usr | true | +| c:/usr/dir/somefile.d.ts | c:/usr | true | +| c:/usr/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/somefile.d.ts | c:/usr | true | +| c:/usr/username/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/home/somefile.d.ts | c:/home | true | +| c:/home/dir/somefile.d.ts | c:/home | true | +| c:/home/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/somefile.d.ts | c:/home | true | +| c:/home/username/dir/somefile.d.ts | c:/home | true | +| c:/home/username/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/home | true | ## RootDirForResolution: c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 -Root: c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | --------- | | c:/somefile.d.ts | | | -| c:/dir/somefile.d.ts | | | -| c:/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/somefile.d.ts | | | -| c:/folderAtRoot/dir/somefile.d.ts | | | -| c:/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/somefile.d.ts | | | -| c:/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| c:/dir/somefile.d.ts | c:/dir | true | +| c:/dir/subdir/somefile.d.ts | c:/dir | true | +| c:/folderAtRoot/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | | c:/users/somefile.d.ts | | | | c:/users/dir/somefile.d.ts | | | -| c:/users/dir/subdir/somefile.d.ts | | | +| c:/users/dir/subdir/somefile.d.ts | c:/users/dir/subdir | true | | c:/users/username/somefile.d.ts | | | -| c:/users/username/dir/somefile.d.ts | | | -| c:/users/username/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/somefile.d.ts | | | -| c:/users/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/user/somefile.d.ts | | | -| c:/user/dir/somefile.d.ts | | | -| c:/user/dir/subdir/somefile.d.ts | | | +| c:/users/username/dir/somefile.d.ts | c:/users/username/dir | true | +| c:/users/username/dir/subdir/somefile.d.ts | c:/users/username/dir | true | +| c:/users/username/folderAtRoot/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/user/somefile.d.ts | c:/user | false | +| c:/user/dir/somefile.d.ts | c:/user/dir | true | +| c:/user/dir/subdir/somefile.d.ts | c:/user/dir | true | | c:/user/username/somefile.d.ts | c:/user/username | false | | c:/user/username/dir/somefile.d.ts | c:/user/username/dir | true | | c:/user/username/dir/subdir/somefile.d.ts | c:/user/username/dir | true | @@ -2808,130 +2762,128 @@ Root: c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | false | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir | true | -| c:/usr/somefile.d.ts | | | -| c:/usr/dir/somefile.d.ts | | | -| c:/usr/dir/subdir/somefile.d.ts | | | -| c:/usr/username/somefile.d.ts | | | -| c:/usr/username/dir/somefile.d.ts | | | -| c:/usr/username/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/home/somefile.d.ts | | | -| c:/home/dir/somefile.d.ts | | | -| c:/home/dir/subdir/somefile.d.ts | | | -| c:/home/username/somefile.d.ts | | | -| c:/home/username/dir/somefile.d.ts | | | -| c:/home/username/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/somefile.d.ts | | | -| c:/home/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| c:/usr/somefile.d.ts | c:/usr | true | +| c:/usr/dir/somefile.d.ts | c:/usr | true | +| c:/usr/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/somefile.d.ts | c:/usr | true | +| c:/usr/username/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/home/somefile.d.ts | c:/home | true | +| c:/home/dir/somefile.d.ts | c:/home | true | +| c:/home/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/somefile.d.ts | c:/home | true | +| c:/home/username/dir/somefile.d.ts | c:/home | true | +| c:/home/username/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/home | true | ## RootDirForResolution: c:/usr -Root: c:/usr - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | --------- | | c:/somefile.d.ts | | | -| c:/dir/somefile.d.ts | | | -| c:/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/somefile.d.ts | | | -| c:/folderAtRoot/dir/somefile.d.ts | | | -| c:/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/somefile.d.ts | | | -| c:/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| c:/dir/somefile.d.ts | c:/dir | true | +| c:/dir/subdir/somefile.d.ts | c:/dir | true | +| c:/folderAtRoot/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | | c:/users/somefile.d.ts | | | | c:/users/dir/somefile.d.ts | | | -| c:/users/dir/subdir/somefile.d.ts | | | +| c:/users/dir/subdir/somefile.d.ts | c:/users/dir/subdir | true | | c:/users/username/somefile.d.ts | | | -| c:/users/username/dir/somefile.d.ts | | | -| c:/users/username/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/somefile.d.ts | | | -| c:/users/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/user/somefile.d.ts | | | -| c:/user/dir/somefile.d.ts | | | -| c:/user/dir/subdir/somefile.d.ts | | | -| c:/user/username/somefile.d.ts | | | -| c:/user/username/dir/somefile.d.ts | | | -| c:/user/username/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/somefile.d.ts | | | -| c:/user/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| c:/users/username/dir/somefile.d.ts | c:/users/username/dir | true | +| c:/users/username/dir/subdir/somefile.d.ts | c:/users/username/dir | true | +| c:/users/username/folderAtRoot/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/user/somefile.d.ts | c:/user | true | +| c:/user/dir/somefile.d.ts | c:/user | true | +| c:/user/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/somefile.d.ts | c:/user | true | +| c:/user/username/dir/somefile.d.ts | c:/user | true | +| c:/user/username/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/user | true | | c:/usr/somefile.d.ts | c:/usr | false | | c:/usr/dir/somefile.d.ts | c:/usr/dir | true | | c:/usr/dir/subdir/somefile.d.ts | c:/usr/dir | true | @@ -2956,109 +2908,107 @@ Root: c:/usr | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/usr/username | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/usr/username | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/usr/username | true | -| c:/home/somefile.d.ts | | | -| c:/home/dir/somefile.d.ts | | | -| c:/home/dir/subdir/somefile.d.ts | | | -| c:/home/username/somefile.d.ts | | | -| c:/home/username/dir/somefile.d.ts | | | -| c:/home/username/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/somefile.d.ts | | | -| c:/home/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| c:/home/somefile.d.ts | c:/home | true | +| c:/home/dir/somefile.d.ts | c:/home | true | +| c:/home/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/somefile.d.ts | c:/home | true | +| c:/home/username/dir/somefile.d.ts | c:/home | true | +| c:/home/username/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/home | true | ## RootDirForResolution: c:/usr/username -Root: c:/usr/username - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | --------- | | c:/somefile.d.ts | | | -| c:/dir/somefile.d.ts | | | -| c:/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/somefile.d.ts | | | -| c:/folderAtRoot/dir/somefile.d.ts | | | -| c:/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/somefile.d.ts | | | -| c:/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| c:/dir/somefile.d.ts | c:/dir | true | +| c:/dir/subdir/somefile.d.ts | c:/dir | true | +| c:/folderAtRoot/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | | c:/users/somefile.d.ts | | | | c:/users/dir/somefile.d.ts | | | -| c:/users/dir/subdir/somefile.d.ts | | | +| c:/users/dir/subdir/somefile.d.ts | c:/users/dir/subdir | true | | c:/users/username/somefile.d.ts | | | -| c:/users/username/dir/somefile.d.ts | | | -| c:/users/username/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/somefile.d.ts | | | -| c:/users/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/user/somefile.d.ts | | | -| c:/user/dir/somefile.d.ts | | | -| c:/user/dir/subdir/somefile.d.ts | | | -| c:/user/username/somefile.d.ts | | | -| c:/user/username/dir/somefile.d.ts | | | -| c:/user/username/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/somefile.d.ts | | | -| c:/user/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/usr/somefile.d.ts | | | -| c:/usr/dir/somefile.d.ts | | | -| c:/usr/dir/subdir/somefile.d.ts | | | +| c:/users/username/dir/somefile.d.ts | c:/users/username/dir | true | +| c:/users/username/dir/subdir/somefile.d.ts | c:/users/username/dir | true | +| c:/users/username/folderAtRoot/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/user/somefile.d.ts | c:/user | true | +| c:/user/dir/somefile.d.ts | c:/user | true | +| c:/user/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/somefile.d.ts | c:/user | true | +| c:/user/username/dir/somefile.d.ts | c:/user | true | +| c:/user/username/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/user | true | +| c:/usr/somefile.d.ts | c:/usr | false | +| c:/usr/dir/somefile.d.ts | c:/usr/dir | true | +| c:/usr/dir/subdir/somefile.d.ts | c:/usr/dir | true | | c:/usr/username/somefile.d.ts | c:/usr/username | false | | c:/usr/username/dir/somefile.d.ts | c:/usr/username/dir | true | | c:/usr/username/dir/subdir/somefile.d.ts | c:/usr/username/dir | true | @@ -3080,109 +3030,107 @@ Root: c:/usr/username | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/usr/username/folderAtRoot | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/usr/username/folderAtRoot | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot | true | -| c:/home/somefile.d.ts | | | -| c:/home/dir/somefile.d.ts | | | -| c:/home/dir/subdir/somefile.d.ts | | | -| c:/home/username/somefile.d.ts | | | -| c:/home/username/dir/somefile.d.ts | | | -| c:/home/username/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/somefile.d.ts | | | -| c:/home/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| c:/home/somefile.d.ts | c:/home | true | +| c:/home/dir/somefile.d.ts | c:/home | true | +| c:/home/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/somefile.d.ts | c:/home | true | +| c:/home/username/dir/somefile.d.ts | c:/home | true | +| c:/home/username/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/home | true | ## RootDirForResolution: c:/usr/username/folderAtRoot -Root: c:/usr/username/folderAtRoot - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | --------- | | c:/somefile.d.ts | | | -| c:/dir/somefile.d.ts | | | -| c:/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/somefile.d.ts | | | -| c:/folderAtRoot/dir/somefile.d.ts | | | -| c:/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/somefile.d.ts | | | -| c:/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| c:/dir/somefile.d.ts | c:/dir | true | +| c:/dir/subdir/somefile.d.ts | c:/dir | true | +| c:/folderAtRoot/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | | c:/users/somefile.d.ts | | | | c:/users/dir/somefile.d.ts | | | -| c:/users/dir/subdir/somefile.d.ts | | | +| c:/users/dir/subdir/somefile.d.ts | c:/users/dir/subdir | true | | c:/users/username/somefile.d.ts | | | -| c:/users/username/dir/somefile.d.ts | | | -| c:/users/username/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/somefile.d.ts | | | -| c:/users/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/user/somefile.d.ts | | | -| c:/user/dir/somefile.d.ts | | | -| c:/user/dir/subdir/somefile.d.ts | | | -| c:/user/username/somefile.d.ts | | | -| c:/user/username/dir/somefile.d.ts | | | -| c:/user/username/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/somefile.d.ts | | | -| c:/user/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/usr/somefile.d.ts | | | -| c:/usr/dir/somefile.d.ts | | | -| c:/usr/dir/subdir/somefile.d.ts | | | +| c:/users/username/dir/somefile.d.ts | c:/users/username/dir | true | +| c:/users/username/dir/subdir/somefile.d.ts | c:/users/username/dir | true | +| c:/users/username/folderAtRoot/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/user/somefile.d.ts | c:/user | true | +| c:/user/dir/somefile.d.ts | c:/user | true | +| c:/user/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/somefile.d.ts | c:/user | true | +| c:/user/username/dir/somefile.d.ts | c:/user | true | +| c:/user/username/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/user | true | +| c:/usr/somefile.d.ts | c:/usr | false | +| c:/usr/dir/somefile.d.ts | c:/usr/dir | true | +| c:/usr/dir/subdir/somefile.d.ts | c:/usr/dir | true | | c:/usr/username/somefile.d.ts | c:/usr/username | false | | c:/usr/username/dir/somefile.d.ts | c:/usr/username/dir | true | | c:/usr/username/dir/subdir/somefile.d.ts | c:/usr/username/dir | true | @@ -3204,109 +3152,107 @@ Root: c:/usr/username/folderAtRoot | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/usr/username/folderAtRoot/folder1 | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1 | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1 | true | -| c:/home/somefile.d.ts | | | -| c:/home/dir/somefile.d.ts | | | -| c:/home/dir/subdir/somefile.d.ts | | | -| c:/home/username/somefile.d.ts | | | -| c:/home/username/dir/somefile.d.ts | | | -| c:/home/username/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/somefile.d.ts | | | -| c:/home/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| c:/home/somefile.d.ts | c:/home | true | +| c:/home/dir/somefile.d.ts | c:/home | true | +| c:/home/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/somefile.d.ts | c:/home | true | +| c:/home/username/dir/somefile.d.ts | c:/home | true | +| c:/home/username/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/home | true | ## RootDirForResolution: c:/usr/username/folderAtRoot/folder1 -Root: c:/usr/username/folderAtRoot/folder1 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | --------- | | c:/somefile.d.ts | | | -| c:/dir/somefile.d.ts | | | -| c:/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/somefile.d.ts | | | -| c:/folderAtRoot/dir/somefile.d.ts | | | -| c:/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/somefile.d.ts | | | -| c:/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| c:/dir/somefile.d.ts | c:/dir | true | +| c:/dir/subdir/somefile.d.ts | c:/dir | true | +| c:/folderAtRoot/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | | c:/users/somefile.d.ts | | | | c:/users/dir/somefile.d.ts | | | -| c:/users/dir/subdir/somefile.d.ts | | | +| c:/users/dir/subdir/somefile.d.ts | c:/users/dir/subdir | true | | c:/users/username/somefile.d.ts | | | -| c:/users/username/dir/somefile.d.ts | | | -| c:/users/username/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/somefile.d.ts | | | -| c:/users/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/user/somefile.d.ts | | | -| c:/user/dir/somefile.d.ts | | | -| c:/user/dir/subdir/somefile.d.ts | | | -| c:/user/username/somefile.d.ts | | | -| c:/user/username/dir/somefile.d.ts | | | -| c:/user/username/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/somefile.d.ts | | | -| c:/user/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/usr/somefile.d.ts | | | -| c:/usr/dir/somefile.d.ts | | | -| c:/usr/dir/subdir/somefile.d.ts | | | +| c:/users/username/dir/somefile.d.ts | c:/users/username/dir | true | +| c:/users/username/dir/subdir/somefile.d.ts | c:/users/username/dir | true | +| c:/users/username/folderAtRoot/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/user/somefile.d.ts | c:/user | true | +| c:/user/dir/somefile.d.ts | c:/user | true | +| c:/user/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/somefile.d.ts | c:/user | true | +| c:/user/username/dir/somefile.d.ts | c:/user | true | +| c:/user/username/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/user | true | +| c:/usr/somefile.d.ts | c:/usr | false | +| c:/usr/dir/somefile.d.ts | c:/usr/dir | true | +| c:/usr/dir/subdir/somefile.d.ts | c:/usr/dir | true | | c:/usr/username/somefile.d.ts | c:/usr/username | false | | c:/usr/username/dir/somefile.d.ts | c:/usr/username/dir | true | | c:/usr/username/dir/subdir/somefile.d.ts | c:/usr/username/dir | true | @@ -3328,109 +3274,107 @@ Root: c:/usr/username/folderAtRoot/folder1 | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2 | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2 | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2 | true | -| c:/home/somefile.d.ts | | | -| c:/home/dir/somefile.d.ts | | | -| c:/home/dir/subdir/somefile.d.ts | | | -| c:/home/username/somefile.d.ts | | | -| c:/home/username/dir/somefile.d.ts | | | -| c:/home/username/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/somefile.d.ts | | | -| c:/home/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| c:/home/somefile.d.ts | c:/home | true | +| c:/home/dir/somefile.d.ts | c:/home | true | +| c:/home/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/somefile.d.ts | c:/home | true | +| c:/home/username/dir/somefile.d.ts | c:/home | true | +| c:/home/username/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/home | true | ## RootDirForResolution: c:/usr/username/folderAtRoot/folder1/folder2 -Root: c:/usr/username/folderAtRoot/folder1/folder2 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | --------- | | c:/somefile.d.ts | | | -| c:/dir/somefile.d.ts | | | -| c:/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/somefile.d.ts | | | -| c:/folderAtRoot/dir/somefile.d.ts | | | -| c:/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/somefile.d.ts | | | -| c:/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| c:/dir/somefile.d.ts | c:/dir | true | +| c:/dir/subdir/somefile.d.ts | c:/dir | true | +| c:/folderAtRoot/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | | c:/users/somefile.d.ts | | | | c:/users/dir/somefile.d.ts | | | -| c:/users/dir/subdir/somefile.d.ts | | | +| c:/users/dir/subdir/somefile.d.ts | c:/users/dir/subdir | true | | c:/users/username/somefile.d.ts | | | -| c:/users/username/dir/somefile.d.ts | | | -| c:/users/username/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/somefile.d.ts | | | -| c:/users/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/user/somefile.d.ts | | | -| c:/user/dir/somefile.d.ts | | | -| c:/user/dir/subdir/somefile.d.ts | | | -| c:/user/username/somefile.d.ts | | | -| c:/user/username/dir/somefile.d.ts | | | -| c:/user/username/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/somefile.d.ts | | | -| c:/user/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/usr/somefile.d.ts | | | -| c:/usr/dir/somefile.d.ts | | | -| c:/usr/dir/subdir/somefile.d.ts | | | +| c:/users/username/dir/somefile.d.ts | c:/users/username/dir | true | +| c:/users/username/dir/subdir/somefile.d.ts | c:/users/username/dir | true | +| c:/users/username/folderAtRoot/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/user/somefile.d.ts | c:/user | true | +| c:/user/dir/somefile.d.ts | c:/user | true | +| c:/user/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/somefile.d.ts | c:/user | true | +| c:/user/username/dir/somefile.d.ts | c:/user | true | +| c:/user/username/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/user | true | +| c:/usr/somefile.d.ts | c:/usr | false | +| c:/usr/dir/somefile.d.ts | c:/usr/dir | true | +| c:/usr/dir/subdir/somefile.d.ts | c:/usr/dir | true | | c:/usr/username/somefile.d.ts | c:/usr/username | false | | c:/usr/username/dir/somefile.d.ts | c:/usr/username/dir | true | | c:/usr/username/dir/subdir/somefile.d.ts | c:/usr/username/dir | true | @@ -3452,109 +3396,107 @@ Root: c:/usr/username/folderAtRoot/folder1/folder2 | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3 | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3 | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3 | true | -| c:/home/somefile.d.ts | | | -| c:/home/dir/somefile.d.ts | | | -| c:/home/dir/subdir/somefile.d.ts | | | -| c:/home/username/somefile.d.ts | | | -| c:/home/username/dir/somefile.d.ts | | | -| c:/home/username/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/somefile.d.ts | | | -| c:/home/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| c:/home/somefile.d.ts | c:/home | true | +| c:/home/dir/somefile.d.ts | c:/home | true | +| c:/home/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/somefile.d.ts | c:/home | true | +| c:/home/username/dir/somefile.d.ts | c:/home | true | +| c:/home/username/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/home | true | ## RootDirForResolution: c:/usr/username/folderAtRoot/folder1/folder2/folder3 -Root: c:/usr/username/folderAtRoot/folder1/folder2/folder3 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | --------- | | c:/somefile.d.ts | | | -| c:/dir/somefile.d.ts | | | -| c:/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/somefile.d.ts | | | -| c:/folderAtRoot/dir/somefile.d.ts | | | -| c:/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/somefile.d.ts | | | -| c:/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| c:/dir/somefile.d.ts | c:/dir | true | +| c:/dir/subdir/somefile.d.ts | c:/dir | true | +| c:/folderAtRoot/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | | c:/users/somefile.d.ts | | | | c:/users/dir/somefile.d.ts | | | -| c:/users/dir/subdir/somefile.d.ts | | | +| c:/users/dir/subdir/somefile.d.ts | c:/users/dir/subdir | true | | c:/users/username/somefile.d.ts | | | -| c:/users/username/dir/somefile.d.ts | | | -| c:/users/username/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/somefile.d.ts | | | -| c:/users/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/user/somefile.d.ts | | | -| c:/user/dir/somefile.d.ts | | | -| c:/user/dir/subdir/somefile.d.ts | | | -| c:/user/username/somefile.d.ts | | | -| c:/user/username/dir/somefile.d.ts | | | -| c:/user/username/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/somefile.d.ts | | | -| c:/user/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/usr/somefile.d.ts | | | -| c:/usr/dir/somefile.d.ts | | | -| c:/usr/dir/subdir/somefile.d.ts | | | +| c:/users/username/dir/somefile.d.ts | c:/users/username/dir | true | +| c:/users/username/dir/subdir/somefile.d.ts | c:/users/username/dir | true | +| c:/users/username/folderAtRoot/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/user/somefile.d.ts | c:/user | true | +| c:/user/dir/somefile.d.ts | c:/user | true | +| c:/user/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/somefile.d.ts | c:/user | true | +| c:/user/username/dir/somefile.d.ts | c:/user | true | +| c:/user/username/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/user | true | +| c:/usr/somefile.d.ts | c:/usr | false | +| c:/usr/dir/somefile.d.ts | c:/usr/dir | true | +| c:/usr/dir/subdir/somefile.d.ts | c:/usr/dir | true | | c:/usr/username/somefile.d.ts | c:/usr/username | false | | c:/usr/username/dir/somefile.d.ts | c:/usr/username/dir | true | | c:/usr/username/dir/subdir/somefile.d.ts | c:/usr/username/dir | true | @@ -3576,109 +3518,107 @@ Root: c:/usr/username/folderAtRoot/folder1/folder2/folder3 | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 | true | -| c:/home/somefile.d.ts | | | -| c:/home/dir/somefile.d.ts | | | -| c:/home/dir/subdir/somefile.d.ts | | | -| c:/home/username/somefile.d.ts | | | -| c:/home/username/dir/somefile.d.ts | | | -| c:/home/username/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/somefile.d.ts | | | -| c:/home/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| c:/home/somefile.d.ts | c:/home | true | +| c:/home/dir/somefile.d.ts | c:/home | true | +| c:/home/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/somefile.d.ts | c:/home | true | +| c:/home/username/dir/somefile.d.ts | c:/home | true | +| c:/home/username/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/home | true | ## RootDirForResolution: c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 -Root: c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | --------- | | c:/somefile.d.ts | | | -| c:/dir/somefile.d.ts | | | -| c:/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/somefile.d.ts | | | -| c:/folderAtRoot/dir/somefile.d.ts | | | -| c:/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/somefile.d.ts | | | -| c:/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| c:/dir/somefile.d.ts | c:/dir | true | +| c:/dir/subdir/somefile.d.ts | c:/dir | true | +| c:/folderAtRoot/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | | c:/users/somefile.d.ts | | | | c:/users/dir/somefile.d.ts | | | -| c:/users/dir/subdir/somefile.d.ts | | | +| c:/users/dir/subdir/somefile.d.ts | c:/users/dir/subdir | true | | c:/users/username/somefile.d.ts | | | -| c:/users/username/dir/somefile.d.ts | | | -| c:/users/username/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/somefile.d.ts | | | -| c:/users/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/user/somefile.d.ts | | | -| c:/user/dir/somefile.d.ts | | | -| c:/user/dir/subdir/somefile.d.ts | | | -| c:/user/username/somefile.d.ts | | | -| c:/user/username/dir/somefile.d.ts | | | -| c:/user/username/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/somefile.d.ts | | | -| c:/user/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/usr/somefile.d.ts | | | -| c:/usr/dir/somefile.d.ts | | | -| c:/usr/dir/subdir/somefile.d.ts | | | +| c:/users/username/dir/somefile.d.ts | c:/users/username/dir | true | +| c:/users/username/dir/subdir/somefile.d.ts | c:/users/username/dir | true | +| c:/users/username/folderAtRoot/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/user/somefile.d.ts | c:/user | true | +| c:/user/dir/somefile.d.ts | c:/user | true | +| c:/user/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/somefile.d.ts | c:/user | true | +| c:/user/username/dir/somefile.d.ts | c:/user | true | +| c:/user/username/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/user | true | +| c:/usr/somefile.d.ts | c:/usr | false | +| c:/usr/dir/somefile.d.ts | c:/usr/dir | true | +| c:/usr/dir/subdir/somefile.d.ts | c:/usr/dir | true | | c:/usr/username/somefile.d.ts | c:/usr/username | false | | c:/usr/username/dir/somefile.d.ts | c:/usr/username/dir | true | | c:/usr/username/dir/subdir/somefile.d.ts | c:/usr/username/dir | true | @@ -3700,109 +3640,107 @@ Root: c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | true | -| c:/home/somefile.d.ts | | | -| c:/home/dir/somefile.d.ts | | | -| c:/home/dir/subdir/somefile.d.ts | | | -| c:/home/username/somefile.d.ts | | | -| c:/home/username/dir/somefile.d.ts | | | -| c:/home/username/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/somefile.d.ts | | | -| c:/home/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| c:/home/somefile.d.ts | c:/home | true | +| c:/home/dir/somefile.d.ts | c:/home | true | +| c:/home/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/somefile.d.ts | c:/home | true | +| c:/home/username/dir/somefile.d.ts | c:/home | true | +| c:/home/username/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/home | true | ## RootDirForResolution: c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 -Root: c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | --------- | | c:/somefile.d.ts | | | -| c:/dir/somefile.d.ts | | | -| c:/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/somefile.d.ts | | | -| c:/folderAtRoot/dir/somefile.d.ts | | | -| c:/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/somefile.d.ts | | | -| c:/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| c:/dir/somefile.d.ts | c:/dir | true | +| c:/dir/subdir/somefile.d.ts | c:/dir | true | +| c:/folderAtRoot/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | | c:/users/somefile.d.ts | | | | c:/users/dir/somefile.d.ts | | | -| c:/users/dir/subdir/somefile.d.ts | | | +| c:/users/dir/subdir/somefile.d.ts | c:/users/dir/subdir | true | | c:/users/username/somefile.d.ts | | | -| c:/users/username/dir/somefile.d.ts | | | -| c:/users/username/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/somefile.d.ts | | | -| c:/users/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/user/somefile.d.ts | | | -| c:/user/dir/somefile.d.ts | | | -| c:/user/dir/subdir/somefile.d.ts | | | -| c:/user/username/somefile.d.ts | | | -| c:/user/username/dir/somefile.d.ts | | | -| c:/user/username/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/somefile.d.ts | | | -| c:/user/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/usr/somefile.d.ts | | | -| c:/usr/dir/somefile.d.ts | | | -| c:/usr/dir/subdir/somefile.d.ts | | | +| c:/users/username/dir/somefile.d.ts | c:/users/username/dir | true | +| c:/users/username/dir/subdir/somefile.d.ts | c:/users/username/dir | true | +| c:/users/username/folderAtRoot/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/user/somefile.d.ts | c:/user | true | +| c:/user/dir/somefile.d.ts | c:/user | true | +| c:/user/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/somefile.d.ts | c:/user | true | +| c:/user/username/dir/somefile.d.ts | c:/user | true | +| c:/user/username/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/user | true | +| c:/usr/somefile.d.ts | c:/usr | false | +| c:/usr/dir/somefile.d.ts | c:/usr/dir | true | +| c:/usr/dir/subdir/somefile.d.ts | c:/usr/dir | true | | c:/usr/username/somefile.d.ts | c:/usr/username | false | | c:/usr/username/dir/somefile.d.ts | c:/usr/username/dir | true | | c:/usr/username/dir/subdir/somefile.d.ts | c:/usr/username/dir | true | @@ -3824,130 +3762,128 @@ Root: c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | false | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir | true | -| c:/home/somefile.d.ts | | | -| c:/home/dir/somefile.d.ts | | | -| c:/home/dir/subdir/somefile.d.ts | | | -| c:/home/username/somefile.d.ts | | | -| c:/home/username/dir/somefile.d.ts | | | -| c:/home/username/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/somefile.d.ts | | | -| c:/home/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| c:/home/somefile.d.ts | c:/home | true | +| c:/home/dir/somefile.d.ts | c:/home | true | +| c:/home/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/somefile.d.ts | c:/home | true | +| c:/home/username/dir/somefile.d.ts | c:/home | true | +| c:/home/username/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/home | true | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/home | true | ## RootDirForResolution: c:/home -Root: c:/home - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | --------- | | c:/somefile.d.ts | | | -| c:/dir/somefile.d.ts | | | -| c:/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/somefile.d.ts | | | -| c:/folderAtRoot/dir/somefile.d.ts | | | -| c:/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/somefile.d.ts | | | -| c:/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| c:/dir/somefile.d.ts | c:/dir | true | +| c:/dir/subdir/somefile.d.ts | c:/dir | true | +| c:/folderAtRoot/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | | c:/users/somefile.d.ts | | | | c:/users/dir/somefile.d.ts | | | -| c:/users/dir/subdir/somefile.d.ts | | | +| c:/users/dir/subdir/somefile.d.ts | c:/users/dir/subdir | true | | c:/users/username/somefile.d.ts | | | -| c:/users/username/dir/somefile.d.ts | | | -| c:/users/username/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/somefile.d.ts | | | -| c:/users/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/user/somefile.d.ts | | | -| c:/user/dir/somefile.d.ts | | | -| c:/user/dir/subdir/somefile.d.ts | | | -| c:/user/username/somefile.d.ts | | | -| c:/user/username/dir/somefile.d.ts | | | -| c:/user/username/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/somefile.d.ts | | | -| c:/user/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/usr/somefile.d.ts | | | -| c:/usr/dir/somefile.d.ts | | | -| c:/usr/dir/subdir/somefile.d.ts | | | -| c:/usr/username/somefile.d.ts | | | -| c:/usr/username/dir/somefile.d.ts | | | -| c:/usr/username/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| c:/users/username/dir/somefile.d.ts | c:/users/username/dir | true | +| c:/users/username/dir/subdir/somefile.d.ts | c:/users/username/dir | true | +| c:/users/username/folderAtRoot/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/user/somefile.d.ts | c:/user | true | +| c:/user/dir/somefile.d.ts | c:/user | true | +| c:/user/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/somefile.d.ts | c:/user | true | +| c:/user/username/dir/somefile.d.ts | c:/user | true | +| c:/user/username/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/user | true | +| c:/usr/somefile.d.ts | c:/usr | true | +| c:/usr/dir/somefile.d.ts | c:/usr | true | +| c:/usr/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/somefile.d.ts | c:/usr | true | +| c:/usr/username/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/usr | true | | c:/home/somefile.d.ts | c:/home | false | | c:/home/dir/somefile.d.ts | c:/home/dir | true | | c:/home/dir/subdir/somefile.d.ts | c:/home/dir | true | @@ -3975,106 +3911,104 @@ Root: c:/home ## RootDirForResolution: c:/home/username -Root: c:/home/username - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | --------- | | c:/somefile.d.ts | | | -| c:/dir/somefile.d.ts | | | -| c:/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/somefile.d.ts | | | -| c:/folderAtRoot/dir/somefile.d.ts | | | -| c:/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/somefile.d.ts | | | -| c:/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| c:/dir/somefile.d.ts | c:/dir | true | +| c:/dir/subdir/somefile.d.ts | c:/dir | true | +| c:/folderAtRoot/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | | c:/users/somefile.d.ts | | | | c:/users/dir/somefile.d.ts | | | -| c:/users/dir/subdir/somefile.d.ts | | | +| c:/users/dir/subdir/somefile.d.ts | c:/users/dir/subdir | true | | c:/users/username/somefile.d.ts | | | -| c:/users/username/dir/somefile.d.ts | | | -| c:/users/username/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/somefile.d.ts | | | -| c:/users/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/user/somefile.d.ts | | | -| c:/user/dir/somefile.d.ts | | | -| c:/user/dir/subdir/somefile.d.ts | | | -| c:/user/username/somefile.d.ts | | | -| c:/user/username/dir/somefile.d.ts | | | -| c:/user/username/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/somefile.d.ts | | | -| c:/user/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/usr/somefile.d.ts | | | -| c:/usr/dir/somefile.d.ts | | | -| c:/usr/dir/subdir/somefile.d.ts | | | -| c:/usr/username/somefile.d.ts | | | -| c:/usr/username/dir/somefile.d.ts | | | -| c:/usr/username/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/home/somefile.d.ts | | | -| c:/home/dir/somefile.d.ts | | | -| c:/home/dir/subdir/somefile.d.ts | | | +| c:/users/username/dir/somefile.d.ts | c:/users/username/dir | true | +| c:/users/username/dir/subdir/somefile.d.ts | c:/users/username/dir | true | +| c:/users/username/folderAtRoot/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/user/somefile.d.ts | c:/user | true | +| c:/user/dir/somefile.d.ts | c:/user | true | +| c:/user/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/somefile.d.ts | c:/user | true | +| c:/user/username/dir/somefile.d.ts | c:/user | true | +| c:/user/username/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/user | true | +| c:/usr/somefile.d.ts | c:/usr | true | +| c:/usr/dir/somefile.d.ts | c:/usr | true | +| c:/usr/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/somefile.d.ts | c:/usr | true | +| c:/usr/username/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/home/somefile.d.ts | c:/home | false | +| c:/home/dir/somefile.d.ts | c:/home/dir | true | +| c:/home/dir/subdir/somefile.d.ts | c:/home/dir | true | | c:/home/username/somefile.d.ts | c:/home/username | false | | c:/home/username/dir/somefile.d.ts | c:/home/username/dir | true | | c:/home/username/dir/subdir/somefile.d.ts | c:/home/username/dir | true | @@ -4099,106 +4033,104 @@ Root: c:/home/username ## RootDirForResolution: c:/home/username/folderAtRoot -Root: c:/home/username/folderAtRoot - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | --------- | | c:/somefile.d.ts | | | -| c:/dir/somefile.d.ts | | | -| c:/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/somefile.d.ts | | | -| c:/folderAtRoot/dir/somefile.d.ts | | | -| c:/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/somefile.d.ts | | | -| c:/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| c:/dir/somefile.d.ts | c:/dir | true | +| c:/dir/subdir/somefile.d.ts | c:/dir | true | +| c:/folderAtRoot/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | | c:/users/somefile.d.ts | | | | c:/users/dir/somefile.d.ts | | | -| c:/users/dir/subdir/somefile.d.ts | | | +| c:/users/dir/subdir/somefile.d.ts | c:/users/dir/subdir | true | | c:/users/username/somefile.d.ts | | | -| c:/users/username/dir/somefile.d.ts | | | -| c:/users/username/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/somefile.d.ts | | | -| c:/users/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/user/somefile.d.ts | | | -| c:/user/dir/somefile.d.ts | | | -| c:/user/dir/subdir/somefile.d.ts | | | -| c:/user/username/somefile.d.ts | | | -| c:/user/username/dir/somefile.d.ts | | | -| c:/user/username/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/somefile.d.ts | | | -| c:/user/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/usr/somefile.d.ts | | | -| c:/usr/dir/somefile.d.ts | | | -| c:/usr/dir/subdir/somefile.d.ts | | | -| c:/usr/username/somefile.d.ts | | | -| c:/usr/username/dir/somefile.d.ts | | | -| c:/usr/username/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/home/somefile.d.ts | | | -| c:/home/dir/somefile.d.ts | | | -| c:/home/dir/subdir/somefile.d.ts | | | +| c:/users/username/dir/somefile.d.ts | c:/users/username/dir | true | +| c:/users/username/dir/subdir/somefile.d.ts | c:/users/username/dir | true | +| c:/users/username/folderAtRoot/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/user/somefile.d.ts | c:/user | true | +| c:/user/dir/somefile.d.ts | c:/user | true | +| c:/user/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/somefile.d.ts | c:/user | true | +| c:/user/username/dir/somefile.d.ts | c:/user | true | +| c:/user/username/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/user | true | +| c:/usr/somefile.d.ts | c:/usr | true | +| c:/usr/dir/somefile.d.ts | c:/usr | true | +| c:/usr/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/somefile.d.ts | c:/usr | true | +| c:/usr/username/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/home/somefile.d.ts | c:/home | false | +| c:/home/dir/somefile.d.ts | c:/home/dir | true | +| c:/home/dir/subdir/somefile.d.ts | c:/home/dir | true | | c:/home/username/somefile.d.ts | c:/home/username | false | | c:/home/username/dir/somefile.d.ts | c:/home/username/dir | true | | c:/home/username/dir/subdir/somefile.d.ts | c:/home/username/dir | true | @@ -4223,106 +4155,104 @@ Root: c:/home/username/folderAtRoot ## RootDirForResolution: c:/home/username/folderAtRoot/folder1 -Root: c:/home/username/folderAtRoot/folder1 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | --------- | | c:/somefile.d.ts | | | -| c:/dir/somefile.d.ts | | | -| c:/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/somefile.d.ts | | | -| c:/folderAtRoot/dir/somefile.d.ts | | | -| c:/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/somefile.d.ts | | | -| c:/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| c:/dir/somefile.d.ts | c:/dir | true | +| c:/dir/subdir/somefile.d.ts | c:/dir | true | +| c:/folderAtRoot/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | | c:/users/somefile.d.ts | | | | c:/users/dir/somefile.d.ts | | | -| c:/users/dir/subdir/somefile.d.ts | | | +| c:/users/dir/subdir/somefile.d.ts | c:/users/dir/subdir | true | | c:/users/username/somefile.d.ts | | | -| c:/users/username/dir/somefile.d.ts | | | -| c:/users/username/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/somefile.d.ts | | | -| c:/users/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/user/somefile.d.ts | | | -| c:/user/dir/somefile.d.ts | | | -| c:/user/dir/subdir/somefile.d.ts | | | -| c:/user/username/somefile.d.ts | | | -| c:/user/username/dir/somefile.d.ts | | | -| c:/user/username/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/somefile.d.ts | | | -| c:/user/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/usr/somefile.d.ts | | | -| c:/usr/dir/somefile.d.ts | | | -| c:/usr/dir/subdir/somefile.d.ts | | | -| c:/usr/username/somefile.d.ts | | | -| c:/usr/username/dir/somefile.d.ts | | | -| c:/usr/username/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/home/somefile.d.ts | | | -| c:/home/dir/somefile.d.ts | | | -| c:/home/dir/subdir/somefile.d.ts | | | +| c:/users/username/dir/somefile.d.ts | c:/users/username/dir | true | +| c:/users/username/dir/subdir/somefile.d.ts | c:/users/username/dir | true | +| c:/users/username/folderAtRoot/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/user/somefile.d.ts | c:/user | true | +| c:/user/dir/somefile.d.ts | c:/user | true | +| c:/user/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/somefile.d.ts | c:/user | true | +| c:/user/username/dir/somefile.d.ts | c:/user | true | +| c:/user/username/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/user | true | +| c:/usr/somefile.d.ts | c:/usr | true | +| c:/usr/dir/somefile.d.ts | c:/usr | true | +| c:/usr/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/somefile.d.ts | c:/usr | true | +| c:/usr/username/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/home/somefile.d.ts | c:/home | false | +| c:/home/dir/somefile.d.ts | c:/home/dir | true | +| c:/home/dir/subdir/somefile.d.ts | c:/home/dir | true | | c:/home/username/somefile.d.ts | c:/home/username | false | | c:/home/username/dir/somefile.d.ts | c:/home/username/dir | true | | c:/home/username/dir/subdir/somefile.d.ts | c:/home/username/dir | true | @@ -4347,106 +4277,104 @@ Root: c:/home/username/folderAtRoot/folder1 ## RootDirForResolution: c:/home/username/folderAtRoot/folder1/folder2 -Root: c:/home/username/folderAtRoot/folder1/folder2 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | --------- | | c:/somefile.d.ts | | | -| c:/dir/somefile.d.ts | | | -| c:/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/somefile.d.ts | | | -| c:/folderAtRoot/dir/somefile.d.ts | | | -| c:/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/somefile.d.ts | | | -| c:/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| c:/dir/somefile.d.ts | c:/dir | true | +| c:/dir/subdir/somefile.d.ts | c:/dir | true | +| c:/folderAtRoot/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | | c:/users/somefile.d.ts | | | | c:/users/dir/somefile.d.ts | | | -| c:/users/dir/subdir/somefile.d.ts | | | +| c:/users/dir/subdir/somefile.d.ts | c:/users/dir/subdir | true | | c:/users/username/somefile.d.ts | | | -| c:/users/username/dir/somefile.d.ts | | | -| c:/users/username/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/somefile.d.ts | | | -| c:/users/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/user/somefile.d.ts | | | -| c:/user/dir/somefile.d.ts | | | -| c:/user/dir/subdir/somefile.d.ts | | | -| c:/user/username/somefile.d.ts | | | -| c:/user/username/dir/somefile.d.ts | | | -| c:/user/username/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/somefile.d.ts | | | -| c:/user/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/usr/somefile.d.ts | | | -| c:/usr/dir/somefile.d.ts | | | -| c:/usr/dir/subdir/somefile.d.ts | | | -| c:/usr/username/somefile.d.ts | | | -| c:/usr/username/dir/somefile.d.ts | | | -| c:/usr/username/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/home/somefile.d.ts | | | -| c:/home/dir/somefile.d.ts | | | -| c:/home/dir/subdir/somefile.d.ts | | | +| c:/users/username/dir/somefile.d.ts | c:/users/username/dir | true | +| c:/users/username/dir/subdir/somefile.d.ts | c:/users/username/dir | true | +| c:/users/username/folderAtRoot/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/user/somefile.d.ts | c:/user | true | +| c:/user/dir/somefile.d.ts | c:/user | true | +| c:/user/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/somefile.d.ts | c:/user | true | +| c:/user/username/dir/somefile.d.ts | c:/user | true | +| c:/user/username/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/user | true | +| c:/usr/somefile.d.ts | c:/usr | true | +| c:/usr/dir/somefile.d.ts | c:/usr | true | +| c:/usr/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/somefile.d.ts | c:/usr | true | +| c:/usr/username/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/home/somefile.d.ts | c:/home | false | +| c:/home/dir/somefile.d.ts | c:/home/dir | true | +| c:/home/dir/subdir/somefile.d.ts | c:/home/dir | true | | c:/home/username/somefile.d.ts | c:/home/username | false | | c:/home/username/dir/somefile.d.ts | c:/home/username/dir | true | | c:/home/username/dir/subdir/somefile.d.ts | c:/home/username/dir | true | @@ -4471,106 +4399,104 @@ Root: c:/home/username/folderAtRoot/folder1/folder2 ## RootDirForResolution: c:/home/username/folderAtRoot/folder1/folder2/folder3 -Root: c:/home/username/folderAtRoot/folder1/folder2/folder3 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | --------- | | c:/somefile.d.ts | | | -| c:/dir/somefile.d.ts | | | -| c:/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/somefile.d.ts | | | -| c:/folderAtRoot/dir/somefile.d.ts | | | -| c:/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/somefile.d.ts | | | -| c:/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| c:/dir/somefile.d.ts | c:/dir | true | +| c:/dir/subdir/somefile.d.ts | c:/dir | true | +| c:/folderAtRoot/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | | c:/users/somefile.d.ts | | | | c:/users/dir/somefile.d.ts | | | -| c:/users/dir/subdir/somefile.d.ts | | | +| c:/users/dir/subdir/somefile.d.ts | c:/users/dir/subdir | true | | c:/users/username/somefile.d.ts | | | -| c:/users/username/dir/somefile.d.ts | | | -| c:/users/username/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/somefile.d.ts | | | -| c:/users/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/user/somefile.d.ts | | | -| c:/user/dir/somefile.d.ts | | | -| c:/user/dir/subdir/somefile.d.ts | | | -| c:/user/username/somefile.d.ts | | | -| c:/user/username/dir/somefile.d.ts | | | -| c:/user/username/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/somefile.d.ts | | | -| c:/user/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/usr/somefile.d.ts | | | -| c:/usr/dir/somefile.d.ts | | | -| c:/usr/dir/subdir/somefile.d.ts | | | -| c:/usr/username/somefile.d.ts | | | -| c:/usr/username/dir/somefile.d.ts | | | -| c:/usr/username/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/home/somefile.d.ts | | | -| c:/home/dir/somefile.d.ts | | | -| c:/home/dir/subdir/somefile.d.ts | | | +| c:/users/username/dir/somefile.d.ts | c:/users/username/dir | true | +| c:/users/username/dir/subdir/somefile.d.ts | c:/users/username/dir | true | +| c:/users/username/folderAtRoot/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/user/somefile.d.ts | c:/user | true | +| c:/user/dir/somefile.d.ts | c:/user | true | +| c:/user/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/somefile.d.ts | c:/user | true | +| c:/user/username/dir/somefile.d.ts | c:/user | true | +| c:/user/username/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/user | true | +| c:/usr/somefile.d.ts | c:/usr | true | +| c:/usr/dir/somefile.d.ts | c:/usr | true | +| c:/usr/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/somefile.d.ts | c:/usr | true | +| c:/usr/username/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/home/somefile.d.ts | c:/home | false | +| c:/home/dir/somefile.d.ts | c:/home/dir | true | +| c:/home/dir/subdir/somefile.d.ts | c:/home/dir | true | | c:/home/username/somefile.d.ts | c:/home/username | false | | c:/home/username/dir/somefile.d.ts | c:/home/username/dir | true | | c:/home/username/dir/subdir/somefile.d.ts | c:/home/username/dir | true | @@ -4595,106 +4521,104 @@ Root: c:/home/username/folderAtRoot/folder1/folder2/folder3 ## RootDirForResolution: c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4 -Root: c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | --------- | | c:/somefile.d.ts | | | -| c:/dir/somefile.d.ts | | | -| c:/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/somefile.d.ts | | | -| c:/folderAtRoot/dir/somefile.d.ts | | | -| c:/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/somefile.d.ts | | | -| c:/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| c:/dir/somefile.d.ts | c:/dir | true | +| c:/dir/subdir/somefile.d.ts | c:/dir | true | +| c:/folderAtRoot/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | | c:/users/somefile.d.ts | | | | c:/users/dir/somefile.d.ts | | | -| c:/users/dir/subdir/somefile.d.ts | | | +| c:/users/dir/subdir/somefile.d.ts | c:/users/dir/subdir | true | | c:/users/username/somefile.d.ts | | | -| c:/users/username/dir/somefile.d.ts | | | -| c:/users/username/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/somefile.d.ts | | | -| c:/users/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/user/somefile.d.ts | | | -| c:/user/dir/somefile.d.ts | | | -| c:/user/dir/subdir/somefile.d.ts | | | -| c:/user/username/somefile.d.ts | | | -| c:/user/username/dir/somefile.d.ts | | | -| c:/user/username/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/somefile.d.ts | | | -| c:/user/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/usr/somefile.d.ts | | | -| c:/usr/dir/somefile.d.ts | | | -| c:/usr/dir/subdir/somefile.d.ts | | | -| c:/usr/username/somefile.d.ts | | | -| c:/usr/username/dir/somefile.d.ts | | | -| c:/usr/username/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/home/somefile.d.ts | | | -| c:/home/dir/somefile.d.ts | | | -| c:/home/dir/subdir/somefile.d.ts | | | +| c:/users/username/dir/somefile.d.ts | c:/users/username/dir | true | +| c:/users/username/dir/subdir/somefile.d.ts | c:/users/username/dir | true | +| c:/users/username/folderAtRoot/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/user/somefile.d.ts | c:/user | true | +| c:/user/dir/somefile.d.ts | c:/user | true | +| c:/user/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/somefile.d.ts | c:/user | true | +| c:/user/username/dir/somefile.d.ts | c:/user | true | +| c:/user/username/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/user | true | +| c:/usr/somefile.d.ts | c:/usr | true | +| c:/usr/dir/somefile.d.ts | c:/usr | true | +| c:/usr/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/somefile.d.ts | c:/usr | true | +| c:/usr/username/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/home/somefile.d.ts | c:/home | false | +| c:/home/dir/somefile.d.ts | c:/home/dir | true | +| c:/home/dir/subdir/somefile.d.ts | c:/home/dir | true | | c:/home/username/somefile.d.ts | c:/home/username | false | | c:/home/username/dir/somefile.d.ts | c:/home/username/dir | true | | c:/home/username/dir/subdir/somefile.d.ts | c:/home/username/dir | true | @@ -4719,106 +4643,104 @@ Root: c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4 ## RootDirForResolution: c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 -Root: c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | --------- | | c:/somefile.d.ts | | | -| c:/dir/somefile.d.ts | | | -| c:/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/somefile.d.ts | | | -| c:/folderAtRoot/dir/somefile.d.ts | | | -| c:/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/somefile.d.ts | | | -| c:/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| c:/dir/somefile.d.ts | c:/dir | true | +| c:/dir/subdir/somefile.d.ts | c:/dir | true | +| c:/folderAtRoot/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/folderAtRoot | true | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | | c:/users/somefile.d.ts | | | | c:/users/dir/somefile.d.ts | | | -| c:/users/dir/subdir/somefile.d.ts | | | +| c:/users/dir/subdir/somefile.d.ts | c:/users/dir/subdir | true | | c:/users/username/somefile.d.ts | | | -| c:/users/username/dir/somefile.d.ts | | | -| c:/users/username/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/somefile.d.ts | | | -| c:/users/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/user/somefile.d.ts | | | -| c:/user/dir/somefile.d.ts | | | -| c:/user/dir/subdir/somefile.d.ts | | | -| c:/user/username/somefile.d.ts | | | -| c:/user/username/dir/somefile.d.ts | | | -| c:/user/username/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/somefile.d.ts | | | -| c:/user/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/usr/somefile.d.ts | | | -| c:/usr/dir/somefile.d.ts | | | -| c:/usr/dir/subdir/somefile.d.ts | | | -| c:/usr/username/somefile.d.ts | | | -| c:/usr/username/dir/somefile.d.ts | | | -| c:/usr/username/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| c:/home/somefile.d.ts | | | -| c:/home/dir/somefile.d.ts | | | -| c:/home/dir/subdir/somefile.d.ts | | | +| c:/users/username/dir/somefile.d.ts | c:/users/username/dir | true | +| c:/users/username/dir/subdir/somefile.d.ts | c:/users/username/dir | true | +| c:/users/username/folderAtRoot/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/user/somefile.d.ts | c:/user | true | +| c:/user/dir/somefile.d.ts | c:/user | true | +| c:/user/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/somefile.d.ts | c:/user | true | +| c:/user/username/dir/somefile.d.ts | c:/user | true | +| c:/user/username/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/user | true | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/user | true | +| c:/usr/somefile.d.ts | c:/usr | true | +| c:/usr/dir/somefile.d.ts | c:/usr | true | +| c:/usr/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/somefile.d.ts | c:/usr | true | +| c:/usr/username/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/usr | true | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/usr | true | +| c:/home/somefile.d.ts | c:/home | false | +| c:/home/dir/somefile.d.ts | c:/home/dir | true | +| c:/home/dir/subdir/somefile.d.ts | c:/home/dir | true | | c:/home/username/somefile.d.ts | c:/home/username | false | | c:/home/username/dir/somefile.d.ts | c:/home/username/dir | true | | c:/home/username/dir/subdir/somefile.d.ts | c:/home/username/dir | true | @@ -4841,127 +4763,3 @@ Root: c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir | true | | c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir | true | -## RootDirForResolution: undefined - -Root: undefined - -| Location | getDirectoryToWatchFailedLookupLocation | Recursive | -| ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | --------- | -| c:/somefile.d.ts | | | -| c:/dir/somefile.d.ts | | | -| c:/dir/subdir/somefile.d.ts | c:/dir/subdir | false | -| c:/folderAtRoot/somefile.d.ts | | | -| c:/folderAtRoot/dir/somefile.d.ts | c:/folderAtRoot/dir | false | -| c:/folderAtRoot/dir/subdir/somefile.d.ts | c:/folderAtRoot/dir/subdir | false | -| c:/folderAtRoot/folder1/somefile.d.ts | c:/folderAtRoot/folder1 | false | -| c:/folderAtRoot/folder1/dir/somefile.d.ts | c:/folderAtRoot/folder1/dir | false | -| c:/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/dir/subdir | false | -| c:/folderAtRoot/folder1/folder2/somefile.d.ts | c:/folderAtRoot/folder1/folder2 | false | -| c:/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/folderAtRoot/folder1/folder2/dir | false | -| c:/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/folder2/dir/subdir | false | -| c:/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/folderAtRoot/folder1/folder2/folder3 | false | -| c:/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/folderAtRoot/folder1/folder2/folder3/dir | false | -| c:/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/folder2/folder3/dir/subdir | false | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/folderAtRoot/folder1/folder2/folder3/folder4 | false | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/folderAtRoot/folder1/folder2/folder3/folder4/dir | false | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir | false | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | false | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir | false | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir | false | -| c:/users/somefile.d.ts | | | -| c:/users/dir/somefile.d.ts | | | -| c:/users/dir/subdir/somefile.d.ts | | | -| c:/users/username/somefile.d.ts | | | -| c:/users/username/dir/somefile.d.ts | | | -| c:/users/username/dir/subdir/somefile.d.ts | c:/users/username/dir/subdir | false | -| c:/users/username/folderAtRoot/somefile.d.ts | | | -| c:/users/username/folderAtRoot/dir/somefile.d.ts | c:/users/username/folderAtRoot/dir | false | -| c:/users/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/dir/subdir | false | -| c:/users/username/folderAtRoot/folder1/somefile.d.ts | c:/users/username/folderAtRoot/folder1 | false | -| c:/users/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/dir | false | -| c:/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/dir/subdir | false | -| c:/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2 | false | -| c:/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/dir | false | -| c:/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/dir/subdir | false | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3 | false | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/dir | false | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir | false | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4 | false | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir | false | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir | false | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | false | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir | false | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir | false | -| c:/user/somefile.d.ts | | | -| c:/user/dir/somefile.d.ts | c:/user/dir | false | -| c:/user/dir/subdir/somefile.d.ts | c:/user/dir/subdir | false | -| c:/user/username/somefile.d.ts | c:/user/username | false | -| c:/user/username/dir/somefile.d.ts | c:/user/username/dir | false | -| c:/user/username/dir/subdir/somefile.d.ts | c:/user/username/dir/subdir | false | -| c:/user/username/folderAtRoot/somefile.d.ts | c:/user/username/folderAtRoot | false | -| c:/user/username/folderAtRoot/dir/somefile.d.ts | c:/user/username/folderAtRoot/dir | false | -| c:/user/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/dir/subdir | false | -| c:/user/username/folderAtRoot/folder1/somefile.d.ts | c:/user/username/folderAtRoot/folder1 | false | -| c:/user/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/dir | false | -| c:/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/dir/subdir | false | -| c:/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2 | false | -| c:/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/dir | false | -| c:/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/dir/subdir | false | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3 | false | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/dir | false | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir | false | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4 | false | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir | false | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir | false | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | false | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir | false | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir | false | -| c:/usr/somefile.d.ts | | | -| c:/usr/dir/somefile.d.ts | c:/usr/dir | false | -| c:/usr/dir/subdir/somefile.d.ts | c:/usr/dir/subdir | false | -| c:/usr/username/somefile.d.ts | c:/usr/username | false | -| c:/usr/username/dir/somefile.d.ts | c:/usr/username/dir | false | -| c:/usr/username/dir/subdir/somefile.d.ts | c:/usr/username/dir/subdir | false | -| c:/usr/username/folderAtRoot/somefile.d.ts | c:/usr/username/folderAtRoot | false | -| c:/usr/username/folderAtRoot/dir/somefile.d.ts | c:/usr/username/folderAtRoot/dir | false | -| c:/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/dir/subdir | false | -| c:/usr/username/folderAtRoot/folder1/somefile.d.ts | c:/usr/username/folderAtRoot/folder1 | false | -| c:/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/dir | false | -| c:/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/dir/subdir | false | -| c:/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2 | false | -| c:/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/dir | false | -| c:/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/dir/subdir | false | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3 | false | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir | false | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir | false | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 | false | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir | false | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir | false | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | false | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir | false | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir | false | -| c:/home/somefile.d.ts | | | -| c:/home/dir/somefile.d.ts | c:/home/dir | false | -| c:/home/dir/subdir/somefile.d.ts | c:/home/dir/subdir | false | -| c:/home/username/somefile.d.ts | c:/home/username | false | -| c:/home/username/dir/somefile.d.ts | c:/home/username/dir | false | -| c:/home/username/dir/subdir/somefile.d.ts | c:/home/username/dir/subdir | false | -| c:/home/username/folderAtRoot/somefile.d.ts | c:/home/username/folderAtRoot | false | -| c:/home/username/folderAtRoot/dir/somefile.d.ts | c:/home/username/folderAtRoot/dir | false | -| c:/home/username/folderAtRoot/dir/subdir/somefile.d.ts | c:/home/username/folderAtRoot/dir/subdir | false | -| c:/home/username/folderAtRoot/folder1/somefile.d.ts | c:/home/username/folderAtRoot/folder1 | false | -| c:/home/username/folderAtRoot/folder1/dir/somefile.d.ts | c:/home/username/folderAtRoot/folder1/dir | false | -| c:/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | c:/home/username/folderAtRoot/folder1/dir/subdir | false | -| c:/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | c:/home/username/folderAtRoot/folder1/folder2 | false | -| c:/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | c:/home/username/folderAtRoot/folder1/folder2/dir | false | -| c:/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | c:/home/username/folderAtRoot/folder1/folder2/dir/subdir | false | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | c:/home/username/folderAtRoot/folder1/folder2/folder3 | false | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | c:/home/username/folderAtRoot/folder1/folder2/folder3/dir | false | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | c:/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir | false | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4 | false | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir | false | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir | false | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | false | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir | false | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir | false | - diff --git a/tests/baselines/reference/canWatch/getDirectoryToWatchFailedLookupLocationFromTypeRootDos.baseline.md b/tests/baselines/reference/canWatch/getDirectoryToWatchFailedLookupLocationFromTypeRootDos.baseline.md index 7307f0974ffdf..0952630492b05 100644 --- a/tests/baselines/reference/canWatch/getDirectoryToWatchFailedLookupLocationFromTypeRootDos.baseline.md +++ b/tests/baselines/reference/canWatch/getDirectoryToWatchFailedLookupLocationFromTypeRootDos.baseline.md @@ -7,46 +7,47 @@ Since this is invoked only when watching default typeRoot and is used to handle ## RootDirForResolution: c:/ -Root: c: - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | -| c:/folderAtRoot/folder1/node_modules/@types | c: | -| c:/folderAtRoot/folder1/folder2/node_modules/@types | c: | -| c:/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c: | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c: | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c: | -| c:/users/username/folderAtRoot/folder1/node_modules/@types | c: | -| c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types | c: | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c: | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c: | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c: | -| c:/user/username/node_modules/@types | c: | -| c:/user/username/folderAtRoot/node_modules/@types | c: | -| c:/user/username/folderAtRoot/folder1/node_modules/@types | c: | -| c:/user/username/folderAtRoot/folder1/folder2/node_modules/@types | c: | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c: | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c: | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c: | -| c:/usr/username/node_modules/@types | c: | -| c:/usr/username/folderAtRoot/node_modules/@types | c: | -| c:/usr/username/folderAtRoot/folder1/node_modules/@types | c: | -| c:/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | c: | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c: | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c: | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c: | -| c:/home/username/node_modules/@types | c: | -| c:/home/username/folderAtRoot/node_modules/@types | c: | -| c:/home/username/folderAtRoot/folder1/node_modules/@types | c: | -| c:/home/username/folderAtRoot/folder1/folder2/node_modules/@types | c: | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c: | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c: | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c: | +| c:/folderAtRoot/node_modules/@types | c:/ | +| c:/folderAtRoot/folder1/node_modules/@types | c:/ | +| c:/folderAtRoot/folder1/folder2/node_modules/@types | c:/ | +| c:/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/ | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/ | +| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/ | +| c:/users/username/folderAtRoot/node_modules/@types | c:/ | +| c:/users/username/folderAtRoot/folder1/node_modules/@types | c:/ | +| c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types | c:/ | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/ | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/ | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/ | +| c:/user/node_modules/@types | c:/ | +| c:/user/username/node_modules/@types | c:/ | +| c:/user/username/folderAtRoot/node_modules/@types | c:/ | +| c:/user/username/folderAtRoot/folder1/node_modules/@types | c:/ | +| c:/user/username/folderAtRoot/folder1/folder2/node_modules/@types | c:/ | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/ | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/ | +| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/ | +| c:/usr/node_modules/@types | c:/ | +| c:/usr/username/node_modules/@types | c:/ | +| c:/usr/username/folderAtRoot/node_modules/@types | c:/ | +| c:/usr/username/folderAtRoot/folder1/node_modules/@types | c:/ | +| c:/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | c:/ | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/ | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/ | +| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/ | +| c:/home/node_modules/@types | c:/ | +| c:/home/username/node_modules/@types | c:/ | +| c:/home/username/folderAtRoot/node_modules/@types | c:/ | +| c:/home/username/folderAtRoot/folder1/node_modules/@types | c:/ | +| c:/home/username/folderAtRoot/folder1/folder2/node_modules/@types | c:/ | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/ | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/ | +| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/ | ## RootDirForResolution: c:/folderAtRoot -Root: c:/folderAtRoot - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | | c:/folderAtRoot/node_modules/@types | c:/folderAtRoot | @@ -55,11 +56,13 @@ Root: c:/folderAtRoot | c:/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/folderAtRoot | | c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/folderAtRoot | | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/folderAtRoot | +| c:/users/username/folderAtRoot/node_modules/@types | c:/users/username/folderAtRoot/node_modules | | c:/users/username/folderAtRoot/folder1/node_modules/@types | c:/users/username/folderAtRoot/folder1/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/user/node_modules/@types | c:/user/node_modules | | c:/user/username/node_modules/@types | c:/user/username/node_modules | | c:/user/username/folderAtRoot/node_modules/@types | c:/user/username/folderAtRoot/node_modules | | c:/user/username/folderAtRoot/folder1/node_modules/@types | c:/user/username/folderAtRoot/folder1/node_modules | @@ -67,6 +70,7 @@ Root: c:/folderAtRoot | c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/usr/node_modules/@types | c:/usr/node_modules | | c:/usr/username/node_modules/@types | c:/usr/username/node_modules | | c:/usr/username/folderAtRoot/node_modules/@types | c:/usr/username/folderAtRoot/node_modules | | c:/usr/username/folderAtRoot/folder1/node_modules/@types | c:/usr/username/folderAtRoot/folder1/node_modules | @@ -74,6 +78,7 @@ Root: c:/folderAtRoot | c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/home/node_modules/@types | c:/home/node_modules | | c:/home/username/node_modules/@types | c:/home/username/node_modules | | c:/home/username/folderAtRoot/node_modules/@types | c:/home/username/folderAtRoot/node_modules | | c:/home/username/folderAtRoot/folder1/node_modules/@types | c:/home/username/folderAtRoot/folder1/node_modules | @@ -84,20 +89,21 @@ Root: c:/folderAtRoot ## RootDirForResolution: c:/folderAtRoot/folder1 -Root: c:/folderAtRoot/folder1 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | +| c:/folderAtRoot/node_modules/@types | c:/folderAtRoot/node_modules | | c:/folderAtRoot/folder1/node_modules/@types | c:/folderAtRoot/folder1 | | c:/folderAtRoot/folder1/folder2/node_modules/@types | c:/folderAtRoot/folder1 | | c:/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/folderAtRoot/folder1 | | c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/folderAtRoot/folder1 | | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/folderAtRoot/folder1 | +| c:/users/username/folderAtRoot/node_modules/@types | c:/users/username/folderAtRoot/node_modules | | c:/users/username/folderAtRoot/folder1/node_modules/@types | c:/users/username/folderAtRoot/folder1/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/user/node_modules/@types | c:/user/node_modules | | c:/user/username/node_modules/@types | c:/user/username/node_modules | | c:/user/username/folderAtRoot/node_modules/@types | c:/user/username/folderAtRoot/node_modules | | c:/user/username/folderAtRoot/folder1/node_modules/@types | c:/user/username/folderAtRoot/folder1/node_modules | @@ -105,6 +111,7 @@ Root: c:/folderAtRoot/folder1 | c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/usr/node_modules/@types | c:/usr/node_modules | | c:/usr/username/node_modules/@types | c:/usr/username/node_modules | | c:/usr/username/folderAtRoot/node_modules/@types | c:/usr/username/folderAtRoot/node_modules | | c:/usr/username/folderAtRoot/folder1/node_modules/@types | c:/usr/username/folderAtRoot/folder1/node_modules | @@ -112,6 +119,7 @@ Root: c:/folderAtRoot/folder1 | c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/home/node_modules/@types | c:/home/node_modules | | c:/home/username/node_modules/@types | c:/home/username/node_modules | | c:/home/username/folderAtRoot/node_modules/@types | c:/home/username/folderAtRoot/node_modules | | c:/home/username/folderAtRoot/folder1/node_modules/@types | c:/home/username/folderAtRoot/folder1/node_modules | @@ -122,20 +130,21 @@ Root: c:/folderAtRoot/folder1 ## RootDirForResolution: c:/folderAtRoot/folder1/folder2 -Root: c:/folderAtRoot/folder1/folder2 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | +| c:/folderAtRoot/node_modules/@types | c:/folderAtRoot/node_modules | | c:/folderAtRoot/folder1/node_modules/@types | c:/folderAtRoot/folder1/node_modules | | c:/folderAtRoot/folder1/folder2/node_modules/@types | c:/folderAtRoot/folder1/folder2 | | c:/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/folderAtRoot/folder1/folder2 | | c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/folderAtRoot/folder1/folder2 | | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/folderAtRoot/folder1/folder2 | +| c:/users/username/folderAtRoot/node_modules/@types | c:/users/username/folderAtRoot/node_modules | | c:/users/username/folderAtRoot/folder1/node_modules/@types | c:/users/username/folderAtRoot/folder1/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/user/node_modules/@types | c:/user/node_modules | | c:/user/username/node_modules/@types | c:/user/username/node_modules | | c:/user/username/folderAtRoot/node_modules/@types | c:/user/username/folderAtRoot/node_modules | | c:/user/username/folderAtRoot/folder1/node_modules/@types | c:/user/username/folderAtRoot/folder1/node_modules | @@ -143,6 +152,7 @@ Root: c:/folderAtRoot/folder1/folder2 | c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/usr/node_modules/@types | c:/usr/node_modules | | c:/usr/username/node_modules/@types | c:/usr/username/node_modules | | c:/usr/username/folderAtRoot/node_modules/@types | c:/usr/username/folderAtRoot/node_modules | | c:/usr/username/folderAtRoot/folder1/node_modules/@types | c:/usr/username/folderAtRoot/folder1/node_modules | @@ -150,6 +160,7 @@ Root: c:/folderAtRoot/folder1/folder2 | c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/home/node_modules/@types | c:/home/node_modules | | c:/home/username/node_modules/@types | c:/home/username/node_modules | | c:/home/username/folderAtRoot/node_modules/@types | c:/home/username/folderAtRoot/node_modules | | c:/home/username/folderAtRoot/folder1/node_modules/@types | c:/home/username/folderAtRoot/folder1/node_modules | @@ -160,20 +171,21 @@ Root: c:/folderAtRoot/folder1/folder2 ## RootDirForResolution: c:/folderAtRoot/folder1/folder2/folder3 -Root: c:/folderAtRoot/folder1/folder2/folder3 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | +| c:/folderAtRoot/node_modules/@types | c:/folderAtRoot/node_modules | | c:/folderAtRoot/folder1/node_modules/@types | c:/folderAtRoot/folder1/node_modules | | c:/folderAtRoot/folder1/folder2/node_modules/@types | c:/folderAtRoot/folder1/folder2/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3 | | c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3 | | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3 | +| c:/users/username/folderAtRoot/node_modules/@types | c:/users/username/folderAtRoot/node_modules | | c:/users/username/folderAtRoot/folder1/node_modules/@types | c:/users/username/folderAtRoot/folder1/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/user/node_modules/@types | c:/user/node_modules | | c:/user/username/node_modules/@types | c:/user/username/node_modules | | c:/user/username/folderAtRoot/node_modules/@types | c:/user/username/folderAtRoot/node_modules | | c:/user/username/folderAtRoot/folder1/node_modules/@types | c:/user/username/folderAtRoot/folder1/node_modules | @@ -181,6 +193,7 @@ Root: c:/folderAtRoot/folder1/folder2/folder3 | c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/usr/node_modules/@types | c:/usr/node_modules | | c:/usr/username/node_modules/@types | c:/usr/username/node_modules | | c:/usr/username/folderAtRoot/node_modules/@types | c:/usr/username/folderAtRoot/node_modules | | c:/usr/username/folderAtRoot/folder1/node_modules/@types | c:/usr/username/folderAtRoot/folder1/node_modules | @@ -188,6 +201,7 @@ Root: c:/folderAtRoot/folder1/folder2/folder3 | c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/home/node_modules/@types | c:/home/node_modules | | c:/home/username/node_modules/@types | c:/home/username/node_modules | | c:/home/username/folderAtRoot/node_modules/@types | c:/home/username/folderAtRoot/node_modules | | c:/home/username/folderAtRoot/folder1/node_modules/@types | c:/home/username/folderAtRoot/folder1/node_modules | @@ -198,20 +212,21 @@ Root: c:/folderAtRoot/folder1/folder2/folder3 ## RootDirForResolution: c:/folderAtRoot/folder1/folder2/folder3/folder4 -Root: c:/folderAtRoot/folder1/folder2/folder3/folder4 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | +| c:/folderAtRoot/node_modules/@types | c:/folderAtRoot/node_modules | | c:/folderAtRoot/folder1/node_modules/@types | c:/folderAtRoot/folder1/node_modules | | c:/folderAtRoot/folder1/folder2/node_modules/@types | c:/folderAtRoot/folder1/folder2/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/folder4 | | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/folder4 | +| c:/users/username/folderAtRoot/node_modules/@types | c:/users/username/folderAtRoot/node_modules | | c:/users/username/folderAtRoot/folder1/node_modules/@types | c:/users/username/folderAtRoot/folder1/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/user/node_modules/@types | c:/user/node_modules | | c:/user/username/node_modules/@types | c:/user/username/node_modules | | c:/user/username/folderAtRoot/node_modules/@types | c:/user/username/folderAtRoot/node_modules | | c:/user/username/folderAtRoot/folder1/node_modules/@types | c:/user/username/folderAtRoot/folder1/node_modules | @@ -219,6 +234,7 @@ Root: c:/folderAtRoot/folder1/folder2/folder3/folder4 | c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/usr/node_modules/@types | c:/usr/node_modules | | c:/usr/username/node_modules/@types | c:/usr/username/node_modules | | c:/usr/username/folderAtRoot/node_modules/@types | c:/usr/username/folderAtRoot/node_modules | | c:/usr/username/folderAtRoot/folder1/node_modules/@types | c:/usr/username/folderAtRoot/folder1/node_modules | @@ -226,6 +242,7 @@ Root: c:/folderAtRoot/folder1/folder2/folder3/folder4 | c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/home/node_modules/@types | c:/home/node_modules | | c:/home/username/node_modules/@types | c:/home/username/node_modules | | c:/home/username/folderAtRoot/node_modules/@types | c:/home/username/folderAtRoot/node_modules | | c:/home/username/folderAtRoot/folder1/node_modules/@types | c:/home/username/folderAtRoot/folder1/node_modules | @@ -236,20 +253,21 @@ Root: c:/folderAtRoot/folder1/folder2/folder3/folder4 ## RootDirForResolution: c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5 -Root: c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | +| c:/folderAtRoot/node_modules/@types | c:/folderAtRoot/node_modules | | c:/folderAtRoot/folder1/node_modules/@types | c:/folderAtRoot/folder1/node_modules | | c:/folderAtRoot/folder1/folder2/node_modules/@types | c:/folderAtRoot/folder1/folder2/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | +| c:/users/username/folderAtRoot/node_modules/@types | c:/users/username/folderAtRoot/node_modules | | c:/users/username/folderAtRoot/folder1/node_modules/@types | c:/users/username/folderAtRoot/folder1/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/user/node_modules/@types | c:/user/node_modules | | c:/user/username/node_modules/@types | c:/user/username/node_modules | | c:/user/username/folderAtRoot/node_modules/@types | c:/user/username/folderAtRoot/node_modules | | c:/user/username/folderAtRoot/folder1/node_modules/@types | c:/user/username/folderAtRoot/folder1/node_modules | @@ -257,6 +275,7 @@ Root: c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/usr/node_modules/@types | c:/usr/node_modules | | c:/usr/username/node_modules/@types | c:/usr/username/node_modules | | c:/usr/username/folderAtRoot/node_modules/@types | c:/usr/username/folderAtRoot/node_modules | | c:/usr/username/folderAtRoot/folder1/node_modules/@types | c:/usr/username/folderAtRoot/folder1/node_modules | @@ -264,6 +283,7 @@ Root: c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/home/node_modules/@types | c:/home/node_modules | | c:/home/username/node_modules/@types | c:/home/username/node_modules | | c:/home/username/folderAtRoot/node_modules/@types | c:/home/username/folderAtRoot/node_modules | | c:/home/username/folderAtRoot/folder1/node_modules/@types | c:/home/username/folderAtRoot/folder1/node_modules | @@ -274,21 +294,21 @@ Root: c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5 ## RootDirForResolution: c:/users -Root: c:/users - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | +| c:/folderAtRoot/node_modules/@types | c:/folderAtRoot/node_modules | | c:/folderAtRoot/folder1/node_modules/@types | c:/folderAtRoot/folder1/node_modules | | c:/folderAtRoot/folder1/folder2/node_modules/@types | c:/folderAtRoot/folder1/folder2/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| c:/users/node_modules/@types | c:/users | +| c:/users/username/folderAtRoot/node_modules/@types | c:/users | | c:/users/username/folderAtRoot/folder1/node_modules/@types | c:/users | | c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types | c:/users | | c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/users | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/users | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/users | +| c:/user/node_modules/@types | c:/user/node_modules | | c:/user/username/node_modules/@types | c:/user/username/node_modules | | c:/user/username/folderAtRoot/node_modules/@types | c:/user/username/folderAtRoot/node_modules | | c:/user/username/folderAtRoot/folder1/node_modules/@types | c:/user/username/folderAtRoot/folder1/node_modules | @@ -296,6 +316,7 @@ Root: c:/users | c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/usr/node_modules/@types | c:/usr/node_modules | | c:/usr/username/node_modules/@types | c:/usr/username/node_modules | | c:/usr/username/folderAtRoot/node_modules/@types | c:/usr/username/folderAtRoot/node_modules | | c:/usr/username/folderAtRoot/folder1/node_modules/@types | c:/usr/username/folderAtRoot/folder1/node_modules | @@ -303,6 +324,7 @@ Root: c:/users | c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/home/node_modules/@types | c:/home/node_modules | | c:/home/username/node_modules/@types | c:/home/username/node_modules | | c:/home/username/folderAtRoot/node_modules/@types | c:/home/username/folderAtRoot/node_modules | | c:/home/username/folderAtRoot/folder1/node_modules/@types | c:/home/username/folderAtRoot/folder1/node_modules | @@ -313,21 +335,21 @@ Root: c:/users ## RootDirForResolution: c:/users/username -Root: c:/users/username - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | +| c:/folderAtRoot/node_modules/@types | c:/folderAtRoot/node_modules | | c:/folderAtRoot/folder1/node_modules/@types | c:/folderAtRoot/folder1/node_modules | | c:/folderAtRoot/folder1/folder2/node_modules/@types | c:/folderAtRoot/folder1/folder2/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| c:/users/username/node_modules/@types | c:/users/username | +| c:/users/username/folderAtRoot/node_modules/@types | c:/users/username | | c:/users/username/folderAtRoot/folder1/node_modules/@types | c:/users/username | | c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types | c:/users/username | | c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/users/username | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/users/username | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/users/username | +| c:/user/node_modules/@types | c:/user/node_modules | | c:/user/username/node_modules/@types | c:/user/username/node_modules | | c:/user/username/folderAtRoot/node_modules/@types | c:/user/username/folderAtRoot/node_modules | | c:/user/username/folderAtRoot/folder1/node_modules/@types | c:/user/username/folderAtRoot/folder1/node_modules | @@ -335,6 +357,7 @@ Root: c:/users/username | c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/usr/node_modules/@types | c:/usr/node_modules | | c:/usr/username/node_modules/@types | c:/usr/username/node_modules | | c:/usr/username/folderAtRoot/node_modules/@types | c:/usr/username/folderAtRoot/node_modules | | c:/usr/username/folderAtRoot/folder1/node_modules/@types | c:/usr/username/folderAtRoot/folder1/node_modules | @@ -342,6 +365,7 @@ Root: c:/users/username | c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/home/node_modules/@types | c:/home/node_modules | | c:/home/username/node_modules/@types | c:/home/username/node_modules | | c:/home/username/folderAtRoot/node_modules/@types | c:/home/username/folderAtRoot/node_modules | | c:/home/username/folderAtRoot/folder1/node_modules/@types | c:/home/username/folderAtRoot/folder1/node_modules | @@ -352,10 +376,9 @@ Root: c:/users/username ## RootDirForResolution: c:/users/username/folderAtRoot -Root: c:/users/username/folderAtRoot - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | +| c:/folderAtRoot/node_modules/@types | c:/folderAtRoot/node_modules | | c:/folderAtRoot/folder1/node_modules/@types | c:/folderAtRoot/folder1/node_modules | | c:/folderAtRoot/folder1/folder2/node_modules/@types | c:/folderAtRoot/folder1/folder2/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/node_modules | @@ -367,6 +390,7 @@ Root: c:/users/username/folderAtRoot | c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/users/username/folderAtRoot | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/users/username/folderAtRoot | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/users/username/folderAtRoot | +| c:/user/node_modules/@types | c:/user/node_modules | | c:/user/username/node_modules/@types | c:/user/username/node_modules | | c:/user/username/folderAtRoot/node_modules/@types | c:/user/username/folderAtRoot/node_modules | | c:/user/username/folderAtRoot/folder1/node_modules/@types | c:/user/username/folderAtRoot/folder1/node_modules | @@ -374,6 +398,7 @@ Root: c:/users/username/folderAtRoot | c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/usr/node_modules/@types | c:/usr/node_modules | | c:/usr/username/node_modules/@types | c:/usr/username/node_modules | | c:/usr/username/folderAtRoot/node_modules/@types | c:/usr/username/folderAtRoot/node_modules | | c:/usr/username/folderAtRoot/folder1/node_modules/@types | c:/usr/username/folderAtRoot/folder1/node_modules | @@ -381,6 +406,7 @@ Root: c:/users/username/folderAtRoot | c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/home/node_modules/@types | c:/home/node_modules | | c:/home/username/node_modules/@types | c:/home/username/node_modules | | c:/home/username/folderAtRoot/node_modules/@types | c:/home/username/folderAtRoot/node_modules | | c:/home/username/folderAtRoot/folder1/node_modules/@types | c:/home/username/folderAtRoot/folder1/node_modules | @@ -391,20 +417,21 @@ Root: c:/users/username/folderAtRoot ## RootDirForResolution: c:/users/username/folderAtRoot/folder1 -Root: c:/users/username/folderAtRoot/folder1 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | +| c:/folderAtRoot/node_modules/@types | c:/folderAtRoot/node_modules | | c:/folderAtRoot/folder1/node_modules/@types | c:/folderAtRoot/folder1/node_modules | | c:/folderAtRoot/folder1/folder2/node_modules/@types | c:/folderAtRoot/folder1/folder2/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/users/username/folderAtRoot/node_modules/@types | c:/users/username/folderAtRoot/node_modules | | c:/users/username/folderAtRoot/folder1/node_modules/@types | c:/users/username/folderAtRoot/folder1 | | c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types | c:/users/username/folderAtRoot/folder1 | | c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/users/username/folderAtRoot/folder1 | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/users/username/folderAtRoot/folder1 | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/users/username/folderAtRoot/folder1 | +| c:/user/node_modules/@types | c:/user/node_modules | | c:/user/username/node_modules/@types | c:/user/username/node_modules | | c:/user/username/folderAtRoot/node_modules/@types | c:/user/username/folderAtRoot/node_modules | | c:/user/username/folderAtRoot/folder1/node_modules/@types | c:/user/username/folderAtRoot/folder1/node_modules | @@ -412,6 +439,7 @@ Root: c:/users/username/folderAtRoot/folder1 | c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/usr/node_modules/@types | c:/usr/node_modules | | c:/usr/username/node_modules/@types | c:/usr/username/node_modules | | c:/usr/username/folderAtRoot/node_modules/@types | c:/usr/username/folderAtRoot/node_modules | | c:/usr/username/folderAtRoot/folder1/node_modules/@types | c:/usr/username/folderAtRoot/folder1/node_modules | @@ -419,6 +447,7 @@ Root: c:/users/username/folderAtRoot/folder1 | c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/home/node_modules/@types | c:/home/node_modules | | c:/home/username/node_modules/@types | c:/home/username/node_modules | | c:/home/username/folderAtRoot/node_modules/@types | c:/home/username/folderAtRoot/node_modules | | c:/home/username/folderAtRoot/folder1/node_modules/@types | c:/home/username/folderAtRoot/folder1/node_modules | @@ -429,20 +458,21 @@ Root: c:/users/username/folderAtRoot/folder1 ## RootDirForResolution: c:/users/username/folderAtRoot/folder1/folder2 -Root: c:/users/username/folderAtRoot/folder1/folder2 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | +| c:/folderAtRoot/node_modules/@types | c:/folderAtRoot/node_modules | | c:/folderAtRoot/folder1/node_modules/@types | c:/folderAtRoot/folder1/node_modules | | c:/folderAtRoot/folder1/folder2/node_modules/@types | c:/folderAtRoot/folder1/folder2/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/users/username/folderAtRoot/node_modules/@types | c:/users/username/folderAtRoot/node_modules | | c:/users/username/folderAtRoot/folder1/node_modules/@types | c:/users/username/folderAtRoot/folder1/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2 | | c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2 | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2 | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2 | +| c:/user/node_modules/@types | c:/user/node_modules | | c:/user/username/node_modules/@types | c:/user/username/node_modules | | c:/user/username/folderAtRoot/node_modules/@types | c:/user/username/folderAtRoot/node_modules | | c:/user/username/folderAtRoot/folder1/node_modules/@types | c:/user/username/folderAtRoot/folder1/node_modules | @@ -450,6 +480,7 @@ Root: c:/users/username/folderAtRoot/folder1/folder2 | c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/usr/node_modules/@types | c:/usr/node_modules | | c:/usr/username/node_modules/@types | c:/usr/username/node_modules | | c:/usr/username/folderAtRoot/node_modules/@types | c:/usr/username/folderAtRoot/node_modules | | c:/usr/username/folderAtRoot/folder1/node_modules/@types | c:/usr/username/folderAtRoot/folder1/node_modules | @@ -457,6 +488,7 @@ Root: c:/users/username/folderAtRoot/folder1/folder2 | c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/home/node_modules/@types | c:/home/node_modules | | c:/home/username/node_modules/@types | c:/home/username/node_modules | | c:/home/username/folderAtRoot/node_modules/@types | c:/home/username/folderAtRoot/node_modules | | c:/home/username/folderAtRoot/folder1/node_modules/@types | c:/home/username/folderAtRoot/folder1/node_modules | @@ -467,20 +499,21 @@ Root: c:/users/username/folderAtRoot/folder1/folder2 ## RootDirForResolution: c:/users/username/folderAtRoot/folder1/folder2/folder3 -Root: c:/users/username/folderAtRoot/folder1/folder2/folder3 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | +| c:/folderAtRoot/node_modules/@types | c:/folderAtRoot/node_modules | | c:/folderAtRoot/folder1/node_modules/@types | c:/folderAtRoot/folder1/node_modules | | c:/folderAtRoot/folder1/folder2/node_modules/@types | c:/folderAtRoot/folder1/folder2/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/users/username/folderAtRoot/node_modules/@types | c:/users/username/folderAtRoot/node_modules | | c:/users/username/folderAtRoot/folder1/node_modules/@types | c:/users/username/folderAtRoot/folder1/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3 | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3 | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3 | +| c:/user/node_modules/@types | c:/user/node_modules | | c:/user/username/node_modules/@types | c:/user/username/node_modules | | c:/user/username/folderAtRoot/node_modules/@types | c:/user/username/folderAtRoot/node_modules | | c:/user/username/folderAtRoot/folder1/node_modules/@types | c:/user/username/folderAtRoot/folder1/node_modules | @@ -488,6 +521,7 @@ Root: c:/users/username/folderAtRoot/folder1/folder2/folder3 | c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/usr/node_modules/@types | c:/usr/node_modules | | c:/usr/username/node_modules/@types | c:/usr/username/node_modules | | c:/usr/username/folderAtRoot/node_modules/@types | c:/usr/username/folderAtRoot/node_modules | | c:/usr/username/folderAtRoot/folder1/node_modules/@types | c:/usr/username/folderAtRoot/folder1/node_modules | @@ -495,6 +529,7 @@ Root: c:/users/username/folderAtRoot/folder1/folder2/folder3 | c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/home/node_modules/@types | c:/home/node_modules | | c:/home/username/node_modules/@types | c:/home/username/node_modules | | c:/home/username/folderAtRoot/node_modules/@types | c:/home/username/folderAtRoot/node_modules | | c:/home/username/folderAtRoot/folder1/node_modules/@types | c:/home/username/folderAtRoot/folder1/node_modules | @@ -505,20 +540,21 @@ Root: c:/users/username/folderAtRoot/folder1/folder2/folder3 ## RootDirForResolution: c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4 -Root: c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | +| c:/folderAtRoot/node_modules/@types | c:/folderAtRoot/node_modules | | c:/folderAtRoot/folder1/node_modules/@types | c:/folderAtRoot/folder1/node_modules | | c:/folderAtRoot/folder1/folder2/node_modules/@types | c:/folderAtRoot/folder1/folder2/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/users/username/folderAtRoot/node_modules/@types | c:/users/username/folderAtRoot/node_modules | | c:/users/username/folderAtRoot/folder1/node_modules/@types | c:/users/username/folderAtRoot/folder1/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4 | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4 | +| c:/user/node_modules/@types | c:/user/node_modules | | c:/user/username/node_modules/@types | c:/user/username/node_modules | | c:/user/username/folderAtRoot/node_modules/@types | c:/user/username/folderAtRoot/node_modules | | c:/user/username/folderAtRoot/folder1/node_modules/@types | c:/user/username/folderAtRoot/folder1/node_modules | @@ -526,6 +562,7 @@ Root: c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4 | c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/usr/node_modules/@types | c:/usr/node_modules | | c:/usr/username/node_modules/@types | c:/usr/username/node_modules | | c:/usr/username/folderAtRoot/node_modules/@types | c:/usr/username/folderAtRoot/node_modules | | c:/usr/username/folderAtRoot/folder1/node_modules/@types | c:/usr/username/folderAtRoot/folder1/node_modules | @@ -533,6 +570,7 @@ Root: c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4 | c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/home/node_modules/@types | c:/home/node_modules | | c:/home/username/node_modules/@types | c:/home/username/node_modules | | c:/home/username/folderAtRoot/node_modules/@types | c:/home/username/folderAtRoot/node_modules | | c:/home/username/folderAtRoot/folder1/node_modules/@types | c:/home/username/folderAtRoot/folder1/node_modules | @@ -543,20 +581,21 @@ Root: c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4 ## RootDirForResolution: c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 -Root: c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | +| c:/folderAtRoot/node_modules/@types | c:/folderAtRoot/node_modules | | c:/folderAtRoot/folder1/node_modules/@types | c:/folderAtRoot/folder1/node_modules | | c:/folderAtRoot/folder1/folder2/node_modules/@types | c:/folderAtRoot/folder1/folder2/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/users/username/folderAtRoot/node_modules/@types | c:/users/username/folderAtRoot/node_modules | | c:/users/username/folderAtRoot/folder1/node_modules/@types | c:/users/username/folderAtRoot/folder1/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | +| c:/user/node_modules/@types | c:/user/node_modules | | c:/user/username/node_modules/@types | c:/user/username/node_modules | | c:/user/username/folderAtRoot/node_modules/@types | c:/user/username/folderAtRoot/node_modules | | c:/user/username/folderAtRoot/folder1/node_modules/@types | c:/user/username/folderAtRoot/folder1/node_modules | @@ -564,6 +603,7 @@ Root: c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/usr/node_modules/@types | c:/usr/node_modules | | c:/usr/username/node_modules/@types | c:/usr/username/node_modules | | c:/usr/username/folderAtRoot/node_modules/@types | c:/usr/username/folderAtRoot/node_modules | | c:/usr/username/folderAtRoot/folder1/node_modules/@types | c:/usr/username/folderAtRoot/folder1/node_modules | @@ -571,6 +611,7 @@ Root: c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/home/node_modules/@types | c:/home/node_modules | | c:/home/username/node_modules/@types | c:/home/username/node_modules | | c:/home/username/folderAtRoot/node_modules/@types | c:/home/username/folderAtRoot/node_modules | | c:/home/username/folderAtRoot/folder1/node_modules/@types | c:/home/username/folderAtRoot/folder1/node_modules | @@ -581,15 +622,15 @@ Root: c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 ## RootDirForResolution: c:/user -Root: c:/user - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | +| c:/folderAtRoot/node_modules/@types | c:/folderAtRoot/node_modules | | c:/folderAtRoot/folder1/node_modules/@types | c:/folderAtRoot/folder1/node_modules | | c:/folderAtRoot/folder1/folder2/node_modules/@types | c:/folderAtRoot/folder1/folder2/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/users/username/folderAtRoot/node_modules/@types | c:/users/username/folderAtRoot/node_modules | | c:/users/username/folderAtRoot/folder1/node_modules/@types | c:/users/username/folderAtRoot/folder1/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | @@ -603,6 +644,7 @@ Root: c:/user | c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/user | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/user | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/user | +| c:/usr/node_modules/@types | c:/usr/node_modules | | c:/usr/username/node_modules/@types | c:/usr/username/node_modules | | c:/usr/username/folderAtRoot/node_modules/@types | c:/usr/username/folderAtRoot/node_modules | | c:/usr/username/folderAtRoot/folder1/node_modules/@types | c:/usr/username/folderAtRoot/folder1/node_modules | @@ -610,6 +652,7 @@ Root: c:/user | c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/home/node_modules/@types | c:/home/node_modules | | c:/home/username/node_modules/@types | c:/home/username/node_modules | | c:/home/username/folderAtRoot/node_modules/@types | c:/home/username/folderAtRoot/node_modules | | c:/home/username/folderAtRoot/folder1/node_modules/@types | c:/home/username/folderAtRoot/folder1/node_modules | @@ -620,20 +663,21 @@ Root: c:/user ## RootDirForResolution: c:/user/username -Root: c:/user/username - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | +| c:/folderAtRoot/node_modules/@types | c:/folderAtRoot/node_modules | | c:/folderAtRoot/folder1/node_modules/@types | c:/folderAtRoot/folder1/node_modules | | c:/folderAtRoot/folder1/folder2/node_modules/@types | c:/folderAtRoot/folder1/folder2/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/users/username/folderAtRoot/node_modules/@types | c:/users/username/folderAtRoot/node_modules | | c:/users/username/folderAtRoot/folder1/node_modules/@types | c:/users/username/folderAtRoot/folder1/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/user/node_modules/@types | c:/user/node_modules | | c:/user/username/node_modules/@types | c:/user/username | | c:/user/username/folderAtRoot/node_modules/@types | c:/user/username | | c:/user/username/folderAtRoot/folder1/node_modules/@types | c:/user/username | @@ -641,6 +685,7 @@ Root: c:/user/username | c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/user/username | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/user/username | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/user/username | +| c:/usr/node_modules/@types | c:/usr/node_modules | | c:/usr/username/node_modules/@types | c:/usr/username/node_modules | | c:/usr/username/folderAtRoot/node_modules/@types | c:/usr/username/folderAtRoot/node_modules | | c:/usr/username/folderAtRoot/folder1/node_modules/@types | c:/usr/username/folderAtRoot/folder1/node_modules | @@ -648,6 +693,7 @@ Root: c:/user/username | c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/home/node_modules/@types | c:/home/node_modules | | c:/home/username/node_modules/@types | c:/home/username/node_modules | | c:/home/username/folderAtRoot/node_modules/@types | c:/home/username/folderAtRoot/node_modules | | c:/home/username/folderAtRoot/folder1/node_modules/@types | c:/home/username/folderAtRoot/folder1/node_modules | @@ -658,20 +704,21 @@ Root: c:/user/username ## RootDirForResolution: c:/user/username/folderAtRoot -Root: c:/user/username/folderAtRoot - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | +| c:/folderAtRoot/node_modules/@types | c:/folderAtRoot/node_modules | | c:/folderAtRoot/folder1/node_modules/@types | c:/folderAtRoot/folder1/node_modules | | c:/folderAtRoot/folder1/folder2/node_modules/@types | c:/folderAtRoot/folder1/folder2/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/users/username/folderAtRoot/node_modules/@types | c:/users/username/folderAtRoot/node_modules | | c:/users/username/folderAtRoot/folder1/node_modules/@types | c:/users/username/folderAtRoot/folder1/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/user/node_modules/@types | c:/user/node_modules | | c:/user/username/node_modules/@types | c:/user/username/node_modules | | c:/user/username/folderAtRoot/node_modules/@types | c:/user/username/folderAtRoot | | c:/user/username/folderAtRoot/folder1/node_modules/@types | c:/user/username/folderAtRoot | @@ -679,6 +726,7 @@ Root: c:/user/username/folderAtRoot | c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/user/username/folderAtRoot | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/user/username/folderAtRoot | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/user/username/folderAtRoot | +| c:/usr/node_modules/@types | c:/usr/node_modules | | c:/usr/username/node_modules/@types | c:/usr/username/node_modules | | c:/usr/username/folderAtRoot/node_modules/@types | c:/usr/username/folderAtRoot/node_modules | | c:/usr/username/folderAtRoot/folder1/node_modules/@types | c:/usr/username/folderAtRoot/folder1/node_modules | @@ -686,6 +734,7 @@ Root: c:/user/username/folderAtRoot | c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/home/node_modules/@types | c:/home/node_modules | | c:/home/username/node_modules/@types | c:/home/username/node_modules | | c:/home/username/folderAtRoot/node_modules/@types | c:/home/username/folderAtRoot/node_modules | | c:/home/username/folderAtRoot/folder1/node_modules/@types | c:/home/username/folderAtRoot/folder1/node_modules | @@ -696,20 +745,21 @@ Root: c:/user/username/folderAtRoot ## RootDirForResolution: c:/user/username/folderAtRoot/folder1 -Root: c:/user/username/folderAtRoot/folder1 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | +| c:/folderAtRoot/node_modules/@types | c:/folderAtRoot/node_modules | | c:/folderAtRoot/folder1/node_modules/@types | c:/folderAtRoot/folder1/node_modules | | c:/folderAtRoot/folder1/folder2/node_modules/@types | c:/folderAtRoot/folder1/folder2/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/users/username/folderAtRoot/node_modules/@types | c:/users/username/folderAtRoot/node_modules | | c:/users/username/folderAtRoot/folder1/node_modules/@types | c:/users/username/folderAtRoot/folder1/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/user/node_modules/@types | c:/user/node_modules | | c:/user/username/node_modules/@types | c:/user/username/node_modules | | c:/user/username/folderAtRoot/node_modules/@types | c:/user/username/folderAtRoot/node_modules | | c:/user/username/folderAtRoot/folder1/node_modules/@types | c:/user/username/folderAtRoot/folder1 | @@ -717,6 +767,7 @@ Root: c:/user/username/folderAtRoot/folder1 | c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/user/username/folderAtRoot/folder1 | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/user/username/folderAtRoot/folder1 | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/user/username/folderAtRoot/folder1 | +| c:/usr/node_modules/@types | c:/usr/node_modules | | c:/usr/username/node_modules/@types | c:/usr/username/node_modules | | c:/usr/username/folderAtRoot/node_modules/@types | c:/usr/username/folderAtRoot/node_modules | | c:/usr/username/folderAtRoot/folder1/node_modules/@types | c:/usr/username/folderAtRoot/folder1/node_modules | @@ -724,6 +775,7 @@ Root: c:/user/username/folderAtRoot/folder1 | c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/home/node_modules/@types | c:/home/node_modules | | c:/home/username/node_modules/@types | c:/home/username/node_modules | | c:/home/username/folderAtRoot/node_modules/@types | c:/home/username/folderAtRoot/node_modules | | c:/home/username/folderAtRoot/folder1/node_modules/@types | c:/home/username/folderAtRoot/folder1/node_modules | @@ -734,20 +786,21 @@ Root: c:/user/username/folderAtRoot/folder1 ## RootDirForResolution: c:/user/username/folderAtRoot/folder1/folder2 -Root: c:/user/username/folderAtRoot/folder1/folder2 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | +| c:/folderAtRoot/node_modules/@types | c:/folderAtRoot/node_modules | | c:/folderAtRoot/folder1/node_modules/@types | c:/folderAtRoot/folder1/node_modules | | c:/folderAtRoot/folder1/folder2/node_modules/@types | c:/folderAtRoot/folder1/folder2/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/users/username/folderAtRoot/node_modules/@types | c:/users/username/folderAtRoot/node_modules | | c:/users/username/folderAtRoot/folder1/node_modules/@types | c:/users/username/folderAtRoot/folder1/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/user/node_modules/@types | c:/user/node_modules | | c:/user/username/node_modules/@types | c:/user/username/node_modules | | c:/user/username/folderAtRoot/node_modules/@types | c:/user/username/folderAtRoot/node_modules | | c:/user/username/folderAtRoot/folder1/node_modules/@types | c:/user/username/folderAtRoot/folder1/node_modules | @@ -755,6 +808,7 @@ Root: c:/user/username/folderAtRoot/folder1/folder2 | c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2 | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2 | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2 | +| c:/usr/node_modules/@types | c:/usr/node_modules | | c:/usr/username/node_modules/@types | c:/usr/username/node_modules | | c:/usr/username/folderAtRoot/node_modules/@types | c:/usr/username/folderAtRoot/node_modules | | c:/usr/username/folderAtRoot/folder1/node_modules/@types | c:/usr/username/folderAtRoot/folder1/node_modules | @@ -762,6 +816,7 @@ Root: c:/user/username/folderAtRoot/folder1/folder2 | c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/home/node_modules/@types | c:/home/node_modules | | c:/home/username/node_modules/@types | c:/home/username/node_modules | | c:/home/username/folderAtRoot/node_modules/@types | c:/home/username/folderAtRoot/node_modules | | c:/home/username/folderAtRoot/folder1/node_modules/@types | c:/home/username/folderAtRoot/folder1/node_modules | @@ -772,20 +827,21 @@ Root: c:/user/username/folderAtRoot/folder1/folder2 ## RootDirForResolution: c:/user/username/folderAtRoot/folder1/folder2/folder3 -Root: c:/user/username/folderAtRoot/folder1/folder2/folder3 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | +| c:/folderAtRoot/node_modules/@types | c:/folderAtRoot/node_modules | | c:/folderAtRoot/folder1/node_modules/@types | c:/folderAtRoot/folder1/node_modules | | c:/folderAtRoot/folder1/folder2/node_modules/@types | c:/folderAtRoot/folder1/folder2/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/users/username/folderAtRoot/node_modules/@types | c:/users/username/folderAtRoot/node_modules | | c:/users/username/folderAtRoot/folder1/node_modules/@types | c:/users/username/folderAtRoot/folder1/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/user/node_modules/@types | c:/user/node_modules | | c:/user/username/node_modules/@types | c:/user/username/node_modules | | c:/user/username/folderAtRoot/node_modules/@types | c:/user/username/folderAtRoot/node_modules | | c:/user/username/folderAtRoot/folder1/node_modules/@types | c:/user/username/folderAtRoot/folder1/node_modules | @@ -793,6 +849,7 @@ Root: c:/user/username/folderAtRoot/folder1/folder2/folder3 | c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3 | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3 | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3 | +| c:/usr/node_modules/@types | c:/usr/node_modules | | c:/usr/username/node_modules/@types | c:/usr/username/node_modules | | c:/usr/username/folderAtRoot/node_modules/@types | c:/usr/username/folderAtRoot/node_modules | | c:/usr/username/folderAtRoot/folder1/node_modules/@types | c:/usr/username/folderAtRoot/folder1/node_modules | @@ -800,6 +857,7 @@ Root: c:/user/username/folderAtRoot/folder1/folder2/folder3 | c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/home/node_modules/@types | c:/home/node_modules | | c:/home/username/node_modules/@types | c:/home/username/node_modules | | c:/home/username/folderAtRoot/node_modules/@types | c:/home/username/folderAtRoot/node_modules | | c:/home/username/folderAtRoot/folder1/node_modules/@types | c:/home/username/folderAtRoot/folder1/node_modules | @@ -810,20 +868,21 @@ Root: c:/user/username/folderAtRoot/folder1/folder2/folder3 ## RootDirForResolution: c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4 -Root: c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | +| c:/folderAtRoot/node_modules/@types | c:/folderAtRoot/node_modules | | c:/folderAtRoot/folder1/node_modules/@types | c:/folderAtRoot/folder1/node_modules | | c:/folderAtRoot/folder1/folder2/node_modules/@types | c:/folderAtRoot/folder1/folder2/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/users/username/folderAtRoot/node_modules/@types | c:/users/username/folderAtRoot/node_modules | | c:/users/username/folderAtRoot/folder1/node_modules/@types | c:/users/username/folderAtRoot/folder1/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/user/node_modules/@types | c:/user/node_modules | | c:/user/username/node_modules/@types | c:/user/username/node_modules | | c:/user/username/folderAtRoot/node_modules/@types | c:/user/username/folderAtRoot/node_modules | | c:/user/username/folderAtRoot/folder1/node_modules/@types | c:/user/username/folderAtRoot/folder1/node_modules | @@ -831,6 +890,7 @@ Root: c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4 | c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4 | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4 | +| c:/usr/node_modules/@types | c:/usr/node_modules | | c:/usr/username/node_modules/@types | c:/usr/username/node_modules | | c:/usr/username/folderAtRoot/node_modules/@types | c:/usr/username/folderAtRoot/node_modules | | c:/usr/username/folderAtRoot/folder1/node_modules/@types | c:/usr/username/folderAtRoot/folder1/node_modules | @@ -838,6 +898,7 @@ Root: c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4 | c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/home/node_modules/@types | c:/home/node_modules | | c:/home/username/node_modules/@types | c:/home/username/node_modules | | c:/home/username/folderAtRoot/node_modules/@types | c:/home/username/folderAtRoot/node_modules | | c:/home/username/folderAtRoot/folder1/node_modules/@types | c:/home/username/folderAtRoot/folder1/node_modules | @@ -848,20 +909,21 @@ Root: c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4 ## RootDirForResolution: c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 -Root: c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | +| c:/folderAtRoot/node_modules/@types | c:/folderAtRoot/node_modules | | c:/folderAtRoot/folder1/node_modules/@types | c:/folderAtRoot/folder1/node_modules | | c:/folderAtRoot/folder1/folder2/node_modules/@types | c:/folderAtRoot/folder1/folder2/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/users/username/folderAtRoot/node_modules/@types | c:/users/username/folderAtRoot/node_modules | | c:/users/username/folderAtRoot/folder1/node_modules/@types | c:/users/username/folderAtRoot/folder1/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/user/node_modules/@types | c:/user/node_modules | | c:/user/username/node_modules/@types | c:/user/username/node_modules | | c:/user/username/folderAtRoot/node_modules/@types | c:/user/username/folderAtRoot/node_modules | | c:/user/username/folderAtRoot/folder1/node_modules/@types | c:/user/username/folderAtRoot/folder1/node_modules | @@ -869,6 +931,7 @@ Root: c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | +| c:/usr/node_modules/@types | c:/usr/node_modules | | c:/usr/username/node_modules/@types | c:/usr/username/node_modules | | c:/usr/username/folderAtRoot/node_modules/@types | c:/usr/username/folderAtRoot/node_modules | | c:/usr/username/folderAtRoot/folder1/node_modules/@types | c:/usr/username/folderAtRoot/folder1/node_modules | @@ -876,6 +939,7 @@ Root: c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/home/node_modules/@types | c:/home/node_modules | | c:/home/username/node_modules/@types | c:/home/username/node_modules | | c:/home/username/folderAtRoot/node_modules/@types | c:/home/username/folderAtRoot/node_modules | | c:/home/username/folderAtRoot/folder1/node_modules/@types | c:/home/username/folderAtRoot/folder1/node_modules | @@ -886,20 +950,21 @@ Root: c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 ## RootDirForResolution: c:/usr -Root: c:/usr - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | +| c:/folderAtRoot/node_modules/@types | c:/folderAtRoot/node_modules | | c:/folderAtRoot/folder1/node_modules/@types | c:/folderAtRoot/folder1/node_modules | | c:/folderAtRoot/folder1/folder2/node_modules/@types | c:/folderAtRoot/folder1/folder2/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/users/username/folderAtRoot/node_modules/@types | c:/users/username/folderAtRoot/node_modules | | c:/users/username/folderAtRoot/folder1/node_modules/@types | c:/users/username/folderAtRoot/folder1/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/user/node_modules/@types | c:/user/node_modules | | c:/user/username/node_modules/@types | c:/user/username/node_modules | | c:/user/username/folderAtRoot/node_modules/@types | c:/user/username/folderAtRoot/node_modules | | c:/user/username/folderAtRoot/folder1/node_modules/@types | c:/user/username/folderAtRoot/folder1/node_modules | @@ -915,6 +980,7 @@ Root: c:/usr | c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/usr | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/usr | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/usr | +| c:/home/node_modules/@types | c:/home/node_modules | | c:/home/username/node_modules/@types | c:/home/username/node_modules | | c:/home/username/folderAtRoot/node_modules/@types | c:/home/username/folderAtRoot/node_modules | | c:/home/username/folderAtRoot/folder1/node_modules/@types | c:/home/username/folderAtRoot/folder1/node_modules | @@ -925,20 +991,21 @@ Root: c:/usr ## RootDirForResolution: c:/usr/username -Root: c:/usr/username - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | +| c:/folderAtRoot/node_modules/@types | c:/folderAtRoot/node_modules | | c:/folderAtRoot/folder1/node_modules/@types | c:/folderAtRoot/folder1/node_modules | | c:/folderAtRoot/folder1/folder2/node_modules/@types | c:/folderAtRoot/folder1/folder2/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/users/username/folderAtRoot/node_modules/@types | c:/users/username/folderAtRoot/node_modules | | c:/users/username/folderAtRoot/folder1/node_modules/@types | c:/users/username/folderAtRoot/folder1/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/user/node_modules/@types | c:/user/node_modules | | c:/user/username/node_modules/@types | c:/user/username/node_modules | | c:/user/username/folderAtRoot/node_modules/@types | c:/user/username/folderAtRoot/node_modules | | c:/user/username/folderAtRoot/folder1/node_modules/@types | c:/user/username/folderAtRoot/folder1/node_modules | @@ -946,6 +1013,7 @@ Root: c:/usr/username | c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/usr/node_modules/@types | c:/usr/node_modules | | c:/usr/username/node_modules/@types | c:/usr/username | | c:/usr/username/folderAtRoot/node_modules/@types | c:/usr/username | | c:/usr/username/folderAtRoot/folder1/node_modules/@types | c:/usr/username | @@ -953,6 +1021,7 @@ Root: c:/usr/username | c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/usr/username | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/usr/username | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/usr/username | +| c:/home/node_modules/@types | c:/home/node_modules | | c:/home/username/node_modules/@types | c:/home/username/node_modules | | c:/home/username/folderAtRoot/node_modules/@types | c:/home/username/folderAtRoot/node_modules | | c:/home/username/folderAtRoot/folder1/node_modules/@types | c:/home/username/folderAtRoot/folder1/node_modules | @@ -963,20 +1032,21 @@ Root: c:/usr/username ## RootDirForResolution: c:/usr/username/folderAtRoot -Root: c:/usr/username/folderAtRoot - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | +| c:/folderAtRoot/node_modules/@types | c:/folderAtRoot/node_modules | | c:/folderAtRoot/folder1/node_modules/@types | c:/folderAtRoot/folder1/node_modules | | c:/folderAtRoot/folder1/folder2/node_modules/@types | c:/folderAtRoot/folder1/folder2/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/users/username/folderAtRoot/node_modules/@types | c:/users/username/folderAtRoot/node_modules | | c:/users/username/folderAtRoot/folder1/node_modules/@types | c:/users/username/folderAtRoot/folder1/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/user/node_modules/@types | c:/user/node_modules | | c:/user/username/node_modules/@types | c:/user/username/node_modules | | c:/user/username/folderAtRoot/node_modules/@types | c:/user/username/folderAtRoot/node_modules | | c:/user/username/folderAtRoot/folder1/node_modules/@types | c:/user/username/folderAtRoot/folder1/node_modules | @@ -984,6 +1054,7 @@ Root: c:/usr/username/folderAtRoot | c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/usr/node_modules/@types | c:/usr/node_modules | | c:/usr/username/node_modules/@types | c:/usr/username/node_modules | | c:/usr/username/folderAtRoot/node_modules/@types | c:/usr/username/folderAtRoot | | c:/usr/username/folderAtRoot/folder1/node_modules/@types | c:/usr/username/folderAtRoot | @@ -991,6 +1062,7 @@ Root: c:/usr/username/folderAtRoot | c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/usr/username/folderAtRoot | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/usr/username/folderAtRoot | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/usr/username/folderAtRoot | +| c:/home/node_modules/@types | c:/home/node_modules | | c:/home/username/node_modules/@types | c:/home/username/node_modules | | c:/home/username/folderAtRoot/node_modules/@types | c:/home/username/folderAtRoot/node_modules | | c:/home/username/folderAtRoot/folder1/node_modules/@types | c:/home/username/folderAtRoot/folder1/node_modules | @@ -1001,20 +1073,21 @@ Root: c:/usr/username/folderAtRoot ## RootDirForResolution: c:/usr/username/folderAtRoot/folder1 -Root: c:/usr/username/folderAtRoot/folder1 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | +| c:/folderAtRoot/node_modules/@types | c:/folderAtRoot/node_modules | | c:/folderAtRoot/folder1/node_modules/@types | c:/folderAtRoot/folder1/node_modules | | c:/folderAtRoot/folder1/folder2/node_modules/@types | c:/folderAtRoot/folder1/folder2/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/users/username/folderAtRoot/node_modules/@types | c:/users/username/folderAtRoot/node_modules | | c:/users/username/folderAtRoot/folder1/node_modules/@types | c:/users/username/folderAtRoot/folder1/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/user/node_modules/@types | c:/user/node_modules | | c:/user/username/node_modules/@types | c:/user/username/node_modules | | c:/user/username/folderAtRoot/node_modules/@types | c:/user/username/folderAtRoot/node_modules | | c:/user/username/folderAtRoot/folder1/node_modules/@types | c:/user/username/folderAtRoot/folder1/node_modules | @@ -1022,6 +1095,7 @@ Root: c:/usr/username/folderAtRoot/folder1 | c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/usr/node_modules/@types | c:/usr/node_modules | | c:/usr/username/node_modules/@types | c:/usr/username/node_modules | | c:/usr/username/folderAtRoot/node_modules/@types | c:/usr/username/folderAtRoot/node_modules | | c:/usr/username/folderAtRoot/folder1/node_modules/@types | c:/usr/username/folderAtRoot/folder1 | @@ -1029,6 +1103,7 @@ Root: c:/usr/username/folderAtRoot/folder1 | c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/usr/username/folderAtRoot/folder1 | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/usr/username/folderAtRoot/folder1 | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/usr/username/folderAtRoot/folder1 | +| c:/home/node_modules/@types | c:/home/node_modules | | c:/home/username/node_modules/@types | c:/home/username/node_modules | | c:/home/username/folderAtRoot/node_modules/@types | c:/home/username/folderAtRoot/node_modules | | c:/home/username/folderAtRoot/folder1/node_modules/@types | c:/home/username/folderAtRoot/folder1/node_modules | @@ -1039,20 +1114,21 @@ Root: c:/usr/username/folderAtRoot/folder1 ## RootDirForResolution: c:/usr/username/folderAtRoot/folder1/folder2 -Root: c:/usr/username/folderAtRoot/folder1/folder2 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | +| c:/folderAtRoot/node_modules/@types | c:/folderAtRoot/node_modules | | c:/folderAtRoot/folder1/node_modules/@types | c:/folderAtRoot/folder1/node_modules | | c:/folderAtRoot/folder1/folder2/node_modules/@types | c:/folderAtRoot/folder1/folder2/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/users/username/folderAtRoot/node_modules/@types | c:/users/username/folderAtRoot/node_modules | | c:/users/username/folderAtRoot/folder1/node_modules/@types | c:/users/username/folderAtRoot/folder1/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/user/node_modules/@types | c:/user/node_modules | | c:/user/username/node_modules/@types | c:/user/username/node_modules | | c:/user/username/folderAtRoot/node_modules/@types | c:/user/username/folderAtRoot/node_modules | | c:/user/username/folderAtRoot/folder1/node_modules/@types | c:/user/username/folderAtRoot/folder1/node_modules | @@ -1060,6 +1136,7 @@ Root: c:/usr/username/folderAtRoot/folder1/folder2 | c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/usr/node_modules/@types | c:/usr/node_modules | | c:/usr/username/node_modules/@types | c:/usr/username/node_modules | | c:/usr/username/folderAtRoot/node_modules/@types | c:/usr/username/folderAtRoot/node_modules | | c:/usr/username/folderAtRoot/folder1/node_modules/@types | c:/usr/username/folderAtRoot/folder1/node_modules | @@ -1067,6 +1144,7 @@ Root: c:/usr/username/folderAtRoot/folder1/folder2 | c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2 | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2 | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2 | +| c:/home/node_modules/@types | c:/home/node_modules | | c:/home/username/node_modules/@types | c:/home/username/node_modules | | c:/home/username/folderAtRoot/node_modules/@types | c:/home/username/folderAtRoot/node_modules | | c:/home/username/folderAtRoot/folder1/node_modules/@types | c:/home/username/folderAtRoot/folder1/node_modules | @@ -1077,20 +1155,21 @@ Root: c:/usr/username/folderAtRoot/folder1/folder2 ## RootDirForResolution: c:/usr/username/folderAtRoot/folder1/folder2/folder3 -Root: c:/usr/username/folderAtRoot/folder1/folder2/folder3 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | +| c:/folderAtRoot/node_modules/@types | c:/folderAtRoot/node_modules | | c:/folderAtRoot/folder1/node_modules/@types | c:/folderAtRoot/folder1/node_modules | | c:/folderAtRoot/folder1/folder2/node_modules/@types | c:/folderAtRoot/folder1/folder2/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/users/username/folderAtRoot/node_modules/@types | c:/users/username/folderAtRoot/node_modules | | c:/users/username/folderAtRoot/folder1/node_modules/@types | c:/users/username/folderAtRoot/folder1/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/user/node_modules/@types | c:/user/node_modules | | c:/user/username/node_modules/@types | c:/user/username/node_modules | | c:/user/username/folderAtRoot/node_modules/@types | c:/user/username/folderAtRoot/node_modules | | c:/user/username/folderAtRoot/folder1/node_modules/@types | c:/user/username/folderAtRoot/folder1/node_modules | @@ -1098,6 +1177,7 @@ Root: c:/usr/username/folderAtRoot/folder1/folder2/folder3 | c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/usr/node_modules/@types | c:/usr/node_modules | | c:/usr/username/node_modules/@types | c:/usr/username/node_modules | | c:/usr/username/folderAtRoot/node_modules/@types | c:/usr/username/folderAtRoot/node_modules | | c:/usr/username/folderAtRoot/folder1/node_modules/@types | c:/usr/username/folderAtRoot/folder1/node_modules | @@ -1105,6 +1185,7 @@ Root: c:/usr/username/folderAtRoot/folder1/folder2/folder3 | c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3 | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3 | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3 | +| c:/home/node_modules/@types | c:/home/node_modules | | c:/home/username/node_modules/@types | c:/home/username/node_modules | | c:/home/username/folderAtRoot/node_modules/@types | c:/home/username/folderAtRoot/node_modules | | c:/home/username/folderAtRoot/folder1/node_modules/@types | c:/home/username/folderAtRoot/folder1/node_modules | @@ -1115,20 +1196,21 @@ Root: c:/usr/username/folderAtRoot/folder1/folder2/folder3 ## RootDirForResolution: c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 -Root: c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | +| c:/folderAtRoot/node_modules/@types | c:/folderAtRoot/node_modules | | c:/folderAtRoot/folder1/node_modules/@types | c:/folderAtRoot/folder1/node_modules | | c:/folderAtRoot/folder1/folder2/node_modules/@types | c:/folderAtRoot/folder1/folder2/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/users/username/folderAtRoot/node_modules/@types | c:/users/username/folderAtRoot/node_modules | | c:/users/username/folderAtRoot/folder1/node_modules/@types | c:/users/username/folderAtRoot/folder1/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/user/node_modules/@types | c:/user/node_modules | | c:/user/username/node_modules/@types | c:/user/username/node_modules | | c:/user/username/folderAtRoot/node_modules/@types | c:/user/username/folderAtRoot/node_modules | | c:/user/username/folderAtRoot/folder1/node_modules/@types | c:/user/username/folderAtRoot/folder1/node_modules | @@ -1136,6 +1218,7 @@ Root: c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 | c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/usr/node_modules/@types | c:/usr/node_modules | | c:/usr/username/node_modules/@types | c:/usr/username/node_modules | | c:/usr/username/folderAtRoot/node_modules/@types | c:/usr/username/folderAtRoot/node_modules | | c:/usr/username/folderAtRoot/folder1/node_modules/@types | c:/usr/username/folderAtRoot/folder1/node_modules | @@ -1143,6 +1226,7 @@ Root: c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 | c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 | +| c:/home/node_modules/@types | c:/home/node_modules | | c:/home/username/node_modules/@types | c:/home/username/node_modules | | c:/home/username/folderAtRoot/node_modules/@types | c:/home/username/folderAtRoot/node_modules | | c:/home/username/folderAtRoot/folder1/node_modules/@types | c:/home/username/folderAtRoot/folder1/node_modules | @@ -1153,20 +1237,21 @@ Root: c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 ## RootDirForResolution: c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 -Root: c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | +| c:/folderAtRoot/node_modules/@types | c:/folderAtRoot/node_modules | | c:/folderAtRoot/folder1/node_modules/@types | c:/folderAtRoot/folder1/node_modules | | c:/folderAtRoot/folder1/folder2/node_modules/@types | c:/folderAtRoot/folder1/folder2/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/users/username/folderAtRoot/node_modules/@types | c:/users/username/folderAtRoot/node_modules | | c:/users/username/folderAtRoot/folder1/node_modules/@types | c:/users/username/folderAtRoot/folder1/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/user/node_modules/@types | c:/user/node_modules | | c:/user/username/node_modules/@types | c:/user/username/node_modules | | c:/user/username/folderAtRoot/node_modules/@types | c:/user/username/folderAtRoot/node_modules | | c:/user/username/folderAtRoot/folder1/node_modules/@types | c:/user/username/folderAtRoot/folder1/node_modules | @@ -1174,6 +1259,7 @@ Root: c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/usr/node_modules/@types | c:/usr/node_modules | | c:/usr/username/node_modules/@types | c:/usr/username/node_modules | | c:/usr/username/folderAtRoot/node_modules/@types | c:/usr/username/folderAtRoot/node_modules | | c:/usr/username/folderAtRoot/folder1/node_modules/@types | c:/usr/username/folderAtRoot/folder1/node_modules | @@ -1181,6 +1267,7 @@ Root: c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | +| c:/home/node_modules/@types | c:/home/node_modules | | c:/home/username/node_modules/@types | c:/home/username/node_modules | | c:/home/username/folderAtRoot/node_modules/@types | c:/home/username/folderAtRoot/node_modules | | c:/home/username/folderAtRoot/folder1/node_modules/@types | c:/home/username/folderAtRoot/folder1/node_modules | @@ -1191,20 +1278,21 @@ Root: c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 ## RootDirForResolution: c:/home -Root: c:/home - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | +| c:/folderAtRoot/node_modules/@types | c:/folderAtRoot/node_modules | | c:/folderAtRoot/folder1/node_modules/@types | c:/folderAtRoot/folder1/node_modules | | c:/folderAtRoot/folder1/folder2/node_modules/@types | c:/folderAtRoot/folder1/folder2/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/users/username/folderAtRoot/node_modules/@types | c:/users/username/folderAtRoot/node_modules | | c:/users/username/folderAtRoot/folder1/node_modules/@types | c:/users/username/folderAtRoot/folder1/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/user/node_modules/@types | c:/user/node_modules | | c:/user/username/node_modules/@types | c:/user/username/node_modules | | c:/user/username/folderAtRoot/node_modules/@types | c:/user/username/folderAtRoot/node_modules | | c:/user/username/folderAtRoot/folder1/node_modules/@types | c:/user/username/folderAtRoot/folder1/node_modules | @@ -1212,6 +1300,7 @@ Root: c:/home | c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/usr/node_modules/@types | c:/usr/node_modules | | c:/usr/username/node_modules/@types | c:/usr/username/node_modules | | c:/usr/username/folderAtRoot/node_modules/@types | c:/usr/username/folderAtRoot/node_modules | | c:/usr/username/folderAtRoot/folder1/node_modules/@types | c:/usr/username/folderAtRoot/folder1/node_modules | @@ -1230,20 +1319,21 @@ Root: c:/home ## RootDirForResolution: c:/home/username -Root: c:/home/username - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | +| c:/folderAtRoot/node_modules/@types | c:/folderAtRoot/node_modules | | c:/folderAtRoot/folder1/node_modules/@types | c:/folderAtRoot/folder1/node_modules | | c:/folderAtRoot/folder1/folder2/node_modules/@types | c:/folderAtRoot/folder1/folder2/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/users/username/folderAtRoot/node_modules/@types | c:/users/username/folderAtRoot/node_modules | | c:/users/username/folderAtRoot/folder1/node_modules/@types | c:/users/username/folderAtRoot/folder1/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/user/node_modules/@types | c:/user/node_modules | | c:/user/username/node_modules/@types | c:/user/username/node_modules | | c:/user/username/folderAtRoot/node_modules/@types | c:/user/username/folderAtRoot/node_modules | | c:/user/username/folderAtRoot/folder1/node_modules/@types | c:/user/username/folderAtRoot/folder1/node_modules | @@ -1251,6 +1341,7 @@ Root: c:/home/username | c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/usr/node_modules/@types | c:/usr/node_modules | | c:/usr/username/node_modules/@types | c:/usr/username/node_modules | | c:/usr/username/folderAtRoot/node_modules/@types | c:/usr/username/folderAtRoot/node_modules | | c:/usr/username/folderAtRoot/folder1/node_modules/@types | c:/usr/username/folderAtRoot/folder1/node_modules | @@ -1258,6 +1349,7 @@ Root: c:/home/username | c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/home/node_modules/@types | c:/home/node_modules | | c:/home/username/node_modules/@types | c:/home/username | | c:/home/username/folderAtRoot/node_modules/@types | c:/home/username | | c:/home/username/folderAtRoot/folder1/node_modules/@types | c:/home/username | @@ -1268,20 +1360,21 @@ Root: c:/home/username ## RootDirForResolution: c:/home/username/folderAtRoot -Root: c:/home/username/folderAtRoot - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | +| c:/folderAtRoot/node_modules/@types | c:/folderAtRoot/node_modules | | c:/folderAtRoot/folder1/node_modules/@types | c:/folderAtRoot/folder1/node_modules | | c:/folderAtRoot/folder1/folder2/node_modules/@types | c:/folderAtRoot/folder1/folder2/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/users/username/folderAtRoot/node_modules/@types | c:/users/username/folderAtRoot/node_modules | | c:/users/username/folderAtRoot/folder1/node_modules/@types | c:/users/username/folderAtRoot/folder1/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/user/node_modules/@types | c:/user/node_modules | | c:/user/username/node_modules/@types | c:/user/username/node_modules | | c:/user/username/folderAtRoot/node_modules/@types | c:/user/username/folderAtRoot/node_modules | | c:/user/username/folderAtRoot/folder1/node_modules/@types | c:/user/username/folderAtRoot/folder1/node_modules | @@ -1289,6 +1382,7 @@ Root: c:/home/username/folderAtRoot | c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/usr/node_modules/@types | c:/usr/node_modules | | c:/usr/username/node_modules/@types | c:/usr/username/node_modules | | c:/usr/username/folderAtRoot/node_modules/@types | c:/usr/username/folderAtRoot/node_modules | | c:/usr/username/folderAtRoot/folder1/node_modules/@types | c:/usr/username/folderAtRoot/folder1/node_modules | @@ -1296,6 +1390,7 @@ Root: c:/home/username/folderAtRoot | c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/home/node_modules/@types | c:/home/node_modules | | c:/home/username/node_modules/@types | c:/home/username/node_modules | | c:/home/username/folderAtRoot/node_modules/@types | c:/home/username/folderAtRoot | | c:/home/username/folderAtRoot/folder1/node_modules/@types | c:/home/username/folderAtRoot | @@ -1306,20 +1401,21 @@ Root: c:/home/username/folderAtRoot ## RootDirForResolution: c:/home/username/folderAtRoot/folder1 -Root: c:/home/username/folderAtRoot/folder1 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | +| c:/folderAtRoot/node_modules/@types | c:/folderAtRoot/node_modules | | c:/folderAtRoot/folder1/node_modules/@types | c:/folderAtRoot/folder1/node_modules | | c:/folderAtRoot/folder1/folder2/node_modules/@types | c:/folderAtRoot/folder1/folder2/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/users/username/folderAtRoot/node_modules/@types | c:/users/username/folderAtRoot/node_modules | | c:/users/username/folderAtRoot/folder1/node_modules/@types | c:/users/username/folderAtRoot/folder1/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/user/node_modules/@types | c:/user/node_modules | | c:/user/username/node_modules/@types | c:/user/username/node_modules | | c:/user/username/folderAtRoot/node_modules/@types | c:/user/username/folderAtRoot/node_modules | | c:/user/username/folderAtRoot/folder1/node_modules/@types | c:/user/username/folderAtRoot/folder1/node_modules | @@ -1327,6 +1423,7 @@ Root: c:/home/username/folderAtRoot/folder1 | c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/usr/node_modules/@types | c:/usr/node_modules | | c:/usr/username/node_modules/@types | c:/usr/username/node_modules | | c:/usr/username/folderAtRoot/node_modules/@types | c:/usr/username/folderAtRoot/node_modules | | c:/usr/username/folderAtRoot/folder1/node_modules/@types | c:/usr/username/folderAtRoot/folder1/node_modules | @@ -1334,6 +1431,7 @@ Root: c:/home/username/folderAtRoot/folder1 | c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/home/node_modules/@types | c:/home/node_modules | | c:/home/username/node_modules/@types | c:/home/username/node_modules | | c:/home/username/folderAtRoot/node_modules/@types | c:/home/username/folderAtRoot/node_modules | | c:/home/username/folderAtRoot/folder1/node_modules/@types | c:/home/username/folderAtRoot/folder1 | @@ -1344,20 +1442,21 @@ Root: c:/home/username/folderAtRoot/folder1 ## RootDirForResolution: c:/home/username/folderAtRoot/folder1/folder2 -Root: c:/home/username/folderAtRoot/folder1/folder2 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | +| c:/folderAtRoot/node_modules/@types | c:/folderAtRoot/node_modules | | c:/folderAtRoot/folder1/node_modules/@types | c:/folderAtRoot/folder1/node_modules | | c:/folderAtRoot/folder1/folder2/node_modules/@types | c:/folderAtRoot/folder1/folder2/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/users/username/folderAtRoot/node_modules/@types | c:/users/username/folderAtRoot/node_modules | | c:/users/username/folderAtRoot/folder1/node_modules/@types | c:/users/username/folderAtRoot/folder1/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/user/node_modules/@types | c:/user/node_modules | | c:/user/username/node_modules/@types | c:/user/username/node_modules | | c:/user/username/folderAtRoot/node_modules/@types | c:/user/username/folderAtRoot/node_modules | | c:/user/username/folderAtRoot/folder1/node_modules/@types | c:/user/username/folderAtRoot/folder1/node_modules | @@ -1365,6 +1464,7 @@ Root: c:/home/username/folderAtRoot/folder1/folder2 | c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/usr/node_modules/@types | c:/usr/node_modules | | c:/usr/username/node_modules/@types | c:/usr/username/node_modules | | c:/usr/username/folderAtRoot/node_modules/@types | c:/usr/username/folderAtRoot/node_modules | | c:/usr/username/folderAtRoot/folder1/node_modules/@types | c:/usr/username/folderAtRoot/folder1/node_modules | @@ -1372,6 +1472,7 @@ Root: c:/home/username/folderAtRoot/folder1/folder2 | c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/home/node_modules/@types | c:/home/node_modules | | c:/home/username/node_modules/@types | c:/home/username/node_modules | | c:/home/username/folderAtRoot/node_modules/@types | c:/home/username/folderAtRoot/node_modules | | c:/home/username/folderAtRoot/folder1/node_modules/@types | c:/home/username/folderAtRoot/folder1/node_modules | @@ -1382,20 +1483,21 @@ Root: c:/home/username/folderAtRoot/folder1/folder2 ## RootDirForResolution: c:/home/username/folderAtRoot/folder1/folder2/folder3 -Root: c:/home/username/folderAtRoot/folder1/folder2/folder3 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | +| c:/folderAtRoot/node_modules/@types | c:/folderAtRoot/node_modules | | c:/folderAtRoot/folder1/node_modules/@types | c:/folderAtRoot/folder1/node_modules | | c:/folderAtRoot/folder1/folder2/node_modules/@types | c:/folderAtRoot/folder1/folder2/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/users/username/folderAtRoot/node_modules/@types | c:/users/username/folderAtRoot/node_modules | | c:/users/username/folderAtRoot/folder1/node_modules/@types | c:/users/username/folderAtRoot/folder1/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/user/node_modules/@types | c:/user/node_modules | | c:/user/username/node_modules/@types | c:/user/username/node_modules | | c:/user/username/folderAtRoot/node_modules/@types | c:/user/username/folderAtRoot/node_modules | | c:/user/username/folderAtRoot/folder1/node_modules/@types | c:/user/username/folderAtRoot/folder1/node_modules | @@ -1403,6 +1505,7 @@ Root: c:/home/username/folderAtRoot/folder1/folder2/folder3 | c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/usr/node_modules/@types | c:/usr/node_modules | | c:/usr/username/node_modules/@types | c:/usr/username/node_modules | | c:/usr/username/folderAtRoot/node_modules/@types | c:/usr/username/folderAtRoot/node_modules | | c:/usr/username/folderAtRoot/folder1/node_modules/@types | c:/usr/username/folderAtRoot/folder1/node_modules | @@ -1410,6 +1513,7 @@ Root: c:/home/username/folderAtRoot/folder1/folder2/folder3 | c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/home/node_modules/@types | c:/home/node_modules | | c:/home/username/node_modules/@types | c:/home/username/node_modules | | c:/home/username/folderAtRoot/node_modules/@types | c:/home/username/folderAtRoot/node_modules | | c:/home/username/folderAtRoot/folder1/node_modules/@types | c:/home/username/folderAtRoot/folder1/node_modules | @@ -1420,20 +1524,21 @@ Root: c:/home/username/folderAtRoot/folder1/folder2/folder3 ## RootDirForResolution: c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4 -Root: c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | +| c:/folderAtRoot/node_modules/@types | c:/folderAtRoot/node_modules | | c:/folderAtRoot/folder1/node_modules/@types | c:/folderAtRoot/folder1/node_modules | | c:/folderAtRoot/folder1/folder2/node_modules/@types | c:/folderAtRoot/folder1/folder2/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/users/username/folderAtRoot/node_modules/@types | c:/users/username/folderAtRoot/node_modules | | c:/users/username/folderAtRoot/folder1/node_modules/@types | c:/users/username/folderAtRoot/folder1/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/user/node_modules/@types | c:/user/node_modules | | c:/user/username/node_modules/@types | c:/user/username/node_modules | | c:/user/username/folderAtRoot/node_modules/@types | c:/user/username/folderAtRoot/node_modules | | c:/user/username/folderAtRoot/folder1/node_modules/@types | c:/user/username/folderAtRoot/folder1/node_modules | @@ -1441,6 +1546,7 @@ Root: c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4 | c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/usr/node_modules/@types | c:/usr/node_modules | | c:/usr/username/node_modules/@types | c:/usr/username/node_modules | | c:/usr/username/folderAtRoot/node_modules/@types | c:/usr/username/folderAtRoot/node_modules | | c:/usr/username/folderAtRoot/folder1/node_modules/@types | c:/usr/username/folderAtRoot/folder1/node_modules | @@ -1448,6 +1554,7 @@ Root: c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4 | c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/home/node_modules/@types | c:/home/node_modules | | c:/home/username/node_modules/@types | c:/home/username/node_modules | | c:/home/username/folderAtRoot/node_modules/@types | c:/home/username/folderAtRoot/node_modules | | c:/home/username/folderAtRoot/folder1/node_modules/@types | c:/home/username/folderAtRoot/folder1/node_modules | @@ -1458,20 +1565,21 @@ Root: c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4 ## RootDirForResolution: c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 -Root: c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | +| c:/folderAtRoot/node_modules/@types | c:/folderAtRoot/node_modules | | c:/folderAtRoot/folder1/node_modules/@types | c:/folderAtRoot/folder1/node_modules | | c:/folderAtRoot/folder1/folder2/node_modules/@types | c:/folderAtRoot/folder1/folder2/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/users/username/folderAtRoot/node_modules/@types | c:/users/username/folderAtRoot/node_modules | | c:/users/username/folderAtRoot/folder1/node_modules/@types | c:/users/username/folderAtRoot/folder1/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/user/node_modules/@types | c:/user/node_modules | | c:/user/username/node_modules/@types | c:/user/username/node_modules | | c:/user/username/folderAtRoot/node_modules/@types | c:/user/username/folderAtRoot/node_modules | | c:/user/username/folderAtRoot/folder1/node_modules/@types | c:/user/username/folderAtRoot/folder1/node_modules | @@ -1479,6 +1587,7 @@ Root: c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/usr/node_modules/@types | c:/usr/node_modules | | c:/usr/username/node_modules/@types | c:/usr/username/node_modules | | c:/usr/username/folderAtRoot/node_modules/@types | c:/usr/username/folderAtRoot/node_modules | | c:/usr/username/folderAtRoot/folder1/node_modules/@types | c:/usr/username/folderAtRoot/folder1/node_modules | @@ -1486,6 +1595,7 @@ Root: c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| c:/home/node_modules/@types | c:/home/node_modules | | c:/home/username/node_modules/@types | c:/home/username/node_modules | | c:/home/username/folderAtRoot/node_modules/@types | c:/home/username/folderAtRoot/node_modules | | c:/home/username/folderAtRoot/folder1/node_modules/@types | c:/home/username/folderAtRoot/folder1/node_modules | @@ -1494,41 +1604,3 @@ Root: c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | -## RootDirForResolution: undefined - -Root: undefined - -| Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | -| ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | -| c:/folderAtRoot/folder1/node_modules/@types | c:/folderAtRoot/folder1/node_modules | -| c:/folderAtRoot/folder1/folder2/node_modules/@types | c:/folderAtRoot/folder1/folder2/node_modules | -| c:/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/node_modules | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| c:/users/username/folderAtRoot/folder1/node_modules/@types | c:/users/username/folderAtRoot/folder1/node_modules | -| c:/users/username/folderAtRoot/folder1/folder2/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/node_modules | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| c:/user/username/node_modules/@types | c:/user/username/node_modules | -| c:/user/username/folderAtRoot/node_modules/@types | c:/user/username/folderAtRoot/node_modules | -| c:/user/username/folderAtRoot/folder1/node_modules/@types | c:/user/username/folderAtRoot/folder1/node_modules | -| c:/user/username/folderAtRoot/folder1/folder2/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/node_modules | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| c:/usr/username/node_modules/@types | c:/usr/username/node_modules | -| c:/usr/username/folderAtRoot/node_modules/@types | c:/usr/username/folderAtRoot/node_modules | -| c:/usr/username/folderAtRoot/folder1/node_modules/@types | c:/usr/username/folderAtRoot/folder1/node_modules | -| c:/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/node_modules | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| c:/home/username/node_modules/@types | c:/home/username/node_modules | -| c:/home/username/folderAtRoot/node_modules/@types | c:/home/username/folderAtRoot/node_modules | -| c:/home/username/folderAtRoot/folder1/node_modules/@types | c:/home/username/folderAtRoot/folder1/node_modules | -| c:/home/username/folderAtRoot/folder1/folder2/node_modules/@types | c:/home/username/folderAtRoot/folder1/folder2/node_modules | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | c:/home/username/folderAtRoot/folder1/folder2/folder3/node_modules | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | - diff --git a/tests/baselines/reference/canWatch/getDirectoryToWatchFailedLookupLocationFromTypeRootPosix.baseline.md b/tests/baselines/reference/canWatch/getDirectoryToWatchFailedLookupLocationFromTypeRootPosix.baseline.md index fa07fbe9c327e..9b40032544de9 100644 --- a/tests/baselines/reference/canWatch/getDirectoryToWatchFailedLookupLocationFromTypeRootPosix.baseline.md +++ b/tests/baselines/reference/canWatch/getDirectoryToWatchFailedLookupLocationFromTypeRootPosix.baseline.md @@ -7,59 +7,64 @@ Since this is invoked only when watching default typeRoot and is used to handle ## RootDirForResolution: / -Root: - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | -| /folderAtRoot/folder1/folder2/folder3/node_modules/@types | | -| /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | | -| /users/username/folderAtRoot/folder1/node_modules/@types | | -| /users/username/folderAtRoot/folder1/folder2/node_modules/@types | | -| /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | | -| /user/username/folderAtRoot/folder1/node_modules/@types | | -| /user/username/folderAtRoot/folder1/folder2/node_modules/@types | | -| /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | | -| /usr/username/folderAtRoot/folder1/node_modules/@types | | -| /usr/username/folderAtRoot/folder1/folder2/node_modules/@types | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | | -| /home/username/folderAtRoot/folder1/node_modules/@types | | -| /home/username/folderAtRoot/folder1/folder2/node_modules/@types | | -| /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | | +| /folderAtRoot/folder1/folder2/node_modules/@types | / | +| /folderAtRoot/folder1/folder2/folder3/node_modules/@types | / | +| /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | / | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | / | +| /users/username/folderAtRoot/node_modules/@types | / | +| /users/username/folderAtRoot/folder1/node_modules/@types | / | +| /users/username/folderAtRoot/folder1/folder2/node_modules/@types | / | +| /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | / | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | / | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | / | +| /user/username/folderAtRoot/node_modules/@types | / | +| /user/username/folderAtRoot/folder1/node_modules/@types | / | +| /user/username/folderAtRoot/folder1/folder2/node_modules/@types | / | +| /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | / | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | / | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | / | +| /usr/username/folderAtRoot/node_modules/@types | / | +| /usr/username/folderAtRoot/folder1/node_modules/@types | / | +| /usr/username/folderAtRoot/folder1/folder2/node_modules/@types | / | +| /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | / | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | / | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | / | +| /home/username/folderAtRoot/node_modules/@types | / | +| /home/username/folderAtRoot/folder1/node_modules/@types | / | +| /home/username/folderAtRoot/folder1/folder2/node_modules/@types | / | +| /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | / | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | / | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | / | ## RootDirForResolution: /folderAtRoot -Root: /folderAtRoot - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | -| /folderAtRoot/node_modules/@types | /folderAtRoot | +| /folderAtRoot/folder1/folder2/node_modules/@types | /folderAtRoot | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types | /folderAtRoot | | /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /folderAtRoot | | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /folderAtRoot | +| /users/username/folderAtRoot/node_modules/@types | /users/username/folderAtRoot/node_modules | | /users/username/folderAtRoot/folder1/node_modules/@types | /users/username/folderAtRoot/folder1/node_modules | | /users/username/folderAtRoot/folder1/folder2/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /user/username/folderAtRoot/node_modules/@types | /user/username/folderAtRoot/node_modules | | /user/username/folderAtRoot/folder1/node_modules/@types | /user/username/folderAtRoot/folder1/node_modules | | /user/username/folderAtRoot/folder1/folder2/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /usr/username/folderAtRoot/node_modules/@types | /usr/username/folderAtRoot/node_modules | | /usr/username/folderAtRoot/folder1/node_modules/@types | /usr/username/folderAtRoot/folder1/node_modules | | /usr/username/folderAtRoot/folder1/folder2/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /home/username/folderAtRoot/node_modules/@types | /home/username/folderAtRoot/node_modules | | /home/username/folderAtRoot/folder1/node_modules/@types | /home/username/folderAtRoot/folder1/node_modules | | /home/username/folderAtRoot/folder1/folder2/node_modules/@types | /home/username/folderAtRoot/folder1/folder2/node_modules | | /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /home/username/folderAtRoot/folder1/folder2/folder3/node_modules | @@ -68,29 +73,31 @@ Root: /folderAtRoot ## RootDirForResolution: /folderAtRoot/folder1 -Root: /folderAtRoot/folder1 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | -| /folderAtRoot/folder1/node_modules/@types | /folderAtRoot/folder1 | +| /folderAtRoot/folder1/folder2/node_modules/@types | /folderAtRoot/folder1 | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types | /folderAtRoot/folder1 | | /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /folderAtRoot/folder1 | | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /folderAtRoot/folder1 | +| /users/username/folderAtRoot/node_modules/@types | /users/username/folderAtRoot/node_modules | | /users/username/folderAtRoot/folder1/node_modules/@types | /users/username/folderAtRoot/folder1/node_modules | | /users/username/folderAtRoot/folder1/folder2/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /user/username/folderAtRoot/node_modules/@types | /user/username/folderAtRoot/node_modules | | /user/username/folderAtRoot/folder1/node_modules/@types | /user/username/folderAtRoot/folder1/node_modules | | /user/username/folderAtRoot/folder1/folder2/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /usr/username/folderAtRoot/node_modules/@types | /usr/username/folderAtRoot/node_modules | | /usr/username/folderAtRoot/folder1/node_modules/@types | /usr/username/folderAtRoot/folder1/node_modules | | /usr/username/folderAtRoot/folder1/folder2/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /home/username/folderAtRoot/node_modules/@types | /home/username/folderAtRoot/node_modules | | /home/username/folderAtRoot/folder1/node_modules/@types | /home/username/folderAtRoot/folder1/node_modules | | /home/username/folderAtRoot/folder1/folder2/node_modules/@types | /home/username/folderAtRoot/folder1/folder2/node_modules | | /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /home/username/folderAtRoot/folder1/folder2/folder3/node_modules | @@ -99,29 +106,31 @@ Root: /folderAtRoot/folder1 ## RootDirForResolution: /folderAtRoot/folder1/folder2 -Root: /folderAtRoot/folder1/folder2 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | | /folderAtRoot/folder1/folder2/node_modules/@types | /folderAtRoot/folder1/folder2 | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types | /folderAtRoot/folder1/folder2 | | /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /folderAtRoot/folder1/folder2 | | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /folderAtRoot/folder1/folder2 | +| /users/username/folderAtRoot/node_modules/@types | /users/username/folderAtRoot/node_modules | | /users/username/folderAtRoot/folder1/node_modules/@types | /users/username/folderAtRoot/folder1/node_modules | | /users/username/folderAtRoot/folder1/folder2/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /user/username/folderAtRoot/node_modules/@types | /user/username/folderAtRoot/node_modules | | /user/username/folderAtRoot/folder1/node_modules/@types | /user/username/folderAtRoot/folder1/node_modules | | /user/username/folderAtRoot/folder1/folder2/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /usr/username/folderAtRoot/node_modules/@types | /usr/username/folderAtRoot/node_modules | | /usr/username/folderAtRoot/folder1/node_modules/@types | /usr/username/folderAtRoot/folder1/node_modules | | /usr/username/folderAtRoot/folder1/folder2/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /home/username/folderAtRoot/node_modules/@types | /home/username/folderAtRoot/node_modules | | /home/username/folderAtRoot/folder1/node_modules/@types | /home/username/folderAtRoot/folder1/node_modules | | /home/username/folderAtRoot/folder1/folder2/node_modules/@types | /home/username/folderAtRoot/folder1/folder2/node_modules | | /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /home/username/folderAtRoot/folder1/folder2/folder3/node_modules | @@ -130,28 +139,31 @@ Root: /folderAtRoot/folder1/folder2 ## RootDirForResolution: /folderAtRoot/folder1/folder2/folder3 -Root: /folderAtRoot/folder1/folder2/folder3 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | +| /folderAtRoot/folder1/folder2/node_modules/@types | /folderAtRoot/folder1/folder2/node_modules | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types | /folderAtRoot/folder1/folder2/folder3 | | /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /folderAtRoot/folder1/folder2/folder3 | | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /folderAtRoot/folder1/folder2/folder3 | +| /users/username/folderAtRoot/node_modules/@types | /users/username/folderAtRoot/node_modules | | /users/username/folderAtRoot/folder1/node_modules/@types | /users/username/folderAtRoot/folder1/node_modules | | /users/username/folderAtRoot/folder1/folder2/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /user/username/folderAtRoot/node_modules/@types | /user/username/folderAtRoot/node_modules | | /user/username/folderAtRoot/folder1/node_modules/@types | /user/username/folderAtRoot/folder1/node_modules | | /user/username/folderAtRoot/folder1/folder2/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /usr/username/folderAtRoot/node_modules/@types | /usr/username/folderAtRoot/node_modules | | /usr/username/folderAtRoot/folder1/node_modules/@types | /usr/username/folderAtRoot/folder1/node_modules | | /usr/username/folderAtRoot/folder1/folder2/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /home/username/folderAtRoot/node_modules/@types | /home/username/folderAtRoot/node_modules | | /home/username/folderAtRoot/folder1/node_modules/@types | /home/username/folderAtRoot/folder1/node_modules | | /home/username/folderAtRoot/folder1/folder2/node_modules/@types | /home/username/folderAtRoot/folder1/folder2/node_modules | | /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /home/username/folderAtRoot/folder1/folder2/folder3/node_modules | @@ -160,28 +172,31 @@ Root: /folderAtRoot/folder1/folder2/folder3 ## RootDirForResolution: /folderAtRoot/folder1/folder2/folder3/folder4 -Root: /folderAtRoot/folder1/folder2/folder3/folder4 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | +| /folderAtRoot/folder1/folder2/node_modules/@types | /folderAtRoot/folder1/folder2/node_modules | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/node_modules | | /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/folder4 | | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/folder4 | +| /users/username/folderAtRoot/node_modules/@types | /users/username/folderAtRoot/node_modules | | /users/username/folderAtRoot/folder1/node_modules/@types | /users/username/folderAtRoot/folder1/node_modules | | /users/username/folderAtRoot/folder1/folder2/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /user/username/folderAtRoot/node_modules/@types | /user/username/folderAtRoot/node_modules | | /user/username/folderAtRoot/folder1/node_modules/@types | /user/username/folderAtRoot/folder1/node_modules | | /user/username/folderAtRoot/folder1/folder2/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /usr/username/folderAtRoot/node_modules/@types | /usr/username/folderAtRoot/node_modules | | /usr/username/folderAtRoot/folder1/node_modules/@types | /usr/username/folderAtRoot/folder1/node_modules | | /usr/username/folderAtRoot/folder1/folder2/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /home/username/folderAtRoot/node_modules/@types | /home/username/folderAtRoot/node_modules | | /home/username/folderAtRoot/folder1/node_modules/@types | /home/username/folderAtRoot/folder1/node_modules | | /home/username/folderAtRoot/folder1/folder2/node_modules/@types | /home/username/folderAtRoot/folder1/folder2/node_modules | | /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /home/username/folderAtRoot/folder1/folder2/folder3/node_modules | @@ -190,28 +205,31 @@ Root: /folderAtRoot/folder1/folder2/folder3/folder4 ## RootDirForResolution: /folderAtRoot/folder1/folder2/folder3/folder4/folder5 -Root: /folderAtRoot/folder1/folder2/folder3/folder4/folder5 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | +| /folderAtRoot/folder1/folder2/node_modules/@types | /folderAtRoot/folder1/folder2/node_modules | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/node_modules | | /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/folder4/folder5 | +| /users/username/folderAtRoot/node_modules/@types | /users/username/folderAtRoot/node_modules | | /users/username/folderAtRoot/folder1/node_modules/@types | /users/username/folderAtRoot/folder1/node_modules | | /users/username/folderAtRoot/folder1/folder2/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /user/username/folderAtRoot/node_modules/@types | /user/username/folderAtRoot/node_modules | | /user/username/folderAtRoot/folder1/node_modules/@types | /user/username/folderAtRoot/folder1/node_modules | | /user/username/folderAtRoot/folder1/folder2/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /usr/username/folderAtRoot/node_modules/@types | /usr/username/folderAtRoot/node_modules | | /usr/username/folderAtRoot/folder1/node_modules/@types | /usr/username/folderAtRoot/folder1/node_modules | | /usr/username/folderAtRoot/folder1/folder2/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /home/username/folderAtRoot/node_modules/@types | /home/username/folderAtRoot/node_modules | | /home/username/folderAtRoot/folder1/node_modules/@types | /home/username/folderAtRoot/folder1/node_modules | | /home/username/folderAtRoot/folder1/folder2/node_modules/@types | /home/username/folderAtRoot/folder1/folder2/node_modules | | /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /home/username/folderAtRoot/folder1/folder2/folder3/node_modules | @@ -220,29 +238,31 @@ Root: /folderAtRoot/folder1/folder2/folder3/folder4/folder5 ## RootDirForResolution: /users -Root: /users - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | +| /folderAtRoot/folder1/folder2/node_modules/@types | /folderAtRoot/folder1/folder2/node_modules | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/node_modules | | /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| /users/node_modules/@types | /users | +| /users/username/folderAtRoot/node_modules/@types | /users | | /users/username/folderAtRoot/folder1/node_modules/@types | /users | | /users/username/folderAtRoot/folder1/folder2/node_modules/@types | /users | | /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /users | | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /users | | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /users | +| /user/username/folderAtRoot/node_modules/@types | /user/username/folderAtRoot/node_modules | | /user/username/folderAtRoot/folder1/node_modules/@types | /user/username/folderAtRoot/folder1/node_modules | | /user/username/folderAtRoot/folder1/folder2/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /usr/username/folderAtRoot/node_modules/@types | /usr/username/folderAtRoot/node_modules | | /usr/username/folderAtRoot/folder1/node_modules/@types | /usr/username/folderAtRoot/folder1/node_modules | | /usr/username/folderAtRoot/folder1/folder2/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /home/username/folderAtRoot/node_modules/@types | /home/username/folderAtRoot/node_modules | | /home/username/folderAtRoot/folder1/node_modules/@types | /home/username/folderAtRoot/folder1/node_modules | | /home/username/folderAtRoot/folder1/folder2/node_modules/@types | /home/username/folderAtRoot/folder1/folder2/node_modules | | /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /home/username/folderAtRoot/folder1/folder2/folder3/node_modules | @@ -251,29 +271,31 @@ Root: /users ## RootDirForResolution: /users/username -Root: /users/username - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | +| /folderAtRoot/folder1/folder2/node_modules/@types | /folderAtRoot/folder1/folder2/node_modules | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/node_modules | | /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| /users/username/node_modules/@types | /users/username | +| /users/username/folderAtRoot/node_modules/@types | /users/username | | /users/username/folderAtRoot/folder1/node_modules/@types | /users/username | | /users/username/folderAtRoot/folder1/folder2/node_modules/@types | /users/username | | /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /users/username | | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /users/username | | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /users/username | +| /user/username/folderAtRoot/node_modules/@types | /user/username/folderAtRoot/node_modules | | /user/username/folderAtRoot/folder1/node_modules/@types | /user/username/folderAtRoot/folder1/node_modules | | /user/username/folderAtRoot/folder1/folder2/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /usr/username/folderAtRoot/node_modules/@types | /usr/username/folderAtRoot/node_modules | | /usr/username/folderAtRoot/folder1/node_modules/@types | /usr/username/folderAtRoot/folder1/node_modules | | /usr/username/folderAtRoot/folder1/folder2/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /home/username/folderAtRoot/node_modules/@types | /home/username/folderAtRoot/node_modules | | /home/username/folderAtRoot/folder1/node_modules/@types | /home/username/folderAtRoot/folder1/node_modules | | /home/username/folderAtRoot/folder1/folder2/node_modules/@types | /home/username/folderAtRoot/folder1/folder2/node_modules | | /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /home/username/folderAtRoot/folder1/folder2/folder3/node_modules | @@ -282,10 +304,9 @@ Root: /users/username ## RootDirForResolution: /users/username/folderAtRoot -Root: /users/username/folderAtRoot - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | +| /folderAtRoot/folder1/folder2/node_modules/@types | /folderAtRoot/folder1/folder2/node_modules | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/node_modules | | /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | @@ -295,16 +316,19 @@ Root: /users/username/folderAtRoot | /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /users/username/folderAtRoot | | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /users/username/folderAtRoot | | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /users/username/folderAtRoot | +| /user/username/folderAtRoot/node_modules/@types | /user/username/folderAtRoot/node_modules | | /user/username/folderAtRoot/folder1/node_modules/@types | /user/username/folderAtRoot/folder1/node_modules | | /user/username/folderAtRoot/folder1/folder2/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /usr/username/folderAtRoot/node_modules/@types | /usr/username/folderAtRoot/node_modules | | /usr/username/folderAtRoot/folder1/node_modules/@types | /usr/username/folderAtRoot/folder1/node_modules | | /usr/username/folderAtRoot/folder1/folder2/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /home/username/folderAtRoot/node_modules/@types | /home/username/folderAtRoot/node_modules | | /home/username/folderAtRoot/folder1/node_modules/@types | /home/username/folderAtRoot/folder1/node_modules | | /home/username/folderAtRoot/folder1/folder2/node_modules/@types | /home/username/folderAtRoot/folder1/folder2/node_modules | | /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /home/username/folderAtRoot/folder1/folder2/folder3/node_modules | @@ -313,28 +337,31 @@ Root: /users/username/folderAtRoot ## RootDirForResolution: /users/username/folderAtRoot/folder1 -Root: /users/username/folderAtRoot/folder1 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | +| /folderAtRoot/folder1/folder2/node_modules/@types | /folderAtRoot/folder1/folder2/node_modules | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/node_modules | | /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /users/username/folderAtRoot/node_modules/@types | /users/username/folderAtRoot/node_modules | | /users/username/folderAtRoot/folder1/node_modules/@types | /users/username/folderAtRoot/folder1 | | /users/username/folderAtRoot/folder1/folder2/node_modules/@types | /users/username/folderAtRoot/folder1 | | /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /users/username/folderAtRoot/folder1 | | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /users/username/folderAtRoot/folder1 | | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /users/username/folderAtRoot/folder1 | +| /user/username/folderAtRoot/node_modules/@types | /user/username/folderAtRoot/node_modules | | /user/username/folderAtRoot/folder1/node_modules/@types | /user/username/folderAtRoot/folder1/node_modules | | /user/username/folderAtRoot/folder1/folder2/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /usr/username/folderAtRoot/node_modules/@types | /usr/username/folderAtRoot/node_modules | | /usr/username/folderAtRoot/folder1/node_modules/@types | /usr/username/folderAtRoot/folder1/node_modules | | /usr/username/folderAtRoot/folder1/folder2/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /home/username/folderAtRoot/node_modules/@types | /home/username/folderAtRoot/node_modules | | /home/username/folderAtRoot/folder1/node_modules/@types | /home/username/folderAtRoot/folder1/node_modules | | /home/username/folderAtRoot/folder1/folder2/node_modules/@types | /home/username/folderAtRoot/folder1/folder2/node_modules | | /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /home/username/folderAtRoot/folder1/folder2/folder3/node_modules | @@ -343,28 +370,31 @@ Root: /users/username/folderAtRoot/folder1 ## RootDirForResolution: /users/username/folderAtRoot/folder1/folder2 -Root: /users/username/folderAtRoot/folder1/folder2 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | +| /folderAtRoot/folder1/folder2/node_modules/@types | /folderAtRoot/folder1/folder2/node_modules | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/node_modules | | /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /users/username/folderAtRoot/node_modules/@types | /users/username/folderAtRoot/node_modules | | /users/username/folderAtRoot/folder1/node_modules/@types | /users/username/folderAtRoot/folder1/node_modules | | /users/username/folderAtRoot/folder1/folder2/node_modules/@types | /users/username/folderAtRoot/folder1/folder2 | | /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /users/username/folderAtRoot/folder1/folder2 | | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /users/username/folderAtRoot/folder1/folder2 | | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /users/username/folderAtRoot/folder1/folder2 | +| /user/username/folderAtRoot/node_modules/@types | /user/username/folderAtRoot/node_modules | | /user/username/folderAtRoot/folder1/node_modules/@types | /user/username/folderAtRoot/folder1/node_modules | | /user/username/folderAtRoot/folder1/folder2/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /usr/username/folderAtRoot/node_modules/@types | /usr/username/folderAtRoot/node_modules | | /usr/username/folderAtRoot/folder1/node_modules/@types | /usr/username/folderAtRoot/folder1/node_modules | | /usr/username/folderAtRoot/folder1/folder2/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /home/username/folderAtRoot/node_modules/@types | /home/username/folderAtRoot/node_modules | | /home/username/folderAtRoot/folder1/node_modules/@types | /home/username/folderAtRoot/folder1/node_modules | | /home/username/folderAtRoot/folder1/folder2/node_modules/@types | /home/username/folderAtRoot/folder1/folder2/node_modules | | /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /home/username/folderAtRoot/folder1/folder2/folder3/node_modules | @@ -373,28 +403,31 @@ Root: /users/username/folderAtRoot/folder1/folder2 ## RootDirForResolution: /users/username/folderAtRoot/folder1/folder2/folder3 -Root: /users/username/folderAtRoot/folder1/folder2/folder3 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | +| /folderAtRoot/folder1/folder2/node_modules/@types | /folderAtRoot/folder1/folder2/node_modules | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/node_modules | | /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /users/username/folderAtRoot/node_modules/@types | /users/username/folderAtRoot/node_modules | | /users/username/folderAtRoot/folder1/node_modules/@types | /users/username/folderAtRoot/folder1/node_modules | | /users/username/folderAtRoot/folder1/folder2/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3 | | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3 | | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3 | +| /user/username/folderAtRoot/node_modules/@types | /user/username/folderAtRoot/node_modules | | /user/username/folderAtRoot/folder1/node_modules/@types | /user/username/folderAtRoot/folder1/node_modules | | /user/username/folderAtRoot/folder1/folder2/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /usr/username/folderAtRoot/node_modules/@types | /usr/username/folderAtRoot/node_modules | | /usr/username/folderAtRoot/folder1/node_modules/@types | /usr/username/folderAtRoot/folder1/node_modules | | /usr/username/folderAtRoot/folder1/folder2/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /home/username/folderAtRoot/node_modules/@types | /home/username/folderAtRoot/node_modules | | /home/username/folderAtRoot/folder1/node_modules/@types | /home/username/folderAtRoot/folder1/node_modules | | /home/username/folderAtRoot/folder1/folder2/node_modules/@types | /home/username/folderAtRoot/folder1/folder2/node_modules | | /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /home/username/folderAtRoot/folder1/folder2/folder3/node_modules | @@ -403,28 +436,31 @@ Root: /users/username/folderAtRoot/folder1/folder2/folder3 ## RootDirForResolution: /users/username/folderAtRoot/folder1/folder2/folder3/folder4 -Root: /users/username/folderAtRoot/folder1/folder2/folder3/folder4 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | +| /folderAtRoot/folder1/folder2/node_modules/@types | /folderAtRoot/folder1/folder2/node_modules | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/node_modules | | /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /users/username/folderAtRoot/node_modules/@types | /users/username/folderAtRoot/node_modules | | /users/username/folderAtRoot/folder1/node_modules/@types | /users/username/folderAtRoot/folder1/node_modules | | /users/username/folderAtRoot/folder1/folder2/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/folder4 | | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/folder4 | +| /user/username/folderAtRoot/node_modules/@types | /user/username/folderAtRoot/node_modules | | /user/username/folderAtRoot/folder1/node_modules/@types | /user/username/folderAtRoot/folder1/node_modules | | /user/username/folderAtRoot/folder1/folder2/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /usr/username/folderAtRoot/node_modules/@types | /usr/username/folderAtRoot/node_modules | | /usr/username/folderAtRoot/folder1/node_modules/@types | /usr/username/folderAtRoot/folder1/node_modules | | /usr/username/folderAtRoot/folder1/folder2/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /home/username/folderAtRoot/node_modules/@types | /home/username/folderAtRoot/node_modules | | /home/username/folderAtRoot/folder1/node_modules/@types | /home/username/folderAtRoot/folder1/node_modules | | /home/username/folderAtRoot/folder1/folder2/node_modules/@types | /home/username/folderAtRoot/folder1/folder2/node_modules | | /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /home/username/folderAtRoot/folder1/folder2/folder3/node_modules | @@ -433,28 +469,31 @@ Root: /users/username/folderAtRoot/folder1/folder2/folder3/folder4 ## RootDirForResolution: /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 -Root: /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | +| /folderAtRoot/folder1/folder2/node_modules/@types | /folderAtRoot/folder1/folder2/node_modules | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/node_modules | | /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /users/username/folderAtRoot/node_modules/@types | /users/username/folderAtRoot/node_modules | | /users/username/folderAtRoot/folder1/node_modules/@types | /users/username/folderAtRoot/folder1/node_modules | | /users/username/folderAtRoot/folder1/folder2/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | +| /user/username/folderAtRoot/node_modules/@types | /user/username/folderAtRoot/node_modules | | /user/username/folderAtRoot/folder1/node_modules/@types | /user/username/folderAtRoot/folder1/node_modules | | /user/username/folderAtRoot/folder1/folder2/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /usr/username/folderAtRoot/node_modules/@types | /usr/username/folderAtRoot/node_modules | | /usr/username/folderAtRoot/folder1/node_modules/@types | /usr/username/folderAtRoot/folder1/node_modules | | /usr/username/folderAtRoot/folder1/folder2/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /home/username/folderAtRoot/node_modules/@types | /home/username/folderAtRoot/node_modules | | /home/username/folderAtRoot/folder1/node_modules/@types | /home/username/folderAtRoot/folder1/node_modules | | /home/username/folderAtRoot/folder1/folder2/node_modules/@types | /home/username/folderAtRoot/folder1/folder2/node_modules | | /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /home/username/folderAtRoot/folder1/folder2/folder3/node_modules | @@ -463,29 +502,31 @@ Root: /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 ## RootDirForResolution: /user -Root: /user - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | +| /folderAtRoot/folder1/folder2/node_modules/@types | /folderAtRoot/folder1/folder2/node_modules | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/node_modules | | /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /users/username/folderAtRoot/node_modules/@types | /users/username/folderAtRoot/node_modules | | /users/username/folderAtRoot/folder1/node_modules/@types | /users/username/folderAtRoot/folder1/node_modules | | /users/username/folderAtRoot/folder1/folder2/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| /user/node_modules/@types | /user | +| /user/username/folderAtRoot/node_modules/@types | /user | | /user/username/folderAtRoot/folder1/node_modules/@types | /user | | /user/username/folderAtRoot/folder1/folder2/node_modules/@types | /user | | /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /user | | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /user | | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /user | +| /usr/username/folderAtRoot/node_modules/@types | /usr/username/folderAtRoot/node_modules | | /usr/username/folderAtRoot/folder1/node_modules/@types | /usr/username/folderAtRoot/folder1/node_modules | | /usr/username/folderAtRoot/folder1/folder2/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /home/username/folderAtRoot/node_modules/@types | /home/username/folderAtRoot/node_modules | | /home/username/folderAtRoot/folder1/node_modules/@types | /home/username/folderAtRoot/folder1/node_modules | | /home/username/folderAtRoot/folder1/folder2/node_modules/@types | /home/username/folderAtRoot/folder1/folder2/node_modules | | /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /home/username/folderAtRoot/folder1/folder2/folder3/node_modules | @@ -494,29 +535,31 @@ Root: /user ## RootDirForResolution: /user/username -Root: /user/username - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | +| /folderAtRoot/folder1/folder2/node_modules/@types | /folderAtRoot/folder1/folder2/node_modules | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/node_modules | | /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /users/username/folderAtRoot/node_modules/@types | /users/username/folderAtRoot/node_modules | | /users/username/folderAtRoot/folder1/node_modules/@types | /users/username/folderAtRoot/folder1/node_modules | | /users/username/folderAtRoot/folder1/folder2/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| /user/username/node_modules/@types | /user/username | +| /user/username/folderAtRoot/node_modules/@types | /user/username | | /user/username/folderAtRoot/folder1/node_modules/@types | /user/username | | /user/username/folderAtRoot/folder1/folder2/node_modules/@types | /user/username | | /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /user/username | | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /user/username | | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /user/username | +| /usr/username/folderAtRoot/node_modules/@types | /usr/username/folderAtRoot/node_modules | | /usr/username/folderAtRoot/folder1/node_modules/@types | /usr/username/folderAtRoot/folder1/node_modules | | /usr/username/folderAtRoot/folder1/folder2/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /home/username/folderAtRoot/node_modules/@types | /home/username/folderAtRoot/node_modules | | /home/username/folderAtRoot/folder1/node_modules/@types | /home/username/folderAtRoot/folder1/node_modules | | /home/username/folderAtRoot/folder1/folder2/node_modules/@types | /home/username/folderAtRoot/folder1/folder2/node_modules | | /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /home/username/folderAtRoot/folder1/folder2/folder3/node_modules | @@ -525,13 +568,13 @@ Root: /user/username ## RootDirForResolution: /user/username/folderAtRoot -Root: /user/username/folderAtRoot - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | +| /folderAtRoot/folder1/folder2/node_modules/@types | /folderAtRoot/folder1/folder2/node_modules | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/node_modules | | /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /users/username/folderAtRoot/node_modules/@types | /users/username/folderAtRoot/node_modules | | /users/username/folderAtRoot/folder1/node_modules/@types | /users/username/folderAtRoot/folder1/node_modules | | /users/username/folderAtRoot/folder1/folder2/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/node_modules | @@ -543,11 +586,13 @@ Root: /user/username/folderAtRoot | /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /user/username/folderAtRoot | | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /user/username/folderAtRoot | | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /user/username/folderAtRoot | +| /usr/username/folderAtRoot/node_modules/@types | /usr/username/folderAtRoot/node_modules | | /usr/username/folderAtRoot/folder1/node_modules/@types | /usr/username/folderAtRoot/folder1/node_modules | | /usr/username/folderAtRoot/folder1/folder2/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /home/username/folderAtRoot/node_modules/@types | /home/username/folderAtRoot/node_modules | | /home/username/folderAtRoot/folder1/node_modules/@types | /home/username/folderAtRoot/folder1/node_modules | | /home/username/folderAtRoot/folder1/folder2/node_modules/@types | /home/username/folderAtRoot/folder1/folder2/node_modules | | /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /home/username/folderAtRoot/folder1/folder2/folder3/node_modules | @@ -556,28 +601,31 @@ Root: /user/username/folderAtRoot ## RootDirForResolution: /user/username/folderAtRoot/folder1 -Root: /user/username/folderAtRoot/folder1 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | +| /folderAtRoot/folder1/folder2/node_modules/@types | /folderAtRoot/folder1/folder2/node_modules | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/node_modules | | /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /users/username/folderAtRoot/node_modules/@types | /users/username/folderAtRoot/node_modules | | /users/username/folderAtRoot/folder1/node_modules/@types | /users/username/folderAtRoot/folder1/node_modules | | /users/username/folderAtRoot/folder1/folder2/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /user/username/folderAtRoot/node_modules/@types | /user/username/folderAtRoot/node_modules | | /user/username/folderAtRoot/folder1/node_modules/@types | /user/username/folderAtRoot/folder1 | | /user/username/folderAtRoot/folder1/folder2/node_modules/@types | /user/username/folderAtRoot/folder1 | | /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /user/username/folderAtRoot/folder1 | | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /user/username/folderAtRoot/folder1 | | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /user/username/folderAtRoot/folder1 | +| /usr/username/folderAtRoot/node_modules/@types | /usr/username/folderAtRoot/node_modules | | /usr/username/folderAtRoot/folder1/node_modules/@types | /usr/username/folderAtRoot/folder1/node_modules | | /usr/username/folderAtRoot/folder1/folder2/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /home/username/folderAtRoot/node_modules/@types | /home/username/folderAtRoot/node_modules | | /home/username/folderAtRoot/folder1/node_modules/@types | /home/username/folderAtRoot/folder1/node_modules | | /home/username/folderAtRoot/folder1/folder2/node_modules/@types | /home/username/folderAtRoot/folder1/folder2/node_modules | | /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /home/username/folderAtRoot/folder1/folder2/folder3/node_modules | @@ -586,28 +634,31 @@ Root: /user/username/folderAtRoot/folder1 ## RootDirForResolution: /user/username/folderAtRoot/folder1/folder2 -Root: /user/username/folderAtRoot/folder1/folder2 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | +| /folderAtRoot/folder1/folder2/node_modules/@types | /folderAtRoot/folder1/folder2/node_modules | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/node_modules | | /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /users/username/folderAtRoot/node_modules/@types | /users/username/folderAtRoot/node_modules | | /users/username/folderAtRoot/folder1/node_modules/@types | /users/username/folderAtRoot/folder1/node_modules | | /users/username/folderAtRoot/folder1/folder2/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /user/username/folderAtRoot/node_modules/@types | /user/username/folderAtRoot/node_modules | | /user/username/folderAtRoot/folder1/node_modules/@types | /user/username/folderAtRoot/folder1/node_modules | | /user/username/folderAtRoot/folder1/folder2/node_modules/@types | /user/username/folderAtRoot/folder1/folder2 | | /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /user/username/folderAtRoot/folder1/folder2 | | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /user/username/folderAtRoot/folder1/folder2 | | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /user/username/folderAtRoot/folder1/folder2 | +| /usr/username/folderAtRoot/node_modules/@types | /usr/username/folderAtRoot/node_modules | | /usr/username/folderAtRoot/folder1/node_modules/@types | /usr/username/folderAtRoot/folder1/node_modules | | /usr/username/folderAtRoot/folder1/folder2/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /home/username/folderAtRoot/node_modules/@types | /home/username/folderAtRoot/node_modules | | /home/username/folderAtRoot/folder1/node_modules/@types | /home/username/folderAtRoot/folder1/node_modules | | /home/username/folderAtRoot/folder1/folder2/node_modules/@types | /home/username/folderAtRoot/folder1/folder2/node_modules | | /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /home/username/folderAtRoot/folder1/folder2/folder3/node_modules | @@ -616,28 +667,31 @@ Root: /user/username/folderAtRoot/folder1/folder2 ## RootDirForResolution: /user/username/folderAtRoot/folder1/folder2/folder3 -Root: /user/username/folderAtRoot/folder1/folder2/folder3 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | +| /folderAtRoot/folder1/folder2/node_modules/@types | /folderAtRoot/folder1/folder2/node_modules | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/node_modules | | /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /users/username/folderAtRoot/node_modules/@types | /users/username/folderAtRoot/node_modules | | /users/username/folderAtRoot/folder1/node_modules/@types | /users/username/folderAtRoot/folder1/node_modules | | /users/username/folderAtRoot/folder1/folder2/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /user/username/folderAtRoot/node_modules/@types | /user/username/folderAtRoot/node_modules | | /user/username/folderAtRoot/folder1/node_modules/@types | /user/username/folderAtRoot/folder1/node_modules | | /user/username/folderAtRoot/folder1/folder2/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3 | | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3 | | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3 | +| /usr/username/folderAtRoot/node_modules/@types | /usr/username/folderAtRoot/node_modules | | /usr/username/folderAtRoot/folder1/node_modules/@types | /usr/username/folderAtRoot/folder1/node_modules | | /usr/username/folderAtRoot/folder1/folder2/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /home/username/folderAtRoot/node_modules/@types | /home/username/folderAtRoot/node_modules | | /home/username/folderAtRoot/folder1/node_modules/@types | /home/username/folderAtRoot/folder1/node_modules | | /home/username/folderAtRoot/folder1/folder2/node_modules/@types | /home/username/folderAtRoot/folder1/folder2/node_modules | | /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /home/username/folderAtRoot/folder1/folder2/folder3/node_modules | @@ -646,28 +700,31 @@ Root: /user/username/folderAtRoot/folder1/folder2/folder3 ## RootDirForResolution: /user/username/folderAtRoot/folder1/folder2/folder3/folder4 -Root: /user/username/folderAtRoot/folder1/folder2/folder3/folder4 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | +| /folderAtRoot/folder1/folder2/node_modules/@types | /folderAtRoot/folder1/folder2/node_modules | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/node_modules | | /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /users/username/folderAtRoot/node_modules/@types | /users/username/folderAtRoot/node_modules | | /users/username/folderAtRoot/folder1/node_modules/@types | /users/username/folderAtRoot/folder1/node_modules | | /users/username/folderAtRoot/folder1/folder2/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /user/username/folderAtRoot/node_modules/@types | /user/username/folderAtRoot/node_modules | | /user/username/folderAtRoot/folder1/node_modules/@types | /user/username/folderAtRoot/folder1/node_modules | | /user/username/folderAtRoot/folder1/folder2/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/folder4 | | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/folder4 | +| /usr/username/folderAtRoot/node_modules/@types | /usr/username/folderAtRoot/node_modules | | /usr/username/folderAtRoot/folder1/node_modules/@types | /usr/username/folderAtRoot/folder1/node_modules | | /usr/username/folderAtRoot/folder1/folder2/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /home/username/folderAtRoot/node_modules/@types | /home/username/folderAtRoot/node_modules | | /home/username/folderAtRoot/folder1/node_modules/@types | /home/username/folderAtRoot/folder1/node_modules | | /home/username/folderAtRoot/folder1/folder2/node_modules/@types | /home/username/folderAtRoot/folder1/folder2/node_modules | | /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /home/username/folderAtRoot/folder1/folder2/folder3/node_modules | @@ -676,28 +733,31 @@ Root: /user/username/folderAtRoot/folder1/folder2/folder3/folder4 ## RootDirForResolution: /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 -Root: /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | +| /folderAtRoot/folder1/folder2/node_modules/@types | /folderAtRoot/folder1/folder2/node_modules | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/node_modules | | /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /users/username/folderAtRoot/node_modules/@types | /users/username/folderAtRoot/node_modules | | /users/username/folderAtRoot/folder1/node_modules/@types | /users/username/folderAtRoot/folder1/node_modules | | /users/username/folderAtRoot/folder1/folder2/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /user/username/folderAtRoot/node_modules/@types | /user/username/folderAtRoot/node_modules | | /user/username/folderAtRoot/folder1/node_modules/@types | /user/username/folderAtRoot/folder1/node_modules | | /user/username/folderAtRoot/folder1/folder2/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | +| /usr/username/folderAtRoot/node_modules/@types | /usr/username/folderAtRoot/node_modules | | /usr/username/folderAtRoot/folder1/node_modules/@types | /usr/username/folderAtRoot/folder1/node_modules | | /usr/username/folderAtRoot/folder1/folder2/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /home/username/folderAtRoot/node_modules/@types | /home/username/folderAtRoot/node_modules | | /home/username/folderAtRoot/folder1/node_modules/@types | /home/username/folderAtRoot/folder1/node_modules | | /home/username/folderAtRoot/folder1/folder2/node_modules/@types | /home/username/folderAtRoot/folder1/folder2/node_modules | | /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /home/username/folderAtRoot/folder1/folder2/folder3/node_modules | @@ -706,29 +766,31 @@ Root: /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 ## RootDirForResolution: /usr -Root: /usr - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | +| /folderAtRoot/folder1/folder2/node_modules/@types | /folderAtRoot/folder1/folder2/node_modules | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/node_modules | | /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /users/username/folderAtRoot/node_modules/@types | /users/username/folderAtRoot/node_modules | | /users/username/folderAtRoot/folder1/node_modules/@types | /users/username/folderAtRoot/folder1/node_modules | | /users/username/folderAtRoot/folder1/folder2/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /user/username/folderAtRoot/node_modules/@types | /user/username/folderAtRoot/node_modules | | /user/username/folderAtRoot/folder1/node_modules/@types | /user/username/folderAtRoot/folder1/node_modules | | /user/username/folderAtRoot/folder1/folder2/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| /usr/node_modules/@types | /usr | +| /usr/username/folderAtRoot/node_modules/@types | /usr | | /usr/username/folderAtRoot/folder1/node_modules/@types | /usr | | /usr/username/folderAtRoot/folder1/folder2/node_modules/@types | /usr | | /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /usr | | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /usr | | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /usr | +| /home/username/folderAtRoot/node_modules/@types | /home/username/folderAtRoot/node_modules | | /home/username/folderAtRoot/folder1/node_modules/@types | /home/username/folderAtRoot/folder1/node_modules | | /home/username/folderAtRoot/folder1/folder2/node_modules/@types | /home/username/folderAtRoot/folder1/folder2/node_modules | | /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /home/username/folderAtRoot/folder1/folder2/folder3/node_modules | @@ -737,29 +799,31 @@ Root: /usr ## RootDirForResolution: /usr/username -Root: /usr/username - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | +| /folderAtRoot/folder1/folder2/node_modules/@types | /folderAtRoot/folder1/folder2/node_modules | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/node_modules | | /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /users/username/folderAtRoot/node_modules/@types | /users/username/folderAtRoot/node_modules | | /users/username/folderAtRoot/folder1/node_modules/@types | /users/username/folderAtRoot/folder1/node_modules | | /users/username/folderAtRoot/folder1/folder2/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /user/username/folderAtRoot/node_modules/@types | /user/username/folderAtRoot/node_modules | | /user/username/folderAtRoot/folder1/node_modules/@types | /user/username/folderAtRoot/folder1/node_modules | | /user/username/folderAtRoot/folder1/folder2/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| /usr/username/node_modules/@types | /usr/username | +| /usr/username/folderAtRoot/node_modules/@types | /usr/username | | /usr/username/folderAtRoot/folder1/node_modules/@types | /usr/username | | /usr/username/folderAtRoot/folder1/folder2/node_modules/@types | /usr/username | | /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /usr/username | | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /usr/username | | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /usr/username | +| /home/username/folderAtRoot/node_modules/@types | /home/username/folderAtRoot/node_modules | | /home/username/folderAtRoot/folder1/node_modules/@types | /home/username/folderAtRoot/folder1/node_modules | | /home/username/folderAtRoot/folder1/folder2/node_modules/@types | /home/username/folderAtRoot/folder1/folder2/node_modules | | /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /home/username/folderAtRoot/folder1/folder2/folder3/node_modules | @@ -768,18 +832,19 @@ Root: /usr/username ## RootDirForResolution: /usr/username/folderAtRoot -Root: /usr/username/folderAtRoot - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | +| /folderAtRoot/folder1/folder2/node_modules/@types | /folderAtRoot/folder1/folder2/node_modules | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/node_modules | | /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /users/username/folderAtRoot/node_modules/@types | /users/username/folderAtRoot/node_modules | | /users/username/folderAtRoot/folder1/node_modules/@types | /users/username/folderAtRoot/folder1/node_modules | | /users/username/folderAtRoot/folder1/folder2/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /user/username/folderAtRoot/node_modules/@types | /user/username/folderAtRoot/node_modules | | /user/username/folderAtRoot/folder1/node_modules/@types | /user/username/folderAtRoot/folder1/node_modules | | /user/username/folderAtRoot/folder1/folder2/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/node_modules | @@ -791,6 +856,7 @@ Root: /usr/username/folderAtRoot | /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /usr/username/folderAtRoot | | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /usr/username/folderAtRoot | | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /usr/username/folderAtRoot | +| /home/username/folderAtRoot/node_modules/@types | /home/username/folderAtRoot/node_modules | | /home/username/folderAtRoot/folder1/node_modules/@types | /home/username/folderAtRoot/folder1/node_modules | | /home/username/folderAtRoot/folder1/folder2/node_modules/@types | /home/username/folderAtRoot/folder1/folder2/node_modules | | /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /home/username/folderAtRoot/folder1/folder2/folder3/node_modules | @@ -799,28 +865,31 @@ Root: /usr/username/folderAtRoot ## RootDirForResolution: /usr/username/folderAtRoot/folder1 -Root: /usr/username/folderAtRoot/folder1 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | +| /folderAtRoot/folder1/folder2/node_modules/@types | /folderAtRoot/folder1/folder2/node_modules | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/node_modules | | /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /users/username/folderAtRoot/node_modules/@types | /users/username/folderAtRoot/node_modules | | /users/username/folderAtRoot/folder1/node_modules/@types | /users/username/folderAtRoot/folder1/node_modules | | /users/username/folderAtRoot/folder1/folder2/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /user/username/folderAtRoot/node_modules/@types | /user/username/folderAtRoot/node_modules | | /user/username/folderAtRoot/folder1/node_modules/@types | /user/username/folderAtRoot/folder1/node_modules | | /user/username/folderAtRoot/folder1/folder2/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /usr/username/folderAtRoot/node_modules/@types | /usr/username/folderAtRoot/node_modules | | /usr/username/folderAtRoot/folder1/node_modules/@types | /usr/username/folderAtRoot/folder1 | | /usr/username/folderAtRoot/folder1/folder2/node_modules/@types | /usr/username/folderAtRoot/folder1 | | /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /usr/username/folderAtRoot/folder1 | | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /usr/username/folderAtRoot/folder1 | | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /usr/username/folderAtRoot/folder1 | +| /home/username/folderAtRoot/node_modules/@types | /home/username/folderAtRoot/node_modules | | /home/username/folderAtRoot/folder1/node_modules/@types | /home/username/folderAtRoot/folder1/node_modules | | /home/username/folderAtRoot/folder1/folder2/node_modules/@types | /home/username/folderAtRoot/folder1/folder2/node_modules | | /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /home/username/folderAtRoot/folder1/folder2/folder3/node_modules | @@ -829,28 +898,31 @@ Root: /usr/username/folderAtRoot/folder1 ## RootDirForResolution: /usr/username/folderAtRoot/folder1/folder2 -Root: /usr/username/folderAtRoot/folder1/folder2 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | +| /folderAtRoot/folder1/folder2/node_modules/@types | /folderAtRoot/folder1/folder2/node_modules | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/node_modules | | /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /users/username/folderAtRoot/node_modules/@types | /users/username/folderAtRoot/node_modules | | /users/username/folderAtRoot/folder1/node_modules/@types | /users/username/folderAtRoot/folder1/node_modules | | /users/username/folderAtRoot/folder1/folder2/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /user/username/folderAtRoot/node_modules/@types | /user/username/folderAtRoot/node_modules | | /user/username/folderAtRoot/folder1/node_modules/@types | /user/username/folderAtRoot/folder1/node_modules | | /user/username/folderAtRoot/folder1/folder2/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /usr/username/folderAtRoot/node_modules/@types | /usr/username/folderAtRoot/node_modules | | /usr/username/folderAtRoot/folder1/node_modules/@types | /usr/username/folderAtRoot/folder1/node_modules | | /usr/username/folderAtRoot/folder1/folder2/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2 | | /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2 | | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2 | | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2 | +| /home/username/folderAtRoot/node_modules/@types | /home/username/folderAtRoot/node_modules | | /home/username/folderAtRoot/folder1/node_modules/@types | /home/username/folderAtRoot/folder1/node_modules | | /home/username/folderAtRoot/folder1/folder2/node_modules/@types | /home/username/folderAtRoot/folder1/folder2/node_modules | | /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /home/username/folderAtRoot/folder1/folder2/folder3/node_modules | @@ -859,28 +931,31 @@ Root: /usr/username/folderAtRoot/folder1/folder2 ## RootDirForResolution: /usr/username/folderAtRoot/folder1/folder2/folder3 -Root: /usr/username/folderAtRoot/folder1/folder2/folder3 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | +| /folderAtRoot/folder1/folder2/node_modules/@types | /folderAtRoot/folder1/folder2/node_modules | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/node_modules | | /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /users/username/folderAtRoot/node_modules/@types | /users/username/folderAtRoot/node_modules | | /users/username/folderAtRoot/folder1/node_modules/@types | /users/username/folderAtRoot/folder1/node_modules | | /users/username/folderAtRoot/folder1/folder2/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /user/username/folderAtRoot/node_modules/@types | /user/username/folderAtRoot/node_modules | | /user/username/folderAtRoot/folder1/node_modules/@types | /user/username/folderAtRoot/folder1/node_modules | | /user/username/folderAtRoot/folder1/folder2/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /usr/username/folderAtRoot/node_modules/@types | /usr/username/folderAtRoot/node_modules | | /usr/username/folderAtRoot/folder1/node_modules/@types | /usr/username/folderAtRoot/folder1/node_modules | | /usr/username/folderAtRoot/folder1/folder2/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3 | | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3 | | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3 | +| /home/username/folderAtRoot/node_modules/@types | /home/username/folderAtRoot/node_modules | | /home/username/folderAtRoot/folder1/node_modules/@types | /home/username/folderAtRoot/folder1/node_modules | | /home/username/folderAtRoot/folder1/folder2/node_modules/@types | /home/username/folderAtRoot/folder1/folder2/node_modules | | /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /home/username/folderAtRoot/folder1/folder2/folder3/node_modules | @@ -889,28 +964,31 @@ Root: /usr/username/folderAtRoot/folder1/folder2/folder3 ## RootDirForResolution: /usr/username/folderAtRoot/folder1/folder2/folder3/folder4 -Root: /usr/username/folderAtRoot/folder1/folder2/folder3/folder4 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | +| /folderAtRoot/folder1/folder2/node_modules/@types | /folderAtRoot/folder1/folder2/node_modules | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/node_modules | | /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /users/username/folderAtRoot/node_modules/@types | /users/username/folderAtRoot/node_modules | | /users/username/folderAtRoot/folder1/node_modules/@types | /users/username/folderAtRoot/folder1/node_modules | | /users/username/folderAtRoot/folder1/folder2/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /user/username/folderAtRoot/node_modules/@types | /user/username/folderAtRoot/node_modules | | /user/username/folderAtRoot/folder1/node_modules/@types | /user/username/folderAtRoot/folder1/node_modules | | /user/username/folderAtRoot/folder1/folder2/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /usr/username/folderAtRoot/node_modules/@types | /usr/username/folderAtRoot/node_modules | | /usr/username/folderAtRoot/folder1/node_modules/@types | /usr/username/folderAtRoot/folder1/node_modules | | /usr/username/folderAtRoot/folder1/folder2/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4 | | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4 | +| /home/username/folderAtRoot/node_modules/@types | /home/username/folderAtRoot/node_modules | | /home/username/folderAtRoot/folder1/node_modules/@types | /home/username/folderAtRoot/folder1/node_modules | | /home/username/folderAtRoot/folder1/folder2/node_modules/@types | /home/username/folderAtRoot/folder1/folder2/node_modules | | /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /home/username/folderAtRoot/folder1/folder2/folder3/node_modules | @@ -919,28 +997,31 @@ Root: /usr/username/folderAtRoot/folder1/folder2/folder3/folder4 ## RootDirForResolution: /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 -Root: /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | +| /folderAtRoot/folder1/folder2/node_modules/@types | /folderAtRoot/folder1/folder2/node_modules | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/node_modules | | /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /users/username/folderAtRoot/node_modules/@types | /users/username/folderAtRoot/node_modules | | /users/username/folderAtRoot/folder1/node_modules/@types | /users/username/folderAtRoot/folder1/node_modules | | /users/username/folderAtRoot/folder1/folder2/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /user/username/folderAtRoot/node_modules/@types | /user/username/folderAtRoot/node_modules | | /user/username/folderAtRoot/folder1/node_modules/@types | /user/username/folderAtRoot/folder1/node_modules | | /user/username/folderAtRoot/folder1/folder2/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /usr/username/folderAtRoot/node_modules/@types | /usr/username/folderAtRoot/node_modules | | /usr/username/folderAtRoot/folder1/node_modules/@types | /usr/username/folderAtRoot/folder1/node_modules | | /usr/username/folderAtRoot/folder1/folder2/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | +| /home/username/folderAtRoot/node_modules/@types | /home/username/folderAtRoot/node_modules | | /home/username/folderAtRoot/folder1/node_modules/@types | /home/username/folderAtRoot/folder1/node_modules | | /home/username/folderAtRoot/folder1/folder2/node_modules/@types | /home/username/folderAtRoot/folder1/folder2/node_modules | | /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /home/username/folderAtRoot/folder1/folder2/folder3/node_modules | @@ -949,29 +1030,31 @@ Root: /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 ## RootDirForResolution: /home -Root: /home - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | +| /folderAtRoot/folder1/folder2/node_modules/@types | /folderAtRoot/folder1/folder2/node_modules | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/node_modules | | /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /users/username/folderAtRoot/node_modules/@types | /users/username/folderAtRoot/node_modules | | /users/username/folderAtRoot/folder1/node_modules/@types | /users/username/folderAtRoot/folder1/node_modules | | /users/username/folderAtRoot/folder1/folder2/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /user/username/folderAtRoot/node_modules/@types | /user/username/folderAtRoot/node_modules | | /user/username/folderAtRoot/folder1/node_modules/@types | /user/username/folderAtRoot/folder1/node_modules | | /user/username/folderAtRoot/folder1/folder2/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /usr/username/folderAtRoot/node_modules/@types | /usr/username/folderAtRoot/node_modules | | /usr/username/folderAtRoot/folder1/node_modules/@types | /usr/username/folderAtRoot/folder1/node_modules | | /usr/username/folderAtRoot/folder1/folder2/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| /home/node_modules/@types | /home | +| /home/username/folderAtRoot/node_modules/@types | /home | | /home/username/folderAtRoot/folder1/node_modules/@types | /home | | /home/username/folderAtRoot/folder1/folder2/node_modules/@types | /home | | /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /home | @@ -980,29 +1063,31 @@ Root: /home ## RootDirForResolution: /home/username -Root: /home/username - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | +| /folderAtRoot/folder1/folder2/node_modules/@types | /folderAtRoot/folder1/folder2/node_modules | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/node_modules | | /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /users/username/folderAtRoot/node_modules/@types | /users/username/folderAtRoot/node_modules | | /users/username/folderAtRoot/folder1/node_modules/@types | /users/username/folderAtRoot/folder1/node_modules | | /users/username/folderAtRoot/folder1/folder2/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /user/username/folderAtRoot/node_modules/@types | /user/username/folderAtRoot/node_modules | | /user/username/folderAtRoot/folder1/node_modules/@types | /user/username/folderAtRoot/folder1/node_modules | | /user/username/folderAtRoot/folder1/folder2/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /usr/username/folderAtRoot/node_modules/@types | /usr/username/folderAtRoot/node_modules | | /usr/username/folderAtRoot/folder1/node_modules/@types | /usr/username/folderAtRoot/folder1/node_modules | | /usr/username/folderAtRoot/folder1/folder2/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| /home/username/node_modules/@types | /home/username | +| /home/username/folderAtRoot/node_modules/@types | /home/username | | /home/username/folderAtRoot/folder1/node_modules/@types | /home/username | | /home/username/folderAtRoot/folder1/folder2/node_modules/@types | /home/username | | /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /home/username | @@ -1011,23 +1096,25 @@ Root: /home/username ## RootDirForResolution: /home/username/folderAtRoot -Root: /home/username/folderAtRoot - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | +| /folderAtRoot/folder1/folder2/node_modules/@types | /folderAtRoot/folder1/folder2/node_modules | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/node_modules | | /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /users/username/folderAtRoot/node_modules/@types | /users/username/folderAtRoot/node_modules | | /users/username/folderAtRoot/folder1/node_modules/@types | /users/username/folderAtRoot/folder1/node_modules | | /users/username/folderAtRoot/folder1/folder2/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /user/username/folderAtRoot/node_modules/@types | /user/username/folderAtRoot/node_modules | | /user/username/folderAtRoot/folder1/node_modules/@types | /user/username/folderAtRoot/folder1/node_modules | | /user/username/folderAtRoot/folder1/folder2/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /usr/username/folderAtRoot/node_modules/@types | /usr/username/folderAtRoot/node_modules | | /usr/username/folderAtRoot/folder1/node_modules/@types | /usr/username/folderAtRoot/folder1/node_modules | | /usr/username/folderAtRoot/folder1/folder2/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | @@ -1042,28 +1129,31 @@ Root: /home/username/folderAtRoot ## RootDirForResolution: /home/username/folderAtRoot/folder1 -Root: /home/username/folderAtRoot/folder1 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | +| /folderAtRoot/folder1/folder2/node_modules/@types | /folderAtRoot/folder1/folder2/node_modules | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/node_modules | | /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /users/username/folderAtRoot/node_modules/@types | /users/username/folderAtRoot/node_modules | | /users/username/folderAtRoot/folder1/node_modules/@types | /users/username/folderAtRoot/folder1/node_modules | | /users/username/folderAtRoot/folder1/folder2/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /user/username/folderAtRoot/node_modules/@types | /user/username/folderAtRoot/node_modules | | /user/username/folderAtRoot/folder1/node_modules/@types | /user/username/folderAtRoot/folder1/node_modules | | /user/username/folderAtRoot/folder1/folder2/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /usr/username/folderAtRoot/node_modules/@types | /usr/username/folderAtRoot/node_modules | | /usr/username/folderAtRoot/folder1/node_modules/@types | /usr/username/folderAtRoot/folder1/node_modules | | /usr/username/folderAtRoot/folder1/folder2/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /home/username/folderAtRoot/node_modules/@types | /home/username/folderAtRoot/node_modules | | /home/username/folderAtRoot/folder1/node_modules/@types | /home/username/folderAtRoot/folder1 | | /home/username/folderAtRoot/folder1/folder2/node_modules/@types | /home/username/folderAtRoot/folder1 | | /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /home/username/folderAtRoot/folder1 | @@ -1072,28 +1162,31 @@ Root: /home/username/folderAtRoot/folder1 ## RootDirForResolution: /home/username/folderAtRoot/folder1/folder2 -Root: /home/username/folderAtRoot/folder1/folder2 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | +| /folderAtRoot/folder1/folder2/node_modules/@types | /folderAtRoot/folder1/folder2/node_modules | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/node_modules | | /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /users/username/folderAtRoot/node_modules/@types | /users/username/folderAtRoot/node_modules | | /users/username/folderAtRoot/folder1/node_modules/@types | /users/username/folderAtRoot/folder1/node_modules | | /users/username/folderAtRoot/folder1/folder2/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /user/username/folderAtRoot/node_modules/@types | /user/username/folderAtRoot/node_modules | | /user/username/folderAtRoot/folder1/node_modules/@types | /user/username/folderAtRoot/folder1/node_modules | | /user/username/folderAtRoot/folder1/folder2/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /usr/username/folderAtRoot/node_modules/@types | /usr/username/folderAtRoot/node_modules | | /usr/username/folderAtRoot/folder1/node_modules/@types | /usr/username/folderAtRoot/folder1/node_modules | | /usr/username/folderAtRoot/folder1/folder2/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /home/username/folderAtRoot/node_modules/@types | /home/username/folderAtRoot/node_modules | | /home/username/folderAtRoot/folder1/node_modules/@types | /home/username/folderAtRoot/folder1/node_modules | | /home/username/folderAtRoot/folder1/folder2/node_modules/@types | /home/username/folderAtRoot/folder1/folder2 | | /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /home/username/folderAtRoot/folder1/folder2 | @@ -1102,28 +1195,31 @@ Root: /home/username/folderAtRoot/folder1/folder2 ## RootDirForResolution: /home/username/folderAtRoot/folder1/folder2/folder3 -Root: /home/username/folderAtRoot/folder1/folder2/folder3 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | +| /folderAtRoot/folder1/folder2/node_modules/@types | /folderAtRoot/folder1/folder2/node_modules | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/node_modules | | /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /users/username/folderAtRoot/node_modules/@types | /users/username/folderAtRoot/node_modules | | /users/username/folderAtRoot/folder1/node_modules/@types | /users/username/folderAtRoot/folder1/node_modules | | /users/username/folderAtRoot/folder1/folder2/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /user/username/folderAtRoot/node_modules/@types | /user/username/folderAtRoot/node_modules | | /user/username/folderAtRoot/folder1/node_modules/@types | /user/username/folderAtRoot/folder1/node_modules | | /user/username/folderAtRoot/folder1/folder2/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /usr/username/folderAtRoot/node_modules/@types | /usr/username/folderAtRoot/node_modules | | /usr/username/folderAtRoot/folder1/node_modules/@types | /usr/username/folderAtRoot/folder1/node_modules | | /usr/username/folderAtRoot/folder1/folder2/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /home/username/folderAtRoot/node_modules/@types | /home/username/folderAtRoot/node_modules | | /home/username/folderAtRoot/folder1/node_modules/@types | /home/username/folderAtRoot/folder1/node_modules | | /home/username/folderAtRoot/folder1/folder2/node_modules/@types | /home/username/folderAtRoot/folder1/folder2/node_modules | | /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /home/username/folderAtRoot/folder1/folder2/folder3 | @@ -1132,28 +1228,31 @@ Root: /home/username/folderAtRoot/folder1/folder2/folder3 ## RootDirForResolution: /home/username/folderAtRoot/folder1/folder2/folder3/folder4 -Root: /home/username/folderAtRoot/folder1/folder2/folder3/folder4 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | +| /folderAtRoot/folder1/folder2/node_modules/@types | /folderAtRoot/folder1/folder2/node_modules | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/node_modules | | /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /users/username/folderAtRoot/node_modules/@types | /users/username/folderAtRoot/node_modules | | /users/username/folderAtRoot/folder1/node_modules/@types | /users/username/folderAtRoot/folder1/node_modules | | /users/username/folderAtRoot/folder1/folder2/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /user/username/folderAtRoot/node_modules/@types | /user/username/folderAtRoot/node_modules | | /user/username/folderAtRoot/folder1/node_modules/@types | /user/username/folderAtRoot/folder1/node_modules | | /user/username/folderAtRoot/folder1/folder2/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /usr/username/folderAtRoot/node_modules/@types | /usr/username/folderAtRoot/node_modules | | /usr/username/folderAtRoot/folder1/node_modules/@types | /usr/username/folderAtRoot/folder1/node_modules | | /usr/username/folderAtRoot/folder1/folder2/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /home/username/folderAtRoot/node_modules/@types | /home/username/folderAtRoot/node_modules | | /home/username/folderAtRoot/folder1/node_modules/@types | /home/username/folderAtRoot/folder1/node_modules | | /home/username/folderAtRoot/folder1/folder2/node_modules/@types | /home/username/folderAtRoot/folder1/folder2/node_modules | | /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /home/username/folderAtRoot/folder1/folder2/folder3/node_modules | @@ -1162,61 +1261,34 @@ Root: /home/username/folderAtRoot/folder1/folder2/folder3/folder4 ## RootDirForResolution: /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 -Root: /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | +| /folderAtRoot/folder1/folder2/node_modules/@types | /folderAtRoot/folder1/folder2/node_modules | | /folderAtRoot/folder1/folder2/folder3/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/node_modules | | /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /users/username/folderAtRoot/node_modules/@types | /users/username/folderAtRoot/node_modules | | /users/username/folderAtRoot/folder1/node_modules/@types | /users/username/folderAtRoot/folder1/node_modules | | /users/username/folderAtRoot/folder1/folder2/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /user/username/folderAtRoot/node_modules/@types | /user/username/folderAtRoot/node_modules | | /user/username/folderAtRoot/folder1/node_modules/@types | /user/username/folderAtRoot/folder1/node_modules | | /user/username/folderAtRoot/folder1/folder2/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /usr/username/folderAtRoot/node_modules/@types | /usr/username/folderAtRoot/node_modules | | /usr/username/folderAtRoot/folder1/node_modules/@types | /usr/username/folderAtRoot/folder1/node_modules | | /usr/username/folderAtRoot/folder1/folder2/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| /home/username/folderAtRoot/node_modules/@types | /home/username/folderAtRoot/node_modules | | /home/username/folderAtRoot/folder1/node_modules/@types | /home/username/folderAtRoot/folder1/node_modules | | /home/username/folderAtRoot/folder1/folder2/node_modules/@types | /home/username/folderAtRoot/folder1/folder2/node_modules | | /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /home/username/folderAtRoot/folder1/folder2/folder3/node_modules | | /home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | -## RootDirForResolution: undefined - -Root: undefined - -| Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | -| ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | -| /folderAtRoot/folder1/folder2/folder3/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/node_modules | -| /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/folder4/node_modules | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| /users/username/folderAtRoot/folder1/node_modules/@types | /users/username/folderAtRoot/folder1/node_modules | -| /users/username/folderAtRoot/folder1/folder2/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/node_modules | -| /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/node_modules | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| /user/username/folderAtRoot/folder1/node_modules/@types | /user/username/folderAtRoot/folder1/node_modules | -| /user/username/folderAtRoot/folder1/folder2/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/node_modules | -| /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/node_modules | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| /usr/username/folderAtRoot/folder1/node_modules/@types | /usr/username/folderAtRoot/folder1/node_modules | -| /usr/username/folderAtRoot/folder1/folder2/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/node_modules | -| /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| /home/username/folderAtRoot/folder1/node_modules/@types | /home/username/folderAtRoot/folder1/node_modules | -| /home/username/folderAtRoot/folder1/folder2/node_modules/@types | /home/username/folderAtRoot/folder1/folder2/node_modules | -| /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | /home/username/folderAtRoot/folder1/folder2/folder3/node_modules | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | /home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | - diff --git a/tests/baselines/reference/canWatch/getDirectoryToWatchFailedLookupLocationFromTypeRootUnc.baseline.md b/tests/baselines/reference/canWatch/getDirectoryToWatchFailedLookupLocationFromTypeRootUnc.baseline.md index b74d0113c0752..0aebda71b74cb 100644 --- a/tests/baselines/reference/canWatch/getDirectoryToWatchFailedLookupLocationFromTypeRootUnc.baseline.md +++ b/tests/baselines/reference/canWatch/getDirectoryToWatchFailedLookupLocationFromTypeRootUnc.baseline.md @@ -7,74 +7,63 @@ Since this is invoked only when watching default typeRoot and is used to handle ## RootDirForResolution: //vda1cs4850/ -Root: //vda1cs4850 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types | //vda1cs4850 | -| //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850 | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850 | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850 | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850 | -| //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850 | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850 | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850 | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850 | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850 | -| //vda1cs4850/user/username/node_modules/@types | //vda1cs4850 | -| //vda1cs4850/user/username/folderAtRoot/node_modules/@types | //vda1cs4850 | -| //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850 | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850 | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850 | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850 | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850 | -| //vda1cs4850/usr/username/node_modules/@types | //vda1cs4850 | -| //vda1cs4850/usr/username/folderAtRoot/node_modules/@types | //vda1cs4850 | -| //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850 | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850 | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850 | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850 | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850 | -| //vda1cs4850/home/username/node_modules/@types | //vda1cs4850 | -| //vda1cs4850/home/username/folderAtRoot/node_modules/@types | //vda1cs4850 | -| //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850 | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850 | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850 | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850 | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850 | +| //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/ | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/ | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/ | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/ | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types | //vda1cs4850/ | +| //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/ | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/ | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/ | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/ | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/ | +| //vda1cs4850/user/username/folderAtRoot/node_modules/@types | //vda1cs4850/ | +| //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/ | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/ | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/ | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/ | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/ | +| //vda1cs4850/usr/username/folderAtRoot/node_modules/@types | //vda1cs4850/ | +| //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/ | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/ | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/ | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/ | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/ | +| //vda1cs4850/home/username/folderAtRoot/node_modules/@types | //vda1cs4850/ | +| //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/ | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/ | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/ | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/ | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/ | ## RootDirForResolution: //vda1cs4850/folderAtRoot -Root: //vda1cs4850/folderAtRoot - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | -| //vda1cs4850/folderAtRoot/node_modules/@types | //vda1cs4850/folderAtRoot | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/folderAtRoot | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/folderAtRoot | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/folderAtRoot | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/folderAtRoot | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/folderAtRoot | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/user/username/node_modules/@types | //vda1cs4850/user/username/node_modules | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/usr/username/node_modules/@types | //vda1cs4850/usr/username/node_modules | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/home/username/node_modules/@types | //vda1cs4850/home/username/node_modules | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/node_modules | | //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules | @@ -84,35 +73,30 @@ Root: //vda1cs4850/folderAtRoot ## RootDirForResolution: //vda1cs4850/folderAtRoot/folder1 -Root: //vda1cs4850/folderAtRoot/folder1 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/folderAtRoot/folder1 | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/folderAtRoot/folder1 | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/folderAtRoot/folder1 | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/folderAtRoot/folder1 | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/folderAtRoot/folder1 | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/user/username/node_modules/@types | //vda1cs4850/user/username/node_modules | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/usr/username/node_modules/@types | //vda1cs4850/usr/username/node_modules | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/home/username/node_modules/@types | //vda1cs4850/home/username/node_modules | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/node_modules | | //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules | @@ -122,35 +106,30 @@ Root: //vda1cs4850/folderAtRoot/folder1 ## RootDirForResolution: //vda1cs4850/folderAtRoot/folder1/folder2 -Root: //vda1cs4850/folderAtRoot/folder1/folder2 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2 | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2 | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2 | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2 | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/user/username/node_modules/@types | //vda1cs4850/user/username/node_modules | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/usr/username/node_modules/@types | //vda1cs4850/usr/username/node_modules | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/home/username/node_modules/@types | //vda1cs4850/home/username/node_modules | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/node_modules | | //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules | @@ -160,35 +139,30 @@ Root: //vda1cs4850/folderAtRoot/folder1/folder2 ## RootDirForResolution: //vda1cs4850/folderAtRoot/folder1/folder2/folder3 -Root: //vda1cs4850/folderAtRoot/folder1/folder2/folder3 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3 | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3 | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3 | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/user/username/node_modules/@types | //vda1cs4850/user/username/node_modules | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/usr/username/node_modules/@types | //vda1cs4850/usr/username/node_modules | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/home/username/node_modules/@types | //vda1cs4850/home/username/node_modules | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/node_modules | | //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules | @@ -198,35 +172,30 @@ Root: //vda1cs4850/folderAtRoot/folder1/folder2/folder3 ## RootDirForResolution: //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4 -Root: //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4 | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4 | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/user/username/node_modules/@types | //vda1cs4850/user/username/node_modules | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/usr/username/node_modules/@types | //vda1cs4850/usr/username/node_modules | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/home/username/node_modules/@types | //vda1cs4850/home/username/node_modules | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/node_modules | | //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules | @@ -236,35 +205,30 @@ Root: //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4 ## RootDirForResolution: //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5 -Root: //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/user/username/node_modules/@types | //vda1cs4850/user/username/node_modules | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/usr/username/node_modules/@types | //vda1cs4850/usr/username/node_modules | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/home/username/node_modules/@types | //vda1cs4850/home/username/node_modules | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/node_modules | | //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules | @@ -274,36 +238,30 @@ Root: //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5 ## RootDirForResolution: //vda1cs4850/users -Root: //vda1cs4850/users - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/users/node_modules/@types | //vda1cs4850/users | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types | //vda1cs4850/users | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/users | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/users | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/users | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/users | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/users | -| //vda1cs4850/user/username/node_modules/@types | //vda1cs4850/user/username/node_modules | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/usr/username/node_modules/@types | //vda1cs4850/usr/username/node_modules | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/home/username/node_modules/@types | //vda1cs4850/home/username/node_modules | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/node_modules | | //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules | @@ -313,36 +271,30 @@ Root: //vda1cs4850/users ## RootDirForResolution: //vda1cs4850/users/username -Root: //vda1cs4850/users/username - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/users/username/node_modules/@types | //vda1cs4850/users/username | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types | //vda1cs4850/users/username | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/users/username | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/users/username | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/users/username | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/users/username | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/users/username | -| //vda1cs4850/user/username/node_modules/@types | //vda1cs4850/user/username/node_modules | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/usr/username/node_modules/@types | //vda1cs4850/usr/username/node_modules | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/home/username/node_modules/@types | //vda1cs4850/home/username/node_modules | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/node_modules | | //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules | @@ -352,11 +304,8 @@ Root: //vda1cs4850/users/username ## RootDirForResolution: //vda1cs4850/users/username/folderAtRoot -Root: //vda1cs4850/users/username/folderAtRoot - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | @@ -367,21 +316,18 @@ Root: //vda1cs4850/users/username/folderAtRoot | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/users/username/folderAtRoot | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/users/username/folderAtRoot | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/users/username/folderAtRoot | -| //vda1cs4850/user/username/node_modules/@types | //vda1cs4850/user/username/node_modules | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/usr/username/node_modules/@types | //vda1cs4850/usr/username/node_modules | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/home/username/node_modules/@types | //vda1cs4850/home/username/node_modules | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/node_modules | | //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules | @@ -391,35 +337,30 @@ Root: //vda1cs4850/users/username/folderAtRoot ## RootDirForResolution: //vda1cs4850/users/username/folderAtRoot/folder1 -Root: //vda1cs4850/users/username/folderAtRoot/folder1 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1 | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1 | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1 | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1 | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1 | -| //vda1cs4850/user/username/node_modules/@types | //vda1cs4850/user/username/node_modules | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/usr/username/node_modules/@types | //vda1cs4850/usr/username/node_modules | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/home/username/node_modules/@types | //vda1cs4850/home/username/node_modules | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/node_modules | | //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules | @@ -429,35 +370,30 @@ Root: //vda1cs4850/users/username/folderAtRoot/folder1 ## RootDirForResolution: //vda1cs4850/users/username/folderAtRoot/folder1/folder2 -Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2 | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2 | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2 | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2 | -| //vda1cs4850/user/username/node_modules/@types | //vda1cs4850/user/username/node_modules | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/usr/username/node_modules/@types | //vda1cs4850/usr/username/node_modules | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/home/username/node_modules/@types | //vda1cs4850/home/username/node_modules | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/node_modules | | //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules | @@ -467,35 +403,30 @@ Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2 ## RootDirForResolution: //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3 -Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3 | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3 | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3 | -| //vda1cs4850/user/username/node_modules/@types | //vda1cs4850/user/username/node_modules | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/usr/username/node_modules/@types | //vda1cs4850/usr/username/node_modules | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/home/username/node_modules/@types | //vda1cs4850/home/username/node_modules | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/node_modules | | //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules | @@ -505,35 +436,30 @@ Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3 ## RootDirForResolution: //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4 -Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4 | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4 | -| //vda1cs4850/user/username/node_modules/@types | //vda1cs4850/user/username/node_modules | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/usr/username/node_modules/@types | //vda1cs4850/usr/username/node_modules | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/home/username/node_modules/@types | //vda1cs4850/home/username/node_modules | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/node_modules | | //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules | @@ -543,35 +469,30 @@ Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4 ## RootDirForResolution: //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 -Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | -| //vda1cs4850/user/username/node_modules/@types | //vda1cs4850/user/username/node_modules | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/usr/username/node_modules/@types | //vda1cs4850/usr/username/node_modules | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/home/username/node_modules/@types | //vda1cs4850/home/username/node_modules | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/node_modules | | //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules | @@ -581,36 +502,30 @@ Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/f ## RootDirForResolution: //vda1cs4850/user -Root: //vda1cs4850/user - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/user/node_modules/@types | //vda1cs4850/user | -| //vda1cs4850/user/username/node_modules/@types | //vda1cs4850/user | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types | //vda1cs4850/user | | //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/user | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/user | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/user | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/user | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/user | -| //vda1cs4850/usr/username/node_modules/@types | //vda1cs4850/usr/username/node_modules | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/home/username/node_modules/@types | //vda1cs4850/home/username/node_modules | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/node_modules | | //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules | @@ -620,35 +535,30 @@ Root: //vda1cs4850/user ## RootDirForResolution: //vda1cs4850/user/username -Root: //vda1cs4850/user/username - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/user/username/node_modules/@types | //vda1cs4850/user/username | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types | //vda1cs4850/user/username | | //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/user/username | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/user/username | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/user/username | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/user/username | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/user/username | -| //vda1cs4850/usr/username/node_modules/@types | //vda1cs4850/usr/username/node_modules | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/home/username/node_modules/@types | //vda1cs4850/home/username/node_modules | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/node_modules | | //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules | @@ -658,35 +568,30 @@ Root: //vda1cs4850/user/username ## RootDirForResolution: //vda1cs4850/user/username/folderAtRoot -Root: //vda1cs4850/user/username/folderAtRoot - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/user/username/node_modules/@types | //vda1cs4850/user/username/node_modules | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types | //vda1cs4850/user/username/folderAtRoot | | //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/user/username/folderAtRoot | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/user/username/folderAtRoot | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/user/username/folderAtRoot | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/user/username/folderAtRoot | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/user/username/folderAtRoot | -| //vda1cs4850/usr/username/node_modules/@types | //vda1cs4850/usr/username/node_modules | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/home/username/node_modules/@types | //vda1cs4850/home/username/node_modules | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/node_modules | | //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules | @@ -696,35 +601,30 @@ Root: //vda1cs4850/user/username/folderAtRoot ## RootDirForResolution: //vda1cs4850/user/username/folderAtRoot/folder1 -Root: //vda1cs4850/user/username/folderAtRoot/folder1 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/user/username/node_modules/@types | //vda1cs4850/user/username/node_modules | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1 | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1 | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1 | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1 | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1 | -| //vda1cs4850/usr/username/node_modules/@types | //vda1cs4850/usr/username/node_modules | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/home/username/node_modules/@types | //vda1cs4850/home/username/node_modules | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/node_modules | | //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules | @@ -734,35 +634,30 @@ Root: //vda1cs4850/user/username/folderAtRoot/folder1 ## RootDirForResolution: //vda1cs4850/user/username/folderAtRoot/folder1/folder2 -Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/user/username/node_modules/@types | //vda1cs4850/user/username/node_modules | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2 | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2 | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2 | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2 | -| //vda1cs4850/usr/username/node_modules/@types | //vda1cs4850/usr/username/node_modules | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/home/username/node_modules/@types | //vda1cs4850/home/username/node_modules | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/node_modules | | //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules | @@ -772,35 +667,30 @@ Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2 ## RootDirForResolution: //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3 -Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/user/username/node_modules/@types | //vda1cs4850/user/username/node_modules | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3 | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3 | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3 | -| //vda1cs4850/usr/username/node_modules/@types | //vda1cs4850/usr/username/node_modules | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/home/username/node_modules/@types | //vda1cs4850/home/username/node_modules | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/node_modules | | //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules | @@ -810,35 +700,30 @@ Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3 ## RootDirForResolution: //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4 -Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/user/username/node_modules/@types | //vda1cs4850/user/username/node_modules | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4 | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4 | -| //vda1cs4850/usr/username/node_modules/@types | //vda1cs4850/usr/username/node_modules | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/home/username/node_modules/@types | //vda1cs4850/home/username/node_modules | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/node_modules | | //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules | @@ -848,35 +733,30 @@ Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4 ## RootDirForResolution: //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 -Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/user/username/node_modules/@types | //vda1cs4850/user/username/node_modules | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | -| //vda1cs4850/usr/username/node_modules/@types | //vda1cs4850/usr/username/node_modules | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/home/username/node_modules/@types | //vda1cs4850/home/username/node_modules | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/node_modules | | //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules | @@ -886,36 +766,30 @@ Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/fo ## RootDirForResolution: //vda1cs4850/usr -Root: //vda1cs4850/usr - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/user/username/node_modules/@types | //vda1cs4850/user/username/node_modules | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/usr/node_modules/@types | //vda1cs4850/usr | -| //vda1cs4850/usr/username/node_modules/@types | //vda1cs4850/usr | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types | //vda1cs4850/usr | | //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/usr | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/usr | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/usr | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/usr | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/usr | -| //vda1cs4850/home/username/node_modules/@types | //vda1cs4850/home/username/node_modules | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/node_modules | | //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules | @@ -925,35 +799,30 @@ Root: //vda1cs4850/usr ## RootDirForResolution: //vda1cs4850/usr/username -Root: //vda1cs4850/usr/username - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/user/username/node_modules/@types | //vda1cs4850/user/username/node_modules | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/usr/username/node_modules/@types | //vda1cs4850/usr/username | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types | //vda1cs4850/usr/username | | //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/usr/username | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/usr/username | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/usr/username | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/usr/username | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/usr/username | -| //vda1cs4850/home/username/node_modules/@types | //vda1cs4850/home/username/node_modules | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/node_modules | | //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules | @@ -963,35 +832,30 @@ Root: //vda1cs4850/usr/username ## RootDirForResolution: //vda1cs4850/usr/username/folderAtRoot -Root: //vda1cs4850/usr/username/folderAtRoot - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/user/username/node_modules/@types | //vda1cs4850/user/username/node_modules | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/usr/username/node_modules/@types | //vda1cs4850/usr/username/node_modules | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot | | //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot | -| //vda1cs4850/home/username/node_modules/@types | //vda1cs4850/home/username/node_modules | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/node_modules | | //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules | @@ -1001,35 +865,30 @@ Root: //vda1cs4850/usr/username/folderAtRoot ## RootDirForResolution: //vda1cs4850/usr/username/folderAtRoot/folder1 -Root: //vda1cs4850/usr/username/folderAtRoot/folder1 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/user/username/node_modules/@types | //vda1cs4850/user/username/node_modules | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/usr/username/node_modules/@types | //vda1cs4850/usr/username/node_modules | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1 | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1 | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1 | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1 | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1 | -| //vda1cs4850/home/username/node_modules/@types | //vda1cs4850/home/username/node_modules | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/node_modules | | //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules | @@ -1039,35 +898,30 @@ Root: //vda1cs4850/usr/username/folderAtRoot/folder1 ## RootDirForResolution: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2 -Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/user/username/node_modules/@types | //vda1cs4850/user/username/node_modules | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/usr/username/node_modules/@types | //vda1cs4850/usr/username/node_modules | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2 | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2 | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2 | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2 | -| //vda1cs4850/home/username/node_modules/@types | //vda1cs4850/home/username/node_modules | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/node_modules | | //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules | @@ -1077,35 +931,30 @@ Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2 ## RootDirForResolution: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3 -Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/user/username/node_modules/@types | //vda1cs4850/user/username/node_modules | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/usr/username/node_modules/@types | //vda1cs4850/usr/username/node_modules | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3 | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3 | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3 | -| //vda1cs4850/home/username/node_modules/@types | //vda1cs4850/home/username/node_modules | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/node_modules | | //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules | @@ -1115,35 +964,30 @@ Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3 ## RootDirForResolution: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 -Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/user/username/node_modules/@types | //vda1cs4850/user/username/node_modules | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/usr/username/node_modules/@types | //vda1cs4850/usr/username/node_modules | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 | -| //vda1cs4850/home/username/node_modules/@types | //vda1cs4850/home/username/node_modules | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/node_modules | | //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules | @@ -1153,35 +997,30 @@ Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 ## RootDirForResolution: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 -Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/user/username/node_modules/@types | //vda1cs4850/user/username/node_modules | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/usr/username/node_modules/@types | //vda1cs4850/usr/username/node_modules | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | -| //vda1cs4850/home/username/node_modules/@types | //vda1cs4850/home/username/node_modules | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/node_modules | | //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules | @@ -1191,36 +1030,30 @@ Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/fol ## RootDirForResolution: //vda1cs4850/home -Root: //vda1cs4850/home - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/user/username/node_modules/@types | //vda1cs4850/user/username/node_modules | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/usr/username/node_modules/@types | //vda1cs4850/usr/username/node_modules | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/home/node_modules/@types | //vda1cs4850/home | -| //vda1cs4850/home/username/node_modules/@types | //vda1cs4850/home | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types | //vda1cs4850/home | | //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/home | | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/home | @@ -1230,35 +1063,30 @@ Root: //vda1cs4850/home ## RootDirForResolution: //vda1cs4850/home/username -Root: //vda1cs4850/home/username - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/user/username/node_modules/@types | //vda1cs4850/user/username/node_modules | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/usr/username/node_modules/@types | //vda1cs4850/usr/username/node_modules | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/home/username/node_modules/@types | //vda1cs4850/home/username | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types | //vda1cs4850/home/username | | //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/home/username | | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/home/username | @@ -1268,35 +1096,30 @@ Root: //vda1cs4850/home/username ## RootDirForResolution: //vda1cs4850/home/username/folderAtRoot -Root: //vda1cs4850/home/username/folderAtRoot - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/user/username/node_modules/@types | //vda1cs4850/user/username/node_modules | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/usr/username/node_modules/@types | //vda1cs4850/usr/username/node_modules | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/home/username/node_modules/@types | //vda1cs4850/home/username/node_modules | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types | //vda1cs4850/home/username/folderAtRoot | | //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/home/username/folderAtRoot | | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/home/username/folderAtRoot | @@ -1306,35 +1129,30 @@ Root: //vda1cs4850/home/username/folderAtRoot ## RootDirForResolution: //vda1cs4850/home/username/folderAtRoot/folder1 -Root: //vda1cs4850/home/username/folderAtRoot/folder1 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/user/username/node_modules/@types | //vda1cs4850/user/username/node_modules | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/usr/username/node_modules/@types | //vda1cs4850/usr/username/node_modules | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/home/username/node_modules/@types | //vda1cs4850/home/username/node_modules | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/node_modules | | //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/folder1 | | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/folder1 | @@ -1344,35 +1162,30 @@ Root: //vda1cs4850/home/username/folderAtRoot/folder1 ## RootDirForResolution: //vda1cs4850/home/username/folderAtRoot/folder1/folder2 -Root: //vda1cs4850/home/username/folderAtRoot/folder1/folder2 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/user/username/node_modules/@types | //vda1cs4850/user/username/node_modules | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/usr/username/node_modules/@types | //vda1cs4850/usr/username/node_modules | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/home/username/node_modules/@types | //vda1cs4850/home/username/node_modules | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/node_modules | | //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/folder1/folder2 | @@ -1382,35 +1195,30 @@ Root: //vda1cs4850/home/username/folderAtRoot/folder1/folder2 ## RootDirForResolution: //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3 -Root: //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/user/username/node_modules/@types | //vda1cs4850/user/username/node_modules | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/usr/username/node_modules/@types | //vda1cs4850/usr/username/node_modules | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/home/username/node_modules/@types | //vda1cs4850/home/username/node_modules | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/node_modules | | //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules | @@ -1420,35 +1228,30 @@ Root: //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3 ## RootDirForResolution: //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4 -Root: //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/user/username/node_modules/@types | //vda1cs4850/user/username/node_modules | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/usr/username/node_modules/@types | //vda1cs4850/usr/username/node_modules | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/home/username/node_modules/@types | //vda1cs4850/home/username/node_modules | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/node_modules | | //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules | @@ -1458,35 +1261,30 @@ Root: //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4 ## RootDirForResolution: //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 -Root: //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/users/username/folderAtRoot/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/user/username/node_modules/@types | //vda1cs4850/user/username/node_modules | | //vda1cs4850/user/username/folderAtRoot/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/usr/username/node_modules/@types | //vda1cs4850/usr/username/node_modules | | //vda1cs4850/usr/username/folderAtRoot/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/home/username/node_modules/@types | //vda1cs4850/home/username/node_modules | | //vda1cs4850/home/username/folderAtRoot/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/node_modules | | //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules | @@ -1494,41 +1292,3 @@ Root: //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/fo | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | -## RootDirForResolution: undefined - -Root: undefined - -| Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | -| ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | -| //vda1cs4850/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/node_modules | -| //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/user/username/node_modules/@types | //vda1cs4850/user/username/node_modules | -| //vda1cs4850/user/username/folderAtRoot/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/node_modules | -| //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/node_modules | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/usr/username/node_modules/@types | //vda1cs4850/usr/username/node_modules | -| //vda1cs4850/usr/username/folderAtRoot/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/node_modules | -| //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/home/username/node_modules/@types | //vda1cs4850/home/username/node_modules | -| //vda1cs4850/home/username/folderAtRoot/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/node_modules | -| //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/folder1/node_modules | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/node_modules | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | - diff --git a/tests/baselines/reference/canWatch/getDirectoryToWatchFailedLookupLocationFromTypeRootUncDos.baseline.md b/tests/baselines/reference/canWatch/getDirectoryToWatchFailedLookupLocationFromTypeRootUncDos.baseline.md index 23bca7a2dfbef..8b1d51f390683 100644 --- a/tests/baselines/reference/canWatch/getDirectoryToWatchFailedLookupLocationFromTypeRootUncDos.baseline.md +++ b/tests/baselines/reference/canWatch/getDirectoryToWatchFailedLookupLocationFromTypeRootUncDos.baseline.md @@ -7,21 +7,21 @@ Since this is invoked only when watching default typeRoot and is used to handle ## RootDirForResolution: //vda1cs4850/c$ -Root: //vda1cs4850/c$ - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | -| //vda1cs4850/c$/node_modules/@types | //vda1cs4850/c$ | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types | //vda1cs4850/c$ | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$ | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/c$ | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$ | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$ | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$ | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$ | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$ | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/c$ | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$ | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$ | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$ | +| //vda1cs4850/c$/user/node_modules/@types | //vda1cs4850/c$ | | //vda1cs4850/c$/user/username/node_modules/@types | //vda1cs4850/c$ | | //vda1cs4850/c$/user/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$ | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$ | @@ -29,6 +29,7 @@ Root: //vda1cs4850/c$ | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$ | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$ | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$ | +| //vda1cs4850/c$/usr/node_modules/@types | //vda1cs4850/c$ | | //vda1cs4850/c$/usr/username/node_modules/@types | //vda1cs4850/c$ | | //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$ | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$ | @@ -36,6 +37,7 @@ Root: //vda1cs4850/c$ | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$ | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$ | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$ | +| //vda1cs4850/c$/home/node_modules/@types | //vda1cs4850/c$ | | //vda1cs4850/c$/home/username/node_modules/@types | //vda1cs4850/c$ | | //vda1cs4850/c$/home/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$ | | //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$ | @@ -46,8 +48,6 @@ Root: //vda1cs4850/c$ ## RootDirForResolution: //vda1cs4850/c$/folderAtRoot -Root: //vda1cs4850/c$/folderAtRoot - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | | //vda1cs4850/c$/folderAtRoot/node_modules/@types | //vda1cs4850/c$/folderAtRoot | @@ -56,11 +56,13 @@ Root: //vda1cs4850/c$/folderAtRoot | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/folderAtRoot | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/folderAtRoot | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/folderAtRoot | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/user/node_modules/@types | //vda1cs4850/c$/user/node_modules | | //vda1cs4850/c$/user/username/node_modules/@types | //vda1cs4850/c$/user/username/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules | @@ -68,6 +70,7 @@ Root: //vda1cs4850/c$/folderAtRoot | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/usr/node_modules/@types | //vda1cs4850/c$/usr/node_modules | | //vda1cs4850/c$/usr/username/node_modules/@types | //vda1cs4850/c$/usr/username/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules | @@ -75,6 +78,7 @@ Root: //vda1cs4850/c$/folderAtRoot | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/home/node_modules/@types | //vda1cs4850/c$/home/node_modules | | //vda1cs4850/c$/home/username/node_modules/@types | //vda1cs4850/c$/home/username/node_modules | | //vda1cs4850/c$/home/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/home/username/folderAtRoot/node_modules | | //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules | @@ -85,20 +89,21 @@ Root: //vda1cs4850/c$/folderAtRoot ## RootDirForResolution: //vda1cs4850/c$/folderAtRoot/folder1 -Root: //vda1cs4850/c$/folderAtRoot/folder1 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types | //vda1cs4850/c$/folderAtRoot/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1 | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1 | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1 | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1 | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1 | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/user/node_modules/@types | //vda1cs4850/c$/user/node_modules | | //vda1cs4850/c$/user/username/node_modules/@types | //vda1cs4850/c$/user/username/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules | @@ -106,6 +111,7 @@ Root: //vda1cs4850/c$/folderAtRoot/folder1 | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/usr/node_modules/@types | //vda1cs4850/c$/usr/node_modules | | //vda1cs4850/c$/usr/username/node_modules/@types | //vda1cs4850/c$/usr/username/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules | @@ -113,6 +119,7 @@ Root: //vda1cs4850/c$/folderAtRoot/folder1 | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/home/node_modules/@types | //vda1cs4850/c$/home/node_modules | | //vda1cs4850/c$/home/username/node_modules/@types | //vda1cs4850/c$/home/username/node_modules | | //vda1cs4850/c$/home/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/home/username/folderAtRoot/node_modules | | //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules | @@ -123,20 +130,21 @@ Root: //vda1cs4850/c$/folderAtRoot/folder1 ## RootDirForResolution: //vda1cs4850/c$/folderAtRoot/folder1/folder2 -Root: //vda1cs4850/c$/folderAtRoot/folder1/folder2 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types | //vda1cs4850/c$/folderAtRoot/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2 | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2 | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2 | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2 | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/user/node_modules/@types | //vda1cs4850/c$/user/node_modules | | //vda1cs4850/c$/user/username/node_modules/@types | //vda1cs4850/c$/user/username/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules | @@ -144,6 +152,7 @@ Root: //vda1cs4850/c$/folderAtRoot/folder1/folder2 | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/usr/node_modules/@types | //vda1cs4850/c$/usr/node_modules | | //vda1cs4850/c$/usr/username/node_modules/@types | //vda1cs4850/c$/usr/username/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules | @@ -151,6 +160,7 @@ Root: //vda1cs4850/c$/folderAtRoot/folder1/folder2 | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/home/node_modules/@types | //vda1cs4850/c$/home/node_modules | | //vda1cs4850/c$/home/username/node_modules/@types | //vda1cs4850/c$/home/username/node_modules | | //vda1cs4850/c$/home/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/home/username/folderAtRoot/node_modules | | //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules | @@ -161,20 +171,21 @@ Root: //vda1cs4850/c$/folderAtRoot/folder1/folder2 ## RootDirForResolution: //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3 -Root: //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types | //vda1cs4850/c$/folderAtRoot/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3 | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3 | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3 | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/user/node_modules/@types | //vda1cs4850/c$/user/node_modules | | //vda1cs4850/c$/user/username/node_modules/@types | //vda1cs4850/c$/user/username/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules | @@ -182,6 +193,7 @@ Root: //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/usr/node_modules/@types | //vda1cs4850/c$/usr/node_modules | | //vda1cs4850/c$/usr/username/node_modules/@types | //vda1cs4850/c$/usr/username/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules | @@ -189,6 +201,7 @@ Root: //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/home/node_modules/@types | //vda1cs4850/c$/home/node_modules | | //vda1cs4850/c$/home/username/node_modules/@types | //vda1cs4850/c$/home/username/node_modules | | //vda1cs4850/c$/home/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/home/username/folderAtRoot/node_modules | | //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules | @@ -199,20 +212,21 @@ Root: //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3 ## RootDirForResolution: //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4 -Root: //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types | //vda1cs4850/c$/folderAtRoot/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4 | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4 | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/user/node_modules/@types | //vda1cs4850/c$/user/node_modules | | //vda1cs4850/c$/user/username/node_modules/@types | //vda1cs4850/c$/user/username/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules | @@ -220,6 +234,7 @@ Root: //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/usr/node_modules/@types | //vda1cs4850/c$/usr/node_modules | | //vda1cs4850/c$/usr/username/node_modules/@types | //vda1cs4850/c$/usr/username/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules | @@ -227,6 +242,7 @@ Root: //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/home/node_modules/@types | //vda1cs4850/c$/home/node_modules | | //vda1cs4850/c$/home/username/node_modules/@types | //vda1cs4850/c$/home/username/node_modules | | //vda1cs4850/c$/home/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/home/username/folderAtRoot/node_modules | | //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules | @@ -237,20 +253,21 @@ Root: //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4 ## RootDirForResolution: //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5 -Root: //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types | //vda1cs4850/c$/folderAtRoot/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/user/node_modules/@types | //vda1cs4850/c$/user/node_modules | | //vda1cs4850/c$/user/username/node_modules/@types | //vda1cs4850/c$/user/username/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules | @@ -258,6 +275,7 @@ Root: //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/usr/node_modules/@types | //vda1cs4850/c$/usr/node_modules | | //vda1cs4850/c$/usr/username/node_modules/@types | //vda1cs4850/c$/usr/username/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules | @@ -265,6 +283,7 @@ Root: //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/home/node_modules/@types | //vda1cs4850/c$/home/node_modules | | //vda1cs4850/c$/home/username/node_modules/@types | //vda1cs4850/c$/home/username/node_modules | | //vda1cs4850/c$/home/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/home/username/folderAtRoot/node_modules | | //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules | @@ -275,21 +294,21 @@ Root: //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5 ## RootDirForResolution: //vda1cs4850/c$/users -Root: //vda1cs4850/c$/users - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types | //vda1cs4850/c$/folderAtRoot/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/c$/users/node_modules/@types | //vda1cs4850/c$/users | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/users | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/users | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/c$/users | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/users | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/users | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/users | +| //vda1cs4850/c$/user/node_modules/@types | //vda1cs4850/c$/user/node_modules | | //vda1cs4850/c$/user/username/node_modules/@types | //vda1cs4850/c$/user/username/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules | @@ -297,6 +316,7 @@ Root: //vda1cs4850/c$/users | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/usr/node_modules/@types | //vda1cs4850/c$/usr/node_modules | | //vda1cs4850/c$/usr/username/node_modules/@types | //vda1cs4850/c$/usr/username/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules | @@ -304,6 +324,7 @@ Root: //vda1cs4850/c$/users | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/home/node_modules/@types | //vda1cs4850/c$/home/node_modules | | //vda1cs4850/c$/home/username/node_modules/@types | //vda1cs4850/c$/home/username/node_modules | | //vda1cs4850/c$/home/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/home/username/folderAtRoot/node_modules | | //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules | @@ -314,21 +335,21 @@ Root: //vda1cs4850/c$/users ## RootDirForResolution: //vda1cs4850/c$/users/username -Root: //vda1cs4850/c$/users/username - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types | //vda1cs4850/c$/folderAtRoot/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/c$/users/username/node_modules/@types | //vda1cs4850/c$/users/username | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/users/username | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/users/username | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/c$/users/username | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/users/username | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/users/username | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/users/username | +| //vda1cs4850/c$/user/node_modules/@types | //vda1cs4850/c$/user/node_modules | | //vda1cs4850/c$/user/username/node_modules/@types | //vda1cs4850/c$/user/username/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules | @@ -336,6 +357,7 @@ Root: //vda1cs4850/c$/users/username | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/usr/node_modules/@types | //vda1cs4850/c$/usr/node_modules | | //vda1cs4850/c$/usr/username/node_modules/@types | //vda1cs4850/c$/usr/username/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules | @@ -343,6 +365,7 @@ Root: //vda1cs4850/c$/users/username | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/home/node_modules/@types | //vda1cs4850/c$/home/node_modules | | //vda1cs4850/c$/home/username/node_modules/@types | //vda1cs4850/c$/home/username/node_modules | | //vda1cs4850/c$/home/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/home/username/folderAtRoot/node_modules | | //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules | @@ -353,10 +376,9 @@ Root: //vda1cs4850/c$/users/username ## RootDirForResolution: //vda1cs4850/c$/users/username/folderAtRoot -Root: //vda1cs4850/c$/users/username/folderAtRoot - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types | //vda1cs4850/c$/folderAtRoot/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules | @@ -368,6 +390,7 @@ Root: //vda1cs4850/c$/users/username/folderAtRoot | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot | +| //vda1cs4850/c$/user/node_modules/@types | //vda1cs4850/c$/user/node_modules | | //vda1cs4850/c$/user/username/node_modules/@types | //vda1cs4850/c$/user/username/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules | @@ -375,6 +398,7 @@ Root: //vda1cs4850/c$/users/username/folderAtRoot | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/usr/node_modules/@types | //vda1cs4850/c$/usr/node_modules | | //vda1cs4850/c$/usr/username/node_modules/@types | //vda1cs4850/c$/usr/username/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules | @@ -382,6 +406,7 @@ Root: //vda1cs4850/c$/users/username/folderAtRoot | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/home/node_modules/@types | //vda1cs4850/c$/home/node_modules | | //vda1cs4850/c$/home/username/node_modules/@types | //vda1cs4850/c$/home/username/node_modules | | //vda1cs4850/c$/home/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/home/username/folderAtRoot/node_modules | | //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules | @@ -392,20 +417,21 @@ Root: //vda1cs4850/c$/users/username/folderAtRoot ## RootDirForResolution: //vda1cs4850/c$/users/username/folderAtRoot/folder1 -Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types | //vda1cs4850/c$/folderAtRoot/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1 | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1 | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1 | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1 | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1 | +| //vda1cs4850/c$/user/node_modules/@types | //vda1cs4850/c$/user/node_modules | | //vda1cs4850/c$/user/username/node_modules/@types | //vda1cs4850/c$/user/username/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules | @@ -413,6 +439,7 @@ Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1 | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/usr/node_modules/@types | //vda1cs4850/c$/usr/node_modules | | //vda1cs4850/c$/usr/username/node_modules/@types | //vda1cs4850/c$/usr/username/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules | @@ -420,6 +447,7 @@ Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1 | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/home/node_modules/@types | //vda1cs4850/c$/home/node_modules | | //vda1cs4850/c$/home/username/node_modules/@types | //vda1cs4850/c$/home/username/node_modules | | //vda1cs4850/c$/home/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/home/username/folderAtRoot/node_modules | | //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules | @@ -430,20 +458,21 @@ Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1 ## RootDirForResolution: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2 -Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types | //vda1cs4850/c$/folderAtRoot/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2 | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2 | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2 | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2 | +| //vda1cs4850/c$/user/node_modules/@types | //vda1cs4850/c$/user/node_modules | | //vda1cs4850/c$/user/username/node_modules/@types | //vda1cs4850/c$/user/username/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules | @@ -451,6 +480,7 @@ Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2 | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/usr/node_modules/@types | //vda1cs4850/c$/usr/node_modules | | //vda1cs4850/c$/usr/username/node_modules/@types | //vda1cs4850/c$/usr/username/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules | @@ -458,6 +488,7 @@ Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2 | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/home/node_modules/@types | //vda1cs4850/c$/home/node_modules | | //vda1cs4850/c$/home/username/node_modules/@types | //vda1cs4850/c$/home/username/node_modules | | //vda1cs4850/c$/home/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/home/username/folderAtRoot/node_modules | | //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules | @@ -468,20 +499,21 @@ Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2 ## RootDirForResolution: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3 -Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types | //vda1cs4850/c$/folderAtRoot/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3 | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3 | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3 | +| //vda1cs4850/c$/user/node_modules/@types | //vda1cs4850/c$/user/node_modules | | //vda1cs4850/c$/user/username/node_modules/@types | //vda1cs4850/c$/user/username/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules | @@ -489,6 +521,7 @@ Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/usr/node_modules/@types | //vda1cs4850/c$/usr/node_modules | | //vda1cs4850/c$/usr/username/node_modules/@types | //vda1cs4850/c$/usr/username/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules | @@ -496,6 +529,7 @@ Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/home/node_modules/@types | //vda1cs4850/c$/home/node_modules | | //vda1cs4850/c$/home/username/node_modules/@types | //vda1cs4850/c$/home/username/node_modules | | //vda1cs4850/c$/home/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/home/username/folderAtRoot/node_modules | | //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules | @@ -506,20 +540,21 @@ Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3 ## RootDirForResolution: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4 -Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types | //vda1cs4850/c$/folderAtRoot/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4 | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4 | +| //vda1cs4850/c$/user/node_modules/@types | //vda1cs4850/c$/user/node_modules | | //vda1cs4850/c$/user/username/node_modules/@types | //vda1cs4850/c$/user/username/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules | @@ -527,6 +562,7 @@ Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/usr/node_modules/@types | //vda1cs4850/c$/usr/node_modules | | //vda1cs4850/c$/usr/username/node_modules/@types | //vda1cs4850/c$/usr/username/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules | @@ -534,6 +570,7 @@ Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/home/node_modules/@types | //vda1cs4850/c$/home/node_modules | | //vda1cs4850/c$/home/username/node_modules/@types | //vda1cs4850/c$/home/username/node_modules | | //vda1cs4850/c$/home/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/home/username/folderAtRoot/node_modules | | //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules | @@ -544,20 +581,21 @@ Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder ## RootDirForResolution: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 -Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types | //vda1cs4850/c$/folderAtRoot/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | +| //vda1cs4850/c$/user/node_modules/@types | //vda1cs4850/c$/user/node_modules | | //vda1cs4850/c$/user/username/node_modules/@types | //vda1cs4850/c$/user/username/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules | @@ -565,6 +603,7 @@ Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/usr/node_modules/@types | //vda1cs4850/c$/usr/node_modules | | //vda1cs4850/c$/usr/username/node_modules/@types | //vda1cs4850/c$/usr/username/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules | @@ -572,6 +611,7 @@ Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/home/node_modules/@types | //vda1cs4850/c$/home/node_modules | | //vda1cs4850/c$/home/username/node_modules/@types | //vda1cs4850/c$/home/username/node_modules | | //vda1cs4850/c$/home/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/home/username/folderAtRoot/node_modules | | //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules | @@ -582,15 +622,15 @@ Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder ## RootDirForResolution: //vda1cs4850/c$/user -Root: //vda1cs4850/c$/user - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types | //vda1cs4850/c$/folderAtRoot/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | @@ -604,6 +644,7 @@ Root: //vda1cs4850/c$/user | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/user | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/user | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/user | +| //vda1cs4850/c$/usr/node_modules/@types | //vda1cs4850/c$/usr/node_modules | | //vda1cs4850/c$/usr/username/node_modules/@types | //vda1cs4850/c$/usr/username/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules | @@ -611,6 +652,7 @@ Root: //vda1cs4850/c$/user | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/home/node_modules/@types | //vda1cs4850/c$/home/node_modules | | //vda1cs4850/c$/home/username/node_modules/@types | //vda1cs4850/c$/home/username/node_modules | | //vda1cs4850/c$/home/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/home/username/folderAtRoot/node_modules | | //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules | @@ -621,20 +663,21 @@ Root: //vda1cs4850/c$/user ## RootDirForResolution: //vda1cs4850/c$/user/username -Root: //vda1cs4850/c$/user/username - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types | //vda1cs4850/c$/folderAtRoot/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/user/node_modules/@types | //vda1cs4850/c$/user/node_modules | | //vda1cs4850/c$/user/username/node_modules/@types | //vda1cs4850/c$/user/username | | //vda1cs4850/c$/user/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/user/username | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/user/username | @@ -642,6 +685,7 @@ Root: //vda1cs4850/c$/user/username | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/user/username | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/user/username | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/user/username | +| //vda1cs4850/c$/usr/node_modules/@types | //vda1cs4850/c$/usr/node_modules | | //vda1cs4850/c$/usr/username/node_modules/@types | //vda1cs4850/c$/usr/username/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules | @@ -649,6 +693,7 @@ Root: //vda1cs4850/c$/user/username | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/home/node_modules/@types | //vda1cs4850/c$/home/node_modules | | //vda1cs4850/c$/home/username/node_modules/@types | //vda1cs4850/c$/home/username/node_modules | | //vda1cs4850/c$/home/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/home/username/folderAtRoot/node_modules | | //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules | @@ -659,20 +704,21 @@ Root: //vda1cs4850/c$/user/username ## RootDirForResolution: //vda1cs4850/c$/user/username/folderAtRoot -Root: //vda1cs4850/c$/user/username/folderAtRoot - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types | //vda1cs4850/c$/folderAtRoot/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/user/node_modules/@types | //vda1cs4850/c$/user/node_modules | | //vda1cs4850/c$/user/username/node_modules/@types | //vda1cs4850/c$/user/username/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot | @@ -680,6 +726,7 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot | +| //vda1cs4850/c$/usr/node_modules/@types | //vda1cs4850/c$/usr/node_modules | | //vda1cs4850/c$/usr/username/node_modules/@types | //vda1cs4850/c$/usr/username/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules | @@ -687,6 +734,7 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/home/node_modules/@types | //vda1cs4850/c$/home/node_modules | | //vda1cs4850/c$/home/username/node_modules/@types | //vda1cs4850/c$/home/username/node_modules | | //vda1cs4850/c$/home/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/home/username/folderAtRoot/node_modules | | //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules | @@ -697,20 +745,21 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot ## RootDirForResolution: //vda1cs4850/c$/user/username/folderAtRoot/folder1 -Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types | //vda1cs4850/c$/folderAtRoot/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/user/node_modules/@types | //vda1cs4850/c$/user/node_modules | | //vda1cs4850/c$/user/username/node_modules/@types | //vda1cs4850/c$/user/username/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1 | @@ -718,6 +767,7 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1 | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1 | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1 | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1 | +| //vda1cs4850/c$/usr/node_modules/@types | //vda1cs4850/c$/usr/node_modules | | //vda1cs4850/c$/usr/username/node_modules/@types | //vda1cs4850/c$/usr/username/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules | @@ -725,6 +775,7 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1 | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/home/node_modules/@types | //vda1cs4850/c$/home/node_modules | | //vda1cs4850/c$/home/username/node_modules/@types | //vda1cs4850/c$/home/username/node_modules | | //vda1cs4850/c$/home/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/home/username/folderAtRoot/node_modules | | //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules | @@ -735,20 +786,21 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1 ## RootDirForResolution: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2 -Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types | //vda1cs4850/c$/folderAtRoot/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/user/node_modules/@types | //vda1cs4850/c$/user/node_modules | | //vda1cs4850/c$/user/username/node_modules/@types | //vda1cs4850/c$/user/username/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules | @@ -756,6 +808,7 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2 | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2 | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2 | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2 | +| //vda1cs4850/c$/usr/node_modules/@types | //vda1cs4850/c$/usr/node_modules | | //vda1cs4850/c$/usr/username/node_modules/@types | //vda1cs4850/c$/usr/username/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules | @@ -763,6 +816,7 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2 | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/home/node_modules/@types | //vda1cs4850/c$/home/node_modules | | //vda1cs4850/c$/home/username/node_modules/@types | //vda1cs4850/c$/home/username/node_modules | | //vda1cs4850/c$/home/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/home/username/folderAtRoot/node_modules | | //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules | @@ -773,20 +827,21 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2 ## RootDirForResolution: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3 -Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types | //vda1cs4850/c$/folderAtRoot/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/user/node_modules/@types | //vda1cs4850/c$/user/node_modules | | //vda1cs4850/c$/user/username/node_modules/@types | //vda1cs4850/c$/user/username/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules | @@ -794,6 +849,7 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3 | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3 | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3 | +| //vda1cs4850/c$/usr/node_modules/@types | //vda1cs4850/c$/usr/node_modules | | //vda1cs4850/c$/usr/username/node_modules/@types | //vda1cs4850/c$/usr/username/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules | @@ -801,6 +857,7 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/home/node_modules/@types | //vda1cs4850/c$/home/node_modules | | //vda1cs4850/c$/home/username/node_modules/@types | //vda1cs4850/c$/home/username/node_modules | | //vda1cs4850/c$/home/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/home/username/folderAtRoot/node_modules | | //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules | @@ -811,20 +868,21 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3 ## RootDirForResolution: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4 -Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types | //vda1cs4850/c$/folderAtRoot/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/user/node_modules/@types | //vda1cs4850/c$/user/node_modules | | //vda1cs4850/c$/user/username/node_modules/@types | //vda1cs4850/c$/user/username/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules | @@ -832,6 +890,7 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4 | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4 | +| //vda1cs4850/c$/usr/node_modules/@types | //vda1cs4850/c$/usr/node_modules | | //vda1cs4850/c$/usr/username/node_modules/@types | //vda1cs4850/c$/usr/username/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules | @@ -839,6 +898,7 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/home/node_modules/@types | //vda1cs4850/c$/home/node_modules | | //vda1cs4850/c$/home/username/node_modules/@types | //vda1cs4850/c$/home/username/node_modules | | //vda1cs4850/c$/home/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/home/username/folderAtRoot/node_modules | | //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules | @@ -849,20 +909,21 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4 ## RootDirForResolution: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 -Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types | //vda1cs4850/c$/folderAtRoot/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/user/node_modules/@types | //vda1cs4850/c$/user/node_modules | | //vda1cs4850/c$/user/username/node_modules/@types | //vda1cs4850/c$/user/username/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules | @@ -870,6 +931,7 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | +| //vda1cs4850/c$/usr/node_modules/@types | //vda1cs4850/c$/usr/node_modules | | //vda1cs4850/c$/usr/username/node_modules/@types | //vda1cs4850/c$/usr/username/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules | @@ -877,6 +939,7 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/home/node_modules/@types | //vda1cs4850/c$/home/node_modules | | //vda1cs4850/c$/home/username/node_modules/@types | //vda1cs4850/c$/home/username/node_modules | | //vda1cs4850/c$/home/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/home/username/folderAtRoot/node_modules | | //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules | @@ -887,20 +950,21 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4 ## RootDirForResolution: //vda1cs4850/c$/usr -Root: //vda1cs4850/c$/usr - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types | //vda1cs4850/c$/folderAtRoot/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/user/node_modules/@types | //vda1cs4850/c$/user/node_modules | | //vda1cs4850/c$/user/username/node_modules/@types | //vda1cs4850/c$/user/username/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules | @@ -916,6 +980,7 @@ Root: //vda1cs4850/c$/usr | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/usr | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/usr | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/usr | +| //vda1cs4850/c$/home/node_modules/@types | //vda1cs4850/c$/home/node_modules | | //vda1cs4850/c$/home/username/node_modules/@types | //vda1cs4850/c$/home/username/node_modules | | //vda1cs4850/c$/home/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/home/username/folderAtRoot/node_modules | | //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules | @@ -926,20 +991,21 @@ Root: //vda1cs4850/c$/usr ## RootDirForResolution: //vda1cs4850/c$/usr/username -Root: //vda1cs4850/c$/usr/username - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types | //vda1cs4850/c$/folderAtRoot/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/user/node_modules/@types | //vda1cs4850/c$/user/node_modules | | //vda1cs4850/c$/user/username/node_modules/@types | //vda1cs4850/c$/user/username/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules | @@ -947,6 +1013,7 @@ Root: //vda1cs4850/c$/usr/username | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/usr/node_modules/@types | //vda1cs4850/c$/usr/node_modules | | //vda1cs4850/c$/usr/username/node_modules/@types | //vda1cs4850/c$/usr/username | | //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/usr/username | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/usr/username | @@ -954,6 +1021,7 @@ Root: //vda1cs4850/c$/usr/username | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/usr/username | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/usr/username | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/usr/username | +| //vda1cs4850/c$/home/node_modules/@types | //vda1cs4850/c$/home/node_modules | | //vda1cs4850/c$/home/username/node_modules/@types | //vda1cs4850/c$/home/username/node_modules | | //vda1cs4850/c$/home/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/home/username/folderAtRoot/node_modules | | //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules | @@ -964,20 +1032,21 @@ Root: //vda1cs4850/c$/usr/username ## RootDirForResolution: //vda1cs4850/c$/usr/username/folderAtRoot -Root: //vda1cs4850/c$/usr/username/folderAtRoot - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types | //vda1cs4850/c$/folderAtRoot/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/user/node_modules/@types | //vda1cs4850/c$/user/node_modules | | //vda1cs4850/c$/user/username/node_modules/@types | //vda1cs4850/c$/user/username/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules | @@ -985,6 +1054,7 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/usr/node_modules/@types | //vda1cs4850/c$/usr/node_modules | | //vda1cs4850/c$/usr/username/node_modules/@types | //vda1cs4850/c$/usr/username/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot | @@ -992,6 +1062,7 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot | +| //vda1cs4850/c$/home/node_modules/@types | //vda1cs4850/c$/home/node_modules | | //vda1cs4850/c$/home/username/node_modules/@types | //vda1cs4850/c$/home/username/node_modules | | //vda1cs4850/c$/home/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/home/username/folderAtRoot/node_modules | | //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules | @@ -1002,20 +1073,21 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot ## RootDirForResolution: //vda1cs4850/c$/usr/username/folderAtRoot/folder1 -Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types | //vda1cs4850/c$/folderAtRoot/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/user/node_modules/@types | //vda1cs4850/c$/user/node_modules | | //vda1cs4850/c$/user/username/node_modules/@types | //vda1cs4850/c$/user/username/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules | @@ -1023,6 +1095,7 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1 | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/usr/node_modules/@types | //vda1cs4850/c$/usr/node_modules | | //vda1cs4850/c$/usr/username/node_modules/@types | //vda1cs4850/c$/usr/username/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1 | @@ -1030,6 +1103,7 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1 | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1 | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1 | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1 | +| //vda1cs4850/c$/home/node_modules/@types | //vda1cs4850/c$/home/node_modules | | //vda1cs4850/c$/home/username/node_modules/@types | //vda1cs4850/c$/home/username/node_modules | | //vda1cs4850/c$/home/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/home/username/folderAtRoot/node_modules | | //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules | @@ -1040,20 +1114,21 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1 ## RootDirForResolution: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2 -Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types | //vda1cs4850/c$/folderAtRoot/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/user/node_modules/@types | //vda1cs4850/c$/user/node_modules | | //vda1cs4850/c$/user/username/node_modules/@types | //vda1cs4850/c$/user/username/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules | @@ -1061,6 +1136,7 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2 | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/usr/node_modules/@types | //vda1cs4850/c$/usr/node_modules | | //vda1cs4850/c$/usr/username/node_modules/@types | //vda1cs4850/c$/usr/username/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules | @@ -1068,6 +1144,7 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2 | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2 | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2 | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2 | +| //vda1cs4850/c$/home/node_modules/@types | //vda1cs4850/c$/home/node_modules | | //vda1cs4850/c$/home/username/node_modules/@types | //vda1cs4850/c$/home/username/node_modules | | //vda1cs4850/c$/home/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/home/username/folderAtRoot/node_modules | | //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules | @@ -1078,20 +1155,21 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2 ## RootDirForResolution: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3 -Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types | //vda1cs4850/c$/folderAtRoot/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/user/node_modules/@types | //vda1cs4850/c$/user/node_modules | | //vda1cs4850/c$/user/username/node_modules/@types | //vda1cs4850/c$/user/username/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules | @@ -1099,6 +1177,7 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/usr/node_modules/@types | //vda1cs4850/c$/usr/node_modules | | //vda1cs4850/c$/usr/username/node_modules/@types | //vda1cs4850/c$/usr/username/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules | @@ -1106,6 +1185,7 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3 | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3 | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3 | +| //vda1cs4850/c$/home/node_modules/@types | //vda1cs4850/c$/home/node_modules | | //vda1cs4850/c$/home/username/node_modules/@types | //vda1cs4850/c$/home/username/node_modules | | //vda1cs4850/c$/home/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/home/username/folderAtRoot/node_modules | | //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules | @@ -1116,20 +1196,21 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3 ## RootDirForResolution: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 -Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types | //vda1cs4850/c$/folderAtRoot/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/user/node_modules/@types | //vda1cs4850/c$/user/node_modules | | //vda1cs4850/c$/user/username/node_modules/@types | //vda1cs4850/c$/user/username/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules | @@ -1137,6 +1218,7 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/usr/node_modules/@types | //vda1cs4850/c$/usr/node_modules | | //vda1cs4850/c$/usr/username/node_modules/@types | //vda1cs4850/c$/usr/username/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules | @@ -1144,6 +1226,7 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 | +| //vda1cs4850/c$/home/node_modules/@types | //vda1cs4850/c$/home/node_modules | | //vda1cs4850/c$/home/username/node_modules/@types | //vda1cs4850/c$/home/username/node_modules | | //vda1cs4850/c$/home/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/home/username/folderAtRoot/node_modules | | //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules | @@ -1154,20 +1237,21 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 ## RootDirForResolution: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 -Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types | //vda1cs4850/c$/folderAtRoot/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/user/node_modules/@types | //vda1cs4850/c$/user/node_modules | | //vda1cs4850/c$/user/username/node_modules/@types | //vda1cs4850/c$/user/username/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules | @@ -1175,6 +1259,7 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/ | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/usr/node_modules/@types | //vda1cs4850/c$/usr/node_modules | | //vda1cs4850/c$/usr/username/node_modules/@types | //vda1cs4850/c$/usr/username/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules | @@ -1182,6 +1267,7 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/ | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | +| //vda1cs4850/c$/home/node_modules/@types | //vda1cs4850/c$/home/node_modules | | //vda1cs4850/c$/home/username/node_modules/@types | //vda1cs4850/c$/home/username/node_modules | | //vda1cs4850/c$/home/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/home/username/folderAtRoot/node_modules | | //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules | @@ -1192,20 +1278,21 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/ ## RootDirForResolution: //vda1cs4850/c$/home -Root: //vda1cs4850/c$/home - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types | //vda1cs4850/c$/folderAtRoot/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/user/node_modules/@types | //vda1cs4850/c$/user/node_modules | | //vda1cs4850/c$/user/username/node_modules/@types | //vda1cs4850/c$/user/username/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules | @@ -1213,6 +1300,7 @@ Root: //vda1cs4850/c$/home | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/usr/node_modules/@types | //vda1cs4850/c$/usr/node_modules | | //vda1cs4850/c$/usr/username/node_modules/@types | //vda1cs4850/c$/usr/username/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules | @@ -1231,20 +1319,21 @@ Root: //vda1cs4850/c$/home ## RootDirForResolution: //vda1cs4850/c$/home/username -Root: //vda1cs4850/c$/home/username - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types | //vda1cs4850/c$/folderAtRoot/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/user/node_modules/@types | //vda1cs4850/c$/user/node_modules | | //vda1cs4850/c$/user/username/node_modules/@types | //vda1cs4850/c$/user/username/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules | @@ -1252,6 +1341,7 @@ Root: //vda1cs4850/c$/home/username | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/usr/node_modules/@types | //vda1cs4850/c$/usr/node_modules | | //vda1cs4850/c$/usr/username/node_modules/@types | //vda1cs4850/c$/usr/username/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules | @@ -1259,6 +1349,7 @@ Root: //vda1cs4850/c$/home/username | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/home/node_modules/@types | //vda1cs4850/c$/home/node_modules | | //vda1cs4850/c$/home/username/node_modules/@types | //vda1cs4850/c$/home/username | | //vda1cs4850/c$/home/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/home/username | | //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/home/username | @@ -1269,20 +1360,21 @@ Root: //vda1cs4850/c$/home/username ## RootDirForResolution: //vda1cs4850/c$/home/username/folderAtRoot -Root: //vda1cs4850/c$/home/username/folderAtRoot - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types | //vda1cs4850/c$/folderAtRoot/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/user/node_modules/@types | //vda1cs4850/c$/user/node_modules | | //vda1cs4850/c$/user/username/node_modules/@types | //vda1cs4850/c$/user/username/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules | @@ -1290,6 +1382,7 @@ Root: //vda1cs4850/c$/home/username/folderAtRoot | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/usr/node_modules/@types | //vda1cs4850/c$/usr/node_modules | | //vda1cs4850/c$/usr/username/node_modules/@types | //vda1cs4850/c$/usr/username/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules | @@ -1297,6 +1390,7 @@ Root: //vda1cs4850/c$/home/username/folderAtRoot | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/home/node_modules/@types | //vda1cs4850/c$/home/node_modules | | //vda1cs4850/c$/home/username/node_modules/@types | //vda1cs4850/c$/home/username/node_modules | | //vda1cs4850/c$/home/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/home/username/folderAtRoot | | //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/home/username/folderAtRoot | @@ -1307,20 +1401,21 @@ Root: //vda1cs4850/c$/home/username/folderAtRoot ## RootDirForResolution: //vda1cs4850/c$/home/username/folderAtRoot/folder1 -Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types | //vda1cs4850/c$/folderAtRoot/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/user/node_modules/@types | //vda1cs4850/c$/user/node_modules | | //vda1cs4850/c$/user/username/node_modules/@types | //vda1cs4850/c$/user/username/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules | @@ -1328,6 +1423,7 @@ Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1 | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/usr/node_modules/@types | //vda1cs4850/c$/usr/node_modules | | //vda1cs4850/c$/usr/username/node_modules/@types | //vda1cs4850/c$/usr/username/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules | @@ -1335,6 +1431,7 @@ Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1 | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/home/node_modules/@types | //vda1cs4850/c$/home/node_modules | | //vda1cs4850/c$/home/username/node_modules/@types | //vda1cs4850/c$/home/username/node_modules | | //vda1cs4850/c$/home/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/home/username/folderAtRoot/node_modules | | //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/home/username/folderAtRoot/folder1 | @@ -1345,20 +1442,21 @@ Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1 ## RootDirForResolution: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2 -Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types | //vda1cs4850/c$/folderAtRoot/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/user/node_modules/@types | //vda1cs4850/c$/user/node_modules | | //vda1cs4850/c$/user/username/node_modules/@types | //vda1cs4850/c$/user/username/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules | @@ -1366,6 +1464,7 @@ Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2 | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/usr/node_modules/@types | //vda1cs4850/c$/usr/node_modules | | //vda1cs4850/c$/usr/username/node_modules/@types | //vda1cs4850/c$/usr/username/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules | @@ -1373,6 +1472,7 @@ Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2 | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/home/node_modules/@types | //vda1cs4850/c$/home/node_modules | | //vda1cs4850/c$/home/username/node_modules/@types | //vda1cs4850/c$/home/username/node_modules | | //vda1cs4850/c$/home/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/home/username/folderAtRoot/node_modules | | //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules | @@ -1383,20 +1483,21 @@ Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2 ## RootDirForResolution: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3 -Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types | //vda1cs4850/c$/folderAtRoot/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/user/node_modules/@types | //vda1cs4850/c$/user/node_modules | | //vda1cs4850/c$/user/username/node_modules/@types | //vda1cs4850/c$/user/username/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules | @@ -1404,6 +1505,7 @@ Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/usr/node_modules/@types | //vda1cs4850/c$/usr/node_modules | | //vda1cs4850/c$/usr/username/node_modules/@types | //vda1cs4850/c$/usr/username/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules | @@ -1411,6 +1513,7 @@ Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/home/node_modules/@types | //vda1cs4850/c$/home/node_modules | | //vda1cs4850/c$/home/username/node_modules/@types | //vda1cs4850/c$/home/username/node_modules | | //vda1cs4850/c$/home/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/home/username/folderAtRoot/node_modules | | //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules | @@ -1421,20 +1524,21 @@ Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3 ## RootDirForResolution: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4 -Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types | //vda1cs4850/c$/folderAtRoot/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/user/node_modules/@types | //vda1cs4850/c$/user/node_modules | | //vda1cs4850/c$/user/username/node_modules/@types | //vda1cs4850/c$/user/username/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules | @@ -1442,6 +1546,7 @@ Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/usr/node_modules/@types | //vda1cs4850/c$/usr/node_modules | | //vda1cs4850/c$/usr/username/node_modules/@types | //vda1cs4850/c$/usr/username/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules | @@ -1449,6 +1554,7 @@ Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/home/node_modules/@types | //vda1cs4850/c$/home/node_modules | | //vda1cs4850/c$/home/username/node_modules/@types | //vda1cs4850/c$/home/username/node_modules | | //vda1cs4850/c$/home/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/home/username/folderAtRoot/node_modules | | //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules | @@ -1459,20 +1565,21 @@ Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4 ## RootDirForResolution: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 -Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - | Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | +| //vda1cs4850/c$/folderAtRoot/node_modules/@types | //vda1cs4850/c$/folderAtRoot/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/user/node_modules/@types | //vda1cs4850/c$/user/node_modules | | //vda1cs4850/c$/user/username/node_modules/@types | //vda1cs4850/c$/user/username/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules | @@ -1480,6 +1587,7 @@ Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/usr/node_modules/@types | //vda1cs4850/c$/usr/node_modules | | //vda1cs4850/c$/usr/username/node_modules/@types | //vda1cs4850/c$/usr/username/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules | @@ -1487,6 +1595,7 @@ Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | +| //vda1cs4850/c$/home/node_modules/@types | //vda1cs4850/c$/home/node_modules | | //vda1cs4850/c$/home/username/node_modules/@types | //vda1cs4850/c$/home/username/node_modules | | //vda1cs4850/c$/home/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/home/username/folderAtRoot/node_modules | | //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules | @@ -1495,41 +1604,3 @@ Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | | //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | -## RootDirForResolution: undefined - -Root: undefined - -| Directory | getDirectoryToWatchFailedLookupLocationFromTypeRoot | -| ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | -| //vda1cs4850/c$/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/c$/user/username/node_modules/@types | //vda1cs4850/c$/user/username/node_modules | -| //vda1cs4850/c$/user/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/node_modules | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/node_modules | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/c$/usr/username/node_modules/@types | //vda1cs4850/c$/usr/username/node_modules | -| //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/node_modules | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/node_modules | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | -| //vda1cs4850/c$/home/username/node_modules/@types | //vda1cs4850/c$/home/username/node_modules | -| //vda1cs4850/c$/home/username/folderAtRoot/node_modules/@types | //vda1cs4850/c$/home/username/folderAtRoot/node_modules | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/@types | //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/node_modules/@types | //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/node_modules | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/@types | //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/node_modules | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/@types | //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/@types | //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | - diff --git a/tests/baselines/reference/canWatch/getDirectoryToWatchFailedLookupLocationNodeModulesDos.baseline.md b/tests/baselines/reference/canWatch/getDirectoryToWatchFailedLookupLocationNodeModulesDos.baseline.md index 6457f3fc38dd5..7a0a32a0352ac 100644 --- a/tests/baselines/reference/canWatch/getDirectoryToWatchFailedLookupLocationNodeModulesDos.baseline.md +++ b/tests/baselines/reference/canWatch/getDirectoryToWatchFailedLookupLocationNodeModulesDos.baseline.md @@ -7,13 +7,11 @@ It also determines the directory to watch and whether to watch it recursively or ## RootDirForResolution: c:/ -Root: c: - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | -| c:/node_modules/somefile.d.ts | c:/node_modules | true | -| c:/node_modules/dir/somefile.d.ts | c:/node_modules | true | -| c:/node_modules/dir/subdir/somefile.d.ts | c:/node_modules | true | +| c:/node_modules/somefile.d.ts | | | +| c:/node_modules/dir/somefile.d.ts | | | +| c:/node_modules/dir/subdir/somefile.d.ts | | | | c:/folderAtRoot/node_modules/somefile.d.ts | c:/folderAtRoot | true | | c:/folderAtRoot/node_modules/dir/somefile.d.ts | c:/folderAtRoot | true | | c:/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | @@ -32,30 +30,30 @@ Root: c: | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/folderAtRoot | true | | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/folderAtRoot | true | | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/folderAtRoot | true | -| c:/users/node_modules/somefile.d.ts | c:/users | true | -| c:/users/node_modules/dir/somefile.d.ts | c:/users | true | -| c:/users/node_modules/dir/subdir/somefile.d.ts | c:/users | true | -| c:/users/username/node_modules/somefile.d.ts | c:/users | true | -| c:/users/username/node_modules/dir/somefile.d.ts | c:/users | true | -| c:/users/username/node_modules/dir/subdir/somefile.d.ts | c:/users | true | -| c:/users/username/folderAtRoot/node_modules/somefile.d.ts | c:/users | true | -| c:/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | c:/users | true | -| c:/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | c:/users | true | -| c:/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | c:/users | true | -| c:/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | c:/users | true | -| c:/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | c:/users | true | -| c:/users/username/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | c:/users | true | -| c:/users/username/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | c:/users | true | -| c:/users/username/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | c:/users | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | c:/users | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | c:/users | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | c:/users | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/somefile.d.ts | c:/users | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/somefile.d.ts | c:/users | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/subdir/somefile.d.ts | c:/users | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/users | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/users | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/users | true | +| c:/users/node_modules/somefile.d.ts | | | +| c:/users/node_modules/dir/somefile.d.ts | | | +| c:/users/node_modules/dir/subdir/somefile.d.ts | | | +| c:/users/username/node_modules/somefile.d.ts | | | +| c:/users/username/node_modules/dir/somefile.d.ts | | | +| c:/users/username/node_modules/dir/subdir/somefile.d.ts | | | +| c:/users/username/folderAtRoot/node_modules/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | | c:/user/node_modules/somefile.d.ts | c:/user | true | | c:/user/node_modules/dir/somefile.d.ts | c:/user | true | | c:/user/node_modules/dir/subdir/somefile.d.ts | c:/user | true | @@ -131,8 +129,6 @@ Root: c: ## RootDirForResolution: c:/folderAtRoot -Root: c:/folderAtRoot - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | | c:/node_modules/somefile.d.ts | | | @@ -162,9 +158,9 @@ Root: c:/folderAtRoot | c:/users/username/node_modules/somefile.d.ts | | | | c:/users/username/node_modules/dir/somefile.d.ts | | | | c:/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| c:/users/username/folderAtRoot/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | @@ -180,9 +176,9 @@ Root: c:/folderAtRoot | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/user/node_modules/somefile.d.ts | | | -| c:/user/node_modules/dir/somefile.d.ts | | | -| c:/user/node_modules/dir/subdir/somefile.d.ts | | | +| c:/user/node_modules/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/dir/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/dir/subdir/somefile.d.ts | c:/user/node_modules | true | | c:/user/username/node_modules/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/dir/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/dir/subdir/somefile.d.ts | c:/user/username/node_modules | true | @@ -204,9 +200,9 @@ Root: c:/folderAtRoot | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/usr/node_modules/somefile.d.ts | | | -| c:/usr/node_modules/dir/somefile.d.ts | | | -| c:/usr/node_modules/dir/subdir/somefile.d.ts | | | +| c:/usr/node_modules/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/dir/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/dir/subdir/somefile.d.ts | c:/usr/node_modules | true | | c:/usr/username/node_modules/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/dir/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/dir/subdir/somefile.d.ts | c:/usr/username/node_modules | true | @@ -228,9 +224,9 @@ Root: c:/folderAtRoot | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/home/node_modules/somefile.d.ts | | | -| c:/home/node_modules/dir/somefile.d.ts | | | -| c:/home/node_modules/dir/subdir/somefile.d.ts | | | +| c:/home/node_modules/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/dir/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/dir/subdir/somefile.d.ts | c:/home/node_modules | true | | c:/home/username/node_modules/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/dir/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/dir/subdir/somefile.d.ts | c:/home/username/node_modules | true | @@ -255,16 +251,14 @@ Root: c:/folderAtRoot ## RootDirForResolution: c:/folderAtRoot/folder1 -Root: c:/folderAtRoot/folder1 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | | c:/node_modules/somefile.d.ts | | | | c:/node_modules/dir/somefile.d.ts | | | | c:/node_modules/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| c:/folderAtRoot/node_modules/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/dir/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | c:/folderAtRoot/node_modules | true | | c:/folderAtRoot/folder1/node_modules/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | @@ -286,9 +280,9 @@ Root: c:/folderAtRoot/folder1 | c:/users/username/node_modules/somefile.d.ts | | | | c:/users/username/node_modules/dir/somefile.d.ts | | | | c:/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| c:/users/username/folderAtRoot/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | @@ -304,9 +298,9 @@ Root: c:/folderAtRoot/folder1 | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/user/node_modules/somefile.d.ts | | | -| c:/user/node_modules/dir/somefile.d.ts | | | -| c:/user/node_modules/dir/subdir/somefile.d.ts | | | +| c:/user/node_modules/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/dir/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/dir/subdir/somefile.d.ts | c:/user/node_modules | true | | c:/user/username/node_modules/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/dir/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/dir/subdir/somefile.d.ts | c:/user/username/node_modules | true | @@ -328,9 +322,9 @@ Root: c:/folderAtRoot/folder1 | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/usr/node_modules/somefile.d.ts | | | -| c:/usr/node_modules/dir/somefile.d.ts | | | -| c:/usr/node_modules/dir/subdir/somefile.d.ts | | | +| c:/usr/node_modules/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/dir/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/dir/subdir/somefile.d.ts | c:/usr/node_modules | true | | c:/usr/username/node_modules/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/dir/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/dir/subdir/somefile.d.ts | c:/usr/username/node_modules | true | @@ -352,9 +346,9 @@ Root: c:/folderAtRoot/folder1 | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/home/node_modules/somefile.d.ts | | | -| c:/home/node_modules/dir/somefile.d.ts | | | -| c:/home/node_modules/dir/subdir/somefile.d.ts | | | +| c:/home/node_modules/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/dir/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/dir/subdir/somefile.d.ts | c:/home/node_modules | true | | c:/home/username/node_modules/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/dir/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/dir/subdir/somefile.d.ts | c:/home/username/node_modules | true | @@ -379,16 +373,14 @@ Root: c:/folderAtRoot/folder1 ## RootDirForResolution: c:/folderAtRoot/folder1/folder2 -Root: c:/folderAtRoot/folder1/folder2 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | | c:/node_modules/somefile.d.ts | | | | c:/node_modules/dir/somefile.d.ts | | | | c:/node_modules/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| c:/folderAtRoot/node_modules/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/dir/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | c:/folderAtRoot/node_modules | true | | c:/folderAtRoot/folder1/node_modules/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | @@ -410,9 +402,9 @@ Root: c:/folderAtRoot/folder1/folder2 | c:/users/username/node_modules/somefile.d.ts | | | | c:/users/username/node_modules/dir/somefile.d.ts | | | | c:/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| c:/users/username/folderAtRoot/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | @@ -428,9 +420,9 @@ Root: c:/folderAtRoot/folder1/folder2 | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/user/node_modules/somefile.d.ts | | | -| c:/user/node_modules/dir/somefile.d.ts | | | -| c:/user/node_modules/dir/subdir/somefile.d.ts | | | +| c:/user/node_modules/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/dir/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/dir/subdir/somefile.d.ts | c:/user/node_modules | true | | c:/user/username/node_modules/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/dir/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/dir/subdir/somefile.d.ts | c:/user/username/node_modules | true | @@ -452,9 +444,9 @@ Root: c:/folderAtRoot/folder1/folder2 | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/usr/node_modules/somefile.d.ts | | | -| c:/usr/node_modules/dir/somefile.d.ts | | | -| c:/usr/node_modules/dir/subdir/somefile.d.ts | | | +| c:/usr/node_modules/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/dir/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/dir/subdir/somefile.d.ts | c:/usr/node_modules | true | | c:/usr/username/node_modules/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/dir/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/dir/subdir/somefile.d.ts | c:/usr/username/node_modules | true | @@ -476,9 +468,9 @@ Root: c:/folderAtRoot/folder1/folder2 | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/home/node_modules/somefile.d.ts | | | -| c:/home/node_modules/dir/somefile.d.ts | | | -| c:/home/node_modules/dir/subdir/somefile.d.ts | | | +| c:/home/node_modules/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/dir/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/dir/subdir/somefile.d.ts | c:/home/node_modules | true | | c:/home/username/node_modules/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/dir/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/dir/subdir/somefile.d.ts | c:/home/username/node_modules | true | @@ -503,16 +495,14 @@ Root: c:/folderAtRoot/folder1/folder2 ## RootDirForResolution: c:/folderAtRoot/folder1/folder2/folder3 -Root: c:/folderAtRoot/folder1/folder2/folder3 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | | c:/node_modules/somefile.d.ts | | | | c:/node_modules/dir/somefile.d.ts | | | | c:/node_modules/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| c:/folderAtRoot/node_modules/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/dir/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | c:/folderAtRoot/node_modules | true | | c:/folderAtRoot/folder1/node_modules/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | @@ -534,9 +524,9 @@ Root: c:/folderAtRoot/folder1/folder2/folder3 | c:/users/username/node_modules/somefile.d.ts | | | | c:/users/username/node_modules/dir/somefile.d.ts | | | | c:/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| c:/users/username/folderAtRoot/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | @@ -552,9 +542,9 @@ Root: c:/folderAtRoot/folder1/folder2/folder3 | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/user/node_modules/somefile.d.ts | | | -| c:/user/node_modules/dir/somefile.d.ts | | | -| c:/user/node_modules/dir/subdir/somefile.d.ts | | | +| c:/user/node_modules/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/dir/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/dir/subdir/somefile.d.ts | c:/user/node_modules | true | | c:/user/username/node_modules/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/dir/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/dir/subdir/somefile.d.ts | c:/user/username/node_modules | true | @@ -576,9 +566,9 @@ Root: c:/folderAtRoot/folder1/folder2/folder3 | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/usr/node_modules/somefile.d.ts | | | -| c:/usr/node_modules/dir/somefile.d.ts | | | -| c:/usr/node_modules/dir/subdir/somefile.d.ts | | | +| c:/usr/node_modules/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/dir/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/dir/subdir/somefile.d.ts | c:/usr/node_modules | true | | c:/usr/username/node_modules/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/dir/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/dir/subdir/somefile.d.ts | c:/usr/username/node_modules | true | @@ -600,9 +590,9 @@ Root: c:/folderAtRoot/folder1/folder2/folder3 | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/home/node_modules/somefile.d.ts | | | -| c:/home/node_modules/dir/somefile.d.ts | | | -| c:/home/node_modules/dir/subdir/somefile.d.ts | | | +| c:/home/node_modules/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/dir/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/dir/subdir/somefile.d.ts | c:/home/node_modules | true | | c:/home/username/node_modules/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/dir/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/dir/subdir/somefile.d.ts | c:/home/username/node_modules | true | @@ -627,16 +617,14 @@ Root: c:/folderAtRoot/folder1/folder2/folder3 ## RootDirForResolution: c:/folderAtRoot/folder1/folder2/folder3/folder4 -Root: c:/folderAtRoot/folder1/folder2/folder3/folder4 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | | c:/node_modules/somefile.d.ts | | | | c:/node_modules/dir/somefile.d.ts | | | | c:/node_modules/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| c:/folderAtRoot/node_modules/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/dir/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | c:/folderAtRoot/node_modules | true | | c:/folderAtRoot/folder1/node_modules/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | @@ -658,9 +646,9 @@ Root: c:/folderAtRoot/folder1/folder2/folder3/folder4 | c:/users/username/node_modules/somefile.d.ts | | | | c:/users/username/node_modules/dir/somefile.d.ts | | | | c:/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| c:/users/username/folderAtRoot/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | @@ -676,9 +664,9 @@ Root: c:/folderAtRoot/folder1/folder2/folder3/folder4 | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/user/node_modules/somefile.d.ts | | | -| c:/user/node_modules/dir/somefile.d.ts | | | -| c:/user/node_modules/dir/subdir/somefile.d.ts | | | +| c:/user/node_modules/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/dir/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/dir/subdir/somefile.d.ts | c:/user/node_modules | true | | c:/user/username/node_modules/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/dir/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/dir/subdir/somefile.d.ts | c:/user/username/node_modules | true | @@ -700,9 +688,9 @@ Root: c:/folderAtRoot/folder1/folder2/folder3/folder4 | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/usr/node_modules/somefile.d.ts | | | -| c:/usr/node_modules/dir/somefile.d.ts | | | -| c:/usr/node_modules/dir/subdir/somefile.d.ts | | | +| c:/usr/node_modules/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/dir/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/dir/subdir/somefile.d.ts | c:/usr/node_modules | true | | c:/usr/username/node_modules/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/dir/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/dir/subdir/somefile.d.ts | c:/usr/username/node_modules | true | @@ -724,9 +712,9 @@ Root: c:/folderAtRoot/folder1/folder2/folder3/folder4 | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/home/node_modules/somefile.d.ts | | | -| c:/home/node_modules/dir/somefile.d.ts | | | -| c:/home/node_modules/dir/subdir/somefile.d.ts | | | +| c:/home/node_modules/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/dir/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/dir/subdir/somefile.d.ts | c:/home/node_modules | true | | c:/home/username/node_modules/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/dir/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/dir/subdir/somefile.d.ts | c:/home/username/node_modules | true | @@ -751,16 +739,14 @@ Root: c:/folderAtRoot/folder1/folder2/folder3/folder4 ## RootDirForResolution: c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5 -Root: c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | | c:/node_modules/somefile.d.ts | | | | c:/node_modules/dir/somefile.d.ts | | | | c:/node_modules/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| c:/folderAtRoot/node_modules/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/dir/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | c:/folderAtRoot/node_modules | true | | c:/folderAtRoot/folder1/node_modules/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | @@ -782,9 +768,9 @@ Root: c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | c:/users/username/node_modules/somefile.d.ts | | | | c:/users/username/node_modules/dir/somefile.d.ts | | | | c:/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| c:/users/username/folderAtRoot/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | @@ -800,9 +786,9 @@ Root: c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/user/node_modules/somefile.d.ts | | | -| c:/user/node_modules/dir/somefile.d.ts | | | -| c:/user/node_modules/dir/subdir/somefile.d.ts | | | +| c:/user/node_modules/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/dir/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/dir/subdir/somefile.d.ts | c:/user/node_modules | true | | c:/user/username/node_modules/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/dir/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/dir/subdir/somefile.d.ts | c:/user/username/node_modules | true | @@ -824,9 +810,9 @@ Root: c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/usr/node_modules/somefile.d.ts | | | -| c:/usr/node_modules/dir/somefile.d.ts | | | -| c:/usr/node_modules/dir/subdir/somefile.d.ts | | | +| c:/usr/node_modules/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/dir/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/dir/subdir/somefile.d.ts | c:/usr/node_modules | true | | c:/usr/username/node_modules/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/dir/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/dir/subdir/somefile.d.ts | c:/usr/username/node_modules | true | @@ -848,9 +834,9 @@ Root: c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/home/node_modules/somefile.d.ts | | | -| c:/home/node_modules/dir/somefile.d.ts | | | -| c:/home/node_modules/dir/subdir/somefile.d.ts | | | +| c:/home/node_modules/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/dir/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/dir/subdir/somefile.d.ts | c:/home/node_modules | true | | c:/home/username/node_modules/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/dir/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/dir/subdir/somefile.d.ts | c:/home/username/node_modules | true | @@ -875,16 +861,14 @@ Root: c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5 ## RootDirForResolution: c:/users -Root: c:/users - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | | c:/node_modules/somefile.d.ts | | | | c:/node_modules/dir/somefile.d.ts | | | | c:/node_modules/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| c:/folderAtRoot/node_modules/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/dir/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | c:/folderAtRoot/node_modules | true | | c:/folderAtRoot/folder1/node_modules/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | @@ -900,33 +884,33 @@ Root: c:/users | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/users/node_modules/somefile.d.ts | c:/users/node_modules | true | -| c:/users/node_modules/dir/somefile.d.ts | c:/users/node_modules | true | -| c:/users/node_modules/dir/subdir/somefile.d.ts | c:/users/node_modules | true | -| c:/users/username/node_modules/somefile.d.ts | c:/users/username | true | -| c:/users/username/node_modules/dir/somefile.d.ts | c:/users/username | true | -| c:/users/username/node_modules/dir/subdir/somefile.d.ts | c:/users/username | true | -| c:/users/username/folderAtRoot/node_modules/somefile.d.ts | c:/users/username | true | -| c:/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | c:/users/username | true | -| c:/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | c:/users/username | true | -| c:/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | c:/users/username | true | -| c:/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | c:/users/username | true | -| c:/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | c:/users/username | true | -| c:/users/username/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | c:/users/username | true | -| c:/users/username/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | c:/users/username | true | -| c:/users/username/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | c:/users/username | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | c:/users/username | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | c:/users/username | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | c:/users/username | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/somefile.d.ts | c:/users/username | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/somefile.d.ts | c:/users/username | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/subdir/somefile.d.ts | c:/users/username | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/users/username | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/users/username | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/users/username | true | -| c:/user/node_modules/somefile.d.ts | | | -| c:/user/node_modules/dir/somefile.d.ts | | | -| c:/user/node_modules/dir/subdir/somefile.d.ts | | | +| c:/users/node_modules/somefile.d.ts | | | +| c:/users/node_modules/dir/somefile.d.ts | | | +| c:/users/node_modules/dir/subdir/somefile.d.ts | | | +| c:/users/username/node_modules/somefile.d.ts | | | +| c:/users/username/node_modules/dir/somefile.d.ts | | | +| c:/users/username/node_modules/dir/subdir/somefile.d.ts | | | +| c:/users/username/folderAtRoot/node_modules/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | +| c:/user/node_modules/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/dir/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/dir/subdir/somefile.d.ts | c:/user/node_modules | true | | c:/user/username/node_modules/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/dir/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/dir/subdir/somefile.d.ts | c:/user/username/node_modules | true | @@ -948,9 +932,9 @@ Root: c:/users | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/usr/node_modules/somefile.d.ts | | | -| c:/usr/node_modules/dir/somefile.d.ts | | | -| c:/usr/node_modules/dir/subdir/somefile.d.ts | | | +| c:/usr/node_modules/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/dir/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/dir/subdir/somefile.d.ts | c:/usr/node_modules | true | | c:/usr/username/node_modules/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/dir/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/dir/subdir/somefile.d.ts | c:/usr/username/node_modules | true | @@ -972,9 +956,9 @@ Root: c:/users | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/home/node_modules/somefile.d.ts | | | -| c:/home/node_modules/dir/somefile.d.ts | | | -| c:/home/node_modules/dir/subdir/somefile.d.ts | | | +| c:/home/node_modules/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/dir/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/dir/subdir/somefile.d.ts | c:/home/node_modules | true | | c:/home/username/node_modules/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/dir/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/dir/subdir/somefile.d.ts | c:/home/username/node_modules | true | @@ -999,16 +983,14 @@ Root: c:/users ## RootDirForResolution: c:/users/username -Root: c:/users/username - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | | c:/node_modules/somefile.d.ts | | | | c:/node_modules/dir/somefile.d.ts | | | | c:/node_modules/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| c:/folderAtRoot/node_modules/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/dir/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | c:/folderAtRoot/node_modules | true | | c:/folderAtRoot/folder1/node_modules/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | @@ -1027,9 +1009,9 @@ Root: c:/users/username | c:/users/node_modules/somefile.d.ts | | | | c:/users/node_modules/dir/somefile.d.ts | | | | c:/users/node_modules/dir/subdir/somefile.d.ts | | | -| c:/users/username/node_modules/somefile.d.ts | c:/users/username/node_modules | true | -| c:/users/username/node_modules/dir/somefile.d.ts | c:/users/username/node_modules | true | -| c:/users/username/node_modules/dir/subdir/somefile.d.ts | c:/users/username/node_modules | true | +| c:/users/username/node_modules/somefile.d.ts | | | +| c:/users/username/node_modules/dir/somefile.d.ts | | | +| c:/users/username/node_modules/dir/subdir/somefile.d.ts | | | | c:/users/username/folderAtRoot/node_modules/somefile.d.ts | c:/users/username/folderAtRoot | true | | c:/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | | c:/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | @@ -1048,9 +1030,9 @@ Root: c:/users/username | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/users/username/folderAtRoot | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot | true | -| c:/user/node_modules/somefile.d.ts | | | -| c:/user/node_modules/dir/somefile.d.ts | | | -| c:/user/node_modules/dir/subdir/somefile.d.ts | | | +| c:/user/node_modules/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/dir/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/dir/subdir/somefile.d.ts | c:/user/node_modules | true | | c:/user/username/node_modules/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/dir/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/dir/subdir/somefile.d.ts | c:/user/username/node_modules | true | @@ -1072,9 +1054,9 @@ Root: c:/users/username | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/usr/node_modules/somefile.d.ts | | | -| c:/usr/node_modules/dir/somefile.d.ts | | | -| c:/usr/node_modules/dir/subdir/somefile.d.ts | | | +| c:/usr/node_modules/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/dir/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/dir/subdir/somefile.d.ts | c:/usr/node_modules | true | | c:/usr/username/node_modules/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/dir/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/dir/subdir/somefile.d.ts | c:/usr/username/node_modules | true | @@ -1096,9 +1078,9 @@ Root: c:/users/username | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/home/node_modules/somefile.d.ts | | | -| c:/home/node_modules/dir/somefile.d.ts | | | -| c:/home/node_modules/dir/subdir/somefile.d.ts | | | +| c:/home/node_modules/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/dir/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/dir/subdir/somefile.d.ts | c:/home/node_modules | true | | c:/home/username/node_modules/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/dir/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/dir/subdir/somefile.d.ts | c:/home/username/node_modules | true | @@ -1123,16 +1105,14 @@ Root: c:/users/username ## RootDirForResolution: c:/users/username/folderAtRoot -Root: c:/users/username/folderAtRoot - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | | c:/node_modules/somefile.d.ts | | | | c:/node_modules/dir/somefile.d.ts | | | | c:/node_modules/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| c:/folderAtRoot/node_modules/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/dir/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | c:/folderAtRoot/node_modules | true | | c:/folderAtRoot/folder1/node_modules/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | @@ -1172,9 +1152,9 @@ Root: c:/users/username/folderAtRoot | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/folder1 | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1 | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1 | true | -| c:/user/node_modules/somefile.d.ts | | | -| c:/user/node_modules/dir/somefile.d.ts | | | -| c:/user/node_modules/dir/subdir/somefile.d.ts | | | +| c:/user/node_modules/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/dir/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/dir/subdir/somefile.d.ts | c:/user/node_modules | true | | c:/user/username/node_modules/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/dir/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/dir/subdir/somefile.d.ts | c:/user/username/node_modules | true | @@ -1196,9 +1176,9 @@ Root: c:/users/username/folderAtRoot | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/usr/node_modules/somefile.d.ts | | | -| c:/usr/node_modules/dir/somefile.d.ts | | | -| c:/usr/node_modules/dir/subdir/somefile.d.ts | | | +| c:/usr/node_modules/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/dir/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/dir/subdir/somefile.d.ts | c:/usr/node_modules | true | | c:/usr/username/node_modules/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/dir/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/dir/subdir/somefile.d.ts | c:/usr/username/node_modules | true | @@ -1220,9 +1200,9 @@ Root: c:/users/username/folderAtRoot | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/home/node_modules/somefile.d.ts | | | -| c:/home/node_modules/dir/somefile.d.ts | | | -| c:/home/node_modules/dir/subdir/somefile.d.ts | | | +| c:/home/node_modules/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/dir/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/dir/subdir/somefile.d.ts | c:/home/node_modules | true | | c:/home/username/node_modules/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/dir/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/dir/subdir/somefile.d.ts | c:/home/username/node_modules | true | @@ -1247,16 +1227,14 @@ Root: c:/users/username/folderAtRoot ## RootDirForResolution: c:/users/username/folderAtRoot/folder1 -Root: c:/users/username/folderAtRoot/folder1 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | | c:/node_modules/somefile.d.ts | | | | c:/node_modules/dir/somefile.d.ts | | | | c:/node_modules/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| c:/folderAtRoot/node_modules/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/dir/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | c:/folderAtRoot/node_modules | true | | c:/folderAtRoot/folder1/node_modules/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | @@ -1278,9 +1256,9 @@ Root: c:/users/username/folderAtRoot/folder1 | c:/users/username/node_modules/somefile.d.ts | | | | c:/users/username/node_modules/dir/somefile.d.ts | | | | c:/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| c:/users/username/folderAtRoot/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | @@ -1296,9 +1274,9 @@ Root: c:/users/username/folderAtRoot/folder1 | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2 | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2 | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2 | true | -| c:/user/node_modules/somefile.d.ts | | | -| c:/user/node_modules/dir/somefile.d.ts | | | -| c:/user/node_modules/dir/subdir/somefile.d.ts | | | +| c:/user/node_modules/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/dir/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/dir/subdir/somefile.d.ts | c:/user/node_modules | true | | c:/user/username/node_modules/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/dir/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/dir/subdir/somefile.d.ts | c:/user/username/node_modules | true | @@ -1320,9 +1298,9 @@ Root: c:/users/username/folderAtRoot/folder1 | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/usr/node_modules/somefile.d.ts | | | -| c:/usr/node_modules/dir/somefile.d.ts | | | -| c:/usr/node_modules/dir/subdir/somefile.d.ts | | | +| c:/usr/node_modules/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/dir/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/dir/subdir/somefile.d.ts | c:/usr/node_modules | true | | c:/usr/username/node_modules/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/dir/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/dir/subdir/somefile.d.ts | c:/usr/username/node_modules | true | @@ -1344,9 +1322,9 @@ Root: c:/users/username/folderAtRoot/folder1 | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/home/node_modules/somefile.d.ts | | | -| c:/home/node_modules/dir/somefile.d.ts | | | -| c:/home/node_modules/dir/subdir/somefile.d.ts | | | +| c:/home/node_modules/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/dir/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/dir/subdir/somefile.d.ts | c:/home/node_modules | true | | c:/home/username/node_modules/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/dir/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/dir/subdir/somefile.d.ts | c:/home/username/node_modules | true | @@ -1371,16 +1349,14 @@ Root: c:/users/username/folderAtRoot/folder1 ## RootDirForResolution: c:/users/username/folderAtRoot/folder1/folder2 -Root: c:/users/username/folderAtRoot/folder1/folder2 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | | c:/node_modules/somefile.d.ts | | | | c:/node_modules/dir/somefile.d.ts | | | | c:/node_modules/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| c:/folderAtRoot/node_modules/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/dir/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | c:/folderAtRoot/node_modules | true | | c:/folderAtRoot/folder1/node_modules/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | @@ -1402,9 +1378,9 @@ Root: c:/users/username/folderAtRoot/folder1/folder2 | c:/users/username/node_modules/somefile.d.ts | | | | c:/users/username/node_modules/dir/somefile.d.ts | | | | c:/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| c:/users/username/folderAtRoot/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | @@ -1420,9 +1396,9 @@ Root: c:/users/username/folderAtRoot/folder1/folder2 | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3 | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3 | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3 | true | -| c:/user/node_modules/somefile.d.ts | | | -| c:/user/node_modules/dir/somefile.d.ts | | | -| c:/user/node_modules/dir/subdir/somefile.d.ts | | | +| c:/user/node_modules/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/dir/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/dir/subdir/somefile.d.ts | c:/user/node_modules | true | | c:/user/username/node_modules/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/dir/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/dir/subdir/somefile.d.ts | c:/user/username/node_modules | true | @@ -1444,9 +1420,9 @@ Root: c:/users/username/folderAtRoot/folder1/folder2 | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/usr/node_modules/somefile.d.ts | | | -| c:/usr/node_modules/dir/somefile.d.ts | | | -| c:/usr/node_modules/dir/subdir/somefile.d.ts | | | +| c:/usr/node_modules/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/dir/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/dir/subdir/somefile.d.ts | c:/usr/node_modules | true | | c:/usr/username/node_modules/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/dir/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/dir/subdir/somefile.d.ts | c:/usr/username/node_modules | true | @@ -1468,9 +1444,9 @@ Root: c:/users/username/folderAtRoot/folder1/folder2 | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/home/node_modules/somefile.d.ts | | | -| c:/home/node_modules/dir/somefile.d.ts | | | -| c:/home/node_modules/dir/subdir/somefile.d.ts | | | +| c:/home/node_modules/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/dir/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/dir/subdir/somefile.d.ts | c:/home/node_modules | true | | c:/home/username/node_modules/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/dir/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/dir/subdir/somefile.d.ts | c:/home/username/node_modules | true | @@ -1495,16 +1471,14 @@ Root: c:/users/username/folderAtRoot/folder1/folder2 ## RootDirForResolution: c:/users/username/folderAtRoot/folder1/folder2/folder3 -Root: c:/users/username/folderAtRoot/folder1/folder2/folder3 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | | c:/node_modules/somefile.d.ts | | | | c:/node_modules/dir/somefile.d.ts | | | | c:/node_modules/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| c:/folderAtRoot/node_modules/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/dir/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | c:/folderAtRoot/node_modules | true | | c:/folderAtRoot/folder1/node_modules/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | @@ -1526,9 +1500,9 @@ Root: c:/users/username/folderAtRoot/folder1/folder2/folder3 | c:/users/username/node_modules/somefile.d.ts | | | | c:/users/username/node_modules/dir/somefile.d.ts | | | | c:/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| c:/users/username/folderAtRoot/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | @@ -1544,9 +1518,9 @@ Root: c:/users/username/folderAtRoot/folder1/folder2/folder3 | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4 | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4 | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4 | true | -| c:/user/node_modules/somefile.d.ts | | | -| c:/user/node_modules/dir/somefile.d.ts | | | -| c:/user/node_modules/dir/subdir/somefile.d.ts | | | +| c:/user/node_modules/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/dir/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/dir/subdir/somefile.d.ts | c:/user/node_modules | true | | c:/user/username/node_modules/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/dir/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/dir/subdir/somefile.d.ts | c:/user/username/node_modules | true | @@ -1568,9 +1542,9 @@ Root: c:/users/username/folderAtRoot/folder1/folder2/folder3 | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/usr/node_modules/somefile.d.ts | | | -| c:/usr/node_modules/dir/somefile.d.ts | | | -| c:/usr/node_modules/dir/subdir/somefile.d.ts | | | +| c:/usr/node_modules/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/dir/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/dir/subdir/somefile.d.ts | c:/usr/node_modules | true | | c:/usr/username/node_modules/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/dir/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/dir/subdir/somefile.d.ts | c:/usr/username/node_modules | true | @@ -1592,9 +1566,9 @@ Root: c:/users/username/folderAtRoot/folder1/folder2/folder3 | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/home/node_modules/somefile.d.ts | | | -| c:/home/node_modules/dir/somefile.d.ts | | | -| c:/home/node_modules/dir/subdir/somefile.d.ts | | | +| c:/home/node_modules/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/dir/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/dir/subdir/somefile.d.ts | c:/home/node_modules | true | | c:/home/username/node_modules/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/dir/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/dir/subdir/somefile.d.ts | c:/home/username/node_modules | true | @@ -1619,16 +1593,14 @@ Root: c:/users/username/folderAtRoot/folder1/folder2/folder3 ## RootDirForResolution: c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4 -Root: c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | | c:/node_modules/somefile.d.ts | | | | c:/node_modules/dir/somefile.d.ts | | | | c:/node_modules/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| c:/folderAtRoot/node_modules/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/dir/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | c:/folderAtRoot/node_modules | true | | c:/folderAtRoot/folder1/node_modules/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | @@ -1650,9 +1622,9 @@ Root: c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4 | c:/users/username/node_modules/somefile.d.ts | | | | c:/users/username/node_modules/dir/somefile.d.ts | | | | c:/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| c:/users/username/folderAtRoot/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | @@ -1668,9 +1640,9 @@ Root: c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4 | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | true | -| c:/user/node_modules/somefile.d.ts | | | -| c:/user/node_modules/dir/somefile.d.ts | | | -| c:/user/node_modules/dir/subdir/somefile.d.ts | | | +| c:/user/node_modules/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/dir/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/dir/subdir/somefile.d.ts | c:/user/node_modules | true | | c:/user/username/node_modules/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/dir/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/dir/subdir/somefile.d.ts | c:/user/username/node_modules | true | @@ -1692,9 +1664,9 @@ Root: c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4 | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/usr/node_modules/somefile.d.ts | | | -| c:/usr/node_modules/dir/somefile.d.ts | | | -| c:/usr/node_modules/dir/subdir/somefile.d.ts | | | +| c:/usr/node_modules/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/dir/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/dir/subdir/somefile.d.ts | c:/usr/node_modules | true | | c:/usr/username/node_modules/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/dir/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/dir/subdir/somefile.d.ts | c:/usr/username/node_modules | true | @@ -1716,9 +1688,9 @@ Root: c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4 | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/home/node_modules/somefile.d.ts | | | -| c:/home/node_modules/dir/somefile.d.ts | | | -| c:/home/node_modules/dir/subdir/somefile.d.ts | | | +| c:/home/node_modules/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/dir/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/dir/subdir/somefile.d.ts | c:/home/node_modules | true | | c:/home/username/node_modules/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/dir/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/dir/subdir/somefile.d.ts | c:/home/username/node_modules | true | @@ -1743,16 +1715,14 @@ Root: c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4 ## RootDirForResolution: c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 -Root: c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | | c:/node_modules/somefile.d.ts | | | | c:/node_modules/dir/somefile.d.ts | | | | c:/node_modules/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| c:/folderAtRoot/node_modules/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/dir/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | c:/folderAtRoot/node_modules | true | | c:/folderAtRoot/folder1/node_modules/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | @@ -1774,10 +1744,10 @@ Root: c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | c:/users/username/node_modules/somefile.d.ts | | | | c:/users/username/node_modules/dir/somefile.d.ts | | | | c:/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/node_modules | true | @@ -1792,9 +1762,9 @@ Root: c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/user/node_modules/somefile.d.ts | | | -| c:/user/node_modules/dir/somefile.d.ts | | | -| c:/user/node_modules/dir/subdir/somefile.d.ts | | | +| c:/user/node_modules/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/dir/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/dir/subdir/somefile.d.ts | c:/user/node_modules | true | | c:/user/username/node_modules/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/dir/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/dir/subdir/somefile.d.ts | c:/user/username/node_modules | true | @@ -1816,9 +1786,9 @@ Root: c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/usr/node_modules/somefile.d.ts | | | -| c:/usr/node_modules/dir/somefile.d.ts | | | -| c:/usr/node_modules/dir/subdir/somefile.d.ts | | | +| c:/usr/node_modules/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/dir/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/dir/subdir/somefile.d.ts | c:/usr/node_modules | true | | c:/usr/username/node_modules/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/dir/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/dir/subdir/somefile.d.ts | c:/usr/username/node_modules | true | @@ -1840,9 +1810,9 @@ Root: c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/home/node_modules/somefile.d.ts | | | -| c:/home/node_modules/dir/somefile.d.ts | | | -| c:/home/node_modules/dir/subdir/somefile.d.ts | | | +| c:/home/node_modules/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/dir/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/dir/subdir/somefile.d.ts | c:/home/node_modules | true | | c:/home/username/node_modules/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/dir/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/dir/subdir/somefile.d.ts | c:/home/username/node_modules | true | @@ -1867,16 +1837,14 @@ Root: c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 ## RootDirForResolution: c:/user -Root: c:/user - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | | c:/node_modules/somefile.d.ts | | | | c:/node_modules/dir/somefile.d.ts | | | | c:/node_modules/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| c:/folderAtRoot/node_modules/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/dir/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | c:/folderAtRoot/node_modules | true | | c:/folderAtRoot/folder1/node_modules/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | @@ -1898,9 +1866,9 @@ Root: c:/user | c:/users/username/node_modules/somefile.d.ts | | | | c:/users/username/node_modules/dir/somefile.d.ts | | | | c:/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| c:/users/username/folderAtRoot/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | @@ -1940,9 +1908,9 @@ Root: c:/user | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/user/username | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/user/username | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/user/username | true | -| c:/usr/node_modules/somefile.d.ts | | | -| c:/usr/node_modules/dir/somefile.d.ts | | | -| c:/usr/node_modules/dir/subdir/somefile.d.ts | | | +| c:/usr/node_modules/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/dir/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/dir/subdir/somefile.d.ts | c:/usr/node_modules | true | | c:/usr/username/node_modules/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/dir/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/dir/subdir/somefile.d.ts | c:/usr/username/node_modules | true | @@ -1964,9 +1932,9 @@ Root: c:/user | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/home/node_modules/somefile.d.ts | | | -| c:/home/node_modules/dir/somefile.d.ts | | | -| c:/home/node_modules/dir/subdir/somefile.d.ts | | | +| c:/home/node_modules/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/dir/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/dir/subdir/somefile.d.ts | c:/home/node_modules | true | | c:/home/username/node_modules/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/dir/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/dir/subdir/somefile.d.ts | c:/home/username/node_modules | true | @@ -1991,16 +1959,14 @@ Root: c:/user ## RootDirForResolution: c:/user/username -Root: c:/user/username - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | | c:/node_modules/somefile.d.ts | | | | c:/node_modules/dir/somefile.d.ts | | | | c:/node_modules/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| c:/folderAtRoot/node_modules/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/dir/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | c:/folderAtRoot/node_modules | true | | c:/folderAtRoot/folder1/node_modules/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | @@ -2022,9 +1988,9 @@ Root: c:/user/username | c:/users/username/node_modules/somefile.d.ts | | | | c:/users/username/node_modules/dir/somefile.d.ts | | | | c:/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| c:/users/username/folderAtRoot/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | @@ -2040,9 +2006,9 @@ Root: c:/user/username | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/user/node_modules/somefile.d.ts | | | -| c:/user/node_modules/dir/somefile.d.ts | | | -| c:/user/node_modules/dir/subdir/somefile.d.ts | | | +| c:/user/node_modules/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/dir/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/dir/subdir/somefile.d.ts | c:/user/node_modules | true | | c:/user/username/node_modules/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/dir/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/dir/subdir/somefile.d.ts | c:/user/username/node_modules | true | @@ -2064,9 +2030,9 @@ Root: c:/user/username | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/user/username/folderAtRoot | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/user/username/folderAtRoot | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot | true | -| c:/usr/node_modules/somefile.d.ts | | | -| c:/usr/node_modules/dir/somefile.d.ts | | | -| c:/usr/node_modules/dir/subdir/somefile.d.ts | | | +| c:/usr/node_modules/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/dir/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/dir/subdir/somefile.d.ts | c:/usr/node_modules | true | | c:/usr/username/node_modules/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/dir/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/dir/subdir/somefile.d.ts | c:/usr/username/node_modules | true | @@ -2088,9 +2054,9 @@ Root: c:/user/username | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/home/node_modules/somefile.d.ts | | | -| c:/home/node_modules/dir/somefile.d.ts | | | -| c:/home/node_modules/dir/subdir/somefile.d.ts | | | +| c:/home/node_modules/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/dir/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/dir/subdir/somefile.d.ts | c:/home/node_modules | true | | c:/home/username/node_modules/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/dir/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/dir/subdir/somefile.d.ts | c:/home/username/node_modules | true | @@ -2115,16 +2081,14 @@ Root: c:/user/username ## RootDirForResolution: c:/user/username/folderAtRoot -Root: c:/user/username/folderAtRoot - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | | c:/node_modules/somefile.d.ts | | | | c:/node_modules/dir/somefile.d.ts | | | | c:/node_modules/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| c:/folderAtRoot/node_modules/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/dir/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | c:/folderAtRoot/node_modules | true | | c:/folderAtRoot/folder1/node_modules/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | @@ -2146,9 +2110,9 @@ Root: c:/user/username/folderAtRoot | c:/users/username/node_modules/somefile.d.ts | | | | c:/users/username/node_modules/dir/somefile.d.ts | | | | c:/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| c:/users/username/folderAtRoot/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | @@ -2164,9 +2128,9 @@ Root: c:/user/username/folderAtRoot | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/user/node_modules/somefile.d.ts | | | -| c:/user/node_modules/dir/somefile.d.ts | | | -| c:/user/node_modules/dir/subdir/somefile.d.ts | | | +| c:/user/node_modules/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/dir/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/dir/subdir/somefile.d.ts | c:/user/node_modules | true | | c:/user/username/node_modules/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/dir/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/dir/subdir/somefile.d.ts | c:/user/username/node_modules | true | @@ -2188,9 +2152,9 @@ Root: c:/user/username/folderAtRoot | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/user/username/folderAtRoot/folder1 | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1 | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1 | true | -| c:/usr/node_modules/somefile.d.ts | | | -| c:/usr/node_modules/dir/somefile.d.ts | | | -| c:/usr/node_modules/dir/subdir/somefile.d.ts | | | +| c:/usr/node_modules/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/dir/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/dir/subdir/somefile.d.ts | c:/usr/node_modules | true | | c:/usr/username/node_modules/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/dir/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/dir/subdir/somefile.d.ts | c:/usr/username/node_modules | true | @@ -2212,9 +2176,9 @@ Root: c:/user/username/folderAtRoot | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/home/node_modules/somefile.d.ts | | | -| c:/home/node_modules/dir/somefile.d.ts | | | -| c:/home/node_modules/dir/subdir/somefile.d.ts | | | +| c:/home/node_modules/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/dir/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/dir/subdir/somefile.d.ts | c:/home/node_modules | true | | c:/home/username/node_modules/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/dir/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/dir/subdir/somefile.d.ts | c:/home/username/node_modules | true | @@ -2239,16 +2203,14 @@ Root: c:/user/username/folderAtRoot ## RootDirForResolution: c:/user/username/folderAtRoot/folder1 -Root: c:/user/username/folderAtRoot/folder1 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | | c:/node_modules/somefile.d.ts | | | | c:/node_modules/dir/somefile.d.ts | | | | c:/node_modules/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| c:/folderAtRoot/node_modules/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/dir/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | c:/folderAtRoot/node_modules | true | | c:/folderAtRoot/folder1/node_modules/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | @@ -2270,9 +2232,9 @@ Root: c:/user/username/folderAtRoot/folder1 | c:/users/username/node_modules/somefile.d.ts | | | | c:/users/username/node_modules/dir/somefile.d.ts | | | | c:/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| c:/users/username/folderAtRoot/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | @@ -2288,9 +2250,9 @@ Root: c:/user/username/folderAtRoot/folder1 | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/user/node_modules/somefile.d.ts | | | -| c:/user/node_modules/dir/somefile.d.ts | | | -| c:/user/node_modules/dir/subdir/somefile.d.ts | | | +| c:/user/node_modules/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/dir/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/dir/subdir/somefile.d.ts | c:/user/node_modules | true | | c:/user/username/node_modules/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/dir/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/dir/subdir/somefile.d.ts | c:/user/username/node_modules | true | @@ -2312,9 +2274,9 @@ Root: c:/user/username/folderAtRoot/folder1 | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2 | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2 | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2 | true | -| c:/usr/node_modules/somefile.d.ts | | | -| c:/usr/node_modules/dir/somefile.d.ts | | | -| c:/usr/node_modules/dir/subdir/somefile.d.ts | | | +| c:/usr/node_modules/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/dir/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/dir/subdir/somefile.d.ts | c:/usr/node_modules | true | | c:/usr/username/node_modules/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/dir/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/dir/subdir/somefile.d.ts | c:/usr/username/node_modules | true | @@ -2336,9 +2298,9 @@ Root: c:/user/username/folderAtRoot/folder1 | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/home/node_modules/somefile.d.ts | | | -| c:/home/node_modules/dir/somefile.d.ts | | | -| c:/home/node_modules/dir/subdir/somefile.d.ts | | | +| c:/home/node_modules/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/dir/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/dir/subdir/somefile.d.ts | c:/home/node_modules | true | | c:/home/username/node_modules/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/dir/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/dir/subdir/somefile.d.ts | c:/home/username/node_modules | true | @@ -2363,16 +2325,14 @@ Root: c:/user/username/folderAtRoot/folder1 ## RootDirForResolution: c:/user/username/folderAtRoot/folder1/folder2 -Root: c:/user/username/folderAtRoot/folder1/folder2 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | | c:/node_modules/somefile.d.ts | | | | c:/node_modules/dir/somefile.d.ts | | | | c:/node_modules/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| c:/folderAtRoot/node_modules/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/dir/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | c:/folderAtRoot/node_modules | true | | c:/folderAtRoot/folder1/node_modules/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | @@ -2394,9 +2354,9 @@ Root: c:/user/username/folderAtRoot/folder1/folder2 | c:/users/username/node_modules/somefile.d.ts | | | | c:/users/username/node_modules/dir/somefile.d.ts | | | | c:/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| c:/users/username/folderAtRoot/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | @@ -2412,9 +2372,9 @@ Root: c:/user/username/folderAtRoot/folder1/folder2 | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/user/node_modules/somefile.d.ts | | | -| c:/user/node_modules/dir/somefile.d.ts | | | -| c:/user/node_modules/dir/subdir/somefile.d.ts | | | +| c:/user/node_modules/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/dir/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/dir/subdir/somefile.d.ts | c:/user/node_modules | true | | c:/user/username/node_modules/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/dir/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/dir/subdir/somefile.d.ts | c:/user/username/node_modules | true | @@ -2436,9 +2396,9 @@ Root: c:/user/username/folderAtRoot/folder1/folder2 | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3 | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3 | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3 | true | -| c:/usr/node_modules/somefile.d.ts | | | -| c:/usr/node_modules/dir/somefile.d.ts | | | -| c:/usr/node_modules/dir/subdir/somefile.d.ts | | | +| c:/usr/node_modules/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/dir/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/dir/subdir/somefile.d.ts | c:/usr/node_modules | true | | c:/usr/username/node_modules/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/dir/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/dir/subdir/somefile.d.ts | c:/usr/username/node_modules | true | @@ -2460,9 +2420,9 @@ Root: c:/user/username/folderAtRoot/folder1/folder2 | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/home/node_modules/somefile.d.ts | | | -| c:/home/node_modules/dir/somefile.d.ts | | | -| c:/home/node_modules/dir/subdir/somefile.d.ts | | | +| c:/home/node_modules/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/dir/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/dir/subdir/somefile.d.ts | c:/home/node_modules | true | | c:/home/username/node_modules/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/dir/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/dir/subdir/somefile.d.ts | c:/home/username/node_modules | true | @@ -2487,16 +2447,14 @@ Root: c:/user/username/folderAtRoot/folder1/folder2 ## RootDirForResolution: c:/user/username/folderAtRoot/folder1/folder2/folder3 -Root: c:/user/username/folderAtRoot/folder1/folder2/folder3 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | | c:/node_modules/somefile.d.ts | | | | c:/node_modules/dir/somefile.d.ts | | | | c:/node_modules/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| c:/folderAtRoot/node_modules/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/dir/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | c:/folderAtRoot/node_modules | true | | c:/folderAtRoot/folder1/node_modules/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | @@ -2518,9 +2476,9 @@ Root: c:/user/username/folderAtRoot/folder1/folder2/folder3 | c:/users/username/node_modules/somefile.d.ts | | | | c:/users/username/node_modules/dir/somefile.d.ts | | | | c:/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| c:/users/username/folderAtRoot/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | @@ -2536,9 +2494,9 @@ Root: c:/user/username/folderAtRoot/folder1/folder2/folder3 | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/user/node_modules/somefile.d.ts | | | -| c:/user/node_modules/dir/somefile.d.ts | | | -| c:/user/node_modules/dir/subdir/somefile.d.ts | | | +| c:/user/node_modules/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/dir/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/dir/subdir/somefile.d.ts | c:/user/node_modules | true | | c:/user/username/node_modules/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/dir/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/dir/subdir/somefile.d.ts | c:/user/username/node_modules | true | @@ -2560,9 +2518,9 @@ Root: c:/user/username/folderAtRoot/folder1/folder2/folder3 | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4 | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4 | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4 | true | -| c:/usr/node_modules/somefile.d.ts | | | -| c:/usr/node_modules/dir/somefile.d.ts | | | -| c:/usr/node_modules/dir/subdir/somefile.d.ts | | | +| c:/usr/node_modules/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/dir/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/dir/subdir/somefile.d.ts | c:/usr/node_modules | true | | c:/usr/username/node_modules/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/dir/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/dir/subdir/somefile.d.ts | c:/usr/username/node_modules | true | @@ -2584,9 +2542,9 @@ Root: c:/user/username/folderAtRoot/folder1/folder2/folder3 | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/home/node_modules/somefile.d.ts | | | -| c:/home/node_modules/dir/somefile.d.ts | | | -| c:/home/node_modules/dir/subdir/somefile.d.ts | | | +| c:/home/node_modules/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/dir/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/dir/subdir/somefile.d.ts | c:/home/node_modules | true | | c:/home/username/node_modules/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/dir/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/dir/subdir/somefile.d.ts | c:/home/username/node_modules | true | @@ -2611,16 +2569,14 @@ Root: c:/user/username/folderAtRoot/folder1/folder2/folder3 ## RootDirForResolution: c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4 -Root: c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | | c:/node_modules/somefile.d.ts | | | | c:/node_modules/dir/somefile.d.ts | | | | c:/node_modules/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| c:/folderAtRoot/node_modules/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/dir/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | c:/folderAtRoot/node_modules | true | | c:/folderAtRoot/folder1/node_modules/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | @@ -2642,9 +2598,9 @@ Root: c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4 | c:/users/username/node_modules/somefile.d.ts | | | | c:/users/username/node_modules/dir/somefile.d.ts | | | | c:/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| c:/users/username/folderAtRoot/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | @@ -2660,9 +2616,9 @@ Root: c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4 | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/user/node_modules/somefile.d.ts | | | -| c:/user/node_modules/dir/somefile.d.ts | | | -| c:/user/node_modules/dir/subdir/somefile.d.ts | | | +| c:/user/node_modules/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/dir/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/dir/subdir/somefile.d.ts | c:/user/node_modules | true | | c:/user/username/node_modules/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/dir/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/dir/subdir/somefile.d.ts | c:/user/username/node_modules | true | @@ -2684,9 +2640,9 @@ Root: c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4 | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | true | -| c:/usr/node_modules/somefile.d.ts | | | -| c:/usr/node_modules/dir/somefile.d.ts | | | -| c:/usr/node_modules/dir/subdir/somefile.d.ts | | | +| c:/usr/node_modules/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/dir/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/dir/subdir/somefile.d.ts | c:/usr/node_modules | true | | c:/usr/username/node_modules/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/dir/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/dir/subdir/somefile.d.ts | c:/usr/username/node_modules | true | @@ -2708,9 +2664,9 @@ Root: c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4 | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/home/node_modules/somefile.d.ts | | | -| c:/home/node_modules/dir/somefile.d.ts | | | -| c:/home/node_modules/dir/subdir/somefile.d.ts | | | +| c:/home/node_modules/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/dir/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/dir/subdir/somefile.d.ts | c:/home/node_modules | true | | c:/home/username/node_modules/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/dir/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/dir/subdir/somefile.d.ts | c:/home/username/node_modules | true | @@ -2735,16 +2691,14 @@ Root: c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4 ## RootDirForResolution: c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 -Root: c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | | c:/node_modules/somefile.d.ts | | | | c:/node_modules/dir/somefile.d.ts | | | | c:/node_modules/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| c:/folderAtRoot/node_modules/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/dir/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | c:/folderAtRoot/node_modules | true | | c:/folderAtRoot/folder1/node_modules/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | @@ -2766,9 +2720,9 @@ Root: c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | c:/users/username/node_modules/somefile.d.ts | | | | c:/users/username/node_modules/dir/somefile.d.ts | | | | c:/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| c:/users/username/folderAtRoot/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | @@ -2784,9 +2738,9 @@ Root: c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/user/node_modules/somefile.d.ts | | | -| c:/user/node_modules/dir/somefile.d.ts | | | -| c:/user/node_modules/dir/subdir/somefile.d.ts | | | +| c:/user/node_modules/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/dir/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/dir/subdir/somefile.d.ts | c:/user/node_modules | true | | c:/user/username/node_modules/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/dir/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/dir/subdir/somefile.d.ts | c:/user/username/node_modules | true | @@ -2808,9 +2762,9 @@ Root: c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/usr/node_modules/somefile.d.ts | | | -| c:/usr/node_modules/dir/somefile.d.ts | | | -| c:/usr/node_modules/dir/subdir/somefile.d.ts | | | +| c:/usr/node_modules/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/dir/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/dir/subdir/somefile.d.ts | c:/usr/node_modules | true | | c:/usr/username/node_modules/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/dir/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/dir/subdir/somefile.d.ts | c:/usr/username/node_modules | true | @@ -2832,9 +2786,9 @@ Root: c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/home/node_modules/somefile.d.ts | | | -| c:/home/node_modules/dir/somefile.d.ts | | | -| c:/home/node_modules/dir/subdir/somefile.d.ts | | | +| c:/home/node_modules/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/dir/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/dir/subdir/somefile.d.ts | c:/home/node_modules | true | | c:/home/username/node_modules/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/dir/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/dir/subdir/somefile.d.ts | c:/home/username/node_modules | true | @@ -2859,16 +2813,14 @@ Root: c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 ## RootDirForResolution: c:/usr -Root: c:/usr - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | | c:/node_modules/somefile.d.ts | | | | c:/node_modules/dir/somefile.d.ts | | | | c:/node_modules/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| c:/folderAtRoot/node_modules/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/dir/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | c:/folderAtRoot/node_modules | true | | c:/folderAtRoot/folder1/node_modules/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | @@ -2890,9 +2842,9 @@ Root: c:/usr | c:/users/username/node_modules/somefile.d.ts | | | | c:/users/username/node_modules/dir/somefile.d.ts | | | | c:/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| c:/users/username/folderAtRoot/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | @@ -2908,9 +2860,9 @@ Root: c:/usr | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/user/node_modules/somefile.d.ts | | | -| c:/user/node_modules/dir/somefile.d.ts | | | -| c:/user/node_modules/dir/subdir/somefile.d.ts | | | +| c:/user/node_modules/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/dir/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/dir/subdir/somefile.d.ts | c:/user/node_modules | true | | c:/user/username/node_modules/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/dir/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/dir/subdir/somefile.d.ts | c:/user/username/node_modules | true | @@ -2956,9 +2908,9 @@ Root: c:/usr | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/usr/username | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/usr/username | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/usr/username | true | -| c:/home/node_modules/somefile.d.ts | | | -| c:/home/node_modules/dir/somefile.d.ts | | | -| c:/home/node_modules/dir/subdir/somefile.d.ts | | | +| c:/home/node_modules/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/dir/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/dir/subdir/somefile.d.ts | c:/home/node_modules | true | | c:/home/username/node_modules/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/dir/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/dir/subdir/somefile.d.ts | c:/home/username/node_modules | true | @@ -2983,16 +2935,14 @@ Root: c:/usr ## RootDirForResolution: c:/usr/username -Root: c:/usr/username - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | | c:/node_modules/somefile.d.ts | | | | c:/node_modules/dir/somefile.d.ts | | | | c:/node_modules/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| c:/folderAtRoot/node_modules/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/dir/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | c:/folderAtRoot/node_modules | true | | c:/folderAtRoot/folder1/node_modules/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | @@ -3014,9 +2964,9 @@ Root: c:/usr/username | c:/users/username/node_modules/somefile.d.ts | | | | c:/users/username/node_modules/dir/somefile.d.ts | | | | c:/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| c:/users/username/folderAtRoot/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | @@ -3032,9 +2982,9 @@ Root: c:/usr/username | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/user/node_modules/somefile.d.ts | | | -| c:/user/node_modules/dir/somefile.d.ts | | | -| c:/user/node_modules/dir/subdir/somefile.d.ts | | | +| c:/user/node_modules/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/dir/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/dir/subdir/somefile.d.ts | c:/user/node_modules | true | | c:/user/username/node_modules/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/dir/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/dir/subdir/somefile.d.ts | c:/user/username/node_modules | true | @@ -3056,9 +3006,9 @@ Root: c:/usr/username | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/usr/node_modules/somefile.d.ts | | | -| c:/usr/node_modules/dir/somefile.d.ts | | | -| c:/usr/node_modules/dir/subdir/somefile.d.ts | | | +| c:/usr/node_modules/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/dir/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/dir/subdir/somefile.d.ts | c:/usr/node_modules | true | | c:/usr/username/node_modules/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/dir/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/dir/subdir/somefile.d.ts | c:/usr/username/node_modules | true | @@ -3080,9 +3030,9 @@ Root: c:/usr/username | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/usr/username/folderAtRoot | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/usr/username/folderAtRoot | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot | true | -| c:/home/node_modules/somefile.d.ts | | | -| c:/home/node_modules/dir/somefile.d.ts | | | -| c:/home/node_modules/dir/subdir/somefile.d.ts | | | +| c:/home/node_modules/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/dir/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/dir/subdir/somefile.d.ts | c:/home/node_modules | true | | c:/home/username/node_modules/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/dir/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/dir/subdir/somefile.d.ts | c:/home/username/node_modules | true | @@ -3107,16 +3057,14 @@ Root: c:/usr/username ## RootDirForResolution: c:/usr/username/folderAtRoot -Root: c:/usr/username/folderAtRoot - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | | c:/node_modules/somefile.d.ts | | | | c:/node_modules/dir/somefile.d.ts | | | | c:/node_modules/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| c:/folderAtRoot/node_modules/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/dir/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | c:/folderAtRoot/node_modules | true | | c:/folderAtRoot/folder1/node_modules/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | @@ -3138,9 +3086,9 @@ Root: c:/usr/username/folderAtRoot | c:/users/username/node_modules/somefile.d.ts | | | | c:/users/username/node_modules/dir/somefile.d.ts | | | | c:/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| c:/users/username/folderAtRoot/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | @@ -3156,9 +3104,9 @@ Root: c:/usr/username/folderAtRoot | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/user/node_modules/somefile.d.ts | | | -| c:/user/node_modules/dir/somefile.d.ts | | | -| c:/user/node_modules/dir/subdir/somefile.d.ts | | | +| c:/user/node_modules/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/dir/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/dir/subdir/somefile.d.ts | c:/user/node_modules | true | | c:/user/username/node_modules/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/dir/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/dir/subdir/somefile.d.ts | c:/user/username/node_modules | true | @@ -3180,9 +3128,9 @@ Root: c:/usr/username/folderAtRoot | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/usr/node_modules/somefile.d.ts | | | -| c:/usr/node_modules/dir/somefile.d.ts | | | -| c:/usr/node_modules/dir/subdir/somefile.d.ts | | | +| c:/usr/node_modules/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/dir/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/dir/subdir/somefile.d.ts | c:/usr/node_modules | true | | c:/usr/username/node_modules/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/dir/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/dir/subdir/somefile.d.ts | c:/usr/username/node_modules | true | @@ -3204,9 +3152,9 @@ Root: c:/usr/username/folderAtRoot | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/usr/username/folderAtRoot/folder1 | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1 | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1 | true | -| c:/home/node_modules/somefile.d.ts | | | -| c:/home/node_modules/dir/somefile.d.ts | | | -| c:/home/node_modules/dir/subdir/somefile.d.ts | | | +| c:/home/node_modules/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/dir/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/dir/subdir/somefile.d.ts | c:/home/node_modules | true | | c:/home/username/node_modules/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/dir/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/dir/subdir/somefile.d.ts | c:/home/username/node_modules | true | @@ -3231,16 +3179,14 @@ Root: c:/usr/username/folderAtRoot ## RootDirForResolution: c:/usr/username/folderAtRoot/folder1 -Root: c:/usr/username/folderAtRoot/folder1 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | | c:/node_modules/somefile.d.ts | | | | c:/node_modules/dir/somefile.d.ts | | | | c:/node_modules/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| c:/folderAtRoot/node_modules/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/dir/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | c:/folderAtRoot/node_modules | true | | c:/folderAtRoot/folder1/node_modules/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | @@ -3262,9 +3208,9 @@ Root: c:/usr/username/folderAtRoot/folder1 | c:/users/username/node_modules/somefile.d.ts | | | | c:/users/username/node_modules/dir/somefile.d.ts | | | | c:/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| c:/users/username/folderAtRoot/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | @@ -3280,9 +3226,9 @@ Root: c:/usr/username/folderAtRoot/folder1 | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/user/node_modules/somefile.d.ts | | | -| c:/user/node_modules/dir/somefile.d.ts | | | -| c:/user/node_modules/dir/subdir/somefile.d.ts | | | +| c:/user/node_modules/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/dir/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/dir/subdir/somefile.d.ts | c:/user/node_modules | true | | c:/user/username/node_modules/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/dir/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/dir/subdir/somefile.d.ts | c:/user/username/node_modules | true | @@ -3304,9 +3250,9 @@ Root: c:/usr/username/folderAtRoot/folder1 | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/usr/node_modules/somefile.d.ts | | | -| c:/usr/node_modules/dir/somefile.d.ts | | | -| c:/usr/node_modules/dir/subdir/somefile.d.ts | | | +| c:/usr/node_modules/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/dir/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/dir/subdir/somefile.d.ts | c:/usr/node_modules | true | | c:/usr/username/node_modules/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/dir/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/dir/subdir/somefile.d.ts | c:/usr/username/node_modules | true | @@ -3328,9 +3274,9 @@ Root: c:/usr/username/folderAtRoot/folder1 | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2 | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2 | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2 | true | -| c:/home/node_modules/somefile.d.ts | | | -| c:/home/node_modules/dir/somefile.d.ts | | | -| c:/home/node_modules/dir/subdir/somefile.d.ts | | | +| c:/home/node_modules/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/dir/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/dir/subdir/somefile.d.ts | c:/home/node_modules | true | | c:/home/username/node_modules/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/dir/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/dir/subdir/somefile.d.ts | c:/home/username/node_modules | true | @@ -3355,16 +3301,14 @@ Root: c:/usr/username/folderAtRoot/folder1 ## RootDirForResolution: c:/usr/username/folderAtRoot/folder1/folder2 -Root: c:/usr/username/folderAtRoot/folder1/folder2 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | | c:/node_modules/somefile.d.ts | | | | c:/node_modules/dir/somefile.d.ts | | | | c:/node_modules/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| c:/folderAtRoot/node_modules/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/dir/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | c:/folderAtRoot/node_modules | true | | c:/folderAtRoot/folder1/node_modules/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | @@ -3386,9 +3330,9 @@ Root: c:/usr/username/folderAtRoot/folder1/folder2 | c:/users/username/node_modules/somefile.d.ts | | | | c:/users/username/node_modules/dir/somefile.d.ts | | | | c:/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| c:/users/username/folderAtRoot/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | @@ -3404,9 +3348,9 @@ Root: c:/usr/username/folderAtRoot/folder1/folder2 | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/user/node_modules/somefile.d.ts | | | -| c:/user/node_modules/dir/somefile.d.ts | | | -| c:/user/node_modules/dir/subdir/somefile.d.ts | | | +| c:/user/node_modules/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/dir/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/dir/subdir/somefile.d.ts | c:/user/node_modules | true | | c:/user/username/node_modules/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/dir/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/dir/subdir/somefile.d.ts | c:/user/username/node_modules | true | @@ -3428,9 +3372,9 @@ Root: c:/usr/username/folderAtRoot/folder1/folder2 | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/usr/node_modules/somefile.d.ts | | | -| c:/usr/node_modules/dir/somefile.d.ts | | | -| c:/usr/node_modules/dir/subdir/somefile.d.ts | | | +| c:/usr/node_modules/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/dir/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/dir/subdir/somefile.d.ts | c:/usr/node_modules | true | | c:/usr/username/node_modules/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/dir/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/dir/subdir/somefile.d.ts | c:/usr/username/node_modules | true | @@ -3452,9 +3396,9 @@ Root: c:/usr/username/folderAtRoot/folder1/folder2 | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3 | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3 | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3 | true | -| c:/home/node_modules/somefile.d.ts | | | -| c:/home/node_modules/dir/somefile.d.ts | | | -| c:/home/node_modules/dir/subdir/somefile.d.ts | | | +| c:/home/node_modules/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/dir/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/dir/subdir/somefile.d.ts | c:/home/node_modules | true | | c:/home/username/node_modules/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/dir/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/dir/subdir/somefile.d.ts | c:/home/username/node_modules | true | @@ -3479,16 +3423,14 @@ Root: c:/usr/username/folderAtRoot/folder1/folder2 ## RootDirForResolution: c:/usr/username/folderAtRoot/folder1/folder2/folder3 -Root: c:/usr/username/folderAtRoot/folder1/folder2/folder3 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | | c:/node_modules/somefile.d.ts | | | | c:/node_modules/dir/somefile.d.ts | | | | c:/node_modules/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| c:/folderAtRoot/node_modules/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/dir/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | c:/folderAtRoot/node_modules | true | | c:/folderAtRoot/folder1/node_modules/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | @@ -3510,9 +3452,9 @@ Root: c:/usr/username/folderAtRoot/folder1/folder2/folder3 | c:/users/username/node_modules/somefile.d.ts | | | | c:/users/username/node_modules/dir/somefile.d.ts | | | | c:/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| c:/users/username/folderAtRoot/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | @@ -3528,9 +3470,9 @@ Root: c:/usr/username/folderAtRoot/folder1/folder2/folder3 | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/user/node_modules/somefile.d.ts | | | -| c:/user/node_modules/dir/somefile.d.ts | | | -| c:/user/node_modules/dir/subdir/somefile.d.ts | | | +| c:/user/node_modules/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/dir/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/dir/subdir/somefile.d.ts | c:/user/node_modules | true | | c:/user/username/node_modules/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/dir/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/dir/subdir/somefile.d.ts | c:/user/username/node_modules | true | @@ -3552,9 +3494,9 @@ Root: c:/usr/username/folderAtRoot/folder1/folder2/folder3 | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/usr/node_modules/somefile.d.ts | | | -| c:/usr/node_modules/dir/somefile.d.ts | | | -| c:/usr/node_modules/dir/subdir/somefile.d.ts | | | +| c:/usr/node_modules/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/dir/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/dir/subdir/somefile.d.ts | c:/usr/node_modules | true | | c:/usr/username/node_modules/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/dir/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/dir/subdir/somefile.d.ts | c:/usr/username/node_modules | true | @@ -3576,9 +3518,9 @@ Root: c:/usr/username/folderAtRoot/folder1/folder2/folder3 | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 | true | -| c:/home/node_modules/somefile.d.ts | | | -| c:/home/node_modules/dir/somefile.d.ts | | | -| c:/home/node_modules/dir/subdir/somefile.d.ts | | | +| c:/home/node_modules/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/dir/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/dir/subdir/somefile.d.ts | c:/home/node_modules | true | | c:/home/username/node_modules/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/dir/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/dir/subdir/somefile.d.ts | c:/home/username/node_modules | true | @@ -3603,16 +3545,14 @@ Root: c:/usr/username/folderAtRoot/folder1/folder2/folder3 ## RootDirForResolution: c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 -Root: c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | | c:/node_modules/somefile.d.ts | | | | c:/node_modules/dir/somefile.d.ts | | | | c:/node_modules/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| c:/folderAtRoot/node_modules/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/dir/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | c:/folderAtRoot/node_modules | true | | c:/folderAtRoot/folder1/node_modules/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | @@ -3634,9 +3574,9 @@ Root: c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 | c:/users/username/node_modules/somefile.d.ts | | | | c:/users/username/node_modules/dir/somefile.d.ts | | | | c:/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| c:/users/username/folderAtRoot/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | @@ -3652,9 +3592,9 @@ Root: c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/user/node_modules/somefile.d.ts | | | -| c:/user/node_modules/dir/somefile.d.ts | | | -| c:/user/node_modules/dir/subdir/somefile.d.ts | | | +| c:/user/node_modules/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/dir/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/dir/subdir/somefile.d.ts | c:/user/node_modules | true | | c:/user/username/node_modules/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/dir/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/dir/subdir/somefile.d.ts | c:/user/username/node_modules | true | @@ -3676,9 +3616,9 @@ Root: c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/usr/node_modules/somefile.d.ts | | | -| c:/usr/node_modules/dir/somefile.d.ts | | | -| c:/usr/node_modules/dir/subdir/somefile.d.ts | | | +| c:/usr/node_modules/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/dir/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/dir/subdir/somefile.d.ts | c:/usr/node_modules | true | | c:/usr/username/node_modules/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/dir/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/dir/subdir/somefile.d.ts | c:/usr/username/node_modules | true | @@ -3700,9 +3640,9 @@ Root: c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | true | -| c:/home/node_modules/somefile.d.ts | | | -| c:/home/node_modules/dir/somefile.d.ts | | | -| c:/home/node_modules/dir/subdir/somefile.d.ts | | | +| c:/home/node_modules/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/dir/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/dir/subdir/somefile.d.ts | c:/home/node_modules | true | | c:/home/username/node_modules/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/dir/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/dir/subdir/somefile.d.ts | c:/home/username/node_modules | true | @@ -3727,16 +3667,14 @@ Root: c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 ## RootDirForResolution: c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 -Root: c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | | c:/node_modules/somefile.d.ts | | | | c:/node_modules/dir/somefile.d.ts | | | | c:/node_modules/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| c:/folderAtRoot/node_modules/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/dir/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | c:/folderAtRoot/node_modules | true | | c:/folderAtRoot/folder1/node_modules/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | @@ -3758,9 +3696,9 @@ Root: c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | c:/users/username/node_modules/somefile.d.ts | | | | c:/users/username/node_modules/dir/somefile.d.ts | | | | c:/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| c:/users/username/folderAtRoot/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | @@ -3776,9 +3714,9 @@ Root: c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/user/node_modules/somefile.d.ts | | | -| c:/user/node_modules/dir/somefile.d.ts | | | -| c:/user/node_modules/dir/subdir/somefile.d.ts | | | +| c:/user/node_modules/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/dir/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/dir/subdir/somefile.d.ts | c:/user/node_modules | true | | c:/user/username/node_modules/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/dir/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/dir/subdir/somefile.d.ts | c:/user/username/node_modules | true | @@ -3800,9 +3738,9 @@ Root: c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/usr/node_modules/somefile.d.ts | | | -| c:/usr/node_modules/dir/somefile.d.ts | | | -| c:/usr/node_modules/dir/subdir/somefile.d.ts | | | +| c:/usr/node_modules/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/dir/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/dir/subdir/somefile.d.ts | c:/usr/node_modules | true | | c:/usr/username/node_modules/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/dir/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/dir/subdir/somefile.d.ts | c:/usr/username/node_modules | true | @@ -3824,9 +3762,9 @@ Root: c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/home/node_modules/somefile.d.ts | | | -| c:/home/node_modules/dir/somefile.d.ts | | | -| c:/home/node_modules/dir/subdir/somefile.d.ts | | | +| c:/home/node_modules/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/dir/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/dir/subdir/somefile.d.ts | c:/home/node_modules | true | | c:/home/username/node_modules/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/dir/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/dir/subdir/somefile.d.ts | c:/home/username/node_modules | true | @@ -3851,16 +3789,14 @@ Root: c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 ## RootDirForResolution: c:/home -Root: c:/home - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | | c:/node_modules/somefile.d.ts | | | | c:/node_modules/dir/somefile.d.ts | | | | c:/node_modules/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| c:/folderAtRoot/node_modules/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/dir/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | c:/folderAtRoot/node_modules | true | | c:/folderAtRoot/folder1/node_modules/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | @@ -3882,9 +3818,9 @@ Root: c:/home | c:/users/username/node_modules/somefile.d.ts | | | | c:/users/username/node_modules/dir/somefile.d.ts | | | | c:/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| c:/users/username/folderAtRoot/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | @@ -3900,9 +3836,9 @@ Root: c:/home | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/user/node_modules/somefile.d.ts | | | -| c:/user/node_modules/dir/somefile.d.ts | | | -| c:/user/node_modules/dir/subdir/somefile.d.ts | | | +| c:/user/node_modules/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/dir/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/dir/subdir/somefile.d.ts | c:/user/node_modules | true | | c:/user/username/node_modules/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/dir/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/dir/subdir/somefile.d.ts | c:/user/username/node_modules | true | @@ -3924,9 +3860,9 @@ Root: c:/home | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/usr/node_modules/somefile.d.ts | | | -| c:/usr/node_modules/dir/somefile.d.ts | | | -| c:/usr/node_modules/dir/subdir/somefile.d.ts | | | +| c:/usr/node_modules/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/dir/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/dir/subdir/somefile.d.ts | c:/usr/node_modules | true | | c:/usr/username/node_modules/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/dir/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/dir/subdir/somefile.d.ts | c:/usr/username/node_modules | true | @@ -3975,16 +3911,14 @@ Root: c:/home ## RootDirForResolution: c:/home/username -Root: c:/home/username - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | | c:/node_modules/somefile.d.ts | | | | c:/node_modules/dir/somefile.d.ts | | | | c:/node_modules/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| c:/folderAtRoot/node_modules/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/dir/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | c:/folderAtRoot/node_modules | true | | c:/folderAtRoot/folder1/node_modules/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | @@ -4006,9 +3940,9 @@ Root: c:/home/username | c:/users/username/node_modules/somefile.d.ts | | | | c:/users/username/node_modules/dir/somefile.d.ts | | | | c:/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| c:/users/username/folderAtRoot/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | @@ -4024,9 +3958,9 @@ Root: c:/home/username | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/user/node_modules/somefile.d.ts | | | -| c:/user/node_modules/dir/somefile.d.ts | | | -| c:/user/node_modules/dir/subdir/somefile.d.ts | | | +| c:/user/node_modules/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/dir/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/dir/subdir/somefile.d.ts | c:/user/node_modules | true | | c:/user/username/node_modules/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/dir/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/dir/subdir/somefile.d.ts | c:/user/username/node_modules | true | @@ -4048,9 +3982,9 @@ Root: c:/home/username | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/usr/node_modules/somefile.d.ts | | | -| c:/usr/node_modules/dir/somefile.d.ts | | | -| c:/usr/node_modules/dir/subdir/somefile.d.ts | | | +| c:/usr/node_modules/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/dir/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/dir/subdir/somefile.d.ts | c:/usr/node_modules | true | | c:/usr/username/node_modules/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/dir/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/dir/subdir/somefile.d.ts | c:/usr/username/node_modules | true | @@ -4072,9 +4006,9 @@ Root: c:/home/username | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/home/node_modules/somefile.d.ts | | | -| c:/home/node_modules/dir/somefile.d.ts | | | -| c:/home/node_modules/dir/subdir/somefile.d.ts | | | +| c:/home/node_modules/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/dir/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/dir/subdir/somefile.d.ts | c:/home/node_modules | true | | c:/home/username/node_modules/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/dir/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/dir/subdir/somefile.d.ts | c:/home/username/node_modules | true | @@ -4099,16 +4033,14 @@ Root: c:/home/username ## RootDirForResolution: c:/home/username/folderAtRoot -Root: c:/home/username/folderAtRoot - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | | c:/node_modules/somefile.d.ts | | | | c:/node_modules/dir/somefile.d.ts | | | | c:/node_modules/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| c:/folderAtRoot/node_modules/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/dir/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | c:/folderAtRoot/node_modules | true | | c:/folderAtRoot/folder1/node_modules/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | @@ -4130,9 +4062,9 @@ Root: c:/home/username/folderAtRoot | c:/users/username/node_modules/somefile.d.ts | | | | c:/users/username/node_modules/dir/somefile.d.ts | | | | c:/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| c:/users/username/folderAtRoot/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | @@ -4148,9 +4080,9 @@ Root: c:/home/username/folderAtRoot | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/user/node_modules/somefile.d.ts | | | -| c:/user/node_modules/dir/somefile.d.ts | | | -| c:/user/node_modules/dir/subdir/somefile.d.ts | | | +| c:/user/node_modules/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/dir/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/dir/subdir/somefile.d.ts | c:/user/node_modules | true | | c:/user/username/node_modules/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/dir/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/dir/subdir/somefile.d.ts | c:/user/username/node_modules | true | @@ -4172,9 +4104,9 @@ Root: c:/home/username/folderAtRoot | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/usr/node_modules/somefile.d.ts | | | -| c:/usr/node_modules/dir/somefile.d.ts | | | -| c:/usr/node_modules/dir/subdir/somefile.d.ts | | | +| c:/usr/node_modules/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/dir/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/dir/subdir/somefile.d.ts | c:/usr/node_modules | true | | c:/usr/username/node_modules/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/dir/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/dir/subdir/somefile.d.ts | c:/usr/username/node_modules | true | @@ -4196,9 +4128,9 @@ Root: c:/home/username/folderAtRoot | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/home/node_modules/somefile.d.ts | | | -| c:/home/node_modules/dir/somefile.d.ts | | | -| c:/home/node_modules/dir/subdir/somefile.d.ts | | | +| c:/home/node_modules/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/dir/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/dir/subdir/somefile.d.ts | c:/home/node_modules | true | | c:/home/username/node_modules/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/dir/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/dir/subdir/somefile.d.ts | c:/home/username/node_modules | true | @@ -4223,16 +4155,14 @@ Root: c:/home/username/folderAtRoot ## RootDirForResolution: c:/home/username/folderAtRoot/folder1 -Root: c:/home/username/folderAtRoot/folder1 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | | c:/node_modules/somefile.d.ts | | | | c:/node_modules/dir/somefile.d.ts | | | | c:/node_modules/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| c:/folderAtRoot/node_modules/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/dir/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | c:/folderAtRoot/node_modules | true | | c:/folderAtRoot/folder1/node_modules/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | @@ -4254,9 +4184,9 @@ Root: c:/home/username/folderAtRoot/folder1 | c:/users/username/node_modules/somefile.d.ts | | | | c:/users/username/node_modules/dir/somefile.d.ts | | | | c:/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| c:/users/username/folderAtRoot/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | @@ -4272,9 +4202,9 @@ Root: c:/home/username/folderAtRoot/folder1 | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/user/node_modules/somefile.d.ts | | | -| c:/user/node_modules/dir/somefile.d.ts | | | -| c:/user/node_modules/dir/subdir/somefile.d.ts | | | +| c:/user/node_modules/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/dir/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/dir/subdir/somefile.d.ts | c:/user/node_modules | true | | c:/user/username/node_modules/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/dir/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/dir/subdir/somefile.d.ts | c:/user/username/node_modules | true | @@ -4296,9 +4226,9 @@ Root: c:/home/username/folderAtRoot/folder1 | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/usr/node_modules/somefile.d.ts | | | -| c:/usr/node_modules/dir/somefile.d.ts | | | -| c:/usr/node_modules/dir/subdir/somefile.d.ts | | | +| c:/usr/node_modules/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/dir/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/dir/subdir/somefile.d.ts | c:/usr/node_modules | true | | c:/usr/username/node_modules/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/dir/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/dir/subdir/somefile.d.ts | c:/usr/username/node_modules | true | @@ -4320,9 +4250,9 @@ Root: c:/home/username/folderAtRoot/folder1 | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/home/node_modules/somefile.d.ts | | | -| c:/home/node_modules/dir/somefile.d.ts | | | -| c:/home/node_modules/dir/subdir/somefile.d.ts | | | +| c:/home/node_modules/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/dir/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/dir/subdir/somefile.d.ts | c:/home/node_modules | true | | c:/home/username/node_modules/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/dir/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/dir/subdir/somefile.d.ts | c:/home/username/node_modules | true | @@ -4347,16 +4277,14 @@ Root: c:/home/username/folderAtRoot/folder1 ## RootDirForResolution: c:/home/username/folderAtRoot/folder1/folder2 -Root: c:/home/username/folderAtRoot/folder1/folder2 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | | c:/node_modules/somefile.d.ts | | | | c:/node_modules/dir/somefile.d.ts | | | | c:/node_modules/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| c:/folderAtRoot/node_modules/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/dir/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | c:/folderAtRoot/node_modules | true | | c:/folderAtRoot/folder1/node_modules/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | @@ -4378,9 +4306,9 @@ Root: c:/home/username/folderAtRoot/folder1/folder2 | c:/users/username/node_modules/somefile.d.ts | | | | c:/users/username/node_modules/dir/somefile.d.ts | | | | c:/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| c:/users/username/folderAtRoot/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | @@ -4396,9 +4324,9 @@ Root: c:/home/username/folderAtRoot/folder1/folder2 | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/user/node_modules/somefile.d.ts | | | -| c:/user/node_modules/dir/somefile.d.ts | | | -| c:/user/node_modules/dir/subdir/somefile.d.ts | | | +| c:/user/node_modules/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/dir/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/dir/subdir/somefile.d.ts | c:/user/node_modules | true | | c:/user/username/node_modules/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/dir/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/dir/subdir/somefile.d.ts | c:/user/username/node_modules | true | @@ -4420,9 +4348,9 @@ Root: c:/home/username/folderAtRoot/folder1/folder2 | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/usr/node_modules/somefile.d.ts | | | -| c:/usr/node_modules/dir/somefile.d.ts | | | -| c:/usr/node_modules/dir/subdir/somefile.d.ts | | | +| c:/usr/node_modules/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/dir/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/dir/subdir/somefile.d.ts | c:/usr/node_modules | true | | c:/usr/username/node_modules/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/dir/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/dir/subdir/somefile.d.ts | c:/usr/username/node_modules | true | @@ -4444,9 +4372,9 @@ Root: c:/home/username/folderAtRoot/folder1/folder2 | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/home/node_modules/somefile.d.ts | | | -| c:/home/node_modules/dir/somefile.d.ts | | | -| c:/home/node_modules/dir/subdir/somefile.d.ts | | | +| c:/home/node_modules/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/dir/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/dir/subdir/somefile.d.ts | c:/home/node_modules | true | | c:/home/username/node_modules/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/dir/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/dir/subdir/somefile.d.ts | c:/home/username/node_modules | true | @@ -4471,16 +4399,14 @@ Root: c:/home/username/folderAtRoot/folder1/folder2 ## RootDirForResolution: c:/home/username/folderAtRoot/folder1/folder2/folder3 -Root: c:/home/username/folderAtRoot/folder1/folder2/folder3 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | | c:/node_modules/somefile.d.ts | | | | c:/node_modules/dir/somefile.d.ts | | | | c:/node_modules/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| c:/folderAtRoot/node_modules/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/dir/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | c:/folderAtRoot/node_modules | true | | c:/folderAtRoot/folder1/node_modules/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | @@ -4502,9 +4428,9 @@ Root: c:/home/username/folderAtRoot/folder1/folder2/folder3 | c:/users/username/node_modules/somefile.d.ts | | | | c:/users/username/node_modules/dir/somefile.d.ts | | | | c:/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| c:/users/username/folderAtRoot/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | @@ -4520,9 +4446,9 @@ Root: c:/home/username/folderAtRoot/folder1/folder2/folder3 | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/user/node_modules/somefile.d.ts | | | -| c:/user/node_modules/dir/somefile.d.ts | | | -| c:/user/node_modules/dir/subdir/somefile.d.ts | | | +| c:/user/node_modules/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/dir/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/dir/subdir/somefile.d.ts | c:/user/node_modules | true | | c:/user/username/node_modules/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/dir/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/dir/subdir/somefile.d.ts | c:/user/username/node_modules | true | @@ -4544,9 +4470,9 @@ Root: c:/home/username/folderAtRoot/folder1/folder2/folder3 | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/usr/node_modules/somefile.d.ts | | | -| c:/usr/node_modules/dir/somefile.d.ts | | | -| c:/usr/node_modules/dir/subdir/somefile.d.ts | | | +| c:/usr/node_modules/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/dir/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/dir/subdir/somefile.d.ts | c:/usr/node_modules | true | | c:/usr/username/node_modules/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/dir/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/dir/subdir/somefile.d.ts | c:/usr/username/node_modules | true | @@ -4568,9 +4494,9 @@ Root: c:/home/username/folderAtRoot/folder1/folder2/folder3 | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/home/node_modules/somefile.d.ts | | | -| c:/home/node_modules/dir/somefile.d.ts | | | -| c:/home/node_modules/dir/subdir/somefile.d.ts | | | +| c:/home/node_modules/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/dir/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/dir/subdir/somefile.d.ts | c:/home/node_modules | true | | c:/home/username/node_modules/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/dir/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/dir/subdir/somefile.d.ts | c:/home/username/node_modules | true | @@ -4595,16 +4521,14 @@ Root: c:/home/username/folderAtRoot/folder1/folder2/folder3 ## RootDirForResolution: c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4 -Root: c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | | c:/node_modules/somefile.d.ts | | | | c:/node_modules/dir/somefile.d.ts | | | | c:/node_modules/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| c:/folderAtRoot/node_modules/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/dir/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | c:/folderAtRoot/node_modules | true | | c:/folderAtRoot/folder1/node_modules/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | @@ -4626,9 +4550,9 @@ Root: c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4 | c:/users/username/node_modules/somefile.d.ts | | | | c:/users/username/node_modules/dir/somefile.d.ts | | | | c:/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| c:/users/username/folderAtRoot/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | @@ -4644,9 +4568,9 @@ Root: c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4 | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/user/node_modules/somefile.d.ts | | | -| c:/user/node_modules/dir/somefile.d.ts | | | -| c:/user/node_modules/dir/subdir/somefile.d.ts | | | +| c:/user/node_modules/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/dir/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/dir/subdir/somefile.d.ts | c:/user/node_modules | true | | c:/user/username/node_modules/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/dir/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/dir/subdir/somefile.d.ts | c:/user/username/node_modules | true | @@ -4668,9 +4592,9 @@ Root: c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4 | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/usr/node_modules/somefile.d.ts | | | -| c:/usr/node_modules/dir/somefile.d.ts | | | -| c:/usr/node_modules/dir/subdir/somefile.d.ts | | | +| c:/usr/node_modules/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/dir/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/dir/subdir/somefile.d.ts | c:/usr/node_modules | true | | c:/usr/username/node_modules/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/dir/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/dir/subdir/somefile.d.ts | c:/usr/username/node_modules | true | @@ -4692,9 +4616,9 @@ Root: c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4 | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/home/node_modules/somefile.d.ts | | | -| c:/home/node_modules/dir/somefile.d.ts | | | -| c:/home/node_modules/dir/subdir/somefile.d.ts | | | +| c:/home/node_modules/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/dir/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/dir/subdir/somefile.d.ts | c:/home/node_modules | true | | c:/home/username/node_modules/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/dir/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/dir/subdir/somefile.d.ts | c:/home/username/node_modules | true | @@ -4719,140 +4643,14 @@ Root: c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4 ## RootDirForResolution: c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 -Root: c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | | c:/node_modules/somefile.d.ts | | | | c:/node_modules/dir/somefile.d.ts | | | | c:/node_modules/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/folder1/node_modules/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | -| c:/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | -| c:/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | -| c:/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | c:/folderAtRoot/folder1/folder2/node_modules | true | -| c:/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | c:/folderAtRoot/folder1/folder2/node_modules | true | -| c:/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/folder2/node_modules | true | -| c:/folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | c:/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| c:/folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | c:/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| c:/folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/somefile.d.ts | c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/somefile.d.ts | c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/users/node_modules/somefile.d.ts | | | -| c:/users/node_modules/dir/somefile.d.ts | | | -| c:/users/node_modules/dir/subdir/somefile.d.ts | | | -| c:/users/username/node_modules/somefile.d.ts | | | -| c:/users/username/node_modules/dir/somefile.d.ts | | | -| c:/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | -| c:/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | -| c:/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | -| c:/users/username/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/node_modules | true | -| c:/users/username/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/node_modules | true | -| c:/users/username/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/node_modules | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/user/node_modules/somefile.d.ts | | | -| c:/user/node_modules/dir/somefile.d.ts | | | -| c:/user/node_modules/dir/subdir/somefile.d.ts | | | -| c:/user/username/node_modules/somefile.d.ts | c:/user/username/node_modules | true | -| c:/user/username/node_modules/dir/somefile.d.ts | c:/user/username/node_modules | true | -| c:/user/username/node_modules/dir/subdir/somefile.d.ts | c:/user/username/node_modules | true | -| c:/user/username/folderAtRoot/node_modules/somefile.d.ts | c:/user/username/folderAtRoot/node_modules | true | -| c:/user/username/folderAtRoot/node_modules/dir/somefile.d.ts | c:/user/username/folderAtRoot/node_modules | true | -| c:/user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/node_modules | true | -| c:/user/username/folderAtRoot/folder1/node_modules/somefile.d.ts | c:/user/username/folderAtRoot/folder1/node_modules | true | -| c:/user/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/node_modules | true | -| c:/user/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/node_modules | true | -| c:/user/username/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/node_modules | true | -| c:/user/username/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/node_modules | true | -| c:/user/username/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/node_modules | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/usr/node_modules/somefile.d.ts | | | -| c:/usr/node_modules/dir/somefile.d.ts | | | -| c:/usr/node_modules/dir/subdir/somefile.d.ts | | | -| c:/usr/username/node_modules/somefile.d.ts | c:/usr/username/node_modules | true | -| c:/usr/username/node_modules/dir/somefile.d.ts | c:/usr/username/node_modules | true | -| c:/usr/username/node_modules/dir/subdir/somefile.d.ts | c:/usr/username/node_modules | true | -| c:/usr/username/folderAtRoot/node_modules/somefile.d.ts | c:/usr/username/folderAtRoot/node_modules | true | -| c:/usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | c:/usr/username/folderAtRoot/node_modules | true | -| c:/usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/node_modules | true | -| c:/usr/username/folderAtRoot/folder1/node_modules/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/node_modules | true | -| c:/usr/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/node_modules | true | -| c:/usr/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/node_modules | true | -| c:/usr/username/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/node_modules | true | -| c:/usr/username/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/node_modules | true | -| c:/usr/username/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/node_modules | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/home/node_modules/somefile.d.ts | | | -| c:/home/node_modules/dir/somefile.d.ts | | | -| c:/home/node_modules/dir/subdir/somefile.d.ts | | | -| c:/home/username/node_modules/somefile.d.ts | c:/home/username/node_modules | true | -| c:/home/username/node_modules/dir/somefile.d.ts | c:/home/username/node_modules | true | -| c:/home/username/node_modules/dir/subdir/somefile.d.ts | c:/home/username/node_modules | true | -| c:/home/username/folderAtRoot/node_modules/somefile.d.ts | c:/home/username/folderAtRoot/node_modules | true | -| c:/home/username/folderAtRoot/node_modules/dir/somefile.d.ts | c:/home/username/folderAtRoot/node_modules | true | -| c:/home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | c:/home/username/folderAtRoot/node_modules | true | -| c:/home/username/folderAtRoot/folder1/node_modules/somefile.d.ts | c:/home/username/folderAtRoot/folder1/node_modules | true | -| c:/home/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | c:/home/username/folderAtRoot/folder1/node_modules | true | -| c:/home/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | c:/home/username/folderAtRoot/folder1/node_modules | true | -| c:/home/username/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | c:/home/username/folderAtRoot/folder1/folder2/node_modules | true | -| c:/home/username/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | c:/home/username/folderAtRoot/folder1/folder2/node_modules | true | -| c:/home/username/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | c:/home/username/folderAtRoot/folder1/folder2/node_modules | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | c:/home/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | c:/home/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | c:/home/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/somefile.d.ts | c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/somefile.d.ts | c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/subdir/somefile.d.ts | c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | - -## RootDirForResolution: undefined - -Root: undefined - -| Location | getDirectoryToWatchFailedLookupLocation | Recursive | -| ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | -| c:/node_modules/somefile.d.ts | | | -| c:/node_modules/dir/somefile.d.ts | | | -| c:/node_modules/dir/subdir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| c:/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| c:/folderAtRoot/node_modules/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/dir/somefile.d.ts | c:/folderAtRoot/node_modules | true | +| c:/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | c:/folderAtRoot/node_modules | true | | c:/folderAtRoot/folder1/node_modules/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | | c:/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | c:/folderAtRoot/folder1/node_modules | true | @@ -4874,9 +4672,9 @@ Root: undefined | c:/users/username/node_modules/somefile.d.ts | | | | c:/users/username/node_modules/dir/somefile.d.ts | | | | c:/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| c:/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| c:/users/username/folderAtRoot/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | +| c:/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | | c:/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/node_modules | true | @@ -4892,9 +4690,9 @@ Root: undefined | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/user/node_modules/somefile.d.ts | | | -| c:/user/node_modules/dir/somefile.d.ts | | | -| c:/user/node_modules/dir/subdir/somefile.d.ts | | | +| c:/user/node_modules/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/dir/somefile.d.ts | c:/user/node_modules | true | +| c:/user/node_modules/dir/subdir/somefile.d.ts | c:/user/node_modules | true | | c:/user/username/node_modules/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/dir/somefile.d.ts | c:/user/username/node_modules | true | | c:/user/username/node_modules/dir/subdir/somefile.d.ts | c:/user/username/node_modules | true | @@ -4916,9 +4714,9 @@ Root: undefined | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/usr/node_modules/somefile.d.ts | | | -| c:/usr/node_modules/dir/somefile.d.ts | | | -| c:/usr/node_modules/dir/subdir/somefile.d.ts | | | +| c:/usr/node_modules/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/dir/somefile.d.ts | c:/usr/node_modules | true | +| c:/usr/node_modules/dir/subdir/somefile.d.ts | c:/usr/node_modules | true | | c:/usr/username/node_modules/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/dir/somefile.d.ts | c:/usr/username/node_modules | true | | c:/usr/username/node_modules/dir/subdir/somefile.d.ts | c:/usr/username/node_modules | true | @@ -4940,9 +4738,9 @@ Root: undefined | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | c:/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| c:/home/node_modules/somefile.d.ts | | | -| c:/home/node_modules/dir/somefile.d.ts | | | -| c:/home/node_modules/dir/subdir/somefile.d.ts | | | +| c:/home/node_modules/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/dir/somefile.d.ts | c:/home/node_modules | true | +| c:/home/node_modules/dir/subdir/somefile.d.ts | c:/home/node_modules | true | | c:/home/username/node_modules/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/dir/somefile.d.ts | c:/home/username/node_modules | true | | c:/home/username/node_modules/dir/subdir/somefile.d.ts | c:/home/username/node_modules | true | diff --git a/tests/baselines/reference/canWatch/getDirectoryToWatchFailedLookupLocationNodeModulesPosix.baseline.md b/tests/baselines/reference/canWatch/getDirectoryToWatchFailedLookupLocationNodeModulesPosix.baseline.md index 515f02a11164a..2d2fadf405e65 100644 --- a/tests/baselines/reference/canWatch/getDirectoryToWatchFailedLookupLocationNodeModulesPosix.baseline.md +++ b/tests/baselines/reference/canWatch/getDirectoryToWatchFailedLookupLocationNodeModulesPosix.baseline.md @@ -7,164 +7,160 @@ It also determines the directory to watch and whether to watch it recursively or ## RootDirForResolution: / -Root: - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | --------- | -| /node_modules/somefile.d.ts | /node_modules | true | -| /node_modules/dir/somefile.d.ts | /node_modules | true | -| /node_modules/dir/subdir/somefile.d.ts | /node_modules | true | -| /folderAtRoot/node_modules/somefile.d.ts | /folderAtRoot | true | -| /folderAtRoot/node_modules/dir/somefile.d.ts | /folderAtRoot | true | -| /folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot | true | -| /folderAtRoot/folder1/node_modules/somefile.d.ts | /folderAtRoot | true | -| /folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /folderAtRoot | true | -| /folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot | true | -| /folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | /folderAtRoot | true | -| /folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | /folderAtRoot | true | -| /folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot | true | -| /folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | /folderAtRoot | true | -| /folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | /folderAtRoot | true | -| /folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/somefile.d.ts | /folderAtRoot | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/somefile.d.ts | /folderAtRoot | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | /folderAtRoot | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | /folderAtRoot | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot | true | -| /users/node_modules/somefile.d.ts | /users | true | -| /users/node_modules/dir/somefile.d.ts | /users | true | -| /users/node_modules/dir/subdir/somefile.d.ts | /users | true | -| /users/username/node_modules/somefile.d.ts | /users | true | -| /users/username/node_modules/dir/somefile.d.ts | /users | true | -| /users/username/node_modules/dir/subdir/somefile.d.ts | /users | true | -| /users/username/folderAtRoot/node_modules/somefile.d.ts | /users | true | -| /users/username/folderAtRoot/node_modules/dir/somefile.d.ts | /users | true | -| /users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /users | true | -| /users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /users | true | -| /users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /users | true | -| /users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /users | true | -| /users/username/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | /users | true | -| /users/username/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | /users | true | -| /users/username/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | /users | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | /users | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | /users | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | /users | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/somefile.d.ts | /users | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/somefile.d.ts | /users | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/subdir/somefile.d.ts | /users | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | /users | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | /users | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | /users | true | -| /user/node_modules/somefile.d.ts | /user | true | -| /user/node_modules/dir/somefile.d.ts | /user | true | -| /user/node_modules/dir/subdir/somefile.d.ts | /user | true | -| /user/username/node_modules/somefile.d.ts | /user | true | -| /user/username/node_modules/dir/somefile.d.ts | /user | true | -| /user/username/node_modules/dir/subdir/somefile.d.ts | /user | true | -| /user/username/folderAtRoot/node_modules/somefile.d.ts | /user | true | -| /user/username/folderAtRoot/node_modules/dir/somefile.d.ts | /user | true | -| /user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /user | true | -| /user/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /user | true | -| /user/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /user | true | -| /user/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /user | true | -| /user/username/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | /user | true | -| /user/username/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | /user | true | -| /user/username/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | /user | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | /user | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | /user | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | /user | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/somefile.d.ts | /user | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/somefile.d.ts | /user | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/subdir/somefile.d.ts | /user | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | /user | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | /user | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | /user | true | -| /usr/node_modules/somefile.d.ts | /usr | true | -| /usr/node_modules/dir/somefile.d.ts | /usr | true | -| /usr/node_modules/dir/subdir/somefile.d.ts | /usr | true | -| /usr/username/node_modules/somefile.d.ts | /usr | true | -| /usr/username/node_modules/dir/somefile.d.ts | /usr | true | -| /usr/username/node_modules/dir/subdir/somefile.d.ts | /usr | true | -| /usr/username/folderAtRoot/node_modules/somefile.d.ts | /usr | true | -| /usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | /usr | true | -| /usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /usr | true | -| /usr/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /usr | true | -| /usr/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /usr | true | -| /usr/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /usr | true | -| /usr/username/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | /usr | true | -| /usr/username/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | /usr | true | -| /usr/username/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | /usr | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | /usr | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | /usr | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | /usr | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/somefile.d.ts | /usr | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/somefile.d.ts | /usr | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/subdir/somefile.d.ts | /usr | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | /usr | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | /usr | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | /usr | true | -| /home/node_modules/somefile.d.ts | /home | true | -| /home/node_modules/dir/somefile.d.ts | /home | true | -| /home/node_modules/dir/subdir/somefile.d.ts | /home | true | -| /home/username/node_modules/somefile.d.ts | /home | true | -| /home/username/node_modules/dir/somefile.d.ts | /home | true | -| /home/username/node_modules/dir/subdir/somefile.d.ts | /home | true | -| /home/username/folderAtRoot/node_modules/somefile.d.ts | /home | true | -| /home/username/folderAtRoot/node_modules/dir/somefile.d.ts | /home | true | -| /home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /home | true | -| /home/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /home | true | -| /home/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /home | true | -| /home/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /home | true | -| /home/username/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | /home | true | -| /home/username/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | /home | true | -| /home/username/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | /home | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | /home | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | /home | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | /home | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/somefile.d.ts | /home | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/somefile.d.ts | /home | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/subdir/somefile.d.ts | /home | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | /home | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | /home | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | /home | true | +| /node_modules/somefile.d.ts | | | +| /node_modules/dir/somefile.d.ts | | | +| /node_modules/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/node_modules/somefile.d.ts | | | +| /folderAtRoot/node_modules/dir/somefile.d.ts | | | +| /folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/node_modules/somefile.d.ts | | | +| /folderAtRoot/folder1/node_modules/dir/somefile.d.ts | | | +| /folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /users/node_modules/somefile.d.ts | | | +| /users/node_modules/dir/somefile.d.ts | | | +| /users/node_modules/dir/subdir/somefile.d.ts | | | +| /users/username/node_modules/somefile.d.ts | | | +| /users/username/node_modules/dir/somefile.d.ts | | | +| /users/username/node_modules/dir/subdir/somefile.d.ts | | | +| /users/username/folderAtRoot/node_modules/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /user/node_modules/somefile.d.ts | | | +| /user/node_modules/dir/somefile.d.ts | | | +| /user/node_modules/dir/subdir/somefile.d.ts | | | +| /user/username/node_modules/somefile.d.ts | | | +| /user/username/node_modules/dir/somefile.d.ts | | | +| /user/username/node_modules/dir/subdir/somefile.d.ts | | | +| /user/username/folderAtRoot/node_modules/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /usr/node_modules/somefile.d.ts | | | +| /usr/node_modules/dir/somefile.d.ts | | | +| /usr/node_modules/dir/subdir/somefile.d.ts | | | +| /usr/username/node_modules/somefile.d.ts | | | +| /usr/username/node_modules/dir/somefile.d.ts | | | +| /usr/username/node_modules/dir/subdir/somefile.d.ts | | | +| /usr/username/folderAtRoot/node_modules/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /home/node_modules/somefile.d.ts | | | +| /home/node_modules/dir/somefile.d.ts | | | +| /home/node_modules/dir/subdir/somefile.d.ts | | | +| /home/username/node_modules/somefile.d.ts | | | +| /home/username/node_modules/dir/somefile.d.ts | | | +| /home/username/node_modules/dir/subdir/somefile.d.ts | | | +| /home/username/folderAtRoot/node_modules/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | ## RootDirForResolution: /folderAtRoot -Root: /folderAtRoot - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | --------- | | /node_modules/somefile.d.ts | | | | /node_modules/dir/somefile.d.ts | | | | /node_modules/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/node_modules/somefile.d.ts | /folderAtRoot/node_modules | true | -| /folderAtRoot/node_modules/dir/somefile.d.ts | /folderAtRoot/node_modules | true | -| /folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/node_modules | true | -| /folderAtRoot/folder1/node_modules/somefile.d.ts | /folderAtRoot/folder1 | true | -| /folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1 | true | -| /folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1 | true | -| /folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | /folderAtRoot/folder1 | true | -| /folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1 | true | -| /folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1 | true | -| /folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | /folderAtRoot/folder1 | true | -| /folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1 | true | -| /folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1 | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/somefile.d.ts | /folderAtRoot/folder1 | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1 | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1 | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | /folderAtRoot/folder1 | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1 | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1 | true | +| /folderAtRoot/node_modules/somefile.d.ts | | | +| /folderAtRoot/node_modules/dir/somefile.d.ts | | | +| /folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/node_modules/somefile.d.ts | | | +| /folderAtRoot/folder1/node_modules/dir/somefile.d.ts | | | +| /folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | | /users/node_modules/somefile.d.ts | | | | /users/node_modules/dir/somefile.d.ts | | | | /users/node_modules/dir/subdir/somefile.d.ts | | | | /users/username/node_modules/somefile.d.ts | | | | /users/username/node_modules/dir/somefile.d.ts | | | | /users/username/node_modules/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /users/username/folderAtRoot/node_modules/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | @@ -186,9 +182,9 @@ Root: /folderAtRoot | /user/username/node_modules/somefile.d.ts | | | | /user/username/node_modules/dir/somefile.d.ts | | | | /user/username/node_modules/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /user/username/folderAtRoot/node_modules/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | @@ -210,9 +206,9 @@ Root: /folderAtRoot | /usr/username/node_modules/somefile.d.ts | | | | /usr/username/node_modules/dir/somefile.d.ts | | | | /usr/username/node_modules/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /usr/username/folderAtRoot/node_modules/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | @@ -234,9 +230,9 @@ Root: /folderAtRoot | /home/username/node_modules/somefile.d.ts | | | | /home/username/node_modules/dir/somefile.d.ts | | | | /home/username/node_modules/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /home/username/folderAtRoot/node_modules/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | @@ -255,8 +251,6 @@ Root: /folderAtRoot ## RootDirForResolution: /folderAtRoot/folder1 -Root: /folderAtRoot/folder1 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | --------- | | /node_modules/somefile.d.ts | | | @@ -265,9 +259,9 @@ Root: /folderAtRoot/folder1 | /folderAtRoot/node_modules/somefile.d.ts | | | | /folderAtRoot/node_modules/dir/somefile.d.ts | | | | /folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/node_modules/somefile.d.ts | /folderAtRoot/folder1/node_modules | true | -| /folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/node_modules | true | -| /folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/node_modules | true | +| /folderAtRoot/folder1/node_modules/somefile.d.ts | | | +| /folderAtRoot/folder1/node_modules/dir/somefile.d.ts | | | +| /folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | | | | /folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | | /folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | | /folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | @@ -286,9 +280,9 @@ Root: /folderAtRoot/folder1 | /users/username/node_modules/somefile.d.ts | | | | /users/username/node_modules/dir/somefile.d.ts | | | | /users/username/node_modules/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /users/username/folderAtRoot/node_modules/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | @@ -310,9 +304,9 @@ Root: /folderAtRoot/folder1 | /user/username/node_modules/somefile.d.ts | | | | /user/username/node_modules/dir/somefile.d.ts | | | | /user/username/node_modules/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /user/username/folderAtRoot/node_modules/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | @@ -334,9 +328,9 @@ Root: /folderAtRoot/folder1 | /usr/username/node_modules/somefile.d.ts | | | | /usr/username/node_modules/dir/somefile.d.ts | | | | /usr/username/node_modules/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /usr/username/folderAtRoot/node_modules/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | @@ -358,9 +352,9 @@ Root: /folderAtRoot/folder1 | /home/username/node_modules/somefile.d.ts | | | | /home/username/node_modules/dir/somefile.d.ts | | | | /home/username/node_modules/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /home/username/folderAtRoot/node_modules/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | @@ -379,8 +373,6 @@ Root: /folderAtRoot/folder1 ## RootDirForResolution: /folderAtRoot/folder1/folder2 -Root: /folderAtRoot/folder1/folder2 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | --------- | | /node_modules/somefile.d.ts | | | @@ -410,9 +402,9 @@ Root: /folderAtRoot/folder1/folder2 | /users/username/node_modules/somefile.d.ts | | | | /users/username/node_modules/dir/somefile.d.ts | | | | /users/username/node_modules/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /users/username/folderAtRoot/node_modules/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | @@ -434,9 +426,9 @@ Root: /folderAtRoot/folder1/folder2 | /user/username/node_modules/somefile.d.ts | | | | /user/username/node_modules/dir/somefile.d.ts | | | | /user/username/node_modules/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /user/username/folderAtRoot/node_modules/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | @@ -458,9 +450,9 @@ Root: /folderAtRoot/folder1/folder2 | /usr/username/node_modules/somefile.d.ts | | | | /usr/username/node_modules/dir/somefile.d.ts | | | | /usr/username/node_modules/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /usr/username/folderAtRoot/node_modules/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | @@ -482,9 +474,9 @@ Root: /folderAtRoot/folder1/folder2 | /home/username/node_modules/somefile.d.ts | | | | /home/username/node_modules/dir/somefile.d.ts | | | | /home/username/node_modules/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /home/username/folderAtRoot/node_modules/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | @@ -503,8 +495,6 @@ Root: /folderAtRoot/folder1/folder2 ## RootDirForResolution: /folderAtRoot/folder1/folder2/folder3 -Root: /folderAtRoot/folder1/folder2/folder3 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | --------- | | /node_modules/somefile.d.ts | | | @@ -516,9 +506,9 @@ Root: /folderAtRoot/folder1/folder2/folder3 | /folderAtRoot/folder1/node_modules/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/dir/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | @@ -534,9 +524,9 @@ Root: /folderAtRoot/folder1/folder2/folder3 | /users/username/node_modules/somefile.d.ts | | | | /users/username/node_modules/dir/somefile.d.ts | | | | /users/username/node_modules/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /users/username/folderAtRoot/node_modules/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | @@ -558,9 +548,9 @@ Root: /folderAtRoot/folder1/folder2/folder3 | /user/username/node_modules/somefile.d.ts | | | | /user/username/node_modules/dir/somefile.d.ts | | | | /user/username/node_modules/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /user/username/folderAtRoot/node_modules/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | @@ -582,9 +572,9 @@ Root: /folderAtRoot/folder1/folder2/folder3 | /usr/username/node_modules/somefile.d.ts | | | | /usr/username/node_modules/dir/somefile.d.ts | | | | /usr/username/node_modules/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /usr/username/folderAtRoot/node_modules/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | @@ -606,9 +596,9 @@ Root: /folderAtRoot/folder1/folder2/folder3 | /home/username/node_modules/somefile.d.ts | | | | /home/username/node_modules/dir/somefile.d.ts | | | | /home/username/node_modules/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /home/username/folderAtRoot/node_modules/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | @@ -627,8 +617,6 @@ Root: /folderAtRoot/folder1/folder2/folder3 ## RootDirForResolution: /folderAtRoot/folder1/folder2/folder3/folder4 -Root: /folderAtRoot/folder1/folder2/folder3/folder4 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | --------- | | /node_modules/somefile.d.ts | | | @@ -640,9 +628,9 @@ Root: /folderAtRoot/folder1/folder2/folder3/folder4 | /folderAtRoot/folder1/node_modules/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/dir/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | @@ -658,9 +646,9 @@ Root: /folderAtRoot/folder1/folder2/folder3/folder4 | /users/username/node_modules/somefile.d.ts | | | | /users/username/node_modules/dir/somefile.d.ts | | | | /users/username/node_modules/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /users/username/folderAtRoot/node_modules/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | @@ -682,9 +670,9 @@ Root: /folderAtRoot/folder1/folder2/folder3/folder4 | /user/username/node_modules/somefile.d.ts | | | | /user/username/node_modules/dir/somefile.d.ts | | | | /user/username/node_modules/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /user/username/folderAtRoot/node_modules/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | @@ -706,9 +694,9 @@ Root: /folderAtRoot/folder1/folder2/folder3/folder4 | /usr/username/node_modules/somefile.d.ts | | | | /usr/username/node_modules/dir/somefile.d.ts | | | | /usr/username/node_modules/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /usr/username/folderAtRoot/node_modules/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | @@ -730,9 +718,9 @@ Root: /folderAtRoot/folder1/folder2/folder3/folder4 | /home/username/node_modules/somefile.d.ts | | | | /home/username/node_modules/dir/somefile.d.ts | | | | /home/username/node_modules/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /home/username/folderAtRoot/node_modules/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | @@ -751,8 +739,6 @@ Root: /folderAtRoot/folder1/folder2/folder3/folder4 ## RootDirForResolution: /folderAtRoot/folder1/folder2/folder3/folder4/folder5 -Root: /folderAtRoot/folder1/folder2/folder3/folder4/folder5 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | --------- | | /node_modules/somefile.d.ts | | | @@ -764,9 +750,9 @@ Root: /folderAtRoot/folder1/folder2/folder3/folder4/folder5 | /folderAtRoot/folder1/node_modules/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/dir/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | @@ -782,9 +768,9 @@ Root: /folderAtRoot/folder1/folder2/folder3/folder4/folder5 | /users/username/node_modules/somefile.d.ts | | | | /users/username/node_modules/dir/somefile.d.ts | | | | /users/username/node_modules/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /users/username/folderAtRoot/node_modules/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | @@ -806,9 +792,9 @@ Root: /folderAtRoot/folder1/folder2/folder3/folder4/folder5 | /user/username/node_modules/somefile.d.ts | | | | /user/username/node_modules/dir/somefile.d.ts | | | | /user/username/node_modules/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /user/username/folderAtRoot/node_modules/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | @@ -830,9 +816,9 @@ Root: /folderAtRoot/folder1/folder2/folder3/folder4/folder5 | /usr/username/node_modules/somefile.d.ts | | | | /usr/username/node_modules/dir/somefile.d.ts | | | | /usr/username/node_modules/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /usr/username/folderAtRoot/node_modules/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | @@ -854,9 +840,9 @@ Root: /folderAtRoot/folder1/folder2/folder3/folder4/folder5 | /home/username/node_modules/somefile.d.ts | | | | /home/username/node_modules/dir/somefile.d.ts | | | | /home/username/node_modules/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /home/username/folderAtRoot/node_modules/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | @@ -875,8 +861,6 @@ Root: /folderAtRoot/folder1/folder2/folder3/folder4/folder5 ## RootDirForResolution: /users -Root: /users - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | --------- | | /node_modules/somefile.d.ts | | | @@ -888,9 +872,9 @@ Root: /users | /folderAtRoot/folder1/node_modules/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/dir/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | @@ -900,39 +884,39 @@ Root: /users | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| /users/node_modules/somefile.d.ts | /users/node_modules | true | -| /users/node_modules/dir/somefile.d.ts | /users/node_modules | true | -| /users/node_modules/dir/subdir/somefile.d.ts | /users/node_modules | true | -| /users/username/node_modules/somefile.d.ts | /users/username | true | -| /users/username/node_modules/dir/somefile.d.ts | /users/username | true | -| /users/username/node_modules/dir/subdir/somefile.d.ts | /users/username | true | -| /users/username/folderAtRoot/node_modules/somefile.d.ts | /users/username | true | -| /users/username/folderAtRoot/node_modules/dir/somefile.d.ts | /users/username | true | -| /users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /users/username | true | -| /users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /users/username | true | -| /users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /users/username | true | -| /users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /users/username | true | -| /users/username/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | /users/username | true | -| /users/username/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | /users/username | true | -| /users/username/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | /users/username | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | /users/username | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | /users/username | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | /users/username | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/somefile.d.ts | /users/username | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/somefile.d.ts | /users/username | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/subdir/somefile.d.ts | /users/username | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | /users/username | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | /users/username | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | /users/username | true | +| /users/node_modules/somefile.d.ts | | | +| /users/node_modules/dir/somefile.d.ts | | | +| /users/node_modules/dir/subdir/somefile.d.ts | | | +| /users/username/node_modules/somefile.d.ts | | | +| /users/username/node_modules/dir/somefile.d.ts | | | +| /users/username/node_modules/dir/subdir/somefile.d.ts | | | +| /users/username/folderAtRoot/node_modules/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | | /user/node_modules/somefile.d.ts | | | | /user/node_modules/dir/somefile.d.ts | | | | /user/node_modules/dir/subdir/somefile.d.ts | | | | /user/username/node_modules/somefile.d.ts | | | | /user/username/node_modules/dir/somefile.d.ts | | | | /user/username/node_modules/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /user/username/folderAtRoot/node_modules/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | @@ -954,9 +938,9 @@ Root: /users | /usr/username/node_modules/somefile.d.ts | | | | /usr/username/node_modules/dir/somefile.d.ts | | | | /usr/username/node_modules/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /usr/username/folderAtRoot/node_modules/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | @@ -978,9 +962,9 @@ Root: /users | /home/username/node_modules/somefile.d.ts | | | | /home/username/node_modules/dir/somefile.d.ts | | | | /home/username/node_modules/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /home/username/folderAtRoot/node_modules/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | @@ -999,8 +983,6 @@ Root: /users ## RootDirForResolution: /users/username -Root: /users/username - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | --------- | | /node_modules/somefile.d.ts | | | @@ -1012,9 +994,9 @@ Root: /users/username | /folderAtRoot/folder1/node_modules/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/dir/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | @@ -1027,9 +1009,9 @@ Root: /users/username | /users/node_modules/somefile.d.ts | | | | /users/node_modules/dir/somefile.d.ts | | | | /users/node_modules/dir/subdir/somefile.d.ts | | | -| /users/username/node_modules/somefile.d.ts | /users/username/node_modules | true | -| /users/username/node_modules/dir/somefile.d.ts | /users/username/node_modules | true | -| /users/username/node_modules/dir/subdir/somefile.d.ts | /users/username/node_modules | true | +| /users/username/node_modules/somefile.d.ts | | | +| /users/username/node_modules/dir/somefile.d.ts | | | +| /users/username/node_modules/dir/subdir/somefile.d.ts | | | | /users/username/folderAtRoot/node_modules/somefile.d.ts | /users/username/folderAtRoot | true | | /users/username/folderAtRoot/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot | true | | /users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | @@ -1054,9 +1036,9 @@ Root: /users/username | /user/username/node_modules/somefile.d.ts | | | | /user/username/node_modules/dir/somefile.d.ts | | | | /user/username/node_modules/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /user/username/folderAtRoot/node_modules/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | @@ -1078,9 +1060,9 @@ Root: /users/username | /usr/username/node_modules/somefile.d.ts | | | | /usr/username/node_modules/dir/somefile.d.ts | | | | /usr/username/node_modules/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /usr/username/folderAtRoot/node_modules/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | @@ -1102,9 +1084,9 @@ Root: /users/username | /home/username/node_modules/somefile.d.ts | | | | /home/username/node_modules/dir/somefile.d.ts | | | | /home/username/node_modules/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /home/username/folderAtRoot/node_modules/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | @@ -1123,8 +1105,6 @@ Root: /users/username ## RootDirForResolution: /users/username/folderAtRoot -Root: /users/username/folderAtRoot - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | --------- | | /node_modules/somefile.d.ts | | | @@ -1136,9 +1116,9 @@ Root: /users/username/folderAtRoot | /folderAtRoot/folder1/node_modules/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/dir/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | @@ -1178,9 +1158,9 @@ Root: /users/username/folderAtRoot | /user/username/node_modules/somefile.d.ts | | | | /user/username/node_modules/dir/somefile.d.ts | | | | /user/username/node_modules/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /user/username/folderAtRoot/node_modules/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | @@ -1202,9 +1182,9 @@ Root: /users/username/folderAtRoot | /usr/username/node_modules/somefile.d.ts | | | | /usr/username/node_modules/dir/somefile.d.ts | | | | /usr/username/node_modules/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /usr/username/folderAtRoot/node_modules/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | @@ -1226,9 +1206,9 @@ Root: /users/username/folderAtRoot | /home/username/node_modules/somefile.d.ts | | | | /home/username/node_modules/dir/somefile.d.ts | | | | /home/username/node_modules/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /home/username/folderAtRoot/node_modules/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | @@ -1247,8 +1227,6 @@ Root: /users/username/folderAtRoot ## RootDirForResolution: /users/username/folderAtRoot/folder1 -Root: /users/username/folderAtRoot/folder1 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | --------- | | /node_modules/somefile.d.ts | | | @@ -1260,9 +1238,9 @@ Root: /users/username/folderAtRoot/folder1 | /folderAtRoot/folder1/node_modules/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/dir/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | @@ -1278,9 +1256,9 @@ Root: /users/username/folderAtRoot/folder1 | /users/username/node_modules/somefile.d.ts | | | | /users/username/node_modules/dir/somefile.d.ts | | | | /users/username/node_modules/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /users/username/folderAtRoot/node_modules/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | @@ -1302,9 +1280,9 @@ Root: /users/username/folderAtRoot/folder1 | /user/username/node_modules/somefile.d.ts | | | | /user/username/node_modules/dir/somefile.d.ts | | | | /user/username/node_modules/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /user/username/folderAtRoot/node_modules/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | @@ -1326,9 +1304,9 @@ Root: /users/username/folderAtRoot/folder1 | /usr/username/node_modules/somefile.d.ts | | | | /usr/username/node_modules/dir/somefile.d.ts | | | | /usr/username/node_modules/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /usr/username/folderAtRoot/node_modules/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | @@ -1350,9 +1328,9 @@ Root: /users/username/folderAtRoot/folder1 | /home/username/node_modules/somefile.d.ts | | | | /home/username/node_modules/dir/somefile.d.ts | | | | /home/username/node_modules/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /home/username/folderAtRoot/node_modules/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | @@ -1371,8 +1349,6 @@ Root: /users/username/folderAtRoot/folder1 ## RootDirForResolution: /users/username/folderAtRoot/folder1/folder2 -Root: /users/username/folderAtRoot/folder1/folder2 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | --------- | | /node_modules/somefile.d.ts | | | @@ -1384,9 +1360,9 @@ Root: /users/username/folderAtRoot/folder1/folder2 | /folderAtRoot/folder1/node_modules/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/dir/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | @@ -1402,9 +1378,9 @@ Root: /users/username/folderAtRoot/folder1/folder2 | /users/username/node_modules/somefile.d.ts | | | | /users/username/node_modules/dir/somefile.d.ts | | | | /users/username/node_modules/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /users/username/folderAtRoot/node_modules/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | @@ -1426,9 +1402,9 @@ Root: /users/username/folderAtRoot/folder1/folder2 | /user/username/node_modules/somefile.d.ts | | | | /user/username/node_modules/dir/somefile.d.ts | | | | /user/username/node_modules/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /user/username/folderAtRoot/node_modules/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | @@ -1450,9 +1426,9 @@ Root: /users/username/folderAtRoot/folder1/folder2 | /usr/username/node_modules/somefile.d.ts | | | | /usr/username/node_modules/dir/somefile.d.ts | | | | /usr/username/node_modules/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /usr/username/folderAtRoot/node_modules/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | @@ -1474,9 +1450,9 @@ Root: /users/username/folderAtRoot/folder1/folder2 | /home/username/node_modules/somefile.d.ts | | | | /home/username/node_modules/dir/somefile.d.ts | | | | /home/username/node_modules/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /home/username/folderAtRoot/node_modules/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | @@ -1495,8 +1471,6 @@ Root: /users/username/folderAtRoot/folder1/folder2 ## RootDirForResolution: /users/username/folderAtRoot/folder1/folder2/folder3 -Root: /users/username/folderAtRoot/folder1/folder2/folder3 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | --------- | | /node_modules/somefile.d.ts | | | @@ -1508,9 +1482,9 @@ Root: /users/username/folderAtRoot/folder1/folder2/folder3 | /folderAtRoot/folder1/node_modules/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/dir/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | @@ -1526,9 +1500,9 @@ Root: /users/username/folderAtRoot/folder1/folder2/folder3 | /users/username/node_modules/somefile.d.ts | | | | /users/username/node_modules/dir/somefile.d.ts | | | | /users/username/node_modules/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /users/username/folderAtRoot/node_modules/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | @@ -1550,9 +1524,9 @@ Root: /users/username/folderAtRoot/folder1/folder2/folder3 | /user/username/node_modules/somefile.d.ts | | | | /user/username/node_modules/dir/somefile.d.ts | | | | /user/username/node_modules/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /user/username/folderAtRoot/node_modules/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | @@ -1574,9 +1548,9 @@ Root: /users/username/folderAtRoot/folder1/folder2/folder3 | /usr/username/node_modules/somefile.d.ts | | | | /usr/username/node_modules/dir/somefile.d.ts | | | | /usr/username/node_modules/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /usr/username/folderAtRoot/node_modules/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | @@ -1598,9 +1572,9 @@ Root: /users/username/folderAtRoot/folder1/folder2/folder3 | /home/username/node_modules/somefile.d.ts | | | | /home/username/node_modules/dir/somefile.d.ts | | | | /home/username/node_modules/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /home/username/folderAtRoot/node_modules/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | @@ -1619,8 +1593,6 @@ Root: /users/username/folderAtRoot/folder1/folder2/folder3 ## RootDirForResolution: /users/username/folderAtRoot/folder1/folder2/folder3/folder4 -Root: /users/username/folderAtRoot/folder1/folder2/folder3/folder4 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | --------- | | /node_modules/somefile.d.ts | | | @@ -1632,9 +1604,9 @@ Root: /users/username/folderAtRoot/folder1/folder2/folder3/folder4 | /folderAtRoot/folder1/node_modules/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/dir/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | @@ -1650,9 +1622,9 @@ Root: /users/username/folderAtRoot/folder1/folder2/folder3/folder4 | /users/username/node_modules/somefile.d.ts | | | | /users/username/node_modules/dir/somefile.d.ts | | | | /users/username/node_modules/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /users/username/folderAtRoot/node_modules/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | @@ -1674,9 +1646,9 @@ Root: /users/username/folderAtRoot/folder1/folder2/folder3/folder4 | /user/username/node_modules/somefile.d.ts | | | | /user/username/node_modules/dir/somefile.d.ts | | | | /user/username/node_modules/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /user/username/folderAtRoot/node_modules/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | @@ -1698,9 +1670,9 @@ Root: /users/username/folderAtRoot/folder1/folder2/folder3/folder4 | /usr/username/node_modules/somefile.d.ts | | | | /usr/username/node_modules/dir/somefile.d.ts | | | | /usr/username/node_modules/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /usr/username/folderAtRoot/node_modules/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | @@ -1722,9 +1694,9 @@ Root: /users/username/folderAtRoot/folder1/folder2/folder3/folder4 | /home/username/node_modules/somefile.d.ts | | | | /home/username/node_modules/dir/somefile.d.ts | | | | /home/username/node_modules/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /home/username/folderAtRoot/node_modules/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | @@ -1743,8 +1715,6 @@ Root: /users/username/folderAtRoot/folder1/folder2/folder3/folder4 ## RootDirForResolution: /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 -Root: /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | --------- | | /node_modules/somefile.d.ts | | | @@ -1756,9 +1726,9 @@ Root: /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | /folderAtRoot/folder1/node_modules/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/dir/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | @@ -1774,9 +1744,9 @@ Root: /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | /users/username/node_modules/somefile.d.ts | | | | /users/username/node_modules/dir/somefile.d.ts | | | | /users/username/node_modules/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /users/username/folderAtRoot/node_modules/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | @@ -1798,9 +1768,9 @@ Root: /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | /user/username/node_modules/somefile.d.ts | | | | /user/username/node_modules/dir/somefile.d.ts | | | | /user/username/node_modules/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /user/username/folderAtRoot/node_modules/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | @@ -1822,9 +1792,9 @@ Root: /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | /usr/username/node_modules/somefile.d.ts | | | | /usr/username/node_modules/dir/somefile.d.ts | | | | /usr/username/node_modules/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /usr/username/folderAtRoot/node_modules/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | @@ -1846,9 +1816,9 @@ Root: /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | /home/username/node_modules/somefile.d.ts | | | | /home/username/node_modules/dir/somefile.d.ts | | | | /home/username/node_modules/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /home/username/folderAtRoot/node_modules/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | @@ -1867,8 +1837,6 @@ Root: /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 ## RootDirForResolution: /user -Root: /user - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | --------- | | /node_modules/somefile.d.ts | | | @@ -1880,9 +1848,9 @@ Root: /user | /folderAtRoot/folder1/node_modules/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/dir/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | @@ -1898,9 +1866,9 @@ Root: /user | /users/username/node_modules/somefile.d.ts | | | | /users/username/node_modules/dir/somefile.d.ts | | | | /users/username/node_modules/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /users/username/folderAtRoot/node_modules/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | @@ -1916,39 +1884,39 @@ Root: /user | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| /user/node_modules/somefile.d.ts | /user/node_modules | true | -| /user/node_modules/dir/somefile.d.ts | /user/node_modules | true | -| /user/node_modules/dir/subdir/somefile.d.ts | /user/node_modules | true | -| /user/username/node_modules/somefile.d.ts | /user/username | true | -| /user/username/node_modules/dir/somefile.d.ts | /user/username | true | -| /user/username/node_modules/dir/subdir/somefile.d.ts | /user/username | true | -| /user/username/folderAtRoot/node_modules/somefile.d.ts | /user/username | true | -| /user/username/folderAtRoot/node_modules/dir/somefile.d.ts | /user/username | true | -| /user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /user/username | true | -| /user/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /user/username | true | -| /user/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /user/username | true | -| /user/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /user/username | true | -| /user/username/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | /user/username | true | -| /user/username/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | /user/username | true | -| /user/username/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | /user/username | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | /user/username | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | /user/username | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | /user/username | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/somefile.d.ts | /user/username | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/somefile.d.ts | /user/username | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/subdir/somefile.d.ts | /user/username | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | /user/username | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | /user/username | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | /user/username | true | +| /user/node_modules/somefile.d.ts | | | +| /user/node_modules/dir/somefile.d.ts | | | +| /user/node_modules/dir/subdir/somefile.d.ts | | | +| /user/username/node_modules/somefile.d.ts | | | +| /user/username/node_modules/dir/somefile.d.ts | | | +| /user/username/node_modules/dir/subdir/somefile.d.ts | | | +| /user/username/folderAtRoot/node_modules/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | | /usr/node_modules/somefile.d.ts | | | | /usr/node_modules/dir/somefile.d.ts | | | | /usr/node_modules/dir/subdir/somefile.d.ts | | | | /usr/username/node_modules/somefile.d.ts | | | | /usr/username/node_modules/dir/somefile.d.ts | | | | /usr/username/node_modules/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /usr/username/folderAtRoot/node_modules/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | @@ -1970,9 +1938,9 @@ Root: /user | /home/username/node_modules/somefile.d.ts | | | | /home/username/node_modules/dir/somefile.d.ts | | | | /home/username/node_modules/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /home/username/folderAtRoot/node_modules/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | @@ -1991,8 +1959,6 @@ Root: /user ## RootDirForResolution: /user/username -Root: /user/username - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | --------- | | /node_modules/somefile.d.ts | | | @@ -2004,9 +1970,9 @@ Root: /user/username | /folderAtRoot/folder1/node_modules/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/dir/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | @@ -2022,9 +1988,9 @@ Root: /user/username | /users/username/node_modules/somefile.d.ts | | | | /users/username/node_modules/dir/somefile.d.ts | | | | /users/username/node_modules/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /users/username/folderAtRoot/node_modules/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | @@ -2043,9 +2009,9 @@ Root: /user/username | /user/node_modules/somefile.d.ts | | | | /user/node_modules/dir/somefile.d.ts | | | | /user/node_modules/dir/subdir/somefile.d.ts | | | -| /user/username/node_modules/somefile.d.ts | /user/username/node_modules | true | -| /user/username/node_modules/dir/somefile.d.ts | /user/username/node_modules | true | -| /user/username/node_modules/dir/subdir/somefile.d.ts | /user/username/node_modules | true | +| /user/username/node_modules/somefile.d.ts | | | +| /user/username/node_modules/dir/somefile.d.ts | | | +| /user/username/node_modules/dir/subdir/somefile.d.ts | | | | /user/username/folderAtRoot/node_modules/somefile.d.ts | /user/username/folderAtRoot | true | | /user/username/folderAtRoot/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot | true | | /user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | @@ -2070,9 +2036,9 @@ Root: /user/username | /usr/username/node_modules/somefile.d.ts | | | | /usr/username/node_modules/dir/somefile.d.ts | | | | /usr/username/node_modules/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /usr/username/folderAtRoot/node_modules/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | @@ -2094,9 +2060,9 @@ Root: /user/username | /home/username/node_modules/somefile.d.ts | | | | /home/username/node_modules/dir/somefile.d.ts | | | | /home/username/node_modules/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /home/username/folderAtRoot/node_modules/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | @@ -2115,8 +2081,6 @@ Root: /user/username ## RootDirForResolution: /user/username/folderAtRoot -Root: /user/username/folderAtRoot - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | --------- | | /node_modules/somefile.d.ts | | | @@ -2128,9 +2092,9 @@ Root: /user/username/folderAtRoot | /folderAtRoot/folder1/node_modules/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/dir/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | @@ -2146,9 +2110,9 @@ Root: /user/username/folderAtRoot | /users/username/node_modules/somefile.d.ts | | | | /users/username/node_modules/dir/somefile.d.ts | | | | /users/username/node_modules/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /users/username/folderAtRoot/node_modules/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | @@ -2194,9 +2158,9 @@ Root: /user/username/folderAtRoot | /usr/username/node_modules/somefile.d.ts | | | | /usr/username/node_modules/dir/somefile.d.ts | | | | /usr/username/node_modules/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /usr/username/folderAtRoot/node_modules/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | @@ -2218,9 +2182,9 @@ Root: /user/username/folderAtRoot | /home/username/node_modules/somefile.d.ts | | | | /home/username/node_modules/dir/somefile.d.ts | | | | /home/username/node_modules/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /home/username/folderAtRoot/node_modules/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | @@ -2239,8 +2203,6 @@ Root: /user/username/folderAtRoot ## RootDirForResolution: /user/username/folderAtRoot/folder1 -Root: /user/username/folderAtRoot/folder1 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | --------- | | /node_modules/somefile.d.ts | | | @@ -2252,9 +2214,9 @@ Root: /user/username/folderAtRoot/folder1 | /folderAtRoot/folder1/node_modules/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/dir/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | @@ -2270,9 +2232,9 @@ Root: /user/username/folderAtRoot/folder1 | /users/username/node_modules/somefile.d.ts | | | | /users/username/node_modules/dir/somefile.d.ts | | | | /users/username/node_modules/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /users/username/folderAtRoot/node_modules/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | @@ -2294,9 +2256,9 @@ Root: /user/username/folderAtRoot/folder1 | /user/username/node_modules/somefile.d.ts | | | | /user/username/node_modules/dir/somefile.d.ts | | | | /user/username/node_modules/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /user/username/folderAtRoot/node_modules/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | @@ -2318,9 +2280,9 @@ Root: /user/username/folderAtRoot/folder1 | /usr/username/node_modules/somefile.d.ts | | | | /usr/username/node_modules/dir/somefile.d.ts | | | | /usr/username/node_modules/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /usr/username/folderAtRoot/node_modules/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | @@ -2342,9 +2304,9 @@ Root: /user/username/folderAtRoot/folder1 | /home/username/node_modules/somefile.d.ts | | | | /home/username/node_modules/dir/somefile.d.ts | | | | /home/username/node_modules/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /home/username/folderAtRoot/node_modules/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | @@ -2363,8 +2325,6 @@ Root: /user/username/folderAtRoot/folder1 ## RootDirForResolution: /user/username/folderAtRoot/folder1/folder2 -Root: /user/username/folderAtRoot/folder1/folder2 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | --------- | | /node_modules/somefile.d.ts | | | @@ -2376,9 +2336,9 @@ Root: /user/username/folderAtRoot/folder1/folder2 | /folderAtRoot/folder1/node_modules/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/dir/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | @@ -2394,9 +2354,9 @@ Root: /user/username/folderAtRoot/folder1/folder2 | /users/username/node_modules/somefile.d.ts | | | | /users/username/node_modules/dir/somefile.d.ts | | | | /users/username/node_modules/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /users/username/folderAtRoot/node_modules/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | @@ -2418,9 +2378,9 @@ Root: /user/username/folderAtRoot/folder1/folder2 | /user/username/node_modules/somefile.d.ts | | | | /user/username/node_modules/dir/somefile.d.ts | | | | /user/username/node_modules/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /user/username/folderAtRoot/node_modules/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | @@ -2442,9 +2402,9 @@ Root: /user/username/folderAtRoot/folder1/folder2 | /usr/username/node_modules/somefile.d.ts | | | | /usr/username/node_modules/dir/somefile.d.ts | | | | /usr/username/node_modules/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /usr/username/folderAtRoot/node_modules/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | @@ -2466,9 +2426,9 @@ Root: /user/username/folderAtRoot/folder1/folder2 | /home/username/node_modules/somefile.d.ts | | | | /home/username/node_modules/dir/somefile.d.ts | | | | /home/username/node_modules/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /home/username/folderAtRoot/node_modules/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | @@ -2487,8 +2447,6 @@ Root: /user/username/folderAtRoot/folder1/folder2 ## RootDirForResolution: /user/username/folderAtRoot/folder1/folder2/folder3 -Root: /user/username/folderAtRoot/folder1/folder2/folder3 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | --------- | | /node_modules/somefile.d.ts | | | @@ -2500,9 +2458,9 @@ Root: /user/username/folderAtRoot/folder1/folder2/folder3 | /folderAtRoot/folder1/node_modules/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/dir/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | @@ -2518,9 +2476,9 @@ Root: /user/username/folderAtRoot/folder1/folder2/folder3 | /users/username/node_modules/somefile.d.ts | | | | /users/username/node_modules/dir/somefile.d.ts | | | | /users/username/node_modules/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /users/username/folderAtRoot/node_modules/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | @@ -2542,9 +2500,9 @@ Root: /user/username/folderAtRoot/folder1/folder2/folder3 | /user/username/node_modules/somefile.d.ts | | | | /user/username/node_modules/dir/somefile.d.ts | | | | /user/username/node_modules/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /user/username/folderAtRoot/node_modules/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | @@ -2566,9 +2524,9 @@ Root: /user/username/folderAtRoot/folder1/folder2/folder3 | /usr/username/node_modules/somefile.d.ts | | | | /usr/username/node_modules/dir/somefile.d.ts | | | | /usr/username/node_modules/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /usr/username/folderAtRoot/node_modules/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | @@ -2590,9 +2548,9 @@ Root: /user/username/folderAtRoot/folder1/folder2/folder3 | /home/username/node_modules/somefile.d.ts | | | | /home/username/node_modules/dir/somefile.d.ts | | | | /home/username/node_modules/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /home/username/folderAtRoot/node_modules/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | @@ -2611,8 +2569,6 @@ Root: /user/username/folderAtRoot/folder1/folder2/folder3 ## RootDirForResolution: /user/username/folderAtRoot/folder1/folder2/folder3/folder4 -Root: /user/username/folderAtRoot/folder1/folder2/folder3/folder4 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | --------- | | /node_modules/somefile.d.ts | | | @@ -2624,9 +2580,9 @@ Root: /user/username/folderAtRoot/folder1/folder2/folder3/folder4 | /folderAtRoot/folder1/node_modules/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/dir/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | @@ -2642,9 +2598,9 @@ Root: /user/username/folderAtRoot/folder1/folder2/folder3/folder4 | /users/username/node_modules/somefile.d.ts | | | | /users/username/node_modules/dir/somefile.d.ts | | | | /users/username/node_modules/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /users/username/folderAtRoot/node_modules/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | @@ -2666,9 +2622,9 @@ Root: /user/username/folderAtRoot/folder1/folder2/folder3/folder4 | /user/username/node_modules/somefile.d.ts | | | | /user/username/node_modules/dir/somefile.d.ts | | | | /user/username/node_modules/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /user/username/folderAtRoot/node_modules/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | @@ -2690,9 +2646,9 @@ Root: /user/username/folderAtRoot/folder1/folder2/folder3/folder4 | /usr/username/node_modules/somefile.d.ts | | | | /usr/username/node_modules/dir/somefile.d.ts | | | | /usr/username/node_modules/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /usr/username/folderAtRoot/node_modules/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | @@ -2714,9 +2670,9 @@ Root: /user/username/folderAtRoot/folder1/folder2/folder3/folder4 | /home/username/node_modules/somefile.d.ts | | | | /home/username/node_modules/dir/somefile.d.ts | | | | /home/username/node_modules/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /home/username/folderAtRoot/node_modules/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | @@ -2735,8 +2691,6 @@ Root: /user/username/folderAtRoot/folder1/folder2/folder3/folder4 ## RootDirForResolution: /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 -Root: /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | --------- | | /node_modules/somefile.d.ts | | | @@ -2748,9 +2702,9 @@ Root: /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | /folderAtRoot/folder1/node_modules/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/dir/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | @@ -2766,9 +2720,9 @@ Root: /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | /users/username/node_modules/somefile.d.ts | | | | /users/username/node_modules/dir/somefile.d.ts | | | | /users/username/node_modules/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /users/username/folderAtRoot/node_modules/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | @@ -2790,9 +2744,9 @@ Root: /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | /user/username/node_modules/somefile.d.ts | | | | /user/username/node_modules/dir/somefile.d.ts | | | | /user/username/node_modules/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /user/username/folderAtRoot/node_modules/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | @@ -2814,9 +2768,9 @@ Root: /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | /usr/username/node_modules/somefile.d.ts | | | | /usr/username/node_modules/dir/somefile.d.ts | | | | /usr/username/node_modules/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /usr/username/folderAtRoot/node_modules/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | @@ -2838,9 +2792,9 @@ Root: /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | /home/username/node_modules/somefile.d.ts | | | | /home/username/node_modules/dir/somefile.d.ts | | | | /home/username/node_modules/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /home/username/folderAtRoot/node_modules/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | @@ -2859,8 +2813,6 @@ Root: /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 ## RootDirForResolution: /usr -Root: /usr - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | --------- | | /node_modules/somefile.d.ts | | | @@ -2872,9 +2824,9 @@ Root: /usr | /folderAtRoot/folder1/node_modules/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/dir/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | @@ -2890,9 +2842,9 @@ Root: /usr | /users/username/node_modules/somefile.d.ts | | | | /users/username/node_modules/dir/somefile.d.ts | | | | /users/username/node_modules/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /users/username/folderAtRoot/node_modules/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | @@ -2914,9 +2866,9 @@ Root: /usr | /user/username/node_modules/somefile.d.ts | | | | /user/username/node_modules/dir/somefile.d.ts | | | | /user/username/node_modules/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /user/username/folderAtRoot/node_modules/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | @@ -2932,39 +2884,39 @@ Root: /usr | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| /usr/node_modules/somefile.d.ts | /usr/node_modules | true | -| /usr/node_modules/dir/somefile.d.ts | /usr/node_modules | true | -| /usr/node_modules/dir/subdir/somefile.d.ts | /usr/node_modules | true | -| /usr/username/node_modules/somefile.d.ts | /usr/username | true | -| /usr/username/node_modules/dir/somefile.d.ts | /usr/username | true | -| /usr/username/node_modules/dir/subdir/somefile.d.ts | /usr/username | true | -| /usr/username/folderAtRoot/node_modules/somefile.d.ts | /usr/username | true | -| /usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | /usr/username | true | -| /usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /usr/username | true | -| /usr/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /usr/username | true | -| /usr/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /usr/username | true | -| /usr/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /usr/username | true | -| /usr/username/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | /usr/username | true | -| /usr/username/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | /usr/username | true | -| /usr/username/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | /usr/username | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | /usr/username | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | /usr/username | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | /usr/username | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/somefile.d.ts | /usr/username | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/somefile.d.ts | /usr/username | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/subdir/somefile.d.ts | /usr/username | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | /usr/username | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | /usr/username | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | /usr/username | true | +| /usr/node_modules/somefile.d.ts | | | +| /usr/node_modules/dir/somefile.d.ts | | | +| /usr/node_modules/dir/subdir/somefile.d.ts | | | +| /usr/username/node_modules/somefile.d.ts | | | +| /usr/username/node_modules/dir/somefile.d.ts | | | +| /usr/username/node_modules/dir/subdir/somefile.d.ts | | | +| /usr/username/folderAtRoot/node_modules/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | | /home/node_modules/somefile.d.ts | | | | /home/node_modules/dir/somefile.d.ts | | | | /home/node_modules/dir/subdir/somefile.d.ts | | | | /home/username/node_modules/somefile.d.ts | | | | /home/username/node_modules/dir/somefile.d.ts | | | | /home/username/node_modules/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /home/username/folderAtRoot/node_modules/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | @@ -2983,8 +2935,6 @@ Root: /usr ## RootDirForResolution: /usr/username -Root: /usr/username - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | --------- | | /node_modules/somefile.d.ts | | | @@ -2996,9 +2946,9 @@ Root: /usr/username | /folderAtRoot/folder1/node_modules/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/dir/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | @@ -3014,9 +2964,9 @@ Root: /usr/username | /users/username/node_modules/somefile.d.ts | | | | /users/username/node_modules/dir/somefile.d.ts | | | | /users/username/node_modules/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /users/username/folderAtRoot/node_modules/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | @@ -3038,9 +2988,9 @@ Root: /usr/username | /user/username/node_modules/somefile.d.ts | | | | /user/username/node_modules/dir/somefile.d.ts | | | | /user/username/node_modules/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /user/username/folderAtRoot/node_modules/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | @@ -3059,9 +3009,9 @@ Root: /usr/username | /usr/node_modules/somefile.d.ts | | | | /usr/node_modules/dir/somefile.d.ts | | | | /usr/node_modules/dir/subdir/somefile.d.ts | | | -| /usr/username/node_modules/somefile.d.ts | /usr/username/node_modules | true | -| /usr/username/node_modules/dir/somefile.d.ts | /usr/username/node_modules | true | -| /usr/username/node_modules/dir/subdir/somefile.d.ts | /usr/username/node_modules | true | +| /usr/username/node_modules/somefile.d.ts | | | +| /usr/username/node_modules/dir/somefile.d.ts | | | +| /usr/username/node_modules/dir/subdir/somefile.d.ts | | | | /usr/username/folderAtRoot/node_modules/somefile.d.ts | /usr/username/folderAtRoot | true | | /usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot | true | | /usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | @@ -3086,9 +3036,9 @@ Root: /usr/username | /home/username/node_modules/somefile.d.ts | | | | /home/username/node_modules/dir/somefile.d.ts | | | | /home/username/node_modules/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /home/username/folderAtRoot/node_modules/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | @@ -3107,8 +3057,6 @@ Root: /usr/username ## RootDirForResolution: /usr/username/folderAtRoot -Root: /usr/username/folderAtRoot - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | --------- | | /node_modules/somefile.d.ts | | | @@ -3120,9 +3068,9 @@ Root: /usr/username/folderAtRoot | /folderAtRoot/folder1/node_modules/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/dir/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | @@ -3138,9 +3086,9 @@ Root: /usr/username/folderAtRoot | /users/username/node_modules/somefile.d.ts | | | | /users/username/node_modules/dir/somefile.d.ts | | | | /users/username/node_modules/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /users/username/folderAtRoot/node_modules/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | @@ -3162,9 +3110,9 @@ Root: /usr/username/folderAtRoot | /user/username/node_modules/somefile.d.ts | | | | /user/username/node_modules/dir/somefile.d.ts | | | | /user/username/node_modules/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /user/username/folderAtRoot/node_modules/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | @@ -3210,9 +3158,9 @@ Root: /usr/username/folderAtRoot | /home/username/node_modules/somefile.d.ts | | | | /home/username/node_modules/dir/somefile.d.ts | | | | /home/username/node_modules/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /home/username/folderAtRoot/node_modules/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | @@ -3231,8 +3179,6 @@ Root: /usr/username/folderAtRoot ## RootDirForResolution: /usr/username/folderAtRoot/folder1 -Root: /usr/username/folderAtRoot/folder1 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | --------- | | /node_modules/somefile.d.ts | | | @@ -3244,9 +3190,9 @@ Root: /usr/username/folderAtRoot/folder1 | /folderAtRoot/folder1/node_modules/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/dir/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | @@ -3262,9 +3208,9 @@ Root: /usr/username/folderAtRoot/folder1 | /users/username/node_modules/somefile.d.ts | | | | /users/username/node_modules/dir/somefile.d.ts | | | | /users/username/node_modules/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /users/username/folderAtRoot/node_modules/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | @@ -3286,9 +3232,9 @@ Root: /usr/username/folderAtRoot/folder1 | /user/username/node_modules/somefile.d.ts | | | | /user/username/node_modules/dir/somefile.d.ts | | | | /user/username/node_modules/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /user/username/folderAtRoot/node_modules/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | @@ -3310,9 +3256,9 @@ Root: /usr/username/folderAtRoot/folder1 | /usr/username/node_modules/somefile.d.ts | | | | /usr/username/node_modules/dir/somefile.d.ts | | | | /usr/username/node_modules/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /usr/username/folderAtRoot/node_modules/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | @@ -3334,9 +3280,9 @@ Root: /usr/username/folderAtRoot/folder1 | /home/username/node_modules/somefile.d.ts | | | | /home/username/node_modules/dir/somefile.d.ts | | | | /home/username/node_modules/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /home/username/folderAtRoot/node_modules/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | @@ -3355,8 +3301,6 @@ Root: /usr/username/folderAtRoot/folder1 ## RootDirForResolution: /usr/username/folderAtRoot/folder1/folder2 -Root: /usr/username/folderAtRoot/folder1/folder2 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | --------- | | /node_modules/somefile.d.ts | | | @@ -3368,9 +3312,9 @@ Root: /usr/username/folderAtRoot/folder1/folder2 | /folderAtRoot/folder1/node_modules/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/dir/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | @@ -3386,9 +3330,9 @@ Root: /usr/username/folderAtRoot/folder1/folder2 | /users/username/node_modules/somefile.d.ts | | | | /users/username/node_modules/dir/somefile.d.ts | | | | /users/username/node_modules/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /users/username/folderAtRoot/node_modules/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | @@ -3410,9 +3354,9 @@ Root: /usr/username/folderAtRoot/folder1/folder2 | /user/username/node_modules/somefile.d.ts | | | | /user/username/node_modules/dir/somefile.d.ts | | | | /user/username/node_modules/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /user/username/folderAtRoot/node_modules/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | @@ -3434,9 +3378,9 @@ Root: /usr/username/folderAtRoot/folder1/folder2 | /usr/username/node_modules/somefile.d.ts | | | | /usr/username/node_modules/dir/somefile.d.ts | | | | /usr/username/node_modules/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /usr/username/folderAtRoot/node_modules/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | @@ -3458,9 +3402,9 @@ Root: /usr/username/folderAtRoot/folder1/folder2 | /home/username/node_modules/somefile.d.ts | | | | /home/username/node_modules/dir/somefile.d.ts | | | | /home/username/node_modules/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /home/username/folderAtRoot/node_modules/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | @@ -3479,8 +3423,6 @@ Root: /usr/username/folderAtRoot/folder1/folder2 ## RootDirForResolution: /usr/username/folderAtRoot/folder1/folder2/folder3 -Root: /usr/username/folderAtRoot/folder1/folder2/folder3 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | --------- | | /node_modules/somefile.d.ts | | | @@ -3492,9 +3434,9 @@ Root: /usr/username/folderAtRoot/folder1/folder2/folder3 | /folderAtRoot/folder1/node_modules/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/dir/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | @@ -3510,9 +3452,9 @@ Root: /usr/username/folderAtRoot/folder1/folder2/folder3 | /users/username/node_modules/somefile.d.ts | | | | /users/username/node_modules/dir/somefile.d.ts | | | | /users/username/node_modules/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /users/username/folderAtRoot/node_modules/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | @@ -3534,9 +3476,9 @@ Root: /usr/username/folderAtRoot/folder1/folder2/folder3 | /user/username/node_modules/somefile.d.ts | | | | /user/username/node_modules/dir/somefile.d.ts | | | | /user/username/node_modules/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /user/username/folderAtRoot/node_modules/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | @@ -3558,9 +3500,9 @@ Root: /usr/username/folderAtRoot/folder1/folder2/folder3 | /usr/username/node_modules/somefile.d.ts | | | | /usr/username/node_modules/dir/somefile.d.ts | | | | /usr/username/node_modules/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /usr/username/folderAtRoot/node_modules/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | @@ -3582,9 +3524,9 @@ Root: /usr/username/folderAtRoot/folder1/folder2/folder3 | /home/username/node_modules/somefile.d.ts | | | | /home/username/node_modules/dir/somefile.d.ts | | | | /home/username/node_modules/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /home/username/folderAtRoot/node_modules/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | @@ -3603,8 +3545,6 @@ Root: /usr/username/folderAtRoot/folder1/folder2/folder3 ## RootDirForResolution: /usr/username/folderAtRoot/folder1/folder2/folder3/folder4 -Root: /usr/username/folderAtRoot/folder1/folder2/folder3/folder4 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | --------- | | /node_modules/somefile.d.ts | | | @@ -3616,9 +3556,9 @@ Root: /usr/username/folderAtRoot/folder1/folder2/folder3/folder4 | /folderAtRoot/folder1/node_modules/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/dir/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | @@ -3634,9 +3574,9 @@ Root: /usr/username/folderAtRoot/folder1/folder2/folder3/folder4 | /users/username/node_modules/somefile.d.ts | | | | /users/username/node_modules/dir/somefile.d.ts | | | | /users/username/node_modules/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /users/username/folderAtRoot/node_modules/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | @@ -3658,9 +3598,9 @@ Root: /usr/username/folderAtRoot/folder1/folder2/folder3/folder4 | /user/username/node_modules/somefile.d.ts | | | | /user/username/node_modules/dir/somefile.d.ts | | | | /user/username/node_modules/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /user/username/folderAtRoot/node_modules/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | @@ -3682,9 +3622,9 @@ Root: /usr/username/folderAtRoot/folder1/folder2/folder3/folder4 | /usr/username/node_modules/somefile.d.ts | | | | /usr/username/node_modules/dir/somefile.d.ts | | | | /usr/username/node_modules/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /usr/username/folderAtRoot/node_modules/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | @@ -3706,9 +3646,9 @@ Root: /usr/username/folderAtRoot/folder1/folder2/folder3/folder4 | /home/username/node_modules/somefile.d.ts | | | | /home/username/node_modules/dir/somefile.d.ts | | | | /home/username/node_modules/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /home/username/folderAtRoot/node_modules/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | @@ -3727,8 +3667,6 @@ Root: /usr/username/folderAtRoot/folder1/folder2/folder3/folder4 ## RootDirForResolution: /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 -Root: /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | --------- | | /node_modules/somefile.d.ts | | | @@ -3740,9 +3678,9 @@ Root: /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | /folderAtRoot/folder1/node_modules/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/dir/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | @@ -3758,9 +3696,9 @@ Root: /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | /users/username/node_modules/somefile.d.ts | | | | /users/username/node_modules/dir/somefile.d.ts | | | | /users/username/node_modules/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /users/username/folderAtRoot/node_modules/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | @@ -3782,9 +3720,9 @@ Root: /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | /user/username/node_modules/somefile.d.ts | | | | /user/username/node_modules/dir/somefile.d.ts | | | | /user/username/node_modules/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /user/username/folderAtRoot/node_modules/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | @@ -3806,9 +3744,9 @@ Root: /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | /usr/username/node_modules/somefile.d.ts | | | | /usr/username/node_modules/dir/somefile.d.ts | | | | /usr/username/node_modules/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /usr/username/folderAtRoot/node_modules/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | @@ -3830,9 +3768,9 @@ Root: /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | /home/username/node_modules/somefile.d.ts | | | | /home/username/node_modules/dir/somefile.d.ts | | | | /home/username/node_modules/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /home/username/folderAtRoot/node_modules/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | @@ -3851,8 +3789,6 @@ Root: /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 ## RootDirForResolution: /home -Root: /home - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | --------- | | /node_modules/somefile.d.ts | | | @@ -3864,9 +3800,9 @@ Root: /home | /folderAtRoot/folder1/node_modules/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/dir/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | @@ -3882,9 +3818,9 @@ Root: /home | /users/username/node_modules/somefile.d.ts | | | | /users/username/node_modules/dir/somefile.d.ts | | | | /users/username/node_modules/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /users/username/folderAtRoot/node_modules/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | @@ -3906,9 +3842,9 @@ Root: /home | /user/username/node_modules/somefile.d.ts | | | | /user/username/node_modules/dir/somefile.d.ts | | | | /user/username/node_modules/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /user/username/folderAtRoot/node_modules/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | @@ -3930,9 +3866,9 @@ Root: /home | /usr/username/node_modules/somefile.d.ts | | | | /usr/username/node_modules/dir/somefile.d.ts | | | | /usr/username/node_modules/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /usr/username/folderAtRoot/node_modules/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | @@ -3948,35 +3884,33 @@ Root: /home | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| /home/node_modules/somefile.d.ts | /home/node_modules | true | -| /home/node_modules/dir/somefile.d.ts | /home/node_modules | true | -| /home/node_modules/dir/subdir/somefile.d.ts | /home/node_modules | true | -| /home/username/node_modules/somefile.d.ts | /home/username | true | -| /home/username/node_modules/dir/somefile.d.ts | /home/username | true | -| /home/username/node_modules/dir/subdir/somefile.d.ts | /home/username | true | -| /home/username/folderAtRoot/node_modules/somefile.d.ts | /home/username | true | -| /home/username/folderAtRoot/node_modules/dir/somefile.d.ts | /home/username | true | -| /home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /home/username | true | -| /home/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /home/username | true | -| /home/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /home/username | true | -| /home/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /home/username | true | -| /home/username/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | /home/username | true | -| /home/username/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | /home/username | true | -| /home/username/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | /home/username | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | /home/username | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | /home/username | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | /home/username | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/somefile.d.ts | /home/username | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/somefile.d.ts | /home/username | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/subdir/somefile.d.ts | /home/username | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | /home/username | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | /home/username | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | /home/username | true | +| /home/node_modules/somefile.d.ts | | | +| /home/node_modules/dir/somefile.d.ts | | | +| /home/node_modules/dir/subdir/somefile.d.ts | | | +| /home/username/node_modules/somefile.d.ts | | | +| /home/username/node_modules/dir/somefile.d.ts | | | +| /home/username/node_modules/dir/subdir/somefile.d.ts | | | +| /home/username/folderAtRoot/node_modules/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | ## RootDirForResolution: /home/username -Root: /home/username - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | --------- | | /node_modules/somefile.d.ts | | | @@ -3988,9 +3922,9 @@ Root: /home/username | /folderAtRoot/folder1/node_modules/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/dir/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | @@ -4006,9 +3940,9 @@ Root: /home/username | /users/username/node_modules/somefile.d.ts | | | | /users/username/node_modules/dir/somefile.d.ts | | | | /users/username/node_modules/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /users/username/folderAtRoot/node_modules/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | @@ -4030,9 +3964,9 @@ Root: /home/username | /user/username/node_modules/somefile.d.ts | | | | /user/username/node_modules/dir/somefile.d.ts | | | | /user/username/node_modules/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /user/username/folderAtRoot/node_modules/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | @@ -4054,9 +3988,9 @@ Root: /home/username | /usr/username/node_modules/somefile.d.ts | | | | /usr/username/node_modules/dir/somefile.d.ts | | | | /usr/username/node_modules/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /usr/username/folderAtRoot/node_modules/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | @@ -4075,9 +4009,9 @@ Root: /home/username | /home/node_modules/somefile.d.ts | | | | /home/node_modules/dir/somefile.d.ts | | | | /home/node_modules/dir/subdir/somefile.d.ts | | | -| /home/username/node_modules/somefile.d.ts | /home/username/node_modules | true | -| /home/username/node_modules/dir/somefile.d.ts | /home/username/node_modules | true | -| /home/username/node_modules/dir/subdir/somefile.d.ts | /home/username/node_modules | true | +| /home/username/node_modules/somefile.d.ts | | | +| /home/username/node_modules/dir/somefile.d.ts | | | +| /home/username/node_modules/dir/subdir/somefile.d.ts | | | | /home/username/folderAtRoot/node_modules/somefile.d.ts | /home/username/folderAtRoot | true | | /home/username/folderAtRoot/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot | true | | /home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | @@ -4099,8 +4033,6 @@ Root: /home/username ## RootDirForResolution: /home/username/folderAtRoot -Root: /home/username/folderAtRoot - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | --------- | | /node_modules/somefile.d.ts | | | @@ -4112,9 +4044,9 @@ Root: /home/username/folderAtRoot | /folderAtRoot/folder1/node_modules/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/dir/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | @@ -4130,9 +4062,9 @@ Root: /home/username/folderAtRoot | /users/username/node_modules/somefile.d.ts | | | | /users/username/node_modules/dir/somefile.d.ts | | | | /users/username/node_modules/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /users/username/folderAtRoot/node_modules/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | @@ -4154,9 +4086,9 @@ Root: /home/username/folderAtRoot | /user/username/node_modules/somefile.d.ts | | | | /user/username/node_modules/dir/somefile.d.ts | | | | /user/username/node_modules/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /user/username/folderAtRoot/node_modules/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | @@ -4178,9 +4110,9 @@ Root: /home/username/folderAtRoot | /usr/username/node_modules/somefile.d.ts | | | | /usr/username/node_modules/dir/somefile.d.ts | | | | /usr/username/node_modules/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /usr/username/folderAtRoot/node_modules/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | @@ -4223,8 +4155,6 @@ Root: /home/username/folderAtRoot ## RootDirForResolution: /home/username/folderAtRoot/folder1 -Root: /home/username/folderAtRoot/folder1 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | --------- | | /node_modules/somefile.d.ts | | | @@ -4236,9 +4166,9 @@ Root: /home/username/folderAtRoot/folder1 | /folderAtRoot/folder1/node_modules/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/dir/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | @@ -4254,9 +4184,9 @@ Root: /home/username/folderAtRoot/folder1 | /users/username/node_modules/somefile.d.ts | | | | /users/username/node_modules/dir/somefile.d.ts | | | | /users/username/node_modules/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /users/username/folderAtRoot/node_modules/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | @@ -4278,9 +4208,9 @@ Root: /home/username/folderAtRoot/folder1 | /user/username/node_modules/somefile.d.ts | | | | /user/username/node_modules/dir/somefile.d.ts | | | | /user/username/node_modules/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /user/username/folderAtRoot/node_modules/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | @@ -4302,9 +4232,9 @@ Root: /home/username/folderAtRoot/folder1 | /usr/username/node_modules/somefile.d.ts | | | | /usr/username/node_modules/dir/somefile.d.ts | | | | /usr/username/node_modules/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /usr/username/folderAtRoot/node_modules/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | @@ -4326,9 +4256,9 @@ Root: /home/username/folderAtRoot/folder1 | /home/username/node_modules/somefile.d.ts | | | | /home/username/node_modules/dir/somefile.d.ts | | | | /home/username/node_modules/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /home/username/folderAtRoot/node_modules/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | @@ -4347,8 +4277,6 @@ Root: /home/username/folderAtRoot/folder1 ## RootDirForResolution: /home/username/folderAtRoot/folder1/folder2 -Root: /home/username/folderAtRoot/folder1/folder2 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | --------- | | /node_modules/somefile.d.ts | | | @@ -4360,9 +4288,9 @@ Root: /home/username/folderAtRoot/folder1/folder2 | /folderAtRoot/folder1/node_modules/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/dir/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | @@ -4378,9 +4306,9 @@ Root: /home/username/folderAtRoot/folder1/folder2 | /users/username/node_modules/somefile.d.ts | | | | /users/username/node_modules/dir/somefile.d.ts | | | | /users/username/node_modules/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /users/username/folderAtRoot/node_modules/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | @@ -4402,9 +4330,9 @@ Root: /home/username/folderAtRoot/folder1/folder2 | /user/username/node_modules/somefile.d.ts | | | | /user/username/node_modules/dir/somefile.d.ts | | | | /user/username/node_modules/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /user/username/folderAtRoot/node_modules/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | @@ -4426,9 +4354,9 @@ Root: /home/username/folderAtRoot/folder1/folder2 | /usr/username/node_modules/somefile.d.ts | | | | /usr/username/node_modules/dir/somefile.d.ts | | | | /usr/username/node_modules/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /usr/username/folderAtRoot/node_modules/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | @@ -4450,9 +4378,9 @@ Root: /home/username/folderAtRoot/folder1/folder2 | /home/username/node_modules/somefile.d.ts | | | | /home/username/node_modules/dir/somefile.d.ts | | | | /home/username/node_modules/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /home/username/folderAtRoot/node_modules/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | @@ -4471,8 +4399,6 @@ Root: /home/username/folderAtRoot/folder1/folder2 ## RootDirForResolution: /home/username/folderAtRoot/folder1/folder2/folder3 -Root: /home/username/folderAtRoot/folder1/folder2/folder3 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | --------- | | /node_modules/somefile.d.ts | | | @@ -4484,9 +4410,9 @@ Root: /home/username/folderAtRoot/folder1/folder2/folder3 | /folderAtRoot/folder1/node_modules/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/dir/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | @@ -4502,9 +4428,9 @@ Root: /home/username/folderAtRoot/folder1/folder2/folder3 | /users/username/node_modules/somefile.d.ts | | | | /users/username/node_modules/dir/somefile.d.ts | | | | /users/username/node_modules/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /users/username/folderAtRoot/node_modules/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | @@ -4526,9 +4452,9 @@ Root: /home/username/folderAtRoot/folder1/folder2/folder3 | /user/username/node_modules/somefile.d.ts | | | | /user/username/node_modules/dir/somefile.d.ts | | | | /user/username/node_modules/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /user/username/folderAtRoot/node_modules/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | @@ -4550,9 +4476,9 @@ Root: /home/username/folderAtRoot/folder1/folder2/folder3 | /usr/username/node_modules/somefile.d.ts | | | | /usr/username/node_modules/dir/somefile.d.ts | | | | /usr/username/node_modules/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /usr/username/folderAtRoot/node_modules/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | @@ -4574,9 +4500,9 @@ Root: /home/username/folderAtRoot/folder1/folder2/folder3 | /home/username/node_modules/somefile.d.ts | | | | /home/username/node_modules/dir/somefile.d.ts | | | | /home/username/node_modules/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /home/username/folderAtRoot/node_modules/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | @@ -4595,8 +4521,6 @@ Root: /home/username/folderAtRoot/folder1/folder2/folder3 ## RootDirForResolution: /home/username/folderAtRoot/folder1/folder2/folder3/folder4 -Root: /home/username/folderAtRoot/folder1/folder2/folder3/folder4 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | --------- | | /node_modules/somefile.d.ts | | | @@ -4608,9 +4532,9 @@ Root: /home/username/folderAtRoot/folder1/folder2/folder3/folder4 | /folderAtRoot/folder1/node_modules/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/dir/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | @@ -4626,9 +4550,9 @@ Root: /home/username/folderAtRoot/folder1/folder2/folder3/folder4 | /users/username/node_modules/somefile.d.ts | | | | /users/username/node_modules/dir/somefile.d.ts | | | | /users/username/node_modules/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /users/username/folderAtRoot/node_modules/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | @@ -4650,9 +4574,9 @@ Root: /home/username/folderAtRoot/folder1/folder2/folder3/folder4 | /user/username/node_modules/somefile.d.ts | | | | /user/username/node_modules/dir/somefile.d.ts | | | | /user/username/node_modules/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /user/username/folderAtRoot/node_modules/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | @@ -4674,9 +4598,9 @@ Root: /home/username/folderAtRoot/folder1/folder2/folder3/folder4 | /usr/username/node_modules/somefile.d.ts | | | | /usr/username/node_modules/dir/somefile.d.ts | | | | /usr/username/node_modules/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /usr/username/folderAtRoot/node_modules/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | @@ -4698,9 +4622,9 @@ Root: /home/username/folderAtRoot/folder1/folder2/folder3/folder4 | /home/username/node_modules/somefile.d.ts | | | | /home/username/node_modules/dir/somefile.d.ts | | | | /home/username/node_modules/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /home/username/folderAtRoot/node_modules/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | @@ -4719,132 +4643,6 @@ Root: /home/username/folderAtRoot/folder1/folder2/folder3/folder4 ## RootDirForResolution: /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 -Root: /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - -| Location | getDirectoryToWatchFailedLookupLocation | Recursive | -| --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | --------- | -| /node_modules/somefile.d.ts | | | -| /node_modules/dir/somefile.d.ts | | | -| /node_modules/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/node_modules/somefile.d.ts | | | -| /folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/node_modules/somefile.d.ts | | | -| /folderAtRoot/folder1/node_modules/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | -| /folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | -| /folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| /users/node_modules/somefile.d.ts | | | -| /users/node_modules/dir/somefile.d.ts | | | -| /users/node_modules/dir/subdir/somefile.d.ts | | | -| /users/username/node_modules/somefile.d.ts | | | -| /users/username/node_modules/dir/somefile.d.ts | | | -| /users/username/node_modules/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | -| /users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | -| /users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | -| /users/username/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | /users/username/folderAtRoot/folder1/folder2/node_modules | true | -| /users/username/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/folder2/node_modules | true | -| /users/username/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/folder2/node_modules | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | /users/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/somefile.d.ts | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| /user/node_modules/somefile.d.ts | | | -| /user/node_modules/dir/somefile.d.ts | | | -| /user/node_modules/dir/subdir/somefile.d.ts | | | -| /user/username/node_modules/somefile.d.ts | | | -| /user/username/node_modules/dir/somefile.d.ts | | | -| /user/username/node_modules/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | -| /user/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | -| /user/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | -| /user/username/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | /user/username/folderAtRoot/folder1/folder2/node_modules | true | -| /user/username/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/folder2/node_modules | true | -| /user/username/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/folder2/node_modules | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | /user/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/somefile.d.ts | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| /usr/node_modules/somefile.d.ts | | | -| /usr/node_modules/dir/somefile.d.ts | | | -| /usr/node_modules/dir/subdir/somefile.d.ts | | | -| /usr/username/node_modules/somefile.d.ts | | | -| /usr/username/node_modules/dir/somefile.d.ts | | | -| /usr/username/node_modules/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | -| /usr/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | -| /usr/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | -| /usr/username/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | /usr/username/folderAtRoot/folder1/folder2/node_modules | true | -| /usr/username/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/folder2/node_modules | true | -| /usr/username/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/folder2/node_modules | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/somefile.d.ts | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| /home/node_modules/somefile.d.ts | | | -| /home/node_modules/dir/somefile.d.ts | | | -| /home/node_modules/dir/subdir/somefile.d.ts | | | -| /home/username/node_modules/somefile.d.ts | | | -| /home/username/node_modules/dir/somefile.d.ts | | | -| /home/username/node_modules/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | -| /home/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | -| /home/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | -| /home/username/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | /home/username/folderAtRoot/folder1/folder2/node_modules | true | -| /home/username/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/folder2/node_modules | true | -| /home/username/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/folder2/node_modules | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | /home/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/somefile.d.ts | /home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | - -## RootDirForResolution: undefined - -Root: undefined - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | --------- | | /node_modules/somefile.d.ts | | | @@ -4856,9 +4654,9 @@ Root: undefined | /folderAtRoot/folder1/node_modules/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/dir/somefile.d.ts | | | | /folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | +| /folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | | /folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/node_modules | true | @@ -4874,9 +4672,9 @@ Root: undefined | /users/username/node_modules/somefile.d.ts | | | | /users/username/node_modules/dir/somefile.d.ts | | | | /users/username/node_modules/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /users/username/folderAtRoot/node_modules/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | +| /users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | | /users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/node_modules | true | @@ -4898,9 +4696,9 @@ Root: undefined | /user/username/node_modules/somefile.d.ts | | | | /user/username/node_modules/dir/somefile.d.ts | | | | /user/username/node_modules/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /user/username/folderAtRoot/node_modules/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | +| /user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | | /user/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/node_modules | true | @@ -4922,9 +4720,9 @@ Root: undefined | /usr/username/node_modules/somefile.d.ts | | | | /usr/username/node_modules/dir/somefile.d.ts | | | | /usr/username/node_modules/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /usr/username/folderAtRoot/node_modules/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | +| /usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | | /usr/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/node_modules | true | @@ -4946,9 +4744,9 @@ Root: undefined | /home/username/node_modules/somefile.d.ts | | | | /home/username/node_modules/dir/somefile.d.ts | | | | /home/username/node_modules/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| /home/username/folderAtRoot/node_modules/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | +| /home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | | /home/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/node_modules | true | diff --git a/tests/baselines/reference/canWatch/getDirectoryToWatchFailedLookupLocationNodeModulesUnc.baseline.md b/tests/baselines/reference/canWatch/getDirectoryToWatchFailedLookupLocationNodeModulesUnc.baseline.md index dfcd5ba12af60..bc63b220abda4 100644 --- a/tests/baselines/reference/canWatch/getDirectoryToWatchFailedLookupLocationNodeModulesUnc.baseline.md +++ b/tests/baselines/reference/canWatch/getDirectoryToWatchFailedLookupLocationNodeModulesUnc.baseline.md @@ -7,164 +7,160 @@ It also determines the directory to watch and whether to watch it recursively or ## RootDirForResolution: //vda1cs4850/ -Root: //vda1cs4850 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | --------- | -| //vda1cs4850/node_modules/somefile.d.ts | //vda1cs4850/node_modules | true | -| //vda1cs4850/node_modules/dir/somefile.d.ts | //vda1cs4850/node_modules | true | -| //vda1cs4850/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/node_modules | true | -| //vda1cs4850/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot | true | -| //vda1cs4850/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot | true | -| //vda1cs4850/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot | true | -| //vda1cs4850/users/node_modules/somefile.d.ts | //vda1cs4850/users | true | -| //vda1cs4850/users/node_modules/dir/somefile.d.ts | //vda1cs4850/users | true | -| //vda1cs4850/users/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users | true | -| //vda1cs4850/users/username/node_modules/somefile.d.ts | //vda1cs4850/users | true | -| //vda1cs4850/users/username/node_modules/dir/somefile.d.ts | //vda1cs4850/users | true | -| //vda1cs4850/users/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users | true | -| //vda1cs4850/users/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/users | true | -| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/users | true | -| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/users | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/users | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | //vda1cs4850/users | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | //vda1cs4850/users | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | //vda1cs4850/users | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | //vda1cs4850/users | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/somefile.d.ts | //vda1cs4850/users | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/somefile.d.ts | //vda1cs4850/users | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/users | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/users | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users | true | -| //vda1cs4850/user/node_modules/somefile.d.ts | //vda1cs4850/user | true | -| //vda1cs4850/user/node_modules/dir/somefile.d.ts | //vda1cs4850/user | true | -| //vda1cs4850/user/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user | true | -| //vda1cs4850/user/username/node_modules/somefile.d.ts | //vda1cs4850/user | true | -| //vda1cs4850/user/username/node_modules/dir/somefile.d.ts | //vda1cs4850/user | true | -| //vda1cs4850/user/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user | true | -| //vda1cs4850/user/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/user | true | -| //vda1cs4850/user/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/user | true | -| //vda1cs4850/user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/user | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/user | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | //vda1cs4850/user | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | //vda1cs4850/user | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | //vda1cs4850/user | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | //vda1cs4850/user | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/somefile.d.ts | //vda1cs4850/user | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/somefile.d.ts | //vda1cs4850/user | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/user | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/user | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user | true | -| //vda1cs4850/usr/node_modules/somefile.d.ts | //vda1cs4850/usr | true | -| //vda1cs4850/usr/node_modules/dir/somefile.d.ts | //vda1cs4850/usr | true | -| //vda1cs4850/usr/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr | true | -| //vda1cs4850/usr/username/node_modules/somefile.d.ts | //vda1cs4850/usr | true | -| //vda1cs4850/usr/username/node_modules/dir/somefile.d.ts | //vda1cs4850/usr | true | -| //vda1cs4850/usr/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr | true | -| //vda1cs4850/usr/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/usr | true | -| //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/usr | true | -| //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/usr | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/usr | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | //vda1cs4850/usr | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | //vda1cs4850/usr | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | //vda1cs4850/usr | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | //vda1cs4850/usr | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/somefile.d.ts | //vda1cs4850/usr | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/somefile.d.ts | //vda1cs4850/usr | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/usr | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/usr | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr | true | -| //vda1cs4850/home/node_modules/somefile.d.ts | //vda1cs4850/home | true | -| //vda1cs4850/home/node_modules/dir/somefile.d.ts | //vda1cs4850/home | true | -| //vda1cs4850/home/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home | true | -| //vda1cs4850/home/username/node_modules/somefile.d.ts | //vda1cs4850/home | true | -| //vda1cs4850/home/username/node_modules/dir/somefile.d.ts | //vda1cs4850/home | true | -| //vda1cs4850/home/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home | true | -| //vda1cs4850/home/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/home | true | -| //vda1cs4850/home/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/home | true | -| //vda1cs4850/home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/home | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/home | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | //vda1cs4850/home | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | //vda1cs4850/home | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | //vda1cs4850/home | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | //vda1cs4850/home | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/somefile.d.ts | //vda1cs4850/home | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/somefile.d.ts | //vda1cs4850/home | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/home | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/home | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home | true | +| //vda1cs4850/node_modules/somefile.d.ts | | | +| //vda1cs4850/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/node_modules/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/users/node_modules/somefile.d.ts | | | +| //vda1cs4850/users/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/users/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/users/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/users/username/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/user/node_modules/somefile.d.ts | | | +| //vda1cs4850/user/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/user/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/user/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/usr/node_modules/somefile.d.ts | | | +| //vda1cs4850/usr/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/usr/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/usr/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/home/node_modules/somefile.d.ts | | | +| //vda1cs4850/home/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/home/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/home/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | ## RootDirForResolution: //vda1cs4850/folderAtRoot -Root: //vda1cs4850/folderAtRoot - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/node_modules/somefile.d.ts | | | | //vda1cs4850/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/node_modules | true | -| //vda1cs4850/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/node_modules | true | -| //vda1cs4850/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1 | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1 | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1 | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1 | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1 | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1 | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1 | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1 | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1 | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1 | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1 | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1 | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1 | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1 | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1 | true | +| //vda1cs4850/folderAtRoot/node_modules/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | | //vda1cs4850/users/node_modules/somefile.d.ts | | | | //vda1cs4850/users/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/users/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | @@ -183,9 +179,9 @@ Root: //vda1cs4850/folderAtRoot | //vda1cs4850/user/node_modules/somefile.d.ts | | | | //vda1cs4850/user/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/user/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/node_modules/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | +| //vda1cs4850/user/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/user/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | @@ -207,9 +203,9 @@ Root: //vda1cs4850/folderAtRoot | //vda1cs4850/usr/node_modules/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/node_modules/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | +| //vda1cs4850/usr/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/usr/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | @@ -231,9 +227,9 @@ Root: //vda1cs4850/folderAtRoot | //vda1cs4850/home/node_modules/somefile.d.ts | | | | //vda1cs4850/home/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/home/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/node_modules/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | +| //vda1cs4850/home/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/home/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | @@ -255,8 +251,6 @@ Root: //vda1cs4850/folderAtRoot ## RootDirForResolution: //vda1cs4850/folderAtRoot/folder1 -Root: //vda1cs4850/folderAtRoot/folder1 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/node_modules/somefile.d.ts | | | @@ -265,9 +259,9 @@ Root: //vda1cs4850/folderAtRoot/folder1 | //vda1cs4850/folderAtRoot/node_modules/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | +| //vda1cs4850/folderAtRoot/folder1/node_modules/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | @@ -286,9 +280,9 @@ Root: //vda1cs4850/folderAtRoot/folder1 | //vda1cs4850/users/username/node_modules/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | @@ -307,9 +301,9 @@ Root: //vda1cs4850/folderAtRoot/folder1 | //vda1cs4850/user/node_modules/somefile.d.ts | | | | //vda1cs4850/user/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/user/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/node_modules/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | +| //vda1cs4850/user/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/user/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | @@ -331,9 +325,9 @@ Root: //vda1cs4850/folderAtRoot/folder1 | //vda1cs4850/usr/node_modules/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/node_modules/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | +| //vda1cs4850/usr/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/usr/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | @@ -355,9 +349,9 @@ Root: //vda1cs4850/folderAtRoot/folder1 | //vda1cs4850/home/node_modules/somefile.d.ts | | | | //vda1cs4850/home/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/home/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/node_modules/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | +| //vda1cs4850/home/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/home/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | @@ -379,8 +373,6 @@ Root: //vda1cs4850/folderAtRoot/folder1 ## RootDirForResolution: //vda1cs4850/folderAtRoot/folder1/folder2 -Root: //vda1cs4850/folderAtRoot/folder1/folder2 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/node_modules/somefile.d.ts | | | @@ -389,9 +381,9 @@ Root: //vda1cs4850/folderAtRoot/folder1/folder2 | //vda1cs4850/folderAtRoot/node_modules/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | +| //vda1cs4850/folderAtRoot/folder1/node_modules/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | @@ -410,9 +402,9 @@ Root: //vda1cs4850/folderAtRoot/folder1/folder2 | //vda1cs4850/users/username/node_modules/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | @@ -431,9 +423,9 @@ Root: //vda1cs4850/folderAtRoot/folder1/folder2 | //vda1cs4850/user/node_modules/somefile.d.ts | | | | //vda1cs4850/user/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/user/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/node_modules/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | +| //vda1cs4850/user/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/user/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | @@ -455,9 +447,9 @@ Root: //vda1cs4850/folderAtRoot/folder1/folder2 | //vda1cs4850/usr/node_modules/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/node_modules/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | +| //vda1cs4850/usr/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/usr/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | @@ -479,9 +471,9 @@ Root: //vda1cs4850/folderAtRoot/folder1/folder2 | //vda1cs4850/home/node_modules/somefile.d.ts | | | | //vda1cs4850/home/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/home/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/node_modules/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | +| //vda1cs4850/home/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/home/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | @@ -503,8 +495,6 @@ Root: //vda1cs4850/folderAtRoot/folder1/folder2 ## RootDirForResolution: //vda1cs4850/folderAtRoot/folder1/folder2/folder3 -Root: //vda1cs4850/folderAtRoot/folder1/folder2/folder3 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/node_modules/somefile.d.ts | | | @@ -513,9 +503,9 @@ Root: //vda1cs4850/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/folderAtRoot/node_modules/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | +| //vda1cs4850/folderAtRoot/folder1/node_modules/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | @@ -534,9 +524,9 @@ Root: //vda1cs4850/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/users/username/node_modules/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | @@ -555,9 +545,9 @@ Root: //vda1cs4850/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/user/node_modules/somefile.d.ts | | | | //vda1cs4850/user/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/user/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/node_modules/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | +| //vda1cs4850/user/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/user/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | @@ -579,9 +569,9 @@ Root: //vda1cs4850/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/usr/node_modules/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/node_modules/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | +| //vda1cs4850/usr/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/usr/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | @@ -603,9 +593,9 @@ Root: //vda1cs4850/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/home/node_modules/somefile.d.ts | | | | //vda1cs4850/home/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/home/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/node_modules/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | +| //vda1cs4850/home/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/home/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | @@ -627,8 +617,6 @@ Root: //vda1cs4850/folderAtRoot/folder1/folder2/folder3 ## RootDirForResolution: //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4 -Root: //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/node_modules/somefile.d.ts | | | @@ -637,9 +625,9 @@ Root: //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/folderAtRoot/node_modules/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | +| //vda1cs4850/folderAtRoot/folder1/node_modules/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | @@ -658,9 +646,9 @@ Root: //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/users/username/node_modules/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | @@ -679,9 +667,9 @@ Root: //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/user/node_modules/somefile.d.ts | | | | //vda1cs4850/user/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/user/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/node_modules/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | +| //vda1cs4850/user/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/user/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | @@ -703,9 +691,9 @@ Root: //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/usr/node_modules/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/node_modules/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | +| //vda1cs4850/usr/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/usr/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | @@ -727,9 +715,9 @@ Root: //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/home/node_modules/somefile.d.ts | | | | //vda1cs4850/home/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/home/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/node_modules/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | +| //vda1cs4850/home/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/home/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | @@ -751,8 +739,6 @@ Root: //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4 ## RootDirForResolution: //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5 -Root: //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/node_modules/somefile.d.ts | | | @@ -761,9 +747,9 @@ Root: //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | //vda1cs4850/folderAtRoot/node_modules/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | +| //vda1cs4850/folderAtRoot/folder1/node_modules/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | @@ -782,9 +768,9 @@ Root: //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | //vda1cs4850/users/username/node_modules/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | @@ -803,9 +789,9 @@ Root: //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | //vda1cs4850/user/node_modules/somefile.d.ts | | | | //vda1cs4850/user/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/user/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/node_modules/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | +| //vda1cs4850/user/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/user/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | @@ -827,9 +813,9 @@ Root: //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | //vda1cs4850/usr/node_modules/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/node_modules/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | +| //vda1cs4850/usr/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/usr/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | @@ -851,9 +837,9 @@ Root: //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | //vda1cs4850/home/node_modules/somefile.d.ts | | | | //vda1cs4850/home/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/home/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/node_modules/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | +| //vda1cs4850/home/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/home/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | @@ -875,8 +861,6 @@ Root: //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5 ## RootDirForResolution: //vda1cs4850/users -Root: //vda1cs4850/users - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/node_modules/somefile.d.ts | | | @@ -885,9 +869,9 @@ Root: //vda1cs4850/users | //vda1cs4850/folderAtRoot/node_modules/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | +| //vda1cs4850/folderAtRoot/folder1/node_modules/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | @@ -900,36 +884,36 @@ Root: //vda1cs4850/users | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/users/node_modules/somefile.d.ts | //vda1cs4850/users/node_modules | true | -| //vda1cs4850/users/node_modules/dir/somefile.d.ts | //vda1cs4850/users/node_modules | true | -| //vda1cs4850/users/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/node_modules | true | -| //vda1cs4850/users/username/node_modules/somefile.d.ts | //vda1cs4850/users/username | true | -| //vda1cs4850/users/username/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username | true | -| //vda1cs4850/users/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username | true | -| //vda1cs4850/users/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/users/username | true | -| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username | true | -| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/users/username | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | //vda1cs4850/users/username | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | //vda1cs4850/users/username | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/somefile.d.ts | //vda1cs4850/users/username | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/users/username | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username | true | +| //vda1cs4850/users/node_modules/somefile.d.ts | | | +| //vda1cs4850/users/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/users/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/users/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/users/username/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | | //vda1cs4850/user/node_modules/somefile.d.ts | | | | //vda1cs4850/user/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/user/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/node_modules/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | +| //vda1cs4850/user/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/user/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | @@ -951,9 +935,9 @@ Root: //vda1cs4850/users | //vda1cs4850/usr/node_modules/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/node_modules/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | +| //vda1cs4850/usr/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/usr/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | @@ -975,9 +959,9 @@ Root: //vda1cs4850/users | //vda1cs4850/home/node_modules/somefile.d.ts | | | | //vda1cs4850/home/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/home/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/node_modules/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | +| //vda1cs4850/home/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/home/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | @@ -999,8 +983,6 @@ Root: //vda1cs4850/users ## RootDirForResolution: //vda1cs4850/users/username -Root: //vda1cs4850/users/username - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/node_modules/somefile.d.ts | | | @@ -1009,9 +991,9 @@ Root: //vda1cs4850/users/username | //vda1cs4850/folderAtRoot/node_modules/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | +| //vda1cs4850/folderAtRoot/folder1/node_modules/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | @@ -1027,9 +1009,9 @@ Root: //vda1cs4850/users/username | //vda1cs4850/users/node_modules/somefile.d.ts | | | | //vda1cs4850/users/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/users/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/node_modules/somefile.d.ts | //vda1cs4850/users/username/node_modules | true | -| //vda1cs4850/users/username/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/node_modules | true | -| //vda1cs4850/users/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/node_modules | true | +| //vda1cs4850/users/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/users/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/users/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/users/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | | //vda1cs4850/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | | //vda1cs4850/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | @@ -1051,9 +1033,9 @@ Root: //vda1cs4850/users/username | //vda1cs4850/user/node_modules/somefile.d.ts | | | | //vda1cs4850/user/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/user/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/node_modules/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | +| //vda1cs4850/user/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/user/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | @@ -1075,9 +1057,9 @@ Root: //vda1cs4850/users/username | //vda1cs4850/usr/node_modules/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/node_modules/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | +| //vda1cs4850/usr/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/usr/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | @@ -1099,9 +1081,9 @@ Root: //vda1cs4850/users/username | //vda1cs4850/home/node_modules/somefile.d.ts | | | | //vda1cs4850/home/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/home/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/node_modules/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | +| //vda1cs4850/home/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/home/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | @@ -1123,8 +1105,6 @@ Root: //vda1cs4850/users/username ## RootDirForResolution: //vda1cs4850/users/username/folderAtRoot -Root: //vda1cs4850/users/username/folderAtRoot - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/node_modules/somefile.d.ts | | | @@ -1133,9 +1113,9 @@ Root: //vda1cs4850/users/username/folderAtRoot | //vda1cs4850/folderAtRoot/node_modules/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | +| //vda1cs4850/folderAtRoot/folder1/node_modules/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | @@ -1175,9 +1155,9 @@ Root: //vda1cs4850/users/username/folderAtRoot | //vda1cs4850/user/node_modules/somefile.d.ts | | | | //vda1cs4850/user/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/user/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/node_modules/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | +| //vda1cs4850/user/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/user/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | @@ -1199,9 +1179,9 @@ Root: //vda1cs4850/users/username/folderAtRoot | //vda1cs4850/usr/node_modules/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/node_modules/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | +| //vda1cs4850/usr/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/usr/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | @@ -1223,9 +1203,9 @@ Root: //vda1cs4850/users/username/folderAtRoot | //vda1cs4850/home/node_modules/somefile.d.ts | | | | //vda1cs4850/home/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/home/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/node_modules/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | +| //vda1cs4850/home/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/home/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | @@ -1247,8 +1227,6 @@ Root: //vda1cs4850/users/username/folderAtRoot ## RootDirForResolution: //vda1cs4850/users/username/folderAtRoot/folder1 -Root: //vda1cs4850/users/username/folderAtRoot/folder1 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/node_modules/somefile.d.ts | | | @@ -1257,9 +1235,9 @@ Root: //vda1cs4850/users/username/folderAtRoot/folder1 | //vda1cs4850/folderAtRoot/node_modules/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | +| //vda1cs4850/folderAtRoot/folder1/node_modules/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | @@ -1278,9 +1256,9 @@ Root: //vda1cs4850/users/username/folderAtRoot/folder1 | //vda1cs4850/users/username/node_modules/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | @@ -1299,9 +1277,9 @@ Root: //vda1cs4850/users/username/folderAtRoot/folder1 | //vda1cs4850/user/node_modules/somefile.d.ts | | | | //vda1cs4850/user/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/user/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/node_modules/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | +| //vda1cs4850/user/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/user/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | @@ -1323,9 +1301,9 @@ Root: //vda1cs4850/users/username/folderAtRoot/folder1 | //vda1cs4850/usr/node_modules/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/node_modules/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | +| //vda1cs4850/usr/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/usr/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | @@ -1347,9 +1325,9 @@ Root: //vda1cs4850/users/username/folderAtRoot/folder1 | //vda1cs4850/home/node_modules/somefile.d.ts | | | | //vda1cs4850/home/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/home/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/node_modules/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | +| //vda1cs4850/home/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/home/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | @@ -1371,8 +1349,6 @@ Root: //vda1cs4850/users/username/folderAtRoot/folder1 ## RootDirForResolution: //vda1cs4850/users/username/folderAtRoot/folder1/folder2 -Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/node_modules/somefile.d.ts | | | @@ -1381,9 +1357,9 @@ Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2 | //vda1cs4850/folderAtRoot/node_modules/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | +| //vda1cs4850/folderAtRoot/folder1/node_modules/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | @@ -1402,9 +1378,9 @@ Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2 | //vda1cs4850/users/username/node_modules/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | @@ -1423,9 +1399,9 @@ Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2 | //vda1cs4850/user/node_modules/somefile.d.ts | | | | //vda1cs4850/user/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/user/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/node_modules/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | +| //vda1cs4850/user/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/user/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | @@ -1447,9 +1423,9 @@ Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2 | //vda1cs4850/usr/node_modules/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/node_modules/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | +| //vda1cs4850/usr/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/usr/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | @@ -1471,9 +1447,9 @@ Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2 | //vda1cs4850/home/node_modules/somefile.d.ts | | | | //vda1cs4850/home/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/home/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/node_modules/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | +| //vda1cs4850/home/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/home/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | @@ -1495,8 +1471,6 @@ Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2 ## RootDirForResolution: //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3 -Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/node_modules/somefile.d.ts | | | @@ -1505,9 +1479,9 @@ Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/folderAtRoot/node_modules/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | +| //vda1cs4850/folderAtRoot/folder1/node_modules/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | @@ -1526,9 +1500,9 @@ Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/users/username/node_modules/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | @@ -1547,9 +1521,9 @@ Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/user/node_modules/somefile.d.ts | | | | //vda1cs4850/user/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/user/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/node_modules/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | +| //vda1cs4850/user/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/user/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | @@ -1571,9 +1545,9 @@ Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/usr/node_modules/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/node_modules/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | +| //vda1cs4850/usr/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/usr/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | @@ -1595,9 +1569,9 @@ Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/home/node_modules/somefile.d.ts | | | | //vda1cs4850/home/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/home/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/node_modules/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | +| //vda1cs4850/home/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/home/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | @@ -1619,8 +1593,6 @@ Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3 ## RootDirForResolution: //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4 -Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/node_modules/somefile.d.ts | | | @@ -1629,9 +1601,9 @@ Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/folderAtRoot/node_modules/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | +| //vda1cs4850/folderAtRoot/folder1/node_modules/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | @@ -1650,9 +1622,9 @@ Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/users/username/node_modules/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | @@ -1671,9 +1643,9 @@ Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/user/node_modules/somefile.d.ts | | | | //vda1cs4850/user/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/user/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/node_modules/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | +| //vda1cs4850/user/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/user/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | @@ -1695,9 +1667,9 @@ Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/usr/node_modules/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/node_modules/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | +| //vda1cs4850/usr/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/usr/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | @@ -1719,9 +1691,9 @@ Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/home/node_modules/somefile.d.ts | | | | //vda1cs4850/home/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/home/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/node_modules/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | +| //vda1cs4850/home/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/home/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | @@ -1743,8 +1715,6 @@ Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4 ## RootDirForResolution: //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 -Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/node_modules/somefile.d.ts | | | @@ -1753,9 +1723,9 @@ Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/f | //vda1cs4850/folderAtRoot/node_modules/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | +| //vda1cs4850/folderAtRoot/folder1/node_modules/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | @@ -1774,9 +1744,9 @@ Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/f | //vda1cs4850/users/username/node_modules/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | @@ -1795,9 +1765,9 @@ Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/f | //vda1cs4850/user/node_modules/somefile.d.ts | | | | //vda1cs4850/user/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/user/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/node_modules/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | +| //vda1cs4850/user/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/user/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | @@ -1819,9 +1789,9 @@ Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/f | //vda1cs4850/usr/node_modules/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/node_modules/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | +| //vda1cs4850/usr/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/usr/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | @@ -1843,9 +1813,9 @@ Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/f | //vda1cs4850/home/node_modules/somefile.d.ts | | | | //vda1cs4850/home/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/home/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/node_modules/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | +| //vda1cs4850/home/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/home/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | @@ -1867,8 +1837,6 @@ Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/f ## RootDirForResolution: //vda1cs4850/user -Root: //vda1cs4850/user - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/node_modules/somefile.d.ts | | | @@ -1877,9 +1845,9 @@ Root: //vda1cs4850/user | //vda1cs4850/folderAtRoot/node_modules/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | +| //vda1cs4850/folderAtRoot/folder1/node_modules/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | @@ -1898,9 +1866,9 @@ Root: //vda1cs4850/user | //vda1cs4850/users/username/node_modules/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | @@ -1916,36 +1884,36 @@ Root: //vda1cs4850/user | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/user/node_modules/somefile.d.ts | //vda1cs4850/user/node_modules | true | -| //vda1cs4850/user/node_modules/dir/somefile.d.ts | //vda1cs4850/user/node_modules | true | -| //vda1cs4850/user/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/node_modules | true | -| //vda1cs4850/user/username/node_modules/somefile.d.ts | //vda1cs4850/user/username | true | -| //vda1cs4850/user/username/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username | true | -| //vda1cs4850/user/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username | true | -| //vda1cs4850/user/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/user/username | true | -| //vda1cs4850/user/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username | true | -| //vda1cs4850/user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/user/username | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | //vda1cs4850/user/username | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | //vda1cs4850/user/username | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/somefile.d.ts | //vda1cs4850/user/username | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/user/username | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username | true | +| //vda1cs4850/user/node_modules/somefile.d.ts | | | +| //vda1cs4850/user/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/user/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/user/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | | //vda1cs4850/usr/node_modules/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/node_modules/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | +| //vda1cs4850/usr/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/usr/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | @@ -1967,9 +1935,9 @@ Root: //vda1cs4850/user | //vda1cs4850/home/node_modules/somefile.d.ts | | | | //vda1cs4850/home/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/home/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/node_modules/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | +| //vda1cs4850/home/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/home/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | @@ -1991,8 +1959,6 @@ Root: //vda1cs4850/user ## RootDirForResolution: //vda1cs4850/user/username -Root: //vda1cs4850/user/username - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/node_modules/somefile.d.ts | | | @@ -2001,9 +1967,9 @@ Root: //vda1cs4850/user/username | //vda1cs4850/folderAtRoot/node_modules/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | +| //vda1cs4850/folderAtRoot/folder1/node_modules/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | @@ -2022,9 +1988,9 @@ Root: //vda1cs4850/user/username | //vda1cs4850/users/username/node_modules/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | @@ -2043,9 +2009,9 @@ Root: //vda1cs4850/user/username | //vda1cs4850/user/node_modules/somefile.d.ts | | | | //vda1cs4850/user/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/user/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/node_modules/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | +| //vda1cs4850/user/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/user/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | @@ -2067,9 +2033,9 @@ Root: //vda1cs4850/user/username | //vda1cs4850/usr/node_modules/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/node_modules/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | +| //vda1cs4850/usr/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/usr/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | @@ -2091,9 +2057,9 @@ Root: //vda1cs4850/user/username | //vda1cs4850/home/node_modules/somefile.d.ts | | | | //vda1cs4850/home/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/home/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/node_modules/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | +| //vda1cs4850/home/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/home/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | @@ -2115,8 +2081,6 @@ Root: //vda1cs4850/user/username ## RootDirForResolution: //vda1cs4850/user/username/folderAtRoot -Root: //vda1cs4850/user/username/folderAtRoot - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/node_modules/somefile.d.ts | | | @@ -2125,9 +2089,9 @@ Root: //vda1cs4850/user/username/folderAtRoot | //vda1cs4850/folderAtRoot/node_modules/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | +| //vda1cs4850/folderAtRoot/folder1/node_modules/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | @@ -2146,9 +2110,9 @@ Root: //vda1cs4850/user/username/folderAtRoot | //vda1cs4850/users/username/node_modules/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | @@ -2167,9 +2131,9 @@ Root: //vda1cs4850/user/username/folderAtRoot | //vda1cs4850/user/node_modules/somefile.d.ts | | | | //vda1cs4850/user/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/user/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/node_modules/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | +| //vda1cs4850/user/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/user/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | @@ -2191,9 +2155,9 @@ Root: //vda1cs4850/user/username/folderAtRoot | //vda1cs4850/usr/node_modules/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/node_modules/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | +| //vda1cs4850/usr/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/usr/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | @@ -2215,9 +2179,9 @@ Root: //vda1cs4850/user/username/folderAtRoot | //vda1cs4850/home/node_modules/somefile.d.ts | | | | //vda1cs4850/home/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/home/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/node_modules/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | +| //vda1cs4850/home/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/home/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | @@ -2239,8 +2203,6 @@ Root: //vda1cs4850/user/username/folderAtRoot ## RootDirForResolution: //vda1cs4850/user/username/folderAtRoot/folder1 -Root: //vda1cs4850/user/username/folderAtRoot/folder1 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/node_modules/somefile.d.ts | | | @@ -2249,9 +2211,9 @@ Root: //vda1cs4850/user/username/folderAtRoot/folder1 | //vda1cs4850/folderAtRoot/node_modules/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | +| //vda1cs4850/folderAtRoot/folder1/node_modules/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | @@ -2270,9 +2232,9 @@ Root: //vda1cs4850/user/username/folderAtRoot/folder1 | //vda1cs4850/users/username/node_modules/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | @@ -2291,9 +2253,9 @@ Root: //vda1cs4850/user/username/folderAtRoot/folder1 | //vda1cs4850/user/node_modules/somefile.d.ts | | | | //vda1cs4850/user/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/user/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/node_modules/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | +| //vda1cs4850/user/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/user/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | @@ -2315,9 +2277,9 @@ Root: //vda1cs4850/user/username/folderAtRoot/folder1 | //vda1cs4850/usr/node_modules/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/node_modules/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | +| //vda1cs4850/usr/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/usr/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | @@ -2339,9 +2301,9 @@ Root: //vda1cs4850/user/username/folderAtRoot/folder1 | //vda1cs4850/home/node_modules/somefile.d.ts | | | | //vda1cs4850/home/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/home/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/node_modules/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | +| //vda1cs4850/home/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/home/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | @@ -2363,8 +2325,6 @@ Root: //vda1cs4850/user/username/folderAtRoot/folder1 ## RootDirForResolution: //vda1cs4850/user/username/folderAtRoot/folder1/folder2 -Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/node_modules/somefile.d.ts | | | @@ -2373,9 +2333,9 @@ Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2 | //vda1cs4850/folderAtRoot/node_modules/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | +| //vda1cs4850/folderAtRoot/folder1/node_modules/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | @@ -2394,9 +2354,9 @@ Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2 | //vda1cs4850/users/username/node_modules/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | @@ -2415,9 +2375,9 @@ Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2 | //vda1cs4850/user/node_modules/somefile.d.ts | | | | //vda1cs4850/user/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/user/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/node_modules/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | +| //vda1cs4850/user/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/user/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | @@ -2439,9 +2399,9 @@ Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2 | //vda1cs4850/usr/node_modules/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/node_modules/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | +| //vda1cs4850/usr/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/usr/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | @@ -2463,9 +2423,9 @@ Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2 | //vda1cs4850/home/node_modules/somefile.d.ts | | | | //vda1cs4850/home/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/home/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/node_modules/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | +| //vda1cs4850/home/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/home/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | @@ -2487,8 +2447,6 @@ Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2 ## RootDirForResolution: //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3 -Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/node_modules/somefile.d.ts | | | @@ -2497,9 +2455,9 @@ Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/folderAtRoot/node_modules/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | +| //vda1cs4850/folderAtRoot/folder1/node_modules/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | @@ -2518,9 +2476,9 @@ Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/users/username/node_modules/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | @@ -2539,9 +2497,9 @@ Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/user/node_modules/somefile.d.ts | | | | //vda1cs4850/user/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/user/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/node_modules/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | +| //vda1cs4850/user/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/user/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | @@ -2563,9 +2521,9 @@ Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/usr/node_modules/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/node_modules/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | +| //vda1cs4850/usr/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/usr/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | @@ -2587,9 +2545,9 @@ Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/home/node_modules/somefile.d.ts | | | | //vda1cs4850/home/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/home/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/node_modules/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | +| //vda1cs4850/home/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/home/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | @@ -2611,8 +2569,6 @@ Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3 ## RootDirForResolution: //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4 -Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/node_modules/somefile.d.ts | | | @@ -2621,9 +2577,9 @@ Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/folderAtRoot/node_modules/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | +| //vda1cs4850/folderAtRoot/folder1/node_modules/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | @@ -2642,9 +2598,9 @@ Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/users/username/node_modules/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | @@ -2663,9 +2619,9 @@ Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/user/node_modules/somefile.d.ts | | | | //vda1cs4850/user/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/user/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/node_modules/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | +| //vda1cs4850/user/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/user/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | @@ -2687,9 +2643,9 @@ Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/usr/node_modules/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/node_modules/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | +| //vda1cs4850/usr/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/usr/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | @@ -2711,9 +2667,9 @@ Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/home/node_modules/somefile.d.ts | | | | //vda1cs4850/home/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/home/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/node_modules/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | +| //vda1cs4850/home/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/home/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | @@ -2735,8 +2691,6 @@ Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4 ## RootDirForResolution: //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 -Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/node_modules/somefile.d.ts | | | @@ -2745,9 +2699,9 @@ Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/fo | //vda1cs4850/folderAtRoot/node_modules/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | +| //vda1cs4850/folderAtRoot/folder1/node_modules/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | @@ -2766,9 +2720,9 @@ Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/fo | //vda1cs4850/users/username/node_modules/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | @@ -2787,9 +2741,9 @@ Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/fo | //vda1cs4850/user/node_modules/somefile.d.ts | | | | //vda1cs4850/user/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/user/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/node_modules/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | +| //vda1cs4850/user/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/user/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | @@ -2811,9 +2765,9 @@ Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/fo | //vda1cs4850/usr/node_modules/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/node_modules/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | +| //vda1cs4850/usr/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/usr/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | @@ -2835,9 +2789,9 @@ Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/fo | //vda1cs4850/home/node_modules/somefile.d.ts | | | | //vda1cs4850/home/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/home/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/node_modules/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | +| //vda1cs4850/home/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/home/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | @@ -2859,8 +2813,6 @@ Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/fo ## RootDirForResolution: //vda1cs4850/usr -Root: //vda1cs4850/usr - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/node_modules/somefile.d.ts | | | @@ -2869,9 +2821,9 @@ Root: //vda1cs4850/usr | //vda1cs4850/folderAtRoot/node_modules/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | +| //vda1cs4850/folderAtRoot/folder1/node_modules/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | @@ -2890,9 +2842,9 @@ Root: //vda1cs4850/usr | //vda1cs4850/users/username/node_modules/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | @@ -2911,9 +2863,9 @@ Root: //vda1cs4850/usr | //vda1cs4850/user/node_modules/somefile.d.ts | | | | //vda1cs4850/user/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/user/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/node_modules/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | +| //vda1cs4850/user/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/user/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | @@ -2932,36 +2884,36 @@ Root: //vda1cs4850/usr | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/usr/node_modules/somefile.d.ts | //vda1cs4850/usr/node_modules | true | -| //vda1cs4850/usr/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/node_modules | true | -| //vda1cs4850/usr/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/node_modules | true | -| //vda1cs4850/usr/username/node_modules/somefile.d.ts | //vda1cs4850/usr/username | true | -| //vda1cs4850/usr/username/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username | true | -| //vda1cs4850/usr/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username | true | -| //vda1cs4850/usr/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/usr/username | true | -| //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username | true | -| //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/usr/username | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | //vda1cs4850/usr/username | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | //vda1cs4850/usr/username | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/somefile.d.ts | //vda1cs4850/usr/username | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/usr/username | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username | true | +| //vda1cs4850/usr/node_modules/somefile.d.ts | | | +| //vda1cs4850/usr/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/usr/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/usr/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | | //vda1cs4850/home/node_modules/somefile.d.ts | | | | //vda1cs4850/home/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/home/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/node_modules/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | +| //vda1cs4850/home/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/home/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | @@ -2983,8 +2935,6 @@ Root: //vda1cs4850/usr ## RootDirForResolution: //vda1cs4850/usr/username -Root: //vda1cs4850/usr/username - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/node_modules/somefile.d.ts | | | @@ -2993,9 +2943,9 @@ Root: //vda1cs4850/usr/username | //vda1cs4850/folderAtRoot/node_modules/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | +| //vda1cs4850/folderAtRoot/folder1/node_modules/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | @@ -3014,9 +2964,9 @@ Root: //vda1cs4850/usr/username | //vda1cs4850/users/username/node_modules/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | @@ -3035,9 +2985,9 @@ Root: //vda1cs4850/usr/username | //vda1cs4850/user/node_modules/somefile.d.ts | | | | //vda1cs4850/user/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/user/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/node_modules/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | +| //vda1cs4850/user/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/user/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | @@ -3059,9 +3009,9 @@ Root: //vda1cs4850/usr/username | //vda1cs4850/usr/node_modules/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/node_modules/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | +| //vda1cs4850/usr/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/usr/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | @@ -3083,9 +3033,9 @@ Root: //vda1cs4850/usr/username | //vda1cs4850/home/node_modules/somefile.d.ts | | | | //vda1cs4850/home/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/home/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/node_modules/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | +| //vda1cs4850/home/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/home/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | @@ -3107,8 +3057,6 @@ Root: //vda1cs4850/usr/username ## RootDirForResolution: //vda1cs4850/usr/username/folderAtRoot -Root: //vda1cs4850/usr/username/folderAtRoot - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/node_modules/somefile.d.ts | | | @@ -3117,9 +3065,9 @@ Root: //vda1cs4850/usr/username/folderAtRoot | //vda1cs4850/folderAtRoot/node_modules/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | +| //vda1cs4850/folderAtRoot/folder1/node_modules/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | @@ -3138,9 +3086,9 @@ Root: //vda1cs4850/usr/username/folderAtRoot | //vda1cs4850/users/username/node_modules/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | @@ -3159,9 +3107,9 @@ Root: //vda1cs4850/usr/username/folderAtRoot | //vda1cs4850/user/node_modules/somefile.d.ts | | | | //vda1cs4850/user/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/user/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/node_modules/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | +| //vda1cs4850/user/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/user/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | @@ -3183,9 +3131,9 @@ Root: //vda1cs4850/usr/username/folderAtRoot | //vda1cs4850/usr/node_modules/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/node_modules/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | +| //vda1cs4850/usr/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/usr/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | @@ -3207,9 +3155,9 @@ Root: //vda1cs4850/usr/username/folderAtRoot | //vda1cs4850/home/node_modules/somefile.d.ts | | | | //vda1cs4850/home/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/home/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/node_modules/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | +| //vda1cs4850/home/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/home/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | @@ -3231,8 +3179,6 @@ Root: //vda1cs4850/usr/username/folderAtRoot ## RootDirForResolution: //vda1cs4850/usr/username/folderAtRoot/folder1 -Root: //vda1cs4850/usr/username/folderAtRoot/folder1 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/node_modules/somefile.d.ts | | | @@ -3241,9 +3187,9 @@ Root: //vda1cs4850/usr/username/folderAtRoot/folder1 | //vda1cs4850/folderAtRoot/node_modules/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | +| //vda1cs4850/folderAtRoot/folder1/node_modules/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | @@ -3262,9 +3208,9 @@ Root: //vda1cs4850/usr/username/folderAtRoot/folder1 | //vda1cs4850/users/username/node_modules/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | @@ -3283,9 +3229,9 @@ Root: //vda1cs4850/usr/username/folderAtRoot/folder1 | //vda1cs4850/user/node_modules/somefile.d.ts | | | | //vda1cs4850/user/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/user/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/node_modules/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | +| //vda1cs4850/user/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/user/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | @@ -3307,9 +3253,9 @@ Root: //vda1cs4850/usr/username/folderAtRoot/folder1 | //vda1cs4850/usr/node_modules/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/node_modules/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | +| //vda1cs4850/usr/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/usr/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | @@ -3331,9 +3277,9 @@ Root: //vda1cs4850/usr/username/folderAtRoot/folder1 | //vda1cs4850/home/node_modules/somefile.d.ts | | | | //vda1cs4850/home/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/home/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/node_modules/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | +| //vda1cs4850/home/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/home/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | @@ -3355,8 +3301,6 @@ Root: //vda1cs4850/usr/username/folderAtRoot/folder1 ## RootDirForResolution: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2 -Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/node_modules/somefile.d.ts | | | @@ -3365,9 +3309,9 @@ Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2 | //vda1cs4850/folderAtRoot/node_modules/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | +| //vda1cs4850/folderAtRoot/folder1/node_modules/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | @@ -3386,9 +3330,9 @@ Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2 | //vda1cs4850/users/username/node_modules/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | @@ -3407,9 +3351,9 @@ Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2 | //vda1cs4850/user/node_modules/somefile.d.ts | | | | //vda1cs4850/user/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/user/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/node_modules/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | +| //vda1cs4850/user/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/user/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | @@ -3431,9 +3375,9 @@ Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2 | //vda1cs4850/usr/node_modules/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/node_modules/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | +| //vda1cs4850/usr/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/usr/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | @@ -3455,9 +3399,9 @@ Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2 | //vda1cs4850/home/node_modules/somefile.d.ts | | | | //vda1cs4850/home/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/home/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/node_modules/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | +| //vda1cs4850/home/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/home/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | @@ -3479,8 +3423,6 @@ Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2 ## RootDirForResolution: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3 -Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/node_modules/somefile.d.ts | | | @@ -3489,9 +3431,9 @@ Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/folderAtRoot/node_modules/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | +| //vda1cs4850/folderAtRoot/folder1/node_modules/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | @@ -3510,9 +3452,9 @@ Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/users/username/node_modules/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | @@ -3531,9 +3473,9 @@ Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/user/node_modules/somefile.d.ts | | | | //vda1cs4850/user/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/user/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/node_modules/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | +| //vda1cs4850/user/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/user/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | @@ -3555,9 +3497,9 @@ Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/usr/node_modules/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/node_modules/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | +| //vda1cs4850/usr/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/usr/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | @@ -3579,9 +3521,9 @@ Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/home/node_modules/somefile.d.ts | | | | //vda1cs4850/home/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/home/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/node_modules/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | +| //vda1cs4850/home/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/home/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | @@ -3603,8 +3545,6 @@ Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3 ## RootDirForResolution: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 -Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/node_modules/somefile.d.ts | | | @@ -3613,9 +3553,9 @@ Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/folderAtRoot/node_modules/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | +| //vda1cs4850/folderAtRoot/folder1/node_modules/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | @@ -3634,9 +3574,9 @@ Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/users/username/node_modules/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | @@ -3655,9 +3595,9 @@ Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/user/node_modules/somefile.d.ts | | | | //vda1cs4850/user/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/user/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/node_modules/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | +| //vda1cs4850/user/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/user/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | @@ -3679,9 +3619,9 @@ Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/usr/node_modules/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/node_modules/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | +| //vda1cs4850/usr/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/usr/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | @@ -3703,9 +3643,9 @@ Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/home/node_modules/somefile.d.ts | | | | //vda1cs4850/home/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/home/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/node_modules/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | +| //vda1cs4850/home/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/home/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | @@ -3727,8 +3667,6 @@ Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 ## RootDirForResolution: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 -Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/node_modules/somefile.d.ts | | | @@ -3737,9 +3675,9 @@ Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/fol | //vda1cs4850/folderAtRoot/node_modules/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | +| //vda1cs4850/folderAtRoot/folder1/node_modules/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | @@ -3758,9 +3696,9 @@ Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/fol | //vda1cs4850/users/username/node_modules/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | @@ -3779,9 +3717,9 @@ Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/fol | //vda1cs4850/user/node_modules/somefile.d.ts | | | | //vda1cs4850/user/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/user/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/node_modules/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | +| //vda1cs4850/user/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/user/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | @@ -3803,9 +3741,9 @@ Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/fol | //vda1cs4850/usr/node_modules/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/node_modules/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | +| //vda1cs4850/usr/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/usr/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | @@ -3827,9 +3765,9 @@ Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/fol | //vda1cs4850/home/node_modules/somefile.d.ts | | | | //vda1cs4850/home/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/home/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/node_modules/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | +| //vda1cs4850/home/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/home/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | @@ -3851,8 +3789,6 @@ Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/fol ## RootDirForResolution: //vda1cs4850/home -Root: //vda1cs4850/home - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/node_modules/somefile.d.ts | | | @@ -3861,9 +3797,9 @@ Root: //vda1cs4850/home | //vda1cs4850/folderAtRoot/node_modules/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | +| //vda1cs4850/folderAtRoot/folder1/node_modules/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | @@ -3882,9 +3818,9 @@ Root: //vda1cs4850/home | //vda1cs4850/users/username/node_modules/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | @@ -3903,9 +3839,9 @@ Root: //vda1cs4850/home | //vda1cs4850/user/node_modules/somefile.d.ts | | | | //vda1cs4850/user/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/user/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/node_modules/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | +| //vda1cs4850/user/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/user/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | @@ -3927,9 +3863,9 @@ Root: //vda1cs4850/home | //vda1cs4850/usr/node_modules/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/node_modules/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | +| //vda1cs4850/usr/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/usr/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | @@ -3948,35 +3884,33 @@ Root: //vda1cs4850/home | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/home/node_modules/somefile.d.ts | //vda1cs4850/home/node_modules | true | -| //vda1cs4850/home/node_modules/dir/somefile.d.ts | //vda1cs4850/home/node_modules | true | -| //vda1cs4850/home/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/node_modules | true | -| //vda1cs4850/home/username/node_modules/somefile.d.ts | //vda1cs4850/home/username | true | -| //vda1cs4850/home/username/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username | true | -| //vda1cs4850/home/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username | true | -| //vda1cs4850/home/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/home/username | true | -| //vda1cs4850/home/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username | true | -| //vda1cs4850/home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/home/username | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | //vda1cs4850/home/username | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | //vda1cs4850/home/username | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/somefile.d.ts | //vda1cs4850/home/username | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/home/username | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username | true | +| //vda1cs4850/home/node_modules/somefile.d.ts | | | +| //vda1cs4850/home/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/home/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/home/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | ## RootDirForResolution: //vda1cs4850/home/username -Root: //vda1cs4850/home/username - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/node_modules/somefile.d.ts | | | @@ -3985,9 +3919,9 @@ Root: //vda1cs4850/home/username | //vda1cs4850/folderAtRoot/node_modules/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | +| //vda1cs4850/folderAtRoot/folder1/node_modules/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | @@ -4006,9 +3940,9 @@ Root: //vda1cs4850/home/username | //vda1cs4850/users/username/node_modules/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | @@ -4027,9 +3961,9 @@ Root: //vda1cs4850/home/username | //vda1cs4850/user/node_modules/somefile.d.ts | | | | //vda1cs4850/user/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/user/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/node_modules/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | +| //vda1cs4850/user/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/user/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | @@ -4051,9 +3985,9 @@ Root: //vda1cs4850/home/username | //vda1cs4850/usr/node_modules/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/node_modules/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | +| //vda1cs4850/usr/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/usr/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | @@ -4075,9 +4009,9 @@ Root: //vda1cs4850/home/username | //vda1cs4850/home/node_modules/somefile.d.ts | | | | //vda1cs4850/home/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/home/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/node_modules/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | +| //vda1cs4850/home/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/home/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | @@ -4099,8 +4033,6 @@ Root: //vda1cs4850/home/username ## RootDirForResolution: //vda1cs4850/home/username/folderAtRoot -Root: //vda1cs4850/home/username/folderAtRoot - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/node_modules/somefile.d.ts | | | @@ -4109,9 +4041,9 @@ Root: //vda1cs4850/home/username/folderAtRoot | //vda1cs4850/folderAtRoot/node_modules/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | +| //vda1cs4850/folderAtRoot/folder1/node_modules/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | @@ -4130,9 +4062,9 @@ Root: //vda1cs4850/home/username/folderAtRoot | //vda1cs4850/users/username/node_modules/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | @@ -4151,9 +4083,9 @@ Root: //vda1cs4850/home/username/folderAtRoot | //vda1cs4850/user/node_modules/somefile.d.ts | | | | //vda1cs4850/user/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/user/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/node_modules/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | +| //vda1cs4850/user/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/user/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | @@ -4175,9 +4107,9 @@ Root: //vda1cs4850/home/username/folderAtRoot | //vda1cs4850/usr/node_modules/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/node_modules/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | +| //vda1cs4850/usr/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/usr/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | @@ -4199,9 +4131,9 @@ Root: //vda1cs4850/home/username/folderAtRoot | //vda1cs4850/home/node_modules/somefile.d.ts | | | | //vda1cs4850/home/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/home/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/node_modules/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | +| //vda1cs4850/home/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/home/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | @@ -4223,8 +4155,6 @@ Root: //vda1cs4850/home/username/folderAtRoot ## RootDirForResolution: //vda1cs4850/home/username/folderAtRoot/folder1 -Root: //vda1cs4850/home/username/folderAtRoot/folder1 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/node_modules/somefile.d.ts | | | @@ -4233,9 +4163,9 @@ Root: //vda1cs4850/home/username/folderAtRoot/folder1 | //vda1cs4850/folderAtRoot/node_modules/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | +| //vda1cs4850/folderAtRoot/folder1/node_modules/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | @@ -4254,9 +4184,9 @@ Root: //vda1cs4850/home/username/folderAtRoot/folder1 | //vda1cs4850/users/username/node_modules/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | @@ -4275,9 +4205,9 @@ Root: //vda1cs4850/home/username/folderAtRoot/folder1 | //vda1cs4850/user/node_modules/somefile.d.ts | | | | //vda1cs4850/user/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/user/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/node_modules/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | +| //vda1cs4850/user/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/user/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | @@ -4299,9 +4229,9 @@ Root: //vda1cs4850/home/username/folderAtRoot/folder1 | //vda1cs4850/usr/node_modules/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/node_modules/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | +| //vda1cs4850/usr/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/usr/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | @@ -4323,9 +4253,9 @@ Root: //vda1cs4850/home/username/folderAtRoot/folder1 | //vda1cs4850/home/node_modules/somefile.d.ts | | | | //vda1cs4850/home/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/home/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/node_modules/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | +| //vda1cs4850/home/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/home/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | @@ -4347,8 +4277,6 @@ Root: //vda1cs4850/home/username/folderAtRoot/folder1 ## RootDirForResolution: //vda1cs4850/home/username/folderAtRoot/folder1/folder2 -Root: //vda1cs4850/home/username/folderAtRoot/folder1/folder2 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/node_modules/somefile.d.ts | | | @@ -4357,9 +4285,9 @@ Root: //vda1cs4850/home/username/folderAtRoot/folder1/folder2 | //vda1cs4850/folderAtRoot/node_modules/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | +| //vda1cs4850/folderAtRoot/folder1/node_modules/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | @@ -4378,9 +4306,9 @@ Root: //vda1cs4850/home/username/folderAtRoot/folder1/folder2 | //vda1cs4850/users/username/node_modules/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | @@ -4399,9 +4327,9 @@ Root: //vda1cs4850/home/username/folderAtRoot/folder1/folder2 | //vda1cs4850/user/node_modules/somefile.d.ts | | | | //vda1cs4850/user/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/user/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/node_modules/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | +| //vda1cs4850/user/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/user/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | @@ -4423,9 +4351,9 @@ Root: //vda1cs4850/home/username/folderAtRoot/folder1/folder2 | //vda1cs4850/usr/node_modules/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/node_modules/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | +| //vda1cs4850/usr/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/usr/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | @@ -4447,9 +4375,9 @@ Root: //vda1cs4850/home/username/folderAtRoot/folder1/folder2 | //vda1cs4850/home/node_modules/somefile.d.ts | | | | //vda1cs4850/home/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/home/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/node_modules/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | +| //vda1cs4850/home/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/home/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | @@ -4471,8 +4399,6 @@ Root: //vda1cs4850/home/username/folderAtRoot/folder1/folder2 ## RootDirForResolution: //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3 -Root: //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/node_modules/somefile.d.ts | | | @@ -4481,9 +4407,9 @@ Root: //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/folderAtRoot/node_modules/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | +| //vda1cs4850/folderAtRoot/folder1/node_modules/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | @@ -4502,9 +4428,9 @@ Root: //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/users/username/node_modules/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | @@ -4523,9 +4449,9 @@ Root: //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/user/node_modules/somefile.d.ts | | | | //vda1cs4850/user/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/user/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/node_modules/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | +| //vda1cs4850/user/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/user/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | @@ -4547,9 +4473,9 @@ Root: //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/usr/node_modules/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/node_modules/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | +| //vda1cs4850/usr/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/usr/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | @@ -4571,9 +4497,9 @@ Root: //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/home/node_modules/somefile.d.ts | | | | //vda1cs4850/home/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/home/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/node_modules/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | +| //vda1cs4850/home/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/home/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | @@ -4595,8 +4521,6 @@ Root: //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3 ## RootDirForResolution: //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4 -Root: //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/node_modules/somefile.d.ts | | | @@ -4605,9 +4529,9 @@ Root: //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/folderAtRoot/node_modules/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | +| //vda1cs4850/folderAtRoot/folder1/node_modules/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | @@ -4626,9 +4550,9 @@ Root: //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/users/username/node_modules/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | @@ -4647,9 +4571,9 @@ Root: //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/user/node_modules/somefile.d.ts | | | | //vda1cs4850/user/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/user/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/node_modules/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | +| //vda1cs4850/user/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/user/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | @@ -4671,9 +4595,9 @@ Root: //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/usr/node_modules/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/node_modules/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | +| //vda1cs4850/usr/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/usr/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | @@ -4695,9 +4619,9 @@ Root: //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/home/node_modules/somefile.d.ts | | | | //vda1cs4850/home/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/home/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/node_modules/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | +| //vda1cs4850/home/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/home/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | @@ -4719,8 +4643,6 @@ Root: //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4 ## RootDirForResolution: //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 -Root: //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/node_modules/somefile.d.ts | | | @@ -4729,9 +4651,9 @@ Root: //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/fo | //vda1cs4850/folderAtRoot/node_modules/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | +| //vda1cs4850/folderAtRoot/folder1/node_modules/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | @@ -4750,133 +4672,9 @@ Root: //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/fo | //vda1cs4850/users/username/node_modules/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/node_modules | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/user/node_modules/somefile.d.ts | | | -| //vda1cs4850/user/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/user/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/node_modules/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | -| //vda1cs4850/user/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | -| //vda1cs4850/user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/node_modules | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/usr/node_modules/somefile.d.ts | | | -| //vda1cs4850/usr/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/usr/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/node_modules/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | -| //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | -| //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/node_modules | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/home/node_modules/somefile.d.ts | | | -| //vda1cs4850/home/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/home/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/node_modules/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | -| //vda1cs4850/home/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | -| //vda1cs4850/home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/node_modules | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | - -## RootDirForResolution: undefined - -Root: undefined - -| Location | getDirectoryToWatchFailedLookupLocation | Recursive | -| --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | --------- | -| //vda1cs4850/node_modules/somefile.d.ts | | | -| //vda1cs4850/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/users/node_modules/somefile.d.ts | | | -| //vda1cs4850/users/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/users/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/node_modules/somefile.d.ts | | | -| //vda1cs4850/users/username/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/node_modules | true | @@ -4895,9 +4693,9 @@ Root: undefined | //vda1cs4850/user/node_modules/somefile.d.ts | | | | //vda1cs4850/user/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/user/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/node_modules/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | -| //vda1cs4850/user/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/node_modules | true | +| //vda1cs4850/user/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/user/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/user/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | | //vda1cs4850/user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/node_modules | true | @@ -4919,9 +4717,9 @@ Root: undefined | //vda1cs4850/usr/node_modules/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/usr/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/node_modules/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | -| //vda1cs4850/usr/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/node_modules | true | +| //vda1cs4850/usr/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/usr/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/usr/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | | //vda1cs4850/usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/node_modules | true | @@ -4943,9 +4741,9 @@ Root: undefined | //vda1cs4850/home/node_modules/somefile.d.ts | | | | //vda1cs4850/home/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/home/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/node_modules/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | -| //vda1cs4850/home/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/node_modules | true | +| //vda1cs4850/home/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/home/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/home/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | | //vda1cs4850/home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/node_modules | true | diff --git a/tests/baselines/reference/canWatch/getDirectoryToWatchFailedLookupLocationNodeModulesUncDos.baseline.md b/tests/baselines/reference/canWatch/getDirectoryToWatchFailedLookupLocationNodeModulesUncDos.baseline.md index d8d8da72cee4d..d8c47c1da0e5a 100644 --- a/tests/baselines/reference/canWatch/getDirectoryToWatchFailedLookupLocationNodeModulesUncDos.baseline.md +++ b/tests/baselines/reference/canWatch/getDirectoryToWatchFailedLookupLocationNodeModulesUncDos.baseline.md @@ -7,13 +7,11 @@ It also determines the directory to watch and whether to watch it recursively or ## RootDirForResolution: //vda1cs4850/c$ -Root: //vda1cs4850/c$ - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | --------- | -| //vda1cs4850/c$/node_modules/somefile.d.ts | //vda1cs4850/c$/node_modules | true | -| //vda1cs4850/c$/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/node_modules | true | -| //vda1cs4850/c$/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/node_modules | true | +| //vda1cs4850/c$/node_modules/somefile.d.ts | | | +| //vda1cs4850/c$/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/c$/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/c$/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | | //vda1cs4850/c$/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | | //vda1cs4850/c$/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | @@ -32,30 +30,30 @@ Root: //vda1cs4850/c$ | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | -| //vda1cs4850/c$/users/node_modules/somefile.d.ts | //vda1cs4850/c$/users | true | -| //vda1cs4850/c$/users/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users | true | -| //vda1cs4850/c$/users/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users | true | -| //vda1cs4850/c$/users/username/node_modules/somefile.d.ts | //vda1cs4850/c$/users | true | -| //vda1cs4850/c$/users/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users | true | -| //vda1cs4850/c$/users/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users | true | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/c$/users | true | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users | true | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/c$/users | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | //vda1cs4850/c$/users | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | //vda1cs4850/c$/users | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/somefile.d.ts | //vda1cs4850/c$/users | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/users | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users | true | +| //vda1cs4850/c$/users/node_modules/somefile.d.ts | | | +| //vda1cs4850/c$/users/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/c$/users/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | | //vda1cs4850/c$/user/node_modules/somefile.d.ts | //vda1cs4850/c$/user | true | | //vda1cs4850/c$/user/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user | true | | //vda1cs4850/c$/user/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | @@ -131,8 +129,6 @@ Root: //vda1cs4850/c$ ## RootDirForResolution: //vda1cs4850/c$/folderAtRoot -Root: //vda1cs4850/c$/folderAtRoot - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | --------- | | //vda1cs4850/c$/node_modules/somefile.d.ts | | | @@ -162,9 +158,9 @@ Root: //vda1cs4850/c$/folderAtRoot | //vda1cs4850/c$/users/username/node_modules/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | @@ -180,9 +176,9 @@ Root: //vda1cs4850/c$/folderAtRoot | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/user/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/user/node_modules/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | @@ -204,9 +200,9 @@ Root: //vda1cs4850/c$/folderAtRoot | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/usr/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/usr/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | @@ -228,9 +224,9 @@ Root: //vda1cs4850/c$/folderAtRoot | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/home/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/home/node_modules/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | @@ -255,16 +251,14 @@ Root: //vda1cs4850/c$/folderAtRoot ## RootDirForResolution: //vda1cs4850/c$/folderAtRoot/folder1 -Root: //vda1cs4850/c$/folderAtRoot/folder1 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | --------- | | //vda1cs4850/c$/node_modules/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | @@ -286,9 +280,9 @@ Root: //vda1cs4850/c$/folderAtRoot/folder1 | //vda1cs4850/c$/users/username/node_modules/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | @@ -304,9 +298,9 @@ Root: //vda1cs4850/c$/folderAtRoot/folder1 | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/user/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/user/node_modules/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | @@ -328,9 +322,9 @@ Root: //vda1cs4850/c$/folderAtRoot/folder1 | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/usr/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/usr/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | @@ -352,9 +346,9 @@ Root: //vda1cs4850/c$/folderAtRoot/folder1 | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/home/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/home/node_modules/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | @@ -379,16 +373,14 @@ Root: //vda1cs4850/c$/folderAtRoot/folder1 ## RootDirForResolution: //vda1cs4850/c$/folderAtRoot/folder1/folder2 -Root: //vda1cs4850/c$/folderAtRoot/folder1/folder2 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | --------- | | //vda1cs4850/c$/node_modules/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | @@ -410,9 +402,9 @@ Root: //vda1cs4850/c$/folderAtRoot/folder1/folder2 | //vda1cs4850/c$/users/username/node_modules/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | @@ -428,9 +420,9 @@ Root: //vda1cs4850/c$/folderAtRoot/folder1/folder2 | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/user/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/user/node_modules/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | @@ -452,9 +444,9 @@ Root: //vda1cs4850/c$/folderAtRoot/folder1/folder2 | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/usr/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/usr/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | @@ -476,9 +468,9 @@ Root: //vda1cs4850/c$/folderAtRoot/folder1/folder2 | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/home/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/home/node_modules/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | @@ -503,16 +495,14 @@ Root: //vda1cs4850/c$/folderAtRoot/folder1/folder2 ## RootDirForResolution: //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3 -Root: //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | --------- | | //vda1cs4850/c$/node_modules/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | @@ -534,9 +524,9 @@ Root: //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/c$/users/username/node_modules/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | @@ -552,9 +542,9 @@ Root: //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/user/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/user/node_modules/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | @@ -576,9 +566,9 @@ Root: //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/usr/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/usr/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | @@ -600,9 +590,9 @@ Root: //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/home/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/home/node_modules/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | @@ -627,16 +617,14 @@ Root: //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3 ## RootDirForResolution: //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4 -Root: //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | --------- | | //vda1cs4850/c$/node_modules/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | @@ -658,9 +646,9 @@ Root: //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/c$/users/username/node_modules/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | @@ -676,9 +664,9 @@ Root: //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/user/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/user/node_modules/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | @@ -700,9 +688,9 @@ Root: //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/usr/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/usr/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | @@ -724,9 +712,9 @@ Root: //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/home/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/home/node_modules/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | @@ -751,16 +739,14 @@ Root: //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4 ## RootDirForResolution: //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5 -Root: //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | --------- | | //vda1cs4850/c$/node_modules/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | @@ -782,9 +768,9 @@ Root: //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | //vda1cs4850/c$/users/username/node_modules/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | @@ -800,9 +786,9 @@ Root: //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/user/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/user/node_modules/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | @@ -824,9 +810,9 @@ Root: //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/usr/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/usr/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | @@ -848,9 +834,9 @@ Root: //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/home/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/home/node_modules/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | @@ -875,16 +861,14 @@ Root: //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5 ## RootDirForResolution: //vda1cs4850/c$/users -Root: //vda1cs4850/c$/users - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | --------- | | //vda1cs4850/c$/node_modules/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | @@ -900,33 +884,33 @@ Root: //vda1cs4850/c$/users | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/users/node_modules/somefile.d.ts | //vda1cs4850/c$/users/node_modules | true | -| //vda1cs4850/c$/users/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/node_modules | true | -| //vda1cs4850/c$/users/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/node_modules | true | -| //vda1cs4850/c$/users/username/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username | true | -| //vda1cs4850/c$/users/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username | true | -| //vda1cs4850/c$/users/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username | true | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username | true | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username | true | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username | true | -| //vda1cs4850/c$/user/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/node_modules/somefile.d.ts | | | +| //vda1cs4850/c$/users/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/c$/users/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/user/node_modules/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | @@ -948,9 +932,9 @@ Root: //vda1cs4850/c$/users | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/usr/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/usr/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | @@ -972,9 +956,9 @@ Root: //vda1cs4850/c$/users | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/home/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/home/node_modules/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | @@ -999,16 +983,14 @@ Root: //vda1cs4850/c$/users ## RootDirForResolution: //vda1cs4850/c$/users/username -Root: //vda1cs4850/c$/users/username - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | --------- | | //vda1cs4850/c$/node_modules/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | @@ -1027,9 +1009,9 @@ Root: //vda1cs4850/c$/users/username | //vda1cs4850/c$/users/node_modules/somefile.d.ts | | | | //vda1cs4850/c$/users/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/c$/users/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/node_modules | true | -| //vda1cs4850/c$/users/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/node_modules | true | -| //vda1cs4850/c$/users/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/node_modules | true | +| //vda1cs4850/c$/users/username/node_modules/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/node_modules/dir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/node_modules/dir/subdir/somefile.d.ts | | | | //vda1cs4850/c$/users/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | | //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | | //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | @@ -1048,9 +1030,9 @@ Root: //vda1cs4850/c$/users/username | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | -| //vda1cs4850/c$/user/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/user/node_modules/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | @@ -1072,9 +1054,9 @@ Root: //vda1cs4850/c$/users/username | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/usr/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/usr/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | @@ -1096,9 +1078,9 @@ Root: //vda1cs4850/c$/users/username | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/home/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/home/node_modules/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | @@ -1123,16 +1105,14 @@ Root: //vda1cs4850/c$/users/username ## RootDirForResolution: //vda1cs4850/c$/users/username/folderAtRoot -Root: //vda1cs4850/c$/users/username/folderAtRoot - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | --------- | | //vda1cs4850/c$/node_modules/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | @@ -1172,9 +1152,9 @@ Root: //vda1cs4850/c$/users/username/folderAtRoot | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1 | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1 | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1 | true | -| //vda1cs4850/c$/user/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/user/node_modules/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | @@ -1196,9 +1176,9 @@ Root: //vda1cs4850/c$/users/username/folderAtRoot | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/usr/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/usr/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | @@ -1220,9 +1200,9 @@ Root: //vda1cs4850/c$/users/username/folderAtRoot | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/home/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/home/node_modules/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | @@ -1247,16 +1227,14 @@ Root: //vda1cs4850/c$/users/username/folderAtRoot ## RootDirForResolution: //vda1cs4850/c$/users/username/folderAtRoot/folder1 -Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | --------- | | //vda1cs4850/c$/node_modules/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | @@ -1278,9 +1256,9 @@ Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1 | //vda1cs4850/c$/users/username/node_modules/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | @@ -1296,9 +1274,9 @@ Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1 | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2 | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2 | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2 | true | -| //vda1cs4850/c$/user/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/user/node_modules/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | @@ -1320,9 +1298,9 @@ Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1 | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/usr/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/usr/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | @@ -1344,9 +1322,9 @@ Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1 | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/home/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/home/node_modules/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | @@ -1371,16 +1349,14 @@ Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1 ## RootDirForResolution: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2 -Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | --------- | | //vda1cs4850/c$/node_modules/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | @@ -1402,9 +1378,9 @@ Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2 | //vda1cs4850/c$/users/username/node_modules/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | @@ -1420,9 +1396,9 @@ Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2 | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3 | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3 | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3 | true | -| //vda1cs4850/c$/user/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/user/node_modules/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | @@ -1444,9 +1420,9 @@ Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2 | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/usr/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/usr/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | @@ -1468,9 +1444,9 @@ Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2 | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/home/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/home/node_modules/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | @@ -1495,16 +1471,14 @@ Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2 ## RootDirForResolution: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3 -Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | --------- | | //vda1cs4850/c$/node_modules/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | @@ -1526,9 +1500,9 @@ Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/c$/users/username/node_modules/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | @@ -1544,9 +1518,9 @@ Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4 | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4 | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4 | true | -| //vda1cs4850/c$/user/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/user/node_modules/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | @@ -1568,9 +1542,9 @@ Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/usr/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/usr/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | @@ -1592,9 +1566,9 @@ Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/home/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/home/node_modules/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | @@ -1619,16 +1593,14 @@ Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3 ## RootDirForResolution: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4 -Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | --------- | | //vda1cs4850/c$/node_modules/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | @@ -1650,9 +1622,9 @@ Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder | //vda1cs4850/c$/users/username/node_modules/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | @@ -1668,9 +1640,9 @@ Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | true | -| //vda1cs4850/c$/user/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/user/node_modules/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | @@ -1692,9 +1664,9 @@ Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/usr/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/usr/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | @@ -1716,9 +1688,9 @@ Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/home/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/home/node_modules/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | @@ -1743,16 +1715,14 @@ Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder ## RootDirForResolution: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 -Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | --------- | | //vda1cs4850/c$/node_modules/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | @@ -1774,10 +1744,10 @@ Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder | //vda1cs4850/c$/users/username/node_modules/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules | true | @@ -1792,9 +1762,9 @@ Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/user/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/user/node_modules/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | @@ -1816,9 +1786,9 @@ Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/usr/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/usr/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | @@ -1840,9 +1810,9 @@ Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/home/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/home/node_modules/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | @@ -1867,16 +1837,14 @@ Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder ## RootDirForResolution: //vda1cs4850/c$/user -Root: //vda1cs4850/c$/user - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | --------- | | //vda1cs4850/c$/node_modules/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | @@ -1898,9 +1866,9 @@ Root: //vda1cs4850/c$/user | //vda1cs4850/c$/users/username/node_modules/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | @@ -1940,9 +1908,9 @@ Root: //vda1cs4850/c$/user | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/user/username | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/username | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username | true | -| //vda1cs4850/c$/usr/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/usr/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | @@ -1964,9 +1932,9 @@ Root: //vda1cs4850/c$/user | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/home/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/home/node_modules/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | @@ -1991,16 +1959,14 @@ Root: //vda1cs4850/c$/user ## RootDirForResolution: //vda1cs4850/c$/user/username -Root: //vda1cs4850/c$/user/username - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | --------- | | //vda1cs4850/c$/node_modules/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | @@ -2022,9 +1988,9 @@ Root: //vda1cs4850/c$/user/username | //vda1cs4850/c$/users/username/node_modules/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | @@ -2040,9 +2006,9 @@ Root: //vda1cs4850/c$/user/username | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/user/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/user/node_modules/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | @@ -2064,9 +2030,9 @@ Root: //vda1cs4850/c$/user/username | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot | true | -| //vda1cs4850/c$/usr/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/usr/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | @@ -2088,9 +2054,9 @@ Root: //vda1cs4850/c$/user/username | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/home/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/home/node_modules/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | @@ -2115,16 +2081,14 @@ Root: //vda1cs4850/c$/user/username ## RootDirForResolution: //vda1cs4850/c$/user/username/folderAtRoot -Root: //vda1cs4850/c$/user/username/folderAtRoot - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | --------- | | //vda1cs4850/c$/node_modules/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | @@ -2146,9 +2110,9 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot | //vda1cs4850/c$/users/username/node_modules/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | @@ -2164,9 +2128,9 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/user/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/user/node_modules/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | @@ -2188,9 +2152,9 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1 | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1 | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1 | true | -| //vda1cs4850/c$/usr/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/usr/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | @@ -2212,9 +2176,9 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/home/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/home/node_modules/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | @@ -2239,16 +2203,14 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot ## RootDirForResolution: //vda1cs4850/c$/user/username/folderAtRoot/folder1 -Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | --------- | | //vda1cs4850/c$/node_modules/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | @@ -2270,9 +2232,9 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1 | //vda1cs4850/c$/users/username/node_modules/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | @@ -2288,9 +2250,9 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1 | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/user/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/user/node_modules/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | @@ -2312,9 +2274,9 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1 | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2 | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2 | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2 | true | -| //vda1cs4850/c$/usr/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/usr/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | @@ -2336,9 +2298,9 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1 | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/home/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/home/node_modules/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | @@ -2363,16 +2325,14 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1 ## RootDirForResolution: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2 -Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | --------- | | //vda1cs4850/c$/node_modules/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | @@ -2394,9 +2354,9 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2 | //vda1cs4850/c$/users/username/node_modules/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | @@ -2412,9 +2372,9 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2 | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/user/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/user/node_modules/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | @@ -2436,9 +2396,9 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2 | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3 | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3 | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3 | true | -| //vda1cs4850/c$/usr/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/usr/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | @@ -2460,9 +2420,9 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2 | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/home/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/home/node_modules/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | @@ -2487,16 +2447,14 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2 ## RootDirForResolution: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3 -Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | --------- | | //vda1cs4850/c$/node_modules/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | @@ -2518,9 +2476,9 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/c$/users/username/node_modules/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | @@ -2536,9 +2494,9 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/user/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/user/node_modules/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | @@ -2560,9 +2518,9 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4 | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4 | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4 | true | -| //vda1cs4850/c$/usr/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/usr/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | @@ -2584,9 +2542,9 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/home/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/home/node_modules/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | @@ -2611,16 +2569,14 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3 ## RootDirForResolution: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4 -Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | --------- | | //vda1cs4850/c$/node_modules/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | @@ -2642,9 +2598,9 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/c$/users/username/node_modules/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | @@ -2660,9 +2616,9 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/user/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/user/node_modules/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | @@ -2684,9 +2640,9 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | true | -| //vda1cs4850/c$/usr/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/usr/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | @@ -2708,9 +2664,9 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/home/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/home/node_modules/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | @@ -2735,16 +2691,14 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4 ## RootDirForResolution: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 -Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | --------- | | //vda1cs4850/c$/node_modules/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | @@ -2766,9 +2720,9 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/c$/users/username/node_modules/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | @@ -2784,9 +2738,9 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/user/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/user/node_modules/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | @@ -2808,9 +2762,9 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/usr/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/usr/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | @@ -2832,9 +2786,9 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/home/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/home/node_modules/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | @@ -2859,16 +2813,14 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4 ## RootDirForResolution: //vda1cs4850/c$/usr -Root: //vda1cs4850/c$/usr - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | --------- | | //vda1cs4850/c$/node_modules/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | @@ -2890,9 +2842,9 @@ Root: //vda1cs4850/c$/usr | //vda1cs4850/c$/users/username/node_modules/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | @@ -2908,9 +2860,9 @@ Root: //vda1cs4850/c$/usr | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/user/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/user/node_modules/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | @@ -2956,9 +2908,9 @@ Root: //vda1cs4850/c$/usr | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/username | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/username | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username | true | -| //vda1cs4850/c$/home/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/home/node_modules/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | @@ -2983,16 +2935,14 @@ Root: //vda1cs4850/c$/usr ## RootDirForResolution: //vda1cs4850/c$/usr/username -Root: //vda1cs4850/c$/usr/username - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | --------- | | //vda1cs4850/c$/node_modules/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | @@ -3014,9 +2964,9 @@ Root: //vda1cs4850/c$/usr/username | //vda1cs4850/c$/users/username/node_modules/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | @@ -3032,9 +2982,9 @@ Root: //vda1cs4850/c$/usr/username | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/user/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/user/node_modules/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | @@ -3056,9 +3006,9 @@ Root: //vda1cs4850/c$/usr/username | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/usr/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/usr/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | @@ -3080,9 +3030,9 @@ Root: //vda1cs4850/c$/usr/username | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot | true | -| //vda1cs4850/c$/home/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/home/node_modules/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | @@ -3107,16 +3057,14 @@ Root: //vda1cs4850/c$/usr/username ## RootDirForResolution: //vda1cs4850/c$/usr/username/folderAtRoot -Root: //vda1cs4850/c$/usr/username/folderAtRoot - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | --------- | | //vda1cs4850/c$/node_modules/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | @@ -3138,9 +3086,9 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot | //vda1cs4850/c$/users/username/node_modules/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | @@ -3156,9 +3104,9 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/user/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/user/node_modules/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | @@ -3180,9 +3128,9 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/usr/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/usr/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | @@ -3204,9 +3152,9 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1 | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1 | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1 | true | -| //vda1cs4850/c$/home/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/home/node_modules/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | @@ -3231,16 +3179,14 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot ## RootDirForResolution: //vda1cs4850/c$/usr/username/folderAtRoot/folder1 -Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | --------- | | //vda1cs4850/c$/node_modules/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | @@ -3262,9 +3208,9 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1 | //vda1cs4850/c$/users/username/node_modules/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | @@ -3280,9 +3226,9 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1 | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/user/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/user/node_modules/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | @@ -3304,9 +3250,9 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1 | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/usr/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/usr/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | @@ -3328,9 +3274,9 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1 | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2 | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2 | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2 | true | -| //vda1cs4850/c$/home/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/home/node_modules/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | @@ -3355,16 +3301,14 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1 ## RootDirForResolution: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2 -Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | --------- | | //vda1cs4850/c$/node_modules/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | @@ -3386,9 +3330,9 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2 | //vda1cs4850/c$/users/username/node_modules/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | @@ -3404,9 +3348,9 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2 | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/user/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/user/node_modules/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | @@ -3428,9 +3372,9 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2 | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/usr/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/usr/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | @@ -3452,9 +3396,9 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2 | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3 | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3 | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3 | true | -| //vda1cs4850/c$/home/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/home/node_modules/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | @@ -3479,16 +3423,14 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2 ## RootDirForResolution: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3 -Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | --------- | | //vda1cs4850/c$/node_modules/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | @@ -3510,9 +3452,9 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/c$/users/username/node_modules/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | @@ -3528,9 +3470,9 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/user/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/user/node_modules/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | @@ -3552,9 +3494,9 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/usr/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/usr/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | @@ -3576,9 +3518,9 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 | true | -| //vda1cs4850/c$/home/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/home/node_modules/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | @@ -3603,16 +3545,14 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3 ## RootDirForResolution: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 -Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | --------- | | //vda1cs4850/c$/node_modules/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | @@ -3634,9 +3574,9 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/c$/users/username/node_modules/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | @@ -3652,9 +3592,9 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/user/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/user/node_modules/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | @@ -3676,9 +3616,9 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/usr/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/usr/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | @@ -3700,9 +3640,9 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | true | -| //vda1cs4850/c$/home/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/home/node_modules/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | @@ -3727,16 +3667,14 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 ## RootDirForResolution: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 -Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | --------- | | //vda1cs4850/c$/node_modules/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | @@ -3758,9 +3696,9 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/ | //vda1cs4850/c$/users/username/node_modules/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | @@ -3776,9 +3714,9 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/ | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/user/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/user/node_modules/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | @@ -3800,9 +3738,9 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/ | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/usr/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/usr/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | @@ -3824,9 +3762,9 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/ | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/home/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/home/node_modules/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | @@ -3851,16 +3789,14 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/ ## RootDirForResolution: //vda1cs4850/c$/home -Root: //vda1cs4850/c$/home - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | --------- | | //vda1cs4850/c$/node_modules/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | @@ -3882,9 +3818,9 @@ Root: //vda1cs4850/c$/home | //vda1cs4850/c$/users/username/node_modules/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | @@ -3900,9 +3836,9 @@ Root: //vda1cs4850/c$/home | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/user/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/user/node_modules/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | @@ -3924,9 +3860,9 @@ Root: //vda1cs4850/c$/home | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/usr/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/usr/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | @@ -3975,16 +3911,14 @@ Root: //vda1cs4850/c$/home ## RootDirForResolution: //vda1cs4850/c$/home/username -Root: //vda1cs4850/c$/home/username - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | --------- | | //vda1cs4850/c$/node_modules/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | @@ -4006,9 +3940,9 @@ Root: //vda1cs4850/c$/home/username | //vda1cs4850/c$/users/username/node_modules/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | @@ -4024,9 +3958,9 @@ Root: //vda1cs4850/c$/home/username | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/user/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/user/node_modules/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | @@ -4048,9 +3982,9 @@ Root: //vda1cs4850/c$/home/username | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/usr/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/usr/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | @@ -4072,9 +4006,9 @@ Root: //vda1cs4850/c$/home/username | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/home/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/home/node_modules/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | @@ -4099,16 +4033,14 @@ Root: //vda1cs4850/c$/home/username ## RootDirForResolution: //vda1cs4850/c$/home/username/folderAtRoot -Root: //vda1cs4850/c$/home/username/folderAtRoot - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | --------- | | //vda1cs4850/c$/node_modules/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | @@ -4130,9 +4062,9 @@ Root: //vda1cs4850/c$/home/username/folderAtRoot | //vda1cs4850/c$/users/username/node_modules/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | @@ -4148,9 +4080,9 @@ Root: //vda1cs4850/c$/home/username/folderAtRoot | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/user/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/user/node_modules/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | @@ -4172,9 +4104,9 @@ Root: //vda1cs4850/c$/home/username/folderAtRoot | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/usr/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/usr/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | @@ -4196,9 +4128,9 @@ Root: //vda1cs4850/c$/home/username/folderAtRoot | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/home/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/home/node_modules/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | @@ -4223,16 +4155,14 @@ Root: //vda1cs4850/c$/home/username/folderAtRoot ## RootDirForResolution: //vda1cs4850/c$/home/username/folderAtRoot/folder1 -Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | --------- | | //vda1cs4850/c$/node_modules/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | @@ -4254,9 +4184,9 @@ Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1 | //vda1cs4850/c$/users/username/node_modules/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | @@ -4272,9 +4202,9 @@ Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1 | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/user/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/user/node_modules/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | @@ -4296,9 +4226,9 @@ Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1 | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/usr/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/usr/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | @@ -4320,9 +4250,9 @@ Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1 | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/home/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/home/node_modules/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | @@ -4347,16 +4277,14 @@ Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1 ## RootDirForResolution: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2 -Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | --------- | | //vda1cs4850/c$/node_modules/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | @@ -4378,9 +4306,9 @@ Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2 | //vda1cs4850/c$/users/username/node_modules/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | @@ -4396,9 +4324,9 @@ Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2 | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/user/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/user/node_modules/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | @@ -4420,9 +4348,9 @@ Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2 | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/usr/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/usr/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | @@ -4444,9 +4372,9 @@ Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2 | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/home/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/home/node_modules/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | @@ -4471,16 +4399,14 @@ Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2 ## RootDirForResolution: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3 -Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | --------- | | //vda1cs4850/c$/node_modules/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | @@ -4502,9 +4428,9 @@ Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/c$/users/username/node_modules/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | @@ -4520,9 +4446,9 @@ Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/user/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/user/node_modules/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | @@ -4544,9 +4470,9 @@ Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/usr/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/usr/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | @@ -4568,9 +4494,9 @@ Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/home/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/home/node_modules/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | @@ -4595,16 +4521,14 @@ Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3 ## RootDirForResolution: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4 -Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | --------- | | //vda1cs4850/c$/node_modules/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | @@ -4626,9 +4550,9 @@ Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/c$/users/username/node_modules/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | @@ -4644,9 +4568,9 @@ Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/user/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/user/node_modules/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | @@ -4668,9 +4592,9 @@ Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/usr/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/usr/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | @@ -4692,9 +4616,9 @@ Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/home/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/home/node_modules/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | @@ -4719,140 +4643,14 @@ Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4 ## RootDirForResolution: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 -Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | --------- | | //vda1cs4850/c$/node_modules/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/c$/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/c$/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/c$/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/node_modules | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/users/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/users/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/node_modules | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/user/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/node_modules/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | -| //vda1cs4850/c$/user/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | -| //vda1cs4850/c$/user/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | -| //vda1cs4850/c$/user/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/node_modules | true | -| //vda1cs4850/c$/user/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/node_modules | true | -| //vda1cs4850/c$/user/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/node_modules | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/node_modules | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/node_modules | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/node_modules | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/usr/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | -| //vda1cs4850/c$/usr/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | -| //vda1cs4850/c$/usr/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/node_modules | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/node_modules | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/node_modules | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/node_modules | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/node_modules | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/node_modules | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/home/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/node_modules/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | -| //vda1cs4850/c$/home/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | -| //vda1cs4850/c$/home/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | -| //vda1cs4850/c$/home/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/c$/home/username/folderAtRoot/node_modules | true | -| //vda1cs4850/c$/home/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/home/username/folderAtRoot/node_modules | true | -| //vda1cs4850/c$/home/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/folderAtRoot/node_modules | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/folderAtRoot/folder1/node_modules | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/node_modules/somefile.d.ts | //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/node_modules | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/node_modules | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/node_modules | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/somefile.d.ts | //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/node_modules | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/somefile.d.ts | //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/node_modules | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | - -## RootDirForResolution: undefined - -Root: undefined - -| Location | getDirectoryToWatchFailedLookupLocation | Recursive | -| ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | --------- | -| //vda1cs4850/c$/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/node_modules | true | @@ -4874,9 +4672,9 @@ Root: undefined | //vda1cs4850/c$/users/username/node_modules/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/dir/somefile.d.ts | | | | //vda1cs4850/c$/users/username/node_modules/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | +| //vda1cs4850/c$/users/username/folderAtRoot/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/node_modules | true | @@ -4892,9 +4690,9 @@ Root: undefined | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/user/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/user/node_modules/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | +| //vda1cs4850/c$/user/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | | //vda1cs4850/c$/user/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/node_modules | true | @@ -4916,9 +4714,9 @@ Root: undefined | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/usr/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/usr/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | +| //vda1cs4850/c$/usr/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | | //vda1cs4850/c$/usr/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/node_modules | true | @@ -4940,9 +4738,9 @@ Root: undefined | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/node_modules | true | -| //vda1cs4850/c$/home/node_modules/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/node_modules/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/home/node_modules/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | +| //vda1cs4850/c$/home/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/dir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | | //vda1cs4850/c$/home/username/node_modules/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/node_modules | true | diff --git a/tests/baselines/reference/canWatch/getDirectoryToWatchFailedLookupLocationPosix.baseline.md b/tests/baselines/reference/canWatch/getDirectoryToWatchFailedLookupLocationPosix.baseline.md index d9ade8a8f7f06..6340b4d642f8c 100644 --- a/tests/baselines/reference/canWatch/getDirectoryToWatchFailedLookupLocationPosix.baseline.md +++ b/tests/baselines/reference/canWatch/getDirectoryToWatchFailedLookupLocationPosix.baseline.md @@ -7,256 +7,250 @@ It also determines the directory to watch and whether to watch it recursively or ## RootDirForResolution: / -Root: - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | --------- | -| /somefile.d.ts | | false | -| /dir/somefile.d.ts | /dir | true | -| /dir/subdir/somefile.d.ts | /dir | true | -| /folderAtRoot/somefile.d.ts | /folderAtRoot | true | -| /folderAtRoot/dir/somefile.d.ts | /folderAtRoot | true | -| /folderAtRoot/dir/subdir/somefile.d.ts | /folderAtRoot | true | -| /folderAtRoot/folder1/somefile.d.ts | /folderAtRoot | true | -| /folderAtRoot/folder1/dir/somefile.d.ts | /folderAtRoot | true | -| /folderAtRoot/folder1/dir/subdir/somefile.d.ts | /folderAtRoot | true | -| /folderAtRoot/folder1/folder2/somefile.d.ts | /folderAtRoot | true | -| /folderAtRoot/folder1/folder2/dir/somefile.d.ts | /folderAtRoot | true | -| /folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /folderAtRoot | true | -| /folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /folderAtRoot | true | -| /folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /folderAtRoot | true | -| /folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /folderAtRoot | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /folderAtRoot | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /folderAtRoot | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /folderAtRoot | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /folderAtRoot | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /folderAtRoot | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /folderAtRoot | true | -| /users/somefile.d.ts | /users | true | -| /users/dir/somefile.d.ts | /users | true | -| /users/dir/subdir/somefile.d.ts | /users | true | -| /users/username/somefile.d.ts | /users | true | -| /users/username/dir/somefile.d.ts | /users | true | -| /users/username/dir/subdir/somefile.d.ts | /users | true | -| /users/username/folderAtRoot/somefile.d.ts | /users | true | -| /users/username/folderAtRoot/dir/somefile.d.ts | /users | true | -| /users/username/folderAtRoot/dir/subdir/somefile.d.ts | /users | true | -| /users/username/folderAtRoot/folder1/somefile.d.ts | /users | true | -| /users/username/folderAtRoot/folder1/dir/somefile.d.ts | /users | true | -| /users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /users | true | -| /users/username/folderAtRoot/folder1/folder2/somefile.d.ts | /users | true | -| /users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /users | true | -| /users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /users | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /users | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /users | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /users | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /users | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /users | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /users | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /users | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /users | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /users | true | -| /user/somefile.d.ts | /user | true | -| /user/dir/somefile.d.ts | /user | true | -| /user/dir/subdir/somefile.d.ts | /user | true | -| /user/username/somefile.d.ts | /user | true | -| /user/username/dir/somefile.d.ts | /user | true | -| /user/username/dir/subdir/somefile.d.ts | /user | true | -| /user/username/folderAtRoot/somefile.d.ts | /user | true | -| /user/username/folderAtRoot/dir/somefile.d.ts | /user | true | -| /user/username/folderAtRoot/dir/subdir/somefile.d.ts | /user | true | -| /user/username/folderAtRoot/folder1/somefile.d.ts | /user | true | -| /user/username/folderAtRoot/folder1/dir/somefile.d.ts | /user | true | -| /user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /user | true | -| /user/username/folderAtRoot/folder1/folder2/somefile.d.ts | /user | true | -| /user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /user | true | -| /user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /user | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /user | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /user | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /user | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /user | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /user | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /user | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /user | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /user | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /user | true | -| /usr/somefile.d.ts | /usr | true | -| /usr/dir/somefile.d.ts | /usr | true | -| /usr/dir/subdir/somefile.d.ts | /usr | true | -| /usr/username/somefile.d.ts | /usr | true | -| /usr/username/dir/somefile.d.ts | /usr | true | -| /usr/username/dir/subdir/somefile.d.ts | /usr | true | -| /usr/username/folderAtRoot/somefile.d.ts | /usr | true | -| /usr/username/folderAtRoot/dir/somefile.d.ts | /usr | true | -| /usr/username/folderAtRoot/dir/subdir/somefile.d.ts | /usr | true | -| /usr/username/folderAtRoot/folder1/somefile.d.ts | /usr | true | -| /usr/username/folderAtRoot/folder1/dir/somefile.d.ts | /usr | true | -| /usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /usr | true | -| /usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | /usr | true | -| /usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /usr | true | -| /usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /usr | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /usr | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /usr | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /usr | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /usr | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /usr | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /usr | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /usr | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /usr | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /usr | true | -| /home/somefile.d.ts | /home | true | -| /home/dir/somefile.d.ts | /home | true | -| /home/dir/subdir/somefile.d.ts | /home | true | -| /home/username/somefile.d.ts | /home | true | -| /home/username/dir/somefile.d.ts | /home | true | -| /home/username/dir/subdir/somefile.d.ts | /home | true | -| /home/username/folderAtRoot/somefile.d.ts | /home | true | -| /home/username/folderAtRoot/dir/somefile.d.ts | /home | true | -| /home/username/folderAtRoot/dir/subdir/somefile.d.ts | /home | true | -| /home/username/folderAtRoot/folder1/somefile.d.ts | /home | true | -| /home/username/folderAtRoot/folder1/dir/somefile.d.ts | /home | true | -| /home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /home | true | -| /home/username/folderAtRoot/folder1/folder2/somefile.d.ts | /home | true | -| /home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /home | true | -| /home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /home | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /home | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /home | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /home | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /home | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /home | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /home | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /home | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /home | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /home | true | +| /somefile.d.ts | | | +| /dir/somefile.d.ts | | | +| /dir/subdir/somefile.d.ts | | | +| /folderAtRoot/somefile.d.ts | | | +| /folderAtRoot/dir/somefile.d.ts | | | +| /folderAtRoot/dir/subdir/somefile.d.ts | /folderAtRoot/dir/subdir | true | +| /folderAtRoot/folder1/somefile.d.ts | | | +| /folderAtRoot/folder1/dir/somefile.d.ts | /folderAtRoot/folder1/dir | true | +| /folderAtRoot/folder1/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/dir | true | +| /folderAtRoot/folder1/folder2/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /users/somefile.d.ts | | | +| /users/dir/somefile.d.ts | | | +| /users/dir/subdir/somefile.d.ts | /users/dir/subdir | true | +| /users/username/somefile.d.ts | | | +| /users/username/dir/somefile.d.ts | /users/username/dir | true | +| /users/username/dir/subdir/somefile.d.ts | /users/username/dir | true | +| /users/username/folderAtRoot/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /user/somefile.d.ts | | | +| /user/dir/somefile.d.ts | | | +| /user/dir/subdir/somefile.d.ts | /user/dir/subdir | true | +| /user/username/somefile.d.ts | | | +| /user/username/dir/somefile.d.ts | /user/username/dir | true | +| /user/username/dir/subdir/somefile.d.ts | /user/username/dir | true | +| /user/username/folderAtRoot/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /usr/somefile.d.ts | | | +| /usr/dir/somefile.d.ts | | | +| /usr/dir/subdir/somefile.d.ts | /usr/dir/subdir | true | +| /usr/username/somefile.d.ts | | | +| /usr/username/dir/somefile.d.ts | /usr/username/dir | true | +| /usr/username/dir/subdir/somefile.d.ts | /usr/username/dir | true | +| /usr/username/folderAtRoot/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /home/somefile.d.ts | | | +| /home/dir/somefile.d.ts | | | +| /home/dir/subdir/somefile.d.ts | /home/dir/subdir | true | +| /home/username/somefile.d.ts | | | +| /home/username/dir/somefile.d.ts | /home/username/dir | true | +| /home/username/dir/subdir/somefile.d.ts | /home/username/dir | true | +| /home/username/folderAtRoot/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | ## RootDirForResolution: /folderAtRoot -Root: /folderAtRoot - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | --------- | | /somefile.d.ts | | | | /dir/somefile.d.ts | | | | /dir/subdir/somefile.d.ts | | | -| /folderAtRoot/somefile.d.ts | /folderAtRoot | false | -| /folderAtRoot/dir/somefile.d.ts | /folderAtRoot/dir | true | -| /folderAtRoot/dir/subdir/somefile.d.ts | /folderAtRoot/dir | true | -| /folderAtRoot/folder1/somefile.d.ts | /folderAtRoot/folder1 | true | -| /folderAtRoot/folder1/dir/somefile.d.ts | /folderAtRoot/folder1 | true | -| /folderAtRoot/folder1/dir/subdir/somefile.d.ts | /folderAtRoot/folder1 | true | -| /folderAtRoot/folder1/folder2/somefile.d.ts | /folderAtRoot/folder1 | true | -| /folderAtRoot/folder1/folder2/dir/somefile.d.ts | /folderAtRoot/folder1 | true | -| /folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /folderAtRoot/folder1 | true | -| /folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /folderAtRoot/folder1 | true | -| /folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /folderAtRoot/folder1 | true | -| /folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /folderAtRoot/folder1 | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /folderAtRoot/folder1 | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /folderAtRoot/folder1 | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /folderAtRoot/folder1 | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /folderAtRoot/folder1 | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /folderAtRoot/folder1 | true | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /folderAtRoot/folder1 | true | +| /folderAtRoot/somefile.d.ts | | | +| /folderAtRoot/dir/somefile.d.ts | | | +| /folderAtRoot/dir/subdir/somefile.d.ts | /folderAtRoot/dir/subdir | true | +| /folderAtRoot/folder1/somefile.d.ts | | | +| /folderAtRoot/folder1/dir/somefile.d.ts | /folderAtRoot/folder1/dir | true | +| /folderAtRoot/folder1/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/dir | true | +| /folderAtRoot/folder1/folder2/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | | /users/somefile.d.ts | | | | /users/dir/somefile.d.ts | | | -| /users/dir/subdir/somefile.d.ts | | | +| /users/dir/subdir/somefile.d.ts | /users/dir/subdir | true | | /users/username/somefile.d.ts | | | -| /users/username/dir/somefile.d.ts | | | -| /users/username/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/somefile.d.ts | | | -| /users/username/folderAtRoot/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /users/username/dir/somefile.d.ts | /users/username/dir | true | +| /users/username/dir/subdir/somefile.d.ts | /users/username/dir | true | +| /users/username/folderAtRoot/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | | /user/somefile.d.ts | | | | /user/dir/somefile.d.ts | | | -| /user/dir/subdir/somefile.d.ts | | | +| /user/dir/subdir/somefile.d.ts | /user/dir/subdir | true | | /user/username/somefile.d.ts | | | -| /user/username/dir/somefile.d.ts | | | -| /user/username/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/somefile.d.ts | | | -| /user/username/folderAtRoot/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /user/username/dir/somefile.d.ts | /user/username/dir | true | +| /user/username/dir/subdir/somefile.d.ts | /user/username/dir | true | +| /user/username/folderAtRoot/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | | /usr/somefile.d.ts | | | | /usr/dir/somefile.d.ts | | | -| /usr/dir/subdir/somefile.d.ts | | | +| /usr/dir/subdir/somefile.d.ts | /usr/dir/subdir | true | | /usr/username/somefile.d.ts | | | -| /usr/username/dir/somefile.d.ts | | | -| /usr/username/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/somefile.d.ts | | | -| /usr/username/folderAtRoot/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /usr/username/dir/somefile.d.ts | /usr/username/dir | true | +| /usr/username/dir/subdir/somefile.d.ts | /usr/username/dir | true | +| /usr/username/folderAtRoot/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | | /home/somefile.d.ts | | | | /home/dir/somefile.d.ts | | | -| /home/dir/subdir/somefile.d.ts | | | +| /home/dir/subdir/somefile.d.ts | /home/dir/subdir | true | | /home/username/somefile.d.ts | | | -| /home/username/dir/somefile.d.ts | | | -| /home/username/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/somefile.d.ts | | | -| /home/username/folderAtRoot/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /home/username/dir/somefile.d.ts | /home/username/dir | true | +| /home/username/dir/subdir/somefile.d.ts | /home/username/dir | true | +| /home/username/folderAtRoot/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | ## RootDirForResolution: /folderAtRoot/folder1 -Root: /folderAtRoot/folder1 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | --------- | | /somefile.d.ts | | | @@ -264,8 +258,8 @@ Root: /folderAtRoot/folder1 | /dir/subdir/somefile.d.ts | | | | /folderAtRoot/somefile.d.ts | | | | /folderAtRoot/dir/somefile.d.ts | | | -| /folderAtRoot/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/somefile.d.ts | /folderAtRoot/folder1 | false | +| /folderAtRoot/dir/subdir/somefile.d.ts | /folderAtRoot/dir/subdir | true | +| /folderAtRoot/folder1/somefile.d.ts | | | | /folderAtRoot/folder1/dir/somefile.d.ts | /folderAtRoot/folder1/dir | true | | /folderAtRoot/folder1/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/dir | true | | /folderAtRoot/folder1/folder2/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | @@ -282,105 +276,103 @@ Root: /folderAtRoot/folder1 | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | | /users/somefile.d.ts | | | | /users/dir/somefile.d.ts | | | -| /users/dir/subdir/somefile.d.ts | | | +| /users/dir/subdir/somefile.d.ts | /users/dir/subdir | true | | /users/username/somefile.d.ts | | | -| /users/username/dir/somefile.d.ts | | | -| /users/username/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/somefile.d.ts | | | -| /users/username/folderAtRoot/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /users/username/dir/somefile.d.ts | /users/username/dir | true | +| /users/username/dir/subdir/somefile.d.ts | /users/username/dir | true | +| /users/username/folderAtRoot/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | | /user/somefile.d.ts | | | | /user/dir/somefile.d.ts | | | -| /user/dir/subdir/somefile.d.ts | | | +| /user/dir/subdir/somefile.d.ts | /user/dir/subdir | true | | /user/username/somefile.d.ts | | | -| /user/username/dir/somefile.d.ts | | | -| /user/username/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/somefile.d.ts | | | -| /user/username/folderAtRoot/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /user/username/dir/somefile.d.ts | /user/username/dir | true | +| /user/username/dir/subdir/somefile.d.ts | /user/username/dir | true | +| /user/username/folderAtRoot/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | | /usr/somefile.d.ts | | | | /usr/dir/somefile.d.ts | | | -| /usr/dir/subdir/somefile.d.ts | | | +| /usr/dir/subdir/somefile.d.ts | /usr/dir/subdir | true | | /usr/username/somefile.d.ts | | | -| /usr/username/dir/somefile.d.ts | | | -| /usr/username/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/somefile.d.ts | | | -| /usr/username/folderAtRoot/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /usr/username/dir/somefile.d.ts | /usr/username/dir | true | +| /usr/username/dir/subdir/somefile.d.ts | /usr/username/dir | true | +| /usr/username/folderAtRoot/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | | /home/somefile.d.ts | | | | /home/dir/somefile.d.ts | | | -| /home/dir/subdir/somefile.d.ts | | | +| /home/dir/subdir/somefile.d.ts | /home/dir/subdir | true | | /home/username/somefile.d.ts | | | -| /home/username/dir/somefile.d.ts | | | -| /home/username/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/somefile.d.ts | | | -| /home/username/folderAtRoot/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /home/username/dir/somefile.d.ts | /home/username/dir | true | +| /home/username/dir/subdir/somefile.d.ts | /home/username/dir | true | +| /home/username/folderAtRoot/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | ## RootDirForResolution: /folderAtRoot/folder1/folder2 -Root: /folderAtRoot/folder1/folder2 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | --------- | | /somefile.d.ts | | | @@ -388,10 +380,10 @@ Root: /folderAtRoot/folder1/folder2 | /dir/subdir/somefile.d.ts | | | | /folderAtRoot/somefile.d.ts | | | | /folderAtRoot/dir/somefile.d.ts | | | -| /folderAtRoot/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/dir/subdir/somefile.d.ts | /folderAtRoot/dir/subdir | true | | /folderAtRoot/folder1/somefile.d.ts | | | -| /folderAtRoot/folder1/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/dir/somefile.d.ts | /folderAtRoot/folder1/dir | true | +| /folderAtRoot/folder1/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/dir | true | | /folderAtRoot/folder1/folder2/somefile.d.ts | /folderAtRoot/folder1/folder2 | false | | /folderAtRoot/folder1/folder2/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/dir | true | | /folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/dir | true | @@ -406,105 +398,103 @@ Root: /folderAtRoot/folder1/folder2 | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3 | true | | /users/somefile.d.ts | | | | /users/dir/somefile.d.ts | | | -| /users/dir/subdir/somefile.d.ts | | | +| /users/dir/subdir/somefile.d.ts | /users/dir/subdir | true | | /users/username/somefile.d.ts | | | -| /users/username/dir/somefile.d.ts | | | -| /users/username/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/somefile.d.ts | | | -| /users/username/folderAtRoot/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /users/username/dir/somefile.d.ts | /users/username/dir | true | +| /users/username/dir/subdir/somefile.d.ts | /users/username/dir | true | +| /users/username/folderAtRoot/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | | /user/somefile.d.ts | | | | /user/dir/somefile.d.ts | | | -| /user/dir/subdir/somefile.d.ts | | | +| /user/dir/subdir/somefile.d.ts | /user/dir/subdir | true | | /user/username/somefile.d.ts | | | -| /user/username/dir/somefile.d.ts | | | -| /user/username/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/somefile.d.ts | | | -| /user/username/folderAtRoot/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /user/username/dir/somefile.d.ts | /user/username/dir | true | +| /user/username/dir/subdir/somefile.d.ts | /user/username/dir | true | +| /user/username/folderAtRoot/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | | /usr/somefile.d.ts | | | | /usr/dir/somefile.d.ts | | | -| /usr/dir/subdir/somefile.d.ts | | | +| /usr/dir/subdir/somefile.d.ts | /usr/dir/subdir | true | | /usr/username/somefile.d.ts | | | -| /usr/username/dir/somefile.d.ts | | | -| /usr/username/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/somefile.d.ts | | | -| /usr/username/folderAtRoot/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /usr/username/dir/somefile.d.ts | /usr/username/dir | true | +| /usr/username/dir/subdir/somefile.d.ts | /usr/username/dir | true | +| /usr/username/folderAtRoot/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | | /home/somefile.d.ts | | | | /home/dir/somefile.d.ts | | | -| /home/dir/subdir/somefile.d.ts | | | +| /home/dir/subdir/somefile.d.ts | /home/dir/subdir | true | | /home/username/somefile.d.ts | | | -| /home/username/dir/somefile.d.ts | | | -| /home/username/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/somefile.d.ts | | | -| /home/username/folderAtRoot/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /home/username/dir/somefile.d.ts | /home/username/dir | true | +| /home/username/dir/subdir/somefile.d.ts | /home/username/dir | true | +| /home/username/folderAtRoot/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | ## RootDirForResolution: /folderAtRoot/folder1/folder2/folder3 -Root: /folderAtRoot/folder1/folder2/folder3 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | --------- | | /somefile.d.ts | | | @@ -512,13 +502,13 @@ Root: /folderAtRoot/folder1/folder2/folder3 | /dir/subdir/somefile.d.ts | | | | /folderAtRoot/somefile.d.ts | | | | /folderAtRoot/dir/somefile.d.ts | | | -| /folderAtRoot/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/dir/subdir/somefile.d.ts | /folderAtRoot/dir/subdir | true | | /folderAtRoot/folder1/somefile.d.ts | | | -| /folderAtRoot/folder1/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/dir/somefile.d.ts | /folderAtRoot/folder1/dir | true | +| /folderAtRoot/folder1/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/dir | true | +| /folderAtRoot/folder1/folder2/somefile.d.ts | /folderAtRoot/folder1/folder2 | false | +| /folderAtRoot/folder1/folder2/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/dir | true | +| /folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/dir | true | | /folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3 | false | | /folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/dir | true | | /folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/dir | true | @@ -530,105 +520,103 @@ Root: /folderAtRoot/folder1/folder2/folder3 | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/folder4 | true | | /users/somefile.d.ts | | | | /users/dir/somefile.d.ts | | | -| /users/dir/subdir/somefile.d.ts | | | +| /users/dir/subdir/somefile.d.ts | /users/dir/subdir | true | | /users/username/somefile.d.ts | | | -| /users/username/dir/somefile.d.ts | | | -| /users/username/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/somefile.d.ts | | | -| /users/username/folderAtRoot/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /users/username/dir/somefile.d.ts | /users/username/dir | true | +| /users/username/dir/subdir/somefile.d.ts | /users/username/dir | true | +| /users/username/folderAtRoot/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | | /user/somefile.d.ts | | | | /user/dir/somefile.d.ts | | | -| /user/dir/subdir/somefile.d.ts | | | +| /user/dir/subdir/somefile.d.ts | /user/dir/subdir | true | | /user/username/somefile.d.ts | | | -| /user/username/dir/somefile.d.ts | | | -| /user/username/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/somefile.d.ts | | | -| /user/username/folderAtRoot/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /user/username/dir/somefile.d.ts | /user/username/dir | true | +| /user/username/dir/subdir/somefile.d.ts | /user/username/dir | true | +| /user/username/folderAtRoot/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | | /usr/somefile.d.ts | | | | /usr/dir/somefile.d.ts | | | -| /usr/dir/subdir/somefile.d.ts | | | +| /usr/dir/subdir/somefile.d.ts | /usr/dir/subdir | true | | /usr/username/somefile.d.ts | | | -| /usr/username/dir/somefile.d.ts | | | -| /usr/username/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/somefile.d.ts | | | -| /usr/username/folderAtRoot/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /usr/username/dir/somefile.d.ts | /usr/username/dir | true | +| /usr/username/dir/subdir/somefile.d.ts | /usr/username/dir | true | +| /usr/username/folderAtRoot/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | | /home/somefile.d.ts | | | | /home/dir/somefile.d.ts | | | -| /home/dir/subdir/somefile.d.ts | | | +| /home/dir/subdir/somefile.d.ts | /home/dir/subdir | true | | /home/username/somefile.d.ts | | | -| /home/username/dir/somefile.d.ts | | | -| /home/username/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/somefile.d.ts | | | -| /home/username/folderAtRoot/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /home/username/dir/somefile.d.ts | /home/username/dir | true | +| /home/username/dir/subdir/somefile.d.ts | /home/username/dir | true | +| /home/username/folderAtRoot/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | ## RootDirForResolution: /folderAtRoot/folder1/folder2/folder3/folder4 -Root: /folderAtRoot/folder1/folder2/folder3/folder4 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | --------- | | /somefile.d.ts | | | @@ -636,13 +624,13 @@ Root: /folderAtRoot/folder1/folder2/folder3/folder4 | /dir/subdir/somefile.d.ts | | | | /folderAtRoot/somefile.d.ts | | | | /folderAtRoot/dir/somefile.d.ts | | | -| /folderAtRoot/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/dir/subdir/somefile.d.ts | /folderAtRoot/dir/subdir | true | | /folderAtRoot/folder1/somefile.d.ts | | | -| /folderAtRoot/folder1/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/dir/somefile.d.ts | /folderAtRoot/folder1/dir | true | +| /folderAtRoot/folder1/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/dir | true | +| /folderAtRoot/folder1/folder2/somefile.d.ts | /folderAtRoot/folder1/folder2 | false | +| /folderAtRoot/folder1/folder2/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/dir | true | +| /folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/dir | true | | /folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3 | false | | /folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/dir | true | | /folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/dir | true | @@ -654,105 +642,103 @@ Root: /folderAtRoot/folder1/folder2/folder3/folder4 | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/folder4/folder5 | true | | /users/somefile.d.ts | | | | /users/dir/somefile.d.ts | | | -| /users/dir/subdir/somefile.d.ts | | | +| /users/dir/subdir/somefile.d.ts | /users/dir/subdir | true | | /users/username/somefile.d.ts | | | -| /users/username/dir/somefile.d.ts | | | -| /users/username/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/somefile.d.ts | | | -| /users/username/folderAtRoot/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /users/username/dir/somefile.d.ts | /users/username/dir | true | +| /users/username/dir/subdir/somefile.d.ts | /users/username/dir | true | +| /users/username/folderAtRoot/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | | /user/somefile.d.ts | | | | /user/dir/somefile.d.ts | | | -| /user/dir/subdir/somefile.d.ts | | | +| /user/dir/subdir/somefile.d.ts | /user/dir/subdir | true | | /user/username/somefile.d.ts | | | -| /user/username/dir/somefile.d.ts | | | -| /user/username/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/somefile.d.ts | | | -| /user/username/folderAtRoot/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /user/username/dir/somefile.d.ts | /user/username/dir | true | +| /user/username/dir/subdir/somefile.d.ts | /user/username/dir | true | +| /user/username/folderAtRoot/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | | /usr/somefile.d.ts | | | | /usr/dir/somefile.d.ts | | | -| /usr/dir/subdir/somefile.d.ts | | | +| /usr/dir/subdir/somefile.d.ts | /usr/dir/subdir | true | | /usr/username/somefile.d.ts | | | -| /usr/username/dir/somefile.d.ts | | | -| /usr/username/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/somefile.d.ts | | | -| /usr/username/folderAtRoot/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /usr/username/dir/somefile.d.ts | /usr/username/dir | true | +| /usr/username/dir/subdir/somefile.d.ts | /usr/username/dir | true | +| /usr/username/folderAtRoot/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | | /home/somefile.d.ts | | | | /home/dir/somefile.d.ts | | | -| /home/dir/subdir/somefile.d.ts | | | +| /home/dir/subdir/somefile.d.ts | /home/dir/subdir | true | | /home/username/somefile.d.ts | | | -| /home/username/dir/somefile.d.ts | | | -| /home/username/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/somefile.d.ts | | | -| /home/username/folderAtRoot/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /home/username/dir/somefile.d.ts | /home/username/dir | true | +| /home/username/dir/subdir/somefile.d.ts | /home/username/dir | true | +| /home/username/folderAtRoot/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | ## RootDirForResolution: /folderAtRoot/folder1/folder2/folder3/folder4/folder5 -Root: /folderAtRoot/folder1/folder2/folder3/folder4/folder5 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | --------- | | /somefile.d.ts | | | @@ -760,13 +746,13 @@ Root: /folderAtRoot/folder1/folder2/folder3/folder4/folder5 | /dir/subdir/somefile.d.ts | | | | /folderAtRoot/somefile.d.ts | | | | /folderAtRoot/dir/somefile.d.ts | | | -| /folderAtRoot/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/dir/subdir/somefile.d.ts | /folderAtRoot/dir/subdir | true | | /folderAtRoot/folder1/somefile.d.ts | | | -| /folderAtRoot/folder1/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/dir/somefile.d.ts | /folderAtRoot/folder1/dir | true | +| /folderAtRoot/folder1/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/dir | true | +| /folderAtRoot/folder1/folder2/somefile.d.ts | /folderAtRoot/folder1/folder2 | false | +| /folderAtRoot/folder1/folder2/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/dir | true | +| /folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/dir | true | | /folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3 | false | | /folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/dir | true | | /folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/dir | true | @@ -778,105 +764,103 @@ Root: /folderAtRoot/folder1/folder2/folder3/folder4/folder5 | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir | true | | /users/somefile.d.ts | | | | /users/dir/somefile.d.ts | | | -| /users/dir/subdir/somefile.d.ts | | | +| /users/dir/subdir/somefile.d.ts | /users/dir/subdir | true | | /users/username/somefile.d.ts | | | -| /users/username/dir/somefile.d.ts | | | -| /users/username/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/somefile.d.ts | | | -| /users/username/folderAtRoot/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /users/username/dir/somefile.d.ts | /users/username/dir | true | +| /users/username/dir/subdir/somefile.d.ts | /users/username/dir | true | +| /users/username/folderAtRoot/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | | /user/somefile.d.ts | | | | /user/dir/somefile.d.ts | | | -| /user/dir/subdir/somefile.d.ts | | | +| /user/dir/subdir/somefile.d.ts | /user/dir/subdir | true | | /user/username/somefile.d.ts | | | -| /user/username/dir/somefile.d.ts | | | -| /user/username/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/somefile.d.ts | | | -| /user/username/folderAtRoot/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /user/username/dir/somefile.d.ts | /user/username/dir | true | +| /user/username/dir/subdir/somefile.d.ts | /user/username/dir | true | +| /user/username/folderAtRoot/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | | /usr/somefile.d.ts | | | | /usr/dir/somefile.d.ts | | | -| /usr/dir/subdir/somefile.d.ts | | | +| /usr/dir/subdir/somefile.d.ts | /usr/dir/subdir | true | | /usr/username/somefile.d.ts | | | -| /usr/username/dir/somefile.d.ts | | | -| /usr/username/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/somefile.d.ts | | | -| /usr/username/folderAtRoot/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /usr/username/dir/somefile.d.ts | /usr/username/dir | true | +| /usr/username/dir/subdir/somefile.d.ts | /usr/username/dir | true | +| /usr/username/folderAtRoot/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | | /home/somefile.d.ts | | | | /home/dir/somefile.d.ts | | | -| /home/dir/subdir/somefile.d.ts | | | +| /home/dir/subdir/somefile.d.ts | /home/dir/subdir | true | | /home/username/somefile.d.ts | | | -| /home/username/dir/somefile.d.ts | | | -| /home/username/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/somefile.d.ts | | | -| /home/username/folderAtRoot/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /home/username/dir/somefile.d.ts | /home/username/dir | true | +| /home/username/dir/subdir/somefile.d.ts | /home/username/dir | true | +| /home/username/folderAtRoot/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | ## RootDirForResolution: /users -Root: /users - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | --------- | | /somefile.d.ts | | | @@ -884,123 +868,121 @@ Root: /users | /dir/subdir/somefile.d.ts | | | | /folderAtRoot/somefile.d.ts | | | | /folderAtRoot/dir/somefile.d.ts | | | -| /folderAtRoot/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/dir/subdir/somefile.d.ts | /folderAtRoot/dir/subdir | true | | /folderAtRoot/folder1/somefile.d.ts | | | -| /folderAtRoot/folder1/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| /users/somefile.d.ts | /users | false | -| /users/dir/somefile.d.ts | /users/dir | true | -| /users/dir/subdir/somefile.d.ts | /users/dir | true | -| /users/username/somefile.d.ts | /users/username | true | -| /users/username/dir/somefile.d.ts | /users/username | true | -| /users/username/dir/subdir/somefile.d.ts | /users/username | true | -| /users/username/folderAtRoot/somefile.d.ts | /users/username | true | -| /users/username/folderAtRoot/dir/somefile.d.ts | /users/username | true | -| /users/username/folderAtRoot/dir/subdir/somefile.d.ts | /users/username | true | -| /users/username/folderAtRoot/folder1/somefile.d.ts | /users/username | true | -| /users/username/folderAtRoot/folder1/dir/somefile.d.ts | /users/username | true | -| /users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /users/username | true | -| /users/username/folderAtRoot/folder1/folder2/somefile.d.ts | /users/username | true | -| /users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /users/username | true | -| /users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /users/username | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /users/username | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /users/username | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /users/username | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /users/username | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /users/username | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /users/username | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /users/username | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /users/username | true | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /users/username | true | +| /folderAtRoot/folder1/dir/somefile.d.ts | /folderAtRoot/folder1/dir | true | +| /folderAtRoot/folder1/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/dir | true | +| /folderAtRoot/folder1/folder2/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /users/somefile.d.ts | | | +| /users/dir/somefile.d.ts | | | +| /users/dir/subdir/somefile.d.ts | /users/dir/subdir | true | +| /users/username/somefile.d.ts | | | +| /users/username/dir/somefile.d.ts | /users/username/dir | true | +| /users/username/dir/subdir/somefile.d.ts | /users/username/dir | true | +| /users/username/folderAtRoot/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | | /user/somefile.d.ts | | | | /user/dir/somefile.d.ts | | | -| /user/dir/subdir/somefile.d.ts | | | +| /user/dir/subdir/somefile.d.ts | /user/dir/subdir | true | | /user/username/somefile.d.ts | | | -| /user/username/dir/somefile.d.ts | | | -| /user/username/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/somefile.d.ts | | | -| /user/username/folderAtRoot/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /user/username/dir/somefile.d.ts | /user/username/dir | true | +| /user/username/dir/subdir/somefile.d.ts | /user/username/dir | true | +| /user/username/folderAtRoot/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | | /usr/somefile.d.ts | | | | /usr/dir/somefile.d.ts | | | -| /usr/dir/subdir/somefile.d.ts | | | +| /usr/dir/subdir/somefile.d.ts | /usr/dir/subdir | true | | /usr/username/somefile.d.ts | | | -| /usr/username/dir/somefile.d.ts | | | -| /usr/username/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/somefile.d.ts | | | -| /usr/username/folderAtRoot/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /usr/username/dir/somefile.d.ts | /usr/username/dir | true | +| /usr/username/dir/subdir/somefile.d.ts | /usr/username/dir | true | +| /usr/username/folderAtRoot/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | | /home/somefile.d.ts | | | | /home/dir/somefile.d.ts | | | -| /home/dir/subdir/somefile.d.ts | | | +| /home/dir/subdir/somefile.d.ts | /home/dir/subdir | true | | /home/username/somefile.d.ts | | | -| /home/username/dir/somefile.d.ts | | | -| /home/username/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/somefile.d.ts | | | -| /home/username/folderAtRoot/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /home/username/dir/somefile.d.ts | /home/username/dir | true | +| /home/username/dir/subdir/somefile.d.ts | /home/username/dir | true | +| /home/username/folderAtRoot/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | ## RootDirForResolution: /users/username -Root: /users/username - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | --------- | | /somefile.d.ts | | | @@ -1008,26 +990,26 @@ Root: /users/username | /dir/subdir/somefile.d.ts | | | | /folderAtRoot/somefile.d.ts | | | | /folderAtRoot/dir/somefile.d.ts | | | -| /folderAtRoot/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/dir/subdir/somefile.d.ts | /folderAtRoot/dir/subdir | true | | /folderAtRoot/folder1/somefile.d.ts | | | -| /folderAtRoot/folder1/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/dir/somefile.d.ts | /folderAtRoot/folder1/dir | true | +| /folderAtRoot/folder1/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/dir | true | +| /folderAtRoot/folder1/folder2/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | | /users/somefile.d.ts | | | | /users/dir/somefile.d.ts | | | -| /users/dir/subdir/somefile.d.ts | | | -| /users/username/somefile.d.ts | /users/username | false | +| /users/dir/subdir/somefile.d.ts | /users/dir/subdir | true | +| /users/username/somefile.d.ts | | | | /users/username/dir/somefile.d.ts | /users/username/dir | true | | /users/username/dir/subdir/somefile.d.ts | /users/username/dir | true | | /users/username/folderAtRoot/somefile.d.ts | /users/username/folderAtRoot | true | @@ -1050,81 +1032,79 @@ Root: /users/username | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | | /user/somefile.d.ts | | | | /user/dir/somefile.d.ts | | | -| /user/dir/subdir/somefile.d.ts | | | +| /user/dir/subdir/somefile.d.ts | /user/dir/subdir | true | | /user/username/somefile.d.ts | | | -| /user/username/dir/somefile.d.ts | | | -| /user/username/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/somefile.d.ts | | | -| /user/username/folderAtRoot/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /user/username/dir/somefile.d.ts | /user/username/dir | true | +| /user/username/dir/subdir/somefile.d.ts | /user/username/dir | true | +| /user/username/folderAtRoot/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | | /usr/somefile.d.ts | | | | /usr/dir/somefile.d.ts | | | -| /usr/dir/subdir/somefile.d.ts | | | +| /usr/dir/subdir/somefile.d.ts | /usr/dir/subdir | true | | /usr/username/somefile.d.ts | | | -| /usr/username/dir/somefile.d.ts | | | -| /usr/username/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/somefile.d.ts | | | -| /usr/username/folderAtRoot/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /usr/username/dir/somefile.d.ts | /usr/username/dir | true | +| /usr/username/dir/subdir/somefile.d.ts | /usr/username/dir | true | +| /usr/username/folderAtRoot/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | | /home/somefile.d.ts | | | | /home/dir/somefile.d.ts | | | -| /home/dir/subdir/somefile.d.ts | | | +| /home/dir/subdir/somefile.d.ts | /home/dir/subdir | true | | /home/username/somefile.d.ts | | | -| /home/username/dir/somefile.d.ts | | | -| /home/username/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/somefile.d.ts | | | -| /home/username/folderAtRoot/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /home/username/dir/somefile.d.ts | /home/username/dir | true | +| /home/username/dir/subdir/somefile.d.ts | /home/username/dir | true | +| /home/username/folderAtRoot/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | ## RootDirForResolution: /users/username/folderAtRoot -Root: /users/username/folderAtRoot - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | --------- | | /somefile.d.ts | | | @@ -1132,28 +1112,28 @@ Root: /users/username/folderAtRoot | /dir/subdir/somefile.d.ts | | | | /folderAtRoot/somefile.d.ts | | | | /folderAtRoot/dir/somefile.d.ts | | | -| /folderAtRoot/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/dir/subdir/somefile.d.ts | /folderAtRoot/dir/subdir | true | | /folderAtRoot/folder1/somefile.d.ts | | | -| /folderAtRoot/folder1/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/dir/somefile.d.ts | /folderAtRoot/folder1/dir | true | +| /folderAtRoot/folder1/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/dir | true | +| /folderAtRoot/folder1/folder2/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | | /users/somefile.d.ts | | | | /users/dir/somefile.d.ts | | | -| /users/dir/subdir/somefile.d.ts | | | +| /users/dir/subdir/somefile.d.ts | /users/dir/subdir | true | | /users/username/somefile.d.ts | | | -| /users/username/dir/somefile.d.ts | | | -| /users/username/dir/subdir/somefile.d.ts | | | +| /users/username/dir/somefile.d.ts | /users/username/dir | true | +| /users/username/dir/subdir/somefile.d.ts | /users/username/dir | true | | /users/username/folderAtRoot/somefile.d.ts | /users/username/folderAtRoot | false | | /users/username/folderAtRoot/dir/somefile.d.ts | /users/username/folderAtRoot/dir | true | | /users/username/folderAtRoot/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/dir | true | @@ -1174,81 +1154,79 @@ Root: /users/username/folderAtRoot | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1 | true | | /user/somefile.d.ts | | | | /user/dir/somefile.d.ts | | | -| /user/dir/subdir/somefile.d.ts | | | +| /user/dir/subdir/somefile.d.ts | /user/dir/subdir | true | | /user/username/somefile.d.ts | | | -| /user/username/dir/somefile.d.ts | | | -| /user/username/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/somefile.d.ts | | | -| /user/username/folderAtRoot/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /user/username/dir/somefile.d.ts | /user/username/dir | true | +| /user/username/dir/subdir/somefile.d.ts | /user/username/dir | true | +| /user/username/folderAtRoot/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | | /usr/somefile.d.ts | | | | /usr/dir/somefile.d.ts | | | -| /usr/dir/subdir/somefile.d.ts | | | +| /usr/dir/subdir/somefile.d.ts | /usr/dir/subdir | true | | /usr/username/somefile.d.ts | | | -| /usr/username/dir/somefile.d.ts | | | -| /usr/username/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/somefile.d.ts | | | -| /usr/username/folderAtRoot/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /usr/username/dir/somefile.d.ts | /usr/username/dir | true | +| /usr/username/dir/subdir/somefile.d.ts | /usr/username/dir | true | +| /usr/username/folderAtRoot/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | | /home/somefile.d.ts | | | | /home/dir/somefile.d.ts | | | -| /home/dir/subdir/somefile.d.ts | | | +| /home/dir/subdir/somefile.d.ts | /home/dir/subdir | true | | /home/username/somefile.d.ts | | | -| /home/username/dir/somefile.d.ts | | | -| /home/username/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/somefile.d.ts | | | -| /home/username/folderAtRoot/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /home/username/dir/somefile.d.ts | /home/username/dir | true | +| /home/username/dir/subdir/somefile.d.ts | /home/username/dir | true | +| /home/username/folderAtRoot/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | ## RootDirForResolution: /users/username/folderAtRoot/folder1 -Root: /users/username/folderAtRoot/folder1 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | --------- | | /somefile.d.ts | | | @@ -1256,31 +1234,31 @@ Root: /users/username/folderAtRoot/folder1 | /dir/subdir/somefile.d.ts | | | | /folderAtRoot/somefile.d.ts | | | | /folderAtRoot/dir/somefile.d.ts | | | -| /folderAtRoot/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/dir/subdir/somefile.d.ts | /folderAtRoot/dir/subdir | true | | /folderAtRoot/folder1/somefile.d.ts | | | -| /folderAtRoot/folder1/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/dir/somefile.d.ts | /folderAtRoot/folder1/dir | true | +| /folderAtRoot/folder1/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/dir | true | +| /folderAtRoot/folder1/folder2/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | | /users/somefile.d.ts | | | | /users/dir/somefile.d.ts | | | -| /users/dir/subdir/somefile.d.ts | | | +| /users/dir/subdir/somefile.d.ts | /users/dir/subdir | true | | /users/username/somefile.d.ts | | | -| /users/username/dir/somefile.d.ts | | | -| /users/username/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/somefile.d.ts | | | -| /users/username/folderAtRoot/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | +| /users/username/dir/somefile.d.ts | /users/username/dir | true | +| /users/username/dir/subdir/somefile.d.ts | /users/username/dir | true | +| /users/username/folderAtRoot/somefile.d.ts | /users/username/folderAtRoot | false | +| /users/username/folderAtRoot/dir/somefile.d.ts | /users/username/folderAtRoot/dir | true | +| /users/username/folderAtRoot/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/dir | true | | /users/username/folderAtRoot/folder1/somefile.d.ts | /users/username/folderAtRoot/folder1 | false | | /users/username/folderAtRoot/folder1/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/dir | true | | /users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/dir | true | @@ -1298,81 +1276,79 @@ Root: /users/username/folderAtRoot/folder1 | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/folder2 | true | | /user/somefile.d.ts | | | | /user/dir/somefile.d.ts | | | -| /user/dir/subdir/somefile.d.ts | | | +| /user/dir/subdir/somefile.d.ts | /user/dir/subdir | true | | /user/username/somefile.d.ts | | | -| /user/username/dir/somefile.d.ts | | | -| /user/username/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/somefile.d.ts | | | -| /user/username/folderAtRoot/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /user/username/dir/somefile.d.ts | /user/username/dir | true | +| /user/username/dir/subdir/somefile.d.ts | /user/username/dir | true | +| /user/username/folderAtRoot/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | | /usr/somefile.d.ts | | | | /usr/dir/somefile.d.ts | | | -| /usr/dir/subdir/somefile.d.ts | | | +| /usr/dir/subdir/somefile.d.ts | /usr/dir/subdir | true | | /usr/username/somefile.d.ts | | | -| /usr/username/dir/somefile.d.ts | | | -| /usr/username/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/somefile.d.ts | | | -| /usr/username/folderAtRoot/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /usr/username/dir/somefile.d.ts | /usr/username/dir | true | +| /usr/username/dir/subdir/somefile.d.ts | /usr/username/dir | true | +| /usr/username/folderAtRoot/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | | /home/somefile.d.ts | | | | /home/dir/somefile.d.ts | | | -| /home/dir/subdir/somefile.d.ts | | | +| /home/dir/subdir/somefile.d.ts | /home/dir/subdir | true | | /home/username/somefile.d.ts | | | -| /home/username/dir/somefile.d.ts | | | -| /home/username/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/somefile.d.ts | | | -| /home/username/folderAtRoot/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /home/username/dir/somefile.d.ts | /home/username/dir | true | +| /home/username/dir/subdir/somefile.d.ts | /home/username/dir | true | +| /home/username/folderAtRoot/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | ## RootDirForResolution: /users/username/folderAtRoot/folder1/folder2 -Root: /users/username/folderAtRoot/folder1/folder2 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | --------- | | /somefile.d.ts | | | @@ -1380,31 +1356,31 @@ Root: /users/username/folderAtRoot/folder1/folder2 | /dir/subdir/somefile.d.ts | | | | /folderAtRoot/somefile.d.ts | | | | /folderAtRoot/dir/somefile.d.ts | | | -| /folderAtRoot/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/dir/subdir/somefile.d.ts | /folderAtRoot/dir/subdir | true | | /folderAtRoot/folder1/somefile.d.ts | | | -| /folderAtRoot/folder1/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/dir/somefile.d.ts | /folderAtRoot/folder1/dir | true | +| /folderAtRoot/folder1/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/dir | true | +| /folderAtRoot/folder1/folder2/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | | /users/somefile.d.ts | | | | /users/dir/somefile.d.ts | | | -| /users/dir/subdir/somefile.d.ts | | | +| /users/dir/subdir/somefile.d.ts | /users/dir/subdir | true | | /users/username/somefile.d.ts | | | -| /users/username/dir/somefile.d.ts | | | -| /users/username/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/somefile.d.ts | | | -| /users/username/folderAtRoot/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | +| /users/username/dir/somefile.d.ts | /users/username/dir | true | +| /users/username/dir/subdir/somefile.d.ts | /users/username/dir | true | +| /users/username/folderAtRoot/somefile.d.ts | /users/username/folderAtRoot | false | +| /users/username/folderAtRoot/dir/somefile.d.ts | /users/username/folderAtRoot/dir | true | +| /users/username/folderAtRoot/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/dir | true | | /users/username/folderAtRoot/folder1/somefile.d.ts | /users/username/folderAtRoot/folder1 | false | | /users/username/folderAtRoot/folder1/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/dir | true | | /users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/dir | true | @@ -1422,81 +1398,79 @@ Root: /users/username/folderAtRoot/folder1/folder2 | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/folder2/folder3 | true | | /user/somefile.d.ts | | | | /user/dir/somefile.d.ts | | | -| /user/dir/subdir/somefile.d.ts | | | +| /user/dir/subdir/somefile.d.ts | /user/dir/subdir | true | | /user/username/somefile.d.ts | | | -| /user/username/dir/somefile.d.ts | | | -| /user/username/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/somefile.d.ts | | | -| /user/username/folderAtRoot/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /user/username/dir/somefile.d.ts | /user/username/dir | true | +| /user/username/dir/subdir/somefile.d.ts | /user/username/dir | true | +| /user/username/folderAtRoot/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | | /usr/somefile.d.ts | | | | /usr/dir/somefile.d.ts | | | -| /usr/dir/subdir/somefile.d.ts | | | +| /usr/dir/subdir/somefile.d.ts | /usr/dir/subdir | true | | /usr/username/somefile.d.ts | | | -| /usr/username/dir/somefile.d.ts | | | -| /usr/username/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/somefile.d.ts | | | -| /usr/username/folderAtRoot/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /usr/username/dir/somefile.d.ts | /usr/username/dir | true | +| /usr/username/dir/subdir/somefile.d.ts | /usr/username/dir | true | +| /usr/username/folderAtRoot/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | | /home/somefile.d.ts | | | | /home/dir/somefile.d.ts | | | -| /home/dir/subdir/somefile.d.ts | | | +| /home/dir/subdir/somefile.d.ts | /home/dir/subdir | true | | /home/username/somefile.d.ts | | | -| /home/username/dir/somefile.d.ts | | | -| /home/username/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/somefile.d.ts | | | -| /home/username/folderAtRoot/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /home/username/dir/somefile.d.ts | /home/username/dir | true | +| /home/username/dir/subdir/somefile.d.ts | /home/username/dir | true | +| /home/username/folderAtRoot/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | ## RootDirForResolution: /users/username/folderAtRoot/folder1/folder2/folder3 -Root: /users/username/folderAtRoot/folder1/folder2/folder3 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | --------- | | /somefile.d.ts | | | @@ -1504,31 +1478,31 @@ Root: /users/username/folderAtRoot/folder1/folder2/folder3 | /dir/subdir/somefile.d.ts | | | | /folderAtRoot/somefile.d.ts | | | | /folderAtRoot/dir/somefile.d.ts | | | -| /folderAtRoot/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/dir/subdir/somefile.d.ts | /folderAtRoot/dir/subdir | true | | /folderAtRoot/folder1/somefile.d.ts | | | -| /folderAtRoot/folder1/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/dir/somefile.d.ts | /folderAtRoot/folder1/dir | true | +| /folderAtRoot/folder1/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/dir | true | +| /folderAtRoot/folder1/folder2/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | | /users/somefile.d.ts | | | | /users/dir/somefile.d.ts | | | -| /users/dir/subdir/somefile.d.ts | | | +| /users/dir/subdir/somefile.d.ts | /users/dir/subdir | true | | /users/username/somefile.d.ts | | | -| /users/username/dir/somefile.d.ts | | | -| /users/username/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/somefile.d.ts | | | -| /users/username/folderAtRoot/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | +| /users/username/dir/somefile.d.ts | /users/username/dir | true | +| /users/username/dir/subdir/somefile.d.ts | /users/username/dir | true | +| /users/username/folderAtRoot/somefile.d.ts | /users/username/folderAtRoot | false | +| /users/username/folderAtRoot/dir/somefile.d.ts | /users/username/folderAtRoot/dir | true | +| /users/username/folderAtRoot/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/dir | true | | /users/username/folderAtRoot/folder1/somefile.d.ts | /users/username/folderAtRoot/folder1 | false | | /users/username/folderAtRoot/folder1/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/dir | true | | /users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/dir | true | @@ -1546,81 +1520,79 @@ Root: /users/username/folderAtRoot/folder1/folder2/folder3 | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/folder2/folder3/folder4 | true | | /user/somefile.d.ts | | | | /user/dir/somefile.d.ts | | | -| /user/dir/subdir/somefile.d.ts | | | +| /user/dir/subdir/somefile.d.ts | /user/dir/subdir | true | | /user/username/somefile.d.ts | | | -| /user/username/dir/somefile.d.ts | | | -| /user/username/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/somefile.d.ts | | | -| /user/username/folderAtRoot/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /user/username/dir/somefile.d.ts | /user/username/dir | true | +| /user/username/dir/subdir/somefile.d.ts | /user/username/dir | true | +| /user/username/folderAtRoot/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | | /usr/somefile.d.ts | | | | /usr/dir/somefile.d.ts | | | -| /usr/dir/subdir/somefile.d.ts | | | +| /usr/dir/subdir/somefile.d.ts | /usr/dir/subdir | true | | /usr/username/somefile.d.ts | | | -| /usr/username/dir/somefile.d.ts | | | -| /usr/username/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/somefile.d.ts | | | -| /usr/username/folderAtRoot/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /usr/username/dir/somefile.d.ts | /usr/username/dir | true | +| /usr/username/dir/subdir/somefile.d.ts | /usr/username/dir | true | +| /usr/username/folderAtRoot/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | | /home/somefile.d.ts | | | | /home/dir/somefile.d.ts | | | -| /home/dir/subdir/somefile.d.ts | | | +| /home/dir/subdir/somefile.d.ts | /home/dir/subdir | true | | /home/username/somefile.d.ts | | | -| /home/username/dir/somefile.d.ts | | | -| /home/username/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/somefile.d.ts | | | -| /home/username/folderAtRoot/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /home/username/dir/somefile.d.ts | /home/username/dir | true | +| /home/username/dir/subdir/somefile.d.ts | /home/username/dir | true | +| /home/username/folderAtRoot/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | ## RootDirForResolution: /users/username/folderAtRoot/folder1/folder2/folder3/folder4 -Root: /users/username/folderAtRoot/folder1/folder2/folder3/folder4 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | --------- | | /somefile.d.ts | | | @@ -1628,31 +1600,31 @@ Root: /users/username/folderAtRoot/folder1/folder2/folder3/folder4 | /dir/subdir/somefile.d.ts | | | | /folderAtRoot/somefile.d.ts | | | | /folderAtRoot/dir/somefile.d.ts | | | -| /folderAtRoot/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/dir/subdir/somefile.d.ts | /folderAtRoot/dir/subdir | true | | /folderAtRoot/folder1/somefile.d.ts | | | -| /folderAtRoot/folder1/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/dir/somefile.d.ts | /folderAtRoot/folder1/dir | true | +| /folderAtRoot/folder1/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/dir | true | +| /folderAtRoot/folder1/folder2/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | | /users/somefile.d.ts | | | | /users/dir/somefile.d.ts | | | -| /users/dir/subdir/somefile.d.ts | | | +| /users/dir/subdir/somefile.d.ts | /users/dir/subdir | true | | /users/username/somefile.d.ts | | | -| /users/username/dir/somefile.d.ts | | | -| /users/username/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/somefile.d.ts | | | -| /users/username/folderAtRoot/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | +| /users/username/dir/somefile.d.ts | /users/username/dir | true | +| /users/username/dir/subdir/somefile.d.ts | /users/username/dir | true | +| /users/username/folderAtRoot/somefile.d.ts | /users/username/folderAtRoot | false | +| /users/username/folderAtRoot/dir/somefile.d.ts | /users/username/folderAtRoot/dir | true | +| /users/username/folderAtRoot/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/dir | true | | /users/username/folderAtRoot/folder1/somefile.d.ts | /users/username/folderAtRoot/folder1 | false | | /users/username/folderAtRoot/folder1/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/dir | true | | /users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/dir | true | @@ -1670,81 +1642,79 @@ Root: /users/username/folderAtRoot/folder1/folder2/folder3/folder4 | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | true | | /user/somefile.d.ts | | | | /user/dir/somefile.d.ts | | | -| /user/dir/subdir/somefile.d.ts | | | +| /user/dir/subdir/somefile.d.ts | /user/dir/subdir | true | | /user/username/somefile.d.ts | | | -| /user/username/dir/somefile.d.ts | | | -| /user/username/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/somefile.d.ts | | | -| /user/username/folderAtRoot/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /user/username/dir/somefile.d.ts | /user/username/dir | true | +| /user/username/dir/subdir/somefile.d.ts | /user/username/dir | true | +| /user/username/folderAtRoot/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | | /usr/somefile.d.ts | | | | /usr/dir/somefile.d.ts | | | -| /usr/dir/subdir/somefile.d.ts | | | +| /usr/dir/subdir/somefile.d.ts | /usr/dir/subdir | true | | /usr/username/somefile.d.ts | | | -| /usr/username/dir/somefile.d.ts | | | -| /usr/username/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/somefile.d.ts | | | -| /usr/username/folderAtRoot/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /usr/username/dir/somefile.d.ts | /usr/username/dir | true | +| /usr/username/dir/subdir/somefile.d.ts | /usr/username/dir | true | +| /usr/username/folderAtRoot/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | | /home/somefile.d.ts | | | | /home/dir/somefile.d.ts | | | -| /home/dir/subdir/somefile.d.ts | | | +| /home/dir/subdir/somefile.d.ts | /home/dir/subdir | true | | /home/username/somefile.d.ts | | | -| /home/username/dir/somefile.d.ts | | | -| /home/username/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/somefile.d.ts | | | -| /home/username/folderAtRoot/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /home/username/dir/somefile.d.ts | /home/username/dir | true | +| /home/username/dir/subdir/somefile.d.ts | /home/username/dir | true | +| /home/username/folderAtRoot/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | ## RootDirForResolution: /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 -Root: /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | --------- | | /somefile.d.ts | | | @@ -1752,31 +1722,31 @@ Root: /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | /dir/subdir/somefile.d.ts | | | | /folderAtRoot/somefile.d.ts | | | | /folderAtRoot/dir/somefile.d.ts | | | -| /folderAtRoot/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/dir/subdir/somefile.d.ts | /folderAtRoot/dir/subdir | true | | /folderAtRoot/folder1/somefile.d.ts | | | -| /folderAtRoot/folder1/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/dir/somefile.d.ts | /folderAtRoot/folder1/dir | true | +| /folderAtRoot/folder1/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/dir | true | +| /folderAtRoot/folder1/folder2/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | | /users/somefile.d.ts | | | | /users/dir/somefile.d.ts | | | -| /users/dir/subdir/somefile.d.ts | | | +| /users/dir/subdir/somefile.d.ts | /users/dir/subdir | true | | /users/username/somefile.d.ts | | | -| /users/username/dir/somefile.d.ts | | | -| /users/username/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/somefile.d.ts | | | -| /users/username/folderAtRoot/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | +| /users/username/dir/somefile.d.ts | /users/username/dir | true | +| /users/username/dir/subdir/somefile.d.ts | /users/username/dir | true | +| /users/username/folderAtRoot/somefile.d.ts | /users/username/folderAtRoot | false | +| /users/username/folderAtRoot/dir/somefile.d.ts | /users/username/folderAtRoot/dir | true | +| /users/username/folderAtRoot/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/dir | true | | /users/username/folderAtRoot/folder1/somefile.d.ts | /users/username/folderAtRoot/folder1 | false | | /users/username/folderAtRoot/folder1/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/dir | true | | /users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/dir | true | @@ -1794,81 +1764,79 @@ Root: /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir | true | | /user/somefile.d.ts | | | | /user/dir/somefile.d.ts | | | -| /user/dir/subdir/somefile.d.ts | | | +| /user/dir/subdir/somefile.d.ts | /user/dir/subdir | true | | /user/username/somefile.d.ts | | | -| /user/username/dir/somefile.d.ts | | | -| /user/username/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/somefile.d.ts | | | -| /user/username/folderAtRoot/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /user/username/dir/somefile.d.ts | /user/username/dir | true | +| /user/username/dir/subdir/somefile.d.ts | /user/username/dir | true | +| /user/username/folderAtRoot/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | | /usr/somefile.d.ts | | | | /usr/dir/somefile.d.ts | | | -| /usr/dir/subdir/somefile.d.ts | | | +| /usr/dir/subdir/somefile.d.ts | /usr/dir/subdir | true | | /usr/username/somefile.d.ts | | | -| /usr/username/dir/somefile.d.ts | | | -| /usr/username/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/somefile.d.ts | | | -| /usr/username/folderAtRoot/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /usr/username/dir/somefile.d.ts | /usr/username/dir | true | +| /usr/username/dir/subdir/somefile.d.ts | /usr/username/dir | true | +| /usr/username/folderAtRoot/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | | /home/somefile.d.ts | | | | /home/dir/somefile.d.ts | | | -| /home/dir/subdir/somefile.d.ts | | | +| /home/dir/subdir/somefile.d.ts | /home/dir/subdir | true | | /home/username/somefile.d.ts | | | -| /home/username/dir/somefile.d.ts | | | -| /home/username/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/somefile.d.ts | | | -| /home/username/folderAtRoot/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /home/username/dir/somefile.d.ts | /home/username/dir | true | +| /home/username/dir/subdir/somefile.d.ts | /home/username/dir | true | +| /home/username/folderAtRoot/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | ## RootDirForResolution: /user -Root: /user - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | --------- | | /somefile.d.ts | | | @@ -1876,123 +1844,121 @@ Root: /user | /dir/subdir/somefile.d.ts | | | | /folderAtRoot/somefile.d.ts | | | | /folderAtRoot/dir/somefile.d.ts | | | -| /folderAtRoot/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/dir/subdir/somefile.d.ts | /folderAtRoot/dir/subdir | true | | /folderAtRoot/folder1/somefile.d.ts | | | -| /folderAtRoot/folder1/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/dir/somefile.d.ts | /folderAtRoot/folder1/dir | true | +| /folderAtRoot/folder1/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/dir | true | +| /folderAtRoot/folder1/folder2/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | | /users/somefile.d.ts | | | | /users/dir/somefile.d.ts | | | -| /users/dir/subdir/somefile.d.ts | | | +| /users/dir/subdir/somefile.d.ts | /users/dir/subdir | true | | /users/username/somefile.d.ts | | | -| /users/username/dir/somefile.d.ts | | | -| /users/username/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/somefile.d.ts | | | -| /users/username/folderAtRoot/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| /user/somefile.d.ts | /user | false | -| /user/dir/somefile.d.ts | /user/dir | true | -| /user/dir/subdir/somefile.d.ts | /user/dir | true | -| /user/username/somefile.d.ts | /user/username | true | -| /user/username/dir/somefile.d.ts | /user/username | true | -| /user/username/dir/subdir/somefile.d.ts | /user/username | true | -| /user/username/folderAtRoot/somefile.d.ts | /user/username | true | -| /user/username/folderAtRoot/dir/somefile.d.ts | /user/username | true | -| /user/username/folderAtRoot/dir/subdir/somefile.d.ts | /user/username | true | -| /user/username/folderAtRoot/folder1/somefile.d.ts | /user/username | true | -| /user/username/folderAtRoot/folder1/dir/somefile.d.ts | /user/username | true | -| /user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /user/username | true | -| /user/username/folderAtRoot/folder1/folder2/somefile.d.ts | /user/username | true | -| /user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /user/username | true | -| /user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /user/username | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /user/username | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /user/username | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /user/username | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /user/username | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /user/username | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /user/username | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /user/username | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /user/username | true | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /user/username | true | +| /users/username/dir/somefile.d.ts | /users/username/dir | true | +| /users/username/dir/subdir/somefile.d.ts | /users/username/dir | true | +| /users/username/folderAtRoot/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /user/somefile.d.ts | | | +| /user/dir/somefile.d.ts | | | +| /user/dir/subdir/somefile.d.ts | /user/dir/subdir | true | +| /user/username/somefile.d.ts | | | +| /user/username/dir/somefile.d.ts | /user/username/dir | true | +| /user/username/dir/subdir/somefile.d.ts | /user/username/dir | true | +| /user/username/folderAtRoot/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | | /usr/somefile.d.ts | | | | /usr/dir/somefile.d.ts | | | -| /usr/dir/subdir/somefile.d.ts | | | +| /usr/dir/subdir/somefile.d.ts | /usr/dir/subdir | true | | /usr/username/somefile.d.ts | | | -| /usr/username/dir/somefile.d.ts | | | -| /usr/username/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/somefile.d.ts | | | -| /usr/username/folderAtRoot/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /usr/username/dir/somefile.d.ts | /usr/username/dir | true | +| /usr/username/dir/subdir/somefile.d.ts | /usr/username/dir | true | +| /usr/username/folderAtRoot/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | | /home/somefile.d.ts | | | | /home/dir/somefile.d.ts | | | -| /home/dir/subdir/somefile.d.ts | | | +| /home/dir/subdir/somefile.d.ts | /home/dir/subdir | true | | /home/username/somefile.d.ts | | | -| /home/username/dir/somefile.d.ts | | | -| /home/username/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/somefile.d.ts | | | -| /home/username/folderAtRoot/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /home/username/dir/somefile.d.ts | /home/username/dir | true | +| /home/username/dir/subdir/somefile.d.ts | /home/username/dir | true | +| /home/username/folderAtRoot/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | ## RootDirForResolution: /user/username -Root: /user/username - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | --------- | | /somefile.d.ts | | | @@ -2000,50 +1966,50 @@ Root: /user/username | /dir/subdir/somefile.d.ts | | | | /folderAtRoot/somefile.d.ts | | | | /folderAtRoot/dir/somefile.d.ts | | | -| /folderAtRoot/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/dir/subdir/somefile.d.ts | /folderAtRoot/dir/subdir | true | | /folderAtRoot/folder1/somefile.d.ts | | | -| /folderAtRoot/folder1/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/dir/somefile.d.ts | /folderAtRoot/folder1/dir | true | +| /folderAtRoot/folder1/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/dir | true | +| /folderAtRoot/folder1/folder2/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | | /users/somefile.d.ts | | | | /users/dir/somefile.d.ts | | | -| /users/dir/subdir/somefile.d.ts | | | +| /users/dir/subdir/somefile.d.ts | /users/dir/subdir | true | | /users/username/somefile.d.ts | | | -| /users/username/dir/somefile.d.ts | | | -| /users/username/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/somefile.d.ts | | | -| /users/username/folderAtRoot/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /users/username/dir/somefile.d.ts | /users/username/dir | true | +| /users/username/dir/subdir/somefile.d.ts | /users/username/dir | true | +| /users/username/folderAtRoot/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | | /user/somefile.d.ts | | | | /user/dir/somefile.d.ts | | | -| /user/dir/subdir/somefile.d.ts | | | -| /user/username/somefile.d.ts | /user/username | false | +| /user/dir/subdir/somefile.d.ts | /user/dir/subdir | true | +| /user/username/somefile.d.ts | | | | /user/username/dir/somefile.d.ts | /user/username/dir | true | | /user/username/dir/subdir/somefile.d.ts | /user/username/dir | true | | /user/username/folderAtRoot/somefile.d.ts | /user/username/folderAtRoot | true | @@ -2066,57 +2032,55 @@ Root: /user/username | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | | /usr/somefile.d.ts | | | | /usr/dir/somefile.d.ts | | | -| /usr/dir/subdir/somefile.d.ts | | | +| /usr/dir/subdir/somefile.d.ts | /usr/dir/subdir | true | | /usr/username/somefile.d.ts | | | -| /usr/username/dir/somefile.d.ts | | | -| /usr/username/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/somefile.d.ts | | | -| /usr/username/folderAtRoot/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /usr/username/dir/somefile.d.ts | /usr/username/dir | true | +| /usr/username/dir/subdir/somefile.d.ts | /usr/username/dir | true | +| /usr/username/folderAtRoot/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | | /home/somefile.d.ts | | | | /home/dir/somefile.d.ts | | | -| /home/dir/subdir/somefile.d.ts | | | +| /home/dir/subdir/somefile.d.ts | /home/dir/subdir | true | | /home/username/somefile.d.ts | | | -| /home/username/dir/somefile.d.ts | | | -| /home/username/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/somefile.d.ts | | | -| /home/username/folderAtRoot/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /home/username/dir/somefile.d.ts | /home/username/dir | true | +| /home/username/dir/subdir/somefile.d.ts | /home/username/dir | true | +| /home/username/folderAtRoot/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | ## RootDirForResolution: /user/username/folderAtRoot -Root: /user/username/folderAtRoot - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | --------- | | /somefile.d.ts | | | @@ -2124,52 +2088,52 @@ Root: /user/username/folderAtRoot | /dir/subdir/somefile.d.ts | | | | /folderAtRoot/somefile.d.ts | | | | /folderAtRoot/dir/somefile.d.ts | | | -| /folderAtRoot/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/dir/subdir/somefile.d.ts | /folderAtRoot/dir/subdir | true | | /folderAtRoot/folder1/somefile.d.ts | | | -| /folderAtRoot/folder1/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/dir/somefile.d.ts | /folderAtRoot/folder1/dir | true | +| /folderAtRoot/folder1/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/dir | true | +| /folderAtRoot/folder1/folder2/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | | /users/somefile.d.ts | | | | /users/dir/somefile.d.ts | | | -| /users/dir/subdir/somefile.d.ts | | | +| /users/dir/subdir/somefile.d.ts | /users/dir/subdir | true | | /users/username/somefile.d.ts | | | -| /users/username/dir/somefile.d.ts | | | -| /users/username/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/somefile.d.ts | | | -| /users/username/folderAtRoot/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /users/username/dir/somefile.d.ts | /users/username/dir | true | +| /users/username/dir/subdir/somefile.d.ts | /users/username/dir | true | +| /users/username/folderAtRoot/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | | /user/somefile.d.ts | | | | /user/dir/somefile.d.ts | | | -| /user/dir/subdir/somefile.d.ts | | | +| /user/dir/subdir/somefile.d.ts | /user/dir/subdir | true | | /user/username/somefile.d.ts | | | -| /user/username/dir/somefile.d.ts | | | -| /user/username/dir/subdir/somefile.d.ts | | | +| /user/username/dir/somefile.d.ts | /user/username/dir | true | +| /user/username/dir/subdir/somefile.d.ts | /user/username/dir | true | | /user/username/folderAtRoot/somefile.d.ts | /user/username/folderAtRoot | false | | /user/username/folderAtRoot/dir/somefile.d.ts | /user/username/folderAtRoot/dir | true | | /user/username/folderAtRoot/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/dir | true | @@ -2190,57 +2154,55 @@ Root: /user/username/folderAtRoot | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1 | true | | /usr/somefile.d.ts | | | | /usr/dir/somefile.d.ts | | | -| /usr/dir/subdir/somefile.d.ts | | | +| /usr/dir/subdir/somefile.d.ts | /usr/dir/subdir | true | | /usr/username/somefile.d.ts | | | -| /usr/username/dir/somefile.d.ts | | | -| /usr/username/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/somefile.d.ts | | | -| /usr/username/folderAtRoot/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /usr/username/dir/somefile.d.ts | /usr/username/dir | true | +| /usr/username/dir/subdir/somefile.d.ts | /usr/username/dir | true | +| /usr/username/folderAtRoot/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | | /home/somefile.d.ts | | | | /home/dir/somefile.d.ts | | | -| /home/dir/subdir/somefile.d.ts | | | +| /home/dir/subdir/somefile.d.ts | /home/dir/subdir | true | | /home/username/somefile.d.ts | | | -| /home/username/dir/somefile.d.ts | | | -| /home/username/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/somefile.d.ts | | | -| /home/username/folderAtRoot/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /home/username/dir/somefile.d.ts | /home/username/dir | true | +| /home/username/dir/subdir/somefile.d.ts | /home/username/dir | true | +| /home/username/folderAtRoot/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | ## RootDirForResolution: /user/username/folderAtRoot/folder1 -Root: /user/username/folderAtRoot/folder1 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | --------- | | /somefile.d.ts | | | @@ -2248,55 +2210,55 @@ Root: /user/username/folderAtRoot/folder1 | /dir/subdir/somefile.d.ts | | | | /folderAtRoot/somefile.d.ts | | | | /folderAtRoot/dir/somefile.d.ts | | | -| /folderAtRoot/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/dir/subdir/somefile.d.ts | /folderAtRoot/dir/subdir | true | | /folderAtRoot/folder1/somefile.d.ts | | | -| /folderAtRoot/folder1/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/dir/somefile.d.ts | /folderAtRoot/folder1/dir | true | +| /folderAtRoot/folder1/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/dir | true | +| /folderAtRoot/folder1/folder2/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | | /users/somefile.d.ts | | | | /users/dir/somefile.d.ts | | | -| /users/dir/subdir/somefile.d.ts | | | +| /users/dir/subdir/somefile.d.ts | /users/dir/subdir | true | | /users/username/somefile.d.ts | | | -| /users/username/dir/somefile.d.ts | | | -| /users/username/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/somefile.d.ts | | | -| /users/username/folderAtRoot/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /users/username/dir/somefile.d.ts | /users/username/dir | true | +| /users/username/dir/subdir/somefile.d.ts | /users/username/dir | true | +| /users/username/folderAtRoot/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | | /user/somefile.d.ts | | | | /user/dir/somefile.d.ts | | | -| /user/dir/subdir/somefile.d.ts | | | +| /user/dir/subdir/somefile.d.ts | /user/dir/subdir | true | | /user/username/somefile.d.ts | | | -| /user/username/dir/somefile.d.ts | | | -| /user/username/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/somefile.d.ts | | | -| /user/username/folderAtRoot/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | +| /user/username/dir/somefile.d.ts | /user/username/dir | true | +| /user/username/dir/subdir/somefile.d.ts | /user/username/dir | true | +| /user/username/folderAtRoot/somefile.d.ts | /user/username/folderAtRoot | false | +| /user/username/folderAtRoot/dir/somefile.d.ts | /user/username/folderAtRoot/dir | true | +| /user/username/folderAtRoot/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/dir | true | | /user/username/folderAtRoot/folder1/somefile.d.ts | /user/username/folderAtRoot/folder1 | false | | /user/username/folderAtRoot/folder1/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/dir | true | | /user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/dir | true | @@ -2314,57 +2276,55 @@ Root: /user/username/folderAtRoot/folder1 | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/folder2 | true | | /usr/somefile.d.ts | | | | /usr/dir/somefile.d.ts | | | -| /usr/dir/subdir/somefile.d.ts | | | +| /usr/dir/subdir/somefile.d.ts | /usr/dir/subdir | true | | /usr/username/somefile.d.ts | | | -| /usr/username/dir/somefile.d.ts | | | -| /usr/username/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/somefile.d.ts | | | -| /usr/username/folderAtRoot/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /usr/username/dir/somefile.d.ts | /usr/username/dir | true | +| /usr/username/dir/subdir/somefile.d.ts | /usr/username/dir | true | +| /usr/username/folderAtRoot/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | | /home/somefile.d.ts | | | | /home/dir/somefile.d.ts | | | -| /home/dir/subdir/somefile.d.ts | | | +| /home/dir/subdir/somefile.d.ts | /home/dir/subdir | true | | /home/username/somefile.d.ts | | | -| /home/username/dir/somefile.d.ts | | | -| /home/username/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/somefile.d.ts | | | -| /home/username/folderAtRoot/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /home/username/dir/somefile.d.ts | /home/username/dir | true | +| /home/username/dir/subdir/somefile.d.ts | /home/username/dir | true | +| /home/username/folderAtRoot/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | ## RootDirForResolution: /user/username/folderAtRoot/folder1/folder2 -Root: /user/username/folderAtRoot/folder1/folder2 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | --------- | | /somefile.d.ts | | | @@ -2372,55 +2332,55 @@ Root: /user/username/folderAtRoot/folder1/folder2 | /dir/subdir/somefile.d.ts | | | | /folderAtRoot/somefile.d.ts | | | | /folderAtRoot/dir/somefile.d.ts | | | -| /folderAtRoot/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/dir/subdir/somefile.d.ts | /folderAtRoot/dir/subdir | true | | /folderAtRoot/folder1/somefile.d.ts | | | -| /folderAtRoot/folder1/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/dir/somefile.d.ts | /folderAtRoot/folder1/dir | true | +| /folderAtRoot/folder1/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/dir | true | +| /folderAtRoot/folder1/folder2/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | | /users/somefile.d.ts | | | | /users/dir/somefile.d.ts | | | -| /users/dir/subdir/somefile.d.ts | | | +| /users/dir/subdir/somefile.d.ts | /users/dir/subdir | true | | /users/username/somefile.d.ts | | | -| /users/username/dir/somefile.d.ts | | | -| /users/username/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/somefile.d.ts | | | -| /users/username/folderAtRoot/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /users/username/dir/somefile.d.ts | /users/username/dir | true | +| /users/username/dir/subdir/somefile.d.ts | /users/username/dir | true | +| /users/username/folderAtRoot/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | | /user/somefile.d.ts | | | | /user/dir/somefile.d.ts | | | -| /user/dir/subdir/somefile.d.ts | | | +| /user/dir/subdir/somefile.d.ts | /user/dir/subdir | true | | /user/username/somefile.d.ts | | | -| /user/username/dir/somefile.d.ts | | | -| /user/username/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/somefile.d.ts | | | -| /user/username/folderAtRoot/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | +| /user/username/dir/somefile.d.ts | /user/username/dir | true | +| /user/username/dir/subdir/somefile.d.ts | /user/username/dir | true | +| /user/username/folderAtRoot/somefile.d.ts | /user/username/folderAtRoot | false | +| /user/username/folderAtRoot/dir/somefile.d.ts | /user/username/folderAtRoot/dir | true | +| /user/username/folderAtRoot/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/dir | true | | /user/username/folderAtRoot/folder1/somefile.d.ts | /user/username/folderAtRoot/folder1 | false | | /user/username/folderAtRoot/folder1/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/dir | true | | /user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/dir | true | @@ -2438,57 +2398,55 @@ Root: /user/username/folderAtRoot/folder1/folder2 | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/folder2/folder3 | true | | /usr/somefile.d.ts | | | | /usr/dir/somefile.d.ts | | | -| /usr/dir/subdir/somefile.d.ts | | | +| /usr/dir/subdir/somefile.d.ts | /usr/dir/subdir | true | | /usr/username/somefile.d.ts | | | -| /usr/username/dir/somefile.d.ts | | | -| /usr/username/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/somefile.d.ts | | | -| /usr/username/folderAtRoot/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /usr/username/dir/somefile.d.ts | /usr/username/dir | true | +| /usr/username/dir/subdir/somefile.d.ts | /usr/username/dir | true | +| /usr/username/folderAtRoot/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | | /home/somefile.d.ts | | | | /home/dir/somefile.d.ts | | | -| /home/dir/subdir/somefile.d.ts | | | +| /home/dir/subdir/somefile.d.ts | /home/dir/subdir | true | | /home/username/somefile.d.ts | | | -| /home/username/dir/somefile.d.ts | | | -| /home/username/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/somefile.d.ts | | | -| /home/username/folderAtRoot/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /home/username/dir/somefile.d.ts | /home/username/dir | true | +| /home/username/dir/subdir/somefile.d.ts | /home/username/dir | true | +| /home/username/folderAtRoot/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | ## RootDirForResolution: /user/username/folderAtRoot/folder1/folder2/folder3 -Root: /user/username/folderAtRoot/folder1/folder2/folder3 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | --------- | | /somefile.d.ts | | | @@ -2496,55 +2454,55 @@ Root: /user/username/folderAtRoot/folder1/folder2/folder3 | /dir/subdir/somefile.d.ts | | | | /folderAtRoot/somefile.d.ts | | | | /folderAtRoot/dir/somefile.d.ts | | | -| /folderAtRoot/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/dir/subdir/somefile.d.ts | /folderAtRoot/dir/subdir | true | | /folderAtRoot/folder1/somefile.d.ts | | | -| /folderAtRoot/folder1/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/dir/somefile.d.ts | /folderAtRoot/folder1/dir | true | +| /folderAtRoot/folder1/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/dir | true | +| /folderAtRoot/folder1/folder2/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | | /users/somefile.d.ts | | | | /users/dir/somefile.d.ts | | | -| /users/dir/subdir/somefile.d.ts | | | +| /users/dir/subdir/somefile.d.ts | /users/dir/subdir | true | | /users/username/somefile.d.ts | | | -| /users/username/dir/somefile.d.ts | | | -| /users/username/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/somefile.d.ts | | | -| /users/username/folderAtRoot/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /users/username/dir/somefile.d.ts | /users/username/dir | true | +| /users/username/dir/subdir/somefile.d.ts | /users/username/dir | true | +| /users/username/folderAtRoot/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | | /user/somefile.d.ts | | | | /user/dir/somefile.d.ts | | | -| /user/dir/subdir/somefile.d.ts | | | +| /user/dir/subdir/somefile.d.ts | /user/dir/subdir | true | | /user/username/somefile.d.ts | | | -| /user/username/dir/somefile.d.ts | | | -| /user/username/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/somefile.d.ts | | | -| /user/username/folderAtRoot/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | +| /user/username/dir/somefile.d.ts | /user/username/dir | true | +| /user/username/dir/subdir/somefile.d.ts | /user/username/dir | true | +| /user/username/folderAtRoot/somefile.d.ts | /user/username/folderAtRoot | false | +| /user/username/folderAtRoot/dir/somefile.d.ts | /user/username/folderAtRoot/dir | true | +| /user/username/folderAtRoot/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/dir | true | | /user/username/folderAtRoot/folder1/somefile.d.ts | /user/username/folderAtRoot/folder1 | false | | /user/username/folderAtRoot/folder1/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/dir | true | | /user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/dir | true | @@ -2562,57 +2520,55 @@ Root: /user/username/folderAtRoot/folder1/folder2/folder3 | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/folder2/folder3/folder4 | true | | /usr/somefile.d.ts | | | | /usr/dir/somefile.d.ts | | | -| /usr/dir/subdir/somefile.d.ts | | | +| /usr/dir/subdir/somefile.d.ts | /usr/dir/subdir | true | | /usr/username/somefile.d.ts | | | -| /usr/username/dir/somefile.d.ts | | | -| /usr/username/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/somefile.d.ts | | | -| /usr/username/folderAtRoot/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /usr/username/dir/somefile.d.ts | /usr/username/dir | true | +| /usr/username/dir/subdir/somefile.d.ts | /usr/username/dir | true | +| /usr/username/folderAtRoot/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | | /home/somefile.d.ts | | | | /home/dir/somefile.d.ts | | | -| /home/dir/subdir/somefile.d.ts | | | +| /home/dir/subdir/somefile.d.ts | /home/dir/subdir | true | | /home/username/somefile.d.ts | | | -| /home/username/dir/somefile.d.ts | | | -| /home/username/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/somefile.d.ts | | | -| /home/username/folderAtRoot/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /home/username/dir/somefile.d.ts | /home/username/dir | true | +| /home/username/dir/subdir/somefile.d.ts | /home/username/dir | true | +| /home/username/folderAtRoot/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | ## RootDirForResolution: /user/username/folderAtRoot/folder1/folder2/folder3/folder4 -Root: /user/username/folderAtRoot/folder1/folder2/folder3/folder4 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | --------- | | /somefile.d.ts | | | @@ -2620,55 +2576,55 @@ Root: /user/username/folderAtRoot/folder1/folder2/folder3/folder4 | /dir/subdir/somefile.d.ts | | | | /folderAtRoot/somefile.d.ts | | | | /folderAtRoot/dir/somefile.d.ts | | | -| /folderAtRoot/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/dir/subdir/somefile.d.ts | /folderAtRoot/dir/subdir | true | | /folderAtRoot/folder1/somefile.d.ts | | | -| /folderAtRoot/folder1/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/dir/somefile.d.ts | /folderAtRoot/folder1/dir | true | +| /folderAtRoot/folder1/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/dir | true | +| /folderAtRoot/folder1/folder2/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | | /users/somefile.d.ts | | | | /users/dir/somefile.d.ts | | | -| /users/dir/subdir/somefile.d.ts | | | +| /users/dir/subdir/somefile.d.ts | /users/dir/subdir | true | | /users/username/somefile.d.ts | | | -| /users/username/dir/somefile.d.ts | | | -| /users/username/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/somefile.d.ts | | | -| /users/username/folderAtRoot/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /users/username/dir/somefile.d.ts | /users/username/dir | true | +| /users/username/dir/subdir/somefile.d.ts | /users/username/dir | true | +| /users/username/folderAtRoot/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | | /user/somefile.d.ts | | | | /user/dir/somefile.d.ts | | | -| /user/dir/subdir/somefile.d.ts | | | +| /user/dir/subdir/somefile.d.ts | /user/dir/subdir | true | | /user/username/somefile.d.ts | | | -| /user/username/dir/somefile.d.ts | | | -| /user/username/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/somefile.d.ts | | | -| /user/username/folderAtRoot/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | +| /user/username/dir/somefile.d.ts | /user/username/dir | true | +| /user/username/dir/subdir/somefile.d.ts | /user/username/dir | true | +| /user/username/folderAtRoot/somefile.d.ts | /user/username/folderAtRoot | false | +| /user/username/folderAtRoot/dir/somefile.d.ts | /user/username/folderAtRoot/dir | true | +| /user/username/folderAtRoot/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/dir | true | | /user/username/folderAtRoot/folder1/somefile.d.ts | /user/username/folderAtRoot/folder1 | false | | /user/username/folderAtRoot/folder1/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/dir | true | | /user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/dir | true | @@ -2686,57 +2642,55 @@ Root: /user/username/folderAtRoot/folder1/folder2/folder3/folder4 | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | true | | /usr/somefile.d.ts | | | | /usr/dir/somefile.d.ts | | | -| /usr/dir/subdir/somefile.d.ts | | | +| /usr/dir/subdir/somefile.d.ts | /usr/dir/subdir | true | | /usr/username/somefile.d.ts | | | -| /usr/username/dir/somefile.d.ts | | | -| /usr/username/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/somefile.d.ts | | | -| /usr/username/folderAtRoot/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /usr/username/dir/somefile.d.ts | /usr/username/dir | true | +| /usr/username/dir/subdir/somefile.d.ts | /usr/username/dir | true | +| /usr/username/folderAtRoot/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | | /home/somefile.d.ts | | | | /home/dir/somefile.d.ts | | | -| /home/dir/subdir/somefile.d.ts | | | +| /home/dir/subdir/somefile.d.ts | /home/dir/subdir | true | | /home/username/somefile.d.ts | | | -| /home/username/dir/somefile.d.ts | | | -| /home/username/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/somefile.d.ts | | | -| /home/username/folderAtRoot/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /home/username/dir/somefile.d.ts | /home/username/dir | true | +| /home/username/dir/subdir/somefile.d.ts | /home/username/dir | true | +| /home/username/folderAtRoot/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | ## RootDirForResolution: /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 -Root: /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | --------- | | /somefile.d.ts | | | @@ -2744,55 +2698,55 @@ Root: /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | /dir/subdir/somefile.d.ts | | | | /folderAtRoot/somefile.d.ts | | | | /folderAtRoot/dir/somefile.d.ts | | | -| /folderAtRoot/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/dir/subdir/somefile.d.ts | /folderAtRoot/dir/subdir | true | | /folderAtRoot/folder1/somefile.d.ts | | | -| /folderAtRoot/folder1/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/dir/somefile.d.ts | /folderAtRoot/folder1/dir | true | +| /folderAtRoot/folder1/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/dir | true | +| /folderAtRoot/folder1/folder2/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | | /users/somefile.d.ts | | | | /users/dir/somefile.d.ts | | | -| /users/dir/subdir/somefile.d.ts | | | +| /users/dir/subdir/somefile.d.ts | /users/dir/subdir | true | | /users/username/somefile.d.ts | | | -| /users/username/dir/somefile.d.ts | | | -| /users/username/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/somefile.d.ts | | | -| /users/username/folderAtRoot/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /users/username/dir/somefile.d.ts | /users/username/dir | true | +| /users/username/dir/subdir/somefile.d.ts | /users/username/dir | true | +| /users/username/folderAtRoot/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | | /user/somefile.d.ts | | | | /user/dir/somefile.d.ts | | | -| /user/dir/subdir/somefile.d.ts | | | +| /user/dir/subdir/somefile.d.ts | /user/dir/subdir | true | | /user/username/somefile.d.ts | | | -| /user/username/dir/somefile.d.ts | | | -| /user/username/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/somefile.d.ts | | | -| /user/username/folderAtRoot/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | +| /user/username/dir/somefile.d.ts | /user/username/dir | true | +| /user/username/dir/subdir/somefile.d.ts | /user/username/dir | true | +| /user/username/folderAtRoot/somefile.d.ts | /user/username/folderAtRoot | false | +| /user/username/folderAtRoot/dir/somefile.d.ts | /user/username/folderAtRoot/dir | true | +| /user/username/folderAtRoot/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/dir | true | | /user/username/folderAtRoot/folder1/somefile.d.ts | /user/username/folderAtRoot/folder1 | false | | /user/username/folderAtRoot/folder1/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/dir | true | | /user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/dir | true | @@ -2810,57 +2764,55 @@ Root: /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir | true | | /usr/somefile.d.ts | | | | /usr/dir/somefile.d.ts | | | -| /usr/dir/subdir/somefile.d.ts | | | +| /usr/dir/subdir/somefile.d.ts | /usr/dir/subdir | true | | /usr/username/somefile.d.ts | | | -| /usr/username/dir/somefile.d.ts | | | -| /usr/username/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/somefile.d.ts | | | -| /usr/username/folderAtRoot/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /usr/username/dir/somefile.d.ts | /usr/username/dir | true | +| /usr/username/dir/subdir/somefile.d.ts | /usr/username/dir | true | +| /usr/username/folderAtRoot/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | | /home/somefile.d.ts | | | | /home/dir/somefile.d.ts | | | -| /home/dir/subdir/somefile.d.ts | | | +| /home/dir/subdir/somefile.d.ts | /home/dir/subdir | true | | /home/username/somefile.d.ts | | | -| /home/username/dir/somefile.d.ts | | | -| /home/username/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/somefile.d.ts | | | -| /home/username/folderAtRoot/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /home/username/dir/somefile.d.ts | /home/username/dir | true | +| /home/username/dir/subdir/somefile.d.ts | /home/username/dir | true | +| /home/username/folderAtRoot/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | ## RootDirForResolution: /usr -Root: /usr - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | --------- | | /somefile.d.ts | | | @@ -2868,123 +2820,121 @@ Root: /usr | /dir/subdir/somefile.d.ts | | | | /folderAtRoot/somefile.d.ts | | | | /folderAtRoot/dir/somefile.d.ts | | | -| /folderAtRoot/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/dir/subdir/somefile.d.ts | /folderAtRoot/dir/subdir | true | | /folderAtRoot/folder1/somefile.d.ts | | | -| /folderAtRoot/folder1/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/dir/somefile.d.ts | /folderAtRoot/folder1/dir | true | +| /folderAtRoot/folder1/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/dir | true | +| /folderAtRoot/folder1/folder2/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | | /users/somefile.d.ts | | | | /users/dir/somefile.d.ts | | | -| /users/dir/subdir/somefile.d.ts | | | +| /users/dir/subdir/somefile.d.ts | /users/dir/subdir | true | | /users/username/somefile.d.ts | | | -| /users/username/dir/somefile.d.ts | | | -| /users/username/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/somefile.d.ts | | | -| /users/username/folderAtRoot/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /users/username/dir/somefile.d.ts | /users/username/dir | true | +| /users/username/dir/subdir/somefile.d.ts | /users/username/dir | true | +| /users/username/folderAtRoot/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | | /user/somefile.d.ts | | | | /user/dir/somefile.d.ts | | | -| /user/dir/subdir/somefile.d.ts | | | +| /user/dir/subdir/somefile.d.ts | /user/dir/subdir | true | | /user/username/somefile.d.ts | | | -| /user/username/dir/somefile.d.ts | | | -| /user/username/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/somefile.d.ts | | | -| /user/username/folderAtRoot/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| /usr/somefile.d.ts | /usr | false | -| /usr/dir/somefile.d.ts | /usr/dir | true | -| /usr/dir/subdir/somefile.d.ts | /usr/dir | true | -| /usr/username/somefile.d.ts | /usr/username | true | -| /usr/username/dir/somefile.d.ts | /usr/username | true | -| /usr/username/dir/subdir/somefile.d.ts | /usr/username | true | -| /usr/username/folderAtRoot/somefile.d.ts | /usr/username | true | -| /usr/username/folderAtRoot/dir/somefile.d.ts | /usr/username | true | -| /usr/username/folderAtRoot/dir/subdir/somefile.d.ts | /usr/username | true | -| /usr/username/folderAtRoot/folder1/somefile.d.ts | /usr/username | true | -| /usr/username/folderAtRoot/folder1/dir/somefile.d.ts | /usr/username | true | -| /usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /usr/username | true | -| /usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | /usr/username | true | -| /usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /usr/username | true | -| /usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /usr/username | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /usr/username | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /usr/username | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /usr/username | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /usr/username | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /usr/username | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /usr/username | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /usr/username | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /usr/username | true | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /usr/username | true | +| /user/username/dir/somefile.d.ts | /user/username/dir | true | +| /user/username/dir/subdir/somefile.d.ts | /user/username/dir | true | +| /user/username/folderAtRoot/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /usr/somefile.d.ts | | | +| /usr/dir/somefile.d.ts | | | +| /usr/dir/subdir/somefile.d.ts | /usr/dir/subdir | true | +| /usr/username/somefile.d.ts | | | +| /usr/username/dir/somefile.d.ts | /usr/username/dir | true | +| /usr/username/dir/subdir/somefile.d.ts | /usr/username/dir | true | +| /usr/username/folderAtRoot/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | | /home/somefile.d.ts | | | | /home/dir/somefile.d.ts | | | -| /home/dir/subdir/somefile.d.ts | | | +| /home/dir/subdir/somefile.d.ts | /home/dir/subdir | true | | /home/username/somefile.d.ts | | | -| /home/username/dir/somefile.d.ts | | | -| /home/username/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/somefile.d.ts | | | -| /home/username/folderAtRoot/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /home/username/dir/somefile.d.ts | /home/username/dir | true | +| /home/username/dir/subdir/somefile.d.ts | /home/username/dir | true | +| /home/username/folderAtRoot/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | ## RootDirForResolution: /usr/username -Root: /usr/username - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | --------- | | /somefile.d.ts | | | @@ -2992,74 +2942,74 @@ Root: /usr/username | /dir/subdir/somefile.d.ts | | | | /folderAtRoot/somefile.d.ts | | | | /folderAtRoot/dir/somefile.d.ts | | | -| /folderAtRoot/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/dir/subdir/somefile.d.ts | /folderAtRoot/dir/subdir | true | | /folderAtRoot/folder1/somefile.d.ts | | | -| /folderAtRoot/folder1/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/dir/somefile.d.ts | /folderAtRoot/folder1/dir | true | +| /folderAtRoot/folder1/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/dir | true | +| /folderAtRoot/folder1/folder2/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | | /users/somefile.d.ts | | | | /users/dir/somefile.d.ts | | | -| /users/dir/subdir/somefile.d.ts | | | +| /users/dir/subdir/somefile.d.ts | /users/dir/subdir | true | | /users/username/somefile.d.ts | | | -| /users/username/dir/somefile.d.ts | | | -| /users/username/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/somefile.d.ts | | | -| /users/username/folderAtRoot/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /users/username/dir/somefile.d.ts | /users/username/dir | true | +| /users/username/dir/subdir/somefile.d.ts | /users/username/dir | true | +| /users/username/folderAtRoot/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | | /user/somefile.d.ts | | | | /user/dir/somefile.d.ts | | | -| /user/dir/subdir/somefile.d.ts | | | +| /user/dir/subdir/somefile.d.ts | /user/dir/subdir | true | | /user/username/somefile.d.ts | | | -| /user/username/dir/somefile.d.ts | | | -| /user/username/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/somefile.d.ts | | | -| /user/username/folderAtRoot/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /user/username/dir/somefile.d.ts | /user/username/dir | true | +| /user/username/dir/subdir/somefile.d.ts | /user/username/dir | true | +| /user/username/folderAtRoot/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | | /usr/somefile.d.ts | | | | /usr/dir/somefile.d.ts | | | -| /usr/dir/subdir/somefile.d.ts | | | -| /usr/username/somefile.d.ts | /usr/username | false | +| /usr/dir/subdir/somefile.d.ts | /usr/dir/subdir | true | +| /usr/username/somefile.d.ts | | | | /usr/username/dir/somefile.d.ts | /usr/username/dir | true | | /usr/username/dir/subdir/somefile.d.ts | /usr/username/dir | true | | /usr/username/folderAtRoot/somefile.d.ts | /usr/username/folderAtRoot | true | @@ -3082,33 +3032,31 @@ Root: /usr/username | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | | /home/somefile.d.ts | | | | /home/dir/somefile.d.ts | | | -| /home/dir/subdir/somefile.d.ts | | | +| /home/dir/subdir/somefile.d.ts | /home/dir/subdir | true | | /home/username/somefile.d.ts | | | -| /home/username/dir/somefile.d.ts | | | -| /home/username/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/somefile.d.ts | | | -| /home/username/folderAtRoot/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /home/username/dir/somefile.d.ts | /home/username/dir | true | +| /home/username/dir/subdir/somefile.d.ts | /home/username/dir | true | +| /home/username/folderAtRoot/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | ## RootDirForResolution: /usr/username/folderAtRoot -Root: /usr/username/folderAtRoot - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | --------- | | /somefile.d.ts | | | @@ -3116,76 +3064,76 @@ Root: /usr/username/folderAtRoot | /dir/subdir/somefile.d.ts | | | | /folderAtRoot/somefile.d.ts | | | | /folderAtRoot/dir/somefile.d.ts | | | -| /folderAtRoot/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/dir/subdir/somefile.d.ts | /folderAtRoot/dir/subdir | true | | /folderAtRoot/folder1/somefile.d.ts | | | -| /folderAtRoot/folder1/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/dir/somefile.d.ts | /folderAtRoot/folder1/dir | true | +| /folderAtRoot/folder1/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/dir | true | +| /folderAtRoot/folder1/folder2/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | | /users/somefile.d.ts | | | | /users/dir/somefile.d.ts | | | -| /users/dir/subdir/somefile.d.ts | | | +| /users/dir/subdir/somefile.d.ts | /users/dir/subdir | true | | /users/username/somefile.d.ts | | | -| /users/username/dir/somefile.d.ts | | | -| /users/username/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/somefile.d.ts | | | -| /users/username/folderAtRoot/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /users/username/dir/somefile.d.ts | /users/username/dir | true | +| /users/username/dir/subdir/somefile.d.ts | /users/username/dir | true | +| /users/username/folderAtRoot/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | | /user/somefile.d.ts | | | | /user/dir/somefile.d.ts | | | -| /user/dir/subdir/somefile.d.ts | | | +| /user/dir/subdir/somefile.d.ts | /user/dir/subdir | true | | /user/username/somefile.d.ts | | | -| /user/username/dir/somefile.d.ts | | | -| /user/username/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/somefile.d.ts | | | -| /user/username/folderAtRoot/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /user/username/dir/somefile.d.ts | /user/username/dir | true | +| /user/username/dir/subdir/somefile.d.ts | /user/username/dir | true | +| /user/username/folderAtRoot/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | | /usr/somefile.d.ts | | | | /usr/dir/somefile.d.ts | | | -| /usr/dir/subdir/somefile.d.ts | | | +| /usr/dir/subdir/somefile.d.ts | /usr/dir/subdir | true | | /usr/username/somefile.d.ts | | | -| /usr/username/dir/somefile.d.ts | | | -| /usr/username/dir/subdir/somefile.d.ts | | | +| /usr/username/dir/somefile.d.ts | /usr/username/dir | true | +| /usr/username/dir/subdir/somefile.d.ts | /usr/username/dir | true | | /usr/username/folderAtRoot/somefile.d.ts | /usr/username/folderAtRoot | false | | /usr/username/folderAtRoot/dir/somefile.d.ts | /usr/username/folderAtRoot/dir | true | | /usr/username/folderAtRoot/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/dir | true | @@ -3206,33 +3154,31 @@ Root: /usr/username/folderAtRoot | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1 | true | | /home/somefile.d.ts | | | | /home/dir/somefile.d.ts | | | -| /home/dir/subdir/somefile.d.ts | | | +| /home/dir/subdir/somefile.d.ts | /home/dir/subdir | true | | /home/username/somefile.d.ts | | | -| /home/username/dir/somefile.d.ts | | | -| /home/username/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/somefile.d.ts | | | -| /home/username/folderAtRoot/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /home/username/dir/somefile.d.ts | /home/username/dir | true | +| /home/username/dir/subdir/somefile.d.ts | /home/username/dir | true | +| /home/username/folderAtRoot/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | ## RootDirForResolution: /usr/username/folderAtRoot/folder1 -Root: /usr/username/folderAtRoot/folder1 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | --------- | | /somefile.d.ts | | | @@ -3240,79 +3186,79 @@ Root: /usr/username/folderAtRoot/folder1 | /dir/subdir/somefile.d.ts | | | | /folderAtRoot/somefile.d.ts | | | | /folderAtRoot/dir/somefile.d.ts | | | -| /folderAtRoot/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/dir/subdir/somefile.d.ts | /folderAtRoot/dir/subdir | true | | /folderAtRoot/folder1/somefile.d.ts | | | -| /folderAtRoot/folder1/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/dir/somefile.d.ts | /folderAtRoot/folder1/dir | true | +| /folderAtRoot/folder1/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/dir | true | +| /folderAtRoot/folder1/folder2/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | | /users/somefile.d.ts | | | | /users/dir/somefile.d.ts | | | -| /users/dir/subdir/somefile.d.ts | | | +| /users/dir/subdir/somefile.d.ts | /users/dir/subdir | true | | /users/username/somefile.d.ts | | | -| /users/username/dir/somefile.d.ts | | | -| /users/username/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/somefile.d.ts | | | -| /users/username/folderAtRoot/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /users/username/dir/somefile.d.ts | /users/username/dir | true | +| /users/username/dir/subdir/somefile.d.ts | /users/username/dir | true | +| /users/username/folderAtRoot/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | | /user/somefile.d.ts | | | | /user/dir/somefile.d.ts | | | -| /user/dir/subdir/somefile.d.ts | | | +| /user/dir/subdir/somefile.d.ts | /user/dir/subdir | true | | /user/username/somefile.d.ts | | | -| /user/username/dir/somefile.d.ts | | | -| /user/username/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/somefile.d.ts | | | -| /user/username/folderAtRoot/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /user/username/dir/somefile.d.ts | /user/username/dir | true | +| /user/username/dir/subdir/somefile.d.ts | /user/username/dir | true | +| /user/username/folderAtRoot/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | | /usr/somefile.d.ts | | | | /usr/dir/somefile.d.ts | | | -| /usr/dir/subdir/somefile.d.ts | | | +| /usr/dir/subdir/somefile.d.ts | /usr/dir/subdir | true | | /usr/username/somefile.d.ts | | | -| /usr/username/dir/somefile.d.ts | | | -| /usr/username/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/somefile.d.ts | | | -| /usr/username/folderAtRoot/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | +| /usr/username/dir/somefile.d.ts | /usr/username/dir | true | +| /usr/username/dir/subdir/somefile.d.ts | /usr/username/dir | true | +| /usr/username/folderAtRoot/somefile.d.ts | /usr/username/folderAtRoot | false | +| /usr/username/folderAtRoot/dir/somefile.d.ts | /usr/username/folderAtRoot/dir | true | +| /usr/username/folderAtRoot/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/dir | true | | /usr/username/folderAtRoot/folder1/somefile.d.ts | /usr/username/folderAtRoot/folder1 | false | | /usr/username/folderAtRoot/folder1/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/dir | true | | /usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/dir | true | @@ -3330,33 +3276,31 @@ Root: /usr/username/folderAtRoot/folder1 | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/folder2 | true | | /home/somefile.d.ts | | | | /home/dir/somefile.d.ts | | | -| /home/dir/subdir/somefile.d.ts | | | +| /home/dir/subdir/somefile.d.ts | /home/dir/subdir | true | | /home/username/somefile.d.ts | | | -| /home/username/dir/somefile.d.ts | | | -| /home/username/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/somefile.d.ts | | | -| /home/username/folderAtRoot/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /home/username/dir/somefile.d.ts | /home/username/dir | true | +| /home/username/dir/subdir/somefile.d.ts | /home/username/dir | true | +| /home/username/folderAtRoot/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | ## RootDirForResolution: /usr/username/folderAtRoot/folder1/folder2 -Root: /usr/username/folderAtRoot/folder1/folder2 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | --------- | | /somefile.d.ts | | | @@ -3364,79 +3308,79 @@ Root: /usr/username/folderAtRoot/folder1/folder2 | /dir/subdir/somefile.d.ts | | | | /folderAtRoot/somefile.d.ts | | | | /folderAtRoot/dir/somefile.d.ts | | | -| /folderAtRoot/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/dir/subdir/somefile.d.ts | /folderAtRoot/dir/subdir | true | | /folderAtRoot/folder1/somefile.d.ts | | | -| /folderAtRoot/folder1/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/dir/somefile.d.ts | /folderAtRoot/folder1/dir | true | +| /folderAtRoot/folder1/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/dir | true | +| /folderAtRoot/folder1/folder2/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | | /users/somefile.d.ts | | | | /users/dir/somefile.d.ts | | | -| /users/dir/subdir/somefile.d.ts | | | +| /users/dir/subdir/somefile.d.ts | /users/dir/subdir | true | | /users/username/somefile.d.ts | | | -| /users/username/dir/somefile.d.ts | | | -| /users/username/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/somefile.d.ts | | | -| /users/username/folderAtRoot/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /users/username/dir/somefile.d.ts | /users/username/dir | true | +| /users/username/dir/subdir/somefile.d.ts | /users/username/dir | true | +| /users/username/folderAtRoot/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | | /user/somefile.d.ts | | | | /user/dir/somefile.d.ts | | | -| /user/dir/subdir/somefile.d.ts | | | +| /user/dir/subdir/somefile.d.ts | /user/dir/subdir | true | | /user/username/somefile.d.ts | | | -| /user/username/dir/somefile.d.ts | | | -| /user/username/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/somefile.d.ts | | | -| /user/username/folderAtRoot/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /user/username/dir/somefile.d.ts | /user/username/dir | true | +| /user/username/dir/subdir/somefile.d.ts | /user/username/dir | true | +| /user/username/folderAtRoot/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | | /usr/somefile.d.ts | | | | /usr/dir/somefile.d.ts | | | -| /usr/dir/subdir/somefile.d.ts | | | +| /usr/dir/subdir/somefile.d.ts | /usr/dir/subdir | true | | /usr/username/somefile.d.ts | | | -| /usr/username/dir/somefile.d.ts | | | -| /usr/username/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/somefile.d.ts | | | -| /usr/username/folderAtRoot/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | +| /usr/username/dir/somefile.d.ts | /usr/username/dir | true | +| /usr/username/dir/subdir/somefile.d.ts | /usr/username/dir | true | +| /usr/username/folderAtRoot/somefile.d.ts | /usr/username/folderAtRoot | false | +| /usr/username/folderAtRoot/dir/somefile.d.ts | /usr/username/folderAtRoot/dir | true | +| /usr/username/folderAtRoot/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/dir | true | | /usr/username/folderAtRoot/folder1/somefile.d.ts | /usr/username/folderAtRoot/folder1 | false | | /usr/username/folderAtRoot/folder1/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/dir | true | | /usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/dir | true | @@ -3454,33 +3398,31 @@ Root: /usr/username/folderAtRoot/folder1/folder2 | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/folder2/folder3 | true | | /home/somefile.d.ts | | | | /home/dir/somefile.d.ts | | | -| /home/dir/subdir/somefile.d.ts | | | +| /home/dir/subdir/somefile.d.ts | /home/dir/subdir | true | | /home/username/somefile.d.ts | | | -| /home/username/dir/somefile.d.ts | | | -| /home/username/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/somefile.d.ts | | | -| /home/username/folderAtRoot/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /home/username/dir/somefile.d.ts | /home/username/dir | true | +| /home/username/dir/subdir/somefile.d.ts | /home/username/dir | true | +| /home/username/folderAtRoot/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | ## RootDirForResolution: /usr/username/folderAtRoot/folder1/folder2/folder3 -Root: /usr/username/folderAtRoot/folder1/folder2/folder3 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | --------- | | /somefile.d.ts | | | @@ -3488,79 +3430,79 @@ Root: /usr/username/folderAtRoot/folder1/folder2/folder3 | /dir/subdir/somefile.d.ts | | | | /folderAtRoot/somefile.d.ts | | | | /folderAtRoot/dir/somefile.d.ts | | | -| /folderAtRoot/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/dir/subdir/somefile.d.ts | /folderAtRoot/dir/subdir | true | | /folderAtRoot/folder1/somefile.d.ts | | | -| /folderAtRoot/folder1/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/dir/somefile.d.ts | /folderAtRoot/folder1/dir | true | +| /folderAtRoot/folder1/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/dir | true | +| /folderAtRoot/folder1/folder2/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | | /users/somefile.d.ts | | | | /users/dir/somefile.d.ts | | | -| /users/dir/subdir/somefile.d.ts | | | +| /users/dir/subdir/somefile.d.ts | /users/dir/subdir | true | | /users/username/somefile.d.ts | | | -| /users/username/dir/somefile.d.ts | | | -| /users/username/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/somefile.d.ts | | | -| /users/username/folderAtRoot/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /users/username/dir/somefile.d.ts | /users/username/dir | true | +| /users/username/dir/subdir/somefile.d.ts | /users/username/dir | true | +| /users/username/folderAtRoot/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | | /user/somefile.d.ts | | | | /user/dir/somefile.d.ts | | | -| /user/dir/subdir/somefile.d.ts | | | +| /user/dir/subdir/somefile.d.ts | /user/dir/subdir | true | | /user/username/somefile.d.ts | | | -| /user/username/dir/somefile.d.ts | | | -| /user/username/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/somefile.d.ts | | | -| /user/username/folderAtRoot/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /user/username/dir/somefile.d.ts | /user/username/dir | true | +| /user/username/dir/subdir/somefile.d.ts | /user/username/dir | true | +| /user/username/folderAtRoot/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | | /usr/somefile.d.ts | | | | /usr/dir/somefile.d.ts | | | -| /usr/dir/subdir/somefile.d.ts | | | +| /usr/dir/subdir/somefile.d.ts | /usr/dir/subdir | true | | /usr/username/somefile.d.ts | | | -| /usr/username/dir/somefile.d.ts | | | -| /usr/username/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/somefile.d.ts | | | -| /usr/username/folderAtRoot/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | +| /usr/username/dir/somefile.d.ts | /usr/username/dir | true | +| /usr/username/dir/subdir/somefile.d.ts | /usr/username/dir | true | +| /usr/username/folderAtRoot/somefile.d.ts | /usr/username/folderAtRoot | false | +| /usr/username/folderAtRoot/dir/somefile.d.ts | /usr/username/folderAtRoot/dir | true | +| /usr/username/folderAtRoot/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/dir | true | | /usr/username/folderAtRoot/folder1/somefile.d.ts | /usr/username/folderAtRoot/folder1 | false | | /usr/username/folderAtRoot/folder1/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/dir | true | | /usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/dir | true | @@ -3578,33 +3520,31 @@ Root: /usr/username/folderAtRoot/folder1/folder2/folder3 | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4 | true | | /home/somefile.d.ts | | | | /home/dir/somefile.d.ts | | | -| /home/dir/subdir/somefile.d.ts | | | +| /home/dir/subdir/somefile.d.ts | /home/dir/subdir | true | | /home/username/somefile.d.ts | | | -| /home/username/dir/somefile.d.ts | | | -| /home/username/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/somefile.d.ts | | | -| /home/username/folderAtRoot/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /home/username/dir/somefile.d.ts | /home/username/dir | true | +| /home/username/dir/subdir/somefile.d.ts | /home/username/dir | true | +| /home/username/folderAtRoot/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | ## RootDirForResolution: /usr/username/folderAtRoot/folder1/folder2/folder3/folder4 -Root: /usr/username/folderAtRoot/folder1/folder2/folder3/folder4 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | --------- | | /somefile.d.ts | | | @@ -3612,79 +3552,79 @@ Root: /usr/username/folderAtRoot/folder1/folder2/folder3/folder4 | /dir/subdir/somefile.d.ts | | | | /folderAtRoot/somefile.d.ts | | | | /folderAtRoot/dir/somefile.d.ts | | | -| /folderAtRoot/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/dir/subdir/somefile.d.ts | /folderAtRoot/dir/subdir | true | | /folderAtRoot/folder1/somefile.d.ts | | | -| /folderAtRoot/folder1/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/dir/somefile.d.ts | /folderAtRoot/folder1/dir | true | +| /folderAtRoot/folder1/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/dir | true | +| /folderAtRoot/folder1/folder2/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | | /users/somefile.d.ts | | | | /users/dir/somefile.d.ts | | | -| /users/dir/subdir/somefile.d.ts | | | +| /users/dir/subdir/somefile.d.ts | /users/dir/subdir | true | | /users/username/somefile.d.ts | | | -| /users/username/dir/somefile.d.ts | | | -| /users/username/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/somefile.d.ts | | | -| /users/username/folderAtRoot/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /users/username/dir/somefile.d.ts | /users/username/dir | true | +| /users/username/dir/subdir/somefile.d.ts | /users/username/dir | true | +| /users/username/folderAtRoot/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | | /user/somefile.d.ts | | | | /user/dir/somefile.d.ts | | | -| /user/dir/subdir/somefile.d.ts | | | +| /user/dir/subdir/somefile.d.ts | /user/dir/subdir | true | | /user/username/somefile.d.ts | | | -| /user/username/dir/somefile.d.ts | | | -| /user/username/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/somefile.d.ts | | | -| /user/username/folderAtRoot/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /user/username/dir/somefile.d.ts | /user/username/dir | true | +| /user/username/dir/subdir/somefile.d.ts | /user/username/dir | true | +| /user/username/folderAtRoot/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | | /usr/somefile.d.ts | | | | /usr/dir/somefile.d.ts | | | -| /usr/dir/subdir/somefile.d.ts | | | +| /usr/dir/subdir/somefile.d.ts | /usr/dir/subdir | true | | /usr/username/somefile.d.ts | | | -| /usr/username/dir/somefile.d.ts | | | -| /usr/username/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/somefile.d.ts | | | -| /usr/username/folderAtRoot/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | +| /usr/username/dir/somefile.d.ts | /usr/username/dir | true | +| /usr/username/dir/subdir/somefile.d.ts | /usr/username/dir | true | +| /usr/username/folderAtRoot/somefile.d.ts | /usr/username/folderAtRoot | false | +| /usr/username/folderAtRoot/dir/somefile.d.ts | /usr/username/folderAtRoot/dir | true | +| /usr/username/folderAtRoot/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/dir | true | | /usr/username/folderAtRoot/folder1/somefile.d.ts | /usr/username/folderAtRoot/folder1 | false | | /usr/username/folderAtRoot/folder1/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/dir | true | | /usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/dir | true | @@ -3702,33 +3642,31 @@ Root: /usr/username/folderAtRoot/folder1/folder2/folder3/folder4 | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | true | | /home/somefile.d.ts | | | | /home/dir/somefile.d.ts | | | -| /home/dir/subdir/somefile.d.ts | | | +| /home/dir/subdir/somefile.d.ts | /home/dir/subdir | true | | /home/username/somefile.d.ts | | | -| /home/username/dir/somefile.d.ts | | | -| /home/username/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/somefile.d.ts | | | -| /home/username/folderAtRoot/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /home/username/dir/somefile.d.ts | /home/username/dir | true | +| /home/username/dir/subdir/somefile.d.ts | /home/username/dir | true | +| /home/username/folderAtRoot/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | ## RootDirForResolution: /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 -Root: /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | --------- | | /somefile.d.ts | | | @@ -3736,79 +3674,79 @@ Root: /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | /dir/subdir/somefile.d.ts | | | | /folderAtRoot/somefile.d.ts | | | | /folderAtRoot/dir/somefile.d.ts | | | -| /folderAtRoot/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/dir/subdir/somefile.d.ts | /folderAtRoot/dir/subdir | true | | /folderAtRoot/folder1/somefile.d.ts | | | -| /folderAtRoot/folder1/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/dir/somefile.d.ts | /folderAtRoot/folder1/dir | true | +| /folderAtRoot/folder1/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/dir | true | +| /folderAtRoot/folder1/folder2/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | | /users/somefile.d.ts | | | | /users/dir/somefile.d.ts | | | -| /users/dir/subdir/somefile.d.ts | | | +| /users/dir/subdir/somefile.d.ts | /users/dir/subdir | true | | /users/username/somefile.d.ts | | | -| /users/username/dir/somefile.d.ts | | | -| /users/username/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/somefile.d.ts | | | -| /users/username/folderAtRoot/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /users/username/dir/somefile.d.ts | /users/username/dir | true | +| /users/username/dir/subdir/somefile.d.ts | /users/username/dir | true | +| /users/username/folderAtRoot/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | | /user/somefile.d.ts | | | | /user/dir/somefile.d.ts | | | -| /user/dir/subdir/somefile.d.ts | | | +| /user/dir/subdir/somefile.d.ts | /user/dir/subdir | true | | /user/username/somefile.d.ts | | | -| /user/username/dir/somefile.d.ts | | | -| /user/username/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/somefile.d.ts | | | -| /user/username/folderAtRoot/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /user/username/dir/somefile.d.ts | /user/username/dir | true | +| /user/username/dir/subdir/somefile.d.ts | /user/username/dir | true | +| /user/username/folderAtRoot/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | | /usr/somefile.d.ts | | | | /usr/dir/somefile.d.ts | | | -| /usr/dir/subdir/somefile.d.ts | | | +| /usr/dir/subdir/somefile.d.ts | /usr/dir/subdir | true | | /usr/username/somefile.d.ts | | | -| /usr/username/dir/somefile.d.ts | | | -| /usr/username/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/somefile.d.ts | | | -| /usr/username/folderAtRoot/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | +| /usr/username/dir/somefile.d.ts | /usr/username/dir | true | +| /usr/username/dir/subdir/somefile.d.ts | /usr/username/dir | true | +| /usr/username/folderAtRoot/somefile.d.ts | /usr/username/folderAtRoot | false | +| /usr/username/folderAtRoot/dir/somefile.d.ts | /usr/username/folderAtRoot/dir | true | +| /usr/username/folderAtRoot/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/dir | true | | /usr/username/folderAtRoot/folder1/somefile.d.ts | /usr/username/folderAtRoot/folder1 | false | | /usr/username/folderAtRoot/folder1/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/dir | true | | /usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/dir | true | @@ -3826,33 +3764,31 @@ Root: /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir | true | | /home/somefile.d.ts | | | | /home/dir/somefile.d.ts | | | -| /home/dir/subdir/somefile.d.ts | | | +| /home/dir/subdir/somefile.d.ts | /home/dir/subdir | true | | /home/username/somefile.d.ts | | | -| /home/username/dir/somefile.d.ts | | | -| /home/username/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/somefile.d.ts | | | -| /home/username/folderAtRoot/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /home/username/dir/somefile.d.ts | /home/username/dir | true | +| /home/username/dir/subdir/somefile.d.ts | /home/username/dir | true | +| /home/username/folderAtRoot/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | ## RootDirForResolution: /home -Root: /home - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | --------- | | /somefile.d.ts | | | @@ -3860,123 +3796,121 @@ Root: /home | /dir/subdir/somefile.d.ts | | | | /folderAtRoot/somefile.d.ts | | | | /folderAtRoot/dir/somefile.d.ts | | | -| /folderAtRoot/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/dir/subdir/somefile.d.ts | /folderAtRoot/dir/subdir | true | | /folderAtRoot/folder1/somefile.d.ts | | | -| /folderAtRoot/folder1/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/dir/somefile.d.ts | /folderAtRoot/folder1/dir | true | +| /folderAtRoot/folder1/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/dir | true | +| /folderAtRoot/folder1/folder2/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | | /users/somefile.d.ts | | | | /users/dir/somefile.d.ts | | | -| /users/dir/subdir/somefile.d.ts | | | +| /users/dir/subdir/somefile.d.ts | /users/dir/subdir | true | | /users/username/somefile.d.ts | | | -| /users/username/dir/somefile.d.ts | | | -| /users/username/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/somefile.d.ts | | | -| /users/username/folderAtRoot/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /users/username/dir/somefile.d.ts | /users/username/dir | true | +| /users/username/dir/subdir/somefile.d.ts | /users/username/dir | true | +| /users/username/folderAtRoot/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | | /user/somefile.d.ts | | | | /user/dir/somefile.d.ts | | | -| /user/dir/subdir/somefile.d.ts | | | +| /user/dir/subdir/somefile.d.ts | /user/dir/subdir | true | | /user/username/somefile.d.ts | | | -| /user/username/dir/somefile.d.ts | | | -| /user/username/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/somefile.d.ts | | | -| /user/username/folderAtRoot/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /user/username/dir/somefile.d.ts | /user/username/dir | true | +| /user/username/dir/subdir/somefile.d.ts | /user/username/dir | true | +| /user/username/folderAtRoot/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | | /usr/somefile.d.ts | | | | /usr/dir/somefile.d.ts | | | -| /usr/dir/subdir/somefile.d.ts | | | +| /usr/dir/subdir/somefile.d.ts | /usr/dir/subdir | true | | /usr/username/somefile.d.ts | | | -| /usr/username/dir/somefile.d.ts | | | -| /usr/username/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/somefile.d.ts | | | -| /usr/username/folderAtRoot/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| /home/somefile.d.ts | /home | false | -| /home/dir/somefile.d.ts | /home/dir | true | -| /home/dir/subdir/somefile.d.ts | /home/dir | true | -| /home/username/somefile.d.ts | /home/username | true | -| /home/username/dir/somefile.d.ts | /home/username | true | -| /home/username/dir/subdir/somefile.d.ts | /home/username | true | -| /home/username/folderAtRoot/somefile.d.ts | /home/username | true | -| /home/username/folderAtRoot/dir/somefile.d.ts | /home/username | true | -| /home/username/folderAtRoot/dir/subdir/somefile.d.ts | /home/username | true | -| /home/username/folderAtRoot/folder1/somefile.d.ts | /home/username | true | -| /home/username/folderAtRoot/folder1/dir/somefile.d.ts | /home/username | true | -| /home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /home/username | true | -| /home/username/folderAtRoot/folder1/folder2/somefile.d.ts | /home/username | true | -| /home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /home/username | true | -| /home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /home/username | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /home/username | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /home/username | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /home/username | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /home/username | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /home/username | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /home/username | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /home/username | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /home/username | true | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /home/username | true | +| /usr/username/dir/somefile.d.ts | /usr/username/dir | true | +| /usr/username/dir/subdir/somefile.d.ts | /usr/username/dir | true | +| /usr/username/folderAtRoot/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /home/somefile.d.ts | | | +| /home/dir/somefile.d.ts | | | +| /home/dir/subdir/somefile.d.ts | /home/dir/subdir | true | +| /home/username/somefile.d.ts | | | +| /home/username/dir/somefile.d.ts | /home/username/dir | true | +| /home/username/dir/subdir/somefile.d.ts | /home/username/dir | true | +| /home/username/folderAtRoot/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /home/username/folderAtRoot | true | +| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /home/username/folderAtRoot | true | ## RootDirForResolution: /home/username -Root: /home/username - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | --------- | | /somefile.d.ts | | | @@ -3984,98 +3918,98 @@ Root: /home/username | /dir/subdir/somefile.d.ts | | | | /folderAtRoot/somefile.d.ts | | | | /folderAtRoot/dir/somefile.d.ts | | | -| /folderAtRoot/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/dir/subdir/somefile.d.ts | /folderAtRoot/dir/subdir | true | | /folderAtRoot/folder1/somefile.d.ts | | | -| /folderAtRoot/folder1/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/dir/somefile.d.ts | /folderAtRoot/folder1/dir | true | +| /folderAtRoot/folder1/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/dir | true | +| /folderAtRoot/folder1/folder2/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | | /users/somefile.d.ts | | | | /users/dir/somefile.d.ts | | | -| /users/dir/subdir/somefile.d.ts | | | +| /users/dir/subdir/somefile.d.ts | /users/dir/subdir | true | | /users/username/somefile.d.ts | | | -| /users/username/dir/somefile.d.ts | | | -| /users/username/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/somefile.d.ts | | | -| /users/username/folderAtRoot/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /users/username/dir/somefile.d.ts | /users/username/dir | true | +| /users/username/dir/subdir/somefile.d.ts | /users/username/dir | true | +| /users/username/folderAtRoot/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | | /user/somefile.d.ts | | | | /user/dir/somefile.d.ts | | | -| /user/dir/subdir/somefile.d.ts | | | +| /user/dir/subdir/somefile.d.ts | /user/dir/subdir | true | | /user/username/somefile.d.ts | | | -| /user/username/dir/somefile.d.ts | | | -| /user/username/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/somefile.d.ts | | | -| /user/username/folderAtRoot/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /user/username/dir/somefile.d.ts | /user/username/dir | true | +| /user/username/dir/subdir/somefile.d.ts | /user/username/dir | true | +| /user/username/folderAtRoot/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | | /usr/somefile.d.ts | | | | /usr/dir/somefile.d.ts | | | -| /usr/dir/subdir/somefile.d.ts | | | +| /usr/dir/subdir/somefile.d.ts | /usr/dir/subdir | true | | /usr/username/somefile.d.ts | | | -| /usr/username/dir/somefile.d.ts | | | -| /usr/username/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/somefile.d.ts | | | -| /usr/username/folderAtRoot/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /usr/username/dir/somefile.d.ts | /usr/username/dir | true | +| /usr/username/dir/subdir/somefile.d.ts | /usr/username/dir | true | +| /usr/username/folderAtRoot/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | | /home/somefile.d.ts | | | | /home/dir/somefile.d.ts | | | -| /home/dir/subdir/somefile.d.ts | | | -| /home/username/somefile.d.ts | /home/username | false | +| /home/dir/subdir/somefile.d.ts | /home/dir/subdir | true | +| /home/username/somefile.d.ts | | | | /home/username/dir/somefile.d.ts | /home/username/dir | true | | /home/username/dir/subdir/somefile.d.ts | /home/username/dir | true | | /home/username/folderAtRoot/somefile.d.ts | /home/username/folderAtRoot | true | @@ -4099,8 +4033,6 @@ Root: /home/username ## RootDirForResolution: /home/username/folderAtRoot -Root: /home/username/folderAtRoot - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | --------- | | /somefile.d.ts | | | @@ -4108,100 +4040,100 @@ Root: /home/username/folderAtRoot | /dir/subdir/somefile.d.ts | | | | /folderAtRoot/somefile.d.ts | | | | /folderAtRoot/dir/somefile.d.ts | | | -| /folderAtRoot/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/dir/subdir/somefile.d.ts | /folderAtRoot/dir/subdir | true | | /folderAtRoot/folder1/somefile.d.ts | | | -| /folderAtRoot/folder1/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/dir/somefile.d.ts | /folderAtRoot/folder1/dir | true | +| /folderAtRoot/folder1/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/dir | true | +| /folderAtRoot/folder1/folder2/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | | /users/somefile.d.ts | | | | /users/dir/somefile.d.ts | | | -| /users/dir/subdir/somefile.d.ts | | | +| /users/dir/subdir/somefile.d.ts | /users/dir/subdir | true | | /users/username/somefile.d.ts | | | -| /users/username/dir/somefile.d.ts | | | -| /users/username/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/somefile.d.ts | | | -| /users/username/folderAtRoot/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /users/username/dir/somefile.d.ts | /users/username/dir | true | +| /users/username/dir/subdir/somefile.d.ts | /users/username/dir | true | +| /users/username/folderAtRoot/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | | /user/somefile.d.ts | | | | /user/dir/somefile.d.ts | | | -| /user/dir/subdir/somefile.d.ts | | | +| /user/dir/subdir/somefile.d.ts | /user/dir/subdir | true | | /user/username/somefile.d.ts | | | -| /user/username/dir/somefile.d.ts | | | -| /user/username/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/somefile.d.ts | | | -| /user/username/folderAtRoot/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /user/username/dir/somefile.d.ts | /user/username/dir | true | +| /user/username/dir/subdir/somefile.d.ts | /user/username/dir | true | +| /user/username/folderAtRoot/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | | /usr/somefile.d.ts | | | | /usr/dir/somefile.d.ts | | | -| /usr/dir/subdir/somefile.d.ts | | | +| /usr/dir/subdir/somefile.d.ts | /usr/dir/subdir | true | | /usr/username/somefile.d.ts | | | -| /usr/username/dir/somefile.d.ts | | | -| /usr/username/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/somefile.d.ts | | | -| /usr/username/folderAtRoot/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /usr/username/dir/somefile.d.ts | /usr/username/dir | true | +| /usr/username/dir/subdir/somefile.d.ts | /usr/username/dir | true | +| /usr/username/folderAtRoot/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | | /home/somefile.d.ts | | | | /home/dir/somefile.d.ts | | | -| /home/dir/subdir/somefile.d.ts | | | +| /home/dir/subdir/somefile.d.ts | /home/dir/subdir | true | | /home/username/somefile.d.ts | | | -| /home/username/dir/somefile.d.ts | | | -| /home/username/dir/subdir/somefile.d.ts | | | +| /home/username/dir/somefile.d.ts | /home/username/dir | true | +| /home/username/dir/subdir/somefile.d.ts | /home/username/dir | true | | /home/username/folderAtRoot/somefile.d.ts | /home/username/folderAtRoot | false | | /home/username/folderAtRoot/dir/somefile.d.ts | /home/username/folderAtRoot/dir | true | | /home/username/folderAtRoot/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/dir | true | @@ -4223,8 +4155,6 @@ Root: /home/username/folderAtRoot ## RootDirForResolution: /home/username/folderAtRoot/folder1 -Root: /home/username/folderAtRoot/folder1 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | --------- | | /somefile.d.ts | | | @@ -4232,103 +4162,103 @@ Root: /home/username/folderAtRoot/folder1 | /dir/subdir/somefile.d.ts | | | | /folderAtRoot/somefile.d.ts | | | | /folderAtRoot/dir/somefile.d.ts | | | -| /folderAtRoot/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/dir/subdir/somefile.d.ts | /folderAtRoot/dir/subdir | true | | /folderAtRoot/folder1/somefile.d.ts | | | -| /folderAtRoot/folder1/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/dir/somefile.d.ts | /folderAtRoot/folder1/dir | true | +| /folderAtRoot/folder1/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/dir | true | +| /folderAtRoot/folder1/folder2/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | | /users/somefile.d.ts | | | | /users/dir/somefile.d.ts | | | -| /users/dir/subdir/somefile.d.ts | | | +| /users/dir/subdir/somefile.d.ts | /users/dir/subdir | true | | /users/username/somefile.d.ts | | | -| /users/username/dir/somefile.d.ts | | | -| /users/username/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/somefile.d.ts | | | -| /users/username/folderAtRoot/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /users/username/dir/somefile.d.ts | /users/username/dir | true | +| /users/username/dir/subdir/somefile.d.ts | /users/username/dir | true | +| /users/username/folderAtRoot/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | | /user/somefile.d.ts | | | | /user/dir/somefile.d.ts | | | -| /user/dir/subdir/somefile.d.ts | | | +| /user/dir/subdir/somefile.d.ts | /user/dir/subdir | true | | /user/username/somefile.d.ts | | | -| /user/username/dir/somefile.d.ts | | | -| /user/username/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/somefile.d.ts | | | -| /user/username/folderAtRoot/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /user/username/dir/somefile.d.ts | /user/username/dir | true | +| /user/username/dir/subdir/somefile.d.ts | /user/username/dir | true | +| /user/username/folderAtRoot/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | | /usr/somefile.d.ts | | | | /usr/dir/somefile.d.ts | | | -| /usr/dir/subdir/somefile.d.ts | | | +| /usr/dir/subdir/somefile.d.ts | /usr/dir/subdir | true | | /usr/username/somefile.d.ts | | | -| /usr/username/dir/somefile.d.ts | | | -| /usr/username/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/somefile.d.ts | | | -| /usr/username/folderAtRoot/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /usr/username/dir/somefile.d.ts | /usr/username/dir | true | +| /usr/username/dir/subdir/somefile.d.ts | /usr/username/dir | true | +| /usr/username/folderAtRoot/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | | /home/somefile.d.ts | | | | /home/dir/somefile.d.ts | | | -| /home/dir/subdir/somefile.d.ts | | | +| /home/dir/subdir/somefile.d.ts | /home/dir/subdir | true | | /home/username/somefile.d.ts | | | -| /home/username/dir/somefile.d.ts | | | -| /home/username/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/somefile.d.ts | | | -| /home/username/folderAtRoot/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | +| /home/username/dir/somefile.d.ts | /home/username/dir | true | +| /home/username/dir/subdir/somefile.d.ts | /home/username/dir | true | +| /home/username/folderAtRoot/somefile.d.ts | /home/username/folderAtRoot | false | +| /home/username/folderAtRoot/dir/somefile.d.ts | /home/username/folderAtRoot/dir | true | +| /home/username/folderAtRoot/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/dir | true | | /home/username/folderAtRoot/folder1/somefile.d.ts | /home/username/folderAtRoot/folder1 | false | | /home/username/folderAtRoot/folder1/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/dir | true | | /home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/dir | true | @@ -4347,8 +4277,6 @@ Root: /home/username/folderAtRoot/folder1 ## RootDirForResolution: /home/username/folderAtRoot/folder1/folder2 -Root: /home/username/folderAtRoot/folder1/folder2 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | --------- | | /somefile.d.ts | | | @@ -4356,103 +4284,103 @@ Root: /home/username/folderAtRoot/folder1/folder2 | /dir/subdir/somefile.d.ts | | | | /folderAtRoot/somefile.d.ts | | | | /folderAtRoot/dir/somefile.d.ts | | | -| /folderAtRoot/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/dir/subdir/somefile.d.ts | /folderAtRoot/dir/subdir | true | | /folderAtRoot/folder1/somefile.d.ts | | | -| /folderAtRoot/folder1/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/dir/somefile.d.ts | /folderAtRoot/folder1/dir | true | +| /folderAtRoot/folder1/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/dir | true | +| /folderAtRoot/folder1/folder2/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | | /users/somefile.d.ts | | | | /users/dir/somefile.d.ts | | | -| /users/dir/subdir/somefile.d.ts | | | +| /users/dir/subdir/somefile.d.ts | /users/dir/subdir | true | | /users/username/somefile.d.ts | | | -| /users/username/dir/somefile.d.ts | | | -| /users/username/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/somefile.d.ts | | | -| /users/username/folderAtRoot/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /users/username/dir/somefile.d.ts | /users/username/dir | true | +| /users/username/dir/subdir/somefile.d.ts | /users/username/dir | true | +| /users/username/folderAtRoot/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | | /user/somefile.d.ts | | | | /user/dir/somefile.d.ts | | | -| /user/dir/subdir/somefile.d.ts | | | +| /user/dir/subdir/somefile.d.ts | /user/dir/subdir | true | | /user/username/somefile.d.ts | | | -| /user/username/dir/somefile.d.ts | | | -| /user/username/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/somefile.d.ts | | | -| /user/username/folderAtRoot/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /user/username/dir/somefile.d.ts | /user/username/dir | true | +| /user/username/dir/subdir/somefile.d.ts | /user/username/dir | true | +| /user/username/folderAtRoot/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | | /usr/somefile.d.ts | | | | /usr/dir/somefile.d.ts | | | -| /usr/dir/subdir/somefile.d.ts | | | +| /usr/dir/subdir/somefile.d.ts | /usr/dir/subdir | true | | /usr/username/somefile.d.ts | | | -| /usr/username/dir/somefile.d.ts | | | -| /usr/username/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/somefile.d.ts | | | -| /usr/username/folderAtRoot/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /usr/username/dir/somefile.d.ts | /usr/username/dir | true | +| /usr/username/dir/subdir/somefile.d.ts | /usr/username/dir | true | +| /usr/username/folderAtRoot/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | | /home/somefile.d.ts | | | | /home/dir/somefile.d.ts | | | -| /home/dir/subdir/somefile.d.ts | | | +| /home/dir/subdir/somefile.d.ts | /home/dir/subdir | true | | /home/username/somefile.d.ts | | | -| /home/username/dir/somefile.d.ts | | | -| /home/username/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/somefile.d.ts | | | -| /home/username/folderAtRoot/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | +| /home/username/dir/somefile.d.ts | /home/username/dir | true | +| /home/username/dir/subdir/somefile.d.ts | /home/username/dir | true | +| /home/username/folderAtRoot/somefile.d.ts | /home/username/folderAtRoot | false | +| /home/username/folderAtRoot/dir/somefile.d.ts | /home/username/folderAtRoot/dir | true | +| /home/username/folderAtRoot/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/dir | true | | /home/username/folderAtRoot/folder1/somefile.d.ts | /home/username/folderAtRoot/folder1 | false | | /home/username/folderAtRoot/folder1/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/dir | true | | /home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/dir | true | @@ -4471,8 +4399,6 @@ Root: /home/username/folderAtRoot/folder1/folder2 ## RootDirForResolution: /home/username/folderAtRoot/folder1/folder2/folder3 -Root: /home/username/folderAtRoot/folder1/folder2/folder3 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | --------- | | /somefile.d.ts | | | @@ -4480,103 +4406,103 @@ Root: /home/username/folderAtRoot/folder1/folder2/folder3 | /dir/subdir/somefile.d.ts | | | | /folderAtRoot/somefile.d.ts | | | | /folderAtRoot/dir/somefile.d.ts | | | -| /folderAtRoot/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/dir/subdir/somefile.d.ts | /folderAtRoot/dir/subdir | true | | /folderAtRoot/folder1/somefile.d.ts | | | -| /folderAtRoot/folder1/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/dir/somefile.d.ts | /folderAtRoot/folder1/dir | true | +| /folderAtRoot/folder1/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/dir | true | +| /folderAtRoot/folder1/folder2/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | | /users/somefile.d.ts | | | | /users/dir/somefile.d.ts | | | -| /users/dir/subdir/somefile.d.ts | | | +| /users/dir/subdir/somefile.d.ts | /users/dir/subdir | true | | /users/username/somefile.d.ts | | | -| /users/username/dir/somefile.d.ts | | | -| /users/username/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/somefile.d.ts | | | -| /users/username/folderAtRoot/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /users/username/dir/somefile.d.ts | /users/username/dir | true | +| /users/username/dir/subdir/somefile.d.ts | /users/username/dir | true | +| /users/username/folderAtRoot/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | | /user/somefile.d.ts | | | | /user/dir/somefile.d.ts | | | -| /user/dir/subdir/somefile.d.ts | | | +| /user/dir/subdir/somefile.d.ts | /user/dir/subdir | true | | /user/username/somefile.d.ts | | | -| /user/username/dir/somefile.d.ts | | | -| /user/username/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/somefile.d.ts | | | -| /user/username/folderAtRoot/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /user/username/dir/somefile.d.ts | /user/username/dir | true | +| /user/username/dir/subdir/somefile.d.ts | /user/username/dir | true | +| /user/username/folderAtRoot/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | | /usr/somefile.d.ts | | | | /usr/dir/somefile.d.ts | | | -| /usr/dir/subdir/somefile.d.ts | | | +| /usr/dir/subdir/somefile.d.ts | /usr/dir/subdir | true | | /usr/username/somefile.d.ts | | | -| /usr/username/dir/somefile.d.ts | | | -| /usr/username/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/somefile.d.ts | | | -| /usr/username/folderAtRoot/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /usr/username/dir/somefile.d.ts | /usr/username/dir | true | +| /usr/username/dir/subdir/somefile.d.ts | /usr/username/dir | true | +| /usr/username/folderAtRoot/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | | /home/somefile.d.ts | | | | /home/dir/somefile.d.ts | | | -| /home/dir/subdir/somefile.d.ts | | | +| /home/dir/subdir/somefile.d.ts | /home/dir/subdir | true | | /home/username/somefile.d.ts | | | -| /home/username/dir/somefile.d.ts | | | -| /home/username/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/somefile.d.ts | | | -| /home/username/folderAtRoot/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | +| /home/username/dir/somefile.d.ts | /home/username/dir | true | +| /home/username/dir/subdir/somefile.d.ts | /home/username/dir | true | +| /home/username/folderAtRoot/somefile.d.ts | /home/username/folderAtRoot | false | +| /home/username/folderAtRoot/dir/somefile.d.ts | /home/username/folderAtRoot/dir | true | +| /home/username/folderAtRoot/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/dir | true | | /home/username/folderAtRoot/folder1/somefile.d.ts | /home/username/folderAtRoot/folder1 | false | | /home/username/folderAtRoot/folder1/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/dir | true | | /home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/dir | true | @@ -4595,8 +4521,6 @@ Root: /home/username/folderAtRoot/folder1/folder2/folder3 ## RootDirForResolution: /home/username/folderAtRoot/folder1/folder2/folder3/folder4 -Root: /home/username/folderAtRoot/folder1/folder2/folder3/folder4 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | --------- | | /somefile.d.ts | | | @@ -4604,103 +4528,103 @@ Root: /home/username/folderAtRoot/folder1/folder2/folder3/folder4 | /dir/subdir/somefile.d.ts | | | | /folderAtRoot/somefile.d.ts | | | | /folderAtRoot/dir/somefile.d.ts | | | -| /folderAtRoot/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/dir/subdir/somefile.d.ts | /folderAtRoot/dir/subdir | true | | /folderAtRoot/folder1/somefile.d.ts | | | -| /folderAtRoot/folder1/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/dir/somefile.d.ts | /folderAtRoot/folder1/dir | true | +| /folderAtRoot/folder1/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/dir | true | +| /folderAtRoot/folder1/folder2/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | | /users/somefile.d.ts | | | | /users/dir/somefile.d.ts | | | -| /users/dir/subdir/somefile.d.ts | | | +| /users/dir/subdir/somefile.d.ts | /users/dir/subdir | true | | /users/username/somefile.d.ts | | | -| /users/username/dir/somefile.d.ts | | | -| /users/username/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/somefile.d.ts | | | -| /users/username/folderAtRoot/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /users/username/dir/somefile.d.ts | /users/username/dir | true | +| /users/username/dir/subdir/somefile.d.ts | /users/username/dir | true | +| /users/username/folderAtRoot/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | | /user/somefile.d.ts | | | | /user/dir/somefile.d.ts | | | -| /user/dir/subdir/somefile.d.ts | | | +| /user/dir/subdir/somefile.d.ts | /user/dir/subdir | true | | /user/username/somefile.d.ts | | | -| /user/username/dir/somefile.d.ts | | | -| /user/username/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/somefile.d.ts | | | -| /user/username/folderAtRoot/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /user/username/dir/somefile.d.ts | /user/username/dir | true | +| /user/username/dir/subdir/somefile.d.ts | /user/username/dir | true | +| /user/username/folderAtRoot/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | | /usr/somefile.d.ts | | | | /usr/dir/somefile.d.ts | | | -| /usr/dir/subdir/somefile.d.ts | | | +| /usr/dir/subdir/somefile.d.ts | /usr/dir/subdir | true | | /usr/username/somefile.d.ts | | | -| /usr/username/dir/somefile.d.ts | | | -| /usr/username/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/somefile.d.ts | | | -| /usr/username/folderAtRoot/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /usr/username/dir/somefile.d.ts | /usr/username/dir | true | +| /usr/username/dir/subdir/somefile.d.ts | /usr/username/dir | true | +| /usr/username/folderAtRoot/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | | /home/somefile.d.ts | | | | /home/dir/somefile.d.ts | | | -| /home/dir/subdir/somefile.d.ts | | | +| /home/dir/subdir/somefile.d.ts | /home/dir/subdir | true | | /home/username/somefile.d.ts | | | -| /home/username/dir/somefile.d.ts | | | -| /home/username/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/somefile.d.ts | | | -| /home/username/folderAtRoot/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | +| /home/username/dir/somefile.d.ts | /home/username/dir | true | +| /home/username/dir/subdir/somefile.d.ts | /home/username/dir | true | +| /home/username/folderAtRoot/somefile.d.ts | /home/username/folderAtRoot | false | +| /home/username/folderAtRoot/dir/somefile.d.ts | /home/username/folderAtRoot/dir | true | +| /home/username/folderAtRoot/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/dir | true | | /home/username/folderAtRoot/folder1/somefile.d.ts | /home/username/folderAtRoot/folder1 | false | | /home/username/folderAtRoot/folder1/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/dir | true | | /home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/dir | true | @@ -4719,8 +4643,6 @@ Root: /home/username/folderAtRoot/folder1/folder2/folder3/folder4 ## RootDirForResolution: /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 -Root: /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | --------- | | /somefile.d.ts | | | @@ -4728,103 +4650,103 @@ Root: /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | /dir/subdir/somefile.d.ts | | | | /folderAtRoot/somefile.d.ts | | | | /folderAtRoot/dir/somefile.d.ts | | | -| /folderAtRoot/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/dir/subdir/somefile.d.ts | /folderAtRoot/dir/subdir | true | | /folderAtRoot/folder1/somefile.d.ts | | | -| /folderAtRoot/folder1/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /folderAtRoot/folder1/dir/somefile.d.ts | /folderAtRoot/folder1/dir | true | +| /folderAtRoot/folder1/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/dir | true | +| /folderAtRoot/folder1/folder2/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | +| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2 | true | | /users/somefile.d.ts | | | | /users/dir/somefile.d.ts | | | -| /users/dir/subdir/somefile.d.ts | | | +| /users/dir/subdir/somefile.d.ts | /users/dir/subdir | true | | /users/username/somefile.d.ts | | | -| /users/username/dir/somefile.d.ts | | | -| /users/username/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/somefile.d.ts | | | -| /users/username/folderAtRoot/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /users/username/dir/somefile.d.ts | /users/username/dir | true | +| /users/username/dir/subdir/somefile.d.ts | /users/username/dir | true | +| /users/username/folderAtRoot/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /users/username/folderAtRoot | true | +| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /users/username/folderAtRoot | true | | /user/somefile.d.ts | | | | /user/dir/somefile.d.ts | | | -| /user/dir/subdir/somefile.d.ts | | | +| /user/dir/subdir/somefile.d.ts | /user/dir/subdir | true | | /user/username/somefile.d.ts | | | -| /user/username/dir/somefile.d.ts | | | -| /user/username/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/somefile.d.ts | | | -| /user/username/folderAtRoot/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /user/username/dir/somefile.d.ts | /user/username/dir | true | +| /user/username/dir/subdir/somefile.d.ts | /user/username/dir | true | +| /user/username/folderAtRoot/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /user/username/folderAtRoot | true | +| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /user/username/folderAtRoot | true | | /usr/somefile.d.ts | | | | /usr/dir/somefile.d.ts | | | -| /usr/dir/subdir/somefile.d.ts | | | +| /usr/dir/subdir/somefile.d.ts | /usr/dir/subdir | true | | /usr/username/somefile.d.ts | | | -| /usr/username/dir/somefile.d.ts | | | -| /usr/username/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/somefile.d.ts | | | -| /usr/username/folderAtRoot/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| /usr/username/dir/somefile.d.ts | /usr/username/dir | true | +| /usr/username/dir/subdir/somefile.d.ts | /usr/username/dir | true | +| /usr/username/folderAtRoot/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /usr/username/folderAtRoot | true | +| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot | true | | /home/somefile.d.ts | | | | /home/dir/somefile.d.ts | | | -| /home/dir/subdir/somefile.d.ts | | | +| /home/dir/subdir/somefile.d.ts | /home/dir/subdir | true | | /home/username/somefile.d.ts | | | -| /home/username/dir/somefile.d.ts | | | -| /home/username/dir/subdir/somefile.d.ts | | | -| /home/username/folderAtRoot/somefile.d.ts | | | -| /home/username/folderAtRoot/dir/somefile.d.ts | | | -| /home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | +| /home/username/dir/somefile.d.ts | /home/username/dir | true | +| /home/username/dir/subdir/somefile.d.ts | /home/username/dir | true | +| /home/username/folderAtRoot/somefile.d.ts | /home/username/folderAtRoot | false | +| /home/username/folderAtRoot/dir/somefile.d.ts | /home/username/folderAtRoot/dir | true | +| /home/username/folderAtRoot/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/dir | true | | /home/username/folderAtRoot/folder1/somefile.d.ts | /home/username/folderAtRoot/folder1 | false | | /home/username/folderAtRoot/folder1/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/dir | true | | /home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/dir | true | @@ -4841,127 +4763,3 @@ Root: /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir | true | | /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir | true | -## RootDirForResolution: undefined - -Root: undefined - -| Location | getDirectoryToWatchFailedLookupLocation | Recursive | -| -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | --------- | -| /somefile.d.ts | | | -| /dir/somefile.d.ts | | | -| /dir/subdir/somefile.d.ts | | | -| /folderAtRoot/somefile.d.ts | | | -| /folderAtRoot/dir/somefile.d.ts | | | -| /folderAtRoot/dir/subdir/somefile.d.ts | | | -| /folderAtRoot/folder1/somefile.d.ts | | | -| /folderAtRoot/folder1/dir/somefile.d.ts | | | -| /folderAtRoot/folder1/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/dir/subdir | false | -| /folderAtRoot/folder1/folder2/somefile.d.ts | | | -| /folderAtRoot/folder1/folder2/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/dir | false | -| /folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/dir/subdir | false | -| /folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3 | false | -| /folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/dir | false | -| /folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/dir/subdir | false | -| /folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/folder4 | false | -| /folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/folder4/dir | false | -| /folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir | false | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/folder4/folder5 | false | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir | false | -| /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir | false | -| /users/somefile.d.ts | | | -| /users/dir/somefile.d.ts | | | -| /users/dir/subdir/somefile.d.ts | | | -| /users/username/somefile.d.ts | | | -| /users/username/dir/somefile.d.ts | | | -| /users/username/dir/subdir/somefile.d.ts | /users/username/dir/subdir | false | -| /users/username/folderAtRoot/somefile.d.ts | | | -| /users/username/folderAtRoot/dir/somefile.d.ts | /users/username/folderAtRoot/dir | false | -| /users/username/folderAtRoot/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/dir/subdir | false | -| /users/username/folderAtRoot/folder1/somefile.d.ts | /users/username/folderAtRoot/folder1 | false | -| /users/username/folderAtRoot/folder1/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/dir | false | -| /users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/dir/subdir | false | -| /users/username/folderAtRoot/folder1/folder2/somefile.d.ts | /users/username/folderAtRoot/folder1/folder2 | false | -| /users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/folder2/dir | false | -| /users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/folder2/dir/subdir | false | -| /users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /users/username/folderAtRoot/folder1/folder2/folder3 | false | -| /users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/folder2/folder3/dir | false | -| /users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir | false | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /users/username/folderAtRoot/folder1/folder2/folder3/folder4 | false | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir | false | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir | false | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | false | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir | false | -| /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir | false | -| /user/somefile.d.ts | | | -| /user/dir/somefile.d.ts | | | -| /user/dir/subdir/somefile.d.ts | | | -| /user/username/somefile.d.ts | | | -| /user/username/dir/somefile.d.ts | | | -| /user/username/dir/subdir/somefile.d.ts | /user/username/dir/subdir | false | -| /user/username/folderAtRoot/somefile.d.ts | | | -| /user/username/folderAtRoot/dir/somefile.d.ts | /user/username/folderAtRoot/dir | false | -| /user/username/folderAtRoot/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/dir/subdir | false | -| /user/username/folderAtRoot/folder1/somefile.d.ts | /user/username/folderAtRoot/folder1 | false | -| /user/username/folderAtRoot/folder1/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/dir | false | -| /user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/dir/subdir | false | -| /user/username/folderAtRoot/folder1/folder2/somefile.d.ts | /user/username/folderAtRoot/folder1/folder2 | false | -| /user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/folder2/dir | false | -| /user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/folder2/dir/subdir | false | -| /user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /user/username/folderAtRoot/folder1/folder2/folder3 | false | -| /user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/folder2/folder3/dir | false | -| /user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir | false | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /user/username/folderAtRoot/folder1/folder2/folder3/folder4 | false | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir | false | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir | false | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | false | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir | false | -| /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir | false | -| /usr/somefile.d.ts | | | -| /usr/dir/somefile.d.ts | | | -| /usr/dir/subdir/somefile.d.ts | | | -| /usr/username/somefile.d.ts | | | -| /usr/username/dir/somefile.d.ts | | | -| /usr/username/dir/subdir/somefile.d.ts | /usr/username/dir/subdir | false | -| /usr/username/folderAtRoot/somefile.d.ts | | | -| /usr/username/folderAtRoot/dir/somefile.d.ts | /usr/username/folderAtRoot/dir | false | -| /usr/username/folderAtRoot/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/dir/subdir | false | -| /usr/username/folderAtRoot/folder1/somefile.d.ts | /usr/username/folderAtRoot/folder1 | false | -| /usr/username/folderAtRoot/folder1/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/dir | false | -| /usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/dir/subdir | false | -| /usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | /usr/username/folderAtRoot/folder1/folder2 | false | -| /usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/folder2/dir | false | -| /usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/folder2/dir/subdir | false | -| /usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /usr/username/folderAtRoot/folder1/folder2/folder3 | false | -| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/folder2/folder3/dir | false | -| /usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir | false | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4 | false | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir | false | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir | false | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | false | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir | false | -| /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir | false | -| /home/somefile.d.ts | | | -| /home/dir/somefile.d.ts | | | -| /home/dir/subdir/somefile.d.ts | | | -| /home/username/somefile.d.ts | | | -| /home/username/dir/somefile.d.ts | | | -| /home/username/dir/subdir/somefile.d.ts | /home/username/dir/subdir | false | -| /home/username/folderAtRoot/somefile.d.ts | | | -| /home/username/folderAtRoot/dir/somefile.d.ts | /home/username/folderAtRoot/dir | false | -| /home/username/folderAtRoot/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/dir/subdir | false | -| /home/username/folderAtRoot/folder1/somefile.d.ts | /home/username/folderAtRoot/folder1 | false | -| /home/username/folderAtRoot/folder1/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/dir | false | -| /home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/dir/subdir | false | -| /home/username/folderAtRoot/folder1/folder2/somefile.d.ts | /home/username/folderAtRoot/folder1/folder2 | false | -| /home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/folder2/dir | false | -| /home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/folder2/dir/subdir | false | -| /home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | /home/username/folderAtRoot/folder1/folder2/folder3 | false | -| /home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/folder2/folder3/dir | false | -| /home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir | false | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | /home/username/folderAtRoot/folder1/folder2/folder3/folder4 | false | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir | false | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir | false | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | false | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir | false | -| /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | /home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir | false | - diff --git a/tests/baselines/reference/canWatch/getDirectoryToWatchFailedLookupLocationUnc.baseline.md b/tests/baselines/reference/canWatch/getDirectoryToWatchFailedLookupLocationUnc.baseline.md index 77bc5c2441a6e..44d1871303717 100644 --- a/tests/baselines/reference/canWatch/getDirectoryToWatchFailedLookupLocationUnc.baseline.md +++ b/tests/baselines/reference/canWatch/getDirectoryToWatchFailedLookupLocationUnc.baseline.md @@ -7,256 +7,250 @@ It also determines the directory to watch and whether to watch it recursively or ## RootDirForResolution: //vda1cs4850/ -Root: //vda1cs4850 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | --------- | -| //vda1cs4850/somefile.d.ts | //vda1cs4850 | false | -| //vda1cs4850/dir/somefile.d.ts | //vda1cs4850/dir | true | -| //vda1cs4850/dir/subdir/somefile.d.ts | //vda1cs4850/dir | true | -| //vda1cs4850/folderAtRoot/somefile.d.ts | //vda1cs4850/folderAtRoot | true | -| //vda1cs4850/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/folderAtRoot | true | -| //vda1cs4850/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot | true | -| //vda1cs4850/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/folderAtRoot | true | -| //vda1cs4850/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/folderAtRoot | true | -| //vda1cs4850/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/folderAtRoot | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/folderAtRoot | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/folderAtRoot | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/folderAtRoot | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/folderAtRoot | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/folderAtRoot | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/folderAtRoot | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/folderAtRoot | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot | true | -| //vda1cs4850/users/somefile.d.ts | //vda1cs4850/users | true | -| //vda1cs4850/users/dir/somefile.d.ts | //vda1cs4850/users | true | -| //vda1cs4850/users/dir/subdir/somefile.d.ts | //vda1cs4850/users | true | -| //vda1cs4850/users/username/somefile.d.ts | //vda1cs4850/users | true | -| //vda1cs4850/users/username/dir/somefile.d.ts | //vda1cs4850/users | true | -| //vda1cs4850/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/users | true | -| //vda1cs4850/users/username/folderAtRoot/somefile.d.ts | //vda1cs4850/users | true | -| //vda1cs4850/users/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/users | true | -| //vda1cs4850/users/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/users | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/users | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/users | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/users | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/users | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/users | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/users | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/users | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/users | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/users | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/users | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/users | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/users | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/users | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/users | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/users | true | -| //vda1cs4850/user/somefile.d.ts | //vda1cs4850/user | true | -| //vda1cs4850/user/dir/somefile.d.ts | //vda1cs4850/user | true | -| //vda1cs4850/user/dir/subdir/somefile.d.ts | //vda1cs4850/user | true | -| //vda1cs4850/user/username/somefile.d.ts | //vda1cs4850/user | true | -| //vda1cs4850/user/username/dir/somefile.d.ts | //vda1cs4850/user | true | -| //vda1cs4850/user/username/dir/subdir/somefile.d.ts | //vda1cs4850/user | true | -| //vda1cs4850/user/username/folderAtRoot/somefile.d.ts | //vda1cs4850/user | true | -| //vda1cs4850/user/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/user | true | -| //vda1cs4850/user/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/user | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/user | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/user | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/user | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/user | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/user | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/user | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/user | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/user | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/user | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/user | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/user | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/user | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/user | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/user | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/user | true | -| //vda1cs4850/usr/somefile.d.ts | //vda1cs4850/usr | true | -| //vda1cs4850/usr/dir/somefile.d.ts | //vda1cs4850/usr | true | -| //vda1cs4850/usr/dir/subdir/somefile.d.ts | //vda1cs4850/usr | true | -| //vda1cs4850/usr/username/somefile.d.ts | //vda1cs4850/usr | true | -| //vda1cs4850/usr/username/dir/somefile.d.ts | //vda1cs4850/usr | true | -| //vda1cs4850/usr/username/dir/subdir/somefile.d.ts | //vda1cs4850/usr | true | -| //vda1cs4850/usr/username/folderAtRoot/somefile.d.ts | //vda1cs4850/usr | true | -| //vda1cs4850/usr/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/usr | true | -| //vda1cs4850/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/usr | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/usr | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/usr | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/usr | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/usr | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/usr | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/usr | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/usr | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/usr | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/usr | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/usr | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/usr | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/usr | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/usr | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/usr | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/usr | true | -| //vda1cs4850/home/somefile.d.ts | //vda1cs4850/home | true | -| //vda1cs4850/home/dir/somefile.d.ts | //vda1cs4850/home | true | -| //vda1cs4850/home/dir/subdir/somefile.d.ts | //vda1cs4850/home | true | -| //vda1cs4850/home/username/somefile.d.ts | //vda1cs4850/home | true | -| //vda1cs4850/home/username/dir/somefile.d.ts | //vda1cs4850/home | true | -| //vda1cs4850/home/username/dir/subdir/somefile.d.ts | //vda1cs4850/home | true | -| //vda1cs4850/home/username/folderAtRoot/somefile.d.ts | //vda1cs4850/home | true | -| //vda1cs4850/home/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/home | true | -| //vda1cs4850/home/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/home | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/home | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/home | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/home | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/home | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/home | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/home | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/home | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/home | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/home | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/home | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/home | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/home | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/home | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/home | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/home | true | +| //vda1cs4850/somefile.d.ts | | | +| //vda1cs4850/dir/somefile.d.ts | | | +| //vda1cs4850/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/dir/subdir | true | +| //vda1cs4850/folderAtRoot/folder1/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/dir | true | +| //vda1cs4850/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/dir | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/users/somefile.d.ts | | | +| //vda1cs4850/users/dir/somefile.d.ts | | | +| //vda1cs4850/users/dir/subdir/somefile.d.ts | //vda1cs4850/users/dir/subdir | true | +| //vda1cs4850/users/username/somefile.d.ts | | | +| //vda1cs4850/users/username/dir/somefile.d.ts | //vda1cs4850/users/username/dir | true | +| //vda1cs4850/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/dir | true | +| //vda1cs4850/users/username/folderAtRoot/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/user/somefile.d.ts | | | +| //vda1cs4850/user/dir/somefile.d.ts | | | +| //vda1cs4850/user/dir/subdir/somefile.d.ts | //vda1cs4850/user/dir/subdir | true | +| //vda1cs4850/user/username/somefile.d.ts | | | +| //vda1cs4850/user/username/dir/somefile.d.ts | //vda1cs4850/user/username/dir | true | +| //vda1cs4850/user/username/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/dir | true | +| //vda1cs4850/user/username/folderAtRoot/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/usr/somefile.d.ts | | | +| //vda1cs4850/usr/dir/somefile.d.ts | | | +| //vda1cs4850/usr/dir/subdir/somefile.d.ts | //vda1cs4850/usr/dir/subdir | true | +| //vda1cs4850/usr/username/somefile.d.ts | | | +| //vda1cs4850/usr/username/dir/somefile.d.ts | //vda1cs4850/usr/username/dir | true | +| //vda1cs4850/usr/username/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/dir | true | +| //vda1cs4850/usr/username/folderAtRoot/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/home/somefile.d.ts | | | +| //vda1cs4850/home/dir/somefile.d.ts | | | +| //vda1cs4850/home/dir/subdir/somefile.d.ts | //vda1cs4850/home/dir/subdir | true | +| //vda1cs4850/home/username/somefile.d.ts | | | +| //vda1cs4850/home/username/dir/somefile.d.ts | //vda1cs4850/home/username/dir | true | +| //vda1cs4850/home/username/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/dir | true | +| //vda1cs4850/home/username/folderAtRoot/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | ## RootDirForResolution: //vda1cs4850/folderAtRoot -Root: //vda1cs4850/folderAtRoot - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/somefile.d.ts | | | | //vda1cs4850/dir/somefile.d.ts | | | | //vda1cs4850/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/somefile.d.ts | //vda1cs4850/folderAtRoot | false | -| //vda1cs4850/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/dir | true | -| //vda1cs4850/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/dir | true | -| //vda1cs4850/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1 | true | -| //vda1cs4850/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1 | true | -| //vda1cs4850/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1 | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1 | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1 | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1 | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1 | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1 | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1 | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1 | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1 | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1 | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1 | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1 | true | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1 | true | +| //vda1cs4850/folderAtRoot/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/dir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/dir/subdir | true | +| //vda1cs4850/folderAtRoot/folder1/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/dir | true | +| //vda1cs4850/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/dir | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | | //vda1cs4850/users/somefile.d.ts | | | | //vda1cs4850/users/dir/somefile.d.ts | | | -| //vda1cs4850/users/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/dir/subdir/somefile.d.ts | //vda1cs4850/users/dir/subdir | true | | //vda1cs4850/users/username/somefile.d.ts | | | -| //vda1cs4850/users/username/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/dir/somefile.d.ts | //vda1cs4850/users/username/dir | true | +| //vda1cs4850/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/dir | true | +| //vda1cs4850/users/username/folderAtRoot/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | | //vda1cs4850/user/somefile.d.ts | | | | //vda1cs4850/user/dir/somefile.d.ts | | | -| //vda1cs4850/user/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/user/dir/subdir/somefile.d.ts | //vda1cs4850/user/dir/subdir | true | | //vda1cs4850/user/username/somefile.d.ts | | | -| //vda1cs4850/user/username/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/user/username/dir/somefile.d.ts | //vda1cs4850/user/username/dir | true | +| //vda1cs4850/user/username/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/dir | true | +| //vda1cs4850/user/username/folderAtRoot/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | | //vda1cs4850/usr/somefile.d.ts | | | | //vda1cs4850/usr/dir/somefile.d.ts | | | -| //vda1cs4850/usr/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/usr/dir/subdir/somefile.d.ts | //vda1cs4850/usr/dir/subdir | true | | //vda1cs4850/usr/username/somefile.d.ts | | | -| //vda1cs4850/usr/username/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/usr/username/dir/somefile.d.ts | //vda1cs4850/usr/username/dir | true | +| //vda1cs4850/usr/username/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/dir | true | +| //vda1cs4850/usr/username/folderAtRoot/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | | //vda1cs4850/home/somefile.d.ts | | | | //vda1cs4850/home/dir/somefile.d.ts | | | -| //vda1cs4850/home/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/home/dir/subdir/somefile.d.ts | //vda1cs4850/home/dir/subdir | true | | //vda1cs4850/home/username/somefile.d.ts | | | -| //vda1cs4850/home/username/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/home/username/dir/somefile.d.ts | //vda1cs4850/home/username/dir | true | +| //vda1cs4850/home/username/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/dir | true | +| //vda1cs4850/home/username/folderAtRoot/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | ## RootDirForResolution: //vda1cs4850/folderAtRoot/folder1 -Root: //vda1cs4850/folderAtRoot/folder1 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/somefile.d.ts | | | @@ -264,8 +258,8 @@ Root: //vda1cs4850/folderAtRoot/folder1 | //vda1cs4850/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1 | false | +| //vda1cs4850/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/dir/subdir | true | +| //vda1cs4850/folderAtRoot/folder1/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/dir | true | | //vda1cs4850/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/dir | true | | //vda1cs4850/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | @@ -282,105 +276,103 @@ Root: //vda1cs4850/folderAtRoot/folder1 | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | | //vda1cs4850/users/somefile.d.ts | | | | //vda1cs4850/users/dir/somefile.d.ts | | | -| //vda1cs4850/users/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/dir/subdir/somefile.d.ts | //vda1cs4850/users/dir/subdir | true | | //vda1cs4850/users/username/somefile.d.ts | | | -| //vda1cs4850/users/username/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/dir/somefile.d.ts | //vda1cs4850/users/username/dir | true | +| //vda1cs4850/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/dir | true | +| //vda1cs4850/users/username/folderAtRoot/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | | //vda1cs4850/user/somefile.d.ts | | | | //vda1cs4850/user/dir/somefile.d.ts | | | -| //vda1cs4850/user/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/user/dir/subdir/somefile.d.ts | //vda1cs4850/user/dir/subdir | true | | //vda1cs4850/user/username/somefile.d.ts | | | -| //vda1cs4850/user/username/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/user/username/dir/somefile.d.ts | //vda1cs4850/user/username/dir | true | +| //vda1cs4850/user/username/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/dir | true | +| //vda1cs4850/user/username/folderAtRoot/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | | //vda1cs4850/usr/somefile.d.ts | | | | //vda1cs4850/usr/dir/somefile.d.ts | | | -| //vda1cs4850/usr/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/usr/dir/subdir/somefile.d.ts | //vda1cs4850/usr/dir/subdir | true | | //vda1cs4850/usr/username/somefile.d.ts | | | -| //vda1cs4850/usr/username/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/usr/username/dir/somefile.d.ts | //vda1cs4850/usr/username/dir | true | +| //vda1cs4850/usr/username/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/dir | true | +| //vda1cs4850/usr/username/folderAtRoot/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | | //vda1cs4850/home/somefile.d.ts | | | | //vda1cs4850/home/dir/somefile.d.ts | | | -| //vda1cs4850/home/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/home/dir/subdir/somefile.d.ts | //vda1cs4850/home/dir/subdir | true | | //vda1cs4850/home/username/somefile.d.ts | | | -| //vda1cs4850/home/username/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/home/username/dir/somefile.d.ts | //vda1cs4850/home/username/dir | true | +| //vda1cs4850/home/username/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/dir | true | +| //vda1cs4850/home/username/folderAtRoot/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | ## RootDirForResolution: //vda1cs4850/folderAtRoot/folder1/folder2 -Root: //vda1cs4850/folderAtRoot/folder1/folder2 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/somefile.d.ts | | | @@ -388,8 +380,8 @@ Root: //vda1cs4850/folderAtRoot/folder1/folder2 | //vda1cs4850/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1 | false | +| //vda1cs4850/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/dir/subdir | true | +| //vda1cs4850/folderAtRoot/folder1/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/dir | true | | //vda1cs4850/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/dir | true | | //vda1cs4850/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | false | @@ -406,105 +398,103 @@ Root: //vda1cs4850/folderAtRoot/folder1/folder2 | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/folder3 | true | | //vda1cs4850/users/somefile.d.ts | | | | //vda1cs4850/users/dir/somefile.d.ts | | | -| //vda1cs4850/users/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/dir/subdir/somefile.d.ts | //vda1cs4850/users/dir/subdir | true | | //vda1cs4850/users/username/somefile.d.ts | | | -| //vda1cs4850/users/username/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/dir/somefile.d.ts | //vda1cs4850/users/username/dir | true | +| //vda1cs4850/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/dir | true | +| //vda1cs4850/users/username/folderAtRoot/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | | //vda1cs4850/user/somefile.d.ts | | | | //vda1cs4850/user/dir/somefile.d.ts | | | -| //vda1cs4850/user/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/user/dir/subdir/somefile.d.ts | //vda1cs4850/user/dir/subdir | true | | //vda1cs4850/user/username/somefile.d.ts | | | -| //vda1cs4850/user/username/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/user/username/dir/somefile.d.ts | //vda1cs4850/user/username/dir | true | +| //vda1cs4850/user/username/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/dir | true | +| //vda1cs4850/user/username/folderAtRoot/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | | //vda1cs4850/usr/somefile.d.ts | | | | //vda1cs4850/usr/dir/somefile.d.ts | | | -| //vda1cs4850/usr/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/usr/dir/subdir/somefile.d.ts | //vda1cs4850/usr/dir/subdir | true | | //vda1cs4850/usr/username/somefile.d.ts | | | -| //vda1cs4850/usr/username/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/usr/username/dir/somefile.d.ts | //vda1cs4850/usr/username/dir | true | +| //vda1cs4850/usr/username/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/dir | true | +| //vda1cs4850/usr/username/folderAtRoot/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | | //vda1cs4850/home/somefile.d.ts | | | | //vda1cs4850/home/dir/somefile.d.ts | | | -| //vda1cs4850/home/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/home/dir/subdir/somefile.d.ts | //vda1cs4850/home/dir/subdir | true | | //vda1cs4850/home/username/somefile.d.ts | | | -| //vda1cs4850/home/username/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/home/username/dir/somefile.d.ts | //vda1cs4850/home/username/dir | true | +| //vda1cs4850/home/username/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/dir | true | +| //vda1cs4850/home/username/folderAtRoot/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | ## RootDirForResolution: //vda1cs4850/folderAtRoot/folder1/folder2/folder3 -Root: //vda1cs4850/folderAtRoot/folder1/folder2/folder3 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/somefile.d.ts | | | @@ -512,8 +502,8 @@ Root: //vda1cs4850/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1 | false | +| //vda1cs4850/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/dir/subdir | true | +| //vda1cs4850/folderAtRoot/folder1/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/dir | true | | //vda1cs4850/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/dir | true | | //vda1cs4850/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | false | @@ -530,105 +520,103 @@ Root: //vda1cs4850/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4 | true | | //vda1cs4850/users/somefile.d.ts | | | | //vda1cs4850/users/dir/somefile.d.ts | | | -| //vda1cs4850/users/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/dir/subdir/somefile.d.ts | //vda1cs4850/users/dir/subdir | true | | //vda1cs4850/users/username/somefile.d.ts | | | -| //vda1cs4850/users/username/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/dir/somefile.d.ts | //vda1cs4850/users/username/dir | true | +| //vda1cs4850/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/dir | true | +| //vda1cs4850/users/username/folderAtRoot/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | | //vda1cs4850/user/somefile.d.ts | | | | //vda1cs4850/user/dir/somefile.d.ts | | | -| //vda1cs4850/user/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/user/dir/subdir/somefile.d.ts | //vda1cs4850/user/dir/subdir | true | | //vda1cs4850/user/username/somefile.d.ts | | | -| //vda1cs4850/user/username/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/user/username/dir/somefile.d.ts | //vda1cs4850/user/username/dir | true | +| //vda1cs4850/user/username/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/dir | true | +| //vda1cs4850/user/username/folderAtRoot/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | | //vda1cs4850/usr/somefile.d.ts | | | | //vda1cs4850/usr/dir/somefile.d.ts | | | -| //vda1cs4850/usr/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/usr/dir/subdir/somefile.d.ts | //vda1cs4850/usr/dir/subdir | true | | //vda1cs4850/usr/username/somefile.d.ts | | | -| //vda1cs4850/usr/username/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/usr/username/dir/somefile.d.ts | //vda1cs4850/usr/username/dir | true | +| //vda1cs4850/usr/username/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/dir | true | +| //vda1cs4850/usr/username/folderAtRoot/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | | //vda1cs4850/home/somefile.d.ts | | | | //vda1cs4850/home/dir/somefile.d.ts | | | -| //vda1cs4850/home/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/home/dir/subdir/somefile.d.ts | //vda1cs4850/home/dir/subdir | true | | //vda1cs4850/home/username/somefile.d.ts | | | -| //vda1cs4850/home/username/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/home/username/dir/somefile.d.ts | //vda1cs4850/home/username/dir | true | +| //vda1cs4850/home/username/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/dir | true | +| //vda1cs4850/home/username/folderAtRoot/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | ## RootDirForResolution: //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4 -Root: //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/somefile.d.ts | | | @@ -636,8 +624,8 @@ Root: //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1 | false | +| //vda1cs4850/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/dir/subdir | true | +| //vda1cs4850/folderAtRoot/folder1/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/dir | true | | //vda1cs4850/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/dir | true | | //vda1cs4850/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | false | @@ -654,105 +642,103 @@ Root: //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | true | | //vda1cs4850/users/somefile.d.ts | | | | //vda1cs4850/users/dir/somefile.d.ts | | | -| //vda1cs4850/users/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/dir/subdir/somefile.d.ts | //vda1cs4850/users/dir/subdir | true | | //vda1cs4850/users/username/somefile.d.ts | | | -| //vda1cs4850/users/username/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/dir/somefile.d.ts | //vda1cs4850/users/username/dir | true | +| //vda1cs4850/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/dir | true | +| //vda1cs4850/users/username/folderAtRoot/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | | //vda1cs4850/user/somefile.d.ts | | | | //vda1cs4850/user/dir/somefile.d.ts | | | -| //vda1cs4850/user/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/user/dir/subdir/somefile.d.ts | //vda1cs4850/user/dir/subdir | true | | //vda1cs4850/user/username/somefile.d.ts | | | -| //vda1cs4850/user/username/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/user/username/dir/somefile.d.ts | //vda1cs4850/user/username/dir | true | +| //vda1cs4850/user/username/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/dir | true | +| //vda1cs4850/user/username/folderAtRoot/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | | //vda1cs4850/usr/somefile.d.ts | | | | //vda1cs4850/usr/dir/somefile.d.ts | | | -| //vda1cs4850/usr/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/usr/dir/subdir/somefile.d.ts | //vda1cs4850/usr/dir/subdir | true | | //vda1cs4850/usr/username/somefile.d.ts | | | -| //vda1cs4850/usr/username/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/usr/username/dir/somefile.d.ts | //vda1cs4850/usr/username/dir | true | +| //vda1cs4850/usr/username/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/dir | true | +| //vda1cs4850/usr/username/folderAtRoot/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | | //vda1cs4850/home/somefile.d.ts | | | | //vda1cs4850/home/dir/somefile.d.ts | | | -| //vda1cs4850/home/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/home/dir/subdir/somefile.d.ts | //vda1cs4850/home/dir/subdir | true | | //vda1cs4850/home/username/somefile.d.ts | | | -| //vda1cs4850/home/username/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/home/username/dir/somefile.d.ts | //vda1cs4850/home/username/dir | true | +| //vda1cs4850/home/username/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/dir | true | +| //vda1cs4850/home/username/folderAtRoot/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | ## RootDirForResolution: //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5 -Root: //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/somefile.d.ts | | | @@ -760,8 +746,8 @@ Root: //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | //vda1cs4850/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1 | false | +| //vda1cs4850/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/dir/subdir | true | +| //vda1cs4850/folderAtRoot/folder1/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/dir | true | | //vda1cs4850/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/dir | true | | //vda1cs4850/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | false | @@ -778,105 +764,103 @@ Root: //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir | true | | //vda1cs4850/users/somefile.d.ts | | | | //vda1cs4850/users/dir/somefile.d.ts | | | -| //vda1cs4850/users/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/dir/subdir/somefile.d.ts | //vda1cs4850/users/dir/subdir | true | | //vda1cs4850/users/username/somefile.d.ts | | | -| //vda1cs4850/users/username/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/dir/somefile.d.ts | //vda1cs4850/users/username/dir | true | +| //vda1cs4850/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/dir | true | +| //vda1cs4850/users/username/folderAtRoot/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | | //vda1cs4850/user/somefile.d.ts | | | | //vda1cs4850/user/dir/somefile.d.ts | | | -| //vda1cs4850/user/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/user/dir/subdir/somefile.d.ts | //vda1cs4850/user/dir/subdir | true | | //vda1cs4850/user/username/somefile.d.ts | | | -| //vda1cs4850/user/username/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/user/username/dir/somefile.d.ts | //vda1cs4850/user/username/dir | true | +| //vda1cs4850/user/username/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/dir | true | +| //vda1cs4850/user/username/folderAtRoot/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | | //vda1cs4850/usr/somefile.d.ts | | | | //vda1cs4850/usr/dir/somefile.d.ts | | | -| //vda1cs4850/usr/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/usr/dir/subdir/somefile.d.ts | //vda1cs4850/usr/dir/subdir | true | | //vda1cs4850/usr/username/somefile.d.ts | | | -| //vda1cs4850/usr/username/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/usr/username/dir/somefile.d.ts | //vda1cs4850/usr/username/dir | true | +| //vda1cs4850/usr/username/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/dir | true | +| //vda1cs4850/usr/username/folderAtRoot/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | | //vda1cs4850/home/somefile.d.ts | | | | //vda1cs4850/home/dir/somefile.d.ts | | | -| //vda1cs4850/home/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/home/dir/subdir/somefile.d.ts | //vda1cs4850/home/dir/subdir | true | | //vda1cs4850/home/username/somefile.d.ts | | | -| //vda1cs4850/home/username/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/home/username/dir/somefile.d.ts | //vda1cs4850/home/username/dir | true | +| //vda1cs4850/home/username/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/dir | true | +| //vda1cs4850/home/username/folderAtRoot/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | ## RootDirForResolution: //vda1cs4850/users -Root: //vda1cs4850/users - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/somefile.d.ts | | | @@ -884,123 +868,121 @@ Root: //vda1cs4850/users | //vda1cs4850/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/dir/subdir | true | | //vda1cs4850/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/somefile.d.ts | //vda1cs4850/users | false | -| //vda1cs4850/users/dir/somefile.d.ts | //vda1cs4850/users/dir | true | -| //vda1cs4850/users/dir/subdir/somefile.d.ts | //vda1cs4850/users/dir | true | -| //vda1cs4850/users/username/somefile.d.ts | //vda1cs4850/users/username | true | -| //vda1cs4850/users/username/dir/somefile.d.ts | //vda1cs4850/users/username | true | -| //vda1cs4850/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/users/username | true | -| //vda1cs4850/users/username/folderAtRoot/somefile.d.ts | //vda1cs4850/users/username | true | -| //vda1cs4850/users/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/users/username | true | -| //vda1cs4850/users/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/users/username | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/users/username | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/users/username | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/users/username | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/users/username | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/users/username | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/users/username | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/users/username | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/users/username | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/users/username | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/users/username | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/users/username | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/users/username | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/users/username | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/users/username | true | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/users/username | true | +| //vda1cs4850/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/dir | true | +| //vda1cs4850/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/dir | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/users/somefile.d.ts | | | +| //vda1cs4850/users/dir/somefile.d.ts | | | +| //vda1cs4850/users/dir/subdir/somefile.d.ts | //vda1cs4850/users/dir/subdir | true | +| //vda1cs4850/users/username/somefile.d.ts | | | +| //vda1cs4850/users/username/dir/somefile.d.ts | //vda1cs4850/users/username/dir | true | +| //vda1cs4850/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/dir | true | +| //vda1cs4850/users/username/folderAtRoot/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | | //vda1cs4850/user/somefile.d.ts | | | | //vda1cs4850/user/dir/somefile.d.ts | | | -| //vda1cs4850/user/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/user/dir/subdir/somefile.d.ts | //vda1cs4850/user/dir/subdir | true | | //vda1cs4850/user/username/somefile.d.ts | | | -| //vda1cs4850/user/username/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/user/username/dir/somefile.d.ts | //vda1cs4850/user/username/dir | true | +| //vda1cs4850/user/username/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/dir | true | +| //vda1cs4850/user/username/folderAtRoot/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | | //vda1cs4850/usr/somefile.d.ts | | | | //vda1cs4850/usr/dir/somefile.d.ts | | | -| //vda1cs4850/usr/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/usr/dir/subdir/somefile.d.ts | //vda1cs4850/usr/dir/subdir | true | | //vda1cs4850/usr/username/somefile.d.ts | | | -| //vda1cs4850/usr/username/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/usr/username/dir/somefile.d.ts | //vda1cs4850/usr/username/dir | true | +| //vda1cs4850/usr/username/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/dir | true | +| //vda1cs4850/usr/username/folderAtRoot/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | | //vda1cs4850/home/somefile.d.ts | | | | //vda1cs4850/home/dir/somefile.d.ts | | | -| //vda1cs4850/home/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/home/dir/subdir/somefile.d.ts | //vda1cs4850/home/dir/subdir | true | | //vda1cs4850/home/username/somefile.d.ts | | | -| //vda1cs4850/home/username/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/home/username/dir/somefile.d.ts | //vda1cs4850/home/username/dir | true | +| //vda1cs4850/home/username/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/dir | true | +| //vda1cs4850/home/username/folderAtRoot/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | ## RootDirForResolution: //vda1cs4850/users/username -Root: //vda1cs4850/users/username - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/somefile.d.ts | | | @@ -1008,26 +990,26 @@ Root: //vda1cs4850/users/username | //vda1cs4850/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/dir/subdir | true | | //vda1cs4850/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/dir | true | +| //vda1cs4850/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/dir | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | | //vda1cs4850/users/somefile.d.ts | | | | //vda1cs4850/users/dir/somefile.d.ts | | | -| //vda1cs4850/users/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/somefile.d.ts | //vda1cs4850/users/username | false | +| //vda1cs4850/users/dir/subdir/somefile.d.ts | //vda1cs4850/users/dir/subdir | true | +| //vda1cs4850/users/username/somefile.d.ts | | | | //vda1cs4850/users/username/dir/somefile.d.ts | //vda1cs4850/users/username/dir | true | | //vda1cs4850/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/dir | true | | //vda1cs4850/users/username/folderAtRoot/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | @@ -1050,81 +1032,79 @@ Root: //vda1cs4850/users/username | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | | //vda1cs4850/user/somefile.d.ts | | | | //vda1cs4850/user/dir/somefile.d.ts | | | -| //vda1cs4850/user/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/user/dir/subdir/somefile.d.ts | //vda1cs4850/user/dir/subdir | true | | //vda1cs4850/user/username/somefile.d.ts | | | -| //vda1cs4850/user/username/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/user/username/dir/somefile.d.ts | //vda1cs4850/user/username/dir | true | +| //vda1cs4850/user/username/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/dir | true | +| //vda1cs4850/user/username/folderAtRoot/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | | //vda1cs4850/usr/somefile.d.ts | | | | //vda1cs4850/usr/dir/somefile.d.ts | | | -| //vda1cs4850/usr/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/usr/dir/subdir/somefile.d.ts | //vda1cs4850/usr/dir/subdir | true | | //vda1cs4850/usr/username/somefile.d.ts | | | -| //vda1cs4850/usr/username/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/usr/username/dir/somefile.d.ts | //vda1cs4850/usr/username/dir | true | +| //vda1cs4850/usr/username/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/dir | true | +| //vda1cs4850/usr/username/folderAtRoot/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | | //vda1cs4850/home/somefile.d.ts | | | | //vda1cs4850/home/dir/somefile.d.ts | | | -| //vda1cs4850/home/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/home/dir/subdir/somefile.d.ts | //vda1cs4850/home/dir/subdir | true | | //vda1cs4850/home/username/somefile.d.ts | | | -| //vda1cs4850/home/username/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/home/username/dir/somefile.d.ts | //vda1cs4850/home/username/dir | true | +| //vda1cs4850/home/username/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/dir | true | +| //vda1cs4850/home/username/folderAtRoot/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | ## RootDirForResolution: //vda1cs4850/users/username/folderAtRoot -Root: //vda1cs4850/users/username/folderAtRoot - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/somefile.d.ts | | | @@ -1132,28 +1112,28 @@ Root: //vda1cs4850/users/username/folderAtRoot | //vda1cs4850/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/dir/subdir | true | | //vda1cs4850/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/dir | true | +| //vda1cs4850/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/dir | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | | //vda1cs4850/users/somefile.d.ts | | | | //vda1cs4850/users/dir/somefile.d.ts | | | -| //vda1cs4850/users/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/dir/subdir/somefile.d.ts | //vda1cs4850/users/dir/subdir | true | | //vda1cs4850/users/username/somefile.d.ts | | | -| //vda1cs4850/users/username/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/dir/somefile.d.ts | //vda1cs4850/users/username/dir | true | +| //vda1cs4850/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/dir | true | | //vda1cs4850/users/username/folderAtRoot/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | false | | //vda1cs4850/users/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/dir | true | | //vda1cs4850/users/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/dir | true | @@ -1174,81 +1154,79 @@ Root: //vda1cs4850/users/username/folderAtRoot | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1 | true | | //vda1cs4850/user/somefile.d.ts | | | | //vda1cs4850/user/dir/somefile.d.ts | | | -| //vda1cs4850/user/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/user/dir/subdir/somefile.d.ts | //vda1cs4850/user/dir/subdir | true | | //vda1cs4850/user/username/somefile.d.ts | | | -| //vda1cs4850/user/username/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/user/username/dir/somefile.d.ts | //vda1cs4850/user/username/dir | true | +| //vda1cs4850/user/username/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/dir | true | +| //vda1cs4850/user/username/folderAtRoot/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | | //vda1cs4850/usr/somefile.d.ts | | | | //vda1cs4850/usr/dir/somefile.d.ts | | | -| //vda1cs4850/usr/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/usr/dir/subdir/somefile.d.ts | //vda1cs4850/usr/dir/subdir | true | | //vda1cs4850/usr/username/somefile.d.ts | | | -| //vda1cs4850/usr/username/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/usr/username/dir/somefile.d.ts | //vda1cs4850/usr/username/dir | true | +| //vda1cs4850/usr/username/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/dir | true | +| //vda1cs4850/usr/username/folderAtRoot/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | | //vda1cs4850/home/somefile.d.ts | | | | //vda1cs4850/home/dir/somefile.d.ts | | | -| //vda1cs4850/home/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/home/dir/subdir/somefile.d.ts | //vda1cs4850/home/dir/subdir | true | | //vda1cs4850/home/username/somefile.d.ts | | | -| //vda1cs4850/home/username/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/home/username/dir/somefile.d.ts | //vda1cs4850/home/username/dir | true | +| //vda1cs4850/home/username/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/dir | true | +| //vda1cs4850/home/username/folderAtRoot/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | ## RootDirForResolution: //vda1cs4850/users/username/folderAtRoot/folder1 -Root: //vda1cs4850/users/username/folderAtRoot/folder1 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/somefile.d.ts | | | @@ -1256,31 +1234,31 @@ Root: //vda1cs4850/users/username/folderAtRoot/folder1 | //vda1cs4850/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/dir/subdir | true | | //vda1cs4850/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/dir | true | +| //vda1cs4850/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/dir | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | | //vda1cs4850/users/somefile.d.ts | | | | //vda1cs4850/users/dir/somefile.d.ts | | | -| //vda1cs4850/users/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/dir/subdir/somefile.d.ts | //vda1cs4850/users/dir/subdir | true | | //vda1cs4850/users/username/somefile.d.ts | | | -| //vda1cs4850/users/username/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/dir/somefile.d.ts | //vda1cs4850/users/username/dir | true | +| //vda1cs4850/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/dir | true | +| //vda1cs4850/users/username/folderAtRoot/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | false | +| //vda1cs4850/users/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/dir | true | +| //vda1cs4850/users/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/dir | true | | //vda1cs4850/users/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1 | false | | //vda1cs4850/users/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/dir | true | | //vda1cs4850/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/dir | true | @@ -1298,81 +1276,79 @@ Root: //vda1cs4850/users/username/folderAtRoot/folder1 | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/folder2 | true | | //vda1cs4850/user/somefile.d.ts | | | | //vda1cs4850/user/dir/somefile.d.ts | | | -| //vda1cs4850/user/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/user/dir/subdir/somefile.d.ts | //vda1cs4850/user/dir/subdir | true | | //vda1cs4850/user/username/somefile.d.ts | | | -| //vda1cs4850/user/username/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/user/username/dir/somefile.d.ts | //vda1cs4850/user/username/dir | true | +| //vda1cs4850/user/username/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/dir | true | +| //vda1cs4850/user/username/folderAtRoot/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | | //vda1cs4850/usr/somefile.d.ts | | | | //vda1cs4850/usr/dir/somefile.d.ts | | | -| //vda1cs4850/usr/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/usr/dir/subdir/somefile.d.ts | //vda1cs4850/usr/dir/subdir | true | | //vda1cs4850/usr/username/somefile.d.ts | | | -| //vda1cs4850/usr/username/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/usr/username/dir/somefile.d.ts | //vda1cs4850/usr/username/dir | true | +| //vda1cs4850/usr/username/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/dir | true | +| //vda1cs4850/usr/username/folderAtRoot/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | | //vda1cs4850/home/somefile.d.ts | | | | //vda1cs4850/home/dir/somefile.d.ts | | | -| //vda1cs4850/home/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/home/dir/subdir/somefile.d.ts | //vda1cs4850/home/dir/subdir | true | | //vda1cs4850/home/username/somefile.d.ts | | | -| //vda1cs4850/home/username/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/home/username/dir/somefile.d.ts | //vda1cs4850/home/username/dir | true | +| //vda1cs4850/home/username/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/dir | true | +| //vda1cs4850/home/username/folderAtRoot/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | ## RootDirForResolution: //vda1cs4850/users/username/folderAtRoot/folder1/folder2 -Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/somefile.d.ts | | | @@ -1380,31 +1356,31 @@ Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2 | //vda1cs4850/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/dir/subdir | true | | //vda1cs4850/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/dir | true | +| //vda1cs4850/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/dir | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | | //vda1cs4850/users/somefile.d.ts | | | | //vda1cs4850/users/dir/somefile.d.ts | | | -| //vda1cs4850/users/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/dir/subdir/somefile.d.ts | //vda1cs4850/users/dir/subdir | true | | //vda1cs4850/users/username/somefile.d.ts | | | -| //vda1cs4850/users/username/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/dir/somefile.d.ts | //vda1cs4850/users/username/dir | true | +| //vda1cs4850/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/dir | true | +| //vda1cs4850/users/username/folderAtRoot/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | false | +| //vda1cs4850/users/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/dir | true | +| //vda1cs4850/users/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/dir | true | | //vda1cs4850/users/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1 | false | | //vda1cs4850/users/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/dir | true | | //vda1cs4850/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/dir | true | @@ -1422,81 +1398,79 @@ Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2 | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3 | true | | //vda1cs4850/user/somefile.d.ts | | | | //vda1cs4850/user/dir/somefile.d.ts | | | -| //vda1cs4850/user/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/user/dir/subdir/somefile.d.ts | //vda1cs4850/user/dir/subdir | true | | //vda1cs4850/user/username/somefile.d.ts | | | -| //vda1cs4850/user/username/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/user/username/dir/somefile.d.ts | //vda1cs4850/user/username/dir | true | +| //vda1cs4850/user/username/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/dir | true | +| //vda1cs4850/user/username/folderAtRoot/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | | //vda1cs4850/usr/somefile.d.ts | | | | //vda1cs4850/usr/dir/somefile.d.ts | | | -| //vda1cs4850/usr/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/usr/dir/subdir/somefile.d.ts | //vda1cs4850/usr/dir/subdir | true | | //vda1cs4850/usr/username/somefile.d.ts | | | -| //vda1cs4850/usr/username/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/usr/username/dir/somefile.d.ts | //vda1cs4850/usr/username/dir | true | +| //vda1cs4850/usr/username/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/dir | true | +| //vda1cs4850/usr/username/folderAtRoot/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | | //vda1cs4850/home/somefile.d.ts | | | | //vda1cs4850/home/dir/somefile.d.ts | | | -| //vda1cs4850/home/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/home/dir/subdir/somefile.d.ts | //vda1cs4850/home/dir/subdir | true | | //vda1cs4850/home/username/somefile.d.ts | | | -| //vda1cs4850/home/username/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/home/username/dir/somefile.d.ts | //vda1cs4850/home/username/dir | true | +| //vda1cs4850/home/username/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/dir | true | +| //vda1cs4850/home/username/folderAtRoot/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | ## RootDirForResolution: //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3 -Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/somefile.d.ts | | | @@ -1504,31 +1478,31 @@ Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/dir/subdir | true | | //vda1cs4850/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/dir | true | +| //vda1cs4850/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/dir | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | | //vda1cs4850/users/somefile.d.ts | | | | //vda1cs4850/users/dir/somefile.d.ts | | | -| //vda1cs4850/users/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/dir/subdir/somefile.d.ts | //vda1cs4850/users/dir/subdir | true | | //vda1cs4850/users/username/somefile.d.ts | | | -| //vda1cs4850/users/username/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/dir/somefile.d.ts | //vda1cs4850/users/username/dir | true | +| //vda1cs4850/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/dir | true | +| //vda1cs4850/users/username/folderAtRoot/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | false | +| //vda1cs4850/users/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/dir | true | +| //vda1cs4850/users/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/dir | true | | //vda1cs4850/users/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1 | false | | //vda1cs4850/users/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/dir | true | | //vda1cs4850/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/dir | true | @@ -1546,81 +1520,79 @@ Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4 | true | | //vda1cs4850/user/somefile.d.ts | | | | //vda1cs4850/user/dir/somefile.d.ts | | | -| //vda1cs4850/user/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/user/dir/subdir/somefile.d.ts | //vda1cs4850/user/dir/subdir | true | | //vda1cs4850/user/username/somefile.d.ts | | | -| //vda1cs4850/user/username/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/user/username/dir/somefile.d.ts | //vda1cs4850/user/username/dir | true | +| //vda1cs4850/user/username/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/dir | true | +| //vda1cs4850/user/username/folderAtRoot/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | | //vda1cs4850/usr/somefile.d.ts | | | | //vda1cs4850/usr/dir/somefile.d.ts | | | -| //vda1cs4850/usr/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/usr/dir/subdir/somefile.d.ts | //vda1cs4850/usr/dir/subdir | true | | //vda1cs4850/usr/username/somefile.d.ts | | | -| //vda1cs4850/usr/username/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/usr/username/dir/somefile.d.ts | //vda1cs4850/usr/username/dir | true | +| //vda1cs4850/usr/username/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/dir | true | +| //vda1cs4850/usr/username/folderAtRoot/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | | //vda1cs4850/home/somefile.d.ts | | | | //vda1cs4850/home/dir/somefile.d.ts | | | -| //vda1cs4850/home/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/home/dir/subdir/somefile.d.ts | //vda1cs4850/home/dir/subdir | true | | //vda1cs4850/home/username/somefile.d.ts | | | -| //vda1cs4850/home/username/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/home/username/dir/somefile.d.ts | //vda1cs4850/home/username/dir | true | +| //vda1cs4850/home/username/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/dir | true | +| //vda1cs4850/home/username/folderAtRoot/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | ## RootDirForResolution: //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4 -Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/somefile.d.ts | | | @@ -1628,31 +1600,31 @@ Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/dir/subdir | true | | //vda1cs4850/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/dir | true | +| //vda1cs4850/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/dir | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | | //vda1cs4850/users/somefile.d.ts | | | | //vda1cs4850/users/dir/somefile.d.ts | | | -| //vda1cs4850/users/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/dir/subdir/somefile.d.ts | //vda1cs4850/users/dir/subdir | true | | //vda1cs4850/users/username/somefile.d.ts | | | -| //vda1cs4850/users/username/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/dir/somefile.d.ts | //vda1cs4850/users/username/dir | true | +| //vda1cs4850/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/dir | true | +| //vda1cs4850/users/username/folderAtRoot/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | false | +| //vda1cs4850/users/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/dir | true | +| //vda1cs4850/users/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/dir | true | | //vda1cs4850/users/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1 | false | | //vda1cs4850/users/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/dir | true | | //vda1cs4850/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/dir | true | @@ -1670,81 +1642,79 @@ Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | true | | //vda1cs4850/user/somefile.d.ts | | | | //vda1cs4850/user/dir/somefile.d.ts | | | -| //vda1cs4850/user/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/user/dir/subdir/somefile.d.ts | //vda1cs4850/user/dir/subdir | true | | //vda1cs4850/user/username/somefile.d.ts | | | -| //vda1cs4850/user/username/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/user/username/dir/somefile.d.ts | //vda1cs4850/user/username/dir | true | +| //vda1cs4850/user/username/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/dir | true | +| //vda1cs4850/user/username/folderAtRoot/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | | //vda1cs4850/usr/somefile.d.ts | | | | //vda1cs4850/usr/dir/somefile.d.ts | | | -| //vda1cs4850/usr/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/usr/dir/subdir/somefile.d.ts | //vda1cs4850/usr/dir/subdir | true | | //vda1cs4850/usr/username/somefile.d.ts | | | -| //vda1cs4850/usr/username/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/usr/username/dir/somefile.d.ts | //vda1cs4850/usr/username/dir | true | +| //vda1cs4850/usr/username/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/dir | true | +| //vda1cs4850/usr/username/folderAtRoot/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | | //vda1cs4850/home/somefile.d.ts | | | | //vda1cs4850/home/dir/somefile.d.ts | | | -| //vda1cs4850/home/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/home/dir/subdir/somefile.d.ts | //vda1cs4850/home/dir/subdir | true | | //vda1cs4850/home/username/somefile.d.ts | | | -| //vda1cs4850/home/username/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/home/username/dir/somefile.d.ts | //vda1cs4850/home/username/dir | true | +| //vda1cs4850/home/username/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/dir | true | +| //vda1cs4850/home/username/folderAtRoot/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | ## RootDirForResolution: //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 -Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/somefile.d.ts | | | @@ -1752,31 +1722,31 @@ Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/f | //vda1cs4850/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/dir/subdir | true | | //vda1cs4850/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/dir | true | +| //vda1cs4850/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/dir | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | | //vda1cs4850/users/somefile.d.ts | | | | //vda1cs4850/users/dir/somefile.d.ts | | | -| //vda1cs4850/users/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/dir/subdir/somefile.d.ts | //vda1cs4850/users/dir/subdir | true | | //vda1cs4850/users/username/somefile.d.ts | | | -| //vda1cs4850/users/username/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/dir/somefile.d.ts | //vda1cs4850/users/username/dir | true | +| //vda1cs4850/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/dir | true | +| //vda1cs4850/users/username/folderAtRoot/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | false | +| //vda1cs4850/users/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/dir | true | +| //vda1cs4850/users/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/dir | true | | //vda1cs4850/users/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1 | false | | //vda1cs4850/users/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/dir | true | | //vda1cs4850/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/dir | true | @@ -1794,81 +1764,79 @@ Root: //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/f | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir | true | | //vda1cs4850/user/somefile.d.ts | | | | //vda1cs4850/user/dir/somefile.d.ts | | | -| //vda1cs4850/user/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/user/dir/subdir/somefile.d.ts | //vda1cs4850/user/dir/subdir | true | | //vda1cs4850/user/username/somefile.d.ts | | | -| //vda1cs4850/user/username/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/user/username/dir/somefile.d.ts | //vda1cs4850/user/username/dir | true | +| //vda1cs4850/user/username/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/dir | true | +| //vda1cs4850/user/username/folderAtRoot/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | | //vda1cs4850/usr/somefile.d.ts | | | | //vda1cs4850/usr/dir/somefile.d.ts | | | -| //vda1cs4850/usr/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/usr/dir/subdir/somefile.d.ts | //vda1cs4850/usr/dir/subdir | true | | //vda1cs4850/usr/username/somefile.d.ts | | | -| //vda1cs4850/usr/username/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/usr/username/dir/somefile.d.ts | //vda1cs4850/usr/username/dir | true | +| //vda1cs4850/usr/username/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/dir | true | +| //vda1cs4850/usr/username/folderAtRoot/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | | //vda1cs4850/home/somefile.d.ts | | | | //vda1cs4850/home/dir/somefile.d.ts | | | -| //vda1cs4850/home/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/home/dir/subdir/somefile.d.ts | //vda1cs4850/home/dir/subdir | true | | //vda1cs4850/home/username/somefile.d.ts | | | -| //vda1cs4850/home/username/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/home/username/dir/somefile.d.ts | //vda1cs4850/home/username/dir | true | +| //vda1cs4850/home/username/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/dir | true | +| //vda1cs4850/home/username/folderAtRoot/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | ## RootDirForResolution: //vda1cs4850/user -Root: //vda1cs4850/user - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/somefile.d.ts | | | @@ -1876,123 +1844,121 @@ Root: //vda1cs4850/user | //vda1cs4850/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/dir/subdir | true | | //vda1cs4850/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/dir | true | +| //vda1cs4850/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/dir | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | | //vda1cs4850/users/somefile.d.ts | | | | //vda1cs4850/users/dir/somefile.d.ts | | | -| //vda1cs4850/users/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/dir/subdir/somefile.d.ts | //vda1cs4850/users/dir/subdir | true | | //vda1cs4850/users/username/somefile.d.ts | | | -| //vda1cs4850/users/username/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/somefile.d.ts | //vda1cs4850/user | false | -| //vda1cs4850/user/dir/somefile.d.ts | //vda1cs4850/user/dir | true | -| //vda1cs4850/user/dir/subdir/somefile.d.ts | //vda1cs4850/user/dir | true | -| //vda1cs4850/user/username/somefile.d.ts | //vda1cs4850/user/username | true | -| //vda1cs4850/user/username/dir/somefile.d.ts | //vda1cs4850/user/username | true | -| //vda1cs4850/user/username/dir/subdir/somefile.d.ts | //vda1cs4850/user/username | true | -| //vda1cs4850/user/username/folderAtRoot/somefile.d.ts | //vda1cs4850/user/username | true | -| //vda1cs4850/user/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/user/username | true | -| //vda1cs4850/user/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/user/username | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/user/username | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/user/username | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/user/username | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/user/username | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/user/username | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/user/username | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/user/username | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/user/username | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/user/username | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/user/username | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/user/username | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/user/username | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/user/username | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/user/username | true | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/user/username | true | +| //vda1cs4850/users/username/dir/somefile.d.ts | //vda1cs4850/users/username/dir | true | +| //vda1cs4850/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/dir | true | +| //vda1cs4850/users/username/folderAtRoot/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/user/somefile.d.ts | | | +| //vda1cs4850/user/dir/somefile.d.ts | | | +| //vda1cs4850/user/dir/subdir/somefile.d.ts | //vda1cs4850/user/dir/subdir | true | +| //vda1cs4850/user/username/somefile.d.ts | | | +| //vda1cs4850/user/username/dir/somefile.d.ts | //vda1cs4850/user/username/dir | true | +| //vda1cs4850/user/username/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/dir | true | +| //vda1cs4850/user/username/folderAtRoot/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | | //vda1cs4850/usr/somefile.d.ts | | | | //vda1cs4850/usr/dir/somefile.d.ts | | | -| //vda1cs4850/usr/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/usr/dir/subdir/somefile.d.ts | //vda1cs4850/usr/dir/subdir | true | | //vda1cs4850/usr/username/somefile.d.ts | | | -| //vda1cs4850/usr/username/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/usr/username/dir/somefile.d.ts | //vda1cs4850/usr/username/dir | true | +| //vda1cs4850/usr/username/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/dir | true | +| //vda1cs4850/usr/username/folderAtRoot/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | | //vda1cs4850/home/somefile.d.ts | | | | //vda1cs4850/home/dir/somefile.d.ts | | | -| //vda1cs4850/home/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/home/dir/subdir/somefile.d.ts | //vda1cs4850/home/dir/subdir | true | | //vda1cs4850/home/username/somefile.d.ts | | | -| //vda1cs4850/home/username/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/home/username/dir/somefile.d.ts | //vda1cs4850/home/username/dir | true | +| //vda1cs4850/home/username/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/dir | true | +| //vda1cs4850/home/username/folderAtRoot/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | ## RootDirForResolution: //vda1cs4850/user/username -Root: //vda1cs4850/user/username - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/somefile.d.ts | | | @@ -2000,50 +1966,50 @@ Root: //vda1cs4850/user/username | //vda1cs4850/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/dir/subdir | true | | //vda1cs4850/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/dir | true | +| //vda1cs4850/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/dir | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | | //vda1cs4850/users/somefile.d.ts | | | | //vda1cs4850/users/dir/somefile.d.ts | | | -| //vda1cs4850/users/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/dir/subdir/somefile.d.ts | //vda1cs4850/users/dir/subdir | true | | //vda1cs4850/users/username/somefile.d.ts | | | -| //vda1cs4850/users/username/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/dir/somefile.d.ts | //vda1cs4850/users/username/dir | true | +| //vda1cs4850/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/dir | true | +| //vda1cs4850/users/username/folderAtRoot/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | | //vda1cs4850/user/somefile.d.ts | | | | //vda1cs4850/user/dir/somefile.d.ts | | | -| //vda1cs4850/user/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/somefile.d.ts | //vda1cs4850/user/username | false | +| //vda1cs4850/user/dir/subdir/somefile.d.ts | //vda1cs4850/user/dir/subdir | true | +| //vda1cs4850/user/username/somefile.d.ts | | | | //vda1cs4850/user/username/dir/somefile.d.ts | //vda1cs4850/user/username/dir | true | | //vda1cs4850/user/username/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/dir | true | | //vda1cs4850/user/username/folderAtRoot/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | @@ -2066,57 +2032,55 @@ Root: //vda1cs4850/user/username | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | | //vda1cs4850/usr/somefile.d.ts | | | | //vda1cs4850/usr/dir/somefile.d.ts | | | -| //vda1cs4850/usr/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/usr/dir/subdir/somefile.d.ts | //vda1cs4850/usr/dir/subdir | true | | //vda1cs4850/usr/username/somefile.d.ts | | | -| //vda1cs4850/usr/username/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/usr/username/dir/somefile.d.ts | //vda1cs4850/usr/username/dir | true | +| //vda1cs4850/usr/username/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/dir | true | +| //vda1cs4850/usr/username/folderAtRoot/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | | //vda1cs4850/home/somefile.d.ts | | | | //vda1cs4850/home/dir/somefile.d.ts | | | -| //vda1cs4850/home/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/home/dir/subdir/somefile.d.ts | //vda1cs4850/home/dir/subdir | true | | //vda1cs4850/home/username/somefile.d.ts | | | -| //vda1cs4850/home/username/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/home/username/dir/somefile.d.ts | //vda1cs4850/home/username/dir | true | +| //vda1cs4850/home/username/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/dir | true | +| //vda1cs4850/home/username/folderAtRoot/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | ## RootDirForResolution: //vda1cs4850/user/username/folderAtRoot -Root: //vda1cs4850/user/username/folderAtRoot - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/somefile.d.ts | | | @@ -2124,50 +2088,50 @@ Root: //vda1cs4850/user/username/folderAtRoot | //vda1cs4850/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/dir/subdir | true | | //vda1cs4850/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/dir | true | +| //vda1cs4850/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/dir | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | | //vda1cs4850/users/somefile.d.ts | | | | //vda1cs4850/users/dir/somefile.d.ts | | | -| //vda1cs4850/users/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/dir/subdir/somefile.d.ts | //vda1cs4850/users/dir/subdir | true | | //vda1cs4850/users/username/somefile.d.ts | | | -| //vda1cs4850/users/username/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/dir/somefile.d.ts | //vda1cs4850/users/username/dir | true | +| //vda1cs4850/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/dir | true | +| //vda1cs4850/users/username/folderAtRoot/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | | //vda1cs4850/user/somefile.d.ts | | | | //vda1cs4850/user/dir/somefile.d.ts | | | -| //vda1cs4850/user/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/somefile.d.ts | //vda1cs4850/user/username | false | +| //vda1cs4850/user/dir/subdir/somefile.d.ts | //vda1cs4850/user/dir/subdir | true | +| //vda1cs4850/user/username/somefile.d.ts | | | | //vda1cs4850/user/username/dir/somefile.d.ts | //vda1cs4850/user/username/dir | true | | //vda1cs4850/user/username/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/dir | true | | //vda1cs4850/user/username/folderAtRoot/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | false | @@ -2190,57 +2154,55 @@ Root: //vda1cs4850/user/username/folderAtRoot | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/folder1 | true | | //vda1cs4850/usr/somefile.d.ts | | | | //vda1cs4850/usr/dir/somefile.d.ts | | | -| //vda1cs4850/usr/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/usr/dir/subdir/somefile.d.ts | //vda1cs4850/usr/dir/subdir | true | | //vda1cs4850/usr/username/somefile.d.ts | | | -| //vda1cs4850/usr/username/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/usr/username/dir/somefile.d.ts | //vda1cs4850/usr/username/dir | true | +| //vda1cs4850/usr/username/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/dir | true | +| //vda1cs4850/usr/username/folderAtRoot/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | | //vda1cs4850/home/somefile.d.ts | | | | //vda1cs4850/home/dir/somefile.d.ts | | | -| //vda1cs4850/home/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/home/dir/subdir/somefile.d.ts | //vda1cs4850/home/dir/subdir | true | | //vda1cs4850/home/username/somefile.d.ts | | | -| //vda1cs4850/home/username/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/home/username/dir/somefile.d.ts | //vda1cs4850/home/username/dir | true | +| //vda1cs4850/home/username/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/dir | true | +| //vda1cs4850/home/username/folderAtRoot/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | ## RootDirForResolution: //vda1cs4850/user/username/folderAtRoot/folder1 -Root: //vda1cs4850/user/username/folderAtRoot/folder1 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/somefile.d.ts | | | @@ -2248,50 +2210,50 @@ Root: //vda1cs4850/user/username/folderAtRoot/folder1 | //vda1cs4850/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/dir/subdir | true | | //vda1cs4850/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/dir | true | +| //vda1cs4850/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/dir | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | | //vda1cs4850/users/somefile.d.ts | | | | //vda1cs4850/users/dir/somefile.d.ts | | | -| //vda1cs4850/users/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/dir/subdir/somefile.d.ts | //vda1cs4850/users/dir/subdir | true | | //vda1cs4850/users/username/somefile.d.ts | | | -| //vda1cs4850/users/username/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/dir/somefile.d.ts | //vda1cs4850/users/username/dir | true | +| //vda1cs4850/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/dir | true | +| //vda1cs4850/users/username/folderAtRoot/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | | //vda1cs4850/user/somefile.d.ts | | | | //vda1cs4850/user/dir/somefile.d.ts | | | -| //vda1cs4850/user/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/somefile.d.ts | //vda1cs4850/user/username | false | +| //vda1cs4850/user/dir/subdir/somefile.d.ts | //vda1cs4850/user/dir/subdir | true | +| //vda1cs4850/user/username/somefile.d.ts | | | | //vda1cs4850/user/username/dir/somefile.d.ts | //vda1cs4850/user/username/dir | true | | //vda1cs4850/user/username/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/dir | true | | //vda1cs4850/user/username/folderAtRoot/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | false | @@ -2314,57 +2276,55 @@ Root: //vda1cs4850/user/username/folderAtRoot/folder1 | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/folder1/folder2 | true | | //vda1cs4850/usr/somefile.d.ts | | | | //vda1cs4850/usr/dir/somefile.d.ts | | | -| //vda1cs4850/usr/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/usr/dir/subdir/somefile.d.ts | //vda1cs4850/usr/dir/subdir | true | | //vda1cs4850/usr/username/somefile.d.ts | | | -| //vda1cs4850/usr/username/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/usr/username/dir/somefile.d.ts | //vda1cs4850/usr/username/dir | true | +| //vda1cs4850/usr/username/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/dir | true | +| //vda1cs4850/usr/username/folderAtRoot/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | | //vda1cs4850/home/somefile.d.ts | | | | //vda1cs4850/home/dir/somefile.d.ts | | | -| //vda1cs4850/home/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/home/dir/subdir/somefile.d.ts | //vda1cs4850/home/dir/subdir | true | | //vda1cs4850/home/username/somefile.d.ts | | | -| //vda1cs4850/home/username/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/home/username/dir/somefile.d.ts | //vda1cs4850/home/username/dir | true | +| //vda1cs4850/home/username/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/dir | true | +| //vda1cs4850/home/username/folderAtRoot/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | ## RootDirForResolution: //vda1cs4850/user/username/folderAtRoot/folder1/folder2 -Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/somefile.d.ts | | | @@ -2372,50 +2332,50 @@ Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2 | //vda1cs4850/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/dir/subdir | true | | //vda1cs4850/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/dir | true | +| //vda1cs4850/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/dir | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | | //vda1cs4850/users/somefile.d.ts | | | | //vda1cs4850/users/dir/somefile.d.ts | | | -| //vda1cs4850/users/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/dir/subdir/somefile.d.ts | //vda1cs4850/users/dir/subdir | true | | //vda1cs4850/users/username/somefile.d.ts | | | -| //vda1cs4850/users/username/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/dir/somefile.d.ts | //vda1cs4850/users/username/dir | true | +| //vda1cs4850/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/dir | true | +| //vda1cs4850/users/username/folderAtRoot/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | | //vda1cs4850/user/somefile.d.ts | | | | //vda1cs4850/user/dir/somefile.d.ts | | | -| //vda1cs4850/user/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/somefile.d.ts | //vda1cs4850/user/username | false | +| //vda1cs4850/user/dir/subdir/somefile.d.ts | //vda1cs4850/user/dir/subdir | true | +| //vda1cs4850/user/username/somefile.d.ts | | | | //vda1cs4850/user/username/dir/somefile.d.ts | //vda1cs4850/user/username/dir | true | | //vda1cs4850/user/username/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/dir | true | | //vda1cs4850/user/username/folderAtRoot/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | false | @@ -2438,57 +2398,55 @@ Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2 | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3 | true | | //vda1cs4850/usr/somefile.d.ts | | | | //vda1cs4850/usr/dir/somefile.d.ts | | | -| //vda1cs4850/usr/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/usr/dir/subdir/somefile.d.ts | //vda1cs4850/usr/dir/subdir | true | | //vda1cs4850/usr/username/somefile.d.ts | | | -| //vda1cs4850/usr/username/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/usr/username/dir/somefile.d.ts | //vda1cs4850/usr/username/dir | true | +| //vda1cs4850/usr/username/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/dir | true | +| //vda1cs4850/usr/username/folderAtRoot/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | | //vda1cs4850/home/somefile.d.ts | | | | //vda1cs4850/home/dir/somefile.d.ts | | | -| //vda1cs4850/home/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/home/dir/subdir/somefile.d.ts | //vda1cs4850/home/dir/subdir | true | | //vda1cs4850/home/username/somefile.d.ts | | | -| //vda1cs4850/home/username/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/home/username/dir/somefile.d.ts | //vda1cs4850/home/username/dir | true | +| //vda1cs4850/home/username/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/dir | true | +| //vda1cs4850/home/username/folderAtRoot/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | ## RootDirForResolution: //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3 -Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/somefile.d.ts | | | @@ -2496,50 +2454,50 @@ Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/dir/subdir | true | | //vda1cs4850/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/dir | true | +| //vda1cs4850/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/dir | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | | //vda1cs4850/users/somefile.d.ts | | | | //vda1cs4850/users/dir/somefile.d.ts | | | -| //vda1cs4850/users/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/dir/subdir/somefile.d.ts | //vda1cs4850/users/dir/subdir | true | | //vda1cs4850/users/username/somefile.d.ts | | | -| //vda1cs4850/users/username/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/dir/somefile.d.ts | //vda1cs4850/users/username/dir | true | +| //vda1cs4850/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/dir | true | +| //vda1cs4850/users/username/folderAtRoot/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | | //vda1cs4850/user/somefile.d.ts | | | | //vda1cs4850/user/dir/somefile.d.ts | | | -| //vda1cs4850/user/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/somefile.d.ts | //vda1cs4850/user/username | false | +| //vda1cs4850/user/dir/subdir/somefile.d.ts | //vda1cs4850/user/dir/subdir | true | +| //vda1cs4850/user/username/somefile.d.ts | | | | //vda1cs4850/user/username/dir/somefile.d.ts | //vda1cs4850/user/username/dir | true | | //vda1cs4850/user/username/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/dir | true | | //vda1cs4850/user/username/folderAtRoot/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | false | @@ -2562,57 +2520,55 @@ Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4 | true | | //vda1cs4850/usr/somefile.d.ts | | | | //vda1cs4850/usr/dir/somefile.d.ts | | | -| //vda1cs4850/usr/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/usr/dir/subdir/somefile.d.ts | //vda1cs4850/usr/dir/subdir | true | | //vda1cs4850/usr/username/somefile.d.ts | | | -| //vda1cs4850/usr/username/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/usr/username/dir/somefile.d.ts | //vda1cs4850/usr/username/dir | true | +| //vda1cs4850/usr/username/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/dir | true | +| //vda1cs4850/usr/username/folderAtRoot/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | | //vda1cs4850/home/somefile.d.ts | | | | //vda1cs4850/home/dir/somefile.d.ts | | | -| //vda1cs4850/home/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/home/dir/subdir/somefile.d.ts | //vda1cs4850/home/dir/subdir | true | | //vda1cs4850/home/username/somefile.d.ts | | | -| //vda1cs4850/home/username/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/home/username/dir/somefile.d.ts | //vda1cs4850/home/username/dir | true | +| //vda1cs4850/home/username/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/dir | true | +| //vda1cs4850/home/username/folderAtRoot/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | ## RootDirForResolution: //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4 -Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/somefile.d.ts | | | @@ -2620,50 +2576,50 @@ Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/dir/subdir | true | | //vda1cs4850/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/dir | true | +| //vda1cs4850/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/dir | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | | //vda1cs4850/users/somefile.d.ts | | | | //vda1cs4850/users/dir/somefile.d.ts | | | -| //vda1cs4850/users/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/dir/subdir/somefile.d.ts | //vda1cs4850/users/dir/subdir | true | | //vda1cs4850/users/username/somefile.d.ts | | | -| //vda1cs4850/users/username/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/dir/somefile.d.ts | //vda1cs4850/users/username/dir | true | +| //vda1cs4850/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/dir | true | +| //vda1cs4850/users/username/folderAtRoot/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | | //vda1cs4850/user/somefile.d.ts | | | | //vda1cs4850/user/dir/somefile.d.ts | | | -| //vda1cs4850/user/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/somefile.d.ts | //vda1cs4850/user/username | false | +| //vda1cs4850/user/dir/subdir/somefile.d.ts | //vda1cs4850/user/dir/subdir | true | +| //vda1cs4850/user/username/somefile.d.ts | | | | //vda1cs4850/user/username/dir/somefile.d.ts | //vda1cs4850/user/username/dir | true | | //vda1cs4850/user/username/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/dir | true | | //vda1cs4850/user/username/folderAtRoot/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | false | @@ -2686,57 +2642,55 @@ Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | true | | //vda1cs4850/usr/somefile.d.ts | | | | //vda1cs4850/usr/dir/somefile.d.ts | | | -| //vda1cs4850/usr/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/usr/dir/subdir/somefile.d.ts | //vda1cs4850/usr/dir/subdir | true | | //vda1cs4850/usr/username/somefile.d.ts | | | -| //vda1cs4850/usr/username/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/usr/username/dir/somefile.d.ts | //vda1cs4850/usr/username/dir | true | +| //vda1cs4850/usr/username/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/dir | true | +| //vda1cs4850/usr/username/folderAtRoot/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | | //vda1cs4850/home/somefile.d.ts | | | | //vda1cs4850/home/dir/somefile.d.ts | | | -| //vda1cs4850/home/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/home/dir/subdir/somefile.d.ts | //vda1cs4850/home/dir/subdir | true | | //vda1cs4850/home/username/somefile.d.ts | | | -| //vda1cs4850/home/username/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/home/username/dir/somefile.d.ts | //vda1cs4850/home/username/dir | true | +| //vda1cs4850/home/username/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/dir | true | +| //vda1cs4850/home/username/folderAtRoot/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | ## RootDirForResolution: //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 -Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/somefile.d.ts | | | @@ -2744,50 +2698,50 @@ Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/fo | //vda1cs4850/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/dir/subdir | true | | //vda1cs4850/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/dir | true | +| //vda1cs4850/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/dir | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | | //vda1cs4850/users/somefile.d.ts | | | | //vda1cs4850/users/dir/somefile.d.ts | | | -| //vda1cs4850/users/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/dir/subdir/somefile.d.ts | //vda1cs4850/users/dir/subdir | true | | //vda1cs4850/users/username/somefile.d.ts | | | -| //vda1cs4850/users/username/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/dir/somefile.d.ts | //vda1cs4850/users/username/dir | true | +| //vda1cs4850/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/dir | true | +| //vda1cs4850/users/username/folderAtRoot/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | | //vda1cs4850/user/somefile.d.ts | | | | //vda1cs4850/user/dir/somefile.d.ts | | | -| //vda1cs4850/user/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/somefile.d.ts | //vda1cs4850/user/username | false | +| //vda1cs4850/user/dir/subdir/somefile.d.ts | //vda1cs4850/user/dir/subdir | true | +| //vda1cs4850/user/username/somefile.d.ts | | | | //vda1cs4850/user/username/dir/somefile.d.ts | //vda1cs4850/user/username/dir | true | | //vda1cs4850/user/username/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/dir | true | | //vda1cs4850/user/username/folderAtRoot/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | false | @@ -2810,57 +2764,55 @@ Root: //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/fo | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir | true | | //vda1cs4850/usr/somefile.d.ts | | | | //vda1cs4850/usr/dir/somefile.d.ts | | | -| //vda1cs4850/usr/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/usr/dir/subdir/somefile.d.ts | //vda1cs4850/usr/dir/subdir | true | | //vda1cs4850/usr/username/somefile.d.ts | | | -| //vda1cs4850/usr/username/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/usr/username/dir/somefile.d.ts | //vda1cs4850/usr/username/dir | true | +| //vda1cs4850/usr/username/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/dir | true | +| //vda1cs4850/usr/username/folderAtRoot/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | | //vda1cs4850/home/somefile.d.ts | | | | //vda1cs4850/home/dir/somefile.d.ts | | | -| //vda1cs4850/home/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/home/dir/subdir/somefile.d.ts | //vda1cs4850/home/dir/subdir | true | | //vda1cs4850/home/username/somefile.d.ts | | | -| //vda1cs4850/home/username/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/home/username/dir/somefile.d.ts | //vda1cs4850/home/username/dir | true | +| //vda1cs4850/home/username/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/dir | true | +| //vda1cs4850/home/username/folderAtRoot/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | ## RootDirForResolution: //vda1cs4850/usr -Root: //vda1cs4850/usr - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/somefile.d.ts | | | @@ -2868,123 +2820,121 @@ Root: //vda1cs4850/usr | //vda1cs4850/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/dir/subdir | true | | //vda1cs4850/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/dir | true | +| //vda1cs4850/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/dir | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | | //vda1cs4850/users/somefile.d.ts | | | | //vda1cs4850/users/dir/somefile.d.ts | | | -| //vda1cs4850/users/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/dir/subdir/somefile.d.ts | //vda1cs4850/users/dir/subdir | true | | //vda1cs4850/users/username/somefile.d.ts | | | -| //vda1cs4850/users/username/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/dir/somefile.d.ts | //vda1cs4850/users/username/dir | true | +| //vda1cs4850/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/dir | true | +| //vda1cs4850/users/username/folderAtRoot/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | | //vda1cs4850/user/somefile.d.ts | | | | //vda1cs4850/user/dir/somefile.d.ts | | | -| //vda1cs4850/user/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/user/dir/subdir/somefile.d.ts | //vda1cs4850/user/dir/subdir | true | | //vda1cs4850/user/username/somefile.d.ts | | | -| //vda1cs4850/user/username/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/somefile.d.ts | //vda1cs4850/usr | false | -| //vda1cs4850/usr/dir/somefile.d.ts | //vda1cs4850/usr/dir | true | -| //vda1cs4850/usr/dir/subdir/somefile.d.ts | //vda1cs4850/usr/dir | true | -| //vda1cs4850/usr/username/somefile.d.ts | //vda1cs4850/usr/username | true | -| //vda1cs4850/usr/username/dir/somefile.d.ts | //vda1cs4850/usr/username | true | -| //vda1cs4850/usr/username/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username | true | -| //vda1cs4850/usr/username/folderAtRoot/somefile.d.ts | //vda1cs4850/usr/username | true | -| //vda1cs4850/usr/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/usr/username | true | -| //vda1cs4850/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/usr/username | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/usr/username | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/usr/username | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/usr/username | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/usr/username | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/usr/username | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/usr/username | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/usr/username | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/usr/username | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/usr/username | true | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username | true | +| //vda1cs4850/user/username/dir/somefile.d.ts | //vda1cs4850/user/username/dir | true | +| //vda1cs4850/user/username/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/dir | true | +| //vda1cs4850/user/username/folderAtRoot/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/usr/somefile.d.ts | | | +| //vda1cs4850/usr/dir/somefile.d.ts | | | +| //vda1cs4850/usr/dir/subdir/somefile.d.ts | //vda1cs4850/usr/dir/subdir | true | +| //vda1cs4850/usr/username/somefile.d.ts | | | +| //vda1cs4850/usr/username/dir/somefile.d.ts | //vda1cs4850/usr/username/dir | true | +| //vda1cs4850/usr/username/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/dir | true | +| //vda1cs4850/usr/username/folderAtRoot/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | | //vda1cs4850/home/somefile.d.ts | | | | //vda1cs4850/home/dir/somefile.d.ts | | | -| //vda1cs4850/home/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/home/dir/subdir/somefile.d.ts | //vda1cs4850/home/dir/subdir | true | | //vda1cs4850/home/username/somefile.d.ts | | | -| //vda1cs4850/home/username/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/home/username/dir/somefile.d.ts | //vda1cs4850/home/username/dir | true | +| //vda1cs4850/home/username/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/dir | true | +| //vda1cs4850/home/username/folderAtRoot/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | ## RootDirForResolution: //vda1cs4850/usr/username -Root: //vda1cs4850/usr/username - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/somefile.d.ts | | | @@ -2992,74 +2942,74 @@ Root: //vda1cs4850/usr/username | //vda1cs4850/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/dir/subdir | true | | //vda1cs4850/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/dir | true | +| //vda1cs4850/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/dir | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | | //vda1cs4850/users/somefile.d.ts | | | | //vda1cs4850/users/dir/somefile.d.ts | | | -| //vda1cs4850/users/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/dir/subdir/somefile.d.ts | //vda1cs4850/users/dir/subdir | true | | //vda1cs4850/users/username/somefile.d.ts | | | -| //vda1cs4850/users/username/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/dir/somefile.d.ts | //vda1cs4850/users/username/dir | true | +| //vda1cs4850/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/dir | true | +| //vda1cs4850/users/username/folderAtRoot/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | | //vda1cs4850/user/somefile.d.ts | | | | //vda1cs4850/user/dir/somefile.d.ts | | | -| //vda1cs4850/user/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/user/dir/subdir/somefile.d.ts | //vda1cs4850/user/dir/subdir | true | | //vda1cs4850/user/username/somefile.d.ts | | | -| //vda1cs4850/user/username/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/user/username/dir/somefile.d.ts | //vda1cs4850/user/username/dir | true | +| //vda1cs4850/user/username/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/dir | true | +| //vda1cs4850/user/username/folderAtRoot/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | | //vda1cs4850/usr/somefile.d.ts | | | | //vda1cs4850/usr/dir/somefile.d.ts | | | -| //vda1cs4850/usr/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/somefile.d.ts | //vda1cs4850/usr/username | false | +| //vda1cs4850/usr/dir/subdir/somefile.d.ts | //vda1cs4850/usr/dir/subdir | true | +| //vda1cs4850/usr/username/somefile.d.ts | | | | //vda1cs4850/usr/username/dir/somefile.d.ts | //vda1cs4850/usr/username/dir | true | | //vda1cs4850/usr/username/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/dir | true | | //vda1cs4850/usr/username/folderAtRoot/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | @@ -3082,33 +3032,31 @@ Root: //vda1cs4850/usr/username | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | | //vda1cs4850/home/somefile.d.ts | | | | //vda1cs4850/home/dir/somefile.d.ts | | | -| //vda1cs4850/home/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/home/dir/subdir/somefile.d.ts | //vda1cs4850/home/dir/subdir | true | | //vda1cs4850/home/username/somefile.d.ts | | | -| //vda1cs4850/home/username/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/home/username/dir/somefile.d.ts | //vda1cs4850/home/username/dir | true | +| //vda1cs4850/home/username/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/dir | true | +| //vda1cs4850/home/username/folderAtRoot/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | ## RootDirForResolution: //vda1cs4850/usr/username/folderAtRoot -Root: //vda1cs4850/usr/username/folderAtRoot - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/somefile.d.ts | | | @@ -3116,74 +3064,74 @@ Root: //vda1cs4850/usr/username/folderAtRoot | //vda1cs4850/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/dir/subdir | true | | //vda1cs4850/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/dir | true | +| //vda1cs4850/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/dir | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | | //vda1cs4850/users/somefile.d.ts | | | | //vda1cs4850/users/dir/somefile.d.ts | | | -| //vda1cs4850/users/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/dir/subdir/somefile.d.ts | //vda1cs4850/users/dir/subdir | true | | //vda1cs4850/users/username/somefile.d.ts | | | -| //vda1cs4850/users/username/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/dir/somefile.d.ts | //vda1cs4850/users/username/dir | true | +| //vda1cs4850/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/dir | true | +| //vda1cs4850/users/username/folderAtRoot/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | | //vda1cs4850/user/somefile.d.ts | | | | //vda1cs4850/user/dir/somefile.d.ts | | | -| //vda1cs4850/user/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/user/dir/subdir/somefile.d.ts | //vda1cs4850/user/dir/subdir | true | | //vda1cs4850/user/username/somefile.d.ts | | | -| //vda1cs4850/user/username/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/user/username/dir/somefile.d.ts | //vda1cs4850/user/username/dir | true | +| //vda1cs4850/user/username/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/dir | true | +| //vda1cs4850/user/username/folderAtRoot/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | | //vda1cs4850/usr/somefile.d.ts | | | | //vda1cs4850/usr/dir/somefile.d.ts | | | -| //vda1cs4850/usr/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/somefile.d.ts | //vda1cs4850/usr/username | false | +| //vda1cs4850/usr/dir/subdir/somefile.d.ts | //vda1cs4850/usr/dir/subdir | true | +| //vda1cs4850/usr/username/somefile.d.ts | | | | //vda1cs4850/usr/username/dir/somefile.d.ts | //vda1cs4850/usr/username/dir | true | | //vda1cs4850/usr/username/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/dir | true | | //vda1cs4850/usr/username/folderAtRoot/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | false | @@ -3206,33 +3154,31 @@ Root: //vda1cs4850/usr/username/folderAtRoot | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/folder1 | true | | //vda1cs4850/home/somefile.d.ts | | | | //vda1cs4850/home/dir/somefile.d.ts | | | -| //vda1cs4850/home/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/home/dir/subdir/somefile.d.ts | //vda1cs4850/home/dir/subdir | true | | //vda1cs4850/home/username/somefile.d.ts | | | -| //vda1cs4850/home/username/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/home/username/dir/somefile.d.ts | //vda1cs4850/home/username/dir | true | +| //vda1cs4850/home/username/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/dir | true | +| //vda1cs4850/home/username/folderAtRoot/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | ## RootDirForResolution: //vda1cs4850/usr/username/folderAtRoot/folder1 -Root: //vda1cs4850/usr/username/folderAtRoot/folder1 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/somefile.d.ts | | | @@ -3240,74 +3186,74 @@ Root: //vda1cs4850/usr/username/folderAtRoot/folder1 | //vda1cs4850/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/dir/subdir | true | | //vda1cs4850/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/dir | true | +| //vda1cs4850/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/dir | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | | //vda1cs4850/users/somefile.d.ts | | | | //vda1cs4850/users/dir/somefile.d.ts | | | -| //vda1cs4850/users/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/dir/subdir/somefile.d.ts | //vda1cs4850/users/dir/subdir | true | | //vda1cs4850/users/username/somefile.d.ts | | | -| //vda1cs4850/users/username/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/dir/somefile.d.ts | //vda1cs4850/users/username/dir | true | +| //vda1cs4850/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/dir | true | +| //vda1cs4850/users/username/folderAtRoot/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | | //vda1cs4850/user/somefile.d.ts | | | | //vda1cs4850/user/dir/somefile.d.ts | | | -| //vda1cs4850/user/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/user/dir/subdir/somefile.d.ts | //vda1cs4850/user/dir/subdir | true | | //vda1cs4850/user/username/somefile.d.ts | | | -| //vda1cs4850/user/username/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/user/username/dir/somefile.d.ts | //vda1cs4850/user/username/dir | true | +| //vda1cs4850/user/username/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/dir | true | +| //vda1cs4850/user/username/folderAtRoot/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | | //vda1cs4850/usr/somefile.d.ts | | | | //vda1cs4850/usr/dir/somefile.d.ts | | | -| //vda1cs4850/usr/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/somefile.d.ts | //vda1cs4850/usr/username | false | +| //vda1cs4850/usr/dir/subdir/somefile.d.ts | //vda1cs4850/usr/dir/subdir | true | +| //vda1cs4850/usr/username/somefile.d.ts | | | | //vda1cs4850/usr/username/dir/somefile.d.ts | //vda1cs4850/usr/username/dir | true | | //vda1cs4850/usr/username/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/dir | true | | //vda1cs4850/usr/username/folderAtRoot/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | false | @@ -3330,33 +3276,31 @@ Root: //vda1cs4850/usr/username/folderAtRoot/folder1 | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2 | true | | //vda1cs4850/home/somefile.d.ts | | | | //vda1cs4850/home/dir/somefile.d.ts | | | -| //vda1cs4850/home/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/home/dir/subdir/somefile.d.ts | //vda1cs4850/home/dir/subdir | true | | //vda1cs4850/home/username/somefile.d.ts | | | -| //vda1cs4850/home/username/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/home/username/dir/somefile.d.ts | //vda1cs4850/home/username/dir | true | +| //vda1cs4850/home/username/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/dir | true | +| //vda1cs4850/home/username/folderAtRoot/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | ## RootDirForResolution: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2 -Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/somefile.d.ts | | | @@ -3364,74 +3308,74 @@ Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2 | //vda1cs4850/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/dir/subdir | true | | //vda1cs4850/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/dir | true | +| //vda1cs4850/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/dir | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | | //vda1cs4850/users/somefile.d.ts | | | | //vda1cs4850/users/dir/somefile.d.ts | | | -| //vda1cs4850/users/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/dir/subdir/somefile.d.ts | //vda1cs4850/users/dir/subdir | true | | //vda1cs4850/users/username/somefile.d.ts | | | -| //vda1cs4850/users/username/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/dir/somefile.d.ts | //vda1cs4850/users/username/dir | true | +| //vda1cs4850/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/dir | true | +| //vda1cs4850/users/username/folderAtRoot/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | | //vda1cs4850/user/somefile.d.ts | | | | //vda1cs4850/user/dir/somefile.d.ts | | | -| //vda1cs4850/user/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/user/dir/subdir/somefile.d.ts | //vda1cs4850/user/dir/subdir | true | | //vda1cs4850/user/username/somefile.d.ts | | | -| //vda1cs4850/user/username/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/user/username/dir/somefile.d.ts | //vda1cs4850/user/username/dir | true | +| //vda1cs4850/user/username/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/dir | true | +| //vda1cs4850/user/username/folderAtRoot/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | | //vda1cs4850/usr/somefile.d.ts | | | | //vda1cs4850/usr/dir/somefile.d.ts | | | -| //vda1cs4850/usr/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/somefile.d.ts | //vda1cs4850/usr/username | false | +| //vda1cs4850/usr/dir/subdir/somefile.d.ts | //vda1cs4850/usr/dir/subdir | true | +| //vda1cs4850/usr/username/somefile.d.ts | | | | //vda1cs4850/usr/username/dir/somefile.d.ts | //vda1cs4850/usr/username/dir | true | | //vda1cs4850/usr/username/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/dir | true | | //vda1cs4850/usr/username/folderAtRoot/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | false | @@ -3454,33 +3398,31 @@ Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2 | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3 | true | | //vda1cs4850/home/somefile.d.ts | | | | //vda1cs4850/home/dir/somefile.d.ts | | | -| //vda1cs4850/home/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/home/dir/subdir/somefile.d.ts | //vda1cs4850/home/dir/subdir | true | | //vda1cs4850/home/username/somefile.d.ts | | | -| //vda1cs4850/home/username/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/home/username/dir/somefile.d.ts | //vda1cs4850/home/username/dir | true | +| //vda1cs4850/home/username/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/dir | true | +| //vda1cs4850/home/username/folderAtRoot/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | ## RootDirForResolution: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3 -Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/somefile.d.ts | | | @@ -3488,74 +3430,74 @@ Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/dir/subdir | true | | //vda1cs4850/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/dir | true | +| //vda1cs4850/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/dir | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | | //vda1cs4850/users/somefile.d.ts | | | | //vda1cs4850/users/dir/somefile.d.ts | | | -| //vda1cs4850/users/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/dir/subdir/somefile.d.ts | //vda1cs4850/users/dir/subdir | true | | //vda1cs4850/users/username/somefile.d.ts | | | -| //vda1cs4850/users/username/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/dir/somefile.d.ts | //vda1cs4850/users/username/dir | true | +| //vda1cs4850/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/dir | true | +| //vda1cs4850/users/username/folderAtRoot/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | | //vda1cs4850/user/somefile.d.ts | | | | //vda1cs4850/user/dir/somefile.d.ts | | | -| //vda1cs4850/user/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/user/dir/subdir/somefile.d.ts | //vda1cs4850/user/dir/subdir | true | | //vda1cs4850/user/username/somefile.d.ts | | | -| //vda1cs4850/user/username/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/user/username/dir/somefile.d.ts | //vda1cs4850/user/username/dir | true | +| //vda1cs4850/user/username/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/dir | true | +| //vda1cs4850/user/username/folderAtRoot/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | | //vda1cs4850/usr/somefile.d.ts | | | | //vda1cs4850/usr/dir/somefile.d.ts | | | -| //vda1cs4850/usr/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/somefile.d.ts | //vda1cs4850/usr/username | false | +| //vda1cs4850/usr/dir/subdir/somefile.d.ts | //vda1cs4850/usr/dir/subdir | true | +| //vda1cs4850/usr/username/somefile.d.ts | | | | //vda1cs4850/usr/username/dir/somefile.d.ts | //vda1cs4850/usr/username/dir | true | | //vda1cs4850/usr/username/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/dir | true | | //vda1cs4850/usr/username/folderAtRoot/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | false | @@ -3578,33 +3520,31 @@ Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 | true | | //vda1cs4850/home/somefile.d.ts | | | | //vda1cs4850/home/dir/somefile.d.ts | | | -| //vda1cs4850/home/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/home/dir/subdir/somefile.d.ts | //vda1cs4850/home/dir/subdir | true | | //vda1cs4850/home/username/somefile.d.ts | | | -| //vda1cs4850/home/username/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/home/username/dir/somefile.d.ts | //vda1cs4850/home/username/dir | true | +| //vda1cs4850/home/username/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/dir | true | +| //vda1cs4850/home/username/folderAtRoot/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | ## RootDirForResolution: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 -Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/somefile.d.ts | | | @@ -3612,74 +3552,74 @@ Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/dir/subdir | true | | //vda1cs4850/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/dir | true | +| //vda1cs4850/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/dir | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | | //vda1cs4850/users/somefile.d.ts | | | | //vda1cs4850/users/dir/somefile.d.ts | | | -| //vda1cs4850/users/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/dir/subdir/somefile.d.ts | //vda1cs4850/users/dir/subdir | true | | //vda1cs4850/users/username/somefile.d.ts | | | -| //vda1cs4850/users/username/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/dir/somefile.d.ts | //vda1cs4850/users/username/dir | true | +| //vda1cs4850/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/dir | true | +| //vda1cs4850/users/username/folderAtRoot/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | | //vda1cs4850/user/somefile.d.ts | | | | //vda1cs4850/user/dir/somefile.d.ts | | | -| //vda1cs4850/user/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/user/dir/subdir/somefile.d.ts | //vda1cs4850/user/dir/subdir | true | | //vda1cs4850/user/username/somefile.d.ts | | | -| //vda1cs4850/user/username/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/user/username/dir/somefile.d.ts | //vda1cs4850/user/username/dir | true | +| //vda1cs4850/user/username/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/dir | true | +| //vda1cs4850/user/username/folderAtRoot/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | | //vda1cs4850/usr/somefile.d.ts | | | | //vda1cs4850/usr/dir/somefile.d.ts | | | -| //vda1cs4850/usr/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/somefile.d.ts | //vda1cs4850/usr/username | false | +| //vda1cs4850/usr/dir/subdir/somefile.d.ts | //vda1cs4850/usr/dir/subdir | true | +| //vda1cs4850/usr/username/somefile.d.ts | | | | //vda1cs4850/usr/username/dir/somefile.d.ts | //vda1cs4850/usr/username/dir | true | | //vda1cs4850/usr/username/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/dir | true | | //vda1cs4850/usr/username/folderAtRoot/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | false | @@ -3702,33 +3642,31 @@ Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | true | | //vda1cs4850/home/somefile.d.ts | | | | //vda1cs4850/home/dir/somefile.d.ts | | | -| //vda1cs4850/home/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/home/dir/subdir/somefile.d.ts | //vda1cs4850/home/dir/subdir | true | | //vda1cs4850/home/username/somefile.d.ts | | | -| //vda1cs4850/home/username/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/home/username/dir/somefile.d.ts | //vda1cs4850/home/username/dir | true | +| //vda1cs4850/home/username/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/dir | true | +| //vda1cs4850/home/username/folderAtRoot/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | ## RootDirForResolution: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 -Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/somefile.d.ts | | | @@ -3736,74 +3674,74 @@ Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/fol | //vda1cs4850/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/dir/subdir | true | | //vda1cs4850/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/dir | true | +| //vda1cs4850/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/dir | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | | //vda1cs4850/users/somefile.d.ts | | | | //vda1cs4850/users/dir/somefile.d.ts | | | -| //vda1cs4850/users/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/dir/subdir/somefile.d.ts | //vda1cs4850/users/dir/subdir | true | | //vda1cs4850/users/username/somefile.d.ts | | | -| //vda1cs4850/users/username/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/dir/somefile.d.ts | //vda1cs4850/users/username/dir | true | +| //vda1cs4850/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/dir | true | +| //vda1cs4850/users/username/folderAtRoot/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | | //vda1cs4850/user/somefile.d.ts | | | | //vda1cs4850/user/dir/somefile.d.ts | | | -| //vda1cs4850/user/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/user/dir/subdir/somefile.d.ts | //vda1cs4850/user/dir/subdir | true | | //vda1cs4850/user/username/somefile.d.ts | | | -| //vda1cs4850/user/username/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/user/username/dir/somefile.d.ts | //vda1cs4850/user/username/dir | true | +| //vda1cs4850/user/username/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/dir | true | +| //vda1cs4850/user/username/folderAtRoot/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | | //vda1cs4850/usr/somefile.d.ts | | | | //vda1cs4850/usr/dir/somefile.d.ts | | | -| //vda1cs4850/usr/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/somefile.d.ts | //vda1cs4850/usr/username | false | +| //vda1cs4850/usr/dir/subdir/somefile.d.ts | //vda1cs4850/usr/dir/subdir | true | +| //vda1cs4850/usr/username/somefile.d.ts | | | | //vda1cs4850/usr/username/dir/somefile.d.ts | //vda1cs4850/usr/username/dir | true | | //vda1cs4850/usr/username/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/dir | true | | //vda1cs4850/usr/username/folderAtRoot/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | false | @@ -3826,33 +3764,31 @@ Root: //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/fol | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir | true | | //vda1cs4850/home/somefile.d.ts | | | | //vda1cs4850/home/dir/somefile.d.ts | | | -| //vda1cs4850/home/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/home/dir/subdir/somefile.d.ts | //vda1cs4850/home/dir/subdir | true | | //vda1cs4850/home/username/somefile.d.ts | | | -| //vda1cs4850/home/username/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/home/username/dir/somefile.d.ts | //vda1cs4850/home/username/dir | true | +| //vda1cs4850/home/username/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/dir | true | +| //vda1cs4850/home/username/folderAtRoot/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | ## RootDirForResolution: //vda1cs4850/home -Root: //vda1cs4850/home - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/somefile.d.ts | | | @@ -3860,123 +3796,121 @@ Root: //vda1cs4850/home | //vda1cs4850/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/dir/subdir | true | | //vda1cs4850/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/dir | true | +| //vda1cs4850/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/dir | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | | //vda1cs4850/users/somefile.d.ts | | | | //vda1cs4850/users/dir/somefile.d.ts | | | -| //vda1cs4850/users/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/dir/subdir/somefile.d.ts | //vda1cs4850/users/dir/subdir | true | | //vda1cs4850/users/username/somefile.d.ts | | | -| //vda1cs4850/users/username/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/dir/somefile.d.ts | //vda1cs4850/users/username/dir | true | +| //vda1cs4850/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/dir | true | +| //vda1cs4850/users/username/folderAtRoot/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | | //vda1cs4850/user/somefile.d.ts | | | | //vda1cs4850/user/dir/somefile.d.ts | | | -| //vda1cs4850/user/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/user/dir/subdir/somefile.d.ts | //vda1cs4850/user/dir/subdir | true | | //vda1cs4850/user/username/somefile.d.ts | | | -| //vda1cs4850/user/username/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/user/username/dir/somefile.d.ts | //vda1cs4850/user/username/dir | true | +| //vda1cs4850/user/username/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/dir | true | +| //vda1cs4850/user/username/folderAtRoot/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | | //vda1cs4850/usr/somefile.d.ts | | | | //vda1cs4850/usr/dir/somefile.d.ts | | | -| //vda1cs4850/usr/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/usr/dir/subdir/somefile.d.ts | //vda1cs4850/usr/dir/subdir | true | | //vda1cs4850/usr/username/somefile.d.ts | | | -| //vda1cs4850/usr/username/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/somefile.d.ts | //vda1cs4850/home | false | -| //vda1cs4850/home/dir/somefile.d.ts | //vda1cs4850/home/dir | true | -| //vda1cs4850/home/dir/subdir/somefile.d.ts | //vda1cs4850/home/dir | true | -| //vda1cs4850/home/username/somefile.d.ts | //vda1cs4850/home/username | true | -| //vda1cs4850/home/username/dir/somefile.d.ts | //vda1cs4850/home/username | true | -| //vda1cs4850/home/username/dir/subdir/somefile.d.ts | //vda1cs4850/home/username | true | -| //vda1cs4850/home/username/folderAtRoot/somefile.d.ts | //vda1cs4850/home/username | true | -| //vda1cs4850/home/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/home/username | true | -| //vda1cs4850/home/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/home/username | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/home/username | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/home/username | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/home/username | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/home/username | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/home/username | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/home/username | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/home/username | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/home/username | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/home/username | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/home/username | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/home/username | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/home/username | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/home/username | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/home/username | true | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/home/username | true | +| //vda1cs4850/usr/username/dir/somefile.d.ts | //vda1cs4850/usr/username/dir | true | +| //vda1cs4850/usr/username/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/dir | true | +| //vda1cs4850/usr/username/folderAtRoot/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/home/somefile.d.ts | | | +| //vda1cs4850/home/dir/somefile.d.ts | | | +| //vda1cs4850/home/dir/subdir/somefile.d.ts | //vda1cs4850/home/dir/subdir | true | +| //vda1cs4850/home/username/somefile.d.ts | | | +| //vda1cs4850/home/username/dir/somefile.d.ts | //vda1cs4850/home/username/dir | true | +| //vda1cs4850/home/username/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/dir | true | +| //vda1cs4850/home/username/folderAtRoot/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | +| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | ## RootDirForResolution: //vda1cs4850/home/username -Root: //vda1cs4850/home/username - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/somefile.d.ts | | | @@ -3984,98 +3918,98 @@ Root: //vda1cs4850/home/username | //vda1cs4850/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/dir/subdir | true | | //vda1cs4850/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/dir | true | +| //vda1cs4850/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/dir | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | | //vda1cs4850/users/somefile.d.ts | | | | //vda1cs4850/users/dir/somefile.d.ts | | | -| //vda1cs4850/users/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/dir/subdir/somefile.d.ts | //vda1cs4850/users/dir/subdir | true | | //vda1cs4850/users/username/somefile.d.ts | | | -| //vda1cs4850/users/username/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/dir/somefile.d.ts | //vda1cs4850/users/username/dir | true | +| //vda1cs4850/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/dir | true | +| //vda1cs4850/users/username/folderAtRoot/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | | //vda1cs4850/user/somefile.d.ts | | | | //vda1cs4850/user/dir/somefile.d.ts | | | -| //vda1cs4850/user/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/user/dir/subdir/somefile.d.ts | //vda1cs4850/user/dir/subdir | true | | //vda1cs4850/user/username/somefile.d.ts | | | -| //vda1cs4850/user/username/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/user/username/dir/somefile.d.ts | //vda1cs4850/user/username/dir | true | +| //vda1cs4850/user/username/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/dir | true | +| //vda1cs4850/user/username/folderAtRoot/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | | //vda1cs4850/usr/somefile.d.ts | | | | //vda1cs4850/usr/dir/somefile.d.ts | | | -| //vda1cs4850/usr/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/usr/dir/subdir/somefile.d.ts | //vda1cs4850/usr/dir/subdir | true | | //vda1cs4850/usr/username/somefile.d.ts | | | -| //vda1cs4850/usr/username/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/usr/username/dir/somefile.d.ts | //vda1cs4850/usr/username/dir | true | +| //vda1cs4850/usr/username/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/dir | true | +| //vda1cs4850/usr/username/folderAtRoot/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | | //vda1cs4850/home/somefile.d.ts | | | | //vda1cs4850/home/dir/somefile.d.ts | | | -| //vda1cs4850/home/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/somefile.d.ts | //vda1cs4850/home/username | false | +| //vda1cs4850/home/dir/subdir/somefile.d.ts | //vda1cs4850/home/dir/subdir | true | +| //vda1cs4850/home/username/somefile.d.ts | | | | //vda1cs4850/home/username/dir/somefile.d.ts | //vda1cs4850/home/username/dir | true | | //vda1cs4850/home/username/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/dir | true | | //vda1cs4850/home/username/folderAtRoot/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | true | @@ -4099,8 +4033,6 @@ Root: //vda1cs4850/home/username ## RootDirForResolution: //vda1cs4850/home/username/folderAtRoot -Root: //vda1cs4850/home/username/folderAtRoot - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/somefile.d.ts | | | @@ -4108,98 +4040,98 @@ Root: //vda1cs4850/home/username/folderAtRoot | //vda1cs4850/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/dir/subdir | true | | //vda1cs4850/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/dir | true | +| //vda1cs4850/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/dir | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | | //vda1cs4850/users/somefile.d.ts | | | | //vda1cs4850/users/dir/somefile.d.ts | | | -| //vda1cs4850/users/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/dir/subdir/somefile.d.ts | //vda1cs4850/users/dir/subdir | true | | //vda1cs4850/users/username/somefile.d.ts | | | -| //vda1cs4850/users/username/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/dir/somefile.d.ts | //vda1cs4850/users/username/dir | true | +| //vda1cs4850/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/dir | true | +| //vda1cs4850/users/username/folderAtRoot/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | | //vda1cs4850/user/somefile.d.ts | | | | //vda1cs4850/user/dir/somefile.d.ts | | | -| //vda1cs4850/user/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/user/dir/subdir/somefile.d.ts | //vda1cs4850/user/dir/subdir | true | | //vda1cs4850/user/username/somefile.d.ts | | | -| //vda1cs4850/user/username/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/user/username/dir/somefile.d.ts | //vda1cs4850/user/username/dir | true | +| //vda1cs4850/user/username/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/dir | true | +| //vda1cs4850/user/username/folderAtRoot/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | | //vda1cs4850/usr/somefile.d.ts | | | | //vda1cs4850/usr/dir/somefile.d.ts | | | -| //vda1cs4850/usr/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/usr/dir/subdir/somefile.d.ts | //vda1cs4850/usr/dir/subdir | true | | //vda1cs4850/usr/username/somefile.d.ts | | | -| //vda1cs4850/usr/username/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/usr/username/dir/somefile.d.ts | //vda1cs4850/usr/username/dir | true | +| //vda1cs4850/usr/username/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/dir | true | +| //vda1cs4850/usr/username/folderAtRoot/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | | //vda1cs4850/home/somefile.d.ts | | | | //vda1cs4850/home/dir/somefile.d.ts | | | -| //vda1cs4850/home/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/somefile.d.ts | //vda1cs4850/home/username | false | +| //vda1cs4850/home/dir/subdir/somefile.d.ts | //vda1cs4850/home/dir/subdir | true | +| //vda1cs4850/home/username/somefile.d.ts | | | | //vda1cs4850/home/username/dir/somefile.d.ts | //vda1cs4850/home/username/dir | true | | //vda1cs4850/home/username/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/dir | true | | //vda1cs4850/home/username/folderAtRoot/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | false | @@ -4223,8 +4155,6 @@ Root: //vda1cs4850/home/username/folderAtRoot ## RootDirForResolution: //vda1cs4850/home/username/folderAtRoot/folder1 -Root: //vda1cs4850/home/username/folderAtRoot/folder1 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/somefile.d.ts | | | @@ -4232,98 +4162,98 @@ Root: //vda1cs4850/home/username/folderAtRoot/folder1 | //vda1cs4850/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/dir/subdir | true | | //vda1cs4850/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/dir | true | +| //vda1cs4850/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/dir | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | | //vda1cs4850/users/somefile.d.ts | | | | //vda1cs4850/users/dir/somefile.d.ts | | | -| //vda1cs4850/users/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/dir/subdir/somefile.d.ts | //vda1cs4850/users/dir/subdir | true | | //vda1cs4850/users/username/somefile.d.ts | | | -| //vda1cs4850/users/username/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/dir/somefile.d.ts | //vda1cs4850/users/username/dir | true | +| //vda1cs4850/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/dir | true | +| //vda1cs4850/users/username/folderAtRoot/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | | //vda1cs4850/user/somefile.d.ts | | | | //vda1cs4850/user/dir/somefile.d.ts | | | -| //vda1cs4850/user/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/user/dir/subdir/somefile.d.ts | //vda1cs4850/user/dir/subdir | true | | //vda1cs4850/user/username/somefile.d.ts | | | -| //vda1cs4850/user/username/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/user/username/dir/somefile.d.ts | //vda1cs4850/user/username/dir | true | +| //vda1cs4850/user/username/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/dir | true | +| //vda1cs4850/user/username/folderAtRoot/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | | //vda1cs4850/usr/somefile.d.ts | | | | //vda1cs4850/usr/dir/somefile.d.ts | | | -| //vda1cs4850/usr/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/usr/dir/subdir/somefile.d.ts | //vda1cs4850/usr/dir/subdir | true | | //vda1cs4850/usr/username/somefile.d.ts | | | -| //vda1cs4850/usr/username/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/usr/username/dir/somefile.d.ts | //vda1cs4850/usr/username/dir | true | +| //vda1cs4850/usr/username/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/dir | true | +| //vda1cs4850/usr/username/folderAtRoot/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | | //vda1cs4850/home/somefile.d.ts | | | | //vda1cs4850/home/dir/somefile.d.ts | | | -| //vda1cs4850/home/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/somefile.d.ts | //vda1cs4850/home/username | false | +| //vda1cs4850/home/dir/subdir/somefile.d.ts | //vda1cs4850/home/dir/subdir | true | +| //vda1cs4850/home/username/somefile.d.ts | | | | //vda1cs4850/home/username/dir/somefile.d.ts | //vda1cs4850/home/username/dir | true | | //vda1cs4850/home/username/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/dir | true | | //vda1cs4850/home/username/folderAtRoot/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | false | @@ -4347,8 +4277,6 @@ Root: //vda1cs4850/home/username/folderAtRoot/folder1 ## RootDirForResolution: //vda1cs4850/home/username/folderAtRoot/folder1/folder2 -Root: //vda1cs4850/home/username/folderAtRoot/folder1/folder2 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/somefile.d.ts | | | @@ -4356,98 +4284,98 @@ Root: //vda1cs4850/home/username/folderAtRoot/folder1/folder2 | //vda1cs4850/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/dir/subdir | true | | //vda1cs4850/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/dir | true | +| //vda1cs4850/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/dir | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | | //vda1cs4850/users/somefile.d.ts | | | | //vda1cs4850/users/dir/somefile.d.ts | | | -| //vda1cs4850/users/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/dir/subdir/somefile.d.ts | //vda1cs4850/users/dir/subdir | true | | //vda1cs4850/users/username/somefile.d.ts | | | -| //vda1cs4850/users/username/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/dir/somefile.d.ts | //vda1cs4850/users/username/dir | true | +| //vda1cs4850/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/dir | true | +| //vda1cs4850/users/username/folderAtRoot/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | | //vda1cs4850/user/somefile.d.ts | | | | //vda1cs4850/user/dir/somefile.d.ts | | | -| //vda1cs4850/user/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/user/dir/subdir/somefile.d.ts | //vda1cs4850/user/dir/subdir | true | | //vda1cs4850/user/username/somefile.d.ts | | | -| //vda1cs4850/user/username/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/user/username/dir/somefile.d.ts | //vda1cs4850/user/username/dir | true | +| //vda1cs4850/user/username/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/dir | true | +| //vda1cs4850/user/username/folderAtRoot/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | | //vda1cs4850/usr/somefile.d.ts | | | | //vda1cs4850/usr/dir/somefile.d.ts | | | -| //vda1cs4850/usr/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/usr/dir/subdir/somefile.d.ts | //vda1cs4850/usr/dir/subdir | true | | //vda1cs4850/usr/username/somefile.d.ts | | | -| //vda1cs4850/usr/username/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/usr/username/dir/somefile.d.ts | //vda1cs4850/usr/username/dir | true | +| //vda1cs4850/usr/username/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/dir | true | +| //vda1cs4850/usr/username/folderAtRoot/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | | //vda1cs4850/home/somefile.d.ts | | | | //vda1cs4850/home/dir/somefile.d.ts | | | -| //vda1cs4850/home/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/somefile.d.ts | //vda1cs4850/home/username | false | +| //vda1cs4850/home/dir/subdir/somefile.d.ts | //vda1cs4850/home/dir/subdir | true | +| //vda1cs4850/home/username/somefile.d.ts | | | | //vda1cs4850/home/username/dir/somefile.d.ts | //vda1cs4850/home/username/dir | true | | //vda1cs4850/home/username/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/dir | true | | //vda1cs4850/home/username/folderAtRoot/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | false | @@ -4471,8 +4399,6 @@ Root: //vda1cs4850/home/username/folderAtRoot/folder1/folder2 ## RootDirForResolution: //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3 -Root: //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/somefile.d.ts | | | @@ -4480,98 +4406,98 @@ Root: //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/dir/subdir | true | | //vda1cs4850/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/dir | true | +| //vda1cs4850/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/dir | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | | //vda1cs4850/users/somefile.d.ts | | | | //vda1cs4850/users/dir/somefile.d.ts | | | -| //vda1cs4850/users/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/dir/subdir/somefile.d.ts | //vda1cs4850/users/dir/subdir | true | | //vda1cs4850/users/username/somefile.d.ts | | | -| //vda1cs4850/users/username/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/dir/somefile.d.ts | //vda1cs4850/users/username/dir | true | +| //vda1cs4850/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/dir | true | +| //vda1cs4850/users/username/folderAtRoot/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | | //vda1cs4850/user/somefile.d.ts | | | | //vda1cs4850/user/dir/somefile.d.ts | | | -| //vda1cs4850/user/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/user/dir/subdir/somefile.d.ts | //vda1cs4850/user/dir/subdir | true | | //vda1cs4850/user/username/somefile.d.ts | | | -| //vda1cs4850/user/username/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/user/username/dir/somefile.d.ts | //vda1cs4850/user/username/dir | true | +| //vda1cs4850/user/username/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/dir | true | +| //vda1cs4850/user/username/folderAtRoot/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | | //vda1cs4850/usr/somefile.d.ts | | | | //vda1cs4850/usr/dir/somefile.d.ts | | | -| //vda1cs4850/usr/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/usr/dir/subdir/somefile.d.ts | //vda1cs4850/usr/dir/subdir | true | | //vda1cs4850/usr/username/somefile.d.ts | | | -| //vda1cs4850/usr/username/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/usr/username/dir/somefile.d.ts | //vda1cs4850/usr/username/dir | true | +| //vda1cs4850/usr/username/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/dir | true | +| //vda1cs4850/usr/username/folderAtRoot/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | | //vda1cs4850/home/somefile.d.ts | | | | //vda1cs4850/home/dir/somefile.d.ts | | | -| //vda1cs4850/home/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/somefile.d.ts | //vda1cs4850/home/username | false | +| //vda1cs4850/home/dir/subdir/somefile.d.ts | //vda1cs4850/home/dir/subdir | true | +| //vda1cs4850/home/username/somefile.d.ts | | | | //vda1cs4850/home/username/dir/somefile.d.ts | //vda1cs4850/home/username/dir | true | | //vda1cs4850/home/username/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/dir | true | | //vda1cs4850/home/username/folderAtRoot/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | false | @@ -4595,8 +4521,6 @@ Root: //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3 ## RootDirForResolution: //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4 -Root: //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/somefile.d.ts | | | @@ -4604,98 +4528,98 @@ Root: //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/dir/subdir | true | | //vda1cs4850/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/dir | true | +| //vda1cs4850/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/dir | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | | //vda1cs4850/users/somefile.d.ts | | | | //vda1cs4850/users/dir/somefile.d.ts | | | -| //vda1cs4850/users/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/dir/subdir/somefile.d.ts | //vda1cs4850/users/dir/subdir | true | | //vda1cs4850/users/username/somefile.d.ts | | | -| //vda1cs4850/users/username/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/dir/somefile.d.ts | //vda1cs4850/users/username/dir | true | +| //vda1cs4850/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/dir | true | +| //vda1cs4850/users/username/folderAtRoot/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | | //vda1cs4850/user/somefile.d.ts | | | | //vda1cs4850/user/dir/somefile.d.ts | | | -| //vda1cs4850/user/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/user/dir/subdir/somefile.d.ts | //vda1cs4850/user/dir/subdir | true | | //vda1cs4850/user/username/somefile.d.ts | | | -| //vda1cs4850/user/username/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/user/username/dir/somefile.d.ts | //vda1cs4850/user/username/dir | true | +| //vda1cs4850/user/username/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/dir | true | +| //vda1cs4850/user/username/folderAtRoot/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | | //vda1cs4850/usr/somefile.d.ts | | | | //vda1cs4850/usr/dir/somefile.d.ts | | | -| //vda1cs4850/usr/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/usr/dir/subdir/somefile.d.ts | //vda1cs4850/usr/dir/subdir | true | | //vda1cs4850/usr/username/somefile.d.ts | | | -| //vda1cs4850/usr/username/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/usr/username/dir/somefile.d.ts | //vda1cs4850/usr/username/dir | true | +| //vda1cs4850/usr/username/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/dir | true | +| //vda1cs4850/usr/username/folderAtRoot/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | | //vda1cs4850/home/somefile.d.ts | | | | //vda1cs4850/home/dir/somefile.d.ts | | | -| //vda1cs4850/home/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/somefile.d.ts | //vda1cs4850/home/username | false | +| //vda1cs4850/home/dir/subdir/somefile.d.ts | //vda1cs4850/home/dir/subdir | true | +| //vda1cs4850/home/username/somefile.d.ts | | | | //vda1cs4850/home/username/dir/somefile.d.ts | //vda1cs4850/home/username/dir | true | | //vda1cs4850/home/username/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/dir | true | | //vda1cs4850/home/username/folderAtRoot/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | false | @@ -4719,8 +4643,6 @@ Root: //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4 ## RootDirForResolution: //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 -Root: //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/somefile.d.ts | | | @@ -4728,98 +4650,98 @@ Root: //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/fo | //vda1cs4850/dir/subdir/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/somefile.d.ts | | | | //vda1cs4850/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/dir/subdir | true | | //vda1cs4850/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/dir | true | +| //vda1cs4850/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/dir | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | +| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | true | | //vda1cs4850/users/somefile.d.ts | | | | //vda1cs4850/users/dir/somefile.d.ts | | | -| //vda1cs4850/users/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/dir/subdir/somefile.d.ts | //vda1cs4850/users/dir/subdir | true | | //vda1cs4850/users/username/somefile.d.ts | | | -| //vda1cs4850/users/username/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/users/username/dir/somefile.d.ts | //vda1cs4850/users/username/dir | true | +| //vda1cs4850/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/dir | true | +| //vda1cs4850/users/username/folderAtRoot/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | +| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot | true | | //vda1cs4850/user/somefile.d.ts | | | | //vda1cs4850/user/dir/somefile.d.ts | | | -| //vda1cs4850/user/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/user/dir/subdir/somefile.d.ts | //vda1cs4850/user/dir/subdir | true | | //vda1cs4850/user/username/somefile.d.ts | | | -| //vda1cs4850/user/username/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/user/username/dir/somefile.d.ts | //vda1cs4850/user/username/dir | true | +| //vda1cs4850/user/username/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/dir | true | +| //vda1cs4850/user/username/folderAtRoot/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | +| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | true | | //vda1cs4850/usr/somefile.d.ts | | | | //vda1cs4850/usr/dir/somefile.d.ts | | | -| //vda1cs4850/usr/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/usr/dir/subdir/somefile.d.ts | //vda1cs4850/usr/dir/subdir | true | | //vda1cs4850/usr/username/somefile.d.ts | | | -| //vda1cs4850/usr/username/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/usr/username/dir/somefile.d.ts | //vda1cs4850/usr/username/dir | true | +| //vda1cs4850/usr/username/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/dir | true | +| //vda1cs4850/usr/username/folderAtRoot/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | +| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | true | | //vda1cs4850/home/somefile.d.ts | | | | //vda1cs4850/home/dir/somefile.d.ts | | | -| //vda1cs4850/home/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/home/username/somefile.d.ts | //vda1cs4850/home/username | false | +| //vda1cs4850/home/dir/subdir/somefile.d.ts | //vda1cs4850/home/dir/subdir | true | +| //vda1cs4850/home/username/somefile.d.ts | | | | //vda1cs4850/home/username/dir/somefile.d.ts | //vda1cs4850/home/username/dir | true | | //vda1cs4850/home/username/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/dir | true | | //vda1cs4850/home/username/folderAtRoot/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | false | @@ -4841,127 +4763,3 @@ Root: //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/fo | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir | true | | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir | true | -## RootDirForResolution: undefined - -Root: undefined - -| Location | getDirectoryToWatchFailedLookupLocation | Recursive | -| -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | --------- | -| //vda1cs4850/somefile.d.ts | | | -| //vda1cs4850/dir/somefile.d.ts | | | -| //vda1cs4850/dir/subdir/somefile.d.ts | //vda1cs4850/dir/subdir | false | -| //vda1cs4850/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/dir | false | -| //vda1cs4850/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/dir/subdir | false | -| //vda1cs4850/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1 | false | -| //vda1cs4850/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/dir | false | -| //vda1cs4850/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/dir/subdir | false | -| //vda1cs4850/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2 | false | -| //vda1cs4850/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/dir | false | -| //vda1cs4850/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/dir/subdir | false | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/folder3 | false | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir | false | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/dir/subdir | false | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4 | false | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir | false | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir | false | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | false | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir | false | -| //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir | false | -| //vda1cs4850/users/somefile.d.ts | | | -| //vda1cs4850/users/dir/somefile.d.ts | | | -| //vda1cs4850/users/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/users/username/somefile.d.ts | | | -| //vda1cs4850/users/username/dir/somefile.d.ts | | | -| //vda1cs4850/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/dir/subdir | false | -| //vda1cs4850/users/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/users/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/dir | false | -| //vda1cs4850/users/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/dir/subdir | false | -| //vda1cs4850/users/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1 | false | -| //vda1cs4850/users/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/dir | false | -| //vda1cs4850/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/dir/subdir | false | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/folder2 | false | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir | false | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/dir/subdir | false | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3 | false | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir | false | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir | false | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4 | false | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir | false | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir | false | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | false | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir | false | -| //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir | false | -| //vda1cs4850/user/somefile.d.ts | | | -| //vda1cs4850/user/dir/somefile.d.ts | //vda1cs4850/user/dir | false | -| //vda1cs4850/user/dir/subdir/somefile.d.ts | //vda1cs4850/user/dir/subdir | false | -| //vda1cs4850/user/username/somefile.d.ts | //vda1cs4850/user/username | false | -| //vda1cs4850/user/username/dir/somefile.d.ts | //vda1cs4850/user/username/dir | false | -| //vda1cs4850/user/username/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/dir/subdir | false | -| //vda1cs4850/user/username/folderAtRoot/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot | false | -| //vda1cs4850/user/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/dir | false | -| //vda1cs4850/user/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/dir/subdir | false | -| //vda1cs4850/user/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/folder1 | false | -| //vda1cs4850/user/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/folder1/dir | false | -| //vda1cs4850/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/folder1/dir/subdir | false | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/folder1/folder2 | false | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir | false | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/dir/subdir | false | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3 | false | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir | false | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir | false | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4 | false | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir | false | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir | false | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | false | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir | false | -| //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir | false | -| //vda1cs4850/usr/somefile.d.ts | | | -| //vda1cs4850/usr/dir/somefile.d.ts | //vda1cs4850/usr/dir | false | -| //vda1cs4850/usr/dir/subdir/somefile.d.ts | //vda1cs4850/usr/dir/subdir | false | -| //vda1cs4850/usr/username/somefile.d.ts | //vda1cs4850/usr/username | false | -| //vda1cs4850/usr/username/dir/somefile.d.ts | //vda1cs4850/usr/username/dir | false | -| //vda1cs4850/usr/username/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/dir/subdir | false | -| //vda1cs4850/usr/username/folderAtRoot/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot | false | -| //vda1cs4850/usr/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/dir | false | -| //vda1cs4850/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/dir/subdir | false | -| //vda1cs4850/usr/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/folder1 | false | -| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/folder1/dir | false | -| //vda1cs4850/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/folder1/dir/subdir | false | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2 | false | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir | false | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/dir/subdir | false | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3 | false | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir | false | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir | false | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 | false | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir | false | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir | false | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | false | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir | false | -| //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir | false | -| //vda1cs4850/home/somefile.d.ts | | | -| //vda1cs4850/home/dir/somefile.d.ts | //vda1cs4850/home/dir | false | -| //vda1cs4850/home/dir/subdir/somefile.d.ts | //vda1cs4850/home/dir/subdir | false | -| //vda1cs4850/home/username/somefile.d.ts | //vda1cs4850/home/username | false | -| //vda1cs4850/home/username/dir/somefile.d.ts | //vda1cs4850/home/username/dir | false | -| //vda1cs4850/home/username/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/dir/subdir | false | -| //vda1cs4850/home/username/folderAtRoot/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot | false | -| //vda1cs4850/home/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/dir | false | -| //vda1cs4850/home/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/dir/subdir | false | -| //vda1cs4850/home/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/folder1 | false | -| //vda1cs4850/home/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/folder1/dir | false | -| //vda1cs4850/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/folder1/dir/subdir | false | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/folder1/folder2 | false | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir | false | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/dir/subdir | false | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3 | false | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir | false | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir | false | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4 | false | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir | false | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir | false | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | false | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir | false | -| //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir | false | - diff --git a/tests/baselines/reference/canWatch/getDirectoryToWatchFailedLookupLocationUncDos.baseline.md b/tests/baselines/reference/canWatch/getDirectoryToWatchFailedLookupLocationUncDos.baseline.md index 07d3a83b17410..41c6e386f28f1 100644 --- a/tests/baselines/reference/canWatch/getDirectoryToWatchFailedLookupLocationUncDos.baseline.md +++ b/tests/baselines/reference/canWatch/getDirectoryToWatchFailedLookupLocationUncDos.baseline.md @@ -7,11 +7,9 @@ It also determines the directory to watch and whether to watch it recursively or ## RootDirForResolution: //vda1cs4850/c$ -Root: //vda1cs4850/c$ - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | -| //vda1cs4850/c$/somefile.d.ts | //vda1cs4850/c$ | false | +| //vda1cs4850/c$/somefile.d.ts | | | | //vda1cs4850/c$/dir/somefile.d.ts | //vda1cs4850/c$/dir | true | | //vda1cs4850/c$/dir/subdir/somefile.d.ts | //vda1cs4850/c$/dir | true | | //vda1cs4850/c$/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | @@ -32,30 +30,30 @@ Root: //vda1cs4850/c$ | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | -| //vda1cs4850/c$/users/somefile.d.ts | //vda1cs4850/c$/users | true | -| //vda1cs4850/c$/users/dir/somefile.d.ts | //vda1cs4850/c$/users | true | -| //vda1cs4850/c$/users/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users | true | -| //vda1cs4850/c$/users/username/somefile.d.ts | //vda1cs4850/c$/users | true | -| //vda1cs4850/c$/users/username/dir/somefile.d.ts | //vda1cs4850/c$/users | true | -| //vda1cs4850/c$/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users | true | -| //vda1cs4850/c$/users/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/users | true | -| //vda1cs4850/c$/users/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/users | true | -| //vda1cs4850/c$/users/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/users | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/users | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/users | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/users | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/users | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/users | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/users | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/users | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/users | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/users | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users | true | +| //vda1cs4850/c$/users/somefile.d.ts | | | +| //vda1cs4850/c$/users/dir/somefile.d.ts | | | +| //vda1cs4850/c$/users/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/dir/subdir | true | +| //vda1cs4850/c$/users/username/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/dir/somefile.d.ts | //vda1cs4850/c$/users/username/dir | true | +| //vda1cs4850/c$/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/dir | true | +| //vda1cs4850/c$/users/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | | //vda1cs4850/c$/user/somefile.d.ts | //vda1cs4850/c$/user | true | | //vda1cs4850/c$/user/dir/somefile.d.ts | //vda1cs4850/c$/user | true | | //vda1cs4850/c$/user/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | @@ -131,13 +129,11 @@ Root: //vda1cs4850/c$ ## RootDirForResolution: //vda1cs4850/c$/folderAtRoot -Root: //vda1cs4850/c$/folderAtRoot - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/c$/somefile.d.ts | | | -| //vda1cs4850/c$/dir/somefile.d.ts | | | -| //vda1cs4850/c$/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/dir/somefile.d.ts | //vda1cs4850/c$/dir | true | +| //vda1cs4850/c$/dir/subdir/somefile.d.ts | //vda1cs4850/c$/dir | true | | //vda1cs4850/c$/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | false | | //vda1cs4850/c$/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/dir | true | | //vda1cs4850/c$/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/dir | true | @@ -158,113 +154,111 @@ Root: //vda1cs4850/c$/folderAtRoot | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1 | true | | //vda1cs4850/c$/users/somefile.d.ts | | | | //vda1cs4850/c$/users/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/dir/subdir | true | | //vda1cs4850/c$/users/username/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/somefile.d.ts | | | -| //vda1cs4850/c$/user/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/somefile.d.ts | | | -| //vda1cs4850/c$/usr/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/somefile.d.ts | | | -| //vda1cs4850/c$/home/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/dir/somefile.d.ts | //vda1cs4850/c$/users/username/dir | true | +| //vda1cs4850/c$/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/dir | true | +| //vda1cs4850/c$/users/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/user/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/usr/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/home/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | ## RootDirForResolution: //vda1cs4850/c$/folderAtRoot/folder1 -Root: //vda1cs4850/c$/folderAtRoot/folder1 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/c$/somefile.d.ts | | | -| //vda1cs4850/c$/dir/somefile.d.ts | | | -| //vda1cs4850/c$/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/dir/somefile.d.ts | //vda1cs4850/c$/dir | true | +| //vda1cs4850/c$/dir/subdir/somefile.d.ts | //vda1cs4850/c$/dir | true | +| //vda1cs4850/c$/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | false | +| //vda1cs4850/c$/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/dir | true | +| //vda1cs4850/c$/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/dir | true | | //vda1cs4850/c$/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1 | false | | //vda1cs4850/c$/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/dir | true | | //vda1cs4850/c$/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/dir | true | @@ -282,113 +276,111 @@ Root: //vda1cs4850/c$/folderAtRoot/folder1 | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2 | true | | //vda1cs4850/c$/users/somefile.d.ts | | | | //vda1cs4850/c$/users/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/dir/subdir | true | | //vda1cs4850/c$/users/username/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/somefile.d.ts | | | -| //vda1cs4850/c$/user/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/somefile.d.ts | | | -| //vda1cs4850/c$/usr/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/somefile.d.ts | | | -| //vda1cs4850/c$/home/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/dir/somefile.d.ts | //vda1cs4850/c$/users/username/dir | true | +| //vda1cs4850/c$/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/dir | true | +| //vda1cs4850/c$/users/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/user/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/usr/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/home/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | ## RootDirForResolution: //vda1cs4850/c$/folderAtRoot/folder1/folder2 -Root: //vda1cs4850/c$/folderAtRoot/folder1/folder2 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/c$/somefile.d.ts | | | -| //vda1cs4850/c$/dir/somefile.d.ts | | | -| //vda1cs4850/c$/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/dir/somefile.d.ts | //vda1cs4850/c$/dir | true | +| //vda1cs4850/c$/dir/subdir/somefile.d.ts | //vda1cs4850/c$/dir | true | +| //vda1cs4850/c$/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | false | +| //vda1cs4850/c$/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/dir | true | +| //vda1cs4850/c$/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/dir | true | | //vda1cs4850/c$/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1 | false | | //vda1cs4850/c$/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/dir | true | | //vda1cs4850/c$/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/dir | true | @@ -406,237 +398,111 @@ Root: //vda1cs4850/c$/folderAtRoot/folder1/folder2 | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3 | true | | //vda1cs4850/c$/users/somefile.d.ts | | | | //vda1cs4850/c$/users/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/dir/subdir | true | | //vda1cs4850/c$/users/username/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/somefile.d.ts | | | -| //vda1cs4850/c$/user/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/somefile.d.ts | | | -| //vda1cs4850/c$/usr/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/somefile.d.ts | | | -| //vda1cs4850/c$/home/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | - -## RootDirForResolution: //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3 - -Root: //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3 - -| Location | getDirectoryToWatchFailedLookupLocation | Recursive | -| ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | -| //vda1cs4850/c$/somefile.d.ts | | | -| //vda1cs4850/c$/dir/somefile.d.ts | | | -| //vda1cs4850/c$/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1 | false | -| //vda1cs4850/c$/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/dir | true | -| //vda1cs4850/c$/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/dir | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2 | false | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3 | false | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4 | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4 | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4 | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4 | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4 | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4 | true | -| //vda1cs4850/c$/users/somefile.d.ts | | | -| //vda1cs4850/c$/users/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/somefile.d.ts | | | -| //vda1cs4850/c$/user/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/somefile.d.ts | | | -| //vda1cs4850/c$/usr/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/somefile.d.ts | | | -| //vda1cs4850/c$/home/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | - -## RootDirForResolution: //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4 - -Root: //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4 - -| Location | getDirectoryToWatchFailedLookupLocation | Recursive | -| ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | -| //vda1cs4850/c$/somefile.d.ts | | | -| //vda1cs4850/c$/dir/somefile.d.ts | | | -| //vda1cs4850/c$/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/dir/somefile.d.ts | //vda1cs4850/c$/users/username/dir | true | +| //vda1cs4850/c$/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/dir | true | +| //vda1cs4850/c$/users/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/user/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/usr/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/home/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | + +## RootDirForResolution: //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3 + +| Location | getDirectoryToWatchFailedLookupLocation | Recursive | +| ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | +| //vda1cs4850/c$/somefile.d.ts | | | +| //vda1cs4850/c$/dir/somefile.d.ts | //vda1cs4850/c$/dir | true | +| //vda1cs4850/c$/dir/subdir/somefile.d.ts | //vda1cs4850/c$/dir | true | +| //vda1cs4850/c$/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | false | +| //vda1cs4850/c$/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/dir | true | +| //vda1cs4850/c$/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/dir | true | | //vda1cs4850/c$/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1 | false | | //vda1cs4850/c$/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/dir | true | | //vda1cs4850/c$/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/dir | true | @@ -646,121 +512,119 @@ Root: //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3 | false | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir | true | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4 | false | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4 | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4 | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4 | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4 | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4 | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4 | true | | //vda1cs4850/c$/users/somefile.d.ts | | | | //vda1cs4850/c$/users/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/dir/subdir | true | | //vda1cs4850/c$/users/username/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/somefile.d.ts | | | -| //vda1cs4850/c$/user/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/somefile.d.ts | | | -| //vda1cs4850/c$/usr/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/somefile.d.ts | | | -| //vda1cs4850/c$/home/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | - -## RootDirForResolution: //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5 +| //vda1cs4850/c$/users/username/dir/somefile.d.ts | //vda1cs4850/c$/users/username/dir | true | +| //vda1cs4850/c$/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/dir | true | +| //vda1cs4850/c$/users/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/user/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/usr/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/home/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | -Root: //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5 +## RootDirForResolution: //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4 | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/c$/somefile.d.ts | | | -| //vda1cs4850/c$/dir/somefile.d.ts | | | -| //vda1cs4850/c$/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/dir/somefile.d.ts | //vda1cs4850/c$/dir | true | +| //vda1cs4850/c$/dir/subdir/somefile.d.ts | //vda1cs4850/c$/dir | true | +| //vda1cs4850/c$/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | false | +| //vda1cs4850/c$/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/dir | true | +| //vda1cs4850/c$/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/dir | true | | //vda1cs4850/c$/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1 | false | | //vda1cs4850/c$/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/dir | true | | //vda1cs4850/c$/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/dir | true | @@ -773,261 +637,13 @@ Root: //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4 | false | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir | true | | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | false | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir | true | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | true | | //vda1cs4850/c$/users/somefile.d.ts | | | | //vda1cs4850/c$/users/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/dir/subdir | true | | //vda1cs4850/c$/users/username/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/somefile.d.ts | | | -| //vda1cs4850/c$/user/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/somefile.d.ts | | | -| //vda1cs4850/c$/usr/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/somefile.d.ts | | | -| //vda1cs4850/c$/home/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | - -## RootDirForResolution: //vda1cs4850/c$/users - -Root: //vda1cs4850/c$/users - -| Location | getDirectoryToWatchFailedLookupLocation | Recursive | -| ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | -| //vda1cs4850/c$/somefile.d.ts | | | -| //vda1cs4850/c$/dir/somefile.d.ts | | | -| //vda1cs4850/c$/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/somefile.d.ts | //vda1cs4850/c$/users | false | -| //vda1cs4850/c$/users/dir/somefile.d.ts | //vda1cs4850/c$/users/dir | true | -| //vda1cs4850/c$/users/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/dir | true | -| //vda1cs4850/c$/users/username/somefile.d.ts | //vda1cs4850/c$/users/username | true | -| //vda1cs4850/c$/users/username/dir/somefile.d.ts | //vda1cs4850/c$/users/username | true | -| //vda1cs4850/c$/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username | true | -| //vda1cs4850/c$/users/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/users/username | true | -| //vda1cs4850/c$/users/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/users/username | true | -| //vda1cs4850/c$/users/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/users/username | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/users/username | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/users/username | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/users/username | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/users/username | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/users/username | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/users/username | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/users/username | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/users/username | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/users/username | true | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username | true | -| //vda1cs4850/c$/user/somefile.d.ts | | | -| //vda1cs4850/c$/user/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/somefile.d.ts | | | -| //vda1cs4850/c$/usr/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/somefile.d.ts | | | -| //vda1cs4850/c$/home/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | - -## RootDirForResolution: //vda1cs4850/c$/users/username - -Root: //vda1cs4850/c$/users/username - -| Location | getDirectoryToWatchFailedLookupLocation | Recursive | -| ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | -| //vda1cs4850/c$/somefile.d.ts | | | -| //vda1cs4850/c$/dir/somefile.d.ts | | | -| //vda1cs4850/c$/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/somefile.d.ts | | | -| //vda1cs4850/c$/users/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/somefile.d.ts | //vda1cs4850/c$/users/username | false | | //vda1cs4850/c$/users/username/dir/somefile.d.ts | //vda1cs4850/c$/users/username/dir | true | | //vda1cs4850/c$/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/dir | true | | //vda1cs4850/c$/users/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | @@ -1048,112 +664,476 @@ Root: //vda1cs4850/c$/users/username | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | -| //vda1cs4850/c$/user/somefile.d.ts | | | -| //vda1cs4850/c$/user/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/somefile.d.ts | | | -| //vda1cs4850/c$/usr/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/somefile.d.ts | | | -| //vda1cs4850/c$/home/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | - -## RootDirForResolution: //vda1cs4850/c$/users/username/folderAtRoot - -Root: //vda1cs4850/c$/users/username/folderAtRoot - -| Location | getDirectoryToWatchFailedLookupLocation | Recursive | -| ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | -| //vda1cs4850/c$/somefile.d.ts | | | -| //vda1cs4850/c$/dir/somefile.d.ts | | | -| //vda1cs4850/c$/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/user/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/usr/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/home/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | + +## RootDirForResolution: //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5 + +| Location | getDirectoryToWatchFailedLookupLocation | Recursive | +| ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | +| //vda1cs4850/c$/somefile.d.ts | | | +| //vda1cs4850/c$/dir/somefile.d.ts | //vda1cs4850/c$/dir | true | +| //vda1cs4850/c$/dir/subdir/somefile.d.ts | //vda1cs4850/c$/dir | true | +| //vda1cs4850/c$/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | false | +| //vda1cs4850/c$/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/dir | true | +| //vda1cs4850/c$/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/dir | true | +| //vda1cs4850/c$/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1 | false | +| //vda1cs4850/c$/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/dir | true | +| //vda1cs4850/c$/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/dir | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2 | false | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3 | false | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4 | false | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | false | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir | true | +| //vda1cs4850/c$/users/somefile.d.ts | | | +| //vda1cs4850/c$/users/dir/somefile.d.ts | | | +| //vda1cs4850/c$/users/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/dir/subdir | true | +| //vda1cs4850/c$/users/username/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/dir/somefile.d.ts | //vda1cs4850/c$/users/username/dir | true | +| //vda1cs4850/c$/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/dir | true | +| //vda1cs4850/c$/users/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/user/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/usr/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/home/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | + +## RootDirForResolution: //vda1cs4850/c$/users + +| Location | getDirectoryToWatchFailedLookupLocation | Recursive | +| ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | +| //vda1cs4850/c$/somefile.d.ts | | | +| //vda1cs4850/c$/dir/somefile.d.ts | //vda1cs4850/c$/dir | true | +| //vda1cs4850/c$/dir/subdir/somefile.d.ts | //vda1cs4850/c$/dir | true | +| //vda1cs4850/c$/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/users/somefile.d.ts | | | +| //vda1cs4850/c$/users/dir/somefile.d.ts | | | +| //vda1cs4850/c$/users/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/dir/subdir | true | +| //vda1cs4850/c$/users/username/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/dir/somefile.d.ts | //vda1cs4850/c$/users/username/dir | true | +| //vda1cs4850/c$/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/dir | true | +| //vda1cs4850/c$/users/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/user/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/usr/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/home/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | + +## RootDirForResolution: //vda1cs4850/c$/users/username + +| Location | getDirectoryToWatchFailedLookupLocation | Recursive | +| ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | +| //vda1cs4850/c$/somefile.d.ts | | | +| //vda1cs4850/c$/dir/somefile.d.ts | //vda1cs4850/c$/dir | true | +| //vda1cs4850/c$/dir/subdir/somefile.d.ts | //vda1cs4850/c$/dir | true | +| //vda1cs4850/c$/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/users/somefile.d.ts | | | +| //vda1cs4850/c$/users/dir/somefile.d.ts | | | +| //vda1cs4850/c$/users/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/dir/subdir | true | +| //vda1cs4850/c$/users/username/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/dir/somefile.d.ts | //vda1cs4850/c$/users/username/dir | true | +| //vda1cs4850/c$/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/dir | true | +| //vda1cs4850/c$/users/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/user/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/usr/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/home/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | + +## RootDirForResolution: //vda1cs4850/c$/users/username/folderAtRoot + +| Location | getDirectoryToWatchFailedLookupLocation | Recursive | +| ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | +| //vda1cs4850/c$/somefile.d.ts | | | +| //vda1cs4850/c$/dir/somefile.d.ts | //vda1cs4850/c$/dir | true | +| //vda1cs4850/c$/dir/subdir/somefile.d.ts | //vda1cs4850/c$/dir | true | +| //vda1cs4850/c$/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | | //vda1cs4850/c$/users/somefile.d.ts | | | | //vda1cs4850/c$/users/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/dir/subdir | true | | //vda1cs4850/c$/users/username/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/dir/somefile.d.ts | //vda1cs4850/c$/users/username/dir | true | +| //vda1cs4850/c$/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/dir | true | | //vda1cs4850/c$/users/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | false | | //vda1cs4850/c$/users/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/dir | true | | //vda1cs4850/c$/users/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/dir | true | @@ -1172,115 +1152,113 @@ Root: //vda1cs4850/c$/users/username/folderAtRoot | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1 | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1 | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1 | true | -| //vda1cs4850/c$/user/somefile.d.ts | | | -| //vda1cs4850/c$/user/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/somefile.d.ts | | | -| //vda1cs4850/c$/usr/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/somefile.d.ts | | | -| //vda1cs4850/c$/home/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/user/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/usr/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/home/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | ## RootDirForResolution: //vda1cs4850/c$/users/username/folderAtRoot/folder1 -Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/c$/somefile.d.ts | | | -| //vda1cs4850/c$/dir/somefile.d.ts | | | -| //vda1cs4850/c$/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/dir/somefile.d.ts | //vda1cs4850/c$/dir | true | +| //vda1cs4850/c$/dir/subdir/somefile.d.ts | //vda1cs4850/c$/dir | true | +| //vda1cs4850/c$/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | | //vda1cs4850/c$/users/somefile.d.ts | | | | //vda1cs4850/c$/users/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/dir/subdir | true | | //vda1cs4850/c$/users/username/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/dir/somefile.d.ts | //vda1cs4850/c$/users/username/dir | true | +| //vda1cs4850/c$/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/dir | true | +| //vda1cs4850/c$/users/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | false | +| //vda1cs4850/c$/users/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/dir | true | +| //vda1cs4850/c$/users/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/dir | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1 | false | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir | true | @@ -1296,115 +1274,113 @@ Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1 | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2 | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2 | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2 | true | -| //vda1cs4850/c$/user/somefile.d.ts | | | -| //vda1cs4850/c$/user/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/somefile.d.ts | | | -| //vda1cs4850/c$/usr/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/somefile.d.ts | | | -| //vda1cs4850/c$/home/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/user/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/usr/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/home/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | ## RootDirForResolution: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2 -Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/c$/somefile.d.ts | | | -| //vda1cs4850/c$/dir/somefile.d.ts | | | -| //vda1cs4850/c$/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/dir/somefile.d.ts | //vda1cs4850/c$/dir | true | +| //vda1cs4850/c$/dir/subdir/somefile.d.ts | //vda1cs4850/c$/dir | true | +| //vda1cs4850/c$/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | | //vda1cs4850/c$/users/somefile.d.ts | | | | //vda1cs4850/c$/users/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/dir/subdir | true | | //vda1cs4850/c$/users/username/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/dir/somefile.d.ts | //vda1cs4850/c$/users/username/dir | true | +| //vda1cs4850/c$/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/dir | true | +| //vda1cs4850/c$/users/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | false | +| //vda1cs4850/c$/users/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/dir | true | +| //vda1cs4850/c$/users/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/dir | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1 | false | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir | true | @@ -1420,115 +1396,113 @@ Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2 | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3 | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3 | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3 | true | -| //vda1cs4850/c$/user/somefile.d.ts | | | -| //vda1cs4850/c$/user/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/somefile.d.ts | | | -| //vda1cs4850/c$/usr/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/somefile.d.ts | | | -| //vda1cs4850/c$/home/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/user/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/usr/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/home/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | ## RootDirForResolution: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3 -Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/c$/somefile.d.ts | | | -| //vda1cs4850/c$/dir/somefile.d.ts | | | -| //vda1cs4850/c$/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/dir/somefile.d.ts | //vda1cs4850/c$/dir | true | +| //vda1cs4850/c$/dir/subdir/somefile.d.ts | //vda1cs4850/c$/dir | true | +| //vda1cs4850/c$/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | | //vda1cs4850/c$/users/somefile.d.ts | | | | //vda1cs4850/c$/users/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/dir/subdir | true | | //vda1cs4850/c$/users/username/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/dir/somefile.d.ts | //vda1cs4850/c$/users/username/dir | true | +| //vda1cs4850/c$/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/dir | true | +| //vda1cs4850/c$/users/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | false | +| //vda1cs4850/c$/users/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/dir | true | +| //vda1cs4850/c$/users/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/dir | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1 | false | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir | true | @@ -1544,115 +1518,113 @@ Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4 | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4 | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4 | true | -| //vda1cs4850/c$/user/somefile.d.ts | | | -| //vda1cs4850/c$/user/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/somefile.d.ts | | | -| //vda1cs4850/c$/usr/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/somefile.d.ts | | | -| //vda1cs4850/c$/home/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/user/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/usr/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/home/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | ## RootDirForResolution: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4 -Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/c$/somefile.d.ts | | | -| //vda1cs4850/c$/dir/somefile.d.ts | | | -| //vda1cs4850/c$/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/dir/somefile.d.ts | //vda1cs4850/c$/dir | true | +| //vda1cs4850/c$/dir/subdir/somefile.d.ts | //vda1cs4850/c$/dir | true | +| //vda1cs4850/c$/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | | //vda1cs4850/c$/users/somefile.d.ts | | | | //vda1cs4850/c$/users/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/dir/subdir | true | | //vda1cs4850/c$/users/username/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/dir/somefile.d.ts | //vda1cs4850/c$/users/username/dir | true | +| //vda1cs4850/c$/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/dir | true | +| //vda1cs4850/c$/users/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | false | +| //vda1cs4850/c$/users/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/dir | true | +| //vda1cs4850/c$/users/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/dir | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1 | false | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir | true | @@ -1668,115 +1640,113 @@ Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | true | -| //vda1cs4850/c$/user/somefile.d.ts | | | -| //vda1cs4850/c$/user/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/somefile.d.ts | | | -| //vda1cs4850/c$/usr/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/somefile.d.ts | | | -| //vda1cs4850/c$/home/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/user/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/usr/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/home/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | ## RootDirForResolution: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 -Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/c$/somefile.d.ts | | | -| //vda1cs4850/c$/dir/somefile.d.ts | | | -| //vda1cs4850/c$/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/dir/somefile.d.ts | //vda1cs4850/c$/dir | true | +| //vda1cs4850/c$/dir/subdir/somefile.d.ts | //vda1cs4850/c$/dir | true | +| //vda1cs4850/c$/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | | //vda1cs4850/c$/users/somefile.d.ts | | | | //vda1cs4850/c$/users/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/dir/subdir | true | | //vda1cs4850/c$/users/username/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/dir/somefile.d.ts | //vda1cs4850/c$/users/username/dir | true | +| //vda1cs4850/c$/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/dir | true | +| //vda1cs4850/c$/users/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | false | +| //vda1cs4850/c$/users/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/dir | true | +| //vda1cs4850/c$/users/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/dir | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1 | false | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir | true | @@ -1792,130 +1762,128 @@ Root: //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | false | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir | true | | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir | true | -| //vda1cs4850/c$/user/somefile.d.ts | | | -| //vda1cs4850/c$/user/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/somefile.d.ts | | | -| //vda1cs4850/c$/usr/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/somefile.d.ts | | | -| //vda1cs4850/c$/home/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/user/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/usr/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/home/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | ## RootDirForResolution: //vda1cs4850/c$/user -Root: //vda1cs4850/c$/user - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/c$/somefile.d.ts | | | -| //vda1cs4850/c$/dir/somefile.d.ts | | | -| //vda1cs4850/c$/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/dir/somefile.d.ts | //vda1cs4850/c$/dir | true | +| //vda1cs4850/c$/dir/subdir/somefile.d.ts | //vda1cs4850/c$/dir | true | +| //vda1cs4850/c$/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | | //vda1cs4850/c$/users/somefile.d.ts | | | | //vda1cs4850/c$/users/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/dir/subdir | true | | //vda1cs4850/c$/users/username/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/dir/somefile.d.ts | //vda1cs4850/c$/users/username/dir | true | +| //vda1cs4850/c$/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/dir | true | +| //vda1cs4850/c$/users/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | | //vda1cs4850/c$/user/somefile.d.ts | //vda1cs4850/c$/user | false | | //vda1cs4850/c$/user/dir/somefile.d.ts | //vda1cs4850/c$/user/dir | true | | //vda1cs4850/c$/user/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/dir | true | @@ -1940,109 +1908,107 @@ Root: //vda1cs4850/c$/user | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/user/username | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/user/username | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username | true | -| //vda1cs4850/c$/usr/somefile.d.ts | | | -| //vda1cs4850/c$/usr/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/somefile.d.ts | | | -| //vda1cs4850/c$/home/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/usr/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/home/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | ## RootDirForResolution: //vda1cs4850/c$/user/username -Root: //vda1cs4850/c$/user/username - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/c$/somefile.d.ts | | | -| //vda1cs4850/c$/dir/somefile.d.ts | | | -| //vda1cs4850/c$/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/dir/somefile.d.ts | //vda1cs4850/c$/dir | true | +| //vda1cs4850/c$/dir/subdir/somefile.d.ts | //vda1cs4850/c$/dir | true | +| //vda1cs4850/c$/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | | //vda1cs4850/c$/users/somefile.d.ts | | | | //vda1cs4850/c$/users/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/dir/subdir | true | | //vda1cs4850/c$/users/username/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/somefile.d.ts | | | -| //vda1cs4850/c$/user/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/dir/somefile.d.ts | //vda1cs4850/c$/users/username/dir | true | +| //vda1cs4850/c$/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/dir | true | +| //vda1cs4850/c$/users/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/user/somefile.d.ts | //vda1cs4850/c$/user | false | +| //vda1cs4850/c$/user/dir/somefile.d.ts | //vda1cs4850/c$/user/dir | true | +| //vda1cs4850/c$/user/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/dir | true | | //vda1cs4850/c$/user/username/somefile.d.ts | //vda1cs4850/c$/user/username | false | | //vda1cs4850/c$/user/username/dir/somefile.d.ts | //vda1cs4850/c$/user/username/dir | true | | //vda1cs4850/c$/user/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/dir | true | @@ -2064,109 +2030,107 @@ Root: //vda1cs4850/c$/user/username | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot | true | -| //vda1cs4850/c$/usr/somefile.d.ts | | | -| //vda1cs4850/c$/usr/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/somefile.d.ts | | | -| //vda1cs4850/c$/home/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/usr/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/home/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | ## RootDirForResolution: //vda1cs4850/c$/user/username/folderAtRoot -Root: //vda1cs4850/c$/user/username/folderAtRoot - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/c$/somefile.d.ts | | | -| //vda1cs4850/c$/dir/somefile.d.ts | | | -| //vda1cs4850/c$/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/dir/somefile.d.ts | //vda1cs4850/c$/dir | true | +| //vda1cs4850/c$/dir/subdir/somefile.d.ts | //vda1cs4850/c$/dir | true | +| //vda1cs4850/c$/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | | //vda1cs4850/c$/users/somefile.d.ts | | | | //vda1cs4850/c$/users/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/dir/subdir | true | | //vda1cs4850/c$/users/username/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/somefile.d.ts | | | -| //vda1cs4850/c$/user/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/dir/somefile.d.ts | //vda1cs4850/c$/users/username/dir | true | +| //vda1cs4850/c$/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/dir | true | +| //vda1cs4850/c$/users/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/user/somefile.d.ts | //vda1cs4850/c$/user | false | +| //vda1cs4850/c$/user/dir/somefile.d.ts | //vda1cs4850/c$/user/dir | true | +| //vda1cs4850/c$/user/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/dir | true | | //vda1cs4850/c$/user/username/somefile.d.ts | //vda1cs4850/c$/user/username | false | | //vda1cs4850/c$/user/username/dir/somefile.d.ts | //vda1cs4850/c$/user/username/dir | true | | //vda1cs4850/c$/user/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/dir | true | @@ -2188,109 +2152,107 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1 | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1 | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1 | true | -| //vda1cs4850/c$/usr/somefile.d.ts | | | -| //vda1cs4850/c$/usr/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/somefile.d.ts | | | -| //vda1cs4850/c$/home/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/usr/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/home/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | ## RootDirForResolution: //vda1cs4850/c$/user/username/folderAtRoot/folder1 -Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/c$/somefile.d.ts | | | -| //vda1cs4850/c$/dir/somefile.d.ts | | | -| //vda1cs4850/c$/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/dir/somefile.d.ts | //vda1cs4850/c$/dir | true | +| //vda1cs4850/c$/dir/subdir/somefile.d.ts | //vda1cs4850/c$/dir | true | +| //vda1cs4850/c$/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | | //vda1cs4850/c$/users/somefile.d.ts | | | | //vda1cs4850/c$/users/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/dir/subdir | true | | //vda1cs4850/c$/users/username/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/somefile.d.ts | | | -| //vda1cs4850/c$/user/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/dir/somefile.d.ts | //vda1cs4850/c$/users/username/dir | true | +| //vda1cs4850/c$/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/dir | true | +| //vda1cs4850/c$/users/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/user/somefile.d.ts | //vda1cs4850/c$/user | false | +| //vda1cs4850/c$/user/dir/somefile.d.ts | //vda1cs4850/c$/user/dir | true | +| //vda1cs4850/c$/user/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/dir | true | | //vda1cs4850/c$/user/username/somefile.d.ts | //vda1cs4850/c$/user/username | false | | //vda1cs4850/c$/user/username/dir/somefile.d.ts | //vda1cs4850/c$/user/username/dir | true | | //vda1cs4850/c$/user/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/dir | true | @@ -2312,109 +2274,107 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1 | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2 | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2 | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2 | true | -| //vda1cs4850/c$/usr/somefile.d.ts | | | -| //vda1cs4850/c$/usr/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/somefile.d.ts | | | -| //vda1cs4850/c$/home/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/usr/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/home/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | ## RootDirForResolution: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2 -Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/c$/somefile.d.ts | | | -| //vda1cs4850/c$/dir/somefile.d.ts | | | -| //vda1cs4850/c$/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/dir/somefile.d.ts | //vda1cs4850/c$/dir | true | +| //vda1cs4850/c$/dir/subdir/somefile.d.ts | //vda1cs4850/c$/dir | true | +| //vda1cs4850/c$/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | | //vda1cs4850/c$/users/somefile.d.ts | | | | //vda1cs4850/c$/users/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/dir/subdir | true | | //vda1cs4850/c$/users/username/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/somefile.d.ts | | | -| //vda1cs4850/c$/user/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/dir/somefile.d.ts | //vda1cs4850/c$/users/username/dir | true | +| //vda1cs4850/c$/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/dir | true | +| //vda1cs4850/c$/users/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/user/somefile.d.ts | //vda1cs4850/c$/user | false | +| //vda1cs4850/c$/user/dir/somefile.d.ts | //vda1cs4850/c$/user/dir | true | +| //vda1cs4850/c$/user/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/dir | true | | //vda1cs4850/c$/user/username/somefile.d.ts | //vda1cs4850/c$/user/username | false | | //vda1cs4850/c$/user/username/dir/somefile.d.ts | //vda1cs4850/c$/user/username/dir | true | | //vda1cs4850/c$/user/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/dir | true | @@ -2436,109 +2396,107 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2 | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3 | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3 | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3 | true | -| //vda1cs4850/c$/usr/somefile.d.ts | | | -| //vda1cs4850/c$/usr/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/somefile.d.ts | | | -| //vda1cs4850/c$/home/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/usr/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/home/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | ## RootDirForResolution: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3 -Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/c$/somefile.d.ts | | | -| //vda1cs4850/c$/dir/somefile.d.ts | | | -| //vda1cs4850/c$/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/dir/somefile.d.ts | //vda1cs4850/c$/dir | true | +| //vda1cs4850/c$/dir/subdir/somefile.d.ts | //vda1cs4850/c$/dir | true | +| //vda1cs4850/c$/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | | //vda1cs4850/c$/users/somefile.d.ts | | | | //vda1cs4850/c$/users/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/dir/subdir | true | | //vda1cs4850/c$/users/username/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/somefile.d.ts | | | -| //vda1cs4850/c$/user/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/dir/somefile.d.ts | //vda1cs4850/c$/users/username/dir | true | +| //vda1cs4850/c$/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/dir | true | +| //vda1cs4850/c$/users/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/user/somefile.d.ts | //vda1cs4850/c$/user | false | +| //vda1cs4850/c$/user/dir/somefile.d.ts | //vda1cs4850/c$/user/dir | true | +| //vda1cs4850/c$/user/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/dir | true | | //vda1cs4850/c$/user/username/somefile.d.ts | //vda1cs4850/c$/user/username | false | | //vda1cs4850/c$/user/username/dir/somefile.d.ts | //vda1cs4850/c$/user/username/dir | true | | //vda1cs4850/c$/user/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/dir | true | @@ -2560,109 +2518,107 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4 | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4 | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4 | true | -| //vda1cs4850/c$/usr/somefile.d.ts | | | -| //vda1cs4850/c$/usr/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/somefile.d.ts | | | -| //vda1cs4850/c$/home/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/usr/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/home/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | ## RootDirForResolution: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4 -Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/c$/somefile.d.ts | | | -| //vda1cs4850/c$/dir/somefile.d.ts | | | -| //vda1cs4850/c$/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/dir/somefile.d.ts | //vda1cs4850/c$/dir | true | +| //vda1cs4850/c$/dir/subdir/somefile.d.ts | //vda1cs4850/c$/dir | true | +| //vda1cs4850/c$/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | | //vda1cs4850/c$/users/somefile.d.ts | | | | //vda1cs4850/c$/users/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/dir/subdir | true | | //vda1cs4850/c$/users/username/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/somefile.d.ts | | | -| //vda1cs4850/c$/user/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/dir/somefile.d.ts | //vda1cs4850/c$/users/username/dir | true | +| //vda1cs4850/c$/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/dir | true | +| //vda1cs4850/c$/users/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/user/somefile.d.ts | //vda1cs4850/c$/user | false | +| //vda1cs4850/c$/user/dir/somefile.d.ts | //vda1cs4850/c$/user/dir | true | +| //vda1cs4850/c$/user/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/dir | true | | //vda1cs4850/c$/user/username/somefile.d.ts | //vda1cs4850/c$/user/username | false | | //vda1cs4850/c$/user/username/dir/somefile.d.ts | //vda1cs4850/c$/user/username/dir | true | | //vda1cs4850/c$/user/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/dir | true | @@ -2684,109 +2640,107 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | true | -| //vda1cs4850/c$/usr/somefile.d.ts | | | -| //vda1cs4850/c$/usr/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/somefile.d.ts | | | -| //vda1cs4850/c$/home/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/usr/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/home/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | ## RootDirForResolution: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 -Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/c$/somefile.d.ts | | | -| //vda1cs4850/c$/dir/somefile.d.ts | | | -| //vda1cs4850/c$/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/dir/somefile.d.ts | //vda1cs4850/c$/dir | true | +| //vda1cs4850/c$/dir/subdir/somefile.d.ts | //vda1cs4850/c$/dir | true | +| //vda1cs4850/c$/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | | //vda1cs4850/c$/users/somefile.d.ts | | | | //vda1cs4850/c$/users/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/dir/subdir | true | | //vda1cs4850/c$/users/username/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/somefile.d.ts | | | -| //vda1cs4850/c$/user/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/dir/somefile.d.ts | //vda1cs4850/c$/users/username/dir | true | +| //vda1cs4850/c$/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/dir | true | +| //vda1cs4850/c$/users/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/user/somefile.d.ts | //vda1cs4850/c$/user | false | +| //vda1cs4850/c$/user/dir/somefile.d.ts | //vda1cs4850/c$/user/dir | true | +| //vda1cs4850/c$/user/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/dir | true | | //vda1cs4850/c$/user/username/somefile.d.ts | //vda1cs4850/c$/user/username | false | | //vda1cs4850/c$/user/username/dir/somefile.d.ts | //vda1cs4850/c$/user/username/dir | true | | //vda1cs4850/c$/user/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/dir | true | @@ -2808,130 +2762,128 @@ Root: //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | false | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir | true | | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir | true | -| //vda1cs4850/c$/usr/somefile.d.ts | | | -| //vda1cs4850/c$/usr/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/somefile.d.ts | | | -| //vda1cs4850/c$/home/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/usr/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/home/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | ## RootDirForResolution: //vda1cs4850/c$/usr -Root: //vda1cs4850/c$/usr - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/c$/somefile.d.ts | | | -| //vda1cs4850/c$/dir/somefile.d.ts | | | -| //vda1cs4850/c$/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/dir/somefile.d.ts | //vda1cs4850/c$/dir | true | +| //vda1cs4850/c$/dir/subdir/somefile.d.ts | //vda1cs4850/c$/dir | true | +| //vda1cs4850/c$/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | | //vda1cs4850/c$/users/somefile.d.ts | | | | //vda1cs4850/c$/users/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/dir/subdir | true | | //vda1cs4850/c$/users/username/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/somefile.d.ts | | | -| //vda1cs4850/c$/user/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/dir/somefile.d.ts | //vda1cs4850/c$/users/username/dir | true | +| //vda1cs4850/c$/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/dir | true | +| //vda1cs4850/c$/users/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/user/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | | //vda1cs4850/c$/usr/somefile.d.ts | //vda1cs4850/c$/usr | false | | //vda1cs4850/c$/usr/dir/somefile.d.ts | //vda1cs4850/c$/usr/dir | true | | //vda1cs4850/c$/usr/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/dir | true | @@ -2956,109 +2908,107 @@ Root: //vda1cs4850/c$/usr | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/usr/username | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/usr/username | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username | true | -| //vda1cs4850/c$/home/somefile.d.ts | | | -| //vda1cs4850/c$/home/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/home/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | ## RootDirForResolution: //vda1cs4850/c$/usr/username -Root: //vda1cs4850/c$/usr/username - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/c$/somefile.d.ts | | | -| //vda1cs4850/c$/dir/somefile.d.ts | | | -| //vda1cs4850/c$/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/dir/somefile.d.ts | //vda1cs4850/c$/dir | true | +| //vda1cs4850/c$/dir/subdir/somefile.d.ts | //vda1cs4850/c$/dir | true | +| //vda1cs4850/c$/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | | //vda1cs4850/c$/users/somefile.d.ts | | | | //vda1cs4850/c$/users/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/dir/subdir | true | | //vda1cs4850/c$/users/username/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/somefile.d.ts | | | -| //vda1cs4850/c$/user/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/somefile.d.ts | | | -| //vda1cs4850/c$/usr/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/dir/somefile.d.ts | //vda1cs4850/c$/users/username/dir | true | +| //vda1cs4850/c$/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/dir | true | +| //vda1cs4850/c$/users/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/user/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/usr/somefile.d.ts | //vda1cs4850/c$/usr | false | +| //vda1cs4850/c$/usr/dir/somefile.d.ts | //vda1cs4850/c$/usr/dir | true | +| //vda1cs4850/c$/usr/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/dir | true | | //vda1cs4850/c$/usr/username/somefile.d.ts | //vda1cs4850/c$/usr/username | false | | //vda1cs4850/c$/usr/username/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/dir | true | | //vda1cs4850/c$/usr/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/dir | true | @@ -3080,109 +3030,107 @@ Root: //vda1cs4850/c$/usr/username | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot | true | -| //vda1cs4850/c$/home/somefile.d.ts | | | -| //vda1cs4850/c$/home/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/home/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | ## RootDirForResolution: //vda1cs4850/c$/usr/username/folderAtRoot -Root: //vda1cs4850/c$/usr/username/folderAtRoot - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/c$/somefile.d.ts | | | -| //vda1cs4850/c$/dir/somefile.d.ts | | | -| //vda1cs4850/c$/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/dir/somefile.d.ts | //vda1cs4850/c$/dir | true | +| //vda1cs4850/c$/dir/subdir/somefile.d.ts | //vda1cs4850/c$/dir | true | +| //vda1cs4850/c$/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | | //vda1cs4850/c$/users/somefile.d.ts | | | | //vda1cs4850/c$/users/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/dir/subdir | true | | //vda1cs4850/c$/users/username/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/somefile.d.ts | | | -| //vda1cs4850/c$/user/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/somefile.d.ts | | | -| //vda1cs4850/c$/usr/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/dir/somefile.d.ts | //vda1cs4850/c$/users/username/dir | true | +| //vda1cs4850/c$/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/dir | true | +| //vda1cs4850/c$/users/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/user/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/usr/somefile.d.ts | //vda1cs4850/c$/usr | false | +| //vda1cs4850/c$/usr/dir/somefile.d.ts | //vda1cs4850/c$/usr/dir | true | +| //vda1cs4850/c$/usr/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/dir | true | | //vda1cs4850/c$/usr/username/somefile.d.ts | //vda1cs4850/c$/usr/username | false | | //vda1cs4850/c$/usr/username/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/dir | true | | //vda1cs4850/c$/usr/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/dir | true | @@ -3204,109 +3152,107 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1 | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1 | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1 | true | -| //vda1cs4850/c$/home/somefile.d.ts | | | -| //vda1cs4850/c$/home/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/home/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | ## RootDirForResolution: //vda1cs4850/c$/usr/username/folderAtRoot/folder1 -Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/c$/somefile.d.ts | | | -| //vda1cs4850/c$/dir/somefile.d.ts | | | -| //vda1cs4850/c$/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/dir/somefile.d.ts | //vda1cs4850/c$/dir | true | +| //vda1cs4850/c$/dir/subdir/somefile.d.ts | //vda1cs4850/c$/dir | true | +| //vda1cs4850/c$/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | | //vda1cs4850/c$/users/somefile.d.ts | | | | //vda1cs4850/c$/users/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/dir/subdir | true | | //vda1cs4850/c$/users/username/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/somefile.d.ts | | | -| //vda1cs4850/c$/user/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/somefile.d.ts | | | -| //vda1cs4850/c$/usr/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/dir/somefile.d.ts | //vda1cs4850/c$/users/username/dir | true | +| //vda1cs4850/c$/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/dir | true | +| //vda1cs4850/c$/users/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/user/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/usr/somefile.d.ts | //vda1cs4850/c$/usr | false | +| //vda1cs4850/c$/usr/dir/somefile.d.ts | //vda1cs4850/c$/usr/dir | true | +| //vda1cs4850/c$/usr/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/dir | true | | //vda1cs4850/c$/usr/username/somefile.d.ts | //vda1cs4850/c$/usr/username | false | | //vda1cs4850/c$/usr/username/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/dir | true | | //vda1cs4850/c$/usr/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/dir | true | @@ -3328,109 +3274,107 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1 | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2 | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2 | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2 | true | -| //vda1cs4850/c$/home/somefile.d.ts | | | -| //vda1cs4850/c$/home/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/home/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | ## RootDirForResolution: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2 -Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/c$/somefile.d.ts | | | -| //vda1cs4850/c$/dir/somefile.d.ts | | | -| //vda1cs4850/c$/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/dir/somefile.d.ts | //vda1cs4850/c$/dir | true | +| //vda1cs4850/c$/dir/subdir/somefile.d.ts | //vda1cs4850/c$/dir | true | +| //vda1cs4850/c$/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | | //vda1cs4850/c$/users/somefile.d.ts | | | | //vda1cs4850/c$/users/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/dir/subdir | true | | //vda1cs4850/c$/users/username/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/somefile.d.ts | | | -| //vda1cs4850/c$/user/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/somefile.d.ts | | | -| //vda1cs4850/c$/usr/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/dir/somefile.d.ts | //vda1cs4850/c$/users/username/dir | true | +| //vda1cs4850/c$/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/dir | true | +| //vda1cs4850/c$/users/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/user/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/usr/somefile.d.ts | //vda1cs4850/c$/usr | false | +| //vda1cs4850/c$/usr/dir/somefile.d.ts | //vda1cs4850/c$/usr/dir | true | +| //vda1cs4850/c$/usr/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/dir | true | | //vda1cs4850/c$/usr/username/somefile.d.ts | //vda1cs4850/c$/usr/username | false | | //vda1cs4850/c$/usr/username/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/dir | true | | //vda1cs4850/c$/usr/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/dir | true | @@ -3452,109 +3396,107 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2 | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3 | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3 | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3 | true | -| //vda1cs4850/c$/home/somefile.d.ts | | | -| //vda1cs4850/c$/home/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/home/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | ## RootDirForResolution: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3 -Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/c$/somefile.d.ts | | | -| //vda1cs4850/c$/dir/somefile.d.ts | | | -| //vda1cs4850/c$/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/dir/somefile.d.ts | //vda1cs4850/c$/dir | true | +| //vda1cs4850/c$/dir/subdir/somefile.d.ts | //vda1cs4850/c$/dir | true | +| //vda1cs4850/c$/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | | //vda1cs4850/c$/users/somefile.d.ts | | | | //vda1cs4850/c$/users/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/dir/subdir | true | | //vda1cs4850/c$/users/username/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/somefile.d.ts | | | -| //vda1cs4850/c$/user/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/somefile.d.ts | | | -| //vda1cs4850/c$/usr/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/dir/somefile.d.ts | //vda1cs4850/c$/users/username/dir | true | +| //vda1cs4850/c$/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/dir | true | +| //vda1cs4850/c$/users/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/user/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/usr/somefile.d.ts | //vda1cs4850/c$/usr | false | +| //vda1cs4850/c$/usr/dir/somefile.d.ts | //vda1cs4850/c$/usr/dir | true | +| //vda1cs4850/c$/usr/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/dir | true | | //vda1cs4850/c$/usr/username/somefile.d.ts | //vda1cs4850/c$/usr/username | false | | //vda1cs4850/c$/usr/username/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/dir | true | | //vda1cs4850/c$/usr/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/dir | true | @@ -3576,109 +3518,107 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3 | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 | true | -| //vda1cs4850/c$/home/somefile.d.ts | | | -| //vda1cs4850/c$/home/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/home/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | ## RootDirForResolution: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 -Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/c$/somefile.d.ts | | | -| //vda1cs4850/c$/dir/somefile.d.ts | | | -| //vda1cs4850/c$/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/dir/somefile.d.ts | //vda1cs4850/c$/dir | true | +| //vda1cs4850/c$/dir/subdir/somefile.d.ts | //vda1cs4850/c$/dir | true | +| //vda1cs4850/c$/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | | //vda1cs4850/c$/users/somefile.d.ts | | | | //vda1cs4850/c$/users/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/dir/subdir | true | | //vda1cs4850/c$/users/username/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/somefile.d.ts | | | -| //vda1cs4850/c$/user/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/somefile.d.ts | | | -| //vda1cs4850/c$/usr/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/dir/somefile.d.ts | //vda1cs4850/c$/users/username/dir | true | +| //vda1cs4850/c$/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/dir | true | +| //vda1cs4850/c$/users/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/user/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/usr/somefile.d.ts | //vda1cs4850/c$/usr | false | +| //vda1cs4850/c$/usr/dir/somefile.d.ts | //vda1cs4850/c$/usr/dir | true | +| //vda1cs4850/c$/usr/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/dir | true | | //vda1cs4850/c$/usr/username/somefile.d.ts | //vda1cs4850/c$/usr/username | false | | //vda1cs4850/c$/usr/username/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/dir | true | | //vda1cs4850/c$/usr/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/dir | true | @@ -3700,109 +3640,107 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | true | -| //vda1cs4850/c$/home/somefile.d.ts | | | -| //vda1cs4850/c$/home/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/home/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | ## RootDirForResolution: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 -Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/c$/somefile.d.ts | | | -| //vda1cs4850/c$/dir/somefile.d.ts | | | -| //vda1cs4850/c$/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/dir/somefile.d.ts | //vda1cs4850/c$/dir | true | +| //vda1cs4850/c$/dir/subdir/somefile.d.ts | //vda1cs4850/c$/dir | true | +| //vda1cs4850/c$/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | | //vda1cs4850/c$/users/somefile.d.ts | | | | //vda1cs4850/c$/users/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/dir/subdir | true | | //vda1cs4850/c$/users/username/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/somefile.d.ts | | | -| //vda1cs4850/c$/user/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/somefile.d.ts | | | -| //vda1cs4850/c$/usr/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/dir/somefile.d.ts | //vda1cs4850/c$/users/username/dir | true | +| //vda1cs4850/c$/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/dir | true | +| //vda1cs4850/c$/users/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/user/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/usr/somefile.d.ts | //vda1cs4850/c$/usr | false | +| //vda1cs4850/c$/usr/dir/somefile.d.ts | //vda1cs4850/c$/usr/dir | true | +| //vda1cs4850/c$/usr/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/dir | true | | //vda1cs4850/c$/usr/username/somefile.d.ts | //vda1cs4850/c$/usr/username | false | | //vda1cs4850/c$/usr/username/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/dir | true | | //vda1cs4850/c$/usr/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/dir | true | @@ -3824,130 +3762,128 @@ Root: //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/ | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | false | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir | true | | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir | true | -| //vda1cs4850/c$/home/somefile.d.ts | | | -| //vda1cs4850/c$/home/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/home/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/home | true | +| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home | true | ## RootDirForResolution: //vda1cs4850/c$/home -Root: //vda1cs4850/c$/home - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/c$/somefile.d.ts | | | -| //vda1cs4850/c$/dir/somefile.d.ts | | | -| //vda1cs4850/c$/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/dir/somefile.d.ts | //vda1cs4850/c$/dir | true | +| //vda1cs4850/c$/dir/subdir/somefile.d.ts | //vda1cs4850/c$/dir | true | +| //vda1cs4850/c$/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | | //vda1cs4850/c$/users/somefile.d.ts | | | | //vda1cs4850/c$/users/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/dir/subdir | true | | //vda1cs4850/c$/users/username/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/somefile.d.ts | | | -| //vda1cs4850/c$/user/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/somefile.d.ts | | | -| //vda1cs4850/c$/usr/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/dir/somefile.d.ts | //vda1cs4850/c$/users/username/dir | true | +| //vda1cs4850/c$/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/dir | true | +| //vda1cs4850/c$/users/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/user/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/usr/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | | //vda1cs4850/c$/home/somefile.d.ts | //vda1cs4850/c$/home | false | | //vda1cs4850/c$/home/dir/somefile.d.ts | //vda1cs4850/c$/home/dir | true | | //vda1cs4850/c$/home/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/dir | true | @@ -3975,106 +3911,104 @@ Root: //vda1cs4850/c$/home ## RootDirForResolution: //vda1cs4850/c$/home/username -Root: //vda1cs4850/c$/home/username - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/c$/somefile.d.ts | | | -| //vda1cs4850/c$/dir/somefile.d.ts | | | -| //vda1cs4850/c$/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/dir/somefile.d.ts | //vda1cs4850/c$/dir | true | +| //vda1cs4850/c$/dir/subdir/somefile.d.ts | //vda1cs4850/c$/dir | true | +| //vda1cs4850/c$/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | | //vda1cs4850/c$/users/somefile.d.ts | | | | //vda1cs4850/c$/users/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/dir/subdir | true | | //vda1cs4850/c$/users/username/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/somefile.d.ts | | | -| //vda1cs4850/c$/user/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/somefile.d.ts | | | -| //vda1cs4850/c$/usr/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/somefile.d.ts | | | -| //vda1cs4850/c$/home/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/dir/somefile.d.ts | //vda1cs4850/c$/users/username/dir | true | +| //vda1cs4850/c$/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/dir | true | +| //vda1cs4850/c$/users/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/user/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/usr/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/home/somefile.d.ts | //vda1cs4850/c$/home | false | +| //vda1cs4850/c$/home/dir/somefile.d.ts | //vda1cs4850/c$/home/dir | true | +| //vda1cs4850/c$/home/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/dir | true | | //vda1cs4850/c$/home/username/somefile.d.ts | //vda1cs4850/c$/home/username | false | | //vda1cs4850/c$/home/username/dir/somefile.d.ts | //vda1cs4850/c$/home/username/dir | true | | //vda1cs4850/c$/home/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/dir | true | @@ -4099,106 +4033,104 @@ Root: //vda1cs4850/c$/home/username ## RootDirForResolution: //vda1cs4850/c$/home/username/folderAtRoot -Root: //vda1cs4850/c$/home/username/folderAtRoot - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/c$/somefile.d.ts | | | -| //vda1cs4850/c$/dir/somefile.d.ts | | | -| //vda1cs4850/c$/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/dir/somefile.d.ts | //vda1cs4850/c$/dir | true | +| //vda1cs4850/c$/dir/subdir/somefile.d.ts | //vda1cs4850/c$/dir | true | +| //vda1cs4850/c$/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | | //vda1cs4850/c$/users/somefile.d.ts | | | | //vda1cs4850/c$/users/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/dir/subdir | true | | //vda1cs4850/c$/users/username/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/somefile.d.ts | | | -| //vda1cs4850/c$/user/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/somefile.d.ts | | | -| //vda1cs4850/c$/usr/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/somefile.d.ts | | | -| //vda1cs4850/c$/home/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/dir/somefile.d.ts | //vda1cs4850/c$/users/username/dir | true | +| //vda1cs4850/c$/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/dir | true | +| //vda1cs4850/c$/users/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/user/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/usr/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/home/somefile.d.ts | //vda1cs4850/c$/home | false | +| //vda1cs4850/c$/home/dir/somefile.d.ts | //vda1cs4850/c$/home/dir | true | +| //vda1cs4850/c$/home/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/dir | true | | //vda1cs4850/c$/home/username/somefile.d.ts | //vda1cs4850/c$/home/username | false | | //vda1cs4850/c$/home/username/dir/somefile.d.ts | //vda1cs4850/c$/home/username/dir | true | | //vda1cs4850/c$/home/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/dir | true | @@ -4223,106 +4155,104 @@ Root: //vda1cs4850/c$/home/username/folderAtRoot ## RootDirForResolution: //vda1cs4850/c$/home/username/folderAtRoot/folder1 -Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/c$/somefile.d.ts | | | -| //vda1cs4850/c$/dir/somefile.d.ts | | | -| //vda1cs4850/c$/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/dir/somefile.d.ts | //vda1cs4850/c$/dir | true | +| //vda1cs4850/c$/dir/subdir/somefile.d.ts | //vda1cs4850/c$/dir | true | +| //vda1cs4850/c$/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | | //vda1cs4850/c$/users/somefile.d.ts | | | | //vda1cs4850/c$/users/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/dir/subdir | true | | //vda1cs4850/c$/users/username/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/somefile.d.ts | | | -| //vda1cs4850/c$/user/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/somefile.d.ts | | | -| //vda1cs4850/c$/usr/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/somefile.d.ts | | | -| //vda1cs4850/c$/home/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/dir/somefile.d.ts | //vda1cs4850/c$/users/username/dir | true | +| //vda1cs4850/c$/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/dir | true | +| //vda1cs4850/c$/users/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/user/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/usr/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/home/somefile.d.ts | //vda1cs4850/c$/home | false | +| //vda1cs4850/c$/home/dir/somefile.d.ts | //vda1cs4850/c$/home/dir | true | +| //vda1cs4850/c$/home/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/dir | true | | //vda1cs4850/c$/home/username/somefile.d.ts | //vda1cs4850/c$/home/username | false | | //vda1cs4850/c$/home/username/dir/somefile.d.ts | //vda1cs4850/c$/home/username/dir | true | | //vda1cs4850/c$/home/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/dir | true | @@ -4347,106 +4277,104 @@ Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1 ## RootDirForResolution: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2 -Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/c$/somefile.d.ts | | | -| //vda1cs4850/c$/dir/somefile.d.ts | | | -| //vda1cs4850/c$/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/dir/somefile.d.ts | //vda1cs4850/c$/dir | true | +| //vda1cs4850/c$/dir/subdir/somefile.d.ts | //vda1cs4850/c$/dir | true | +| //vda1cs4850/c$/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | | //vda1cs4850/c$/users/somefile.d.ts | | | | //vda1cs4850/c$/users/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/dir/subdir | true | | //vda1cs4850/c$/users/username/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/somefile.d.ts | | | -| //vda1cs4850/c$/user/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/somefile.d.ts | | | -| //vda1cs4850/c$/usr/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/somefile.d.ts | | | -| //vda1cs4850/c$/home/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/dir/somefile.d.ts | //vda1cs4850/c$/users/username/dir | true | +| //vda1cs4850/c$/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/dir | true | +| //vda1cs4850/c$/users/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/user/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/usr/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/home/somefile.d.ts | //vda1cs4850/c$/home | false | +| //vda1cs4850/c$/home/dir/somefile.d.ts | //vda1cs4850/c$/home/dir | true | +| //vda1cs4850/c$/home/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/dir | true | | //vda1cs4850/c$/home/username/somefile.d.ts | //vda1cs4850/c$/home/username | false | | //vda1cs4850/c$/home/username/dir/somefile.d.ts | //vda1cs4850/c$/home/username/dir | true | | //vda1cs4850/c$/home/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/dir | true | @@ -4471,106 +4399,104 @@ Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2 ## RootDirForResolution: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3 -Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/c$/somefile.d.ts | | | -| //vda1cs4850/c$/dir/somefile.d.ts | | | -| //vda1cs4850/c$/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/dir/somefile.d.ts | //vda1cs4850/c$/dir | true | +| //vda1cs4850/c$/dir/subdir/somefile.d.ts | //vda1cs4850/c$/dir | true | +| //vda1cs4850/c$/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | | //vda1cs4850/c$/users/somefile.d.ts | | | | //vda1cs4850/c$/users/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/dir/subdir | true | | //vda1cs4850/c$/users/username/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/somefile.d.ts | | | -| //vda1cs4850/c$/user/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/somefile.d.ts | | | -| //vda1cs4850/c$/usr/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/somefile.d.ts | | | -| //vda1cs4850/c$/home/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/dir/somefile.d.ts | //vda1cs4850/c$/users/username/dir | true | +| //vda1cs4850/c$/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/dir | true | +| //vda1cs4850/c$/users/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/user/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/usr/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/home/somefile.d.ts | //vda1cs4850/c$/home | false | +| //vda1cs4850/c$/home/dir/somefile.d.ts | //vda1cs4850/c$/home/dir | true | +| //vda1cs4850/c$/home/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/dir | true | | //vda1cs4850/c$/home/username/somefile.d.ts | //vda1cs4850/c$/home/username | false | | //vda1cs4850/c$/home/username/dir/somefile.d.ts | //vda1cs4850/c$/home/username/dir | true | | //vda1cs4850/c$/home/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/dir | true | @@ -4595,106 +4521,104 @@ Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3 ## RootDirForResolution: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4 -Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/c$/somefile.d.ts | | | -| //vda1cs4850/c$/dir/somefile.d.ts | | | -| //vda1cs4850/c$/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/dir/somefile.d.ts | //vda1cs4850/c$/dir | true | +| //vda1cs4850/c$/dir/subdir/somefile.d.ts | //vda1cs4850/c$/dir | true | +| //vda1cs4850/c$/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | | //vda1cs4850/c$/users/somefile.d.ts | | | | //vda1cs4850/c$/users/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/dir/subdir | true | | //vda1cs4850/c$/users/username/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/somefile.d.ts | | | -| //vda1cs4850/c$/user/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/somefile.d.ts | | | -| //vda1cs4850/c$/usr/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/somefile.d.ts | | | -| //vda1cs4850/c$/home/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/dir/somefile.d.ts | //vda1cs4850/c$/users/username/dir | true | +| //vda1cs4850/c$/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/dir | true | +| //vda1cs4850/c$/users/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/user/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/usr/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/home/somefile.d.ts | //vda1cs4850/c$/home | false | +| //vda1cs4850/c$/home/dir/somefile.d.ts | //vda1cs4850/c$/home/dir | true | +| //vda1cs4850/c$/home/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/dir | true | | //vda1cs4850/c$/home/username/somefile.d.ts | //vda1cs4850/c$/home/username | false | | //vda1cs4850/c$/home/username/dir/somefile.d.ts | //vda1cs4850/c$/home/username/dir | true | | //vda1cs4850/c$/home/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/dir | true | @@ -4719,106 +4643,104 @@ Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4 ## RootDirForResolution: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 -Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 - | Location | getDirectoryToWatchFailedLookupLocation | Recursive | | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | | //vda1cs4850/c$/somefile.d.ts | | | -| //vda1cs4850/c$/dir/somefile.d.ts | | | -| //vda1cs4850/c$/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/dir/somefile.d.ts | //vda1cs4850/c$/dir | true | +| //vda1cs4850/c$/dir/subdir/somefile.d.ts | //vda1cs4850/c$/dir | true | +| //vda1cs4850/c$/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | +| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot | true | | //vda1cs4850/c$/users/somefile.d.ts | | | | //vda1cs4850/c$/users/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/dir/subdir | true | | //vda1cs4850/c$/users/username/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/somefile.d.ts | | | -| //vda1cs4850/c$/user/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/somefile.d.ts | | | -| //vda1cs4850/c$/usr/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | | | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/home/somefile.d.ts | | | -| //vda1cs4850/c$/home/dir/somefile.d.ts | | | -| //vda1cs4850/c$/home/dir/subdir/somefile.d.ts | | | +| //vda1cs4850/c$/users/username/dir/somefile.d.ts | //vda1cs4850/c$/users/username/dir | true | +| //vda1cs4850/c$/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/dir | true | +| //vda1cs4850/c$/users/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot | true | +| //vda1cs4850/c$/user/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user | true | +| //vda1cs4850/c$/usr/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr | true | +| //vda1cs4850/c$/home/somefile.d.ts | //vda1cs4850/c$/home | false | +| //vda1cs4850/c$/home/dir/somefile.d.ts | //vda1cs4850/c$/home/dir | true | +| //vda1cs4850/c$/home/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/dir | true | | //vda1cs4850/c$/home/username/somefile.d.ts | //vda1cs4850/c$/home/username | false | | //vda1cs4850/c$/home/username/dir/somefile.d.ts | //vda1cs4850/c$/home/username/dir | true | | //vda1cs4850/c$/home/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/dir | true | @@ -4841,127 +4763,3 @@ Root: //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4 | //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir | true | | //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir | true | -## RootDirForResolution: undefined - -Root: undefined - -| Location | getDirectoryToWatchFailedLookupLocation | Recursive | -| ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------- | -| //vda1cs4850/c$/somefile.d.ts | | | -| //vda1cs4850/c$/dir/somefile.d.ts | | | -| //vda1cs4850/c$/dir/subdir/somefile.d.ts | //vda1cs4850/c$/dir/subdir | false | -| //vda1cs4850/c$/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/dir | false | -| //vda1cs4850/c$/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/dir/subdir | false | -| //vda1cs4850/c$/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1 | false | -| //vda1cs4850/c$/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/dir | false | -| //vda1cs4850/c$/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/dir/subdir | false | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2 | false | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir | false | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/dir/subdir | false | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3 | false | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir | false | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/dir/subdir | false | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4 | false | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir | false | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir | false | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | false | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir | false | -| //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir | false | -| //vda1cs4850/c$/users/somefile.d.ts | | | -| //vda1cs4850/c$/users/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/dir/subdir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/dir/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/dir/subdir | false | -| //vda1cs4850/c$/users/username/folderAtRoot/somefile.d.ts | | | -| //vda1cs4850/c$/users/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/dir | false | -| //vda1cs4850/c$/users/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/dir/subdir | false | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1 | false | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir | false | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/dir/subdir | false | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2 | false | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir | false | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/dir/subdir | false | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3 | false | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir | false | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/dir/subdir | false | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4 | false | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir | false | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir | false | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | false | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir | false | -| //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/users/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir | false | -| //vda1cs4850/c$/user/somefile.d.ts | | | -| //vda1cs4850/c$/user/dir/somefile.d.ts | //vda1cs4850/c$/user/dir | false | -| //vda1cs4850/c$/user/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/dir/subdir | false | -| //vda1cs4850/c$/user/username/somefile.d.ts | //vda1cs4850/c$/user/username | false | -| //vda1cs4850/c$/user/username/dir/somefile.d.ts | //vda1cs4850/c$/user/username/dir | false | -| //vda1cs4850/c$/user/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/dir/subdir | false | -| //vda1cs4850/c$/user/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot | false | -| //vda1cs4850/c$/user/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/dir | false | -| //vda1cs4850/c$/user/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/dir/subdir | false | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1 | false | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir | false | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/dir/subdir | false | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2 | false | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir | false | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/dir/subdir | false | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3 | false | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir | false | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/dir/subdir | false | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4 | false | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir | false | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir | false | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | false | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir | false | -| //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/user/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir | false | -| //vda1cs4850/c$/usr/somefile.d.ts | | | -| //vda1cs4850/c$/usr/dir/somefile.d.ts | //vda1cs4850/c$/usr/dir | false | -| //vda1cs4850/c$/usr/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/dir/subdir | false | -| //vda1cs4850/c$/usr/username/somefile.d.ts | //vda1cs4850/c$/usr/username | false | -| //vda1cs4850/c$/usr/username/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/dir | false | -| //vda1cs4850/c$/usr/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/dir/subdir | false | -| //vda1cs4850/c$/usr/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot | false | -| //vda1cs4850/c$/usr/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/dir | false | -| //vda1cs4850/c$/usr/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/dir/subdir | false | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1 | false | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir | false | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/dir/subdir | false | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2 | false | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir | false | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/dir/subdir | false | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3 | false | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir | false | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/dir/subdir | false | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4 | false | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir | false | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir | false | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | false | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir | false | -| //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/usr/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir | false | -| //vda1cs4850/c$/home/somefile.d.ts | | | -| //vda1cs4850/c$/home/dir/somefile.d.ts | //vda1cs4850/c$/home/dir | false | -| //vda1cs4850/c$/home/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/dir/subdir | false | -| //vda1cs4850/c$/home/username/somefile.d.ts | //vda1cs4850/c$/home/username | false | -| //vda1cs4850/c$/home/username/dir/somefile.d.ts | //vda1cs4850/c$/home/username/dir | false | -| //vda1cs4850/c$/home/username/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/dir/subdir | false | -| //vda1cs4850/c$/home/username/folderAtRoot/somefile.d.ts | //vda1cs4850/c$/home/username/folderAtRoot | false | -| //vda1cs4850/c$/home/username/folderAtRoot/dir/somefile.d.ts | //vda1cs4850/c$/home/username/folderAtRoot/dir | false | -| //vda1cs4850/c$/home/username/folderAtRoot/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/folderAtRoot/dir/subdir | false | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/somefile.d.ts | //vda1cs4850/c$/home/username/folderAtRoot/folder1 | false | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/somefile.d.ts | //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir | false | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/folderAtRoot/folder1/dir/subdir | false | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/somefile.d.ts | //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2 | false | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/somefile.d.ts | //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir | false | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/dir/subdir | false | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/somefile.d.ts | //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3 | false | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/somefile.d.ts | //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir | false | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/dir/subdir | false | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/somefile.d.ts | //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4 | false | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/somefile.d.ts | //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir | false | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/dir/subdir | false | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/somefile.d.ts | //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5 | false | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/somefile.d.ts | //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir | false | -| //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir/somefile.d.ts | //vda1cs4850/c$/home/username/folderAtRoot/folder1/folder2/folder3/folder4/folder5/dir/subdir | false | - diff --git a/tests/baselines/reference/cancellationWhenfindingAllRefsOnDefinition.baseline.jsonc b/tests/baselines/reference/cancellationWhenfindingAllRefsOnDefinition.baseline.jsonc index a6e5caa0d21e1..dc8ebeae50c4c 100644 --- a/tests/baselines/reference/cancellationWhenfindingAllRefsOnDefinition.baseline.jsonc +++ b/tests/baselines/reference/cancellationWhenfindingAllRefsOnDefinition.baseline.jsonc @@ -1,8 +1,6 @@ // === findAllReferences === // === /tests/cases/fourslash/findAllRefsOnDefinition-import.ts === -// export class Test{ -// -// constructor(){ +// --- (line: 3) skipped --- // // } // @@ -24,9 +22,7 @@ // === Definitions === // === /tests/cases/fourslash/findAllRefsOnDefinition-import.ts === - // export class Test{ - // - // constructor(){ + // --- (line: 3) skipped --- // // } // @@ -108,9 +104,7 @@ // === findAllReferences === // === /tests/cases/fourslash/findAllRefsOnDefinition-import.ts === -// export class Test{ -// -// constructor(){ +// --- (line: 3) skipped --- // // } // @@ -132,9 +126,7 @@ // === Definitions === // === /tests/cases/fourslash/findAllRefsOnDefinition-import.ts === - // export class Test{ - // - // constructor(){ + // --- (line: 3) skipped --- // // } // diff --git a/tests/baselines/reference/checkJsdocSatisfiesTag1.errors.txt b/tests/baselines/reference/checkJsdocSatisfiesTag1.errors.txt index 9eca275c9bc14..78798d222df24 100644 --- a/tests/baselines/reference/checkJsdocSatisfiesTag1.errors.txt +++ b/tests/baselines/reference/checkJsdocSatisfiesTag1.errors.txt @@ -1,6 +1,6 @@ /a.js(21,44): error TS1360: Type '{ a: number; b: number; }' does not satisfy the expected type 'T1'. Object literal may only specify known properties, and 'b' does not exist in type 'T1'. -/a.js(22,28): error TS1360: Type '{}' does not satisfy the expected type 'T1'. +/a.js(22,17): error TS1360: Type '{}' does not satisfy the expected type 'T1'. Property 'a' is missing in type '{}' but required in type 'T1'. /a.js(31,49): error TS1360: Type '{ a: string; b: string; }' does not satisfy the expected type 'T4'. Object literal may only specify known properties, and 'b' does not exist in type 'T4'. @@ -32,7 +32,7 @@ !!! error TS1360: Type '{ a: number; b: number; }' does not satisfy the expected type 'T1'. !!! error TS1360: Object literal may only specify known properties, and 'b' does not exist in type 'T1'. const t3 = /** @satisfies {T1} */ ({}); - ~~ + ~~~~~~~~~ !!! error TS1360: Type '{}' does not satisfy the expected type 'T1'. !!! error TS1360: Property 'a' is missing in type '{}' but required in type 'T1'. !!! related TS2728 /a.js:3:4: 'a' is declared here. diff --git a/tests/baselines/reference/checkJsdocSatisfiesTag12.errors.txt b/tests/baselines/reference/checkJsdocSatisfiesTag12.errors.txt index 1775da83901e4..5d34c70e3e11a 100644 --- a/tests/baselines/reference/checkJsdocSatisfiesTag12.errors.txt +++ b/tests/baselines/reference/checkJsdocSatisfiesTag12.errors.txt @@ -2,7 +2,7 @@ Object literal may only specify known properties, and 'b' does not exist in type 'T1'. /a.js(44,25): error TS1360: Type '{ a: string; b: string; }' does not satisfy the expected type 'T2'. Object literal may only specify known properties, and 'b' does not exist in type 'T2'. -/a.js(51,17): error TS1360: Type 'number' does not satisfy the expected type 'string'. +/a.js(51,6): error TS1360: Type 'number' does not satisfy the expected type 'string'. ==== /a.js (3 errors) ==== @@ -63,6 +63,6 @@ const t7 = { a: "a" }; /** @satisfies {string} */ const t8 = (1); - ~~~~~~ + ~~~~~~~~~ !!! error TS1360: Type 'number' does not satisfy the expected type 'string'. \ No newline at end of file diff --git a/tests/baselines/reference/checkJsdocSatisfiesTag4.errors.txt b/tests/baselines/reference/checkJsdocSatisfiesTag4.errors.txt index 916671a213854..036fcfafc059b 100644 --- a/tests/baselines/reference/checkJsdocSatisfiesTag4.errors.txt +++ b/tests/baselines/reference/checkJsdocSatisfiesTag4.errors.txt @@ -1,4 +1,4 @@ -/a.js(5,32): error TS1360: Type '{}' does not satisfy the expected type 'Foo'. +/a.js(5,21): error TS1360: Type '{}' does not satisfy the expected type 'Foo'. Property 'a' is missing in type '{}' but required in type 'Foo'. @@ -8,7 +8,7 @@ * @property {number} a */ export default /** @satisfies {Foo} */ ({}); - ~~~ + ~~~~~~~~~ !!! error TS1360: Type '{}' does not satisfy the expected type 'Foo'. !!! error TS1360: Property 'a' is missing in type '{}' but required in type 'Foo'. !!! related TS2728 /a.js:3:4: 'a' is declared here. diff --git a/tests/baselines/reference/checkJsxChildrenProperty16.symbols b/tests/baselines/reference/checkJsxChildrenProperty16.symbols new file mode 100644 index 0000000000000..32806ee98cfae --- /dev/null +++ b/tests/baselines/reference/checkJsxChildrenProperty16.symbols @@ -0,0 +1,63 @@ +=== tests/cases/conformance/jsx/checkJsxChildrenProperty16.tsx === +/// + +// repro from #53493 + +import React = require('react'); +>React : Symbol(React, Decl(checkJsxChildrenProperty16.tsx, 0, 0)) + +export type Props = +>Props : Symbol(Props, Decl(checkJsxChildrenProperty16.tsx, 4, 32)) + + | { renderNumber?: false; children: (arg: string) => void } +>renderNumber : Symbol(renderNumber, Decl(checkJsxChildrenProperty16.tsx, 7, 5)) +>children : Symbol(children, Decl(checkJsxChildrenProperty16.tsx, 7, 27)) +>arg : Symbol(arg, Decl(checkJsxChildrenProperty16.tsx, 7, 39)) + + | { + renderNumber: true; +>renderNumber : Symbol(renderNumber, Decl(checkJsxChildrenProperty16.tsx, 8, 5)) + + children: (arg: number) => void; +>children : Symbol(children, Decl(checkJsxChildrenProperty16.tsx, 9, 25)) +>arg : Symbol(arg, Decl(checkJsxChildrenProperty16.tsx, 10, 17)) + + }; + +export declare function Foo(props: Props): JSX.Element; +>Foo : Symbol(Foo, Decl(checkJsxChildrenProperty16.tsx, 11, 6)) +>props : Symbol(props, Decl(checkJsxChildrenProperty16.tsx, 13, 28)) +>Props : Symbol(Props, Decl(checkJsxChildrenProperty16.tsx, 4, 32)) +>JSX : Symbol(JSX, Decl(react16.d.ts, 2493, 12)) +>Element : Symbol(JSX.Element, Decl(react16.d.ts, 2494, 23)) + +export const Test = () => { +>Test : Symbol(Test, Decl(checkJsxChildrenProperty16.tsx, 15, 12)) + + return ( + <> + {(value) => {}} +>Foo : Symbol(Foo, Decl(checkJsxChildrenProperty16.tsx, 11, 6)) +>value : Symbol(value, Decl(checkJsxChildrenProperty16.tsx, 18, 13)) +>Foo : Symbol(Foo, Decl(checkJsxChildrenProperty16.tsx, 11, 6)) + + {(value) => {}} +>Foo : Symbol(Foo, Decl(checkJsxChildrenProperty16.tsx, 11, 6)) +>renderNumber : Symbol(renderNumber, Decl(checkJsxChildrenProperty16.tsx, 19, 10)) +>value : Symbol(value, Decl(checkJsxChildrenProperty16.tsx, 19, 26)) +>Foo : Symbol(Foo, Decl(checkJsxChildrenProperty16.tsx, 11, 6)) + + {}} /> +>Foo : Symbol(Foo, Decl(checkJsxChildrenProperty16.tsx, 11, 6)) +>children : Symbol(children, Decl(checkJsxChildrenProperty16.tsx, 21, 10)) +>value : Symbol(value, Decl(checkJsxChildrenProperty16.tsx, 21, 22)) + + {}} /> +>Foo : Symbol(Foo, Decl(checkJsxChildrenProperty16.tsx, 11, 6)) +>renderNumber : Symbol(renderNumber, Decl(checkJsxChildrenProperty16.tsx, 22, 10)) +>children : Symbol(children, Decl(checkJsxChildrenProperty16.tsx, 22, 23)) +>value : Symbol(value, Decl(checkJsxChildrenProperty16.tsx, 22, 35)) + + + ); +}; diff --git a/tests/baselines/reference/checkJsxChildrenProperty16.types b/tests/baselines/reference/checkJsxChildrenProperty16.types new file mode 100644 index 0000000000000..bf10ebff297bf --- /dev/null +++ b/tests/baselines/reference/checkJsxChildrenProperty16.types @@ -0,0 +1,76 @@ +=== tests/cases/conformance/jsx/checkJsxChildrenProperty16.tsx === +/// + +// repro from #53493 + +import React = require('react'); +>React : typeof React + +export type Props = +>Props : { renderNumber?: false | undefined; children: (arg: string) => void; } | { renderNumber: true; children: (arg: number) => void; } + + | { renderNumber?: false; children: (arg: string) => void } +>renderNumber : false | undefined +>false : false +>children : (arg: string) => void +>arg : string + + | { + renderNumber: true; +>renderNumber : true +>true : true + + children: (arg: number) => void; +>children : (arg: number) => void +>arg : number + + }; + +export declare function Foo(props: Props): JSX.Element; +>Foo : (props: Props) => JSX.Element +>props : Props +>JSX : any + +export const Test = () => { +>Test : () => JSX.Element +>() => { return ( <> {(value) => {}} {(value) => {}} {}} /> {}} /> );} : () => JSX.Element + + return ( +>( <> {(value) => {}} {(value) => {}} {}} /> {}} /> ) : JSX.Element + + <> +><> {(value) => {}} {(value) => {}} {}} /> {}} /> : JSX.Element + + {(value) => {}} +>{(value) => {}} : JSX.Element +>Foo : (props: Props) => JSX.Element +>(value) => {} : (value: string) => void +>value : string +>Foo : (props: Props) => JSX.Element + + {(value) => {}} +>{(value) => {}} : JSX.Element +>Foo : (props: Props) => JSX.Element +>renderNumber : true +>(value) => {} : (value: number) => void +>value : number +>Foo : (props: Props) => JSX.Element + + {}} /> +> {}} /> : JSX.Element +>Foo : (props: Props) => JSX.Element +>children : (value: string) => void +>(value) => {} : (value: string) => void +>value : string + + {}} /> +> {}} /> : JSX.Element +>Foo : (props: Props) => JSX.Element +>renderNumber : true +>children : (value: number) => void +>(value) => {} : (value: number) => void +>value : number + + + ); +}; diff --git a/tests/baselines/reference/checkJsxNamespaceNamesQuestionableForms.errors.txt b/tests/baselines/reference/checkJsxNamespaceNamesQuestionableForms.errors.txt index d758a3ed0c9b5..55a28e9330031 100644 --- a/tests/baselines/reference/checkJsxNamespaceNamesQuestionableForms.errors.txt +++ b/tests/baselines/reference/checkJsxNamespaceNamesQuestionableForms.errors.txt @@ -1,9 +1,7 @@ -tests/cases/conformance/jsx/checkJsxNamespaceNamesQuestionableForms.tsx(12,2): error TS2304: Cannot find name 'b:c'. tests/cases/conformance/jsx/checkJsxNamespaceNamesQuestionableForms.tsx(12,2): error TS2633: JSX property access expressions cannot include JSX namespace names -tests/cases/conformance/jsx/checkJsxNamespaceNamesQuestionableForms.tsx(12,10): error TS2304: Cannot find name 'b:c'. -==== tests/cases/conformance/jsx/checkJsxNamespaceNamesQuestionableForms.tsx (3 errors) ==== +==== tests/cases/conformance/jsx/checkJsxNamespaceNamesQuestionableForms.tsx (1 errors) ==== declare namespace JSX { interface IntrinsicElements { 'this:b': any; @@ -17,9 +15,5 @@ tests/cases/conformance/jsx/checkJsxNamespaceNamesQuestionableForms.tsx(12,10): ; ; ~~~ -!!! error TS2304: Cannot find name 'b:c'. - ~~~ !!! error TS2633: JSX property access expressions cannot include JSX namespace names - ~~~ -!!! error TS2304: Cannot find name 'b:c'. ; \ No newline at end of file diff --git a/tests/baselines/reference/checkJsxNamespaceNamesQuestionableForms.symbols b/tests/baselines/reference/checkJsxNamespaceNamesQuestionableForms.symbols index 405838180ce31..9f2a5cb77ceef 100644 --- a/tests/baselines/reference/checkJsxNamespaceNamesQuestionableForms.symbols +++ b/tests/baselines/reference/checkJsxNamespaceNamesQuestionableForms.symbols @@ -21,11 +21,5 @@ declare namespace JSX { } ; ->a:b : Symbol(JSX.IntrinsicElements['a:b'], Decl(checkJsxNamespaceNamesQuestionableForms.tsx, 5, 10)) ->a:b : Symbol(JSX.IntrinsicElements['a:b'], Decl(checkJsxNamespaceNamesQuestionableForms.tsx, 5, 10)) - ; ; ->this:b : Symbol(JSX.IntrinsicElements['this:b'], Decl(checkJsxNamespaceNamesQuestionableForms.tsx, 1, 33)) ->this:b : Symbol(JSX.IntrinsicElements['this:b'], Decl(checkJsxNamespaceNamesQuestionableForms.tsx, 1, 33)) - diff --git a/tests/baselines/reference/checkJsxNamespaceNamesQuestionableForms.types b/tests/baselines/reference/checkJsxNamespaceNamesQuestionableForms.types index 9f99922032253..ea6728210b671 100644 --- a/tests/baselines/reference/checkJsxNamespaceNamesQuestionableForms.types +++ b/tests/baselines/reference/checkJsxNamespaceNamesQuestionableForms.types @@ -18,20 +18,26 @@ declare namespace JSX { ; > : any ->a:b : any ->a:b : any +>a : any +>b : any +>a : any +>b : any ; > : any >b:c.x : any ->b:c : any +>b : any +>c : any >x : any >b:c.x : any ->b:c : any +>b : any +>c : any >x : any ; > : any ->this:b : any ->this:b : any +>this : any +>b : any +>this : any +>b : any diff --git a/tests/baselines/reference/classVarianceResolveCircularity.errors.txt b/tests/baselines/reference/classVarianceResolveCircularity.errors.txt deleted file mode 100644 index faff1bf64260a..0000000000000 --- a/tests/baselines/reference/classVarianceResolveCircularity.errors.txt +++ /dev/null @@ -1,15 +0,0 @@ -tests/cases/compiler/classVarianceResolveCircularity.ts(5,5): error TS7022: 'Value' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer. - - -==== tests/cases/compiler/classVarianceResolveCircularity.ts (1 errors) ==== - // Issue #52813 - - class Bar { - num!: number; // Swap to remove error - Value = callme(this).num; - ~~~~~ -!!! error TS7022: 'Value' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer. - Field: number = callme(this).num; - } - declare function callme(x: Bar): Bar; - declare function callme(x: object): string; \ No newline at end of file diff --git a/tests/baselines/reference/classVarianceResolveCircularity.symbols b/tests/baselines/reference/classVarianceResolveCircularity.symbols deleted file mode 100644 index a3bf2bc878ff6..0000000000000 --- a/tests/baselines/reference/classVarianceResolveCircularity.symbols +++ /dev/null @@ -1,34 +0,0 @@ -=== tests/cases/compiler/classVarianceResolveCircularity.ts === -// Issue #52813 - -class Bar { ->Bar : Symbol(Bar, Decl(classVarianceResolveCircularity.ts, 0, 0)) ->T : Symbol(T, Decl(classVarianceResolveCircularity.ts, 2, 10)) - - num!: number; // Swap to remove error ->num : Symbol(Bar.num, Decl(classVarianceResolveCircularity.ts, 2, 14)) - - Value = callme(this).num; ->Value : Symbol(Bar.Value, Decl(classVarianceResolveCircularity.ts, 3, 17)) ->callme(this).num : Symbol(Bar.num, Decl(classVarianceResolveCircularity.ts, 2, 14)) ->callme : Symbol(callme, Decl(classVarianceResolveCircularity.ts, 6, 1), Decl(classVarianceResolveCircularity.ts, 7, 47)) ->this : Symbol(Bar, Decl(classVarianceResolveCircularity.ts, 0, 0)) ->num : Symbol(Bar.num, Decl(classVarianceResolveCircularity.ts, 2, 14)) - - Field: number = callme(this).num; ->Field : Symbol(Bar.Field, Decl(classVarianceResolveCircularity.ts, 4, 29)) ->callme(this).num : Symbol(Bar.num, Decl(classVarianceResolveCircularity.ts, 2, 14)) ->callme : Symbol(callme, Decl(classVarianceResolveCircularity.ts, 6, 1), Decl(classVarianceResolveCircularity.ts, 7, 47)) ->this : Symbol(Bar, Decl(classVarianceResolveCircularity.ts, 0, 0)) ->num : Symbol(Bar.num, Decl(classVarianceResolveCircularity.ts, 2, 14)) -} -declare function callme(x: Bar): Bar; ->callme : Symbol(callme, Decl(classVarianceResolveCircularity.ts, 6, 1), Decl(classVarianceResolveCircularity.ts, 7, 47)) ->x : Symbol(x, Decl(classVarianceResolveCircularity.ts, 7, 24)) ->Bar : Symbol(Bar, Decl(classVarianceResolveCircularity.ts, 0, 0)) ->Bar : Symbol(Bar, Decl(classVarianceResolveCircularity.ts, 0, 0)) - -declare function callme(x: object): string; ->callme : Symbol(callme, Decl(classVarianceResolveCircularity.ts, 6, 1), Decl(classVarianceResolveCircularity.ts, 7, 47)) ->x : Symbol(x, Decl(classVarianceResolveCircularity.ts, 8, 24)) - diff --git a/tests/baselines/reference/classVarianceResolveCircularity.js b/tests/baselines/reference/classVarianceResolveCircularity1.js similarity index 73% rename from tests/baselines/reference/classVarianceResolveCircularity.js rename to tests/baselines/reference/classVarianceResolveCircularity1.js index 2518fa84c7bdc..509d8e1238e6d 100644 --- a/tests/baselines/reference/classVarianceResolveCircularity.js +++ b/tests/baselines/reference/classVarianceResolveCircularity1.js @@ -1,15 +1,15 @@ -//// [classVarianceResolveCircularity.ts] +//// [classVarianceResolveCircularity1.ts] // Issue #52813 class Bar { - num!: number; // Swap to remove error + num!: number; Value = callme(this).num; Field: number = callme(this).num; } declare function callme(x: Bar): Bar; declare function callme(x: object): string; -//// [classVarianceResolveCircularity.js] +//// [classVarianceResolveCircularity1.js] "use strict"; // Issue #52813 var Bar = /** @class */ (function () { diff --git a/tests/baselines/reference/classVarianceResolveCircularity1.symbols b/tests/baselines/reference/classVarianceResolveCircularity1.symbols new file mode 100644 index 0000000000000..7494c4b37e2d2 --- /dev/null +++ b/tests/baselines/reference/classVarianceResolveCircularity1.symbols @@ -0,0 +1,34 @@ +=== tests/cases/compiler/classVarianceResolveCircularity1.ts === +// Issue #52813 + +class Bar { +>Bar : Symbol(Bar, Decl(classVarianceResolveCircularity1.ts, 0, 0)) +>T : Symbol(T, Decl(classVarianceResolveCircularity1.ts, 2, 10)) + + num!: number; +>num : Symbol(Bar.num, Decl(classVarianceResolveCircularity1.ts, 2, 14)) + + Value = callme(this).num; +>Value : Symbol(Bar.Value, Decl(classVarianceResolveCircularity1.ts, 3, 17)) +>callme(this).num : Symbol(Bar.num, Decl(classVarianceResolveCircularity1.ts, 2, 14)) +>callme : Symbol(callme, Decl(classVarianceResolveCircularity1.ts, 6, 1), Decl(classVarianceResolveCircularity1.ts, 7, 47)) +>this : Symbol(Bar, Decl(classVarianceResolveCircularity1.ts, 0, 0)) +>num : Symbol(Bar.num, Decl(classVarianceResolveCircularity1.ts, 2, 14)) + + Field: number = callme(this).num; +>Field : Symbol(Bar.Field, Decl(classVarianceResolveCircularity1.ts, 4, 29)) +>callme(this).num : Symbol(Bar.num, Decl(classVarianceResolveCircularity1.ts, 2, 14)) +>callme : Symbol(callme, Decl(classVarianceResolveCircularity1.ts, 6, 1), Decl(classVarianceResolveCircularity1.ts, 7, 47)) +>this : Symbol(Bar, Decl(classVarianceResolveCircularity1.ts, 0, 0)) +>num : Symbol(Bar.num, Decl(classVarianceResolveCircularity1.ts, 2, 14)) +} +declare function callme(x: Bar): Bar; +>callme : Symbol(callme, Decl(classVarianceResolveCircularity1.ts, 6, 1), Decl(classVarianceResolveCircularity1.ts, 7, 47)) +>x : Symbol(x, Decl(classVarianceResolveCircularity1.ts, 7, 24)) +>Bar : Symbol(Bar, Decl(classVarianceResolveCircularity1.ts, 0, 0)) +>Bar : Symbol(Bar, Decl(classVarianceResolveCircularity1.ts, 0, 0)) + +declare function callme(x: object): string; +>callme : Symbol(callme, Decl(classVarianceResolveCircularity1.ts, 6, 1), Decl(classVarianceResolveCircularity1.ts, 7, 47)) +>x : Symbol(x, Decl(classVarianceResolveCircularity1.ts, 8, 24)) + diff --git a/tests/baselines/reference/classVarianceResolveCircularity.types b/tests/baselines/reference/classVarianceResolveCircularity1.types similarity index 81% rename from tests/baselines/reference/classVarianceResolveCircularity.types rename to tests/baselines/reference/classVarianceResolveCircularity1.types index d7e48dffe67df..dacd45cedf484 100644 --- a/tests/baselines/reference/classVarianceResolveCircularity.types +++ b/tests/baselines/reference/classVarianceResolveCircularity1.types @@ -1,14 +1,14 @@ -=== tests/cases/compiler/classVarianceResolveCircularity.ts === +=== tests/cases/compiler/classVarianceResolveCircularity1.ts === // Issue #52813 class Bar { >Bar : Bar - num!: number; // Swap to remove error + num!: number; >num : number Value = callme(this).num; ->Value : any +>Value : number >callme(this).num : number >callme(this) : Bar >callme : { (x: Bar): Bar; (x: object): string; } diff --git a/tests/baselines/reference/classVarianceResolveCircularity2.js b/tests/baselines/reference/classVarianceResolveCircularity2.js new file mode 100644 index 0000000000000..f60e843d328dc --- /dev/null +++ b/tests/baselines/reference/classVarianceResolveCircularity2.js @@ -0,0 +1,37 @@ +//// [classVarianceResolveCircularity2.ts] +// Issue #52813 + +export {}; + +class Bar { + num!: number; + Value = callme(new Foo(this)).bar.num; + Field: number = callme(new Foo(this)).bar.num; +} +declare function callme(x: Foo): Foo; +declare function callme(x: object): string; + +class Foo { + bar!: Bar; + constructor(bar: Bar) { + this.bar = bar; + } +} + +//// [classVarianceResolveCircularity2.js] +"use strict"; +// Issue #52813 +Object.defineProperty(exports, "__esModule", { value: true }); +var Bar = /** @class */ (function () { + function Bar() { + this.Value = callme(new Foo(this)).bar.num; + this.Field = callme(new Foo(this)).bar.num; + } + return Bar; +}()); +var Foo = /** @class */ (function () { + function Foo(bar) { + this.bar = bar; + } + return Foo; +}()); diff --git a/tests/baselines/reference/classVarianceResolveCircularity2.symbols b/tests/baselines/reference/classVarianceResolveCircularity2.symbols new file mode 100644 index 0000000000000..305ececb72050 --- /dev/null +++ b/tests/baselines/reference/classVarianceResolveCircularity2.symbols @@ -0,0 +1,63 @@ +=== tests/cases/compiler/classVarianceResolveCircularity2.ts === +// Issue #52813 + +export {}; + +class Bar { +>Bar : Symbol(Bar, Decl(classVarianceResolveCircularity2.ts, 2, 10)) +>T : Symbol(T, Decl(classVarianceResolveCircularity2.ts, 4, 10)) + + num!: number; +>num : Symbol(Bar.num, Decl(classVarianceResolveCircularity2.ts, 4, 14)) + + Value = callme(new Foo(this)).bar.num; +>Value : Symbol(Bar.Value, Decl(classVarianceResolveCircularity2.ts, 5, 17)) +>callme(new Foo(this)).bar.num : Symbol(Bar.num, Decl(classVarianceResolveCircularity2.ts, 4, 14)) +>callme(new Foo(this)).bar : Symbol(Foo.bar, Decl(classVarianceResolveCircularity2.ts, 12, 14)) +>callme : Symbol(callme, Decl(classVarianceResolveCircularity2.ts, 8, 1), Decl(classVarianceResolveCircularity2.ts, 9, 47)) +>Foo : Symbol(Foo, Decl(classVarianceResolveCircularity2.ts, 10, 43)) +>this : Symbol(Bar, Decl(classVarianceResolveCircularity2.ts, 2, 10)) +>bar : Symbol(Foo.bar, Decl(classVarianceResolveCircularity2.ts, 12, 14)) +>num : Symbol(Bar.num, Decl(classVarianceResolveCircularity2.ts, 4, 14)) + + Field: number = callme(new Foo(this)).bar.num; +>Field : Symbol(Bar.Field, Decl(classVarianceResolveCircularity2.ts, 6, 42)) +>callme(new Foo(this)).bar.num : Symbol(Bar.num, Decl(classVarianceResolveCircularity2.ts, 4, 14)) +>callme(new Foo(this)).bar : Symbol(Foo.bar, Decl(classVarianceResolveCircularity2.ts, 12, 14)) +>callme : Symbol(callme, Decl(classVarianceResolveCircularity2.ts, 8, 1), Decl(classVarianceResolveCircularity2.ts, 9, 47)) +>Foo : Symbol(Foo, Decl(classVarianceResolveCircularity2.ts, 10, 43)) +>this : Symbol(Bar, Decl(classVarianceResolveCircularity2.ts, 2, 10)) +>bar : Symbol(Foo.bar, Decl(classVarianceResolveCircularity2.ts, 12, 14)) +>num : Symbol(Bar.num, Decl(classVarianceResolveCircularity2.ts, 4, 14)) +} +declare function callme(x: Foo): Foo; +>callme : Symbol(callme, Decl(classVarianceResolveCircularity2.ts, 8, 1), Decl(classVarianceResolveCircularity2.ts, 9, 47)) +>x : Symbol(x, Decl(classVarianceResolveCircularity2.ts, 9, 24)) +>Foo : Symbol(Foo, Decl(classVarianceResolveCircularity2.ts, 10, 43)) +>Foo : Symbol(Foo, Decl(classVarianceResolveCircularity2.ts, 10, 43)) + +declare function callme(x: object): string; +>callme : Symbol(callme, Decl(classVarianceResolveCircularity2.ts, 8, 1), Decl(classVarianceResolveCircularity2.ts, 9, 47)) +>x : Symbol(x, Decl(classVarianceResolveCircularity2.ts, 10, 24)) + +class Foo { +>Foo : Symbol(Foo, Decl(classVarianceResolveCircularity2.ts, 10, 43)) +>T : Symbol(T, Decl(classVarianceResolveCircularity2.ts, 12, 10)) + + bar!: Bar; +>bar : Symbol(Foo.bar, Decl(classVarianceResolveCircularity2.ts, 12, 14)) +>Bar : Symbol(Bar, Decl(classVarianceResolveCircularity2.ts, 2, 10)) +>T : Symbol(T, Decl(classVarianceResolveCircularity2.ts, 12, 10)) + + constructor(bar: Bar) { +>bar : Symbol(bar, Decl(classVarianceResolveCircularity2.ts, 14, 16)) +>Bar : Symbol(Bar, Decl(classVarianceResolveCircularity2.ts, 2, 10)) +>T : Symbol(T, Decl(classVarianceResolveCircularity2.ts, 12, 10)) + + this.bar = bar; +>this.bar : Symbol(Foo.bar, Decl(classVarianceResolveCircularity2.ts, 12, 14)) +>this : Symbol(Foo, Decl(classVarianceResolveCircularity2.ts, 10, 43)) +>bar : Symbol(Foo.bar, Decl(classVarianceResolveCircularity2.ts, 12, 14)) +>bar : Symbol(bar, Decl(classVarianceResolveCircularity2.ts, 14, 16)) + } +} diff --git a/tests/baselines/reference/classVarianceResolveCircularity2.types b/tests/baselines/reference/classVarianceResolveCircularity2.types new file mode 100644 index 0000000000000..3096c551f44d3 --- /dev/null +++ b/tests/baselines/reference/classVarianceResolveCircularity2.types @@ -0,0 +1,60 @@ +=== tests/cases/compiler/classVarianceResolveCircularity2.ts === +// Issue #52813 + +export {}; + +class Bar { +>Bar : Bar + + num!: number; +>num : number + + Value = callme(new Foo(this)).bar.num; +>Value : number +>callme(new Foo(this)).bar.num : number +>callme(new Foo(this)).bar : Bar +>callme(new Foo(this)) : Foo +>callme : { (x: Foo): Foo; (x: object): string; } +>new Foo(this) : Foo +>Foo : typeof Foo +>this : this +>bar : Bar +>num : number + + Field: number = callme(new Foo(this)).bar.num; +>Field : number +>callme(new Foo(this)).bar.num : number +>callme(new Foo(this)).bar : Bar +>callme(new Foo(this)) : Foo +>callme : { (x: Foo): Foo; (x: object): string; } +>new Foo(this) : Foo +>Foo : typeof Foo +>this : this +>bar : Bar +>num : number +} +declare function callme(x: Foo): Foo; +>callme : { (x: Foo): Foo; (x: object): string; } +>x : Foo + +declare function callme(x: object): string; +>callme : { (x: Foo): Foo; (x: object): string; } +>x : object + +class Foo { +>Foo : Foo + + bar!: Bar; +>bar : Bar + + constructor(bar: Bar) { +>bar : Bar + + this.bar = bar; +>this.bar = bar : Bar +>this.bar : Bar +>this : this +>bar : Bar +>bar : Bar + } +} diff --git a/tests/baselines/reference/corrupted.errors.txt b/tests/baselines/reference/corrupted.errors.txt new file mode 100644 index 0000000000000..d5468e0a8fa7b --- /dev/null +++ b/tests/baselines/reference/corrupted.errors.txt @@ -0,0 +1,7 @@ +tests/cases/compiler/corrupted.ts(1,1): error TS1490: File appears to be binary. + + +==== tests/cases/compiler/corrupted.ts (1 errors) ==== + ��� + +!!! error TS1490: File appears to be binary. \ No newline at end of file diff --git a/tests/baselines/reference/corrupted.js b/tests/baselines/reference/corrupted.js new file mode 100644 index 0000000000000..72d9542ac04c8 --- /dev/null +++ b/tests/baselines/reference/corrupted.js @@ -0,0 +1,4 @@ +//// [corrupted.ts] +��� + +//// [corrupted.js] diff --git a/tests/baselines/reference/corrupted.symbols b/tests/baselines/reference/corrupted.symbols new file mode 100644 index 0000000000000..7ba94fffc8182 --- /dev/null +++ b/tests/baselines/reference/corrupted.symbols @@ -0,0 +1,3 @@ +=== tests/cases/compiler/corrupted.ts === + +��� diff --git a/tests/baselines/reference/corrupted.types b/tests/baselines/reference/corrupted.types new file mode 100644 index 0000000000000..7ba94fffc8182 --- /dev/null +++ b/tests/baselines/reference/corrupted.types @@ -0,0 +1,3 @@ +=== tests/cases/compiler/corrupted.ts === + +��� diff --git a/tests/baselines/reference/dataViewConstructor.errors.txt b/tests/baselines/reference/dataViewConstructor.errors.txt new file mode 100644 index 0000000000000..99dd69b37c63c --- /dev/null +++ b/tests/baselines/reference/dataViewConstructor.errors.txt @@ -0,0 +1,13 @@ +tests/cases/compiler/dataViewConstructor.ts(1,14): error TS2345: Argument of type 'Uint8Array' is not assignable to parameter of type 'ArrayBuffer & { BYTES_PER_ELEMENT?: never; }'. + Type 'Uint8Array' is not assignable to type '{ BYTES_PER_ELEMENT?: never; }'. + Types of property 'BYTES_PER_ELEMENT' are incompatible. + Type 'number' is not assignable to type 'never'. + + +==== tests/cases/compiler/dataViewConstructor.ts (1 errors) ==== + new DataView(new Uint8Array(32)); // should error + ~~~~~~~~~~~~~~~~~~ +!!! error TS2345: Argument of type 'Uint8Array' is not assignable to parameter of type 'ArrayBuffer & { BYTES_PER_ELEMENT?: never; }'. +!!! error TS2345: Type 'Uint8Array' is not assignable to type '{ BYTES_PER_ELEMENT?: never; }'. +!!! error TS2345: Types of property 'BYTES_PER_ELEMENT' are incompatible. +!!! error TS2345: Type 'number' is not assignable to type 'never'. \ No newline at end of file diff --git a/tests/baselines/reference/dataViewConstructor.js b/tests/baselines/reference/dataViewConstructor.js new file mode 100644 index 0000000000000..f4d94709a97d1 --- /dev/null +++ b/tests/baselines/reference/dataViewConstructor.js @@ -0,0 +1,5 @@ +//// [dataViewConstructor.ts] +new DataView(new Uint8Array(32)); // should error + +//// [dataViewConstructor.js] +new DataView(new Uint8Array(32)); // should error diff --git a/tests/baselines/reference/dataViewConstructor.symbols b/tests/baselines/reference/dataViewConstructor.symbols new file mode 100644 index 0000000000000..abfac28a41796 --- /dev/null +++ b/tests/baselines/reference/dataViewConstructor.symbols @@ -0,0 +1,5 @@ +=== tests/cases/compiler/dataViewConstructor.ts === +new DataView(new Uint8Array(32)); // should error +>DataView : Symbol(DataView, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --)) +>Uint8Array : Symbol(Uint8Array, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --)) + diff --git a/tests/baselines/reference/dataViewConstructor.types b/tests/baselines/reference/dataViewConstructor.types new file mode 100644 index 0000000000000..73da86d7192cf --- /dev/null +++ b/tests/baselines/reference/dataViewConstructor.types @@ -0,0 +1,8 @@ +=== tests/cases/compiler/dataViewConstructor.ts === +new DataView(new Uint8Array(32)); // should error +>new DataView(new Uint8Array(32)) : DataView +>DataView : DataViewConstructor +>new Uint8Array(32) : Uint8Array +>Uint8Array : Uint8ArrayConstructor +>32 : 32 + diff --git a/tests/baselines/reference/declarationMapGoToDefinition.baseline.jsonc b/tests/baselines/reference/declarationMapGoToDefinition.baseline.jsonc index 2afa99e7a17c2..42e68f0041e1b 100644 --- a/tests/baselines/reference/declarationMapGoToDefinition.baseline.jsonc +++ b/tests/baselines/reference/declarationMapGoToDefinition.baseline.jsonc @@ -6,14 +6,7 @@ // otherMethod() { // if (Math.random() > 0.5) { // return {x: 42}; -// } -// return {y: "yes"}; -// } -// } -// -// export interface SomeType { -// member: number; -// } +// --- (line: 7) skipped --- // === /tests/cases/fourslash/server/mymodule.ts === // import * as mod from "./indexdef"; diff --git a/tests/baselines/reference/declarationMapsEnableMapping_NoInline.baseline.jsonc b/tests/baselines/reference/declarationMapsEnableMapping_NoInline.baseline.jsonc index 35b20e967b0f5..64365dbe372b5 100644 --- a/tests/baselines/reference/declarationMapsEnableMapping_NoInline.baseline.jsonc +++ b/tests/baselines/reference/declarationMapsEnableMapping_NoInline.baseline.jsonc @@ -6,14 +6,7 @@ // otherMethod() { // if (Math.random() > 0.5) { // return {x: 42}; -// } -// return {y: "yes"}; -// } -// } -// -// export interface SomeType { -// member: number; -// } +// --- (line: 7) skipped --- // === /mymodule.ts === // import * as mod from "/dist/index"; @@ -32,14 +25,7 @@ // === goToType === // === /index.ts === -// export class Foo { -// member: string; -// methodName(propName: SomeType): SomeType { return propName; } -// otherMethod() { -// if (Math.random() > 0.5) { -// return {x: 42}; -// } -// return {y: "yes"}; +// --- (line: 8) skipped --- // } // } // @@ -72,14 +58,7 @@ // otherMethod() { // if (Math.random() > 0.5) { // return {x: 42}; -// } -// return {y: "yes"}; -// } -// } -// -// export interface SomeType { -// member: number; -// } +// --- (line: 7) skipped --- // === /mymodule.ts === // import * as mod from "/dist/index"; @@ -106,14 +85,7 @@ // otherMethod() { // if (Math.random() > 0.5) { // return {x: 42}; -// } -// return {y: "yes"}; -// } -// } -// -// export interface SomeType { -// member: number; -// } +// --- (line: 7) skipped --- // === /mymodule.ts === // import * as mod from "/dist/index"; diff --git a/tests/baselines/reference/declarationMapsEnableMapping_NoInlineSources.baseline.jsonc b/tests/baselines/reference/declarationMapsEnableMapping_NoInlineSources.baseline.jsonc index 35b20e967b0f5..64365dbe372b5 100644 --- a/tests/baselines/reference/declarationMapsEnableMapping_NoInlineSources.baseline.jsonc +++ b/tests/baselines/reference/declarationMapsEnableMapping_NoInlineSources.baseline.jsonc @@ -6,14 +6,7 @@ // otherMethod() { // if (Math.random() > 0.5) { // return {x: 42}; -// } -// return {y: "yes"}; -// } -// } -// -// export interface SomeType { -// member: number; -// } +// --- (line: 7) skipped --- // === /mymodule.ts === // import * as mod from "/dist/index"; @@ -32,14 +25,7 @@ // === goToType === // === /index.ts === -// export class Foo { -// member: string; -// methodName(propName: SomeType): SomeType { return propName; } -// otherMethod() { -// if (Math.random() > 0.5) { -// return {x: 42}; -// } -// return {y: "yes"}; +// --- (line: 8) skipped --- // } // } // @@ -72,14 +58,7 @@ // otherMethod() { // if (Math.random() > 0.5) { // return {x: 42}; -// } -// return {y: "yes"}; -// } -// } -// -// export interface SomeType { -// member: number; -// } +// --- (line: 7) skipped --- // === /mymodule.ts === // import * as mod from "/dist/index"; @@ -106,14 +85,7 @@ // otherMethod() { // if (Math.random() > 0.5) { // return {x: 42}; -// } -// return {y: "yes"}; -// } -// } -// -// export interface SomeType { -// member: number; -// } +// --- (line: 7) skipped --- // === /mymodule.ts === // import * as mod from "/dist/index"; diff --git a/tests/baselines/reference/declarationMapsGeneratedMapsEnableMapping.baseline.jsonc b/tests/baselines/reference/declarationMapsGeneratedMapsEnableMapping.baseline.jsonc index 35b20e967b0f5..64365dbe372b5 100644 --- a/tests/baselines/reference/declarationMapsGeneratedMapsEnableMapping.baseline.jsonc +++ b/tests/baselines/reference/declarationMapsGeneratedMapsEnableMapping.baseline.jsonc @@ -6,14 +6,7 @@ // otherMethod() { // if (Math.random() > 0.5) { // return {x: 42}; -// } -// return {y: "yes"}; -// } -// } -// -// export interface SomeType { -// member: number; -// } +// --- (line: 7) skipped --- // === /mymodule.ts === // import * as mod from "/dist/index"; @@ -32,14 +25,7 @@ // === goToType === // === /index.ts === -// export class Foo { -// member: string; -// methodName(propName: SomeType): SomeType { return propName; } -// otherMethod() { -// if (Math.random() > 0.5) { -// return {x: 42}; -// } -// return {y: "yes"}; +// --- (line: 8) skipped --- // } // } // @@ -72,14 +58,7 @@ // otherMethod() { // if (Math.random() > 0.5) { // return {x: 42}; -// } -// return {y: "yes"}; -// } -// } -// -// export interface SomeType { -// member: number; -// } +// --- (line: 7) skipped --- // === /mymodule.ts === // import * as mod from "/dist/index"; @@ -106,14 +85,7 @@ // otherMethod() { // if (Math.random() > 0.5) { // return {x: 42}; -// } -// return {y: "yes"}; -// } -// } -// -// export interface SomeType { -// member: number; -// } +// --- (line: 7) skipped --- // === /mymodule.ts === // import * as mod from "/dist/index"; diff --git a/tests/baselines/reference/declarationMapsGeneratedMapsEnableMapping2.baseline.jsonc b/tests/baselines/reference/declarationMapsGeneratedMapsEnableMapping2.baseline.jsonc index 35b20e967b0f5..64365dbe372b5 100644 --- a/tests/baselines/reference/declarationMapsGeneratedMapsEnableMapping2.baseline.jsonc +++ b/tests/baselines/reference/declarationMapsGeneratedMapsEnableMapping2.baseline.jsonc @@ -6,14 +6,7 @@ // otherMethod() { // if (Math.random() > 0.5) { // return {x: 42}; -// } -// return {y: "yes"}; -// } -// } -// -// export interface SomeType { -// member: number; -// } +// --- (line: 7) skipped --- // === /mymodule.ts === // import * as mod from "/dist/index"; @@ -32,14 +25,7 @@ // === goToType === // === /index.ts === -// export class Foo { -// member: string; -// methodName(propName: SomeType): SomeType { return propName; } -// otherMethod() { -// if (Math.random() > 0.5) { -// return {x: 42}; -// } -// return {y: "yes"}; +// --- (line: 8) skipped --- // } // } // @@ -72,14 +58,7 @@ // otherMethod() { // if (Math.random() > 0.5) { // return {x: 42}; -// } -// return {y: "yes"}; -// } -// } -// -// export interface SomeType { -// member: number; -// } +// --- (line: 7) skipped --- // === /mymodule.ts === // import * as mod from "/dist/index"; @@ -106,14 +85,7 @@ // otherMethod() { // if (Math.random() > 0.5) { // return {x: 42}; -// } -// return {y: "yes"}; -// } -// } -// -// export interface SomeType { -// member: number; -// } +// --- (line: 7) skipped --- // === /mymodule.ts === // import * as mod from "/dist/index"; diff --git a/tests/baselines/reference/declarationMapsGeneratedMapsEnableMapping3.baseline.jsonc b/tests/baselines/reference/declarationMapsGeneratedMapsEnableMapping3.baseline.jsonc index 35b20e967b0f5..64365dbe372b5 100644 --- a/tests/baselines/reference/declarationMapsGeneratedMapsEnableMapping3.baseline.jsonc +++ b/tests/baselines/reference/declarationMapsGeneratedMapsEnableMapping3.baseline.jsonc @@ -6,14 +6,7 @@ // otherMethod() { // if (Math.random() > 0.5) { // return {x: 42}; -// } -// return {y: "yes"}; -// } -// } -// -// export interface SomeType { -// member: number; -// } +// --- (line: 7) skipped --- // === /mymodule.ts === // import * as mod from "/dist/index"; @@ -32,14 +25,7 @@ // === goToType === // === /index.ts === -// export class Foo { -// member: string; -// methodName(propName: SomeType): SomeType { return propName; } -// otherMethod() { -// if (Math.random() > 0.5) { -// return {x: 42}; -// } -// return {y: "yes"}; +// --- (line: 8) skipped --- // } // } // @@ -72,14 +58,7 @@ // otherMethod() { // if (Math.random() > 0.5) { // return {x: 42}; -// } -// return {y: "yes"}; -// } -// } -// -// export interface SomeType { -// member: number; -// } +// --- (line: 7) skipped --- // === /mymodule.ts === // import * as mod from "/dist/index"; @@ -106,14 +85,7 @@ // otherMethod() { // if (Math.random() > 0.5) { // return {x: 42}; -// } -// return {y: "yes"}; -// } -// } -// -// export interface SomeType { -// member: number; -// } +// --- (line: 7) skipped --- // === /mymodule.ts === // import * as mod from "/dist/index"; diff --git a/tests/baselines/reference/declarationMapsGoToDefinitionRelativeSourceRoot.baseline.jsonc b/tests/baselines/reference/declarationMapsGoToDefinitionRelativeSourceRoot.baseline.jsonc index f13d6674b39f1..f28a0cb6a6173 100644 --- a/tests/baselines/reference/declarationMapsGoToDefinitionRelativeSourceRoot.baseline.jsonc +++ b/tests/baselines/reference/declarationMapsGoToDefinitionRelativeSourceRoot.baseline.jsonc @@ -6,14 +6,7 @@ // otherMethod() { // if (Math.random() > 0.5) { // return {x: 42}; -// } -// return {y: "yes"}; -// } -// } -// -// export interface SomeType { -// member: number; -// } +// --- (line: 7) skipped --- // === /tests/cases/fourslash/server/mymodule.ts === // import * as mod from "./out/indexdef"; diff --git a/tests/baselines/reference/declarationMapsGoToDefinitionSameNameDifferentDirectory.baseline.jsonc b/tests/baselines/reference/declarationMapsGoToDefinitionSameNameDifferentDirectory.baseline.jsonc index 36ca3cb7ade8b..f1c2ac5a373a5 100644 --- a/tests/baselines/reference/declarationMapsGoToDefinitionSameNameDifferentDirectory.baseline.jsonc +++ b/tests/baselines/reference/declarationMapsGoToDefinitionSameNameDifferentDirectory.baseline.jsonc @@ -4,9 +4,7 @@ // constructor(){ // return; // } -// /** this is a super var */ -// public myVar: boolean | 'yeah' = true; -// } +// --- (line: 5) skipped --- // === /tests/cases/fourslash/server/buttonClass/Source.ts === // // I cannot F12 navigate to Control @@ -15,13 +13,7 @@ // public myFunction() { // // I cannot F12 navigate to myVar // // vvvvv -// if (typeof this.myVar === 'boolean') { -// this.myVar; -// } else { -// this.myVar.toLocaleUpperCase(); -// } -// } -// } +// --- (line: 7) skipped --- // === Details === [ @@ -46,9 +38,7 @@ // } // === /tests/cases/fourslash/server/buttonClass/Source.ts === -// // I cannot F12 navigate to Control -// // vvvvvvv -// class Button extends Control { +// --- (line: 3) skipped --- // public myFunction() { // // I cannot F12 navigate to myVar // // vvvvv @@ -56,9 +46,7 @@ // this.myVar; // } else { // this.myVar.toLocaleUpperCase(); -// } -// } -// } +// --- (line: 11) skipped --- // === Details === [ diff --git a/tests/baselines/reference/documentHighlightAtInheritedProperties6.baseline.jsonc b/tests/baselines/reference/documentHighlightAtInheritedProperties6.baseline.jsonc index f91a7134daffe..a4cd6bcd876e2 100644 --- a/tests/baselines/reference/documentHighlightAtInheritedProperties6.baseline.jsonc +++ b/tests/baselines/reference/documentHighlightAtInheritedProperties6.baseline.jsonc @@ -5,13 +5,7 @@ // prop1: string; // } // -// class D extends C { -// prop0: string; -// prop1: string; -// } -// -// var d: D; -// d.prop1; +// --- (line: 6) skipped --- @@ -23,20 +17,13 @@ // } // // class D extends C { -// prop0: string; -// prop1: string; -// } -// -// var d: D; -// d.prop1; +// --- (line: 7) skipped --- // === documentHighlights === // === /tests/cases/fourslash/file1.ts === -// class C extends D { -// prop0: string; -// prop1: string; +// --- (line: 3) skipped --- // } // // class D extends C { @@ -51,10 +38,7 @@ // === documentHighlights === // === /tests/cases/fourslash/file1.ts === -// class C extends D { -// prop0: string; -// prop1: string; -// } +// --- (line: 4) skipped --- // // class D extends C { // prop0: string; @@ -68,10 +52,7 @@ // === documentHighlights === // === /tests/cases/fourslash/file1.ts === -// class C extends D { -// prop0: string; -// prop1: string; -// } +// --- (line: 4) skipped --- // // class D extends C { // prop0: string; diff --git a/tests/baselines/reference/documentHighlightAtParameterPropertyDeclaration1.baseline.jsonc b/tests/baselines/reference/documentHighlightAtParameterPropertyDeclaration1.baseline.jsonc index de21c1469831d..612cd3e3bbe04 100644 --- a/tests/baselines/reference/documentHighlightAtParameterPropertyDeclaration1.baseline.jsonc +++ b/tests/baselines/reference/documentHighlightAtParameterPropertyDeclaration1.baseline.jsonc @@ -10,11 +10,7 @@ // // let localPublic = publicParam; // this.publicParam += " Hello!"; -// -// let localProtected = protectedParam; -// this.protectedParam = false; -// } -// } +// --- (line: 11) skipped --- @@ -70,11 +66,7 @@ // // let localPublic = publicParam; // this.publicParam += " Hello!"; -// -// let localProtected = protectedParam; -// this.protectedParam = false; -// } -// } +// --- (line: 11) skipped --- @@ -90,11 +82,7 @@ // // let localPublic = publicParam; // this.publicParam += " Hello!"; -// -// let localProtected = protectedParam; -// this.protectedParam = false; -// } -// } +// --- (line: 11) skipped --- diff --git a/tests/baselines/reference/documentHighlightAtParameterPropertyDeclaration2.baseline.jsonc b/tests/baselines/reference/documentHighlightAtParameterPropertyDeclaration2.baseline.jsonc index e70a192ff17f7..a4b92164404b0 100644 --- a/tests/baselines/reference/documentHighlightAtParameterPropertyDeclaration2.baseline.jsonc +++ b/tests/baselines/reference/documentHighlightAtParameterPropertyDeclaration2.baseline.jsonc @@ -10,12 +10,7 @@ // this.privateParam += 10; // // let localPublic = publicParam; -// this.publicParam += " Hello!"; -// -// let localProtected = protectedParam; -// this.protectedParam = false; -// } -// } +// --- (line: 11) skipped --- @@ -34,9 +29,7 @@ // this.publicParam += " Hello!"; // // let localProtected = protectedParam; -// this.protectedParam = false; -// } -// } +// --- (line: 14) skipped --- @@ -73,12 +66,7 @@ // this.privateParam += 10; // // let localPublic = publicParam; -// this.publicParam += " Hello!"; -// -// let localProtected = protectedParam; -// this.protectedParam = false; -// } -// } +// --- (line: 11) skipped --- @@ -97,9 +85,7 @@ // this.publicParam += " Hello!"; // // let localProtected = protectedParam; -// this.protectedParam = false; -// } -// } +// --- (line: 14) skipped --- diff --git a/tests/baselines/reference/documentHighlightAtParameterPropertyDeclaration3.baseline.jsonc b/tests/baselines/reference/documentHighlightAtParameterPropertyDeclaration3.baseline.jsonc index ef62f61f1e4c6..7fd70db65886f 100644 --- a/tests/baselines/reference/documentHighlightAtParameterPropertyDeclaration3.baseline.jsonc +++ b/tests/baselines/reference/documentHighlightAtParameterPropertyDeclaration3.baseline.jsonc @@ -10,12 +10,7 @@ // this.privateParam += 10; // // let localPublic = publicParam; -// this.publicParam += " Hello!"; -// -// let localProtected = protectedParam; -// this.protectedParam = false; -// } -// } +// --- (line: 11) skipped --- @@ -34,9 +29,7 @@ // this.publicParam += " Hello!"; // // let localProtected = protectedParam; -// this.protectedParam = false; -// } -// } +// --- (line: 14) skipped --- @@ -73,12 +66,7 @@ // this.privateParam += 10; // // let localPublic = publicParam; -// this.publicParam += " Hello!"; -// -// let localProtected = protectedParam; -// this.protectedParam = false; -// } -// } +// --- (line: 11) skipped --- @@ -97,9 +85,7 @@ // this.publicParam += " Hello!"; // // let localProtected = protectedParam; -// this.protectedParam = false; -// } -// } +// --- (line: 14) skipped --- diff --git a/tests/baselines/reference/documentHighlightInKeyword.baseline.jsonc b/tests/baselines/reference/documentHighlightInKeyword.baseline.jsonc index 43eb97ae986ef..d63825a768669 100644 --- a/tests/baselines/reference/documentHighlightInKeyword.baseline.jsonc +++ b/tests/baselines/reference/documentHighlightInKeyword.baseline.jsonc @@ -24,9 +24,7 @@ // === documentHighlights === // === /tests/cases/fourslash/documentHighlightInKeyword.ts === -// export type Foo = { -// [K in keyof T]: any; -// } +// --- (line: 3) skipped --- // // "a" in {}; // diff --git a/tests/baselines/reference/documentHighlightTemplateStrings.baseline.jsonc b/tests/baselines/reference/documentHighlightTemplateStrings.baseline.jsonc index 9994ec48239a1..77387986e149d 100644 --- a/tests/baselines/reference/documentHighlightTemplateStrings.baseline.jsonc +++ b/tests/baselines/reference/documentHighlightTemplateStrings.baseline.jsonc @@ -10,6 +10,4 @@ // return 1; // case "b": // return 2; -// } -// } -// } \ No newline at end of file +// --- (line: 11) skipped --- \ No newline at end of file diff --git a/tests/baselines/reference/documentHighlightsInvalidModifierLocations.baseline.jsonc b/tests/baselines/reference/documentHighlightsInvalidModifierLocations.baseline.jsonc index 1dc76a9c9a553..62694d0bf33f9 100644 --- a/tests/baselines/reference/documentHighlightsInvalidModifierLocations.baseline.jsonc +++ b/tests/baselines/reference/documentHighlightsInvalidModifierLocations.baseline.jsonc @@ -5,10 +5,7 @@ // } // function f(readonly p) {} // -// class D { -// m(public p) {} -// } -// function g(public p) {} +// --- (line: 6) skipped --- @@ -28,9 +25,7 @@ // === documentHighlights === // === /tests/cases/fourslash/documentHighlightsInvalidModifierLocations.ts === -// class C { -// m(readonly p) {} -// } +// --- (line: 3) skipped --- // function f(readonly p) {} // // class D { @@ -42,11 +37,7 @@ // === documentHighlights === // === /tests/cases/fourslash/documentHighlightsInvalidModifierLocations.ts === -// class C { -// m(readonly p) {} -// } -// function f(readonly p) {} -// +// --- (line: 5) skipped --- // class D { // m(public p) {} // } diff --git a/tests/baselines/reference/es2022IntlAPIs.js b/tests/baselines/reference/es2022IntlAPIs.js index 8611c0bf51524..32901521ed89b 100644 --- a/tests/baselines/reference/es2022IntlAPIs.js +++ b/tests/baselines/reference/es2022IntlAPIs.js @@ -7,6 +7,11 @@ for (const zoneName of timezoneNames) { timeZoneName: zoneName, }); } + +const enumerationKeys = ['calendar', 'collation', 'currency', 'numberingSystem', 'timeZone', 'unit'] as const; +for (const key of enumerationKeys) { + var supported = Intl.supportedValuesOf(key); +} //// [es2022IntlAPIs.js] @@ -18,3 +23,7 @@ for (const zoneName of timezoneNames) { timeZoneName: zoneName, }); } +const enumerationKeys = ['calendar', 'collation', 'currency', 'numberingSystem', 'timeZone', 'unit']; +for (const key of enumerationKeys) { + var supported = Intl.supportedValuesOf(key); +} diff --git a/tests/baselines/reference/es2022IntlAPIs.symbols b/tests/baselines/reference/es2022IntlAPIs.symbols index 60942707e9883..33bec6369ec64 100644 --- a/tests/baselines/reference/es2022IntlAPIs.symbols +++ b/tests/baselines/reference/es2022IntlAPIs.symbols @@ -24,3 +24,19 @@ for (const zoneName of timezoneNames) { }); } +const enumerationKeys = ['calendar', 'collation', 'currency', 'numberingSystem', 'timeZone', 'unit'] as const; +>enumerationKeys : Symbol(enumerationKeys, Decl(es2022IntlAPIs.ts, 9, 5)) +>const : Symbol(const) + +for (const key of enumerationKeys) { +>key : Symbol(key, Decl(es2022IntlAPIs.ts, 10, 10)) +>enumerationKeys : Symbol(enumerationKeys, Decl(es2022IntlAPIs.ts, 9, 5)) + + var supported = Intl.supportedValuesOf(key); +>supported : Symbol(supported, Decl(es2022IntlAPIs.ts, 11, 5)) +>Intl.supportedValuesOf : Symbol(Intl.supportedValuesOf, Decl(lib.es2022.intl.d.ts, --, --)) +>Intl : Symbol(Intl, Decl(lib.es5.d.ts, --, --), Decl(lib.es2017.intl.d.ts, --, --), Decl(lib.es2018.intl.d.ts, --, --), Decl(lib.es2019.intl.d.ts, --, --), Decl(lib.es2020.bigint.d.ts, --, --) ... and 3 more) +>supportedValuesOf : Symbol(Intl.supportedValuesOf, Decl(lib.es2022.intl.d.ts, --, --)) +>key : Symbol(key, Decl(es2022IntlAPIs.ts, 10, 10)) +} + diff --git a/tests/baselines/reference/es2022IntlAPIs.types b/tests/baselines/reference/es2022IntlAPIs.types index d6a0ac5049eec..1915c84bd628d 100644 --- a/tests/baselines/reference/es2022IntlAPIs.types +++ b/tests/baselines/reference/es2022IntlAPIs.types @@ -35,3 +35,27 @@ for (const zoneName of timezoneNames) { }); } +const enumerationKeys = ['calendar', 'collation', 'currency', 'numberingSystem', 'timeZone', 'unit'] as const; +>enumerationKeys : readonly ["calendar", "collation", "currency", "numberingSystem", "timeZone", "unit"] +>['calendar', 'collation', 'currency', 'numberingSystem', 'timeZone', 'unit'] as const : readonly ["calendar", "collation", "currency", "numberingSystem", "timeZone", "unit"] +>['calendar', 'collation', 'currency', 'numberingSystem', 'timeZone', 'unit'] : readonly ["calendar", "collation", "currency", "numberingSystem", "timeZone", "unit"] +>'calendar' : "calendar" +>'collation' : "collation" +>'currency' : "currency" +>'numberingSystem' : "numberingSystem" +>'timeZone' : "timeZone" +>'unit' : "unit" + +for (const key of enumerationKeys) { +>key : "calendar" | "collation" | "currency" | "numberingSystem" | "timeZone" | "unit" +>enumerationKeys : readonly ["calendar", "collation", "currency", "numberingSystem", "timeZone", "unit"] + + var supported = Intl.supportedValuesOf(key); +>supported : string[] +>Intl.supportedValuesOf(key) : string[] +>Intl.supportedValuesOf : (key: "calendar" | "collation" | "currency" | "numberingSystem" | "timeZone" | "unit") => string[] +>Intl : typeof Intl +>supportedValuesOf : (key: "calendar" | "collation" | "currency" | "numberingSystem" | "timeZone" | "unit") => string[] +>key : "calendar" | "collation" | "currency" | "numberingSystem" | "timeZone" | "unit" +} + diff --git a/tests/baselines/reference/esDecorators-classDeclaration-commentPreservation(module=commonjs,target=es2015).js b/tests/baselines/reference/esDecorators-classDeclaration-commentPreservation(module=commonjs,target=es2015).js index de6a0df751cbb..bc92f15ecde04 100644 --- a/tests/baselines/reference/esDecorators-classDeclaration-commentPreservation(module=commonjs,target=es2015).js +++ b/tests/baselines/reference/esDecorators-classDeclaration-commentPreservation(module=commonjs,target=es2015).js @@ -208,7 +208,7 @@ let C = (() => { Object.defineProperty(exports, "__esModule", { value: true }); exports.D = void 0; /*34*/ -exports.D = (() => { +let D = exports.D = (() => { let _classDecorators = [dec, dec]; let _classDescriptor; let _classExtraInitializers = []; @@ -243,7 +243,7 @@ exports.default = (() => { Object.defineProperty(exports, "__esModule", { value: true }); exports.F = void 0; /*40*/ -exports.F = (() => { +let F = exports.F = (() => { let _classDecorators = [dec, dec]; let _classDescriptor; let _classExtraInitializers = []; diff --git a/tests/baselines/reference/esDecorators-classDeclaration-commentPreservation(module=commonjs,target=es2022).js b/tests/baselines/reference/esDecorators-classDeclaration-commentPreservation(module=commonjs,target=es2022).js index 997866ea6d0d9..812dcb28249c2 100644 --- a/tests/baselines/reference/esDecorators-classDeclaration-commentPreservation(module=commonjs,target=es2022).js +++ b/tests/baselines/reference/esDecorators-classDeclaration-commentPreservation(module=commonjs,target=es2022).js @@ -205,7 +205,7 @@ let C = (() => { Object.defineProperty(exports, "__esModule", { value: true }); exports.D = void 0; /*34*/ -exports.D = (() => { +let D = exports.D = (() => { let _classDecorators = [dec, dec]; let _classDescriptor; let _classExtraInitializers = []; @@ -238,7 +238,7 @@ exports.default = (() => { Object.defineProperty(exports, "__esModule", { value: true }); exports.F = void 0; /*40*/ -exports.F = (() => { +let F = exports.F = (() => { let _classDecorators = [dec, dec]; let _classDescriptor; let _classExtraInitializers = []; diff --git a/tests/baselines/reference/esDecorators-classDeclaration-commonjs-classNamespaceMerge.js b/tests/baselines/reference/esDecorators-classDeclaration-commonjs-classNamespaceMerge.js new file mode 100644 index 0000000000000..2d6ec7e79b5e2 --- /dev/null +++ b/tests/baselines/reference/esDecorators-classDeclaration-commonjs-classNamespaceMerge.js @@ -0,0 +1,71 @@ +//// [esDecorators-classDeclaration-commonjs-classNamespaceMerge.ts] +declare var deco: any; + +@deco +export class Example { + static foo() {} +} + +export namespace Example { + export const x = 1; +} + +Example.foo(); + +//// [esDecorators-classDeclaration-commonjs-classNamespaceMerge.js] +"use strict"; +var __esDecorate = (this && this.__esDecorate) || function (ctor, descriptorIn, decorators, contextIn, initializers, extraInitializers) { + function accept(f) { if (f !== void 0 && typeof f !== "function") throw new TypeError("Function expected"); return f; } + var kind = contextIn.kind, key = kind === "getter" ? "get" : kind === "setter" ? "set" : "value"; + var target = !descriptorIn && ctor ? contextIn["static"] ? ctor : ctor.prototype : null; + var descriptor = descriptorIn || (target ? Object.getOwnPropertyDescriptor(target, contextIn.name) : {}); + var _, done = false; + for (var i = decorators.length - 1; i >= 0; i--) { + var context = {}; + for (var p in contextIn) context[p] = p === "access" ? {} : contextIn[p]; + for (var p in contextIn.access) context.access[p] = contextIn.access[p]; + context.addInitializer = function (f) { if (done) throw new TypeError("Cannot add initializers after decoration has completed"); extraInitializers.push(accept(f || null)); }; + var result = (0, decorators[i])(kind === "accessor" ? { get: descriptor.get, set: descriptor.set } : descriptor[key], context); + if (kind === "accessor") { + if (result === void 0) continue; + if (result === null || typeof result !== "object") throw new TypeError("Object expected"); + if (_ = accept(result.get)) descriptor.get = _; + if (_ = accept(result.set)) descriptor.set = _; + if (_ = accept(result.init)) initializers.push(_); + } + else if (_ = accept(result)) { + if (kind === "field") initializers.push(_); + else descriptor[key] = _; + } + } + if (target) Object.defineProperty(target, contextIn.name, descriptor); + done = true; +}; +var __runInitializers = (this && this.__runInitializers) || function (thisArg, initializers, value) { + var useValue = arguments.length > 2; + for (var i = 0; i < initializers.length; i++) { + value = useValue ? initializers[i].call(thisArg, value) : initializers[i].call(thisArg); + } + return useValue ? value : void 0; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.Example = void 0; +let Example = exports.Example = (() => { + let _classDecorators = [deco]; + let _classDescriptor; + let _classExtraInitializers = []; + let _classThis; + var Example = class { + static { + __esDecorate(null, _classDescriptor = { value: this }, _classDecorators, { kind: "class", name: this.name }, null, _classExtraInitializers); + Example = _classThis = _classDescriptor.value; + __runInitializers(_classThis, _classExtraInitializers); + } + static foo() { } + }; + return Example = _classThis; +})(); +(function (Example) { + Example.x = 1; +})(Example = exports.Example || (exports.Example = {})); +Example.foo(); diff --git a/tests/baselines/reference/esDecorators-classDeclaration-commonjs-classNamespaceMerge.symbols b/tests/baselines/reference/esDecorators-classDeclaration-commonjs-classNamespaceMerge.symbols new file mode 100644 index 0000000000000..2216449c5aea7 --- /dev/null +++ b/tests/baselines/reference/esDecorators-classDeclaration-commonjs-classNamespaceMerge.symbols @@ -0,0 +1,26 @@ +=== tests/cases/conformance/esDecorators/classDeclaration/esDecorators-classDeclaration-commonjs-classNamespaceMerge.ts === +declare var deco: any; +>deco : Symbol(deco, Decl(esDecorators-classDeclaration-commonjs-classNamespaceMerge.ts, 0, 11)) + +@deco +>deco : Symbol(deco, Decl(esDecorators-classDeclaration-commonjs-classNamespaceMerge.ts, 0, 11)) + +export class Example { +>Example : Symbol(Example, Decl(esDecorators-classDeclaration-commonjs-classNamespaceMerge.ts, 0, 22), Decl(esDecorators-classDeclaration-commonjs-classNamespaceMerge.ts, 5, 1)) + + static foo() {} +>foo : Symbol(Example.foo, Decl(esDecorators-classDeclaration-commonjs-classNamespaceMerge.ts, 3, 22)) +} + +export namespace Example { +>Example : Symbol(Example, Decl(esDecorators-classDeclaration-commonjs-classNamespaceMerge.ts, 0, 22), Decl(esDecorators-classDeclaration-commonjs-classNamespaceMerge.ts, 5, 1)) + + export const x = 1; +>x : Symbol(x, Decl(esDecorators-classDeclaration-commonjs-classNamespaceMerge.ts, 8, 16)) +} + +Example.foo(); +>Example.foo : Symbol(Example.foo, Decl(esDecorators-classDeclaration-commonjs-classNamespaceMerge.ts, 3, 22)) +>Example : Symbol(Example, Decl(esDecorators-classDeclaration-commonjs-classNamespaceMerge.ts, 0, 22), Decl(esDecorators-classDeclaration-commonjs-classNamespaceMerge.ts, 5, 1)) +>foo : Symbol(Example.foo, Decl(esDecorators-classDeclaration-commonjs-classNamespaceMerge.ts, 3, 22)) + diff --git a/tests/baselines/reference/esDecorators-classDeclaration-commonjs-classNamespaceMerge.types b/tests/baselines/reference/esDecorators-classDeclaration-commonjs-classNamespaceMerge.types new file mode 100644 index 0000000000000..45d5297b2856d --- /dev/null +++ b/tests/baselines/reference/esDecorators-classDeclaration-commonjs-classNamespaceMerge.types @@ -0,0 +1,28 @@ +=== tests/cases/conformance/esDecorators/classDeclaration/esDecorators-classDeclaration-commonjs-classNamespaceMerge.ts === +declare var deco: any; +>deco : any + +@deco +>deco : any + +export class Example { +>Example : Example + + static foo() {} +>foo : () => void +} + +export namespace Example { +>Example : typeof Example + + export const x = 1; +>x : 1 +>1 : 1 +} + +Example.foo(); +>Example.foo() : void +>Example.foo : () => void +>Example : typeof Example +>foo : () => void + diff --git a/tests/baselines/reference/esDecorators-classDeclaration-commonjs.js b/tests/baselines/reference/esDecorators-classDeclaration-commonjs.js new file mode 100644 index 0000000000000..13fb03cb1bf67 --- /dev/null +++ b/tests/baselines/reference/esDecorators-classDeclaration-commonjs.js @@ -0,0 +1,64 @@ +//// [esDecorators-classDeclaration-commonjs.ts] +declare var deco: any; + +@deco +export class Example { + static foo() {} +} + +Example.foo(); + +//// [esDecorators-classDeclaration-commonjs.js] +"use strict"; +var __esDecorate = (this && this.__esDecorate) || function (ctor, descriptorIn, decorators, contextIn, initializers, extraInitializers) { + function accept(f) { if (f !== void 0 && typeof f !== "function") throw new TypeError("Function expected"); return f; } + var kind = contextIn.kind, key = kind === "getter" ? "get" : kind === "setter" ? "set" : "value"; + var target = !descriptorIn && ctor ? contextIn["static"] ? ctor : ctor.prototype : null; + var descriptor = descriptorIn || (target ? Object.getOwnPropertyDescriptor(target, contextIn.name) : {}); + var _, done = false; + for (var i = decorators.length - 1; i >= 0; i--) { + var context = {}; + for (var p in contextIn) context[p] = p === "access" ? {} : contextIn[p]; + for (var p in contextIn.access) context.access[p] = contextIn.access[p]; + context.addInitializer = function (f) { if (done) throw new TypeError("Cannot add initializers after decoration has completed"); extraInitializers.push(accept(f || null)); }; + var result = (0, decorators[i])(kind === "accessor" ? { get: descriptor.get, set: descriptor.set } : descriptor[key], context); + if (kind === "accessor") { + if (result === void 0) continue; + if (result === null || typeof result !== "object") throw new TypeError("Object expected"); + if (_ = accept(result.get)) descriptor.get = _; + if (_ = accept(result.set)) descriptor.set = _; + if (_ = accept(result.init)) initializers.push(_); + } + else if (_ = accept(result)) { + if (kind === "field") initializers.push(_); + else descriptor[key] = _; + } + } + if (target) Object.defineProperty(target, contextIn.name, descriptor); + done = true; +}; +var __runInitializers = (this && this.__runInitializers) || function (thisArg, initializers, value) { + var useValue = arguments.length > 2; + for (var i = 0; i < initializers.length; i++) { + value = useValue ? initializers[i].call(thisArg, value) : initializers[i].call(thisArg); + } + return useValue ? value : void 0; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.Example = void 0; +let Example = exports.Example = (() => { + let _classDecorators = [deco]; + let _classDescriptor; + let _classExtraInitializers = []; + let _classThis; + var Example = class { + static { + __esDecorate(null, _classDescriptor = { value: this }, _classDecorators, { kind: "class", name: this.name }, null, _classExtraInitializers); + Example = _classThis = _classDescriptor.value; + __runInitializers(_classThis, _classExtraInitializers); + } + static foo() { } + }; + return Example = _classThis; +})(); +Example.foo(); diff --git a/tests/baselines/reference/esDecorators-classDeclaration-commonjs.symbols b/tests/baselines/reference/esDecorators-classDeclaration-commonjs.symbols new file mode 100644 index 0000000000000..b8d968f94049c --- /dev/null +++ b/tests/baselines/reference/esDecorators-classDeclaration-commonjs.symbols @@ -0,0 +1,19 @@ +=== tests/cases/conformance/esDecorators/classDeclaration/esDecorators-classDeclaration-commonjs.ts === +declare var deco: any; +>deco : Symbol(deco, Decl(esDecorators-classDeclaration-commonjs.ts, 0, 11)) + +@deco +>deco : Symbol(deco, Decl(esDecorators-classDeclaration-commonjs.ts, 0, 11)) + +export class Example { +>Example : Symbol(Example, Decl(esDecorators-classDeclaration-commonjs.ts, 0, 22)) + + static foo() {} +>foo : Symbol(Example.foo, Decl(esDecorators-classDeclaration-commonjs.ts, 3, 22)) +} + +Example.foo(); +>Example.foo : Symbol(Example.foo, Decl(esDecorators-classDeclaration-commonjs.ts, 3, 22)) +>Example : Symbol(Example, Decl(esDecorators-classDeclaration-commonjs.ts, 0, 22)) +>foo : Symbol(Example.foo, Decl(esDecorators-classDeclaration-commonjs.ts, 3, 22)) + diff --git a/tests/baselines/reference/esDecorators-classDeclaration-commonjs.types b/tests/baselines/reference/esDecorators-classDeclaration-commonjs.types new file mode 100644 index 0000000000000..10b6e62d79aeb --- /dev/null +++ b/tests/baselines/reference/esDecorators-classDeclaration-commonjs.types @@ -0,0 +1,20 @@ +=== tests/cases/conformance/esDecorators/classDeclaration/esDecorators-classDeclaration-commonjs.ts === +declare var deco: any; +>deco : any + +@deco +>deco : any + +export class Example { +>Example : Example + + static foo() {} +>foo : () => void +} + +Example.foo(); +>Example.foo() : void +>Example.foo : () => void +>Example : typeof Example +>foo : () => void + diff --git a/tests/baselines/reference/excessPropertyCheckWithMultipleDiscriminants.errors.txt b/tests/baselines/reference/excessPropertyCheckWithMultipleDiscriminants.errors.txt index 62f17936146a4..078c2256851c9 100644 --- a/tests/baselines/reference/excessPropertyCheckWithMultipleDiscriminants.errors.txt +++ b/tests/baselines/reference/excessPropertyCheckWithMultipleDiscriminants.errors.txt @@ -10,8 +10,10 @@ tests/cases/compiler/excessPropertyCheckWithMultipleDiscriminants.ts(83,5): erro Object literal may only specify known properties, and 'b' does not exist in type 'Common | (Common & A)'. tests/cases/compiler/excessPropertyCheckWithMultipleDiscriminants.ts(93,5): error TS2322: Type '{ type: "A"; n: number; a: number; b: number; }' is not assignable to type 'CommonWithDisjointOverlappingOptionals'. Object literal may only specify known properties, and 'b' does not exist in type 'Common | A'. -tests/cases/compiler/excessPropertyCheckWithMultipleDiscriminants.ts(130,5): error TS2322: Type '"string"' is not assignable to type '"number"'. -tests/cases/compiler/excessPropertyCheckWithMultipleDiscriminants.ts(136,5): error TS2322: Type '"string"' is not assignable to type '"number"'. +tests/cases/compiler/excessPropertyCheckWithMultipleDiscriminants.ts(131,5): error TS2322: Type '{ type: "string"; autoIncrement: boolean; required: true; }' is not assignable to type 'Attribute'. + Object literal may only specify known properties, and 'autoIncrement' does not exist in type 'StringAttribute | OneToOneAttribute'. +tests/cases/compiler/excessPropertyCheckWithMultipleDiscriminants.ts(137,5): error TS2322: Type '{ type: "string"; autoIncrement: boolean; required: true; }' is not assignable to type 'Attribute2'. + Object literal may only specify known properties, and 'autoIncrement' does not exist in type 'StringAttribute'. ==== tests/cases/compiler/excessPropertyCheckWithMultipleDiscriminants.ts (8 errors) ==== @@ -163,17 +165,19 @@ tests/cases/compiler/excessPropertyCheckWithMultipleDiscriminants.ts(136,5): err // both should error due to excess properties const attributes: Attribute = { type: 'string', - ~~~~ -!!! error TS2322: Type '"string"' is not assignable to type '"number"'. autoIncrement: true, + ~~~~~~~~~~~~~ +!!! error TS2322: Type '{ type: "string"; autoIncrement: boolean; required: true; }' is not assignable to type 'Attribute'. +!!! error TS2322: Object literal may only specify known properties, and 'autoIncrement' does not exist in type 'StringAttribute | OneToOneAttribute'. required: true, }; const attributes2: Attribute2 = { type: 'string', - ~~~~ -!!! error TS2322: Type '"string"' is not assignable to type '"number"'. autoIncrement: true, + ~~~~~~~~~~~~~ +!!! error TS2322: Type '{ type: "string"; autoIncrement: boolean; required: true; }' is not assignable to type 'Attribute2'. +!!! error TS2322: Object literal may only specify known properties, and 'autoIncrement' does not exist in type 'StringAttribute'. required: true, }; \ No newline at end of file diff --git a/tests/baselines/reference/excessivelyLargeTupleSpread.errors.txt b/tests/baselines/reference/excessivelyLargeTupleSpread.errors.txt index 0b5e44369c7d6..fdb940b6cdf20 100644 --- a/tests/baselines/reference/excessivelyLargeTupleSpread.errors.txt +++ b/tests/baselines/reference/excessivelyLargeTupleSpread.errors.txt @@ -1,10 +1,9 @@ -tests/cases/compiler/excessivelyLargeTupleSpread.ts(6,10): error TS2589: Type instantiation is excessively deep and possibly infinite. tests/cases/compiler/excessivelyLargeTupleSpread.ts(6,10): error TS2799: Type produces a tuple type that is too large to represent. tests/cases/compiler/excessivelyLargeTupleSpread.ts(22,12): error TS2799: Type produces a tuple type that is too large to represent. tests/cases/compiler/excessivelyLargeTupleSpread.ts(38,13): error TS2800: Expression produces a tuple type that is too large to represent. -==== tests/cases/compiler/excessivelyLargeTupleSpread.ts (4 errors) ==== +==== tests/cases/compiler/excessivelyLargeTupleSpread.ts (3 errors) ==== // #41771 type BuildTuple = @@ -12,8 +11,6 @@ tests/cases/compiler/excessivelyLargeTupleSpread.ts(38,13): error TS2800: Expres type A = BuildTuple<3> ~~~~~~~~~~~~~ -!!! error TS2589: Type instantiation is excessively deep and possibly infinite. - ~~~~~~~~~~~~~ !!! error TS2799: Type produces a tuple type that is too large to represent. type T0 = [any]; diff --git a/tests/baselines/reference/findAllReferencesJsOverloadedFunctionParameter.baseline.jsonc b/tests/baselines/reference/findAllReferencesJsOverloadedFunctionParameter.baseline.jsonc index c492ad835fe23..ee5f6e0454123 100644 --- a/tests/baselines/reference/findAllReferencesJsOverloadedFunctionParameter.baseline.jsonc +++ b/tests/baselines/reference/findAllReferencesJsOverloadedFunctionParameter.baseline.jsonc @@ -1,11 +1,6 @@ // === findAllReferences === // === /tests/cases/fourslash/foo.js === -// /** -// * @overload -// * @param {number} x -// * @returns {number} -// * -// * @overload +// --- (line: 6) skipped --- // * @param {string} x // * @returns {string} // * @@ -18,15 +13,7 @@ // === Definitions === // === /tests/cases/fourslash/foo.js === - // /** - // * @overload - // * @param {number} x - // * @returns {number} - // * - // * @overload - // * @param {string} x - // * @returns {string} - // * + // --- (line: 9) skipped --- // * @param {unknown} x // * @returns {unknown} // */ diff --git a/tests/baselines/reference/findAllReferencesLinkTag1.baseline.jsonc b/tests/baselines/reference/findAllReferencesLinkTag1.baseline.jsonc index 4e48274a0b2bd..c3029a3166971 100644 --- a/tests/baselines/reference/findAllReferencesLinkTag1.baseline.jsonc +++ b/tests/baselines/reference/findAllReferencesLinkTag1.baseline.jsonc @@ -16,53 +16,7 @@ // */ // p() { } // /** -// * {@link n} -// * @see {n} -// * {@link C.n} -// * @see {C.n} -// * {@link C#n} -// * @see {C#n} -// * {@link C.prototype.n} -// * @see {C.prototype.n} -// */ -// q() { } -// /** -// * {@link s} -// * @see {s} -// * {@link C.s} -// * @see {C.s} -// */ -// r() { } -// } -// -// interface I { -// a() -// b: 1 -// /** -// * {@link a} -// * @see {a} -// * {@link I.a} -// * @see {I.a} -// * {@link I#a} -// * @see {I#a} -// */ -// c() -// /** -// * {@link b} -// * @see {b} -// * {@link I.b} -// * @see {I.b} -// */ -// d() -// } -// -// function nestor() { -// /** {@link r2} */ -// function ref() { } -// /** @see {r2} */ -// function d3() { } -// function r2() { } -// } +// --- (line: 17) skipped --- // === Definitions === // === /tests/cases/fourslash/findAllReferencesLinkTag1.ts === @@ -71,64 +25,7 @@ // n = 1 // static s() { } // /** - // * {@link m} - // * @see {m} - // * {@link C.m} - // * @see {C.m} - // * {@link C#m} - // * @see {C#m} - // * {@link C.prototype.m} - // * @see {C.prototype.m} - // */ - // p() { } - // /** - // * {@link n} - // * @see {n} - // * {@link C.n} - // * @see {C.n} - // * {@link C#n} - // * @see {C#n} - // * {@link C.prototype.n} - // * @see {C.prototype.n} - // */ - // q() { } - // /** - // * {@link s} - // * @see {s} - // * {@link C.s} - // * @see {C.s} - // */ - // r() { } - // } - // - // interface I { - // a() - // b: 1 - // /** - // * {@link a} - // * @see {a} - // * {@link I.a} - // * @see {I.a} - // * {@link I#a} - // * @see {I#a} - // */ - // c() - // /** - // * {@link b} - // * @see {b} - // * {@link I.b} - // * @see {I.b} - // */ - // d() - // } - // - // function nestor() { - // /** {@link r2} */ - // function ref() { } - // /** @see {r2} */ - // function d3() { } - // function r2() { } - // } + // --- (line: 6) skipped --- // === Details === [ @@ -200,13 +97,9 @@ // static s() { } // /** // * {@link m} -// * @see {m} -// * {@link C.m} -// * @see {C.m} -// * {@link C#m} -// * @see {C#m} -// * {@link C.prototype.m} -// * @see {C.prototype.m} +// --- (line: 7) skipped --- + +// --- (line: 13) skipped --- // */ // p() { } // /** @@ -221,42 +114,7 @@ // */ // q() { } // /** -// * {@link s} -// * @see {s} -// * {@link C.s} -// * @see {C.s} -// */ -// r() { } -// } -// -// interface I { -// a() -// b: 1 -// /** -// * {@link a} -// * @see {a} -// * {@link I.a} -// * @see {I.a} -// * {@link I#a} -// * @see {I#a} -// */ -// c() -// /** -// * {@link b} -// * @see {b} -// * {@link I.b} -// * @see {I.b} -// */ -// d() -// } -// -// function nestor() { -// /** {@link r2} */ -// function ref() { } -// /** @see {r2} */ -// function d3() { } -// function r2() { } -// } +// --- (line: 28) skipped --- // === Definitions === // === /tests/cases/fourslash/findAllReferencesLinkTag1.ts === @@ -266,63 +124,7 @@ // static s() { } // /** // * {@link m} - // * @see {m} - // * {@link C.m} - // * @see {C.m} - // * {@link C#m} - // * @see {C#m} - // * {@link C.prototype.m} - // * @see {C.prototype.m} - // */ - // p() { } - // /** - // * {@link n} - // * @see {n} - // * {@link C.n} - // * @see {C.n} - // * {@link C#n} - // * @see {C#n} - // * {@link C.prototype.n} - // * @see {C.prototype.n} - // */ - // q() { } - // /** - // * {@link s} - // * @see {s} - // * {@link C.s} - // * @see {C.s} - // */ - // r() { } - // } - // - // interface I { - // a() - // b: 1 - // /** - // * {@link a} - // * @see {a} - // * {@link I.a} - // * @see {I.a} - // * {@link I#a} - // * @see {I#a} - // */ - // c() - // /** - // * {@link b} - // * @see {b} - // * {@link I.b} - // * @see {I.b} - // */ - // d() - // } - // - // function nestor() { - // /** {@link r2} */ - // function ref() { } - // /** @see {r2} */ - // function d3() { } - // function r2() { } - // } + // --- (line: 7) skipped --- // === Details === [ @@ -387,23 +189,9 @@ // /** // * {@link m} // * @see {m} -// * {@link C.m} -// * @see {C.m} -// * {@link C#m} -// * @see {C#m} -// * {@link C.prototype.m} -// * @see {C.prototype.m} -// */ -// p() { } -// /** -// * {@link n} -// * @see {n} -// * {@link C.n} -// * @see {C.n} -// * {@link C#n} -// * @see {C#n} -// * {@link C.prototype.n} -// * @see {C.prototype.n} +// --- (line: 8) skipped --- + +// --- (line: 24) skipped --- // */ // q() { } // /** @@ -414,35 +202,7 @@ // */ // r() { } // } -// -// interface I { -// a() -// b: 1 -// /** -// * {@link a} -// * @see {a} -// * {@link I.a} -// * @see {I.a} -// * {@link I#a} -// * @see {I#a} -// */ -// c() -// /** -// * {@link b} -// * @see {b} -// * {@link I.b} -// * @see {I.b} -// */ -// d() -// } -// -// function nestor() { -// /** {@link r2} */ -// function ref() { } -// /** @see {r2} */ -// function d3() { } -// function r2() { } -// } +// --- (line: 35) skipped --- // === Definitions === // === /tests/cases/fourslash/findAllReferencesLinkTag1.ts === @@ -453,62 +213,7 @@ // /** // * {@link m} // * @see {m} - // * {@link C.m} - // * @see {C.m} - // * {@link C#m} - // * @see {C#m} - // * {@link C.prototype.m} - // * @see {C.prototype.m} - // */ - // p() { } - // /** - // * {@link n} - // * @see {n} - // * {@link C.n} - // * @see {C.n} - // * {@link C#n} - // * @see {C#n} - // * {@link C.prototype.n} - // * @see {C.prototype.n} - // */ - // q() { } - // /** - // * {@link s} - // * @see {s} - // * {@link C.s} - // * @see {C.s} - // */ - // r() { } - // } - // - // interface I { - // a() - // b: 1 - // /** - // * {@link a} - // * @see {a} - // * {@link I.a} - // * @see {I.a} - // * {@link I#a} - // * @see {I#a} - // */ - // c() - // /** - // * {@link b} - // * @see {b} - // * {@link I.b} - // * @see {I.b} - // */ - // d() - // } - // - // function nestor() { - // /** {@link r2} */ - // function ref() { } - // /** @see {r2} */ - // function d3() { } - // function r2() { } - // } + // --- (line: 8) skipped --- // === Details === [ @@ -574,39 +279,7 @@ // === findAllReferences === // === /tests/cases/fourslash/findAllReferencesLinkTag1.ts === -// class C { -// m() { } -// n = 1 -// static s() { } -// /** -// * {@link m} -// * @see {m} -// * {@link C.m} -// * @see {C.m} -// * {@link C#m} -// * @see {C#m} -// * {@link C.prototype.m} -// * @see {C.prototype.m} -// */ -// p() { } -// /** -// * {@link n} -// * @see {n} -// * {@link C.n} -// * @see {C.n} -// * {@link C#n} -// * @see {C#n} -// * {@link C.prototype.n} -// * @see {C.prototype.n} -// */ -// q() { } -// /** -// * {@link s} -// * @see {s} -// * {@link C.s} -// * @see {C.s} -// */ -// r() { } +// --- (line: 33) skipped --- // } // // interface I { @@ -622,57 +295,11 @@ // */ // c() // /** -// * {@link b} -// * @see {b} -// * {@link I.b} -// * @see {I.b} -// */ -// d() -// } -// -// function nestor() { -// /** {@link r2} */ -// function ref() { } -// /** @see {r2} */ -// function d3() { } -// function r2() { } -// } +// --- (line: 49) skipped --- // === Definitions === // === /tests/cases/fourslash/findAllReferencesLinkTag1.ts === - // class C { - // m() { } - // n = 1 - // static s() { } - // /** - // * {@link m} - // * @see {m} - // * {@link C.m} - // * @see {C.m} - // * {@link C#m} - // * @see {C#m} - // * {@link C.prototype.m} - // * @see {C.prototype.m} - // */ - // p() { } - // /** - // * {@link n} - // * @see {n} - // * {@link C.n} - // * @see {C.n} - // * {@link C#n} - // * @see {C#n} - // * {@link C.prototype.n} - // * @see {C.prototype.n} - // */ - // q() { } - // /** - // * {@link s} - // * @see {s} - // * {@link C.s} - // * @see {C.s} - // */ - // r() { } + // --- (line: 33) skipped --- // } // // interface I { @@ -680,29 +307,7 @@ // b: 1 // /** // * {@link a} - // * @see {a} - // * {@link I.a} - // * @see {I.a} - // * {@link I#a} - // * @see {I#a} - // */ - // c() - // /** - // * {@link b} - // * @see {b} - // * {@link I.b} - // * @see {I.b} - // */ - // d() - // } - // - // function nestor() { - // /** {@link r2} */ - // function ref() { } - // /** @see {r2} */ - // function d3() { } - // function r2() { } - // } + // --- (line: 41) skipped --- // === Details === [ @@ -766,42 +371,9 @@ -// === findAllReferences === -// === /tests/cases/fourslash/findAllReferencesLinkTag1.ts === -// class C { -// m() { } -// n = 1 -// static s() { } -// /** -// * {@link m} -// * @see {m} -// * {@link C.m} -// * @see {C.m} -// * {@link C#m} -// * @see {C#m} -// * {@link C.prototype.m} -// * @see {C.prototype.m} -// */ -// p() { } -// /** -// * {@link n} -// * @see {n} -// * {@link C.n} -// * @see {C.n} -// * {@link C#n} -// * @see {C#n} -// * {@link C.prototype.n} -// * @see {C.prototype.n} -// */ -// q() { } -// /** -// * {@link s} -// * @see {s} -// * {@link C.s} -// * @see {C.s} -// */ -// r() { } -// } +// === findAllReferences === +// === /tests/cases/fourslash/findAllReferencesLinkTag1.ts === +// --- (line: 34) skipped --- // // interface I { // a() @@ -809,10 +381,9 @@ // /** // * {@link a} // * @see {a} -// * {@link I.a} -// * @see {I.a} -// * {@link I#a} -// * @see {I#a} +// --- (line: 42) skipped --- + +// --- (line: 45) skipped --- // */ // c() // /** @@ -823,51 +394,11 @@ // */ // d() // } -// -// function nestor() { -// /** {@link r2} */ -// function ref() { } -// /** @see {r2} */ -// function d3() { } -// function r2() { } -// } +// --- (line: 56) skipped --- // === Definitions === // === /tests/cases/fourslash/findAllReferencesLinkTag1.ts === - // class C { - // m() { } - // n = 1 - // static s() { } - // /** - // * {@link m} - // * @see {m} - // * {@link C.m} - // * @see {C.m} - // * {@link C#m} - // * @see {C#m} - // * {@link C.prototype.m} - // * @see {C.prototype.m} - // */ - // p() { } - // /** - // * {@link n} - // * @see {n} - // * {@link C.n} - // * @see {C.n} - // * {@link C#n} - // * @see {C#n} - // * {@link C.prototype.n} - // * @see {C.prototype.n} - // */ - // q() { } - // /** - // * {@link s} - // * @see {s} - // * {@link C.s} - // * @see {C.s} - // */ - // r() { } - // } + // --- (line: 34) skipped --- // // interface I { // a() @@ -875,28 +406,7 @@ // /** // * {@link a} // * @see {a} - // * {@link I.a} - // * @see {I.a} - // * {@link I#a} - // * @see {I#a} - // */ - // c() - // /** - // * {@link b} - // * @see {b} - // * {@link I.b} - // * @see {I.b} - // */ - // d() - // } - // - // function nestor() { - // /** {@link r2} */ - // function ref() { } - // /** @see {r2} */ - // function d3() { } - // function r2() { } - // } + // --- (line: 42) skipped --- // === Details === [ @@ -954,60 +464,7 @@ // === findAllReferences === // === /tests/cases/fourslash/findAllReferencesLinkTag1.ts === -// class C { -// m() { } -// n = 1 -// static s() { } -// /** -// * {@link m} -// * @see {m} -// * {@link C.m} -// * @see {C.m} -// * {@link C#m} -// * @see {C#m} -// * {@link C.prototype.m} -// * @see {C.prototype.m} -// */ -// p() { } -// /** -// * {@link n} -// * @see {n} -// * {@link C.n} -// * @see {C.n} -// * {@link C#n} -// * @see {C#n} -// * {@link C.prototype.n} -// * @see {C.prototype.n} -// */ -// q() { } -// /** -// * {@link s} -// * @see {s} -// * {@link C.s} -// * @see {C.s} -// */ -// r() { } -// } -// -// interface I { -// a() -// b: 1 -// /** -// * {@link a} -// * @see {a} -// * {@link I.a} -// * @see {I.a} -// * {@link I#a} -// * @see {I#a} -// */ -// c() -// /** -// * {@link b} -// * @see {b} -// * {@link I.b} -// * @see {I.b} -// */ -// d() +// --- (line: 54) skipped --- // } // // function nestor() { @@ -1020,64 +477,7 @@ // === Definitions === // === /tests/cases/fourslash/findAllReferencesLinkTag1.ts === - // class C { - // m() { } - // n = 1 - // static s() { } - // /** - // * {@link m} - // * @see {m} - // * {@link C.m} - // * @see {C.m} - // * {@link C#m} - // * @see {C#m} - // * {@link C.prototype.m} - // * @see {C.prototype.m} - // */ - // p() { } - // /** - // * {@link n} - // * @see {n} - // * {@link C.n} - // * @see {C.n} - // * {@link C#n} - // * @see {C#n} - // * {@link C.prototype.n} - // * @see {C.prototype.n} - // */ - // q() { } - // /** - // * {@link s} - // * @see {s} - // * {@link C.s} - // * @see {C.s} - // */ - // r() { } - // } - // - // interface I { - // a() - // b: 1 - // /** - // * {@link a} - // * @see {a} - // * {@link I.a} - // * @see {I.a} - // * {@link I#a} - // * @see {I#a} - // */ - // c() - // /** - // * {@link b} - // * @see {b} - // * {@link I.b} - // * @see {I.b} - // */ - // d() - // } - // - // function nestor() { - // /** {@link r2} */ + // --- (line: 58) skipped --- // function ref() { } // /** @see {r2} */ // function d3() { } @@ -1177,32 +577,7 @@ // // interface I { // a() -// b: 1 -// /** -// * {@link a} -// * @see {a} -// * {@link I.a} -// * @see {I.a} -// * {@link I#a} -// * @see {I#a} -// */ -// c() -// /** -// * {@link b} -// * @see {b} -// * {@link I.b} -// * @see {I.b} -// */ -// d() -// } -// -// function nestor() { -// /** {@link r2} */ -// function ref() { } -// /** @see {r2} */ -// function d3() { } -// function r2() { } -// } +// --- (line: 38) skipped --- // === Definitions === // === /tests/cases/fourslash/findAllReferencesLinkTag1.ts === @@ -1243,32 +618,7 @@ // // interface I { // a() - // b: 1 - // /** - // * {@link a} - // * @see {a} - // * {@link I.a} - // * @see {I.a} - // * {@link I#a} - // * @see {I#a} - // */ - // c() - // /** - // * {@link b} - // * @see {b} - // * {@link I.b} - // * @see {I.b} - // */ - // d() - // } - // - // function nestor() { - // /** {@link r2} */ - // function ref() { } - // /** @see {r2} */ - // function d3() { } - // function r2() { } - // } + // --- (line: 38) skipped --- // === Details === [ @@ -1298,38 +648,7 @@ // === findAllReferences === // === /tests/cases/fourslash/findAllReferencesLinkTag1.ts === -// class C { -// m() { } -// n = 1 -// static s() { } -// /** -// * {@link m} -// * @see {m} -// * {@link C.m} -// * @see {C.m} -// * {@link C#m} -// * @see {C#m} -// * {@link C.prototype.m} -// * @see {C.prototype.m} -// */ -// p() { } -// /** -// * {@link n} -// * @see {n} -// * {@link C.n} -// * @see {C.n} -// * {@link C#n} -// * @see {C#n} -// * {@link C.prototype.n} -// * @see {C.prototype.n} -// */ -// q() { } -// /** -// * {@link s} -// * @see {s} -// * {@link C.s} -// * @see {C.s} -// */ +// --- (line: 32) skipped --- // r() { } // } // @@ -1356,46 +675,11 @@ // // function nestor() { // /** {@link r2} */ -// function ref() { } -// /** @see {r2} */ -// function d3() { } -// function r2() { } -// } +// --- (line: 59) skipped --- // === Definitions === // === /tests/cases/fourslash/findAllReferencesLinkTag1.ts === - // class C { - // m() { } - // n = 1 - // static s() { } - // /** - // * {@link m} - // * @see {m} - // * {@link C.m} - // * @see {C.m} - // * {@link C#m} - // * @see {C#m} - // * {@link C.prototype.m} - // * @see {C.prototype.m} - // */ - // p() { } - // /** - // * {@link n} - // * @see {n} - // * {@link C.n} - // * @see {C.n} - // * {@link C#n} - // * @see {C#n} - // * {@link C.prototype.n} - // * @see {C.prototype.n} - // */ - // q() { } - // /** - // * {@link s} - // * @see {s} - // * {@link C.s} - // * @see {C.s} - // */ + // --- (line: 32) skipped --- // r() { } // } // @@ -1422,11 +706,7 @@ // // function nestor() { // /** {@link r2} */ - // function ref() { } - // /** @see {r2} */ - // function d3() { } - // function r2() { } - // } + // --- (line: 59) skipped --- // === Details === [ diff --git a/tests/baselines/reference/findAllReferencesLinkTag2.baseline.jsonc b/tests/baselines/reference/findAllReferencesLinkTag2.baseline.jsonc index 87aa64c4e5da9..b7eb566e4b741 100644 --- a/tests/baselines/reference/findAllReferencesLinkTag2.baseline.jsonc +++ b/tests/baselines/reference/findAllReferencesLinkTag2.baseline.jsonc @@ -13,19 +13,7 @@ // * @see {Consider#This#show} // * {@link Consider.This.show} // * @see {NPR.Consider#This#show} -// * {@link NPR.Consider.This#show} -// * @see {NPR.Consider#This.show} # doesn't parse trailing . -// * @see {NPR.Consider.This.show} -// */ -// export function ref() { } -// } -// /** -// * {@link NPR.Consider#This#show hello hello} -// * {@link NPR.Consider.This#show} -// * @see {NPR.Consider#This.show} # doesn't parse trailing . -// * @see {NPR.Consider.This.show} -// */ -// export function outerref() { } +// --- (line: 14) skipped --- // === Definitions === // === /tests/cases/fourslash/findAllReferencesLinkTag2.ts === @@ -38,23 +26,7 @@ // } // /** // * @see {Consider.prototype.m} - // * {@link Consider#m} - // * @see {Consider#This#show} - // * {@link Consider.This.show} - // * @see {NPR.Consider#This#show} - // * {@link NPR.Consider.This#show} - // * @see {NPR.Consider#This.show} # doesn't parse trailing . - // * @see {NPR.Consider.This.show} - // */ - // export function ref() { } - // } - // /** - // * {@link NPR.Consider#This#show hello hello} - // * {@link NPR.Consider.This#show} - // * @see {NPR.Consider#This.show} # doesn't parse trailing . - // * @see {NPR.Consider.This.show} - // */ - // export function outerref() { } + // --- (line: 10) skipped --- // === Details === [ @@ -164,25 +136,7 @@ // } // m() { } // } - // /** - // * @see {Consider.prototype.m} - // * {@link Consider#m} - // * @see {Consider#This#show} - // * {@link Consider.This.show} - // * @see {NPR.Consider#This#show} - // * {@link NPR.Consider.This#show} - // * @see {NPR.Consider#This.show} # doesn't parse trailing . - // * @see {NPR.Consider.This.show} - // */ - // export function ref() { } - // } - // /** - // * {@link NPR.Consider#This#show hello hello} - // * {@link NPR.Consider.This#show} - // * @see {NPR.Consider#This.show} # doesn't parse trailing . - // * @see {NPR.Consider.This.show} - // */ - // export function outerref() { } + // --- (line: 8) skipped --- // === Details === [ @@ -285,24 +239,7 @@ // m() { } // } // /** - // * @see {Consider.prototype.m} - // * {@link Consider#m} - // * @see {Consider#This#show} - // * {@link Consider.This.show} - // * @see {NPR.Consider#This#show} - // * {@link NPR.Consider.This#show} - // * @see {NPR.Consider#This.show} # doesn't parse trailing . - // * @see {NPR.Consider.This.show} - // */ - // export function ref() { } - // } - // /** - // * {@link NPR.Consider#This#show hello hello} - // * {@link NPR.Consider.This#show} - // * @see {NPR.Consider#This.show} # doesn't parse trailing . - // * @see {NPR.Consider.This.show} - // */ - // export function outerref() { } + // --- (line: 9) skipped --- // === Details === [ @@ -415,22 +352,7 @@ // /** // * @see {Consider.prototype.m} // * {@link Consider#m} - // * @see {Consider#This#show} - // * {@link Consider.This.show} - // * @see {NPR.Consider#This#show} - // * {@link NPR.Consider.This#show} - // * @see {NPR.Consider#This.show} # doesn't parse trailing . - // * @see {NPR.Consider.This.show} - // */ - // export function ref() { } - // } - // /** - // * {@link NPR.Consider#This#show hello hello} - // * {@link NPR.Consider.This#show} - // * @see {NPR.Consider#This.show} # doesn't parse trailing . - // * @see {NPR.Consider.This.show} - // */ - // export function outerref() { } + // --- (line: 11) skipped --- // === Details === [ @@ -472,11 +394,9 @@ // export class Consider { // This = class { // show() { } -// } -// m() { } -// } -// /** -// * @see {Consider.prototype.m} +// --- (line: 5) skipped --- + +// --- (line: 9) skipped --- // * {@link Consider#m} // * @see {Consider#This#show} // * {@link Consider.This.show} @@ -519,10 +439,7 @@ // /** // * {@link NPR.Consider#This#show hello hello} // * {@link NPR.Consider.This#show} - // * @see {NPR.Consider#This.show} # doesn't parse trailing . - // * @see {NPR.Consider.This.show} - // */ - // export function outerref() { } + // --- (line: 23) skipped --- // === Details === [ diff --git a/tests/baselines/reference/findAllReferencesLinkTag3.baseline.jsonc b/tests/baselines/reference/findAllReferencesLinkTag3.baseline.jsonc index 9c639d7a2f440..6f1e9b0a4c903 100644 --- a/tests/baselines/reference/findAllReferencesLinkTag3.baseline.jsonc +++ b/tests/baselines/reference/findAllReferencesLinkTag3.baseline.jsonc @@ -13,19 +13,7 @@ // * {@linkcode Consider#This#show} // * {@linkplain Consider.This.show} // * {@linkcode NPR.Consider#This#show} -// * {@linkplain NPR.Consider.This#show} -// * {@linkcode NPR.Consider#This.show} # doesn't parse trailing . -// * {@linkcode NPR.Consider.This.show} -// */ -// export function ref() { } -// } -// /** -// * {@linkplain NPR.Consider#This#show hello hello} -// * {@linkplain NPR.Consider.This#show} -// * {@linkcode NPR.Consider#This.show} # doesn't parse trailing . -// * {@linkcode NPR.Consider.This.show} -// */ -// export function outerref() { } +// --- (line: 14) skipped --- // === Definitions === // === /tests/cases/fourslash/findAllReferencesLinkTag3.ts === @@ -38,23 +26,7 @@ // } // /** // * {@linkcode Consider.prototype.m} - // * {@linkplain Consider#m} - // * {@linkcode Consider#This#show} - // * {@linkplain Consider.This.show} - // * {@linkcode NPR.Consider#This#show} - // * {@linkplain NPR.Consider.This#show} - // * {@linkcode NPR.Consider#This.show} # doesn't parse trailing . - // * {@linkcode NPR.Consider.This.show} - // */ - // export function ref() { } - // } - // /** - // * {@linkplain NPR.Consider#This#show hello hello} - // * {@linkplain NPR.Consider.This#show} - // * {@linkcode NPR.Consider#This.show} # doesn't parse trailing . - // * {@linkcode NPR.Consider.This.show} - // */ - // export function outerref() { } + // --- (line: 10) skipped --- // === Details === [ @@ -164,25 +136,7 @@ // } // m() { } // } - // /** - // * {@linkcode Consider.prototype.m} - // * {@linkplain Consider#m} - // * {@linkcode Consider#This#show} - // * {@linkplain Consider.This.show} - // * {@linkcode NPR.Consider#This#show} - // * {@linkplain NPR.Consider.This#show} - // * {@linkcode NPR.Consider#This.show} # doesn't parse trailing . - // * {@linkcode NPR.Consider.This.show} - // */ - // export function ref() { } - // } - // /** - // * {@linkplain NPR.Consider#This#show hello hello} - // * {@linkplain NPR.Consider.This#show} - // * {@linkcode NPR.Consider#This.show} # doesn't parse trailing . - // * {@linkcode NPR.Consider.This.show} - // */ - // export function outerref() { } + // --- (line: 8) skipped --- // === Details === [ @@ -285,24 +239,7 @@ // m() { } // } // /** - // * {@linkcode Consider.prototype.m} - // * {@linkplain Consider#m} - // * {@linkcode Consider#This#show} - // * {@linkplain Consider.This.show} - // * {@linkcode NPR.Consider#This#show} - // * {@linkplain NPR.Consider.This#show} - // * {@linkcode NPR.Consider#This.show} # doesn't parse trailing . - // * {@linkcode NPR.Consider.This.show} - // */ - // export function ref() { } - // } - // /** - // * {@linkplain NPR.Consider#This#show hello hello} - // * {@linkplain NPR.Consider.This#show} - // * {@linkcode NPR.Consider#This.show} # doesn't parse trailing . - // * {@linkcode NPR.Consider.This.show} - // */ - // export function outerref() { } + // --- (line: 9) skipped --- // === Details === [ @@ -415,22 +352,7 @@ // /** // * {@linkcode Consider.prototype.m} // * {@linkplain Consider#m} - // * {@linkcode Consider#This#show} - // * {@linkplain Consider.This.show} - // * {@linkcode NPR.Consider#This#show} - // * {@linkplain NPR.Consider.This#show} - // * {@linkcode NPR.Consider#This.show} # doesn't parse trailing . - // * {@linkcode NPR.Consider.This.show} - // */ - // export function ref() { } - // } - // /** - // * {@linkplain NPR.Consider#This#show hello hello} - // * {@linkplain NPR.Consider.This#show} - // * {@linkcode NPR.Consider#This.show} # doesn't parse trailing . - // * {@linkcode NPR.Consider.This.show} - // */ - // export function outerref() { } + // --- (line: 11) skipped --- // === Details === [ @@ -472,11 +394,9 @@ // export class Consider { // This = class { // show() { } -// } -// m() { } -// } -// /** -// * {@linkcode Consider.prototype.m} +// --- (line: 5) skipped --- + +// --- (line: 9) skipped --- // * {@linkplain Consider#m} // * {@linkcode Consider#This#show} // * {@linkplain Consider.This.show} @@ -519,10 +439,7 @@ // /** // * {@linkplain NPR.Consider#This#show hello hello} // * {@linkplain NPR.Consider.This#show} - // * {@linkcode NPR.Consider#This.show} # doesn't parse trailing . - // * {@linkcode NPR.Consider.This.show} - // */ - // export function outerref() { } + // --- (line: 23) skipped --- // === Details === [ diff --git a/tests/baselines/reference/findAllReferencesOfConstructor.baseline.jsonc b/tests/baselines/reference/findAllReferencesOfConstructor.baseline.jsonc index 708648bf98ed8..4037d49c51844 100644 --- a/tests/baselines/reference/findAllReferencesOfConstructor.baseline.jsonc +++ b/tests/baselines/reference/findAllReferencesOfConstructor.baseline.jsonc @@ -30,10 +30,7 @@ // super.method(); // } // method() { super(); } -// } -// class E implements C { -// constructor() { super(); } -// } +// --- (line: 8) skipped --- // === Definitions === // === /tests/cases/fourslash/a.ts === @@ -59,13 +56,7 @@ // class D extends C { // constructor() { // super(); - // super.method(); - // } - // method() { super(); } - // } - // class E implements C { - // constructor() { super(); } - // } + // --- (line: 5) skipped --- // === Details === [ @@ -232,10 +223,7 @@ // super.method(); // } // method() { super(); } -// } -// class E implements C { -// constructor() { super(); } -// } +// --- (line: 8) skipped --- // === Definitions === // === /tests/cases/fourslash/a.ts === @@ -261,13 +249,7 @@ // class D extends C { // constructor() { // super(); - // super.method(); - // } - // method() { super(); } - // } - // class E implements C { - // constructor() { super(); } - // } + // --- (line: 5) skipped --- // === Details === [ @@ -434,10 +416,7 @@ // super.method(); // } // method() { super(); } -// } -// class E implements C { -// constructor() { super(); } -// } +// --- (line: 8) skipped --- // === Definitions === // === /tests/cases/fourslash/a.ts === @@ -463,13 +442,7 @@ // class D extends C { // constructor() { // super(); - // super.method(); - // } - // method() { super(); } - // } - // class E implements C { - // constructor() { super(); } - // } + // --- (line: 5) skipped --- // === Details === [ diff --git a/tests/baselines/reference/findAllRefsClassStaticBlocks.baseline.jsonc b/tests/baselines/reference/findAllRefsClassStaticBlocks.baseline.jsonc index 2cc95bda59feb..8e27617238bff 100644 --- a/tests/baselines/reference/findAllRefsClassStaticBlocks.baseline.jsonc +++ b/tests/baselines/reference/findAllRefsClassStaticBlocks.baseline.jsonc @@ -80,9 +80,7 @@ // === findAllReferences === // === /tests/cases/fourslash/findAllRefsClassStaticBlocks.ts === -// class ClassStaticBocks { -// static x; -// static {} +// --- (line: 3) skipped --- // static y; // static {} // static y; @@ -91,9 +89,7 @@ // === Definitions === // === /tests/cases/fourslash/findAllRefsClassStaticBlocks.ts === - // class ClassStaticBocks { - // static x; - // static {} + // --- (line: 3) skipped --- // static y; // static {} // static y; diff --git a/tests/baselines/reference/findAllRefsClassWithStaticThisAccess.baseline.jsonc b/tests/baselines/reference/findAllRefsClassWithStaticThisAccess.baseline.jsonc index 37bb3ca3f06fb..e77c5a8cec786 100644 --- a/tests/baselines/reference/findAllRefsClassWithStaticThisAccess.baseline.jsonc +++ b/tests/baselines/reference/findAllRefsClassWithStaticThisAccess.baseline.jsonc @@ -74,11 +74,7 @@ // } // static get f() { // return this; - // - // function inner() { this; } - // class Inner { x = this; } - // } - // } + // --- (line: 7) skipped --- // === Details === [ diff --git a/tests/baselines/reference/findAllRefsForDefaultExport02.baseline.jsonc b/tests/baselines/reference/findAllRefsForDefaultExport02.baseline.jsonc index a3f81ae3f2028..c48bed0df7c8b 100644 --- a/tests/baselines/reference/findAllRefsForDefaultExport02.baseline.jsonc +++ b/tests/baselines/reference/findAllRefsForDefaultExport02.baseline.jsonc @@ -19,10 +19,7 @@ // // var x: typeof DefaultExportedFunction; // - // var y = DefaultExportedFunction(); - // - // namespace DefaultExportedFunction { - // } + // --- (line: 7) skipped --- // === Details === [ @@ -119,10 +116,7 @@ // // var x: typeof DefaultExportedFunction; // - // var y = DefaultExportedFunction(); - // - // namespace DefaultExportedFunction { - // } + // --- (line: 7) skipped --- // === Details === [ @@ -219,10 +213,7 @@ // // var x: typeof DefaultExportedFunction; // - // var y = DefaultExportedFunction(); - // - // namespace DefaultExportedFunction { - // } + // --- (line: 7) skipped --- // === Details === [ @@ -500,11 +491,7 @@ // === findAllReferences === // === /tests/cases/fourslash/findAllRefsForDefaultExport02.ts === -// export default function DefaultExportedFunction() { -// return DefaultExportedFunction; -// } -// -// var x: typeof DefaultExportedFunction; +// --- (line: 5) skipped --- // // var y = DefaultExportedFunction(); // @@ -552,11 +539,7 @@ // === findAllReferences === // === /tests/cases/fourslash/findAllRefsForDefaultExport02.ts === -// export default function DefaultExportedFunction() { -// return DefaultExportedFunction; -// } -// -// var x: typeof DefaultExportedFunction; +// --- (line: 5) skipped --- // // var y = DefaultExportedFunction(); // diff --git a/tests/baselines/reference/findAllRefsForDefaultExport03.baseline.jsonc b/tests/baselines/reference/findAllRefsForDefaultExport03.baseline.jsonc index 40c33fa2a5c9e..5f4f5ea34bee5 100644 --- a/tests/baselines/reference/findAllRefsForDefaultExport03.baseline.jsonc +++ b/tests/baselines/reference/findAllRefsForDefaultExport03.baseline.jsonc @@ -22,13 +22,7 @@ // // export default f; // - // var x: typeof f; - // - // var y = f(); - // - // namespace f { - // var local = 100; - // } + // --- (line: 7) skipped --- // === Details === [ @@ -116,13 +110,7 @@ // // export default f; // - // var x: typeof f; - // - // var y = f(); - // - // namespace f { - // var local = 100; - // } + // --- (line: 7) skipped --- // === Details === [ @@ -212,11 +200,7 @@ // // var x: typeof f; // - // var y = f(); - // - // namespace f { - // var local = 100; - // } + // --- (line: 9) skipped --- // === Details === [ @@ -306,11 +290,7 @@ // // var x: typeof f; // - // var y = f(); - // - // namespace f { - // var local = 100; - // } + // --- (line: 9) skipped --- // === Details === [ @@ -402,9 +382,7 @@ // // var y = f(); // - // namespace f { - // var local = 100; - // } + // --- (line: 11) skipped --- // === Details === [ diff --git a/tests/baselines/reference/findAllRefsForDefaultExport08.baseline.jsonc b/tests/baselines/reference/findAllRefsForDefaultExport08.baseline.jsonc index b604361c04d41..6517a020c918d 100644 --- a/tests/baselines/reference/findAllRefsForDefaultExport08.baseline.jsonc +++ b/tests/baselines/reference/findAllRefsForDefaultExport08.baseline.jsonc @@ -1,9 +1,6 @@ // === findAllReferences === // === /tests/cases/fourslash/findAllRefsForDefaultExport08.ts === -// export default class DefaultExportedClass { -// } -// -// var x: DefaultExportedClass; +// --- (line: 4) skipped --- // // var y = new DefaultExportedClass; // diff --git a/tests/baselines/reference/findAllRefsForDefaultExport09.baseline.jsonc b/tests/baselines/reference/findAllRefsForDefaultExport09.baseline.jsonc index f06a5eef94203..d282b90c31ef5 100644 --- a/tests/baselines/reference/findAllRefsForDefaultExport09.baseline.jsonc +++ b/tests/baselines/reference/findAllRefsForDefaultExport09.baseline.jsonc @@ -4,11 +4,7 @@ // import aDefault from "./a.js" // import * as b from "./b.js" // import bDefault from "./b.js" -// -// import * as c from "./c" -// import cDefault from "./c" -// import * as d from "./d" -// import dDefault from "./d" +// --- (line: 5) skipped --- // === Definitions === // === /foo.ts === @@ -16,11 +12,7 @@ // import aDefault from "./a.js" // import * as b from "./b.js" // import bDefault from "./b.js" - // - // import * as c from "./c" - // import cDefault from "./c" - // import * as d from "./d" - // import dDefault from "./d" + // --- (line: 5) skipped --- // === Details === [ @@ -55,10 +47,7 @@ // import * as b from "./b.js" // import bDefault from "./b.js" // -// import * as c from "./c" -// import cDefault from "./c" -// import * as d from "./d" -// import dDefault from "./d" +// --- (line: 6) skipped --- // === Definitions === // === /foo.ts === @@ -67,10 +56,7 @@ // import * as b from "./b.js" // import bDefault from "./b.js" // - // import * as c from "./c" - // import cDefault from "./c" - // import * as d from "./d" - // import dDefault from "./d" + // --- (line: 6) skipped --- // === Details === [ @@ -106,9 +92,7 @@ // import bDefault from "./b.js" // // import * as c from "./c" -// import cDefault from "./c" -// import * as d from "./d" -// import dDefault from "./d" +// --- (line: 7) skipped --- // === Definitions === // === /foo.ts === @@ -118,9 +102,7 @@ // import bDefault from "./b.js" // // import * as c from "./c" - // import cDefault from "./c" - // import * as d from "./d" - // import dDefault from "./d" + // --- (line: 7) skipped --- // === Details === [ @@ -250,9 +232,7 @@ // === findAllReferences === // === /foo.ts === -// import * as a from "./a.js" -// import aDefault from "./a.js" -// import * as b from "./b.js" +// --- (line: 3) skipped --- // import bDefault from "./b.js" // // import * as c from "./c" @@ -262,9 +242,7 @@ // === Definitions === // === /foo.ts === - // import * as a from "./a.js" - // import aDefault from "./a.js" - // import * as b from "./b.js" + // --- (line: 3) skipped --- // import bDefault from "./b.js" // // import * as c from "./c" @@ -300,10 +278,7 @@ // === findAllReferences === // === /foo.ts === -// import * as a from "./a.js" -// import aDefault from "./a.js" -// import * as b from "./b.js" -// import bDefault from "./b.js" +// --- (line: 4) skipped --- // // import * as c from "./c" // import cDefault from "./c" @@ -312,10 +287,7 @@ // === Definitions === // === /foo.ts === - // import * as a from "./a.js" - // import aDefault from "./a.js" - // import * as b from "./b.js" - // import bDefault from "./b.js" + // --- (line: 4) skipped --- // // import * as c from "./c" // import cDefault from "./c" @@ -350,11 +322,7 @@ // === findAllReferences === // === /foo.ts === -// import * as a from "./a.js" -// import aDefault from "./a.js" -// import * as b from "./b.js" -// import bDefault from "./b.js" -// +// --- (line: 5) skipped --- // import * as c from "./c" // import cDefault from "./c" // import * as d from "./d" @@ -362,11 +330,7 @@ // === Definitions === // === /foo.ts === - // import * as a from "./a.js" - // import aDefault from "./a.js" - // import * as b from "./b.js" - // import bDefault from "./b.js" - // + // --- (line: 5) skipped --- // import * as c from "./c" // import cDefault from "./c" // import * as d from "./d" diff --git a/tests/baselines/reference/findAllRefsForDefaultKeyword.baseline.jsonc b/tests/baselines/reference/findAllRefsForDefaultKeyword.baseline.jsonc index 7c6c8c88bbd62..3c4487a2a944a 100644 --- a/tests/baselines/reference/findAllRefsForDefaultKeyword.baseline.jsonc +++ b/tests/baselines/reference/findAllRefsForDefaultKeyword.baseline.jsonc @@ -4,13 +4,7 @@ // // const default = 1; // -// function default() {} -// -// class default {} -// -// const foo = { -// default: 1 -// } +// --- (line: 5) skipped --- @@ -22,11 +16,7 @@ // // function default() {} // -// class default {} -// -// const foo = { -// default: 1 -// } +// --- (line: 7) skipped --- @@ -40,17 +30,13 @@ // // class default {} // -// const foo = { -// default: 1 -// } +// --- (line: 9) skipped --- // === findAllReferences === // === /tests/cases/fourslash/findAllRefsForDefaultKeyword.ts === -// function f(value: string, default: string) {} -// -// const default = 1; +// --- (line: 3) skipped --- // // function default() {} // @@ -64,12 +50,7 @@ // === findAllReferences === // === /tests/cases/fourslash/findAllRefsForDefaultKeyword.ts === -// function f(value: string, default: string) {} -// -// const default = 1; -// -// function default() {} -// +// --- (line: 6) skipped --- // class default {} // // const foo = { @@ -78,12 +59,7 @@ // === Definitions === // === /tests/cases/fourslash/findAllRefsForDefaultKeyword.ts === - // function f(value: string, default: string) {} - // - // const default = 1; - // - // function default() {} - // + // --- (line: 6) skipped --- // class default {} // // const foo = { diff --git a/tests/baselines/reference/findAllRefsForObjectLiteralProperties.baseline.jsonc b/tests/baselines/reference/findAllRefsForObjectLiteralProperties.baseline.jsonc index 81acdd6790346..6e1fe2d8ad6c4 100644 --- a/tests/baselines/reference/findAllRefsForObjectLiteralProperties.baseline.jsonc +++ b/tests/baselines/reference/findAllRefsForObjectLiteralProperties.baseline.jsonc @@ -140,9 +140,7 @@ // === findAllReferences === // === /tests/cases/fourslash/findAllRefsForObjectLiteralProperties.ts === -// var x = { -// property: {} -// }; +// --- (line: 3) skipped --- // // x.property; // diff --git a/tests/baselines/reference/findAllRefsForObjectSpread.baseline.jsonc b/tests/baselines/reference/findAllRefsForObjectSpread.baseline.jsonc index 239e6e66391d1..74284070faa79 100644 --- a/tests/baselines/reference/findAllRefsForObjectSpread.baseline.jsonc +++ b/tests/baselines/reference/findAllRefsForObjectSpread.baseline.jsonc @@ -14,9 +14,7 @@ // interface A2 { a?: number }; // let a1: A1; // let a2: A2; - // let a12 = { ...a1, ...a2 }; - // a12.a; - // a1.a; + // --- (line: 5) skipped --- // === Details === [ diff --git a/tests/baselines/reference/findAllRefsForStaticInstanceMethodInheritance.baseline.jsonc b/tests/baselines/reference/findAllRefsForStaticInstanceMethodInheritance.baseline.jsonc index 951939f3d1570..7ac717d94980f 100644 --- a/tests/baselines/reference/findAllRefsForStaticInstanceMethodInheritance.baseline.jsonc +++ b/tests/baselines/reference/findAllRefsForStaticInstanceMethodInheritance.baseline.jsonc @@ -38,13 +38,7 @@ // } // // const x = new X(); - // const y = new Y(); - // const z = new Z(); - // x.foo(); - // y.foo(); - // z.foo(); - // Y.foo(); - // Z.foo(); + // --- (line: 15) skipped --- // === Details === [ @@ -177,13 +171,9 @@ // } // // class Z extends Y{ -// static foo(): void{} -// foo(): void{} -// } -// -// const x = new X(); -// const y = new Y(); -// const z = new Z(); +// --- (line: 10) skipped --- + +// --- (line: 16) skipped --- // x.foo(); // y.foo(); // z.foo(); @@ -201,18 +191,7 @@ // } // // class Z extends Y{ - // static foo(): void{} - // foo(): void{} - // } - // - // const x = new X(); - // const y = new Y(); - // const z = new Z(); - // x.foo(); - // y.foo(); - // z.foo(); - // Y.foo(); - // Z.foo(); + // --- (line: 10) skipped --- // === Details === [ @@ -278,12 +257,7 @@ // === findAllReferences === // === /tests/cases/fourslash/findAllRefsForStaticInstanceMethodInheritance.ts === -// class X{ -// foo(): void{} -// } -// -// class Y extends X{ -// static foo(): void{} +// --- (line: 6) skipped --- // } // // class Z extends Y{ @@ -291,10 +265,9 @@ // foo(): void{} // } // -// const x = new X(); -// const y = new Y(); -// const z = new Z(); -// x.foo(); +// --- (line: 14) skipped --- + +// --- (line: 17) skipped --- // y.foo(); // z.foo(); // Y.foo(); @@ -302,12 +275,7 @@ // === Definitions === // === /tests/cases/fourslash/findAllRefsForStaticInstanceMethodInheritance.ts === - // class X{ - // foo(): void{} - // } - // - // class Y extends X{ - // static foo(): void{} + // --- (line: 6) skipped --- // } // // class Z extends Y{ @@ -315,14 +283,7 @@ // foo(): void{} // } // - // const x = new X(); - // const y = new Y(); - // const z = new Z(); - // x.foo(); - // y.foo(); - // z.foo(); - // Y.foo(); - // Z.foo(); + // --- (line: 14) skipped --- // === Details === [ @@ -426,13 +387,7 @@ // } // // const x = new X(); - // const y = new Y(); - // const z = new Z(); - // x.foo(); - // y.foo(); - // z.foo(); - // Y.foo(); - // Z.foo(); + // --- (line: 15) skipped --- // === Details === [ diff --git a/tests/baselines/reference/findAllRefsForStaticInstancePropertyInheritance.baseline.jsonc b/tests/baselines/reference/findAllRefsForStaticInstancePropertyInheritance.baseline.jsonc index 6f85a33100445..87de7876b0dc5 100644 --- a/tests/baselines/reference/findAllRefsForStaticInstancePropertyInheritance.baseline.jsonc +++ b/tests/baselines/reference/findAllRefsForStaticInstancePropertyInheritance.baseline.jsonc @@ -38,13 +38,7 @@ // } // // const x = new X(); - // const y = new Y(); - // const z = new Z(); - // x.foo; - // y.foo; - // z.foo; - // Y.foo; - // Z.foo; + // --- (line: 15) skipped --- // === Details === [ @@ -161,13 +155,9 @@ // } // // class Z extends Y{ -// static foo:any -// foo:any -// } -// -// const x = new X(); -// const y = new Y(); -// const z = new Z(); +// --- (line: 10) skipped --- + +// --- (line: 16) skipped --- // x.foo; // y.foo; // z.foo; @@ -185,18 +175,7 @@ // } // // class Z extends Y{ - // static foo:any - // foo:any - // } - // - // const x = new X(); - // const y = new Y(); - // const z = new Z(); - // x.foo; - // y.foo; - // z.foo; - // Y.foo; - // Z.foo; + // --- (line: 10) skipped --- // === Details === [ @@ -254,12 +233,7 @@ // === findAllReferences === // === /tests/cases/fourslash/findAllRefsForStaticInstancePropertyInheritance.ts === -// class X{ -// foo:any -// } -// -// class Y extends X{ -// static foo:any +// --- (line: 6) skipped --- // } // // class Z extends Y{ @@ -267,10 +241,9 @@ // foo:any // } // -// const x = new X(); -// const y = new Y(); -// const z = new Z(); -// x.foo; +// --- (line: 14) skipped --- + +// --- (line: 17) skipped --- // y.foo; // z.foo; // Y.foo; @@ -278,12 +251,7 @@ // === Definitions === // === /tests/cases/fourslash/findAllRefsForStaticInstancePropertyInheritance.ts === - // class X{ - // foo:any - // } - // - // class Y extends X{ - // static foo:any + // --- (line: 6) skipped --- // } // // class Z extends Y{ @@ -291,14 +259,7 @@ // foo:any // } // - // const x = new X(); - // const y = new Y(); - // const z = new Z(); - // x.foo; - // y.foo; - // z.foo; - // Y.foo; - // Z.foo; + // --- (line: 14) skipped --- // === Details === [ @@ -394,13 +355,7 @@ // } // // const x = new X(); - // const y = new Y(); - // const z = new Z(); - // x.foo; - // y.foo; - // z.foo; - // Y.foo; - // Z.foo; + // --- (line: 15) skipped --- // === Details === [ @@ -973,13 +928,9 @@ // } // // class Z extends Y{ -// static foo:any -// foo:any -// } -// -// const x = new X(); -// const y = new Y(); -// const z = new Z(); +// --- (line: 10) skipped --- + +// --- (line: 16) skipped --- // x.foo; // y.foo; // z.foo; @@ -997,13 +948,9 @@ // } // // class Z extends Y{ - // static foo:any - // foo:any - // } - // - // const x = new X(); - // const y = new Y(); - // const z = new Z(); + // --- (line: 10) skipped --- + + // --- (line: 16) skipped --- // x.foo; // y.foo; // z.foo; @@ -1066,12 +1013,7 @@ // === findAllReferences === // === /tests/cases/fourslash/findAllRefsForStaticInstancePropertyInheritance.ts === -// class X{ -// foo:any -// } -// -// class Y extends X{ -// static foo:any +// --- (line: 6) skipped --- // } // // class Z extends Y{ @@ -1079,10 +1021,9 @@ // foo:any // } // -// const x = new X(); -// const y = new Y(); -// const z = new Z(); -// x.foo; +// --- (line: 14) skipped --- + +// --- (line: 17) skipped --- // y.foo; // z.foo; // Y.foo; @@ -1090,12 +1031,7 @@ // === Definitions === // === /tests/cases/fourslash/findAllRefsForStaticInstancePropertyInheritance.ts === - // class X{ - // foo:any - // } - // - // class Y extends X{ - // static foo:any + // --- (line: 6) skipped --- // } // // class Z extends Y{ @@ -1103,10 +1039,9 @@ // foo:any // } // - // const x = new X(); - // const y = new Y(); - // const z = new Z(); - // x.foo; + // --- (line: 14) skipped --- + + // --- (line: 17) skipped --- // y.foo; // z.foo; // Y.foo; diff --git a/tests/baselines/reference/findAllRefsForStringLiteral.baseline.jsonc b/tests/baselines/reference/findAllRefsForStringLiteral.baseline.jsonc index 53247f721aafc..50c2b5298b565 100644 --- a/tests/baselines/reference/findAllRefsForStringLiteral.baseline.jsonc +++ b/tests/baselines/reference/findAllRefsForStringLiteral.baseline.jsonc @@ -17,10 +17,7 @@ // } // /** // * @type {{ property: "foo"}} - // */ - // const obj: Foo = { - // property: "foo", - // } + // --- (line: 6) skipped --- // === Details === [ diff --git a/tests/baselines/reference/findAllRefsIndexedAccessTypes.baseline.jsonc b/tests/baselines/reference/findAllRefsIndexedAccessTypes.baseline.jsonc index 5ffc5300aaca4..f41ee63fc2811 100644 --- a/tests/baselines/reference/findAllRefsIndexedAccessTypes.baseline.jsonc +++ b/tests/baselines/reference/findAllRefsIndexedAccessTypes.baseline.jsonc @@ -16,9 +16,7 @@ // s: string; // } // interface J { - // a: I[0], - // b: I["s"], - // } + // --- (line: 6) skipped --- // === Details === [ diff --git a/tests/baselines/reference/findAllRefsInheritedProperties1.baseline.jsonc b/tests/baselines/reference/findAllRefsInheritedProperties1.baseline.jsonc index faf714d5aa07f..ab7aeda52c4bb 100644 --- a/tests/baselines/reference/findAllRefsInheritedProperties1.baseline.jsonc +++ b/tests/baselines/reference/findAllRefsInheritedProperties1.baseline.jsonc @@ -16,9 +16,7 @@ // propName: string; // } // - // var v: class1; - // v.doStuff(); - // v.propName; + // --- (line: 6) skipped --- // === Details === [ diff --git a/tests/baselines/reference/findAllRefsInheritedProperties2.baseline.jsonc b/tests/baselines/reference/findAllRefsInheritedProperties2.baseline.jsonc index 99b598b46e776..9709d41c423b9 100644 --- a/tests/baselines/reference/findAllRefsInheritedProperties2.baseline.jsonc +++ b/tests/baselines/reference/findAllRefsInheritedProperties2.baseline.jsonc @@ -16,9 +16,7 @@ // propName: string; // r1 // } // - // var v: interface1; - // v.doStuff(); // r2 - // v.propName; // r3 + // --- (line: 6) skipped --- // === Details === [ diff --git a/tests/baselines/reference/findAllRefsInheritedProperties3.baseline.jsonc b/tests/baselines/reference/findAllRefsInheritedProperties3.baseline.jsonc index 34f98d19cfc64..9df01e0cbe8f7 100644 --- a/tests/baselines/reference/findAllRefsInheritedProperties3.baseline.jsonc +++ b/tests/baselines/reference/findAllRefsInheritedProperties3.baseline.jsonc @@ -32,9 +32,7 @@ // propName: string; // } // - // var v: class2; - // v.doStuff(); - // v.propName; + // --- (line: 14) skipped --- // === Details === [ @@ -332,9 +330,7 @@ // propName: string; // } // - // var v: class2; - // v.doStuff(); - // v.propName; + // --- (line: 14) skipped --- // === Details === [ @@ -458,9 +454,7 @@ // === findAllReferences === // === /tests/cases/fourslash/findAllRefsInheritedProperties3.ts === -// class class1 extends class1 { -// doStuff() { } -// propName: string; +// --- (line: 3) skipped --- // } // interface interface1 extends interface1 { // doStuff(): void; @@ -477,9 +471,7 @@ // === Definitions === // === /tests/cases/fourslash/findAllRefsInheritedProperties3.ts === - // class class1 extends class1 { - // doStuff() { } - // propName: string; + // --- (line: 3) skipped --- // } // interface interface1 extends interface1 { // doStuff(): void; @@ -632,9 +624,7 @@ // propName: string; // } // - // var v: class2; - // v.doStuff(); - // v.propName; + // --- (line: 14) skipped --- // === Details === [ diff --git a/tests/baselines/reference/findAllRefsInheritedProperties4.baseline.jsonc b/tests/baselines/reference/findAllRefsInheritedProperties4.baseline.jsonc index e73ecc81db9e2..7016c7101a5c7 100644 --- a/tests/baselines/reference/findAllRefsInheritedProperties4.baseline.jsonc +++ b/tests/baselines/reference/findAllRefsInheritedProperties4.baseline.jsonc @@ -408,12 +408,7 @@ // } // // interface D extends C { -// prop0: string; -// } -// -// var d: D; -// d.prop0; -// d.prop1; +// --- (line: 7) skipped --- // === Definitions === // === /tests/cases/fourslash/findAllRefsInheritedProperties4.ts === @@ -423,12 +418,7 @@ // } // // interface D extends C { - // prop0: string; - // } - // - // var d: D; - // d.prop0; - // d.prop1; + // --- (line: 7) skipped --- // === Details === [ @@ -486,14 +476,7 @@ // === findAllReferences === // === /tests/cases/fourslash/findAllRefsInheritedProperties4.ts === -// interface C extends D { -// prop0: string; -// prop1: number; -// } -// -// interface D extends C { -// prop0: string; -// } +// --- (line: 8) skipped --- // // var d: D; // d.prop0; diff --git a/tests/baselines/reference/findAllRefsInheritedProperties5.baseline.jsonc b/tests/baselines/reference/findAllRefsInheritedProperties5.baseline.jsonc index 76e16265c09ba..218baa55a9453 100644 --- a/tests/baselines/reference/findAllRefsInheritedProperties5.baseline.jsonc +++ b/tests/baselines/reference/findAllRefsInheritedProperties5.baseline.jsonc @@ -5,13 +5,7 @@ // prop1: number; // } // -// class D extends C { -// prop0: string; -// } -// -// var d: D; -// d.prop0; -// d.prop1; +// --- (line: 6) skipped --- // === Definitions === // === /tests/cases/fourslash/findAllRefsInheritedProperties5.ts === @@ -20,13 +14,7 @@ // prop1: number; // } // - // class D extends C { - // prop0: string; - // } - // - // var d: D; - // d.prop0; - // d.prop1; + // --- (line: 6) skipped --- // === Details === [ @@ -90,12 +78,7 @@ // } // // class D extends C { -// prop0: string; -// } -// -// var d: D; -// d.prop0; -// d.prop1; +// --- (line: 7) skipped --- // === Definitions === // === /tests/cases/fourslash/findAllRefsInheritedProperties5.ts === @@ -105,12 +88,7 @@ // } // // class D extends C { - // prop0: string; - // } - // - // var d: D; - // d.prop0; - // d.prop1; + // --- (line: 7) skipped --- // === Details === [ @@ -168,9 +146,7 @@ // === findAllReferences === // === /tests/cases/fourslash/findAllRefsInheritedProperties5.ts === -// class C extends D { -// prop0: string; -// prop1: number; +// --- (line: 3) skipped --- // } // // class D extends C { @@ -183,9 +159,7 @@ // === Definitions === // === /tests/cases/fourslash/findAllRefsInheritedProperties5.ts === - // class C extends D { - // prop0: string; - // prop1: number; + // --- (line: 3) skipped --- // } // // class D extends C { @@ -252,9 +226,7 @@ // === findAllReferences === // === /tests/cases/fourslash/findAllRefsInheritedProperties5.ts === -// class C extends D { -// prop0: string; -// prop1: number; +// --- (line: 3) skipped --- // } // // class D extends C { @@ -267,9 +239,7 @@ // === Definitions === // === /tests/cases/fourslash/findAllRefsInheritedProperties5.ts === - // class C extends D { - // prop0: string; - // prop1: number; + // --- (line: 3) skipped --- // } // // class D extends C { @@ -336,14 +306,7 @@ // === findAllReferences === // === /tests/cases/fourslash/findAllRefsInheritedProperties5.ts === -// class C extends D { -// prop0: string; -// prop1: number; -// } -// -// class D extends C { -// prop0: string; -// } +// --- (line: 8) skipped --- // // var d: D; // d.prop0; diff --git a/tests/baselines/reference/findAllRefsInsideWithBlock.baseline.jsonc b/tests/baselines/reference/findAllRefsInsideWithBlock.baseline.jsonc index 6193d20a11210..8957d441ce60d 100644 --- a/tests/baselines/reference/findAllRefsInsideWithBlock.baseline.jsonc +++ b/tests/baselines/reference/findAllRefsInsideWithBlock.baseline.jsonc @@ -15,10 +15,7 @@ // // with ({}) { // var y = x; // Reference of x here should not be picked - // y++; // also reference for y should be ignored - // } - // - // x = x + 1; + // --- (line: 5) skipped --- // === Details === [ @@ -75,10 +72,7 @@ // // with ({}) { // var y = x; // Reference of x here should not be picked - // y++; // also reference for y should be ignored - // } - // - // x = x + 1; + // --- (line: 5) skipped --- // === Details === [ diff --git a/tests/baselines/reference/findAllRefsIsDefinition.baseline.jsonc b/tests/baselines/reference/findAllRefsIsDefinition.baseline.jsonc index 0ce6163a14e78..b1defed2df2f1 100644 --- a/tests/baselines/reference/findAllRefsIsDefinition.baseline.jsonc +++ b/tests/baselines/reference/findAllRefsIsDefinition.baseline.jsonc @@ -14,17 +14,7 @@ // // export const bar = 123; // console.log({ bar }); -// -// interface IFoo { -// foo(): void; -// } -// class Foo implements IFoo { -// constructor(n: number) -// constructor() -// constructor(n: number?) { } -// foo(): void { } -// static init() { return new this() } -// } +// --- (line: 15) skipped --- // === Definitions === // === /tests/cases/fourslash/findAllRefsIsDefinition.ts === @@ -34,25 +24,7 @@ // // function foon(a: number): number; // function foon(a: string): string; - // function foon(a: string | number): string | number { - // return a - // } - // - // foo; foon; - // - // export const bar = 123; - // console.log({ bar }); - // - // interface IFoo { - // foo(): void; - // } - // class Foo implements IFoo { - // constructor(n: number) - // constructor() - // constructor(n: number?) { } - // foo(): void { } - // static init() { return new this() } - // } + // --- (line: 7) skipped --- // === Details === [ @@ -160,17 +132,7 @@ // // export const bar = 123; // console.log({ bar }); -// -// interface IFoo { -// foo(): void; -// } -// class Foo implements IFoo { -// constructor(n: number) -// constructor() -// constructor(n: number?) { } -// foo(): void { } -// static init() { return new this() } -// } +// --- (line: 15) skipped --- // === Definitions === // === /tests/cases/fourslash/findAllRefsIsDefinition.ts === @@ -184,21 +146,7 @@ // return a // } // - // foo; foon; - // - // export const bar = 123; - // console.log({ bar }); - // - // interface IFoo { - // foo(): void; - // } - // class Foo implements IFoo { - // constructor(n: number) - // constructor() - // constructor(n: number?) { } - // foo(): void { } - // static init() { return new this() } - // } + // --- (line: 11) skipped --- // === Details === [ @@ -292,15 +240,7 @@ // === findAllReferences === // === /tests/cases/fourslash/findAllRefsIsDefinition.ts === -// declare function foo(a: number): number; -// declare function foo(a: string): string; -// declare function foo(a: string | number): string | number; -// -// function foon(a: number): number; -// function foon(a: string): string; -// function foon(a: string | number): string | number { -// return a -// } +// --- (line: 9) skipped --- // // foo; foon; // @@ -309,26 +249,11 @@ // // interface IFoo { // foo(): void; -// } -// class Foo implements IFoo { -// constructor(n: number) -// constructor() -// constructor(n: number?) { } -// foo(): void { } -// static init() { return new this() } -// } +// --- (line: 18) skipped --- // === Definitions === // === /tests/cases/fourslash/findAllRefsIsDefinition.ts === - // declare function foo(a: number): number; - // declare function foo(a: string): string; - // declare function foo(a: string | number): string | number; - // - // function foon(a: number): number; - // function foon(a: string): string; - // function foon(a: string | number): string | number { - // return a - // } + // --- (line: 9) skipped --- // // foo; foon; // @@ -336,15 +261,7 @@ // console.log({ bar }); // // interface IFoo { - // foo(): void; - // } - // class Foo implements IFoo { - // constructor(n: number) - // constructor() - // constructor(n: number?) { } - // foo(): void { } - // static init() { return new this() } - // } + // --- (line: 17) skipped --- // === Details === [ @@ -386,19 +303,7 @@ // === findAllReferences === // === /tests/cases/fourslash/findAllRefsIsDefinition.ts === -// declare function foo(a: number): number; -// declare function foo(a: string): string; -// declare function foo(a: string | number): string | number; -// -// function foon(a: number): number; -// function foon(a: string): string; -// function foon(a: string | number): string | number { -// return a -// } -// -// foo; foon; -// -// export const bar = 123; +// --- (line: 13) skipped --- // console.log({ bar }); // // interface IFoo { @@ -414,19 +319,7 @@ // === Definitions === // === /tests/cases/fourslash/findAllRefsIsDefinition.ts === - // declare function foo(a: number): number; - // declare function foo(a: string): string; - // declare function foo(a: string | number): string | number; - // - // function foon(a: number): number; - // function foon(a: string): string; - // function foon(a: string | number): string | number { - // return a - // } - // - // foo; foon; - // - // export const bar = 123; + // --- (line: 13) skipped --- // console.log({ bar }); // // interface IFoo { @@ -562,22 +455,7 @@ // === findAllReferences === // === /tests/cases/fourslash/findAllRefsIsDefinition.ts === -// declare function foo(a: number): number; -// declare function foo(a: string): string; -// declare function foo(a: string | number): string | number; -// -// function foon(a: number): number; -// function foon(a: string): string; -// function foon(a: string | number): string | number { -// return a -// } -// -// foo; foon; -// -// export const bar = 123; -// console.log({ bar }); -// -// interface IFoo { +// --- (line: 16) skipped --- // foo(): void; // } // class Foo implements IFoo { @@ -590,21 +468,7 @@ // === Definitions === // === /tests/cases/fourslash/findAllRefsIsDefinition.ts === - // declare function foo(a: number): number; - // declare function foo(a: string): string; - // declare function foo(a: string | number): string | number; - // - // function foon(a: number): number; - // function foon(a: string): string; - // function foon(a: string | number): string | number { - // return a - // } - // - // foo; foon; - // - // export const bar = 123; - // console.log({ bar }); - // + // --- (line: 15) skipped --- // interface IFoo { // foo(): void; // } @@ -644,19 +508,7 @@ // === findAllReferences === // === /tests/cases/fourslash/findAllRefsIsDefinition.ts === -// declare function foo(a: number): number; -// declare function foo(a: string): string; -// declare function foo(a: string | number): string | number; -// -// function foon(a: number): number; -// function foon(a: string): string; -// function foon(a: string | number): string | number { -// return a -// } -// -// foo; foon; -// -// export const bar = 123; +// --- (line: 13) skipped --- // console.log({ bar }); // // interface IFoo { @@ -672,19 +524,7 @@ // === Definitions === // === /tests/cases/fourslash/findAllRefsIsDefinition.ts === - // declare function foo(a: number): number; - // declare function foo(a: string): string; - // declare function foo(a: string | number): string | number; - // - // function foon(a: number): number; - // function foon(a: string): string; - // function foon(a: string | number): string | number { - // return a - // } - // - // foo; foon; - // - // export const bar = 123; + // --- (line: 13) skipped --- // console.log({ bar }); // // interface IFoo { diff --git a/tests/baselines/reference/findAllRefsJsDocTemplateTag_class_js.baseline.jsonc b/tests/baselines/reference/findAllRefsJsDocTemplateTag_class_js.baseline.jsonc index 1b94f599f3d80..556a43ef47873 100644 --- a/tests/baselines/reference/findAllRefsJsDocTemplateTag_class_js.baseline.jsonc +++ b/tests/baselines/reference/findAllRefsJsDocTemplateTag_class_js.baseline.jsonc @@ -14,9 +14,7 @@ // class C { // constructor() { // /** @type {T} */ - // this.x = null; - // } - // } + // --- (line: 5) skipped --- // === Details === [ diff --git a/tests/baselines/reference/findAllRefsJsDocTypeDef_js.baseline.jsonc b/tests/baselines/reference/findAllRefsJsDocTypeDef_js.baseline.jsonc index 0612098235f6a..730b4f0545178 100644 --- a/tests/baselines/reference/findAllRefsJsDocTypeDef_js.baseline.jsonc +++ b/tests/baselines/reference/findAllRefsJsDocTypeDef_js.baseline.jsonc @@ -4,13 +4,7 @@ // // /** // * @return {T} -// */ -// function f(obj) { return 0; } -// -// /** -// * @return {T} -// */ -// function f2(obj) { return 0; } +// --- (line: 5) skipped --- @@ -34,13 +28,7 @@ // // /** // * @return {T} - // */ - // function f(obj) { return 0; } - // - // /** - // * @return {T} - // */ - // function f2(obj) { return 0; } + // --- (line: 5) skipped --- // === Details === [ @@ -107,10 +95,7 @@ // */ // function f(obj) { return 0; } // - // /** - // * @return {T} - // */ - // function f2(obj) { return 0; } + // --- (line: 8) skipped --- // === Details === [ diff --git a/tests/baselines/reference/findAllRefsObjectBindingElementPropertyName01.baseline.jsonc b/tests/baselines/reference/findAllRefsObjectBindingElementPropertyName01.baseline.jsonc index af63cf287e11c..246c7a25694c7 100644 --- a/tests/baselines/reference/findAllRefsObjectBindingElementPropertyName01.baseline.jsonc +++ b/tests/baselines/reference/findAllRefsObjectBindingElementPropertyName01.baseline.jsonc @@ -74,9 +74,7 @@ // === findAllReferences === // === /tests/cases/fourslash/findAllRefsObjectBindingElementPropertyName01.ts === -// interface I { -// property1: number; -// property2: string; +// --- (line: 3) skipped --- // } // // var foo: I; diff --git a/tests/baselines/reference/findAllRefsObjectBindingElementPropertyName02.baseline.jsonc b/tests/baselines/reference/findAllRefsObjectBindingElementPropertyName02.baseline.jsonc index d19a2dc76b0c8..9751ae645f4d0 100644 --- a/tests/baselines/reference/findAllRefsObjectBindingElementPropertyName02.baseline.jsonc +++ b/tests/baselines/reference/findAllRefsObjectBindingElementPropertyName02.baseline.jsonc @@ -74,9 +74,7 @@ // === findAllReferences === // === /tests/cases/fourslash/findAllRefsObjectBindingElementPropertyName02.ts === -// interface I { -// property1: number; -// property2: string; +// --- (line: 3) skipped --- // } // // var foo: I; diff --git a/tests/baselines/reference/findAllRefsObjectBindingElementPropertyName04.baseline.jsonc b/tests/baselines/reference/findAllRefsObjectBindingElementPropertyName04.baseline.jsonc index 87282714cb5cc..a87d501c3016a 100644 --- a/tests/baselines/reference/findAllRefsObjectBindingElementPropertyName04.baseline.jsonc +++ b/tests/baselines/reference/findAllRefsObjectBindingElementPropertyName04.baseline.jsonc @@ -19,12 +19,7 @@ // property2: string; // } // - // function f({ property1: p1 }: I, - // { property1 }: I, - // { property1: p2 }) { - // - // return property1 + 1; - // } + // --- (line: 6) skipped --- // === Details === [ @@ -288,9 +283,7 @@ // === findAllReferences === // === /tests/cases/fourslash/findAllRefsObjectBindingElementPropertyName04.ts === -// interface I { -// property1: number; -// property2: string; +// --- (line: 3) skipped --- // } // // function f({ property1: p1 }: I, @@ -302,9 +295,7 @@ // === Definitions === // === /tests/cases/fourslash/findAllRefsObjectBindingElementPropertyName04.ts === - // interface I { - // property1: number; - // property2: string; + // --- (line: 3) skipped --- // } // // function f({ property1: p1 }: I, diff --git a/tests/baselines/reference/findAllRefsObjectBindingElementPropertyName06.baseline.jsonc b/tests/baselines/reference/findAllRefsObjectBindingElementPropertyName06.baseline.jsonc index 03a9a95ceef24..5051e0492a750 100644 --- a/tests/baselines/reference/findAllRefsObjectBindingElementPropertyName06.baseline.jsonc +++ b/tests/baselines/reference/findAllRefsObjectBindingElementPropertyName06.baseline.jsonc @@ -23,16 +23,7 @@ // property2: string; // } // - // var elems: I[]; - // for (let { property1: p } of elems) { - // } - // for (let { property1 } of elems) { - // } - // for (var { property1: p1 } of elems) { - // } - // var p2; - // for ({ property1 : p2 } of elems) { - // } + // --- (line: 6) skipped --- // === Details === [ @@ -118,11 +109,7 @@ // } // for (let { property1 } of elems) { // } - // for (var { property1: p1 } of elems) { - // } - // var p2; - // for ({ property1 : p2 } of elems) { - // } + // --- (line: 11) skipped --- // === Details === [ @@ -293,11 +280,9 @@ // property2: string; // } // - // var elems: I[]; - // for (let { property1: p } of elems) { - // } - // for (let { property1 } of elems) { - // } + // --- (line: 6) skipped --- + + // --- (line: 10) skipped --- // for (var { property1: p1 } of elems) { // } // var p2; @@ -390,9 +375,7 @@ // } // for (var { property1: p1 } of elems) { // } - // var p2; - // for ({ property1 : p2 } of elems) { - // } + // --- (line: 13) skipped --- // === Details === [ diff --git a/tests/baselines/reference/findAllRefsOfConstructor.baseline.jsonc b/tests/baselines/reference/findAllRefsOfConstructor.baseline.jsonc index 52ca1cefe0c99..58d2c99cdb13d 100644 --- a/tests/baselines/reference/findAllRefsOfConstructor.baseline.jsonc +++ b/tests/baselines/reference/findAllRefsOfConstructor.baseline.jsonc @@ -32,9 +32,7 @@ // class E implements A { } // const a = new A("a"); // const b = new B("b"); - // const c = new C(); - // const d = new D("d"); - // const e = new E(); + // --- (line: 14) skipped --- // === Details === [ @@ -138,10 +136,7 @@ // class D extends B { } // class E implements A { } // const a = new A("a"); - // const b = new B("b"); - // const c = new C(); - // const d = new D("d"); - // const e = new E(); + // --- (line: 13) skipped --- // === Details === [ diff --git a/tests/baselines/reference/findAllRefsOfConstructor2.baseline.jsonc b/tests/baselines/reference/findAllRefsOfConstructor2.baseline.jsonc index 08f9ae9cc6536..373a911b5720c 100644 --- a/tests/baselines/reference/findAllRefsOfConstructor2.baseline.jsonc +++ b/tests/baselines/reference/findAllRefsOfConstructor2.baseline.jsonc @@ -25,16 +25,7 @@ // class B extends A { // constructor() { super(""); } // } - // class C extends B { - // constructor() { - // super(); - // } - // } - // class D extends B { } - // const a = new A("a"); - // const b = new B(); - // const c = new C(); - // const d = new D(); + // --- (line: 7) skipped --- // === Details === [ @@ -150,10 +141,7 @@ // === findAllReferences === // === /tests/cases/fourslash/findAllRefsOfConstructor2.ts === -// class A { -// constructor(s: string) {} -// } -// class B extends A { +// --- (line: 4) skipped --- // constructor() { super(""); } // } // class C extends B { @@ -169,9 +157,7 @@ // === Definitions === // === /tests/cases/fourslash/findAllRefsOfConstructor2.ts === - // class A { - // constructor(s: string) {} - // } + // --- (line: 3) skipped --- // class B extends A { // constructor() { super(""); } // } diff --git a/tests/baselines/reference/findAllRefsOnDefinition.baseline.jsonc b/tests/baselines/reference/findAllRefsOnDefinition.baseline.jsonc index 368110b749730..0d80b3f7faadf 100644 --- a/tests/baselines/reference/findAllRefsOnDefinition.baseline.jsonc +++ b/tests/baselines/reference/findAllRefsOnDefinition.baseline.jsonc @@ -1,8 +1,6 @@ // === findAllReferences === // === /tests/cases/fourslash/findAllRefsOnDefinition-import.ts === -// export class Test{ -// -// constructor(){ +// --- (line: 3) skipped --- // // } // @@ -24,9 +22,7 @@ // === Definitions === // === /tests/cases/fourslash/findAllRefsOnDefinition-import.ts === - // export class Test{ - // - // constructor(){ + // --- (line: 3) skipped --- // // } // @@ -103,9 +99,7 @@ // === findAllReferences === // === /tests/cases/fourslash/findAllRefsOnDefinition-import.ts === -// export class Test{ -// -// constructor(){ +// --- (line: 3) skipped --- // // } // @@ -127,9 +121,7 @@ // === Definitions === // === /tests/cases/fourslash/findAllRefsOnDefinition-import.ts === - // export class Test{ - // - // constructor(){ + // --- (line: 3) skipped --- // // } // @@ -206,9 +198,7 @@ // === findAllReferences === // === /tests/cases/fourslash/findAllRefsOnDefinition-import.ts === -// export class Test{ -// -// constructor(){ +// --- (line: 3) skipped --- // // } // @@ -230,9 +220,7 @@ // === Definitions === // === /tests/cases/fourslash/findAllRefsOnDefinition-import.ts === - // export class Test{ - // - // constructor(){ + // --- (line: 3) skipped --- // // } // diff --git a/tests/baselines/reference/findAllRefsOnPrivateParameterProperty1.baseline.jsonc b/tests/baselines/reference/findAllRefsOnPrivateParameterProperty1.baseline.jsonc index db3225d5271cd..d15e4a591b631 100644 --- a/tests/baselines/reference/findAllRefsOnPrivateParameterProperty1.baseline.jsonc +++ b/tests/baselines/reference/findAllRefsOnPrivateParameterProperty1.baseline.jsonc @@ -16,9 +16,7 @@ // } // // func() { - // return this.z; - // } - // } + // --- (line: 6) skipped --- // === Details === [ @@ -92,9 +90,7 @@ // } // // func() { - // return this.z; - // } - // } + // --- (line: 6) skipped --- // === Details === [ diff --git a/tests/baselines/reference/findAllRefsParameterPropertyDeclaration_inheritance.baseline.jsonc b/tests/baselines/reference/findAllRefsParameterPropertyDeclaration_inheritance.baseline.jsonc index 6075fe268c30d..adbfaa41b7577 100644 --- a/tests/baselines/reference/findAllRefsParameterPropertyDeclaration_inheritance.baseline.jsonc +++ b/tests/baselines/reference/findAllRefsParameterPropertyDeclaration_inheritance.baseline.jsonc @@ -177,10 +177,7 @@ // } // } // class D extends C { -// constructor(public x: string) { -// super(x); -// } -// } +// --- (line: 7) skipped --- // === Definitions === // === /tests/cases/fourslash/findAllRefsParameterPropertyDeclaration_inheritance.ts === @@ -190,10 +187,7 @@ // } // } // class D extends C { - // constructor(public x: string) { - // super(x); - // } - // } + // --- (line: 7) skipped --- // === Details === [ @@ -464,9 +458,7 @@ // === findAllReferences === // === /tests/cases/fourslash/findAllRefsParameterPropertyDeclaration_inheritance.ts === -// class C { -// constructor(public x: string) { -// x; +// --- (line: 3) skipped --- // } // } // class D extends C { @@ -477,9 +469,7 @@ // === Definitions === // === /tests/cases/fourslash/findAllRefsParameterPropertyDeclaration_inheritance.ts === - // class C { - // constructor(public x: string) { - // x; + // --- (line: 3) skipped --- // } // } // class D extends C { diff --git a/tests/baselines/reference/findAllRefsPrefixSuffixPreference.baseline.jsonc b/tests/baselines/reference/findAllRefsPrefixSuffixPreference.baseline.jsonc index 97e03bdbc7d41..567ce55c4e1ab 100644 --- a/tests/baselines/reference/findAllRefsPrefixSuffixPreference.baseline.jsonc +++ b/tests/baselines/reference/findAllRefsPrefixSuffixPreference.baseline.jsonc @@ -21,9 +21,7 @@ // export { q }; // const x = { // z: 'value' - // } - // const { z } = x; - // log(z); + // --- (line: 6) skipped --- // === /file2.ts === // declare function log(s: string | number): void; @@ -298,9 +296,7 @@ // export { q }; // const x = { // z: 'value' - // } - // const { z } = x; - // log(z); + // --- (line: 6) skipped --- // === Details === [ @@ -434,9 +430,7 @@ // export { q }; // const x = { // z: 'value' - // } - // const { z } = x; - // log(z); + // --- (line: 6) skipped --- // === Details === [ @@ -714,9 +708,7 @@ // === findAllReferences === // === /file1.ts === -// declare function log(s: string | number): void; -// const q = 1; -// export { q }; +// --- (line: 3) skipped --- // const x = { // z: 'value' // } @@ -725,9 +717,7 @@ // === Definitions === // === /file1.ts === - // declare function log(s: string | number): void; - // const q = 1; - // export { q }; + // --- (line: 3) skipped --- // const x = { // z: 'value' // } @@ -926,9 +916,7 @@ // @providePrefixAndSuffixTextForRename: true // === /file1.ts === -// declare function log(s: string | number): void; -// const q = 1; -// export { q }; +// --- (line: 3) skipped --- // const x = { // z: 'value' // } @@ -941,9 +929,7 @@ // @providePrefixAndSuffixTextForRename: true // === /file1.ts === -// declare function log(s: string | number): void; -// const q = 1; -// export { q }; +// --- (line: 3) skipped --- // const x = { // z: 'value' // } diff --git a/tests/baselines/reference/findAllRefsPrimitive.baseline.jsonc b/tests/baselines/reference/findAllRefsPrimitive.baseline.jsonc index 5e4dcf15b44fe..e14aed4c2079b 100644 --- a/tests/baselines/reference/findAllRefsPrimitive.baseline.jsonc +++ b/tests/baselines/reference/findAllRefsPrimitive.baseline.jsonc @@ -6,10 +6,7 @@ // function f(b: boolean): boolean; // type T = never; type U = never; // function n(x: number): number; -// function o(x: object): object; -// function s(x: string): string; -// function sy(s: symbol): symbol; -// function v(v: void): void; +// --- (line: 7) skipped --- // === /tests/cases/fourslash/b.ts === // const z: [|any|] = 0; @@ -20,12 +17,7 @@ // const any = 2; // const y: any = any; // function f(b: boolean): boolean; - // type T = never; type U = never; - // function n(x: number): number; - // function o(x: object): object; - // function s(x: string): string; - // function sy(s: symbol): symbol; - // function v(v: void): void; + // --- (line: 5) skipped --- // === Details === [ @@ -53,10 +45,7 @@ // function f(b: boolean): boolean; // type T = never; type U = never; // function n(x: number): number; -// function o(x: object): object; -// function s(x: string): string; -// function sy(s: symbol): symbol; -// function v(v: void): void; +// --- (line: 7) skipped --- // === /tests/cases/fourslash/b.ts === // const z: [|any|] = 0; @@ -69,10 +58,7 @@ // function f(b: boolean): boolean; // type T = never; type U = never; // function n(x: number): number; - // function o(x: object): object; - // function s(x: string): string; - // function sy(s: symbol): symbol; - // function v(v: void): void; + // --- (line: 7) skipped --- // === Details === [ @@ -101,9 +87,7 @@ // type T = never; type U = never; // function n(x: number): number; // function o(x: object): object; -// function s(x: string): string; -// function sy(s: symbol): symbol; -// function v(v: void): void; +// --- (line: 8) skipped --- // === Definitions === // === /tests/cases/fourslash/a.ts === @@ -114,9 +98,7 @@ // type T = never; type U = never; // function n(x: number): number; // function o(x: object): object; - // function s(x: string): string; - // function sy(s: symbol): symbol; - // function v(v: void): void; + // --- (line: 8) skipped --- // === Details === [ @@ -145,9 +127,7 @@ // type T = never; type U = never; // function n(x: number): number; // function o(x: object): object; -// function s(x: string): string; -// function sy(s: symbol): symbol; -// function v(v: void): void; +// --- (line: 8) skipped --- // === Definitions === // === /tests/cases/fourslash/a.ts === @@ -158,9 +138,7 @@ // type T = never; type U = never; // function n(x: number): number; // function o(x: object): object; - // function s(x: string): string; - // function sy(s: symbol): symbol; - // function v(v: void): void; + // --- (line: 8) skipped --- // === Details === [ @@ -358,9 +336,7 @@ // === findAllReferences === // === /tests/cases/fourslash/a.ts === -// const x: any = 0; -// const any = 2; -// const y: any = any; +// --- (line: 3) skipped --- // function f(b: boolean): boolean; // type T = never; type U = never; // function n(x: number): number; @@ -371,9 +347,7 @@ // === Definitions === // === /tests/cases/fourslash/a.ts === - // const x: any = 0; - // const any = 2; - // const y: any = any; + // --- (line: 3) skipped --- // function f(b: boolean): boolean; // type T = never; type U = never; // function n(x: number): number; @@ -402,9 +376,7 @@ // === findAllReferences === // === /tests/cases/fourslash/a.ts === -// const x: any = 0; -// const any = 2; -// const y: any = any; +// --- (line: 3) skipped --- // function f(b: boolean): boolean; // type T = never; type U = never; // function n(x: number): number; @@ -415,9 +387,7 @@ // === Definitions === // === /tests/cases/fourslash/a.ts === - // const x: any = 0; - // const any = 2; - // const y: any = any; + // --- (line: 3) skipped --- // function f(b: boolean): boolean; // type T = never; type U = never; // function n(x: number): number; @@ -446,10 +416,7 @@ // === findAllReferences === // === /tests/cases/fourslash/a.ts === -// const x: any = 0; -// const any = 2; -// const y: any = any; -// function f(b: boolean): boolean; +// --- (line: 4) skipped --- // type T = never; type U = never; // function n(x: number): number; // function o(x: object): object; @@ -459,10 +426,7 @@ // === Definitions === // === /tests/cases/fourslash/a.ts === - // const x: any = 0; - // const any = 2; - // const y: any = any; - // function f(b: boolean): boolean; + // --- (line: 4) skipped --- // type T = never; type U = never; // function n(x: number): number; // function o(x: object): object; @@ -490,10 +454,7 @@ // === findAllReferences === // === /tests/cases/fourslash/a.ts === -// const x: any = 0; -// const any = 2; -// const y: any = any; -// function f(b: boolean): boolean; +// --- (line: 4) skipped --- // type T = never; type U = never; // function n(x: number): number; // function o(x: object): object; @@ -503,10 +464,7 @@ // === Definitions === // === /tests/cases/fourslash/a.ts === - // const x: any = 0; - // const any = 2; - // const y: any = any; - // function f(b: boolean): boolean; + // --- (line: 4) skipped --- // type T = never; type U = never; // function n(x: number): number; // function o(x: object): object; @@ -534,11 +492,7 @@ // === findAllReferences === // === /tests/cases/fourslash/a.ts === -// const x: any = 0; -// const any = 2; -// const y: any = any; -// function f(b: boolean): boolean; -// type T = never; type U = never; +// --- (line: 5) skipped --- // function n(x: number): number; // function o(x: object): object; // function s(x: string): string; @@ -547,11 +501,7 @@ // === Definitions === // === /tests/cases/fourslash/a.ts === - // const x: any = 0; - // const any = 2; - // const y: any = any; - // function f(b: boolean): boolean; - // type T = never; type U = never; + // --- (line: 5) skipped --- // function n(x: number): number; // function o(x: object): object; // function s(x: string): string; @@ -578,11 +528,7 @@ // === findAllReferences === // === /tests/cases/fourslash/a.ts === -// const x: any = 0; -// const any = 2; -// const y: any = any; -// function f(b: boolean): boolean; -// type T = never; type U = never; +// --- (line: 5) skipped --- // function n(x: number): number; // function o(x: object): object; // function s(x: string): string; @@ -591,11 +537,7 @@ // === Definitions === // === /tests/cases/fourslash/a.ts === - // const x: any = 0; - // const any = 2; - // const y: any = any; - // function f(b: boolean): boolean; - // type T = never; type U = never; + // --- (line: 5) skipped --- // function n(x: number): number; // function o(x: object): object; // function s(x: string): string; @@ -622,12 +564,7 @@ // === findAllReferences === // === /tests/cases/fourslash/a.ts === -// const x: any = 0; -// const any = 2; -// const y: any = any; -// function f(b: boolean): boolean; -// type T = never; type U = never; -// function n(x: number): number; +// --- (line: 6) skipped --- // function o(x: object): object; // function s(x: string): string; // function sy(s: symbol): symbol; @@ -635,12 +572,7 @@ // === Definitions === // === /tests/cases/fourslash/a.ts === - // const x: any = 0; - // const any = 2; - // const y: any = any; - // function f(b: boolean): boolean; - // type T = never; type U = never; - // function n(x: number): number; + // --- (line: 6) skipped --- // function o(x: object): object; // function s(x: string): string; // function sy(s: symbol): symbol; @@ -666,12 +598,7 @@ // === findAllReferences === // === /tests/cases/fourslash/a.ts === -// const x: any = 0; -// const any = 2; -// const y: any = any; -// function f(b: boolean): boolean; -// type T = never; type U = never; -// function n(x: number): number; +// --- (line: 6) skipped --- // function o(x: object): object; // function s(x: string): string; // function sy(s: symbol): symbol; @@ -679,12 +606,7 @@ // === Definitions === // === /tests/cases/fourslash/a.ts === - // const x: any = 0; - // const any = 2; - // const y: any = any; - // function f(b: boolean): boolean; - // type T = never; type U = never; - // function n(x: number): number; + // --- (line: 6) skipped --- // function o(x: object): object; // function s(x: string): string; // function sy(s: symbol): symbol; @@ -716,10 +638,7 @@ // function f(b: boolean): boolean; // type T = never; type U = never; // function n(x: number): number; -// function o(x: object): object; -// function s(x: string): string; -// function sy(s: symbol): symbol; -// function v(v: void): void; +// --- (line: 7) skipped --- // === /tests/cases/fourslash/b.ts === // const z: /*FIND ALL REFS*/[|any|] = 0; @@ -730,12 +649,7 @@ // const any = 2; // const y: any = any; // function f(b: boolean): boolean; - // type T = never; type U = never; - // function n(x: number): number; - // function o(x: object): object; - // function s(x: string): string; - // function sy(s: symbol): symbol; - // function v(v: void): void; + // --- (line: 5) skipped --- // === Details === [ @@ -767,10 +681,7 @@ // function f(b: boolean): boolean; // type T = never; type U = never; // function n(x: number): number; -// function o(x: object): object; -// function s(x: string): string; -// function sy(s: symbol): symbol; -// function v(v: void): void; +// --- (line: 7) skipped --- // === /tests/cases/fourslash/b.ts === // const z: [|{| kind: "reference" |}any|] = 0; @@ -789,10 +700,7 @@ // function f(b: boolean): boolean; // type T = never; type U = never; // function n(x: number): number; -// function o(x: object): object; -// function s(x: string): string; -// function sy(s: symbol): symbol; -// function v(v: void): void; +// --- (line: 7) skipped --- // === /tests/cases/fourslash/b.ts === // const z: [|{| kind: "reference" |}any|] = 0; @@ -812,9 +720,7 @@ // type T = never; type U = never; // function n(x: number): number; // function o(x: object): object; -// function s(x: string): string; -// function sy(s: symbol): symbol; -// function v(v: void): void; +// --- (line: 8) skipped --- @@ -831,9 +737,7 @@ // type T = never; type U = never; // function n(x: number): number; // function o(x: object): object; -// function s(x: string): string; -// function sy(s: symbol): symbol; -// function v(v: void): void; +// --- (line: 8) skipped --- @@ -919,9 +823,7 @@ // b.ts // === /tests/cases/fourslash/a.ts === -// const x: any = 0; -// const any = 2; -// const y: any = any; +// --- (line: 3) skipped --- // function f(b: boolean): boolean; // type T = never; type U = never; // function n(x: number): number; @@ -938,9 +840,7 @@ // b.ts // === /tests/cases/fourslash/a.ts === -// const x: any = 0; -// const any = 2; -// const y: any = any; +// --- (line: 3) skipped --- // function f(b: boolean): boolean; // type T = never; type U = never; // function n(x: number): number; @@ -957,10 +857,7 @@ // b.ts // === /tests/cases/fourslash/a.ts === -// const x: any = 0; -// const any = 2; -// const y: any = any; -// function f(b: boolean): boolean; +// --- (line: 4) skipped --- // type T = never; type U = never; // function n(x: number): number; // function o(x: object): object; @@ -976,10 +873,7 @@ // b.ts // === /tests/cases/fourslash/a.ts === -// const x: any = 0; -// const any = 2; -// const y: any = any; -// function f(b: boolean): boolean; +// --- (line: 4) skipped --- // type T = never; type U = never; // function n(x: number): number; // function o(x: object): object; @@ -995,11 +889,7 @@ // b.ts // === /tests/cases/fourslash/a.ts === -// const x: any = 0; -// const any = 2; -// const y: any = any; -// function f(b: boolean): boolean; -// type T = never; type U = never; +// --- (line: 5) skipped --- // function n(x: number): number; // function o(x: object): object; // function s(x: string): string; @@ -1014,11 +904,7 @@ // b.ts // === /tests/cases/fourslash/a.ts === -// const x: any = 0; -// const any = 2; -// const y: any = any; -// function f(b: boolean): boolean; -// type T = never; type U = never; +// --- (line: 5) skipped --- // function n(x: number): number; // function o(x: object): object; // function s(x: string): string; @@ -1033,12 +919,7 @@ // b.ts // === /tests/cases/fourslash/a.ts === -// const x: any = 0; -// const any = 2; -// const y: any = any; -// function f(b: boolean): boolean; -// type T = never; type U = never; -// function n(x: number): number; +// --- (line: 6) skipped --- // function o(x: object): object; // function s(x: string): string; // function sy(s: symbol): symbol; @@ -1052,12 +933,7 @@ // b.ts // === /tests/cases/fourslash/a.ts === -// const x: any = 0; -// const any = 2; -// const y: any = any; -// function f(b: boolean): boolean; -// type T = never; type U = never; -// function n(x: number): number; +// --- (line: 6) skipped --- // function o(x: object): object; // function s(x: string): string; // function sy(s: symbol): symbol; @@ -1077,10 +953,7 @@ // function f(b: boolean): boolean; // type T = never; type U = never; // function n(x: number): number; -// function o(x: object): object; -// function s(x: string): string; -// function sy(s: symbol): symbol; -// function v(v: void): void; +// --- (line: 7) skipped --- // === /tests/cases/fourslash/b.ts === // const z: /*HIGHLIGHTS*/[|{| kind: "reference" |}any|] = 0; \ No newline at end of file diff --git a/tests/baselines/reference/findAllRefsPrivateNameAccessors.baseline.jsonc b/tests/baselines/reference/findAllRefsPrivateNameAccessors.baseline.jsonc index 00feffaa53780..80674ab1fd7ee 100644 --- a/tests/baselines/reference/findAllRefsPrivateNameAccessors.baseline.jsonc +++ b/tests/baselines/reference/findAllRefsPrivateNameAccessors.baseline.jsonc @@ -8,18 +8,7 @@ // } // } // class D extends C { -// constructor() { -// super() -// this.#foo = 20; -// } -// } -// class E { -// get #foo(){ return 1; } -// set #foo(value: number){ } -// constructor() { -// this.#foo(); -// } -// } +// --- (line: 9) skipped --- // === Definitions === // === /tests/cases/fourslash/findAllRefsPrivateNameAccessors.ts === @@ -28,21 +17,7 @@ // set #foo(value: number){ } // constructor() { // this.#foo(); - // } - // } - // class D extends C { - // constructor() { - // super() - // this.#foo = 20; - // } - // } - // class E { - // get #foo(){ return 1; } - // set #foo(value: number){ } - // constructor() { - // this.#foo(); - // } - // } + // --- (line: 6) skipped --- // === Details === [ @@ -108,18 +83,7 @@ // } // } // class D extends C { -// constructor() { -// super() -// this.#foo = 20; -// } -// } -// class E { -// get #foo(){ return 1; } -// set #foo(value: number){ } -// constructor() { -// this.#foo(); -// } -// } +// --- (line: 9) skipped --- // === Definitions === // === /tests/cases/fourslash/findAllRefsPrivateNameAccessors.ts === @@ -128,21 +92,7 @@ // set #foo(value: number){ } // constructor() { // this.#foo(); - // } - // } - // class D extends C { - // constructor() { - // super() - // this.#foo = 20; - // } - // } - // class E { - // get #foo(){ return 1; } - // set #foo(value: number){ } - // constructor() { - // this.#foo(); - // } - // } + // --- (line: 6) skipped --- // === Details === [ @@ -208,18 +158,7 @@ // } // } // class D extends C { -// constructor() { -// super() -// this.#foo = 20; -// } -// } -// class E { -// get #foo(){ return 1; } -// set #foo(value: number){ } -// constructor() { -// this.#foo(); -// } -// } +// --- (line: 9) skipped --- // === Definitions === // === /tests/cases/fourslash/findAllRefsPrivateNameAccessors.ts === @@ -229,20 +168,7 @@ // constructor() { // this.#foo(); // } - // } - // class D extends C { - // constructor() { - // super() - // this.#foo = 20; - // } - // } - // class E { - // get #foo(){ return 1; } - // set #foo(value: number){ } - // constructor() { - // this.#foo(); - // } - // } + // --- (line: 7) skipped --- // === Details === [ @@ -308,18 +234,7 @@ // } // } // class D extends C { -// constructor() { -// super() -// this.#foo = 20; -// } -// } -// class E { -// get #foo(){ return 1; } -// set #foo(value: number){ } -// constructor() { -// this.#foo(); -// } -// } +// --- (line: 9) skipped --- // === Definitions === // === /tests/cases/fourslash/findAllRefsPrivateNameAccessors.ts === @@ -329,20 +244,7 @@ // constructor() { // this.#foo(); // } - // } - // class D extends C { - // constructor() { - // super() - // this.#foo = 20; - // } - // } - // class E { - // get #foo(){ return 1; } - // set #foo(value: number){ } - // constructor() { - // this.#foo(); - // } - // } + // --- (line: 7) skipped --- // === Details === [ @@ -408,18 +310,7 @@ // } // } // class D extends C { -// constructor() { -// super() -// this.#foo = 20; -// } -// } -// class E { -// get #foo(){ return 1; } -// set #foo(value: number){ } -// constructor() { -// this.#foo(); -// } -// } +// --- (line: 9) skipped --- // === Definitions === // === /tests/cases/fourslash/findAllRefsPrivateNameAccessors.ts === @@ -431,18 +322,7 @@ // } // } // class D extends C { - // constructor() { - // super() - // this.#foo = 20; - // } - // } - // class E { - // get #foo(){ return 1; } - // set #foo(value: number){ } - // constructor() { - // this.#foo(); - // } - // } + // --- (line: 9) skipped --- // === Details === [ @@ -500,17 +380,7 @@ // === findAllReferences === // === /tests/cases/fourslash/findAllRefsPrivateNameAccessors.ts === -// class C { -// get #foo(){ return 1; } -// set #foo(value: number){ } -// constructor() { -// this.#foo(); -// } -// } -// class D extends C { -// constructor() { -// super() -// this.#foo = 20; +// --- (line: 11) skipped --- // } // } // class E { @@ -523,17 +393,7 @@ // === Definitions === // === /tests/cases/fourslash/findAllRefsPrivateNameAccessors.ts === - // class C { - // get #foo(){ return 1; } - // set #foo(value: number){ } - // constructor() { - // this.#foo(); - // } - // } - // class D extends C { - // constructor() { - // super() - // this.#foo = 20; + // --- (line: 11) skipped --- // } // } // class E { @@ -600,17 +460,7 @@ // === findAllReferences === // === /tests/cases/fourslash/findAllRefsPrivateNameAccessors.ts === -// class C { -// get #foo(){ return 1; } -// set #foo(value: number){ } -// constructor() { -// this.#foo(); -// } -// } -// class D extends C { -// constructor() { -// super() -// this.#foo = 20; +// --- (line: 11) skipped --- // } // } // class E { @@ -623,17 +473,7 @@ // === Definitions === // === /tests/cases/fourslash/findAllRefsPrivateNameAccessors.ts === - // class C { - // get #foo(){ return 1; } - // set #foo(value: number){ } - // constructor() { - // this.#foo(); - // } - // } - // class D extends C { - // constructor() { - // super() - // this.#foo = 20; + // --- (line: 11) skipped --- // } // } // class E { @@ -700,17 +540,7 @@ // === findAllReferences === // === /tests/cases/fourslash/findAllRefsPrivateNameAccessors.ts === -// class C { -// get #foo(){ return 1; } -// set #foo(value: number){ } -// constructor() { -// this.#foo(); -// } -// } -// class D extends C { -// constructor() { -// super() -// this.#foo = 20; +// --- (line: 11) skipped --- // } // } // class E { @@ -723,17 +553,7 @@ // === Definitions === // === /tests/cases/fourslash/findAllRefsPrivateNameAccessors.ts === - // class C { - // get #foo(){ return 1; } - // set #foo(value: number){ } - // constructor() { - // this.#foo(); - // } - // } - // class D extends C { - // constructor() { - // super() - // this.#foo = 20; + // --- (line: 11) skipped --- // } // } // class E { @@ -800,17 +620,7 @@ // === findAllReferences === // === /tests/cases/fourslash/findAllRefsPrivateNameAccessors.ts === -// class C { -// get #foo(){ return 1; } -// set #foo(value: number){ } -// constructor() { -// this.#foo(); -// } -// } -// class D extends C { -// constructor() { -// super() -// this.#foo = 20; +// --- (line: 11) skipped --- // } // } // class E { @@ -823,17 +633,7 @@ // === Definitions === // === /tests/cases/fourslash/findAllRefsPrivateNameAccessors.ts === - // class C { - // get #foo(){ return 1; } - // set #foo(value: number){ } - // constructor() { - // this.#foo(); - // } - // } - // class D extends C { - // constructor() { - // super() - // this.#foo = 20; + // --- (line: 11) skipped --- // } // } // class E { @@ -900,17 +700,7 @@ // === findAllReferences === // === /tests/cases/fourslash/findAllRefsPrivateNameAccessors.ts === -// class C { -// get #foo(){ return 1; } -// set #foo(value: number){ } -// constructor() { -// this.#foo(); -// } -// } -// class D extends C { -// constructor() { -// super() -// this.#foo = 20; +// --- (line: 11) skipped --- // } // } // class E { @@ -923,17 +713,7 @@ // === Definitions === // === /tests/cases/fourslash/findAllRefsPrivateNameAccessors.ts === - // class C { - // get #foo(){ return 1; } - // set #foo(value: number){ } - // constructor() { - // this.#foo(); - // } - // } - // class D extends C { - // constructor() { - // super() - // this.#foo = 20; + // --- (line: 11) skipped --- // } // } // class E { diff --git a/tests/baselines/reference/findAllRefsPrivateNameMethods.baseline.jsonc b/tests/baselines/reference/findAllRefsPrivateNameMethods.baseline.jsonc index 6c3c499cc49c3..9afbd4afeaa52 100644 --- a/tests/baselines/reference/findAllRefsPrivateNameMethods.baseline.jsonc +++ b/tests/baselines/reference/findAllRefsPrivateNameMethods.baseline.jsonc @@ -7,17 +7,7 @@ // } // } // class D extends C { -// constructor() { -// super() -// this.#foo = 20; -// } -// } -// class E { -// #foo(){ } -// constructor() { -// this.#foo(); -// } -// } +// --- (line: 8) skipped --- // === Definitions === // === /tests/cases/fourslash/findAllRefsPrivateNameMethods.ts === @@ -26,19 +16,7 @@ // constructor() { // this.#foo(); // } - // } - // class D extends C { - // constructor() { - // super() - // this.#foo = 20; - // } - // } - // class E { - // #foo(){ } - // constructor() { - // this.#foo(); - // } - // } + // --- (line: 6) skipped --- // === Details === [ @@ -111,17 +89,7 @@ // } // } // class D extends C { -// constructor() { -// super() -// this.#foo = 20; -// } -// } -// class E { -// #foo(){ } -// constructor() { -// this.#foo(); -// } -// } +// --- (line: 8) skipped --- // === Definitions === // === /tests/cases/fourslash/findAllRefsPrivateNameMethods.ts === @@ -132,17 +100,7 @@ // } // } // class D extends C { - // constructor() { - // super() - // this.#foo = 20; - // } - // } - // class E { - // #foo(){ } - // constructor() { - // this.#foo(); - // } - // } + // --- (line: 8) skipped --- // === Details === [ @@ -208,16 +166,7 @@ // === findAllReferences === // === /tests/cases/fourslash/findAllRefsPrivateNameMethods.ts === -// class C { -// #foo(){ } -// constructor() { -// this.#foo(); -// } -// } -// class D extends C { -// constructor() { -// super() -// this.#foo = 20; +// --- (line: 10) skipped --- // } // } // class E { @@ -229,16 +178,7 @@ // === Definitions === // === /tests/cases/fourslash/findAllRefsPrivateNameMethods.ts === - // class C { - // #foo(){ } - // constructor() { - // this.#foo(); - // } - // } - // class D extends C { - // constructor() { - // super() - // this.#foo = 20; + // --- (line: 10) skipped --- // } // } // class E { @@ -312,16 +252,7 @@ // === findAllReferences === // === /tests/cases/fourslash/findAllRefsPrivateNameMethods.ts === -// class C { -// #foo(){ } -// constructor() { -// this.#foo(); -// } -// } -// class D extends C { -// constructor() { -// super() -// this.#foo = 20; +// --- (line: 10) skipped --- // } // } // class E { @@ -333,16 +264,7 @@ // === Definitions === // === /tests/cases/fourslash/findAllRefsPrivateNameMethods.ts === - // class C { - // #foo(){ } - // constructor() { - // this.#foo(); - // } - // } - // class D extends C { - // constructor() { - // super() - // this.#foo = 20; + // --- (line: 10) skipped --- // } // } // class E { diff --git a/tests/baselines/reference/findAllRefsPrivateNameProperties.baseline.jsonc b/tests/baselines/reference/findAllRefsPrivateNameProperties.baseline.jsonc index 3614618947809..78f3a65fc4a26 100644 --- a/tests/baselines/reference/findAllRefsPrivateNameProperties.baseline.jsonc +++ b/tests/baselines/reference/findAllRefsPrivateNameProperties.baseline.jsonc @@ -8,17 +8,7 @@ // } // } // class D extends C { -// constructor() { -// super() -// this.#foo = 20; -// } -// } -// class E { -// #foo: number; -// constructor() { -// this.#foo = 20; -// } -// } +// --- (line: 9) skipped --- // === Definitions === // === /tests/cases/fourslash/findAllRefsPrivateNameProperties.ts === @@ -27,20 +17,7 @@ // constructor() { // this.#foo = 20; // #foo in this; - // } - // } - // class D extends C { - // constructor() { - // super() - // this.#foo = 20; - // } - // } - // class E { - // #foo: number; - // constructor() { - // this.#foo = 20; - // } - // } + // --- (line: 6) skipped --- // === Details === [ @@ -106,17 +83,7 @@ // } // } // class D extends C { -// constructor() { -// super() -// this.#foo = 20; -// } -// } -// class E { -// #foo: number; -// constructor() { -// this.#foo = 20; -// } -// } +// --- (line: 9) skipped --- // === Definitions === // === /tests/cases/fourslash/findAllRefsPrivateNameProperties.ts === @@ -127,18 +94,7 @@ // #foo in this; // } // } - // class D extends C { - // constructor() { - // super() - // this.#foo = 20; - // } - // } - // class E { - // #foo: number; - // constructor() { - // this.#foo = 20; - // } - // } + // --- (line: 8) skipped --- // === Details === [ @@ -204,17 +160,7 @@ // } // } // class D extends C { -// constructor() { -// super() -// this.#foo = 20; -// } -// } -// class E { -// #foo: number; -// constructor() { -// this.#foo = 20; -// } -// } +// --- (line: 9) skipped --- // === Definitions === // === /tests/cases/fourslash/findAllRefsPrivateNameProperties.ts === @@ -226,17 +172,7 @@ // } // } // class D extends C { - // constructor() { - // super() - // this.#foo = 20; - // } - // } - // class E { - // #foo: number; - // constructor() { - // this.#foo = 20; - // } - // } + // --- (line: 9) skipped --- // === Details === [ @@ -294,17 +230,7 @@ // === findAllReferences === // === /tests/cases/fourslash/findAllRefsPrivateNameProperties.ts === -// class C { -// #foo = 10; -// constructor() { -// this.#foo = 20; -// #foo in this; -// } -// } -// class D extends C { -// constructor() { -// super() -// this.#foo = 20; +// --- (line: 11) skipped --- // } // } // class E { @@ -316,17 +242,7 @@ // === Definitions === // === /tests/cases/fourslash/findAllRefsPrivateNameProperties.ts === - // class C { - // #foo = 10; - // constructor() { - // this.#foo = 20; - // #foo in this; - // } - // } - // class D extends C { - // constructor() { - // super() - // this.#foo = 20; + // --- (line: 11) skipped --- // } // } // class E { @@ -392,17 +308,7 @@ // === findAllReferences === // === /tests/cases/fourslash/findAllRefsPrivateNameProperties.ts === -// class C { -// #foo = 10; -// constructor() { -// this.#foo = 20; -// #foo in this; -// } -// } -// class D extends C { -// constructor() { -// super() -// this.#foo = 20; +// --- (line: 11) skipped --- // } // } // class E { @@ -414,17 +320,7 @@ // === Definitions === // === /tests/cases/fourslash/findAllRefsPrivateNameProperties.ts === - // class C { - // #foo = 10; - // constructor() { - // this.#foo = 20; - // #foo in this; - // } - // } - // class D extends C { - // constructor() { - // super() - // this.#foo = 20; + // --- (line: 11) skipped --- // } // } // class E { diff --git a/tests/baselines/reference/findAllRefsPropertyContextuallyTypedByTypeParam01.baseline.jsonc b/tests/baselines/reference/findAllRefsPropertyContextuallyTypedByTypeParam01.baseline.jsonc index 12a807dcf9282..cd0feb174636e 100644 --- a/tests/baselines/reference/findAllRefsPropertyContextuallyTypedByTypeParam01.baseline.jsonc +++ b/tests/baselines/reference/findAllRefsPropertyContextuallyTypedByTypeParam01.baseline.jsonc @@ -24,17 +24,7 @@ // } // class C { // method() { - // var x: T = { - // a: "" - // }; - // x.a; - // } - // } - // - // - // var x: IFoo = { - // a: "ss" - // }; + // --- (line: 6) skipped --- // === Details === [ diff --git a/tests/baselines/reference/findAllRefsThisKeyword.baseline.jsonc b/tests/baselines/reference/findAllRefsThisKeyword.baseline.jsonc index af55d4aa52429..b54fc0cb990bb 100644 --- a/tests/baselines/reference/findAllRefsThisKeyword.baseline.jsonc +++ b/tests/baselines/reference/findAllRefsThisKeyword.baseline.jsonc @@ -4,24 +4,7 @@ // function f(this) { // return this; // function g(this) { return this; } -// } -// class C { -// static x() { -// this; -// } -// static y() { -// () => this; -// } -// constructor() { -// this; -// } -// method() { -// () => this; -// } -// } -// // These are *not* real uses of the 'this' keyword, they are identifiers. -// const x = { this: 0 } -// x.this; +// --- (line: 5) skipped --- // === Definitions === // === /tests/cases/fourslash/findAllRefsThisKeyword.ts === @@ -29,24 +12,7 @@ // function f(this) { // return this; // function g(this) { return this; } - // } - // class C { - // static x() { - // this; - // } - // static y() { - // () => this; - // } - // constructor() { - // this; - // } - // method() { - // () => this; - // } - // } - // // These are *not* real uses of the 'this' keyword, they are identifiers. - // const x = { this: 0 } - // x.this; + // --- (line: 5) skipped --- // === Details === [ @@ -94,22 +60,7 @@ // function g(this) { return this; } // } // class C { -// static x() { -// this; -// } -// static y() { -// () => this; -// } -// constructor() { -// this; -// } -// method() { -// () => this; -// } -// } -// // These are *not* real uses of the 'this' keyword, they are identifiers. -// const x = { this: 0 } -// x.this; +// --- (line: 7) skipped --- // === Definitions === // === /tests/cases/fourslash/findAllRefsThisKeyword.ts === @@ -118,23 +69,7 @@ // return this; // function g(this) { return this; } // } - // class C { - // static x() { - // this; - // } - // static y() { - // () => this; - // } - // constructor() { - // this; - // } - // method() { - // () => this; - // } - // } - // // These are *not* real uses of the 'this' keyword, they are identifiers. - // const x = { this: 0 } - // x.this; + // --- (line: 6) skipped --- // === Details === [ @@ -190,22 +125,7 @@ // function g(this) { return this; } // } // class C { -// static x() { -// this; -// } -// static y() { -// () => this; -// } -// constructor() { -// this; -// } -// method() { -// () => this; -// } -// } -// // These are *not* real uses of the 'this' keyword, they are identifiers. -// const x = { this: 0 } -// x.this; +// --- (line: 7) skipped --- // === Definitions === // === /tests/cases/fourslash/findAllRefsThisKeyword.ts === @@ -215,22 +135,7 @@ // function g(this) { return this; } // } // class C { - // static x() { - // this; - // } - // static y() { - // () => this; - // } - // constructor() { - // this; - // } - // method() { - // () => this; - // } - // } - // // These are *not* real uses of the 'this' keyword, they are identifiers. - // const x = { this: 0 } - // x.this; + // --- (line: 7) skipped --- // === Details === [ @@ -287,21 +192,7 @@ // } // class C { // static x() { -// this; -// } -// static y() { -// () => this; -// } -// constructor() { -// this; -// } -// method() { -// () => this; -// } -// } -// // These are *not* real uses of the 'this' keyword, they are identifiers. -// const x = { this: 0 } -// x.this; +// --- (line: 8) skipped --- // === Definitions === // === /tests/cases/fourslash/findAllRefsThisKeyword.ts === @@ -312,21 +203,7 @@ // } // class C { // static x() { - // this; - // } - // static y() { - // () => this; - // } - // constructor() { - // this; - // } - // method() { - // () => this; - // } - // } - // // These are *not* real uses of the 'this' keyword, they are identifiers. - // const x = { this: 0 } - // x.this; + // --- (line: 8) skipped --- // === Details === [ @@ -383,21 +260,7 @@ // } // class C { // static x() { -// this; -// } -// static y() { -// () => this; -// } -// constructor() { -// this; -// } -// method() { -// () => this; -// } -// } -// // These are *not* real uses of the 'this' keyword, they are identifiers. -// const x = { this: 0 } -// x.this; +// --- (line: 8) skipped --- // === Definitions === // === /tests/cases/fourslash/findAllRefsThisKeyword.ts === @@ -408,21 +271,7 @@ // } // class C { // static x() { - // this; - // } - // static y() { - // () => this; - // } - // constructor() { - // this; - // } - // method() { - // () => this; - // } - // } - // // These are *not* real uses of the 'this' keyword, they are identifiers. - // const x = { this: 0 } - // x.this; + // --- (line: 8) skipped --- // === Details === [ @@ -472,10 +321,7 @@ // === findAllReferences === // === /tests/cases/fourslash/findAllRefsThisKeyword.ts === -// this; -// function f(this) { -// return this; -// function g(this) { return this; } +// --- (line: 4) skipped --- // } // class C { // static x() { @@ -486,21 +332,11 @@ // } // constructor() { // this; -// } -// method() { -// () => this; -// } -// } -// // These are *not* real uses of the 'this' keyword, they are identifiers. -// const x = { this: 0 } -// x.this; +// --- (line: 15) skipped --- // === Definitions === // === /tests/cases/fourslash/findAllRefsThisKeyword.ts === - // this; - // function f(this) { - // return this; - // function g(this) { return this; } + // --- (line: 4) skipped --- // } // class C { // static x() { @@ -508,17 +344,7 @@ // } // static y() { // () => this; - // } - // constructor() { - // this; - // } - // method() { - // () => this; - // } - // } - // // These are *not* real uses of the 'this' keyword, they are identifiers. - // const x = { this: 0 } - // x.this; + // --- (line: 12) skipped --- // === Details === [ @@ -560,10 +386,7 @@ // === findAllReferences === // === /tests/cases/fourslash/findAllRefsThisKeyword.ts === -// this; -// function f(this) { -// return this; -// function g(this) { return this; } +// --- (line: 4) skipped --- // } // class C { // static x() { @@ -574,24 +397,11 @@ // } // constructor() { // this; -// } -// method() { -// () => this; -// } -// } -// // These are *not* real uses of the 'this' keyword, they are identifiers. -// const x = { this: 0 } -// x.this; +// --- (line: 15) skipped --- // === Definitions === // === /tests/cases/fourslash/findAllRefsThisKeyword.ts === - // this; - // function f(this) { - // return this; - // function g(this) { return this; } - // } - // class C { - // static x() { + // --- (line: 7) skipped --- // this; // } // static y() { @@ -599,14 +409,7 @@ // } // constructor() { // this; - // } - // method() { - // () => this; - // } - // } - // // These are *not* real uses of the 'this' keyword, they are identifiers. - // const x = { this: 0 } - // x.this; + // --- (line: 15) skipped --- // === Details === [ @@ -648,16 +451,7 @@ // === findAllReferences === // === /tests/cases/fourslash/findAllRefsThisKeyword.ts === -// this; -// function f(this) { -// return this; -// function g(this) { return this; } -// } -// class C { -// static x() { -// this; -// } -// static y() { +// --- (line: 10) skipped --- // () => this; // } // constructor() { @@ -673,16 +467,7 @@ // === Definitions === // === /tests/cases/fourslash/findAllRefsThisKeyword.ts === - // this; - // function f(this) { - // return this; - // function g(this) { return this; } - // } - // class C { - // static x() { - // this; - // } - // static y() { + // --- (line: 10) skipped --- // () => this; // } // constructor() { @@ -690,11 +475,7 @@ // } // method() { // () => this; - // } - // } - // // These are *not* real uses of the 'this' keyword, they are identifiers. - // const x = { this: 0 } - // x.this; + // --- (line: 18) skipped --- // === Details === [ @@ -728,16 +509,7 @@ // === findAllReferences === // === /tests/cases/fourslash/findAllRefsThisKeyword.ts === -// this; -// function f(this) { -// return this; -// function g(this) { return this; } -// } -// class C { -// static x() { -// this; -// } -// static y() { +// --- (line: 10) skipped --- // () => this; // } // constructor() { @@ -753,19 +525,7 @@ // === Definitions === // === /tests/cases/fourslash/findAllRefsThisKeyword.ts === - // this; - // function f(this) { - // return this; - // function g(this) { return this; } - // } - // class C { - // static x() { - // this; - // } - // static y() { - // () => this; - // } - // constructor() { + // --- (line: 13) skipped --- // this; // } // method() { @@ -808,23 +568,7 @@ // === findAllReferences === // === /tests/cases/fourslash/findAllRefsThisKeyword.ts === -// this; -// function f(this) { -// return this; -// function g(this) { return this; } -// } -// class C { -// static x() { -// this; -// } -// static y() { -// () => this; -// } -// constructor() { -// this; -// } -// method() { -// () => this; +// --- (line: 17) skipped --- // } // } // // These are *not* real uses of the 'this' keyword, they are identifiers. @@ -833,23 +577,7 @@ // === Definitions === // === /tests/cases/fourslash/findAllRefsThisKeyword.ts === - // this; - // function f(this) { - // return this; - // function g(this) { return this; } - // } - // class C { - // static x() { - // this; - // } - // static y() { - // () => this; - // } - // constructor() { - // this; - // } - // method() { - // () => this; + // --- (line: 17) skipped --- // } // } // // These are *not* real uses of the 'this' keyword, they are identifiers. @@ -904,23 +632,7 @@ // === findAllReferences === // === /tests/cases/fourslash/findAllRefsThisKeyword.ts === -// this; -// function f(this) { -// return this; -// function g(this) { return this; } -// } -// class C { -// static x() { -// this; -// } -// static y() { -// () => this; -// } -// constructor() { -// this; -// } -// method() { -// () => this; +// --- (line: 17) skipped --- // } // } // // These are *not* real uses of the 'this' keyword, they are identifiers. @@ -929,23 +641,7 @@ // === Definitions === // === /tests/cases/fourslash/findAllRefsThisKeyword.ts === - // this; - // function f(this) { - // return this; - // function g(this) { return this; } - // } - // class C { - // static x() { - // this; - // } - // static y() { - // () => this; - // } - // constructor() { - // this; - // } - // method() { - // () => this; + // --- (line: 17) skipped --- // } // } // // These are *not* real uses of the 'this' keyword, they are identifiers. diff --git a/tests/baselines/reference/findAllRefsUnionProperty.baseline.jsonc b/tests/baselines/reference/findAllRefsUnionProperty.baseline.jsonc index b2b1ccfed396f..a7c5e9f0ec0f6 100644 --- a/tests/baselines/reference/findAllRefsUnionProperty.baseline.jsonc +++ b/tests/baselines/reference/findAllRefsUnionProperty.baseline.jsonc @@ -22,13 +22,7 @@ // const tt: T = { // type: "a", // prop: 0, - // }; - // declare const t: T; - // if (t.type === "a") { - // t.type; - // } else { - // t.type; - // } + // --- (line: 7) skipped --- // === Details === [ @@ -199,13 +193,7 @@ // const tt: T = { // type: "a", // prop: 0, - // }; - // declare const t: T; - // if (t.type === "a") { - // t.type; - // } else { - // t.type; - // } + // --- (line: 7) skipped --- // === Details === [ @@ -909,11 +897,7 @@ // prop: 0, // }; // declare const t: T; - // if (t.type === "a") { - // t.type; - // } else { - // t.type; - // } + // --- (line: 9) skipped --- // === Details === [ @@ -1030,10 +1014,7 @@ // }; // declare const t: T; // if (t.type === "a") { -// t.type; -// } else { -// t.type; -// } +// --- (line: 10) skipped --- // === Definitions === // === /tests/cases/fourslash/findAllRefsUnionProperty.ts === @@ -1043,13 +1024,7 @@ // const tt: T = { // type: "a", // prop: 0, - // }; - // declare const t: T; - // if (t.type === "a") { - // t.type; - // } else { - // t.type; - // } + // --- (line: 7) skipped --- // === Details === [ @@ -1150,10 +1125,7 @@ // }; // declare const t: T; // if (t.type === "a") { -// t.type; -// } else { -// t.type; -// } +// --- (line: 10) skipped --- // === Definitions === // === /tests/cases/fourslash/findAllRefsUnionProperty.ts === @@ -1163,13 +1135,7 @@ // const tt: T = { // type: "a", // prop: 0, - // }; - // declare const t: T; - // if (t.type === "a") { - // t.type; - // } else { - // t.type; - // } + // --- (line: 7) skipped --- // === Details === [ @@ -1270,10 +1236,7 @@ // }; // declare const t: T; // if (t.type === "a") { -// t.type; -// } else { -// t.type; -// } +// --- (line: 10) skipped --- // === Definitions === // === /tests/cases/fourslash/findAllRefsUnionProperty.ts === @@ -1286,10 +1249,7 @@ // }; // declare const t: T; // if (t.type === "a") { - // t.type; - // } else { - // t.type; - // } + // --- (line: 10) skipped --- // === Details === [ diff --git a/tests/baselines/reference/findAllRefsUnresolvedSymbols2.baseline.jsonc b/tests/baselines/reference/findAllRefsUnresolvedSymbols2.baseline.jsonc index bc4ad3b98c43f..93257b9957d31 100644 --- a/tests/baselines/reference/findAllRefsUnresolvedSymbols2.baseline.jsonc +++ b/tests/baselines/reference/findAllRefsUnresolvedSymbols2.baseline.jsonc @@ -15,10 +15,7 @@ // // let a: Bar; // let b: Bar; - // let c: Bar; - // let d: Bar.X; - // let e: Bar.X; - // let f: Bar.X.Y; + // --- (line: 5) skipped --- // === Details === [ @@ -427,9 +424,7 @@ // === Definitions === // === /tests/cases/fourslash/findAllRefsUnresolvedSymbols2.ts === - // import { Bar } from "does-not-exist"; - // - // let a: Bar; + // --- (line: 3) skipped --- // let b: Bar; // let c: Bar; // let d: Bar.X; @@ -496,10 +491,7 @@ // === findAllReferences === // === /tests/cases/fourslash/findAllRefsUnresolvedSymbols2.ts === -// import { Bar } from "does-not-exist"; -// -// let a: Bar; -// let b: Bar; +// --- (line: 4) skipped --- // let c: Bar; // let d: Bar.X; // let e: Bar.X; @@ -507,10 +499,7 @@ // === Definitions === // === /tests/cases/fourslash/findAllRefsUnresolvedSymbols2.ts === - // import { Bar } from "does-not-exist"; - // - // let a: Bar; - // let b: Bar; + // --- (line: 4) skipped --- // let c: Bar; // let d: Bar.X; // let e: Bar.X; @@ -531,10 +520,7 @@ // === findAllReferences === // === /tests/cases/fourslash/findAllRefsUnresolvedSymbols2.ts === -// import { Bar } from "does-not-exist"; -// -// let a: Bar; -// let b: Bar; +// --- (line: 4) skipped --- // let c: Bar; // let d: Bar.X; // let e: Bar.X; @@ -542,10 +528,7 @@ // === Definitions === // === /tests/cases/fourslash/findAllRefsUnresolvedSymbols2.ts === - // import { Bar } from "does-not-exist"; - // - // let a: Bar; - // let b: Bar; + // --- (line: 4) skipped --- // let c: Bar; // let d: Bar.X; // let e: Bar.X; diff --git a/tests/baselines/reference/findAllRefsUnresolvedSymbols3.baseline.jsonc b/tests/baselines/reference/findAllRefsUnresolvedSymbols3.baseline.jsonc index 6eee5e1933ec0..2259fcde0615f 100644 --- a/tests/baselines/reference/findAllRefsUnresolvedSymbols3.baseline.jsonc +++ b/tests/baselines/reference/findAllRefsUnresolvedSymbols3.baseline.jsonc @@ -15,10 +15,7 @@ // // let a: Bar; // let b: Bar; - // let c: Bar; - // let d: Bar.X; - // let e: Bar.X; - // let f: Bar.X.Y; + // --- (line: 5) skipped --- // === Details === [ @@ -427,9 +424,7 @@ // === Definitions === // === /tests/cases/fourslash/findAllRefsUnresolvedSymbols3.ts === - // import * as Bar from "does-not-exist"; - // - // let a: Bar; + // --- (line: 3) skipped --- // let b: Bar; // let c: Bar; // let d: Bar.X; @@ -496,10 +491,7 @@ // === findAllReferences === // === /tests/cases/fourslash/findAllRefsUnresolvedSymbols3.ts === -// import * as Bar from "does-not-exist"; -// -// let a: Bar; -// let b: Bar; +// --- (line: 4) skipped --- // let c: Bar; // let d: Bar.X; // let e: Bar.X; @@ -507,10 +499,7 @@ // === Definitions === // === /tests/cases/fourslash/findAllRefsUnresolvedSymbols3.ts === - // import * as Bar from "does-not-exist"; - // - // let a: Bar; - // let b: Bar; + // --- (line: 4) skipped --- // let c: Bar; // let d: Bar.X; // let e: Bar.X; @@ -531,10 +520,7 @@ // === findAllReferences === // === /tests/cases/fourslash/findAllRefsUnresolvedSymbols3.ts === -// import * as Bar from "does-not-exist"; -// -// let a: Bar; -// let b: Bar; +// --- (line: 4) skipped --- // let c: Bar; // let d: Bar.X; // let e: Bar.X; @@ -542,10 +528,7 @@ // === Definitions === // === /tests/cases/fourslash/findAllRefsUnresolvedSymbols3.ts === - // import * as Bar from "does-not-exist"; - // - // let a: Bar; - // let b: Bar; + // --- (line: 4) skipped --- // let c: Bar; // let d: Bar.X; // let e: Bar.X; diff --git a/tests/baselines/reference/findAllRefsWithLeadingUnderscoreNames5.baseline.jsonc b/tests/baselines/reference/findAllRefsWithLeadingUnderscoreNames5.baseline.jsonc index 330cbb8ee43f3..ed164a59e8b1f 100644 --- a/tests/baselines/reference/findAllRefsWithLeadingUnderscoreNames5.baseline.jsonc +++ b/tests/baselines/reference/findAllRefsWithLeadingUnderscoreNames5.baseline.jsonc @@ -22,11 +22,7 @@ // public ____bar; // } // - // var x: Foo; - // x._bar; - // x.__bar; - // x.___bar; - // x.____bar; + // --- (line: 8) skipped --- // === Details === [ @@ -106,11 +102,7 @@ // public ____bar; // } // - // var x: Foo; - // x._bar; - // x.__bar; - // x.___bar; - // x.____bar; + // --- (line: 8) skipped --- // === Details === [ diff --git a/tests/baselines/reference/findAllRefsWithLeadingUnderscoreNames6.baseline.jsonc b/tests/baselines/reference/findAllRefsWithLeadingUnderscoreNames6.baseline.jsonc index 30255cc2aada8..008e7a7fc5d83 100644 --- a/tests/baselines/reference/findAllRefsWithLeadingUnderscoreNames6.baseline.jsonc +++ b/tests/baselines/reference/findAllRefsWithLeadingUnderscoreNames6.baseline.jsonc @@ -21,12 +21,7 @@ // public ___bar; // public ____bar; // } - // - // var x: Foo; - // x._bar; - // x.__bar; - // x.___bar; - // x.____bar; + // --- (line: 7) skipped --- // === Details === [ @@ -105,12 +100,7 @@ // public ___bar; // public ____bar; // } - // - // var x: Foo; - // x._bar; - // x.__bar; - // x.___bar; - // x.____bar; + // --- (line: 7) skipped --- // === Details === [ diff --git a/tests/baselines/reference/findAllRefsWithShorthandPropertyAssignment2.baseline.jsonc b/tests/baselines/reference/findAllRefsWithShorthandPropertyAssignment2.baseline.jsonc index c3451b3e6c31d..5bfb067748d7f 100644 --- a/tests/baselines/reference/findAllRefsWithShorthandPropertyAssignment2.baseline.jsonc +++ b/tests/baselines/reference/findAllRefsWithShorthandPropertyAssignment2.baseline.jsonc @@ -4,10 +4,7 @@ // // module M { export var dx; } // module M { -// var z = 100; -// export var y = { dx, z }; -// } -// M.y.dx; +// --- (line: 5) skipped --- // === Definitions === // === /tests/cases/fourslash/findAllRefsWithShorthandPropertyAssignment2.ts === @@ -15,10 +12,7 @@ // // module M { export var dx; } // module M { - // var z = 100; - // export var y = { dx, z }; - // } - // M.y.dx; + // --- (line: 5) skipped --- // === Details === [ diff --git a/tests/baselines/reference/findAllRefsWriteAccess.baseline.jsonc b/tests/baselines/reference/findAllRefsWriteAccess.baseline.jsonc index 31bd93875deb6..6b1ec114b84a8 100644 --- a/tests/baselines/reference/findAllRefsWriteAccess.baseline.jsonc +++ b/tests/baselines/reference/findAllRefsWriteAccess.baseline.jsonc @@ -25,18 +25,7 @@ // } // // let o: Obj = { - // [`num`]: 0 - // }; - // - // o = { - // ['num']: 1 - // }; - // - // o['num'] = 2; - // o[`num`] = 3; - // - // o['num']; - // o[`num`]; + // --- (line: 6) skipped --- // === Details === [ diff --git a/tests/baselines/reference/findReferencesDefinitionDisplayParts.baseline.jsonc b/tests/baselines/reference/findReferencesDefinitionDisplayParts.baseline.jsonc index ba23995c276d3..8d032b31e569a 100644 --- a/tests/baselines/reference/findReferencesDefinitionDisplayParts.baseline.jsonc +++ b/tests/baselines/reference/findReferencesDefinitionDisplayParts.baseline.jsonc @@ -6,9 +6,7 @@ // // type Options = "option 1" | "option 2"; // let myOption: Options = "option 1"; -// -// someLabel: -// break someLabel; +// --- (line: 7) skipped --- // === Definitions === // === /tests/cases/fourslash/findReferencesDefinitionDisplayParts.ts === @@ -18,9 +16,7 @@ // // type Options = "option 1" | "option 2"; // let myOption: Options = "option 1"; - // - // someLabel: - // break someLabel; + // --- (line: 7) skipped --- // === Details === [ @@ -55,10 +51,7 @@ // } // // type Options = "option 1" | "option 2"; -// let myOption: Options = "option 1"; -// -// someLabel: -// break someLabel; +// --- (line: 6) skipped --- // === Definitions === // === /tests/cases/fourslash/findReferencesDefinitionDisplayParts.ts === @@ -67,10 +60,7 @@ // } // // type Options = "option 1" | "option 2"; - // let myOption: Options = "option 1"; - // - // someLabel: - // break someLabel; + // --- (line: 6) skipped --- // === Details === [ @@ -146,10 +136,7 @@ // === findAllReferences === // === /tests/cases/fourslash/findReferencesDefinitionDisplayParts.ts === -// class Greeter { -// someFunction() { this; } -// } -// +// --- (line: 4) skipped --- // type Options = "option 1" | "option 2"; // let myOption: Options = "option 1"; // @@ -158,10 +145,7 @@ // === Definitions === // === /tests/cases/fourslash/findReferencesDefinitionDisplayParts.ts === - // class Greeter { - // someFunction() { this; } - // } - // + // --- (line: 4) skipped --- // type Options = "option 1" | "option 2"; // let myOption: Options = "option 1"; // diff --git a/tests/baselines/reference/findReferencesJSXTagName3.baseline.jsonc b/tests/baselines/reference/findReferencesJSXTagName3.baseline.jsonc index d68b8ef85d043..7776dae1eea87 100644 --- a/tests/baselines/reference/findReferencesJSXTagName3.baseline.jsonc +++ b/tests/baselines/reference/findReferencesJSXTagName3.baseline.jsonc @@ -26,15 +26,7 @@ // } // } // - // const Comp = () => - //
- // Some content - //
More content
- //
; - // - // const x = - // Content - // ; + // --- (line: 8) skipped --- // === Details === [ @@ -131,10 +123,7 @@ // Some content //
More content
// ; - // - // const x = - // Content - // ; + // --- (line: 13) skipped --- // === Details === [ @@ -500,10 +489,7 @@ // === findAllReferences === // === /a.tsx === -// namespace JSX { -// export interface Element { } -// export interface IntrinsicElements { -// div: any; +// --- (line: 4) skipped --- // } // } // @@ -519,10 +505,7 @@ // === Definitions === // === /a.tsx === - // namespace JSX { - // export interface Element { } - // export interface IntrinsicElements { - // div: any; + // --- (line: 4) skipped --- // } // } // @@ -604,10 +587,7 @@ // === findAllReferences === // === /a.tsx === -// namespace JSX { -// export interface Element { } -// export interface IntrinsicElements { -// div: any; +// --- (line: 4) skipped --- // } // } // @@ -623,10 +603,7 @@ // === Definitions === // === /a.tsx === - // namespace JSX { - // export interface Element { } - // export interface IntrinsicElements { - // div: any; + // --- (line: 4) skipped --- // } // } // @@ -708,10 +685,7 @@ // === findAllReferences === // === /a.tsx === -// namespace JSX { -// export interface Element { } -// export interface IntrinsicElements { -// div: any; +// --- (line: 4) skipped --- // } // } // @@ -727,10 +701,7 @@ // === Definitions === // === /a.tsx === - // namespace JSX { - // export interface Element { } - // export interface IntrinsicElements { - // div: any; + // --- (line: 4) skipped --- // } // } // @@ -833,11 +804,7 @@ // === documentHighlights === // === /a.tsx === -// namespace JSX { -// export interface Element { } -// export interface IntrinsicElements { -// div: any; -// } +// --- (line: 5) skipped --- // } // // const Comp = () => @@ -854,13 +821,7 @@ // === documentHighlights === // === /a.tsx === -// namespace JSX { -// export interface Element { } -// export interface IntrinsicElements { -// div: any; -// } -// } -// +// --- (line: 7) skipped --- // const Comp = () => //
// Some content @@ -875,13 +836,7 @@ // === documentHighlights === // === /a.tsx === -// namespace JSX { -// export interface Element { } -// export interface IntrinsicElements { -// div: any; -// } -// } -// +// --- (line: 7) skipped --- // const Comp = () => //
// Some content @@ -896,11 +851,7 @@ // === documentHighlights === // === /a.tsx === -// namespace JSX { -// export interface Element { } -// export interface IntrinsicElements { -// div: any; -// } +// --- (line: 5) skipped --- // } // // const Comp = () => @@ -917,10 +868,7 @@ // === documentHighlights === // === /a.tsx === -// namespace JSX { -// export interface Element { } -// export interface IntrinsicElements { -// div: any; +// --- (line: 4) skipped --- // } // } // @@ -938,16 +886,7 @@ // === documentHighlights === // === /a.tsx === -// namespace JSX { -// export interface Element { } -// export interface IntrinsicElements { -// div: any; -// } -// } -// -// const Comp = () => -//
-// Some content +// --- (line: 10) skipped --- //
More content
//
; // @@ -959,16 +898,7 @@ // === documentHighlights === // === /a.tsx === -// namespace JSX { -// export interface Element { } -// export interface IntrinsicElements { -// div: any; -// } -// } -// -// const Comp = () => -//
-// Some content +// --- (line: 10) skipped --- //
More content
//
; // diff --git a/tests/baselines/reference/getImplementationAtPosition-pp.baseline.jsonc b/tests/baselines/reference/getImplementationAtPosition-pp.baseline.jsonc index 0c6e15e1007b8..59455d0af283a 100644 --- a/tests/baselines/reference/getImplementationAtPosition-pp.baseline.jsonc +++ b/tests/baselines/reference/getImplementationAtPosition-pp.baseline.jsonc @@ -12,13 +12,7 @@ // // var x = new Bar(); // -// x.hello(); -// -// class SomeClass { -// someMethod() { -// this.someMethod(); -// } -// } +// --- (line: 5) skipped --- // === Details === [ @@ -59,11 +53,7 @@ // // x.hello(); // -// class SomeClass { -// someMethod() { -// this.someMethod(); -// } -// } +// --- (line: 7) skipped --- // === Details === [ @@ -106,9 +96,7 @@ // // class SomeClass { // someMethod() { -// this.someMethod(); -// } -// } +// --- (line: 9) skipped --- // === Details === [ @@ -171,9 +159,7 @@ // === goToImplementation === // === /tests/cases/fourslash/shims-pp/goToImplementationDifferentFile_Consumption.ts === -// interface Foo {} -// -// var x = new Bar(); +// --- (line: 3) skipped --- // // x.hello(); // diff --git a/tests/baselines/reference/getImplementationAtPosition-shims.baseline.jsonc b/tests/baselines/reference/getImplementationAtPosition-shims.baseline.jsonc index 8900f3366822e..bdb65a3f75ced 100644 --- a/tests/baselines/reference/getImplementationAtPosition-shims.baseline.jsonc +++ b/tests/baselines/reference/getImplementationAtPosition-shims.baseline.jsonc @@ -12,13 +12,7 @@ // // var x = new Bar(); // -// x.hello(); -// -// class SomeClass { -// someMethod() { -// this.someMethod(); -// } -// } +// --- (line: 5) skipped --- // === Details === [ @@ -59,11 +53,7 @@ // // x.hello(); // -// class SomeClass { -// someMethod() { -// this.someMethod(); -// } -// } +// --- (line: 7) skipped --- // === Details === [ @@ -106,9 +96,7 @@ // // class SomeClass { // someMethod() { -// this.someMethod(); -// } -// } +// --- (line: 9) skipped --- // === Details === [ @@ -171,9 +159,7 @@ // === goToImplementation === // === /tests/cases/fourslash/shims/goToImplementationDifferentFile_Consumption.ts === -// interface Foo {} -// -// var x = new Bar(); +// --- (line: 3) skipped --- // // x.hello(); // diff --git a/tests/baselines/reference/getOccurrencesAbstract01.baseline.jsonc b/tests/baselines/reference/getOccurrencesAbstract01.baseline.jsonc index ca81d65ce926e..100f87637e450 100644 --- a/tests/baselines/reference/getOccurrencesAbstract01.baseline.jsonc +++ b/tests/baselines/reference/getOccurrencesAbstract01.baseline.jsonc @@ -8,9 +8,7 @@ // } // // Abstract class below should not get highlighted // abstract class Foo { -// abstract foo(): void; -// abstract bar(): void; -// } +// --- (line: 9) skipped --- @@ -24,9 +22,7 @@ // } // // Abstract class below should not get highlighted // abstract class Foo { -// abstract foo(): void; -// abstract bar(): void; -// } +// --- (line: 9) skipped --- @@ -40,9 +36,7 @@ // } // // Abstract class below should not get highlighted // abstract class Foo { -// abstract foo(): void; -// abstract bar(): void; -// } +// --- (line: 9) skipped --- @@ -56,9 +50,7 @@ // } // // Abstract class below should not get highlighted // abstract class Foo { -// abstract foo(): void; -// abstract bar(): void; -// } +// --- (line: 9) skipped --- @@ -72,6 +64,4 @@ // } // // Abstract class below should not get highlighted // abstract class Foo { -// abstract foo(): void; -// abstract bar(): void; -// } \ No newline at end of file +// --- (line: 9) skipped --- \ No newline at end of file diff --git a/tests/baselines/reference/getOccurrencesAbstract02.baseline.jsonc b/tests/baselines/reference/getOccurrencesAbstract02.baseline.jsonc index ae12f4dd02a9a..b9f744eeda90e 100644 --- a/tests/baselines/reference/getOccurrencesAbstract02.baseline.jsonc +++ b/tests/baselines/reference/getOccurrencesAbstract02.baseline.jsonc @@ -1,8 +1,6 @@ // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesAbstract02.ts === -// // Not valid TS (abstract methods can only appear in abstract classes) -// class Animal { -// abstract walk(): void; +// --- (line: 3) skipped --- // abstract makeSound(): void; // } // // abstract cannot appear here, won't get highlighted @@ -15,10 +13,7 @@ // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesAbstract02.ts === -// // Not valid TS (abstract methods can only appear in abstract classes) -// class Animal { -// abstract walk(): void; -// abstract makeSound(): void; +// --- (line: 4) skipped --- // } // // abstract cannot appear here, won't get highlighted // let c = abstract class Foo { @@ -37,9 +32,7 @@ // } // // abstract cannot appear here, won't get highlighted // let c = abstract class Foo { -// abstract foo(): void; -// abstract bar(): void; -// } +// --- (line: 8) skipped --- @@ -52,6 +45,4 @@ // } // // abstract cannot appear here, won't get highlighted // let c = abstract class Foo { -// abstract foo(): void; -// abstract bar(): void; -// } \ No newline at end of file +// --- (line: 8) skipped --- \ No newline at end of file diff --git a/tests/baselines/reference/getOccurrencesAbstract03.baseline.jsonc b/tests/baselines/reference/getOccurrencesAbstract03.baseline.jsonc index be1c29974f66f..ff9b183e1746a 100644 --- a/tests/baselines/reference/getOccurrencesAbstract03.baseline.jsonc +++ b/tests/baselines/reference/getOccurrencesAbstract03.baseline.jsonc @@ -6,12 +6,7 @@ // } // abstract class B {} // } -// switch (0) { -// case 0: -// abstract class A { abstract m(): void; } -// default: -// abstract class B { abstract m(): void; } -// } +// --- (line: 7) skipped --- @@ -23,22 +18,13 @@ // } // abstract class B {} // } -// switch (0) { -// case 0: -// abstract class A { abstract m(): void; } -// default: -// abstract class B { abstract m(): void; } -// } +// --- (line: 7) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesAbstract03.ts === -// function f() { -// abstract class A { -// abstract m(): void; -// } -// abstract class B {} +// --- (line: 5) skipped --- // } // switch (0) { // case 0: @@ -51,11 +37,7 @@ // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesAbstract03.ts === -// function f() { -// abstract class A { -// abstract m(): void; -// } -// abstract class B {} +// --- (line: 5) skipped --- // } // switch (0) { // case 0: @@ -68,13 +50,7 @@ // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesAbstract03.ts === -// function f() { -// abstract class A { -// abstract m(): void; -// } -// abstract class B {} -// } -// switch (0) { +// --- (line: 7) skipped --- // case 0: // abstract class A { abstract m(): void; } // default: @@ -85,13 +61,7 @@ // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesAbstract03.ts === -// function f() { -// abstract class A { -// abstract m(): void; -// } -// abstract class B {} -// } -// switch (0) { +// --- (line: 7) skipped --- // case 0: // abstract class A { abstract m(): void; } // default: diff --git a/tests/baselines/reference/getOccurrencesAsyncAwait.baseline.jsonc b/tests/baselines/reference/getOccurrencesAsyncAwait.baseline.jsonc index e5c2b09776cca..b692ee7c4fc08 100644 --- a/tests/baselines/reference/getOccurrencesAsyncAwait.baseline.jsonc +++ b/tests/baselines/reference/getOccurrencesAsyncAwait.baseline.jsonc @@ -12,12 +12,7 @@ // await 300; // } // } -// async function g() { -// await 300; -// async function f() { -// await 400; -// } -// } +// --- (line: 13) skipped --- @@ -35,12 +30,7 @@ // await 300; // } // } -// async function g() { -// await 300; -// async function f() { -// await 400; -// } -// } +// --- (line: 13) skipped --- @@ -58,12 +48,7 @@ // await 300; // } // } -// async function g() { -// await 300; -// async function f() { -// await 400; -// } -// } +// --- (line: 13) skipped --- @@ -81,12 +66,7 @@ // await 300; // } // } -// async function g() { -// await 300; -// async function f() { -// await 400; -// } -// } +// --- (line: 13) skipped --- @@ -104,9 +84,4 @@ // await 300; // } // } -// async function g() { -// await 300; -// async function f() { -// await 400; -// } -// } \ No newline at end of file +// --- (line: 13) skipped --- \ No newline at end of file diff --git a/tests/baselines/reference/getOccurrencesClassExpressionConstructor.baseline.jsonc b/tests/baselines/reference/getOccurrencesClassExpressionConstructor.baseline.jsonc index 2f1ba03217940..895bada10048e 100644 --- a/tests/baselines/reference/getOccurrencesClassExpressionConstructor.baseline.jsonc +++ b/tests/baselines/reference/getOccurrencesClassExpressionConstructor.baseline.jsonc @@ -9,9 +9,7 @@ // } // // let B = class D { -// constructor(x: number) { -// } -// } +// --- (line: 10) skipped --- @@ -26,9 +24,7 @@ // } // // let B = class D { -// constructor(x: number) { -// } -// } +// --- (line: 10) skipped --- @@ -43,9 +39,7 @@ // } // // let B = class D { -// constructor(x: number) { -// } -// } +// --- (line: 10) skipped --- @@ -60,6 +54,4 @@ // } // // let B = class D { -// constructor(x: number) { -// } -// } \ No newline at end of file +// --- (line: 10) skipped --- \ No newline at end of file diff --git a/tests/baselines/reference/getOccurrencesClassExpressionPrivate.baseline.jsonc b/tests/baselines/reference/getOccurrencesClassExpressionPrivate.baseline.jsonc index e8105de0f342d..f40884adc52b4 100644 --- a/tests/baselines/reference/getOccurrencesClassExpressionPrivate.baseline.jsonc +++ b/tests/baselines/reference/getOccurrencesClassExpressionPrivate.baseline.jsonc @@ -11,11 +11,7 @@ // } // // let B = class D { -// constructor(private x: number) { -// } -// private test() {} -// public test2() {} -// } +// --- (line: 12) skipped --- @@ -32,11 +28,7 @@ // } // // let B = class D { -// constructor(private x: number) { -// } -// private test() {} -// public test2() {} -// } +// --- (line: 12) skipped --- @@ -53,11 +45,7 @@ // } // // let B = class D { -// constructor(private x: number) { -// } -// private test() {} -// public test2() {} -// } +// --- (line: 12) skipped --- @@ -74,11 +62,7 @@ // } // // let B = class D { -// constructor(private x: number) { -// } -// private test() {} -// public test2() {} -// } +// --- (line: 12) skipped --- @@ -95,8 +79,4 @@ // } // // let B = class D { -// constructor(private x: number) { -// } -// private test() {} -// public test2() {} -// } \ No newline at end of file +// --- (line: 12) skipped --- \ No newline at end of file diff --git a/tests/baselines/reference/getOccurrencesClassExpressionPublic.baseline.jsonc b/tests/baselines/reference/getOccurrencesClassExpressionPublic.baseline.jsonc index bd2b233105b92..5e1cc6e6854bf 100644 --- a/tests/baselines/reference/getOccurrencesClassExpressionPublic.baseline.jsonc +++ b/tests/baselines/reference/getOccurrencesClassExpressionPublic.baseline.jsonc @@ -11,11 +11,7 @@ // } // // let B = class D { -// constructor(private x: number) { -// } -// private test() {} -// public test2() {} -// } +// --- (line: 12) skipped --- @@ -32,11 +28,7 @@ // } // // let B = class D { -// constructor(private x: number) { -// } -// private test() {} -// public test2() {} -// } +// --- (line: 12) skipped --- @@ -53,11 +45,7 @@ // } // // let B = class D { -// constructor(private x: number) { -// } -// private test() {} -// public test2() {} -// } +// --- (line: 12) skipped --- @@ -74,11 +62,7 @@ // } // // let B = class D { -// constructor(private x: number) { -// } -// private test() {} -// public test2() {} -// } +// --- (line: 12) skipped --- @@ -95,8 +79,4 @@ // } // // let B = class D { -// constructor(private x: number) { -// } -// private test() {} -// public test2() {} -// } \ No newline at end of file +// --- (line: 12) skipped --- \ No newline at end of file diff --git a/tests/baselines/reference/getOccurrencesClassExpressionStatic.baseline.jsonc b/tests/baselines/reference/getOccurrencesClassExpressionStatic.baseline.jsonc index 5f90bac4d72c5..5d64978b153f9 100644 --- a/tests/baselines/reference/getOccurrencesClassExpressionStatic.baseline.jsonc +++ b/tests/baselines/reference/getOccurrencesClassExpressionStatic.baseline.jsonc @@ -12,12 +12,7 @@ // } // // let B = class D { -// static a; -// constructor(private x: number) { -// } -// private static test() {} -// public static test2() {} -// } +// --- (line: 13) skipped --- @@ -35,12 +30,7 @@ // } // // let B = class D { -// static a; -// constructor(private x: number) { -// } -// private static test() {} -// public static test2() {} -// } +// --- (line: 13) skipped --- @@ -58,12 +48,7 @@ // } // // let B = class D { -// static a; -// constructor(private x: number) { -// } -// private static test() {} -// public static test2() {} -// } +// --- (line: 13) skipped --- @@ -81,9 +66,4 @@ // } // // let B = class D { -// static a; -// constructor(private x: number) { -// } -// private static test() {} -// public static test2() {} -// } \ No newline at end of file +// --- (line: 13) skipped --- \ No newline at end of file diff --git a/tests/baselines/reference/getOccurrencesClassExpressionStaticThis.baseline.jsonc b/tests/baselines/reference/getOccurrencesClassExpressionStaticThis.baseline.jsonc index 333637861d2bb..8f8a93ab2fb57 100644 --- a/tests/baselines/reference/getOccurrencesClassExpressionStaticThis.baseline.jsonc +++ b/tests/baselines/reference/getOccurrencesClassExpressionStaticThis.baseline.jsonc @@ -1,31 +1,6 @@ // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesClassExpressionStaticThis.ts === -// var x = class C { -// public x; -// public y; -// public z; -// public staticX; -// constructor() { -// this; -// this.x; -// this.y; -// this.z; -// } -// foo() { -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// return this.x; +// --- (line: 26) skipped --- // } // // static bar() { @@ -38,44 +13,13 @@ // } // } // function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } +// --- (line: 39) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesClassExpressionStaticThis.ts === -// var x = class C { -// public x; -// public y; -// public z; -// public staticX; -// constructor() { -// this; -// this.x; -// this.y; -// this.z; -// } -// foo() { -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// return this.x; +// --- (line: 26) skipped --- // } // // static bar() { @@ -88,44 +32,13 @@ // } // } // function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } +// --- (line: 39) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesClassExpressionStaticThis.ts === -// var x = class C { -// public x; -// public y; -// public z; -// public staticX; -// constructor() { -// this; -// this.x; -// this.y; -// this.z; -// } -// foo() { -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// return this.x; +// --- (line: 26) skipped --- // } // // static bar() { @@ -138,44 +51,13 @@ // } // } // function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } +// --- (line: 39) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesClassExpressionStaticThis.ts === -// var x = class C { -// public x; -// public y; -// public z; -// public staticX; -// constructor() { -// this; -// this.x; -// this.y; -// this.z; -// } -// foo() { -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// return this.x; +// --- (line: 26) skipped --- // } // // static bar() { @@ -188,44 +70,13 @@ // } // } // function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } +// --- (line: 39) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesClassExpressionStaticThis.ts === -// var x = class C { -// public x; -// public y; -// public z; -// public staticX; -// constructor() { -// this; -// this.x; -// this.y; -// this.z; -// } -// foo() { -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// return this.x; +// --- (line: 26) skipped --- // } // // static bar() { @@ -238,10 +89,4 @@ // } // } // function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } \ No newline at end of file +// --- (line: 39) skipped --- \ No newline at end of file diff --git a/tests/baselines/reference/getOccurrencesClassExpressionThis.baseline.jsonc b/tests/baselines/reference/getOccurrencesClassExpressionThis.baseline.jsonc index bb8244d48dc7b..c0144d2429c36 100644 --- a/tests/baselines/reference/getOccurrencesClassExpressionThis.baseline.jsonc +++ b/tests/baselines/reference/getOccurrencesClassExpressionThis.baseline.jsonc @@ -28,21 +28,7 @@ // } // // static bar() { -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } +// --- (line: 29) skipped --- @@ -76,21 +62,7 @@ // } // // static bar() { -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } +// --- (line: 29) skipped --- @@ -124,21 +96,7 @@ // } // // static bar() { -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } +// --- (line: 29) skipped --- @@ -172,21 +130,7 @@ // } // // static bar() { -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } +// --- (line: 29) skipped --- @@ -220,21 +164,7 @@ // } // // static bar() { -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } +// --- (line: 29) skipped --- @@ -268,21 +198,7 @@ // } // // static bar() { -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } +// --- (line: 29) skipped --- @@ -316,21 +232,7 @@ // } // // static bar() { -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } +// --- (line: 29) skipped --- @@ -364,21 +266,7 @@ // } // // static bar() { -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } +// --- (line: 29) skipped --- @@ -412,18 +300,4 @@ // } // // static bar() { -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } \ No newline at end of file +// --- (line: 29) skipped --- \ No newline at end of file diff --git a/tests/baselines/reference/getOccurrencesConst02.baseline.jsonc b/tests/baselines/reference/getOccurrencesConst02.baseline.jsonc index 1d52f130a8007..6e0f0fa9cf2fc 100644 --- a/tests/baselines/reference/getOccurrencesConst02.baseline.jsonc +++ b/tests/baselines/reference/getOccurrencesConst02.baseline.jsonc @@ -6,18 +6,13 @@ // } // } // -// declare const x; -// declare const enum E { -// } +// --- (line: 7) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesConst02.ts === -// module m { -// declare const x; -// declare const enum E { -// } +// --- (line: 4) skipped --- // } // // declare const x; @@ -33,18 +28,13 @@ // declare const enum E { // } // } -// -// declare const x; -// declare const enum E { -// } +// --- (line: 6) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesConst02.ts === -// module m { -// declare const x; -// declare const enum E { +// --- (line: 3) skipped --- // } // } // diff --git a/tests/baselines/reference/getOccurrencesConst03.baseline.jsonc b/tests/baselines/reference/getOccurrencesConst03.baseline.jsonc index 8d53f6fa2fa62..9ed27fd0bb3ea 100644 --- a/tests/baselines/reference/getOccurrencesConst03.baseline.jsonc +++ b/tests/baselines/reference/getOccurrencesConst03.baseline.jsonc @@ -6,18 +6,13 @@ // } // } // -// export const x; -// export const enum E { -// } +// --- (line: 7) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesConst03.ts === -// module m { -// export const x; -// export const enum E { -// } +// --- (line: 4) skipped --- // } // // export const x; @@ -33,18 +28,13 @@ // export const enum E { // } // } -// -// export const x; -// export const enum E { -// } +// --- (line: 6) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesConst03.ts === -// module m { -// export const x; -// export const enum E { +// --- (line: 3) skipped --- // } // } // diff --git a/tests/baselines/reference/getOccurrencesConstructor.baseline.jsonc b/tests/baselines/reference/getOccurrencesConstructor.baseline.jsonc index 98d66225d3aae..afe78365c6c94 100644 --- a/tests/baselines/reference/getOccurrencesConstructor.baseline.jsonc +++ b/tests/baselines/reference/getOccurrencesConstructor.baseline.jsonc @@ -14,9 +14,7 @@ // } // // class D { -// constructor(public x: number, public y: number) { -// } -// } +// --- (line: 15) skipped --- @@ -36,9 +34,7 @@ // } // // class D { -// constructor(public x: number, public y: number) { -// } -// } +// --- (line: 15) skipped --- @@ -58,9 +54,7 @@ // } // // class D { -// constructor(public x: number, public y: number) { -// } -// } +// --- (line: 15) skipped --- @@ -80,6 +74,4 @@ // } // // class D { -// constructor(public x: number, public y: number) { -// } -// } \ No newline at end of file +// --- (line: 15) skipped --- \ No newline at end of file diff --git a/tests/baselines/reference/getOccurrencesConstructor2.baseline.jsonc b/tests/baselines/reference/getOccurrencesConstructor2.baseline.jsonc index 696419c5c32b7..f10efc9435f0c 100644 --- a/tests/baselines/reference/getOccurrencesConstructor2.baseline.jsonc +++ b/tests/baselines/reference/getOccurrencesConstructor2.baseline.jsonc @@ -1,16 +1,6 @@ // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesConstructor2.ts === -// class C { -// constructor(); -// constructor(x: number); -// constructor(y: string, x: number); -// constructor(a?: any, ...r: any[]) { -// if (a === undefined && r.length === 0) { -// return; -// } -// -// return; -// } +// --- (line: 11) skipped --- // } // // class D { diff --git a/tests/baselines/reference/getOccurrencesDeclare1.baseline.jsonc b/tests/baselines/reference/getOccurrencesDeclare1.baseline.jsonc index 979bd69d6302f..5006fc0f8f0c1 100644 --- a/tests/baselines/reference/getOccurrencesDeclare1.baseline.jsonc +++ b/tests/baselines/reference/getOccurrencesDeclare1.baseline.jsonc @@ -1,32 +1,6 @@ // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesDeclare1.ts === -// module m { -// export class C1 { -// public pub1; -// public pub2; -// private priv1; -// private priv2; -// protected prot1; -// protected prot2; -// -// public public; -// private private; -// protected protected; -// -// public constructor(public a, private b, protected c, public d, private e, protected f) { -// this.public = 10; -// this.private = 10; -// this.protected = 10; -// } -// -// public get x() { return 10; } -// public set x(value) { } -// -// public static statPub; -// private static statPriv; -// protected static statProt; -// } -// +// --- (line: 27) skipped --- // export interface I1 { // } // @@ -34,17 +8,9 @@ // interface I2 { // } // } -// -// export module mb.m1.m2.m3 { -// declare var foo; -// -// export class C2 { -// public pub1; -// private priv1; -// protected prot1; -// -// protected constructor(public public, protected protected, private private) { -// } +// --- (line: 35) skipped --- + +// --- (line: 45) skipped --- // } // } // @@ -57,33 +23,7 @@ // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesDeclare1.ts === -// module m { -// export class C1 { -// public pub1; -// public pub2; -// private priv1; -// private priv2; -// protected prot1; -// protected prot2; -// -// public public; -// private private; -// protected protected; -// -// public constructor(public a, private b, protected c, public d, private e, protected f) { -// this.public = 10; -// this.private = 10; -// this.protected = 10; -// } -// -// public get x() { return 10; } -// public set x(value) { } -// -// public static statPub; -// private static statPriv; -// protected static statProt; -// } -// +// --- (line: 27) skipped --- // export interface I1 { // } // @@ -91,17 +31,9 @@ // interface I2 { // } // } -// -// export module mb.m1.m2.m3 { -// declare var foo; -// -// export class C2 { -// public pub1; -// private priv1; -// protected prot1; -// -// protected constructor(public public, protected protected, private private) { -// } +// --- (line: 35) skipped --- + +// --- (line: 45) skipped --- // } // } // @@ -114,33 +46,7 @@ // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesDeclare1.ts === -// module m { -// export class C1 { -// public pub1; -// public pub2; -// private priv1; -// private priv2; -// protected prot1; -// protected prot2; -// -// public public; -// private private; -// protected protected; -// -// public constructor(public a, private b, protected c, public d, private e, protected f) { -// this.public = 10; -// this.private = 10; -// this.protected = 10; -// } -// -// public get x() { return 10; } -// public set x(value) { } -// -// public static statPub; -// private static statPriv; -// protected static statProt; -// } -// +// --- (line: 27) skipped --- // export interface I1 { // } // @@ -148,17 +54,9 @@ // interface I2 { // } // } -// -// export module mb.m1.m2.m3 { -// declare var foo; -// -// export class C2 { -// public pub1; -// private priv1; -// protected prot1; -// -// protected constructor(public public, protected protected, private private) { -// } +// --- (line: 35) skipped --- + +// --- (line: 45) skipped --- // } // } // diff --git a/tests/baselines/reference/getOccurrencesDeclare2.baseline.jsonc b/tests/baselines/reference/getOccurrencesDeclare2.baseline.jsonc index 98f268faf55a7..f17fddb2088a8 100644 --- a/tests/baselines/reference/getOccurrencesDeclare2.baseline.jsonc +++ b/tests/baselines/reference/getOccurrencesDeclare2.baseline.jsonc @@ -1,38 +1,6 @@ // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesDeclare2.ts === -// module m { -// export class C1 { -// public pub1; -// public pub2; -// private priv1; -// private priv2; -// protected prot1; -// protected prot2; -// -// public public; -// private private; -// protected protected; -// -// public constructor(public a, private b, protected c, public d, private e, protected f) { -// this.public = 10; -// this.private = 10; -// this.protected = 10; -// } -// -// public get x() { return 10; } -// public set x(value) { } -// -// public static statPub; -// private static statPriv; -// protected static statProt; -// } -// -// export interface I1 { -// } -// -// export declare module ma.m1.m2.m3 { -// interface I2 { -// } +// --- (line: 33) skipped --- // } // // export module mb.m1.m2.m3 { @@ -40,16 +8,4 @@ // // export class C2 { // public pub1; -// private priv1; -// protected prot1; -// -// protected constructor(public public, protected protected, private private) { -// public = private = protected; -// } -// } -// } -// -// declare var ambientThing: number; -// export var exportedThing = 10; -// declare function foo(): string; -// } \ No newline at end of file +// --- (line: 41) skipped --- \ No newline at end of file diff --git a/tests/baselines/reference/getOccurrencesDeclare3.baseline.jsonc b/tests/baselines/reference/getOccurrencesDeclare3.baseline.jsonc index 44fbce8967014..cc52bd9b608de 100644 --- a/tests/baselines/reference/getOccurrencesDeclare3.baseline.jsonc +++ b/tests/baselines/reference/getOccurrencesDeclare3.baseline.jsonc @@ -6,54 +6,9 @@ // // module m { // export class C1 { -// public pub1; -// public pub2; -// private priv1; -// private priv2; -// protected prot1; -// protected prot2; -// -// public public; -// private private; -// protected protected; -// -// public constructor(public a, private b, protected c, public d, private e, protected f) { -// this.public = 10; -// this.private = 10; -// this.protected = 10; -// } -// -// public get x() { return 10; } -// public set x(value) { } -// -// public static statPub; -// private static statPriv; -// protected static statProt; -// } -// -// export interface I1 { -// } -// -// export declare module ma.m1.m2.m3 { -// interface I2 { -// } -// } -// -// export module mb.m1.m2.m3 { -// declare var foo; -// -// export class C2 { -// public pub1; -// private priv1; -// protected prot1; -// -// protected constructor(public public, protected protected, private private) { -// } -// } -// } -// -// declare var ambientThing: number; -// export var exportedThing = 10; +// --- (line: 7) skipped --- + +// --- (line: 54) skipped --- // declare function foo(): string; // } // @@ -71,54 +26,9 @@ // // module m { // export class C1 { -// public pub1; -// public pub2; -// private priv1; -// private priv2; -// protected prot1; -// protected prot2; -// -// public public; -// private private; -// protected protected; -// -// public constructor(public a, private b, protected c, public d, private e, protected f) { -// this.public = 10; -// this.private = 10; -// this.protected = 10; -// } -// -// public get x() { return 10; } -// public set x(value) { } -// -// public static statPub; -// private static statPriv; -// protected static statProt; -// } -// -// export interface I1 { -// } -// -// export declare module ma.m1.m2.m3 { -// interface I2 { -// } -// } -// -// export module mb.m1.m2.m3 { -// declare var foo; -// -// export class C2 { -// public pub1; -// private priv1; -// protected prot1; -// -// protected constructor(public public, protected protected, private private) { -// } -// } -// } -// -// declare var ambientThing: number; -// export var exportedThing = 10; +// --- (line: 7) skipped --- + +// --- (line: 54) skipped --- // declare function foo(): string; // } // @@ -136,54 +46,9 @@ // // module m { // export class C1 { -// public pub1; -// public pub2; -// private priv1; -// private priv2; -// protected prot1; -// protected prot2; -// -// public public; -// private private; -// protected protected; -// -// public constructor(public a, private b, protected c, public d, private e, protected f) { -// this.public = 10; -// this.private = 10; -// this.protected = 10; -// } -// -// public get x() { return 10; } -// public set x(value) { } -// -// public static statPub; -// private static statPriv; -// protected static statProt; -// } -// -// export interface I1 { -// } -// -// export declare module ma.m1.m2.m3 { -// interface I2 { -// } -// } -// -// export module mb.m1.m2.m3 { -// declare var foo; -// -// export class C2 { -// public pub1; -// private priv1; -// protected prot1; -// -// protected constructor(public public, protected protected, private private) { -// } -// } -// } -// -// declare var ambientThing: number; -// export var exportedThing = 10; +// --- (line: 7) skipped --- + +// --- (line: 54) skipped --- // declare function foo(): string; // } // @@ -201,54 +66,9 @@ // // module m { // export class C1 { -// public pub1; -// public pub2; -// private priv1; -// private priv2; -// protected prot1; -// protected prot2; -// -// public public; -// private private; -// protected protected; -// -// public constructor(public a, private b, protected c, public d, private e, protected f) { -// this.public = 10; -// this.private = 10; -// this.protected = 10; -// } -// -// public get x() { return 10; } -// public set x(value) { } -// -// public static statPub; -// private static statPriv; -// protected static statProt; -// } -// -// export interface I1 { -// } -// -// export declare module ma.m1.m2.m3 { -// interface I2 { -// } -// } -// -// export module mb.m1.m2.m3 { -// declare var foo; -// -// export class C2 { -// public pub1; -// private priv1; -// protected prot1; -// -// protected constructor(public public, protected protected, private private) { -// } -// } -// } -// -// declare var ambientThing: number; -// export var exportedThing = 10; +// --- (line: 7) skipped --- + +// --- (line: 54) skipped --- // declare function foo(): string; // } // diff --git a/tests/baselines/reference/getOccurrencesExport1.baseline.jsonc b/tests/baselines/reference/getOccurrencesExport1.baseline.jsonc index 4c7631f111fe7..b2afee677c5d3 100644 --- a/tests/baselines/reference/getOccurrencesExport1.baseline.jsonc +++ b/tests/baselines/reference/getOccurrencesExport1.baseline.jsonc @@ -5,25 +5,9 @@ // public pub1; // public pub2; // private priv1; -// private priv2; -// protected prot1; -// protected prot2; -// -// public public; -// private private; -// protected protected; -// -// public constructor(public a, private b, protected c, public d, private e, protected f) { -// this.public = 10; -// this.private = 10; -// this.protected = 10; -// } -// -// public get x() { return 10; } -// public set x(value) { } -// -// public static statPub; -// private static statPriv; +// --- (line: 6) skipped --- + +// --- (line: 24) skipped --- // protected static statProt; // } // @@ -39,13 +23,9 @@ // declare var foo; // // export class C2 { -// public pub1; -// private priv1; -// protected prot1; -// -// protected constructor(public public, protected protected, private private) { -// } -// } +// --- (line: 40) skipped --- + +// --- (line: 46) skipped --- // } // // declare var ambientThing: number; @@ -62,25 +42,9 @@ // public pub1; // public pub2; // private priv1; -// private priv2; -// protected prot1; -// protected prot2; -// -// public public; -// private private; -// protected protected; -// -// public constructor(public a, private b, protected c, public d, private e, protected f) { -// this.public = 10; -// this.private = 10; -// this.protected = 10; -// } -// -// public get x() { return 10; } -// public set x(value) { } -// -// public static statPub; -// private static statPriv; +// --- (line: 6) skipped --- + +// --- (line: 24) skipped --- // protected static statProt; // } // @@ -96,13 +60,9 @@ // declare var foo; // // export class C2 { -// public pub1; -// private priv1; -// protected prot1; -// -// protected constructor(public public, protected protected, private private) { -// } -// } +// --- (line: 40) skipped --- + +// --- (line: 46) skipped --- // } // // declare var ambientThing: number; @@ -119,25 +79,9 @@ // public pub1; // public pub2; // private priv1; -// private priv2; -// protected prot1; -// protected prot2; -// -// public public; -// private private; -// protected protected; -// -// public constructor(public a, private b, protected c, public d, private e, protected f) { -// this.public = 10; -// this.private = 10; -// this.protected = 10; -// } -// -// public get x() { return 10; } -// public set x(value) { } -// -// public static statPub; -// private static statPriv; +// --- (line: 6) skipped --- + +// --- (line: 24) skipped --- // protected static statProt; // } // @@ -153,13 +97,9 @@ // declare var foo; // // export class C2 { -// public pub1; -// private priv1; -// protected prot1; -// -// protected constructor(public public, protected protected, private private) { -// } -// } +// --- (line: 40) skipped --- + +// --- (line: 46) skipped --- // } // // declare var ambientThing: number; @@ -176,25 +116,9 @@ // public pub1; // public pub2; // private priv1; -// private priv2; -// protected prot1; -// protected prot2; -// -// public public; -// private private; -// protected protected; -// -// public constructor(public a, private b, protected c, public d, private e, protected f) { -// this.public = 10; -// this.private = 10; -// this.protected = 10; -// } -// -// public get x() { return 10; } -// public set x(value) { } -// -// public static statPub; -// private static statPriv; +// --- (line: 6) skipped --- + +// --- (line: 24) skipped --- // protected static statProt; // } // @@ -210,13 +134,9 @@ // declare var foo; // // export class C2 { -// public pub1; -// private priv1; -// protected prot1; -// -// protected constructor(public public, protected protected, private private) { -// } -// } +// --- (line: 40) skipped --- + +// --- (line: 46) skipped --- // } // // declare var ambientThing: number; @@ -233,25 +153,9 @@ // public pub1; // public pub2; // private priv1; -// private priv2; -// protected prot1; -// protected prot2; -// -// public public; -// private private; -// protected protected; -// -// public constructor(public a, private b, protected c, public d, private e, protected f) { -// this.public = 10; -// this.private = 10; -// this.protected = 10; -// } -// -// public get x() { return 10; } -// public set x(value) { } -// -// public static statPub; -// private static statPriv; +// --- (line: 6) skipped --- + +// --- (line: 24) skipped --- // protected static statProt; // } // @@ -267,13 +171,9 @@ // declare var foo; // // export class C2 { -// public pub1; -// private priv1; -// protected prot1; -// -// protected constructor(public public, protected protected, private private) { -// } -// } +// --- (line: 40) skipped --- + +// --- (line: 46) skipped --- // } // // declare var ambientThing: number; diff --git a/tests/baselines/reference/getOccurrencesExport2.baseline.jsonc b/tests/baselines/reference/getOccurrencesExport2.baseline.jsonc index 540f9262b4a08..8f9718857981e 100644 --- a/tests/baselines/reference/getOccurrencesExport2.baseline.jsonc +++ b/tests/baselines/reference/getOccurrencesExport2.baseline.jsonc @@ -1,40 +1,6 @@ // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesExport2.ts === -// module m { -// export class C1 { -// public pub1; -// public pub2; -// private priv1; -// private priv2; -// protected prot1; -// protected prot2; -// -// public public; -// private private; -// protected protected; -// -// public constructor(public a, private b, protected c, public d, private e, protected f) { -// this.public = 10; -// this.private = 10; -// this.protected = 10; -// } -// -// public get x() { return 10; } -// public set x(value) { } -// -// public static statPub; -// private static statPriv; -// protected static statProt; -// } -// -// export interface I1 { -// } -// -// export declare module ma.m1.m2.m3 { -// interface I2 { -// } -// } -// +// --- (line: 35) skipped --- // export module mb.m1.m2.m3 { // declare var foo; // @@ -42,14 +8,4 @@ // public pub1; // private priv1; // protected prot1; -// -// protected constructor(public public, protected protected, private private) { -// public = private = protected; -// } -// } -// } -// -// declare var ambientThing: number; -// export var exportedThing = 10; -// declare function foo(): string; -// } \ No newline at end of file +// --- (line: 43) skipped --- \ No newline at end of file diff --git a/tests/baselines/reference/getOccurrencesExport3.baseline.jsonc b/tests/baselines/reference/getOccurrencesExport3.baseline.jsonc index 6f95d47876ce0..115f23f8aaf31 100644 --- a/tests/baselines/reference/getOccurrencesExport3.baseline.jsonc +++ b/tests/baselines/reference/getOccurrencesExport3.baseline.jsonc @@ -6,54 +6,9 @@ // // module m { // export class C1 { -// public pub1; -// public pub2; -// private priv1; -// private priv2; -// protected prot1; -// protected prot2; -// -// public public; -// private private; -// protected protected; -// -// public constructor(public a, private b, protected c, public d, private e, protected f) { -// this.public = 10; -// this.private = 10; -// this.protected = 10; -// } -// -// public get x() { return 10; } -// public set x(value) { } -// -// public static statPub; -// private static statPriv; -// protected static statProt; -// } -// -// export interface I1 { -// } -// -// export declare module ma.m1.m2.m3 { -// interface I2 { -// } -// } -// -// export module mb.m1.m2.m3 { -// declare var foo; -// -// export class C2 { -// public pub1; -// private priv1; -// protected prot1; -// -// protected constructor(public public, protected protected, private private) { -// } -// } -// } -// -// declare var ambientThing: number; -// export var exportedThing = 10; +// --- (line: 7) skipped --- + +// --- (line: 54) skipped --- // declare function foo(): string; // } // @@ -71,54 +26,9 @@ // // module m { // export class C1 { -// public pub1; -// public pub2; -// private priv1; -// private priv2; -// protected prot1; -// protected prot2; -// -// public public; -// private private; -// protected protected; -// -// public constructor(public a, private b, protected c, public d, private e, protected f) { -// this.public = 10; -// this.private = 10; -// this.protected = 10; -// } -// -// public get x() { return 10; } -// public set x(value) { } -// -// public static statPub; -// private static statPriv; -// protected static statProt; -// } -// -// export interface I1 { -// } -// -// export declare module ma.m1.m2.m3 { -// interface I2 { -// } -// } -// -// export module mb.m1.m2.m3 { -// declare var foo; -// -// export class C2 { -// public pub1; -// private priv1; -// protected prot1; -// -// protected constructor(public public, protected protected, private private) { -// } -// } -// } -// -// declare var ambientThing: number; -// export var exportedThing = 10; +// --- (line: 7) skipped --- + +// --- (line: 54) skipped --- // declare function foo(): string; // } // @@ -136,54 +46,9 @@ // // module m { // export class C1 { -// public pub1; -// public pub2; -// private priv1; -// private priv2; -// protected prot1; -// protected prot2; -// -// public public; -// private private; -// protected protected; -// -// public constructor(public a, private b, protected c, public d, private e, protected f) { -// this.public = 10; -// this.private = 10; -// this.protected = 10; -// } -// -// public get x() { return 10; } -// public set x(value) { } -// -// public static statPub; -// private static statPriv; -// protected static statProt; -// } -// -// export interface I1 { -// } -// -// export declare module ma.m1.m2.m3 { -// interface I2 { -// } -// } -// -// export module mb.m1.m2.m3 { -// declare var foo; -// -// export class C2 { -// public pub1; -// private priv1; -// protected prot1; -// -// protected constructor(public public, protected protected, private private) { -// } -// } -// } -// -// declare var ambientThing: number; -// export var exportedThing = 10; +// --- (line: 7) skipped --- + +// --- (line: 54) skipped --- // declare function foo(): string; // } // diff --git a/tests/baselines/reference/getOccurrencesIfElse.baseline.jsonc b/tests/baselines/reference/getOccurrencesIfElse.baseline.jsonc index 51df059f24f23..356412acf96c5 100644 --- a/tests/baselines/reference/getOccurrencesIfElse.baseline.jsonc +++ b/tests/baselines/reference/getOccurrencesIfElse.baseline.jsonc @@ -4,12 +4,9 @@ // if (false) { // } // else { -// } -// if (true) { -// } -// else { -// if (false) -// if (true) +// --- (line: 5) skipped --- + +// --- (line: 10) skipped --- // var x = undefined; // } // } @@ -30,12 +27,9 @@ // if (false) { // } // else { -// } -// if (true) { -// } -// else { -// if (false) -// if (true) +// --- (line: 5) skipped --- + +// --- (line: 10) skipped --- // var x = undefined; // } // } @@ -56,12 +50,9 @@ // if (false) { // } // else { -// } -// if (true) { -// } -// else { -// if (false) -// if (true) +// --- (line: 5) skipped --- + +// --- (line: 10) skipped --- // var x = undefined; // } // } @@ -82,12 +73,9 @@ // if (false) { // } // else { -// } -// if (true) { -// } -// else { -// if (false) -// if (true) +// --- (line: 5) skipped --- + +// --- (line: 10) skipped --- // var x = undefined; // } // } @@ -108,12 +96,9 @@ // if (false) { // } // else { -// } -// if (true) { -// } -// else { -// if (false) -// if (true) +// --- (line: 5) skipped --- + +// --- (line: 10) skipped --- // var x = undefined; // } // } @@ -134,12 +119,9 @@ // if (false) { // } // else { -// } -// if (true) { -// } -// else { -// if (false) -// if (true) +// --- (line: 5) skipped --- + +// --- (line: 10) skipped --- // var x = undefined; // } // } @@ -160,12 +142,9 @@ // if (false) { // } // else { -// } -// if (true) { -// } -// else { -// if (false) -// if (true) +// --- (line: 5) skipped --- + +// --- (line: 10) skipped --- // var x = undefined; // } // } diff --git a/tests/baselines/reference/getOccurrencesIfElse2.baseline.jsonc b/tests/baselines/reference/getOccurrencesIfElse2.baseline.jsonc index 392f95a5da589..620c2abed4bf2 100644 --- a/tests/baselines/reference/getOccurrencesIfElse2.baseline.jsonc +++ b/tests/baselines/reference/getOccurrencesIfElse2.baseline.jsonc @@ -7,20 +7,7 @@ // } // if (true) { // } -// else { -// if (false) -// if (true) -// var x = undefined; -// } -// } -// else if (null) { -// } -// else /* whar garbl */ if (undefined) { -// } -// else -// if (false) { -// } -// else { } +// --- (line: 8) skipped --- @@ -33,17 +20,4 @@ // } // if (true) { // } -// else { -// if (false) -// if (true) -// var x = undefined; -// } -// } -// else if (null) { -// } -// else /* whar garbl */ if (undefined) { -// } -// else -// if (false) { -// } -// else { } \ No newline at end of file +// --- (line: 8) skipped --- \ No newline at end of file diff --git a/tests/baselines/reference/getOccurrencesIfElse3.baseline.jsonc b/tests/baselines/reference/getOccurrencesIfElse3.baseline.jsonc index a34f4d73ecd44..739be94b4e82c 100644 --- a/tests/baselines/reference/getOccurrencesIfElse3.baseline.jsonc +++ b/tests/baselines/reference/getOccurrencesIfElse3.baseline.jsonc @@ -11,16 +11,7 @@ // if (false) // if (true) // var x = undefined; -// } -// } -// else if (null) { -// } -// else /* whar garbl */ if (undefined) { -// } -// else -// if (false) { -// } -// else { } +// --- (line: 12) skipped --- @@ -37,13 +28,4 @@ // if (false) // if (true) // var x = undefined; -// } -// } -// else if (null) { -// } -// else /* whar garbl */ if (undefined) { -// } -// else -// if (false) { -// } -// else { } \ No newline at end of file +// --- (line: 12) skipped --- \ No newline at end of file diff --git a/tests/baselines/reference/getOccurrencesIfElse4.baseline.jsonc b/tests/baselines/reference/getOccurrencesIfElse4.baseline.jsonc index 7d61eab1cd479..fcae4a7442ae4 100644 --- a/tests/baselines/reference/getOccurrencesIfElse4.baseline.jsonc +++ b/tests/baselines/reference/getOccurrencesIfElse4.baseline.jsonc @@ -1,10 +1,6 @@ // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesIfElse4.ts === -// if (true) { -// if (false) { -// } -// else { -// } +// --- (line: 5) skipped --- // if (true) { // } // else { @@ -12,26 +8,13 @@ // if (true) // var x = undefined; // } -// } -// else if (null) { -// } -// else /* whar garbl */ if (undefined) { -// } -// else -// if (false) { -// } -// else { } +// --- (line: 13) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesIfElse4.ts === -// if (true) { -// if (false) { -// } -// else { -// } -// if (true) { +// --- (line: 6) skipped --- // } // else { // if (false) @@ -39,25 +22,13 @@ // var x = undefined; // } // } -// else if (null) { -// } -// else /* whar garbl */ if (undefined) { -// } -// else -// if (false) { -// } -// else { } +// --- (line: 14) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesIfElse4.ts === -// if (true) { -// if (false) { -// } -// else { -// } -// if (true) { +// --- (line: 6) skipped --- // } // else { // if (false) @@ -65,11 +36,4 @@ // var x = undefined; // } // } -// else if (null) { -// } -// else /* whar garbl */ if (undefined) { -// } -// else -// if (false) { -// } -// else { } \ No newline at end of file +// --- (line: 14) skipped --- \ No newline at end of file diff --git a/tests/baselines/reference/getOccurrencesIfElse5.baseline.jsonc b/tests/baselines/reference/getOccurrencesIfElse5.baseline.jsonc index 1f47d70529860..1d966637a2c4b 100644 --- a/tests/baselines/reference/getOccurrencesIfElse5.baseline.jsonc +++ b/tests/baselines/reference/getOccurrencesIfElse5.baseline.jsonc @@ -4,12 +4,9 @@ // if (false) { // } // else { -// } -// if (true) { -// } -// else { -// if (false) -// if (true) +// --- (line: 5) skipped --- + +// --- (line: 10) skipped --- // var x = undefined; // } // } @@ -33,20 +30,7 @@ // } // if (true) { // } -// else { -// if (false) -// if (true) -// var x = undefined; -// } -// } -// else if (null) { -// } -// else /* whar garbl */ if (undefined) { -// } -// else -// if (false) { -// } -// else { } +// --- (line: 8) skipped --- @@ -59,20 +43,7 @@ // } // if (true) { // } -// else { -// if (false) -// if (true) -// var x = undefined; -// } -// } -// else if (null) { -// } -// else /* whar garbl */ if (undefined) { -// } -// else -// if (false) { -// } -// else { } +// --- (line: 8) skipped --- @@ -89,16 +60,7 @@ // if (false) // if (true) // var x = undefined; -// } -// } -// else if (null) { -// } -// else /* whar garbl */ if (undefined) { -// } -// else -// if (false) { -// } -// else { } +// --- (line: 12) skipped --- @@ -115,26 +77,13 @@ // if (false) // if (true) // var x = undefined; -// } -// } -// else if (null) { -// } -// else /* whar garbl */ if (undefined) { -// } -// else -// if (false) { -// } -// else { } +// --- (line: 12) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesIfElse5.ts === -// if (true) { -// if (false) { -// } -// else { -// } +// --- (line: 5) skipped --- // if (true) { // } // else { @@ -142,26 +91,13 @@ // if (true) // var x = undefined; // } -// } -// else if (null) { -// } -// else /* whar garbl */ if (undefined) { -// } -// else -// if (false) { -// } -// else { } +// --- (line: 13) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesIfElse5.ts === -// if (true) { -// if (false) { -// } -// else { -// } -// if (true) { +// --- (line: 6) skipped --- // } // else { // if (false) @@ -169,14 +105,7 @@ // var x = undefined; // } // } -// else if (null) { -// } -// else /* whar garbl */ if (undefined) { -// } -// else -// if (false) { -// } -// else { } +// --- (line: 14) skipped --- @@ -186,12 +115,9 @@ // if (false) { // } // else { -// } -// if (true) { -// } -// else { -// if (false) -// if (true) +// --- (line: 5) skipped --- + +// --- (line: 10) skipped --- // var x = undefined; // } // } @@ -212,12 +138,9 @@ // if (false) { // } // else { -// } -// if (true) { -// } -// else { -// if (false) -// if (true) +// --- (line: 5) skipped --- + +// --- (line: 10) skipped --- // var x = undefined; // } // } @@ -238,12 +161,9 @@ // if (false) { // } // else { -// } -// if (true) { -// } -// else { -// if (false) -// if (true) +// --- (line: 5) skipped --- + +// --- (line: 10) skipped --- // var x = undefined; // } // } @@ -264,12 +184,9 @@ // if (false) { // } // else { -// } -// if (true) { -// } -// else { -// if (false) -// if (true) +// --- (line: 5) skipped --- + +// --- (line: 10) skipped --- // var x = undefined; // } // } @@ -290,12 +207,9 @@ // if (false) { // } // else { -// } -// if (true) { -// } -// else { -// if (false) -// if (true) +// --- (line: 5) skipped --- + +// --- (line: 10) skipped --- // var x = undefined; // } // } @@ -316,12 +230,9 @@ // if (false) { // } // else { -// } -// if (true) { -// } -// else { -// if (false) -// if (true) +// --- (line: 5) skipped --- + +// --- (line: 10) skipped --- // var x = undefined; // } // } diff --git a/tests/baselines/reference/getOccurrencesIsDefinitionOfInterfaceClassMerge.baseline.jsonc b/tests/baselines/reference/getOccurrencesIsDefinitionOfInterfaceClassMerge.baseline.jsonc index 76cdf0796a416..094ac4cc2c687 100644 --- a/tests/baselines/reference/getOccurrencesIsDefinitionOfInterfaceClassMerge.baseline.jsonc +++ b/tests/baselines/reference/getOccurrencesIsDefinitionOfInterfaceClassMerge.baseline.jsonc @@ -22,13 +22,7 @@ // interface Numbers { // m: number; // } - // class Numbers { - // f(n: number) { - // return this.p + this.m + n; - // } - // } - // let i: Numbers = new Numbers(); - // let x = i.f(i.p + i.m); + // --- (line: 7) skipped --- // === Details === [ @@ -96,13 +90,7 @@ // interface Numbers { // m: number; // } - // class Numbers { - // f(n: number) { - // return this.p + this.m + n; - // } - // } - // let i: Numbers = new Numbers(); - // let x = i.f(i.p + i.m); + // --- (line: 7) skipped --- // === Details === [ @@ -171,12 +159,7 @@ // m: number; // } // class Numbers { - // f(n: number) { - // return this.p + this.m + n; - // } - // } - // let i: Numbers = new Numbers(); - // let x = i.f(i.p + i.m); + // --- (line: 8) skipped --- // === Details === [ @@ -245,12 +228,7 @@ // m: number; // } // class Numbers { - // f(n: number) { - // return this.p + this.m + n; - // } - // } - // let i: Numbers = new Numbers(); - // let x = i.f(i.p + i.m); + // --- (line: 8) skipped --- // === Details === [ @@ -322,9 +300,7 @@ // f(n: number) { // return this.p + this.m + n; // } - // } - // let i: Numbers = new Numbers(); - // let x = i.f(i.p + i.m); + // --- (line: 11) skipped --- // === Details === [ @@ -396,9 +372,7 @@ // f(n: number) { // return this.p + this.m + n; // } - // } - // let i: Numbers = new Numbers(); - // let x = i.f(i.p + i.m); + // --- (line: 11) skipped --- // === Details === [ diff --git a/tests/baselines/reference/getOccurrencesIsDefinitionOfVariable.baseline.jsonc b/tests/baselines/reference/getOccurrencesIsDefinitionOfVariable.baseline.jsonc index 02ce3cabb3353..251990dc25ae6 100644 --- a/tests/baselines/reference/getOccurrencesIsDefinitionOfVariable.baseline.jsonc +++ b/tests/baselines/reference/getOccurrencesIsDefinitionOfVariable.baseline.jsonc @@ -24,19 +24,7 @@ // var assignmentRightHandSide = x; // var assignmentRightHandSide2 = 1 + x; // - // x = 1; - // x = x + x; - // - // x == 1; - // x <= 1; - // - // var preIncrement = ++x; - // var postIncrement = x++; - // var preDecrement = --x; - // var postDecrement = x--; - // - // x += 1; - // x <<= 1; + // --- (line: 5) skipped --- // === Details === [ @@ -102,19 +90,7 @@ // var assignmentRightHandSide = x; // var assignmentRightHandSide2 = 1 + x; // - // x = 1; - // x = x + x; - // - // x == 1; - // x <= 1; - // - // var preIncrement = ++x; - // var postIncrement = x++; - // var preDecrement = --x; - // var postDecrement = x--; - // - // x += 1; - // x <<= 1; + // --- (line: 5) skipped --- // === Details === [ @@ -181,18 +157,7 @@ // var assignmentRightHandSide2 = 1 + x; // // x = 1; - // x = x + x; - // - // x == 1; - // x <= 1; - // - // var preIncrement = ++x; - // var postIncrement = x++; - // var preDecrement = --x; - // var postDecrement = x--; - // - // x += 1; - // x <<= 1; + // --- (line: 6) skipped --- // === Details === [ @@ -260,17 +225,7 @@ // // x = 1; // x = x + x; - // - // x == 1; - // x <= 1; - // - // var preIncrement = ++x; - // var postIncrement = x++; - // var preDecrement = --x; - // var postDecrement = x--; - // - // x += 1; - // x <<= 1; + // --- (line: 7) skipped --- // === Details === [ @@ -340,15 +295,7 @@ // x = x + x; // // x == 1; - // x <= 1; - // - // var preIncrement = ++x; - // var postIncrement = x++; - // var preDecrement = --x; - // var postDecrement = x--; - // - // x += 1; - // x <<= 1; + // --- (line: 9) skipped --- // === Details === [ @@ -419,14 +366,7 @@ // // x == 1; // x <= 1; - // - // var preIncrement = ++x; - // var postIncrement = x++; - // var preDecrement = --x; - // var postDecrement = x--; - // - // x += 1; - // x <<= 1; + // --- (line: 10) skipped --- // === Details === [ @@ -497,14 +437,7 @@ // // x == 1; // x <= 1; - // - // var preIncrement = ++x; - // var postIncrement = x++; - // var preDecrement = --x; - // var postDecrement = x--; - // - // x += 1; - // x <<= 1; + // --- (line: 10) skipped --- // === Details === [ @@ -575,14 +508,7 @@ // // x == 1; // x <= 1; - // - // var preIncrement = ++x; - // var postIncrement = x++; - // var preDecrement = --x; - // var postDecrement = x--; - // - // x += 1; - // x <<= 1; + // --- (line: 10) skipped --- // === Details === [ @@ -655,12 +581,7 @@ // x <= 1; // // var preIncrement = ++x; - // var postIncrement = x++; - // var preDecrement = --x; - // var postDecrement = x--; - // - // x += 1; - // x <<= 1; + // --- (line: 12) skipped --- // === Details === [ @@ -734,11 +655,7 @@ // // var preIncrement = ++x; // var postIncrement = x++; - // var preDecrement = --x; - // var postDecrement = x--; - // - // x += 1; - // x <<= 1; + // --- (line: 13) skipped --- // === Details === [ @@ -814,9 +731,7 @@ // var postIncrement = x++; // var preDecrement = --x; // var postDecrement = x--; - // - // x += 1; - // x <<= 1; + // --- (line: 15) skipped --- // === Details === [ @@ -882,10 +797,9 @@ // var assignmentRightHandSide = x; // var assignmentRightHandSide2 = 1 + x; // - // x = 1; - // x = x + x; - // - // x == 1; + // --- (line: 5) skipped --- + + // --- (line: 8) skipped --- // x <= 1; // // var preIncrement = ++x; @@ -960,11 +874,9 @@ // var assignmentRightHandSide = x; // var assignmentRightHandSide2 = 1 + x; // - // x = 1; - // x = x + x; - // - // x == 1; - // x <= 1; + // --- (line: 5) skipped --- + + // --- (line: 9) skipped --- // // var preIncrement = ++x; // var postIncrement = x++; @@ -1038,12 +950,9 @@ // var assignmentRightHandSide = x; // var assignmentRightHandSide2 = 1 + x; // - // x = 1; - // x = x + x; - // - // x == 1; - // x <= 1; - // + // --- (line: 5) skipped --- + + // --- (line: 10) skipped --- // var preIncrement = ++x; // var postIncrement = x++; // var preDecrement = --x; @@ -1116,14 +1025,9 @@ // var assignmentRightHandSide = x; // var assignmentRightHandSide2 = 1 + x; // - // x = 1; - // x = x + x; - // - // x == 1; - // x <= 1; - // - // var preIncrement = ++x; - // var postIncrement = x++; + // --- (line: 5) skipped --- + + // --- (line: 12) skipped --- // var preDecrement = --x; // var postDecrement = x--; // @@ -1194,15 +1098,9 @@ // var assignmentRightHandSide = x; // var assignmentRightHandSide2 = 1 + x; // - // x = 1; - // x = x + x; - // - // x == 1; - // x <= 1; - // - // var preIncrement = ++x; - // var postIncrement = x++; - // var preDecrement = --x; + // --- (line: 5) skipped --- + + // --- (line: 13) skipped --- // var postDecrement = x--; // // x += 1; diff --git a/tests/baselines/reference/getOccurrencesLoopBreakContinue.baseline.jsonc b/tests/baselines/reference/getOccurrencesLoopBreakContinue.baseline.jsonc index aea27bcb5b9cc..c8cd9930b60d7 100644 --- a/tests/baselines/reference/getOccurrencesLoopBreakContinue.baseline.jsonc +++ b/tests/baselines/reference/getOccurrencesLoopBreakContinue.baseline.jsonc @@ -13,55 +13,7 @@ // // break; // continue; -// break label2; -// continue label2; -// -// function foo() { -// label3: while (true) { -// break; -// continue; -// break label3; -// continue label3; -// -// // these cross function boundaries -// break label1; -// continue label1; -// break label2; -// continue label2; -// -// label4: do { -// break; -// continue; -// break label4; -// continue label4; -// -// break label3; -// continue label3; -// -// switch (10) { -// case 1: -// case 2: -// break; -// break label4; -// default: -// continue; -// } -// -// // these cross function boundaries -// break label1; -// continue label1; -// break label2; -// continue label2; -// () => { break; } -// } while (true) -// } -// } -// } -// } -// -// label5: while (true) break label5; -// -// label7: while (true) continue label5; +// --- (line: 14) skipped --- @@ -80,55 +32,7 @@ // // break; // continue; -// break label2; -// continue label2; -// -// function foo() { -// label3: while (true) { -// break; -// continue; -// break label3; -// continue label3; -// -// // these cross function boundaries -// break label1; -// continue label1; -// break label2; -// continue label2; -// -// label4: do { -// break; -// continue; -// break label4; -// continue label4; -// -// break label3; -// continue label3; -// -// switch (10) { -// case 1: -// case 2: -// break; -// break label4; -// default: -// continue; -// } -// -// // these cross function boundaries -// break label1; -// continue label1; -// break label2; -// continue label2; -// () => { break; } -// } while (true) -// } -// } -// } -// } -// -// label5: while (true) break label5; -// -// label7: while (true) continue label5; +// --- (line: 14) skipped --- @@ -147,55 +51,7 @@ // // break; // continue; -// break label2; -// continue label2; -// -// function foo() { -// label3: while (true) { -// break; -// continue; -// break label3; -// continue label3; -// -// // these cross function boundaries -// break label1; -// continue label1; -// break label2; -// continue label2; -// -// label4: do { -// break; -// continue; -// break label4; -// continue label4; -// -// break label3; -// continue label3; -// -// switch (10) { -// case 1: -// case 2: -// break; -// break label4; -// default: -// continue; -// } -// -// // these cross function boundaries -// break label1; -// continue label1; -// break label2; -// continue label2; -// () => { break; } -// } while (true) -// } -// } -// } -// } -// -// label5: while (true) break label5; -// -// label7: while (true) continue label5; +// --- (line: 14) skipped --- @@ -214,55 +70,7 @@ // // break; // continue; -// break label2; -// continue label2; -// -// function foo() { -// label3: while (true) { -// break; -// continue; -// break label3; -// continue label3; -// -// // these cross function boundaries -// break label1; -// continue label1; -// break label2; -// continue label2; -// -// label4: do { -// break; -// continue; -// break label4; -// continue label4; -// -// break label3; -// continue label3; -// -// switch (10) { -// case 1: -// case 2: -// break; -// break label4; -// default: -// continue; -// } -// -// // these cross function boundaries -// break label1; -// continue label1; -// break label2; -// continue label2; -// () => { break; } -// } while (true) -// } -// } -// } -// } -// -// label5: while (true) break label5; -// -// label7: while (true) continue label5; +// --- (line: 14) skipped --- @@ -281,55 +89,7 @@ // // break; // continue; -// break label2; -// continue label2; -// -// function foo() { -// label3: while (true) { -// break; -// continue; -// break label3; -// continue label3; -// -// // these cross function boundaries -// break label1; -// continue label1; -// break label2; -// continue label2; -// -// label4: do { -// break; -// continue; -// break label4; -// continue label4; -// -// break label3; -// continue label3; -// -// switch (10) { -// case 1: -// case 2: -// break; -// break label4; -// default: -// continue; -// } -// -// // these cross function boundaries -// break label1; -// continue label1; -// break label2; -// continue label2; -// () => { break; } -// } while (true) -// } -// } -// } -// } -// -// label5: while (true) break label5; -// -// label7: while (true) continue label5; +// --- (line: 14) skipped --- @@ -348,55 +108,7 @@ // // break; // continue; -// break label2; -// continue label2; -// -// function foo() { -// label3: while (true) { -// break; -// continue; -// break label3; -// continue label3; -// -// // these cross function boundaries -// break label1; -// continue label1; -// break label2; -// continue label2; -// -// label4: do { -// break; -// continue; -// break label4; -// continue label4; -// -// break label3; -// continue label3; -// -// switch (10) { -// case 1: -// case 2: -// break; -// break label4; -// default: -// continue; -// } -// -// // these cross function boundaries -// break label1; -// continue label1; -// break label2; -// continue label2; -// () => { break; } -// } while (true) -// } -// } -// } -// } -// -// label5: while (true) break label5; -// -// label7: while (true) continue label5; +// --- (line: 14) skipped --- @@ -415,52 +127,4 @@ // // break; // continue; -// break label2; -// continue label2; -// -// function foo() { -// label3: while (true) { -// break; -// continue; -// break label3; -// continue label3; -// -// // these cross function boundaries -// break label1; -// continue label1; -// break label2; -// continue label2; -// -// label4: do { -// break; -// continue; -// break label4; -// continue label4; -// -// break label3; -// continue label3; -// -// switch (10) { -// case 1: -// case 2: -// break; -// break label4; -// default: -// continue; -// } -// -// // these cross function boundaries -// break label1; -// continue label1; -// break label2; -// continue label2; -// () => { break; } -// } while (true) -// } -// } -// } -// } -// -// label5: while (true) break label5; -// -// label7: while (true) continue label5; \ No newline at end of file +// --- (line: 14) skipped --- \ No newline at end of file diff --git a/tests/baselines/reference/getOccurrencesLoopBreakContinue2.baseline.jsonc b/tests/baselines/reference/getOccurrencesLoopBreakContinue2.baseline.jsonc index 64f974d749a80..ae88396b8a4d8 100644 --- a/tests/baselines/reference/getOccurrencesLoopBreakContinue2.baseline.jsonc +++ b/tests/baselines/reference/getOccurrencesLoopBreakContinue2.baseline.jsonc @@ -1,9 +1,6 @@ // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesLoopBreakContinue2.ts === -// var arr = [1, 2, 3, 4]; -// label1: for (var n in arr) { -// break; -// continue; +// --- (line: 4) skipped --- // break label1; // continue label1; // @@ -18,59 +15,13 @@ // // function foo() { // label3: while (true) { -// break; -// continue; -// break label3; -// continue label3; -// -// // these cross function boundaries -// break label1; -// continue label1; -// break label2; -// continue label2; -// -// label4: do { -// break; -// continue; -// break label4; -// continue label4; -// -// break label3; -// continue label3; -// -// switch (10) { -// case 1: -// case 2: -// break; -// break label4; -// default: -// continue; -// } -// -// // these cross function boundaries -// break label1; -// continue label1; -// break label2; -// continue label2; -// () => { break; -// } while (true) -// } -// } -// } -// } -// -// label5: while (true) break label5; -// -// label7: while (true) continue label5; +// --- (line: 19) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesLoopBreakContinue2.ts === -// var arr = [1, 2, 3, 4]; -// label1: for (var n in arr) { -// break; -// continue; +// --- (line: 4) skipped --- // break label1; // continue label1; // @@ -85,59 +36,13 @@ // // function foo() { // label3: while (true) { -// break; -// continue; -// break label3; -// continue label3; -// -// // these cross function boundaries -// break label1; -// continue label1; -// break label2; -// continue label2; -// -// label4: do { -// break; -// continue; -// break label4; -// continue label4; -// -// break label3; -// continue label3; -// -// switch (10) { -// case 1: -// case 2: -// break; -// break label4; -// default: -// continue; -// } -// -// // these cross function boundaries -// break label1; -// continue label1; -// break label2; -// continue label2; -// () => { break; -// } while (true) -// } -// } -// } -// } -// -// label5: while (true) break label5; -// -// label7: while (true) continue label5; +// --- (line: 19) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesLoopBreakContinue2.ts === -// var arr = [1, 2, 3, 4]; -// label1: for (var n in arr) { -// break; -// continue; +// --- (line: 4) skipped --- // break label1; // continue label1; // @@ -152,59 +57,13 @@ // // function foo() { // label3: while (true) { -// break; -// continue; -// break label3; -// continue label3; -// -// // these cross function boundaries -// break label1; -// continue label1; -// break label2; -// continue label2; -// -// label4: do { -// break; -// continue; -// break label4; -// continue label4; -// -// break label3; -// continue label3; -// -// switch (10) { -// case 1: -// case 2: -// break; -// break label4; -// default: -// continue; -// } -// -// // these cross function boundaries -// break label1; -// continue label1; -// break label2; -// continue label2; -// () => { break; -// } while (true) -// } -// } -// } -// } -// -// label5: while (true) break label5; -// -// label7: while (true) continue label5; +// --- (line: 19) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesLoopBreakContinue2.ts === -// var arr = [1, 2, 3, 4]; -// label1: for (var n in arr) { -// break; -// continue; +// --- (line: 4) skipped --- // break label1; // continue label1; // @@ -219,59 +78,13 @@ // // function foo() { // label3: while (true) { -// break; -// continue; -// break label3; -// continue label3; -// -// // these cross function boundaries -// break label1; -// continue label1; -// break label2; -// continue label2; -// -// label4: do { -// break; -// continue; -// break label4; -// continue label4; -// -// break label3; -// continue label3; -// -// switch (10) { -// case 1: -// case 2: -// break; -// break label4; -// default: -// continue; -// } -// -// // these cross function boundaries -// break label1; -// continue label1; -// break label2; -// continue label2; -// () => { break; -// } while (true) -// } -// } -// } -// } -// -// label5: while (true) break label5; -// -// label7: while (true) continue label5; +// --- (line: 19) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesLoopBreakContinue2.ts === -// var arr = [1, 2, 3, 4]; -// label1: for (var n in arr) { -// break; -// continue; +// --- (line: 4) skipped --- // break label1; // continue label1; // @@ -286,47 +99,4 @@ // // function foo() { // label3: while (true) { -// break; -// continue; -// break label3; -// continue label3; -// -// // these cross function boundaries -// break label1; -// continue label1; -// break label2; -// continue label2; -// -// label4: do { -// break; -// continue; -// break label4; -// continue label4; -// -// break label3; -// continue label3; -// -// switch (10) { -// case 1: -// case 2: -// break; -// break label4; -// default: -// continue; -// } -// -// // these cross function boundaries -// break label1; -// continue label1; -// break label2; -// continue label2; -// () => { break; -// } while (true) -// } -// } -// } -// } -// -// label5: while (true) break label5; -// -// label7: while (true) continue label5; \ No newline at end of file +// --- (line: 19) skipped --- \ No newline at end of file diff --git a/tests/baselines/reference/getOccurrencesLoopBreakContinue3.baseline.jsonc b/tests/baselines/reference/getOccurrencesLoopBreakContinue3.baseline.jsonc index f30581860e5f6..5bb5d3ebb68eb 100644 --- a/tests/baselines/reference/getOccurrencesLoopBreakContinue3.baseline.jsonc +++ b/tests/baselines/reference/getOccurrencesLoopBreakContinue3.baseline.jsonc @@ -1,19 +1,6 @@ // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesLoopBreakContinue3.ts === -// var arr = [1, 2, 3, 4]; -// label1: for (var n in arr) { -// break; -// continue; -// break label1; -// continue label1; -// -// label2: for (var i = 0; i < arr[n]; i++) { -// break label1; -// continue label1; -// -// break; -// continue; -// break label2; +// --- (line: 14) skipped --- // continue label2; // // function foo() { @@ -25,13 +12,9 @@ // // // these cross function boundaries // break label1; -// continue label1; -// break label2; -// continue label2; -// -// label4: do { -// break; -// continue; +// --- (line: 26) skipped --- + +// --- (line: 32) skipped --- // break label4; // continue label4; // @@ -40,47 +23,13 @@ // // switch (10) { // case 1: -// case 2: -// break; -// break label4; -// default: -// continue; -// } -// -// // these cross function boundaries -// break label1; -// continue label1; -// break label2; -// continue label2; -// () => { break; } -// } while (true) -// } -// } -// } -// } -// -// label5: while (true) break label5; -// -// label7: while (true) continue label5; +// --- (line: 41) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesLoopBreakContinue3.ts === -// var arr = [1, 2, 3, 4]; -// label1: for (var n in arr) { -// break; -// continue; -// break label1; -// continue label1; -// -// label2: for (var i = 0; i < arr[n]; i++) { -// break label1; -// continue label1; -// -// break; -// continue; -// break label2; +// --- (line: 14) skipped --- // continue label2; // // function foo() { @@ -92,13 +41,9 @@ // // // these cross function boundaries // break label1; -// continue label1; -// break label2; -// continue label2; -// -// label4: do { -// break; -// continue; +// --- (line: 26) skipped --- + +// --- (line: 32) skipped --- // break label4; // continue label4; // @@ -107,47 +52,13 @@ // // switch (10) { // case 1: -// case 2: -// break; -// break label4; -// default: -// continue; -// } -// -// // these cross function boundaries -// break label1; -// continue label1; -// break label2; -// continue label2; -// () => { break; } -// } while (true) -// } -// } -// } -// } -// -// label5: while (true) break label5; -// -// label7: while (true) continue label5; +// --- (line: 41) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesLoopBreakContinue3.ts === -// var arr = [1, 2, 3, 4]; -// label1: for (var n in arr) { -// break; -// continue; -// break label1; -// continue label1; -// -// label2: for (var i = 0; i < arr[n]; i++) { -// break label1; -// continue label1; -// -// break; -// continue; -// break label2; +// --- (line: 14) skipped --- // continue label2; // // function foo() { @@ -159,13 +70,9 @@ // // // these cross function boundaries // break label1; -// continue label1; -// break label2; -// continue label2; -// -// label4: do { -// break; -// continue; +// --- (line: 26) skipped --- + +// --- (line: 32) skipped --- // break label4; // continue label4; // @@ -174,47 +81,13 @@ // // switch (10) { // case 1: -// case 2: -// break; -// break label4; -// default: -// continue; -// } -// -// // these cross function boundaries -// break label1; -// continue label1; -// break label2; -// continue label2; -// () => { break; } -// } while (true) -// } -// } -// } -// } -// -// label5: while (true) break label5; -// -// label7: while (true) continue label5; +// --- (line: 41) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesLoopBreakContinue3.ts === -// var arr = [1, 2, 3, 4]; -// label1: for (var n in arr) { -// break; -// continue; -// break label1; -// continue label1; -// -// label2: for (var i = 0; i < arr[n]; i++) { -// break label1; -// continue label1; -// -// break; -// continue; -// break label2; +// --- (line: 14) skipped --- // continue label2; // // function foo() { @@ -226,13 +99,9 @@ // // // these cross function boundaries // break label1; -// continue label1; -// break label2; -// continue label2; -// -// label4: do { -// break; -// continue; +// --- (line: 26) skipped --- + +// --- (line: 32) skipped --- // break label4; // continue label4; // @@ -241,47 +110,13 @@ // // switch (10) { // case 1: -// case 2: -// break; -// break label4; -// default: -// continue; -// } -// -// // these cross function boundaries -// break label1; -// continue label1; -// break label2; -// continue label2; -// () => { break; } -// } while (true) -// } -// } -// } -// } -// -// label5: while (true) break label5; -// -// label7: while (true) continue label5; +// --- (line: 41) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesLoopBreakContinue3.ts === -// var arr = [1, 2, 3, 4]; -// label1: for (var n in arr) { -// break; -// continue; -// break label1; -// continue label1; -// -// label2: for (var i = 0; i < arr[n]; i++) { -// break label1; -// continue label1; -// -// break; -// continue; -// break label2; +// --- (line: 14) skipped --- // continue label2; // // function foo() { @@ -293,13 +128,9 @@ // // // these cross function boundaries // break label1; -// continue label1; -// break label2; -// continue label2; -// -// label4: do { -// break; -// continue; +// --- (line: 26) skipped --- + +// --- (line: 32) skipped --- // break label4; // continue label4; // @@ -308,47 +139,13 @@ // // switch (10) { // case 1: -// case 2: -// break; -// break label4; -// default: -// continue; -// } -// -// // these cross function boundaries -// break label1; -// continue label1; -// break label2; -// continue label2; -// () => { break; } -// } while (true) -// } -// } -// } -// } -// -// label5: while (true) break label5; -// -// label7: while (true) continue label5; +// --- (line: 41) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesLoopBreakContinue3.ts === -// var arr = [1, 2, 3, 4]; -// label1: for (var n in arr) { -// break; -// continue; -// break label1; -// continue label1; -// -// label2: for (var i = 0; i < arr[n]; i++) { -// break label1; -// continue label1; -// -// break; -// continue; -// break label2; +// --- (line: 14) skipped --- // continue label2; // // function foo() { @@ -360,13 +157,9 @@ // // // these cross function boundaries // break label1; -// continue label1; -// break label2; -// continue label2; -// -// label4: do { -// break; -// continue; +// --- (line: 26) skipped --- + +// --- (line: 32) skipped --- // break label4; // continue label4; // @@ -375,47 +168,13 @@ // // switch (10) { // case 1: -// case 2: -// break; -// break label4; -// default: -// continue; -// } -// -// // these cross function boundaries -// break label1; -// continue label1; -// break label2; -// continue label2; -// () => { break; } -// } while (true) -// } -// } -// } -// } -// -// label5: while (true) break label5; -// -// label7: while (true) continue label5; +// --- (line: 41) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesLoopBreakContinue3.ts === -// var arr = [1, 2, 3, 4]; -// label1: for (var n in arr) { -// break; -// continue; -// break label1; -// continue label1; -// -// label2: for (var i = 0; i < arr[n]; i++) { -// break label1; -// continue label1; -// -// break; -// continue; -// break label2; +// --- (line: 14) skipped --- // continue label2; // // function foo() { @@ -427,13 +186,9 @@ // // // these cross function boundaries // break label1; -// continue label1; -// break label2; -// continue label2; -// -// label4: do { -// break; -// continue; +// --- (line: 26) skipped --- + +// --- (line: 32) skipped --- // break label4; // continue label4; // @@ -442,25 +197,4 @@ // // switch (10) { // case 1: -// case 2: -// break; -// break label4; -// default: -// continue; -// } -// -// // these cross function boundaries -// break label1; -// continue label1; -// break label2; -// continue label2; -// () => { break; } -// } while (true) -// } -// } -// } -// } -// -// label5: while (true) break label5; -// -// label7: while (true) continue label5; \ No newline at end of file +// --- (line: 41) skipped --- \ No newline at end of file diff --git a/tests/baselines/reference/getOccurrencesLoopBreakContinue4.baseline.jsonc b/tests/baselines/reference/getOccurrencesLoopBreakContinue4.baseline.jsonc index 49f655ff24da7..023874442e776 100644 --- a/tests/baselines/reference/getOccurrencesLoopBreakContinue4.baseline.jsonc +++ b/tests/baselines/reference/getOccurrencesLoopBreakContinue4.baseline.jsonc @@ -1,31 +1,6 @@ // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesLoopBreakContinue4.ts === -// var arr = [1, 2, 3, 4]; -// label1: for (var n in arr) { -// break; -// continue; -// break label1; -// continue label1; -// -// label2: for (var i = 0; i < arr[n]; i++) { -// break label1; -// continue label1; -// -// break; -// continue; -// break label2; -// continue label2; -// -// function foo() { -// label3: while (true) { -// break; -// continue; -// break label3; -// continue label3; -// -// // these cross function boundaries -// break label1; -// continue label1; +// --- (line: 26) skipped --- // break label2; // continue label2; // @@ -57,42 +32,13 @@ // } // } // } -// } -// -// label5: while (true) break label5; -// -// label7: while (true) continue label5; +// --- (line: 58) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesLoopBreakContinue4.ts === -// var arr = [1, 2, 3, 4]; -// label1: for (var n in arr) { -// break; -// continue; -// break label1; -// continue label1; -// -// label2: for (var i = 0; i < arr[n]; i++) { -// break label1; -// continue label1; -// -// break; -// continue; -// break label2; -// continue label2; -// -// function foo() { -// label3: while (true) { -// break; -// continue; -// break label3; -// continue label3; -// -// // these cross function boundaries -// break label1; -// continue label1; +// --- (line: 26) skipped --- // break label2; // continue label2; // @@ -124,42 +70,13 @@ // } // } // } -// } -// -// label5: while (true) break label5; -// -// label7: while (true) continue label5; +// --- (line: 58) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesLoopBreakContinue4.ts === -// var arr = [1, 2, 3, 4]; -// label1: for (var n in arr) { -// break; -// continue; -// break label1; -// continue label1; -// -// label2: for (var i = 0; i < arr[n]; i++) { -// break label1; -// continue label1; -// -// break; -// continue; -// break label2; -// continue label2; -// -// function foo() { -// label3: while (true) { -// break; -// continue; -// break label3; -// continue label3; -// -// // these cross function boundaries -// break label1; -// continue label1; +// --- (line: 26) skipped --- // break label2; // continue label2; // @@ -191,42 +108,13 @@ // } // } // } -// } -// -// label5: while (true) break label5; -// -// label7: while (true) continue label5; +// --- (line: 58) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesLoopBreakContinue4.ts === -// var arr = [1, 2, 3, 4]; -// label1: for (var n in arr) { -// break; -// continue; -// break label1; -// continue label1; -// -// label2: for (var i = 0; i < arr[n]; i++) { -// break label1; -// continue label1; -// -// break; -// continue; -// break label2; -// continue label2; -// -// function foo() { -// label3: while (true) { -// break; -// continue; -// break label3; -// continue label3; -// -// // these cross function boundaries -// break label1; -// continue label1; +// --- (line: 26) skipped --- // break label2; // continue label2; // @@ -258,42 +146,13 @@ // } // } // } -// } -// -// label5: while (true) break label5; -// -// label7: while (true) continue label5; +// --- (line: 58) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesLoopBreakContinue4.ts === -// var arr = [1, 2, 3, 4]; -// label1: for (var n in arr) { -// break; -// continue; -// break label1; -// continue label1; -// -// label2: for (var i = 0; i < arr[n]; i++) { -// break label1; -// continue label1; -// -// break; -// continue; -// break label2; -// continue label2; -// -// function foo() { -// label3: while (true) { -// break; -// continue; -// break label3; -// continue label3; -// -// // these cross function boundaries -// break label1; -// continue label1; +// --- (line: 26) skipped --- // break label2; // continue label2; // @@ -325,42 +184,13 @@ // } // } // } -// } -// -// label5: while (true) break label5; -// -// label7: while (true) continue label5; +// --- (line: 58) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesLoopBreakContinue4.ts === -// var arr = [1, 2, 3, 4]; -// label1: for (var n in arr) { -// break; -// continue; -// break label1; -// continue label1; -// -// label2: for (var i = 0; i < arr[n]; i++) { -// break label1; -// continue label1; -// -// break; -// continue; -// break label2; -// continue label2; -// -// function foo() { -// label3: while (true) { -// break; -// continue; -// break label3; -// continue label3; -// -// // these cross function boundaries -// break label1; -// continue label1; +// --- (line: 26) skipped --- // break label2; // continue label2; // @@ -392,42 +222,13 @@ // } // } // } -// } -// -// label5: while (true) break label5; -// -// label7: while (true) continue label5; +// --- (line: 58) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesLoopBreakContinue4.ts === -// var arr = [1, 2, 3, 4]; -// label1: for (var n in arr) { -// break; -// continue; -// break label1; -// continue label1; -// -// label2: for (var i = 0; i < arr[n]; i++) { -// break label1; -// continue label1; -// -// break; -// continue; -// break label2; -// continue label2; -// -// function foo() { -// label3: while (true) { -// break; -// continue; -// break label3; -// continue label3; -// -// // these cross function boundaries -// break label1; -// continue label1; +// --- (line: 26) skipped --- // break label2; // continue label2; // @@ -459,42 +260,13 @@ // } // } // } -// } -// -// label5: while (true) break label5; -// -// label7: while (true) continue label5; +// --- (line: 58) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesLoopBreakContinue4.ts === -// var arr = [1, 2, 3, 4]; -// label1: for (var n in arr) { -// break; -// continue; -// break label1; -// continue label1; -// -// label2: for (var i = 0; i < arr[n]; i++) { -// break label1; -// continue label1; -// -// break; -// continue; -// break label2; -// continue label2; -// -// function foo() { -// label3: while (true) { -// break; -// continue; -// break label3; -// continue label3; -// -// // these cross function boundaries -// break label1; -// continue label1; +// --- (line: 26) skipped --- // break label2; // continue label2; // @@ -526,8 +298,4 @@ // } // } // } -// } -// -// label5: while (true) break label5; -// -// label7: while (true) continue label5; \ No newline at end of file +// --- (line: 58) skipped --- \ No newline at end of file diff --git a/tests/baselines/reference/getOccurrencesLoopBreakContinue5.baseline.jsonc b/tests/baselines/reference/getOccurrencesLoopBreakContinue5.baseline.jsonc index 348c6e8ebd63e..0fc40ee0d4781 100644 --- a/tests/baselines/reference/getOccurrencesLoopBreakContinue5.baseline.jsonc +++ b/tests/baselines/reference/getOccurrencesLoopBreakContinue5.baseline.jsonc @@ -1,61 +1,6 @@ // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesLoopBreakContinue5.ts === -// var arr = [1, 2, 3, 4]; -// label1: for (var n in arr) { -// break; -// continue; -// break label1; -// continue label1; -// -// label2: for (var i = 0; i < arr[n]; i++) { -// break label1; -// continue label1; -// -// break; -// continue; -// break label2; -// continue label2; -// -// function foo() { -// label3: while (true) { -// break; -// continue; -// break label3; -// continue label3; -// -// // these cross function boundaries -// break label1; -// continue label1; -// break label2; -// continue label2; -// -// label4: do { -// break; -// continue; -// break label4; -// continue label4; -// -// break label3; -// continue label3; -// -// switch (10) { -// case 1: -// case 2: -// break; -// break label4; -// default: -// continue; -// } -// -// // these cross function boundaries -// break label1; -// continue label1; -// break label2; -// continue label2; -// () => { break; } -// } while (true) -// } -// } +// --- (line: 56) skipped --- // } // } // @@ -67,62 +12,7 @@ // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesLoopBreakContinue5.ts === -// var arr = [1, 2, 3, 4]; -// label1: for (var n in arr) { -// break; -// continue; -// break label1; -// continue label1; -// -// label2: for (var i = 0; i < arr[n]; i++) { -// break label1; -// continue label1; -// -// break; -// continue; -// break label2; -// continue label2; -// -// function foo() { -// label3: while (true) { -// break; -// continue; -// break label3; -// continue label3; -// -// // these cross function boundaries -// break label1; -// continue label1; -// break label2; -// continue label2; -// -// label4: do { -// break; -// continue; -// break label4; -// continue label4; -// -// break label3; -// continue label3; -// -// switch (10) { -// case 1: -// case 2: -// break; -// break label4; -// default: -// continue; -// } -// -// // these cross function boundaries -// break label1; -// continue label1; -// break label2; -// continue label2; -// () => { break; } -// } while (true) -// } -// } +// --- (line: 56) skipped --- // } // } // diff --git a/tests/baselines/reference/getOccurrencesLoopBreakContinue6.baseline.jsonc b/tests/baselines/reference/getOccurrencesLoopBreakContinue6.baseline.jsonc index 959948f24554d..16063522ab54d 100644 --- a/tests/baselines/reference/getOccurrencesLoopBreakContinue6.baseline.jsonc +++ b/tests/baselines/reference/getOccurrencesLoopBreakContinue6.baseline.jsonc @@ -1,26 +1,6 @@ // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesLoopBreakContinue6.ts === -// var arr = [1, 2, 3, 4]; -// label1: for (var n in arr) { -// break; -// continue; -// break label1; -// continue label1; -// -// label2: for (var i = 0; i < arr[n]; i++) { -// break label1; -// continue label1; -// -// break; -// continue; -// break label2; -// continue label2; -// -// function foo() { -// label3: while (true) { -// break; -// continue; -// break label3; +// --- (line: 21) skipped --- // continue label3; // // // these cross function boundaries @@ -28,67 +8,13 @@ // continue label1; // break label2; // continue label2; -// -// label4: do { -// break; -// continue; -// break label4; -// continue label4; -// -// break label3; -// continue label3; -// -// switch (10) { -// case 1: -// case 2: -// break; -// break label4; -// default: -// continue; -// } -// -// // these cross function boundaries -// break label1; -// continue label1; -// break label2; -// continue label2; -// () => { break; } -// } while (true) -// } -// } -// } -// } -// -// label5: while (true) break label5; -// -// label7: while (true) continue label5; +// --- (line: 29) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesLoopBreakContinue6.ts === -// var arr = [1, 2, 3, 4]; -// label1: for (var n in arr) { -// break; -// continue; -// break label1; -// continue label1; -// -// label2: for (var i = 0; i < arr[n]; i++) { -// break label1; -// continue label1; -// -// break; -// continue; -// break label2; -// continue label2; -// -// function foo() { -// label3: while (true) { -// break; -// continue; -// break label3; -// continue label3; +// --- (line: 22) skipped --- // // // these cross function boundaries // break label1; @@ -96,67 +22,13 @@ // break label2; // continue label2; // -// label4: do { -// break; -// continue; -// break label4; -// continue label4; -// -// break label3; -// continue label3; -// -// switch (10) { -// case 1: -// case 2: -// break; -// break label4; -// default: -// continue; -// } -// -// // these cross function boundaries -// break label1; -// continue label1; -// break label2; -// continue label2; -// () => { break; } -// } while (true) -// } -// } -// } -// } -// -// label5: while (true) break label5; -// -// label7: while (true) continue label5; +// --- (line: 30) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesLoopBreakContinue6.ts === -// var arr = [1, 2, 3, 4]; -// label1: for (var n in arr) { -// break; -// continue; -// break label1; -// continue label1; -// -// label2: for (var i = 0; i < arr[n]; i++) { -// break label1; -// continue label1; -// -// break; -// continue; -// break label2; -// continue label2; -// -// function foo() { -// label3: while (true) { -// break; -// continue; -// break label3; -// continue label3; -// +// --- (line: 23) skipped --- // // these cross function boundaries // break label1; // continue label1; @@ -164,67 +36,13 @@ // continue label2; // // label4: do { -// break; -// continue; -// break label4; -// continue label4; -// -// break label3; -// continue label3; -// -// switch (10) { -// case 1: -// case 2: -// break; -// break label4; -// default: -// continue; -// } -// -// // these cross function boundaries -// break label1; -// continue label1; -// break label2; -// continue label2; -// () => { break; } -// } while (true) -// } -// } -// } -// } -// -// label5: while (true) break label5; -// -// label7: while (true) continue label5; +// --- (line: 31) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesLoopBreakContinue6.ts === -// var arr = [1, 2, 3, 4]; -// label1: for (var n in arr) { -// break; -// continue; -// break label1; -// continue label1; -// -// label2: for (var i = 0; i < arr[n]; i++) { -// break label1; -// continue label1; -// -// break; -// continue; -// break label2; -// continue label2; -// -// function foo() { -// label3: while (true) { -// break; -// continue; -// break label3; -// continue label3; -// -// // these cross function boundaries +// --- (line: 24) skipped --- // break label1; // continue label1; // break label2; @@ -232,87 +50,13 @@ // // label4: do { // break; -// continue; -// break label4; -// continue label4; -// -// break label3; -// continue label3; -// -// switch (10) { -// case 1: -// case 2: -// break; -// break label4; -// default: -// continue; -// } -// -// // these cross function boundaries -// break label1; -// continue label1; -// break label2; -// continue label2; -// () => { break; } -// } while (true) -// } -// } -// } -// } -// -// label5: while (true) break label5; -// -// label7: while (true) continue label5; +// --- (line: 32) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesLoopBreakContinue6.ts === -// var arr = [1, 2, 3, 4]; -// label1: for (var n in arr) { -// break; -// continue; -// break label1; -// continue label1; -// -// label2: for (var i = 0; i < arr[n]; i++) { -// break label1; -// continue label1; -// -// break; -// continue; -// break label2; -// continue label2; -// -// function foo() { -// label3: while (true) { -// break; -// continue; -// break label3; -// continue label3; -// -// // these cross function boundaries -// break label1; -// continue label1; -// break label2; -// continue label2; -// -// label4: do { -// break; -// continue; -// break label4; -// continue label4; -// -// break label3; -// continue label3; -// -// switch (10) { -// case 1: -// case 2: -// break; -// break label4; -// default: -// continue; +// --- (line: 45) skipped --- // } // // // these cross function boundaries @@ -320,67 +64,13 @@ // continue label1; // break label2; // continue label2; -// () => { break; } -// } while (true) -// } -// } -// } -// } -// -// label5: while (true) break label5; -// -// label7: while (true) continue label5; +// --- (line: 53) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesLoopBreakContinue6.ts === -// var arr = [1, 2, 3, 4]; -// label1: for (var n in arr) { -// break; -// continue; -// break label1; -// continue label1; -// -// label2: for (var i = 0; i < arr[n]; i++) { -// break label1; -// continue label1; -// -// break; -// continue; -// break label2; -// continue label2; -// -// function foo() { -// label3: while (true) { -// break; -// continue; -// break label3; -// continue label3; -// -// // these cross function boundaries -// break label1; -// continue label1; -// break label2; -// continue label2; -// -// label4: do { -// break; -// continue; -// break label4; -// continue label4; -// -// break label3; -// continue label3; -// -// switch (10) { -// case 1: -// case 2: -// break; -// break label4; -// default: -// continue; -// } +// --- (line: 46) skipped --- // // // these cross function boundaries // break label1; @@ -388,67 +78,13 @@ // break label2; // continue label2; // () => { break; } -// } while (true) -// } -// } -// } -// } -// -// label5: while (true) break label5; -// -// label7: while (true) continue label5; +// --- (line: 54) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesLoopBreakContinue6.ts === -// var arr = [1, 2, 3, 4]; -// label1: for (var n in arr) { -// break; -// continue; -// break label1; -// continue label1; -// -// label2: for (var i = 0; i < arr[n]; i++) { -// break label1; -// continue label1; -// -// break; -// continue; -// break label2; -// continue label2; -// -// function foo() { -// label3: while (true) { -// break; -// continue; -// break label3; -// continue label3; -// -// // these cross function boundaries -// break label1; -// continue label1; -// break label2; -// continue label2; -// -// label4: do { -// break; -// continue; -// break label4; -// continue label4; -// -// break label3; -// continue label3; -// -// switch (10) { -// case 1: -// case 2: -// break; -// break label4; -// default: -// continue; -// } -// +// --- (line: 47) skipped --- // // these cross function boundaries // break label1; // continue label1; @@ -456,67 +92,13 @@ // continue label2; // () => { break; } // } while (true) -// } -// } -// } -// } -// -// label5: while (true) break label5; -// -// label7: while (true) continue label5; +// --- (line: 55) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesLoopBreakContinue6.ts === -// var arr = [1, 2, 3, 4]; -// label1: for (var n in arr) { -// break; -// continue; -// break label1; -// continue label1; -// -// label2: for (var i = 0; i < arr[n]; i++) { -// break label1; -// continue label1; -// -// break; -// continue; -// break label2; -// continue label2; -// -// function foo() { -// label3: while (true) { -// break; -// continue; -// break label3; -// continue label3; -// -// // these cross function boundaries -// break label1; -// continue label1; -// break label2; -// continue label2; -// -// label4: do { -// break; -// continue; -// break label4; -// continue label4; -// -// break label3; -// continue label3; -// -// switch (10) { -// case 1: -// case 2: -// break; -// break label4; -// default: -// continue; -// } -// -// // these cross function boundaries +// --- (line: 48) skipped --- // break label1; // continue label1; // break label2; @@ -524,67 +106,13 @@ // () => { break; } // } while (true) // } -// } -// } -// } -// -// label5: while (true) break label5; -// -// label7: while (true) continue label5; +// --- (line: 56) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesLoopBreakContinue6.ts === -// var arr = [1, 2, 3, 4]; -// label1: for (var n in arr) { -// break; -// continue; -// break label1; -// continue label1; -// -// label2: for (var i = 0; i < arr[n]; i++) { -// break label1; -// continue label1; -// -// break; -// continue; -// break label2; -// continue label2; -// -// function foo() { -// label3: while (true) { -// break; -// continue; -// break label3; -// continue label3; -// -// // these cross function boundaries -// break label1; -// continue label1; -// break label2; -// continue label2; -// -// label4: do { -// break; -// continue; -// break label4; -// continue label4; -// -// break label3; -// continue label3; -// -// switch (10) { -// case 1: -// case 2: -// break; -// break label4; -// default: -// continue; -// } -// -// // these cross function boundaries -// break label1; +// --- (line: 49) skipped --- // continue label1; // break label2; // continue label2; @@ -592,75 +120,13 @@ // } while (true) // } // } -// } -// } -// -// label5: while (true) break label5; -// -// label7: while (true) continue label5; +// --- (line: 57) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesLoopBreakContinue6.ts === -// var arr = [1, 2, 3, 4]; -// label1: for (var n in arr) { -// break; -// continue; -// break label1; -// continue label1; -// -// label2: for (var i = 0; i < arr[n]; i++) { -// break label1; -// continue label1; -// -// break; -// continue; -// break label2; -// continue label2; -// -// function foo() { -// label3: while (true) { -// break; -// continue; -// break label3; -// continue label3; -// -// // these cross function boundaries -// break label1; -// continue label1; -// break label2; -// continue label2; -// -// label4: do { -// break; -// continue; -// break label4; -// continue label4; -// -// break label3; -// continue label3; -// -// switch (10) { -// case 1: -// case 2: -// break; -// break label4; -// default: -// continue; -// } -// -// // these cross function boundaries -// break label1; -// continue label1; -// break label2; -// continue label2; -// () => { break; } -// } while (true) -// } -// } -// } -// } +// --- (line: 58) skipped --- // // label5: while (true) break label5; // diff --git a/tests/baselines/reference/getOccurrencesLoopBreakContinueNegatives.baseline.jsonc b/tests/baselines/reference/getOccurrencesLoopBreakContinueNegatives.baseline.jsonc index 2d7bf15101c9f..bed0a35c4117f 100644 --- a/tests/baselines/reference/getOccurrencesLoopBreakContinueNegatives.baseline.jsonc +++ b/tests/baselines/reference/getOccurrencesLoopBreakContinueNegatives.baseline.jsonc @@ -1,26 +1,6 @@ // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesLoopBreakContinueNegatives.ts === -// var arr = [1, 2, 3, 4]; -// label1: for (var n in arr) { -// break; -// continue; -// break label1; -// continue label1; -// -// label2: for (var i = 0; i < arr[n]; i++) { -// break label1; -// continue label1; -// -// break; -// continue; -// break label2; -// continue label2; -// -// function foo() { -// label3: while (true) { -// break; -// continue; -// break label3; +// --- (line: 21) skipped --- // continue label3; // // // these cross function boundaries @@ -28,67 +8,13 @@ // continue label1; // break label2; // continue label2; -// -// label4: do { -// break; -// continue; -// break label4; -// continue label4; -// -// break label3; -// continue label3; -// -// switch (10) { -// case 1: -// case 2: -// break; -// break label4; -// default: -// continue; -// } -// -// // these cross function boundaries -// break label1; -// continue label1; -// break label2; -// continue label2; -// () => { break; } -// } while (true) -// } -// } -// } -// } -// -// label5: while (true) break label5; -// -// label7: while (true) continue label5; +// --- (line: 29) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesLoopBreakContinueNegatives.ts === -// var arr = [1, 2, 3, 4]; -// label1: for (var n in arr) { -// break; -// continue; -// break label1; -// continue label1; -// -// label2: for (var i = 0; i < arr[n]; i++) { -// break label1; -// continue label1; -// -// break; -// continue; -// break label2; -// continue label2; -// -// function foo() { -// label3: while (true) { -// break; -// continue; -// break label3; -// continue label3; +// --- (line: 22) skipped --- // // // these cross function boundaries // break label1; @@ -96,67 +22,13 @@ // break label2; // continue label2; // -// label4: do { -// break; -// continue; -// break label4; -// continue label4; -// -// break label3; -// continue label3; -// -// switch (10) { -// case 1: -// case 2: -// break; -// break label4; -// default: -// continue; -// } -// -// // these cross function boundaries -// break label1; -// continue label1; -// break label2; -// continue label2; -// () => { break; } -// } while (true) -// } -// } -// } -// } -// -// label5: while (true) break label5; -// -// label7: while (true) continue label5; +// --- (line: 30) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesLoopBreakContinueNegatives.ts === -// var arr = [1, 2, 3, 4]; -// label1: for (var n in arr) { -// break; -// continue; -// break label1; -// continue label1; -// -// label2: for (var i = 0; i < arr[n]; i++) { -// break label1; -// continue label1; -// -// break; -// continue; -// break label2; -// continue label2; -// -// function foo() { -// label3: while (true) { -// break; -// continue; -// break label3; -// continue label3; -// +// --- (line: 23) skipped --- // // these cross function boundaries // break label1; // continue label1; @@ -164,67 +36,13 @@ // continue label2; // // label4: do { -// break; -// continue; -// break label4; -// continue label4; -// -// break label3; -// continue label3; -// -// switch (10) { -// case 1: -// case 2: -// break; -// break label4; -// default: -// continue; -// } -// -// // these cross function boundaries -// break label1; -// continue label1; -// break label2; -// continue label2; -// () => { break; } -// } while (true) -// } -// } -// } -// } -// -// label5: while (true) break label5; -// -// label7: while (true) continue label5; +// --- (line: 31) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesLoopBreakContinueNegatives.ts === -// var arr = [1, 2, 3, 4]; -// label1: for (var n in arr) { -// break; -// continue; -// break label1; -// continue label1; -// -// label2: for (var i = 0; i < arr[n]; i++) { -// break label1; -// continue label1; -// -// break; -// continue; -// break label2; -// continue label2; -// -// function foo() { -// label3: while (true) { -// break; -// continue; -// break label3; -// continue label3; -// -// // these cross function boundaries +// --- (line: 24) skipped --- // break label1; // continue label1; // break label2; @@ -232,87 +50,13 @@ // // label4: do { // break; -// continue; -// break label4; -// continue label4; -// -// break label3; -// continue label3; -// -// switch (10) { -// case 1: -// case 2: -// break; -// break label4; -// default: -// continue; -// } -// -// // these cross function boundaries -// break label1; -// continue label1; -// break label2; -// continue label2; -// () => { break; } -// } while (true) -// } -// } -// } -// } -// -// label5: while (true) break label5; -// -// label7: while (true) continue label5; +// --- (line: 32) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesLoopBreakContinueNegatives.ts === -// var arr = [1, 2, 3, 4]; -// label1: for (var n in arr) { -// break; -// continue; -// break label1; -// continue label1; -// -// label2: for (var i = 0; i < arr[n]; i++) { -// break label1; -// continue label1; -// -// break; -// continue; -// break label2; -// continue label2; -// -// function foo() { -// label3: while (true) { -// break; -// continue; -// break label3; -// continue label3; -// -// // these cross function boundaries -// break label1; -// continue label1; -// break label2; -// continue label2; -// -// label4: do { -// break; -// continue; -// break label4; -// continue label4; -// -// break label3; -// continue label3; -// -// switch (10) { -// case 1: -// case 2: -// break; -// break label4; -// default: -// continue; +// --- (line: 45) skipped --- // } // // // these cross function boundaries @@ -320,67 +64,13 @@ // continue label1; // break label2; // continue label2; -// () => { break; } -// } while (true) -// } -// } -// } -// } -// -// label5: while (true) break label5; -// -// label7: while (true) continue label5; +// --- (line: 53) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesLoopBreakContinueNegatives.ts === -// var arr = [1, 2, 3, 4]; -// label1: for (var n in arr) { -// break; -// continue; -// break label1; -// continue label1; -// -// label2: for (var i = 0; i < arr[n]; i++) { -// break label1; -// continue label1; -// -// break; -// continue; -// break label2; -// continue label2; -// -// function foo() { -// label3: while (true) { -// break; -// continue; -// break label3; -// continue label3; -// -// // these cross function boundaries -// break label1; -// continue label1; -// break label2; -// continue label2; -// -// label4: do { -// break; -// continue; -// break label4; -// continue label4; -// -// break label3; -// continue label3; -// -// switch (10) { -// case 1: -// case 2: -// break; -// break label4; -// default: -// continue; -// } +// --- (line: 46) skipped --- // // // these cross function boundaries // break label1; @@ -388,67 +78,13 @@ // break label2; // continue label2; // () => { break; } -// } while (true) -// } -// } -// } -// } -// -// label5: while (true) break label5; -// -// label7: while (true) continue label5; +// --- (line: 54) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesLoopBreakContinueNegatives.ts === -// var arr = [1, 2, 3, 4]; -// label1: for (var n in arr) { -// break; -// continue; -// break label1; -// continue label1; -// -// label2: for (var i = 0; i < arr[n]; i++) { -// break label1; -// continue label1; -// -// break; -// continue; -// break label2; -// continue label2; -// -// function foo() { -// label3: while (true) { -// break; -// continue; -// break label3; -// continue label3; -// -// // these cross function boundaries -// break label1; -// continue label1; -// break label2; -// continue label2; -// -// label4: do { -// break; -// continue; -// break label4; -// continue label4; -// -// break label3; -// continue label3; -// -// switch (10) { -// case 1: -// case 2: -// break; -// break label4; -// default: -// continue; -// } -// +// --- (line: 47) skipped --- // // these cross function boundaries // break label1; // continue label1; @@ -456,67 +92,13 @@ // continue label2; // () => { break; } // } while (true) -// } -// } -// } -// } -// -// label5: while (true) break label5; -// -// label7: while (true) continue label5; +// --- (line: 55) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesLoopBreakContinueNegatives.ts === -// var arr = [1, 2, 3, 4]; -// label1: for (var n in arr) { -// break; -// continue; -// break label1; -// continue label1; -// -// label2: for (var i = 0; i < arr[n]; i++) { -// break label1; -// continue label1; -// -// break; -// continue; -// break label2; -// continue label2; -// -// function foo() { -// label3: while (true) { -// break; -// continue; -// break label3; -// continue label3; -// -// // these cross function boundaries -// break label1; -// continue label1; -// break label2; -// continue label2; -// -// label4: do { -// break; -// continue; -// break label4; -// continue label4; -// -// break label3; -// continue label3; -// -// switch (10) { -// case 1: -// case 2: -// break; -// break label4; -// default: -// continue; -// } -// -// // these cross function boundaries +// --- (line: 48) skipped --- // break label1; // continue label1; // break label2; @@ -524,67 +106,13 @@ // () => { break; } // } while (true) // } -// } -// } -// } -// -// label5: while (true) break label5; -// -// label7: while (true) continue label5; +// --- (line: 56) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesLoopBreakContinueNegatives.ts === -// var arr = [1, 2, 3, 4]; -// label1: for (var n in arr) { -// break; -// continue; -// break label1; -// continue label1; -// -// label2: for (var i = 0; i < arr[n]; i++) { -// break label1; -// continue label1; -// -// break; -// continue; -// break label2; -// continue label2; -// -// function foo() { -// label3: while (true) { -// break; -// continue; -// break label3; -// continue label3; -// -// // these cross function boundaries -// break label1; -// continue label1; -// break label2; -// continue label2; -// -// label4: do { -// break; -// continue; -// break label4; -// continue label4; -// -// break label3; -// continue label3; -// -// switch (10) { -// case 1: -// case 2: -// break; -// break label4; -// default: -// continue; -// } -// -// // these cross function boundaries -// break label1; +// --- (line: 49) skipped --- // continue label1; // break label2; // continue label2; @@ -592,75 +120,13 @@ // } while (true) // } // } -// } -// } -// -// label5: while (true) break label5; -// -// label7: while (true) continue label5; +// --- (line: 57) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesLoopBreakContinueNegatives.ts === -// var arr = [1, 2, 3, 4]; -// label1: for (var n in arr) { -// break; -// continue; -// break label1; -// continue label1; -// -// label2: for (var i = 0; i < arr[n]; i++) { -// break label1; -// continue label1; -// -// break; -// continue; -// break label2; -// continue label2; -// -// function foo() { -// label3: while (true) { -// break; -// continue; -// break label3; -// continue label3; -// -// // these cross function boundaries -// break label1; -// continue label1; -// break label2; -// continue label2; -// -// label4: do { -// break; -// continue; -// break label4; -// continue label4; -// -// break label3; -// continue label3; -// -// switch (10) { -// case 1: -// case 2: -// break; -// break label4; -// default: -// continue; -// } -// -// // these cross function boundaries -// break label1; -// continue label1; -// break label2; -// continue label2; -// () => { break; } -// } while (true) -// } -// } -// } -// } +// --- (line: 58) skipped --- // // label5: while (true) break label5; // diff --git a/tests/baselines/reference/getOccurrencesModifiersNegatives1.baseline.jsonc b/tests/baselines/reference/getOccurrencesModifiersNegatives1.baseline.jsonc index cd12ff351b950..528707fe21df2 100644 --- a/tests/baselines/reference/getOccurrencesModifiersNegatives1.baseline.jsonc +++ b/tests/baselines/reference/getOccurrencesModifiersNegatives1.baseline.jsonc @@ -8,31 +8,7 @@ // // constructor(export conFoo, // declare conBar, -// export declare conFooBar, -// declare export conBarFoo, -// static sue, -// static export declare sueFooBar, -// static declare export sueBarFoo, -// declare static export barSueFoo) { -// } -// } -// -// module m { -// static a; -// public b; -// private c; -// protected d; -// static public private protected e; -// public static protected private f; -// protected static public g; -// } -// static a; -// public b; -// private c; -// protected d; -// static public private protected e; -// public static protected private f; -// protected static public g; +// --- (line: 9) skipped --- @@ -46,31 +22,7 @@ // // constructor(export conFoo, // declare conBar, -// export declare conFooBar, -// declare export conBarFoo, -// static sue, -// static export declare sueFooBar, -// static declare export sueBarFoo, -// declare static export barSueFoo) { -// } -// } -// -// module m { -// static a; -// public b; -// private c; -// protected d; -// static public private protected e; -// public static protected private f; -// protected static public g; -// } -// static a; -// public b; -// private c; -// protected d; -// static public private protected e; -// public static protected private f; -// protected static public g; +// --- (line: 9) skipped --- @@ -84,31 +36,7 @@ // // constructor(export conFoo, // declare conBar, -// export declare conFooBar, -// declare export conBarFoo, -// static sue, -// static export declare sueFooBar, -// static declare export sueBarFoo, -// declare static export barSueFoo) { -// } -// } -// -// module m { -// static a; -// public b; -// private c; -// protected d; -// static public private protected e; -// public static protected private f; -// protected static public g; -// } -// static a; -// public b; -// private c; -// protected d; -// static public private protected e; -// public static protected private f; -// protected static public g; +// --- (line: 9) skipped --- @@ -122,31 +50,7 @@ // // constructor(export conFoo, // declare conBar, -// export declare conFooBar, -// declare export conBarFoo, -// static sue, -// static export declare sueFooBar, -// static declare export sueBarFoo, -// declare static export barSueFoo) { -// } -// } -// -// module m { -// static a; -// public b; -// private c; -// protected d; -// static public private protected e; -// public static protected private f; -// protected static public g; -// } -// static a; -// public b; -// private c; -// protected d; -// static public private protected e; -// public static protected private f; -// protected static public g; +// --- (line: 9) skipped --- @@ -160,31 +64,7 @@ // // constructor(export conFoo, // declare conBar, -// export declare conFooBar, -// declare export conBarFoo, -// static sue, -// static export declare sueFooBar, -// static declare export sueBarFoo, -// declare static export barSueFoo) { -// } -// } -// -// module m { -// static a; -// public b; -// private c; -// protected d; -// static public private protected e; -// public static protected private f; -// protected static public g; -// } -// static a; -// public b; -// private c; -// protected d; -// static public private protected e; -// public static protected private f; -// protected static public g; +// --- (line: 9) skipped --- @@ -198,31 +78,7 @@ // // constructor(export conFoo, // declare conBar, -// export declare conFooBar, -// declare export conBarFoo, -// static sue, -// static export declare sueFooBar, -// static declare export sueBarFoo, -// declare static export barSueFoo) { -// } -// } -// -// module m { -// static a; -// public b; -// private c; -// protected d; -// static public private protected e; -// public static protected private f; -// protected static public g; -// } -// static a; -// public b; -// private c; -// protected d; -// static public private protected e; -// public static protected private f; -// protected static public g; +// --- (line: 9) skipped --- @@ -245,22 +101,7 @@ // } // } // -// module m { -// static a; -// public b; -// private c; -// protected d; -// static public private protected e; -// public static protected private f; -// protected static public g; -// } -// static a; -// public b; -// private c; -// protected d; -// static public private protected e; -// public static protected private f; -// protected static public g; +// --- (line: 18) skipped --- @@ -283,22 +124,7 @@ // } // } // -// module m { -// static a; -// public b; -// private c; -// protected d; -// static public private protected e; -// public static protected private f; -// protected static public g; -// } -// static a; -// public b; -// private c; -// protected d; -// static public private protected e; -// public static protected private f; -// protected static public g; +// --- (line: 18) skipped --- @@ -321,22 +147,7 @@ // } // } // -// module m { -// static a; -// public b; -// private c; -// protected d; -// static public private protected e; -// public static protected private f; -// protected static public g; -// } -// static a; -// public b; -// private c; -// protected d; -// static public private protected e; -// public static protected private f; -// protected static public g; +// --- (line: 18) skipped --- @@ -359,22 +170,7 @@ // } // } // -// module m { -// static a; -// public b; -// private c; -// protected d; -// static public private protected e; -// public static protected private f; -// protected static public g; -// } -// static a; -// public b; -// private c; -// protected d; -// static public private protected e; -// public static protected private f; -// protected static public g; +// --- (line: 18) skipped --- @@ -397,22 +193,7 @@ // } // } // -// module m { -// static a; -// public b; -// private c; -// protected d; -// static public private protected e; -// public static protected private f; -// protected static public g; -// } -// static a; -// public b; -// private c; -// protected d; -// static public private protected e; -// public static protected private f; -// protected static public g; +// --- (line: 18) skipped --- @@ -435,34 +216,13 @@ // } // } // -// module m { -// static a; -// public b; -// private c; -// protected d; -// static public private protected e; -// public static protected private f; -// protected static public g; -// } -// static a; -// public b; -// private c; -// protected d; -// static public private protected e; -// public static protected private f; -// protected static public g; +// --- (line: 18) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesModifiersNegatives1.ts === -// class C { -// export foo; -// declare bar; -// export declare foobar; -// declare export barfoo; -// -// constructor(export conFoo, +// --- (line: 7) skipped --- // declare conBar, // export declare conFooBar, // declare export conBarFoo, @@ -473,34 +233,13 @@ // } // } // -// module m { -// static a; -// public b; -// private c; -// protected d; -// static public private protected e; -// public static protected private f; -// protected static public g; -// } -// static a; -// public b; -// private c; -// protected d; -// static public private protected e; -// public static protected private f; -// protected static public g; +// --- (line: 18) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesModifiersNegatives1.ts === -// class C { -// export foo; -// declare bar; -// export declare foobar; -// declare export barfoo; -// -// constructor(export conFoo, +// --- (line: 7) skipped --- // declare conBar, // export declare conFooBar, // declare export conBarFoo, @@ -511,22 +250,7 @@ // } // } // -// module m { -// static a; -// public b; -// private c; -// protected d; -// static public private protected e; -// public static protected private f; -// protected static public g; -// } -// static a; -// public b; -// private c; -// protected d; -// static public private protected e; -// public static protected private f; -// protected static public g; +// --- (line: 18) skipped --- @@ -549,22 +273,7 @@ // } // } // -// module m { -// static a; -// public b; -// private c; -// protected d; -// static public private protected e; -// public static protected private f; -// protected static public g; -// } -// static a; -// public b; -// private c; -// protected d; -// static public private protected e; -// public static protected private f; -// protected static public g; +// --- (line: 18) skipped --- @@ -587,34 +296,13 @@ // } // } // -// module m { -// static a; -// public b; -// private c; -// protected d; -// static public private protected e; -// public static protected private f; -// protected static public g; -// } -// static a; -// public b; -// private c; -// protected d; -// static public private protected e; -// public static protected private f; -// protected static public g; +// --- (line: 18) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesModifiersNegatives1.ts === -// class C { -// export foo; -// declare bar; -// export declare foobar; -// declare export barfoo; -// -// constructor(export conFoo, +// --- (line: 7) skipped --- // declare conBar, // export declare conFooBar, // declare export conBarFoo, @@ -625,22 +313,7 @@ // } // } // -// module m { -// static a; -// public b; -// private c; -// protected d; -// static public private protected e; -// public static protected private f; -// protected static public g; -// } -// static a; -// public b; -// private c; -// protected d; -// static public private protected e; -// public static protected private f; -// protected static public g; +// --- (line: 18) skipped --- @@ -663,22 +336,7 @@ // } // } // -// module m { -// static a; -// public b; -// private c; -// protected d; -// static public private protected e; -// public static protected private f; -// protected static public g; -// } -// static a; -// public b; -// private c; -// protected d; -// static public private protected e; -// public static protected private f; -// protected static public g; +// --- (line: 18) skipped --- @@ -701,22 +359,7 @@ // } // } // -// module m { -// static a; -// public b; -// private c; -// protected d; -// static public private protected e; -// public static protected private f; -// protected static public g; -// } -// static a; -// public b; -// private c; -// protected d; -// static public private protected e; -// public static protected private f; -// protected static public g; +// --- (line: 18) skipped --- @@ -739,34 +382,13 @@ // } // } // -// module m { -// static a; -// public b; -// private c; -// protected d; -// static public private protected e; -// public static protected private f; -// protected static public g; -// } -// static a; -// public b; -// private c; -// protected d; -// static public private protected e; -// public static protected private f; -// protected static public g; +// --- (line: 18) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesModifiersNegatives1.ts === -// class C { -// export foo; -// declare bar; -// export declare foobar; -// declare export barfoo; -// -// constructor(export conFoo, +// --- (line: 7) skipped --- // declare conBar, // export declare conFooBar, // declare export conBarFoo, @@ -777,22 +399,7 @@ // } // } // -// module m { -// static a; -// public b; -// private c; -// protected d; -// static public private protected e; -// public static protected private f; -// protected static public g; -// } -// static a; -// public b; -// private c; -// protected d; -// static public private protected e; -// public static protected private f; -// protected static public g; +// --- (line: 18) skipped --- @@ -815,42 +422,13 @@ // } // } // -// module m { -// static a; -// public b; -// private c; -// protected d; -// static public private protected e; -// public static protected private f; -// protected static public g; -// } -// static a; -// public b; -// private c; -// protected d; -// static public private protected e; -// public static protected private f; -// protected static public g; +// --- (line: 18) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesModifiersNegatives1.ts === -// class C { -// export foo; -// declare bar; -// export declare foobar; -// declare export barfoo; -// -// constructor(export conFoo, -// declare conBar, -// export declare conFooBar, -// declare export conBarFoo, -// static sue, -// static export declare sueFooBar, -// static declare export sueBarFoo, -// declare static export barSueFoo) { -// } +// --- (line: 15) skipped --- // } // // module m { @@ -858,38 +436,13 @@ // public b; // private c; // protected d; -// static public private protected e; -// public static protected private f; -// protected static public g; -// } -// static a; -// public b; -// private c; -// protected d; -// static public private protected e; -// public static protected private f; -// protected static public g; +// --- (line: 23) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesModifiersNegatives1.ts === -// class C { -// export foo; -// declare bar; -// export declare foobar; -// declare export barfoo; -// -// constructor(export conFoo, -// declare conBar, -// export declare conFooBar, -// declare export conBarFoo, -// static sue, -// static export declare sueFooBar, -// static declare export sueBarFoo, -// declare static export barSueFoo) { -// } -// } +// --- (line: 16) skipped --- // // module m { // static a; @@ -897,38 +450,13 @@ // private c; // protected d; // static public private protected e; -// public static protected private f; -// protected static public g; -// } -// static a; -// public b; -// private c; -// protected d; -// static public private protected e; -// public static protected private f; -// protected static public g; +// --- (line: 24) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesModifiersNegatives1.ts === -// class C { -// export foo; -// declare bar; -// export declare foobar; -// declare export barfoo; -// -// constructor(export conFoo, -// declare conBar, -// export declare conFooBar, -// declare export conBarFoo, -// static sue, -// static export declare sueFooBar, -// static declare export sueBarFoo, -// declare static export barSueFoo) { -// } -// } -// +// --- (line: 17) skipped --- // module m { // static a; // public b; @@ -936,38 +464,13 @@ // protected d; // static public private protected e; // public static protected private f; -// protected static public g; -// } -// static a; -// public b; -// private c; -// protected d; -// static public private protected e; -// public static protected private f; -// protected static public g; +// --- (line: 25) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesModifiersNegatives1.ts === -// class C { -// export foo; -// declare bar; -// export declare foobar; -// declare export barfoo; -// -// constructor(export conFoo, -// declare conBar, -// export declare conFooBar, -// declare export conBarFoo, -// static sue, -// static export declare sueFooBar, -// static declare export sueBarFoo, -// declare static export barSueFoo) { -// } -// } -// -// module m { +// --- (line: 18) skipped --- // static a; // public b; // private c; @@ -975,38 +478,13 @@ // static public private protected e; // public static protected private f; // protected static public g; -// } -// static a; -// public b; -// private c; -// protected d; -// static public private protected e; -// public static protected private f; -// protected static public g; +// --- (line: 26) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesModifiersNegatives1.ts === -// class C { -// export foo; -// declare bar; -// export declare foobar; -// declare export barfoo; -// -// constructor(export conFoo, -// declare conBar, -// export declare conFooBar, -// declare export conBarFoo, -// static sue, -// static export declare sueFooBar, -// static declare export sueBarFoo, -// declare static export barSueFoo) { -// } -// } -// -// module m { -// static a; +// --- (line: 19) skipped --- // public b; // private c; // protected d; @@ -1014,37 +492,13 @@ // public static protected private f; // protected static public g; // } -// static a; -// public b; -// private c; -// protected d; -// static public private protected e; -// public static protected private f; -// protected static public g; +// --- (line: 27) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesModifiersNegatives1.ts === -// class C { -// export foo; -// declare bar; -// export declare foobar; -// declare export barfoo; -// -// constructor(export conFoo, -// declare conBar, -// export declare conFooBar, -// declare export conBarFoo, -// static sue, -// static export declare sueFooBar, -// static declare export sueBarFoo, -// declare static export barSueFoo) { -// } -// } -// -// module m { -// static a; +// --- (line: 19) skipped --- // public b; // private c; // protected d; @@ -1052,37 +506,13 @@ // public static protected private f; // protected static public g; // } -// static a; -// public b; -// private c; -// protected d; -// static public private protected e; -// public static protected private f; -// protected static public g; +// --- (line: 27) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesModifiersNegatives1.ts === -// class C { -// export foo; -// declare bar; -// export declare foobar; -// declare export barfoo; -// -// constructor(export conFoo, -// declare conBar, -// export declare conFooBar, -// declare export conBarFoo, -// static sue, -// static export declare sueFooBar, -// static declare export sueBarFoo, -// declare static export barSueFoo) { -// } -// } -// -// module m { -// static a; +// --- (line: 19) skipped --- // public b; // private c; // protected d; @@ -1090,37 +520,13 @@ // public static protected private f; // protected static public g; // } -// static a; -// public b; -// private c; -// protected d; -// static public private protected e; -// public static protected private f; -// protected static public g; +// --- (line: 27) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesModifiersNegatives1.ts === -// class C { -// export foo; -// declare bar; -// export declare foobar; -// declare export barfoo; -// -// constructor(export conFoo, -// declare conBar, -// export declare conFooBar, -// declare export conBarFoo, -// static sue, -// static export declare sueFooBar, -// static declare export sueBarFoo, -// declare static export barSueFoo) { -// } -// } -// -// module m { -// static a; +// --- (line: 19) skipped --- // public b; // private c; // protected d; @@ -1128,38 +534,13 @@ // public static protected private f; // protected static public g; // } -// static a; -// public b; -// private c; -// protected d; -// static public private protected e; -// public static protected private f; -// protected static public g; +// --- (line: 27) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesModifiersNegatives1.ts === -// class C { -// export foo; -// declare bar; -// export declare foobar; -// declare export barfoo; -// -// constructor(export conFoo, -// declare conBar, -// export declare conFooBar, -// declare export conBarFoo, -// static sue, -// static export declare sueFooBar, -// static declare export sueBarFoo, -// declare static export barSueFoo) { -// } -// } -// -// module m { -// static a; -// public b; +// --- (line: 20) skipped --- // private c; // protected d; // static public private protected e; @@ -1167,37 +548,13 @@ // protected static public g; // } // static a; -// public b; -// private c; -// protected d; -// static public private protected e; -// public static protected private f; -// protected static public g; +// --- (line: 28) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesModifiersNegatives1.ts === -// class C { -// export foo; -// declare bar; -// export declare foobar; -// declare export barfoo; -// -// constructor(export conFoo, -// declare conBar, -// export declare conFooBar, -// declare export conBarFoo, -// static sue, -// static export declare sueFooBar, -// static declare export sueBarFoo, -// declare static export barSueFoo) { -// } -// } -// -// module m { -// static a; -// public b; +// --- (line: 20) skipped --- // private c; // protected d; // static public private protected e; @@ -1205,37 +562,13 @@ // protected static public g; // } // static a; -// public b; -// private c; -// protected d; -// static public private protected e; -// public static protected private f; -// protected static public g; +// --- (line: 28) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesModifiersNegatives1.ts === -// class C { -// export foo; -// declare bar; -// export declare foobar; -// declare export barfoo; -// -// constructor(export conFoo, -// declare conBar, -// export declare conFooBar, -// declare export conBarFoo, -// static sue, -// static export declare sueFooBar, -// static declare export sueBarFoo, -// declare static export barSueFoo) { -// } -// } -// -// module m { -// static a; -// public b; +// --- (line: 20) skipped --- // private c; // protected d; // static public private protected e; @@ -1243,37 +576,13 @@ // protected static public g; // } // static a; -// public b; -// private c; -// protected d; -// static public private protected e; -// public static protected private f; -// protected static public g; +// --- (line: 28) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesModifiersNegatives1.ts === -// class C { -// export foo; -// declare bar; -// export declare foobar; -// declare export barfoo; -// -// constructor(export conFoo, -// declare conBar, -// export declare conFooBar, -// declare export conBarFoo, -// static sue, -// static export declare sueFooBar, -// static declare export sueBarFoo, -// declare static export barSueFoo) { -// } -// } -// -// module m { -// static a; -// public b; +// --- (line: 20) skipped --- // private c; // protected d; // static public private protected e; @@ -1281,38 +590,13 @@ // protected static public g; // } // static a; -// public b; -// private c; -// protected d; -// static public private protected e; -// public static protected private f; -// protected static public g; +// --- (line: 28) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesModifiersNegatives1.ts === -// class C { -// export foo; -// declare bar; -// export declare foobar; -// declare export barfoo; -// -// constructor(export conFoo, -// declare conBar, -// export declare conFooBar, -// declare export conBarFoo, -// static sue, -// static export declare sueFooBar, -// static declare export sueBarFoo, -// declare static export barSueFoo) { -// } -// } -// -// module m { -// static a; -// public b; -// private c; +// --- (line: 21) skipped --- // protected d; // static public private protected e; // public static protected private f; @@ -1320,37 +604,13 @@ // } // static a; // public b; -// private c; -// protected d; -// static public private protected e; -// public static protected private f; -// protected static public g; +// --- (line: 29) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesModifiersNegatives1.ts === -// class C { -// export foo; -// declare bar; -// export declare foobar; -// declare export barfoo; -// -// constructor(export conFoo, -// declare conBar, -// export declare conFooBar, -// declare export conBarFoo, -// static sue, -// static export declare sueFooBar, -// static declare export sueBarFoo, -// declare static export barSueFoo) { -// } -// } -// -// module m { -// static a; -// public b; -// private c; +// --- (line: 21) skipped --- // protected d; // static public private protected e; // public static protected private f; @@ -1358,37 +618,13 @@ // } // static a; // public b; -// private c; -// protected d; -// static public private protected e; -// public static protected private f; -// protected static public g; +// --- (line: 29) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesModifiersNegatives1.ts === -// class C { -// export foo; -// declare bar; -// export declare foobar; -// declare export barfoo; -// -// constructor(export conFoo, -// declare conBar, -// export declare conFooBar, -// declare export conBarFoo, -// static sue, -// static export declare sueFooBar, -// static declare export sueBarFoo, -// declare static export barSueFoo) { -// } -// } -// -// module m { -// static a; -// public b; -// private c; +// --- (line: 21) skipped --- // protected d; // static public private protected e; // public static protected private f; @@ -1396,39 +632,13 @@ // } // static a; // public b; -// private c; -// protected d; -// static public private protected e; -// public static protected private f; -// protected static public g; +// --- (line: 29) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesModifiersNegatives1.ts === -// class C { -// export foo; -// declare bar; -// export declare foobar; -// declare export barfoo; -// -// constructor(export conFoo, -// declare conBar, -// export declare conFooBar, -// declare export conBarFoo, -// static sue, -// static export declare sueFooBar, -// static declare export sueBarFoo, -// declare static export barSueFoo) { -// } -// } -// -// module m { -// static a; -// public b; -// private c; -// protected d; -// static public private protected e; +// --- (line: 23) skipped --- // public static protected private f; // protected static public g; // } @@ -1436,38 +646,13 @@ // public b; // private c; // protected d; -// static public private protected e; -// public static protected private f; -// protected static public g; +// --- (line: 31) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesModifiersNegatives1.ts === -// class C { -// export foo; -// declare bar; -// export declare foobar; -// declare export barfoo; -// -// constructor(export conFoo, -// declare conBar, -// export declare conFooBar, -// declare export conBarFoo, -// static sue, -// static export declare sueFooBar, -// static declare export sueBarFoo, -// declare static export barSueFoo) { -// } -// } -// -// module m { -// static a; -// public b; -// private c; -// protected d; -// static public private protected e; -// public static protected private f; +// --- (line: 24) skipped --- // protected static public g; // } // static a; @@ -1482,31 +667,7 @@ // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesModifiersNegatives1.ts === -// class C { -// export foo; -// declare bar; -// export declare foobar; -// declare export barfoo; -// -// constructor(export conFoo, -// declare conBar, -// export declare conFooBar, -// declare export conBarFoo, -// static sue, -// static export declare sueFooBar, -// static declare export sueBarFoo, -// declare static export barSueFoo) { -// } -// } -// -// module m { -// static a; -// public b; -// private c; -// protected d; -// static public private protected e; -// public static protected private f; -// protected static public g; +// --- (line: 25) skipped --- // } // static a; // public b; @@ -1520,32 +681,7 @@ // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesModifiersNegatives1.ts === -// class C { -// export foo; -// declare bar; -// export declare foobar; -// declare export barfoo; -// -// constructor(export conFoo, -// declare conBar, -// export declare conFooBar, -// declare export conBarFoo, -// static sue, -// static export declare sueFooBar, -// static declare export sueBarFoo, -// declare static export barSueFoo) { -// } -// } -// -// module m { -// static a; -// public b; -// private c; -// protected d; -// static public private protected e; -// public static protected private f; -// protected static public g; -// } +// --- (line: 26) skipped --- // static a; // public b; // private c; @@ -1558,33 +694,7 @@ // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesModifiersNegatives1.ts === -// class C { -// export foo; -// declare bar; -// export declare foobar; -// declare export barfoo; -// -// constructor(export conFoo, -// declare conBar, -// export declare conFooBar, -// declare export conBarFoo, -// static sue, -// static export declare sueFooBar, -// static declare export sueBarFoo, -// declare static export barSueFoo) { -// } -// } -// -// module m { -// static a; -// public b; -// private c; -// protected d; -// static public private protected e; -// public static protected private f; -// protected static public g; -// } -// static a; +// --- (line: 27) skipped --- // public b; // private c; // protected d; @@ -1596,33 +706,7 @@ // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesModifiersNegatives1.ts === -// class C { -// export foo; -// declare bar; -// export declare foobar; -// declare export barfoo; -// -// constructor(export conFoo, -// declare conBar, -// export declare conFooBar, -// declare export conBarFoo, -// static sue, -// static export declare sueFooBar, -// static declare export sueBarFoo, -// declare static export barSueFoo) { -// } -// } -// -// module m { -// static a; -// public b; -// private c; -// protected d; -// static public private protected e; -// public static protected private f; -// protected static public g; -// } -// static a; +// --- (line: 27) skipped --- // public b; // private c; // protected d; @@ -1634,33 +718,7 @@ // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesModifiersNegatives1.ts === -// class C { -// export foo; -// declare bar; -// export declare foobar; -// declare export barfoo; -// -// constructor(export conFoo, -// declare conBar, -// export declare conFooBar, -// declare export conBarFoo, -// static sue, -// static export declare sueFooBar, -// static declare export sueBarFoo, -// declare static export barSueFoo) { -// } -// } -// -// module m { -// static a; -// public b; -// private c; -// protected d; -// static public private protected e; -// public static protected private f; -// protected static public g; -// } -// static a; +// --- (line: 27) skipped --- // public b; // private c; // protected d; @@ -1672,33 +730,7 @@ // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesModifiersNegatives1.ts === -// class C { -// export foo; -// declare bar; -// export declare foobar; -// declare export barfoo; -// -// constructor(export conFoo, -// declare conBar, -// export declare conFooBar, -// declare export conBarFoo, -// static sue, -// static export declare sueFooBar, -// static declare export sueBarFoo, -// declare static export barSueFoo) { -// } -// } -// -// module m { -// static a; -// public b; -// private c; -// protected d; -// static public private protected e; -// public static protected private f; -// protected static public g; -// } -// static a; +// --- (line: 27) skipped --- // public b; // private c; // protected d; @@ -1710,34 +742,7 @@ // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesModifiersNegatives1.ts === -// class C { -// export foo; -// declare bar; -// export declare foobar; -// declare export barfoo; -// -// constructor(export conFoo, -// declare conBar, -// export declare conFooBar, -// declare export conBarFoo, -// static sue, -// static export declare sueFooBar, -// static declare export sueBarFoo, -// declare static export barSueFoo) { -// } -// } -// -// module m { -// static a; -// public b; -// private c; -// protected d; -// static public private protected e; -// public static protected private f; -// protected static public g; -// } -// static a; -// public b; +// --- (line: 28) skipped --- // private c; // protected d; // static public private protected e; @@ -1748,34 +753,7 @@ // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesModifiersNegatives1.ts === -// class C { -// export foo; -// declare bar; -// export declare foobar; -// declare export barfoo; -// -// constructor(export conFoo, -// declare conBar, -// export declare conFooBar, -// declare export conBarFoo, -// static sue, -// static export declare sueFooBar, -// static declare export sueBarFoo, -// declare static export barSueFoo) { -// } -// } -// -// module m { -// static a; -// public b; -// private c; -// protected d; -// static public private protected e; -// public static protected private f; -// protected static public g; -// } -// static a; -// public b; +// --- (line: 28) skipped --- // private c; // protected d; // static public private protected e; @@ -1786,34 +764,7 @@ // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesModifiersNegatives1.ts === -// class C { -// export foo; -// declare bar; -// export declare foobar; -// declare export barfoo; -// -// constructor(export conFoo, -// declare conBar, -// export declare conFooBar, -// declare export conBarFoo, -// static sue, -// static export declare sueFooBar, -// static declare export sueBarFoo, -// declare static export barSueFoo) { -// } -// } -// -// module m { -// static a; -// public b; -// private c; -// protected d; -// static public private protected e; -// public static protected private f; -// protected static public g; -// } -// static a; -// public b; +// --- (line: 28) skipped --- // private c; // protected d; // static public private protected e; @@ -1824,34 +775,7 @@ // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesModifiersNegatives1.ts === -// class C { -// export foo; -// declare bar; -// export declare foobar; -// declare export barfoo; -// -// constructor(export conFoo, -// declare conBar, -// export declare conFooBar, -// declare export conBarFoo, -// static sue, -// static export declare sueFooBar, -// static declare export sueBarFoo, -// declare static export barSueFoo) { -// } -// } -// -// module m { -// static a; -// public b; -// private c; -// protected d; -// static public private protected e; -// public static protected private f; -// protected static public g; -// } -// static a; -// public b; +// --- (line: 28) skipped --- // private c; // protected d; // static public private protected e; @@ -1862,35 +786,7 @@ // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesModifiersNegatives1.ts === -// class C { -// export foo; -// declare bar; -// export declare foobar; -// declare export barfoo; -// -// constructor(export conFoo, -// declare conBar, -// export declare conFooBar, -// declare export conBarFoo, -// static sue, -// static export declare sueFooBar, -// static declare export sueBarFoo, -// declare static export barSueFoo) { -// } -// } -// -// module m { -// static a; -// public b; -// private c; -// protected d; -// static public private protected e; -// public static protected private f; -// protected static public g; -// } -// static a; -// public b; -// private c; +// --- (line: 29) skipped --- // protected d; // static public private protected e; // public static protected private f; @@ -1900,35 +796,7 @@ // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesModifiersNegatives1.ts === -// class C { -// export foo; -// declare bar; -// export declare foobar; -// declare export barfoo; -// -// constructor(export conFoo, -// declare conBar, -// export declare conFooBar, -// declare export conBarFoo, -// static sue, -// static export declare sueFooBar, -// static declare export sueBarFoo, -// declare static export barSueFoo) { -// } -// } -// -// module m { -// static a; -// public b; -// private c; -// protected d; -// static public private protected e; -// public static protected private f; -// protected static public g; -// } -// static a; -// public b; -// private c; +// --- (line: 29) skipped --- // protected d; // static public private protected e; // public static protected private f; @@ -1938,35 +806,7 @@ // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesModifiersNegatives1.ts === -// class C { -// export foo; -// declare bar; -// export declare foobar; -// declare export barfoo; -// -// constructor(export conFoo, -// declare conBar, -// export declare conFooBar, -// declare export conBarFoo, -// static sue, -// static export declare sueFooBar, -// static declare export sueBarFoo, -// declare static export barSueFoo) { -// } -// } -// -// module m { -// static a; -// public b; -// private c; -// protected d; -// static public private protected e; -// public static protected private f; -// protected static public g; -// } -// static a; -// public b; -// private c; +// --- (line: 29) skipped --- // protected d; // static public private protected e; // public static protected private f; diff --git a/tests/baselines/reference/getOccurrencesOfUndefinedSymbol.baseline.jsonc b/tests/baselines/reference/getOccurrencesOfUndefinedSymbol.baseline.jsonc index 2aa7fedc1ecc0..053466c7dae21 100644 --- a/tests/baselines/reference/getOccurrencesOfUndefinedSymbol.baseline.jsonc +++ b/tests/baselines/reference/getOccurrencesOfUndefinedSymbol.baseline.jsonc @@ -1,12 +1,6 @@ // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesOfUndefinedSymbol.ts === -// var obj1: { -// (bar: any): any; -// new (bar: any): any; -// [bar: any]: any; -// bar: any; -// foob(bar: any): any; -// }; +// --- (line: 7) skipped --- // // class cls3 { // property zeFunc() { diff --git a/tests/baselines/reference/getOccurrencesPrivate1.baseline.jsonc b/tests/baselines/reference/getOccurrencesPrivate1.baseline.jsonc index fe31b4fc0d72a..03dcc8ecc75d4 100644 --- a/tests/baselines/reference/getOccurrencesPrivate1.baseline.jsonc +++ b/tests/baselines/reference/getOccurrencesPrivate1.baseline.jsonc @@ -27,32 +27,7 @@ // protected static statProt; // } // -// export interface I1 { -// } -// -// export declare module ma.m1.m2.m3 { -// interface I2 { -// } -// } -// -// export module mb.m1.m2.m3 { -// declare var foo; -// -// export class C2 { -// public pub1; -// private priv1; -// protected prot1; -// -// protected constructor(public public, protected protected, private private) { -// public = private = protected; -// } -// } -// } -// -// declare var ambientThing: number; -// export var exportedThing = 10; -// declare function foo(): string; -// } +// --- (line: 28) skipped --- @@ -85,32 +60,7 @@ // protected static statProt; // } // -// export interface I1 { -// } -// -// export declare module ma.m1.m2.m3 { -// interface I2 { -// } -// } -// -// export module mb.m1.m2.m3 { -// declare var foo; -// -// export class C2 { -// public pub1; -// private priv1; -// protected prot1; -// -// protected constructor(public public, protected protected, private private) { -// public = private = protected; -// } -// } -// } -// -// declare var ambientThing: number; -// export var exportedThing = 10; -// declare function foo(): string; -// } +// --- (line: 28) skipped --- @@ -143,32 +93,7 @@ // protected static statProt; // } // -// export interface I1 { -// } -// -// export declare module ma.m1.m2.m3 { -// interface I2 { -// } -// } -// -// export module mb.m1.m2.m3 { -// declare var foo; -// -// export class C2 { -// public pub1; -// private priv1; -// protected prot1; -// -// protected constructor(public public, protected protected, private private) { -// public = private = protected; -// } -// } -// } -// -// declare var ambientThing: number; -// export var exportedThing = 10; -// declare function foo(): string; -// } +// --- (line: 28) skipped --- @@ -201,32 +126,7 @@ // protected static statProt; // } // -// export interface I1 { -// } -// -// export declare module ma.m1.m2.m3 { -// interface I2 { -// } -// } -// -// export module mb.m1.m2.m3 { -// declare var foo; -// -// export class C2 { -// public pub1; -// private priv1; -// protected prot1; -// -// protected constructor(public public, protected protected, private private) { -// public = private = protected; -// } -// } -// } -// -// declare var ambientThing: number; -// export var exportedThing = 10; -// declare function foo(): string; -// } +// --- (line: 28) skipped --- @@ -259,32 +159,7 @@ // protected static statProt; // } // -// export interface I1 { -// } -// -// export declare module ma.m1.m2.m3 { -// interface I2 { -// } -// } -// -// export module mb.m1.m2.m3 { -// declare var foo; -// -// export class C2 { -// public pub1; -// private priv1; -// protected prot1; -// -// protected constructor(public public, protected protected, private private) { -// public = private = protected; -// } -// } -// } -// -// declare var ambientThing: number; -// export var exportedThing = 10; -// declare function foo(): string; -// } +// --- (line: 28) skipped --- @@ -317,29 +192,4 @@ // protected static statProt; // } // -// export interface I1 { -// } -// -// export declare module ma.m1.m2.m3 { -// interface I2 { -// } -// } -// -// export module mb.m1.m2.m3 { -// declare var foo; -// -// export class C2 { -// public pub1; -// private priv1; -// protected prot1; -// -// protected constructor(public public, protected protected, private private) { -// public = private = protected; -// } -// } -// } -// -// declare var ambientThing: number; -// export var exportedThing = 10; -// declare function foo(): string; -// } \ No newline at end of file +// --- (line: 28) skipped --- \ No newline at end of file diff --git a/tests/baselines/reference/getOccurrencesPrivate2.baseline.jsonc b/tests/baselines/reference/getOccurrencesPrivate2.baseline.jsonc index 91d2d8b91b0ba..032958a642617 100644 --- a/tests/baselines/reference/getOccurrencesPrivate2.baseline.jsonc +++ b/tests/baselines/reference/getOccurrencesPrivate2.baseline.jsonc @@ -1,42 +1,6 @@ // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesPrivate2.ts === -// module m { -// export class C1 { -// public pub1; -// public pub2; -// private priv1; -// private priv2; -// protected prot1; -// protected prot2; -// -// public public; -// private private; -// protected protected; -// -// public constructor(public a, private b, protected c, public d, private e, protected f) { -// this.public = 10; -// this.private = 10; -// this.protected = 10; -// } -// -// public get x() { return 10; } -// public set x(value) { } -// -// public static statPub; -// private static statPriv; -// protected static statProt; -// } -// -// export interface I1 { -// } -// -// export declare module ma.m1.m2.m3 { -// interface I2 { -// } -// } -// -// export module mb.m1.m2.m3 { -// declare var foo; +// --- (line: 37) skipped --- // // export class C2 { // public pub1; @@ -47,54 +11,13 @@ // public = private = protected; // } // } -// } -// -// declare var ambientThing: number; -// export var exportedThing = 10; -// declare function foo(): string; -// } +// --- (line: 48) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesPrivate2.ts === -// module m { -// export class C1 { -// public pub1; -// public pub2; -// private priv1; -// private priv2; -// protected prot1; -// protected prot2; -// -// public public; -// private private; -// protected protected; -// -// public constructor(public a, private b, protected c, public d, private e, protected f) { -// this.public = 10; -// this.private = 10; -// this.protected = 10; -// } -// -// public get x() { return 10; } -// public set x(value) { } -// -// public static statPub; -// private static statPriv; -// protected static statProt; -// } -// -// export interface I1 { -// } -// -// export declare module ma.m1.m2.m3 { -// interface I2 { -// } -// } -// -// export module mb.m1.m2.m3 { -// declare var foo; +// --- (line: 37) skipped --- // // export class C2 { // public pub1; @@ -105,9 +28,4 @@ // public = private = protected; // } // } -// } -// -// declare var ambientThing: number; -// export var exportedThing = 10; -// declare function foo(): string; -// } \ No newline at end of file +// --- (line: 48) skipped --- \ No newline at end of file diff --git a/tests/baselines/reference/getOccurrencesProtected1.baseline.jsonc b/tests/baselines/reference/getOccurrencesProtected1.baseline.jsonc index a0c0e2f929845..99e93ddc25faf 100644 --- a/tests/baselines/reference/getOccurrencesProtected1.baseline.jsonc +++ b/tests/baselines/reference/getOccurrencesProtected1.baseline.jsonc @@ -1,8 +1,6 @@ // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesProtected1.ts === -// module m { -// export class C1 { -// public pub1; +// --- (line: 3) skipped --- // public pub2; // private priv1; // private priv2; @@ -17,10 +15,9 @@ // this.public = 10; // this.private = 10; // this.protected = 10; -// } -// -// public get x() { return 10; } -// public set x(value) { } +// --- (line: 18) skipped --- + +// --- (line: 21) skipped --- // // public static statPub; // private static statPriv; @@ -28,39 +25,13 @@ // } // // export interface I1 { -// } -// -// export declare module ma.m1.m2.m3 { -// interface I2 { -// } -// } -// -// export module mb.m1.m2.m3 { -// declare var foo; -// -// export class C2 { -// public pub1; -// private priv1; -// protected prot1; -// -// protected constructor(public public, protected protected, private private) { -// public = private = protected; -// } -// } -// } -// -// declare var ambientThing: number; -// export var exportedThing = 10; -// declare function foo(): string; -// } +// --- (line: 29) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesProtected1.ts === -// module m { -// export class C1 { -// public pub1; +// --- (line: 3) skipped --- // public pub2; // private priv1; // private priv2; @@ -75,10 +46,9 @@ // this.public = 10; // this.private = 10; // this.protected = 10; -// } -// -// public get x() { return 10; } -// public set x(value) { } +// --- (line: 18) skipped --- + +// --- (line: 21) skipped --- // // public static statPub; // private static statPriv; @@ -86,39 +56,13 @@ // } // // export interface I1 { -// } -// -// export declare module ma.m1.m2.m3 { -// interface I2 { -// } -// } -// -// export module mb.m1.m2.m3 { -// declare var foo; -// -// export class C2 { -// public pub1; -// private priv1; -// protected prot1; -// -// protected constructor(public public, protected protected, private private) { -// public = private = protected; -// } -// } -// } -// -// declare var ambientThing: number; -// export var exportedThing = 10; -// declare function foo(): string; -// } +// --- (line: 29) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesProtected1.ts === -// module m { -// export class C1 { -// public pub1; +// --- (line: 3) skipped --- // public pub2; // private priv1; // private priv2; @@ -133,10 +77,9 @@ // this.public = 10; // this.private = 10; // this.protected = 10; -// } -// -// public get x() { return 10; } -// public set x(value) { } +// --- (line: 18) skipped --- + +// --- (line: 21) skipped --- // // public static statPub; // private static statPriv; @@ -144,39 +87,13 @@ // } // // export interface I1 { -// } -// -// export declare module ma.m1.m2.m3 { -// interface I2 { -// } -// } -// -// export module mb.m1.m2.m3 { -// declare var foo; -// -// export class C2 { -// public pub1; -// private priv1; -// protected prot1; -// -// protected constructor(public public, protected protected, private private) { -// public = private = protected; -// } -// } -// } -// -// declare var ambientThing: number; -// export var exportedThing = 10; -// declare function foo(): string; -// } +// --- (line: 29) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesProtected1.ts === -// module m { -// export class C1 { -// public pub1; +// --- (line: 3) skipped --- // public pub2; // private priv1; // private priv2; @@ -191,10 +108,9 @@ // this.public = 10; // this.private = 10; // this.protected = 10; -// } -// -// public get x() { return 10; } -// public set x(value) { } +// --- (line: 18) skipped --- + +// --- (line: 21) skipped --- // // public static statPub; // private static statPriv; @@ -202,39 +118,13 @@ // } // // export interface I1 { -// } -// -// export declare module ma.m1.m2.m3 { -// interface I2 { -// } -// } -// -// export module mb.m1.m2.m3 { -// declare var foo; -// -// export class C2 { -// public pub1; -// private priv1; -// protected prot1; -// -// protected constructor(public public, protected protected, private private) { -// public = private = protected; -// } -// } -// } -// -// declare var ambientThing: number; -// export var exportedThing = 10; -// declare function foo(): string; -// } +// --- (line: 29) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesProtected1.ts === -// module m { -// export class C1 { -// public pub1; +// --- (line: 3) skipped --- // public pub2; // private priv1; // private priv2; @@ -249,10 +139,9 @@ // this.public = 10; // this.private = 10; // this.protected = 10; -// } -// -// public get x() { return 10; } -// public set x(value) { } +// --- (line: 18) skipped --- + +// --- (line: 21) skipped --- // // public static statPub; // private static statPriv; @@ -260,39 +149,13 @@ // } // // export interface I1 { -// } -// -// export declare module ma.m1.m2.m3 { -// interface I2 { -// } -// } -// -// export module mb.m1.m2.m3 { -// declare var foo; -// -// export class C2 { -// public pub1; -// private priv1; -// protected prot1; -// -// protected constructor(public public, protected protected, private private) { -// public = private = protected; -// } -// } -// } -// -// declare var ambientThing: number; -// export var exportedThing = 10; -// declare function foo(): string; -// } +// --- (line: 29) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesProtected1.ts === -// module m { -// export class C1 { -// public pub1; +// --- (line: 3) skipped --- // public pub2; // private priv1; // private priv2; @@ -307,10 +170,9 @@ // this.public = 10; // this.private = 10; // this.protected = 10; -// } -// -// public get x() { return 10; } -// public set x(value) { } +// --- (line: 18) skipped --- + +// --- (line: 21) skipped --- // // public static statPub; // private static statPriv; @@ -318,28 +180,4 @@ // } // // export interface I1 { -// } -// -// export declare module ma.m1.m2.m3 { -// interface I2 { -// } -// } -// -// export module mb.m1.m2.m3 { -// declare var foo; -// -// export class C2 { -// public pub1; -// private priv1; -// protected prot1; -// -// protected constructor(public public, protected protected, private private) { -// public = private = protected; -// } -// } -// } -// -// declare var ambientThing: number; -// export var exportedThing = 10; -// declare function foo(): string; -// } \ No newline at end of file +// --- (line: 29) skipped --- \ No newline at end of file diff --git a/tests/baselines/reference/getOccurrencesProtected2.baseline.jsonc b/tests/baselines/reference/getOccurrencesProtected2.baseline.jsonc index 62b719d41a618..7945aa4a1ead9 100644 --- a/tests/baselines/reference/getOccurrencesProtected2.baseline.jsonc +++ b/tests/baselines/reference/getOccurrencesProtected2.baseline.jsonc @@ -1,43 +1,6 @@ // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesProtected2.ts === -// module m { -// export class C1 { -// public pub1; -// public pub2; -// private priv1; -// private priv2; -// protected prot1; -// protected prot2; -// -// public public; -// private private; -// protected protected; -// -// public constructor(public a, private b, protected c, public d, private e, protected f) { -// this.public = 10; -// this.private = 10; -// this.protected = 10; -// } -// -// public get x() { return 10; } -// public set x(value) { } -// -// public static statPub; -// private static statPriv; -// protected static statProt; -// } -// -// export interface I1 { -// } -// -// export declare module ma.m1.m2.m3 { -// interface I2 { -// } -// } -// -// export module mb.m1.m2.m3 { -// declare var foo; -// +// --- (line: 38) skipped --- // export class C2 { // public pub1; // private priv1; @@ -47,55 +10,13 @@ // public = private = protected; // } // } -// } -// -// declare var ambientThing: number; -// export var exportedThing = 10; -// declare function foo(): string; -// } +// --- (line: 48) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesProtected2.ts === -// module m { -// export class C1 { -// public pub1; -// public pub2; -// private priv1; -// private priv2; -// protected prot1; -// protected prot2; -// -// public public; -// private private; -// protected protected; -// -// public constructor(public a, private b, protected c, public d, private e, protected f) { -// this.public = 10; -// this.private = 10; -// this.protected = 10; -// } -// -// public get x() { return 10; } -// public set x(value) { } -// -// public static statPub; -// private static statPriv; -// protected static statProt; -// } -// -// export interface I1 { -// } -// -// export declare module ma.m1.m2.m3 { -// interface I2 { -// } -// } -// -// export module mb.m1.m2.m3 { -// declare var foo; -// +// --- (line: 38) skipped --- // export class C2 { // public pub1; // private priv1; @@ -105,55 +26,13 @@ // public = private = protected; // } // } -// } -// -// declare var ambientThing: number; -// export var exportedThing = 10; -// declare function foo(): string; -// } +// --- (line: 48) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesProtected2.ts === -// module m { -// export class C1 { -// public pub1; -// public pub2; -// private priv1; -// private priv2; -// protected prot1; -// protected prot2; -// -// public public; -// private private; -// protected protected; -// -// public constructor(public a, private b, protected c, public d, private e, protected f) { -// this.public = 10; -// this.private = 10; -// this.protected = 10; -// } -// -// public get x() { return 10; } -// public set x(value) { } -// -// public static statPub; -// private static statPriv; -// protected static statProt; -// } -// -// export interface I1 { -// } -// -// export declare module ma.m1.m2.m3 { -// interface I2 { -// } -// } -// -// export module mb.m1.m2.m3 { -// declare var foo; -// +// --- (line: 38) skipped --- // export class C2 { // public pub1; // private priv1; @@ -163,9 +42,4 @@ // public = private = protected; // } // } -// } -// -// declare var ambientThing: number; -// export var exportedThing = 10; -// declare function foo(): string; -// } \ No newline at end of file +// --- (line: 48) skipped --- \ No newline at end of file diff --git a/tests/baselines/reference/getOccurrencesPublic1.baseline.jsonc b/tests/baselines/reference/getOccurrencesPublic1.baseline.jsonc index 726c3d3353501..a20613a025202 100644 --- a/tests/baselines/reference/getOccurrencesPublic1.baseline.jsonc +++ b/tests/baselines/reference/getOccurrencesPublic1.baseline.jsonc @@ -26,33 +26,7 @@ // private static statPriv; // protected static statProt; // } -// -// export interface I1 { -// } -// -// export declare module ma.m1.m2.m3 { -// interface I2 { -// } -// } -// -// export module mb.m1.m2.m3 { -// declare var foo; -// -// export class C2 { -// public pub1; -// private priv1; -// protected prot1; -// -// protected constructor(public public, protected protected, private private) { -// public = private = protected; -// } -// } -// } -// -// declare var ambientThing: number; -// export var exportedThing = 10; -// declare function foo(): string; -// } +// --- (line: 27) skipped --- @@ -84,33 +58,7 @@ // private static statPriv; // protected static statProt; // } -// -// export interface I1 { -// } -// -// export declare module ma.m1.m2.m3 { -// interface I2 { -// } -// } -// -// export module mb.m1.m2.m3 { -// declare var foo; -// -// export class C2 { -// public pub1; -// private priv1; -// protected prot1; -// -// protected constructor(public public, protected protected, private private) { -// public = private = protected; -// } -// } -// } -// -// declare var ambientThing: number; -// export var exportedThing = 10; -// declare function foo(): string; -// } +// --- (line: 27) skipped --- @@ -142,33 +90,7 @@ // private static statPriv; // protected static statProt; // } -// -// export interface I1 { -// } -// -// export declare module ma.m1.m2.m3 { -// interface I2 { -// } -// } -// -// export module mb.m1.m2.m3 { -// declare var foo; -// -// export class C2 { -// public pub1; -// private priv1; -// protected prot1; -// -// protected constructor(public public, protected protected, private private) { -// public = private = protected; -// } -// } -// } -// -// declare var ambientThing: number; -// export var exportedThing = 10; -// declare function foo(): string; -// } +// --- (line: 27) skipped --- @@ -200,33 +122,7 @@ // private static statPriv; // protected static statProt; // } -// -// export interface I1 { -// } -// -// export declare module ma.m1.m2.m3 { -// interface I2 { -// } -// } -// -// export module mb.m1.m2.m3 { -// declare var foo; -// -// export class C2 { -// public pub1; -// private priv1; -// protected prot1; -// -// protected constructor(public public, protected protected, private private) { -// public = private = protected; -// } -// } -// } -// -// declare var ambientThing: number; -// export var exportedThing = 10; -// declare function foo(): string; -// } +// --- (line: 27) skipped --- @@ -258,33 +154,7 @@ // private static statPriv; // protected static statProt; // } -// -// export interface I1 { -// } -// -// export declare module ma.m1.m2.m3 { -// interface I2 { -// } -// } -// -// export module mb.m1.m2.m3 { -// declare var foo; -// -// export class C2 { -// public pub1; -// private priv1; -// protected prot1; -// -// protected constructor(public public, protected protected, private private) { -// public = private = protected; -// } -// } -// } -// -// declare var ambientThing: number; -// export var exportedThing = 10; -// declare function foo(): string; -// } +// --- (line: 27) skipped --- @@ -316,33 +186,7 @@ // private static statPriv; // protected static statProt; // } -// -// export interface I1 { -// } -// -// export declare module ma.m1.m2.m3 { -// interface I2 { -// } -// } -// -// export module mb.m1.m2.m3 { -// declare var foo; -// -// export class C2 { -// public pub1; -// private priv1; -// protected prot1; -// -// protected constructor(public public, protected protected, private private) { -// public = private = protected; -// } -// } -// } -// -// declare var ambientThing: number; -// export var exportedThing = 10; -// declare function foo(): string; -// } +// --- (line: 27) skipped --- @@ -374,33 +218,7 @@ // private static statPriv; // protected static statProt; // } -// -// export interface I1 { -// } -// -// export declare module ma.m1.m2.m3 { -// interface I2 { -// } -// } -// -// export module mb.m1.m2.m3 { -// declare var foo; -// -// export class C2 { -// public pub1; -// private priv1; -// protected prot1; -// -// protected constructor(public public, protected protected, private private) { -// public = private = protected; -// } -// } -// } -// -// declare var ambientThing: number; -// export var exportedThing = 10; -// declare function foo(): string; -// } +// --- (line: 27) skipped --- @@ -432,33 +250,7 @@ // private static statPriv; // protected static statProt; // } -// -// export interface I1 { -// } -// -// export declare module ma.m1.m2.m3 { -// interface I2 { -// } -// } -// -// export module mb.m1.m2.m3 { -// declare var foo; -// -// export class C2 { -// public pub1; -// private priv1; -// protected prot1; -// -// protected constructor(public public, protected protected, private private) { -// public = private = protected; -// } -// } -// } -// -// declare var ambientThing: number; -// export var exportedThing = 10; -// declare function foo(): string; -// } +// --- (line: 27) skipped --- @@ -490,30 +282,4 @@ // private static statPriv; // protected static statProt; // } -// -// export interface I1 { -// } -// -// export declare module ma.m1.m2.m3 { -// interface I2 { -// } -// } -// -// export module mb.m1.m2.m3 { -// declare var foo; -// -// export class C2 { -// public pub1; -// private priv1; -// protected prot1; -// -// protected constructor(public public, protected protected, private private) { -// public = private = protected; -// } -// } -// } -// -// declare var ambientThing: number; -// export var exportedThing = 10; -// declare function foo(): string; -// } \ No newline at end of file +// --- (line: 27) skipped --- \ No newline at end of file diff --git a/tests/baselines/reference/getOccurrencesPublic2.baseline.jsonc b/tests/baselines/reference/getOccurrencesPublic2.baseline.jsonc index a16b7ed597bf6..9196a64a6a196 100644 --- a/tests/baselines/reference/getOccurrencesPublic2.baseline.jsonc +++ b/tests/baselines/reference/getOccurrencesPublic2.baseline.jsonc @@ -1,41 +1,6 @@ // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesPublic2.ts === -// module m { -// export class C1 { -// public pub1; -// public pub2; -// private priv1; -// private priv2; -// protected prot1; -// protected prot2; -// -// public public; -// private private; -// protected protected; -// -// public constructor(public a, private b, protected c, public d, private e, protected f) { -// this.public = 10; -// this.private = 10; -// this.protected = 10; -// } -// -// public get x() { return 10; } -// public set x(value) { } -// -// public static statPub; -// private static statPriv; -// protected static statProt; -// } -// -// export interface I1 { -// } -// -// export declare module ma.m1.m2.m3 { -// interface I2 { -// } -// } -// -// export module mb.m1.m2.m3 { +// --- (line: 36) skipped --- // declare var foo; // // export class C2 { @@ -47,53 +12,13 @@ // public = private = protected; // } // } -// } -// -// declare var ambientThing: number; -// export var exportedThing = 10; -// declare function foo(): string; -// } +// --- (line: 48) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesPublic2.ts === -// module m { -// export class C1 { -// public pub1; -// public pub2; -// private priv1; -// private priv2; -// protected prot1; -// protected prot2; -// -// public public; -// private private; -// protected protected; -// -// public constructor(public a, private b, protected c, public d, private e, protected f) { -// this.public = 10; -// this.private = 10; -// this.protected = 10; -// } -// -// public get x() { return 10; } -// public set x(value) { } -// -// public static statPub; -// private static statPriv; -// protected static statProt; -// } -// -// export interface I1 { -// } -// -// export declare module ma.m1.m2.m3 { -// interface I2 { -// } -// } -// -// export module mb.m1.m2.m3 { +// --- (line: 36) skipped --- // declare var foo; // // export class C2 { @@ -105,9 +30,4 @@ // public = private = protected; // } // } -// } -// -// declare var ambientThing: number; -// export var exportedThing = 10; -// declare function foo(): string; -// } \ No newline at end of file +// --- (line: 48) skipped --- \ No newline at end of file diff --git a/tests/baselines/reference/getOccurrencesReadonly3.baseline.jsonc b/tests/baselines/reference/getOccurrencesReadonly3.baseline.jsonc index 8f08ba3eeb069..9b9e45b56b75a 100644 --- a/tests/baselines/reference/getOccurrencesReadonly3.baseline.jsonc +++ b/tests/baselines/reference/getOccurrencesReadonly3.baseline.jsonc @@ -31,6 +31,4 @@ // constructor(readonly prop2: string) { // class D { // readonly prop: string = ""; -// } -// } -// } \ No newline at end of file +// --- (line: 6) skipped --- \ No newline at end of file diff --git a/tests/baselines/reference/getOccurrencesReturn.baseline.jsonc b/tests/baselines/reference/getOccurrencesReturn.baseline.jsonc index c1d6f9fe6dbeb..138aa54abf6c7 100644 --- a/tests/baselines/reference/getOccurrencesReturn.baseline.jsonc +++ b/tests/baselines/reference/getOccurrencesReturn.baseline.jsonc @@ -6,12 +6,9 @@ // return; // return; // return; -// -// if (false) { -// return true; -// } -// })() || true; -// } +// --- (line: 7) skipped --- + +// --- (line: 12) skipped --- // // var unusued = [1, 2, 3, 4].map(x => { return 4 }) // @@ -29,12 +26,9 @@ // return; // return; // return; -// -// if (false) { -// return true; -// } -// })() || true; -// } +// --- (line: 7) skipped --- + +// --- (line: 12) skipped --- // // var unusued = [1, 2, 3, 4].map(x => { return 4 }) // @@ -52,12 +46,9 @@ // return; // return; // return; -// -// if (false) { -// return true; -// } -// })() || true; -// } +// --- (line: 7) skipped --- + +// --- (line: 12) skipped --- // // var unusued = [1, 2, 3, 4].map(x => { return 4 }) // diff --git a/tests/baselines/reference/getOccurrencesReturn2.baseline.jsonc b/tests/baselines/reference/getOccurrencesReturn2.baseline.jsonc index 79edd1abe2791..4f84215467dbe 100644 --- a/tests/baselines/reference/getOccurrencesReturn2.baseline.jsonc +++ b/tests/baselines/reference/getOccurrencesReturn2.baseline.jsonc @@ -12,12 +12,7 @@ // } // })() || true; // } -// -// var unusued = [1, 2, 3, 4].map(x => { return 4 }) -// -// return; -// return true; -// } +// --- (line: 13) skipped --- @@ -35,12 +30,7 @@ // } // })() || true; // } -// -// var unusued = [1, 2, 3, 4].map(x => { return 4 }) -// -// return; -// return true; -// } +// --- (line: 13) skipped --- @@ -58,12 +48,7 @@ // } // })() || true; // } -// -// var unusued = [1, 2, 3, 4].map(x => { return 4 }) -// -// return; -// return true; -// } +// --- (line: 13) skipped --- @@ -81,9 +66,4 @@ // } // })() || true; // } -// -// var unusued = [1, 2, 3, 4].map(x => { return 4 }) -// -// return; -// return true; -// } \ No newline at end of file +// --- (line: 13) skipped --- \ No newline at end of file diff --git a/tests/baselines/reference/getOccurrencesReturn3.baseline.jsonc b/tests/baselines/reference/getOccurrencesReturn3.baseline.jsonc index e8e5529d2e180..1917f50bb9aca 100644 --- a/tests/baselines/reference/getOccurrencesReturn3.baseline.jsonc +++ b/tests/baselines/reference/getOccurrencesReturn3.baseline.jsonc @@ -1,15 +1,6 @@ // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesReturn3.ts === -// function f(a: number) { -// if (a > 0) { -// return (function () { -// return; -// return; -// return; -// -// if (false) { -// return true; -// } +// --- (line: 10) skipped --- // })() || true; // } // diff --git a/tests/baselines/reference/getOccurrencesReturn4.baseline.jsonc b/tests/baselines/reference/getOccurrencesReturn4.baseline.jsonc index 02d7a831d3371..309cf9a6cb491 100644 --- a/tests/baselines/reference/getOccurrencesReturn4.baseline.jsonc +++ b/tests/baselines/reference/getOccurrencesReturn4.baseline.jsonc @@ -12,12 +12,7 @@ // } // })() || true; // } -// -// var unusued = [1, 2, 3, 4].map(x => { return 4 }) -// -// return; -// return true; -// } +// --- (line: 13) skipped --- @@ -35,12 +30,7 @@ // } // })() || true; // } -// -// var unusued = [1, 2, 3, 4].map(x => { return 4 }) -// -// return; -// return true; -// } +// --- (line: 13) skipped --- @@ -58,12 +48,7 @@ // } // })() || true; // } -// -// var unusued = [1, 2, 3, 4].map(x => { return 4 }) -// -// return; -// return true; -// } +// --- (line: 13) skipped --- @@ -81,27 +66,13 @@ // } // })() || true; // } -// -// var unusued = [1, 2, 3, 4].map(x => { return 4 }) -// -// return; -// return true; -// } +// --- (line: 13) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesReturn4.ts === -// function f(a: number) { -// if (a > 0) { -// return (function () { -// return; -// return; -// return; -// -// if (false) { -// return true; -// } +// --- (line: 10) skipped --- // })() || true; // } // @@ -121,12 +92,9 @@ // return; // return; // return; -// -// if (false) { -// return true; -// } -// })() || true; -// } +// --- (line: 7) skipped --- + +// --- (line: 12) skipped --- // // var unusued = [1, 2, 3, 4].map(x => { return 4 }) // @@ -144,12 +112,9 @@ // return; // return; // return; -// -// if (false) { -// return true; -// } -// })() || true; -// } +// --- (line: 7) skipped --- + +// --- (line: 12) skipped --- // // var unusued = [1, 2, 3, 4].map(x => { return 4 }) // diff --git a/tests/baselines/reference/getOccurrencesReturnBroken.baseline.jsonc b/tests/baselines/reference/getOccurrencesReturnBroken.baseline.jsonc index a28bd7ae3b690..638dcc807507d 100644 --- a/tests/baselines/reference/getOccurrencesReturnBroken.baseline.jsonc +++ b/tests/baselines/reference/getOccurrencesReturnBroken.baseline.jsonc @@ -14,17 +14,7 @@ // } // })() || true; // } -// -// var unusued = [1, 2, 3, 4].map(x => { return 4 }) -// -// return; -// return true; -// } -// -// class A { -// return; -// return 8675309; -// } +// --- (line: 15) skipped --- @@ -44,17 +34,7 @@ // } // })() || true; // } -// -// var unusued = [1, 2, 3, 4].map(x => { return 4 }) -// -// return; -// return true; -// } -// -// class A { -// return; -// return 8675309; -// } +// --- (line: 15) skipped --- @@ -74,17 +54,7 @@ // } // })() || true; // } -// -// var unusued = [1, 2, 3, 4].map(x => { return 4 }) -// -// return; -// return true; -// } -// -// class A { -// return; -// return 8675309; -// } +// --- (line: 15) skipped --- @@ -104,17 +74,7 @@ // } // })() || true; // } -// -// var unusued = [1, 2, 3, 4].map(x => { return 4 }) -// -// return; -// return true; -// } -// -// class A { -// return; -// return 8675309; -// } +// --- (line: 15) skipped --- @@ -124,27 +84,7 @@ // return; // function f(a: number) { // if (a > 0) { -// return (function () { -// () => return; -// return; -// return; -// -// if (false) { -// return true; -// } -// })() || true; -// } -// -// var unusued = [1, 2, 3, 4].map(x => { return 4 }) -// -// return; -// return true; -// } -// -// class A { -// return; -// return 8675309; -// } +// --- (line: 5) skipped --- @@ -155,50 +95,13 @@ // function f(a: number) { // if (a > 0) { // return (function () { -// () => return; -// return; -// return; -// -// if (false) { -// return true; -// } -// })() || true; -// } -// -// var unusued = [1, 2, 3, 4].map(x => { return 4 }) -// -// return; -// return true; -// } -// -// class A { -// return; -// return 8675309; -// } +// --- (line: 6) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesReturnBroken.ts === -// return; -// return; -// function f(a: number) { -// if (a > 0) { -// return (function () { -// () => return; -// return; -// return; -// -// if (false) { -// return true; -// } -// })() || true; -// } -// -// var unusued = [1, 2, 3, 4].map(x => { return 4 }) -// -// return; -// return true; +// --- (line: 19) skipped --- // } // // class A { @@ -218,12 +121,9 @@ // () => return; // return; // return; -// -// if (false) { -// return true; -// } -// })() || true; -// } +// --- (line: 9) skipped --- + +// --- (line: 14) skipped --- // // var unusued = [1, 2, 3, 4].map(x => { return 4 }) // diff --git a/tests/baselines/reference/getOccurrencesSetAndGet.baseline.jsonc b/tests/baselines/reference/getOccurrencesSetAndGet.baseline.jsonc index 8524e8b160a42..a824a24533314 100644 --- a/tests/baselines/reference/getOccurrencesSetAndGet.baseline.jsonc +++ b/tests/baselines/reference/getOccurrencesSetAndGet.baseline.jsonc @@ -8,20 +8,7 @@ // return undefined; // } // -// public set set(s: any) { -// } -// -// public get set(): any { -// return undefined; -// } -// -// public set get(g: any) { -// } -// -// public get get(): any { -// return undefined; -// } -// } +// --- (line: 9) skipped --- @@ -35,17 +22,4 @@ // return undefined; // } // -// public set set(s: any) { -// } -// -// public get set(): any { -// return undefined; -// } -// -// public set get(g: any) { -// } -// -// public get get(): any { -// return undefined; -// } -// } \ No newline at end of file +// --- (line: 9) skipped --- \ No newline at end of file diff --git a/tests/baselines/reference/getOccurrencesSetAndGet2.baseline.jsonc b/tests/baselines/reference/getOccurrencesSetAndGet2.baseline.jsonc index 76a11ad0f4ecd..70401e38f9b1e 100644 --- a/tests/baselines/reference/getOccurrencesSetAndGet2.baseline.jsonc +++ b/tests/baselines/reference/getOccurrencesSetAndGet2.baseline.jsonc @@ -1,10 +1,6 @@ // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesSetAndGet2.ts === -// class Foo { -// set bar(b: any) { -// } -// -// public get bar(): any { +// --- (line: 5) skipped --- // return undefined; // } // @@ -15,23 +11,13 @@ // return undefined; // } // -// public set get(g: any) { -// } -// -// public get get(): any { -// return undefined; -// } -// } +// --- (line: 16) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesSetAndGet2.ts === -// class Foo { -// set bar(b: any) { -// } -// -// public get bar(): any { +// --- (line: 5) skipped --- // return undefined; // } // @@ -42,10 +28,4 @@ // return undefined; // } // -// public set get(g: any) { -// } -// -// public get get(): any { -// return undefined; -// } -// } \ No newline at end of file +// --- (line: 16) skipped --- \ No newline at end of file diff --git a/tests/baselines/reference/getOccurrencesSetAndGet3.baseline.jsonc b/tests/baselines/reference/getOccurrencesSetAndGet3.baseline.jsonc index 19b58bde11941..300b9d1e093eb 100644 --- a/tests/baselines/reference/getOccurrencesSetAndGet3.baseline.jsonc +++ b/tests/baselines/reference/getOccurrencesSetAndGet3.baseline.jsonc @@ -1,17 +1,6 @@ // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesSetAndGet3.ts === -// class Foo { -// set bar(b: any) { -// } -// -// public get bar(): any { -// return undefined; -// } -// -// public set set(s: any) { -// } -// -// public get set(): any { +// --- (line: 12) skipped --- // return undefined; // } // @@ -27,18 +16,7 @@ // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesSetAndGet3.ts === -// class Foo { -// set bar(b: any) { -// } -// -// public get bar(): any { -// return undefined; -// } -// -// public set set(s: any) { -// } -// -// public get set(): any { +// --- (line: 12) skipped --- // return undefined; // } // diff --git a/tests/baselines/reference/getOccurrencesStatic1.baseline.jsonc b/tests/baselines/reference/getOccurrencesStatic1.baseline.jsonc index 3c2ebd50fbe74..58e8cacfbe84e 100644 --- a/tests/baselines/reference/getOccurrencesStatic1.baseline.jsonc +++ b/tests/baselines/reference/getOccurrencesStatic1.baseline.jsonc @@ -1,24 +1,6 @@ // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesStatic1.ts === -// module m { -// export class C1 { -// public pub1; -// public pub2; -// private priv1; -// private priv2; -// protected prot1; -// protected prot2; -// -// public public; -// private private; -// protected protected; -// -// public constructor(public a, private b, protected c, public d, private e, protected f) { -// this.public = 10; -// this.private = 10; -// this.protected = 10; -// } -// +// --- (line: 19) skipped --- // public get x() { return 10; } // public set x(value) { } // @@ -28,55 +10,13 @@ // } // // export interface I1 { -// } -// -// export declare module ma.m1.m2.m3 { -// interface I2 { -// } -// } -// -// export module mb.m1.m2.m3 { -// declare var foo; -// -// export class C2 { -// public pub1; -// private priv1; -// protected prot1; -// -// protected constructor(public public, protected protected, private private) { -// public = private = protected; -// } -// } -// } -// -// declare var ambientThing: number; -// export var exportedThing = 10; -// declare function foo(): string; -// } +// --- (line: 29) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesStatic1.ts === -// module m { -// export class C1 { -// public pub1; -// public pub2; -// private priv1; -// private priv2; -// protected prot1; -// protected prot2; -// -// public public; -// private private; -// protected protected; -// -// public constructor(public a, private b, protected c, public d, private e, protected f) { -// this.public = 10; -// this.private = 10; -// this.protected = 10; -// } -// +// --- (line: 19) skipped --- // public get x() { return 10; } // public set x(value) { } // @@ -86,55 +26,13 @@ // } // // export interface I1 { -// } -// -// export declare module ma.m1.m2.m3 { -// interface I2 { -// } -// } -// -// export module mb.m1.m2.m3 { -// declare var foo; -// -// export class C2 { -// public pub1; -// private priv1; -// protected prot1; -// -// protected constructor(public public, protected protected, private private) { -// public = private = protected; -// } -// } -// } -// -// declare var ambientThing: number; -// export var exportedThing = 10; -// declare function foo(): string; -// } +// --- (line: 29) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesStatic1.ts === -// module m { -// export class C1 { -// public pub1; -// public pub2; -// private priv1; -// private priv2; -// protected prot1; -// protected prot2; -// -// public public; -// private private; -// protected protected; -// -// public constructor(public a, private b, protected c, public d, private e, protected f) { -// this.public = 10; -// this.private = 10; -// this.protected = 10; -// } -// +// --- (line: 19) skipped --- // public get x() { return 10; } // public set x(value) { } // @@ -144,28 +42,4 @@ // } // // export interface I1 { -// } -// -// export declare module ma.m1.m2.m3 { -// interface I2 { -// } -// } -// -// export module mb.m1.m2.m3 { -// declare var foo; -// -// export class C2 { -// public pub1; -// private priv1; -// protected prot1; -// -// protected constructor(public public, protected protected, private private) { -// public = private = protected; -// } -// } -// } -// -// declare var ambientThing: number; -// export var exportedThing = 10; -// declare function foo(): string; -// } \ No newline at end of file +// --- (line: 29) skipped --- \ No newline at end of file diff --git a/tests/baselines/reference/getOccurrencesSuper.baseline.jsonc b/tests/baselines/reference/getOccurrencesSuper.baseline.jsonc index b8101c8635194..108b0d151b55d 100644 --- a/tests/baselines/reference/getOccurrencesSuper.baseline.jsonc +++ b/tests/baselines/reference/getOccurrencesSuper.baseline.jsonc @@ -1,12 +1,6 @@ // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesSuper.ts === -// class SuperType { -// superMethod() { -// } -// -// static superStaticMethod() { -// return 10; -// } +// --- (line: 7) skipped --- // } // // class SubType extends SuperType { @@ -34,33 +28,13 @@ // } // } // -// // Bad but still gets highlighted. -// public static statProp1 = super.superStaticMethod; -// -// public static staticMethod1() { -// return super.superStaticMethod(); -// } -// -// private static staticMethod2() { -// return super.superStaticMethod(); -// } -// -// // Are not actually 'super' keywords. -// super = 10; -// static super = 20; -// } +// --- (line: 35) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesSuper.ts === -// class SuperType { -// superMethod() { -// } -// -// static superStaticMethod() { -// return 10; -// } +// --- (line: 7) skipped --- // } // // class SubType extends SuperType { @@ -88,33 +62,13 @@ // } // } // -// // Bad but still gets highlighted. -// public static statProp1 = super.superStaticMethod; -// -// public static staticMethod1() { -// return super.superStaticMethod(); -// } -// -// private static staticMethod2() { -// return super.superStaticMethod(); -// } -// -// // Are not actually 'super' keywords. -// super = 10; -// static super = 20; -// } +// --- (line: 35) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesSuper.ts === -// class SuperType { -// superMethod() { -// } -// -// static superStaticMethod() { -// return 10; -// } +// --- (line: 7) skipped --- // } // // class SubType extends SuperType { @@ -142,33 +96,13 @@ // } // } // -// // Bad but still gets highlighted. -// public static statProp1 = super.superStaticMethod; -// -// public static staticMethod1() { -// return super.superStaticMethod(); -// } -// -// private static staticMethod2() { -// return super.superStaticMethod(); -// } -// -// // Are not actually 'super' keywords. -// super = 10; -// static super = 20; -// } +// --- (line: 35) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesSuper.ts === -// class SuperType { -// superMethod() { -// } -// -// static superStaticMethod() { -// return 10; -// } +// --- (line: 7) skipped --- // } // // class SubType extends SuperType { @@ -196,33 +130,13 @@ // } // } // -// // Bad but still gets highlighted. -// public static statProp1 = super.superStaticMethod; -// -// public static staticMethod1() { -// return super.superStaticMethod(); -// } -// -// private static staticMethod2() { -// return super.superStaticMethod(); -// } -// -// // Are not actually 'super' keywords. -// super = 10; -// static super = 20; -// } +// --- (line: 35) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesSuper.ts === -// class SuperType { -// superMethod() { -// } -// -// static superStaticMethod() { -// return 10; -// } +// --- (line: 7) skipped --- // } // // class SubType extends SuperType { @@ -250,33 +164,13 @@ // } // } // -// // Bad but still gets highlighted. -// public static statProp1 = super.superStaticMethod; -// -// public static staticMethod1() { -// return super.superStaticMethod(); -// } -// -// private static staticMethod2() { -// return super.superStaticMethod(); -// } -// -// // Are not actually 'super' keywords. -// super = 10; -// static super = 20; -// } +// --- (line: 35) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesSuper.ts === -// class SuperType { -// superMethod() { -// } -// -// static superStaticMethod() { -// return 10; -// } +// --- (line: 7) skipped --- // } // // class SubType extends SuperType { @@ -304,33 +198,13 @@ // } // } // -// // Bad but still gets highlighted. -// public static statProp1 = super.superStaticMethod; -// -// public static staticMethod1() { -// return super.superStaticMethod(); -// } -// -// private static staticMethod2() { -// return super.superStaticMethod(); -// } -// -// // Are not actually 'super' keywords. -// super = 10; -// static super = 20; -// } +// --- (line: 35) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesSuper.ts === -// class SuperType { -// superMethod() { -// } -// -// static superStaticMethod() { -// return 10; -// } +// --- (line: 7) skipped --- // } // // class SubType extends SuperType { @@ -358,18 +232,4 @@ // } // } // -// // Bad but still gets highlighted. -// public static statProp1 = super.superStaticMethod; -// -// public static staticMethod1() { -// return super.superStaticMethod(); -// } -// -// private static staticMethod2() { -// return super.superStaticMethod(); -// } -// -// // Are not actually 'super' keywords. -// super = 10; -// static super = 20; -// } \ No newline at end of file +// --- (line: 35) skipped --- \ No newline at end of file diff --git a/tests/baselines/reference/getOccurrencesSuper2.baseline.jsonc b/tests/baselines/reference/getOccurrencesSuper2.baseline.jsonc index 95b1176b1dafa..692cd573456cd 100644 --- a/tests/baselines/reference/getOccurrencesSuper2.baseline.jsonc +++ b/tests/baselines/reference/getOccurrencesSuper2.baseline.jsonc @@ -1,37 +1,6 @@ // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesSuper2.ts === -// class SuperType { -// superMethod() { -// } -// -// static superStaticMethod() { -// return 10; -// } -// } -// -// class SubType extends SuperType { -// public prop1 = super.superMethod; -// private prop2 = super.superMethod; -// -// constructor() { -// super(); -// } -// -// public method1() { -// return super.superMethod(); -// } -// -// private method2() { -// return super.superMethod(); -// } -// -// public method3() { -// var x = () => super.superMethod(); -// -// // Bad but still gets highlighted -// function f() { -// super.superMethod(); -// } +// --- (line: 32) skipped --- // } // // // Bad but still gets highlighted. @@ -46,46 +15,13 @@ // } // // // Are not actually 'super' keywords. -// super = 10; -// static super = 20; -// } +// --- (line: 47) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesSuper2.ts === -// class SuperType { -// superMethod() { -// } -// -// static superStaticMethod() { -// return 10; -// } -// } -// -// class SubType extends SuperType { -// public prop1 = super.superMethod; -// private prop2 = super.superMethod; -// -// constructor() { -// super(); -// } -// -// public method1() { -// return super.superMethod(); -// } -// -// private method2() { -// return super.superMethod(); -// } -// -// public method3() { -// var x = () => super.superMethod(); -// -// // Bad but still gets highlighted -// function f() { -// super.superMethod(); -// } +// --- (line: 32) skipped --- // } // // // Bad but still gets highlighted. @@ -100,46 +36,13 @@ // } // // // Are not actually 'super' keywords. -// super = 10; -// static super = 20; -// } +// --- (line: 47) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesSuper2.ts === -// class SuperType { -// superMethod() { -// } -// -// static superStaticMethod() { -// return 10; -// } -// } -// -// class SubType extends SuperType { -// public prop1 = super.superMethod; -// private prop2 = super.superMethod; -// -// constructor() { -// super(); -// } -// -// public method1() { -// return super.superMethod(); -// } -// -// private method2() { -// return super.superMethod(); -// } -// -// public method3() { -// var x = () => super.superMethod(); -// -// // Bad but still gets highlighted -// function f() { -// super.superMethod(); -// } +// --- (line: 32) skipped --- // } // // // Bad but still gets highlighted. @@ -154,6 +57,4 @@ // } // // // Are not actually 'super' keywords. -// super = 10; -// static super = 20; -// } \ No newline at end of file +// --- (line: 47) skipped --- \ No newline at end of file diff --git a/tests/baselines/reference/getOccurrencesSuper3.baseline.jsonc b/tests/baselines/reference/getOccurrencesSuper3.baseline.jsonc index 5dfd85bae6523..0fae2f775e981 100644 --- a/tests/baselines/reference/getOccurrencesSuper3.baseline.jsonc +++ b/tests/baselines/reference/getOccurrencesSuper3.baseline.jsonc @@ -9,9 +9,7 @@ // }, // c: function () { // return super.a(); -// } -// d: () => super.b(); -// } +// --- (line: 10) skipped --- @@ -26,19 +24,13 @@ // }, // c: function () { // return super.a(); -// } -// d: () => super.b(); -// } +// --- (line: 10) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesSuper3.ts === -// let x = { -// a() { -// return super.b(); -// }, -// b() { +// --- (line: 5) skipped --- // return super.a(); // }, // c: function () { @@ -51,13 +43,7 @@ // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesSuper3.ts === -// let x = { -// a() { -// return super.b(); -// }, -// b() { -// return super.a(); -// }, +// --- (line: 7) skipped --- // c: function () { // return super.a(); // } diff --git a/tests/baselines/reference/getOccurrencesSuperNegatives.baseline.jsonc b/tests/baselines/reference/getOccurrencesSuperNegatives.baseline.jsonc index 87d30ec39b6f1..becf477c3ced2 100644 --- a/tests/baselines/reference/getOccurrencesSuperNegatives.baseline.jsonc +++ b/tests/baselines/reference/getOccurrencesSuperNegatives.baseline.jsonc @@ -4,21 +4,7 @@ // super; // } // -// module M { -// super; -// function f(x = super) { -// super; -// } -// -// class A { -// } -// -// class B extends A { -// constructor() { -// super(); -// } -// } -// } +// --- (line: 5) skipped --- @@ -29,20 +15,7 @@ // } // // module M { -// super; -// function f(x = super) { -// super; -// } -// -// class A { -// } -// -// class B extends A { -// constructor() { -// super(); -// } -// } -// } +// --- (line: 6) skipped --- @@ -57,24 +30,13 @@ // function f(x = super) { // super; // } -// -// class A { -// } -// -// class B extends A { -// constructor() { -// super(); -// } -// } -// } +// --- (line: 10) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesSuperNegatives.ts === -// function f(x = super) { -// super; -// } +// --- (line: 3) skipped --- // // module M { // super; @@ -82,24 +44,13 @@ // super; // } // -// class A { -// } -// -// class B extends A { -// constructor() { -// super(); -// } -// } -// } +// --- (line: 11) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesSuperNegatives.ts === -// function f(x = super) { -// super; -// } -// +// --- (line: 4) skipped --- // module M { // super; // function f(x = super) { @@ -107,11 +58,4 @@ // } // // class A { -// } -// -// class B extends A { -// constructor() { -// super(); -// } -// } -// } \ No newline at end of file +// --- (line: 12) skipped --- \ No newline at end of file diff --git a/tests/baselines/reference/getOccurrencesSwitchCaseDefault2.baseline.jsonc b/tests/baselines/reference/getOccurrencesSwitchCaseDefault2.baseline.jsonc index 84fdbff7103dd..1bc666038acbb 100644 --- a/tests/baselines/reference/getOccurrencesSwitchCaseDefault2.baseline.jsonc +++ b/tests/baselines/reference/getOccurrencesSwitchCaseDefault2.baseline.jsonc @@ -14,9 +14,7 @@ // } // case 0xBEEF: // default: -// break; -// case 16: -// } +// --- (line: 15) skipped --- @@ -36,9 +34,7 @@ // } // case 0xBEEF: // default: -// break; -// case 16: -// } +// --- (line: 15) skipped --- @@ -58,9 +54,7 @@ // } // case 0xBEEF: // default: -// break; -// case 16: -// } +// --- (line: 15) skipped --- @@ -80,9 +74,7 @@ // } // case 0xBEEF: // default: -// break; -// case 16: -// } +// --- (line: 15) skipped --- @@ -102,9 +94,7 @@ // } // case 0xBEEF: // default: -// break; -// case 16: -// } +// --- (line: 15) skipped --- @@ -124,6 +114,4 @@ // } // case 0xBEEF: // default: -// break; -// case 16: -// } \ No newline at end of file +// --- (line: 15) skipped --- \ No newline at end of file diff --git a/tests/baselines/reference/getOccurrencesSwitchCaseDefault4.baseline.jsonc b/tests/baselines/reference/getOccurrencesSwitchCaseDefault4.baseline.jsonc index c64740e5e42e2..bf64d4d039212 100644 --- a/tests/baselines/reference/getOccurrencesSwitchCaseDefault4.baseline.jsonc +++ b/tests/baselines/reference/getOccurrencesSwitchCaseDefault4.baseline.jsonc @@ -84,9 +84,7 @@ // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesSwitchCaseDefault4.ts === -// foo: switch (10) { -// case 1: -// case 2: +// --- (line: 3) skipped --- // case 3: // break; // break foo; @@ -98,10 +96,7 @@ // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesSwitchCaseDefault4.ts === -// foo: switch (10) { -// case 1: -// case 2: -// case 3: +// --- (line: 4) skipped --- // break; // break foo; // continue; diff --git a/tests/baselines/reference/getOccurrencesSwitchCaseDefault5.baseline.jsonc b/tests/baselines/reference/getOccurrencesSwitchCaseDefault5.baseline.jsonc index 27a8bd79c70ca..c0a125202b320 100644 --- a/tests/baselines/reference/getOccurrencesSwitchCaseDefault5.baseline.jsonc +++ b/tests/baselines/reference/getOccurrencesSwitchCaseDefault5.baseline.jsonc @@ -124,9 +124,7 @@ // } // case 0xBEEF: // default: -// break; -// case 16: -// } +// --- (line: 15) skipped --- @@ -146,9 +144,7 @@ // } // case 0xBEEF: // default: -// break; -// case 16: -// } +// --- (line: 15) skipped --- @@ -168,9 +164,7 @@ // } // case 0xBEEF: // default: -// break; -// case 16: -// } +// --- (line: 15) skipped --- @@ -190,9 +184,7 @@ // } // case 0xBEEF: // default: -// break; -// case 16: -// } +// --- (line: 15) skipped --- @@ -212,9 +204,7 @@ // } // case 0xBEEF: // default: -// break; -// case 16: -// } +// --- (line: 15) skipped --- @@ -286,18 +276,7 @@ // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesSwitchCaseDefault5.ts === -// switch (10) { -// case 1: -// case 2: -// case 4: -// case 8: -// foo: switch (20) { -// case 1: -// case 2: -// break; -// default: -// break foo; -// } +// --- (line: 12) skipped --- // case 0xBEEF: // default: // break; diff --git a/tests/baselines/reference/getOccurrencesSwitchCaseDefaultBroken.baseline.jsonc b/tests/baselines/reference/getOccurrencesSwitchCaseDefaultBroken.baseline.jsonc index 0f4f33d517423..c3aefffd2761b 100644 --- a/tests/baselines/reference/getOccurrencesSwitchCaseDefaultBroken.baseline.jsonc +++ b/tests/baselines/reference/getOccurrencesSwitchCaseDefaultBroken.baseline.jsonc @@ -13,21 +13,7 @@ // function f() { // break; // break; -// } -// } -// -// switch (10) { -// default -// case 1: -// case 2 -// -// cose 4: -// case 8: -// case 0xBEEF: -// break; -// case 16: -// () => break; -// } +// --- (line: 14) skipped --- @@ -46,29 +32,13 @@ // function f() { // break; // break; -// } -// } -// -// switch (10) { -// default -// case 1: -// case 2 -// -// cose 4: -// case 8: -// case 0xBEEF: -// break; -// case 16: -// () => break; -// } +// --- (line: 14) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesSwitchCaseDefaultBroken.ts === -// switch(10) { -// case 1: -// case 2: +// --- (line: 3) skipped --- // case 4: // case 8: // case 0xBEEF: @@ -77,33 +47,13 @@ // cas 16: // case 12: // function f() { -// break; -// break; -// } -// } -// -// switch (10) { -// default -// case 1: -// case 2 -// -// cose 4: -// case 8: -// case 0xBEEF: -// break; -// case 16: -// () => break; -// } +// --- (line: 12) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesSwitchCaseDefaultBroken.ts === -// switch(10) { -// case 1: -// case 2: -// case 4: -// case 8: +// --- (line: 5) skipped --- // case 0xBEEF: // defult: // break; @@ -111,22 +61,7 @@ // case 12: // function f() { // break; -// break; -// } -// } -// -// switch (10) { -// default -// case 1: -// case 2 -// -// cose 4: -// case 8: -// case 0xBEEF: -// break; -// case 16: -// () => break; -// } +// --- (line: 13) skipped --- @@ -145,34 +80,13 @@ // function f() { // break; // break; -// } -// } -// -// switch (10) { -// default -// case 1: -// case 2 -// -// cose 4: -// case 8: -// case 0xBEEF: -// break; -// case 16: -// () => break; -// } +// --- (line: 14) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesSwitchCaseDefaultBroken.ts === -// switch(10) { -// case 1: -// case 2: -// case 4: -// case 8: -// case 0xBEEF: -// defult: -// break; +// --- (line: 8) skipped --- // cas 16: // case 12: // function f() { @@ -180,33 +94,13 @@ // break; // } // } -// -// switch (10) { -// default -// case 1: -// case 2 -// -// cose 4: -// case 8: -// case 0xBEEF: -// break; -// case 16: -// () => break; -// } +// --- (line: 16) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesSwitchCaseDefaultBroken.ts === -// switch(10) { -// case 1: -// case 2: -// case 4: -// case 8: -// case 0xBEEF: -// defult: -// break; -// cas 16: +// --- (line: 9) skipped --- // case 12: // function f() { // break; @@ -214,36 +108,13 @@ // } // } // -// switch (10) { -// default -// case 1: -// case 2 -// -// cose 4: -// case 8: -// case 0xBEEF: -// break; -// case 16: -// () => break; -// } +// --- (line: 17) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesSwitchCaseDefaultBroken.ts === -// switch(10) { -// case 1: -// case 2: -// case 4: -// case 8: -// case 0xBEEF: -// defult: -// break; -// cas 16: -// case 12: -// function f() { -// break; -// break; +// --- (line: 13) skipped --- // } // } // @@ -264,19 +135,7 @@ // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesSwitchCaseDefaultBroken.ts === -// switch(10) { -// case 1: -// case 2: -// case 4: -// case 8: -// case 0xBEEF: -// defult: -// break; -// cas 16: -// case 12: -// function f() { -// break; -// break; +// --- (line: 13) skipped --- // } // } // @@ -297,24 +156,7 @@ // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesSwitchCaseDefaultBroken.ts === -// switch(10) { -// case 1: -// case 2: -// case 4: -// case 8: -// case 0xBEEF: -// defult: -// break; -// cas 16: -// case 12: -// function f() { -// break; -// break; -// } -// } -// -// switch (10) { -// default +// --- (line: 18) skipped --- // case 1: // case 2 // @@ -322,27 +164,13 @@ // case 8: // case 0xBEEF: // break; -// case 16: -// () => break; -// } +// --- (line: 26) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesSwitchCaseDefaultBroken.ts === -// switch(10) { -// case 1: -// case 2: -// case 4: -// case 8: -// case 0xBEEF: -// defult: -// break; -// cas 16: -// case 12: -// function f() { -// break; -// break; +// --- (line: 13) skipped --- // } // } // @@ -363,29 +191,7 @@ // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesSwitchCaseDefaultBroken.ts === -// switch(10) { -// case 1: -// case 2: -// case 4: -// case 8: -// case 0xBEEF: -// defult: -// break; -// cas 16: -// case 12: -// function f() { -// break; -// break; -// } -// } -// -// switch (10) { -// default -// case 1: -// case 2 -// -// cose 4: -// case 8: +// --- (line: 23) skipped --- // case 0xBEEF: // break; // case 16: diff --git a/tests/baselines/reference/getOccurrencesThis.baseline.jsonc b/tests/baselines/reference/getOccurrencesThis.baseline.jsonc index f1ba528c68ace..35513cdbdbad0 100644 --- a/tests/baselines/reference/getOccurrencesThis.baseline.jsonc +++ b/tests/baselines/reference/getOccurrencesThis.baseline.jsonc @@ -5,140 +5,7 @@ // // function f() { // this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// module m { -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// class A { -// public b = this.method1; -// -// public method1() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// private method2() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// public static staticB = this.staticMethod1; -// -// public static staticMethod1() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// private static staticMethod2() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// var x = { -// f() { -// this; -// }, -// g() { -// this; -// } -// } +// --- (line: 6) skipped --- @@ -149,137 +16,4 @@ // // function f() { // this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// module m { -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// class A { -// public b = this.method1; -// -// public method1() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// private method2() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// public static staticB = this.staticMethod1; -// -// public static staticMethod1() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// private static staticMethod2() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// var x = { -// f() { -// this; -// }, -// g() { -// this; -// } -// } \ No newline at end of file +// --- (line: 6) skipped --- \ No newline at end of file diff --git a/tests/baselines/reference/getOccurrencesThis2.baseline.jsonc b/tests/baselines/reference/getOccurrencesThis2.baseline.jsonc index f4dfca6525d5d..70d5354f621ab 100644 --- a/tests/baselines/reference/getOccurrencesThis2.baseline.jsonc +++ b/tests/baselines/reference/getOccurrencesThis2.baseline.jsonc @@ -16,129 +16,7 @@ // } // } // function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// module m { -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// class A { -// public b = this.method1; -// -// public method1() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// private method2() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// public static staticB = this.staticMethod1; -// -// public static staticMethod1() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// private static staticMethod2() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// var x = { -// f() { -// this; -// }, -// g() { -// this; -// } -// } +// --- (line: 17) skipped --- @@ -160,129 +38,7 @@ // } // } // function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// module m { -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// class A { -// public b = this.method1; -// -// public method1() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// private method2() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// public static staticB = this.staticMethod1; -// -// public static staticMethod1() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// private static staticMethod2() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// var x = { -// f() { -// this; -// }, -// g() { -// this; -// } -// } +// --- (line: 17) skipped --- @@ -304,129 +60,7 @@ // } // } // function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// module m { -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// class A { -// public b = this.method1; -// -// public method1() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// private method2() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// public static staticB = this.staticMethod1; -// -// public static staticMethod1() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// private static staticMethod2() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// var x = { -// f() { -// this; -// }, -// g() { -// this; -// } -// } +// --- (line: 17) skipped --- @@ -448,129 +82,7 @@ // } // } // function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// module m { -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// class A { -// public b = this.method1; -// -// public method1() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// private method2() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// public static staticB = this.staticMethod1; -// -// public static staticMethod1() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// private static staticMethod2() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// var x = { -// f() { -// this; -// }, -// g() { -// this; -// } -// } +// --- (line: 17) skipped --- @@ -592,129 +104,7 @@ // } // } // function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// module m { -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// class A { -// public b = this.method1; -// -// public method1() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// private method2() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// public static staticB = this.staticMethod1; -// -// public static staticMethod1() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// private static staticMethod2() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// var x = { -// f() { -// this; -// }, -// g() { -// this; -// } -// } +// --- (line: 17) skipped --- @@ -736,126 +126,4 @@ // } // } // function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// module m { -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// class A { -// public b = this.method1; -// -// public method1() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// private method2() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// public static staticB = this.staticMethod1; -// -// public static staticMethod1() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// private static staticMethod2() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// var x = { -// f() { -// this; -// }, -// g() { -// this; -// } -// } \ No newline at end of file +// --- (line: 17) skipped --- \ No newline at end of file diff --git a/tests/baselines/reference/getOccurrencesThis3.baseline.jsonc b/tests/baselines/reference/getOccurrencesThis3.baseline.jsonc index 8a0c9c68b6a68..c5dc42679a4e7 100644 --- a/tests/baselines/reference/getOccurrencesThis3.baseline.jsonc +++ b/tests/baselines/reference/getOccurrencesThis3.baseline.jsonc @@ -1,18 +1,6 @@ // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesThis3.ts === -// this; -// this; -// -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; +// --- (line: 13) skipped --- // } // } // function inside() { @@ -23,140 +11,13 @@ // } // } // -// module m { -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// class A { -// public b = this.method1; -// -// public method1() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// private method2() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// public static staticB = this.staticMethod1; -// -// public static staticMethod1() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// private static staticMethod2() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// var x = { -// f() { -// this; -// }, -// g() { -// this; -// } -// } +// --- (line: 24) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesThis3.ts === -// this; -// this; -// -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; +// --- (line: 13) skipped --- // } // } // function inside() { @@ -167,119 +28,4 @@ // } // } // -// module m { -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// class A { -// public b = this.method1; -// -// public method1() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// private method2() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// public static staticB = this.staticMethod1; -// -// public static staticMethod1() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// private static staticMethod2() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// var x = { -// f() { -// this; -// }, -// g() { -// this; -// } -// } \ No newline at end of file +// --- (line: 24) skipped --- \ No newline at end of file diff --git a/tests/baselines/reference/getOccurrencesThis4.baseline.jsonc b/tests/baselines/reference/getOccurrencesThis4.baseline.jsonc index e8258c3e486c2..6a484c4577fe3 100644 --- a/tests/baselines/reference/getOccurrencesThis4.baseline.jsonc +++ b/tests/baselines/reference/getOccurrencesThis4.baseline.jsonc @@ -1,48 +1,6 @@ // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesThis4.ts === -// this; -// this; -// -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// module m { -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } +// --- (line: 43) skipped --- // } // // class A { @@ -61,11 +19,9 @@ // } // } // function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } +// --- (line: 62) skipped --- + +// --- (line: 66) skipped --- // } // // private method2() { @@ -81,112 +37,13 @@ // } // } // function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// public static staticB = this.staticMethod1; -// -// public static staticMethod1() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// private static staticMethod2() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// var x = { -// f() { -// this; -// }, -// g() { -// this; -// } -// } +// --- (line: 82) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesThis4.ts === -// this; -// this; -// -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// module m { -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } +// --- (line: 43) skipped --- // } // // class A { @@ -205,11 +62,9 @@ // } // } // function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } +// --- (line: 62) skipped --- + +// --- (line: 66) skipped --- // } // // private method2() { @@ -225,112 +80,13 @@ // } // } // function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// public static staticB = this.staticMethod1; -// -// public static staticMethod1() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// private static staticMethod2() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// var x = { -// f() { -// this; -// }, -// g() { -// this; -// } -// } +// --- (line: 82) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesThis4.ts === -// this; -// this; -// -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// module m { -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } +// --- (line: 43) skipped --- // } // // class A { @@ -349,155 +105,9 @@ // } // } // function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// private method2() { -// [|{| kind: "reference" |}this|]; -// [|{| kind: "reference" |}this|]; -// () => [|{| kind: "reference" |}this|]; -// () => { -// if ([|{| kind: "reference" |}this|]) { -// [|{| kind: "reference" |}this|]; -// } -// else { -// [|{| kind: "reference" |}this|].this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// public static staticB = this.staticMethod1; -// -// public static staticMethod1() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// private static staticMethod2() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// var x = { -// f() { -// this; -// }, -// g() { -// this; -// } -// } +// --- (line: 62) skipped --- - - -// === documentHighlights === -// === /tests/cases/fourslash/getOccurrencesThis4.ts === -// this; -// this; -// -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// module m { -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// class A { -// public b = [|{| kind: "reference" |}this|].method1; -// -// public method1() { -// [|{| kind: "reference" |}this|]; -// [|{| kind: "reference" |}this|]; -// () => /*HIGHLIGHTS*/[|{| kind: "reference" |}this|]; -// () => { -// if ([|{| kind: "reference" |}this|]) { -// [|{| kind: "reference" |}this|]; -// } -// else { -// [|{| kind: "reference" |}this|].this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } +// --- (line: 66) skipped --- // } // // private method2() { @@ -513,688 +123,13 @@ // } // } // function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// public static staticB = this.staticMethod1; -// -// public static staticMethod1() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// private static staticMethod2() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// var x = { -// f() { -// this; -// }, -// g() { -// this; -// } -// } - - - -// === documentHighlights === -// === /tests/cases/fourslash/getOccurrencesThis4.ts === -// this; -// this; -// -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// module m { -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// class A { -// public b = [|{| kind: "reference" |}this|].method1; -// -// public method1() { -// [|{| kind: "reference" |}this|]; -// [|{| kind: "reference" |}this|]; -// () => [|{| kind: "reference" |}this|]; -// () => { -// if (/*HIGHLIGHTS*/[|{| kind: "reference" |}this|]) { -// [|{| kind: "reference" |}this|]; -// } -// else { -// [|{| kind: "reference" |}this|].this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// private method2() { -// [|{| kind: "reference" |}this|]; -// [|{| kind: "reference" |}this|]; -// () => [|{| kind: "reference" |}this|]; -// () => { -// if ([|{| kind: "reference" |}this|]) { -// [|{| kind: "reference" |}this|]; -// } -// else { -// [|{| kind: "reference" |}this|].this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// public static staticB = this.staticMethod1; -// -// public static staticMethod1() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// private static staticMethod2() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// var x = { -// f() { -// this; -// }, -// g() { -// this; -// } -// } - - - -// === documentHighlights === -// === /tests/cases/fourslash/getOccurrencesThis4.ts === -// this; -// this; -// -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// module m { -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// class A { -// public b = [|{| kind: "reference" |}this|].method1; -// -// public method1() { -// [|{| kind: "reference" |}this|]; -// [|{| kind: "reference" |}this|]; -// () => [|{| kind: "reference" |}this|]; -// () => { -// if ([|{| kind: "reference" |}this|]) { -// /*HIGHLIGHTS*/[|{| kind: "reference" |}this|]; -// } -// else { -// [|{| kind: "reference" |}this|].this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// private method2() { -// [|{| kind: "reference" |}this|]; -// [|{| kind: "reference" |}this|]; -// () => [|{| kind: "reference" |}this|]; -// () => { -// if ([|{| kind: "reference" |}this|]) { -// [|{| kind: "reference" |}this|]; -// } -// else { -// [|{| kind: "reference" |}this|].this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// public static staticB = this.staticMethod1; -// -// public static staticMethod1() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// private static staticMethod2() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// var x = { -// f() { -// this; -// }, -// g() { -// this; -// } -// } - - - -// === documentHighlights === -// === /tests/cases/fourslash/getOccurrencesThis4.ts === -// this; -// this; -// -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// module m { -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// class A { -// public b = [|{| kind: "reference" |}this|].method1; -// -// public method1() { -// [|{| kind: "reference" |}this|]; -// [|{| kind: "reference" |}this|]; -// () => [|{| kind: "reference" |}this|]; -// () => { -// if ([|{| kind: "reference" |}this|]) { -// [|{| kind: "reference" |}this|]; -// } -// else { -// /*HIGHLIGHTS*/[|{| kind: "reference" |}this|].this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// private method2() { -// [|{| kind: "reference" |}this|]; -// [|{| kind: "reference" |}this|]; -// () => [|{| kind: "reference" |}this|]; -// () => { -// if ([|{| kind: "reference" |}this|]) { -// [|{| kind: "reference" |}this|]; -// } -// else { -// [|{| kind: "reference" |}this|].this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// public static staticB = this.staticMethod1; -// -// public static staticMethod1() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// private static staticMethod2() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// var x = { -// f() { -// this; -// }, -// g() { -// this; -// } -// } - - - -// === documentHighlights === -// === /tests/cases/fourslash/getOccurrencesThis4.ts === -// this; -// this; -// -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// module m { -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// class A { -// public b = [|{| kind: "reference" |}this|].method1; -// -// public method1() { -// [|{| kind: "reference" |}this|]; -// [|{| kind: "reference" |}this|]; -// () => [|{| kind: "reference" |}this|]; -// () => { -// if ([|{| kind: "reference" |}this|]) { -// [|{| kind: "reference" |}this|]; -// } -// else { -// [|{| kind: "reference" |}this|].this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// private method2() { -// /*HIGHLIGHTS*/[|{| kind: "reference" |}this|]; -// [|{| kind: "reference" |}this|]; -// () => [|{| kind: "reference" |}this|]; -// () => { -// if ([|{| kind: "reference" |}this|]) { -// [|{| kind: "reference" |}this|]; -// } -// else { -// [|{| kind: "reference" |}this|].this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// public static staticB = this.staticMethod1; -// -// public static staticMethod1() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// private static staticMethod2() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// var x = { -// f() { -// this; -// }, -// g() { -// this; -// } -// } - - - -// === documentHighlights === -// === /tests/cases/fourslash/getOccurrencesThis4.ts === -// this; -// this; -// -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// module m { -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } +// --- (line: 82) skipped --- + + + +// === documentHighlights === +// === /tests/cases/fourslash/getOccurrencesThis4.ts === +// --- (line: 43) skipped --- // } // // class A { @@ -1203,7 +138,7 @@ // public method1() { // [|{| kind: "reference" |}this|]; // [|{| kind: "reference" |}this|]; -// () => [|{| kind: "reference" |}this|]; +// () => /*HIGHLIGHTS*/[|{| kind: "reference" |}this|]; // () => { // if ([|{| kind: "reference" |}this|]) { // [|{| kind: "reference" |}this|]; @@ -1213,16 +148,14 @@ // } // } // function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } +// --- (line: 62) skipped --- + +// --- (line: 66) skipped --- // } // // private method2() { // [|{| kind: "reference" |}this|]; -// /*HIGHLIGHTS*/[|{| kind: "reference" |}this|]; +// [|{| kind: "reference" |}this|]; // () => [|{| kind: "reference" |}this|]; // () => { // if ([|{| kind: "reference" |}this|]) { @@ -1233,112 +166,56 @@ // } // } // function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } +// --- (line: 82) skipped --- + + + +// === documentHighlights === +// === /tests/cases/fourslash/getOccurrencesThis4.ts === +// --- (line: 43) skipped --- +// } // -// public static staticB = this.staticMethod1; +// class A { +// public b = [|{| kind: "reference" |}this|].method1; // -// public static staticMethod1() { -// this; -// this; -// () => this; +// public method1() { +// [|{| kind: "reference" |}this|]; +// [|{| kind: "reference" |}this|]; +// () => [|{| kind: "reference" |}this|]; // () => { -// if (this) { -// this; +// if (/*HIGHLIGHTS*/[|{| kind: "reference" |}this|]) { +// [|{| kind: "reference" |}this|]; // } // else { -// this.this; +// [|{| kind: "reference" |}this|].this; // } // } // function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } +// --- (line: 62) skipped --- + +// --- (line: 66) skipped --- // } // -// private static staticMethod2() { -// this; -// this; -// () => this; +// private method2() { +// [|{| kind: "reference" |}this|]; +// [|{| kind: "reference" |}this|]; +// () => [|{| kind: "reference" |}this|]; // () => { -// if (this) { -// this; +// if ([|{| kind: "reference" |}this|]) { +// [|{| kind: "reference" |}this|]; // } // else { -// this.this; +// [|{| kind: "reference" |}this|].this; // } // } // function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// var x = { -// f() { -// this; -// }, -// g() { -// this; -// } -// } +// --- (line: 82) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesThis4.ts === -// this; -// this; -// -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// module m { -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } +// --- (line: 43) skipped --- // } // // class A { @@ -1350,24 +227,22 @@ // () => [|{| kind: "reference" |}this|]; // () => { // if ([|{| kind: "reference" |}this|]) { -// [|{| kind: "reference" |}this|]; +// /*HIGHLIGHTS*/[|{| kind: "reference" |}this|]; // } // else { // [|{| kind: "reference" |}this|].this; // } // } // function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } +// --- (line: 62) skipped --- + +// --- (line: 66) skipped --- // } // // private method2() { // [|{| kind: "reference" |}this|]; // [|{| kind: "reference" |}this|]; -// () => /*HIGHLIGHTS*/[|{| kind: "reference" |}this|]; +// () => [|{| kind: "reference" |}this|]; // () => { // if ([|{| kind: "reference" |}this|]) { // [|{| kind: "reference" |}this|]; @@ -1377,112 +252,56 @@ // } // } // function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } +// --- (line: 82) skipped --- + + + +// === documentHighlights === +// === /tests/cases/fourslash/getOccurrencesThis4.ts === +// --- (line: 43) skipped --- +// } // -// public static staticB = this.staticMethod1; +// class A { +// public b = [|{| kind: "reference" |}this|].method1; // -// public static staticMethod1() { -// this; -// this; -// () => this; +// public method1() { +// [|{| kind: "reference" |}this|]; +// [|{| kind: "reference" |}this|]; +// () => [|{| kind: "reference" |}this|]; // () => { -// if (this) { -// this; +// if ([|{| kind: "reference" |}this|]) { +// [|{| kind: "reference" |}this|]; // } // else { -// this.this; +// /*HIGHLIGHTS*/[|{| kind: "reference" |}this|].this; // } // } // function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } +// --- (line: 62) skipped --- + +// --- (line: 66) skipped --- // } // -// private static staticMethod2() { -// this; -// this; -// () => this; +// private method2() { +// [|{| kind: "reference" |}this|]; +// [|{| kind: "reference" |}this|]; +// () => [|{| kind: "reference" |}this|]; // () => { -// if (this) { -// this; +// if ([|{| kind: "reference" |}this|]) { +// [|{| kind: "reference" |}this|]; // } // else { -// this.this; +// [|{| kind: "reference" |}this|].this; // } // } // function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// var x = { -// f() { -// this; -// }, -// g() { -// this; -// } -// } +// --- (line: 82) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesThis4.ts === -// this; -// this; -// -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// module m { -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } +// --- (line: 43) skipped --- // } // // class A { @@ -1501,19 +320,17 @@ // } // } // function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } +// --- (line: 62) skipped --- + +// --- (line: 66) skipped --- // } // // private method2() { -// [|{| kind: "reference" |}this|]; +// /*HIGHLIGHTS*/[|{| kind: "reference" |}this|]; // [|{| kind: "reference" |}this|]; // () => [|{| kind: "reference" |}this|]; // () => { -// if (/*HIGHLIGHTS*/[|{| kind: "reference" |}this|]) { +// if ([|{| kind: "reference" |}this|]) { // [|{| kind: "reference" |}this|]; // } // else { @@ -1521,112 +338,56 @@ // } // } // function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } +// --- (line: 82) skipped --- + + + +// === documentHighlights === +// === /tests/cases/fourslash/getOccurrencesThis4.ts === +// --- (line: 43) skipped --- +// } // -// public static staticB = this.staticMethod1; +// class A { +// public b = [|{| kind: "reference" |}this|].method1; // -// public static staticMethod1() { -// this; -// this; -// () => this; +// public method1() { +// [|{| kind: "reference" |}this|]; +// [|{| kind: "reference" |}this|]; +// () => [|{| kind: "reference" |}this|]; // () => { -// if (this) { -// this; +// if ([|{| kind: "reference" |}this|]) { +// [|{| kind: "reference" |}this|]; // } // else { -// this.this; +// [|{| kind: "reference" |}this|].this; // } // } // function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } +// --- (line: 62) skipped --- + +// --- (line: 66) skipped --- // } // -// private static staticMethod2() { -// this; -// this; -// () => this; +// private method2() { +// [|{| kind: "reference" |}this|]; +// /*HIGHLIGHTS*/[|{| kind: "reference" |}this|]; +// () => [|{| kind: "reference" |}this|]; // () => { -// if (this) { -// this; +// if ([|{| kind: "reference" |}this|]) { +// [|{| kind: "reference" |}this|]; // } // else { -// this.this; +// [|{| kind: "reference" |}this|].this; // } // } // function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// var x = { -// f() { -// this; -// }, -// g() { -// this; -// } -// } +// --- (line: 82) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesThis4.ts === -// this; -// this; -// -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// module m { -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } +// --- (line: 43) skipped --- // } // // class A { @@ -1645,132 +406,74 @@ // } // } // function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } +// --- (line: 62) skipped --- + +// --- (line: 66) skipped --- // } // // private method2() { // [|{| kind: "reference" |}this|]; // [|{| kind: "reference" |}this|]; -// () => [|{| kind: "reference" |}this|]; +// () => /*HIGHLIGHTS*/[|{| kind: "reference" |}this|]; // () => { // if ([|{| kind: "reference" |}this|]) { -// /*HIGHLIGHTS*/[|{| kind: "reference" |}this|]; +// [|{| kind: "reference" |}this|]; // } // else { // [|{| kind: "reference" |}this|].this; // } // } // function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } +// --- (line: 82) skipped --- + + + +// === documentHighlights === +// === /tests/cases/fourslash/getOccurrencesThis4.ts === +// --- (line: 43) skipped --- +// } // -// public static staticB = this.staticMethod1; +// class A { +// public b = [|{| kind: "reference" |}this|].method1; // -// public static staticMethod1() { -// this; -// this; -// () => this; +// public method1() { +// [|{| kind: "reference" |}this|]; +// [|{| kind: "reference" |}this|]; +// () => [|{| kind: "reference" |}this|]; // () => { -// if (this) { -// this; +// if ([|{| kind: "reference" |}this|]) { +// [|{| kind: "reference" |}this|]; // } // else { -// this.this; +// [|{| kind: "reference" |}this|].this; // } // } // function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } +// --- (line: 62) skipped --- + +// --- (line: 66) skipped --- // } // -// private static staticMethod2() { -// this; -// this; -// () => this; +// private method2() { +// [|{| kind: "reference" |}this|]; +// [|{| kind: "reference" |}this|]; +// () => [|{| kind: "reference" |}this|]; // () => { -// if (this) { -// this; +// if (/*HIGHLIGHTS*/[|{| kind: "reference" |}this|]) { +// [|{| kind: "reference" |}this|]; // } // else { -// this.this; +// [|{| kind: "reference" |}this|].this; // } // } // function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// var x = { -// f() { -// this; -// }, -// g() { -// this; -// } -// } +// --- (line: 82) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesThis4.ts === -// this; -// this; -// -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// module m { -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } +// --- (line: 43) skipped --- // } // // class A { @@ -1789,11 +492,9 @@ // } // } // function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } +// --- (line: 62) skipped --- + +// --- (line: 66) skipped --- // } // // private method2() { @@ -1802,68 +503,54 @@ // () => [|{| kind: "reference" |}this|]; // () => { // if ([|{| kind: "reference" |}this|]) { -// [|{| kind: "reference" |}this|]; +// /*HIGHLIGHTS*/[|{| kind: "reference" |}this|]; // } // else { -// /*HIGHLIGHTS*/[|{| kind: "reference" |}this|].this; +// [|{| kind: "reference" |}this|].this; // } // } // function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } +// --- (line: 82) skipped --- + + + +// === documentHighlights === +// === /tests/cases/fourslash/getOccurrencesThis4.ts === +// --- (line: 43) skipped --- +// } // -// public static staticB = this.staticMethod1; +// class A { +// public b = [|{| kind: "reference" |}this|].method1; // -// public static staticMethod1() { -// this; -// this; -// () => this; +// public method1() { +// [|{| kind: "reference" |}this|]; +// [|{| kind: "reference" |}this|]; +// () => [|{| kind: "reference" |}this|]; // () => { -// if (this) { -// this; +// if ([|{| kind: "reference" |}this|]) { +// [|{| kind: "reference" |}this|]; // } // else { -// this.this; +// [|{| kind: "reference" |}this|].this; // } // } // function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } +// --- (line: 62) skipped --- + +// --- (line: 66) skipped --- // } // -// private static staticMethod2() { -// this; -// this; -// () => this; +// private method2() { +// [|{| kind: "reference" |}this|]; +// [|{| kind: "reference" |}this|]; +// () => [|{| kind: "reference" |}this|]; // () => { -// if (this) { -// this; +// if ([|{| kind: "reference" |}this|]) { +// [|{| kind: "reference" |}this|]; // } // else { -// this.this; +// /*HIGHLIGHTS*/[|{| kind: "reference" |}this|].this; // } // } // function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// var x = { -// f() { -// this; -// }, -// g() { -// this; -// } -// } \ No newline at end of file +// --- (line: 82) skipped --- \ No newline at end of file diff --git a/tests/baselines/reference/getOccurrencesThis5.baseline.jsonc b/tests/baselines/reference/getOccurrencesThis5.baseline.jsonc index 7354672e6b509..c200f13f342e8 100644 --- a/tests/baselines/reference/getOccurrencesThis5.baseline.jsonc +++ b/tests/baselines/reference/getOccurrencesThis5.baseline.jsonc @@ -1,90 +1,6 @@ // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesThis5.ts === -// this; -// this; -// -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// module m { -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// class A { -// public b = this.method1; -// -// public method1() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// private method2() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); +// --- (line: 85) skipped --- // } // } // @@ -103,11 +19,9 @@ // } // } // function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } +// --- (line: 104) skipped --- + +// --- (line: 108) skipped --- // } // // private static staticMethod2() { @@ -123,112 +37,13 @@ // } // } // function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// var x = { -// f() { -// this; -// }, -// g() { -// this; -// } -// } +// --- (line: 124) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesThis5.ts === -// this; -// this; -// -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// module m { -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// class A { -// public b = this.method1; -// -// public method1() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// private method2() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); +// --- (line: 85) skipped --- // } // } // @@ -247,11 +62,9 @@ // } // } // function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } +// --- (line: 104) skipped --- + +// --- (line: 108) skipped --- // } // // private static staticMethod2() { @@ -267,112 +80,13 @@ // } // } // function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// var x = { -// f() { -// this; -// }, -// g() { -// this; -// } -// } +// --- (line: 124) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesThis5.ts === -// this; -// this; -// -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// module m { -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// class A { -// public b = this.method1; -// -// public method1() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// private method2() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); +// --- (line: 85) skipped --- // } // } // @@ -391,11 +105,9 @@ // } // } // function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } +// --- (line: 104) skipped --- + +// --- (line: 108) skipped --- // } // // private static staticMethod2() { @@ -411,112 +123,13 @@ // } // } // function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// var x = { -// f() { -// this; -// }, -// g() { -// this; -// } -// } +// --- (line: 124) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesThis5.ts === -// this; -// this; -// -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// module m { -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// class A { -// public b = this.method1; -// -// public method1() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// private method2() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); +// --- (line: 85) skipped --- // } // } // @@ -535,11 +148,9 @@ // } // } // function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } +// --- (line: 104) skipped --- + +// --- (line: 108) skipped --- // } // // private static staticMethod2() { @@ -555,112 +166,13 @@ // } // } // function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// var x = { -// f() { -// this; -// }, -// g() { -// this; -// } -// } +// --- (line: 124) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesThis5.ts === -// this; -// this; -// -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// module m { -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// class A { -// public b = this.method1; -// -// public method1() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// private method2() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); +// --- (line: 85) skipped --- // } // } // @@ -679,11 +191,9 @@ // } // } // function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } +// --- (line: 104) skipped --- + +// --- (line: 108) skipped --- // } // // private static staticMethod2() { @@ -699,112 +209,13 @@ // } // } // function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// var x = { -// f() { -// this; -// }, -// g() { -// this; -// } -// } +// --- (line: 124) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesThis5.ts === -// this; -// this; -// -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// module m { -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// class A { -// public b = this.method1; -// -// public method1() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// private method2() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); +// --- (line: 85) skipped --- // } // } // @@ -823,11 +234,9 @@ // } // } // function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } +// --- (line: 104) skipped --- + +// --- (line: 108) skipped --- // } // // private static staticMethod2() { @@ -843,112 +252,13 @@ // } // } // function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// var x = { -// f() { -// this; -// }, -// g() { -// this; -// } -// } +// --- (line: 124) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesThis5.ts === -// this; -// this; -// -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// module m { -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// class A { -// public b = this.method1; -// -// public method1() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// private method2() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); +// --- (line: 85) skipped --- // } // } // @@ -967,11 +277,9 @@ // } // } // function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } +// --- (line: 104) skipped --- + +// --- (line: 108) skipped --- // } // // private static staticMethod2() { @@ -987,112 +295,13 @@ // } // } // function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// var x = { -// f() { -// this; -// }, -// g() { -// this; -// } -// } +// --- (line: 124) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesThis5.ts === -// this; -// this; -// -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// module m { -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// class A { -// public b = this.method1; -// -// public method1() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// private method2() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); +// --- (line: 85) skipped --- // } // } // @@ -1111,11 +320,9 @@ // } // } // function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } +// --- (line: 104) skipped --- + +// --- (line: 108) skipped --- // } // // private static staticMethod2() { @@ -1131,112 +338,13 @@ // } // } // function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// var x = { -// f() { -// this; -// }, -// g() { -// this; -// } -// } +// --- (line: 124) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesThis5.ts === -// this; -// this; -// -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// module m { -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// class A { -// public b = this.method1; -// -// public method1() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// private method2() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); +// --- (line: 85) skipped --- // } // } // @@ -1255,11 +363,9 @@ // } // } // function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } +// --- (line: 104) skipped --- + +// --- (line: 108) skipped --- // } // // private static staticMethod2() { @@ -1275,112 +381,13 @@ // } // } // function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// var x = { -// f() { -// this; -// }, -// g() { -// this; -// } -// } +// --- (line: 124) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesThis5.ts === -// this; -// this; -// -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// module m { -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// class A { -// public b = this.method1; -// -// public method1() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// private method2() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); +// --- (line: 85) skipped --- // } // } // @@ -1399,11 +406,9 @@ // } // } // function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } +// --- (line: 104) skipped --- + +// --- (line: 108) skipped --- // } // // private static staticMethod2() { @@ -1419,112 +424,13 @@ // } // } // function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// var x = { -// f() { -// this; -// }, -// g() { -// this; -// } -// } +// --- (line: 124) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesThis5.ts === -// this; -// this; -// -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// module m { -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// class A { -// public b = this.method1; -// -// public method1() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// private method2() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); +// --- (line: 85) skipped --- // } // } // @@ -1543,11 +449,9 @@ // } // } // function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } +// --- (line: 104) skipped --- + +// --- (line: 108) skipped --- // } // // private static staticMethod2() { @@ -1563,112 +467,13 @@ // } // } // function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// var x = { -// f() { -// this; -// }, -// g() { -// this; -// } -// } +// --- (line: 124) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesThis5.ts === -// this; -// this; -// -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// module m { -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// class A { -// public b = this.method1; -// -// public method1() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// private method2() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); +// --- (line: 85) skipped --- // } // } // @@ -1687,11 +492,9 @@ // } // } // function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } +// --- (line: 104) skipped --- + +// --- (line: 108) skipped --- // } // // private static staticMethod2() { @@ -1707,112 +510,13 @@ // } // } // function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// var x = { -// f() { -// this; -// }, -// g() { -// this; -// } -// } +// --- (line: 124) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesThis5.ts === -// this; -// this; -// -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// module m { -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// class A { -// public b = this.method1; -// -// public method1() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// private method2() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); +// --- (line: 85) skipped --- // } // } // @@ -1831,11 +535,9 @@ // } // } // function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } +// --- (line: 104) skipped --- + +// --- (line: 108) skipped --- // } // // private static staticMethod2() { @@ -1851,19 +553,4 @@ // } // } // function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// var x = { -// f() { -// this; -// }, -// g() { -// this; -// } -// } \ No newline at end of file +// --- (line: 124) skipped --- \ No newline at end of file diff --git a/tests/baselines/reference/getOccurrencesThis6.baseline.jsonc b/tests/baselines/reference/getOccurrencesThis6.baseline.jsonc index e3a5774badf51..5e072cdcdc33e 100644 --- a/tests/baselines/reference/getOccurrencesThis6.baseline.jsonc +++ b/tests/baselines/reference/getOccurrencesThis6.baseline.jsonc @@ -5,1051 +5,22 @@ // // function f() { // this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// module m { -// var x = this; -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// class A { -// public b = this.method1; -// -// public method1() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// private method2() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// public static staticB = this.staticMethod1; -// -// public static staticMethod1() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// private static staticMethod2() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// var x = { -// a: [|{| kind: "reference" |}this|], -// -// f() { -// this; -// function foo() { -// this; -// } -// const bar = () => { -// this; -// } -// }, -// -// g() { -// this; -// }, -// -// get h() { -// this; -// function foo() { -// this; -// } -// const bar = () => { -// this; -// } -// return; -// }, -// -// set h(foo: any) { -// this; -// }, -// -// l: () => { -// [|{| kind: "reference" |}this|]; -// function foo() { -// this; -// } -// const bar = () => { -// [|{| kind: "reference" |}this|]; -// } -// }, -// }; -// - - - -// === documentHighlights === -// === /tests/cases/fourslash/getOccurrencesThis6.ts === -// this; -// this; -// -// function f() { -// [|{| kind: "reference" |}this|]/*HIGHLIGHTS*/; -// [|{| kind: "reference" |}this|]; -// () => [|{| kind: "reference" |}this|]; -// () => { -// if ([|{| kind: "reference" |}this|]) { -// [|{| kind: "reference" |}this|]; -// } -// else { -// [|{| kind: "reference" |}this|].this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// module m { -// var x = this; -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// class A { -// public b = this.method1; -// -// public method1() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// private method2() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// public static staticB = this.staticMethod1; -// -// public static staticMethod1() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// private static staticMethod2() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// var x = { -// a: this, -// -// f() { -// this; -// function foo() { -// this; -// } -// const bar = () => { -// this; -// } -// }, -// -// g() { -// this; -// }, -// -// get h() { -// this; -// function foo() { -// this; -// } -// const bar = () => { -// this; -// } -// return; -// }, -// -// set h(foo: any) { -// this; -// }, -// -// l: () => { -// this; -// function foo() { -// this; -// } -// const bar = () => { -// this; -// } -// }, -// }; -// - - - -// === documentHighlights === -// === /tests/cases/fourslash/getOccurrencesThis6.ts === -// this; -// this; -// -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// module m { -// var x = th/*HIGHLIGHTS*/is; -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// class A { -// public b = this.method1; -// -// public method1() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// private method2() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// public static staticB = this.staticMethod1; -// -// public static staticMethod1() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// private static staticMethod2() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// var x = { -// a: this, -// -// f() { -// this; -// function foo() { -// this; -// } -// const bar = () => { -// this; -// } -// }, -// -// g() { -// this; -// }, -// -// get h() { -// this; -// function foo() { -// this; -// } -// const bar = () => { -// this; -// } -// return; -// }, -// -// set h(foo: any) { -// this; -// }, -// -// l: () => { -// this; -// function foo() { -// this; -// } -// const bar = () => { -// this; -// } -// }, -// }; -// - - - -// === documentHighlights === -// === /tests/cases/fourslash/getOccurrencesThis6.ts === -// this; -// this; -// -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// module m { -// var x = this; -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// class A { -// public b = this.method1; -// -// public method1() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// [|{| kind: "reference" |}this|]/*HIGHLIGHTS*/; -// })(this); -// } -// } -// -// private method2() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// public static staticB = this.staticMethod1; -// -// public static staticMethod1() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// private static staticMethod2() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// var x = { -// a: this, -// -// f() { -// this; -// function foo() { -// this; -// } -// const bar = () => { -// this; -// } -// }, -// -// g() { -// this; -// }, -// -// get h() { -// this; -// function foo() { -// this; -// } -// const bar = () => { -// this; -// } -// return; -// }, -// -// set h(foo: any) { -// this; -// }, -// -// l: () => { -// this; -// function foo() { -// this; -// } -// const bar = () => { -// this; -// } -// }, -// }; -// - - - -// === documentHighlights === -// === /tests/cases/fourslash/getOccurrencesThis6.ts === -// [|{| kind: "reference" |}this|]; -// [|{| kind: "reference" |}this|]; -// -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// module m { -// var x = this; -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// class A { -// public b = this.method1; -// -// public method1() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// private method2() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// public static staticB = this.staticMethod1; -// -// public static staticMethod1() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// private static staticMethod2() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// var x = { -// a: /*HIGHLIGHTS*/[|{| kind: "reference" |}this|], -// -// f() { -// this; -// function foo() { -// this; -// } -// const bar = () => { -// this; -// } -// }, -// -// g() { -// this; -// }, -// -// get h() { -// this; -// function foo() { -// this; -// } -// const bar = () => { -// this; -// } -// return; -// }, -// -// set h(foo: any) { -// this; -// }, -// -// l: () => { -// [|{| kind: "reference" |}this|]; -// function foo() { -// this; -// } -// const bar = () => { -// [|{| kind: "reference" |}this|]; -// } -// }, -// }; -// - - - -// === documentHighlights === -// === /tests/cases/fourslash/getOccurrencesThis6.ts === -// this; -// this; -// -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// module m { -// var x = this; -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// class A { -// public b = this.method1; -// -// public method1() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// private method2() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// public static staticB = this.staticMethod1; -// -// public static staticMethod1() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// private static staticMethod2() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } +// --- (line: 6) skipped --- + +// --- (line: 130) skipped --- // } // // var x = { -// a: this, +// a: [|{| kind: "reference" |}this|], // // f() { -// [|{| kind: "reference" |}this|]/*HIGHLIGHTS*/; -// function foo() { -// this; -// } -// const bar = () => { -// [|{| kind: "reference" |}this|]; -// } -// }, -// -// g() { -// [|{| kind: "reference" |}this|]; +// this; +// --- (line: 138) skipped --- + +// --- (line: 162) skipped --- // }, // -// get h() { +// l: () => { // [|{| kind: "reference" |}this|]; // function foo() { // this; @@ -1057,21 +28,6 @@ // const bar = () => { // [|{| kind: "reference" |}this|]; // } -// return; -// }, -// -// set h(foo: any) { -// [|{| kind: "reference" |}this|]; -// }, -// -// l: () => { -// this; -// function foo() { -// this; -// } -// const bar = () => { -// this; -// } // }, // }; // @@ -1084,139 +40,93 @@ // this; // // function f() { -// this; -// this; -// () => this; +// [|{| kind: "reference" |}this|]/*HIGHLIGHTS*/; +// [|{| kind: "reference" |}this|]; +// () => [|{| kind: "reference" |}this|]; // () => { -// if (this) { -// this; +// if ([|{| kind: "reference" |}this|]) { +// [|{| kind: "reference" |}this|]; // } // else { -// this.this; +// [|{| kind: "reference" |}this|].this; // } // } // function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } +// --- (line: 17) skipped --- + + + +// === documentHighlights === +// === /tests/cases/fourslash/getOccurrencesThis6.ts === +// --- (line: 21) skipped --- // } // // module m { -// var x = this; +// var x = th/*HIGHLIGHTS*/is; // function f() { // this; // this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } +// --- (line: 29) skipped --- + + + +// === documentHighlights === +// === /tests/cases/fourslash/getOccurrencesThis6.ts === +// --- (line: 61) skipped --- // function inside() { // this; // (function (_) { -// this; +// [|{| kind: "reference" |}this|]/*HIGHLIGHTS*/; // })(this); // } // } -// } +// --- (line: 69) skipped --- + + + +// === documentHighlights === +// === /tests/cases/fourslash/getOccurrencesThis6.ts === +// [|{| kind: "reference" |}this|]; +// [|{| kind: "reference" |}this|]; // -// class A { -// public b = this.method1; +// function f() { +// this; +// --- (line: 6) skipped --- + +// --- (line: 130) skipped --- +// } // -// public method1() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } +// var x = { +// a: /*HIGHLIGHTS*/[|{| kind: "reference" |}this|], // -// private method2() { -// this; +// f() { // this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// public static staticB = this.staticMethod1; +// --- (line: 138) skipped --- + +// --- (line: 162) skipped --- +// }, // -// public static staticMethod1() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { +// l: () => { +// [|{| kind: "reference" |}this|]; +// function foo() { // this; -// (function (_) { -// this; -// })(this); // } -// } -// -// private static staticMethod2() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); +// const bar = () => { +// [|{| kind: "reference" |}this|]; // } -// } -// } +// }, +// }; // -// var x = { + + + +// === documentHighlights === +// === /tests/cases/fourslash/getOccurrencesThis6.ts === +// --- (line: 133) skipped --- // a: this, // // f() { -// [|{| kind: "reference" |}this|]; +// [|{| kind: "reference" |}this|]/*HIGHLIGHTS*/; // function foo() { // this; // } @@ -1230,7 +140,7 @@ // }, // // get h() { -// /*HIGHLIGHTS*/[|{| kind: "reference" |}this|]; +// [|{| kind: "reference" |}this|]; // function foo() { // this; // } @@ -1245,183 +155,69 @@ // }, // // l: () => { -// this; -// function foo() { -// this; -// } -// const bar = () => { -// this; -// } -// }, -// }; -// +// --- (line: 166) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesThis6.ts === -// [|{| kind: "reference" |}this|]; -// [|{| kind: "reference" |}this|]; -// -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// module m { -// var x = this; -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// class A { -// public b = this.method1; -// -// public method1() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// private method2() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// public static staticB = this.staticMethod1; -// -// public static staticMethod1() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// private static staticMethod2() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// var x = { -// a: [|{| kind: "reference" |}this|], +// --- (line: 133) skipped --- +// a: this, // // f() { -// this; +// [|{| kind: "reference" |}this|]; // function foo() { // this; // } // const bar = () => { -// this; +// [|{| kind: "reference" |}this|]; // } // }, // // g() { -// this; +// [|{| kind: "reference" |}this|]; // }, // // get h() { -// this; +// /*HIGHLIGHTS*/[|{| kind: "reference" |}this|]; // function foo() { // this; // } // const bar = () => { -// this; +// [|{| kind: "reference" |}this|]; // } // return; // }, // // set h(foo: any) { +// [|{| kind: "reference" |}this|]; +// }, +// +// l: () => { +// --- (line: 166) skipped --- + + + +// === documentHighlights === +// === /tests/cases/fourslash/getOccurrencesThis6.ts === +// [|{| kind: "reference" |}this|]; +// [|{| kind: "reference" |}this|]; +// +// function f() { +// this; +// --- (line: 6) skipped --- + +// --- (line: 130) skipped --- +// } +// +// var x = { +// a: [|{| kind: "reference" |}this|], +// +// f() { // this; +// --- (line: 138) skipped --- + +// --- (line: 162) skipped --- // }, // // l: () => { diff --git a/tests/baselines/reference/getOccurrencesThisNegatives2.baseline.jsonc b/tests/baselines/reference/getOccurrencesThisNegatives2.baseline.jsonc index 1604af6d7fdac..5a58c6df68014 100644 --- a/tests/baselines/reference/getOccurrencesThisNegatives2.baseline.jsonc +++ b/tests/baselines/reference/getOccurrencesThisNegatives2.baseline.jsonc @@ -1,14 +1,6 @@ // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesThisNegatives2.ts === -// this; -// this; -// -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { +// --- (line: 9) skipped --- // this; // } // else { @@ -16,164 +8,13 @@ // } // } // function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// module m { -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// class A { -// public b = this.method1; -// -// public method1() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// private method2() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// public static staticB = this.staticMethod1; -// -// public static staticMethod1() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// private static staticMethod2() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// var x = { -// f() { -// this; -// }, -// g() { -// this; -// } -// } +// --- (line: 17) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesThisNegatives2.ts === -// this; -// this; -// -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// module m { -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { +// --- (line: 30) skipped --- // this; // } // else { @@ -181,167 +22,13 @@ // } // } // function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// class A { -// public b = this.method1; -// -// public method1() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// private method2() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// public static staticB = this.staticMethod1; -// -// public static staticMethod1() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// private static staticMethod2() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// var x = { -// f() { -// this; -// }, -// g() { -// this; -// } -// } +// --- (line: 38) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesThisNegatives2.ts === -// this; -// this; -// -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// module m { -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// class A { -// public b = this.method1; -// -// public method1() { -// this; -// this; -// () => this; -// () => { -// if (this) { +// --- (line: 54) skipped --- // this; // } // else { @@ -349,163 +36,13 @@ // } // } // function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// private method2() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// public static staticB = this.staticMethod1; -// -// public static staticMethod1() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// private static staticMethod2() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// var x = { -// f() { -// this; -// }, -// g() { -// this; -// } -// } +// --- (line: 62) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesThisNegatives2.ts === -// this; -// this; -// -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// module m { -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// class A { -// public b = this.method1; -// -// public method1() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// private method2() { -// this; -// this; -// () => this; -// () => { -// if (this) { +// --- (line: 74) skipped --- // this; // } // else { @@ -513,165 +50,13 @@ // } // } // function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// public static staticB = this.staticMethod1; -// -// public static staticMethod1() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// private static staticMethod2() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// var x = { -// f() { -// this; -// }, -// g() { -// this; -// } -// } +// --- (line: 82) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesThisNegatives2.ts === -// this; -// this; -// -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// module m { -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// class A { -// public b = this.method1; -// -// public method1() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// private method2() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// public static staticB = this.staticMethod1; -// -// public static staticMethod1() { -// this; -// this; -// () => this; -// () => { -// if (this) { +// --- (line: 96) skipped --- // this; // } // else { @@ -679,163 +64,13 @@ // } // } // function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// private static staticMethod2() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// var x = { -// f() { -// this; -// }, -// g() { -// this; -// } -// } +// --- (line: 104) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesThisNegatives2.ts === -// this; -// this; -// -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// module m { -// function f() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// class A { -// public b = this.method1; -// -// public method1() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// private method2() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// public static staticB = this.staticMethod1; -// -// public static staticMethod1() { -// this; -// this; -// () => this; -// () => { -// if (this) { -// this; -// } -// else { -// this.this; -// } -// } -// function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// -// private static staticMethod2() { -// this; -// this; -// () => this; -// () => { -// if (this) { +// --- (line: 116) skipped --- // this; // } // else { @@ -843,19 +78,4 @@ // } // } // function inside() { -// this; -// (function (_) { -// this; -// })(this); -// } -// } -// } -// -// var x = { -// f() { -// this; -// }, -// g() { -// this; -// } -// } \ No newline at end of file +// --- (line: 124) skipped --- \ No newline at end of file diff --git a/tests/baselines/reference/getOccurrencesThrow.baseline.jsonc b/tests/baselines/reference/getOccurrencesThrow.baseline.jsonc index 573211c88bf26..9ea4cb15b7ad7 100644 --- a/tests/baselines/reference/getOccurrencesThrow.baseline.jsonc +++ b/tests/baselines/reference/getOccurrencesThrow.baseline.jsonc @@ -1,10 +1,6 @@ // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesThrow.ts === -// function f(a: number) { -// try { -// throw "Hello"; -// -// try { +// --- (line: 5) skipped --- // throw 10; // } // catch (x) { @@ -25,11 +21,9 @@ // return; // return; // return; -// -// if (false) { -// return true; -// } -// throw "Hello!"; +// --- (line: 26) skipped --- + +// --- (line: 30) skipped --- // })() || true; // } // @@ -46,11 +40,7 @@ // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesThrow.ts === -// function f(a: number) { -// try { -// throw "Hello"; -// -// try { +// --- (line: 5) skipped --- // throw 10; // } // catch (x) { @@ -71,11 +61,9 @@ // return; // return; // return; -// -// if (false) { -// return true; -// } -// throw "Hello!"; +// --- (line: 26) skipped --- + +// --- (line: 30) skipped --- // })() || true; // } // @@ -92,11 +80,7 @@ // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesThrow.ts === -// function f(a: number) { -// try { -// throw "Hello"; -// -// try { +// --- (line: 5) skipped --- // throw 10; // } // catch (x) { @@ -117,11 +101,9 @@ // return; // return; // return; -// -// if (false) { -// return true; -// } -// throw "Hello!"; +// --- (line: 26) skipped --- + +// --- (line: 30) skipped --- // })() || true; // } // @@ -138,11 +120,7 @@ // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesThrow.ts === -// function f(a: number) { -// try { -// throw "Hello"; -// -// try { +// --- (line: 5) skipped --- // throw 10; // } // catch (x) { @@ -163,11 +141,9 @@ // return; // return; // return; -// -// if (false) { -// return true; -// } -// throw "Hello!"; +// --- (line: 26) skipped --- + +// --- (line: 30) skipped --- // })() || true; // } // @@ -184,11 +160,7 @@ // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesThrow.ts === -// function f(a: number) { -// try { -// throw "Hello"; -// -// try { +// --- (line: 5) skipped --- // throw 10; // } // catch (x) { @@ -209,11 +181,9 @@ // return; // return; // return; -// -// if (false) { -// return true; -// } -// throw "Hello!"; +// --- (line: 26) skipped --- + +// --- (line: 30) skipped --- // })() || true; // } // @@ -230,11 +200,7 @@ // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesThrow.ts === -// function f(a: number) { -// try { -// throw "Hello"; -// -// try { +// --- (line: 5) skipped --- // throw 10; // } // catch (x) { @@ -255,11 +221,9 @@ // return; // return; // return; -// -// if (false) { -// return true; -// } -// throw "Hello!"; +// --- (line: 26) skipped --- + +// --- (line: 30) skipped --- // })() || true; // } // @@ -276,11 +240,7 @@ // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesThrow.ts === -// function f(a: number) { -// try { -// throw "Hello"; -// -// try { +// --- (line: 5) skipped --- // throw 10; // } // catch (x) { @@ -301,11 +261,9 @@ // return; // return; // return; -// -// if (false) { -// return true; -// } -// throw "Hello!"; +// --- (line: 26) skipped --- + +// --- (line: 30) skipped --- // })() || true; // } // @@ -322,11 +280,7 @@ // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesThrow.ts === -// function f(a: number) { -// try { -// throw "Hello"; -// -// try { +// --- (line: 5) skipped --- // throw 10; // } // catch (x) { @@ -347,11 +301,9 @@ // return; // return; // return; -// -// if (false) { -// return true; -// } -// throw "Hello!"; +// --- (line: 26) skipped --- + +// --- (line: 30) skipped --- // })() || true; // } // diff --git a/tests/baselines/reference/getOccurrencesThrow2.baseline.jsonc b/tests/baselines/reference/getOccurrencesThrow2.baseline.jsonc index f45fdee624223..3bca45a75bd0c 100644 --- a/tests/baselines/reference/getOccurrencesThrow2.baseline.jsonc +++ b/tests/baselines/reference/getOccurrencesThrow2.baseline.jsonc @@ -9,35 +9,4 @@ // } // catch (x) { // return 100; -// } -// finally { -// throw 10; -// } -// } -// catch (x) { -// throw "Something"; -// } -// finally { -// throw "Also something"; -// } -// if (a > 0) { -// return (function () { -// return; -// return; -// return; -// -// if (false) { -// return true; -// } -// throw "Hello!"; -// })() || true; -// } -// -// throw 10; -// -// var unusued = [1, 2, 3, 4].map(x => { throw 4 }) -// -// return; -// return true; -// throw false; -// } \ No newline at end of file +// --- (line: 10) skipped --- \ No newline at end of file diff --git a/tests/baselines/reference/getOccurrencesThrow3.baseline.jsonc b/tests/baselines/reference/getOccurrencesThrow3.baseline.jsonc index 53ef365815e81..5323d3eca8ca4 100644 --- a/tests/baselines/reference/getOccurrencesThrow3.baseline.jsonc +++ b/tests/baselines/reference/getOccurrencesThrow3.baseline.jsonc @@ -15,32 +15,7 @@ // } // } // catch (x) { -// throw "Something"; -// } -// finally { -// throw "Also something"; -// } -// if (a > 0) { -// return (function () { -// return; -// return; -// return; -// -// if (false) { -// return true; -// } -// throw "Hello!"; -// })() || true; -// } -// -// throw 10; -// -// var unusued = [1, 2, 3, 4].map(x => { throw 4 }) -// -// return; -// return true; -// throw false; -// } +// --- (line: 16) skipped --- @@ -61,29 +36,4 @@ // } // } // catch (x) { -// throw "Something"; -// } -// finally { -// throw "Also something"; -// } -// if (a > 0) { -// return (function () { -// return; -// return; -// return; -// -// if (false) { -// return true; -// } -// throw "Hello!"; -// })() || true; -// } -// -// throw 10; -// -// var unusued = [1, 2, 3, 4].map(x => { throw 4 }) -// -// return; -// return true; -// throw false; -// } \ No newline at end of file +// --- (line: 16) skipped --- \ No newline at end of file diff --git a/tests/baselines/reference/getOccurrencesThrow4.baseline.jsonc b/tests/baselines/reference/getOccurrencesThrow4.baseline.jsonc index c08f7ebf8df81..34bd35a28bf1e 100644 --- a/tests/baselines/reference/getOccurrencesThrow4.baseline.jsonc +++ b/tests/baselines/reference/getOccurrencesThrow4.baseline.jsonc @@ -1,24 +1,6 @@ // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesThrow4.ts === -// function f(a: number) { -// try { -// throw "Hello"; -// -// try { -// throw 10; -// } -// catch (x) { -// return 100; -// } -// finally { -// throw 10; -// } -// } -// catch (x) { -// throw "Something"; -// } -// finally { -// throw "Also something"; +// --- (line: 19) skipped --- // } // if (a > 0) { // return (function () { @@ -33,38 +15,13 @@ // })() || true; // } // -// throw 10; -// -// var unusued = [1, 2, 3, 4].map(x => { throw 4 }) -// -// return; -// return true; -// throw false; -// } +// --- (line: 34) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesThrow4.ts === -// function f(a: number) { -// try { -// throw "Hello"; -// -// try { -// throw 10; -// } -// catch (x) { -// return 100; -// } -// finally { -// throw 10; -// } -// } -// catch (x) { -// throw "Something"; -// } -// finally { -// throw "Also something"; +// --- (line: 19) skipped --- // } // if (a > 0) { // return (function () { @@ -79,38 +36,13 @@ // })() || true; // } // -// throw 10; -// -// var unusued = [1, 2, 3, 4].map(x => { throw 4 }) -// -// return; -// return true; -// throw false; -// } +// --- (line: 34) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesThrow4.ts === -// function f(a: number) { -// try { -// throw "Hello"; -// -// try { -// throw 10; -// } -// catch (x) { -// return 100; -// } -// finally { -// throw 10; -// } -// } -// catch (x) { -// throw "Something"; -// } -// finally { -// throw "Also something"; +// --- (line: 19) skipped --- // } // if (a > 0) { // return (function () { @@ -125,38 +57,13 @@ // })() || true; // } // -// throw 10; -// -// var unusued = [1, 2, 3, 4].map(x => { throw 4 }) -// -// return; -// return true; -// throw false; -// } +// --- (line: 34) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesThrow4.ts === -// function f(a: number) { -// try { -// throw "Hello"; -// -// try { -// throw 10; -// } -// catch (x) { -// return 100; -// } -// finally { -// throw 10; -// } -// } -// catch (x) { -// throw "Something"; -// } -// finally { -// throw "Also something"; +// --- (line: 19) skipped --- // } // if (a > 0) { // return (function () { @@ -171,38 +78,13 @@ // })() || true; // } // -// throw 10; -// -// var unusued = [1, 2, 3, 4].map(x => { throw 4 }) -// -// return; -// return true; -// throw false; -// } +// --- (line: 34) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesThrow4.ts === -// function f(a: number) { -// try { -// throw "Hello"; -// -// try { -// throw 10; -// } -// catch (x) { -// return 100; -// } -// finally { -// throw 10; -// } -// } -// catch (x) { -// throw "Something"; -// } -// finally { -// throw "Also something"; +// --- (line: 19) skipped --- // } // if (a > 0) { // return (function () { @@ -217,11 +99,4 @@ // })() || true; // } // -// throw 10; -// -// var unusued = [1, 2, 3, 4].map(x => { throw 4 }) -// -// return; -// return true; -// throw false; -// } \ No newline at end of file +// --- (line: 34) skipped --- \ No newline at end of file diff --git a/tests/baselines/reference/getOccurrencesThrow5.baseline.jsonc b/tests/baselines/reference/getOccurrencesThrow5.baseline.jsonc index aaa9fe56c9ab2..d02d0668bf101 100644 --- a/tests/baselines/reference/getOccurrencesThrow5.baseline.jsonc +++ b/tests/baselines/reference/getOccurrencesThrow5.baseline.jsonc @@ -1,37 +1,6 @@ // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesThrow5.ts === -// function f(a: number) { -// try { -// throw "Hello"; -// -// try { -// throw 10; -// } -// catch (x) { -// return 100; -// } -// finally { -// throw 10; -// } -// } -// catch (x) { -// throw "Something"; -// } -// finally { -// throw "Also something"; -// } -// if (a > 0) { -// return (function () { -// return; -// return; -// return; -// -// if (false) { -// return true; -// } -// throw "Hello!"; -// })() || true; -// } +// --- (line: 32) skipped --- // // throw 10; // diff --git a/tests/baselines/reference/getOccurrencesThrow8.baseline.jsonc b/tests/baselines/reference/getOccurrencesThrow8.baseline.jsonc index 4e1dd61c8449b..4502edb51a4c4 100644 --- a/tests/baselines/reference/getOccurrencesThrow8.baseline.jsonc +++ b/tests/baselines/reference/getOccurrencesThrow8.baseline.jsonc @@ -8,13 +8,4 @@ // } // catch (x) { // throw 10; -// } -// finally { -// throw 10; -// } -// } -// finally { -// throw 10; -// } -// -// throw 10; \ No newline at end of file +// --- (line: 9) skipped --- \ No newline at end of file diff --git a/tests/baselines/reference/getOccurrencesTryCatchFinally.baseline.jsonc b/tests/baselines/reference/getOccurrencesTryCatchFinally.baseline.jsonc index 1e800ae04e9aa..321f7a54bf63c 100644 --- a/tests/baselines/reference/getOccurrencesTryCatchFinally.baseline.jsonc +++ b/tests/baselines/reference/getOccurrencesTryCatchFinally.baseline.jsonc @@ -4,10 +4,9 @@ // try { // } // catch (x) { -// } -// -// try { -// } +// --- (line: 5) skipped --- + +// --- (line: 8) skipped --- // finally { // } // } @@ -24,10 +23,9 @@ // try { // } // catch (x) { -// } -// -// try { -// } +// --- (line: 5) skipped --- + +// --- (line: 8) skipped --- // finally { // } // } @@ -44,10 +42,9 @@ // try { // } // catch (x) { -// } -// -// try { -// } +// --- (line: 5) skipped --- + +// --- (line: 8) skipped --- // finally { // } // } diff --git a/tests/baselines/reference/getOccurrencesTryCatchFinally2.baseline.jsonc b/tests/baselines/reference/getOccurrencesTryCatchFinally2.baseline.jsonc index ea412ca7b0626..bb26121cd2ce2 100644 --- a/tests/baselines/reference/getOccurrencesTryCatchFinally2.baseline.jsonc +++ b/tests/baselines/reference/getOccurrencesTryCatchFinally2.baseline.jsonc @@ -7,14 +7,7 @@ // } // // try { -// } -// finally { -// } -// } -// catch (e) { -// } -// finally { -// } +// --- (line: 8) skipped --- @@ -27,14 +20,7 @@ // } // // try { -// } -// finally { -// } -// } -// catch (e) { -// } -// finally { -// } +// --- (line: 8) skipped --- @@ -47,11 +33,4 @@ // } // // try { -// } -// finally { -// } -// } -// catch (e) { -// } -// finally { -// } \ No newline at end of file +// --- (line: 8) skipped --- \ No newline at end of file diff --git a/tests/baselines/reference/getOccurrencesTryCatchFinally3.baseline.jsonc b/tests/baselines/reference/getOccurrencesTryCatchFinally3.baseline.jsonc index 418fa4aa49c59..5d84cd58611c9 100644 --- a/tests/baselines/reference/getOccurrencesTryCatchFinally3.baseline.jsonc +++ b/tests/baselines/reference/getOccurrencesTryCatchFinally3.baseline.jsonc @@ -1,8 +1,6 @@ // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesTryCatchFinally3.ts === -// try { -// try { -// } +// --- (line: 3) skipped --- // catch (x) { // } // @@ -12,17 +10,13 @@ // } // } // catch (e) { -// } -// finally { -// } +// --- (line: 13) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesTryCatchFinally3.ts === -// try { -// try { -// } +// --- (line: 3) skipped --- // catch (x) { // } // @@ -32,17 +26,13 @@ // } // } // catch (e) { -// } -// finally { -// } +// --- (line: 13) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesTryCatchFinally3.ts === -// try { -// try { -// } +// --- (line: 3) skipped --- // catch (x) { // } // @@ -52,6 +42,4 @@ // } // } // catch (e) { -// } -// finally { -// } \ No newline at end of file +// --- (line: 13) skipped --- \ No newline at end of file diff --git a/tests/baselines/reference/getOccurrencesTryCatchFinally4.baseline.jsonc b/tests/baselines/reference/getOccurrencesTryCatchFinally4.baseline.jsonc index e1cd7548f0ffd..e0f4d4d49d6a5 100644 --- a/tests/baselines/reference/getOccurrencesTryCatchFinally4.baseline.jsonc +++ b/tests/baselines/reference/getOccurrencesTryCatchFinally4.baseline.jsonc @@ -4,10 +4,9 @@ // try { // } // catch (x) { -// } -// -// try { -// } +// --- (line: 5) skipped --- + +// --- (line: 8) skipped --- // finally { // } // } @@ -27,14 +26,7 @@ // } // // try { -// } -// finally { -// } -// } -// catch (e) { -// } -// finally { -// } +// --- (line: 8) skipped --- @@ -47,22 +39,13 @@ // } // // try { -// } -// finally { -// } -// } -// catch (e) { -// } -// finally { -// } +// --- (line: 8) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesTryCatchFinally4.ts === -// try { -// try { -// } +// --- (line: 3) skipped --- // catch (x) { // } // @@ -72,17 +55,13 @@ // } // } // catch (e) { -// } -// finally { -// } +// --- (line: 13) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesTryCatchFinally4.ts === -// try { -// try { -// } +// --- (line: 3) skipped --- // catch (x) { // } // @@ -92,19 +71,13 @@ // } // } // catch (e) { -// } -// finally { -// } +// --- (line: 13) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesTryCatchFinally4.ts === -// try { -// try { -// } -// catch (x) { -// } +// --- (line: 5) skipped --- // // try { // } @@ -112,9 +85,7 @@ // } // } // catch (e) { -// } -// finally { -// } +// --- (line: 13) skipped --- @@ -124,10 +95,9 @@ // try { // } // catch (x) { -// } -// -// try { -// } +// --- (line: 5) skipped --- + +// --- (line: 8) skipped --- // finally { // } // } @@ -144,10 +114,9 @@ // try { // } // catch (x) { -// } -// -// try { -// } +// --- (line: 5) skipped --- + +// --- (line: 8) skipped --- // finally { // } // } diff --git a/tests/baselines/reference/getOccurrencesTryCatchFinallyBroken.baseline.jsonc b/tests/baselines/reference/getOccurrencesTryCatchFinallyBroken.baseline.jsonc index 2db466d8b67fa..f33adda4af049 100644 --- a/tests/baselines/reference/getOccurrencesTryCatchFinallyBroken.baseline.jsonc +++ b/tests/baselines/reference/getOccurrencesTryCatchFinallyBroken.baseline.jsonc @@ -4,31 +4,7 @@ // try { // } // ctch (x) { -// } -// -// tr { -// } -// finally { -// } -// } -// catch (e) { -// } -// finally { -// } -// -// // Missing catch variable -// try { -// } -// catch { -// } -// finally { -// } -// -// // Missing try entirely -// catch (x) { -// } -// finally { -// } +// --- (line: 5) skipped --- @@ -39,40 +15,13 @@ // } // ctch (x) { // } -// -// tr { -// } -// finally { -// } -// } -// catch (e) { -// } -// finally { -// } -// -// // Missing catch variable -// try { -// } -// catch { -// } -// finally { -// } -// -// // Missing try entirely -// catch (x) { -// } -// finally { -// } +// --- (line: 6) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesTryCatchFinallyBroken.ts === -// t ry { -// try { -// } -// ctch (x) { -// } +// --- (line: 5) skipped --- // // tr { // } @@ -80,36 +29,13 @@ // } // } // catch (e) { -// } -// finally { -// } -// -// // Missing catch variable -// try { -// } -// catch { -// } -// finally { -// } -// -// // Missing try entirely -// catch (x) { -// } -// finally { -// } +// --- (line: 13) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesTryCatchFinallyBroken.ts === -// t ry { -// try { -// } -// ctch (x) { -// } -// -// tr { -// } +// --- (line: 8) skipped --- // finally { // } // } @@ -119,31 +45,13 @@ // } // // // Missing catch variable -// try { -// } -// catch { -// } -// finally { -// } -// -// // Missing try entirely -// catch (x) { -// } -// finally { -// } +// --- (line: 18) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesTryCatchFinallyBroken.ts === -// t ry { -// try { -// } -// ctch (x) { -// } -// -// tr { -// } +// --- (line: 8) skipped --- // finally { // } // } @@ -153,37 +61,13 @@ // } // // // Missing catch variable -// try { -// } -// catch { -// } -// finally { -// } -// -// // Missing try entirely -// catch (x) { -// } -// finally { -// } +// --- (line: 18) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesTryCatchFinallyBroken.ts === -// t ry { -// try { -// } -// ctch (x) { -// } -// -// tr { -// } -// finally { -// } -// } -// catch (e) { -// } -// finally { +// --- (line: 14) skipped --- // } // // // Missing catch variable @@ -195,29 +79,13 @@ // } // // // Missing try entirely -// catch (x) { -// } -// finally { -// } +// --- (line: 26) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesTryCatchFinallyBroken.ts === -// t ry { -// try { -// } -// ctch (x) { -// } -// -// tr { -// } -// finally { -// } -// } -// catch (e) { -// } -// finally { +// --- (line: 14) skipped --- // } // // // Missing catch variable @@ -229,29 +97,13 @@ // } // // // Missing try entirely -// catch (x) { -// } -// finally { -// } +// --- (line: 26) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesTryCatchFinallyBroken.ts === -// t ry { -// try { -// } -// ctch (x) { -// } -// -// tr { -// } -// finally { -// } -// } -// catch (e) { -// } -// finally { +// --- (line: 14) skipped --- // } // // // Missing catch variable @@ -263,37 +115,13 @@ // } // // // Missing try entirely -// catch (x) { -// } -// finally { -// } +// --- (line: 26) skipped --- // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesTryCatchFinallyBroken.ts === -// t ry { -// try { -// } -// ctch (x) { -// } -// -// tr { -// } -// finally { -// } -// } -// catch (e) { -// } -// finally { -// } -// -// // Missing catch variable -// try { -// } -// catch { -// } -// finally { +// --- (line: 22) skipped --- // } // // // Missing try entirely @@ -306,28 +134,7 @@ // === documentHighlights === // === /tests/cases/fourslash/getOccurrencesTryCatchFinallyBroken.ts === -// t ry { -// try { -// } -// ctch (x) { -// } -// -// tr { -// } -// finally { -// } -// } -// catch (e) { -// } -// finally { -// } -// -// // Missing catch variable -// try { -// } -// catch { -// } -// finally { +// --- (line: 22) skipped --- // } // // // Missing try entirely diff --git a/tests/baselines/reference/getOccurrencesYield.baseline.jsonc b/tests/baselines/reference/getOccurrencesYield.baseline.jsonc index 9ed1934ab08a7..0126bfbdace89 100644 --- a/tests/baselines/reference/getOccurrencesYield.baseline.jsonc +++ b/tests/baselines/reference/getOccurrencesYield.baseline.jsonc @@ -6,12 +6,7 @@ // class Foo { // *memberFunction() { // return yield 1; -// } -// } -// return function* g() { -// yield 1; -// } -// } +// --- (line: 7) skipped --- @@ -23,12 +18,7 @@ // class Foo { // *memberFunction() { // return yield 1; -// } -// } -// return function* g() { -// yield 1; -// } -// } +// --- (line: 7) skipped --- @@ -40,9 +30,4 @@ // class Foo { // *memberFunction() { // return yield 1; -// } -// } -// return function* g() { -// yield 1; -// } -// } \ No newline at end of file +// --- (line: 7) skipped --- \ No newline at end of file diff --git a/tests/baselines/reference/getReferencesAtPosition-pp.baseline.jsonc b/tests/baselines/reference/getReferencesAtPosition-pp.baseline.jsonc index cddc523973f84..a3f63d1df51eb 100644 --- a/tests/baselines/reference/getReferencesAtPosition-pp.baseline.jsonc +++ b/tests/baselines/reference/getReferencesAtPosition-pp.baseline.jsonc @@ -1,8 +1,6 @@ // === findAllReferences === // === /tests/cases/fourslash/shims-pp/findAllRefsOnDefinition-import.ts === -// export class Test{ -// -// constructor(){ +// --- (line: 3) skipped --- // // } // @@ -24,9 +22,7 @@ // === Definitions === // === /tests/cases/fourslash/shims-pp/findAllRefsOnDefinition-import.ts === - // export class Test{ - // - // constructor(){ + // --- (line: 3) skipped --- // // } // @@ -103,9 +99,7 @@ // === findAllReferences === // === /tests/cases/fourslash/shims-pp/findAllRefsOnDefinition-import.ts === -// export class Test{ -// -// constructor(){ +// --- (line: 3) skipped --- // // } // @@ -127,9 +121,7 @@ // === Definitions === // === /tests/cases/fourslash/shims-pp/findAllRefsOnDefinition-import.ts === - // export class Test{ - // - // constructor(){ + // --- (line: 3) skipped --- // // } // @@ -206,9 +198,7 @@ // === findAllReferences === // === /tests/cases/fourslash/shims-pp/findAllRefsOnDefinition-import.ts === -// export class Test{ -// -// constructor(){ +// --- (line: 3) skipped --- // // } // @@ -230,9 +220,7 @@ // === Definitions === // === /tests/cases/fourslash/shims-pp/findAllRefsOnDefinition-import.ts === - // export class Test{ - // - // constructor(){ + // --- (line: 3) skipped --- // // } // diff --git a/tests/baselines/reference/getReferencesAtPosition.baseline.jsonc b/tests/baselines/reference/getReferencesAtPosition.baseline.jsonc index 023c2097e666c..1c54db331e01f 100644 --- a/tests/baselines/reference/getReferencesAtPosition.baseline.jsonc +++ b/tests/baselines/reference/getReferencesAtPosition.baseline.jsonc @@ -1,8 +1,6 @@ // === findAllReferences === // === /tests/cases/fourslash/shims/findAllRefsOnDefinition-import.ts === -// export class Test{ -// -// constructor(){ +// --- (line: 3) skipped --- // // } // @@ -24,9 +22,7 @@ // === Definitions === // === /tests/cases/fourslash/shims/findAllRefsOnDefinition-import.ts === - // export class Test{ - // - // constructor(){ + // --- (line: 3) skipped --- // // } // @@ -103,9 +99,7 @@ // === findAllReferences === // === /tests/cases/fourslash/shims/findAllRefsOnDefinition-import.ts === -// export class Test{ -// -// constructor(){ +// --- (line: 3) skipped --- // // } // @@ -127,9 +121,7 @@ // === Definitions === // === /tests/cases/fourslash/shims/findAllRefsOnDefinition-import.ts === - // export class Test{ - // - // constructor(){ + // --- (line: 3) skipped --- // // } // @@ -206,9 +198,7 @@ // === findAllReferences === // === /tests/cases/fourslash/shims/findAllRefsOnDefinition-import.ts === -// export class Test{ -// -// constructor(){ +// --- (line: 3) skipped --- // // } // @@ -230,9 +220,7 @@ // === Definitions === // === /tests/cases/fourslash/shims/findAllRefsOnDefinition-import.ts === - // export class Test{ - // - // constructor(){ + // --- (line: 3) skipped --- // // } // diff --git a/tests/baselines/reference/goToDefinitionAwait3.baseline.jsonc b/tests/baselines/reference/goToDefinitionAwait3.baseline.jsonc index b9c43e65ee5ac..2815a6c96ce9f 100644 --- a/tests/baselines/reference/goToDefinitionAwait3.baseline.jsonc +++ b/tests/baselines/reference/goToDefinitionAwait3.baseline.jsonc @@ -6,9 +6,7 @@ // } // // async foo() { -// await Promise.resolve(0); -// } -// } +// --- (line: 7) skipped --- diff --git a/tests/baselines/reference/goToDefinitionFunctionOverloadsInClass.baseline.jsonc b/tests/baselines/reference/goToDefinitionFunctionOverloadsInClass.baseline.jsonc index c72c37097f17a..55018fa06b819 100644 --- a/tests/baselines/reference/goToDefinitionFunctionOverloadsInClass.baseline.jsonc +++ b/tests/baselines/reference/goToDefinitionFunctionOverloadsInClass.baseline.jsonc @@ -7,9 +7,7 @@ // public fnOverload(): any; // public fnOverload(foo: string); // public fnOverload(foo: any) { return "foo" } -// -// constructor() { } -// } +// --- (line: 8) skipped --- // === Details === [ diff --git a/tests/baselines/reference/goToDefinitionFunctionType.baseline.jsonc b/tests/baselines/reference/goToDefinitionFunctionType.baseline.jsonc index 9470149e9a137..f2a863ba2ae9f 100644 --- a/tests/baselines/reference/goToDefinitionFunctionType.baseline.jsonc +++ b/tests/baselines/reference/goToDefinitionFunctionType.baseline.jsonc @@ -5,12 +5,7 @@ // function test(cb: () => void) { // cb(); // } -// class C { -// prop: () => void; -// m() { -// this.prop(); -// } -// } +// --- (line: 6) skipped --- // === Details === [ @@ -36,10 +31,7 @@ // } // class C { // prop: () => void; -// m() { -// this.prop(); -// } -// } +// --- (line: 8) skipped --- // === Details === [ @@ -58,9 +50,7 @@ // === getDefinitionAtPosition === // === /tests/cases/fourslash/goToDefinitionFunctionType.ts === -// const c: () => void; -// c(); -// function test(cb: () => void) { +// --- (line: 3) skipped --- // cb(); // } // class C { diff --git a/tests/baselines/reference/goToDefinitionInMemberDeclaration.baseline.jsonc b/tests/baselines/reference/goToDefinitionInMemberDeclaration.baseline.jsonc index 26becbd8e796d..b4eb2363e5ed4 100644 --- a/tests/baselines/reference/goToDefinitionInMemberDeclaration.baseline.jsonc +++ b/tests/baselines/reference/goToDefinitionInMemberDeclaration.baseline.jsonc @@ -13,11 +13,7 @@ // public _class: Foo = new Foo(); // public _list: IFoo[]=[]; // public _enum: Enum = Enum.value1; -// public _self: Bar; -// -// constructor(public _inConstructor: IFoo) { -// } -// } +// --- (line: 14) skipped --- // === Details === [ @@ -40,10 +36,9 @@ // // class Foo implements IFoo { // public method1(): number { return 0; } -// } -// -// enum Enum { value1, value2 }; -// +// --- (line: 5) skipped --- + +// --- (line: 8) skipped --- // class Bar { // public _interface: IFoo = new Foo(); // public _class: Foo = new Foo(); @@ -51,9 +46,7 @@ // public _enum: Enum = Enum.value1; // public _self: Bar; // -// constructor(public _inConstructor: IFoo) { -// } -// } +// --- (line: 16) skipped --- // === Details === [ @@ -76,14 +69,9 @@ // // class Foo implements IFoo { // public method1(): number { return 0; } -// } -// -// enum Enum { value1, value2 }; -// -// class Bar { -// public _interface: IFoo = new Foo(); -// public _class: Foo = new Foo(); -// public _list: IFoo[]=[]; +// --- (line: 5) skipped --- + +// --- (line: 12) skipped --- // public _enum: Enum = Enum.value1; // public _self: Bar; // @@ -122,10 +110,7 @@ // public _list: IFoo[]=[]; // public _enum: Enum = Enum.value1; // public _self: Bar; -// -// constructor(public _inConstructor: IFoo) { -// } -// } +// --- (line: 15) skipped --- // === Details === [ @@ -157,11 +142,7 @@ // public _class: Foo = new Foo(); // public _list: IFoo[]=[]; // public _enum: Enum = Enum.value1; -// public _self: Bar; -// -// constructor(public _inConstructor: IFoo) { -// } -// } +// --- (line: 14) skipped --- // === Details === [ @@ -180,9 +161,7 @@ // === goToDefinition === // === /tests/cases/fourslash/goToDefinitionInMemberDeclaration.ts === -// interface IFoo { method1(): number; } -// -// class Foo implements IFoo { +// --- (line: 3) skipped --- // public method1(): number { return 0; } // } // @@ -216,9 +195,7 @@ // === goToDefinition === // === /tests/cases/fourslash/goToDefinitionInMemberDeclaration.ts === -// interface IFoo { method1(): number; } -// -// class Foo implements IFoo { +// --- (line: 3) skipped --- // public method1(): number { return 0; } // } // @@ -252,11 +229,7 @@ // === goToDefinition === // === /tests/cases/fourslash/goToDefinitionInMemberDeclaration.ts === -// interface IFoo { method1(): number; } -// -// class Foo implements IFoo { -// public method1(): number { return 0; } -// } +// --- (line: 5) skipped --- // // enum Enum { value1, value2 }; // diff --git a/tests/baselines/reference/goToDefinitionIndexSignature.baseline.jsonc b/tests/baselines/reference/goToDefinitionIndexSignature.baseline.jsonc index 46e66c2928c1e..d1cac55e62a3c 100644 --- a/tests/baselines/reference/goToDefinitionIndexSignature.baseline.jsonc +++ b/tests/baselines/reference/goToDefinitionIndexSignature.baseline.jsonc @@ -15,9 +15,7 @@ // declare const ij: I | J; // ij.foo; // declare const k: K; -// k.a; -// k.b; -// k.ab; +// --- (line: 16) skipped --- // === Details === [ @@ -81,10 +79,7 @@ // === goToDefinition === // === /tests/cases/fourslash/goToDefinitionIndexSignature.ts === -// interface I { -// [x: string]: boolean; -// } -// interface J { +// --- (line: 4) skipped --- // [x: string]: number; // } // interface K { @@ -117,11 +112,7 @@ // === goToDefinition === // === /tests/cases/fourslash/goToDefinitionIndexSignature.ts === -// interface I { -// [x: string]: boolean; -// } -// interface J { -// [x: string]: number; +// --- (line: 5) skipped --- // } // interface K { // [x: `a${string}`]: string; @@ -153,10 +144,7 @@ // === goToDefinition === // === /tests/cases/fourslash/goToDefinitionIndexSignature.ts === -// interface I { -// [x: string]: boolean; -// } -// interface J { +// --- (line: 4) skipped --- // [x: string]: number; // } // interface K { diff --git a/tests/baselines/reference/goToDefinitionMethodOverloads.baseline.jsonc b/tests/baselines/reference/goToDefinitionMethodOverloads.baseline.jsonc index c859b14616676..6006043bbeac4 100644 --- a/tests/baselines/reference/goToDefinitionMethodOverloads.baseline.jsonc +++ b/tests/baselines/reference/goToDefinitionMethodOverloads.baseline.jsonc @@ -139,14 +139,7 @@ // public method(): any; // public method(foo: string); // public method(foo?: any) { return "foo" } -// } -// // static method -// MethodOverload.method(); -// MethodOverload.method("123"); -// // instance method -// var methodOverload = new MethodOverload(); -// methodOverload.method(); -// methodOverload.method("456"); +// --- (line: 8) skipped --- // === Details === [ @@ -173,11 +166,7 @@ // } // // static method // MethodOverload.method(); -// MethodOverload.method("123"); -// // instance method -// var methodOverload = new MethodOverload(); -// methodOverload.method(); -// methodOverload.method("456"); +// --- (line: 11) skipped --- // === Details === [ diff --git a/tests/baselines/reference/goToDefinitionNewExpressionTargetNotClass.baseline.jsonc b/tests/baselines/reference/goToDefinitionNewExpressionTargetNotClass.baseline.jsonc index f26bb5b52e756..ed9405e3bfe50 100644 --- a/tests/baselines/reference/goToDefinitionNewExpressionTargetNotClass.baseline.jsonc +++ b/tests/baselines/reference/goToDefinitionNewExpressionTargetNotClass.baseline.jsonc @@ -38,9 +38,7 @@ // === goToDefinition === // === /tests/cases/fourslash/goToDefinitionNewExpressionTargetNotClass.ts === -// class C2 { -// } -// let I: { +// --- (line: 3) skipped --- // new(): C2; // }; // new I(); diff --git a/tests/baselines/reference/goToDefinitionOverriddenMember16.baseline.jsonc b/tests/baselines/reference/goToDefinitionOverriddenMember16.baseline.jsonc index a4d8c6e600f2c..90a18affc0bbd 100644 --- a/tests/baselines/reference/goToDefinitionOverriddenMember16.baseline.jsonc +++ b/tests/baselines/reference/goToDefinitionOverriddenMember16.baseline.jsonc @@ -6,6 +6,4 @@ // * @returns {{}} // */ // static foo() { -// return {} -// } -// } \ No newline at end of file +// --- (line: 7) skipped --- \ No newline at end of file diff --git a/tests/baselines/reference/goToDefinitionSatisfiesExpression1.baseline.jsonc b/tests/baselines/reference/goToDefinitionSatisfiesExpression1.baseline.jsonc new file mode 100644 index 0000000000000..49068ab4be7f5 --- /dev/null +++ b/tests/baselines/reference/goToDefinitionSatisfiesExpression1.baseline.jsonc @@ -0,0 +1,45 @@ +// === goToDefinition === +// === /tests/cases/fourslash/goToDefinitionSatisfiesExpression1.ts === +// const STRINGS = { +// /*GOTO DEF*/<|[|{| textSpan: true |}title|]: 'A Title'|>, +// } satisfies Record; +// +// //somewhere in app +// STRINGS.title + + // === Details === + [ + { + "kind": "property", + "name": "title", + "containerName": "__object", + "isLocal": false, + "isAmbient": false, + "unverified": false, + "failedAliasResolution": false + } + ] + + + +// === goToDefinition === +// === /tests/cases/fourslash/goToDefinitionSatisfiesExpression1.ts === +// const STRINGS = { +// <|[|title|]: 'A Title'|>, +// } satisfies Record; +// +// //somewhere in app +// STRINGS./*GOTO DEF*/title + + // === Details === + [ + { + "kind": "property", + "name": "title", + "containerName": "__object", + "isLocal": false, + "isAmbient": false, + "unverified": false, + "failedAliasResolution": false + } + ] \ No newline at end of file diff --git a/tests/baselines/reference/goToDefinitionSignatureAlias.baseline.jsonc b/tests/baselines/reference/goToDefinitionSignatureAlias.baseline.jsonc index 0ef3c6de3ef39..278791552ac33 100644 --- a/tests/baselines/reference/goToDefinitionSignatureAlias.baseline.jsonc +++ b/tests/baselines/reference/goToDefinitionSignatureAlias.baseline.jsonc @@ -7,30 +7,7 @@ // g(); // h(); // const i = () => 0; -// const iFn = function () { return 0; }; -// const j = i; -// i(); -// iFn(); -// j(); -// const o = { m: () => 0 }; -// o.m(); -// const oFn = { mFn: function () { return 0; } }; -// oFn.mFn(); -// class Component { constructor(props: {}) {} } -// type ComponentClass = new () => Component; -// interface ComponentClass2 { new(): Component; } -// -// class MyComponent extends Component {} -// ; -// new MyComponent({}); -// -// declare const MyComponent2: ComponentClass; -// ; -// new MyComponent2(); -// -// declare const MyComponent3: ComponentClass2; -// ; -// new MyComponent3(); +// --- (line: 8) skipped --- // === Details === [ @@ -57,29 +34,7 @@ // h(); // const i = () => 0; // const iFn = function () { return 0; }; -// const j = i; -// i(); -// iFn(); -// j(); -// const o = { m: () => 0 }; -// o.m(); -// const oFn = { mFn: function () { return 0; } }; -// oFn.mFn(); -// class Component { constructor(props: {}) {} } -// type ComponentClass = new () => Component; -// interface ComponentClass2 { new(): Component; } -// -// class MyComponent extends Component {} -// ; -// new MyComponent({}); -// -// declare const MyComponent2: ComponentClass; -// ; -// new MyComponent2(); -// -// declare const MyComponent3: ComponentClass2; -// ; -// new MyComponent3(); +// --- (line: 9) skipped --- // === Details === [ @@ -118,28 +73,7 @@ // const i = () => 0; // const iFn = function () { return 0; }; // const j = i; -// i(); -// iFn(); -// j(); -// const o = { m: () => 0 }; -// o.m(); -// const oFn = { mFn: function () { return 0; } }; -// oFn.mFn(); -// class Component { constructor(props: {}) {} } -// type ComponentClass = new () => Component; -// interface ComponentClass2 { new(): Component; } -// -// class MyComponent extends Component {} -// ; -// new MyComponent({}); -// -// declare const MyComponent2: ComponentClass; -// ; -// new MyComponent2(); -// -// declare const MyComponent3: ComponentClass2; -// ; -// new MyComponent3(); +// --- (line: 10) skipped --- // === Details === [ @@ -169,9 +103,7 @@ // === goToDefinition === // === /a.tsx === -// function f() {} -// const g = f; -// const h = g; +// --- (line: 3) skipped --- // f(); // g(); // h(); @@ -182,24 +114,7 @@ // iFn(); // j(); // const o = { m: () => 0 }; -// o.m(); -// const oFn = { mFn: function () { return 0; } }; -// oFn.mFn(); -// class Component { constructor(props: {}) {} } -// type ComponentClass = new () => Component; -// interface ComponentClass2 { new(): Component; } -// -// class MyComponent extends Component {} -// ; -// new MyComponent({}); -// -// declare const MyComponent2: ComponentClass; -// ; -// new MyComponent2(); -// -// declare const MyComponent3: ComponentClass2; -// ; -// new MyComponent3(); +// --- (line: 14) skipped --- // === Details === [ @@ -218,10 +133,7 @@ // === goToDefinition === // === /a.tsx === -// function f() {} -// const g = f; -// const h = g; -// f(); +// --- (line: 4) skipped --- // g(); // h(); // const i = () => 0; @@ -232,23 +144,7 @@ // j(); // const o = { m: () => 0 }; // o.m(); -// const oFn = { mFn: function () { return 0; } }; -// oFn.mFn(); -// class Component { constructor(props: {}) {} } -// type ComponentClass = new () => Component; -// interface ComponentClass2 { new(): Component; } -// -// class MyComponent extends Component {} -// ; -// new MyComponent({}); -// -// declare const MyComponent2: ComponentClass; -// ; -// new MyComponent2(); -// -// declare const MyComponent3: ComponentClass2; -// ; -// new MyComponent3(); +// --- (line: 15) skipped --- // === Details === [ @@ -267,9 +163,7 @@ // === goToDefinition === // === /a.tsx === -// function f() {} -// const g = f; -// const h = g; +// --- (line: 3) skipped --- // f(); // g(); // h(); @@ -282,22 +176,7 @@ // const o = { m: () => 0 }; // o.m(); // const oFn = { mFn: function () { return 0; } }; -// oFn.mFn(); -// class Component { constructor(props: {}) {} } -// type ComponentClass = new () => Component; -// interface ComponentClass2 { new(): Component; } -// -// class MyComponent extends Component {} -// ; -// new MyComponent({}); -// -// declare const MyComponent2: ComponentClass; -// ; -// new MyComponent2(); -// -// declare const MyComponent3: ComponentClass2; -// ; -// new MyComponent3(); +// --- (line: 16) skipped --- // === Details === [ @@ -327,15 +206,7 @@ // === goToDefinition === // === /a.tsx === -// function f() {} -// const g = f; -// const h = g; -// f(); -// g(); -// h(); -// const i = () => 0; -// const iFn = function () { return 0; }; -// const j = i; +// --- (line: 9) skipped --- // i(); // iFn(); // j(); @@ -344,20 +215,7 @@ // const oFn = { mFn: function () { return 0; } }; // oFn.mFn(); // class Component { constructor(props: {}) {} } -// type ComponentClass = new () => Component; -// interface ComponentClass2 { new(): Component; } -// -// class MyComponent extends Component {} -// ; -// new MyComponent({}); -// -// declare const MyComponent2: ComponentClass; -// ; -// new MyComponent2(); -// -// declare const MyComponent3: ComponentClass2; -// ; -// new MyComponent3(); +// --- (line: 18) skipped --- // === Details === [ @@ -376,17 +234,7 @@ // === goToDefinition === // === /a.tsx === -// function f() {} -// const g = f; -// const h = g; -// f(); -// g(); -// h(); -// const i = () => 0; -// const iFn = function () { return 0; }; -// const j = i; -// i(); -// iFn(); +// --- (line: 11) skipped --- // j(); // const o = { m: () => 0 }; // o.m(); @@ -395,18 +243,7 @@ // class Component { constructor(props: {}) {} } // type ComponentClass = new () => Component; // interface ComponentClass2 { new(): Component; } -// -// class MyComponent extends Component {} -// ; -// new MyComponent({}); -// -// declare const MyComponent2: ComponentClass; -// ; -// new MyComponent2(); -// -// declare const MyComponent3: ComponentClass2; -// ; -// new MyComponent3(); +// --- (line: 20) skipped --- // === Details === [ @@ -425,23 +262,7 @@ // === goToDefinition === // === /a.tsx === -// function f() {} -// const g = f; -// const h = g; -// f(); -// g(); -// h(); -// const i = () => 0; -// const iFn = function () { return 0; }; -// const j = i; -// i(); -// iFn(); -// j(); -// const o = { m: () => 0 }; -// o.m(); -// const oFn = { mFn: function () { return 0; } }; -// oFn.mFn(); -// class Component { constructor(props: {}) {} } +// --- (line: 17) skipped --- // type ComponentClass = new () => Component; // interface ComponentClass2 { new(): Component; } // @@ -450,12 +271,7 @@ // new MyComponent({}); // // declare const MyComponent2: ComponentClass; -// ; -// new MyComponent2(); -// -// declare const MyComponent3: ComponentClass2; -// ; -// new MyComponent3(); +// --- (line: 26) skipped --- // === Details === [ @@ -474,19 +290,7 @@ // === goToDefinition === // === /a.tsx === -// function f() {} -// const g = f; -// const h = g; -// f(); -// g(); -// h(); -// const i = () => 0; -// const iFn = function () { return 0; }; -// const j = i; -// i(); -// iFn(); -// j(); -// const o = { m: () => 0 }; +// --- (line: 13) skipped --- // o.m(); // const oFn = { mFn: function () { return 0; } }; // oFn.mFn(); @@ -500,11 +304,7 @@ // // declare const MyComponent2: ComponentClass; // ; -// new MyComponent2(); -// -// declare const MyComponent3: ComponentClass2; -// ; -// new MyComponent3(); +// --- (line: 27) skipped --- // === Details === [ @@ -534,27 +334,7 @@ // === goToDefinition === // === /a.tsx === -// function f() {} -// const g = f; -// const h = g; -// f(); -// g(); -// h(); -// const i = () => 0; -// const iFn = function () { return 0; }; -// const j = i; -// i(); -// iFn(); -// j(); -// const o = { m: () => 0 }; -// o.m(); -// const oFn = { mFn: function () { return 0; } }; -// oFn.mFn(); -// class Component { constructor(props: {}) {} } -// type ComponentClass = new () => Component; -// interface ComponentClass2 { new(): Component; } -// -// class MyComponent extends Component {} +// --- (line: 21) skipped --- // ; // new MyComponent({}); // @@ -583,20 +363,7 @@ // === goToDefinition === // === /a.tsx === -// function f() {} -// const g = f; -// const h = g; -// f(); -// g(); -// h(); -// const i = () => 0; -// const iFn = function () { return 0; }; -// const j = i; -// i(); -// iFn(); -// j(); -// const o = { m: () => 0 }; -// o.m(); +// --- (line: 14) skipped --- // const oFn = { mFn: function () { return 0; } }; // oFn.mFn(); // class Component { constructor(props: {}) {} } @@ -643,31 +410,7 @@ // === goToDefinition === // === /a.tsx === -// function f() {} -// const g = f; -// const h = g; -// f(); -// g(); -// h(); -// const i = () => 0; -// const iFn = function () { return 0; }; -// const j = i; -// i(); -// iFn(); -// j(); -// const o = { m: () => 0 }; -// o.m(); -// const oFn = { mFn: function () { return 0; } }; -// oFn.mFn(); -// class Component { constructor(props: {}) {} } -// type ComponentClass = new () => Component; -// interface ComponentClass2 { new(): Component; } -// -// class MyComponent extends Component {} -// ; -// new MyComponent({}); -// -// declare const MyComponent2: ComponentClass; +// --- (line: 25) skipped --- // ; // new MyComponent2(); // @@ -692,21 +435,7 @@ // === goToDefinition === // === /a.tsx === -// function f() {} -// const g = f; -// const h = g; -// f(); -// g(); -// h(); -// const i = () => 0; -// const iFn = function () { return 0; }; -// const j = i; -// i(); -// iFn(); -// j(); -// const o = { m: () => 0 }; -// o.m(); -// const oFn = { mFn: function () { return 0; } }; +// --- (line: 15) skipped --- // oFn.mFn(); // class Component { constructor(props: {}) {} } // type ComponentClass = new () => Component; diff --git a/tests/baselines/reference/goToDefinitionSourceUnit.baseline.jsonc b/tests/baselines/reference/goToDefinitionSourceUnit.baseline.jsonc index a0df5c690fa18..74f07afac3ac6 100644 --- a/tests/baselines/reference/goToDefinitionSourceUnit.baseline.jsonc +++ b/tests/baselines/reference/goToDefinitionSourceUnit.baseline.jsonc @@ -6,11 +6,7 @@ // /// // // class clsInOverload { -// static fnOverload(); -// static fnOverload(foo: string); -// static fnOverload(foo: any) { } -// } -// +// --- (line: 7) skipped --- @@ -26,10 +22,7 @@ // // class clsInOverload { // static fnOverload(); -// static fnOverload(foo: string); -// static fnOverload(foo: any) { } -// } -// +// --- (line: 8) skipped --- // === Details === [ diff --git a/tests/baselines/reference/goToDefinitionUnionTypeProperty_discriminated.baseline.jsonc b/tests/baselines/reference/goToDefinitionUnionTypeProperty_discriminated.baseline.jsonc index 104f51c3b93b7..4fcc201c0a95a 100644 --- a/tests/baselines/reference/goToDefinitionUnionTypeProperty_discriminated.baseline.jsonc +++ b/tests/baselines/reference/goToDefinitionUnionTypeProperty_discriminated.baseline.jsonc @@ -17,9 +17,7 @@ // prop: 0, // }; // const u2: U = { -// kind: "bogus", -// prop: 0, -// }; +// --- (line: 18) skipped --- // === Details === [ diff --git a/tests/baselines/reference/goToDefinitionYield3.baseline.jsonc b/tests/baselines/reference/goToDefinitionYield3.baseline.jsonc index 0c42700d27f76..16eb5a704adca 100644 --- a/tests/baselines/reference/goToDefinitionYield3.baseline.jsonc +++ b/tests/baselines/reference/goToDefinitionYield3.baseline.jsonc @@ -6,9 +6,7 @@ // } // // foo*() { -// yield 0; -// } -// } +// --- (line: 7) skipped --- diff --git a/tests/baselines/reference/goToDefinition_filteringGenericMappedType.baseline.jsonc b/tests/baselines/reference/goToDefinition_filteringGenericMappedType.baseline.jsonc index eb95d9f403e4f..6e54ed057ed67 100644 --- a/tests/baselines/reference/goToDefinition_filteringGenericMappedType.baseline.jsonc +++ b/tests/baselines/reference/goToDefinition_filteringGenericMappedType.baseline.jsonc @@ -7,16 +7,9 @@ // name: "test", // }; // -// type Omit2 = { -// [K in keyof T as Exclude]: T[K]; -// }; -// -// declare function omit2( -// obj: O, -// mask: Mask -// ): Omit2; -// -// const obj2 = omit2(obj, { +// --- (line: 8) skipped --- + +// --- (line: 17) skipped --- // name: true, // }); // diff --git a/tests/baselines/reference/goToDefinition_super.baseline.jsonc b/tests/baselines/reference/goToDefinition_super.baseline.jsonc index 19f5c5b1494c4..70c7bfdb47ae3 100644 --- a/tests/baselines/reference/goToDefinition_super.baseline.jsonc +++ b/tests/baselines/reference/goToDefinition_super.baseline.jsonc @@ -11,13 +11,7 @@ // } // method() { // super.x(); -// } -// } -// class D { -// constructor() { -// super(); -// } -// } +// --- (line: 12) skipped --- // === Details === [ @@ -61,10 +55,7 @@ // } // } // class D { -// constructor() { -// super(); -// } -// } +// --- (line: 15) skipped --- // === Details === [ @@ -83,18 +74,7 @@ // === goToDefinition === // === /tests/cases/fourslash/goToDefinition_super.ts === -// class A { -// constructor() {} -// x() {} -// } -// class B extends A {} -// class C extends B { -// constructor() { -// super(); -// } -// method() { -// super.x(); -// } +// --- (line: 12) skipped --- // } // class D { // constructor() { diff --git a/tests/baselines/reference/goToImplementationInterfaceMethod_01.baseline.jsonc b/tests/baselines/reference/goToImplementationInterfaceMethod_01.baseline.jsonc index e6ae40f1db08c..f0c09e291529f 100644 --- a/tests/baselines/reference/goToImplementationInterfaceMethod_01.baseline.jsonc +++ b/tests/baselines/reference/goToImplementationInterfaceMethod_01.baseline.jsonc @@ -1,8 +1,6 @@ // === goToImplementation === // === /tests/cases/fourslash/goToImplementationInterfaceMethod_01.ts === -// interface Foo { -// hello(): void; -// okay?: number; +// --- (line: 3) skipped --- // } // // class Bar implements Foo { @@ -87,11 +85,7 @@ // public sure() {} // } // -// function whatever(a: Foo) { -// a.hello(); -// } -// -// whatever(new Bar()); +// --- (line: 11) skipped --- // === Details === [ diff --git a/tests/baselines/reference/goToImplementationInterfaceMethod_02.baseline.jsonc b/tests/baselines/reference/goToImplementationInterfaceMethod_02.baseline.jsonc index d9d1a1e6f758d..9cf5d7216a18a 100644 --- a/tests/baselines/reference/goToImplementationInterfaceMethod_02.baseline.jsonc +++ b/tests/baselines/reference/goToImplementationInterfaceMethod_02.baseline.jsonc @@ -1,11 +1,6 @@ // === goToImplementation === // === /tests/cases/fourslash/goToImplementationInterfaceMethod_02.ts === -// interface Foo { -// hello(): void -// } -// -// abstract class AbstractBar implements Foo { -// abstract hello(): void; +// --- (line: 6) skipped --- // } // // class Bar extends AbstractBar { diff --git a/tests/baselines/reference/goToImplementationInterfaceMethod_03.baseline.jsonc b/tests/baselines/reference/goToImplementationInterfaceMethod_03.baseline.jsonc index fa9e3dcbe9312..9c4dae2099e8b 100644 --- a/tests/baselines/reference/goToImplementationInterfaceMethod_03.baseline.jsonc +++ b/tests/baselines/reference/goToImplementationInterfaceMethod_03.baseline.jsonc @@ -9,10 +9,9 @@ // } // // class SuperBar implements Foo { -// hello() {} // should not show up -// } -// -// class OtherBar implements Foo { +// --- (line: 10) skipped --- + +// --- (line: 13) skipped --- // hello() {} // should not show up // } // diff --git a/tests/baselines/reference/goToImplementationInterfaceMethod_05.baseline.jsonc b/tests/baselines/reference/goToImplementationInterfaceMethod_05.baseline.jsonc index e056b5bb54449..f71b4b0d7debf 100644 --- a/tests/baselines/reference/goToImplementationInterfaceMethod_05.baseline.jsonc +++ b/tests/baselines/reference/goToImplementationInterfaceMethod_05.baseline.jsonc @@ -9,23 +9,9 @@ // } // // class Bar extends SuperBar { -// hello2() {} -// } -// -// class OtherBar extends SuperBar { -// hello() {} -// hello2() {} -// hello3() {} -// } -// -// class NotRelatedToBar { -// hello() {} // Equivalent to last case, but shares no common ancestors with Bar and so is not returned -// hello2() {} -// hello3() {} -// } -// -// class NotBar extends SuperBar { -// hello() {} // Should not be returned because it is not structurally equivalent to Bar +// --- (line: 10) skipped --- + +// --- (line: 26) skipped --- // } // // function whatever(x: Bar) { diff --git a/tests/baselines/reference/goToImplementationInterfaceMethod_06.baseline.jsonc b/tests/baselines/reference/goToImplementationInterfaceMethod_06.baseline.jsonc index ed8be40bc4973..dd7f0b7d404df 100644 --- a/tests/baselines/reference/goToImplementationInterfaceMethod_06.baseline.jsonc +++ b/tests/baselines/reference/goToImplementationInterfaceMethod_06.baseline.jsonc @@ -1,11 +1,6 @@ // === goToImplementation === // === /tests/cases/fourslash/goToImplementationInterfaceMethod_06.ts === -// interface SuperFoo { -// hello (): void; -// } -// -// interface Foo extends SuperFoo { -// someOtherFunction(): void; +// --- (line: 6) skipped --- // } // // class Bar implements Foo { @@ -25,18 +20,9 @@ // someOtherFunction() {} // }; // -// class FooLike implements SuperFoo { -// hello() {} -// someOtherFunction() {} -// } -// -// class NotRelatedToFoo { -// hello() {} // This case is equivalent to the last case, but is not returned because it does not share a common ancestor with Foo -// someOtherFunction() {} -// } -// -// class NotFoo implements SuperFoo { -// hello() {} // We only want implementations of Foo, even though the function is declared in SuperFoo +// --- (line: 26) skipped --- + +// --- (line: 37) skipped --- // } // // function (x: Foo) { diff --git a/tests/baselines/reference/goToImplementationInterfaceMethod_09.baseline.jsonc b/tests/baselines/reference/goToImplementationInterfaceMethod_09.baseline.jsonc index 089b32e6a74cf..56bb4a330348c 100644 --- a/tests/baselines/reference/goToImplementationInterfaceMethod_09.baseline.jsonc +++ b/tests/baselines/reference/goToImplementationInterfaceMethod_09.baseline.jsonc @@ -1,14 +1,6 @@ // === goToImplementation === // === /tests/cases/fourslash/goToImplementationInterfaceMethod_09.ts === -// interface Foo { -// hello (): void; -// } -// -// class SubBar extends Bar { -// hello() {} -// } -// -// class Bar extends SuperBar { +// --- (line: 9) skipped --- // hello() {} // // whatever() { @@ -86,16 +78,7 @@ // === goToImplementation === // === /tests/cases/fourslash/goToImplementationInterfaceMethod_09.ts === -// interface Foo { -// hello (): void; -// } -// -// class SubBar extends Bar { -// hello() {} -// } -// -// class Bar extends SuperBar { -// hello() {} +// --- (line: 10) skipped --- // // whatever() { // super.hello(); diff --git a/tests/baselines/reference/goToImplementationInterfaceMethod_10.baseline.jsonc b/tests/baselines/reference/goToImplementationInterfaceMethod_10.baseline.jsonc index 16799eaea3a42..eef6755aab281 100644 --- a/tests/baselines/reference/goToImplementationInterfaceMethod_10.baseline.jsonc +++ b/tests/baselines/reference/goToImplementationInterfaceMethod_10.baseline.jsonc @@ -1,16 +1,6 @@ // === goToImplementation === // === /tests/cases/fourslash/goToImplementationInterfaceMethod_10.ts === -// interface BaseFoo { -// hello(): void; -// } -// -// interface Foo extends BaseFoo { -// aloha(): void; -// } -// -// interface Bar { -// hello(): void; -// goodbye(): void; +// --- (line: 11) skipped --- // } // // class FooImpl implements Foo { @@ -211,17 +201,7 @@ // === goToImplementation === // === /tests/cases/fourslash/goToImplementationInterfaceMethod_10.ts === -// interface BaseFoo { -// hello(): void; -// } -// -// interface Foo extends BaseFoo { -// aloha(): void; -// } -// -// interface Bar { -// hello(): void; -// goodbye(): void; +// --- (line: 11) skipped --- // } // // class FooImpl implements Foo { diff --git a/tests/baselines/reference/goToImplementationInterface_02.baseline.jsonc b/tests/baselines/reference/goToImplementationInterface_02.baseline.jsonc index 738e60c540331..1018dcc2bba1e 100644 --- a/tests/baselines/reference/goToImplementationInterface_02.baseline.jsonc +++ b/tests/baselines/reference/goToImplementationInterface_02.baseline.jsonc @@ -19,9 +19,7 @@ // // function createFooLike() { // return { -// hello() {} -// }; -// } +// --- (line: 20) skipped --- // === Details === [ diff --git a/tests/baselines/reference/goToImplementationInterface_08.baseline.jsonc b/tests/baselines/reference/goToImplementationInterface_08.baseline.jsonc index 80f5688c3e9ff..4c5a6bd3d8bb7 100644 --- a/tests/baselines/reference/goToImplementationInterface_08.baseline.jsonc +++ b/tests/baselines/reference/goToImplementationInterface_08.baseline.jsonc @@ -1,11 +1,6 @@ // === goToImplementation === // === /tests/cases/fourslash/goToImplementationInterface_08.ts === -// interface Base { -// hello (): void; -// } -// -// interface A extends Base {} -// interface B extends C, A {} +// --- (line: 6) skipped --- // interface C extends B, A {} // // class X implements B { diff --git a/tests/baselines/reference/goToImplementationShorthandPropertyAssignment_00.baseline.jsonc b/tests/baselines/reference/goToImplementationShorthandPropertyAssignment_00.baseline.jsonc index aa6144838e4bf..92c557e93e0a7 100644 --- a/tests/baselines/reference/goToImplementationShorthandPropertyAssignment_00.baseline.jsonc +++ b/tests/baselines/reference/goToImplementationShorthandPropertyAssignment_00.baseline.jsonc @@ -1,14 +1,6 @@ // === goToImplementation === // === /tests/cases/fourslash/goToImplementationShorthandPropertyAssignment_00.ts === -// interface Foo { -// someFunction(): void; -// } -// -// interface FooConstructor { -// new (): Foo -// } -// -// interface Bar { +// --- (line: 9) skipped --- // Foo: FooConstructor; // } // @@ -24,13 +16,7 @@ // // class Foo { // -// } -// -// function createBarUsingClassDeclaration(): Bar { -// return { -// Foo -// }; -// } +// --- (line: 25) skipped --- // === Details === [ @@ -65,25 +51,7 @@ // === goToImplementation === // === /tests/cases/fourslash/goToImplementationShorthandPropertyAssignment_00.ts === -// interface Foo { -// someFunction(): void; -// } -// -// interface FooConstructor { -// new (): Foo -// } -// -// interface Bar { -// Foo: FooConstructor; -// } -// -// var x = class Foo { -// createBarInClassExpression(): Bar { -// return { -// Foo -// }; -// } -// +// --- (line: 19) skipped --- // someFunction() {} // } // diff --git a/tests/baselines/reference/goToImplementationShorthandPropertyAssignment_01.baseline.jsonc b/tests/baselines/reference/goToImplementationShorthandPropertyAssignment_01.baseline.jsonc index 513d577621748..18c2c75b0d7e5 100644 --- a/tests/baselines/reference/goToImplementationShorthandPropertyAssignment_01.baseline.jsonc +++ b/tests/baselines/reference/goToImplementationShorthandPropertyAssignment_01.baseline.jsonc @@ -1,15 +1,6 @@ // === goToImplementation === // === /tests/cases/fourslash/goToImplementationShorthandPropertyAssignment_01.ts === -// interface Foo { -// someFunction(): void; -// } -// -// interface FooConstructor { -// new (): Foo -// } -// -// interface Bar { -// Foo: FooConstructor; +// --- (line: 10) skipped --- // } // // // Class expression that gets used in a bar implementation @@ -31,12 +22,9 @@ // // function createBarUsingClassDeclaration(): Bar { // return { -// Foo -// }; -// } -// -// // Class expression that does not get used in a bar implementation -// var y = class Foo { +// --- (line: 32) skipped --- + +// --- (line: 37) skipped --- // someFunction() {} // }; // diff --git a/tests/baselines/reference/goToImplementationShorthandPropertyAssignment_02.baseline.jsonc b/tests/baselines/reference/goToImplementationShorthandPropertyAssignment_02.baseline.jsonc index f14537ced3bb3..37a6e74153177 100644 --- a/tests/baselines/reference/goToImplementationShorthandPropertyAssignment_02.baseline.jsonc +++ b/tests/baselines/reference/goToImplementationShorthandPropertyAssignment_02.baseline.jsonc @@ -1,11 +1,6 @@ // === goToImplementation === // === /tests/cases/fourslash/goToImplementationShorthandPropertyAssignment_02.ts === -// interface Foo { -// hello(): void; -// } -// -// function createFoo(): Foo { -// return { +// --- (line: 6) skipped --- // hello // }; // diff --git a/tests/baselines/reference/goToSource10_mapFromAtTypes3.baseline.jsonc b/tests/baselines/reference/goToSource10_mapFromAtTypes3.baseline.jsonc index 47530f16cb428..288916324f3fc 100644 --- a/tests/baselines/reference/goToSource10_mapFromAtTypes3.baseline.jsonc +++ b/tests/baselines/reference/goToSource10_mapFromAtTypes3.baseline.jsonc @@ -1,18 +1,6 @@ // === goToSourceDefinition === // === /node_modules/lodash/lodash.js === -// ;(function() { -// /** -// * Adds two numbers. -// * -// * @static -// * @memberOf _ -// * @since 3.4.0 -// * @category Math -// * @param {number} augend The first number in an addition. -// * @param {number} addend The second number in an addition. -// * @returns {number} Returns the total. -// * @example -// * +// --- (line: 13) skipped --- // * _.add(6, 4); // * // => 10 // */ @@ -25,25 +13,7 @@ // // /** Detect free variable `global` from Node.js. */ // var freeGlobal = typeof global == 'object' && global && global.Object === Object && global; -// /** Detect free variable `self`. */ -// var freeSelf = typeof self == 'object' && self && self.Object === Object && self; -// /** Used as a reference to the global object. */ -// var root = freeGlobal || freeSelf || Function('return this')(); -// /** Detect free variable `exports`. */ -// var freeExports = typeof exports == 'object' && exports && !exports.nodeType && exports;//// -// /** Detect free variable `module`. */ -// var freeModule = freeExports && typeof module == 'object' && module && !module.nodeType && module; -// if (freeModule) { -// // Export for Node.js. -// (freeModule.exports = _)._ = _; -// // Export for CommonJS support. -// freeExports._ = _; -// } -// else { -// // Export to the global object. -// root._ = _; -// } -// }.call(this)); +// --- (line: 26) skipped --- // === /index.ts === // import { /*GOTO SOURCE DEF*/add } from 'lodash'; diff --git a/tests/baselines/reference/goToSource8_mapFromAtTypes.baseline.jsonc b/tests/baselines/reference/goToSource8_mapFromAtTypes.baseline.jsonc index 47530f16cb428..288916324f3fc 100644 --- a/tests/baselines/reference/goToSource8_mapFromAtTypes.baseline.jsonc +++ b/tests/baselines/reference/goToSource8_mapFromAtTypes.baseline.jsonc @@ -1,18 +1,6 @@ // === goToSourceDefinition === // === /node_modules/lodash/lodash.js === -// ;(function() { -// /** -// * Adds two numbers. -// * -// * @static -// * @memberOf _ -// * @since 3.4.0 -// * @category Math -// * @param {number} augend The first number in an addition. -// * @param {number} addend The second number in an addition. -// * @returns {number} Returns the total. -// * @example -// * +// --- (line: 13) skipped --- // * _.add(6, 4); // * // => 10 // */ @@ -25,25 +13,7 @@ // // /** Detect free variable `global` from Node.js. */ // var freeGlobal = typeof global == 'object' && global && global.Object === Object && global; -// /** Detect free variable `self`. */ -// var freeSelf = typeof self == 'object' && self && self.Object === Object && self; -// /** Used as a reference to the global object. */ -// var root = freeGlobal || freeSelf || Function('return this')(); -// /** Detect free variable `exports`. */ -// var freeExports = typeof exports == 'object' && exports && !exports.nodeType && exports;//// -// /** Detect free variable `module`. */ -// var freeModule = freeExports && typeof module == 'object' && module && !module.nodeType && module; -// if (freeModule) { -// // Export for Node.js. -// (freeModule.exports = _)._ = _; -// // Export for CommonJS support. -// freeExports._ = _; -// } -// else { -// // Export to the global object. -// root._ = _; -// } -// }.call(this)); +// --- (line: 26) skipped --- // === /index.ts === // import { /*GOTO SOURCE DEF*/add } from 'lodash'; diff --git a/tests/baselines/reference/goToSource9_mapFromAtTypes2.baseline.jsonc b/tests/baselines/reference/goToSource9_mapFromAtTypes2.baseline.jsonc index 9fd7f7357cd38..4ca19bb1f3c11 100644 --- a/tests/baselines/reference/goToSource9_mapFromAtTypes2.baseline.jsonc +++ b/tests/baselines/reference/goToSource9_mapFromAtTypes2.baseline.jsonc @@ -4,46 +4,7 @@ // /** // * Adds two numbers. // * -// * @static -// * @memberOf _ -// * @since 3.4.0 -// * @category Math -// * @param {number} augend The first number in an addition. -// * @param {number} addend The second number in an addition. -// * @returns {number} Returns the total. -// * @example -// * -// * _.add(6, 4); -// * // => 10 -// */ -// var add = createMathOperation(function(augend, addend) { -// return augend + addend; -// }, 0); -// -// function lodash(value) {} -// lodash.add = add; -// -// /** Detect free variable `global` from Node.js. */ -// var freeGlobal = typeof global == 'object' && global && global.Object === Object && global; -// /** Detect free variable `self`. */ -// var freeSelf = typeof self == 'object' && self && self.Object === Object && self; -// /** Used as a reference to the global object. */ -// var root = freeGlobal || freeSelf || Function('return this')(); -// /** Detect free variable `exports`. */ -// var freeExports = typeof exports == 'object' && exports && !exports.nodeType && exports;//// -// /** Detect free variable `module`. */ -// var freeModule = freeExports && typeof module == 'object' && module && !module.nodeType && module; -// if (freeModule) { -// // Export for Node.js. -// (freeModule.exports = _)._ = _; -// // Export for CommonJS support. -// freeExports._ = _; -// } -// else { -// // Export to the global object. -// root._ = _; -// } -// }.call(this)); +// --- (line: 5) skipped --- // === /index.ts === // import /*GOTO SOURCE DEF*/_, { foo } from 'lodash'; @@ -68,46 +29,7 @@ // /** // * Adds two numbers. // * -// * @static -// * @memberOf _ -// * @since 3.4.0 -// * @category Math -// * @param {number} augend The first number in an addition. -// * @param {number} addend The second number in an addition. -// * @returns {number} Returns the total. -// * @example -// * -// * _.add(6, 4); -// * // => 10 -// */ -// var add = createMathOperation(function(augend, addend) { -// return augend + addend; -// }, 0); -// -// function lodash(value) {} -// lodash.add = add; -// -// /** Detect free variable `global` from Node.js. */ -// var freeGlobal = typeof global == 'object' && global && global.Object === Object && global; -// /** Detect free variable `self`. */ -// var freeSelf = typeof self == 'object' && self && self.Object === Object && self; -// /** Used as a reference to the global object. */ -// var root = freeGlobal || freeSelf || Function('return this')(); -// /** Detect free variable `exports`. */ -// var freeExports = typeof exports == 'object' && exports && !exports.nodeType && exports;//// -// /** Detect free variable `module`. */ -// var freeModule = freeExports && typeof module == 'object' && module && !module.nodeType && module; -// if (freeModule) { -// // Export for Node.js. -// (freeModule.exports = _)._ = _; -// // Export for CommonJS support. -// freeExports._ = _; -// } -// else { -// // Export to the global object. -// root._ = _; -// } -// }.call(this)); +// --- (line: 5) skipped --- // === /index.ts === // import _, { /*GOTO SOURCE DEF*/foo } from 'lodash'; @@ -132,46 +54,7 @@ // /** // * Adds two numbers. // * -// * @static -// * @memberOf _ -// * @since 3.4.0 -// * @category Math -// * @param {number} augend The first number in an addition. -// * @param {number} addend The second number in an addition. -// * @returns {number} Returns the total. -// * @example -// * -// * _.add(6, 4); -// * // => 10 -// */ -// var add = createMathOperation(function(augend, addend) { -// return augend + addend; -// }, 0); -// -// function lodash(value) {} -// lodash.add = add; -// -// /** Detect free variable `global` from Node.js. */ -// var freeGlobal = typeof global == 'object' && global && global.Object === Object && global; -// /** Detect free variable `self`. */ -// var freeSelf = typeof self == 'object' && self && self.Object === Object && self; -// /** Used as a reference to the global object. */ -// var root = freeGlobal || freeSelf || Function('return this')(); -// /** Detect free variable `exports`. */ -// var freeExports = typeof exports == 'object' && exports && !exports.nodeType && exports;//// -// /** Detect free variable `module`. */ -// var freeModule = freeExports && typeof module == 'object' && module && !module.nodeType && module; -// if (freeModule) { -// // Export for Node.js. -// (freeModule.exports = _)._ = _; -// // Export for CommonJS support. -// freeExports._ = _; -// } -// else { -// // Export to the global object. -// root._ = _; -// } -// }.call(this)); +// --- (line: 5) skipped --- // === /index.ts === // import _, { foo } from /*GOTO SOURCE DEF*/'lodash'; diff --git a/tests/baselines/reference/goToTypeDefinition_returnType.baseline.jsonc b/tests/baselines/reference/goToTypeDefinition_returnType.baseline.jsonc index da482a0522d5a..f4dcb9eb658ad 100644 --- a/tests/baselines/reference/goToTypeDefinition_returnType.baseline.jsonc +++ b/tests/baselines/reference/goToTypeDefinition_returnType.baseline.jsonc @@ -4,23 +4,9 @@ // interface J { y: number; } // // function f0(): I { return { x: 0 }; } -// -// type T = (i: I) => I; -// const f1: T = i => ({ x: i.x + 1 }); -// -// const f2 = (i: I): I => ({ x: i.x + 1 }); -// -// const f3 = (i: I) => ({ x: i.x + 1 }); -// -// const f4 = (i: I) => i; -// -// const f5 = (i: I): I | J => ({ x: i.x + 1 }); -// -// const f6 = (i: I, j: J, b: boolean) => b ? i : j; -// -// const f7 = (i: I) => {}; -// -// function f8(i: I): I; +// --- (line: 5) skipped --- + +// --- (line: 21) skipped --- // function f8(j: J): J; // function f8(ij: any): any { return ij; } // @@ -28,11 +14,7 @@ // f1(); // f2(); // f3(); -// f4(); -// f5(); -// f6(); -// f7(); -// f8(); +// --- (line: 29) skipped --- // === Details === [ @@ -60,19 +42,9 @@ // const f1: T = i => ({ x: i.x + 1 }); // // const f2 = (i: I): I => ({ x: i.x + 1 }); -// -// const f3 = (i: I) => ({ x: i.x + 1 }); -// -// const f4 = (i: I) => i; -// -// const f5 = (i: I): I | J => ({ x: i.x + 1 }); -// -// const f6 = (i: I, j: J, b: boolean) => b ? i : j; -// -// const f7 = (i: I) => {}; -// -// function f8(i: I): I; -// function f8(j: J): J; +// --- (line: 10) skipped --- + +// --- (line: 22) skipped --- // function f8(ij: any): any { return ij; } // // f0(); @@ -80,10 +52,7 @@ // f2(); // f3(); // f4(); -// f5(); -// f6(); -// f7(); -// f8(); +// --- (line: 30) skipped --- // === Details === [ @@ -106,25 +75,9 @@ // interface J { y: number; } // // function f0(): I { return { x: 0 }; } -// -// type T = (i: I) => I; -// const f1: T = i => ({ x: i.x + 1 }); -// -// const f2 = (i: I): I => ({ x: i.x + 1 }); -// -// const f3 = (i: I) => ({ x: i.x + 1 }); -// -// const f4 = (i: I) => i; -// -// const f5 = (i: I): I | J => ({ x: i.x + 1 }); -// -// const f6 = (i: I, j: J, b: boolean) => b ? i : j; -// -// const f7 = (i: I) => {}; -// -// function f8(i: I): I; -// function f8(j: J): J; -// function f8(ij: any): any { return ij; } +// --- (line: 5) skipped --- + +// --- (line: 23) skipped --- // // f0(); // f1(); @@ -132,9 +85,7 @@ // f3(); // f4(); // f5(); -// f6(); -// f7(); -// f8(); +// --- (line: 31) skipped --- // === Details === [ @@ -153,13 +104,7 @@ // === goToType === // === /tests/cases/fourslash/goToTypeDefinition_returnType.ts === -// interface I { x: number; } -// interface J { y: number; } -// -// function f0(): I { return { x: 0 }; } -// -// type T = (i: I) => I; -// const f1: T = i => ({ x: i.x + 1 }); +// --- (line: 7) skipped --- // // const f2 = (i: I): I => ({ x: i.x + 1 }); // @@ -167,16 +112,9 @@ // // const f4 = (i: I) => i; // -// const f5 = (i: I): I | J => ({ x: i.x + 1 }); -// -// const f6 = (i: I, j: J, b: boolean) => b ? i : j; -// -// const f7 = (i: I) => {}; -// -// function f8(i: I): I; -// function f8(j: J): J; -// function f8(ij: any): any { return ij; } -// +// --- (line: 15) skipped --- + +// --- (line: 24) skipped --- // f0(); // f1(); // f2(); @@ -208,27 +146,9 @@ // interface J { y: number; } // // function f0(): I { return { x: 0 }; } -// -// type T = (i: I) => I; -// const f1: T = i => ({ x: i.x + 1 }); -// -// const f2 = (i: I): I => ({ x: i.x + 1 }); -// -// const f3 = (i: I) => ({ x: i.x + 1 }); -// -// const f4 = (i: I) => i; -// -// const f5 = (i: I): I | J => ({ x: i.x + 1 }); -// -// const f6 = (i: I, j: J, b: boolean) => b ? i : j; -// -// const f7 = (i: I) => {}; -// -// function f8(i: I): I; -// function f8(j: J): J; -// function f8(ij: any): any { return ij; } -// -// f0(); +// --- (line: 5) skipped --- + +// --- (line: 25) skipped --- // f1(); // f2(); // f3(); @@ -260,27 +180,9 @@ // // function f0(): I { return { x: 0 }; } // -// type T = (i: I) => I; -// const f1: T = i => ({ x: i.x + 1 }); -// -// const f2 = (i: I): I => ({ x: i.x + 1 }); -// -// const f3 = (i: I) => ({ x: i.x + 1 }); -// -// const f4 = (i: I) => i; -// -// const f5 = (i: I): I | J => ({ x: i.x + 1 }); -// -// const f6 = (i: I, j: J, b: boolean) => b ? i : j; -// -// const f7 = (i: I) => {}; -// -// function f8(i: I): I; -// function f8(j: J): J; -// function f8(ij: any): any { return ij; } -// -// f0(); -// f1(); +// --- (line: 6) skipped --- + +// --- (line: 26) skipped --- // f2(); // f3(); // f4(); @@ -322,28 +224,9 @@ // // function f0(): I { return { x: 0 }; } // -// type T = (i: I) => I; -// const f1: T = i => ({ x: i.x + 1 }); -// -// const f2 = (i: I): I => ({ x: i.x + 1 }); -// -// const f3 = (i: I) => ({ x: i.x + 1 }); -// -// const f4 = (i: I) => i; -// -// const f5 = (i: I): I | J => ({ x: i.x + 1 }); -// -// const f6 = (i: I, j: J, b: boolean) => b ? i : j; -// -// const f7 = (i: I) => {}; -// -// function f8(i: I): I; -// function f8(j: J): J; -// function f8(ij: any): any { return ij; } -// -// f0(); -// f1(); -// f2(); +// --- (line: 6) skipped --- + +// --- (line: 27) skipped --- // f3(); // f4(); // f5(); @@ -379,21 +262,7 @@ // === goToType === // === /tests/cases/fourslash/goToTypeDefinition_returnType.ts === -// interface I { x: number; } -// interface J { y: number; } -// -// function f0(): I { return { x: 0 }; } -// -// type T = (i: I) => I; -// const f1: T = i => ({ x: i.x + 1 }); -// -// const f2 = (i: I): I => ({ x: i.x + 1 }); -// -// const f3 = (i: I) => ({ x: i.x + 1 }); -// -// const f4 = (i: I) => i; -// -// const f5 = (i: I): I | J => ({ x: i.x + 1 }); +// --- (line: 15) skipped --- // // const f6 = (i: I, j: J, b: boolean) => b ? i : j; // @@ -401,12 +270,9 @@ // // function f8(i: I): I; // function f8(j: J): J; -// function f8(ij: any): any { return ij; } -// -// f0(); -// f1(); -// f2(); -// f3(); +// --- (line: 23) skipped --- + +// --- (line: 28) skipped --- // f4(); // f5(); // f6(); @@ -428,25 +294,7 @@ // === goToType === // === /tests/cases/fourslash/goToTypeDefinition_returnType.ts === -// interface I { x: number; } -// interface J { y: number; } -// -// function f0(): I { return { x: 0 }; } -// -// type T = (i: I) => I; -// const f1: T = i => ({ x: i.x + 1 }); -// -// const f2 = (i: I): I => ({ x: i.x + 1 }); -// -// const f3 = (i: I) => ({ x: i.x + 1 }); -// -// const f4 = (i: I) => i; -// -// const f5 = (i: I): I | J => ({ x: i.x + 1 }); -// -// const f6 = (i: I, j: J, b: boolean) => b ? i : j; -// -// const f7 = (i: I) => {}; +// --- (line: 19) skipped --- // // function f8(i: I): I; // function f8(j: J): J; diff --git a/tests/baselines/reference/gotoDefinitionLinkTag1.baseline.jsonc b/tests/baselines/reference/gotoDefinitionLinkTag1.baseline.jsonc index f559176cdf0a1..5c7c81cc6d9ca 100644 --- a/tests/baselines/reference/gotoDefinitionLinkTag1.baseline.jsonc +++ b/tests/baselines/reference/gotoDefinitionLinkTag1.baseline.jsonc @@ -12,14 +12,7 @@ // const a = "" // /** {@link NS.Bar} ns.bar*/ // const b = "" -// /** {@link Foo f1}*/ -// const c = "" -// /** {@link NS.Bar ns.bar}*/ -// const d = "" -// /** {@link d }dd*/ -// const e = "" -// /** @param x {@link Foo} */ -// function foo(x) { } +// --- (line: 13) skipped --- // === Details === [ @@ -52,12 +45,7 @@ // const b = "" // /** {@link Foo f1}*/ // const c = "" -// /** {@link NS.Bar ns.bar}*/ -// const d = "" -// /** {@link d }dd*/ -// const e = "" -// /** @param x {@link Foo} */ -// function foo(x) { } +// --- (line: 15) skipped --- // === Details === [ @@ -92,10 +80,7 @@ // const c = "" // /** {@link NS.Bar ns.bar}*/ // const d = "" -// /** {@link d }dd*/ -// const e = "" -// /** @param x {@link Foo} */ -// function foo(x) { } +// --- (line: 17) skipped --- // === Details === [ @@ -152,18 +137,7 @@ // === getDefinitionAtPosition === // === /tests/cases/fourslash/foo.ts === -// interface Foo { -// foo: string -// } -// namespace NS { -// export interface Bar { -// baz: Foo -// } -// } -// /** {@link Foo} foooo*/ -// const a = "" -// /** {@link NS.Bar} ns.bar*/ -// const b = "" +// --- (line: 12) skipped --- // /** {@link Foo f1}*/ // const c = "" // /** {@link NS.Bar ns.bar}*/ @@ -196,15 +170,9 @@ // namespace NS { // export interface Bar { // baz: Foo -// } -// } -// /** {@link Foo} foooo*/ -// const a = "" -// /** {@link NS.Bar} ns.bar*/ -// const b = "" -// /** {@link Foo f1}*/ -// const c = "" -// /** {@link NS.Bar ns.bar}*/ +// --- (line: 7) skipped --- + +// --- (line: 15) skipped --- // const d = "" // /** {@link d }dd*/ // const e = "" @@ -234,20 +202,7 @@ // namespace NS { // export interface Bar { // baz: Foo -// } -// } -// /** {@link Foo} foooo*/ -// const a = "" -// /** {@link NS.Bar} ns.bar*/ -// const b = "" -// /** {@link Foo f1}*/ -// const c = "" -// /** {@link NS.Bar ns.bar}*/ -// const d = "" -// /** {@link d }dd*/ -// const e = "" -// /** @param x {@link Foo} */ -// function foo(x) { } +// --- (line: 7) skipped --- // === /tests/cases/fourslash/bar.ts === // /** {@link /*GOTO DEF POS*/Foo }dd*/ diff --git a/tests/baselines/reference/inKeywordTypeguard(strict=false).errors.txt b/tests/baselines/reference/inKeywordTypeguard(strict=false).errors.txt index 7d8bd0bea9a4b..dd3d705b7fdb6 100644 --- a/tests/baselines/reference/inKeywordTypeguard(strict=false).errors.txt +++ b/tests/baselines/reference/inKeywordTypeguard(strict=false).errors.txt @@ -432,4 +432,33 @@ tests/cases/compiler/inKeywordTypeguard.ts(186,21): error TS2322: Type 'T' is no const f =

(a: P & {}) => { "foo" in a; }; + + // Repro from #53773 + + function test1>(obj: T) { + if (Array.isArray(obj) || 'length' in obj) { + obj; // T + } + else { + obj; // T + } + } + + function test2>(obj: T) { + if (Array.isArray(obj)) { + obj; // T & any[] + } + else { + obj; // T + } + } + + function test3>(obj: T) { + if ('length' in obj) { + obj; // T + } + else { + obj; // T + } + } \ No newline at end of file diff --git a/tests/baselines/reference/inKeywordTypeguard(strict=false).js b/tests/baselines/reference/inKeywordTypeguard(strict=false).js index ae1ccbb43c5be..d42e84293a198 100644 --- a/tests/baselines/reference/inKeywordTypeguard(strict=false).js +++ b/tests/baselines/reference/inKeywordTypeguard(strict=false).js @@ -353,6 +353,35 @@ function isHTMLTable(table: T): boolean { const f =

(a: P & {}) => { "foo" in a; }; + +// Repro from #53773 + +function test1>(obj: T) { + if (Array.isArray(obj) || 'length' in obj) { + obj; // T + } + else { + obj; // T + } +} + +function test2>(obj: T) { + if (Array.isArray(obj)) { + obj; // T & any[] + } + else { + obj; // T + } +} + +function test3>(obj: T) { + if ('length' in obj) { + obj; // T + } + else { + obj; // T + } +} //// [inKeywordTypeguard.js] @@ -675,3 +704,28 @@ function isHTMLTable(table) { const f = (a) => { "foo" in a; }; +// Repro from #53773 +function test1(obj) { + if (Array.isArray(obj) || 'length' in obj) { + obj; // T + } + else { + obj; // T + } +} +function test2(obj) { + if (Array.isArray(obj)) { + obj; // T & any[] + } + else { + obj; // T + } +} +function test3(obj) { + if ('length' in obj) { + obj; // T + } + else { + obj; // T + } +} diff --git a/tests/baselines/reference/inKeywordTypeguard(strict=false).symbols b/tests/baselines/reference/inKeywordTypeguard(strict=false).symbols index 9444bf3fc988c..3cbb8f33cc072 100644 --- a/tests/baselines/reference/inKeywordTypeguard(strict=false).symbols +++ b/tests/baselines/reference/inKeywordTypeguard(strict=false).symbols @@ -879,3 +879,69 @@ const f =

(a: P & {}) => { }; +// Repro from #53773 + +function test1>(obj: T) { +>test1 : Symbol(test1, Decl(inKeywordTypeguard.ts, 353, 2)) +>T : Symbol(T, Decl(inKeywordTypeguard.ts, 357, 15)) +>Record : Symbol(Record, Decl(lib.es5.d.ts, --, --)) +>obj : Symbol(obj, Decl(inKeywordTypeguard.ts, 357, 54)) +>T : Symbol(T, Decl(inKeywordTypeguard.ts, 357, 15)) + + if (Array.isArray(obj) || 'length' in obj) { +>Array.isArray : Symbol(ArrayConstructor.isArray, Decl(lib.es5.d.ts, --, --)) +>Array : Symbol(Array, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es2015.core.d.ts, --, --), Decl(lib.es2015.iterable.d.ts, --, --), Decl(lib.es2015.symbol.wellknown.d.ts, --, --)) +>isArray : Symbol(ArrayConstructor.isArray, Decl(lib.es5.d.ts, --, --)) +>obj : Symbol(obj, Decl(inKeywordTypeguard.ts, 357, 54)) +>obj : Symbol(obj, Decl(inKeywordTypeguard.ts, 357, 54)) + + obj; // T +>obj : Symbol(obj, Decl(inKeywordTypeguard.ts, 357, 54)) + } + else { + obj; // T +>obj : Symbol(obj, Decl(inKeywordTypeguard.ts, 357, 54)) + } +} + +function test2>(obj: T) { +>test2 : Symbol(test2, Decl(inKeywordTypeguard.ts, 364, 1)) +>T : Symbol(T, Decl(inKeywordTypeguard.ts, 366, 15)) +>Record : Symbol(Record, Decl(lib.es5.d.ts, --, --)) +>obj : Symbol(obj, Decl(inKeywordTypeguard.ts, 366, 54)) +>T : Symbol(T, Decl(inKeywordTypeguard.ts, 366, 15)) + + if (Array.isArray(obj)) { +>Array.isArray : Symbol(ArrayConstructor.isArray, Decl(lib.es5.d.ts, --, --)) +>Array : Symbol(Array, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es2015.core.d.ts, --, --), Decl(lib.es2015.iterable.d.ts, --, --), Decl(lib.es2015.symbol.wellknown.d.ts, --, --)) +>isArray : Symbol(ArrayConstructor.isArray, Decl(lib.es5.d.ts, --, --)) +>obj : Symbol(obj, Decl(inKeywordTypeguard.ts, 366, 54)) + + obj; // T & any[] +>obj : Symbol(obj, Decl(inKeywordTypeguard.ts, 366, 54)) + } + else { + obj; // T +>obj : Symbol(obj, Decl(inKeywordTypeguard.ts, 366, 54)) + } +} + +function test3>(obj: T) { +>test3 : Symbol(test3, Decl(inKeywordTypeguard.ts, 373, 1)) +>T : Symbol(T, Decl(inKeywordTypeguard.ts, 375, 15)) +>Record : Symbol(Record, Decl(lib.es5.d.ts, --, --)) +>obj : Symbol(obj, Decl(inKeywordTypeguard.ts, 375, 54)) +>T : Symbol(T, Decl(inKeywordTypeguard.ts, 375, 15)) + + if ('length' in obj) { +>obj : Symbol(obj, Decl(inKeywordTypeguard.ts, 375, 54)) + + obj; // T +>obj : Symbol(obj, Decl(inKeywordTypeguard.ts, 375, 54)) + } + else { + obj; // T +>obj : Symbol(obj, Decl(inKeywordTypeguard.ts, 375, 54)) + } +} + diff --git a/tests/baselines/reference/inKeywordTypeguard(strict=false).types b/tests/baselines/reference/inKeywordTypeguard(strict=false).types index 2135c94979733..4f69cf393b59c 100644 --- a/tests/baselines/reference/inKeywordTypeguard(strict=false).types +++ b/tests/baselines/reference/inKeywordTypeguard(strict=false).types @@ -1085,3 +1085,67 @@ const f =

(a: P & {}) => { }; +// Repro from #53773 + +function test1>(obj: T) { +>test1 : >(obj: T) => void +>obj : T + + if (Array.isArray(obj) || 'length' in obj) { +>Array.isArray(obj) || 'length' in obj : boolean +>Array.isArray(obj) : boolean +>Array.isArray : (arg: any) => arg is any[] +>Array : ArrayConstructor +>isArray : (arg: any) => arg is any[] +>obj : any[] | Record +>'length' in obj : boolean +>'length' : "length" +>obj : T + + obj; // T +>obj : T + } + else { + obj; // T +>obj : T + } +} + +function test2>(obj: T) { +>test2 : >(obj: T) => void +>obj : T + + if (Array.isArray(obj)) { +>Array.isArray(obj) : boolean +>Array.isArray : (arg: any) => arg is any[] +>Array : ArrayConstructor +>isArray : (arg: any) => arg is any[] +>obj : any[] | Record + + obj; // T & any[] +>obj : T & any[] + } + else { + obj; // T +>obj : T + } +} + +function test3>(obj: T) { +>test3 : >(obj: T) => void +>obj : T + + if ('length' in obj) { +>'length' in obj : boolean +>'length' : "length" +>obj : T + + obj; // T +>obj : T + } + else { + obj; // T +>obj : T + } +} + diff --git a/tests/baselines/reference/inKeywordTypeguard(strict=true).errors.txt b/tests/baselines/reference/inKeywordTypeguard(strict=true).errors.txt index d47a0718aac8a..f0c97560e5c0b 100644 --- a/tests/baselines/reference/inKeywordTypeguard(strict=true).errors.txt +++ b/tests/baselines/reference/inKeywordTypeguard(strict=true).errors.txt @@ -452,4 +452,33 @@ tests/cases/compiler/inKeywordTypeguard.ts(186,21): error TS2638: Type 'NonNulla const f =

(a: P & {}) => { "foo" in a; }; + + // Repro from #53773 + + function test1>(obj: T) { + if (Array.isArray(obj) || 'length' in obj) { + obj; // T + } + else { + obj; // T + } + } + + function test2>(obj: T) { + if (Array.isArray(obj)) { + obj; // T & any[] + } + else { + obj; // T + } + } + + function test3>(obj: T) { + if ('length' in obj) { + obj; // T + } + else { + obj; // T + } + } \ No newline at end of file diff --git a/tests/baselines/reference/inKeywordTypeguard(strict=true).js b/tests/baselines/reference/inKeywordTypeguard(strict=true).js index 73b2cf77cae44..01bd93fe8526e 100644 --- a/tests/baselines/reference/inKeywordTypeguard(strict=true).js +++ b/tests/baselines/reference/inKeywordTypeguard(strict=true).js @@ -353,6 +353,35 @@ function isHTMLTable(table: T): boolean { const f =

(a: P & {}) => { "foo" in a; }; + +// Repro from #53773 + +function test1>(obj: T) { + if (Array.isArray(obj) || 'length' in obj) { + obj; // T + } + else { + obj; // T + } +} + +function test2>(obj: T) { + if (Array.isArray(obj)) { + obj; // T & any[] + } + else { + obj; // T + } +} + +function test3>(obj: T) { + if ('length' in obj) { + obj; // T + } + else { + obj; // T + } +} //// [inKeywordTypeguard.js] @@ -676,3 +705,28 @@ function isHTMLTable(table) { const f = (a) => { "foo" in a; }; +// Repro from #53773 +function test1(obj) { + if (Array.isArray(obj) || 'length' in obj) { + obj; // T + } + else { + obj; // T + } +} +function test2(obj) { + if (Array.isArray(obj)) { + obj; // T & any[] + } + else { + obj; // T + } +} +function test3(obj) { + if ('length' in obj) { + obj; // T + } + else { + obj; // T + } +} diff --git a/tests/baselines/reference/inKeywordTypeguard(strict=true).symbols b/tests/baselines/reference/inKeywordTypeguard(strict=true).symbols index 9444bf3fc988c..3cbb8f33cc072 100644 --- a/tests/baselines/reference/inKeywordTypeguard(strict=true).symbols +++ b/tests/baselines/reference/inKeywordTypeguard(strict=true).symbols @@ -879,3 +879,69 @@ const f =

(a: P & {}) => { }; +// Repro from #53773 + +function test1>(obj: T) { +>test1 : Symbol(test1, Decl(inKeywordTypeguard.ts, 353, 2)) +>T : Symbol(T, Decl(inKeywordTypeguard.ts, 357, 15)) +>Record : Symbol(Record, Decl(lib.es5.d.ts, --, --)) +>obj : Symbol(obj, Decl(inKeywordTypeguard.ts, 357, 54)) +>T : Symbol(T, Decl(inKeywordTypeguard.ts, 357, 15)) + + if (Array.isArray(obj) || 'length' in obj) { +>Array.isArray : Symbol(ArrayConstructor.isArray, Decl(lib.es5.d.ts, --, --)) +>Array : Symbol(Array, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es2015.core.d.ts, --, --), Decl(lib.es2015.iterable.d.ts, --, --), Decl(lib.es2015.symbol.wellknown.d.ts, --, --)) +>isArray : Symbol(ArrayConstructor.isArray, Decl(lib.es5.d.ts, --, --)) +>obj : Symbol(obj, Decl(inKeywordTypeguard.ts, 357, 54)) +>obj : Symbol(obj, Decl(inKeywordTypeguard.ts, 357, 54)) + + obj; // T +>obj : Symbol(obj, Decl(inKeywordTypeguard.ts, 357, 54)) + } + else { + obj; // T +>obj : Symbol(obj, Decl(inKeywordTypeguard.ts, 357, 54)) + } +} + +function test2>(obj: T) { +>test2 : Symbol(test2, Decl(inKeywordTypeguard.ts, 364, 1)) +>T : Symbol(T, Decl(inKeywordTypeguard.ts, 366, 15)) +>Record : Symbol(Record, Decl(lib.es5.d.ts, --, --)) +>obj : Symbol(obj, Decl(inKeywordTypeguard.ts, 366, 54)) +>T : Symbol(T, Decl(inKeywordTypeguard.ts, 366, 15)) + + if (Array.isArray(obj)) { +>Array.isArray : Symbol(ArrayConstructor.isArray, Decl(lib.es5.d.ts, --, --)) +>Array : Symbol(Array, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es2015.core.d.ts, --, --), Decl(lib.es2015.iterable.d.ts, --, --), Decl(lib.es2015.symbol.wellknown.d.ts, --, --)) +>isArray : Symbol(ArrayConstructor.isArray, Decl(lib.es5.d.ts, --, --)) +>obj : Symbol(obj, Decl(inKeywordTypeguard.ts, 366, 54)) + + obj; // T & any[] +>obj : Symbol(obj, Decl(inKeywordTypeguard.ts, 366, 54)) + } + else { + obj; // T +>obj : Symbol(obj, Decl(inKeywordTypeguard.ts, 366, 54)) + } +} + +function test3>(obj: T) { +>test3 : Symbol(test3, Decl(inKeywordTypeguard.ts, 373, 1)) +>T : Symbol(T, Decl(inKeywordTypeguard.ts, 375, 15)) +>Record : Symbol(Record, Decl(lib.es5.d.ts, --, --)) +>obj : Symbol(obj, Decl(inKeywordTypeguard.ts, 375, 54)) +>T : Symbol(T, Decl(inKeywordTypeguard.ts, 375, 15)) + + if ('length' in obj) { +>obj : Symbol(obj, Decl(inKeywordTypeguard.ts, 375, 54)) + + obj; // T +>obj : Symbol(obj, Decl(inKeywordTypeguard.ts, 375, 54)) + } + else { + obj; // T +>obj : Symbol(obj, Decl(inKeywordTypeguard.ts, 375, 54)) + } +} + diff --git a/tests/baselines/reference/inKeywordTypeguard(strict=true).types b/tests/baselines/reference/inKeywordTypeguard(strict=true).types index 830b053aab180..d2bb573370368 100644 --- a/tests/baselines/reference/inKeywordTypeguard(strict=true).types +++ b/tests/baselines/reference/inKeywordTypeguard(strict=true).types @@ -1085,3 +1085,67 @@ const f =

(a: P & {}) => { }; +// Repro from #53773 + +function test1>(obj: T) { +>test1 : >(obj: T) => void +>obj : T + + if (Array.isArray(obj) || 'length' in obj) { +>Array.isArray(obj) || 'length' in obj : boolean +>Array.isArray(obj) : boolean +>Array.isArray : (arg: any) => arg is any[] +>Array : ArrayConstructor +>isArray : (arg: any) => arg is any[] +>obj : any[] | Record +>'length' in obj : boolean +>'length' : "length" +>obj : T + + obj; // T +>obj : T + } + else { + obj; // T +>obj : T + } +} + +function test2>(obj: T) { +>test2 : >(obj: T) => void +>obj : T + + if (Array.isArray(obj)) { +>Array.isArray(obj) : boolean +>Array.isArray : (arg: any) => arg is any[] +>Array : ArrayConstructor +>isArray : (arg: any) => arg is any[] +>obj : any[] | Record + + obj; // T & any[] +>obj : T & any[] + } + else { + obj; // T +>obj : T + } +} + +function test3>(obj: T) { +>test3 : >(obj: T) => void +>obj : T + + if ('length' in obj) { +>'length' in obj : boolean +>'length' : "length" +>obj : T + + obj; // T +>obj : T + } + else { + obj; // T +>obj : T + } +} + diff --git a/tests/baselines/reference/isDefinitionAcrossGlobalProjects.baseline.jsonc b/tests/baselines/reference/isDefinitionAcrossGlobalProjects.baseline.jsonc index 90d50057a71d7..4ec4301902621 100644 --- a/tests/baselines/reference/isDefinitionAcrossGlobalProjects.baseline.jsonc +++ b/tests/baselines/reference/isDefinitionAcrossGlobalProjects.baseline.jsonc @@ -7,14 +7,7 @@ // } // // interface I { -// FA(); -// } -// -// const ia: I = { -// FA() { }, -// FB() { }, -// FC() { }, -// }; +// --- (line: 8) skipped --- // === Definitions === // === /a/index.ts === @@ -25,14 +18,7 @@ // } // // interface I { - // FA(); - // } - // - // const ia: I = { - // FA() { }, - // FB() { }, - // FC() { }, - // }; + // --- (line: 8) skipped --- // === Details === [ @@ -112,9 +98,7 @@ // const ic: [|I|] = { FC() {} }; // === /a/index.ts === -// namespace NS { -// export function FA() { -// FB(); +// --- (line: 3) skipped --- // } // } // @@ -168,10 +152,7 @@ // === findAllReferences === // === /a/index.ts === -// namespace NS { -// export function FA() { -// FB(); -// } +// --- (line: 4) skipped --- // } // // interface I { @@ -186,10 +167,7 @@ // === Definitions === // === /a/index.ts === - // namespace NS { - // export function FA() { - // FB(); - // } + // --- (line: 4) skipped --- // } // // interface I { @@ -197,10 +175,7 @@ // } // // const ia: I = { - // FA() { }, - // FB() { }, - // FC() { }, - // }; + // --- (line: 12) skipped --- // === Details === [ @@ -271,10 +246,7 @@ // } // // interface I { -// FB(); -// } -// -// const ib: I = { FB() {} }; +// --- (line: 6) skipped --- // === /a/index.ts === // namespace NS { @@ -283,15 +255,7 @@ // } // } // -// interface I { -// FA(); -// } -// -// const ia: I = { -// FA() { }, -// FB() { }, -// FC() { }, -// }; +// --- (line: 7) skipped --- // === Definitions === // === /b/index.ts === @@ -300,10 +264,7 @@ // } // // interface I { - // FB(); - // } - // - // const ib: I = { FB() {} }; + // --- (line: 6) skipped --- // === Details === [ @@ -383,9 +344,7 @@ // const ic: [|I|] = { FC() {} }; // === /a/index.ts === -// namespace NS { -// export function FA() { -// FB(); +// --- (line: 3) skipped --- // } // } // @@ -450,15 +409,7 @@ // const ib: I = { <|[|{| isWriteAccess: true |}FB|]() {}|> }; // === /a/index.ts === -// namespace NS { -// export function FA() { -// FB(); -// } -// } -// -// interface I { -// FA(); -// } +// --- (line: 9) skipped --- // // const ia: I = { // FA() { }, @@ -547,10 +498,7 @@ // } // // interface I { -// FC(); -// } -// -// const ic: I = { FC() {} }; +// --- (line: 6) skipped --- // === Definitions === // === /c/index.ts === @@ -559,10 +507,7 @@ // } // // interface I { - // FC(); - // } - // - // const ic: I = { FC() {} }; + // --- (line: 6) skipped --- // === Details === [ @@ -642,9 +587,7 @@ // const ib: [|{| defId: 1 |}I|] = { FB() {} }; // === /a/index.ts === -// namespace NS { -// export function FA() { -// FB(); +// --- (line: 3) skipped --- // } // } // @@ -742,16 +685,7 @@ // const ic: I = { <|[|{| isWriteAccess: true |}FC|]() {}|> }; // === /a/index.ts === -// namespace NS { -// export function FA() { -// FB(); -// } -// } -// -// interface I { -// FA(); -// } -// +// --- (line: 10) skipped --- // const ia: I = { // FA() { }, // FB() { }, diff --git a/tests/baselines/reference/isDefinitionAcrossModuleProjects.baseline.jsonc b/tests/baselines/reference/isDefinitionAcrossModuleProjects.baseline.jsonc index 12a43b8fa755f..ba0023217e8da 100644 --- a/tests/baselines/reference/isDefinitionAcrossModuleProjects.baseline.jsonc +++ b/tests/baselines/reference/isDefinitionAcrossModuleProjects.baseline.jsonc @@ -9,10 +9,9 @@ // } // } // -// declare module "../c" { -// export interface I { -// FA(); -// } +// --- (line: 10) skipped --- + +// --- (line: 13) skipped --- // } // // const ia: I = { @@ -31,16 +30,7 @@ // } // } // - // declare module "../c" { - // export interface I { - // FA(); - // } - // } - // - // const ia: I = { - // FA: NS.FA, - // FC() { }, - // }; + // --- (line: 10) skipped --- // === Details === [ @@ -177,11 +167,7 @@ // FA(); // } // } - // - // const ia: I = { - // FA: NS.FA, - // FC() { }, - // }; + // --- (line: 15) skipped --- // === /a2/index.ts === // import { NS } from "../b"; @@ -189,20 +175,7 @@ // // declare module "../b" { // export namespace NS { - // export function FA(); - // } - // } - // - // declare module "../c" { - // export interface I { - // FA(); - // } - // } - // - // const ia: I = { - // FA: NS.FA, - // FC() { }, - // }; + // --- (line: 6) skipped --- // === Details === [ @@ -339,14 +312,7 @@ // === findAllReferences === // === /a/index.ts === -// import { NS } from "../b"; -// import { I } from "../c"; -// -// declare module "../b" { -// export namespace NS { -// export function FA(); -// } -// } +// --- (line: 8) skipped --- // // declare module "../c" { // export interface I { @@ -361,14 +327,7 @@ // === Definitions === // === /a/index.ts === - // import { NS } from "../b"; - // import { I } from "../c"; - // - // declare module "../b" { - // export namespace NS { - // export function FA(); - // } - // } + // --- (line: 8) skipped --- // // declare module "../c" { // export interface I { @@ -376,10 +335,7 @@ // } // } // - // const ia: I = { - // FA: NS.FA, - // FC() { }, - // }; + // --- (line: 16) skipped --- // === Details === [ @@ -454,10 +410,9 @@ // } // } // -// declare module "../c" { -// export interface I { -// FA(); -// } +// --- (line: 10) skipped --- + +// --- (line: 13) skipped --- // } // // const ia: I = { @@ -476,16 +431,7 @@ // } // } // - // declare module "../c" { - // export interface I { - // FA(); - // } - // } - // - // const ia: I = { - // FA: NS.FA, - // FC() { }, - // }; + // --- (line: 10) skipped --- // === Details === [ @@ -622,11 +568,7 @@ // FA(); // } // } - // - // const ia: I = { - // FA: NS.FA, - // FC() { }, - // }; + // --- (line: 15) skipped --- // === /a/index.ts === // import { NS } from "../b"; @@ -634,20 +576,7 @@ // // declare module "../b" { // export namespace NS { - // export function FA(); - // } - // } - // - // declare module "../c" { - // export interface I { - // FA(); - // } - // } - // - // const ia: I = { - // FA: NS.FA, - // FC() { }, - // }; + // --- (line: 6) skipped --- // === Details === [ @@ -784,14 +713,7 @@ // === findAllReferences === // === /a2/index.ts === -// import { NS } from "../b"; -// import { I } from "../c"; -// -// declare module "../b" { -// export namespace NS { -// export function FA(); -// } -// } +// --- (line: 8) skipped --- // // declare module "../c" { // export interface I { @@ -806,14 +728,7 @@ // === Definitions === // === /a2/index.ts === - // import { NS } from "../b"; - // import { I } from "../c"; - // - // declare module "../b" { - // export namespace NS { - // export function FA(); - // } - // } + // --- (line: 8) skipped --- // // declare module "../c" { // export interface I { @@ -821,10 +736,7 @@ // } // } // - // const ia: I = { - // FA: NS.FA, - // FC() { }, - // }; + // --- (line: 16) skipped --- // === Details === [ @@ -895,10 +807,7 @@ // } // // export interface I { -// FB(); -// } -// -// const ib: I = { FB() {} }; +// --- (line: 6) skipped --- // === Definitions === // === /b/index.ts === @@ -907,10 +816,7 @@ // } // // export interface I { - // FB(); - // } - // - // const ib: I = { FB() {} }; + // --- (line: 6) skipped --- // === Details === [ @@ -1109,10 +1015,7 @@ // } // // export interface I { -// FC(); -// } -// -// const ic: I = { FC() {} }; +// --- (line: 6) skipped --- // === Definitions === // === /c/index.ts === @@ -1121,10 +1024,7 @@ // } // // export interface I { - // FC(); - // } - // - // const ic: I = { FC() {} }; + // --- (line: 6) skipped --- // === Details === [ @@ -1252,20 +1152,7 @@ // // declare module "../b" { // export namespace NS { - // export function FA(); - // } - // } - // - // declare module "../c" { - // export interface I { - // FA(); - // } - // } - // - // const ia: I = { - // FA: NS.FA, - // FC() { }, - // }; + // --- (line: 6) skipped --- // === /a2/index.ts === // import { NS } from "../b"; @@ -1273,20 +1160,7 @@ // // declare module "../b" { // export namespace NS { - // export function FA(); - // } - // } - // - // declare module "../c" { - // export interface I { - // FA(); - // } - // } - // - // const ia: I = { - // FA: NS.FA, - // FC() { }, - // }; + // --- (line: 6) skipped --- // === Details === [ @@ -1434,20 +1308,7 @@ // const ic: I = { <|[|{| isWriteAccess: true |}FC|]() {}|> }; // === /a/index.ts === -// import { NS } from "../b"; -// import { I } from "../c"; -// -// declare module "../b" { -// export namespace NS { -// export function FA(); -// } -// } -// -// declare module "../c" { -// export interface I { -// FA(); -// } -// } +// --- (line: 14) skipped --- // // const ia: I = { // FA: NS.FA, @@ -1455,20 +1316,7 @@ // }; // === /a2/index.ts === -// import { NS } from "../b"; -// import { I } from "../c"; -// -// declare module "../b" { -// export namespace NS { -// export function FA(); -// } -// } -// -// declare module "../c" { -// export interface I { -// FA(); -// } -// } +// --- (line: 14) skipped --- // // const ia: I = { // FA: NS.FA, diff --git a/tests/baselines/reference/jsDocSee1.baseline.jsonc b/tests/baselines/reference/jsDocSee1.baseline.jsonc index 1998c8e3301a9..0949087591720 100644 --- a/tests/baselines/reference/jsDocSee1.baseline.jsonc +++ b/tests/baselines/reference/jsDocSee1.baseline.jsonc @@ -12,12 +12,7 @@ // const a = "" // /** @see {NS.Bar} ns.bar*/ // const b = "" -// /** @see Foo f1*/ -// const c = "" -// /** @see NS.Bar ns.bar*/ -// const d = "" -// /** @see d dd*/ -// const e = "" +// --- (line: 13) skipped --- // === Details === [ @@ -50,10 +45,7 @@ // const b = "" // /** @see Foo f1*/ // const c = "" -// /** @see NS.Bar ns.bar*/ -// const d = "" -// /** @see d dd*/ -// const e = "" +// --- (line: 15) skipped --- // === Details === [ @@ -144,18 +136,7 @@ // === getDefinitionAtPosition === // === /tests/cases/fourslash/jsDocSee1.ts === -// interface Foo { -// foo: string -// } -// namespace NS { -// export interface Bar { -// baz: Foo -// } -// } -// /** @see {Foo} foooo*/ -// const a = "" -// /** @see {NS.Bar} ns.bar*/ -// const b = "" +// --- (line: 12) skipped --- // /** @see Foo f1*/ // const c = "" // /** @see NS.Bar ns.bar*/ diff --git a/tests/baselines/reference/jsDocSee2.baseline.jsonc b/tests/baselines/reference/jsDocSee2.baseline.jsonc index 75288fe162a4c..290ababe7e5cf 100644 --- a/tests/baselines/reference/jsDocSee2.baseline.jsonc +++ b/tests/baselines/reference/jsDocSee2.baseline.jsonc @@ -4,16 +4,7 @@ // const a = "" // /** @see {@bar} invalid tag*/ // const b = "" -// /** @see foooo unknown reference without brace*/ -// const c = "" -// /** @see @bar invalid tag without brace*/ -// const d = "" -// /** @see {d@fff} partial reference */ -// const e = "" -// /** @see @@@@@@ total invalid tag*/ -// const f = "" -// /** @see d@{fff} partial reference */ -// const g = "" +// --- (line: 5) skipped --- @@ -25,14 +16,7 @@ // const b = "" // /** @see foooo unknown reference without brace*/ // const c = "" -// /** @see @bar invalid tag without brace*/ -// const d = "" -// /** @see {d@fff} partial reference */ -// const e = "" -// /** @see @@@@@@ total invalid tag*/ -// const f = "" -// /** @see d@{fff} partial reference */ -// const g = "" +// --- (line: 7) skipped --- @@ -46,20 +30,13 @@ // const c = "" // /** @see @bar invalid tag without brace*/ // const d = "" -// /** @see {d@fff} partial reference */ -// const e = "" -// /** @see @@@@@@ total invalid tag*/ -// const f = "" -// /** @see d@{fff} partial reference */ -// const g = "" +// --- (line: 9) skipped --- // === goToDefinition === // === /tests/cases/fourslash/jsDocSee2.ts === -// /** @see {foooo} unknown reference*/ -// const a = "" -// /** @see {@bar} invalid tag*/ +// --- (line: 3) skipped --- // const b = "" // /** @see foooo unknown reference without brace*/ // const c = "" @@ -67,19 +44,13 @@ // const d = "" // /** @see {d@fff} partial reference */ // const e = "" -// /** @see @@@@@@ total invalid tag*/ -// const f = "" -// /** @see d@{fff} partial reference */ -// const g = "" +// --- (line: 11) skipped --- // === goToDefinition === // === /tests/cases/fourslash/jsDocSee2.ts === -// /** @see {foooo} unknown reference*/ -// const a = "" -// /** @see {@bar} invalid tag*/ -// const b = "" +// --- (line: 4) skipped --- // /** @see foooo unknown reference without brace*/ // const c = "" // /** @see @bar invalid tag without brace*/ @@ -108,13 +79,7 @@ // === goToDefinition === // === /tests/cases/fourslash/jsDocSee2.ts === -// /** @see {foooo} unknown reference*/ -// const a = "" -// /** @see {@bar} invalid tag*/ -// const b = "" -// /** @see foooo unknown reference without brace*/ -// const c = "" -// /** @see @bar invalid tag without brace*/ +// --- (line: 7) skipped --- // const d = "" // /** @see {d@fff} partial reference */ // const e = "" @@ -127,15 +92,7 @@ // === goToDefinition === // === /tests/cases/fourslash/jsDocSee2.ts === -// /** @see {foooo} unknown reference*/ -// const a = "" -// /** @see {@bar} invalid tag*/ -// const b = "" -// /** @see foooo unknown reference without brace*/ -// const c = "" -// /** @see @bar invalid tag without brace*/ -// const d = "" -// /** @see {d@fff} partial reference */ +// --- (line: 9) skipped --- // const e = "" // /** @see @@@@@@ total invalid tag*/ // const f = "" diff --git a/tests/baselines/reference/jsDocSee4.baseline.jsonc b/tests/baselines/reference/jsDocSee4.baseline.jsonc index 930e6bab7803b..20328b4c3db9d 100644 --- a/tests/baselines/reference/jsDocSee4.baseline.jsonc +++ b/tests/baselines/reference/jsDocSee4.baseline.jsonc @@ -9,13 +9,7 @@ // */ // const t1 = 1 // /** -// * @see {a.foo()} -// */ -// const t2 = 1 -// /** -// * @see {@link a.foo()} -// */ -// const t3 = 1 +// --- (line: 10) skipped --- // === Details === [ @@ -47,9 +41,7 @@ // */ // const t2 = 1 // /** -// * @see {@link a.foo()} -// */ -// const t3 = 1 +// --- (line: 14) skipped --- // === Details === [ diff --git a/tests/baselines/reference/jsdocTypedefTagGoToDefinition.baseline.jsonc b/tests/baselines/reference/jsdocTypedefTagGoToDefinition.baseline.jsonc index b3106294b173e..5ec67405e5289 100644 --- a/tests/baselines/reference/jsdocTypedefTagGoToDefinition.baseline.jsonc +++ b/tests/baselines/reference/jsdocTypedefTagGoToDefinition.baseline.jsonc @@ -30,10 +30,7 @@ // === goToDefinition === // === /tests/cases/fourslash/server/jsdocCompletion_typedef.js === -// /** -// * @typedef {Object} Person -// * @property {string} personName -// * @property {number} personAge +// --- (line: 4) skipped --- // */ // // /** diff --git a/tests/baselines/reference/jsxComponentTypeErrors.errors.txt b/tests/baselines/reference/jsxComponentTypeErrors.errors.txt index 9f25590c593ad..5f89f6edfa998 100644 --- a/tests/baselines/reference/jsxComponentTypeErrors.errors.txt +++ b/tests/baselines/reference/jsxComponentTypeErrors.errors.txt @@ -17,7 +17,8 @@ tests/cases/compiler/jsxComponentTypeErrors.tsx(27,16): error TS2786: 'ClassComp tests/cases/compiler/jsxComponentTypeErrors.tsx(28,16): error TS2786: 'MixedComponent' cannot be used as a JSX component. Its element type 'ClassComponent | { type: string | undefined; }' is not a valid JSX element. Type 'ClassComponent' is not assignable to type 'Element | ElementClass | null'. - Type 'ClassComponent' is not assignable to type 'ElementClass'. + Type 'ClassComponent' is not assignable to type 'Element | ElementClass'. + Type 'ClassComponent' is not assignable to type 'ElementClass'. tests/cases/compiler/jsxComponentTypeErrors.tsx(37,16): error TS2786: 'obj.MemberFunctionComponent' cannot be used as a JSX component. Its return type '{}' is not a valid JSX element. Property 'type' is missing in type '{}' but required in type 'Element'. @@ -79,7 +80,8 @@ tests/cases/compiler/jsxComponentTypeErrors.tsx(38,16): error TS2786: 'obj. Memb !!! error TS2786: 'MixedComponent' cannot be used as a JSX component. !!! error TS2786: Its element type 'ClassComponent | { type: string | undefined; }' is not a valid JSX element. !!! error TS2786: Type 'ClassComponent' is not assignable to type 'Element | ElementClass | null'. -!!! error TS2786: Type 'ClassComponent' is not assignable to type 'ElementClass'. +!!! error TS2786: Type 'ClassComponent' is not assignable to type 'Element | ElementClass'. +!!! error TS2786: Type 'ClassComponent' is not assignable to type 'ElementClass'. const obj = { MemberFunctionComponent() { diff --git a/tests/baselines/reference/jsxElementType.errors.txt b/tests/baselines/reference/jsxElementType.errors.txt new file mode 100644 index 0000000000000..1689e535546c1 --- /dev/null +++ b/tests/baselines/reference/jsxElementType.errors.txt @@ -0,0 +1,222 @@ +tests/cases/compiler/jsxElementType.tsx(34,2): error TS2741: Property 'title' is missing in type '{}' but required in type '{ title: string; }'. +tests/cases/compiler/jsxElementType.tsx(36,16): error TS2322: Type '{ excessProp: true; }' is not assignable to type 'IntrinsicAttributes & { title: string; }'. + Property 'excessProp' does not exist on type 'IntrinsicAttributes & { title: string; }'. +tests/cases/compiler/jsxElementType.tsx(40,2): error TS2741: Property 'title' is missing in type '{}' but required in type '{ title: string; }'. +tests/cases/compiler/jsxElementType.tsx(42,15): error TS2322: Type '{ excessProp: true; }' is not assignable to type 'IntrinsicAttributes & { title: string; }'. + Property 'excessProp' does not exist on type 'IntrinsicAttributes & { title: string; }'. +tests/cases/compiler/jsxElementType.tsx(46,2): error TS2741: Property 'title' is missing in type '{}' but required in type '{ title: string; }'. +tests/cases/compiler/jsxElementType.tsx(48,15): error TS2322: Type '{ excessProp: true; }' is not assignable to type 'IntrinsicAttributes & { title: string; }'. + Property 'excessProp' does not exist on type 'IntrinsicAttributes & { title: string; }'. +tests/cases/compiler/jsxElementType.tsx(52,2): error TS2741: Property 'title' is missing in type '{}' but required in type '{ title: string; }'. +tests/cases/compiler/jsxElementType.tsx(54,14): error TS2322: Type '{ excessProp: true; }' is not assignable to type 'IntrinsicAttributes & { title: string; }'. + Property 'excessProp' does not exist on type 'IntrinsicAttributes & { title: string; }'. +tests/cases/compiler/jsxElementType.tsx(59,2): error TS2741: Property 'title' is missing in type '{}' but required in type '{ title: string; }'. +tests/cases/compiler/jsxElementType.tsx(61,16): error TS2322: Type '{ excessProp: true; }' is not assignable to type 'IntrinsicAttributes & { title: string; }'. + Property 'excessProp' does not exist on type 'IntrinsicAttributes & { title: string; }'. +tests/cases/compiler/jsxElementType.tsx(70,2): error TS2769: No overload matches this call. + Overload 1 of 2, '(props: Readonly<{ title: string; }>): RenderStringClass', gave the following error. + Property 'title' is missing in type '{}' but required in type 'Readonly<{ title: string; }>'. + Overload 2 of 2, '(props: { title: string; }, context?: any): RenderStringClass', gave the following error. + Property 'title' is missing in type '{}' but required in type 'Readonly<{ title: string; }>'. +tests/cases/compiler/jsxElementType.tsx(72,20): error TS2769: No overload matches this call. + Overload 1 of 2, '(props: Readonly<{ title: string; }>): RenderStringClass', gave the following error. + Type '{ excessProp: true; }' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes & Readonly<{ children?: ReactNode; }> & Readonly<{ title: string; }>'. + Property 'excessProp' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes & Readonly<{ children?: ReactNode; }> & Readonly<{ title: string; }>'. + Overload 2 of 2, '(props: { title: string; }, context?: any): RenderStringClass', gave the following error. + Type '{ excessProp: true; }' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes & Readonly<{ children?: ReactNode; }> & Readonly<{ title: string; }>'. + Property 'excessProp' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes & Readonly<{ children?: ReactNode; }> & Readonly<{ title: string; }>'. +tests/cases/compiler/jsxElementType.tsx(78,1): error TS2339: Property 'boop' does not exist on type 'JSX.IntrinsicElements'. +tests/cases/compiler/jsxElementType.tsx(79,1): error TS2339: Property 'my-undeclared-custom-element' does not exist on type 'JSX.IntrinsicElements'. +tests/cases/compiler/jsxElementType.tsx(91,2): error TS2786: 'ReactNativeFlatList' cannot be used as a JSX component. + Its type '(props: {}, ref: ForwardedRef) => null' is not a valid JSX element type. + Type '(props: {}, ref: ForwardedRef) => null' is not assignable to type '(props: any) => React18ReactNode'. + Target signature provides too few arguments. Expected 2 or more, but got 1. +tests/cases/compiler/jsxElementType.tsx(95,11): error TS2322: Type '{}' is not assignable to type 'LibraryManagedAttributes'. +tests/cases/compiler/jsxElementType.tsx(98,2): error TS2304: Cannot find name 'Unresolved'. +tests/cases/compiler/jsxElementType.tsx(99,2): error TS2304: Cannot find name 'Unresolved'. +tests/cases/compiler/jsxElementType.tsx(110,6): error TS2322: Type '{ b: string; }' is not assignable to type '{ a: string; }'. + Property 'b' does not exist on type '{ a: string; }'. +tests/cases/compiler/jsxElementType.tsx(111,19): error TS2322: Type '{ a: string; b: string; }' is not assignable to type '{ a: string; }'. + Property 'b' does not exist on type '{ a: string; }'. + + +==== tests/cases/compiler/jsxElementType.tsx (20 errors) ==== + /// + import * as React from "react"; + + type React18ReactFragment = ReadonlyArray; + type React18ReactNode = + | React.ReactElement + | string + | number + | React18ReactFragment + | React.ReactPortal + | boolean + | null + | undefined + | Promise; + + // // React.JSXElementConstructor but it now can return React nodes from function components. + type NewReactJSXElementConstructor

= + | ((props: P) => React18ReactNode) + | (new (props: P) => React.Component); + + declare global { + namespace JSX { + type ElementType = string | NewReactJSXElementConstructor; + interface IntrinsicElements { + ['my-custom-element']: React.DOMAttributes; + } + } + } + + let Component: NewReactJSXElementConstructor<{ title: string }>; + + const RenderElement = ({ title }: { title: string }) =>

{title}
; + Component = RenderElement; + ; + ~~~~~~~~~~~~~ +!!! error TS2741: Property 'title' is missing in type '{}' but required in type '{ title: string; }'. +!!! related TS2728 tests/cases/compiler/jsxElementType.tsx:32:37: 'title' is declared here. + ; + ; + ~~~~~~~~~~ +!!! error TS2322: Type '{ excessProp: true; }' is not assignable to type 'IntrinsicAttributes & { title: string; }'. +!!! error TS2322: Property 'excessProp' does not exist on type 'IntrinsicAttributes & { title: string; }'. + + const RenderString = ({ title }: { title: string }) => title; + Component = RenderString; + ; + ~~~~~~~~~~~~ +!!! error TS2741: Property 'title' is missing in type '{}' but required in type '{ title: string; }'. +!!! related TS2728 tests/cases/compiler/jsxElementType.tsx:38:36: 'title' is declared here. + ; + ; + ~~~~~~~~~~ +!!! error TS2322: Type '{ excessProp: true; }' is not assignable to type 'IntrinsicAttributes & { title: string; }'. +!!! error TS2322: Property 'excessProp' does not exist on type 'IntrinsicAttributes & { title: string; }'. + + const RenderNumber = ({ title }: { title: string }) => title.length; + Component = RenderNumber; + ; + ~~~~~~~~~~~~ +!!! error TS2741: Property 'title' is missing in type '{}' but required in type '{ title: string; }'. +!!! related TS2728 tests/cases/compiler/jsxElementType.tsx:44:36: 'title' is declared here. + ; + ; + ~~~~~~~~~~ +!!! error TS2322: Type '{ excessProp: true; }' is not assignable to type 'IntrinsicAttributes & { title: string; }'. +!!! error TS2322: Property 'excessProp' does not exist on type 'IntrinsicAttributes & { title: string; }'. + + const RenderArray = ({ title }: { title: string }) => [title]; + Component = RenderArray; + ; + ~~~~~~~~~~~ +!!! error TS2741: Property 'title' is missing in type '{}' but required in type '{ title: string; }'. +!!! related TS2728 tests/cases/compiler/jsxElementType.tsx:50:35: 'title' is declared here. + ; + ; + ~~~~~~~~~~ +!!! error TS2322: Type '{ excessProp: true; }' is not assignable to type 'IntrinsicAttributes & { title: string; }'. +!!! error TS2322: Property 'excessProp' does not exist on type 'IntrinsicAttributes & { title: string; }'. + + // React Server Component + const RenderPromise = async ({ title }: { title: string }) => "react"; + Component = RenderPromise; + ; + ~~~~~~~~~~~~~ +!!! error TS2741: Property 'title' is missing in type '{}' but required in type '{ title: string; }'. +!!! related TS2728 tests/cases/compiler/jsxElementType.tsx:57:43: 'title' is declared here. + ; + ; + ~~~~~~~~~~ +!!! error TS2322: Type '{ excessProp: true; }' is not assignable to type 'IntrinsicAttributes & { title: string; }'. +!!! error TS2322: Property 'excessProp' does not exist on type 'IntrinsicAttributes & { title: string; }'. + + // Class components still work + class RenderStringClass extends React.Component<{ title: string }> { + render() { + return this.props.title; + } + } + Component = RenderStringClass; + ; + ~~~~~~~~~~~~~~~~~ +!!! error TS2769: No overload matches this call. +!!! error TS2769: Overload 1 of 2, '(props: Readonly<{ title: string; }>): RenderStringClass', gave the following error. +!!! error TS2769: Property 'title' is missing in type '{}' but required in type 'Readonly<{ title: string; }>'. +!!! error TS2769: Overload 2 of 2, '(props: { title: string; }, context?: any): RenderStringClass', gave the following error. +!!! error TS2769: Property 'title' is missing in type '{}' but required in type 'Readonly<{ title: string; }>'. +!!! related TS2728 tests/cases/compiler/jsxElementType.tsx:64:51: 'title' is declared here. +!!! related TS2728 tests/cases/compiler/jsxElementType.tsx:64:51: 'title' is declared here. + ; + ; + ~~~~~~~~~~ +!!! error TS2769: No overload matches this call. +!!! error TS2769: Overload 1 of 2, '(props: Readonly<{ title: string; }>): RenderStringClass', gave the following error. +!!! error TS2769: Type '{ excessProp: true; }' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes & Readonly<{ children?: ReactNode; }> & Readonly<{ title: string; }>'. +!!! error TS2769: Property 'excessProp' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes & Readonly<{ children?: ReactNode; }> & Readonly<{ title: string; }>'. +!!! error TS2769: Overload 2 of 2, '(props: { title: string; }, context?: any): RenderStringClass', gave the following error. +!!! error TS2769: Type '{ excessProp: true; }' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes & Readonly<{ children?: ReactNode; }> & Readonly<{ title: string; }>'. +!!! error TS2769: Property 'excessProp' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes & Readonly<{ children?: ReactNode; }> & Readonly<{ title: string; }>'. + + // Host element types still work +
; + ; + // Undeclared host element types are still rejected + ; + ~~~~~~~~ +!!! error TS2339: Property 'boop' does not exist on type 'JSX.IntrinsicElements'. + ; + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +!!! error TS2339: Property 'my-undeclared-custom-element' does not exist on type 'JSX.IntrinsicElements'. + + // Highlighting various ecosystem compat issues + // react-native-gesture-handler + // https://github.com/software-mansion/react-native-gesture-handler/blob/79017e5e7cc2e82e6467851f870920ff836ee04f/src/components/GestureComponents.tsx#L139-L146 + interface ReactNativeFlatListProps {} + function ReactNativeFlatList( + props: {}, + ref: React.ForwardedRef + ) { + return null; + } + ; + ~~~~~~~~~~~~~~~~~~~ +!!! error TS2786: 'ReactNativeFlatList' cannot be used as a JSX component. +!!! error TS2786: Its type '(props: {}, ref: ForwardedRef) => null' is not a valid JSX element type. +!!! error TS2786: Type '(props: {}, ref: ForwardedRef) => null' is not assignable to type '(props: any) => React18ReactNode'. +!!! error TS2786: Target signature provides too few arguments. Expected 2 or more, but got 1. + + // testing higher-order component compat + function f1 React.ReactElement>(Component: T) { + return ; + ~~~~~~~~~ +!!! error TS2322: Type '{}' is not assignable to type 'LibraryManagedAttributes'. + } + + ; + ~~~~~~~~~~ +!!! error TS2304: Cannot find name 'Unresolved'. + ; + ~~~~~~~~~~ +!!! error TS2304: Cannot find name 'Unresolved'. + + declare global { + namespace JSX { + interface IntrinsicElements { + ['a:b']: { a: string }; + } + } + } + + ; + ; + ~ +!!! error TS2322: Type '{ b: string; }' is not assignable to type '{ a: string; }'. +!!! error TS2322: Property 'b' does not exist on type '{ a: string; }'. + ; + ~ +!!! error TS2322: Type '{ a: string; b: string; }' is not assignable to type '{ a: string; }'. +!!! error TS2322: Property 'b' does not exist on type '{ a: string; }'. + \ No newline at end of file diff --git a/tests/baselines/reference/jsxElementType.js b/tests/baselines/reference/jsxElementType.js new file mode 100644 index 0000000000000..ac207922f5fb3 --- /dev/null +++ b/tests/baselines/reference/jsxElementType.js @@ -0,0 +1,248 @@ +//// [jsxElementType.tsx] +/// +import * as React from "react"; + +type React18ReactFragment = ReadonlyArray; +type React18ReactNode = + | React.ReactElement + | string + | number + | React18ReactFragment + | React.ReactPortal + | boolean + | null + | undefined + | Promise; + +// // React.JSXElementConstructor but it now can return React nodes from function components. +type NewReactJSXElementConstructor

= + | ((props: P) => React18ReactNode) + | (new (props: P) => React.Component); + +declare global { + namespace JSX { + type ElementType = string | NewReactJSXElementConstructor; + interface IntrinsicElements { + ['my-custom-element']: React.DOMAttributes; + } + } +} + +let Component: NewReactJSXElementConstructor<{ title: string }>; + +const RenderElement = ({ title }: { title: string }) =>

{title}
; +Component = RenderElement; +; +; +; + +const RenderString = ({ title }: { title: string }) => title; +Component = RenderString; +; +; +; + +const RenderNumber = ({ title }: { title: string }) => title.length; +Component = RenderNumber; +; +; +; + +const RenderArray = ({ title }: { title: string }) => [title]; +Component = RenderArray; +; +; +; + +// React Server Component +const RenderPromise = async ({ title }: { title: string }) => "react"; +Component = RenderPromise; +; +; +; + +// Class components still work +class RenderStringClass extends React.Component<{ title: string }> { + render() { + return this.props.title; + } +} +Component = RenderStringClass; +; +; +; + +// Host element types still work +
; +; +// Undeclared host element types are still rejected +; +; + +// Highlighting various ecosystem compat issues +// react-native-gesture-handler +// https://github.com/software-mansion/react-native-gesture-handler/blob/79017e5e7cc2e82e6467851f870920ff836ee04f/src/components/GestureComponents.tsx#L139-L146 +interface ReactNativeFlatListProps {} +function ReactNativeFlatList( + props: {}, + ref: React.ForwardedRef +) { + return null; +} +; + +// testing higher-order component compat +function f1 React.ReactElement>(Component: T) { + return ; +} + +; +; + +declare global { + namespace JSX { + interface IntrinsicElements { + ['a:b']: { a: string }; + } + } +} + +; +; +; + + +//// [jsxElementType.js] +"use strict"; +var __extends = (this && this.__extends) || (function () { + var extendStatics = function (d, b) { + extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; }; + return extendStatics(d, b); + }; + return function (d, b) { + if (typeof b !== "function" && b !== null) + throw new TypeError("Class extends value " + String(b) + " is not a constructor or null"); + extendStatics(d, b); + function __() { this.constructor = d; } + d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); + }; +})(); +var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { + function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } + return new (P || (P = Promise))(function (resolve, reject) { + function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } } + function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } } + function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } + step((generator = generator.apply(thisArg, _arguments || [])).next()); + }); +}; +var __generator = (this && this.__generator) || function (thisArg, body) { + var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g; + return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g; + function verb(n) { return function (v) { return step([n, v]); }; } + function step(op) { + if (f) throw new TypeError("Generator is already executing."); + while (g && (g = 0, op[0] && (_ = 0)), _) try { + if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t; + if (y = 0, t) op = [op[0] & 2, t.value]; + switch (op[0]) { + case 0: case 1: t = op; break; + case 4: _.label++; return { value: op[1], done: false }; + case 5: _.label++; y = op[1]; op = [0]; continue; + case 7: op = _.ops.pop(); _.trys.pop(); continue; + default: + if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; } + if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; } + if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; } + if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; } + if (t[2]) _.ops.pop(); + _.trys.pop(); continue; + } + op = body.call(thisArg, _); + } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; } + if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true }; + } +}; +Object.defineProperty(exports, "__esModule", { value: true }); +/// +var React = require("react"); +var Component; +var RenderElement = function (_a) { + var title = _a.title; + return React.createElement("div", null, title); +}; +Component = RenderElement; +React.createElement(RenderElement, null); +React.createElement(RenderElement, { title: "react" }); +React.createElement(RenderElement, { excessProp: true }); +var RenderString = function (_a) { + var title = _a.title; + return title; +}; +Component = RenderString; +React.createElement(RenderString, null); +React.createElement(RenderString, { title: "react" }); +React.createElement(RenderString, { excessProp: true }); +var RenderNumber = function (_a) { + var title = _a.title; + return title.length; +}; +Component = RenderNumber; +React.createElement(RenderNumber, null); +React.createElement(RenderNumber, { title: "react" }); +React.createElement(RenderNumber, { excessProp: true }); +var RenderArray = function (_a) { + var title = _a.title; + return [title]; +}; +Component = RenderArray; +React.createElement(RenderArray, null); +React.createElement(RenderArray, { title: "react" }); +React.createElement(RenderArray, { excessProp: true }); +// React Server Component +var RenderPromise = function (_a) { + var title = _a.title; + return __awaiter(void 0, void 0, void 0, function () { return __generator(this, function (_b) { + return [2 /*return*/, "react"]; + }); }); +}; +Component = RenderPromise; +React.createElement(RenderPromise, null); +React.createElement(RenderPromise, { title: "react" }); +React.createElement(RenderPromise, { excessProp: true }); +// Class components still work +var RenderStringClass = /** @class */ (function (_super) { + __extends(RenderStringClass, _super); + function RenderStringClass() { + return _super !== null && _super.apply(this, arguments) || this; + } + RenderStringClass.prototype.render = function () { + return this.props.title; + }; + return RenderStringClass; +}(React.Component)); +Component = RenderStringClass; +React.createElement(RenderStringClass, null); +React.createElement(RenderStringClass, { title: "react" }); +React.createElement(RenderStringClass, { excessProp: true }); +// Host element types still work +React.createElement("div", null); +React.createElement("my-custom-element", null); +// Undeclared host element types are still rejected +React.createElement("boop", null); +React.createElement("my-undeclared-custom-element", null); +function ReactNativeFlatList(props, ref) { + return null; +} +React.createElement(ReactNativeFlatList, null); +// testing higher-order component compat +function f1(Component) { + return React.createElement(Component, null); +} +React.createElement(Unresolved, null); +React.createElement(Unresolved, { foo: "abc" }); +React.createElement("a:b", { a: "accepted" }); +React.createElement("a:b", { b: "rejected" }); +React.createElement("a:b", { a: "accepted", b: "rejected" }); diff --git a/tests/baselines/reference/jsxElementType.symbols b/tests/baselines/reference/jsxElementType.symbols new file mode 100644 index 0000000000000..f7862688c0a46 --- /dev/null +++ b/tests/baselines/reference/jsxElementType.symbols @@ -0,0 +1,301 @@ +=== tests/cases/compiler/jsxElementType.tsx === +/// +import * as React from "react"; +>React : Symbol(React, Decl(jsxElementType.tsx, 1, 6)) + +type React18ReactFragment = ReadonlyArray; +>React18ReactFragment : Symbol(React18ReactFragment, Decl(jsxElementType.tsx, 1, 31)) +>ReadonlyArray : Symbol(ReadonlyArray, Decl(lib.es5.d.ts, --, --)) +>React18ReactNode : Symbol(React18ReactNode, Decl(jsxElementType.tsx, 3, 60)) + +type React18ReactNode = +>React18ReactNode : Symbol(React18ReactNode, Decl(jsxElementType.tsx, 3, 60)) + + | React.ReactElement +>React : Symbol(React, Decl(jsxElementType.tsx, 1, 6)) +>ReactElement : Symbol(React.ReactElement, Decl(react16.d.ts, 135, 9)) + + | string + | number + | React18ReactFragment +>React18ReactFragment : Symbol(React18ReactFragment, Decl(jsxElementType.tsx, 1, 31)) + + | React.ReactPortal +>React : Symbol(React, Decl(jsxElementType.tsx, 1, 6)) +>ReactPortal : Symbol(React.ReactPortal, Decl(react16.d.ts, 172, 9)) + + | boolean + | null + | undefined + | Promise; +>Promise : Symbol(Promise, Decl(lib.es5.d.ts, --, --)) +>React18ReactNode : Symbol(React18ReactNode, Decl(jsxElementType.tsx, 3, 60)) + +// // React.JSXElementConstructor but it now can return React nodes from function components. +type NewReactJSXElementConstructor

= +>NewReactJSXElementConstructor : Symbol(NewReactJSXElementConstructor, Decl(jsxElementType.tsx, 13, 30)) +>P : Symbol(P, Decl(jsxElementType.tsx, 16, 35)) + + | ((props: P) => React18ReactNode) +>props : Symbol(props, Decl(jsxElementType.tsx, 17, 6)) +>P : Symbol(P, Decl(jsxElementType.tsx, 16, 35)) +>React18ReactNode : Symbol(React18ReactNode, Decl(jsxElementType.tsx, 3, 60)) + + | (new (props: P) => React.Component); +>props : Symbol(props, Decl(jsxElementType.tsx, 18, 10)) +>P : Symbol(P, Decl(jsxElementType.tsx, 16, 35)) +>React : Symbol(React, Decl(jsxElementType.tsx, 1, 6)) +>Component : Symbol(React.Component, Decl(react16.d.ts, 345, 54), Decl(react16.d.ts, 349, 94)) +>P : Symbol(P, Decl(jsxElementType.tsx, 16, 35)) + +declare global { +>global : Symbol(global, Decl(jsxElementType.tsx, 18, 48), Decl(jsxElementType.tsx, 98, 25)) + + namespace JSX { +>JSX : Symbol(JSX, Decl(react16.d.ts, 2493, 12), Decl(jsxElementType.tsx, 20, 16), Decl(jsxElementType.tsx, 100, 16)) + + type ElementType = string | NewReactJSXElementConstructor; +>ElementType : Symbol(ElementType, Decl(jsxElementType.tsx, 21, 17)) +>NewReactJSXElementConstructor : Symbol(NewReactJSXElementConstructor, Decl(jsxElementType.tsx, 13, 30)) + + interface IntrinsicElements { +>IntrinsicElements : Symbol(IntrinsicElements, Decl(react16.d.ts, 2514, 86), Decl(jsxElementType.tsx, 22, 67), Decl(jsxElementType.tsx, 101, 19)) + + ['my-custom-element']: React.DOMAttributes; +>['my-custom-element'] : Symbol(IntrinsicElements['my-custom-element'], Decl(jsxElementType.tsx, 23, 33)) +>'my-custom-element' : Symbol(IntrinsicElements['my-custom-element'], Decl(jsxElementType.tsx, 23, 33)) +>React : Symbol(React, Decl(jsxElementType.tsx, 1, 6)) +>DOMAttributes : Symbol(React.DOMAttributes, Decl(react16.d.ts, 844, 9)) + } + } +} + +let Component: NewReactJSXElementConstructor<{ title: string }>; +>Component : Symbol(Component, Decl(jsxElementType.tsx, 29, 3)) +>NewReactJSXElementConstructor : Symbol(NewReactJSXElementConstructor, Decl(jsxElementType.tsx, 13, 30)) +>title : Symbol(title, Decl(jsxElementType.tsx, 29, 46)) + +const RenderElement = ({ title }: { title: string }) =>

{title}
; +>RenderElement : Symbol(RenderElement, Decl(jsxElementType.tsx, 31, 5)) +>title : Symbol(title, Decl(jsxElementType.tsx, 31, 24)) +>title : Symbol(title, Decl(jsxElementType.tsx, 31, 35)) +>div : Symbol(JSX.IntrinsicElements.div, Decl(react16.d.ts, 2546, 114)) +>title : Symbol(title, Decl(jsxElementType.tsx, 31, 24)) +>div : Symbol(JSX.IntrinsicElements.div, Decl(react16.d.ts, 2546, 114)) + +Component = RenderElement; +>Component : Symbol(Component, Decl(jsxElementType.tsx, 29, 3)) +>RenderElement : Symbol(RenderElement, Decl(jsxElementType.tsx, 31, 5)) + +; +>RenderElement : Symbol(RenderElement, Decl(jsxElementType.tsx, 31, 5)) + +; +>RenderElement : Symbol(RenderElement, Decl(jsxElementType.tsx, 31, 5)) +>title : Symbol(title, Decl(jsxElementType.tsx, 34, 14)) + +; +>RenderElement : Symbol(RenderElement, Decl(jsxElementType.tsx, 31, 5)) +>excessProp : Symbol(excessProp, Decl(jsxElementType.tsx, 35, 14)) + +const RenderString = ({ title }: { title: string }) => title; +>RenderString : Symbol(RenderString, Decl(jsxElementType.tsx, 37, 5)) +>title : Symbol(title, Decl(jsxElementType.tsx, 37, 23)) +>title : Symbol(title, Decl(jsxElementType.tsx, 37, 34)) +>title : Symbol(title, Decl(jsxElementType.tsx, 37, 23)) + +Component = RenderString; +>Component : Symbol(Component, Decl(jsxElementType.tsx, 29, 3)) +>RenderString : Symbol(RenderString, Decl(jsxElementType.tsx, 37, 5)) + +; +>RenderString : Symbol(RenderString, Decl(jsxElementType.tsx, 37, 5)) + +; +>RenderString : Symbol(RenderString, Decl(jsxElementType.tsx, 37, 5)) +>title : Symbol(title, Decl(jsxElementType.tsx, 40, 13)) + +; +>RenderString : Symbol(RenderString, Decl(jsxElementType.tsx, 37, 5)) +>excessProp : Symbol(excessProp, Decl(jsxElementType.tsx, 41, 13)) + +const RenderNumber = ({ title }: { title: string }) => title.length; +>RenderNumber : Symbol(RenderNumber, Decl(jsxElementType.tsx, 43, 5)) +>title : Symbol(title, Decl(jsxElementType.tsx, 43, 23)) +>title : Symbol(title, Decl(jsxElementType.tsx, 43, 34)) +>title.length : Symbol(String.length, Decl(lib.es5.d.ts, --, --)) +>title : Symbol(title, Decl(jsxElementType.tsx, 43, 23)) +>length : Symbol(String.length, Decl(lib.es5.d.ts, --, --)) + +Component = RenderNumber; +>Component : Symbol(Component, Decl(jsxElementType.tsx, 29, 3)) +>RenderNumber : Symbol(RenderNumber, Decl(jsxElementType.tsx, 43, 5)) + +; +>RenderNumber : Symbol(RenderNumber, Decl(jsxElementType.tsx, 43, 5)) + +; +>RenderNumber : Symbol(RenderNumber, Decl(jsxElementType.tsx, 43, 5)) +>title : Symbol(title, Decl(jsxElementType.tsx, 46, 13)) + +; +>RenderNumber : Symbol(RenderNumber, Decl(jsxElementType.tsx, 43, 5)) +>excessProp : Symbol(excessProp, Decl(jsxElementType.tsx, 47, 13)) + +const RenderArray = ({ title }: { title: string }) => [title]; +>RenderArray : Symbol(RenderArray, Decl(jsxElementType.tsx, 49, 5)) +>title : Symbol(title, Decl(jsxElementType.tsx, 49, 22)) +>title : Symbol(title, Decl(jsxElementType.tsx, 49, 33)) +>title : Symbol(title, Decl(jsxElementType.tsx, 49, 22)) + +Component = RenderArray; +>Component : Symbol(Component, Decl(jsxElementType.tsx, 29, 3)) +>RenderArray : Symbol(RenderArray, Decl(jsxElementType.tsx, 49, 5)) + +; +>RenderArray : Symbol(RenderArray, Decl(jsxElementType.tsx, 49, 5)) + +; +>RenderArray : Symbol(RenderArray, Decl(jsxElementType.tsx, 49, 5)) +>title : Symbol(title, Decl(jsxElementType.tsx, 52, 12)) + +; +>RenderArray : Symbol(RenderArray, Decl(jsxElementType.tsx, 49, 5)) +>excessProp : Symbol(excessProp, Decl(jsxElementType.tsx, 53, 12)) + +// React Server Component +const RenderPromise = async ({ title }: { title: string }) => "react"; +>RenderPromise : Symbol(RenderPromise, Decl(jsxElementType.tsx, 56, 5)) +>title : Symbol(title, Decl(jsxElementType.tsx, 56, 30)) +>title : Symbol(title, Decl(jsxElementType.tsx, 56, 41)) + +Component = RenderPromise; +>Component : Symbol(Component, Decl(jsxElementType.tsx, 29, 3)) +>RenderPromise : Symbol(RenderPromise, Decl(jsxElementType.tsx, 56, 5)) + +; +>RenderPromise : Symbol(RenderPromise, Decl(jsxElementType.tsx, 56, 5)) + +; +>RenderPromise : Symbol(RenderPromise, Decl(jsxElementType.tsx, 56, 5)) +>title : Symbol(title, Decl(jsxElementType.tsx, 59, 14)) + +; +>RenderPromise : Symbol(RenderPromise, Decl(jsxElementType.tsx, 56, 5)) +>excessProp : Symbol(excessProp, Decl(jsxElementType.tsx, 60, 14)) + +// Class components still work +class RenderStringClass extends React.Component<{ title: string }> { +>RenderStringClass : Symbol(RenderStringClass, Decl(jsxElementType.tsx, 60, 29)) +>React.Component : Symbol(React.Component, Decl(react16.d.ts, 345, 54), Decl(react16.d.ts, 349, 94)) +>React : Symbol(React, Decl(jsxElementType.tsx, 1, 6)) +>Component : Symbol(React.Component, Decl(react16.d.ts, 345, 54), Decl(react16.d.ts, 349, 94)) +>title : Symbol(title, Decl(jsxElementType.tsx, 63, 49)) + + render() { +>render : Symbol(RenderStringClass.render, Decl(jsxElementType.tsx, 63, 68)) + + return this.props.title; +>this.props.title : Symbol(title, Decl(jsxElementType.tsx, 63, 49)) +>this.props : Symbol(React.Component.props, Decl(react16.d.ts, 367, 32)) +>this : Symbol(RenderStringClass, Decl(jsxElementType.tsx, 60, 29)) +>props : Symbol(React.Component.props, Decl(react16.d.ts, 367, 32)) +>title : Symbol(title, Decl(jsxElementType.tsx, 63, 49)) + } +} +Component = RenderStringClass; +>Component : Symbol(Component, Decl(jsxElementType.tsx, 29, 3)) +>RenderStringClass : Symbol(RenderStringClass, Decl(jsxElementType.tsx, 60, 29)) + +; +>RenderStringClass : Symbol(RenderStringClass, Decl(jsxElementType.tsx, 60, 29)) + +; +>RenderStringClass : Symbol(RenderStringClass, Decl(jsxElementType.tsx, 60, 29)) +>title : Symbol(title, Decl(jsxElementType.tsx, 70, 18)) + +; +>RenderStringClass : Symbol(RenderStringClass, Decl(jsxElementType.tsx, 60, 29)) +>excessProp : Symbol(excessProp, Decl(jsxElementType.tsx, 71, 18)) + +// Host element types still work +
; +>div : Symbol(JSX.IntrinsicElements.div, Decl(react16.d.ts, 2546, 114)) + +; +>my-custom-element : Symbol(JSX.IntrinsicElements['my-custom-element'], Decl(jsxElementType.tsx, 23, 33)) + +// Undeclared host element types are still rejected +; +; + +// Highlighting various ecosystem compat issues +// react-native-gesture-handler +// https://github.com/software-mansion/react-native-gesture-handler/blob/79017e5e7cc2e82e6467851f870920ff836ee04f/src/components/GestureComponents.tsx#L139-L146 +interface ReactNativeFlatListProps {} +>ReactNativeFlatListProps : Symbol(ReactNativeFlatListProps, Decl(jsxElementType.tsx, 78, 33)) +>Item : Symbol(Item, Decl(jsxElementType.tsx, 83, 35)) + +function ReactNativeFlatList( +>ReactNativeFlatList : Symbol(ReactNativeFlatList, Decl(jsxElementType.tsx, 83, 43)) + + props: {}, +>props : Symbol(props, Decl(jsxElementType.tsx, 84, 29)) + + ref: React.ForwardedRef +>ref : Symbol(ref, Decl(jsxElementType.tsx, 85, 12)) +>React : Symbol(React, Decl(jsxElementType.tsx, 1, 6)) +>ForwardedRef : Symbol(React.ForwardedRef, Decl(react16.d.ts, 2355, 9)) +>ReactNativeFlatList : Symbol(ReactNativeFlatList, Decl(jsxElementType.tsx, 83, 43)) + +) { + return null; +} +; +>ReactNativeFlatList : Symbol(ReactNativeFlatList, Decl(jsxElementType.tsx, 83, 43)) + +// testing higher-order component compat +function f1 React.ReactElement>(Component: T) { +>f1 : Symbol(f1, Decl(jsxElementType.tsx, 90, 24)) +>T : Symbol(T, Decl(jsxElementType.tsx, 93, 12)) +>props : Symbol(props, Decl(jsxElementType.tsx, 93, 23)) +>React : Symbol(React, Decl(jsxElementType.tsx, 1, 6)) +>ReactElement : Symbol(React.ReactElement, Decl(react16.d.ts, 135, 9)) +>Component : Symbol(Component, Decl(jsxElementType.tsx, 93, 62)) +>T : Symbol(T, Decl(jsxElementType.tsx, 93, 12)) + + return ; +>Component : Symbol(Component, Decl(jsxElementType.tsx, 93, 62)) +} + +; +; +>foo : Symbol(foo, Decl(jsxElementType.tsx, 98, 11)) + +declare global { +>global : Symbol(global, Decl(jsxElementType.tsx, 18, 48), Decl(jsxElementType.tsx, 98, 25)) + + namespace JSX { +>JSX : Symbol(JSX, Decl(react16.d.ts, 2493, 12), Decl(jsxElementType.tsx, 20, 16), Decl(jsxElementType.tsx, 100, 16)) + + interface IntrinsicElements { +>IntrinsicElements : Symbol(IntrinsicElements, Decl(react16.d.ts, 2514, 86), Decl(jsxElementType.tsx, 22, 67), Decl(jsxElementType.tsx, 101, 19)) + + ['a:b']: { a: string }; +>['a:b'] : Symbol(IntrinsicElements['a:b'], Decl(jsxElementType.tsx, 102, 35)) +>'a:b' : Symbol(IntrinsicElements['a:b'], Decl(jsxElementType.tsx, 102, 35)) +>a : Symbol(a, Decl(jsxElementType.tsx, 103, 20)) + } + } +} + +; +>a : Symbol(a, Decl(jsxElementType.tsx, 108, 4)) + +; +>b : Symbol(b, Decl(jsxElementType.tsx, 109, 4)) + +; +>a : Symbol(a, Decl(jsxElementType.tsx, 110, 4)) +>b : Symbol(b, Decl(jsxElementType.tsx, 110, 17)) + diff --git a/tests/baselines/reference/jsxElementType.types b/tests/baselines/reference/jsxElementType.types new file mode 100644 index 0000000000000..c9064857cdbbb --- /dev/null +++ b/tests/baselines/reference/jsxElementType.types @@ -0,0 +1,324 @@ +=== tests/cases/compiler/jsxElementType.tsx === +/// +import * as React from "react"; +>React : typeof React + +type React18ReactFragment = ReadonlyArray; +>React18ReactFragment : readonly React18ReactNode[] + +type React18ReactNode = +>React18ReactNode : string | number | boolean | React.ReactElement | React.ReactPortal | React18ReactFragment | Promise | null | undefined + + | React.ReactElement +>React : any + + | string + | number + | React18ReactFragment + | React.ReactPortal +>React : any + + | boolean + | null + | undefined + | Promise; + +// // React.JSXElementConstructor but it now can return React nodes from function components. +type NewReactJSXElementConstructor

= +>NewReactJSXElementConstructor : NewReactJSXElementConstructor

+ + | ((props: P) => React18ReactNode) +>props : P + + | (new (props: P) => React.Component); +>props : P +>React : any + +declare global { +>global : any + + namespace JSX { + type ElementType = string | NewReactJSXElementConstructor; +>ElementType : string | NewReactJSXElementConstructor + + interface IntrinsicElements { + ['my-custom-element']: React.DOMAttributes; +>['my-custom-element'] : React.DOMAttributes +>'my-custom-element' : "my-custom-element" +>React : any + } + } +} + +let Component: NewReactJSXElementConstructor<{ title: string }>; +>Component : NewReactJSXElementConstructor<{ title: string; }> +>title : string + +const RenderElement = ({ title }: { title: string }) =>

{title}
; +>RenderElement : ({ title }: { title: string; }) => JSX.Element +>({ title }: { title: string }) =>
{title}
: ({ title }: { title: string; }) => JSX.Element +>title : string +>title : string +>
{title}
: JSX.Element +>div : any +>title : string +>div : any + +Component = RenderElement; +>Component = RenderElement : ({ title }: { title: string; }) => JSX.Element +>Component : NewReactJSXElementConstructor<{ title: string; }> +>RenderElement : ({ title }: { title: string; }) => JSX.Element + +; +> : JSX.Element +>RenderElement : ({ title }: { title: string; }) => JSX.Element + +; +> : JSX.Element +>RenderElement : ({ title }: { title: string; }) => JSX.Element +>title : string + +; +> : JSX.Element +>RenderElement : ({ title }: { title: string; }) => JSX.Element +>excessProp : true + +const RenderString = ({ title }: { title: string }) => title; +>RenderString : ({ title }: { title: string; }) => string +>({ title }: { title: string }) => title : ({ title }: { title: string; }) => string +>title : string +>title : string +>title : string + +Component = RenderString; +>Component = RenderString : ({ title }: { title: string; }) => string +>Component : NewReactJSXElementConstructor<{ title: string; }> +>RenderString : ({ title }: { title: string; }) => string + +; +> : JSX.Element +>RenderString : ({ title }: { title: string; }) => string + +; +> : JSX.Element +>RenderString : ({ title }: { title: string; }) => string +>title : string + +; +> : JSX.Element +>RenderString : ({ title }: { title: string; }) => string +>excessProp : true + +const RenderNumber = ({ title }: { title: string }) => title.length; +>RenderNumber : ({ title }: { title: string; }) => number +>({ title }: { title: string }) => title.length : ({ title }: { title: string; }) => number +>title : string +>title : string +>title.length : number +>title : string +>length : number + +Component = RenderNumber; +>Component = RenderNumber : ({ title }: { title: string; }) => number +>Component : NewReactJSXElementConstructor<{ title: string; }> +>RenderNumber : ({ title }: { title: string; }) => number + +; +> : JSX.Element +>RenderNumber : ({ title }: { title: string; }) => number + +; +> : JSX.Element +>RenderNumber : ({ title }: { title: string; }) => number +>title : string + +; +> : JSX.Element +>RenderNumber : ({ title }: { title: string; }) => number +>excessProp : true + +const RenderArray = ({ title }: { title: string }) => [title]; +>RenderArray : ({ title }: { title: string; }) => string[] +>({ title }: { title: string }) => [title] : ({ title }: { title: string; }) => string[] +>title : string +>title : string +>[title] : string[] +>title : string + +Component = RenderArray; +>Component = RenderArray : ({ title }: { title: string; }) => string[] +>Component : NewReactJSXElementConstructor<{ title: string; }> +>RenderArray : ({ title }: { title: string; }) => string[] + +; +> : JSX.Element +>RenderArray : ({ title }: { title: string; }) => string[] + +; +> : JSX.Element +>RenderArray : ({ title }: { title: string; }) => string[] +>title : string + +; +> : JSX.Element +>RenderArray : ({ title }: { title: string; }) => string[] +>excessProp : true + +// React Server Component +const RenderPromise = async ({ title }: { title: string }) => "react"; +>RenderPromise : ({ title }: { title: string; }) => Promise +>async ({ title }: { title: string }) => "react" : ({ title }: { title: string; }) => Promise +>title : string +>title : string +>"react" : "react" + +Component = RenderPromise; +>Component = RenderPromise : ({ title }: { title: string; }) => Promise +>Component : NewReactJSXElementConstructor<{ title: string; }> +>RenderPromise : ({ title }: { title: string; }) => Promise + +; +> : JSX.Element +>RenderPromise : ({ title }: { title: string; }) => Promise + +; +> : JSX.Element +>RenderPromise : ({ title }: { title: string; }) => Promise +>title : string + +; +> : JSX.Element +>RenderPromise : ({ title }: { title: string; }) => Promise +>excessProp : true + +// Class components still work +class RenderStringClass extends React.Component<{ title: string }> { +>RenderStringClass : RenderStringClass +>React.Component : React.Component<{ title: string; }, {}, any> +>React : typeof React +>Component : typeof React.Component +>title : string + + render() { +>render : () => string + + return this.props.title; +>this.props.title : string +>this.props : Readonly<{ children?: React.ReactNode; }> & Readonly<{ title: string; }> +>this : this +>props : Readonly<{ children?: React.ReactNode; }> & Readonly<{ title: string; }> +>title : string + } +} +Component = RenderStringClass; +>Component = RenderStringClass : typeof RenderStringClass +>Component : NewReactJSXElementConstructor<{ title: string; }> +>RenderStringClass : typeof RenderStringClass + +; +> : JSX.Element +>RenderStringClass : typeof RenderStringClass + +; +> : JSX.Element +>RenderStringClass : typeof RenderStringClass +>title : string + +; +> : JSX.Element +>RenderStringClass : typeof RenderStringClass +>excessProp : true + +// Host element types still work +
; +>
: JSX.Element +>div : any + +; +> : JSX.Element +>my-custom-element : any + +// Undeclared host element types are still rejected +; +> : JSX.Element +>boop : any + +; +> : JSX.Element +>my-undeclared-custom-element : any + +// Highlighting various ecosystem compat issues +// react-native-gesture-handler +// https://github.com/software-mansion/react-native-gesture-handler/blob/79017e5e7cc2e82e6467851f870920ff836ee04f/src/components/GestureComponents.tsx#L139-L146 +interface ReactNativeFlatListProps {} +function ReactNativeFlatList( +>ReactNativeFlatList : (props: {}, ref: React.ForwardedRef) => null + + props: {}, +>props : {} + + ref: React.ForwardedRef +>ref : React.ForwardedRef<(props: {}, ref: React.ForwardedRef) => null> +>React : any +>ReactNativeFlatList : (props: {}, ref: React.ForwardedRef) => null + +) { + return null; +} +; +> : JSX.Element +>ReactNativeFlatList : (props: {}, ref: React.ForwardedRef) => null + +// testing higher-order component compat +function f1 React.ReactElement>(Component: T) { +>f1 : React.ReactElement>(Component: T) => JSX.Element +>props : {} +>React : any +>Component : T + + return ; +> : JSX.Element +>Component : T +} + +; +> : JSX.Element +>Unresolved : any + +; +> : JSX.Element +>Unresolved : any +>foo : string + +declare global { +>global : any + + namespace JSX { + interface IntrinsicElements { + ['a:b']: { a: string }; +>['a:b'] : { a: string; } +>'a:b' : "a:b" +>a : string + } + } +} + +; +> : JSX.Element +>a : any +>b : any +>a : string + +; +> : JSX.Element +>a : any +>b : any +>b : string + +; +> : JSX.Element +>a : any +>b : any +>a : string +>b : string + diff --git a/tests/baselines/reference/jsxElementTypeLiteral.errors.txt b/tests/baselines/reference/jsxElementTypeLiteral.errors.txt new file mode 100644 index 0000000000000..942df5ad7c5a9 --- /dev/null +++ b/tests/baselines/reference/jsxElementTypeLiteral.errors.txt @@ -0,0 +1,37 @@ +tests/cases/compiler/jsxElementTypeLiteral.tsx(16,10): error TS2786: 'span' cannot be used as a JSX component. + Its type '"span"' is not a valid JSX element type. +tests/cases/compiler/jsxElementTypeLiteral.tsx(20,9): error TS2339: Property 'ruhroh' does not exist on type 'JSX.IntrinsicElements'. +tests/cases/compiler/jsxElementTypeLiteral.tsx(20,10): error TS2786: 'ruhroh' cannot be used as a JSX component. + Its type '"ruhroh"' is not a valid JSX element type. + + +==== tests/cases/compiler/jsxElementTypeLiteral.tsx (3 errors) ==== + /// + import * as React from "react"; + + declare global { + namespace JSX { + // This should only use keys of JSX.IntrinsicElements. + // Diverging here to illustrate different error messages. + type ElementType = "div"; + } + } + + // should be fine - `ElementType` accepts `div` + let a =
; + + // should be an error - `ElementType` does not accept `span` + let b = ; + ~~~~ +!!! error TS2786: 'span' cannot be used as a JSX component. +!!! error TS2786: Its type '"span"' is not a valid JSX element type. + + // Should be an error. + // `ruhroh` is in neither `IntrinsicElements` nor `ElementType` + let c = ; + ~~~~~~~~~~ +!!! error TS2339: Property 'ruhroh' does not exist on type 'JSX.IntrinsicElements'. + ~~~~~~ +!!! error TS2786: 'ruhroh' cannot be used as a JSX component. +!!! error TS2786: Its type '"ruhroh"' is not a valid JSX element type. + \ No newline at end of file diff --git a/tests/baselines/reference/jsxElementTypeLiteral.js b/tests/baselines/reference/jsxElementTypeLiteral.js new file mode 100644 index 0000000000000..95472a281f0e1 --- /dev/null +++ b/tests/baselines/reference/jsxElementTypeLiteral.js @@ -0,0 +1,35 @@ +//// [jsxElementTypeLiteral.tsx] +/// +import * as React from "react"; + +declare global { + namespace JSX { + // This should only use keys of JSX.IntrinsicElements. + // Diverging here to illustrate different error messages. + type ElementType = "div"; + } +} + +// should be fine - `ElementType` accepts `div` +let a =
; + +// should be an error - `ElementType` does not accept `span` +let b = ; + +// Should be an error. +// `ruhroh` is in neither `IntrinsicElements` nor `ElementType` +let c = ; + + +//// [jsxElementTypeLiteral.js] +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +/// +var React = require("react"); +// should be fine - `ElementType` accepts `div` +var a = React.createElement("div", null); +// should be an error - `ElementType` does not accept `span` +var b = React.createElement("span", null); +// Should be an error. +// `ruhroh` is in neither `IntrinsicElements` nor `ElementType` +var c = React.createElement("ruhroh", null); diff --git a/tests/baselines/reference/jsxElementTypeLiteral.symbols b/tests/baselines/reference/jsxElementTypeLiteral.symbols new file mode 100644 index 0000000000000..ffd61d8a345b1 --- /dev/null +++ b/tests/baselines/reference/jsxElementTypeLiteral.symbols @@ -0,0 +1,33 @@ +=== tests/cases/compiler/jsxElementTypeLiteral.tsx === +/// +import * as React from "react"; +>React : Symbol(React, Decl(jsxElementTypeLiteral.tsx, 1, 6)) + +declare global { +>global : Symbol(global, Decl(jsxElementTypeLiteral.tsx, 1, 31)) + + namespace JSX { +>JSX : Symbol(JSX, Decl(react16.d.ts, 2493, 12), Decl(jsxElementTypeLiteral.tsx, 3, 16)) + + // This should only use keys of JSX.IntrinsicElements. + // Diverging here to illustrate different error messages. + type ElementType = "div"; +>ElementType : Symbol(ElementType, Decl(jsxElementTypeLiteral.tsx, 4, 17)) + } +} + +// should be fine - `ElementType` accepts `div` +let a =
; +>a : Symbol(a, Decl(jsxElementTypeLiteral.tsx, 12, 3)) +>div : Symbol(JSX.IntrinsicElements.div, Decl(react16.d.ts, 2546, 114)) + +// should be an error - `ElementType` does not accept `span` +let b = ; +>b : Symbol(b, Decl(jsxElementTypeLiteral.tsx, 15, 3)) +>span : Symbol(JSX.IntrinsicElements.span, Decl(react16.d.ts, 2609, 114)) + +// Should be an error. +// `ruhroh` is in neither `IntrinsicElements` nor `ElementType` +let c = ; +>c : Symbol(c, Decl(jsxElementTypeLiteral.tsx, 19, 3)) + diff --git a/tests/baselines/reference/jsxElementTypeLiteral.types b/tests/baselines/reference/jsxElementTypeLiteral.types new file mode 100644 index 0000000000000..998c4e8dbeb6c --- /dev/null +++ b/tests/baselines/reference/jsxElementTypeLiteral.types @@ -0,0 +1,35 @@ +=== tests/cases/compiler/jsxElementTypeLiteral.tsx === +/// +import * as React from "react"; +>React : typeof React + +declare global { +>global : any + + namespace JSX { + // This should only use keys of JSX.IntrinsicElements. + // Diverging here to illustrate different error messages. + type ElementType = "div"; +>ElementType : "div" + } +} + +// should be fine - `ElementType` accepts `div` +let a =
; +>a : JSX.Element +>
: JSX.Element +>div : any + +// should be an error - `ElementType` does not accept `span` +let b = ; +>b : JSX.Element +> : JSX.Element +>span : any + +// Should be an error. +// `ruhroh` is in neither `IntrinsicElements` nor `ElementType` +let c = ; +>c : JSX.Element +> : JSX.Element +>ruhroh : any + diff --git a/tests/baselines/reference/jsxEsprimaFbTestSuite.types b/tests/baselines/reference/jsxEsprimaFbTestSuite.types index 4b48d7c378d53..3731eac7a2374 100644 --- a/tests/baselines/reference/jsxEsprimaFbTestSuite.types +++ b/tests/baselines/reference/jsxEsprimaFbTestSuite.types @@ -29,13 +29,18 @@ declare var value; ; > : any ->n:a : any +>n : any +>a : any >n:v : true +>n : any +>v : any {value} ; > {value} : any >a : any >n:foo : string +>n : any +>foo : any >value : any > : any >b : any diff --git a/tests/baselines/reference/jsxInvalidEsprimaTestSuite.errors.txt b/tests/baselines/reference/jsxInvalidEsprimaTestSuite.errors.txt index cbe83ef6ece5a..f332ade0a3d52 100644 --- a/tests/baselines/reference/jsxInvalidEsprimaTestSuite.errors.txt +++ b/tests/baselines/reference/jsxInvalidEsprimaTestSuite.errors.txt @@ -35,7 +35,7 @@ tests/cases/conformance/jsx/17.tsx(1,2): error TS17008: JSX element 'a' has no c tests/cases/conformance/jsx/17.tsx(1,10): error TS1005: '; - ~ + ~ !!! error TS1003: Identifier expected. ==== tests/cases/conformance/jsx/3.tsx (5 errors) ==== <:a />; @@ -127,14 +125,10 @@ tests/cases/conformance/jsx/9.tsx(1,10): error TS2304: Cannot find name 'a:b'. ; ~ !!! error TS17002: Expected corresponding JSX closing tag for 'a:b'. -==== tests/cases/conformance/jsx/9.tsx (3 errors) ==== +==== tests/cases/conformance/jsx/9.tsx (1 errors) ==== ; ~~~ -!!! error TS2304: Cannot find name 'a:b'. - ~~~ !!! error TS2633: JSX property access expressions cannot include JSX namespace names - ~~~ -!!! error TS2304: Cannot find name 'a:b'. ==== tests/cases/conformance/jsx/10.tsx (6 errors) ==== ; ~ diff --git a/tests/baselines/reference/jsxInvalidEsprimaTestSuite.js b/tests/baselines/reference/jsxInvalidEsprimaTestSuite.js index e0d10043838a8..8c1d7dea1c27c 100644 --- a/tests/baselines/reference/jsxInvalidEsprimaTestSuite.js +++ b/tests/baselines/reference/jsxInvalidEsprimaTestSuite.js @@ -77,7 +77,7 @@ var x =
one
/* intervening comment */
two
;; //// [1.jsx] > ; //// [2.jsx] -; +; //// [3.jsx] < ; a / > ; diff --git a/tests/baselines/reference/jsxInvalidEsprimaTestSuite.types b/tests/baselines/reference/jsxInvalidEsprimaTestSuite.types index 277d3da9da61b..e3bb4ff69559f 100644 --- a/tests/baselines/reference/jsxInvalidEsprimaTestSuite.types +++ b/tests/baselines/reference/jsxInvalidEsprimaTestSuite.types @@ -11,6 +11,7 @@ declare var React: any; ; > : any >a : any +> : any === tests/cases/conformance/jsx/3.tsx === <:a />; @@ -51,17 +52,20 @@ declare var React: any; === tests/cases/conformance/jsx/8.tsx === ; > : any ->a:b : any +>a : any +>b : any >b : any === tests/cases/conformance/jsx/9.tsx === ; > : any >a:b.c : any ->a:b : any +>a : any +>b : any >c : any >a:b.c : any ->a:b : any +>a : any +>b : any >c : any === tests/cases/conformance/jsx/10.tsx === diff --git a/tests/baselines/reference/jsxNamespacePrefixInName.errors.txt b/tests/baselines/reference/jsxNamespacePrefixInName.errors.txt index a983e8736b03c..b600af4c155a7 100644 --- a/tests/baselines/reference/jsxNamespacePrefixInName.errors.txt +++ b/tests/baselines/reference/jsxNamespacePrefixInName.errors.txt @@ -15,11 +15,10 @@ tests/cases/compiler/jsxNamespacePrefixInName.tsx(11,32): error TS1003: Identifi tests/cases/compiler/jsxNamespacePrefixInName.tsx(11,68): error TS1005: '>' expected. tests/cases/compiler/jsxNamespacePrefixInName.tsx(11,73): error TS1005: ',' expected. tests/cases/compiler/jsxNamespacePrefixInName.tsx(11,74): error TS1109: Expression expected. -tests/cases/compiler/jsxNamespacePrefixInName.tsx(21,21): error TS1003: Identifier expected. -tests/cases/compiler/jsxNamespacePrefixInName.tsx(22,26): error TS1003: Identifier expected. +tests/cases/compiler/jsxNamespacePrefixInName.tsx(21,27): error TS1003: Identifier expected. +tests/cases/compiler/jsxNamespacePrefixInName.tsx(21,29): error TS1005: '...' expected. +tests/cases/compiler/jsxNamespacePrefixInName.tsx(21,29): error TS2698: Spread types may only be created from object types. tests/cases/compiler/jsxNamespacePrefixInName.tsx(22,27): error TS1003: Identifier expected. -tests/cases/compiler/jsxNamespacePrefixInName.tsx(22,29): error TS1005: '...' expected. -tests/cases/compiler/jsxNamespacePrefixInName.tsx(22,29): error TS2698: Spread types may only be created from object types. tests/cases/compiler/jsxNamespacePrefixInName.tsx(24,21): error TS1109: Expression expected. tests/cases/compiler/jsxNamespacePrefixInName.tsx(24,22): error TS1109: Expression expected. tests/cases/compiler/jsxNamespacePrefixInName.tsx(24,25): error TS1005: ',' expected. @@ -27,10 +26,12 @@ tests/cases/compiler/jsxNamespacePrefixInName.tsx(24,30): error TS2362: The left tests/cases/compiler/jsxNamespacePrefixInName.tsx(24,38): error TS1005: ':' expected. tests/cases/compiler/jsxNamespacePrefixInName.tsx(24,41): error TS1109: Expression expected. tests/cases/compiler/jsxNamespacePrefixInName.tsx(24,42): error TS1109: Expression expected. -tests/cases/compiler/jsxNamespacePrefixInName.tsx(25,24): error TS1003: Identifier expected. +tests/cases/compiler/jsxNamespacePrefixInName.tsx(25,29): error TS1003: Identifier expected. +tests/cases/compiler/jsxNamespacePrefixInName.tsx(25,31): error TS1005: '...' expected. +tests/cases/compiler/jsxNamespacePrefixInName.tsx(25,31): error TS2698: Spread types may only be created from object types. -==== tests/cases/compiler/jsxNamespacePrefixInName.tsx (30 errors) ==== +==== tests/cases/compiler/jsxNamespacePrefixInName.tsx (31 errors) ==== var justElement1 = ; var justElement2 = ; var justElement3 = ; @@ -86,17 +87,15 @@ tests/cases/compiler/jsxNamespacePrefixInName.tsx(25,24): error TS1003: Identifi var both3 = {"text"}; var endOfIdent1 = ; - ~ -!!! error TS1003: Identifier expected. - var endOfIdent2 = ; - ~ -!!! error TS1003: Identifier expected. ~ !!! error TS1003: Identifier expected. ~~~~~~~ !!! error TS1005: '...' expected. ~~~~~~~ !!! error TS2698: Spread types may only be created from object types. + var endOfIdent2 = ; + ~ +!!! error TS1003: Identifier expected. var beginOfIdent1 = <:a attr={"value"} />; ~ @@ -114,8 +113,12 @@ tests/cases/compiler/jsxNamespacePrefixInName.tsx(25,24): error TS1003: Identifi ~ !!! error TS1109: Expression expected. var beginOfIdent2 = ; - ~ + ~ !!! error TS1003: Identifier expected. + ~~~~~~~ +!!! error TS1005: '...' expected. + ~~~~~~~ +!!! error TS2698: Spread types may only be created from object types. var upcaseComponent1 = ; // Parsed as intrinsic var upcaseComponent2 = ; // Parsed as instrinsic diff --git a/tests/baselines/reference/jsxNamespacePrefixInName.js b/tests/baselines/reference/jsxNamespacePrefixInName.js index eca335921a34a..8952eea50106b 100644 --- a/tests/baselines/reference/jsxNamespacePrefixInName.js +++ b/tests/baselines/reference/jsxNamespacePrefixInName.js @@ -50,9 +50,9 @@ var justAttribute3 = {"text"}; var both1 = ; var both2 = ; var both3 = {"text"}; -var endOfIdent1 = ; -var endOfIdent2 = ; +var endOfIdent1 = ; +var endOfIdent2 = ; var beginOfIdent1 = < , a, attr = { "value": } / > ; -var beginOfIdent2 = ; +var beginOfIdent2 = ; var upcaseComponent1 = ; // Parsed as intrinsic var upcaseComponent2 = ; // Parsed as instrinsic diff --git a/tests/baselines/reference/jsxNamespacePrefixInName.symbols b/tests/baselines/reference/jsxNamespacePrefixInName.symbols index 876ffa59e06b2..aaa19da28e0ce 100644 --- a/tests/baselines/reference/jsxNamespacePrefixInName.symbols +++ b/tests/baselines/reference/jsxNamespacePrefixInName.symbols @@ -68,11 +68,10 @@ var both3 = {"text"}; var endOfIdent1 = ; >endOfIdent1 : Symbol(endOfIdent1, Decl(jsxNamespacePrefixInName.tsx, 20, 3)) ->attr : Symbol(attr, Decl(jsxNamespacePrefixInName.tsx, 20, 21)) var endOfIdent2 = ; >endOfIdent2 : Symbol(endOfIdent2, Decl(jsxNamespacePrefixInName.tsx, 21, 3)) ->attr : Symbol(attr, Decl(jsxNamespacePrefixInName.tsx, 21, 20)) +>attr: : Symbol(attr:, Decl(jsxNamespacePrefixInName.tsx, 21, 20)) var beginOfIdent1 = <:a attr={"value"} />; >beginOfIdent1 : Symbol(beginOfIdent1, Decl(jsxNamespacePrefixInName.tsx, 23, 3)) @@ -82,7 +81,6 @@ var beginOfIdent1 = <:a attr={"value"} />; var beginOfIdent2 = ; >beginOfIdent2 : Symbol(beginOfIdent2, Decl(jsxNamespacePrefixInName.tsx, 24, 3)) ->attr : Symbol(attr, Decl(jsxNamespacePrefixInName.tsx, 24, 24)) var upcaseComponent1 = ; // Parsed as intrinsic >upcaseComponent1 : Symbol(upcaseComponent1, Decl(jsxNamespacePrefixInName.tsx, 26, 3)) diff --git a/tests/baselines/reference/jsxNamespacePrefixInName.types b/tests/baselines/reference/jsxNamespacePrefixInName.types index 616ac016b7935..c86c34874c2d9 100644 --- a/tests/baselines/reference/jsxNamespacePrefixInName.types +++ b/tests/baselines/reference/jsxNamespacePrefixInName.types @@ -2,50 +2,62 @@ var justElement1 = ; >justElement1 : any > : any ->a:element : any +>a : any +>element : any var justElement2 = ; >justElement2 : any > : any ->a:element : any ->a:element : any +>a : any +>element : any +>a : any +>element : any var justElement3 = ; >justElement3 : any > : any ->a:element : any +>a : any +>element : any >attr : string >"value" : "value" ->a:element : any +>a : any +>element : any var justElement4 = {"text"}; >justElement4 : any >{"text"} : any ->a:element : any +>a : any +>element : any >"text" : "text" ->a:element : any +>a : any +>element : any var justElement5 = {"text"}; >justElement5 : any >{"text"} : any ->a:element : any +>a : any +>element : any >attr : string >"value" : "value" >"text" : "text" ->a:element : any +>a : any +>element : any var tooManySeparators1 = ; >tooManySeparators1 : any > : any ->a:ele : any +>a : any +>ele : any >ment : true var tooManySeparators2 = ; >tooManySeparators2 : any >a:ele : any +>a : any +>ele : any >ment : true ->a:ele : any +>a : any +>ele : any >ment : any >> : boolean > : any @@ -54,11 +66,13 @@ var tooManySeparators2 = ; var tooManySeparators3 = ; >tooManySeparators3 : any >a:ele : any +>a : any +>ele : any >ment : true >attr : string >"value" : "value" ->a:ele : any +>a : any +>ele : any >ment : any >> : boolean > : any @@ -67,10 +81,12 @@ var tooManySeparators3 = ; var tooManySeparators4 = {"text"}; >tooManySeparators4 : any >{"text"}a:ele : any +>a : any +>ele : any >ment : true >"text" : "text" ->a:ele : any +>a : any +>ele : any >ment : any >> : boolean > : any @@ -79,12 +95,14 @@ var tooManySeparators4 = {"text"}; var tooManySeparators5 = {"text"}; >tooManySeparators5 : any >{"text"}a:ele : any +>a : any +>ele : any >ment : true >attr : string >"value" : "value" >"text" : "text" ->a:ele : any +>a : any +>ele : any >ment : any >> : boolean > : any @@ -95,6 +113,8 @@ var justAttribute1 = ; > : any >element : any >a:attr : string +>a : any +>attr : any >"value" : "value" var justAttribute2 = ; @@ -102,6 +122,8 @@ var justAttribute2 = ; > : any >element : any >a:attr : string +>a : any +>attr : any >"value" : "value" >element : any @@ -110,6 +132,8 @@ var justAttribute3 = {"text"}; >{"text"} : any >element : any >a:attr : string +>a : any +>attr : any >"value" : "value" >"text" : "text" >element : any @@ -117,39 +141,52 @@ var justAttribute3 = {"text"}; var both1 = ; >both1 : any > : any ->a:element : any +>a : any +>element : any >a:attr : string +>a : any +>attr : any >"value" : "value" var both2 = ; >both2 : any > : any ->a:element : any +>a : any +>element : any >k:attr : string +>k : any +>attr : any >"value" : "value" ->a:element : any +>a : any +>element : any var both3 = {"text"}; >both3 : any >{"text"} : any ->a:element : any +>a : any +>element : any >a:attr : string +>a : any +>attr : any >"value" : "value" >"text" : "text" ->a:element : any +>a : any +>element : any var endOfIdent1 = ; >endOfIdent1 : any > : any >a : any ->attr : string +>attr : any >"value" : "value" var endOfIdent2 = ; >endOfIdent2 : any > : any >a : any ->attr : true +>attr: : string +>attr : any +> : any >"value" : "value" var beginOfIdent1 = <:a attr={"value"} />; @@ -171,16 +208,18 @@ var beginOfIdent2 = ; >beginOfIdent2 : any > : any >a : any ->attr : string +>attr : any >"value" : "value" var upcaseComponent1 = ; // Parsed as intrinsic >upcaseComponent1 : any > : any ->ns:Upcase : any +>ns : any +>Upcase : any var upcaseComponent2 = ; // Parsed as instrinsic >upcaseComponent2 : any > : any ->Upcase:element : any +>Upcase : any +>element : any diff --git a/tests/baselines/reference/jsxNamespacePrefixInNameReact.errors.txt b/tests/baselines/reference/jsxNamespacePrefixInNameReact.errors.txt index bae65da057a4b..9aa5eea9df2a8 100644 --- a/tests/baselines/reference/jsxNamespacePrefixInNameReact.errors.txt +++ b/tests/baselines/reference/jsxNamespacePrefixInNameReact.errors.txt @@ -15,11 +15,10 @@ tests/cases/compiler/jsxNamespacePrefixInNameReact.tsx(13,32): error TS1003: Ide tests/cases/compiler/jsxNamespacePrefixInNameReact.tsx(13,68): error TS1005: '>' expected. tests/cases/compiler/jsxNamespacePrefixInNameReact.tsx(13,73): error TS1005: ',' expected. tests/cases/compiler/jsxNamespacePrefixInNameReact.tsx(13,74): error TS1109: Expression expected. -tests/cases/compiler/jsxNamespacePrefixInNameReact.tsx(23,21): error TS1003: Identifier expected. -tests/cases/compiler/jsxNamespacePrefixInNameReact.tsx(24,26): error TS1003: Identifier expected. +tests/cases/compiler/jsxNamespacePrefixInNameReact.tsx(23,27): error TS1003: Identifier expected. +tests/cases/compiler/jsxNamespacePrefixInNameReact.tsx(23,29): error TS1005: '...' expected. +tests/cases/compiler/jsxNamespacePrefixInNameReact.tsx(23,29): error TS2698: Spread types may only be created from object types. tests/cases/compiler/jsxNamespacePrefixInNameReact.tsx(24,27): error TS1003: Identifier expected. -tests/cases/compiler/jsxNamespacePrefixInNameReact.tsx(24,29): error TS1005: '...' expected. -tests/cases/compiler/jsxNamespacePrefixInNameReact.tsx(24,29): error TS2698: Spread types may only be created from object types. tests/cases/compiler/jsxNamespacePrefixInNameReact.tsx(26,21): error TS1109: Expression expected. tests/cases/compiler/jsxNamespacePrefixInNameReact.tsx(26,22): error TS1109: Expression expected. tests/cases/compiler/jsxNamespacePrefixInNameReact.tsx(26,25): error TS1005: ',' expected. @@ -27,10 +26,12 @@ tests/cases/compiler/jsxNamespacePrefixInNameReact.tsx(26,30): error TS2362: The tests/cases/compiler/jsxNamespacePrefixInNameReact.tsx(26,38): error TS1005: ':' expected. tests/cases/compiler/jsxNamespacePrefixInNameReact.tsx(26,41): error TS1109: Expression expected. tests/cases/compiler/jsxNamespacePrefixInNameReact.tsx(26,42): error TS1109: Expression expected. -tests/cases/compiler/jsxNamespacePrefixInNameReact.tsx(27,24): error TS1003: Identifier expected. +tests/cases/compiler/jsxNamespacePrefixInNameReact.tsx(27,29): error TS1003: Identifier expected. +tests/cases/compiler/jsxNamespacePrefixInNameReact.tsx(27,31): error TS1005: '...' expected. +tests/cases/compiler/jsxNamespacePrefixInNameReact.tsx(27,31): error TS2698: Spread types may only be created from object types. -==== tests/cases/compiler/jsxNamespacePrefixInNameReact.tsx (30 errors) ==== +==== tests/cases/compiler/jsxNamespacePrefixInNameReact.tsx (31 errors) ==== declare var React: any; var justElement1 = ; @@ -88,17 +89,15 @@ tests/cases/compiler/jsxNamespacePrefixInNameReact.tsx(27,24): error TS1003: Ide var both3 = {"text"}; var endOfIdent1 = ; - ~ -!!! error TS1003: Identifier expected. - var endOfIdent2 = ; - ~ -!!! error TS1003: Identifier expected. ~ !!! error TS1003: Identifier expected. ~~~~~~~ !!! error TS1005: '...' expected. ~~~~~~~ !!! error TS2698: Spread types may only be created from object types. + var endOfIdent2 = ; + ~ +!!! error TS1003: Identifier expected. var beginOfIdent1 = <:a attr={"value"} />; ~ @@ -116,8 +115,12 @@ tests/cases/compiler/jsxNamespacePrefixInNameReact.tsx(27,24): error TS1003: Ide ~ !!! error TS1109: Expression expected. var beginOfIdent2 = ; - ~ + ~ !!! error TS1003: Identifier expected. + ~~~~~~~ +!!! error TS1005: '...' expected. + ~~~~~~~ +!!! error TS2698: Spread types may only be created from object types. var upcaseComponent1 = ; // Parsed as intrinsic var upcaseComponent2 = ; // Parsed as instrinsic diff --git a/tests/baselines/reference/jsxNamespacePrefixInNameReact.js b/tests/baselines/reference/jsxNamespacePrefixInNameReact.js index c0cee80308aac..84158b12986f5 100644 --- a/tests/baselines/reference/jsxNamespacePrefixInNameReact.js +++ b/tests/baselines/reference/jsxNamespacePrefixInNameReact.js @@ -63,9 +63,9 @@ var justAttribute3 = React.createElement("element", { "a:attr": "value" }, "text var both1 = React.createElement("a:element", { "a:attr": "value" }); var both2 = React.createElement("a:element", { "k:attr": "value" }); var both3 = React.createElement("a:element", { "a:attr": "value" }, "text"); -var endOfIdent1 = React.createElement("a", { attr: "value" }); -var endOfIdent2 = React.createElement("a", __assign({ attr: true }, "value")); +var endOfIdent1 = React.createElement("a:attr", __assign({}, "value")); +var endOfIdent2 = React.createElement("a", { "attr:": "value" }); var beginOfIdent1 = < , a, attr = { "value": } / > ; -var beginOfIdent2 = React.createElement("a", { attr: "value" }); +var beginOfIdent2 = React.createElement("a:attr", __assign({}, "value")); var upcaseComponent1 = React.createElement("ns:Upcase", null); // Parsed as intrinsic var upcaseComponent2 = React.createElement("Upcase:element", null); // Parsed as instrinsic diff --git a/tests/baselines/reference/jsxNamespacePrefixInNameReact.symbols b/tests/baselines/reference/jsxNamespacePrefixInNameReact.symbols index 34136573521b5..e5b56ad08f5e8 100644 --- a/tests/baselines/reference/jsxNamespacePrefixInNameReact.symbols +++ b/tests/baselines/reference/jsxNamespacePrefixInNameReact.symbols @@ -71,11 +71,10 @@ var both3 = {"text"}; var endOfIdent1 = ; >endOfIdent1 : Symbol(endOfIdent1, Decl(jsxNamespacePrefixInNameReact.tsx, 22, 3)) ->attr : Symbol(attr, Decl(jsxNamespacePrefixInNameReact.tsx, 22, 21)) var endOfIdent2 = ; >endOfIdent2 : Symbol(endOfIdent2, Decl(jsxNamespacePrefixInNameReact.tsx, 23, 3)) ->attr : Symbol(attr, Decl(jsxNamespacePrefixInNameReact.tsx, 23, 20)) +>attr: : Symbol(attr:, Decl(jsxNamespacePrefixInNameReact.tsx, 23, 20)) var beginOfIdent1 = <:a attr={"value"} />; >beginOfIdent1 : Symbol(beginOfIdent1, Decl(jsxNamespacePrefixInNameReact.tsx, 25, 3)) @@ -85,7 +84,6 @@ var beginOfIdent1 = <:a attr={"value"} />; var beginOfIdent2 = ; >beginOfIdent2 : Symbol(beginOfIdent2, Decl(jsxNamespacePrefixInNameReact.tsx, 26, 3)) ->attr : Symbol(attr, Decl(jsxNamespacePrefixInNameReact.tsx, 26, 24)) var upcaseComponent1 = ; // Parsed as intrinsic >upcaseComponent1 : Symbol(upcaseComponent1, Decl(jsxNamespacePrefixInNameReact.tsx, 28, 3)) diff --git a/tests/baselines/reference/jsxNamespacePrefixInNameReact.types b/tests/baselines/reference/jsxNamespacePrefixInNameReact.types index e67a617796670..c177fc2e587fb 100644 --- a/tests/baselines/reference/jsxNamespacePrefixInNameReact.types +++ b/tests/baselines/reference/jsxNamespacePrefixInNameReact.types @@ -5,50 +5,62 @@ declare var React: any; var justElement1 = ; >justElement1 : any > : any ->a:element : any +>a : any +>element : any var justElement2 = ; >justElement2 : any > : any ->a:element : any ->a:element : any +>a : any +>element : any +>a : any +>element : any var justElement3 = ; >justElement3 : any > : any ->a:element : any +>a : any +>element : any >attr : string >"value" : "value" ->a:element : any +>a : any +>element : any var justElement4 = {"text"}; >justElement4 : any >{"text"} : any ->a:element : any +>a : any +>element : any >"text" : "text" ->a:element : any +>a : any +>element : any var justElement5 = {"text"}; >justElement5 : any >{"text"} : any ->a:element : any +>a : any +>element : any >attr : string >"value" : "value" >"text" : "text" ->a:element : any +>a : any +>element : any var tooManySeparators1 = ; >tooManySeparators1 : any > : any ->a:ele : any +>a : any +>ele : any >ment : true var tooManySeparators2 = ; >tooManySeparators2 : any >a:ele : any +>a : any +>ele : any >ment : true ->a:ele : any +>a : any +>ele : any >ment : any >> : boolean > : any @@ -57,11 +69,13 @@ var tooManySeparators2 = ; var tooManySeparators3 = ; >tooManySeparators3 : any >a:ele : any +>a : any +>ele : any >ment : true >attr : string >"value" : "value" ->a:ele : any +>a : any +>ele : any >ment : any >> : boolean > : any @@ -70,10 +84,12 @@ var tooManySeparators3 = ; var tooManySeparators4 = {"text"}; >tooManySeparators4 : any >{"text"}a:ele : any +>a : any +>ele : any >ment : true >"text" : "text" ->a:ele : any +>a : any +>ele : any >ment : any >> : boolean > : any @@ -82,12 +98,14 @@ var tooManySeparators4 = {"text"}; var tooManySeparators5 = {"text"}; >tooManySeparators5 : any >{"text"}a:ele : any +>a : any +>ele : any >ment : true >attr : string >"value" : "value" >"text" : "text" ->a:ele : any +>a : any +>ele : any >ment : any >> : boolean > : any @@ -98,6 +116,8 @@ var justAttribute1 = ; > : any >element : any >a:attr : string +>a : any +>attr : any >"value" : "value" var justAttribute2 = ; @@ -105,6 +125,8 @@ var justAttribute2 = ; > : any >element : any >a:attr : string +>a : any +>attr : any >"value" : "value" >element : any @@ -113,6 +135,8 @@ var justAttribute3 = {"text"}; >{"text"} : any >element : any >a:attr : string +>a : any +>attr : any >"value" : "value" >"text" : "text" >element : any @@ -120,39 +144,52 @@ var justAttribute3 = {"text"}; var both1 = ; >both1 : any > : any ->a:element : any +>a : any +>element : any >a:attr : string +>a : any +>attr : any >"value" : "value" var both2 = ; >both2 : any > : any ->a:element : any +>a : any +>element : any >k:attr : string +>k : any +>attr : any >"value" : "value" ->a:element : any +>a : any +>element : any var both3 = {"text"}; >both3 : any >{"text"} : any ->a:element : any +>a : any +>element : any >a:attr : string +>a : any +>attr : any >"value" : "value" >"text" : "text" ->a:element : any +>a : any +>element : any var endOfIdent1 = ; >endOfIdent1 : any > : any >a : any ->attr : string +>attr : any >"value" : "value" var endOfIdent2 = ; >endOfIdent2 : any > : any >a : any ->attr : true +>attr: : string +>attr : any +> : any >"value" : "value" var beginOfIdent1 = <:a attr={"value"} />; @@ -174,16 +211,18 @@ var beginOfIdent2 = ; >beginOfIdent2 : any > : any >a : any ->attr : string +>attr : any >"value" : "value" var upcaseComponent1 = ; // Parsed as intrinsic >upcaseComponent1 : any > : any ->ns:Upcase : any +>ns : any +>Upcase : any var upcaseComponent2 = ; // Parsed as instrinsic >upcaseComponent2 : any > : any ->Upcase:element : any +>Upcase : any +>element : any diff --git a/tests/baselines/reference/jsxNamespacePrefixIntrinsics.symbols b/tests/baselines/reference/jsxNamespacePrefixIntrinsics.symbols index b12b339ca223a..31ef8f7b2db0b 100644 --- a/tests/baselines/reference/jsxNamespacePrefixIntrinsics.symbols +++ b/tests/baselines/reference/jsxNamespacePrefixIntrinsics.symbols @@ -22,27 +22,22 @@ declare namespace JSX { const valid = ; >valid : Symbol(valid, Decl(jsxNamespacePrefixIntrinsics.tsx, 10, 5)) ->ns:element : Symbol(JSX.IntrinsicElements["ns:element"], Decl(jsxNamespacePrefixIntrinsics.tsx, 1, 31)) >ns:attribute : Symbol(ns:attribute, Decl(jsxNamespacePrefixIntrinsics.tsx, 10, 25)) const validUpcase1 = ; >validUpcase1 : Symbol(validUpcase1, Decl(jsxNamespacePrefixIntrinsics.tsx, 11, 5)) ->ns:NamespacedUpcaseAlsoIntrinsic : Symbol(JSX.IntrinsicElements["ns:NamespacedUpcaseAlsoIntrinsic"], Decl(jsxNamespacePrefixIntrinsics.tsx, 4, 6)) const validUpcase2 = ; >validUpcase2 : Symbol(validUpcase2, Decl(jsxNamespacePrefixIntrinsics.tsx, 12, 5)) ->NS:NamespacedUpcaseAlsoIntrinsic : Symbol(JSX.IntrinsicElements["NS:NamespacedUpcaseAlsoIntrinsic"], Decl(jsxNamespacePrefixIntrinsics.tsx, 5, 44)) const invalid1 = ; >invalid1 : Symbol(invalid1, Decl(jsxNamespacePrefixIntrinsics.tsx, 14, 5)) const invalid2 = ; >invalid2 : Symbol(invalid2, Decl(jsxNamespacePrefixIntrinsics.tsx, 15, 5)) ->ns:element : Symbol(JSX.IntrinsicElements["ns:element"], Decl(jsxNamespacePrefixIntrinsics.tsx, 1, 31)) >attribute : Symbol(attribute, Decl(jsxNamespacePrefixIntrinsics.tsx, 15, 28)) const invalid3 = ; >invalid3 : Symbol(invalid3, Decl(jsxNamespacePrefixIntrinsics.tsx, 16, 5)) ->ns:element : Symbol(JSX.IntrinsicElements["ns:element"], Decl(jsxNamespacePrefixIntrinsics.tsx, 1, 31)) >ns:invalid : Symbol(ns:invalid, Decl(jsxNamespacePrefixIntrinsics.tsx, 16, 28)) diff --git a/tests/baselines/reference/jsxNamespacePrefixIntrinsics.types b/tests/baselines/reference/jsxNamespacePrefixIntrinsics.types index 962128ca2f41a..1b4f542baee5d 100644 --- a/tests/baselines/reference/jsxNamespacePrefixIntrinsics.types +++ b/tests/baselines/reference/jsxNamespacePrefixIntrinsics.types @@ -19,18 +19,23 @@ declare namespace JSX { const valid = ; >valid : any > : any ->ns:element : any +>ns : any +>element : any >ns:attribute : string +>ns : any +>attribute : any const validUpcase1 = ; >validUpcase1 : any > : any ->ns:NamespacedUpcaseAlsoIntrinsic : any +>ns : any +>NamespacedUpcaseAlsoIntrinsic : any const validUpcase2 = ; >validUpcase2 : any > : any ->NS:NamespacedUpcaseAlsoIntrinsic : any +>NS : any +>NamespacedUpcaseAlsoIntrinsic : any const invalid1 = ; >invalid1 : any @@ -40,12 +45,16 @@ const invalid1 = ; const invalid2 = ; >invalid2 : any > : any ->ns:element : any +>ns : any +>element : any >attribute : string const invalid3 = ; >invalid3 : any > : any ->ns:element : any +>ns : any +>element : any >ns:invalid : string +>ns : any +>invalid : any diff --git a/tests/baselines/reference/jsxSpreadReference.baseline.jsonc b/tests/baselines/reference/jsxSpreadReference.baseline.jsonc index f42aa96386503..7928a03309de7 100644 --- a/tests/baselines/reference/jsxSpreadReference.baseline.jsonc +++ b/tests/baselines/reference/jsxSpreadReference.baseline.jsonc @@ -1,15 +1,6 @@ // === findRenameLocations === // === /tests/cases/fourslash/file.tsx === -// declare module JSX { -// interface Element { } -// interface IntrinsicElements { -// } -// interface ElementAttributesProperty { props } -// } -// class MyClass { -// props: { -// name?: string; -// size?: number; +// --- (line: 10) skipped --- // } // } // @@ -20,16 +11,7 @@ // === findRenameLocations === // === /tests/cases/fourslash/file.tsx === -// declare module JSX { -// interface Element { } -// interface IntrinsicElements { -// } -// interface ElementAttributesProperty { props } -// } -// class MyClass { -// props: { -// name?: string; -// size?: number; +// --- (line: 10) skipped --- // } // } // @@ -40,16 +22,7 @@ // === goToDefinition === // === /tests/cases/fourslash/file.tsx === -// declare module JSX { -// interface Element { } -// interface IntrinsicElements { -// } -// interface ElementAttributesProperty { props } -// } -// class MyClass { -// props: { -// name?: string; -// size?: number; +// --- (line: 10) skipped --- // } // } // diff --git a/tests/baselines/reference/libReferenceDeclarationEmit.js b/tests/baselines/reference/libReferenceDeclarationEmit.js index 83082c3ee9898..2163c64449d3e 100644 --- a/tests/baselines/reference/libReferenceDeclarationEmit.js +++ b/tests/baselines/reference/libReferenceDeclarationEmit.js @@ -12,6 +12,7 @@ declare const elem: HTMLElement; //// [file1.js] "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); +/// //// [file2.js] "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); diff --git a/tests/baselines/reference/libReferenceDeclarationEmitBundle.js b/tests/baselines/reference/libReferenceDeclarationEmitBundle.js index 03474372f874b..2332f58efe663 100644 --- a/tests/baselines/reference/libReferenceDeclarationEmitBundle.js +++ b/tests/baselines/reference/libReferenceDeclarationEmitBundle.js @@ -13,6 +13,7 @@ declare const elem: HTMLElement; define("file1", ["require", "exports"], function (require, exports) { "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); + /// }); define("file2", ["require", "exports"], function (require, exports) { "use strict"; diff --git a/tests/baselines/reference/libReferenceNoLib.js b/tests/baselines/reference/libReferenceNoLib.js index 7f48c71d46446..35e682f1ad4e7 100644 --- a/tests/baselines/reference/libReferenceNoLib.js +++ b/tests/baselines/reference/libReferenceNoLib.js @@ -25,6 +25,7 @@ export const elem: HTMLElement = { field: 'a' }; "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.elem = void 0; +/// exports.elem = { field: 'a' }; diff --git a/tests/baselines/reference/libReferenceNoLibBundle.js b/tests/baselines/reference/libReferenceNoLibBundle.js index f62a90503f7b7..00aa696d8c6c7 100644 --- a/tests/baselines/reference/libReferenceNoLibBundle.js +++ b/tests/baselines/reference/libReferenceNoLibBundle.js @@ -25,6 +25,7 @@ define("file1", ["require", "exports"], function (require, exports) { "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.elem = void 0; + /// exports.elem = { field: 'a' }; }); diff --git a/tests/baselines/reference/localGetReferences.baseline.jsonc b/tests/baselines/reference/localGetReferences.baseline.jsonc index 3add629082864..5fed5f6ed3564 100644 --- a/tests/baselines/reference/localGetReferences.baseline.jsonc +++ b/tests/baselines/reference/localGetReferences.baseline.jsonc @@ -16,15 +16,9 @@ // this.clsVar++; // fooCls.clsSVar++; // // References to a class parameter. -// this.clsParam++; -// modTest.modVar++; -// } -// } -// -// // References to a function parameter. -// function foo(x: number) { -// // References to a variable declared in a function. -// var fnVar = 1; +// --- (line: 17) skipped --- + +// --- (line: 25) skipped --- // // //Increments // fooCls.clsSVar++; @@ -32,12 +26,9 @@ // modTest.modVar++; // fnVar++; // -// //Return -// return x++; -// } -// -// module modTest { -// //Declare +// --- (line: 33) skipped --- + +// --- (line: 38) skipped --- // export var modVar:number; // // //Increments @@ -45,11 +36,9 @@ // fooCls.clsSVar++; // modVar++; // -// class testCls { -// static boo = foo; -// } -// -// function testFn(){ +// --- (line: 46) skipped --- + +// --- (line: 50) skipped --- // static boo = foo; // // //Increments @@ -57,14 +46,9 @@ // fooCls.clsSVar++; // modVar++; // } -// -// module testMod { -// var boo = foo; -// } -// } -// -// //Type test -// var clsTest: fooCls; +// --- (line: 58) skipped --- + +// --- (line: 65) skipped --- // // //Arguments // // References to a class argument. @@ -82,48 +66,7 @@ // // References to illegal assignment. // foo = foo + 1; // err = err++; -// -// //Shadowed fn Parameter -// function shdw(globalVar: number) { -// //Increments -// globalVar++; -// return globalVar; -// } -// -// //Remotes -// //Type test -// var remoteclsTest: remotefooCls; -// -// //Arguments -// remoteclsTest = new remotefooCls(remoteglobalVar); -// remotefoo(remoteglobalVar); -// -// //Increments -// remotefooCls.remoteclsSVar++; -// remotemodTest.remotemodVar++; -// remoteglobalVar = remoteglobalVar + remoteglobalVar; -// -// //ETC - Other cases -// remoteglobalVar = 3; -// -// //Find References misses method param -// var -// -// -// -// array = ["f", "o", "o"]; -// -// array.forEach( -// -// -// function(str) { -// -// -// -// // Reference misses function parameter. -// return str + " "; -// -// }); +// --- (line: 83) skipped --- // === Definitions === // === /tests/cases/fourslash/localGetReferences_1.ts === @@ -133,124 +76,7 @@ // // class fooCls { // // References to static variable declared in a class. - // static clsSVar = 1; - // // References to a variable declared in a class. - // clsVar = 1; - // - // constructor (public clsParam: number) { - // //Increments - // globalVar++; - // this.clsVar++; - // fooCls.clsSVar++; - // // References to a class parameter. - // this.clsParam++; - // modTest.modVar++; - // } - // } - // - // // References to a function parameter. - // function foo(x: number) { - // // References to a variable declared in a function. - // var fnVar = 1; - // - // //Increments - // fooCls.clsSVar++; - // globalVar++; - // modTest.modVar++; - // fnVar++; - // - // //Return - // return x++; - // } - // - // module modTest { - // //Declare - // export var modVar:number; - // - // //Increments - // globalVar++; - // fooCls.clsSVar++; - // modVar++; - // - // class testCls { - // static boo = foo; - // } - // - // function testFn(){ - // static boo = foo; - // - // //Increments - // globalVar++; - // fooCls.clsSVar++; - // modVar++; - // } - // - // module testMod { - // var boo = foo; - // } - // } - // - // //Type test - // var clsTest: fooCls; - // - // //Arguments - // // References to a class argument. - // clsTest = new fooCls(globalVar); - // // References to a function argument. - // foo(globalVar); - // - // //Increments - // fooCls.clsSVar++; - // modTest.modVar++; - // globalVar = globalVar + globalVar; - // - // //ETC - Other cases - // globalVar = 3; - // // References to illegal assignment. - // foo = foo + 1; - // err = err++; - // - // //Shadowed fn Parameter - // function shdw(globalVar: number) { - // //Increments - // globalVar++; - // return globalVar; - // } - // - // //Remotes - // //Type test - // var remoteclsTest: remotefooCls; - // - // //Arguments - // remoteclsTest = new remotefooCls(remoteglobalVar); - // remotefoo(remoteglobalVar); - // - // //Increments - // remotefooCls.remoteclsSVar++; - // remotemodTest.remotemodVar++; - // remoteglobalVar = remoteglobalVar + remoteglobalVar; - // - // //ETC - Other cases - // remoteglobalVar = 3; - // - // //Find References misses method param - // var - // - // - // - // array = ["f", "o", "o"]; - // - // array.forEach( - // - // - // function(str) { - // - // - // - // // Reference misses function parameter. - // return str + " "; - // - // }); + // --- (line: 7) skipped --- // === Details === [ @@ -308,15 +134,9 @@ // this.clsVar++; // fooCls.clsSVar++; // // References to a class parameter. -// this.clsParam++; -// modTest.modVar++; -// } -// } -// -// // References to a function parameter. -// function foo(x: number) { -// // References to a variable declared in a function. -// var fnVar = 1; +// --- (line: 17) skipped --- + +// --- (line: 25) skipped --- // // //Increments // fooCls.clsSVar++; @@ -324,12 +144,9 @@ // modTest.modVar++; // fnVar++; // -// //Return -// return x++; -// } -// -// module modTest { -// //Declare +// --- (line: 33) skipped --- + +// --- (line: 38) skipped --- // export var modVar:number; // // //Increments @@ -337,11 +154,9 @@ // fooCls.clsSVar++; // modVar++; // -// class testCls { -// static boo = foo; -// } -// -// function testFn(){ +// --- (line: 46) skipped --- + +// --- (line: 50) skipped --- // static boo = foo; // // //Increments @@ -349,14 +164,9 @@ // fooCls.clsSVar++; // modVar++; // } -// -// module testMod { -// var boo = foo; -// } -// } -// -// //Type test -// var clsTest: fooCls; +// --- (line: 58) skipped --- + +// --- (line: 65) skipped --- // // //Arguments // // References to a class argument. @@ -374,48 +184,7 @@ // // References to illegal assignment. // foo = foo + 1; // err = err++; -// -// //Shadowed fn Parameter -// function shdw(globalVar: number) { -// //Increments -// globalVar++; -// return globalVar; -// } -// -// //Remotes -// //Type test -// var remoteclsTest: remotefooCls; -// -// //Arguments -// remoteclsTest = new remotefooCls(remoteglobalVar); -// remotefoo(remoteglobalVar); -// -// //Increments -// remotefooCls.remoteclsSVar++; -// remotemodTest.remotemodVar++; -// remoteglobalVar = remoteglobalVar + remoteglobalVar; -// -// //ETC - Other cases -// remoteglobalVar = 3; -// -// //Find References misses method param -// var -// -// -// -// array = ["f", "o", "o"]; -// -// array.forEach( -// -// -// function(str) { -// -// -// -// // Reference misses function parameter. -// return str + " "; -// -// }); +// --- (line: 83) skipped --- // === Definitions === // === /tests/cases/fourslash/localGetReferences_1.ts === @@ -425,124 +194,7 @@ // // class fooCls { // // References to static variable declared in a class. - // static clsSVar = 1; - // // References to a variable declared in a class. - // clsVar = 1; - // - // constructor (public clsParam: number) { - // //Increments - // globalVar++; - // this.clsVar++; - // fooCls.clsSVar++; - // // References to a class parameter. - // this.clsParam++; - // modTest.modVar++; - // } - // } - // - // // References to a function parameter. - // function foo(x: number) { - // // References to a variable declared in a function. - // var fnVar = 1; - // - // //Increments - // fooCls.clsSVar++; - // globalVar++; - // modTest.modVar++; - // fnVar++; - // - // //Return - // return x++; - // } - // - // module modTest { - // //Declare - // export var modVar:number; - // - // //Increments - // globalVar++; - // fooCls.clsSVar++; - // modVar++; - // - // class testCls { - // static boo = foo; - // } - // - // function testFn(){ - // static boo = foo; - // - // //Increments - // globalVar++; - // fooCls.clsSVar++; - // modVar++; - // } - // - // module testMod { - // var boo = foo; - // } - // } - // - // //Type test - // var clsTest: fooCls; - // - // //Arguments - // // References to a class argument. - // clsTest = new fooCls(globalVar); - // // References to a function argument. - // foo(globalVar); - // - // //Increments - // fooCls.clsSVar++; - // modTest.modVar++; - // globalVar = globalVar + globalVar; - // - // //ETC - Other cases - // globalVar = 3; - // // References to illegal assignment. - // foo = foo + 1; - // err = err++; - // - // //Shadowed fn Parameter - // function shdw(globalVar: number) { - // //Increments - // globalVar++; - // return globalVar; - // } - // - // //Remotes - // //Type test - // var remoteclsTest: remotefooCls; - // - // //Arguments - // remoteclsTest = new remotefooCls(remoteglobalVar); - // remotefoo(remoteglobalVar); - // - // //Increments - // remotefooCls.remoteclsSVar++; - // remotemodTest.remotemodVar++; - // remoteglobalVar = remoteglobalVar + remoteglobalVar; - // - // //ETC - Other cases - // remoteglobalVar = 3; - // - // //Find References misses method param - // var - // - // - // - // array = ["f", "o", "o"]; - // - // array.forEach( - // - // - // function(str) { - // - // - // - // // Reference misses function parameter. - // return str + " "; - // - // }); + // --- (line: 7) skipped --- // === Details === [ @@ -584,9 +236,7 @@ // === findAllReferences === // === /tests/cases/fourslash/localGetReferences_1.ts === -// // Comment Refence Test: globalVar -// // References to a variable declared in global. -// var globalVar: number = 2; +// --- (line: 3) skipped --- // // class fooCls { // // References to static variable declared in a class. @@ -602,12 +252,9 @@ // // References to a class parameter. // this.clsParam++; // modTest.modVar++; -// } -// } -// -// // References to a function parameter. -// function foo(x: number) { -// // References to a variable declared in a function. +// --- (line: 19) skipped --- + +// --- (line: 24) skipped --- // var fnVar = 1; // // //Increments @@ -615,14 +262,9 @@ // globalVar++; // modTest.modVar++; // fnVar++; -// -// //Return -// return x++; -// } -// -// module modTest { -// //Declare -// export var modVar:number; +// --- (line: 32) skipped --- + +// --- (line: 39) skipped --- // // //Increments // globalVar++; @@ -630,11 +272,9 @@ // modVar++; // // class testCls { -// static boo = foo; -// } -// -// function testFn(){ -// static boo = foo; +// --- (line: 47) skipped --- + +// --- (line: 51) skipped --- // // //Increments // globalVar++; @@ -642,18 +282,9 @@ // modVar++; // } // -// module testMod { -// var boo = foo; -// } -// } -// -// //Type test -// var clsTest: fooCls; -// -// //Arguments -// // References to a class argument. -// clsTest = new fooCls(globalVar); -// // References to a function argument. +// --- (line: 59) skipped --- + +// --- (line: 70) skipped --- // foo(globalVar); // // //Increments @@ -661,59 +292,11 @@ // modTest.modVar++; // globalVar = globalVar + globalVar; // -// //ETC - Other cases -// globalVar = 3; -// // References to illegal assignment. -// foo = foo + 1; -// err = err++; -// -// //Shadowed fn Parameter -// function shdw(globalVar: number) { -// //Increments -// globalVar++; -// return globalVar; -// } -// -// //Remotes -// //Type test -// var remoteclsTest: remotefooCls; -// -// //Arguments -// remoteclsTest = new remotefooCls(remoteglobalVar); -// remotefoo(remoteglobalVar); -// -// //Increments -// remotefooCls.remoteclsSVar++; -// remotemodTest.remotemodVar++; -// remoteglobalVar = remoteglobalVar + remoteglobalVar; -// -// //ETC - Other cases -// remoteglobalVar = 3; -// -// //Find References misses method param -// var -// -// -// -// array = ["f", "o", "o"]; -// -// array.forEach( -// -// -// function(str) { -// -// -// -// // Reference misses function parameter. -// return str + " "; -// -// }); +// --- (line: 78) skipped --- // === Definitions === // === /tests/cases/fourslash/localGetReferences_1.ts === - // // Comment Refence Test: globalVar - // // References to a variable declared in global. - // var globalVar: number = 2; + // --- (line: 3) skipped --- // // class fooCls { // // References to static variable declared in a class. @@ -721,120 +304,7 @@ // // References to a variable declared in a class. // clsVar = 1; // - // constructor (public clsParam: number) { - // //Increments - // globalVar++; - // this.clsVar++; - // fooCls.clsSVar++; - // // References to a class parameter. - // this.clsParam++; - // modTest.modVar++; - // } - // } - // - // // References to a function parameter. - // function foo(x: number) { - // // References to a variable declared in a function. - // var fnVar = 1; - // - // //Increments - // fooCls.clsSVar++; - // globalVar++; - // modTest.modVar++; - // fnVar++; - // - // //Return - // return x++; - // } - // - // module modTest { - // //Declare - // export var modVar:number; - // - // //Increments - // globalVar++; - // fooCls.clsSVar++; - // modVar++; - // - // class testCls { - // static boo = foo; - // } - // - // function testFn(){ - // static boo = foo; - // - // //Increments - // globalVar++; - // fooCls.clsSVar++; - // modVar++; - // } - // - // module testMod { - // var boo = foo; - // } - // } - // - // //Type test - // var clsTest: fooCls; - // - // //Arguments - // // References to a class argument. - // clsTest = new fooCls(globalVar); - // // References to a function argument. - // foo(globalVar); - // - // //Increments - // fooCls.clsSVar++; - // modTest.modVar++; - // globalVar = globalVar + globalVar; - // - // //ETC - Other cases - // globalVar = 3; - // // References to illegal assignment. - // foo = foo + 1; - // err = err++; - // - // //Shadowed fn Parameter - // function shdw(globalVar: number) { - // //Increments - // globalVar++; - // return globalVar; - // } - // - // //Remotes - // //Type test - // var remoteclsTest: remotefooCls; - // - // //Arguments - // remoteclsTest = new remotefooCls(remoteglobalVar); - // remotefoo(remoteglobalVar); - // - // //Increments - // remotefooCls.remoteclsSVar++; - // remotemodTest.remotemodVar++; - // remoteglobalVar = remoteglobalVar + remoteglobalVar; - // - // //ETC - Other cases - // remoteglobalVar = 3; - // - // //Find References misses method param - // var - // - // - // - // array = ["f", "o", "o"]; - // - // array.forEach( - // - // - // function(str) { - // - // - // - // // Reference misses function parameter. - // return str + " "; - // - // }); + // --- (line: 11) skipped --- // === Details === [ @@ -892,9 +362,7 @@ // === findAllReferences === // === /tests/cases/fourslash/localGetReferences_1.ts === -// // Comment Refence Test: globalVar -// // References to a variable declared in global. -// var globalVar: number = 2; +// --- (line: 3) skipped --- // // class fooCls { // // References to static variable declared in a class. @@ -910,12 +378,9 @@ // // References to a class parameter. // this.clsParam++; // modTest.modVar++; -// } -// } -// -// // References to a function parameter. -// function foo(x: number) { -// // References to a variable declared in a function. +// --- (line: 19) skipped --- + +// --- (line: 24) skipped --- // var fnVar = 1; // // //Increments @@ -923,14 +388,9 @@ // globalVar++; // modTest.modVar++; // fnVar++; -// -// //Return -// return x++; -// } -// -// module modTest { -// //Declare -// export var modVar:number; +// --- (line: 32) skipped --- + +// --- (line: 39) skipped --- // // //Increments // globalVar++; @@ -938,11 +398,9 @@ // modVar++; // // class testCls { -// static boo = foo; -// } -// -// function testFn(){ -// static boo = foo; +// --- (line: 47) skipped --- + +// --- (line: 51) skipped --- // // //Increments // globalVar++; @@ -950,18 +408,9 @@ // modVar++; // } // -// module testMod { -// var boo = foo; -// } -// } -// -// //Type test -// var clsTest: fooCls; -// -// //Arguments -// // References to a class argument. -// clsTest = new fooCls(globalVar); -// // References to a function argument. +// --- (line: 59) skipped --- + +// --- (line: 70) skipped --- // foo(globalVar); // // //Increments @@ -969,59 +418,11 @@ // modTest.modVar++; // globalVar = globalVar + globalVar; // -// //ETC - Other cases -// globalVar = 3; -// // References to illegal assignment. -// foo = foo + 1; -// err = err++; -// -// //Shadowed fn Parameter -// function shdw(globalVar: number) { -// //Increments -// globalVar++; -// return globalVar; -// } -// -// //Remotes -// //Type test -// var remoteclsTest: remotefooCls; -// -// //Arguments -// remoteclsTest = new remotefooCls(remoteglobalVar); -// remotefoo(remoteglobalVar); -// -// //Increments -// remotefooCls.remoteclsSVar++; -// remotemodTest.remotemodVar++; -// remoteglobalVar = remoteglobalVar + remoteglobalVar; -// -// //ETC - Other cases -// remoteglobalVar = 3; -// -// //Find References misses method param -// var -// -// -// -// array = ["f", "o", "o"]; -// -// array.forEach( -// -// -// function(str) { -// -// -// -// // Reference misses function parameter. -// return str + " "; -// -// }); +// --- (line: 78) skipped --- // === Definitions === // === /tests/cases/fourslash/localGetReferences_1.ts === - // // Comment Refence Test: globalVar - // // References to a variable declared in global. - // var globalVar: number = 2; + // --- (line: 3) skipped --- // // class fooCls { // // References to static variable declared in a class. @@ -1029,120 +430,7 @@ // // References to a variable declared in a class. // clsVar = 1; // - // constructor (public clsParam: number) { - // //Increments - // globalVar++; - // this.clsVar++; - // fooCls.clsSVar++; - // // References to a class parameter. - // this.clsParam++; - // modTest.modVar++; - // } - // } - // - // // References to a function parameter. - // function foo(x: number) { - // // References to a variable declared in a function. - // var fnVar = 1; - // - // //Increments - // fooCls.clsSVar++; - // globalVar++; - // modTest.modVar++; - // fnVar++; - // - // //Return - // return x++; - // } - // - // module modTest { - // //Declare - // export var modVar:number; - // - // //Increments - // globalVar++; - // fooCls.clsSVar++; - // modVar++; - // - // class testCls { - // static boo = foo; - // } - // - // function testFn(){ - // static boo = foo; - // - // //Increments - // globalVar++; - // fooCls.clsSVar++; - // modVar++; - // } - // - // module testMod { - // var boo = foo; - // } - // } - // - // //Type test - // var clsTest: fooCls; - // - // //Arguments - // // References to a class argument. - // clsTest = new fooCls(globalVar); - // // References to a function argument. - // foo(globalVar); - // - // //Increments - // fooCls.clsSVar++; - // modTest.modVar++; - // globalVar = globalVar + globalVar; - // - // //ETC - Other cases - // globalVar = 3; - // // References to illegal assignment. - // foo = foo + 1; - // err = err++; - // - // //Shadowed fn Parameter - // function shdw(globalVar: number) { - // //Increments - // globalVar++; - // return globalVar; - // } - // - // //Remotes - // //Type test - // var remoteclsTest: remotefooCls; - // - // //Arguments - // remoteclsTest = new remotefooCls(remoteglobalVar); - // remotefoo(remoteglobalVar); - // - // //Increments - // remotefooCls.remoteclsSVar++; - // remotemodTest.remotemodVar++; - // remoteglobalVar = remoteglobalVar + remoteglobalVar; - // - // //ETC - Other cases - // remoteglobalVar = 3; - // - // //Find References misses method param - // var - // - // - // - // array = ["f", "o", "o"]; - // - // array.forEach( - // - // - // function(str) { - // - // - // - // // Reference misses function parameter. - // return str + " "; - // - // }); + // --- (line: 11) skipped --- // === Details === [ @@ -1200,11 +488,7 @@ // === findAllReferences === // === /tests/cases/fourslash/localGetReferences_1.ts === -// // Comment Refence Test: globalVar -// // References to a variable declared in global. -// var globalVar: number = 2; -// -// class fooCls { +// --- (line: 5) skipped --- // // References to static variable declared in a class. // static clsSVar = 1; // // References to a variable declared in a class. @@ -1217,121 +501,11 @@ // fooCls.clsSVar++; // // References to a class parameter. // this.clsParam++; -// modTest.modVar++; -// } -// } -// -// // References to a function parameter. -// function foo(x: number) { -// // References to a variable declared in a function. -// var fnVar = 1; -// -// //Increments -// fooCls.clsSVar++; -// globalVar++; -// modTest.modVar++; -// fnVar++; -// -// //Return -// return x++; -// } -// -// module modTest { -// //Declare -// export var modVar:number; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// -// class testCls { -// static boo = foo; -// } -// -// function testFn(){ -// static boo = foo; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// } -// -// module testMod { -// var boo = foo; -// } -// } -// -// //Type test -// var clsTest: fooCls; -// -// //Arguments -// // References to a class argument. -// clsTest = new fooCls(globalVar); -// // References to a function argument. -// foo(globalVar); -// -// //Increments -// fooCls.clsSVar++; -// modTest.modVar++; -// globalVar = globalVar + globalVar; -// -// //ETC - Other cases -// globalVar = 3; -// // References to illegal assignment. -// foo = foo + 1; -// err = err++; -// -// //Shadowed fn Parameter -// function shdw(globalVar: number) { -// //Increments -// globalVar++; -// return globalVar; -// } -// -// //Remotes -// //Type test -// var remoteclsTest: remotefooCls; -// -// //Arguments -// remoteclsTest = new remotefooCls(remoteglobalVar); -// remotefoo(remoteglobalVar); -// -// //Increments -// remotefooCls.remoteclsSVar++; -// remotemodTest.remotemodVar++; -// remoteglobalVar = remoteglobalVar + remoteglobalVar; -// -// //ETC - Other cases -// remoteglobalVar = 3; -// -// //Find References misses method param -// var -// -// -// -// array = ["f", "o", "o"]; -// -// array.forEach( -// -// -// function(str) { -// -// -// -// // Reference misses function parameter. -// return str + " "; -// -// }); +// --- (line: 18) skipped --- // === Definitions === // === /tests/cases/fourslash/localGetReferences_1.ts === - // // Comment Refence Test: globalVar - // // References to a variable declared in global. - // var globalVar: number = 2; - // - // class fooCls { + // --- (line: 5) skipped --- // // References to static variable declared in a class. // static clsSVar = 1; // // References to a variable declared in a class. @@ -1339,118 +513,7 @@ // // constructor (public clsParam: number) { // //Increments - // globalVar++; - // this.clsVar++; - // fooCls.clsSVar++; - // // References to a class parameter. - // this.clsParam++; - // modTest.modVar++; - // } - // } - // - // // References to a function parameter. - // function foo(x: number) { - // // References to a variable declared in a function. - // var fnVar = 1; - // - // //Increments - // fooCls.clsSVar++; - // globalVar++; - // modTest.modVar++; - // fnVar++; - // - // //Return - // return x++; - // } - // - // module modTest { - // //Declare - // export var modVar:number; - // - // //Increments - // globalVar++; - // fooCls.clsSVar++; - // modVar++; - // - // class testCls { - // static boo = foo; - // } - // - // function testFn(){ - // static boo = foo; - // - // //Increments - // globalVar++; - // fooCls.clsSVar++; - // modVar++; - // } - // - // module testMod { - // var boo = foo; - // } - // } - // - // //Type test - // var clsTest: fooCls; - // - // //Arguments - // // References to a class argument. - // clsTest = new fooCls(globalVar); - // // References to a function argument. - // foo(globalVar); - // - // //Increments - // fooCls.clsSVar++; - // modTest.modVar++; - // globalVar = globalVar + globalVar; - // - // //ETC - Other cases - // globalVar = 3; - // // References to illegal assignment. - // foo = foo + 1; - // err = err++; - // - // //Shadowed fn Parameter - // function shdw(globalVar: number) { - // //Increments - // globalVar++; - // return globalVar; - // } - // - // //Remotes - // //Type test - // var remoteclsTest: remotefooCls; - // - // //Arguments - // remoteclsTest = new remotefooCls(remoteglobalVar); - // remotefoo(remoteglobalVar); - // - // //Increments - // remotefooCls.remoteclsSVar++; - // remotemodTest.remotemodVar++; - // remoteglobalVar = remoteglobalVar + remoteglobalVar; - // - // //ETC - Other cases - // remoteglobalVar = 3; - // - // //Find References misses method param - // var - // - // - // - // array = ["f", "o", "o"]; - // - // array.forEach( - // - // - // function(str) { - // - // - // - // // Reference misses function parameter. - // return str + " "; - // - // }); + // --- (line: 13) skipped --- // === Details === [ @@ -1508,13 +571,7 @@ // === findAllReferences === // === /tests/cases/fourslash/localGetReferences_1.ts === -// // Comment Refence Test: globalVar -// // References to a variable declared in global. -// var globalVar: number = 2; -// -// class fooCls { -// // References to static variable declared in a class. -// static clsSVar = 1; +// --- (line: 7) skipped --- // // References to a variable declared in a class. // clsVar = 1; // @@ -1528,237 +585,103 @@ // modTest.modVar++; // } // } +// --- (line: 21) skipped --- + + // === Definitions === + // === /tests/cases/fourslash/localGetReferences_1.ts === + // --- (line: 7) skipped --- + // // References to a variable declared in a class. + // clsVar = 1; + // + // constructor (/*FIND ALL REFS*/<|public [|clsParam|]: number|>) { + // //Increments + // globalVar++; + // this.clsVar++; + // --- (line: 15) skipped --- + + // === Details === + [ + { + "containerKind": "", + "containerName": "", + "kind": "property", + "name": "(property) fooCls.clsParam: number", + "displayParts": [ + { + "text": "(", + "kind": "punctuation" + }, + { + "text": "property", + "kind": "text" + }, + { + "text": ")", + "kind": "punctuation" + }, + { + "text": " ", + "kind": "space" + }, + { + "text": "fooCls", + "kind": "className" + }, + { + "text": ".", + "kind": "punctuation" + }, + { + "text": "clsParam", + "kind": "propertyName" + }, + { + "text": ":", + "kind": "punctuation" + }, + { + "text": " ", + "kind": "space" + }, + { + "text": "number", + "kind": "keyword" + } + ] + } + ] + + + +// === findAllReferences === +// === /tests/cases/fourslash/localGetReferences_1.ts === +// --- (line: 7) skipped --- +// // References to a variable declared in a class. +// clsVar = 1; // -// // References to a function parameter. -// function foo(x: number) { -// // References to a variable declared in a function. -// var fnVar = 1; -// -// //Increments -// fooCls.clsSVar++; -// globalVar++; -// modTest.modVar++; -// fnVar++; -// -// //Return -// return x++; -// } -// -// module modTest { -// //Declare -// export var modVar:number; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// -// class testCls { -// static boo = foo; -// } -// -// function testFn(){ -// static boo = foo; -// +// constructor (<|public /*FIND ALL REFS*/[|{| isWriteAccess: true, isDefinition: true |}clsParam|]: number|>) { // //Increments // globalVar++; +// this.clsVar++; // fooCls.clsSVar++; -// modVar++; -// } -// -// module testMod { -// var boo = foo; +// // References to a class parameter. +// this.[|{| isWriteAccess: true |}clsParam|]++; +// modTest.modVar++; // } // } -// -// //Type test -// var clsTest: fooCls; -// -// //Arguments -// // References to a class argument. -// clsTest = new fooCls(globalVar); -// // References to a function argument. -// foo(globalVar); -// -// //Increments -// fooCls.clsSVar++; -// modTest.modVar++; -// globalVar = globalVar + globalVar; -// -// //ETC - Other cases -// globalVar = 3; -// // References to illegal assignment. -// foo = foo + 1; -// err = err++; -// -// //Shadowed fn Parameter -// function shdw(globalVar: number) { -// //Increments -// globalVar++; -// return globalVar; -// } -// -// //Remotes -// //Type test -// var remoteclsTest: remotefooCls; -// -// //Arguments -// remoteclsTest = new remotefooCls(remoteglobalVar); -// remotefoo(remoteglobalVar); -// -// //Increments -// remotefooCls.remoteclsSVar++; -// remotemodTest.remotemodVar++; -// remoteglobalVar = remoteglobalVar + remoteglobalVar; -// -// //ETC - Other cases -// remoteglobalVar = 3; -// -// //Find References misses method param -// var -// -// -// -// array = ["f", "o", "o"]; -// -// array.forEach( -// -// -// function(str) { -// -// -// -// // Reference misses function parameter. -// return str + " "; -// -// }); +// --- (line: 21) skipped --- // === Definitions === // === /tests/cases/fourslash/localGetReferences_1.ts === - // // Comment Refence Test: globalVar - // // References to a variable declared in global. - // var globalVar: number = 2; - // - // class fooCls { - // // References to static variable declared in a class. - // static clsSVar = 1; + // --- (line: 7) skipped --- // // References to a variable declared in a class. // clsVar = 1; // - // constructor (/*FIND ALL REFS*/<|public [|clsParam|]: number|>) { + // constructor (<|public /*FIND ALL REFS*/[|clsParam|]: number|>) { // //Increments // globalVar++; // this.clsVar++; - // fooCls.clsSVar++; - // // References to a class parameter. - // this.clsParam++; - // modTest.modVar++; - // } - // } - // - // // References to a function parameter. - // function foo(x: number) { - // // References to a variable declared in a function. - // var fnVar = 1; - // - // //Increments - // fooCls.clsSVar++; - // globalVar++; - // modTest.modVar++; - // fnVar++; - // - // //Return - // return x++; - // } - // - // module modTest { - // //Declare - // export var modVar:number; - // - // //Increments - // globalVar++; - // fooCls.clsSVar++; - // modVar++; - // - // class testCls { - // static boo = foo; - // } - // - // function testFn(){ - // static boo = foo; - // - // //Increments - // globalVar++; - // fooCls.clsSVar++; - // modVar++; - // } - // - // module testMod { - // var boo = foo; - // } - // } - // - // //Type test - // var clsTest: fooCls; - // - // //Arguments - // // References to a class argument. - // clsTest = new fooCls(globalVar); - // // References to a function argument. - // foo(globalVar); - // - // //Increments - // fooCls.clsSVar++; - // modTest.modVar++; - // globalVar = globalVar + globalVar; - // - // //ETC - Other cases - // globalVar = 3; - // // References to illegal assignment. - // foo = foo + 1; - // err = err++; - // - // //Shadowed fn Parameter - // function shdw(globalVar: number) { - // //Increments - // globalVar++; - // return globalVar; - // } - // - // //Remotes - // //Type test - // var remoteclsTest: remotefooCls; - // - // //Arguments - // remoteclsTest = new remotefooCls(remoteglobalVar); - // remotefoo(remoteglobalVar); - // - // //Increments - // remotefooCls.remoteclsSVar++; - // remotemodTest.remotemodVar++; - // remoteglobalVar = remoteglobalVar + remoteglobalVar; - // - // //ETC - Other cases - // remoteglobalVar = 3; - // - // //Find References misses method param - // var - // - // - // - // array = ["f", "o", "o"]; - // - // array.forEach( - // - // - // function(str) { - // - // - // - // // Reference misses function parameter. - // return str + " "; - // - // }); + // --- (line: 15) skipped --- // === Details === [ @@ -1818,7 +741,7 @@ // === /tests/cases/fourslash/localGetReferences_1.ts === // // Comment Refence Test: globalVar // // References to a variable declared in global. -// var globalVar: number = 2; +// <|var [|{| isWriteAccess: true |}globalVar|]: number = 2;|> // // class fooCls { // // References to static variable declared in a class. @@ -1826,126 +749,69 @@ // // References to a variable declared in a class. // clsVar = 1; // -// constructor (<|public /*FIND ALL REFS*/[|{| isWriteAccess: true, isDefinition: true |}clsParam|]: number|>) { +// constructor (public clsParam: number) { // //Increments -// globalVar++; +// /*FIND ALL REFS*/[|{| isWriteAccess: true |}globalVar|]++; // this.clsVar++; // fooCls.clsSVar++; // // References to a class parameter. -// this.[|{| isWriteAccess: true |}clsParam|]++; -// modTest.modVar++; -// } -// } -// -// // References to a function parameter. -// function foo(x: number) { -// // References to a variable declared in a function. -// var fnVar = 1; +// --- (line: 17) skipped --- + +// --- (line: 25) skipped --- // // //Increments // fooCls.clsSVar++; -// globalVar++; +// [|{| isWriteAccess: true |}globalVar|]++; // modTest.modVar++; // fnVar++; // -// //Return -// return x++; -// } -// -// module modTest { -// //Declare +// --- (line: 33) skipped --- + +// --- (line: 38) skipped --- // export var modVar:number; // // //Increments -// globalVar++; +// [|{| isWriteAccess: true |}globalVar|]++; // fooCls.clsSVar++; // modVar++; // -// class testCls { -// static boo = foo; -// } -// -// function testFn(){ +// --- (line: 46) skipped --- + +// --- (line: 50) skipped --- // static boo = foo; // // //Increments -// globalVar++; +// [|{| isWriteAccess: true |}globalVar|]++; // fooCls.clsSVar++; // modVar++; // } -// -// module testMod { -// var boo = foo; -// } -// } -// -// //Type test -// var clsTest: fooCls; +// --- (line: 58) skipped --- + +// --- (line: 65) skipped --- // // //Arguments // // References to a class argument. -// clsTest = new fooCls(globalVar); +// clsTest = new fooCls([|globalVar|]); // // References to a function argument. -// foo(globalVar); +// foo([|globalVar|]); // // //Increments // fooCls.clsSVar++; // modTest.modVar++; -// globalVar = globalVar + globalVar; +// [|{| isWriteAccess: true |}globalVar|] = [|globalVar|] + [|globalVar|]; // // //ETC - Other cases -// globalVar = 3; +// [|{| isWriteAccess: true |}globalVar|] = 3; // // References to illegal assignment. // foo = foo + 1; // err = err++; -// -// //Shadowed fn Parameter -// function shdw(globalVar: number) { -// //Increments -// globalVar++; -// return globalVar; -// } -// -// //Remotes -// //Type test -// var remoteclsTest: remotefooCls; -// -// //Arguments -// remoteclsTest = new remotefooCls(remoteglobalVar); -// remotefoo(remoteglobalVar); -// -// //Increments -// remotefooCls.remoteclsSVar++; -// remotemodTest.remotemodVar++; -// remoteglobalVar = remoteglobalVar + remoteglobalVar; -// -// //ETC - Other cases -// remoteglobalVar = 3; -// -// //Find References misses method param -// var -// -// -// -// array = ["f", "o", "o"]; -// -// array.forEach( -// -// -// function(str) { -// -// -// -// // Reference misses function parameter. -// return str + " "; -// -// }); +// --- (line: 83) skipped --- // === Definitions === // === /tests/cases/fourslash/localGetReferences_1.ts === // // Comment Refence Test: globalVar // // References to a variable declared in global. - // var globalVar: number = 2; + // <|var [|globalVar|]: number = 2;|> // // class fooCls { // // References to static variable declared in a class. @@ -1953,120 +819,85 @@ // // References to a variable declared in a class. // clsVar = 1; // - // constructor (<|public /*FIND ALL REFS*/[|clsParam|]: number|>) { + // constructor (public clsParam: number) { // //Increments - // globalVar++; + // /*FIND ALL REFS*/globalVar++; // this.clsVar++; // fooCls.clsSVar++; // // References to a class parameter. - // this.clsParam++; - // modTest.modVar++; - // } - // } - // - // // References to a function parameter. - // function foo(x: number) { - // // References to a variable declared in a function. - // var fnVar = 1; - // - // //Increments - // fooCls.clsSVar++; - // globalVar++; - // modTest.modVar++; - // fnVar++; - // - // //Return - // return x++; - // } - // - // module modTest { - // //Declare - // export var modVar:number; - // - // //Increments - // globalVar++; - // fooCls.clsSVar++; - // modVar++; - // - // class testCls { - // static boo = foo; - // } - // - // function testFn(){ - // static boo = foo; - // - // //Increments - // globalVar++; - // fooCls.clsSVar++; - // modVar++; - // } - // - // module testMod { - // var boo = foo; - // } - // } - // - // //Type test - // var clsTest: fooCls; - // - // //Arguments - // // References to a class argument. - // clsTest = new fooCls(globalVar); - // // References to a function argument. - // foo(globalVar); - // - // //Increments - // fooCls.clsSVar++; - // modTest.modVar++; - // globalVar = globalVar + globalVar; - // - // //ETC - Other cases - // globalVar = 3; - // // References to illegal assignment. - // foo = foo + 1; - // err = err++; - // - // //Shadowed fn Parameter - // function shdw(globalVar: number) { - // //Increments - // globalVar++; - // return globalVar; - // } - // - // //Remotes - // //Type test - // var remoteclsTest: remotefooCls; - // - // //Arguments - // remoteclsTest = new remotefooCls(remoteglobalVar); - // remotefoo(remoteglobalVar); - // - // //Increments - // remotefooCls.remoteclsSVar++; - // remotemodTest.remotemodVar++; - // remoteglobalVar = remoteglobalVar + remoteglobalVar; - // - // //ETC - Other cases - // remoteglobalVar = 3; - // - // //Find References misses method param - // var - // - // - // - // array = ["f", "o", "o"]; - // - // array.forEach( - // - // - // function(str) { - // - // - // - // // Reference misses function parameter. - // return str + " "; - // - // }); + // --- (line: 17) skipped --- + + // === Details === + [ + { + "containerKind": "", + "containerName": "", + "kind": "var", + "name": "var globalVar: number", + "displayParts": [ + { + "text": "var", + "kind": "keyword" + }, + { + "text": " ", + "kind": "space" + }, + { + "text": "globalVar", + "kind": "localName" + }, + { + "text": ":", + "kind": "punctuation" + }, + { + "text": " ", + "kind": "space" + }, + { + "text": "number", + "kind": "keyword" + } + ] + } + ] + + + +// === findAllReferences === +// === /tests/cases/fourslash/localGetReferences_1.ts === +// --- (line: 5) skipped --- +// // References to static variable declared in a class. +// static clsSVar = 1; +// // References to a variable declared in a class. +// <|[|{| isWriteAccess: true |}clsVar|] = 1;|> +// +// constructor (public clsParam: number) { +// //Increments +// globalVar++; +// this./*FIND ALL REFS*/[|{| isWriteAccess: true |}clsVar|]++; +// fooCls.clsSVar++; +// // References to a class parameter. +// this.clsParam++; +// --- (line: 18) skipped --- + + // === Definitions === + // === /tests/cases/fourslash/localGetReferences_1.ts === + // --- (line: 5) skipped --- + // // References to static variable declared in a class. + // static clsSVar = 1; + // // References to a variable declared in a class. + // <|[|clsVar|] = 1;|> + // + // constructor (public clsParam: number) { + // //Increments + // globalVar++; + // this./*FIND ALL REFS*/clsVar++; + // fooCls.clsSVar++; + // // References to a class parameter. + // this.clsParam++; + // --- (line: 18) skipped --- // === Details === [ @@ -2074,7 +905,7 @@ "containerKind": "", "containerName": "", "kind": "property", - "name": "(property) fooCls.clsParam: number", + "name": "(property) fooCls.clsVar: number", "displayParts": [ { "text": "(", @@ -2101,7 +932,7 @@ "kind": "punctuation" }, { - "text": "clsParam", + "text": "clsVar", "kind": "propertyName" }, { @@ -2124,277 +955,209 @@ // === findAllReferences === // === /tests/cases/fourslash/localGetReferences_1.ts === -// // Comment Refence Test: globalVar -// // References to a variable declared in global. -// <|var [|{| isWriteAccess: true |}globalVar|]: number = 2;|> +// --- (line: 3) skipped --- // // class fooCls { // // References to static variable declared in a class. -// static clsSVar = 1; +// <|static [|{| isWriteAccess: true |}clsSVar|] = 1;|> // // References to a variable declared in a class. // clsVar = 1; // // constructor (public clsParam: number) { // //Increments -// /*FIND ALL REFS*/[|{| isWriteAccess: true |}globalVar|]++; +// globalVar++; // this.clsVar++; -// fooCls.clsSVar++; +// fooCls./*FIND ALL REFS*/[|{| isWriteAccess: true |}clsSVar|]++; // // References to a class parameter. // this.clsParam++; // modTest.modVar++; -// } -// } -// -// // References to a function parameter. -// function foo(x: number) { -// // References to a variable declared in a function. +// --- (line: 19) skipped --- + +// --- (line: 24) skipped --- // var fnVar = 1; // // //Increments -// fooCls.clsSVar++; -// [|{| isWriteAccess: true |}globalVar|]++; +// fooCls.[|{| isWriteAccess: true |}clsSVar|]++; +// globalVar++; // modTest.modVar++; // fnVar++; -// -// //Return -// return x++; -// } -// -// module modTest { -// //Declare -// export var modVar:number; +// --- (line: 32) skipped --- + +// --- (line: 39) skipped --- // // //Increments -// [|{| isWriteAccess: true |}globalVar|]++; -// fooCls.clsSVar++; +// globalVar++; +// fooCls.[|{| isWriteAccess: true |}clsSVar|]++; // modVar++; // // class testCls { -// static boo = foo; -// } -// -// function testFn(){ -// static boo = foo; +// --- (line: 47) skipped --- + +// --- (line: 51) skipped --- // // //Increments -// [|{| isWriteAccess: true |}globalVar|]++; -// fooCls.clsSVar++; +// globalVar++; +// fooCls.[|{| isWriteAccess: true |}clsSVar|]++; // modVar++; // } // -// module testMod { -// var boo = foo; -// } -// } -// -// //Type test -// var clsTest: fooCls; -// -// //Arguments -// // References to a class argument. -// clsTest = new fooCls([|globalVar|]); -// // References to a function argument. -// foo([|globalVar|]); +// --- (line: 59) skipped --- + +// --- (line: 70) skipped --- +// foo(globalVar); // // //Increments -// fooCls.clsSVar++; +// fooCls.[|{| isWriteAccess: true |}clsSVar|]++; // modTest.modVar++; -// [|{| isWriteAccess: true |}globalVar|] = [|globalVar|] + [|globalVar|]; -// -// //ETC - Other cases -// [|{| isWriteAccess: true |}globalVar|] = 3; -// // References to illegal assignment. -// foo = foo + 1; -// err = err++; -// -// //Shadowed fn Parameter -// function shdw(globalVar: number) { -// //Increments -// globalVar++; -// return globalVar; -// } -// -// //Remotes -// //Type test -// var remoteclsTest: remotefooCls; -// -// //Arguments -// remoteclsTest = new remotefooCls(remoteglobalVar); -// remotefoo(remoteglobalVar); -// -// //Increments -// remotefooCls.remoteclsSVar++; -// remotemodTest.remotemodVar++; -// remoteglobalVar = remoteglobalVar + remoteglobalVar; -// -// //ETC - Other cases -// remoteglobalVar = 3; -// -// //Find References misses method param -// var -// -// -// -// array = ["f", "o", "o"]; -// -// array.forEach( -// -// -// function(str) { -// -// -// -// // Reference misses function parameter. -// return str + " "; +// globalVar = globalVar + globalVar; // -// }); +// --- (line: 78) skipped --- // === Definitions === // === /tests/cases/fourslash/localGetReferences_1.ts === - // // Comment Refence Test: globalVar - // // References to a variable declared in global. - // <|var [|globalVar|]: number = 2;|> + // --- (line: 3) skipped --- // // class fooCls { // // References to static variable declared in a class. - // static clsSVar = 1; + // <|static [|clsSVar|] = 1;|> // // References to a variable declared in a class. // clsVar = 1; // // constructor (public clsParam: number) { // //Increments - // /*FIND ALL REFS*/globalVar++; + // globalVar++; // this.clsVar++; - // fooCls.clsSVar++; + // fooCls./*FIND ALL REFS*/clsSVar++; // // References to a class parameter. // this.clsParam++; // modTest.modVar++; - // } - // } - // - // // References to a function parameter. - // function foo(x: number) { - // // References to a variable declared in a function. - // var fnVar = 1; - // - // //Increments - // fooCls.clsSVar++; - // globalVar++; - // modTest.modVar++; - // fnVar++; - // - // //Return - // return x++; - // } - // - // module modTest { - // //Declare - // export var modVar:number; - // - // //Increments - // globalVar++; - // fooCls.clsSVar++; - // modVar++; - // - // class testCls { - // static boo = foo; - // } - // - // function testFn(){ - // static boo = foo; + // --- (line: 19) skipped --- + + // === Details === + [ + { + "containerKind": "", + "containerName": "", + "kind": "property", + "name": "(property) fooCls.clsSVar: number", + "displayParts": [ + { + "text": "(", + "kind": "punctuation" + }, + { + "text": "property", + "kind": "text" + }, + { + "text": ")", + "kind": "punctuation" + }, + { + "text": " ", + "kind": "space" + }, + { + "text": "fooCls", + "kind": "className" + }, + { + "text": ".", + "kind": "punctuation" + }, + { + "text": "clsSVar", + "kind": "propertyName" + }, + { + "text": ":", + "kind": "punctuation" + }, + { + "text": " ", + "kind": "space" + }, + { + "text": "number", + "kind": "keyword" + } + ] + } + ] + + + +// === findAllReferences === +// === /tests/cases/fourslash/localGetReferences_1.ts === +// --- (line: 7) skipped --- +// // References to a variable declared in a class. +// clsVar = 1; +// +// constructor (<|public [|{| isWriteAccess: true |}clsParam|]: number|>) { +// //Increments +// globalVar++; +// this.clsVar++; +// fooCls.clsSVar++; +// // References to a class parameter. +// this./*FIND ALL REFS*/[|{| isWriteAccess: true |}clsParam|]++; +// modTest.modVar++; +// } +// } +// --- (line: 21) skipped --- + + // === Definitions === + // === /tests/cases/fourslash/localGetReferences_1.ts === + // --- (line: 7) skipped --- + // // References to a variable declared in a class. + // clsVar = 1; // + // constructor (<|public [|clsParam|]: number|>) { // //Increments // globalVar++; + // this.clsVar++; // fooCls.clsSVar++; - // modVar++; - // } - // - // module testMod { - // var boo = foo; + // // References to a class parameter. + // this./*FIND ALL REFS*/clsParam++; + // modTest.modVar++; // } // } - // - // //Type test - // var clsTest: fooCls; - // - // //Arguments - // // References to a class argument. - // clsTest = new fooCls(globalVar); - // // References to a function argument. - // foo(globalVar); - // - // //Increments - // fooCls.clsSVar++; - // modTest.modVar++; - // globalVar = globalVar + globalVar; - // - // //ETC - Other cases - // globalVar = 3; - // // References to illegal assignment. - // foo = foo + 1; - // err = err++; - // - // //Shadowed fn Parameter - // function shdw(globalVar: number) { - // //Increments - // globalVar++; - // return globalVar; - // } - // - // //Remotes - // //Type test - // var remoteclsTest: remotefooCls; - // - // //Arguments - // remoteclsTest = new remotefooCls(remoteglobalVar); - // remotefoo(remoteglobalVar); - // - // //Increments - // remotefooCls.remoteclsSVar++; - // remotemodTest.remotemodVar++; - // remoteglobalVar = remoteglobalVar + remoteglobalVar; - // - // //ETC - Other cases - // remoteglobalVar = 3; - // - // //Find References misses method param - // var - // - // - // - // array = ["f", "o", "o"]; - // - // array.forEach( - // - // - // function(str) { - // - // - // - // // Reference misses function parameter. - // return str + " "; - // - // }); + // --- (line: 21) skipped --- // === Details === [ { "containerKind": "", "containerName": "", - "kind": "var", - "name": "var globalVar: number", + "kind": "property", + "name": "(property) fooCls.clsParam: number", "displayParts": [ { - "text": "var", - "kind": "keyword" + "text": "(", + "kind": "punctuation" + }, + { + "text": "property", + "kind": "text" + }, + { + "text": ")", + "kind": "punctuation" }, { "text": " ", "kind": "space" }, { - "text": "globalVar", - "kind": "localName" + "text": "fooCls", + "kind": "className" + }, + { + "text": ".", + "kind": "punctuation" + }, + { + "text": "clsParam", + "kind": "propertyName" }, { "text": ":", @@ -2416,29 +1179,11 @@ // === findAllReferences === // === /tests/cases/fourslash/localGetReferences_1.ts === -// // Comment Refence Test: globalVar -// // References to a variable declared in global. -// var globalVar: number = 2; -// -// class fooCls { -// // References to static variable declared in a class. -// static clsSVar = 1; -// // References to a variable declared in a class. -// <|[|{| isWriteAccess: true |}clsVar|] = 1;|> -// -// constructor (public clsParam: number) { -// //Increments -// globalVar++; -// this./*FIND ALL REFS*/[|{| isWriteAccess: true |}clsVar|]++; -// fooCls.clsSVar++; -// // References to a class parameter. -// this.clsParam++; -// modTest.modVar++; -// } +// --- (line: 19) skipped --- // } // // // References to a function parameter. -// function foo(x: number) { +// /*FIND ALL REFS*/<|function [|{| isWriteAccess: true, isDefinition: true |}foo|](x: number) { // // References to a variable declared in a function. // var fnVar = 1; // @@ -2450,23 +1195,21 @@ // // //Return // return x++; -// } +// }|> // // module modTest { // //Declare -// export var modVar:number; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; +// --- (line: 39) skipped --- + +// --- (line: 43) skipped --- // modVar++; // // class testCls { -// static boo = foo; +// static boo = [|foo|]; // } // // function testFn(){ -// static boo = foo; +// static boo = [|foo|]; // // //Increments // globalVar++; @@ -2475,18 +1218,17 @@ // } // // module testMod { -// var boo = foo; +// var boo = [|foo|]; // } // } // -// //Type test -// var clsTest: fooCls; -// -// //Arguments +// --- (line: 64) skipped --- + +// --- (line: 67) skipped --- // // References to a class argument. // clsTest = new fooCls(globalVar); // // References to a function argument. -// foo(globalVar); +// [|foo|](globalVar); // // //Increments // fooCls.clsSVar++; @@ -2496,76 +1238,19 @@ // //ETC - Other cases // globalVar = 3; // // References to illegal assignment. -// foo = foo + 1; +// [|{| isWriteAccess: true |}foo|] = [|foo|] + 1; // err = err++; // // //Shadowed fn Parameter -// function shdw(globalVar: number) { -// //Increments -// globalVar++; -// return globalVar; -// } -// -// //Remotes -// //Type test -// var remoteclsTest: remotefooCls; -// -// //Arguments -// remoteclsTest = new remotefooCls(remoteglobalVar); -// remotefoo(remoteglobalVar); -// -// //Increments -// remotefooCls.remoteclsSVar++; -// remotemodTest.remotemodVar++; -// remoteglobalVar = remoteglobalVar + remoteglobalVar; -// -// //ETC - Other cases -// remoteglobalVar = 3; -// -// //Find References misses method param -// var -// -// -// -// array = ["f", "o", "o"]; -// -// array.forEach( -// -// -// function(str) { -// -// -// -// // Reference misses function parameter. -// return str + " "; -// -// }); +// --- (line: 85) skipped --- // === Definitions === // === /tests/cases/fourslash/localGetReferences_1.ts === - // // Comment Refence Test: globalVar - // // References to a variable declared in global. - // var globalVar: number = 2; - // - // class fooCls { - // // References to static variable declared in a class. - // static clsSVar = 1; - // // References to a variable declared in a class. - // <|[|clsVar|] = 1;|> - // - // constructor (public clsParam: number) { - // //Increments - // globalVar++; - // this./*FIND ALL REFS*/clsVar++; - // fooCls.clsSVar++; - // // References to a class parameter. - // this.clsParam++; - // modTest.modVar++; - // } + // --- (line: 19) skipped --- // } // // // References to a function parameter. - // function foo(x: number) { + // /*FIND ALL REFS*/<|function [|foo|](x: number) { // // References to a variable declared in a function. // var fnVar = 1; // @@ -2577,115 +1262,42 @@ // // //Return // return x++; - // } + // }|> // // module modTest { // //Declare - // export var modVar:number; - // - // //Increments - // globalVar++; - // fooCls.clsSVar++; - // modVar++; - // - // class testCls { - // static boo = foo; - // } - // - // function testFn(){ - // static boo = foo; - // - // //Increments - // globalVar++; - // fooCls.clsSVar++; - // modVar++; - // } - // - // module testMod { - // var boo = foo; - // } - // } - // - // //Type test - // var clsTest: fooCls; - // - // //Arguments - // // References to a class argument. - // clsTest = new fooCls(globalVar); - // // References to a function argument. - // foo(globalVar); - // - // //Increments - // fooCls.clsSVar++; - // modTest.modVar++; - // globalVar = globalVar + globalVar; - // - // //ETC - Other cases - // globalVar = 3; - // // References to illegal assignment. - // foo = foo + 1; - // err = err++; - // - // //Shadowed fn Parameter - // function shdw(globalVar: number) { - // //Increments - // globalVar++; - // return globalVar; - // } - // - // //Remotes - // //Type test - // var remoteclsTest: remotefooCls; - // - // //Arguments - // remoteclsTest = new remotefooCls(remoteglobalVar); - // remotefoo(remoteglobalVar); - // - // //Increments - // remotefooCls.remoteclsSVar++; - // remotemodTest.remotemodVar++; - // remoteglobalVar = remoteglobalVar + remoteglobalVar; - // - // //ETC - Other cases - // remoteglobalVar = 3; - // - // //Find References misses method param - // var - // - // - // - // array = ["f", "o", "o"]; - // - // array.forEach( - // - // - // function(str) { - // - // - // - // // Reference misses function parameter. - // return str + " "; - // - // }); + // --- (line: 39) skipped --- // === Details === [ { "containerKind": "", "containerName": "", - "kind": "property", - "name": "(property) fooCls.clsVar: number", + "kind": "function", + "name": "function foo(x: number): number", "displayParts": [ + { + "text": "function", + "kind": "keyword" + }, + { + "text": " ", + "kind": "space" + }, + { + "text": "foo", + "kind": "functionName" + }, { "text": "(", "kind": "punctuation" }, { - "text": "property", - "kind": "text" + "text": "x", + "kind": "parameterName" }, { - "text": ")", + "text": ":", "kind": "punctuation" }, { @@ -2693,17 +1305,13 @@ "kind": "space" }, { - "text": "fooCls", - "kind": "className" + "text": "number", + "kind": "keyword" }, { - "text": ".", + "text": ")", "kind": "punctuation" }, - { - "text": "clsVar", - "kind": "propertyName" - }, { "text": ":", "kind": "punctuation" @@ -2724,156 +1332,78 @@ // === findAllReferences === // === /tests/cases/fourslash/localGetReferences_1.ts === -// // Comment Refence Test: globalVar -// // References to a variable declared in global. -// var globalVar: number = 2; -// -// class fooCls { -// // References to static variable declared in a class. -// <|static [|{| isWriteAccess: true |}clsSVar|] = 1;|> -// // References to a variable declared in a class. -// clsVar = 1; -// -// constructor (public clsParam: number) { -// //Increments -// globalVar++; -// this.clsVar++; -// fooCls./*FIND ALL REFS*/[|{| isWriteAccess: true |}clsSVar|]++; -// // References to a class parameter. -// this.clsParam++; -// modTest.modVar++; -// } +// --- (line: 19) skipped --- // } // // // References to a function parameter. -// function foo(x: number) { +// <|function /*FIND ALL REFS*/[|{| isWriteAccess: true, isDefinition: true |}foo|](x: number) { // // References to a variable declared in a function. // var fnVar = 1; // // //Increments -// fooCls.[|{| isWriteAccess: true |}clsSVar|]++; +// fooCls.clsSVar++; // globalVar++; // modTest.modVar++; // fnVar++; // // //Return // return x++; -// } +// }|> // // module modTest { // //Declare -// export var modVar:number; -// -// //Increments -// globalVar++; -// fooCls.[|{| isWriteAccess: true |}clsSVar|]++; +// --- (line: 39) skipped --- + +// --- (line: 43) skipped --- // modVar++; // // class testCls { -// static boo = foo; +// static boo = [|foo|]; // } // // function testFn(){ -// static boo = foo; +// static boo = [|foo|]; // // //Increments // globalVar++; -// fooCls.[|{| isWriteAccess: true |}clsSVar|]++; +// fooCls.clsSVar++; // modVar++; // } // // module testMod { -// var boo = foo; +// var boo = [|foo|]; // } // } // -// //Type test -// var clsTest: fooCls; -// -// //Arguments +// --- (line: 64) skipped --- + +// --- (line: 67) skipped --- // // References to a class argument. // clsTest = new fooCls(globalVar); // // References to a function argument. -// foo(globalVar); +// [|foo|](globalVar); // // //Increments -// fooCls.[|{| isWriteAccess: true |}clsSVar|]++; +// fooCls.clsSVar++; // modTest.modVar++; // globalVar = globalVar + globalVar; // // //ETC - Other cases // globalVar = 3; // // References to illegal assignment. -// foo = foo + 1; +// [|{| isWriteAccess: true |}foo|] = [|foo|] + 1; // err = err++; // // //Shadowed fn Parameter -// function shdw(globalVar: number) { -// //Increments -// globalVar++; -// return globalVar; -// } -// -// //Remotes -// //Type test -// var remoteclsTest: remotefooCls; -// -// //Arguments -// remoteclsTest = new remotefooCls(remoteglobalVar); -// remotefoo(remoteglobalVar); -// -// //Increments -// remotefooCls.remoteclsSVar++; -// remotemodTest.remotemodVar++; -// remoteglobalVar = remoteglobalVar + remoteglobalVar; -// -// //ETC - Other cases -// remoteglobalVar = 3; -// -// //Find References misses method param -// var -// -// -// -// array = ["f", "o", "o"]; -// -// array.forEach( -// -// -// function(str) { -// -// -// -// // Reference misses function parameter. -// return str + " "; -// -// }); +// --- (line: 85) skipped --- // === Definitions === // === /tests/cases/fourslash/localGetReferences_1.ts === - // // Comment Refence Test: globalVar - // // References to a variable declared in global. - // var globalVar: number = 2; - // - // class fooCls { - // // References to static variable declared in a class. - // <|static [|clsSVar|] = 1;|> - // // References to a variable declared in a class. - // clsVar = 1; - // - // constructor (public clsParam: number) { - // //Increments - // globalVar++; - // this.clsVar++; - // fooCls./*FIND ALL REFS*/clsSVar++; - // // References to a class parameter. - // this.clsParam++; - // modTest.modVar++; - // } + // --- (line: 19) skipped --- // } // // // References to a function parameter. - // function foo(x: number) { + // <|function /*FIND ALL REFS*/[|foo|](x: number) { // // References to a variable declared in a function. // var fnVar = 1; // @@ -2885,115 +1415,42 @@ // // //Return // return x++; - // } + // }|> // // module modTest { // //Declare - // export var modVar:number; - // - // //Increments - // globalVar++; - // fooCls.clsSVar++; - // modVar++; - // - // class testCls { - // static boo = foo; - // } - // - // function testFn(){ - // static boo = foo; - // - // //Increments - // globalVar++; - // fooCls.clsSVar++; - // modVar++; - // } - // - // module testMod { - // var boo = foo; - // } - // } - // - // //Type test - // var clsTest: fooCls; - // - // //Arguments - // // References to a class argument. - // clsTest = new fooCls(globalVar); - // // References to a function argument. - // foo(globalVar); - // - // //Increments - // fooCls.clsSVar++; - // modTest.modVar++; - // globalVar = globalVar + globalVar; - // - // //ETC - Other cases - // globalVar = 3; - // // References to illegal assignment. - // foo = foo + 1; - // err = err++; - // - // //Shadowed fn Parameter - // function shdw(globalVar: number) { - // //Increments - // globalVar++; - // return globalVar; - // } - // - // //Remotes - // //Type test - // var remoteclsTest: remotefooCls; - // - // //Arguments - // remoteclsTest = new remotefooCls(remoteglobalVar); - // remotefoo(remoteglobalVar); - // - // //Increments - // remotefooCls.remoteclsSVar++; - // remotemodTest.remotemodVar++; - // remoteglobalVar = remoteglobalVar + remoteglobalVar; - // - // //ETC - Other cases - // remoteglobalVar = 3; - // - // //Find References misses method param - // var - // - // - // - // array = ["f", "o", "o"]; - // - // array.forEach( - // - // - // function(str) { - // - // - // - // // Reference misses function parameter. - // return str + " "; - // - // }); + // --- (line: 39) skipped --- // === Details === [ { "containerKind": "", "containerName": "", - "kind": "property", - "name": "(property) fooCls.clsSVar: number", + "kind": "function", + "name": "function foo(x: number): number", "displayParts": [ + { + "text": "function", + "kind": "keyword" + }, + { + "text": " ", + "kind": "space" + }, + { + "text": "foo", + "kind": "functionName" + }, { "text": "(", "kind": "punctuation" }, { - "text": "property", - "kind": "text" + "text": "x", + "kind": "parameterName" }, { - "text": ")", + "text": ":", "kind": "punctuation" }, { @@ -3001,17 +1458,13 @@ "kind": "space" }, { - "text": "fooCls", - "kind": "className" + "text": "number", + "kind": "keyword" }, { - "text": ".", + "text": ")", "kind": "punctuation" }, - { - "text": "clsSVar", - "kind": "propertyName" - }, { "text": ":", "kind": "punctuation" @@ -3032,272 +1485,52 @@ // === findAllReferences === // === /tests/cases/fourslash/localGetReferences_1.ts === -// // Comment Refence Test: globalVar -// // References to a variable declared in global. -// var globalVar: number = 2; +// --- (line: 19) skipped --- +// } // -// class fooCls { -// // References to static variable declared in a class. -// static clsSVar = 1; -// // References to a variable declared in a class. -// clsVar = 1; +// // References to a function parameter. +// function foo(/*FIND ALL REFS*/<|[|{| isWriteAccess: true, isDefinition: true |}x|]: number|>) { +// // References to a variable declared in a function. +// var fnVar = 1; // -// constructor (<|public [|{| isWriteAccess: true |}clsParam|]: number|>) { -// //Increments -// globalVar++; -// this.clsVar++; -// fooCls.clsSVar++; -// // References to a class parameter. -// this./*FIND ALL REFS*/[|{| isWriteAccess: true |}clsParam|]++; -// modTest.modVar++; -// } -// } -// -// // References to a function parameter. -// function foo(x: number) { -// // References to a variable declared in a function. -// var fnVar = 1; -// -// //Increments -// fooCls.clsSVar++; -// globalVar++; -// modTest.modVar++; +// --- (line: 27) skipped --- + +// --- (line: 30) skipped --- // fnVar++; // // //Return -// return x++; +// return [|{| isWriteAccess: true |}x|]++; // } // // module modTest { -// //Declare -// export var modVar:number; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// -// class testCls { -// static boo = foo; -// } -// -// function testFn(){ -// static boo = foo; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// } -// -// module testMod { -// var boo = foo; -// } -// } -// -// //Type test -// var clsTest: fooCls; -// -// //Arguments -// // References to a class argument. -// clsTest = new fooCls(globalVar); -// // References to a function argument. -// foo(globalVar); -// -// //Increments -// fooCls.clsSVar++; -// modTest.modVar++; -// globalVar = globalVar + globalVar; -// -// //ETC - Other cases -// globalVar = 3; -// // References to illegal assignment. -// foo = foo + 1; -// err = err++; -// -// //Shadowed fn Parameter -// function shdw(globalVar: number) { -// //Increments -// globalVar++; -// return globalVar; -// } -// -// //Remotes -// //Type test -// var remoteclsTest: remotefooCls; -// -// //Arguments -// remoteclsTest = new remotefooCls(remoteglobalVar); -// remotefoo(remoteglobalVar); -// -// //Increments -// remotefooCls.remoteclsSVar++; -// remotemodTest.remotemodVar++; -// remoteglobalVar = remoteglobalVar + remoteglobalVar; -// -// //ETC - Other cases -// remoteglobalVar = 3; -// -// //Find References misses method param -// var -// -// -// -// array = ["f", "o", "o"]; -// -// array.forEach( -// -// -// function(str) { -// -// -// -// // Reference misses function parameter. -// return str + " "; -// -// }); +// --- (line: 38) skipped --- // === Definitions === // === /tests/cases/fourslash/localGetReferences_1.ts === - // // Comment Refence Test: globalVar - // // References to a variable declared in global. - // var globalVar: number = 2; - // - // class fooCls { - // // References to static variable declared in a class. - // static clsSVar = 1; - // // References to a variable declared in a class. - // clsVar = 1; - // - // constructor (<|public [|clsParam|]: number|>) { - // //Increments - // globalVar++; - // this.clsVar++; - // fooCls.clsSVar++; - // // References to a class parameter. - // this./*FIND ALL REFS*/clsParam++; - // modTest.modVar++; - // } + // --- (line: 19) skipped --- // } // // // References to a function parameter. - // function foo(x: number) { + // function foo(/*FIND ALL REFS*/<|[|x|]: number|>) { // // References to a variable declared in a function. // var fnVar = 1; // - // //Increments - // fooCls.clsSVar++; - // globalVar++; - // modTest.modVar++; - // fnVar++; - // - // //Return - // return x++; - // } - // - // module modTest { - // //Declare - // export var modVar:number; - // - // //Increments - // globalVar++; - // fooCls.clsSVar++; - // modVar++; - // - // class testCls { - // static boo = foo; - // } - // - // function testFn(){ - // static boo = foo; - // - // //Increments - // globalVar++; - // fooCls.clsSVar++; - // modVar++; - // } - // - // module testMod { - // var boo = foo; - // } - // } - // - // //Type test - // var clsTest: fooCls; - // - // //Arguments - // // References to a class argument. - // clsTest = new fooCls(globalVar); - // // References to a function argument. - // foo(globalVar); - // - // //Increments - // fooCls.clsSVar++; - // modTest.modVar++; - // globalVar = globalVar + globalVar; - // - // //ETC - Other cases - // globalVar = 3; - // // References to illegal assignment. - // foo = foo + 1; - // err = err++; - // - // //Shadowed fn Parameter - // function shdw(globalVar: number) { - // //Increments - // globalVar++; - // return globalVar; - // } - // - // //Remotes - // //Type test - // var remoteclsTest: remotefooCls; - // - // //Arguments - // remoteclsTest = new remotefooCls(remoteglobalVar); - // remotefoo(remoteglobalVar); - // - // //Increments - // remotefooCls.remoteclsSVar++; - // remotemodTest.remotemodVar++; - // remoteglobalVar = remoteglobalVar + remoteglobalVar; - // - // //ETC - Other cases - // remoteglobalVar = 3; - // - // //Find References misses method param - // var - // - // - // - // array = ["f", "o", "o"]; - // - // array.forEach( - // - // - // function(str) { - // - // - // - // // Reference misses function parameter. - // return str + " "; - // - // }); + // --- (line: 27) skipped --- // === Details === [ { "containerKind": "", "containerName": "", - "kind": "property", - "name": "(property) fooCls.clsParam: number", + "kind": "parameter", + "name": "(parameter) x: number", "displayParts": [ { "text": "(", "kind": "punctuation" }, { - "text": "property", + "text": "parameter", "kind": "text" }, { @@ -3309,16 +1542,8 @@ "kind": "space" }, { - "text": "fooCls", - "kind": "className" - }, - { - "text": ".", - "kind": "punctuation" - }, - { - "text": "clsParam", - "kind": "propertyName" + "text": "x", + "kind": "parameterName" }, { "text": ":", @@ -3340,285 +1565,61 @@ // === findAllReferences === // === /tests/cases/fourslash/localGetReferences_1.ts === -// // Comment Refence Test: globalVar -// // References to a variable declared in global. -// var globalVar: number = 2; -// -// class fooCls { -// // References to static variable declared in a class. -// static clsSVar = 1; -// // References to a variable declared in a class. -// clsVar = 1; -// -// constructor (public clsParam: number) { -// //Increments -// globalVar++; -// this.clsVar++; -// fooCls.clsSVar++; -// // References to a class parameter. -// this.clsParam++; -// modTest.modVar++; -// } -// } -// +// --- (line: 21) skipped --- // // References to a function parameter. -// /*FIND ALL REFS*/<|function [|{| isWriteAccess: true, isDefinition: true |}foo|](x: number) { +// function foo(x: number) { // // References to a variable declared in a function. -// var fnVar = 1; +// /*FIND ALL REFS*/<|var [|{| isWriteAccess: true, isDefinition: true |}fnVar|] = 1;|> // // //Increments // fooCls.clsSVar++; // globalVar++; // modTest.modVar++; -// fnVar++; +// [|{| isWriteAccess: true |}fnVar|]++; // // //Return // return x++; -// }|> -// -// module modTest { -// //Declare -// export var modVar:number; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// -// class testCls { -// static boo = [|foo|]; -// } -// -// function testFn(){ -// static boo = [|foo|]; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// } -// -// module testMod { -// var boo = [|foo|]; -// } -// } -// -// //Type test -// var clsTest: fooCls; -// -// //Arguments -// // References to a class argument. -// clsTest = new fooCls(globalVar); -// // References to a function argument. -// [|foo|](globalVar); -// -// //Increments -// fooCls.clsSVar++; -// modTest.modVar++; -// globalVar = globalVar + globalVar; -// -// //ETC - Other cases -// globalVar = 3; -// // References to illegal assignment. -// [|{| isWriteAccess: true |}foo|] = [|foo|] + 1; -// err = err++; -// -// //Shadowed fn Parameter -// function shdw(globalVar: number) { -// //Increments -// globalVar++; -// return globalVar; -// } -// -// //Remotes -// //Type test -// var remoteclsTest: remotefooCls; -// -// //Arguments -// remoteclsTest = new remotefooCls(remoteglobalVar); -// remotefoo(remoteglobalVar); -// -// //Increments -// remotefooCls.remoteclsSVar++; -// remotemodTest.remotemodVar++; -// remoteglobalVar = remoteglobalVar + remoteglobalVar; -// -// //ETC - Other cases -// remoteglobalVar = 3; -// -// //Find References misses method param -// var -// -// -// -// array = ["f", "o", "o"]; -// -// array.forEach( -// -// -// function(str) { -// -// -// -// // Reference misses function parameter. -// return str + " "; -// -// }); +// --- (line: 35) skipped --- // === Definitions === // === /tests/cases/fourslash/localGetReferences_1.ts === - // // Comment Refence Test: globalVar - // // References to a variable declared in global. - // var globalVar: number = 2; - // - // class fooCls { - // // References to static variable declared in a class. - // static clsSVar = 1; - // // References to a variable declared in a class. - // clsVar = 1; - // - // constructor (public clsParam: number) { - // //Increments - // globalVar++; - // this.clsVar++; - // fooCls.clsSVar++; - // // References to a class parameter. - // this.clsParam++; - // modTest.modVar++; - // } - // } - // + // --- (line: 21) skipped --- // // References to a function parameter. - // /*FIND ALL REFS*/<|function [|foo|](x: number) { + // function foo(x: number) { // // References to a variable declared in a function. - // var fnVar = 1; - // - // //Increments - // fooCls.clsSVar++; - // globalVar++; - // modTest.modVar++; - // fnVar++; - // - // //Return - // return x++; - // }|> - // - // module modTest { - // //Declare - // export var modVar:number; + // /*FIND ALL REFS*/<|var [|fnVar|] = 1;|> // // //Increments - // globalVar++; // fooCls.clsSVar++; - // modVar++; - // - // class testCls { - // static boo = foo; - // } - // - // function testFn(){ - // static boo = foo; - // - // //Increments - // globalVar++; - // fooCls.clsSVar++; - // modVar++; - // } - // - // module testMod { - // var boo = foo; - // } - // } - // - // //Type test - // var clsTest: fooCls; - // - // //Arguments - // // References to a class argument. - // clsTest = new fooCls(globalVar); - // // References to a function argument. - // foo(globalVar); - // - // //Increments - // fooCls.clsSVar++; - // modTest.modVar++; - // globalVar = globalVar + globalVar; - // - // //ETC - Other cases - // globalVar = 3; - // // References to illegal assignment. - // foo = foo + 1; - // err = err++; - // - // //Shadowed fn Parameter - // function shdw(globalVar: number) { - // //Increments - // globalVar++; - // return globalVar; - // } - // - // //Remotes - // //Type test - // var remoteclsTest: remotefooCls; - // - // //Arguments - // remoteclsTest = new remotefooCls(remoteglobalVar); - // remotefoo(remoteglobalVar); - // - // //Increments - // remotefooCls.remoteclsSVar++; - // remotemodTest.remotemodVar++; - // remoteglobalVar = remoteglobalVar + remoteglobalVar; - // - // //ETC - Other cases - // remoteglobalVar = 3; - // - // //Find References misses method param - // var - // - // - // - // array = ["f", "o", "o"]; - // - // array.forEach( - // - // - // function(str) { - // - // - // - // // Reference misses function parameter. - // return str + " "; - // - // }); + // --- (line: 29) skipped --- // === Details === [ { "containerKind": "", "containerName": "", - "kind": "function", - "name": "function foo(x: number): number", + "kind": "local var", + "name": "(local var) fnVar: number", "displayParts": [ { - "text": "function", - "kind": "keyword" + "text": "(", + "kind": "punctuation" }, { - "text": " ", - "kind": "space" + "text": "local var", + "kind": "text" }, { - "text": "foo", - "kind": "functionName" + "text": ")", + "kind": "punctuation" }, { - "text": "(", - "kind": "punctuation" + "text": " ", + "kind": "space" }, { - "text": "x", - "kind": "parameterName" + "text": "fnVar", + "kind": "localName" }, { "text": ":", @@ -3631,11 +1632,71 @@ { "text": "number", "kind": "keyword" + } + ] + } + ] + + + +// === findAllReferences === +// === /tests/cases/fourslash/localGetReferences_1.ts === +// --- (line: 21) skipped --- +// // References to a function parameter. +// function foo(x: number) { +// // References to a variable declared in a function. +// <|var /*FIND ALL REFS*/[|{| isWriteAccess: true, isDefinition: true |}fnVar|] = 1;|> +// +// //Increments +// fooCls.clsSVar++; +// globalVar++; +// modTest.modVar++; +// [|{| isWriteAccess: true |}fnVar|]++; +// +// //Return +// return x++; +// --- (line: 35) skipped --- + + // === Definitions === + // === /tests/cases/fourslash/localGetReferences_1.ts === + // --- (line: 21) skipped --- + // // References to a function parameter. + // function foo(x: number) { + // // References to a variable declared in a function. + // <|var /*FIND ALL REFS*/[|fnVar|] = 1;|> + // + // //Increments + // fooCls.clsSVar++; + // --- (line: 29) skipped --- + + // === Details === + [ + { + "containerKind": "", + "containerName": "", + "kind": "local var", + "name": "(local var) fnVar: number", + "displayParts": [ + { + "text": "(", + "kind": "punctuation" + }, + { + "text": "local var", + "kind": "text" }, { "text": ")", "kind": "punctuation" }, + { + "text": " ", + "kind": "space" + }, + { + "text": "fnVar", + "kind": "localName" + }, { "text": ":", "kind": "punctuation" @@ -3656,13 +1717,11 @@ // === findAllReferences === // === /tests/cases/fourslash/localGetReferences_1.ts === -// // Comment Refence Test: globalVar -// // References to a variable declared in global. -// var globalVar: number = 2; +// --- (line: 3) skipped --- // // class fooCls { // // References to static variable declared in a class. -// static clsSVar = 1; +// <|static [|{| isWriteAccess: true |}clsSVar|] = 1;|> // // References to a variable declared in a class. // clsVar = 1; // @@ -3670,274 +1729,92 @@ // //Increments // globalVar++; // this.clsVar++; -// fooCls.clsSVar++; +// fooCls.[|{| isWriteAccess: true |}clsSVar|]++; // // References to a class parameter. // this.clsParam++; // modTest.modVar++; -// } -// } -// -// // References to a function parameter. -// <|function /*FIND ALL REFS*/[|{| isWriteAccess: true, isDefinition: true |}foo|](x: number) { -// // References to a variable declared in a function. +// --- (line: 19) skipped --- + +// --- (line: 24) skipped --- // var fnVar = 1; // // //Increments -// fooCls.clsSVar++; +// fooCls./*FIND ALL REFS*/[|{| isWriteAccess: true |}clsSVar|]++; // globalVar++; // modTest.modVar++; // fnVar++; -// -// //Return -// return x++; -// }|> -// -// module modTest { -// //Declare -// export var modVar:number; +// --- (line: 32) skipped --- + +// --- (line: 39) skipped --- // // //Increments // globalVar++; -// fooCls.clsSVar++; +// fooCls.[|{| isWriteAccess: true |}clsSVar|]++; // modVar++; // // class testCls { -// static boo = [|foo|]; -// } -// -// function testFn(){ -// static boo = [|foo|]; +// --- (line: 47) skipped --- + +// --- (line: 51) skipped --- // // //Increments // globalVar++; -// fooCls.clsSVar++; +// fooCls.[|{| isWriteAccess: true |}clsSVar|]++; // modVar++; // } // -// module testMod { -// var boo = [|foo|]; -// } -// } -// -// //Type test -// var clsTest: fooCls; -// -// //Arguments -// // References to a class argument. -// clsTest = new fooCls(globalVar); -// // References to a function argument. -// [|foo|](globalVar); +// --- (line: 59) skipped --- + +// --- (line: 70) skipped --- +// foo(globalVar); // // //Increments -// fooCls.clsSVar++; +// fooCls.[|{| isWriteAccess: true |}clsSVar|]++; // modTest.modVar++; // globalVar = globalVar + globalVar; // -// //ETC - Other cases -// globalVar = 3; -// // References to illegal assignment. -// [|{| isWriteAccess: true |}foo|] = [|foo|] + 1; -// err = err++; -// -// //Shadowed fn Parameter -// function shdw(globalVar: number) { -// //Increments -// globalVar++; -// return globalVar; -// } -// -// //Remotes -// //Type test -// var remoteclsTest: remotefooCls; -// -// //Arguments -// remoteclsTest = new remotefooCls(remoteglobalVar); -// remotefoo(remoteglobalVar); -// -// //Increments -// remotefooCls.remoteclsSVar++; -// remotemodTest.remotemodVar++; -// remoteglobalVar = remoteglobalVar + remoteglobalVar; -// -// //ETC - Other cases -// remoteglobalVar = 3; -// -// //Find References misses method param -// var -// -// -// -// array = ["f", "o", "o"]; -// -// array.forEach( -// -// -// function(str) { -// -// -// -// // Reference misses function parameter. -// return str + " "; -// -// }); +// --- (line: 78) skipped --- // === Definitions === // === /tests/cases/fourslash/localGetReferences_1.ts === - // // Comment Refence Test: globalVar - // // References to a variable declared in global. - // var globalVar: number = 2; + // --- (line: 3) skipped --- // // class fooCls { // // References to static variable declared in a class. - // static clsSVar = 1; + // <|static [|clsSVar|] = 1;|> // // References to a variable declared in a class. // clsVar = 1; // - // constructor (public clsParam: number) { - // //Increments - // globalVar++; - // this.clsVar++; - // fooCls.clsSVar++; - // // References to a class parameter. - // this.clsParam++; - // modTest.modVar++; - // } - // } - // - // // References to a function parameter. - // <|function /*FIND ALL REFS*/[|foo|](x: number) { - // // References to a variable declared in a function. + // --- (line: 11) skipped --- + + // --- (line: 24) skipped --- // var fnVar = 1; // // //Increments - // fooCls.clsSVar++; + // fooCls./*FIND ALL REFS*/clsSVar++; // globalVar++; // modTest.modVar++; // fnVar++; - // - // //Return - // return x++; - // }|> - // - // module modTest { - // //Declare - // export var modVar:number; - // - // //Increments - // globalVar++; - // fooCls.clsSVar++; - // modVar++; - // - // class testCls { - // static boo = foo; - // } - // - // function testFn(){ - // static boo = foo; - // - // //Increments - // globalVar++; - // fooCls.clsSVar++; - // modVar++; - // } - // - // module testMod { - // var boo = foo; - // } - // } - // - // //Type test - // var clsTest: fooCls; - // - // //Arguments - // // References to a class argument. - // clsTest = new fooCls(globalVar); - // // References to a function argument. - // foo(globalVar); - // - // //Increments - // fooCls.clsSVar++; - // modTest.modVar++; - // globalVar = globalVar + globalVar; - // - // //ETC - Other cases - // globalVar = 3; - // // References to illegal assignment. - // foo = foo + 1; - // err = err++; - // - // //Shadowed fn Parameter - // function shdw(globalVar: number) { - // //Increments - // globalVar++; - // return globalVar; - // } - // - // //Remotes - // //Type test - // var remoteclsTest: remotefooCls; - // - // //Arguments - // remoteclsTest = new remotefooCls(remoteglobalVar); - // remotefoo(remoteglobalVar); - // - // //Increments - // remotefooCls.remoteclsSVar++; - // remotemodTest.remotemodVar++; - // remoteglobalVar = remoteglobalVar + remoteglobalVar; - // - // //ETC - Other cases - // remoteglobalVar = 3; - // - // //Find References misses method param - // var - // - // - // - // array = ["f", "o", "o"]; - // - // array.forEach( - // - // - // function(str) { - // - // - // - // // Reference misses function parameter. - // return str + " "; - // - // }); + // --- (line: 32) skipped --- // === Details === [ { "containerKind": "", "containerName": "", - "kind": "function", - "name": "function foo(x: number): number", + "kind": "property", + "name": "(property) fooCls.clsSVar: number", "displayParts": [ - { - "text": "function", - "kind": "keyword" - }, - { - "text": " ", - "kind": "space" - }, - { - "text": "foo", - "kind": "functionName" - }, { "text": "(", "kind": "punctuation" }, { - "text": "x", - "kind": "parameterName" + "text": "property", + "kind": "text" }, { - "text": ":", + "text": ")", "kind": "punctuation" }, { @@ -3945,13 +1822,17 @@ "kind": "space" }, { - "text": "number", - "kind": "keyword" + "text": "fooCls", + "kind": "className" }, { - "text": ")", + "text": ".", "kind": "punctuation" }, + { + "text": "clsSVar", + "kind": "propertyName" + }, { "text": ":", "kind": "punctuation" @@ -3974,7 +1855,7 @@ // === /tests/cases/fourslash/localGetReferences_1.ts === // // Comment Refence Test: globalVar // // References to a variable declared in global. -// var globalVar: number = 2; +// <|var [|{| isWriteAccess: true |}globalVar|]: number = 2;|> // // class fooCls { // // References to static variable declared in a class. @@ -3984,245 +1865,245 @@ // // constructor (public clsParam: number) { // //Increments -// globalVar++; +// [|{| isWriteAccess: true |}globalVar|]++; // this.clsVar++; // fooCls.clsSVar++; // // References to a class parameter. -// this.clsParam++; -// modTest.modVar++; -// } -// } -// -// // References to a function parameter. -// function foo(/*FIND ALL REFS*/<|[|{| isWriteAccess: true, isDefinition: true |}x|]: number|>) { -// // References to a variable declared in a function. -// var fnVar = 1; +// --- (line: 17) skipped --- + +// --- (line: 25) skipped --- // // //Increments // fooCls.clsSVar++; -// globalVar++; +// /*FIND ALL REFS*/[|{| isWriteAccess: true |}globalVar|]++; // modTest.modVar++; // fnVar++; // -// //Return -// return [|{| isWriteAccess: true |}x|]++; -// } -// -// module modTest { -// //Declare +// --- (line: 33) skipped --- + +// --- (line: 38) skipped --- // export var modVar:number; // // //Increments -// globalVar++; +// [|{| isWriteAccess: true |}globalVar|]++; // fooCls.clsSVar++; // modVar++; // -// class testCls { -// static boo = foo; -// } -// -// function testFn(){ +// --- (line: 46) skipped --- + +// --- (line: 50) skipped --- // static boo = foo; // // //Increments -// globalVar++; +// [|{| isWriteAccess: true |}globalVar|]++; // fooCls.clsSVar++; // modVar++; // } -// -// module testMod { -// var boo = foo; -// } -// } -// -// //Type test -// var clsTest: fooCls; +// --- (line: 58) skipped --- + +// --- (line: 65) skipped --- // // //Arguments // // References to a class argument. -// clsTest = new fooCls(globalVar); +// clsTest = new fooCls([|globalVar|]); // // References to a function argument. -// foo(globalVar); +// foo([|globalVar|]); // // //Increments // fooCls.clsSVar++; // modTest.modVar++; -// globalVar = globalVar + globalVar; +// [|{| isWriteAccess: true |}globalVar|] = [|globalVar|] + [|globalVar|]; // // //ETC - Other cases -// globalVar = 3; +// [|{| isWriteAccess: true |}globalVar|] = 3; // // References to illegal assignment. // foo = foo + 1; // err = err++; -// -// //Shadowed fn Parameter -// function shdw(globalVar: number) { -// //Increments -// globalVar++; -// return globalVar; -// } -// -// //Remotes -// //Type test -// var remoteclsTest: remotefooCls; -// -// //Arguments -// remoteclsTest = new remotefooCls(remoteglobalVar); -// remotefoo(remoteglobalVar); -// -// //Increments -// remotefooCls.remoteclsSVar++; -// remotemodTest.remotemodVar++; -// remoteglobalVar = remoteglobalVar + remoteglobalVar; -// -// //ETC - Other cases -// remoteglobalVar = 3; -// -// //Find References misses method param -// var -// -// -// -// array = ["f", "o", "o"]; -// -// array.forEach( -// -// -// function(str) { -// -// -// -// // Reference misses function parameter. -// return str + " "; -// -// }); +// --- (line: 83) skipped --- // === Definitions === // === /tests/cases/fourslash/localGetReferences_1.ts === // // Comment Refence Test: globalVar // // References to a variable declared in global. - // var globalVar: number = 2; + // <|var [|globalVar|]: number = 2;|> // // class fooCls { // // References to static variable declared in a class. - // static clsSVar = 1; - // // References to a variable declared in a class. - // clsVar = 1; + // --- (line: 7) skipped --- + + // --- (line: 25) skipped --- // - // constructor (public clsParam: number) { - // //Increments - // globalVar++; - // this.clsVar++; - // fooCls.clsSVar++; - // // References to a class parameter. - // this.clsParam++; - // modTest.modVar++; - // } - // } + // //Increments + // fooCls.clsSVar++; + // /*FIND ALL REFS*/globalVar++; + // modTest.modVar++; + // fnVar++; // + // --- (line: 33) skipped --- + + // === Details === + [ + { + "containerKind": "", + "containerName": "", + "kind": "var", + "name": "var globalVar: number", + "displayParts": [ + { + "text": "var", + "kind": "keyword" + }, + { + "text": " ", + "kind": "space" + }, + { + "text": "globalVar", + "kind": "localName" + }, + { + "text": ":", + "kind": "punctuation" + }, + { + "text": " ", + "kind": "space" + }, + { + "text": "number", + "kind": "keyword" + } + ] + } + ] + + + +// === findAllReferences === +// === /tests/cases/fourslash/localGetReferences_1.ts === +// --- (line: 21) skipped --- +// // References to a function parameter. +// function foo(x: number) { +// // References to a variable declared in a function. +// <|var [|{| isWriteAccess: true |}fnVar|] = 1;|> +// +// //Increments +// fooCls.clsSVar++; +// globalVar++; +// modTest.modVar++; +// /*FIND ALL REFS*/[|{| isWriteAccess: true |}fnVar|]++; +// +// //Return +// return x++; +// --- (line: 35) skipped --- + + // === Definitions === + // === /tests/cases/fourslash/localGetReferences_1.ts === + // --- (line: 21) skipped --- // // References to a function parameter. - // function foo(/*FIND ALL REFS*/<|[|x|]: number|>) { + // function foo(x: number) { // // References to a variable declared in a function. - // var fnVar = 1; + // <|var [|fnVar|] = 1;|> // // //Increments // fooCls.clsSVar++; // globalVar++; // modTest.modVar++; - // fnVar++; + // /*FIND ALL REFS*/fnVar++; // // //Return // return x++; + // --- (line: 35) skipped --- + + // === Details === + [ + { + "containerKind": "", + "containerName": "", + "kind": "local var", + "name": "(local var) fnVar: number", + "displayParts": [ + { + "text": "(", + "kind": "punctuation" + }, + { + "text": "local var", + "kind": "text" + }, + { + "text": ")", + "kind": "punctuation" + }, + { + "text": " ", + "kind": "space" + }, + { + "text": "fnVar", + "kind": "localName" + }, + { + "text": ":", + "kind": "punctuation" + }, + { + "text": " ", + "kind": "space" + }, + { + "text": "number", + "kind": "keyword" + } + ] + } + ] + + + +// === findAllReferences === +// === /tests/cases/fourslash/localGetReferences_1.ts === +// --- (line: 19) skipped --- +// } +// +// // References to a function parameter. +// function foo(<|[|{| isWriteAccess: true |}x|]: number|>) { +// // References to a variable declared in a function. +// var fnVar = 1; +// +// --- (line: 27) skipped --- + +// --- (line: 30) skipped --- +// fnVar++; +// +// //Return +// return /*FIND ALL REFS*/[|{| isWriteAccess: true |}x|]++; +// } +// +// module modTest { +// --- (line: 38) skipped --- + + // === Definitions === + // === /tests/cases/fourslash/localGetReferences_1.ts === + // --- (line: 19) skipped --- // } // - // module modTest { - // //Declare - // export var modVar:number; - // - // //Increments - // globalVar++; - // fooCls.clsSVar++; - // modVar++; - // - // class testCls { - // static boo = foo; - // } - // - // function testFn(){ - // static boo = foo; - // - // //Increments - // globalVar++; - // fooCls.clsSVar++; - // modVar++; - // } - // - // module testMod { - // var boo = foo; - // } - // } - // - // //Type test - // var clsTest: fooCls; - // - // //Arguments - // // References to a class argument. - // clsTest = new fooCls(globalVar); - // // References to a function argument. - // foo(globalVar); - // - // //Increments - // fooCls.clsSVar++; - // modTest.modVar++; - // globalVar = globalVar + globalVar; + // // References to a function parameter. + // function foo(<|[|x|]: number|>) { + // // References to a variable declared in a function. + // var fnVar = 1; // - // //ETC - Other cases - // globalVar = 3; - // // References to illegal assignment. - // foo = foo + 1; - // err = err++; + // --- (line: 27) skipped --- + + // --- (line: 30) skipped --- + // fnVar++; // - // //Shadowed fn Parameter - // function shdw(globalVar: number) { - // //Increments - // globalVar++; - // return globalVar; + // //Return + // return /*FIND ALL REFS*/x++; // } // - // //Remotes - // //Type test - // var remoteclsTest: remotefooCls; - // - // //Arguments - // remoteclsTest = new remotefooCls(remoteglobalVar); - // remotefoo(remoteglobalVar); - // - // //Increments - // remotefooCls.remoteclsSVar++; - // remotemodTest.remotemodVar++; - // remoteglobalVar = remoteglobalVar + remoteglobalVar; - // - // //ETC - Other cases - // remoteglobalVar = 3; - // - // //Find References misses method param - // var - // - // - // - // array = ["f", "o", "o"]; - // - // array.forEach( - // - // - // function(str) { - // - // - // - // // Reference misses function parameter. - // return str + " "; - // - // }); + // module modTest { + // --- (line: 38) skipped --- // === Details === [ @@ -4274,7 +2155,7 @@ // === /tests/cases/fourslash/localGetReferences_1.ts === // // Comment Refence Test: globalVar // // References to a variable declared in global. -// var globalVar: number = 2; +// <|var [|{| isWriteAccess: true |}globalVar|]: number = 2;|> // // class fooCls { // // References to static variable declared in a class. @@ -4284,272 +2165,100 @@ // // constructor (public clsParam: number) { // //Increments -// globalVar++; +// [|{| isWriteAccess: true |}globalVar|]++; // this.clsVar++; // fooCls.clsSVar++; // // References to a class parameter. -// this.clsParam++; -// modTest.modVar++; -// } -// } -// -// // References to a function parameter. -// function foo(x: number) { -// // References to a variable declared in a function. -// /*FIND ALL REFS*/<|var [|{| isWriteAccess: true, isDefinition: true |}fnVar|] = 1;|> +// --- (line: 17) skipped --- + +// --- (line: 25) skipped --- // // //Increments // fooCls.clsSVar++; -// globalVar++; +// [|{| isWriteAccess: true |}globalVar|]++; // modTest.modVar++; -// [|{| isWriteAccess: true |}fnVar|]++; +// fnVar++; // -// //Return -// return x++; -// } -// -// module modTest { -// //Declare +// --- (line: 33) skipped --- + +// --- (line: 38) skipped --- // export var modVar:number; // // //Increments -// globalVar++; +// /*FIND ALL REFS*/[|{| isWriteAccess: true |}globalVar|]++; // fooCls.clsSVar++; // modVar++; // -// class testCls { -// static boo = foo; -// } -// -// function testFn(){ +// --- (line: 46) skipped --- + +// --- (line: 50) skipped --- // static boo = foo; // // //Increments -// globalVar++; +// [|{| isWriteAccess: true |}globalVar|]++; // fooCls.clsSVar++; // modVar++; // } -// -// module testMod { -// var boo = foo; -// } -// } -// -// //Type test -// var clsTest: fooCls; +// --- (line: 58) skipped --- + +// --- (line: 65) skipped --- // // //Arguments // // References to a class argument. -// clsTest = new fooCls(globalVar); +// clsTest = new fooCls([|globalVar|]); // // References to a function argument. -// foo(globalVar); +// foo([|globalVar|]); // // //Increments // fooCls.clsSVar++; // modTest.modVar++; -// globalVar = globalVar + globalVar; +// [|{| isWriteAccess: true |}globalVar|] = [|globalVar|] + [|globalVar|]; // // //ETC - Other cases -// globalVar = 3; +// [|{| isWriteAccess: true |}globalVar|] = 3; // // References to illegal assignment. // foo = foo + 1; // err = err++; -// -// //Shadowed fn Parameter -// function shdw(globalVar: number) { -// //Increments -// globalVar++; -// return globalVar; -// } -// -// //Remotes -// //Type test -// var remoteclsTest: remotefooCls; -// -// //Arguments -// remoteclsTest = new remotefooCls(remoteglobalVar); -// remotefoo(remoteglobalVar); -// -// //Increments -// remotefooCls.remoteclsSVar++; -// remotemodTest.remotemodVar++; -// remoteglobalVar = remoteglobalVar + remoteglobalVar; -// -// //ETC - Other cases -// remoteglobalVar = 3; -// -// //Find References misses method param -// var -// -// -// -// array = ["f", "o", "o"]; -// -// array.forEach( -// -// -// function(str) { -// -// -// -// // Reference misses function parameter. -// return str + " "; -// -// }); +// --- (line: 83) skipped --- // === Definitions === // === /tests/cases/fourslash/localGetReferences_1.ts === // // Comment Refence Test: globalVar // // References to a variable declared in global. - // var globalVar: number = 2; + // <|var [|globalVar|]: number = 2;|> // // class fooCls { // // References to static variable declared in a class. - // static clsSVar = 1; - // // References to a variable declared in a class. - // clsVar = 1; - // - // constructor (public clsParam: number) { - // //Increments - // globalVar++; - // this.clsVar++; - // fooCls.clsSVar++; - // // References to a class parameter. - // this.clsParam++; - // modTest.modVar++; - // } - // } - // - // // References to a function parameter. - // function foo(x: number) { - // // References to a variable declared in a function. - // /*FIND ALL REFS*/<|var [|fnVar|] = 1;|> - // - // //Increments - // fooCls.clsSVar++; - // globalVar++; - // modTest.modVar++; - // fnVar++; - // - // //Return - // return x++; - // } - // - // module modTest { - // //Declare + // --- (line: 7) skipped --- + + // --- (line: 38) skipped --- // export var modVar:number; // // //Increments - // globalVar++; + // /*FIND ALL REFS*/globalVar++; // fooCls.clsSVar++; // modVar++; // - // class testCls { - // static boo = foo; - // } - // - // function testFn(){ - // static boo = foo; - // - // //Increments - // globalVar++; - // fooCls.clsSVar++; - // modVar++; - // } - // - // module testMod { - // var boo = foo; - // } - // } - // - // //Type test - // var clsTest: fooCls; - // - // //Arguments - // // References to a class argument. - // clsTest = new fooCls(globalVar); - // // References to a function argument. - // foo(globalVar); - // - // //Increments - // fooCls.clsSVar++; - // modTest.modVar++; - // globalVar = globalVar + globalVar; - // - // //ETC - Other cases - // globalVar = 3; - // // References to illegal assignment. - // foo = foo + 1; - // err = err++; - // - // //Shadowed fn Parameter - // function shdw(globalVar: number) { - // //Increments - // globalVar++; - // return globalVar; - // } - // - // //Remotes - // //Type test - // var remoteclsTest: remotefooCls; - // - // //Arguments - // remoteclsTest = new remotefooCls(remoteglobalVar); - // remotefoo(remoteglobalVar); - // - // //Increments - // remotefooCls.remoteclsSVar++; - // remotemodTest.remotemodVar++; - // remoteglobalVar = remoteglobalVar + remoteglobalVar; - // - // //ETC - Other cases - // remoteglobalVar = 3; - // - // //Find References misses method param - // var - // - // - // - // array = ["f", "o", "o"]; - // - // array.forEach( - // - // - // function(str) { - // - // - // - // // Reference misses function parameter. - // return str + " "; - // - // }); + // --- (line: 46) skipped --- // === Details === [ { "containerKind": "", "containerName": "", - "kind": "local var", - "name": "(local var) fnVar: number", + "kind": "var", + "name": "var globalVar: number", "displayParts": [ { - "text": "(", - "kind": "punctuation" - }, - { - "text": "local var", - "kind": "text" - }, - { - "text": ")", - "kind": "punctuation" + "text": "var", + "kind": "keyword" }, { "text": " ", "kind": "space" }, { - "text": "fnVar", + "text": "globalVar", "kind": "localName" }, { @@ -4572,13 +2281,11 @@ // === findAllReferences === // === /tests/cases/fourslash/localGetReferences_1.ts === -// // Comment Refence Test: globalVar -// // References to a variable declared in global. -// var globalVar: number = 2; +// --- (line: 3) skipped --- // // class fooCls { // // References to static variable declared in a class. -// static clsSVar = 1; +// <|static [|{| isWriteAccess: true |}clsSVar|] = 1;|> // // References to a variable declared in a class. // clsVar = 1; // @@ -4586,258 +2293,88 @@ // //Increments // globalVar++; // this.clsVar++; -// fooCls.clsSVar++; +// fooCls.[|{| isWriteAccess: true |}clsSVar|]++; // // References to a class parameter. // this.clsParam++; // modTest.modVar++; -// } -// } -// -// // References to a function parameter. -// function foo(x: number) { -// // References to a variable declared in a function. -// <|var /*FIND ALL REFS*/[|{| isWriteAccess: true, isDefinition: true |}fnVar|] = 1;|> +// --- (line: 19) skipped --- + +// --- (line: 24) skipped --- +// var fnVar = 1; // // //Increments -// fooCls.clsSVar++; +// fooCls.[|{| isWriteAccess: true |}clsSVar|]++; // globalVar++; // modTest.modVar++; -// [|{| isWriteAccess: true |}fnVar|]++; -// -// //Return -// return x++; -// } -// -// module modTest { -// //Declare -// export var modVar:number; +// fnVar++; +// --- (line: 32) skipped --- + +// --- (line: 39) skipped --- // // //Increments // globalVar++; -// fooCls.clsSVar++; +// fooCls./*FIND ALL REFS*/[|{| isWriteAccess: true |}clsSVar|]++; // modVar++; // // class testCls { -// static boo = foo; -// } -// -// function testFn(){ -// static boo = foo; +// --- (line: 47) skipped --- + +// --- (line: 51) skipped --- // // //Increments // globalVar++; -// fooCls.clsSVar++; +// fooCls.[|{| isWriteAccess: true |}clsSVar|]++; // modVar++; // } // -// module testMod { -// var boo = foo; -// } -// } -// -// //Type test -// var clsTest: fooCls; -// -// //Arguments -// // References to a class argument. -// clsTest = new fooCls(globalVar); -// // References to a function argument. +// --- (line: 59) skipped --- + +// --- (line: 70) skipped --- // foo(globalVar); // // //Increments -// fooCls.clsSVar++; +// fooCls.[|{| isWriteAccess: true |}clsSVar|]++; // modTest.modVar++; // globalVar = globalVar + globalVar; // -// //ETC - Other cases -// globalVar = 3; -// // References to illegal assignment. -// foo = foo + 1; -// err = err++; -// -// //Shadowed fn Parameter -// function shdw(globalVar: number) { -// //Increments -// globalVar++; -// return globalVar; -// } -// -// //Remotes -// //Type test -// var remoteclsTest: remotefooCls; -// -// //Arguments -// remoteclsTest = new remotefooCls(remoteglobalVar); -// remotefoo(remoteglobalVar); -// -// //Increments -// remotefooCls.remoteclsSVar++; -// remotemodTest.remotemodVar++; -// remoteglobalVar = remoteglobalVar + remoteglobalVar; -// -// //ETC - Other cases -// remoteglobalVar = 3; -// -// //Find References misses method param -// var -// -// -// -// array = ["f", "o", "o"]; -// -// array.forEach( -// -// -// function(str) { -// -// -// -// // Reference misses function parameter. -// return str + " "; -// -// }); +// --- (line: 78) skipped --- // === Definitions === // === /tests/cases/fourslash/localGetReferences_1.ts === - // // Comment Refence Test: globalVar - // // References to a variable declared in global. - // var globalVar: number = 2; + // --- (line: 3) skipped --- // // class fooCls { // // References to static variable declared in a class. - // static clsSVar = 1; + // <|static [|clsSVar|] = 1;|> // // References to a variable declared in a class. // clsVar = 1; // - // constructor (public clsParam: number) { - // //Increments - // globalVar++; - // this.clsVar++; - // fooCls.clsSVar++; - // // References to a class parameter. - // this.clsParam++; - // modTest.modVar++; - // } - // } - // - // // References to a function parameter. - // function foo(x: number) { - // // References to a variable declared in a function. - // <|var /*FIND ALL REFS*/[|fnVar|] = 1;|> - // - // //Increments - // fooCls.clsSVar++; - // globalVar++; - // modTest.modVar++; - // fnVar++; - // - // //Return - // return x++; - // } - // - // module modTest { - // //Declare - // export var modVar:number; + // --- (line: 11) skipped --- + + // --- (line: 39) skipped --- // // //Increments // globalVar++; - // fooCls.clsSVar++; + // fooCls./*FIND ALL REFS*/clsSVar++; // modVar++; // // class testCls { - // static boo = foo; - // } - // - // function testFn(){ - // static boo = foo; - // - // //Increments - // globalVar++; - // fooCls.clsSVar++; - // modVar++; - // } - // - // module testMod { - // var boo = foo; - // } - // } - // - // //Type test - // var clsTest: fooCls; - // - // //Arguments - // // References to a class argument. - // clsTest = new fooCls(globalVar); - // // References to a function argument. - // foo(globalVar); - // - // //Increments - // fooCls.clsSVar++; - // modTest.modVar++; - // globalVar = globalVar + globalVar; - // - // //ETC - Other cases - // globalVar = 3; - // // References to illegal assignment. - // foo = foo + 1; - // err = err++; - // - // //Shadowed fn Parameter - // function shdw(globalVar: number) { - // //Increments - // globalVar++; - // return globalVar; - // } - // - // //Remotes - // //Type test - // var remoteclsTest: remotefooCls; - // - // //Arguments - // remoteclsTest = new remotefooCls(remoteglobalVar); - // remotefoo(remoteglobalVar); - // - // //Increments - // remotefooCls.remoteclsSVar++; - // remotemodTest.remotemodVar++; - // remoteglobalVar = remoteglobalVar + remoteglobalVar; - // - // //ETC - Other cases - // remoteglobalVar = 3; - // - // //Find References misses method param - // var - // - // - // - // array = ["f", "o", "o"]; - // - // array.forEach( - // - // - // function(str) { - // - // - // - // // Reference misses function parameter. - // return str + " "; - // - // }); + // --- (line: 47) skipped --- // === Details === [ { "containerKind": "", "containerName": "", - "kind": "local var", - "name": "(local var) fnVar: number", + "kind": "property", + "name": "(property) fooCls.clsSVar: number", "displayParts": [ { "text": "(", "kind": "punctuation" }, { - "text": "local var", + "text": "property", "kind": "text" }, { @@ -4849,8 +2386,16 @@ "kind": "space" }, { - "text": "fnVar", - "kind": "localName" + "text": "fooCls", + "kind": "className" + }, + { + "text": ".", + "kind": "punctuation" + }, + { + "text": "clsSVar", + "kind": "propertyName" }, { "text": ":", @@ -4872,276 +2417,135 @@ // === findAllReferences === // === /tests/cases/fourslash/localGetReferences_1.ts === -// // Comment Refence Test: globalVar -// // References to a variable declared in global. -// var globalVar: number = 2; -// -// class fooCls { -// // References to static variable declared in a class. -// <|static [|{| isWriteAccess: true |}clsSVar|] = 1;|> -// // References to a variable declared in a class. -// clsVar = 1; -// -// constructor (public clsParam: number) { -// //Increments -// globalVar++; -// this.clsVar++; -// fooCls.[|{| isWriteAccess: true |}clsSVar|]++; -// // References to a class parameter. -// this.clsParam++; -// modTest.modVar++; -// } +// --- (line: 19) skipped --- // } // // // References to a function parameter. -// function foo(x: number) { +// <|function [|{| isWriteAccess: true |}foo|](x: number) { // // References to a variable declared in a function. // var fnVar = 1; // // //Increments -// fooCls./*FIND ALL REFS*/[|{| isWriteAccess: true |}clsSVar|]++; +// fooCls.clsSVar++; // globalVar++; // modTest.modVar++; // fnVar++; // // //Return // return x++; -// } +// }|> // // module modTest { // //Declare -// export var modVar:number; -// -// //Increments -// globalVar++; -// fooCls.[|{| isWriteAccess: true |}clsSVar|]++; +// --- (line: 39) skipped --- + +// --- (line: 43) skipped --- // modVar++; // // class testCls { -// static boo = foo; +// static boo = /*FIND ALL REFS*/[|foo|]; // } // // function testFn(){ -// static boo = foo; +// static boo = [|foo|]; // // //Increments // globalVar++; -// fooCls.[|{| isWriteAccess: true |}clsSVar|]++; +// fooCls.clsSVar++; // modVar++; // } // // module testMod { -// var boo = foo; +// var boo = [|foo|]; // } // } // -// //Type test -// var clsTest: fooCls; -// -// //Arguments +// --- (line: 64) skipped --- + +// --- (line: 67) skipped --- // // References to a class argument. // clsTest = new fooCls(globalVar); // // References to a function argument. -// foo(globalVar); +// [|foo|](globalVar); // // //Increments -// fooCls.[|{| isWriteAccess: true |}clsSVar|]++; +// fooCls.clsSVar++; // modTest.modVar++; // globalVar = globalVar + globalVar; // // //ETC - Other cases // globalVar = 3; // // References to illegal assignment. -// foo = foo + 1; +// [|{| isWriteAccess: true |}foo|] = [|foo|] + 1; // err = err++; // // //Shadowed fn Parameter -// function shdw(globalVar: number) { -// //Increments -// globalVar++; -// return globalVar; -// } -// -// //Remotes -// //Type test -// var remoteclsTest: remotefooCls; -// -// //Arguments -// remoteclsTest = new remotefooCls(remoteglobalVar); -// remotefoo(remoteglobalVar); -// -// //Increments -// remotefooCls.remoteclsSVar++; -// remotemodTest.remotemodVar++; -// remoteglobalVar = remoteglobalVar + remoteglobalVar; -// -// //ETC - Other cases -// remoteglobalVar = 3; -// -// //Find References misses method param -// var -// -// -// -// array = ["f", "o", "o"]; -// -// array.forEach( -// -// -// function(str) { -// -// -// -// // Reference misses function parameter. -// return str + " "; -// -// }); +// --- (line: 85) skipped --- // === Definitions === // === /tests/cases/fourslash/localGetReferences_1.ts === - // // Comment Refence Test: globalVar - // // References to a variable declared in global. - // var globalVar: number = 2; - // - // class fooCls { - // // References to static variable declared in a class. - // <|static [|clsSVar|] = 1;|> - // // References to a variable declared in a class. - // clsVar = 1; - // - // constructor (public clsParam: number) { - // //Increments - // globalVar++; - // this.clsVar++; - // fooCls.clsSVar++; - // // References to a class parameter. - // this.clsParam++; - // modTest.modVar++; - // } + // --- (line: 19) skipped --- // } // // // References to a function parameter. - // function foo(x: number) { + // <|function [|foo|](x: number) { // // References to a variable declared in a function. // var fnVar = 1; // // //Increments - // fooCls./*FIND ALL REFS*/clsSVar++; + // fooCls.clsSVar++; // globalVar++; // modTest.modVar++; // fnVar++; // // //Return // return x++; - // } + // }|> // // module modTest { // //Declare - // export var modVar:number; - // - // //Increments - // globalVar++; - // fooCls.clsSVar++; + // --- (line: 39) skipped --- + + // --- (line: 43) skipped --- // modVar++; // // class testCls { - // static boo = foo; + // static boo = /*FIND ALL REFS*/foo; // } // // function testFn(){ - // static boo = foo; - // - // //Increments - // globalVar++; - // fooCls.clsSVar++; - // modVar++; - // } - // - // module testMod { - // var boo = foo; - // } - // } - // - // //Type test - // var clsTest: fooCls; - // - // //Arguments - // // References to a class argument. - // clsTest = new fooCls(globalVar); - // // References to a function argument. - // foo(globalVar); - // - // //Increments - // fooCls.clsSVar++; - // modTest.modVar++; - // globalVar = globalVar + globalVar; - // - // //ETC - Other cases - // globalVar = 3; - // // References to illegal assignment. - // foo = foo + 1; - // err = err++; - // - // //Shadowed fn Parameter - // function shdw(globalVar: number) { - // //Increments - // globalVar++; - // return globalVar; - // } - // - // //Remotes - // //Type test - // var remoteclsTest: remotefooCls; - // - // //Arguments - // remoteclsTest = new remotefooCls(remoteglobalVar); - // remotefoo(remoteglobalVar); - // - // //Increments - // remotefooCls.remoteclsSVar++; - // remotemodTest.remotemodVar++; - // remoteglobalVar = remoteglobalVar + remoteglobalVar; - // - // //ETC - Other cases - // remoteglobalVar = 3; - // - // //Find References misses method param - // var - // - // - // - // array = ["f", "o", "o"]; - // - // array.forEach( - // - // - // function(str) { - // - // - // - // // Reference misses function parameter. - // return str + " "; - // - // }); + // --- (line: 51) skipped --- // === Details === [ { "containerKind": "", "containerName": "", - "kind": "property", - "name": "(property) fooCls.clsSVar: number", + "kind": "function", + "name": "function foo(x: number): number", "displayParts": [ + { + "text": "function", + "kind": "keyword" + }, + { + "text": " ", + "kind": "space" + }, + { + "text": "foo", + "kind": "functionName" + }, { "text": "(", "kind": "punctuation" }, { - "text": "property", - "kind": "text" + "text": "x", + "kind": "parameterName" }, { - "text": ")", + "text": ":", "kind": "punctuation" }, { @@ -5149,17 +2553,13 @@ "kind": "space" }, { - "text": "fooCls", - "kind": "className" + "text": "number", + "kind": "keyword" }, { - "text": ".", + "text": ")", "kind": "punctuation" }, - { - "text": "clsSVar", - "kind": "propertyName" - }, { "text": ":", "kind": "punctuation" @@ -5180,268 +2580,115 @@ // === findAllReferences === // === /tests/cases/fourslash/localGetReferences_1.ts === -// // Comment Refence Test: globalVar -// // References to a variable declared in global. -// <|var [|{| isWriteAccess: true |}globalVar|]: number = 2;|> -// -// class fooCls { -// // References to static variable declared in a class. -// static clsSVar = 1; -// // References to a variable declared in a class. -// clsVar = 1; -// -// constructor (public clsParam: number) { -// //Increments -// [|{| isWriteAccess: true |}globalVar|]++; -// this.clsVar++; -// fooCls.clsSVar++; -// // References to a class parameter. -// this.clsParam++; -// modTest.modVar++; -// } +// --- (line: 19) skipped --- // } // // // References to a function parameter. -// function foo(x: number) { +// <|function [|{| isWriteAccess: true |}foo|](x: number) { // // References to a variable declared in a function. // var fnVar = 1; // // //Increments // fooCls.clsSVar++; -// /*FIND ALL REFS*/[|{| isWriteAccess: true |}globalVar|]++; +// globalVar++; // modTest.modVar++; // fnVar++; // // //Return // return x++; -// } +// }|> // // module modTest { // //Declare -// export var modVar:number; -// -// //Increments -// [|{| isWriteAccess: true |}globalVar|]++; -// fooCls.clsSVar++; +// --- (line: 39) skipped --- + +// --- (line: 43) skipped --- // modVar++; // // class testCls { -// static boo = foo; +// static boo = [|foo|]; // } // // function testFn(){ -// static boo = foo; +// static boo = /*FIND ALL REFS*/[|foo|]; // // //Increments -// [|{| isWriteAccess: true |}globalVar|]++; +// globalVar++; // fooCls.clsSVar++; // modVar++; // } // // module testMod { -// var boo = foo; +// var boo = [|foo|]; // } // } // -// //Type test -// var clsTest: fooCls; -// -// //Arguments +// --- (line: 64) skipped --- + +// --- (line: 67) skipped --- // // References to a class argument. -// clsTest = new fooCls([|globalVar|]); +// clsTest = new fooCls(globalVar); // // References to a function argument. -// foo([|globalVar|]); +// [|foo|](globalVar); // // //Increments // fooCls.clsSVar++; // modTest.modVar++; -// [|{| isWriteAccess: true |}globalVar|] = [|globalVar|] + [|globalVar|]; +// globalVar = globalVar + globalVar; // // //ETC - Other cases -// [|{| isWriteAccess: true |}globalVar|] = 3; +// globalVar = 3; // // References to illegal assignment. -// foo = foo + 1; +// [|{| isWriteAccess: true |}foo|] = [|foo|] + 1; // err = err++; // // //Shadowed fn Parameter -// function shdw(globalVar: number) { -// //Increments -// globalVar++; -// return globalVar; -// } -// -// //Remotes -// //Type test -// var remoteclsTest: remotefooCls; -// -// //Arguments -// remoteclsTest = new remotefooCls(remoteglobalVar); -// remotefoo(remoteglobalVar); -// -// //Increments -// remotefooCls.remoteclsSVar++; -// remotemodTest.remotemodVar++; -// remoteglobalVar = remoteglobalVar + remoteglobalVar; -// -// //ETC - Other cases -// remoteglobalVar = 3; -// -// //Find References misses method param -// var -// -// -// -// array = ["f", "o", "o"]; -// -// array.forEach( -// -// -// function(str) { -// -// -// -// // Reference misses function parameter. -// return str + " "; -// -// }); +// --- (line: 85) skipped --- // === Definitions === // === /tests/cases/fourslash/localGetReferences_1.ts === - // // Comment Refence Test: globalVar - // // References to a variable declared in global. - // <|var [|globalVar|]: number = 2;|> - // - // class fooCls { - // // References to static variable declared in a class. - // static clsSVar = 1; - // // References to a variable declared in a class. - // clsVar = 1; - // - // constructor (public clsParam: number) { - // //Increments - // globalVar++; - // this.clsVar++; - // fooCls.clsSVar++; - // // References to a class parameter. - // this.clsParam++; - // modTest.modVar++; - // } + // --- (line: 19) skipped --- // } // // // References to a function parameter. - // function foo(x: number) { + // <|function [|foo|](x: number) { // // References to a variable declared in a function. // var fnVar = 1; // // //Increments // fooCls.clsSVar++; - // /*FIND ALL REFS*/globalVar++; + // globalVar++; // modTest.modVar++; // fnVar++; // // //Return // return x++; - // } + // }|> // // module modTest { // //Declare - // export var modVar:number; - // - // //Increments - // globalVar++; - // fooCls.clsSVar++; - // modVar++; - // - // class testCls { - // static boo = foo; + // --- (line: 39) skipped --- + + // --- (line: 47) skipped --- // } // // function testFn(){ - // static boo = foo; + // static boo = /*FIND ALL REFS*/foo; // // //Increments // globalVar++; - // fooCls.clsSVar++; - // modVar++; - // } - // - // module testMod { - // var boo = foo; - // } - // } - // - // //Type test - // var clsTest: fooCls; - // - // //Arguments - // // References to a class argument. - // clsTest = new fooCls(globalVar); - // // References to a function argument. - // foo(globalVar); - // - // //Increments - // fooCls.clsSVar++; - // modTest.modVar++; - // globalVar = globalVar + globalVar; - // - // //ETC - Other cases - // globalVar = 3; - // // References to illegal assignment. - // foo = foo + 1; - // err = err++; - // - // //Shadowed fn Parameter - // function shdw(globalVar: number) { - // //Increments - // globalVar++; - // return globalVar; - // } - // - // //Remotes - // //Type test - // var remoteclsTest: remotefooCls; - // - // //Arguments - // remoteclsTest = new remotefooCls(remoteglobalVar); - // remotefoo(remoteglobalVar); - // - // //Increments - // remotefooCls.remoteclsSVar++; - // remotemodTest.remotemodVar++; - // remoteglobalVar = remoteglobalVar + remoteglobalVar; - // - // //ETC - Other cases - // remoteglobalVar = 3; - // - // //Find References misses method param - // var - // - // - // - // array = ["f", "o", "o"]; - // - // array.forEach( - // - // - // function(str) { - // - // - // - // // Reference misses function parameter. - // return str + " "; - // - // }); + // --- (line: 55) skipped --- // === Details === [ { "containerKind": "", "containerName": "", - "kind": "var", - "name": "var globalVar: number", + "kind": "function", + "name": "function foo(x: number): number", "displayParts": [ { - "text": "var", + "text": "function", "kind": "keyword" }, { @@ -5449,8 +2696,32 @@ "kind": "space" }, { - "text": "globalVar", - "kind": "localName" + "text": "foo", + "kind": "functionName" + }, + { + "text": "(", + "kind": "punctuation" + }, + { + "text": "x", + "kind": "parameterName" + }, + { + "text": ":", + "kind": "punctuation" + }, + { + "text": " ", + "kind": "space" + }, + { + "text": "number", + "kind": "keyword" + }, + { + "text": ")", + "kind": "punctuation" }, { "text": ":", @@ -5474,7 +2745,7 @@ // === /tests/cases/fourslash/localGetReferences_1.ts === // // Comment Refence Test: globalVar // // References to a variable declared in global. -// var globalVar: number = 2; +// <|var [|{| isWriteAccess: true |}globalVar|]: number = 2;|> // // class fooCls { // // References to static variable declared in a class. @@ -5484,272 +2755,100 @@ // // constructor (public clsParam: number) { // //Increments -// globalVar++; +// [|{| isWriteAccess: true |}globalVar|]++; // this.clsVar++; // fooCls.clsSVar++; // // References to a class parameter. -// this.clsParam++; -// modTest.modVar++; -// } -// } -// -// // References to a function parameter. -// function foo(x: number) { -// // References to a variable declared in a function. -// <|var [|{| isWriteAccess: true |}fnVar|] = 1;|> +// --- (line: 17) skipped --- + +// --- (line: 25) skipped --- // // //Increments // fooCls.clsSVar++; -// globalVar++; +// [|{| isWriteAccess: true |}globalVar|]++; // modTest.modVar++; -// /*FIND ALL REFS*/[|{| isWriteAccess: true |}fnVar|]++; -// -// //Return -// return x++; -// } +// fnVar++; // -// module modTest { -// //Declare +// --- (line: 33) skipped --- + +// --- (line: 38) skipped --- // export var modVar:number; // // //Increments -// globalVar++; +// [|{| isWriteAccess: true |}globalVar|]++; // fooCls.clsSVar++; // modVar++; // -// class testCls { -// static boo = foo; -// } -// -// function testFn(){ +// --- (line: 46) skipped --- + +// --- (line: 50) skipped --- // static boo = foo; // // //Increments -// globalVar++; +// /*FIND ALL REFS*/[|{| isWriteAccess: true |}globalVar|]++; // fooCls.clsSVar++; // modVar++; // } -// -// module testMod { -// var boo = foo; -// } -// } -// -// //Type test -// var clsTest: fooCls; +// --- (line: 58) skipped --- + +// --- (line: 65) skipped --- // // //Arguments // // References to a class argument. -// clsTest = new fooCls(globalVar); +// clsTest = new fooCls([|globalVar|]); // // References to a function argument. -// foo(globalVar); +// foo([|globalVar|]); // // //Increments // fooCls.clsSVar++; // modTest.modVar++; -// globalVar = globalVar + globalVar; +// [|{| isWriteAccess: true |}globalVar|] = [|globalVar|] + [|globalVar|]; // // //ETC - Other cases -// globalVar = 3; +// [|{| isWriteAccess: true |}globalVar|] = 3; // // References to illegal assignment. // foo = foo + 1; // err = err++; -// -// //Shadowed fn Parameter -// function shdw(globalVar: number) { -// //Increments -// globalVar++; -// return globalVar; -// } -// -// //Remotes -// //Type test -// var remoteclsTest: remotefooCls; -// -// //Arguments -// remoteclsTest = new remotefooCls(remoteglobalVar); -// remotefoo(remoteglobalVar); -// -// //Increments -// remotefooCls.remoteclsSVar++; -// remotemodTest.remotemodVar++; -// remoteglobalVar = remoteglobalVar + remoteglobalVar; -// -// //ETC - Other cases -// remoteglobalVar = 3; -// -// //Find References misses method param -// var -// -// -// -// array = ["f", "o", "o"]; -// -// array.forEach( -// -// -// function(str) { -// -// -// -// // Reference misses function parameter. -// return str + " "; -// -// }); +// --- (line: 83) skipped --- // === Definitions === // === /tests/cases/fourslash/localGetReferences_1.ts === // // Comment Refence Test: globalVar // // References to a variable declared in global. - // var globalVar: number = 2; + // <|var [|globalVar|]: number = 2;|> // // class fooCls { // // References to static variable declared in a class. - // static clsSVar = 1; - // // References to a variable declared in a class. - // clsVar = 1; - // - // constructor (public clsParam: number) { - // //Increments - // globalVar++; - // this.clsVar++; - // fooCls.clsSVar++; - // // References to a class parameter. - // this.clsParam++; - // modTest.modVar++; - // } - // } - // - // // References to a function parameter. - // function foo(x: number) { - // // References to a variable declared in a function. - // <|var [|fnVar|] = 1;|> - // - // //Increments - // fooCls.clsSVar++; - // globalVar++; - // modTest.modVar++; - // /*FIND ALL REFS*/fnVar++; - // - // //Return - // return x++; - // } - // - // module modTest { - // //Declare - // export var modVar:number; - // - // //Increments - // globalVar++; - // fooCls.clsSVar++; - // modVar++; - // - // class testCls { - // static boo = foo; - // } - // - // function testFn(){ + // --- (line: 7) skipped --- + + // --- (line: 50) skipped --- // static boo = foo; // // //Increments - // globalVar++; + // /*FIND ALL REFS*/globalVar++; // fooCls.clsSVar++; // modVar++; // } - // - // module testMod { - // var boo = foo; - // } - // } - // - // //Type test - // var clsTest: fooCls; - // - // //Arguments - // // References to a class argument. - // clsTest = new fooCls(globalVar); - // // References to a function argument. - // foo(globalVar); - // - // //Increments - // fooCls.clsSVar++; - // modTest.modVar++; - // globalVar = globalVar + globalVar; - // - // //ETC - Other cases - // globalVar = 3; - // // References to illegal assignment. - // foo = foo + 1; - // err = err++; - // - // //Shadowed fn Parameter - // function shdw(globalVar: number) { - // //Increments - // globalVar++; - // return globalVar; - // } - // - // //Remotes - // //Type test - // var remoteclsTest: remotefooCls; - // - // //Arguments - // remoteclsTest = new remotefooCls(remoteglobalVar); - // remotefoo(remoteglobalVar); - // - // //Increments - // remotefooCls.remoteclsSVar++; - // remotemodTest.remotemodVar++; - // remoteglobalVar = remoteglobalVar + remoteglobalVar; - // - // //ETC - Other cases - // remoteglobalVar = 3; - // - // //Find References misses method param - // var - // - // - // - // array = ["f", "o", "o"]; - // - // array.forEach( - // - // - // function(str) { - // - // - // - // // Reference misses function parameter. - // return str + " "; - // - // }); + // --- (line: 58) skipped --- // === Details === [ { "containerKind": "", "containerName": "", - "kind": "local var", - "name": "(local var) fnVar: number", + "kind": "var", + "name": "var globalVar: number", "displayParts": [ { - "text": "(", - "kind": "punctuation" - }, - { - "text": "local var", - "kind": "text" - }, - { - "text": ")", - "kind": "punctuation" + "text": "var", + "kind": "keyword" }, { "text": " ", "kind": "space" }, { - "text": "fnVar", + "text": "globalVar", "kind": "localName" }, { @@ -5772,13 +2871,11 @@ // === findAllReferences === // === /tests/cases/fourslash/localGetReferences_1.ts === -// // Comment Refence Test: globalVar -// // References to a variable declared in global. -// var globalVar: number = 2; +// --- (line: 3) skipped --- // // class fooCls { // // References to static variable declared in a class. -// static clsSVar = 1; +// <|static [|{| isWriteAccess: true |}clsSVar|] = 1;|> // // References to a variable declared in a class. // clsVar = 1; // @@ -5786,258 +2883,88 @@ // //Increments // globalVar++; // this.clsVar++; -// fooCls.clsSVar++; +// fooCls.[|{| isWriteAccess: true |}clsSVar|]++; // // References to a class parameter. // this.clsParam++; // modTest.modVar++; -// } -// } -// -// // References to a function parameter. -// function foo(<|[|{| isWriteAccess: true |}x|]: number|>) { -// // References to a variable declared in a function. +// --- (line: 19) skipped --- + +// --- (line: 24) skipped --- // var fnVar = 1; // // //Increments -// fooCls.clsSVar++; +// fooCls.[|{| isWriteAccess: true |}clsSVar|]++; // globalVar++; // modTest.modVar++; // fnVar++; -// -// //Return -// return /*FIND ALL REFS*/[|{| isWriteAccess: true |}x|]++; -// } -// -// module modTest { -// //Declare -// export var modVar:number; +// --- (line: 32) skipped --- + +// --- (line: 39) skipped --- // // //Increments // globalVar++; -// fooCls.clsSVar++; +// fooCls.[|{| isWriteAccess: true |}clsSVar|]++; // modVar++; // // class testCls { -// static boo = foo; -// } -// -// function testFn(){ -// static boo = foo; +// --- (line: 47) skipped --- + +// --- (line: 51) skipped --- // // //Increments // globalVar++; -// fooCls.clsSVar++; +// fooCls./*FIND ALL REFS*/[|{| isWriteAccess: true |}clsSVar|]++; // modVar++; // } // -// module testMod { -// var boo = foo; -// } -// } -// -// //Type test -// var clsTest: fooCls; -// -// //Arguments -// // References to a class argument. -// clsTest = new fooCls(globalVar); -// // References to a function argument. +// --- (line: 59) skipped --- + +// --- (line: 70) skipped --- // foo(globalVar); // // //Increments -// fooCls.clsSVar++; +// fooCls.[|{| isWriteAccess: true |}clsSVar|]++; // modTest.modVar++; // globalVar = globalVar + globalVar; // -// //ETC - Other cases -// globalVar = 3; -// // References to illegal assignment. -// foo = foo + 1; -// err = err++; -// -// //Shadowed fn Parameter -// function shdw(globalVar: number) { -// //Increments -// globalVar++; -// return globalVar; -// } -// -// //Remotes -// //Type test -// var remoteclsTest: remotefooCls; -// -// //Arguments -// remoteclsTest = new remotefooCls(remoteglobalVar); -// remotefoo(remoteglobalVar); -// -// //Increments -// remotefooCls.remoteclsSVar++; -// remotemodTest.remotemodVar++; -// remoteglobalVar = remoteglobalVar + remoteglobalVar; -// -// //ETC - Other cases -// remoteglobalVar = 3; -// -// //Find References misses method param -// var -// -// -// -// array = ["f", "o", "o"]; -// -// array.forEach( -// -// -// function(str) { -// -// -// -// // Reference misses function parameter. -// return str + " "; -// -// }); +// --- (line: 78) skipped --- // === Definitions === // === /tests/cases/fourslash/localGetReferences_1.ts === - // // Comment Refence Test: globalVar - // // References to a variable declared in global. - // var globalVar: number = 2; + // --- (line: 3) skipped --- // // class fooCls { // // References to static variable declared in a class. - // static clsSVar = 1; + // <|static [|clsSVar|] = 1;|> // // References to a variable declared in a class. // clsVar = 1; // - // constructor (public clsParam: number) { - // //Increments - // globalVar++; - // this.clsVar++; - // fooCls.clsSVar++; - // // References to a class parameter. - // this.clsParam++; - // modTest.modVar++; - // } - // } - // - // // References to a function parameter. - // function foo(<|[|x|]: number|>) { - // // References to a variable declared in a function. - // var fnVar = 1; - // - // //Increments - // fooCls.clsSVar++; - // globalVar++; - // modTest.modVar++; - // fnVar++; - // - // //Return - // return /*FIND ALL REFS*/x++; - // } - // - // module modTest { - // //Declare - // export var modVar:number; - // - // //Increments - // globalVar++; - // fooCls.clsSVar++; - // modVar++; - // - // class testCls { - // static boo = foo; - // } - // - // function testFn(){ - // static boo = foo; + // --- (line: 11) skipped --- + + // --- (line: 51) skipped --- // // //Increments // globalVar++; - // fooCls.clsSVar++; + // fooCls./*FIND ALL REFS*/clsSVar++; // modVar++; // } // - // module testMod { - // var boo = foo; - // } - // } - // - // //Type test - // var clsTest: fooCls; - // - // //Arguments - // // References to a class argument. - // clsTest = new fooCls(globalVar); - // // References to a function argument. - // foo(globalVar); - // - // //Increments - // fooCls.clsSVar++; - // modTest.modVar++; - // globalVar = globalVar + globalVar; - // - // //ETC - Other cases - // globalVar = 3; - // // References to illegal assignment. - // foo = foo + 1; - // err = err++; - // - // //Shadowed fn Parameter - // function shdw(globalVar: number) { - // //Increments - // globalVar++; - // return globalVar; - // } - // - // //Remotes - // //Type test - // var remoteclsTest: remotefooCls; - // - // //Arguments - // remoteclsTest = new remotefooCls(remoteglobalVar); - // remotefoo(remoteglobalVar); - // - // //Increments - // remotefooCls.remoteclsSVar++; - // remotemodTest.remotemodVar++; - // remoteglobalVar = remoteglobalVar + remoteglobalVar; - // - // //ETC - Other cases - // remoteglobalVar = 3; - // - // //Find References misses method param - // var - // - // - // - // array = ["f", "o", "o"]; - // - // array.forEach( - // - // - // function(str) { - // - // - // - // // Reference misses function parameter. - // return str + " "; - // - // }); + // --- (line: 59) skipped --- // === Details === [ { "containerKind": "", "containerName": "", - "kind": "parameter", - "name": "(parameter) x: number", + "kind": "property", + "name": "(property) fooCls.clsSVar: number", "displayParts": [ { "text": "(", "kind": "punctuation" }, { - "text": "parameter", + "text": "property", "kind": "text" }, { @@ -6049,8 +2976,16 @@ "kind": "space" }, { - "text": "x", - "kind": "parameterName" + "text": "fooCls", + "kind": "className" + }, + { + "text": ".", + "kind": "punctuation" + }, + { + "text": "clsSVar", + "kind": "propertyName" }, { "text": ":", @@ -6072,156 +3007,78 @@ // === findAllReferences === // === /tests/cases/fourslash/localGetReferences_1.ts === -// // Comment Refence Test: globalVar -// // References to a variable declared in global. -// <|var [|{| isWriteAccess: true |}globalVar|]: number = 2;|> -// -// class fooCls { -// // References to static variable declared in a class. -// static clsSVar = 1; -// // References to a variable declared in a class. -// clsVar = 1; -// -// constructor (public clsParam: number) { -// //Increments -// [|{| isWriteAccess: true |}globalVar|]++; -// this.clsVar++; -// fooCls.clsSVar++; -// // References to a class parameter. -// this.clsParam++; -// modTest.modVar++; -// } +// --- (line: 19) skipped --- // } // // // References to a function parameter. -// function foo(x: number) { +// <|function [|{| isWriteAccess: true |}foo|](x: number) { // // References to a variable declared in a function. // var fnVar = 1; // // //Increments // fooCls.clsSVar++; -// [|{| isWriteAccess: true |}globalVar|]++; +// globalVar++; // modTest.modVar++; // fnVar++; // // //Return // return x++; -// } +// }|> // // module modTest { // //Declare -// export var modVar:number; -// -// //Increments -// /*FIND ALL REFS*/[|{| isWriteAccess: true |}globalVar|]++; -// fooCls.clsSVar++; +// --- (line: 39) skipped --- + +// --- (line: 43) skipped --- // modVar++; // // class testCls { -// static boo = foo; +// static boo = [|foo|]; // } // // function testFn(){ -// static boo = foo; +// static boo = [|foo|]; // // //Increments -// [|{| isWriteAccess: true |}globalVar|]++; +// globalVar++; // fooCls.clsSVar++; // modVar++; // } // // module testMod { -// var boo = foo; +// var boo = /*FIND ALL REFS*/[|foo|]; // } // } // -// //Type test -// var clsTest: fooCls; -// -// //Arguments +// --- (line: 64) skipped --- + +// --- (line: 67) skipped --- // // References to a class argument. -// clsTest = new fooCls([|globalVar|]); +// clsTest = new fooCls(globalVar); // // References to a function argument. -// foo([|globalVar|]); +// [|foo|](globalVar); // // //Increments // fooCls.clsSVar++; // modTest.modVar++; -// [|{| isWriteAccess: true |}globalVar|] = [|globalVar|] + [|globalVar|]; +// globalVar = globalVar + globalVar; // // //ETC - Other cases -// [|{| isWriteAccess: true |}globalVar|] = 3; +// globalVar = 3; // // References to illegal assignment. -// foo = foo + 1; +// [|{| isWriteAccess: true |}foo|] = [|foo|] + 1; // err = err++; // // //Shadowed fn Parameter -// function shdw(globalVar: number) { -// //Increments -// globalVar++; -// return globalVar; -// } -// -// //Remotes -// //Type test -// var remoteclsTest: remotefooCls; -// -// //Arguments -// remoteclsTest = new remotefooCls(remoteglobalVar); -// remotefoo(remoteglobalVar); -// -// //Increments -// remotefooCls.remoteclsSVar++; -// remotemodTest.remotemodVar++; -// remoteglobalVar = remoteglobalVar + remoteglobalVar; -// -// //ETC - Other cases -// remoteglobalVar = 3; -// -// //Find References misses method param -// var -// -// -// -// array = ["f", "o", "o"]; -// -// array.forEach( -// -// -// function(str) { -// -// -// -// // Reference misses function parameter. -// return str + " "; -// -// }); +// --- (line: 85) skipped --- // === Definitions === // === /tests/cases/fourslash/localGetReferences_1.ts === - // // Comment Refence Test: globalVar - // // References to a variable declared in global. - // <|var [|globalVar|]: number = 2;|> - // - // class fooCls { - // // References to static variable declared in a class. - // static clsSVar = 1; - // // References to a variable declared in a class. - // clsVar = 1; - // - // constructor (public clsParam: number) { - // //Increments - // globalVar++; - // this.clsVar++; - // fooCls.clsSVar++; - // // References to a class parameter. - // this.clsParam++; - // modTest.modVar++; - // } + // --- (line: 19) skipped --- // } // // // References to a function parameter. - // function foo(x: number) { + // <|function [|foo|](x: number) { // // References to a variable declared in a function. // var fnVar = 1; // @@ -6233,107 +3090,32 @@ // // //Return // return x++; - // } + // }|> // // module modTest { // //Declare - // export var modVar:number; - // - // //Increments - // /*FIND ALL REFS*/globalVar++; - // fooCls.clsSVar++; - // modVar++; - // - // class testCls { - // static boo = foo; - // } - // - // function testFn(){ - // static boo = foo; - // - // //Increments - // globalVar++; - // fooCls.clsSVar++; - // modVar++; + // --- (line: 39) skipped --- + + // --- (line: 56) skipped --- // } // // module testMod { - // var boo = foo; + // var boo = /*FIND ALL REFS*/foo; // } // } // - // //Type test - // var clsTest: fooCls; - // - // //Arguments - // // References to a class argument. - // clsTest = new fooCls(globalVar); - // // References to a function argument. - // foo(globalVar); - // - // //Increments - // fooCls.clsSVar++; - // modTest.modVar++; - // globalVar = globalVar + globalVar; - // - // //ETC - Other cases - // globalVar = 3; - // // References to illegal assignment. - // foo = foo + 1; - // err = err++; - // - // //Shadowed fn Parameter - // function shdw(globalVar: number) { - // //Increments - // globalVar++; - // return globalVar; - // } - // - // //Remotes - // //Type test - // var remoteclsTest: remotefooCls; - // - // //Arguments - // remoteclsTest = new remotefooCls(remoteglobalVar); - // remotefoo(remoteglobalVar); - // - // //Increments - // remotefooCls.remoteclsSVar++; - // remotemodTest.remotemodVar++; - // remoteglobalVar = remoteglobalVar + remoteglobalVar; - // - // //ETC - Other cases - // remoteglobalVar = 3; - // - // //Find References misses method param - // var - // - // - // - // array = ["f", "o", "o"]; - // - // array.forEach( - // - // - // function(str) { - // - // - // - // // Reference misses function parameter. - // return str + " "; - // - // }); + // --- (line: 64) skipped --- // === Details === [ { "containerKind": "", "containerName": "", - "kind": "var", - "name": "var globalVar: number", + "kind": "function", + "name": "function foo(x: number): number", "displayParts": [ { - "text": "var", + "text": "function", "kind": "keyword" }, { @@ -6341,8 +3123,32 @@ "kind": "space" }, { - "text": "globalVar", - "kind": "localName" + "text": "foo", + "kind": "functionName" + }, + { + "text": "(", + "kind": "punctuation" + }, + { + "text": "x", + "kind": "parameterName" + }, + { + "text": ":", + "kind": "punctuation" + }, + { + "text": " ", + "kind": "space" + }, + { + "text": "number", + "kind": "keyword" + }, + { + "text": ")", + "kind": "punctuation" }, { "text": ":", @@ -6366,154 +3172,204 @@ // === /tests/cases/fourslash/localGetReferences_1.ts === // // Comment Refence Test: globalVar // // References to a variable declared in global. -// var globalVar: number = 2; +// <|var [|{| isWriteAccess: true |}globalVar|]: number = 2;|> // // class fooCls { // // References to static variable declared in a class. -// <|static [|{| isWriteAccess: true |}clsSVar|] = 1;|> +// static clsSVar = 1; // // References to a variable declared in a class. // clsVar = 1; // // constructor (public clsParam: number) { // //Increments -// globalVar++; +// [|{| isWriteAccess: true |}globalVar|]++; // this.clsVar++; -// fooCls.[|{| isWriteAccess: true |}clsSVar|]++; +// fooCls.clsSVar++; // // References to a class parameter. -// this.clsParam++; -// modTest.modVar++; +// --- (line: 17) skipped --- + +// --- (line: 25) skipped --- +// +// //Increments +// fooCls.clsSVar++; +// [|{| isWriteAccess: true |}globalVar|]++; +// modTest.modVar++; +// fnVar++; +// +// --- (line: 33) skipped --- + +// --- (line: 38) skipped --- +// export var modVar:number; +// +// //Increments +// [|{| isWriteAccess: true |}globalVar|]++; +// fooCls.clsSVar++; +// modVar++; +// +// --- (line: 46) skipped --- + +// --- (line: 50) skipped --- +// static boo = foo; +// +// //Increments +// [|{| isWriteAccess: true |}globalVar|]++; +// fooCls.clsSVar++; +// modVar++; // } +// --- (line: 58) skipped --- + +// --- (line: 65) skipped --- +// +// //Arguments +// // References to a class argument. +// clsTest = new fooCls(/*FIND ALL REFS*/[|globalVar|]); +// // References to a function argument. +// foo([|globalVar|]); +// +// //Increments +// fooCls.clsSVar++; +// modTest.modVar++; +// [|{| isWriteAccess: true |}globalVar|] = [|globalVar|] + [|globalVar|]; +// +// //ETC - Other cases +// [|{| isWriteAccess: true |}globalVar|] = 3; +// // References to illegal assignment. +// foo = foo + 1; +// err = err++; +// --- (line: 83) skipped --- + + // === Definitions === + // === /tests/cases/fourslash/localGetReferences_1.ts === + // // Comment Refence Test: globalVar + // // References to a variable declared in global. + // <|var [|globalVar|]: number = 2;|> + // + // class fooCls { + // // References to static variable declared in a class. + // --- (line: 7) skipped --- + + // --- (line: 65) skipped --- + // + // //Arguments + // // References to a class argument. + // clsTest = new fooCls(/*FIND ALL REFS*/globalVar); + // // References to a function argument. + // foo(globalVar); + // + // --- (line: 73) skipped --- + + // === Details === + [ + { + "containerKind": "", + "containerName": "", + "kind": "var", + "name": "var globalVar: number", + "displayParts": [ + { + "text": "var", + "kind": "keyword" + }, + { + "text": " ", + "kind": "space" + }, + { + "text": "globalVar", + "kind": "localName" + }, + { + "text": ":", + "kind": "punctuation" + }, + { + "text": " ", + "kind": "space" + }, + { + "text": "number", + "kind": "keyword" + } + ] + } + ] + + + +// === findAllReferences === +// === /tests/cases/fourslash/localGetReferences_1.ts === +// --- (line: 19) skipped --- // } // // // References to a function parameter. -// function foo(x: number) { +// <|function [|{| isWriteAccess: true |}foo|](x: number) { // // References to a variable declared in a function. // var fnVar = 1; // // //Increments -// fooCls.[|{| isWriteAccess: true |}clsSVar|]++; +// fooCls.clsSVar++; // globalVar++; // modTest.modVar++; // fnVar++; // // //Return // return x++; -// } +// }|> // // module modTest { // //Declare -// export var modVar:number; -// -// //Increments -// globalVar++; -// fooCls./*FIND ALL REFS*/[|{| isWriteAccess: true |}clsSVar|]++; +// --- (line: 39) skipped --- + +// --- (line: 43) skipped --- // modVar++; // // class testCls { -// static boo = foo; +// static boo = [|foo|]; // } // // function testFn(){ -// static boo = foo; +// static boo = [|foo|]; // // //Increments // globalVar++; -// fooCls.[|{| isWriteAccess: true |}clsSVar|]++; +// fooCls.clsSVar++; // modVar++; // } // // module testMod { -// var boo = foo; +// var boo = [|foo|]; // } // } // -// //Type test -// var clsTest: fooCls; -// -// //Arguments +// --- (line: 64) skipped --- + +// --- (line: 67) skipped --- // // References to a class argument. // clsTest = new fooCls(globalVar); // // References to a function argument. -// foo(globalVar); +// /*FIND ALL REFS*/[|foo|](globalVar); // // //Increments -// fooCls.[|{| isWriteAccess: true |}clsSVar|]++; +// fooCls.clsSVar++; // modTest.modVar++; // globalVar = globalVar + globalVar; // // //ETC - Other cases // globalVar = 3; // // References to illegal assignment. -// foo = foo + 1; +// [|{| isWriteAccess: true |}foo|] = [|foo|] + 1; // err = err++; // // //Shadowed fn Parameter -// function shdw(globalVar: number) { -// //Increments -// globalVar++; -// return globalVar; -// } -// -// //Remotes -// //Type test -// var remoteclsTest: remotefooCls; -// -// //Arguments -// remoteclsTest = new remotefooCls(remoteglobalVar); -// remotefoo(remoteglobalVar); -// -// //Increments -// remotefooCls.remoteclsSVar++; -// remotemodTest.remotemodVar++; -// remoteglobalVar = remoteglobalVar + remoteglobalVar; -// -// //ETC - Other cases -// remoteglobalVar = 3; -// -// //Find References misses method param -// var -// -// -// -// array = ["f", "o", "o"]; -// -// array.forEach( -// -// -// function(str) { -// -// -// -// // Reference misses function parameter. -// return str + " "; -// -// }); +// --- (line: 85) skipped --- // === Definitions === // === /tests/cases/fourslash/localGetReferences_1.ts === - // // Comment Refence Test: globalVar - // // References to a variable declared in global. - // var globalVar: number = 2; - // - // class fooCls { - // // References to static variable declared in a class. - // <|static [|clsSVar|] = 1;|> - // // References to a variable declared in a class. - // clsVar = 1; - // - // constructor (public clsParam: number) { - // //Increments - // globalVar++; - // this.clsVar++; - // fooCls.clsSVar++; - // // References to a class parameter. - // this.clsParam++; - // modTest.modVar++; - // } + // --- (line: 19) skipped --- // } // // // References to a function parameter. - // function foo(x: number) { + // <|function [|foo|](x: number) { // // References to a variable declared in a function. // var fnVar = 1; // @@ -6525,115 +3381,52 @@ // // //Return // return x++; - // } + // }|> // // module modTest { // //Declare - // export var modVar:number; - // - // //Increments - // globalVar++; - // fooCls./*FIND ALL REFS*/clsSVar++; - // modVar++; - // - // class testCls { - // static boo = foo; - // } - // - // function testFn(){ - // static boo = foo; - // - // //Increments - // globalVar++; - // fooCls.clsSVar++; - // modVar++; - // } - // - // module testMod { - // var boo = foo; - // } - // } - // - // //Type test - // var clsTest: fooCls; - // - // //Arguments + // --- (line: 39) skipped --- + + // --- (line: 67) skipped --- // // References to a class argument. // clsTest = new fooCls(globalVar); // // References to a function argument. - // foo(globalVar); + // /*FIND ALL REFS*/foo(globalVar); // // //Increments // fooCls.clsSVar++; - // modTest.modVar++; - // globalVar = globalVar + globalVar; - // - // //ETC - Other cases - // globalVar = 3; - // // References to illegal assignment. - // foo = foo + 1; - // err = err++; - // - // //Shadowed fn Parameter - // function shdw(globalVar: number) { - // //Increments - // globalVar++; - // return globalVar; - // } - // - // //Remotes - // //Type test - // var remoteclsTest: remotefooCls; - // - // //Arguments - // remoteclsTest = new remotefooCls(remoteglobalVar); - // remotefoo(remoteglobalVar); - // - // //Increments - // remotefooCls.remoteclsSVar++; - // remotemodTest.remotemodVar++; - // remoteglobalVar = remoteglobalVar + remoteglobalVar; - // - // //ETC - Other cases - // remoteglobalVar = 3; - // - // //Find References misses method param - // var - // - // - // - // array = ["f", "o", "o"]; - // - // array.forEach( - // - // - // function(str) { - // - // - // - // // Reference misses function parameter. - // return str + " "; - // - // }); + // --- (line: 75) skipped --- // === Details === [ { "containerKind": "", "containerName": "", - "kind": "property", - "name": "(property) fooCls.clsSVar: number", + "kind": "function", + "name": "function foo(x: number): number", "displayParts": [ + { + "text": "function", + "kind": "keyword" + }, + { + "text": " ", + "kind": "space" + }, + { + "text": "foo", + "kind": "functionName" + }, { "text": "(", "kind": "punctuation" }, { - "text": "property", - "kind": "text" + "text": "x", + "kind": "parameterName" }, { - "text": ")", + "text": ":", "kind": "punctuation" }, { @@ -6641,17 +3434,13 @@ "kind": "space" }, { - "text": "fooCls", - "kind": "className" + "text": "number", + "kind": "keyword" }, { - "text": ".", + "text": ")", "kind": "punctuation" }, - { - "text": "clsSVar", - "kind": "propertyName" - }, { "text": ":", "kind": "punctuation" @@ -6674,7 +3463,7 @@ // === /tests/cases/fourslash/localGetReferences_1.ts === // // Comment Refence Test: globalVar // // References to a variable declared in global. -// var globalVar: number = 2; +// <|var [|{| isWriteAccess: true |}globalVar|]: number = 2;|> // // class fooCls { // // References to static variable declared in a class. @@ -6684,256 +3473,92 @@ // // constructor (public clsParam: number) { // //Increments -// globalVar++; +// [|{| isWriteAccess: true |}globalVar|]++; // this.clsVar++; // fooCls.clsSVar++; // // References to a class parameter. -// this.clsParam++; -// modTest.modVar++; -// } -// } -// -// // References to a function parameter. -// <|function [|{| isWriteAccess: true |}foo|](x: number) { -// // References to a variable declared in a function. -// var fnVar = 1; +// --- (line: 17) skipped --- + +// --- (line: 25) skipped --- // // //Increments // fooCls.clsSVar++; -// globalVar++; +// [|{| isWriteAccess: true |}globalVar|]++; // modTest.modVar++; // fnVar++; // -// //Return -// return x++; -// }|> -// -// module modTest { -// //Declare +// --- (line: 33) skipped --- + +// --- (line: 38) skipped --- // export var modVar:number; // // //Increments -// globalVar++; +// [|{| isWriteAccess: true |}globalVar|]++; // fooCls.clsSVar++; // modVar++; // -// class testCls { -// static boo = /*FIND ALL REFS*/[|foo|]; -// } -// -// function testFn(){ -// static boo = [|foo|]; +// --- (line: 46) skipped --- + +// --- (line: 50) skipped --- +// static boo = foo; // // //Increments -// globalVar++; +// [|{| isWriteAccess: true |}globalVar|]++; // fooCls.clsSVar++; // modVar++; // } -// -// module testMod { -// var boo = [|foo|]; -// } -// } -// -// //Type test -// var clsTest: fooCls; +// --- (line: 58) skipped --- + +// --- (line: 65) skipped --- // // //Arguments // // References to a class argument. -// clsTest = new fooCls(globalVar); +// clsTest = new fooCls([|globalVar|]); // // References to a function argument. -// [|foo|](globalVar); +// foo(/*FIND ALL REFS*/[|globalVar|]); // // //Increments // fooCls.clsSVar++; // modTest.modVar++; -// globalVar = globalVar + globalVar; +// [|{| isWriteAccess: true |}globalVar|] = [|globalVar|] + [|globalVar|]; // // //ETC - Other cases -// globalVar = 3; +// [|{| isWriteAccess: true |}globalVar|] = 3; // // References to illegal assignment. -// [|{| isWriteAccess: true |}foo|] = [|foo|] + 1; +// foo = foo + 1; // err = err++; -// -// //Shadowed fn Parameter -// function shdw(globalVar: number) { -// //Increments -// globalVar++; -// return globalVar; -// } -// -// //Remotes -// //Type test -// var remoteclsTest: remotefooCls; -// -// //Arguments -// remoteclsTest = new remotefooCls(remoteglobalVar); -// remotefoo(remoteglobalVar); -// -// //Increments -// remotefooCls.remoteclsSVar++; -// remotemodTest.remotemodVar++; -// remoteglobalVar = remoteglobalVar + remoteglobalVar; -// -// //ETC - Other cases -// remoteglobalVar = 3; -// -// //Find References misses method param -// var -// -// -// -// array = ["f", "o", "o"]; -// -// array.forEach( -// -// -// function(str) { -// -// -// -// // Reference misses function parameter. -// return str + " "; -// -// }); +// --- (line: 83) skipped --- // === Definitions === // === /tests/cases/fourslash/localGetReferences_1.ts === // // Comment Refence Test: globalVar // // References to a variable declared in global. - // var globalVar: number = 2; + // <|var [|globalVar|]: number = 2;|> // // class fooCls { // // References to static variable declared in a class. - // static clsSVar = 1; - // // References to a variable declared in a class. - // clsVar = 1; - // - // constructor (public clsParam: number) { - // //Increments - // globalVar++; - // this.clsVar++; - // fooCls.clsSVar++; - // // References to a class parameter. - // this.clsParam++; - // modTest.modVar++; - // } - // } - // - // // References to a function parameter. - // <|function [|foo|](x: number) { - // // References to a variable declared in a function. - // var fnVar = 1; - // - // //Increments - // fooCls.clsSVar++; - // globalVar++; - // modTest.modVar++; - // fnVar++; - // - // //Return - // return x++; - // }|> - // - // module modTest { - // //Declare - // export var modVar:number; - // - // //Increments - // globalVar++; - // fooCls.clsSVar++; - // modVar++; - // - // class testCls { - // static boo = /*FIND ALL REFS*/foo; - // } - // - // function testFn(){ - // static boo = foo; - // - // //Increments - // globalVar++; - // fooCls.clsSVar++; - // modVar++; - // } - // - // module testMod { - // var boo = foo; - // } - // } - // - // //Type test - // var clsTest: fooCls; - // - // //Arguments + // --- (line: 7) skipped --- + + // --- (line: 67) skipped --- // // References to a class argument. // clsTest = new fooCls(globalVar); // // References to a function argument. - // foo(globalVar); + // foo(/*FIND ALL REFS*/globalVar); // // //Increments // fooCls.clsSVar++; - // modTest.modVar++; - // globalVar = globalVar + globalVar; - // - // //ETC - Other cases - // globalVar = 3; - // // References to illegal assignment. - // foo = foo + 1; - // err = err++; - // - // //Shadowed fn Parameter - // function shdw(globalVar: number) { - // //Increments - // globalVar++; - // return globalVar; - // } - // - // //Remotes - // //Type test - // var remoteclsTest: remotefooCls; - // - // //Arguments - // remoteclsTest = new remotefooCls(remoteglobalVar); - // remotefoo(remoteglobalVar); - // - // //Increments - // remotefooCls.remoteclsSVar++; - // remotemodTest.remotemodVar++; - // remoteglobalVar = remoteglobalVar + remoteglobalVar; - // - // //ETC - Other cases - // remoteglobalVar = 3; - // - // //Find References misses method param - // var - // - // - // - // array = ["f", "o", "o"]; - // - // array.forEach( - // - // - // function(str) { - // - // - // - // // Reference misses function parameter. - // return str + " "; - // - // }); + // --- (line: 75) skipped --- // === Details === [ { "containerKind": "", "containerName": "", - "kind": "function", - "name": "function foo(x: number): number", + "kind": "var", + "name": "var globalVar: number", "displayParts": [ { - "text": "function", + "text": "var", "kind": "keyword" }, { @@ -6941,19 +3566,127 @@ "kind": "space" }, { - "text": "foo", - "kind": "functionName" + "text": "globalVar", + "kind": "localName" }, + { + "text": ":", + "kind": "punctuation" + }, + { + "text": " ", + "kind": "space" + }, + { + "text": "number", + "kind": "keyword" + } + ] + } + ] + + + +// === findAllReferences === +// === /tests/cases/fourslash/localGetReferences_1.ts === +// --- (line: 3) skipped --- +// +// class fooCls { +// // References to static variable declared in a class. +// <|static [|{| isWriteAccess: true |}clsSVar|] = 1;|> +// // References to a variable declared in a class. +// clsVar = 1; +// +// constructor (public clsParam: number) { +// //Increments +// globalVar++; +// this.clsVar++; +// fooCls.[|{| isWriteAccess: true |}clsSVar|]++; +// // References to a class parameter. +// this.clsParam++; +// modTest.modVar++; +// --- (line: 19) skipped --- + +// --- (line: 24) skipped --- +// var fnVar = 1; +// +// //Increments +// fooCls.[|{| isWriteAccess: true |}clsSVar|]++; +// globalVar++; +// modTest.modVar++; +// fnVar++; +// --- (line: 32) skipped --- + +// --- (line: 39) skipped --- +// +// //Increments +// globalVar++; +// fooCls.[|{| isWriteAccess: true |}clsSVar|]++; +// modVar++; +// +// class testCls { +// --- (line: 47) skipped --- + +// --- (line: 51) skipped --- +// +// //Increments +// globalVar++; +// fooCls.[|{| isWriteAccess: true |}clsSVar|]++; +// modVar++; +// } +// +// --- (line: 59) skipped --- + +// --- (line: 70) skipped --- +// foo(globalVar); +// +// //Increments +// fooCls./*FIND ALL REFS*/[|{| isWriteAccess: true |}clsSVar|]++; +// modTest.modVar++; +// globalVar = globalVar + globalVar; +// +// --- (line: 78) skipped --- + + // === Definitions === + // === /tests/cases/fourslash/localGetReferences_1.ts === + // --- (line: 3) skipped --- + // + // class fooCls { + // // References to static variable declared in a class. + // <|static [|clsSVar|] = 1;|> + // // References to a variable declared in a class. + // clsVar = 1; + // + // --- (line: 11) skipped --- + + // --- (line: 70) skipped --- + // foo(globalVar); + // + // //Increments + // fooCls./*FIND ALL REFS*/clsSVar++; + // modTest.modVar++; + // globalVar = globalVar + globalVar; + // + // --- (line: 78) skipped --- + + // === Details === + [ + { + "containerKind": "", + "containerName": "", + "kind": "property", + "name": "(property) fooCls.clsSVar: number", + "displayParts": [ { "text": "(", "kind": "punctuation" }, { - "text": "x", - "kind": "parameterName" + "text": "property", + "kind": "text" }, { - "text": ":", + "text": ")", "kind": "punctuation" }, { @@ -6961,13 +3694,17 @@ "kind": "space" }, { - "text": "number", - "kind": "keyword" + "text": "fooCls", + "kind": "className" }, { - "text": ")", + "text": ".", "kind": "punctuation" }, + { + "text": "clsSVar", + "kind": "propertyName" + }, { "text": ":", "kind": "punctuation" @@ -6990,7 +3727,7 @@ // === /tests/cases/fourslash/localGetReferences_1.ts === // // Comment Refence Test: globalVar // // References to a variable declared in global. -// var globalVar: number = 2; +// <|var [|{| isWriteAccess: true |}globalVar|]: number = 2;|> // // class fooCls { // // References to static variable declared in a class. @@ -7000,256 +3737,92 @@ // // constructor (public clsParam: number) { // //Increments -// globalVar++; +// [|{| isWriteAccess: true |}globalVar|]++; // this.clsVar++; // fooCls.clsSVar++; // // References to a class parameter. -// this.clsParam++; -// modTest.modVar++; -// } -// } -// -// // References to a function parameter. -// <|function [|{| isWriteAccess: true |}foo|](x: number) { -// // References to a variable declared in a function. -// var fnVar = 1; +// --- (line: 17) skipped --- + +// --- (line: 25) skipped --- // // //Increments // fooCls.clsSVar++; -// globalVar++; +// [|{| isWriteAccess: true |}globalVar|]++; // modTest.modVar++; // fnVar++; // -// //Return -// return x++; -// }|> -// -// module modTest { -// //Declare +// --- (line: 33) skipped --- + +// --- (line: 38) skipped --- // export var modVar:number; // // //Increments -// globalVar++; +// [|{| isWriteAccess: true |}globalVar|]++; // fooCls.clsSVar++; // modVar++; // -// class testCls { -// static boo = [|foo|]; -// } -// -// function testFn(){ -// static boo = /*FIND ALL REFS*/[|foo|]; +// --- (line: 46) skipped --- + +// --- (line: 50) skipped --- +// static boo = foo; // // //Increments -// globalVar++; +// [|{| isWriteAccess: true |}globalVar|]++; // fooCls.clsSVar++; // modVar++; // } -// -// module testMod { -// var boo = [|foo|]; -// } -// } -// -// //Type test -// var clsTest: fooCls; +// --- (line: 58) skipped --- + +// --- (line: 65) skipped --- // // //Arguments // // References to a class argument. -// clsTest = new fooCls(globalVar); +// clsTest = new fooCls([|globalVar|]); // // References to a function argument. -// [|foo|](globalVar); +// foo([|globalVar|]); // // //Increments // fooCls.clsSVar++; // modTest.modVar++; -// globalVar = globalVar + globalVar; +// /*FIND ALL REFS*/[|{| isWriteAccess: true |}globalVar|] = [|globalVar|] + [|globalVar|]; // // //ETC - Other cases -// globalVar = 3; +// [|{| isWriteAccess: true |}globalVar|] = 3; // // References to illegal assignment. -// [|{| isWriteAccess: true |}foo|] = [|foo|] + 1; +// foo = foo + 1; // err = err++; -// -// //Shadowed fn Parameter -// function shdw(globalVar: number) { -// //Increments -// globalVar++; -// return globalVar; -// } -// -// //Remotes -// //Type test -// var remoteclsTest: remotefooCls; -// -// //Arguments -// remoteclsTest = new remotefooCls(remoteglobalVar); -// remotefoo(remoteglobalVar); -// -// //Increments -// remotefooCls.remoteclsSVar++; -// remotemodTest.remotemodVar++; -// remoteglobalVar = remoteglobalVar + remoteglobalVar; -// -// //ETC - Other cases -// remoteglobalVar = 3; -// -// //Find References misses method param -// var -// -// -// -// array = ["f", "o", "o"]; -// -// array.forEach( -// -// -// function(str) { -// -// -// -// // Reference misses function parameter. -// return str + " "; -// -// }); +// --- (line: 83) skipped --- // === Definitions === // === /tests/cases/fourslash/localGetReferences_1.ts === // // Comment Refence Test: globalVar // // References to a variable declared in global. - // var globalVar: number = 2; + // <|var [|globalVar|]: number = 2;|> // // class fooCls { // // References to static variable declared in a class. - // static clsSVar = 1; - // // References to a variable declared in a class. - // clsVar = 1; - // - // constructor (public clsParam: number) { - // //Increments - // globalVar++; - // this.clsVar++; - // fooCls.clsSVar++; - // // References to a class parameter. - // this.clsParam++; - // modTest.modVar++; - // } - // } - // - // // References to a function parameter. - // <|function [|foo|](x: number) { - // // References to a variable declared in a function. - // var fnVar = 1; - // - // //Increments - // fooCls.clsSVar++; - // globalVar++; - // modTest.modVar++; - // fnVar++; - // - // //Return - // return x++; - // }|> - // - // module modTest { - // //Declare - // export var modVar:number; - // - // //Increments - // globalVar++; - // fooCls.clsSVar++; - // modVar++; - // - // class testCls { - // static boo = foo; - // } - // - // function testFn(){ - // static boo = /*FIND ALL REFS*/foo; - // - // //Increments - // globalVar++; - // fooCls.clsSVar++; - // modVar++; - // } - // - // module testMod { - // var boo = foo; - // } - // } - // - // //Type test - // var clsTest: fooCls; - // - // //Arguments - // // References to a class argument. - // clsTest = new fooCls(globalVar); - // // References to a function argument. - // foo(globalVar); - // - // //Increments - // fooCls.clsSVar++; - // modTest.modVar++; - // globalVar = globalVar + globalVar; + // --- (line: 7) skipped --- + + // --- (line: 72) skipped --- + // //Increments + // fooCls.clsSVar++; + // modTest.modVar++; + // /*FIND ALL REFS*/globalVar = globalVar + globalVar; // // //ETC - Other cases // globalVar = 3; - // // References to illegal assignment. - // foo = foo + 1; - // err = err++; - // - // //Shadowed fn Parameter - // function shdw(globalVar: number) { - // //Increments - // globalVar++; - // return globalVar; - // } - // - // //Remotes - // //Type test - // var remoteclsTest: remotefooCls; - // - // //Arguments - // remoteclsTest = new remotefooCls(remoteglobalVar); - // remotefoo(remoteglobalVar); - // - // //Increments - // remotefooCls.remoteclsSVar++; - // remotemodTest.remotemodVar++; - // remoteglobalVar = remoteglobalVar + remoteglobalVar; - // - // //ETC - Other cases - // remoteglobalVar = 3; - // - // //Find References misses method param - // var - // - // - // - // array = ["f", "o", "o"]; - // - // array.forEach( - // - // - // function(str) { - // - // - // - // // Reference misses function parameter. - // return str + " "; - // - // }); + // --- (line: 80) skipped --- // === Details === [ { "containerKind": "", "containerName": "", - "kind": "function", - "name": "function foo(x: number): number", + "kind": "var", + "name": "var globalVar: number", "displayParts": [ { - "text": "function", + "text": "var", "kind": "keyword" }, { @@ -7257,16 +3830,8 @@ "kind": "space" }, { - "text": "foo", - "kind": "functionName" - }, - { - "text": "(", - "kind": "punctuation" - }, - { - "text": "x", - "kind": "parameterName" + "text": "globalVar", + "kind": "localName" }, { "text": ":", @@ -7279,10 +3844,122 @@ { "text": "number", "kind": "keyword" + } + ] + } + ] + + + +// === findAllReferences === +// === /tests/cases/fourslash/localGetReferences_1.ts === +// // Comment Refence Test: globalVar +// // References to a variable declared in global. +// <|var [|{| isWriteAccess: true |}globalVar|]: number = 2;|> +// +// class fooCls { +// // References to static variable declared in a class. +// static clsSVar = 1; +// // References to a variable declared in a class. +// clsVar = 1; +// +// constructor (public clsParam: number) { +// //Increments +// [|{| isWriteAccess: true |}globalVar|]++; +// this.clsVar++; +// fooCls.clsSVar++; +// // References to a class parameter. +// --- (line: 17) skipped --- + +// --- (line: 25) skipped --- +// +// //Increments +// fooCls.clsSVar++; +// [|{| isWriteAccess: true |}globalVar|]++; +// modTest.modVar++; +// fnVar++; +// +// --- (line: 33) skipped --- + +// --- (line: 38) skipped --- +// export var modVar:number; +// +// //Increments +// [|{| isWriteAccess: true |}globalVar|]++; +// fooCls.clsSVar++; +// modVar++; +// +// --- (line: 46) skipped --- + +// --- (line: 50) skipped --- +// static boo = foo; +// +// //Increments +// [|{| isWriteAccess: true |}globalVar|]++; +// fooCls.clsSVar++; +// modVar++; +// } +// --- (line: 58) skipped --- + +// --- (line: 65) skipped --- +// +// //Arguments +// // References to a class argument. +// clsTest = new fooCls([|globalVar|]); +// // References to a function argument. +// foo([|globalVar|]); +// +// //Increments +// fooCls.clsSVar++; +// modTest.modVar++; +// [|{| isWriteAccess: true |}globalVar|] = /*FIND ALL REFS*/[|globalVar|] + [|globalVar|]; +// +// //ETC - Other cases +// [|{| isWriteAccess: true |}globalVar|] = 3; +// // References to illegal assignment. +// foo = foo + 1; +// err = err++; +// --- (line: 83) skipped --- + + // === Definitions === + // === /tests/cases/fourslash/localGetReferences_1.ts === + // // Comment Refence Test: globalVar + // // References to a variable declared in global. + // <|var [|globalVar|]: number = 2;|> + // + // class fooCls { + // // References to static variable declared in a class. + // --- (line: 7) skipped --- + + // --- (line: 72) skipped --- + // //Increments + // fooCls.clsSVar++; + // modTest.modVar++; + // globalVar = /*FIND ALL REFS*/globalVar + globalVar; + // + // //ETC - Other cases + // globalVar = 3; + // --- (line: 80) skipped --- + + // === Details === + [ + { + "containerKind": "", + "containerName": "", + "kind": "var", + "name": "var globalVar: number", + "displayParts": [ + { + "text": "var", + "kind": "keyword" }, { - "text": ")", - "kind": "punctuation" + "text": " ", + "kind": "space" + }, + { + "text": "globalVar", + "kind": "localName" }, { "text": ":", @@ -7320,15 +3997,9 @@ // this.clsVar++; // fooCls.clsSVar++; // // References to a class parameter. -// this.clsParam++; -// modTest.modVar++; -// } -// } -// -// // References to a function parameter. -// function foo(x: number) { -// // References to a variable declared in a function. -// var fnVar = 1; +// --- (line: 17) skipped --- + +// --- (line: 25) skipped --- // // //Increments // fooCls.clsSVar++; @@ -7336,12 +4007,9 @@ // modTest.modVar++; // fnVar++; // -// //Return -// return x++; -// } -// -// module modTest { -// //Declare +// --- (line: 33) skipped --- + +// --- (line: 38) skipped --- // export var modVar:number; // // //Increments @@ -7349,26 +4017,19 @@ // fooCls.clsSVar++; // modVar++; // -// class testCls { -// static boo = foo; -// } -// -// function testFn(){ +// --- (line: 46) skipped --- + +// --- (line: 50) skipped --- // static boo = foo; // // //Increments -// /*FIND ALL REFS*/[|{| isWriteAccess: true |}globalVar|]++; +// [|{| isWriteAccess: true |}globalVar|]++; // fooCls.clsSVar++; // modVar++; // } -// -// module testMod { -// var boo = foo; -// } -// } -// -// //Type test -// var clsTest: fooCls; +// --- (line: 58) skipped --- + +// --- (line: 65) skipped --- // // //Arguments // // References to a class argument. @@ -7379,55 +4040,14 @@ // //Increments // fooCls.clsSVar++; // modTest.modVar++; -// [|{| isWriteAccess: true |}globalVar|] = [|globalVar|] + [|globalVar|]; +// [|{| isWriteAccess: true |}globalVar|] = [|globalVar|] + /*FIND ALL REFS*/[|globalVar|]; // // //ETC - Other cases // [|{| isWriteAccess: true |}globalVar|] = 3; // // References to illegal assignment. // foo = foo + 1; // err = err++; -// -// //Shadowed fn Parameter -// function shdw(globalVar: number) { -// //Increments -// globalVar++; -// return globalVar; -// } -// -// //Remotes -// //Type test -// var remoteclsTest: remotefooCls; -// -// //Arguments -// remoteclsTest = new remotefooCls(remoteglobalVar); -// remotefoo(remoteglobalVar); -// -// //Increments -// remotefooCls.remoteclsSVar++; -// remotemodTest.remotemodVar++; -// remoteglobalVar = remoteglobalVar + remoteglobalVar; -// -// //ETC - Other cases -// remoteglobalVar = 3; -// -// //Find References misses method param -// var -// -// -// -// array = ["f", "o", "o"]; -// -// array.forEach( -// -// -// function(str) { -// -// -// -// // Reference misses function parameter. -// return str + " "; -// -// }); +// --- (line: 83) skipped --- // === Definitions === // === /tests/cases/fourslash/localGetReferences_1.ts === @@ -7437,124 +4057,17 @@ // // class fooCls { // // References to static variable declared in a class. - // static clsSVar = 1; - // // References to a variable declared in a class. - // clsVar = 1; - // - // constructor (public clsParam: number) { - // //Increments - // globalVar++; - // this.clsVar++; - // fooCls.clsSVar++; - // // References to a class parameter. - // this.clsParam++; - // modTest.modVar++; - // } - // } - // - // // References to a function parameter. - // function foo(x: number) { - // // References to a variable declared in a function. - // var fnVar = 1; - // - // //Increments - // fooCls.clsSVar++; - // globalVar++; - // modTest.modVar++; - // fnVar++; - // - // //Return - // return x++; - // } - // - // module modTest { - // //Declare - // export var modVar:number; - // - // //Increments - // globalVar++; - // fooCls.clsSVar++; - // modVar++; - // - // class testCls { - // static boo = foo; - // } - // - // function testFn(){ - // static boo = foo; - // - // //Increments - // /*FIND ALL REFS*/globalVar++; - // fooCls.clsSVar++; - // modVar++; - // } - // - // module testMod { - // var boo = foo; - // } - // } - // - // //Type test - // var clsTest: fooCls; - // - // //Arguments - // // References to a class argument. - // clsTest = new fooCls(globalVar); - // // References to a function argument. - // foo(globalVar); - // + // --- (line: 7) skipped --- + + // --- (line: 72) skipped --- // //Increments // fooCls.clsSVar++; // modTest.modVar++; - // globalVar = globalVar + globalVar; + // globalVar = globalVar + /*FIND ALL REFS*/globalVar; // // //ETC - Other cases // globalVar = 3; - // // References to illegal assignment. - // foo = foo + 1; - // err = err++; - // - // //Shadowed fn Parameter - // function shdw(globalVar: number) { - // //Increments - // globalVar++; - // return globalVar; - // } - // - // //Remotes - // //Type test - // var remoteclsTest: remotefooCls; - // - // //Arguments - // remoteclsTest = new remotefooCls(remoteglobalVar); - // remotefoo(remoteglobalVar); - // - // //Increments - // remotefooCls.remoteclsSVar++; - // remotemodTest.remotemodVar++; - // remoteglobalVar = remoteglobalVar + remoteglobalVar; - // - // //ETC - Other cases - // remoteglobalVar = 3; - // - // //Find References misses method param - // var - // - // - // - // array = ["f", "o", "o"]; - // - // array.forEach( - // - // - // function(str) { - // - // - // - // // Reference misses function parameter. - // return str + " "; - // - // }); + // --- (line: 80) skipped --- // === Details === [ @@ -7598,154 +4111,204 @@ // === /tests/cases/fourslash/localGetReferences_1.ts === // // Comment Refence Test: globalVar // // References to a variable declared in global. -// var globalVar: number = 2; +// <|var [|{| isWriteAccess: true |}globalVar|]: number = 2;|> // // class fooCls { // // References to static variable declared in a class. -// <|static [|{| isWriteAccess: true |}clsSVar|] = 1;|> +// static clsSVar = 1; // // References to a variable declared in a class. // clsVar = 1; // // constructor (public clsParam: number) { // //Increments -// globalVar++; +// [|{| isWriteAccess: true |}globalVar|]++; // this.clsVar++; -// fooCls.[|{| isWriteAccess: true |}clsSVar|]++; +// fooCls.clsSVar++; // // References to a class parameter. -// this.clsParam++; -// modTest.modVar++; +// --- (line: 17) skipped --- + +// --- (line: 25) skipped --- +// +// //Increments +// fooCls.clsSVar++; +// [|{| isWriteAccess: true |}globalVar|]++; +// modTest.modVar++; +// fnVar++; +// +// --- (line: 33) skipped --- + +// --- (line: 38) skipped --- +// export var modVar:number; +// +// //Increments +// [|{| isWriteAccess: true |}globalVar|]++; +// fooCls.clsSVar++; +// modVar++; +// +// --- (line: 46) skipped --- + +// --- (line: 50) skipped --- +// static boo = foo; +// +// //Increments +// [|{| isWriteAccess: true |}globalVar|]++; +// fooCls.clsSVar++; +// modVar++; // } +// --- (line: 58) skipped --- + +// --- (line: 65) skipped --- +// +// //Arguments +// // References to a class argument. +// clsTest = new fooCls([|globalVar|]); +// // References to a function argument. +// foo([|globalVar|]); +// +// //Increments +// fooCls.clsSVar++; +// modTest.modVar++; +// [|{| isWriteAccess: true |}globalVar|] = [|globalVar|] + [|globalVar|]; +// +// //ETC - Other cases +// /*FIND ALL REFS*/[|{| isWriteAccess: true |}globalVar|] = 3; +// // References to illegal assignment. +// foo = foo + 1; +// err = err++; +// --- (line: 83) skipped --- + + // === Definitions === + // === /tests/cases/fourslash/localGetReferences_1.ts === + // // Comment Refence Test: globalVar + // // References to a variable declared in global. + // <|var [|globalVar|]: number = 2;|> + // + // class fooCls { + // // References to static variable declared in a class. + // --- (line: 7) skipped --- + + // --- (line: 75) skipped --- + // globalVar = globalVar + globalVar; + // + // //ETC - Other cases + // /*FIND ALL REFS*/globalVar = 3; + // // References to illegal assignment. + // foo = foo + 1; + // err = err++; + // --- (line: 83) skipped --- + + // === Details === + [ + { + "containerKind": "", + "containerName": "", + "kind": "var", + "name": "var globalVar: number", + "displayParts": [ + { + "text": "var", + "kind": "keyword" + }, + { + "text": " ", + "kind": "space" + }, + { + "text": "globalVar", + "kind": "localName" + }, + { + "text": ":", + "kind": "punctuation" + }, + { + "text": " ", + "kind": "space" + }, + { + "text": "number", + "kind": "keyword" + } + ] + } + ] + + + +// === findAllReferences === +// === /tests/cases/fourslash/localGetReferences_1.ts === +// --- (line: 19) skipped --- // } // // // References to a function parameter. -// function foo(x: number) { +// <|function [|{| isWriteAccess: true |}foo|](x: number) { // // References to a variable declared in a function. // var fnVar = 1; // // //Increments -// fooCls.[|{| isWriteAccess: true |}clsSVar|]++; +// fooCls.clsSVar++; // globalVar++; // modTest.modVar++; // fnVar++; // // //Return // return x++; -// } +// }|> // // module modTest { // //Declare -// export var modVar:number; -// -// //Increments -// globalVar++; -// fooCls.[|{| isWriteAccess: true |}clsSVar|]++; +// --- (line: 39) skipped --- + +// --- (line: 43) skipped --- // modVar++; // // class testCls { -// static boo = foo; +// static boo = [|foo|]; // } // // function testFn(){ -// static boo = foo; +// static boo = [|foo|]; // // //Increments // globalVar++; -// fooCls./*FIND ALL REFS*/[|{| isWriteAccess: true |}clsSVar|]++; +// fooCls.clsSVar++; // modVar++; // } // // module testMod { -// var boo = foo; +// var boo = [|foo|]; // } // } // -// //Type test -// var clsTest: fooCls; -// -// //Arguments +// --- (line: 64) skipped --- + +// --- (line: 67) skipped --- // // References to a class argument. // clsTest = new fooCls(globalVar); // // References to a function argument. -// foo(globalVar); +// [|foo|](globalVar); // // //Increments -// fooCls.[|{| isWriteAccess: true |}clsSVar|]++; +// fooCls.clsSVar++; // modTest.modVar++; // globalVar = globalVar + globalVar; // // //ETC - Other cases // globalVar = 3; // // References to illegal assignment. -// foo = foo + 1; +// /*FIND ALL REFS*/[|{| isWriteAccess: true |}foo|] = [|foo|] + 1; // err = err++; // // //Shadowed fn Parameter -// function shdw(globalVar: number) { -// //Increments -// globalVar++; -// return globalVar; -// } -// -// //Remotes -// //Type test -// var remoteclsTest: remotefooCls; -// -// //Arguments -// remoteclsTest = new remotefooCls(remoteglobalVar); -// remotefoo(remoteglobalVar); -// -// //Increments -// remotefooCls.remoteclsSVar++; -// remotemodTest.remotemodVar++; -// remoteglobalVar = remoteglobalVar + remoteglobalVar; -// -// //ETC - Other cases -// remoteglobalVar = 3; -// -// //Find References misses method param -// var -// -// -// -// array = ["f", "o", "o"]; -// -// array.forEach( -// -// -// function(str) { -// -// -// -// // Reference misses function parameter. -// return str + " "; -// -// }); +// --- (line: 85) skipped --- // === Definitions === // === /tests/cases/fourslash/localGetReferences_1.ts === - // // Comment Refence Test: globalVar - // // References to a variable declared in global. - // var globalVar: number = 2; - // - // class fooCls { - // // References to static variable declared in a class. - // <|static [|clsSVar|] = 1;|> - // // References to a variable declared in a class. - // clsVar = 1; - // - // constructor (public clsParam: number) { - // //Increments - // globalVar++; - // this.clsVar++; - // fooCls.clsSVar++; - // // References to a class parameter. - // this.clsParam++; - // modTest.modVar++; - // } + // --- (line: 19) skipped --- // } // // // References to a function parameter. - // function foo(x: number) { + // <|function [|foo|](x: number) { // // References to a variable declared in a function. // var fnVar = 1; // @@ -7757,115 +4320,52 @@ // // //Return // return x++; - // } + // }|> // // module modTest { // //Declare - // export var modVar:number; - // - // //Increments - // globalVar++; - // fooCls.clsSVar++; - // modVar++; - // - // class testCls { - // static boo = foo; - // } - // - // function testFn(){ - // static boo = foo; - // - // //Increments - // globalVar++; - // fooCls./*FIND ALL REFS*/clsSVar++; - // modVar++; - // } - // - // module testMod { - // var boo = foo; - // } - // } - // - // //Type test - // var clsTest: fooCls; - // - // //Arguments - // // References to a class argument. - // clsTest = new fooCls(globalVar); - // // References to a function argument. - // foo(globalVar); - // - // //Increments - // fooCls.clsSVar++; - // modTest.modVar++; - // globalVar = globalVar + globalVar; - // + // --- (line: 39) skipped --- + + // --- (line: 77) skipped --- // //ETC - Other cases // globalVar = 3; // // References to illegal assignment. - // foo = foo + 1; + // /*FIND ALL REFS*/foo = foo + 1; // err = err++; // // //Shadowed fn Parameter - // function shdw(globalVar: number) { - // //Increments - // globalVar++; - // return globalVar; - // } - // - // //Remotes - // //Type test - // var remoteclsTest: remotefooCls; - // - // //Arguments - // remoteclsTest = new remotefooCls(remoteglobalVar); - // remotefoo(remoteglobalVar); - // - // //Increments - // remotefooCls.remoteclsSVar++; - // remotemodTest.remotemodVar++; - // remoteglobalVar = remoteglobalVar + remoteglobalVar; - // - // //ETC - Other cases - // remoteglobalVar = 3; - // - // //Find References misses method param - // var - // - // - // - // array = ["f", "o", "o"]; - // - // array.forEach( - // - // - // function(str) { - // - // - // - // // Reference misses function parameter. - // return str + " "; - // - // }); + // --- (line: 85) skipped --- // === Details === [ { "containerKind": "", "containerName": "", - "kind": "property", - "name": "(property) fooCls.clsSVar: number", + "kind": "function", + "name": "function foo(x: number): number", "displayParts": [ + { + "text": "function", + "kind": "keyword" + }, + { + "text": " ", + "kind": "space" + }, + { + "text": "foo", + "kind": "functionName" + }, { "text": "(", "kind": "punctuation" }, { - "text": "property", - "kind": "text" + "text": "x", + "kind": "parameterName" }, { - "text": ")", + "text": ":", "kind": "punctuation" }, { @@ -7873,17 +4373,13 @@ "kind": "space" }, { - "text": "fooCls", - "kind": "className" + "text": "number", + "kind": "keyword" }, { - "text": ".", + "text": ")", "kind": "punctuation" }, - { - "text": "clsSVar", - "kind": "propertyName" - }, { "text": ":", "kind": "punctuation" @@ -7904,25 +4400,7 @@ // === findAllReferences === // === /tests/cases/fourslash/localGetReferences_1.ts === -// // Comment Refence Test: globalVar -// // References to a variable declared in global. -// var globalVar: number = 2; -// -// class fooCls { -// // References to static variable declared in a class. -// static clsSVar = 1; -// // References to a variable declared in a class. -// clsVar = 1; -// -// constructor (public clsParam: number) { -// //Increments -// globalVar++; -// this.clsVar++; -// fooCls.clsSVar++; -// // References to a class parameter. -// this.clsParam++; -// modTest.modVar++; -// } +// --- (line: 19) skipped --- // } // // // References to a function parameter. @@ -7942,11 +4420,9 @@ // // module modTest { // //Declare -// export var modVar:number; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; +// --- (line: 39) skipped --- + +// --- (line: 43) skipped --- // modVar++; // // class testCls { @@ -7963,14 +4439,13 @@ // } // // module testMod { -// var boo = /*FIND ALL REFS*/[|foo|]; +// var boo = [|foo|]; // } // } // -// //Type test -// var clsTest: fooCls; -// -// //Arguments +// --- (line: 64) skipped --- + +// --- (line: 67) skipped --- // // References to a class argument. // clsTest = new fooCls(globalVar); // // References to a function argument. @@ -7984,72 +4459,15 @@ // //ETC - Other cases // globalVar = 3; // // References to illegal assignment. -// [|{| isWriteAccess: true |}foo|] = [|foo|] + 1; +// [|{| isWriteAccess: true |}foo|] = /*FIND ALL REFS*/[|foo|] + 1; // err = err++; // // //Shadowed fn Parameter -// function shdw(globalVar: number) { -// //Increments -// globalVar++; -// return globalVar; -// } -// -// //Remotes -// //Type test -// var remoteclsTest: remotefooCls; -// -// //Arguments -// remoteclsTest = new remotefooCls(remoteglobalVar); -// remotefoo(remoteglobalVar); -// -// //Increments -// remotefooCls.remoteclsSVar++; -// remotemodTest.remotemodVar++; -// remoteglobalVar = remoteglobalVar + remoteglobalVar; -// -// //ETC - Other cases -// remoteglobalVar = 3; -// -// //Find References misses method param -// var -// -// -// -// array = ["f", "o", "o"]; -// -// array.forEach( -// -// -// function(str) { -// -// -// -// // Reference misses function parameter. -// return str + " "; -// -// }); +// --- (line: 85) skipped --- // === Definitions === // === /tests/cases/fourslash/localGetReferences_1.ts === - // // Comment Refence Test: globalVar - // // References to a variable declared in global. - // var globalVar: number = 2; - // - // class fooCls { - // // References to static variable declared in a class. - // static clsSVar = 1; - // // References to a variable declared in a class. - // clsVar = 1; - // - // constructor (public clsParam: number) { - // //Increments - // globalVar++; - // this.clsVar++; - // fooCls.clsSVar++; - // // References to a class parameter. - // this.clsParam++; - // modTest.modVar++; - // } + // --- (line: 19) skipped --- // } // // // References to a function parameter. @@ -8069,92 +4487,17 @@ // // module modTest { // //Declare - // export var modVar:number; - // - // //Increments - // globalVar++; - // fooCls.clsSVar++; - // modVar++; - // - // class testCls { - // static boo = foo; - // } - // - // function testFn(){ - // static boo = foo; - // - // //Increments - // globalVar++; - // fooCls.clsSVar++; - // modVar++; - // } - // - // module testMod { - // var boo = /*FIND ALL REFS*/foo; - // } - // } - // - // //Type test - // var clsTest: fooCls; - // - // //Arguments - // // References to a class argument. - // clsTest = new fooCls(globalVar); - // // References to a function argument. - // foo(globalVar); - // - // //Increments - // fooCls.clsSVar++; - // modTest.modVar++; - // globalVar = globalVar + globalVar; - // + // --- (line: 39) skipped --- + + // --- (line: 77) skipped --- // //ETC - Other cases // globalVar = 3; // // References to illegal assignment. - // foo = foo + 1; + // foo = /*FIND ALL REFS*/foo + 1; // err = err++; // // //Shadowed fn Parameter - // function shdw(globalVar: number) { - // //Increments - // globalVar++; - // return globalVar; - // } - // - // //Remotes - // //Type test - // var remoteclsTest: remotefooCls; - // - // //Arguments - // remoteclsTest = new remotefooCls(remoteglobalVar); - // remotefoo(remoteglobalVar); - // - // //Increments - // remotefooCls.remoteclsSVar++; - // remotemodTest.remotemodVar++; - // remoteglobalVar = remoteglobalVar + remoteglobalVar; - // - // //ETC - Other cases - // remoteglobalVar = 3; - // - // //Find References misses method param - // var - // - // - // - // array = ["f", "o", "o"]; - // - // array.forEach( - // - // - // function(str) { - // - // - // - // // Reference misses function parameter. - // return str + " "; - // - // }); + // --- (line: 85) skipped --- // === Details === [ @@ -8220,269 +4563,50 @@ // === findAllReferences === // === /tests/cases/fourslash/localGetReferences_1.ts === -// // Comment Refence Test: globalVar -// // References to a variable declared in global. -// <|var [|{| isWriteAccess: true |}globalVar|]: number = 2;|> -// -// class fooCls { -// // References to static variable declared in a class. -// static clsSVar = 1; -// // References to a variable declared in a class. -// clsVar = 1; -// -// constructor (public clsParam: number) { -// //Increments -// [|{| isWriteAccess: true |}globalVar|]++; -// this.clsVar++; -// fooCls.clsSVar++; -// // References to a class parameter. -// this.clsParam++; -// modTest.modVar++; -// } -// } -// -// // References to a function parameter. -// function foo(x: number) { -// // References to a variable declared in a function. -// var fnVar = 1; -// -// //Increments -// fooCls.clsSVar++; -// [|{| isWriteAccess: true |}globalVar|]++; -// modTest.modVar++; -// fnVar++; -// -// //Return -// return x++; -// } -// -// module modTest { -// //Declare -// export var modVar:number; -// -// //Increments -// [|{| isWriteAccess: true |}globalVar|]++; -// fooCls.clsSVar++; -// modVar++; -// -// class testCls { -// static boo = foo; -// } -// -// function testFn(){ -// static boo = foo; -// -// //Increments -// [|{| isWriteAccess: true |}globalVar|]++; -// fooCls.clsSVar++; -// modVar++; -// } -// -// module testMod { -// var boo = foo; -// } -// } -// -// //Type test -// var clsTest: fooCls; -// -// //Arguments -// // References to a class argument. -// clsTest = new fooCls(/*FIND ALL REFS*/[|globalVar|]); -// // References to a function argument. -// foo([|globalVar|]); -// -// //Increments -// fooCls.clsSVar++; -// modTest.modVar++; -// [|{| isWriteAccess: true |}globalVar|] = [|globalVar|] + [|globalVar|]; -// -// //ETC - Other cases -// [|{| isWriteAccess: true |}globalVar|] = 3; -// // References to illegal assignment. -// foo = foo + 1; +// --- (line: 81) skipped --- // err = err++; // // //Shadowed fn Parameter -// function shdw(globalVar: number) { +// function shdw(/*FIND ALL REFS*/<|[|{| isWriteAccess: true, isDefinition: true |}globalVar|]: number|>) { // //Increments -// globalVar++; -// return globalVar; +// [|{| isWriteAccess: true |}globalVar|]++; +// return [|globalVar|]; // } // // //Remotes -// //Type test -// var remoteclsTest: remotefooCls; -// -// //Arguments -// remoteclsTest = new remotefooCls(remoteglobalVar); -// remotefoo(remoteglobalVar); -// -// //Increments -// remotefooCls.remoteclsSVar++; -// remotemodTest.remotemodVar++; -// remoteglobalVar = remoteglobalVar + remoteglobalVar; -// -// //ETC - Other cases -// remoteglobalVar = 3; -// -// //Find References misses method param -// var -// -// -// -// array = ["f", "o", "o"]; -// -// array.forEach( -// -// -// function(str) { -// -// -// -// // Reference misses function parameter. -// return str + " "; -// -// }); +// --- (line: 92) skipped --- // === Definitions === // === /tests/cases/fourslash/localGetReferences_1.ts === - // // Comment Refence Test: globalVar - // // References to a variable declared in global. - // <|var [|globalVar|]: number = 2;|> - // - // class fooCls { - // // References to static variable declared in a class. - // static clsSVar = 1; - // // References to a variable declared in a class. - // clsVar = 1; - // - // constructor (public clsParam: number) { - // //Increments - // globalVar++; - // this.clsVar++; - // fooCls.clsSVar++; - // // References to a class parameter. - // this.clsParam++; - // modTest.modVar++; - // } - // } - // - // // References to a function parameter. - // function foo(x: number) { - // // References to a variable declared in a function. - // var fnVar = 1; - // - // //Increments - // fooCls.clsSVar++; - // globalVar++; - // modTest.modVar++; - // fnVar++; - // - // //Return - // return x++; - // } - // - // module modTest { - // //Declare - // export var modVar:number; - // - // //Increments - // globalVar++; - // fooCls.clsSVar++; - // modVar++; - // - // class testCls { - // static boo = foo; - // } - // - // function testFn(){ - // static boo = foo; - // - // //Increments - // globalVar++; - // fooCls.clsSVar++; - // modVar++; - // } - // - // module testMod { - // var boo = foo; - // } - // } - // - // //Type test - // var clsTest: fooCls; - // - // //Arguments - // // References to a class argument. - // clsTest = new fooCls(/*FIND ALL REFS*/globalVar); - // // References to a function argument. - // foo(globalVar); - // - // //Increments - // fooCls.clsSVar++; - // modTest.modVar++; - // globalVar = globalVar + globalVar; - // - // //ETC - Other cases - // globalVar = 3; - // // References to illegal assignment. - // foo = foo + 1; + // --- (line: 81) skipped --- // err = err++; // // //Shadowed fn Parameter - // function shdw(globalVar: number) { + // function shdw(/*FIND ALL REFS*/<|[|globalVar|]: number|>) { // //Increments // globalVar++; // return globalVar; - // } - // - // //Remotes - // //Type test - // var remoteclsTest: remotefooCls; - // - // //Arguments - // remoteclsTest = new remotefooCls(remoteglobalVar); - // remotefoo(remoteglobalVar); - // - // //Increments - // remotefooCls.remoteclsSVar++; - // remotemodTest.remotemodVar++; - // remoteglobalVar = remoteglobalVar + remoteglobalVar; - // - // //ETC - Other cases - // remoteglobalVar = 3; - // - // //Find References misses method param - // var - // - // - // - // array = ["f", "o", "o"]; - // - // array.forEach( - // - // - // function(str) { - // - // - // - // // Reference misses function parameter. - // return str + " "; - // - // }); + // --- (line: 89) skipped --- // === Details === [ { "containerKind": "", "containerName": "", - "kind": "var", - "name": "var globalVar: number", + "kind": "parameter", + "name": "(parameter) globalVar: number", "displayParts": [ { - "text": "var", - "kind": "keyword" + "text": "(", + "kind": "punctuation" + }, + { + "text": "parameter", + "kind": "text" + }, + { + "text": ")", + "kind": "punctuation" }, { "text": " ", @@ -8490,7 +4614,7 @@ }, { "text": "globalVar", - "kind": "localName" + "kind": "parameterName" }, { "text": ":", @@ -8512,288 +4636,51 @@ // === findAllReferences === // === /tests/cases/fourslash/localGetReferences_1.ts === -// // Comment Refence Test: globalVar -// // References to a variable declared in global. -// var globalVar: number = 2; -// -// class fooCls { -// // References to static variable declared in a class. -// static clsSVar = 1; -// // References to a variable declared in a class. -// clsVar = 1; +// --- (line: 81) skipped --- +// err = err++; // -// constructor (public clsParam: number) { -// //Increments -// globalVar++; -// this.clsVar++; -// fooCls.clsSVar++; -// // References to a class parameter. -// this.clsParam++; -// modTest.modVar++; -// } -// } -// -// // References to a function parameter. -// <|function [|{| isWriteAccess: true |}foo|](x: number) { -// // References to a variable declared in a function. -// var fnVar = 1; -// -// //Increments -// fooCls.clsSVar++; -// globalVar++; -// modTest.modVar++; -// fnVar++; -// -// //Return -// return x++; -// }|> -// -// module modTest { -// //Declare -// export var modVar:number; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// -// class testCls { -// static boo = [|foo|]; -// } -// -// function testFn(){ -// static boo = [|foo|]; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// } -// -// module testMod { -// var boo = [|foo|]; -// } -// } -// -// //Type test -// var clsTest: fooCls; -// -// //Arguments -// // References to a class argument. -// clsTest = new fooCls(globalVar); -// // References to a function argument. -// /*FIND ALL REFS*/[|foo|](globalVar); -// -// //Increments -// fooCls.clsSVar++; -// modTest.modVar++; -// globalVar = globalVar + globalVar; -// -// //ETC - Other cases -// globalVar = 3; -// // References to illegal assignment. -// [|{| isWriteAccess: true |}foo|] = [|foo|] + 1; -// err = err++; -// -// //Shadowed fn Parameter -// function shdw(globalVar: number) { -// //Increments -// globalVar++; -// return globalVar; +// //Shadowed fn Parameter +// function shdw(<|[|{| isWriteAccess: true |}globalVar|]: number|>) { +// //Increments +// /*FIND ALL REFS*/[|{| isWriteAccess: true |}globalVar|]++; +// return [|globalVar|]; // } // // //Remotes -// //Type test -// var remoteclsTest: remotefooCls; -// -// //Arguments -// remoteclsTest = new remotefooCls(remoteglobalVar); -// remotefoo(remoteglobalVar); -// -// //Increments -// remotefooCls.remoteclsSVar++; -// remotemodTest.remotemodVar++; -// remoteglobalVar = remoteglobalVar + remoteglobalVar; -// -// //ETC - Other cases -// remoteglobalVar = 3; -// -// //Find References misses method param -// var -// -// -// -// array = ["f", "o", "o"]; -// -// array.forEach( -// -// -// function(str) { -// -// -// -// // Reference misses function parameter. -// return str + " "; -// -// }); +// --- (line: 92) skipped --- // === Definitions === // === /tests/cases/fourslash/localGetReferences_1.ts === - // // Comment Refence Test: globalVar - // // References to a variable declared in global. - // var globalVar: number = 2; - // - // class fooCls { - // // References to static variable declared in a class. - // static clsSVar = 1; - // // References to a variable declared in a class. - // clsVar = 1; - // - // constructor (public clsParam: number) { - // //Increments - // globalVar++; - // this.clsVar++; - // fooCls.clsSVar++; - // // References to a class parameter. - // this.clsParam++; - // modTest.modVar++; - // } - // } - // - // // References to a function parameter. - // <|function [|foo|](x: number) { - // // References to a variable declared in a function. - // var fnVar = 1; - // - // //Increments - // fooCls.clsSVar++; - // globalVar++; - // modTest.modVar++; - // fnVar++; - // - // //Return - // return x++; - // }|> - // - // module modTest { - // //Declare - // export var modVar:number; - // - // //Increments - // globalVar++; - // fooCls.clsSVar++; - // modVar++; - // - // class testCls { - // static boo = foo; - // } - // - // function testFn(){ - // static boo = foo; - // - // //Increments - // globalVar++; - // fooCls.clsSVar++; - // modVar++; - // } - // - // module testMod { - // var boo = foo; - // } - // } - // - // //Type test - // var clsTest: fooCls; - // - // //Arguments - // // References to a class argument. - // clsTest = new fooCls(globalVar); - // // References to a function argument. - // /*FIND ALL REFS*/foo(globalVar); - // - // //Increments - // fooCls.clsSVar++; - // modTest.modVar++; - // globalVar = globalVar + globalVar; - // - // //ETC - Other cases - // globalVar = 3; - // // References to illegal assignment. - // foo = foo + 1; + // --- (line: 81) skipped --- // err = err++; // // //Shadowed fn Parameter - // function shdw(globalVar: number) { + // function shdw(<|[|globalVar|]: number|>) { // //Increments - // globalVar++; + // /*FIND ALL REFS*/globalVar++; // return globalVar; // } // - // //Remotes - // //Type test - // var remoteclsTest: remotefooCls; - // - // //Arguments - // remoteclsTest = new remotefooCls(remoteglobalVar); - // remotefoo(remoteglobalVar); - // - // //Increments - // remotefooCls.remoteclsSVar++; - // remotemodTest.remotemodVar++; - // remoteglobalVar = remoteglobalVar + remoteglobalVar; - // - // //ETC - Other cases - // remoteglobalVar = 3; - // - // //Find References misses method param - // var - // - // - // - // array = ["f", "o", "o"]; - // - // array.forEach( - // - // - // function(str) { - // - // - // - // // Reference misses function parameter. - // return str + " "; - // - // }); + // --- (line: 91) skipped --- // === Details === [ { "containerKind": "", "containerName": "", - "kind": "function", - "name": "function foo(x: number): number", + "kind": "parameter", + "name": "(parameter) globalVar: number", "displayParts": [ - { - "text": "function", - "kind": "keyword" - }, - { - "text": " ", - "kind": "space" - }, - { - "text": "foo", - "kind": "functionName" - }, { "text": "(", "kind": "punctuation" }, { - "text": "x", - "kind": "parameterName" + "text": "parameter", + "kind": "text" }, { - "text": ":", + "text": ")", "kind": "punctuation" }, { @@ -8801,12 +4688,8 @@ "kind": "space" }, { - "text": "number", - "kind": "keyword" - }, - { - "text": ")", - "kind": "punctuation" + "text": "globalVar", + "kind": "parameterName" }, { "text": ":", @@ -8828,277 +4711,134 @@ // === findAllReferences === // === /tests/cases/fourslash/localGetReferences_1.ts === -// // Comment Refence Test: globalVar -// // References to a variable declared in global. -// <|var [|{| isWriteAccess: true |}globalVar|]: number = 2;|> -// -// class fooCls { -// // References to static variable declared in a class. -// static clsSVar = 1; -// // References to a variable declared in a class. -// clsVar = 1; -// -// constructor (public clsParam: number) { -// //Increments -// [|{| isWriteAccess: true |}globalVar|]++; -// this.clsVar++; -// fooCls.clsSVar++; -// // References to a class parameter. -// this.clsParam++; -// modTest.modVar++; -// } -// } -// -// // References to a function parameter. -// function foo(x: number) { -// // References to a variable declared in a function. -// var fnVar = 1; +// --- (line: 81) skipped --- +// err = err++; // +// //Shadowed fn Parameter +// function shdw(<|[|{| isWriteAccess: true |}globalVar|]: number|>) { // //Increments -// fooCls.clsSVar++; // [|{| isWriteAccess: true |}globalVar|]++; -// modTest.modVar++; -// fnVar++; -// -// //Return -// return x++; -// } -// -// module modTest { -// //Declare -// export var modVar:number; -// -// //Increments -// [|{| isWriteAccess: true |}globalVar|]++; -// fooCls.clsSVar++; -// modVar++; -// -// class testCls { -// static boo = foo; -// } -// -// function testFn(){ -// static boo = foo; -// -// //Increments -// [|{| isWriteAccess: true |}globalVar|]++; -// fooCls.clsSVar++; -// modVar++; -// } -// -// module testMod { -// var boo = foo; -// } -// } -// -// //Type test -// var clsTest: fooCls; -// -// //Arguments -// // References to a class argument. -// clsTest = new fooCls([|globalVar|]); -// // References to a function argument. -// foo(/*FIND ALL REFS*/[|globalVar|]); -// -// //Increments -// fooCls.clsSVar++; -// modTest.modVar++; -// [|{| isWriteAccess: true |}globalVar|] = [|globalVar|] + [|globalVar|]; -// -// //ETC - Other cases -// [|{| isWriteAccess: true |}globalVar|] = 3; -// // References to illegal assignment. -// foo = foo + 1; -// err = err++; -// -// //Shadowed fn Parameter -// function shdw(globalVar: number) { -// //Increments -// globalVar++; -// return globalVar; +// return /*FIND ALL REFS*/[|globalVar|]; // } // // //Remotes -// //Type test -// var remoteclsTest: remotefooCls; -// -// //Arguments -// remoteclsTest = new remotefooCls(remoteglobalVar); -// remotefoo(remoteglobalVar); -// -// //Increments -// remotefooCls.remoteclsSVar++; -// remotemodTest.remotemodVar++; -// remoteglobalVar = remoteglobalVar + remoteglobalVar; -// -// //ETC - Other cases -// remoteglobalVar = 3; -// -// //Find References misses method param -// var -// -// -// -// array = ["f", "o", "o"]; -// +// --- (line: 92) skipped --- + + // === Definitions === + // === /tests/cases/fourslash/localGetReferences_1.ts === + // --- (line: 81) skipped --- + // err = err++; + // + // //Shadowed fn Parameter + // function shdw(<|[|globalVar|]: number|>) { + // //Increments + // globalVar++; + // return /*FIND ALL REFS*/globalVar; + // } + // + // //Remotes + // --- (line: 92) skipped --- + + // === Details === + [ + { + "containerKind": "", + "containerName": "", + "kind": "parameter", + "name": "(parameter) globalVar: number", + "displayParts": [ + { + "text": "(", + "kind": "punctuation" + }, + { + "text": "parameter", + "kind": "text" + }, + { + "text": ")", + "kind": "punctuation" + }, + { + "text": " ", + "kind": "space" + }, + { + "text": "globalVar", + "kind": "parameterName" + }, + { + "text": ":", + "kind": "punctuation" + }, + { + "text": " ", + "kind": "space" + }, + { + "text": "number", + "kind": "keyword" + } + ] + } + ] + + + +// === findAllReferences === +// === /tests/cases/fourslash/localGetReferences_1.ts === +// --- (line: 113) skipped --- // array.forEach( // // -// function(str) { +// function(/*FIND ALL REFS*/[|{| isWriteAccess: true, isDefinition: true |}str|]) { // // // // // Reference misses function parameter. -// return str + " "; +// return [|str|] + " "; // // }); // === Definitions === // === /tests/cases/fourslash/localGetReferences_1.ts === - // // Comment Refence Test: globalVar - // // References to a variable declared in global. - // <|var [|globalVar|]: number = 2;|> - // - // class fooCls { - // // References to static variable declared in a class. - // static clsSVar = 1; - // // References to a variable declared in a class. - // clsVar = 1; - // - // constructor (public clsParam: number) { - // //Increments - // globalVar++; - // this.clsVar++; - // fooCls.clsSVar++; - // // References to a class parameter. - // this.clsParam++; - // modTest.modVar++; - // } - // } - // - // // References to a function parameter. - // function foo(x: number) { - // // References to a variable declared in a function. - // var fnVar = 1; - // - // //Increments - // fooCls.clsSVar++; - // globalVar++; - // modTest.modVar++; - // fnVar++; - // - // //Return - // return x++; - // } - // - // module modTest { - // //Declare - // export var modVar:number; - // - // //Increments - // globalVar++; - // fooCls.clsSVar++; - // modVar++; - // - // class testCls { - // static boo = foo; - // } - // - // function testFn(){ - // static boo = foo; - // - // //Increments - // globalVar++; - // fooCls.clsSVar++; - // modVar++; - // } - // - // module testMod { - // var boo = foo; - // } - // } - // - // //Type test - // var clsTest: fooCls; - // - // //Arguments - // // References to a class argument. - // clsTest = new fooCls(globalVar); - // // References to a function argument. - // foo(/*FIND ALL REFS*/globalVar); - // - // //Increments - // fooCls.clsSVar++; - // modTest.modVar++; - // globalVar = globalVar + globalVar; - // - // //ETC - Other cases - // globalVar = 3; - // // References to illegal assignment. - // foo = foo + 1; - // err = err++; - // - // //Shadowed fn Parameter - // function shdw(globalVar: number) { - // //Increments - // globalVar++; - // return globalVar; - // } - // - // //Remotes - // //Type test - // var remoteclsTest: remotefooCls; - // - // //Arguments - // remoteclsTest = new remotefooCls(remoteglobalVar); - // remotefoo(remoteglobalVar); - // - // //Increments - // remotefooCls.remoteclsSVar++; - // remotemodTest.remotemodVar++; - // remoteglobalVar = remoteglobalVar + remoteglobalVar; - // - // //ETC - Other cases - // remoteglobalVar = 3; - // - // //Find References misses method param - // var - // - // - // - // array = ["f", "o", "o"]; - // + // --- (line: 113) skipped --- // array.forEach( // // - // function(str) { - // + // function(/*FIND ALL REFS*/[|str|]) { // // - // // Reference misses function parameter. - // return str + " "; // - // }); + // --- (line: 121) skipped --- // === Details === [ { "containerKind": "", "containerName": "", - "kind": "var", - "name": "var globalVar: number", + "kind": "parameter", + "name": "(parameter) str: string", "displayParts": [ { - "text": "var", - "kind": "keyword" + "text": "(", + "kind": "punctuation" + }, + { + "text": "parameter", + "kind": "text" + }, + { + "text": ")", + "kind": "punctuation" }, { "text": " ", "kind": "space" }, { - "text": "globalVar", - "kind": "localName" + "text": "str", + "kind": "parameterName" }, { "text": ":", @@ -9109,7 +4849,7 @@ "kind": "space" }, { - "text": "number", + "text": "string", "kind": "keyword" } ] @@ -9120,255 +4860,31 @@ // === findAllReferences === // === /tests/cases/fourslash/localGetReferences_1.ts === -// // Comment Refence Test: globalVar -// // References to a variable declared in global. -// var globalVar: number = 2; +// --- (line: 113) skipped --- +// array.forEach( // -// class fooCls { -// // References to static variable declared in a class. -// <|static [|{| isWriteAccess: true |}clsSVar|] = 1;|> -// // References to a variable declared in a class. -// clsVar = 1; // -// constructor (public clsParam: number) { -// //Increments -// globalVar++; -// this.clsVar++; -// fooCls.[|{| isWriteAccess: true |}clsSVar|]++; -// // References to a class parameter. -// this.clsParam++; -// modTest.modVar++; -// } -// } -// -// // References to a function parameter. -// function foo(x: number) { -// // References to a variable declared in a function. -// var fnVar = 1; -// -// //Increments -// fooCls.[|{| isWriteAccess: true |}clsSVar|]++; -// globalVar++; -// modTest.modVar++; -// fnVar++; -// -// //Return -// return x++; -// } -// -// module modTest { -// //Declare -// export var modVar:number; -// -// //Increments -// globalVar++; -// fooCls.[|{| isWriteAccess: true |}clsSVar|]++; -// modVar++; -// -// class testCls { -// static boo = foo; -// } -// -// function testFn(){ -// static boo = foo; -// -// //Increments -// globalVar++; -// fooCls.[|{| isWriteAccess: true |}clsSVar|]++; -// modVar++; -// } -// -// module testMod { -// var boo = foo; -// } -// } -// -// //Type test -// var clsTest: fooCls; -// -// //Arguments -// // References to a class argument. -// clsTest = new fooCls(globalVar); -// // References to a function argument. -// foo(globalVar); -// -// //Increments -// fooCls./*FIND ALL REFS*/[|{| isWriteAccess: true |}clsSVar|]++; -// modTest.modVar++; -// globalVar = globalVar + globalVar; -// -// //ETC - Other cases -// globalVar = 3; -// // References to illegal assignment. -// foo = foo + 1; -// err = err++; -// -// //Shadowed fn Parameter -// function shdw(globalVar: number) { -// //Increments -// globalVar++; -// return globalVar; -// } -// -// //Remotes -// //Type test -// var remoteclsTest: remotefooCls; -// -// //Arguments -// remoteclsTest = new remotefooCls(remoteglobalVar); -// remotefoo(remoteglobalVar); -// -// //Increments -// remotefooCls.remoteclsSVar++; -// remotemodTest.remotemodVar++; -// remoteglobalVar = remoteglobalVar + remoteglobalVar; -// -// //ETC - Other cases -// remoteglobalVar = 3; -// -// //Find References misses method param -// var -// -// -// -// array = ["f", "o", "o"]; -// -// array.forEach( -// -// -// function(str) { +// function([|{| isWriteAccess: true |}str|]) { // // // // // Reference misses function parameter. -// return str + " "; +// return /*FIND ALL REFS*/[|str|] + " "; // // }); // === Definitions === // === /tests/cases/fourslash/localGetReferences_1.ts === - // // Comment Refence Test: globalVar - // // References to a variable declared in global. - // var globalVar: number = 2; - // - // class fooCls { - // // References to static variable declared in a class. - // <|static [|clsSVar|] = 1;|> - // // References to a variable declared in a class. - // clsVar = 1; - // - // constructor (public clsParam: number) { - // //Increments - // globalVar++; - // this.clsVar++; - // fooCls.clsSVar++; - // // References to a class parameter. - // this.clsParam++; - // modTest.modVar++; - // } - // } - // - // // References to a function parameter. - // function foo(x: number) { - // // References to a variable declared in a function. - // var fnVar = 1; - // - // //Increments - // fooCls.clsSVar++; - // globalVar++; - // modTest.modVar++; - // fnVar++; - // - // //Return - // return x++; - // } - // - // module modTest { - // //Declare - // export var modVar:number; - // - // //Increments - // globalVar++; - // fooCls.clsSVar++; - // modVar++; - // - // class testCls { - // static boo = foo; - // } - // - // function testFn(){ - // static boo = foo; - // - // //Increments - // globalVar++; - // fooCls.clsSVar++; - // modVar++; - // } - // - // module testMod { - // var boo = foo; - // } - // } - // - // //Type test - // var clsTest: fooCls; - // - // //Arguments - // // References to a class argument. - // clsTest = new fooCls(globalVar); - // // References to a function argument. - // foo(globalVar); - // - // //Increments - // fooCls./*FIND ALL REFS*/clsSVar++; - // modTest.modVar++; - // globalVar = globalVar + globalVar; - // - // //ETC - Other cases - // globalVar = 3; - // // References to illegal assignment. - // foo = foo + 1; - // err = err++; - // - // //Shadowed fn Parameter - // function shdw(globalVar: number) { - // //Increments - // globalVar++; - // return globalVar; - // } - // - // //Remotes - // //Type test - // var remoteclsTest: remotefooCls; - // - // //Arguments - // remoteclsTest = new remotefooCls(remoteglobalVar); - // remotefoo(remoteglobalVar); - // - // //Increments - // remotefooCls.remoteclsSVar++; - // remotemodTest.remotemodVar++; - // remoteglobalVar = remoteglobalVar + remoteglobalVar; - // - // //ETC - Other cases - // remoteglobalVar = 3; - // - // //Find References misses method param - // var - // - // - // - // array = ["f", "o", "o"]; - // + // --- (line: 113) skipped --- // array.forEach( // // - // function(str) { + // function([|str|]) { // // // // // Reference misses function parameter. - // return str + " "; + // return /*FIND ALL REFS*/str + " "; // // }); @@ -9377,15 +4893,15 @@ { "containerKind": "", "containerName": "", - "kind": "property", - "name": "(property) fooCls.clsSVar: number", + "kind": "parameter", + "name": "(parameter) str: string", "displayParts": [ { "text": "(", "kind": "punctuation" }, { - "text": "property", + "text": "parameter", "kind": "text" }, { @@ -9397,16 +4913,8 @@ "kind": "space" }, { - "text": "fooCls", - "kind": "className" - }, - { - "text": ".", - "kind": "punctuation" - }, - { - "text": "clsSVar", - "kind": "propertyName" + "text": "str", + "kind": "parameterName" }, { "text": ":", @@ -9417,7 +4925,7 @@ "kind": "space" }, { - "text": "number", + "text": "string", "kind": "keyword" } ] @@ -9428,3685 +4936,36 @@ // === findAllReferences === // === /tests/cases/fourslash/localGetReferences_1.ts === -// // Comment Refence Test: globalVar +// // Comment Refence Test: g/*FIND ALL REFS*/lobalVar // // References to a variable declared in global. -// <|var [|{| isWriteAccess: true |}globalVar|]: number = 2;|> -// -// class fooCls { -// // References to static variable declared in a class. -// static clsSVar = 1; -// // References to a variable declared in a class. -// clsVar = 1; -// -// constructor (public clsParam: number) { -// //Increments -// [|{| isWriteAccess: true |}globalVar|]++; -// this.clsVar++; -// fooCls.clsSVar++; -// // References to a class parameter. -// this.clsParam++; -// modTest.modVar++; -// } -// } +// var globalVar: number = 2; // -// // References to a function parameter. -// function foo(x: number) { -// // References to a variable declared in a function. -// var fnVar = 1; +// --- (line: 5) skipped --- + + + +// === findAllReferences === +// === /tests/cases/fourslash/localGetReferences_1.ts === +// --- (line: 78) skipped --- +// globalVar = 3; +// // References to illegal assignment. +// foo = foo + 1; +// /*FIND ALL REFS*/err = err++; // +// //Shadowed fn Parameter +// function shdw(globalVar: number) { +// --- (line: 86) skipped --- + + + +// === findAllReferences === +// === /tests/cases/fourslash/localGetReferences_1.ts === +// --- (line: 79) skipped --- +// // References to illegal assignment. +// foo = foo + 1; +// err = err++; +// /*FIND ALL REFS*/ +// //Shadowed fn Parameter +// function shdw(globalVar: number) { // //Increments -// fooCls.clsSVar++; -// [|{| isWriteAccess: true |}globalVar|]++; -// modTest.modVar++; -// fnVar++; -// -// //Return -// return x++; -// } -// -// module modTest { -// //Declare -// export var modVar:number; -// -// //Increments -// [|{| isWriteAccess: true |}globalVar|]++; -// fooCls.clsSVar++; -// modVar++; -// -// class testCls { -// static boo = foo; -// } -// -// function testFn(){ -// static boo = foo; -// -// //Increments -// [|{| isWriteAccess: true |}globalVar|]++; -// fooCls.clsSVar++; -// modVar++; -// } -// -// module testMod { -// var boo = foo; -// } -// } -// -// //Type test -// var clsTest: fooCls; -// -// //Arguments -// // References to a class argument. -// clsTest = new fooCls([|globalVar|]); -// // References to a function argument. -// foo([|globalVar|]); -// -// //Increments -// fooCls.clsSVar++; -// modTest.modVar++; -// /*FIND ALL REFS*/[|{| isWriteAccess: true |}globalVar|] = [|globalVar|] + [|globalVar|]; -// -// //ETC - Other cases -// [|{| isWriteAccess: true |}globalVar|] = 3; -// // References to illegal assignment. -// foo = foo + 1; -// err = err++; -// -// //Shadowed fn Parameter -// function shdw(globalVar: number) { -// //Increments -// globalVar++; -// return globalVar; -// } -// -// //Remotes -// //Type test -// var remoteclsTest: remotefooCls; -// -// //Arguments -// remoteclsTest = new remotefooCls(remoteglobalVar); -// remotefoo(remoteglobalVar); -// -// //Increments -// remotefooCls.remoteclsSVar++; -// remotemodTest.remotemodVar++; -// remoteglobalVar = remoteglobalVar + remoteglobalVar; -// -// //ETC - Other cases -// remoteglobalVar = 3; -// -// //Find References misses method param -// var -// -// -// -// array = ["f", "o", "o"]; -// -// array.forEach( -// -// -// function(str) { -// -// -// -// // Reference misses function parameter. -// return str + " "; -// -// }); - - // === Definitions === - // === /tests/cases/fourslash/localGetReferences_1.ts === - // // Comment Refence Test: globalVar - // // References to a variable declared in global. - // <|var [|globalVar|]: number = 2;|> - // - // class fooCls { - // // References to static variable declared in a class. - // static clsSVar = 1; - // // References to a variable declared in a class. - // clsVar = 1; - // - // constructor (public clsParam: number) { - // //Increments - // globalVar++; - // this.clsVar++; - // fooCls.clsSVar++; - // // References to a class parameter. - // this.clsParam++; - // modTest.modVar++; - // } - // } - // - // // References to a function parameter. - // function foo(x: number) { - // // References to a variable declared in a function. - // var fnVar = 1; - // - // //Increments - // fooCls.clsSVar++; - // globalVar++; - // modTest.modVar++; - // fnVar++; - // - // //Return - // return x++; - // } - // - // module modTest { - // //Declare - // export var modVar:number; - // - // //Increments - // globalVar++; - // fooCls.clsSVar++; - // modVar++; - // - // class testCls { - // static boo = foo; - // } - // - // function testFn(){ - // static boo = foo; - // - // //Increments - // globalVar++; - // fooCls.clsSVar++; - // modVar++; - // } - // - // module testMod { - // var boo = foo; - // } - // } - // - // //Type test - // var clsTest: fooCls; - // - // //Arguments - // // References to a class argument. - // clsTest = new fooCls(globalVar); - // // References to a function argument. - // foo(globalVar); - // - // //Increments - // fooCls.clsSVar++; - // modTest.modVar++; - // /*FIND ALL REFS*/globalVar = globalVar + globalVar; - // - // //ETC - Other cases - // globalVar = 3; - // // References to illegal assignment. - // foo = foo + 1; - // err = err++; - // - // //Shadowed fn Parameter - // function shdw(globalVar: number) { - // //Increments - // globalVar++; - // return globalVar; - // } - // - // //Remotes - // //Type test - // var remoteclsTest: remotefooCls; - // - // //Arguments - // remoteclsTest = new remotefooCls(remoteglobalVar); - // remotefoo(remoteglobalVar); - // - // //Increments - // remotefooCls.remoteclsSVar++; - // remotemodTest.remotemodVar++; - // remoteglobalVar = remoteglobalVar + remoteglobalVar; - // - // //ETC - Other cases - // remoteglobalVar = 3; - // - // //Find References misses method param - // var - // - // - // - // array = ["f", "o", "o"]; - // - // array.forEach( - // - // - // function(str) { - // - // - // - // // Reference misses function parameter. - // return str + " "; - // - // }); - - // === Details === - [ - { - "containerKind": "", - "containerName": "", - "kind": "var", - "name": "var globalVar: number", - "displayParts": [ - { - "text": "var", - "kind": "keyword" - }, - { - "text": " ", - "kind": "space" - }, - { - "text": "globalVar", - "kind": "localName" - }, - { - "text": ":", - "kind": "punctuation" - }, - { - "text": " ", - "kind": "space" - }, - { - "text": "number", - "kind": "keyword" - } - ] - } - ] - - - -// === findAllReferences === -// === /tests/cases/fourslash/localGetReferences_1.ts === -// // Comment Refence Test: globalVar -// // References to a variable declared in global. -// <|var [|{| isWriteAccess: true |}globalVar|]: number = 2;|> -// -// class fooCls { -// // References to static variable declared in a class. -// static clsSVar = 1; -// // References to a variable declared in a class. -// clsVar = 1; -// -// constructor (public clsParam: number) { -// //Increments -// [|{| isWriteAccess: true |}globalVar|]++; -// this.clsVar++; -// fooCls.clsSVar++; -// // References to a class parameter. -// this.clsParam++; -// modTest.modVar++; -// } -// } -// -// // References to a function parameter. -// function foo(x: number) { -// // References to a variable declared in a function. -// var fnVar = 1; -// -// //Increments -// fooCls.clsSVar++; -// [|{| isWriteAccess: true |}globalVar|]++; -// modTest.modVar++; -// fnVar++; -// -// //Return -// return x++; -// } -// -// module modTest { -// //Declare -// export var modVar:number; -// -// //Increments -// [|{| isWriteAccess: true |}globalVar|]++; -// fooCls.clsSVar++; -// modVar++; -// -// class testCls { -// static boo = foo; -// } -// -// function testFn(){ -// static boo = foo; -// -// //Increments -// [|{| isWriteAccess: true |}globalVar|]++; -// fooCls.clsSVar++; -// modVar++; -// } -// -// module testMod { -// var boo = foo; -// } -// } -// -// //Type test -// var clsTest: fooCls; -// -// //Arguments -// // References to a class argument. -// clsTest = new fooCls([|globalVar|]); -// // References to a function argument. -// foo([|globalVar|]); -// -// //Increments -// fooCls.clsSVar++; -// modTest.modVar++; -// [|{| isWriteAccess: true |}globalVar|] = /*FIND ALL REFS*/[|globalVar|] + [|globalVar|]; -// -// //ETC - Other cases -// [|{| isWriteAccess: true |}globalVar|] = 3; -// // References to illegal assignment. -// foo = foo + 1; -// err = err++; -// -// //Shadowed fn Parameter -// function shdw(globalVar: number) { -// //Increments -// globalVar++; -// return globalVar; -// } -// -// //Remotes -// //Type test -// var remoteclsTest: remotefooCls; -// -// //Arguments -// remoteclsTest = new remotefooCls(remoteglobalVar); -// remotefoo(remoteglobalVar); -// -// //Increments -// remotefooCls.remoteclsSVar++; -// remotemodTest.remotemodVar++; -// remoteglobalVar = remoteglobalVar + remoteglobalVar; -// -// //ETC - Other cases -// remoteglobalVar = 3; -// -// //Find References misses method param -// var -// -// -// -// array = ["f", "o", "o"]; -// -// array.forEach( -// -// -// function(str) { -// -// -// -// // Reference misses function parameter. -// return str + " "; -// -// }); - - // === Definitions === - // === /tests/cases/fourslash/localGetReferences_1.ts === - // // Comment Refence Test: globalVar - // // References to a variable declared in global. - // <|var [|globalVar|]: number = 2;|> - // - // class fooCls { - // // References to static variable declared in a class. - // static clsSVar = 1; - // // References to a variable declared in a class. - // clsVar = 1; - // - // constructor (public clsParam: number) { - // //Increments - // globalVar++; - // this.clsVar++; - // fooCls.clsSVar++; - // // References to a class parameter. - // this.clsParam++; - // modTest.modVar++; - // } - // } - // - // // References to a function parameter. - // function foo(x: number) { - // // References to a variable declared in a function. - // var fnVar = 1; - // - // //Increments - // fooCls.clsSVar++; - // globalVar++; - // modTest.modVar++; - // fnVar++; - // - // //Return - // return x++; - // } - // - // module modTest { - // //Declare - // export var modVar:number; - // - // //Increments - // globalVar++; - // fooCls.clsSVar++; - // modVar++; - // - // class testCls { - // static boo = foo; - // } - // - // function testFn(){ - // static boo = foo; - // - // //Increments - // globalVar++; - // fooCls.clsSVar++; - // modVar++; - // } - // - // module testMod { - // var boo = foo; - // } - // } - // - // //Type test - // var clsTest: fooCls; - // - // //Arguments - // // References to a class argument. - // clsTest = new fooCls(globalVar); - // // References to a function argument. - // foo(globalVar); - // - // //Increments - // fooCls.clsSVar++; - // modTest.modVar++; - // globalVar = /*FIND ALL REFS*/globalVar + globalVar; - // - // //ETC - Other cases - // globalVar = 3; - // // References to illegal assignment. - // foo = foo + 1; - // err = err++; - // - // //Shadowed fn Parameter - // function shdw(globalVar: number) { - // //Increments - // globalVar++; - // return globalVar; - // } - // - // //Remotes - // //Type test - // var remoteclsTest: remotefooCls; - // - // //Arguments - // remoteclsTest = new remotefooCls(remoteglobalVar); - // remotefoo(remoteglobalVar); - // - // //Increments - // remotefooCls.remoteclsSVar++; - // remotemodTest.remotemodVar++; - // remoteglobalVar = remoteglobalVar + remoteglobalVar; - // - // //ETC - Other cases - // remoteglobalVar = 3; - // - // //Find References misses method param - // var - // - // - // - // array = ["f", "o", "o"]; - // - // array.forEach( - // - // - // function(str) { - // - // - // - // // Reference misses function parameter. - // return str + " "; - // - // }); - - // === Details === - [ - { - "containerKind": "", - "containerName": "", - "kind": "var", - "name": "var globalVar: number", - "displayParts": [ - { - "text": "var", - "kind": "keyword" - }, - { - "text": " ", - "kind": "space" - }, - { - "text": "globalVar", - "kind": "localName" - }, - { - "text": ":", - "kind": "punctuation" - }, - { - "text": " ", - "kind": "space" - }, - { - "text": "number", - "kind": "keyword" - } - ] - } - ] - - - -// === findAllReferences === -// === /tests/cases/fourslash/localGetReferences_1.ts === -// // Comment Refence Test: globalVar -// // References to a variable declared in global. -// <|var [|{| isWriteAccess: true |}globalVar|]: number = 2;|> -// -// class fooCls { -// // References to static variable declared in a class. -// static clsSVar = 1; -// // References to a variable declared in a class. -// clsVar = 1; -// -// constructor (public clsParam: number) { -// //Increments -// [|{| isWriteAccess: true |}globalVar|]++; -// this.clsVar++; -// fooCls.clsSVar++; -// // References to a class parameter. -// this.clsParam++; -// modTest.modVar++; -// } -// } -// -// // References to a function parameter. -// function foo(x: number) { -// // References to a variable declared in a function. -// var fnVar = 1; -// -// //Increments -// fooCls.clsSVar++; -// [|{| isWriteAccess: true |}globalVar|]++; -// modTest.modVar++; -// fnVar++; -// -// //Return -// return x++; -// } -// -// module modTest { -// //Declare -// export var modVar:number; -// -// //Increments -// [|{| isWriteAccess: true |}globalVar|]++; -// fooCls.clsSVar++; -// modVar++; -// -// class testCls { -// static boo = foo; -// } -// -// function testFn(){ -// static boo = foo; -// -// //Increments -// [|{| isWriteAccess: true |}globalVar|]++; -// fooCls.clsSVar++; -// modVar++; -// } -// -// module testMod { -// var boo = foo; -// } -// } -// -// //Type test -// var clsTest: fooCls; -// -// //Arguments -// // References to a class argument. -// clsTest = new fooCls([|globalVar|]); -// // References to a function argument. -// foo([|globalVar|]); -// -// //Increments -// fooCls.clsSVar++; -// modTest.modVar++; -// [|{| isWriteAccess: true |}globalVar|] = [|globalVar|] + /*FIND ALL REFS*/[|globalVar|]; -// -// //ETC - Other cases -// [|{| isWriteAccess: true |}globalVar|] = 3; -// // References to illegal assignment. -// foo = foo + 1; -// err = err++; -// -// //Shadowed fn Parameter -// function shdw(globalVar: number) { -// //Increments -// globalVar++; -// return globalVar; -// } -// -// //Remotes -// //Type test -// var remoteclsTest: remotefooCls; -// -// //Arguments -// remoteclsTest = new remotefooCls(remoteglobalVar); -// remotefoo(remoteglobalVar); -// -// //Increments -// remotefooCls.remoteclsSVar++; -// remotemodTest.remotemodVar++; -// remoteglobalVar = remoteglobalVar + remoteglobalVar; -// -// //ETC - Other cases -// remoteglobalVar = 3; -// -// //Find References misses method param -// var -// -// -// -// array = ["f", "o", "o"]; -// -// array.forEach( -// -// -// function(str) { -// -// -// -// // Reference misses function parameter. -// return str + " "; -// -// }); - - // === Definitions === - // === /tests/cases/fourslash/localGetReferences_1.ts === - // // Comment Refence Test: globalVar - // // References to a variable declared in global. - // <|var [|globalVar|]: number = 2;|> - // - // class fooCls { - // // References to static variable declared in a class. - // static clsSVar = 1; - // // References to a variable declared in a class. - // clsVar = 1; - // - // constructor (public clsParam: number) { - // //Increments - // globalVar++; - // this.clsVar++; - // fooCls.clsSVar++; - // // References to a class parameter. - // this.clsParam++; - // modTest.modVar++; - // } - // } - // - // // References to a function parameter. - // function foo(x: number) { - // // References to a variable declared in a function. - // var fnVar = 1; - // - // //Increments - // fooCls.clsSVar++; - // globalVar++; - // modTest.modVar++; - // fnVar++; - // - // //Return - // return x++; - // } - // - // module modTest { - // //Declare - // export var modVar:number; - // - // //Increments - // globalVar++; - // fooCls.clsSVar++; - // modVar++; - // - // class testCls { - // static boo = foo; - // } - // - // function testFn(){ - // static boo = foo; - // - // //Increments - // globalVar++; - // fooCls.clsSVar++; - // modVar++; - // } - // - // module testMod { - // var boo = foo; - // } - // } - // - // //Type test - // var clsTest: fooCls; - // - // //Arguments - // // References to a class argument. - // clsTest = new fooCls(globalVar); - // // References to a function argument. - // foo(globalVar); - // - // //Increments - // fooCls.clsSVar++; - // modTest.modVar++; - // globalVar = globalVar + /*FIND ALL REFS*/globalVar; - // - // //ETC - Other cases - // globalVar = 3; - // // References to illegal assignment. - // foo = foo + 1; - // err = err++; - // - // //Shadowed fn Parameter - // function shdw(globalVar: number) { - // //Increments - // globalVar++; - // return globalVar; - // } - // - // //Remotes - // //Type test - // var remoteclsTest: remotefooCls; - // - // //Arguments - // remoteclsTest = new remotefooCls(remoteglobalVar); - // remotefoo(remoteglobalVar); - // - // //Increments - // remotefooCls.remoteclsSVar++; - // remotemodTest.remotemodVar++; - // remoteglobalVar = remoteglobalVar + remoteglobalVar; - // - // //ETC - Other cases - // remoteglobalVar = 3; - // - // //Find References misses method param - // var - // - // - // - // array = ["f", "o", "o"]; - // - // array.forEach( - // - // - // function(str) { - // - // - // - // // Reference misses function parameter. - // return str + " "; - // - // }); - - // === Details === - [ - { - "containerKind": "", - "containerName": "", - "kind": "var", - "name": "var globalVar: number", - "displayParts": [ - { - "text": "var", - "kind": "keyword" - }, - { - "text": " ", - "kind": "space" - }, - { - "text": "globalVar", - "kind": "localName" - }, - { - "text": ":", - "kind": "punctuation" - }, - { - "text": " ", - "kind": "space" - }, - { - "text": "number", - "kind": "keyword" - } - ] - } - ] - - - -// === findAllReferences === -// === /tests/cases/fourslash/localGetReferences_1.ts === -// // Comment Refence Test: globalVar -// // References to a variable declared in global. -// <|var [|{| isWriteAccess: true |}globalVar|]: number = 2;|> -// -// class fooCls { -// // References to static variable declared in a class. -// static clsSVar = 1; -// // References to a variable declared in a class. -// clsVar = 1; -// -// constructor (public clsParam: number) { -// //Increments -// [|{| isWriteAccess: true |}globalVar|]++; -// this.clsVar++; -// fooCls.clsSVar++; -// // References to a class parameter. -// this.clsParam++; -// modTest.modVar++; -// } -// } -// -// // References to a function parameter. -// function foo(x: number) { -// // References to a variable declared in a function. -// var fnVar = 1; -// -// //Increments -// fooCls.clsSVar++; -// [|{| isWriteAccess: true |}globalVar|]++; -// modTest.modVar++; -// fnVar++; -// -// //Return -// return x++; -// } -// -// module modTest { -// //Declare -// export var modVar:number; -// -// //Increments -// [|{| isWriteAccess: true |}globalVar|]++; -// fooCls.clsSVar++; -// modVar++; -// -// class testCls { -// static boo = foo; -// } -// -// function testFn(){ -// static boo = foo; -// -// //Increments -// [|{| isWriteAccess: true |}globalVar|]++; -// fooCls.clsSVar++; -// modVar++; -// } -// -// module testMod { -// var boo = foo; -// } -// } -// -// //Type test -// var clsTest: fooCls; -// -// //Arguments -// // References to a class argument. -// clsTest = new fooCls([|globalVar|]); -// // References to a function argument. -// foo([|globalVar|]); -// -// //Increments -// fooCls.clsSVar++; -// modTest.modVar++; -// [|{| isWriteAccess: true |}globalVar|] = [|globalVar|] + [|globalVar|]; -// -// //ETC - Other cases -// /*FIND ALL REFS*/[|{| isWriteAccess: true |}globalVar|] = 3; -// // References to illegal assignment. -// foo = foo + 1; -// err = err++; -// -// //Shadowed fn Parameter -// function shdw(globalVar: number) { -// //Increments -// globalVar++; -// return globalVar; -// } -// -// //Remotes -// //Type test -// var remoteclsTest: remotefooCls; -// -// //Arguments -// remoteclsTest = new remotefooCls(remoteglobalVar); -// remotefoo(remoteglobalVar); -// -// //Increments -// remotefooCls.remoteclsSVar++; -// remotemodTest.remotemodVar++; -// remoteglobalVar = remoteglobalVar + remoteglobalVar; -// -// //ETC - Other cases -// remoteglobalVar = 3; -// -// //Find References misses method param -// var -// -// -// -// array = ["f", "o", "o"]; -// -// array.forEach( -// -// -// function(str) { -// -// -// -// // Reference misses function parameter. -// return str + " "; -// -// }); - - // === Definitions === - // === /tests/cases/fourslash/localGetReferences_1.ts === - // // Comment Refence Test: globalVar - // // References to a variable declared in global. - // <|var [|globalVar|]: number = 2;|> - // - // class fooCls { - // // References to static variable declared in a class. - // static clsSVar = 1; - // // References to a variable declared in a class. - // clsVar = 1; - // - // constructor (public clsParam: number) { - // //Increments - // globalVar++; - // this.clsVar++; - // fooCls.clsSVar++; - // // References to a class parameter. - // this.clsParam++; - // modTest.modVar++; - // } - // } - // - // // References to a function parameter. - // function foo(x: number) { - // // References to a variable declared in a function. - // var fnVar = 1; - // - // //Increments - // fooCls.clsSVar++; - // globalVar++; - // modTest.modVar++; - // fnVar++; - // - // //Return - // return x++; - // } - // - // module modTest { - // //Declare - // export var modVar:number; - // - // //Increments - // globalVar++; - // fooCls.clsSVar++; - // modVar++; - // - // class testCls { - // static boo = foo; - // } - // - // function testFn(){ - // static boo = foo; - // - // //Increments - // globalVar++; - // fooCls.clsSVar++; - // modVar++; - // } - // - // module testMod { - // var boo = foo; - // } - // } - // - // //Type test - // var clsTest: fooCls; - // - // //Arguments - // // References to a class argument. - // clsTest = new fooCls(globalVar); - // // References to a function argument. - // foo(globalVar); - // - // //Increments - // fooCls.clsSVar++; - // modTest.modVar++; - // globalVar = globalVar + globalVar; - // - // //ETC - Other cases - // /*FIND ALL REFS*/globalVar = 3; - // // References to illegal assignment. - // foo = foo + 1; - // err = err++; - // - // //Shadowed fn Parameter - // function shdw(globalVar: number) { - // //Increments - // globalVar++; - // return globalVar; - // } - // - // //Remotes - // //Type test - // var remoteclsTest: remotefooCls; - // - // //Arguments - // remoteclsTest = new remotefooCls(remoteglobalVar); - // remotefoo(remoteglobalVar); - // - // //Increments - // remotefooCls.remoteclsSVar++; - // remotemodTest.remotemodVar++; - // remoteglobalVar = remoteglobalVar + remoteglobalVar; - // - // //ETC - Other cases - // remoteglobalVar = 3; - // - // //Find References misses method param - // var - // - // - // - // array = ["f", "o", "o"]; - // - // array.forEach( - // - // - // function(str) { - // - // - // - // // Reference misses function parameter. - // return str + " "; - // - // }); - - // === Details === - [ - { - "containerKind": "", - "containerName": "", - "kind": "var", - "name": "var globalVar: number", - "displayParts": [ - { - "text": "var", - "kind": "keyword" - }, - { - "text": " ", - "kind": "space" - }, - { - "text": "globalVar", - "kind": "localName" - }, - { - "text": ":", - "kind": "punctuation" - }, - { - "text": " ", - "kind": "space" - }, - { - "text": "number", - "kind": "keyword" - } - ] - } - ] - - - -// === findAllReferences === -// === /tests/cases/fourslash/localGetReferences_1.ts === -// // Comment Refence Test: globalVar -// // References to a variable declared in global. -// var globalVar: number = 2; -// -// class fooCls { -// // References to static variable declared in a class. -// static clsSVar = 1; -// // References to a variable declared in a class. -// clsVar = 1; -// -// constructor (public clsParam: number) { -// //Increments -// globalVar++; -// this.clsVar++; -// fooCls.clsSVar++; -// // References to a class parameter. -// this.clsParam++; -// modTest.modVar++; -// } -// } -// -// // References to a function parameter. -// <|function [|{| isWriteAccess: true |}foo|](x: number) { -// // References to a variable declared in a function. -// var fnVar = 1; -// -// //Increments -// fooCls.clsSVar++; -// globalVar++; -// modTest.modVar++; -// fnVar++; -// -// //Return -// return x++; -// }|> -// -// module modTest { -// //Declare -// export var modVar:number; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// -// class testCls { -// static boo = [|foo|]; -// } -// -// function testFn(){ -// static boo = [|foo|]; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// } -// -// module testMod { -// var boo = [|foo|]; -// } -// } -// -// //Type test -// var clsTest: fooCls; -// -// //Arguments -// // References to a class argument. -// clsTest = new fooCls(globalVar); -// // References to a function argument. -// [|foo|](globalVar); -// -// //Increments -// fooCls.clsSVar++; -// modTest.modVar++; -// globalVar = globalVar + globalVar; -// -// //ETC - Other cases -// globalVar = 3; -// // References to illegal assignment. -// /*FIND ALL REFS*/[|{| isWriteAccess: true |}foo|] = [|foo|] + 1; -// err = err++; -// -// //Shadowed fn Parameter -// function shdw(globalVar: number) { -// //Increments -// globalVar++; -// return globalVar; -// } -// -// //Remotes -// //Type test -// var remoteclsTest: remotefooCls; -// -// //Arguments -// remoteclsTest = new remotefooCls(remoteglobalVar); -// remotefoo(remoteglobalVar); -// -// //Increments -// remotefooCls.remoteclsSVar++; -// remotemodTest.remotemodVar++; -// remoteglobalVar = remoteglobalVar + remoteglobalVar; -// -// //ETC - Other cases -// remoteglobalVar = 3; -// -// //Find References misses method param -// var -// -// -// -// array = ["f", "o", "o"]; -// -// array.forEach( -// -// -// function(str) { -// -// -// -// // Reference misses function parameter. -// return str + " "; -// -// }); - - // === Definitions === - // === /tests/cases/fourslash/localGetReferences_1.ts === - // // Comment Refence Test: globalVar - // // References to a variable declared in global. - // var globalVar: number = 2; - // - // class fooCls { - // // References to static variable declared in a class. - // static clsSVar = 1; - // // References to a variable declared in a class. - // clsVar = 1; - // - // constructor (public clsParam: number) { - // //Increments - // globalVar++; - // this.clsVar++; - // fooCls.clsSVar++; - // // References to a class parameter. - // this.clsParam++; - // modTest.modVar++; - // } - // } - // - // // References to a function parameter. - // <|function [|foo|](x: number) { - // // References to a variable declared in a function. - // var fnVar = 1; - // - // //Increments - // fooCls.clsSVar++; - // globalVar++; - // modTest.modVar++; - // fnVar++; - // - // //Return - // return x++; - // }|> - // - // module modTest { - // //Declare - // export var modVar:number; - // - // //Increments - // globalVar++; - // fooCls.clsSVar++; - // modVar++; - // - // class testCls { - // static boo = foo; - // } - // - // function testFn(){ - // static boo = foo; - // - // //Increments - // globalVar++; - // fooCls.clsSVar++; - // modVar++; - // } - // - // module testMod { - // var boo = foo; - // } - // } - // - // //Type test - // var clsTest: fooCls; - // - // //Arguments - // // References to a class argument. - // clsTest = new fooCls(globalVar); - // // References to a function argument. - // foo(globalVar); - // - // //Increments - // fooCls.clsSVar++; - // modTest.modVar++; - // globalVar = globalVar + globalVar; - // - // //ETC - Other cases - // globalVar = 3; - // // References to illegal assignment. - // /*FIND ALL REFS*/foo = foo + 1; - // err = err++; - // - // //Shadowed fn Parameter - // function shdw(globalVar: number) { - // //Increments - // globalVar++; - // return globalVar; - // } - // - // //Remotes - // //Type test - // var remoteclsTest: remotefooCls; - // - // //Arguments - // remoteclsTest = new remotefooCls(remoteglobalVar); - // remotefoo(remoteglobalVar); - // - // //Increments - // remotefooCls.remoteclsSVar++; - // remotemodTest.remotemodVar++; - // remoteglobalVar = remoteglobalVar + remoteglobalVar; - // - // //ETC - Other cases - // remoteglobalVar = 3; - // - // //Find References misses method param - // var - // - // - // - // array = ["f", "o", "o"]; - // - // array.forEach( - // - // - // function(str) { - // - // - // - // // Reference misses function parameter. - // return str + " "; - // - // }); - - // === Details === - [ - { - "containerKind": "", - "containerName": "", - "kind": "function", - "name": "function foo(x: number): number", - "displayParts": [ - { - "text": "function", - "kind": "keyword" - }, - { - "text": " ", - "kind": "space" - }, - { - "text": "foo", - "kind": "functionName" - }, - { - "text": "(", - "kind": "punctuation" - }, - { - "text": "x", - "kind": "parameterName" - }, - { - "text": ":", - "kind": "punctuation" - }, - { - "text": " ", - "kind": "space" - }, - { - "text": "number", - "kind": "keyword" - }, - { - "text": ")", - "kind": "punctuation" - }, - { - "text": ":", - "kind": "punctuation" - }, - { - "text": " ", - "kind": "space" - }, - { - "text": "number", - "kind": "keyword" - } - ] - } - ] - - - -// === findAllReferences === -// === /tests/cases/fourslash/localGetReferences_1.ts === -// // Comment Refence Test: globalVar -// // References to a variable declared in global. -// var globalVar: number = 2; -// -// class fooCls { -// // References to static variable declared in a class. -// static clsSVar = 1; -// // References to a variable declared in a class. -// clsVar = 1; -// -// constructor (public clsParam: number) { -// //Increments -// globalVar++; -// this.clsVar++; -// fooCls.clsSVar++; -// // References to a class parameter. -// this.clsParam++; -// modTest.modVar++; -// } -// } -// -// // References to a function parameter. -// <|function [|{| isWriteAccess: true |}foo|](x: number) { -// // References to a variable declared in a function. -// var fnVar = 1; -// -// //Increments -// fooCls.clsSVar++; -// globalVar++; -// modTest.modVar++; -// fnVar++; -// -// //Return -// return x++; -// }|> -// -// module modTest { -// //Declare -// export var modVar:number; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// -// class testCls { -// static boo = [|foo|]; -// } -// -// function testFn(){ -// static boo = [|foo|]; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// } -// -// module testMod { -// var boo = [|foo|]; -// } -// } -// -// //Type test -// var clsTest: fooCls; -// -// //Arguments -// // References to a class argument. -// clsTest = new fooCls(globalVar); -// // References to a function argument. -// [|foo|](globalVar); -// -// //Increments -// fooCls.clsSVar++; -// modTest.modVar++; -// globalVar = globalVar + globalVar; -// -// //ETC - Other cases -// globalVar = 3; -// // References to illegal assignment. -// [|{| isWriteAccess: true |}foo|] = /*FIND ALL REFS*/[|foo|] + 1; -// err = err++; -// -// //Shadowed fn Parameter -// function shdw(globalVar: number) { -// //Increments -// globalVar++; -// return globalVar; -// } -// -// //Remotes -// //Type test -// var remoteclsTest: remotefooCls; -// -// //Arguments -// remoteclsTest = new remotefooCls(remoteglobalVar); -// remotefoo(remoteglobalVar); -// -// //Increments -// remotefooCls.remoteclsSVar++; -// remotemodTest.remotemodVar++; -// remoteglobalVar = remoteglobalVar + remoteglobalVar; -// -// //ETC - Other cases -// remoteglobalVar = 3; -// -// //Find References misses method param -// var -// -// -// -// array = ["f", "o", "o"]; -// -// array.forEach( -// -// -// function(str) { -// -// -// -// // Reference misses function parameter. -// return str + " "; -// -// }); - - // === Definitions === - // === /tests/cases/fourslash/localGetReferences_1.ts === - // // Comment Refence Test: globalVar - // // References to a variable declared in global. - // var globalVar: number = 2; - // - // class fooCls { - // // References to static variable declared in a class. - // static clsSVar = 1; - // // References to a variable declared in a class. - // clsVar = 1; - // - // constructor (public clsParam: number) { - // //Increments - // globalVar++; - // this.clsVar++; - // fooCls.clsSVar++; - // // References to a class parameter. - // this.clsParam++; - // modTest.modVar++; - // } - // } - // - // // References to a function parameter. - // <|function [|foo|](x: number) { - // // References to a variable declared in a function. - // var fnVar = 1; - // - // //Increments - // fooCls.clsSVar++; - // globalVar++; - // modTest.modVar++; - // fnVar++; - // - // //Return - // return x++; - // }|> - // - // module modTest { - // //Declare - // export var modVar:number; - // - // //Increments - // globalVar++; - // fooCls.clsSVar++; - // modVar++; - // - // class testCls { - // static boo = foo; - // } - // - // function testFn(){ - // static boo = foo; - // - // //Increments - // globalVar++; - // fooCls.clsSVar++; - // modVar++; - // } - // - // module testMod { - // var boo = foo; - // } - // } - // - // //Type test - // var clsTest: fooCls; - // - // //Arguments - // // References to a class argument. - // clsTest = new fooCls(globalVar); - // // References to a function argument. - // foo(globalVar); - // - // //Increments - // fooCls.clsSVar++; - // modTest.modVar++; - // globalVar = globalVar + globalVar; - // - // //ETC - Other cases - // globalVar = 3; - // // References to illegal assignment. - // foo = /*FIND ALL REFS*/foo + 1; - // err = err++; - // - // //Shadowed fn Parameter - // function shdw(globalVar: number) { - // //Increments - // globalVar++; - // return globalVar; - // } - // - // //Remotes - // //Type test - // var remoteclsTest: remotefooCls; - // - // //Arguments - // remoteclsTest = new remotefooCls(remoteglobalVar); - // remotefoo(remoteglobalVar); - // - // //Increments - // remotefooCls.remoteclsSVar++; - // remotemodTest.remotemodVar++; - // remoteglobalVar = remoteglobalVar + remoteglobalVar; - // - // //ETC - Other cases - // remoteglobalVar = 3; - // - // //Find References misses method param - // var - // - // - // - // array = ["f", "o", "o"]; - // - // array.forEach( - // - // - // function(str) { - // - // - // - // // Reference misses function parameter. - // return str + " "; - // - // }); - - // === Details === - [ - { - "containerKind": "", - "containerName": "", - "kind": "function", - "name": "function foo(x: number): number", - "displayParts": [ - { - "text": "function", - "kind": "keyword" - }, - { - "text": " ", - "kind": "space" - }, - { - "text": "foo", - "kind": "functionName" - }, - { - "text": "(", - "kind": "punctuation" - }, - { - "text": "x", - "kind": "parameterName" - }, - { - "text": ":", - "kind": "punctuation" - }, - { - "text": " ", - "kind": "space" - }, - { - "text": "number", - "kind": "keyword" - }, - { - "text": ")", - "kind": "punctuation" - }, - { - "text": ":", - "kind": "punctuation" - }, - { - "text": " ", - "kind": "space" - }, - { - "text": "number", - "kind": "keyword" - } - ] - } - ] - - - -// === findAllReferences === -// === /tests/cases/fourslash/localGetReferences_1.ts === -// // Comment Refence Test: globalVar -// // References to a variable declared in global. -// var globalVar: number = 2; -// -// class fooCls { -// // References to static variable declared in a class. -// static clsSVar = 1; -// // References to a variable declared in a class. -// clsVar = 1; -// -// constructor (public clsParam: number) { -// //Increments -// globalVar++; -// this.clsVar++; -// fooCls.clsSVar++; -// // References to a class parameter. -// this.clsParam++; -// modTest.modVar++; -// } -// } -// -// // References to a function parameter. -// function foo(x: number) { -// // References to a variable declared in a function. -// var fnVar = 1; -// -// //Increments -// fooCls.clsSVar++; -// globalVar++; -// modTest.modVar++; -// fnVar++; -// -// //Return -// return x++; -// } -// -// module modTest { -// //Declare -// export var modVar:number; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// -// class testCls { -// static boo = foo; -// } -// -// function testFn(){ -// static boo = foo; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// } -// -// module testMod { -// var boo = foo; -// } -// } -// -// //Type test -// var clsTest: fooCls; -// -// //Arguments -// // References to a class argument. -// clsTest = new fooCls(globalVar); -// // References to a function argument. -// foo(globalVar); -// -// //Increments -// fooCls.clsSVar++; -// modTest.modVar++; -// globalVar = globalVar + globalVar; -// -// //ETC - Other cases -// globalVar = 3; -// // References to illegal assignment. -// foo = foo + 1; -// err = err++; -// -// //Shadowed fn Parameter -// function shdw(/*FIND ALL REFS*/<|[|{| isWriteAccess: true, isDefinition: true |}globalVar|]: number|>) { -// //Increments -// [|{| isWriteAccess: true |}globalVar|]++; -// return [|globalVar|]; -// } -// -// //Remotes -// //Type test -// var remoteclsTest: remotefooCls; -// -// //Arguments -// remoteclsTest = new remotefooCls(remoteglobalVar); -// remotefoo(remoteglobalVar); -// -// //Increments -// remotefooCls.remoteclsSVar++; -// remotemodTest.remotemodVar++; -// remoteglobalVar = remoteglobalVar + remoteglobalVar; -// -// //ETC - Other cases -// remoteglobalVar = 3; -// -// //Find References misses method param -// var -// -// -// -// array = ["f", "o", "o"]; -// -// array.forEach( -// -// -// function(str) { -// -// -// -// // Reference misses function parameter. -// return str + " "; -// -// }); - - // === Definitions === - // === /tests/cases/fourslash/localGetReferences_1.ts === - // // Comment Refence Test: globalVar - // // References to a variable declared in global. - // var globalVar: number = 2; - // - // class fooCls { - // // References to static variable declared in a class. - // static clsSVar = 1; - // // References to a variable declared in a class. - // clsVar = 1; - // - // constructor (public clsParam: number) { - // //Increments - // globalVar++; - // this.clsVar++; - // fooCls.clsSVar++; - // // References to a class parameter. - // this.clsParam++; - // modTest.modVar++; - // } - // } - // - // // References to a function parameter. - // function foo(x: number) { - // // References to a variable declared in a function. - // var fnVar = 1; - // - // //Increments - // fooCls.clsSVar++; - // globalVar++; - // modTest.modVar++; - // fnVar++; - // - // //Return - // return x++; - // } - // - // module modTest { - // //Declare - // export var modVar:number; - // - // //Increments - // globalVar++; - // fooCls.clsSVar++; - // modVar++; - // - // class testCls { - // static boo = foo; - // } - // - // function testFn(){ - // static boo = foo; - // - // //Increments - // globalVar++; - // fooCls.clsSVar++; - // modVar++; - // } - // - // module testMod { - // var boo = foo; - // } - // } - // - // //Type test - // var clsTest: fooCls; - // - // //Arguments - // // References to a class argument. - // clsTest = new fooCls(globalVar); - // // References to a function argument. - // foo(globalVar); - // - // //Increments - // fooCls.clsSVar++; - // modTest.modVar++; - // globalVar = globalVar + globalVar; - // - // //ETC - Other cases - // globalVar = 3; - // // References to illegal assignment. - // foo = foo + 1; - // err = err++; - // - // //Shadowed fn Parameter - // function shdw(/*FIND ALL REFS*/<|[|globalVar|]: number|>) { - // //Increments - // globalVar++; - // return globalVar; - // } - // - // //Remotes - // //Type test - // var remoteclsTest: remotefooCls; - // - // //Arguments - // remoteclsTest = new remotefooCls(remoteglobalVar); - // remotefoo(remoteglobalVar); - // - // //Increments - // remotefooCls.remoteclsSVar++; - // remotemodTest.remotemodVar++; - // remoteglobalVar = remoteglobalVar + remoteglobalVar; - // - // //ETC - Other cases - // remoteglobalVar = 3; - // - // //Find References misses method param - // var - // - // - // - // array = ["f", "o", "o"]; - // - // array.forEach( - // - // - // function(str) { - // - // - // - // // Reference misses function parameter. - // return str + " "; - // - // }); - - // === Details === - [ - { - "containerKind": "", - "containerName": "", - "kind": "parameter", - "name": "(parameter) globalVar: number", - "displayParts": [ - { - "text": "(", - "kind": "punctuation" - }, - { - "text": "parameter", - "kind": "text" - }, - { - "text": ")", - "kind": "punctuation" - }, - { - "text": " ", - "kind": "space" - }, - { - "text": "globalVar", - "kind": "parameterName" - }, - { - "text": ":", - "kind": "punctuation" - }, - { - "text": " ", - "kind": "space" - }, - { - "text": "number", - "kind": "keyword" - } - ] - } - ] - - - -// === findAllReferences === -// === /tests/cases/fourslash/localGetReferences_1.ts === -// // Comment Refence Test: globalVar -// // References to a variable declared in global. -// var globalVar: number = 2; -// -// class fooCls { -// // References to static variable declared in a class. -// static clsSVar = 1; -// // References to a variable declared in a class. -// clsVar = 1; -// -// constructor (public clsParam: number) { -// //Increments -// globalVar++; -// this.clsVar++; -// fooCls.clsSVar++; -// // References to a class parameter. -// this.clsParam++; -// modTest.modVar++; -// } -// } -// -// // References to a function parameter. -// function foo(x: number) { -// // References to a variable declared in a function. -// var fnVar = 1; -// -// //Increments -// fooCls.clsSVar++; -// globalVar++; -// modTest.modVar++; -// fnVar++; -// -// //Return -// return x++; -// } -// -// module modTest { -// //Declare -// export var modVar:number; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// -// class testCls { -// static boo = foo; -// } -// -// function testFn(){ -// static boo = foo; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// } -// -// module testMod { -// var boo = foo; -// } -// } -// -// //Type test -// var clsTest: fooCls; -// -// //Arguments -// // References to a class argument. -// clsTest = new fooCls(globalVar); -// // References to a function argument. -// foo(globalVar); -// -// //Increments -// fooCls.clsSVar++; -// modTest.modVar++; -// globalVar = globalVar + globalVar; -// -// //ETC - Other cases -// globalVar = 3; -// // References to illegal assignment. -// foo = foo + 1; -// err = err++; -// -// //Shadowed fn Parameter -// function shdw(<|[|{| isWriteAccess: true |}globalVar|]: number|>) { -// //Increments -// /*FIND ALL REFS*/[|{| isWriteAccess: true |}globalVar|]++; -// return [|globalVar|]; -// } -// -// //Remotes -// //Type test -// var remoteclsTest: remotefooCls; -// -// //Arguments -// remoteclsTest = new remotefooCls(remoteglobalVar); -// remotefoo(remoteglobalVar); -// -// //Increments -// remotefooCls.remoteclsSVar++; -// remotemodTest.remotemodVar++; -// remoteglobalVar = remoteglobalVar + remoteglobalVar; -// -// //ETC - Other cases -// remoteglobalVar = 3; -// -// //Find References misses method param -// var -// -// -// -// array = ["f", "o", "o"]; -// -// array.forEach( -// -// -// function(str) { -// -// -// -// // Reference misses function parameter. -// return str + " "; -// -// }); - - // === Definitions === - // === /tests/cases/fourslash/localGetReferences_1.ts === - // // Comment Refence Test: globalVar - // // References to a variable declared in global. - // var globalVar: number = 2; - // - // class fooCls { - // // References to static variable declared in a class. - // static clsSVar = 1; - // // References to a variable declared in a class. - // clsVar = 1; - // - // constructor (public clsParam: number) { - // //Increments - // globalVar++; - // this.clsVar++; - // fooCls.clsSVar++; - // // References to a class parameter. - // this.clsParam++; - // modTest.modVar++; - // } - // } - // - // // References to a function parameter. - // function foo(x: number) { - // // References to a variable declared in a function. - // var fnVar = 1; - // - // //Increments - // fooCls.clsSVar++; - // globalVar++; - // modTest.modVar++; - // fnVar++; - // - // //Return - // return x++; - // } - // - // module modTest { - // //Declare - // export var modVar:number; - // - // //Increments - // globalVar++; - // fooCls.clsSVar++; - // modVar++; - // - // class testCls { - // static boo = foo; - // } - // - // function testFn(){ - // static boo = foo; - // - // //Increments - // globalVar++; - // fooCls.clsSVar++; - // modVar++; - // } - // - // module testMod { - // var boo = foo; - // } - // } - // - // //Type test - // var clsTest: fooCls; - // - // //Arguments - // // References to a class argument. - // clsTest = new fooCls(globalVar); - // // References to a function argument. - // foo(globalVar); - // - // //Increments - // fooCls.clsSVar++; - // modTest.modVar++; - // globalVar = globalVar + globalVar; - // - // //ETC - Other cases - // globalVar = 3; - // // References to illegal assignment. - // foo = foo + 1; - // err = err++; - // - // //Shadowed fn Parameter - // function shdw(<|[|globalVar|]: number|>) { - // //Increments - // /*FIND ALL REFS*/globalVar++; - // return globalVar; - // } - // - // //Remotes - // //Type test - // var remoteclsTest: remotefooCls; - // - // //Arguments - // remoteclsTest = new remotefooCls(remoteglobalVar); - // remotefoo(remoteglobalVar); - // - // //Increments - // remotefooCls.remoteclsSVar++; - // remotemodTest.remotemodVar++; - // remoteglobalVar = remoteglobalVar + remoteglobalVar; - // - // //ETC - Other cases - // remoteglobalVar = 3; - // - // //Find References misses method param - // var - // - // - // - // array = ["f", "o", "o"]; - // - // array.forEach( - // - // - // function(str) { - // - // - // - // // Reference misses function parameter. - // return str + " "; - // - // }); - - // === Details === - [ - { - "containerKind": "", - "containerName": "", - "kind": "parameter", - "name": "(parameter) globalVar: number", - "displayParts": [ - { - "text": "(", - "kind": "punctuation" - }, - { - "text": "parameter", - "kind": "text" - }, - { - "text": ")", - "kind": "punctuation" - }, - { - "text": " ", - "kind": "space" - }, - { - "text": "globalVar", - "kind": "parameterName" - }, - { - "text": ":", - "kind": "punctuation" - }, - { - "text": " ", - "kind": "space" - }, - { - "text": "number", - "kind": "keyword" - } - ] - } - ] - - - -// === findAllReferences === -// === /tests/cases/fourslash/localGetReferences_1.ts === -// // Comment Refence Test: globalVar -// // References to a variable declared in global. -// var globalVar: number = 2; -// -// class fooCls { -// // References to static variable declared in a class. -// static clsSVar = 1; -// // References to a variable declared in a class. -// clsVar = 1; -// -// constructor (public clsParam: number) { -// //Increments -// globalVar++; -// this.clsVar++; -// fooCls.clsSVar++; -// // References to a class parameter. -// this.clsParam++; -// modTest.modVar++; -// } -// } -// -// // References to a function parameter. -// function foo(x: number) { -// // References to a variable declared in a function. -// var fnVar = 1; -// -// //Increments -// fooCls.clsSVar++; -// globalVar++; -// modTest.modVar++; -// fnVar++; -// -// //Return -// return x++; -// } -// -// module modTest { -// //Declare -// export var modVar:number; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// -// class testCls { -// static boo = foo; -// } -// -// function testFn(){ -// static boo = foo; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// } -// -// module testMod { -// var boo = foo; -// } -// } -// -// //Type test -// var clsTest: fooCls; -// -// //Arguments -// // References to a class argument. -// clsTest = new fooCls(globalVar); -// // References to a function argument. -// foo(globalVar); -// -// //Increments -// fooCls.clsSVar++; -// modTest.modVar++; -// globalVar = globalVar + globalVar; -// -// //ETC - Other cases -// globalVar = 3; -// // References to illegal assignment. -// foo = foo + 1; -// err = err++; -// -// //Shadowed fn Parameter -// function shdw(<|[|{| isWriteAccess: true |}globalVar|]: number|>) { -// //Increments -// [|{| isWriteAccess: true |}globalVar|]++; -// return /*FIND ALL REFS*/[|globalVar|]; -// } -// -// //Remotes -// //Type test -// var remoteclsTest: remotefooCls; -// -// //Arguments -// remoteclsTest = new remotefooCls(remoteglobalVar); -// remotefoo(remoteglobalVar); -// -// //Increments -// remotefooCls.remoteclsSVar++; -// remotemodTest.remotemodVar++; -// remoteglobalVar = remoteglobalVar + remoteglobalVar; -// -// //ETC - Other cases -// remoteglobalVar = 3; -// -// //Find References misses method param -// var -// -// -// -// array = ["f", "o", "o"]; -// -// array.forEach( -// -// -// function(str) { -// -// -// -// // Reference misses function parameter. -// return str + " "; -// -// }); - - // === Definitions === - // === /tests/cases/fourslash/localGetReferences_1.ts === - // // Comment Refence Test: globalVar - // // References to a variable declared in global. - // var globalVar: number = 2; - // - // class fooCls { - // // References to static variable declared in a class. - // static clsSVar = 1; - // // References to a variable declared in a class. - // clsVar = 1; - // - // constructor (public clsParam: number) { - // //Increments - // globalVar++; - // this.clsVar++; - // fooCls.clsSVar++; - // // References to a class parameter. - // this.clsParam++; - // modTest.modVar++; - // } - // } - // - // // References to a function parameter. - // function foo(x: number) { - // // References to a variable declared in a function. - // var fnVar = 1; - // - // //Increments - // fooCls.clsSVar++; - // globalVar++; - // modTest.modVar++; - // fnVar++; - // - // //Return - // return x++; - // } - // - // module modTest { - // //Declare - // export var modVar:number; - // - // //Increments - // globalVar++; - // fooCls.clsSVar++; - // modVar++; - // - // class testCls { - // static boo = foo; - // } - // - // function testFn(){ - // static boo = foo; - // - // //Increments - // globalVar++; - // fooCls.clsSVar++; - // modVar++; - // } - // - // module testMod { - // var boo = foo; - // } - // } - // - // //Type test - // var clsTest: fooCls; - // - // //Arguments - // // References to a class argument. - // clsTest = new fooCls(globalVar); - // // References to a function argument. - // foo(globalVar); - // - // //Increments - // fooCls.clsSVar++; - // modTest.modVar++; - // globalVar = globalVar + globalVar; - // - // //ETC - Other cases - // globalVar = 3; - // // References to illegal assignment. - // foo = foo + 1; - // err = err++; - // - // //Shadowed fn Parameter - // function shdw(<|[|globalVar|]: number|>) { - // //Increments - // globalVar++; - // return /*FIND ALL REFS*/globalVar; - // } - // - // //Remotes - // //Type test - // var remoteclsTest: remotefooCls; - // - // //Arguments - // remoteclsTest = new remotefooCls(remoteglobalVar); - // remotefoo(remoteglobalVar); - // - // //Increments - // remotefooCls.remoteclsSVar++; - // remotemodTest.remotemodVar++; - // remoteglobalVar = remoteglobalVar + remoteglobalVar; - // - // //ETC - Other cases - // remoteglobalVar = 3; - // - // //Find References misses method param - // var - // - // - // - // array = ["f", "o", "o"]; - // - // array.forEach( - // - // - // function(str) { - // - // - // - // // Reference misses function parameter. - // return str + " "; - // - // }); - - // === Details === - [ - { - "containerKind": "", - "containerName": "", - "kind": "parameter", - "name": "(parameter) globalVar: number", - "displayParts": [ - { - "text": "(", - "kind": "punctuation" - }, - { - "text": "parameter", - "kind": "text" - }, - { - "text": ")", - "kind": "punctuation" - }, - { - "text": " ", - "kind": "space" - }, - { - "text": "globalVar", - "kind": "parameterName" - }, - { - "text": ":", - "kind": "punctuation" - }, - { - "text": " ", - "kind": "space" - }, - { - "text": "number", - "kind": "keyword" - } - ] - } - ] - - - -// === findAllReferences === -// === /tests/cases/fourslash/localGetReferences_1.ts === -// // Comment Refence Test: globalVar -// // References to a variable declared in global. -// var globalVar: number = 2; -// -// class fooCls { -// // References to static variable declared in a class. -// static clsSVar = 1; -// // References to a variable declared in a class. -// clsVar = 1; -// -// constructor (public clsParam: number) { -// //Increments -// globalVar++; -// this.clsVar++; -// fooCls.clsSVar++; -// // References to a class parameter. -// this.clsParam++; -// modTest.modVar++; -// } -// } -// -// // References to a function parameter. -// function foo(x: number) { -// // References to a variable declared in a function. -// var fnVar = 1; -// -// //Increments -// fooCls.clsSVar++; -// globalVar++; -// modTest.modVar++; -// fnVar++; -// -// //Return -// return x++; -// } -// -// module modTest { -// //Declare -// export var modVar:number; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// -// class testCls { -// static boo = foo; -// } -// -// function testFn(){ -// static boo = foo; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// } -// -// module testMod { -// var boo = foo; -// } -// } -// -// //Type test -// var clsTest: fooCls; -// -// //Arguments -// // References to a class argument. -// clsTest = new fooCls(globalVar); -// // References to a function argument. -// foo(globalVar); -// -// //Increments -// fooCls.clsSVar++; -// modTest.modVar++; -// globalVar = globalVar + globalVar; -// -// //ETC - Other cases -// globalVar = 3; -// // References to illegal assignment. -// foo = foo + 1; -// err = err++; -// -// //Shadowed fn Parameter -// function shdw(globalVar: number) { -// //Increments -// globalVar++; -// return globalVar; -// } -// -// //Remotes -// //Type test -// var remoteclsTest: remotefooCls; -// -// //Arguments -// remoteclsTest = new remotefooCls(remoteglobalVar); -// remotefoo(remoteglobalVar); -// -// //Increments -// remotefooCls.remoteclsSVar++; -// remotemodTest.remotemodVar++; -// remoteglobalVar = remoteglobalVar + remoteglobalVar; -// -// //ETC - Other cases -// remoteglobalVar = 3; -// -// //Find References misses method param -// var -// -// -// -// array = ["f", "o", "o"]; -// -// array.forEach( -// -// -// function(/*FIND ALL REFS*/[|{| isWriteAccess: true, isDefinition: true |}str|]) { -// -// -// -// // Reference misses function parameter. -// return [|str|] + " "; -// -// }); - - // === Definitions === - // === /tests/cases/fourslash/localGetReferences_1.ts === - // // Comment Refence Test: globalVar - // // References to a variable declared in global. - // var globalVar: number = 2; - // - // class fooCls { - // // References to static variable declared in a class. - // static clsSVar = 1; - // // References to a variable declared in a class. - // clsVar = 1; - // - // constructor (public clsParam: number) { - // //Increments - // globalVar++; - // this.clsVar++; - // fooCls.clsSVar++; - // // References to a class parameter. - // this.clsParam++; - // modTest.modVar++; - // } - // } - // - // // References to a function parameter. - // function foo(x: number) { - // // References to a variable declared in a function. - // var fnVar = 1; - // - // //Increments - // fooCls.clsSVar++; - // globalVar++; - // modTest.modVar++; - // fnVar++; - // - // //Return - // return x++; - // } - // - // module modTest { - // //Declare - // export var modVar:number; - // - // //Increments - // globalVar++; - // fooCls.clsSVar++; - // modVar++; - // - // class testCls { - // static boo = foo; - // } - // - // function testFn(){ - // static boo = foo; - // - // //Increments - // globalVar++; - // fooCls.clsSVar++; - // modVar++; - // } - // - // module testMod { - // var boo = foo; - // } - // } - // - // //Type test - // var clsTest: fooCls; - // - // //Arguments - // // References to a class argument. - // clsTest = new fooCls(globalVar); - // // References to a function argument. - // foo(globalVar); - // - // //Increments - // fooCls.clsSVar++; - // modTest.modVar++; - // globalVar = globalVar + globalVar; - // - // //ETC - Other cases - // globalVar = 3; - // // References to illegal assignment. - // foo = foo + 1; - // err = err++; - // - // //Shadowed fn Parameter - // function shdw(globalVar: number) { - // //Increments - // globalVar++; - // return globalVar; - // } - // - // //Remotes - // //Type test - // var remoteclsTest: remotefooCls; - // - // //Arguments - // remoteclsTest = new remotefooCls(remoteglobalVar); - // remotefoo(remoteglobalVar); - // - // //Increments - // remotefooCls.remoteclsSVar++; - // remotemodTest.remotemodVar++; - // remoteglobalVar = remoteglobalVar + remoteglobalVar; - // - // //ETC - Other cases - // remoteglobalVar = 3; - // - // //Find References misses method param - // var - // - // - // - // array = ["f", "o", "o"]; - // - // array.forEach( - // - // - // function(/*FIND ALL REFS*/[|str|]) { - // - // - // - // // Reference misses function parameter. - // return str + " "; - // - // }); - - // === Details === - [ - { - "containerKind": "", - "containerName": "", - "kind": "parameter", - "name": "(parameter) str: string", - "displayParts": [ - { - "text": "(", - "kind": "punctuation" - }, - { - "text": "parameter", - "kind": "text" - }, - { - "text": ")", - "kind": "punctuation" - }, - { - "text": " ", - "kind": "space" - }, - { - "text": "str", - "kind": "parameterName" - }, - { - "text": ":", - "kind": "punctuation" - }, - { - "text": " ", - "kind": "space" - }, - { - "text": "string", - "kind": "keyword" - } - ] - } - ] - - - -// === findAllReferences === -// === /tests/cases/fourslash/localGetReferences_1.ts === -// // Comment Refence Test: globalVar -// // References to a variable declared in global. -// var globalVar: number = 2; -// -// class fooCls { -// // References to static variable declared in a class. -// static clsSVar = 1; -// // References to a variable declared in a class. -// clsVar = 1; -// -// constructor (public clsParam: number) { -// //Increments -// globalVar++; -// this.clsVar++; -// fooCls.clsSVar++; -// // References to a class parameter. -// this.clsParam++; -// modTest.modVar++; -// } -// } -// -// // References to a function parameter. -// function foo(x: number) { -// // References to a variable declared in a function. -// var fnVar = 1; -// -// //Increments -// fooCls.clsSVar++; -// globalVar++; -// modTest.modVar++; -// fnVar++; -// -// //Return -// return x++; -// } -// -// module modTest { -// //Declare -// export var modVar:number; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// -// class testCls { -// static boo = foo; -// } -// -// function testFn(){ -// static boo = foo; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// } -// -// module testMod { -// var boo = foo; -// } -// } -// -// //Type test -// var clsTest: fooCls; -// -// //Arguments -// // References to a class argument. -// clsTest = new fooCls(globalVar); -// // References to a function argument. -// foo(globalVar); -// -// //Increments -// fooCls.clsSVar++; -// modTest.modVar++; -// globalVar = globalVar + globalVar; -// -// //ETC - Other cases -// globalVar = 3; -// // References to illegal assignment. -// foo = foo + 1; -// err = err++; -// -// //Shadowed fn Parameter -// function shdw(globalVar: number) { -// //Increments -// globalVar++; -// return globalVar; -// } -// -// //Remotes -// //Type test -// var remoteclsTest: remotefooCls; -// -// //Arguments -// remoteclsTest = new remotefooCls(remoteglobalVar); -// remotefoo(remoteglobalVar); -// -// //Increments -// remotefooCls.remoteclsSVar++; -// remotemodTest.remotemodVar++; -// remoteglobalVar = remoteglobalVar + remoteglobalVar; -// -// //ETC - Other cases -// remoteglobalVar = 3; -// -// //Find References misses method param -// var -// -// -// -// array = ["f", "o", "o"]; -// -// array.forEach( -// -// -// function([|{| isWriteAccess: true |}str|]) { -// -// -// -// // Reference misses function parameter. -// return /*FIND ALL REFS*/[|str|] + " "; -// -// }); - - // === Definitions === - // === /tests/cases/fourslash/localGetReferences_1.ts === - // // Comment Refence Test: globalVar - // // References to a variable declared in global. - // var globalVar: number = 2; - // - // class fooCls { - // // References to static variable declared in a class. - // static clsSVar = 1; - // // References to a variable declared in a class. - // clsVar = 1; - // - // constructor (public clsParam: number) { - // //Increments - // globalVar++; - // this.clsVar++; - // fooCls.clsSVar++; - // // References to a class parameter. - // this.clsParam++; - // modTest.modVar++; - // } - // } - // - // // References to a function parameter. - // function foo(x: number) { - // // References to a variable declared in a function. - // var fnVar = 1; - // - // //Increments - // fooCls.clsSVar++; - // globalVar++; - // modTest.modVar++; - // fnVar++; - // - // //Return - // return x++; - // } - // - // module modTest { - // //Declare - // export var modVar:number; - // - // //Increments - // globalVar++; - // fooCls.clsSVar++; - // modVar++; - // - // class testCls { - // static boo = foo; - // } - // - // function testFn(){ - // static boo = foo; - // - // //Increments - // globalVar++; - // fooCls.clsSVar++; - // modVar++; - // } - // - // module testMod { - // var boo = foo; - // } - // } - // - // //Type test - // var clsTest: fooCls; - // - // //Arguments - // // References to a class argument. - // clsTest = new fooCls(globalVar); - // // References to a function argument. - // foo(globalVar); - // - // //Increments - // fooCls.clsSVar++; - // modTest.modVar++; - // globalVar = globalVar + globalVar; - // - // //ETC - Other cases - // globalVar = 3; - // // References to illegal assignment. - // foo = foo + 1; - // err = err++; - // - // //Shadowed fn Parameter - // function shdw(globalVar: number) { - // //Increments - // globalVar++; - // return globalVar; - // } - // - // //Remotes - // //Type test - // var remoteclsTest: remotefooCls; - // - // //Arguments - // remoteclsTest = new remotefooCls(remoteglobalVar); - // remotefoo(remoteglobalVar); - // - // //Increments - // remotefooCls.remoteclsSVar++; - // remotemodTest.remotemodVar++; - // remoteglobalVar = remoteglobalVar + remoteglobalVar; - // - // //ETC - Other cases - // remoteglobalVar = 3; - // - // //Find References misses method param - // var - // - // - // - // array = ["f", "o", "o"]; - // - // array.forEach( - // - // - // function([|str|]) { - // - // - // - // // Reference misses function parameter. - // return /*FIND ALL REFS*/str + " "; - // - // }); - - // === Details === - [ - { - "containerKind": "", - "containerName": "", - "kind": "parameter", - "name": "(parameter) str: string", - "displayParts": [ - { - "text": "(", - "kind": "punctuation" - }, - { - "text": "parameter", - "kind": "text" - }, - { - "text": ")", - "kind": "punctuation" - }, - { - "text": " ", - "kind": "space" - }, - { - "text": "str", - "kind": "parameterName" - }, - { - "text": ":", - "kind": "punctuation" - }, - { - "text": " ", - "kind": "space" - }, - { - "text": "string", - "kind": "keyword" - } - ] - } - ] - - - -// === findAllReferences === -// === /tests/cases/fourslash/localGetReferences_1.ts === -// // Comment Refence Test: g/*FIND ALL REFS*/lobalVar -// // References to a variable declared in global. -// var globalVar: number = 2; -// -// class fooCls { -// // References to static variable declared in a class. -// static clsSVar = 1; -// // References to a variable declared in a class. -// clsVar = 1; -// -// constructor (public clsParam: number) { -// //Increments -// globalVar++; -// this.clsVar++; -// fooCls.clsSVar++; -// // References to a class parameter. -// this.clsParam++; -// modTest.modVar++; -// } -// } -// -// // References to a function parameter. -// function foo(x: number) { -// // References to a variable declared in a function. -// var fnVar = 1; -// -// //Increments -// fooCls.clsSVar++; -// globalVar++; -// modTest.modVar++; -// fnVar++; -// -// //Return -// return x++; -// } -// -// module modTest { -// //Declare -// export var modVar:number; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// -// class testCls { -// static boo = foo; -// } -// -// function testFn(){ -// static boo = foo; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// } -// -// module testMod { -// var boo = foo; -// } -// } -// -// //Type test -// var clsTest: fooCls; -// -// //Arguments -// // References to a class argument. -// clsTest = new fooCls(globalVar); -// // References to a function argument. -// foo(globalVar); -// -// //Increments -// fooCls.clsSVar++; -// modTest.modVar++; -// globalVar = globalVar + globalVar; -// -// //ETC - Other cases -// globalVar = 3; -// // References to illegal assignment. -// foo = foo + 1; -// err = err++; -// -// //Shadowed fn Parameter -// function shdw(globalVar: number) { -// //Increments -// globalVar++; -// return globalVar; -// } -// -// //Remotes -// //Type test -// var remoteclsTest: remotefooCls; -// -// //Arguments -// remoteclsTest = new remotefooCls(remoteglobalVar); -// remotefoo(remoteglobalVar); -// -// //Increments -// remotefooCls.remoteclsSVar++; -// remotemodTest.remotemodVar++; -// remoteglobalVar = remoteglobalVar + remoteglobalVar; -// -// //ETC - Other cases -// remoteglobalVar = 3; -// -// //Find References misses method param -// var -// -// -// -// array = ["f", "o", "o"]; -// -// array.forEach( -// -// -// function(str) { -// -// -// -// // Reference misses function parameter. -// return str + " "; -// -// }); - - - -// === findAllReferences === -// === /tests/cases/fourslash/localGetReferences_1.ts === -// // Comment Refence Test: globalVar -// // References to a variable declared in global. -// var globalVar: number = 2; -// -// class fooCls { -// // References to static variable declared in a class. -// static clsSVar = 1; -// // References to a variable declared in a class. -// clsVar = 1; -// -// constructor (public clsParam: number) { -// //Increments -// globalVar++; -// this.clsVar++; -// fooCls.clsSVar++; -// // References to a class parameter. -// this.clsParam++; -// modTest.modVar++; -// } -// } -// -// // References to a function parameter. -// function foo(x: number) { -// // References to a variable declared in a function. -// var fnVar = 1; -// -// //Increments -// fooCls.clsSVar++; -// globalVar++; -// modTest.modVar++; -// fnVar++; -// -// //Return -// return x++; -// } -// -// module modTest { -// //Declare -// export var modVar:number; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// -// class testCls { -// static boo = foo; -// } -// -// function testFn(){ -// static boo = foo; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// } -// -// module testMod { -// var boo = foo; -// } -// } -// -// //Type test -// var clsTest: fooCls; -// -// //Arguments -// // References to a class argument. -// clsTest = new fooCls(globalVar); -// // References to a function argument. -// foo(globalVar); -// -// //Increments -// fooCls.clsSVar++; -// modTest.modVar++; -// globalVar = globalVar + globalVar; -// -// //ETC - Other cases -// globalVar = 3; -// // References to illegal assignment. -// foo = foo + 1; -// /*FIND ALL REFS*/err = err++; -// -// //Shadowed fn Parameter -// function shdw(globalVar: number) { -// //Increments -// globalVar++; -// return globalVar; -// } -// -// //Remotes -// //Type test -// var remoteclsTest: remotefooCls; -// -// //Arguments -// remoteclsTest = new remotefooCls(remoteglobalVar); -// remotefoo(remoteglobalVar); -// -// //Increments -// remotefooCls.remoteclsSVar++; -// remotemodTest.remotemodVar++; -// remoteglobalVar = remoteglobalVar + remoteglobalVar; -// -// //ETC - Other cases -// remoteglobalVar = 3; -// -// //Find References misses method param -// var -// -// -// -// array = ["f", "o", "o"]; -// -// array.forEach( -// -// -// function(str) { -// -// -// -// // Reference misses function parameter. -// return str + " "; -// -// }); - - - -// === findAllReferences === -// === /tests/cases/fourslash/localGetReferences_1.ts === -// // Comment Refence Test: globalVar -// // References to a variable declared in global. -// var globalVar: number = 2; -// -// class fooCls { -// // References to static variable declared in a class. -// static clsSVar = 1; -// // References to a variable declared in a class. -// clsVar = 1; -// -// constructor (public clsParam: number) { -// //Increments -// globalVar++; -// this.clsVar++; -// fooCls.clsSVar++; -// // References to a class parameter. -// this.clsParam++; -// modTest.modVar++; -// } -// } -// -// // References to a function parameter. -// function foo(x: number) { -// // References to a variable declared in a function. -// var fnVar = 1; -// -// //Increments -// fooCls.clsSVar++; -// globalVar++; -// modTest.modVar++; -// fnVar++; -// -// //Return -// return x++; -// } -// -// module modTest { -// //Declare -// export var modVar:number; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// -// class testCls { -// static boo = foo; -// } -// -// function testFn(){ -// static boo = foo; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// } -// -// module testMod { -// var boo = foo; -// } -// } -// -// //Type test -// var clsTest: fooCls; -// -// //Arguments -// // References to a class argument. -// clsTest = new fooCls(globalVar); -// // References to a function argument. -// foo(globalVar); -// -// //Increments -// fooCls.clsSVar++; -// modTest.modVar++; -// globalVar = globalVar + globalVar; -// -// //ETC - Other cases -// globalVar = 3; -// // References to illegal assignment. -// foo = foo + 1; -// err = err++; -// /*FIND ALL REFS*/ -// //Shadowed fn Parameter -// function shdw(globalVar: number) { -// //Increments -// globalVar++; -// return globalVar; -// } -// -// //Remotes -// //Type test -// var remoteclsTest: remotefooCls; -// -// //Arguments -// remoteclsTest = new remotefooCls(remoteglobalVar); -// remotefoo(remoteglobalVar); -// -// //Increments -// remotefooCls.remoteclsSVar++; -// remotemodTest.remotemodVar++; -// remoteglobalVar = remoteglobalVar + remoteglobalVar; -// -// //ETC - Other cases -// remoteglobalVar = 3; -// -// //Find References misses method param -// var -// -// -// -// array = ["f", "o", "o"]; -// -// array.forEach( -// -// -// function(str) { -// -// -// -// // Reference misses function parameter. -// return str + " "; -// -// }); \ No newline at end of file +// --- (line: 87) skipped --- \ No newline at end of file diff --git a/tests/baselines/reference/nestedUnaryExpressionHang.errors.txt b/tests/baselines/reference/nestedUnaryExpressionHang.errors.txt new file mode 100644 index 0000000000000..bd0f0d568a6d1 --- /dev/null +++ b/tests/baselines/reference/nestedUnaryExpressionHang.errors.txt @@ -0,0 +1,11 @@ +tests/cases/compiler/nestedUnaryExpressionHang.ts(1,6): error TS2363: The right-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type. +tests/cases/compiler/nestedUnaryExpressionHang.ts(1,34): error TS1109: Expression expected. + + +==== tests/cases/compiler/nestedUnaryExpressionHang.ts (2 errors) ==== + 3333%!!!!!!!!!!!!!!!!!!!!!!!!!!!! + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +!!! error TS2363: The right-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type. + +!!! error TS1109: Expression expected. + \ No newline at end of file diff --git a/tests/baselines/reference/nestedUnaryExpressionHang.js b/tests/baselines/reference/nestedUnaryExpressionHang.js new file mode 100644 index 0000000000000..54ba6074000ec --- /dev/null +++ b/tests/baselines/reference/nestedUnaryExpressionHang.js @@ -0,0 +1,6 @@ +//// [nestedUnaryExpressionHang.ts] +3333%!!!!!!!!!!!!!!!!!!!!!!!!!!!! + + +//// [nestedUnaryExpressionHang.js] +3333 % !!!!!!!!!!!!!!!!!!!!!!!!!!!!; diff --git a/tests/baselines/reference/nestedUnaryExpressionHang.symbols b/tests/baselines/reference/nestedUnaryExpressionHang.symbols new file mode 100644 index 0000000000000..73e11816f5bf4 --- /dev/null +++ b/tests/baselines/reference/nestedUnaryExpressionHang.symbols @@ -0,0 +1,4 @@ +=== tests/cases/compiler/nestedUnaryExpressionHang.ts === + +3333%!!!!!!!!!!!!!!!!!!!!!!!!!!!! + diff --git a/tests/baselines/reference/nestedUnaryExpressionHang.types b/tests/baselines/reference/nestedUnaryExpressionHang.types new file mode 100644 index 0000000000000..21057780d6dc8 --- /dev/null +++ b/tests/baselines/reference/nestedUnaryExpressionHang.types @@ -0,0 +1,35 @@ +=== tests/cases/compiler/nestedUnaryExpressionHang.ts === +3333%!!!!!!!!!!!!!!!!!!!!!!!!!!!! +>3333%!!!!!!!!!!!!!!!!!!!!!!!!!!!! : number +>3333 : 3333 +>!!!!!!!!!!!!!!!!!!!!!!!!!!!! : boolean +>!!!!!!!!!!!!!!!!!!!!!!!!!!! : boolean +>!!!!!!!!!!!!!!!!!!!!!!!!!! : boolean +>!!!!!!!!!!!!!!!!!!!!!!!!! : boolean +>!!!!!!!!!!!!!!!!!!!!!!!! : boolean +>!!!!!!!!!!!!!!!!!!!!!!! : boolean +>!!!!!!!!!!!!!!!!!!!!!! : boolean +>!!!!!!!!!!!!!!!!!!!!! : boolean +>!!!!!!!!!!!!!!!!!!!! : boolean +>!!!!!!!!!!!!!!!!!!! : boolean +>!!!!!!!!!!!!!!!!!! : boolean +>!!!!!!!!!!!!!!!!! : boolean +>!!!!!!!!!!!!!!!! : boolean +>!!!!!!!!!!!!!!! : boolean +>!!!!!!!!!!!!!! : boolean +>!!!!!!!!!!!!! : boolean +>!!!!!!!!!!!! : boolean +>!!!!!!!!!!! : boolean +>!!!!!!!!!! : boolean +>!!!!!!!!! : boolean +>!!!!!!!! : boolean +>!!!!!!! : boolean +>!!!!!! : boolean +>!!!!! : boolean +>!!!! : boolean +>!!! : boolean +>!! : boolean +>! : boolean + +> : any + diff --git a/tests/baselines/reference/nonInferrableTypePropagation3.symbols b/tests/baselines/reference/nonInferrableTypePropagation3.symbols new file mode 100644 index 0000000000000..86bd7610d34c9 --- /dev/null +++ b/tests/baselines/reference/nonInferrableTypePropagation3.symbols @@ -0,0 +1,52 @@ +=== tests/cases/compiler/nonInferrableTypePropagation3.ts === +// Repro from #53748 + +declare type Callback = (...args: Args) => (data: Out) => R; +>Callback : Symbol(Callback, Decl(nonInferrableTypePropagation3.ts, 0, 0)) +>Args : Symbol(Args, Decl(nonInferrableTypePropagation3.ts, 2, 22)) +>Out : Symbol(Out, Decl(nonInferrableTypePropagation3.ts, 2, 41)) +>R : Symbol(R, Decl(nonInferrableTypePropagation3.ts, 2, 46)) +>args : Symbol(args, Decl(nonInferrableTypePropagation3.ts, 2, 53)) +>Args : Symbol(Args, Decl(nonInferrableTypePropagation3.ts, 2, 22)) +>data : Symbol(data, Decl(nonInferrableTypePropagation3.ts, 2, 72)) +>Out : Symbol(Out, Decl(nonInferrableTypePropagation3.ts, 2, 41)) +>R : Symbol(R, Decl(nonInferrableTypePropagation3.ts, 2, 46)) + +declare function factory(): (callback: Callback) => (...args: Args) => R; +>factory : Symbol(factory, Decl(nonInferrableTypePropagation3.ts, 2, 88)) +>Out : Symbol(Out, Decl(nonInferrableTypePropagation3.ts, 3, 25)) +>Args : Symbol(Args, Decl(nonInferrableTypePropagation3.ts, 3, 34)) +>R : Symbol(R, Decl(nonInferrableTypePropagation3.ts, 3, 53)) +>callback : Symbol(callback, Decl(nonInferrableTypePropagation3.ts, 3, 57)) +>Callback : Symbol(Callback, Decl(nonInferrableTypePropagation3.ts, 0, 0)) +>Args : Symbol(Args, Decl(nonInferrableTypePropagation3.ts, 3, 34)) +>Out : Symbol(Out, Decl(nonInferrableTypePropagation3.ts, 3, 25)) +>R : Symbol(R, Decl(nonInferrableTypePropagation3.ts, 3, 53)) +>args : Symbol(args, Decl(nonInferrableTypePropagation3.ts, 3, 95)) +>Args : Symbol(Args, Decl(nonInferrableTypePropagation3.ts, 3, 34)) +>R : Symbol(R, Decl(nonInferrableTypePropagation3.ts, 3, 53)) + +const make = factory<{id: string, age: number}[]>(); +>make : Symbol(make, Decl(nonInferrableTypePropagation3.ts, 5, 5)) +>factory : Symbol(factory, Decl(nonInferrableTypePropagation3.ts, 2, 88)) +>id : Symbol(id, Decl(nonInferrableTypePropagation3.ts, 5, 22)) +>age : Symbol(age, Decl(nonInferrableTypePropagation3.ts, 5, 33)) + +const usersOverAge = make((age: number) => data => { +>usersOverAge : Symbol(usersOverAge, Decl(nonInferrableTypePropagation3.ts, 7, 5)) +>make : Symbol(make, Decl(nonInferrableTypePropagation3.ts, 5, 5)) +>age : Symbol(age, Decl(nonInferrableTypePropagation3.ts, 7, 27)) +>data : Symbol(data, Decl(nonInferrableTypePropagation3.ts, 7, 42)) + + return data.filter(user => user.age >= age); +>data.filter : Symbol(Array.filter, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --)) +>data : Symbol(data, Decl(nonInferrableTypePropagation3.ts, 7, 42)) +>filter : Symbol(Array.filter, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --)) +>user : Symbol(user, Decl(nonInferrableTypePropagation3.ts, 8, 23)) +>user.age : Symbol(age, Decl(nonInferrableTypePropagation3.ts, 5, 33)) +>user : Symbol(user, Decl(nonInferrableTypePropagation3.ts, 8, 23)) +>age : Symbol(age, Decl(nonInferrableTypePropagation3.ts, 5, 33)) +>age : Symbol(age, Decl(nonInferrableTypePropagation3.ts, 7, 27)) + +}); + diff --git a/tests/baselines/reference/nonInferrableTypePropagation3.types b/tests/baselines/reference/nonInferrableTypePropagation3.types new file mode 100644 index 0000000000000..2ba181f7cce69 --- /dev/null +++ b/tests/baselines/reference/nonInferrableTypePropagation3.types @@ -0,0 +1,44 @@ +=== tests/cases/compiler/nonInferrableTypePropagation3.ts === +// Repro from #53748 + +declare type Callback = (...args: Args) => (data: Out) => R; +>Callback : Callback +>args : Args +>data : Out + +declare function factory(): (callback: Callback) => (...args: Args) => R; +>factory : () => (callback: Callback) => (...args: Args) => R +>callback : Callback +>args : Args + +const make = factory<{id: string, age: number}[]>(); +>make : (callback: Callback) => (...args: Args) => R +>factory<{id: string, age: number}[]>() : (callback: Callback) => (...args: Args) => R +>factory : () => (callback: Callback) => (...args: Args) => R +>id : string +>age : number + +const usersOverAge = make((age: number) => data => { +>usersOverAge : (age: number) => { id: string; age: number; }[] +>make((age: number) => data => { return data.filter(user => user.age >= age);}) : (age: number) => { id: string; age: number; }[] +>make : (callback: Callback) => (...args: Args) => R +>(age: number) => data => { return data.filter(user => user.age >= age);} : (age: number) => (data: { id: string; age: number; }[]) => { id: string; age: number; }[] +>age : number +>data => { return data.filter(user => user.age >= age);} : (data: { id: string; age: number; }[]) => { id: string; age: number; }[] +>data : { id: string; age: number; }[] + + return data.filter(user => user.age >= age); +>data.filter(user => user.age >= age) : { id: string; age: number; }[] +>data.filter : { (predicate: (value: { id: string; age: number; }, index: number, array: { id: string; age: number; }[]) => value is S, thisArg?: any): S[]; (predicate: (value: { id: string; age: number; }, index: number, array: { id: string; age: number; }[]) => unknown, thisArg?: any): { id: string; age: number; }[]; } +>data : { id: string; age: number; }[] +>filter : { (predicate: (value: { id: string; age: number; }, index: number, array: { id: string; age: number; }[]) => value is S, thisArg?: any): S[]; (predicate: (value: { id: string; age: number; }, index: number, array: { id: string; age: number; }[]) => unknown, thisArg?: any): { id: string; age: number; }[]; } +>user => user.age >= age : (user: { id: string; age: number; }) => boolean +>user : { id: string; age: number; } +>user.age >= age : boolean +>user.age : number +>user : { id: string; age: number; } +>age : number +>age : number + +}); + diff --git a/tests/baselines/reference/nonNullFullInference.js b/tests/baselines/reference/nonNullFullInference.js new file mode 100644 index 0000000000000..0acc9c7f35f9d --- /dev/null +++ b/tests/baselines/reference/nonNullFullInference.js @@ -0,0 +1,63 @@ +//// [nonNullFullInference.ts] +// https://github.com/microsoft/TypeScript/issues/19577 + +function testNonNullInference(numbers: number[]) { + let last; + + for (const n of numbers) { + if (n % 2) { + return n; + } + + last = n; + } + + last; + last!; +} + +function testNonNullInferenceWithArrays(numbers: number[]) { + let result; + const arr = []; + + for (const n of numbers) { + if (n % 2) { + return [n]; + } + + arr.push(n); + result = arr; + } + + result; + result!; +} + +//// [nonNullFullInference.js] +// https://github.com/microsoft/TypeScript/issues/19577 +function testNonNullInference(numbers) { + var last; + for (var _i = 0, numbers_1 = numbers; _i < numbers_1.length; _i++) { + var n = numbers_1[_i]; + if (n % 2) { + return n; + } + last = n; + } + last; + last; +} +function testNonNullInferenceWithArrays(numbers) { + var result; + var arr = []; + for (var _i = 0, numbers_2 = numbers; _i < numbers_2.length; _i++) { + var n = numbers_2[_i]; + if (n % 2) { + return [n]; + } + arr.push(n); + result = arr; + } + result; + result; +} diff --git a/tests/baselines/reference/nonNullFullInference.symbols b/tests/baselines/reference/nonNullFullInference.symbols new file mode 100644 index 0000000000000..a377529bad2fc --- /dev/null +++ b/tests/baselines/reference/nonNullFullInference.symbols @@ -0,0 +1,71 @@ +=== tests/cases/compiler/nonNullFullInference.ts === +// https://github.com/microsoft/TypeScript/issues/19577 + +function testNonNullInference(numbers: number[]) { +>testNonNullInference : Symbol(testNonNullInference, Decl(nonNullFullInference.ts, 0, 0)) +>numbers : Symbol(numbers, Decl(nonNullFullInference.ts, 2, 30)) + + let last; +>last : Symbol(last, Decl(nonNullFullInference.ts, 3, 7)) + + for (const n of numbers) { +>n : Symbol(n, Decl(nonNullFullInference.ts, 5, 14)) +>numbers : Symbol(numbers, Decl(nonNullFullInference.ts, 2, 30)) + + if (n % 2) { +>n : Symbol(n, Decl(nonNullFullInference.ts, 5, 14)) + + return n; +>n : Symbol(n, Decl(nonNullFullInference.ts, 5, 14)) + } + + last = n; +>last : Symbol(last, Decl(nonNullFullInference.ts, 3, 7)) +>n : Symbol(n, Decl(nonNullFullInference.ts, 5, 14)) + } + + last; +>last : Symbol(last, Decl(nonNullFullInference.ts, 3, 7)) + + last!; +>last : Symbol(last, Decl(nonNullFullInference.ts, 3, 7)) +} + +function testNonNullInferenceWithArrays(numbers: number[]) { +>testNonNullInferenceWithArrays : Symbol(testNonNullInferenceWithArrays, Decl(nonNullFullInference.ts, 15, 1)) +>numbers : Symbol(numbers, Decl(nonNullFullInference.ts, 17, 40)) + + let result; +>result : Symbol(result, Decl(nonNullFullInference.ts, 18, 7)) + + const arr = []; +>arr : Symbol(arr, Decl(nonNullFullInference.ts, 19, 9)) + + for (const n of numbers) { +>n : Symbol(n, Decl(nonNullFullInference.ts, 21, 14)) +>numbers : Symbol(numbers, Decl(nonNullFullInference.ts, 17, 40)) + + if (n % 2) { +>n : Symbol(n, Decl(nonNullFullInference.ts, 21, 14)) + + return [n]; +>n : Symbol(n, Decl(nonNullFullInference.ts, 21, 14)) + } + + arr.push(n); +>arr.push : Symbol(Array.push, Decl(lib.es5.d.ts, --, --)) +>arr : Symbol(arr, Decl(nonNullFullInference.ts, 19, 9)) +>push : Symbol(Array.push, Decl(lib.es5.d.ts, --, --)) +>n : Symbol(n, Decl(nonNullFullInference.ts, 21, 14)) + + result = arr; +>result : Symbol(result, Decl(nonNullFullInference.ts, 18, 7)) +>arr : Symbol(arr, Decl(nonNullFullInference.ts, 19, 9)) + } + + result; +>result : Symbol(result, Decl(nonNullFullInference.ts, 18, 7)) + + result!; +>result : Symbol(result, Decl(nonNullFullInference.ts, 18, 7)) +} diff --git a/tests/baselines/reference/nonNullFullInference.types b/tests/baselines/reference/nonNullFullInference.types new file mode 100644 index 0000000000000..b12dd82259a24 --- /dev/null +++ b/tests/baselines/reference/nonNullFullInference.types @@ -0,0 +1,82 @@ +=== tests/cases/compiler/nonNullFullInference.ts === +// https://github.com/microsoft/TypeScript/issues/19577 + +function testNonNullInference(numbers: number[]) { +>testNonNullInference : (numbers: number[]) => number +>numbers : number[] + + let last; +>last : any + + for (const n of numbers) { +>n : number +>numbers : number[] + + if (n % 2) { +>n % 2 : number +>n : number +>2 : 2 + + return n; +>n : number + } + + last = n; +>last = n : number +>last : any +>n : number + } + + last; +>last : number + + last!; +>last! : number +>last : number +} + +function testNonNullInferenceWithArrays(numbers: number[]) { +>testNonNullInferenceWithArrays : (numbers: number[]) => number[] +>numbers : number[] + + let result; +>result : any + + const arr = []; +>arr : any[] +>[] : undefined[] + + for (const n of numbers) { +>n : number +>numbers : number[] + + if (n % 2) { +>n % 2 : number +>n : number +>2 : 2 + + return [n]; +>[n] : number[] +>n : number + } + + arr.push(n); +>arr.push(n) : number +>arr.push : (...items: any[]) => number +>arr : any[] +>push : (...items: any[]) => number +>n : number + + result = arr; +>result = arr : number[] +>result : any +>arr : number[] + } + + result; +>result : number[] + + result!; +>result! : number[] +>result : number[] +} diff --git a/tests/baselines/reference/objectLiteralNormalization.errors.txt b/tests/baselines/reference/objectLiteralNormalization.errors.txt index a6ffc718f913c..25c20b5c23d31 100644 --- a/tests/baselines/reference/objectLiteralNormalization.errors.txt +++ b/tests/baselines/reference/objectLiteralNormalization.errors.txt @@ -5,9 +5,8 @@ tests/cases/conformance/expressions/objectLiterals/objectLiteralNormalization.ts tests/cases/conformance/expressions/objectLiterals/objectLiteralNormalization.ts(9,1): error TS2322: Type '{ c: true; }' is not assignable to type '{ a: number; b?: undefined; c?: undefined; } | { a: number; b: string; c?: undefined; } | { a: number; b: string; c: boolean; }'. Type '{ c: true; }' is missing the following properties from type '{ a: number; b: string; c: boolean; }': a, b tests/cases/conformance/expressions/objectLiterals/objectLiteralNormalization.ts(17,1): error TS2322: Type '{ a: string; b: number; }' is not assignable to type '{ a: number; b: number; } | { a: string; b?: undefined; } | { a?: undefined; b?: undefined; }'. - Type '{ a: string; b: number; }' is not assignable to type '{ a?: undefined; b?: undefined; }'. - Types of property 'a' are incompatible. - Type 'string' is not assignable to type 'undefined'. + Types of property 'b' are incompatible. + Type 'number' is not assignable to type 'undefined'. tests/cases/conformance/expressions/objectLiterals/objectLiteralNormalization.ts(18,1): error TS2322: Type '{ a: number; }' is not assignable to type '{ a: number; b: number; } | { a: string; b?: undefined; } | { a?: undefined; b?: undefined; }'. Property 'b' is missing in type '{ a: number; }' but required in type '{ a: number; b: number; }'. tests/cases/conformance/expressions/objectLiterals/objectLiteralNormalization.ts(48,20): error TS2322: Type '2' is not assignable to type '1'. @@ -44,9 +43,8 @@ tests/cases/conformance/expressions/objectLiterals/objectLiteralNormalization.ts a2 = { a: "def", b: 20 }; // Error ~~ !!! error TS2322: Type '{ a: string; b: number; }' is not assignable to type '{ a: number; b: number; } | { a: string; b?: undefined; } | { a?: undefined; b?: undefined; }'. -!!! error TS2322: Type '{ a: string; b: number; }' is not assignable to type '{ a?: undefined; b?: undefined; }'. -!!! error TS2322: Types of property 'a' are incompatible. -!!! error TS2322: Type 'string' is not assignable to type 'undefined'. +!!! error TS2322: Types of property 'b' are incompatible. +!!! error TS2322: Type 'number' is not assignable to type 'undefined'. a2 = { a: 1 }; // Error ~~ !!! error TS2322: Type '{ a: number; }' is not assignable to type '{ a: number; b: number; } | { a: string; b?: undefined; } | { a?: undefined; b?: undefined; }'. diff --git a/tests/baselines/reference/quickInfoOnJsxNamespacedName.baseline b/tests/baselines/reference/quickInfoOnJsxNamespacedName.baseline new file mode 100644 index 0000000000000..b30eaf3dd5fe1 --- /dev/null +++ b/tests/baselines/reference/quickInfoOnJsxNamespacedName.baseline @@ -0,0 +1,117 @@ +=== /a.tsx === +// ; +// ^^^ +// | ---------------------------------------------------------------------- +// | (property) JSX.IntrinsicElements['a:b']: { +// | a: string; +// | } +// | ---------------------------------------------------------------------- + +[ + { + "marker": { + "fileName": "/a.tsx", + "position": 1, + "name": "" + }, + "item": { + "kind": "property", + "kindModifiers": "declare", + "textSpan": { + "start": 1, + "length": 3 + }, + "displayParts": [ + { + "text": "(", + "kind": "punctuation" + }, + { + "text": "property", + "kind": "text" + }, + { + "text": ")", + "kind": "punctuation" + }, + { + "text": " ", + "kind": "space" + }, + { + "text": "JSX", + "kind": "moduleName" + }, + { + "text": ".", + "kind": "punctuation" + }, + { + "text": "IntrinsicElements", + "kind": "interfaceName" + }, + { + "text": "[", + "kind": "punctuation" + }, + { + "text": "'a:b'", + "kind": "stringLiteral" + }, + { + "text": "]", + "kind": "punctuation" + }, + { + "text": ":", + "kind": "punctuation" + }, + { + "text": " ", + "kind": "space" + }, + { + "text": "{", + "kind": "punctuation" + }, + { + "text": "\n", + "kind": "lineBreak" + }, + { + "text": " ", + "kind": "space" + }, + { + "text": "a", + "kind": "propertyName" + }, + { + "text": ":", + "kind": "punctuation" + }, + { + "text": " ", + "kind": "space" + }, + { + "text": "string", + "kind": "keyword" + }, + { + "text": ";", + "kind": "punctuation" + }, + { + "text": "\n", + "kind": "lineBreak" + }, + { + "text": "}", + "kind": "punctuation" + } + ], + "documentation": [] + } + } +] \ No newline at end of file diff --git a/tests/baselines/reference/recursiveConditionalCrash4.errors.txt b/tests/baselines/reference/recursiveConditionalCrash4.errors.txt new file mode 100644 index 0000000000000..f66921b5114bd --- /dev/null +++ b/tests/baselines/reference/recursiveConditionalCrash4.errors.txt @@ -0,0 +1,42 @@ +tests/cases/compiler/recursiveConditionalCrash4.ts(7,16): error TS2503: Cannot find namespace 'StrIter'. +tests/cases/compiler/recursiveConditionalCrash4.ts(8,5): error TS2503: Cannot find namespace 'StrIter'. +tests/cases/compiler/recursiveConditionalCrash4.ts(9,25): error TS2304: Cannot find name 'Add'. +tests/cases/compiler/recursiveConditionalCrash4.ts(9,37): error TS2503: Cannot find namespace 'StrIter'. +tests/cases/compiler/recursiveConditionalCrash4.ts(10,7): error TS2589: Type instantiation is excessively deep and possibly infinite. +tests/cases/compiler/recursiveConditionalCrash4.ts(10,31): error TS2503: Cannot find namespace 'StrIter'. +tests/cases/compiler/recursiveConditionalCrash4.ts(16,7): error TS2589: Type instantiation is excessively deep and possibly infinite. + + +==== tests/cases/compiler/recursiveConditionalCrash4.ts (7 errors) ==== + // Repros from #53783 + + type LengthDown< + Str extends string, + Length extends number | bigint, + It + > = It extends StrIter.Iterator + ~~~~~~~ +!!! error TS2503: Cannot find namespace 'StrIter'. + ? StrIter.CutAt extends `${infer $Rest}` + ~~~~~~~ +!!! error TS2503: Cannot find namespace 'StrIter'. + ? LengthDown<$Rest, Add>, It> + ~~~ +!!! error TS2304: Cannot find name 'Add'. + ~~~~~~~ +!!! error TS2503: Cannot find namespace 'StrIter'. + : LengthDown> + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +!!! error TS2589: Type instantiation is excessively deep and possibly infinite. + ~~~~~~~ +!!! error TS2503: Cannot find namespace 'StrIter'. + : Length; + + type Foo = T extends unknown + ? unknown extends `${infer $Rest}` + ? Foo + : Foo + ~~~~~~~~~~~~ +!!! error TS2589: Type instantiation is excessively deep and possibly infinite. + : unknown; + \ No newline at end of file diff --git a/tests/baselines/reference/recursiveConditionalCrash4.symbols b/tests/baselines/reference/recursiveConditionalCrash4.symbols new file mode 100644 index 0000000000000..74abf55ef0848 --- /dev/null +++ b/tests/baselines/reference/recursiveConditionalCrash4.symbols @@ -0,0 +1,65 @@ +=== tests/cases/compiler/recursiveConditionalCrash4.ts === +// Repros from #53783 + +type LengthDown< +>LengthDown : Symbol(LengthDown, Decl(recursiveConditionalCrash4.ts, 0, 0)) + + Str extends string, +>Str : Symbol(Str, Decl(recursiveConditionalCrash4.ts, 2, 16)) + + Length extends number | bigint, +>Length : Symbol(Length, Decl(recursiveConditionalCrash4.ts, 3, 21)) + + It +>It : Symbol(It, Decl(recursiveConditionalCrash4.ts, 4, 33)) + +> = It extends StrIter.Iterator +>It : Symbol(It, Decl(recursiveConditionalCrash4.ts, 4, 33)) +>StrIter : Symbol(StrIter) +>Iterator : Symbol(StrIter.Iterator) + + ? StrIter.CutAt extends `${infer $Rest}` +>StrIter : Symbol(StrIter) +>CutAt : Symbol(StrIter.CutAt) +>Str : Symbol(Str, Decl(recursiveConditionalCrash4.ts, 2, 16)) +>It : Symbol(It, Decl(recursiveConditionalCrash4.ts, 4, 33)) +>$Rest : Symbol($Rest, Decl(recursiveConditionalCrash4.ts, 7, 43)) + + ? LengthDown<$Rest, Add>, It> +>LengthDown : Symbol(LengthDown, Decl(recursiveConditionalCrash4.ts, 0, 0)) +>$Rest : Symbol($Rest, Decl(recursiveConditionalCrash4.ts, 7, 43)) +>Add : Symbol(Add) +>Length : Symbol(Length, Decl(recursiveConditionalCrash4.ts, 3, 21)) +>StrIter : Symbol(StrIter) +>Value : Symbol(StrIter.Value) +>It : Symbol(It, Decl(recursiveConditionalCrash4.ts, 4, 33)) +>It : Symbol(It, Decl(recursiveConditionalCrash4.ts, 4, 33)) + + : LengthDown> +>LengthDown : Symbol(LengthDown, Decl(recursiveConditionalCrash4.ts, 0, 0)) +>Str : Symbol(Str, Decl(recursiveConditionalCrash4.ts, 2, 16)) +>Length : Symbol(Length, Decl(recursiveConditionalCrash4.ts, 3, 21)) +>StrIter : Symbol(StrIter) +>Prev : Symbol(StrIter.Prev) +>It : Symbol(It, Decl(recursiveConditionalCrash4.ts, 4, 33)) + + : Length; +>Length : Symbol(Length, Decl(recursiveConditionalCrash4.ts, 3, 21)) + +type Foo = T extends unknown +>Foo : Symbol(Foo, Decl(recursiveConditionalCrash4.ts, 10, 11)) +>T : Symbol(T, Decl(recursiveConditionalCrash4.ts, 12, 9)) +>T : Symbol(T, Decl(recursiveConditionalCrash4.ts, 12, 9)) + + ? unknown extends `${infer $Rest}` +>$Rest : Symbol($Rest, Decl(recursiveConditionalCrash4.ts, 13, 28)) + + ? Foo +>Foo : Symbol(Foo, Decl(recursiveConditionalCrash4.ts, 10, 11)) +>T : Symbol(T, Decl(recursiveConditionalCrash4.ts, 12, 9)) + + : Foo +>Foo : Symbol(Foo, Decl(recursiveConditionalCrash4.ts, 10, 11)) + + : unknown; + diff --git a/tests/baselines/reference/recursiveConditionalCrash4.types b/tests/baselines/reference/recursiveConditionalCrash4.types new file mode 100644 index 0000000000000..18cd601ae1f02 --- /dev/null +++ b/tests/baselines/reference/recursiveConditionalCrash4.types @@ -0,0 +1,31 @@ +=== tests/cases/compiler/recursiveConditionalCrash4.ts === +// Repros from #53783 + +type LengthDown< +>LengthDown : LengthDown + + Str extends string, + Length extends number | bigint, + It +> = It extends StrIter.Iterator +>StrIter : any + + ? StrIter.CutAt extends `${infer $Rest}` +>StrIter : any + + ? LengthDown<$Rest, Add>, It> +>StrIter : any + + : LengthDown> +>StrIter : any + + : Length; + +type Foo = T extends unknown +>Foo : Foo + + ? unknown extends `${infer $Rest}` + ? Foo + : Foo + : unknown; + diff --git a/tests/baselines/reference/referenceInParameterPropertyDeclaration.baseline.jsonc b/tests/baselines/reference/referenceInParameterPropertyDeclaration.baseline.jsonc index a8d78004921df..2e5101030de68 100644 --- a/tests/baselines/reference/referenceInParameterPropertyDeclaration.baseline.jsonc +++ b/tests/baselines/reference/referenceInParameterPropertyDeclaration.baseline.jsonc @@ -10,11 +10,7 @@ // // let localPublic = publicParam; // this.publicParam += " Hello!"; -// -// let localProtected = protectedParam; -// this.protectedParam = false; -// } -// } +// --- (line: 11) skipped --- // === Definitions === // === /tests/cases/fourslash/file1.ts === @@ -23,16 +19,7 @@ // public publicParam: string, // protected protectedParam: boolean) { // - // let localPrivate = privateParam; - // this.privateParam += 10; - // - // let localPublic = publicParam; - // this.publicParam += " Hello!"; - // - // let localProtected = protectedParam; - // this.protectedParam = false; - // } - // } + // --- (line: 6) skipped --- // === Details === [ @@ -156,15 +143,7 @@ // protected protectedParam: boolean) { // // let localPrivate = privateParam; - // this.privateParam += 10; - // - // let localPublic = publicParam; - // this.publicParam += " Hello!"; - // - // let localProtected = protectedParam; - // this.protectedParam = false; - // } - // } + // --- (line: 7) skipped --- // === Details === [ @@ -289,14 +268,7 @@ // // let localPrivate = privateParam; // this.privateParam += 10; - // - // let localPublic = publicParam; - // this.publicParam += " Hello!"; - // - // let localProtected = protectedParam; - // this.protectedParam = false; - // } - // } + // --- (line: 8) skipped --- // === Details === [ diff --git a/tests/baselines/reference/referenceToClass.baseline.jsonc b/tests/baselines/reference/referenceToClass.baseline.jsonc index 255fb4edd3b55..c65e0065915a5 100644 --- a/tests/baselines/reference/referenceToClass.baseline.jsonc +++ b/tests/baselines/reference/referenceToClass.baseline.jsonc @@ -26,12 +26,7 @@ // // class bar { // public n: foo; - // public k = new foo(); - // } - // - // module mod { - // var k: foo = null; - // } + // --- (line: 8) skipped --- // === Details === [ @@ -87,12 +82,7 @@ // // class bar { // public n: foo; - // public k = new foo(); - // } - // - // module mod { - // var k: foo = null; - // } + // --- (line: 8) skipped --- // === Details === [ @@ -151,9 +141,7 @@ // public k = new foo(); // } // - // module mod { - // var k: foo = null; - // } + // --- (line: 11) skipped --- // === Details === [ @@ -331,12 +319,7 @@ // // class bar { // public n: foo; - // public k = new foo(); - // } - // - // module mod { - // var k: foo = null; - // } + // --- (line: 8) skipped --- // === Details === [ diff --git a/tests/baselines/reference/referencesForAmbients.baseline.jsonc b/tests/baselines/reference/referencesForAmbients.baseline.jsonc index 63379ed4e1b31..ac4c090940453 100644 --- a/tests/baselines/reference/referencesForAmbients.baseline.jsonc +++ b/tests/baselines/reference/referencesForAmbients.baseline.jsonc @@ -9,10 +9,7 @@ // var f2: typeof foo.f; // } // -// declare module "baz" { -// import bar = require("bar"); -// var f2: typeof bar.foo; -// } +// --- (line: 10) skipped --- // === Definitions === // === /tests/cases/fourslash/referencesForAmbients.ts === @@ -22,13 +19,7 @@ // // declare module "bar" { // export import foo = require("foo"); - // var f2: typeof foo.f; - // } - // - // declare module "baz" { - // import bar = require("bar"); - // var f2: typeof bar.foo; - // } + // --- (line: 7) skipped --- // === Details === [ @@ -67,10 +58,7 @@ // var f2: typeof foo.f; // } // -// declare module "baz" { -// import bar = require("bar"); -// var f2: typeof bar.foo; -// } +// --- (line: 10) skipped --- // === Definitions === // === /tests/cases/fourslash/referencesForAmbients.ts === @@ -80,13 +68,7 @@ // // declare module "bar" { // export import foo = require("foo"); - // var f2: typeof foo.f; - // } - // - // declare module "baz" { - // import bar = require("bar"); - // var f2: typeof bar.foo; - // } + // --- (line: 7) skipped --- // === Details === [ @@ -126,9 +108,7 @@ // } // // declare module "baz" { -// import bar = require("bar"); -// var f2: typeof bar.foo; -// } +// --- (line: 11) skipped --- // === Definitions === // === /tests/cases/fourslash/referencesForAmbients.ts === @@ -137,14 +117,7 @@ // } // // declare module "bar" { - // export import foo = require("foo"); - // var f2: typeof foo.f; - // } - // - // declare module "baz" { - // import bar = require("bar"); - // var f2: typeof bar.foo; - // } + // --- (line: 6) skipped --- // === Details === [ @@ -196,9 +169,7 @@ // } // // declare module "baz" { -// import bar = require("bar"); -// var f2: typeof bar.foo; -// } +// --- (line: 11) skipped --- // === Definitions === // === /tests/cases/fourslash/referencesForAmbients.ts === @@ -207,14 +178,7 @@ // } // // declare module "bar" { - // export import foo = require("foo"); - // var f2: typeof foo.f; - // } - // - // declare module "baz" { - // import bar = require("bar"); - // var f2: typeof bar.foo; - // } + // --- (line: 6) skipped --- // === Details === [ @@ -397,10 +361,7 @@ // var f2: typeof foo.f; // } // - // declare module "baz" { - // import bar = require("bar"); - // var f2: typeof bar.foo; - // } + // --- (line: 10) skipped --- // === Details === [ @@ -515,10 +476,7 @@ // var f2: typeof foo.f; // } // - // declare module "baz" { - // import bar = require("bar"); - // var f2: typeof bar.foo; - // } + // --- (line: 10) skipped --- // === Details === [ @@ -617,10 +575,7 @@ // var f2: typeof foo.f; // } // -// declare module "baz" { -// import bar = require("bar"); -// var f2: typeof bar.foo; -// } +// --- (line: 10) skipped --- // === Definitions === // === /tests/cases/fourslash/referencesForAmbients.ts === @@ -633,10 +588,7 @@ // var f2: typeof foo.f; // } // - // declare module "baz" { - // import bar = require("bar"); - // var f2: typeof bar.foo; - // } + // --- (line: 10) skipped --- // === Details === [ @@ -692,9 +644,7 @@ // } // // declare module "baz" { - // import bar = require("bar"); - // var f2: typeof bar.foo; - // } + // --- (line: 11) skipped --- // === Details === [ @@ -794,9 +744,7 @@ // } // // declare module "baz" { -// import bar = require("bar"); -// var f2: typeof bar.foo; -// } +// --- (line: 11) skipped --- // === Definitions === // === /tests/cases/fourslash/referencesForAmbients.ts === @@ -810,9 +758,7 @@ // } // // declare module "baz" { - // import bar = require("bar"); - // var f2: typeof bar.foo; - // } + // --- (line: 11) skipped --- // === Details === [ @@ -854,13 +800,7 @@ // === findAllReferences === // === /tests/cases/fourslash/referencesForAmbients.ts === -// declare module "foo" { -// var f: number; -// } -// -// declare module "bar" { -// export import foo = require("foo"); -// var f2: typeof foo.f; +// --- (line: 7) skipped --- // } // // declare module "baz" { @@ -870,13 +810,7 @@ // === Definitions === // === /tests/cases/fourslash/referencesForAmbients.ts === - // declare module "foo" { - // var f: number; - // } - // - // declare module "bar" { - // export import foo = require("foo"); - // var f2: typeof foo.f; + // --- (line: 7) skipped --- // } // // declare module "baz" { diff --git a/tests/baselines/reference/referencesForClassLocal.baseline.jsonc b/tests/baselines/reference/referencesForClassLocal.baseline.jsonc index b9facd7ff9c4f..58e33aa77d723 100644 --- a/tests/baselines/reference/referencesForClassLocal.baseline.jsonc +++ b/tests/baselines/reference/referencesForClassLocal.baseline.jsonc @@ -14,9 +14,7 @@ // } // // public bar2() { -// var n = 12; -// } -// } +// --- (line: 15) skipped --- // === Definitions === // === /tests/cases/fourslash/referencesForClassLocal.ts === @@ -27,16 +25,7 @@ // // public bar() { // this.n = 9; - // } - // - // constructor() { - // this.n = 4; - // } - // - // public bar2() { - // var n = 12; - // } - // } + // --- (line: 8) skipped --- // === Details === [ @@ -108,9 +97,7 @@ // } // // public bar2() { -// var n = 12; -// } -// } +// --- (line: 15) skipped --- // === Definitions === // === /tests/cases/fourslash/referencesForClassLocal.ts === @@ -121,16 +108,7 @@ // // public bar() { // this.n = 9; - // } - // - // constructor() { - // this.n = 4; - // } - // - // public bar2() { - // var n = 12; - // } - // } + // --- (line: 8) skipped --- // === Details === [ @@ -202,9 +180,7 @@ // } // // public bar2() { -// var n = 12; -// } -// } +// --- (line: 15) skipped --- // === Definitions === // === /tests/cases/fourslash/referencesForClassLocal.ts === @@ -218,13 +194,7 @@ // } // // constructor() { - // this.n = 4; - // } - // - // public bar2() { - // var n = 12; - // } - // } + // --- (line: 11) skipped --- // === Details === [ @@ -296,9 +266,7 @@ // } // // public bar2() { -// var n = 12; -// } -// } +// --- (line: 15) skipped --- // === Definitions === // === /tests/cases/fourslash/referencesForClassLocal.ts === @@ -316,9 +284,7 @@ // } // // public bar2() { - // var n = 12; - // } - // } + // --- (line: 15) skipped --- // === Details === [ diff --git a/tests/baselines/reference/referencesForClassMembers.baseline.jsonc b/tests/baselines/reference/referencesForClassMembers.baseline.jsonc index a57232d1beecd..2ab279654a666 100644 --- a/tests/baselines/reference/referencesForClassMembers.baseline.jsonc +++ b/tests/baselines/reference/referencesForClassMembers.baseline.jsonc @@ -24,9 +24,7 @@ // method() { } // } // - // var c: MyClass; - // c.a; - // c.method(); + // --- (line: 10) skipped --- // === Details === [ @@ -158,9 +156,7 @@ // method() { } // } // - // var c: MyClass; - // c.a; - // c.method(); + // --- (line: 10) skipped --- // === Details === [ diff --git a/tests/baselines/reference/referencesForClassMembersExtendingAbstractClass.baseline.jsonc b/tests/baselines/reference/referencesForClassMembersExtendingAbstractClass.baseline.jsonc index 5721067533cf3..b271348bba3d1 100644 --- a/tests/baselines/reference/referencesForClassMembersExtendingAbstractClass.baseline.jsonc +++ b/tests/baselines/reference/referencesForClassMembersExtendingAbstractClass.baseline.jsonc @@ -24,9 +24,7 @@ // method() { } // } // - // var c: MyClass; - // c.a; - // c.method(); + // --- (line: 10) skipped --- // === Details === [ @@ -158,9 +156,7 @@ // method() { } // } // - // var c: MyClass; - // c.a; - // c.method(); + // --- (line: 10) skipped --- // === Details === [ diff --git a/tests/baselines/reference/referencesForClassMembersExtendingGenericClass.baseline.jsonc b/tests/baselines/reference/referencesForClassMembersExtendingGenericClass.baseline.jsonc index a9033e569e1ae..b5879b4713595 100644 --- a/tests/baselines/reference/referencesForClassMembersExtendingGenericClass.baseline.jsonc +++ b/tests/baselines/reference/referencesForClassMembersExtendingGenericClass.baseline.jsonc @@ -24,9 +24,7 @@ // method() { } // } // - // var c: MyClass; - // c.a; - // c.method(); + // --- (line: 10) skipped --- // === Details === [ @@ -170,9 +168,7 @@ // method() { } // } // - // var c: MyClass; - // c.a; - // c.method(); + // --- (line: 10) skipped --- // === Details === [ diff --git a/tests/baselines/reference/referencesForClassParameter.baseline.jsonc b/tests/baselines/reference/referencesForClassParameter.baseline.jsonc index a3e190cfe0d81..cc17e8b0ac832 100644 --- a/tests/baselines/reference/referencesForClassParameter.baseline.jsonc +++ b/tests/baselines/reference/referencesForClassParameter.baseline.jsonc @@ -28,13 +28,7 @@ // } // // public f(p) { - // this.p = p; - // } - // - // } - // - // var n = new foo(undefined); - // n.p = null; + // --- (line: 10) skipped --- // === Details === [ @@ -120,13 +114,7 @@ // } // // public f(p) { - // this.p = p; - // } - // - // } - // - // var n = new foo(undefined); - // n.p = null; + // --- (line: 10) skipped --- // === Details === [ @@ -216,9 +204,7 @@ // } // // } - // - // var n = new foo(undefined); - // n.p = null; + // --- (line: 14) skipped --- // === Details === [ diff --git a/tests/baselines/reference/referencesForContextuallyTypedObjectLiteralProperties.baseline.jsonc b/tests/baselines/reference/referencesForContextuallyTypedObjectLiteralProperties.baseline.jsonc index 4e2126c34c3b6..a3a5af15b621e 100644 --- a/tests/baselines/reference/referencesForContextuallyTypedObjectLiteralProperties.baseline.jsonc +++ b/tests/baselines/reference/referencesForContextuallyTypedObjectLiteralProperties.baseline.jsonc @@ -31,26 +31,7 @@ // // // Assignment // var a1: IFoo = { xy: 0 }; - // var a2: IFoo = { xy: 0 }; - // - // // Function call - // function consumer(f: IFoo) { } - // consumer({ xy: 1 }); - // - // // Type cast - // var c = { xy: 0 }; - // - // // Array literal - // var ar: IFoo[] = [{ xy: 1 }, { xy: 2 }]; - // - // // Nested object literal - // var ob: { ifoo: IFoo } = { ifoo: { xy: 0 } }; - // - // // Widened type - // var w: IFoo = { xy: undefined }; - // - // // Untped -- should not be included - // var u = { xy: 0 }; + // --- (line: 5) skipped --- // === Details === [ diff --git a/tests/baselines/reference/referencesForContextuallyTypedUnionProperties.baseline.jsonc b/tests/baselines/reference/referencesForContextuallyTypedUnionProperties.baseline.jsonc index 0132c7a413ecc..0303d26cf34f5 100644 --- a/tests/baselines/reference/referencesForContextuallyTypedUnionProperties.baseline.jsonc +++ b/tests/baselines/reference/referencesForContextuallyTypedUnionProperties.baseline.jsonc @@ -42,33 +42,7 @@ // } // // interface B { - // b: number; - // common: number; - // } - // - // // Assignment - // var v1: A | B = { a: 0, common: "" }; - // var v2: A | B = { b: 0, common: 3 }; - // - // // Function call - // function consumer(f: A | B) { } - // consumer({ a: 0, b: 0, common: 1 }); - // - // // Type cast - // var c = { common: 0, b: 0 }; - // - // // Array literal - // var ar: Array = [{ a: 0, common: "" }, { b: 0, common: 0 }]; - // - // // Nested object literal - // var ob: { aorb: A|B } = { aorb: { b: 0, common: 0 } }; - // - // // Widened type - // var w: A|B = { a:0, common: undefined }; - // - // // Untped -- should not be included - // var u1 = { a: 0, b: 0, common: "" }; - // var u2 = { b: 0, common: 0 }; + // --- (line: 7) skipped --- // === Details === [ @@ -184,10 +158,7 @@ // === findAllReferences === // === /tests/cases/fourslash/referencesForContextuallyTypedUnionProperties.ts === -// interface A { -// a: number; -// common: string; -// } +// --- (line: 4) skipped --- // // interface B { // b: number; @@ -231,28 +202,7 @@ // } // // // Assignment - // var v1: A | B = { a: 0, common: "" }; - // var v2: A | B = { b: 0, common: 3 }; - // - // // Function call - // function consumer(f: A | B) { } - // consumer({ a: 0, b: 0, common: 1 }); - // - // // Type cast - // var c = { common: 0, b: 0 }; - // - // // Array literal - // var ar: Array = [{ a: 0, common: "" }, { b: 0, common: 0 }]; - // - // // Nested object literal - // var ob: { aorb: A|B } = { aorb: { b: 0, common: 0 } }; - // - // // Widened type - // var w: A|B = { a:0, common: undefined }; - // - // // Untped -- should not be included - // var u1 = { a: 0, b: 0, common: "" }; - // var u2 = { b: 0, common: 0 }; + // --- (line: 12) skipped --- // === Details === [ @@ -419,24 +369,7 @@ // var v2: A | B = { b: 0, common: 3 }; // // // Function call - // function consumer(f: A | B) { } - // consumer({ a: 0, b: 0, common: 1 }); - // - // // Type cast - // var c = { common: 0, b: 0 }; - // - // // Array literal - // var ar: Array = [{ a: 0, common: "" }, { b: 0, common: 0 }]; - // - // // Nested object literal - // var ob: { aorb: A|B } = { aorb: { b: 0, common: 0 } }; - // - // // Widened type - // var w: A|B = { a:0, common: undefined }; - // - // // Untped -- should not be included - // var u1 = { a: 0, b: 0, common: "" }; - // var u2 = { b: 0, common: 0 }; + // --- (line: 16) skipped --- // === Details === [ @@ -653,23 +586,7 @@ // // // Function call // function consumer(f: A | B) { } - // consumer({ a: 0, b: 0, common: 1 }); - // - // // Type cast - // var c = { common: 0, b: 0 }; - // - // // Array literal - // var ar: Array = [{ a: 0, common: "" }, { b: 0, common: 0 }]; - // - // // Nested object literal - // var ob: { aorb: A|B } = { aorb: { b: 0, common: 0 } }; - // - // // Widened type - // var w: A|B = { a:0, common: undefined }; - // - // // Untped -- should not be included - // var u1 = { a: 0, b: 0, common: "" }; - // var u2 = { b: 0, common: 0 }; + // --- (line: 17) skipped --- // === Details === [ @@ -890,19 +807,7 @@ // // // Type cast // var c = { common: 0, b: 0 }; - // - // // Array literal - // var ar: Array = [{ a: 0, common: "" }, { b: 0, common: 0 }]; - // - // // Nested object literal - // var ob: { aorb: A|B } = { aorb: { b: 0, common: 0 } }; - // - // // Widened type - // var w: A|B = { a:0, common: undefined }; - // - // // Untped -- should not be included - // var u1 = { a: 0, b: 0, common: "" }; - // var u2 = { b: 0, common: 0 }; + // --- (line: 21) skipped --- // === Details === [ @@ -1114,11 +1019,9 @@ // } // // // Assignment - // var v1: A | B = { a: 0, common: "" }; - // var v2: A | B = { b: 0, common: 3 }; - // - // // Function call - // function consumer(f: A | B) { } + // --- (line: 12) skipped --- + + // --- (line: 16) skipped --- // consumer({ a: 0, b: 0, common: 1 }); // // // Type cast @@ -1126,16 +1029,7 @@ // // // Array literal // var ar: Array = [{ a: 0, common: "" }, { b: 0, common: 0 }]; - // - // // Nested object literal - // var ob: { aorb: A|B } = { aorb: { b: 0, common: 0 } }; - // - // // Widened type - // var w: A|B = { a:0, common: undefined }; - // - // // Untped -- should not be included - // var u1 = { a: 0, b: 0, common: "" }; - // var u2 = { b: 0, common: 0 }; + // --- (line: 24) skipped --- // === Details === [ @@ -1347,14 +1241,9 @@ // } // // // Assignment - // var v1: A | B = { a: 0, common: "" }; - // var v2: A | B = { b: 0, common: 3 }; - // - // // Function call - // function consumer(f: A | B) { } - // consumer({ a: 0, b: 0, common: 1 }); - // - // // Type cast + // --- (line: 12) skipped --- + + // --- (line: 19) skipped --- // var c = { common: 0, b: 0 }; // // // Array literal @@ -1362,13 +1251,7 @@ // // // Nested object literal // var ob: { aorb: A|B } = { aorb: { b: 0, common: 0 } }; - // - // // Widened type - // var w: A|B = { a:0, common: undefined }; - // - // // Untped -- should not be included - // var u1 = { a: 0, b: 0, common: "" }; - // var u2 = { b: 0, common: 0 }; + // --- (line: 27) skipped --- // === Details === [ @@ -1580,14 +1463,9 @@ // } // // // Assignment - // var v1: A | B = { a: 0, common: "" }; - // var v2: A | B = { b: 0, common: 3 }; - // - // // Function call - // function consumer(f: A | B) { } - // consumer({ a: 0, b: 0, common: 1 }); - // - // // Type cast + // --- (line: 12) skipped --- + + // --- (line: 19) skipped --- // var c = { common: 0, b: 0 }; // // // Array literal @@ -1595,13 +1473,7 @@ // // // Nested object literal // var ob: { aorb: A|B } = { aorb: { b: 0, common: 0 } }; - // - // // Widened type - // var w: A|B = { a:0, common: undefined }; - // - // // Untped -- should not be included - // var u1 = { a: 0, b: 0, common: "" }; - // var u2 = { b: 0, common: 0 }; + // --- (line: 27) skipped --- // === Details === [ @@ -1813,17 +1685,9 @@ // } // // // Assignment - // var v1: A | B = { a: 0, common: "" }; - // var v2: A | B = { b: 0, common: 3 }; - // - // // Function call - // function consumer(f: A | B) { } - // consumer({ a: 0, b: 0, common: 1 }); - // - // // Type cast - // var c = { common: 0, b: 0 }; - // - // // Array literal + // --- (line: 12) skipped --- + + // --- (line: 22) skipped --- // var ar: Array = [{ a: 0, common: "" }, { b: 0, common: 0 }]; // // // Nested object literal @@ -1831,10 +1695,7 @@ // // // Widened type // var w: A|B = { a:0, common: undefined }; - // - // // Untped -- should not be included - // var u1 = { a: 0, b: 0, common: "" }; - // var u2 = { b: 0, common: 0 }; + // --- (line: 30) skipped --- // === Details === [ @@ -2046,20 +1907,9 @@ // } // // // Assignment - // var v1: A | B = { a: 0, common: "" }; - // var v2: A | B = { b: 0, common: 3 }; - // - // // Function call - // function consumer(f: A | B) { } - // consumer({ a: 0, b: 0, common: 1 }); - // - // // Type cast - // var c = { common: 0, b: 0 }; - // - // // Array literal - // var ar: Array = [{ a: 0, common: "" }, { b: 0, common: 0 }]; - // - // // Nested object literal + // --- (line: 12) skipped --- + + // --- (line: 25) skipped --- // var ob: { aorb: A|B } = { aorb: { b: 0, common: 0 } }; // // // Widened type diff --git a/tests/baselines/reference/referencesForContextuallyTypedUnionProperties2.baseline.jsonc b/tests/baselines/reference/referencesForContextuallyTypedUnionProperties2.baseline.jsonc index d4d268aa636ba..fcb347e61d718 100644 --- a/tests/baselines/reference/referencesForContextuallyTypedUnionProperties2.baseline.jsonc +++ b/tests/baselines/reference/referencesForContextuallyTypedUnionProperties2.baseline.jsonc @@ -1,8 +1,6 @@ // === findAllReferences === // === /tests/cases/fourslash/referencesForContextuallyTypedUnionProperties2.ts === -// interface A { -// a: number; -// common: string; +// --- (line: 3) skipped --- // } // // interface B { @@ -36,9 +34,7 @@ // === Definitions === // === /tests/cases/fourslash/referencesForContextuallyTypedUnionProperties2.ts === - // interface A { - // a: number; - // common: string; + // --- (line: 3) skipped --- // } // // interface B { @@ -46,29 +42,7 @@ // common: number; // } // - // // Assignment - // var v1: A | B = { a: 0, common: "" }; - // var v2: A | B = { b: 0, common: 3 }; - // - // // Function call - // function consumer(f: A | B) { } - // consumer({ a: 0, b: 0, common: 1 }); - // - // // Type cast - // var c = { common: 0, b: 0 }; - // - // // Array literal - // var ar: Array = [{ a: 0, common: "" }, { b: 0, common: 0 }]; - // - // // Nested object literal - // var ob: { aorb: A|B } = { aorb: { b: 0, common: 0 } }; - // - // // Widened type - // var w: A|B = { b:undefined, common: undefined }; - // - // // Untped -- should not be included - // var u1 = { a: 0, b: 0, common: "" }; - // var u2 = { b: 0, common: 0 }; + // --- (line: 11) skipped --- // === Details === [ diff --git a/tests/baselines/reference/referencesForDeclarationKeywords.baseline.jsonc b/tests/baselines/reference/referencesForDeclarationKeywords.baseline.jsonc index 76d3ff680ff77..adb6eac0e038d 100644 --- a/tests/baselines/reference/referencesForDeclarationKeywords.baseline.jsonc +++ b/tests/baselines/reference/referencesForDeclarationKeywords.baseline.jsonc @@ -9,16 +9,7 @@ // interface I1 extends Base { } // type T = { } // enum E { } -// namespace N { } -// module M { } -// function fn() {} -// var x; -// let y; -// const z = 1; -// interface Implemented2 {} -// interface Implemented3 {} -// class C2 implements Implemented2, Implemented3 {} -// interface I2 extends Implemented2, Implemented3 {} +// --- (line: 10) skipped --- // === Definitions === // === /tests/cases/fourslash/referencesForDeclarationKeywords.ts === @@ -31,16 +22,7 @@ // interface I1 extends Base { } // type T = { } // enum E { } - // namespace N { } - // module M { } - // function fn() {} - // var x; - // let y; - // const z = 1; - // interface Implemented2 {} - // interface Implemented3 {} - // class C2 implements Implemented2, Implemented3 {} - // interface I2 extends Implemented2, Implemented3 {} + // --- (line: 10) skipped --- // === Details === [ @@ -80,15 +62,7 @@ // type T = { } // enum E { } // namespace N { } -// module M { } -// function fn() {} -// var x; -// let y; -// const z = 1; -// interface Implemented2 {} -// interface Implemented3 {} -// class C2 implements Implemented2, Implemented3 {} -// interface I2 extends Implemented2, Implemented3 {} +// --- (line: 11) skipped --- // === Definitions === // === /tests/cases/fourslash/referencesForDeclarationKeywords.ts === @@ -98,19 +72,7 @@ // get e() { return 1; } // set e(v) {} // } - // interface I1 extends Base { } - // type T = { } - // enum E { } - // namespace N { } - // module M { } - // function fn() {} - // var x; - // let y; - // const z = 1; - // interface Implemented2 {} - // interface Implemented3 {} - // class C2 implements Implemented2, Implemented3 {} - // interface I2 extends Implemented2, Implemented3 {} + // --- (line: 7) skipped --- // === Details === [ @@ -146,19 +108,7 @@ // get e() { return 1; } // set e(v) {} // } -// interface I1 extends Base { } -// type T = { } -// enum E { } -// namespace N { } -// module M { } -// function fn() {} -// var x; -// let y; -// const z = 1; -// interface Implemented2 {} -// interface Implemented3 {} -// class C2 implements Implemented2, Implemented3 {} -// interface I2 extends Implemented2, Implemented3 {} +// --- (line: 7) skipped --- // === Definitions === // === /tests/cases/fourslash/referencesForDeclarationKeywords.ts === @@ -168,19 +118,7 @@ // get e() { return 1; } // set e(v) {} // } - // interface I1 extends Base { } - // type T = { } - // enum E { } - // namespace N { } - // module M { } - // function fn() {} - // var x; - // let y; - // const z = 1; - // interface Implemented2 {} - // interface Implemented3 {} - // class C2 implements Implemented2, Implemented3 {} - // interface I2 extends Implemented2, Implemented3 {} + // --- (line: 7) skipped --- // === Details === [ @@ -210,20 +148,7 @@ // === findAllReferences === // === /tests/cases/fourslash/referencesForDeclarationKeywords.ts === -// class Base {} -// interface Implemented1 {} -// class C1 extends Base implements Implemented1 { -// get e() { return 1; } -// set e(v) {} -// } -// interface I1 extends Base { } -// type T = { } -// enum E { } -// namespace N { } -// module M { } -// function fn() {} -// var x; -// let y; +// --- (line: 14) skipped --- // const z = 1; // interface Implemented2 {} // interface Implemented3 {} @@ -242,17 +167,7 @@ // } // interface I1 extends Base { } // type T = { } -// enum E { } -// namespace N { } -// module M { } -// function fn() {} -// var x; -// let y; -// const z = 1; -// interface Implemented2 {} -// interface Implemented3 {} -// class C2 implements Implemented2, Implemented3 {} -// interface I2 extends Implemented2, Implemented3 {} +// --- (line: 9) skipped --- // === Definitions === // === /tests/cases/fourslash/referencesForDeclarationKeywords.ts === @@ -263,18 +178,7 @@ // set e(v) {} // } // interface I1 extends Base { } - // type T = { } - // enum E { } - // namespace N { } - // module M { } - // function fn() {} - // var x; - // let y; - // const z = 1; - // interface Implemented2 {} - // interface Implemented3 {} - // class C2 implements Implemented2, Implemented3 {} - // interface I2 extends Implemented2, Implemented3 {} + // --- (line: 8) skipped --- // === Details === [ @@ -340,17 +244,7 @@ // } // interface I1 extends Base { } // type T = { } -// enum E { } -// namespace N { } -// module M { } -// function fn() {} -// var x; -// let y; -// const z = 1; -// interface Implemented2 {} -// interface Implemented3 {} -// class C2 implements Implemented2, Implemented3 {} -// interface I2 extends Implemented2, Implemented3 {} +// --- (line: 9) skipped --- // === Definitions === // === /tests/cases/fourslash/referencesForDeclarationKeywords.ts === @@ -362,17 +256,7 @@ // } // interface I1 extends Base { } // type T = { } - // enum E { } - // namespace N { } - // module M { } - // function fn() {} - // var x; - // let y; - // const z = 1; - // interface Implemented2 {} - // interface Implemented3 {} - // class C2 implements Implemented2, Implemented3 {} - // interface I2 extends Implemented2, Implemented3 {} + // --- (line: 9) skipped --- // === Details === [ @@ -430,9 +314,7 @@ // === findAllReferences === // === /tests/cases/fourslash/referencesForDeclarationKeywords.ts === -// class Base {} -// interface Implemented1 {} -// class C1 extends Base implements Implemented1 { +// --- (line: 3) skipped --- // get e() { return 1; } // set e(v) {} // } @@ -440,21 +322,11 @@ // type T = { } // enum E { } // namespace N { } -// module M { } -// function fn() {} -// var x; -// let y; -// const z = 1; -// interface Implemented2 {} -// interface Implemented3 {} -// class C2 implements Implemented2, Implemented3 {} -// interface I2 extends Implemented2, Implemented3 {} +// --- (line: 11) skipped --- // === Definitions === // === /tests/cases/fourslash/referencesForDeclarationKeywords.ts === - // class Base {} - // interface Implemented1 {} - // class C1 extends Base implements Implemented1 { + // --- (line: 3) skipped --- // get e() { return 1; } // set e(v) {} // } @@ -462,15 +334,7 @@ // type T = { } // enum E { } // namespace N { } - // module M { } - // function fn() {} - // var x; - // let y; - // const z = 1; - // interface Implemented2 {} - // interface Implemented3 {} - // class C2 implements Implemented2, Implemented3 {} - // interface I2 extends Implemented2, Implemented3 {} + // --- (line: 11) skipped --- // === Details === [ @@ -510,15 +374,7 @@ // type T = { } // enum E { } // namespace N { } -// module M { } -// function fn() {} -// var x; -// let y; -// const z = 1; -// interface Implemented2 {} -// interface Implemented3 {} -// class C2 implements Implemented2, Implemented3 {} -// interface I2 extends Implemented2, Implemented3 {} +// --- (line: 11) skipped --- // === Definitions === // === /tests/cases/fourslash/referencesForDeclarationKeywords.ts === @@ -532,15 +388,7 @@ // type T = { } // enum E { } // namespace N { } - // module M { } - // function fn() {} - // var x; - // let y; - // const z = 1; - // interface Implemented2 {} - // interface Implemented3 {} - // class C2 implements Implemented2, Implemented3 {} - // interface I2 extends Implemented2, Implemented3 {} + // --- (line: 11) skipped --- // === Details === [ @@ -570,21 +418,7 @@ // === findAllReferences === // === /tests/cases/fourslash/referencesForDeclarationKeywords.ts === -// class Base {} -// interface Implemented1 {} -// class C1 extends Base implements Implemented1 { -// get e() { return 1; } -// set e(v) {} -// } -// interface I1 extends Base { } -// type T = { } -// enum E { } -// namespace N { } -// module M { } -// function fn() {} -// var x; -// let y; -// const z = 1; +// --- (line: 15) skipped --- // interface Implemented2 {} // interface Implemented3 {} // class C2 implements Implemented2, Implemented3 {} @@ -594,10 +428,7 @@ // === findAllReferences === // === /tests/cases/fourslash/referencesForDeclarationKeywords.ts === -// class Base {} -// interface Implemented1 {} -// class C1 extends Base implements Implemented1 { -// get e() { return 1; } +// --- (line: 4) skipped --- // set e(v) {} // } // interface I1 extends Base { } @@ -605,21 +436,11 @@ // enum E { } // namespace N { } // module M { } -// function fn() {} -// var x; -// let y; -// const z = 1; -// interface Implemented2 {} -// interface Implemented3 {} -// class C2 implements Implemented2, Implemented3 {} -// interface I2 extends Implemented2, Implemented3 {} +// --- (line: 12) skipped --- // === Definitions === // === /tests/cases/fourslash/referencesForDeclarationKeywords.ts === - // class Base {} - // interface Implemented1 {} - // class C1 extends Base implements Implemented1 { - // get e() { return 1; } + // --- (line: 4) skipped --- // set e(v) {} // } // interface I1 extends Base { } @@ -627,14 +448,7 @@ // enum E { } // namespace N { } // module M { } - // function fn() {} - // var x; - // let y; - // const z = 1; - // interface Implemented2 {} - // interface Implemented3 {} - // class C2 implements Implemented2, Implemented3 {} - // interface I2 extends Implemented2, Implemented3 {} + // --- (line: 12) skipped --- // === Details === [ @@ -684,11 +498,7 @@ // === findAllReferences === // === /tests/cases/fourslash/referencesForDeclarationKeywords.ts === -// class Base {} -// interface Implemented1 {} -// class C1 extends Base implements Implemented1 { -// get e() { return 1; } -// set e(v) {} +// --- (line: 5) skipped --- // } // interface I1 extends Base { } // type T = { } @@ -696,21 +506,11 @@ // namespace N { } // module M { } // function fn() {} -// var x; -// let y; -// const z = 1; -// interface Implemented2 {} -// interface Implemented3 {} -// class C2 implements Implemented2, Implemented3 {} -// interface I2 extends Implemented2, Implemented3 {} +// --- (line: 13) skipped --- // === Definitions === // === /tests/cases/fourslash/referencesForDeclarationKeywords.ts === - // class Base {} - // interface Implemented1 {} - // class C1 extends Base implements Implemented1 { - // get e() { return 1; } - // set e(v) {} + // --- (line: 5) skipped --- // } // interface I1 extends Base { } // type T = { } @@ -718,13 +518,7 @@ // namespace N { } // module M { } // function fn() {} - // var x; - // let y; - // const z = 1; - // interface Implemented2 {} - // interface Implemented3 {} - // class C2 implements Implemented2, Implemented3 {} - // interface I2 extends Implemented2, Implemented3 {} + // --- (line: 13) skipped --- // === Details === [ @@ -754,12 +548,7 @@ // === findAllReferences === // === /tests/cases/fourslash/referencesForDeclarationKeywords.ts === -// class Base {} -// interface Implemented1 {} -// class C1 extends Base implements Implemented1 { -// get e() { return 1; } -// set e(v) {} -// } +// --- (line: 6) skipped --- // interface I1 extends Base { } // type T = { } // enum E { } @@ -767,21 +556,11 @@ // module M { } // function fn() {} // var x; -// let y; -// const z = 1; -// interface Implemented2 {} -// interface Implemented3 {} -// class C2 implements Implemented2, Implemented3 {} -// interface I2 extends Implemented2, Implemented3 {} +// --- (line: 14) skipped --- // === Definitions === // === /tests/cases/fourslash/referencesForDeclarationKeywords.ts === - // class Base {} - // interface Implemented1 {} - // class C1 extends Base implements Implemented1 { - // get e() { return 1; } - // set e(v) {} - // } + // --- (line: 6) skipped --- // interface I1 extends Base { } // type T = { } // enum E { } @@ -789,12 +568,7 @@ // module M { } // function fn() {} // var x; - // let y; - // const z = 1; - // interface Implemented2 {} - // interface Implemented3 {} - // class C2 implements Implemented2, Implemented3 {} - // interface I2 extends Implemented2, Implemented3 {} + // --- (line: 14) skipped --- // === Details === [ @@ -824,13 +598,7 @@ // === findAllReferences === // === /tests/cases/fourslash/referencesForDeclarationKeywords.ts === -// class Base {} -// interface Implemented1 {} -// class C1 extends Base implements Implemented1 { -// get e() { return 1; } -// set e(v) {} -// } -// interface I1 extends Base { } +// --- (line: 7) skipped --- // type T = { } // enum E { } // namespace N { } @@ -838,21 +606,11 @@ // function fn() {} // var x; // let y; -// const z = 1; -// interface Implemented2 {} -// interface Implemented3 {} -// class C2 implements Implemented2, Implemented3 {} -// interface I2 extends Implemented2, Implemented3 {} +// --- (line: 15) skipped --- // === Definitions === // === /tests/cases/fourslash/referencesForDeclarationKeywords.ts === - // class Base {} - // interface Implemented1 {} - // class C1 extends Base implements Implemented1 { - // get e() { return 1; } - // set e(v) {} - // } - // interface I1 extends Base { } + // --- (line: 7) skipped --- // type T = { } // enum E { } // namespace N { } @@ -860,11 +618,7 @@ // function fn() {} // var x; // let y; - // const z = 1; - // interface Implemented2 {} - // interface Implemented3 {} - // class C2 implements Implemented2, Implemented3 {} - // interface I2 extends Implemented2, Implemented3 {} + // --- (line: 15) skipped --- // === Details === [ @@ -894,14 +648,7 @@ // === findAllReferences === // === /tests/cases/fourslash/referencesForDeclarationKeywords.ts === -// class Base {} -// interface Implemented1 {} -// class C1 extends Base implements Implemented1 { -// get e() { return 1; } -// set e(v) {} -// } -// interface I1 extends Base { } -// type T = { } +// --- (line: 8) skipped --- // enum E { } // namespace N { } // module M { } @@ -909,21 +656,11 @@ // var x; // let y; // const z = 1; -// interface Implemented2 {} -// interface Implemented3 {} -// class C2 implements Implemented2, Implemented3 {} -// interface I2 extends Implemented2, Implemented3 {} +// --- (line: 16) skipped --- // === Definitions === // === /tests/cases/fourslash/referencesForDeclarationKeywords.ts === - // class Base {} - // interface Implemented1 {} - // class C1 extends Base implements Implemented1 { - // get e() { return 1; } - // set e(v) {} - // } - // interface I1 extends Base { } - // type T = { } + // --- (line: 8) skipped --- // enum E { } // namespace N { } // module M { } @@ -931,10 +668,7 @@ // var x; // let y; // const z = 1; - // interface Implemented2 {} - // interface Implemented3 {} - // class C2 implements Implemented2, Implemented3 {} - // interface I2 extends Implemented2, Implemented3 {} + // --- (line: 16) skipped --- // === Details === [ @@ -984,15 +718,7 @@ // === findAllReferences === // === /tests/cases/fourslash/referencesForDeclarationKeywords.ts === -// class Base {} -// interface Implemented1 {} -// class C1 extends Base implements Implemented1 { -// get e() { return 1; } -// set e(v) {} -// } -// interface I1 extends Base { } -// type T = { } -// enum E { } +// --- (line: 9) skipped --- // namespace N { } // module M { } // function fn() {} @@ -1000,21 +726,11 @@ // let y; // const z = 1; // interface Implemented2 {} -// interface Implemented3 {} -// class C2 implements Implemented2, Implemented3 {} -// interface I2 extends Implemented2, Implemented3 {} +// --- (line: 17) skipped --- // === Definitions === // === /tests/cases/fourslash/referencesForDeclarationKeywords.ts === - // class Base {} - // interface Implemented1 {} - // class C1 extends Base implements Implemented1 { - // get e() { return 1; } - // set e(v) {} - // } - // interface I1 extends Base { } - // type T = { } - // enum E { } + // --- (line: 9) skipped --- // namespace N { } // module M { } // function fn() {} @@ -1022,9 +738,7 @@ // let y; // const z = 1; // interface Implemented2 {} - // interface Implemented3 {} - // class C2 implements Implemented2, Implemented3 {} - // interface I2 extends Implemented2, Implemented3 {} + // --- (line: 17) skipped --- // === Details === [ @@ -1066,16 +780,7 @@ // === findAllReferences === // === /tests/cases/fourslash/referencesForDeclarationKeywords.ts === -// class Base {} -// interface Implemented1 {} -// class C1 extends Base implements Implemented1 { -// get e() { return 1; } -// set e(v) {} -// } -// interface I1 extends Base { } -// type T = { } -// enum E { } -// namespace N { } +// --- (line: 10) skipped --- // module M { } // function fn() {} // var x; @@ -1088,16 +793,7 @@ // === Definitions === // === /tests/cases/fourslash/referencesForDeclarationKeywords.ts === - // class Base {} - // interface Implemented1 {} - // class C1 extends Base implements Implemented1 { - // get e() { return 1; } - // set e(v) {} - // } - // interface I1 extends Base { } - // type T = { } - // enum E { } - // namespace N { } + // --- (line: 10) skipped --- // module M { } // function fn() {} // var x; @@ -1148,17 +844,7 @@ // === findAllReferences === // === /tests/cases/fourslash/referencesForDeclarationKeywords.ts === -// class Base {} -// interface Implemented1 {} -// class C1 extends Base implements Implemented1 { -// get e() { return 1; } -// set e(v) {} -// } -// interface I1 extends Base { } -// type T = { } -// enum E { } -// namespace N { } -// module M { } +// --- (line: 11) skipped --- // function fn() {} // var x; // let y; @@ -1170,17 +856,7 @@ // === Definitions === // === /tests/cases/fourslash/referencesForDeclarationKeywords.ts === - // class Base {} - // interface Implemented1 {} - // class C1 extends Base implements Implemented1 { - // get e() { return 1; } - // set e(v) {} - // } - // interface I1 extends Base { } - // type T = { } - // enum E { } - // namespace N { } - // module M { } + // --- (line: 11) skipped --- // function fn() {} // var x; // let y; diff --git a/tests/baselines/reference/referencesForEnums.baseline.jsonc b/tests/baselines/reference/referencesForEnums.baseline.jsonc index cebb6889d560b..988222c4a58f7 100644 --- a/tests/baselines/reference/referencesForEnums.baseline.jsonc +++ b/tests/baselines/reference/referencesForEnums.baseline.jsonc @@ -18,11 +18,7 @@ // "value2" = value1, // 111 = 11 // } - // - // E.value1; - // E["value2"]; - // E.value2; - // E[111]; + // --- (line: 6) skipped --- // === Details === [ @@ -103,10 +99,7 @@ // 111 = 11 // } // - // E.value1; - // E["value2"]; - // E.value2; - // E[111]; + // --- (line: 7) skipped --- // === Details === [ @@ -191,10 +184,7 @@ // 111 = 11 // } // - // E.value1; - // E["value2"]; - // E.value2; - // E[111]; + // --- (line: 7) skipped --- // === Details === [ @@ -279,10 +269,7 @@ // 111 = 11 // } // - // E.value1; - // E["value2"]; - // E.value2; - // E[111]; + // --- (line: 7) skipped --- // === Details === [ @@ -364,9 +351,7 @@ // } // // E.value1; - // E["value2"]; - // E.value2; - // E[111]; + // --- (line: 8) skipped --- // === Details === [ diff --git a/tests/baselines/reference/referencesForExportedValues.baseline.jsonc b/tests/baselines/reference/referencesForExportedValues.baseline.jsonc index 1f0dc9970bec3..9af9ebec282df 100644 --- a/tests/baselines/reference/referencesForExportedValues.baseline.jsonc +++ b/tests/baselines/reference/referencesForExportedValues.baseline.jsonc @@ -5,10 +5,7 @@ // // // local use // var x = variable; -// } -// -// // external use -// M.variable +// --- (line: 6) skipped --- @@ -31,10 +28,7 @@ // // // local use // var x = variable; - // } - // - // // external use - // M.variable + // --- (line: 6) skipped --- // === Details === [ diff --git a/tests/baselines/reference/referencesForExpressionKeywords.baseline.jsonc b/tests/baselines/reference/referencesForExpressionKeywords.baseline.jsonc index 307a86d5ab22e..07267bbab5eea 100644 --- a/tests/baselines/reference/referencesForExpressionKeywords.baseline.jsonc +++ b/tests/baselines/reference/referencesForExpressionKeywords.baseline.jsonc @@ -24,13 +24,7 @@ // void C; // typeof C; // delete C.x; - // async function* f() { - // yield C; - // await C; - // } - // "x" in C; - // undefined instanceof C; - // undefined as C; + // --- (line: 8) skipped --- // === Details === [ @@ -85,12 +79,7 @@ // typeof C; // delete C.x; // async function* f() { - // yield C; - // await C; - // } - // "x" in C; - // undefined instanceof C; - // undefined as C; + // --- (line: 9) skipped --- // === Details === [ @@ -146,11 +135,7 @@ // delete C.x; // async function* f() { // yield C; - // await C; - // } - // "x" in C; - // undefined instanceof C; - // undefined as C; + // --- (line: 10) skipped --- // === Details === [ @@ -443,10 +428,9 @@ // new C(); // void C; // typeof C; - // delete C.x; - // async function* f() { - // yield C; - // await C; + // --- (line: 7) skipped --- + + // --- (line: 10) skipped --- // } // "x" in C; // undefined instanceof C; @@ -490,10 +474,7 @@ // async function* f() { // yield C; // await C; -// } -// "x" in C; -// undefined instanceof C; -// undefined as C; +// --- (line: 11) skipped --- // === Definitions === // === /tests/cases/fourslash/referencesForExpressionKeywords.ts === @@ -507,10 +488,7 @@ // async function* f() { // yield C; // await C; - // } - // "x" in C; - // undefined instanceof C; - // undefined as C; + // --- (line: 11) skipped --- // === Details === [ diff --git a/tests/baselines/reference/referencesForGlobals.baseline.jsonc b/tests/baselines/reference/referencesForGlobals.baseline.jsonc index 6c90aea3f25b5..3ef46743ca0fe 100644 --- a/tests/baselines/reference/referencesForGlobals.baseline.jsonc +++ b/tests/baselines/reference/referencesForGlobals.baseline.jsonc @@ -28,20 +28,7 @@ // // class foo { // constructor (public global) { } - // public f(global) { } - // public f2(global) { } - // } - // - // class bar { - // constructor () { - // var n = global; - // - // var f = new foo(''); - // f.global = ''; - // } - // } - // - // var k = global; + // --- (line: 5) skipped --- // === Details === [ @@ -111,20 +98,7 @@ // // class foo { // constructor (public global) { } - // public f(global) { } - // public f2(global) { } - // } - // - // class bar { - // constructor () { - // var n = global; - // - // var f = new foo(''); - // f.global = ''; - // } - // } - // - // var k = global; + // --- (line: 5) skipped --- // === Details === [ @@ -204,10 +178,7 @@ // // var f = new foo(''); // f.global = ''; - // } - // } - // - // var k = global; + // --- (line: 15) skipped --- // === Details === [ @@ -277,16 +248,9 @@ // // class foo { // constructor (public global) { } - // public f(global) { } - // public f2(global) { } - // } - // - // class bar { - // constructor () { - // var n = global; - // - // var f = new foo(''); - // f.global = ''; + // --- (line: 5) skipped --- + + // --- (line: 14) skipped --- // } // } // @@ -360,20 +324,7 @@ // // class foo { // constructor (public global) { } - // public f(global) { } - // public f2(global) { } - // } - // - // class bar { - // constructor () { - // var n = global; - // - // var f = new foo(''); - // f.global = ''; - // } - // } - // - // var k = global; + // --- (line: 5) skipped --- // === Details === [ diff --git a/tests/baselines/reference/referencesForGlobalsInExternalModule.baseline.jsonc b/tests/baselines/reference/referencesForGlobalsInExternalModule.baseline.jsonc index 87112d32aa0d2..b862bdf7edb8a 100644 --- a/tests/baselines/reference/referencesForGlobalsInExternalModule.baseline.jsonc +++ b/tests/baselines/reference/referencesForGlobalsInExternalModule.baseline.jsonc @@ -5,16 +5,7 @@ // // class topLevelClass { } // var c = new topLevelClass(); -// -// interface topLevelInterface { } -// var i: topLevelInterface; -// -// module topLevelModule { -// export var x; -// } -// var x = topLevelModule.x; -// -// export = x; +// --- (line: 6) skipped --- // === Definitions === // === /tests/cases/fourslash/referencesForGlobalsInExternalModule.ts === @@ -22,17 +13,7 @@ // var topLevelVar2 = topLevelVar; // // class topLevelClass { } - // var c = new topLevelClass(); - // - // interface topLevelInterface { } - // var i: topLevelInterface; - // - // module topLevelModule { - // export var x; - // } - // var x = topLevelModule.x; - // - // export = x; + // --- (line: 5) skipped --- // === Details === [ @@ -79,16 +60,7 @@ // // class topLevelClass { } // var c = new topLevelClass(); -// -// interface topLevelInterface { } -// var i: topLevelInterface; -// -// module topLevelModule { -// export var x; -// } -// var x = topLevelModule.x; -// -// export = x; +// --- (line: 6) skipped --- // === Definitions === // === /tests/cases/fourslash/referencesForGlobalsInExternalModule.ts === @@ -96,17 +68,7 @@ // var topLevelVar2 = topLevelVar; // // class topLevelClass { } - // var c = new topLevelClass(); - // - // interface topLevelInterface { } - // var i: topLevelInterface; - // - // module topLevelModule { - // export var x; - // } - // var x = topLevelModule.x; - // - // export = x; + // --- (line: 5) skipped --- // === Details === [ @@ -153,16 +115,7 @@ // // class topLevelClass { } // var c = new topLevelClass(); -// -// interface topLevelInterface { } -// var i: topLevelInterface; -// -// module topLevelModule { -// export var x; -// } -// var x = topLevelModule.x; -// -// export = x; +// --- (line: 6) skipped --- // === Definitions === // === /tests/cases/fourslash/referencesForGlobalsInExternalModule.ts === @@ -171,16 +124,7 @@ // // class topLevelClass { } // var c = new topLevelClass(); - // - // interface topLevelInterface { } - // var i: topLevelInterface; - // - // module topLevelModule { - // export var x; - // } - // var x = topLevelModule.x; - // - // export = x; + // --- (line: 6) skipped --- // === Details === [ @@ -230,13 +174,7 @@ // // interface topLevelInterface { } // var i: topLevelInterface; -// -// module topLevelModule { -// export var x; -// } -// var x = topLevelModule.x; -// -// export = x; +// --- (line: 9) skipped --- // === Definitions === // === /tests/cases/fourslash/referencesForGlobalsInExternalModule.ts === @@ -247,14 +185,7 @@ // var c = new topLevelClass(); // // interface topLevelInterface { } - // var i: topLevelInterface; - // - // module topLevelModule { - // export var x; - // } - // var x = topLevelModule.x; - // - // export = x; + // --- (line: 8) skipped --- // === Details === [ @@ -292,13 +223,7 @@ // // interface topLevelInterface { } // var i: topLevelInterface; -// -// module topLevelModule { -// export var x; -// } -// var x = topLevelModule.x; -// -// export = x; +// --- (line: 9) skipped --- // === Definitions === // === /tests/cases/fourslash/referencesForGlobalsInExternalModule.ts === @@ -309,14 +234,7 @@ // var c = new topLevelClass(); // // interface topLevelInterface { } - // var i: topLevelInterface; - // - // module topLevelModule { - // export var x; - // } - // var x = topLevelModule.x; - // - // export = x; + // --- (line: 8) skipped --- // === Details === [ @@ -354,13 +272,7 @@ // // interface topLevelInterface { } // var i: topLevelInterface; -// -// module topLevelModule { -// export var x; -// } -// var x = topLevelModule.x; -// -// export = x; +// --- (line: 9) skipped --- // === Definitions === // === /tests/cases/fourslash/referencesForGlobalsInExternalModule.ts === @@ -372,13 +284,7 @@ // // interface topLevelInterface { } // var i: topLevelInterface; - // - // module topLevelModule { - // export var x; - // } - // var x = topLevelModule.x; - // - // export = x; + // --- (line: 9) skipped --- // === Details === [ @@ -408,9 +314,7 @@ // === findAllReferences === // === /tests/cases/fourslash/referencesForGlobalsInExternalModule.ts === -// var topLevelVar = 2; -// var topLevelVar2 = topLevelVar; -// +// --- (line: 3) skipped --- // class topLevelClass { } // var c = new topLevelClass(); // @@ -419,16 +323,11 @@ // // module topLevelModule { // export var x; -// } -// var x = topLevelModule.x; -// -// export = x; +// --- (line: 12) skipped --- // === Definitions === // === /tests/cases/fourslash/referencesForGlobalsInExternalModule.ts === - // var topLevelVar = 2; - // var topLevelVar2 = topLevelVar; - // + // --- (line: 3) skipped --- // class topLevelClass { } // var c = new topLevelClass(); // @@ -436,11 +335,7 @@ // var i: topLevelInterface; // // module topLevelModule { - // export var x; - // } - // var x = topLevelModule.x; - // - // export = x; + // --- (line: 11) skipped --- // === Details === [ @@ -470,9 +365,7 @@ // === findAllReferences === // === /tests/cases/fourslash/referencesForGlobalsInExternalModule.ts === -// var topLevelVar = 2; -// var topLevelVar2 = topLevelVar; -// +// --- (line: 3) skipped --- // class topLevelClass { } // var c = new topLevelClass(); // @@ -481,16 +374,11 @@ // // module topLevelModule { // export var x; -// } -// var x = topLevelModule.x; -// -// export = x; +// --- (line: 12) skipped --- // === Definitions === // === /tests/cases/fourslash/referencesForGlobalsInExternalModule.ts === - // var topLevelVar = 2; - // var topLevelVar2 = topLevelVar; - // + // --- (line: 3) skipped --- // class topLevelClass { } // var c = new topLevelClass(); // @@ -498,11 +386,7 @@ // var i: topLevelInterface; // // module topLevelModule { - // export var x; - // } - // var x = topLevelModule.x; - // - // export = x; + // --- (line: 11) skipped --- // === Details === [ @@ -532,9 +416,7 @@ // === findAllReferences === // === /tests/cases/fourslash/referencesForGlobalsInExternalModule.ts === -// var topLevelVar = 2; -// var topLevelVar2 = topLevelVar; -// +// --- (line: 3) skipped --- // class topLevelClass { } // var c = new topLevelClass(); // @@ -543,16 +425,11 @@ // // module topLevelModule { // export var x; -// } -// var x = topLevelModule.x; -// -// export = x; +// --- (line: 12) skipped --- // === Definitions === // === /tests/cases/fourslash/referencesForGlobalsInExternalModule.ts === - // var topLevelVar = 2; - // var topLevelVar2 = topLevelVar; - // + // --- (line: 3) skipped --- // class topLevelClass { } // var c = new topLevelClass(); // @@ -561,10 +438,7 @@ // // module topLevelModule { // export var x; - // } - // var x = topLevelModule.x; - // - // export = x; + // --- (line: 12) skipped --- // === Details === [ @@ -594,12 +468,7 @@ // === findAllReferences === // === /tests/cases/fourslash/referencesForGlobalsInExternalModule.ts === -// var topLevelVar = 2; -// var topLevelVar2 = topLevelVar; -// -// class topLevelClass { } -// var c = new topLevelClass(); -// +// --- (line: 6) skipped --- // interface topLevelInterface { } // var i: topLevelInterface; // @@ -612,12 +481,7 @@ // === Definitions === // === /tests/cases/fourslash/referencesForGlobalsInExternalModule.ts === - // var topLevelVar = 2; - // var topLevelVar2 = topLevelVar; - // - // class topLevelClass { } - // var c = new topLevelClass(); - // + // --- (line: 6) skipped --- // interface topLevelInterface { } // var i: topLevelInterface; // @@ -656,12 +520,7 @@ // === findAllReferences === // === /tests/cases/fourslash/referencesForGlobalsInExternalModule.ts === -// var topLevelVar = 2; -// var topLevelVar2 = topLevelVar; -// -// class topLevelClass { } -// var c = new topLevelClass(); -// +// --- (line: 6) skipped --- // interface topLevelInterface { } // var i: topLevelInterface; // @@ -674,12 +533,7 @@ // === Definitions === // === /tests/cases/fourslash/referencesForGlobalsInExternalModule.ts === - // var topLevelVar = 2; - // var topLevelVar2 = topLevelVar; - // - // class topLevelClass { } - // var c = new topLevelClass(); - // + // --- (line: 6) skipped --- // interface topLevelInterface { } // var i: topLevelInterface; // @@ -718,12 +572,7 @@ // === findAllReferences === // === /tests/cases/fourslash/referencesForGlobalsInExternalModule.ts === -// var topLevelVar = 2; -// var topLevelVar2 = topLevelVar; -// -// class topLevelClass { } -// var c = new topLevelClass(); -// +// --- (line: 6) skipped --- // interface topLevelInterface { } // var i: topLevelInterface; // @@ -736,12 +585,7 @@ // === Definitions === // === /tests/cases/fourslash/referencesForGlobalsInExternalModule.ts === - // var topLevelVar = 2; - // var topLevelVar2 = topLevelVar; - // - // class topLevelClass { } - // var c = new topLevelClass(); - // + // --- (line: 6) skipped --- // interface topLevelInterface { } // var i: topLevelInterface; // diff --git a/tests/baselines/reference/referencesForImports.baseline.jsonc b/tests/baselines/reference/referencesForImports.baseline.jsonc index aa8257361009c..fc067c051fb62 100644 --- a/tests/baselines/reference/referencesForImports.baseline.jsonc +++ b/tests/baselines/reference/referencesForImports.baseline.jsonc @@ -222,9 +222,7 @@ // === findAllReferences === // === /tests/cases/fourslash/referencesForImports.ts === -// declare module "jquery" { -// function $(s: string): any; -// export = $; +// --- (line: 3) skipped --- // } // import $ = require("jquery"); // $("a"); @@ -232,9 +230,7 @@ // === Definitions === // === /tests/cases/fourslash/referencesForImports.ts === - // declare module "jquery" { - // function $(s: string): any; - // export = $; + // --- (line: 3) skipped --- // } // import $ = require("jquery"); // $("a"); @@ -296,9 +292,7 @@ // === findAllReferences === // === /tests/cases/fourslash/referencesForImports.ts === -// declare module "jquery" { -// function $(s: string): any; -// export = $; +// --- (line: 3) skipped --- // } // import $ = require("jquery"); // $("a"); @@ -306,9 +300,7 @@ // === Definitions === // === /tests/cases/fourslash/referencesForImports.ts === - // declare module "jquery" { - // function $(s: string): any; - // export = $; + // --- (line: 3) skipped --- // } // import $ = require("jquery"); // $("a"); diff --git a/tests/baselines/reference/referencesForIndexProperty.baseline.jsonc b/tests/baselines/reference/referencesForIndexProperty.baseline.jsonc index 177bddfedfb8a..b74bb2aa2e430 100644 --- a/tests/baselines/reference/referencesForIndexProperty.baseline.jsonc +++ b/tests/baselines/reference/referencesForIndexProperty.baseline.jsonc @@ -16,9 +16,7 @@ // method(): void { } // } // - // var f: Foo; - // f["property"]; - // f["method"]; + // --- (line: 6) skipped --- // === Details === [ diff --git a/tests/baselines/reference/referencesForIndexProperty3.baseline.jsonc b/tests/baselines/reference/referencesForIndexProperty3.baseline.jsonc index dca2cbc4f8af0..dcff4906f376a 100644 --- a/tests/baselines/reference/referencesForIndexProperty3.baseline.jsonc +++ b/tests/baselines/reference/referencesForIndexProperty3.baseline.jsonc @@ -17,10 +17,7 @@ // } // // var y: Object; - // y.toMyString(); - // - // var x = {}; - // x["toMyString"](); + // --- (line: 6) skipped --- // === Details === [ diff --git a/tests/baselines/reference/referencesForInheritedProperties.baseline.jsonc b/tests/baselines/reference/referencesForInheritedProperties.baseline.jsonc index a6556c68b6677..3c292da671b59 100644 --- a/tests/baselines/reference/referencesForInheritedProperties.baseline.jsonc +++ b/tests/baselines/reference/referencesForInheritedProperties.baseline.jsonc @@ -38,11 +38,7 @@ // } // // class class2 extends class1 { - // - // } - // - // var v: class2; - // v.doStuff(); + // --- (line: 16) skipped --- // === Details === [ @@ -261,11 +257,7 @@ // } // // class class2 extends class1 { - // - // } - // - // var v: class2; - // v.doStuff(); + // --- (line: 16) skipped --- // === Details === [ @@ -484,11 +476,7 @@ // } // // class class2 extends class1 { - // - // } - // - // var v: class2; - // v.doStuff(); + // --- (line: 16) skipped --- // === Details === [ diff --git a/tests/baselines/reference/referencesForInheritedProperties2.baseline.jsonc b/tests/baselines/reference/referencesForInheritedProperties2.baseline.jsonc index 874cce62cf313..5fa9cc595e30c 100644 --- a/tests/baselines/reference/referencesForInheritedProperties2.baseline.jsonc +++ b/tests/baselines/reference/referencesForInheritedProperties2.baseline.jsonc @@ -44,11 +44,7 @@ // } // // class class2 extends class1 { - // - // } - // - // var v: class2; - // v.doStuff(); + // --- (line: 19) skipped --- // === Details === [ diff --git a/tests/baselines/reference/referencesForInheritedProperties3.baseline.jsonc b/tests/baselines/reference/referencesForInheritedProperties3.baseline.jsonc index 171a307796461..13f1eeeeb1fc7 100644 --- a/tests/baselines/reference/referencesForInheritedProperties3.baseline.jsonc +++ b/tests/baselines/reference/referencesForInheritedProperties3.baseline.jsonc @@ -16,9 +16,7 @@ // propName: string; // } // - // var v: interface1; - // v.propName; - // v.doStuff(); + // --- (line: 6) skipped --- // === Details === [ diff --git a/tests/baselines/reference/referencesForInheritedProperties4.baseline.jsonc b/tests/baselines/reference/referencesForInheritedProperties4.baseline.jsonc index 585f11449d63a..d0b48a806c5fb 100644 --- a/tests/baselines/reference/referencesForInheritedProperties4.baseline.jsonc +++ b/tests/baselines/reference/referencesForInheritedProperties4.baseline.jsonc @@ -16,9 +16,7 @@ // propName: string; // } // - // var c: class1; - // c.doStuff(); - // c.propName; + // --- (line: 6) skipped --- // === Details === [ diff --git a/tests/baselines/reference/referencesForInheritedProperties5.baseline.jsonc b/tests/baselines/reference/referencesForInheritedProperties5.baseline.jsonc index 9ddb401089d14..8bcb3f190e1ed 100644 --- a/tests/baselines/reference/referencesForInheritedProperties5.baseline.jsonc +++ b/tests/baselines/reference/referencesForInheritedProperties5.baseline.jsonc @@ -24,9 +24,7 @@ // propName: string; // } // - // var v: interface1; - // v.propName; - // v.doStuff(); + // --- (line: 10) skipped --- // === Details === [ diff --git a/tests/baselines/reference/referencesForInheritedProperties7.baseline.jsonc b/tests/baselines/reference/referencesForInheritedProperties7.baseline.jsonc index 116ed4251b838..eece956bd0a24 100644 --- a/tests/baselines/reference/referencesForInheritedProperties7.baseline.jsonc +++ b/tests/baselines/reference/referencesForInheritedProperties7.baseline.jsonc @@ -32,9 +32,7 @@ // propName: string; // } // - // var v: class2; - // v.doStuff(); - // v.propName; + // --- (line: 14) skipped --- // === Details === [ @@ -332,9 +330,7 @@ // propName: string; // } // - // var v: class2; - // v.doStuff(); - // v.propName; + // --- (line: 14) skipped --- // === Details === [ @@ -458,9 +454,7 @@ // === findAllReferences === // === /tests/cases/fourslash/referencesForInheritedProperties7.ts === -// class class1 extends class1 { -// doStuff() { } -// propName: string; +// --- (line: 3) skipped --- // } // interface interface1 extends interface1 { // doStuff(): void; @@ -477,9 +471,7 @@ // === Definitions === // === /tests/cases/fourslash/referencesForInheritedProperties7.ts === - // class class1 extends class1 { - // doStuff() { } - // propName: string; + // --- (line: 3) skipped --- // } // interface interface1 extends interface1 { // doStuff(): void; @@ -632,9 +624,7 @@ // propName: string; // } // - // var v: class2; - // v.doStuff(); - // v.propName; + // --- (line: 14) skipped --- // === Details === [ diff --git a/tests/baselines/reference/referencesForInheritedProperties9.baseline.jsonc b/tests/baselines/reference/referencesForInheritedProperties9.baseline.jsonc index 55d2eba1239ce..ef891b8a68e73 100644 --- a/tests/baselines/reference/referencesForInheritedProperties9.baseline.jsonc +++ b/tests/baselines/reference/referencesForInheritedProperties9.baseline.jsonc @@ -5,11 +5,7 @@ // } // // class C extends D { -// prop1: string; -// } -// -// var c: C; -// c.prop1; +// --- (line: 6) skipped --- // === Definitions === // === /tests/cases/fourslash/referencesForInheritedProperties9.ts === @@ -18,11 +14,7 @@ // } // // class C extends D { - // prop1: string; - // } - // - // var c: C; - // c.prop1; + // --- (line: 6) skipped --- // === Details === [ diff --git a/tests/baselines/reference/referencesForLabel.baseline.jsonc b/tests/baselines/reference/referencesForLabel.baseline.jsonc index bec409207457b..570e66047db04 100644 --- a/tests/baselines/reference/referencesForLabel.baseline.jsonc +++ b/tests/baselines/reference/referencesForLabel.baseline.jsonc @@ -14,9 +14,7 @@ // if (false) break label; // if (true) continue label; // } - // - // label: while (false) { } - // var label = "label"; + // --- (line: 5) skipped --- // === Details === [ diff --git a/tests/baselines/reference/referencesForLabel5.baseline.jsonc b/tests/baselines/reference/referencesForLabel5.baseline.jsonc index 325f4da155036..1b5d33f649179 100644 --- a/tests/baselines/reference/referencesForLabel5.baseline.jsonc +++ b/tests/baselines/reference/referencesForLabel5.baseline.jsonc @@ -16,11 +16,7 @@ // if (false) break label; // function blah() { // label: while (true) { - // if (false) break label; - // } - // } - // if (false) break label; - // } + // --- (line: 5) skipped --- // === Details === [ @@ -47,10 +43,7 @@ // function blah() { // label: while (true) { // if (false) break label; -// } -// } -// if (false) break label; -// } +// --- (line: 6) skipped --- @@ -73,10 +66,7 @@ // function blah() { // label: while (true) { // if (false) break label; - // } - // } - // if (false) break label; - // } + // --- (line: 6) skipped --- // === Details === [ @@ -196,10 +186,7 @@ // === findAllReferences === // === /tests/cases/fourslash/referencesForLabel5.ts === -// label: while (true) { -// if (false) break label; -// function blah() { -// label: while (true) { +// --- (line: 4) skipped --- // if (false) break label; // } // } diff --git a/tests/baselines/reference/referencesForMergedDeclarations.baseline.jsonc b/tests/baselines/reference/referencesForMergedDeclarations.baseline.jsonc index 1845f31aaa0d9..5da990a62eb01 100644 --- a/tests/baselines/reference/referencesForMergedDeclarations.baseline.jsonc +++ b/tests/baselines/reference/referencesForMergedDeclarations.baseline.jsonc @@ -264,10 +264,7 @@ // === findAllReferences === // === /tests/cases/fourslash/referencesForMergedDeclarations.ts === -// interface Foo { -// } -// -// module Foo { +// --- (line: 4) skipped --- // export interface Bar { } // } // @@ -280,10 +277,7 @@ // === Definitions === // === /tests/cases/fourslash/referencesForMergedDeclarations.ts === - // interface Foo { - // } - // - // module Foo { + // --- (line: 4) skipped --- // export interface Bar { } // } // @@ -358,10 +352,7 @@ // === findAllReferences === // === /tests/cases/fourslash/referencesForMergedDeclarations.ts === -// interface Foo { -// } -// -// module Foo { +// --- (line: 4) skipped --- // export interface Bar { } // } // @@ -374,10 +365,7 @@ // === Definitions === // === /tests/cases/fourslash/referencesForMergedDeclarations.ts === - // interface Foo { - // } - // - // module Foo { + // --- (line: 4) skipped --- // export interface Bar { } // } // @@ -468,10 +456,7 @@ // === Definitions === // === /tests/cases/fourslash/referencesForMergedDeclarations.ts === - // interface Foo { - // } - // - // module Foo { + // --- (line: 4) skipped --- // export interface Bar { } // } // @@ -526,10 +511,7 @@ // === Definitions === // === /tests/cases/fourslash/referencesForMergedDeclarations.ts === - // interface Foo { - // } - // - // module Foo { + // --- (line: 4) skipped --- // export interface Bar { } // } // @@ -584,10 +566,7 @@ // === findAllReferences === // === /tests/cases/fourslash/referencesForMergedDeclarations.ts === -// interface Foo { -// } -// -// module Foo { +// --- (line: 4) skipped --- // export interface Bar { } // } // @@ -600,10 +579,7 @@ // === Definitions === // === /tests/cases/fourslash/referencesForMergedDeclarations.ts === - // interface Foo { - // } - // - // module Foo { + // --- (line: 4) skipped --- // export interface Bar { } // } // diff --git a/tests/baselines/reference/referencesForMergedDeclarations2.baseline.jsonc b/tests/baselines/reference/referencesForMergedDeclarations2.baseline.jsonc index 6cd3283d99c92..ff6bff3e6a7cd 100644 --- a/tests/baselines/reference/referencesForMergedDeclarations2.baseline.jsonc +++ b/tests/baselines/reference/referencesForMergedDeclarations2.baseline.jsonc @@ -1,8 +1,6 @@ // === findAllReferences === // === /tests/cases/fourslash/referencesForMergedDeclarations2.ts === -// module ATest { -// export interface Bar { } -// } +// --- (line: 3) skipped --- // // function ATest() { } // @@ -13,9 +11,7 @@ // === Definitions === // === /tests/cases/fourslash/referencesForMergedDeclarations2.ts === - // module ATest { - // export interface Bar { } - // } + // --- (line: 3) skipped --- // // function ATest() { } // @@ -152,9 +148,7 @@ // === findAllReferences === // === /tests/cases/fourslash/referencesForMergedDeclarations2.ts === -// module ATest { -// export interface Bar { } -// } +// --- (line: 3) skipped --- // // function ATest() { } // @@ -165,9 +159,7 @@ // === Definitions === // === /tests/cases/fourslash/referencesForMergedDeclarations2.ts === - // module ATest { - // export interface Bar { } - // } + // --- (line: 3) skipped --- // // function ATest() { } // @@ -304,9 +296,7 @@ // === findAllReferences === // === /tests/cases/fourslash/referencesForMergedDeclarations2.ts === -// module ATest { -// export interface Bar { } -// } +// --- (line: 3) skipped --- // // function ATest() { } // @@ -317,9 +307,7 @@ // === Definitions === // === /tests/cases/fourslash/referencesForMergedDeclarations2.ts === - // module ATest { - // export interface Bar { } - // } + // --- (line: 3) skipped --- // // function ATest() { } // @@ -456,9 +444,7 @@ // === findAllReferences === // === /tests/cases/fourslash/referencesForMergedDeclarations2.ts === -// module ATest { -// export interface Bar { } -// } +// --- (line: 3) skipped --- // // function ATest() { } // @@ -469,9 +455,7 @@ // === Definitions === // === /tests/cases/fourslash/referencesForMergedDeclarations2.ts === - // module ATest { - // export interface Bar { } - // } + // --- (line: 3) skipped --- // // function ATest() { } // diff --git a/tests/baselines/reference/referencesForMergedDeclarations3.baseline.jsonc b/tests/baselines/reference/referencesForMergedDeclarations3.baseline.jsonc index 2809a3bc87985..357e0d212bf48 100644 --- a/tests/baselines/reference/referencesForMergedDeclarations3.baseline.jsonc +++ b/tests/baselines/reference/referencesForMergedDeclarations3.baseline.jsonc @@ -29,14 +29,7 @@ // export interface Bar { // // } - // } - // - // var c1: testClass; - // var c2: testClass.Bar; - // testClass.staticMethod(); - // testClass.prototype.method(); - // testClass.bind(this); - // new testClass(); + // --- (line: 10) skipped --- // === Details === [ @@ -109,16 +102,7 @@ // // module testClass { // export interface Bar { - // - // } - // } - // - // var c1: testClass; - // var c2: testClass.Bar; - // testClass.staticMethod(); - // testClass.prototype.method(); - // testClass.bind(this); - // new testClass(); + // --- (line: 8) skipped --- // === Details === [ diff --git a/tests/baselines/reference/referencesForMergedDeclarations4.baseline.jsonc b/tests/baselines/reference/referencesForMergedDeclarations4.baseline.jsonc index e12282e25b6fd..9746dc4f003fd 100644 --- a/tests/baselines/reference/referencesForMergedDeclarations4.baseline.jsonc +++ b/tests/baselines/reference/referencesForMergedDeclarations4.baseline.jsonc @@ -29,18 +29,7 @@ // // module testClass { // export interface Bar { - // - // } - // export var s = 0; - // } - // - // var c1: testClass; - // var c2: testClass.Bar; - // testClass.staticMethod(); - // testClass.prototype.method(); - // testClass.bind(this); - // testClass.s; - // new testClass(); + // --- (line: 8) skipped --- // === Details === [ @@ -115,18 +104,7 @@ // // module testClass { // export interface Bar { - // - // } - // export var s = 0; - // } - // - // var c1: testClass; - // var c2: testClass.Bar; - // testClass.staticMethod(); - // testClass.prototype.method(); - // testClass.bind(this); - // testClass.s; - // new testClass(); + // --- (line: 8) skipped --- // === Details === [ @@ -203,16 +181,7 @@ // export interface Bar { // // } - // export var s = 0; - // } - // - // var c1: testClass; - // var c2: testClass.Bar; - // testClass.staticMethod(); - // testClass.prototype.method(); - // testClass.bind(this); - // testClass.s; - // new testClass(); + // --- (line: 10) skipped --- // === Details === [ @@ -289,16 +258,7 @@ // export interface Bar { // // } - // export var s = 0; - // } - // - // var c1: testClass; - // var c2: testClass.Bar; - // testClass.staticMethod(); - // testClass.prototype.method(); - // testClass.bind(this); - // testClass.s; - // new testClass(); + // --- (line: 10) skipped --- // === Details === [ @@ -382,9 +342,7 @@ // var c2: testClass.Bar; // testClass.staticMethod(); // testClass.prototype.method(); - // testClass.bind(this); - // testClass.s; - // new testClass(); + // --- (line: 17) skipped --- // === Details === [ @@ -545,10 +503,9 @@ // // module testClass { // export interface Bar { - // - // } - // export var s = 0; - // } + // --- (line: 8) skipped --- + + // --- (line: 11) skipped --- // // var c1: testClass; // var c2: testClass.Bar; @@ -631,11 +588,9 @@ // // module testClass { // export interface Bar { - // - // } - // export var s = 0; - // } - // + // --- (line: 8) skipped --- + + // --- (line: 12) skipped --- // var c1: testClass; // var c2: testClass.Bar; // testClass.staticMethod(); @@ -717,12 +672,9 @@ // // module testClass { // export interface Bar { - // - // } - // export var s = 0; - // } - // - // var c1: testClass; + // --- (line: 8) skipped --- + + // --- (line: 13) skipped --- // var c2: testClass.Bar; // testClass.staticMethod(); // testClass.prototype.method(); @@ -803,13 +755,9 @@ // // module testClass { // export interface Bar { - // - // } - // export var s = 0; - // } - // - // var c1: testClass; - // var c2: testClass.Bar; + // --- (line: 8) skipped --- + + // --- (line: 14) skipped --- // testClass.staticMethod(); // testClass.prototype.method(); // testClass.bind(this); @@ -889,14 +837,9 @@ // // module testClass { // export interface Bar { - // - // } - // export var s = 0; - // } - // - // var c1: testClass; - // var c2: testClass.Bar; - // testClass.staticMethod(); + // --- (line: 8) skipped --- + + // --- (line: 15) skipped --- // testClass.prototype.method(); // testClass.bind(this); // testClass.s; diff --git a/tests/baselines/reference/referencesForMergedDeclarations6.baseline.jsonc b/tests/baselines/reference/referencesForMergedDeclarations6.baseline.jsonc index 8d46aae9256f3..03ad0114e7690 100644 --- a/tests/baselines/reference/referencesForMergedDeclarations6.baseline.jsonc +++ b/tests/baselines/reference/referencesForMergedDeclarations6.baseline.jsonc @@ -17,10 +17,7 @@ // export interface Bar { } // export module Bar { export interface Baz { } } // export function Bar() { } - // } - // - // // module - // import a1 = Foo; + // --- (line: 6) skipped --- // === Details === [ @@ -67,10 +64,7 @@ // export interface Bar { } // export module Bar { export interface Baz { } } // export function Bar() { } - // } - // - // // module - // import a1 = Foo; + // --- (line: 6) skipped --- // === Details === [ diff --git a/tests/baselines/reference/referencesForModifiers.baseline.jsonc b/tests/baselines/reference/referencesForModifiers.baseline.jsonc index 945f32fa5a25d..a60568176613e 100644 --- a/tests/baselines/reference/referencesForModifiers.baseline.jsonc +++ b/tests/baselines/reference/referencesForModifiers.baseline.jsonc @@ -113,12 +113,7 @@ // readonly b; // public c; // protected d; -// private e; -// } -// const enum E { -// } -// async function fn() {} -// export default class C2 {} +// --- (line: 6) skipped --- // === Definitions === // === /tests/cases/fourslash/referencesForModifiers.ts === @@ -127,12 +122,7 @@ // readonly b; // public c; // protected d; - // private e; - // } - // const enum E { - // } - // async function fn() {} - // export default class C2 {} + // --- (line: 6) skipped --- // === Details === [ @@ -196,11 +186,7 @@ // public c; // protected d; // private e; -// } -// const enum E { -// } -// async function fn() {} -// export default class C2 {} +// --- (line: 7) skipped --- // === Definitions === // === /tests/cases/fourslash/referencesForModifiers.ts === @@ -210,11 +196,7 @@ // public c; // protected d; // private e; - // } - // const enum E { - // } - // async function fn() {} - // export default class C2 {} + // --- (line: 7) skipped --- // === Details === [ @@ -279,10 +261,7 @@ // protected d; // private e; // } -// const enum E { -// } -// async function fn() {} -// export default class C2 {} +// --- (line: 8) skipped --- // === Definitions === // === /tests/cases/fourslash/referencesForModifiers.ts === @@ -293,10 +272,7 @@ // protected d; // private e; // } - // const enum E { - // } - // async function fn() {} - // export default class C2 {} + // --- (line: 8) skipped --- // === Details === [ @@ -362,9 +338,7 @@ // private e; // } // const enum E { -// } -// async function fn() {} -// export default class C2 {} +// --- (line: 9) skipped --- // === Definitions === // === /tests/cases/fourslash/referencesForModifiers.ts === @@ -376,9 +350,7 @@ // private e; // } // const enum E { - // } - // async function fn() {} - // export default class C2 {} + // --- (line: 9) skipped --- // === Details === [ @@ -518,10 +490,7 @@ // === findAllReferences === // === /tests/cases/fourslash/referencesForModifiers.ts === -// declare abstract class C1 { -// static a; -// readonly b; -// public c; +// --- (line: 4) skipped --- // protected d; // private e; // } @@ -532,10 +501,7 @@ // === Definitions === // === /tests/cases/fourslash/referencesForModifiers.ts === - // declare abstract class C1 { - // static a; - // readonly b; - // public c; + // --- (line: 4) skipped --- // protected d; // private e; // } @@ -580,12 +546,7 @@ // === findAllReferences === // === /tests/cases/fourslash/referencesForModifiers.ts === -// declare abstract class C1 { -// static a; -// readonly b; -// public c; -// protected d; -// private e; +// --- (line: 6) skipped --- // } // const enum E { // } @@ -594,12 +555,7 @@ // === Definitions === // === /tests/cases/fourslash/referencesForModifiers.ts === - // declare abstract class C1 { - // static a; - // readonly b; - // public c; - // protected d; - // private e; + // --- (line: 6) skipped --- // } // const enum E { // } @@ -666,13 +622,7 @@ // === findAllReferences === // === /tests/cases/fourslash/referencesForModifiers.ts === -// declare abstract class C1 { -// static a; -// readonly b; -// public c; -// protected d; -// private e; -// } +// --- (line: 7) skipped --- // const enum E { // } // async function fn() {} @@ -680,13 +630,7 @@ // === Definitions === // === /tests/cases/fourslash/referencesForModifiers.ts === - // declare abstract class C1 { - // static a; - // readonly b; - // public c; - // protected d; - // private e; - // } + // --- (line: 7) skipped --- // const enum E { // } // async function fn() {} @@ -720,13 +664,7 @@ // === findAllReferences === // === /tests/cases/fourslash/referencesForModifiers.ts === -// declare abstract class C1 { -// static a; -// readonly b; -// public c; -// protected d; -// private e; -// } +// --- (line: 7) skipped --- // const enum E { // } // async function fn() {} @@ -734,13 +672,7 @@ // === Definitions === // === /tests/cases/fourslash/referencesForModifiers.ts === - // declare abstract class C1 { - // static a; - // readonly b; - // public c; - // protected d; - // private e; - // } + // --- (line: 7) skipped --- // const enum E { // } // async function fn() {} diff --git a/tests/baselines/reference/referencesForNoContext.baseline.jsonc b/tests/baselines/reference/referencesForNoContext.baseline.jsonc index ab97a8fcaf4f3..032878adfbfcb 100644 --- a/tests/baselines/reference/referencesForNoContext.baseline.jsonc +++ b/tests/baselines/reference/referencesForNoContext.baseline.jsonc @@ -7,30 +7,13 @@ // // //Increments // modVar++; -// -// class testCls{ -// -// } -// -// function testFn(){ -// //Increments -// modVar++; -// } -// -// module testMod { -// } -// } +// --- (line: 8) skipped --- // === findAllReferences === // === /tests/cases/fourslash/referencesForNoContext.ts === -// module modTest { -// //Declare -// export var modVar:number; -// -// -// //Increments +// --- (line: 6) skipped --- // modVar++; // // class testCls{ @@ -38,30 +21,13 @@ // } // // function testFn(){ -// //Increments -// modVar++; -// } -// -// module testMod { -// } -// } +// --- (line: 14) skipped --- // === findAllReferences === // === /tests/cases/fourslash/referencesForNoContext.ts === -// module modTest { -// //Declare -// export var modVar:number; -// -// -// //Increments -// modVar++; -// -// class testCls{ -// -// } -// +// --- (line: 12) skipped --- // function testFn(){ // //Increments // modVar++; @@ -75,19 +41,7 @@ // === findAllReferences === // === /tests/cases/fourslash/referencesForNoContext.ts === -// module modTest { -// //Declare -// export var modVar:number; -// -// -// //Increments -// modVar++; -// -// class testCls{ -// -// } -// -// function testFn(){ +// --- (line: 13) skipped --- // //Increments // modVar++; // } diff --git a/tests/baselines/reference/referencesForNumericLiteralPropertyNames.baseline.jsonc b/tests/baselines/reference/referencesForNumericLiteralPropertyNames.baseline.jsonc index f202b823996c4..537d3baae48bb 100644 --- a/tests/baselines/reference/referencesForNumericLiteralPropertyNames.baseline.jsonc +++ b/tests/baselines/reference/referencesForNumericLiteralPropertyNames.baseline.jsonc @@ -16,9 +16,7 @@ // } // // var x: Foo; - // x[12]; - // x = { "12": 0 }; - // x = { 12: 0 }; + // --- (line: 6) skipped --- // === Details === [ diff --git a/tests/baselines/reference/referencesForOverrides.baseline.jsonc b/tests/baselines/reference/referencesForOverrides.baseline.jsonc index 33d911759b9d1..f4951f5b00581 100644 --- a/tests/baselines/reference/referencesForOverrides.baseline.jsonc +++ b/tests/baselines/reference/referencesForOverrides.baseline.jsonc @@ -12,52 +12,9 @@ // } // } // -// module SimpleInterfaceTest { -// export interface IFoo { -// ifoo(): void; -// } -// export interface IBar extends IFoo { -// ifoo(): void; -// } -// } -// -// module SimpleClassInterfaceTest { -// export interface IFoo { -// icfoo(): void; -// } -// export class Bar implements IFoo { -// public icfoo(): void { -// } -// } -// } -// -// module Test { -// export interface IBase { -// field: string; -// method(): void; -// } -// -// export interface IBlah extends IBase { -// field: string; -// } -// -// export interface IBlah2 extends IBlah { -// field: string; -// } -// -// export interface IDerived extends IBlah2 { -// method(): void; -// } -// -// export class Bar implements IDerived { -// public field: string; -// public method(): void { } -// } -// -// export class BarBlah extends Bar { -// public field: string; -// } -// } +// --- (line: 13) skipped --- + +// --- (line: 58) skipped --- // // function test() { // var x = new SimpleClassTest.Bar(); @@ -65,15 +22,7 @@ // // var y: SimpleInterfaceTest.IBar = null; // y.ifoo(); -// -// var w: SimpleClassInterfaceTest.Bar = null; -// w.icfoo(); -// -// var z = new Test.BarBlah(); -// z.field = ""; -// z.method(); -// } -// } +// --- (line: 66) skipped --- // === Definitions === // === /tests/cases/fourslash/referencesForOverrides.ts === @@ -89,68 +38,7 @@ // } // } // - // module SimpleInterfaceTest { - // export interface IFoo { - // ifoo(): void; - // } - // export interface IBar extends IFoo { - // ifoo(): void; - // } - // } - // - // module SimpleClassInterfaceTest { - // export interface IFoo { - // icfoo(): void; - // } - // export class Bar implements IFoo { - // public icfoo(): void { - // } - // } - // } - // - // module Test { - // export interface IBase { - // field: string; - // method(): void; - // } - // - // export interface IBlah extends IBase { - // field: string; - // } - // - // export interface IBlah2 extends IBlah { - // field: string; - // } - // - // export interface IDerived extends IBlah2 { - // method(): void; - // } - // - // export class Bar implements IDerived { - // public field: string; - // public method(): void { } - // } - // - // export class BarBlah extends Bar { - // public field: string; - // } - // } - // - // function test() { - // var x = new SimpleClassTest.Bar(); - // x.foo(); - // - // var y: SimpleInterfaceTest.IBar = null; - // y.ifoo(); - // - // var w: SimpleClassInterfaceTest.Bar = null; - // w.icfoo(); - // - // var z = new Test.BarBlah(); - // z.field = ""; - // z.method(); - // } - // } + // --- (line: 13) skipped --- // === Details === [ @@ -290,17 +178,7 @@ // === findAllReferences === // === /tests/cases/fourslash/referencesForOverrides.ts === -// module FindRef3 { -// module SimpleClassTest { -// export class Foo { -// public foo(): void { -// } -// } -// export class Bar extends Foo { -// public foo(): void { -// } -// } -// } +// --- (line: 11) skipped --- // // module SimpleInterfaceTest { // export interface IFoo { @@ -311,46 +189,9 @@ // } // } // -// module SimpleClassInterfaceTest { -// export interface IFoo { -// icfoo(): void; -// } -// export class Bar implements IFoo { -// public icfoo(): void { -// } -// } -// } -// -// module Test { -// export interface IBase { -// field: string; -// method(): void; -// } -// -// export interface IBlah extends IBase { -// field: string; -// } -// -// export interface IBlah2 extends IBlah { -// field: string; -// } -// -// export interface IDerived extends IBlah2 { -// method(): void; -// } -// -// export class Bar implements IDerived { -// public field: string; -// public method(): void { } -// } -// -// export class BarBlah extends Bar { -// public field: string; -// } -// } -// -// function test() { -// var x = new SimpleClassTest.Bar(); +// --- (line: 22) skipped --- + +// --- (line: 61) skipped --- // x.foo(); // // var y: SimpleInterfaceTest.IBar = null; @@ -358,26 +199,11 @@ // // var w: SimpleClassInterfaceTest.Bar = null; // w.icfoo(); -// -// var z = new Test.BarBlah(); -// z.field = ""; -// z.method(); -// } -// } +// --- (line: 69) skipped --- // === Definitions === // === /tests/cases/fourslash/referencesForOverrides.ts === - // module FindRef3 { - // module SimpleClassTest { - // export class Foo { - // public foo(): void { - // } - // } - // export class Bar extends Foo { - // public foo(): void { - // } - // } - // } + // --- (line: 11) skipped --- // // module SimpleInterfaceTest { // export interface IFoo { @@ -388,59 +214,7 @@ // } // } // - // module SimpleClassInterfaceTest { - // export interface IFoo { - // icfoo(): void; - // } - // export class Bar implements IFoo { - // public icfoo(): void { - // } - // } - // } - // - // module Test { - // export interface IBase { - // field: string; - // method(): void; - // } - // - // export interface IBlah extends IBase { - // field: string; - // } - // - // export interface IBlah2 extends IBlah { - // field: string; - // } - // - // export interface IDerived extends IBlah2 { - // method(): void; - // } - // - // export class Bar implements IDerived { - // public field: string; - // public method(): void { } - // } - // - // export class BarBlah extends Bar { - // public field: string; - // } - // } - // - // function test() { - // var x = new SimpleClassTest.Bar(); - // x.foo(); - // - // var y: SimpleInterfaceTest.IBar = null; - // y.ifoo(); - // - // var w: SimpleClassInterfaceTest.Bar = null; - // w.icfoo(); - // - // var z = new Test.BarBlah(); - // z.field = ""; - // z.method(); - // } - // } + // --- (line: 22) skipped --- // === Details === [ @@ -580,26 +354,7 @@ // === findAllReferences === // === /tests/cases/fourslash/referencesForOverrides.ts === -// module FindRef3 { -// module SimpleClassTest { -// export class Foo { -// public foo(): void { -// } -// } -// export class Bar extends Foo { -// public foo(): void { -// } -// } -// } -// -// module SimpleInterfaceTest { -// export interface IFoo { -// ifoo(): void; -// } -// export interface IBar extends IFoo { -// ifoo(): void; -// } -// } +// --- (line: 20) skipped --- // // module SimpleClassInterfaceTest { // export interface IFoo { @@ -611,39 +366,9 @@ // } // } // -// module Test { -// export interface IBase { -// field: string; -// method(): void; -// } -// -// export interface IBlah extends IBase { -// field: string; -// } -// -// export interface IBlah2 extends IBlah { -// field: string; -// } -// -// export interface IDerived extends IBlah2 { -// method(): void; -// } -// -// export class Bar implements IDerived { -// public field: string; -// public method(): void { } -// } -// -// export class BarBlah extends Bar { -// public field: string; -// } -// } -// -// function test() { -// var x = new SimpleClassTest.Bar(); -// x.foo(); -// -// var y: SimpleInterfaceTest.IBar = null; +// --- (line: 32) skipped --- + +// --- (line: 64) skipped --- // y.ifoo(); // // var w: SimpleClassInterfaceTest.Bar = null; @@ -651,32 +376,11 @@ // // var z = new Test.BarBlah(); // z.field = ""; -// z.method(); -// } -// } +// --- (line: 72) skipped --- // === Definitions === // === /tests/cases/fourslash/referencesForOverrides.ts === - // module FindRef3 { - // module SimpleClassTest { - // export class Foo { - // public foo(): void { - // } - // } - // export class Bar extends Foo { - // public foo(): void { - // } - // } - // } - // - // module SimpleInterfaceTest { - // export interface IFoo { - // ifoo(): void; - // } - // export interface IBar extends IFoo { - // ifoo(): void; - // } - // } + // --- (line: 20) skipped --- // // module SimpleClassInterfaceTest { // export interface IFoo { @@ -688,49 +392,7 @@ // } // } // - // module Test { - // export interface IBase { - // field: string; - // method(): void; - // } - // - // export interface IBlah extends IBase { - // field: string; - // } - // - // export interface IBlah2 extends IBlah { - // field: string; - // } - // - // export interface IDerived extends IBlah2 { - // method(): void; - // } - // - // export class Bar implements IDerived { - // public field: string; - // public method(): void { } - // } - // - // export class BarBlah extends Bar { - // public field: string; - // } - // } - // - // function test() { - // var x = new SimpleClassTest.Bar(); - // x.foo(); - // - // var y: SimpleInterfaceTest.IBar = null; - // y.ifoo(); - // - // var w: SimpleClassInterfaceTest.Bar = null; - // w.icfoo(); - // - // var z = new Test.BarBlah(); - // z.field = ""; - // z.method(); - // } - // } + // --- (line: 32) skipped --- // === Details === [ @@ -870,36 +532,7 @@ // === findAllReferences === // === /tests/cases/fourslash/referencesForOverrides.ts === -// module FindRef3 { -// module SimpleClassTest { -// export class Foo { -// public foo(): void { -// } -// } -// export class Bar extends Foo { -// public foo(): void { -// } -// } -// } -// -// module SimpleInterfaceTest { -// export interface IFoo { -// ifoo(): void; -// } -// export interface IBar extends IFoo { -// ifoo(): void; -// } -// } -// -// module SimpleClassInterfaceTest { -// export interface IFoo { -// icfoo(): void; -// } -// export class Bar implements IFoo { -// public icfoo(): void { -// } -// } -// } +// --- (line: 30) skipped --- // // module Test { // export interface IBase { @@ -929,14 +562,9 @@ // } // } // -// function test() { -// var x = new SimpleClassTest.Bar(); -// x.foo(); -// -// var y: SimpleInterfaceTest.IBar = null; -// y.ifoo(); -// -// var w: SimpleClassInterfaceTest.Bar = null; +// --- (line: 60) skipped --- + +// --- (line: 67) skipped --- // w.icfoo(); // // var z = new Test.BarBlah(); @@ -947,36 +575,7 @@ // === Definitions === // === /tests/cases/fourslash/referencesForOverrides.ts === - // module FindRef3 { - // module SimpleClassTest { - // export class Foo { - // public foo(): void { - // } - // } - // export class Bar extends Foo { - // public foo(): void { - // } - // } - // } - // - // module SimpleInterfaceTest { - // export interface IFoo { - // ifoo(): void; - // } - // export interface IBar extends IFoo { - // ifoo(): void; - // } - // } - // - // module SimpleClassInterfaceTest { - // export interface IFoo { - // icfoo(): void; - // } - // export class Bar implements IFoo { - // public icfoo(): void { - // } - // } - // } + // --- (line: 30) skipped --- // // module Test { // export interface IBase { @@ -1006,21 +605,7 @@ // } // } // - // function test() { - // var x = new SimpleClassTest.Bar(); - // x.foo(); - // - // var y: SimpleInterfaceTest.IBar = null; - // y.ifoo(); - // - // var w: SimpleClassInterfaceTest.Bar = null; - // w.icfoo(); - // - // var z = new Test.BarBlah(); - // z.field = ""; - // z.method(); - // } - // } + // --- (line: 60) skipped --- // === Details === [ @@ -1315,37 +900,7 @@ // === findAllReferences === // === /tests/cases/fourslash/referencesForOverrides.ts === -// module FindRef3 { -// module SimpleClassTest { -// export class Foo { -// public foo(): void { -// } -// } -// export class Bar extends Foo { -// public foo(): void { -// } -// } -// } -// -// module SimpleInterfaceTest { -// export interface IFoo { -// ifoo(): void; -// } -// export interface IBar extends IFoo { -// ifoo(): void; -// } -// } -// -// module SimpleClassInterfaceTest { -// export interface IFoo { -// icfoo(): void; -// } -// export class Bar implements IFoo { -// public icfoo(): void { -// } -// } -// } -// +// --- (line: 31) skipped --- // module Test { // export interface IBase { // field: string; @@ -1353,11 +908,9 @@ // } // // export interface IBlah extends IBase { -// field: string; -// } -// -// export interface IBlah2 extends IBlah { -// field: string; +// --- (line: 39) skipped --- + +// --- (line: 43) skipped --- // } // // export interface IDerived extends IBlah2 { @@ -1370,19 +923,9 @@ // } // // export class BarBlah extends Bar { -// public field: string; -// } -// } -// -// function test() { -// var x = new SimpleClassTest.Bar(); -// x.foo(); -// -// var y: SimpleInterfaceTest.IBar = null; -// y.ifoo(); -// -// var w: SimpleClassInterfaceTest.Bar = null; -// w.icfoo(); +// --- (line: 56) skipped --- + +// --- (line: 68) skipped --- // // var z = new Test.BarBlah(); // z.field = ""; @@ -1392,37 +935,7 @@ // === Definitions === // === /tests/cases/fourslash/referencesForOverrides.ts === - // module FindRef3 { - // module SimpleClassTest { - // export class Foo { - // public foo(): void { - // } - // } - // export class Bar extends Foo { - // public foo(): void { - // } - // } - // } - // - // module SimpleInterfaceTest { - // export interface IFoo { - // ifoo(): void; - // } - // export interface IBar extends IFoo { - // ifoo(): void; - // } - // } - // - // module SimpleClassInterfaceTest { - // export interface IFoo { - // icfoo(): void; - // } - // export class Bar implements IFoo { - // public icfoo(): void { - // } - // } - // } - // + // --- (line: 31) skipped --- // module Test { // export interface IBase { // field: string; @@ -1430,11 +943,9 @@ // } // // export interface IBlah extends IBase { - // field: string; - // } - // - // export interface IBlah2 extends IBlah { - // field: string; + // --- (line: 39) skipped --- + + // --- (line: 43) skipped --- // } // // export interface IDerived extends IBlah2 { @@ -1447,25 +958,7 @@ // } // // export class BarBlah extends Bar { - // public field: string; - // } - // } - // - // function test() { - // var x = new SimpleClassTest.Bar(); - // x.foo(); - // - // var y: SimpleInterfaceTest.IBar = null; - // y.ifoo(); - // - // var w: SimpleClassInterfaceTest.Bar = null; - // w.icfoo(); - // - // var z = new Test.BarBlah(); - // z.field = ""; - // z.method(); - // } - // } + // --- (line: 56) skipped --- // === Details === [ diff --git a/tests/baselines/reference/referencesForPropertiesOfGenericType.baseline.jsonc b/tests/baselines/reference/referencesForPropertiesOfGenericType.baseline.jsonc index 047ebe7ef5701..c61680072094b 100644 --- a/tests/baselines/reference/referencesForPropertiesOfGenericType.baseline.jsonc +++ b/tests/baselines/reference/referencesForPropertiesOfGenericType.baseline.jsonc @@ -17,10 +17,7 @@ // } // // var x: IFoo; - // x.doSomething("ss"); - // - // var y: IFoo; - // y.doSomething(12); + // --- (line: 6) skipped --- // === Details === [ diff --git a/tests/baselines/reference/referencesForStatementKeywords.baseline.jsonc b/tests/baselines/reference/referencesForStatementKeywords.baseline.jsonc index 590f6a59e743d..d75e92c4c4251 100644 --- a/tests/baselines/reference/referencesForStatementKeywords.baseline.jsonc +++ b/tests/baselines/reference/referencesForStatementKeywords.baseline.jsonc @@ -5,25 +5,7 @@ // namespace N { } // import N2 = N; // -// // import ... from ... -// import type B from "./b"; -// import type * as C from "./c"; -// import type { D } from "./d"; -// import type { e1, e2 as e3 } from "./e"; -// -// // import "module" -// import "./f"; -// -// // export ... from ... -// export type * from "./g"; -// export type * as H from "./h"; -// export type { I } from "./i"; -// export type { j1, j2 as j3 } from "./j"; -// type Z1 = 1; -// export type { Z1 }; -// type Z2 = 2; -// type Z3 = 3; -// export type { z2, z3 as z4 }; +// --- (line: 6) skipped --- // === Definitions === // === /main.ts === @@ -32,25 +14,7 @@ // namespace N { } // import N2 = N; // - // // import ... from ... - // import type B from "./b"; - // import type * as C from "./c"; - // import type { D } from "./d"; - // import type { e1, e2 as e3 } from "./e"; - // - // // import "module" - // import "./f"; - // - // // export ... from ... - // export type * from "./g"; - // export type * as H from "./h"; - // export type { I } from "./i"; - // export type { j1, j2 as j3 } from "./j"; - // type Z1 = 1; - // export type { Z1 }; - // type Z2 = 2; - // type Z3 = 3; - // export type { z2, z3 as z4 }; + // --- (line: 6) skipped --- // === Details === [ @@ -113,25 +77,7 @@ // namespace N { } // import N2 = N; // -// // import ... from ... -// import type B from "./b"; -// import type * as C from "./c"; -// import type { D } from "./d"; -// import type { e1, e2 as e3 } from "./e"; -// -// // import "module" -// import "./f"; -// -// // export ... from ... -// export type * from "./g"; -// export type * as H from "./h"; -// export type { I } from "./i"; -// export type { j1, j2 as j3 } from "./j"; -// type Z1 = 1; -// export type { Z1 }; -// type Z2 = 2; -// type Z3 = 3; -// export type { z2, z3 as z4 }; +// --- (line: 6) skipped --- // === Definitions === // === /a.ts === @@ -172,23 +118,7 @@ // // // import ... from ... // import type B from "./b"; -// import type * as C from "./c"; -// import type { D } from "./d"; -// import type { e1, e2 as e3 } from "./e"; -// -// // import "module" -// import "./f"; -// -// // export ... from ... -// export type * from "./g"; -// export type * as H from "./h"; -// export type { I } from "./i"; -// export type { j1, j2 as j3 } from "./j"; -// type Z1 = 1; -// export type { Z1 }; -// type Z2 = 2; -// type Z3 = 3; -// export type { z2, z3 as z4 }; +// --- (line: 8) skipped --- // === Definitions === // === /main.ts === @@ -199,23 +129,7 @@ // // // import ... from ... // import type B from "./b"; - // import type * as C from "./c"; - // import type { D } from "./d"; - // import type { e1, e2 as e3 } from "./e"; - // - // // import "module" - // import "./f"; - // - // // export ... from ... - // export type * from "./g"; - // export type * as H from "./h"; - // export type { I } from "./i"; - // export type { j1, j2 as j3 } from "./j"; - // type Z1 = 1; - // export type { Z1 }; - // type Z2 = 2; - // type Z3 = 3; - // export type { z2, z3 as z4 }; + // --- (line: 8) skipped --- // === Details === [ @@ -293,9 +207,7 @@ // === findAllReferences === // === /main.ts === -// // import ... = ... -// import A = require("./a"); -// namespace N { } +// --- (line: 3) skipped --- // import N2 = N; // // // import ... from ... @@ -303,29 +215,14 @@ // import type * as C from "./c"; // import type { D } from "./d"; // import type { e1, e2 as e3 } from "./e"; -// -// // import "module" -// import "./f"; -// -// // export ... from ... -// export type * from "./g"; -// export type * as H from "./h"; -// export type { I } from "./i"; -// export type { j1, j2 as j3 } from "./j"; -// type Z1 = 1; -// export type { Z1 }; -// type Z2 = 2; -// type Z3 = 3; -// export type { z2, z3 as z4 }; +// --- (line: 11) skipped --- // === /b.ts === // <|export default class [|{| defId: 1, isWriteAccess: true |}B|] {}|> // === Definitions === // === /main.ts === - // // import ... = ... - // import A = require("./a"); - // namespace N { } + // --- (line: 3) skipped --- // import N2 = N; // // // import ... from ... @@ -333,20 +230,7 @@ // import type * as C from "./c"; // import type { D } from "./d"; // import type { e1, e2 as e3 } from "./e"; - // - // // import "module" - // import "./f"; - // - // // export ... from ... - // export type * from "./g"; - // export type * as H from "./h"; - // export type { I } from "./i"; - // export type { j1, j2 as j3 } from "./j"; - // type Z1 = 1; - // export type { Z1 }; - // type Z2 = 2; - // type Z3 = 3; - // export type { z2, z3 as z4 }; + // --- (line: 11) skipped --- // === /b.ts === // <|export default class [|{| defId: 1 |}B|] {}|> @@ -433,9 +317,7 @@ // === findAllReferences === // === /main.ts === -// // import ... = ... -// import A = require("./a"); -// namespace N { } +// --- (line: 3) skipped --- // import N2 = N; // // // import ... from ... @@ -443,29 +325,14 @@ // import type * as C from "./c"; // import type { D } from "./d"; // import type { e1, e2 as e3 } from "./e"; -// -// // import "module" -// import "./f"; -// -// // export ... from ... -// export type * from "./g"; -// export type * as H from "./h"; -// export type { I } from "./i"; -// export type { j1, j2 as j3 } from "./j"; -// type Z1 = 1; -// export type { Z1 }; -// type Z2 = 2; -// type Z3 = 3; -// export type { z2, z3 as z4 }; +// --- (line: 11) skipped --- // === /b.ts === // <|export default class [|{| defId: 1, isWriteAccess: true |}B|] {}|> // === Definitions === // === /main.ts === - // // import ... = ... - // import A = require("./a"); - // namespace N { } + // --- (line: 3) skipped --- // import N2 = N; // // // import ... from ... @@ -473,20 +340,7 @@ // import type * as C from "./c"; // import type { D } from "./d"; // import type { e1, e2 as e3 } from "./e"; - // - // // import "module" - // import "./f"; - // - // // export ... from ... - // export type * from "./g"; - // export type * as H from "./h"; - // export type { I } from "./i"; - // export type { j1, j2 as j3 } from "./j"; - // type Z1 = 1; - // export type { Z1 }; - // type Z2 = 2; - // type Z3 = 3; - // export type { z2, z3 as z4 }; + // --- (line: 11) skipped --- // === /b.ts === // <|export default class [|{| defId: 1 |}B|] {}|> @@ -573,9 +427,7 @@ // === findAllReferences === // === /main.ts === -// // import ... = ... -// import A = require("./a"); -// namespace N { } +// --- (line: 3) skipped --- // import N2 = N; // // // import ... from ... @@ -583,20 +435,7 @@ // import type * as C from "./c"; // import type { D } from "./d"; // import type { e1, e2 as e3 } from "./e"; -// -// // import "module" -// import "./f"; -// -// // export ... from ... -// export type * from "./g"; -// export type * as H from "./h"; -// export type { I } from "./i"; -// export type { j1, j2 as j3 } from "./j"; -// type Z1 = 1; -// export type { Z1 }; -// type Z2 = 2; -// type Z3 = 3; -// export type { z2, z3 as z4 }; +// --- (line: 11) skipped --- // === Definitions === // === /b.ts === @@ -630,10 +469,7 @@ // === findAllReferences === // === /main.ts === -// // import ... = ... -// import A = require("./a"); -// namespace N { } -// import N2 = N; +// --- (line: 4) skipped --- // // // import ... from ... // import type B from "./b"; @@ -641,26 +477,11 @@ // import type { D } from "./d"; // import type { e1, e2 as e3 } from "./e"; // -// // import "module" -// import "./f"; -// -// // export ... from ... -// export type * from "./g"; -// export type * as H from "./h"; -// export type { I } from "./i"; -// export type { j1, j2 as j3 } from "./j"; -// type Z1 = 1; -// export type { Z1 }; -// type Z2 = 2; -// type Z3 = 3; -// export type { z2, z3 as z4 }; +// --- (line: 12) skipped --- // === Definitions === // === /main.ts === - // // import ... = ... - // import A = require("./a"); - // namespace N { } - // import N2 = N; + // --- (line: 4) skipped --- // // // import ... from ... // import type B from "./b"; @@ -668,19 +489,7 @@ // import type { D } from "./d"; // import type { e1, e2 as e3 } from "./e"; // - // // import "module" - // import "./f"; - // - // // export ... from ... - // export type * from "./g"; - // export type * as H from "./h"; - // export type { I } from "./i"; - // export type { j1, j2 as j3 } from "./j"; - // type Z1 = 1; - // export type { Z1 }; - // type Z2 = 2; - // type Z3 = 3; - // export type { z2, z3 as z4 }; + // --- (line: 12) skipped --- // === Details === [ @@ -710,10 +519,7 @@ // === findAllReferences === // === /main.ts === -// // import ... = ... -// import A = require("./a"); -// namespace N { } -// import N2 = N; +// --- (line: 4) skipped --- // // // import ... from ... // import type B from "./b"; @@ -721,26 +527,11 @@ // import type { D } from "./d"; // import type { e1, e2 as e3 } from "./e"; // -// // import "module" -// import "./f"; -// -// // export ... from ... -// export type * from "./g"; -// export type * as H from "./h"; -// export type { I } from "./i"; -// export type { j1, j2 as j3 } from "./j"; -// type Z1 = 1; -// export type { Z1 }; -// type Z2 = 2; -// type Z3 = 3; -// export type { z2, z3 as z4 }; +// --- (line: 12) skipped --- // === Definitions === // === /main.ts === - // // import ... = ... - // import A = require("./a"); - // namespace N { } - // import N2 = N; + // --- (line: 4) skipped --- // // // import ... from ... // import type B from "./b"; @@ -748,19 +539,7 @@ // import type { D } from "./d"; // import type { e1, e2 as e3 } from "./e"; // - // // import "module" - // import "./f"; - // - // // export ... from ... - // export type * from "./g"; - // export type * as H from "./h"; - // export type { I } from "./i"; - // export type { j1, j2 as j3 } from "./j"; - // type Z1 = 1; - // export type { Z1 }; - // type Z2 = 2; - // type Z3 = 3; - // export type { z2, z3 as z4 }; + // --- (line: 12) skipped --- // === Details === [ @@ -790,10 +569,7 @@ // === findAllReferences === // === /main.ts === -// // import ... = ... -// import A = require("./a"); -// namespace N { } -// import N2 = N; +// --- (line: 4) skipped --- // // // import ... from ... // import type B from "./b"; @@ -801,26 +577,11 @@ // import type { D } from "./d"; // import type { e1, e2 as e3 } from "./e"; // -// // import "module" -// import "./f"; -// -// // export ... from ... -// export type * from "./g"; -// export type * as H from "./h"; -// export type { I } from "./i"; -// export type { j1, j2 as j3 } from "./j"; -// type Z1 = 1; -// export type { Z1 }; -// type Z2 = 2; -// type Z3 = 3; -// export type { z2, z3 as z4 }; +// --- (line: 12) skipped --- // === Definitions === // === /main.ts === - // // import ... = ... - // import A = require("./a"); - // namespace N { } - // import N2 = N; + // --- (line: 4) skipped --- // // // import ... from ... // import type B from "./b"; @@ -828,19 +589,7 @@ // import type { D } from "./d"; // import type { e1, e2 as e3 } from "./e"; // - // // import "module" - // import "./f"; - // - // // export ... from ... - // export type * from "./g"; - // export type * as H from "./h"; - // export type { I } from "./i"; - // export type { j1, j2 as j3 } from "./j"; - // type Z1 = 1; - // export type { Z1 }; - // type Z2 = 2; - // type Z3 = 3; - // export type { z2, z3 as z4 }; + // --- (line: 12) skipped --- // === Details === [ @@ -870,10 +619,7 @@ // === findAllReferences === // === /main.ts === -// // import ... = ... -// import A = require("./a"); -// namespace N { } -// import N2 = N; +// --- (line: 4) skipped --- // // // import ... from ... // import type B from "./b"; @@ -881,19 +627,7 @@ // import type { D } from "./d"; // import type { e1, e2 as e3 } from "./e"; // -// // import "module" -// import "./f"; -// -// // export ... from ... -// export type * from "./g"; -// export type * as H from "./h"; -// export type { I } from "./i"; -// export type { j1, j2 as j3 } from "./j"; -// type Z1 = 1; -// export type { Z1 }; -// type Z2 = 2; -// type Z3 = 3; -// export type { z2, z3 as z4 }; +// --- (line: 12) skipped --- // === Definitions === // === /c.ts === @@ -927,11 +661,7 @@ // === findAllReferences === // === /main.ts === -// // import ... = ... -// import A = require("./a"); -// namespace N { } -// import N2 = N; -// +// --- (line: 5) skipped --- // // import ... from ... // import type B from "./b"; // import type * as C from "./c"; @@ -939,29 +669,14 @@ // import type { e1, e2 as e3 } from "./e"; // // // import "module" -// import "./f"; -// -// // export ... from ... -// export type * from "./g"; -// export type * as H from "./h"; -// export type { I } from "./i"; -// export type { j1, j2 as j3 } from "./j"; -// type Z1 = 1; -// export type { Z1 }; -// type Z2 = 2; -// type Z3 = 3; -// export type { z2, z3 as z4 }; +// --- (line: 13) skipped --- // === /d.ts === // <|export class [|{| defId: 1, isWriteAccess: true |}D|] {}|> // === Definitions === // === /main.ts === - // // import ... = ... - // import A = require("./a"); - // namespace N { } - // import N2 = N; - // + // --- (line: 5) skipped --- // // import ... from ... // import type B from "./b"; // import type * as C from "./c"; @@ -969,18 +684,7 @@ // import type { e1, e2 as e3 } from "./e"; // // // import "module" - // import "./f"; - // - // // export ... from ... - // export type * from "./g"; - // export type * as H from "./h"; - // export type { I } from "./i"; - // export type { j1, j2 as j3 } from "./j"; - // type Z1 = 1; - // export type { Z1 }; - // type Z2 = 2; - // type Z3 = 3; - // export type { z2, z3 as z4 }; + // --- (line: 13) skipped --- // === /d.ts === // <|export class [|{| defId: 1 |}D|] {}|> @@ -1067,11 +771,7 @@ // === findAllReferences === // === /main.ts === -// // import ... = ... -// import A = require("./a"); -// namespace N { } -// import N2 = N; -// +// --- (line: 5) skipped --- // // import ... from ... // import type B from "./b"; // import type * as C from "./c"; @@ -1079,29 +779,14 @@ // import type { e1, e2 as e3 } from "./e"; // // // import "module" -// import "./f"; -// -// // export ... from ... -// export type * from "./g"; -// export type * as H from "./h"; -// export type { I } from "./i"; -// export type { j1, j2 as j3 } from "./j"; -// type Z1 = 1; -// export type { Z1 }; -// type Z2 = 2; -// type Z3 = 3; -// export type { z2, z3 as z4 }; +// --- (line: 13) skipped --- // === /d.ts === // <|export class [|{| defId: 1, isWriteAccess: true |}D|] {}|> // === Definitions === // === /main.ts === - // // import ... = ... - // import A = require("./a"); - // namespace N { } - // import N2 = N; - // + // --- (line: 5) skipped --- // // import ... from ... // import type B from "./b"; // import type * as C from "./c"; @@ -1109,18 +794,7 @@ // import type { e1, e2 as e3 } from "./e"; // // // import "module" - // import "./f"; - // - // // export ... from ... - // export type * from "./g"; - // export type * as H from "./h"; - // export type { I } from "./i"; - // export type { j1, j2 as j3 } from "./j"; - // type Z1 = 1; - // export type { Z1 }; - // type Z2 = 2; - // type Z3 = 3; - // export type { z2, z3 as z4 }; + // --- (line: 13) skipped --- // === /d.ts === // <|export class [|{| defId: 1 |}D|] {}|> @@ -1207,11 +881,7 @@ // === findAllReferences === // === /main.ts === -// // import ... = ... -// import A = require("./a"); -// namespace N { } -// import N2 = N; -// +// --- (line: 5) skipped --- // // import ... from ... // import type B from "./b"; // import type * as C from "./c"; @@ -1219,18 +889,7 @@ // import type { e1, e2 as e3 } from "./e"; // // // import "module" -// import "./f"; -// -// // export ... from ... -// export type * from "./g"; -// export type * as H from "./h"; -// export type { I } from "./i"; -// export type { j1, j2 as j3 } from "./j"; -// type Z1 = 1; -// export type { Z1 }; -// type Z2 = 2; -// type Z3 = 3; -// export type { z2, z3 as z4 }; +// --- (line: 13) skipped --- // === Definitions === // === /d.ts === @@ -1264,12 +923,7 @@ // === findAllReferences === // === /main.ts === -// // import ... = ... -// import A = require("./a"); -// namespace N { } -// import N2 = N; -// -// // import ... from ... +// --- (line: 6) skipped --- // import type B from "./b"; // import type * as C from "./c"; // import type { D } from "./d"; @@ -1277,28 +931,13 @@ // // // import "module" // import "./f"; -// -// // export ... from ... -// export type * from "./g"; -// export type * as H from "./h"; -// export type { I } from "./i"; -// export type { j1, j2 as j3 } from "./j"; -// type Z1 = 1; -// export type { Z1 }; -// type Z2 = 2; -// type Z3 = 3; -// export type { z2, z3 as z4 }; +// --- (line: 14) skipped --- // === findAllReferences === // === /main.ts === -// // import ... = ... -// import A = require("./a"); -// namespace N { } -// import N2 = N; -// -// // import ... from ... +// --- (line: 6) skipped --- // import type B from "./b"; // import type * as C from "./c"; // import type { D } from "./d"; @@ -1306,28 +945,13 @@ // // // import "module" // import "./f"; -// -// // export ... from ... -// export type * from "./g"; -// export type * as H from "./h"; -// export type { I } from "./i"; -// export type { j1, j2 as j3 } from "./j"; -// type Z1 = 1; -// export type { Z1 }; -// type Z2 = 2; -// type Z3 = 3; -// export type { z2, z3 as z4 }; +// --- (line: 14) skipped --- // === findAllReferences === // === /main.ts === -// // import ... = ... -// import A = require("./a"); -// namespace N { } -// import N2 = N; -// -// // import ... from ... +// --- (line: 6) skipped --- // import type B from "./b"; // import type * as C from "./c"; // import type { D } from "./d"; @@ -1335,17 +959,7 @@ // // // import "module" // import "./f"; -// -// // export ... from ... -// export type * from "./g"; -// export type * as H from "./h"; -// export type { I } from "./i"; -// export type { j1, j2 as j3 } from "./j"; -// type Z1 = 1; -// export type { Z1 }; -// type Z2 = 2; -// type Z3 = 3; -// export type { z2, z3 as z4 }; +// --- (line: 14) skipped --- // === Definitions === // === /e.ts === @@ -1380,12 +994,7 @@ // === findAllReferences === // === /main.ts === -// // import ... = ... -// import A = require("./a"); -// namespace N { } -// import N2 = N; -// -// // import ... from ... +// --- (line: 6) skipped --- // import type B from "./b"; // import type * as C from "./c"; // import type { D } from "./d"; @@ -1393,26 +1002,11 @@ // // // import "module" // import "./f"; -// -// // export ... from ... -// export type * from "./g"; -// export type * as H from "./h"; -// export type { I } from "./i"; -// export type { j1, j2 as j3 } from "./j"; -// type Z1 = 1; -// export type { Z1 }; -// type Z2 = 2; -// type Z3 = 3; -// export type { z2, z3 as z4 }; +// --- (line: 14) skipped --- // === Definitions === // === /main.ts === - // // import ... = ... - // import A = require("./a"); - // namespace N { } - // import N2 = N; - // - // // import ... from ... + // --- (line: 6) skipped --- // import type B from "./b"; // import type * as C from "./c"; // import type { D } from "./d"; @@ -1420,17 +1014,7 @@ // // // import "module" // import "./f"; - // - // // export ... from ... - // export type * from "./g"; - // export type * as H from "./h"; - // export type { I } from "./i"; - // export type { j1, j2 as j3 } from "./j"; - // type Z1 = 1; - // export type { Z1 }; - // type Z2 = 2; - // type Z3 = 3; - // export type { z2, z3 as z4 }; + // --- (line: 14) skipped --- // === Details === [ @@ -1504,15 +1088,7 @@ // === findAllReferences === // === /main.ts === -// // import ... = ... -// import A = require("./a"); -// namespace N { } -// import N2 = N; -// -// // import ... from ... -// import type B from "./b"; -// import type * as C from "./c"; -// import type { D } from "./d"; +// --- (line: 9) skipped --- // import type { e1, e2 as e3 } from "./e"; // // // import "module" @@ -1520,14 +1096,7 @@ // // // export ... from ... // export type * from "./g"; -// export type * as H from "./h"; -// export type { I } from "./i"; -// export type { j1, j2 as j3 } from "./j"; -// type Z1 = 1; -// export type { Z1 }; -// type Z2 = 2; -// type Z3 = 3; -// export type { z2, z3 as z4 }; +// --- (line: 17) skipped --- // === Definitions === // === /f.ts === @@ -1561,18 +1130,7 @@ // === findAllReferences === // === /main.ts === -// // import ... = ... -// import A = require("./a"); -// namespace N { } -// import N2 = N; -// -// // import ... from ... -// import type B from "./b"; -// import type * as C from "./c"; -// import type { D } from "./d"; -// import type { e1, e2 as e3 } from "./e"; -// -// // import "module" +// --- (line: 12) skipped --- // import "./f"; // // // export ... from ... @@ -1580,11 +1138,7 @@ // export type * as H from "./h"; // export type { I } from "./i"; // export type { j1, j2 as j3 } from "./j"; -// type Z1 = 1; -// export type { Z1 }; -// type Z2 = 2; -// type Z3 = 3; -// export type { z2, z3 as z4 }; +// --- (line: 20) skipped --- // === Definitions === // === /g.ts === @@ -1618,18 +1172,7 @@ // === findAllReferences === // === /main.ts === -// // import ... = ... -// import A = require("./a"); -// namespace N { } -// import N2 = N; -// -// // import ... from ... -// import type B from "./b"; -// import type * as C from "./c"; -// import type { D } from "./d"; -// import type { e1, e2 as e3 } from "./e"; -// -// // import "module" +// --- (line: 12) skipped --- // import "./f"; // // // export ... from ... @@ -1637,11 +1180,7 @@ // export type * as H from "./h"; // export type { I } from "./i"; // export type { j1, j2 as j3 } from "./j"; -// type Z1 = 1; -// export type { Z1 }; -// type Z2 = 2; -// type Z3 = 3; -// export type { z2, z3 as z4 }; +// --- (line: 20) skipped --- // === Definitions === // === /g.ts === @@ -1675,18 +1214,7 @@ // === findAllReferences === // === /main.ts === -// // import ... = ... -// import A = require("./a"); -// namespace N { } -// import N2 = N; -// -// // import ... from ... -// import type B from "./b"; -// import type * as C from "./c"; -// import type { D } from "./d"; -// import type { e1, e2 as e3 } from "./e"; -// -// // import "module" +// --- (line: 12) skipped --- // import "./f"; // // // export ... from ... @@ -1694,11 +1222,7 @@ // export type * as H from "./h"; // export type { I } from "./i"; // export type { j1, j2 as j3 } from "./j"; -// type Z1 = 1; -// export type { Z1 }; -// type Z2 = 2; -// type Z3 = 3; -// export type { z2, z3 as z4 }; +// --- (line: 20) skipped --- // === Definitions === // === /g.ts === @@ -1732,19 +1256,7 @@ // === findAllReferences === // === /main.ts === -// // import ... = ... -// import A = require("./a"); -// namespace N { } -// import N2 = N; -// -// // import ... from ... -// import type B from "./b"; -// import type * as C from "./c"; -// import type { D } from "./d"; -// import type { e1, e2 as e3 } from "./e"; -// -// // import "module" -// import "./f"; +// --- (line: 13) skipped --- // // // export ... from ... // export type * from "./g"; @@ -1752,26 +1264,11 @@ // export type { I } from "./i"; // export type { j1, j2 as j3 } from "./j"; // type Z1 = 1; -// export type { Z1 }; -// type Z2 = 2; -// type Z3 = 3; -// export type { z2, z3 as z4 }; +// --- (line: 21) skipped --- // === Definitions === // === /main.ts === - // // import ... = ... - // import A = require("./a"); - // namespace N { } - // import N2 = N; - // - // // import ... from ... - // import type B from "./b"; - // import type * as C from "./c"; - // import type { D } from "./d"; - // import type { e1, e2 as e3 } from "./e"; - // - // // import "module" - // import "./f"; + // --- (line: 13) skipped --- // // // export ... from ... // export type * from "./g"; @@ -1779,10 +1276,7 @@ // export type { I } from "./i"; // export type { j1, j2 as j3 } from "./j"; // type Z1 = 1; - // export type { Z1 }; - // type Z2 = 2; - // type Z3 = 3; - // export type { z2, z3 as z4 }; + // --- (line: 21) skipped --- // === Details === [ @@ -1812,19 +1306,7 @@ // === findAllReferences === // === /main.ts === -// // import ... = ... -// import A = require("./a"); -// namespace N { } -// import N2 = N; -// -// // import ... from ... -// import type B from "./b"; -// import type * as C from "./c"; -// import type { D } from "./d"; -// import type { e1, e2 as e3 } from "./e"; -// -// // import "module" -// import "./f"; +// --- (line: 13) skipped --- // // // export ... from ... // export type * from "./g"; @@ -1832,26 +1314,11 @@ // export type { I } from "./i"; // export type { j1, j2 as j3 } from "./j"; // type Z1 = 1; -// export type { Z1 }; -// type Z2 = 2; -// type Z3 = 3; -// export type { z2, z3 as z4 }; +// --- (line: 21) skipped --- // === Definitions === // === /main.ts === - // // import ... = ... - // import A = require("./a"); - // namespace N { } - // import N2 = N; - // - // // import ... from ... - // import type B from "./b"; - // import type * as C from "./c"; - // import type { D } from "./d"; - // import type { e1, e2 as e3 } from "./e"; - // - // // import "module" - // import "./f"; + // --- (line: 13) skipped --- // // // export ... from ... // export type * from "./g"; @@ -1859,10 +1326,7 @@ // export type { I } from "./i"; // export type { j1, j2 as j3 } from "./j"; // type Z1 = 1; - // export type { Z1 }; - // type Z2 = 2; - // type Z3 = 3; - // export type { z2, z3 as z4 }; + // --- (line: 21) skipped --- // === Details === [ @@ -1892,19 +1356,7 @@ // === findAllReferences === // === /main.ts === -// // import ... = ... -// import A = require("./a"); -// namespace N { } -// import N2 = N; -// -// // import ... from ... -// import type B from "./b"; -// import type * as C from "./c"; -// import type { D } from "./d"; -// import type { e1, e2 as e3 } from "./e"; -// -// // import "module" -// import "./f"; +// --- (line: 13) skipped --- // // // export ... from ... // export type * from "./g"; @@ -1912,26 +1364,11 @@ // export type { I } from "./i"; // export type { j1, j2 as j3 } from "./j"; // type Z1 = 1; -// export type { Z1 }; -// type Z2 = 2; -// type Z3 = 3; -// export type { z2, z3 as z4 }; +// --- (line: 21) skipped --- // === Definitions === // === /main.ts === - // // import ... = ... - // import A = require("./a"); - // namespace N { } - // import N2 = N; - // - // // import ... from ... - // import type B from "./b"; - // import type * as C from "./c"; - // import type { D } from "./d"; - // import type { e1, e2 as e3 } from "./e"; - // - // // import "module" - // import "./f"; + // --- (line: 13) skipped --- // // // export ... from ... // export type * from "./g"; @@ -1939,10 +1376,7 @@ // export type { I } from "./i"; // export type { j1, j2 as j3 } from "./j"; // type Z1 = 1; - // export type { Z1 }; - // type Z2 = 2; - // type Z3 = 3; - // export type { z2, z3 as z4 }; + // --- (line: 21) skipped --- // === Details === [ @@ -1972,19 +1406,7 @@ // === findAllReferences === // === /main.ts === -// // import ... = ... -// import A = require("./a"); -// namespace N { } -// import N2 = N; -// -// // import ... from ... -// import type B from "./b"; -// import type * as C from "./c"; -// import type { D } from "./d"; -// import type { e1, e2 as e3 } from "./e"; -// -// // import "module" -// import "./f"; +// --- (line: 13) skipped --- // // // export ... from ... // export type * from "./g"; @@ -1992,10 +1414,7 @@ // export type { I } from "./i"; // export type { j1, j2 as j3 } from "./j"; // type Z1 = 1; -// export type { Z1 }; -// type Z2 = 2; -// type Z3 = 3; -// export type { z2, z3 as z4 }; +// --- (line: 21) skipped --- // === Definitions === // === /h.ts === @@ -2029,20 +1448,7 @@ // === findAllReferences === // === /main.ts === -// // import ... = ... -// import A = require("./a"); -// namespace N { } -// import N2 = N; -// -// // import ... from ... -// import type B from "./b"; -// import type * as C from "./c"; -// import type { D } from "./d"; -// import type { e1, e2 as e3 } from "./e"; -// -// // import "module" -// import "./f"; -// +// --- (line: 14) skipped --- // // export ... from ... // export type * from "./g"; // export type * as H from "./h"; @@ -2050,29 +1456,14 @@ // export type { j1, j2 as j3 } from "./j"; // type Z1 = 1; // export type { Z1 }; -// type Z2 = 2; -// type Z3 = 3; -// export type { z2, z3 as z4 }; +// --- (line: 22) skipped --- // === /i.ts === // <|export class [|{| defId: 1, isWriteAccess: true |}I|] {}|> // === Definitions === // === /main.ts === - // // import ... = ... - // import A = require("./a"); - // namespace N { } - // import N2 = N; - // - // // import ... from ... - // import type B from "./b"; - // import type * as C from "./c"; - // import type { D } from "./d"; - // import type { e1, e2 as e3 } from "./e"; - // - // // import "module" - // import "./f"; - // + // --- (line: 14) skipped --- // // export ... from ... // export type * from "./g"; // export type * as H from "./h"; @@ -2080,9 +1471,7 @@ // export type { j1, j2 as j3 } from "./j"; // type Z1 = 1; // export type { Z1 }; - // type Z2 = 2; - // type Z3 = 3; - // export type { z2, z3 as z4 }; + // --- (line: 22) skipped --- // === /i.ts === // <|export class [|{| defId: 1 |}I|] {}|> @@ -2169,20 +1558,7 @@ // === findAllReferences === // === /main.ts === -// // import ... = ... -// import A = require("./a"); -// namespace N { } -// import N2 = N; -// -// // import ... from ... -// import type B from "./b"; -// import type * as C from "./c"; -// import type { D } from "./d"; -// import type { e1, e2 as e3 } from "./e"; -// -// // import "module" -// import "./f"; -// +// --- (line: 14) skipped --- // // export ... from ... // export type * from "./g"; // export type * as H from "./h"; @@ -2190,29 +1566,14 @@ // export type { j1, j2 as j3 } from "./j"; // type Z1 = 1; // export type { Z1 }; -// type Z2 = 2; -// type Z3 = 3; -// export type { z2, z3 as z4 }; +// --- (line: 22) skipped --- // === /i.ts === // <|export class [|{| defId: 1, isWriteAccess: true |}I|] {}|> // === Definitions === // === /main.ts === - // // import ... = ... - // import A = require("./a"); - // namespace N { } - // import N2 = N; - // - // // import ... from ... - // import type B from "./b"; - // import type * as C from "./c"; - // import type { D } from "./d"; - // import type { e1, e2 as e3 } from "./e"; - // - // // import "module" - // import "./f"; - // + // --- (line: 14) skipped --- // // export ... from ... // export type * from "./g"; // export type * as H from "./h"; @@ -2220,9 +1581,7 @@ // export type { j1, j2 as j3 } from "./j"; // type Z1 = 1; // export type { Z1 }; - // type Z2 = 2; - // type Z3 = 3; - // export type { z2, z3 as z4 }; + // --- (line: 22) skipped --- // === /i.ts === // <|export class [|{| defId: 1 |}I|] {}|> @@ -2309,20 +1668,7 @@ // === findAllReferences === // === /main.ts === -// // import ... = ... -// import A = require("./a"); -// namespace N { } -// import N2 = N; -// -// // import ... from ... -// import type B from "./b"; -// import type * as C from "./c"; -// import type { D } from "./d"; -// import type { e1, e2 as e3 } from "./e"; -// -// // import "module" -// import "./f"; -// +// --- (line: 14) skipped --- // // export ... from ... // export type * from "./g"; // export type * as H from "./h"; @@ -2330,9 +1676,7 @@ // export type { j1, j2 as j3 } from "./j"; // type Z1 = 1; // export type { Z1 }; -// type Z2 = 2; -// type Z3 = 3; -// export type { z2, z3 as z4 }; +// --- (line: 22) skipped --- // === Definitions === // === /i.ts === @@ -2366,21 +1710,7 @@ // === findAllReferences === // === /main.ts === -// // import ... = ... -// import A = require("./a"); -// namespace N { } -// import N2 = N; -// -// // import ... from ... -// import type B from "./b"; -// import type * as C from "./c"; -// import type { D } from "./d"; -// import type { e1, e2 as e3 } from "./e"; -// -// // import "module" -// import "./f"; -// -// // export ... from ... +// --- (line: 15) skipped --- // export type * from "./g"; // export type * as H from "./h"; // export type { I } from "./i"; @@ -2395,21 +1725,7 @@ // === findAllReferences === // === /main.ts === -// // import ... = ... -// import A = require("./a"); -// namespace N { } -// import N2 = N; -// -// // import ... from ... -// import type B from "./b"; -// import type * as C from "./c"; -// import type { D } from "./d"; -// import type { e1, e2 as e3 } from "./e"; -// -// // import "module" -// import "./f"; -// -// // export ... from ... +// --- (line: 15) skipped --- // export type * from "./g"; // export type * as H from "./h"; // export type { I } from "./i"; @@ -2424,21 +1740,7 @@ // === findAllReferences === // === /main.ts === -// // import ... = ... -// import A = require("./a"); -// namespace N { } -// import N2 = N; -// -// // import ... from ... -// import type B from "./b"; -// import type * as C from "./c"; -// import type { D } from "./d"; -// import type { e1, e2 as e3 } from "./e"; -// -// // import "module" -// import "./f"; -// -// // export ... from ... +// --- (line: 15) skipped --- // export type * from "./g"; // export type * as H from "./h"; // export type { I } from "./i"; @@ -2482,21 +1784,7 @@ // === findAllReferences === // === /main.ts === -// // import ... = ... -// import A = require("./a"); -// namespace N { } -// import N2 = N; -// -// // import ... from ... -// import type B from "./b"; -// import type * as C from "./c"; -// import type { D } from "./d"; -// import type { e1, e2 as e3 } from "./e"; -// -// // import "module" -// import "./f"; -// -// // export ... from ... +// --- (line: 15) skipped --- // export type * from "./g"; // export type * as H from "./h"; // export type { I } from "./i"; @@ -2509,21 +1797,7 @@ // === Definitions === // === /main.ts === - // // import ... = ... - // import A = require("./a"); - // namespace N { } - // import N2 = N; - // - // // import ... from ... - // import type B from "./b"; - // import type * as C from "./c"; - // import type { D } from "./d"; - // import type { e1, e2 as e3 } from "./e"; - // - // // import "module" - // import "./f"; - // - // // export ... from ... + // --- (line: 15) skipped --- // export type * from "./g"; // export type * as H from "./h"; // export type { I } from "./i"; @@ -2606,22 +1880,7 @@ // === findAllReferences === // === /main.ts === -// // import ... = ... -// import A = require("./a"); -// namespace N { } -// import N2 = N; -// -// // import ... from ... -// import type B from "./b"; -// import type * as C from "./c"; -// import type { D } from "./d"; -// import type { e1, e2 as e3 } from "./e"; -// -// // import "module" -// import "./f"; -// -// // export ... from ... -// export type * from "./g"; +// --- (line: 16) skipped --- // export type * as H from "./h"; // export type { I } from "./i"; // export type { j1, j2 as j3 } from "./j"; @@ -2633,22 +1892,7 @@ // === Definitions === // === /main.ts === - // // import ... = ... - // import A = require("./a"); - // namespace N { } - // import N2 = N; - // - // // import ... from ... - // import type B from "./b"; - // import type * as C from "./c"; - // import type { D } from "./d"; - // import type { e1, e2 as e3 } from "./e"; - // - // // import "module" - // import "./f"; - // - // // export ... from ... - // export type * from "./g"; + // --- (line: 16) skipped --- // export type * as H from "./h"; // export type { I } from "./i"; // export type { j1, j2 as j3 } from "./j"; @@ -2702,22 +1946,7 @@ // === findAllReferences === // === /main.ts === -// // import ... = ... -// import A = require("./a"); -// namespace N { } -// import N2 = N; -// -// // import ... from ... -// import type B from "./b"; -// import type * as C from "./c"; -// import type { D } from "./d"; -// import type { e1, e2 as e3 } from "./e"; -// -// // import "module" -// import "./f"; -// -// // export ... from ... -// export type * from "./g"; +// --- (line: 16) skipped --- // export type * as H from "./h"; // export type { I } from "./i"; // export type { j1, j2 as j3 } from "./j"; @@ -2729,22 +1958,7 @@ // === Definitions === // === /main.ts === - // // import ... = ... - // import A = require("./a"); - // namespace N { } - // import N2 = N; - // - // // import ... from ... - // import type B from "./b"; - // import type * as C from "./c"; - // import type { D } from "./d"; - // import type { e1, e2 as e3 } from "./e"; - // - // // import "module" - // import "./f"; - // - // // export ... from ... - // export type * from "./g"; + // --- (line: 16) skipped --- // export type * as H from "./h"; // export type { I } from "./i"; // export type { j1, j2 as j3 } from "./j"; @@ -2798,26 +2012,7 @@ // === findAllReferences === // === /main.ts === -// // import ... = ... -// import A = require("./a"); -// namespace N { } -// import N2 = N; -// -// // import ... from ... -// import type B from "./b"; -// import type * as C from "./c"; -// import type { D } from "./d"; -// import type { e1, e2 as e3 } from "./e"; -// -// // import "module" -// import "./f"; -// -// // export ... from ... -// export type * from "./g"; -// export type * as H from "./h"; -// export type { I } from "./i"; -// export type { j1, j2 as j3 } from "./j"; -// type Z1 = 1; +// --- (line: 20) skipped --- // export type { Z1 }; // type Z2 = 2; // type Z3 = 3; @@ -2827,26 +2022,7 @@ // === findAllReferences === // === /main.ts === -// // import ... = ... -// import A = require("./a"); -// namespace N { } -// import N2 = N; -// -// // import ... from ... -// import type B from "./b"; -// import type * as C from "./c"; -// import type { D } from "./d"; -// import type { e1, e2 as e3 } from "./e"; -// -// // import "module" -// import "./f"; -// -// // export ... from ... -// export type * from "./g"; -// export type * as H from "./h"; -// export type { I } from "./i"; -// export type { j1, j2 as j3 } from "./j"; -// type Z1 = 1; +// --- (line: 20) skipped --- // export type { Z1 }; // type Z2 = 2; // type Z3 = 3; @@ -2856,26 +2032,7 @@ // === findAllReferences === // === /main.ts === -// // import ... = ... -// import A = require("./a"); -// namespace N { } -// import N2 = N; -// -// // import ... from ... -// import type B from "./b"; -// import type * as C from "./c"; -// import type { D } from "./d"; -// import type { e1, e2 as e3 } from "./e"; -// -// // import "module" -// import "./f"; -// -// // export ... from ... -// export type * from "./g"; -// export type * as H from "./h"; -// export type { I } from "./i"; -// export type { j1, j2 as j3 } from "./j"; -// type Z1 = 1; +// --- (line: 20) skipped --- // export type { Z1 }; // type Z2 = 2; // type Z3 = 3; @@ -2883,26 +2040,7 @@ // === Definitions === // === /main.ts === - // // import ... = ... - // import A = require("./a"); - // namespace N { } - // import N2 = N; - // - // // import ... from ... - // import type B from "./b"; - // import type * as C from "./c"; - // import type { D } from "./d"; - // import type { e1, e2 as e3 } from "./e"; - // - // // import "module" - // import "./f"; - // - // // export ... from ... - // export type * from "./g"; - // export type * as H from "./h"; - // export type { I } from "./i"; - // export type { j1, j2 as j3 } from "./j"; - // type Z1 = 1; + // --- (line: 20) skipped --- // export type { Z1 }; // type Z2 = 2; // type Z3 = 3; diff --git a/tests/baselines/reference/referencesForStatic.baseline.jsonc b/tests/baselines/reference/referencesForStatic.baseline.jsonc index 1712601bbb300..3e52ae5f73719 100644 --- a/tests/baselines/reference/referencesForStatic.baseline.jsonc +++ b/tests/baselines/reference/referencesForStatic.baseline.jsonc @@ -36,22 +36,7 @@ // // public bar() { // foo.n = "'"; - // if(foo.n) { - // var x = foo.n; - // } - // } - // } - // - // class foo2 { - // private x = foo.n; - // constructor() { - // foo.n = x; - // } - // - // function b(n) { - // n = foo.n; - // } - // } + // --- (line: 8) skipped --- // === Details === [ @@ -145,22 +130,7 @@ // // public bar() { // foo.n = "'"; - // if(foo.n) { - // var x = foo.n; - // } - // } - // } - // - // class foo2 { - // private x = foo.n; - // constructor() { - // foo.n = x; - // } - // - // function b(n) { - // n = foo.n; - // } - // } + // --- (line: 8) skipped --- // === Details === [ @@ -257,19 +227,7 @@ // if(foo.n) { // var x = foo.n; // } - // } - // } - // - // class foo2 { - // private x = foo.n; - // constructor() { - // foo.n = x; - // } - // - // function b(n) { - // n = foo.n; - // } - // } + // --- (line: 11) skipped --- // === Details === [ @@ -367,18 +325,7 @@ // var x = foo.n; // } // } - // } - // - // class foo2 { - // private x = foo.n; - // constructor() { - // foo.n = x; - // } - // - // function b(n) { - // n = foo.n; - // } - // } + // --- (line: 12) skipped --- // === Details === [ @@ -477,17 +424,7 @@ // } // } // } - // - // class foo2 { - // private x = foo.n; - // constructor() { - // foo.n = x; - // } - // - // function b(n) { - // n = foo.n; - // } - // } + // --- (line: 13) skipped --- // === Details === [ @@ -581,10 +518,9 @@ // // public bar() { // foo.n = "'"; - // if(foo.n) { - // var x = foo.n; - // } - // } + // --- (line: 8) skipped --- + + // --- (line: 11) skipped --- // } // // class foo2 { @@ -592,11 +528,7 @@ // constructor() { // foo.n = x; // } - // - // function b(n) { - // n = foo.n; - // } - // } + // --- (line: 19) skipped --- // === Details === [ @@ -690,12 +622,9 @@ // // public bar() { // foo.n = "'"; - // if(foo.n) { - // var x = foo.n; - // } - // } - // } - // + // --- (line: 8) skipped --- + + // --- (line: 13) skipped --- // class foo2 { // private x = foo.n; // constructor() { @@ -703,9 +632,7 @@ // } // // function b(n) { - // n = foo.n; - // } - // } + // --- (line: 21) skipped --- // === Details === [ @@ -799,16 +726,9 @@ // // public bar() { // foo.n = "'"; - // if(foo.n) { - // var x = foo.n; - // } - // } - // } - // - // class foo2 { - // private x = foo.n; - // constructor() { - // foo.n = x; + // --- (line: 8) skipped --- + + // --- (line: 17) skipped --- // } // // function b(n) { @@ -908,22 +828,7 @@ // // public bar() { // foo.n = "'"; - // if(foo.n) { - // var x = foo.n; - // } - // } - // } - // - // class foo2 { - // private x = foo.n; - // constructor() { - // foo.n = x; - // } - // - // function b(n) { - // n = foo.n; - // } - // } + // --- (line: 8) skipped --- // === Details === [ diff --git a/tests/baselines/reference/referencesForStaticsAndMembersWithSameNames.baseline.jsonc b/tests/baselines/reference/referencesForStaticsAndMembersWithSameNames.baseline.jsonc index 1db39f7473e60..e8174b7100921 100644 --- a/tests/baselines/reference/referencesForStaticsAndMembersWithSameNames.baseline.jsonc +++ b/tests/baselines/reference/referencesForStaticsAndMembersWithSameNames.baseline.jsonc @@ -7,13 +7,9 @@ // static bar: Foo; // // public foo(): void { -// } -// public static foo(): void { -// } -// } -// } -// -// function test() { +// --- (line: 8) skipped --- + +// --- (line: 14) skipped --- // // instance function // var x = new MixedStaticsClassTest.Foo(); // x.foo(); @@ -21,9 +17,7 @@ // // // static function // MixedStaticsClassTest.Foo.foo(); -// MixedStaticsClassTest.Foo.bar; -// } -// } +// --- (line: 22) skipped --- // === Definitions === // === /tests/cases/fourslash/referencesForStaticsAndMembersWithSameNames.ts === @@ -34,23 +28,7 @@ // static bar: Foo; // // public foo(): void { - // } - // public static foo(): void { - // } - // } - // } - // - // function test() { - // // instance function - // var x = new MixedStaticsClassTest.Foo(); - // x.foo(); - // x.bar; - // - // // static function - // MixedStaticsClassTest.Foo.foo(); - // MixedStaticsClassTest.Foo.bar; - // } - // } + // --- (line: 8) skipped --- // === Details === [ @@ -124,16 +102,9 @@ // // public foo(): void { // } -// public static foo(): void { -// } -// } -// } -// -// function test() { -// // instance function -// var x = new MixedStaticsClassTest.Foo(); -// x.foo(); -// x.bar; +// --- (line: 9) skipped --- + +// --- (line: 18) skipped --- // // // static function // MixedStaticsClassTest.Foo.foo(); @@ -151,22 +122,7 @@ // // public foo(): void { // } - // public static foo(): void { - // } - // } - // } - // - // function test() { - // // instance function - // var x = new MixedStaticsClassTest.Foo(); - // x.foo(); - // x.bar; - // - // // static function - // MixedStaticsClassTest.Foo.foo(); - // MixedStaticsClassTest.Foo.bar; - // } - // } + // --- (line: 9) skipped --- // === Details === [ @@ -240,16 +196,9 @@ // // public foo(): void { // } -// public static foo(): void { -// } -// } -// } -// -// function test() { -// // instance function -// var x = new MixedStaticsClassTest.Foo(); -// x.foo(); -// x.bar; +// --- (line: 9) skipped --- + +// --- (line: 18) skipped --- // // // static function // MixedStaticsClassTest.Foo.foo(); @@ -267,22 +216,7 @@ // // public foo(): void { // } - // public static foo(): void { - // } - // } - // } - // - // function test() { - // // instance function - // var x = new MixedStaticsClassTest.Foo(); - // x.foo(); - // x.bar; - // - // // static function - // MixedStaticsClassTest.Foo.foo(); - // MixedStaticsClassTest.Foo.bar; - // } - // } + // --- (line: 9) skipped --- // === Details === [ @@ -348,9 +282,7 @@ // === findAllReferences === // === /tests/cases/fourslash/referencesForStaticsAndMembersWithSameNames.ts === -// module FindRef4 { -// module MixedStaticsClassTest { -// export class Foo { +// --- (line: 3) skipped --- // bar: Foo; // static bar: Foo; // @@ -368,16 +300,11 @@ // x.bar; // // // static function -// MixedStaticsClassTest.Foo.foo(); -// MixedStaticsClassTest.Foo.bar; -// } -// } +// --- (line: 21) skipped --- // === Definitions === // === /tests/cases/fourslash/referencesForStaticsAndMembersWithSameNames.ts === - // module FindRef4 { - // module MixedStaticsClassTest { - // export class Foo { + // --- (line: 3) skipped --- // bar: Foo; // static bar: Foo; // @@ -386,19 +313,7 @@ // public static foo(): void { // } // } - // } - // - // function test() { - // // instance function - // var x = new MixedStaticsClassTest.Foo(); - // x.foo(); - // x.bar; - // - // // static function - // MixedStaticsClassTest.Foo.foo(); - // MixedStaticsClassTest.Foo.bar; - // } - // } + // --- (line: 12) skipped --- // === Details === [ @@ -472,9 +387,7 @@ // === findAllReferences === // === /tests/cases/fourslash/referencesForStaticsAndMembersWithSameNames.ts === -// module FindRef4 { -// module MixedStaticsClassTest { -// export class Foo { +// --- (line: 3) skipped --- // bar: Foo; // static bar: Foo; // @@ -492,16 +405,11 @@ // x.bar; // // // static function -// MixedStaticsClassTest.Foo.foo(); -// MixedStaticsClassTest.Foo.bar; -// } -// } +// --- (line: 21) skipped --- // === Definitions === // === /tests/cases/fourslash/referencesForStaticsAndMembersWithSameNames.ts === - // module FindRef4 { - // module MixedStaticsClassTest { - // export class Foo { + // --- (line: 3) skipped --- // bar: Foo; // static bar: Foo; // @@ -510,19 +418,7 @@ // public static foo(): void { // } // } - // } - // - // function test() { - // // instance function - // var x = new MixedStaticsClassTest.Foo(); - // x.foo(); - // x.bar; - // - // // static function - // MixedStaticsClassTest.Foo.foo(); - // MixedStaticsClassTest.Foo.bar; - // } - // } + // --- (line: 12) skipped --- // === Details === [ @@ -596,11 +492,7 @@ // === findAllReferences === // === /tests/cases/fourslash/referencesForStaticsAndMembersWithSameNames.ts === -// module FindRef4 { -// module MixedStaticsClassTest { -// export class Foo { -// bar: Foo; -// static bar: Foo; +// --- (line: 5) skipped --- // // public foo(): void { // } @@ -609,10 +501,9 @@ // } // } // -// function test() { -// // instance function -// var x = new MixedStaticsClassTest.Foo(); -// x.foo(); +// --- (line: 14) skipped --- + +// --- (line: 17) skipped --- // x.bar; // // // static function @@ -623,11 +514,7 @@ // === Definitions === // === /tests/cases/fourslash/referencesForStaticsAndMembersWithSameNames.ts === - // module FindRef4 { - // module MixedStaticsClassTest { - // export class Foo { - // bar: Foo; - // static bar: Foo; + // --- (line: 5) skipped --- // // public foo(): void { // } @@ -636,17 +523,7 @@ // } // } // - // function test() { - // // instance function - // var x = new MixedStaticsClassTest.Foo(); - // x.foo(); - // x.bar; - // - // // static function - // MixedStaticsClassTest.Foo.foo(); - // MixedStaticsClassTest.Foo.bar; - // } - // } + // --- (line: 14) skipped --- // === Details === [ @@ -720,11 +597,7 @@ // === findAllReferences === // === /tests/cases/fourslash/referencesForStaticsAndMembersWithSameNames.ts === -// module FindRef4 { -// module MixedStaticsClassTest { -// export class Foo { -// bar: Foo; -// static bar: Foo; +// --- (line: 5) skipped --- // // public foo(): void { // } @@ -733,10 +606,9 @@ // } // } // -// function test() { -// // instance function -// var x = new MixedStaticsClassTest.Foo(); -// x.foo(); +// --- (line: 14) skipped --- + +// --- (line: 17) skipped --- // x.bar; // // // static function @@ -747,11 +619,7 @@ // === Definitions === // === /tests/cases/fourslash/referencesForStaticsAndMembersWithSameNames.ts === - // module FindRef4 { - // module MixedStaticsClassTest { - // export class Foo { - // bar: Foo; - // static bar: Foo; + // --- (line: 5) skipped --- // // public foo(): void { // } @@ -760,17 +628,7 @@ // } // } // - // function test() { - // // instance function - // var x = new MixedStaticsClassTest.Foo(); - // x.foo(); - // x.bar; - // - // // static function - // MixedStaticsClassTest.Foo.foo(); - // MixedStaticsClassTest.Foo.bar; - // } - // } + // --- (line: 14) skipped --- // === Details === [ @@ -844,9 +702,7 @@ // === findAllReferences === // === /tests/cases/fourslash/referencesForStaticsAndMembersWithSameNames.ts === -// module FindRef4 { -// module MixedStaticsClassTest { -// export class Foo { +// --- (line: 3) skipped --- // bar: Foo; // static bar: Foo; // @@ -864,16 +720,11 @@ // x.bar; // // // static function -// MixedStaticsClassTest.Foo.foo(); -// MixedStaticsClassTest.Foo.bar; -// } -// } +// --- (line: 21) skipped --- // === Definitions === // === /tests/cases/fourslash/referencesForStaticsAndMembersWithSameNames.ts === - // module FindRef4 { - // module MixedStaticsClassTest { - // export class Foo { + // --- (line: 3) skipped --- // bar: Foo; // static bar: Foo; // @@ -891,10 +742,7 @@ // x.bar; // // // static function - // MixedStaticsClassTest.Foo.foo(); - // MixedStaticsClassTest.Foo.bar; - // } - // } + // --- (line: 21) skipped --- // === Details === [ @@ -975,13 +823,9 @@ // static bar: Foo; // // public foo(): void { -// } -// public static foo(): void { -// } -// } -// } -// -// function test() { +// --- (line: 8) skipped --- + +// --- (line: 14) skipped --- // // instance function // var x = new MixedStaticsClassTest.Foo(); // x.foo(); @@ -989,9 +833,7 @@ // // // static function // MixedStaticsClassTest.Foo.foo(); -// MixedStaticsClassTest.Foo.bar; -// } -// } +// --- (line: 22) skipped --- // === Definitions === // === /tests/cases/fourslash/referencesForStaticsAndMembersWithSameNames.ts === @@ -1002,13 +844,9 @@ // static bar: Foo; // // public foo(): void { - // } - // public static foo(): void { - // } - // } - // } - // - // function test() { + // --- (line: 8) skipped --- + + // --- (line: 14) skipped --- // // instance function // var x = new MixedStaticsClassTest.Foo(); // x.foo(); @@ -1016,9 +854,7 @@ // // // static function // MixedStaticsClassTest.Foo.foo(); - // MixedStaticsClassTest.Foo.bar; - // } - // } + // --- (line: 22) skipped --- // === Details === [ @@ -1084,11 +920,7 @@ // === findAllReferences === // === /tests/cases/fourslash/referencesForStaticsAndMembersWithSameNames.ts === -// module FindRef4 { -// module MixedStaticsClassTest { -// export class Foo { -// bar: Foo; -// static bar: Foo; +// --- (line: 5) skipped --- // // public foo(): void { // } @@ -1097,10 +929,9 @@ // } // } // -// function test() { -// // instance function -// var x = new MixedStaticsClassTest.Foo(); -// x.foo(); +// --- (line: 14) skipped --- + +// --- (line: 17) skipped --- // x.bar; // // // static function @@ -1111,11 +942,7 @@ // === Definitions === // === /tests/cases/fourslash/referencesForStaticsAndMembersWithSameNames.ts === - // module FindRef4 { - // module MixedStaticsClassTest { - // export class Foo { - // bar: Foo; - // static bar: Foo; + // --- (line: 5) skipped --- // // public foo(): void { // } @@ -1124,10 +951,9 @@ // } // } // - // function test() { - // // instance function - // var x = new MixedStaticsClassTest.Foo(); - // x.foo(); + // --- (line: 14) skipped --- + + // --- (line: 17) skipped --- // x.bar; // // // static function @@ -1216,16 +1042,9 @@ // // public foo(): void { // } -// public static foo(): void { -// } -// } -// } -// -// function test() { -// // instance function -// var x = new MixedStaticsClassTest.Foo(); -// x.foo(); -// x.bar; +// --- (line: 9) skipped --- + +// --- (line: 18) skipped --- // // // static function // MixedStaticsClassTest.Foo.foo(); @@ -1243,16 +1062,9 @@ // // public foo(): void { // } - // public static foo(): void { - // } - // } - // } - // - // function test() { - // // instance function - // var x = new MixedStaticsClassTest.Foo(); - // x.foo(); - // x.bar; + // --- (line: 9) skipped --- + + // --- (line: 18) skipped --- // // // static function // MixedStaticsClassTest.Foo.foo(); diff --git a/tests/baselines/reference/referencesForStringLiteralPropertyNames.baseline.jsonc b/tests/baselines/reference/referencesForStringLiteralPropertyNames.baseline.jsonc index 3ce7bc14b1340..2e6f9b4d52d41 100644 --- a/tests/baselines/reference/referencesForStringLiteralPropertyNames.baseline.jsonc +++ b/tests/baselines/reference/referencesForStringLiteralPropertyNames.baseline.jsonc @@ -17,10 +17,7 @@ // } // // var x: Foo; - // x.ss; - // x["ss"]; - // x = { "ss": 0 }; - // x = { ss: 0 }; + // --- (line: 6) skipped --- // === Details === [ diff --git a/tests/baselines/reference/referencesForTypeKeywords.baseline.jsonc b/tests/baselines/reference/referencesForTypeKeywords.baseline.jsonc index 943c57719306e..b240e3426faac 100644 --- a/tests/baselines/reference/referencesForTypeKeywords.baseline.jsonc +++ b/tests/baselines/reference/referencesForTypeKeywords.baseline.jsonc @@ -346,9 +346,7 @@ // === findAllReferences === // === /tests/cases/fourslash/referencesForTypeKeywords.ts === -// interface I {} -// function f() {} -// type A1 = T extends U ? 1 : 0; +// --- (line: 3) skipped --- // type A2 = T extends infer U ? 1 : 0; // type A3 = { [P in keyof T]: 1 }; // type A4 = keyof T; @@ -356,9 +354,7 @@ // === Definitions === // === /tests/cases/fourslash/referencesForTypeKeywords.ts === - // interface I {} - // function f() {} - // type A1 = T extends U ? 1 : 0; + // --- (line: 3) skipped --- // type A2 = T extends infer U ? 1 : 0; // type A3 = { [P in keyof T]: 1 }; // type A4 = keyof T; diff --git a/tests/baselines/reference/referencesForUnionProperties.baseline.jsonc b/tests/baselines/reference/referencesForUnionProperties.baseline.jsonc index dd18cddc9c243..6eb74e55cae27 100644 --- a/tests/baselines/reference/referencesForUnionProperties.baseline.jsonc +++ b/tests/baselines/reference/referencesForUnionProperties.baseline.jsonc @@ -5,18 +5,9 @@ // } // // interface Base { -// a: string; -// b: string; -// } -// -// interface HasAOrB extends Base { -// a: string; -// b: string; -// } -// -// interface Two { -// common: HasAOrB; -// } +// --- (line: 6) skipped --- + +// --- (line: 17) skipped --- // // var x : One | Two; // @@ -29,22 +20,7 @@ // } // // interface Base { - // a: string; - // b: string; - // } - // - // interface HasAOrB extends Base { - // a: string; - // b: string; - // } - // - // interface Two { - // common: HasAOrB; - // } - // - // var x : One | Two; - // - // x.common.a; + // --- (line: 6) skipped --- // === Details === [ @@ -190,13 +166,7 @@ // b: string; // } // - // interface Two { - // common: HasAOrB; - // } - // - // var x : One | Two; - // - // x.common.a; + // --- (line: 15) skipped --- // === Details === [ diff --git a/tests/baselines/reference/remoteGetReferences.baseline.jsonc b/tests/baselines/reference/remoteGetReferences.baseline.jsonc index b92ed2ba2c74d..5ce40b0aaab0e 100644 --- a/tests/baselines/reference/remoteGetReferences.baseline.jsonc +++ b/tests/baselines/reference/remoteGetReferences.baseline.jsonc @@ -1,87 +1,6 @@ // === findAllReferences === // === /tests/cases/fourslash/remoteGetReferences_1.ts === -// // Comment Refence Test: globalVar -// var globalVar: number = 2; -// -// class fooCls { -// static clsSVar = 1; -// //Declare -// clsVar = 1; -// -// constructor (public clsParam: number) { -// //Increments -// globalVar++; -// this.clsVar++; -// fooCls.clsSVar++; -// this.clsParam++; -// modTest.modVar++; -// } -// } -// -// function foo(x: number) { -// //Declare -// var fnVar = 1; -// -// //Increments -// fooCls.clsSVar++; -// globalVar++; -// modTest.modVar++; -// fnVar++; -// -// //Return -// return x++; -// } -// -// module modTest { -// //Declare -// export var modVar:number; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// -// class testCls { -// static boo = foo; -// } -// -// function testFn(){ -// static boo = foo; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// } -// -// module testMod { -// var boo = foo; -// } -// } -// -// //Type test -// var clsTest: fooCls; -// -// //Arguments -// clsTest = new fooCls(globalVar); -// foo(globalVar); -// -// //Increments -// fooCls.clsSVar++; -// modTest.modVar++; -// globalVar = globalVar + globalVar; -// -// //ETC - Other cases -// globalVar = 3; -// foo = foo + 1; -// err = err++; -// -// //Shadowed fn Parameter -// function shdw(globalVar: number) { -// //Increments -// globalVar++; -// return globalVar; -// } +// --- (line: 82) skipped --- // // //Remotes // //Type test @@ -96,26 +15,7 @@ // remotemodTest.remotemodVar++; // remoteglobalVar = remoteglobalVar + remoteglobalVar; // -// //ETC - Other cases -// remoteglobalVar = 3; -// -// //Find References misses method param -// var -// -// -// -// array = ["f", "o", "o"]; -// -// array.forEach( -// -// -// function(str) { -// -// -// -// return str + " "; -// -// }); +// --- (line: 97) skipped --- // === /tests/cases/fourslash/remoteGetReferences_2.ts === // var remoteglobalVar: number = 2; @@ -144,14 +44,9 @@ // remoteglobalVar++; // remotemodTest.remotemodVar++; // remotefnVar++; -// -// //Return -// return remotex++; -// } -// -// module remotemodTest { -// //Declare -// export var remotemodVar: number; +// --- (line: 27) skipped --- + +// --- (line: 34) skipped --- // // //Increments // remoteglobalVar++; @@ -159,11 +54,9 @@ // remotemodVar++; // // class remotetestCls { -// static remoteboo = remotefoo; -// } -// -// function remotetestFn(){ -// static remoteboo = remotefoo; +// --- (line: 42) skipped --- + +// --- (line: 46) skipped --- // // //Increments // remoteglobalVar++; @@ -171,10 +64,7 @@ // remotemodVar++; // } // -// module remotetestMod { -// var remoteboo = remotefoo; -// } -// } +// --- (line: 54) skipped --- // === Definitions === // === /tests/cases/fourslash/remoteGetReferences_2.ts === @@ -197,44 +87,7 @@ // // function remotefoo(remotex: number) { // //Declare - // var remotefnVar = 1; - // - // //Increments - // remotefooCls.remoteclsSVar++; - // remoteglobalVar++; - // remotemodTest.remotemodVar++; - // remotefnVar++; - // - // //Return - // return remotex++; - // } - // - // module remotemodTest { - // //Declare - // export var remotemodVar: number; - // - // //Increments - // remoteglobalVar++; - // remotefooCls.remoteclsSVar++; - // remotemodVar++; - // - // class remotetestCls { - // static remoteboo = remotefoo; - // } - // - // function remotetestFn(){ - // static remoteboo = remotefoo; - // - // //Increments - // remoteglobalVar++; - // remotefooCls.remoteclsSVar++; - // remotemodVar++; - // } - // - // module remotetestMod { - // var remoteboo = remotefoo; - // } - // } + // --- (line: 20) skipped --- // === Details === [ @@ -264,88 +117,7 @@ // === findAllReferences === // === /tests/cases/fourslash/remoteGetReferences_1.ts === -// // Comment Refence Test: globalVar -// var globalVar: number = 2; -// -// class fooCls { -// static clsSVar = 1; -// //Declare -// clsVar = 1; -// -// constructor (public clsParam: number) { -// //Increments -// globalVar++; -// this.clsVar++; -// fooCls.clsSVar++; -// this.clsParam++; -// modTest.modVar++; -// } -// } -// -// function foo(x: number) { -// //Declare -// var fnVar = 1; -// -// //Increments -// fooCls.clsSVar++; -// globalVar++; -// modTest.modVar++; -// fnVar++; -// -// //Return -// return x++; -// } -// -// module modTest { -// //Declare -// export var modVar:number; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// -// class testCls { -// static boo = foo; -// } -// -// function testFn(){ -// static boo = foo; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// } -// -// module testMod { -// var boo = foo; -// } -// } -// -// //Type test -// var clsTest: fooCls; -// -// //Arguments -// clsTest = new fooCls(globalVar); -// foo(globalVar); -// -// //Increments -// fooCls.clsSVar++; -// modTest.modVar++; -// globalVar = globalVar + globalVar; -// -// //ETC - Other cases -// globalVar = 3; -// foo = foo + 1; -// err = err++; -// -// //Shadowed fn Parameter -// function shdw(globalVar: number) { -// //Increments -// globalVar++; -// return globalVar; -// } +// --- (line: 82) skipped --- // // //Remotes // //Type test @@ -360,26 +132,7 @@ // remotemodTest.remotemodVar++; // remoteglobalVar = remoteglobalVar + remoteglobalVar; // -// //ETC - Other cases -// remoteglobalVar = 3; -// -// //Find References misses method param -// var -// -// -// -// array = ["f", "o", "o"]; -// -// array.forEach( -// -// -// function(str) { -// -// -// -// return str + " "; -// -// }); +// --- (line: 97) skipped --- // === /tests/cases/fourslash/remoteGetReferences_2.ts === // var remoteglobalVar: number = 2; @@ -408,14 +161,9 @@ // remoteglobalVar++; // remotemodTest.remotemodVar++; // remotefnVar++; -// -// //Return -// return remotex++; -// } -// -// module remotemodTest { -// //Declare -// export var remotemodVar: number; +// --- (line: 27) skipped --- + +// --- (line: 34) skipped --- // // //Increments // remoteglobalVar++; @@ -423,11 +171,9 @@ // remotemodVar++; // // class remotetestCls { -// static remoteboo = remotefoo; -// } -// -// function remotetestFn(){ -// static remoteboo = remotefoo; +// --- (line: 42) skipped --- + +// --- (line: 46) skipped --- // // //Increments // remoteglobalVar++; @@ -435,10 +181,7 @@ // remotemodVar++; // } // -// module remotetestMod { -// var remoteboo = remotefoo; -// } -// } +// --- (line: 54) skipped --- // === Definitions === // === /tests/cases/fourslash/remoteGetReferences_2.ts === @@ -461,44 +204,7 @@ // // function remotefoo(remotex: number) { // //Declare - // var remotefnVar = 1; - // - // //Increments - // remotefooCls.remoteclsSVar++; - // remoteglobalVar++; - // remotemodTest.remotemodVar++; - // remotefnVar++; - // - // //Return - // return remotex++; - // } - // - // module remotemodTest { - // //Declare - // export var remotemodVar: number; - // - // //Increments - // remoteglobalVar++; - // remotefooCls.remoteclsSVar++; - // remotemodVar++; - // - // class remotetestCls { - // static remoteboo = remotefoo; - // } - // - // function remotetestFn(){ - // static remoteboo = remotefoo; - // - // //Increments - // remoteglobalVar++; - // remotefooCls.remoteclsSVar++; - // remotemodVar++; - // } - // - // module remotetestMod { - // var remoteboo = remotefoo; - // } - // } + // --- (line: 20) skipped --- // === Details === [ @@ -528,91 +234,7 @@ // === findAllReferences === // === /tests/cases/fourslash/remoteGetReferences_1.ts === -// // Comment Refence Test: globalVar -// var globalVar: number = 2; -// -// class fooCls { -// static clsSVar = 1; -// //Declare -// clsVar = 1; -// -// constructor (public clsParam: number) { -// //Increments -// globalVar++; -// this.clsVar++; -// fooCls.clsSVar++; -// this.clsParam++; -// modTest.modVar++; -// } -// } -// -// function foo(x: number) { -// //Declare -// var fnVar = 1; -// -// //Increments -// fooCls.clsSVar++; -// globalVar++; -// modTest.modVar++; -// fnVar++; -// -// //Return -// return x++; -// } -// -// module modTest { -// //Declare -// export var modVar:number; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// -// class testCls { -// static boo = foo; -// } -// -// function testFn(){ -// static boo = foo; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// } -// -// module testMod { -// var boo = foo; -// } -// } -// -// //Type test -// var clsTest: fooCls; -// -// //Arguments -// clsTest = new fooCls(globalVar); -// foo(globalVar); -// -// //Increments -// fooCls.clsSVar++; -// modTest.modVar++; -// globalVar = globalVar + globalVar; -// -// //ETC - Other cases -// globalVar = 3; -// foo = foo + 1; -// err = err++; -// -// //Shadowed fn Parameter -// function shdw(globalVar: number) { -// //Increments -// globalVar++; -// return globalVar; -// } -// -// //Remotes -// //Type test +// --- (line: 85) skipped --- // var remoteclsTest: remotefooCls; // // //Arguments @@ -629,21 +251,7 @@ // // //Find References misses method param // var -// -// -// -// array = ["f", "o", "o"]; -// -// array.forEach( -// -// -// function(str) { -// -// -// -// return str + " "; -// -// }); +// --- (line: 102) skipped --- // === /tests/cases/fourslash/remoteGetReferences_2.ts === // <|var [|{| isWriteAccess: true |}remoteglobalVar|]: number = 2;|> @@ -659,13 +267,9 @@ // this.remoteclsVar++; // remotefooCls.remoteclsSVar++; // this.remoteclsParam++; -// remotemodTest.remotemodVar++; -// } -// } -// -// function remotefoo(remotex: number) { -// //Declare -// var remotefnVar = 1; +// --- (line: 14) skipped --- + +// --- (line: 20) skipped --- // // //Increments // remotefooCls.remoteclsSVar++; @@ -673,12 +277,9 @@ // remotemodTest.remotemodVar++; // remotefnVar++; // -// //Return -// return remotex++; -// } -// -// module remotemodTest { -// //Declare +// --- (line: 28) skipped --- + +// --- (line: 33) skipped --- // export var remotemodVar: number; // // //Increments @@ -686,11 +287,9 @@ // remotefooCls.remoteclsSVar++; // remotemodVar++; // -// class remotetestCls { -// static remoteboo = remotefoo; -// } -// -// function remotetestFn(){ +// --- (line: 41) skipped --- + +// --- (line: 45) skipped --- // static remoteboo = remotefoo; // // //Increments @@ -698,11 +297,7 @@ // remotefooCls.remoteclsSVar++; // remotemodVar++; // } -// -// module remotetestMod { -// var remoteboo = remotefoo; -// } -// } +// --- (line: 53) skipped --- // === Definitions === // === /tests/cases/fourslash/remoteGetReferences_2.ts === @@ -710,59 +305,7 @@ // // class remotefooCls { // //Declare - // remoteclsVar = 1; - // static remoteclsSVar = 1; - // - // constructor(public remoteclsParam: number) { - // //Increments - // remoteglobalVar++; - // this.remoteclsVar++; - // remotefooCls.remoteclsSVar++; - // this.remoteclsParam++; - // remotemodTest.remotemodVar++; - // } - // } - // - // function remotefoo(remotex: number) { - // //Declare - // var remotefnVar = 1; - // - // //Increments - // remotefooCls.remoteclsSVar++; - // remoteglobalVar++; - // remotemodTest.remotemodVar++; - // remotefnVar++; - // - // //Return - // return remotex++; - // } - // - // module remotemodTest { - // //Declare - // export var remotemodVar: number; - // - // //Increments - // remoteglobalVar++; - // remotefooCls.remoteclsSVar++; - // remotemodVar++; - // - // class remotetestCls { - // static remoteboo = remotefoo; - // } - // - // function remotetestFn(){ - // static remoteboo = remotefoo; - // - // //Increments - // remoteglobalVar++; - // remotefooCls.remoteclsSVar++; - // remotemodVar++; - // } - // - // module remotetestMod { - // var remoteboo = remotefoo; - // } - // } + // --- (line: 5) skipped --- // === Details === [ @@ -804,122 +347,24 @@ // === findAllReferences === // === /tests/cases/fourslash/remoteGetReferences_1.ts === -// // Comment Refence Test: globalVar -// var globalVar: number = 2; -// -// class fooCls { -// static clsSVar = 1; -// //Declare -// clsVar = 1; -// -// constructor (public clsParam: number) { -// //Increments -// globalVar++; -// this.clsVar++; -// fooCls.clsSVar++; -// this.clsParam++; -// modTest.modVar++; -// } -// } -// -// function foo(x: number) { -// //Declare -// var fnVar = 1; +// --- (line: 85) skipped --- +// var remoteclsTest: remotefooCls; // -// //Increments -// fooCls.clsSVar++; -// globalVar++; -// modTest.modVar++; -// fnVar++; +// //Arguments +// remoteclsTest = new remotefooCls([|remoteglobalVar|]); +// remotefoo(/*FIND ALL REFS*/[|remoteglobalVar|]); // -// //Return -// return x++; -// } +// //Increments +// remotefooCls.remoteclsSVar++; +// remotemodTest.remotemodVar++; +// [|{| isWriteAccess: true |}remoteglobalVar|] = [|remoteglobalVar|] + [|remoteglobalVar|]; // -// module modTest { -// //Declare -// export var modVar:number; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// -// class testCls { -// static boo = foo; -// } -// -// function testFn(){ -// static boo = foo; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// } -// -// module testMod { -// var boo = foo; -// } -// } -// -// //Type test -// var clsTest: fooCls; -// -// //Arguments -// clsTest = new fooCls(globalVar); -// foo(globalVar); -// -// //Increments -// fooCls.clsSVar++; -// modTest.modVar++; -// globalVar = globalVar + globalVar; -// -// //ETC - Other cases -// globalVar = 3; -// foo = foo + 1; -// err = err++; -// -// //Shadowed fn Parameter -// function shdw(globalVar: number) { -// //Increments -// globalVar++; -// return globalVar; -// } -// -// //Remotes -// //Type test -// var remoteclsTest: remotefooCls; -// -// //Arguments -// remoteclsTest = new remotefooCls([|remoteglobalVar|]); -// remotefoo(/*FIND ALL REFS*/[|remoteglobalVar|]); -// -// //Increments -// remotefooCls.remoteclsSVar++; -// remotemodTest.remotemodVar++; -// [|{| isWriteAccess: true |}remoteglobalVar|] = [|remoteglobalVar|] + [|remoteglobalVar|]; -// -// //ETC - Other cases -// [|{| isWriteAccess: true |}remoteglobalVar|] = 3; +// //ETC - Other cases +// [|{| isWriteAccess: true |}remoteglobalVar|] = 3; // // //Find References misses method param // var -// -// -// -// array = ["f", "o", "o"]; -// -// array.forEach( -// -// -// function(str) { -// -// -// -// return str + " "; -// -// }); +// --- (line: 102) skipped --- // === /tests/cases/fourslash/remoteGetReferences_2.ts === // <|var [|{| isWriteAccess: true |}remoteglobalVar|]: number = 2;|> @@ -935,13 +380,9 @@ // this.remoteclsVar++; // remotefooCls.remoteclsSVar++; // this.remoteclsParam++; -// remotemodTest.remotemodVar++; -// } -// } -// -// function remotefoo(remotex: number) { -// //Declare -// var remotefnVar = 1; +// --- (line: 14) skipped --- + +// --- (line: 20) skipped --- // // //Increments // remotefooCls.remoteclsSVar++; @@ -949,12 +390,9 @@ // remotemodTest.remotemodVar++; // remotefnVar++; // -// //Return -// return remotex++; -// } -// -// module remotemodTest { -// //Declare +// --- (line: 28) skipped --- + +// --- (line: 33) skipped --- // export var remotemodVar: number; // // //Increments @@ -962,11 +400,9 @@ // remotefooCls.remoteclsSVar++; // remotemodVar++; // -// class remotetestCls { -// static remoteboo = remotefoo; -// } -// -// function remotetestFn(){ +// --- (line: 41) skipped --- + +// --- (line: 45) skipped --- // static remoteboo = remotefoo; // // //Increments @@ -974,11 +410,7 @@ // remotefooCls.remoteclsSVar++; // remotemodVar++; // } -// -// module remotetestMod { -// var remoteboo = remotefoo; -// } -// } +// --- (line: 53) skipped --- // === Definitions === // === /tests/cases/fourslash/remoteGetReferences_2.ts === @@ -986,59 +418,7 @@ // // class remotefooCls { // //Declare - // remoteclsVar = 1; - // static remoteclsSVar = 1; - // - // constructor(public remoteclsParam: number) { - // //Increments - // remoteglobalVar++; - // this.remoteclsVar++; - // remotefooCls.remoteclsSVar++; - // this.remoteclsParam++; - // remotemodTest.remotemodVar++; - // } - // } - // - // function remotefoo(remotex: number) { - // //Declare - // var remotefnVar = 1; - // - // //Increments - // remotefooCls.remoteclsSVar++; - // remoteglobalVar++; - // remotemodTest.remotemodVar++; - // remotefnVar++; - // - // //Return - // return remotex++; - // } - // - // module remotemodTest { - // //Declare - // export var remotemodVar: number; - // - // //Increments - // remoteglobalVar++; - // remotefooCls.remoteclsSVar++; - // remotemodVar++; - // - // class remotetestCls { - // static remoteboo = remotefoo; - // } - // - // function remotetestFn(){ - // static remoteboo = remotefoo; - // - // //Increments - // remoteglobalVar++; - // remotefooCls.remoteclsSVar++; - // remotemodVar++; - // } - // - // module remotetestMod { - // var remoteboo = remotefoo; - // } - // } + // --- (line: 5) skipped --- // === Details === [ @@ -1080,88 +460,7 @@ // === findAllReferences === // === /tests/cases/fourslash/remoteGetReferences_1.ts === -// // Comment Refence Test: globalVar -// var globalVar: number = 2; -// -// class fooCls { -// static clsSVar = 1; -// //Declare -// clsVar = 1; -// -// constructor (public clsParam: number) { -// //Increments -// globalVar++; -// this.clsVar++; -// fooCls.clsSVar++; -// this.clsParam++; -// modTest.modVar++; -// } -// } -// -// function foo(x: number) { -// //Declare -// var fnVar = 1; -// -// //Increments -// fooCls.clsSVar++; -// globalVar++; -// modTest.modVar++; -// fnVar++; -// -// //Return -// return x++; -// } -// -// module modTest { -// //Declare -// export var modVar:number; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// -// class testCls { -// static boo = foo; -// } -// -// function testFn(){ -// static boo = foo; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// } -// -// module testMod { -// var boo = foo; -// } -// } -// -// //Type test -// var clsTest: fooCls; -// -// //Arguments -// clsTest = new fooCls(globalVar); -// foo(globalVar); -// -// //Increments -// fooCls.clsSVar++; -// modTest.modVar++; -// globalVar = globalVar + globalVar; -// -// //ETC - Other cases -// globalVar = 3; -// foo = foo + 1; -// err = err++; -// -// //Shadowed fn Parameter -// function shdw(globalVar: number) { -// //Increments -// globalVar++; -// return globalVar; -// } +// --- (line: 82) skipped --- // // //Remotes // //Type test @@ -1176,26 +475,7 @@ // remotemodTest.remotemodVar++; // remoteglobalVar = remoteglobalVar + remoteglobalVar; // -// //ETC - Other cases -// remoteglobalVar = 3; -// -// //Find References misses method param -// var -// -// -// -// array = ["f", "o", "o"]; -// -// array.forEach( -// -// -// function(str) { -// -// -// -// return str + " "; -// -// }); +// --- (line: 97) skipped --- // === /tests/cases/fourslash/remoteGetReferences_2.ts === // var remoteglobalVar: number = 2; @@ -1224,14 +504,9 @@ // remoteglobalVar++; // remotemodTest.remotemodVar++; // remotefnVar++; -// -// //Return -// return remotex++; -// } -// -// module remotemodTest { -// //Declare -// export var remotemodVar: number; +// --- (line: 27) skipped --- + +// --- (line: 34) skipped --- // // //Increments // remoteglobalVar++; @@ -1239,11 +514,9 @@ // remotemodVar++; // // class remotetestCls { -// static remoteboo = remotefoo; -// } -// -// function remotetestFn(){ -// static remoteboo = remotefoo; +// --- (line: 42) skipped --- + +// --- (line: 46) skipped --- // // //Increments // remoteglobalVar++; @@ -1251,10 +524,7 @@ // remotemodVar++; // } // -// module remotetestMod { -// var remoteboo = remotefoo; -// } -// } +// --- (line: 54) skipped --- // === Definitions === // === /tests/cases/fourslash/remoteGetReferences_2.ts === @@ -1277,44 +547,7 @@ // // function remotefoo(remotex: number) { // //Declare - // var remotefnVar = 1; - // - // //Increments - // remotefooCls.remoteclsSVar++; - // remoteglobalVar++; - // remotemodTest.remotemodVar++; - // remotefnVar++; - // - // //Return - // return remotex++; - // } - // - // module remotemodTest { - // //Declare - // export var remotemodVar: number; - // - // //Increments - // remoteglobalVar++; - // remotefooCls.remoteclsSVar++; - // remotemodVar++; - // - // class remotetestCls { - // static remoteboo = remotefoo; - // } - // - // function remotetestFn(){ - // static remoteboo = remotefoo; - // - // //Increments - // remoteglobalVar++; - // remotefooCls.remoteclsSVar++; - // remotemodVar++; - // } - // - // module remotetestMod { - // var remoteboo = remotefoo; - // } - // } + // --- (line: 20) skipped --- // === Details === [ @@ -1344,95 +577,7 @@ // === findAllReferences === // === /tests/cases/fourslash/remoteGetReferences_1.ts === -// // Comment Refence Test: globalVar -// var globalVar: number = 2; -// -// class fooCls { -// static clsSVar = 1; -// //Declare -// clsVar = 1; -// -// constructor (public clsParam: number) { -// //Increments -// globalVar++; -// this.clsVar++; -// fooCls.clsSVar++; -// this.clsParam++; -// modTest.modVar++; -// } -// } -// -// function foo(x: number) { -// //Declare -// var fnVar = 1; -// -// //Increments -// fooCls.clsSVar++; -// globalVar++; -// modTest.modVar++; -// fnVar++; -// -// //Return -// return x++; -// } -// -// module modTest { -// //Declare -// export var modVar:number; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// -// class testCls { -// static boo = foo; -// } -// -// function testFn(){ -// static boo = foo; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// } -// -// module testMod { -// var boo = foo; -// } -// } -// -// //Type test -// var clsTest: fooCls; -// -// //Arguments -// clsTest = new fooCls(globalVar); -// foo(globalVar); -// -// //Increments -// fooCls.clsSVar++; -// modTest.modVar++; -// globalVar = globalVar + globalVar; -// -// //ETC - Other cases -// globalVar = 3; -// foo = foo + 1; -// err = err++; -// -// //Shadowed fn Parameter -// function shdw(globalVar: number) { -// //Increments -// globalVar++; -// return globalVar; -// } -// -// //Remotes -// //Type test -// var remoteclsTest: remotefooCls; -// -// //Arguments -// remoteclsTest = new remotefooCls(remoteglobalVar); +// --- (line: 89) skipped --- // remotefoo(remoteglobalVar); // // //Increments @@ -1440,26 +585,7 @@ // remotemodTest.remotemodVar++; // remoteglobalVar = remoteglobalVar + remoteglobalVar; // -// //ETC - Other cases -// remoteglobalVar = 3; -// -// //Find References misses method param -// var -// -// -// -// array = ["f", "o", "o"]; -// -// array.forEach( -// -// -// function(str) { -// -// -// -// return str + " "; -// -// }); +// --- (line: 97) skipped --- // === /tests/cases/fourslash/remoteGetReferences_2.ts === // var remoteglobalVar: number = 2; @@ -1477,10 +603,9 @@ // this.remoteclsParam++; // remotemodTest.remotemodVar++; // } -// } -// -// function remotefoo(remotex: number) { -// //Declare +// --- (line: 16) skipped --- + +// --- (line: 19) skipped --- // var remotefnVar = 1; // // //Increments @@ -1488,14 +613,9 @@ // remoteglobalVar++; // remotemodTest.remotemodVar++; // remotefnVar++; -// -// //Return -// return remotex++; -// } -// -// module remotemodTest { -// //Declare -// export var remotemodVar: number; +// --- (line: 27) skipped --- + +// --- (line: 34) skipped --- // // //Increments // remoteglobalVar++; @@ -1503,11 +623,9 @@ // remotemodVar++; // // class remotetestCls { -// static remoteboo = remotefoo; -// } -// -// function remotetestFn(){ -// static remoteboo = remotefoo; +// --- (line: 42) skipped --- + +// --- (line: 46) skipped --- // // //Increments // remoteglobalVar++; @@ -1515,10 +633,7 @@ // remotemodVar++; // } // -// module remotetestMod { -// var remoteboo = remotefoo; -// } -// } +// --- (line: 54) skipped --- // === Definitions === // === /tests/cases/fourslash/remoteGetReferences_2.ts === @@ -1531,54 +646,7 @@ // // constructor(public remoteclsParam: number) { // //Increments - // remoteglobalVar++; - // this.remoteclsVar++; - // remotefooCls.remoteclsSVar++; - // this.remoteclsParam++; - // remotemodTest.remotemodVar++; - // } - // } - // - // function remotefoo(remotex: number) { - // //Declare - // var remotefnVar = 1; - // - // //Increments - // remotefooCls.remoteclsSVar++; - // remoteglobalVar++; - // remotemodTest.remotemodVar++; - // remotefnVar++; - // - // //Return - // return remotex++; - // } - // - // module remotemodTest { - // //Declare - // export var remotemodVar: number; - // - // //Increments - // remoteglobalVar++; - // remotefooCls.remoteclsSVar++; - // remotemodVar++; - // - // class remotetestCls { - // static remoteboo = remotefoo; - // } - // - // function remotetestFn(){ - // static remoteboo = remotefoo; - // - // //Increments - // remoteglobalVar++; - // remotefooCls.remoteclsSVar++; - // remotemodVar++; - // } - // - // module remotetestMod { - // var remoteboo = remotefoo; - // } - // } + // --- (line: 10) skipped --- // === Details === [ @@ -1636,91 +704,7 @@ // === findAllReferences === // === /tests/cases/fourslash/remoteGetReferences_1.ts === -// // Comment Refence Test: globalVar -// var globalVar: number = 2; -// -// class fooCls { -// static clsSVar = 1; -// //Declare -// clsVar = 1; -// -// constructor (public clsParam: number) { -// //Increments -// globalVar++; -// this.clsVar++; -// fooCls.clsSVar++; -// this.clsParam++; -// modTest.modVar++; -// } -// } -// -// function foo(x: number) { -// //Declare -// var fnVar = 1; -// -// //Increments -// fooCls.clsSVar++; -// globalVar++; -// modTest.modVar++; -// fnVar++; -// -// //Return -// return x++; -// } -// -// module modTest { -// //Declare -// export var modVar:number; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// -// class testCls { -// static boo = foo; -// } -// -// function testFn(){ -// static boo = foo; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// } -// -// module testMod { -// var boo = foo; -// } -// } -// -// //Type test -// var clsTest: fooCls; -// -// //Arguments -// clsTest = new fooCls(globalVar); -// foo(globalVar); -// -// //Increments -// fooCls.clsSVar++; -// modTest.modVar++; -// globalVar = globalVar + globalVar; -// -// //ETC - Other cases -// globalVar = 3; -// foo = foo + 1; -// err = err++; -// -// //Shadowed fn Parameter -// function shdw(globalVar: number) { -// //Increments -// globalVar++; -// return globalVar; -// } -// -// //Remotes -// //Type test +// --- (line: 85) skipped --- // var remoteclsTest: remotefooCls; // // //Arguments @@ -1737,21 +721,7 @@ // // //Find References misses method param // var -// -// -// -// array = ["f", "o", "o"]; -// -// array.forEach( -// -// -// function(str) { -// -// -// -// return str + " "; -// -// }); +// --- (line: 102) skipped --- // === /tests/cases/fourslash/remoteGetReferences_2.ts === // <|var [|{| isWriteAccess: true |}remoteglobalVar|]: number = 2;|> @@ -1767,13 +737,9 @@ // this.remoteclsVar++; // remotefooCls.remoteclsSVar++; // this.remoteclsParam++; -// remotemodTest.remotemodVar++; -// } -// } -// -// function remotefoo(remotex: number) { -// //Declare -// var remotefnVar = 1; +// --- (line: 14) skipped --- + +// --- (line: 20) skipped --- // // //Increments // remotefooCls.remoteclsSVar++; @@ -1781,12 +747,9 @@ // remotemodTest.remotemodVar++; // remotefnVar++; // -// //Return -// return remotex++; -// } -// -// module remotemodTest { -// //Declare +// --- (line: 28) skipped --- + +// --- (line: 33) skipped --- // export var remotemodVar: number; // // //Increments @@ -1794,11 +757,9 @@ // remotefooCls.remoteclsSVar++; // remotemodVar++; // -// class remotetestCls { -// static remoteboo = remotefoo; -// } -// -// function remotetestFn(){ +// --- (line: 41) skipped --- + +// --- (line: 45) skipped --- // static remoteboo = remotefoo; // // //Increments @@ -1806,11 +767,7 @@ // remotefooCls.remoteclsSVar++; // remotemodVar++; // } -// -// module remotetestMod { -// var remoteboo = remotefoo; -// } -// } +// --- (line: 53) skipped --- // === Definitions === // === /tests/cases/fourslash/remoteGetReferences_2.ts === @@ -1818,59 +775,7 @@ // // class remotefooCls { // //Declare - // remoteclsVar = 1; - // static remoteclsSVar = 1; - // - // constructor(public remoteclsParam: number) { - // //Increments - // remoteglobalVar++; - // this.remoteclsVar++; - // remotefooCls.remoteclsSVar++; - // this.remoteclsParam++; - // remotemodTest.remotemodVar++; - // } - // } - // - // function remotefoo(remotex: number) { - // //Declare - // var remotefnVar = 1; - // - // //Increments - // remotefooCls.remoteclsSVar++; - // remoteglobalVar++; - // remotemodTest.remotemodVar++; - // remotefnVar++; - // - // //Return - // return remotex++; - // } - // - // module remotemodTest { - // //Declare - // export var remotemodVar: number; - // - // //Increments - // remoteglobalVar++; - // remotefooCls.remoteclsSVar++; - // remotemodVar++; - // - // class remotetestCls { - // static remoteboo = remotefoo; - // } - // - // function remotetestFn(){ - // static remoteboo = remotefoo; - // - // //Increments - // remoteglobalVar++; - // remotefooCls.remoteclsSVar++; - // remotemodVar++; - // } - // - // module remotetestMod { - // var remoteboo = remotefoo; - // } - // } + // --- (line: 5) skipped --- // === Details === [ @@ -1912,91 +817,7 @@ // === findAllReferences === // === /tests/cases/fourslash/remoteGetReferences_1.ts === -// // Comment Refence Test: globalVar -// var globalVar: number = 2; -// -// class fooCls { -// static clsSVar = 1; -// //Declare -// clsVar = 1; -// -// constructor (public clsParam: number) { -// //Increments -// globalVar++; -// this.clsVar++; -// fooCls.clsSVar++; -// this.clsParam++; -// modTest.modVar++; -// } -// } -// -// function foo(x: number) { -// //Declare -// var fnVar = 1; -// -// //Increments -// fooCls.clsSVar++; -// globalVar++; -// modTest.modVar++; -// fnVar++; -// -// //Return -// return x++; -// } -// -// module modTest { -// //Declare -// export var modVar:number; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// -// class testCls { -// static boo = foo; -// } -// -// function testFn(){ -// static boo = foo; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// } -// -// module testMod { -// var boo = foo; -// } -// } -// -// //Type test -// var clsTest: fooCls; -// -// //Arguments -// clsTest = new fooCls(globalVar); -// foo(globalVar); -// -// //Increments -// fooCls.clsSVar++; -// modTest.modVar++; -// globalVar = globalVar + globalVar; -// -// //ETC - Other cases -// globalVar = 3; -// foo = foo + 1; -// err = err++; -// -// //Shadowed fn Parameter -// function shdw(globalVar: number) { -// //Increments -// globalVar++; -// return globalVar; -// } -// -// //Remotes -// //Type test +// --- (line: 85) skipped --- // var remoteclsTest: remotefooCls; // // //Arguments @@ -2013,21 +834,7 @@ // // //Find References misses method param // var -// -// -// -// array = ["f", "o", "o"]; -// -// array.forEach( -// -// -// function(str) { -// -// -// -// return str + " "; -// -// }); +// --- (line: 102) skipped --- // === /tests/cases/fourslash/remoteGetReferences_2.ts === // <|var [|{| isWriteAccess: true |}remoteglobalVar|]: number = 2;|> @@ -2043,13 +850,9 @@ // this.remoteclsVar++; // remotefooCls.remoteclsSVar++; // this.remoteclsParam++; -// remotemodTest.remotemodVar++; -// } -// } -// -// function remotefoo(remotex: number) { -// //Declare -// var remotefnVar = 1; +// --- (line: 14) skipped --- + +// --- (line: 20) skipped --- // // //Increments // remotefooCls.remoteclsSVar++; @@ -2057,12 +860,9 @@ // remotemodTest.remotemodVar++; // remotefnVar++; // -// //Return -// return remotex++; -// } -// -// module remotemodTest { -// //Declare +// --- (line: 28) skipped --- + +// --- (line: 33) skipped --- // export var remotemodVar: number; // // //Increments @@ -2070,11 +870,9 @@ // remotefooCls.remoteclsSVar++; // remotemodVar++; // -// class remotetestCls { -// static remoteboo = remotefoo; -// } -// -// function remotetestFn(){ +// --- (line: 41) skipped --- + +// --- (line: 45) skipped --- // static remoteboo = remotefoo; // // //Increments @@ -2082,11 +880,7 @@ // remotefooCls.remoteclsSVar++; // remotemodVar++; // } -// -// module remotetestMod { -// var remoteboo = remotefoo; -// } -// } +// --- (line: 53) skipped --- // === Definitions === // === /tests/cases/fourslash/remoteGetReferences_2.ts === @@ -2094,59 +888,7 @@ // // class remotefooCls { // //Declare - // remoteclsVar = 1; - // static remoteclsSVar = 1; - // - // constructor(public remoteclsParam: number) { - // //Increments - // remoteglobalVar++; - // this.remoteclsVar++; - // remotefooCls.remoteclsSVar++; - // this.remoteclsParam++; - // remotemodTest.remotemodVar++; - // } - // } - // - // function remotefoo(remotex: number) { - // //Declare - // var remotefnVar = 1; - // - // //Increments - // remotefooCls.remoteclsSVar++; - // remoteglobalVar++; - // remotemodTest.remotemodVar++; - // remotefnVar++; - // - // //Return - // return remotex++; - // } - // - // module remotemodTest { - // //Declare - // export var remotemodVar: number; - // - // //Increments - // remoteglobalVar++; - // remotefooCls.remoteclsSVar++; - // remotemodVar++; - // - // class remotetestCls { - // static remoteboo = remotefoo; - // } - // - // function remotetestFn(){ - // static remoteboo = remotefoo; - // - // //Increments - // remoteglobalVar++; - // remotefooCls.remoteclsSVar++; - // remotemodVar++; - // } - // - // module remotetestMod { - // var remoteboo = remotefoo; - // } - // } + // --- (line: 5) skipped --- // === Details === [ @@ -2188,91 +930,7 @@ // === findAllReferences === // === /tests/cases/fourslash/remoteGetReferences_1.ts === -// // Comment Refence Test: globalVar -// var globalVar: number = 2; -// -// class fooCls { -// static clsSVar = 1; -// //Declare -// clsVar = 1; -// -// constructor (public clsParam: number) { -// //Increments -// globalVar++; -// this.clsVar++; -// fooCls.clsSVar++; -// this.clsParam++; -// modTest.modVar++; -// } -// } -// -// function foo(x: number) { -// //Declare -// var fnVar = 1; -// -// //Increments -// fooCls.clsSVar++; -// globalVar++; -// modTest.modVar++; -// fnVar++; -// -// //Return -// return x++; -// } -// -// module modTest { -// //Declare -// export var modVar:number; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// -// class testCls { -// static boo = foo; -// } -// -// function testFn(){ -// static boo = foo; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// } -// -// module testMod { -// var boo = foo; -// } -// } -// -// //Type test -// var clsTest: fooCls; -// -// //Arguments -// clsTest = new fooCls(globalVar); -// foo(globalVar); -// -// //Increments -// fooCls.clsSVar++; -// modTest.modVar++; -// globalVar = globalVar + globalVar; -// -// //ETC - Other cases -// globalVar = 3; -// foo = foo + 1; -// err = err++; -// -// //Shadowed fn Parameter -// function shdw(globalVar: number) { -// //Increments -// globalVar++; -// return globalVar; -// } -// -// //Remotes -// //Type test +// --- (line: 85) skipped --- // var remoteclsTest: remotefooCls; // // //Arguments @@ -2289,21 +947,7 @@ // // //Find References misses method param // var -// -// -// -// array = ["f", "o", "o"]; -// -// array.forEach( -// -// -// function(str) { -// -// -// -// return str + " "; -// -// }); +// --- (line: 102) skipped --- // === /tests/cases/fourslash/remoteGetReferences_2.ts === // <|var [|{| isWriteAccess: true |}remoteglobalVar|]: number = 2;|> @@ -2319,13 +963,9 @@ // this.remoteclsVar++; // remotefooCls.remoteclsSVar++; // this.remoteclsParam++; -// remotemodTest.remotemodVar++; -// } -// } -// -// function remotefoo(remotex: number) { -// //Declare -// var remotefnVar = 1; +// --- (line: 14) skipped --- + +// --- (line: 20) skipped --- // // //Increments // remotefooCls.remoteclsSVar++; @@ -2333,12 +973,9 @@ // remotemodTest.remotemodVar++; // remotefnVar++; // -// //Return -// return remotex++; -// } -// -// module remotemodTest { -// //Declare +// --- (line: 28) skipped --- + +// --- (line: 33) skipped --- // export var remotemodVar: number; // // //Increments @@ -2346,11 +983,9 @@ // remotefooCls.remoteclsSVar++; // remotemodVar++; // -// class remotetestCls { -// static remoteboo = remotefoo; -// } -// -// function remotetestFn(){ +// --- (line: 41) skipped --- + +// --- (line: 45) skipped --- // static remoteboo = remotefoo; // // //Increments @@ -2358,11 +993,7 @@ // remotefooCls.remoteclsSVar++; // remotemodVar++; // } -// -// module remotetestMod { -// var remoteboo = remotefoo; -// } -// } +// --- (line: 53) skipped --- // === Definitions === // === /tests/cases/fourslash/remoteGetReferences_2.ts === @@ -2370,59 +1001,7 @@ // // class remotefooCls { // //Declare - // remoteclsVar = 1; - // static remoteclsSVar = 1; - // - // constructor(public remoteclsParam: number) { - // //Increments - // remoteglobalVar++; - // this.remoteclsVar++; - // remotefooCls.remoteclsSVar++; - // this.remoteclsParam++; - // remotemodTest.remotemodVar++; - // } - // } - // - // function remotefoo(remotex: number) { - // //Declare - // var remotefnVar = 1; - // - // //Increments - // remotefooCls.remoteclsSVar++; - // remoteglobalVar++; - // remotemodTest.remotemodVar++; - // remotefnVar++; - // - // //Return - // return remotex++; - // } - // - // module remotemodTest { - // //Declare - // export var remotemodVar: number; - // - // //Increments - // remoteglobalVar++; - // remotefooCls.remoteclsSVar++; - // remotemodVar++; - // - // class remotetestCls { - // static remoteboo = remotefoo; - // } - // - // function remotetestFn(){ - // static remoteboo = remotefoo; - // - // //Increments - // remoteglobalVar++; - // remotefooCls.remoteclsSVar++; - // remotemodVar++; - // } - // - // module remotetestMod { - // var remoteboo = remotefoo; - // } - // } + // --- (line: 5) skipped --- // === Details === [ @@ -2464,91 +1043,7 @@ // === findAllReferences === // === /tests/cases/fourslash/remoteGetReferences_1.ts === -// // Comment Refence Test: globalVar -// var globalVar: number = 2; -// -// class fooCls { -// static clsSVar = 1; -// //Declare -// clsVar = 1; -// -// constructor (public clsParam: number) { -// //Increments -// globalVar++; -// this.clsVar++; -// fooCls.clsSVar++; -// this.clsParam++; -// modTest.modVar++; -// } -// } -// -// function foo(x: number) { -// //Declare -// var fnVar = 1; -// -// //Increments -// fooCls.clsSVar++; -// globalVar++; -// modTest.modVar++; -// fnVar++; -// -// //Return -// return x++; -// } -// -// module modTest { -// //Declare -// export var modVar:number; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// -// class testCls { -// static boo = foo; -// } -// -// function testFn(){ -// static boo = foo; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// } -// -// module testMod { -// var boo = foo; -// } -// } -// -// //Type test -// var clsTest: fooCls; -// -// //Arguments -// clsTest = new fooCls(globalVar); -// foo(globalVar); -// -// //Increments -// fooCls.clsSVar++; -// modTest.modVar++; -// globalVar = globalVar + globalVar; -// -// //ETC - Other cases -// globalVar = 3; -// foo = foo + 1; -// err = err++; -// -// //Shadowed fn Parameter -// function shdw(globalVar: number) { -// //Increments -// globalVar++; -// return globalVar; -// } -// -// //Remotes -// //Type test +// --- (line: 85) skipped --- // var remoteclsTest: remotefooCls; // // //Arguments @@ -2565,21 +1060,7 @@ // // //Find References misses method param // var -// -// -// -// array = ["f", "o", "o"]; -// -// array.forEach( -// -// -// function(str) { -// -// -// -// return str + " "; -// -// }); +// --- (line: 102) skipped --- // === /tests/cases/fourslash/remoteGetReferences_2.ts === // <|var [|{| isWriteAccess: true |}remoteglobalVar|]: number = 2;|> @@ -2595,13 +1076,9 @@ // this.remoteclsVar++; // remotefooCls.remoteclsSVar++; // this.remoteclsParam++; -// remotemodTest.remotemodVar++; -// } -// } -// -// function remotefoo(remotex: number) { -// //Declare -// var remotefnVar = 1; +// --- (line: 14) skipped --- + +// --- (line: 20) skipped --- // // //Increments // remotefooCls.remoteclsSVar++; @@ -2609,12 +1086,9 @@ // remotemodTest.remotemodVar++; // remotefnVar++; // -// //Return -// return remotex++; -// } -// -// module remotemodTest { -// //Declare +// --- (line: 28) skipped --- + +// --- (line: 33) skipped --- // export var remotemodVar: number; // // //Increments @@ -2622,11 +1096,9 @@ // remotefooCls.remoteclsSVar++; // remotemodVar++; // -// class remotetestCls { -// static remoteboo = remotefoo; -// } -// -// function remotetestFn(){ +// --- (line: 41) skipped --- + +// --- (line: 45) skipped --- // static remoteboo = remotefoo; // // //Increments @@ -2634,11 +1106,7 @@ // remotefooCls.remoteclsSVar++; // remotemodVar++; // } -// -// module remotetestMod { -// var remoteboo = remotefoo; -// } -// } +// --- (line: 53) skipped --- // === Definitions === // === /tests/cases/fourslash/remoteGetReferences_2.ts === @@ -2646,59 +1114,7 @@ // // class remotefooCls { // //Declare - // remoteclsVar = 1; - // static remoteclsSVar = 1; - // - // constructor(public remoteclsParam: number) { - // //Increments - // remoteglobalVar++; - // this.remoteclsVar++; - // remotefooCls.remoteclsSVar++; - // this.remoteclsParam++; - // remotemodTest.remotemodVar++; - // } - // } - // - // function remotefoo(remotex: number) { - // //Declare - // var remotefnVar = 1; - // - // //Increments - // remotefooCls.remoteclsSVar++; - // remoteglobalVar++; - // remotemodTest.remotemodVar++; - // remotefnVar++; - // - // //Return - // return remotex++; - // } - // - // module remotemodTest { - // //Declare - // export var remotemodVar: number; - // - // //Increments - // remoteglobalVar++; - // remotefooCls.remoteclsSVar++; - // remotemodVar++; - // - // class remotetestCls { - // static remoteboo = remotefoo; - // } - // - // function remotetestFn(){ - // static remoteboo = remotefoo; - // - // //Increments - // remoteglobalVar++; - // remotefooCls.remoteclsSVar++; - // remotemodVar++; - // } - // - // module remotetestMod { - // var remoteboo = remotefoo; - // } - // } + // --- (line: 5) skipped --- // === Details === [ @@ -2740,91 +1156,7 @@ // === findAllReferences === // === /tests/cases/fourslash/remoteGetReferences_1.ts === -// // Comment Refence Test: globalVar -// var globalVar: number = 2; -// -// class fooCls { -// static clsSVar = 1; -// //Declare -// clsVar = 1; -// -// constructor (public clsParam: number) { -// //Increments -// globalVar++; -// this.clsVar++; -// fooCls.clsSVar++; -// this.clsParam++; -// modTest.modVar++; -// } -// } -// -// function foo(x: number) { -// //Declare -// var fnVar = 1; -// -// //Increments -// fooCls.clsSVar++; -// globalVar++; -// modTest.modVar++; -// fnVar++; -// -// //Return -// return x++; -// } -// -// module modTest { -// //Declare -// export var modVar:number; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// -// class testCls { -// static boo = foo; -// } -// -// function testFn(){ -// static boo = foo; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// } -// -// module testMod { -// var boo = foo; -// } -// } -// -// //Type test -// var clsTest: fooCls; -// -// //Arguments -// clsTest = new fooCls(globalVar); -// foo(globalVar); -// -// //Increments -// fooCls.clsSVar++; -// modTest.modVar++; -// globalVar = globalVar + globalVar; -// -// //ETC - Other cases -// globalVar = 3; -// foo = foo + 1; -// err = err++; -// -// //Shadowed fn Parameter -// function shdw(globalVar: number) { -// //Increments -// globalVar++; -// return globalVar; -// } -// -// //Remotes -// //Type test +// --- (line: 85) skipped --- // var remoteclsTest: remotefooCls; // // //Arguments @@ -2841,21 +1173,7 @@ // // //Find References misses method param // var -// -// -// -// array = ["f", "o", "o"]; -// -// array.forEach( -// -// -// function(str) { -// -// -// -// return str + " "; -// -// }); +// --- (line: 102) skipped --- // === /tests/cases/fourslash/remoteGetReferences_2.ts === // /*FIND ALL REFS*/<|var [|{| isWriteAccess: true, isDefinition: true |}remoteglobalVar|]: number = 2;|> @@ -2871,13 +1189,9 @@ // this.remoteclsVar++; // remotefooCls.remoteclsSVar++; // this.remoteclsParam++; -// remotemodTest.remotemodVar++; -// } -// } -// -// function remotefoo(remotex: number) { -// //Declare -// var remotefnVar = 1; +// --- (line: 14) skipped --- + +// --- (line: 20) skipped --- // // //Increments // remotefooCls.remoteclsSVar++; @@ -2885,12 +1199,9 @@ // remotemodTest.remotemodVar++; // remotefnVar++; // -// //Return -// return remotex++; -// } -// -// module remotemodTest { -// //Declare +// --- (line: 28) skipped --- + +// --- (line: 33) skipped --- // export var remotemodVar: number; // // //Increments @@ -2898,11 +1209,9 @@ // remotefooCls.remoteclsSVar++; // remotemodVar++; // -// class remotetestCls { -// static remoteboo = remotefoo; -// } -// -// function remotetestFn(){ +// --- (line: 41) skipped --- + +// --- (line: 45) skipped --- // static remoteboo = remotefoo; // // //Increments @@ -2910,11 +1219,7 @@ // remotefooCls.remoteclsSVar++; // remotemodVar++; // } -// -// module remotetestMod { -// var remoteboo = remotefoo; -// } -// } +// --- (line: 53) skipped --- // === Definitions === // === /tests/cases/fourslash/remoteGetReferences_2.ts === @@ -2922,59 +1227,7 @@ // // class remotefooCls { // //Declare - // remoteclsVar = 1; - // static remoteclsSVar = 1; - // - // constructor(public remoteclsParam: number) { - // //Increments - // remoteglobalVar++; - // this.remoteclsVar++; - // remotefooCls.remoteclsSVar++; - // this.remoteclsParam++; - // remotemodTest.remotemodVar++; - // } - // } - // - // function remotefoo(remotex: number) { - // //Declare - // var remotefnVar = 1; - // - // //Increments - // remotefooCls.remoteclsSVar++; - // remoteglobalVar++; - // remotemodTest.remotemodVar++; - // remotefnVar++; - // - // //Return - // return remotex++; - // } - // - // module remotemodTest { - // //Declare - // export var remotemodVar: number; - // - // //Increments - // remoteglobalVar++; - // remotefooCls.remoteclsSVar++; - // remotemodVar++; - // - // class remotetestCls { - // static remoteboo = remotefoo; - // } - // - // function remotetestFn(){ - // static remoteboo = remotefoo; - // - // //Increments - // remoteglobalVar++; - // remotefooCls.remoteclsSVar++; - // remotemodVar++; - // } - // - // module remotetestMod { - // var remoteboo = remotefoo; - // } - // } + // --- (line: 5) skipped --- // === Details === [ @@ -3015,92 +1268,8 @@ // === findAllReferences === -// === /tests/cases/fourslash/remoteGetReferences_1.ts === -// // Comment Refence Test: globalVar -// var globalVar: number = 2; -// -// class fooCls { -// static clsSVar = 1; -// //Declare -// clsVar = 1; -// -// constructor (public clsParam: number) { -// //Increments -// globalVar++; -// this.clsVar++; -// fooCls.clsSVar++; -// this.clsParam++; -// modTest.modVar++; -// } -// } -// -// function foo(x: number) { -// //Declare -// var fnVar = 1; -// -// //Increments -// fooCls.clsSVar++; -// globalVar++; -// modTest.modVar++; -// fnVar++; -// -// //Return -// return x++; -// } -// -// module modTest { -// //Declare -// export var modVar:number; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// -// class testCls { -// static boo = foo; -// } -// -// function testFn(){ -// static boo = foo; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// } -// -// module testMod { -// var boo = foo; -// } -// } -// -// //Type test -// var clsTest: fooCls; -// -// //Arguments -// clsTest = new fooCls(globalVar); -// foo(globalVar); -// -// //Increments -// fooCls.clsSVar++; -// modTest.modVar++; -// globalVar = globalVar + globalVar; -// -// //ETC - Other cases -// globalVar = 3; -// foo = foo + 1; -// err = err++; -// -// //Shadowed fn Parameter -// function shdw(globalVar: number) { -// //Increments -// globalVar++; -// return globalVar; -// } -// -// //Remotes -// //Type test +// === /tests/cases/fourslash/remoteGetReferences_1.ts === +// --- (line: 85) skipped --- // var remoteclsTest: remotefooCls; // // //Arguments @@ -3117,21 +1286,7 @@ // // //Find References misses method param // var -// -// -// -// array = ["f", "o", "o"]; -// -// array.forEach( -// -// -// function(str) { -// -// -// -// return str + " "; -// -// }); +// --- (line: 102) skipped --- // === /tests/cases/fourslash/remoteGetReferences_2.ts === // <|var /*FIND ALL REFS*/[|{| isWriteAccess: true, isDefinition: true |}remoteglobalVar|]: number = 2;|> @@ -3147,13 +1302,9 @@ // this.remoteclsVar++; // remotefooCls.remoteclsSVar++; // this.remoteclsParam++; -// remotemodTest.remotemodVar++; -// } -// } -// -// function remotefoo(remotex: number) { -// //Declare -// var remotefnVar = 1; +// --- (line: 14) skipped --- + +// --- (line: 20) skipped --- // // //Increments // remotefooCls.remoteclsSVar++; @@ -3161,12 +1312,9 @@ // remotemodTest.remotemodVar++; // remotefnVar++; // -// //Return -// return remotex++; -// } -// -// module remotemodTest { -// //Declare +// --- (line: 28) skipped --- + +// --- (line: 33) skipped --- // export var remotemodVar: number; // // //Increments @@ -3174,11 +1322,9 @@ // remotefooCls.remoteclsSVar++; // remotemodVar++; // -// class remotetestCls { -// static remoteboo = remotefoo; -// } -// -// function remotetestFn(){ +// --- (line: 41) skipped --- + +// --- (line: 45) skipped --- // static remoteboo = remotefoo; // // //Increments @@ -3186,11 +1332,7 @@ // remotefooCls.remoteclsSVar++; // remotemodVar++; // } -// -// module remotetestMod { -// var remoteboo = remotefoo; -// } -// } +// --- (line: 53) skipped --- // === Definitions === // === /tests/cases/fourslash/remoteGetReferences_2.ts === @@ -3198,59 +1340,7 @@ // // class remotefooCls { // //Declare - // remoteclsVar = 1; - // static remoteclsSVar = 1; - // - // constructor(public remoteclsParam: number) { - // //Increments - // remoteglobalVar++; - // this.remoteclsVar++; - // remotefooCls.remoteclsSVar++; - // this.remoteclsParam++; - // remotemodTest.remotemodVar++; - // } - // } - // - // function remotefoo(remotex: number) { - // //Declare - // var remotefnVar = 1; - // - // //Increments - // remotefooCls.remoteclsSVar++; - // remoteglobalVar++; - // remotemodTest.remotemodVar++; - // remotefnVar++; - // - // //Return - // return remotex++; - // } - // - // module remotemodTest { - // //Declare - // export var remotemodVar: number; - // - // //Increments - // remoteglobalVar++; - // remotefooCls.remoteclsSVar++; - // remotemodVar++; - // - // class remotetestCls { - // static remoteboo = remotefoo; - // } - // - // function remotetestFn(){ - // static remoteboo = remotefoo; - // - // //Increments - // remoteglobalVar++; - // remotefooCls.remoteclsSVar++; - // remotemodVar++; - // } - // - // module remotetestMod { - // var remoteboo = remotefoo; - // } - // } + // --- (line: 5) skipped --- // === Details === [ @@ -3292,88 +1382,7 @@ // === findAllReferences === // === /tests/cases/fourslash/remoteGetReferences_1.ts === -// // Comment Refence Test: globalVar -// var globalVar: number = 2; -// -// class fooCls { -// static clsSVar = 1; -// //Declare -// clsVar = 1; -// -// constructor (public clsParam: number) { -// //Increments -// globalVar++; -// this.clsVar++; -// fooCls.clsSVar++; -// this.clsParam++; -// modTest.modVar++; -// } -// } -// -// function foo(x: number) { -// //Declare -// var fnVar = 1; -// -// //Increments -// fooCls.clsSVar++; -// globalVar++; -// modTest.modVar++; -// fnVar++; -// -// //Return -// return x++; -// } -// -// module modTest { -// //Declare -// export var modVar:number; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// -// class testCls { -// static boo = foo; -// } -// -// function testFn(){ -// static boo = foo; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// } -// -// module testMod { -// var boo = foo; -// } -// } -// -// //Type test -// var clsTest: fooCls; -// -// //Arguments -// clsTest = new fooCls(globalVar); -// foo(globalVar); -// -// //Increments -// fooCls.clsSVar++; -// modTest.modVar++; -// globalVar = globalVar + globalVar; -// -// //ETC - Other cases -// globalVar = 3; -// foo = foo + 1; -// err = err++; -// -// //Shadowed fn Parameter -// function shdw(globalVar: number) { -// //Increments -// globalVar++; -// return globalVar; -// } +// --- (line: 82) skipped --- // // //Remotes // //Type test @@ -3388,26 +1397,7 @@ // remotemodTest.remotemodVar++; // remoteglobalVar = remoteglobalVar + remoteglobalVar; // -// //ETC - Other cases -// remoteglobalVar = 3; -// -// //Find References misses method param -// var -// -// -// -// array = ["f", "o", "o"]; -// -// array.forEach( -// -// -// function(str) { -// -// -// -// return str + " "; -// -// }); +// --- (line: 97) skipped --- // === /tests/cases/fourslash/remoteGetReferences_2.ts === // var remoteglobalVar: number = 2; @@ -3436,14 +1426,9 @@ // remoteglobalVar++; // remotemodTest.remotemodVar++; // remotefnVar++; -// -// //Return -// return remotex++; -// } -// -// module remotemodTest { -// //Declare -// export var remotemodVar: number; +// --- (line: 27) skipped --- + +// --- (line: 34) skipped --- // // //Increments // remoteglobalVar++; @@ -3451,11 +1436,9 @@ // remotemodVar++; // // class remotetestCls { -// static remoteboo = remotefoo; -// } -// -// function remotetestFn(){ -// static remoteboo = remotefoo; +// --- (line: 42) skipped --- + +// --- (line: 46) skipped --- // // //Increments // remoteglobalVar++; @@ -3463,10 +1446,7 @@ // remotemodVar++; // } // -// module remotetestMod { -// var remoteboo = remotefoo; -// } -// } +// --- (line: 54) skipped --- // === Definitions === // === /tests/cases/fourslash/remoteGetReferences_2.ts === @@ -3489,44 +1469,7 @@ // // function remotefoo(remotex: number) { // //Declare - // var remotefnVar = 1; - // - // //Increments - // remotefooCls.remoteclsSVar++; - // remoteglobalVar++; - // remotemodTest.remotemodVar++; - // remotefnVar++; - // - // //Return - // return remotex++; - // } - // - // module remotemodTest { - // //Declare - // export var remotemodVar: number; - // - // //Increments - // remoteglobalVar++; - // remotefooCls.remoteclsSVar++; - // remotemodVar++; - // - // class remotetestCls { - // static remoteboo = remotefoo; - // } - // - // function remotetestFn(){ - // static remoteboo = remotefoo; - // - // //Increments - // remoteglobalVar++; - // remotefooCls.remoteclsSVar++; - // remotemodVar++; - // } - // - // module remotetestMod { - // var remoteboo = remotefoo; - // } - // } + // --- (line: 20) skipped --- // === Details === [ @@ -3556,88 +1499,7 @@ // === findAllReferences === // === /tests/cases/fourslash/remoteGetReferences_1.ts === -// // Comment Refence Test: globalVar -// var globalVar: number = 2; -// -// class fooCls { -// static clsSVar = 1; -// //Declare -// clsVar = 1; -// -// constructor (public clsParam: number) { -// //Increments -// globalVar++; -// this.clsVar++; -// fooCls.clsSVar++; -// this.clsParam++; -// modTest.modVar++; -// } -// } -// -// function foo(x: number) { -// //Declare -// var fnVar = 1; -// -// //Increments -// fooCls.clsSVar++; -// globalVar++; -// modTest.modVar++; -// fnVar++; -// -// //Return -// return x++; -// } -// -// module modTest { -// //Declare -// export var modVar:number; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// -// class testCls { -// static boo = foo; -// } -// -// function testFn(){ -// static boo = foo; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// } -// -// module testMod { -// var boo = foo; -// } -// } -// -// //Type test -// var clsTest: fooCls; -// -// //Arguments -// clsTest = new fooCls(globalVar); -// foo(globalVar); -// -// //Increments -// fooCls.clsSVar++; -// modTest.modVar++; -// globalVar = globalVar + globalVar; -// -// //ETC - Other cases -// globalVar = 3; -// foo = foo + 1; -// err = err++; -// -// //Shadowed fn Parameter -// function shdw(globalVar: number) { -// //Increments -// globalVar++; -// return globalVar; -// } +// --- (line: 82) skipped --- // // //Remotes // //Type test @@ -3652,26 +1514,7 @@ // remotemodTest.remotemodVar++; // remoteglobalVar = remoteglobalVar + remoteglobalVar; // -// //ETC - Other cases -// remoteglobalVar = 3; -// -// //Find References misses method param -// var -// -// -// -// array = ["f", "o", "o"]; -// -// array.forEach( -// -// -// function(str) { -// -// -// -// return str + " "; -// -// }); +// --- (line: 97) skipped --- // === /tests/cases/fourslash/remoteGetReferences_2.ts === // var remoteglobalVar: number = 2; @@ -3700,14 +1543,9 @@ // remoteglobalVar++; // remotemodTest.remotemodVar++; // remotefnVar++; -// -// //Return -// return remotex++; -// } -// -// module remotemodTest { -// //Declare -// export var remotemodVar: number; +// --- (line: 27) skipped --- + +// --- (line: 34) skipped --- // // //Increments // remoteglobalVar++; @@ -3715,11 +1553,9 @@ // remotemodVar++; // // class remotetestCls { -// static remoteboo = remotefoo; -// } -// -// function remotetestFn(){ -// static remoteboo = remotefoo; +// --- (line: 42) skipped --- + +// --- (line: 46) skipped --- // // //Increments // remoteglobalVar++; @@ -3727,10 +1563,7 @@ // remotemodVar++; // } // -// module remotetestMod { -// var remoteboo = remotefoo; -// } -// } +// --- (line: 54) skipped --- // === Definitions === // === /tests/cases/fourslash/remoteGetReferences_2.ts === @@ -3753,44 +1586,7 @@ // // function remotefoo(remotex: number) { // //Declare - // var remotefnVar = 1; - // - // //Increments - // remotefooCls.remoteclsSVar++; - // remoteglobalVar++; - // remotemodTest.remotemodVar++; - // remotefnVar++; - // - // //Return - // return remotex++; - // } - // - // module remotemodTest { - // //Declare - // export var remotemodVar: number; - // - // //Increments - // remoteglobalVar++; - // remotefooCls.remoteclsSVar++; - // remotemodVar++; - // - // class remotetestCls { - // static remoteboo = remotefoo; - // } - // - // function remotetestFn(){ - // static remoteboo = remotefoo; - // - // //Increments - // remoteglobalVar++; - // remotefooCls.remoteclsSVar++; - // remotemodVar++; - // } - // - // module remotetestMod { - // var remoteboo = remotefoo; - // } - // } + // --- (line: 20) skipped --- // === Details === [ @@ -3831,52 +1627,10 @@ // //Increments // remoteglobalVar++; // this.[|{| isWriteAccess: true |}remoteclsVar|]++; -// remotefooCls.remoteclsSVar++; -// this.remoteclsParam++; -// remotemodTest.remotemodVar++; -// } -// } -// -// function remotefoo(remotex: number) { -// //Declare -// var remotefnVar = 1; -// -// //Increments -// remotefooCls.remoteclsSVar++; -// remoteglobalVar++; -// remotemodTest.remotemodVar++; -// remotefnVar++; -// -// //Return -// return remotex++; -// } -// -// module remotemodTest { -// //Declare -// export var remotemodVar: number; -// -// //Increments -// remoteglobalVar++; -// remotefooCls.remoteclsSVar++; -// remotemodVar++; -// -// class remotetestCls { -// static remoteboo = remotefoo; -// } -// -// function remotetestFn(){ -// static remoteboo = remotefoo; -// -// //Increments -// remoteglobalVar++; -// remotefooCls.remoteclsSVar++; -// remotemodVar++; -// } -// -// module remotetestMod { -// var remoteboo = remotefoo; -// } -// } +// remotefooCls.remoteclsSVar++; +// this.remoteclsParam++; +// remotemodTest.remotemodVar++; +// --- (line: 15) skipped --- // === Definitions === // === /tests/cases/fourslash/remoteGetReferences_2.ts === @@ -3888,55 +1642,7 @@ // static remoteclsSVar = 1; // // constructor(public remoteclsParam: number) { - // //Increments - // remoteglobalVar++; - // this.remoteclsVar++; - // remotefooCls.remoteclsSVar++; - // this.remoteclsParam++; - // remotemodTest.remotemodVar++; - // } - // } - // - // function remotefoo(remotex: number) { - // //Declare - // var remotefnVar = 1; - // - // //Increments - // remotefooCls.remoteclsSVar++; - // remoteglobalVar++; - // remotemodTest.remotemodVar++; - // remotefnVar++; - // - // //Return - // return remotex++; - // } - // - // module remotemodTest { - // //Declare - // export var remotemodVar: number; - // - // //Increments - // remoteglobalVar++; - // remotefooCls.remoteclsSVar++; - // remotemodVar++; - // - // class remotetestCls { - // static remoteboo = remotefoo; - // } - // - // function remotetestFn(){ - // static remoteboo = remotefoo; - // - // //Increments - // remoteglobalVar++; - // remotefooCls.remoteclsSVar++; - // remotemodVar++; - // } - // - // module remotetestMod { - // var remoteboo = remotefoo; - // } - // } + // --- (line: 9) skipped --- // === Details === [ @@ -3994,95 +1700,7 @@ // === findAllReferences === // === /tests/cases/fourslash/remoteGetReferences_1.ts === -// // Comment Refence Test: globalVar -// var globalVar: number = 2; -// -// class fooCls { -// static clsSVar = 1; -// //Declare -// clsVar = 1; -// -// constructor (public clsParam: number) { -// //Increments -// globalVar++; -// this.clsVar++; -// fooCls.clsSVar++; -// this.clsParam++; -// modTest.modVar++; -// } -// } -// -// function foo(x: number) { -// //Declare -// var fnVar = 1; -// -// //Increments -// fooCls.clsSVar++; -// globalVar++; -// modTest.modVar++; -// fnVar++; -// -// //Return -// return x++; -// } -// -// module modTest { -// //Declare -// export var modVar:number; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// -// class testCls { -// static boo = foo; -// } -// -// function testFn(){ -// static boo = foo; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// } -// -// module testMod { -// var boo = foo; -// } -// } -// -// //Type test -// var clsTest: fooCls; -// -// //Arguments -// clsTest = new fooCls(globalVar); -// foo(globalVar); -// -// //Increments -// fooCls.clsSVar++; -// modTest.modVar++; -// globalVar = globalVar + globalVar; -// -// //ETC - Other cases -// globalVar = 3; -// foo = foo + 1; -// err = err++; -// -// //Shadowed fn Parameter -// function shdw(globalVar: number) { -// //Increments -// globalVar++; -// return globalVar; -// } -// -// //Remotes -// //Type test -// var remoteclsTest: remotefooCls; -// -// //Arguments -// remoteclsTest = new remotefooCls(remoteglobalVar); +// --- (line: 89) skipped --- // remotefoo(remoteglobalVar); // // //Increments @@ -4090,26 +1708,7 @@ // remotemodTest.remotemodVar++; // remoteglobalVar = remoteglobalVar + remoteglobalVar; // -// //ETC - Other cases -// remoteglobalVar = 3; -// -// //Find References misses method param -// var -// -// -// -// array = ["f", "o", "o"]; -// -// array.forEach( -// -// -// function(str) { -// -// -// -// return str + " "; -// -// }); +// --- (line: 97) skipped --- // === /tests/cases/fourslash/remoteGetReferences_2.ts === // var remoteglobalVar: number = 2; @@ -4127,10 +1726,9 @@ // this.remoteclsParam++; // remotemodTest.remotemodVar++; // } -// } -// -// function remotefoo(remotex: number) { -// //Declare +// --- (line: 16) skipped --- + +// --- (line: 19) skipped --- // var remotefnVar = 1; // // //Increments @@ -4138,14 +1736,9 @@ // remoteglobalVar++; // remotemodTest.remotemodVar++; // remotefnVar++; -// -// //Return -// return remotex++; -// } -// -// module remotemodTest { -// //Declare -// export var remotemodVar: number; +// --- (line: 27) skipped --- + +// --- (line: 34) skipped --- // // //Increments // remoteglobalVar++; @@ -4153,11 +1746,9 @@ // remotemodVar++; // // class remotetestCls { -// static remoteboo = remotefoo; -// } -// -// function remotetestFn(){ -// static remoteboo = remotefoo; +// --- (line: 42) skipped --- + +// --- (line: 46) skipped --- // // //Increments // remoteglobalVar++; @@ -4165,10 +1756,7 @@ // remotemodVar++; // } // -// module remotetestMod { -// var remoteboo = remotefoo; -// } -// } +// --- (line: 54) skipped --- // === Definitions === // === /tests/cases/fourslash/remoteGetReferences_2.ts === @@ -4181,54 +1769,7 @@ // // constructor(public remoteclsParam: number) { // //Increments - // remoteglobalVar++; - // this.remoteclsVar++; - // remotefooCls.remoteclsSVar++; - // this.remoteclsParam++; - // remotemodTest.remotemodVar++; - // } - // } - // - // function remotefoo(remotex: number) { - // //Declare - // var remotefnVar = 1; - // - // //Increments - // remotefooCls.remoteclsSVar++; - // remoteglobalVar++; - // remotemodTest.remotemodVar++; - // remotefnVar++; - // - // //Return - // return remotex++; - // } - // - // module remotemodTest { - // //Declare - // export var remotemodVar: number; - // - // //Increments - // remoteglobalVar++; - // remotefooCls.remoteclsSVar++; - // remotemodVar++; - // - // class remotetestCls { - // static remoteboo = remotefoo; - // } - // - // function remotetestFn(){ - // static remoteboo = remotefoo; - // - // //Increments - // remoteglobalVar++; - // remotefooCls.remoteclsSVar++; - // remotemodVar++; - // } - // - // module remotetestMod { - // var remoteboo = remotefoo; - // } - // } + // --- (line: 10) skipped --- // === Details === [ @@ -4286,95 +1827,7 @@ // === findAllReferences === // === /tests/cases/fourslash/remoteGetReferences_1.ts === -// // Comment Refence Test: globalVar -// var globalVar: number = 2; -// -// class fooCls { -// static clsSVar = 1; -// //Declare -// clsVar = 1; -// -// constructor (public clsParam: number) { -// //Increments -// globalVar++; -// this.clsVar++; -// fooCls.clsSVar++; -// this.clsParam++; -// modTest.modVar++; -// } -// } -// -// function foo(x: number) { -// //Declare -// var fnVar = 1; -// -// //Increments -// fooCls.clsSVar++; -// globalVar++; -// modTest.modVar++; -// fnVar++; -// -// //Return -// return x++; -// } -// -// module modTest { -// //Declare -// export var modVar:number; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// -// class testCls { -// static boo = foo; -// } -// -// function testFn(){ -// static boo = foo; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// } -// -// module testMod { -// var boo = foo; -// } -// } -// -// //Type test -// var clsTest: fooCls; -// -// //Arguments -// clsTest = new fooCls(globalVar); -// foo(globalVar); -// -// //Increments -// fooCls.clsSVar++; -// modTest.modVar++; -// globalVar = globalVar + globalVar; -// -// //ETC - Other cases -// globalVar = 3; -// foo = foo + 1; -// err = err++; -// -// //Shadowed fn Parameter -// function shdw(globalVar: number) { -// //Increments -// globalVar++; -// return globalVar; -// } -// -// //Remotes -// //Type test -// var remoteclsTest: remotefooCls; -// -// //Arguments -// remoteclsTest = new remotefooCls(remoteglobalVar); +// --- (line: 89) skipped --- // remotefoo(remoteglobalVar); // // //Increments @@ -4382,26 +1835,7 @@ // remotemodTest.remotemodVar++; // remoteglobalVar = remoteglobalVar + remoteglobalVar; // -// //ETC - Other cases -// remoteglobalVar = 3; -// -// //Find References misses method param -// var -// -// -// -// array = ["f", "o", "o"]; -// -// array.forEach( -// -// -// function(str) { -// -// -// -// return str + " "; -// -// }); +// --- (line: 97) skipped --- // === /tests/cases/fourslash/remoteGetReferences_2.ts === // var remoteglobalVar: number = 2; @@ -4419,10 +1853,9 @@ // this.remoteclsParam++; // remotemodTest.remotemodVar++; // } -// } -// -// function remotefoo(remotex: number) { -// //Declare +// --- (line: 16) skipped --- + +// --- (line: 19) skipped --- // var remotefnVar = 1; // // //Increments @@ -4430,14 +1863,9 @@ // remoteglobalVar++; // remotemodTest.remotemodVar++; // remotefnVar++; -// -// //Return -// return remotex++; -// } -// -// module remotemodTest { -// //Declare -// export var remotemodVar: number; +// --- (line: 27) skipped --- + +// --- (line: 34) skipped --- // // //Increments // remoteglobalVar++; @@ -4445,11 +1873,9 @@ // remotemodVar++; // // class remotetestCls { -// static remoteboo = remotefoo; -// } -// -// function remotetestFn(){ -// static remoteboo = remotefoo; +// --- (line: 42) skipped --- + +// --- (line: 46) skipped --- // // //Increments // remoteglobalVar++; @@ -4457,10 +1883,7 @@ // remotemodVar++; // } // -// module remotetestMod { -// var remoteboo = remotefoo; -// } -// } +// --- (line: 54) skipped --- // === Definitions === // === /tests/cases/fourslash/remoteGetReferences_2.ts === @@ -4473,54 +1896,7 @@ // // constructor(public remoteclsParam: number) { // //Increments - // remoteglobalVar++; - // this.remoteclsVar++; - // remotefooCls.remoteclsSVar++; - // this.remoteclsParam++; - // remotemodTest.remotemodVar++; - // } - // } - // - // function remotefoo(remotex: number) { - // //Declare - // var remotefnVar = 1; - // - // //Increments - // remotefooCls.remoteclsSVar++; - // remoteglobalVar++; - // remotemodTest.remotemodVar++; - // remotefnVar++; - // - // //Return - // return remotex++; - // } - // - // module remotemodTest { - // //Declare - // export var remotemodVar: number; - // - // //Increments - // remoteglobalVar++; - // remotefooCls.remoteclsSVar++; - // remotemodVar++; - // - // class remotetestCls { - // static remoteboo = remotefoo; - // } - // - // function remotetestFn(){ - // static remoteboo = remotefoo; - // - // //Increments - // remoteglobalVar++; - // remotefooCls.remoteclsSVar++; - // remotemodVar++; - // } - // - // module remotetestMod { - // var remoteboo = remotefoo; - // } - // } + // --- (line: 10) skipped --- // === Details === [ @@ -4577,92 +1953,8 @@ // === findAllReferences === -// === /tests/cases/fourslash/remoteGetReferences_1.ts === -// // Comment Refence Test: globalVar -// var globalVar: number = 2; -// -// class fooCls { -// static clsSVar = 1; -// //Declare -// clsVar = 1; -// -// constructor (public clsParam: number) { -// //Increments -// globalVar++; -// this.clsVar++; -// fooCls.clsSVar++; -// this.clsParam++; -// modTest.modVar++; -// } -// } -// -// function foo(x: number) { -// //Declare -// var fnVar = 1; -// -// //Increments -// fooCls.clsSVar++; -// globalVar++; -// modTest.modVar++; -// fnVar++; -// -// //Return -// return x++; -// } -// -// module modTest { -// //Declare -// export var modVar:number; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// -// class testCls { -// static boo = foo; -// } -// -// function testFn(){ -// static boo = foo; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// } -// -// module testMod { -// var boo = foo; -// } -// } -// -// //Type test -// var clsTest: fooCls; -// -// //Arguments -// clsTest = new fooCls(globalVar); -// foo(globalVar); -// -// //Increments -// fooCls.clsSVar++; -// modTest.modVar++; -// globalVar = globalVar + globalVar; -// -// //ETC - Other cases -// globalVar = 3; -// foo = foo + 1; -// err = err++; -// -// //Shadowed fn Parameter -// function shdw(globalVar: number) { -// //Increments -// globalVar++; -// return globalVar; -// } -// -// //Remotes -// //Type test +// === /tests/cases/fourslash/remoteGetReferences_1.ts === +// --- (line: 85) skipped --- // var remoteclsTest: remotefooCls; // // //Arguments @@ -4679,21 +1971,7 @@ // // //Find References misses method param // var -// -// -// -// array = ["f", "o", "o"]; -// -// array.forEach( -// -// -// function(str) { -// -// -// -// return str + " "; -// -// }); +// --- (line: 102) skipped --- // === /tests/cases/fourslash/remoteGetReferences_2.ts === // <|var [|{| isWriteAccess: true |}remoteglobalVar|]: number = 2;|> @@ -4709,13 +1987,9 @@ // this.remoteclsVar++; // remotefooCls.remoteclsSVar++; // this.remoteclsParam++; -// remotemodTest.remotemodVar++; -// } -// } -// -// function remotefoo(remotex: number) { -// //Declare -// var remotefnVar = 1; +// --- (line: 14) skipped --- + +// --- (line: 20) skipped --- // // //Increments // remotefooCls.remoteclsSVar++; @@ -4723,12 +1997,9 @@ // remotemodTest.remotemodVar++; // remotefnVar++; // -// //Return -// return remotex++; -// } -// -// module remotemodTest { -// //Declare +// --- (line: 28) skipped --- + +// --- (line: 33) skipped --- // export var remotemodVar: number; // // //Increments @@ -4736,11 +2007,9 @@ // remotefooCls.remoteclsSVar++; // remotemodVar++; // -// class remotetestCls { -// static remoteboo = remotefoo; -// } -// -// function remotetestFn(){ +// --- (line: 41) skipped --- + +// --- (line: 45) skipped --- // static remoteboo = remotefoo; // // //Increments @@ -4748,11 +2017,7 @@ // remotefooCls.remoteclsSVar++; // remotemodVar++; // } -// -// module remotetestMod { -// var remoteboo = remotefoo; -// } -// } +// --- (line: 53) skipped --- // === Definitions === // === /tests/cases/fourslash/remoteGetReferences_2.ts === @@ -4769,50 +2034,7 @@ // this.remoteclsVar++; // remotefooCls.remoteclsSVar++; // this.remoteclsParam++; - // remotemodTest.remotemodVar++; - // } - // } - // - // function remotefoo(remotex: number) { - // //Declare - // var remotefnVar = 1; - // - // //Increments - // remotefooCls.remoteclsSVar++; - // remoteglobalVar++; - // remotemodTest.remotemodVar++; - // remotefnVar++; - // - // //Return - // return remotex++; - // } - // - // module remotemodTest { - // //Declare - // export var remotemodVar: number; - // - // //Increments - // remoteglobalVar++; - // remotefooCls.remoteclsSVar++; - // remotemodVar++; - // - // class remotetestCls { - // static remoteboo = remotefoo; - // } - // - // function remotetestFn(){ - // static remoteboo = remotefoo; - // - // //Increments - // remoteglobalVar++; - // remotefooCls.remoteclsSVar++; - // remotemodVar++; - // } - // - // module remotetestMod { - // var remoteboo = remotefoo; - // } - // } + // --- (line: 14) skipped --- // === Details === [ @@ -4868,49 +2090,7 @@ // remotefooCls.remoteclsSVar++; // this.remoteclsParam++; // remotemodTest.remotemodVar++; -// } -// } -// -// function remotefoo(remotex: number) { -// //Declare -// var remotefnVar = 1; -// -// //Increments -// remotefooCls.remoteclsSVar++; -// remoteglobalVar++; -// remotemodTest.remotemodVar++; -// remotefnVar++; -// -// //Return -// return remotex++; -// } -// -// module remotemodTest { -// //Declare -// export var remotemodVar: number; -// -// //Increments -// remoteglobalVar++; -// remotefooCls.remoteclsSVar++; -// remotemodVar++; -// -// class remotetestCls { -// static remoteboo = remotefoo; -// } -// -// function remotetestFn(){ -// static remoteboo = remotefoo; -// -// //Increments -// remoteglobalVar++; -// remotefooCls.remoteclsSVar++; -// remotemodVar++; -// } -// -// module remotetestMod { -// var remoteboo = remotefoo; -// } -// } +// --- (line: 15) skipped --- // === Definitions === // === /tests/cases/fourslash/remoteGetReferences_2.ts === @@ -4928,49 +2108,7 @@ // remotefooCls.remoteclsSVar++; // this.remoteclsParam++; // remotemodTest.remotemodVar++; - // } - // } - // - // function remotefoo(remotex: number) { - // //Declare - // var remotefnVar = 1; - // - // //Increments - // remotefooCls.remoteclsSVar++; - // remoteglobalVar++; - // remotemodTest.remotemodVar++; - // remotefnVar++; - // - // //Return - // return remotex++; - // } - // - // module remotemodTest { - // //Declare - // export var remotemodVar: number; - // - // //Increments - // remoteglobalVar++; - // remotefooCls.remoteclsSVar++; - // remotemodVar++; - // - // class remotetestCls { - // static remoteboo = remotefoo; - // } - // - // function remotetestFn(){ - // static remoteboo = remotefoo; - // - // //Increments - // remoteglobalVar++; - // remotefooCls.remoteclsSVar++; - // remotemodVar++; - // } - // - // module remotetestMod { - // var remoteboo = remotefoo; - // } - // } + // --- (line: 15) skipped --- // === Details === [ @@ -5028,88 +2166,7 @@ // === findAllReferences === // === /tests/cases/fourslash/remoteGetReferences_1.ts === -// // Comment Refence Test: globalVar -// var globalVar: number = 2; -// -// class fooCls { -// static clsSVar = 1; -// //Declare -// clsVar = 1; -// -// constructor (public clsParam: number) { -// //Increments -// globalVar++; -// this.clsVar++; -// fooCls.clsSVar++; -// this.clsParam++; -// modTest.modVar++; -// } -// } -// -// function foo(x: number) { -// //Declare -// var fnVar = 1; -// -// //Increments -// fooCls.clsSVar++; -// globalVar++; -// modTest.modVar++; -// fnVar++; -// -// //Return -// return x++; -// } -// -// module modTest { -// //Declare -// export var modVar:number; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// -// class testCls { -// static boo = foo; -// } -// -// function testFn(){ -// static boo = foo; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// } -// -// module testMod { -// var boo = foo; -// } -// } -// -// //Type test -// var clsTest: fooCls; -// -// //Arguments -// clsTest = new fooCls(globalVar); -// foo(globalVar); -// -// //Increments -// fooCls.clsSVar++; -// modTest.modVar++; -// globalVar = globalVar + globalVar; -// -// //ETC - Other cases -// globalVar = 3; -// foo = foo + 1; -// err = err++; -// -// //Shadowed fn Parameter -// function shdw(globalVar: number) { -// //Increments -// globalVar++; -// return globalVar; -// } +// --- (line: 82) skipped --- // // //Remotes // //Type test @@ -5124,26 +2181,7 @@ // remotemodTest.remotemodVar++; // remoteglobalVar = remoteglobalVar + remoteglobalVar; // -// //ETC - Other cases -// remoteglobalVar = 3; -// -// //Find References misses method param -// var -// -// -// -// array = ["f", "o", "o"]; -// -// array.forEach( -// -// -// function(str) { -// -// -// -// return str + " "; -// -// }); +// --- (line: 97) skipped --- // === /tests/cases/fourslash/remoteGetReferences_2.ts === // var remoteglobalVar: number = 2; @@ -5172,14 +2210,9 @@ // remoteglobalVar++; // remotemodTest.remotemodVar++; // remotefnVar++; -// -// //Return -// return remotex++; -// } -// -// module remotemodTest { -// //Declare -// export var remotemodVar: number; +// --- (line: 27) skipped --- + +// --- (line: 34) skipped --- // // //Increments // remoteglobalVar++; @@ -5187,11 +2220,9 @@ // remotemodVar++; // // class remotetestCls { -// static remoteboo = remotefoo; -// } -// -// function remotetestFn(){ -// static remoteboo = remotefoo; +// --- (line: 42) skipped --- + +// --- (line: 46) skipped --- // // //Increments // remoteglobalVar++; @@ -5199,10 +2230,7 @@ // remotemodVar++; // } // -// module remotetestMod { -// var remoteboo = remotefoo; -// } -// } +// --- (line: 54) skipped --- // === Definitions === // === /tests/cases/fourslash/remoteGetReferences_2.ts === @@ -5225,44 +2253,7 @@ // // function remotefoo(remotex: number) { // //Declare - // var remotefnVar = 1; - // - // //Increments - // remotefooCls.remoteclsSVar++; - // remoteglobalVar++; - // remotemodTest.remotemodVar++; - // remotefnVar++; - // - // //Return - // return remotex++; - // } - // - // module remotemodTest { - // //Declare - // export var remotemodVar: number; - // - // //Increments - // remoteglobalVar++; - // remotefooCls.remoteclsSVar++; - // remotemodVar++; - // - // class remotetestCls { - // static remoteboo = remotefoo; - // } - // - // function remotetestFn(){ - // static remoteboo = remotefoo; - // - // //Increments - // remoteglobalVar++; - // remotefooCls.remoteclsSVar++; - // remotemodVar++; - // } - // - // module remotetestMod { - // var remoteboo = remotefoo; - // } - // } + // --- (line: 20) skipped --- // === Details === [ @@ -5292,95 +2283,7 @@ // === findAllReferences === // === /tests/cases/fourslash/remoteGetReferences_1.ts === -// // Comment Refence Test: globalVar -// var globalVar: number = 2; -// -// class fooCls { -// static clsSVar = 1; -// //Declare -// clsVar = 1; -// -// constructor (public clsParam: number) { -// //Increments -// globalVar++; -// this.clsVar++; -// fooCls.clsSVar++; -// this.clsParam++; -// modTest.modVar++; -// } -// } -// -// function foo(x: number) { -// //Declare -// var fnVar = 1; -// -// //Increments -// fooCls.clsSVar++; -// globalVar++; -// modTest.modVar++; -// fnVar++; -// -// //Return -// return x++; -// } -// -// module modTest { -// //Declare -// export var modVar:number; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// -// class testCls { -// static boo = foo; -// } -// -// function testFn(){ -// static boo = foo; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// } -// -// module testMod { -// var boo = foo; -// } -// } -// -// //Type test -// var clsTest: fooCls; -// -// //Arguments -// clsTest = new fooCls(globalVar); -// foo(globalVar); -// -// //Increments -// fooCls.clsSVar++; -// modTest.modVar++; -// globalVar = globalVar + globalVar; -// -// //ETC - Other cases -// globalVar = 3; -// foo = foo + 1; -// err = err++; -// -// //Shadowed fn Parameter -// function shdw(globalVar: number) { -// //Increments -// globalVar++; -// return globalVar; -// } -// -// //Remotes -// //Type test -// var remoteclsTest: remotefooCls; -// -// //Arguments -// remoteclsTest = new remotefooCls(remoteglobalVar); +// --- (line: 89) skipped --- // remotefoo(remoteglobalVar); // // //Increments @@ -5388,26 +2291,7 @@ // remotemodTest.remotemodVar++; // remoteglobalVar = remoteglobalVar + remoteglobalVar; // -// //ETC - Other cases -// remoteglobalVar = 3; -// -// //Find References misses method param -// var -// -// -// -// array = ["f", "o", "o"]; -// -// array.forEach( -// -// -// function(str) { -// -// -// -// return str + " "; -// -// }); +// --- (line: 97) skipped --- // === /tests/cases/fourslash/remoteGetReferences_2.ts === // var remoteglobalVar: number = 2; @@ -5425,10 +2309,9 @@ // this.remoteclsParam++; // remotemodTest.remotemodVar++; // } -// } -// -// function remotefoo(remotex: number) { -// //Declare +// --- (line: 16) skipped --- + +// --- (line: 19) skipped --- // var remotefnVar = 1; // // //Increments @@ -5436,14 +2319,9 @@ // remoteglobalVar++; // remotemodTest.remotemodVar++; // remotefnVar++; -// -// //Return -// return remotex++; -// } -// -// module remotemodTest { -// //Declare -// export var remotemodVar: number; +// --- (line: 27) skipped --- + +// --- (line: 34) skipped --- // // //Increments // remoteglobalVar++; @@ -5451,11 +2329,9 @@ // remotemodVar++; // // class remotetestCls { -// static remoteboo = remotefoo; -// } -// -// function remotetestFn(){ -// static remoteboo = remotefoo; +// --- (line: 42) skipped --- + +// --- (line: 46) skipped --- // // //Increments // remoteglobalVar++; @@ -5463,10 +2339,7 @@ // remotemodVar++; // } // -// module remotetestMod { -// var remoteboo = remotefoo; -// } -// } +// --- (line: 54) skipped --- // === Definitions === // === /tests/cases/fourslash/remoteGetReferences_2.ts === @@ -5485,48 +2358,7 @@ // this.remoteclsParam++; // remotemodTest.remotemodVar++; // } - // } - // - // function remotefoo(remotex: number) { - // //Declare - // var remotefnVar = 1; - // - // //Increments - // remotefooCls.remoteclsSVar++; - // remoteglobalVar++; - // remotemodTest.remotemodVar++; - // remotefnVar++; - // - // //Return - // return remotex++; - // } - // - // module remotemodTest { - // //Declare - // export var remotemodVar: number; - // - // //Increments - // remoteglobalVar++; - // remotefooCls.remoteclsSVar++; - // remotemodVar++; - // - // class remotetestCls { - // static remoteboo = remotefoo; - // } - // - // function remotetestFn(){ - // static remoteboo = remotefoo; - // - // //Increments - // remoteglobalVar++; - // remotefooCls.remoteclsSVar++; - // remotemodVar++; - // } - // - // module remotetestMod { - // var remoteboo = remotefoo; - // } - // } + // --- (line: 16) skipped --- // === Details === [ @@ -5584,88 +2416,7 @@ // === findAllReferences === // === /tests/cases/fourslash/remoteGetReferences_1.ts === -// // Comment Refence Test: globalVar -// var globalVar: number = 2; -// -// class fooCls { -// static clsSVar = 1; -// //Declare -// clsVar = 1; -// -// constructor (public clsParam: number) { -// //Increments -// globalVar++; -// this.clsVar++; -// fooCls.clsSVar++; -// this.clsParam++; -// modTest.modVar++; -// } -// } -// -// function foo(x: number) { -// //Declare -// var fnVar = 1; -// -// //Increments -// fooCls.clsSVar++; -// globalVar++; -// modTest.modVar++; -// fnVar++; -// -// //Return -// return x++; -// } -// -// module modTest { -// //Declare -// export var modVar:number; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// -// class testCls { -// static boo = foo; -// } -// -// function testFn(){ -// static boo = foo; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// } -// -// module testMod { -// var boo = foo; -// } -// } -// -// //Type test -// var clsTest: fooCls; -// -// //Arguments -// clsTest = new fooCls(globalVar); -// foo(globalVar); -// -// //Increments -// fooCls.clsSVar++; -// modTest.modVar++; -// globalVar = globalVar + globalVar; -// -// //ETC - Other cases -// globalVar = 3; -// foo = foo + 1; -// err = err++; -// -// //Shadowed fn Parameter -// function shdw(globalVar: number) { -// //Increments -// globalVar++; -// return globalVar; -// } +// --- (line: 82) skipped --- // // //Remotes // //Type test @@ -5680,26 +2431,7 @@ // remotemodTest.remotemodVar++; // remoteglobalVar = remoteglobalVar + remoteglobalVar; // -// //ETC - Other cases -// remoteglobalVar = 3; -// -// //Find References misses method param -// var -// -// -// -// array = ["f", "o", "o"]; -// -// array.forEach( -// -// -// function(str) { -// -// -// -// return str + " "; -// -// }); +// --- (line: 97) skipped --- // === /tests/cases/fourslash/remoteGetReferences_2.ts === // var remoteglobalVar: number = 2; @@ -5728,14 +2460,9 @@ // remoteglobalVar++; // remotemodTest.remotemodVar++; // remotefnVar++; -// -// //Return -// return remotex++; -// } -// -// module remotemodTest { -// //Declare -// export var remotemodVar: number; +// --- (line: 27) skipped --- + +// --- (line: 34) skipped --- // // //Increments // remoteglobalVar++; @@ -5743,11 +2470,9 @@ // remotemodVar++; // // class remotetestCls { -// static remoteboo = remotefoo; -// } -// -// function remotetestFn(){ -// static remoteboo = remotefoo; +// --- (line: 42) skipped --- + +// --- (line: 46) skipped --- // // //Increments // remoteglobalVar++; @@ -5755,10 +2480,7 @@ // remotemodVar++; // } // -// module remotetestMod { -// var remoteboo = remotefoo; -// } -// } +// --- (line: 54) skipped --- // === Definitions === // === /tests/cases/fourslash/remoteGetReferences_2.ts === @@ -5788,37 +2510,7 @@ // remoteglobalVar++; // remotemodTest.remotemodVar++; // remotefnVar++; - // - // //Return - // return remotex++; - // } - // - // module remotemodTest { - // //Declare - // export var remotemodVar: number; - // - // //Increments - // remoteglobalVar++; - // remotefooCls.remoteclsSVar++; - // remotemodVar++; - // - // class remotetestCls { - // static remoteboo = remotefoo; - // } - // - // function remotetestFn(){ - // static remoteboo = remotefoo; - // - // //Increments - // remoteglobalVar++; - // remotefooCls.remoteclsSVar++; - // remotemodVar++; - // } - // - // module remotetestMod { - // var remoteboo = remotefoo; - // } - // } + // --- (line: 27) skipped --- // === Details === [ @@ -5848,95 +2540,7 @@ // === findAllReferences === // === /tests/cases/fourslash/remoteGetReferences_1.ts === -// // Comment Refence Test: globalVar -// var globalVar: number = 2; -// -// class fooCls { -// static clsSVar = 1; -// //Declare -// clsVar = 1; -// -// constructor (public clsParam: number) { -// //Increments -// globalVar++; -// this.clsVar++; -// fooCls.clsSVar++; -// this.clsParam++; -// modTest.modVar++; -// } -// } -// -// function foo(x: number) { -// //Declare -// var fnVar = 1; -// -// //Increments -// fooCls.clsSVar++; -// globalVar++; -// modTest.modVar++; -// fnVar++; -// -// //Return -// return x++; -// } -// -// module modTest { -// //Declare -// export var modVar:number; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// -// class testCls { -// static boo = foo; -// } -// -// function testFn(){ -// static boo = foo; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// } -// -// module testMod { -// var boo = foo; -// } -// } -// -// //Type test -// var clsTest: fooCls; -// -// //Arguments -// clsTest = new fooCls(globalVar); -// foo(globalVar); -// -// //Increments -// fooCls.clsSVar++; -// modTest.modVar++; -// globalVar = globalVar + globalVar; -// -// //ETC - Other cases -// globalVar = 3; -// foo = foo + 1; -// err = err++; -// -// //Shadowed fn Parameter -// function shdw(globalVar: number) { -// //Increments -// globalVar++; -// return globalVar; -// } -// -// //Remotes -// //Type test -// var remoteclsTest: remotefooCls; -// -// //Arguments -// remoteclsTest = new remotefooCls(remoteglobalVar); +// --- (line: 89) skipped --- // remotefoo(remoteglobalVar); // // //Increments @@ -5944,26 +2548,7 @@ // remotemodTest.remotemodVar++; // remoteglobalVar = remoteglobalVar + remoteglobalVar; // -// //ETC - Other cases -// remoteglobalVar = 3; -// -// //Find References misses method param -// var -// -// -// -// array = ["f", "o", "o"]; -// -// array.forEach( -// -// -// function(str) { -// -// -// -// return str + " "; -// -// }); +// --- (line: 97) skipped --- // === /tests/cases/fourslash/remoteGetReferences_2.ts === // var remoteglobalVar: number = 2; @@ -5981,10 +2566,9 @@ // this.remoteclsParam++; // remotemodTest.remotemodVar++; // } -// } -// -// function remotefoo(remotex: number) { -// //Declare +// --- (line: 16) skipped --- + +// --- (line: 19) skipped --- // var remotefnVar = 1; // // //Increments @@ -5992,14 +2576,9 @@ // remoteglobalVar++; // remotemodTest.remotemodVar++; // remotefnVar++; -// -// //Return -// return remotex++; -// } -// -// module remotemodTest { -// //Declare -// export var remotemodVar: number; +// --- (line: 27) skipped --- + +// --- (line: 34) skipped --- // // //Increments // remoteglobalVar++; @@ -6007,11 +2586,9 @@ // remotemodVar++; // // class remotetestCls { -// static remoteboo = remotefoo; -// } -// -// function remotetestFn(){ -// static remoteboo = remotefoo; +// --- (line: 42) skipped --- + +// --- (line: 46) skipped --- // // //Increments // remoteglobalVar++; @@ -6019,10 +2596,7 @@ // remotemodVar++; // } // -// module remotetestMod { -// var remoteboo = remotefoo; -// } -// } +// --- (line: 54) skipped --- // === Definitions === // === /tests/cases/fourslash/remoteGetReferences_2.ts === @@ -6035,16 +2609,9 @@ // // constructor(public remoteclsParam: number) { // //Increments - // remoteglobalVar++; - // this.remoteclsVar++; - // remotefooCls.remoteclsSVar++; - // this.remoteclsParam++; - // remotemodTest.remotemodVar++; - // } - // } - // - // function remotefoo(remotex: number) { - // //Declare + // --- (line: 10) skipped --- + + // --- (line: 19) skipped --- // var remotefnVar = 1; // // //Increments @@ -6052,37 +2619,7 @@ // remoteglobalVar++; // remotemodTest.remotemodVar++; // remotefnVar++; - // - // //Return - // return remotex++; - // } - // - // module remotemodTest { - // //Declare - // export var remotemodVar: number; - // - // //Increments - // remoteglobalVar++; - // remotefooCls.remoteclsSVar++; - // remotemodVar++; - // - // class remotetestCls { - // static remoteboo = remotefoo; - // } - // - // function remotetestFn(){ - // static remoteboo = remotefoo; - // - // //Increments - // remoteglobalVar++; - // remotefooCls.remoteclsSVar++; - // remotemodVar++; - // } - // - // module remotetestMod { - // var remoteboo = remotefoo; - // } - // } + // --- (line: 27) skipped --- // === Details === [ @@ -6140,91 +2677,7 @@ // === findAllReferences === // === /tests/cases/fourslash/remoteGetReferences_1.ts === -// // Comment Refence Test: globalVar -// var globalVar: number = 2; -// -// class fooCls { -// static clsSVar = 1; -// //Declare -// clsVar = 1; -// -// constructor (public clsParam: number) { -// //Increments -// globalVar++; -// this.clsVar++; -// fooCls.clsSVar++; -// this.clsParam++; -// modTest.modVar++; -// } -// } -// -// function foo(x: number) { -// //Declare -// var fnVar = 1; -// -// //Increments -// fooCls.clsSVar++; -// globalVar++; -// modTest.modVar++; -// fnVar++; -// -// //Return -// return x++; -// } -// -// module modTest { -// //Declare -// export var modVar:number; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// -// class testCls { -// static boo = foo; -// } -// -// function testFn(){ -// static boo = foo; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// } -// -// module testMod { -// var boo = foo; -// } -// } -// -// //Type test -// var clsTest: fooCls; -// -// //Arguments -// clsTest = new fooCls(globalVar); -// foo(globalVar); -// -// //Increments -// fooCls.clsSVar++; -// modTest.modVar++; -// globalVar = globalVar + globalVar; -// -// //ETC - Other cases -// globalVar = 3; -// foo = foo + 1; -// err = err++; -// -// //Shadowed fn Parameter -// function shdw(globalVar: number) { -// //Increments -// globalVar++; -// return globalVar; -// } -// -// //Remotes -// //Type test +// --- (line: 85) skipped --- // var remoteclsTest: remotefooCls; // // //Arguments @@ -6241,21 +2694,7 @@ // // //Find References misses method param // var -// -// -// -// array = ["f", "o", "o"]; -// -// array.forEach( -// -// -// function(str) { -// -// -// -// return str + " "; -// -// }); +// --- (line: 102) skipped --- // === /tests/cases/fourslash/remoteGetReferences_2.ts === // <|var [|{| isWriteAccess: true |}remoteglobalVar|]: number = 2;|> @@ -6271,13 +2710,9 @@ // this.remoteclsVar++; // remotefooCls.remoteclsSVar++; // this.remoteclsParam++; -// remotemodTest.remotemodVar++; -// } -// } -// -// function remotefoo(remotex: number) { -// //Declare -// var remotefnVar = 1; +// --- (line: 14) skipped --- + +// --- (line: 20) skipped --- // // //Increments // remotefooCls.remoteclsSVar++; @@ -6285,12 +2720,9 @@ // remotemodTest.remotemodVar++; // remotefnVar++; // -// //Return -// return remotex++; -// } -// -// module remotemodTest { -// //Declare +// --- (line: 28) skipped --- + +// --- (line: 33) skipped --- // export var remotemodVar: number; // // //Increments @@ -6298,11 +2730,9 @@ // remotefooCls.remoteclsSVar++; // remotemodVar++; // -// class remotetestCls { -// static remoteboo = remotefoo; -// } -// -// function remotetestFn(){ +// --- (line: 41) skipped --- + +// --- (line: 45) skipped --- // static remoteboo = remotefoo; // // //Increments @@ -6310,11 +2740,7 @@ // remotefooCls.remoteclsSVar++; // remotemodVar++; // } -// -// module remotetestMod { -// var remoteboo = remotefoo; -// } -// } +// --- (line: 53) skipped --- // === Definitions === // === /tests/cases/fourslash/remoteGetReferences_2.ts === @@ -6322,22 +2748,9 @@ // // class remotefooCls { // //Declare - // remoteclsVar = 1; - // static remoteclsSVar = 1; - // - // constructor(public remoteclsParam: number) { - // //Increments - // remoteglobalVar++; - // this.remoteclsVar++; - // remotefooCls.remoteclsSVar++; - // this.remoteclsParam++; - // remotemodTest.remotemodVar++; - // } - // } - // - // function remotefoo(remotex: number) { - // //Declare - // var remotefnVar = 1; + // --- (line: 5) skipped --- + + // --- (line: 20) skipped --- // // //Increments // remotefooCls.remoteclsSVar++; @@ -6345,36 +2758,7 @@ // remotemodTest.remotemodVar++; // remotefnVar++; // - // //Return - // return remotex++; - // } - // - // module remotemodTest { - // //Declare - // export var remotemodVar: number; - // - // //Increments - // remoteglobalVar++; - // remotefooCls.remoteclsSVar++; - // remotemodVar++; - // - // class remotetestCls { - // static remoteboo = remotefoo; - // } - // - // function remotetestFn(){ - // static remoteboo = remotefoo; - // - // //Increments - // remoteglobalVar++; - // remotefooCls.remoteclsSVar++; - // remotemodVar++; - // } - // - // module remotetestMod { - // var remoteboo = remotefoo; - // } - // } + // --- (line: 28) skipped --- // === Details === [ @@ -6416,91 +2800,7 @@ // === findAllReferences === // === /tests/cases/fourslash/remoteGetReferences_1.ts === -// // Comment Refence Test: globalVar -// var globalVar: number = 2; -// -// class fooCls { -// static clsSVar = 1; -// //Declare -// clsVar = 1; -// -// constructor (public clsParam: number) { -// //Increments -// globalVar++; -// this.clsVar++; -// fooCls.clsSVar++; -// this.clsParam++; -// modTest.modVar++; -// } -// } -// -// function foo(x: number) { -// //Declare -// var fnVar = 1; -// -// //Increments -// fooCls.clsSVar++; -// globalVar++; -// modTest.modVar++; -// fnVar++; -// -// //Return -// return x++; -// } -// -// module modTest { -// //Declare -// export var modVar:number; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// -// class testCls { -// static boo = foo; -// } -// -// function testFn(){ -// static boo = foo; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// } -// -// module testMod { -// var boo = foo; -// } -// } -// -// //Type test -// var clsTest: fooCls; -// -// //Arguments -// clsTest = new fooCls(globalVar); -// foo(globalVar); -// -// //Increments -// fooCls.clsSVar++; -// modTest.modVar++; -// globalVar = globalVar + globalVar; -// -// //ETC - Other cases -// globalVar = 3; -// foo = foo + 1; -// err = err++; -// -// //Shadowed fn Parameter -// function shdw(globalVar: number) { -// //Increments -// globalVar++; -// return globalVar; -// } -// -// //Remotes -// //Type test +// --- (line: 85) skipped --- // var remoteclsTest: remotefooCls; // // //Arguments @@ -6517,21 +2817,7 @@ // // //Find References misses method param // var -// -// -// -// array = ["f", "o", "o"]; -// -// array.forEach( -// -// -// function(str) { -// -// -// -// return str + " "; -// -// }); +// --- (line: 102) skipped --- // === /tests/cases/fourslash/remoteGetReferences_2.ts === // <|var [|{| isWriteAccess: true |}remoteglobalVar|]: number = 2;|> @@ -6547,13 +2833,9 @@ // this.remoteclsVar++; // remotefooCls.remoteclsSVar++; // this.remoteclsParam++; -// remotemodTest.remotemodVar++; -// } -// } -// -// function remotefoo(remotex: number) { -// //Declare -// var remotefnVar = 1; +// --- (line: 14) skipped --- + +// --- (line: 20) skipped --- // // //Increments // remotefooCls.remoteclsSVar++; @@ -6561,12 +2843,9 @@ // remotemodTest.remotemodVar++; // remotefnVar++; // -// //Return -// return remotex++; -// } -// -// module remotemodTest { -// //Declare +// --- (line: 28) skipped --- + +// --- (line: 33) skipped --- // export var remotemodVar: number; // // //Increments @@ -6574,11 +2853,9 @@ // remotefooCls.remoteclsSVar++; // remotemodVar++; // -// class remotetestCls { -// static remoteboo = remotefoo; -// } -// -// function remotetestFn(){ +// --- (line: 41) skipped --- + +// --- (line: 45) skipped --- // static remoteboo = remotefoo; // // //Increments @@ -6586,11 +2863,7 @@ // remotefooCls.remoteclsSVar++; // remotemodVar++; // } -// -// module remotetestMod { -// var remoteboo = remotefoo; -// } -// } +// --- (line: 53) skipped --- // === Definitions === // === /tests/cases/fourslash/remoteGetReferences_2.ts === @@ -6598,35 +2871,9 @@ // // class remotefooCls { // //Declare - // remoteclsVar = 1; - // static remoteclsSVar = 1; - // - // constructor(public remoteclsParam: number) { - // //Increments - // remoteglobalVar++; - // this.remoteclsVar++; - // remotefooCls.remoteclsSVar++; - // this.remoteclsParam++; - // remotemodTest.remotemodVar++; - // } - // } - // - // function remotefoo(remotex: number) { - // //Declare - // var remotefnVar = 1; - // - // //Increments - // remotefooCls.remoteclsSVar++; - // remoteglobalVar++; - // remotemodTest.remotemodVar++; - // remotefnVar++; - // - // //Return - // return remotex++; - // } - // - // module remotemodTest { - // //Declare + // --- (line: 5) skipped --- + + // --- (line: 33) skipped --- // export var remotemodVar: number; // // //Increments @@ -6634,23 +2881,7 @@ // remotefooCls.remoteclsSVar++; // remotemodVar++; // - // class remotetestCls { - // static remoteboo = remotefoo; - // } - // - // function remotetestFn(){ - // static remoteboo = remotefoo; - // - // //Increments - // remoteglobalVar++; - // remotefooCls.remoteclsSVar++; - // remotemodVar++; - // } - // - // module remotetestMod { - // var remoteboo = remotefoo; - // } - // } + // --- (line: 41) skipped --- // === Details === [ @@ -6692,88 +2923,7 @@ // === findAllReferences === // === /tests/cases/fourslash/remoteGetReferences_1.ts === -// // Comment Refence Test: globalVar -// var globalVar: number = 2; -// -// class fooCls { -// static clsSVar = 1; -// //Declare -// clsVar = 1; -// -// constructor (public clsParam: number) { -// //Increments -// globalVar++; -// this.clsVar++; -// fooCls.clsSVar++; -// this.clsParam++; -// modTest.modVar++; -// } -// } -// -// function foo(x: number) { -// //Declare -// var fnVar = 1; -// -// //Increments -// fooCls.clsSVar++; -// globalVar++; -// modTest.modVar++; -// fnVar++; -// -// //Return -// return x++; -// } -// -// module modTest { -// //Declare -// export var modVar:number; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// -// class testCls { -// static boo = foo; -// } -// -// function testFn(){ -// static boo = foo; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// } -// -// module testMod { -// var boo = foo; -// } -// } -// -// //Type test -// var clsTest: fooCls; -// -// //Arguments -// clsTest = new fooCls(globalVar); -// foo(globalVar); -// -// //Increments -// fooCls.clsSVar++; -// modTest.modVar++; -// globalVar = globalVar + globalVar; -// -// //ETC - Other cases -// globalVar = 3; -// foo = foo + 1; -// err = err++; -// -// //Shadowed fn Parameter -// function shdw(globalVar: number) { -// //Increments -// globalVar++; -// return globalVar; -// } +// --- (line: 82) skipped --- // // //Remotes // //Type test @@ -6788,26 +2938,7 @@ // remotemodTest.remotemodVar++; // remoteglobalVar = remoteglobalVar + remoteglobalVar; // -// //ETC - Other cases -// remoteglobalVar = 3; -// -// //Find References misses method param -// var -// -// -// -// array = ["f", "o", "o"]; -// -// array.forEach( -// -// -// function(str) { -// -// -// -// return str + " "; -// -// }); +// --- (line: 97) skipped --- // === /tests/cases/fourslash/remoteGetReferences_2.ts === // var remoteglobalVar: number = 2; @@ -6836,14 +2967,9 @@ // remoteglobalVar++; // remotemodTest.remotemodVar++; // remotefnVar++; -// -// //Return -// return remotex++; -// } -// -// module remotemodTest { -// //Declare -// export var remotemodVar: number; +// --- (line: 27) skipped --- + +// --- (line: 34) skipped --- // // //Increments // remoteglobalVar++; @@ -6851,11 +2977,9 @@ // remotemodVar++; // // class remotetestCls { -// static remoteboo = remotefoo; -// } -// -// function remotetestFn(){ -// static remoteboo = remotefoo; +// --- (line: 42) skipped --- + +// --- (line: 46) skipped --- // // //Increments // remoteglobalVar++; @@ -6863,10 +2987,7 @@ // remotemodVar++; // } // -// module remotetestMod { -// var remoteboo = remotefoo; -// } -// } +// --- (line: 54) skipped --- // === Definitions === // === /tests/cases/fourslash/remoteGetReferences_2.ts === @@ -6889,21 +3010,9 @@ // // function remotefoo(remotex: number) { // //Declare - // var remotefnVar = 1; - // - // //Increments - // remotefooCls.remoteclsSVar++; - // remoteglobalVar++; - // remotemodTest.remotemodVar++; - // remotefnVar++; - // - // //Return - // return remotex++; - // } - // - // module remotemodTest { - // //Declare - // export var remotemodVar: number; + // --- (line: 20) skipped --- + + // --- (line: 34) skipped --- // // //Increments // remoteglobalVar++; @@ -6911,22 +3020,7 @@ // remotemodVar++; // // class remotetestCls { - // static remoteboo = remotefoo; - // } - // - // function remotetestFn(){ - // static remoteboo = remotefoo; - // - // //Increments - // remoteglobalVar++; - // remotefooCls.remoteclsSVar++; - // remotemodVar++; - // } - // - // module remotetestMod { - // var remoteboo = remotefoo; - // } - // } + // --- (line: 42) skipped --- // === Details === [ @@ -6956,95 +3050,7 @@ // === findAllReferences === // === /tests/cases/fourslash/remoteGetReferences_1.ts === -// // Comment Refence Test: globalVar -// var globalVar: number = 2; -// -// class fooCls { -// static clsSVar = 1; -// //Declare -// clsVar = 1; -// -// constructor (public clsParam: number) { -// //Increments -// globalVar++; -// this.clsVar++; -// fooCls.clsSVar++; -// this.clsParam++; -// modTest.modVar++; -// } -// } -// -// function foo(x: number) { -// //Declare -// var fnVar = 1; -// -// //Increments -// fooCls.clsSVar++; -// globalVar++; -// modTest.modVar++; -// fnVar++; -// -// //Return -// return x++; -// } -// -// module modTest { -// //Declare -// export var modVar:number; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// -// class testCls { -// static boo = foo; -// } -// -// function testFn(){ -// static boo = foo; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// } -// -// module testMod { -// var boo = foo; -// } -// } -// -// //Type test -// var clsTest: fooCls; -// -// //Arguments -// clsTest = new fooCls(globalVar); -// foo(globalVar); -// -// //Increments -// fooCls.clsSVar++; -// modTest.modVar++; -// globalVar = globalVar + globalVar; -// -// //ETC - Other cases -// globalVar = 3; -// foo = foo + 1; -// err = err++; -// -// //Shadowed fn Parameter -// function shdw(globalVar: number) { -// //Increments -// globalVar++; -// return globalVar; -// } -// -// //Remotes -// //Type test -// var remoteclsTest: remotefooCls; -// -// //Arguments -// remoteclsTest = new remotefooCls(remoteglobalVar); +// --- (line: 89) skipped --- // remotefoo(remoteglobalVar); // // //Increments @@ -7052,26 +3058,7 @@ // remotemodTest.remotemodVar++; // remoteglobalVar = remoteglobalVar + remoteglobalVar; // -// //ETC - Other cases -// remoteglobalVar = 3; -// -// //Find References misses method param -// var -// -// -// -// array = ["f", "o", "o"]; -// -// array.forEach( -// -// -// function(str) { -// -// -// -// return str + " "; -// -// }); +// --- (line: 97) skipped --- // === /tests/cases/fourslash/remoteGetReferences_2.ts === // var remoteglobalVar: number = 2; @@ -7089,10 +3076,9 @@ // this.remoteclsParam++; // remotemodTest.remotemodVar++; // } -// } -// -// function remotefoo(remotex: number) { -// //Declare +// --- (line: 16) skipped --- + +// --- (line: 19) skipped --- // var remotefnVar = 1; // // //Increments @@ -7100,14 +3086,9 @@ // remoteglobalVar++; // remotemodTest.remotemodVar++; // remotefnVar++; -// -// //Return -// return remotex++; -// } -// -// module remotemodTest { -// //Declare -// export var remotemodVar: number; +// --- (line: 27) skipped --- + +// --- (line: 34) skipped --- // // //Increments // remoteglobalVar++; @@ -7115,11 +3096,9 @@ // remotemodVar++; // // class remotetestCls { -// static remoteboo = remotefoo; -// } -// -// function remotetestFn(){ -// static remoteboo = remotefoo; +// --- (line: 42) skipped --- + +// --- (line: 46) skipped --- // // //Increments // remoteglobalVar++; @@ -7127,10 +3106,7 @@ // remotemodVar++; // } // -// module remotetestMod { -// var remoteboo = remotefoo; -// } -// } +// --- (line: 54) skipped --- // === Definitions === // === /tests/cases/fourslash/remoteGetReferences_2.ts === @@ -7143,31 +3119,9 @@ // // constructor(public remoteclsParam: number) { // //Increments - // remoteglobalVar++; - // this.remoteclsVar++; - // remotefooCls.remoteclsSVar++; - // this.remoteclsParam++; - // remotemodTest.remotemodVar++; - // } - // } - // - // function remotefoo(remotex: number) { - // //Declare - // var remotefnVar = 1; - // - // //Increments - // remotefooCls.remoteclsSVar++; - // remoteglobalVar++; - // remotemodTest.remotemodVar++; - // remotefnVar++; - // - // //Return - // return remotex++; - // } - // - // module remotemodTest { - // //Declare - // export var remotemodVar: number; + // --- (line: 10) skipped --- + + // --- (line: 34) skipped --- // // //Increments // remoteglobalVar++; @@ -7175,22 +3129,7 @@ // remotemodVar++; // // class remotetestCls { - // static remoteboo = remotefoo; - // } - // - // function remotetestFn(){ - // static remoteboo = remotefoo; - // - // //Increments - // remoteglobalVar++; - // remotefooCls.remoteclsSVar++; - // remotemodVar++; - // } - // - // module remotetestMod { - // var remoteboo = remotefoo; - // } - // } + // --- (line: 42) skipped --- // === Details === [ @@ -7248,91 +3187,7 @@ // === findAllReferences === // === /tests/cases/fourslash/remoteGetReferences_1.ts === -// // Comment Refence Test: globalVar -// var globalVar: number = 2; -// -// class fooCls { -// static clsSVar = 1; -// //Declare -// clsVar = 1; -// -// constructor (public clsParam: number) { -// //Increments -// globalVar++; -// this.clsVar++; -// fooCls.clsSVar++; -// this.clsParam++; -// modTest.modVar++; -// } -// } -// -// function foo(x: number) { -// //Declare -// var fnVar = 1; -// -// //Increments -// fooCls.clsSVar++; -// globalVar++; -// modTest.modVar++; -// fnVar++; -// -// //Return -// return x++; -// } -// -// module modTest { -// //Declare -// export var modVar:number; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// -// class testCls { -// static boo = foo; -// } -// -// function testFn(){ -// static boo = foo; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// } -// -// module testMod { -// var boo = foo; -// } -// } -// -// //Type test -// var clsTest: fooCls; -// -// //Arguments -// clsTest = new fooCls(globalVar); -// foo(globalVar); -// -// //Increments -// fooCls.clsSVar++; -// modTest.modVar++; -// globalVar = globalVar + globalVar; -// -// //ETC - Other cases -// globalVar = 3; -// foo = foo + 1; -// err = err++; -// -// //Shadowed fn Parameter -// function shdw(globalVar: number) { -// //Increments -// globalVar++; -// return globalVar; -// } -// -// //Remotes -// //Type test +// --- (line: 85) skipped --- // var remoteclsTest: remotefooCls; // // //Arguments @@ -7349,21 +3204,7 @@ // // //Find References misses method param // var -// -// -// -// array = ["f", "o", "o"]; -// -// array.forEach( -// -// -// function(str) { -// -// -// -// return str + " "; -// -// }); +// --- (line: 102) skipped --- // === /tests/cases/fourslash/remoteGetReferences_2.ts === // <|var [|{| isWriteAccess: true |}remoteglobalVar|]: number = 2;|> @@ -7379,13 +3220,9 @@ // this.remoteclsVar++; // remotefooCls.remoteclsSVar++; // this.remoteclsParam++; -// remotemodTest.remotemodVar++; -// } -// } -// -// function remotefoo(remotex: number) { -// //Declare -// var remotefnVar = 1; +// --- (line: 14) skipped --- + +// --- (line: 20) skipped --- // // //Increments // remotefooCls.remoteclsSVar++; @@ -7393,12 +3230,9 @@ // remotemodTest.remotemodVar++; // remotefnVar++; // -// //Return -// return remotex++; -// } -// -// module remotemodTest { -// //Declare +// --- (line: 28) skipped --- + +// --- (line: 33) skipped --- // export var remotemodVar: number; // // //Increments @@ -7406,11 +3240,9 @@ // remotefooCls.remoteclsSVar++; // remotemodVar++; // -// class remotetestCls { -// static remoteboo = remotefoo; -// } -// -// function remotetestFn(){ +// --- (line: 41) skipped --- + +// --- (line: 45) skipped --- // static remoteboo = remotefoo; // // //Increments @@ -7418,11 +3250,7 @@ // remotefooCls.remoteclsSVar++; // remotemodVar++; // } -// -// module remotetestMod { -// var remoteboo = remotefoo; -// } -// } +// --- (line: 53) skipped --- // === Definitions === // === /tests/cases/fourslash/remoteGetReferences_2.ts === @@ -7430,47 +3258,9 @@ // // class remotefooCls { // //Declare - // remoteclsVar = 1; - // static remoteclsSVar = 1; - // - // constructor(public remoteclsParam: number) { - // //Increments - // remoteglobalVar++; - // this.remoteclsVar++; - // remotefooCls.remoteclsSVar++; - // this.remoteclsParam++; - // remotemodTest.remotemodVar++; - // } - // } - // - // function remotefoo(remotex: number) { - // //Declare - // var remotefnVar = 1; - // - // //Increments - // remotefooCls.remoteclsSVar++; - // remoteglobalVar++; - // remotemodTest.remotemodVar++; - // remotefnVar++; - // - // //Return - // return remotex++; - // } - // - // module remotemodTest { - // //Declare - // export var remotemodVar: number; - // - // //Increments - // remoteglobalVar++; - // remotefooCls.remoteclsSVar++; - // remotemodVar++; - // - // class remotetestCls { - // static remoteboo = remotefoo; - // } - // - // function remotetestFn(){ + // --- (line: 5) skipped --- + + // --- (line: 45) skipped --- // static remoteboo = remotefoo; // // //Increments @@ -7478,11 +3268,7 @@ // remotefooCls.remoteclsSVar++; // remotemodVar++; // } - // - // module remotetestMod { - // var remoteboo = remotefoo; - // } - // } + // --- (line: 53) skipped --- // === Details === [ @@ -7524,88 +3310,7 @@ // === findAllReferences === // === /tests/cases/fourslash/remoteGetReferences_1.ts === -// // Comment Refence Test: globalVar -// var globalVar: number = 2; -// -// class fooCls { -// static clsSVar = 1; -// //Declare -// clsVar = 1; -// -// constructor (public clsParam: number) { -// //Increments -// globalVar++; -// this.clsVar++; -// fooCls.clsSVar++; -// this.clsParam++; -// modTest.modVar++; -// } -// } -// -// function foo(x: number) { -// //Declare -// var fnVar = 1; -// -// //Increments -// fooCls.clsSVar++; -// globalVar++; -// modTest.modVar++; -// fnVar++; -// -// //Return -// return x++; -// } -// -// module modTest { -// //Declare -// export var modVar:number; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// -// class testCls { -// static boo = foo; -// } -// -// function testFn(){ -// static boo = foo; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// } -// -// module testMod { -// var boo = foo; -// } -// } -// -// //Type test -// var clsTest: fooCls; -// -// //Arguments -// clsTest = new fooCls(globalVar); -// foo(globalVar); -// -// //Increments -// fooCls.clsSVar++; -// modTest.modVar++; -// globalVar = globalVar + globalVar; -// -// //ETC - Other cases -// globalVar = 3; -// foo = foo + 1; -// err = err++; -// -// //Shadowed fn Parameter -// function shdw(globalVar: number) { -// //Increments -// globalVar++; -// return globalVar; -// } +// --- (line: 82) skipped --- // // //Remotes // //Type test @@ -7620,26 +3325,7 @@ // remotemodTest.remotemodVar++; // remoteglobalVar = remoteglobalVar + remoteglobalVar; // -// //ETC - Other cases -// remoteglobalVar = 3; -// -// //Find References misses method param -// var -// -// -// -// array = ["f", "o", "o"]; -// -// array.forEach( -// -// -// function(str) { -// -// -// -// return str + " "; -// -// }); +// --- (line: 97) skipped --- // === /tests/cases/fourslash/remoteGetReferences_2.ts === // var remoteglobalVar: number = 2; @@ -7668,14 +3354,9 @@ // remoteglobalVar++; // remotemodTest.remotemodVar++; // remotefnVar++; -// -// //Return -// return remotex++; -// } -// -// module remotemodTest { -// //Declare -// export var remotemodVar: number; +// --- (line: 27) skipped --- + +// --- (line: 34) skipped --- // // //Increments // remoteglobalVar++; @@ -7683,11 +3364,9 @@ // remotemodVar++; // // class remotetestCls { -// static remoteboo = remotefoo; -// } -// -// function remotetestFn(){ -// static remoteboo = remotefoo; +// --- (line: 42) skipped --- + +// --- (line: 46) skipped --- // // //Increments // remoteglobalVar++; @@ -7695,10 +3374,7 @@ // remotemodVar++; // } // -// module remotetestMod { -// var remoteboo = remotefoo; -// } -// } +// --- (line: 54) skipped --- // === Definitions === // === /tests/cases/fourslash/remoteGetReferences_2.ts === @@ -7721,33 +3397,9 @@ // // function remotefoo(remotex: number) { // //Declare - // var remotefnVar = 1; - // - // //Increments - // remotefooCls.remoteclsSVar++; - // remoteglobalVar++; - // remotemodTest.remotemodVar++; - // remotefnVar++; - // - // //Return - // return remotex++; - // } - // - // module remotemodTest { - // //Declare - // export var remotemodVar: number; - // - // //Increments - // remoteglobalVar++; - // remotefooCls.remoteclsSVar++; - // remotemodVar++; - // - // class remotetestCls { - // static remoteboo = remotefoo; - // } - // - // function remotetestFn(){ - // static remoteboo = remotefoo; + // --- (line: 20) skipped --- + + // --- (line: 46) skipped --- // // //Increments // remoteglobalVar++; @@ -7755,10 +3407,7 @@ // remotemodVar++; // } // - // module remotetestMod { - // var remoteboo = remotefoo; - // } - // } + // --- (line: 54) skipped --- // === Details === [ @@ -7788,95 +3437,7 @@ // === findAllReferences === // === /tests/cases/fourslash/remoteGetReferences_1.ts === -// // Comment Refence Test: globalVar -// var globalVar: number = 2; -// -// class fooCls { -// static clsSVar = 1; -// //Declare -// clsVar = 1; -// -// constructor (public clsParam: number) { -// //Increments -// globalVar++; -// this.clsVar++; -// fooCls.clsSVar++; -// this.clsParam++; -// modTest.modVar++; -// } -// } -// -// function foo(x: number) { -// //Declare -// var fnVar = 1; -// -// //Increments -// fooCls.clsSVar++; -// globalVar++; -// modTest.modVar++; -// fnVar++; -// -// //Return -// return x++; -// } -// -// module modTest { -// //Declare -// export var modVar:number; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// -// class testCls { -// static boo = foo; -// } -// -// function testFn(){ -// static boo = foo; -// -// //Increments -// globalVar++; -// fooCls.clsSVar++; -// modVar++; -// } -// -// module testMod { -// var boo = foo; -// } -// } -// -// //Type test -// var clsTest: fooCls; -// -// //Arguments -// clsTest = new fooCls(globalVar); -// foo(globalVar); -// -// //Increments -// fooCls.clsSVar++; -// modTest.modVar++; -// globalVar = globalVar + globalVar; -// -// //ETC - Other cases -// globalVar = 3; -// foo = foo + 1; -// err = err++; -// -// //Shadowed fn Parameter -// function shdw(globalVar: number) { -// //Increments -// globalVar++; -// return globalVar; -// } -// -// //Remotes -// //Type test -// var remoteclsTest: remotefooCls; -// -// //Arguments -// remoteclsTest = new remotefooCls(remoteglobalVar); +// --- (line: 89) skipped --- // remotefoo(remoteglobalVar); // // //Increments @@ -7884,26 +3445,7 @@ // remotemodTest.remotemodVar++; // remoteglobalVar = remoteglobalVar + remoteglobalVar; // -// //ETC - Other cases -// remoteglobalVar = 3; -// -// //Find References misses method param -// var -// -// -// -// array = ["f", "o", "o"]; -// -// array.forEach( -// -// -// function(str) { -// -// -// -// return str + " "; -// -// }); +// --- (line: 97) skipped --- // === /tests/cases/fourslash/remoteGetReferences_2.ts === // var remoteglobalVar: number = 2; @@ -7921,10 +3463,9 @@ // this.remoteclsParam++; // remotemodTest.remotemodVar++; // } -// } -// -// function remotefoo(remotex: number) { -// //Declare +// --- (line: 16) skipped --- + +// --- (line: 19) skipped --- // var remotefnVar = 1; // // //Increments @@ -7932,14 +3473,9 @@ // remoteglobalVar++; // remotemodTest.remotemodVar++; // remotefnVar++; -// -// //Return -// return remotex++; -// } -// -// module remotemodTest { -// //Declare -// export var remotemodVar: number; +// --- (line: 27) skipped --- + +// --- (line: 34) skipped --- // // //Increments // remoteglobalVar++; @@ -7947,11 +3483,9 @@ // remotemodVar++; // // class remotetestCls { -// static remoteboo = remotefoo; -// } -// -// function remotetestFn(){ -// static remoteboo = remotefoo; +// --- (line: 42) skipped --- + +// --- (line: 46) skipped --- // // //Increments // remoteglobalVar++; @@ -7959,10 +3493,7 @@ // remotemodVar++; // } // -// module remotetestMod { -// var remoteboo = remotefoo; -// } -// } +// --- (line: 54) skipped --- // === Definitions === // === /tests/cases/fourslash/remoteGetReferences_2.ts === @@ -7975,43 +3506,9 @@ // // constructor(public remoteclsParam: number) { // //Increments - // remoteglobalVar++; - // this.remoteclsVar++; - // remotefooCls.remoteclsSVar++; - // this.remoteclsParam++; - // remotemodTest.remotemodVar++; - // } - // } - // - // function remotefoo(remotex: number) { - // //Declare - // var remotefnVar = 1; - // - // //Increments - // remotefooCls.remoteclsSVar++; - // remoteglobalVar++; - // remotemodTest.remotemodVar++; - // remotefnVar++; - // - // //Return - // return remotex++; - // } - // - // module remotemodTest { - // //Declare - // export var remotemodVar: number; - // - // //Increments - // remoteglobalVar++; - // remotefooCls.remoteclsSVar++; - // remotemodVar++; - // - // class remotetestCls { - // static remoteboo = remotefoo; - // } - // - // function remotetestFn(){ - // static remoteboo = remotefoo; + // --- (line: 10) skipped --- + + // --- (line: 46) skipped --- // // //Increments // remoteglobalVar++; @@ -8019,10 +3516,7 @@ // remotemodVar++; // } // - // module remotetestMod { - // var remoteboo = remotefoo; - // } - // } + // --- (line: 54) skipped --- // === Details === [ diff --git a/tests/baselines/reference/renameDeclarationKeywords.baseline.jsonc b/tests/baselines/reference/renameDeclarationKeywords.baseline.jsonc index de12c5f4cebfc..e32178f9183bf 100644 --- a/tests/baselines/reference/renameDeclarationKeywords.baseline.jsonc +++ b/tests/baselines/reference/renameDeclarationKeywords.baseline.jsonc @@ -9,12 +9,7 @@ // interface I1 extends Base { } // type T = { } // enum E { } -// namespace N { } -// module M { } -// function fn() {} -// var x; -// let y; -// const z = 1; +// --- (line: 10) skipped --- @@ -30,11 +25,7 @@ // type T = { } // enum E { } // namespace N { } -// module M { } -// function fn() {} -// var x; -// let y; -// const z = 1; +// --- (line: 11) skipped --- @@ -46,15 +37,7 @@ // get e() { return 1; } // set e(v) {} // } -// interface I1 extends Base { } -// type T = { } -// enum E { } -// namespace N { } -// module M { } -// function fn() {} -// var x; -// let y; -// const z = 1; +// --- (line: 7) skipped --- @@ -68,13 +51,7 @@ // } // interface I1 extends Base { } // type T = { } -// enum E { } -// namespace N { } -// module M { } -// function fn() {} -// var x; -// let y; -// const z = 1; +// --- (line: 9) skipped --- @@ -88,21 +65,13 @@ // } // interface I1 extends Base { } // type T = { } -// enum E { } -// namespace N { } -// module M { } -// function fn() {} -// var x; -// let y; -// const z = 1; +// --- (line: 9) skipped --- // === findRenameLocations === // === /tests/cases/fourslash/renameDeclarationKeywords.ts === -// class Base {} -// interface Implemented1 {} -// class C1 extends Base implements Implemented1 { +// --- (line: 3) skipped --- // get e() { return 1; } // set e(v) {} // } @@ -110,11 +79,7 @@ // type T = { } // enum E { } // namespace N { } -// module M { } -// function fn() {} -// var x; -// let y; -// const z = 1; +// --- (line: 11) skipped --- @@ -130,20 +95,13 @@ // type T = { } // enum E { } // namespace N { } -// module M { } -// function fn() {} -// var x; -// let y; -// const z = 1; +// --- (line: 11) skipped --- // === findRenameLocations === // === /tests/cases/fourslash/renameDeclarationKeywords.ts === -// class Base {} -// interface Implemented1 {} -// class C1 extends Base implements Implemented1 { -// get e() { return 1; } +// --- (line: 4) skipped --- // set e(v) {} // } // interface I1 extends Base { } @@ -151,20 +109,13 @@ // enum E { } // namespace N { } // module M { } -// function fn() {} -// var x; -// let y; -// const z = 1; +// --- (line: 12) skipped --- // === findRenameLocations === // === /tests/cases/fourslash/renameDeclarationKeywords.ts === -// class Base {} -// interface Implemented1 {} -// class C1 extends Base implements Implemented1 { -// get e() { return 1; } -// set e(v) {} +// --- (line: 5) skipped --- // } // interface I1 extends Base { } // type T = { } @@ -172,20 +123,13 @@ // namespace N { } // module M { } // function fn() {} -// var x; -// let y; -// const z = 1; +// --- (line: 13) skipped --- // === findRenameLocations === // === /tests/cases/fourslash/renameDeclarationKeywords.ts === -// class Base {} -// interface Implemented1 {} -// class C1 extends Base implements Implemented1 { -// get e() { return 1; } -// set e(v) {} -// } +// --- (line: 6) skipped --- // interface I1 extends Base { } // type T = { } // enum E { } @@ -200,13 +144,7 @@ // === findRenameLocations === // === /tests/cases/fourslash/renameDeclarationKeywords.ts === -// class Base {} -// interface Implemented1 {} -// class C1 extends Base implements Implemented1 { -// get e() { return 1; } -// set e(v) {} -// } -// interface I1 extends Base { } +// --- (line: 7) skipped --- // type T = { } // enum E { } // namespace N { } @@ -220,14 +158,7 @@ // === findRenameLocations === // === /tests/cases/fourslash/renameDeclarationKeywords.ts === -// class Base {} -// interface Implemented1 {} -// class C1 extends Base implements Implemented1 { -// get e() { return 1; } -// set e(v) {} -// } -// interface I1 extends Base { } -// type T = { } +// --- (line: 8) skipped --- // enum E { } // namespace N { } // module M { } @@ -240,15 +171,7 @@ // === findRenameLocations === // === /tests/cases/fourslash/renameDeclarationKeywords.ts === -// class Base {} -// interface Implemented1 {} -// class C1 extends Base implements Implemented1 { -// get e() { return 1; } -// set e(v) {} -// } -// interface I1 extends Base { } -// type T = { } -// enum E { } +// --- (line: 9) skipped --- // namespace N { } // module M { } // function fn() {} @@ -260,16 +183,7 @@ // === findRenameLocations === // === /tests/cases/fourslash/renameDeclarationKeywords.ts === -// class Base {} -// interface Implemented1 {} -// class C1 extends Base implements Implemented1 { -// get e() { return 1; } -// set e(v) {} -// } -// interface I1 extends Base { } -// type T = { } -// enum E { } -// namespace N { } +// --- (line: 10) skipped --- // module M { } // function fn() {} // var x; @@ -280,17 +194,7 @@ // === findRenameLocations === // === /tests/cases/fourslash/renameDeclarationKeywords.ts === -// class Base {} -// interface Implemented1 {} -// class C1 extends Base implements Implemented1 { -// get e() { return 1; } -// set e(v) {} -// } -// interface I1 extends Base { } -// type T = { } -// enum E { } -// namespace N { } -// module M { } +// --- (line: 11) skipped --- // function fn() {} // var x; // let y; diff --git a/tests/baselines/reference/renameDestructuringAssignmentInFor.baseline.jsonc b/tests/baselines/reference/renameDestructuringAssignmentInFor.baseline.jsonc index 1393ebd269fd4..1e25d9fb123af 100644 --- a/tests/baselines/reference/renameDestructuringAssignmentInFor.baseline.jsonc +++ b/tests/baselines/reference/renameDestructuringAssignmentInFor.baseline.jsonc @@ -34,9 +34,7 @@ // === findRenameLocations === // === /tests/cases/fourslash/renameDestructuringAssignmentInFor.ts === -// interface I { -// property1: number; -// property2: string; +// --- (line: 3) skipped --- // } // var elems: I[]; // @@ -51,9 +49,7 @@ // === findRenameLocations === // === /tests/cases/fourslash/renameDestructuringAssignmentInFor.ts === -// interface I { -// property1: number; -// property2: string; +// --- (line: 3) skipped --- // } // var elems: I[]; // @@ -68,9 +64,7 @@ // === findRenameLocations === // === /tests/cases/fourslash/renameDestructuringAssignmentInFor.ts === -// interface I { -// property1: number; -// property2: string; +// --- (line: 3) skipped --- // } // var elems: I[]; // diff --git a/tests/baselines/reference/renameDestructuringAssignmentInForOf.baseline.jsonc b/tests/baselines/reference/renameDestructuringAssignmentInForOf.baseline.jsonc index 85b2f3a9eb235..2a467e895cbf4 100644 --- a/tests/baselines/reference/renameDestructuringAssignmentInForOf.baseline.jsonc +++ b/tests/baselines/reference/renameDestructuringAssignmentInForOf.baseline.jsonc @@ -34,9 +34,7 @@ // === findRenameLocations === // === /tests/cases/fourslash/renameDestructuringAssignmentInForOf.ts === -// interface I { -// property1: number; -// property2: string; +// --- (line: 3) skipped --- // } // var elems: I[]; // @@ -51,9 +49,7 @@ // === findRenameLocations === // === /tests/cases/fourslash/renameDestructuringAssignmentInForOf.ts === -// interface I { -// property1: number; -// property2: string; +// --- (line: 3) skipped --- // } // var elems: I[]; // @@ -68,9 +64,7 @@ // === findRenameLocations === // === /tests/cases/fourslash/renameDestructuringAssignmentInForOf.ts === -// interface I { -// property1: number; -// property2: string; +// --- (line: 3) skipped --- // } // var elems: I[]; // diff --git a/tests/baselines/reference/renameDestructuringAssignmentNestedInFor.baseline.jsonc b/tests/baselines/reference/renameDestructuringAssignmentNestedInFor.baseline.jsonc index ecdcc0426e2f8..040be59a3a6e8 100644 --- a/tests/baselines/reference/renameDestructuringAssignmentNestedInFor.baseline.jsonc +++ b/tests/baselines/reference/renameDestructuringAssignmentNestedInFor.baseline.jsonc @@ -38,10 +38,7 @@ // === findRenameLocations === // === /tests/cases/fourslash/renameDestructuringAssignmentNestedInFor.ts === -// interface MultiRobot { -// name: string; -// skills: { -// primary: string; +// --- (line: 4) skipped --- // secondary: string; // }; // } @@ -57,10 +54,7 @@ // === findRenameLocations === // === /tests/cases/fourslash/renameDestructuringAssignmentNestedInFor.ts === -// interface MultiRobot { -// name: string; -// skills: { -// primary: string; +// --- (line: 4) skipped --- // secondary: string; // }; // } @@ -76,10 +70,7 @@ // === findRenameLocations === // === /tests/cases/fourslash/renameDestructuringAssignmentNestedInFor.ts === -// interface MultiRobot { -// name: string; -// skills: { -// primary: string; +// --- (line: 4) skipped --- // secondary: string; // }; // } diff --git a/tests/baselines/reference/renameDestructuringAssignmentNestedInFor2.baseline.jsonc b/tests/baselines/reference/renameDestructuringAssignmentNestedInFor2.baseline.jsonc index f0dbe6c40a77f..d395580f487d9 100644 --- a/tests/baselines/reference/renameDestructuringAssignmentNestedInFor2.baseline.jsonc +++ b/tests/baselines/reference/renameDestructuringAssignmentNestedInFor2.baseline.jsonc @@ -38,10 +38,7 @@ // === findRenameLocations === // === /tests/cases/fourslash/renameDestructuringAssignmentNestedInFor2.ts === -// interface MultiRobot { -// name: string; -// skills: { -// primary: string; +// --- (line: 4) skipped --- // secondary: string; // }; // } @@ -57,10 +54,7 @@ // === findRenameLocations === // === /tests/cases/fourslash/renameDestructuringAssignmentNestedInFor2.ts === -// interface MultiRobot { -// name: string; -// skills: { -// primary: string; +// --- (line: 4) skipped --- // secondary: string; // }; // } @@ -76,10 +70,7 @@ // === findRenameLocations === // === /tests/cases/fourslash/renameDestructuringAssignmentNestedInFor2.ts === -// interface MultiRobot { -// name: string; -// skills: { -// primary: string; +// --- (line: 4) skipped --- // secondary: string; // }; // } diff --git a/tests/baselines/reference/renameDestructuringAssignmentNestedInForOf.baseline.jsonc b/tests/baselines/reference/renameDestructuringAssignmentNestedInForOf.baseline.jsonc index 1b8ff54c83cc9..a4eea558c4c58 100644 --- a/tests/baselines/reference/renameDestructuringAssignmentNestedInForOf.baseline.jsonc +++ b/tests/baselines/reference/renameDestructuringAssignmentNestedInForOf.baseline.jsonc @@ -40,11 +40,7 @@ // === findRenameLocations === // === /tests/cases/fourslash/renameDestructuringAssignmentNestedInForOf.ts === -// interface MultiRobot { -// name: string; -// skills: { -// primary: string; -// secondary: string; +// --- (line: 5) skipped --- // }; // } // let multiRobots: MultiRobot[]; @@ -60,11 +56,7 @@ // === findRenameLocations === // === /tests/cases/fourslash/renameDestructuringAssignmentNestedInForOf.ts === -// interface MultiRobot { -// name: string; -// skills: { -// primary: string; -// secondary: string; +// --- (line: 5) skipped --- // }; // } // let multiRobots: MultiRobot[]; @@ -80,11 +72,7 @@ // === findRenameLocations === // === /tests/cases/fourslash/renameDestructuringAssignmentNestedInForOf.ts === -// interface MultiRobot { -// name: string; -// skills: { -// primary: string; -// secondary: string; +// --- (line: 5) skipped --- // }; // } // let multiRobots: MultiRobot[]; diff --git a/tests/baselines/reference/renameDestructuringAssignmentNestedInForOf2.baseline.jsonc b/tests/baselines/reference/renameDestructuringAssignmentNestedInForOf2.baseline.jsonc index d079cc1f8113b..a76bd86b1df10 100644 --- a/tests/baselines/reference/renameDestructuringAssignmentNestedInForOf2.baseline.jsonc +++ b/tests/baselines/reference/renameDestructuringAssignmentNestedInForOf2.baseline.jsonc @@ -38,10 +38,7 @@ // === findRenameLocations === // === /tests/cases/fourslash/renameDestructuringAssignmentNestedInForOf2.ts === -// interface MultiRobot { -// name: string; -// skills: { -// primary: string; +// --- (line: 4) skipped --- // secondary: string; // }; // } @@ -57,10 +54,7 @@ // === findRenameLocations === // === /tests/cases/fourslash/renameDestructuringAssignmentNestedInForOf2.ts === -// interface MultiRobot { -// name: string; -// skills: { -// primary: string; +// --- (line: 4) skipped --- // secondary: string; // }; // } @@ -76,10 +70,7 @@ // === findRenameLocations === // === /tests/cases/fourslash/renameDestructuringAssignmentNestedInForOf2.ts === -// interface MultiRobot { -// name: string; -// skills: { -// primary: string; +// --- (line: 4) skipped --- // secondary: string; // }; // } diff --git a/tests/baselines/reference/renameDestructuringClassProperty.baseline.jsonc b/tests/baselines/reference/renameDestructuringClassProperty.baseline.jsonc index f5ad24c68392c..5c0dad746e8cb 100644 --- a/tests/baselines/reference/renameDestructuringClassProperty.baseline.jsonc +++ b/tests/baselines/reference/renameDestructuringClassProperty.baseline.jsonc @@ -49,25 +49,13 @@ // } // syntax2(a: A): void { // let { foo: foo } = a; -// } -// syntax11(a: A): void { -// let { foo } = a; -// foo = "newString"; -// } -// } +// --- (line: 10) skipped --- // === findRenameLocations === // === /tests/cases/fourslash/renameDestructuringClassProperty.ts === -// class A { -// foo: string; -// } -// class B { -// syntax1(a: A): void { -// let { foo } = a; -// } -// syntax2(a: A): void { +// --- (line: 8) skipped --- // let { foo: foo } = a; // } // syntax11(a: A): void { @@ -80,14 +68,7 @@ // === findRenameLocations === // === /tests/cases/fourslash/renameDestructuringClassProperty.ts === -// class A { -// foo: string; -// } -// class B { -// syntax1(a: A): void { -// let { foo } = a; -// } -// syntax2(a: A): void { +// --- (line: 8) skipped --- // let { foo: foo } = a; // } // syntax11(a: A): void { diff --git a/tests/baselines/reference/renameDestructuringDeclarationInFor.baseline.jsonc b/tests/baselines/reference/renameDestructuringDeclarationInFor.baseline.jsonc index f7a7994d26fc5..088123cd0a555 100644 --- a/tests/baselines/reference/renameDestructuringDeclarationInFor.baseline.jsonc +++ b/tests/baselines/reference/renameDestructuringDeclarationInFor.baseline.jsonc @@ -34,12 +34,7 @@ // === findRenameLocations === // === /tests/cases/fourslash/renameDestructuringDeclarationInFor.ts === -// interface I { -// property1: number; -// property2: string; -// } -// var elems: I[]; -// +// --- (line: 6) skipped --- // var p2: number, property1: number; // for (let { property1: p2 } = elems[0]; p2 < 100; p2++) { // } @@ -51,12 +46,7 @@ // === findRenameLocations === // === /tests/cases/fourslash/renameDestructuringDeclarationInFor.ts === -// interface I { -// property1: number; -// property2: string; -// } -// var elems: I[]; -// +// --- (line: 6) skipped --- // var p2: number, property1: number; // for (let { property1: p2 } = elems[0]; p2 < 100; p2++) { // } diff --git a/tests/baselines/reference/renameDestructuringDeclarationInForOf.baseline.jsonc b/tests/baselines/reference/renameDestructuringDeclarationInForOf.baseline.jsonc index 6cdc2a36e9ff5..da9270f315250 100644 --- a/tests/baselines/reference/renameDestructuringDeclarationInForOf.baseline.jsonc +++ b/tests/baselines/reference/renameDestructuringDeclarationInForOf.baseline.jsonc @@ -32,9 +32,7 @@ // === findRenameLocations === // === /tests/cases/fourslash/renameDestructuringDeclarationInForOf.ts === -// interface I { -// property1: number; -// property2: string; +// --- (line: 3) skipped --- // } // var elems: I[]; // @@ -48,9 +46,7 @@ // === findRenameLocations === // === /tests/cases/fourslash/renameDestructuringDeclarationInForOf.ts === -// interface I { -// property1: number; -// property2: string; +// --- (line: 3) skipped --- // } // var elems: I[]; // diff --git a/tests/baselines/reference/renameDestructuringNestedBindingElement.baseline.jsonc b/tests/baselines/reference/renameDestructuringNestedBindingElement.baseline.jsonc index c1d07c7790c5c..458b0f559318c 100644 --- a/tests/baselines/reference/renameDestructuringNestedBindingElement.baseline.jsonc +++ b/tests/baselines/reference/renameDestructuringNestedBindingElement.baseline.jsonc @@ -38,14 +38,7 @@ // === findRenameLocations === // === /tests/cases/fourslash/renameDestructuringNestedBindingElement.ts === -// interface MultiRobot { -// name: string; -// skills: { -// primary: string; -// secondary: string; -// }; -// } -// let multiRobots: MultiRobot[]; +// --- (line: 8) skipped --- // for (let { skills: {primary: primaryA, secondary: secondaryA } } of multiRobots) { // console.log(primaryA); // } @@ -57,14 +50,7 @@ // === findRenameLocations === // === /tests/cases/fourslash/renameDestructuringNestedBindingElement.ts === -// interface MultiRobot { -// name: string; -// skills: { -// primary: string; -// secondary: string; -// }; -// } -// let multiRobots: MultiRobot[]; +// --- (line: 8) skipped --- // for (let { skills: {primary: primaryA, secondary: secondaryA } } of multiRobots) { // console.log(primaryA); // } diff --git a/tests/baselines/reference/renameImportOfExportEquals.baseline.jsonc b/tests/baselines/reference/renameImportOfExportEquals.baseline.jsonc index 9ce36eca86e6c..0d652457629f2 100644 --- a/tests/baselines/reference/renameImportOfExportEquals.baseline.jsonc +++ b/tests/baselines/reference/renameImportOfExportEquals.baseline.jsonc @@ -506,10 +506,9 @@ // } // declare module "mod" { // export = N; -// } -// declare module "a" { -// import * as N from "mod"; -// export { N }; // Renaming N here would rename +// --- (line: 6) skipped --- + +// --- (line: 9) skipped --- // } // declare module "b" { // import { N } from "a"; @@ -523,15 +522,7 @@ // } // declare module "mod" { // export = N; - // } - // declare module "a" { - // import * as N from "mod"; - // export { N }; // Renaming N here would rename - // } - // declare module "b" { - // import { N } from "a"; - // export const y: typeof N.x; - // } + // --- (line: 6) skipped --- // === Details === [ @@ -619,10 +610,7 @@ // === findRenameLocations === // === /tests/cases/fourslash/renameImportOfExportEquals.ts === -// declare namespace N { -// export var x: number; -// } -// declare module "mod" { +// --- (line: 4) skipped --- // export = N; // } // declare module "a" { @@ -638,11 +626,7 @@ // === findRenameLocations === // === /tests/cases/fourslash/renameImportOfExportEquals.ts === -// declare namespace N { -// export var x: number; -// } -// declare module "mod" { -// export = N; +// --- (line: 5) skipped --- // } // declare module "a" { // import * as N from "mod"; @@ -657,14 +641,7 @@ // === findRenameLocations === // === /tests/cases/fourslash/renameImportOfExportEquals.ts === -// declare namespace N { -// export var x: number; -// } -// declare module "mod" { -// export = N; -// } -// declare module "a" { -// import * as N from "mod"; +// --- (line: 8) skipped --- // export { N }; // Renaming N here would rename // } // declare module "b" { @@ -676,14 +653,7 @@ // === findRenameLocations === // === /tests/cases/fourslash/renameImportOfExportEquals.ts === -// declare namespace N { -// export var x: number; -// } -// declare module "mod" { -// export = N; -// } -// declare module "a" { -// import * as N from "mod"; +// --- (line: 8) skipped --- // export { N }; // Renaming N here would rename // } // declare module "b" { @@ -700,10 +670,9 @@ // } // declare module "mod" { // export = N; -// } -// declare module "a" { -// import * as N from "mod"; -// export { N }; // Renaming N here would rename +// --- (line: 6) skipped --- + +// --- (line: 9) skipped --- // } // declare module "b" { // import { N } from "a"; @@ -719,10 +688,9 @@ // } // declare module "mod" { // export = N; -// } -// declare module "a" { -// import * as N from "mod"; -// export { N }; // Renaming N here would rename +// --- (line: 6) skipped --- + +// --- (line: 9) skipped --- // } // declare module "b" { // import { N } from "a"; diff --git a/tests/baselines/reference/renameImportOfExportEquals2.baseline.jsonc b/tests/baselines/reference/renameImportOfExportEquals2.baseline.jsonc index 70741573d4a1d..4e003098d2f13 100644 --- a/tests/baselines/reference/renameImportOfExportEquals2.baseline.jsonc +++ b/tests/baselines/reference/renameImportOfExportEquals2.baseline.jsonc @@ -220,10 +220,7 @@ // === findAllReferences === // === /tests/cases/fourslash/renameImportOfExportEquals2.ts === -// declare namespace N { -// export var x: number; -// } -// declare module "mod" { +// --- (line: 4) skipped --- // export = N; // } // declare module "a" { @@ -237,10 +234,7 @@ // === Definitions === // === /tests/cases/fourslash/renameImportOfExportEquals2.ts === - // declare namespace N { - // export var x: number; - // } - // declare module "mod" { + // --- (line: 4) skipped --- // export = N; // } // declare module "a" { @@ -419,11 +413,7 @@ // === findAllReferences === // === /tests/cases/fourslash/renameImportOfExportEquals2.ts === -// declare namespace N { -// export var x: number; -// } -// declare module "mod" { -// export = N; +// --- (line: 5) skipped --- // } // declare module "a" { // import * as O from "mod"; @@ -436,11 +426,7 @@ // === Definitions === // === /tests/cases/fourslash/renameImportOfExportEquals2.ts === - // declare namespace N { - // export var x: number; - // } - // declare module "mod" { - // export = N; + // --- (line: 5) skipped --- // } // declare module "a" { // import * as O from "mod"; @@ -565,14 +551,7 @@ // === findAllReferences === // === /tests/cases/fourslash/renameImportOfExportEquals2.ts === -// declare namespace N { -// export var x: number; -// } -// declare module "mod" { -// export = N; -// } -// declare module "a" { -// import * as O from "mod"; +// --- (line: 8) skipped --- // export { O as P }; // Renaming N here would rename // } // declare module "b" { @@ -582,14 +561,7 @@ // === Definitions === // === /tests/cases/fourslash/renameImportOfExportEquals2.ts === - // declare namespace N { - // export var x: number; - // } - // declare module "mod" { - // export = N; - // } - // declare module "a" { - // import * as O from "mod"; + // --- (line: 8) skipped --- // export { O as P }; // Renaming N here would rename // } // declare module "b" { @@ -665,12 +637,7 @@ // } // declare module "a" { // import * as O from "mod"; -// export { O as P }; // Renaming N here would rename -// } -// declare module "b" { -// import { P as Q } from "a"; -// export const y: typeof Q.x; -// } +// --- (line: 9) skipped --- @@ -684,21 +651,13 @@ // } // declare module "a" { // import * as O from "mod"; -// export { O as P }; // Renaming N here would rename -// } -// declare module "b" { -// import { P as Q } from "a"; -// export const y: typeof Q.x; -// } +// --- (line: 9) skipped --- // === findRenameLocations === // === /tests/cases/fourslash/renameImportOfExportEquals2.ts === -// declare namespace N { -// export var x: number; -// } -// declare module "mod" { +// --- (line: 4) skipped --- // export = N; // } // declare module "a" { @@ -714,10 +673,7 @@ // === findRenameLocations === // === /tests/cases/fourslash/renameImportOfExportEquals2.ts === -// declare namespace N { -// export var x: number; -// } -// declare module "mod" { +// --- (line: 4) skipped --- // export = N; // } // declare module "a" { @@ -733,11 +689,7 @@ // === findRenameLocations === // === /tests/cases/fourslash/renameImportOfExportEquals2.ts === -// declare namespace N { -// export var x: number; -// } -// declare module "mod" { -// export = N; +// --- (line: 5) skipped --- // } // declare module "a" { // import * as O from "mod"; @@ -752,11 +704,7 @@ // === findRenameLocations === // === /tests/cases/fourslash/renameImportOfExportEquals2.ts === -// declare namespace N { -// export var x: number; -// } -// declare module "mod" { -// export = N; +// --- (line: 5) skipped --- // } // declare module "a" { // import * as O from "mod"; @@ -771,14 +719,7 @@ // === findRenameLocations === // === /tests/cases/fourslash/renameImportOfExportEquals2.ts === -// declare namespace N { -// export var x: number; -// } -// declare module "mod" { -// export = N; -// } -// declare module "a" { -// import * as O from "mod"; +// --- (line: 8) skipped --- // export { O as P }; // Renaming N here would rename // } // declare module "b" { @@ -790,14 +731,7 @@ // === findRenameLocations === // === /tests/cases/fourslash/renameImportOfExportEquals2.ts === -// declare namespace N { -// export var x: number; -// } -// declare module "mod" { -// export = N; -// } -// declare module "a" { -// import * as O from "mod"; +// --- (line: 8) skipped --- // export { O as P }; // Renaming N here would rename // } // declare module "b" { diff --git a/tests/baselines/reference/renameImportOfReExport.baseline.jsonc b/tests/baselines/reference/renameImportOfReExport.baseline.jsonc index 389241dc5f212..5f1c8a25af045 100644 --- a/tests/baselines/reference/renameImportOfReExport.baseline.jsonc +++ b/tests/baselines/reference/renameImportOfReExport.baseline.jsonc @@ -507,10 +507,7 @@ // === findRenameLocations === // === /tests/cases/fourslash/renameImportOfReExport.ts === -// declare module "a" { -// export class C {} -// } -// declare module "b" { +// --- (line: 4) skipped --- // export { C } from "a"; // } // declare module "c" { @@ -522,10 +519,7 @@ // === findRenameLocations === // === /tests/cases/fourslash/renameImportOfReExport.ts === -// declare module "a" { -// export class C {} -// } -// declare module "b" { +// --- (line: 4) skipped --- // export { C } from "a"; // } // declare module "c" { diff --git a/tests/baselines/reference/renameImportOfReExport2.baseline.jsonc b/tests/baselines/reference/renameImportOfReExport2.baseline.jsonc index 38c9e8bcd2668..8c1d933a66d60 100644 --- a/tests/baselines/reference/renameImportOfReExport2.baseline.jsonc +++ b/tests/baselines/reference/renameImportOfReExport2.baseline.jsonc @@ -480,10 +480,7 @@ // === findRenameLocations === // === /tests/cases/fourslash/renameImportOfReExport2.ts === -// declare module "a" { -// export class C {} -// } -// declare module "b" { +// --- (line: 4) skipped --- // export { C as D } from "a"; // } // declare module "c" { @@ -495,10 +492,7 @@ // === findRenameLocations === // === /tests/cases/fourslash/renameImportOfReExport2.ts === -// declare module "a" { -// export class C {} -// } -// declare module "b" { +// --- (line: 4) skipped --- // export { C as D } from "a"; // } // declare module "c" { diff --git a/tests/baselines/reference/renameJsOverloadedFunctionParameter.baseline.jsonc b/tests/baselines/reference/renameJsOverloadedFunctionParameter.baseline.jsonc index e724bb5491f2d..b449a8aed67f1 100644 --- a/tests/baselines/reference/renameJsOverloadedFunctionParameter.baseline.jsonc +++ b/tests/baselines/reference/renameJsOverloadedFunctionParameter.baseline.jsonc @@ -1,11 +1,6 @@ // === findRenameLocations === // === /tests/cases/fourslash/foo.js === -// /** -// * @overload -// * @param {number} x -// * @returns {number} -// * -// * @overload +// --- (line: 6) skipped --- // * @param {string} x // * @returns {string} // * diff --git a/tests/baselines/reference/renameLocationsForClassExpression01.baseline.jsonc b/tests/baselines/reference/renameLocationsForClassExpression01.baseline.jsonc index 37c68d185e751..af95ea6885d8a 100644 --- a/tests/baselines/reference/renameLocationsForClassExpression01.baseline.jsonc +++ b/tests/baselines/reference/renameLocationsForClassExpression01.baseline.jsonc @@ -15,10 +15,7 @@ // // var y = class { // getSomeName() { -// return Foo -// } -// } -// var z = class Foo {} +// --- (line: 16) skipped --- @@ -39,10 +36,7 @@ // // var y = class { // getSomeName() { -// return Foo -// } -// } -// var z = class Foo {} +// --- (line: 16) skipped --- @@ -63,7 +57,4 @@ // // var y = class { // getSomeName() { -// return Foo -// } -// } -// var z = class Foo {} \ No newline at end of file +// --- (line: 16) skipped --- \ No newline at end of file diff --git a/tests/baselines/reference/renameModifiers.baseline.jsonc b/tests/baselines/reference/renameModifiers.baseline.jsonc index 73a50e713316f..4ed884f1090e9 100644 --- a/tests/baselines/reference/renameModifiers.baseline.jsonc +++ b/tests/baselines/reference/renameModifiers.baseline.jsonc @@ -37,12 +37,7 @@ // readonly b; // public c; // protected d; -// private e; -// } -// const enum E { -// } -// async function fn() {} -// export default class C2 {} +// --- (line: 6) skipped --- @@ -54,11 +49,7 @@ // public c; // protected d; // private e; -// } -// const enum E { -// } -// async function fn() {} -// export default class C2 {} +// --- (line: 7) skipped --- @@ -71,10 +62,7 @@ // protected d; // private e; // } -// const enum E { -// } -// async function fn() {} -// export default class C2 {} +// --- (line: 8) skipped --- @@ -88,9 +76,7 @@ // private e; // } // const enum E { -// } -// async function fn() {} -// export default class C2 {} +// --- (line: 9) skipped --- @@ -112,10 +98,7 @@ // === findRenameLocations === // === /tests/cases/fourslash/renameModifiers.ts === -// declare abstract class C1 { -// static a; -// readonly b; -// public c; +// --- (line: 4) skipped --- // protected d; // private e; // } @@ -128,12 +111,7 @@ // === findRenameLocations === // === /tests/cases/fourslash/renameModifiers.ts === -// declare abstract class C1 { -// static a; -// readonly b; -// public c; -// protected d; -// private e; +// --- (line: 6) skipped --- // } // const enum E { // } @@ -144,13 +122,7 @@ // === findRenameLocations === // === /tests/cases/fourslash/renameModifiers.ts === -// declare abstract class C1 { -// static a; -// readonly b; -// public c; -// protected d; -// private e; -// } +// --- (line: 7) skipped --- // const enum E { // } // async function fn() {} @@ -160,13 +132,7 @@ // === findRenameLocations === // === /tests/cases/fourslash/renameModifiers.ts === -// declare abstract class C1 { -// static a; -// readonly b; -// public c; -// protected d; -// private e; -// } +// --- (line: 7) skipped --- // const enum E { // } // async function fn() {} diff --git a/tests/baselines/reference/renameStringLiteralTypes3.baseline.jsonc b/tests/baselines/reference/renameStringLiteralTypes3.baseline.jsonc index d0e78fd947cad..9da8b0db5601e 100644 --- a/tests/baselines/reference/renameStringLiteralTypes3.baseline.jsonc +++ b/tests/baselines/reference/renameStringLiteralTypes3.baseline.jsonc @@ -10,9 +10,7 @@ // return 1; // case "b": // return 2; -// } -// } -// } +// --- (line: 11) skipped --- @@ -28,9 +26,7 @@ // return 1; // case "b": // return 2; -// } -// } -// } +// --- (line: 11) skipped --- @@ -46,6 +42,4 @@ // return 1; // case "b": // return 2; -// } -// } -// } \ No newline at end of file +// --- (line: 11) skipped --- \ No newline at end of file diff --git a/tests/baselines/reference/renameTemplateLiteralsComputedProperties.baseline.jsonc b/tests/baselines/reference/renameTemplateLiteralsComputedProperties.baseline.jsonc index 6319a2bcc7ef8..04585c4695102 100644 --- a/tests/baselines/reference/renameTemplateLiteralsComputedProperties.baseline.jsonc +++ b/tests/baselines/reference/renameTemplateLiteralsComputedProperties.baseline.jsonc @@ -22,10 +22,7 @@ // // o.bool; // o['bool']; -// o["bool"]; -// o[`bool`]; -// -// export { o }; +// --- (line: 23) skipped --- // === /tests/cases/fourslash/b.js === // import { o as obj } from './a'; @@ -62,10 +59,7 @@ // // o.bool; // o['bool']; -// o["bool"]; -// o[`bool`]; -// -// export { o }; +// --- (line: 23) skipped --- // === /tests/cases/fourslash/b.js === // import { o as obj } from './a'; @@ -102,10 +96,7 @@ // // o.bool; // o['bool']; -// o["bool"]; -// o[`bool`]; -// -// export { o }; +// --- (line: 23) skipped --- // === /tests/cases/fourslash/b.js === // import { o as obj } from './a'; @@ -142,10 +133,7 @@ // // o.bool; // o['bool']; -// o["bool"]; -// o[`bool`]; -// -// export { o }; +// --- (line: 23) skipped --- // === /tests/cases/fourslash/b.js === // import { o as obj } from './a'; @@ -182,10 +170,7 @@ // // o.bool; // o['bool']; -// o["bool"]; -// o[`bool`]; -// -// export { o }; +// --- (line: 23) skipped --- // === /tests/cases/fourslash/b.js === // import { o as obj } from './a'; @@ -222,10 +207,7 @@ // // o.bool; // o['bool']; -// o["bool"]; -// o[`bool`]; -// -// export { o }; +// --- (line: 23) skipped --- // === /tests/cases/fourslash/b.js === // import { o as obj } from './a'; @@ -262,10 +244,7 @@ // // o.bool; // o['bool']; -// o["bool"]; -// o[`bool`]; -// -// export { o }; +// --- (line: 23) skipped --- // === /tests/cases/fourslash/b.js === // import { o as obj } from './a'; @@ -302,10 +281,7 @@ // // o.bool; // o['bool']; -// o["bool"]; -// o[`bool`]; -// -// export { o }; +// --- (line: 23) skipped --- // === /tests/cases/fourslash/b.js === // import { o as obj } from './a'; @@ -342,10 +318,7 @@ // // o.bool; // o['bool']; -// o["bool"]; -// o[`bool`]; -// -// export { o }; +// --- (line: 23) skipped --- // === /tests/cases/fourslash/b.js === // import { o as obj } from './a'; diff --git a/tests/baselines/reference/strictBindCallApply1.errors.txt b/tests/baselines/reference/strictBindCallApply1.errors.txt index b0137d9300be9..c569bdb829ac3 100644 --- a/tests/baselines/reference/strictBindCallApply1.errors.txt +++ b/tests/baselines/reference/strictBindCallApply1.errors.txt @@ -1,11 +1,4 @@ -tests/cases/conformance/functions/strictBindCallApply1.ts(11,11): error TS2769: No overload matches this call. - Overload 1 of 6, '(this: (this: undefined, arg0: 10, arg1: string) => string, thisArg: undefined, arg0: 10, arg1: string): () => string', gave the following error. - Argument of type 'number' is not assignable to parameter of type 'string'. - Overload 2 of 6, '(this: (this: undefined, ...args: (10 | 20)[]) => string, thisArg: undefined, ...args: (10 | 20)[]): (...args: (10 | 20)[]) => string', gave the following error. - The 'this' context of type '(a: number, b: string) => string' is not assignable to method's 'this' of type '(this: undefined, ...args: (10 | 20)[]) => string'. - Types of parameters 'b' and 'args' are incompatible. - Type 'number' is not assignable to type 'string'. - Type 'number' is not assignable to type 'string'. +tests/cases/conformance/functions/strictBindCallApply1.ts(11,35): error TS2345: Argument of type 'number' is not assignable to parameter of type 'string'. tests/cases/conformance/functions/strictBindCallApply1.ts(17,15): error TS2554: Expected 3 arguments, but got 2. tests/cases/conformance/functions/strictBindCallApply1.ts(18,35): error TS2345: Argument of type 'number' is not assignable to parameter of type 'string'. tests/cases/conformance/functions/strictBindCallApply1.ts(19,44): error TS2554: Expected 3 arguments, but got 4. @@ -14,22 +7,12 @@ tests/cases/conformance/functions/strictBindCallApply1.ts(22,32): error TS2345: tests/cases/conformance/functions/strictBindCallApply1.ts(23,37): error TS2322: Type 'number' is not assignable to type 'string'. tests/cases/conformance/functions/strictBindCallApply1.ts(24,32): error TS2345: Argument of type '[number, string, number]' is not assignable to parameter of type '[a: number, b: string]'. Source has 3 element(s) but target allows only 2. -tests/cases/conformance/functions/strictBindCallApply1.ts(41,11): error TS2769: No overload matches this call. - Overload 1 of 6, '(this: (this: C, arg0: 10, arg1: string) => string, thisArg: C, arg0: 10, arg1: string): () => string', gave the following error. - Argument of type 'number' is not assignable to parameter of type 'string'. - Overload 2 of 6, '(this: (this: C, ...args: (10 | 20)[]) => string, thisArg: C, ...args: (10 | 20)[]): (...args: (10 | 20)[]) => string', gave the following error. - The 'this' context of type '(this: C, a: number, b: string) => string' is not assignable to method's 'this' of type '(this: C, ...args: (10 | 20)[]) => string'. - Types of parameters 'b' and 'args' are incompatible. - Type 'number' is not assignable to type 'string'. - Type 'number' is not assignable to type 'string'. -tests/cases/conformance/functions/strictBindCallApply1.ts(42,11): error TS2769: No overload matches this call. - Overload 1 of 6, '(this: (this: C, a: number, b: string) => string, thisArg: C): (a: number, b: string) => string', gave the following error. +tests/cases/conformance/functions/strictBindCallApply1.ts(41,29): error TS2345: Argument of type 'number' is not assignable to parameter of type 'string'. +tests/cases/conformance/functions/strictBindCallApply1.ts(42,22): error TS2769: No overload matches this call. + Overload 1 of 2, '(this: (this: C, a: number, b: string) => string, thisArg: C): (a: number, b: string) => string', gave the following error. + Argument of type 'undefined' is not assignable to parameter of type 'C'. + Overload 2 of 2, '(this: (this: C, a: number, b: string) => string, thisArg: C): (a: number, b: string) => string', gave the following error. Argument of type 'undefined' is not assignable to parameter of type 'C'. - Overload 2 of 6, '(this: (this: C, ...args: (string | number)[]) => string, thisArg: C, ...args: (string | number)[]): (...args: (string | number)[]) => string', gave the following error. - The 'this' context of type '(this: C, a: number, b: string) => string' is not assignable to method's 'this' of type '(this: C, ...args: (string | number)[]) => string'. - Types of parameters 'a' and 'args' are incompatible. - Type 'string | number' is not assignable to type 'number'. - Type 'string' is not assignable to type 'number'. tests/cases/conformance/functions/strictBindCallApply1.ts(48,17): error TS2554: Expected 3 arguments, but got 2. tests/cases/conformance/functions/strictBindCallApply1.ts(49,29): error TS2345: Argument of type 'number' is not assignable to parameter of type 'string'. tests/cases/conformance/functions/strictBindCallApply1.ts(50,38): error TS2554: Expected 3 arguments, but got 4. @@ -40,16 +23,7 @@ tests/cases/conformance/functions/strictBindCallApply1.ts(55,31): error TS2322: tests/cases/conformance/functions/strictBindCallApply1.ts(56,26): error TS2345: Argument of type '[number, string, number]' is not assignable to parameter of type '[a: number, b: string]'. Source has 3 element(s) but target allows only 2. tests/cases/conformance/functions/strictBindCallApply1.ts(57,23): error TS2345: Argument of type 'undefined' is not assignable to parameter of type 'C'. -tests/cases/conformance/functions/strictBindCallApply1.ts(62,11): error TS2769: No overload matches this call. - Overload 1 of 6, '(this: new (arg0: 10, arg1: string) => C, thisArg: any, arg0: 10, arg1: string): new () => C', gave the following error. - Argument of type 'number' is not assignable to parameter of type 'string'. - Overload 2 of 6, '(this: new (...args: (10 | 20)[]) => C, thisArg: any, ...args: (10 | 20)[]): new (...args: (10 | 20)[]) => C', gave the following error. - The 'this' context of type 'typeof C' is not assignable to method's 'this' of type 'new (...args: (10 | 20)[]) => C'. - Types of construct signatures are incompatible. - Type 'new (a: number, b: string) => C' is not assignable to type 'new (...args: (10 | 20)[]) => C'. - Types of parameters 'b' and 'args' are incompatible. - Type 'number' is not assignable to type 'string'. - Type 'number' is not assignable to type 'string'. +tests/cases/conformance/functions/strictBindCallApply1.ts(62,33): error TS2345: Argument of type 'number' is not assignable to parameter of type 'string'. tests/cases/conformance/functions/strictBindCallApply1.ts(65,3): error TS2554: Expected 3 arguments, but got 2. tests/cases/conformance/functions/strictBindCallApply1.ts(66,15): error TS2345: Argument of type 'number' is not assignable to parameter of type 'string'. tests/cases/conformance/functions/strictBindCallApply1.ts(67,24): error TS2554: Expected 3 arguments, but got 4. @@ -59,20 +33,20 @@ tests/cases/conformance/functions/strictBindCallApply1.ts(71,17): error TS2322: tests/cases/conformance/functions/strictBindCallApply1.ts(72,12): error TS2345: Argument of type '[number, string, number]' is not assignable to parameter of type '[a: number, b: string]'. Source has 3 element(s) but target allows only 2. tests/cases/conformance/functions/strictBindCallApply1.ts(76,5): error TS2769: No overload matches this call. - Overload 1 of 6, '(this: (this: 1, ...args: T) => void, thisArg: 1): (...args: T) => void', gave the following error. + Overload 1 of 2, '(this: (this: 1, ...args: T) => void, thisArg: 1): (...args: T) => void', gave the following error. Argument of type '2' is not assignable to parameter of type '1'. - Overload 2 of 6, '(this: (this: 1, ...args: unknown[]) => void, thisArg: 1, ...args: unknown[]): (...args: unknown[]) => void', gave the following error. + Overload 2 of 2, '(this: (this: 1, ...args: unknown[]) => void, thisArg: 1): (...args: unknown[]) => void', gave the following error. The 'this' context of type '(this: 1, ...args: T) => void' is not assignable to method's 'this' of type '(this: 1, ...args: unknown[]) => void'. Types of parameters 'args' and 'args' are incompatible. Type 'unknown[]' is not assignable to type 'T'. 'unknown[]' is assignable to the constraint of type 'T', but 'T' could be instantiated with a different subtype of constraint 'unknown[]'. tests/cases/conformance/functions/strictBindCallApply1.ts(81,5): error TS2769: No overload matches this call. - Overload 1 of 6, '(this: (this: 1, ...args: T extends 1 ? [unknown] : [unknown, unknown]) => void, thisArg: 1): (...args: T extends 1 ? [unknown] : [unknown, unknown]) => void', gave the following error. + Overload 1 of 2, '(this: (this: 1, ...args: T extends 1 ? [unknown] : [unknown, unknown]) => void, thisArg: 1): (...args: T extends 1 ? [unknown] : [unknown, unknown]) => void', gave the following error. Argument of type '2' is not assignable to parameter of type '1'. - Overload 2 of 6, '(this: (this: 1, ...args: unknown[]) => void, thisArg: 1, ...args: unknown[]): (...args: unknown[]) => void', gave the following error. - The 'this' context of type '(this: 1, ...args: T extends 1 ? [unknown] : [unknown, unknown]) => void' is not assignable to method's 'this' of type '(this: 1, ...args: unknown[]) => void'. - Types of parameters 'args' and 'args' are incompatible. - Type 'unknown[]' is not assignable to type 'T extends 1 ? [unknown] : [unknown, unknown]'. + Overload 2 of 2, '(this: (this: 1, args_0: unknown) => void, thisArg: 1): (args_0: unknown) => void', gave the following error. + The 'this' context of type '(this: 1, ...args: T extends 1 ? [unknown] : [unknown, unknown]) => void' is not assignable to method's 'this' of type '(this: 1, args_0: unknown) => void'. + Types of parameters 'args' and 'args_0' are incompatible. + Type '[unknown]' is not assignable to type 'T extends 1 ? [unknown] : [unknown, unknown]'. ==== tests/cases/conformance/functions/strictBindCallApply1.ts (26 errors) ==== @@ -87,15 +61,8 @@ tests/cases/conformance/functions/strictBindCallApply1.ts(81,5): error TS2769: N let f01 = foo.bind(undefined, 10); let f02 = foo.bind(undefined, 10, "hello"); let f03 = foo.bind(undefined, 10, 20); // Error - ~~~~~~~~~~~~~~~~~~~~~~~~~~~ -!!! error TS2769: No overload matches this call. -!!! error TS2769: Overload 1 of 6, '(this: (this: undefined, arg0: 10, arg1: string) => string, thisArg: undefined, arg0: 10, arg1: string): () => string', gave the following error. -!!! error TS2769: Argument of type 'number' is not assignable to parameter of type 'string'. -!!! error TS2769: Overload 2 of 6, '(this: (this: undefined, ...args: (10 | 20)[]) => string, thisArg: undefined, ...args: (10 | 20)[]): (...args: (10 | 20)[]) => string', gave the following error. -!!! error TS2769: The 'this' context of type '(a: number, b: string) => string' is not assignable to method's 'this' of type '(this: undefined, ...args: (10 | 20)[]) => string'. -!!! error TS2769: Types of parameters 'b' and 'args' are incompatible. -!!! error TS2769: Type 'number' is not assignable to type 'string'. -!!! error TS2769: Type 'number' is not assignable to type 'string'. + ~~ +!!! error TS2345: Argument of type 'number' is not assignable to parameter of type 'string'. let f04 = overloaded.bind(undefined); // typeof overloaded let f05 = generic.bind(undefined); // typeof generic @@ -140,25 +107,15 @@ tests/cases/conformance/functions/strictBindCallApply1.ts(81,5): error TS2769: N let f11 = c.foo.bind(c, 10); let f12 = c.foo.bind(c, 10, "hello"); let f13 = c.foo.bind(c, 10, 20); // Error - ~~~~~~~~~~~~~~~~~~~~~ -!!! error TS2769: No overload matches this call. -!!! error TS2769: Overload 1 of 6, '(this: (this: C, arg0: 10, arg1: string) => string, thisArg: C, arg0: 10, arg1: string): () => string', gave the following error. -!!! error TS2769: Argument of type 'number' is not assignable to parameter of type 'string'. -!!! error TS2769: Overload 2 of 6, '(this: (this: C, ...args: (10 | 20)[]) => string, thisArg: C, ...args: (10 | 20)[]): (...args: (10 | 20)[]) => string', gave the following error. -!!! error TS2769: The 'this' context of type '(this: C, a: number, b: string) => string' is not assignable to method's 'this' of type '(this: C, ...args: (10 | 20)[]) => string'. -!!! error TS2769: Types of parameters 'b' and 'args' are incompatible. -!!! error TS2769: Type 'number' is not assignable to type 'string'. -!!! error TS2769: Type 'number' is not assignable to type 'string'. + ~~ +!!! error TS2345: Argument of type 'number' is not assignable to parameter of type 'string'. let f14 = c.foo.bind(undefined); // Error - ~~~~~~~~~~~~~~~~~~~~~ + ~~~~~~~~~ !!! error TS2769: No overload matches this call. -!!! error TS2769: Overload 1 of 6, '(this: (this: C, a: number, b: string) => string, thisArg: C): (a: number, b: string) => string', gave the following error. +!!! error TS2769: Overload 1 of 2, '(this: (this: C, a: number, b: string) => string, thisArg: C): (a: number, b: string) => string', gave the following error. +!!! error TS2769: Argument of type 'undefined' is not assignable to parameter of type 'C'. +!!! error TS2769: Overload 2 of 2, '(this: (this: C, a: number, b: string) => string, thisArg: C): (a: number, b: string) => string', gave the following error. !!! error TS2769: Argument of type 'undefined' is not assignable to parameter of type 'C'. -!!! error TS2769: Overload 2 of 6, '(this: (this: C, ...args: (string | number)[]) => string, thisArg: C, ...args: (string | number)[]): (...args: (string | number)[]) => string', gave the following error. -!!! error TS2769: The 'this' context of type '(this: C, a: number, b: string) => string' is not assignable to method's 'this' of type '(this: C, ...args: (string | number)[]) => string'. -!!! error TS2769: Types of parameters 'a' and 'args' are incompatible. -!!! error TS2769: Type 'string | number' is not assignable to type 'number'. -!!! error TS2769: Type 'string' is not assignable to type 'number'. let f15 = c.overloaded.bind(c); // typeof C.prototype.overloaded let f16 = c.generic.bind(c); // typeof C.prototype.generic @@ -197,17 +154,8 @@ tests/cases/conformance/functions/strictBindCallApply1.ts(81,5): error TS2769: N let f21 = C.bind(undefined, 10); let f22 = C.bind(undefined, 10, "hello"); let f23 = C.bind(undefined, 10, 20); // Error - ~~~~~~~~~~~~~~~~~~~~~~~~~ -!!! error TS2769: No overload matches this call. -!!! error TS2769: Overload 1 of 6, '(this: new (arg0: 10, arg1: string) => C, thisArg: any, arg0: 10, arg1: string): new () => C', gave the following error. -!!! error TS2769: Argument of type 'number' is not assignable to parameter of type 'string'. -!!! error TS2769: Overload 2 of 6, '(this: new (...args: (10 | 20)[]) => C, thisArg: any, ...args: (10 | 20)[]): new (...args: (10 | 20)[]) => C', gave the following error. -!!! error TS2769: The 'this' context of type 'typeof C' is not assignable to method's 'this' of type 'new (...args: (10 | 20)[]) => C'. -!!! error TS2769: Types of construct signatures are incompatible. -!!! error TS2769: Type 'new (a: number, b: string) => C' is not assignable to type 'new (...args: (10 | 20)[]) => C'. -!!! error TS2769: Types of parameters 'b' and 'args' are incompatible. -!!! error TS2769: Type 'number' is not assignable to type 'string'. -!!! error TS2769: Type 'number' is not assignable to type 'string'. + ~~ +!!! error TS2345: Argument of type 'number' is not assignable to parameter of type 'string'. C.call(c, 10, "hello"); C.call(c, 10); // Error @@ -238,9 +186,9 @@ tests/cases/conformance/functions/strictBindCallApply1.ts(81,5): error TS2769: N callback.bind(2); // Error ~~~~~~~~~~~~~~~~ !!! error TS2769: No overload matches this call. -!!! error TS2769: Overload 1 of 6, '(this: (this: 1, ...args: T) => void, thisArg: 1): (...args: T) => void', gave the following error. +!!! error TS2769: Overload 1 of 2, '(this: (this: 1, ...args: T) => void, thisArg: 1): (...args: T) => void', gave the following error. !!! error TS2769: Argument of type '2' is not assignable to parameter of type '1'. -!!! error TS2769: Overload 2 of 6, '(this: (this: 1, ...args: unknown[]) => void, thisArg: 1, ...args: unknown[]): (...args: unknown[]) => void', gave the following error. +!!! error TS2769: Overload 2 of 2, '(this: (this: 1, ...args: unknown[]) => void, thisArg: 1): (...args: unknown[]) => void', gave the following error. !!! error TS2769: The 'this' context of type '(this: 1, ...args: T) => void' is not assignable to method's 'this' of type '(this: 1, ...args: unknown[]) => void'. !!! error TS2769: Types of parameters 'args' and 'args' are incompatible. !!! error TS2769: Type 'unknown[]' is not assignable to type 'T'. @@ -252,12 +200,12 @@ tests/cases/conformance/functions/strictBindCallApply1.ts(81,5): error TS2769: N callback.bind(2); // Error ~~~~~~~~~~~~~~~~ !!! error TS2769: No overload matches this call. -!!! error TS2769: Overload 1 of 6, '(this: (this: 1, ...args: T extends 1 ? [unknown] : [unknown, unknown]) => void, thisArg: 1): (...args: T extends 1 ? [unknown] : [unknown, unknown]) => void', gave the following error. +!!! error TS2769: Overload 1 of 2, '(this: (this: 1, ...args: T extends 1 ? [unknown] : [unknown, unknown]) => void, thisArg: 1): (...args: T extends 1 ? [unknown] : [unknown, unknown]) => void', gave the following error. !!! error TS2769: Argument of type '2' is not assignable to parameter of type '1'. -!!! error TS2769: Overload 2 of 6, '(this: (this: 1, ...args: unknown[]) => void, thisArg: 1, ...args: unknown[]): (...args: unknown[]) => void', gave the following error. -!!! error TS2769: The 'this' context of type '(this: 1, ...args: T extends 1 ? [unknown] : [unknown, unknown]) => void' is not assignable to method's 'this' of type '(this: 1, ...args: unknown[]) => void'. -!!! error TS2769: Types of parameters 'args' and 'args' are incompatible. -!!! error TS2769: Type 'unknown[]' is not assignable to type 'T extends 1 ? [unknown] : [unknown, unknown]'. +!!! error TS2769: Overload 2 of 2, '(this: (this: 1, args_0: unknown) => void, thisArg: 1): (args_0: unknown) => void', gave the following error. +!!! error TS2769: The 'this' context of type '(this: 1, ...args: T extends 1 ? [unknown] : [unknown, unknown]) => void' is not assignable to method's 'this' of type '(this: 1, args_0: unknown) => void'. +!!! error TS2769: Types of parameters 'args' and 'args_0' are incompatible. +!!! error TS2769: Type '[unknown]' is not assignable to type 'T extends 1 ? [unknown] : [unknown, unknown]'. } // Repro from #32964 diff --git a/tests/baselines/reference/strictBindCallApply1.symbols b/tests/baselines/reference/strictBindCallApply1.symbols index b35c0e19a082d..76a01f2008357 100644 --- a/tests/baselines/reference/strictBindCallApply1.symbols +++ b/tests/baselines/reference/strictBindCallApply1.symbols @@ -21,44 +21,44 @@ declare function generic(x: T): T; let f00 = foo.bind(undefined); >f00 : Symbol(f00, Decl(strictBindCallApply1.ts, 7, 3)) ->foo.bind : Symbol(CallableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --) ... and 1 more) +>foo.bind : Symbol(CallableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --)) >foo : Symbol(foo, Decl(strictBindCallApply1.ts, 0, 0)) ->bind : Symbol(CallableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --) ... and 1 more) +>bind : Symbol(CallableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --)) >undefined : Symbol(undefined) let f01 = foo.bind(undefined, 10); >f01 : Symbol(f01, Decl(strictBindCallApply1.ts, 8, 3)) ->foo.bind : Symbol(CallableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --) ... and 1 more) +>foo.bind : Symbol(CallableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --)) >foo : Symbol(foo, Decl(strictBindCallApply1.ts, 0, 0)) ->bind : Symbol(CallableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --) ... and 1 more) +>bind : Symbol(CallableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --)) >undefined : Symbol(undefined) let f02 = foo.bind(undefined, 10, "hello"); >f02 : Symbol(f02, Decl(strictBindCallApply1.ts, 9, 3)) ->foo.bind : Symbol(CallableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --) ... and 1 more) +>foo.bind : Symbol(CallableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --)) >foo : Symbol(foo, Decl(strictBindCallApply1.ts, 0, 0)) ->bind : Symbol(CallableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --) ... and 1 more) +>bind : Symbol(CallableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --)) >undefined : Symbol(undefined) let f03 = foo.bind(undefined, 10, 20); // Error >f03 : Symbol(f03, Decl(strictBindCallApply1.ts, 10, 3)) ->foo.bind : Symbol(CallableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --) ... and 1 more) +>foo.bind : Symbol(CallableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --)) >foo : Symbol(foo, Decl(strictBindCallApply1.ts, 0, 0)) ->bind : Symbol(CallableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --) ... and 1 more) +>bind : Symbol(CallableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --)) >undefined : Symbol(undefined) let f04 = overloaded.bind(undefined); // typeof overloaded >f04 : Symbol(f04, Decl(strictBindCallApply1.ts, 12, 3)) ->overloaded.bind : Symbol(CallableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --) ... and 1 more) +>overloaded.bind : Symbol(CallableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --)) >overloaded : Symbol(overloaded, Decl(strictBindCallApply1.ts, 0, 51), Decl(strictBindCallApply1.ts, 2, 47)) ->bind : Symbol(CallableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --) ... and 1 more) +>bind : Symbol(CallableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --)) >undefined : Symbol(undefined) let f05 = generic.bind(undefined); // typeof generic >f05 : Symbol(f05, Decl(strictBindCallApply1.ts, 13, 3)) ->generic.bind : Symbol(CallableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --) ... and 1 more) +>generic.bind : Symbol(CallableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --)) >generic : Symbol(generic, Decl(strictBindCallApply1.ts, 3, 47)) ->bind : Symbol(CallableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --) ... and 1 more) +>bind : Symbol(CallableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --)) >undefined : Symbol(undefined) let c00 = foo.call(undefined, 10, "hello"); @@ -161,65 +161,65 @@ declare let obj: {}; let f10 = c.foo.bind(c); >f10 : Symbol(f10, Decl(strictBindCallApply1.ts, 37, 3)) ->c.foo.bind : Symbol(CallableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --) ... and 1 more) +>c.foo.bind : Symbol(CallableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --)) >c.foo : Symbol(C.foo, Decl(strictBindCallApply1.ts, 26, 40)) >c : Symbol(c, Decl(strictBindCallApply1.ts, 34, 11)) >foo : Symbol(C.foo, Decl(strictBindCallApply1.ts, 26, 40)) ->bind : Symbol(CallableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --) ... and 1 more) +>bind : Symbol(CallableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --)) >c : Symbol(c, Decl(strictBindCallApply1.ts, 34, 11)) let f11 = c.foo.bind(c, 10); >f11 : Symbol(f11, Decl(strictBindCallApply1.ts, 38, 3)) ->c.foo.bind : Symbol(CallableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --) ... and 1 more) +>c.foo.bind : Symbol(CallableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --)) >c.foo : Symbol(C.foo, Decl(strictBindCallApply1.ts, 26, 40)) >c : Symbol(c, Decl(strictBindCallApply1.ts, 34, 11)) >foo : Symbol(C.foo, Decl(strictBindCallApply1.ts, 26, 40)) ->bind : Symbol(CallableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --) ... and 1 more) +>bind : Symbol(CallableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --)) >c : Symbol(c, Decl(strictBindCallApply1.ts, 34, 11)) let f12 = c.foo.bind(c, 10, "hello"); >f12 : Symbol(f12, Decl(strictBindCallApply1.ts, 39, 3)) ->c.foo.bind : Symbol(CallableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --) ... and 1 more) +>c.foo.bind : Symbol(CallableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --)) >c.foo : Symbol(C.foo, Decl(strictBindCallApply1.ts, 26, 40)) >c : Symbol(c, Decl(strictBindCallApply1.ts, 34, 11)) >foo : Symbol(C.foo, Decl(strictBindCallApply1.ts, 26, 40)) ->bind : Symbol(CallableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --) ... and 1 more) +>bind : Symbol(CallableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --)) >c : Symbol(c, Decl(strictBindCallApply1.ts, 34, 11)) let f13 = c.foo.bind(c, 10, 20); // Error >f13 : Symbol(f13, Decl(strictBindCallApply1.ts, 40, 3)) ->c.foo.bind : Symbol(CallableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --) ... and 1 more) +>c.foo.bind : Symbol(CallableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --)) >c.foo : Symbol(C.foo, Decl(strictBindCallApply1.ts, 26, 40)) >c : Symbol(c, Decl(strictBindCallApply1.ts, 34, 11)) >foo : Symbol(C.foo, Decl(strictBindCallApply1.ts, 26, 40)) ->bind : Symbol(CallableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --) ... and 1 more) +>bind : Symbol(CallableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --)) >c : Symbol(c, Decl(strictBindCallApply1.ts, 34, 11)) let f14 = c.foo.bind(undefined); // Error >f14 : Symbol(f14, Decl(strictBindCallApply1.ts, 41, 3)) ->c.foo.bind : Symbol(CallableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --) ... and 1 more) +>c.foo.bind : Symbol(CallableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --)) >c.foo : Symbol(C.foo, Decl(strictBindCallApply1.ts, 26, 40)) >c : Symbol(c, Decl(strictBindCallApply1.ts, 34, 11)) >foo : Symbol(C.foo, Decl(strictBindCallApply1.ts, 26, 40)) ->bind : Symbol(CallableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --) ... and 1 more) +>bind : Symbol(CallableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --)) >undefined : Symbol(undefined) let f15 = c.overloaded.bind(c); // typeof C.prototype.overloaded >f15 : Symbol(f15, Decl(strictBindCallApply1.ts, 43, 3)) ->c.overloaded.bind : Symbol(CallableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --) ... and 1 more) +>c.overloaded.bind : Symbol(CallableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --)) >c.overloaded : Symbol(C.overloaded, Decl(strictBindCallApply1.ts, 27, 63), Decl(strictBindCallApply1.ts, 28, 34), Decl(strictBindCallApply1.ts, 29, 34)) >c : Symbol(c, Decl(strictBindCallApply1.ts, 34, 11)) >overloaded : Symbol(C.overloaded, Decl(strictBindCallApply1.ts, 27, 63), Decl(strictBindCallApply1.ts, 28, 34), Decl(strictBindCallApply1.ts, 29, 34)) ->bind : Symbol(CallableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --) ... and 1 more) +>bind : Symbol(CallableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --)) >c : Symbol(c, Decl(strictBindCallApply1.ts, 34, 11)) let f16 = c.generic.bind(c); // typeof C.prototype.generic >f16 : Symbol(f16, Decl(strictBindCallApply1.ts, 44, 3)) ->c.generic.bind : Symbol(CallableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --) ... and 1 more) +>c.generic.bind : Symbol(CallableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --)) >c.generic : Symbol(C.generic, Decl(strictBindCallApply1.ts, 30, 53)) >c : Symbol(c, Decl(strictBindCallApply1.ts, 34, 11)) >generic : Symbol(C.generic, Decl(strictBindCallApply1.ts, 30, 53)) ->bind : Symbol(CallableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --) ... and 1 more) +>bind : Symbol(CallableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --)) >c : Symbol(c, Decl(strictBindCallApply1.ts, 34, 11)) let c10 = c.foo.call(c, 10, "hello"); @@ -314,30 +314,30 @@ let a14 = c.foo.apply(undefined, [10, "hello"]); // Error let f20 = C.bind(undefined); >f20 : Symbol(f20, Decl(strictBindCallApply1.ts, 58, 3)) ->C.bind : Symbol(NewableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --) ... and 1 more) +>C.bind : Symbol(NewableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --)) >C : Symbol(C, Decl(strictBindCallApply1.ts, 23, 50)) ->bind : Symbol(NewableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --) ... and 1 more) +>bind : Symbol(NewableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --)) >undefined : Symbol(undefined) let f21 = C.bind(undefined, 10); >f21 : Symbol(f21, Decl(strictBindCallApply1.ts, 59, 3)) ->C.bind : Symbol(NewableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --) ... and 1 more) +>C.bind : Symbol(NewableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --)) >C : Symbol(C, Decl(strictBindCallApply1.ts, 23, 50)) ->bind : Symbol(NewableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --) ... and 1 more) +>bind : Symbol(NewableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --)) >undefined : Symbol(undefined) let f22 = C.bind(undefined, 10, "hello"); >f22 : Symbol(f22, Decl(strictBindCallApply1.ts, 60, 3)) ->C.bind : Symbol(NewableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --) ... and 1 more) +>C.bind : Symbol(NewableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --)) >C : Symbol(C, Decl(strictBindCallApply1.ts, 23, 50)) ->bind : Symbol(NewableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --) ... and 1 more) +>bind : Symbol(NewableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --)) >undefined : Symbol(undefined) let f23 = C.bind(undefined, 10, 20); // Error >f23 : Symbol(f23, Decl(strictBindCallApply1.ts, 61, 3)) ->C.bind : Symbol(NewableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --) ... and 1 more) +>C.bind : Symbol(NewableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --)) >C : Symbol(C, Decl(strictBindCallApply1.ts, 23, 50)) ->bind : Symbol(NewableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --) ... and 1 more) +>bind : Symbol(NewableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --)) >undefined : Symbol(undefined) C.call(c, 10, "hello"); @@ -397,14 +397,14 @@ function bar(callback: (this: 1, ...args: T) => void) { >T : Symbol(T, Decl(strictBindCallApply1.ts, 73, 13)) callback.bind(1); ->callback.bind : Symbol(CallableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --) ... and 1 more) +>callback.bind : Symbol(CallableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --)) >callback : Symbol(callback, Decl(strictBindCallApply1.ts, 73, 34)) ->bind : Symbol(CallableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --) ... and 1 more) +>bind : Symbol(CallableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --)) callback.bind(2); // Error ->callback.bind : Symbol(CallableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --) ... and 1 more) +>callback.bind : Symbol(CallableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --)) >callback : Symbol(callback, Decl(strictBindCallApply1.ts, 73, 34)) ->bind : Symbol(CallableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --) ... and 1 more) +>bind : Symbol(CallableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --)) } function baz(callback: (this: 1, ...args: T extends 1 ? [unknown] : [unknown, unknown]) => void) { @@ -416,14 +416,14 @@ function baz(callback: (this: 1, ...args: T extends 1 ? [unknow >T : Symbol(T, Decl(strictBindCallApply1.ts, 78, 13)) callback.bind(1); ->callback.bind : Symbol(CallableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --) ... and 1 more) +>callback.bind : Symbol(CallableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --)) >callback : Symbol(callback, Decl(strictBindCallApply1.ts, 78, 30)) ->bind : Symbol(CallableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --) ... and 1 more) +>bind : Symbol(CallableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --)) callback.bind(2); // Error ->callback.bind : Symbol(CallableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --) ... and 1 more) +>callback.bind : Symbol(CallableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --)) >callback : Symbol(callback, Decl(strictBindCallApply1.ts, 78, 30)) ->bind : Symbol(CallableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --) ... and 1 more) +>bind : Symbol(CallableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --)) } // Repro from #32964 @@ -433,11 +433,11 @@ class Foo { constructor() { this.fn.bind(this); ->this.fn.bind : Symbol(CallableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --) ... and 1 more) +>this.fn.bind : Symbol(CallableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --)) >this.fn : Symbol(Foo.fn, Decl(strictBindCallApply1.ts, 87, 5)) >this : Symbol(Foo, Decl(strictBindCallApply1.ts, 81, 1)) >fn : Symbol(Foo.fn, Decl(strictBindCallApply1.ts, 87, 5)) ->bind : Symbol(CallableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --) ... and 1 more) +>bind : Symbol(CallableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --)) >this : Symbol(Foo, Decl(strictBindCallApply1.ts, 81, 1)) } @@ -453,11 +453,11 @@ class Bar { constructor() { this.fn.bind(this); ->this.fn.bind : Symbol(CallableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --) ... and 1 more) +>this.fn.bind : Symbol(CallableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --)) >this.fn : Symbol(Bar.fn, Decl(strictBindCallApply1.ts, 95, 5)) >this : Symbol(Bar, Decl(strictBindCallApply1.ts, 90, 1)) >fn : Symbol(Bar.fn, Decl(strictBindCallApply1.ts, 95, 5)) ->bind : Symbol(CallableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --) ... and 1 more) +>bind : Symbol(CallableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --)) >this : Symbol(Bar, Decl(strictBindCallApply1.ts, 90, 1)) } diff --git a/tests/baselines/reference/strictBindCallApply1.types b/tests/baselines/reference/strictBindCallApply1.types index e401d684492e2..fb28579f72853 100644 --- a/tests/baselines/reference/strictBindCallApply1.types +++ b/tests/baselines/reference/strictBindCallApply1.types @@ -19,26 +19,26 @@ declare function generic(x: T): T; let f00 = foo.bind(undefined); >f00 : (a: number, b: string) => string >foo.bind(undefined) : (a: number, b: string) => string ->foo.bind : { (this: T, thisArg: ThisParameterType): OmitThisParameter; (this: (this: T, arg0: A0, ...args: A) => R, thisArg: T, arg0: A0): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, arg2: A2, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1, arg2: A2): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3): (...args: A) => R; (this: (this: T, ...args: AX[]) => R, thisArg: T, ...args: AX[]): (...args: AX[]) => R; } +>foo.bind : { (this: T, thisArg: ThisParameterType): OmitThisParameter; (this: (this: T, ...args: [...A, ...B]) => R, thisArg: T, ...args: A): (...args: B) => R; } >foo : (a: number, b: string) => string ->bind : { (this: T, thisArg: ThisParameterType): OmitThisParameter; (this: (this: T, arg0: A0, ...args: A) => R, thisArg: T, arg0: A0): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, arg2: A2, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1, arg2: A2): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3): (...args: A) => R; (this: (this: T, ...args: AX[]) => R, thisArg: T, ...args: AX[]): (...args: AX[]) => R; } +>bind : { (this: T, thisArg: ThisParameterType): OmitThisParameter; (this: (this: T, ...args: [...A, ...B]) => R, thisArg: T, ...args: A): (...args: B) => R; } >undefined : undefined let f01 = foo.bind(undefined, 10); >f01 : (b: string) => string >foo.bind(undefined, 10) : (b: string) => string ->foo.bind : { (this: T, thisArg: ThisParameterType): OmitThisParameter; (this: (this: T, arg0: A0, ...args: A) => R, thisArg: T, arg0: A0): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, arg2: A2, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1, arg2: A2): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3): (...args: A) => R; (this: (this: T, ...args: AX[]) => R, thisArg: T, ...args: AX[]): (...args: AX[]) => R; } +>foo.bind : { (this: T, thisArg: ThisParameterType): OmitThisParameter; (this: (this: T, ...args: [...A, ...B]) => R, thisArg: T, ...args: A): (...args: B) => R; } >foo : (a: number, b: string) => string ->bind : { (this: T, thisArg: ThisParameterType): OmitThisParameter; (this: (this: T, arg0: A0, ...args: A) => R, thisArg: T, arg0: A0): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, arg2: A2, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1, arg2: A2): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3): (...args: A) => R; (this: (this: T, ...args: AX[]) => R, thisArg: T, ...args: AX[]): (...args: AX[]) => R; } +>bind : { (this: T, thisArg: ThisParameterType): OmitThisParameter; (this: (this: T, ...args: [...A, ...B]) => R, thisArg: T, ...args: A): (...args: B) => R; } >undefined : undefined >10 : 10 let f02 = foo.bind(undefined, 10, "hello"); >f02 : () => string >foo.bind(undefined, 10, "hello") : () => string ->foo.bind : { (this: T, thisArg: ThisParameterType): OmitThisParameter; (this: (this: T, arg0: A0, ...args: A) => R, thisArg: T, arg0: A0): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, arg2: A2, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1, arg2: A2): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3): (...args: A) => R; (this: (this: T, ...args: AX[]) => R, thisArg: T, ...args: AX[]): (...args: AX[]) => R; } +>foo.bind : { (this: T, thisArg: ThisParameterType): OmitThisParameter; (this: (this: T, ...args: [...A, ...B]) => R, thisArg: T, ...args: A): (...args: B) => R; } >foo : (a: number, b: string) => string ->bind : { (this: T, thisArg: ThisParameterType): OmitThisParameter; (this: (this: T, arg0: A0, ...args: A) => R, thisArg: T, arg0: A0): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, arg2: A2, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1, arg2: A2): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3): (...args: A) => R; (this: (this: T, ...args: AX[]) => R, thisArg: T, ...args: AX[]): (...args: AX[]) => R; } +>bind : { (this: T, thisArg: ThisParameterType): OmitThisParameter; (this: (this: T, ...args: [...A, ...B]) => R, thisArg: T, ...args: A): (...args: B) => R; } >undefined : undefined >10 : 10 >"hello" : "hello" @@ -46,9 +46,9 @@ let f02 = foo.bind(undefined, 10, "hello"); let f03 = foo.bind(undefined, 10, 20); // Error >f03 : () => string >foo.bind(undefined, 10, 20) : () => string ->foo.bind : { (this: T, thisArg: ThisParameterType): OmitThisParameter; (this: (this: T, arg0: A0, ...args: A) => R, thisArg: T, arg0: A0): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, arg2: A2, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1, arg2: A2): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3): (...args: A) => R; (this: (this: T, ...args: AX[]) => R, thisArg: T, ...args: AX[]): (...args: AX[]) => R; } +>foo.bind : { (this: T, thisArg: ThisParameterType): OmitThisParameter; (this: (this: T, ...args: [...A, ...B]) => R, thisArg: T, ...args: A): (...args: B) => R; } >foo : (a: number, b: string) => string ->bind : { (this: T, thisArg: ThisParameterType): OmitThisParameter; (this: (this: T, arg0: A0, ...args: A) => R, thisArg: T, arg0: A0): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, arg2: A2, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1, arg2: A2): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3): (...args: A) => R; (this: (this: T, ...args: AX[]) => R, thisArg: T, ...args: AX[]): (...args: AX[]) => R; } +>bind : { (this: T, thisArg: ThisParameterType): OmitThisParameter; (this: (this: T, ...args: [...A, ...B]) => R, thisArg: T, ...args: A): (...args: B) => R; } >undefined : undefined >10 : 10 >20 : 20 @@ -56,17 +56,17 @@ let f03 = foo.bind(undefined, 10, 20); // Error let f04 = overloaded.bind(undefined); // typeof overloaded >f04 : { (s: string): number; (n: number): string; } >overloaded.bind(undefined) : { (s: string): number; (n: number): string; } ->overloaded.bind : { (this: T, thisArg: ThisParameterType): OmitThisParameter; (this: (this: T, arg0: A0, ...args: A) => R, thisArg: T, arg0: A0): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, arg2: A2, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1, arg2: A2): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3): (...args: A) => R; (this: (this: T, ...args: AX[]) => R, thisArg: T, ...args: AX[]): (...args: AX[]) => R; } +>overloaded.bind : { (this: T, thisArg: ThisParameterType): OmitThisParameter; (this: (this: T, ...args: [...A, ...B]) => R, thisArg: T, ...args: A): (...args: B) => R; } >overloaded : { (s: string): number; (n: number): string; } ->bind : { (this: T, thisArg: ThisParameterType): OmitThisParameter; (this: (this: T, arg0: A0, ...args: A) => R, thisArg: T, arg0: A0): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, arg2: A2, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1, arg2: A2): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3): (...args: A) => R; (this: (this: T, ...args: AX[]) => R, thisArg: T, ...args: AX[]): (...args: AX[]) => R; } +>bind : { (this: T, thisArg: ThisParameterType): OmitThisParameter; (this: (this: T, ...args: [...A, ...B]) => R, thisArg: T, ...args: A): (...args: B) => R; } >undefined : undefined let f05 = generic.bind(undefined); // typeof generic >f05 : (x: T) => T >generic.bind(undefined) : (x: T) => T ->generic.bind : { (this: T, thisArg: ThisParameterType): OmitThisParameter; (this: (this: T, arg0: A0, ...args: A) => R, thisArg: T, arg0: A0): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, arg2: A2, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1, arg2: A2): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3): (...args: A) => R; (this: (this: T, ...args: AX[]) => R, thisArg: T, ...args: AX[]): (...args: AX[]) => R; } +>generic.bind : { (this: T, thisArg: ThisParameterType): OmitThisParameter; (this: (this: T, ...args: [...A, ...B]) => R, thisArg: T, ...args: A): (...args: B) => R; } >generic : (x: T) => T ->bind : { (this: T, thisArg: ThisParameterType): OmitThisParameter; (this: (this: T, arg0: A0, ...args: A) => R, thisArg: T, arg0: A0): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, arg2: A2, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1, arg2: A2): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3): (...args: A) => R; (this: (this: T, ...args: AX[]) => R, thisArg: T, ...args: AX[]): (...args: AX[]) => R; } +>bind : { (this: T, thisArg: ThisParameterType): OmitThisParameter; (this: (this: T, ...args: [...A, ...B]) => R, thisArg: T, ...args: A): (...args: B) => R; } >undefined : undefined let c00 = foo.call(undefined, 10, "hello"); @@ -196,32 +196,32 @@ declare let obj: {}; let f10 = c.foo.bind(c); >f10 : (a: number, b: string) => string >c.foo.bind(c) : (a: number, b: string) => string ->c.foo.bind : { (this: T, thisArg: ThisParameterType): OmitThisParameter; (this: (this: T, arg0: A0, ...args: A) => R, thisArg: T, arg0: A0): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, arg2: A2, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1, arg2: A2): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3): (...args: A) => R; (this: (this: T, ...args: AX[]) => R, thisArg: T, ...args: AX[]): (...args: AX[]) => R; } +>c.foo.bind : { (this: T, thisArg: ThisParameterType): OmitThisParameter; (this: (this: T, ...args: [...A, ...B]) => R, thisArg: T, ...args: A): (...args: B) => R; } >c.foo : (this: C, a: number, b: string) => string >c : C >foo : (this: C, a: number, b: string) => string ->bind : { (this: T, thisArg: ThisParameterType): OmitThisParameter; (this: (this: T, arg0: A0, ...args: A) => R, thisArg: T, arg0: A0): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, arg2: A2, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1, arg2: A2): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3): (...args: A) => R; (this: (this: T, ...args: AX[]) => R, thisArg: T, ...args: AX[]): (...args: AX[]) => R; } +>bind : { (this: T, thisArg: ThisParameterType): OmitThisParameter; (this: (this: T, ...args: [...A, ...B]) => R, thisArg: T, ...args: A): (...args: B) => R; } >c : C let f11 = c.foo.bind(c, 10); >f11 : (b: string) => string >c.foo.bind(c, 10) : (b: string) => string ->c.foo.bind : { (this: T, thisArg: ThisParameterType): OmitThisParameter; (this: (this: T, arg0: A0, ...args: A) => R, thisArg: T, arg0: A0): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, arg2: A2, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1, arg2: A2): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3): (...args: A) => R; (this: (this: T, ...args: AX[]) => R, thisArg: T, ...args: AX[]): (...args: AX[]) => R; } +>c.foo.bind : { (this: T, thisArg: ThisParameterType): OmitThisParameter; (this: (this: T, ...args: [...A, ...B]) => R, thisArg: T, ...args: A): (...args: B) => R; } >c.foo : (this: C, a: number, b: string) => string >c : C >foo : (this: C, a: number, b: string) => string ->bind : { (this: T, thisArg: ThisParameterType): OmitThisParameter; (this: (this: T, arg0: A0, ...args: A) => R, thisArg: T, arg0: A0): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, arg2: A2, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1, arg2: A2): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3): (...args: A) => R; (this: (this: T, ...args: AX[]) => R, thisArg: T, ...args: AX[]): (...args: AX[]) => R; } +>bind : { (this: T, thisArg: ThisParameterType): OmitThisParameter; (this: (this: T, ...args: [...A, ...B]) => R, thisArg: T, ...args: A): (...args: B) => R; } >c : C >10 : 10 let f12 = c.foo.bind(c, 10, "hello"); >f12 : () => string >c.foo.bind(c, 10, "hello") : () => string ->c.foo.bind : { (this: T, thisArg: ThisParameterType): OmitThisParameter; (this: (this: T, arg0: A0, ...args: A) => R, thisArg: T, arg0: A0): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, arg2: A2, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1, arg2: A2): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3): (...args: A) => R; (this: (this: T, ...args: AX[]) => R, thisArg: T, ...args: AX[]): (...args: AX[]) => R; } +>c.foo.bind : { (this: T, thisArg: ThisParameterType): OmitThisParameter; (this: (this: T, ...args: [...A, ...B]) => R, thisArg: T, ...args: A): (...args: B) => R; } >c.foo : (this: C, a: number, b: string) => string >c : C >foo : (this: C, a: number, b: string) => string ->bind : { (this: T, thisArg: ThisParameterType): OmitThisParameter; (this: (this: T, arg0: A0, ...args: A) => R, thisArg: T, arg0: A0): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, arg2: A2, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1, arg2: A2): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3): (...args: A) => R; (this: (this: T, ...args: AX[]) => R, thisArg: T, ...args: AX[]): (...args: AX[]) => R; } +>bind : { (this: T, thisArg: ThisParameterType): OmitThisParameter; (this: (this: T, ...args: [...A, ...B]) => R, thisArg: T, ...args: A): (...args: B) => R; } >c : C >10 : 10 >"hello" : "hello" @@ -229,11 +229,11 @@ let f12 = c.foo.bind(c, 10, "hello"); let f13 = c.foo.bind(c, 10, 20); // Error >f13 : () => string >c.foo.bind(c, 10, 20) : () => string ->c.foo.bind : { (this: T, thisArg: ThisParameterType): OmitThisParameter; (this: (this: T, arg0: A0, ...args: A) => R, thisArg: T, arg0: A0): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, arg2: A2, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1, arg2: A2): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3): (...args: A) => R; (this: (this: T, ...args: AX[]) => R, thisArg: T, ...args: AX[]): (...args: AX[]) => R; } +>c.foo.bind : { (this: T, thisArg: ThisParameterType): OmitThisParameter; (this: (this: T, ...args: [...A, ...B]) => R, thisArg: T, ...args: A): (...args: B) => R; } >c.foo : (this: C, a: number, b: string) => string >c : C >foo : (this: C, a: number, b: string) => string ->bind : { (this: T, thisArg: ThisParameterType): OmitThisParameter; (this: (this: T, arg0: A0, ...args: A) => R, thisArg: T, arg0: A0): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, arg2: A2, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1, arg2: A2): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3): (...args: A) => R; (this: (this: T, ...args: AX[]) => R, thisArg: T, ...args: AX[]): (...args: AX[]) => R; } +>bind : { (this: T, thisArg: ThisParameterType): OmitThisParameter; (this: (this: T, ...args: [...A, ...B]) => R, thisArg: T, ...args: A): (...args: B) => R; } >c : C >10 : 10 >20 : 20 @@ -241,31 +241,31 @@ let f13 = c.foo.bind(c, 10, 20); // Error let f14 = c.foo.bind(undefined); // Error >f14 : (a: number, b: string) => string >c.foo.bind(undefined) : (a: number, b: string) => string ->c.foo.bind : { (this: T, thisArg: ThisParameterType): OmitThisParameter; (this: (this: T, arg0: A0, ...args: A) => R, thisArg: T, arg0: A0): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, arg2: A2, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1, arg2: A2): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3): (...args: A) => R; (this: (this: T, ...args: AX[]) => R, thisArg: T, ...args: AX[]): (...args: AX[]) => R; } +>c.foo.bind : { (this: T, thisArg: ThisParameterType): OmitThisParameter; (this: (this: T, ...args: [...A, ...B]) => R, thisArg: T, ...args: A): (...args: B) => R; } >c.foo : (this: C, a: number, b: string) => string >c : C >foo : (this: C, a: number, b: string) => string ->bind : { (this: T, thisArg: ThisParameterType): OmitThisParameter; (this: (this: T, arg0: A0, ...args: A) => R, thisArg: T, arg0: A0): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, arg2: A2, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1, arg2: A2): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3): (...args: A) => R; (this: (this: T, ...args: AX[]) => R, thisArg: T, ...args: AX[]): (...args: AX[]) => R; } +>bind : { (this: T, thisArg: ThisParameterType): OmitThisParameter; (this: (this: T, ...args: [...A, ...B]) => R, thisArg: T, ...args: A): (...args: B) => R; } >undefined : undefined let f15 = c.overloaded.bind(c); // typeof C.prototype.overloaded >f15 : { (s: string): number; (n: number): string; } >c.overloaded.bind(c) : { (s: string): number; (n: number): string; } ->c.overloaded.bind : { (this: T, thisArg: ThisParameterType): OmitThisParameter; (this: (this: T, arg0: A0, ...args: A) => R, thisArg: T, arg0: A0): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, arg2: A2, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1, arg2: A2): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3): (...args: A) => R; (this: (this: T, ...args: AX[]) => R, thisArg: T, ...args: AX[]): (...args: AX[]) => R; } +>c.overloaded.bind : { (this: T, thisArg: ThisParameterType): OmitThisParameter; (this: (this: T, ...args: [...A, ...B]) => R, thisArg: T, ...args: A): (...args: B) => R; } >c.overloaded : { (s: string): number; (n: number): string; } >c : C >overloaded : { (s: string): number; (n: number): string; } ->bind : { (this: T, thisArg: ThisParameterType): OmitThisParameter; (this: (this: T, arg0: A0, ...args: A) => R, thisArg: T, arg0: A0): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, arg2: A2, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1, arg2: A2): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3): (...args: A) => R; (this: (this: T, ...args: AX[]) => R, thisArg: T, ...args: AX[]): (...args: AX[]) => R; } +>bind : { (this: T, thisArg: ThisParameterType): OmitThisParameter; (this: (this: T, ...args: [...A, ...B]) => R, thisArg: T, ...args: A): (...args: B) => R; } >c : C let f16 = c.generic.bind(c); // typeof C.prototype.generic >f16 : (x: T) => T >c.generic.bind(c) : (x: T) => T ->c.generic.bind : { (this: T, thisArg: ThisParameterType): OmitThisParameter; (this: (this: T, arg0: A0, ...args: A) => R, thisArg: T, arg0: A0): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, arg2: A2, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1, arg2: A2): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3): (...args: A) => R; (this: (this: T, ...args: AX[]) => R, thisArg: T, ...args: AX[]): (...args: AX[]) => R; } +>c.generic.bind : { (this: T, thisArg: ThisParameterType): OmitThisParameter; (this: (this: T, ...args: [...A, ...B]) => R, thisArg: T, ...args: A): (...args: B) => R; } >c.generic : (x: T) => T >c : C >generic : (x: T) => T ->bind : { (this: T, thisArg: ThisParameterType): OmitThisParameter; (this: (this: T, arg0: A0, ...args: A) => R, thisArg: T, arg0: A0): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, arg2: A2, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1, arg2: A2): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3): (...args: A) => R; (this: (this: T, ...args: AX[]) => R, thisArg: T, ...args: AX[]): (...args: AX[]) => R; } +>bind : { (this: T, thisArg: ThisParameterType): OmitThisParameter; (this: (this: T, ...args: [...A, ...B]) => R, thisArg: T, ...args: A): (...args: B) => R; } >c : C let c10 = c.foo.call(c, 10, "hello"); @@ -396,26 +396,26 @@ let a14 = c.foo.apply(undefined, [10, "hello"]); // Error let f20 = C.bind(undefined); >f20 : typeof C >C.bind(undefined) : typeof C ->C.bind : { (this: T, thisArg: any): T; (this: new (arg0: A0, ...args: A) => R, thisArg: any, arg0: A0): new (...args: A) => R; (this: new (arg0: A0, arg1: A1, ...args: A) => R, thisArg: any, arg0: A0, arg1: A1): new (...args: A) => R; (this: new (arg0: A0, arg1: A1, arg2: A2, ...args: A) => R, thisArg: any, arg0: A0, arg1: A1, arg2: A2): new (...args: A) => R; (this: new (arg0: A0, arg1: A1, arg2: A2, arg3: A3, ...args: A) => R, thisArg: any, arg0: A0, arg1: A1, arg2: A2, arg3: A3): new (...args: A) => R; (this: new (...args: AX[]) => R, thisArg: any, ...args: AX[]): new (...args: AX[]) => R; } +>C.bind : { (this: T, thisArg: any): T; (this: new (...args: [...A, ...B]) => R, thisArg: any, ...args: A): new (...args: B) => R; } >C : typeof C ->bind : { (this: T, thisArg: any): T; (this: new (arg0: A0, ...args: A) => R, thisArg: any, arg0: A0): new (...args: A) => R; (this: new (arg0: A0, arg1: A1, ...args: A) => R, thisArg: any, arg0: A0, arg1: A1): new (...args: A) => R; (this: new (arg0: A0, arg1: A1, arg2: A2, ...args: A) => R, thisArg: any, arg0: A0, arg1: A1, arg2: A2): new (...args: A) => R; (this: new (arg0: A0, arg1: A1, arg2: A2, arg3: A3, ...args: A) => R, thisArg: any, arg0: A0, arg1: A1, arg2: A2, arg3: A3): new (...args: A) => R; (this: new (...args: AX[]) => R, thisArg: any, ...args: AX[]): new (...args: AX[]) => R; } +>bind : { (this: T, thisArg: any): T; (this: new (...args: [...A, ...B]) => R, thisArg: any, ...args: A): new (...args: B) => R; } >undefined : undefined let f21 = C.bind(undefined, 10); >f21 : new (b: string) => C >C.bind(undefined, 10) : new (b: string) => C ->C.bind : { (this: T, thisArg: any): T; (this: new (arg0: A0, ...args: A) => R, thisArg: any, arg0: A0): new (...args: A) => R; (this: new (arg0: A0, arg1: A1, ...args: A) => R, thisArg: any, arg0: A0, arg1: A1): new (...args: A) => R; (this: new (arg0: A0, arg1: A1, arg2: A2, ...args: A) => R, thisArg: any, arg0: A0, arg1: A1, arg2: A2): new (...args: A) => R; (this: new (arg0: A0, arg1: A1, arg2: A2, arg3: A3, ...args: A) => R, thisArg: any, arg0: A0, arg1: A1, arg2: A2, arg3: A3): new (...args: A) => R; (this: new (...args: AX[]) => R, thisArg: any, ...args: AX[]): new (...args: AX[]) => R; } +>C.bind : { (this: T, thisArg: any): T; (this: new (...args: [...A, ...B]) => R, thisArg: any, ...args: A): new (...args: B) => R; } >C : typeof C ->bind : { (this: T, thisArg: any): T; (this: new (arg0: A0, ...args: A) => R, thisArg: any, arg0: A0): new (...args: A) => R; (this: new (arg0: A0, arg1: A1, ...args: A) => R, thisArg: any, arg0: A0, arg1: A1): new (...args: A) => R; (this: new (arg0: A0, arg1: A1, arg2: A2, ...args: A) => R, thisArg: any, arg0: A0, arg1: A1, arg2: A2): new (...args: A) => R; (this: new (arg0: A0, arg1: A1, arg2: A2, arg3: A3, ...args: A) => R, thisArg: any, arg0: A0, arg1: A1, arg2: A2, arg3: A3): new (...args: A) => R; (this: new (...args: AX[]) => R, thisArg: any, ...args: AX[]): new (...args: AX[]) => R; } +>bind : { (this: T, thisArg: any): T; (this: new (...args: [...A, ...B]) => R, thisArg: any, ...args: A): new (...args: B) => R; } >undefined : undefined >10 : 10 let f22 = C.bind(undefined, 10, "hello"); >f22 : new () => C >C.bind(undefined, 10, "hello") : new () => C ->C.bind : { (this: T, thisArg: any): T; (this: new (arg0: A0, ...args: A) => R, thisArg: any, arg0: A0): new (...args: A) => R; (this: new (arg0: A0, arg1: A1, ...args: A) => R, thisArg: any, arg0: A0, arg1: A1): new (...args: A) => R; (this: new (arg0: A0, arg1: A1, arg2: A2, ...args: A) => R, thisArg: any, arg0: A0, arg1: A1, arg2: A2): new (...args: A) => R; (this: new (arg0: A0, arg1: A1, arg2: A2, arg3: A3, ...args: A) => R, thisArg: any, arg0: A0, arg1: A1, arg2: A2, arg3: A3): new (...args: A) => R; (this: new (...args: AX[]) => R, thisArg: any, ...args: AX[]): new (...args: AX[]) => R; } +>C.bind : { (this: T, thisArg: any): T; (this: new (...args: [...A, ...B]) => R, thisArg: any, ...args: A): new (...args: B) => R; } >C : typeof C ->bind : { (this: T, thisArg: any): T; (this: new (arg0: A0, ...args: A) => R, thisArg: any, arg0: A0): new (...args: A) => R; (this: new (arg0: A0, arg1: A1, ...args: A) => R, thisArg: any, arg0: A0, arg1: A1): new (...args: A) => R; (this: new (arg0: A0, arg1: A1, arg2: A2, ...args: A) => R, thisArg: any, arg0: A0, arg1: A1, arg2: A2): new (...args: A) => R; (this: new (arg0: A0, arg1: A1, arg2: A2, arg3: A3, ...args: A) => R, thisArg: any, arg0: A0, arg1: A1, arg2: A2, arg3: A3): new (...args: A) => R; (this: new (...args: AX[]) => R, thisArg: any, ...args: AX[]): new (...args: AX[]) => R; } +>bind : { (this: T, thisArg: any): T; (this: new (...args: [...A, ...B]) => R, thisArg: any, ...args: A): new (...args: B) => R; } >undefined : undefined >10 : 10 >"hello" : "hello" @@ -423,9 +423,9 @@ let f22 = C.bind(undefined, 10, "hello"); let f23 = C.bind(undefined, 10, 20); // Error >f23 : new () => C >C.bind(undefined, 10, 20) : new () => C ->C.bind : { (this: T, thisArg: any): T; (this: new (arg0: A0, ...args: A) => R, thisArg: any, arg0: A0): new (...args: A) => R; (this: new (arg0: A0, arg1: A1, ...args: A) => R, thisArg: any, arg0: A0, arg1: A1): new (...args: A) => R; (this: new (arg0: A0, arg1: A1, arg2: A2, ...args: A) => R, thisArg: any, arg0: A0, arg1: A1, arg2: A2): new (...args: A) => R; (this: new (arg0: A0, arg1: A1, arg2: A2, arg3: A3, ...args: A) => R, thisArg: any, arg0: A0, arg1: A1, arg2: A2, arg3: A3): new (...args: A) => R; (this: new (...args: AX[]) => R, thisArg: any, ...args: AX[]): new (...args: AX[]) => R; } +>C.bind : { (this: T, thisArg: any): T; (this: new (...args: [...A, ...B]) => R, thisArg: any, ...args: A): new (...args: B) => R; } >C : typeof C ->bind : { (this: T, thisArg: any): T; (this: new (arg0: A0, ...args: A) => R, thisArg: any, arg0: A0): new (...args: A) => R; (this: new (arg0: A0, arg1: A1, ...args: A) => R, thisArg: any, arg0: A0, arg1: A1): new (...args: A) => R; (this: new (arg0: A0, arg1: A1, arg2: A2, ...args: A) => R, thisArg: any, arg0: A0, arg1: A1, arg2: A2): new (...args: A) => R; (this: new (arg0: A0, arg1: A1, arg2: A2, arg3: A3, ...args: A) => R, thisArg: any, arg0: A0, arg1: A1, arg2: A2, arg3: A3): new (...args: A) => R; (this: new (...args: AX[]) => R, thisArg: any, ...args: AX[]): new (...args: AX[]) => R; } +>bind : { (this: T, thisArg: any): T; (this: new (...args: [...A, ...B]) => R, thisArg: any, ...args: A): new (...args: B) => R; } >undefined : undefined >10 : 10 >20 : 20 @@ -514,16 +514,16 @@ function bar(callback: (this: 1, ...args: T) => void) { callback.bind(1); >callback.bind(1) : (...args: T) => void ->callback.bind : { (this: T, thisArg: ThisParameterType): OmitThisParameter; (this: (this: T, arg0: A0, ...args: A) => R, thisArg: T, arg0: A0): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, arg2: A2, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1, arg2: A2): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3): (...args: A) => R; (this: (this: T, ...args: AX[]) => R, thisArg: T, ...args: AX[]): (...args: AX[]) => R; } +>callback.bind : { (this: T, thisArg: ThisParameterType): OmitThisParameter; (this: (this: T, ...args: [...A, ...B]) => R, thisArg: T, ...args: A): (...args: B) => R; } >callback : (this: 1, ...args: T) => void ->bind : { (this: T, thisArg: ThisParameterType): OmitThisParameter; (this: (this: T, arg0: A0, ...args: A) => R, thisArg: T, arg0: A0): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, arg2: A2, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1, arg2: A2): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3): (...args: A) => R; (this: (this: T, ...args: AX[]) => R, thisArg: T, ...args: AX[]): (...args: AX[]) => R; } +>bind : { (this: T, thisArg: ThisParameterType): OmitThisParameter; (this: (this: T, ...args: [...A, ...B]) => R, thisArg: T, ...args: A): (...args: B) => R; } >1 : 1 callback.bind(2); // Error >callback.bind(2) : (...args: T) => void ->callback.bind : { (this: T, thisArg: ThisParameterType): OmitThisParameter; (this: (this: T, arg0: A0, ...args: A) => R, thisArg: T, arg0: A0): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, arg2: A2, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1, arg2: A2): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3): (...args: A) => R; (this: (this: T, ...args: AX[]) => R, thisArg: T, ...args: AX[]): (...args: AX[]) => R; } +>callback.bind : { (this: T, thisArg: ThisParameterType): OmitThisParameter; (this: (this: T, ...args: [...A, ...B]) => R, thisArg: T, ...args: A): (...args: B) => R; } >callback : (this: 1, ...args: T) => void ->bind : { (this: T, thisArg: ThisParameterType): OmitThisParameter; (this: (this: T, arg0: A0, ...args: A) => R, thisArg: T, arg0: A0): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, arg2: A2, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1, arg2: A2): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3): (...args: A) => R; (this: (this: T, ...args: AX[]) => R, thisArg: T, ...args: AX[]): (...args: AX[]) => R; } +>bind : { (this: T, thisArg: ThisParameterType): OmitThisParameter; (this: (this: T, ...args: [...A, ...B]) => R, thisArg: T, ...args: A): (...args: B) => R; } >2 : 2 } @@ -535,16 +535,16 @@ function baz(callback: (this: 1, ...args: T extends 1 ? [unknow callback.bind(1); >callback.bind(1) : (...args: T extends 1 ? [unknown] : [unknown, unknown]) => void ->callback.bind : { (this: T, thisArg: ThisParameterType): OmitThisParameter; (this: (this: T, arg0: A0, ...args: A) => R, thisArg: T, arg0: A0): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, arg2: A2, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1, arg2: A2): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3): (...args: A) => R; (this: (this: T, ...args: AX[]) => R, thisArg: T, ...args: AX[]): (...args: AX[]) => R; } +>callback.bind : { (this: T, thisArg: ThisParameterType): OmitThisParameter; (this: (this: T, ...args: [...A, ...B]) => R, thisArg: T, ...args: A): (...args: B) => R; } >callback : (this: 1, ...args: T extends 1 ? [unknown] : [unknown, unknown]) => void ->bind : { (this: T, thisArg: ThisParameterType): OmitThisParameter; (this: (this: T, arg0: A0, ...args: A) => R, thisArg: T, arg0: A0): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, arg2: A2, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1, arg2: A2): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3): (...args: A) => R; (this: (this: T, ...args: AX[]) => R, thisArg: T, ...args: AX[]): (...args: AX[]) => R; } +>bind : { (this: T, thisArg: ThisParameterType): OmitThisParameter; (this: (this: T, ...args: [...A, ...B]) => R, thisArg: T, ...args: A): (...args: B) => R; } >1 : 1 callback.bind(2); // Error >callback.bind(2) : (...args: T extends 1 ? [unknown] : [unknown, unknown]) => void ->callback.bind : { (this: T, thisArg: ThisParameterType): OmitThisParameter; (this: (this: T, arg0: A0, ...args: A) => R, thisArg: T, arg0: A0): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, arg2: A2, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1, arg2: A2): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3): (...args: A) => R; (this: (this: T, ...args: AX[]) => R, thisArg: T, ...args: AX[]): (...args: AX[]) => R; } +>callback.bind : { (this: T, thisArg: ThisParameterType): OmitThisParameter; (this: (this: T, ...args: [...A, ...B]) => R, thisArg: T, ...args: A): (...args: B) => R; } >callback : (this: 1, ...args: T extends 1 ? [unknown] : [unknown, unknown]) => void ->bind : { (this: T, thisArg: ThisParameterType): OmitThisParameter; (this: (this: T, arg0: A0, ...args: A) => R, thisArg: T, arg0: A0): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, arg2: A2, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1, arg2: A2): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3): (...args: A) => R; (this: (this: T, ...args: AX[]) => R, thisArg: T, ...args: AX[]): (...args: AX[]) => R; } +>bind : { (this: T, thisArg: ThisParameterType): OmitThisParameter; (this: (this: T, ...args: [...A, ...B]) => R, thisArg: T, ...args: A): (...args: B) => R; } >2 : 2 } @@ -555,11 +555,11 @@ class Foo { constructor() { this.fn.bind(this); >this.fn.bind(this) : (...args: T) => void ->this.fn.bind : { (this: T, thisArg: ThisParameterType): OmitThisParameter; (this: (this: T, arg0: A0, ...args: A) => R, thisArg: T, arg0: A0): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, arg2: A2, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1, arg2: A2): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3): (...args: A) => R; (this: (this: T, ...args: AX[]) => R, thisArg: T, ...args: AX[]): (...args: AX[]) => R; } +>this.fn.bind : { (this: T, thisArg: ThisParameterType): OmitThisParameter; (this: (this: T, ...args: [...A, ...B]) => R, thisArg: T, ...args: A): (...args: B) => R; } >this.fn : (...args: T) => void >this : this >fn : (...args: T) => void ->bind : { (this: T, thisArg: ThisParameterType): OmitThisParameter; (this: (this: T, arg0: A0, ...args: A) => R, thisArg: T, arg0: A0): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, arg2: A2, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1, arg2: A2): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3): (...args: A) => R; (this: (this: T, ...args: AX[]) => R, thisArg: T, ...args: AX[]): (...args: AX[]) => R; } +>bind : { (this: T, thisArg: ThisParameterType): OmitThisParameter; (this: (this: T, ...args: [...A, ...B]) => R, thisArg: T, ...args: A): (...args: B) => R; } >this : this } @@ -574,11 +574,11 @@ class Bar { constructor() { this.fn.bind(this); >this.fn.bind(this) : (...args: T extends 1 ? [unknown] : [unknown, unknown]) => void ->this.fn.bind : { (this: T, thisArg: ThisParameterType): OmitThisParameter; (this: (this: T, arg0: A0, ...args: A) => R, thisArg: T, arg0: A0): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, arg2: A2, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1, arg2: A2): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3): (...args: A) => R; (this: (this: T, ...args: AX[]) => R, thisArg: T, ...args: AX[]): (...args: AX[]) => R; } +>this.fn.bind : { (this: T, thisArg: ThisParameterType): OmitThisParameter; (this: (this: T, ...args: [...A, ...B]) => R, thisArg: T, ...args: A): (...args: B) => R; } >this.fn : (...args: T extends 1 ? [unknown] : [unknown, unknown]) => void >this : this >fn : (...args: T extends 1 ? [unknown] : [unknown, unknown]) => void ->bind : { (this: T, thisArg: ThisParameterType): OmitThisParameter; (this: (this: T, arg0: A0, ...args: A) => R, thisArg: T, arg0: A0): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, arg2: A2, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1, arg2: A2): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3): (...args: A) => R; (this: (this: T, ...args: AX[]) => R, thisArg: T, ...args: AX[]): (...args: AX[]) => R; } +>bind : { (this: T, thisArg: ThisParameterType): OmitThisParameter; (this: (this: T, ...args: [...A, ...B]) => R, thisArg: T, ...args: A): (...args: B) => R; } >this : this } diff --git a/tests/baselines/reference/strictBindCallApply2.symbols b/tests/baselines/reference/strictBindCallApply2.symbols index 015a796fb5186..213ef3e46622e 100644 --- a/tests/baselines/reference/strictBindCallApply2.symbols +++ b/tests/baselines/reference/strictBindCallApply2.symbols @@ -17,8 +17,8 @@ type Test = ThisParameterType; const fb = fn.bind({ blub: "blub" }); >fb : Symbol(fb, Decl(strictBindCallApply2.ts, 7, 5)) ->fn.bind : Symbol(CallableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --) ... and 1 more) +>fn.bind : Symbol(CallableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --)) >fn : Symbol(fn, Decl(strictBindCallApply2.ts, 2, 31)) ->bind : Symbol(CallableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --) ... and 1 more) +>bind : Symbol(CallableFunction.bind, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --)) >blub : Symbol(blub, Decl(strictBindCallApply2.ts, 7, 20)) diff --git a/tests/baselines/reference/strictBindCallApply2.types b/tests/baselines/reference/strictBindCallApply2.types index 6abb106e66b2f..29f52b62bd952 100644 --- a/tests/baselines/reference/strictBindCallApply2.types +++ b/tests/baselines/reference/strictBindCallApply2.types @@ -15,9 +15,9 @@ type Test = ThisParameterType; const fb = fn.bind({ blub: "blub" }); >fb : () => void >fn.bind({ blub: "blub" }) : () => void ->fn.bind : { (this: T, thisArg: ThisParameterType): OmitThisParameter; (this: (this: T, arg0: A0, ...args: A) => R, thisArg: T, arg0: A0): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, arg2: A2, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1, arg2: A2): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3): (...args: A) => R; (this: (this: T, ...args: AX[]) => R, thisArg: T, ...args: AX[]): (...args: AX[]) => R; } +>fn.bind : { (this: T, thisArg: ThisParameterType): OmitThisParameter; (this: (this: T, ...args: [...A, ...B]) => R, thisArg: T, ...args: A): (...args: B) => R; } >fn : (this: Foo) => void ->bind : { (this: T, thisArg: ThisParameterType): OmitThisParameter; (this: (this: T, arg0: A0, ...args: A) => R, thisArg: T, arg0: A0): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, arg2: A2, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1, arg2: A2): (...args: A) => R; (this: (this: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3, ...args: A) => R, thisArg: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3): (...args: A) => R; (this: (this: T, ...args: AX[]) => R, thisArg: T, ...args: AX[]): (...args: AX[]) => R; } +>bind : { (this: T, thisArg: ThisParameterType): OmitThisParameter; (this: (this: T, ...args: [...A, ...B]) => R, thisArg: T, ...args: A): (...args: B) => R; } >{ blub: "blub" } : { blub: string; } >blub : string >"blub" : "blub" diff --git a/tests/baselines/reference/tscWatch/emit/emit-file-content/should-emit-specified-file.js b/tests/baselines/reference/tscWatch/emit/emit-file-content/should-emit-specified-file.js index 88e2db977bb20..500784ce2d259 100644 --- a/tests/baselines/reference/tscWatch/emit/emit-file-content/should-emit-specified-file.js +++ b/tests/baselines/reference/tscWatch/emit/emit-file-content/should-emit-specified-file.js @@ -56,10 +56,6 @@ Shape signatures in builder refreshed for:: /a/b/f2.ts (used version) /a/b/f3.ts (used version) -PolledWatches:: -/a/b/node_modules/@types: *new* - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: *new* {} diff --git a/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-always-return-the-file-itself-if-'--isolatedModules'-is-specified.js b/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-always-return-the-file-itself-if-'--isolatedModules'-is-specified.js index 0ce7b4d40ab03..8a860416b6d18 100644 --- a/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-always-return-the-file-itself-if-'--isolatedModules'-is-specified.js +++ b/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-always-return-the-file-itself-if-'--isolatedModules'-is-specified.js @@ -68,10 +68,6 @@ Shape signatures in builder refreshed for:: /a/b/globalfile3.ts (used version) /a/b/modulefile2.ts (used version) -PolledWatches:: -/a/b/node_modules/@types: *new* - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: *new* {} diff --git a/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-always-return-the-file-itself-if-'--out'-or-'--outFile'-is-specified.js b/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-always-return-the-file-itself-if-'--out'-or-'--outFile'-is-specified.js index 727fac0cb87b8..5da1b1dafb512 100644 --- a/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-always-return-the-file-itself-if-'--out'-or-'--outFile'-is-specified.js +++ b/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-always-return-the-file-itself-if-'--out'-or-'--outFile'-is-specified.js @@ -56,10 +56,6 @@ No cached semantic diagnostics in the builder:: No shapes updated in the builder:: -PolledWatches:: -/a/b/node_modules/@types: *new* - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: *new* {} diff --git a/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-be-up-to-date-with-deleted-files.js b/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-be-up-to-date-with-deleted-files.js index cdd01b7596dcd..ee64f941b4f09 100644 --- a/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-be-up-to-date-with-deleted-files.js +++ b/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-be-up-to-date-with-deleted-files.js @@ -68,10 +68,6 @@ Shape signatures in builder refreshed for:: /a/b/globalfile3.ts (used version) /a/b/modulefile2.ts (used version) -PolledWatches:: -/a/b/node_modules/@types: *new* - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: *new* {} @@ -164,10 +160,6 @@ Shape signatures in builder refreshed for:: /a/b/modulefile1.ts (computed .d.ts) /a/b/file1consumer1.ts (computed .d.ts) -PolledWatches:: -/a/b/node_modules/@types: - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: {} diff --git a/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-be-up-to-date-with-newly-created-files.js b/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-be-up-to-date-with-newly-created-files.js index 8a66bf6ec9a77..8882c3045cddb 100644 --- a/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-be-up-to-date-with-newly-created-files.js +++ b/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-be-up-to-date-with-newly-created-files.js @@ -68,10 +68,6 @@ Shape signatures in builder refreshed for:: /a/b/globalfile3.ts (used version) /a/b/modulefile2.ts (used version) -PolledWatches:: -/a/b/node_modules/@types: *new* - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: *new* {} @@ -172,10 +168,6 @@ Shape signatures in builder refreshed for:: /a/b/file1consumer2.ts (computed .d.ts) /a/b/file1consumer1.ts (computed .d.ts) -PolledWatches:: -/a/b/node_modules/@types: - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: {} diff --git a/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-be-up-to-date-with-the-reference-map-changes.js b/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-be-up-to-date-with-the-reference-map-changes.js index da7741131e725..cc4c1ef00c8cb 100644 --- a/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-be-up-to-date-with-the-reference-map-changes.js +++ b/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-be-up-to-date-with-the-reference-map-changes.js @@ -68,10 +68,6 @@ Shape signatures in builder refreshed for:: /a/b/globalfile3.ts (used version) /a/b/modulefile2.ts (used version) -PolledWatches:: -/a/b/node_modules/@types: *new* - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: *new* {} diff --git a/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-contains-only-itself-if-a-module-file's-shape-didn't-change,-and-all-files-referencing-it-if-its-shape-changed.js b/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-contains-only-itself-if-a-module-file's-shape-didn't-change,-and-all-files-referencing-it-if-its-shape-changed.js index b840ddc7c3b5a..617e45097bb52 100644 --- a/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-contains-only-itself-if-a-module-file's-shape-didn't-change,-and-all-files-referencing-it-if-its-shape-changed.js +++ b/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-contains-only-itself-if-a-module-file's-shape-didn't-change,-and-all-files-referencing-it-if-its-shape-changed.js @@ -68,10 +68,6 @@ Shape signatures in builder refreshed for:: /a/b/globalfile3.ts (used version) /a/b/modulefile2.ts (used version) -PolledWatches:: -/a/b/node_modules/@types: *new* - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: *new* {} diff --git a/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-detect-changes-in-non-root-files.js b/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-detect-changes-in-non-root-files.js index 9f895af9dbc1d..1a86dd0153054 100644 --- a/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-detect-changes-in-non-root-files.js +++ b/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-detect-changes-in-non-root-files.js @@ -59,10 +59,6 @@ Shape signatures in builder refreshed for:: /a/b/modulefile1.ts (used version) /a/b/file1consumer1.ts (used version) -PolledWatches:: -/a/b/node_modules/@types: *new* - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: *new* {} diff --git a/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-detect-non-existing-code-file.js b/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-detect-non-existing-code-file.js index d943f33ead722..5c6bde2fa67f1 100644 --- a/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-detect-non-existing-code-file.js +++ b/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-detect-non-existing-code-file.js @@ -58,8 +58,6 @@ Shape signatures in builder refreshed for:: PolledWatches:: /a/b/modulefile2.ts: *new* {"pollingInterval":500} -/a/b/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/b/tsconfig.json: *new* @@ -150,10 +148,6 @@ Input:: export var Foo4 = 10; -PolledWatches:: -/a/b/node_modules/@types: - {"pollingInterval":500} - PolledWatches *deleted*:: /a/b/modulefile2.ts: {"pollingInterval":500} @@ -207,10 +201,6 @@ Shape signatures in builder refreshed for:: /a/b/modulefile2.ts (computed .d.ts) /a/b/referencefile1.ts (computed .d.ts) -PolledWatches:: -/a/b/node_modules/@types: - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: {} diff --git a/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-detect-removed-code-file.js b/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-detect-removed-code-file.js index 4259c37021aad..5f381d655ad63 100644 --- a/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-detect-removed-code-file.js +++ b/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-detect-removed-code-file.js @@ -56,10 +56,6 @@ Shape signatures in builder refreshed for:: /a/b/modulefile1.ts (used version) /a/b/referencefile1.ts (used version) -PolledWatches:: -/a/b/node_modules/@types: *new* - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: *new* {} @@ -134,8 +130,6 @@ Shape signatures in builder refreshed for:: /a/b/referencefile1.ts (computed .d.ts) PolledWatches:: -/a/b/node_modules/@types: - {"pollingInterval":500} /a/b/modulefile1.ts: *new* {"pollingInterval":500} diff --git a/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-return-all-files-if-a-global-file-changed-shape.js b/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-return-all-files-if-a-global-file-changed-shape.js index 7e141aeb36913..3882e09d09704 100644 --- a/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-return-all-files-if-a-global-file-changed-shape.js +++ b/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-return-all-files-if-a-global-file-changed-shape.js @@ -68,10 +68,6 @@ Shape signatures in builder refreshed for:: /a/b/globalfile3.ts (used version) /a/b/modulefile2.ts (used version) -PolledWatches:: -/a/b/node_modules/@types: *new* - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: *new* {} diff --git a/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-return-cascaded-affected-file-list.js b/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-return-cascaded-affected-file-list.js index e1ebe9a3a725e..7aeb330a05862 100644 --- a/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-return-cascaded-affected-file-list.js +++ b/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-return-cascaded-affected-file-list.js @@ -74,10 +74,6 @@ Shape signatures in builder refreshed for:: /a/b/globalfile3.ts (used version) /a/b/modulefile2.ts (used version) -PolledWatches:: -/a/b/node_modules/@types: *new* - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: *new* {} diff --git a/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-work-fine-for-files-with-circular-references.js b/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-work-fine-for-files-with-circular-references.js index 3cab0e6adee0b..5246dc0fa0434 100644 --- a/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-work-fine-for-files-with-circular-references.js +++ b/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-work-fine-for-files-with-circular-references.js @@ -52,10 +52,6 @@ Shape signatures in builder refreshed for:: /a/b/file2.ts (used version) /a/b/file1.ts (used version) -PolledWatches:: -/a/b/node_modules/@types: *new* - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: *new* {} diff --git a/tests/baselines/reference/tscWatch/emit/emit-with-outFile-or-out-setting/config-does-not-have-out-or-outFile.js b/tests/baselines/reference/tscWatch/emit/emit-with-outFile-or-out-setting/config-does-not-have-out-or-outFile.js index fbd690ad4e4f1..a594792e5249d 100644 --- a/tests/baselines/reference/tscWatch/emit/emit-with-outFile-or-out-setting/config-does-not-have-out-or-outFile.js +++ b/tests/baselines/reference/tscWatch/emit/emit-with-outFile-or-out-setting/config-does-not-have-out-or-outFile.js @@ -50,10 +50,6 @@ Shape signatures in builder refreshed for:: /a/b.ts (used version) /a/lib/lib.d.ts (used version) -PolledWatches:: -/a/node_modules/@types: *new* - {"pollingInterval":500} - FsWatches:: /a/tsconfig.json: *new* {} diff --git a/tests/baselines/reference/tscWatch/emit/emit-with-outFile-or-out-setting/config-has-out.js b/tests/baselines/reference/tscWatch/emit/emit-with-outFile-or-out-setting/config-has-out.js index 257940eb0a5c8..6f63fffa86901 100644 --- a/tests/baselines/reference/tscWatch/emit/emit-with-outFile-or-out-setting/config-has-out.js +++ b/tests/baselines/reference/tscWatch/emit/emit-with-outFile-or-out-setting/config-has-out.js @@ -50,10 +50,6 @@ No cached semantic diagnostics in the builder:: No shapes updated in the builder:: -PolledWatches:: -/a/node_modules/@types: *new* - {"pollingInterval":500} - FsWatches:: /a/tsconfig.json: *new* {} diff --git a/tests/baselines/reference/tscWatch/emit/emit-with-outFile-or-out-setting/config-has-outFile.js b/tests/baselines/reference/tscWatch/emit/emit-with-outFile-or-out-setting/config-has-outFile.js index d34b0f0590dad..6c527f315f434 100644 --- a/tests/baselines/reference/tscWatch/emit/emit-with-outFile-or-out-setting/config-has-outFile.js +++ b/tests/baselines/reference/tscWatch/emit/emit-with-outFile-or-out-setting/config-has-outFile.js @@ -44,10 +44,6 @@ No cached semantic diagnostics in the builder:: No shapes updated in the builder:: -PolledWatches:: -/a/node_modules/@types: *new* - {"pollingInterval":500} - FsWatches:: /a/tsconfig.json: *new* {} diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/deepImportChanges/errors-for-.d.ts-change-with-incremental.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/deepImportChanges/errors-for-.d.ts-change-with-incremental.js index caf952f7429f5..a8262c5eafcdf 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/deepImportChanges/errors-for-.d.ts-change-with-incremental.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/deepImportChanges/errors-for-.d.ts-change-with-incremental.js @@ -69,6 +69,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* @@ -195,8 +197,9 @@ export class C } -Before running Timeout callback:: count: 1 -1: timerToUpdateProgram +Before running Timeout callback:: count: 2 +2: timerToInvalidateFailedLookupResolutions +3: timerToUpdateProgram After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -323,7 +326,7 @@ export class C Before running Timeout callback:: count: 1 -2: timerToUpdateProgram +4: timerToUpdateProgram After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -450,7 +453,7 @@ export class C Before running Timeout callback:: count: 1 -3: timerToUpdateProgram +5: timerToUpdateProgram After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/deepImportChanges/errors-for-.d.ts-change.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/deepImportChanges/errors-for-.d.ts-change.js index 4b0300483e4e0..c9b39206f7e20 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/deepImportChanges/errors-for-.d.ts-change.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/deepImportChanges/errors-for-.d.ts-change.js @@ -69,6 +69,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/deepImportChanges/errors-for-.ts-change-with-incremental.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/deepImportChanges/errors-for-.ts-change-with-incremental.js index ee32109bd6a95..e30b410f98684 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/deepImportChanges/errors-for-.ts-change-with-incremental.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/deepImportChanges/errors-for-.ts-change-with-incremental.js @@ -69,6 +69,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/deepImportChanges/errors-for-.ts-change.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/deepImportChanges/errors-for-.ts-change.js index ec222c735ee7f..a9d2b32bdbd1a 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/deepImportChanges/errors-for-.ts-change.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/deepImportChanges/errors-for-.ts-change.js @@ -69,6 +69,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/file-not-exporting-a-deep-multilevel-import-that-changes-with-incremental.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/file-not-exporting-a-deep-multilevel-import-that-changes-with-incremental.js index e006a1095635b..d7ff5d3f9112d 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/file-not-exporting-a-deep-multilevel-import-that-changes-with-incremental.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/file-not-exporting-a-deep-multilevel-import-that-changes-with-incremental.js @@ -106,6 +106,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/file-not-exporting-a-deep-multilevel-import-that-changes.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/file-not-exporting-a-deep-multilevel-import-that-changes.js index 10fbab7fb57f0..12cfd4243bd06 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/file-not-exporting-a-deep-multilevel-import-that-changes.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/file-not-exporting-a-deep-multilevel-import-that-changes.js @@ -106,6 +106,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/transitive-exports/no-circular-import/export-with-incremental.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/transitive-exports/no-circular-import/export-with-incremental.js index da2677ff191ea..cdcfe65fac03c 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/transitive-exports/no-circular-import/export-with-incremental.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/transitive-exports/no-circular-import/export-with-incremental.js @@ -92,6 +92,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/transitive-exports/no-circular-import/export.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/transitive-exports/no-circular-import/export.js index 77ed923bca15e..ec77e72ff0477 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/transitive-exports/no-circular-import/export.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/transitive-exports/no-circular-import/export.js @@ -92,6 +92,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/transitive-exports/yes-circular-import/exports-with-incremental.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/transitive-exports/yes-circular-import/exports-with-incremental.js index fdd0b743baadb..47e44b3b241f9 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/transitive-exports/yes-circular-import/exports-with-incremental.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/transitive-exports/yes-circular-import/exports-with-incremental.js @@ -101,6 +101,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/transitive-exports/yes-circular-import/exports.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/transitive-exports/yes-circular-import/exports.js index af5383b2ab650..0c9997397e1d0 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/transitive-exports/yes-circular-import/exports.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/transitive-exports/yes-circular-import/exports.js @@ -101,6 +101,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/with-noEmitOnError-with-incremental.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/with-noEmitOnError-with-incremental.js index c861aaafa46e2..dd4b12837aeec 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/with-noEmitOnError-with-incremental.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/with-noEmitOnError-with-incremental.js @@ -78,6 +78,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/noemitonerror/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/noemitonerror/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/with-noEmitOnError.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/with-noEmitOnError.js index 1c545222e919a..4e15c60fcb308 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/with-noEmitOnError.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/with-noEmitOnError.js @@ -78,6 +78,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/noemitonerror/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/noemitonerror/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/deepImportChanges/errors-for-.d.ts-change-with-incremental.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/deepImportChanges/errors-for-.d.ts-change-with-incremental.js index 1f06ef9c007ba..d65c5765a60fd 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/deepImportChanges/errors-for-.d.ts-change-with-incremental.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/deepImportChanges/errors-for-.d.ts-change-with-incremental.js @@ -69,6 +69,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* @@ -201,8 +203,9 @@ export class C } -Before running Timeout callback:: count: 1 -1: timerToUpdateProgram +Before running Timeout callback:: count: 2 +2: timerToInvalidateFailedLookupResolutions +3: timerToUpdateProgram After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -331,7 +334,7 @@ export class C Before running Timeout callback:: count: 1 -2: timerToUpdateProgram +4: timerToUpdateProgram After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -460,7 +463,7 @@ export class C Before running Timeout callback:: count: 1 -3: timerToUpdateProgram +5: timerToUpdateProgram After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/deepImportChanges/errors-for-.d.ts-change.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/deepImportChanges/errors-for-.d.ts-change.js index e60e3800bdf76..0e665b1123e4c 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/deepImportChanges/errors-for-.d.ts-change.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/deepImportChanges/errors-for-.d.ts-change.js @@ -69,6 +69,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/deepImportChanges/errors-for-.ts-change-with-incremental.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/deepImportChanges/errors-for-.ts-change-with-incremental.js index af3eb657a1e40..02ba147a881e4 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/deepImportChanges/errors-for-.ts-change-with-incremental.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/deepImportChanges/errors-for-.ts-change-with-incremental.js @@ -69,6 +69,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/deepImportChanges/errors-for-.ts-change.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/deepImportChanges/errors-for-.ts-change.js index 6ef9aaa8fbe06..97dfebc4d1f56 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/deepImportChanges/errors-for-.ts-change.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/deepImportChanges/errors-for-.ts-change.js @@ -69,6 +69,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/file-not-exporting-a-deep-multilevel-import-that-changes-with-incremental.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/file-not-exporting-a-deep-multilevel-import-that-changes-with-incremental.js index 8808879d3df4b..64d940a550e6e 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/file-not-exporting-a-deep-multilevel-import-that-changes-with-incremental.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/file-not-exporting-a-deep-multilevel-import-that-changes-with-incremental.js @@ -106,6 +106,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/file-not-exporting-a-deep-multilevel-import-that-changes.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/file-not-exporting-a-deep-multilevel-import-that-changes.js index 3230e790a5ec1..18b654e9f99d3 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/file-not-exporting-a-deep-multilevel-import-that-changes.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/file-not-exporting-a-deep-multilevel-import-that-changes.js @@ -106,6 +106,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/transitive-exports/no-circular-import/export-with-incremental.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/transitive-exports/no-circular-import/export-with-incremental.js index 565c2e2a1c593..1f41243199d73 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/transitive-exports/no-circular-import/export-with-incremental.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/transitive-exports/no-circular-import/export-with-incremental.js @@ -92,6 +92,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/transitive-exports/no-circular-import/export.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/transitive-exports/no-circular-import/export.js index 42a9e8531950e..df31c9dd28c25 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/transitive-exports/no-circular-import/export.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/transitive-exports/no-circular-import/export.js @@ -92,6 +92,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/transitive-exports/yes-circular-import/exports-with-incremental.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/transitive-exports/yes-circular-import/exports-with-incremental.js index dc6d549a3cae3..77701524756a4 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/transitive-exports/yes-circular-import/exports-with-incremental.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/transitive-exports/yes-circular-import/exports-with-incremental.js @@ -101,6 +101,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/transitive-exports/yes-circular-import/exports.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/transitive-exports/yes-circular-import/exports.js index fefee22f32dc4..a7f65c4d799e2 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/transitive-exports/yes-circular-import/exports.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/transitive-exports/yes-circular-import/exports.js @@ -101,6 +101,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/with-noEmitOnError-with-incremental.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/with-noEmitOnError-with-incremental.js index 4d870fb90157b..173b59d76fd45 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/with-noEmitOnError-with-incremental.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/with-noEmitOnError-with-incremental.js @@ -78,6 +78,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/noemitonerror/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/noemitonerror/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/with-noEmitOnError.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/with-noEmitOnError.js index 011f56e23a3a2..b88fbffad2955 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/with-noEmitOnError.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/with-noEmitOnError.js @@ -78,6 +78,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/noemitonerror/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/noemitonerror/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/deepImportChanges/errors-for-.d.ts-change-with-incremental.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/deepImportChanges/errors-for-.d.ts-change-with-incremental.js index b6080b5650c7c..640b189abfb95 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/deepImportChanges/errors-for-.d.ts-change-with-incremental.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/deepImportChanges/errors-for-.d.ts-change-with-incremental.js @@ -69,6 +69,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* @@ -192,8 +194,9 @@ export class C } -Before running Timeout callback:: count: 1 -1: timerToUpdateProgram +Before running Timeout callback:: count: 2 +2: timerToInvalidateFailedLookupResolutions +3: timerToUpdateProgram After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -336,7 +339,7 @@ export class C Before running Timeout callback:: count: 1 -2: timerToUpdateProgram +4: timerToUpdateProgram After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -462,7 +465,7 @@ export class C Before running Timeout callback:: count: 1 -3: timerToUpdateProgram +5: timerToUpdateProgram After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/deepImportChanges/errors-for-.d.ts-change.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/deepImportChanges/errors-for-.d.ts-change.js index daac303b0ebab..26f1c24b4d2d6 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/deepImportChanges/errors-for-.d.ts-change.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/deepImportChanges/errors-for-.d.ts-change.js @@ -69,6 +69,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/deepImportChanges/errors-for-.ts-change-with-incremental.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/deepImportChanges/errors-for-.ts-change-with-incremental.js index d13b0b3cfc43c..669e9884d1f72 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/deepImportChanges/errors-for-.ts-change-with-incremental.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/deepImportChanges/errors-for-.ts-change-with-incremental.js @@ -69,6 +69,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/deepImportChanges/errors-for-.ts-change.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/deepImportChanges/errors-for-.ts-change.js index dedc80aad7798..d816793d35ff8 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/deepImportChanges/errors-for-.ts-change.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/deepImportChanges/errors-for-.ts-change.js @@ -69,6 +69,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/file-not-exporting-a-deep-multilevel-import-that-changes-with-incremental.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/file-not-exporting-a-deep-multilevel-import-that-changes-with-incremental.js index ba0e6d324c8ef..2e3f4afbdc6a7 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/file-not-exporting-a-deep-multilevel-import-that-changes-with-incremental.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/file-not-exporting-a-deep-multilevel-import-that-changes-with-incremental.js @@ -106,6 +106,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/file-not-exporting-a-deep-multilevel-import-that-changes.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/file-not-exporting-a-deep-multilevel-import-that-changes.js index 28c4631d6dcc3..87d0db25916cb 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/file-not-exporting-a-deep-multilevel-import-that-changes.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/file-not-exporting-a-deep-multilevel-import-that-changes.js @@ -106,6 +106,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/transitive-exports/no-circular-import/export-with-incremental.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/transitive-exports/no-circular-import/export-with-incremental.js index ccd270c2f0266..80af7bd50ca91 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/transitive-exports/no-circular-import/export-with-incremental.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/transitive-exports/no-circular-import/export-with-incremental.js @@ -92,6 +92,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/transitive-exports/no-circular-import/export.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/transitive-exports/no-circular-import/export.js index d528f4a39d6df..8821ee1ba73b8 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/transitive-exports/no-circular-import/export.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/transitive-exports/no-circular-import/export.js @@ -92,6 +92,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/transitive-exports/yes-circular-import/exports-with-incremental.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/transitive-exports/yes-circular-import/exports-with-incremental.js index e7e02a548cf3f..54648a17aaaaa 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/transitive-exports/yes-circular-import/exports-with-incremental.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/transitive-exports/yes-circular-import/exports-with-incremental.js @@ -101,6 +101,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/transitive-exports/yes-circular-import/exports.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/transitive-exports/yes-circular-import/exports.js index da22508d376c2..dc7ab3c374fa9 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/transitive-exports/yes-circular-import/exports.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/transitive-exports/yes-circular-import/exports.js @@ -101,6 +101,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/with-noEmitOnError-with-incremental.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/with-noEmitOnError-with-incremental.js index f0f30f8167eab..c4ae99b68662b 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/with-noEmitOnError-with-incremental.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/with-noEmitOnError-with-incremental.js @@ -78,6 +78,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/noemitonerror/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/noemitonerror/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/with-noEmitOnError.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/with-noEmitOnError.js index cba2b04fd9a1e..27dff7584ac24 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/with-noEmitOnError.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/with-noEmitOnError.js @@ -78,6 +78,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/noemitonerror/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/noemitonerror/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/deepImportChanges/errors-for-.d.ts-change-with-incremental.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/deepImportChanges/errors-for-.d.ts-change-with-incremental.js index 647931ee0b911..a597399df5e5a 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/deepImportChanges/errors-for-.d.ts-change-with-incremental.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/deepImportChanges/errors-for-.d.ts-change-with-incremental.js @@ -69,6 +69,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* @@ -200,8 +202,9 @@ export class C } -Before running Timeout callback:: count: 1 -1: timerToUpdateProgram +Before running Timeout callback:: count: 2 +2: timerToInvalidateFailedLookupResolutions +3: timerToUpdateProgram After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -349,7 +352,7 @@ export class C Before running Timeout callback:: count: 1 -2: timerToUpdateProgram +4: timerToUpdateProgram After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -480,7 +483,7 @@ export class C Before running Timeout callback:: count: 1 -3: timerToUpdateProgram +5: timerToUpdateProgram After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/deepImportChanges/errors-for-.d.ts-change.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/deepImportChanges/errors-for-.d.ts-change.js index b932bc8b5fa28..08c226bcc1274 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/deepImportChanges/errors-for-.d.ts-change.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/deepImportChanges/errors-for-.d.ts-change.js @@ -69,6 +69,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/deepImportChanges/errors-for-.ts-change-with-incremental.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/deepImportChanges/errors-for-.ts-change-with-incremental.js index 6dd4e54ae0f2e..2743fe8406a33 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/deepImportChanges/errors-for-.ts-change-with-incremental.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/deepImportChanges/errors-for-.ts-change-with-incremental.js @@ -69,6 +69,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/deepImportChanges/errors-for-.ts-change.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/deepImportChanges/errors-for-.ts-change.js index bb32846757586..b9e999d38100c 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/deepImportChanges/errors-for-.ts-change.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/deepImportChanges/errors-for-.ts-change.js @@ -69,6 +69,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/file-not-exporting-a-deep-multilevel-import-that-changes-with-incremental.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/file-not-exporting-a-deep-multilevel-import-that-changes-with-incremental.js index 4a9384d75a756..611e17d94832a 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/file-not-exporting-a-deep-multilevel-import-that-changes-with-incremental.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/file-not-exporting-a-deep-multilevel-import-that-changes-with-incremental.js @@ -106,6 +106,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/file-not-exporting-a-deep-multilevel-import-that-changes.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/file-not-exporting-a-deep-multilevel-import-that-changes.js index 57c8bf9add06e..3cf5088e137c7 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/file-not-exporting-a-deep-multilevel-import-that-changes.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/file-not-exporting-a-deep-multilevel-import-that-changes.js @@ -106,6 +106,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/transitive-exports/no-circular-import/export-with-incremental.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/transitive-exports/no-circular-import/export-with-incremental.js index 68d7d883f9de7..6546b4bfa136e 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/transitive-exports/no-circular-import/export-with-incremental.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/transitive-exports/no-circular-import/export-with-incremental.js @@ -92,6 +92,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/transitive-exports/no-circular-import/export.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/transitive-exports/no-circular-import/export.js index 3484ec70925d8..a8bc1d8bf6b1e 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/transitive-exports/no-circular-import/export.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/transitive-exports/no-circular-import/export.js @@ -92,6 +92,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/transitive-exports/yes-circular-import/exports-with-incremental.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/transitive-exports/yes-circular-import/exports-with-incremental.js index e5f41e633aace..05c66cb03dfdd 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/transitive-exports/yes-circular-import/exports-with-incremental.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/transitive-exports/yes-circular-import/exports-with-incremental.js @@ -101,6 +101,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/transitive-exports/yes-circular-import/exports.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/transitive-exports/yes-circular-import/exports.js index 31d9c5fa41ead..3bd5596187618 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/transitive-exports/yes-circular-import/exports.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/transitive-exports/yes-circular-import/exports.js @@ -101,6 +101,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/with-noEmitOnError-with-incremental.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/with-noEmitOnError-with-incremental.js index fc3383eae7e39..64b1fd83b6665 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/with-noEmitOnError-with-incremental.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/with-noEmitOnError-with-incremental.js @@ -78,6 +78,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/noemitonerror/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/noemitonerror/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/with-noEmitOnError.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/with-noEmitOnError.js index d12d4ee0446bc..1edc972e1a7f7 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/with-noEmitOnError.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/with-noEmitOnError.js @@ -78,6 +78,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/noemitonerror/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/noemitonerror/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/deepImportChanges/errors-for-.d.ts-change-with-incremental.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/deepImportChanges/errors-for-.d.ts-change-with-incremental.js index 0c55e4162a8f6..de3819e5ea430 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/deepImportChanges/errors-for-.d.ts-change-with-incremental.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/deepImportChanges/errors-for-.d.ts-change-with-incremental.js @@ -69,6 +69,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* @@ -192,8 +194,9 @@ export class C } -Before running Timeout callback:: count: 1 -1: timerToUpdateProgram +Before running Timeout callback:: count: 2 +2: timerToInvalidateFailedLookupResolutions +3: timerToUpdateProgram After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -336,7 +339,7 @@ export class C Before running Timeout callback:: count: 1 -2: timerToUpdateProgram +4: timerToUpdateProgram After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -462,7 +465,7 @@ export class C Before running Timeout callback:: count: 1 -3: timerToUpdateProgram +5: timerToUpdateProgram After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/deepImportChanges/errors-for-.d.ts-change.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/deepImportChanges/errors-for-.d.ts-change.js index d59eba8b4b49c..b5d627d1f04b6 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/deepImportChanges/errors-for-.d.ts-change.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/deepImportChanges/errors-for-.d.ts-change.js @@ -69,6 +69,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/deepImportChanges/errors-for-.ts-change-with-incremental.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/deepImportChanges/errors-for-.ts-change-with-incremental.js index 8206fdc3327c2..97d5c3ac3feb6 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/deepImportChanges/errors-for-.ts-change-with-incremental.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/deepImportChanges/errors-for-.ts-change-with-incremental.js @@ -69,6 +69,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/deepImportChanges/errors-for-.ts-change.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/deepImportChanges/errors-for-.ts-change.js index 76ad70f1fc1e6..9c714f279c0bd 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/deepImportChanges/errors-for-.ts-change.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/deepImportChanges/errors-for-.ts-change.js @@ -69,6 +69,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/file-not-exporting-a-deep-multilevel-import-that-changes-with-incremental.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/file-not-exporting-a-deep-multilevel-import-that-changes-with-incremental.js index a332a2d2b9d54..c14cf19284007 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/file-not-exporting-a-deep-multilevel-import-that-changes-with-incremental.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/file-not-exporting-a-deep-multilevel-import-that-changes-with-incremental.js @@ -106,6 +106,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/file-not-exporting-a-deep-multilevel-import-that-changes.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/file-not-exporting-a-deep-multilevel-import-that-changes.js index 6f9fbb85610da..8c6c9cf008a0c 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/file-not-exporting-a-deep-multilevel-import-that-changes.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/file-not-exporting-a-deep-multilevel-import-that-changes.js @@ -106,6 +106,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/transitive-exports/no-circular-import/export-with-incremental.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/transitive-exports/no-circular-import/export-with-incremental.js index db9b3d65c5efe..eecc9f1f05d08 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/transitive-exports/no-circular-import/export-with-incremental.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/transitive-exports/no-circular-import/export-with-incremental.js @@ -92,6 +92,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/transitive-exports/no-circular-import/export.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/transitive-exports/no-circular-import/export.js index 8ff68e0a8acca..e265fc6147047 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/transitive-exports/no-circular-import/export.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/transitive-exports/no-circular-import/export.js @@ -92,6 +92,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/transitive-exports/yes-circular-import/exports-with-incremental.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/transitive-exports/yes-circular-import/exports-with-incremental.js index b25fff15e4c52..d2df511ed7a1b 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/transitive-exports/yes-circular-import/exports-with-incremental.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/transitive-exports/yes-circular-import/exports-with-incremental.js @@ -101,6 +101,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/transitive-exports/yes-circular-import/exports.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/transitive-exports/yes-circular-import/exports.js index 36a137faf01ed..2b51beeb54899 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/transitive-exports/yes-circular-import/exports.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/transitive-exports/yes-circular-import/exports.js @@ -101,6 +101,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/with-noEmitOnError-with-incremental.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/with-noEmitOnError-with-incremental.js index 07fd08b3ecff2..de9b896a2ab92 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/with-noEmitOnError-with-incremental.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/with-noEmitOnError-with-incremental.js @@ -78,6 +78,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/noemitonerror/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/noemitonerror/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/with-noEmitOnError.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/with-noEmitOnError.js index 0e0967a2bd702..ac1ab79cf3bb4 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/with-noEmitOnError.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/with-noEmitOnError.js @@ -78,6 +78,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/noemitonerror/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/noemitonerror/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/deepImportChanges/errors-for-.d.ts-change-with-incremental.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/deepImportChanges/errors-for-.d.ts-change-with-incremental.js index 735f0b4ef8a16..77b8042f1da01 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/deepImportChanges/errors-for-.d.ts-change-with-incremental.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/deepImportChanges/errors-for-.d.ts-change-with-incremental.js @@ -69,6 +69,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* @@ -200,8 +202,9 @@ export class C } -Before running Timeout callback:: count: 1 -1: timerToUpdateProgram +Before running Timeout callback:: count: 2 +2: timerToInvalidateFailedLookupResolutions +3: timerToUpdateProgram After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -349,7 +352,7 @@ export class C Before running Timeout callback:: count: 1 -2: timerToUpdateProgram +4: timerToUpdateProgram After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -480,7 +483,7 @@ export class C Before running Timeout callback:: count: 1 -3: timerToUpdateProgram +5: timerToUpdateProgram After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/deepImportChanges/errors-for-.d.ts-change.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/deepImportChanges/errors-for-.d.ts-change.js index c075cc712fb30..556c9e9375eae 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/deepImportChanges/errors-for-.d.ts-change.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/deepImportChanges/errors-for-.d.ts-change.js @@ -69,6 +69,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/deepImportChanges/errors-for-.ts-change-with-incremental.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/deepImportChanges/errors-for-.ts-change-with-incremental.js index 521abd6087112..2309f44ef521b 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/deepImportChanges/errors-for-.ts-change-with-incremental.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/deepImportChanges/errors-for-.ts-change-with-incremental.js @@ -69,6 +69,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/deepImportChanges/errors-for-.ts-change.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/deepImportChanges/errors-for-.ts-change.js index a20cbd6e6ea8c..dff28b12b0c74 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/deepImportChanges/errors-for-.ts-change.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/deepImportChanges/errors-for-.ts-change.js @@ -69,6 +69,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/file-not-exporting-a-deep-multilevel-import-that-changes-with-incremental.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/file-not-exporting-a-deep-multilevel-import-that-changes-with-incremental.js index 962cd50d3ec25..91d12231a8daa 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/file-not-exporting-a-deep-multilevel-import-that-changes-with-incremental.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/file-not-exporting-a-deep-multilevel-import-that-changes-with-incremental.js @@ -106,6 +106,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/file-not-exporting-a-deep-multilevel-import-that-changes.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/file-not-exporting-a-deep-multilevel-import-that-changes.js index ccc30c64a06db..a9ef29712e7d3 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/file-not-exporting-a-deep-multilevel-import-that-changes.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/file-not-exporting-a-deep-multilevel-import-that-changes.js @@ -106,6 +106,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/transitive-exports/no-circular-import/export-with-incremental.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/transitive-exports/no-circular-import/export-with-incremental.js index f520b4916c41a..6058d367a7ba0 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/transitive-exports/no-circular-import/export-with-incremental.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/transitive-exports/no-circular-import/export-with-incremental.js @@ -92,6 +92,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/transitive-exports/no-circular-import/export.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/transitive-exports/no-circular-import/export.js index d24a17f38d23a..cb41d856e295c 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/transitive-exports/no-circular-import/export.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/transitive-exports/no-circular-import/export.js @@ -92,6 +92,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/transitive-exports/yes-circular-import/exports-with-incremental.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/transitive-exports/yes-circular-import/exports-with-incremental.js index 3a9a80cbd3d0f..c1ff892e4f058 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/transitive-exports/yes-circular-import/exports-with-incremental.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/transitive-exports/yes-circular-import/exports-with-incremental.js @@ -101,6 +101,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/transitive-exports/yes-circular-import/exports.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/transitive-exports/yes-circular-import/exports.js index 5be36eadd0310..b7f9128409f22 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/transitive-exports/yes-circular-import/exports.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/transitive-exports/yes-circular-import/exports.js @@ -101,6 +101,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/with-noEmitOnError-with-incremental.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/with-noEmitOnError-with-incremental.js index 03e4d6b77fdfc..96c64e5de15a8 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/with-noEmitOnError-with-incremental.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/with-noEmitOnError-with-incremental.js @@ -78,6 +78,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/noemitonerror/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/noemitonerror/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/with-noEmitOnError.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/with-noEmitOnError.js index 1326d84f3b9c7..5f513188ad38d 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/with-noEmitOnError.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/with-noEmitOnError.js @@ -78,6 +78,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/noemitonerror/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/noemitonerror/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/jsxImportSource-option-changed.js b/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/jsxImportSource-option-changed.js index e9fe6a3452f09..a1ea0a0ae31aa 100644 --- a/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/jsxImportSource-option-changed.js +++ b/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/jsxImportSource-option-changed.js @@ -81,6 +81,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/package-json-is-looked-up-for-file.js b/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/package-json-is-looked-up-for-file.js index 3f1823142b7a0..ab9a20f76bb52 100644 --- a/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/package-json-is-looked-up-for-file.js +++ b/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/package-json-is-looked-up-for-file.js @@ -87,6 +87,8 @@ PolledWatches:: {"pollingInterval":2000} /users/name/projects/lib-boilerplate/node_modules/@types: *new* {"pollingInterval":500} +/users/name/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /users/name/projects/lib-boilerplate/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/self-name-package-reference.js b/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/self-name-package-reference.js index 35a56380614a6..13961102a6746 100644 --- a/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/self-name-package-reference.js +++ b/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/self-name-package-reference.js @@ -71,6 +71,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /users/name/projects/web/node_modules/@types: *new* {"pollingInterval":500} +/users/name/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /users/name/projects/web/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-both-directory-symlink-target-and-import-match-disk.js b/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-both-directory-symlink-target-and-import-match-disk.js index 4475feece07af..6e4e6542bd3c6 100644 --- a/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-both-directory-symlink-target-and-import-match-disk.js +++ b/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-both-directory-symlink-target-and-import-match-disk.js @@ -66,6 +66,8 @@ No shapes updated in the builder:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-both-file-symlink-target-and-import-match-disk.js b/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-both-file-symlink-target-and-import-match-disk.js index 03075f5224822..96fa6dbfd6283 100644 --- a/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-both-file-symlink-target-and-import-match-disk.js +++ b/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-both-file-symlink-target-and-import-match-disk.js @@ -75,6 +75,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-changing-module-name-with-different-casing.js b/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-changing-module-name-with-different-casing.js index e19e2cc04254e..c66cb754d2dde 100644 --- a/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-changing-module-name-with-different-casing.js +++ b/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-changing-module-name-with-different-casing.js @@ -53,6 +53,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-directory-symlink-target-matches-disk-but-import-does-not.js b/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-directory-symlink-target-matches-disk-but-import-does-not.js index 994b3a81a026a..67378e846e9ee 100644 --- a/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-directory-symlink-target-matches-disk-but-import-does-not.js +++ b/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-directory-symlink-target-matches-disk-but-import-does-not.js @@ -66,6 +66,8 @@ No shapes updated in the builder:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-file-symlink-target-matches-disk-but-import-does-not.js b/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-file-symlink-target-matches-disk-but-import-does-not.js index c3cf00e6d15cf..4a3d33396ca0c 100644 --- a/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-file-symlink-target-matches-disk-but-import-does-not.js +++ b/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-file-symlink-target-matches-disk-but-import-does-not.js @@ -75,6 +75,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-import,-directory-symlink-target,-and-disk-are-all-different.js b/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-import,-directory-symlink-target,-and-disk-are-all-different.js index b3bd8035af2ba..ac5ff634cd862 100644 --- a/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-import,-directory-symlink-target,-and-disk-are-all-different.js +++ b/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-import,-directory-symlink-target,-and-disk-are-all-different.js @@ -72,6 +72,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-import,-file-symlink-target,-and-disk-are-all-different.js b/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-import,-file-symlink-target,-and-disk-are-all-different.js index 72faae3ae5542..b436a463871ff 100644 --- a/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-import,-file-symlink-target,-and-disk-are-all-different.js +++ b/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-import,-file-symlink-target,-and-disk-are-all-different.js @@ -81,6 +81,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-import-and-directory-symlink-target-agree-but-do-not-match-disk.js b/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-import-and-directory-symlink-target-agree-but-do-not-match-disk.js index 4409a4d183118..9b88703fb4613 100644 --- a/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-import-and-directory-symlink-target-agree-but-do-not-match-disk.js +++ b/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-import-and-directory-symlink-target-agree-but-do-not-match-disk.js @@ -74,6 +74,8 @@ No shapes updated in the builder:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-import-and-file-symlink-target-agree-but-do-not-match-disk.js b/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-import-and-file-symlink-target-agree-but-do-not-match-disk.js index ff60f75c481a9..24a50238b2f61 100644 --- a/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-import-and-file-symlink-target-agree-but-do-not-match-disk.js +++ b/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-import-and-file-symlink-target-agree-but-do-not-match-disk.js @@ -83,6 +83,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-import-matches-disk-but-directory-symlink-target-does-not.js b/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-import-matches-disk-but-directory-symlink-target-does-not.js index a3dccc85858fd..94dd06c653c78 100644 --- a/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-import-matches-disk-but-directory-symlink-target-does-not.js +++ b/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-import-matches-disk-but-directory-symlink-target-does-not.js @@ -74,6 +74,8 @@ No shapes updated in the builder:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-import-matches-disk-but-file-symlink-target-does-not.js b/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-import-matches-disk-but-file-symlink-target-does-not.js index 7ca20b08238a3..f36f915dd96cf 100644 --- a/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-import-matches-disk-but-file-symlink-target-does-not.js +++ b/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-import-matches-disk-but-file-symlink-target-does-not.js @@ -83,6 +83,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-relative-information-file-location-changes.js b/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-relative-information-file-location-changes.js index c862f87e42015..2af9d2fe4b6b9 100644 --- a/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-relative-information-file-location-changes.js +++ b/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-relative-information-file-location-changes.js @@ -97,6 +97,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-renaming-file-with-different-casing.js b/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-renaming-file-with-different-casing.js index 50e1394f779f8..f86d330dc300a 100644 --- a/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-renaming-file-with-different-casing.js +++ b/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-renaming-file-with-different-casing.js @@ -53,6 +53,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/with-nodeNext-resolution.js b/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/with-nodeNext-resolution.js index 1699b9b478a27..bbc51be2206f0 100644 --- a/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/with-nodeNext-resolution.js +++ b/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/with-nodeNext-resolution.js @@ -120,6 +120,8 @@ PolledWatches:: {"pollingInterval":2000} /users/name/projects/package.json: *new* {"pollingInterval":2000} +/users/name/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /users/name/projects/web/tsconfig.json: *new* @@ -128,11 +130,13 @@ FsWatches:: {} /users/name/projects/web/node_modules/@types/yargs/index.d.ts: *new* {} +/users/name/projects/web/node_modules/@types/yargs/package.json: *new* + {} /a/lib/lib.d.ts: *new* {} -/users/name/projects/web: *new* +/users/name/projects: *new* {} -/users/name/projects/web/node_modules/@types/yargs/package.json: *new* +/users/name/projects/web: *new* {} FsWatchesRecursive:: diff --git a/tests/baselines/reference/tscWatch/incremental/editing-module-augmentation-watch.js b/tests/baselines/reference/tscWatch/incremental/editing-module-augmentation-watch.js index 644aa560e10ee..d67213724685a 100644 --- a/tests/baselines/reference/tscWatch/incremental/editing-module-augmentation-watch.js +++ b/tests/baselines/reference/tscWatch/incremental/editing-module-augmentation-watch.js @@ -61,6 +61,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /users/username/projects/project/node_modules/@types: *new* {"pollingInterval":500} +/users/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /users/username/projects/project/tsconfig.json: *new* @@ -188,6 +190,8 @@ export {}; declare module "classnames" { interface Result {} } PolledWatches *deleted*:: /users/username/projects/project/node_modules/@types: {"pollingInterval":500} +/users/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches *deleted*:: /users/username/projects/project/tsconfig.json: @@ -242,6 +246,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /users/username/projects/project/node_modules/@types: *new* {"pollingInterval":500} +/users/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /users/username/projects/project/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/incremental/importHelpers-backing-types-removed-watch.js b/tests/baselines/reference/tscWatch/incremental/importHelpers-backing-types-removed-watch.js index a3f0861ab0164..de5ec0327afd7 100644 --- a/tests/baselines/reference/tscWatch/incremental/importHelpers-backing-types-removed-watch.js +++ b/tests/baselines/reference/tscWatch/incremental/importHelpers-backing-types-removed-watch.js @@ -58,6 +58,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /users/username/projects/project/node_modules/@types: *new* {"pollingInterval":500} +/users/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /users/username/projects/project/tsconfig.json: *new* @@ -97,6 +99,8 @@ Input:: PolledWatches *deleted*:: /users/username/projects/project/node_modules/@types: {"pollingInterval":500} +/users/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches *deleted*:: /users/username/projects/project/tsconfig.json: @@ -145,8 +149,12 @@ Shape signatures in builder refreshed for:: /users/username/projects/project/index.tsx (used version) PolledWatches:: +/users/username/projects/node_modules: *new* + {"pollingInterval":500} /users/username/projects/project/node_modules/@types: *new* {"pollingInterval":500} +/users/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /users/username/projects/project/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/incremental/incremental-with-circular-references-watch.js b/tests/baselines/reference/tscWatch/incremental/incremental-with-circular-references-watch.js index 9c7ff34cd0015..c1a443fdaacd2 100644 --- a/tests/baselines/reference/tscWatch/incremental/incremental-with-circular-references-watch.js +++ b/tests/baselines/reference/tscWatch/incremental/incremental-with-circular-references-watch.js @@ -80,6 +80,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /users/username/projects/project/node_modules/@types: *new* {"pollingInterval":500} +/users/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /users/username/projects/project/tsconfig.json: *new* @@ -264,6 +266,8 @@ export interface A { PolledWatches *deleted*:: /users/username/projects/project/node_modules/@types: {"pollingInterval":500} +/users/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches *deleted*:: /users/username/projects/project/tsconfig.json: @@ -316,6 +320,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /users/username/projects/project/node_modules/@types: *new* {"pollingInterval":500} +/users/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /users/username/projects/project/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/incremental/jsxImportSource-backing-types-added-watch.js b/tests/baselines/reference/tscWatch/incremental/jsxImportSource-backing-types-added-watch.js index e2fa71594f4ff..1482f753abda4 100644 --- a/tests/baselines/reference/tscWatch/incremental/jsxImportSource-backing-types-added-watch.js +++ b/tests/baselines/reference/tscWatch/incremental/jsxImportSource-backing-types-added-watch.js @@ -54,8 +54,12 @@ Shape signatures in builder refreshed for:: PolledWatches:: /users/username/projects/project/node_modules: *new* {"pollingInterval":500} +/users/username/projects/node_modules: *new* + {"pollingInterval":500} /users/username/projects/project/node_modules/@types: *new* {"pollingInterval":500} +/users/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /users/username/projects/project/tsconfig.json: *new* @@ -164,8 +168,12 @@ export const Fragment: unique symbol; PolledWatches *deleted*:: /users/username/projects/project/node_modules: {"pollingInterval":500} +/users/username/projects/node_modules: + {"pollingInterval":500} /users/username/projects/project/node_modules/@types: {"pollingInterval":500} +/users/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches *deleted*:: /users/username/projects/project/tsconfig.json: @@ -206,6 +214,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /users/username/projects/project/node_modules/@types: *new* {"pollingInterval":500} +/users/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /users/username/projects/project/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/incremental/jsxImportSource-backing-types-removed-watch.js b/tests/baselines/reference/tscWatch/incremental/jsxImportSource-backing-types-removed-watch.js index c0bd0ba1a0a8d..a144fdf32b9e7 100644 --- a/tests/baselines/reference/tscWatch/incremental/jsxImportSource-backing-types-removed-watch.js +++ b/tests/baselines/reference/tscWatch/incremental/jsxImportSource-backing-types-removed-watch.js @@ -69,6 +69,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /users/username/projects/project/node_modules/@types: *new* {"pollingInterval":500} +/users/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /users/username/projects/project/tsconfig.json: *new* @@ -175,6 +177,8 @@ Input:: PolledWatches *deleted*:: /users/username/projects/project/node_modules/@types: {"pollingInterval":500} +/users/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches *deleted*:: /users/username/projects/project/tsconfig.json: @@ -221,8 +225,12 @@ Shape signatures in builder refreshed for:: /users/username/projects/project/index.tsx (computed .d.ts) PolledWatches:: +/users/username/projects/node_modules: *new* + {"pollingInterval":500} /users/username/projects/project/node_modules/@types: *new* {"pollingInterval":500} +/users/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /users/username/projects/project/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/incremental/jsxImportSource-option-changed-watch.js b/tests/baselines/reference/tscWatch/incremental/jsxImportSource-option-changed-watch.js index 84d6ff287c752..88f3112a5e314 100644 --- a/tests/baselines/reference/tscWatch/incremental/jsxImportSource-option-changed-watch.js +++ b/tests/baselines/reference/tscWatch/incremental/jsxImportSource-option-changed-watch.js @@ -92,6 +92,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /users/username/projects/project/node_modules/@types: *new* {"pollingInterval":500} +/users/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /users/username/projects/project/tsconfig.json: *new* @@ -199,6 +201,8 @@ Input:: PolledWatches *deleted*:: /users/username/projects/project/node_modules/@types: {"pollingInterval":500} +/users/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches *deleted*:: /users/username/projects/project/tsconfig.json: @@ -258,6 +262,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /users/username/projects/project/node_modules/@types: *new* {"pollingInterval":500} +/users/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /users/username/projects/project/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/incremental/module-compilation/own-file-emit-with-errors-watch.js b/tests/baselines/reference/tscWatch/incremental/module-compilation/own-file-emit-with-errors-watch.js index 5f7c19c8ad687..a10558e059d78 100644 --- a/tests/baselines/reference/tscWatch/incremental/module-compilation/own-file-emit-with-errors-watch.js +++ b/tests/baselines/reference/tscWatch/incremental/module-compilation/own-file-emit-with-errors-watch.js @@ -58,6 +58,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /users/username/projects/project/node_modules/@types: *new* {"pollingInterval":500} +/users/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /users/username/projects/project/tsconfig.json: *new* @@ -171,6 +173,8 @@ export const z = 10; PolledWatches *deleted*:: /users/username/projects/project/node_modules/@types: {"pollingInterval":500} +/users/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches *deleted*:: /users/username/projects/project/tsconfig.json: @@ -216,6 +220,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /users/username/projects/project/node_modules/@types: *new* {"pollingInterval":500} +/users/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /users/username/projects/project/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/incremental/module-compilation/own-file-emit-without-errors-watch.js b/tests/baselines/reference/tscWatch/incremental/module-compilation/own-file-emit-without-errors-watch.js index a510865462c1c..e984785b551e9 100644 --- a/tests/baselines/reference/tscWatch/incremental/module-compilation/own-file-emit-without-errors-watch.js +++ b/tests/baselines/reference/tscWatch/incremental/module-compilation/own-file-emit-without-errors-watch.js @@ -53,6 +53,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /users/username/projects/project/node_modules/@types: *new* {"pollingInterval":500} +/users/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /users/username/projects/project/tsconfig.json: *new* @@ -154,6 +156,8 @@ export const z = 10; PolledWatches *deleted*:: /users/username/projects/project/node_modules/@types: {"pollingInterval":500} +/users/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches *deleted*:: /users/username/projects/project/tsconfig.json: @@ -194,6 +198,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /users/username/projects/project/node_modules/@types: *new* {"pollingInterval":500} +/users/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /users/username/projects/project/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/incremental/module-compilation/with---out-watch.js b/tests/baselines/reference/tscWatch/incremental/module-compilation/with---out-watch.js index 7ced28e25a915..ee73577dbef58 100644 --- a/tests/baselines/reference/tscWatch/incremental/module-compilation/with---out-watch.js +++ b/tests/baselines/reference/tscWatch/incremental/module-compilation/with---out-watch.js @@ -47,6 +47,8 @@ No shapes updated in the builder:: PolledWatches:: /users/username/projects/project/node_modules/@types: *new* {"pollingInterval":500} +/users/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /users/username/projects/project/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/incremental/own-file-emit-with-errors-watch.js b/tests/baselines/reference/tscWatch/incremental/own-file-emit-with-errors-watch.js index ae3ad4933b244..ce82c6b142725 100644 --- a/tests/baselines/reference/tscWatch/incremental/own-file-emit-with-errors-watch.js +++ b/tests/baselines/reference/tscWatch/incremental/own-file-emit-with-errors-watch.js @@ -58,6 +58,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /users/username/projects/project/node_modules/@types: *new* {"pollingInterval":500} +/users/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /users/username/projects/project/tsconfig.json: *new* @@ -168,6 +170,8 @@ const z = 10; PolledWatches *deleted*:: /users/username/projects/project/node_modules/@types: {"pollingInterval":500} +/users/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches *deleted*:: /users/username/projects/project/tsconfig.json: @@ -216,6 +220,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /users/username/projects/project/node_modules/@types: *new* {"pollingInterval":500} +/users/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /users/username/projects/project/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/incremental/own-file-emit-without-errors/with-commandline-parameters-that-are-not-relative-watch.js b/tests/baselines/reference/tscWatch/incremental/own-file-emit-without-errors/with-commandline-parameters-that-are-not-relative-watch.js index b422e14e0d1c7..ecc890f3586e8 100644 --- a/tests/baselines/reference/tscWatch/incremental/own-file-emit-without-errors/with-commandline-parameters-that-are-not-relative-watch.js +++ b/tests/baselines/reference/tscWatch/incremental/own-file-emit-without-errors/with-commandline-parameters-that-are-not-relative-watch.js @@ -53,6 +53,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /users/username/projects/project/node_modules/@types: *new* {"pollingInterval":500} +/users/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /users/username/projects/project/tsconfig.json: *new* @@ -151,6 +153,8 @@ const z = 10; PolledWatches *deleted*:: /users/username/projects/project/node_modules/@types: {"pollingInterval":500} +/users/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches *deleted*:: /users/username/projects/project/tsconfig.json: @@ -194,6 +198,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /users/username/projects/project/node_modules/@types: *new* {"pollingInterval":500} +/users/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /users/username/projects/project/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/incremental/own-file-emit-without-errors/without-commandline-options-watch.js b/tests/baselines/reference/tscWatch/incremental/own-file-emit-without-errors/without-commandline-options-watch.js index 794d4929cde44..8ad4b3c4182dd 100644 --- a/tests/baselines/reference/tscWatch/incremental/own-file-emit-without-errors/without-commandline-options-watch.js +++ b/tests/baselines/reference/tscWatch/incremental/own-file-emit-without-errors/without-commandline-options-watch.js @@ -53,6 +53,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /users/username/projects/project/node_modules/@types: *new* {"pollingInterval":500} +/users/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /users/username/projects/project/tsconfig.json: *new* @@ -151,6 +153,8 @@ const z = 10; PolledWatches *deleted*:: /users/username/projects/project/node_modules/@types: {"pollingInterval":500} +/users/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches *deleted*:: /users/username/projects/project/tsconfig.json: @@ -194,6 +198,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /users/username/projects/project/node_modules/@types: *new* {"pollingInterval":500} +/users/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /users/username/projects/project/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/incremental/tsbuildinfo-has-error.js b/tests/baselines/reference/tscWatch/incremental/tsbuildinfo-has-error.js index f1d01113dc36d..5f1435f930b99 100644 --- a/tests/baselines/reference/tscWatch/incremental/tsbuildinfo-has-error.js +++ b/tests/baselines/reference/tscWatch/incremental/tsbuildinfo-has-error.js @@ -47,10 +47,6 @@ Shape signatures in builder refreshed for:: /a/lib/lib.d.ts (used version) /src/project/main.ts (used version) -PolledWatches:: -/src/project/node_modules/@types: *new* - {"pollingInterval":500} - FsWatches:: /src/project/tsconfig.json: *new* {} diff --git a/tests/baselines/reference/tscWatch/incremental/when-file-with-ambient-global-declaration-file-is-deleted-watch.js b/tests/baselines/reference/tscWatch/incremental/when-file-with-ambient-global-declaration-file-is-deleted-watch.js index 6f047f0ba170f..d71e6a18bc6dc 100644 --- a/tests/baselines/reference/tscWatch/incremental/when-file-with-ambient-global-declaration-file-is-deleted-watch.js +++ b/tests/baselines/reference/tscWatch/incremental/when-file-with-ambient-global-declaration-file-is-deleted-watch.js @@ -55,6 +55,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /users/username/projects/project/node_modules/@types: *new* {"pollingInterval":500} +/users/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /users/username/projects/project/tsconfig.json: *new* @@ -147,6 +149,8 @@ Input:: PolledWatches *deleted*:: /users/username/projects/project/node_modules/@types: {"pollingInterval":500} +/users/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches *deleted*:: /users/username/projects/project/tsconfig.json: @@ -192,6 +196,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /users/username/projects/project/node_modules/@types: *new* {"pollingInterval":500} +/users/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /users/username/projects/project/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/incremental/with---out-watch.js b/tests/baselines/reference/tscWatch/incremental/with---out-watch.js index adeed74c4f3ab..bc13486e27262 100644 --- a/tests/baselines/reference/tscWatch/incremental/with---out-watch.js +++ b/tests/baselines/reference/tscWatch/incremental/with---out-watch.js @@ -47,6 +47,8 @@ No shapes updated in the builder:: PolledWatches:: /users/username/projects/project/node_modules/@types: *new* {"pollingInterval":500} +/users/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /users/username/projects/project/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/moduleResolution/diagnostics-from-cache.js b/tests/baselines/reference/tscWatch/moduleResolution/diagnostics-from-cache.js index ccacdcea4a089..87d93b7515130 100644 --- a/tests/baselines/reference/tscWatch/moduleResolution/diagnostics-from-cache.js +++ b/tests/baselines/reference/tscWatch/moduleResolution/diagnostics-from-cache.js @@ -76,6 +76,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/moduleResolution/module-resolutions-from-file-are-partially-used.js b/tests/baselines/reference/tscWatch/moduleResolution/module-resolutions-from-file-are-partially-used.js index d9f5296a75123..5576f1e829e1c 100644 --- a/tests/baselines/reference/tscWatch/moduleResolution/module-resolutions-from-file-are-partially-used.js +++ b/tests/baselines/reference/tscWatch/moduleResolution/module-resolutions-from-file-are-partially-used.js @@ -159,12 +159,16 @@ Shape signatures in builder refreshed for:: /user/username/projects/myproject/index.ts (used version) PolledWatches:: +/user/username/projects/node_modules: *new* + {"pollingInterval":500} /user/username/projects/myproject/package.json: *new* {"pollingInterval":2000} /user/username/projects/package.json: *new* {"pollingInterval":2000} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* @@ -177,6 +181,8 @@ FsWatches:: {} /a/lib/lib.d.ts: *new* {} +/user/username/projects: *new* + {} /user/username/projects/myproject: *new* {} /user/username/projects/myproject/node_modules/pkg/package.json: *new* diff --git a/tests/baselines/reference/tscWatch/moduleResolution/package-json-file-is-edited-when-package-json-with-type-module-exists.js b/tests/baselines/reference/tscWatch/moduleResolution/package-json-file-is-edited-when-package-json-with-type-module-exists.js index 6de57e238279b..cdc758d9045cd 100644 --- a/tests/baselines/reference/tscWatch/moduleResolution/package-json-file-is-edited-when-package-json-with-type-module-exists.js +++ b/tests/baselines/reference/tscWatch/moduleResolution/package-json-file-is-edited-when-package-json-with-type-module-exists.js @@ -65,6 +65,8 @@ DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/node Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/node_modules/@types 1 undefined Type roots DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Type roots Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Type roots +DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Type roots +Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Type roots src/fileA.ts:1:21 - error TS2307: Cannot find module './fileB.mjs' or its corresponding type declarations. 1 import { foo } from "./fileB.mjs"; @@ -103,6 +105,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/src/tsconfig.json: *new* @@ -214,6 +218,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/src/fileb.mjs: *new* {"pollingInterval":500} @@ -324,6 +330,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} PolledWatches *deleted*:: /user/username/projects/myproject/src/fileb.mjs: @@ -446,6 +454,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/src/fileb.mjs: *new* {"pollingInterval":500} /user/username/projects/package.json: *new* @@ -546,6 +556,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/src/fileb.mjs: {"pollingInterval":500} @@ -647,6 +659,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/src/fileb.mjs: {"pollingInterval":500} /user/username/projects/package.json: *new* diff --git a/tests/baselines/reference/tscWatch/moduleResolution/package-json-file-is-edited.js b/tests/baselines/reference/tscWatch/moduleResolution/package-json-file-is-edited.js index 6a569dbd69282..41df391257404 100644 --- a/tests/baselines/reference/tscWatch/moduleResolution/package-json-file-is-edited.js +++ b/tests/baselines/reference/tscWatch/moduleResolution/package-json-file-is-edited.js @@ -72,6 +72,8 @@ DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/node Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/node_modules/@types 1 undefined Type roots DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Type roots Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Type roots +DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Type roots +Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Type roots src/fileA.ts:1:21 - error TS2307: Cannot find module './fileB.mjs' or its corresponding type declarations. 1 import { foo } from "./fileB.mjs"; @@ -112,6 +114,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/src/tsconfig.json: *new* @@ -220,6 +224,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} PolledWatches *deleted*:: /user/username/projects/myproject/src/fileb.mjs: @@ -335,6 +341,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/src/fileb.mjs: *new* {"pollingInterval":500} @@ -439,6 +447,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/src/fileb.mjs: {"pollingInterval":500} /user/username/projects/package.json: *new* @@ -545,6 +555,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} PolledWatches *deleted*:: /user/username/projects/myproject/src/fileb.mjs: @@ -669,6 +681,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/src/fileb.mjs: *new* {"pollingInterval":500} /user/username/projects/package.json: *new* diff --git a/tests/baselines/reference/tscWatch/moduleResolution/type-reference-resolutions-reuse.js b/tests/baselines/reference/tscWatch/moduleResolution/type-reference-resolutions-reuse.js index ecb023f38cfad..ae2064475ccda 100644 --- a/tests/baselines/reference/tscWatch/moduleResolution/type-reference-resolutions-reuse.js +++ b/tests/baselines/reference/tscWatch/moduleResolution/type-reference-resolutions-reuse.js @@ -168,6 +168,8 @@ Shape signatures in builder refreshed for:: /user/username/projects/myproject/node_modules/@types/pkg2/index.d.ts (used version) PolledWatches:: +/user/username/projects/node_modules: *new* + {"pollingInterval":500} /user/username/projects/myproject/package.json: *new* {"pollingInterval":2000} /user/username/projects/package.json: *new* @@ -178,6 +180,8 @@ PolledWatches:: {"pollingInterval":2000} /user/username/projects/myproject/node_modules/package.json: *new* {"pollingInterval":2000} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* @@ -186,16 +190,16 @@ FsWatches:: {} /user/username/projects/myproject/index.ts: *new* {} +/user/username/projects/myproject/node_modules/pkg/package.json: *new* + {} +/user/username/projects/myproject/node_modules/pkg1/package.json: *new* + {} /user/username/projects/myproject/node_modules/pkg/import.d.ts: *new* {} /user/username/projects/myproject/node_modules/@types/pkg2/index.d.ts: *new* {} /a/lib/lib.d.ts: *new* {} -/user/username/projects/myproject/node_modules/pkg/package.json: *new* - {} -/user/username/projects/myproject/node_modules/pkg1/package.json: *new* - {} FsWatchesRecursive:: /user/username/projects/myproject/node_modules: *new* diff --git a/tests/baselines/reference/tscWatch/moduleResolution/watches-for-changes-to-package-json-main-fields.js b/tests/baselines/reference/tscWatch/moduleResolution/watches-for-changes-to-package-json-main-fields.js index 081dae4f3edef..08b9341ba8947 100644 --- a/tests/baselines/reference/tscWatch/moduleResolution/watches-for-changes-to-package-json-main-fields.js +++ b/tests/baselines/reference/tscWatch/moduleResolution/watches-for-changes-to-package-json-main-fields.js @@ -107,6 +107,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/packages/pkg1/tsconfig.json: *new* @@ -215,6 +217,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/packages/pkg1/tsconfig.json: @@ -329,6 +333,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/packages/pkg1/tsconfig.json: diff --git a/tests/baselines/reference/tscWatch/nodenext watch emit/esm-mode-file-is-edited.js b/tests/baselines/reference/tscWatch/nodenext watch emit/esm-mode-file-is-edited.js index 92c8e562b7d42..5b5aa6c680233 100644 --- a/tests/baselines/reference/tscWatch/nodenext watch emit/esm-mode-file-is-edited.js +++ b/tests/baselines/reference/tscWatch/nodenext watch emit/esm-mode-file-is-edited.js @@ -55,10 +55,6 @@ Shape signatures in builder refreshed for:: /project/src/deps.d.ts (used version) /project/src/index.ts (used version) -PolledWatches:: -/project/node_modules/@types: *new* - {"pollingInterval":500} - FsWatches:: /project/tsconfig.json: *new* {} diff --git a/tests/baselines/reference/tscWatch/programUpdates/Configure-file-diagnostics-events-are-generated-when-the-config-file-has-errors.js b/tests/baselines/reference/tscWatch/programUpdates/Configure-file-diagnostics-events-are-generated-when-the-config-file-has-errors.js index 8205933fe84f7..cbb50b17389ce 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/Configure-file-diagnostics-events-are-generated-when-the-config-file-has-errors.js +++ b/tests/baselines/reference/tscWatch/programUpdates/Configure-file-diagnostics-events-are-generated-when-the-config-file-has-errors.js @@ -59,10 +59,6 @@ Shape signatures in builder refreshed for:: /a/lib/lib.d.ts (used version) /a/b/app.ts (used version) -PolledWatches:: -/a/b/node_modules/@types: *new* - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: *new* {} diff --git a/tests/baselines/reference/tscWatch/programUpdates/Options-Diagnostic-locations-reported-correctly-with-changes-in-configFile-contents-when-options-change.js b/tests/baselines/reference/tscWatch/programUpdates/Options-Diagnostic-locations-reported-correctly-with-changes-in-configFile-contents-when-options-change.js index 88540896939fa..c3ed88d059fd6 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/Options-Diagnostic-locations-reported-correctly-with-changes-in-configFile-contents-when-options-change.js +++ b/tests/baselines/reference/tscWatch/programUpdates/Options-Diagnostic-locations-reported-correctly-with-changes-in-configFile-contents-when-options-change.js @@ -65,10 +65,6 @@ Shape signatures in builder refreshed for:: /a/lib/lib.d.ts (used version) /a/b/app.ts (used version) -PolledWatches:: -/a/b/node_modules/@types: *new* - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: *new* {} diff --git a/tests/baselines/reference/tscWatch/programUpdates/Proper-errors-document-is-not-contained-in-project.js b/tests/baselines/reference/tscWatch/programUpdates/Proper-errors-document-is-not-contained-in-project.js index ead804e11a222..20cd7dd3cd2fe 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/Proper-errors-document-is-not-contained-in-project.js +++ b/tests/baselines/reference/tscWatch/programUpdates/Proper-errors-document-is-not-contained-in-project.js @@ -54,10 +54,6 @@ Shape signatures in builder refreshed for:: /a/lib/lib.d.ts (used version) /a/b/app.ts (used version) -PolledWatches:: -/a/b/node_modules/@types: *new* - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: *new* {} diff --git a/tests/baselines/reference/tscWatch/programUpdates/Reports-errors-when-the-config-file-changes.js b/tests/baselines/reference/tscWatch/programUpdates/Reports-errors-when-the-config-file-changes.js index 0ffc3f1aacc70..fa19e1368b0d3 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/Reports-errors-when-the-config-file-changes.js +++ b/tests/baselines/reference/tscWatch/programUpdates/Reports-errors-when-the-config-file-changes.js @@ -44,10 +44,6 @@ Shape signatures in builder refreshed for:: /a/lib/lib.d.ts (used version) /a/b/app.ts (used version) -PolledWatches:: -/a/b/node_modules/@types: *new* - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: *new* {} diff --git a/tests/baselines/reference/tscWatch/programUpdates/add-new-files-to-a-configured-program-without-file-list.js b/tests/baselines/reference/tscWatch/programUpdates/add-new-files-to-a-configured-program-without-file-list.js index 0a12df5d6e57a..60aed9c6e3a12 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/add-new-files-to-a-configured-program-without-file-list.js +++ b/tests/baselines/reference/tscWatch/programUpdates/add-new-files-to-a-configured-program-without-file-list.js @@ -44,10 +44,6 @@ Shape signatures in builder refreshed for:: /a/lib/lib.d.ts (used version) /a/b/commonfile1.ts (used version) -PolledWatches:: -/a/b/node_modules/@types: *new* - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: *new* {} @@ -102,10 +98,6 @@ Shape signatures in builder refreshed for:: /a/b/commonfile2.ts (computed .d.ts) /a/b/commonfile1.ts (computed .d.ts) -PolledWatches:: -/a/b/node_modules/@types: - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: {} diff --git a/tests/baselines/reference/tscWatch/programUpdates/add-the-missing-module-file-for-inferred-project-should-remove-the-module-not-found-error.js b/tests/baselines/reference/tscWatch/programUpdates/add-the-missing-module-file-for-inferred-project-should-remove-the-module-not-found-error.js index bb6c64489637b..4dcfe62cbea11 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/add-the-missing-module-file-for-inferred-project-should-remove-the-module-not-found-error.js +++ b/tests/baselines/reference/tscWatch/programUpdates/add-the-missing-module-file-for-inferred-project-should-remove-the-module-not-found-error.js @@ -1,6 +1,6 @@ currentDirectory:: / useCaseSensitiveFileNames: false Input:: -//// [/a/b/file1.ts] +//// [/users/username/projects/project/file1.ts] import * as T from "./moduleFile"; T.bar(); //// [/a/lib/lib.d.ts] @@ -17,48 +17,48 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -/a/lib/tsc.js -w /a/b/file1.ts +/a/lib/tsc.js -w /users/username/projects/project/file1.ts Output:: >> Screen clear -[12:00:13 AM] Starting compilation in watch mode... +[12:00:19 AM] Starting compilation in watch mode... -a/b/file1.ts:1:20 - error TS2307: Cannot find module './moduleFile' or its corresponding type declarations. +users/username/projects/project/file1.ts:1:20 - error TS2307: Cannot find module './moduleFile' or its corresponding type declarations. 1 import * as T from "./moduleFile"; T.bar();    ~~~~~~~~~~~~~~ -[12:00:16 AM] Found 1 error. Watching for file changes. +[12:00:22 AM] Found 1 error. Watching for file changes. -Program root files: ["/a/b/file1.ts"] +Program root files: ["/users/username/projects/project/file1.ts"] Program options: {"watch":true} Program structureReused: Not Program files:: /a/lib/lib.d.ts -/a/b/file1.ts +/users/username/projects/project/file1.ts Semantic diagnostics in builder refreshed for:: /a/lib/lib.d.ts -/a/b/file1.ts +/users/username/projects/project/file1.ts Shape signatures in builder refreshed for:: /a/lib/lib.d.ts (used version) -/a/b/file1.ts (used version) +/users/username/projects/project/file1.ts (used version) FsWatches:: -/a/b/file1.ts: *new* +/users/username/projects/project/file1.ts: *new* {} /a/lib/lib.d.ts: *new* {} FsWatchesRecursive:: -/a: *new* +/users/username/projects: *new* {} exitCode:: ExitStatus.undefined -//// [/a/b/file1.js] +//// [/users/username/projects/project/file1.js] "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var T = require("./moduleFile"); @@ -69,7 +69,7 @@ T.bar(); Change:: Create module file Input:: -//// [/a/b/moduleFile.ts] +//// [/users/username/projects/project/moduleFile.ts] export function bar() { } @@ -82,44 +82,44 @@ Before running Timeout callback:: count: 1 After running Timeout callback:: count: 0 Output:: >> Screen clear -[12:00:19 AM] File change detected. Starting incremental compilation... +[12:00:25 AM] File change detected. Starting incremental compilation... -[12:00:25 AM] Found 0 errors. Watching for file changes. +[12:00:31 AM] Found 0 errors. Watching for file changes. -Program root files: ["/a/b/file1.ts"] +Program root files: ["/users/username/projects/project/file1.ts"] Program options: {"watch":true} Program structureReused: SafeModules Program files:: /a/lib/lib.d.ts -/a/b/moduleFile.ts -/a/b/file1.ts +/users/username/projects/project/moduleFile.ts +/users/username/projects/project/file1.ts Semantic diagnostics in builder refreshed for:: -/a/b/moduleFile.ts -/a/b/file1.ts +/users/username/projects/project/moduleFile.ts +/users/username/projects/project/file1.ts Shape signatures in builder refreshed for:: -/a/b/modulefile.ts (computed .d.ts) -/a/b/file1.ts (computed .d.ts) +/users/username/projects/project/modulefile.ts (computed .d.ts) +/users/username/projects/project/file1.ts (computed .d.ts) FsWatches:: -/a/b/file1.ts: +/users/username/projects/project/file1.ts: {} /a/lib/lib.d.ts: {} -/a/b/modulefile.ts: *new* +/users/username/projects/project/modulefile.ts: *new* {} FsWatchesRecursive *deleted*:: -/a: +/users/username/projects: {} exitCode:: ExitStatus.undefined -//// [/a/b/file1.js] file written with same contents -//// [/a/b/moduleFile.js] +//// [/users/username/projects/project/file1.js] file written with same contents +//// [/users/username/projects/project/moduleFile.js] "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.bar = void 0; diff --git a/tests/baselines/reference/tscWatch/programUpdates/can-correctly-update-configured-project-when-set-of-root-files-has-changed-(new-file-in-list-of-files).js b/tests/baselines/reference/tscWatch/programUpdates/can-correctly-update-configured-project-when-set-of-root-files-has-changed-(new-file-in-list-of-files).js index cc4ac28e561bc..c31505a767ea9 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/can-correctly-update-configured-project-when-set-of-root-files-has-changed-(new-file-in-list-of-files).js +++ b/tests/baselines/reference/tscWatch/programUpdates/can-correctly-update-configured-project-when-set-of-root-files-has-changed-(new-file-in-list-of-files).js @@ -47,10 +47,6 @@ Shape signatures in builder refreshed for:: /a/lib/lib.d.ts (used version) /a/b/f1.ts (used version) -PolledWatches:: -/a/b/node_modules/@types: *new* - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: *new* {} @@ -101,10 +97,6 @@ Shape signatures in builder refreshed for:: /a/b/f2.ts (computed .d.ts) /a/b/f1.ts (computed .d.ts) -PolledWatches:: -/a/b/node_modules/@types: - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: {} diff --git a/tests/baselines/reference/tscWatch/programUpdates/can-correctly-update-configured-project-when-set-of-root-files-has-changed-(new-file-on-disk).js b/tests/baselines/reference/tscWatch/programUpdates/can-correctly-update-configured-project-when-set-of-root-files-has-changed-(new-file-on-disk).js index 949c25b3b8373..2518cdc8c5221 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/can-correctly-update-configured-project-when-set-of-root-files-has-changed-(new-file-on-disk).js +++ b/tests/baselines/reference/tscWatch/programUpdates/can-correctly-update-configured-project-when-set-of-root-files-has-changed-(new-file-on-disk).js @@ -44,10 +44,6 @@ Shape signatures in builder refreshed for:: /a/lib/lib.d.ts (used version) /a/b/f1.ts (used version) -PolledWatches:: -/a/b/node_modules/@types: *new* - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: *new* {} @@ -102,10 +98,6 @@ Shape signatures in builder refreshed for:: /a/b/f2.ts (computed .d.ts) /a/b/f1.ts (computed .d.ts) -PolledWatches:: -/a/b/node_modules/@types: - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: {} diff --git a/tests/baselines/reference/tscWatch/programUpdates/can-correctly-update-configured-project-when-set-of-root-files-has-changed-through-include.js b/tests/baselines/reference/tscWatch/programUpdates/can-correctly-update-configured-project-when-set-of-root-files-has-changed-through-include.js index f3d2def6cf3fb..be5f3a42b0521 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/can-correctly-update-configured-project-when-set-of-root-files-has-changed-through-include.js +++ b/tests/baselines/reference/tscWatch/programUpdates/can-correctly-update-configured-project-when-set-of-root-files-has-changed-through-include.js @@ -49,6 +49,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/project/tsconfig.json: *new* @@ -109,6 +111,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/project/tsconfig.json: diff --git a/tests/baselines/reference/tscWatch/programUpdates/can-handle-tsconfig-file-name-with-difference-casing.js b/tests/baselines/reference/tscWatch/programUpdates/can-handle-tsconfig-file-name-with-difference-casing.js index 39732fc1acbc5..b4d5bfe145393 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/can-handle-tsconfig-file-name-with-difference-casing.js +++ b/tests/baselines/reference/tscWatch/programUpdates/can-handle-tsconfig-file-name-with-difference-casing.js @@ -44,10 +44,6 @@ Shape signatures in builder refreshed for:: /a/lib/lib.d.ts (used version) /a/b/app.ts (used version) -PolledWatches:: -/a/b/node_modules/@types: *new* - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: *new* {} diff --git a/tests/baselines/reference/tscWatch/programUpdates/can-update-configured-project-when-set-of-root-files-was-not-changed.js b/tests/baselines/reference/tscWatch/programUpdates/can-update-configured-project-when-set-of-root-files-was-not-changed.js index d4487631d29d7..dc9bb59c15312 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/can-update-configured-project-when-set-of-root-files-was-not-changed.js +++ b/tests/baselines/reference/tscWatch/programUpdates/can-update-configured-project-when-set-of-root-files-was-not-changed.js @@ -50,10 +50,6 @@ Shape signatures in builder refreshed for:: /a/b/f1.ts (used version) /a/b/f2.ts (used version) -PolledWatches:: -/a/b/node_modules/@types: *new* - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: *new* {} diff --git a/tests/baselines/reference/tscWatch/programUpdates/change-module-to-none.js b/tests/baselines/reference/tscWatch/programUpdates/change-module-to-none.js index b2a4fa22bc21d..7f47cd603caec 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/change-module-to-none.js +++ b/tests/baselines/reference/tscWatch/programUpdates/change-module-to-none.js @@ -45,10 +45,6 @@ Shape signatures in builder refreshed for:: /a/lib/lib.d.ts (used version) /a/b/f1.ts (used version) -PolledWatches:: -/a/b/node_modules/@types: *new* - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: *new* {} @@ -107,26 +103,6 @@ Shape signatures in builder refreshed for:: /a/lib/lib.d.ts (used version) /a/b/f1.ts (used version) -PolledWatches:: -/a/b/node_modules/@types: - {"pollingInterval":500} *new* - -PolledWatches *deleted*:: -/a/b/node_modules/@types: - {"pollingInterval":500} - -FsWatches:: -/a/b/tsconfig.json: - {} -/a/b/f1.ts: - {} -/a/lib/lib.d.ts: - {} - -FsWatchesRecursive:: -/a/b: - {} - exitCode:: ExitStatus.undefined //// [/a/b/f1.js] file written with same contents diff --git a/tests/baselines/reference/tscWatch/programUpdates/config-file-includes-the-file.js b/tests/baselines/reference/tscWatch/programUpdates/config-file-includes-the-file.js index c8b1b233645ef..29446f81f9044 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/config-file-includes-the-file.js +++ b/tests/baselines/reference/tscWatch/programUpdates/config-file-includes-the-file.js @@ -56,10 +56,6 @@ Shape signatures in builder refreshed for:: /a/c/f2.ts (used version) /a/c/f3.ts (used version) -PolledWatches:: -/a/c/node_modules/@types: *new* - {"pollingInterval":500} - FsWatches:: /a/c/tsconfig.json: *new* {} diff --git a/tests/baselines/reference/tscWatch/programUpdates/config-file-is-deleted.js b/tests/baselines/reference/tscWatch/programUpdates/config-file-is-deleted.js index e6c85fa3d66e3..ff57dd214ba32 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/config-file-is-deleted.js +++ b/tests/baselines/reference/tscWatch/programUpdates/config-file-is-deleted.js @@ -50,10 +50,6 @@ Shape signatures in builder refreshed for:: /a/b/f1.ts (used version) /a/b/f2.ts (used version) -PolledWatches:: -/a/b/node_modules/@types: *new* - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: *new* {} diff --git a/tests/baselines/reference/tscWatch/programUpdates/correctly-handles-changes-in-lib-section-of-config-file.js b/tests/baselines/reference/tscWatch/programUpdates/correctly-handles-changes-in-lib-section-of-config-file.js index a3fa7f03aa7f7..d6505ff07a54f 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/correctly-handles-changes-in-lib-section-of-config-file.js +++ b/tests/baselines/reference/tscWatch/programUpdates/correctly-handles-changes-in-lib-section-of-config-file.js @@ -53,10 +53,6 @@ Shape signatures in builder refreshed for:: /compiler/lib.es5.d.ts (used version) /src/app.ts (used version) -PolledWatches:: -/src/node_modules/@types: *new* - {"pollingInterval":500} - FsWatches:: /src/tsconfig.json: *new* {} @@ -111,10 +107,6 @@ Shape signatures in builder refreshed for:: /compiler/lib.es2015.promise.d.ts (used version) /src/app.ts (computed .d.ts) -PolledWatches:: -/src/node_modules/@types: - {"pollingInterval":500} - FsWatches:: /src/tsconfig.json: {} diff --git a/tests/baselines/reference/tscWatch/programUpdates/correctly-parses-wild-card-directories-from-implicit-glob-when-two-keys-differ-only-in-directory-seperator.js b/tests/baselines/reference/tscWatch/programUpdates/correctly-parses-wild-card-directories-from-implicit-glob-when-two-keys-differ-only-in-directory-seperator.js index 8273111941f55..c7b0474b45581 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/correctly-parses-wild-card-directories-from-implicit-glob-when-two-keys-differ-only-in-directory-seperator.js +++ b/tests/baselines/reference/tscWatch/programUpdates/correctly-parses-wild-card-directories-from-implicit-glob-when-two-keys-differ-only-in-directory-seperator.js @@ -38,6 +38,8 @@ FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/f2.ts 250 und FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 250 undefined Source file DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Type roots Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Type roots +DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Type roots +Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Type roots [12:00:34 AM] Found 0 errors. Watching for file changes. DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Wild card directory @@ -65,6 +67,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* @@ -219,6 +223,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: diff --git a/tests/baselines/reference/tscWatch/programUpdates/create-configured-project-without-file-list.js b/tests/baselines/reference/tscWatch/programUpdates/create-configured-project-without-file-list.js index ba487b1f12e11..5e9a98a6c3292 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/create-configured-project-without-file-list.js +++ b/tests/baselines/reference/tscWatch/programUpdates/create-configured-project-without-file-list.js @@ -59,10 +59,6 @@ Shape signatures in builder refreshed for:: /a/b/c/f1.ts (used version) /a/b/d/f2.ts (used version) -PolledWatches:: -/a/b/node_modules/@types: *new* - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: *new* {} diff --git a/tests/baselines/reference/tscWatch/programUpdates/create-watch-without-config-file.js b/tests/baselines/reference/tscWatch/programUpdates/create-watch-without-config-file.js index 7f12780c8367b..4b6cb3408dc0b 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/create-watch-without-config-file.js +++ b/tests/baselines/reference/tscWatch/programUpdates/create-watch-without-config-file.js @@ -69,7 +69,7 @@ FsWatches:: {} FsWatchesRecursive:: -/a: *new* +/a/b/c: *new* {} exitCode:: ExitStatus.undefined diff --git a/tests/baselines/reference/tscWatch/programUpdates/deleted-files-affect-project-structure-2.js b/tests/baselines/reference/tscWatch/programUpdates/deleted-files-affect-project-structure-2.js index 3555ddd6906a6..4d162df5b2d91 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/deleted-files-affect-project-structure-2.js +++ b/tests/baselines/reference/tscWatch/programUpdates/deleted-files-affect-project-structure-2.js @@ -148,6 +148,10 @@ Semantic diagnostics in builder refreshed for:: Shape signatures in builder refreshed for:: /a/b/f1.ts (computed .d.ts) +PolledWatches:: +/a/b/f2: *new* + {"pollingInterval":500} + FsWatches:: /a/b/f1.ts: {} @@ -160,10 +164,6 @@ FsWatches *deleted*:: /a/b/f2.ts: {} -FsWatchesRecursive:: -/a: *new* - {} - exitCode:: ExitStatus.undefined //// [/a/b/f1.js] file written with same contents diff --git a/tests/baselines/reference/tscWatch/programUpdates/deleted-files-affect-project-structure.js b/tests/baselines/reference/tscWatch/programUpdates/deleted-files-affect-project-structure.js index 437780e3ff44f..dde50998cc668 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/deleted-files-affect-project-structure.js +++ b/tests/baselines/reference/tscWatch/programUpdates/deleted-files-affect-project-structure.js @@ -147,6 +147,10 @@ Semantic diagnostics in builder refreshed for:: Shape signatures in builder refreshed for:: /a/b/f1.ts (computed .d.ts) +PolledWatches:: +/a/b/f2: *new* + {"pollingInterval":500} + FsWatches:: /a/b/f1.ts: {} @@ -159,10 +163,6 @@ FsWatches *deleted*:: /a/c/f3.ts: {} -FsWatchesRecursive:: -/a: *new* - {} - exitCode:: ExitStatus.undefined //// [/a/b/f1.js] file written with same contents diff --git a/tests/baselines/reference/tscWatch/programUpdates/extended-source-files-are-watched.js b/tests/baselines/reference/tscWatch/programUpdates/extended-source-files-are-watched.js index 42e341258e2b3..a2ccb21cdf4c1 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/extended-source-files-are-watched.js +++ b/tests/baselines/reference/tscWatch/programUpdates/extended-source-files-are-watched.js @@ -56,10 +56,6 @@ Shape signatures in builder refreshed for:: /a/b/commonfile1.ts (used version) /a/b/commonfile2.ts (used version) -PolledWatches:: -/a/b/node_modules/@types: *new* - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: *new* {} @@ -114,10 +110,6 @@ Semantic diagnostics in builder refreshed for:: No shapes updated in the builder:: -PolledWatches:: -/a/b/node_modules/@types: - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: {} @@ -258,10 +250,6 @@ Semantic diagnostics in builder refreshed for:: No shapes updated in the builder:: -PolledWatches:: -/a/b/node_modules/@types: - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: {} diff --git a/tests/baselines/reference/tscWatch/programUpdates/file-in-files-is-deleted.js b/tests/baselines/reference/tscWatch/programUpdates/file-in-files-is-deleted.js index 23971384b4b6c..296f2695f742a 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/file-in-files-is-deleted.js +++ b/tests/baselines/reference/tscWatch/programUpdates/file-in-files-is-deleted.js @@ -50,10 +50,6 @@ Shape signatures in builder refreshed for:: /a/b/f1.ts (used version) /a/b/f2.ts (used version) -PolledWatches:: -/a/b/node_modules/@types: *new* - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: *new* {} @@ -113,8 +109,6 @@ Shape signatures in builder refreshed for:: /a/b/f1.ts (computed .d.ts) PolledWatches:: -/a/b/node_modules/@types: - {"pollingInterval":500} /a/b/f2.ts: *new* {"pollingInterval":500} diff --git a/tests/baselines/reference/tscWatch/programUpdates/files-explicitly-excluded-in-config-file.js b/tests/baselines/reference/tscWatch/programUpdates/files-explicitly-excluded-in-config-file.js index a01bc34f38f9e..e4280b1b7b769 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/files-explicitly-excluded-in-config-file.js +++ b/tests/baselines/reference/tscWatch/programUpdates/files-explicitly-excluded-in-config-file.js @@ -56,10 +56,6 @@ Shape signatures in builder refreshed for:: /a/b/commonfile1.ts (used version) /a/b/commonfile2.ts (used version) -PolledWatches:: -/a/b/node_modules/@types: *new* - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: *new* {} diff --git a/tests/baselines/reference/tscWatch/programUpdates/handle-recreated-files-correctly.js b/tests/baselines/reference/tscWatch/programUpdates/handle-recreated-files-correctly.js index be91d6912fff9..4a4363bc6de5e 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/handle-recreated-files-correctly.js +++ b/tests/baselines/reference/tscWatch/programUpdates/handle-recreated-files-correctly.js @@ -56,10 +56,6 @@ Shape signatures in builder refreshed for:: /a/b/commonfile1.ts (used version) /a/b/commonfile2.ts (used version) -PolledWatches:: -/a/b/node_modules/@types: *new* - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: *new* {} @@ -168,10 +164,6 @@ Semantic diagnostics in builder refreshed for:: Shape signatures in builder refreshed for:: /a/b/commonfile1.ts (computed .d.ts) -PolledWatches:: -/a/b/node_modules/@types: - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: {} @@ -233,10 +225,6 @@ Shape signatures in builder refreshed for:: /a/b/commonfile2.ts (computed .d.ts) /a/b/commonfile1.ts (computed .d.ts) -PolledWatches:: -/a/b/node_modules/@types: - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: {} diff --git a/tests/baselines/reference/tscWatch/programUpdates/if-config-file-doesnt-have-errors,-they-are-not-reported.js b/tests/baselines/reference/tscWatch/programUpdates/if-config-file-doesnt-have-errors,-they-are-not-reported.js index 0e654c981ce47..d2eadb5298272 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/if-config-file-doesnt-have-errors,-they-are-not-reported.js +++ b/tests/baselines/reference/tscWatch/programUpdates/if-config-file-doesnt-have-errors,-they-are-not-reported.js @@ -46,10 +46,6 @@ Shape signatures in builder refreshed for:: /a/lib/lib.d.ts (used version) /a/b/app.ts (used version) -PolledWatches:: -/a/b/node_modules/@types: *new* - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: *new* {} diff --git a/tests/baselines/reference/tscWatch/programUpdates/non-existing-directories-listed-in-config-file-input-array-should-be-able-to-handle-@types-if-input-file-list-is-empty.js b/tests/baselines/reference/tscWatch/programUpdates/non-existing-directories-listed-in-config-file-input-array-should-be-able-to-handle-@types-if-input-file-list-is-empty.js index 17d7f19b7211b..0e936fe811575 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/non-existing-directories-listed-in-config-file-input-array-should-be-able-to-handle-@types-if-input-file-list-is-empty.js +++ b/tests/baselines/reference/tscWatch/programUpdates/non-existing-directories-listed-in-config-file-input-array-should-be-able-to-handle-@types-if-input-file-list-is-empty.js @@ -53,9 +53,5 @@ FsWatches:: /a/tsconfig.json: *new* {} -FsWatchesRecursive:: -/a/node_modules/@types: *new* - {} - exitCode:: ExitStatus.undefined diff --git a/tests/baselines/reference/tscWatch/programUpdates/non-existing-directories-listed-in-config-file-input-array-should-be-tolerated-without-crashing-the-server.js b/tests/baselines/reference/tscWatch/programUpdates/non-existing-directories-listed-in-config-file-input-array-should-be-tolerated-without-crashing-the-server.js index 602e24c59b621..bc1d34e915f62 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/non-existing-directories-listed-in-config-file-input-array-should-be-tolerated-without-crashing-the-server.js +++ b/tests/baselines/reference/tscWatch/programUpdates/non-existing-directories-listed-in-config-file-input-array-should-be-tolerated-without-crashing-the-server.js @@ -44,8 +44,6 @@ No cached semantic diagnostics in the builder:: No shapes updated in the builder:: PolledWatches:: -/a/b/node_modules/@types: *new* - {"pollingInterval":500} /a/b/app: *new* {"pollingInterval":500} /a/b/test: *new* diff --git a/tests/baselines/reference/tscWatch/programUpdates/rename-a-module-file-and-rename-back-should-restore-the-states-for-configured-projects.js b/tests/baselines/reference/tscWatch/programUpdates/rename-a-module-file-and-rename-back-should-restore-the-states-for-configured-projects.js index 425846d6d5f25..0bca59ce52fdd 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/rename-a-module-file-and-rename-back-should-restore-the-states-for-configured-projects.js +++ b/tests/baselines/reference/tscWatch/programUpdates/rename-a-module-file-and-rename-back-should-restore-the-states-for-configured-projects.js @@ -1,12 +1,12 @@ currentDirectory:: / useCaseSensitiveFileNames: false Input:: -//// [/a/b/moduleFile.ts] +//// [/users/username/projects/project/moduleFile.ts] export function bar() { }; -//// [/a/b/file1.ts] +//// [/users/username/projects/project/file1.ts] import * as T from "./moduleFile"; T.bar(); -//// [/a/b/tsconfig.json] +//// [/users/username/projects/project/tsconfig.json] {} //// [/a/lib/lib.d.ts] @@ -23,54 +23,56 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -/a/lib/tsc.js -w -p /a/b/tsconfig.json +/a/lib/tsc.js -w -p /users/username/projects/project/tsconfig.json Output:: >> Screen clear -[12:00:17 AM] Starting compilation in watch mode... +[12:00:23 AM] Starting compilation in watch mode... -[12:00:22 AM] Found 0 errors. Watching for file changes. +[12:00:28 AM] Found 0 errors. Watching for file changes. -Program root files: ["/a/b/file1.ts","/a/b/moduleFile.ts"] -Program options: {"watch":true,"project":"/a/b/tsconfig.json","configFilePath":"/a/b/tsconfig.json"} +Program root files: ["/users/username/projects/project/file1.ts","/users/username/projects/project/moduleFile.ts"] +Program options: {"watch":true,"project":"/users/username/projects/project/tsconfig.json","configFilePath":"/users/username/projects/project/tsconfig.json"} Program structureReused: Not Program files:: /a/lib/lib.d.ts -/a/b/moduleFile.ts -/a/b/file1.ts +/users/username/projects/project/moduleFile.ts +/users/username/projects/project/file1.ts Semantic diagnostics in builder refreshed for:: /a/lib/lib.d.ts -/a/b/moduleFile.ts -/a/b/file1.ts +/users/username/projects/project/moduleFile.ts +/users/username/projects/project/file1.ts Shape signatures in builder refreshed for:: /a/lib/lib.d.ts (used version) -/a/b/modulefile.ts (used version) -/a/b/file1.ts (used version) +/users/username/projects/project/modulefile.ts (used version) +/users/username/projects/project/file1.ts (used version) PolledWatches:: -/a/b/node_modules/@types: *new* +/users/username/projects/project/node_modules/@types: *new* + {"pollingInterval":500} +/users/username/projects/node_modules/@types: *new* {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: *new* +/users/username/projects/project/tsconfig.json: *new* {} -/a/b/file1.ts: *new* +/users/username/projects/project/file1.ts: *new* {} -/a/b/modulefile.ts: *new* +/users/username/projects/project/modulefile.ts: *new* {} /a/lib/lib.d.ts: *new* {} FsWatchesRecursive:: -/a/b: *new* +/users/username/projects/project: *new* {} exitCode:: ExitStatus.undefined -//// [/a/b/moduleFile.js] +//// [/users/username/projects/project/moduleFile.js] "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.bar = void 0; @@ -79,7 +81,7 @@ exports.bar = bar; ; -//// [/a/b/file1.js] +//// [/users/username/projects/project/file1.js] "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var T = require("./moduleFile"); @@ -90,11 +92,11 @@ T.bar(); Change:: Rename moduleFile to moduleFile1 Input:: -//// [/a/b/moduleFile1.ts] +//// [/users/username/projects/project/moduleFile1.ts] export function bar() { }; -//// [/a/b/moduleFile.ts] deleted -//// [/a/b/moduleFile.js] deleted +//// [/users/username/projects/project/moduleFile.ts] deleted +//// [/users/username/projects/project/moduleFile.js] deleted Before running Timeout callback:: count: 1 3: timerToUpdateProgram @@ -103,63 +105,65 @@ Before running Timeout callback:: count: 0 After running Timeout callback:: count: 0 Output:: >> Screen clear -[12:00:27 AM] File change detected. Starting incremental compilation... +[12:00:33 AM] File change detected. Starting incremental compilation... -a/b/file1.ts:1:20 - error TS2307: Cannot find module './moduleFile' or its corresponding type declarations. +users/username/projects/project/file1.ts:1:20 - error TS2307: Cannot find module './moduleFile' or its corresponding type declarations. 1 import * as T from "./moduleFile"; T.bar();    ~~~~~~~~~~~~~~ -[12:00:33 AM] Found 1 error. Watching for file changes. +[12:00:39 AM] Found 1 error. Watching for file changes. -Program root files: ["/a/b/file1.ts","/a/b/moduleFile1.ts"] -Program options: {"watch":true,"project":"/a/b/tsconfig.json","configFilePath":"/a/b/tsconfig.json"} +Program root files: ["/users/username/projects/project/file1.ts","/users/username/projects/project/moduleFile1.ts"] +Program options: {"watch":true,"project":"/users/username/projects/project/tsconfig.json","configFilePath":"/users/username/projects/project/tsconfig.json"} Program structureReused: Not Program files:: /a/lib/lib.d.ts -/a/b/file1.ts -/a/b/moduleFile1.ts +/users/username/projects/project/file1.ts +/users/username/projects/project/moduleFile1.ts Semantic diagnostics in builder refreshed for:: -/a/b/file1.ts -/a/b/moduleFile1.ts +/users/username/projects/project/file1.ts +/users/username/projects/project/moduleFile1.ts Shape signatures in builder refreshed for:: -/a/b/file1.ts (computed .d.ts) -/a/b/modulefile1.ts (computed .d.ts) +/users/username/projects/project/file1.ts (computed .d.ts) +/users/username/projects/project/modulefile1.ts (computed .d.ts) PolledWatches:: -/a/b/node_modules/@types: +/users/username/projects/project/node_modules/@types: + {"pollingInterval":500} +/users/username/projects/node_modules/@types: {"pollingInterval":500} -/a/b/modulefile: *new* +/users/username/projects/project/modulefile: *new* {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} -/a/b/file1.ts: +/users/username/projects/project/file1.ts: {} /a/lib/lib.d.ts: {} -/a/b: *new* +/users/username/projects/project: *new* {} -/a/b/modulefile1.ts: *new* +/users/username/projects/project/modulefile1.ts: *new* {} FsWatches *deleted*:: -/a/b/modulefile.ts: +/users/username/projects/project/modulefile.ts: {} FsWatchesRecursive:: -/a/b: +/users/username/projects/project: {} exitCode:: ExitStatus.undefined -//// [/a/b/file1.js] file written with same contents -//// [/a/b/moduleFile1.js] +//// [/users/username/projects/project/file1.js] file written with same contents +//// [/users/username/projects/project/moduleFile1.js] "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.bar = void 0; @@ -172,10 +176,10 @@ exports.bar = bar; Change:: Rename moduleFile1 back to moduleFile Input:: -//// [/a/b/moduleFile.ts] +//// [/users/username/projects/project/moduleFile.ts] export function bar() { }; -//// [/a/b/moduleFile1.ts] deleted +//// [/users/username/projects/project/moduleFile1.ts] deleted Before running Timeout callback:: count: 2 7: timerToInvalidateFailedLookupResolutions @@ -187,60 +191,62 @@ Before running Timeout callback:: count: 1 After running Timeout callback:: count: 0 Output:: >> Screen clear -[12:00:37 AM] File change detected. Starting incremental compilation... +[12:00:43 AM] File change detected. Starting incremental compilation... -[12:00:43 AM] Found 0 errors. Watching for file changes. +[12:00:49 AM] Found 0 errors. Watching for file changes. -Program root files: ["/a/b/file1.ts","/a/b/moduleFile.ts"] -Program options: {"watch":true,"project":"/a/b/tsconfig.json","configFilePath":"/a/b/tsconfig.json"} +Program root files: ["/users/username/projects/project/file1.ts","/users/username/projects/project/moduleFile.ts"] +Program options: {"watch":true,"project":"/users/username/projects/project/tsconfig.json","configFilePath":"/users/username/projects/project/tsconfig.json"} Program structureReused: Not Program files:: /a/lib/lib.d.ts -/a/b/moduleFile.ts -/a/b/file1.ts +/users/username/projects/project/moduleFile.ts +/users/username/projects/project/file1.ts Semantic diagnostics in builder refreshed for:: -/a/b/moduleFile.ts -/a/b/file1.ts +/users/username/projects/project/moduleFile.ts +/users/username/projects/project/file1.ts Shape signatures in builder refreshed for:: -/a/b/modulefile.ts (computed .d.ts) -/a/b/file1.ts (computed .d.ts) +/users/username/projects/project/modulefile.ts (computed .d.ts) +/users/username/projects/project/file1.ts (computed .d.ts) PolledWatches:: -/a/b/node_modules/@types: +/users/username/projects/project/node_modules/@types: + {"pollingInterval":500} +/users/username/projects/node_modules/@types: {"pollingInterval":500} PolledWatches *deleted*:: -/a/b/modulefile: +/users/username/projects/project/modulefile: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} -/a/b/file1.ts: +/users/username/projects/project/file1.ts: {} /a/lib/lib.d.ts: {} -/a/b/modulefile.ts: *new* +/users/username/projects/project/modulefile.ts: *new* {} FsWatches *deleted*:: -/a/b: +/users/username/projects/project: {} -/a/b/modulefile1.ts: +/users/username/projects/project/modulefile1.ts: {} FsWatchesRecursive:: -/a/b: +/users/username/projects/project: {} exitCode:: ExitStatus.undefined -//// [/a/b/file1.js] file written with same contents -//// [/a/b/moduleFile.js] +//// [/users/username/projects/project/file1.js] file written with same contents +//// [/users/username/projects/project/moduleFile.js] "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.bar = void 0; diff --git a/tests/baselines/reference/tscWatch/programUpdates/rename-a-module-file-and-rename-back-should-restore-the-states-for-inferred-projects.js b/tests/baselines/reference/tscWatch/programUpdates/rename-a-module-file-and-rename-back-should-restore-the-states-for-inferred-projects.js index b78742ed3331f..c4fab2a09a8c8 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/rename-a-module-file-and-rename-back-should-restore-the-states-for-inferred-projects.js +++ b/tests/baselines/reference/tscWatch/programUpdates/rename-a-module-file-and-rename-back-should-restore-the-states-for-inferred-projects.js @@ -1,9 +1,9 @@ currentDirectory:: / useCaseSensitiveFileNames: false Input:: -//// [/a/b/moduleFile.ts] +//// [/users/username/projects/project/moduleFile.ts] export function bar() { }; -//// [/a/b/file1.ts] +//// [/users/username/projects/project/file1.ts] import * as T from "./moduleFile"; T.bar(); //// [/a/lib/lib.d.ts] @@ -20,44 +20,44 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -/a/lib/tsc.js -w /a/b/file1.ts +/a/lib/tsc.js -w /users/username/projects/project/file1.ts Output:: >> Screen clear -[12:00:15 AM] Starting compilation in watch mode... +[12:00:21 AM] Starting compilation in watch mode... -[12:00:20 AM] Found 0 errors. Watching for file changes. +[12:00:26 AM] Found 0 errors. Watching for file changes. -Program root files: ["/a/b/file1.ts"] +Program root files: ["/users/username/projects/project/file1.ts"] Program options: {"watch":true} Program structureReused: Not Program files:: /a/lib/lib.d.ts -/a/b/moduleFile.ts -/a/b/file1.ts +/users/username/projects/project/moduleFile.ts +/users/username/projects/project/file1.ts Semantic diagnostics in builder refreshed for:: /a/lib/lib.d.ts -/a/b/moduleFile.ts -/a/b/file1.ts +/users/username/projects/project/moduleFile.ts +/users/username/projects/project/file1.ts Shape signatures in builder refreshed for:: /a/lib/lib.d.ts (used version) -/a/b/modulefile.ts (used version) -/a/b/file1.ts (used version) +/users/username/projects/project/modulefile.ts (used version) +/users/username/projects/project/file1.ts (used version) FsWatches:: -/a/b/file1.ts: *new* +/users/username/projects/project/file1.ts: *new* {} -/a/b/modulefile.ts: *new* +/users/username/projects/project/modulefile.ts: *new* {} /a/lib/lib.d.ts: *new* {} exitCode:: ExitStatus.undefined -//// [/a/b/moduleFile.js] +//// [/users/username/projects/project/moduleFile.js] "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.bar = void 0; @@ -66,7 +66,7 @@ exports.bar = bar; ; -//// [/a/b/file1.js] +//// [/users/username/projects/project/file1.js] "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var T = require("./moduleFile"); @@ -77,11 +77,11 @@ T.bar(); Change:: Rename moduleFile to moduleFile1 Input:: -//// [/a/b/moduleFile1.ts] +//// [/users/username/projects/project/moduleFile1.ts] export function bar() { }; -//// [/a/b/moduleFile.ts] deleted -//// [/a/b/moduleFile.js] deleted +//// [/users/username/projects/project/moduleFile.ts] deleted +//// [/users/username/projects/project/moduleFile.js] deleted Before running Timeout callback:: count: 1 1: timerToUpdateProgram @@ -90,55 +90,55 @@ Before running Timeout callback:: count: 0 After running Timeout callback:: count: 0 Output:: >> Screen clear -[12:00:25 AM] File change detected. Starting incremental compilation... +[12:00:31 AM] File change detected. Starting incremental compilation... -a/b/file1.ts:1:20 - error TS2307: Cannot find module './moduleFile' or its corresponding type declarations. +users/username/projects/project/file1.ts:1:20 - error TS2307: Cannot find module './moduleFile' or its corresponding type declarations. 1 import * as T from "./moduleFile"; T.bar();    ~~~~~~~~~~~~~~ -[12:00:29 AM] Found 1 error. Watching for file changes. +[12:00:35 AM] Found 1 error. Watching for file changes. -Program root files: ["/a/b/file1.ts"] +Program root files: ["/users/username/projects/project/file1.ts"] Program options: {"watch":true} Program structureReused: Not Program files:: /a/lib/lib.d.ts -/a/b/file1.ts +/users/username/projects/project/file1.ts Semantic diagnostics in builder refreshed for:: -/a/b/file1.ts +/users/username/projects/project/file1.ts Shape signatures in builder refreshed for:: -/a/b/file1.ts (computed .d.ts) +/users/username/projects/project/file1.ts (computed .d.ts) FsWatches:: -/a/b/file1.ts: +/users/username/projects/project/file1.ts: {} /a/lib/lib.d.ts: {} FsWatches *deleted*:: -/a/b/modulefile.ts: +/users/username/projects/project/modulefile.ts: {} FsWatchesRecursive:: -/a: *new* +/users/username/projects: *new* {} exitCode:: ExitStatus.undefined -//// [/a/b/file1.js] file written with same contents +//// [/users/username/projects/project/file1.js] file written with same contents Change:: Rename moduleFile1 back to moduleFile Input:: -//// [/a/b/moduleFile.ts] +//// [/users/username/projects/project/moduleFile.ts] export function bar() { }; -//// [/a/b/moduleFile1.ts] deleted +//// [/users/username/projects/project/moduleFile1.ts] deleted Before running Timeout callback:: count: 1 3: timerToInvalidateFailedLookupResolutions @@ -149,44 +149,44 @@ Before running Timeout callback:: count: 1 After running Timeout callback:: count: 0 Output:: >> Screen clear -[12:00:33 AM] File change detected. Starting incremental compilation... +[12:00:39 AM] File change detected. Starting incremental compilation... -[12:00:39 AM] Found 0 errors. Watching for file changes. +[12:00:45 AM] Found 0 errors. Watching for file changes. -Program root files: ["/a/b/file1.ts"] +Program root files: ["/users/username/projects/project/file1.ts"] Program options: {"watch":true} Program structureReused: SafeModules Program files:: /a/lib/lib.d.ts -/a/b/moduleFile.ts -/a/b/file1.ts +/users/username/projects/project/moduleFile.ts +/users/username/projects/project/file1.ts Semantic diagnostics in builder refreshed for:: -/a/b/moduleFile.ts -/a/b/file1.ts +/users/username/projects/project/moduleFile.ts +/users/username/projects/project/file1.ts Shape signatures in builder refreshed for:: -/a/b/modulefile.ts (computed .d.ts) -/a/b/file1.ts (computed .d.ts) +/users/username/projects/project/modulefile.ts (computed .d.ts) +/users/username/projects/project/file1.ts (computed .d.ts) FsWatches:: -/a/b/file1.ts: +/users/username/projects/project/file1.ts: {} /a/lib/lib.d.ts: {} -/a/b/modulefile.ts: *new* +/users/username/projects/project/modulefile.ts: *new* {} FsWatchesRecursive *deleted*:: -/a: +/users/username/projects: {} exitCode:: ExitStatus.undefined -//// [/a/b/file1.js] file written with same contents -//// [/a/b/moduleFile.js] +//// [/users/username/projects/project/file1.js] file written with same contents +//// [/users/username/projects/project/moduleFile.js] "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.bar = void 0; diff --git a/tests/baselines/reference/tscWatch/programUpdates/reports-errors-correctly-with-file-not-in-rootDir.js b/tests/baselines/reference/tscWatch/programUpdates/reports-errors-correctly-with-file-not-in-rootDir.js index 0fa519fa949f5..0c912e08557dc 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/reports-errors-correctly-with-file-not-in-rootDir.js +++ b/tests/baselines/reference/tscWatch/programUpdates/reports-errors-correctly-with-file-not-in-rootDir.js @@ -58,6 +58,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/programUpdates/reports-errors-correctly-with-isolatedModules.js b/tests/baselines/reference/tscWatch/programUpdates/reports-errors-correctly-with-isolatedModules.js index 0d6f7f137bf0a..d43e8219cb068 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/reports-errors-correctly-with-isolatedModules.js +++ b/tests/baselines/reference/tscWatch/programUpdates/reports-errors-correctly-with-isolatedModules.js @@ -54,6 +54,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/programUpdates/should-handle-non-existing-directories-in-config-file.js b/tests/baselines/reference/tscWatch/programUpdates/should-handle-non-existing-directories-in-config-file.js index fd634d7170a49..4748c0e8e4ffc 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/should-handle-non-existing-directories-in-config-file.js +++ b/tests/baselines/reference/tscWatch/programUpdates/should-handle-non-existing-directories-in-config-file.js @@ -45,8 +45,6 @@ Shape signatures in builder refreshed for:: /a/src/app.ts (used version) PolledWatches:: -/a/node_modules/@types: *new* - {"pollingInterval":500} /a/notexistingfolder: *new* {"pollingInterval":500} diff --git a/tests/baselines/reference/tscWatch/programUpdates/should-ignore-non-existing-files-specified-in-the-config-file.js b/tests/baselines/reference/tscWatch/programUpdates/should-ignore-non-existing-files-specified-in-the-config-file.js index d9ac4fe1a300f..df499fb022d73 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/should-ignore-non-existing-files-specified-in-the-config-file.js +++ b/tests/baselines/reference/tscWatch/programUpdates/should-ignore-non-existing-files-specified-in-the-config-file.js @@ -63,8 +63,6 @@ Shape signatures in builder refreshed for:: PolledWatches:: /a/b/commonfile3.ts: *new* {"pollingInterval":500} -/a/b/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/b/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/programUpdates/should-not-trigger-recompilation-because-of-program-emit/declarationDir-is-specified.js b/tests/baselines/reference/tscWatch/programUpdates/should-not-trigger-recompilation-because-of-program-emit/declarationDir-is-specified.js index 83f533b72decc..80c5502c78131 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/should-not-trigger-recompilation-because-of-program-emit/declarationDir-is-specified.js +++ b/tests/baselines/reference/tscWatch/programUpdates/should-not-trigger-recompilation-because-of-program-emit/declarationDir-is-specified.js @@ -53,6 +53,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* @@ -147,6 +149,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: diff --git a/tests/baselines/reference/tscWatch/programUpdates/should-not-trigger-recompilation-because-of-program-emit/when-outDir-and-declarationDir-is-specified.js b/tests/baselines/reference/tscWatch/programUpdates/should-not-trigger-recompilation-because-of-program-emit/when-outDir-and-declarationDir-is-specified.js index 968d6c33cc004..1dff997597d92 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/should-not-trigger-recompilation-because-of-program-emit/when-outDir-and-declarationDir-is-specified.js +++ b/tests/baselines/reference/tscWatch/programUpdates/should-not-trigger-recompilation-because-of-program-emit/when-outDir-and-declarationDir-is-specified.js @@ -53,6 +53,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* @@ -147,6 +149,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: diff --git a/tests/baselines/reference/tscWatch/programUpdates/should-not-trigger-recompilation-because-of-program-emit/when-outDir-is-specified.js b/tests/baselines/reference/tscWatch/programUpdates/should-not-trigger-recompilation-because-of-program-emit/when-outDir-is-specified.js index a46ec1f4ae58d..15edf53e91623 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/should-not-trigger-recompilation-because-of-program-emit/when-outDir-is-specified.js +++ b/tests/baselines/reference/tscWatch/programUpdates/should-not-trigger-recompilation-because-of-program-emit/when-outDir-is-specified.js @@ -53,6 +53,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* @@ -139,6 +141,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: diff --git a/tests/baselines/reference/tscWatch/programUpdates/should-not-trigger-recompilation-because-of-program-emit/with-outFile.js b/tests/baselines/reference/tscWatch/programUpdates/should-not-trigger-recompilation-because-of-program-emit/with-outFile.js index ebaa1377226b9..ec51d45cf53d8 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/should-not-trigger-recompilation-because-of-program-emit/with-outFile.js +++ b/tests/baselines/reference/tscWatch/programUpdates/should-not-trigger-recompilation-because-of-program-emit/with-outFile.js @@ -47,6 +47,8 @@ No shapes updated in the builder:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* @@ -128,6 +130,8 @@ No shapes updated in the builder:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: diff --git a/tests/baselines/reference/tscWatch/programUpdates/should-not-trigger-recompilation-because-of-program-emit/without-outDir-or-outFile-is-specified-with-declaration-enabled.js b/tests/baselines/reference/tscWatch/programUpdates/should-not-trigger-recompilation-because-of-program-emit/without-outDir-or-outFile-is-specified-with-declaration-enabled.js index 0581bd545dca5..44958e96c2243 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/should-not-trigger-recompilation-because-of-program-emit/without-outDir-or-outFile-is-specified-with-declaration-enabled.js +++ b/tests/baselines/reference/tscWatch/programUpdates/should-not-trigger-recompilation-because-of-program-emit/without-outDir-or-outFile-is-specified-with-declaration-enabled.js @@ -53,6 +53,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* @@ -147,6 +149,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: diff --git a/tests/baselines/reference/tscWatch/programUpdates/should-not-trigger-recompilation-because-of-program-emit/without-outDir-or-outFile-is-specified.js b/tests/baselines/reference/tscWatch/programUpdates/should-not-trigger-recompilation-because-of-program-emit/without-outDir-or-outFile-is-specified.js index 087137748776d..1f7a54d4b286d 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/should-not-trigger-recompilation-because-of-program-emit/without-outDir-or-outFile-is-specified.js +++ b/tests/baselines/reference/tscWatch/programUpdates/should-not-trigger-recompilation-because-of-program-emit/without-outDir-or-outFile-is-specified.js @@ -53,6 +53,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* @@ -139,6 +141,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: diff --git a/tests/baselines/reference/tscWatch/programUpdates/should-properly-handle-module-resolution-changes-in-config-file.js b/tests/baselines/reference/tscWatch/programUpdates/should-properly-handle-module-resolution-changes-in-config-file.js index af67451bf4e35..e54fd78da7914 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/should-properly-handle-module-resolution-changes-in-config-file.js +++ b/tests/baselines/reference/tscWatch/programUpdates/should-properly-handle-module-resolution-changes-in-config-file.js @@ -58,10 +58,6 @@ Shape signatures in builder refreshed for:: /a/b/node_modules/module1.ts (used version) /a/b/file1.ts (used version) -PolledWatches:: -/a/b/node_modules/@types: *new* - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: *new* {} @@ -72,10 +68,6 @@ FsWatches:: /a/lib/lib.d.ts: *new* {} -FsWatchesRecursive:: -/a/b/node_modules: *new* - {} - exitCode:: ExitStatus.undefined //// [/a/b/file1.js] @@ -123,14 +115,6 @@ Shape signatures in builder refreshed for:: /a/module1.ts (computed .d.ts) /a/b/file1.ts (computed .d.ts) -PolledWatches:: -/a/b/node_modules/@types: - {"pollingInterval":500} *new* - -PolledWatches *deleted*:: -/a/b/node_modules/@types: - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: {} @@ -140,17 +124,11 @@ FsWatches:: {} /a/module1.ts: *new* {} -/a/b: *new* - {} FsWatches *deleted*:: /a/b/node_modules/module1.ts: {} -FsWatchesRecursive *deleted*:: -/a/b/node_modules: - {} - exitCode:: ExitStatus.undefined //// [/a/b/file1.js] file written with same contents diff --git a/tests/baselines/reference/tscWatch/programUpdates/should-reflect-change-in-config-file.js b/tests/baselines/reference/tscWatch/programUpdates/should-reflect-change-in-config-file.js index abce157dc06b4..83e26a0ebede5 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/should-reflect-change-in-config-file.js +++ b/tests/baselines/reference/tscWatch/programUpdates/should-reflect-change-in-config-file.js @@ -59,10 +59,6 @@ Shape signatures in builder refreshed for:: /a/b/commonfile1.ts (used version) /a/b/commonfile2.ts (used version) -PolledWatches:: -/a/b/node_modules/@types: *new* - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: *new* {} @@ -172,10 +168,6 @@ Semantic diagnostics in builder refreshed for:: Shape signatures in builder refreshed for:: /a/b/commonfile1.ts (computed .d.ts) -PolledWatches:: -/a/b/node_modules/@types: - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: {} diff --git a/tests/baselines/reference/tscWatch/programUpdates/should-tolerate-config-file-errors-and-still-try-to-build-a-project.js b/tests/baselines/reference/tscWatch/programUpdates/should-tolerate-config-file-errors-and-still-try-to-build-a-project.js index 25a14f8ea86d9..0dc0940b87826 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/should-tolerate-config-file-errors-and-still-try-to-build-a-project.js +++ b/tests/baselines/reference/tscWatch/programUpdates/should-tolerate-config-file-errors-and-still-try-to-build-a-project.js @@ -61,10 +61,6 @@ Shape signatures in builder refreshed for:: /a/b/commonfile1.ts (used version) /a/b/commonfile2.ts (used version) -PolledWatches:: -/a/b/node_modules/@types: *new* - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: *new* {} diff --git a/tests/baselines/reference/tscWatch/programUpdates/types-should-load-from-config-file-path-if-config-exists.js b/tests/baselines/reference/tscWatch/programUpdates/types-should-load-from-config-file-path-if-config-exists.js index 3d14a37a18a49..75fdbd49eea8d 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/types-should-load-from-config-file-path-if-config-exists.js +++ b/tests/baselines/reference/tscWatch/programUpdates/types-should-load-from-config-file-path-if-config-exists.js @@ -61,8 +61,6 @@ FsWatches:: {} FsWatchesRecursive:: -/a/b/node_modules: *new* - {} /a/b: *new* {} diff --git a/tests/baselines/reference/tscWatch/programUpdates/updates-emit-on-jsx-option-change.js b/tests/baselines/reference/tscWatch/programUpdates/updates-emit-on-jsx-option-change.js index 7e81022fc60d5..5e3bbd4eb1d36 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/updates-emit-on-jsx-option-change.js +++ b/tests/baselines/reference/tscWatch/programUpdates/updates-emit-on-jsx-option-change.js @@ -48,6 +48,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* @@ -100,10 +102,14 @@ No shapes updated in the builder:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} *new* +/user/username/projects/node_modules/@types: + {"pollingInterval":500} *new* PolledWatches *deleted*:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: diff --git a/tests/baselines/reference/tscWatch/programUpdates/updates-errors-and-emit-when-importsNotUsedAsValues-changes.js b/tests/baselines/reference/tscWatch/programUpdates/updates-errors-and-emit-when-importsNotUsedAsValues-changes.js index 2c22df18b8809..ef47f1984aff6 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/updates-errors-and-emit-when-importsNotUsedAsValues-changes.js +++ b/tests/baselines/reference/tscWatch/programUpdates/updates-errors-and-emit-when-importsNotUsedAsValues-changes.js @@ -54,6 +54,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/programUpdates/updates-errors-correctly-when-declaration-emit-is-disabled-in-compiler-options.js b/tests/baselines/reference/tscWatch/programUpdates/updates-errors-correctly-when-declaration-emit-is-disabled-in-compiler-options.js index 92fd48145be6d..8e3e8f70806ec 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/updates-errors-correctly-when-declaration-emit-is-disabled-in-compiler-options.js +++ b/tests/baselines/reference/tscWatch/programUpdates/updates-errors-correctly-when-declaration-emit-is-disabled-in-compiler-options.js @@ -57,6 +57,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/programUpdates/updates-errors-in-lib-file/when-module-file-with-global-definitions-changes/with-default-options.js b/tests/baselines/reference/tscWatch/programUpdates/updates-errors-in-lib-file/when-module-file-with-global-definitions-changes/with-default-options.js index a4da804a81f2d..e6ff428ef36f0 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/updates-errors-in-lib-file/when-module-file-with-global-definitions-changes/with-default-options.js +++ b/tests/baselines/reference/tscWatch/programUpdates/updates-errors-in-lib-file/when-module-file-with-global-definitions-changes/with-default-options.js @@ -63,6 +63,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/a.ts: *new* diff --git a/tests/baselines/reference/tscWatch/programUpdates/updates-errors-in-lib-file/when-module-file-with-global-definitions-changes/with-skipDefaultLibCheck.js b/tests/baselines/reference/tscWatch/programUpdates/updates-errors-in-lib-file/when-module-file-with-global-definitions-changes/with-skipDefaultLibCheck.js index 0c73047466268..94dc6f53fb766 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/updates-errors-in-lib-file/when-module-file-with-global-definitions-changes/with-skipDefaultLibCheck.js +++ b/tests/baselines/reference/tscWatch/programUpdates/updates-errors-in-lib-file/when-module-file-with-global-definitions-changes/with-skipDefaultLibCheck.js @@ -58,6 +58,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/a.ts: *new* diff --git a/tests/baselines/reference/tscWatch/programUpdates/updates-errors-in-lib-file/when-module-file-with-global-definitions-changes/with-skipLibCheck.js b/tests/baselines/reference/tscWatch/programUpdates/updates-errors-in-lib-file/when-module-file-with-global-definitions-changes/with-skipLibCheck.js index 035ba1e07887b..9d3fab2abd552 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/updates-errors-in-lib-file/when-module-file-with-global-definitions-changes/with-skipLibCheck.js +++ b/tests/baselines/reference/tscWatch/programUpdates/updates-errors-in-lib-file/when-module-file-with-global-definitions-changes/with-skipLibCheck.js @@ -58,6 +58,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/a.ts: *new* diff --git a/tests/baselines/reference/tscWatch/programUpdates/updates-errors-in-lib-file/when-non-module-file-changes/with-default-options.js b/tests/baselines/reference/tscWatch/programUpdates/updates-errors-in-lib-file/when-non-module-file-changes/with-default-options.js index 2799c50cebd9d..3094d2e15edf1 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/updates-errors-in-lib-file/when-non-module-file-changes/with-default-options.js +++ b/tests/baselines/reference/tscWatch/programUpdates/updates-errors-in-lib-file/when-non-module-file-changes/with-default-options.js @@ -60,6 +60,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/a.ts: *new* diff --git a/tests/baselines/reference/tscWatch/programUpdates/updates-errors-in-lib-file/when-non-module-file-changes/with-skipDefaultLibCheck.js b/tests/baselines/reference/tscWatch/programUpdates/updates-errors-in-lib-file/when-non-module-file-changes/with-skipDefaultLibCheck.js index c08c0a67639dd..ac6690dea26dc 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/updates-errors-in-lib-file/when-non-module-file-changes/with-skipDefaultLibCheck.js +++ b/tests/baselines/reference/tscWatch/programUpdates/updates-errors-in-lib-file/when-non-module-file-changes/with-skipDefaultLibCheck.js @@ -55,6 +55,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/a.ts: *new* diff --git a/tests/baselines/reference/tscWatch/programUpdates/updates-errors-in-lib-file/when-non-module-file-changes/with-skipLibCheck.js b/tests/baselines/reference/tscWatch/programUpdates/updates-errors-in-lib-file/when-non-module-file-changes/with-skipLibCheck.js index 742af2a6bd15d..6d8a9d2164dc6 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/updates-errors-in-lib-file/when-non-module-file-changes/with-skipLibCheck.js +++ b/tests/baselines/reference/tscWatch/programUpdates/updates-errors-in-lib-file/when-non-module-file-changes/with-skipLibCheck.js @@ -55,6 +55,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/a.ts: *new* diff --git a/tests/baselines/reference/tscWatch/programUpdates/updates-errors-when-ambient-modules-of-program-changes.js b/tests/baselines/reference/tscWatch/programUpdates/updates-errors-when-ambient-modules-of-program-changes.js index 976c794e628a4..274307432dd2c 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/updates-errors-when-ambient-modules-of-program-changes.js +++ b/tests/baselines/reference/tscWatch/programUpdates/updates-errors-when-ambient-modules-of-program-changes.js @@ -49,6 +49,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* @@ -129,6 +131,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: @@ -185,6 +189,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: diff --git a/tests/baselines/reference/tscWatch/programUpdates/updates-errors-when-noErrorTruncation-changes.js b/tests/baselines/reference/tscWatch/programUpdates/updates-errors-when-noErrorTruncation-changes.js index fded053638b00..afddec279b368 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/updates-errors-when-noErrorTruncation-changes.js +++ b/tests/baselines/reference/tscWatch/programUpdates/updates-errors-when-noErrorTruncation-changes.js @@ -61,6 +61,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/programUpdates/updates-errors-when-strictNullChecks-changes.js b/tests/baselines/reference/tscWatch/programUpdates/updates-errors-when-strictNullChecks-changes.js index e028c699889ee..c8b3ddc21e7d8 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/updates-errors-when-strictNullChecks-changes.js +++ b/tests/baselines/reference/tscWatch/programUpdates/updates-errors-when-strictNullChecks-changes.js @@ -48,6 +48,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/programUpdates/updates-moduleResolution-when-resolveJsonModule-changes.js b/tests/baselines/reference/tscWatch/programUpdates/updates-moduleResolution-when-resolveJsonModule-changes.js index 304784e3d6943..058ec335a89e0 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/updates-moduleResolution-when-resolveJsonModule-changes.js +++ b/tests/baselines/reference/tscWatch/programUpdates/updates-moduleResolution-when-resolveJsonModule-changes.js @@ -57,6 +57,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* @@ -119,12 +121,16 @@ PolledWatches:: {"pollingInterval":500} *new* /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} *new* +/user/username/projects/node_modules/@types: + {"pollingInterval":500} *new* PolledWatches *deleted*:: /user/username/projects/myproject/data.json: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: diff --git a/tests/baselines/reference/tscWatch/programUpdates/when-changing-`allowImportingTsExtensions`-of-config-file.js b/tests/baselines/reference/tscWatch/programUpdates/when-changing-`allowImportingTsExtensions`-of-config-file.js index 64d3012305e51..e233043723744 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/when-changing-`allowImportingTsExtensions`-of-config-file.js +++ b/tests/baselines/reference/tscWatch/programUpdates/when-changing-`allowImportingTsExtensions`-of-config-file.js @@ -38,6 +38,8 @@ FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b.ts 250 unde FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 250 undefined Source file DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Type roots Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Type roots +DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Type roots +Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Type roots b.ts:1:8 - error TS5097: An import path can only end with a '.ts' extension when 'allowImportingTsExtensions' is enabled. 1 import "./a.ts"; @@ -70,6 +72,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/programUpdates/when-creating-extensionless-file.js b/tests/baselines/reference/tscWatch/programUpdates/when-creating-extensionless-file.js index 29076ddcb1bf1..246e8ef3612ea 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/when-creating-extensionless-file.js +++ b/tests/baselines/reference/tscWatch/programUpdates/when-creating-extensionless-file.js @@ -34,6 +34,8 @@ FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/index.ts 250 FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 250 undefined Source file DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Type roots Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Type roots +DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Type roots +Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Type roots [12:00:24 AM] Found 0 errors. Watching for file changes. DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Wild card directory @@ -58,6 +60,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/programUpdates/when-creating-new-file-in-symlinked-folder.js b/tests/baselines/reference/tscWatch/programUpdates/when-creating-new-file-in-symlinked-folder.js index 629cbc2a1a749..2aa0deadb1f4d 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/when-creating-new-file-in-symlinked-folder.js +++ b/tests/baselines/reference/tscWatch/programUpdates/when-creating-new-file-in-symlinked-folder.js @@ -39,6 +39,8 @@ FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/client/linkto FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 250 undefined Source file DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Type roots Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Type roots +DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Type roots +Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Type roots [12:00:37 AM] Found 0 errors. Watching for file changes. DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/client 1 undefined Wild card directory @@ -68,6 +70,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* @@ -152,6 +156,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: diff --git a/tests/baselines/reference/tscWatch/programUpdates/when-new-file-is-added-to-the-referenced-project.js b/tests/baselines/reference/tscWatch/programUpdates/when-new-file-is-added-to-the-referenced-project.js index b082c04249659..15d9d898534d5 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/when-new-file-is-added-to-the-referenced-project.js +++ b/tests/baselines/reference/tscWatch/programUpdates/when-new-file-is-added-to-the-referenced-project.js @@ -53,6 +53,8 @@ DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/node_modules/@types 1 undefined Type roots DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Type roots Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Type roots +DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Type roots +Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Type roots [12:00:40 AM] Found 0 errors. Watching for file changes. DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project2 1 undefined Wild card directory @@ -84,6 +86,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/projects/project2/tsconfig.json: *new* @@ -236,6 +240,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/projects/project1/class3.d.ts: *new* {"pollingInterval":500} @@ -274,6 +280,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} PolledWatches *deleted*:: /user/username/projects/myproject/projects/project1/class3.d.ts: @@ -347,6 +355,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/projects/project2/tsconfig.json: @@ -526,6 +536,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/projects/project1/class3.d.ts: *new* {"pollingInterval":500} @@ -629,6 +641,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} PolledWatches *deleted*:: /user/username/projects/myproject/projects/project1/class3.d.ts: @@ -702,6 +716,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/projects/project2/tsconfig.json: diff --git a/tests/baselines/reference/tscWatch/programUpdates/when-skipLibCheck-and-skipDefaultLibCheck-changes.js b/tests/baselines/reference/tscWatch/programUpdates/when-skipLibCheck-and-skipDefaultLibCheck-changes.js index 28c3e5b0f6711..41f4192c0d06a 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/when-skipLibCheck-and-skipDefaultLibCheck-changes.js +++ b/tests/baselines/reference/tscWatch/programUpdates/when-skipLibCheck-and-skipDefaultLibCheck-changes.js @@ -75,6 +75,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/programUpdates/works-correctly-when-config-file-is-changed-but-its-content-havent.js b/tests/baselines/reference/tscWatch/programUpdates/works-correctly-when-config-file-is-changed-but-its-content-havent.js index dd547d9aac306..66b9911a9e82f 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/works-correctly-when-config-file-is-changed-but-its-content-havent.js +++ b/tests/baselines/reference/tscWatch/programUpdates/works-correctly-when-config-file-is-changed-but-its-content-havent.js @@ -53,10 +53,6 @@ Shape signatures in builder refreshed for:: /a/b/commonfile1.ts (used version) /a/b/commonfile2.ts (used version) -PolledWatches:: -/a/b/node_modules/@types: *new* - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: *new* {} diff --git a/tests/baselines/reference/tscWatch/projectsWithReferences/on-sample-project.js b/tests/baselines/reference/tscWatch/projectsWithReferences/on-sample-project.js index 811563e24dc58..75f8882c8a2da 100644 --- a/tests/baselines/reference/tscWatch/projectsWithReferences/on-sample-project.js +++ b/tests/baselines/reference/tscWatch/projectsWithReferences/on-sample-project.js @@ -502,6 +502,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/sample1/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/sample1/tests/tsconfig.json: *new* @@ -1123,6 +1125,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/sample1/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /user/username/projects/sample1/tests/tsconfig.json: diff --git a/tests/baselines/reference/tscWatch/projectsWithReferences/on-transitive-references-in-different-folders-with-no-files-clause.js b/tests/baselines/reference/tscWatch/projectsWithReferences/on-transitive-references-in-different-folders-with-no-files-clause.js index 4d8f498950293..52631c2e14dba 100644 --- a/tests/baselines/reference/tscWatch/projectsWithReferences/on-transitive-references-in-different-folders-with-no-files-clause.js +++ b/tests/baselines/reference/tscWatch/projectsWithReferences/on-transitive-references-in-different-folders-with-no-files-clause.js @@ -293,6 +293,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/transitivereferences/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/transitivereferences/c/tsconfig.json: *new* @@ -499,8 +501,9 @@ export class A {} -Before running Timeout callback:: count: 1 -2: timerToUpdateProgram +Before running Timeout callback:: count: 2 +2: timerToInvalidateFailedLookupResolutions +3: timerToUpdateProgram After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -589,12 +592,16 @@ PolledWatches:: {"pollingInterval":500} *new* /user/username/projects/transitivereferences/node_modules/@types: {"pollingInterval":500} *new* +/user/username/projects/node_modules/@types: + {"pollingInterval":500} *new* PolledWatches *deleted*:: /user/username/projects/transitivereferences/c/node_modules/@types: {"pollingInterval":500} /user/username/projects/transitivereferences/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /user/username/projects/transitivereferences/c/tsconfig.json: @@ -648,7 +655,7 @@ Input:: Before running Timeout callback:: count: 1 -3: timerToUpdateProgram +4: timerToUpdateProgram After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -737,12 +744,16 @@ PolledWatches:: {"pollingInterval":500} *new* /user/username/projects/transitivereferences/node_modules/@types: {"pollingInterval":500} *new* +/user/username/projects/node_modules/@types: + {"pollingInterval":500} *new* PolledWatches *deleted*:: /user/username/projects/transitivereferences/c/node_modules/@types: {"pollingInterval":500} /user/username/projects/transitivereferences/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /user/username/projects/transitivereferences/c/tsconfig.json: @@ -796,7 +807,7 @@ Input:: Before running Timeout callback:: count: 1 -4: timerToUpdateProgram +5: timerToUpdateProgram After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -866,6 +877,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/transitivereferences/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /user/username/projects/transitivereferences/c/tsconfig.json: @@ -914,7 +927,7 @@ Input:: Before running Timeout callback:: count: 1 -5: timerToUpdateProgram +6: timerToUpdateProgram After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -976,6 +989,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/transitivereferences/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /user/username/projects/transitivereferences/c/tsconfig.json: @@ -1022,8 +1037,8 @@ Input:: //// [/user/username/projects/transitiveReferences/b/tsconfig.json] deleted Before running Timeout callback:: count: 2 -6: timerToUpdateProgram -7: timerToInvalidateFailedLookupResolutions +7: timerToUpdateProgram +8: timerToInvalidateFailedLookupResolutions After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -1098,6 +1113,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/transitivereferences/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /user/username/projects/transitivereferences/c/tsconfig.json: @@ -1146,8 +1163,8 @@ Input:: Before running Timeout callback:: count: 2 -8: timerToUpdateProgram -9: timerToInvalidateFailedLookupResolutions +9: timerToUpdateProgram +10: timerToInvalidateFailedLookupResolutions After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -1220,6 +1237,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/transitivereferences/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /user/username/projects/transitivereferences/c/tsconfig.json: @@ -1265,8 +1284,8 @@ Input:: //// [/user/username/projects/transitiveReferences/a/tsconfig.json] deleted Before running Timeout callback:: count: 2 -10: timerToUpdateProgram -11: timerToInvalidateFailedLookupResolutions +11: timerToUpdateProgram +12: timerToInvalidateFailedLookupResolutions After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -1338,6 +1357,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/transitivereferences/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /user/username/projects/transitivereferences/c/tsconfig.json: @@ -1385,8 +1406,8 @@ Input:: Before running Timeout callback:: count: 2 -12: timerToUpdateProgram -13: timerToInvalidateFailedLookupResolutions +13: timerToUpdateProgram +14: timerToInvalidateFailedLookupResolutions After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -1456,6 +1477,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/transitivereferences/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /user/username/projects/transitivereferences/c/tsconfig.json: diff --git a/tests/baselines/reference/tscWatch/projectsWithReferences/on-transitive-references-in-different-folders.js b/tests/baselines/reference/tscWatch/projectsWithReferences/on-transitive-references-in-different-folders.js index ac3ae1bed40dc..cd43ff949d47b 100644 --- a/tests/baselines/reference/tscWatch/projectsWithReferences/on-transitive-references-in-different-folders.js +++ b/tests/baselines/reference/tscWatch/projectsWithReferences/on-transitive-references-in-different-folders.js @@ -293,6 +293,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/transitivereferences/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/transitivereferences/c/tsconfig.json: *new* @@ -497,8 +499,9 @@ export class A {} -Before running Timeout callback:: count: 1 -2: timerToUpdateProgram +Before running Timeout callback:: count: 2 +2: timerToInvalidateFailedLookupResolutions +3: timerToUpdateProgram After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -587,12 +590,16 @@ PolledWatches:: {"pollingInterval":500} *new* /user/username/projects/transitivereferences/node_modules/@types: {"pollingInterval":500} *new* +/user/username/projects/node_modules/@types: + {"pollingInterval":500} *new* PolledWatches *deleted*:: /user/username/projects/transitivereferences/c/node_modules/@types: {"pollingInterval":500} /user/username/projects/transitivereferences/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /user/username/projects/transitivereferences/c/tsconfig.json: @@ -648,7 +655,7 @@ Input:: Before running Timeout callback:: count: 1 -3: timerToUpdateProgram +4: timerToUpdateProgram After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -737,12 +744,16 @@ PolledWatches:: {"pollingInterval":500} *new* /user/username/projects/transitivereferences/node_modules/@types: {"pollingInterval":500} *new* +/user/username/projects/node_modules/@types: + {"pollingInterval":500} *new* PolledWatches *deleted*:: /user/username/projects/transitivereferences/c/node_modules/@types: {"pollingInterval":500} /user/username/projects/transitivereferences/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /user/username/projects/transitivereferences/c/tsconfig.json: @@ -798,7 +809,7 @@ Input:: Before running Timeout callback:: count: 1 -4: timerToUpdateProgram +5: timerToUpdateProgram After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -868,6 +879,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/transitivereferences/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /user/username/projects/transitivereferences/c/tsconfig.json: @@ -916,7 +929,7 @@ Input:: Before running Timeout callback:: count: 1 -5: timerToUpdateProgram +6: timerToUpdateProgram After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -978,6 +991,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/transitivereferences/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /user/username/projects/transitivereferences/c/tsconfig.json: @@ -1020,8 +1035,8 @@ Input:: //// [/user/username/projects/transitiveReferences/b/tsconfig.json] deleted Before running Timeout callback:: count: 2 -6: timerToUpdateProgram -7: timerToInvalidateFailedLookupResolutions +7: timerToUpdateProgram +8: timerToInvalidateFailedLookupResolutions After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -1096,6 +1111,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/transitivereferences/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /user/username/projects/transitivereferences/c/tsconfig.json: @@ -1138,8 +1155,8 @@ Input:: Before running Timeout callback:: count: 2 -8: timerToUpdateProgram -9: timerToInvalidateFailedLookupResolutions +9: timerToUpdateProgram +10: timerToInvalidateFailedLookupResolutions After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -1212,6 +1229,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/transitivereferences/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /user/username/projects/transitivereferences/c/tsconfig.json: @@ -1255,8 +1274,8 @@ Input:: //// [/user/username/projects/transitiveReferences/a/tsconfig.json] deleted Before running Timeout callback:: count: 2 -10: timerToUpdateProgram -11: timerToInvalidateFailedLookupResolutions +11: timerToUpdateProgram +12: timerToInvalidateFailedLookupResolutions After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -1328,6 +1347,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/transitivereferences/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /user/username/projects/transitivereferences/c/tsconfig.json: @@ -1373,8 +1394,8 @@ Input:: Before running Timeout callback:: count: 2 -12: timerToUpdateProgram -13: timerToInvalidateFailedLookupResolutions +13: timerToUpdateProgram +14: timerToInvalidateFailedLookupResolutions After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -1444,6 +1465,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/transitivereferences/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /user/username/projects/transitivereferences/c/tsconfig.json: diff --git a/tests/baselines/reference/tscWatch/projectsWithReferences/on-transitive-references.js b/tests/baselines/reference/tscWatch/projectsWithReferences/on-transitive-references.js index 2148006826a25..cd4d259d0631b 100644 --- a/tests/baselines/reference/tscWatch/projectsWithReferences/on-transitive-references.js +++ b/tests/baselines/reference/tscWatch/projectsWithReferences/on-transitive-references.js @@ -311,6 +311,8 @@ Dependencies for:: PolledWatches:: /user/username/projects/transitivereferences/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/transitivereferences/tsconfig.c.json: *new* @@ -594,10 +596,14 @@ Dependencies for:: PolledWatches:: /user/username/projects/transitivereferences/node_modules/@types: {"pollingInterval":500} *new* +/user/username/projects/node_modules/@types: + {"pollingInterval":500} *new* PolledWatches *deleted*:: /user/username/projects/transitivereferences/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /user/username/projects/transitivereferences/tsconfig.c.json: @@ -724,10 +730,14 @@ Dependencies for:: PolledWatches:: /user/username/projects/transitivereferences/node_modules/@types: {"pollingInterval":500} *new* +/user/username/projects/node_modules/@types: + {"pollingInterval":500} *new* PolledWatches *deleted*:: /user/username/projects/transitivereferences/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /user/username/projects/transitivereferences/tsconfig.c.json: @@ -839,6 +849,8 @@ Dependencies for:: PolledWatches:: /user/username/projects/transitivereferences/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /user/username/projects/transitivereferences/tsconfig.c.json: @@ -939,6 +951,8 @@ Dependencies for:: PolledWatches:: /user/username/projects/transitivereferences/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /user/username/projects/transitivereferences/tsconfig.c.json: @@ -1050,6 +1064,8 @@ Dependencies for:: PolledWatches:: /user/username/projects/transitivereferences/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /user/username/projects/transitivereferences/tsconfig.c.json: @@ -1170,6 +1186,8 @@ Dependencies for:: PolledWatches:: /user/username/projects/transitivereferences/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /user/username/projects/transitivereferences/tsconfig.c.json: @@ -1277,6 +1295,8 @@ Dependencies for:: PolledWatches:: /user/username/projects/transitivereferences/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /user/username/projects/transitivereferences/tsconfig.c.json: @@ -1385,6 +1405,8 @@ Dependencies for:: PolledWatches:: /user/username/projects/transitivereferences/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /user/username/projects/transitivereferences/tsconfig.c.json: diff --git a/tests/baselines/reference/tscWatch/projectsWithReferences/when-declarationMap-changes-for-dependency.js b/tests/baselines/reference/tscWatch/projectsWithReferences/when-declarationMap-changes-for-dependency.js index 56fc5473e2a21..bb757bd797579 100644 --- a/tests/baselines/reference/tscWatch/projectsWithReferences/when-declarationMap-changes-for-dependency.js +++ b/tests/baselines/reference/tscWatch/projectsWithReferences/when-declarationMap-changes-for-dependency.js @@ -247,6 +247,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/sample1/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/sample1/logic/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/projectsWithReferences/when-referenced-project-uses-different-module-resolution.js b/tests/baselines/reference/tscWatch/projectsWithReferences/when-referenced-project-uses-different-module-resolution.js index 248ad6b890873..77e42d1b392a3 100644 --- a/tests/baselines/reference/tscWatch/projectsWithReferences/when-referenced-project-uses-different-module-resolution.js +++ b/tests/baselines/reference/tscWatch/projectsWithReferences/when-referenced-project-uses-different-module-resolution.js @@ -298,6 +298,8 @@ Dependencies for:: PolledWatches:: /user/username/projects/transitivereferences/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/transitivereferences/tsconfig.c.json: *new* diff --git a/tests/baselines/reference/tscWatch/resolutionCache/caching-works.js b/tests/baselines/reference/tscWatch/resolutionCache/caching-works.js index a5c0bee758229..366457ad7fe2e 100644 --- a/tests/baselines/reference/tscWatch/resolutionCache/caching-works.js +++ b/tests/baselines/reference/tscWatch/resolutionCache/caching-works.js @@ -1,9 +1,9 @@ currentDirectory:: / useCaseSensitiveFileNames: false Input:: -//// [/a/d/f0.ts] +//// [/users/username/projects/project/d/f0.ts] import {x} from "f1" -//// [/a/f1.ts] +//// [/users/username/projects/project/f1.ts] foo() //// [/a/lib/lib.d.ts] @@ -20,62 +20,62 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -/a/lib/tsc.js --w /a/d/f0.ts +/a/lib/tsc.js --w /users/username/projects/project/d/f0.ts Output:: >> Screen clear -[12:00:15 AM] Starting compilation in watch mode... +[12:00:23 AM] Starting compilation in watch mode... -a/d/f0.ts:1:17 - error TS2306: File '/a/f1.ts' is not a module. +users/username/projects/project/d/f0.ts:1:17 - error TS2306: File '/users/username/projects/project/f1.ts' is not a module. 1 import {x} from "f1"    ~~~~ -a/f1.ts:1:1 - error TS2304: Cannot find name 'foo'. +users/username/projects/project/f1.ts:1:1 - error TS2304: Cannot find name 'foo'. 1 foo()   ~~~ -[12:00:20 AM] Found 2 errors. Watching for file changes. +[12:00:28 AM] Found 2 errors. Watching for file changes. -Program root files: ["/a/d/f0.ts"] +Program root files: ["/users/username/projects/project/d/f0.ts"] Program options: {"module":2} Program structureReused: Not Program files:: /a/lib/lib.d.ts -/a/f1.ts -/a/d/f0.ts +/users/username/projects/project/f1.ts +/users/username/projects/project/d/f0.ts Semantic diagnostics in builder refreshed for:: /a/lib/lib.d.ts -/a/f1.ts -/a/d/f0.ts +/users/username/projects/project/f1.ts +/users/username/projects/project/d/f0.ts Shape signatures in builder refreshed for:: /a/lib/lib.d.ts (used version) -/a/f1.ts (used version) -/a/d/f0.ts (used version) +/users/username/projects/project/f1.ts (used version) +/users/username/projects/project/d/f0.ts (used version) FsWatches:: -/a/d/f0.ts: *new* +/users/username/projects/project/d/f0.ts: *new* {} -/a/f1.ts: *new* +/users/username/projects/project/f1.ts: *new* {} /a/lib/lib.d.ts: *new* {} FsWatchesRecursive:: -/a: *new* +/users/username/projects: *new* {} exitCode:: ExitStatus.undefined -//// [/a/f1.js] +//// [/users/username/projects/project/f1.js] foo(); -//// [/a/d/f0.js] +//// [/users/username/projects/project/d/f0.js] define(["require", "exports"], function (require, exports) { "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); @@ -86,7 +86,7 @@ define(["require", "exports"], function (require, exports) { Change:: Adding text doesnt re-resole the imports Input:: -//// [/a/d/f0.ts] +//// [/users/username/projects/project/d/f0.ts] import {x} from "f1" var x: string = 1; @@ -96,44 +96,44 @@ Before running Timeout callback:: count: 1 After running Timeout callback:: count: 0 Output:: >> Screen clear -[12:00:24 AM] File change detected. Starting incremental compilation... +[12:00:32 AM] File change detected. Starting incremental compilation... -a/d/f0.ts:1:17 - error TS2306: File '/a/f1.ts' is not a module. +users/username/projects/project/d/f0.ts:1:17 - error TS2306: File '/users/username/projects/project/f1.ts' is not a module. 1 import {x} from "f1"    ~~~~ -a/d/f0.ts:2:33 - error TS2322: Type 'number' is not assignable to type 'string'. +users/username/projects/project/d/f0.ts:2:33 - error TS2322: Type 'number' is not assignable to type 'string'. 2 var x: string = 1;    ~ -a/f1.ts:1:1 - error TS2304: Cannot find name 'foo'. +users/username/projects/project/f1.ts:1:1 - error TS2304: Cannot find name 'foo'. 1 foo()   ~~~ -[12:00:28 AM] Found 3 errors. Watching for file changes. +[12:00:36 AM] Found 3 errors. Watching for file changes. -Program root files: ["/a/d/f0.ts"] +Program root files: ["/users/username/projects/project/d/f0.ts"] Program options: {"module":2} Program structureReused: Completely Program files:: /a/lib/lib.d.ts -/a/f1.ts -/a/d/f0.ts +/users/username/projects/project/f1.ts +/users/username/projects/project/d/f0.ts Semantic diagnostics in builder refreshed for:: -/a/d/f0.ts +/users/username/projects/project/d/f0.ts Shape signatures in builder refreshed for:: -/a/d/f0.ts (computed .d.ts) +/users/username/projects/project/d/f0.ts (computed .d.ts) exitCode:: ExitStatus.undefined -//// [/a/d/f0.js] +//// [/users/username/projects/project/d/f0.js] define(["require", "exports"], function (require, exports) { "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); @@ -145,7 +145,7 @@ define(["require", "exports"], function (require, exports) { Change:: Resolves f2 Input:: -//// [/a/d/f0.ts] +//// [/users/username/projects/project/d/f0.ts] import {x} from "f2" @@ -154,53 +154,47 @@ Before running Timeout callback:: count: 1 After running Timeout callback:: count: 0 Output:: >> Screen clear -[12:00:32 AM] File change detected. Starting incremental compilation... +[12:00:40 AM] File change detected. Starting incremental compilation... -a/d/f0.ts:1:17 - error TS2792: Cannot find module 'f2'. Did you mean to set the 'moduleResolution' option to 'nodenext', or to add aliases to the 'paths' option? +users/username/projects/project/d/f0.ts:1:17 - error TS2792: Cannot find module 'f2'. Did you mean to set the 'moduleResolution' option to 'nodenext', or to add aliases to the 'paths' option? 1 import {x} from "f2"    ~~~~ -[12:00:36 AM] Found 1 error. Watching for file changes. +[12:00:44 AM] Found 1 error. Watching for file changes. -Program root files: ["/a/d/f0.ts"] +Program root files: ["/users/username/projects/project/d/f0.ts"] Program options: {"module":2} Program structureReused: SafeModules Program files:: /a/lib/lib.d.ts -/a/d/f0.ts +/users/username/projects/project/d/f0.ts Semantic diagnostics in builder refreshed for:: -/a/d/f0.ts +/users/username/projects/project/d/f0.ts Shape signatures in builder refreshed for:: -/a/d/f0.ts (computed .d.ts) - -PolledWatches:: -/node_modules: *new* - {"pollingInterval":500} +/users/username/projects/project/d/f0.ts (computed .d.ts) FsWatches:: -/a/d/f0.ts: +/users/username/projects/project/d/f0.ts: {} /a/lib/lib.d.ts: {} -/: *new* - {} FsWatches *deleted*:: -/a/f1.ts: +/users/username/projects/project/f1.ts: {} FsWatchesRecursive:: -/a: +/users/username/projects: {} exitCode:: ExitStatus.undefined -//// [/a/d/f0.js] +//// [/users/username/projects/project/d/f0.js] define(["require", "exports"], function (require, exports) { "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); @@ -211,7 +205,7 @@ define(["require", "exports"], function (require, exports) { Change:: Resolve f1 Input:: -//// [/a/d/f0.ts] +//// [/users/username/projects/project/d/f0.ts] import {x} from "f1" @@ -220,60 +214,52 @@ Before running Timeout callback:: count: 1 After running Timeout callback:: count: 0 Output:: >> Screen clear -[12:00:40 AM] File change detected. Starting incremental compilation... +[12:00:48 AM] File change detected. Starting incremental compilation... -a/d/f0.ts:1:17 - error TS2306: File '/a/f1.ts' is not a module. +users/username/projects/project/d/f0.ts:1:17 - error TS2306: File '/users/username/projects/project/f1.ts' is not a module. 1 import {x} from "f1"    ~~~~ -a/f1.ts:1:1 - error TS2304: Cannot find name 'foo'. +users/username/projects/project/f1.ts:1:1 - error TS2304: Cannot find name 'foo'. 1 foo()   ~~~ -[12:00:47 AM] Found 2 errors. Watching for file changes. +[12:00:55 AM] Found 2 errors. Watching for file changes. -Program root files: ["/a/d/f0.ts"] +Program root files: ["/users/username/projects/project/d/f0.ts"] Program options: {"module":2} Program structureReused: SafeModules Program files:: /a/lib/lib.d.ts -/a/f1.ts -/a/d/f0.ts +/users/username/projects/project/f1.ts +/users/username/projects/project/d/f0.ts Semantic diagnostics in builder refreshed for:: /a/lib/lib.d.ts -/a/f1.ts -/a/d/f0.ts +/users/username/projects/project/f1.ts +/users/username/projects/project/d/f0.ts Shape signatures in builder refreshed for:: -/a/f1.ts (computed .d.ts) -/a/d/f0.ts (computed .d.ts) - -PolledWatches *deleted*:: -/node_modules: - {"pollingInterval":500} +/users/username/projects/project/f1.ts (computed .d.ts) +/users/username/projects/project/d/f0.ts (computed .d.ts) FsWatches:: -/a/d/f0.ts: +/users/username/projects/project/d/f0.ts: {} /a/lib/lib.d.ts: {} -/a/f1.ts: *new* - {} - -FsWatches *deleted*:: -/: +/users/username/projects/project/f1.ts: *new* {} FsWatchesRecursive:: -/a: +/users/username/projects: {} exitCode:: ExitStatus.undefined -//// [/a/f1.js] file written with same contents -//// [/a/d/f0.js] file written with same contents +//// [/users/username/projects/project/f1.js] file written with same contents +//// [/users/username/projects/project/d/f0.js] file written with same contents diff --git a/tests/baselines/reference/tscWatch/resolutionCache/ignores-changes-in-node_modules-that-start-with-dot/watch-with-configFile.js b/tests/baselines/reference/tscWatch/resolutionCache/ignores-changes-in-node_modules-that-start-with-dot/watch-with-configFile.js index 0e674d7275f16..4b62fcbf421e9 100644 --- a/tests/baselines/reference/tscWatch/resolutionCache/ignores-changes-in-node_modules-that-start-with-dot/watch-with-configFile.js +++ b/tests/baselines/reference/tscWatch/resolutionCache/ignores-changes-in-node_modules-that-start-with-dot/watch-with-configFile.js @@ -53,6 +53,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/resolutionCache/ignores-changes-in-node_modules-that-start-with-dot/watch-without-configFile.js b/tests/baselines/reference/tscWatch/resolutionCache/ignores-changes-in-node_modules-that-start-with-dot/watch-without-configFile.js index be971c3703b01..c2ee26f72fc2f 100644 --- a/tests/baselines/reference/tscWatch/resolutionCache/ignores-changes-in-node_modules-that-start-with-dot/watch-without-configFile.js +++ b/tests/baselines/reference/tscWatch/resolutionCache/ignores-changes-in-node_modules-that-start-with-dot/watch-without-configFile.js @@ -59,7 +59,7 @@ FsWatches:: {} FsWatchesRecursive:: -/user: *new* +/user/username/projects: *new* {} exitCode:: ExitStatus.undefined diff --git a/tests/baselines/reference/tscWatch/resolutionCache/loads-missing-files-from-disk.js b/tests/baselines/reference/tscWatch/resolutionCache/loads-missing-files-from-disk.js index 7e37636e7ac7b..e9b1524c869bd 100644 --- a/tests/baselines/reference/tscWatch/resolutionCache/loads-missing-files-from-disk.js +++ b/tests/baselines/reference/tscWatch/resolutionCache/loads-missing-files-from-disk.js @@ -1,6 +1,6 @@ currentDirectory:: / useCaseSensitiveFileNames: false Input:: -//// [/a/foo.ts] +//// [/users/username/projects/project/foo.ts] import {x} from "bar" //// [/a/lib/lib.d.ts] @@ -17,54 +17,48 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -/a/lib/tsc.js --w /a/foo.ts +/a/lib/tsc.js --w /users/username/projects/project/foo.ts Output:: >> Screen clear -[12:00:11 AM] Starting compilation in watch mode... +[12:00:19 AM] Starting compilation in watch mode... -a/foo.ts:1:17 - error TS2792: Cannot find module 'bar'. Did you mean to set the 'moduleResolution' option to 'nodenext', or to add aliases to the 'paths' option? +users/username/projects/project/foo.ts:1:17 - error TS2792: Cannot find module 'bar'. Did you mean to set the 'moduleResolution' option to 'nodenext', or to add aliases to the 'paths' option? 1 import {x} from "bar"    ~~~~~ -[12:00:14 AM] Found 1 error. Watching for file changes. +[12:00:22 AM] Found 1 error. Watching for file changes. -Program root files: ["/a/foo.ts"] +Program root files: ["/users/username/projects/project/foo.ts"] Program options: {"module":2} Program structureReused: Not Program files:: /a/lib/lib.d.ts -/a/foo.ts +/users/username/projects/project/foo.ts Semantic diagnostics in builder refreshed for:: /a/lib/lib.d.ts -/a/foo.ts +/users/username/projects/project/foo.ts Shape signatures in builder refreshed for:: /a/lib/lib.d.ts (used version) -/a/foo.ts (used version) - -PolledWatches:: -/node_modules: *new* - {"pollingInterval":500} +/users/username/projects/project/foo.ts (used version) FsWatches:: -/a/foo.ts: *new* +/users/username/projects/project/foo.ts: *new* {} /a/lib/lib.d.ts: *new* {} -/: *new* - {} FsWatchesRecursive:: -/a: *new* +/users/username/projects: *new* {} exitCode:: ExitStatus.undefined -//// [/a/foo.js] +//// [/users/username/projects/project/foo.js] define(["require", "exports"], function (require, exports) { "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); @@ -75,10 +69,10 @@ define(["require", "exports"], function (require, exports) { Change:: write imported file Input:: -//// [/a/foo.ts] +//// [/users/username/projects/project/foo.ts] import {y} from "bar" -//// [/a/bar.d.ts] +//// [/users/username/projects/project/bar.d.ts] export const y = 1; @@ -88,48 +82,40 @@ Before running Timeout callback:: count: 2 After running Timeout callback:: count: 0 Output:: >> Screen clear -[12:00:20 AM] File change detected. Starting incremental compilation... +[12:00:28 AM] File change detected. Starting incremental compilation... -[12:00:24 AM] Found 0 errors. Watching for file changes. +[12:00:32 AM] Found 0 errors. Watching for file changes. -Program root files: ["/a/foo.ts"] +Program root files: ["/users/username/projects/project/foo.ts"] Program options: {"module":2} Program structureReused: SafeModules Program files:: /a/lib/lib.d.ts -/a/bar.d.ts -/a/foo.ts +/users/username/projects/project/bar.d.ts +/users/username/projects/project/foo.ts Semantic diagnostics in builder refreshed for:: -/a/bar.d.ts -/a/foo.ts +/users/username/projects/project/bar.d.ts +/users/username/projects/project/foo.ts Shape signatures in builder refreshed for:: -/a/bar.d.ts (used version) -/a/foo.ts (computed .d.ts) - -PolledWatches *deleted*:: -/node_modules: - {"pollingInterval":500} +/users/username/projects/project/bar.d.ts (used version) +/users/username/projects/project/foo.ts (computed .d.ts) FsWatches:: -/a/foo.ts: +/users/username/projects/project/foo.ts: {} /a/lib/lib.d.ts: {} -/a/bar.d.ts: *new* - {} - -FsWatches *deleted*:: -/: +/users/username/projects/project/bar.d.ts: *new* {} FsWatchesRecursive:: -/a: +/users/username/projects: {} exitCode:: ExitStatus.undefined -//// [/a/foo.js] file written with same contents +//// [/users/username/projects/project/foo.js] file written with same contents diff --git a/tests/baselines/reference/tscWatch/resolutionCache/reusing-type-ref-resolution.js b/tests/baselines/reference/tscWatch/resolutionCache/reusing-type-ref-resolution.js index 7f8f698e2bfb3..9ca4265fac464 100644 --- a/tests/baselines/reference/tscWatch/resolutionCache/reusing-type-ref-resolution.js +++ b/tests/baselines/reference/tscWatch/resolutionCache/reusing-type-ref-resolution.js @@ -1,24 +1,24 @@ -currentDirectory:: /src/project useCaseSensitiveFileNames: false +currentDirectory:: /users/username/projects/project useCaseSensitiveFileNames: false Input:: -//// [/src/project/tsconfig.json] +//// [/users/username/projects/project/tsconfig.json] {"compilerOptions":{"composite":true,"traceResolution":true,"outDir":"outDir"}} -//// [/src/project/fileWithImports.ts] +//// [/users/username/projects/project/fileWithImports.ts] import type { Import0 } from "pkg0"; import type { Import1 } from "pkg1"; -//// [/src/project/node_modules/pkg0/index.d.ts] +//// [/users/username/projects/project/node_modules/pkg0/index.d.ts] export interface Import0 {} -//// [/src/project/fileWithTypeRefs.ts] +//// [/users/username/projects/project/fileWithTypeRefs.ts] /// /// interface LocalInterface extends Import2, Import3 {} export {} -//// [/src/project/node_modules/pkg2/index.d.ts] +//// [/users/username/projects/project/node_modules/pkg2/index.d.ts] interface Import2 {} //// [/a/lib/lib.d.ts] @@ -37,72 +37,86 @@ interface Array { length: number; [n: number]: T; } /a/lib/tsc.js -w --explainFiles --extendedDiagnostics Output:: -[12:00:29 AM] Starting compilation in watch mode... +[12:00:33 AM] Starting compilation in watch mode... -Current directory: /src/project CaseSensitiveFileNames: false -FileWatcher:: Added:: WatchInfo: /src/project/tsconfig.json 2000 undefined Config file +Current directory: /users/username/projects/project CaseSensitiveFileNames: false +FileWatcher:: Added:: WatchInfo: /users/username/projects/project/tsconfig.json 2000 undefined Config file Synchronizing program CreatingProgramWith:: - roots: ["/src/project/fileWithImports.ts","/src/project/fileWithTypeRefs.ts"] - options: {"composite":true,"traceResolution":true,"outDir":"/src/project/outDir","watch":true,"explainFiles":true,"extendedDiagnostics":true,"configFilePath":"/src/project/tsconfig.json"} -FileWatcher:: Added:: WatchInfo: /src/project/fileWithImports.ts 250 undefined Source file -======== Resolving module 'pkg0' from '/src/project/fileWithImports.ts'. ======== + roots: ["/users/username/projects/project/fileWithImports.ts","/users/username/projects/project/fileWithTypeRefs.ts"] + options: {"composite":true,"traceResolution":true,"outDir":"/users/username/projects/project/outDir","watch":true,"explainFiles":true,"extendedDiagnostics":true,"configFilePath":"/users/username/projects/project/tsconfig.json"} +FileWatcher:: Added:: WatchInfo: /users/username/projects/project/fileWithImports.ts 250 undefined Source file +======== Resolving module 'pkg0' from '/users/username/projects/project/fileWithImports.ts'. ======== Module resolution kind is not specified, using 'Node10'. Loading module 'pkg0' from 'node_modules' folder, target file types: TypeScript, Declaration. -File '/src/project/node_modules/pkg0/package.json' does not exist. -File '/src/project/node_modules/pkg0.ts' does not exist. -File '/src/project/node_modules/pkg0.tsx' does not exist. -File '/src/project/node_modules/pkg0.d.ts' does not exist. -File '/src/project/node_modules/pkg0/index.ts' does not exist. -File '/src/project/node_modules/pkg0/index.tsx' does not exist. -File '/src/project/node_modules/pkg0/index.d.ts' exists - use it as a name resolution result. -Resolving real path for '/src/project/node_modules/pkg0/index.d.ts', result '/src/project/node_modules/pkg0/index.d.ts'. -======== Module name 'pkg0' was successfully resolved to '/src/project/node_modules/pkg0/index.d.ts'. ======== -======== Resolving module 'pkg1' from '/src/project/fileWithImports.ts'. ======== +File '/users/username/projects/project/node_modules/pkg0/package.json' does not exist. +File '/users/username/projects/project/node_modules/pkg0.ts' does not exist. +File '/users/username/projects/project/node_modules/pkg0.tsx' does not exist. +File '/users/username/projects/project/node_modules/pkg0.d.ts' does not exist. +File '/users/username/projects/project/node_modules/pkg0/index.ts' does not exist. +File '/users/username/projects/project/node_modules/pkg0/index.tsx' does not exist. +File '/users/username/projects/project/node_modules/pkg0/index.d.ts' exists - use it as a name resolution result. +Resolving real path for '/users/username/projects/project/node_modules/pkg0/index.d.ts', result '/users/username/projects/project/node_modules/pkg0/index.d.ts'. +======== Module name 'pkg0' was successfully resolved to '/users/username/projects/project/node_modules/pkg0/index.d.ts'. ======== +======== Resolving module 'pkg1' from '/users/username/projects/project/fileWithImports.ts'. ======== Module resolution kind is not specified, using 'Node10'. Loading module 'pkg1' from 'node_modules' folder, target file types: TypeScript, Declaration. -File '/src/project/node_modules/pkg1.ts' does not exist. -File '/src/project/node_modules/pkg1.tsx' does not exist. -File '/src/project/node_modules/pkg1.d.ts' does not exist. -Directory '/src/project/node_modules/@types' does not exist, skipping all lookups in it. -Directory '/src/node_modules' does not exist, skipping all lookups in it. +File '/users/username/projects/project/node_modules/pkg1.ts' does not exist. +File '/users/username/projects/project/node_modules/pkg1.tsx' does not exist. +File '/users/username/projects/project/node_modules/pkg1.d.ts' does not exist. +Directory '/users/username/projects/project/node_modules/@types' does not exist, skipping all lookups in it. +Directory '/users/username/projects/node_modules' does not exist, skipping all lookups in it. +Directory '/users/username/node_modules' does not exist, skipping all lookups in it. +Directory '/users/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. Loading module 'pkg1' from 'node_modules' folder, target file types: JavaScript. -File '/src/project/node_modules/pkg1.js' does not exist. -File '/src/project/node_modules/pkg1.jsx' does not exist. -Directory '/src/node_modules' does not exist, skipping all lookups in it. +File '/users/username/projects/project/node_modules/pkg1.js' does not exist. +File '/users/username/projects/project/node_modules/pkg1.jsx' does not exist. +Directory '/users/username/projects/node_modules' does not exist, skipping all lookups in it. +Directory '/users/username/node_modules' does not exist, skipping all lookups in it. +Directory '/users/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. ======== Module name 'pkg1' was not resolved. ======== -FileWatcher:: Added:: WatchInfo: /src/project/node_modules/pkg0/index.d.ts 250 undefined Source file -FileWatcher:: Added:: WatchInfo: /src/project/fileWithTypeRefs.ts 250 undefined Source file -======== Resolving type reference directive 'pkg2', containing file '/src/project/fileWithTypeRefs.ts', root directory '/src/project/node_modules/@types,/src/node_modules/@types,/node_modules/@types'. ======== -Resolving with primary search path '/src/project/node_modules/@types, /src/node_modules/@types, /node_modules/@types'. -Directory '/src/project/node_modules/@types' does not exist, skipping all lookups in it. -Directory '/src/node_modules/@types' does not exist, skipping all lookups in it. +FileWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/pkg0/index.d.ts 250 undefined Source file +FileWatcher:: Added:: WatchInfo: /users/username/projects/project/fileWithTypeRefs.ts 250 undefined Source file +======== Resolving type reference directive 'pkg2', containing file '/users/username/projects/project/fileWithTypeRefs.ts', root directory '/users/username/projects/project/node_modules/@types,/users/username/projects/node_modules/@types,/users/username/node_modules/@types,/users/node_modules/@types,/node_modules/@types'. ======== +Resolving with primary search path '/users/username/projects/project/node_modules/@types, /users/username/projects/node_modules/@types, /users/username/node_modules/@types, /users/node_modules/@types, /node_modules/@types'. +Directory '/users/username/projects/project/node_modules/@types' does not exist, skipping all lookups in it. +Directory '/users/username/projects/node_modules/@types' does not exist, skipping all lookups in it. +Directory '/users/username/node_modules/@types' does not exist, skipping all lookups in it. +Directory '/users/node_modules/@types' does not exist, skipping all lookups in it. Directory '/node_modules/@types' does not exist, skipping all lookups in it. -Looking up in 'node_modules' folder, initial location '/src/project'. -File '/src/project/node_modules/pkg2/package.json' does not exist. -File '/src/project/node_modules/pkg2.d.ts' does not exist. -File '/src/project/node_modules/pkg2/index.d.ts' exists - use it as a name resolution result. -Resolving real path for '/src/project/node_modules/pkg2/index.d.ts', result '/src/project/node_modules/pkg2/index.d.ts'. -======== Type reference directive 'pkg2' was successfully resolved to '/src/project/node_modules/pkg2/index.d.ts', primary: false. ======== -======== Resolving type reference directive 'pkg3', containing file '/src/project/fileWithTypeRefs.ts', root directory '/src/project/node_modules/@types,/src/node_modules/@types,/node_modules/@types'. ======== -Resolving with primary search path '/src/project/node_modules/@types, /src/node_modules/@types, /node_modules/@types'. -Directory '/src/project/node_modules/@types' does not exist, skipping all lookups in it. -Directory '/src/node_modules/@types' does not exist, skipping all lookups in it. +Looking up in 'node_modules' folder, initial location '/users/username/projects/project'. +File '/users/username/projects/project/node_modules/pkg2/package.json' does not exist. +File '/users/username/projects/project/node_modules/pkg2.d.ts' does not exist. +File '/users/username/projects/project/node_modules/pkg2/index.d.ts' exists - use it as a name resolution result. +Resolving real path for '/users/username/projects/project/node_modules/pkg2/index.d.ts', result '/users/username/projects/project/node_modules/pkg2/index.d.ts'. +======== Type reference directive 'pkg2' was successfully resolved to '/users/username/projects/project/node_modules/pkg2/index.d.ts', primary: false. ======== +DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules 1 undefined Failed Lookup Locations +Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules 1 undefined Failed Lookup Locations +DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules 1 undefined Failed Lookup Locations +Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules 1 undefined Failed Lookup Locations +======== Resolving type reference directive 'pkg3', containing file '/users/username/projects/project/fileWithTypeRefs.ts', root directory '/users/username/projects/project/node_modules/@types,/users/username/projects/node_modules/@types,/users/username/node_modules/@types,/users/node_modules/@types,/node_modules/@types'. ======== +Resolving with primary search path '/users/username/projects/project/node_modules/@types, /users/username/projects/node_modules/@types, /users/username/node_modules/@types, /users/node_modules/@types, /node_modules/@types'. +Directory '/users/username/projects/project/node_modules/@types' does not exist, skipping all lookups in it. +Directory '/users/username/projects/node_modules/@types' does not exist, skipping all lookups in it. +Directory '/users/username/node_modules/@types' does not exist, skipping all lookups in it. +Directory '/users/node_modules/@types' does not exist, skipping all lookups in it. Directory '/node_modules/@types' does not exist, skipping all lookups in it. -Looking up in 'node_modules' folder, initial location '/src/project'. -File '/src/project/node_modules/pkg3.d.ts' does not exist. -Directory '/src/project/node_modules/@types' does not exist, skipping all lookups in it. -Directory '/src/node_modules' does not exist, skipping all lookups in it. +Looking up in 'node_modules' folder, initial location '/users/username/projects/project'. +File '/users/username/projects/project/node_modules/pkg3.d.ts' does not exist. +Directory '/users/username/projects/project/node_modules/@types' does not exist, skipping all lookups in it. +Directory '/users/username/projects/node_modules' does not exist, skipping all lookups in it. +Directory '/users/username/node_modules' does not exist, skipping all lookups in it. +Directory '/users/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. ======== Type reference directive 'pkg3' was not resolved. ======== -FileWatcher:: Added:: WatchInfo: /src/project/node_modules/pkg2/index.d.ts 250 undefined Source file +FileWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/pkg2/index.d.ts 250 undefined Source file FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 250 undefined Source file -DirectoryWatcher:: Added:: WatchInfo: /src/project/node_modules 1 undefined Failed Lookup Locations -Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /src/project/node_modules 1 undefined Failed Lookup Locations -DirectoryWatcher:: Added:: WatchInfo: /src/project/node_modules/@types 1 undefined Type roots -Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /src/project/node_modules/@types 1 undefined Type roots +DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Type roots +Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Type roots +DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Type roots +Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Type roots fileWithImports.ts:2:30 - error TS2307: Cannot find module 'pkg1' or its corresponding type declarations. 2 import type { Import1 } from "pkg1"; @@ -118,7 +132,7 @@ Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /src/project/node_modules/@t 3 interface LocalInterface extends Import2, Import3 {}    ~~~~~~~ -../../a/lib/lib.d.ts +../../../../a/lib/lib.d.ts Default library for target 'es5' node_modules/pkg0/index.d.ts Imported via "pkg0" from file 'fileWithImports.ts' @@ -128,90 +142,94 @@ node_modules/pkg2/index.d.ts Type library referenced via 'pkg2' from file 'fileWithTypeRefs.ts' fileWithTypeRefs.ts Matched by default include pattern '**/*' -[12:00:43 AM] Found 3 errors. Watching for file changes. +[12:00:47 AM] Found 3 errors. Watching for file changes. -DirectoryWatcher:: Added:: WatchInfo: /src/project 1 undefined Wild card directory -Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /src/project 1 undefined Wild card directory +DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Wild card directory +Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Wild card directory -Program root files: ["/src/project/fileWithImports.ts","/src/project/fileWithTypeRefs.ts"] -Program options: {"composite":true,"traceResolution":true,"outDir":"/src/project/outDir","watch":true,"explainFiles":true,"extendedDiagnostics":true,"configFilePath":"/src/project/tsconfig.json"} +Program root files: ["/users/username/projects/project/fileWithImports.ts","/users/username/projects/project/fileWithTypeRefs.ts"] +Program options: {"composite":true,"traceResolution":true,"outDir":"/users/username/projects/project/outDir","watch":true,"explainFiles":true,"extendedDiagnostics":true,"configFilePath":"/users/username/projects/project/tsconfig.json"} Program structureReused: Not Program files:: /a/lib/lib.d.ts -/src/project/node_modules/pkg0/index.d.ts -/src/project/fileWithImports.ts -/src/project/node_modules/pkg2/index.d.ts -/src/project/fileWithTypeRefs.ts +/users/username/projects/project/node_modules/pkg0/index.d.ts +/users/username/projects/project/fileWithImports.ts +/users/username/projects/project/node_modules/pkg2/index.d.ts +/users/username/projects/project/fileWithTypeRefs.ts Semantic diagnostics in builder refreshed for:: /a/lib/lib.d.ts -/src/project/node_modules/pkg0/index.d.ts -/src/project/fileWithImports.ts -/src/project/node_modules/pkg2/index.d.ts -/src/project/fileWithTypeRefs.ts +/users/username/projects/project/node_modules/pkg0/index.d.ts +/users/username/projects/project/fileWithImports.ts +/users/username/projects/project/node_modules/pkg2/index.d.ts +/users/username/projects/project/fileWithTypeRefs.ts Shape signatures in builder refreshed for:: /a/lib/lib.d.ts (used version) -/src/project/node_modules/pkg0/index.d.ts (used version) -/src/project/filewithimports.ts (computed .d.ts during emit) -/src/project/node_modules/pkg2/index.d.ts (used version) -/src/project/filewithtyperefs.ts (computed .d.ts during emit) +/users/username/projects/project/node_modules/pkg0/index.d.ts (used version) +/users/username/projects/project/filewithimports.ts (computed .d.ts during emit) +/users/username/projects/project/node_modules/pkg2/index.d.ts (used version) +/users/username/projects/project/filewithtyperefs.ts (computed .d.ts during emit) PolledWatches:: -/src/project/node_modules/@types: *new* +/users/username/projects/node_modules: *new* + {"pollingInterval":500} +/users/username/projects/project/node_modules/@types: *new* + {"pollingInterval":500} +/users/username/projects/node_modules/@types: *new* {"pollingInterval":500} FsWatches:: -/src/project/tsconfig.json: *new* +/users/username/projects/project/tsconfig.json: *new* {} -/src/project/filewithimports.ts: *new* +/users/username/projects/project/filewithimports.ts: *new* {} -/src/project/node_modules/pkg0/index.d.ts: *new* +/users/username/projects/project/node_modules/pkg0/index.d.ts: *new* {} -/src/project/filewithtyperefs.ts: *new* +/users/username/projects/project/filewithtyperefs.ts: *new* {} -/src/project/node_modules/pkg2/index.d.ts: *new* +/users/username/projects/project/node_modules/pkg2/index.d.ts: *new* {} /a/lib/lib.d.ts: *new* {} FsWatchesRecursive:: -/src/project/node_modules: *new* +/users/username/projects/project/node_modules: *new* {} -/src/project: *new* +/users/username/projects/project: *new* {} exitCode:: ExitStatus.undefined -//// [/src/project/outDir/fileWithImports.js] +//// [/users/username/projects/project/outDir/fileWithImports.js] "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); -//// [/src/project/outDir/fileWithImports.d.ts] +//// [/users/username/projects/project/outDir/fileWithImports.d.ts] export {}; -//// [/src/project/outDir/fileWithTypeRefs.js] +//// [/users/username/projects/project/outDir/fileWithTypeRefs.js] "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /// /// -//// [/src/project/outDir/fileWithTypeRefs.d.ts] +//// [/users/username/projects/project/outDir/fileWithTypeRefs.d.ts] export {}; -//// [/src/project/outDir/tsconfig.tsbuildinfo] -{"program":{"fileNames":["../../../a/lib/lib.d.ts","../node_modules/pkg0/index.d.ts","../filewithimports.ts","../node_modules/pkg2/index.d.ts","../filewithtyperefs.ts"],"fileInfos":[{"version":"-7698705165-/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }","affectsGlobalScope":true},"-8124756421-export interface Import0 {}",{"version":"-14287751515-import type { Import0 } from \"pkg0\";\nimport type { Import1 } from \"pkg1\";\n","signature":"-3531856636-export {};\n"},{"version":"-11273315461-interface Import2 {}","affectsGlobalScope":true},{"version":"-12735305811-/// \n/// \ninterface LocalInterface extends Import2, Import3 {}\nexport {}\n","signature":"-3531856636-export {};\n"}],"root":[3,5],"options":{"composite":true,"outDir":"./"},"fileIdsList":[[2],[4]],"referencedMap":[[3,1],[5,2]],"exportedModulesMap":[],"semanticDiagnosticsPerFile":[1,[3,[{"file":"../filewithimports.ts","start":66,"length":6,"messageText":"Cannot find module 'pkg1' or its corresponding type declarations.","category":1,"code":2307}]],[5,[{"file":"../filewithtyperefs.ts","start":102,"length":7,"messageText":"Cannot find name 'Import3'. Did you mean 'Import2'?","category":1,"code":2552}]],2,4],"latestChangedDtsFile":"./fileWithTypeRefs.d.ts"},"version":"FakeTSVersion"} +//// [/users/username/projects/project/outDir/tsconfig.tsbuildinfo] +{"program":{"fileNames":["../../../../../a/lib/lib.d.ts","../node_modules/pkg0/index.d.ts","../filewithimports.ts","../node_modules/pkg2/index.d.ts","../filewithtyperefs.ts"],"fileInfos":[{"version":"-7698705165-/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }","affectsGlobalScope":true},"-8124756421-export interface Import0 {}",{"version":"-14287751515-import type { Import0 } from \"pkg0\";\nimport type { Import1 } from \"pkg1\";\n","signature":"-3531856636-export {};\n"},{"version":"-11273315461-interface Import2 {}","affectsGlobalScope":true},{"version":"-12735305811-/// \n/// \ninterface LocalInterface extends Import2, Import3 {}\nexport {}\n","signature":"-3531856636-export {};\n"}],"root":[3,5],"options":{"composite":true,"outDir":"./"},"fileIdsList":[[2],[4]],"referencedMap":[[3,1],[5,2]],"exportedModulesMap":[],"semanticDiagnosticsPerFile":[1,[3,[{"file":"../filewithimports.ts","start":66,"length":6,"messageText":"Cannot find module 'pkg1' or its corresponding type declarations.","category":1,"code":2307}]],[5,[{"file":"../filewithtyperefs.ts","start":102,"length":7,"messageText":"Cannot find name 'Import3'. Did you mean 'Import2'?","category":1,"code":2552}]],2,4],"latestChangedDtsFile":"./fileWithTypeRefs.d.ts"},"version":"FakeTSVersion"} -//// [/src/project/outDir/tsconfig.tsbuildinfo.readable.baseline.txt] +//// [/users/username/projects/project/outDir/tsconfig.tsbuildinfo.readable.baseline.txt] { "program": { "fileNames": [ - "../../../a/lib/lib.d.ts", + "../../../../../a/lib/lib.d.ts", "../node_modules/pkg0/index.d.ts", "../filewithimports.ts", "../node_modules/pkg2/index.d.ts", @@ -226,7 +244,7 @@ export {}; ] ], "fileInfos": { - "../../../a/lib/lib.d.ts": { + "../../../../../a/lib/lib.d.ts": { "original": { "version": "-7698705165-/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }", "affectsGlobalScope": true @@ -289,7 +307,7 @@ export {}; }, "exportedModulesMap": {}, "semanticDiagnosticsPerFile": [ - "../../../a/lib/lib.d.ts", + "../../../../../a/lib/lib.d.ts", [ "../filewithimports.ts", [ @@ -322,14 +340,14 @@ export {}; "latestChangedDtsFile": "./fileWithTypeRefs.d.ts" }, "version": "FakeTSVersion", - "size": 1614 + "size": 1620 } Change:: write file not resolved by import Input:: -//// [/src/project/node_modules/pkg1/index.d.ts] +//// [/users/username/projects/project/node_modules/pkg1/index.d.ts] export interface Import1 {} @@ -342,42 +360,42 @@ Before running Timeout callback:: count: 1 5: timerToUpdateProgram After running Timeout callback:: count: 0 Output:: -DirectoryWatcher:: Triggered with /src/project/node_modules/pkg1 :: WatchInfo: /src/project/node_modules 1 undefined Failed Lookup Locations +DirectoryWatcher:: Triggered with /users/username/projects/project/node_modules/pkg1 :: WatchInfo: /users/username/projects/project/node_modules 1 undefined Failed Lookup Locations Scheduling invalidateFailedLookup -Elapsed:: *ms DirectoryWatcher:: Triggered with /src/project/node_modules/pkg1 :: WatchInfo: /src/project/node_modules 1 undefined Failed Lookup Locations -DirectoryWatcher:: Triggered with /src/project/node_modules/pkg1 :: WatchInfo: /src/project 1 undefined Wild card directory +Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/node_modules/pkg1 :: WatchInfo: /users/username/projects/project/node_modules 1 undefined Failed Lookup Locations +DirectoryWatcher:: Triggered with /users/username/projects/project/node_modules/pkg1 :: WatchInfo: /users/username/projects/project 1 undefined Wild card directory Scheduling update -Elapsed:: *ms DirectoryWatcher:: Triggered with /src/project/node_modules/pkg1 :: WatchInfo: /src/project 1 undefined Wild card directory -DirectoryWatcher:: Triggered with /src/project/node_modules/pkg1/index.d.ts :: WatchInfo: /src/project/node_modules 1 undefined Failed Lookup Locations +Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/node_modules/pkg1 :: WatchInfo: /users/username/projects/project 1 undefined Wild card directory +DirectoryWatcher:: Triggered with /users/username/projects/project/node_modules/pkg1/index.d.ts :: WatchInfo: /users/username/projects/project/node_modules 1 undefined Failed Lookup Locations Scheduling invalidateFailedLookup, Cancelled earlier one -Elapsed:: *ms DirectoryWatcher:: Triggered with /src/project/node_modules/pkg1/index.d.ts :: WatchInfo: /src/project/node_modules 1 undefined Failed Lookup Locations -DirectoryWatcher:: Triggered with /src/project/node_modules/pkg1/index.d.ts :: WatchInfo: /src/project 1 undefined Wild card directory +Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/node_modules/pkg1/index.d.ts :: WatchInfo: /users/username/projects/project/node_modules 1 undefined Failed Lookup Locations +DirectoryWatcher:: Triggered with /users/username/projects/project/node_modules/pkg1/index.d.ts :: WatchInfo: /users/username/projects/project 1 undefined Wild card directory Scheduling update -Elapsed:: *ms DirectoryWatcher:: Triggered with /src/project/node_modules/pkg1/index.d.ts :: WatchInfo: /src/project 1 undefined Wild card directory +Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/node_modules/pkg1/index.d.ts :: WatchInfo: /users/username/projects/project 1 undefined Wild card directory Scheduling update Reloading new file names and options Synchronizing program -[12:00:50 AM] File change detected. Starting incremental compilation... +[12:00:54 AM] File change detected. Starting incremental compilation... CreatingProgramWith:: - roots: ["/src/project/fileWithImports.ts","/src/project/fileWithTypeRefs.ts"] - options: {"composite":true,"traceResolution":true,"outDir":"/src/project/outDir","watch":true,"explainFiles":true,"extendedDiagnostics":true,"configFilePath":"/src/project/tsconfig.json"} -Reusing resolution of module 'pkg0' from '/src/project/fileWithImports.ts' of old program, it was successfully resolved to '/src/project/node_modules/pkg0/index.d.ts'. -======== Resolving module 'pkg1' from '/src/project/fileWithImports.ts'. ======== + roots: ["/users/username/projects/project/fileWithImports.ts","/users/username/projects/project/fileWithTypeRefs.ts"] + options: {"composite":true,"traceResolution":true,"outDir":"/users/username/projects/project/outDir","watch":true,"explainFiles":true,"extendedDiagnostics":true,"configFilePath":"/users/username/projects/project/tsconfig.json"} +Reusing resolution of module 'pkg0' from '/users/username/projects/project/fileWithImports.ts' of old program, it was successfully resolved to '/users/username/projects/project/node_modules/pkg0/index.d.ts'. +======== Resolving module 'pkg1' from '/users/username/projects/project/fileWithImports.ts'. ======== Module resolution kind is not specified, using 'Node10'. Loading module 'pkg1' from 'node_modules' folder, target file types: TypeScript, Declaration. -File '/src/project/node_modules/pkg1/package.json' does not exist. -File '/src/project/node_modules/pkg1.ts' does not exist. -File '/src/project/node_modules/pkg1.tsx' does not exist. -File '/src/project/node_modules/pkg1.d.ts' does not exist. -File '/src/project/node_modules/pkg1/index.ts' does not exist. -File '/src/project/node_modules/pkg1/index.tsx' does not exist. -File '/src/project/node_modules/pkg1/index.d.ts' exists - use it as a name resolution result. -Resolving real path for '/src/project/node_modules/pkg1/index.d.ts', result '/src/project/node_modules/pkg1/index.d.ts'. -======== Module name 'pkg1' was successfully resolved to '/src/project/node_modules/pkg1/index.d.ts'. ======== -FileWatcher:: Added:: WatchInfo: /src/project/node_modules/pkg1/index.d.ts 250 undefined Source file -Reusing resolution of type reference directive 'pkg2' from '/src/project/fileWithTypeRefs.ts' of old program, it was successfully resolved to '/src/project/node_modules/pkg2/index.d.ts'. -Reusing resolution of type reference directive 'pkg3' from '/src/project/fileWithTypeRefs.ts' of old program, it was not resolved. +File '/users/username/projects/project/node_modules/pkg1/package.json' does not exist. +File '/users/username/projects/project/node_modules/pkg1.ts' does not exist. +File '/users/username/projects/project/node_modules/pkg1.tsx' does not exist. +File '/users/username/projects/project/node_modules/pkg1.d.ts' does not exist. +File '/users/username/projects/project/node_modules/pkg1/index.ts' does not exist. +File '/users/username/projects/project/node_modules/pkg1/index.tsx' does not exist. +File '/users/username/projects/project/node_modules/pkg1/index.d.ts' exists - use it as a name resolution result. +Resolving real path for '/users/username/projects/project/node_modules/pkg1/index.d.ts', result '/users/username/projects/project/node_modules/pkg1/index.d.ts'. +======== Module name 'pkg1' was successfully resolved to '/users/username/projects/project/node_modules/pkg1/index.d.ts'. ======== +FileWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/pkg1/index.d.ts 250 undefined Source file +Reusing resolution of type reference directive 'pkg2' from '/users/username/projects/project/fileWithTypeRefs.ts' of old program, it was successfully resolved to '/users/username/projects/project/node_modules/pkg2/index.d.ts'. +Reusing resolution of type reference directive 'pkg3' from '/users/username/projects/project/fileWithTypeRefs.ts' of old program, it was not resolved. fileWithTypeRefs.ts:2:23 - error TS2688: Cannot find type definition file for 'pkg3'. 2 /// @@ -388,7 +406,7 @@ Reusing resolution of type reference directive 'pkg3' from '/src/project/fileWit 3 interface LocalInterface extends Import2, Import3 {}    ~~~~~~~ -../../a/lib/lib.d.ts +../../../../a/lib/lib.d.ts Default library for target 'es5' node_modules/pkg0/index.d.ts Imported via "pkg0" from file 'fileWithImports.ts' @@ -400,66 +418,70 @@ node_modules/pkg2/index.d.ts Type library referenced via 'pkg2' from file 'fileWithTypeRefs.ts' fileWithTypeRefs.ts Matched by default include pattern '**/*' -[12:00:57 AM] Found 2 errors. Watching for file changes. +[12:01:01 AM] Found 2 errors. Watching for file changes. -Program root files: ["/src/project/fileWithImports.ts","/src/project/fileWithTypeRefs.ts"] -Program options: {"composite":true,"traceResolution":true,"outDir":"/src/project/outDir","watch":true,"explainFiles":true,"extendedDiagnostics":true,"configFilePath":"/src/project/tsconfig.json"} +Program root files: ["/users/username/projects/project/fileWithImports.ts","/users/username/projects/project/fileWithTypeRefs.ts"] +Program options: {"composite":true,"traceResolution":true,"outDir":"/users/username/projects/project/outDir","watch":true,"explainFiles":true,"extendedDiagnostics":true,"configFilePath":"/users/username/projects/project/tsconfig.json"} Program structureReused: SafeModules Program files:: /a/lib/lib.d.ts -/src/project/node_modules/pkg0/index.d.ts -/src/project/node_modules/pkg1/index.d.ts -/src/project/fileWithImports.ts -/src/project/node_modules/pkg2/index.d.ts -/src/project/fileWithTypeRefs.ts +/users/username/projects/project/node_modules/pkg0/index.d.ts +/users/username/projects/project/node_modules/pkg1/index.d.ts +/users/username/projects/project/fileWithImports.ts +/users/username/projects/project/node_modules/pkg2/index.d.ts +/users/username/projects/project/fileWithTypeRefs.ts Semantic diagnostics in builder refreshed for:: -/src/project/node_modules/pkg1/index.d.ts -/src/project/fileWithImports.ts +/users/username/projects/project/node_modules/pkg1/index.d.ts +/users/username/projects/project/fileWithImports.ts Shape signatures in builder refreshed for:: -/src/project/node_modules/pkg1/index.d.ts (used version) -/src/project/filewithimports.ts (computed .d.ts) +/users/username/projects/project/node_modules/pkg1/index.d.ts (used version) +/users/username/projects/project/filewithimports.ts (computed .d.ts) PolledWatches:: -/src/project/node_modules/@types: +/users/username/projects/node_modules: + {"pollingInterval":500} +/users/username/projects/project/node_modules/@types: + {"pollingInterval":500} +/users/username/projects/node_modules/@types: {"pollingInterval":500} FsWatches:: -/src/project/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} -/src/project/filewithimports.ts: +/users/username/projects/project/filewithimports.ts: {} -/src/project/node_modules/pkg0/index.d.ts: +/users/username/projects/project/node_modules/pkg0/index.d.ts: {} -/src/project/filewithtyperefs.ts: +/users/username/projects/project/filewithtyperefs.ts: {} -/src/project/node_modules/pkg2/index.d.ts: +/users/username/projects/project/node_modules/pkg2/index.d.ts: {} /a/lib/lib.d.ts: {} -/src/project/node_modules/pkg1/index.d.ts: *new* +/users/username/projects/project/node_modules/pkg1/index.d.ts: *new* {} FsWatchesRecursive:: -/src/project/node_modules: +/users/username/projects/project/node_modules: {} -/src/project: +/users/username/projects/project: {} exitCode:: ExitStatus.undefined -//// [/src/project/outDir/fileWithImports.js] file written with same contents -//// [/src/project/outDir/tsconfig.tsbuildinfo] -{"program":{"fileNames":["../../../a/lib/lib.d.ts","../node_modules/pkg0/index.d.ts","../node_modules/pkg1/index.d.ts","../filewithimports.ts","../node_modules/pkg2/index.d.ts","../filewithtyperefs.ts"],"fileInfos":[{"version":"-7698705165-/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }","affectsGlobalScope":true},"-8124756421-export interface Import0 {}","-8124720484-export interface Import1 {}",{"version":"-14287751515-import type { Import0 } from \"pkg0\";\nimport type { Import1 } from \"pkg1\";\n","signature":"-3531856636-export {};\n"},{"version":"-11273315461-interface Import2 {}","affectsGlobalScope":true},{"version":"-12735305811-/// \n/// \ninterface LocalInterface extends Import2, Import3 {}\nexport {}\n","signature":"-3531856636-export {};\n"}],"root":[4,6],"options":{"composite":true,"outDir":"./"},"fileIdsList":[[2,3],[5]],"referencedMap":[[4,1],[6,2]],"exportedModulesMap":[],"semanticDiagnosticsPerFile":[1,4,[6,[{"file":"../filewithtyperefs.ts","start":102,"length":7,"messageText":"Cannot find name 'Import3'. Did you mean 'Import2'?","category":1,"code":2552}]],2,3,5],"latestChangedDtsFile":"./fileWithTypeRefs.d.ts"},"version":"FakeTSVersion"} +//// [/users/username/projects/project/outDir/fileWithImports.js] file written with same contents +//// [/users/username/projects/project/outDir/tsconfig.tsbuildinfo] +{"program":{"fileNames":["../../../../../a/lib/lib.d.ts","../node_modules/pkg0/index.d.ts","../node_modules/pkg1/index.d.ts","../filewithimports.ts","../node_modules/pkg2/index.d.ts","../filewithtyperefs.ts"],"fileInfos":[{"version":"-7698705165-/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }","affectsGlobalScope":true},"-8124756421-export interface Import0 {}","-8124720484-export interface Import1 {}",{"version":"-14287751515-import type { Import0 } from \"pkg0\";\nimport type { Import1 } from \"pkg1\";\n","signature":"-3531856636-export {};\n"},{"version":"-11273315461-interface Import2 {}","affectsGlobalScope":true},{"version":"-12735305811-/// \n/// \ninterface LocalInterface extends Import2, Import3 {}\nexport {}\n","signature":"-3531856636-export {};\n"}],"root":[4,6],"options":{"composite":true,"outDir":"./"},"fileIdsList":[[2,3],[5]],"referencedMap":[[4,1],[6,2]],"exportedModulesMap":[],"semanticDiagnosticsPerFile":[1,4,[6,[{"file":"../filewithtyperefs.ts","start":102,"length":7,"messageText":"Cannot find name 'Import3'. Did you mean 'Import2'?","category":1,"code":2552}]],2,3,5],"latestChangedDtsFile":"./fileWithTypeRefs.d.ts"},"version":"FakeTSVersion"} -//// [/src/project/outDir/tsconfig.tsbuildinfo.readable.baseline.txt] +//// [/users/username/projects/project/outDir/tsconfig.tsbuildinfo.readable.baseline.txt] { "program": { "fileNames": [ - "../../../a/lib/lib.d.ts", + "../../../../../a/lib/lib.d.ts", "../node_modules/pkg0/index.d.ts", "../node_modules/pkg1/index.d.ts", "../filewithimports.ts", @@ -476,7 +498,7 @@ exitCode:: ExitStatus.undefined ] ], "fileInfos": { - "../../../a/lib/lib.d.ts": { + "../../../../../a/lib/lib.d.ts": { "original": { "version": "-7698705165-/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }", "affectsGlobalScope": true @@ -544,7 +566,7 @@ exitCode:: ExitStatus.undefined }, "exportedModulesMap": {}, "semanticDiagnosticsPerFile": [ - "../../../a/lib/lib.d.ts", + "../../../../../a/lib/lib.d.ts", "../filewithimports.ts", [ "../filewithtyperefs.ts", @@ -566,14 +588,14 @@ exitCode:: ExitStatus.undefined "latestChangedDtsFile": "./fileWithTypeRefs.d.ts" }, "version": "FakeTSVersion", - "size": 1528 + "size": 1534 } Change:: write file not resolved by typeRef Input:: -//// [/src/project/node_modules/pkg3/index.d.ts] +//// [/users/username/projects/project/node_modules/pkg3/index.d.ts] export interface Import3 {} @@ -586,47 +608,49 @@ Before running Timeout callback:: count: 1 10: timerToUpdateProgram After running Timeout callback:: count: 0 Output:: -DirectoryWatcher:: Triggered with /src/project/node_modules/pkg3 :: WatchInfo: /src/project/node_modules 1 undefined Failed Lookup Locations +DirectoryWatcher:: Triggered with /users/username/projects/project/node_modules/pkg3 :: WatchInfo: /users/username/projects/project/node_modules 1 undefined Failed Lookup Locations Scheduling invalidateFailedLookup -Elapsed:: *ms DirectoryWatcher:: Triggered with /src/project/node_modules/pkg3 :: WatchInfo: /src/project/node_modules 1 undefined Failed Lookup Locations -DirectoryWatcher:: Triggered with /src/project/node_modules/pkg3 :: WatchInfo: /src/project 1 undefined Wild card directory +Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/node_modules/pkg3 :: WatchInfo: /users/username/projects/project/node_modules 1 undefined Failed Lookup Locations +DirectoryWatcher:: Triggered with /users/username/projects/project/node_modules/pkg3 :: WatchInfo: /users/username/projects/project 1 undefined Wild card directory Scheduling update -Elapsed:: *ms DirectoryWatcher:: Triggered with /src/project/node_modules/pkg3 :: WatchInfo: /src/project 1 undefined Wild card directory -DirectoryWatcher:: Triggered with /src/project/node_modules/pkg3/index.d.ts :: WatchInfo: /src/project/node_modules 1 undefined Failed Lookup Locations +Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/node_modules/pkg3 :: WatchInfo: /users/username/projects/project 1 undefined Wild card directory +DirectoryWatcher:: Triggered with /users/username/projects/project/node_modules/pkg3/index.d.ts :: WatchInfo: /users/username/projects/project/node_modules 1 undefined Failed Lookup Locations Scheduling invalidateFailedLookup, Cancelled earlier one -Elapsed:: *ms DirectoryWatcher:: Triggered with /src/project/node_modules/pkg3/index.d.ts :: WatchInfo: /src/project/node_modules 1 undefined Failed Lookup Locations -DirectoryWatcher:: Triggered with /src/project/node_modules/pkg3/index.d.ts :: WatchInfo: /src/project 1 undefined Wild card directory +Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/node_modules/pkg3/index.d.ts :: WatchInfo: /users/username/projects/project/node_modules 1 undefined Failed Lookup Locations +DirectoryWatcher:: Triggered with /users/username/projects/project/node_modules/pkg3/index.d.ts :: WatchInfo: /users/username/projects/project 1 undefined Wild card directory Scheduling update -Elapsed:: *ms DirectoryWatcher:: Triggered with /src/project/node_modules/pkg3/index.d.ts :: WatchInfo: /src/project 1 undefined Wild card directory +Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/node_modules/pkg3/index.d.ts :: WatchInfo: /users/username/projects/project 1 undefined Wild card directory Scheduling update Reloading new file names and options Synchronizing program -[12:01:06 AM] File change detected. Starting incremental compilation... +[12:01:10 AM] File change detected. Starting incremental compilation... CreatingProgramWith:: - roots: ["/src/project/fileWithImports.ts","/src/project/fileWithTypeRefs.ts"] - options: {"composite":true,"traceResolution":true,"outDir":"/src/project/outDir","watch":true,"explainFiles":true,"extendedDiagnostics":true,"configFilePath":"/src/project/tsconfig.json"} -Reusing resolution of module 'pkg0' from '/src/project/fileWithImports.ts' of old program, it was successfully resolved to '/src/project/node_modules/pkg0/index.d.ts'. -Reusing resolution of module 'pkg1' from '/src/project/fileWithImports.ts' of old program, it was successfully resolved to '/src/project/node_modules/pkg1/index.d.ts'. -Reusing resolution of type reference directive 'pkg2' from '/src/project/fileWithTypeRefs.ts' of old program, it was successfully resolved to '/src/project/node_modules/pkg2/index.d.ts'. -======== Resolving type reference directive 'pkg3', containing file '/src/project/fileWithTypeRefs.ts', root directory '/src/project/node_modules/@types,/src/node_modules/@types,/node_modules/@types'. ======== -Resolving with primary search path '/src/project/node_modules/@types, /src/node_modules/@types, /node_modules/@types'. -Directory '/src/project/node_modules/@types' does not exist, skipping all lookups in it. -Directory '/src/node_modules/@types' does not exist, skipping all lookups in it. + roots: ["/users/username/projects/project/fileWithImports.ts","/users/username/projects/project/fileWithTypeRefs.ts"] + options: {"composite":true,"traceResolution":true,"outDir":"/users/username/projects/project/outDir","watch":true,"explainFiles":true,"extendedDiagnostics":true,"configFilePath":"/users/username/projects/project/tsconfig.json"} +Reusing resolution of module 'pkg0' from '/users/username/projects/project/fileWithImports.ts' of old program, it was successfully resolved to '/users/username/projects/project/node_modules/pkg0/index.d.ts'. +Reusing resolution of module 'pkg1' from '/users/username/projects/project/fileWithImports.ts' of old program, it was successfully resolved to '/users/username/projects/project/node_modules/pkg1/index.d.ts'. +Reusing resolution of type reference directive 'pkg2' from '/users/username/projects/project/fileWithTypeRefs.ts' of old program, it was successfully resolved to '/users/username/projects/project/node_modules/pkg2/index.d.ts'. +======== Resolving type reference directive 'pkg3', containing file '/users/username/projects/project/fileWithTypeRefs.ts', root directory '/users/username/projects/project/node_modules/@types,/users/username/projects/node_modules/@types,/users/username/node_modules/@types,/users/node_modules/@types,/node_modules/@types'. ======== +Resolving with primary search path '/users/username/projects/project/node_modules/@types, /users/username/projects/node_modules/@types, /users/username/node_modules/@types, /users/node_modules/@types, /node_modules/@types'. +Directory '/users/username/projects/project/node_modules/@types' does not exist, skipping all lookups in it. +Directory '/users/username/projects/node_modules/@types' does not exist, skipping all lookups in it. +Directory '/users/username/node_modules/@types' does not exist, skipping all lookups in it. +Directory '/users/node_modules/@types' does not exist, skipping all lookups in it. Directory '/node_modules/@types' does not exist, skipping all lookups in it. -Looking up in 'node_modules' folder, initial location '/src/project'. -File '/src/project/node_modules/pkg3/package.json' does not exist. -File '/src/project/node_modules/pkg3.d.ts' does not exist. -File '/src/project/node_modules/pkg3/index.d.ts' exists - use it as a name resolution result. -Resolving real path for '/src/project/node_modules/pkg3/index.d.ts', result '/src/project/node_modules/pkg3/index.d.ts'. -======== Type reference directive 'pkg3' was successfully resolved to '/src/project/node_modules/pkg3/index.d.ts', primary: false. ======== -FileWatcher:: Added:: WatchInfo: /src/project/node_modules/pkg3/index.d.ts 250 undefined Source file +Looking up in 'node_modules' folder, initial location '/users/username/projects/project'. +File '/users/username/projects/project/node_modules/pkg3/package.json' does not exist. +File '/users/username/projects/project/node_modules/pkg3.d.ts' does not exist. +File '/users/username/projects/project/node_modules/pkg3/index.d.ts' exists - use it as a name resolution result. +Resolving real path for '/users/username/projects/project/node_modules/pkg3/index.d.ts', result '/users/username/projects/project/node_modules/pkg3/index.d.ts'. +======== Type reference directive 'pkg3' was successfully resolved to '/users/username/projects/project/node_modules/pkg3/index.d.ts', primary: false. ======== +FileWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/pkg3/index.d.ts 250 undefined Source file fileWithTypeRefs.ts:3:43 - error TS2552: Cannot find name 'Import3'. Did you mean 'Import2'? 3 interface LocalInterface extends Import2, Import3 {}    ~~~~~~~ -../../a/lib/lib.d.ts +../../../../a/lib/lib.d.ts Default library for target 'es5' node_modules/pkg0/index.d.ts Imported via "pkg0" from file 'fileWithImports.ts' @@ -640,69 +664,73 @@ node_modules/pkg3/index.d.ts Type library referenced via 'pkg3' from file 'fileWithTypeRefs.ts' fileWithTypeRefs.ts Matched by default include pattern '**/*' -[12:01:13 AM] Found 1 error. Watching for file changes. +[12:01:17 AM] Found 1 error. Watching for file changes. -Program root files: ["/src/project/fileWithImports.ts","/src/project/fileWithTypeRefs.ts"] -Program options: {"composite":true,"traceResolution":true,"outDir":"/src/project/outDir","watch":true,"explainFiles":true,"extendedDiagnostics":true,"configFilePath":"/src/project/tsconfig.json"} +Program root files: ["/users/username/projects/project/fileWithImports.ts","/users/username/projects/project/fileWithTypeRefs.ts"] +Program options: {"composite":true,"traceResolution":true,"outDir":"/users/username/projects/project/outDir","watch":true,"explainFiles":true,"extendedDiagnostics":true,"configFilePath":"/users/username/projects/project/tsconfig.json"} Program structureReused: SafeModules Program files:: /a/lib/lib.d.ts -/src/project/node_modules/pkg0/index.d.ts -/src/project/node_modules/pkg1/index.d.ts -/src/project/fileWithImports.ts -/src/project/node_modules/pkg2/index.d.ts -/src/project/node_modules/pkg3/index.d.ts -/src/project/fileWithTypeRefs.ts +/users/username/projects/project/node_modules/pkg0/index.d.ts +/users/username/projects/project/node_modules/pkg1/index.d.ts +/users/username/projects/project/fileWithImports.ts +/users/username/projects/project/node_modules/pkg2/index.d.ts +/users/username/projects/project/node_modules/pkg3/index.d.ts +/users/username/projects/project/fileWithTypeRefs.ts Semantic diagnostics in builder refreshed for:: -/src/project/node_modules/pkg3/index.d.ts -/src/project/fileWithTypeRefs.ts +/users/username/projects/project/node_modules/pkg3/index.d.ts +/users/username/projects/project/fileWithTypeRefs.ts Shape signatures in builder refreshed for:: -/src/project/node_modules/pkg3/index.d.ts (used version) -/src/project/filewithtyperefs.ts (computed .d.ts) +/users/username/projects/project/node_modules/pkg3/index.d.ts (used version) +/users/username/projects/project/filewithtyperefs.ts (computed .d.ts) PolledWatches:: -/src/project/node_modules/@types: +/users/username/projects/node_modules: + {"pollingInterval":500} +/users/username/projects/project/node_modules/@types: + {"pollingInterval":500} +/users/username/projects/node_modules/@types: {"pollingInterval":500} FsWatches:: -/src/project/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} -/src/project/filewithimports.ts: +/users/username/projects/project/filewithimports.ts: {} -/src/project/node_modules/pkg0/index.d.ts: +/users/username/projects/project/node_modules/pkg0/index.d.ts: {} -/src/project/filewithtyperefs.ts: +/users/username/projects/project/filewithtyperefs.ts: {} -/src/project/node_modules/pkg2/index.d.ts: +/users/username/projects/project/node_modules/pkg2/index.d.ts: {} /a/lib/lib.d.ts: {} -/src/project/node_modules/pkg1/index.d.ts: +/users/username/projects/project/node_modules/pkg1/index.d.ts: {} -/src/project/node_modules/pkg3/index.d.ts: *new* +/users/username/projects/project/node_modules/pkg3/index.d.ts: *new* {} FsWatchesRecursive:: -/src/project/node_modules: +/users/username/projects/project/node_modules: {} -/src/project: +/users/username/projects/project: {} exitCode:: ExitStatus.undefined -//// [/src/project/outDir/fileWithTypeRefs.js] file written with same contents -//// [/src/project/outDir/tsconfig.tsbuildinfo] -{"program":{"fileNames":["../../../a/lib/lib.d.ts","../node_modules/pkg0/index.d.ts","../node_modules/pkg1/index.d.ts","../filewithimports.ts","../node_modules/pkg2/index.d.ts","../node_modules/pkg3/index.d.ts","../filewithtyperefs.ts"],"fileInfos":[{"version":"-7698705165-/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }","affectsGlobalScope":true},"-8124756421-export interface Import0 {}","-8124720484-export interface Import1 {}",{"version":"-14287751515-import type { Import0 } from \"pkg0\";\nimport type { Import1 } from \"pkg1\";\n","signature":"-3531856636-export {};\n"},{"version":"-11273315461-interface Import2 {}","affectsGlobalScope":true},"-8124648610-export interface Import3 {}",{"version":"-12735305811-/// \n/// \ninterface LocalInterface extends Import2, Import3 {}\nexport {}\n","signature":"-3531856636-export {};\n"}],"root":[4,7],"options":{"composite":true,"outDir":"./"},"fileIdsList":[[2,3],[5,6]],"referencedMap":[[4,1],[7,2]],"exportedModulesMap":[],"semanticDiagnosticsPerFile":[1,4,[7,[{"file":"../filewithtyperefs.ts","start":102,"length":7,"messageText":"Cannot find name 'Import3'. Did you mean 'Import2'?","category":1,"code":2552}]],2,3,5,6],"latestChangedDtsFile":"./fileWithTypeRefs.d.ts"},"version":"FakeTSVersion"} +//// [/users/username/projects/project/outDir/fileWithTypeRefs.js] file written with same contents +//// [/users/username/projects/project/outDir/tsconfig.tsbuildinfo] +{"program":{"fileNames":["../../../../../a/lib/lib.d.ts","../node_modules/pkg0/index.d.ts","../node_modules/pkg1/index.d.ts","../filewithimports.ts","../node_modules/pkg2/index.d.ts","../node_modules/pkg3/index.d.ts","../filewithtyperefs.ts"],"fileInfos":[{"version":"-7698705165-/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }","affectsGlobalScope":true},"-8124756421-export interface Import0 {}","-8124720484-export interface Import1 {}",{"version":"-14287751515-import type { Import0 } from \"pkg0\";\nimport type { Import1 } from \"pkg1\";\n","signature":"-3531856636-export {};\n"},{"version":"-11273315461-interface Import2 {}","affectsGlobalScope":true},"-8124648610-export interface Import3 {}",{"version":"-12735305811-/// \n/// \ninterface LocalInterface extends Import2, Import3 {}\nexport {}\n","signature":"-3531856636-export {};\n"}],"root":[4,7],"options":{"composite":true,"outDir":"./"},"fileIdsList":[[2,3],[5,6]],"referencedMap":[[4,1],[7,2]],"exportedModulesMap":[],"semanticDiagnosticsPerFile":[1,4,[7,[{"file":"../filewithtyperefs.ts","start":102,"length":7,"messageText":"Cannot find name 'Import3'. Did you mean 'Import2'?","category":1,"code":2552}]],2,3,5,6],"latestChangedDtsFile":"./fileWithTypeRefs.d.ts"},"version":"FakeTSVersion"} -//// [/src/project/outDir/tsconfig.tsbuildinfo.readable.baseline.txt] +//// [/users/username/projects/project/outDir/tsconfig.tsbuildinfo.readable.baseline.txt] { "program": { "fileNames": [ - "../../../a/lib/lib.d.ts", + "../../../../../a/lib/lib.d.ts", "../node_modules/pkg0/index.d.ts", "../node_modules/pkg1/index.d.ts", "../filewithimports.ts", @@ -721,7 +749,7 @@ exitCode:: ExitStatus.undefined ] ], "fileInfos": { - "../../../a/lib/lib.d.ts": { + "../../../../../a/lib/lib.d.ts": { "original": { "version": "-7698705165-/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }", "affectsGlobalScope": true @@ -794,7 +822,7 @@ exitCode:: ExitStatus.undefined }, "exportedModulesMap": {}, "semanticDiagnosticsPerFile": [ - "../../../a/lib/lib.d.ts", + "../../../../../a/lib/lib.d.ts", "../filewithimports.ts", [ "../filewithtyperefs.ts", @@ -817,6 +845,6 @@ exitCode:: ExitStatus.undefined "latestChangedDtsFile": "./fileWithTypeRefs.d.ts" }, "version": "FakeTSVersion", - "size": 1608 + "size": 1614 } diff --git a/tests/baselines/reference/tscWatch/resolutionCache/scoped-package-installation.js b/tests/baselines/reference/tscWatch/resolutionCache/scoped-package-installation.js new file mode 100644 index 0000000000000..ae74005002160 --- /dev/null +++ b/tests/baselines/reference/tscWatch/resolutionCache/scoped-package-installation.js @@ -0,0 +1,481 @@ +currentDirectory:: /user/username/projects/myproject useCaseSensitiveFileNames: false +Input:: +//// [/user/username/projects/myproject/lib/app.ts] +import { myapp } from "@myapp/ts-types"; +const x: 10 = myapp; + + +//// [/user/username/projects/myproject/tsconfig.json] +{} + +//// [/a/lib/lib.d.ts] +/// +interface Boolean {} +interface Function {} +interface CallableFunction {} +interface NewableFunction {} +interface IArguments {} +interface Number { toExponential: any; } +interface Object {} +interface RegExp {} +interface String { charAt: any; } +interface Array { length: number; [n: number]: T; } +interface ReadonlyArray {} +declare const console: { log(msg: any): void; }; + + +/a/lib/tsc.js --w -p . --traceResolution --extendedDiagnostics +Output:: +[12:00:23 AM] Starting compilation in watch mode... + +Current directory: /user/username/projects/myproject CaseSensitiveFileNames: false +FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Config file +Synchronizing program +CreatingProgramWith:: + roots: ["/user/username/projects/myproject/lib/app.ts"] + options: {"watch":true,"project":"/user/username/projects/myproject","traceResolution":true,"extendedDiagnostics":true,"configFilePath":"/user/username/projects/myproject/tsconfig.json"} +FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/lib/app.ts 250 undefined Source file +======== Resolving module '@myapp/ts-types' from '/user/username/projects/myproject/lib/app.ts'. ======== +Module resolution kind is not specified, using 'Node10'. +Loading module '@myapp/ts-types' from 'node_modules' folder, target file types: TypeScript, Declaration. +Directory '/user/username/projects/myproject/lib/node_modules' does not exist, skipping all lookups in it. +Scoped package detected, looking in 'myapp__ts-types' +Directory '/user/username/projects/myproject/node_modules' does not exist, skipping all lookups in it. +Scoped package detected, looking in 'myapp__ts-types' +Directory '/user/username/projects/node_modules' does not exist, skipping all lookups in it. +Scoped package detected, looking in 'myapp__ts-types' +Directory '/user/username/node_modules' does not exist, skipping all lookups in it. +Scoped package detected, looking in 'myapp__ts-types' +Directory '/user/node_modules' does not exist, skipping all lookups in it. +Scoped package detected, looking in 'myapp__ts-types' +Directory '/node_modules' does not exist, skipping all lookups in it. +Scoped package detected, looking in 'myapp__ts-types' +Loading module '@myapp/ts-types' from 'node_modules' folder, target file types: JavaScript. +Directory '/user/username/projects/myproject/lib/node_modules' does not exist, skipping all lookups in it. +Directory '/user/username/projects/myproject/node_modules' does not exist, skipping all lookups in it. +Directory '/user/username/projects/node_modules' does not exist, skipping all lookups in it. +Directory '/user/username/node_modules' does not exist, skipping all lookups in it. +Directory '/user/node_modules' does not exist, skipping all lookups in it. +Directory '/node_modules' does not exist, skipping all lookups in it. +======== Module name '@myapp/ts-types' was not resolved. ======== +FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 250 undefined Source file +DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/lib 1 undefined Failed Lookup Locations +Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/lib 1 undefined Failed Lookup Locations +DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Failed Lookup Locations +Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Failed Lookup Locations +DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules 1 undefined Failed Lookup Locations +Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules 1 undefined Failed Lookup Locations +DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Type roots +Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Type roots +DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Type roots +Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Type roots +DirectoryWatcher:: Triggered with /user/username/projects/myproject/lib/app.js :: WatchInfo: /user/username/projects/myproject/lib 1 undefined Failed Lookup Locations +Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/lib/app.js :: WatchInfo: /user/username/projects/myproject/lib 1 undefined Failed Lookup Locations +lib/app.ts:1:23 - error TS2307: Cannot find module '@myapp/ts-types' or its corresponding type declarations. + +1 import { myapp } from "@myapp/ts-types"; +   ~~~~~~~~~~~~~~~~~ + +[12:00:26 AM] Found 1 error. Watching for file changes. + +DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Wild card directory +Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Wild card directory + + +Program root files: ["/user/username/projects/myproject/lib/app.ts"] +Program options: {"watch":true,"project":"/user/username/projects/myproject","traceResolution":true,"extendedDiagnostics":true,"configFilePath":"/user/username/projects/myproject/tsconfig.json"} +Program structureReused: Not +Program files:: +/a/lib/lib.d.ts +/user/username/projects/myproject/lib/app.ts + +Semantic diagnostics in builder refreshed for:: +/a/lib/lib.d.ts +/user/username/projects/myproject/lib/app.ts + +Shape signatures in builder refreshed for:: +/a/lib/lib.d.ts (used version) +/user/username/projects/myproject/lib/app.ts (used version) + +PolledWatches:: +/user/username/projects/myproject/node_modules: *new* + {"pollingInterval":500} +/user/username/projects/node_modules: *new* + {"pollingInterval":500} +/user/username/projects/myproject/node_modules/@types: *new* + {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} + +FsWatches:: +/user/username/projects/myproject/tsconfig.json: *new* + {} +/user/username/projects/myproject/lib/app.ts: *new* + {} +/a/lib/lib.d.ts: *new* + {} + +FsWatchesRecursive:: +/user/username/projects/myproject/lib: *new* + {} +/user/username/projects/myproject: *new* + {} + +exitCode:: ExitStatus.undefined + +//// [/user/username/projects/myproject/lib/app.js] +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +var ts_types_1 = require("@myapp/ts-types"); +var x = ts_types_1.myapp; + + + +Change:: npm install unrelated non scoped + +Input:: +//// [/user/username/projects/myproject/node_modules/unrelated/index.d.ts] +export const unrelated = 10; + + +PolledWatches:: +/user/username/projects/node_modules: + {"pollingInterval":500} +/user/username/projects/myproject/node_modules/@types: + {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} + +PolledWatches *deleted*:: +/user/username/projects/myproject/node_modules: + {"pollingInterval":500} + +FsWatches:: +/user/username/projects/myproject/tsconfig.json: + {} +/user/username/projects/myproject/lib/app.ts: + {} +/a/lib/lib.d.ts: + {} + +FsWatchesRecursive:: +/user/username/projects/myproject/lib: + {} +/user/username/projects/myproject: + {} +/user/username/projects/myproject/node_modules: *new* + {} + +Before running Timeout callback:: count: 2 +6: timerToInvalidateFailedLookupResolutions +7: timerToUpdateProgram +After running Timeout callback:: count: 1 +8: timerToUpdateProgram +Before running Timeout callback:: count: 1 +8: timerToUpdateProgram +After running Timeout callback:: count: 0 +Output:: +DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Failed Lookup Locations +Scheduling invalidateFailedLookup +Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Failed Lookup Locations +sysLog:: /user/username/projects/myproject/node_modules:: Changing watcher to PresentFileSystemEntryWatcher +DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Failed Lookup Locations +Scheduling invalidateFailedLookup, Cancelled earlier one +Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Failed Lookup Locations +DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules :: WatchInfo: /user/username/projects/myproject 1 undefined Wild card directory +Scheduling update +Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules :: WatchInfo: /user/username/projects/myproject 1 undefined Wild card directory +DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/unrelated :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Failed Lookup Locations +Scheduling invalidateFailedLookup, Cancelled earlier one +Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/unrelated :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Failed Lookup Locations +DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/unrelated :: WatchInfo: /user/username/projects/myproject 1 undefined Wild card directory +Scheduling update +Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/unrelated :: WatchInfo: /user/username/projects/myproject 1 undefined Wild card directory +DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/unrelated/index.d.ts :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Failed Lookup Locations +Scheduling invalidateFailedLookup, Cancelled earlier one +Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/unrelated/index.d.ts :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Failed Lookup Locations +DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/unrelated/index.d.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Wild card directory +Scheduling update +Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/unrelated/index.d.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Wild card directory +Scheduling update +Reloading new file names and options +Synchronizing program +[12:00:33 AM] File change detected. Starting incremental compilation... + +CreatingProgramWith:: + roots: ["/user/username/projects/myproject/lib/app.ts"] + options: {"watch":true,"project":"/user/username/projects/myproject","traceResolution":true,"extendedDiagnostics":true,"configFilePath":"/user/username/projects/myproject/tsconfig.json"} +======== Resolving module '@myapp/ts-types' from '/user/username/projects/myproject/lib/app.ts'. ======== +Module resolution kind is not specified, using 'Node10'. +Loading module '@myapp/ts-types' from 'node_modules' folder, target file types: TypeScript, Declaration. +Directory '/user/username/projects/myproject/lib/node_modules' does not exist, skipping all lookups in it. +Scoped package detected, looking in 'myapp__ts-types' +Directory '/user/username/projects/myproject/node_modules/@types' does not exist, skipping all lookups in it. +Scoped package detected, looking in 'myapp__ts-types' +Directory '/user/username/projects/node_modules' does not exist, skipping all lookups in it. +Scoped package detected, looking in 'myapp__ts-types' +Directory '/user/username/node_modules' does not exist, skipping all lookups in it. +Scoped package detected, looking in 'myapp__ts-types' +Directory '/user/node_modules' does not exist, skipping all lookups in it. +Scoped package detected, looking in 'myapp__ts-types' +Directory '/node_modules' does not exist, skipping all lookups in it. +Scoped package detected, looking in 'myapp__ts-types' +Loading module '@myapp/ts-types' from 'node_modules' folder, target file types: JavaScript. +Directory '/user/username/projects/myproject/lib/node_modules' does not exist, skipping all lookups in it. +Directory '/user/username/projects/node_modules' does not exist, skipping all lookups in it. +Directory '/user/username/node_modules' does not exist, skipping all lookups in it. +Directory '/user/node_modules' does not exist, skipping all lookups in it. +Directory '/node_modules' does not exist, skipping all lookups in it. +======== Module name '@myapp/ts-types' was not resolved. ======== +lib/app.ts:1:23 - error TS2307: Cannot find module '@myapp/ts-types' or its corresponding type declarations. + +1 import { myapp } from "@myapp/ts-types"; +   ~~~~~~~~~~~~~~~~~ + +[12:00:34 AM] Found 1 error. Watching for file changes. + + + +Program root files: ["/user/username/projects/myproject/lib/app.ts"] +Program options: {"watch":true,"project":"/user/username/projects/myproject","traceResolution":true,"extendedDiagnostics":true,"configFilePath":"/user/username/projects/myproject/tsconfig.json"} +Program structureReused: SafeModules +Program files:: +/a/lib/lib.d.ts +/user/username/projects/myproject/lib/app.ts + +Semantic diagnostics in builder refreshed for:: + +No shapes updated in the builder:: + +exitCode:: ExitStatus.undefined + + +Change:: npm install unrelated scoped in myapp + +Input:: +//// [/user/username/projects/myproject/node_modules/@myapp/unrelated/index.d.ts] +export const myappUnrelated = 10; + + +Before running Timeout callback:: count: 2 +13: timerToInvalidateFailedLookupResolutions +14: timerToUpdateProgram +After running Timeout callback:: count: 1 +15: timerToUpdateProgram +Before running Timeout callback:: count: 1 +15: timerToUpdateProgram +After running Timeout callback:: count: 0 +Output:: +DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/@myapp :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Failed Lookup Locations +Scheduling invalidateFailedLookup +Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/@myapp :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Failed Lookup Locations +DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/@myapp :: WatchInfo: /user/username/projects/myproject 1 undefined Wild card directory +Scheduling update +Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/@myapp :: WatchInfo: /user/username/projects/myproject 1 undefined Wild card directory +DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/@myapp/unrelated :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Failed Lookup Locations +Scheduling invalidateFailedLookup, Cancelled earlier one +Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/@myapp/unrelated :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Failed Lookup Locations +DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/@myapp/unrelated :: WatchInfo: /user/username/projects/myproject 1 undefined Wild card directory +Scheduling update +Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/@myapp/unrelated :: WatchInfo: /user/username/projects/myproject 1 undefined Wild card directory +DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/@myapp/unrelated/index.d.ts :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Failed Lookup Locations +Scheduling invalidateFailedLookup, Cancelled earlier one +Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/@myapp/unrelated/index.d.ts :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Failed Lookup Locations +DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/@myapp/unrelated/index.d.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Wild card directory +Scheduling update +Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/@myapp/unrelated/index.d.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Wild card directory +Scheduling update +Reloading new file names and options +Synchronizing program +[12:00:42 AM] File change detected. Starting incremental compilation... + +CreatingProgramWith:: + roots: ["/user/username/projects/myproject/lib/app.ts"] + options: {"watch":true,"project":"/user/username/projects/myproject","traceResolution":true,"extendedDiagnostics":true,"configFilePath":"/user/username/projects/myproject/tsconfig.json"} +======== Resolving module '@myapp/ts-types' from '/user/username/projects/myproject/lib/app.ts'. ======== +Module resolution kind is not specified, using 'Node10'. +Loading module '@myapp/ts-types' from 'node_modules' folder, target file types: TypeScript, Declaration. +Directory '/user/username/projects/myproject/lib/node_modules' does not exist, skipping all lookups in it. +Scoped package detected, looking in 'myapp__ts-types' +File '/user/username/projects/myproject/node_modules/@myapp/ts-types.ts' does not exist. +File '/user/username/projects/myproject/node_modules/@myapp/ts-types.tsx' does not exist. +File '/user/username/projects/myproject/node_modules/@myapp/ts-types.d.ts' does not exist. +Directory '/user/username/projects/myproject/node_modules/@types' does not exist, skipping all lookups in it. +Scoped package detected, looking in 'myapp__ts-types' +Directory '/user/username/projects/node_modules' does not exist, skipping all lookups in it. +Scoped package detected, looking in 'myapp__ts-types' +Directory '/user/username/node_modules' does not exist, skipping all lookups in it. +Scoped package detected, looking in 'myapp__ts-types' +Directory '/user/node_modules' does not exist, skipping all lookups in it. +Scoped package detected, looking in 'myapp__ts-types' +Directory '/node_modules' does not exist, skipping all lookups in it. +Scoped package detected, looking in 'myapp__ts-types' +Loading module '@myapp/ts-types' from 'node_modules' folder, target file types: JavaScript. +Directory '/user/username/projects/myproject/lib/node_modules' does not exist, skipping all lookups in it. +File '/user/username/projects/myproject/node_modules/@myapp/ts-types.js' does not exist. +File '/user/username/projects/myproject/node_modules/@myapp/ts-types.jsx' does not exist. +Directory '/user/username/projects/node_modules' does not exist, skipping all lookups in it. +Directory '/user/username/node_modules' does not exist, skipping all lookups in it. +Directory '/user/node_modules' does not exist, skipping all lookups in it. +Directory '/node_modules' does not exist, skipping all lookups in it. +======== Module name '@myapp/ts-types' was not resolved. ======== +lib/app.ts:1:23 - error TS2307: Cannot find module '@myapp/ts-types' or its corresponding type declarations. + +1 import { myapp } from "@myapp/ts-types"; +   ~~~~~~~~~~~~~~~~~ + +[12:00:43 AM] Found 1 error. Watching for file changes. + + + +Program root files: ["/user/username/projects/myproject/lib/app.ts"] +Program options: {"watch":true,"project":"/user/username/projects/myproject","traceResolution":true,"extendedDiagnostics":true,"configFilePath":"/user/username/projects/myproject/tsconfig.json"} +Program structureReused: SafeModules +Program files:: +/a/lib/lib.d.ts +/user/username/projects/myproject/lib/app.ts + +Semantic diagnostics in builder refreshed for:: + +No shapes updated in the builder:: + +exitCode:: ExitStatus.undefined + + +Change:: npm install unrelated2 scoped in myapp + +Input:: +//// [/user/username/projects/myproject/node_modules/@myapp/unrelated2/index.d.ts] +export const myappUnrelated2 = 10; + + +Before running Timeout callback:: count: 2 +18: timerToInvalidateFailedLookupResolutions +19: timerToUpdateProgram +After running Timeout callback:: count: 0 +Before running Timeout callback:: count: 0 +After running Timeout callback:: count: 0 +Output:: +DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/@myapp/unrelated2 :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Failed Lookup Locations +Scheduling invalidateFailedLookup +Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/@myapp/unrelated2 :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Failed Lookup Locations +DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/@myapp/unrelated2 :: WatchInfo: /user/username/projects/myproject 1 undefined Wild card directory +Scheduling update +Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/@myapp/unrelated2 :: WatchInfo: /user/username/projects/myproject 1 undefined Wild card directory +DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/@myapp/unrelated2/index.d.ts :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Failed Lookup Locations +Scheduling invalidateFailedLookup, Cancelled earlier one +Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/@myapp/unrelated2/index.d.ts :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Failed Lookup Locations +DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/@myapp/unrelated2/index.d.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Wild card directory +Scheduling update +Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/@myapp/unrelated2/index.d.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Wild card directory +Reloading new file names and options +Synchronizing program + + +exitCode:: ExitStatus.undefined + + +Change:: npm install ts-types + +Input:: +//// [/user/username/projects/myproject/node_modules/@myapp/ts-types/index.d.ts] +export const myapp = 10; + + +Before running Timeout callback:: count: 2 +22: timerToInvalidateFailedLookupResolutions +23: timerToUpdateProgram +After running Timeout callback:: count: 1 +24: timerToUpdateProgram +Before running Timeout callback:: count: 1 +24: timerToUpdateProgram +After running Timeout callback:: count: 0 +Output:: +DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/@myapp/ts-types :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Failed Lookup Locations +Scheduling invalidateFailedLookup +Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/@myapp/ts-types :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Failed Lookup Locations +DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/@myapp/ts-types :: WatchInfo: /user/username/projects/myproject 1 undefined Wild card directory +Scheduling update +Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/@myapp/ts-types :: WatchInfo: /user/username/projects/myproject 1 undefined Wild card directory +DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/@myapp/ts-types/index.d.ts :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Failed Lookup Locations +Scheduling invalidateFailedLookup, Cancelled earlier one +Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/@myapp/ts-types/index.d.ts :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Failed Lookup Locations +DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/@myapp/ts-types/index.d.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Wild card directory +Scheduling update +Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/@myapp/ts-types/index.d.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Wild card directory +Scheduling update +Reloading new file names and options +Synchronizing program +[12:00:52 AM] File change detected. Starting incremental compilation... + +CreatingProgramWith:: + roots: ["/user/username/projects/myproject/lib/app.ts"] + options: {"watch":true,"project":"/user/username/projects/myproject","traceResolution":true,"extendedDiagnostics":true,"configFilePath":"/user/username/projects/myproject/tsconfig.json"} +======== Resolving module '@myapp/ts-types' from '/user/username/projects/myproject/lib/app.ts'. ======== +Module resolution kind is not specified, using 'Node10'. +Loading module '@myapp/ts-types' from 'node_modules' folder, target file types: TypeScript, Declaration. +Directory '/user/username/projects/myproject/lib/node_modules' does not exist, skipping all lookups in it. +Scoped package detected, looking in 'myapp__ts-types' +File '/user/username/projects/myproject/node_modules/@myapp/ts-types/package.json' does not exist. +File '/user/username/projects/myproject/node_modules/@myapp/ts-types.ts' does not exist. +File '/user/username/projects/myproject/node_modules/@myapp/ts-types.tsx' does not exist. +File '/user/username/projects/myproject/node_modules/@myapp/ts-types.d.ts' does not exist. +File '/user/username/projects/myproject/node_modules/@myapp/ts-types/index.ts' does not exist. +File '/user/username/projects/myproject/node_modules/@myapp/ts-types/index.tsx' does not exist. +File '/user/username/projects/myproject/node_modules/@myapp/ts-types/index.d.ts' exists - use it as a name resolution result. +Resolving real path for '/user/username/projects/myproject/node_modules/@myapp/ts-types/index.d.ts', result '/user/username/projects/myproject/node_modules/@myapp/ts-types/index.d.ts'. +======== Module name '@myapp/ts-types' was successfully resolved to '/user/username/projects/myproject/node_modules/@myapp/ts-types/index.d.ts'. ======== +FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@myapp/ts-types/index.d.ts 250 undefined Source file +DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules 1 undefined Failed Lookup Locations +Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules 1 undefined Failed Lookup Locations +[12:00:56 AM] Found 0 errors. Watching for file changes. + + + +Program root files: ["/user/username/projects/myproject/lib/app.ts"] +Program options: {"watch":true,"project":"/user/username/projects/myproject","traceResolution":true,"extendedDiagnostics":true,"configFilePath":"/user/username/projects/myproject/tsconfig.json"} +Program structureReused: SafeModules +Program files:: +/a/lib/lib.d.ts +/user/username/projects/myproject/node_modules/@myapp/ts-types/index.d.ts +/user/username/projects/myproject/lib/app.ts + +Semantic diagnostics in builder refreshed for:: +/user/username/projects/myproject/node_modules/@myapp/ts-types/index.d.ts +/user/username/projects/myproject/lib/app.ts + +Shape signatures in builder refreshed for:: +/user/username/projects/myproject/node_modules/@myapp/ts-types/index.d.ts (used version) +/user/username/projects/myproject/lib/app.ts (computed .d.ts) + +PolledWatches:: +/user/username/projects/myproject/node_modules/@types: + {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} + +PolledWatches *deleted*:: +/user/username/projects/node_modules: + {"pollingInterval":500} + +FsWatches:: +/user/username/projects/myproject/tsconfig.json: + {} +/user/username/projects/myproject/lib/app.ts: + {} +/a/lib/lib.d.ts: + {} +/user/username/projects/myproject/node_modules/@myapp/ts-types/index.d.ts: *new* + {} + +FsWatchesRecursive:: +/user/username/projects/myproject/lib: + {} +/user/username/projects/myproject: + {} +/user/username/projects/myproject/node_modules: + {} + +exitCode:: ExitStatus.undefined + +//// [/user/username/projects/myproject/lib/app.js] file written with same contents diff --git a/tests/baselines/reference/tscWatch/resolutionCache/should-compile-correctly-when-resolved-module-goes-missing-and-then-comes-back.js b/tests/baselines/reference/tscWatch/resolutionCache/should-compile-correctly-when-resolved-module-goes-missing-and-then-comes-back.js index a663c38f11dfe..a029b4f166acf 100644 --- a/tests/baselines/reference/tscWatch/resolutionCache/should-compile-correctly-when-resolved-module-goes-missing-and-then-comes-back.js +++ b/tests/baselines/reference/tscWatch/resolutionCache/should-compile-correctly-when-resolved-module-goes-missing-and-then-comes-back.js @@ -1,9 +1,9 @@ currentDirectory:: / useCaseSensitiveFileNames: false Input:: -//// [/a/foo.ts] +//// [/users/username/projects/project/foo.ts] import {x} from "bar" -//// [/a/bar.d.ts] +//// [/users/username/projects/project/bar.d.ts] export const y = 1;export const x = 10; //// [/a/lib/lib.d.ts] @@ -20,48 +20,48 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -/a/lib/tsc.js --w /a/foo.ts +/a/lib/tsc.js --w /users/username/projects/project/foo.ts Output:: >> Screen clear -[12:00:13 AM] Starting compilation in watch mode... +[12:00:21 AM] Starting compilation in watch mode... -[12:00:16 AM] Found 0 errors. Watching for file changes. +[12:00:24 AM] Found 0 errors. Watching for file changes. -Program root files: ["/a/foo.ts"] +Program root files: ["/users/username/projects/project/foo.ts"] Program options: {"module":2} Program structureReused: Not Program files:: /a/lib/lib.d.ts -/a/bar.d.ts -/a/foo.ts +/users/username/projects/project/bar.d.ts +/users/username/projects/project/foo.ts Semantic diagnostics in builder refreshed for:: /a/lib/lib.d.ts -/a/bar.d.ts -/a/foo.ts +/users/username/projects/project/bar.d.ts +/users/username/projects/project/foo.ts Shape signatures in builder refreshed for:: /a/lib/lib.d.ts (used version) -/a/bar.d.ts (used version) -/a/foo.ts (used version) +/users/username/projects/project/bar.d.ts (used version) +/users/username/projects/project/foo.ts (used version) FsWatches:: -/a/foo.ts: *new* +/users/username/projects/project/foo.ts: *new* {} -/a/bar.d.ts: *new* +/users/username/projects/project/bar.d.ts: *new* {} /a/lib/lib.d.ts: *new* {} FsWatchesRecursive:: -/a: *new* +/users/username/projects: *new* {} exitCode:: ExitStatus.undefined -//// [/a/foo.js] +//// [/users/username/projects/project/foo.js] define(["require", "exports"], function (require, exports) { "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); @@ -72,7 +72,7 @@ define(["require", "exports"], function (require, exports) { Change:: Delete imported file Input:: -//// [/a/bar.d.ts] deleted +//// [/users/username/projects/project/bar.d.ts] deleted Before running Timeout callback:: count: 2 1: timerToUpdateProgram @@ -80,58 +80,52 @@ Before running Timeout callback:: count: 2 After running Timeout callback:: count: 0 Output:: >> Screen clear -[12:00:18 AM] File change detected. Starting incremental compilation... +[12:00:26 AM] File change detected. Starting incremental compilation... -a/foo.ts:1:17 - error TS2792: Cannot find module 'bar'. Did you mean to set the 'moduleResolution' option to 'nodenext', or to add aliases to the 'paths' option? +users/username/projects/project/foo.ts:1:17 - error TS2792: Cannot find module 'bar'. Did you mean to set the 'moduleResolution' option to 'nodenext', or to add aliases to the 'paths' option? 1 import {x} from "bar"    ~~~~~ -[12:00:22 AM] Found 1 error. Watching for file changes. +[12:00:30 AM] Found 1 error. Watching for file changes. -Program root files: ["/a/foo.ts"] +Program root files: ["/users/username/projects/project/foo.ts"] Program options: {"module":2} Program structureReused: Not Program files:: /a/lib/lib.d.ts -/a/foo.ts +/users/username/projects/project/foo.ts Semantic diagnostics in builder refreshed for:: -/a/foo.ts +/users/username/projects/project/foo.ts Shape signatures in builder refreshed for:: -/a/foo.ts (computed .d.ts) - -PolledWatches:: -/node_modules: *new* - {"pollingInterval":500} +/users/username/projects/project/foo.ts (computed .d.ts) FsWatches:: -/a/foo.ts: +/users/username/projects/project/foo.ts: {} /a/lib/lib.d.ts: {} -/: *new* - {} FsWatches *deleted*:: -/a/bar.d.ts: +/users/username/projects/project/bar.d.ts: {} FsWatchesRecursive:: -/a: +/users/username/projects: {} exitCode:: ExitStatus.undefined -//// [/a/foo.js] file written with same contents +//// [/users/username/projects/project/foo.js] file written with same contents Change:: Create imported file Input:: -//// [/a/bar.d.ts] +//// [/users/username/projects/project/bar.d.ts] export const y = 1;export const x = 10; @@ -144,48 +138,40 @@ Before running Timeout callback:: count: 1 After running Timeout callback:: count: 0 Output:: >> Screen clear -[12:00:25 AM] File change detected. Starting incremental compilation... +[12:00:33 AM] File change detected. Starting incremental compilation... -[12:00:29 AM] Found 0 errors. Watching for file changes. +[12:00:37 AM] Found 0 errors. Watching for file changes. -Program root files: ["/a/foo.ts"] +Program root files: ["/users/username/projects/project/foo.ts"] Program options: {"module":2} Program structureReused: SafeModules Program files:: /a/lib/lib.d.ts -/a/bar.d.ts -/a/foo.ts +/users/username/projects/project/bar.d.ts +/users/username/projects/project/foo.ts Semantic diagnostics in builder refreshed for:: -/a/bar.d.ts -/a/foo.ts +/users/username/projects/project/bar.d.ts +/users/username/projects/project/foo.ts Shape signatures in builder refreshed for:: -/a/bar.d.ts (used version) -/a/foo.ts (computed .d.ts) - -PolledWatches *deleted*:: -/node_modules: - {"pollingInterval":500} +/users/username/projects/project/bar.d.ts (used version) +/users/username/projects/project/foo.ts (computed .d.ts) FsWatches:: -/a/foo.ts: +/users/username/projects/project/foo.ts: {} /a/lib/lib.d.ts: {} -/a/bar.d.ts: *new* - {} - -FsWatches *deleted*:: -/: +/users/username/projects/project/bar.d.ts: *new* {} FsWatchesRecursive:: -/a: +/users/username/projects: {} exitCode:: ExitStatus.undefined -//// [/a/foo.js] file written with same contents +//// [/users/username/projects/project/foo.js] file written with same contents diff --git a/tests/baselines/reference/tscWatch/resolutionCache/when-types-in-compiler-option-are-global-and-installed-at-later-point.js b/tests/baselines/reference/tscWatch/resolutionCache/when-types-in-compiler-option-are-global-and-installed-at-later-point.js index c0745be488855..d1e157d80f860 100644 --- a/tests/baselines/reference/tscWatch/resolutionCache/when-types-in-compiler-option-are-global-and-installed-at-later-point.js +++ b/tests/baselines/reference/tscWatch/resolutionCache/when-types-in-compiler-option-are-global-and-installed-at-later-point.js @@ -54,6 +54,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules: *new* {"pollingInterval":500} +/user/username/projects/node_modules: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* @@ -87,6 +89,10 @@ declare namespace myapp { } +PolledWatches:: +/user/username/projects/node_modules: + {"pollingInterval":500} + PolledWatches *deleted*:: /user/username/projects/myproject/node_modules: {"pollingInterval":500} @@ -106,12 +112,12 @@ FsWatchesRecursive:: {} Before running Timeout callback:: count: 2 -9: timerToInvalidateFailedLookupResolutions -10: timerToUpdateProgram +11: timerToInvalidateFailedLookupResolutions +12: timerToUpdateProgram After running Timeout callback:: count: 1 -11: timerToUpdateProgram +13: timerToUpdateProgram Before running Timeout callback:: count: 1 -11: timerToUpdateProgram +13: timerToUpdateProgram After running Timeout callback:: count: 0 Output:: sysLog:: /user/username/projects/myproject/node_modules:: Changing watcher to PresentFileSystemEntryWatcher @@ -140,6 +146,10 @@ Shape signatures in builder refreshed for:: /user/username/projects/myproject/node_modules/@myapp/ts-types/types/somefile.define.d.ts (used version) /user/username/projects/myproject/lib/app.ts (computed .d.ts) +PolledWatches:: +/user/username/projects/node_modules: + {"pollingInterval":500} + FsWatches:: /user/username/projects/myproject/tsconfig.json: {} @@ -147,10 +157,10 @@ FsWatches:: {} /a/lib/lib.d.ts: {} -/user/username/projects/myproject/node_modules/@myapp/ts-types/types/somefile.define.d.ts: *new* - {} /user/username/projects/myproject/node_modules/@myapp/ts-types/package.json: *new* {} +/user/username/projects/myproject/node_modules/@myapp/ts-types/types/somefile.define.d.ts: *new* + {} FsWatchesRecursive:: /user/username/projects/myproject: diff --git a/tests/baselines/reference/tscWatch/resolutionCache/with-modules-linked-to-sibling-folder.js b/tests/baselines/reference/tscWatch/resolutionCache/with-modules-linked-to-sibling-folder.js index 686d76b8bcd86..61f390210b2c0 100644 --- a/tests/baselines/reference/tscWatch/resolutionCache/with-modules-linked-to-sibling-folder.js +++ b/tests/baselines/reference/tscWatch/resolutionCache/with-modules-linked-to-sibling-folder.js @@ -67,6 +67,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/resolutionCache/works-when-included-file-with-ambient-module-changes.js b/tests/baselines/reference/tscWatch/resolutionCache/works-when-included-file-with-ambient-module-changes.js index 67a0a702e9644..67190da5519b8 100644 --- a/tests/baselines/reference/tscWatch/resolutionCache/works-when-included-file-with-ambient-module-changes.js +++ b/tests/baselines/reference/tscWatch/resolutionCache/works-when-included-file-with-ambient-module-changes.js @@ -1,12 +1,12 @@ -currentDirectory:: /a/b useCaseSensitiveFileNames: false +currentDirectory:: /users/username/projects/project useCaseSensitiveFileNames: false Input:: -//// [/a/b/foo.ts] +//// [/users/username/projects/project/foo.ts] import * as fs from "fs"; import * as u from "url"; -//// [/a/b/bar.d.ts] +//// [/users/username/projects/project/bar.d.ts] declare module "url" { export interface Url { @@ -29,55 +29,59 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -/a/lib/tsc.js --w /a/b/foo.ts /a/b/bar.d.ts +/a/lib/tsc.js --w /users/username/projects/project/foo.ts /users/username/projects/project/bar.d.ts Output:: >> Screen clear -[12:00:15 AM] Starting compilation in watch mode... +[12:00:21 AM] Starting compilation in watch mode... foo.ts:2:21 - error TS2307: Cannot find module 'fs' or its corresponding type declarations. 2 import * as fs from "fs";    ~~~~ -[12:00:18 AM] Found 1 error. Watching for file changes. +[12:00:24 AM] Found 1 error. Watching for file changes. -Program root files: ["/a/b/foo.ts","/a/b/bar.d.ts"] +Program root files: ["/users/username/projects/project/foo.ts","/users/username/projects/project/bar.d.ts"] Program options: {"watch":true} Program structureReused: Not Program files:: /a/lib/lib.d.ts -/a/b/foo.ts -/a/b/bar.d.ts +/users/username/projects/project/foo.ts +/users/username/projects/project/bar.d.ts Semantic diagnostics in builder refreshed for:: /a/lib/lib.d.ts -/a/b/foo.ts -/a/b/bar.d.ts +/users/username/projects/project/foo.ts +/users/username/projects/project/bar.d.ts Shape signatures in builder refreshed for:: /a/lib/lib.d.ts (used version) -/a/b/foo.ts (used version) -/a/b/bar.d.ts (used version) +/users/username/projects/project/foo.ts (used version) +/users/username/projects/project/bar.d.ts (used version) PolledWatches:: -/a/b/node_modules: *new* +/users/username/projects/project/node_modules: *new* {"pollingInterval":500} -/a/b/node_modules/@types: *new* +/users/username/projects/node_modules: *new* + {"pollingInterval":500} +/users/username/projects/project/node_modules/@types: *new* + {"pollingInterval":500} +/users/username/projects/node_modules/@types: *new* {"pollingInterval":500} FsWatches:: -/a/b/foo.ts: *new* +/users/username/projects/project/foo.ts: *new* {} -/a/b/bar.d.ts: *new* +/users/username/projects/project/bar.d.ts: *new* {} /a/lib/lib.d.ts: *new* {} exitCode:: ExitStatus.undefined -//// [/a/b/foo.js] +//// [/users/username/projects/project/foo.js] "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); @@ -86,7 +90,7 @@ Object.defineProperty(exports, "__esModule", { value: true }); Change:: Add fs definition Input:: -//// [/a/b/bar.d.ts] +//// [/users/username/projects/project/bar.d.ts] declare module "url" { export interface Url { @@ -107,28 +111,28 @@ Before running Timeout callback:: count: 1 After running Timeout callback:: count: 0 Output:: >> Screen clear -[12:00:21 AM] File change detected. Starting incremental compilation... +[12:00:27 AM] File change detected. Starting incremental compilation... -[12:00:25 AM] Found 0 errors. Watching for file changes. +[12:00:31 AM] Found 0 errors. Watching for file changes. -Program root files: ["/a/b/foo.ts","/a/b/bar.d.ts"] +Program root files: ["/users/username/projects/project/foo.ts","/users/username/projects/project/bar.d.ts"] Program options: {"watch":true} Program structureReused: Completely Program files:: /a/lib/lib.d.ts -/a/b/foo.ts -/a/b/bar.d.ts +/users/username/projects/project/foo.ts +/users/username/projects/project/bar.d.ts Semantic diagnostics in builder refreshed for:: -/a/b/foo.ts -/a/b/bar.d.ts +/users/username/projects/project/foo.ts +/users/username/projects/project/bar.d.ts Shape signatures in builder refreshed for:: -/a/b/bar.d.ts (used version) -/a/b/foo.ts (computed .d.ts) +/users/username/projects/project/bar.d.ts (used version) +/users/username/projects/project/foo.ts (computed .d.ts) exitCode:: ExitStatus.undefined -//// [/a/b/foo.js] file written with same contents +//// [/users/username/projects/project/foo.js] file written with same contents diff --git a/tests/baselines/reference/tscWatch/resolutionCache/works-when-installing-something-in-node_modules-or-@types-when-there-is-no-notification-from-fs-for-index-file.js b/tests/baselines/reference/tscWatch/resolutionCache/works-when-installing-something-in-node_modules-or-@types-when-there-is-no-notification-from-fs-for-index-file.js index 1e83fab2a963e..e0a987433f314 100644 --- a/tests/baselines/reference/tscWatch/resolutionCache/works-when-installing-something-in-node_modules-or-@types-when-there-is-no-notification-from-fs-for-index-file.js +++ b/tests/baselines/reference/tscWatch/resolutionCache/works-when-installing-something-in-node_modules-or-@types-when-there-is-no-notification-from-fs-for-index-file.js @@ -49,15 +49,17 @@ CreatingProgramWith:: roots: ["/user/username/projects/myproject/worker.ts"] options: {"watch":true,"extendedDiagnostics":true,"configFilePath":"/user/username/projects/myproject/tsconfig.json"} FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/worker.ts 250 undefined Source file +DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Failed Lookup Locations +Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Failed Lookup Locations FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types/node/index.d.ts 250 undefined Source file FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types/node/base.d.ts 250 undefined Source file FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types/node/ts3.6/base.d.ts 250 undefined Source file FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types/node/globals.d.ts 250 undefined Source file FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 250 undefined Source file -DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Failed Lookup Locations -Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Failed Lookup Locations DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Type roots Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Type roots +DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Type roots +Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Type roots [12:00:40 AM] Found 0 errors. Watching for file changes. DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Wild card directory @@ -91,6 +93,10 @@ Shape signatures in builder refreshed for:: /user/username/projects/myproject/node_modules/@types/node/base.d.ts (used version) /user/username/projects/myproject/node_modules/@types/node/index.d.ts (used version) +PolledWatches:: +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} + FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* {} @@ -131,8 +137,8 @@ Input:: //// [/user/username/projects/myproject/node_modules/@types/node/globals.d.ts] deleted Before running Timeout callback:: count: 2 -28: timerToInvalidateFailedLookupResolutions -29: timerToUpdateProgram +30: timerToInvalidateFailedLookupResolutions +31: timerToUpdateProgram After running Timeout callback:: count: 0 Output:: FileWatcher:: Triggered with /user/username/projects/myproject/node_modules/@types/node/base.d.ts 2:: WatchInfo: /user/username/projects/myproject/node_modules/@types/node/base.d.ts 250 undefined Source file @@ -189,8 +195,10 @@ Scheduling update Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/@types/node/ts3.6/base.d.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Wild card directory DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/@types/node/ts3.6 :: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Type roots Scheduling update +Scheduling invalidateFailedLookup, Cancelled earlier one Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/@types/node/ts3.6 :: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Type roots DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/@types/node/ts3.6 :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Failed Lookup Locations +Scheduling invalidateFailedLookup, Cancelled earlier one Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/@types/node/ts3.6 :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Failed Lookup Locations DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/@types/node/ts3.6 :: WatchInfo: /user/username/projects/myproject 1 undefined Wild card directory Project: /user/username/projects/myproject/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/node_modules/@types/node/ts3.6 @@ -249,6 +257,10 @@ Semantic diagnostics in builder refreshed for:: Shape signatures in builder refreshed for:: /user/username/projects/myproject/worker.ts (computed .d.ts) +PolledWatches:: +/user/username/projects/node_modules/@types: + {"pollingInterval":500} + FsWatches:: /user/username/projects/myproject/tsconfig.json: {} @@ -287,8 +299,8 @@ export const foo = 10; Before running Timeout callback:: count: 2 -40: timerToInvalidateFailedLookupResolutions -41: timerToUpdateProgram +42: timerToInvalidateFailedLookupResolutions +43: timerToUpdateProgram After running Timeout callback:: count: 0 Output:: DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/@types :: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Type roots @@ -352,6 +364,10 @@ Semantic diagnostics in builder refreshed for:: Shape signatures in builder refreshed for:: /user/username/projects/myproject/node_modules/@types/mocha/index.d.ts (used version) +PolledWatches:: +/user/username/projects/node_modules/@types: + {"pollingInterval":500} + FsWatches:: /user/username/projects/myproject/tsconfig.json: {} @@ -378,8 +394,8 @@ Change:: npm ci step three: create atTypes node folder Input:: Before running Timeout callback:: count: 2 -44: timerToInvalidateFailedLookupResolutions -45: timerToUpdateProgram +46: timerToInvalidateFailedLookupResolutions +47: timerToUpdateProgram After running Timeout callback:: count: 0 Output:: DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/@types/node :: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Type roots @@ -399,6 +415,8 @@ Synchronizing program CreatingProgramWith:: roots: ["/user/username/projects/myproject/worker.ts"] options: {"watch":true,"extendedDiagnostics":true,"configFilePath":"/user/username/projects/myproject/tsconfig.json"} +DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules 1 undefined Failed Lookup Locations +Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules 1 undefined Failed Lookup Locations error TS2688: Cannot find type definition file for 'node'. The file is in the program because: Entry point for implicit type library 'node' @@ -419,6 +437,30 @@ Semantic diagnostics in builder refreshed for:: No shapes updated in the builder:: +PolledWatches:: +/user/username/projects/node_modules/@types: + {"pollingInterval":500} +/user/username/projects/node_modules: *new* + {"pollingInterval":500} + +FsWatches:: +/user/username/projects/myproject/tsconfig.json: + {} +/user/username/projects/myproject/worker.ts: + {} +/a/lib/lib.d.ts: + {} +/user/username/projects/myproject/node_modules/@types/mocha/index.d.ts: + {} + +FsWatchesRecursive:: +/user/username/projects/myproject/node_modules: + {} +/user/username/projects/myproject/node_modules/@types: + {} +/user/username/projects/myproject: + {} + exitCode:: ExitStatus.undefined @@ -445,12 +487,10 @@ declare namespace NodeJS { Before running Timeout callback:: count: 2 -48: timerToInvalidateFailedLookupResolutions -50: timerToUpdateProgram -After running Timeout callback:: count: 1 -51: timerToUpdateProgram -Before running Timeout callback:: count: 1 -51: timerToUpdateProgram +52: timerToUpdateProgram +54: timerToInvalidateFailedLookupResolutions +After running Timeout callback:: count: 0 +Before running Timeout callback:: count: 0 After running Timeout callback:: count: 0 Output:: DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/@types/node/base.d.ts :: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Type roots @@ -465,16 +505,17 @@ Scheduling update Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/@types/node/base.d.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Wild card directory DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/@types/node/ts3.6 :: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Type roots Scheduling update +Scheduling invalidateFailedLookup, Cancelled earlier one Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/@types/node/ts3.6 :: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Type roots DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/@types/node/ts3.6 :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Failed Lookup Locations +Scheduling invalidateFailedLookup, Cancelled earlier one Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/@types/node/ts3.6 :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Failed Lookup Locations DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/@types/node/ts3.6 :: WatchInfo: /user/username/projects/myproject 1 undefined Wild card directory Project: /user/username/projects/myproject/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/node_modules/@types/node/ts3.6 Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/@types/node/ts3.6 :: WatchInfo: /user/username/projects/myproject 1 undefined Wild card directory -Scheduling update Reloading new file names and options Synchronizing program -[12:01:16 AM] File change detected. Starting incremental compilation... +[12:01:15 AM] File change detected. Starting incremental compilation... CreatingProgramWith:: roots: ["/user/username/projects/myproject/worker.ts"] @@ -483,7 +524,9 @@ FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/ FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types/node/base.d.ts 250 undefined Source file FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types/node/ts3.6/base.d.ts 250 undefined Source file FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types/node/globals.d.ts 250 undefined Source file -[12:01:20 AM] Found 0 errors. Watching for file changes. +DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules 1 undefined Failed Lookup Locations +Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules 1 undefined Failed Lookup Locations +[12:01:19 AM] Found 0 errors. Watching for file changes. @@ -516,6 +559,14 @@ Shape signatures in builder refreshed for:: /user/username/projects/myproject/node_modules/@types/node/base.d.ts (used version) /user/username/projects/myproject/node_modules/@types/node/index.d.ts (used version) +PolledWatches:: +/user/username/projects/node_modules/@types: + {"pollingInterval":500} + +PolledWatches *deleted*:: +/user/username/projects/node_modules: + {"pollingInterval":500} + FsWatches:: /user/username/projects/myproject/tsconfig.json: {} diff --git a/tests/baselines/reference/tscWatch/resolutionCache/works-when-module-resolution-changes-to-ambient-module.js b/tests/baselines/reference/tscWatch/resolutionCache/works-when-module-resolution-changes-to-ambient-module.js index 19f70777a378e..3a66ed2bd7836 100644 --- a/tests/baselines/reference/tscWatch/resolutionCache/works-when-module-resolution-changes-to-ambient-module.js +++ b/tests/baselines/reference/tscWatch/resolutionCache/works-when-module-resolution-changes-to-ambient-module.js @@ -1,6 +1,6 @@ -currentDirectory:: /a/b useCaseSensitiveFileNames: false +currentDirectory:: /users/username/projects/project useCaseSensitiveFileNames: false Input:: -//// [/a/b/foo.ts] +//// [/users/username/projects/project/foo.ts] import * as fs from "fs"; //// [/a/lib/lib.d.ts] @@ -17,50 +17,54 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -/a/lib/tsc.js -w /a/b/foo.ts +/a/lib/tsc.js -w /users/username/projects/project/foo.ts Output:: >> Screen clear -[12:00:13 AM] Starting compilation in watch mode... +[12:00:19 AM] Starting compilation in watch mode... foo.ts:1:21 - error TS2307: Cannot find module 'fs' or its corresponding type declarations. 1 import * as fs from "fs";    ~~~~ -[12:00:16 AM] Found 1 error. Watching for file changes. +[12:00:22 AM] Found 1 error. Watching for file changes. -Program root files: ["/a/b/foo.ts"] +Program root files: ["/users/username/projects/project/foo.ts"] Program options: {"watch":true} Program structureReused: Not Program files:: /a/lib/lib.d.ts -/a/b/foo.ts +/users/username/projects/project/foo.ts Semantic diagnostics in builder refreshed for:: /a/lib/lib.d.ts -/a/b/foo.ts +/users/username/projects/project/foo.ts Shape signatures in builder refreshed for:: /a/lib/lib.d.ts (used version) -/a/b/foo.ts (used version) +/users/username/projects/project/foo.ts (used version) PolledWatches:: -/a/b/node_modules: *new* +/users/username/projects/project/node_modules: *new* {"pollingInterval":500} -/a/b/node_modules/@types: *new* +/users/username/projects/node_modules: *new* + {"pollingInterval":500} +/users/username/projects/project/node_modules/@types: *new* + {"pollingInterval":500} +/users/username/projects/node_modules/@types: *new* {"pollingInterval":500} FsWatches:: -/a/b/foo.ts: *new* +/users/username/projects/project/foo.ts: *new* {} /a/lib/lib.d.ts: *new* {} exitCode:: ExitStatus.undefined -//// [/a/b/foo.js] +//// [/users/username/projects/project/foo.js] "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); @@ -69,14 +73,14 @@ Object.defineProperty(exports, "__esModule", { value: true }); Change:: npm install node types Input:: -//// [/a/b/node_modules/@types/node/package.json] +//// [/users/username/projects/project/node_modules/@types/node/package.json] { "main": "" } -//// [/a/b/node_modules/@types/node/index.d.ts] +//// [/users/username/projects/project/node_modules/@types/node/index.d.ts] declare module "fs" { export interface Stats { @@ -85,22 +89,28 @@ declare module "fs" { } +PolledWatches:: +/users/username/projects/node_modules: + {"pollingInterval":500} +/users/username/projects/node_modules/@types: + {"pollingInterval":500} + PolledWatches *deleted*:: -/a/b/node_modules: +/users/username/projects/project/node_modules: {"pollingInterval":500} -/a/b/node_modules/@types: +/users/username/projects/project/node_modules/@types: {"pollingInterval":500} FsWatches:: -/a/b/foo.ts: +/users/username/projects/project/foo.ts: {} /a/lib/lib.d.ts: {} FsWatchesRecursive:: -/a/b/node_modules: *new* +/users/username/projects/project/node_modules: *new* {} -/a/b/node_modules/@types: *new* +/users/username/projects/project/node_modules/@types: *new* {} Before running Timeout callback:: count: 2 @@ -108,50 +118,58 @@ Before running Timeout callback:: count: 2 16: timerToInvalidateFailedLookupResolutions After running Timeout callback:: count: 0 Output:: -sysLog:: /a/b/node_modules:: Changing watcher to PresentFileSystemEntryWatcher -sysLog:: /a/b/node_modules/@types:: Changing watcher to PresentFileSystemEntryWatcher +sysLog:: /users/username/projects/project/node_modules:: Changing watcher to PresentFileSystemEntryWatcher +sysLog:: /users/username/projects/project/node_modules/@types:: Changing watcher to PresentFileSystemEntryWatcher >> Screen clear -[12:00:27 AM] File change detected. Starting incremental compilation... +[12:00:33 AM] File change detected. Starting incremental compilation... -[12:00:31 AM] Found 0 errors. Watching for file changes. +[12:00:37 AM] Found 0 errors. Watching for file changes. -Program root files: ["/a/b/foo.ts"] +Program root files: ["/users/username/projects/project/foo.ts"] Program options: {"watch":true} Program structureReused: SafeModules Program files:: /a/lib/lib.d.ts -/a/b/foo.ts -/a/b/node_modules/@types/node/index.d.ts +/users/username/projects/project/foo.ts +/users/username/projects/project/node_modules/@types/node/index.d.ts Semantic diagnostics in builder refreshed for:: -/a/b/foo.ts -/a/b/node_modules/@types/node/index.d.ts +/users/username/projects/project/foo.ts +/users/username/projects/project/node_modules/@types/node/index.d.ts Shape signatures in builder refreshed for:: -/a/b/foo.ts (computed .d.ts) -/a/b/node_modules/@types/node/index.d.ts (used version) +/users/username/projects/project/foo.ts (computed .d.ts) +/users/username/projects/project/node_modules/@types/node/index.d.ts (used version) + +PolledWatches:: +/users/username/projects/node_modules/@types: + {"pollingInterval":500} + +PolledWatches *deleted*:: +/users/username/projects/node_modules: + {"pollingInterval":500} FsWatches:: -/a/b/foo.ts: +/users/username/projects/project/foo.ts: {} /a/lib/lib.d.ts: {} -/a/b/node_modules/@types/node/index.d.ts: *new* +/users/username/projects/project/node_modules/@types/node/package.json: *new* {} -/a/b/node_modules/@types/node/package.json: *new* +/users/username/projects/project/node_modules/@types/node/index.d.ts: *new* {} FsWatchesRecursive:: -/a/b/node_modules/@types: +/users/username/projects/project/node_modules/@types: {} FsWatchesRecursive *deleted*:: -/a/b/node_modules: +/users/username/projects/project/node_modules: {} exitCode:: ExitStatus.undefined -//// [/a/b/foo.js] file written with same contents +//// [/users/username/projects/project/foo.js] file written with same contents diff --git a/tests/baselines/reference/tscWatch/resolutionCache/works-when-renaming-node_modules-folder-that-already-contains-@types-folder.js b/tests/baselines/reference/tscWatch/resolutionCache/works-when-renaming-node_modules-folder-that-already-contains-@types-folder.js index 3df5b344e2b0c..439d32325491d 100644 --- a/tests/baselines/reference/tscWatch/resolutionCache/works-when-renaming-node_modules-folder-that-already-contains-@types-folder.js +++ b/tests/baselines/reference/tscWatch/resolutionCache/works-when-renaming-node_modules-folder-that-already-contains-@types-folder.js @@ -52,8 +52,12 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules: *new* {"pollingInterval":500} +/user/username/projects/node_modules: *new* + {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/a.ts: *new* @@ -77,6 +81,12 @@ export {} //// [/user/username/projects/myproject/node_modules2/@types/qqq/index.d.ts] deleted +PolledWatches:: +/user/username/projects/node_modules: + {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} + PolledWatches *deleted*:: /user/username/projects/myproject/node_modules: {"pollingInterval":500} @@ -126,6 +136,14 @@ Shape signatures in builder refreshed for:: /user/username/projects/myproject/node_modules/@types/qqq/index.d.ts (used version) /user/username/projects/myproject/a.ts (computed .d.ts) +PolledWatches:: +/user/username/projects/node_modules/@types: + {"pollingInterval":500} + +PolledWatches *deleted*:: +/user/username/projects/node_modules: + {"pollingInterval":500} + FsWatches:: /user/username/projects/myproject/a.ts: {} diff --git a/tests/baselines/reference/tscWatch/resolutionCache/works-when-reusing-program-with-files-from-external-library.js b/tests/baselines/reference/tscWatch/resolutionCache/works-when-reusing-program-with-files-from-external-library.js index 3f2db4420c9a3..0330bb30ab7f0 100644 --- a/tests/baselines/reference/tscWatch/resolutionCache/works-when-reusing-program-with-files-from-external-library.js +++ b/tests/baselines/reference/tscWatch/resolutionCache/works-when-reusing-program-with-files-from-external-library.js @@ -61,10 +61,14 @@ Shape signatures in builder refreshed for:: PolledWatches:: /a/b/projects/myproject/src/node_modules: *new* {"pollingInterval":500} +/a/b/projects/node_modules: *new* + {"pollingInterval":500} /a/b/projects/myproject/src/node_modules/@types: *new* {"pollingInterval":500} /a/b/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/a/b/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /a/b/projects/myproject/src/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/resolveJsonModule/incremental-always-prefers-declaration-file-over-document.js b/tests/baselines/reference/tscWatch/resolveJsonModule/incremental-always-prefers-declaration-file-over-document.js index ad2529179dac7..28e6f323cff24 100644 --- a/tests/baselines/reference/tscWatch/resolveJsonModule/incremental-always-prefers-declaration-file-over-document.js +++ b/tests/baselines/reference/tscWatch/resolveJsonModule/incremental-always-prefers-declaration-file-over-document.js @@ -62,10 +62,6 @@ Shape signatures in builder refreshed for:: /src/project/data.d.json.ts (used version) /src/project/main.ts (used version) -PolledWatches:: -/src/project/node_modules/@types: *new* - {"pollingInterval":500} - FsWatches:: /src/project/tsconfig.json: *new* {} @@ -193,27 +189,5 @@ Semantic diagnostics in builder refreshed for:: No shapes updated in the builder:: -PolledWatches:: -/src/project/node_modules/@types: - {"pollingInterval":500} *new* - -PolledWatches *deleted*:: -/src/project/node_modules/@types: - {"pollingInterval":500} - -FsWatches:: -/src/project/tsconfig.json: - {} -/src/project/data.d.json.ts: - {} -/src/project/main.ts: - {} -/a/lib/lib.d.ts: - {} - -FsWatchesRecursive:: -/src/project: - {} - exitCode:: ExitStatus.undefined diff --git a/tests/baselines/reference/tscWatch/sourceOfProjectReferenceRedirect/when-packageJson-has-types-field-when-solution-is-already-built.js b/tests/baselines/reference/tscWatch/sourceOfProjectReferenceRedirect/when-packageJson-has-types-field-when-solution-is-already-built.js index f5232b6969ae3..79211c1d497c7 100644 --- a/tests/baselines/reference/tscWatch/sourceOfProjectReferenceRedirect/when-packageJson-has-types-field-when-solution-is-already-built.js +++ b/tests/baselines/reference/tscWatch/sourceOfProjectReferenceRedirect/when-packageJson-has-types-field-when-solution-is-already-built.js @@ -254,6 +254,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/packages/a/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/sourceOfProjectReferenceRedirect/when-packageJson-has-types-field-with-preserveSymlinks-when-solution-is-already-built.js b/tests/baselines/reference/tscWatch/sourceOfProjectReferenceRedirect/when-packageJson-has-types-field-with-preserveSymlinks-when-solution-is-already-built.js index 9997310708808..953bea0bdc1ce 100644 --- a/tests/baselines/reference/tscWatch/sourceOfProjectReferenceRedirect/when-packageJson-has-types-field-with-preserveSymlinks-when-solution-is-already-built.js +++ b/tests/baselines/reference/tscWatch/sourceOfProjectReferenceRedirect/when-packageJson-has-types-field-with-preserveSymlinks-when-solution-is-already-built.js @@ -254,6 +254,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/packages/a/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/sourceOfProjectReferenceRedirect/when-packageJson-has-types-field-with-preserveSymlinks.js b/tests/baselines/reference/tscWatch/sourceOfProjectReferenceRedirect/when-packageJson-has-types-field-with-preserveSymlinks.js index f1a10a1dcf521..80090a81114eb 100644 --- a/tests/baselines/reference/tscWatch/sourceOfProjectReferenceRedirect/when-packageJson-has-types-field-with-preserveSymlinks.js +++ b/tests/baselines/reference/tscWatch/sourceOfProjectReferenceRedirect/when-packageJson-has-types-field-with-preserveSymlinks.js @@ -78,6 +78,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/packages/a/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/sourceOfProjectReferenceRedirect/when-packageJson-has-types-field-with-scoped-package-when-solution-is-already-built.js b/tests/baselines/reference/tscWatch/sourceOfProjectReferenceRedirect/when-packageJson-has-types-field-with-scoped-package-when-solution-is-already-built.js index c9430611ff345..b3473921e015b 100644 --- a/tests/baselines/reference/tscWatch/sourceOfProjectReferenceRedirect/when-packageJson-has-types-field-with-scoped-package-when-solution-is-already-built.js +++ b/tests/baselines/reference/tscWatch/sourceOfProjectReferenceRedirect/when-packageJson-has-types-field-with-scoped-package-when-solution-is-already-built.js @@ -254,6 +254,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/packages/a/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/sourceOfProjectReferenceRedirect/when-packageJson-has-types-field-with-scoped-package-with-preserveSymlinks-when-solution-is-already-built.js b/tests/baselines/reference/tscWatch/sourceOfProjectReferenceRedirect/when-packageJson-has-types-field-with-scoped-package-with-preserveSymlinks-when-solution-is-already-built.js index a5bade2795cb8..f249324e0a969 100644 --- a/tests/baselines/reference/tscWatch/sourceOfProjectReferenceRedirect/when-packageJson-has-types-field-with-scoped-package-with-preserveSymlinks-when-solution-is-already-built.js +++ b/tests/baselines/reference/tscWatch/sourceOfProjectReferenceRedirect/when-packageJson-has-types-field-with-scoped-package-with-preserveSymlinks-when-solution-is-already-built.js @@ -254,6 +254,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/packages/a/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/sourceOfProjectReferenceRedirect/when-packageJson-has-types-field-with-scoped-package-with-preserveSymlinks.js b/tests/baselines/reference/tscWatch/sourceOfProjectReferenceRedirect/when-packageJson-has-types-field-with-scoped-package-with-preserveSymlinks.js index 2dd6e39f62e9e..70293148a10ea 100644 --- a/tests/baselines/reference/tscWatch/sourceOfProjectReferenceRedirect/when-packageJson-has-types-field-with-scoped-package-with-preserveSymlinks.js +++ b/tests/baselines/reference/tscWatch/sourceOfProjectReferenceRedirect/when-packageJson-has-types-field-with-scoped-package-with-preserveSymlinks.js @@ -78,6 +78,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/packages/a/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/sourceOfProjectReferenceRedirect/when-packageJson-has-types-field-with-scoped-package.js b/tests/baselines/reference/tscWatch/sourceOfProjectReferenceRedirect/when-packageJson-has-types-field-with-scoped-package.js index a2180b82376ea..909b008847164 100644 --- a/tests/baselines/reference/tscWatch/sourceOfProjectReferenceRedirect/when-packageJson-has-types-field-with-scoped-package.js +++ b/tests/baselines/reference/tscWatch/sourceOfProjectReferenceRedirect/when-packageJson-has-types-field-with-scoped-package.js @@ -78,6 +78,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/packages/a/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/sourceOfProjectReferenceRedirect/when-packageJson-has-types-field.js b/tests/baselines/reference/tscWatch/sourceOfProjectReferenceRedirect/when-packageJson-has-types-field.js index a4d09a2e7467c..d549625d1423a 100644 --- a/tests/baselines/reference/tscWatch/sourceOfProjectReferenceRedirect/when-packageJson-has-types-field.js +++ b/tests/baselines/reference/tscWatch/sourceOfProjectReferenceRedirect/when-packageJson-has-types-field.js @@ -78,6 +78,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/packages/a/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/sourceOfProjectReferenceRedirect/when-referencing-file-from-subFolder-when-solution-is-already-built.js b/tests/baselines/reference/tscWatch/sourceOfProjectReferenceRedirect/when-referencing-file-from-subFolder-when-solution-is-already-built.js index 90a460347531b..5404a76af0d99 100644 --- a/tests/baselines/reference/tscWatch/sourceOfProjectReferenceRedirect/when-referencing-file-from-subFolder-when-solution-is-already-built.js +++ b/tests/baselines/reference/tscWatch/sourceOfProjectReferenceRedirect/when-referencing-file-from-subFolder-when-solution-is-already-built.js @@ -254,6 +254,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/packages/a/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/sourceOfProjectReferenceRedirect/when-referencing-file-from-subFolder-with-preserveSymlinks-when-solution-is-already-built.js b/tests/baselines/reference/tscWatch/sourceOfProjectReferenceRedirect/when-referencing-file-from-subFolder-with-preserveSymlinks-when-solution-is-already-built.js index 3ac012995a140..539449521b3f9 100644 --- a/tests/baselines/reference/tscWatch/sourceOfProjectReferenceRedirect/when-referencing-file-from-subFolder-with-preserveSymlinks-when-solution-is-already-built.js +++ b/tests/baselines/reference/tscWatch/sourceOfProjectReferenceRedirect/when-referencing-file-from-subFolder-with-preserveSymlinks-when-solution-is-already-built.js @@ -254,6 +254,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/packages/a/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/sourceOfProjectReferenceRedirect/when-referencing-file-from-subFolder-with-preserveSymlinks.js b/tests/baselines/reference/tscWatch/sourceOfProjectReferenceRedirect/when-referencing-file-from-subFolder-with-preserveSymlinks.js index ac95c1f7c8120..7722c6d49aa4c 100644 --- a/tests/baselines/reference/tscWatch/sourceOfProjectReferenceRedirect/when-referencing-file-from-subFolder-with-preserveSymlinks.js +++ b/tests/baselines/reference/tscWatch/sourceOfProjectReferenceRedirect/when-referencing-file-from-subFolder-with-preserveSymlinks.js @@ -78,6 +78,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/packages/a/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/sourceOfProjectReferenceRedirect/when-referencing-file-from-subFolder-with-scoped-package-when-solution-is-already-built.js b/tests/baselines/reference/tscWatch/sourceOfProjectReferenceRedirect/when-referencing-file-from-subFolder-with-scoped-package-when-solution-is-already-built.js index fe3a1776640fc..559b3a8c61723 100644 --- a/tests/baselines/reference/tscWatch/sourceOfProjectReferenceRedirect/when-referencing-file-from-subFolder-with-scoped-package-when-solution-is-already-built.js +++ b/tests/baselines/reference/tscWatch/sourceOfProjectReferenceRedirect/when-referencing-file-from-subFolder-with-scoped-package-when-solution-is-already-built.js @@ -254,6 +254,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/packages/a/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/sourceOfProjectReferenceRedirect/when-referencing-file-from-subFolder-with-scoped-package-with-preserveSymlinks-when-solution-is-already-built.js b/tests/baselines/reference/tscWatch/sourceOfProjectReferenceRedirect/when-referencing-file-from-subFolder-with-scoped-package-with-preserveSymlinks-when-solution-is-already-built.js index 9fd0920671583..4fc2573bb251a 100644 --- a/tests/baselines/reference/tscWatch/sourceOfProjectReferenceRedirect/when-referencing-file-from-subFolder-with-scoped-package-with-preserveSymlinks-when-solution-is-already-built.js +++ b/tests/baselines/reference/tscWatch/sourceOfProjectReferenceRedirect/when-referencing-file-from-subFolder-with-scoped-package-with-preserveSymlinks-when-solution-is-already-built.js @@ -254,6 +254,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/packages/a/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/sourceOfProjectReferenceRedirect/when-referencing-file-from-subFolder-with-scoped-package-with-preserveSymlinks.js b/tests/baselines/reference/tscWatch/sourceOfProjectReferenceRedirect/when-referencing-file-from-subFolder-with-scoped-package-with-preserveSymlinks.js index 861dbb5eb7a19..4e25bf00b3206 100644 --- a/tests/baselines/reference/tscWatch/sourceOfProjectReferenceRedirect/when-referencing-file-from-subFolder-with-scoped-package-with-preserveSymlinks.js +++ b/tests/baselines/reference/tscWatch/sourceOfProjectReferenceRedirect/when-referencing-file-from-subFolder-with-scoped-package-with-preserveSymlinks.js @@ -78,6 +78,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/packages/a/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/sourceOfProjectReferenceRedirect/when-referencing-file-from-subFolder-with-scoped-package.js b/tests/baselines/reference/tscWatch/sourceOfProjectReferenceRedirect/when-referencing-file-from-subFolder-with-scoped-package.js index 8f7156a4180fe..bba9e2fbb268d 100644 --- a/tests/baselines/reference/tscWatch/sourceOfProjectReferenceRedirect/when-referencing-file-from-subFolder-with-scoped-package.js +++ b/tests/baselines/reference/tscWatch/sourceOfProjectReferenceRedirect/when-referencing-file-from-subFolder-with-scoped-package.js @@ -78,6 +78,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/packages/a/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/sourceOfProjectReferenceRedirect/when-referencing-file-from-subFolder.js b/tests/baselines/reference/tscWatch/sourceOfProjectReferenceRedirect/when-referencing-file-from-subFolder.js index a05b0179c8b35..a607d356fe664 100644 --- a/tests/baselines/reference/tscWatch/sourceOfProjectReferenceRedirect/when-referencing-file-from-subFolder.js +++ b/tests/baselines/reference/tscWatch/sourceOfProjectReferenceRedirect/when-referencing-file-from-subFolder.js @@ -78,6 +78,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/packages/a/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/sourceOfProjectReferenceRedirect/with-simple-project-when-solution-is-already-built.js b/tests/baselines/reference/tscWatch/sourceOfProjectReferenceRedirect/with-simple-project-when-solution-is-already-built.js index e6ee3af81f432..03c547841f4ec 100644 --- a/tests/baselines/reference/tscWatch/sourceOfProjectReferenceRedirect/with-simple-project-when-solution-is-already-built.js +++ b/tests/baselines/reference/tscWatch/sourceOfProjectReferenceRedirect/with-simple-project-when-solution-is-already-built.js @@ -392,6 +392,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/demo/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/demo/animals/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/sourceOfProjectReferenceRedirect/with-simple-project.js b/tests/baselines/reference/tscWatch/sourceOfProjectReferenceRedirect/with-simple-project.js index 39458014598dc..6b7430b0c51bf 100644 --- a/tests/baselines/reference/tscWatch/sourceOfProjectReferenceRedirect/with-simple-project.js +++ b/tests/baselines/reference/tscWatch/sourceOfProjectReferenceRedirect/with-simple-project.js @@ -140,6 +140,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/demo/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/demo/animals/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/watchApi/extraFileExtensions-are-supported.js b/tests/baselines/reference/tscWatch/watchApi/extraFileExtensions-are-supported.js index 737743af47906..82ebb7745e5df 100644 --- a/tests/baselines/reference/tscWatch/watchApi/extraFileExtensions-are-supported.js +++ b/tests/baselines/reference/tscWatch/watchApi/extraFileExtensions-are-supported.js @@ -53,6 +53,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* @@ -114,6 +116,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: diff --git a/tests/baselines/reference/tscWatch/watchApi/host-implements-does-not-implement-hasInvalidatedResolutions.js b/tests/baselines/reference/tscWatch/watchApi/host-implements-does-not-implement-hasInvalidatedResolutions.js index cfdb3de3d54e5..770efa5384c9d 100644 --- a/tests/baselines/reference/tscWatch/watchApi/host-implements-does-not-implement-hasInvalidatedResolutions.js +++ b/tests/baselines/reference/tscWatch/watchApi/host-implements-does-not-implement-hasInvalidatedResolutions.js @@ -46,6 +46,8 @@ FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/other.d.ts 25 FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 250 undefined Source file DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Type roots Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Type roots +DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Type roots +Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Type roots [12:00:26 AM] Found 0 errors. Watching for file changes. @@ -71,6 +73,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* @@ -235,6 +239,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: diff --git a/tests/baselines/reference/tscWatch/watchApi/host-implements-hasInvalidatedResolutions.js b/tests/baselines/reference/tscWatch/watchApi/host-implements-hasInvalidatedResolutions.js index 80142af37d4cb..94b11870c1fa3 100644 --- a/tests/baselines/reference/tscWatch/watchApi/host-implements-hasInvalidatedResolutions.js +++ b/tests/baselines/reference/tscWatch/watchApi/host-implements-hasInvalidatedResolutions.js @@ -46,6 +46,8 @@ FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/other.d.ts 25 FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 250 undefined Source file DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Type roots Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Type roots +DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Type roots +Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Type roots [12:00:26 AM] Found 0 errors. Watching for file changes. @@ -71,6 +73,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* @@ -202,6 +206,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: diff --git a/tests/baselines/reference/tscWatch/watchApi/noEmit-with-composite-with-emit-builder.js b/tests/baselines/reference/tscWatch/watchApi/noEmit-with-composite-with-emit-builder.js index 6d69d8c96355a..25c5a7fd65175 100644 --- a/tests/baselines/reference/tscWatch/watchApi/noEmit-with-composite-with-emit-builder.js +++ b/tests/baselines/reference/tscWatch/watchApi/noEmit-with-composite-with-emit-builder.js @@ -53,6 +53,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* @@ -164,10 +166,14 @@ No shapes updated in the builder:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} *new* +/user/username/projects/node_modules/@types: + {"pollingInterval":500} *new* PolledWatches *deleted*:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: @@ -297,6 +303,8 @@ export const x = 10; PolledWatches *deleted*:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches *deleted*:: /user/username/projects/myproject/tsconfig.json: @@ -338,6 +346,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* @@ -450,10 +460,14 @@ No shapes updated in the builder:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} *new* +/user/username/projects/node_modules/@types: + {"pollingInterval":500} *new* PolledWatches *deleted*:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: @@ -570,6 +584,8 @@ export const x = 10; PolledWatches *deleted*:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches *deleted*:: /user/username/projects/myproject/tsconfig.json: @@ -611,6 +627,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/watchApi/noEmit-with-composite-with-semantic-builder.js b/tests/baselines/reference/tscWatch/watchApi/noEmit-with-composite-with-semantic-builder.js index da20f44d4a61f..20df24f001f55 100644 --- a/tests/baselines/reference/tscWatch/watchApi/noEmit-with-composite-with-semantic-builder.js +++ b/tests/baselines/reference/tscWatch/watchApi/noEmit-with-composite-with-semantic-builder.js @@ -53,6 +53,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* @@ -171,10 +173,14 @@ No shapes updated in the builder:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} *new* +/user/username/projects/node_modules/@types: + {"pollingInterval":500} *new* PolledWatches *deleted*:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: @@ -311,6 +317,8 @@ export const x = 10; PolledWatches *deleted*:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches *deleted*:: /user/username/projects/myproject/tsconfig.json: @@ -352,6 +360,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* @@ -471,10 +481,14 @@ No shapes updated in the builder:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} *new* +/user/username/projects/node_modules/@types: + {"pollingInterval":500} *new* PolledWatches *deleted*:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: @@ -598,6 +612,8 @@ export const x = 10; PolledWatches *deleted*:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches *deleted*:: /user/username/projects/myproject/tsconfig.json: @@ -639,6 +655,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/watchApi/noEmitOnError-with-composite-with-emit-builder.js b/tests/baselines/reference/tscWatch/watchApi/noEmitOnError-with-composite-with-emit-builder.js index b937e970148f3..f814fa6d4a428 100644 --- a/tests/baselines/reference/tscWatch/watchApi/noEmitOnError-with-composite-with-emit-builder.js +++ b/tests/baselines/reference/tscWatch/watchApi/noEmitOnError-with-composite-with-emit-builder.js @@ -58,6 +58,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* @@ -169,6 +171,8 @@ export const x: string = 10; PolledWatches *deleted*:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches *deleted*:: /user/username/projects/myproject/tsconfig.json: @@ -215,6 +219,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* @@ -329,6 +335,8 @@ export const x = 10; PolledWatches *deleted*:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches *deleted*:: /user/username/projects/myproject/tsconfig.json: @@ -370,6 +378,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/watchApi/noEmitOnError-with-composite-with-semantic-builder.js b/tests/baselines/reference/tscWatch/watchApi/noEmitOnError-with-composite-with-semantic-builder.js index 8e4d22ac3cbfb..22e5f2393bd0c 100644 --- a/tests/baselines/reference/tscWatch/watchApi/noEmitOnError-with-composite-with-semantic-builder.js +++ b/tests/baselines/reference/tscWatch/watchApi/noEmitOnError-with-composite-with-semantic-builder.js @@ -58,6 +58,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* @@ -176,6 +178,8 @@ export const x: string = 10; PolledWatches *deleted*:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches *deleted*:: /user/username/projects/myproject/tsconfig.json: @@ -222,6 +226,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* @@ -343,6 +349,8 @@ export const x = 10; PolledWatches *deleted*:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches *deleted*:: /user/username/projects/myproject/tsconfig.json: @@ -384,6 +392,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/watchApi/semantic-builder-emitOnlyDts.js b/tests/baselines/reference/tscWatch/watchApi/semantic-builder-emitOnlyDts.js index 05dac3974a1ae..c115ad99848ca 100644 --- a/tests/baselines/reference/tscWatch/watchApi/semantic-builder-emitOnlyDts.js +++ b/tests/baselines/reference/tscWatch/watchApi/semantic-builder-emitOnlyDts.js @@ -58,6 +58,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* @@ -168,6 +170,8 @@ export const x = 10; PolledWatches *deleted*:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches *deleted*:: /user/username/projects/myproject/tsconfig.json: @@ -208,6 +212,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/watchApi/verifies-that-noEmit-is-handled-on-createSemanticDiagnosticsBuilderProgram.js b/tests/baselines/reference/tscWatch/watchApi/verifies-that-noEmit-is-handled-on-createSemanticDiagnosticsBuilderProgram.js index 6311ed774c6d8..a366f51f7cfe0 100644 --- a/tests/baselines/reference/tscWatch/watchApi/verifies-that-noEmit-is-handled-on-createSemanticDiagnosticsBuilderProgram.js +++ b/tests/baselines/reference/tscWatch/watchApi/verifies-that-noEmit-is-handled-on-createSemanticDiagnosticsBuilderProgram.js @@ -53,6 +53,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/watchApi/verify-that-module-resolution-with-json-extension-works-when-returned-without-extension.js b/tests/baselines/reference/tscWatch/watchApi/verify-that-module-resolution-with-json-extension-works-when-returned-without-extension.js index 99434e482030f..c9a2df8bf4199 100644 --- a/tests/baselines/reference/tscWatch/watchApi/verify-that-module-resolution-with-json-extension-works-when-returned-without-extension.js +++ b/tests/baselines/reference/tscWatch/watchApi/verify-that-module-resolution-with-json-extension-works-when-returned-without-extension.js @@ -63,6 +63,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/watchApi/verify-that-the-error-count-is-correctly-passed-down-to-the-watch-status-reporter.js b/tests/baselines/reference/tscWatch/watchApi/verify-that-the-error-count-is-correctly-passed-down-to-the-watch-status-reporter.js index 89dcc1e830b0f..6c618331292c4 100644 --- a/tests/baselines/reference/tscWatch/watchApi/verify-that-the-error-count-is-correctly-passed-down-to-the-watch-status-reporter.js +++ b/tests/baselines/reference/tscWatch/watchApi/verify-that-the-error-count-is-correctly-passed-down-to-the-watch-status-reporter.js @@ -62,6 +62,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/watchApi/when-emitting-with-emitOnlyDtsFiles-with-outFile.js b/tests/baselines/reference/tscWatch/watchApi/when-emitting-with-emitOnlyDtsFiles-with-outFile.js index 597ea52ed4bd5..8f45154871d11 100644 --- a/tests/baselines/reference/tscWatch/watchApi/when-emitting-with-emitOnlyDtsFiles-with-outFile.js +++ b/tests/baselines/reference/tscWatch/watchApi/when-emitting-with-emitOnlyDtsFiles-with-outFile.js @@ -38,6 +38,8 @@ FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b.ts 250 unde FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 250 undefined Source file DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Type roots Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Type roots +DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Type roots +Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Type roots b.ts:1:14 - error TS2322: Type '20' is not assignable to type '10'. 1 export const y: 10 = 20; @@ -62,6 +64,8 @@ No shapes updated in the builder:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/watchApi/when-emitting-with-emitOnlyDtsFiles.js b/tests/baselines/reference/tscWatch/watchApi/when-emitting-with-emitOnlyDtsFiles.js index 95b61867079df..54b2ae50abec9 100644 --- a/tests/baselines/reference/tscWatch/watchApi/when-emitting-with-emitOnlyDtsFiles.js +++ b/tests/baselines/reference/tscWatch/watchApi/when-emitting-with-emitOnlyDtsFiles.js @@ -38,6 +38,8 @@ FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b.ts 250 unde FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 250 undefined Source file DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Type roots Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Type roots +DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Type roots +Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Type roots b.ts:1:14 - error TS2322: Type '20' is not assignable to type '10'. 1 export const y: 10 = 20; @@ -68,6 +70,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/watchApi/when-new-file-is-added-to-the-referenced-project-with-host-implementing-getParsedCommandLine-without-implementing-useSourceOfProjectReferenceRedirect.js b/tests/baselines/reference/tscWatch/watchApi/when-new-file-is-added-to-the-referenced-project-with-host-implementing-getParsedCommandLine-without-implementing-useSourceOfProjectReferenceRedirect.js index fed353802fdce..2f0b472803323 100644 --- a/tests/baselines/reference/tscWatch/watchApi/when-new-file-is-added-to-the-referenced-project-with-host-implementing-getParsedCommandLine-without-implementing-useSourceOfProjectReferenceRedirect.js +++ b/tests/baselines/reference/tscWatch/watchApi/when-new-file-is-added-to-the-referenced-project-with-host-implementing-getParsedCommandLine-without-implementing-useSourceOfProjectReferenceRedirect.js @@ -53,6 +53,8 @@ DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/node_modules/@types 1 undefined Type roots DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Type roots Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Type roots +DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Type roots +Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Type roots [12:00:40 AM] Found 0 errors. Watching for file changes. DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project2 1 undefined Wild card directory @@ -84,6 +86,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/projects/project2/tsconfig.json: *new* @@ -236,6 +240,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/projects/project1/class3.d.ts: *new* {"pollingInterval":500} @@ -274,6 +280,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} PolledWatches *deleted*:: /user/username/projects/myproject/projects/project1/class3.d.ts: @@ -347,6 +355,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/projects/project2/tsconfig.json: @@ -526,6 +536,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/projects/project1/class3.d.ts: *new* {"pollingInterval":500} @@ -629,6 +641,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} PolledWatches *deleted*:: /user/username/projects/myproject/projects/project1/class3.d.ts: @@ -702,6 +716,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/projects/project2/tsconfig.json: diff --git a/tests/baselines/reference/tscWatch/watchApi/when-new-file-is-added-to-the-referenced-project-with-host-implementing-getParsedCommandLine.js b/tests/baselines/reference/tscWatch/watchApi/when-new-file-is-added-to-the-referenced-project-with-host-implementing-getParsedCommandLine.js index 9a3af92119c60..4aa46491284ce 100644 --- a/tests/baselines/reference/tscWatch/watchApi/when-new-file-is-added-to-the-referenced-project-with-host-implementing-getParsedCommandLine.js +++ b/tests/baselines/reference/tscWatch/watchApi/when-new-file-is-added-to-the-referenced-project-with-host-implementing-getParsedCommandLine.js @@ -53,6 +53,8 @@ DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/node_modules/@types 1 undefined Type roots DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Type roots Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Type roots +DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Type roots +Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Type roots [12:00:40 AM] Found 0 errors. Watching for file changes. DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project2 1 undefined Wild card directory @@ -84,6 +86,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/projects/project2/tsconfig.json: *new* @@ -235,6 +239,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/projects/project2/tsconfig.json: diff --git a/tests/baselines/reference/tscWatch/watchApi/when-watching-referenced-project-when-there-is-no-config-file-name.js b/tests/baselines/reference/tscWatch/watchApi/when-watching-referenced-project-when-there-is-no-config-file-name.js index 4dcaf6eb0a03c..8954316629011 100644 --- a/tests/baselines/reference/tscWatch/watchApi/when-watching-referenced-project-when-there-is-no-config-file-name.js +++ b/tests/baselines/reference/tscWatch/watchApi/when-watching-referenced-project-when-there-is-no-config-file-name.js @@ -49,12 +49,12 @@ CreatingProgramWith:: Loading config file: /user/username/projects/project/lib/tsconfig.json FileWatcher:: Added:: WatchInfo: /user/username/projects/project/lib/tsconfig.json 2000 undefined Config file of referened project FileWatcher:: Added:: WatchInfo: /user/username/projects/project/app.ts 250 undefined Source file -DirectoryWatcher:: Added:: WatchInfo: /user 1 undefined Failed Lookup Locations -Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user 1 undefined Failed Lookup Locations +DirectoryWatcher:: Added:: WatchInfo: /user/username/projects 1 undefined Failed Lookup Locations +Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects 1 undefined Failed Lookup Locations FileWatcher:: Added:: WatchInfo: /user/username/projects/project/lib/index.d.ts 250 undefined Source file FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 250 undefined Source file -DirectoryWatcher:: Triggered with /user/username/projects/project/app.js :: WatchInfo: /user 1 undefined Failed Lookup Locations -Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/project/app.js :: WatchInfo: /user 1 undefined Failed Lookup Locations +DirectoryWatcher:: Triggered with /user/username/projects/project/app.js :: WatchInfo: /user/username/projects 1 undefined Failed Lookup Locations +Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/project/app.js :: WatchInfo: /user/username/projects 1 undefined Failed Lookup Locations [12:00:34 AM] Found 0 errors. Watching for file changes. @@ -88,7 +88,7 @@ FsWatches:: {} FsWatchesRecursive:: -/user: *new* +/user/username/projects: *new* {} exitCode:: ExitStatus.undefined diff --git a/tests/baselines/reference/tscWatch/watchApi/when-watching-referenced-project-with-extends-when-there-is-no-config-file-name.js b/tests/baselines/reference/tscWatch/watchApi/when-watching-referenced-project-with-extends-when-there-is-no-config-file-name.js index 8c915b49b58d0..91a0ac864216a 100644 --- a/tests/baselines/reference/tscWatch/watchApi/when-watching-referenced-project-with-extends-when-there-is-no-config-file-name.js +++ b/tests/baselines/reference/tscWatch/watchApi/when-watching-referenced-project-with-extends-when-there-is-no-config-file-name.js @@ -50,12 +50,12 @@ Loading config file: /user/username/projects/project/lib/tsconfig.json FileWatcher:: Added:: WatchInfo: /user/username/projects/project/lib/tsconfig.json 2000 undefined Config file of referened project FileWatcher:: Added:: WatchInfo: /user/username/projects/project/lib/tsconfig.base.json 2000 undefined Extended config file of referenced project FileWatcher:: Added:: WatchInfo: /user/username/projects/project/app.ts 250 undefined Source file -DirectoryWatcher:: Added:: WatchInfo: /user 1 undefined Failed Lookup Locations -Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user 1 undefined Failed Lookup Locations +DirectoryWatcher:: Added:: WatchInfo: /user/username/projects 1 undefined Failed Lookup Locations +Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects 1 undefined Failed Lookup Locations FileWatcher:: Added:: WatchInfo: /user/username/projects/project/lib/index.d.ts 250 undefined Source file FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 250 undefined Source file -DirectoryWatcher:: Triggered with /user/username/projects/project/app.js :: WatchInfo: /user 1 undefined Failed Lookup Locations -Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/project/app.js :: WatchInfo: /user 1 undefined Failed Lookup Locations +DirectoryWatcher:: Triggered with /user/username/projects/project/app.js :: WatchInfo: /user/username/projects 1 undefined Failed Lookup Locations +Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/project/app.js :: WatchInfo: /user/username/projects 1 undefined Failed Lookup Locations [12:00:34 AM] Found 0 errors. Watching for file changes. @@ -91,7 +91,7 @@ FsWatches:: {} FsWatchesRecursive:: -/user: *new* +/user/username/projects: *new* {} exitCode:: ExitStatus.undefined diff --git a/tests/baselines/reference/tscWatch/watchApi/without-timesouts-on-host-program-gets-updated.js b/tests/baselines/reference/tscWatch/watchApi/without-timesouts-on-host-program-gets-updated.js index 0a12d3cacf0c9..dc7dee5fcae19 100644 --- a/tests/baselines/reference/tscWatch/watchApi/without-timesouts-on-host-program-gets-updated.js +++ b/tests/baselines/reference/tscWatch/watchApi/without-timesouts-on-host-program-gets-updated.js @@ -47,6 +47,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* @@ -101,6 +103,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: diff --git a/tests/baselines/reference/tscWatch/watchEnvironment/fsEvent-for-change-is-repeated.js b/tests/baselines/reference/tscWatch/watchEnvironment/fsEvent-for-change-is-repeated.js index 45c88b47749ad..93b4b07e298df 100644 --- a/tests/baselines/reference/tscWatch/watchEnvironment/fsEvent-for-change-is-repeated.js +++ b/tests/baselines/reference/tscWatch/watchEnvironment/fsEvent-for-change-is-repeated.js @@ -30,6 +30,8 @@ FileWatcher:: Added:: WatchInfo: main.ts 250 undefined Source file FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 250 undefined Source file DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/project/node_modules/@types 1 undefined Type roots Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/project/node_modules/@types 1 undefined Type roots +DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Type roots +Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Type roots [12:00:22 AM] Found 0 errors. Watching for file changes. @@ -52,6 +54,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/project/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/project/main.ts: *new* diff --git a/tests/baselines/reference/tscWatch/watchEnvironment/fsWatch/when-using-file-watching-thats-on-inode-when-rename-event-ends-with-tilde.js b/tests/baselines/reference/tscWatch/watchEnvironment/fsWatch/when-using-file-watching-thats-on-inode-when-rename-event-ends-with-tilde.js index 2b00e8eeaee92..2131b29b4cb23 100644 --- a/tests/baselines/reference/tscWatch/watchEnvironment/fsWatch/when-using-file-watching-thats-on-inode-when-rename-event-ends-with-tilde.js +++ b/tests/baselines/reference/tscWatch/watchEnvironment/fsWatch/when-using-file-watching-thats-on-inode-when-rename-event-ends-with-tilde.js @@ -40,6 +40,8 @@ Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/mypr FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 250 {"watchFile":4} Source file DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 {"watchFile":4} Type roots Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 {"watchFile":4} Type roots +DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 {"watchFile":4} Type roots +Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 {"watchFile":4} Type roots DirectoryWatcher:: Triggered with /user/username/projects/myproject/main.js :: WatchInfo: /user/username/projects/myproject 0 {"watchFile":4} Failed Lookup Locations Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/main.js :: WatchInfo: /user/username/projects/myproject 0 {"watchFile":4} Failed Lookup Locations [12:00:26 AM] Found 0 errors. Watching for file changes. @@ -67,6 +69,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* @@ -100,6 +104,8 @@ export function foo2(): string; PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: @@ -118,8 +124,8 @@ FsWatches *deleted*:: {"inode":9} Before running Timeout callback:: count: 2 -6: timerToUpdateProgram -7: timerToInvalidateFailedLookupResolutions +7: timerToUpdateProgram +9: timerToInvalidateFailedLookupResolutions After running Timeout callback:: count: 0 Output:: FileWatcher:: Triggered with /user/username/projects/myproject/foo.d.ts 2:: WatchInfo: /user/username/projects/myproject/foo.d.ts 250 {"watchFile":4} Source file @@ -130,9 +136,10 @@ Scheduling update Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/foo.d.ts 2:: WatchInfo: /user/username/projects/myproject/foo.d.ts 250 {"watchFile":4} Source file sysLog:: /user/username/projects/myproject/foo.d.ts:: Changing watcher to MissingFileSystemEntryWatcher DirectoryWatcher:: Triggered with /user/username/projects/myproject/foo.d.ts~ :: WatchInfo: /user/username/projects/myproject 0 {"watchFile":4} Failed Lookup Locations +Scheduling invalidateFailedLookup Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/foo.d.ts~ :: WatchInfo: /user/username/projects/myproject 0 {"watchFile":4} Failed Lookup Locations DirectoryWatcher:: Triggered with /user/username/projects/myproject/foo.d.ts :: WatchInfo: /user/username/projects/myproject 0 {"watchFile":4} Failed Lookup Locations -Scheduling invalidateFailedLookup +Scheduling invalidateFailedLookup, Cancelled earlier one Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/foo.d.ts :: WatchInfo: /user/username/projects/myproject 0 {"watchFile":4} Failed Lookup Locations FileWatcher:: Triggered with /user/username/projects/myproject/foo.d.ts 0:: WatchInfo: /user/username/projects/myproject/foo.d.ts 250 {"watchFile":4} Source file Scheduling update @@ -146,6 +153,7 @@ Scheduling update Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/foo.d.ts 0:: WatchInfo: /user/username/projects/myproject/foo.d.ts 250 {"watchFile":4} Source file sysLog:: /user/username/projects/myproject/foo.d.ts:: Changing watcher to PresentFileSystemEntryWatcher DirectoryWatcher:: Triggered with /user/username/projects/myproject/foo.d.ts~ :: WatchInfo: /user/username/projects/myproject 0 {"watchFile":4} Failed Lookup Locations +Scheduling invalidateFailedLookup, Cancelled earlier one Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/foo.d.ts~ :: WatchInfo: /user/username/projects/myproject 0 {"watchFile":4} Failed Lookup Locations DirectoryWatcher:: Triggered with /user/username/projects/myproject/foo.d.ts :: WatchInfo: /user/username/projects/myproject 0 {"watchFile":4} Failed Lookup Locations Scheduling invalidateFailedLookup, Cancelled earlier one @@ -200,6 +208,8 @@ export function foo(): string; PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: @@ -218,8 +228,8 @@ FsWatches *deleted*:: {"inode":12} Before running Timeout callback:: count: 2 -13: timerToUpdateProgram -14: timerToInvalidateFailedLookupResolutions +16: timerToUpdateProgram +18: timerToInvalidateFailedLookupResolutions After running Timeout callback:: count: 0 Output:: FileWatcher:: Triggered with /user/username/projects/myproject/foo.d.ts 2:: WatchInfo: /user/username/projects/myproject/foo.d.ts 250 {"watchFile":4} Source file @@ -230,9 +240,10 @@ Scheduling update Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/foo.d.ts 2:: WatchInfo: /user/username/projects/myproject/foo.d.ts 250 {"watchFile":4} Source file sysLog:: /user/username/projects/myproject/foo.d.ts:: Changing watcher to MissingFileSystemEntryWatcher DirectoryWatcher:: Triggered with /user/username/projects/myproject/foo.d.ts~ :: WatchInfo: /user/username/projects/myproject 0 {"watchFile":4} Failed Lookup Locations +Scheduling invalidateFailedLookup Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/foo.d.ts~ :: WatchInfo: /user/username/projects/myproject 0 {"watchFile":4} Failed Lookup Locations DirectoryWatcher:: Triggered with /user/username/projects/myproject/foo.d.ts :: WatchInfo: /user/username/projects/myproject 0 {"watchFile":4} Failed Lookup Locations -Scheduling invalidateFailedLookup +Scheduling invalidateFailedLookup, Cancelled earlier one Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/foo.d.ts :: WatchInfo: /user/username/projects/myproject 0 {"watchFile":4} Failed Lookup Locations FileWatcher:: Triggered with /user/username/projects/myproject/foo.d.ts 0:: WatchInfo: /user/username/projects/myproject/foo.d.ts 250 {"watchFile":4} Source file Scheduling update @@ -246,6 +257,7 @@ Scheduling update Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/foo.d.ts 0:: WatchInfo: /user/username/projects/myproject/foo.d.ts 250 {"watchFile":4} Source file sysLog:: /user/username/projects/myproject/foo.d.ts:: Changing watcher to PresentFileSystemEntryWatcher DirectoryWatcher:: Triggered with /user/username/projects/myproject/foo.d.ts~ :: WatchInfo: /user/username/projects/myproject 0 {"watchFile":4} Failed Lookup Locations +Scheduling invalidateFailedLookup, Cancelled earlier one Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/foo.d.ts~ :: WatchInfo: /user/username/projects/myproject 0 {"watchFile":4} Failed Lookup Locations DirectoryWatcher:: Triggered with /user/username/projects/myproject/foo.d.ts :: WatchInfo: /user/username/projects/myproject 0 {"watchFile":4} Failed Lookup Locations Scheduling invalidateFailedLookup, Cancelled earlier one diff --git a/tests/baselines/reference/tscWatch/watchEnvironment/fsWatch/when-using-file-watching-thats-on-inode-when-rename-occurs-when-file-is-still-on-the-disk.js b/tests/baselines/reference/tscWatch/watchEnvironment/fsWatch/when-using-file-watching-thats-on-inode-when-rename-occurs-when-file-is-still-on-the-disk.js index 14f409f09a74d..e9a65d1b404cf 100644 --- a/tests/baselines/reference/tscWatch/watchEnvironment/fsWatch/when-using-file-watching-thats-on-inode-when-rename-occurs-when-file-is-still-on-the-disk.js +++ b/tests/baselines/reference/tscWatch/watchEnvironment/fsWatch/when-using-file-watching-thats-on-inode-when-rename-occurs-when-file-is-still-on-the-disk.js @@ -38,6 +38,8 @@ FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main.ts 250 { FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 250 {"watchFile":4} Source file DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 {"watchFile":4} Type roots Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 {"watchFile":4} Type roots +DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 {"watchFile":4} Type roots +Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 {"watchFile":4} Type roots [12:00:28 AM] Found 0 errors. Watching for file changes. @@ -63,6 +65,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* @@ -99,6 +103,8 @@ export declare function foo2(): string; PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: @@ -173,6 +179,8 @@ export declare function foo(): string; PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: diff --git a/tests/baselines/reference/tscWatch/watchEnvironment/fsWatch/when-using-file-watching-thats-on-inode.js b/tests/baselines/reference/tscWatch/watchEnvironment/fsWatch/when-using-file-watching-thats-on-inode.js index 62d1b6f63527f..242de21e99149 100644 --- a/tests/baselines/reference/tscWatch/watchEnvironment/fsWatch/when-using-file-watching-thats-on-inode.js +++ b/tests/baselines/reference/tscWatch/watchEnvironment/fsWatch/when-using-file-watching-thats-on-inode.js @@ -40,6 +40,8 @@ Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/mypr FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 250 {"watchFile":4} Source file DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 {"watchFile":4} Type roots Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 {"watchFile":4} Type roots +DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 {"watchFile":4} Type roots +Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 {"watchFile":4} Type roots DirectoryWatcher:: Triggered with /user/username/projects/myproject/main.js :: WatchInfo: /user/username/projects/myproject 0 {"watchFile":4} Failed Lookup Locations Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/main.js :: WatchInfo: /user/username/projects/myproject 0 {"watchFile":4} Failed Lookup Locations [12:00:26 AM] Found 0 errors. Watching for file changes. @@ -67,6 +69,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* @@ -100,6 +104,8 @@ export function foo2(): string; PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: @@ -190,6 +196,8 @@ export function foo(): string; PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: diff --git a/tests/baselines/reference/tscWatch/watchEnvironment/fsWatch/when-using-file-watching-thats-when-rename-occurs-when-file-is-still-on-the-disk.js b/tests/baselines/reference/tscWatch/watchEnvironment/fsWatch/when-using-file-watching-thats-when-rename-occurs-when-file-is-still-on-the-disk.js index 41ab5de35d162..6ea1c105c8ae9 100644 --- a/tests/baselines/reference/tscWatch/watchEnvironment/fsWatch/when-using-file-watching-thats-when-rename-occurs-when-file-is-still-on-the-disk.js +++ b/tests/baselines/reference/tscWatch/watchEnvironment/fsWatch/when-using-file-watching-thats-when-rename-occurs-when-file-is-still-on-the-disk.js @@ -38,6 +38,8 @@ FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main.ts 250 { FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 250 {"watchFile":4} Source file DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 {"watchFile":4} Type roots Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 {"watchFile":4} Type roots +DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 {"watchFile":4} Type roots +Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 {"watchFile":4} Type roots [12:00:28 AM] Found 0 errors. Watching for file changes. @@ -63,6 +65,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/watchEnvironment/watchDirectories/when-there-are-symlinks-to-folders-in-recursive-folders.js b/tests/baselines/reference/tscWatch/watchEnvironment/watchDirectories/when-there-are-symlinks-to-folders-in-recursive-folders.js index 0bcf97bd34d9c..0adc883d18455 100644 --- a/tests/baselines/reference/tscWatch/watchEnvironment/watchDirectories/when-there-are-symlinks-to-folders-in-recursive-folders.js +++ b/tests/baselines/reference/tscWatch/watchEnvironment/watchDirectories/when-there-are-symlinks-to-folders-in-recursive-folders.js @@ -62,6 +62,8 @@ DirectoryWatcher:: Added:: WatchInfo: /home/user/projects/myproject/node_modules Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /home/user/projects/myproject/node_modules 1 undefined Failed Lookup Locations DirectoryWatcher:: Added:: WatchInfo: /home/user/projects/myproject/node_modules/@types 1 undefined Type roots Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /home/user/projects/myproject/node_modules/@types 1 undefined Type roots +DirectoryWatcher:: Added:: WatchInfo: /home/user/projects/node_modules/@types 1 undefined Type roots +Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /home/user/projects/node_modules/@types 1 undefined Type roots [12:00:48 AM] Found 0 errors. Watching for file changes. DirectoryWatcher:: Added:: WatchInfo: /home/user/projects/myproject 1 undefined Wild card directory @@ -89,6 +91,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /home/user/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/home/user/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /home/user/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/watchEnvironment/watchDirectories/with-non-synchronous-watch-directory-renaming-a-file.js b/tests/baselines/reference/tscWatch/watchEnvironment/watchDirectories/with-non-synchronous-watch-directory-renaming-a-file.js index 3d0d78bf1339c..8d94c1095a7ee 100644 --- a/tests/baselines/reference/tscWatch/watchEnvironment/watchDirectories/with-non-synchronous-watch-directory-renaming-a-file.js +++ b/tests/baselines/reference/tscWatch/watchEnvironment/watchDirectories/with-non-synchronous-watch-directory-renaming-a-file.js @@ -53,6 +53,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* @@ -138,6 +140,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/src/file2.ts: *new* {"pollingInterval":500} @@ -211,6 +215,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} PolledWatches *deleted*:: /user/username/projects/myproject/src/file2.ts: diff --git a/tests/baselines/reference/tscWatch/watchEnvironment/watchDirectories/with-non-synchronous-watch-directory-with-outDir-and-declaration-enabled.js b/tests/baselines/reference/tscWatch/watchEnvironment/watchDirectories/with-non-synchronous-watch-directory-with-outDir-and-declaration-enabled.js index a57e6826989bb..90c1c45047102 100644 --- a/tests/baselines/reference/tscWatch/watchEnvironment/watchDirectories/with-non-synchronous-watch-directory-with-outDir-and-declaration-enabled.js +++ b/tests/baselines/reference/tscWatch/watchEnvironment/watchDirectories/with-non-synchronous-watch-directory-with-outDir-and-declaration-enabled.js @@ -53,6 +53,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* @@ -149,6 +151,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: diff --git a/tests/baselines/reference/tscWatch/watchEnvironment/watchDirectories/with-non-synchronous-watch-directory.js b/tests/baselines/reference/tscWatch/watchEnvironment/watchDirectories/with-non-synchronous-watch-directory.js index 6c6900e2daa60..66a32c652865f 100644 --- a/tests/baselines/reference/tscWatch/watchEnvironment/watchDirectories/with-non-synchronous-watch-directory.js +++ b/tests/baselines/reference/tscWatch/watchEnvironment/watchDirectories/with-non-synchronous-watch-directory.js @@ -53,6 +53,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* @@ -100,6 +102,8 @@ Input:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: @@ -157,6 +161,10 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} +/user/username/projects/node_modules: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: @@ -277,6 +285,10 @@ Output:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} +/user/username/projects/node_modules: + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: @@ -345,6 +357,12 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} + +PolledWatches *deleted*:: +/user/username/projects/node_modules: + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: diff --git a/tests/baselines/reference/tscWatch/watchEnvironment/watchFile/using-fixed-chunk-size-polling.js b/tests/baselines/reference/tscWatch/watchEnvironment/watchFile/using-fixed-chunk-size-polling.js index f31c731b96f52..4ea79f3390d9f 100644 --- a/tests/baselines/reference/tscWatch/watchEnvironment/watchFile/using-fixed-chunk-size-polling.js +++ b/tests/baselines/reference/tscWatch/watchEnvironment/watchFile/using-fixed-chunk-size-polling.js @@ -50,10 +50,6 @@ Shape signatures in builder refreshed for:: /a/b/commonfile1.ts (used version) /a/b/commonfile2.ts (used version) -PolledWatches:: -/a/b/node_modules/@types: *new* - {"pollingInterval":500} - FsWatchesRecursive:: /a/b: *new* {} diff --git a/tests/baselines/reference/tscWatch/watchEnvironment/watchOptions/with-excludeDirectories-option-extendedDiagnostics.js b/tests/baselines/reference/tscWatch/watchEnvironment/watchOptions/with-excludeDirectories-option-extendedDiagnostics.js index 3cf6aa54e87ad..da1ed2da621f9 100644 --- a/tests/baselines/reference/tscWatch/watchEnvironment/watchOptions/with-excludeDirectories-option-extendedDiagnostics.js +++ b/tests/baselines/reference/tscWatch/watchEnvironment/watchOptions/with-excludeDirectories-option-extendedDiagnostics.js @@ -50,6 +50,8 @@ FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 250 {"excludeDirectories":["/us DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 {"excludeDirectories":["/user/username/projects/myproject/node_modules"]} Failed Lookup Locations Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 {"excludeDirectories":["/user/username/projects/myproject/node_modules"]} Failed Lookup Locations ExcludeWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 {"excludeDirectories":["/user/username/projects/myproject/node_modules"]} Type roots +DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 {"excludeDirectories":["/user/username/projects/myproject/node_modules"]} Type roots +Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 {"excludeDirectories":["/user/username/projects/myproject/node_modules"]} Type roots DirectoryWatcher:: Triggered with /user/username/projects/myproject/src/main.js :: WatchInfo: /user/username/projects/myproject/src 1 {"excludeDirectories":["/user/username/projects/myproject/node_modules"]} Failed Lookup Locations Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/src/main.js :: WatchInfo: /user/username/projects/myproject/src 1 {"excludeDirectories":["/user/username/projects/myproject/node_modules"]} Failed Lookup Locations [12:00:40 AM] Found 0 errors. Watching for file changes. @@ -79,6 +81,10 @@ Shape signatures in builder refreshed for:: /user/username/projects/myproject/node_modules/bar/index.d.ts (used version) /user/username/projects/myproject/src/main.ts (used version) +PolledWatches:: +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} + FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* {} diff --git a/tests/baselines/reference/tscWatch/watchEnvironment/watchOptions/with-excludeDirectories-option-with-recursive-directory-watching-extendedDiagnostics.js b/tests/baselines/reference/tscWatch/watchEnvironment/watchOptions/with-excludeDirectories-option-with-recursive-directory-watching-extendedDiagnostics.js index f700917831567..d6178f58bc0ad 100644 --- a/tests/baselines/reference/tscWatch/watchEnvironment/watchOptions/with-excludeDirectories-option-with-recursive-directory-watching-extendedDiagnostics.js +++ b/tests/baselines/reference/tscWatch/watchEnvironment/watchOptions/with-excludeDirectories-option-with-recursive-directory-watching-extendedDiagnostics.js @@ -52,6 +52,8 @@ DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 {" Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 {"excludeDirectories":["/user/username/projects/myproject/**/temp"]} Failed Lookup Locations DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 {"excludeDirectories":["/user/username/projects/myproject/**/temp"]} Type roots Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 {"excludeDirectories":["/user/username/projects/myproject/**/temp"]} Type roots +DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 {"excludeDirectories":["/user/username/projects/myproject/**/temp"]} Type roots +Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 {"excludeDirectories":["/user/username/projects/myproject/**/temp"]} Type roots [12:00:40 AM] Found 0 errors. Watching for file changes. DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 {"excludeDirectories":["/user/username/projects/myproject/**/temp"]} Wild card directory @@ -82,6 +84,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/watchEnvironment/watchOptions/with-excludeDirectories-option-with-recursive-directory-watching.js b/tests/baselines/reference/tscWatch/watchEnvironment/watchOptions/with-excludeDirectories-option-with-recursive-directory-watching.js index a0bd6b533862f..f531cad3b1e0c 100644 --- a/tests/baselines/reference/tscWatch/watchEnvironment/watchOptions/with-excludeDirectories-option-with-recursive-directory-watching.js +++ b/tests/baselines/reference/tscWatch/watchEnvironment/watchOptions/with-excludeDirectories-option-with-recursive-directory-watching.js @@ -65,6 +65,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/watchEnvironment/watchOptions/with-excludeDirectories-option.js b/tests/baselines/reference/tscWatch/watchEnvironment/watchOptions/with-excludeDirectories-option.js index b3c2e010a8c5c..19200ad58f381 100644 --- a/tests/baselines/reference/tscWatch/watchEnvironment/watchOptions/with-excludeDirectories-option.js +++ b/tests/baselines/reference/tscWatch/watchEnvironment/watchOptions/with-excludeDirectories-option.js @@ -62,6 +62,10 @@ Shape signatures in builder refreshed for:: /user/username/projects/myproject/node_modules/bar/index.d.ts (used version) /user/username/projects/myproject/src/main.ts (used version) +PolledWatches:: +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} + FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* {} diff --git a/tests/baselines/reference/tscWatch/watchEnvironment/watchOptions/with-excludeFiles-option-extendedDiagnostics.js b/tests/baselines/reference/tscWatch/watchEnvironment/watchOptions/with-excludeFiles-option-extendedDiagnostics.js index 09a9a577a1023..20520188f76ba 100644 --- a/tests/baselines/reference/tscWatch/watchEnvironment/watchOptions/with-excludeFiles-option-extendedDiagnostics.js +++ b/tests/baselines/reference/tscWatch/watchEnvironment/watchOptions/with-excludeFiles-option-extendedDiagnostics.js @@ -52,6 +52,8 @@ DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 {" Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 {"excludeFiles":["/user/username/projects/myproject/node_modules/*"]} Failed Lookup Locations DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 {"excludeFiles":["/user/username/projects/myproject/node_modules/*"]} Type roots Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 {"excludeFiles":["/user/username/projects/myproject/node_modules/*"]} Type roots +DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 {"excludeFiles":["/user/username/projects/myproject/node_modules/*"]} Type roots +Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 {"excludeFiles":["/user/username/projects/myproject/node_modules/*"]} Type roots DirectoryWatcher:: Triggered with /user/username/projects/myproject/src/main.js :: WatchInfo: /user/username/projects/myproject/src 1 {"excludeFiles":["/user/username/projects/myproject/node_modules/*"]} Failed Lookup Locations Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/src/main.js :: WatchInfo: /user/username/projects/myproject/src 1 {"excludeFiles":["/user/username/projects/myproject/node_modules/*"]} Failed Lookup Locations [12:00:40 AM] Found 0 errors. Watching for file changes. @@ -84,6 +86,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/watchEnvironment/watchOptions/with-excludeFiles-option.js b/tests/baselines/reference/tscWatch/watchEnvironment/watchOptions/with-excludeFiles-option.js index 723a79baf878b..3ca55fe8e7a54 100644 --- a/tests/baselines/reference/tscWatch/watchEnvironment/watchOptions/with-excludeFiles-option.js +++ b/tests/baselines/reference/tscWatch/watchEnvironment/watchOptions/with-excludeFiles-option.js @@ -65,6 +65,8 @@ Shape signatures in builder refreshed for:: PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tscWatch/watchEnvironment/watchOptions/with-fallbackPolling-option.js b/tests/baselines/reference/tscWatch/watchEnvironment/watchOptions/with-fallbackPolling-option.js index c92244c5c3d3c..8be938abd5188 100644 --- a/tests/baselines/reference/tscWatch/watchEnvironment/watchOptions/with-fallbackPolling-option.js +++ b/tests/baselines/reference/tscWatch/watchEnvironment/watchOptions/with-fallbackPolling-option.js @@ -64,8 +64,6 @@ PolledWatches:: {"pollingInterval":250} /a/lib/lib.d.ts: *new* {"pollingInterval":250} -/a/b/node_modules/@types: *new* - {"pollingInterval":500} /a/b: *new* {"pollingInterval":500} diff --git a/tests/baselines/reference/tscWatch/watchEnvironment/watchOptions/with-watchDirectory-option.js b/tests/baselines/reference/tscWatch/watchEnvironment/watchOptions/with-watchDirectory-option.js index 01b3ac8161c59..0547294c7820b 100644 --- a/tests/baselines/reference/tscWatch/watchEnvironment/watchOptions/with-watchDirectory-option.js +++ b/tests/baselines/reference/tscWatch/watchEnvironment/watchOptions/with-watchDirectory-option.js @@ -50,10 +50,6 @@ Shape signatures in builder refreshed for:: /a/b/commonfile1.ts (used version) /a/b/commonfile2.ts (used version) -PolledWatches:: -/a/b/node_modules/@types: *new* - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: *new* {} diff --git a/tests/baselines/reference/tscWatch/watchEnvironment/watchOptions/with-watchFile-as-watch-options-to-extend.js b/tests/baselines/reference/tscWatch/watchEnvironment/watchOptions/with-watchFile-as-watch-options-to-extend.js index 972d96a80333e..3008f426f6290 100644 --- a/tests/baselines/reference/tscWatch/watchEnvironment/watchOptions/with-watchFile-as-watch-options-to-extend.js +++ b/tests/baselines/reference/tscWatch/watchEnvironment/watchOptions/with-watchFile-as-watch-options-to-extend.js @@ -50,10 +50,6 @@ Shape signatures in builder refreshed for:: /a/b/commonfile1.ts (used version) /a/b/commonfile2.ts (used version) -PolledWatches:: -/a/b/node_modules/@types: *new* - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: *new* {} diff --git a/tests/baselines/reference/tscWatch/watchEnvironment/watchOptions/with-watchFile-option.js b/tests/baselines/reference/tscWatch/watchEnvironment/watchOptions/with-watchFile-option.js index d54aa01b23914..227a0adc139ef 100644 --- a/tests/baselines/reference/tscWatch/watchEnvironment/watchOptions/with-watchFile-option.js +++ b/tests/baselines/reference/tscWatch/watchEnvironment/watchOptions/with-watchFile-option.js @@ -50,10 +50,6 @@ Shape signatures in builder refreshed for:: /a/b/commonfile1.ts (used version) /a/b/commonfile2.ts (used version) -PolledWatches:: -/a/b/node_modules/@types: *new* - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: *new* {} diff --git a/tests/baselines/reference/tsserver/applyChangesToOpenFiles/with-applyChangedToOpenFiles-request.js b/tests/baselines/reference/tsserver/applyChangesToOpenFiles/with-applyChangedToOpenFiles-request.js index bac1956104ad3..be37f9ccf478c 100644 --- a/tests/baselines/reference/tsserver/applyChangesToOpenFiles/with-applyChangedToOpenFiles-request.js +++ b/tests/baselines/reference/tsserver/applyChangesToOpenFiles/with-applyChangedToOpenFiles-request.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:21.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/b/app.ts] let z = 1; @@ -30,7 +30,7 @@ interface Array { length: number; [n: number]: T; } {} -Info 1 [00:00:22.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -39,11 +39,11 @@ Info 1 [00:00:22.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:23.000] Search path: /a/b -Info 3 [00:00:24.000] For info: /a/b/app.ts :: Config file name: /a/b/tsconfig.json -Info 4 [00:00:25.000] Creating configuration project /a/b/tsconfig.json -Info 5 [00:00:26.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 6 [00:00:27.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/app.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/b/tsconfig.json : { "rootNames": [ "/a/b/app.ts", "/a/b/commonFile1.ts", @@ -54,18 +54,16 @@ Info 6 [00:00:27.000] Config: /a/b/tsconfig.json : { "configFilePath": "/a/b/tsconfig.json" } } -Info 7 [00:00:28.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:29.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:30.000] FileWatcher:: Added:: WatchInfo: /a/b/commonFile1.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:31.000] FileWatcher:: Added:: WatchInfo: /a/b/commonFile2.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:32.000] FileWatcher:: Added:: WatchInfo: /a/b/file3.ts 500 undefined WatchType: Closed Script info -Info 12 [00:00:33.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 13 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 14 [00:00:35.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 15 [00:00:36.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 16 [00:00:37.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 17 [00:00:38.000] Project '/a/b/tsconfig.json' (Configured) -Info 18 [00:00:39.000] Files (5) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/commonFile1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/commonFile2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/file3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/app.ts SVC-1-0 "let z = 1;" /a/b/commonFile1.ts Text-1 "let x = 1" @@ -84,24 +82,20 @@ Info 18 [00:00:39.000] Files (5) file3.ts Matched by default include pattern '**/*' -Info 19 [00:00:40.000] ----------------------------------------------- -Info 20 [00:00:41.000] Project '/a/b/tsconfig.json' (Configured) -Info 20 [00:00:42.000] Files (5) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) -Info 20 [00:00:43.000] ----------------------------------------------- -Info 20 [00:00:44.000] Open files: -Info 20 [00:00:45.000] FileName: /a/b/app.ts ProjectRootPath: undefined -Info 20 [00:00:46.000] Projects: /a/b/tsconfig.json -Info 20 [00:00:47.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request -PolledWatches:: -/a/b/node_modules/@types: *new* - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: *new* {} @@ -120,7 +114,7 @@ FsWatchesRecursive:: Before request -Info 21 [00:00:48.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -130,39 +124,35 @@ Info 21 [00:00:48.000] request: "seq": 2, "type": "request" } -Info 22 [00:00:49.000] FileWatcher:: Close:: WatchInfo: /a/b/file3.ts 500 undefined WatchType: Closed Script info -Info 23 [00:00:50.000] Search path: /a/b -Info 24 [00:00:51.000] For info: /a/b/file3.ts :: Config file name: /a/b/tsconfig.json -Info 25 [00:00:52.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 26 [00:00:53.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 27 [00:00:54.000] Project '/a/b/tsconfig.json' (Configured) -Info 28 [00:00:55.000] Files (5) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/file3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/file3.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/app.ts SVC-1-0 "let z = 1;" /a/b/commonFile1.ts Text-1 "let x = 1" /a/b/commonFile2.ts Text-1 "let y = 1" /a/b/file3.ts SVC-2-0 "// some copy right notice\nlet xyz = 1;" -Info 29 [00:00:56.000] ----------------------------------------------- -Info 30 [00:00:57.000] Project '/a/b/tsconfig.json' (Configured) -Info 30 [00:00:58.000] Files (5) - -Info 30 [00:00:59.000] ----------------------------------------------- -Info 30 [00:01:00.000] Open files: -Info 30 [00:01:01.000] FileName: /a/b/app.ts ProjectRootPath: undefined -Info 30 [00:01:02.000] Projects: /a/b/tsconfig.json -Info 30 [00:01:03.000] FileName: /a/b/file3.ts ProjectRootPath: undefined -Info 30 [00:01:04.000] Projects: /a/b/tsconfig.json -Info 30 [00:01:05.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /a/b/file3.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request -PolledWatches:: -/a/b/node_modules/@types: - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: {} @@ -183,7 +173,7 @@ FsWatchesRecursive:: Before request -Info 31 [00:01:06.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "applyChangedToOpenFiles", "arguments": { @@ -225,46 +215,42 @@ Info 31 [00:01:06.000] request: "seq": 3, "type": "request" } -Info 32 [00:01:07.000] FileWatcher:: Close:: WatchInfo: /a/b/commonFile1.ts 500 undefined WatchType: Closed Script info -Info 33 [00:01:08.000] FileWatcher:: Close:: WatchInfo: /a/b/commonFile2.ts 500 undefined WatchType: Closed Script info -Info 34 [00:01:09.000] FileWatcher:: Added:: WatchInfo: /a/b/file3.ts 500 undefined WatchType: Closed Script info -Info 35 [00:01:10.000] Search path: /a/b -Info 36 [00:01:11.000] For info: /a/b/commonFile1.ts :: Config file name: /a/b/tsconfig.json -Info 37 [00:01:12.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 38 [00:01:13.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 39 [00:01:14.000] Project '/a/b/tsconfig.json' (Configured) -Info 40 [00:01:15.000] Files (5) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/commonFile1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/commonFile2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/file3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/commonFile1.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/app.ts SVC-1-1 "let zzz = 10;let zz = 10;let z = 1;" /a/b/commonFile1.ts SVC-2-0 "// some copy right notice\nlet x = 1" /a/b/commonFile2.ts SVC-2-0 "// some copy right notice\nlet y = 1" /a/b/file3.ts Text-3 "let xyz = 1;" -Info 41 [00:01:16.000] ----------------------------------------------- -Info 42 [00:01:17.000] Search path: /a/b -Info 43 [00:01:18.000] For info: /a/b/commonFile2.ts :: Config file name: /a/b/tsconfig.json -Info 44 [00:01:19.000] Project '/a/b/tsconfig.json' (Configured) -Info 44 [00:01:20.000] Files (5) - -Info 44 [00:01:21.000] ----------------------------------------------- -Info 44 [00:01:22.000] Open files: -Info 44 [00:01:23.000] FileName: /a/b/app.ts ProjectRootPath: undefined -Info 44 [00:01:24.000] Projects: /a/b/tsconfig.json -Info 44 [00:01:25.000] FileName: /a/b/commonFile1.ts ProjectRootPath: undefined -Info 44 [00:01:26.000] Projects: /a/b/tsconfig.json -Info 44 [00:01:27.000] FileName: /a/b/commonFile2.ts ProjectRootPath: undefined -Info 44 [00:01:28.000] Projects: /a/b/tsconfig.json -Info 44 [00:01:29.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/commonFile2.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /a/b/commonFile1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /a/b/commonFile2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true } After request -PolledWatches:: -/a/b/node_modules/@types: - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: {} @@ -285,7 +271,7 @@ FsWatchesRecursive:: Before request -Info 45 [00:01:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "applyChangedToOpenFiles", "arguments": { @@ -299,29 +285,29 @@ Info 45 [00:01:30.000] request: "seq": 4, "type": "request" } -Info 46 [00:01:31.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 47 [00:01:32.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 4 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 48 [00:01:33.000] Project '/a/b/tsconfig.json' (Configured) -Info 49 [00:01:34.000] Files (5) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 4 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/app.ts SVC-1-1 "let zzz = 10;let zz = 10;let z = 1;" /a/b/commonFile1.ts SVC-3-0 "let x = 1" /a/b/commonFile2.ts SVC-2-0 "// some copy right notice\nlet y = 1" /a/b/file3.ts Text-3 "let xyz = 1;" -Info 50 [00:01:35.000] ----------------------------------------------- -Info 51 [00:01:36.000] Project '/a/b/tsconfig.json' (Configured) -Info 51 [00:01:37.000] Files (5) - -Info 51 [00:01:38.000] ----------------------------------------------- -Info 51 [00:01:39.000] Open files: -Info 51 [00:01:40.000] FileName: /a/b/app.ts ProjectRootPath: undefined -Info 51 [00:01:41.000] Projects: /a/b/tsconfig.json -Info 51 [00:01:42.000] FileName: /a/b/commonFile1.ts ProjectRootPath: undefined -Info 51 [00:01:43.000] Projects: /a/b/tsconfig.json -Info 51 [00:01:44.000] FileName: /a/b/commonFile2.ts ProjectRootPath: undefined -Info 51 [00:01:45.000] Projects: /a/b/tsconfig.json -Info 51 [00:01:46.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /a/b/commonFile1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /a/b/commonFile2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true diff --git a/tests/baselines/reference/tsserver/applyChangesToOpenFiles/with-updateOpen-request.js b/tests/baselines/reference/tsserver/applyChangesToOpenFiles/with-updateOpen-request.js index 1f46eb8f9db77..fda49e9ee5bd7 100644 --- a/tests/baselines/reference/tsserver/applyChangesToOpenFiles/with-updateOpen-request.js +++ b/tests/baselines/reference/tsserver/applyChangesToOpenFiles/with-updateOpen-request.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:21.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/b/app.ts] let z = 1; @@ -30,7 +30,7 @@ interface Array { length: number; [n: number]: T; } {} -Info 1 [00:00:22.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -39,11 +39,11 @@ Info 1 [00:00:22.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:23.000] Search path: /a/b -Info 3 [00:00:24.000] For info: /a/b/app.ts :: Config file name: /a/b/tsconfig.json -Info 4 [00:00:25.000] Creating configuration project /a/b/tsconfig.json -Info 5 [00:00:26.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 6 [00:00:27.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/app.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/b/tsconfig.json : { "rootNames": [ "/a/b/app.ts", "/a/b/commonFile1.ts", @@ -54,18 +54,16 @@ Info 6 [00:00:27.000] Config: /a/b/tsconfig.json : { "configFilePath": "/a/b/tsconfig.json" } } -Info 7 [00:00:28.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:29.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:30.000] FileWatcher:: Added:: WatchInfo: /a/b/commonFile1.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:31.000] FileWatcher:: Added:: WatchInfo: /a/b/commonFile2.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:32.000] FileWatcher:: Added:: WatchInfo: /a/b/file3.ts 500 undefined WatchType: Closed Script info -Info 12 [00:00:33.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 13 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 14 [00:00:35.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 15 [00:00:36.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 16 [00:00:37.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 17 [00:00:38.000] Project '/a/b/tsconfig.json' (Configured) -Info 18 [00:00:39.000] Files (5) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/commonFile1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/commonFile2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/file3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/app.ts SVC-1-0 "let z = 1;" /a/b/commonFile1.ts Text-1 "let x = 1" @@ -84,24 +82,20 @@ Info 18 [00:00:39.000] Files (5) file3.ts Matched by default include pattern '**/*' -Info 19 [00:00:40.000] ----------------------------------------------- -Info 20 [00:00:41.000] Project '/a/b/tsconfig.json' (Configured) -Info 20 [00:00:42.000] Files (5) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) -Info 20 [00:00:43.000] ----------------------------------------------- -Info 20 [00:00:44.000] Open files: -Info 20 [00:00:45.000] FileName: /a/b/app.ts ProjectRootPath: undefined -Info 20 [00:00:46.000] Projects: /a/b/tsconfig.json -Info 20 [00:00:47.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request -PolledWatches:: -/a/b/node_modules/@types: *new* - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: *new* {} @@ -120,7 +114,7 @@ FsWatchesRecursive:: Before request -Info 21 [00:00:48.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -130,39 +124,35 @@ Info 21 [00:00:48.000] request: "seq": 2, "type": "request" } -Info 22 [00:00:49.000] FileWatcher:: Close:: WatchInfo: /a/b/file3.ts 500 undefined WatchType: Closed Script info -Info 23 [00:00:50.000] Search path: /a/b -Info 24 [00:00:51.000] For info: /a/b/file3.ts :: Config file name: /a/b/tsconfig.json -Info 25 [00:00:52.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 26 [00:00:53.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 27 [00:00:54.000] Project '/a/b/tsconfig.json' (Configured) -Info 28 [00:00:55.000] Files (5) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/file3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/file3.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/app.ts SVC-1-0 "let z = 1;" /a/b/commonFile1.ts Text-1 "let x = 1" /a/b/commonFile2.ts Text-1 "let y = 1" /a/b/file3.ts SVC-2-0 "// some copy right notice\nlet xyz = 1;" -Info 29 [00:00:56.000] ----------------------------------------------- -Info 30 [00:00:57.000] Project '/a/b/tsconfig.json' (Configured) -Info 30 [00:00:58.000] Files (5) - -Info 30 [00:00:59.000] ----------------------------------------------- -Info 30 [00:01:00.000] Open files: -Info 30 [00:01:01.000] FileName: /a/b/app.ts ProjectRootPath: undefined -Info 30 [00:01:02.000] Projects: /a/b/tsconfig.json -Info 30 [00:01:03.000] FileName: /a/b/file3.ts ProjectRootPath: undefined -Info 30 [00:01:04.000] Projects: /a/b/tsconfig.json -Info 30 [00:01:05.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /a/b/file3.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request -PolledWatches:: -/a/b/node_modules/@types: - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: {} @@ -183,7 +173,7 @@ FsWatchesRecursive:: Before request -Info 31 [00:01:06.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "updateOpen", "arguments": { @@ -233,46 +223,42 @@ Info 31 [00:01:06.000] request: "seq": 3, "type": "request" } -Info 32 [00:01:07.000] FileWatcher:: Close:: WatchInfo: /a/b/commonFile1.ts 500 undefined WatchType: Closed Script info -Info 33 [00:01:08.000] FileWatcher:: Close:: WatchInfo: /a/b/commonFile2.ts 500 undefined WatchType: Closed Script info -Info 34 [00:01:09.000] FileWatcher:: Added:: WatchInfo: /a/b/file3.ts 500 undefined WatchType: Closed Script info -Info 35 [00:01:10.000] Search path: /a/b -Info 36 [00:01:11.000] For info: /a/b/commonFile1.ts :: Config file name: /a/b/tsconfig.json -Info 37 [00:01:12.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 38 [00:01:13.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 39 [00:01:14.000] Project '/a/b/tsconfig.json' (Configured) -Info 40 [00:01:15.000] Files (5) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/commonFile1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/commonFile2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/file3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/commonFile1.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/app.ts SVC-1-2 "let zzz = 10;let zz = 10;let z = 1;" /a/b/commonFile1.ts SVC-2-0 "// some copy right notice\nlet x = 1" /a/b/commonFile2.ts SVC-2-0 "// some copy right notice\nlet y = 1" /a/b/file3.ts Text-3 "let xyz = 1;" -Info 41 [00:01:16.000] ----------------------------------------------- -Info 42 [00:01:17.000] Search path: /a/b -Info 43 [00:01:18.000] For info: /a/b/commonFile2.ts :: Config file name: /a/b/tsconfig.json -Info 44 [00:01:19.000] Project '/a/b/tsconfig.json' (Configured) -Info 44 [00:01:20.000] Files (5) - -Info 44 [00:01:21.000] ----------------------------------------------- -Info 44 [00:01:22.000] Open files: -Info 44 [00:01:23.000] FileName: /a/b/app.ts ProjectRootPath: undefined -Info 44 [00:01:24.000] Projects: /a/b/tsconfig.json -Info 44 [00:01:25.000] FileName: /a/b/commonFile1.ts ProjectRootPath: undefined -Info 44 [00:01:26.000] Projects: /a/b/tsconfig.json -Info 44 [00:01:27.000] FileName: /a/b/commonFile2.ts ProjectRootPath: undefined -Info 44 [00:01:28.000] Projects: /a/b/tsconfig.json -Info 44 [00:01:29.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/commonFile2.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /a/b/commonFile1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /a/b/commonFile2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true } After request -PolledWatches:: -/a/b/node_modules/@types: - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: {} @@ -293,7 +279,7 @@ FsWatchesRecursive:: Before request -Info 45 [00:01:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "updateOpen", "arguments": { @@ -307,29 +293,29 @@ Info 45 [00:01:30.000] request: "seq": 4, "type": "request" } -Info 46 [00:01:31.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 47 [00:01:32.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 4 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 48 [00:01:33.000] Project '/a/b/tsconfig.json' (Configured) -Info 49 [00:01:34.000] Files (5) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 4 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/app.ts SVC-1-2 "let zzz = 10;let zz = 10;let z = 1;" /a/b/commonFile1.ts SVC-3-0 "let x = 1" /a/b/commonFile2.ts SVC-2-0 "// some copy right notice\nlet y = 1" /a/b/file3.ts Text-3 "let xyz = 1;" -Info 50 [00:01:35.000] ----------------------------------------------- -Info 51 [00:01:36.000] Project '/a/b/tsconfig.json' (Configured) -Info 51 [00:01:37.000] Files (5) - -Info 51 [00:01:38.000] ----------------------------------------------- -Info 51 [00:01:39.000] Open files: -Info 51 [00:01:40.000] FileName: /a/b/app.ts ProjectRootPath: undefined -Info 51 [00:01:41.000] Projects: /a/b/tsconfig.json -Info 51 [00:01:42.000] FileName: /a/b/commonFile1.ts ProjectRootPath: undefined -Info 51 [00:01:43.000] Projects: /a/b/tsconfig.json -Info 51 [00:01:44.000] FileName: /a/b/commonFile2.ts ProjectRootPath: undefined -Info 51 [00:01:45.000] Projects: /a/b/tsconfig.json -Info 51 [00:01:46.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /a/b/commonFile1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /a/b/commonFile2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true diff --git a/tests/baselines/reference/tsserver/autoImportProvider/Auto-importable-file-is-in-inferred-project-until-imported.js b/tests/baselines/reference/tsserver/autoImportProvider/Auto-importable-file-is-in-inferred-project-until-imported.js index a8d0100bfcd83..615abcba6e713 100644 --- a/tests/baselines/reference/tsserver/autoImportProvider/Auto-importable-file-is-in-inferred-project-until-imported.js +++ b/tests/baselines/reference/tsserver/autoImportProvider/Auto-importable-file-is-in-inferred-project-until-imported.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:19.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/node_modules/@angular/forms/forms.d.ts] export declare class PatternValidator {} @@ -17,7 +17,7 @@ export declare class PatternValidator {} -Info 1 [00:00:20.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -26,22 +26,22 @@ Info 1 [00:00:20.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:21.000] Search path: /node_modules/@angular/forms -Info 3 [00:00:22.000] For info: /node_modules/@angular/forms/forms.d.ts :: No config files found. -Info 4 [00:00:23.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 5 [00:00:24.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 6 [00:00:25.000] DirectoryWatcher:: Added:: WatchInfo: /node_modules/@angular/forms/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 7 [00:00:26.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules/@angular/forms/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 8 [00:00:27.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 9 [00:00:28.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 10 [00:00:29.000] Files (1) +Info seq [hh:mm:ss:mss] Search path: /node_modules/@angular/forms +Info seq [hh:mm:ss:mss] For info: /node_modules/@angular/forms/forms.d.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /node_modules/@angular/forms/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules/@angular/forms/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /node_modules/@angular/forms/forms.d.ts SVC-1-0 "export declare class PatternValidator {}" forms.d.ts Root file specified for compilation -Info 11 [00:00:30.000] ----------------------------------------------- +Info seq [hh:mm:ss:mss] ----------------------------------------------- TI:: Creating typing installer PolledWatches:: @@ -50,15 +50,15 @@ PolledWatches:: /node_modules/@angular/forms/node_modules/@types: *new* {"pollingInterval":500} -TI:: [00:00:31.000] Global cache location '/a/data/', safe file path '/safeList.json', types map path /typesMap.json -TI:: [00:00:32.000] Processing cache location '/a/data/' -TI:: [00:00:33.000] Trying to find '/a/data/package.json'... -TI:: [00:00:34.000] Finished processing cache location '/a/data/' -TI:: [00:00:35.000] Npm config file: /a/data/package.json -TI:: [00:00:36.000] Npm config file: '/a/data/package.json' is missing, creating new one... -TI:: [00:00:43.000] Updating types-registry npm package... -TI:: [00:00:44.000] npm install --ignore-scripts types-registry@latest -TI:: [00:00:51.000] TI:: Updated types-registry npm package +TI:: [hh:mm:ss:mss] Global cache location '/a/data/', safe file path '/safeList.json', types map path /typesMap.json +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Trying to find '/a/data/package.json'... +TI:: [hh:mm:ss:mss] Finished processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Npm config file: /a/data/package.json +TI:: [hh:mm:ss:mss] Npm config file: '/a/data/package.json' is missing, creating new one... +TI:: [hh:mm:ss:mss] Updating types-registry npm package... +TI:: [hh:mm:ss:mss] npm install --ignore-scripts types-registry@latest +TI:: [hh:mm:ss:mss] TI:: Updated types-registry npm package TI:: typing installer creation complete //// [/a/data/package.json] { "private": true } @@ -69,35 +69,35 @@ TI:: typing installer creation complete } -TI:: [00:00:52.000] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/node_modules/@angular/forms/forms.d.ts"],"compilerOptions":{"target":1,"jsx":1,"allowNonTsExtensions":true,"allowJs":true,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/node_modules/@angular/forms","cachePath":"/a/data/","kind":"discover"} -TI:: [00:00:53.000] Request specifies cache path '/a/data/', loading cached information... -TI:: [00:00:54.000] Processing cache location '/a/data/' -TI:: [00:00:55.000] Cache location was already processed... -TI:: [00:00:56.000] Failed to load safelist from types map file '/typesMap.json' -TI:: [00:00:57.000] Explicitly included types: [] -TI:: [00:00:58.000] Typing names in '/node_modules/@angular/forms/package.json' dependencies: [] -TI:: [00:00:59.000] Inferred typings from unresolved imports: [] -TI:: [00:01:00.000] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/node_modules/@angular/forms/bower_components","/node_modules/@angular/forms/package.json","/node_modules/@angular/forms/node_modules"]} -TI:: [00:01:01.000] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/node_modules/@angular/forms/bower_components","/node_modules/@angular/forms/package.json","/node_modules/@angular/forms/node_modules"]} -TI:: [00:01:02.000] DirectoryWatcher:: Added:: WatchInfo: /node_modules/@angular/forms/bower_components -TI:: [00:01:03.000] DirectoryWatcher:: Added:: WatchInfo: /node_modules/@angular/forms/bower_components 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:01:04.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules/@angular/forms/bower_components 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:01:05.000] FileWatcher:: Added:: WatchInfo: /node_modules/@angular/forms/package.json -TI:: [00:01:06.000] FileWatcher:: Added:: WatchInfo: /node_modules/@angular/forms/package.json 2000 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:01:07.000] DirectoryWatcher:: Added:: WatchInfo: /node_modules/@angular/forms/node_modules -TI:: [00:01:08.000] DirectoryWatcher:: Added:: WatchInfo: /node_modules/@angular/forms/node_modules 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:01:09.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules/@angular/forms/node_modules 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:01:10.000] Sending response: +TI:: [hh:mm:ss:mss] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/node_modules/@angular/forms/forms.d.ts"],"compilerOptions":{"target":1,"jsx":1,"allowNonTsExtensions":true,"allowJs":true,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/node_modules/@angular/forms","cachePath":"/a/data/","kind":"discover"} +TI:: [hh:mm:ss:mss] Request specifies cache path '/a/data/', loading cached information... +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Cache location was already processed... +TI:: [hh:mm:ss:mss] Failed to load safelist from types map file '/typesMap.json' +TI:: [hh:mm:ss:mss] Explicitly included types: [] +TI:: [hh:mm:ss:mss] Typing names in '/node_modules/@angular/forms/package.json' dependencies: [] +TI:: [hh:mm:ss:mss] Inferred typings from unresolved imports: [] +TI:: [hh:mm:ss:mss] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/node_modules/@angular/forms/bower_components","/node_modules/@angular/forms/package.json","/node_modules/@angular/forms/node_modules"]} +TI:: [hh:mm:ss:mss] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/node_modules/@angular/forms/bower_components","/node_modules/@angular/forms/package.json","/node_modules/@angular/forms/node_modules"]} +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /node_modules/@angular/forms/bower_components +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /node_modules/@angular/forms/bower_components 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules/@angular/forms/bower_components 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /node_modules/@angular/forms/package.json +TI:: [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /node_modules/@angular/forms/package.json 2000 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /node_modules/@angular/forms/node_modules +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /node_modules/@angular/forms/node_modules 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules/@angular/forms/node_modules 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] Sending response: {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"target":1,"jsx":1,"allowNonTsExtensions":true,"allowJs":true,"noEmitForJsFiles":true},"typings":[],"unresolvedImports":[],"kind":"action::set"} -TI:: [00:01:11.000] No new typings were requested as a result of typings discovery -Info 12 [00:01:12.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 12 [00:01:13.000] Files (1) - -Info 12 [00:01:14.000] ----------------------------------------------- -Info 12 [00:01:15.000] Open files: -Info 12 [00:01:16.000] FileName: /node_modules/@angular/forms/forms.d.ts ProjectRootPath: undefined -Info 12 [00:01:17.000] Projects: /dev/null/inferredProject1* -Info 12 [00:01:18.000] response: +TI:: [hh:mm:ss:mss] No new typings were requested as a result of typings discovery +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /node_modules/@angular/forms/forms.d.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -120,7 +120,7 @@ FsWatches:: Default Project for /node_modules/@angular/forms/forms.d.ts:: /dev/null/inferredProject1* Before request -Info 13 [00:01:19.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "applyChangedToOpenFiles", "arguments": { @@ -134,11 +134,11 @@ Info 13 [00:01:19.000] request: "seq": 2, "type": "request" } -Info 14 [00:01:20.000] Search path: / -Info 15 [00:01:21.000] For info: /index.ts :: Config file name: /tsconfig.json -Info 16 [00:01:22.000] Creating configuration project /tsconfig.json -Info 17 [00:01:23.000] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file -Info 18 [00:01:24.000] Config: /tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: / +Info seq [hh:mm:ss:mss] For info: /index.ts :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /tsconfig.json : { "rootNames": [ "/index.ts" ], @@ -147,16 +147,14 @@ Info 18 [00:01:24.000] Config: /tsconfig.json : { "configFilePath": "/tsconfig.json" } } -Info 19 [00:01:25.000] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 20 [00:01:26.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 21 [00:01:27.000] Starting updateGraphWorker: Project: /tsconfig.json -Info 22 [00:01:28.000] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined Project: /tsconfig.json WatchType: Failed Lookup Locations -Info 23 [00:01:29.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined Project: /tsconfig.json WatchType: Failed Lookup Locations -Info 24 [00:01:30.000] FileWatcher:: Added:: WatchInfo: /node_modules/@angular/forms/package.json 2000 undefined Project: /tsconfig.json WatchType: File location affecting resolution -Info 25 [00:01:31.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file -Info 26 [00:01:32.000] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 27 [00:01:33.000] Project '/tsconfig.json' (Configured) -Info 28 [00:01:34.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /node_modules/@angular/forms/package.json 2000 undefined Project: /tsconfig.json WatchType: File location affecting resolution +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /node_modules/@angular/forms/forms.d.ts SVC-1-0 "export declare class PatternValidator {}" /index.ts SVC-1-0 "import '@angular/forms'" @@ -166,22 +164,22 @@ Info 28 [00:01:34.000] Files (2) index.ts Matched by default include pattern '**/*' -Info 29 [00:01:35.000] ----------------------------------------------- -Info 30 [00:01:36.000] FileWatcher:: Added:: WatchInfo: /package.json 250 undefined WatchType: package.json file -Info 31 [00:01:37.000] Project '/tsconfig.json' (Configured) -Info 31 [00:01:38.000] Files (2) - -Info 31 [00:01:39.000] ----------------------------------------------- -Info 31 [00:01:40.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 31 [00:01:41.000] Files (1) - -Info 31 [00:01:42.000] ----------------------------------------------- -Info 31 [00:01:43.000] Open files: -Info 31 [00:01:44.000] FileName: /node_modules/@angular/forms/forms.d.ts ProjectRootPath: undefined -Info 31 [00:01:45.000] Projects: /dev/null/inferredProject1*,/tsconfig.json -Info 31 [00:01:46.000] FileName: /index.ts ProjectRootPath: undefined -Info 31 [00:01:47.000] Projects: /tsconfig.json -Info 31 [00:01:48.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /package.json 250 undefined WatchType: package.json file +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /node_modules/@angular/forms/forms.d.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1*,/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -209,7 +207,5 @@ FsWatches:: FsWatchesRecursive:: /: *new* {} -/node_modules: *new* - {} Default Project for /node_modules/@angular/forms/forms.d.ts:: /tsconfig.json \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/autoImportProvider/Closes-AutoImportProviderProject-when-host-project-closes.js b/tests/baselines/reference/tsserver/autoImportProvider/Closes-AutoImportProviderProject-when-host-project-closes.js index f5575b7d5fe4a..9ba54f623251e 100644 --- a/tests/baselines/reference/tsserver/autoImportProvider/Closes-AutoImportProviderProject-when-host-project-closes.js +++ b/tests/baselines/reference/tsserver/autoImportProvider/Closes-AutoImportProviderProject-when-host-project-closes.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:19.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/node_modules/@angular/forms/forms.d.ts] export declare class PatternValidator {} @@ -17,7 +17,7 @@ export declare class PatternValidator {} -Info 1 [00:00:20.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -26,11 +26,11 @@ Info 1 [00:00:20.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:21.000] Search path: / -Info 3 [00:00:22.000] For info: /index.ts :: Config file name: /tsconfig.json -Info 4 [00:00:23.000] Creating configuration project /tsconfig.json -Info 5 [00:00:24.000] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file -Info 6 [00:00:25.000] Config: /tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: / +Info seq [hh:mm:ss:mss] For info: /index.ts :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /tsconfig.json : { "rootNames": [ "/index.ts" ], @@ -39,47 +39,47 @@ Info 6 [00:00:25.000] Config: /tsconfig.json : { "configFilePath": "/tsconfig.json" } } -Info 7 [00:00:26.000] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 8 [00:00:27.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 9 [00:00:28.000] Starting updateGraphWorker: Project: /tsconfig.json -Info 10 [00:00:29.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file -Info 11 [00:00:30.000] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 12 [00:00:31.000] Project '/tsconfig.json' (Configured) -Info 13 [00:00:32.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /index.ts SVC-1-0 "" index.ts Matched by default include pattern '**/*' -Info 14 [00:00:33.000] ----------------------------------------------- -Info 15 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /package.json 250 undefined WatchType: package.json file -Info 16 [00:00:35.000] AutoImportProviderProject: found 1 root files in 1 dependencies in * ms -Info 17 [00:00:36.000] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 18 [00:00:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 19 [00:00:38.000] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* -Info 20 [00:00:39.000] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 21 [00:00:40.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 22 [00:00:41.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /package.json 250 undefined WatchType: package.json file +Info seq [hh:mm:ss:mss] AutoImportProviderProject: found 1 root files in 1 dependencies in * ms +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (1) /node_modules/@angular/forms/forms.d.ts Text-1 "export declare class PatternValidator {}" node_modules/@angular/forms/forms.d.ts Root file specified for compilation -Info 23 [00:00:42.000] ----------------------------------------------- -Info 24 [00:00:43.000] Project '/tsconfig.json' (Configured) -Info 24 [00:00:44.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 24 [00:00:45.000] ----------------------------------------------- -Info 24 [00:00:46.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 24 [00:00:47.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (1) -Info 24 [00:00:48.000] ----------------------------------------------- -Info 24 [00:00:49.000] Open files: -Info 24 [00:00:50.000] FileName: /index.ts ProjectRootPath: undefined -Info 24 [00:00:51.000] Projects: /tsconfig.json -Info 24 [00:00:52.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -101,7 +101,7 @@ FsWatchesRecursive:: /node_modules: *new* {} -Info 25 [00:00:53.000] DirectoryWatcher:: Close:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 26 [00:00:54.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 27 [00:00:55.000] FileWatcher:: Close:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file -Info 28 [00:00:56.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file \ No newline at end of file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/autoImportProvider/Does-not-close-when-root-files-are-redirects-that-dont-actually-exist.js b/tests/baselines/reference/tsserver/autoImportProvider/Does-not-close-when-root-files-are-redirects-that-dont-actually-exist.js index d559fea461374..affe91a5ff374 100644 --- a/tests/baselines/reference/tsserver/autoImportProvider/Does-not-close-when-root-files-are-redirects-that-dont-actually-exist.js +++ b/tests/baselines/reference/tsserver/autoImportProvider/Does-not-close-when-root-files-are-redirects-that-dont-actually-exist.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:23.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/packages/a/package.json] { "dependencies": { "b": "*" } } @@ -20,7 +20,7 @@ Before request export class B {} -Info 1 [00:00:24.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -29,11 +29,11 @@ Info 1 [00:00:24.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:25.000] Search path: /packages/a -Info 3 [00:00:26.000] For info: /packages/a/index.ts :: Config file name: /packages/a/tsconfig.json -Info 4 [00:00:27.000] Creating configuration project /packages/a/tsconfig.json -Info 5 [00:00:28.000] FileWatcher:: Added:: WatchInfo: /packages/a/tsconfig.json 2000 undefined Project: /packages/a/tsconfig.json WatchType: Config file -Info 6 [00:00:29.000] Config: /packages/a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /packages/a +Info seq [hh:mm:ss:mss] For info: /packages/a/index.ts :: Config file name: /packages/a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /packages/a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /packages/a/tsconfig.json 2000 undefined Project: /packages/a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /packages/a/tsconfig.json : { "rootNames": [ "/packages/a/index.ts" ], @@ -48,10 +48,10 @@ Info 6 [00:00:29.000] Config: /packages/a/tsconfig.json : { } ] } -Info 7 [00:00:30.000] DirectoryWatcher:: Added:: WatchInfo: /packages/a 1 undefined Config: /packages/a/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:31.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /packages/a 1 undefined Config: /packages/a/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:32.000] Starting updateGraphWorker: Project: /packages/a/tsconfig.json -Info 10 [00:00:33.000] Config: /packages/a/node_modules/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /packages/a 1 undefined Config: /packages/a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /packages/a 1 undefined Config: /packages/a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /packages/a/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /packages/a/node_modules/b/tsconfig.json : { "rootNames": [ "/packages/a/node_modules/b/index.ts" ], @@ -61,51 +61,49 @@ Info 10 [00:00:33.000] Config: /packages/a/node_modules/b/tsconfig.json : { "configFilePath": "/packages/a/node_modules/b/tsconfig.json" } } -Info 11 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /packages/a/node_modules/b/tsconfig.json 2000 undefined Project: /packages/a/tsconfig.json WatchType: Config file -Info 12 [00:00:35.000] DirectoryWatcher:: Added:: WatchInfo: /packages/a/node_modules/b 1 undefined Config: /packages/a/node_modules/b/tsconfig.json WatchType: Wild card directory -Info 13 [00:00:36.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /packages/a/node_modules/b 1 undefined Config: /packages/a/node_modules/b/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:37.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /packages/a/tsconfig.json WatchType: Missing file -Info 15 [00:00:38.000] DirectoryWatcher:: Added:: WatchInfo: /packages/a/node_modules/@types 1 undefined Project: /packages/a/tsconfig.json WatchType: Type roots -Info 16 [00:00:39.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /packages/a/node_modules/@types 1 undefined Project: /packages/a/tsconfig.json WatchType: Type roots -Info 17 [00:00:40.000] Finishing updateGraphWorker: Project: /packages/a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 18 [00:00:41.000] Project '/packages/a/tsconfig.json' (Configured) -Info 19 [00:00:42.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /packages/a/node_modules/b/tsconfig.json 2000 undefined Project: /packages/a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /packages/a/node_modules/b 1 undefined Config: /packages/a/node_modules/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /packages/a/node_modules/b 1 undefined Config: /packages/a/node_modules/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /packages/a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /packages/a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/packages/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /packages/a/index.ts SVC-1-0 "" index.ts Matched by default include pattern '**/*' -Info 20 [00:00:43.000] ----------------------------------------------- -Info 21 [00:00:44.000] FileWatcher:: Added:: WatchInfo: /packages/a/package.json 250 undefined WatchType: package.json file -Info 22 [00:00:45.000] AutoImportProviderProject: found 1 root files in 1 dependencies in * ms -Info 23 [00:00:46.000] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* -Info 24 [00:00:47.000] DirectoryWatcher:: Added:: WatchInfo: /packages/a/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 25 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /packages/a/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 26 [00:00:49.000] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 27 [00:00:50.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 28 [00:00:51.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /packages/a/package.json 250 undefined WatchType: package.json file +Info seq [hh:mm:ss:mss] AutoImportProviderProject: found 1 root files in 1 dependencies in * ms +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /packages/a/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /packages/a/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (1) /packages/a/node_modules/b/index.ts Text-1 "export class B {}" node_modules/b/index.ts Root file specified for compilation -Info 29 [00:00:52.000] ----------------------------------------------- -Info 30 [00:00:53.000] Search path: /packages/a -Info 31 [00:00:54.000] For info: /packages/a/tsconfig.json :: No config files found. -Info 32 [00:00:55.000] Project '/packages/a/tsconfig.json' (Configured) -Info 32 [00:00:56.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /packages/a +Info seq [hh:mm:ss:mss] For info: /packages/a/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/packages/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 32 [00:00:57.000] ----------------------------------------------- -Info 32 [00:00:58.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 32 [00:00:59.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (1) -Info 32 [00:01:00.000] ----------------------------------------------- -Info 32 [00:01:01.000] Open files: -Info 32 [00:01:02.000] FileName: /packages/a/index.ts ProjectRootPath: undefined -Info 32 [00:01:03.000] Projects: /packages/a/tsconfig.json -Info 32 [00:01:04.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /packages/a/index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /packages/a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -114,8 +112,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/packages/a/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /packages/a/tsconfig.json: *new* diff --git a/tests/baselines/reference/tsserver/autoImportProvider/Does-not-create-an-auto-import-provider-if-there-are-too-many-dependencies.js b/tests/baselines/reference/tsserver/autoImportProvider/Does-not-create-an-auto-import-provider-if-there-are-too-many-dependencies.js index 9e26ac4293cbc..bc2503de034af 100644 --- a/tests/baselines/reference/tsserver/autoImportProvider/Does-not-create-an-auto-import-provider-if-there-are-too-many-dependencies.js +++ b/tests/baselines/reference/tsserver/autoImportProvider/Does-not-create-an-auto-import-provider-if-there-are-too-many-dependencies.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:17.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/node_modules/package0/package.json] { "name": "package0" } @@ -77,7 +77,7 @@ Before request {"package0":"*","package1":"*","package2":"*","package3":"*","package4":"*","package5":"*","package6":"*","package7":"*","package8":"*","package9":"*","package10":"*"} -Info 1 [00:01:18.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -86,11 +86,11 @@ Info 1 [00:01:18.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:19.000] Search path: / -Info 3 [00:01:20.000] For info: /index.ts :: Config file name: /tsconfig.json -Info 4 [00:01:21.000] Creating configuration project /tsconfig.json -Info 5 [00:01:22.000] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file -Info 6 [00:01:23.000] Config: /tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: / +Info seq [hh:mm:ss:mss] For info: /index.ts :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /tsconfig.json : { "rootNames": [ "/index.ts" ], @@ -99,29 +99,29 @@ Info 6 [00:01:23.000] Config: /tsconfig.json : { "configFilePath": "/tsconfig.json" } } -Info 7 [00:01:24.000] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 8 [00:01:25.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 9 [00:01:26.000] Starting updateGraphWorker: Project: /tsconfig.json -Info 10 [00:01:27.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file -Info 11 [00:01:28.000] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 12 [00:01:29.000] Project '/tsconfig.json' (Configured) -Info 13 [00:01:30.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /index.ts SVC-1-0 "" index.ts Matched by default include pattern '**/*' -Info 14 [00:01:31.000] ----------------------------------------------- -Info 15 [00:01:32.000] FileWatcher:: Added:: WatchInfo: /package.json 250 undefined WatchType: package.json file -Info 16 [00:01:33.000] Project '/tsconfig.json' (Configured) -Info 16 [00:01:34.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /package.json 250 undefined WatchType: package.json file +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 16 [00:01:35.000] ----------------------------------------------- -Info 16 [00:01:36.000] Open files: -Info 16 [00:01:37.000] FileName: /index.ts ProjectRootPath: undefined -Info 16 [00:01:38.000] Projects: /tsconfig.json -Info 16 [00:01:39.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } diff --git a/tests/baselines/reference/tsserver/autoImportProvider/Does-not-create-auto-import-providers-upon-opening-projects-for-find-all-references.js b/tests/baselines/reference/tsserver/autoImportProvider/Does-not-create-auto-import-providers-upon-opening-projects-for-find-all-references.js index 7de973b12f976..6ed1ce5e3c5d4 100644 --- a/tests/baselines/reference/tsserver/autoImportProvider/Does-not-create-auto-import-providers-upon-opening-projects-for-find-all-references.js +++ b/tests/baselines/reference/tsserver/autoImportProvider/Does-not-create-auto-import-providers-upon-opening-projects-for-find-all-references.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:35.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/node_modules/@angular/forms/forms.d.ts] export declare class PatternValidator {} @@ -32,7 +32,7 @@ import { B } from '../b'; export class B {} -Info 1 [00:00:36.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -41,11 +41,11 @@ Info 1 [00:00:36.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:37.000] Search path: /packages/b -Info 3 [00:00:38.000] For info: /packages/b/index.ts :: Config file name: /packages/b/tsconfig.json -Info 4 [00:00:39.000] Creating configuration project /packages/b/tsconfig.json -Info 5 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /packages/b/tsconfig.json 2000 undefined Project: /packages/b/tsconfig.json WatchType: Config file -Info 6 [00:00:41.000] Config: /packages/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /packages/b +Info seq [hh:mm:ss:mss] For info: /packages/b/index.ts :: Config file name: /packages/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /packages/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /packages/b/tsconfig.json 2000 undefined Project: /packages/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /packages/b/tsconfig.json : { "rootNames": [ "/packages/b/index.ts" ], @@ -54,60 +54,58 @@ Info 6 [00:00:41.000] Config: /packages/b/tsconfig.json : { "configFilePath": "/packages/b/tsconfig.json" } } -Info 7 [00:00:42.000] DirectoryWatcher:: Added:: WatchInfo: /packages/b 1 undefined Config: /packages/b/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:43.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /packages/b 1 undefined Config: /packages/b/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:44.000] Starting updateGraphWorker: Project: /packages/b/tsconfig.json -Info 10 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /packages/b/tsconfig.json WatchType: Missing file -Info 11 [00:00:46.000] DirectoryWatcher:: Added:: WatchInfo: /packages/b/node_modules/@types 1 undefined Project: /packages/b/tsconfig.json WatchType: Type roots -Info 12 [00:00:47.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /packages/b/node_modules/@types 1 undefined Project: /packages/b/tsconfig.json WatchType: Type roots -Info 13 [00:00:48.000] Finishing updateGraphWorker: Project: /packages/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 14 [00:00:49.000] Project '/packages/b/tsconfig.json' (Configured) -Info 15 [00:00:50.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /packages/b 1 undefined Config: /packages/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /packages/b 1 undefined Config: /packages/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /packages/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /packages/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /packages/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/packages/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /packages/b/index.ts SVC-1-0 "export class B {}" index.ts Matched by default include pattern '**/*' -Info 16 [00:00:51.000] ----------------------------------------------- -Info 17 [00:00:52.000] FileWatcher:: Added:: WatchInfo: /packages/b/package.json 250 undefined WatchType: package.json file -Info 18 [00:00:53.000] FileWatcher:: Added:: WatchInfo: /package.json 250 undefined WatchType: package.json file -Info 19 [00:00:54.000] AutoImportProviderProject: found 1 root files in 1 dependencies in * ms -Info 20 [00:00:55.000] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 21 [00:00:56.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 22 [00:00:57.000] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* -Info 23 [00:00:58.000] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 24 [00:00:59.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 25 [00:01:00.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /packages/b/package.json 250 undefined WatchType: package.json file +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /package.json 250 undefined WatchType: package.json file +Info seq [hh:mm:ss:mss] AutoImportProviderProject: found 1 root files in 1 dependencies in * ms +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (1) /node_modules/@angular/forms/forms.d.ts Text-1 "export declare class PatternValidator {}" ../../node_modules/@angular/forms/forms.d.ts Root file specified for compilation -Info 26 [00:01:01.000] ----------------------------------------------- -Info 27 [00:01:02.000] Search path: /packages/b -Info 28 [00:01:03.000] For info: /packages/b/tsconfig.json :: Config file name: /tsconfig.json -Info 29 [00:01:04.000] Creating configuration project /tsconfig.json -Info 30 [00:01:05.000] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file -Info 31 [00:01:06.000] Search path: / -Info 32 [00:01:07.000] For info: /tsconfig.json :: No config files found. -Info 33 [00:01:08.000] Project '/packages/b/tsconfig.json' (Configured) -Info 33 [00:01:09.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /packages/b +Info seq [hh:mm:ss:mss] For info: /packages/b/tsconfig.json :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Search path: / +Info seq [hh:mm:ss:mss] For info: /tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/packages/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 33 [00:01:10.000] ----------------------------------------------- -Info 33 [00:01:11.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 33 [00:01:12.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (1) -Info 33 [00:01:13.000] ----------------------------------------------- -Info 33 [00:01:14.000] Project '/tsconfig.json' (Configured) -Info 33 [00:01:15.000] Files (0) InitialLoadPending +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) InitialLoadPending -Info 33 [00:01:16.000] ----------------------------------------------- -Info 33 [00:01:17.000] Open files: -Info 33 [00:01:18.000] FileName: /packages/b/index.ts ProjectRootPath: undefined -Info 33 [00:01:19.000] Projects: /packages/b/tsconfig.json -Info 33 [00:01:20.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /packages/b/index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /packages/b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -116,8 +114,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/packages/b/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /packages/b/tsconfig.json: *new* @@ -137,7 +133,7 @@ FsWatchesRecursive:: Before request -Info 34 [00:01:21.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "references", "arguments": { @@ -148,9 +144,9 @@ Info 34 [00:01:21.000] request: "seq": 2, "type": "request" } -Info 35 [00:01:22.000] Finding references to /packages/b/index.ts position 12 in project /packages/b/tsconfig.json -Info 36 [00:01:23.000] Loading configured project /tsconfig.json -Info 37 [00:01:24.000] Config: /tsconfig.json : { +Info seq [hh:mm:ss:mss] Finding references to /packages/b/index.ts position 12 in project /packages/b/tsconfig.json +Info seq [hh:mm:ss:mss] Loading configured project /tsconfig.json +Info seq [hh:mm:ss:mss] Config: /tsconfig.json : { "rootNames": [ "/packages/a/index.ts", "/packages/b/index.ts" @@ -169,11 +165,11 @@ Info 37 [00:01:24.000] Config: /tsconfig.json : { } ] } -Info 38 [00:01:25.000] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 39 [00:01:26.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 40 [00:01:27.000] FileWatcher:: Added:: WatchInfo: /packages/a/index.ts 500 undefined WatchType: Closed Script info -Info 41 [00:01:28.000] Starting updateGraphWorker: Project: /tsconfig.json -Info 42 [00:01:29.000] Config: /packages/a/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /packages/a/index.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /tsconfig.json +Info seq [hh:mm:ss:mss] Config: /packages/a/tsconfig.json : { "rootNames": [ "/packages/a/index.ts" ], @@ -188,15 +184,13 @@ Info 42 [00:01:29.000] Config: /packages/a/tsconfig.json : { } ] } -Info 43 [00:01:30.000] FileWatcher:: Added:: WatchInfo: /packages/a/tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file -Info 44 [00:01:31.000] DirectoryWatcher:: Added:: WatchInfo: /packages/a 1 undefined Config: /packages/a/tsconfig.json WatchType: Wild card directory -Info 45 [00:01:32.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /packages/a 1 undefined Config: /packages/a/tsconfig.json WatchType: Wild card directory -Info 46 [00:01:33.000] DirectoryWatcher:: Added:: WatchInfo: /packages 1 undefined Project: /tsconfig.json WatchType: Failed Lookup Locations -Info 47 [00:01:34.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /packages 1 undefined Project: /tsconfig.json WatchType: Failed Lookup Locations -Info 48 [00:01:35.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file -Info 49 [00:01:36.000] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 50 [00:01:37.000] Project '/tsconfig.json' (Configured) -Info 51 [00:01:38.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /packages/a/tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /packages/a 1 undefined Config: /packages/a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /packages/a 1 undefined Config: /packages/a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /packages/b/index.ts SVC-1-0 "export class B {}" /packages/a/index.ts Text-1 "import { B } from '../b';" @@ -207,15 +201,13 @@ Info 51 [00:01:38.000] Files (2) packages/a/index.ts Matched by default include pattern '**/*' -Info 52 [00:01:39.000] ----------------------------------------------- -Info 53 [00:01:40.000] Creating configuration project /packages/a/tsconfig.json -Info 54 [00:01:41.000] Starting updateGraphWorker: Project: /packages/a/tsconfig.json -Info 55 [00:01:42.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /packages/a/tsconfig.json WatchType: Missing file -Info 56 [00:01:43.000] DirectoryWatcher:: Added:: WatchInfo: /packages/a/node_modules/@types 1 undefined Project: /packages/a/tsconfig.json WatchType: Type roots -Info 57 [00:01:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /packages/a/node_modules/@types 1 undefined Project: /packages/a/tsconfig.json WatchType: Type roots -Info 58 [00:01:45.000] Finishing updateGraphWorker: Project: /packages/a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 59 [00:01:46.000] Project '/packages/a/tsconfig.json' (Configured) -Info 60 [00:01:47.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Creating configuration project /packages/a/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /packages/a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /packages/a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /packages/a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/packages/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /packages/b/index.ts SVC-1-0 "export class B {}" /packages/a/index.ts Text-1 "import { B } from '../b';" @@ -225,22 +217,22 @@ Info 60 [00:01:47.000] Files (2) index.ts Matched by default include pattern '**/*' -Info 61 [00:01:48.000] ----------------------------------------------- -Info 62 [00:01:49.000] Finding references to /packages/b/index.ts position 13 in project /tsconfig.json -Info 63 [00:01:50.000] Search path: /packages/b -Info 64 [00:01:51.000] For info: /packages/b/index.ts :: Config file name: /packages/b/tsconfig.json -Info 65 [00:01:52.000] Search path: /packages/b -Info 66 [00:01:53.000] For info: /packages/b/index.ts :: Config file name: /packages/b/tsconfig.json -Info 67 [00:01:54.000] Search path: /packages/a -Info 68 [00:01:55.000] For info: /packages/a/index.ts :: Config file name: /packages/a/tsconfig.json -Info 69 [00:01:56.000] Search path: /packages/a -Info 70 [00:01:57.000] For info: /packages/a/index.ts :: Config file name: /packages/a/tsconfig.json -Info 71 [00:01:58.000] Finding references to /packages/b/index.ts position 13 in project /packages/a/tsconfig.json -Info 72 [00:01:59.000] Search path: /packages/b -Info 73 [00:02:00.000] For info: /packages/b/index.ts :: Config file name: /packages/b/tsconfig.json -Info 74 [00:02:01.000] Search path: /packages/b -Info 75 [00:02:02.000] For info: /packages/b/index.ts :: Config file name: /packages/b/tsconfig.json -Info 76 [00:02:03.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Finding references to /packages/b/index.ts position 13 in project /tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /packages/b +Info seq [hh:mm:ss:mss] For info: /packages/b/index.ts :: Config file name: /packages/b/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /packages/b +Info seq [hh:mm:ss:mss] For info: /packages/b/index.ts :: Config file name: /packages/b/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /packages/a +Info seq [hh:mm:ss:mss] For info: /packages/a/index.ts :: Config file name: /packages/a/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /packages/a +Info seq [hh:mm:ss:mss] For info: /packages/a/index.ts :: Config file name: /packages/a/tsconfig.json +Info seq [hh:mm:ss:mss] Finding references to /packages/b/index.ts position 13 in project /packages/a/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /packages/b +Info seq [hh:mm:ss:mss] For info: /packages/b/index.ts :: Config file name: /packages/b/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /packages/b +Info seq [hh:mm:ss:mss] For info: /packages/b/index.ts :: Config file name: /packages/b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "refs": [ @@ -300,10 +292,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/packages/b/node_modules/@types: - {"pollingInterval":500} -/packages/a/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /packages/b/tsconfig.json: @@ -328,5 +316,3 @@ FsWatchesRecursive:: {} /packages/a: *new* {} -/packages: *new* - {} diff --git a/tests/baselines/reference/tsserver/autoImportProvider/Does-not-schedule-ensureProjectForOpenFiles-on-AutoImportProviderProject-creation.js b/tests/baselines/reference/tsserver/autoImportProvider/Does-not-schedule-ensureProjectForOpenFiles-on-AutoImportProviderProject-creation.js index 5cc61b565e71f..89a232c316b1b 100644 --- a/tests/baselines/reference/tsserver/autoImportProvider/Does-not-schedule-ensureProjectForOpenFiles-on-AutoImportProviderProject-creation.js +++ b/tests/baselines/reference/tsserver/autoImportProvider/Does-not-schedule-ensureProjectForOpenFiles-on-AutoImportProviderProject-creation.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:17.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/node_modules/@angular/forms/forms.d.ts] export declare class PatternValidator {} @@ -14,7 +14,7 @@ export declare class PatternValidator {} -Info 1 [00:00:18.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -23,11 +23,11 @@ Info 1 [00:00:18.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:19.000] Search path: / -Info 3 [00:00:20.000] For info: /index.ts :: Config file name: /tsconfig.json -Info 4 [00:00:21.000] Creating configuration project /tsconfig.json -Info 5 [00:00:22.000] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file -Info 6 [00:00:23.000] Config: /tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: / +Info seq [hh:mm:ss:mss] For info: /index.ts :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /tsconfig.json : { "rootNames": [ "/index.ts" ], @@ -36,28 +36,28 @@ Info 6 [00:00:23.000] Config: /tsconfig.json : { "configFilePath": "/tsconfig.json" } } -Info 7 [00:00:24.000] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 8 [00:00:25.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 9 [00:00:26.000] Starting updateGraphWorker: Project: /tsconfig.json -Info 10 [00:00:27.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file -Info 11 [00:00:28.000] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 12 [00:00:29.000] Project '/tsconfig.json' (Configured) -Info 13 [00:00:30.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /index.ts SVC-1-0 "" index.ts Matched by default include pattern '**/*' -Info 14 [00:00:31.000] ----------------------------------------------- -Info 15 [00:00:32.000] Project '/tsconfig.json' (Configured) -Info 15 [00:00:33.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 15 [00:00:34.000] ----------------------------------------------- -Info 15 [00:00:35.000] Open files: -Info 15 [00:00:36.000] FileName: /index.ts ProjectRootPath: undefined -Info 15 [00:00:37.000] Projects: /tsconfig.json -Info 15 [00:00:38.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -75,45 +75,46 @@ FsWatchesRecursive:: /: *new* {} -Info 16 [00:00:39.000] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* Before running Timeout callback:: count: 1 1: *ensureProjectForOpenFiles* -Info 17 [00:00:41.500] Running: *ensureProjectForOpenFiles* -Info 18 [00:00:42.500] Before ensureProjectForOpenFiles: -Info 19 [00:00:43.500] Project '/tsconfig.json' (Configured) -Info 19 [00:00:44.500] Files (1) - -Info 19 [00:00:45.500] ----------------------------------------------- -Info 19 [00:00:46.500] Open files: -Info 19 [00:00:47.500] FileName: /index.ts ProjectRootPath: undefined -Info 19 [00:00:48.500] Projects: /tsconfig.json -Info 19 [00:00:49.500] After ensureProjectForOpenFiles: -Info 20 [00:00:50.500] Project '/tsconfig.json' (Configured) -Info 20 [00:00:51.500] Files (1) - -Info 20 [00:00:52.500] ----------------------------------------------- -Info 20 [00:00:53.500] Open files: -Info 20 [00:00:54.500] FileName: /index.ts ProjectRootPath: undefined -Info 20 [00:00:55.500] Projects: /tsconfig.json +Host is moving to new time +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json After running Timeout callback:: count: 0 -Info 20 [00:00:58.500] DirectoryWatcher:: Triggered with package.json :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 21 [00:00:59.500] Config: /tsconfig.json Detected new package.json: package.json -Info 22 [00:01:00.500] FileWatcher:: Added:: WatchInfo: /package.json 250 undefined WatchType: package.json file -Info 23 [00:01:01.500] Project: /tsconfig.json Detected file add/remove of non supported extension: package.json -Info 24 [00:01:02.500] Elapsed:: *ms DirectoryWatcher:: Triggered with package.json :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 25 [00:01:03.500] AutoImportProviderProject: found 1 root files in 1 dependencies in * ms -Info 26 [00:01:04.500] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 27 [00:01:05.500] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 28 [00:01:06.500] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* -Info 29 [00:01:07.500] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 30 [00:01:08.500] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 31 [00:01:09.500] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with package.json :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Config: /tsconfig.json Detected new package.json: package.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /package.json 250 undefined WatchType: package.json file +Info seq [hh:mm:ss:mss] Project: /tsconfig.json Detected file add/remove of non supported extension: package.json +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with package.json :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] AutoImportProviderProject: found 1 root files in 1 dependencies in * ms +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (1) /node_modules/@angular/forms/forms.d.ts Text-1 "export declare class PatternValidator {}" node_modules/@angular/forms/forms.d.ts Root file specified for compilation -Info 32 [00:01:10.500] ----------------------------------------------- \ No newline at end of file +Info seq [hh:mm:ss:mss] ----------------------------------------------- \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/autoImportProvider/Recovers-from-an-unparseable-package_json.js b/tests/baselines/reference/tsserver/autoImportProvider/Recovers-from-an-unparseable-package_json.js index c2aa370ed0fcb..63450f2ed7063 100644 --- a/tests/baselines/reference/tsserver/autoImportProvider/Recovers-from-an-unparseable-package_json.js +++ b/tests/baselines/reference/tsserver/autoImportProvider/Recovers-from-an-unparseable-package_json.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:19.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/node_modules/@angular/forms/forms.d.ts] export declare class PatternValidator {} @@ -17,7 +17,7 @@ export declare class PatternValidator {} -Info 1 [00:00:20.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -26,11 +26,11 @@ Info 1 [00:00:20.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:21.000] Search path: / -Info 3 [00:00:22.000] For info: /index.ts :: Config file name: /tsconfig.json -Info 4 [00:00:23.000] Creating configuration project /tsconfig.json -Info 5 [00:00:24.000] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file -Info 6 [00:00:25.000] Config: /tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: / +Info seq [hh:mm:ss:mss] For info: /index.ts :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /tsconfig.json : { "rootNames": [ "/index.ts" ], @@ -39,29 +39,29 @@ Info 6 [00:00:25.000] Config: /tsconfig.json : { "configFilePath": "/tsconfig.json" } } -Info 7 [00:00:26.000] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 8 [00:00:27.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 9 [00:00:28.000] Starting updateGraphWorker: Project: /tsconfig.json -Info 10 [00:00:29.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file -Info 11 [00:00:30.000] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 12 [00:00:31.000] Project '/tsconfig.json' (Configured) -Info 13 [00:00:32.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /index.ts SVC-1-0 "" index.ts Matched by default include pattern '**/*' -Info 14 [00:00:33.000] ----------------------------------------------- -Info 15 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /package.json 250 undefined WatchType: package.json file -Info 16 [00:00:35.000] Project '/tsconfig.json' (Configured) -Info 16 [00:00:36.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /package.json 250 undefined WatchType: package.json file +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 16 [00:00:37.000] ----------------------------------------------- -Info 16 [00:00:38.000] Open files: -Info 16 [00:00:39.000] FileName: /index.ts ProjectRootPath: undefined -Info 16 [00:00:40.000] Projects: /tsconfig.json -Info 16 [00:00:41.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -81,19 +81,19 @@ FsWatchesRecursive:: /: *new* {} -Info 17 [00:00:45.000] FileWatcher:: Triggered with /package.json 1:: WatchInfo: /package.json 250 undefined WatchType: package.json file -Info 18 [00:00:46.000] Elapsed:: *ms FileWatcher:: Triggered with /package.json 1:: WatchInfo: /package.json 250 undefined WatchType: package.json file -Info 19 [00:00:47.000] AutoImportProviderProject: found 1 root files in 1 dependencies in * ms -Info 20 [00:00:48.000] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 21 [00:00:49.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 22 [00:00:50.000] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* -Info 23 [00:00:51.000] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 24 [00:00:52.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 25 [00:00:53.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /package.json 1:: WatchInfo: /package.json 250 undefined WatchType: package.json file +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /package.json 1:: WatchInfo: /package.json 250 undefined WatchType: package.json file +Info seq [hh:mm:ss:mss] AutoImportProviderProject: found 1 root files in 1 dependencies in * ms +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (1) /node_modules/@angular/forms/forms.d.ts Text-1 "export declare class PatternValidator {}" node_modules/@angular/forms/forms.d.ts Root file specified for compilation -Info 26 [00:00:54.000] ----------------------------------------------- \ No newline at end of file +Info seq [hh:mm:ss:mss] ----------------------------------------------- \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/autoImportProvider/Responds-to-automatic-changes-in-node_modules.js b/tests/baselines/reference/tsserver/autoImportProvider/Responds-to-automatic-changes-in-node_modules.js index f6f697ec9dabb..5d3481e40fa37 100644 --- a/tests/baselines/reference/tsserver/autoImportProvider/Responds-to-automatic-changes-in-node_modules.js +++ b/tests/baselines/reference/tsserver/autoImportProvider/Responds-to-automatic-changes-in-node_modules.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:25.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/node_modules/@angular/forms/forms.d.ts] export declare class PatternValidator {} @@ -23,7 +23,7 @@ export declare class PatternValidator {} -Info 1 [00:00:26.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -32,11 +32,11 @@ Info 1 [00:00:26.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:27.000] Search path: / -Info 3 [00:00:28.000] For info: /index.ts :: Config file name: /tsconfig.json -Info 4 [00:00:29.000] Creating configuration project /tsconfig.json -Info 5 [00:00:30.000] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file -Info 6 [00:00:31.000] Config: /tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: / +Info seq [hh:mm:ss:mss] For info: /index.ts :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /tsconfig.json : { "rootNames": [ "/index.ts" ], @@ -45,28 +45,28 @@ Info 6 [00:00:31.000] Config: /tsconfig.json : { "configFilePath": "/tsconfig.json" } } -Info 7 [00:00:32.000] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 8 [00:00:33.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 9 [00:00:34.000] Starting updateGraphWorker: Project: /tsconfig.json -Info 10 [00:00:35.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file -Info 11 [00:00:36.000] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 12 [00:00:37.000] Project '/tsconfig.json' (Configured) -Info 13 [00:00:38.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /index.ts SVC-1-0 "" index.ts Matched by default include pattern '**/*' -Info 14 [00:00:39.000] ----------------------------------------------- -Info 15 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /package.json 250 undefined WatchType: package.json file -Info 16 [00:00:41.000] AutoImportProviderProject: found 2 root files in 2 dependencies in * ms -Info 17 [00:00:42.000] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 18 [00:00:43.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 19 [00:00:44.000] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* -Info 20 [00:00:45.000] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 21 [00:00:46.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 22 [00:00:47.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /package.json 250 undefined WatchType: package.json file +Info seq [hh:mm:ss:mss] AutoImportProviderProject: found 2 root files in 2 dependencies in * ms +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (2) /node_modules/@angular/forms/forms.d.ts Text-1 "export declare class PatternValidator {}" /node_modules/@angular/core/core.d.ts Text-1 "" @@ -76,19 +76,19 @@ Info 22 [00:00:47.000] Files (2) node_modules/@angular/core/core.d.ts Root file specified for compilation -Info 23 [00:00:48.000] ----------------------------------------------- -Info 24 [00:00:49.000] Project '/tsconfig.json' (Configured) -Info 24 [00:00:50.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 24 [00:00:51.000] ----------------------------------------------- -Info 24 [00:00:52.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 24 [00:00:53.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (2) -Info 24 [00:00:54.000] ----------------------------------------------- -Info 24 [00:00:55.000] Open files: -Info 24 [00:00:56.000] FileName: /index.ts ProjectRootPath: undefined -Info 24 [00:00:57.000] Projects: /tsconfig.json -Info 24 [00:00:58.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -110,38 +110,38 @@ FsWatchesRecursive:: /node_modules: *new* {} -Info 25 [00:00:59.000] getCompletionData: Get current token: * -Info 26 [00:01:00.000] getCompletionData: Is inside comment: * -Info 27 [00:01:01.000] getCompletionData: Get previous token: * -Info 28 [00:01:02.000] getExportInfoMap: cache miss or empty; calculating new results -Info 29 [00:01:03.000] forEachExternalModuleToImportFrom autoImportProvider: * -Info 30 [00:01:04.000] getExportInfoMap: done in * ms -Info 31 [00:01:05.000] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache -Info 32 [00:01:06.000] collectAutoImports: response is incomplete -Info 33 [00:01:07.000] collectAutoImports: * -Info 34 [00:01:08.000] getCompletionData: Semantic work: * -Info 35 [00:01:09.000] getCompletionsAtPosition: getCompletionEntriesFromSymbols: * -Info 36 [00:01:11.000] DirectoryWatcher:: Triggered with /node_modules/@angular/forms/forms.d.ts :: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 37 [00:01:12.000] Scheduled: *ensureProjectForOpenFiles* -Info 38 [00:01:13.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /node_modules/@angular/forms/forms.d.ts :: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 39 [00:01:14.000] DirectoryWatcher:: Triggered with node_modules/@angular/forms/forms.d.ts :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 40 [00:01:15.000] Scheduled: /tsconfig.json -Info 41 [00:01:16.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 42 [00:01:17.000] Elapsed:: *ms DirectoryWatcher:: Triggered with node_modules/@angular/forms/forms.d.ts :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 43 [00:01:20.000] DirectoryWatcher:: Triggered with /node_modules/@angular/forms/forms.d.ts :: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 44 [00:01:21.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /node_modules/@angular/forms/forms.d.ts :: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 45 [00:01:22.000] DirectoryWatcher:: Triggered with node_modules/@angular/forms/forms.d.ts :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 46 [00:01:23.000] Scheduled: /tsconfig.json, Cancelled earlier one -Info 47 [00:01:24.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 48 [00:01:25.000] Elapsed:: *ms DirectoryWatcher:: Triggered with node_modules/@angular/forms/forms.d.ts :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 49 [00:01:26.000] Starting updateGraphWorker: Project: /tsconfig.json -Info 50 [00:01:27.000] Finishing updateGraphWorker: Project: /tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 51 [00:01:28.000] Same program as before -Info 52 [00:01:29.000] AutoImportProviderProject: found 2 root files in 2 dependencies in * ms -Info 53 [00:01:30.000] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* -Info 54 [00:01:31.000] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 55 [00:01:32.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 56 [00:01:33.000] Files (2) +Info seq [hh:mm:ss:mss] getCompletionData: Get current token: * +Info seq [hh:mm:ss:mss] getCompletionData: Is inside comment: * +Info seq [hh:mm:ss:mss] getCompletionData: Get previous token: * +Info seq [hh:mm:ss:mss] getExportInfoMap: cache miss or empty; calculating new results +Info seq [hh:mm:ss:mss] forEachExternalModuleToImportFrom autoImportProvider: * +Info seq [hh:mm:ss:mss] getExportInfoMap: done in * ms +Info seq [hh:mm:ss:mss] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info seq [hh:mm:ss:mss] collectAutoImports: response is incomplete +Info seq [hh:mm:ss:mss] collectAutoImports: * +Info seq [hh:mm:ss:mss] getCompletionData: Semantic work: * +Info seq [hh:mm:ss:mss] getCompletionsAtPosition: getCompletionEntriesFromSymbols: * +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /node_modules/@angular/forms/forms.d.ts :: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /node_modules/@angular/forms/forms.d.ts :: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with node_modules/@angular/forms/forms.d.ts :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with node_modules/@angular/forms/forms.d.ts :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /node_modules/@angular/forms/forms.d.ts :: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /node_modules/@angular/forms/forms.d.ts :: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with node_modules/@angular/forms/forms.d.ts :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with node_modules/@angular/forms/forms.d.ts :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] AutoImportProviderProject: found 2 root files in 2 dependencies in * ms +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (2) /node_modules/@angular/forms/forms.d.ts Text-2 "" /node_modules/@angular/core/core.d.ts Text-1 "" @@ -151,15 +151,15 @@ Info 56 [00:01:33.000] Files (2) node_modules/@angular/core/core.d.ts Root file specified for compilation -Info 57 [00:01:34.000] ----------------------------------------------- -Info 58 [00:01:35.000] getCompletionData: Get current token: * -Info 59 [00:01:36.000] getCompletionData: Is inside comment: * -Info 60 [00:01:37.000] getCompletionData: Get previous token: * -Info 61 [00:01:38.000] getExportInfoMap: cache miss or empty; calculating new results -Info 62 [00:01:39.000] forEachExternalModuleToImportFrom autoImportProvider: * -Info 63 [00:01:40.000] getExportInfoMap: done in * ms -Info 64 [00:01:41.000] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache -Info 65 [00:01:42.000] collectAutoImports: response is complete -Info 66 [00:01:43.000] collectAutoImports: * -Info 67 [00:01:44.000] getCompletionData: Semantic work: * -Info 68 [00:01:45.000] getCompletionsAtPosition: getCompletionEntriesFromSymbols: * \ No newline at end of file +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] getCompletionData: Get current token: * +Info seq [hh:mm:ss:mss] getCompletionData: Is inside comment: * +Info seq [hh:mm:ss:mss] getCompletionData: Get previous token: * +Info seq [hh:mm:ss:mss] getExportInfoMap: cache miss or empty; calculating new results +Info seq [hh:mm:ss:mss] forEachExternalModuleToImportFrom autoImportProvider: * +Info seq [hh:mm:ss:mss] getExportInfoMap: done in * ms +Info seq [hh:mm:ss:mss] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info seq [hh:mm:ss:mss] collectAutoImports: response is complete +Info seq [hh:mm:ss:mss] collectAutoImports: * +Info seq [hh:mm:ss:mss] getCompletionData: Semantic work: * +Info seq [hh:mm:ss:mss] getCompletionsAtPosition: getCompletionEntriesFromSymbols: * \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/autoImportProvider/Responds-to-manual-changes-in-node_modules.js b/tests/baselines/reference/tsserver/autoImportProvider/Responds-to-manual-changes-in-node_modules.js index 08521fb7c85f9..c732ad25fb975 100644 --- a/tests/baselines/reference/tsserver/autoImportProvider/Responds-to-manual-changes-in-node_modules.js +++ b/tests/baselines/reference/tsserver/autoImportProvider/Responds-to-manual-changes-in-node_modules.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:25.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/node_modules/@angular/forms/forms.d.ts] export declare class PatternValidator {} @@ -23,7 +23,7 @@ export declare class PatternValidator {} -Info 1 [00:00:26.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -32,11 +32,11 @@ Info 1 [00:00:26.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:27.000] Search path: / -Info 3 [00:00:28.000] For info: /index.ts :: Config file name: /tsconfig.json -Info 4 [00:00:29.000] Creating configuration project /tsconfig.json -Info 5 [00:00:30.000] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file -Info 6 [00:00:31.000] Config: /tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: / +Info seq [hh:mm:ss:mss] For info: /index.ts :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /tsconfig.json : { "rootNames": [ "/index.ts" ], @@ -45,28 +45,28 @@ Info 6 [00:00:31.000] Config: /tsconfig.json : { "configFilePath": "/tsconfig.json" } } -Info 7 [00:00:32.000] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 8 [00:00:33.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 9 [00:00:34.000] Starting updateGraphWorker: Project: /tsconfig.json -Info 10 [00:00:35.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file -Info 11 [00:00:36.000] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 12 [00:00:37.000] Project '/tsconfig.json' (Configured) -Info 13 [00:00:38.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /index.ts SVC-1-0 "" index.ts Matched by default include pattern '**/*' -Info 14 [00:00:39.000] ----------------------------------------------- -Info 15 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /package.json 250 undefined WatchType: package.json file -Info 16 [00:00:41.000] AutoImportProviderProject: found 2 root files in 2 dependencies in * ms -Info 17 [00:00:42.000] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 18 [00:00:43.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 19 [00:00:44.000] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* -Info 20 [00:00:45.000] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 21 [00:00:46.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 22 [00:00:47.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /package.json 250 undefined WatchType: package.json file +Info seq [hh:mm:ss:mss] AutoImportProviderProject: found 2 root files in 2 dependencies in * ms +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (2) /node_modules/@angular/forms/forms.d.ts Text-1 "export declare class PatternValidator {}" /node_modules/@angular/core/core.d.ts Text-1 "" @@ -76,19 +76,19 @@ Info 22 [00:00:47.000] Files (2) node_modules/@angular/core/core.d.ts Root file specified for compilation -Info 23 [00:00:48.000] ----------------------------------------------- -Info 24 [00:00:49.000] Project '/tsconfig.json' (Configured) -Info 24 [00:00:50.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 24 [00:00:51.000] ----------------------------------------------- -Info 24 [00:00:52.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 24 [00:00:53.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (2) -Info 24 [00:00:54.000] ----------------------------------------------- -Info 24 [00:00:55.000] Open files: -Info 24 [00:00:56.000] FileName: /index.ts ProjectRootPath: undefined -Info 24 [00:00:57.000] Projects: /tsconfig.json -Info 24 [00:00:58.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -112,7 +112,7 @@ FsWatchesRecursive:: Before request -Info 25 [00:00:59.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -121,22 +121,22 @@ Info 25 [00:00:59.000] request: "seq": 2, "type": "request" } -Info 26 [00:01:00.000] Search path: /node_modules/@angular/forms -Info 27 [00:01:01.000] For info: /node_modules/@angular/forms/forms.d.ts :: No config files found. -Info 28 [00:01:02.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 29 [00:01:03.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 30 [00:01:04.000] DirectoryWatcher:: Added:: WatchInfo: /node_modules/@angular/forms/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 31 [00:01:05.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules/@angular/forms/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 32 [00:01:06.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 33 [00:01:07.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 34 [00:01:08.000] Files (1) +Info seq [hh:mm:ss:mss] Search path: /node_modules/@angular/forms +Info seq [hh:mm:ss:mss] For info: /node_modules/@angular/forms/forms.d.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /node_modules/@angular/forms/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules/@angular/forms/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /node_modules/@angular/forms/forms.d.ts Text-1 "export declare class PatternValidator {}" forms.d.ts Root file specified for compilation -Info 35 [00:01:09.000] ----------------------------------------------- +Info seq [hh:mm:ss:mss] ----------------------------------------------- TI:: Creating typing installer PolledWatches:: @@ -157,39 +157,39 @@ FsWatchesRecursive:: /node_modules: {} -TI:: [00:01:10.000] Global cache location '/a/data/', safe file path '/safeList.json', types map path /typesMap.json -TI:: [00:01:11.000] Processing cache location '/a/data/' -TI:: [00:01:12.000] Trying to find '/a/data/package.json'... -TI:: [00:01:13.000] Finished processing cache location '/a/data/' -TI:: [00:01:14.000] Npm config file: /a/data/package.json -TI:: [00:01:15.000] Npm config file: '/a/data/package.json' is missing, creating new one... -Info 36 [00:01:18.000] DirectoryWatcher:: Triggered with a :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 37 [00:01:19.000] Scheduled: /tsconfig.json -Info 38 [00:01:20.000] Scheduled: *ensureProjectForOpenFiles* -Info 39 [00:01:21.000] Elapsed:: *ms DirectoryWatcher:: Triggered with a :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 40 [00:01:24.000] DirectoryWatcher:: Triggered with a/data :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 41 [00:01:25.000] Scheduled: /tsconfig.json, Cancelled earlier one -Info 42 [00:01:26.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 43 [00:01:27.000] Elapsed:: *ms DirectoryWatcher:: Triggered with a/data :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 44 [00:01:30.000] DirectoryWatcher:: Triggered with a/data/package.json :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 45 [00:01:31.000] Config: /tsconfig.json Detected new package.json: a/data/package.json -Info 46 [00:01:32.000] FileWatcher:: Added:: WatchInfo: /a/data/package.json 250 undefined WatchType: package.json file -Info 47 [00:01:33.000] Project: /tsconfig.json Detected file add/remove of non supported extension: a/data/package.json -Info 48 [00:01:34.000] Elapsed:: *ms DirectoryWatcher:: Triggered with a/data/package.json :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -TI:: [00:01:35.000] Updating types-registry npm package... -TI:: [00:01:36.000] npm install --ignore-scripts types-registry@latest -Info 49 [00:01:41.000] DirectoryWatcher:: Triggered with a/data/node_modules :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 50 [00:01:42.000] Scheduled: /tsconfig.json, Cancelled earlier one -Info 51 [00:01:43.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 52 [00:01:44.000] Elapsed:: *ms DirectoryWatcher:: Triggered with a/data/node_modules :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 53 [00:01:46.000] DirectoryWatcher:: Triggered with a/data/node_modules/types-registry :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 54 [00:01:47.000] Scheduled: /tsconfig.json, Cancelled earlier one -Info 55 [00:01:48.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 56 [00:01:49.000] Elapsed:: *ms DirectoryWatcher:: Triggered with a/data/node_modules/types-registry :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 57 [00:01:51.000] DirectoryWatcher:: Triggered with a/data/node_modules/types-registry/index.json :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 58 [00:01:52.000] Project: /tsconfig.json Detected file add/remove of non supported extension: a/data/node_modules/types-registry/index.json -Info 59 [00:01:53.000] Elapsed:: *ms DirectoryWatcher:: Triggered with a/data/node_modules/types-registry/index.json :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -TI:: [00:01:54.000] TI:: Updated types-registry npm package +TI:: [hh:mm:ss:mss] Global cache location '/a/data/', safe file path '/safeList.json', types map path /typesMap.json +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Trying to find '/a/data/package.json'... +TI:: [hh:mm:ss:mss] Finished processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Npm config file: /a/data/package.json +TI:: [hh:mm:ss:mss] Npm config file: '/a/data/package.json' is missing, creating new one... +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with a :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with a :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with a/data :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with a/data :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with a/data/package.json :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Config: /tsconfig.json Detected new package.json: a/data/package.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/data/package.json 250 undefined WatchType: package.json file +Info seq [hh:mm:ss:mss] Project: /tsconfig.json Detected file add/remove of non supported extension: a/data/package.json +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with a/data/package.json :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +TI:: [hh:mm:ss:mss] Updating types-registry npm package... +TI:: [hh:mm:ss:mss] npm install --ignore-scripts types-registry@latest +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with a/data/node_modules :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with a/data/node_modules :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with a/data/node_modules/types-registry :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with a/data/node_modules/types-registry :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with a/data/node_modules/types-registry/index.json :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /tsconfig.json Detected file add/remove of non supported extension: a/data/node_modules/types-registry/index.json +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with a/data/node_modules/types-registry/index.json :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +TI:: [hh:mm:ss:mss] TI:: Updated types-registry npm package TI:: typing installer creation complete //// [/a/data/package.json] { "private": true } @@ -220,45 +220,45 @@ FsWatchesRecursive:: /node_modules: {} -TI:: [00:01:55.000] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/node_modules/@angular/forms/forms.d.ts"],"compilerOptions":{"target":1,"jsx":1,"allowNonTsExtensions":true,"allowJs":true,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/node_modules/@angular/forms","cachePath":"/a/data/","kind":"discover"} -TI:: [00:01:56.000] Request specifies cache path '/a/data/', loading cached information... -TI:: [00:01:57.000] Processing cache location '/a/data/' -TI:: [00:01:58.000] Cache location was already processed... -TI:: [00:01:59.000] Failed to load safelist from types map file '/typesMap.json' -TI:: [00:02:00.000] Explicitly included types: [] -TI:: [00:02:01.000] Typing names in '/node_modules/@angular/forms/package.json' dependencies: [] -TI:: [00:02:02.000] Inferred typings from unresolved imports: [] -TI:: [00:02:03.000] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/node_modules/@angular/forms/bower_components","/node_modules/@angular/forms/package.json","/node_modules/@angular/forms/node_modules"]} -TI:: [00:02:04.000] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/node_modules/@angular/forms/bower_components","/node_modules/@angular/forms/package.json","/node_modules/@angular/forms/node_modules"]} -TI:: [00:02:05.000] DirectoryWatcher:: Added:: WatchInfo: /node_modules/@angular/forms/bower_components -TI:: [00:02:06.000] DirectoryWatcher:: Added:: WatchInfo: /node_modules/@angular/forms/bower_components 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:02:07.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules/@angular/forms/bower_components 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:02:08.000] FileWatcher:: Added:: WatchInfo: /node_modules/@angular/forms/package.json -TI:: [00:02:09.000] FileWatcher:: Added:: WatchInfo: /node_modules/@angular/forms/package.json 2000 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:02:10.000] DirectoryWatcher:: Added:: WatchInfo: /node_modules/@angular/forms/node_modules -TI:: [00:02:11.000] DirectoryWatcher:: Added:: WatchInfo: /node_modules/@angular/forms/node_modules 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:02:12.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules/@angular/forms/node_modules 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:02:13.000] Sending response: +TI:: [hh:mm:ss:mss] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/node_modules/@angular/forms/forms.d.ts"],"compilerOptions":{"target":1,"jsx":1,"allowNonTsExtensions":true,"allowJs":true,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/node_modules/@angular/forms","cachePath":"/a/data/","kind":"discover"} +TI:: [hh:mm:ss:mss] Request specifies cache path '/a/data/', loading cached information... +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Cache location was already processed... +TI:: [hh:mm:ss:mss] Failed to load safelist from types map file '/typesMap.json' +TI:: [hh:mm:ss:mss] Explicitly included types: [] +TI:: [hh:mm:ss:mss] Typing names in '/node_modules/@angular/forms/package.json' dependencies: [] +TI:: [hh:mm:ss:mss] Inferred typings from unresolved imports: [] +TI:: [hh:mm:ss:mss] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/node_modules/@angular/forms/bower_components","/node_modules/@angular/forms/package.json","/node_modules/@angular/forms/node_modules"]} +TI:: [hh:mm:ss:mss] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/node_modules/@angular/forms/bower_components","/node_modules/@angular/forms/package.json","/node_modules/@angular/forms/node_modules"]} +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /node_modules/@angular/forms/bower_components +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /node_modules/@angular/forms/bower_components 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules/@angular/forms/bower_components 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /node_modules/@angular/forms/package.json +TI:: [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /node_modules/@angular/forms/package.json 2000 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /node_modules/@angular/forms/node_modules +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /node_modules/@angular/forms/node_modules 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules/@angular/forms/node_modules 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] Sending response: {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"target":1,"jsx":1,"allowNonTsExtensions":true,"allowJs":true,"noEmitForJsFiles":true},"typings":[],"unresolvedImports":[],"kind":"action::set"} -TI:: [00:02:14.000] No new typings were requested as a result of typings discovery -Info 60 [00:02:15.000] Project '/tsconfig.json' (Configured) -Info 60 [00:02:16.000] Files (1) - -Info 60 [00:02:17.000] ----------------------------------------------- -Info 60 [00:02:18.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 60 [00:02:19.000] Files (2) - -Info 60 [00:02:20.000] ----------------------------------------------- -Info 60 [00:02:21.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 60 [00:02:22.000] Files (1) - -Info 60 [00:02:23.000] ----------------------------------------------- -Info 60 [00:02:24.000] Open files: -Info 60 [00:02:25.000] FileName: /index.ts ProjectRootPath: undefined -Info 60 [00:02:26.000] Projects: /tsconfig.json -Info 60 [00:02:27.000] FileName: /node_modules/@angular/forms/forms.d.ts ProjectRootPath: undefined -Info 60 [00:02:28.000] Projects: /dev/null/inferredProject1*,/dev/null/autoImportProviderProject1* -Info 60 [00:02:29.000] response: +TI:: [hh:mm:ss:mss] No new typings were requested as a result of typings discovery +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /node_modules/@angular/forms/forms.d.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1*,/dev/null/autoImportProviderProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -290,23 +290,23 @@ FsWatchesRecursive:: /node_modules: {} -Info 61 [00:02:30.000] Starting updateGraphWorker: Project: /tsconfig.json -Info 62 [00:02:31.000] Finishing updateGraphWorker: Project: /tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 63 [00:02:32.000] Same program as before -Info 64 [00:02:33.000] getCompletionData: Get current token: * -Info 65 [00:02:34.000] getCompletionData: Is inside comment: * -Info 66 [00:02:35.000] getCompletionData: Get previous token: * -Info 67 [00:02:36.000] getExportInfoMap: cache miss or empty; calculating new results -Info 68 [00:02:37.000] forEachExternalModuleToImportFrom autoImportProvider: * -Info 69 [00:02:38.000] getExportInfoMap: done in * ms -Info 70 [00:02:39.000] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache -Info 71 [00:02:40.000] collectAutoImports: response is incomplete -Info 72 [00:02:41.000] collectAutoImports: * -Info 73 [00:02:42.000] getCompletionData: Semantic work: * -Info 74 [00:02:43.000] getCompletionsAtPosition: getCompletionEntriesFromSymbols: * +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] getCompletionData: Get current token: * +Info seq [hh:mm:ss:mss] getCompletionData: Is inside comment: * +Info seq [hh:mm:ss:mss] getCompletionData: Get previous token: * +Info seq [hh:mm:ss:mss] getExportInfoMap: cache miss or empty; calculating new results +Info seq [hh:mm:ss:mss] forEachExternalModuleToImportFrom autoImportProvider: * +Info seq [hh:mm:ss:mss] getExportInfoMap: done in * ms +Info seq [hh:mm:ss:mss] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info seq [hh:mm:ss:mss] collectAutoImports: response is incomplete +Info seq [hh:mm:ss:mss] collectAutoImports: * +Info seq [hh:mm:ss:mss] getCompletionData: Semantic work: * +Info seq [hh:mm:ss:mss] getCompletionsAtPosition: getCompletionEntriesFromSymbols: * Before request -Info 75 [00:02:44.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "applyChangedToOpenFiles", "arguments": { @@ -320,54 +320,54 @@ Info 75 [00:02:44.000] request: "seq": 3, "type": "request" } -Info 76 [00:02:45.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 77 [00:02:46.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 78 [00:02:47.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 79 [00:02:48.000] Files (1) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /node_modules/@angular/forms/forms.d.ts SVC-2-0 "export class ValidatorPattern {}" -Info 80 [00:02:49.000] ----------------------------------------------- -Info 81 [00:02:50.000] AutoImportProviderProject: found 2 root files in 2 dependencies in * ms -Info 82 [00:02:51.000] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* -Info 83 [00:02:52.000] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 84 [00:02:53.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 85 [00:02:54.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] AutoImportProviderProject: found 2 root files in 2 dependencies in * ms +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (2) /node_modules/@angular/forms/forms.d.ts SVC-2-0 "export class ValidatorPattern {}" /node_modules/@angular/core/core.d.ts Text-1 "" -Info 86 [00:02:55.000] ----------------------------------------------- -Info 87 [00:02:56.000] Project '/tsconfig.json' (Configured) -Info 87 [00:02:57.000] Files (1) - -Info 87 [00:02:58.000] ----------------------------------------------- -Info 87 [00:02:59.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 87 [00:03:00.000] Files (2) - -Info 87 [00:03:01.000] ----------------------------------------------- -Info 87 [00:03:02.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 87 [00:03:03.000] Files (1) - -Info 87 [00:03:04.000] ----------------------------------------------- -Info 87 [00:03:05.000] Open files: -Info 87 [00:03:06.000] FileName: /index.ts ProjectRootPath: undefined -Info 87 [00:03:07.000] Projects: /tsconfig.json -Info 87 [00:03:08.000] FileName: /node_modules/@angular/forms/forms.d.ts ProjectRootPath: undefined -Info 87 [00:03:09.000] Projects: /dev/null/inferredProject1*,/dev/null/autoImportProviderProject1* -Info 87 [00:03:10.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /node_modules/@angular/forms/forms.d.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1*,/dev/null/autoImportProviderProject1* +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true } After request -Info 88 [00:03:11.000] getCompletionData: Get current token: * -Info 89 [00:03:12.000] getCompletionData: Is inside comment: * -Info 90 [00:03:13.000] getCompletionData: Get previous token: * -Info 91 [00:03:14.000] getExportInfoMap: cache miss or empty; calculating new results -Info 92 [00:03:15.000] forEachExternalModuleToImportFrom autoImportProvider: * -Info 93 [00:03:16.000] getExportInfoMap: done in * ms -Info 94 [00:03:17.000] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache -Info 95 [00:03:18.000] collectAutoImports: response is incomplete -Info 96 [00:03:19.000] collectAutoImports: * -Info 97 [00:03:20.000] getCompletionData: Semantic work: * -Info 98 [00:03:21.000] getCompletionsAtPosition: getCompletionEntriesFromSymbols: * \ No newline at end of file +Info seq [hh:mm:ss:mss] getCompletionData: Get current token: * +Info seq [hh:mm:ss:mss] getCompletionData: Is inside comment: * +Info seq [hh:mm:ss:mss] getCompletionData: Get previous token: * +Info seq [hh:mm:ss:mss] getExportInfoMap: cache miss or empty; calculating new results +Info seq [hh:mm:ss:mss] forEachExternalModuleToImportFrom autoImportProvider: * +Info seq [hh:mm:ss:mss] getExportInfoMap: done in * ms +Info seq [hh:mm:ss:mss] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info seq [hh:mm:ss:mss] collectAutoImports: response is incomplete +Info seq [hh:mm:ss:mss] collectAutoImports: * +Info seq [hh:mm:ss:mss] getCompletionData: Semantic work: * +Info seq [hh:mm:ss:mss] getCompletionsAtPosition: getCompletionEntriesFromSymbols: * \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/autoImportProvider/Responds-to-package_json-changes.js b/tests/baselines/reference/tsserver/autoImportProvider/Responds-to-package_json-changes.js index d4b63ebee3863..bc1841e6c431e 100644 --- a/tests/baselines/reference/tsserver/autoImportProvider/Responds-to-package_json-changes.js +++ b/tests/baselines/reference/tsserver/autoImportProvider/Responds-to-package_json-changes.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:19.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/node_modules/@angular/forms/forms.d.ts] export declare class PatternValidator {} @@ -17,7 +17,7 @@ export declare class PatternValidator {} -Info 1 [00:00:20.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -26,11 +26,11 @@ Info 1 [00:00:20.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:21.000] Search path: / -Info 3 [00:00:22.000] For info: /index.ts :: Config file name: /tsconfig.json -Info 4 [00:00:23.000] Creating configuration project /tsconfig.json -Info 5 [00:00:24.000] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file -Info 6 [00:00:25.000] Config: /tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: / +Info seq [hh:mm:ss:mss] For info: /index.ts :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /tsconfig.json : { "rootNames": [ "/index.ts" ], @@ -39,29 +39,29 @@ Info 6 [00:00:25.000] Config: /tsconfig.json : { "configFilePath": "/tsconfig.json" } } -Info 7 [00:00:26.000] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 8 [00:00:27.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 9 [00:00:28.000] Starting updateGraphWorker: Project: /tsconfig.json -Info 10 [00:00:29.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file -Info 11 [00:00:30.000] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 12 [00:00:31.000] Project '/tsconfig.json' (Configured) -Info 13 [00:00:32.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /index.ts SVC-1-0 "" index.ts Matched by default include pattern '**/*' -Info 14 [00:00:33.000] ----------------------------------------------- -Info 15 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /package.json 250 undefined WatchType: package.json file -Info 16 [00:00:35.000] Project '/tsconfig.json' (Configured) -Info 16 [00:00:36.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /package.json 250 undefined WatchType: package.json file +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 16 [00:00:37.000] ----------------------------------------------- -Info 16 [00:00:38.000] Open files: -Info 16 [00:00:39.000] FileName: /index.ts ProjectRootPath: undefined -Info 16 [00:00:40.000] Projects: /tsconfig.json -Info 16 [00:00:41.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -81,19 +81,19 @@ FsWatchesRecursive:: /: *new* {} -Info 17 [00:00:45.000] FileWatcher:: Triggered with /package.json 1:: WatchInfo: /package.json 250 undefined WatchType: package.json file -Info 18 [00:00:46.000] Elapsed:: *ms FileWatcher:: Triggered with /package.json 1:: WatchInfo: /package.json 250 undefined WatchType: package.json file -Info 19 [00:00:47.000] AutoImportProviderProject: found 1 root files in 1 dependencies in * ms -Info 20 [00:00:48.000] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 21 [00:00:49.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 22 [00:00:50.000] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* -Info 23 [00:00:51.000] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 24 [00:00:52.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 25 [00:00:53.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /package.json 1:: WatchInfo: /package.json 250 undefined WatchType: package.json file +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /package.json 1:: WatchInfo: /package.json 250 undefined WatchType: package.json file +Info seq [hh:mm:ss:mss] AutoImportProviderProject: found 1 root files in 1 dependencies in * ms +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (1) /node_modules/@angular/forms/forms.d.ts Text-1 "export declare class PatternValidator {}" node_modules/@angular/forms/forms.d.ts Root file specified for compilation -Info 26 [00:00:54.000] ----------------------------------------------- \ No newline at end of file +Info seq [hh:mm:ss:mss] ----------------------------------------------- \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/autoImportProvider/Reuses-autoImportProvider-when-program-structure-is-unchanged.js b/tests/baselines/reference/tsserver/autoImportProvider/Reuses-autoImportProvider-when-program-structure-is-unchanged.js index 8c9d5ccd621cf..67be53530c21c 100644 --- a/tests/baselines/reference/tsserver/autoImportProvider/Reuses-autoImportProvider-when-program-structure-is-unchanged.js +++ b/tests/baselines/reference/tsserver/autoImportProvider/Reuses-autoImportProvider-when-program-structure-is-unchanged.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:19.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/node_modules/@angular/forms/forms.d.ts] export declare class PatternValidator {} @@ -17,7 +17,7 @@ export declare class PatternValidator {} -Info 1 [00:00:20.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -26,11 +26,11 @@ Info 1 [00:00:20.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:21.000] Search path: / -Info 3 [00:00:22.000] For info: /index.ts :: Config file name: /tsconfig.json -Info 4 [00:00:23.000] Creating configuration project /tsconfig.json -Info 5 [00:00:24.000] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file -Info 6 [00:00:25.000] Config: /tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: / +Info seq [hh:mm:ss:mss] For info: /index.ts :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /tsconfig.json : { "rootNames": [ "/index.ts" ], @@ -39,47 +39,47 @@ Info 6 [00:00:25.000] Config: /tsconfig.json : { "configFilePath": "/tsconfig.json" } } -Info 7 [00:00:26.000] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 8 [00:00:27.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 9 [00:00:28.000] Starting updateGraphWorker: Project: /tsconfig.json -Info 10 [00:00:29.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file -Info 11 [00:00:30.000] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 12 [00:00:31.000] Project '/tsconfig.json' (Configured) -Info 13 [00:00:32.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /index.ts SVC-1-0 "" index.ts Matched by default include pattern '**/*' -Info 14 [00:00:33.000] ----------------------------------------------- -Info 15 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /package.json 250 undefined WatchType: package.json file -Info 16 [00:00:35.000] AutoImportProviderProject: found 1 root files in 1 dependencies in * ms -Info 17 [00:00:36.000] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 18 [00:00:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 19 [00:00:38.000] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* -Info 20 [00:00:39.000] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 21 [00:00:40.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 22 [00:00:41.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /package.json 250 undefined WatchType: package.json file +Info seq [hh:mm:ss:mss] AutoImportProviderProject: found 1 root files in 1 dependencies in * ms +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (1) /node_modules/@angular/forms/forms.d.ts Text-1 "export declare class PatternValidator {}" node_modules/@angular/forms/forms.d.ts Root file specified for compilation -Info 23 [00:00:42.000] ----------------------------------------------- -Info 24 [00:00:43.000] Project '/tsconfig.json' (Configured) -Info 24 [00:00:44.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 24 [00:00:45.000] ----------------------------------------------- -Info 24 [00:00:46.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 24 [00:00:47.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (1) -Info 24 [00:00:48.000] ----------------------------------------------- -Info 24 [00:00:49.000] Open files: -Info 24 [00:00:50.000] FileName: /index.ts ProjectRootPath: undefined -Info 24 [00:00:51.000] Projects: /tsconfig.json -Info 24 [00:00:52.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -103,7 +103,7 @@ FsWatchesRecursive:: Before request -Info 25 [00:00:53.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "applyChangedToOpenFiles", "arguments": { @@ -117,29 +117,29 @@ Info 25 [00:00:53.000] request: "seq": 2, "type": "request" } -Info 26 [00:00:54.000] Starting updateGraphWorker: Project: /tsconfig.json -Info 27 [00:00:55.000] Finishing updateGraphWorker: Project: /tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 28 [00:00:56.000] Project '/tsconfig.json' (Configured) -Info 29 [00:00:57.000] Files (1) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /index.ts SVC-2-0 "console.log(0)" -Info 30 [00:00:58.000] ----------------------------------------------- -Info 31 [00:00:59.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 32 [00:01:00.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (1) -Info 33 [00:01:01.000] ----------------------------------------------- -Info 34 [00:01:02.000] Project '/tsconfig.json' (Configured) -Info 34 [00:01:03.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 34 [00:01:04.000] ----------------------------------------------- -Info 34 [00:01:05.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 34 [00:01:06.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (1) -Info 34 [00:01:07.000] ----------------------------------------------- -Info 34 [00:01:08.000] Open files: -Info 34 [00:01:09.000] FileName: /index.ts ProjectRootPath: undefined -Info 34 [00:01:10.000] Projects: /tsconfig.json -Info 34 [00:01:11.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true diff --git a/tests/baselines/reference/tsserver/autoImportProvider/Shared-source-files-between-AutoImportProvider-and-main-program.js b/tests/baselines/reference/tsserver/autoImportProvider/Shared-source-files-between-AutoImportProvider-and-main-program.js index 75652ebfe1485..fb109d4a584de 100644 --- a/tests/baselines/reference/tsserver/autoImportProvider/Shared-source-files-between-AutoImportProvider-and-main-program.js +++ b/tests/baselines/reference/tsserver/autoImportProvider/Shared-source-files-between-AutoImportProvider-and-main-program.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:27.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/node_modules/memfs/package.json] { "name": "memfs", "version": "1.0.0", "types": "lib/index.d.ts" } @@ -24,7 +24,7 @@ export declare class Stats {} export {}; -Info 1 [00:00:28.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -33,11 +33,11 @@ Info 1 [00:00:28.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:29.000] Search path: / -Info 3 [00:00:30.000] For info: /index.ts :: Config file name: /tsconfig.json -Info 4 [00:00:31.000] Creating configuration project /tsconfig.json -Info 5 [00:00:32.000] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file -Info 6 [00:00:33.000] Config: /tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: / +Info seq [hh:mm:ss:mss] For info: /index.ts :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /tsconfig.json : { "rootNames": [ "/index.ts" ], @@ -48,16 +48,16 @@ Info 6 [00:00:33.000] Config: /tsconfig.json : { "configFilePath": "/tsconfig.json" } } -Info 7 [00:00:34.000] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 8 [00:00:35.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 9 [00:00:36.000] Starting updateGraphWorker: Project: /tsconfig.json -Info 10 [00:00:37.000] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 11 [00:00:38.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 12 [00:00:39.000] FileWatcher:: Added:: WatchInfo: /node_modules/@types/node/package.json 2000 undefined Project: /tsconfig.json WatchType: File location affecting resolution -Info 13 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file -Info 14 [00:00:41.000] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:42.000] Project '/tsconfig.json' (Configured) -Info 16 [00:00:43.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /node_modules/@types/node/package.json 2000 undefined Project: /tsconfig.json WatchType: File location affecting resolution +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /index.ts SVC-1-0 "export {};" /node_modules/@types/node/index.d.ts Text-1 "export declare class Stats {}" @@ -67,14 +67,14 @@ Info 16 [00:00:43.000] Files (2) node_modules/@types/node/index.d.ts Entry point of type library 'node' specified in compilerOptions with packageId '@types/node/index.d.ts@1.0.0' -Info 17 [00:00:44.000] ----------------------------------------------- -Info 18 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /package.json 250 undefined WatchType: package.json file -Info 19 [00:00:46.000] AutoImportProviderProject: found 1 root files in 1 dependencies in * ms -Info 20 [00:00:47.000] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* -Info 21 [00:00:48.000] FileWatcher:: Added:: WatchInfo: /node_modules/@types/node/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution -Info 22 [00:00:49.000] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:00:50.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 24 [00:00:51.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /package.json 250 undefined WatchType: package.json file +Info seq [hh:mm:ss:mss] AutoImportProviderProject: found 1 root files in 1 dependencies in * ms +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /node_modules/@types/node/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (2) /node_modules/@types/node/index.d.ts Text-1 "export declare class Stats {}" /node_modules/memfs/lib/index.d.ts Text-1 "/// \nexport declare class Volume {}" @@ -84,19 +84,19 @@ Info 24 [00:00:51.000] Files (2) node_modules/memfs/lib/index.d.ts Root file specified for compilation -Info 25 [00:00:52.000] ----------------------------------------------- -Info 26 [00:00:53.000] Project '/tsconfig.json' (Configured) -Info 26 [00:00:54.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 26 [00:00:55.000] ----------------------------------------------- -Info 26 [00:00:56.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 26 [00:00:57.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (2) -Info 26 [00:00:58.000] ----------------------------------------------- -Info 26 [00:00:59.000] Open files: -Info 26 [00:01:00.000] FileName: /index.ts ProjectRootPath: undefined -Info 26 [00:01:01.000] Projects: /tsconfig.json -Info 26 [00:01:02.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -122,7 +122,7 @@ FsWatchesRecursive:: Before request -Info 27 [00:01:03.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "completionInfo", "arguments": { @@ -134,18 +134,18 @@ Info 27 [00:01:03.000] request: "seq": 2, "type": "request" } -Info 28 [00:01:04.000] getCompletionData: Get current token: * -Info 29 [00:01:05.000] getCompletionData: Is inside comment: * -Info 30 [00:01:06.000] getCompletionData: Get previous token: * -Info 31 [00:01:07.000] getExportInfoMap: cache miss or empty; calculating new results -Info 32 [00:01:08.000] forEachExternalModuleToImportFrom autoImportProvider: * -Info 33 [00:01:09.000] getExportInfoMap: done in * ms -Info 34 [00:01:10.000] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 2 from cache -Info 35 [00:01:11.000] collectAutoImports: response is incomplete -Info 36 [00:01:12.000] collectAutoImports: * -Info 37 [00:01:13.000] getCompletionData: Semantic work: * -Info 38 [00:01:14.000] getCompletionsAtPosition: getCompletionEntriesFromSymbols: * -Info 39 [00:01:15.000] response: +Info seq [hh:mm:ss:mss] getCompletionData: Get current token: * +Info seq [hh:mm:ss:mss] getCompletionData: Is inside comment: * +Info seq [hh:mm:ss:mss] getCompletionData: Get previous token: * +Info seq [hh:mm:ss:mss] getExportInfoMap: cache miss or empty; calculating new results +Info seq [hh:mm:ss:mss] forEachExternalModuleToImportFrom autoImportProvider: * +Info seq [hh:mm:ss:mss] getExportInfoMap: done in * ms +Info seq [hh:mm:ss:mss] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 2 from cache +Info seq [hh:mm:ss:mss] collectAutoImports: response is incomplete +Info seq [hh:mm:ss:mss] collectAutoImports: * +Info seq [hh:mm:ss:mss] getCompletionData: Semantic work: * +Info seq [hh:mm:ss:mss] getCompletionsAtPosition: getCompletionEntriesFromSymbols: * +Info seq [hh:mm:ss:mss] response: { "response": { "flags": 1, diff --git a/tests/baselines/reference/tsserver/autoImportProvider/dependencies-are-already-in-main-program.js b/tests/baselines/reference/tsserver/autoImportProvider/dependencies-are-already-in-main-program.js index a7a63c49c8270..c142c49657420 100644 --- a/tests/baselines/reference/tsserver/autoImportProvider/dependencies-are-already-in-main-program.js +++ b/tests/baselines/reference/tsserver/autoImportProvider/dependencies-are-already-in-main-program.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:19.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/node_modules/@angular/forms/forms.d.ts] export declare class PatternValidator {} @@ -17,7 +17,7 @@ export declare class PatternValidator {} import '@angular/forms'; -Info 1 [00:00:20.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -26,11 +26,11 @@ Info 1 [00:00:20.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:21.000] Search path: / -Info 3 [00:00:22.000] For info: /index.ts :: Config file name: /tsconfig.json -Info 4 [00:00:23.000] Creating configuration project /tsconfig.json -Info 5 [00:00:24.000] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file -Info 6 [00:00:25.000] Config: /tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: / +Info seq [hh:mm:ss:mss] For info: /index.ts :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /tsconfig.json : { "rootNames": [ "/index.ts" ], @@ -39,18 +39,16 @@ Info 6 [00:00:25.000] Config: /tsconfig.json : { "configFilePath": "/tsconfig.json" } } -Info 7 [00:00:26.000] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 8 [00:00:27.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 9 [00:00:28.000] Starting updateGraphWorker: Project: /tsconfig.json -Info 10 [00:00:29.000] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 11 [00:00:30.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 12 [00:00:31.000] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined Project: /tsconfig.json WatchType: Failed Lookup Locations -Info 13 [00:00:32.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined Project: /tsconfig.json WatchType: Failed Lookup Locations -Info 14 [00:00:33.000] FileWatcher:: Added:: WatchInfo: /node_modules/@angular/forms/package.json 2000 undefined Project: /tsconfig.json WatchType: File location affecting resolution -Info 15 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file -Info 16 [00:00:35.000] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 17 [00:00:36.000] Project '/tsconfig.json' (Configured) -Info 18 [00:00:37.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /node_modules/@angular/forms/package.json 2000 undefined Project: /tsconfig.json WatchType: File location affecting resolution +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /node_modules/@angular/forms/forms.d.ts Text-1 "export declare class PatternValidator {}" /index.ts SVC-1-0 "import '@angular/forms';" @@ -60,16 +58,16 @@ Info 18 [00:00:37.000] Files (2) index.ts Matched by default include pattern '**/*' -Info 19 [00:00:38.000] ----------------------------------------------- -Info 20 [00:00:39.000] FileWatcher:: Added:: WatchInfo: /package.json 250 undefined WatchType: package.json file -Info 21 [00:00:40.000] Project '/tsconfig.json' (Configured) -Info 21 [00:00:41.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /package.json 250 undefined WatchType: package.json file +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 21 [00:00:42.000] ----------------------------------------------- -Info 21 [00:00:43.000] Open files: -Info 21 [00:00:44.000] FileName: /index.ts ProjectRootPath: undefined -Info 21 [00:00:45.000] Projects: /tsconfig.json -Info 21 [00:00:46.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } diff --git a/tests/baselines/reference/tsserver/autoImportProvider/projects-already-inside-node_modules.js b/tests/baselines/reference/tsserver/autoImportProvider/projects-already-inside-node_modules.js index 4941abaefc6ac..e5ed439da237d 100644 --- a/tests/baselines/reference/tsserver/autoImportProvider/projects-already-inside-node_modules.js +++ b/tests/baselines/reference/tsserver/autoImportProvider/projects-already-inside-node_modules.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:19.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/node_modules/@angular/forms/forms.d.ts] export declare class PatternValidator {} @@ -14,7 +14,7 @@ export declare class PatternValidator {} export namespace angular {}; -Info 1 [00:00:20.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -23,22 +23,22 @@ Info 1 [00:00:20.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:21.000] Search path: /node_modules/@angular/forms -Info 3 [00:00:22.000] For info: /node_modules/@angular/forms/forms.d.ts :: No config files found. -Info 4 [00:00:23.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 5 [00:00:24.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 6 [00:00:25.000] DirectoryWatcher:: Added:: WatchInfo: /node_modules/@angular/forms/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 7 [00:00:26.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules/@angular/forms/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 8 [00:00:27.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 9 [00:00:28.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 10 [00:00:29.000] Files (1) +Info seq [hh:mm:ss:mss] Search path: /node_modules/@angular/forms +Info seq [hh:mm:ss:mss] For info: /node_modules/@angular/forms/forms.d.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /node_modules/@angular/forms/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules/@angular/forms/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /node_modules/@angular/forms/forms.d.ts SVC-1-0 "export declare class PatternValidator {}" forms.d.ts Root file specified for compilation -Info 11 [00:00:30.000] ----------------------------------------------- +Info seq [hh:mm:ss:mss] ----------------------------------------------- TI:: Creating typing installer PolledWatches:: @@ -47,15 +47,15 @@ PolledWatches:: /node_modules/@angular/forms/node_modules/@types: *new* {"pollingInterval":500} -TI:: [00:00:31.000] Global cache location '/a/data/', safe file path '/safeList.json', types map path /typesMap.json -TI:: [00:00:32.000] Processing cache location '/a/data/' -TI:: [00:00:33.000] Trying to find '/a/data/package.json'... -TI:: [00:00:34.000] Finished processing cache location '/a/data/' -TI:: [00:00:35.000] Npm config file: /a/data/package.json -TI:: [00:00:36.000] Npm config file: '/a/data/package.json' is missing, creating new one... -TI:: [00:00:43.000] Updating types-registry npm package... -TI:: [00:00:44.000] npm install --ignore-scripts types-registry@latest -TI:: [00:00:51.000] TI:: Updated types-registry npm package +TI:: [hh:mm:ss:mss] Global cache location '/a/data/', safe file path '/safeList.json', types map path /typesMap.json +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Trying to find '/a/data/package.json'... +TI:: [hh:mm:ss:mss] Finished processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Npm config file: /a/data/package.json +TI:: [hh:mm:ss:mss] Npm config file: '/a/data/package.json' is missing, creating new one... +TI:: [hh:mm:ss:mss] Updating types-registry npm package... +TI:: [hh:mm:ss:mss] npm install --ignore-scripts types-registry@latest +TI:: [hh:mm:ss:mss] TI:: Updated types-registry npm package TI:: typing installer creation complete //// [/a/data/package.json] { "private": true } @@ -66,37 +66,37 @@ TI:: typing installer creation complete } -TI:: [00:00:52.000] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/node_modules/@angular/forms/forms.d.ts"],"compilerOptions":{"target":1,"jsx":1,"allowNonTsExtensions":true,"allowJs":true,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/node_modules/@angular/forms","cachePath":"/a/data/","kind":"discover"} -TI:: [00:00:53.000] Request specifies cache path '/a/data/', loading cached information... -TI:: [00:00:54.000] Processing cache location '/a/data/' -TI:: [00:00:55.000] Cache location was already processed... -TI:: [00:00:56.000] Failed to load safelist from types map file '/typesMap.json' -TI:: [00:00:57.000] Explicitly included types: [] -TI:: [00:00:58.000] Typing names in '/node_modules/@angular/forms/package.json' dependencies: ["@angular/core"] -TI:: [00:00:59.000] Inferred typings from unresolved imports: [] -TI:: [00:01:00.000] Result: {"cachedTypingPaths":[],"newTypingNames":["@angular/core"],"filesToWatch":["/node_modules/@angular/forms/bower_components","/node_modules/@angular/forms/package.json","/node_modules/@angular/forms/node_modules"]} -TI:: [00:01:01.000] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["@angular/core"],"filesToWatch":["/node_modules/@angular/forms/bower_components","/node_modules/@angular/forms/package.json","/node_modules/@angular/forms/node_modules"]} -TI:: [00:01:02.000] DirectoryWatcher:: Added:: WatchInfo: /node_modules/@angular/forms/bower_components -TI:: [00:01:03.000] DirectoryWatcher:: Added:: WatchInfo: /node_modules/@angular/forms/bower_components 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:01:04.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules/@angular/forms/bower_components 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:01:05.000] FileWatcher:: Added:: WatchInfo: /node_modules/@angular/forms/package.json -TI:: [00:01:06.000] FileWatcher:: Added:: WatchInfo: /node_modules/@angular/forms/package.json 2000 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:01:07.000] DirectoryWatcher:: Added:: WatchInfo: /node_modules/@angular/forms/node_modules -TI:: [00:01:08.000] DirectoryWatcher:: Added:: WatchInfo: /node_modules/@angular/forms/node_modules 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:01:09.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules/@angular/forms/node_modules 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:01:10.000] Installing typings ["@angular/core"] -TI:: [00:01:11.000] '@angular/core':: Entry for package 'angular__core' does not exist in local types registry - skipping... -TI:: [00:01:12.000] All typings are known to be missing or invalid - no need to install more typings -TI:: [00:01:13.000] Sending response: +TI:: [hh:mm:ss:mss] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/node_modules/@angular/forms/forms.d.ts"],"compilerOptions":{"target":1,"jsx":1,"allowNonTsExtensions":true,"allowJs":true,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/node_modules/@angular/forms","cachePath":"/a/data/","kind":"discover"} +TI:: [hh:mm:ss:mss] Request specifies cache path '/a/data/', loading cached information... +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Cache location was already processed... +TI:: [hh:mm:ss:mss] Failed to load safelist from types map file '/typesMap.json' +TI:: [hh:mm:ss:mss] Explicitly included types: [] +TI:: [hh:mm:ss:mss] Typing names in '/node_modules/@angular/forms/package.json' dependencies: ["@angular/core"] +TI:: [hh:mm:ss:mss] Inferred typings from unresolved imports: [] +TI:: [hh:mm:ss:mss] Result: {"cachedTypingPaths":[],"newTypingNames":["@angular/core"],"filesToWatch":["/node_modules/@angular/forms/bower_components","/node_modules/@angular/forms/package.json","/node_modules/@angular/forms/node_modules"]} +TI:: [hh:mm:ss:mss] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["@angular/core"],"filesToWatch":["/node_modules/@angular/forms/bower_components","/node_modules/@angular/forms/package.json","/node_modules/@angular/forms/node_modules"]} +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /node_modules/@angular/forms/bower_components +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /node_modules/@angular/forms/bower_components 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules/@angular/forms/bower_components 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /node_modules/@angular/forms/package.json +TI:: [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /node_modules/@angular/forms/package.json 2000 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /node_modules/@angular/forms/node_modules +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /node_modules/@angular/forms/node_modules 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules/@angular/forms/node_modules 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] Installing typings ["@angular/core"] +TI:: [hh:mm:ss:mss] '@angular/core':: Entry for package 'angular__core' does not exist in local types registry - skipping... +TI:: [hh:mm:ss:mss] All typings are known to be missing or invalid - no need to install more typings +TI:: [hh:mm:ss:mss] Sending response: {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"target":1,"jsx":1,"allowNonTsExtensions":true,"allowJs":true,"noEmitForJsFiles":true},"typings":[],"unresolvedImports":[],"kind":"action::set"} -Info 12 [00:01:14.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 12 [00:01:15.000] Files (1) +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 12 [00:01:16.000] ----------------------------------------------- -Info 12 [00:01:17.000] Open files: -Info 12 [00:01:18.000] FileName: /node_modules/@angular/forms/forms.d.ts ProjectRootPath: undefined -Info 12 [00:01:19.000] Projects: /dev/null/inferredProject1* -Info 12 [00:01:20.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /node_modules/@angular/forms/forms.d.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } diff --git a/tests/baselines/reference/tsserver/autoImportProvider/without-dependencies-listed.js b/tests/baselines/reference/tsserver/autoImportProvider/without-dependencies-listed.js index ecc3ace44aa82..0cf559aab61f7 100644 --- a/tests/baselines/reference/tsserver/autoImportProvider/without-dependencies-listed.js +++ b/tests/baselines/reference/tsserver/autoImportProvider/without-dependencies-listed.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:19.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/node_modules/@angular/forms/forms.d.ts] export declare class PatternValidator {} @@ -17,7 +17,7 @@ export declare class PatternValidator {} -Info 1 [00:00:20.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -26,11 +26,11 @@ Info 1 [00:00:20.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:21.000] Search path: / -Info 3 [00:00:22.000] For info: /index.ts :: Config file name: /tsconfig.json -Info 4 [00:00:23.000] Creating configuration project /tsconfig.json -Info 5 [00:00:24.000] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file -Info 6 [00:00:25.000] Config: /tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: / +Info seq [hh:mm:ss:mss] For info: /index.ts :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /tsconfig.json : { "rootNames": [ "/index.ts" ], @@ -39,29 +39,29 @@ Info 6 [00:00:25.000] Config: /tsconfig.json : { "configFilePath": "/tsconfig.json" } } -Info 7 [00:00:26.000] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 8 [00:00:27.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 9 [00:00:28.000] Starting updateGraphWorker: Project: /tsconfig.json -Info 10 [00:00:29.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file -Info 11 [00:00:30.000] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 12 [00:00:31.000] Project '/tsconfig.json' (Configured) -Info 13 [00:00:32.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /index.ts SVC-1-0 "" index.ts Matched by default include pattern '**/*' -Info 14 [00:00:33.000] ----------------------------------------------- -Info 15 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /package.json 250 undefined WatchType: package.json file -Info 16 [00:00:35.000] Project '/tsconfig.json' (Configured) -Info 16 [00:00:36.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /package.json 250 undefined WatchType: package.json file +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 16 [00:00:37.000] ----------------------------------------------- -Info 16 [00:00:38.000] Open files: -Info 16 [00:00:39.000] FileName: /index.ts ProjectRootPath: undefined -Info 16 [00:00:40.000] Projects: /tsconfig.json -Info 16 [00:00:41.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } diff --git a/tests/baselines/reference/tsserver/auxiliaryProject/does-not-remove-scrips-from-InferredProject.js b/tests/baselines/reference/tsserver/auxiliaryProject/does-not-remove-scrips-from-InferredProject.js index 42c4e939dd343..3220ccc897ca4 100644 --- a/tests/baselines/reference/tsserver/auxiliaryProject/does-not-remove-scrips-from-InferredProject.js +++ b/tests/baselines/reference/tsserver/auxiliaryProject/does-not-remove-scrips-from-InferredProject.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:09.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a.ts] import { B } from "./b"; @@ -11,7 +11,7 @@ export declare class B {} export class B {} -Info 1 [00:00:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -20,16 +20,14 @@ Info 1 [00:00:10.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:11.000] Search path: / -Info 3 [00:00:12.000] For info: /a.ts :: No config files found. -Info 4 [00:00:13.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 5 [00:00:14.000] DirectoryWatcher:: Added:: WatchInfo: 0 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations -Info 6 [00:00:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 0 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations -Info 7 [00:00:16.000] FileWatcher:: Added:: WatchInfo: /b.d.ts 500 undefined WatchType: Closed Script info -Info 8 [00:00:17.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 9 [00:00:18.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 10 [00:00:19.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 11 [00:00:20.000] Files (2) +Info seq [hh:mm:ss:mss] Search path: / +Info seq [hh:mm:ss:mss] For info: /a.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /b.d.ts Text-1 "export declare class B {}" /a.ts SVC-1-0 "import { B } from \"./b\";" @@ -39,15 +37,15 @@ Info 11 [00:00:20.000] Files (2) a.ts Root file specified for compilation -Info 12 [00:00:21.000] ----------------------------------------------- -Info 13 [00:00:22.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 13 [00:00:23.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 13 [00:00:24.000] ----------------------------------------------- -Info 13 [00:00:25.000] Open files: -Info 13 [00:00:26.000] FileName: /a.ts ProjectRootPath: undefined -Info 13 [00:00:27.000] Projects: /dev/null/inferredProject1* -Info 13 [00:00:28.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -58,16 +56,14 @@ PolledWatches:: {"pollingInterval":500} FsWatches:: -/: *new* - {} /b.d.ts: *new* {} -Info 14 [00:00:29.000] Starting updateGraphWorker: Project: /dev/null/auxiliaryProject1* -Info 15 [00:00:30.000] FileWatcher:: Added:: WatchInfo: /b.js 500 undefined WatchType: Closed Script info -Info 16 [00:00:31.000] Finishing updateGraphWorker: Project: /dev/null/auxiliaryProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 17 [00:00:32.000] Project '/dev/null/auxiliaryProject1*' (Auxiliary) -Info 18 [00:00:33.000] Files (2) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/auxiliaryProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b.js 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/auxiliaryProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/auxiliaryProject1*' (Auxiliary) +Info seq [hh:mm:ss:mss] Files (2) /b.js Text-1 "export class B {}" /a.ts SVC-1-0 "import { B } from \"./b\";" @@ -77,7 +73,7 @@ Info 18 [00:00:33.000] Files (2) a.ts Root file specified for compilation -Info 19 [00:00:34.000] ----------------------------------------------- +Info seq [hh:mm:ss:mss] ----------------------------------------------- Before request PolledWatches:: @@ -85,14 +81,12 @@ PolledWatches:: {"pollingInterval":500} FsWatches:: -/: - {} /b.d.ts: {} /b.js: *new* {} -Info 20 [00:00:35.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -101,21 +95,21 @@ Info 20 [00:00:35.000] request: "seq": 2, "type": "request" } -Info 21 [00:00:36.000] FileWatcher:: Close:: WatchInfo: /b.js 500 undefined WatchType: Closed Script info -Info 22 [00:00:37.000] Search path: / -Info 23 [00:00:38.000] For info: /b.js :: No config files found. -Info 24 [00:00:39.000] Starting updateGraphWorker: Project: /dev/null/inferredProject2* -Info 25 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject2* WatchType: Missing file -Info 26 [00:00:41.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 27 [00:00:42.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 28 [00:00:43.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /b.js 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: / +Info seq [hh:mm:ss:mss] For info: /b.js :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject2* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /b.js Text-1 "export class B {}" b.js Root file specified for compilation -Info 29 [00:00:44.000] ----------------------------------------------- +Info seq [hh:mm:ss:mss] ----------------------------------------------- TI:: Creating typing installer PolledWatches:: @@ -123,8 +117,6 @@ PolledWatches:: {"pollingInterval":500} FsWatches:: -/: - {} /b.d.ts: {} @@ -132,17 +124,15 @@ FsWatches *deleted*:: /b.js: {} -TI:: [00:00:45.000] Global cache location '/a/data/', safe file path '/safeList.json', types map path /typesMap.json -TI:: [00:00:46.000] Processing cache location '/a/data/' -TI:: [00:00:47.000] Trying to find '/a/data/package.json'... -TI:: [00:00:48.000] Finished processing cache location '/a/data/' -TI:: [00:00:49.000] Npm config file: /a/data/package.json -TI:: [00:00:50.000] Npm config file: '/a/data/package.json' is missing, creating new one... -Info 30 [00:00:53.000] DirectoryWatcher:: Triggered with a :: WatchInfo: 0 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations -Info 31 [00:00:54.000] Elapsed:: *ms DirectoryWatcher:: Triggered with a :: WatchInfo: 0 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations -TI:: [00:00:59.000] Updating types-registry npm package... -TI:: [00:01:00.000] npm install --ignore-scripts types-registry@latest -TI:: [00:01:07.000] TI:: Updated types-registry npm package +TI:: [hh:mm:ss:mss] Global cache location '/a/data/', safe file path '/safeList.json', types map path /typesMap.json +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Trying to find '/a/data/package.json'... +TI:: [hh:mm:ss:mss] Finished processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Npm config file: /a/data/package.json +TI:: [hh:mm:ss:mss] Npm config file: '/a/data/package.json' is missing, creating new one... +TI:: [hh:mm:ss:mss] Updating types-registry npm package... +TI:: [hh:mm:ss:mss] npm install --ignore-scripts types-registry@latest +TI:: [hh:mm:ss:mss] TI:: Updated types-registry npm package TI:: typing installer creation complete //// [/a/data/package.json] { "private": true } @@ -153,38 +143,38 @@ TI:: typing installer creation complete } -TI:: [00:01:08.000] Got install request {"projectName":"/dev/null/inferredProject2*","fileNames":["/b.js"],"compilerOptions":{"target":1,"jsx":1,"allowNonTsExtensions":true,"allowJs":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/","cachePath":"/a/data/","kind":"discover"} -TI:: [00:01:09.000] Request specifies cache path '/a/data/', loading cached information... -TI:: [00:01:10.000] Processing cache location '/a/data/' -TI:: [00:01:11.000] Cache location was already processed... -TI:: [00:01:12.000] Failed to load safelist from types map file '/typesMap.json' -TI:: [00:01:13.000] Explicitly included types: [] -TI:: [00:01:14.000] Inferred typings from unresolved imports: [] -TI:: [00:01:15.000] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/bower_components","/node_modules"]} -TI:: [00:01:16.000] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/bower_components","/node_modules"]} -TI:: [00:01:17.000] DirectoryWatcher:: Added:: WatchInfo: /bower_components -TI:: [00:01:18.000] DirectoryWatcher:: Added:: WatchInfo: /bower_components 1 undefined Project: /dev/null/inferredProject2* watcher already invoked: false -TI:: [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /bower_components 1 undefined Project: /dev/null/inferredProject2* watcher already invoked: false -TI:: [00:01:20.000] DirectoryWatcher:: Added:: WatchInfo: /node_modules -TI:: [00:01:21.000] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined Project: /dev/null/inferredProject2* watcher already invoked: false -TI:: [00:01:22.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined Project: /dev/null/inferredProject2* watcher already invoked: false -TI:: [00:01:23.000] Sending response: +TI:: [hh:mm:ss:mss] Got install request {"projectName":"/dev/null/inferredProject2*","fileNames":["/b.js"],"compilerOptions":{"target":1,"jsx":1,"allowNonTsExtensions":true,"allowJs":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/","cachePath":"/a/data/","kind":"discover"} +TI:: [hh:mm:ss:mss] Request specifies cache path '/a/data/', loading cached information... +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Cache location was already processed... +TI:: [hh:mm:ss:mss] Failed to load safelist from types map file '/typesMap.json' +TI:: [hh:mm:ss:mss] Explicitly included types: [] +TI:: [hh:mm:ss:mss] Inferred typings from unresolved imports: [] +TI:: [hh:mm:ss:mss] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/bower_components","/node_modules"]} +TI:: [hh:mm:ss:mss] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/bower_components","/node_modules"]} +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /bower_components +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /bower_components 1 undefined Project: /dev/null/inferredProject2* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /bower_components 1 undefined Project: /dev/null/inferredProject2* watcher already invoked: false +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /node_modules +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined Project: /dev/null/inferredProject2* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined Project: /dev/null/inferredProject2* watcher already invoked: false +TI:: [hh:mm:ss:mss] Sending response: {"projectName":"/dev/null/inferredProject2*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"target":1,"jsx":1,"allowNonTsExtensions":true,"allowJs":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typings":[],"unresolvedImports":[],"kind":"action::set"} -TI:: [00:01:24.000] No new typings were requested as a result of typings discovery -Info 32 [00:01:25.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 32 [00:01:26.000] Files (2) - -Info 32 [00:01:27.000] ----------------------------------------------- -Info 32 [00:01:28.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 32 [00:01:29.000] Files (1) - -Info 32 [00:01:30.000] ----------------------------------------------- -Info 32 [00:01:31.000] Open files: -Info 32 [00:01:32.000] FileName: /a.ts ProjectRootPath: undefined -Info 32 [00:01:33.000] Projects: /dev/null/inferredProject1*,/dev/null/auxiliaryProject1* -Info 32 [00:01:34.000] FileName: /b.js ProjectRootPath: undefined -Info 32 [00:01:35.000] Projects: /dev/null/inferredProject2*,/dev/null/auxiliaryProject1* -Info 32 [00:01:36.000] response: +TI:: [hh:mm:ss:mss] No new typings were requested as a result of typings discovery +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1*,/dev/null/auxiliaryProject1* +Info seq [hh:mm:ss:mss] FileName: /b.js ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject2*,/dev/null/auxiliaryProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -199,7 +189,5 @@ PolledWatches:: {"pollingInterval":500} FsWatches:: -/: - {} /b.d.ts: {} diff --git a/tests/baselines/reference/tsserver/cachingFileSystemInformation/includes-the-parent-folder-FLLs-in-Classic-module-resolution-mode.js b/tests/baselines/reference/tsserver/cachingFileSystemInformation/includes-the-parent-folder-FLLs-in-Classic-module-resolution-mode.js index b08f84f71f938..5765d0e1898eb 100644 --- a/tests/baselines/reference/tsserver/cachingFileSystemInformation/includes-the-parent-folder-FLLs-in-Classic-module-resolution-mode.js +++ b/tests/baselines/reference/tsserver/cachingFileSystemInformation/includes-the-parent-folder-FLLs-in-Classic-module-resolution-mode.js @@ -1,13 +1,13 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:23.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service -//// [/proj/foo/boo/app.ts] +//// [/users/username/projects/proj/foo/boo/app.ts] import * as debug from "debug" -//// [/proj/foo/boo/moo/app.ts] +//// [/users/username/projects/proj/foo/boo/moo/app.ts] import * as debug from "debug" -//// [/proj/tsconfig.json] +//// [/users/username/projects/proj/tsconfig.json] {"files":["foo/boo/app.ts","foo/boo/moo/app.ts"],"moduleResolution":"Classic"} //// [/a/lib/lib.d.ts] @@ -24,118 +24,128 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:24.000] Search path: /proj/foo/boo -Info 2 [00:00:25.000] For info: /proj/foo/boo/app.ts :: Config file name: /proj/tsconfig.json -Info 3 [00:00:26.000] Creating configuration project /proj/tsconfig.json -Info 4 [00:00:27.000] FileWatcher:: Added:: WatchInfo: /proj/tsconfig.json 2000 undefined Project: /proj/tsconfig.json WatchType: Config file -Info 5 [00:00:28.000] Config: /proj/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /users/username/projects/proj/foo/boo +Info seq [hh:mm:ss:mss] For info: /users/username/projects/proj/foo/boo/app.ts :: Config file name: /users/username/projects/proj/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /users/username/projects/proj/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/proj/tsconfig.json 2000 undefined Project: /users/username/projects/proj/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /users/username/projects/proj/tsconfig.json : { "rootNames": [ - "/proj/foo/boo/app.ts", - "/proj/foo/boo/moo/app.ts" + "/users/username/projects/proj/foo/boo/app.ts", + "/users/username/projects/proj/foo/boo/moo/app.ts" ], "options": { - "configFilePath": "/proj/tsconfig.json" + "configFilePath": "/users/username/projects/proj/tsconfig.json" } } -Info 6 [00:00:29.000] FileWatcher:: Added:: WatchInfo: /proj/foo/boo/moo/app.ts 500 undefined WatchType: Closed Script info -Info 7 [00:00:30.000] Starting updateGraphWorker: Project: /proj/tsconfig.json -Info 8 [00:00:31.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 9 [00:00:32.000] DirectoryWatcher:: Added:: WatchInfo: /proj/foo 1 undefined Project: /proj/tsconfig.json WatchType: Failed Lookup Locations -Info 10 [00:00:33.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /proj/foo 1 undefined Project: /proj/tsconfig.json WatchType: Failed Lookup Locations -Info 11 [00:00:34.000] DirectoryWatcher:: Added:: WatchInfo: /proj/node_modules 1 undefined Project: /proj/tsconfig.json WatchType: Failed Lookup Locations -Info 12 [00:00:35.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /proj/node_modules 1 undefined Project: /proj/tsconfig.json WatchType: Failed Lookup Locations -Info 13 [00:00:36.000] DirectoryWatcher:: Added:: WatchInfo: /proj/node_modules/@types 1 undefined Project: /proj/tsconfig.json WatchType: Type roots -Info 14 [00:00:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /proj/node_modules/@types 1 undefined Project: /proj/tsconfig.json WatchType: Type roots -Info 15 [00:00:38.000] Finishing updateGraphWorker: Project: /proj/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:00:39.000] Project '/proj/tsconfig.json' (Configured) -Info 17 [00:00:40.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/proj/foo/boo/moo/app.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/proj/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/proj/foo 1 undefined Project: /users/username/projects/proj/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/proj/foo 1 undefined Project: /users/username/projects/proj/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/proj/node_modules 1 undefined Project: /users/username/projects/proj/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/proj/node_modules 1 undefined Project: /users/username/projects/proj/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules 1 undefined Project: /users/username/projects/proj/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules 1 undefined Project: /users/username/projects/proj/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/proj/node_modules/@types 1 undefined Project: /users/username/projects/proj/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/proj/node_modules/@types 1 undefined Project: /users/username/projects/proj/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/proj/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/proj/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/proj/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/proj/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /proj/foo/boo/app.ts SVC-1-0 "import * as debug from \"debug\"" - /proj/foo/boo/moo/app.ts Text-1 "import * as debug from \"debug\"" + /users/username/projects/proj/foo/boo/app.ts SVC-1-0 "import * as debug from \"debug\"" + /users/username/projects/proj/foo/boo/moo/app.ts Text-1 "import * as debug from \"debug\"" - ../a/lib/lib.d.ts + ../../../../a/lib/lib.d.ts Default library for target 'es5' foo/boo/app.ts Part of 'files' list in tsconfig.json foo/boo/moo/app.ts Part of 'files' list in tsconfig.json -Info 18 [00:00:41.000] ----------------------------------------------- -Info 19 [00:00:42.000] Project '/proj/tsconfig.json' (Configured) -Info 19 [00:00:43.000] Files (3) - -Info 19 [00:00:44.000] ----------------------------------------------- -Info 19 [00:00:45.000] Open files: -Info 19 [00:00:46.000] FileName: /proj/foo/boo/app.ts ProjectRootPath: undefined -Info 19 [00:00:47.000] Projects: /proj/tsconfig.json -Info 19 [00:00:48.000] getSemanticDiagnostics:: /proj/foo/boo/app.ts:: 1 -Info 20 [00:00:49.000] foo/boo/app.ts(1,24): error TS2307: Cannot find module 'debug' or its corresponding type declarations. - -Info 21 [00:00:50.000] getSemanticDiagnostics:: /proj/foo/boo/moo/app.ts:: 1 -Info 22 [00:00:51.000] foo/boo/moo/app.ts(1,24): error TS2307: Cannot find module 'debug' or its corresponding type declarations. - -Info 23 [00:00:55.000] DirectoryWatcher:: Triggered with /proj/node_modules :: WatchInfo: /proj/node_modules 1 undefined Project: /proj/tsconfig.json WatchType: Failed Lookup Locations -Info 24 [00:00:56.000] Scheduled: /proj/tsconfig.jsonFailedLookupInvalidation -Info 25 [00:00:57.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /proj/node_modules :: WatchInfo: /proj/node_modules 1 undefined Project: /proj/tsconfig.json WatchType: Failed Lookup Locations -Info 26 [00:00:58.000] DirectoryWatcher:: Triggered with /proj/node_modules :: WatchInfo: /proj/node_modules 1 undefined Project: /proj/tsconfig.json WatchType: Failed Lookup Locations -Info 27 [00:00:59.000] Scheduled: /proj/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 28 [00:01:00.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /proj/node_modules :: WatchInfo: /proj/node_modules 1 undefined Project: /proj/tsconfig.json WatchType: Failed Lookup Locations -Info 29 [00:01:03.000] DirectoryWatcher:: Triggered with /proj/node_modules/debug :: WatchInfo: /proj/node_modules 1 undefined Project: /proj/tsconfig.json WatchType: Failed Lookup Locations -Info 30 [00:01:04.000] Scheduled: /proj/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 31 [00:01:05.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /proj/node_modules/debug :: WatchInfo: /proj/node_modules 1 undefined Project: /proj/tsconfig.json WatchType: Failed Lookup Locations -Info 32 [00:01:08.000] DirectoryWatcher:: Triggered with /proj/node_modules/debug/index.d.ts :: WatchInfo: /proj/node_modules 1 undefined Project: /proj/tsconfig.json WatchType: Failed Lookup Locations -Info 33 [00:01:09.000] Scheduled: /proj/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 34 [00:01:10.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /proj/node_modules/debug/index.d.ts :: WatchInfo: /proj/node_modules 1 undefined Project: /proj/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/users/username/projects/proj/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/proj/foo/boo/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/proj/tsconfig.json +Info seq [hh:mm:ss:mss] getSemanticDiagnostics:: /users/username/projects/proj/foo/boo/app.ts:: 1 +Info seq [hh:mm:ss:mss] foo/boo/app.ts(1,24): error TS2307: Cannot find module 'debug' or its corresponding type declarations. + +Info seq [hh:mm:ss:mss] getSemanticDiagnostics:: /users/username/projects/proj/foo/boo/moo/app.ts:: 1 +Info seq [hh:mm:ss:mss] foo/boo/moo/app.ts(1,24): error TS2307: Cannot find module 'debug' or its corresponding type declarations. + +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/proj/node_modules :: WatchInfo: /users/username/projects/proj/node_modules 1 undefined Project: /users/username/projects/proj/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/proj/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/proj/node_modules :: WatchInfo: /users/username/projects/proj/node_modules 1 undefined Project: /users/username/projects/proj/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/proj/node_modules :: WatchInfo: /users/username/projects/proj/node_modules 1 undefined Project: /users/username/projects/proj/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/proj/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/proj/node_modules :: WatchInfo: /users/username/projects/proj/node_modules 1 undefined Project: /users/username/projects/proj/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/proj/node_modules/debug :: WatchInfo: /users/username/projects/proj/node_modules 1 undefined Project: /users/username/projects/proj/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/proj/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/proj/node_modules/debug :: WatchInfo: /users/username/projects/proj/node_modules 1 undefined Project: /users/username/projects/proj/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/proj/node_modules/debug/index.d.ts :: WatchInfo: /users/username/projects/proj/node_modules 1 undefined Project: /users/username/projects/proj/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/proj/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/proj/node_modules/debug/index.d.ts :: WatchInfo: /users/username/projects/proj/node_modules 1 undefined Project: /users/username/projects/proj/tsconfig.json WatchType: Failed Lookup Locations Before running Timeout callback:: count: 1 -4: /proj/tsconfig.jsonFailedLookupInvalidation -//// [/proj/node_modules/debug/index.d.ts] +4: /users/username/projects/proj/tsconfig.jsonFailedLookupInvalidation +//// [/users/username/projects/proj/node_modules/debug/index.d.ts] export {} PolledWatches:: -/proj/node_modules/@types: *new* +/users/username/projects/node_modules: *new* + {"pollingInterval":500} +/users/username/projects/proj/node_modules/@types: *new* + {"pollingInterval":500} +/users/username/projects/node_modules/@types: *new* {"pollingInterval":500} FsWatches:: -/proj/tsconfig.json: *new* +/users/username/projects/proj/tsconfig.json: *new* {} -/proj/foo/boo/moo/app.ts: *new* +/users/username/projects/proj/foo/boo/moo/app.ts: *new* {} /a/lib/lib.d.ts: *new* {} FsWatchesRecursive:: -/proj/foo: *new* +/users/username/projects/proj/foo: *new* {} -/proj/node_modules: *new* +/users/username/projects/proj/node_modules: *new* {} -Info 35 [00:01:11.000] Running: /proj/tsconfig.jsonFailedLookupInvalidation -Info 36 [00:01:12.000] Scheduled: /proj/tsconfig.json -Info 37 [00:01:13.000] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Running: /users/username/projects/proj/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/proj/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* After running Timeout callback:: count: 2 -5: /proj/tsconfig.json +5: /users/username/projects/proj/tsconfig.json 6: *ensureProjectForOpenFiles* Before running Timeout callback:: count: 2 -5: /proj/tsconfig.json +5: /users/username/projects/proj/tsconfig.json 6: *ensureProjectForOpenFiles* -Info 38 [00:01:14.000] Running: /proj/tsconfig.json -Info 39 [00:01:15.000] Starting updateGraphWorker: Project: /proj/tsconfig.json -Info 40 [00:01:16.000] DirectoryWatcher:: Added:: WatchInfo: /proj/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 41 [00:01:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /proj/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 42 [00:01:18.000] Finishing updateGraphWorker: Project: /proj/tsconfig.json Version: 2 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms -Info 43 [00:01:19.000] Project '/proj/tsconfig.json' (Configured) -Info 44 [00:01:20.000] Files (4) +Info seq [hh:mm:ss:mss] Running: /users/username/projects/proj/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/proj/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/proj/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/proj/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/node_modules 1 undefined Project: /users/username/projects/proj/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/node_modules 1 undefined Project: /users/username/projects/proj/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/proj/tsconfig.json Version: 2 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/proj/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /proj/node_modules/debug/index.d.ts Text-1 "export {}" - /proj/foo/boo/app.ts SVC-1-0 "import * as debug from \"debug\"" - /proj/foo/boo/moo/app.ts Text-1 "import * as debug from \"debug\"" + /users/username/projects/proj/node_modules/debug/index.d.ts Text-1 "export {}" + /users/username/projects/proj/foo/boo/app.ts SVC-1-0 "import * as debug from \"debug\"" + /users/username/projects/proj/foo/boo/moo/app.ts Text-1 "import * as debug from \"debug\"" - ../a/lib/lib.d.ts + ../../../../a/lib/lib.d.ts Default library for target 'es5' node_modules/debug/index.d.ts Imported via "debug" from file 'foo/boo/app.ts' @@ -145,25 +155,49 @@ Info 44 [00:01:20.000] Files (4) foo/boo/moo/app.ts Part of 'files' list in tsconfig.json -Info 45 [00:01:21.000] ----------------------------------------------- -Info 46 [00:01:22.000] Running: *ensureProjectForOpenFiles* -Info 47 [00:01:23.000] Before ensureProjectForOpenFiles: -Info 48 [00:01:24.000] Project '/proj/tsconfig.json' (Configured) -Info 48 [00:01:25.000] Files (4) - -Info 48 [00:01:26.000] ----------------------------------------------- -Info 48 [00:01:27.000] Open files: -Info 48 [00:01:28.000] FileName: /proj/foo/boo/app.ts ProjectRootPath: undefined -Info 48 [00:01:29.000] Projects: /proj/tsconfig.json -Info 48 [00:01:30.000] After ensureProjectForOpenFiles: -Info 49 [00:01:31.000] Project '/proj/tsconfig.json' (Configured) -Info 49 [00:01:32.000] Files (4) - -Info 49 [00:01:33.000] ----------------------------------------------- -Info 49 [00:01:34.000] Open files: -Info 49 [00:01:35.000] FileName: /proj/foo/boo/app.ts ProjectRootPath: undefined -Info 49 [00:01:36.000] Projects: /proj/tsconfig.json +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/proj/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/proj/foo/boo/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/proj/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/proj/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/proj/foo/boo/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/proj/tsconfig.json After running Timeout callback:: count: 0 -Info 49 [00:01:37.000] getSemanticDiagnostics:: /proj/foo/boo/app.ts:: 0 -Info 50 [00:01:38.000] getSemanticDiagnostics:: /proj/foo/boo/moo/app.ts:: 0 \ No newline at end of file +PolledWatches:: +/users/username/projects/proj/node_modules/@types: + {"pollingInterval":500} +/users/username/projects/node_modules/@types: + {"pollingInterval":500} + +PolledWatches *deleted*:: +/users/username/projects/node_modules: + {"pollingInterval":500} + +FsWatches:: +/users/username/projects/proj/tsconfig.json: + {} +/users/username/projects/proj/foo/boo/moo/app.ts: + {} +/a/lib/lib.d.ts: + {} + +FsWatchesRecursive:: +/users/username/projects/proj/foo: + {} +/users/username/projects/proj/node_modules: + {} + +Info seq [hh:mm:ss:mss] getSemanticDiagnostics:: /users/username/projects/proj/foo/boo/app.ts:: 0 +Info seq [hh:mm:ss:mss] getSemanticDiagnostics:: /users/username/projects/proj/foo/boo/moo/app.ts:: 0 \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/cachingFileSystemInformation/includes-the-parent-folder-FLLs-in-Node-module-resolution-mode.js b/tests/baselines/reference/tsserver/cachingFileSystemInformation/includes-the-parent-folder-FLLs-in-Node-module-resolution-mode.js index 29578399832e9..03dc45fee8d31 100644 --- a/tests/baselines/reference/tsserver/cachingFileSystemInformation/includes-the-parent-folder-FLLs-in-Node-module-resolution-mode.js +++ b/tests/baselines/reference/tsserver/cachingFileSystemInformation/includes-the-parent-folder-FLLs-in-Node-module-resolution-mode.js @@ -1,13 +1,13 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:23.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service -//// [/proj/foo/boo/app.ts] +//// [/users/username/projects/proj/foo/boo/app.ts] import * as debug from "debug" -//// [/proj/foo/boo/moo/app.ts] +//// [/users/username/projects/proj/foo/boo/moo/app.ts] import * as debug from "debug" -//// [/proj/tsconfig.json] +//// [/users/username/projects/proj/tsconfig.json] {"files":["foo/boo/app.ts","foo/boo/moo/app.ts"],"moduleResolution":"Node"} //// [/a/lib/lib.d.ts] @@ -24,118 +24,128 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:24.000] Search path: /proj/foo/boo -Info 2 [00:00:25.000] For info: /proj/foo/boo/app.ts :: Config file name: /proj/tsconfig.json -Info 3 [00:00:26.000] Creating configuration project /proj/tsconfig.json -Info 4 [00:00:27.000] FileWatcher:: Added:: WatchInfo: /proj/tsconfig.json 2000 undefined Project: /proj/tsconfig.json WatchType: Config file -Info 5 [00:00:28.000] Config: /proj/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /users/username/projects/proj/foo/boo +Info seq [hh:mm:ss:mss] For info: /users/username/projects/proj/foo/boo/app.ts :: Config file name: /users/username/projects/proj/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /users/username/projects/proj/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/proj/tsconfig.json 2000 undefined Project: /users/username/projects/proj/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /users/username/projects/proj/tsconfig.json : { "rootNames": [ - "/proj/foo/boo/app.ts", - "/proj/foo/boo/moo/app.ts" + "/users/username/projects/proj/foo/boo/app.ts", + "/users/username/projects/proj/foo/boo/moo/app.ts" ], "options": { - "configFilePath": "/proj/tsconfig.json" + "configFilePath": "/users/username/projects/proj/tsconfig.json" } } -Info 6 [00:00:29.000] FileWatcher:: Added:: WatchInfo: /proj/foo/boo/moo/app.ts 500 undefined WatchType: Closed Script info -Info 7 [00:00:30.000] Starting updateGraphWorker: Project: /proj/tsconfig.json -Info 8 [00:00:31.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 9 [00:00:32.000] DirectoryWatcher:: Added:: WatchInfo: /proj/foo 1 undefined Project: /proj/tsconfig.json WatchType: Failed Lookup Locations -Info 10 [00:00:33.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /proj/foo 1 undefined Project: /proj/tsconfig.json WatchType: Failed Lookup Locations -Info 11 [00:00:34.000] DirectoryWatcher:: Added:: WatchInfo: /proj/node_modules 1 undefined Project: /proj/tsconfig.json WatchType: Failed Lookup Locations -Info 12 [00:00:35.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /proj/node_modules 1 undefined Project: /proj/tsconfig.json WatchType: Failed Lookup Locations -Info 13 [00:00:36.000] DirectoryWatcher:: Added:: WatchInfo: /proj/node_modules/@types 1 undefined Project: /proj/tsconfig.json WatchType: Type roots -Info 14 [00:00:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /proj/node_modules/@types 1 undefined Project: /proj/tsconfig.json WatchType: Type roots -Info 15 [00:00:38.000] Finishing updateGraphWorker: Project: /proj/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:00:39.000] Project '/proj/tsconfig.json' (Configured) -Info 17 [00:00:40.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/proj/foo/boo/moo/app.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/proj/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/proj/foo 1 undefined Project: /users/username/projects/proj/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/proj/foo 1 undefined Project: /users/username/projects/proj/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/proj/node_modules 1 undefined Project: /users/username/projects/proj/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/proj/node_modules 1 undefined Project: /users/username/projects/proj/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules 1 undefined Project: /users/username/projects/proj/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules 1 undefined Project: /users/username/projects/proj/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/proj/node_modules/@types 1 undefined Project: /users/username/projects/proj/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/proj/node_modules/@types 1 undefined Project: /users/username/projects/proj/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/proj/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/proj/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/proj/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/proj/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /proj/foo/boo/app.ts SVC-1-0 "import * as debug from \"debug\"" - /proj/foo/boo/moo/app.ts Text-1 "import * as debug from \"debug\"" + /users/username/projects/proj/foo/boo/app.ts SVC-1-0 "import * as debug from \"debug\"" + /users/username/projects/proj/foo/boo/moo/app.ts Text-1 "import * as debug from \"debug\"" - ../a/lib/lib.d.ts + ../../../../a/lib/lib.d.ts Default library for target 'es5' foo/boo/app.ts Part of 'files' list in tsconfig.json foo/boo/moo/app.ts Part of 'files' list in tsconfig.json -Info 18 [00:00:41.000] ----------------------------------------------- -Info 19 [00:00:42.000] Project '/proj/tsconfig.json' (Configured) -Info 19 [00:00:43.000] Files (3) - -Info 19 [00:00:44.000] ----------------------------------------------- -Info 19 [00:00:45.000] Open files: -Info 19 [00:00:46.000] FileName: /proj/foo/boo/app.ts ProjectRootPath: undefined -Info 19 [00:00:47.000] Projects: /proj/tsconfig.json -Info 19 [00:00:48.000] getSemanticDiagnostics:: /proj/foo/boo/app.ts:: 1 -Info 20 [00:00:49.000] foo/boo/app.ts(1,24): error TS2307: Cannot find module 'debug' or its corresponding type declarations. - -Info 21 [00:00:50.000] getSemanticDiagnostics:: /proj/foo/boo/moo/app.ts:: 1 -Info 22 [00:00:51.000] foo/boo/moo/app.ts(1,24): error TS2307: Cannot find module 'debug' or its corresponding type declarations. - -Info 23 [00:00:55.000] DirectoryWatcher:: Triggered with /proj/node_modules :: WatchInfo: /proj/node_modules 1 undefined Project: /proj/tsconfig.json WatchType: Failed Lookup Locations -Info 24 [00:00:56.000] Scheduled: /proj/tsconfig.jsonFailedLookupInvalidation -Info 25 [00:00:57.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /proj/node_modules :: WatchInfo: /proj/node_modules 1 undefined Project: /proj/tsconfig.json WatchType: Failed Lookup Locations -Info 26 [00:00:58.000] DirectoryWatcher:: Triggered with /proj/node_modules :: WatchInfo: /proj/node_modules 1 undefined Project: /proj/tsconfig.json WatchType: Failed Lookup Locations -Info 27 [00:00:59.000] Scheduled: /proj/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 28 [00:01:00.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /proj/node_modules :: WatchInfo: /proj/node_modules 1 undefined Project: /proj/tsconfig.json WatchType: Failed Lookup Locations -Info 29 [00:01:03.000] DirectoryWatcher:: Triggered with /proj/node_modules/debug :: WatchInfo: /proj/node_modules 1 undefined Project: /proj/tsconfig.json WatchType: Failed Lookup Locations -Info 30 [00:01:04.000] Scheduled: /proj/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 31 [00:01:05.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /proj/node_modules/debug :: WatchInfo: /proj/node_modules 1 undefined Project: /proj/tsconfig.json WatchType: Failed Lookup Locations -Info 32 [00:01:08.000] DirectoryWatcher:: Triggered with /proj/node_modules/debug/index.d.ts :: WatchInfo: /proj/node_modules 1 undefined Project: /proj/tsconfig.json WatchType: Failed Lookup Locations -Info 33 [00:01:09.000] Scheduled: /proj/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 34 [00:01:10.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /proj/node_modules/debug/index.d.ts :: WatchInfo: /proj/node_modules 1 undefined Project: /proj/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/users/username/projects/proj/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/proj/foo/boo/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/proj/tsconfig.json +Info seq [hh:mm:ss:mss] getSemanticDiagnostics:: /users/username/projects/proj/foo/boo/app.ts:: 1 +Info seq [hh:mm:ss:mss] foo/boo/app.ts(1,24): error TS2307: Cannot find module 'debug' or its corresponding type declarations. + +Info seq [hh:mm:ss:mss] getSemanticDiagnostics:: /users/username/projects/proj/foo/boo/moo/app.ts:: 1 +Info seq [hh:mm:ss:mss] foo/boo/moo/app.ts(1,24): error TS2307: Cannot find module 'debug' or its corresponding type declarations. + +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/proj/node_modules :: WatchInfo: /users/username/projects/proj/node_modules 1 undefined Project: /users/username/projects/proj/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/proj/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/proj/node_modules :: WatchInfo: /users/username/projects/proj/node_modules 1 undefined Project: /users/username/projects/proj/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/proj/node_modules :: WatchInfo: /users/username/projects/proj/node_modules 1 undefined Project: /users/username/projects/proj/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/proj/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/proj/node_modules :: WatchInfo: /users/username/projects/proj/node_modules 1 undefined Project: /users/username/projects/proj/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/proj/node_modules/debug :: WatchInfo: /users/username/projects/proj/node_modules 1 undefined Project: /users/username/projects/proj/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/proj/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/proj/node_modules/debug :: WatchInfo: /users/username/projects/proj/node_modules 1 undefined Project: /users/username/projects/proj/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/proj/node_modules/debug/index.d.ts :: WatchInfo: /users/username/projects/proj/node_modules 1 undefined Project: /users/username/projects/proj/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/proj/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/proj/node_modules/debug/index.d.ts :: WatchInfo: /users/username/projects/proj/node_modules 1 undefined Project: /users/username/projects/proj/tsconfig.json WatchType: Failed Lookup Locations Before running Timeout callback:: count: 1 -4: /proj/tsconfig.jsonFailedLookupInvalidation -//// [/proj/node_modules/debug/index.d.ts] +4: /users/username/projects/proj/tsconfig.jsonFailedLookupInvalidation +//// [/users/username/projects/proj/node_modules/debug/index.d.ts] export {} PolledWatches:: -/proj/node_modules/@types: *new* +/users/username/projects/node_modules: *new* + {"pollingInterval":500} +/users/username/projects/proj/node_modules/@types: *new* + {"pollingInterval":500} +/users/username/projects/node_modules/@types: *new* {"pollingInterval":500} FsWatches:: -/proj/tsconfig.json: *new* +/users/username/projects/proj/tsconfig.json: *new* {} -/proj/foo/boo/moo/app.ts: *new* +/users/username/projects/proj/foo/boo/moo/app.ts: *new* {} /a/lib/lib.d.ts: *new* {} FsWatchesRecursive:: -/proj/foo: *new* +/users/username/projects/proj/foo: *new* {} -/proj/node_modules: *new* +/users/username/projects/proj/node_modules: *new* {} -Info 35 [00:01:11.000] Running: /proj/tsconfig.jsonFailedLookupInvalidation -Info 36 [00:01:12.000] Scheduled: /proj/tsconfig.json -Info 37 [00:01:13.000] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Running: /users/username/projects/proj/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/proj/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* After running Timeout callback:: count: 2 -5: /proj/tsconfig.json +5: /users/username/projects/proj/tsconfig.json 6: *ensureProjectForOpenFiles* Before running Timeout callback:: count: 2 -5: /proj/tsconfig.json +5: /users/username/projects/proj/tsconfig.json 6: *ensureProjectForOpenFiles* -Info 38 [00:01:14.000] Running: /proj/tsconfig.json -Info 39 [00:01:15.000] Starting updateGraphWorker: Project: /proj/tsconfig.json -Info 40 [00:01:16.000] DirectoryWatcher:: Added:: WatchInfo: /proj/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 41 [00:01:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /proj/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 42 [00:01:18.000] Finishing updateGraphWorker: Project: /proj/tsconfig.json Version: 2 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms -Info 43 [00:01:19.000] Project '/proj/tsconfig.json' (Configured) -Info 44 [00:01:20.000] Files (4) +Info seq [hh:mm:ss:mss] Running: /users/username/projects/proj/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/proj/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/proj/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/proj/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/node_modules 1 undefined Project: /users/username/projects/proj/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/node_modules 1 undefined Project: /users/username/projects/proj/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/proj/tsconfig.json Version: 2 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/proj/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /proj/node_modules/debug/index.d.ts Text-1 "export {}" - /proj/foo/boo/app.ts SVC-1-0 "import * as debug from \"debug\"" - /proj/foo/boo/moo/app.ts Text-1 "import * as debug from \"debug\"" + /users/username/projects/proj/node_modules/debug/index.d.ts Text-1 "export {}" + /users/username/projects/proj/foo/boo/app.ts SVC-1-0 "import * as debug from \"debug\"" + /users/username/projects/proj/foo/boo/moo/app.ts Text-1 "import * as debug from \"debug\"" - ../a/lib/lib.d.ts + ../../../../a/lib/lib.d.ts Default library for target 'es5' node_modules/debug/index.d.ts Imported via "debug" from file 'foo/boo/app.ts' @@ -145,25 +155,49 @@ Info 44 [00:01:20.000] Files (4) foo/boo/moo/app.ts Part of 'files' list in tsconfig.json -Info 45 [00:01:21.000] ----------------------------------------------- -Info 46 [00:01:22.000] Running: *ensureProjectForOpenFiles* -Info 47 [00:01:23.000] Before ensureProjectForOpenFiles: -Info 48 [00:01:24.000] Project '/proj/tsconfig.json' (Configured) -Info 48 [00:01:25.000] Files (4) - -Info 48 [00:01:26.000] ----------------------------------------------- -Info 48 [00:01:27.000] Open files: -Info 48 [00:01:28.000] FileName: /proj/foo/boo/app.ts ProjectRootPath: undefined -Info 48 [00:01:29.000] Projects: /proj/tsconfig.json -Info 48 [00:01:30.000] After ensureProjectForOpenFiles: -Info 49 [00:01:31.000] Project '/proj/tsconfig.json' (Configured) -Info 49 [00:01:32.000] Files (4) - -Info 49 [00:01:33.000] ----------------------------------------------- -Info 49 [00:01:34.000] Open files: -Info 49 [00:01:35.000] FileName: /proj/foo/boo/app.ts ProjectRootPath: undefined -Info 49 [00:01:36.000] Projects: /proj/tsconfig.json +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/proj/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/proj/foo/boo/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/proj/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/proj/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/proj/foo/boo/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/proj/tsconfig.json After running Timeout callback:: count: 0 -Info 49 [00:01:37.000] getSemanticDiagnostics:: /proj/foo/boo/app.ts:: 0 -Info 50 [00:01:38.000] getSemanticDiagnostics:: /proj/foo/boo/moo/app.ts:: 0 \ No newline at end of file +PolledWatches:: +/users/username/projects/proj/node_modules/@types: + {"pollingInterval":500} +/users/username/projects/node_modules/@types: + {"pollingInterval":500} + +PolledWatches *deleted*:: +/users/username/projects/node_modules: + {"pollingInterval":500} + +FsWatches:: +/users/username/projects/proj/tsconfig.json: + {} +/users/username/projects/proj/foo/boo/moo/app.ts: + {} +/a/lib/lib.d.ts: + {} + +FsWatchesRecursive:: +/users/username/projects/proj/foo: + {} +/users/username/projects/proj/node_modules: + {} + +Info seq [hh:mm:ss:mss] getSemanticDiagnostics:: /users/username/projects/proj/foo/boo/app.ts:: 0 +Info seq [hh:mm:ss:mss] getSemanticDiagnostics:: /users/username/projects/proj/foo/boo/moo/app.ts:: 0 \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/cachingFileSystemInformation/loads-missing-files-from-disk.js b/tests/baselines/reference/tsserver/cachingFileSystemInformation/loads-missing-files-from-disk.js index 9571a35dd7a62..810c8c3da8721 100644 --- a/tests/baselines/reference/tsserver/cachingFileSystemInformation/loads-missing-files-from-disk.js +++ b/tests/baselines/reference/tsserver/cachingFileSystemInformation/loads-missing-files-from-disk.js @@ -1,79 +1,101 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:07.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service -//// [/c/foo.ts] +//// [/users/username/projects/project/foo.ts] import {y} from "bar" -Info 1 [00:00:08.000] Search path: /c -Info 2 [00:00:09.000] For info: /c/foo.ts :: No config files found. -Info 3 [00:00:10.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 4 [00:00:11.000] DirectoryWatcher:: Added:: WatchInfo: /c/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations -Info 5 [00:00:12.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /c/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations -Info 6 [00:00:13.000] DirectoryWatcher:: Added:: WatchInfo: /c 0 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations -Info 7 [00:00:14.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /c 0 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations -Info 8 [00:00:15.000] DirectoryWatcher:: Added:: WatchInfo: /c/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 9 [00:00:16.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /c/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 10 [00:00:17.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 11 [00:00:18.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 12 [00:00:19.000] Files (1) - /c/foo.ts SVC-1-0 "import {y} from \"bar\"" +Info seq [hh:mm:ss:mss] Search path: /users/username/projects/project +Info seq [hh:mm:ss:mss] For info: /users/username/projects/project/foo.ts :: No config files found. +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects 0 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects 0 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 0 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 0 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + /users/username/projects/project/foo.ts SVC-1-0 "import {y} from \"bar\"" foo.ts Root file specified for compilation -Info 13 [00:00:20.000] ----------------------------------------------- -Info 14 [00:00:21.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 14 [00:00:22.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 14 [00:00:23.000] ----------------------------------------------- -Info 14 [00:00:24.000] Open files: -Info 14 [00:00:25.000] FileName: /c/foo.ts ProjectRootPath: undefined -Info 14 [00:00:26.000] Projects: /dev/null/inferredProject1* -Info 14 [00:00:27.000] getSemanticDiagnostics:: /c/foo.ts:: 1 -Info 15 [00:00:28.000] foo.ts(1,17): error TS2792: Cannot find module 'bar'. Did you mean to set the 'moduleResolution' option to 'nodenext', or to add aliases to the 'paths' option? +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/foo.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] getSemanticDiagnostics:: /users/username/projects/project/foo.ts:: 1 +Info seq [hh:mm:ss:mss] foo.ts(1,17): error TS2792: Cannot find module 'bar'. Did you mean to set the 'moduleResolution' option to 'nodenext', or to add aliases to the 'paths' option? -Info 16 [00:00:29.000] fileExists:: [{"key":"/c/tsconfig.json","count":1},{"key":"/c/jsconfig.json","count":1},{"key":"/tsconfig.json","count":1},{"key":"/jsconfig.json","count":1},{"key":"/c/bar.ts","count":1},{"key":"/c/bar.tsx","count":1},{"key":"/c/bar.d.ts","count":1},{"key":"/bar.ts","count":1},{"key":"/bar.tsx","count":1},{"key":"/bar.d.ts","count":1},{"key":"/c/bar.js","count":1},{"key":"/c/bar.jsx","count":1},{"key":"/bar.js","count":1},{"key":"/bar.jsx","count":1},{"key":"/c/package.json","count":1},{"key":"/package.json","count":1}] -Info 17 [00:00:30.000] directoryExists:: [{"key":"/c","count":3},{"key":"/","count":2},{"key":"/c/node_modules","count":2},{"key":"/node_modules","count":1},{"key":"/c/node_modules/@types","count":2},{"key":"/node_modules/@types","count":1}] -Info 18 [00:00:31.000] getDirectories:: [] -Info 19 [00:00:32.000] readFile:: [{"key":"/c/foo.ts","count":1}] -Info 20 [00:00:33.000] readDirectory:: [] -Info 21 [00:00:36.000] DirectoryWatcher:: Triggered with /c/bar.d.ts :: WatchInfo: /c 0 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations -Info 22 [00:00:37.000] Scheduled: /dev/null/inferredProject1*FailedLookupInvalidation -Info 23 [00:00:38.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /c/bar.d.ts :: WatchInfo: /c 0 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] fileExists:: [{"key":"/users/username/projects/project/tsconfig.json","count":2},{"key":"/users/username/projects/project/jsconfig.json","count":2},{"key":"/users/username/projects/tsconfig.json","count":1},{"key":"/users/username/projects/jsconfig.json","count":1},{"key":"/users/username/tsconfig.json","count":1},{"key":"/users/username/jsconfig.json","count":1},{"key":"/users/tsconfig.json","count":1},{"key":"/users/jsconfig.json","count":1},{"key":"/tsconfig.json","count":1},{"key":"/jsconfig.json","count":1},{"key":"/users/username/projects/project/bar.ts","count":1},{"key":"/users/username/projects/project/bar.tsx","count":1},{"key":"/users/username/projects/project/bar.d.ts","count":1},{"key":"/users/username/projects/bar.ts","count":1},{"key":"/users/username/projects/bar.tsx","count":1},{"key":"/users/username/projects/bar.d.ts","count":1},{"key":"/users/username/bar.ts","count":1},{"key":"/users/username/bar.tsx","count":1},{"key":"/users/username/bar.d.ts","count":1},{"key":"/users/bar.ts","count":1},{"key":"/users/bar.tsx","count":1},{"key":"/users/bar.d.ts","count":1},{"key":"/bar.ts","count":1},{"key":"/bar.tsx","count":1},{"key":"/bar.d.ts","count":1},{"key":"/users/username/projects/project/bar.js","count":1},{"key":"/users/username/projects/project/bar.jsx","count":1},{"key":"/users/username/projects/bar.js","count":1},{"key":"/users/username/projects/bar.jsx","count":1},{"key":"/users/username/bar.js","count":1},{"key":"/users/username/bar.jsx","count":1},{"key":"/users/bar.js","count":1},{"key":"/users/bar.jsx","count":1},{"key":"/bar.js","count":1},{"key":"/bar.jsx","count":1},{"key":"/users/username/projects/project/package.json","count":1},{"key":"/users/username/projects/package.json","count":1},{"key":"/users/username/package.json","count":1},{"key":"/users/package.json","count":1},{"key":"/package.json","count":1}] +Info seq [hh:mm:ss:mss] directoryExists:: [{"key":"/users/username/projects/project","count":3},{"key":"/users/username/projects","count":3},{"key":"/users/username","count":2},{"key":"/users","count":2},{"key":"/","count":2},{"key":"/users/username/projects/project/node_modules","count":2},{"key":"/users/username/projects/node_modules","count":2},{"key":"/users/username/node_modules","count":1},{"key":"/users/node_modules","count":1},{"key":"/node_modules","count":1},{"key":"/users/username/projects/project/node_modules/@types","count":2},{"key":"/users/username/projects/node_modules/@types","count":2},{"key":"/users/username/node_modules/@types","count":1},{"key":"/users/node_modules/@types","count":1},{"key":"/node_modules/@types","count":1}] +Info seq [hh:mm:ss:mss] getDirectories:: [] +Info seq [hh:mm:ss:mss] readFile:: [{"key":"/users/username/projects/project/foo.ts","count":1}] +Info seq [hh:mm:ss:mss] readDirectory:: [] +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/bar.d.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /dev/null/inferredProject1*FailedLookupInvalidation +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/bar.d.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations Before running Timeout callback:: count: 1 1: /dev/null/inferredProject1*FailedLookupInvalidation -//// [/c/bar.d.ts] +//// [/users/username/projects/project/bar.d.ts] export var y = 1 PolledWatches:: -/c/node_modules: *new* +/users/username/projects/project/tsconfig.json: *new* + {"pollingInterval":2000} +/users/username/projects/project/jsconfig.json: *new* + {"pollingInterval":2000} +/users/username/projects/project/node_modules: *new* {"pollingInterval":500} -/c/node_modules/@types: *new* +/users/username/projects/node_modules: *new* + {"pollingInterval":500} +/users/username/projects/project/node_modules/@types: *new* + {"pollingInterval":500} +/users/username/projects/node_modules/@types: *new* {"pollingInterval":500} FsWatches:: -/c: *new* +/users/username/projects: *new* + {} +/users/username/projects/project: *new* {} -Info 24 [00:00:39.000] Running: /dev/null/inferredProject1*FailedLookupInvalidation -Info 25 [00:00:40.000] Scheduled: /dev/null/inferredProject1* -Info 26 [00:00:41.000] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Running: /dev/null/inferredProject1*FailedLookupInvalidation +Info seq [hh:mm:ss:mss] Scheduled: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* After running Timeout callback:: count: 2 2: /dev/null/inferredProject1* 3: *ensureProjectForOpenFiles* -Info 27 [00:00:42.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 28 [00:00:43.000] FileWatcher:: Added:: WatchInfo: /c/bar.d.ts 500 undefined WatchType: Closed Script info -Info 29 [00:00:44.000] DirectoryWatcher:: Close:: WatchInfo: /c/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations -Info 30 [00:00:45.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /c/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations -Info 31 [00:00:46.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms -Info 32 [00:00:47.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 33 [00:00:48.000] Files (2) - /c/bar.d.ts Text-1 "export var y = 1" - /c/foo.ts SVC-1-0 "import {y} from \"bar\"" +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/bar.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /users/username/projects 0 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /users/username/projects 0 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + /users/username/projects/project/bar.d.ts Text-1 "export var y = 1" + /users/username/projects/project/foo.ts SVC-1-0 "import {y} from \"bar\"" bar.d.ts @@ -81,10 +103,10 @@ Info 33 [00:00:48.000] Files (2) foo.ts Root file specified for compilation -Info 34 [00:00:49.000] ----------------------------------------------- -Info 35 [00:00:50.000] getSemanticDiagnostics:: /c/foo.ts:: 0 -Info 36 [00:00:51.000] fileExists:: [{"key":"/c/bar.ts","count":1},{"key":"/c/bar.tsx","count":1},{"key":"/c/bar.d.ts","count":3}] -Info 37 [00:00:52.000] directoryExists:: [{"key":"/c","count":1},{"key":"/c/node_modules/@types","count":1},{"key":"/node_modules/@types","count":1}] -Info 38 [00:00:53.000] getDirectories:: [] -Info 39 [00:00:54.000] readFile:: [{"key":"/c/bar.d.ts","count":1}] -Info 40 [00:00:55.000] readDirectory:: [] \ No newline at end of file +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] getSemanticDiagnostics:: /users/username/projects/project/foo.ts:: 0 +Info seq [hh:mm:ss:mss] fileExists:: [{"key":"/users/username/projects/project/bar.ts","count":1},{"key":"/users/username/projects/project/bar.tsx","count":1},{"key":"/users/username/projects/project/bar.d.ts","count":3}] +Info seq [hh:mm:ss:mss] directoryExists:: [{"key":"/users/username/projects/project","count":1},{"key":"/users/username/projects/project/node_modules/@types","count":1},{"key":"/users/username/projects/node_modules/@types","count":1},{"key":"/users/username/node_modules/@types","count":1},{"key":"/users/node_modules/@types","count":1},{"key":"/node_modules/@types","count":1}] +Info seq [hh:mm:ss:mss] getDirectories:: [] +Info seq [hh:mm:ss:mss] readFile:: [{"key":"/users/username/projects/project/bar.d.ts","count":1}] +Info seq [hh:mm:ss:mss] readDirectory:: [] \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/cachingFileSystemInformation/npm-install-works-when-timeout-occurs-after-installation.js b/tests/baselines/reference/tsserver/cachingFileSystemInformation/npm-install-works-when-timeout-occurs-after-installation.js index 9aa6911d5d79e..2a29abebf4b90 100644 --- a/tests/baselines/reference/tsserver/cachingFileSystemInformation/npm-install-works-when-timeout-occurs-after-installation.js +++ b/tests/baselines/reference/tsserver/cachingFileSystemInformation/npm-install-works-when-timeout-occurs-after-installation.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:27.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/user/username/rootfolder/otherfolder/a/b/app.ts] import _ from 'lodash'; @@ -45,11 +45,11 @@ interface Array { length: number; [n: number]: T; } -Info 1 [00:00:28.000] Search path: /user/username/rootfolder/otherfolder/a/b -Info 2 [00:00:29.000] For info: /user/username/rootfolder/otherfolder/a/b/app.ts :: Config file name: /user/username/rootfolder/otherfolder/a/b/tsconfig.json -Info 3 [00:00:30.000] Creating configuration project /user/username/rootfolder/otherfolder/a/b/tsconfig.json -Info 4 [00:00:31.000] FileWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/tsconfig.json 2000 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Config file -Info 5 [00:00:32.000] Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/rootfolder/otherfolder/a/b +Info seq [hh:mm:ss:mss] For info: /user/username/rootfolder/otherfolder/a/b/app.ts :: Config file name: /user/username/rootfolder/otherfolder/a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/rootfolder/otherfolder/a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/tsconfig.json 2000 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json : { "rootNames": [ "/user/username/rootfolder/otherfolder/a/b/app.ts" ], @@ -57,25 +57,29 @@ Info 5 [00:00:32.000] Config: /user/username/rootfolder/otherfolder/a/b/tscon "configFilePath": "/user/username/rootfolder/otherfolder/a/b/tsconfig.json" } } -Info 6 [00:00:33.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 7 [00:00:34.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:35.000] Starting updateGraphWorker: Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json -Info 9 [00:00:36.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:37.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 11 [00:00:38.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 12 [00:00:39.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 13 [00:00:40.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 14 [00:00:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:00:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules/@types 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Type roots -Info 17 [00:00:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules/@types 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Type roots -Info 18 [00:00:45.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/node_modules/@types 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Type roots -Info 19 [00:00:46.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/node_modules/@types 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Type roots -Info 20 [00:00:47.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/node_modules/@types 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Type roots -Info 21 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/node_modules/@types 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Type roots -Info 22 [00:00:49.000] Finishing updateGraphWorker: Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:00:50.000] Project '/user/username/rootfolder/otherfolder/a/b/tsconfig.json' (Configured) -Info 24 [00:00:51.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules/@types 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules/@types 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/node_modules/@types 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/node_modules/@types 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/node_modules/@types 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/node_modules/@types 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/node_modules/@types 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/node_modules/@types 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/rootfolder/otherfolder/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/rootfolder/otherfolder/a/b/app.ts SVC-1-0 "import _ from 'lodash';" @@ -85,101 +89,101 @@ Info 24 [00:00:51.000] Files (2) app.ts Matched by default include pattern '**/*' -Info 25 [00:00:52.000] ----------------------------------------------- -Info 26 [00:00:53.000] Project '/user/username/rootfolder/otherfolder/a/b/tsconfig.json' (Configured) -Info 26 [00:00:54.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/rootfolder/otherfolder/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 26 [00:00:55.000] ----------------------------------------------- -Info 26 [00:00:56.000] Open files: -Info 26 [00:00:57.000] FileName: /user/username/rootfolder/otherfolder/a/b/app.ts ProjectRootPath: undefined -Info 26 [00:00:58.000] Projects: /user/username/rootfolder/otherfolder/a/b/tsconfig.json -Info 26 [00:01:01.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 27 [00:01:02.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation -Info 28 [00:01:03.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 29 [00:01:04.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 30 [00:01:05.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 31 [00:01:06.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 32 [00:01:07.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 33 [00:01:08.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json -Info 34 [00:01:09.000] Scheduled: *ensureProjectForOpenFiles* -Info 35 [00:01:10.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 36 [00:01:13.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 37 [00:01:14.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 38 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 39 [00:01:16.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 40 [00:01:17.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one -Info 41 [00:01:18.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 42 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 43 [00:01:22.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 44 [00:01:23.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 45 [00:01:24.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 46 [00:01:25.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types -Info 47 [00:01:26.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 48 [00:01:29.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 49 [00:01:30.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 50 [00:01:31.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 51 [00:01:32.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa -Info 52 [00:01:33.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 53 [00:01:36.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 54 [00:01:37.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 55 [00:01:38.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 56 [00:01:39.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7 -Info 57 [00:01:40.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 58 [00:01:43.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 59 [00:01:44.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 60 [00:01:45.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 61 [00:01:46.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff -Info 62 [00:01:47.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 63 [00:01:50.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 64 [00:01:51.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 65 [00:01:52.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 66 [00:01:53.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61 -Info 67 [00:01:54.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 68 [00:01:57.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 69 [00:01:58.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 70 [00:01:59.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 71 [00:02:00.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d -Info 72 [00:02:01.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 73 [00:02:04.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 74 [00:02:05.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 75 [00:02:06.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 76 [00:02:07.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/package.json -Info 77 [00:02:08.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 78 [00:02:11.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 79 [00:02:12.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 80 [00:02:13.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 81 [00:02:14.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa/package.json -Info 82 [00:02:15.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 83 [00:02:18.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 84 [00:02:19.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 85 [00:02:20.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 86 [00:02:21.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/package.json -Info 87 [00:02:22.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 88 [00:02:25.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 89 [00:02:26.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 90 [00:02:27.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 91 [00:02:28.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/package.json -Info 92 [00:02:29.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 93 [00:02:32.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 94 [00:02:33.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 95 [00:02:34.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 96 [00:02:35.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/index.js -Info 97 [00:02:36.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 98 [00:02:39.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 99 [00:02:40.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 100 [00:02:41.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 101 [00:02:42.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/index.d.ts -Info 102 [00:02:43.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 103 [00:02:46.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 104 [00:02:47.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 105 [00:02:48.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 106 [00:02:49.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/lib -Info 107 [00:02:50.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 108 [00:02:53.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/lib/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 109 [00:02:54.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/lib/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 110 [00:02:55.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/lib/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 111 [00:02:56.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/lib/index.js -Info 112 [00:02:57.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/lib/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/rootfolder/otherfolder/a/b/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/rootfolder/otherfolder/a/b/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7 +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61 +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/package.json +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa/package.json +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/package.json +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/package.json +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/index.js +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/index.d.ts +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/lib +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/lib/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/lib/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/lib/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/lib/index.js +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/lib/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory Timeout callback:: count: 3 5: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation 6: /user/username/rootfolder/otherfolder/a/b/tsconfig.json @@ -537,12 +541,16 @@ PolledWatches:: {"pollingInterval":500} /user/username/rootfolder/otherfolder/node_modules: *new* {"pollingInterval":500} +/user/username/rootfolder/node_modules: *new* + {"pollingInterval":500} /user/username/rootfolder/otherfolder/a/b/node_modules/@types: *new* {"pollingInterval":500} /user/username/rootfolder/otherfolder/a/node_modules/@types: *new* {"pollingInterval":500} /user/username/rootfolder/otherfolder/node_modules/@types: *new* {"pollingInterval":500} +/user/username/rootfolder/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/rootfolder/otherfolder/a/b/tsconfig.json: *new* @@ -556,36 +564,36 @@ FsWatchesRecursive:: /user/username/rootfolder/otherfolder/a/b/node_modules: *new* {} -Info 113 [00:03:07.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 114 [00:03:08.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 115 [00:03:09.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 116 [00:03:10.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/lib -Info 117 [00:03:11.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 118 [00:03:14.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 119 [00:03:15.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 120 [00:03:16.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 121 [00:03:17.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/add -Info 122 [00:03:18.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 123 [00:03:21.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/add/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 124 [00:03:22.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/add/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 125 [00:03:23.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/add/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 126 [00:03:24.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/add/operator -Info 127 [00:03:25.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/add/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 128 [00:03:28.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 129 [00:03:29.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 130 [00:03:30.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 131 [00:03:31.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/package.json -Info 132 [00:03:32.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 133 [00:03:35.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 134 [00:03:36.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 135 [00:03:37.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 136 [00:03:38.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa/index.js -Info 137 [00:03:39.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 138 [00:03:42.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/package.json.3017591594 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 139 [00:03:43.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/package.json.3017591594 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 140 [00:03:44.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/package.json.3017591594 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 141 [00:03:45.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/package.json.3017591594 -Info 142 [00:03:46.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/package.json.3017591594 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/lib +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/add +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/add/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/add/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/add/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/add/operator +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/add/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/package.json +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa/index.js +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/package.json.3017591594 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/package.json.3017591594 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/package.json.3017591594 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/package.json.3017591594 +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/package.json.3017591594 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory Timeout callback:: count: 3 5: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation 6: /user/username/rootfolder/otherfolder/a/b/tsconfig.json @@ -641,11 +649,11 @@ module.exports = require('./lodash'); -Info 143 [00:03:48.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/package.json.3017591594 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 144 [00:03:49.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/package.json.3017591594 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 145 [00:03:50.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/package.json.3017591594 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 146 [00:03:51.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/package.json.3017591594 -Info 147 [00:03:52.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/package.json.3017591594 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/package.json.3017591594 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/package.json.3017591594 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/package.json.3017591594 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/package.json.3017591594 +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/package.json.3017591594 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory Timeout callback:: count: 3 5: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation 6: /user/username/rootfolder/otherfolder/a/b/tsconfig.json @@ -653,41 +661,41 @@ Timeout callback:: count: 3 Immedidate callback:: count: 0 //// [/user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/package.json.3017591594] deleted -Info 148 [00:04:13.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/bundles :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 149 [00:04:14.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/bundles :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 150 [00:04:15.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/bundles :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 151 [00:04:16.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/bundles -Info 152 [00:04:17.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/bundles :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 153 [00:04:20.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 154 [00:04:21.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 155 [00:04:22.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 156 [00:04:23.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/operator -Info 157 [00:04:24.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 158 [00:04:29.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 159 [00:04:30.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 160 [00:04:31.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 161 [00:04:32.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src -Info 162 [00:04:33.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 163 [00:04:35.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 164 [00:04:36.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 165 [00:04:37.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 166 [00:04:38.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add -Info 167 [00:04:39.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 168 [00:04:41.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add/observable :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 169 [00:04:42.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add/observable :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 170 [00:04:43.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add/observable :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 171 [00:04:44.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add/observable -Info 172 [00:04:45.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add/observable :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 173 [00:04:48.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add/observable/dom :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 174 [00:04:49.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add/observable/dom :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 175 [00:04:50.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add/observable/dom :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 176 [00:04:51.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add/observable/dom -Info 177 [00:04:52.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add/observable/dom :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 178 [00:04:55.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 179 [00:04:56.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 180 [00:04:57.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 181 [00:04:58.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/index.d.ts -Info 182 [00:04:59.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/bundles :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/bundles :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/bundles :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/bundles +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/bundles :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/operator +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add/observable :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add/observable :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add/observable :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add/observable +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add/observable :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add/observable/dom :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add/observable/dom :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add/observable/dom :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add/observable/dom +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add/observable/dom :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/index.d.ts +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory Timeout callback:: count: 3 5: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation 6: /user/username/rootfolder/otherfolder/a/b/tsconfig.json @@ -709,31 +717,31 @@ declare namespace _ { } -Info 183 [00:05:12.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/scheduler :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 184 [00:05:13.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/scheduler :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 185 [00:05:14.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/scheduler :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 186 [00:05:15.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/scheduler -Info 187 [00:05:16.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/scheduler :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 188 [00:05:19.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/util :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 189 [00:05:20.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/util :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 190 [00:05:21.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/util :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 191 [00:05:22.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/util -Info 192 [00:05:23.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/util :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 193 [00:05:26.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/symbol :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 194 [00:05:27.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/symbol :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 195 [00:05:28.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/symbol :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 196 [00:05:29.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/symbol -Info 197 [00:05:30.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/symbol :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 198 [00:05:33.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/testing :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 199 [00:05:34.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/testing :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 200 [00:05:35.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/testing :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 201 [00:05:36.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/testing -Info 202 [00:05:37.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/testing :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 203 [00:05:40.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/package.json.2252192041 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 204 [00:05:41.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/package.json.2252192041 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 205 [00:05:42.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/package.json.2252192041 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 206 [00:05:43.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/package.json.2252192041 -Info 207 [00:05:44.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/package.json.2252192041 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/scheduler :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/scheduler :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/scheduler :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/scheduler +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/scheduler :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/util :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/util :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/util :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/util +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/util :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/symbol :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/symbol :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/symbol :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/symbol +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/symbol :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/testing :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/testing :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/testing :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/testing +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/testing :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/package.json.2252192041 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/package.json.2252192041 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/package.json.2252192041 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/package.json.2252192041 +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/package.json.2252192041 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory Timeout callback:: count: 3 5: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation 6: /user/username/rootfolder/otherfolder/a/b/tsconfig.json @@ -971,73 +979,73 @@ Immedidate callback:: count: 0 -Info 208 [00:05:46.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/package.json.2252192041 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 209 [00:05:47.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/package.json.2252192041 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 210 [00:05:48.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/package.json.2252192041 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 211 [00:05:49.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/package.json.2252192041 -Info 212 [00:05:50.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/package.json.2252192041 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 213 [00:06:03.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbol-observable :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 214 [00:06:04.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 215 [00:06:05.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbol-observable :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 216 [00:06:06.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbol-observable :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 217 [00:06:07.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one -Info 218 [00:06:08.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 219 [00:06:09.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbol-observable :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 220 [00:06:12.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules/@types 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Type roots -Info 221 [00:06:13.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one -Info 222 [00:06:14.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 223 [00:06:15.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 224 [00:06:16.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules/@types 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Type roots -Info 225 [00:06:17.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules/@types 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Type roots -Info 226 [00:06:18.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one -Info 227 [00:06:19.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 228 [00:06:20.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 229 [00:06:21.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules/@types 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Type roots -Info 230 [00:06:22.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 231 [00:06:23.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 232 [00:06:24.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 233 [00:06:25.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 234 [00:06:26.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one -Info 235 [00:06:27.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 236 [00:06:28.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 237 [00:06:31.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules/@types 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Type roots -Info 238 [00:06:32.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one -Info 239 [00:06:33.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 240 [00:06:34.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 241 [00:06:35.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules/@types 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Type roots -Info 242 [00:06:36.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 243 [00:06:37.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 244 [00:06:38.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 245 [00:06:39.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 246 [00:06:40.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one -Info 247 [00:06:41.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 248 [00:06:42.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 249 [00:06:45.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/lodash :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 250 [00:06:46.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 251 [00:06:47.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/lodash :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 252 [00:06:48.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/lodash :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 253 [00:06:49.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one -Info 254 [00:06:50.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 255 [00:06:51.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/lodash :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 256 [00:06:54.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 257 [00:06:55.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 258 [00:06:56.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 259 [00:06:57.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 260 [00:06:58.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one -Info 261 [00:06:59.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 262 [00:07:00.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 263 [00:07:03.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/typescript :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 264 [00:07:04.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 265 [00:07:05.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/typescript :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 266 [00:07:06.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/typescript :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 267 [00:07:07.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one -Info 268 [00:07:08.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 269 [00:07:09.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/typescript :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 270 [00:07:12.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.bin :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 271 [00:07:13.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.bin :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 272 [00:07:14.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.bin :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 273 [00:07:15.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.bin -Info 274 [00:07:16.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.bin :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/package.json.2252192041 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/package.json.2252192041 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/package.json.2252192041 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/package.json.2252192041 +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/package.json.2252192041 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbol-observable :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbol-observable :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbol-observable :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbol-observable :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules/@types 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules/@types 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules/@types 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules/@types 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules/@types 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules/@types 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/lodash :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/lodash :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/lodash :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/lodash :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/typescript :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/typescript :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/typescript :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/typescript :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.bin :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.bin :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.bin :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.bin +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.bin :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory Timeout callback:: count: 3 32: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation 33: /user/username/rootfolder/otherfolder/a/b/tsconfig.json @@ -1050,10 +1058,14 @@ PolledWatches:: {"pollingInterval":500} /user/username/rootfolder/otherfolder/node_modules: {"pollingInterval":500} +/user/username/rootfolder/node_modules: + {"pollingInterval":500} /user/username/rootfolder/otherfolder/a/node_modules/@types: {"pollingInterval":500} /user/username/rootfolder/otherfolder/node_modules/@types: {"pollingInterval":500} +/user/username/rootfolder/node_modules/@types: + {"pollingInterval":500} PolledWatches *deleted*:: /user/username/rootfolder/otherfolder/a/b/node_modules/@types: @@ -1073,330 +1085,344 @@ FsWatchesRecursive:: /user/username/rootfolder/otherfolder/a/b/node_modules/@types: *new* {} -Info 275 [00:07:18.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 276 [00:07:19.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 277 [00:07:20.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 278 [00:07:21.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/index.d.ts -Info 279 [00:07:22.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 280 [00:07:24.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 281 [00:07:25.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 282 [00:07:26.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 283 [00:07:27.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/package.json -Info 284 [00:07:28.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 285 [00:07:30.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 286 [00:07:31.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 287 [00:07:32.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 288 [00:07:33.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7 -Info 289 [00:07:34.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 290 [00:07:36.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 291 [00:07:37.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 292 [00:07:38.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 293 [00:07:39.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types -Info 294 [00:07:40.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 295 [00:07:42.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 296 [00:07:43.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 297 [00:07:44.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 298 [00:07:45.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa/index.js -Info 299 [00:07:46.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 300 [00:07:48.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 301 [00:07:49.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 302 [00:07:50.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 303 [00:07:51.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa/package.json -Info 304 [00:07:52.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 305 [00:07:54.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 306 [00:07:55.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 307 [00:07:56.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 308 [00:07:57.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa -Info 309 [00:07:58.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 310 [00:08:00.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/add/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 311 [00:08:01.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/add/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 312 [00:08:02.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/add/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 313 [00:08:03.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/add/operator -Info 314 [00:08:04.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/add/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 315 [00:08:06.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 316 [00:08:07.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 317 [00:08:08.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 318 [00:08:09.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/add -Info 319 [00:08:10.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 320 [00:08:12.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/bundles :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 321 [00:08:13.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/bundles :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 322 [00:08:14.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/bundles :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 323 [00:08:15.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/bundles -Info 324 [00:08:16.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/bundles :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 325 [00:08:18.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 326 [00:08:19.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 327 [00:08:20.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 328 [00:08:21.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/operator -Info 329 [00:08:22.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 330 [00:08:24.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 331 [00:08:25.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 332 [00:08:26.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 333 [00:08:27.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/package.json -Info 334 [00:08:28.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 335 [00:08:30.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add/observable/dom :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 336 [00:08:31.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add/observable/dom :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 337 [00:08:32.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add/observable/dom :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 338 [00:08:33.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add/observable/dom -Info 339 [00:08:34.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add/observable/dom :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 340 [00:08:36.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add/observable :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 341 [00:08:37.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add/observable :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 342 [00:08:38.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add/observable :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 343 [00:08:39.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add/observable -Info 344 [00:08:40.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add/observable :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 345 [00:08:42.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 346 [00:08:43.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 347 [00:08:44.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 348 [00:08:45.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add -Info 349 [00:08:46.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 350 [00:08:48.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/scheduler :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 351 [00:08:49.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/scheduler :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 352 [00:08:50.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/scheduler :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 353 [00:08:51.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/scheduler -Info 354 [00:08:52.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/scheduler :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 355 [00:08:54.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/util :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 356 [00:08:55.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/util :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 357 [00:08:56.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/util :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 358 [00:08:57.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/util -Info 359 [00:08:58.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/util :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 360 [00:09:00.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 361 [00:09:01.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 362 [00:09:02.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 363 [00:09:03.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src -Info 364 [00:09:04.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 365 [00:09:06.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/symbol :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 366 [00:09:07.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/symbol :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 367 [00:09:08.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/symbol :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 368 [00:09:09.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/symbol -Info 369 [00:09:10.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/symbol :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 370 [00:09:12.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/testing :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 371 [00:09:13.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/testing :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 372 [00:09:14.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/testing :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 373 [00:09:15.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/testing -Info 374 [00:09:16.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/testing :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 375 [00:09:18.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 376 [00:09:19.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 377 [00:09:20.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 378 [00:09:21.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61 -Info 379 [00:09:22.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 380 [00:09:24.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 381 [00:09:25.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 382 [00:09:26.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 383 [00:09:27.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/index.d.ts -Info 384 [00:09:28.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 385 [00:09:30.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 386 [00:09:31.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 387 [00:09:32.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 388 [00:09:33.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/index.js -Info 389 [00:09:34.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 390 [00:09:36.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/lib/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 391 [00:09:37.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/lib/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 392 [00:09:38.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/lib/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 393 [00:09:39.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/lib/index.js -Info 394 [00:09:40.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/lib/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 395 [00:09:42.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 396 [00:09:43.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 397 [00:09:44.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 398 [00:09:45.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/lib -Info 399 [00:09:46.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 400 [00:09:48.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 401 [00:09:49.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 402 [00:09:50.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 403 [00:09:51.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/package.json -Info 404 [00:09:52.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 405 [00:09:54.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 406 [00:09:55.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 407 [00:09:56.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 408 [00:09:57.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff -Info 409 [00:09:58.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 410 [00:10:00.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 411 [00:10:01.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 412 [00:10:02.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 413 [00:10:03.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/lib -Info 414 [00:10:04.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 415 [00:10:06.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 416 [00:10:07.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 417 [00:10:08.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 418 [00:10:09.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/package.json -Info 419 [00:10:10.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 420 [00:10:12.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 421 [00:10:13.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 422 [00:10:14.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 423 [00:10:15.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d -Info 424 [00:10:16.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 425 [00:10:18.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 426 [00:10:19.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 427 [00:10:20.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 428 [00:10:21.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 429 [00:10:22.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one -Info 430 [00:10:23.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 431 [00:10:24.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 432 [00:10:27.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 433 [00:10:28.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 434 [00:10:29.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 435 [00:10:30.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 436 [00:10:31.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one -Info 437 [00:10:32.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 438 [00:10:33.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 439 [00:10:36.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 440 [00:10:37.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 441 [00:10:38.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 442 [00:10:39.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 443 [00:10:40.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected file add/remove of non supported extension: /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/package.json -Info 444 [00:10:41.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 445 [00:10:44.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/lodash/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 446 [00:10:45.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 447 [00:10:46.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/lodash/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 448 [00:10:47.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/lodash/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 449 [00:10:48.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected file add/remove of non supported extension: /user/username/rootfolder/otherfolder/a/b/node_modules/lodash/package.json -Info 450 [00:10:49.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/lodash/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 451 [00:10:52.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 452 [00:10:53.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 453 [00:10:54.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 454 [00:10:55.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 455 [00:10:56.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected file add/remove of non supported extension: /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/package.json -Info 456 [00:10:57.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 457 [00:11:00.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/typescript/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 458 [00:11:01.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 459 [00:11:02.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/typescript/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 460 [00:11:03.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/typescript/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 461 [00:11:04.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected file add/remove of non supported extension: /user/username/rootfolder/otherfolder/a/b/node_modules/typescript/package.json -Info 462 [00:11:05.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/typescript/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 463 [00:11:08.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 464 [00:11:09.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 465 [00:11:10.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 466 [00:11:11.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 467 [00:11:12.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected file add/remove of non supported extension: /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/index.js -Info 468 [00:11:13.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 469 [00:11:16.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 470 [00:11:17.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 471 [00:11:18.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 472 [00:11:19.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 473 [00:11:20.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one -Info 474 [00:11:21.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 475 [00:11:22.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 476 [00:11:25.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 477 [00:11:26.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 478 [00:11:27.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 479 [00:11:28.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one -Info 480 [00:11:29.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 481 [00:11:30.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 482 [00:11:33.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/lib/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 483 [00:11:34.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 484 [00:11:35.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/lib/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 485 [00:11:36.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/lib/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 486 [00:11:37.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected file add/remove of non supported extension: /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/lib/index.js -Info 487 [00:11:38.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/lib/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 488 [00:11:41.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/typescript/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 489 [00:11:42.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/typescript/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 490 [00:11:43.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/typescript/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 491 [00:11:44.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one -Info 492 [00:11:45.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 493 [00:11:46.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/typescript/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 494 [00:11:49.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 495 [00:11:50.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 496 [00:11:51.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 497 [00:11:52.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one -Info 498 [00:11:53.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 499 [00:11:54.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 500 [00:11:57.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/add/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 501 [00:11:58.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/add/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 502 [00:11:59.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/add/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 503 [00:12:00.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one -Info 504 [00:12:01.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 505 [00:12:02.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/add/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 506 [00:12:05.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules/@types 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Type roots -Info 507 [00:12:06.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one -Info 508 [00:12:07.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 509 [00:12:08.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 510 [00:12:09.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules/@types 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Type roots -Info 511 [00:12:10.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 512 [00:12:11.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 513 [00:12:12.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 514 [00:12:13.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 515 [00:12:14.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected file add/remove of non supported extension: /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash/package.json -Info 516 [00:12:15.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 517 [00:12:18.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/lodash/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 518 [00:12:19.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 519 [00:12:20.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/lodash/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 520 [00:12:21.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/lodash/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 521 [00:12:22.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected file add/remove of non supported extension: /user/username/rootfolder/otherfolder/a/b/node_modules/lodash/index.js -Info 522 [00:12:23.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/lodash/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 523 [00:12:26.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/bundles :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 524 [00:12:27.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/bundles :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 525 [00:12:28.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/bundles :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 526 [00:12:29.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one -Info 527 [00:12:30.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 528 [00:12:31.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/bundles :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 529 [00:12:34.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 530 [00:12:35.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 531 [00:12:36.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 532 [00:12:37.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one -Info 533 [00:12:38.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 534 [00:12:39.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 535 [00:12:44.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 536 [00:12:45.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 537 [00:12:46.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 538 [00:12:47.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one -Info 539 [00:12:48.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 540 [00:12:49.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 541 [00:12:51.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 542 [00:12:52.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 543 [00:12:53.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 544 [00:12:54.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one -Info 545 [00:12:55.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 546 [00:12:56.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 547 [00:12:58.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src/add/observable :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 548 [00:12:59.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src/add/observable :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 549 [00:13:00.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src/add/observable :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 550 [00:13:01.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one -Info 551 [00:13:02.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 552 [00:13:03.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src/add/observable :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 553 [00:13:06.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src/add/observable/dom :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 554 [00:13:07.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src/add/observable/dom :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 555 [00:13:08.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src/add/observable/dom :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 556 [00:13:09.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one -Info 557 [00:13:10.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 558 [00:13:11.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src/add/observable/dom :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 559 [00:13:14.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules/@types 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Type roots -Info 560 [00:13:15.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one -Info 561 [00:13:16.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 562 [00:13:17.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 563 [00:13:18.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules/@types 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Type roots -Info 564 [00:13:19.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 565 [00:13:20.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 566 [00:13:21.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 567 [00:13:22.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 568 [00:13:23.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one -Info 569 [00:13:24.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 570 [00:13:25.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 571 [00:13:28.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src/scheduler :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 572 [00:13:29.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src/scheduler :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 573 [00:13:30.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src/scheduler :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 574 [00:13:31.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one -Info 575 [00:13:32.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 576 [00:13:33.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src/scheduler :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 577 [00:13:36.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src/util :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 578 [00:13:37.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src/util :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 579 [00:13:38.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src/util :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 580 [00:13:39.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one -Info 581 [00:13:40.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 582 [00:13:41.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src/util :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 583 [00:13:44.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/symbol :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 584 [00:13:45.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/symbol :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 585 [00:13:46.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/symbol :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 586 [00:13:47.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one -Info 587 [00:13:48.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 588 [00:13:49.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/symbol :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 589 [00:13:52.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/testing :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 590 [00:13:53.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/testing :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 591 [00:13:54.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/testing :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 592 [00:13:55.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one -Info 593 [00:13:56.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 594 [00:13:57.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/testing :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/index.d.ts +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/package.json +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7 +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa/index.js +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa/package.json +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/add/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/add/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/add/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/add/operator +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/add/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/add +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/bundles :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/bundles :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/bundles :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/bundles +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/bundles :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/operator +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/package.json +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add/observable/dom :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add/observable/dom :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add/observable/dom :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add/observable/dom +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add/observable/dom :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add/observable :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add/observable :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add/observable :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add/observable +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add/observable :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/scheduler :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/scheduler :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/scheduler :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/scheduler +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/scheduler :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/util :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/util :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/util :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/util +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/util :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/symbol :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/symbol :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/symbol :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/symbol +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/symbol :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/testing :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/testing :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/testing :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/testing +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/testing :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61 +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/index.d.ts +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/index.js +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/lib/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/lib/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/lib/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/lib/index.js +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/lib/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/lib +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/package.json +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/lib +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/package.json +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected file add/remove of non supported extension: /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/package.json +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/lodash/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/lodash/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/lodash/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected file add/remove of non supported extension: /user/username/rootfolder/otherfolder/a/b/node_modules/lodash/package.json +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/lodash/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected file add/remove of non supported extension: /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/package.json +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/typescript/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/typescript/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/typescript/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected file add/remove of non supported extension: /user/username/rootfolder/otherfolder/a/b/node_modules/typescript/package.json +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/typescript/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected file add/remove of non supported extension: /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/index.js +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/lib/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/lib/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/lib/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected file add/remove of non supported extension: /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/lib/index.js +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/lib/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/typescript/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/typescript/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/typescript/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/typescript/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/add/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/add/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/add/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/add/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules/@types 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules/@types 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected file add/remove of non supported extension: /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash/package.json +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/lodash/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/lodash/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/lodash/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected file add/remove of non supported extension: /user/username/rootfolder/otherfolder/a/b/node_modules/lodash/index.js +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/lodash/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/bundles :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/bundles :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/bundles :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/bundles :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src/add/observable :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src/add/observable :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src/add/observable :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src/add/observable :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src/add/observable/dom :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src/add/observable/dom :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src/add/observable/dom :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src/add/observable/dom :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules/@types 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules/@types 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src/scheduler :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src/scheduler :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src/scheduler :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src/scheduler :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src/util :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src/util :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src/util :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src/util :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/symbol :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/symbol :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/symbol :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/symbol :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/testing :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/testing :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/testing :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/testing :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory Before running Timeout callback:: count: 3 -78: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation -87: /user/username/rootfolder/otherfolder/a/b/tsconfig.json -88: *ensureProjectForOpenFiles* +100: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation +101: /user/username/rootfolder/otherfolder/a/b/tsconfig.json +102: *ensureProjectForOpenFiles* //// [/user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/package.json] { "name": "symbol-observable", @@ -1815,30 +1841,32 @@ declare namespace _ { //// [/user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa/index.js] deleted //// [/user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/index.d.ts] deleted -Info 595 [00:13:58.000] Running: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation -Info 596 [00:13:59.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one -Info 597 [00:14:00.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Running: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one After running Timeout callback:: count: 2 -89: /user/username/rootfolder/otherfolder/a/b/tsconfig.json -90: *ensureProjectForOpenFiles* +103: /user/username/rootfolder/otherfolder/a/b/tsconfig.json +104: *ensureProjectForOpenFiles* Before running Timeout callback:: count: 2 -89: /user/username/rootfolder/otherfolder/a/b/tsconfig.json -90: *ensureProjectForOpenFiles* +103: /user/username/rootfolder/otherfolder/a/b/tsconfig.json +104: *ensureProjectForOpenFiles* -Info 598 [00:14:01.000] Running: /user/username/rootfolder/otherfolder/a/b/tsconfig.json -Info 599 [00:14:02.000] Starting updateGraphWorker: Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json -Info 600 [00:14:03.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 601 [00:14:04.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 602 [00:14:05.000] FileWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules/lodash/package.json 2000 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: File location affecting resolution -Info 603 [00:14:06.000] FileWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash/package.json 2000 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: File location affecting resolution -Info 604 [00:14:07.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/rootfolder/otherfolder/a/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 605 [00:14:08.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/rootfolder/otherfolder/a/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 606 [00:14:09.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/rootfolder/otherfolder/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 607 [00:14:10.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/rootfolder/otherfolder/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 608 [00:14:11.000] Finishing updateGraphWorker: Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Version: 2 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms -Info 609 [00:14:12.000] Project '/user/username/rootfolder/otherfolder/a/b/tsconfig.json' (Configured) -Info 610 [00:14:13.000] Files (3) +Info seq [hh:mm:ss:mss] Running: /user/username/rootfolder/otherfolder/a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash/package.json 2000 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: File location affecting resolution +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules/lodash/package.json 2000 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: File location affecting resolution +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/rootfolder/otherfolder/a/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/rootfolder/otherfolder/a/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/rootfolder/otherfolder/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/rootfolder/otherfolder/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/rootfolder/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/rootfolder/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Version: 2 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/rootfolder/otherfolder/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash/index.d.ts Text-1 "\n// Stub for lodash\nexport = _;\nexport as namespace _;\ndeclare var _: _.LoDashStatic;\ndeclare namespace _ {\n interface LoDashStatic {\n someProp: string;\n }\n class SomeClass {\n someMethod(): void;\n }\n}" /user/username/rootfolder/otherfolder/a/b/app.ts SVC-1-0 "import _ from 'lodash';" @@ -1852,24 +1880,24 @@ Info 610 [00:14:13.000] Files (3) app.ts Matched by default include pattern '**/*' -Info 611 [00:14:14.000] ----------------------------------------------- -Info 612 [00:14:15.000] Running: *ensureProjectForOpenFiles* -Info 613 [00:14:16.000] Before ensureProjectForOpenFiles: -Info 614 [00:14:17.000] Project '/user/username/rootfolder/otherfolder/a/b/tsconfig.json' (Configured) -Info 614 [00:14:18.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/rootfolder/otherfolder/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 614 [00:14:19.000] ----------------------------------------------- -Info 614 [00:14:20.000] Open files: -Info 614 [00:14:21.000] FileName: /user/username/rootfolder/otherfolder/a/b/app.ts ProjectRootPath: undefined -Info 614 [00:14:22.000] Projects: /user/username/rootfolder/otherfolder/a/b/tsconfig.json -Info 614 [00:14:23.000] After ensureProjectForOpenFiles: -Info 615 [00:14:24.000] Project '/user/username/rootfolder/otherfolder/a/b/tsconfig.json' (Configured) -Info 615 [00:14:25.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/rootfolder/otherfolder/a/b/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/rootfolder/otherfolder/a/b/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/rootfolder/otherfolder/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 615 [00:14:26.000] ----------------------------------------------- -Info 615 [00:14:27.000] Open files: -Info 615 [00:14:28.000] FileName: /user/username/rootfolder/otherfolder/a/b/app.ts ProjectRootPath: undefined -Info 615 [00:14:29.000] Projects: /user/username/rootfolder/otherfolder/a/b/tsconfig.json +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/rootfolder/otherfolder/a/b/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/rootfolder/otherfolder/a/b/tsconfig.json After running Timeout callback:: count: 0 PolledWatches:: @@ -1877,22 +1905,26 @@ PolledWatches:: {"pollingInterval":500} /user/username/rootfolder/otherfolder/node_modules/@types: {"pollingInterval":500} +/user/username/rootfolder/node_modules/@types: + {"pollingInterval":500} PolledWatches *deleted*:: /user/username/rootfolder/otherfolder/a/node_modules: {"pollingInterval":500} /user/username/rootfolder/otherfolder/node_modules: {"pollingInterval":500} +/user/username/rootfolder/node_modules: + {"pollingInterval":500} FsWatches:: /user/username/rootfolder/otherfolder/a/b/tsconfig.json: {} /a/lib/lib.d.ts: {} -/user/username/rootfolder/otherfolder/a/b/node_modules/lodash/package.json: *new* - {} /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash/package.json: *new* {} +/user/username/rootfolder/otherfolder/a/b/node_modules/lodash/package.json: *new* + {} FsWatchesRecursive:: /user/username/rootfolder/otherfolder/a/b: diff --git a/tests/baselines/reference/tsserver/cachingFileSystemInformation/npm-install-works-when-timeout-occurs-inbetween-installation.js b/tests/baselines/reference/tsserver/cachingFileSystemInformation/npm-install-works-when-timeout-occurs-inbetween-installation.js index 600c5207a5f98..21a7c911b8e63 100644 --- a/tests/baselines/reference/tsserver/cachingFileSystemInformation/npm-install-works-when-timeout-occurs-inbetween-installation.js +++ b/tests/baselines/reference/tsserver/cachingFileSystemInformation/npm-install-works-when-timeout-occurs-inbetween-installation.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:27.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/user/username/rootfolder/otherfolder/a/b/app.ts] import _ from 'lodash'; @@ -45,11 +45,11 @@ interface Array { length: number; [n: number]: T; } -Info 1 [00:00:28.000] Search path: /user/username/rootfolder/otherfolder/a/b -Info 2 [00:00:29.000] For info: /user/username/rootfolder/otherfolder/a/b/app.ts :: Config file name: /user/username/rootfolder/otherfolder/a/b/tsconfig.json -Info 3 [00:00:30.000] Creating configuration project /user/username/rootfolder/otherfolder/a/b/tsconfig.json -Info 4 [00:00:31.000] FileWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/tsconfig.json 2000 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Config file -Info 5 [00:00:32.000] Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/rootfolder/otherfolder/a/b +Info seq [hh:mm:ss:mss] For info: /user/username/rootfolder/otherfolder/a/b/app.ts :: Config file name: /user/username/rootfolder/otherfolder/a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/rootfolder/otherfolder/a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/tsconfig.json 2000 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json : { "rootNames": [ "/user/username/rootfolder/otherfolder/a/b/app.ts" ], @@ -57,25 +57,29 @@ Info 5 [00:00:32.000] Config: /user/username/rootfolder/otherfolder/a/b/tscon "configFilePath": "/user/username/rootfolder/otherfolder/a/b/tsconfig.json" } } -Info 6 [00:00:33.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 7 [00:00:34.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:35.000] Starting updateGraphWorker: Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json -Info 9 [00:00:36.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:37.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 11 [00:00:38.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 12 [00:00:39.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 13 [00:00:40.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 14 [00:00:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:00:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules/@types 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Type roots -Info 17 [00:00:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules/@types 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Type roots -Info 18 [00:00:45.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/node_modules/@types 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Type roots -Info 19 [00:00:46.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/node_modules/@types 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Type roots -Info 20 [00:00:47.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/node_modules/@types 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Type roots -Info 21 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/node_modules/@types 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Type roots -Info 22 [00:00:49.000] Finishing updateGraphWorker: Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:00:50.000] Project '/user/username/rootfolder/otherfolder/a/b/tsconfig.json' (Configured) -Info 24 [00:00:51.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules/@types 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules/@types 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/node_modules/@types 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/node_modules/@types 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/node_modules/@types 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/node_modules/@types 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/node_modules/@types 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/node_modules/@types 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/rootfolder/otherfolder/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/rootfolder/otherfolder/a/b/app.ts SVC-1-0 "import _ from 'lodash';" @@ -85,101 +89,101 @@ Info 24 [00:00:51.000] Files (2) app.ts Matched by default include pattern '**/*' -Info 25 [00:00:52.000] ----------------------------------------------- -Info 26 [00:00:53.000] Project '/user/username/rootfolder/otherfolder/a/b/tsconfig.json' (Configured) -Info 26 [00:00:54.000] Files (2) - -Info 26 [00:00:55.000] ----------------------------------------------- -Info 26 [00:00:56.000] Open files: -Info 26 [00:00:57.000] FileName: /user/username/rootfolder/otherfolder/a/b/app.ts ProjectRootPath: undefined -Info 26 [00:00:58.000] Projects: /user/username/rootfolder/otherfolder/a/b/tsconfig.json -Info 26 [00:01:01.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 27 [00:01:02.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation -Info 28 [00:01:03.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 29 [00:01:04.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 30 [00:01:05.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 31 [00:01:06.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 32 [00:01:07.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 33 [00:01:08.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json -Info 34 [00:01:09.000] Scheduled: *ensureProjectForOpenFiles* -Info 35 [00:01:10.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 36 [00:01:13.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 37 [00:01:14.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 38 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 39 [00:01:16.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 40 [00:01:17.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one -Info 41 [00:01:18.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 42 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 43 [00:01:22.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 44 [00:01:23.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 45 [00:01:24.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 46 [00:01:25.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types -Info 47 [00:01:26.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 48 [00:01:29.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 49 [00:01:30.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 50 [00:01:31.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 51 [00:01:32.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa -Info 52 [00:01:33.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 53 [00:01:36.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 54 [00:01:37.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 55 [00:01:38.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 56 [00:01:39.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7 -Info 57 [00:01:40.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 58 [00:01:43.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 59 [00:01:44.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 60 [00:01:45.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 61 [00:01:46.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff -Info 62 [00:01:47.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 63 [00:01:50.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 64 [00:01:51.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 65 [00:01:52.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 66 [00:01:53.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61 -Info 67 [00:01:54.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 68 [00:01:57.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 69 [00:01:58.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 70 [00:01:59.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 71 [00:02:00.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d -Info 72 [00:02:01.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 73 [00:02:04.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 74 [00:02:05.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 75 [00:02:06.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 76 [00:02:07.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/package.json -Info 77 [00:02:08.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 78 [00:02:11.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 79 [00:02:12.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 80 [00:02:13.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 81 [00:02:14.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa/package.json -Info 82 [00:02:15.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 83 [00:02:18.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 84 [00:02:19.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 85 [00:02:20.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 86 [00:02:21.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/package.json -Info 87 [00:02:22.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 88 [00:02:25.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 89 [00:02:26.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 90 [00:02:27.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 91 [00:02:28.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/package.json -Info 92 [00:02:29.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 93 [00:02:32.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 94 [00:02:33.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 95 [00:02:34.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 96 [00:02:35.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/index.js -Info 97 [00:02:36.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 98 [00:02:39.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 99 [00:02:40.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 100 [00:02:41.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 101 [00:02:42.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/index.d.ts -Info 102 [00:02:43.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 103 [00:02:46.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 104 [00:02:47.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 105 [00:02:48.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 106 [00:02:49.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/lib -Info 107 [00:02:50.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 108 [00:02:53.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/lib/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 109 [00:02:54.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/lib/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 110 [00:02:55.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/lib/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 111 [00:02:56.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/lib/index.js -Info 112 [00:02:57.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/lib/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/rootfolder/otherfolder/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/rootfolder/otherfolder/a/b/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/rootfolder/otherfolder/a/b/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7 +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61 +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/package.json +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa/package.json +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/package.json +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/package.json +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/index.js +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/index.d.ts +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/lib +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/lib/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/lib/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/lib/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/lib/index.js +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/lib/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory Before running Timeout callback:: count: 3 5: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation 6: /user/username/rootfolder/otherfolder/a/b/tsconfig.json @@ -536,12 +540,16 @@ PolledWatches:: {"pollingInterval":500} /user/username/rootfolder/otherfolder/node_modules: *new* {"pollingInterval":500} +/user/username/rootfolder/node_modules: *new* + {"pollingInterval":500} /user/username/rootfolder/otherfolder/a/b/node_modules/@types: *new* {"pollingInterval":500} /user/username/rootfolder/otherfolder/a/node_modules/@types: *new* {"pollingInterval":500} /user/username/rootfolder/otherfolder/node_modules/@types: *new* {"pollingInterval":500} +/user/username/rootfolder/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/rootfolder/otherfolder/a/b/tsconfig.json: *new* @@ -555,9 +563,9 @@ FsWatchesRecursive:: /user/username/rootfolder/otherfolder/a/b/node_modules: *new* {} -Info 113 [00:02:58.000] Running: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation -Info 114 [00:02:59.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one -Info 115 [00:03:00.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Running: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one After running Timeout callback:: count: 2 8: /user/username/rootfolder/otherfolder/a/b/tsconfig.json 9: *ensureProjectForOpenFiles* @@ -566,64 +574,64 @@ Before running Timeout callback:: count: 2 8: /user/username/rootfolder/otherfolder/a/b/tsconfig.json 9: *ensureProjectForOpenFiles* -Info 116 [00:03:01.000] Running: /user/username/rootfolder/otherfolder/a/b/tsconfig.json -Info 117 [00:03:02.000] Starting updateGraphWorker: Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json -Info 118 [00:03:03.000] Finishing updateGraphWorker: Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Version: 2 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms -Info 119 [00:03:04.000] Project '/user/username/rootfolder/otherfolder/a/b/tsconfig.json' (Configured) -Info 120 [00:03:05.000] Files (2) +Info seq [hh:mm:ss:mss] Running: /user/username/rootfolder/otherfolder/a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Version: 2 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/rootfolder/otherfolder/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/rootfolder/otherfolder/a/b/app.ts SVC-1-0 "import _ from 'lodash';" -Info 121 [00:03:06.000] ----------------------------------------------- -Info 122 [00:03:07.000] Running: *ensureProjectForOpenFiles* -Info 123 [00:03:08.000] Before ensureProjectForOpenFiles: -Info 124 [00:03:09.000] Project '/user/username/rootfolder/otherfolder/a/b/tsconfig.json' (Configured) -Info 124 [00:03:10.000] Files (2) - -Info 124 [00:03:11.000] ----------------------------------------------- -Info 124 [00:03:12.000] Open files: -Info 124 [00:03:13.000] FileName: /user/username/rootfolder/otherfolder/a/b/app.ts ProjectRootPath: undefined -Info 124 [00:03:14.000] Projects: /user/username/rootfolder/otherfolder/a/b/tsconfig.json -Info 124 [00:03:15.000] After ensureProjectForOpenFiles: -Info 125 [00:03:16.000] Project '/user/username/rootfolder/otherfolder/a/b/tsconfig.json' (Configured) -Info 125 [00:03:17.000] Files (2) - -Info 125 [00:03:18.000] ----------------------------------------------- -Info 125 [00:03:19.000] Open files: -Info 125 [00:03:20.000] FileName: /user/username/rootfolder/otherfolder/a/b/app.ts ProjectRootPath: undefined -Info 125 [00:03:21.000] Projects: /user/username/rootfolder/otherfolder/a/b/tsconfig.json +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/rootfolder/otherfolder/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/rootfolder/otherfolder/a/b/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/rootfolder/otherfolder/a/b/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/rootfolder/otherfolder/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/rootfolder/otherfolder/a/b/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/rootfolder/otherfolder/a/b/tsconfig.json After running Timeout callback:: count: 0 -Info 125 [00:03:31.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 126 [00:03:32.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 127 [00:03:33.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 128 [00:03:34.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/lib -Info 129 [00:03:35.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 130 [00:03:38.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 131 [00:03:39.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 132 [00:03:40.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 133 [00:03:41.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/add -Info 134 [00:03:42.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 135 [00:03:45.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/add/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 136 [00:03:46.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/add/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 137 [00:03:47.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/add/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 138 [00:03:48.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/add/operator -Info 139 [00:03:49.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/add/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 140 [00:03:52.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 141 [00:03:53.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 142 [00:03:54.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 143 [00:03:55.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/package.json -Info 144 [00:03:56.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 145 [00:03:59.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 146 [00:04:00.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 147 [00:04:01.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 148 [00:04:02.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa/index.js -Info 149 [00:04:03.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 150 [00:04:06.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/package.json.3017591594 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 151 [00:04:07.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/package.json.3017591594 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 152 [00:04:08.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/package.json.3017591594 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 153 [00:04:09.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/package.json.3017591594 -Info 154 [00:04:10.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/package.json.3017591594 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/lib +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/add +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/add/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/add/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/add/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/add/operator +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/add/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/package.json +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa/index.js +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/package.json.3017591594 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/package.json.3017591594 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/package.json.3017591594 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/package.json.3017591594 +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/package.json.3017591594 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory Before running Timeout callback:: count: 0 //// [/user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/package.json] { @@ -681,11 +689,11 @@ Before running Timeout callback:: count: 0 After running Timeout callback:: count: 0 -Info 155 [00:04:12.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/package.json.3017591594 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 156 [00:04:13.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/package.json.3017591594 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 157 [00:04:14.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/package.json.3017591594 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 158 [00:04:15.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/package.json.3017591594 -Info 159 [00:04:16.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/package.json.3017591594 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/package.json.3017591594 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/package.json.3017591594 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/package.json.3017591594 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/package.json.3017591594 +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/package.json.3017591594 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory Before running Timeout callback:: count: 0 //// [/user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/package.json.3017591594] deleted @@ -695,41 +703,41 @@ Before running Timeout callback:: count: 0 After running Timeout callback:: count: 0 -Info 160 [00:04:37.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/bundles :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 161 [00:04:38.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/bundles :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 162 [00:04:39.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/bundles :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 163 [00:04:40.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/bundles -Info 164 [00:04:41.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/bundles :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 165 [00:04:44.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 166 [00:04:45.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 167 [00:04:46.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 168 [00:04:47.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/operator -Info 169 [00:04:48.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 170 [00:04:53.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 171 [00:04:54.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 172 [00:04:55.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 173 [00:04:56.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src -Info 174 [00:04:57.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 175 [00:04:59.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 176 [00:05:00.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 177 [00:05:01.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 178 [00:05:02.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add -Info 179 [00:05:03.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 180 [00:05:05.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add/observable :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 181 [00:05:06.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add/observable :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 182 [00:05:07.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add/observable :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 183 [00:05:08.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add/observable -Info 184 [00:05:09.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add/observable :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 185 [00:05:12.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add/observable/dom :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 186 [00:05:13.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add/observable/dom :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 187 [00:05:14.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add/observable/dom :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 188 [00:05:15.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add/observable/dom -Info 189 [00:05:16.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add/observable/dom :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 190 [00:05:19.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 191 [00:05:20.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 192 [00:05:21.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 193 [00:05:22.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/index.d.ts -Info 194 [00:05:23.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/bundles :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/bundles :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/bundles :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/bundles +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/bundles :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/operator +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add/observable :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add/observable :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add/observable :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add/observable +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add/observable :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add/observable/dom :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add/observable/dom :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add/observable/dom :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add/observable/dom +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add/observable/dom :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/index.d.ts +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory Before running Timeout callback:: count: 0 //// [/user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/index.d.ts] @@ -753,31 +761,31 @@ Before running Timeout callback:: count: 0 After running Timeout callback:: count: 0 -Info 195 [00:05:36.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/scheduler :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 196 [00:05:37.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/scheduler :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 197 [00:05:38.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/scheduler :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 198 [00:05:39.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/scheduler -Info 199 [00:05:40.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/scheduler :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 200 [00:05:43.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/util :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 201 [00:05:44.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/util :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 202 [00:05:45.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/util :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 203 [00:05:46.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/util -Info 204 [00:05:47.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/util :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 205 [00:05:50.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/symbol :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 206 [00:05:51.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/symbol :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 207 [00:05:52.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/symbol :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 208 [00:05:53.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/symbol -Info 209 [00:05:54.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/symbol :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 210 [00:05:57.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/testing :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 211 [00:05:58.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/testing :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 212 [00:05:59.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/testing :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 213 [00:06:00.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/testing -Info 214 [00:06:01.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/testing :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 215 [00:06:04.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/package.json.2252192041 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 216 [00:06:05.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/package.json.2252192041 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 217 [00:06:06.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/package.json.2252192041 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 218 [00:06:07.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/package.json.2252192041 -Info 219 [00:06:08.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/package.json.2252192041 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/scheduler :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/scheduler :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/scheduler :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/scheduler +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/scheduler :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/util :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/util :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/util :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/util +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/util :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/symbol :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/symbol :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/symbol :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/symbol +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/symbol :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/testing :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/testing :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/testing :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/testing +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/testing :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/package.json.2252192041 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/package.json.2252192041 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/package.json.2252192041 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/package.json.2252192041 +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/package.json.2252192041 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory Before running Timeout callback:: count: 0 //// [/user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/package.json.2252192041] { @@ -1017,73 +1025,73 @@ Before running Timeout callback:: count: 0 After running Timeout callback:: count: 0 -Info 220 [00:06:10.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/package.json.2252192041 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 221 [00:06:11.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/package.json.2252192041 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 222 [00:06:12.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/package.json.2252192041 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 223 [00:06:13.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/package.json.2252192041 -Info 224 [00:06:14.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/package.json.2252192041 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 225 [00:06:27.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbol-observable :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 226 [00:06:28.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation -Info 227 [00:06:29.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbol-observable :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 228 [00:06:30.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbol-observable :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 229 [00:06:31.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json -Info 230 [00:06:32.000] Scheduled: *ensureProjectForOpenFiles* -Info 231 [00:06:33.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbol-observable :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 232 [00:06:36.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules/@types 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Type roots -Info 233 [00:06:37.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one -Info 234 [00:06:38.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 235 [00:06:39.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 236 [00:06:40.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules/@types 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Type roots -Info 237 [00:06:41.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules/@types 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Type roots -Info 238 [00:06:42.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one -Info 239 [00:06:43.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 240 [00:06:44.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 241 [00:06:45.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules/@types 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Type roots -Info 242 [00:06:46.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 243 [00:06:47.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 244 [00:06:48.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 245 [00:06:49.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 246 [00:06:50.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one -Info 247 [00:06:51.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 248 [00:06:52.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 249 [00:06:55.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules/@types 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Type roots -Info 250 [00:06:56.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one -Info 251 [00:06:57.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 252 [00:06:58.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 253 [00:06:59.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules/@types 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Type roots -Info 254 [00:07:00.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 255 [00:07:01.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 256 [00:07:02.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 257 [00:07:03.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 258 [00:07:04.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one -Info 259 [00:07:05.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 260 [00:07:06.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 261 [00:07:09.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/lodash :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 262 [00:07:10.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 263 [00:07:11.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/lodash :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 264 [00:07:12.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/lodash :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 265 [00:07:13.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one -Info 266 [00:07:14.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 267 [00:07:15.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/lodash :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 268 [00:07:18.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 269 [00:07:19.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 270 [00:07:20.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 271 [00:07:21.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 272 [00:07:22.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one -Info 273 [00:07:23.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 274 [00:07:24.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 275 [00:07:27.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/typescript :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 276 [00:07:28.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 277 [00:07:29.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/typescript :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 278 [00:07:30.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/typescript :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 279 [00:07:31.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one -Info 280 [00:07:32.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 281 [00:07:33.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/typescript :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 282 [00:07:36.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.bin :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 283 [00:07:37.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.bin :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 284 [00:07:38.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.bin :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 285 [00:07:39.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.bin -Info 286 [00:07:40.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.bin :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/package.json.2252192041 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/package.json.2252192041 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/package.json.2252192041 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/package.json.2252192041 +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/package.json.2252192041 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbol-observable :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbol-observable :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbol-observable :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbol-observable :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules/@types 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules/@types 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules/@types 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules/@types 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules/@types 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules/@types 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/lodash :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/lodash :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/lodash :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/lodash :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/typescript :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/typescript :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/typescript :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/typescript :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.bin :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.bin :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.bin :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.bin +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.bin :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory Before running Timeout callback:: count: 3 34: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation 35: /user/username/rootfolder/otherfolder/a/b/tsconfig.json @@ -1095,10 +1103,14 @@ PolledWatches:: {"pollingInterval":500} /user/username/rootfolder/otherfolder/node_modules: {"pollingInterval":500} +/user/username/rootfolder/node_modules: + {"pollingInterval":500} /user/username/rootfolder/otherfolder/a/node_modules/@types: {"pollingInterval":500} /user/username/rootfolder/otherfolder/node_modules/@types: {"pollingInterval":500} +/user/username/rootfolder/node_modules/@types: + {"pollingInterval":500} PolledWatches *deleted*:: /user/username/rootfolder/otherfolder/a/b/node_modules/@types: @@ -1118,9 +1130,9 @@ FsWatchesRecursive:: /user/username/rootfolder/otherfolder/a/b/node_modules/@types: *new* {} -Info 287 [00:07:41.000] Running: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation -Info 288 [00:07:42.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one -Info 289 [00:07:43.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Running: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one After running Timeout callback:: count: 2 37: /user/username/rootfolder/otherfolder/a/b/tsconfig.json 38: *ensureProjectForOpenFiles* @@ -1129,358 +1141,372 @@ Before running Timeout callback:: count: 2 37: /user/username/rootfolder/otherfolder/a/b/tsconfig.json 38: *ensureProjectForOpenFiles* -Info 290 [00:07:44.000] Running: /user/username/rootfolder/otherfolder/a/b/tsconfig.json -Info 291 [00:07:45.000] Starting updateGraphWorker: Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json -Info 292 [00:07:46.000] Finishing updateGraphWorker: Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Version: 3 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms -Info 293 [00:07:47.000] Project '/user/username/rootfolder/otherfolder/a/b/tsconfig.json' (Configured) -Info 294 [00:07:48.000] Files (2) +Info seq [hh:mm:ss:mss] Running: /user/username/rootfolder/otherfolder/a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Version: 3 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/rootfolder/otherfolder/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/rootfolder/otherfolder/a/b/app.ts SVC-1-0 "import _ from 'lodash';" -Info 295 [00:07:49.000] ----------------------------------------------- -Info 296 [00:07:50.000] Running: *ensureProjectForOpenFiles* -Info 297 [00:07:51.000] Before ensureProjectForOpenFiles: -Info 298 [00:07:52.000] Project '/user/username/rootfolder/otherfolder/a/b/tsconfig.json' (Configured) -Info 298 [00:07:53.000] Files (2) - -Info 298 [00:07:54.000] ----------------------------------------------- -Info 298 [00:07:55.000] Open files: -Info 298 [00:07:56.000] FileName: /user/username/rootfolder/otherfolder/a/b/app.ts ProjectRootPath: undefined -Info 298 [00:07:57.000] Projects: /user/username/rootfolder/otherfolder/a/b/tsconfig.json -Info 298 [00:07:58.000] After ensureProjectForOpenFiles: -Info 299 [00:07:59.000] Project '/user/username/rootfolder/otherfolder/a/b/tsconfig.json' (Configured) -Info 299 [00:08:00.000] Files (2) - -Info 299 [00:08:01.000] ----------------------------------------------- -Info 299 [00:08:02.000] Open files: -Info 299 [00:08:03.000] FileName: /user/username/rootfolder/otherfolder/a/b/app.ts ProjectRootPath: undefined -Info 299 [00:08:04.000] Projects: /user/username/rootfolder/otherfolder/a/b/tsconfig.json +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/rootfolder/otherfolder/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/rootfolder/otherfolder/a/b/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/rootfolder/otherfolder/a/b/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/rootfolder/otherfolder/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/rootfolder/otherfolder/a/b/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/rootfolder/otherfolder/a/b/tsconfig.json After running Timeout callback:: count: 0 -Info 299 [00:08:06.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 300 [00:08:07.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 301 [00:08:08.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 302 [00:08:09.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/index.d.ts -Info 303 [00:08:10.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 304 [00:08:12.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 305 [00:08:13.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 306 [00:08:14.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 307 [00:08:15.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/package.json -Info 308 [00:08:16.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 309 [00:08:18.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 310 [00:08:19.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 311 [00:08:20.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 312 [00:08:21.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7 -Info 313 [00:08:22.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 314 [00:08:24.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 315 [00:08:25.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 316 [00:08:26.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 317 [00:08:27.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types -Info 318 [00:08:28.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 319 [00:08:30.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 320 [00:08:31.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 321 [00:08:32.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 322 [00:08:33.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa/index.js -Info 323 [00:08:34.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 324 [00:08:36.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 325 [00:08:37.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 326 [00:08:38.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 327 [00:08:39.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa/package.json -Info 328 [00:08:40.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 329 [00:08:42.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 330 [00:08:43.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 331 [00:08:44.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 332 [00:08:45.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa -Info 333 [00:08:46.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 334 [00:08:48.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/add/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 335 [00:08:49.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/add/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 336 [00:08:50.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/add/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 337 [00:08:51.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/add/operator -Info 338 [00:08:52.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/add/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 339 [00:08:54.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 340 [00:08:55.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 341 [00:08:56.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 342 [00:08:57.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/add -Info 343 [00:08:58.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 344 [00:09:00.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/bundles :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 345 [00:09:01.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/bundles :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 346 [00:09:02.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/bundles :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 347 [00:09:03.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/bundles -Info 348 [00:09:04.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/bundles :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 349 [00:09:06.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 350 [00:09:07.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 351 [00:09:08.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 352 [00:09:09.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/operator -Info 353 [00:09:10.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 354 [00:09:12.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 355 [00:09:13.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 356 [00:09:14.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 357 [00:09:15.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/package.json -Info 358 [00:09:16.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 359 [00:09:18.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add/observable/dom :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 360 [00:09:19.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add/observable/dom :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 361 [00:09:20.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add/observable/dom :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 362 [00:09:21.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add/observable/dom -Info 363 [00:09:22.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add/observable/dom :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 364 [00:09:24.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add/observable :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 365 [00:09:25.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add/observable :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 366 [00:09:26.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add/observable :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 367 [00:09:27.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add/observable -Info 368 [00:09:28.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add/observable :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 369 [00:09:30.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 370 [00:09:31.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 371 [00:09:32.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 372 [00:09:33.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add -Info 373 [00:09:34.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 374 [00:09:36.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/scheduler :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 375 [00:09:37.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/scheduler :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 376 [00:09:38.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/scheduler :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 377 [00:09:39.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/scheduler -Info 378 [00:09:40.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/scheduler :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 379 [00:09:42.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/util :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 380 [00:09:43.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/util :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 381 [00:09:44.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/util :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 382 [00:09:45.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/util -Info 383 [00:09:46.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/util :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 384 [00:09:48.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 385 [00:09:49.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 386 [00:09:50.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 387 [00:09:51.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src -Info 388 [00:09:52.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 389 [00:09:54.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/symbol :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 390 [00:09:55.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/symbol :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 391 [00:09:56.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/symbol :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 392 [00:09:57.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/symbol -Info 393 [00:09:58.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/symbol :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 394 [00:10:00.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/testing :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 395 [00:10:01.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/testing :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 396 [00:10:02.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/testing :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 397 [00:10:03.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/testing -Info 398 [00:10:04.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/testing :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 399 [00:10:06.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 400 [00:10:07.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 401 [00:10:08.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 402 [00:10:09.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61 -Info 403 [00:10:10.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 404 [00:10:12.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 405 [00:10:13.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 406 [00:10:14.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 407 [00:10:15.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/index.d.ts -Info 408 [00:10:16.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 409 [00:10:18.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 410 [00:10:19.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 411 [00:10:20.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 412 [00:10:21.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/index.js -Info 413 [00:10:22.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 414 [00:10:24.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/lib/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 415 [00:10:25.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/lib/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 416 [00:10:26.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/lib/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 417 [00:10:27.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/lib/index.js -Info 418 [00:10:28.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/lib/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 419 [00:10:30.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 420 [00:10:31.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 421 [00:10:32.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 422 [00:10:33.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/lib -Info 423 [00:10:34.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 424 [00:10:36.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 425 [00:10:37.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 426 [00:10:38.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 427 [00:10:39.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/package.json -Info 428 [00:10:40.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 429 [00:10:42.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 430 [00:10:43.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 431 [00:10:44.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 432 [00:10:45.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff -Info 433 [00:10:46.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 434 [00:10:48.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 435 [00:10:49.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 436 [00:10:50.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 437 [00:10:51.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/lib -Info 438 [00:10:52.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 439 [00:10:54.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 440 [00:10:55.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 441 [00:10:56.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 442 [00:10:57.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/package.json -Info 443 [00:10:58.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 444 [00:11:00.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 445 [00:11:01.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 446 [00:11:02.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 447 [00:11:03.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d -Info 448 [00:11:04.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 449 [00:11:06.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 450 [00:11:07.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation -Info 451 [00:11:08.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 452 [00:11:09.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 453 [00:11:10.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json -Info 454 [00:11:11.000] Scheduled: *ensureProjectForOpenFiles* -Info 455 [00:11:12.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 456 [00:11:15.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 457 [00:11:16.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 458 [00:11:17.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 459 [00:11:18.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 460 [00:11:19.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one -Info 461 [00:11:20.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 462 [00:11:21.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 463 [00:11:24.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 464 [00:11:25.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 465 [00:11:26.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 466 [00:11:27.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 467 [00:11:28.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected file add/remove of non supported extension: /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/package.json -Info 468 [00:11:29.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 469 [00:11:32.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/lodash/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 470 [00:11:33.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 471 [00:11:34.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/lodash/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 472 [00:11:35.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/lodash/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 473 [00:11:36.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected file add/remove of non supported extension: /user/username/rootfolder/otherfolder/a/b/node_modules/lodash/package.json -Info 474 [00:11:37.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/lodash/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 475 [00:11:40.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 476 [00:11:41.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 477 [00:11:42.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 478 [00:11:43.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 479 [00:11:44.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected file add/remove of non supported extension: /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/package.json -Info 480 [00:11:45.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 481 [00:11:48.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/typescript/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 482 [00:11:49.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 483 [00:11:50.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/typescript/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 484 [00:11:51.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/typescript/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 485 [00:11:52.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected file add/remove of non supported extension: /user/username/rootfolder/otherfolder/a/b/node_modules/typescript/package.json -Info 486 [00:11:53.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/typescript/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 487 [00:11:56.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 488 [00:11:57.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 489 [00:11:58.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 490 [00:11:59.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 491 [00:12:00.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected file add/remove of non supported extension: /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/index.js -Info 492 [00:12:01.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 493 [00:12:04.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 494 [00:12:05.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 495 [00:12:06.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 496 [00:12:07.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 497 [00:12:08.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one -Info 498 [00:12:09.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 499 [00:12:10.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 500 [00:12:13.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 501 [00:12:14.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 502 [00:12:15.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 503 [00:12:16.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one -Info 504 [00:12:17.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 505 [00:12:18.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 506 [00:12:21.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/lib/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 507 [00:12:22.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 508 [00:12:23.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/lib/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 509 [00:12:24.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/lib/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 510 [00:12:25.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected file add/remove of non supported extension: /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/lib/index.js -Info 511 [00:12:26.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/lib/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 512 [00:12:29.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/typescript/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 513 [00:12:30.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/typescript/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 514 [00:12:31.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/typescript/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 515 [00:12:32.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one -Info 516 [00:12:33.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 517 [00:12:34.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/typescript/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 518 [00:12:37.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 519 [00:12:38.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 520 [00:12:39.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 521 [00:12:40.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one -Info 522 [00:12:41.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 523 [00:12:42.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 524 [00:12:45.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/add/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 525 [00:12:46.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/add/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 526 [00:12:47.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/add/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 527 [00:12:48.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one -Info 528 [00:12:49.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 529 [00:12:50.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/add/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 530 [00:12:53.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules/@types 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Type roots -Info 531 [00:12:54.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one -Info 532 [00:12:55.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 533 [00:12:56.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 534 [00:12:57.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules/@types 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Type roots -Info 535 [00:12:58.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 536 [00:12:59.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 537 [00:13:00.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 538 [00:13:01.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 539 [00:13:02.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected file add/remove of non supported extension: /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash/package.json -Info 540 [00:13:03.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 541 [00:13:06.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/lodash/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 542 [00:13:07.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 543 [00:13:08.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/lodash/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 544 [00:13:09.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/lodash/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 545 [00:13:10.000] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected file add/remove of non supported extension: /user/username/rootfolder/otherfolder/a/b/node_modules/lodash/index.js -Info 546 [00:13:11.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/lodash/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 547 [00:13:14.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/bundles :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 548 [00:13:15.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/bundles :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 549 [00:13:16.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/bundles :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 550 [00:13:17.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one -Info 551 [00:13:18.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 552 [00:13:19.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/bundles :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 553 [00:13:22.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 554 [00:13:23.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 555 [00:13:24.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 556 [00:13:25.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one -Info 557 [00:13:26.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 558 [00:13:27.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 559 [00:13:32.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 560 [00:13:33.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 561 [00:13:34.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 562 [00:13:35.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one -Info 563 [00:13:36.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 564 [00:13:37.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 565 [00:13:39.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 566 [00:13:40.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 567 [00:13:41.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 568 [00:13:42.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one -Info 569 [00:13:43.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 570 [00:13:44.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 571 [00:13:46.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src/add/observable :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 572 [00:13:47.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src/add/observable :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 573 [00:13:48.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src/add/observable :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 574 [00:13:49.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one -Info 575 [00:13:50.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 576 [00:13:51.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src/add/observable :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 577 [00:13:54.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src/add/observable/dom :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 578 [00:13:55.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src/add/observable/dom :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 579 [00:13:56.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src/add/observable/dom :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 580 [00:13:57.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one -Info 581 [00:13:58.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 582 [00:13:59.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src/add/observable/dom :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 583 [00:14:02.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules/@types 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Type roots -Info 584 [00:14:03.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one -Info 585 [00:14:04.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 586 [00:14:05.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 587 [00:14:06.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules/@types 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Type roots -Info 588 [00:14:07.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 589 [00:14:08.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 590 [00:14:09.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 591 [00:14:10.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 592 [00:14:11.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one -Info 593 [00:14:12.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 594 [00:14:13.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 595 [00:14:16.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src/scheduler :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 596 [00:14:17.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src/scheduler :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 597 [00:14:18.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src/scheduler :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 598 [00:14:19.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one -Info 599 [00:14:20.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 600 [00:14:21.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src/scheduler :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 601 [00:14:24.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src/util :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 602 [00:14:25.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src/util :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 603 [00:14:26.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src/util :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 604 [00:14:27.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one -Info 605 [00:14:28.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 606 [00:14:29.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src/util :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 607 [00:14:32.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/symbol :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 608 [00:14:33.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/symbol :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 609 [00:14:34.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/symbol :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 610 [00:14:35.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one -Info 611 [00:14:36.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 612 [00:14:37.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/symbol :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 613 [00:14:40.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/testing :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 614 [00:14:41.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/testing :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 615 [00:14:42.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/testing :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory -Info 616 [00:14:43.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one -Info 617 [00:14:44.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 618 [00:14:45.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/testing :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/index.d.ts +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/package.json +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7 +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa/index.js +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa/package.json +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/add/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/add/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/add/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/add/operator +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/add/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/add +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/bundles :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/bundles :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/bundles :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/bundles +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/bundles :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/operator +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/package.json +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add/observable/dom :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add/observable/dom :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add/observable/dom :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add/observable/dom +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add/observable/dom :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add/observable :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add/observable :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add/observable :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add/observable +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add/observable :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/scheduler :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/scheduler :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/scheduler :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/scheduler +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/scheduler :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/util :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/util :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/util :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/util +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src/util :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/src :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/symbol :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/symbol :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/symbol :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/symbol +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/symbol :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/testing :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/testing :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/testing :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/testing +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61/testing :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61 +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/rxjs-22375c61 :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/index.d.ts +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/index.js +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/lib/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/lib/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/lib/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/lib/index.js +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/lib/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/lib +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/package.json +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/symbol-observable-24bcbbff :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/lib +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/package.json +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected ignored path: /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging/typescript-8493ea5d :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/.staging :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected file add/remove of non supported extension: /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/package.json +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/lodash/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/lodash/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/lodash/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected file add/remove of non supported extension: /user/username/rootfolder/otherfolder/a/b/node_modules/lodash/package.json +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/lodash/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected file add/remove of non supported extension: /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/package.json +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/typescript/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/typescript/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/typescript/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected file add/remove of non supported extension: /user/username/rootfolder/otherfolder/a/b/node_modules/typescript/package.json +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/typescript/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected file add/remove of non supported extension: /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/index.js +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/lib/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/lib/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/lib/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected file add/remove of non supported extension: /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/lib/index.js +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/lib/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/typescript/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/typescript/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/typescript/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/typescript/lib :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/add/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/add/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/add/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/add/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules/@types 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules/@types 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected file add/remove of non supported extension: /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash/package.json +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash/package.json :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/lodash/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/lodash/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/lodash/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Detected file add/remove of non supported extension: /user/username/rootfolder/otherfolder/a/b/node_modules/lodash/index.js +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/lodash/index.js :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/bundles :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/bundles :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/bundles :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/bundles :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/operator :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src/add :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src/add/observable :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src/add/observable :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src/add/observable :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src/add/observable :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src/add/observable/dom :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src/add/observable/dom :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src/add/observable/dom :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src/add/observable/dom :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules/@types 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules/@types 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash/index.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src/scheduler :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src/scheduler :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src/scheduler :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src/scheduler :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src/util :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src/util :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src/util :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/src/util :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/symbol :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/symbol :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/symbol :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/symbol :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/testing :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/testing :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/testing :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/rxjs/testing :: WatchInfo: /user/username/rootfolder/otherfolder/a/b 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Wild card directory Before running Timeout callback:: count: 3 -82: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation -91: /user/username/rootfolder/otherfolder/a/b/tsconfig.json -92: *ensureProjectForOpenFiles* +104: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation +105: /user/username/rootfolder/otherfolder/a/b/tsconfig.json +106: *ensureProjectForOpenFiles* //// [/user/username/rootfolder/otherfolder/a/b/node_modules/symbolle/package.json] { "name": "symbol-observable", @@ -1899,30 +1925,32 @@ declare namespace _ { //// [/user/username/rootfolder/otherfolder/a/b/node_modules/.staging/lodash-b0733faa/index.js] deleted //// [/user/username/rootfolder/otherfolder/a/b/node_modules/.staging/@types/lodash-e56c4fe7/index.d.ts] deleted -Info 619 [00:14:46.000] Running: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation -Info 620 [00:14:47.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one -Info 621 [00:14:48.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Running: /user/username/rootfolder/otherfolder/a/b/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one After running Timeout callback:: count: 2 -93: /user/username/rootfolder/otherfolder/a/b/tsconfig.json -94: *ensureProjectForOpenFiles* +107: /user/username/rootfolder/otherfolder/a/b/tsconfig.json +108: *ensureProjectForOpenFiles* Before running Timeout callback:: count: 2 -93: /user/username/rootfolder/otherfolder/a/b/tsconfig.json -94: *ensureProjectForOpenFiles* - -Info 622 [00:14:49.000] Running: /user/username/rootfolder/otherfolder/a/b/tsconfig.json -Info 623 [00:14:50.000] Starting updateGraphWorker: Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json -Info 624 [00:14:51.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 625 [00:14:52.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 626 [00:14:53.000] FileWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules/lodash/package.json 2000 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: File location affecting resolution -Info 627 [00:14:54.000] FileWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash/package.json 2000 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: File location affecting resolution -Info 628 [00:14:55.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/rootfolder/otherfolder/a/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 629 [00:14:56.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/rootfolder/otherfolder/a/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 630 [00:14:57.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/rootfolder/otherfolder/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 631 [00:14:58.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/rootfolder/otherfolder/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 632 [00:14:59.000] Finishing updateGraphWorker: Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Version: 4 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms -Info 633 [00:15:00.000] Project '/user/username/rootfolder/otherfolder/a/b/tsconfig.json' (Configured) -Info 634 [00:15:01.000] Files (3) +107: /user/username/rootfolder/otherfolder/a/b/tsconfig.json +108: *ensureProjectForOpenFiles* + +Info seq [hh:mm:ss:mss] Running: /user/username/rootfolder/otherfolder/a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash/package.json 2000 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: File location affecting resolution +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules/lodash/package.json 2000 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: File location affecting resolution +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/rootfolder/otherfolder/a/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/rootfolder/otherfolder/a/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/rootfolder/otherfolder/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/rootfolder/otherfolder/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/rootfolder/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/rootfolder/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/rootfolder/otherfolder/a/b/tsconfig.json Version: 4 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/rootfolder/otherfolder/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash/index.d.ts Text-1 "\n// Stub for lodash\nexport = _;\nexport as namespace _;\ndeclare var _: _.LoDashStatic;\ndeclare namespace _ {\n interface LoDashStatic {\n someProp: string;\n }\n class SomeClass {\n someMethod(): void;\n }\n}" /user/username/rootfolder/otherfolder/a/b/app.ts SVC-1-0 "import _ from 'lodash';" @@ -1936,24 +1964,24 @@ Info 634 [00:15:01.000] Files (3) app.ts Matched by default include pattern '**/*' -Info 635 [00:15:02.000] ----------------------------------------------- -Info 636 [00:15:03.000] Running: *ensureProjectForOpenFiles* -Info 637 [00:15:04.000] Before ensureProjectForOpenFiles: -Info 638 [00:15:05.000] Project '/user/username/rootfolder/otherfolder/a/b/tsconfig.json' (Configured) -Info 638 [00:15:06.000] Files (3) - -Info 638 [00:15:07.000] ----------------------------------------------- -Info 638 [00:15:08.000] Open files: -Info 638 [00:15:09.000] FileName: /user/username/rootfolder/otherfolder/a/b/app.ts ProjectRootPath: undefined -Info 638 [00:15:10.000] Projects: /user/username/rootfolder/otherfolder/a/b/tsconfig.json -Info 638 [00:15:11.000] After ensureProjectForOpenFiles: -Info 639 [00:15:12.000] Project '/user/username/rootfolder/otherfolder/a/b/tsconfig.json' (Configured) -Info 639 [00:15:13.000] Files (3) - -Info 639 [00:15:14.000] ----------------------------------------------- -Info 639 [00:15:15.000] Open files: -Info 639 [00:15:16.000] FileName: /user/username/rootfolder/otherfolder/a/b/app.ts ProjectRootPath: undefined -Info 639 [00:15:17.000] Projects: /user/username/rootfolder/otherfolder/a/b/tsconfig.json +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/rootfolder/otherfolder/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/rootfolder/otherfolder/a/b/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/rootfolder/otherfolder/a/b/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/rootfolder/otherfolder/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/rootfolder/otherfolder/a/b/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/rootfolder/otherfolder/a/b/tsconfig.json After running Timeout callback:: count: 0 PolledWatches:: @@ -1961,22 +1989,26 @@ PolledWatches:: {"pollingInterval":500} /user/username/rootfolder/otherfolder/node_modules/@types: {"pollingInterval":500} +/user/username/rootfolder/node_modules/@types: + {"pollingInterval":500} PolledWatches *deleted*:: /user/username/rootfolder/otherfolder/a/node_modules: {"pollingInterval":500} /user/username/rootfolder/otherfolder/node_modules: {"pollingInterval":500} +/user/username/rootfolder/node_modules: + {"pollingInterval":500} FsWatches:: /user/username/rootfolder/otherfolder/a/b/tsconfig.json: {} /a/lib/lib.d.ts: {} -/user/username/rootfolder/otherfolder/a/b/node_modules/lodash/package.json: *new* - {} /user/username/rootfolder/otherfolder/a/b/node_modules/@types/lodash/package.json: *new* {} +/user/username/rootfolder/otherfolder/a/b/node_modules/lodash/package.json: *new* + {} FsWatchesRecursive:: /user/username/rootfolder/otherfolder/a/b: diff --git a/tests/baselines/reference/tsserver/cachingFileSystemInformation/watchDirectories-for-config-file-with-case-insensitive-file-system.js b/tests/baselines/reference/tsserver/cachingFileSystemInformation/watchDirectories-for-config-file-with-case-insensitive-file-system.js index b342d7bb22cec..90c28692c3419 100644 --- a/tests/baselines/reference/tsserver/cachingFileSystemInformation/watchDirectories-for-config-file-with-case-insensitive-file-system.js +++ b/tests/baselines/reference/tsserver/cachingFileSystemInformation/watchDirectories-for-config-file-with-case-insensitive-file-system.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:33.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/Users/someuser/work/applications/frontend/src/app/utils/Analytic.ts] export class SomeClass { }; @@ -24,11 +24,11 @@ interface Array { length: number; [n: number]: T; } {"compilerOptions":{"strict":true,"strictNullChecks":true,"target":"es2016","module":"commonjs","moduleResolution":"node","sourceMap":true,"noEmitOnError":true,"experimentalDecorators":true,"emitDecoratorMetadata":true,"types":["node","jest"],"noUnusedLocals":true,"outDir":"./compiled","typeRoots":["types","node_modules/@types"],"baseUrl":".","paths":{"*":["types/*"]}},"include":["src/**/*"],"exclude":["node_modules","compiled"]} -Info 1 [00:00:34.000] Search path: /Users/someuser/work/applications/frontend/src/app/utils -Info 2 [00:00:35.000] For info: /Users/someuser/work/applications/frontend/src/app/utils/Analytic.ts :: Config file name: /Users/someuser/work/applications/frontend/tsconfig.json -Info 3 [00:00:36.000] Creating configuration project /Users/someuser/work/applications/frontend/tsconfig.json -Info 4 [00:00:37.000] FileWatcher:: Added:: WatchInfo: /Users/someuser/work/applications/frontend/tsconfig.json 2000 undefined Project: /Users/someuser/work/applications/frontend/tsconfig.json WatchType: Config file -Info 5 [00:00:38.000] Config: /Users/someuser/work/applications/frontend/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /Users/someuser/work/applications/frontend/src/app/utils +Info seq [hh:mm:ss:mss] For info: /Users/someuser/work/applications/frontend/src/app/utils/Analytic.ts :: Config file name: /Users/someuser/work/applications/frontend/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /Users/someuser/work/applications/frontend/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /Users/someuser/work/applications/frontend/tsconfig.json 2000 undefined Project: /Users/someuser/work/applications/frontend/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /Users/someuser/work/applications/frontend/tsconfig.json : { "rootNames": [ "/Users/someuser/work/applications/frontend/src/app/redux/configureStore.ts", "/Users/someuser/work/applications/frontend/src/app/utils/Analytic.ts" @@ -63,18 +63,18 @@ Info 5 [00:00:38.000] Config: /Users/someuser/work/applications/frontend/tsco "configFilePath": "/Users/someuser/work/applications/frontend/tsconfig.json" } } -Info 6 [00:00:39.000] DirectoryWatcher:: Added:: WatchInfo: /users/someuser/work/applications/frontend/src 1 undefined Config: /Users/someuser/work/applications/frontend/tsconfig.json WatchType: Wild card directory -Info 7 [00:00:40.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/someuser/work/applications/frontend/src 1 undefined Config: /Users/someuser/work/applications/frontend/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:41.000] FileWatcher:: Added:: WatchInfo: /Users/someuser/work/applications/frontend/src/app/redux/configureStore.ts 500 undefined WatchType: Closed Script info -Info 9 [00:00:42.000] Starting updateGraphWorker: Project: /Users/someuser/work/applications/frontend/tsconfig.json -Info 10 [00:00:43.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.es2016.full.d.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:44.000] DirectoryWatcher:: Added:: WatchInfo: /Users/someuser/work/applications/frontend/types 1 undefined Project: /Users/someuser/work/applications/frontend/tsconfig.json WatchType: Failed Lookup Locations -Info 12 [00:00:45.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /Users/someuser/work/applications/frontend/types 1 undefined Project: /Users/someuser/work/applications/frontend/tsconfig.json WatchType: Failed Lookup Locations -Info 13 [00:00:46.000] DirectoryWatcher:: Added:: WatchInfo: /Users/someuser/work/applications/frontend/node_modules 1 undefined Project: /Users/someuser/work/applications/frontend/tsconfig.json WatchType: Failed Lookup Locations -Info 14 [00:00:47.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /Users/someuser/work/applications/frontend/node_modules 1 undefined Project: /Users/someuser/work/applications/frontend/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:48.000] Finishing updateGraphWorker: Project: /Users/someuser/work/applications/frontend/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:00:49.000] Project '/Users/someuser/work/applications/frontend/tsconfig.json' (Configured) -Info 17 [00:00:50.000] Files (3) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/someuser/work/applications/frontend/src 1 undefined Config: /Users/someuser/work/applications/frontend/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/someuser/work/applications/frontend/src 1 undefined Config: /Users/someuser/work/applications/frontend/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /Users/someuser/work/applications/frontend/src/app/redux/configureStore.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /Users/someuser/work/applications/frontend/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /Users/someuser/work/applications/frontend/types 1 undefined Project: /Users/someuser/work/applications/frontend/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /Users/someuser/work/applications/frontend/types 1 undefined Project: /Users/someuser/work/applications/frontend/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /Users/someuser/work/applications/frontend/node_modules 1 undefined Project: /Users/someuser/work/applications/frontend/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /Users/someuser/work/applications/frontend/node_modules 1 undefined Project: /Users/someuser/work/applications/frontend/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.es2016.full.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /Users/someuser/work/applications/frontend/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/Users/someuser/work/applications/frontend/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.es2016.full.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /Users/someuser/work/applications/frontend/src/app/redux/configureStore.ts Text-1 "export class configureStore { }" /Users/someuser/work/applications/frontend/src/app/utils/Analytic.ts SVC-1-0 "export class SomeClass { };" @@ -87,18 +87,18 @@ Info 17 [00:00:50.000] Files (3) src/app/utils/Analytic.ts Matched by include pattern 'src/**/*' in 'tsconfig.json' -Info 18 [00:00:51.000] ----------------------------------------------- -Info 19 [00:00:52.000] Project '/Users/someuser/work/applications/frontend/tsconfig.json' (Configured) -Info 19 [00:00:53.000] Files (3) - -Info 19 [00:00:54.000] ----------------------------------------------- -Info 19 [00:00:55.000] Open files: -Info 19 [00:00:56.000] FileName: /Users/someuser/work/applications/frontend/src/app/utils/Analytic.ts ProjectRootPath: undefined -Info 19 [00:00:57.000] Projects: /Users/someuser/work/applications/frontend/tsconfig.json -Info 19 [00:01:00.000] DirectoryWatcher:: Triggered with /users/someuser/work/applications/frontend/src/app/utils/Cookie.ts :: WatchInfo: /users/someuser/work/applications/frontend/src 1 undefined Config: /Users/someuser/work/applications/frontend/tsconfig.json WatchType: Wild card directory -Info 20 [00:01:01.000] Scheduled: /Users/someuser/work/applications/frontend/tsconfig.json -Info 21 [00:01:02.000] Scheduled: *ensureProjectForOpenFiles* -Info 22 [00:01:03.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/someuser/work/applications/frontend/src/app/utils/Cookie.ts :: WatchInfo: /users/someuser/work/applications/frontend/src 1 undefined Config: /Users/someuser/work/applications/frontend/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/Users/someuser/work/applications/frontend/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /Users/someuser/work/applications/frontend/src/app/utils/Analytic.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /Users/someuser/work/applications/frontend/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/someuser/work/applications/frontend/src/app/utils/Cookie.ts :: WatchInfo: /users/someuser/work/applications/frontend/src 1 undefined Config: /Users/someuser/work/applications/frontend/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /Users/someuser/work/applications/frontend/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/someuser/work/applications/frontend/src/app/utils/Cookie.ts :: WatchInfo: /users/someuser/work/applications/frontend/src 1 undefined Config: /Users/someuser/work/applications/frontend/tsconfig.json WatchType: Wild card directory Before running Timeout callback:: count: 2 1: /Users/someuser/work/applications/frontend/tsconfig.json 2: *ensureProjectForOpenFiles* @@ -124,12 +124,12 @@ FsWatchesRecursive:: /users/someuser/work/applications/frontend/src: *new* {} -Info 23 [00:01:04.000] Running: /Users/someuser/work/applications/frontend/tsconfig.json -Info 24 [00:01:05.000] FileWatcher:: Added:: WatchInfo: /Users/someuser/work/applications/frontend/src/app/utils/Cookie.ts 500 undefined WatchType: Closed Script info -Info 25 [00:01:06.000] Starting updateGraphWorker: Project: /Users/someuser/work/applications/frontend/tsconfig.json -Info 26 [00:01:07.000] Finishing updateGraphWorker: Project: /Users/someuser/work/applications/frontend/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 27 [00:01:08.000] Project '/Users/someuser/work/applications/frontend/tsconfig.json' (Configured) -Info 28 [00:01:09.000] Files (4) +Info seq [hh:mm:ss:mss] Running: /Users/someuser/work/applications/frontend/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /Users/someuser/work/applications/frontend/src/app/utils/Cookie.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /Users/someuser/work/applications/frontend/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /Users/someuser/work/applications/frontend/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/Users/someuser/work/applications/frontend/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.es2016.full.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /Users/someuser/work/applications/frontend/src/app/redux/configureStore.ts Text-1 "export class configureStore { }" /Users/someuser/work/applications/frontend/src/app/utils/Analytic.ts SVC-1-0 "export class SomeClass { };" @@ -145,24 +145,24 @@ Info 28 [00:01:09.000] Files (4) src/app/utils/Cookie.ts Matched by include pattern 'src/**/*' in 'tsconfig.json' -Info 29 [00:01:10.000] ----------------------------------------------- -Info 30 [00:01:11.000] Running: *ensureProjectForOpenFiles* -Info 31 [00:01:12.000] Before ensureProjectForOpenFiles: -Info 32 [00:01:13.000] Project '/Users/someuser/work/applications/frontend/tsconfig.json' (Configured) -Info 32 [00:01:14.000] Files (4) - -Info 32 [00:01:15.000] ----------------------------------------------- -Info 32 [00:01:16.000] Open files: -Info 32 [00:01:17.000] FileName: /Users/someuser/work/applications/frontend/src/app/utils/Analytic.ts ProjectRootPath: undefined -Info 32 [00:01:18.000] Projects: /Users/someuser/work/applications/frontend/tsconfig.json -Info 32 [00:01:19.000] After ensureProjectForOpenFiles: -Info 33 [00:01:20.000] Project '/Users/someuser/work/applications/frontend/tsconfig.json' (Configured) -Info 33 [00:01:21.000] Files (4) - -Info 33 [00:01:22.000] ----------------------------------------------- -Info 33 [00:01:23.000] Open files: -Info 33 [00:01:24.000] FileName: /Users/someuser/work/applications/frontend/src/app/utils/Analytic.ts ProjectRootPath: undefined -Info 33 [00:01:25.000] Projects: /Users/someuser/work/applications/frontend/tsconfig.json +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/Users/someuser/work/applications/frontend/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /Users/someuser/work/applications/frontend/src/app/utils/Analytic.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /Users/someuser/work/applications/frontend/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/Users/someuser/work/applications/frontend/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /Users/someuser/work/applications/frontend/src/app/utils/Analytic.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /Users/someuser/work/applications/frontend/tsconfig.json After running Timeout callback:: count: 0 PolledWatches:: @@ -185,25 +185,25 @@ FsWatchesRecursive:: /users/someuser/work/applications/frontend/src: {} -Info 33 [00:01:26.000] fileExists:: [{"key":"/users/someuser/work/applications/frontend/src/app/utils/cookie.ts","count":1},{"key":"/Users/someuser/work/applications/frontend/src/app/utils/Cookie.ts","count":1}] -Info 34 [00:01:27.000] directoryExists:: [{"key":"/users/someuser/work/applications/frontend/src/app/utils/cookie.ts","count":1}] -Info 35 [00:01:28.000] getDirectories:: [] -Info 36 [00:01:29.000] readFile:: [{"key":"/Users/someuser/work/applications/frontend/src/app/utils/Cookie.ts","count":1}] -Info 37 [00:01:30.000] readDirectory:: [] -Info 38 [00:01:31.000] FileWatcher:: Close:: WatchInfo: /Users/someuser/work/applications/frontend/src/app/utils/Cookie.ts 500 undefined WatchType: Closed Script info -Info 39 [00:01:32.000] Search path: /Users/someuser/work/applications/frontend/src/app/utils -Info 40 [00:01:33.000] For info: /Users/someuser/work/applications/frontend/src/app/utils/Cookie.ts :: Config file name: /Users/someuser/work/applications/frontend/tsconfig.json -Info 41 [00:01:34.000] Project '/Users/someuser/work/applications/frontend/tsconfig.json' (Configured) -Info 41 [00:01:35.000] Files (4) - -Info 41 [00:01:36.000] ----------------------------------------------- -Info 41 [00:01:37.000] Open files: -Info 41 [00:01:38.000] FileName: /Users/someuser/work/applications/frontend/src/app/utils/Analytic.ts ProjectRootPath: undefined -Info 41 [00:01:39.000] Projects: /Users/someuser/work/applications/frontend/tsconfig.json -Info 41 [00:01:40.000] FileName: /Users/someuser/work/applications/frontend/src/app/utils/Cookie.ts ProjectRootPath: undefined -Info 41 [00:01:41.000] Projects: /Users/someuser/work/applications/frontend/tsconfig.json -Info 41 [00:01:42.000] fileExists:: [] -Info 42 [00:01:43.000] directoryExists:: [] -Info 43 [00:01:44.000] getDirectories:: [] -Info 44 [00:01:45.000] readFile:: [] -Info 45 [00:01:46.000] readDirectory:: [] \ No newline at end of file +Info seq [hh:mm:ss:mss] fileExists:: [{"key":"/users/someuser/work/applications/frontend/src/app/utils/cookie.ts","count":1},{"key":"/Users/someuser/work/applications/frontend/src/app/utils/Cookie.ts","count":1}] +Info seq [hh:mm:ss:mss] directoryExists:: [{"key":"/users/someuser/work/applications/frontend/src/app/utils/cookie.ts","count":1}] +Info seq [hh:mm:ss:mss] getDirectories:: [] +Info seq [hh:mm:ss:mss] readFile:: [{"key":"/Users/someuser/work/applications/frontend/src/app/utils/Cookie.ts","count":1}] +Info seq [hh:mm:ss:mss] readDirectory:: [] +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /Users/someuser/work/applications/frontend/src/app/utils/Cookie.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /Users/someuser/work/applications/frontend/src/app/utils +Info seq [hh:mm:ss:mss] For info: /Users/someuser/work/applications/frontend/src/app/utils/Cookie.ts :: Config file name: /Users/someuser/work/applications/frontend/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/Users/someuser/work/applications/frontend/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /Users/someuser/work/applications/frontend/src/app/utils/Analytic.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /Users/someuser/work/applications/frontend/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /Users/someuser/work/applications/frontend/src/app/utils/Cookie.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /Users/someuser/work/applications/frontend/tsconfig.json +Info seq [hh:mm:ss:mss] fileExists:: [] +Info seq [hh:mm:ss:mss] directoryExists:: [] +Info seq [hh:mm:ss:mss] getDirectories:: [] +Info seq [hh:mm:ss:mss] readFile:: [] +Info seq [hh:mm:ss:mss] readDirectory:: [] \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/cachingFileSystemInformation/watchDirectories-for-config-file-with-case-sensitive-file-system.js b/tests/baselines/reference/tsserver/cachingFileSystemInformation/watchDirectories-for-config-file-with-case-sensitive-file-system.js index 10da8ac8d05cd..2a91087507d96 100644 --- a/tests/baselines/reference/tsserver/cachingFileSystemInformation/watchDirectories-for-config-file-with-case-sensitive-file-system.js +++ b/tests/baselines/reference/tsserver/cachingFileSystemInformation/watchDirectories-for-config-file-with-case-sensitive-file-system.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: true -Info 0 [00:00:33.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/Users/someuser/work/applications/frontend/src/app/utils/Analytic.ts] export class SomeClass { }; @@ -24,11 +24,11 @@ interface Array { length: number; [n: number]: T; } {"compilerOptions":{"strict":true,"strictNullChecks":true,"target":"es2016","module":"commonjs","moduleResolution":"node","sourceMap":true,"noEmitOnError":true,"experimentalDecorators":true,"emitDecoratorMetadata":true,"types":["node","jest"],"noUnusedLocals":true,"outDir":"./compiled","typeRoots":["types","node_modules/@types"],"baseUrl":".","paths":{"*":["types/*"]}},"include":["src/**/*"],"exclude":["node_modules","compiled"]} -Info 1 [00:00:34.000] Search path: /Users/someuser/work/applications/frontend/src/app/utils -Info 2 [00:00:35.000] For info: /Users/someuser/work/applications/frontend/src/app/utils/Analytic.ts :: Config file name: /Users/someuser/work/applications/frontend/tsconfig.json -Info 3 [00:00:36.000] Creating configuration project /Users/someuser/work/applications/frontend/tsconfig.json -Info 4 [00:00:37.000] FileWatcher:: Added:: WatchInfo: /Users/someuser/work/applications/frontend/tsconfig.json 2000 undefined Project: /Users/someuser/work/applications/frontend/tsconfig.json WatchType: Config file -Info 5 [00:00:38.000] Config: /Users/someuser/work/applications/frontend/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /Users/someuser/work/applications/frontend/src/app/utils +Info seq [hh:mm:ss:mss] For info: /Users/someuser/work/applications/frontend/src/app/utils/Analytic.ts :: Config file name: /Users/someuser/work/applications/frontend/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /Users/someuser/work/applications/frontend/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /Users/someuser/work/applications/frontend/tsconfig.json 2000 undefined Project: /Users/someuser/work/applications/frontend/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /Users/someuser/work/applications/frontend/tsconfig.json : { "rootNames": [ "/Users/someuser/work/applications/frontend/src/app/redux/configureStore.ts", "/Users/someuser/work/applications/frontend/src/app/utils/Analytic.ts" @@ -63,18 +63,18 @@ Info 5 [00:00:38.000] Config: /Users/someuser/work/applications/frontend/tsco "configFilePath": "/Users/someuser/work/applications/frontend/tsconfig.json" } } -Info 6 [00:00:39.000] DirectoryWatcher:: Added:: WatchInfo: /Users/someuser/work/applications/frontend/src 1 undefined Config: /Users/someuser/work/applications/frontend/tsconfig.json WatchType: Wild card directory -Info 7 [00:00:40.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /Users/someuser/work/applications/frontend/src 1 undefined Config: /Users/someuser/work/applications/frontend/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:41.000] FileWatcher:: Added:: WatchInfo: /Users/someuser/work/applications/frontend/src/app/redux/configureStore.ts 500 undefined WatchType: Closed Script info -Info 9 [00:00:42.000] Starting updateGraphWorker: Project: /Users/someuser/work/applications/frontend/tsconfig.json -Info 10 [00:00:43.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.es2016.full.d.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:44.000] DirectoryWatcher:: Added:: WatchInfo: /Users/someuser/work/applications/frontend/types 1 undefined Project: /Users/someuser/work/applications/frontend/tsconfig.json WatchType: Failed Lookup Locations -Info 12 [00:00:45.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /Users/someuser/work/applications/frontend/types 1 undefined Project: /Users/someuser/work/applications/frontend/tsconfig.json WatchType: Failed Lookup Locations -Info 13 [00:00:46.000] DirectoryWatcher:: Added:: WatchInfo: /Users/someuser/work/applications/frontend/node_modules 1 undefined Project: /Users/someuser/work/applications/frontend/tsconfig.json WatchType: Failed Lookup Locations -Info 14 [00:00:47.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /Users/someuser/work/applications/frontend/node_modules 1 undefined Project: /Users/someuser/work/applications/frontend/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:48.000] Finishing updateGraphWorker: Project: /Users/someuser/work/applications/frontend/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:00:49.000] Project '/Users/someuser/work/applications/frontend/tsconfig.json' (Configured) -Info 17 [00:00:50.000] Files (3) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /Users/someuser/work/applications/frontend/src 1 undefined Config: /Users/someuser/work/applications/frontend/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /Users/someuser/work/applications/frontend/src 1 undefined Config: /Users/someuser/work/applications/frontend/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /Users/someuser/work/applications/frontend/src/app/redux/configureStore.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /Users/someuser/work/applications/frontend/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /Users/someuser/work/applications/frontend/types 1 undefined Project: /Users/someuser/work/applications/frontend/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /Users/someuser/work/applications/frontend/types 1 undefined Project: /Users/someuser/work/applications/frontend/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /Users/someuser/work/applications/frontend/node_modules 1 undefined Project: /Users/someuser/work/applications/frontend/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /Users/someuser/work/applications/frontend/node_modules 1 undefined Project: /Users/someuser/work/applications/frontend/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.es2016.full.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /Users/someuser/work/applications/frontend/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/Users/someuser/work/applications/frontend/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.es2016.full.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /Users/someuser/work/applications/frontend/src/app/redux/configureStore.ts Text-1 "export class configureStore { }" /Users/someuser/work/applications/frontend/src/app/utils/Analytic.ts SVC-1-0 "export class SomeClass { };" @@ -87,18 +87,18 @@ Info 17 [00:00:50.000] Files (3) src/app/utils/Analytic.ts Matched by include pattern 'src/**/*' in 'tsconfig.json' -Info 18 [00:00:51.000] ----------------------------------------------- -Info 19 [00:00:52.000] Project '/Users/someuser/work/applications/frontend/tsconfig.json' (Configured) -Info 19 [00:00:53.000] Files (3) - -Info 19 [00:00:54.000] ----------------------------------------------- -Info 19 [00:00:55.000] Open files: -Info 19 [00:00:56.000] FileName: /Users/someuser/work/applications/frontend/src/app/utils/Analytic.ts ProjectRootPath: undefined -Info 19 [00:00:57.000] Projects: /Users/someuser/work/applications/frontend/tsconfig.json -Info 19 [00:01:00.000] DirectoryWatcher:: Triggered with /Users/someuser/work/applications/frontend/src/app/utils/Cookie.ts :: WatchInfo: /Users/someuser/work/applications/frontend/src 1 undefined Config: /Users/someuser/work/applications/frontend/tsconfig.json WatchType: Wild card directory -Info 20 [00:01:01.000] Scheduled: /Users/someuser/work/applications/frontend/tsconfig.json -Info 21 [00:01:02.000] Scheduled: *ensureProjectForOpenFiles* -Info 22 [00:01:03.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /Users/someuser/work/applications/frontend/src/app/utils/Cookie.ts :: WatchInfo: /Users/someuser/work/applications/frontend/src 1 undefined Config: /Users/someuser/work/applications/frontend/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/Users/someuser/work/applications/frontend/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /Users/someuser/work/applications/frontend/src/app/utils/Analytic.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /Users/someuser/work/applications/frontend/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /Users/someuser/work/applications/frontend/src/app/utils/Cookie.ts :: WatchInfo: /Users/someuser/work/applications/frontend/src 1 undefined Config: /Users/someuser/work/applications/frontend/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /Users/someuser/work/applications/frontend/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /Users/someuser/work/applications/frontend/src/app/utils/Cookie.ts :: WatchInfo: /Users/someuser/work/applications/frontend/src 1 undefined Config: /Users/someuser/work/applications/frontend/tsconfig.json WatchType: Wild card directory Before running Timeout callback:: count: 2 1: /Users/someuser/work/applications/frontend/tsconfig.json 2: *ensureProjectForOpenFiles* @@ -124,12 +124,12 @@ FsWatchesRecursive:: /Users/someuser/work/applications/frontend/src: *new* {} -Info 23 [00:01:04.000] Running: /Users/someuser/work/applications/frontend/tsconfig.json -Info 24 [00:01:05.000] FileWatcher:: Added:: WatchInfo: /Users/someuser/work/applications/frontend/src/app/utils/Cookie.ts 500 undefined WatchType: Closed Script info -Info 25 [00:01:06.000] Starting updateGraphWorker: Project: /Users/someuser/work/applications/frontend/tsconfig.json -Info 26 [00:01:07.000] Finishing updateGraphWorker: Project: /Users/someuser/work/applications/frontend/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 27 [00:01:08.000] Project '/Users/someuser/work/applications/frontend/tsconfig.json' (Configured) -Info 28 [00:01:09.000] Files (4) +Info seq [hh:mm:ss:mss] Running: /Users/someuser/work/applications/frontend/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /Users/someuser/work/applications/frontend/src/app/utils/Cookie.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /Users/someuser/work/applications/frontend/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /Users/someuser/work/applications/frontend/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/Users/someuser/work/applications/frontend/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.es2016.full.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /Users/someuser/work/applications/frontend/src/app/redux/configureStore.ts Text-1 "export class configureStore { }" /Users/someuser/work/applications/frontend/src/app/utils/Analytic.ts SVC-1-0 "export class SomeClass { };" @@ -145,24 +145,24 @@ Info 28 [00:01:09.000] Files (4) src/app/utils/Cookie.ts Matched by include pattern 'src/**/*' in 'tsconfig.json' -Info 29 [00:01:10.000] ----------------------------------------------- -Info 30 [00:01:11.000] Running: *ensureProjectForOpenFiles* -Info 31 [00:01:12.000] Before ensureProjectForOpenFiles: -Info 32 [00:01:13.000] Project '/Users/someuser/work/applications/frontend/tsconfig.json' (Configured) -Info 32 [00:01:14.000] Files (4) - -Info 32 [00:01:15.000] ----------------------------------------------- -Info 32 [00:01:16.000] Open files: -Info 32 [00:01:17.000] FileName: /Users/someuser/work/applications/frontend/src/app/utils/Analytic.ts ProjectRootPath: undefined -Info 32 [00:01:18.000] Projects: /Users/someuser/work/applications/frontend/tsconfig.json -Info 32 [00:01:19.000] After ensureProjectForOpenFiles: -Info 33 [00:01:20.000] Project '/Users/someuser/work/applications/frontend/tsconfig.json' (Configured) -Info 33 [00:01:21.000] Files (4) - -Info 33 [00:01:22.000] ----------------------------------------------- -Info 33 [00:01:23.000] Open files: -Info 33 [00:01:24.000] FileName: /Users/someuser/work/applications/frontend/src/app/utils/Analytic.ts ProjectRootPath: undefined -Info 33 [00:01:25.000] Projects: /Users/someuser/work/applications/frontend/tsconfig.json +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/Users/someuser/work/applications/frontend/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /Users/someuser/work/applications/frontend/src/app/utils/Analytic.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /Users/someuser/work/applications/frontend/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/Users/someuser/work/applications/frontend/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /Users/someuser/work/applications/frontend/src/app/utils/Analytic.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /Users/someuser/work/applications/frontend/tsconfig.json After running Timeout callback:: count: 0 PolledWatches:: @@ -185,25 +185,25 @@ FsWatchesRecursive:: /Users/someuser/work/applications/frontend/src: {} -Info 33 [00:01:26.000] fileExists:: [{"key":"/Users/someuser/work/applications/frontend/src/app/utils/Cookie.ts","count":2}] -Info 34 [00:01:27.000] directoryExists:: [{"key":"/Users/someuser/work/applications/frontend/src/app/utils/Cookie.ts","count":1}] -Info 35 [00:01:28.000] getDirectories:: [] -Info 36 [00:01:29.000] readFile:: [{"key":"/Users/someuser/work/applications/frontend/src/app/utils/Cookie.ts","count":1}] -Info 37 [00:01:30.000] readDirectory:: [] -Info 38 [00:01:31.000] FileWatcher:: Close:: WatchInfo: /Users/someuser/work/applications/frontend/src/app/utils/Cookie.ts 500 undefined WatchType: Closed Script info -Info 39 [00:01:32.000] Search path: /Users/someuser/work/applications/frontend/src/app/utils -Info 40 [00:01:33.000] For info: /Users/someuser/work/applications/frontend/src/app/utils/Cookie.ts :: Config file name: /Users/someuser/work/applications/frontend/tsconfig.json -Info 41 [00:01:34.000] Project '/Users/someuser/work/applications/frontend/tsconfig.json' (Configured) -Info 41 [00:01:35.000] Files (4) - -Info 41 [00:01:36.000] ----------------------------------------------- -Info 41 [00:01:37.000] Open files: -Info 41 [00:01:38.000] FileName: /Users/someuser/work/applications/frontend/src/app/utils/Analytic.ts ProjectRootPath: undefined -Info 41 [00:01:39.000] Projects: /Users/someuser/work/applications/frontend/tsconfig.json -Info 41 [00:01:40.000] FileName: /Users/someuser/work/applications/frontend/src/app/utils/Cookie.ts ProjectRootPath: undefined -Info 41 [00:01:41.000] Projects: /Users/someuser/work/applications/frontend/tsconfig.json -Info 41 [00:01:42.000] fileExists:: [] -Info 42 [00:01:43.000] directoryExists:: [] -Info 43 [00:01:44.000] getDirectories:: [] -Info 44 [00:01:45.000] readFile:: [] -Info 45 [00:01:46.000] readDirectory:: [] \ No newline at end of file +Info seq [hh:mm:ss:mss] fileExists:: [{"key":"/Users/someuser/work/applications/frontend/src/app/utils/Cookie.ts","count":2}] +Info seq [hh:mm:ss:mss] directoryExists:: [{"key":"/Users/someuser/work/applications/frontend/src/app/utils/Cookie.ts","count":1}] +Info seq [hh:mm:ss:mss] getDirectories:: [] +Info seq [hh:mm:ss:mss] readFile:: [{"key":"/Users/someuser/work/applications/frontend/src/app/utils/Cookie.ts","count":1}] +Info seq [hh:mm:ss:mss] readDirectory:: [] +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /Users/someuser/work/applications/frontend/src/app/utils/Cookie.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /Users/someuser/work/applications/frontend/src/app/utils +Info seq [hh:mm:ss:mss] For info: /Users/someuser/work/applications/frontend/src/app/utils/Cookie.ts :: Config file name: /Users/someuser/work/applications/frontend/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/Users/someuser/work/applications/frontend/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /Users/someuser/work/applications/frontend/src/app/utils/Analytic.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /Users/someuser/work/applications/frontend/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /Users/someuser/work/applications/frontend/src/app/utils/Cookie.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /Users/someuser/work/applications/frontend/tsconfig.json +Info seq [hh:mm:ss:mss] fileExists:: [] +Info seq [hh:mm:ss:mss] directoryExists:: [] +Info seq [hh:mm:ss:mss] getDirectories:: [] +Info seq [hh:mm:ss:mss] readFile:: [] +Info seq [hh:mm:ss:mss] readDirectory:: [] \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/cachingFileSystemInformation/when-calling-goto-definition-of-module.js b/tests/baselines/reference/tsserver/cachingFileSystemInformation/when-calling-goto-definition-of-module.js index a4c8008ddb49d..4ca3977a45d78 100644 --- a/tests/baselines/reference/tsserver/cachingFileSystemInformation/when-calling-goto-definition-of-module.js +++ b/tests/baselines/reference/tsserver/cachingFileSystemInformation/when-calling-goto-definition-of-module.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:23.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/b/controllers/vessels/client.ts] @@ -20,7 +20,7 @@ export class Bookshelf { } {"compilerOptions":{"target":"es6","module":"es6","baseUrl":"./","paths":{"~/*":["*"]}},"exclude":["api","build","node_modules","public","seeds","sql_updates","tests.build"]} -Info 1 [00:00:24.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -29,11 +29,11 @@ Info 1 [00:00:24.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:25.000] Search path: /a/b/controllers/vessels -Info 3 [00:00:26.000] For info: /a/b/controllers/vessels/client.ts :: Config file name: /a/b/tsconfig.json -Info 4 [00:00:27.000] Creating configuration project /a/b/tsconfig.json -Info 5 [00:00:28.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 6 [00:00:29.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a/b/controllers/vessels +Info seq [hh:mm:ss:mss] For info: /a/b/controllers/vessels/client.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/b/tsconfig.json : { "rootNames": [ "/a/b/controllers/vessels/client.ts", "/a/b/models/vessel.ts", @@ -52,17 +52,15 @@ Info 6 [00:00:29.000] Config: /a/b/tsconfig.json : { "configFilePath": "/a/b/tsconfig.json" } } -Info 7 [00:00:30.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:31.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:32.000] FileWatcher:: Added:: WatchInfo: /a/b/models/vessel.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:33.000] FileWatcher:: Added:: WatchInfo: /a/b/utils/db.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:34.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 12 [00:00:35.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.es6.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 13 [00:00:36.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 14 [00:00:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 15 [00:00:38.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:00:39.000] Project '/a/b/tsconfig.json' (Configured) -Info 17 [00:00:40.000] Files (3) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/models/vessel.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/utils/db.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.es6.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/b/utils/db.ts Text-1 "export class Bookshelf { }" /a/b/models/vessel.ts Text-1 "\n import { Bookshelf } from '~/utils/db';\n export class Vessel extends Bookshelf {}\n " /a/b/controllers/vessels/client.ts SVC-1-0 "\n import { Vessel } from '~/models/vessel';\n const v = new Vessel();\n " @@ -77,15 +75,15 @@ Info 17 [00:00:40.000] Files (3) controllers/vessels/client.ts Matched by default include pattern '**/*' -Info 18 [00:00:41.000] ----------------------------------------------- -Info 19 [00:00:42.000] Project '/a/b/tsconfig.json' (Configured) -Info 19 [00:00:43.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 19 [00:00:44.000] ----------------------------------------------- -Info 19 [00:00:45.000] Open files: -Info 19 [00:00:46.000] FileName: /a/b/controllers/vessels/client.ts ProjectRootPath: undefined -Info 19 [00:00:47.000] Projects: /a/b/tsconfig.json -Info 19 [00:00:48.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/controllers/vessels/client.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -94,8 +92,6 @@ After request PolledWatches:: /a/lib/lib.es6.d.ts: *new* {"pollingInterval":500} -/a/b/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/b/tsconfig.json: *new* @@ -111,7 +107,7 @@ FsWatchesRecursive:: Before request -Info 20 [00:00:49.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definition", "arguments": { @@ -121,7 +117,7 @@ Info 20 [00:00:49.000] request: "seq": 2, "type": "request" } -Info 21 [00:00:50.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -140,14 +136,14 @@ Info 21 [00:00:50.000] response: } After request -Info 22 [00:00:51.000] fileExists:: [] -Info 23 [00:00:52.000] directoryExists:: [] -Info 24 [00:00:53.000] getDirectories:: [] -Info 25 [00:00:54.000] readFile:: [] -Info 26 [00:00:55.000] readDirectory:: [] +Info seq [hh:mm:ss:mss] fileExists:: [] +Info seq [hh:mm:ss:mss] directoryExists:: [] +Info seq [hh:mm:ss:mss] getDirectories:: [] +Info seq [hh:mm:ss:mss] readFile:: [] +Info seq [hh:mm:ss:mss] readDirectory:: [] Before request -Info 27 [00:00:56.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -156,19 +152,19 @@ Info 27 [00:00:56.000] request: "seq": 3, "type": "request" } -Info 28 [00:00:57.000] FileWatcher:: Close:: WatchInfo: /a/b/models/vessel.ts 500 undefined WatchType: Closed Script info -Info 29 [00:00:58.000] Search path: /a/b/models -Info 30 [00:00:59.000] For info: /a/b/models/vessel.ts :: Config file name: /a/b/tsconfig.json -Info 31 [00:01:00.000] Project '/a/b/tsconfig.json' (Configured) -Info 31 [00:01:01.000] Files (3) - -Info 31 [00:01:02.000] ----------------------------------------------- -Info 31 [00:01:03.000] Open files: -Info 31 [00:01:04.000] FileName: /a/b/controllers/vessels/client.ts ProjectRootPath: undefined -Info 31 [00:01:05.000] Projects: /a/b/tsconfig.json -Info 31 [00:01:06.000] FileName: /a/b/models/vessel.ts ProjectRootPath: undefined -Info 31 [00:01:07.000] Projects: /a/b/tsconfig.json -Info 31 [00:01:08.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/models/vessel.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /a/b/models +Info seq [hh:mm:ss:mss] For info: /a/b/models/vessel.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/controllers/vessels/client.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /a/b/models/vessel.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -177,8 +173,6 @@ After request PolledWatches:: /a/lib/lib.es6.d.ts: {"pollingInterval":500} -/a/b/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/b/tsconfig.json: @@ -194,8 +188,8 @@ FsWatchesRecursive:: /a/b: {} -Info 32 [00:01:09.000] fileExists:: [{"key":"/a/b/models/tsconfig.json","count":1},{"key":"/a/b/models/jsconfig.json","count":1}] -Info 33 [00:01:10.000] directoryExists:: [] -Info 34 [00:01:11.000] getDirectories:: [] -Info 35 [00:01:12.000] readFile:: [] -Info 36 [00:01:13.000] readDirectory:: [] \ No newline at end of file +Info seq [hh:mm:ss:mss] fileExists:: [{"key":"/a/b/models/tsconfig.json","count":1},{"key":"/a/b/models/jsconfig.json","count":1}] +Info seq [hh:mm:ss:mss] directoryExists:: [] +Info seq [hh:mm:ss:mss] getDirectories:: [] +Info seq [hh:mm:ss:mss] readFile:: [] +Info seq [hh:mm:ss:mss] readDirectory:: [] \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/cachingFileSystemInformation/when-creating-new-file-in-symlinked-folder.js b/tests/baselines/reference/tsserver/cachingFileSystemInformation/when-creating-new-file-in-symlinked-folder.js index 727975a4b0277..ac4a50dc56209 100644 --- a/tests/baselines/reference/tsserver/cachingFileSystemInformation/when-creating-new-file-in-symlinked-folder.js +++ b/tests/baselines/reference/tsserver/cachingFileSystemInformation/when-creating-new-file-in-symlinked-folder.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:31.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/user/username/projects/myproject/client/folder1/module1.ts] export class Module1Class { } @@ -25,11 +25,11 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:32.000] Search path: /user/username/projects/myproject/client/linktofolder2 -Info 2 [00:00:33.000] For info: /user/username/projects/myproject/client/linktofolder2/module2.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 3 [00:00:34.000] Creating configuration project /user/username/projects/myproject/tsconfig.json -Info 4 [00:00:35.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 5 [00:00:36.000] Config: /user/username/projects/myproject/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/client/linktofolder2 +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/client/linktofolder2/module2.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/client/folder1/module1.ts", "/user/username/projects/myproject/client/linktofolder2/module2.ts" @@ -45,18 +45,20 @@ Info 5 [00:00:36.000] Config: /user/username/projects/myproject/tsconfig.json "configFilePath": "/user/username/projects/myproject/tsconfig.json" } } -Info 6 [00:00:37.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/client 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 7 [00:00:38.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/client 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:39.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/folder2 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:40.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/folder2 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:41.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/client/folder1/module1.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:42.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 12 [00:00:43.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 13 [00:00:44.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 14 [00:00:45.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 15 [00:00:46.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:00:47.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 17 [00:00:48.000] Files (3) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/client 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/client 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/folder2 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/folder2 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/client/folder1/module1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/client/folder1/module1.ts Text-1 "export class Module1Class { }" /user/username/projects/myproject/client/linktofolder2/module2.ts SVC-1-0 "import * as M from \"folder1/module1\";" @@ -70,18 +72,18 @@ Info 17 [00:00:48.000] Files (3) client/linktofolder2/module2.ts Matched by include pattern 'client/**/*' in 'tsconfig.json' -Info 18 [00:00:49.000] ----------------------------------------------- -Info 19 [00:00:50.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 19 [00:00:51.000] Files (3) - -Info 19 [00:00:52.000] ----------------------------------------------- -Info 19 [00:00:53.000] Open files: -Info 19 [00:00:54.000] FileName: /user/username/projects/myproject/client/linktofolder2/module2.ts ProjectRootPath: undefined -Info 19 [00:00:55.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 19 [00:00:59.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/folder2/module3.ts :: WatchInfo: /user/username/projects/myproject/folder2 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 20 [00:01:00.000] Scheduled: /user/username/projects/myproject/tsconfig.json -Info 21 [00:01:01.000] Scheduled: *ensureProjectForOpenFiles* -Info 22 [00:01:02.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/folder2/module3.ts :: WatchInfo: /user/username/projects/myproject/folder2 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/client/linktofolder2/module2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/folder2/module3.ts :: WatchInfo: /user/username/projects/myproject/folder2 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/folder2/module3.ts :: WatchInfo: /user/username/projects/myproject/folder2 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory Before running Timeout callback:: count: 2 1: /user/username/projects/myproject/tsconfig.json 2: *ensureProjectForOpenFiles* @@ -92,6 +94,8 @@ import * as M from "folder1/module1"; PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* @@ -107,12 +111,12 @@ FsWatchesRecursive:: /user/username/projects/myproject/folder2: *new* {} -Info 23 [00:01:03.000] Running: /user/username/projects/myproject/tsconfig.json -Info 24 [00:01:04.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/client/linktofolder2/module3.ts 500 undefined WatchType: Closed Script info -Info 25 [00:01:05.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 26 [00:01:06.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 27 [00:01:07.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 28 [00:01:08.000] Files (4) +Info seq [hh:mm:ss:mss] Running: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/client/linktofolder2/module3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/client/folder1/module1.ts Text-1 "export class Module1Class { }" /user/username/projects/myproject/client/linktofolder2/module2.ts SVC-1-0 "import * as M from \"folder1/module1\";" @@ -130,29 +134,31 @@ Info 28 [00:01:08.000] Files (4) client/linktofolder2/module3.ts Matched by include pattern 'client/**/*' in 'tsconfig.json' -Info 29 [00:01:09.000] ----------------------------------------------- -Info 30 [00:01:10.000] Running: *ensureProjectForOpenFiles* -Info 31 [00:01:11.000] Before ensureProjectForOpenFiles: -Info 32 [00:01:12.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 32 [00:01:13.000] Files (4) - -Info 32 [00:01:14.000] ----------------------------------------------- -Info 32 [00:01:15.000] Open files: -Info 32 [00:01:16.000] FileName: /user/username/projects/myproject/client/linktofolder2/module2.ts ProjectRootPath: undefined -Info 32 [00:01:17.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 32 [00:01:18.000] After ensureProjectForOpenFiles: -Info 33 [00:01:19.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 33 [00:01:20.000] Files (4) - -Info 33 [00:01:21.000] ----------------------------------------------- -Info 33 [00:01:22.000] Open files: -Info 33 [00:01:23.000] FileName: /user/username/projects/myproject/client/linktofolder2/module2.ts ProjectRootPath: undefined -Info 33 [00:01:24.000] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/client/linktofolder2/module2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/client/linktofolder2/module2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json After running Timeout callback:: count: 0 PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: diff --git a/tests/baselines/reference/tsserver/cachingFileSystemInformation/when-node_modules-dont-receive-event-for-the-@types-file-addition.js b/tests/baselines/reference/tsserver/cachingFileSystemInformation/when-node_modules-dont-receive-event-for-the-@types-file-addition.js index bb7906dc9534a..00d068354d59c 100644 --- a/tests/baselines/reference/tsserver/cachingFileSystemInformation/when-node_modules-dont-receive-event-for-the-@types-file-addition.js +++ b/tests/baselines/reference/tsserver/cachingFileSystemInformation/when-node_modules-dont-receive-event-for-the-@types-file-addition.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:21.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/user/username/folder/myproject/app.ts] import * as debug from "debug" @@ -21,11 +21,11 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:22.000] Search path: /user/username/folder/myproject -Info 2 [00:00:23.000] For info: /user/username/folder/myproject/app.ts :: Config file name: /user/username/folder/myproject/tsconfig.json -Info 3 [00:00:24.000] Creating configuration project /user/username/folder/myproject/tsconfig.json -Info 4 [00:00:25.000] FileWatcher:: Added:: WatchInfo: /user/username/folder/myproject/tsconfig.json 2000 undefined Project: /user/username/folder/myproject/tsconfig.json WatchType: Config file -Info 5 [00:00:26.000] Config: /user/username/folder/myproject/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/folder/myproject +Info seq [hh:mm:ss:mss] For info: /user/username/folder/myproject/app.ts :: Config file name: /user/username/folder/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/folder/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/folder/myproject/tsconfig.json 2000 undefined Project: /user/username/folder/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/folder/myproject/tsconfig.json : { "rootNames": [ "/user/username/folder/myproject/app.ts" ], @@ -33,17 +33,21 @@ Info 5 [00:00:26.000] Config: /user/username/folder/myproject/tsconfig.json : "configFilePath": "/user/username/folder/myproject/tsconfig.json" } } -Info 6 [00:00:27.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/folder/myproject 1 undefined Config: /user/username/folder/myproject/tsconfig.json WatchType: Wild card directory -Info 7 [00:00:28.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/folder/myproject 1 undefined Config: /user/username/folder/myproject/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:29.000] Starting updateGraphWorker: Project: /user/username/folder/myproject/tsconfig.json -Info 9 [00:00:30.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:31.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/folder/myproject/node_modules 1 undefined Project: /user/username/folder/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 11 [00:00:32.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/folder/myproject/node_modules 1 undefined Project: /user/username/folder/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 12 [00:00:33.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/folder/myproject/node_modules/@types 1 undefined Project: /user/username/folder/myproject/tsconfig.json WatchType: Type roots -Info 13 [00:00:34.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/folder/myproject/node_modules/@types 1 undefined Project: /user/username/folder/myproject/tsconfig.json WatchType: Type roots -Info 14 [00:00:35.000] Finishing updateGraphWorker: Project: /user/username/folder/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:36.000] Project '/user/username/folder/myproject/tsconfig.json' (Configured) -Info 16 [00:00:37.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/folder/myproject 1 undefined Config: /user/username/folder/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/folder/myproject 1 undefined Config: /user/username/folder/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/folder/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/folder/myproject/node_modules 1 undefined Project: /user/username/folder/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/folder/myproject/node_modules 1 undefined Project: /user/username/folder/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/folder/node_modules 1 undefined Project: /user/username/folder/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/folder/node_modules 1 undefined Project: /user/username/folder/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/folder/myproject/node_modules/@types 1 undefined Project: /user/username/folder/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/folder/myproject/node_modules/@types 1 undefined Project: /user/username/folder/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/folder/node_modules/@types 1 undefined Project: /user/username/folder/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/folder/node_modules/@types 1 undefined Project: /user/username/folder/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/folder/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/folder/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/folder/myproject/app.ts SVC-1-0 "import * as debug from \"debug\"" @@ -53,40 +57,40 @@ Info 16 [00:00:37.000] Files (2) app.ts Matched by default include pattern '**/*' -Info 17 [00:00:38.000] ----------------------------------------------- -Info 18 [00:00:39.000] Project '/user/username/folder/myproject/tsconfig.json' (Configured) -Info 18 [00:00:40.000] Files (2) - -Info 18 [00:00:41.000] ----------------------------------------------- -Info 18 [00:00:42.000] Open files: -Info 18 [00:00:43.000] FileName: /user/username/folder/myproject/app.ts ProjectRootPath: undefined -Info 18 [00:00:44.000] Projects: /user/username/folder/myproject/tsconfig.json -Info 18 [00:00:45.000] getSemanticDiagnostics:: /user/username/folder/myproject/app.ts:: 1 -Info 19 [00:00:46.000] app.ts(1,24): error TS2307: Cannot find module 'debug' or its corresponding type declarations. - -Info 20 [00:00:50.000] DirectoryWatcher:: Triggered with /user/username/folder/myproject/node_modules :: WatchInfo: /user/username/folder/myproject/node_modules 1 undefined Project: /user/username/folder/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 21 [00:00:51.000] Scheduled: /user/username/folder/myproject/tsconfig.jsonFailedLookupInvalidation -Info 22 [00:00:52.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/folder/myproject/node_modules :: WatchInfo: /user/username/folder/myproject/node_modules 1 undefined Project: /user/username/folder/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 23 [00:00:55.000] DirectoryWatcher:: Triggered with /user/username/folder/myproject/node_modules/@types :: WatchInfo: /user/username/folder/myproject/node_modules/@types 1 undefined Project: /user/username/folder/myproject/tsconfig.json WatchType: Type roots -Info 24 [00:00:56.000] Scheduled: /user/username/folder/myproject/tsconfig.json -Info 25 [00:00:57.000] Scheduled: *ensureProjectForOpenFiles* -Info 26 [00:00:58.000] Scheduled: /user/username/folder/myproject/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 27 [00:00:59.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/folder/myproject/node_modules/@types :: WatchInfo: /user/username/folder/myproject/node_modules/@types 1 undefined Project: /user/username/folder/myproject/tsconfig.json WatchType: Type roots -Info 28 [00:01:00.000] DirectoryWatcher:: Triggered with /user/username/folder/myproject/node_modules/@types :: WatchInfo: /user/username/folder/myproject/node_modules/@types 1 undefined Project: /user/username/folder/myproject/tsconfig.json WatchType: Type roots -Info 29 [00:01:01.000] Scheduled: /user/username/folder/myproject/tsconfig.json, Cancelled earlier one -Info 30 [00:01:02.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 31 [00:01:03.000] Scheduled: /user/username/folder/myproject/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 32 [00:01:04.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/folder/myproject/node_modules/@types :: WatchInfo: /user/username/folder/myproject/node_modules/@types 1 undefined Project: /user/username/folder/myproject/tsconfig.json WatchType: Type roots -Info 33 [00:01:07.000] DirectoryWatcher:: Triggered with /user/username/folder/myproject/node_modules/@types :: WatchInfo: /user/username/folder/myproject/node_modules/@types 1 undefined Project: /user/username/folder/myproject/tsconfig.json WatchType: Type roots -Info 34 [00:01:08.000] Scheduled: /user/username/folder/myproject/tsconfig.json, Cancelled earlier one -Info 35 [00:01:09.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 36 [00:01:10.000] Scheduled: /user/username/folder/myproject/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 37 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/folder/myproject/node_modules/@types :: WatchInfo: /user/username/folder/myproject/node_modules/@types 1 undefined Project: /user/username/folder/myproject/tsconfig.json WatchType: Type roots -Info 38 [00:01:14.000] DirectoryWatcher:: Triggered with /user/username/folder/myproject/node_modules/@types :: WatchInfo: /user/username/folder/myproject/node_modules/@types 1 undefined Project: /user/username/folder/myproject/tsconfig.json WatchType: Type roots -Info 39 [00:01:15.000] Scheduled: /user/username/folder/myproject/tsconfig.json, Cancelled earlier one -Info 40 [00:01:16.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 41 [00:01:17.000] Scheduled: /user/username/folder/myproject/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 42 [00:01:18.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/folder/myproject/node_modules/@types :: WatchInfo: /user/username/folder/myproject/node_modules/@types 1 undefined Project: /user/username/folder/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/folder/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/folder/myproject/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/folder/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] getSemanticDiagnostics:: /user/username/folder/myproject/app.ts:: 1 +Info seq [hh:mm:ss:mss] app.ts(1,24): error TS2307: Cannot find module 'debug' or its corresponding type declarations. + +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/folder/myproject/node_modules :: WatchInfo: /user/username/folder/myproject/node_modules 1 undefined Project: /user/username/folder/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/folder/myproject/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/folder/myproject/node_modules :: WatchInfo: /user/username/folder/myproject/node_modules 1 undefined Project: /user/username/folder/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/folder/myproject/node_modules/@types :: WatchInfo: /user/username/folder/myproject/node_modules/@types 1 undefined Project: /user/username/folder/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Scheduled: /user/username/folder/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Scheduled: /user/username/folder/myproject/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/folder/myproject/node_modules/@types :: WatchInfo: /user/username/folder/myproject/node_modules/@types 1 undefined Project: /user/username/folder/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/folder/myproject/node_modules/@types :: WatchInfo: /user/username/folder/myproject/node_modules/@types 1 undefined Project: /user/username/folder/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Scheduled: /user/username/folder/myproject/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: /user/username/folder/myproject/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/folder/myproject/node_modules/@types :: WatchInfo: /user/username/folder/myproject/node_modules/@types 1 undefined Project: /user/username/folder/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/folder/myproject/node_modules/@types :: WatchInfo: /user/username/folder/myproject/node_modules/@types 1 undefined Project: /user/username/folder/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Scheduled: /user/username/folder/myproject/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: /user/username/folder/myproject/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/folder/myproject/node_modules/@types :: WatchInfo: /user/username/folder/myproject/node_modules/@types 1 undefined Project: /user/username/folder/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/folder/myproject/node_modules/@types :: WatchInfo: /user/username/folder/myproject/node_modules/@types 1 undefined Project: /user/username/folder/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Scheduled: /user/username/folder/myproject/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: /user/username/folder/myproject/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/folder/myproject/node_modules/@types :: WatchInfo: /user/username/folder/myproject/node_modules/@types 1 undefined Project: /user/username/folder/myproject/tsconfig.json WatchType: Type roots Before running Timeout callback:: count: 3 11: /user/username/folder/myproject/tsconfig.json 12: *ensureProjectForOpenFiles* @@ -95,6 +99,12 @@ Before running Timeout callback:: count: 3 export {} +PolledWatches:: +/user/username/folder/node_modules: *new* + {"pollingInterval":500} +/user/username/folder/node_modules/@types: *new* + {"pollingInterval":500} + FsWatches:: /user/username/folder/myproject/tsconfig.json: *new* {} @@ -109,14 +119,16 @@ FsWatchesRecursive:: /user/username/folder/myproject/node_modules/@types: *new* {} -Info 43 [00:01:19.000] Running: /user/username/folder/myproject/tsconfig.json -Info 44 [00:01:20.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 45 [00:01:21.000] Starting updateGraphWorker: Project: /user/username/folder/myproject/tsconfig.json -Info 46 [00:01:22.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/folder/myproject/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 47 [00:01:23.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/folder/myproject/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 48 [00:01:24.000] Finishing updateGraphWorker: Project: /user/username/folder/myproject/tsconfig.json Version: 2 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms -Info 49 [00:01:25.000] Project '/user/username/folder/myproject/tsconfig.json' (Configured) -Info 50 [00:01:26.000] Files (3) +Info seq [hh:mm:ss:mss] Running: /user/username/folder/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/folder/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/folder/myproject/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/folder/myproject/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/folder/node_modules 1 undefined Project: /user/username/folder/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/folder/node_modules 1 undefined Project: /user/username/folder/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/folder/myproject/tsconfig.json Version: 2 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/folder/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/folder/myproject/node_modules/@types/debug/index.d.ts Text-1 "export {}" /user/username/folder/myproject/app.ts SVC-1-0 "import * as debug from \"debug\"" @@ -130,8 +142,30 @@ Info 50 [00:01:26.000] Files (3) app.ts Matched by default include pattern '**/*' -Info 51 [00:01:27.000] ----------------------------------------------- +Info seq [hh:mm:ss:mss] ----------------------------------------------- After running Timeout callback:: count: 1 14: *ensureProjectForOpenFiles* -Info 52 [00:01:28.000] getSemanticDiagnostics:: /user/username/folder/myproject/app.ts:: 0 \ No newline at end of file +PolledWatches:: +/user/username/folder/node_modules/@types: + {"pollingInterval":500} + +PolledWatches *deleted*:: +/user/username/folder/node_modules: + {"pollingInterval":500} + +FsWatches:: +/user/username/folder/myproject/tsconfig.json: + {} +/a/lib/lib.d.ts: + {} + +FsWatchesRecursive:: +/user/username/folder/myproject: + {} +/user/username/folder/myproject/node_modules: + {} +/user/username/folder/myproject/node_modules/@types: + {} + +Info seq [hh:mm:ss:mss] getSemanticDiagnostics:: /user/username/folder/myproject/app.ts:: 0 \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/cachingFileSystemInformation/works-using-legacy-resolution-logic.js b/tests/baselines/reference/tsserver/cachingFileSystemInformation/works-using-legacy-resolution-logic.js index aebdf26097c20..d9cd6ac2fb682 100644 --- a/tests/baselines/reference/tsserver/cachingFileSystemInformation/works-using-legacy-resolution-logic.js +++ b/tests/baselines/reference/tsserver/cachingFileSystemInformation/works-using-legacy-resolution-logic.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:11.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/c/d/f0.ts] import {x} from "f1" @@ -8,17 +8,13 @@ import {x} from "f1" foo() -Info 1 [00:00:12.000] Search path: /c/d -Info 2 [00:00:13.000] For info: /c/d/f0.ts :: No config files found. -Info 3 [00:00:14.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 4 [00:00:15.000] FileWatcher:: Added:: WatchInfo: /c/f1.ts 500 undefined WatchType: Closed Script info -Info 5 [00:00:16.000] DirectoryWatcher:: Added:: WatchInfo: /c/d 0 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations -Info 6 [00:00:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /c/d 0 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations -Info 7 [00:00:18.000] DirectoryWatcher:: Added:: WatchInfo: /c/d/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 8 [00:00:19.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /c/d/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 9 [00:00:20.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 10 [00:00:21.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 11 [00:00:22.000] Files (2) +Info seq [hh:mm:ss:mss] Search path: /c/d +Info seq [hh:mm:ss:mss] For info: /c/d/f0.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /c/f1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /c/f1.ts Text-1 "foo()" /c/d/f0.ts SVC-1-0 "import {x} from \"f1\"" @@ -28,58 +24,54 @@ Info 11 [00:00:22.000] Files (2) f0.ts Root file specified for compilation -Info 12 [00:00:23.000] ----------------------------------------------- -Info 13 [00:00:24.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 13 [00:00:25.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 13 [00:00:26.000] ----------------------------------------------- -Info 13 [00:00:27.000] Open files: -Info 13 [00:00:28.000] FileName: /c/d/f0.ts ProjectRootPath: undefined -Info 13 [00:00:29.000] Projects: /dev/null/inferredProject1* -Info 13 [00:00:30.000] getSemanticDiagnostics:: /c/f1.ts:: 1 -Info 14 [00:00:31.000] ../f1.ts(1,1): error TS2304: Cannot find name 'foo'. +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /c/d/f0.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] getSemanticDiagnostics:: /c/f1.ts:: 1 +Info seq [hh:mm:ss:mss] ../f1.ts(1,1): error TS2304: Cannot find name 'foo'. -Info 15 [00:00:32.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 16 [00:00:33.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 17 [00:00:34.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 18 [00:00:35.000] Files (2) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /c/f1.ts Text-1 "foo()" /c/d/f0.ts SVC-1-1 "import {x} from \"f1\";\n var x: string = 1;" -Info 19 [00:00:36.000] ----------------------------------------------- -Info 20 [00:00:37.000] getSemanticDiagnostics:: /c/f1.ts:: 1 -Info 21 [00:00:38.000] ../f1.ts(1,1): error TS2304: Cannot find name 'foo'. +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] getSemanticDiagnostics:: /c/f1.ts:: 1 +Info seq [hh:mm:ss:mss] ../f1.ts(1,1): error TS2304: Cannot find name 'foo'. -Info 22 [00:00:39.000] fileExists:: [] -Info 23 [00:00:40.000] directoryExists:: [] -Info 24 [00:00:41.000] getDirectories:: [] -Info 25 [00:00:42.000] readFile:: [] -Info 26 [00:00:43.000] readDirectory:: [] -Info 27 [00:00:44.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 28 [00:00:45.000] DirectoryWatcher:: Added:: WatchInfo: /c/d/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations -Info 29 [00:00:46.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /c/d/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations -Info 30 [00:00:47.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 3 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms -Info 31 [00:00:48.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 32 [00:00:49.000] Files (1) +Info seq [hh:mm:ss:mss] fileExists:: [] +Info seq [hh:mm:ss:mss] directoryExists:: [] +Info seq [hh:mm:ss:mss] getDirectories:: [] +Info seq [hh:mm:ss:mss] readFile:: [] +Info seq [hh:mm:ss:mss] readDirectory:: [] +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 3 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /c/d/f0.ts SVC-1-2 "import {x} from \"f2\"" f0.ts Root file specified for compilation -Info 33 [00:00:50.000] ----------------------------------------------- -Info 34 [00:00:51.000] Could not find source file: '/c/f1.ts'. -Info 35 [00:00:52.000] fileExists:: [{"key":"/c/d/f2.ts","count":1},{"key":"/c/d/f2.tsx","count":1},{"key":"/c/d/f2.d.ts","count":1},{"key":"/c/f2.ts","count":1},{"key":"/c/f2.tsx","count":1},{"key":"/c/f2.d.ts","count":1},{"key":"/f2.ts","count":1},{"key":"/f2.tsx","count":1},{"key":"/f2.d.ts","count":1},{"key":"/c/d/f2.js","count":1},{"key":"/c/d/f2.jsx","count":1},{"key":"/c/f2.js","count":1},{"key":"/c/f2.jsx","count":1},{"key":"/f2.js","count":1},{"key":"/f2.jsx","count":1}] -Info 36 [00:00:53.000] directoryExists:: [{"key":"/c/d","count":2},{"key":"/c","count":2},{"key":"/","count":2},{"key":"/c/d/node_modules","count":2},{"key":"/c/node_modules","count":1},{"key":"/node_modules","count":1},{"key":"/c/d/node_modules/@types","count":1},{"key":"/c/node_modules/@types","count":1},{"key":"/node_modules/@types","count":1}] -Info 37 [00:00:54.000] getDirectories:: [] -Info 38 [00:00:55.000] readFile:: [] -Info 39 [00:00:56.000] readDirectory:: [] -Info 40 [00:00:57.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 41 [00:00:58.000] DirectoryWatcher:: Close:: WatchInfo: /c/d/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations -Info 42 [00:00:59.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /c/d/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations -Info 43 [00:01:00.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 4 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms -Info 44 [00:01:01.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 45 [00:01:02.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Could not find source file: '/c/f1.ts'. +Info seq [hh:mm:ss:mss] fileExists:: [{"key":"/c/d/f2.ts","count":1},{"key":"/c/d/f2.tsx","count":1},{"key":"/c/d/f2.d.ts","count":1},{"key":"/c/f2.ts","count":1},{"key":"/c/f2.tsx","count":1},{"key":"/c/f2.d.ts","count":1},{"key":"/f2.ts","count":1},{"key":"/f2.tsx","count":1},{"key":"/f2.d.ts","count":1},{"key":"/c/d/f2.js","count":1},{"key":"/c/d/f2.jsx","count":1},{"key":"/c/f2.js","count":1},{"key":"/c/f2.jsx","count":1},{"key":"/f2.js","count":1},{"key":"/f2.jsx","count":1}] +Info seq [hh:mm:ss:mss] directoryExists:: [{"key":"/c/d","count":2},{"key":"/c","count":2},{"key":"/","count":2},{"key":"/c/d/node_modules","count":1},{"key":"/c/node_modules","count":1},{"key":"/node_modules","count":1},{"key":"/c/d/node_modules/@types","count":1},{"key":"/c/node_modules/@types","count":1},{"key":"/node_modules/@types","count":1}] +Info seq [hh:mm:ss:mss] getDirectories:: [] +Info seq [hh:mm:ss:mss] readFile:: [] +Info seq [hh:mm:ss:mss] readDirectory:: [] +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 4 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /c/f1.ts Text-1 "foo()" /c/d/f0.ts SVC-1-3 "import {x} from \"f1\"" @@ -89,38 +81,30 @@ Info 45 [00:01:02.000] Files (2) f0.ts Root file specified for compilation -Info 46 [00:01:03.000] ----------------------------------------------- -Info 47 [00:01:04.000] getSemanticDiagnostics:: /c/f1.ts:: 1 -Info 48 [00:01:05.000] ../f1.ts(1,1): error TS2304: Cannot find name 'foo'. +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] getSemanticDiagnostics:: /c/f1.ts:: 1 +Info seq [hh:mm:ss:mss] ../f1.ts(1,1): error TS2304: Cannot find name 'foo'. -Info 49 [00:01:06.000] fileExists:: [{"key":"/c/d/f1.ts","count":1},{"key":"/c/d/f1.tsx","count":1},{"key":"/c/d/f1.d.ts","count":1},{"key":"/c/f1.ts","count":1}] -Info 50 [00:01:07.000] directoryExists:: [{"key":"/c/d","count":1},{"key":"/c","count":1},{"key":"/c/d/node_modules/@types","count":1},{"key":"/c/node_modules/@types","count":1},{"key":"/node_modules/@types","count":1}] -Info 51 [00:01:08.000] getDirectories:: [] -Info 52 [00:01:09.000] readFile:: [] -Info 53 [00:01:10.000] readDirectory:: [] -Info 54 [00:01:11.000] DirectoryWatcher:: Close:: WatchInfo: /c/d 0 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations -Info 55 [00:01:12.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /c/d 0 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations -Info 56 [00:01:13.000] DirectoryWatcher:: Close:: WatchInfo: /c/d/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 57 [00:01:14.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /c/d/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 58 [00:01:15.000] Scheduled: /dev/null/inferredProject1* -Info 59 [00:01:16.000] Scheduled: *ensureProjectForOpenFiles* -Info 60 [00:01:17.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 61 [00:01:18.000] DirectoryWatcher:: Added:: WatchInfo: /c/d 0 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations -Info 62 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /c/d 0 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations -Info 63 [00:01:20.000] DirectoryWatcher:: Added:: WatchInfo: /c/d/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 64 [00:01:21.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /c/d/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 65 [00:01:22.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 5 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 66 [00:01:23.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 67 [00:01:24.000] Files (2) +Info seq [hh:mm:ss:mss] fileExists:: [{"key":"/c/d/f1.ts","count":1},{"key":"/c/d/f1.tsx","count":1},{"key":"/c/d/f1.d.ts","count":1},{"key":"/c/f1.ts","count":1}] +Info seq [hh:mm:ss:mss] directoryExists:: [{"key":"/c/d","count":1},{"key":"/c","count":1},{"key":"/c/d/node_modules/@types","count":1},{"key":"/c/node_modules/@types","count":1},{"key":"/node_modules/@types","count":1}] +Info seq [hh:mm:ss:mss] getDirectories:: [] +Info seq [hh:mm:ss:mss] readFile:: [] +Info seq [hh:mm:ss:mss] readDirectory:: [] +Info seq [hh:mm:ss:mss] Scheduled: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 5 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /c/f1.ts Text-1 "foo()" /c/d/f0.ts SVC-1-3 "import {x} from \"f1\"" -Info 68 [00:01:25.000] ----------------------------------------------- -Info 69 [00:01:26.000] getSemanticDiagnostics:: /c/f1.ts:: 1 -Info 70 [00:01:27.000] ../f1.ts(1,1): error TS2304: Cannot find name 'foo'. +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] getSemanticDiagnostics:: /c/f1.ts:: 1 +Info seq [hh:mm:ss:mss] ../f1.ts(1,1): error TS2304: Cannot find name 'foo'. -Info 71 [00:01:28.000] fileExists:: [{"key":"/c/d/f1.ts","count":1},{"key":"/c/d/f1.tsx","count":1},{"key":"/c/d/f1.d.ts","count":1},{"key":"/c/f1.ts","count":1}] -Info 72 [00:01:29.000] directoryExists:: [{"key":"/c/d","count":2},{"key":"/c","count":1},{"key":"/c/d/node_modules/@types","count":2},{"key":"/c/node_modules/@types","count":1},{"key":"/node_modules/@types","count":1}] -Info 73 [00:01:30.000] getDirectories:: [] -Info 74 [00:01:31.000] readFile:: [] -Info 75 [00:01:32.000] readDirectory:: [] \ No newline at end of file +Info seq [hh:mm:ss:mss] fileExists:: [{"key":"/c/d/f1.ts","count":1},{"key":"/c/d/f1.tsx","count":1},{"key":"/c/d/f1.d.ts","count":1},{"key":"/c/f1.ts","count":1}] +Info seq [hh:mm:ss:mss] directoryExists:: [{"key":"/c/d","count":1},{"key":"/c","count":1},{"key":"/c/d/node_modules/@types","count":1},{"key":"/c/node_modules/@types","count":1},{"key":"/node_modules/@types","count":1}] +Info seq [hh:mm:ss:mss] getDirectories:: [] +Info seq [hh:mm:ss:mss] readFile:: [] +Info seq [hh:mm:ss:mss] readDirectory:: [] \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/cancellationT/Geterr-is-cancellable.js b/tests/baselines/reference/tsserver/cancellationT/Geterr-is-cancellable.js index 290da5baa58f0..cbe79423cfa8d 100644 --- a/tests/baselines/reference/tsserver/cancellationT/Geterr-is-cancellable.js +++ b/tests/baselines/reference/tsserver/cancellationT/Geterr-is-cancellable.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:09.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/app.ts] let x = 1 @@ -8,7 +8,7 @@ let x = 1 {"compilerOptions":{}} -Info 1 [00:00:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -17,11 +17,11 @@ Info 1 [00:00:10.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:11.000] Search path: /a -Info 3 [00:00:12.000] For info: /a/app.ts :: Config file name: /a/tsconfig.json -Info 4 [00:00:13.000] Creating configuration project /a/tsconfig.json -Info 5 [00:00:14.000] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 6 [00:00:15.000] Config: /a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/app.ts :: Config file name: /a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/tsconfig.json : { "rootNames": [ "/a/app.ts" ], @@ -29,31 +29,29 @@ Info 6 [00:00:15.000] Config: /a/tsconfig.json : { "configFilePath": "/a/tsconfig.json" } } -Info 7 [00:00:16.000] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:18.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 10 [00:00:19.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 11 [00:00:20.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 12 [00:00:21.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 13 [00:00:22.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 14 [00:00:23.000] Project '/a/tsconfig.json' (Configured) -Info 15 [00:00:24.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/app.ts SVC-1-0 "let x = 1" app.ts Matched by default include pattern '**/*' -Info 16 [00:00:25.000] ----------------------------------------------- -Info 17 [00:00:26.000] Project '/a/tsconfig.json' (Configured) -Info 17 [00:00:27.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 17 [00:00:28.000] ----------------------------------------------- -Info 17 [00:00:29.000] Open files: -Info 17 [00:00:30.000] FileName: /a/app.ts ProjectRootPath: undefined -Info 17 [00:00:31.000] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json TestServerCancellationToken:: resetRequest:: 1 is as expected -Info 17 [00:00:32.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -62,8 +60,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/tsconfig.json: *new* @@ -75,7 +71,7 @@ FsWatchesRecursive:: Before request -Info 18 [00:00:33.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -88,7 +84,7 @@ Info 18 [00:00:33.000] request: "type": "request" } TestServerCancellationToken:: resetRequest:: 2 is as expected -Info 19 [00:00:34.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -97,14 +93,14 @@ After request Before running Timeout callback:: count: 1 1: checkOne -Info 20 [00:00:35.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":2}} TestServerCancellationToken:: resetRequest:: 2 is as expected After running Timeout callback:: count: 0 Before request -Info 21 [00:00:36.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -117,7 +113,7 @@ Info 21 [00:00:36.000] request: "type": "request" } TestServerCancellationToken:: resetRequest:: 3 is as expected -Info 22 [00:00:37.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -125,7 +121,7 @@ After request Before request -Info 23 [00:00:38.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "projectInfo", "arguments": { @@ -136,7 +132,7 @@ Info 23 [00:00:38.000] request: "type": "request" } TestServerCancellationToken:: resetRequest:: 4 is as expected -Info 24 [00:00:39.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "configFileName": "/a/tsconfig.json", @@ -151,14 +147,14 @@ Before running Timeout callback:: count: 1 2: checkOne TestServerCancellationToken:: Cancellation is requested -Info 25 [00:00:40.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":3}} TestServerCancellationToken:: resetRequest:: 3 is as expected After running Timeout callback:: count: 0 Before request -Info 26 [00:00:41.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -171,7 +167,7 @@ Info 26 [00:00:41.000] request: "type": "request" } TestServerCancellationToken:: resetRequest:: 5 is as expected -Info 27 [00:00:42.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -180,7 +176,7 @@ After request Before running Timeout callback:: count: 1 3: checkOne -Info 28 [00:00:43.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/a/app.ts","diagnostics":[]}} TestServerCancellationToken:: resetRequest:: 5 is as expected After running Timeout callback:: count: 0 @@ -190,14 +186,14 @@ Before running Immedidate callback:: count: 1 1: semanticCheck TestServerCancellationToken:: Cancellation is requested -Info 29 [00:00:44.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":5}} TestServerCancellationToken:: resetRequest:: 5 is as expected After running Immedidate callback:: count: 0 Before request -Info 30 [00:00:45.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -210,7 +206,7 @@ Info 30 [00:00:45.000] request: "type": "request" } TestServerCancellationToken:: resetRequest:: 6 is as expected -Info 31 [00:00:46.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -219,7 +215,7 @@ After request Before running Timeout callback:: count: 1 4: checkOne -Info 32 [00:00:47.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/a/app.ts","diagnostics":[]}} TestServerCancellationToken:: resetRequest:: 6 is as expected After running Timeout callback:: count: 0 @@ -227,7 +223,7 @@ After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 2: semanticCheck -Info 33 [00:00:48.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/a/app.ts","diagnostics":[]}} TestServerCancellationToken:: resetRequest:: 6 is as expected After running Immedidate callback:: count: 1 @@ -236,16 +232,16 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 3: suggestionCheck -Info 34 [00:00:49.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/a/app.ts","diagnostics":[]}} -Info 35 [00:00:50.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":6}} TestServerCancellationToken:: resetRequest:: 6 is as expected After running Immedidate callback:: count: 0 Before request -Info 36 [00:00:51.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -258,7 +254,7 @@ Info 36 [00:00:51.000] request: "type": "request" } TestServerCancellationToken:: resetRequest:: 7 is as expected -Info 37 [00:00:52.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -267,14 +263,14 @@ After request Before running Timeout callback:: count: 1 5: checkOne -Info 38 [00:00:53.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/a/app.ts","diagnostics":[]}} TestServerCancellationToken:: resetRequest:: 7 is as expected After running Timeout callback:: count: 0 Before request -Info 39 [00:00:54.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -286,10 +282,10 @@ Info 39 [00:00:54.000] request: "seq": 8, "type": "request" } -Info 40 [00:00:55.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":7}} TestServerCancellationToken:: resetRequest:: 8 is as expected -Info 41 [00:00:56.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } diff --git a/tests/baselines/reference/tsserver/cancellationT/Lower-priority-tasks-are-cancellable.js b/tests/baselines/reference/tsserver/cancellationT/Lower-priority-tasks-are-cancellable.js index ade5400df7774..d43290454e86d 100644 --- a/tests/baselines/reference/tsserver/cancellationT/Lower-priority-tasks-are-cancellable.js +++ b/tests/baselines/reference/tsserver/cancellationT/Lower-priority-tasks-are-cancellable.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:09.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/app.ts] { let x = 1; } var foo = "foo"; var bar = "bar"; var fooBar = "fooBar"; @@ -8,7 +8,7 @@ Before request {"compilerOptions":{}} -Info 1 [00:00:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -17,11 +17,11 @@ Info 1 [00:00:10.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:11.000] Search path: /a -Info 3 [00:00:12.000] For info: /a/app.ts :: Config file name: /a/tsconfig.json -Info 4 [00:00:13.000] Creating configuration project /a/tsconfig.json -Info 5 [00:00:14.000] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 6 [00:00:15.000] Config: /a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/app.ts :: Config file name: /a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/tsconfig.json : { "rootNames": [ "/a/app.ts" ], @@ -29,31 +29,29 @@ Info 6 [00:00:15.000] Config: /a/tsconfig.json : { "configFilePath": "/a/tsconfig.json" } } -Info 7 [00:00:16.000] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:18.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 10 [00:00:19.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 11 [00:00:20.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 12 [00:00:21.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 13 [00:00:22.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 14 [00:00:23.000] Project '/a/tsconfig.json' (Configured) -Info 15 [00:00:24.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/app.ts SVC-1-0 "{ let x = 1; } var foo = \"foo\"; var bar = \"bar\"; var fooBar = \"fooBar\";" app.ts Matched by default include pattern '**/*' -Info 16 [00:00:25.000] ----------------------------------------------- -Info 17 [00:00:26.000] Project '/a/tsconfig.json' (Configured) -Info 17 [00:00:27.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 17 [00:00:28.000] ----------------------------------------------- -Info 17 [00:00:29.000] Open files: -Info 17 [00:00:30.000] FileName: /a/app.ts ProjectRootPath: undefined -Info 17 [00:00:31.000] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json TestServerCancellationToken:: resetRequest:: 1 is as expected -Info 17 [00:00:32.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -62,8 +60,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/tsconfig.json: *new* @@ -75,7 +71,7 @@ FsWatchesRecursive:: Before request -Info 18 [00:00:33.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "navbar", "arguments": { @@ -85,7 +81,7 @@ Info 18 [00:00:33.000] request: "type": "request" } TestServerCancellationToken:: resetRequest:: 2 is as expected -Info 19 [00:00:34.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -192,7 +188,7 @@ After request TestServerCancellationToken:: Setting request to cancel:: 3 Before request -Info 20 [00:00:35.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "navbar", "arguments": { @@ -206,7 +202,7 @@ TestServerCancellationToken:: resetRequest:: 3 is as expected Exception is OperationCanceledException: true Before request -Info 21 [00:00:36.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "outliningSpans", "arguments": { @@ -216,7 +212,7 @@ Info 21 [00:00:36.000] request: "type": "request" } TestServerCancellationToken:: resetRequest:: 4 is as expected -Info 22 [00:00:37.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -240,7 +236,7 @@ After request TestServerCancellationToken:: Setting request to cancel:: 5 Before request -Info 23 [00:00:38.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "outliningSpans", "arguments": { diff --git a/tests/baselines/reference/tsserver/cancellationT/is-attached-to-request.js b/tests/baselines/reference/tsserver/cancellationT/is-attached-to-request.js index 4f29b60500983..6560cc3dd59b5 100644 --- a/tests/baselines/reference/tsserver/cancellationT/is-attached-to-request.js +++ b/tests/baselines/reference/tsserver/cancellationT/is-attached-to-request.js @@ -1,11 +1,11 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:09.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/b/app.ts] let xyz = 1; -Info 1 [00:00:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -15,30 +15,28 @@ Info 1 [00:00:10.000] request: "type": "request" } ServerCancellationToken:: Cancellation Request id:: 1 -Info 2 [00:00:11.000] Search path: /a/b -Info 3 [00:00:12.000] For info: /a/b/app.ts :: No config files found. -Info 4 [00:00:13.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 5 [00:00:14.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 6 [00:00:15.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 7 [00:00:16.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 8 [00:00:17.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 9 [00:00:18.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 10 [00:00:19.000] Files (1) +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/app.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /a/b/app.ts SVC-1-0 "let xyz = 1;" app.ts Root file specified for compilation -Info 11 [00:00:20.000] ----------------------------------------------- -Info 12 [00:00:21.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 12 [00:00:22.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 12 [00:00:23.000] ----------------------------------------------- -Info 12 [00:00:24.000] Open files: -Info 12 [00:00:25.000] FileName: /a/b/app.ts ProjectRootPath: undefined -Info 12 [00:00:26.000] Projects: /dev/null/inferredProject1* -Info 12 [00:00:27.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -47,12 +45,10 @@ After request PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/b/node_modules/@types: *new* - {"pollingInterval":500} Before request -Info 13 [00:00:28.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -65,7 +61,7 @@ Info 13 [00:00:28.000] request: "type": "request" } ServerCancellationToken:: Cancellation Request id:: 2 -Info 14 [00:00:29.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -73,7 +69,7 @@ After request Before request -Info 15 [00:00:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "documentHighlights", "arguments": { @@ -88,7 +84,7 @@ Info 15 [00:00:30.000] request: "type": "request" } ServerCancellationToken:: Cancellation Request id:: 3 -Info 16 [00:00:31.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -124,14 +120,14 @@ Before running Timeout callback:: count: 1 1: checkOne ServerCancellationToken:: Cancellation Request id:: 2 -Info 17 [00:00:32.000] Session does not support events: ignored event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/a/b/app.ts","diagnostics":[]}} +Info seq [hh:mm:ss:mss] Session does not support events: ignored event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/a/b/app.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 1: semanticCheck ServerCancellationToken:: Cancellation Request id:: 2 -Info 18 [00:00:33.000] Session does not support events: ignored event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/a/b/app.ts","diagnostics":[]}} +Info seq [hh:mm:ss:mss] Session does not support events: ignored event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/a/b/app.ts","diagnostics":[]}} After running Immedidate callback:: count: 1 2: suggestionCheck @@ -139,6 +135,6 @@ Before running Immedidate callback:: count: 1 2: suggestionCheck ServerCancellationToken:: Cancellation Request id:: 2 -Info 19 [00:00:34.000] Session does not support events: ignored event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/a/b/app.ts","diagnostics":[]}} -Info 20 [00:00:35.000] Session does not support events: ignored event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":2}} +Info seq [hh:mm:ss:mss] Session does not support events: ignored event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/a/b/app.ts","diagnostics":[]}} +Info seq [hh:mm:ss:mss] Session does not support events: ignored event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":2}} After running Immedidate callback:: count: 0 diff --git a/tests/baselines/reference/tsserver/compileOnSave/CompileOnSaveAffectedFileListRequest-when-projectFile-is-not-specified.js b/tests/baselines/reference/tsserver/compileOnSave/CompileOnSaveAffectedFileListRequest-when-projectFile-is-not-specified.js index 09f652daa13f1..9b07441e44702 100644 --- a/tests/baselines/reference/tsserver/compileOnSave/CompileOnSaveAffectedFileListRequest-when-projectFile-is-not-specified.js +++ b/tests/baselines/reference/tsserver/compileOnSave/CompileOnSaveAffectedFileListRequest-when-projectFile-is-not-specified.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:33.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/lib/lib.d.ts] /// @@ -30,7 +30,7 @@ let y = 10; {"files":["app.ts","../core/core.ts"],"compilerOptions":{"outFile":"build/output.js"},"compileOnSave":true} -Info 1 [00:00:34.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -39,11 +39,11 @@ Info 1 [00:00:34.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:35.000] Search path: /user/username/projects/myproject/app1 -Info 3 [00:00:36.000] For info: /user/username/projects/myproject/app1/app.ts :: Config file name: /user/username/projects/myproject/app1/tsconfig.json -Info 4 [00:00:37.000] Creating configuration project /user/username/projects/myproject/app1/tsconfig.json -Info 5 [00:00:38.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app1/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/app1/tsconfig.json WatchType: Config file -Info 6 [00:00:39.000] Config: /user/username/projects/myproject/app1/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/app1 +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/app1/app.ts :: Config file name: /user/username/projects/myproject/app1/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/app1/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app1/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/app1/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/app1/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/app1/app.ts", "/user/username/projects/myproject/core/core.ts" @@ -53,16 +53,18 @@ Info 6 [00:00:39.000] Config: /user/username/projects/myproject/app1/tsconfig "configFilePath": "/user/username/projects/myproject/app1/tsconfig.json" } } -Info 7 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/core/core.ts 500 undefined WatchType: Closed Script info -Info 8 [00:00:41.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/app1/tsconfig.json -Info 9 [00:00:42.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app1/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app1/tsconfig.json WatchType: Type roots -Info 11 [00:00:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app1/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app1/tsconfig.json WatchType: Type roots -Info 12 [00:00:45.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app1/tsconfig.json WatchType: Type roots -Info 13 [00:00:46.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app1/tsconfig.json WatchType: Type roots -Info 14 [00:00:47.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/app1/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:48.000] Project '/user/username/projects/myproject/app1/tsconfig.json' (Configured) -Info 16 [00:00:49.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/core/core.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/app1/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app1/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app1/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app1/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app1/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app1/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app1/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app1/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app1/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/app1/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/app1/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/app1/app.ts SVC-1-0 "let x = 10;" /user/username/projects/myproject/core/core.ts Text-1 "let z = 10;" @@ -75,15 +77,15 @@ Info 16 [00:00:49.000] Files (3) ../core/core.ts Part of 'files' list in tsconfig.json -Info 17 [00:00:50.000] ----------------------------------------------- -Info 18 [00:00:51.000] Project '/user/username/projects/myproject/app1/tsconfig.json' (Configured) -Info 18 [00:00:52.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/app1/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 18 [00:00:53.000] ----------------------------------------------- -Info 18 [00:00:54.000] Open files: -Info 18 [00:00:55.000] FileName: /user/username/projects/myproject/app1/app.ts ProjectRootPath: undefined -Info 18 [00:00:56.000] Projects: /user/username/projects/myproject/app1/tsconfig.json -Info 18 [00:00:57.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/app1/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/app1/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -94,6 +96,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/app1/tsconfig.json: *new* @@ -105,7 +109,7 @@ FsWatches:: Before request -Info 19 [00:00:58.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -114,11 +118,11 @@ Info 19 [00:00:58.000] request: "seq": 2, "type": "request" } -Info 20 [00:00:59.000] Search path: /user/username/projects/myproject/app2 -Info 21 [00:01:00.000] For info: /user/username/projects/myproject/app2/app.ts :: Config file name: /user/username/projects/myproject/app2/tsconfig.json -Info 22 [00:01:01.000] Creating configuration project /user/username/projects/myproject/app2/tsconfig.json -Info 23 [00:01:02.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app2/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/app2/tsconfig.json WatchType: Config file -Info 24 [00:01:03.000] Config: /user/username/projects/myproject/app2/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/app2 +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/app2/app.ts :: Config file name: /user/username/projects/myproject/app2/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/app2/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app2/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/app2/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/app2/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/app2/app.ts", "/user/username/projects/myproject/core/core.ts" @@ -128,14 +132,16 @@ Info 24 [00:01:03.000] Config: /user/username/projects/myproject/app2/tsconfig "configFilePath": "/user/username/projects/myproject/app2/tsconfig.json" } } -Info 25 [00:01:04.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/app2/tsconfig.json -Info 26 [00:01:05.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app2/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app2/tsconfig.json WatchType: Type roots -Info 27 [00:01:06.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app2/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app2/tsconfig.json WatchType: Type roots -Info 28 [00:01:07.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app2/tsconfig.json WatchType: Type roots -Info 29 [00:01:08.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app2/tsconfig.json WatchType: Type roots -Info 30 [00:01:09.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/app2/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 31 [00:01:10.000] Project '/user/username/projects/myproject/app2/tsconfig.json' (Configured) -Info 32 [00:01:11.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/app2/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app2/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app2/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app2/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app2/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app2/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app2/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app2/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app2/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/app2/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/app2/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/app2/app.ts SVC-1-0 "let y = 10;" /user/username/projects/myproject/core/core.ts Text-1 "let z = 10;" @@ -148,21 +154,21 @@ Info 32 [00:01:11.000] Files (3) ../core/core.ts Part of 'files' list in tsconfig.json -Info 33 [00:01:12.000] ----------------------------------------------- -Info 34 [00:01:13.000] Project '/user/username/projects/myproject/app1/tsconfig.json' (Configured) -Info 34 [00:01:14.000] Files (3) - -Info 34 [00:01:15.000] ----------------------------------------------- -Info 34 [00:01:16.000] Project '/user/username/projects/myproject/app2/tsconfig.json' (Configured) -Info 34 [00:01:17.000] Files (3) - -Info 34 [00:01:18.000] ----------------------------------------------- -Info 34 [00:01:19.000] Open files: -Info 34 [00:01:20.000] FileName: /user/username/projects/myproject/app1/app.ts ProjectRootPath: undefined -Info 34 [00:01:21.000] Projects: /user/username/projects/myproject/app1/tsconfig.json -Info 34 [00:01:22.000] FileName: /user/username/projects/myproject/app2/app.ts ProjectRootPath: undefined -Info 34 [00:01:23.000] Projects: /user/username/projects/myproject/app2/tsconfig.json -Info 34 [00:01:24.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/app1/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/app2/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/app1/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/app1/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/app2/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/app2/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -173,6 +179,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/app2/node_modules/@types: *new* {"pollingInterval":500} @@ -188,7 +196,7 @@ FsWatches:: Before request -Info 35 [00:01:25.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -197,25 +205,25 @@ Info 35 [00:01:25.000] request: "seq": 3, "type": "request" } -Info 36 [00:01:26.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/core/core.ts 500 undefined WatchType: Closed Script info -Info 37 [00:01:27.000] Search path: /user/username/projects/myproject/core -Info 38 [00:01:28.000] For info: /user/username/projects/myproject/core/core.ts :: No config files found. -Info 39 [00:01:29.000] Project '/user/username/projects/myproject/app1/tsconfig.json' (Configured) -Info 39 [00:01:30.000] Files (3) - -Info 39 [00:01:31.000] ----------------------------------------------- -Info 39 [00:01:32.000] Project '/user/username/projects/myproject/app2/tsconfig.json' (Configured) -Info 39 [00:01:33.000] Files (3) - -Info 39 [00:01:34.000] ----------------------------------------------- -Info 39 [00:01:35.000] Open files: -Info 39 [00:01:36.000] FileName: /user/username/projects/myproject/app1/app.ts ProjectRootPath: undefined -Info 39 [00:01:37.000] Projects: /user/username/projects/myproject/app1/tsconfig.json -Info 39 [00:01:38.000] FileName: /user/username/projects/myproject/app2/app.ts ProjectRootPath: undefined -Info 39 [00:01:39.000] Projects: /user/username/projects/myproject/app2/tsconfig.json -Info 39 [00:01:40.000] FileName: /user/username/projects/myproject/core/core.ts ProjectRootPath: undefined -Info 39 [00:01:41.000] Projects: /user/username/projects/myproject/app1/tsconfig.json,/user/username/projects/myproject/app2/tsconfig.json -Info 39 [00:01:42.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/core/core.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/core +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/core/core.ts :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/app1/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/app2/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/app1/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/app1/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/app2/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/app2/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/core/core.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/app1/tsconfig.json,/user/username/projects/myproject/app2/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -226,6 +234,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/app2/node_modules/@types: {"pollingInterval":500} @@ -243,7 +253,7 @@ FsWatches *deleted*:: Before request -Info 40 [00:01:43.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { @@ -257,7 +267,7 @@ Info 40 [00:01:43.000] request: "seq": 4, "type": "request" } -Info 41 [00:01:44.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -265,7 +275,7 @@ After request Before request -Info 42 [00:01:45.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { @@ -279,7 +289,7 @@ Info 42 [00:01:45.000] request: "seq": 5, "type": "request" } -Info 43 [00:01:46.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -289,7 +299,7 @@ Project1 is dirty: true Project2 is dirty: true Before request -Info 44 [00:01:47.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -298,57 +308,57 @@ Info 44 [00:01:47.000] request: "seq": 6, "type": "request" } -Info 45 [00:01:48.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/app1/tsconfig.json -Info 46 [00:01:49.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/app1/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 47 [00:01:50.000] Project '/user/username/projects/myproject/app1/tsconfig.json' (Configured) -Info 48 [00:01:51.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/app1/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/app1/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/app1/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/app1/app.ts SVC-1-1 "let k = 1let x = 10;" /user/username/projects/myproject/core/core.ts Text-1 "let z = 10;" -Info 49 [00:01:52.000] ----------------------------------------------- -Info 50 [00:01:53.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/app2/tsconfig.json -Info 51 [00:01:54.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/app2/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 52 [00:01:55.000] Project '/user/username/projects/myproject/app2/tsconfig.json' (Configured) -Info 53 [00:01:56.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/app2/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/app2/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/app2/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/app2/app.ts SVC-1-1 "let k = 1let y = 10;" /user/username/projects/myproject/core/core.ts Text-1 "let z = 10;" -Info 54 [00:01:57.000] ----------------------------------------------- -Info 55 [00:01:58.000] Before ensureProjectForOpenFiles: -Info 56 [00:01:59.000] Project '/user/username/projects/myproject/app1/tsconfig.json' (Configured) -Info 56 [00:02:00.000] Files (3) - -Info 56 [00:02:01.000] ----------------------------------------------- -Info 56 [00:02:02.000] Project '/user/username/projects/myproject/app2/tsconfig.json' (Configured) -Info 56 [00:02:03.000] Files (3) - -Info 56 [00:02:04.000] ----------------------------------------------- -Info 56 [00:02:05.000] Open files: -Info 56 [00:02:06.000] FileName: /user/username/projects/myproject/app1/app.ts ProjectRootPath: undefined -Info 56 [00:02:07.000] Projects: /user/username/projects/myproject/app1/tsconfig.json -Info 56 [00:02:08.000] FileName: /user/username/projects/myproject/app2/app.ts ProjectRootPath: undefined -Info 56 [00:02:09.000] Projects: /user/username/projects/myproject/app2/tsconfig.json -Info 56 [00:02:10.000] FileName: /user/username/projects/myproject/core/core.ts ProjectRootPath: undefined -Info 56 [00:02:11.000] Projects: /user/username/projects/myproject/app1/tsconfig.json,/user/username/projects/myproject/app2/tsconfig.json -Info 56 [00:02:12.000] After ensureProjectForOpenFiles: -Info 57 [00:02:13.000] Project '/user/username/projects/myproject/app1/tsconfig.json' (Configured) -Info 57 [00:02:14.000] Files (3) - -Info 57 [00:02:15.000] ----------------------------------------------- -Info 57 [00:02:16.000] Project '/user/username/projects/myproject/app2/tsconfig.json' (Configured) -Info 57 [00:02:17.000] Files (3) - -Info 57 [00:02:18.000] ----------------------------------------------- -Info 57 [00:02:19.000] Open files: -Info 57 [00:02:20.000] FileName: /user/username/projects/myproject/app1/app.ts ProjectRootPath: undefined -Info 57 [00:02:21.000] Projects: /user/username/projects/myproject/app1/tsconfig.json -Info 57 [00:02:22.000] FileName: /user/username/projects/myproject/app2/app.ts ProjectRootPath: undefined -Info 57 [00:02:23.000] Projects: /user/username/projects/myproject/app2/tsconfig.json -Info 57 [00:02:24.000] FileName: /user/username/projects/myproject/core/core.ts ProjectRootPath: undefined -Info 57 [00:02:25.000] Projects: /user/username/projects/myproject/app1/tsconfig.json,/user/username/projects/myproject/app2/tsconfig.json -Info 57 [00:02:26.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/app1/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/app2/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/app1/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/app1/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/app2/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/app2/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/core/core.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/app1/tsconfig.json,/user/username/projects/myproject/app2/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/app1/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/app2/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/app1/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/app1/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/app2/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/app2/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/core/core.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/app1/tsconfig.json,/user/username/projects/myproject/app2/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { diff --git a/tests/baselines/reference/tsserver/compileOnSave/CompileOnSaveAffectedFileListRequest-when-projectFile-is-specified.js b/tests/baselines/reference/tsserver/compileOnSave/CompileOnSaveAffectedFileListRequest-when-projectFile-is-specified.js index 9e409df48494d..c101c25d76526 100644 --- a/tests/baselines/reference/tsserver/compileOnSave/CompileOnSaveAffectedFileListRequest-when-projectFile-is-specified.js +++ b/tests/baselines/reference/tsserver/compileOnSave/CompileOnSaveAffectedFileListRequest-when-projectFile-is-specified.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:33.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/lib/lib.d.ts] /// @@ -30,7 +30,7 @@ let y = 10; {"files":["app.ts","../core/core.ts"],"compilerOptions":{"outFile":"build/output.js"},"compileOnSave":true} -Info 1 [00:00:34.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -39,11 +39,11 @@ Info 1 [00:00:34.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:35.000] Search path: /user/username/projects/myproject/app1 -Info 3 [00:00:36.000] For info: /user/username/projects/myproject/app1/app.ts :: Config file name: /user/username/projects/myproject/app1/tsconfig.json -Info 4 [00:00:37.000] Creating configuration project /user/username/projects/myproject/app1/tsconfig.json -Info 5 [00:00:38.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app1/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/app1/tsconfig.json WatchType: Config file -Info 6 [00:00:39.000] Config: /user/username/projects/myproject/app1/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/app1 +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/app1/app.ts :: Config file name: /user/username/projects/myproject/app1/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/app1/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app1/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/app1/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/app1/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/app1/app.ts", "/user/username/projects/myproject/core/core.ts" @@ -53,16 +53,18 @@ Info 6 [00:00:39.000] Config: /user/username/projects/myproject/app1/tsconfig "configFilePath": "/user/username/projects/myproject/app1/tsconfig.json" } } -Info 7 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/core/core.ts 500 undefined WatchType: Closed Script info -Info 8 [00:00:41.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/app1/tsconfig.json -Info 9 [00:00:42.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app1/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app1/tsconfig.json WatchType: Type roots -Info 11 [00:00:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app1/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app1/tsconfig.json WatchType: Type roots -Info 12 [00:00:45.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app1/tsconfig.json WatchType: Type roots -Info 13 [00:00:46.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app1/tsconfig.json WatchType: Type roots -Info 14 [00:00:47.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/app1/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:48.000] Project '/user/username/projects/myproject/app1/tsconfig.json' (Configured) -Info 16 [00:00:49.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/core/core.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/app1/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app1/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app1/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app1/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app1/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app1/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app1/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app1/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app1/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/app1/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/app1/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/app1/app.ts SVC-1-0 "let x = 10;" /user/username/projects/myproject/core/core.ts Text-1 "let z = 10;" @@ -75,15 +77,15 @@ Info 16 [00:00:49.000] Files (3) ../core/core.ts Part of 'files' list in tsconfig.json -Info 17 [00:00:50.000] ----------------------------------------------- -Info 18 [00:00:51.000] Project '/user/username/projects/myproject/app1/tsconfig.json' (Configured) -Info 18 [00:00:52.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/app1/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 18 [00:00:53.000] ----------------------------------------------- -Info 18 [00:00:54.000] Open files: -Info 18 [00:00:55.000] FileName: /user/username/projects/myproject/app1/app.ts ProjectRootPath: undefined -Info 18 [00:00:56.000] Projects: /user/username/projects/myproject/app1/tsconfig.json -Info 18 [00:00:57.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/app1/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/app1/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -94,6 +96,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/app1/tsconfig.json: *new* @@ -105,7 +109,7 @@ FsWatches:: Before request -Info 19 [00:00:58.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -114,11 +118,11 @@ Info 19 [00:00:58.000] request: "seq": 2, "type": "request" } -Info 20 [00:00:59.000] Search path: /user/username/projects/myproject/app2 -Info 21 [00:01:00.000] For info: /user/username/projects/myproject/app2/app.ts :: Config file name: /user/username/projects/myproject/app2/tsconfig.json -Info 22 [00:01:01.000] Creating configuration project /user/username/projects/myproject/app2/tsconfig.json -Info 23 [00:01:02.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app2/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/app2/tsconfig.json WatchType: Config file -Info 24 [00:01:03.000] Config: /user/username/projects/myproject/app2/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/app2 +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/app2/app.ts :: Config file name: /user/username/projects/myproject/app2/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/app2/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app2/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/app2/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/app2/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/app2/app.ts", "/user/username/projects/myproject/core/core.ts" @@ -128,14 +132,16 @@ Info 24 [00:01:03.000] Config: /user/username/projects/myproject/app2/tsconfig "configFilePath": "/user/username/projects/myproject/app2/tsconfig.json" } } -Info 25 [00:01:04.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/app2/tsconfig.json -Info 26 [00:01:05.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app2/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app2/tsconfig.json WatchType: Type roots -Info 27 [00:01:06.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app2/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app2/tsconfig.json WatchType: Type roots -Info 28 [00:01:07.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app2/tsconfig.json WatchType: Type roots -Info 29 [00:01:08.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app2/tsconfig.json WatchType: Type roots -Info 30 [00:01:09.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/app2/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 31 [00:01:10.000] Project '/user/username/projects/myproject/app2/tsconfig.json' (Configured) -Info 32 [00:01:11.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/app2/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app2/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app2/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app2/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app2/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app2/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app2/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app2/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app2/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/app2/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/app2/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/app2/app.ts SVC-1-0 "let y = 10;" /user/username/projects/myproject/core/core.ts Text-1 "let z = 10;" @@ -148,21 +154,21 @@ Info 32 [00:01:11.000] Files (3) ../core/core.ts Part of 'files' list in tsconfig.json -Info 33 [00:01:12.000] ----------------------------------------------- -Info 34 [00:01:13.000] Project '/user/username/projects/myproject/app1/tsconfig.json' (Configured) -Info 34 [00:01:14.000] Files (3) - -Info 34 [00:01:15.000] ----------------------------------------------- -Info 34 [00:01:16.000] Project '/user/username/projects/myproject/app2/tsconfig.json' (Configured) -Info 34 [00:01:17.000] Files (3) - -Info 34 [00:01:18.000] ----------------------------------------------- -Info 34 [00:01:19.000] Open files: -Info 34 [00:01:20.000] FileName: /user/username/projects/myproject/app1/app.ts ProjectRootPath: undefined -Info 34 [00:01:21.000] Projects: /user/username/projects/myproject/app1/tsconfig.json -Info 34 [00:01:22.000] FileName: /user/username/projects/myproject/app2/app.ts ProjectRootPath: undefined -Info 34 [00:01:23.000] Projects: /user/username/projects/myproject/app2/tsconfig.json -Info 34 [00:01:24.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/app1/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/app2/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/app1/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/app1/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/app2/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/app2/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -173,6 +179,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/app2/node_modules/@types: *new* {"pollingInterval":500} @@ -188,7 +196,7 @@ FsWatches:: Before request -Info 35 [00:01:25.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -197,25 +205,25 @@ Info 35 [00:01:25.000] request: "seq": 3, "type": "request" } -Info 36 [00:01:26.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/core/core.ts 500 undefined WatchType: Closed Script info -Info 37 [00:01:27.000] Search path: /user/username/projects/myproject/core -Info 38 [00:01:28.000] For info: /user/username/projects/myproject/core/core.ts :: No config files found. -Info 39 [00:01:29.000] Project '/user/username/projects/myproject/app1/tsconfig.json' (Configured) -Info 39 [00:01:30.000] Files (3) - -Info 39 [00:01:31.000] ----------------------------------------------- -Info 39 [00:01:32.000] Project '/user/username/projects/myproject/app2/tsconfig.json' (Configured) -Info 39 [00:01:33.000] Files (3) - -Info 39 [00:01:34.000] ----------------------------------------------- -Info 39 [00:01:35.000] Open files: -Info 39 [00:01:36.000] FileName: /user/username/projects/myproject/app1/app.ts ProjectRootPath: undefined -Info 39 [00:01:37.000] Projects: /user/username/projects/myproject/app1/tsconfig.json -Info 39 [00:01:38.000] FileName: /user/username/projects/myproject/app2/app.ts ProjectRootPath: undefined -Info 39 [00:01:39.000] Projects: /user/username/projects/myproject/app2/tsconfig.json -Info 39 [00:01:40.000] FileName: /user/username/projects/myproject/core/core.ts ProjectRootPath: undefined -Info 39 [00:01:41.000] Projects: /user/username/projects/myproject/app1/tsconfig.json,/user/username/projects/myproject/app2/tsconfig.json -Info 39 [00:01:42.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/core/core.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/core +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/core/core.ts :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/app1/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/app2/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/app1/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/app1/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/app2/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/app2/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/core/core.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/app1/tsconfig.json,/user/username/projects/myproject/app2/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -226,6 +234,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/app2/node_modules/@types: {"pollingInterval":500} @@ -243,7 +253,7 @@ FsWatches *deleted*:: Before request -Info 40 [00:01:43.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { @@ -257,7 +267,7 @@ Info 40 [00:01:43.000] request: "seq": 4, "type": "request" } -Info 41 [00:01:44.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -265,7 +275,7 @@ After request Before request -Info 42 [00:01:45.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { @@ -279,7 +289,7 @@ Info 42 [00:01:45.000] request: "seq": 5, "type": "request" } -Info 43 [00:01:46.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -289,7 +299,7 @@ Project1 is dirty: true Project2 is dirty: true Before request -Info 44 [00:01:47.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -299,16 +309,16 @@ Info 44 [00:01:47.000] request: "seq": 6, "type": "request" } -Info 45 [00:01:48.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/app1/tsconfig.json -Info 46 [00:01:49.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/app1/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 47 [00:01:50.000] Project '/user/username/projects/myproject/app1/tsconfig.json' (Configured) -Info 48 [00:01:51.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/app1/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/app1/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/app1/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/app1/app.ts SVC-1-1 "let k = 1let x = 10;" /user/username/projects/myproject/core/core.ts Text-1 "let z = 10;" -Info 49 [00:01:52.000] ----------------------------------------------- -Info 50 [00:01:53.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": [ { diff --git a/tests/baselines/reference/tsserver/compileOnSave/compileOnSaveAffectedFileList-projectUsesOutFile-should-be-true-if-out-is-set.js b/tests/baselines/reference/tsserver/compileOnSave/compileOnSaveAffectedFileList-projectUsesOutFile-should-be-true-if-out-is-set.js index f8cca01d38ebb..1711ac390442e 100644 --- a/tests/baselines/reference/tsserver/compileOnSave/compileOnSaveAffectedFileList-projectUsesOutFile-should-be-true-if-out-is-set.js +++ b/tests/baselines/reference/tsserver/compileOnSave/compileOnSaveAffectedFileList-projectUsesOutFile-should-be-true-if-out-is-set.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:11.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/a.ts] let x = 1 @@ -11,7 +11,7 @@ let y = 1 {"compilerOptions":{"out":"/a/out.js"},"compileOnSave":true} -Info 1 [00:00:12.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -20,11 +20,11 @@ Info 1 [00:00:12.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:13.000] Search path: /a -Info 3 [00:00:14.000] For info: /a/a.ts :: Config file name: /a/tsconfig.json -Info 4 [00:00:15.000] Creating configuration project /a/tsconfig.json -Info 5 [00:00:16.000] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 6 [00:00:17.000] Config: /a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/a.ts :: Config file name: /a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/tsconfig.json : { "rootNames": [ "/a/a.ts", "/a/b.ts" @@ -34,16 +34,14 @@ Info 6 [00:00:17.000] Config: /a/tsconfig.json : { "configFilePath": "/a/tsconfig.json" } } -Info 7 [00:00:18.000] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:19.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:20.000] FileWatcher:: Added:: WatchInfo: /a/b.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:21.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 11 [00:00:22.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 12 [00:00:23.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 13 [00:00:24.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 14 [00:00:25.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:26.000] Project '/a/tsconfig.json' (Configured) -Info 16 [00:00:27.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/a.ts SVC-1-0 "let x = 1" /a/b.ts Text-1 "let y = 1" @@ -53,15 +51,15 @@ Info 16 [00:00:27.000] Files (2) b.ts Matched by default include pattern '**/*' -Info 17 [00:00:28.000] ----------------------------------------------- -Info 18 [00:00:29.000] Project '/a/tsconfig.json' (Configured) -Info 18 [00:00:30.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 18 [00:00:31.000] ----------------------------------------------- -Info 18 [00:00:32.000] Open files: -Info 18 [00:00:33.000] FileName: /a/a.ts ProjectRootPath: undefined -Info 18 [00:00:34.000] Projects: /a/tsconfig.json -Info 18 [00:00:35.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -70,8 +68,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/tsconfig.json: *new* @@ -85,7 +81,7 @@ FsWatchesRecursive:: Before request -Info 19 [00:00:36.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -94,23 +90,23 @@ Info 19 [00:00:36.000] request: "seq": 2, "type": "request" } -Info 20 [00:00:37.000] Before ensureProjectForOpenFiles: -Info 21 [00:00:38.000] Project '/a/tsconfig.json' (Configured) -Info 21 [00:00:39.000] Files (2) +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 21 [00:00:40.000] ----------------------------------------------- -Info 21 [00:00:41.000] Open files: -Info 21 [00:00:42.000] FileName: /a/a.ts ProjectRootPath: undefined -Info 21 [00:00:43.000] Projects: /a/tsconfig.json -Info 21 [00:00:44.000] After ensureProjectForOpenFiles: -Info 22 [00:00:45.000] Project '/a/tsconfig.json' (Configured) -Info 22 [00:00:46.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 22 [00:00:47.000] ----------------------------------------------- -Info 22 [00:00:48.000] Open files: -Info 22 [00:00:49.000] FileName: /a/a.ts ProjectRootPath: undefined -Info 22 [00:00:50.000] Projects: /a/tsconfig.json -Info 22 [00:00:51.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { diff --git a/tests/baselines/reference/tsserver/compileOnSave/compileOnSaveAffectedFileList-projectUsesOutFile-should-be-true-if-outFile-is-set.js b/tests/baselines/reference/tsserver/compileOnSave/compileOnSaveAffectedFileList-projectUsesOutFile-should-be-true-if-outFile-is-set.js index 844c2029b620c..ce27242735adb 100644 --- a/tests/baselines/reference/tsserver/compileOnSave/compileOnSaveAffectedFileList-projectUsesOutFile-should-be-true-if-outFile-is-set.js +++ b/tests/baselines/reference/tsserver/compileOnSave/compileOnSaveAffectedFileList-projectUsesOutFile-should-be-true-if-outFile-is-set.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:11.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/a.ts] let x = 1 @@ -11,7 +11,7 @@ let y = 1 {"compilerOptions":{"outFile":"/a/out.js"},"compileOnSave":true} -Info 1 [00:00:12.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -20,11 +20,11 @@ Info 1 [00:00:12.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:13.000] Search path: /a -Info 3 [00:00:14.000] For info: /a/a.ts :: Config file name: /a/tsconfig.json -Info 4 [00:00:15.000] Creating configuration project /a/tsconfig.json -Info 5 [00:00:16.000] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 6 [00:00:17.000] Config: /a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/a.ts :: Config file name: /a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/tsconfig.json : { "rootNames": [ "/a/a.ts", "/a/b.ts" @@ -34,16 +34,14 @@ Info 6 [00:00:17.000] Config: /a/tsconfig.json : { "configFilePath": "/a/tsconfig.json" } } -Info 7 [00:00:18.000] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:19.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:20.000] FileWatcher:: Added:: WatchInfo: /a/b.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:21.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 11 [00:00:22.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 12 [00:00:23.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 13 [00:00:24.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 14 [00:00:25.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:26.000] Project '/a/tsconfig.json' (Configured) -Info 16 [00:00:27.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/a.ts SVC-1-0 "let x = 1" /a/b.ts Text-1 "let y = 1" @@ -53,15 +51,15 @@ Info 16 [00:00:27.000] Files (2) b.ts Matched by default include pattern '**/*' -Info 17 [00:00:28.000] ----------------------------------------------- -Info 18 [00:00:29.000] Project '/a/tsconfig.json' (Configured) -Info 18 [00:00:30.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 18 [00:00:31.000] ----------------------------------------------- -Info 18 [00:00:32.000] Open files: -Info 18 [00:00:33.000] FileName: /a/a.ts ProjectRootPath: undefined -Info 18 [00:00:34.000] Projects: /a/tsconfig.json -Info 18 [00:00:35.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -70,8 +68,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/tsconfig.json: *new* @@ -85,7 +81,7 @@ FsWatchesRecursive:: Before request -Info 19 [00:00:36.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -94,23 +90,23 @@ Info 19 [00:00:36.000] request: "seq": 2, "type": "request" } -Info 20 [00:00:37.000] Before ensureProjectForOpenFiles: -Info 21 [00:00:38.000] Project '/a/tsconfig.json' (Configured) -Info 21 [00:00:39.000] Files (2) +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 21 [00:00:40.000] ----------------------------------------------- -Info 21 [00:00:41.000] Open files: -Info 21 [00:00:42.000] FileName: /a/a.ts ProjectRootPath: undefined -Info 21 [00:00:43.000] Projects: /a/tsconfig.json -Info 21 [00:00:44.000] After ensureProjectForOpenFiles: -Info 22 [00:00:45.000] Project '/a/tsconfig.json' (Configured) -Info 22 [00:00:46.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 22 [00:00:47.000] ----------------------------------------------- -Info 22 [00:00:48.000] Open files: -Info 22 [00:00:49.000] FileName: /a/a.ts ProjectRootPath: undefined -Info 22 [00:00:50.000] Projects: /a/tsconfig.json -Info 22 [00:00:51.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { diff --git a/tests/baselines/reference/tsserver/compileOnSave/compileOnSaveAffectedFileList-projectUsesOutFile-should-not-be-returned-if-not-set.js b/tests/baselines/reference/tsserver/compileOnSave/compileOnSaveAffectedFileList-projectUsesOutFile-should-not-be-returned-if-not-set.js index a2f666142d29e..5b6f865585016 100644 --- a/tests/baselines/reference/tsserver/compileOnSave/compileOnSaveAffectedFileList-projectUsesOutFile-should-not-be-returned-if-not-set.js +++ b/tests/baselines/reference/tsserver/compileOnSave/compileOnSaveAffectedFileList-projectUsesOutFile-should-not-be-returned-if-not-set.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:11.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/a.ts] let x = 1 @@ -11,7 +11,7 @@ let y = 1 {"compilerOptions":{},"compileOnSave":true} -Info 1 [00:00:12.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -20,11 +20,11 @@ Info 1 [00:00:12.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:13.000] Search path: /a -Info 3 [00:00:14.000] For info: /a/a.ts :: Config file name: /a/tsconfig.json -Info 4 [00:00:15.000] Creating configuration project /a/tsconfig.json -Info 5 [00:00:16.000] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 6 [00:00:17.000] Config: /a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/a.ts :: Config file name: /a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/tsconfig.json : { "rootNames": [ "/a/a.ts", "/a/b.ts" @@ -33,16 +33,14 @@ Info 6 [00:00:17.000] Config: /a/tsconfig.json : { "configFilePath": "/a/tsconfig.json" } } -Info 7 [00:00:18.000] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:19.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:20.000] FileWatcher:: Added:: WatchInfo: /a/b.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:21.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 11 [00:00:22.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 12 [00:00:23.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 13 [00:00:24.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 14 [00:00:25.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:26.000] Project '/a/tsconfig.json' (Configured) -Info 16 [00:00:27.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/a.ts SVC-1-0 "let x = 1" /a/b.ts Text-1 "let y = 1" @@ -52,15 +50,15 @@ Info 16 [00:00:27.000] Files (2) b.ts Matched by default include pattern '**/*' -Info 17 [00:00:28.000] ----------------------------------------------- -Info 18 [00:00:29.000] Project '/a/tsconfig.json' (Configured) -Info 18 [00:00:30.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 18 [00:00:31.000] ----------------------------------------------- -Info 18 [00:00:32.000] Open files: -Info 18 [00:00:33.000] FileName: /a/a.ts ProjectRootPath: undefined -Info 18 [00:00:34.000] Projects: /a/tsconfig.json -Info 18 [00:00:35.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -69,8 +67,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/tsconfig.json: *new* @@ -84,7 +80,7 @@ FsWatchesRecursive:: Before request -Info 19 [00:00:36.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -93,23 +89,23 @@ Info 19 [00:00:36.000] request: "seq": 2, "type": "request" } -Info 20 [00:00:37.000] Before ensureProjectForOpenFiles: -Info 21 [00:00:38.000] Project '/a/tsconfig.json' (Configured) -Info 21 [00:00:39.000] Files (2) +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 21 [00:00:40.000] ----------------------------------------------- -Info 21 [00:00:41.000] Open files: -Info 21 [00:00:42.000] FileName: /a/a.ts ProjectRootPath: undefined -Info 21 [00:00:43.000] Projects: /a/tsconfig.json -Info 21 [00:00:44.000] After ensureProjectForOpenFiles: -Info 22 [00:00:45.000] Project '/a/tsconfig.json' (Configured) -Info 22 [00:00:46.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 22 [00:00:47.000] ----------------------------------------------- -Info 22 [00:00:48.000] Open files: -Info 22 [00:00:49.000] FileName: /a/a.ts ProjectRootPath: undefined -Info 22 [00:00:50.000] Projects: /a/tsconfig.json -Info 22 [00:00:51.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { diff --git a/tests/baselines/reference/tsserver/compileOnSave/configProjects-all-projects-without-projectPath.js b/tests/baselines/reference/tsserver/compileOnSave/configProjects-all-projects-without-projectPath.js index 021fbf9fe128c..0650fbf7bf194 100644 --- a/tests/baselines/reference/tsserver/compileOnSave/configProjects-all-projects-without-projectPath.js +++ b/tests/baselines/reference/tsserver/compileOnSave/configProjects-all-projects-without-projectPath.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:19.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/b/file1.ts] export var t = 10; @@ -17,7 +17,7 @@ import {t} from "../b/file1"; var t3 = 11; { "compileOnSave": true } -Info 1 [00:00:20.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -26,11 +26,11 @@ Info 1 [00:00:20.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:21.000] Search path: /a/b -Info 3 [00:00:22.000] For info: /a/b/file1.ts :: Config file name: /a/b/tsconfig.json -Info 4 [00:00:23.000] Creating configuration project /a/b/tsconfig.json -Info 5 [00:00:24.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 6 [00:00:25.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/file1.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/b/tsconfig.json : { "rootNames": [ "/a/b/file1.ts", "/a/b/file2.ts" @@ -39,16 +39,14 @@ Info 6 [00:00:25.000] Config: /a/b/tsconfig.json : { "configFilePath": "/a/b/tsconfig.json" } } -Info 7 [00:00:26.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:27.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:28.000] FileWatcher:: Added:: WatchInfo: /a/b/file2.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:29.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 11 [00:00:30.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 12 [00:00:31.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 13 [00:00:32.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 14 [00:00:33.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:34.000] Project '/a/b/tsconfig.json' (Configured) -Info 16 [00:00:35.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/file2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/b/file1.ts SVC-1-0 "export var t = 10;" /a/b/file2.ts Text-1 "import {t} from \"./file1\"; var t2 = 11;" @@ -59,15 +57,15 @@ Info 16 [00:00:35.000] Files (2) file2.ts Matched by default include pattern '**/*' -Info 17 [00:00:36.000] ----------------------------------------------- -Info 18 [00:00:37.000] Project '/a/b/tsconfig.json' (Configured) -Info 18 [00:00:38.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 18 [00:00:39.000] ----------------------------------------------- -Info 18 [00:00:40.000] Open files: -Info 18 [00:00:41.000] FileName: /a/b/file1.ts ProjectRootPath: undefined -Info 18 [00:00:42.000] Projects: /a/b/tsconfig.json -Info 18 [00:00:43.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -76,8 +74,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/b/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/b/tsconfig.json: *new* @@ -91,7 +87,7 @@ FsWatchesRecursive:: Before request -Info 19 [00:00:44.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -100,19 +96,19 @@ Info 19 [00:00:44.000] request: "seq": 2, "type": "request" } -Info 20 [00:00:45.000] FileWatcher:: Close:: WatchInfo: /a/b/file2.ts 500 undefined WatchType: Closed Script info -Info 21 [00:00:46.000] Search path: /a/b -Info 22 [00:00:47.000] For info: /a/b/file2.ts :: Config file name: /a/b/tsconfig.json -Info 23 [00:00:48.000] Project '/a/b/tsconfig.json' (Configured) -Info 23 [00:00:49.000] Files (2) - -Info 23 [00:00:50.000] ----------------------------------------------- -Info 23 [00:00:51.000] Open files: -Info 23 [00:00:52.000] FileName: /a/b/file1.ts ProjectRootPath: undefined -Info 23 [00:00:53.000] Projects: /a/b/tsconfig.json -Info 23 [00:00:54.000] FileName: /a/b/file2.ts ProjectRootPath: undefined -Info 23 [00:00:55.000] Projects: /a/b/tsconfig.json -Info 23 [00:00:56.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/file2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/file2.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /a/b/file2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -121,8 +117,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/a/b/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/b/tsconfig.json: @@ -138,7 +132,7 @@ FsWatchesRecursive:: Before request -Info 24 [00:00:57.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -147,11 +141,11 @@ Info 24 [00:00:57.000] request: "seq": 3, "type": "request" } -Info 25 [00:00:58.000] Search path: /a/c -Info 26 [00:00:59.000] For info: /a/c/file2.ts :: Config file name: /a/c/tsconfig.json -Info 27 [00:01:00.000] Creating configuration project /a/c/tsconfig.json -Info 28 [00:01:01.000] FileWatcher:: Added:: WatchInfo: /a/c/tsconfig.json 2000 undefined Project: /a/c/tsconfig.json WatchType: Config file -Info 29 [00:01:02.000] Config: /a/c/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a/c +Info seq [hh:mm:ss:mss] For info: /a/c/file2.ts :: Config file name: /a/c/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/c/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/c/tsconfig.json 2000 undefined Project: /a/c/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/c/tsconfig.json : { "rootNames": [ "/a/c/file2.ts" ], @@ -159,15 +153,13 @@ Info 29 [00:01:02.000] Config: /a/c/tsconfig.json : { "configFilePath": "/a/c/tsconfig.json" } } -Info 30 [00:01:03.000] DirectoryWatcher:: Added:: WatchInfo: /a/c 1 undefined Config: /a/c/tsconfig.json WatchType: Wild card directory -Info 31 [00:01:04.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/c 1 undefined Config: /a/c/tsconfig.json WatchType: Wild card directory -Info 32 [00:01:05.000] Starting updateGraphWorker: Project: /a/c/tsconfig.json -Info 33 [00:01:06.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/c/tsconfig.json WatchType: Missing file -Info 34 [00:01:07.000] DirectoryWatcher:: Added:: WatchInfo: /a/c/node_modules/@types 1 undefined Project: /a/c/tsconfig.json WatchType: Type roots -Info 35 [00:01:08.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/c/node_modules/@types 1 undefined Project: /a/c/tsconfig.json WatchType: Type roots -Info 36 [00:01:09.000] Finishing updateGraphWorker: Project: /a/c/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 37 [00:01:10.000] Project '/a/c/tsconfig.json' (Configured) -Info 38 [00:01:11.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/c 1 undefined Config: /a/c/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/c 1 undefined Config: /a/c/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/c/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/c/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/c/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/c/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/b/file1.ts SVC-1-0 "export var t = 10;" /a/c/file2.ts SVC-1-0 "import {t} from \"../b/file1\"; var t3 = 11;" @@ -177,23 +169,23 @@ Info 38 [00:01:11.000] Files (2) file2.ts Matched by default include pattern '**/*' -Info 39 [00:01:12.000] ----------------------------------------------- -Info 40 [00:01:13.000] Project '/a/b/tsconfig.json' (Configured) -Info 40 [00:01:14.000] Files (2) - -Info 40 [00:01:15.000] ----------------------------------------------- -Info 40 [00:01:16.000] Project '/a/c/tsconfig.json' (Configured) -Info 40 [00:01:17.000] Files (2) - -Info 40 [00:01:18.000] ----------------------------------------------- -Info 40 [00:01:19.000] Open files: -Info 40 [00:01:20.000] FileName: /a/b/file1.ts ProjectRootPath: undefined -Info 40 [00:01:21.000] Projects: /a/b/tsconfig.json,/a/c/tsconfig.json -Info 40 [00:01:22.000] FileName: /a/b/file2.ts ProjectRootPath: undefined -Info 40 [00:01:23.000] Projects: /a/b/tsconfig.json -Info 40 [00:01:24.000] FileName: /a/c/file2.ts ProjectRootPath: undefined -Info 40 [00:01:25.000] Projects: /a/c/tsconfig.json -Info 40 [00:01:26.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/c/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json,/a/c/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /a/b/file2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /a/c/file2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/c/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -202,10 +194,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/a/b/node_modules/@types: - {"pollingInterval":500} -/a/c/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/b/tsconfig.json: @@ -221,7 +209,7 @@ FsWatchesRecursive:: Before request -Info 41 [00:01:27.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -230,39 +218,39 @@ Info 41 [00:01:27.000] request: "seq": 4, "type": "request" } -Info 42 [00:01:28.000] Before ensureProjectForOpenFiles: -Info 43 [00:01:29.000] Project '/a/b/tsconfig.json' (Configured) -Info 43 [00:01:30.000] Files (2) - -Info 43 [00:01:31.000] ----------------------------------------------- -Info 43 [00:01:32.000] Project '/a/c/tsconfig.json' (Configured) -Info 43 [00:01:33.000] Files (2) - -Info 43 [00:01:34.000] ----------------------------------------------- -Info 43 [00:01:35.000] Open files: -Info 43 [00:01:36.000] FileName: /a/b/file1.ts ProjectRootPath: undefined -Info 43 [00:01:37.000] Projects: /a/b/tsconfig.json,/a/c/tsconfig.json -Info 43 [00:01:38.000] FileName: /a/b/file2.ts ProjectRootPath: undefined -Info 43 [00:01:39.000] Projects: /a/b/tsconfig.json -Info 43 [00:01:40.000] FileName: /a/c/file2.ts ProjectRootPath: undefined -Info 43 [00:01:41.000] Projects: /a/c/tsconfig.json -Info 43 [00:01:42.000] After ensureProjectForOpenFiles: -Info 44 [00:01:43.000] Project '/a/b/tsconfig.json' (Configured) -Info 44 [00:01:44.000] Files (2) - -Info 44 [00:01:45.000] ----------------------------------------------- -Info 44 [00:01:46.000] Project '/a/c/tsconfig.json' (Configured) -Info 44 [00:01:47.000] Files (2) - -Info 44 [00:01:48.000] ----------------------------------------------- -Info 44 [00:01:49.000] Open files: -Info 44 [00:01:50.000] FileName: /a/b/file1.ts ProjectRootPath: undefined -Info 44 [00:01:51.000] Projects: /a/b/tsconfig.json,/a/c/tsconfig.json -Info 44 [00:01:52.000] FileName: /a/b/file2.ts ProjectRootPath: undefined -Info 44 [00:01:53.000] Projects: /a/b/tsconfig.json -Info 44 [00:01:54.000] FileName: /a/c/file2.ts ProjectRootPath: undefined -Info 44 [00:01:55.000] Projects: /a/c/tsconfig.json -Info 44 [00:01:56.000] response: +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/c/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json,/a/c/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /a/b/file2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /a/c/file2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/c/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/c/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json,/a/c/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /a/b/file2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /a/c/file2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/c/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { diff --git a/tests/baselines/reference/tsserver/compileOnSave/configProjects-cascaded-affected-file-list.js b/tests/baselines/reference/tsserver/compileOnSave/configProjects-cascaded-affected-file-list.js index cdaa044289759..f580413ccb591 100644 --- a/tests/baselines/reference/tsserver/compileOnSave/configProjects-cascaded-affected-file-list.js +++ b/tests/baselines/reference/tsserver/compileOnSave/configProjects-cascaded-affected-file-list.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:21.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/b/moduleFile1.ts] export function Foo() { }; @@ -32,7 +32,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:22.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -41,11 +41,11 @@ Info 1 [00:00:22.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:23.000] Search path: /a/b -Info 3 [00:00:24.000] For info: /a/b/moduleFile1.ts :: Config file name: /a/b/tsconfig.json -Info 4 [00:00:25.000] Creating configuration project /a/b/tsconfig.json -Info 5 [00:00:26.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 6 [00:00:27.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/moduleFile1.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/b/tsconfig.json : { "rootNames": [ "/a/b/file1Consumer1.ts", "/a/b/file1Consumer1Consumer1.ts", @@ -56,18 +56,16 @@ Info 6 [00:00:27.000] Config: /a/b/tsconfig.json : { "configFilePath": "/a/b/tsconfig.json" } } -Info 7 [00:00:28.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:29.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:30.000] FileWatcher:: Added:: WatchInfo: /a/b/file1Consumer1.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:31.000] FileWatcher:: Added:: WatchInfo: /a/b/file1Consumer1Consumer1.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:32.000] FileWatcher:: Added:: WatchInfo: /a/b/globalFile3.ts 500 undefined WatchType: Closed Script info -Info 12 [00:00:33.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 13 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 14 [00:00:35.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 15 [00:00:36.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 16 [00:00:37.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 17 [00:00:38.000] Project '/a/b/tsconfig.json' (Configured) -Info 18 [00:00:39.000] Files (5) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/file1Consumer1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/file1Consumer1Consumer1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/globalFile3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/moduleFile1.ts SVC-1-0 "export function Foo() { };" /a/b/file1Consumer1.ts Text-1 "import {Foo} from \"./moduleFile1\"; export var y = 10;" @@ -88,24 +86,20 @@ Info 18 [00:00:39.000] Files (5) globalFile3.ts Matched by default include pattern '**/*' -Info 19 [00:00:40.000] ----------------------------------------------- -Info 20 [00:00:41.000] Project '/a/b/tsconfig.json' (Configured) -Info 20 [00:00:42.000] Files (5) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) -Info 20 [00:00:43.000] ----------------------------------------------- -Info 20 [00:00:44.000] Open files: -Info 20 [00:00:45.000] FileName: /a/b/moduleFile1.ts ProjectRootPath: undefined -Info 20 [00:00:46.000] Projects: /a/b/tsconfig.json -Info 20 [00:00:47.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/moduleFile1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request -PolledWatches:: -/a/b/node_modules/@types: *new* - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: *new* {} @@ -124,7 +118,7 @@ FsWatchesRecursive:: Before request -Info 21 [00:00:48.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -133,28 +127,24 @@ Info 21 [00:00:48.000] request: "seq": 2, "type": "request" } -Info 22 [00:00:49.000] FileWatcher:: Close:: WatchInfo: /a/b/file1Consumer1.ts 500 undefined WatchType: Closed Script info -Info 23 [00:00:50.000] Search path: /a/b -Info 24 [00:00:51.000] For info: /a/b/file1Consumer1.ts :: Config file name: /a/b/tsconfig.json -Info 25 [00:00:52.000] Project '/a/b/tsconfig.json' (Configured) -Info 25 [00:00:53.000] Files (5) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/file1Consumer1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/file1Consumer1.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) -Info 25 [00:00:54.000] ----------------------------------------------- -Info 25 [00:00:55.000] Open files: -Info 25 [00:00:56.000] FileName: /a/b/moduleFile1.ts ProjectRootPath: undefined -Info 25 [00:00:57.000] Projects: /a/b/tsconfig.json -Info 25 [00:00:58.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 25 [00:00:59.000] Projects: /a/b/tsconfig.json -Info 25 [00:01:00.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/moduleFile1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request -PolledWatches:: -/a/b/node_modules/@types: - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: {} @@ -175,7 +165,7 @@ FsWatchesRecursive:: Before request -Info 26 [00:01:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -185,7 +175,7 @@ Info 26 [00:01:01.000] request: "seq": 3, "type": "request" } -Info 27 [00:01:02.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -204,7 +194,7 @@ After request Before request -Info 28 [00:01:03.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { @@ -218,7 +208,7 @@ Info 28 [00:01:03.000] request: "seq": 4, "type": "request" } -Info 29 [00:01:04.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -226,7 +216,7 @@ After request Before request -Info 30 [00:01:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { @@ -240,7 +230,7 @@ Info 30 [00:01:05.000] request: "seq": 5, "type": "request" } -Info 31 [00:01:06.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -248,7 +238,7 @@ After request Before request -Info 32 [00:01:07.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -258,18 +248,18 @@ Info 32 [00:01:07.000] request: "seq": 6, "type": "request" } -Info 33 [00:01:08.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 34 [00:01:09.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 35 [00:01:10.000] Project '/a/b/tsconfig.json' (Configured) -Info 36 [00:01:11.000] Files (5) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/moduleFile1.ts SVC-1-1 "export var T: number;export function Foo() { };" /a/b/file1Consumer1.ts SVC-2-1 "import {Foo} from \"./moduleFile1\"; export var y = 10;export var T: number;" /a/b/file1Consumer1Consumer1.ts Text-1 "import {y} from \"./file1Consumer1\";" /a/b/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" -Info 37 [00:01:12.000] ----------------------------------------------- -Info 38 [00:01:13.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": [ { diff --git a/tests/baselines/reference/tsserver/compileOnSave/configProjects-circular-references.js b/tests/baselines/reference/tsserver/compileOnSave/configProjects-circular-references.js index 26da43ad81b1e..bdfbd2eb20a8c 100644 --- a/tests/baselines/reference/tsserver/compileOnSave/configProjects-circular-references.js +++ b/tests/baselines/reference/tsserver/compileOnSave/configProjects-circular-references.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:13.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/b/file1.ts] @@ -17,7 +17,7 @@ Before request } -Info 1 [00:00:14.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -26,11 +26,11 @@ Info 1 [00:00:14.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:15.000] Search path: /a/b -Info 3 [00:00:16.000] For info: /a/b/file1.ts :: Config file name: /a/b/tsconfig.json -Info 4 [00:00:17.000] Creating configuration project /a/b/tsconfig.json -Info 5 [00:00:18.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 6 [00:00:19.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/file1.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/b/tsconfig.json : { "rootNames": [ "/a/b/file1.ts", "/a/b/file2.ts" @@ -39,16 +39,14 @@ Info 6 [00:00:19.000] Config: /a/b/tsconfig.json : { "configFilePath": "/a/b/tsconfig.json" } } -Info 7 [00:00:20.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:21.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:22.000] FileWatcher:: Added:: WatchInfo: /a/b/file2.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:23.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 11 [00:00:24.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 12 [00:00:25.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 13 [00:00:26.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 14 [00:00:27.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:28.000] Project '/a/b/tsconfig.json' (Configured) -Info 16 [00:00:29.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/file2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/b/file2.ts Text-1 "\n /// \n export var t2 = 10;" /a/b/file1.ts SVC-1-0 "\n /// \n export var t1 = 10;" @@ -60,15 +58,15 @@ Info 16 [00:00:29.000] Files (2) Matched by default include pattern '**/*' Referenced via './file1.ts' from file 'file2.ts' -Info 17 [00:00:30.000] ----------------------------------------------- -Info 18 [00:00:31.000] Project '/a/b/tsconfig.json' (Configured) -Info 18 [00:00:32.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 18 [00:00:33.000] ----------------------------------------------- -Info 18 [00:00:34.000] Open files: -Info 18 [00:00:35.000] FileName: /a/b/file1.ts ProjectRootPath: undefined -Info 18 [00:00:36.000] Projects: /a/b/tsconfig.json -Info 18 [00:00:37.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -77,8 +75,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/b/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/b/tsconfig.json: *new* @@ -92,7 +88,7 @@ FsWatchesRecursive:: Before request -Info 19 [00:00:38.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -101,19 +97,19 @@ Info 19 [00:00:38.000] request: "seq": 2, "type": "request" } -Info 20 [00:00:39.000] FileWatcher:: Close:: WatchInfo: /a/b/file2.ts 500 undefined WatchType: Closed Script info -Info 21 [00:00:40.000] Search path: /a/b -Info 22 [00:00:41.000] For info: /a/b/file2.ts :: Config file name: /a/b/tsconfig.json -Info 23 [00:00:42.000] Project '/a/b/tsconfig.json' (Configured) -Info 23 [00:00:43.000] Files (2) - -Info 23 [00:00:44.000] ----------------------------------------------- -Info 23 [00:00:45.000] Open files: -Info 23 [00:00:46.000] FileName: /a/b/file1.ts ProjectRootPath: undefined -Info 23 [00:00:47.000] Projects: /a/b/tsconfig.json -Info 23 [00:00:48.000] FileName: /a/b/file2.ts ProjectRootPath: undefined -Info 23 [00:00:49.000] Projects: /a/b/tsconfig.json -Info 23 [00:00:50.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/file2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/file2.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /a/b/file2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -122,8 +118,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/a/b/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/b/tsconfig.json: @@ -139,7 +133,7 @@ FsWatchesRecursive:: Before request -Info 24 [00:00:51.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -148,27 +142,27 @@ Info 24 [00:00:51.000] request: "seq": 3, "type": "request" } -Info 25 [00:00:52.000] Before ensureProjectForOpenFiles: -Info 26 [00:00:53.000] Project '/a/b/tsconfig.json' (Configured) -Info 26 [00:00:54.000] Files (2) - -Info 26 [00:00:55.000] ----------------------------------------------- -Info 26 [00:00:56.000] Open files: -Info 26 [00:00:57.000] FileName: /a/b/file1.ts ProjectRootPath: undefined -Info 26 [00:00:58.000] Projects: /a/b/tsconfig.json -Info 26 [00:00:59.000] FileName: /a/b/file2.ts ProjectRootPath: undefined -Info 26 [00:01:00.000] Projects: /a/b/tsconfig.json -Info 26 [00:01:01.000] After ensureProjectForOpenFiles: -Info 27 [00:01:02.000] Project '/a/b/tsconfig.json' (Configured) -Info 27 [00:01:03.000] Files (2) - -Info 27 [00:01:04.000] ----------------------------------------------- -Info 27 [00:01:05.000] Open files: -Info 27 [00:01:06.000] FileName: /a/b/file1.ts ProjectRootPath: undefined -Info 27 [00:01:07.000] Projects: /a/b/tsconfig.json -Info 27 [00:01:08.000] FileName: /a/b/file2.ts ProjectRootPath: undefined -Info 27 [00:01:09.000] Projects: /a/b/tsconfig.json -Info 27 [00:01:10.000] response: +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /a/b/file2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /a/b/file2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { diff --git a/tests/baselines/reference/tsserver/compileOnSave/configProjects-compileOnSave-disabled.js b/tests/baselines/reference/tsserver/compileOnSave/configProjects-compileOnSave-disabled.js index 2b1b4774406f1..351b826eb5c76 100644 --- a/tests/baselines/reference/tsserver/compileOnSave/configProjects-compileOnSave-disabled.js +++ b/tests/baselines/reference/tsserver/compileOnSave/configProjects-compileOnSave-disabled.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:19.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/b/moduleFile1.ts] export function Foo() { }; @@ -27,7 +27,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:20.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -36,11 +36,11 @@ Info 1 [00:00:20.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:21.000] Search path: /a/b -Info 3 [00:00:22.000] For info: /a/b/moduleFile1.ts :: Config file name: /a/b/tsconfig.json -Info 4 [00:00:23.000] Creating configuration project /a/b/tsconfig.json -Info 5 [00:00:24.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 6 [00:00:25.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/moduleFile1.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/b/tsconfig.json : { "rootNames": [ "/a/b/file1Consumer1.ts", "/a/b/file1Consumer2.ts", @@ -50,17 +50,15 @@ Info 6 [00:00:25.000] Config: /a/b/tsconfig.json : { "configFilePath": "/a/b/tsconfig.json" } } -Info 7 [00:00:26.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:27.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:28.000] FileWatcher:: Added:: WatchInfo: /a/b/file1Consumer1.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:29.000] FileWatcher:: Added:: WatchInfo: /a/b/file1Consumer2.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:30.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 12 [00:00:31.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 13 [00:00:32.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 14 [00:00:33.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 15 [00:00:34.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:00:35.000] Project '/a/b/tsconfig.json' (Configured) -Info 17 [00:00:36.000] Files (4) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/file1Consumer1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/file1Consumer2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/moduleFile1.ts SVC-1-0 "export function Foo() { };" /a/b/file1Consumer1.ts Text-1 "import {Foo} from \"./moduleFile1\"; export var y = 10;" @@ -78,24 +76,20 @@ Info 17 [00:00:36.000] Files (4) file1Consumer2.ts Matched by default include pattern '**/*' -Info 18 [00:00:37.000] ----------------------------------------------- -Info 19 [00:00:38.000] Project '/a/b/tsconfig.json' (Configured) -Info 19 [00:00:39.000] Files (4) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) -Info 19 [00:00:40.000] ----------------------------------------------- -Info 19 [00:00:41.000] Open files: -Info 19 [00:00:42.000] FileName: /a/b/moduleFile1.ts ProjectRootPath: undefined -Info 19 [00:00:43.000] Projects: /a/b/tsconfig.json -Info 19 [00:00:44.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/moduleFile1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request -PolledWatches:: -/a/b/node_modules/@types: *new* - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: *new* {} @@ -112,7 +106,7 @@ FsWatchesRecursive:: Before request -Info 20 [00:00:45.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -122,7 +116,7 @@ Info 20 [00:00:45.000] request: "seq": 2, "type": "request" } -Info 21 [00:00:46.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [], "responseRequired": true diff --git a/tests/baselines/reference/tsserver/compileOnSave/configProjects-compileOnSave-in-base-tsconfig.js b/tests/baselines/reference/tsserver/compileOnSave/configProjects-compileOnSave-in-base-tsconfig.js index 7c7c9e9611b9d..b7c8124457f29 100644 --- a/tests/baselines/reference/tsserver/compileOnSave/configProjects-compileOnSave-in-base-tsconfig.js +++ b/tests/baselines/reference/tsserver/compileOnSave/configProjects-compileOnSave-in-base-tsconfig.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:21.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/b/moduleFile1.ts] export function Foo() { }; @@ -34,7 +34,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:22.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -43,11 +43,11 @@ Info 1 [00:00:22.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:23.000] Search path: /a/b -Info 3 [00:00:24.000] For info: /a/b/moduleFile1.ts :: Config file name: /a/b/tsconfig.json -Info 4 [00:00:25.000] Creating configuration project /a/b/tsconfig.json -Info 5 [00:00:26.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 6 [00:00:27.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/moduleFile1.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/b/tsconfig.json : { "rootNames": [ "/a/b/file1Consumer1.ts", "/a/b/file1Consumer2.ts", @@ -57,18 +57,16 @@ Info 6 [00:00:27.000] Config: /a/b/tsconfig.json : { "configFilePath": "/a/b/tsconfig.json" } } -Info 7 [00:00:28.000] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Config: /a/b/tsconfig.json WatchType: Extended config file -Info 8 [00:00:29.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:30.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:31.000] FileWatcher:: Added:: WatchInfo: /a/b/file1Consumer1.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:32.000] FileWatcher:: Added:: WatchInfo: /a/b/file1Consumer2.ts 500 undefined WatchType: Closed Script info -Info 12 [00:00:33.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 13 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 14 [00:00:35.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 15 [00:00:36.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 16 [00:00:37.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 17 [00:00:38.000] Project '/a/b/tsconfig.json' (Configured) -Info 18 [00:00:39.000] Files (4) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Config: /a/b/tsconfig.json WatchType: Extended config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/file1Consumer1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/file1Consumer2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/moduleFile1.ts SVC-1-0 "export function Foo() { };" /a/b/file1Consumer1.ts Text-1 "import {Foo} from \"./moduleFile1\"; export var y = 10;" @@ -86,24 +84,20 @@ Info 18 [00:00:39.000] Files (4) file1Consumer2.ts Matched by default include pattern '**/*' -Info 19 [00:00:40.000] ----------------------------------------------- -Info 20 [00:00:41.000] Project '/a/b/tsconfig.json' (Configured) -Info 20 [00:00:42.000] Files (4) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) -Info 20 [00:00:43.000] ----------------------------------------------- -Info 20 [00:00:44.000] Open files: -Info 20 [00:00:45.000] FileName: /a/b/moduleFile1.ts ProjectRootPath: undefined -Info 20 [00:00:46.000] Projects: /a/b/tsconfig.json -Info 20 [00:00:47.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/moduleFile1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request -PolledWatches:: -/a/b/node_modules/@types: *new* - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: *new* {} @@ -122,7 +116,7 @@ FsWatchesRecursive:: Before request -Info 21 [00:00:48.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -131,28 +125,24 @@ Info 21 [00:00:48.000] request: "seq": 2, "type": "request" } -Info 22 [00:00:49.000] FileWatcher:: Close:: WatchInfo: /a/b/file1Consumer1.ts 500 undefined WatchType: Closed Script info -Info 23 [00:00:50.000] Search path: /a/b -Info 24 [00:00:51.000] For info: /a/b/file1Consumer1.ts :: Config file name: /a/b/tsconfig.json -Info 25 [00:00:52.000] Project '/a/b/tsconfig.json' (Configured) -Info 25 [00:00:53.000] Files (4) - -Info 25 [00:00:54.000] ----------------------------------------------- -Info 25 [00:00:55.000] Open files: -Info 25 [00:00:56.000] FileName: /a/b/moduleFile1.ts ProjectRootPath: undefined -Info 25 [00:00:57.000] Projects: /a/b/tsconfig.json -Info 25 [00:00:58.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 25 [00:00:59.000] Projects: /a/b/tsconfig.json -Info 25 [00:01:00.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/file1Consumer1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/file1Consumer1.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/moduleFile1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request -PolledWatches:: -/a/b/node_modules/@types: - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: {} @@ -173,7 +163,7 @@ FsWatchesRecursive:: Before request -Info 26 [00:01:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -183,7 +173,7 @@ Info 26 [00:01:01.000] request: "seq": 3, "type": "request" } -Info 27 [00:01:02.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [ { diff --git a/tests/baselines/reference/tsserver/compileOnSave/configProjects-detect-changes-in-non-root-files.js b/tests/baselines/reference/tsserver/compileOnSave/configProjects-detect-changes-in-non-root-files.js index 71148a2b96b52..9cc3a941c6f3a 100644 --- a/tests/baselines/reference/tsserver/compileOnSave/configProjects-detect-changes-in-non-root-files.js +++ b/tests/baselines/reference/tsserver/compileOnSave/configProjects-detect-changes-in-non-root-files.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:17.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/b/moduleFile1.ts] export function Foo() { }; @@ -27,7 +27,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:18.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -36,11 +36,11 @@ Info 1 [00:00:18.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:19.000] Search path: /a/b -Info 3 [00:00:20.000] For info: /a/b/moduleFile1.ts :: Config file name: /a/b/tsconfig.json -Info 4 [00:00:21.000] Creating configuration project /a/b/tsconfig.json -Info 5 [00:00:22.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 6 [00:00:23.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/moduleFile1.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/b/tsconfig.json : { "rootNames": [ "/a/b/file1Consumer1.ts" ], @@ -48,14 +48,12 @@ Info 6 [00:00:23.000] Config: /a/b/tsconfig.json : { "configFilePath": "/a/b/tsconfig.json" } } -Info 7 [00:00:24.000] FileWatcher:: Added:: WatchInfo: /a/b/file1Consumer1.ts 500 undefined WatchType: Closed Script info -Info 8 [00:00:25.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 9 [00:00:26.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:27.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 11 [00:00:28.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 12 [00:00:29.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 13 [00:00:30.000] Project '/a/b/tsconfig.json' (Configured) -Info 14 [00:00:31.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/file1Consumer1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/moduleFile1.ts SVC-1-0 "export function Foo() { };" /a/b/file1Consumer1.ts Text-1 "import {Foo} from \"./moduleFile1\"; let y = Foo();" @@ -68,24 +66,20 @@ Info 14 [00:00:31.000] Files (3) file1Consumer1.ts Part of 'files' list in tsconfig.json -Info 15 [00:00:32.000] ----------------------------------------------- -Info 16 [00:00:33.000] Project '/a/b/tsconfig.json' (Configured) -Info 16 [00:00:34.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 16 [00:00:35.000] ----------------------------------------------- -Info 16 [00:00:36.000] Open files: -Info 16 [00:00:37.000] FileName: /a/b/moduleFile1.ts ProjectRootPath: undefined -Info 16 [00:00:38.000] Projects: /a/b/tsconfig.json -Info 16 [00:00:39.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/moduleFile1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request -PolledWatches:: -/a/b/node_modules/@types: *new* - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: *new* {} @@ -96,7 +90,7 @@ FsWatches:: Before request -Info 17 [00:00:40.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -105,28 +99,24 @@ Info 17 [00:00:40.000] request: "seq": 2, "type": "request" } -Info 18 [00:00:41.000] FileWatcher:: Close:: WatchInfo: /a/b/file1Consumer1.ts 500 undefined WatchType: Closed Script info -Info 19 [00:00:42.000] Search path: /a/b -Info 20 [00:00:43.000] For info: /a/b/file1Consumer1.ts :: Config file name: /a/b/tsconfig.json -Info 21 [00:00:44.000] Project '/a/b/tsconfig.json' (Configured) -Info 21 [00:00:45.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/file1Consumer1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/file1Consumer1.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 21 [00:00:46.000] ----------------------------------------------- -Info 21 [00:00:47.000] Open files: -Info 21 [00:00:48.000] FileName: /a/b/moduleFile1.ts ProjectRootPath: undefined -Info 21 [00:00:49.000] Projects: /a/b/tsconfig.json -Info 21 [00:00:50.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 21 [00:00:51.000] Projects: /a/b/tsconfig.json -Info 21 [00:00:52.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/moduleFile1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request -PolledWatches:: -/a/b/node_modules/@types: - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: {} @@ -139,7 +129,7 @@ FsWatches *deleted*:: Before request -Info 22 [00:00:53.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -149,7 +139,7 @@ Info 22 [00:00:53.000] request: "seq": 3, "type": "request" } -Info 23 [00:00:54.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -167,7 +157,7 @@ After request Before request -Info 24 [00:00:55.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { @@ -181,7 +171,7 @@ Info 24 [00:00:55.000] request: "seq": 4, "type": "request" } -Info 25 [00:00:56.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -189,7 +179,7 @@ After request Before request -Info 26 [00:00:57.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -199,16 +189,16 @@ Info 26 [00:00:57.000] request: "seq": 5, "type": "request" } -Info 27 [00:00:58.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 28 [00:00:59.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 29 [00:01:00.000] Project '/a/b/tsconfig.json' (Configured) -Info 30 [00:01:01.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/moduleFile1.ts SVC-1-1 "export var T: number;export function Foo() { };" /a/b/file1Consumer1.ts Text-1 "import {Foo} from \"./moduleFile1\"; let y = Foo();" -Info 31 [00:01:02.000] ----------------------------------------------- -Info 32 [00:01:03.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -226,7 +216,7 @@ After request Before request -Info 33 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { @@ -240,7 +230,7 @@ Info 33 [00:01:04.000] request: "seq": 6, "type": "request" } -Info 34 [00:01:05.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -248,7 +238,7 @@ After request Before request -Info 35 [00:01:06.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -258,16 +248,16 @@ Info 35 [00:01:06.000] request: "seq": 7, "type": "request" } -Info 36 [00:01:07.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 37 [00:01:08.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 38 [00:01:09.000] Project '/a/b/tsconfig.json' (Configured) -Info 39 [00:01:10.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/moduleFile1.ts SVC-1-2 "var T1: number;export var T: number;export function Foo() { };" /a/b/file1Consumer1.ts Text-1 "import {Foo} from \"./moduleFile1\"; let y = Foo();" -Info 40 [00:01:11.000] ----------------------------------------------- -Info 41 [00:01:12.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": [ { diff --git a/tests/baselines/reference/tsserver/compileOnSave/configProjects-global-file-shape-changed.js b/tests/baselines/reference/tsserver/compileOnSave/configProjects-global-file-shape-changed.js index 4c7cdb75f43ac..4ebfc7f70bfda 100644 --- a/tests/baselines/reference/tsserver/compileOnSave/configProjects-global-file-shape-changed.js +++ b/tests/baselines/reference/tsserver/compileOnSave/configProjects-global-file-shape-changed.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:23.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/b/moduleFile1.ts] export function Foo() { }; @@ -35,7 +35,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:24.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -44,11 +44,11 @@ Info 1 [00:00:24.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:25.000] Search path: /a/b -Info 3 [00:00:26.000] For info: /a/b/globalFile3.ts :: Config file name: /a/b/tsconfig.json -Info 4 [00:00:27.000] Creating configuration project /a/b/tsconfig.json -Info 5 [00:00:28.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 6 [00:00:29.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/globalFile3.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/b/tsconfig.json : { "rootNames": [ "/a/b/file1Consumer1.ts", "/a/b/file1Consumer2.ts", @@ -60,19 +60,17 @@ Info 6 [00:00:29.000] Config: /a/b/tsconfig.json : { "configFilePath": "/a/b/tsconfig.json" } } -Info 7 [00:00:30.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:31.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:32.000] FileWatcher:: Added:: WatchInfo: /a/b/file1Consumer1.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:33.000] FileWatcher:: Added:: WatchInfo: /a/b/file1Consumer2.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /a/b/moduleFile1.ts 500 undefined WatchType: Closed Script info -Info 12 [00:00:35.000] FileWatcher:: Added:: WatchInfo: /a/b/moduleFile2.ts 500 undefined WatchType: Closed Script info -Info 13 [00:00:36.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 14 [00:00:37.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 15 [00:00:38.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 16 [00:00:39.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 17 [00:00:40.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 18 [00:00:41.000] Project '/a/b/tsconfig.json' (Configured) -Info 19 [00:00:42.000] Files (6) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/file1Consumer1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/file1Consumer2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/moduleFile1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/moduleFile2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/moduleFile1.ts Text-1 "export function Foo() { };" /a/b/file1Consumer1.ts Text-1 "import {Foo} from \"./moduleFile1\"; export var y = 10;" @@ -96,24 +94,20 @@ Info 19 [00:00:42.000] Files (6) moduleFile2.ts Matched by default include pattern '**/*' -Info 20 [00:00:43.000] ----------------------------------------------- -Info 21 [00:00:44.000] Project '/a/b/tsconfig.json' (Configured) -Info 21 [00:00:45.000] Files (6) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) -Info 21 [00:00:46.000] ----------------------------------------------- -Info 21 [00:00:47.000] Open files: -Info 21 [00:00:48.000] FileName: /a/b/globalFile3.ts ProjectRootPath: undefined -Info 21 [00:00:49.000] Projects: /a/b/tsconfig.json -Info 21 [00:00:50.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/globalFile3.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request -PolledWatches:: -/a/b/node_modules/@types: *new* - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: *new* {} @@ -134,7 +128,7 @@ FsWatchesRecursive:: Before request -Info 22 [00:00:51.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { @@ -148,7 +142,7 @@ Info 22 [00:00:51.000] request: "seq": 2, "type": "request" } -Info 23 [00:00:52.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -156,7 +150,7 @@ After request Before request -Info 24 [00:00:53.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -165,10 +159,10 @@ Info 24 [00:00:53.000] request: "seq": 3, "type": "request" } -Info 25 [00:00:54.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 26 [00:00:55.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 27 [00:00:56.000] Project '/a/b/tsconfig.json' (Configured) -Info 28 [00:00:57.000] Files (6) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/moduleFile1.ts Text-1 "export function Foo() { };" /a/b/file1Consumer1.ts Text-1 "import {Foo} from \"./moduleFile1\"; export var y = 10;" @@ -176,24 +170,24 @@ Info 28 [00:00:57.000] Files (6) /a/b/globalFile3.ts SVC-1-1 "var T2: string;interface GlobalFoo { age: number }" /a/b/moduleFile2.ts Text-1 "export var Foo4 = 10;" -Info 29 [00:00:58.000] ----------------------------------------------- -Info 30 [00:00:59.000] Before ensureProjectForOpenFiles: -Info 31 [00:01:00.000] Project '/a/b/tsconfig.json' (Configured) -Info 31 [00:01:01.000] Files (6) - -Info 31 [00:01:02.000] ----------------------------------------------- -Info 31 [00:01:03.000] Open files: -Info 31 [00:01:04.000] FileName: /a/b/globalFile3.ts ProjectRootPath: undefined -Info 31 [00:01:05.000] Projects: /a/b/tsconfig.json -Info 31 [00:01:06.000] After ensureProjectForOpenFiles: -Info 32 [00:01:07.000] Project '/a/b/tsconfig.json' (Configured) -Info 32 [00:01:08.000] Files (6) - -Info 32 [00:01:09.000] ----------------------------------------------- -Info 32 [00:01:10.000] Open files: -Info 32 [00:01:11.000] FileName: /a/b/globalFile3.ts ProjectRootPath: undefined -Info 32 [00:01:12.000] Projects: /a/b/tsconfig.json -Info 32 [00:01:13.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/globalFile3.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/globalFile3.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { diff --git a/tests/baselines/reference/tsserver/compileOnSave/configProjects-isolatedModules.js b/tests/baselines/reference/tsserver/compileOnSave/configProjects-isolatedModules.js index b23e29e9d9dc1..67e511662bb94 100644 --- a/tests/baselines/reference/tsserver/compileOnSave/configProjects-isolatedModules.js +++ b/tests/baselines/reference/tsserver/compileOnSave/configProjects-isolatedModules.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:17.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/b/moduleFile1.ts] export function Foo() { }; @@ -29,7 +29,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:18.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -38,11 +38,11 @@ Info 1 [00:00:18.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:19.000] Search path: /a/b -Info 3 [00:00:20.000] For info: /a/b/moduleFile1.ts :: Config file name: /a/b/tsconfig.json -Info 4 [00:00:21.000] Creating configuration project /a/b/tsconfig.json -Info 5 [00:00:22.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 6 [00:00:23.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/moduleFile1.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/b/tsconfig.json : { "rootNames": [ "/a/b/file1Consumer1.ts", "/a/b/moduleFile1.ts" @@ -52,16 +52,14 @@ Info 6 [00:00:23.000] Config: /a/b/tsconfig.json : { "configFilePath": "/a/b/tsconfig.json" } } -Info 7 [00:00:24.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:25.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:26.000] FileWatcher:: Added:: WatchInfo: /a/b/file1Consumer1.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:27.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 11 [00:00:28.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 12 [00:00:29.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 13 [00:00:30.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 14 [00:00:31.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:32.000] Project '/a/b/tsconfig.json' (Configured) -Info 16 [00:00:33.000] Files (3) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/file1Consumer1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/moduleFile1.ts SVC-1-0 "export function Foo() { };" /a/b/file1Consumer1.ts Text-1 "import {Foo} from \"./moduleFile1\"; export var y = 10;" @@ -75,24 +73,20 @@ Info 16 [00:00:33.000] Files (3) file1Consumer1.ts Matched by default include pattern '**/*' -Info 17 [00:00:34.000] ----------------------------------------------- -Info 18 [00:00:35.000] Project '/a/b/tsconfig.json' (Configured) -Info 18 [00:00:36.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 18 [00:00:37.000] ----------------------------------------------- -Info 18 [00:00:38.000] Open files: -Info 18 [00:00:39.000] FileName: /a/b/moduleFile1.ts ProjectRootPath: undefined -Info 18 [00:00:40.000] Projects: /a/b/tsconfig.json -Info 18 [00:00:41.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/moduleFile1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request -PolledWatches:: -/a/b/node_modules/@types: *new* - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: *new* {} @@ -107,7 +101,7 @@ FsWatchesRecursive:: Before request -Info 19 [00:00:42.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { @@ -121,7 +115,7 @@ Info 19 [00:00:42.000] request: "seq": 2, "type": "request" } -Info 20 [00:00:43.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -129,7 +123,7 @@ After request Before request -Info 21 [00:00:44.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -139,16 +133,16 @@ Info 21 [00:00:44.000] request: "seq": 3, "type": "request" } -Info 22 [00:00:45.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 23 [00:00:46.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 24 [00:00:47.000] Project '/a/b/tsconfig.json' (Configured) -Info 25 [00:00:48.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/moduleFile1.ts SVC-1-1 "export function Foo() { };Point," /a/b/file1Consumer1.ts Text-1 "import {Foo} from \"./moduleFile1\"; export var y = 10;" -Info 26 [00:00:49.000] ----------------------------------------------- -Info 27 [00:00:50.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": [ { diff --git a/tests/baselines/reference/tsserver/compileOnSave/configProjects-module-shape-changed.js b/tests/baselines/reference/tsserver/compileOnSave/configProjects-module-shape-changed.js index 714db3f5e736f..2928009c40b54 100644 --- a/tests/baselines/reference/tsserver/compileOnSave/configProjects-module-shape-changed.js +++ b/tests/baselines/reference/tsserver/compileOnSave/configProjects-module-shape-changed.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:23.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/b/moduleFile1.ts] export function Foo() { }; @@ -35,7 +35,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:24.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -44,11 +44,11 @@ Info 1 [00:00:24.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:25.000] Search path: /a/b -Info 3 [00:00:26.000] For info: /a/b/moduleFile1.ts :: Config file name: /a/b/tsconfig.json -Info 4 [00:00:27.000] Creating configuration project /a/b/tsconfig.json -Info 5 [00:00:28.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 6 [00:00:29.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/moduleFile1.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/b/tsconfig.json : { "rootNames": [ "/a/b/file1Consumer1.ts", "/a/b/file1Consumer2.ts", @@ -60,19 +60,17 @@ Info 6 [00:00:29.000] Config: /a/b/tsconfig.json : { "configFilePath": "/a/b/tsconfig.json" } } -Info 7 [00:00:30.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:31.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:32.000] FileWatcher:: Added:: WatchInfo: /a/b/file1Consumer1.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:33.000] FileWatcher:: Added:: WatchInfo: /a/b/file1Consumer2.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /a/b/globalFile3.ts 500 undefined WatchType: Closed Script info -Info 12 [00:00:35.000] FileWatcher:: Added:: WatchInfo: /a/b/moduleFile2.ts 500 undefined WatchType: Closed Script info -Info 13 [00:00:36.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 14 [00:00:37.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 15 [00:00:38.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 16 [00:00:39.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 17 [00:00:40.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 18 [00:00:41.000] Project '/a/b/tsconfig.json' (Configured) -Info 19 [00:00:42.000] Files (6) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/file1Consumer1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/file1Consumer2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/globalFile3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/moduleFile2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/moduleFile1.ts SVC-1-0 "export function Foo() { };" /a/b/file1Consumer1.ts Text-1 "import {Foo} from \"./moduleFile1\"; export var y = 10;" @@ -96,24 +94,20 @@ Info 19 [00:00:42.000] Files (6) moduleFile2.ts Matched by default include pattern '**/*' -Info 20 [00:00:43.000] ----------------------------------------------- -Info 21 [00:00:44.000] Project '/a/b/tsconfig.json' (Configured) -Info 21 [00:00:45.000] Files (6) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) -Info 21 [00:00:46.000] ----------------------------------------------- -Info 21 [00:00:47.000] Open files: -Info 21 [00:00:48.000] FileName: /a/b/moduleFile1.ts ProjectRootPath: undefined -Info 21 [00:00:49.000] Projects: /a/b/tsconfig.json -Info 21 [00:00:50.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/moduleFile1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request -PolledWatches:: -/a/b/node_modules/@types: *new* - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: *new* {} @@ -134,7 +128,7 @@ FsWatchesRecursive:: Before request -Info 22 [00:00:51.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -143,28 +137,24 @@ Info 22 [00:00:51.000] request: "seq": 2, "type": "request" } -Info 23 [00:00:52.000] FileWatcher:: Close:: WatchInfo: /a/b/file1Consumer1.ts 500 undefined WatchType: Closed Script info -Info 24 [00:00:53.000] Search path: /a/b -Info 25 [00:00:54.000] For info: /a/b/file1Consumer1.ts :: Config file name: /a/b/tsconfig.json -Info 26 [00:00:55.000] Project '/a/b/tsconfig.json' (Configured) -Info 26 [00:00:56.000] Files (6) - -Info 26 [00:00:57.000] ----------------------------------------------- -Info 26 [00:00:58.000] Open files: -Info 26 [00:00:59.000] FileName: /a/b/moduleFile1.ts ProjectRootPath: undefined -Info 26 [00:01:00.000] Projects: /a/b/tsconfig.json -Info 26 [00:01:01.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 26 [00:01:02.000] Projects: /a/b/tsconfig.json -Info 26 [00:01:03.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/file1Consumer1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/file1Consumer1.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/moduleFile1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request -PolledWatches:: -/a/b/node_modules/@types: - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: {} @@ -187,7 +177,7 @@ FsWatchesRecursive:: Before request -Info 27 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -197,7 +187,7 @@ Info 27 [00:01:04.000] request: "seq": 3, "type": "request" } -Info 28 [00:01:05.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -216,7 +206,7 @@ After request Before request -Info 29 [00:01:06.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { @@ -230,7 +220,7 @@ Info 29 [00:01:06.000] request: "seq": 4, "type": "request" } -Info 30 [00:01:07.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -238,7 +228,7 @@ After request Before request -Info 31 [00:01:08.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -248,10 +238,10 @@ Info 31 [00:01:08.000] request: "seq": 5, "type": "request" } -Info 32 [00:01:09.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 33 [00:01:10.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 34 [00:01:11.000] Project '/a/b/tsconfig.json' (Configured) -Info 35 [00:01:12.000] Files (6) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/moduleFile1.ts SVC-1-1 "export var T: number;export function Foo() { };" /a/b/file1Consumer1.ts Text-1 "import {Foo} from \"./moduleFile1\"; export var y = 10;" @@ -259,8 +249,8 @@ Info 35 [00:01:12.000] Files (6) /a/b/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" /a/b/moduleFile2.ts Text-1 "export var Foo4 = 10;" -Info 36 [00:01:13.000] ----------------------------------------------- -Info 37 [00:01:14.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -279,7 +269,7 @@ After request Before request -Info 38 [00:01:15.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { @@ -293,7 +283,7 @@ Info 38 [00:01:15.000] request: "seq": 6, "type": "request" } -Info 39 [00:01:16.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -301,7 +291,7 @@ After request Before request -Info 40 [00:01:17.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -311,10 +301,10 @@ Info 40 [00:01:17.000] request: "seq": 7, "type": "request" } -Info 41 [00:01:18.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 42 [00:01:19.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 43 [00:01:20.000] Project '/a/b/tsconfig.json' (Configured) -Info 44 [00:01:21.000] Files (6) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/moduleFile1.ts SVC-1-2 "export var T: number;export function Foo() { console.log('hi');};" /a/b/file1Consumer1.ts Text-1 "import {Foo} from \"./moduleFile1\"; export var y = 10;" @@ -322,8 +312,8 @@ Info 44 [00:01:21.000] Files (6) /a/b/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" /a/b/moduleFile2.ts Text-1 "export var Foo4 = 10;" -Info 45 [00:01:22.000] ----------------------------------------------- -Info 46 [00:01:23.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": [ { diff --git a/tests/baselines/reference/tsserver/compileOnSave/configProjects-noEmit.js b/tests/baselines/reference/tsserver/compileOnSave/configProjects-noEmit.js index 44ba332a94ae6..b633d8b621140 100644 --- a/tests/baselines/reference/tsserver/compileOnSave/configProjects-noEmit.js +++ b/tests/baselines/reference/tsserver/compileOnSave/configProjects-noEmit.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:19.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/b/moduleFile1.ts] export function Foo() { }; @@ -32,7 +32,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:20.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -41,11 +41,11 @@ Info 1 [00:00:20.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:21.000] Search path: /a/b -Info 3 [00:00:22.000] For info: /a/b/moduleFile1.ts :: Config file name: /a/b/tsconfig.json -Info 4 [00:00:23.000] Creating configuration project /a/b/tsconfig.json -Info 5 [00:00:24.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 6 [00:00:25.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/moduleFile1.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/b/tsconfig.json : { "rootNames": [ "/a/b/file1Consumer1.ts", "/a/b/file1Consumer2.ts", @@ -56,17 +56,15 @@ Info 6 [00:00:25.000] Config: /a/b/tsconfig.json : { "configFilePath": "/a/b/tsconfig.json" } } -Info 7 [00:00:26.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:27.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:28.000] FileWatcher:: Added:: WatchInfo: /a/b/file1Consumer1.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:29.000] FileWatcher:: Added:: WatchInfo: /a/b/file1Consumer2.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:30.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 12 [00:00:31.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 13 [00:00:32.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 14 [00:00:33.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 15 [00:00:34.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:00:35.000] Project '/a/b/tsconfig.json' (Configured) -Info 17 [00:00:36.000] Files (4) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/file1Consumer1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/file1Consumer2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/moduleFile1.ts SVC-1-0 "export function Foo() { };" /a/b/file1Consumer1.ts Text-1 "import {Foo} from \"./moduleFile1\"; export var y = 10;" @@ -84,24 +82,20 @@ Info 17 [00:00:36.000] Files (4) file1Consumer2.ts Matched by default include pattern '**/*' -Info 18 [00:00:37.000] ----------------------------------------------- -Info 19 [00:00:38.000] Project '/a/b/tsconfig.json' (Configured) -Info 19 [00:00:39.000] Files (4) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) -Info 19 [00:00:40.000] ----------------------------------------------- -Info 19 [00:00:41.000] Open files: -Info 19 [00:00:42.000] FileName: /a/b/moduleFile1.ts ProjectRootPath: undefined -Info 19 [00:00:43.000] Projects: /a/b/tsconfig.json -Info 19 [00:00:44.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/moduleFile1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request -PolledWatches:: -/a/b/node_modules/@types: *new* - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: *new* {} @@ -118,7 +112,7 @@ FsWatchesRecursive:: Before request -Info 20 [00:00:45.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -128,7 +122,7 @@ Info 20 [00:00:45.000] request: "seq": 2, "type": "request" } -Info 21 [00:00:46.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [], "responseRequired": true diff --git a/tests/baselines/reference/tsserver/compileOnSave/configProjects-non-existing-code.js b/tests/baselines/reference/tsserver/compileOnSave/configProjects-non-existing-code.js index 89ab23a7344db..19ad610ca981a 100644 --- a/tests/baselines/reference/tsserver/compileOnSave/configProjects-non-existing-code.js +++ b/tests/baselines/reference/tsserver/compileOnSave/configProjects-non-existing-code.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:11.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/b/referenceFile1.ts] @@ -12,7 +12,7 @@ Before request } -Info 1 [00:00:12.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -21,11 +21,11 @@ Info 1 [00:00:12.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:13.000] Search path: /a/b -Info 3 [00:00:14.000] For info: /a/b/referenceFile1.ts :: Config file name: /a/b/tsconfig.json -Info 4 [00:00:15.000] Creating configuration project /a/b/tsconfig.json -Info 5 [00:00:16.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 6 [00:00:17.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/referenceFile1.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/b/tsconfig.json : { "rootNames": [ "/a/b/referenceFile1.ts" ], @@ -33,31 +33,29 @@ Info 6 [00:00:17.000] Config: /a/b/tsconfig.json : { "configFilePath": "/a/b/tsconfig.json" } } -Info 7 [00:00:18.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:19.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:20.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 10 [00:00:21.000] FileWatcher:: Added:: WatchInfo: /a/b/modulefile2.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 11 [00:00:22.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 12 [00:00:23.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 13 [00:00:24.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 14 [00:00:25.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:26.000] Project '/a/b/tsconfig.json' (Configured) -Info 16 [00:00:27.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/modulefile2.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/b/referenceFile1.ts SVC-1-0 "\n /// \n export var x = Foo();" referenceFile1.ts Matched by default include pattern '**/*' -Info 17 [00:00:28.000] ----------------------------------------------- -Info 18 [00:00:29.000] Project '/a/b/tsconfig.json' (Configured) -Info 18 [00:00:30.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 18 [00:00:31.000] ----------------------------------------------- -Info 18 [00:00:32.000] Open files: -Info 18 [00:00:33.000] FileName: /a/b/referenceFile1.ts ProjectRootPath: undefined -Info 18 [00:00:34.000] Projects: /a/b/tsconfig.json -Info 18 [00:00:35.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/referenceFile1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -68,8 +66,6 @@ PolledWatches:: {"pollingInterval":500} /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/b/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/b/tsconfig.json: *new* @@ -81,7 +77,7 @@ FsWatchesRecursive:: Before request -Info 19 [00:00:36.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -90,23 +86,23 @@ Info 19 [00:00:36.000] request: "seq": 2, "type": "request" } -Info 20 [00:00:37.000] Before ensureProjectForOpenFiles: -Info 21 [00:00:38.000] Project '/a/b/tsconfig.json' (Configured) -Info 21 [00:00:39.000] Files (1) +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 21 [00:00:40.000] ----------------------------------------------- -Info 21 [00:00:41.000] Open files: -Info 21 [00:00:42.000] FileName: /a/b/referenceFile1.ts ProjectRootPath: undefined -Info 21 [00:00:43.000] Projects: /a/b/tsconfig.json -Info 21 [00:00:44.000] After ensureProjectForOpenFiles: -Info 22 [00:00:45.000] Project '/a/b/tsconfig.json' (Configured) -Info 22 [00:00:46.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/referenceFile1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 22 [00:00:47.000] ----------------------------------------------- -Info 22 [00:00:48.000] Open files: -Info 22 [00:00:49.000] FileName: /a/b/referenceFile1.ts ProjectRootPath: undefined -Info 22 [00:00:50.000] Projects: /a/b/tsconfig.json -Info 22 [00:00:51.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/referenceFile1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { diff --git a/tests/baselines/reference/tsserver/compileOnSave/configProjects-outFile.js b/tests/baselines/reference/tsserver/compileOnSave/configProjects-outFile.js index 875fc58bad639..922994846271d 100644 --- a/tests/baselines/reference/tsserver/compileOnSave/configProjects-outFile.js +++ b/tests/baselines/reference/tsserver/compileOnSave/configProjects-outFile.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:17.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/b/moduleFile1.ts] export function Foo() { }; @@ -30,7 +30,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:18.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -39,11 +39,11 @@ Info 1 [00:00:18.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:19.000] Search path: /a/b -Info 3 [00:00:20.000] For info: /a/b/moduleFile1.ts :: Config file name: /a/b/tsconfig.json -Info 4 [00:00:21.000] Creating configuration project /a/b/tsconfig.json -Info 5 [00:00:22.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 6 [00:00:23.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/moduleFile1.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/b/tsconfig.json : { "rootNames": [ "/a/b/file1Consumer1.ts", "/a/b/moduleFile1.ts" @@ -54,16 +54,14 @@ Info 6 [00:00:23.000] Config: /a/b/tsconfig.json : { "configFilePath": "/a/b/tsconfig.json" } } -Info 7 [00:00:24.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:25.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:26.000] FileWatcher:: Added:: WatchInfo: /a/b/file1Consumer1.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:27.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 11 [00:00:28.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 12 [00:00:29.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 13 [00:00:30.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 14 [00:00:31.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:32.000] Project '/a/b/tsconfig.json' (Configured) -Info 16 [00:00:33.000] Files (3) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/file1Consumer1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/moduleFile1.ts SVC-1-0 "export function Foo() { };" /a/b/file1Consumer1.ts Text-1 "import {Foo} from \"./moduleFile1\"; export var y = 10;" @@ -77,24 +75,20 @@ Info 16 [00:00:33.000] Files (3) file1Consumer1.ts Matched by default include pattern '**/*' -Info 17 [00:00:34.000] ----------------------------------------------- -Info 18 [00:00:35.000] Project '/a/b/tsconfig.json' (Configured) -Info 18 [00:00:36.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 18 [00:00:37.000] ----------------------------------------------- -Info 18 [00:00:38.000] Open files: -Info 18 [00:00:39.000] FileName: /a/b/moduleFile1.ts ProjectRootPath: undefined -Info 18 [00:00:40.000] Projects: /a/b/tsconfig.json -Info 18 [00:00:41.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/moduleFile1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request -PolledWatches:: -/a/b/node_modules/@types: *new* - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: *new* {} @@ -109,7 +103,7 @@ FsWatchesRecursive:: Before request -Info 19 [00:00:42.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { @@ -123,7 +117,7 @@ Info 19 [00:00:42.000] request: "seq": 2, "type": "request" } -Info 20 [00:00:43.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -131,7 +125,7 @@ After request Before request -Info 21 [00:00:44.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -141,16 +135,16 @@ Info 21 [00:00:44.000] request: "seq": 3, "type": "request" } -Info 22 [00:00:45.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 23 [00:00:46.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 24 [00:00:47.000] Project '/a/b/tsconfig.json' (Configured) -Info 25 [00:00:48.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/moduleFile1.ts SVC-1-1 "export function Foo() { };Point," /a/b/file1Consumer1.ts Text-1 "import {Foo} from \"./moduleFile1\"; export var y = 10;" -Info 26 [00:00:49.000] ----------------------------------------------- -Info 27 [00:00:50.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": [ { diff --git a/tests/baselines/reference/tsserver/compileOnSave/configProjects-removed-code.js b/tests/baselines/reference/tsserver/compileOnSave/configProjects-removed-code.js index ec8390f075804..7d201effa5905 100644 --- a/tests/baselines/reference/tsserver/compileOnSave/configProjects-removed-code.js +++ b/tests/baselines/reference/tsserver/compileOnSave/configProjects-removed-code.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:13.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/b/moduleFile1.ts] export function Foo() { }; @@ -15,7 +15,7 @@ export function Foo() { }; } -Info 1 [00:00:14.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -24,11 +24,11 @@ Info 1 [00:00:14.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:15.000] Search path: /a/b -Info 3 [00:00:16.000] For info: /a/b/referenceFile1.ts :: Config file name: /a/b/tsconfig.json -Info 4 [00:00:17.000] Creating configuration project /a/b/tsconfig.json -Info 5 [00:00:18.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 6 [00:00:19.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/referenceFile1.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/b/tsconfig.json : { "rootNames": [ "/a/b/moduleFile1.ts", "/a/b/referenceFile1.ts" @@ -37,16 +37,14 @@ Info 6 [00:00:19.000] Config: /a/b/tsconfig.json : { "configFilePath": "/a/b/tsconfig.json" } } -Info 7 [00:00:20.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:21.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:22.000] FileWatcher:: Added:: WatchInfo: /a/b/moduleFile1.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:23.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 11 [00:00:24.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 12 [00:00:25.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 13 [00:00:26.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 14 [00:00:27.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:28.000] Project '/a/b/tsconfig.json' (Configured) -Info 16 [00:00:29.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/moduleFile1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/b/moduleFile1.ts Text-1 "export function Foo() { };" /a/b/referenceFile1.ts SVC-1-0 "\n /// \n export var x = Foo();" @@ -57,15 +55,15 @@ Info 16 [00:00:29.000] Files (2) referenceFile1.ts Matched by default include pattern '**/*' -Info 17 [00:00:30.000] ----------------------------------------------- -Info 18 [00:00:31.000] Project '/a/b/tsconfig.json' (Configured) -Info 18 [00:00:32.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 18 [00:00:33.000] ----------------------------------------------- -Info 18 [00:00:34.000] Open files: -Info 18 [00:00:35.000] FileName: /a/b/referenceFile1.ts ProjectRootPath: undefined -Info 18 [00:00:36.000] Projects: /a/b/tsconfig.json -Info 18 [00:00:37.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/referenceFile1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -74,8 +72,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/b/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/b/tsconfig.json: *new* @@ -87,23 +83,21 @@ FsWatchesRecursive:: /a/b: *new* {} -Info 19 [00:00:39.000] FileWatcher:: Triggered with /a/b/moduleFile1.ts 2:: WatchInfo: /a/b/moduleFile1.ts 500 undefined WatchType: Closed Script info -Info 20 [00:00:40.000] FileWatcher:: Close:: WatchInfo: /a/b/moduleFile1.ts 500 undefined WatchType: Closed Script info -Info 21 [00:00:41.000] Scheduled: /a/b/tsconfig.json -Info 22 [00:00:42.000] Scheduled: *ensureProjectForOpenFiles* -Info 23 [00:00:43.000] Elapsed:: *ms FileWatcher:: Triggered with /a/b/moduleFile1.ts 2:: WatchInfo: /a/b/moduleFile1.ts 500 undefined WatchType: Closed Script info -Info 24 [00:00:44.000] DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 25 [00:00:45.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 26 [00:00:46.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 27 [00:00:47.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /a/b/moduleFile1.ts 2:: WatchInfo: /a/b/moduleFile1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/moduleFile1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /a/b/moduleFile1.ts 2:: WatchInfo: /a/b/moduleFile1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /a/b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory Before request //// [/a/b/moduleFile1.ts] deleted PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/a/b/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/b/tsconfig.json: @@ -117,7 +111,7 @@ FsWatchesRecursive:: /a/b: {} -Info 28 [00:00:48.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -126,35 +120,35 @@ Info 28 [00:00:48.000] request: "seq": 2, "type": "request" } -Info 29 [00:00:49.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 30 [00:00:50.000] FileWatcher:: Added:: WatchInfo: /a/b/modulefile1.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 31 [00:00:51.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 32 [00:00:52.000] Project '/a/b/tsconfig.json' (Configured) -Info 33 [00:00:53.000] Files (1) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/modulefile1.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/b/referenceFile1.ts SVC-1-0 "\n /// \n export var x = Foo();" referenceFile1.ts Matched by default include pattern '**/*' -Info 34 [00:00:54.000] ----------------------------------------------- -Info 35 [00:00:55.000] Before ensureProjectForOpenFiles: -Info 36 [00:00:56.000] Project '/a/b/tsconfig.json' (Configured) -Info 36 [00:00:57.000] Files (1) - -Info 36 [00:00:58.000] ----------------------------------------------- -Info 36 [00:00:59.000] Open files: -Info 36 [00:01:00.000] FileName: /a/b/referenceFile1.ts ProjectRootPath: undefined -Info 36 [00:01:01.000] Projects: /a/b/tsconfig.json -Info 36 [00:01:02.000] After ensureProjectForOpenFiles: -Info 37 [00:01:03.000] Project '/a/b/tsconfig.json' (Configured) -Info 37 [00:01:04.000] Files (1) - -Info 37 [00:01:05.000] ----------------------------------------------- -Info 37 [00:01:06.000] Open files: -Info 37 [00:01:07.000] FileName: /a/b/referenceFile1.ts ProjectRootPath: undefined -Info 37 [00:01:08.000] Projects: /a/b/tsconfig.json -Info 37 [00:01:09.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/referenceFile1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/referenceFile1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -172,8 +166,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/a/b/node_modules/@types: - {"pollingInterval":500} /a/b/modulefile1.ts: *new* {"pollingInterval":500} @@ -187,7 +179,7 @@ FsWatchesRecursive:: Before request -Info 38 [00:01:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -196,7 +188,7 @@ Info 38 [00:01:10.000] request: "seq": 3, "type": "request" } -Info 39 [00:01:11.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [], "responseRequired": true diff --git a/tests/baselines/reference/tsserver/compileOnSave/configProjects-uptodate-with-changes-in-non-open-files.js b/tests/baselines/reference/tsserver/compileOnSave/configProjects-uptodate-with-changes-in-non-open-files.js index 1a9d320fd4c1b..de259093095cc 100644 --- a/tests/baselines/reference/tsserver/compileOnSave/configProjects-uptodate-with-changes-in-non-open-files.js +++ b/tests/baselines/reference/tsserver/compileOnSave/configProjects-uptodate-with-changes-in-non-open-files.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:23.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/b/moduleFile1.ts] export function Foo() { }; @@ -35,7 +35,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:24.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -44,11 +44,11 @@ Info 1 [00:00:24.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:25.000] Search path: /a/b -Info 3 [00:00:26.000] For info: /a/b/moduleFile1.ts :: Config file name: /a/b/tsconfig.json -Info 4 [00:00:27.000] Creating configuration project /a/b/tsconfig.json -Info 5 [00:00:28.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 6 [00:00:29.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/moduleFile1.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/b/tsconfig.json : { "rootNames": [ "/a/b/file1Consumer1.ts", "/a/b/file1Consumer2.ts", @@ -60,19 +60,17 @@ Info 6 [00:00:29.000] Config: /a/b/tsconfig.json : { "configFilePath": "/a/b/tsconfig.json" } } -Info 7 [00:00:30.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:31.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:32.000] FileWatcher:: Added:: WatchInfo: /a/b/file1Consumer1.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:33.000] FileWatcher:: Added:: WatchInfo: /a/b/file1Consumer2.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /a/b/globalFile3.ts 500 undefined WatchType: Closed Script info -Info 12 [00:00:35.000] FileWatcher:: Added:: WatchInfo: /a/b/moduleFile2.ts 500 undefined WatchType: Closed Script info -Info 13 [00:00:36.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 14 [00:00:37.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 15 [00:00:38.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 16 [00:00:39.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 17 [00:00:40.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 18 [00:00:41.000] Project '/a/b/tsconfig.json' (Configured) -Info 19 [00:00:42.000] Files (6) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/file1Consumer1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/file1Consumer2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/globalFile3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/moduleFile2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/moduleFile1.ts SVC-1-0 "export function Foo() { };" /a/b/file1Consumer1.ts Text-1 "import {Foo} from \"./moduleFile1\"; export var y = 10;" @@ -96,24 +94,20 @@ Info 19 [00:00:42.000] Files (6) moduleFile2.ts Matched by default include pattern '**/*' -Info 20 [00:00:43.000] ----------------------------------------------- -Info 21 [00:00:44.000] Project '/a/b/tsconfig.json' (Configured) -Info 21 [00:00:45.000] Files (6) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) -Info 21 [00:00:46.000] ----------------------------------------------- -Info 21 [00:00:47.000] Open files: -Info 21 [00:00:48.000] FileName: /a/b/moduleFile1.ts ProjectRootPath: undefined -Info 21 [00:00:49.000] Projects: /a/b/tsconfig.json -Info 21 [00:00:50.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/moduleFile1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request -PolledWatches:: -/a/b/node_modules/@types: *new* - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: *new* {} @@ -134,7 +128,7 @@ FsWatchesRecursive:: Before request -Info 22 [00:00:51.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -144,7 +138,7 @@ Info 22 [00:00:51.000] request: "seq": 2, "type": "request" } -Info 23 [00:00:52.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -161,16 +155,16 @@ Info 23 [00:00:52.000] response: } After request -Info 24 [00:00:56.000] FileWatcher:: Triggered with /a/b/file1Consumer1.ts 1:: WatchInfo: /a/b/file1Consumer1.ts 500 undefined WatchType: Closed Script info -Info 25 [00:00:57.000] Scheduled: /a/b/tsconfig.json -Info 26 [00:00:58.000] Scheduled: *ensureProjectForOpenFiles* -Info 27 [00:00:59.000] Elapsed:: *ms FileWatcher:: Triggered with /a/b/file1Consumer1.ts 1:: WatchInfo: /a/b/file1Consumer1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /a/b/file1Consumer1.ts 1:: WatchInfo: /a/b/file1Consumer1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /a/b/file1Consumer1.ts 1:: WatchInfo: /a/b/file1Consumer1.ts 500 undefined WatchType: Closed Script info Before request //// [/a/b/file1Consumer1.ts] let y = 10; -Info 28 [00:01:00.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { @@ -184,7 +178,7 @@ Info 28 [00:01:00.000] request: "seq": 3, "type": "request" } -Info 29 [00:01:01.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -192,7 +186,7 @@ After request Before request -Info 30 [00:01:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -202,10 +196,10 @@ Info 30 [00:01:02.000] request: "seq": 4, "type": "request" } -Info 31 [00:01:03.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 32 [00:01:04.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms -Info 33 [00:01:05.000] Project '/a/b/tsconfig.json' (Configured) -Info 34 [00:01:06.000] Files (6) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/file1Consumer1.ts Text-2 "let y = 10;" /a/b/moduleFile1.ts SVC-1-1 "export var T: number;export function Foo() { };" @@ -213,8 +207,8 @@ Info 34 [00:01:06.000] Files (6) /a/b/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" /a/b/moduleFile2.ts Text-1 "export var Foo4 = 10;" -Info 35 [00:01:07.000] ----------------------------------------------- -Info 36 [00:01:08.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": [ { diff --git a/tests/baselines/reference/tsserver/compileOnSave/configProjects-uptodate-with-deleted-files.js b/tests/baselines/reference/tsserver/compileOnSave/configProjects-uptodate-with-deleted-files.js index f2ddfb557b408..dafbea51d5244 100644 --- a/tests/baselines/reference/tsserver/compileOnSave/configProjects-uptodate-with-deleted-files.js +++ b/tests/baselines/reference/tsserver/compileOnSave/configProjects-uptodate-with-deleted-files.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:23.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/b/moduleFile1.ts] export function Foo() { }; @@ -35,7 +35,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:24.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -44,11 +44,11 @@ Info 1 [00:00:24.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:25.000] Search path: /a/b -Info 3 [00:00:26.000] For info: /a/b/moduleFile1.ts :: Config file name: /a/b/tsconfig.json -Info 4 [00:00:27.000] Creating configuration project /a/b/tsconfig.json -Info 5 [00:00:28.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 6 [00:00:29.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/moduleFile1.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/b/tsconfig.json : { "rootNames": [ "/a/b/file1Consumer1.ts", "/a/b/file1Consumer2.ts", @@ -60,19 +60,17 @@ Info 6 [00:00:29.000] Config: /a/b/tsconfig.json : { "configFilePath": "/a/b/tsconfig.json" } } -Info 7 [00:00:30.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:31.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:32.000] FileWatcher:: Added:: WatchInfo: /a/b/file1Consumer1.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:33.000] FileWatcher:: Added:: WatchInfo: /a/b/file1Consumer2.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /a/b/globalFile3.ts 500 undefined WatchType: Closed Script info -Info 12 [00:00:35.000] FileWatcher:: Added:: WatchInfo: /a/b/moduleFile2.ts 500 undefined WatchType: Closed Script info -Info 13 [00:00:36.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 14 [00:00:37.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 15 [00:00:38.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 16 [00:00:39.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 17 [00:00:40.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 18 [00:00:41.000] Project '/a/b/tsconfig.json' (Configured) -Info 19 [00:00:42.000] Files (6) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/file1Consumer1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/file1Consumer2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/globalFile3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/moduleFile2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/moduleFile1.ts SVC-1-0 "export function Foo() { };" /a/b/file1Consumer1.ts Text-1 "import {Foo} from \"./moduleFile1\"; export var y = 10;" @@ -96,24 +94,20 @@ Info 19 [00:00:42.000] Files (6) moduleFile2.ts Matched by default include pattern '**/*' -Info 20 [00:00:43.000] ----------------------------------------------- -Info 21 [00:00:44.000] Project '/a/b/tsconfig.json' (Configured) -Info 21 [00:00:45.000] Files (6) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) -Info 21 [00:00:46.000] ----------------------------------------------- -Info 21 [00:00:47.000] Open files: -Info 21 [00:00:48.000] FileName: /a/b/moduleFile1.ts ProjectRootPath: undefined -Info 21 [00:00:49.000] Projects: /a/b/tsconfig.json -Info 21 [00:00:50.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/moduleFile1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request -PolledWatches:: -/a/b/node_modules/@types: *new* - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: *new* {} @@ -134,7 +128,7 @@ FsWatchesRecursive:: Before request -Info 22 [00:00:51.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -144,7 +138,7 @@ Info 22 [00:00:51.000] request: "seq": 2, "type": "request" } -Info 23 [00:00:52.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -163,7 +157,7 @@ After request Before request -Info 24 [00:00:53.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { @@ -177,28 +171,24 @@ Info 24 [00:00:53.000] request: "seq": 3, "type": "request" } -Info 25 [00:00:54.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request -Info 26 [00:00:56.000] FileWatcher:: Triggered with /a/b/file1Consumer2.ts 2:: WatchInfo: /a/b/file1Consumer2.ts 500 undefined WatchType: Closed Script info -Info 27 [00:00:57.000] FileWatcher:: Close:: WatchInfo: /a/b/file1Consumer2.ts 500 undefined WatchType: Closed Script info -Info 28 [00:00:58.000] Scheduled: /a/b/tsconfig.json -Info 29 [00:00:59.000] Scheduled: *ensureProjectForOpenFiles* -Info 30 [00:01:00.000] Elapsed:: *ms FileWatcher:: Triggered with /a/b/file1Consumer2.ts 2:: WatchInfo: /a/b/file1Consumer2.ts 500 undefined WatchType: Closed Script info -Info 31 [00:01:01.000] DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 32 [00:01:02.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 33 [00:01:03.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 34 [00:01:04.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /a/b/file1Consumer2.ts 2:: WatchInfo: /a/b/file1Consumer2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/file1Consumer2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /a/b/file1Consumer2.ts 2:: WatchInfo: /a/b/file1Consumer2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /a/b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory Before request //// [/a/b/file1Consumer2.ts] deleted -PolledWatches:: -/a/b/node_modules/@types: - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: {} @@ -219,7 +209,7 @@ FsWatchesRecursive:: /a/b: {} -Info 35 [00:01:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -229,10 +219,10 @@ Info 35 [00:01:05.000] request: "seq": 4, "type": "request" } -Info 36 [00:01:06.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 37 [00:01:07.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 38 [00:01:08.000] Project '/a/b/tsconfig.json' (Configured) -Info 39 [00:01:09.000] Files (5) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/moduleFile1.ts SVC-1-1 "export var T: number;export function Foo() { };" /a/b/file1Consumer1.ts Text-1 "import {Foo} from \"./moduleFile1\"; export var y = 10;" @@ -252,8 +242,8 @@ Info 39 [00:01:09.000] Files (5) moduleFile2.ts Matched by default include pattern '**/*' -Info 40 [00:01:10.000] ----------------------------------------------- -Info 41 [00:01:11.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": [ { diff --git a/tests/baselines/reference/tsserver/compileOnSave/configProjects-uptodate-with-new-files.js b/tests/baselines/reference/tsserver/compileOnSave/configProjects-uptodate-with-new-files.js index 0d77b8a01a657..07f70018b977c 100644 --- a/tests/baselines/reference/tsserver/compileOnSave/configProjects-uptodate-with-new-files.js +++ b/tests/baselines/reference/tsserver/compileOnSave/configProjects-uptodate-with-new-files.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:23.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/b/moduleFile1.ts] export function Foo() { }; @@ -35,7 +35,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:24.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -44,11 +44,11 @@ Info 1 [00:00:24.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:25.000] Search path: /a/b -Info 3 [00:00:26.000] For info: /a/b/moduleFile1.ts :: Config file name: /a/b/tsconfig.json -Info 4 [00:00:27.000] Creating configuration project /a/b/tsconfig.json -Info 5 [00:00:28.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 6 [00:00:29.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/moduleFile1.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/b/tsconfig.json : { "rootNames": [ "/a/b/file1Consumer1.ts", "/a/b/file1Consumer2.ts", @@ -60,19 +60,17 @@ Info 6 [00:00:29.000] Config: /a/b/tsconfig.json : { "configFilePath": "/a/b/tsconfig.json" } } -Info 7 [00:00:30.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:31.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:32.000] FileWatcher:: Added:: WatchInfo: /a/b/file1Consumer1.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:33.000] FileWatcher:: Added:: WatchInfo: /a/b/file1Consumer2.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /a/b/globalFile3.ts 500 undefined WatchType: Closed Script info -Info 12 [00:00:35.000] FileWatcher:: Added:: WatchInfo: /a/b/moduleFile2.ts 500 undefined WatchType: Closed Script info -Info 13 [00:00:36.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 14 [00:00:37.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 15 [00:00:38.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 16 [00:00:39.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 17 [00:00:40.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 18 [00:00:41.000] Project '/a/b/tsconfig.json' (Configured) -Info 19 [00:00:42.000] Files (6) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/file1Consumer1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/file1Consumer2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/globalFile3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/moduleFile2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/moduleFile1.ts SVC-1-0 "export function Foo() { };" /a/b/file1Consumer1.ts Text-1 "import {Foo} from \"./moduleFile1\"; export var y = 10;" @@ -96,24 +94,20 @@ Info 19 [00:00:42.000] Files (6) moduleFile2.ts Matched by default include pattern '**/*' -Info 20 [00:00:43.000] ----------------------------------------------- -Info 21 [00:00:44.000] Project '/a/b/tsconfig.json' (Configured) -Info 21 [00:00:45.000] Files (6) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) -Info 21 [00:00:46.000] ----------------------------------------------- -Info 21 [00:00:47.000] Open files: -Info 21 [00:00:48.000] FileName: /a/b/moduleFile1.ts ProjectRootPath: undefined -Info 21 [00:00:49.000] Projects: /a/b/tsconfig.json -Info 21 [00:00:50.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/moduleFile1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request -PolledWatches:: -/a/b/node_modules/@types: *new* - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: *new* {} @@ -134,7 +128,7 @@ FsWatchesRecursive:: Before request -Info 22 [00:00:51.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -144,7 +138,7 @@ Info 22 [00:00:51.000] request: "seq": 2, "type": "request" } -Info 23 [00:00:52.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -161,10 +155,10 @@ Info 23 [00:00:52.000] response: } After request -Info 24 [00:00:55.000] DirectoryWatcher:: Triggered with /a/b/file1Consumer3.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 25 [00:00:56.000] Scheduled: /a/b/tsconfig.json -Info 26 [00:00:57.000] Scheduled: *ensureProjectForOpenFiles* -Info 27 [00:00:58.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/file1Consumer3.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /a/b/file1Consumer3.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/file1Consumer3.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory Before running Timeout callback:: count: 2 1: /a/b/tsconfig.json 2: *ensureProjectForOpenFiles* @@ -172,12 +166,12 @@ Before running Timeout callback:: count: 2 import {Foo} from "./moduleFile1"; let y = Foo(); -Info 28 [00:00:59.000] Running: /a/b/tsconfig.json -Info 29 [00:01:00.000] FileWatcher:: Added:: WatchInfo: /a/b/file1Consumer3.ts 500 undefined WatchType: Closed Script info -Info 30 [00:01:01.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 31 [00:01:02.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 32 [00:01:03.000] Project '/a/b/tsconfig.json' (Configured) -Info 33 [00:01:04.000] Files (7) +Info seq [hh:mm:ss:mss] Running: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/file1Consumer3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (7) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/moduleFile1.ts SVC-1-0 "export function Foo() { };" /a/b/file1Consumer1.ts Text-1 "import {Foo} from \"./moduleFile1\"; export var y = 10;" @@ -205,30 +199,26 @@ Info 33 [00:01:04.000] Files (7) file1Consumer3.ts Matched by default include pattern '**/*' -Info 34 [00:01:05.000] ----------------------------------------------- -Info 35 [00:01:06.000] Running: *ensureProjectForOpenFiles* -Info 36 [00:01:07.000] Before ensureProjectForOpenFiles: -Info 37 [00:01:08.000] Project '/a/b/tsconfig.json' (Configured) -Info 37 [00:01:09.000] Files (7) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (7) -Info 37 [00:01:10.000] ----------------------------------------------- -Info 37 [00:01:11.000] Open files: -Info 37 [00:01:12.000] FileName: /a/b/moduleFile1.ts ProjectRootPath: undefined -Info 37 [00:01:13.000] Projects: /a/b/tsconfig.json -Info 37 [00:01:14.000] After ensureProjectForOpenFiles: -Info 38 [00:01:15.000] Project '/a/b/tsconfig.json' (Configured) -Info 38 [00:01:16.000] Files (7) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/moduleFile1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (7) -Info 38 [00:01:17.000] ----------------------------------------------- -Info 38 [00:01:18.000] Open files: -Info 38 [00:01:19.000] FileName: /a/b/moduleFile1.ts ProjectRootPath: undefined -Info 38 [00:01:20.000] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/moduleFile1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json After running Timeout callback:: count: 0 -PolledWatches:: -/a/b/node_modules/@types: - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: {} @@ -251,7 +241,7 @@ FsWatchesRecursive:: Before request -Info 38 [00:01:21.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { @@ -265,7 +255,7 @@ Info 38 [00:01:21.000] request: "seq": 3, "type": "request" } -Info 39 [00:01:22.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -273,7 +263,7 @@ After request Before request -Info 40 [00:01:23.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -283,10 +273,10 @@ Info 40 [00:01:23.000] request: "seq": 4, "type": "request" } -Info 41 [00:01:24.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 42 [00:01:25.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 43 [00:01:26.000] Project '/a/b/tsconfig.json' (Configured) -Info 44 [00:01:27.000] Files (7) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (7) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/moduleFile1.ts SVC-1-1 "export var T: number;export function Foo() { };" /a/b/file1Consumer1.ts Text-1 "import {Foo} from \"./moduleFile1\"; export var y = 10;" @@ -295,8 +285,8 @@ Info 44 [00:01:27.000] Files (7) /a/b/moduleFile2.ts Text-1 "export var Foo4 = 10;" /a/b/file1Consumer3.ts Text-1 "import {Foo} from \"./moduleFile1\"; let y = Foo();" -Info 45 [00:01:28.000] ----------------------------------------------- -Info 46 [00:01:29.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": [ { diff --git a/tests/baselines/reference/tsserver/compileOnSave/configProjects-uptodate-with-reference-map-changes.js b/tests/baselines/reference/tsserver/compileOnSave/configProjects-uptodate-with-reference-map-changes.js index d2c349c8d9abd..db26229c186d5 100644 --- a/tests/baselines/reference/tsserver/compileOnSave/configProjects-uptodate-with-reference-map-changes.js +++ b/tests/baselines/reference/tsserver/compileOnSave/configProjects-uptodate-with-reference-map-changes.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:23.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/b/moduleFile1.ts] export function Foo() { }; @@ -35,7 +35,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:24.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -44,11 +44,11 @@ Info 1 [00:00:24.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:25.000] Search path: /a/b -Info 3 [00:00:26.000] For info: /a/b/moduleFile1.ts :: Config file name: /a/b/tsconfig.json -Info 4 [00:00:27.000] Creating configuration project /a/b/tsconfig.json -Info 5 [00:00:28.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 6 [00:00:29.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/moduleFile1.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/b/tsconfig.json : { "rootNames": [ "/a/b/file1Consumer1.ts", "/a/b/file1Consumer2.ts", @@ -60,19 +60,17 @@ Info 6 [00:00:29.000] Config: /a/b/tsconfig.json : { "configFilePath": "/a/b/tsconfig.json" } } -Info 7 [00:00:30.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:31.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:32.000] FileWatcher:: Added:: WatchInfo: /a/b/file1Consumer1.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:33.000] FileWatcher:: Added:: WatchInfo: /a/b/file1Consumer2.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /a/b/globalFile3.ts 500 undefined WatchType: Closed Script info -Info 12 [00:00:35.000] FileWatcher:: Added:: WatchInfo: /a/b/moduleFile2.ts 500 undefined WatchType: Closed Script info -Info 13 [00:00:36.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 14 [00:00:37.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 15 [00:00:38.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 16 [00:00:39.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 17 [00:00:40.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 18 [00:00:41.000] Project '/a/b/tsconfig.json' (Configured) -Info 19 [00:00:42.000] Files (6) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/file1Consumer1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/file1Consumer2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/globalFile3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/moduleFile2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/moduleFile1.ts SVC-1-0 "export function Foo() { };" /a/b/file1Consumer1.ts Text-1 "import {Foo} from \"./moduleFile1\"; export var y = 10;" @@ -96,24 +94,20 @@ Info 19 [00:00:42.000] Files (6) moduleFile2.ts Matched by default include pattern '**/*' -Info 20 [00:00:43.000] ----------------------------------------------- -Info 21 [00:00:44.000] Project '/a/b/tsconfig.json' (Configured) -Info 21 [00:00:45.000] Files (6) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) -Info 21 [00:00:46.000] ----------------------------------------------- -Info 21 [00:00:47.000] Open files: -Info 21 [00:00:48.000] FileName: /a/b/moduleFile1.ts ProjectRootPath: undefined -Info 21 [00:00:49.000] Projects: /a/b/tsconfig.json -Info 21 [00:00:50.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/moduleFile1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request -PolledWatches:: -/a/b/node_modules/@types: *new* - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: *new* {} @@ -134,7 +128,7 @@ FsWatchesRecursive:: Before request -Info 22 [00:00:51.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -143,28 +137,24 @@ Info 22 [00:00:51.000] request: "seq": 2, "type": "request" } -Info 23 [00:00:52.000] FileWatcher:: Close:: WatchInfo: /a/b/file1Consumer1.ts 500 undefined WatchType: Closed Script info -Info 24 [00:00:53.000] Search path: /a/b -Info 25 [00:00:54.000] For info: /a/b/file1Consumer1.ts :: Config file name: /a/b/tsconfig.json -Info 26 [00:00:55.000] Project '/a/b/tsconfig.json' (Configured) -Info 26 [00:00:56.000] Files (6) - -Info 26 [00:00:57.000] ----------------------------------------------- -Info 26 [00:00:58.000] Open files: -Info 26 [00:00:59.000] FileName: /a/b/moduleFile1.ts ProjectRootPath: undefined -Info 26 [00:01:00.000] Projects: /a/b/tsconfig.json -Info 26 [00:01:01.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 26 [00:01:02.000] Projects: /a/b/tsconfig.json -Info 26 [00:01:03.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/file1Consumer1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/file1Consumer1.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/moduleFile1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request -PolledWatches:: -/a/b/node_modules/@types: - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: {} @@ -187,7 +177,7 @@ FsWatchesRecursive:: Before request -Info 27 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -197,7 +187,7 @@ Info 27 [00:01:04.000] request: "seq": 3, "type": "request" } -Info 28 [00:01:05.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -216,7 +206,7 @@ After request Before request -Info 29 [00:01:06.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { @@ -230,7 +220,7 @@ Info 29 [00:01:06.000] request: "seq": 4, "type": "request" } -Info 30 [00:01:07.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -238,7 +228,7 @@ After request Before request -Info 31 [00:01:08.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { @@ -252,7 +242,7 @@ Info 31 [00:01:08.000] request: "seq": 5, "type": "request" } -Info 32 [00:01:09.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -260,7 +250,7 @@ After request Before request -Info 33 [00:01:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -270,10 +260,10 @@ Info 33 [00:01:10.000] request: "seq": 6, "type": "request" } -Info 34 [00:01:11.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 35 [00:01:12.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms -Info 36 [00:01:13.000] Project '/a/b/tsconfig.json' (Configured) -Info 37 [00:01:14.000] Files (6) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/file1Consumer1.ts SVC-2-1 "File1\"; export var y = 10;" /a/b/moduleFile1.ts SVC-1-1 "export var T: number;export function Foo() { };" @@ -281,8 +271,8 @@ Info 37 [00:01:14.000] Files (6) /a/b/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" /a/b/moduleFile2.ts Text-1 "export var Foo4 = 10;" -Info 38 [00:01:15.000] ----------------------------------------------- -Info 39 [00:01:16.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -300,7 +290,7 @@ After request Before request -Info 40 [00:01:17.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { @@ -314,7 +304,7 @@ Info 40 [00:01:17.000] request: "seq": 7, "type": "request" } -Info 41 [00:01:18.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -322,7 +312,7 @@ After request Before request -Info 42 [00:01:19.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { @@ -336,7 +326,7 @@ Info 42 [00:01:19.000] request: "seq": 8, "type": "request" } -Info 43 [00:01:20.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -344,7 +334,7 @@ After request Before request -Info 44 [00:01:21.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -354,10 +344,10 @@ Info 44 [00:01:21.000] request: "seq": 9, "type": "request" } -Info 45 [00:01:22.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 46 [00:01:23.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 3 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms -Info 47 [00:01:24.000] Project '/a/b/tsconfig.json' (Configured) -Info 48 [00:01:25.000] Files (6) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 3 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/moduleFile1.ts SVC-1-2 "export var T2: string;export var T: number;export function Foo() { };" /a/b/file1Consumer1.ts SVC-2-2 "import {Foo} from \"./moduleFile1\";File1\"; export var y = 10;" @@ -365,8 +355,8 @@ Info 48 [00:01:25.000] Files (6) /a/b/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" /a/b/moduleFile2.ts Text-1 "export var Foo4 = 10;" -Info 49 [00:01:26.000] ----------------------------------------------- -Info 50 [00:01:27.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": [ { diff --git a/tests/baselines/reference/tsserver/compileOnSave/dtsFileChange-in-global-file-with-composite.js b/tests/baselines/reference/tsserver/compileOnSave/dtsFileChange-in-global-file-with-composite.js index 2896cb5e786af..e1c85b8cecd2d 100644 --- a/tests/baselines/reference/tsserver/compileOnSave/dtsFileChange-in-global-file-with-composite.js +++ b/tests/baselines/reference/tsserver/compileOnSave/dtsFileChange-in-global-file-with-composite.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:13.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/runtime/a.d.ts] declare const x: string; @@ -11,7 +11,7 @@ var y = 1; {"compilerOptions":{"composite":true},"compileOnSave":true} -Info 1 [00:00:14.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -20,11 +20,11 @@ Info 1 [00:00:14.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:15.000] Search path: /a/runtime -Info 3 [00:00:16.000] For info: /a/runtime/a.d.ts :: Config file name: /a/tsconfig.json -Info 4 [00:00:17.000] Creating configuration project /a/tsconfig.json -Info 5 [00:00:18.000] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 6 [00:00:19.000] Config: /a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a/runtime +Info seq [hh:mm:ss:mss] For info: /a/runtime/a.d.ts :: Config file name: /a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/tsconfig.json : { "rootNames": [ "/a/b.ts", "/a/runtime/a.d.ts" @@ -34,16 +34,14 @@ Info 6 [00:00:19.000] Config: /a/tsconfig.json : { "configFilePath": "/a/tsconfig.json" } } -Info 7 [00:00:20.000] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:21.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:22.000] FileWatcher:: Added:: WatchInfo: /a/b.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:23.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 11 [00:00:24.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 12 [00:00:25.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 13 [00:00:26.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 14 [00:00:27.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:28.000] Project '/a/tsconfig.json' (Configured) -Info 16 [00:00:29.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/b.ts Text-1 "var y = 1;" /a/runtime/a.d.ts SVC-1-0 "declare const x: string;" @@ -53,17 +51,17 @@ Info 16 [00:00:29.000] Files (2) runtime/a.d.ts Matched by default include pattern '**/*' -Info 17 [00:00:30.000] ----------------------------------------------- -Info 18 [00:00:31.000] Search path: /a -Info 19 [00:00:32.000] For info: /a/tsconfig.json :: No config files found. -Info 20 [00:00:33.000] Project '/a/tsconfig.json' (Configured) -Info 20 [00:00:34.000] Files (2) - -Info 20 [00:00:35.000] ----------------------------------------------- -Info 20 [00:00:36.000] Open files: -Info 20 [00:00:37.000] FileName: /a/runtime/a.d.ts ProjectRootPath: undefined -Info 20 [00:00:38.000] Projects: /a/tsconfig.json -Info 20 [00:00:39.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/runtime/a.d.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -72,8 +70,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/tsconfig.json: *new* @@ -87,7 +83,7 @@ FsWatchesRecursive:: Before request -Info 21 [00:00:40.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -96,21 +92,21 @@ Info 21 [00:00:40.000] request: "seq": 2, "type": "request" } -Info 22 [00:00:41.000] FileWatcher:: Close:: WatchInfo: /a/b.ts 500 undefined WatchType: Closed Script info -Info 23 [00:00:42.000] Search path: /a -Info 24 [00:00:43.000] For info: /a/b.ts :: Config file name: /a/tsconfig.json -Info 25 [00:00:44.000] Search path: /a -Info 26 [00:00:45.000] For info: /a/tsconfig.json :: No config files found. -Info 27 [00:00:46.000] Project '/a/tsconfig.json' (Configured) -Info 27 [00:00:47.000] Files (2) - -Info 27 [00:00:48.000] ----------------------------------------------- -Info 27 [00:00:49.000] Open files: -Info 27 [00:00:50.000] FileName: /a/runtime/a.d.ts ProjectRootPath: undefined -Info 27 [00:00:51.000] Projects: /a/tsconfig.json -Info 27 [00:00:52.000] FileName: /a/b.ts ProjectRootPath: undefined -Info 27 [00:00:53.000] Projects: /a/tsconfig.json -Info 27 [00:00:54.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/b.ts :: Config file name: /a/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/runtime/a.d.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /a/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -119,8 +115,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/a/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/tsconfig.json: @@ -136,7 +130,7 @@ FsWatchesRecursive:: Before request -Info 28 [00:00:55.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -145,27 +139,27 @@ Info 28 [00:00:55.000] request: "seq": 3, "type": "request" } -Info 29 [00:00:56.000] Before ensureProjectForOpenFiles: -Info 30 [00:00:57.000] Project '/a/tsconfig.json' (Configured) -Info 30 [00:00:58.000] Files (2) - -Info 30 [00:00:59.000] ----------------------------------------------- -Info 30 [00:01:00.000] Open files: -Info 30 [00:01:01.000] FileName: /a/runtime/a.d.ts ProjectRootPath: undefined -Info 30 [00:01:02.000] Projects: /a/tsconfig.json -Info 30 [00:01:03.000] FileName: /a/b.ts ProjectRootPath: undefined -Info 30 [00:01:04.000] Projects: /a/tsconfig.json -Info 30 [00:01:05.000] After ensureProjectForOpenFiles: -Info 31 [00:01:06.000] Project '/a/tsconfig.json' (Configured) -Info 31 [00:01:07.000] Files (2) - -Info 31 [00:01:08.000] ----------------------------------------------- -Info 31 [00:01:09.000] Open files: -Info 31 [00:01:10.000] FileName: /a/runtime/a.d.ts ProjectRootPath: undefined -Info 31 [00:01:11.000] Projects: /a/tsconfig.json -Info 31 [00:01:12.000] FileName: /a/b.ts ProjectRootPath: undefined -Info 31 [00:01:13.000] Projects: /a/tsconfig.json -Info 31 [00:01:14.000] response: +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/runtime/a.d.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /a/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/runtime/a.d.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /a/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -183,7 +177,7 @@ After request Before request -Info 32 [00:01:15.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -192,7 +186,7 @@ Info 32 [00:01:15.000] request: "seq": 4, "type": "request" } -Info 33 [00:01:16.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [ { diff --git a/tests/baselines/reference/tsserver/compileOnSave/dtsFileChange-in-global-file-with-decorator-emit.js b/tests/baselines/reference/tsserver/compileOnSave/dtsFileChange-in-global-file-with-decorator-emit.js index 3a9aef357d66e..5d8f3b327350b 100644 --- a/tests/baselines/reference/tsserver/compileOnSave/dtsFileChange-in-global-file-with-decorator-emit.js +++ b/tests/baselines/reference/tsserver/compileOnSave/dtsFileChange-in-global-file-with-decorator-emit.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:13.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/runtime/a.d.ts] declare const x: string; @@ -11,7 +11,7 @@ var y = 1; {"compilerOptions":{"experimentalDecorators":true,"emitDecoratorMetadata":true},"compileOnSave":true} -Info 1 [00:00:14.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -20,11 +20,11 @@ Info 1 [00:00:14.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:15.000] Search path: /a/runtime -Info 3 [00:00:16.000] For info: /a/runtime/a.d.ts :: Config file name: /a/tsconfig.json -Info 4 [00:00:17.000] Creating configuration project /a/tsconfig.json -Info 5 [00:00:18.000] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 6 [00:00:19.000] Config: /a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a/runtime +Info seq [hh:mm:ss:mss] For info: /a/runtime/a.d.ts :: Config file name: /a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/tsconfig.json : { "rootNames": [ "/a/b.ts", "/a/runtime/a.d.ts" @@ -35,16 +35,14 @@ Info 6 [00:00:19.000] Config: /a/tsconfig.json : { "configFilePath": "/a/tsconfig.json" } } -Info 7 [00:00:20.000] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:21.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:22.000] FileWatcher:: Added:: WatchInfo: /a/b.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:23.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 11 [00:00:24.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 12 [00:00:25.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 13 [00:00:26.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 14 [00:00:27.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:28.000] Project '/a/tsconfig.json' (Configured) -Info 16 [00:00:29.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/b.ts Text-1 "var y = 1;" /a/runtime/a.d.ts SVC-1-0 "declare const x: string;" @@ -54,15 +52,15 @@ Info 16 [00:00:29.000] Files (2) runtime/a.d.ts Matched by default include pattern '**/*' -Info 17 [00:00:30.000] ----------------------------------------------- -Info 18 [00:00:31.000] Project '/a/tsconfig.json' (Configured) -Info 18 [00:00:32.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 18 [00:00:33.000] ----------------------------------------------- -Info 18 [00:00:34.000] Open files: -Info 18 [00:00:35.000] FileName: /a/runtime/a.d.ts ProjectRootPath: undefined -Info 18 [00:00:36.000] Projects: /a/tsconfig.json -Info 18 [00:00:37.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/runtime/a.d.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -71,8 +69,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/tsconfig.json: *new* @@ -86,7 +82,7 @@ FsWatchesRecursive:: Before request -Info 19 [00:00:38.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -95,19 +91,19 @@ Info 19 [00:00:38.000] request: "seq": 2, "type": "request" } -Info 20 [00:00:39.000] FileWatcher:: Close:: WatchInfo: /a/b.ts 500 undefined WatchType: Closed Script info -Info 21 [00:00:40.000] Search path: /a -Info 22 [00:00:41.000] For info: /a/b.ts :: Config file name: /a/tsconfig.json -Info 23 [00:00:42.000] Project '/a/tsconfig.json' (Configured) -Info 23 [00:00:43.000] Files (2) - -Info 23 [00:00:44.000] ----------------------------------------------- -Info 23 [00:00:45.000] Open files: -Info 23 [00:00:46.000] FileName: /a/runtime/a.d.ts ProjectRootPath: undefined -Info 23 [00:00:47.000] Projects: /a/tsconfig.json -Info 23 [00:00:48.000] FileName: /a/b.ts ProjectRootPath: undefined -Info 23 [00:00:49.000] Projects: /a/tsconfig.json -Info 23 [00:00:50.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/b.ts :: Config file name: /a/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/runtime/a.d.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /a/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -116,8 +112,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/a/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/tsconfig.json: @@ -133,7 +127,7 @@ FsWatchesRecursive:: Before request -Info 24 [00:00:51.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -142,27 +136,27 @@ Info 24 [00:00:51.000] request: "seq": 3, "type": "request" } -Info 25 [00:00:52.000] Before ensureProjectForOpenFiles: -Info 26 [00:00:53.000] Project '/a/tsconfig.json' (Configured) -Info 26 [00:00:54.000] Files (2) - -Info 26 [00:00:55.000] ----------------------------------------------- -Info 26 [00:00:56.000] Open files: -Info 26 [00:00:57.000] FileName: /a/runtime/a.d.ts ProjectRootPath: undefined -Info 26 [00:00:58.000] Projects: /a/tsconfig.json -Info 26 [00:00:59.000] FileName: /a/b.ts ProjectRootPath: undefined -Info 26 [00:01:00.000] Projects: /a/tsconfig.json -Info 26 [00:01:01.000] After ensureProjectForOpenFiles: -Info 27 [00:01:02.000] Project '/a/tsconfig.json' (Configured) -Info 27 [00:01:03.000] Files (2) - -Info 27 [00:01:04.000] ----------------------------------------------- -Info 27 [00:01:05.000] Open files: -Info 27 [00:01:06.000] FileName: /a/runtime/a.d.ts ProjectRootPath: undefined -Info 27 [00:01:07.000] Projects: /a/tsconfig.json -Info 27 [00:01:08.000] FileName: /a/b.ts ProjectRootPath: undefined -Info 27 [00:01:09.000] Projects: /a/tsconfig.json -Info 27 [00:01:10.000] response: +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/runtime/a.d.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /a/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/runtime/a.d.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /a/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -180,7 +174,7 @@ After request Before request -Info 28 [00:01:11.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -189,7 +183,7 @@ Info 28 [00:01:11.000] request: "seq": 4, "type": "request" } -Info 29 [00:01:12.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [ { diff --git a/tests/baselines/reference/tsserver/compileOnSave/dtsFileChange-in-global-file-with-dts-emit.js b/tests/baselines/reference/tsserver/compileOnSave/dtsFileChange-in-global-file-with-dts-emit.js index f304f306a4097..97759f679a932 100644 --- a/tests/baselines/reference/tsserver/compileOnSave/dtsFileChange-in-global-file-with-dts-emit.js +++ b/tests/baselines/reference/tsserver/compileOnSave/dtsFileChange-in-global-file-with-dts-emit.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:13.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/runtime/a.d.ts] declare const x: string; @@ -11,7 +11,7 @@ var y = 1; {"compilerOptions":{"declaration":true},"compileOnSave":true} -Info 1 [00:00:14.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -20,11 +20,11 @@ Info 1 [00:00:14.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:15.000] Search path: /a/runtime -Info 3 [00:00:16.000] For info: /a/runtime/a.d.ts :: Config file name: /a/tsconfig.json -Info 4 [00:00:17.000] Creating configuration project /a/tsconfig.json -Info 5 [00:00:18.000] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 6 [00:00:19.000] Config: /a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a/runtime +Info seq [hh:mm:ss:mss] For info: /a/runtime/a.d.ts :: Config file name: /a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/tsconfig.json : { "rootNames": [ "/a/b.ts", "/a/runtime/a.d.ts" @@ -34,16 +34,14 @@ Info 6 [00:00:19.000] Config: /a/tsconfig.json : { "configFilePath": "/a/tsconfig.json" } } -Info 7 [00:00:20.000] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:21.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:22.000] FileWatcher:: Added:: WatchInfo: /a/b.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:23.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 11 [00:00:24.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 12 [00:00:25.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 13 [00:00:26.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 14 [00:00:27.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:28.000] Project '/a/tsconfig.json' (Configured) -Info 16 [00:00:29.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/b.ts Text-1 "var y = 1;" /a/runtime/a.d.ts SVC-1-0 "declare const x: string;" @@ -53,15 +51,15 @@ Info 16 [00:00:29.000] Files (2) runtime/a.d.ts Matched by default include pattern '**/*' -Info 17 [00:00:30.000] ----------------------------------------------- -Info 18 [00:00:31.000] Project '/a/tsconfig.json' (Configured) -Info 18 [00:00:32.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 18 [00:00:33.000] ----------------------------------------------- -Info 18 [00:00:34.000] Open files: -Info 18 [00:00:35.000] FileName: /a/runtime/a.d.ts ProjectRootPath: undefined -Info 18 [00:00:36.000] Projects: /a/tsconfig.json -Info 18 [00:00:37.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/runtime/a.d.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -70,8 +68,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/tsconfig.json: *new* @@ -85,7 +81,7 @@ FsWatchesRecursive:: Before request -Info 19 [00:00:38.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -94,19 +90,19 @@ Info 19 [00:00:38.000] request: "seq": 2, "type": "request" } -Info 20 [00:00:39.000] FileWatcher:: Close:: WatchInfo: /a/b.ts 500 undefined WatchType: Closed Script info -Info 21 [00:00:40.000] Search path: /a -Info 22 [00:00:41.000] For info: /a/b.ts :: Config file name: /a/tsconfig.json -Info 23 [00:00:42.000] Project '/a/tsconfig.json' (Configured) -Info 23 [00:00:43.000] Files (2) - -Info 23 [00:00:44.000] ----------------------------------------------- -Info 23 [00:00:45.000] Open files: -Info 23 [00:00:46.000] FileName: /a/runtime/a.d.ts ProjectRootPath: undefined -Info 23 [00:00:47.000] Projects: /a/tsconfig.json -Info 23 [00:00:48.000] FileName: /a/b.ts ProjectRootPath: undefined -Info 23 [00:00:49.000] Projects: /a/tsconfig.json -Info 23 [00:00:50.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/b.ts :: Config file name: /a/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/runtime/a.d.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /a/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -115,8 +111,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/a/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/tsconfig.json: @@ -132,7 +126,7 @@ FsWatchesRecursive:: Before request -Info 24 [00:00:51.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -141,27 +135,27 @@ Info 24 [00:00:51.000] request: "seq": 3, "type": "request" } -Info 25 [00:00:52.000] Before ensureProjectForOpenFiles: -Info 26 [00:00:53.000] Project '/a/tsconfig.json' (Configured) -Info 26 [00:00:54.000] Files (2) - -Info 26 [00:00:55.000] ----------------------------------------------- -Info 26 [00:00:56.000] Open files: -Info 26 [00:00:57.000] FileName: /a/runtime/a.d.ts ProjectRootPath: undefined -Info 26 [00:00:58.000] Projects: /a/tsconfig.json -Info 26 [00:00:59.000] FileName: /a/b.ts ProjectRootPath: undefined -Info 26 [00:01:00.000] Projects: /a/tsconfig.json -Info 26 [00:01:01.000] After ensureProjectForOpenFiles: -Info 27 [00:01:02.000] Project '/a/tsconfig.json' (Configured) -Info 27 [00:01:03.000] Files (2) - -Info 27 [00:01:04.000] ----------------------------------------------- -Info 27 [00:01:05.000] Open files: -Info 27 [00:01:06.000] FileName: /a/runtime/a.d.ts ProjectRootPath: undefined -Info 27 [00:01:07.000] Projects: /a/tsconfig.json -Info 27 [00:01:08.000] FileName: /a/b.ts ProjectRootPath: undefined -Info 27 [00:01:09.000] Projects: /a/tsconfig.json -Info 27 [00:01:10.000] response: +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/runtime/a.d.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /a/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/runtime/a.d.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /a/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -179,7 +173,7 @@ After request Before request -Info 28 [00:01:11.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -188,7 +182,7 @@ Info 28 [00:01:11.000] request: "seq": 4, "type": "request" } -Info 29 [00:01:12.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [ { diff --git a/tests/baselines/reference/tsserver/compileOnSave/dtsFileChange-in-global-file.js b/tests/baselines/reference/tsserver/compileOnSave/dtsFileChange-in-global-file.js index 06a1f30b4d827..325b39fcd2d84 100644 --- a/tests/baselines/reference/tsserver/compileOnSave/dtsFileChange-in-global-file.js +++ b/tests/baselines/reference/tsserver/compileOnSave/dtsFileChange-in-global-file.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:13.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/runtime/a.d.ts] declare const x: string; @@ -11,7 +11,7 @@ var y = 1; {"compilerOptions":{},"compileOnSave":true} -Info 1 [00:00:14.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -20,11 +20,11 @@ Info 1 [00:00:14.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:15.000] Search path: /a/runtime -Info 3 [00:00:16.000] For info: /a/runtime/a.d.ts :: Config file name: /a/tsconfig.json -Info 4 [00:00:17.000] Creating configuration project /a/tsconfig.json -Info 5 [00:00:18.000] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 6 [00:00:19.000] Config: /a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a/runtime +Info seq [hh:mm:ss:mss] For info: /a/runtime/a.d.ts :: Config file name: /a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/tsconfig.json : { "rootNames": [ "/a/b.ts", "/a/runtime/a.d.ts" @@ -33,16 +33,14 @@ Info 6 [00:00:19.000] Config: /a/tsconfig.json : { "configFilePath": "/a/tsconfig.json" } } -Info 7 [00:00:20.000] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:21.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:22.000] FileWatcher:: Added:: WatchInfo: /a/b.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:23.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 11 [00:00:24.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 12 [00:00:25.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 13 [00:00:26.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 14 [00:00:27.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:28.000] Project '/a/tsconfig.json' (Configured) -Info 16 [00:00:29.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/b.ts Text-1 "var y = 1;" /a/runtime/a.d.ts SVC-1-0 "declare const x: string;" @@ -52,15 +50,15 @@ Info 16 [00:00:29.000] Files (2) runtime/a.d.ts Matched by default include pattern '**/*' -Info 17 [00:00:30.000] ----------------------------------------------- -Info 18 [00:00:31.000] Project '/a/tsconfig.json' (Configured) -Info 18 [00:00:32.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 18 [00:00:33.000] ----------------------------------------------- -Info 18 [00:00:34.000] Open files: -Info 18 [00:00:35.000] FileName: /a/runtime/a.d.ts ProjectRootPath: undefined -Info 18 [00:00:36.000] Projects: /a/tsconfig.json -Info 18 [00:00:37.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/runtime/a.d.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -69,8 +67,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/tsconfig.json: *new* @@ -84,7 +80,7 @@ FsWatchesRecursive:: Before request -Info 19 [00:00:38.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -93,19 +89,19 @@ Info 19 [00:00:38.000] request: "seq": 2, "type": "request" } -Info 20 [00:00:39.000] FileWatcher:: Close:: WatchInfo: /a/b.ts 500 undefined WatchType: Closed Script info -Info 21 [00:00:40.000] Search path: /a -Info 22 [00:00:41.000] For info: /a/b.ts :: Config file name: /a/tsconfig.json -Info 23 [00:00:42.000] Project '/a/tsconfig.json' (Configured) -Info 23 [00:00:43.000] Files (2) - -Info 23 [00:00:44.000] ----------------------------------------------- -Info 23 [00:00:45.000] Open files: -Info 23 [00:00:46.000] FileName: /a/runtime/a.d.ts ProjectRootPath: undefined -Info 23 [00:00:47.000] Projects: /a/tsconfig.json -Info 23 [00:00:48.000] FileName: /a/b.ts ProjectRootPath: undefined -Info 23 [00:00:49.000] Projects: /a/tsconfig.json -Info 23 [00:00:50.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/b.ts :: Config file name: /a/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/runtime/a.d.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /a/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -114,8 +110,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/a/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/tsconfig.json: @@ -131,7 +125,7 @@ FsWatchesRecursive:: Before request -Info 24 [00:00:51.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -140,27 +134,27 @@ Info 24 [00:00:51.000] request: "seq": 3, "type": "request" } -Info 25 [00:00:52.000] Before ensureProjectForOpenFiles: -Info 26 [00:00:53.000] Project '/a/tsconfig.json' (Configured) -Info 26 [00:00:54.000] Files (2) - -Info 26 [00:00:55.000] ----------------------------------------------- -Info 26 [00:00:56.000] Open files: -Info 26 [00:00:57.000] FileName: /a/runtime/a.d.ts ProjectRootPath: undefined -Info 26 [00:00:58.000] Projects: /a/tsconfig.json -Info 26 [00:00:59.000] FileName: /a/b.ts ProjectRootPath: undefined -Info 26 [00:01:00.000] Projects: /a/tsconfig.json -Info 26 [00:01:01.000] After ensureProjectForOpenFiles: -Info 27 [00:01:02.000] Project '/a/tsconfig.json' (Configured) -Info 27 [00:01:03.000] Files (2) - -Info 27 [00:01:04.000] ----------------------------------------------- -Info 27 [00:01:05.000] Open files: -Info 27 [00:01:06.000] FileName: /a/runtime/a.d.ts ProjectRootPath: undefined -Info 27 [00:01:07.000] Projects: /a/tsconfig.json -Info 27 [00:01:08.000] FileName: /a/b.ts ProjectRootPath: undefined -Info 27 [00:01:09.000] Projects: /a/tsconfig.json -Info 27 [00:01:10.000] response: +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/runtime/a.d.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /a/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/runtime/a.d.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /a/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [], "responseRequired": true @@ -169,7 +163,7 @@ After request Before request -Info 28 [00:01:11.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -178,7 +172,7 @@ Info 28 [00:01:11.000] request: "seq": 4, "type": "request" } -Info 29 [00:01:12.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [ { diff --git a/tests/baselines/reference/tsserver/compileOnSave/dtsFileChange-in-module-file.js b/tests/baselines/reference/tsserver/compileOnSave/dtsFileChange-in-module-file.js index 1b0a290d11cfd..0c51156f1197a 100644 --- a/tests/baselines/reference/tsserver/compileOnSave/dtsFileChange-in-module-file.js +++ b/tests/baselines/reference/tsserver/compileOnSave/dtsFileChange-in-module-file.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:13.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/runtime/a.d.ts] export const x: string; @@ -11,7 +11,7 @@ import { x } from './runtime/a; {"compilerOptions":{},"compileOnSave":true} -Info 1 [00:00:14.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -20,11 +20,11 @@ Info 1 [00:00:14.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:15.000] Search path: /a/runtime -Info 3 [00:00:16.000] For info: /a/runtime/a.d.ts :: Config file name: /a/tsconfig.json -Info 4 [00:00:17.000] Creating configuration project /a/tsconfig.json -Info 5 [00:00:18.000] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 6 [00:00:19.000] Config: /a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a/runtime +Info seq [hh:mm:ss:mss] For info: /a/runtime/a.d.ts :: Config file name: /a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/tsconfig.json : { "rootNames": [ "/a/b.ts", "/a/runtime/a.d.ts" @@ -33,18 +33,16 @@ Info 6 [00:00:19.000] Config: /a/tsconfig.json : { "configFilePath": "/a/tsconfig.json" } } -Info 7 [00:00:20.000] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:21.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:22.000] FileWatcher:: Added:: WatchInfo: /a/b.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:23.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 11 [00:00:24.000] DirectoryWatcher:: Added:: WatchInfo: /a/runtime 1 undefined Project: /a/tsconfig.json WatchType: Failed Lookup Locations -Info 12 [00:00:25.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/runtime 1 undefined Project: /a/tsconfig.json WatchType: Failed Lookup Locations -Info 13 [00:00:26.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 14 [00:00:27.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 15 [00:00:28.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 16 [00:00:29.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 17 [00:00:30.000] Project '/a/tsconfig.json' (Configured) -Info 18 [00:00:31.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/runtime/a; 1 undefined Project: /a/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/runtime/a; 1 undefined Project: /a/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/b.ts Text-1 "import { x } from './runtime/a;" /a/runtime/a.d.ts SVC-1-0 "export const x: string;" @@ -54,24 +52,24 @@ Info 18 [00:00:31.000] Files (2) runtime/a.d.ts Matched by default include pattern '**/*' -Info 19 [00:00:32.000] ----------------------------------------------- -Info 20 [00:00:33.000] Project '/a/tsconfig.json' (Configured) -Info 20 [00:00:34.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 20 [00:00:35.000] ----------------------------------------------- -Info 20 [00:00:36.000] Open files: -Info 20 [00:00:37.000] FileName: /a/runtime/a.d.ts ProjectRootPath: undefined -Info 20 [00:00:38.000] Projects: /a/tsconfig.json -Info 20 [00:00:39.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/runtime/a.d.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request PolledWatches:: -/a/lib/lib.d.ts: *new* +/a/runtime/a;: *new* {"pollingInterval":500} -/a/node_modules/@types: *new* +/a/lib/lib.d.ts: *new* {"pollingInterval":500} FsWatches:: @@ -83,12 +81,10 @@ FsWatches:: FsWatchesRecursive:: /a: *new* {} -/a/runtime: *new* - {} Before request -Info 21 [00:00:40.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -97,28 +93,28 @@ Info 21 [00:00:40.000] request: "seq": 2, "type": "request" } -Info 22 [00:00:41.000] FileWatcher:: Close:: WatchInfo: /a/b.ts 500 undefined WatchType: Closed Script info -Info 23 [00:00:42.000] Search path: /a -Info 24 [00:00:43.000] For info: /a/b.ts :: Config file name: /a/tsconfig.json -Info 25 [00:00:44.000] Project '/a/tsconfig.json' (Configured) -Info 25 [00:00:45.000] Files (2) - -Info 25 [00:00:46.000] ----------------------------------------------- -Info 25 [00:00:47.000] Open files: -Info 25 [00:00:48.000] FileName: /a/runtime/a.d.ts ProjectRootPath: undefined -Info 25 [00:00:49.000] Projects: /a/tsconfig.json -Info 25 [00:00:50.000] FileName: /a/b.ts ProjectRootPath: undefined -Info 25 [00:00:51.000] Projects: /a/tsconfig.json -Info 25 [00:00:52.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/b.ts :: Config file name: /a/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/runtime/a.d.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /a/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request PolledWatches:: -/a/lib/lib.d.ts: +/a/runtime/a;: {"pollingInterval":500} -/a/node_modules/@types: +/a/lib/lib.d.ts: {"pollingInterval":500} FsWatches:: @@ -132,12 +128,10 @@ FsWatches *deleted*:: FsWatchesRecursive:: /a: {} -/a/runtime: - {} Before request -Info 26 [00:00:53.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -146,27 +140,27 @@ Info 26 [00:00:53.000] request: "seq": 3, "type": "request" } -Info 27 [00:00:54.000] Before ensureProjectForOpenFiles: -Info 28 [00:00:55.000] Project '/a/tsconfig.json' (Configured) -Info 28 [00:00:56.000] Files (2) - -Info 28 [00:00:57.000] ----------------------------------------------- -Info 28 [00:00:58.000] Open files: -Info 28 [00:00:59.000] FileName: /a/runtime/a.d.ts ProjectRootPath: undefined -Info 28 [00:01:00.000] Projects: /a/tsconfig.json -Info 28 [00:01:01.000] FileName: /a/b.ts ProjectRootPath: undefined -Info 28 [00:01:02.000] Projects: /a/tsconfig.json -Info 28 [00:01:03.000] After ensureProjectForOpenFiles: -Info 29 [00:01:04.000] Project '/a/tsconfig.json' (Configured) -Info 29 [00:01:05.000] Files (2) - -Info 29 [00:01:06.000] ----------------------------------------------- -Info 29 [00:01:07.000] Open files: -Info 29 [00:01:08.000] FileName: /a/runtime/a.d.ts ProjectRootPath: undefined -Info 29 [00:01:09.000] Projects: /a/tsconfig.json -Info 29 [00:01:10.000] FileName: /a/b.ts ProjectRootPath: undefined -Info 29 [00:01:11.000] Projects: /a/tsconfig.json -Info 29 [00:01:12.000] response: +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/runtime/a.d.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /a/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/runtime/a.d.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /a/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [], "responseRequired": true @@ -175,7 +169,7 @@ After request Before request -Info 30 [00:01:13.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -184,7 +178,7 @@ Info 30 [00:01:13.000] request: "seq": 4, "type": "request" } -Info 31 [00:01:14.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [ { diff --git a/tests/baselines/reference/tsserver/compileOnSave/emit-in-project-with-dts-emit.js b/tests/baselines/reference/tsserver/compileOnSave/emit-in-project-with-dts-emit.js index 7c045027be246..97e552ca11405 100644 --- a/tests/baselines/reference/tsserver/compileOnSave/emit-in-project-with-dts-emit.js +++ b/tests/baselines/reference/tsserver/compileOnSave/emit-in-project-with-dts-emit.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:25.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/file1.ts] const x = 1; @@ -33,7 +33,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:26.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -42,11 +42,11 @@ Info 1 [00:00:26.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:27.000] Search path: /user/username/projects/myproject -Info 3 [00:00:28.000] For info: /user/username/projects/myproject/file1.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 4 [00:00:29.000] Creating configuration project /user/username/projects/myproject/tsconfig.json -Info 5 [00:00:30.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 6 [00:00:31.000] Config: /user/username/projects/myproject/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/file1.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/file1.ts", "/user/username/projects/myproject/file2.ts", @@ -58,17 +58,19 @@ Info 6 [00:00:31.000] Config: /user/username/projects/myproject/tsconfig.json "configFilePath": "/user/username/projects/myproject/tsconfig.json" } } -Info 7 [00:00:32.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:33.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/file2.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:35.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/file3.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:36.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 12 [00:00:37.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 13 [00:00:38.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 14 [00:00:39.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 15 [00:00:40.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:00:41.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 17 [00:00:42.000] Files (4) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/file2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/file3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/file1.ts SVC-1-0 "const x = 1;\nfunction foo() {\n return \"hello\";\n}" /user/username/projects/myproject/file2.ts Text-1 "const y = 2;\nfunction bar() {\n return \"world\";\n}" @@ -84,15 +86,15 @@ Info 17 [00:00:42.000] Files (4) file3.ts Matched by default include pattern '**/*' -Info 18 [00:00:43.000] ----------------------------------------------- -Info 19 [00:00:44.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 19 [00:00:45.000] Files (4) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) -Info 19 [00:00:46.000] ----------------------------------------------- -Info 19 [00:00:47.000] Open files: -Info 19 [00:00:48.000] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined -Info 19 [00:00:49.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 19 [00:00:50.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -101,6 +103,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* @@ -118,7 +122,7 @@ FsWatchesRecursive:: Before request -Info 20 [00:00:51.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -127,19 +131,19 @@ Info 20 [00:00:51.000] request: "seq": 2, "type": "request" } -Info 21 [00:00:52.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/file2.ts 500 undefined WatchType: Closed Script info -Info 22 [00:00:53.000] Search path: /user/username/projects/myproject -Info 23 [00:00:54.000] For info: /user/username/projects/myproject/file2.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 24 [00:00:55.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 24 [00:00:56.000] Files (4) - -Info 24 [00:00:57.000] ----------------------------------------------- -Info 24 [00:00:58.000] Open files: -Info 24 [00:00:59.000] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined -Info 24 [00:01:00.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 24 [00:01:01.000] FileName: /user/username/projects/myproject/file2.ts ProjectRootPath: undefined -Info 24 [00:01:02.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 24 [00:01:03.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/file2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/file2.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/file2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -148,6 +152,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: @@ -167,7 +173,7 @@ FsWatchesRecursive:: Before request -Info 25 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -176,27 +182,27 @@ Info 25 [00:01:04.000] request: "seq": 3, "type": "request" } -Info 26 [00:01:05.000] Before ensureProjectForOpenFiles: -Info 27 [00:01:06.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 27 [00:01:07.000] Files (4) - -Info 27 [00:01:08.000] ----------------------------------------------- -Info 27 [00:01:09.000] Open files: -Info 27 [00:01:10.000] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined -Info 27 [00:01:11.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 27 [00:01:12.000] FileName: /user/username/projects/myproject/file2.ts ProjectRootPath: undefined -Info 27 [00:01:13.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 27 [00:01:14.000] After ensureProjectForOpenFiles: -Info 28 [00:01:15.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 28 [00:01:16.000] Files (4) - -Info 28 [00:01:17.000] ----------------------------------------------- -Info 28 [00:01:18.000] Open files: -Info 28 [00:01:19.000] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined -Info 28 [00:01:20.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 28 [00:01:21.000] FileName: /user/username/projects/myproject/file2.ts ProjectRootPath: undefined -Info 28 [00:01:22.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 28 [00:01:23.000] response: +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/file2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/file2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -215,7 +221,7 @@ After request Before request -Info 29 [00:01:24.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveEmitFile", "arguments": { @@ -224,13 +230,13 @@ Info 29 [00:01:24.000] request: "seq": 4, "type": "request" } -Info 30 [00:01:27.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/file1.js :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 31 [00:01:28.000] Project: /user/username/projects/myproject/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/file1.js -Info 32 [00:01:29.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/file1.js :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 33 [00:01:32.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/file1.d.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 34 [00:01:33.000] Project: /user/username/projects/myproject/tsconfig.json Detected output file: /user/username/projects/myproject/file1.d.ts -Info 35 [00:01:34.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/file1.d.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 36 [00:01:35.000] response: +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/file1.js :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/file1.js +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/file1.js :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/file1.d.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/tsconfig.json Detected output file: /user/username/projects/myproject/file1.d.ts +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/file1.d.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -251,7 +257,7 @@ declare function foo(): string; Before request -Info 37 [00:01:36.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveEmitFile", "arguments": { @@ -260,13 +266,13 @@ Info 37 [00:01:36.000] request: "seq": 5, "type": "request" } -Info 38 [00:01:39.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/file2.js :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 39 [00:01:40.000] Project: /user/username/projects/myproject/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/file2.js -Info 40 [00:01:41.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/file2.js :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 41 [00:01:44.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/file2.d.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 42 [00:01:45.000] Project: /user/username/projects/myproject/tsconfig.json Detected output file: /user/username/projects/myproject/file2.d.ts -Info 43 [00:01:46.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/file2.d.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 44 [00:01:47.000] response: +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/file2.js :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/file2.js +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/file2.js :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/file2.d.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/tsconfig.json Detected output file: /user/username/projects/myproject/file2.d.ts +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/file2.d.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -287,7 +293,7 @@ declare function bar(): string; Before request -Info 45 [00:01:48.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveEmitFile", "arguments": { @@ -296,13 +302,13 @@ Info 45 [00:01:48.000] request: "seq": 6, "type": "request" } -Info 46 [00:01:51.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/file3.js :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 47 [00:01:52.000] Project: /user/username/projects/myproject/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/file3.js -Info 48 [00:01:53.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/file3.js :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 49 [00:01:56.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/file3.d.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 50 [00:01:57.000] Project: /user/username/projects/myproject/tsconfig.json Detected output file: /user/username/projects/myproject/file3.d.ts -Info 51 [00:01:58.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/file3.d.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 52 [00:01:59.000] response: +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/file3.js :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/file3.js +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/file3.js :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/file3.d.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/tsconfig.json Detected output file: /user/username/projects/myproject/file3.d.ts +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/file3.d.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -319,7 +325,7 @@ declare const xy = 3; Before request -Info 53 [00:02:00.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "updateOpen", "arguments": { @@ -345,7 +351,7 @@ Info 53 [00:02:00.000] request: "seq": 7, "type": "request" } -Info 54 [00:02:01.000] response: +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -354,7 +360,7 @@ After request Before request -Info 55 [00:02:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -363,37 +369,37 @@ Info 55 [00:02:02.000] request: "seq": 8, "type": "request" } -Info 56 [00:02:03.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 57 [00:02:04.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 58 [00:02:05.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 59 [00:02:06.000] Files (4) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/file1.ts SVC-1-1 "const x = 1;\nfunction foo() {\n return \"world\";\n}" /user/username/projects/myproject/file2.ts Text-1 "const y = 2;\nfunction bar() {\n return \"world\";\n}" /user/username/projects/myproject/file3.ts Text-1 "const xy = 3;" -Info 60 [00:02:07.000] ----------------------------------------------- -Info 61 [00:02:08.000] Before ensureProjectForOpenFiles: -Info 62 [00:02:09.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 62 [00:02:10.000] Files (4) - -Info 62 [00:02:11.000] ----------------------------------------------- -Info 62 [00:02:12.000] Open files: -Info 62 [00:02:13.000] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined -Info 62 [00:02:14.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 62 [00:02:15.000] FileName: /user/username/projects/myproject/file2.ts ProjectRootPath: undefined -Info 62 [00:02:16.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 62 [00:02:17.000] After ensureProjectForOpenFiles: -Info 63 [00:02:18.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 63 [00:02:19.000] Files (4) - -Info 63 [00:02:20.000] ----------------------------------------------- -Info 63 [00:02:21.000] Open files: -Info 63 [00:02:22.000] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined -Info 63 [00:02:23.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 63 [00:02:24.000] FileName: /user/username/projects/myproject/file2.ts ProjectRootPath: undefined -Info 63 [00:02:25.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 63 [00:02:26.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/file2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/file2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -410,7 +416,7 @@ After request Before request -Info 64 [00:02:27.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveEmitFile", "arguments": { @@ -419,7 +425,7 @@ Info 64 [00:02:27.000] request: "seq": 9, "type": "request" } -Info 65 [00:02:34.000] response: +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -436,7 +442,7 @@ function foo() { Before request -Info 66 [00:02:35.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "updateOpen", "arguments": { @@ -462,7 +468,7 @@ Info 66 [00:02:35.000] request: "seq": 10, "type": "request" } -Info 67 [00:02:36.000] response: +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -471,7 +477,7 @@ After request Before request -Info 68 [00:02:37.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -480,37 +486,37 @@ Info 68 [00:02:37.000] request: "seq": 11, "type": "request" } -Info 69 [00:02:38.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 70 [00:02:39.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 71 [00:02:40.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 72 [00:02:41.000] Files (4) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/file1.ts SVC-1-1 "const x = 1;\nfunction foo() {\n return \"world\";\n}" /user/username/projects/myproject/file2.ts SVC-2-1 "const y = 2;\nfunction bar() {\n return \"hello\";\n}" /user/username/projects/myproject/file3.ts Text-1 "const xy = 3;" -Info 73 [00:02:42.000] ----------------------------------------------- -Info 74 [00:02:43.000] Before ensureProjectForOpenFiles: -Info 75 [00:02:44.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 75 [00:02:45.000] Files (4) - -Info 75 [00:02:46.000] ----------------------------------------------- -Info 75 [00:02:47.000] Open files: -Info 75 [00:02:48.000] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined -Info 75 [00:02:49.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 75 [00:02:50.000] FileName: /user/username/projects/myproject/file2.ts ProjectRootPath: undefined -Info 75 [00:02:51.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 75 [00:02:52.000] After ensureProjectForOpenFiles: -Info 76 [00:02:53.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 76 [00:02:54.000] Files (4) - -Info 76 [00:02:55.000] ----------------------------------------------- -Info 76 [00:02:56.000] Open files: -Info 76 [00:02:57.000] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined -Info 76 [00:02:58.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 76 [00:02:59.000] FileName: /user/username/projects/myproject/file2.ts ProjectRootPath: undefined -Info 76 [00:03:00.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 76 [00:03:01.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/file2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/file2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -527,7 +533,7 @@ After request Before request -Info 77 [00:03:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveEmitFile", "arguments": { @@ -536,7 +542,7 @@ Info 77 [00:03:02.000] request: "seq": 12, "type": "request" } -Info 78 [00:03:09.000] response: +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true diff --git a/tests/baselines/reference/tsserver/compileOnSave/emit-in-project-with-module-with-dts-emit.js b/tests/baselines/reference/tsserver/compileOnSave/emit-in-project-with-module-with-dts-emit.js index 3820f5439fc72..fe59eb00350f4 100644 --- a/tests/baselines/reference/tsserver/compileOnSave/emit-in-project-with-module-with-dts-emit.js +++ b/tests/baselines/reference/tsserver/compileOnSave/emit-in-project-with-module-with-dts-emit.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:27.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/file1.ts] const x = 1; @@ -36,7 +36,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:28.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -45,11 +45,11 @@ Info 1 [00:00:28.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:29.000] Search path: /user/username/projects/myproject -Info 3 [00:00:30.000] For info: /user/username/projects/myproject/file1.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 4 [00:00:31.000] Creating configuration project /user/username/projects/myproject/tsconfig.json -Info 5 [00:00:32.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 6 [00:00:33.000] Config: /user/username/projects/myproject/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/file1.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/file1.ts", "/user/username/projects/myproject/file2.ts", @@ -61,18 +61,20 @@ Info 6 [00:00:33.000] Config: /user/username/projects/myproject/tsconfig.json "configFilePath": "/user/username/projects/myproject/tsconfig.json" } } -Info 7 [00:00:34.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:35.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:36.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/file2.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:37.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/file3.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:38.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/module.ts 500 undefined WatchType: Closed Script info -Info 12 [00:00:39.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 13 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 14 [00:00:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 15 [00:00:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 16 [00:00:43.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 17 [00:00:44.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 18 [00:00:45.000] Files (5) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/file2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/file3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/module.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/file1.ts SVC-1-0 "const x = 1;\nfunction foo() {\n return \"hello\";\n}" /user/username/projects/myproject/file2.ts Text-1 "const y = 2;\nfunction bar() {\n return \"world\";\n}" @@ -91,15 +93,15 @@ Info 18 [00:00:45.000] Files (5) module.ts Matched by default include pattern '**/*' -Info 19 [00:00:46.000] ----------------------------------------------- -Info 20 [00:00:47.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 20 [00:00:48.000] Files (5) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) -Info 20 [00:00:49.000] ----------------------------------------------- -Info 20 [00:00:50.000] Open files: -Info 20 [00:00:51.000] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined -Info 20 [00:00:52.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 20 [00:00:53.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -108,6 +110,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* @@ -127,7 +131,7 @@ FsWatchesRecursive:: Before request -Info 21 [00:00:54.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -136,19 +140,19 @@ Info 21 [00:00:54.000] request: "seq": 2, "type": "request" } -Info 22 [00:00:55.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/file2.ts 500 undefined WatchType: Closed Script info -Info 23 [00:00:56.000] Search path: /user/username/projects/myproject -Info 24 [00:00:57.000] For info: /user/username/projects/myproject/file2.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 25 [00:00:58.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 25 [00:00:59.000] Files (5) - -Info 25 [00:01:00.000] ----------------------------------------------- -Info 25 [00:01:01.000] Open files: -Info 25 [00:01:02.000] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined -Info 25 [00:01:03.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 25 [00:01:04.000] FileName: /user/username/projects/myproject/file2.ts ProjectRootPath: undefined -Info 25 [00:01:05.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 25 [00:01:06.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/file2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/file2.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/file2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -157,6 +161,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: @@ -178,7 +184,7 @@ FsWatchesRecursive:: Before request -Info 26 [00:01:07.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -187,27 +193,27 @@ Info 26 [00:01:07.000] request: "seq": 3, "type": "request" } -Info 27 [00:01:08.000] Before ensureProjectForOpenFiles: -Info 28 [00:01:09.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 28 [00:01:10.000] Files (5) - -Info 28 [00:01:11.000] ----------------------------------------------- -Info 28 [00:01:12.000] Open files: -Info 28 [00:01:13.000] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined -Info 28 [00:01:14.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 28 [00:01:15.000] FileName: /user/username/projects/myproject/file2.ts ProjectRootPath: undefined -Info 28 [00:01:16.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 28 [00:01:17.000] After ensureProjectForOpenFiles: -Info 29 [00:01:18.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 29 [00:01:19.000] Files (5) - -Info 29 [00:01:20.000] ----------------------------------------------- -Info 29 [00:01:21.000] Open files: -Info 29 [00:01:22.000] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined -Info 29 [00:01:23.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 29 [00:01:24.000] FileName: /user/username/projects/myproject/file2.ts ProjectRootPath: undefined -Info 29 [00:01:25.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 29 [00:01:26.000] response: +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/file2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/file2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -227,7 +233,7 @@ After request Before request -Info 30 [00:01:27.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveEmitFile", "arguments": { @@ -236,13 +242,13 @@ Info 30 [00:01:27.000] request: "seq": 4, "type": "request" } -Info 31 [00:01:30.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/file1.js :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 32 [00:01:31.000] Project: /user/username/projects/myproject/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/file1.js -Info 33 [00:01:32.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/file1.js :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 34 [00:01:35.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/file1.d.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 35 [00:01:36.000] Project: /user/username/projects/myproject/tsconfig.json Detected output file: /user/username/projects/myproject/file1.d.ts -Info 36 [00:01:37.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/file1.d.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 37 [00:01:38.000] response: +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/file1.js :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/file1.js +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/file1.js :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/file1.d.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/tsconfig.json Detected output file: /user/username/projects/myproject/file1.d.ts +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/file1.d.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -263,7 +269,7 @@ declare function foo(): string; Before request -Info 38 [00:01:39.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveEmitFile", "arguments": { @@ -272,13 +278,13 @@ Info 38 [00:01:39.000] request: "seq": 5, "type": "request" } -Info 39 [00:01:42.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/file2.js :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 40 [00:01:43.000] Project: /user/username/projects/myproject/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/file2.js -Info 41 [00:01:44.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/file2.js :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 42 [00:01:47.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/file2.d.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 43 [00:01:48.000] Project: /user/username/projects/myproject/tsconfig.json Detected output file: /user/username/projects/myproject/file2.d.ts -Info 44 [00:01:49.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/file2.d.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 45 [00:01:50.000] response: +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/file2.js :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/file2.js +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/file2.js :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/file2.d.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/tsconfig.json Detected output file: /user/username/projects/myproject/file2.d.ts +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/file2.d.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -299,7 +305,7 @@ declare function bar(): string; Before request -Info 46 [00:01:51.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveEmitFile", "arguments": { @@ -308,13 +314,13 @@ Info 46 [00:01:51.000] request: "seq": 6, "type": "request" } -Info 47 [00:01:54.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/file3.js :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 48 [00:01:55.000] Project: /user/username/projects/myproject/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/file3.js -Info 49 [00:01:56.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/file3.js :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 50 [00:01:59.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/file3.d.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 51 [00:02:00.000] Project: /user/username/projects/myproject/tsconfig.json Detected output file: /user/username/projects/myproject/file3.d.ts -Info 52 [00:02:01.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/file3.d.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 53 [00:02:02.000] response: +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/file3.js :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/file3.js +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/file3.js :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/file3.d.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/tsconfig.json Detected output file: /user/username/projects/myproject/file3.d.ts +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/file3.d.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -331,7 +337,7 @@ declare const xy = 3; Before request -Info 54 [00:02:03.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveEmitFile", "arguments": { @@ -340,13 +346,13 @@ Info 54 [00:02:03.000] request: "seq": 7, "type": "request" } -Info 55 [00:02:06.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/module.js :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 56 [00:02:07.000] Project: /user/username/projects/myproject/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/module.js -Info 57 [00:02:08.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/module.js :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 58 [00:02:11.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/module.d.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 59 [00:02:12.000] Project: /user/username/projects/myproject/tsconfig.json Detected output file: /user/username/projects/myproject/module.d.ts -Info 60 [00:02:13.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/module.d.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 61 [00:02:14.000] response: +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/module.js :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/module.js +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/module.js :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/module.d.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/tsconfig.json Detected output file: /user/username/projects/myproject/module.d.ts +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/module.d.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -366,7 +372,7 @@ export declare const xyz = 4; Before request -Info 62 [00:02:15.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "updateOpen", "arguments": { @@ -392,7 +398,7 @@ Info 62 [00:02:15.000] request: "seq": 8, "type": "request" } -Info 63 [00:02:16.000] response: +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -401,7 +407,7 @@ After request Before request -Info 64 [00:02:17.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -410,38 +416,38 @@ Info 64 [00:02:17.000] request: "seq": 9, "type": "request" } -Info 65 [00:02:18.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 66 [00:02:19.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 67 [00:02:20.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 68 [00:02:21.000] Files (5) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/file1.ts SVC-1-1 "const x = 1;\nfunction foo() {\n return \"world\";\n}" /user/username/projects/myproject/file2.ts Text-1 "const y = 2;\nfunction bar() {\n return \"world\";\n}" /user/username/projects/myproject/file3.ts Text-1 "const xy = 3;" /user/username/projects/myproject/module.ts Text-1 "export const xyz = 4;" -Info 69 [00:02:22.000] ----------------------------------------------- -Info 70 [00:02:23.000] Before ensureProjectForOpenFiles: -Info 71 [00:02:24.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 71 [00:02:25.000] Files (5) - -Info 71 [00:02:26.000] ----------------------------------------------- -Info 71 [00:02:27.000] Open files: -Info 71 [00:02:28.000] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined -Info 71 [00:02:29.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 71 [00:02:30.000] FileName: /user/username/projects/myproject/file2.ts ProjectRootPath: undefined -Info 71 [00:02:31.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 71 [00:02:32.000] After ensureProjectForOpenFiles: -Info 72 [00:02:33.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 72 [00:02:34.000] Files (5) - -Info 72 [00:02:35.000] ----------------------------------------------- -Info 72 [00:02:36.000] Open files: -Info 72 [00:02:37.000] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined -Info 72 [00:02:38.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 72 [00:02:39.000] FileName: /user/username/projects/myproject/file2.ts ProjectRootPath: undefined -Info 72 [00:02:40.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 72 [00:02:41.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/file2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/file2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -458,7 +464,7 @@ After request Before request -Info 73 [00:02:42.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveEmitFile", "arguments": { @@ -467,7 +473,7 @@ Info 73 [00:02:42.000] request: "seq": 10, "type": "request" } -Info 74 [00:02:49.000] response: +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -484,7 +490,7 @@ function foo() { Before request -Info 75 [00:02:50.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "updateOpen", "arguments": { @@ -510,7 +516,7 @@ Info 75 [00:02:50.000] request: "seq": 11, "type": "request" } -Info 76 [00:02:51.000] response: +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -519,7 +525,7 @@ After request Before request -Info 77 [00:02:52.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -528,38 +534,38 @@ Info 77 [00:02:52.000] request: "seq": 12, "type": "request" } -Info 78 [00:02:53.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 79 [00:02:54.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 80 [00:02:55.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 81 [00:02:56.000] Files (5) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/file1.ts SVC-1-1 "const x = 1;\nfunction foo() {\n return \"world\";\n}" /user/username/projects/myproject/file2.ts SVC-2-1 "const y = 2;\nfunction bar() {\n return \"hello\";\n}" /user/username/projects/myproject/file3.ts Text-1 "const xy = 3;" /user/username/projects/myproject/module.ts Text-1 "export const xyz = 4;" -Info 82 [00:02:57.000] ----------------------------------------------- -Info 83 [00:02:58.000] Before ensureProjectForOpenFiles: -Info 84 [00:02:59.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 84 [00:03:00.000] Files (5) - -Info 84 [00:03:01.000] ----------------------------------------------- -Info 84 [00:03:02.000] Open files: -Info 84 [00:03:03.000] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined -Info 84 [00:03:04.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 84 [00:03:05.000] FileName: /user/username/projects/myproject/file2.ts ProjectRootPath: undefined -Info 84 [00:03:06.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 84 [00:03:07.000] After ensureProjectForOpenFiles: -Info 85 [00:03:08.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 85 [00:03:09.000] Files (5) - -Info 85 [00:03:10.000] ----------------------------------------------- -Info 85 [00:03:11.000] Open files: -Info 85 [00:03:12.000] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined -Info 85 [00:03:13.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 85 [00:03:14.000] FileName: /user/username/projects/myproject/file2.ts ProjectRootPath: undefined -Info 85 [00:03:15.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 85 [00:03:16.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/file2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/file2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -576,7 +582,7 @@ After request Before request -Info 86 [00:03:17.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveEmitFile", "arguments": { @@ -585,7 +591,7 @@ Info 86 [00:03:17.000] request: "seq": 13, "type": "request" } -Info 87 [00:03:24.000] response: +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true diff --git a/tests/baselines/reference/tsserver/compileOnSave/emit-in-project-with-module.js b/tests/baselines/reference/tsserver/compileOnSave/emit-in-project-with-module.js index b395c0454ea93..d9a4ddc4b79e1 100644 --- a/tests/baselines/reference/tsserver/compileOnSave/emit-in-project-with-module.js +++ b/tests/baselines/reference/tsserver/compileOnSave/emit-in-project-with-module.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:27.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/file1.ts] const x = 1; @@ -36,7 +36,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:28.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -45,11 +45,11 @@ Info 1 [00:00:28.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:29.000] Search path: /user/username/projects/myproject -Info 3 [00:00:30.000] For info: /user/username/projects/myproject/file1.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 4 [00:00:31.000] Creating configuration project /user/username/projects/myproject/tsconfig.json -Info 5 [00:00:32.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 6 [00:00:33.000] Config: /user/username/projects/myproject/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/file1.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/file1.ts", "/user/username/projects/myproject/file2.ts", @@ -61,18 +61,20 @@ Info 6 [00:00:33.000] Config: /user/username/projects/myproject/tsconfig.json "configFilePath": "/user/username/projects/myproject/tsconfig.json" } } -Info 7 [00:00:34.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:35.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:36.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/file2.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:37.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/file3.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:38.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/module.ts 500 undefined WatchType: Closed Script info -Info 12 [00:00:39.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 13 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 14 [00:00:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 15 [00:00:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 16 [00:00:43.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 17 [00:00:44.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 18 [00:00:45.000] Files (5) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/file2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/file3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/module.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/file1.ts SVC-1-0 "const x = 1;\nfunction foo() {\n return \"hello\";\n}" /user/username/projects/myproject/file2.ts Text-1 "const y = 2;\nfunction bar() {\n return \"world\";\n}" @@ -91,15 +93,15 @@ Info 18 [00:00:45.000] Files (5) module.ts Matched by default include pattern '**/*' -Info 19 [00:00:46.000] ----------------------------------------------- -Info 20 [00:00:47.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 20 [00:00:48.000] Files (5) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) -Info 20 [00:00:49.000] ----------------------------------------------- -Info 20 [00:00:50.000] Open files: -Info 20 [00:00:51.000] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined -Info 20 [00:00:52.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 20 [00:00:53.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -108,6 +110,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* @@ -127,7 +131,7 @@ FsWatchesRecursive:: Before request -Info 21 [00:00:54.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -136,19 +140,19 @@ Info 21 [00:00:54.000] request: "seq": 2, "type": "request" } -Info 22 [00:00:55.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/file2.ts 500 undefined WatchType: Closed Script info -Info 23 [00:00:56.000] Search path: /user/username/projects/myproject -Info 24 [00:00:57.000] For info: /user/username/projects/myproject/file2.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 25 [00:00:58.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 25 [00:00:59.000] Files (5) - -Info 25 [00:01:00.000] ----------------------------------------------- -Info 25 [00:01:01.000] Open files: -Info 25 [00:01:02.000] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined -Info 25 [00:01:03.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 25 [00:01:04.000] FileName: /user/username/projects/myproject/file2.ts ProjectRootPath: undefined -Info 25 [00:01:05.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 25 [00:01:06.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/file2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/file2.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/file2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -157,6 +161,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: @@ -178,7 +184,7 @@ FsWatchesRecursive:: Before request -Info 26 [00:01:07.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -187,27 +193,27 @@ Info 26 [00:01:07.000] request: "seq": 3, "type": "request" } -Info 27 [00:01:08.000] Before ensureProjectForOpenFiles: -Info 28 [00:01:09.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 28 [00:01:10.000] Files (5) - -Info 28 [00:01:11.000] ----------------------------------------------- -Info 28 [00:01:12.000] Open files: -Info 28 [00:01:13.000] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined -Info 28 [00:01:14.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 28 [00:01:15.000] FileName: /user/username/projects/myproject/file2.ts ProjectRootPath: undefined -Info 28 [00:01:16.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 28 [00:01:17.000] After ensureProjectForOpenFiles: -Info 29 [00:01:18.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 29 [00:01:19.000] Files (5) - -Info 29 [00:01:20.000] ----------------------------------------------- -Info 29 [00:01:21.000] Open files: -Info 29 [00:01:22.000] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined -Info 29 [00:01:23.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 29 [00:01:24.000] FileName: /user/username/projects/myproject/file2.ts ProjectRootPath: undefined -Info 29 [00:01:25.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 29 [00:01:26.000] response: +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/file2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/file2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -227,7 +233,7 @@ After request Before request -Info 30 [00:01:27.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveEmitFile", "arguments": { @@ -236,10 +242,10 @@ Info 30 [00:01:27.000] request: "seq": 4, "type": "request" } -Info 31 [00:01:30.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/file1.js :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 32 [00:01:31.000] Project: /user/username/projects/myproject/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/file1.js -Info 33 [00:01:32.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/file1.js :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 34 [00:01:33.000] response: +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/file1.js :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/file1.js +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/file1.js :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -255,7 +261,7 @@ function foo() { Before request -Info 35 [00:01:34.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveEmitFile", "arguments": { @@ -264,10 +270,10 @@ Info 35 [00:01:34.000] request: "seq": 5, "type": "request" } -Info 36 [00:01:37.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/file2.js :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 37 [00:01:38.000] Project: /user/username/projects/myproject/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/file2.js -Info 38 [00:01:39.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/file2.js :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 39 [00:01:40.000] response: +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/file2.js :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/file2.js +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/file2.js :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -283,7 +289,7 @@ function bar() { Before request -Info 40 [00:01:41.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveEmitFile", "arguments": { @@ -292,10 +298,10 @@ Info 40 [00:01:41.000] request: "seq": 6, "type": "request" } -Info 41 [00:01:44.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/file3.js :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 42 [00:01:45.000] Project: /user/username/projects/myproject/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/file3.js -Info 43 [00:01:46.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/file3.js :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 44 [00:01:47.000] response: +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/file3.js :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/file3.js +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/file3.js :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -308,7 +314,7 @@ var xy = 3; Before request -Info 45 [00:01:48.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveEmitFile", "arguments": { @@ -317,10 +323,10 @@ Info 45 [00:01:48.000] request: "seq": 7, "type": "request" } -Info 46 [00:01:51.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/module.js :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 47 [00:01:52.000] Project: /user/username/projects/myproject/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/module.js -Info 48 [00:01:53.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/module.js :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 49 [00:01:54.000] response: +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/module.js :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/module.js +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/module.js :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -336,7 +342,7 @@ exports.xyz = 4; Before request -Info 50 [00:01:55.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "updateOpen", "arguments": { @@ -362,7 +368,7 @@ Info 50 [00:01:55.000] request: "seq": 8, "type": "request" } -Info 51 [00:01:56.000] response: +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -371,7 +377,7 @@ After request Before request -Info 52 [00:01:57.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -380,38 +386,38 @@ Info 52 [00:01:57.000] request: "seq": 9, "type": "request" } -Info 53 [00:01:58.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 54 [00:01:59.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 55 [00:02:00.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 56 [00:02:01.000] Files (5) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/file1.ts SVC-1-1 "const x = 1;\nfunction foo() {\n return \"world\";\n}" /user/username/projects/myproject/file2.ts Text-1 "const y = 2;\nfunction bar() {\n return \"world\";\n}" /user/username/projects/myproject/file3.ts Text-1 "const xy = 3;" /user/username/projects/myproject/module.ts Text-1 "export const xyz = 4;" -Info 57 [00:02:02.000] ----------------------------------------------- -Info 58 [00:02:03.000] Before ensureProjectForOpenFiles: -Info 59 [00:02:04.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 59 [00:02:05.000] Files (5) - -Info 59 [00:02:06.000] ----------------------------------------------- -Info 59 [00:02:07.000] Open files: -Info 59 [00:02:08.000] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined -Info 59 [00:02:09.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 59 [00:02:10.000] FileName: /user/username/projects/myproject/file2.ts ProjectRootPath: undefined -Info 59 [00:02:11.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 59 [00:02:12.000] After ensureProjectForOpenFiles: -Info 60 [00:02:13.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 60 [00:02:14.000] Files (5) - -Info 60 [00:02:15.000] ----------------------------------------------- -Info 60 [00:02:16.000] Open files: -Info 60 [00:02:17.000] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined -Info 60 [00:02:18.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 60 [00:02:19.000] FileName: /user/username/projects/myproject/file2.ts ProjectRootPath: undefined -Info 60 [00:02:20.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 60 [00:02:21.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/file2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/file2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -428,7 +434,7 @@ After request Before request -Info 61 [00:02:22.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveEmitFile", "arguments": { @@ -437,7 +443,7 @@ Info 61 [00:02:22.000] request: "seq": 10, "type": "request" } -Info 62 [00:02:26.000] response: +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -453,7 +459,7 @@ function foo() { Before request -Info 63 [00:02:27.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "updateOpen", "arguments": { @@ -479,7 +485,7 @@ Info 63 [00:02:27.000] request: "seq": 11, "type": "request" } -Info 64 [00:02:28.000] response: +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -488,7 +494,7 @@ After request Before request -Info 65 [00:02:29.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -497,38 +503,38 @@ Info 65 [00:02:29.000] request: "seq": 12, "type": "request" } -Info 66 [00:02:30.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 67 [00:02:31.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 68 [00:02:32.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 69 [00:02:33.000] Files (5) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/file1.ts SVC-1-1 "const x = 1;\nfunction foo() {\n return \"world\";\n}" /user/username/projects/myproject/file2.ts SVC-2-1 "const y = 2;\nfunction bar() {\n return \"hello\";\n}" /user/username/projects/myproject/file3.ts Text-1 "const xy = 3;" /user/username/projects/myproject/module.ts Text-1 "export const xyz = 4;" -Info 70 [00:02:34.000] ----------------------------------------------- -Info 71 [00:02:35.000] Before ensureProjectForOpenFiles: -Info 72 [00:02:36.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 72 [00:02:37.000] Files (5) - -Info 72 [00:02:38.000] ----------------------------------------------- -Info 72 [00:02:39.000] Open files: -Info 72 [00:02:40.000] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined -Info 72 [00:02:41.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 72 [00:02:42.000] FileName: /user/username/projects/myproject/file2.ts ProjectRootPath: undefined -Info 72 [00:02:43.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 72 [00:02:44.000] After ensureProjectForOpenFiles: -Info 73 [00:02:45.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 73 [00:02:46.000] Files (5) - -Info 73 [00:02:47.000] ----------------------------------------------- -Info 73 [00:02:48.000] Open files: -Info 73 [00:02:49.000] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined -Info 73 [00:02:50.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 73 [00:02:51.000] FileName: /user/username/projects/myproject/file2.ts ProjectRootPath: undefined -Info 73 [00:02:52.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 73 [00:02:53.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/file2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/file2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -548,7 +554,7 @@ After request Before request -Info 74 [00:02:54.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveEmitFile", "arguments": { @@ -557,7 +563,7 @@ Info 74 [00:02:54.000] request: "seq": 13, "type": "request" } -Info 75 [00:02:58.000] response: +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true diff --git a/tests/baselines/reference/tsserver/compileOnSave/emit-in-project.js b/tests/baselines/reference/tsserver/compileOnSave/emit-in-project.js index 1e3984e6821f5..e789505770b51 100644 --- a/tests/baselines/reference/tsserver/compileOnSave/emit-in-project.js +++ b/tests/baselines/reference/tsserver/compileOnSave/emit-in-project.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:25.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/file1.ts] const x = 1; @@ -33,7 +33,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:26.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -42,11 +42,11 @@ Info 1 [00:00:26.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:27.000] Search path: /user/username/projects/myproject -Info 3 [00:00:28.000] For info: /user/username/projects/myproject/file1.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 4 [00:00:29.000] Creating configuration project /user/username/projects/myproject/tsconfig.json -Info 5 [00:00:30.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 6 [00:00:31.000] Config: /user/username/projects/myproject/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/file1.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/file1.ts", "/user/username/projects/myproject/file2.ts", @@ -58,17 +58,19 @@ Info 6 [00:00:31.000] Config: /user/username/projects/myproject/tsconfig.json "configFilePath": "/user/username/projects/myproject/tsconfig.json" } } -Info 7 [00:00:32.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:33.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/file2.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:35.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/file3.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:36.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 12 [00:00:37.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 13 [00:00:38.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 14 [00:00:39.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 15 [00:00:40.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:00:41.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 17 [00:00:42.000] Files (4) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/file2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/file3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/file1.ts SVC-1-0 "const x = 1;\nfunction foo() {\n return \"hello\";\n}" /user/username/projects/myproject/file2.ts Text-1 "const y = 2;\nfunction bar() {\n return \"world\";\n}" @@ -84,15 +86,15 @@ Info 17 [00:00:42.000] Files (4) file3.ts Matched by default include pattern '**/*' -Info 18 [00:00:43.000] ----------------------------------------------- -Info 19 [00:00:44.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 19 [00:00:45.000] Files (4) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) -Info 19 [00:00:46.000] ----------------------------------------------- -Info 19 [00:00:47.000] Open files: -Info 19 [00:00:48.000] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined -Info 19 [00:00:49.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 19 [00:00:50.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -101,6 +103,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* @@ -118,7 +122,7 @@ FsWatchesRecursive:: Before request -Info 20 [00:00:51.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -127,19 +131,19 @@ Info 20 [00:00:51.000] request: "seq": 2, "type": "request" } -Info 21 [00:00:52.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/file2.ts 500 undefined WatchType: Closed Script info -Info 22 [00:00:53.000] Search path: /user/username/projects/myproject -Info 23 [00:00:54.000] For info: /user/username/projects/myproject/file2.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 24 [00:00:55.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 24 [00:00:56.000] Files (4) - -Info 24 [00:00:57.000] ----------------------------------------------- -Info 24 [00:00:58.000] Open files: -Info 24 [00:00:59.000] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined -Info 24 [00:01:00.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 24 [00:01:01.000] FileName: /user/username/projects/myproject/file2.ts ProjectRootPath: undefined -Info 24 [00:01:02.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 24 [00:01:03.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/file2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/file2.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/file2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -148,6 +152,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: @@ -167,7 +173,7 @@ FsWatchesRecursive:: Before request -Info 25 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -176,27 +182,27 @@ Info 25 [00:01:04.000] request: "seq": 3, "type": "request" } -Info 26 [00:01:05.000] Before ensureProjectForOpenFiles: -Info 27 [00:01:06.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 27 [00:01:07.000] Files (4) - -Info 27 [00:01:08.000] ----------------------------------------------- -Info 27 [00:01:09.000] Open files: -Info 27 [00:01:10.000] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined -Info 27 [00:01:11.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 27 [00:01:12.000] FileName: /user/username/projects/myproject/file2.ts ProjectRootPath: undefined -Info 27 [00:01:13.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 27 [00:01:14.000] After ensureProjectForOpenFiles: -Info 28 [00:01:15.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 28 [00:01:16.000] Files (4) - -Info 28 [00:01:17.000] ----------------------------------------------- -Info 28 [00:01:18.000] Open files: -Info 28 [00:01:19.000] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined -Info 28 [00:01:20.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 28 [00:01:21.000] FileName: /user/username/projects/myproject/file2.ts ProjectRootPath: undefined -Info 28 [00:01:22.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 28 [00:01:23.000] response: +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/file2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/file2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -215,7 +221,7 @@ After request Before request -Info 29 [00:01:24.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveEmitFile", "arguments": { @@ -224,10 +230,10 @@ Info 29 [00:01:24.000] request: "seq": 4, "type": "request" } -Info 30 [00:01:27.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/file1.js :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 31 [00:01:28.000] Project: /user/username/projects/myproject/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/file1.js -Info 32 [00:01:29.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/file1.js :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 33 [00:01:30.000] response: +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/file1.js :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/file1.js +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/file1.js :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -243,7 +249,7 @@ function foo() { Before request -Info 34 [00:01:31.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveEmitFile", "arguments": { @@ -252,10 +258,10 @@ Info 34 [00:01:31.000] request: "seq": 5, "type": "request" } -Info 35 [00:01:34.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/file2.js :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 36 [00:01:35.000] Project: /user/username/projects/myproject/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/file2.js -Info 37 [00:01:36.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/file2.js :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 38 [00:01:37.000] response: +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/file2.js :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/file2.js +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/file2.js :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -271,7 +277,7 @@ function bar() { Before request -Info 39 [00:01:38.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveEmitFile", "arguments": { @@ -280,10 +286,10 @@ Info 39 [00:01:38.000] request: "seq": 6, "type": "request" } -Info 40 [00:01:41.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/file3.js :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 41 [00:01:42.000] Project: /user/username/projects/myproject/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/file3.js -Info 42 [00:01:43.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/file3.js :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 43 [00:01:44.000] response: +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/file3.js :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/file3.js +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/file3.js :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -296,7 +302,7 @@ var xy = 3; Before request -Info 44 [00:01:45.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "updateOpen", "arguments": { @@ -322,7 +328,7 @@ Info 44 [00:01:45.000] request: "seq": 7, "type": "request" } -Info 45 [00:01:46.000] response: +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -331,7 +337,7 @@ After request Before request -Info 46 [00:01:47.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -340,37 +346,37 @@ Info 46 [00:01:47.000] request: "seq": 8, "type": "request" } -Info 47 [00:01:48.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 48 [00:01:49.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 49 [00:01:50.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 50 [00:01:51.000] Files (4) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/file1.ts SVC-1-1 "const x = 1;\nfunction foo() {\n return \"world\";\n}" /user/username/projects/myproject/file2.ts Text-1 "const y = 2;\nfunction bar() {\n return \"world\";\n}" /user/username/projects/myproject/file3.ts Text-1 "const xy = 3;" -Info 51 [00:01:52.000] ----------------------------------------------- -Info 52 [00:01:53.000] Before ensureProjectForOpenFiles: -Info 53 [00:01:54.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 53 [00:01:55.000] Files (4) - -Info 53 [00:01:56.000] ----------------------------------------------- -Info 53 [00:01:57.000] Open files: -Info 53 [00:01:58.000] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined -Info 53 [00:01:59.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 53 [00:02:00.000] FileName: /user/username/projects/myproject/file2.ts ProjectRootPath: undefined -Info 53 [00:02:01.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 53 [00:02:02.000] After ensureProjectForOpenFiles: -Info 54 [00:02:03.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 54 [00:02:04.000] Files (4) - -Info 54 [00:02:05.000] ----------------------------------------------- -Info 54 [00:02:06.000] Open files: -Info 54 [00:02:07.000] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined -Info 54 [00:02:08.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 54 [00:02:09.000] FileName: /user/username/projects/myproject/file2.ts ProjectRootPath: undefined -Info 54 [00:02:10.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 54 [00:02:11.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/file2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/file2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -387,7 +393,7 @@ After request Before request -Info 55 [00:02:12.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveEmitFile", "arguments": { @@ -396,7 +402,7 @@ Info 55 [00:02:12.000] request: "seq": 9, "type": "request" } -Info 56 [00:02:16.000] response: +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -412,7 +418,7 @@ function foo() { Before request -Info 57 [00:02:17.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "updateOpen", "arguments": { @@ -438,7 +444,7 @@ Info 57 [00:02:17.000] request: "seq": 10, "type": "request" } -Info 58 [00:02:18.000] response: +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -447,7 +453,7 @@ After request Before request -Info 59 [00:02:19.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -456,37 +462,37 @@ Info 59 [00:02:19.000] request: "seq": 11, "type": "request" } -Info 60 [00:02:20.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 61 [00:02:21.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 62 [00:02:22.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 63 [00:02:23.000] Files (4) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/file1.ts SVC-1-1 "const x = 1;\nfunction foo() {\n return \"world\";\n}" /user/username/projects/myproject/file2.ts SVC-2-1 "const y = 2;\nfunction bar() {\n return \"hello\";\n}" /user/username/projects/myproject/file3.ts Text-1 "const xy = 3;" -Info 64 [00:02:24.000] ----------------------------------------------- -Info 65 [00:02:25.000] Before ensureProjectForOpenFiles: -Info 66 [00:02:26.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 66 [00:02:27.000] Files (4) - -Info 66 [00:02:28.000] ----------------------------------------------- -Info 66 [00:02:29.000] Open files: -Info 66 [00:02:30.000] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined -Info 66 [00:02:31.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 66 [00:02:32.000] FileName: /user/username/projects/myproject/file2.ts ProjectRootPath: undefined -Info 66 [00:02:33.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 66 [00:02:34.000] After ensureProjectForOpenFiles: -Info 67 [00:02:35.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 67 [00:02:36.000] Files (4) - -Info 67 [00:02:37.000] ----------------------------------------------- -Info 67 [00:02:38.000] Open files: -Info 67 [00:02:39.000] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined -Info 67 [00:02:40.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 67 [00:02:41.000] FileName: /user/username/projects/myproject/file2.ts ProjectRootPath: undefined -Info 67 [00:02:42.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 67 [00:02:43.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/file2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/file2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -505,7 +511,7 @@ After request Before request -Info 68 [00:02:44.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveEmitFile", "arguments": { @@ -514,7 +520,7 @@ Info 68 [00:02:44.000] request: "seq": 12, "type": "request" } -Info 69 [00:02:48.000] response: +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true diff --git a/tests/baselines/reference/tsserver/compileOnSave/emit-specified-file.js b/tests/baselines/reference/tsserver/compileOnSave/emit-specified-file.js index 220a218c199ac..d8e9dc3e79e6b 100644 --- a/tests/baselines/reference/tsserver/compileOnSave/emit-specified-file.js +++ b/tests/baselines/reference/tsserver/compileOnSave/emit-specified-file.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:17.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/b/f1.ts] export function Foo() { return 10; } @@ -24,7 +24,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:18.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -33,11 +33,11 @@ Info 1 [00:00:18.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:19.000] Search path: /a/b -Info 3 [00:00:20.000] For info: /a/b/f1.ts :: Config file name: /a/b/tsconfig.json -Info 4 [00:00:21.000] Creating configuration project /a/b/tsconfig.json -Info 5 [00:00:22.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 6 [00:00:23.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/f1.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/b/tsconfig.json : { "rootNames": [ "/a/b/f1.ts", "/a/b/f2.ts" @@ -46,16 +46,14 @@ Info 6 [00:00:23.000] Config: /a/b/tsconfig.json : { "configFilePath": "/a/b/tsconfig.json" } } -Info 7 [00:00:24.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:25.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:26.000] FileWatcher:: Added:: WatchInfo: /a/b/f2.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:27.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 11 [00:00:28.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 12 [00:00:29.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 13 [00:00:30.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 14 [00:00:31.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:32.000] Project '/a/b/tsconfig.json' (Configured) -Info 16 [00:00:33.000] Files (3) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/f2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/f1.ts SVC-1-0 "export function Foo() { return 10; }" /a/b/f2.ts Text-1 "import {Foo} from \"./f1\"; let y = Foo();" @@ -69,24 +67,20 @@ Info 16 [00:00:33.000] Files (3) f2.ts Matched by default include pattern '**/*' -Info 17 [00:00:34.000] ----------------------------------------------- -Info 18 [00:00:35.000] Project '/a/b/tsconfig.json' (Configured) -Info 18 [00:00:36.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 18 [00:00:37.000] ----------------------------------------------- -Info 18 [00:00:38.000] Open files: -Info 18 [00:00:39.000] FileName: /a/b/f1.ts ProjectRootPath: undefined -Info 18 [00:00:40.000] Projects: /a/b/tsconfig.json -Info 18 [00:00:41.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/f1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request -PolledWatches:: -/a/b/node_modules/@types: *new* - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: *new* {} @@ -101,7 +95,7 @@ FsWatchesRecursive:: Before request -Info 19 [00:00:42.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -110,28 +104,24 @@ Info 19 [00:00:42.000] request: "seq": 2, "type": "request" } -Info 20 [00:00:43.000] FileWatcher:: Close:: WatchInfo: /a/b/f2.ts 500 undefined WatchType: Closed Script info -Info 21 [00:00:44.000] Search path: /a/b -Info 22 [00:00:45.000] For info: /a/b/f2.ts :: Config file name: /a/b/tsconfig.json -Info 23 [00:00:46.000] Project '/a/b/tsconfig.json' (Configured) -Info 23 [00:00:47.000] Files (3) - -Info 23 [00:00:48.000] ----------------------------------------------- -Info 23 [00:00:49.000] Open files: -Info 23 [00:00:50.000] FileName: /a/b/f1.ts ProjectRootPath: undefined -Info 23 [00:00:51.000] Projects: /a/b/tsconfig.json -Info 23 [00:00:52.000] FileName: /a/b/f2.ts ProjectRootPath: undefined -Info 23 [00:00:53.000] Projects: /a/b/tsconfig.json -Info 23 [00:00:54.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/f2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/f2.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/f1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /a/b/f2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request -PolledWatches:: -/a/b/node_modules/@types: - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: {} @@ -148,7 +138,7 @@ FsWatchesRecursive:: Before request -Info 24 [00:00:55.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveEmitFile", "arguments": { @@ -158,10 +148,10 @@ Info 24 [00:00:55.000] request: "seq": 3, "type": "request" } -Info 25 [00:00:58.000] DirectoryWatcher:: Triggered with /a/b/f1.js :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 26 [00:00:59.000] Project: /a/b/tsconfig.json Detected file add/remove of non supported extension: /a/b/f1.js -Info 27 [00:01:00.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/f1.js :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 28 [00:01:01.000] response: +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /a/b/f1.js :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /a/b/tsconfig.json Detected file add/remove of non supported extension: /a/b/f1.js +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/f1.js :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true diff --git a/tests/baselines/reference/tsserver/compileOnSave/emit-with-richRepsonse-as-false.js b/tests/baselines/reference/tsserver/compileOnSave/emit-with-richRepsonse-as-false.js index 8df0b01b7584e..436240e7118a8 100644 --- a/tests/baselines/reference/tsserver/compileOnSave/emit-with-richRepsonse-as-false.js +++ b/tests/baselines/reference/tsserver/compileOnSave/emit-with-richRepsonse-as-false.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:23.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/file1.ts] const x = 1; @@ -24,7 +24,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:24.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -33,11 +33,11 @@ Info 1 [00:00:24.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:25.000] Search path: /user/username/projects/myproject -Info 3 [00:00:26.000] For info: /user/username/projects/myproject/file1.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 4 [00:00:27.000] Creating configuration project /user/username/projects/myproject/tsconfig.json -Info 5 [00:00:28.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 6 [00:00:29.000] Config: /user/username/projects/myproject/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/file1.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/file1.ts", "/user/username/projects/myproject/file2.ts" @@ -49,16 +49,18 @@ Info 6 [00:00:29.000] Config: /user/username/projects/myproject/tsconfig.json "configFilePath": "/user/username/projects/myproject/tsconfig.json" } } -Info 7 [00:00:30.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:31.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:32.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/file2.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:33.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 11 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 12 [00:00:35.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 13 [00:00:36.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 14 [00:00:37.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:38.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 16 [00:00:39.000] Files (3) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/file2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/file1.ts SVC-1-0 "const x = 1;" /user/username/projects/myproject/file2.ts Text-1 "const y = 2;" @@ -71,15 +73,15 @@ Info 16 [00:00:39.000] Files (3) file2.ts Matched by default include pattern '**/*' -Info 17 [00:00:40.000] ----------------------------------------------- -Info 18 [00:00:41.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 18 [00:00:42.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 18 [00:00:43.000] ----------------------------------------------- -Info 18 [00:00:44.000] Open files: -Info 18 [00:00:45.000] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined -Info 18 [00:00:46.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 18 [00:00:47.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -88,6 +90,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* @@ -103,7 +107,7 @@ FsWatchesRecursive:: Before request -Info 19 [00:00:48.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -112,23 +116,23 @@ Info 19 [00:00:48.000] request: "seq": 2, "type": "request" } -Info 20 [00:00:49.000] Before ensureProjectForOpenFiles: -Info 21 [00:00:50.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 21 [00:00:51.000] Files (3) - -Info 21 [00:00:52.000] ----------------------------------------------- -Info 21 [00:00:53.000] Open files: -Info 21 [00:00:54.000] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined -Info 21 [00:00:55.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 21 [00:00:56.000] After ensureProjectForOpenFiles: -Info 22 [00:00:57.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 22 [00:00:58.000] Files (3) - -Info 22 [00:00:59.000] ----------------------------------------------- -Info 22 [00:01:00.000] Open files: -Info 22 [00:01:01.000] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined -Info 22 [00:01:02.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 22 [00:01:03.000] response: +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -146,7 +150,7 @@ After request Before request -Info 23 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveEmitFile", "arguments": { @@ -156,18 +160,18 @@ Info 23 [00:01:04.000] request: "seq": 3, "type": "request" } -Info 24 [00:01:08.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/test :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 25 [00:01:09.000] Scheduled: /user/username/projects/myproject/tsconfig.json -Info 26 [00:01:10.000] Scheduled: *ensureProjectForOpenFiles* -Info 27 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/test :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 28 [00:01:14.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/test/file1.js :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 29 [00:01:15.000] Project: /user/username/projects/myproject/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/test/file1.js -Info 30 [00:01:16.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/test/file1.js :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 31 [00:01:19.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/test/file1.d.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 32 [00:01:20.000] Scheduled: /user/username/projects/myproject/tsconfig.json, Cancelled earlier one -Info 33 [00:01:21.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 34 [00:01:22.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/test/file1.d.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 35 [00:01:23.000] response: +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/test :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/test :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/test/file1.js :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/test/file1.js +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/test/file1.js :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/test/file1.d.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/test/file1.d.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -184,7 +188,7 @@ declare const x = 1; Before request -Info 36 [00:01:24.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveEmitFile", "arguments": { @@ -194,11 +198,11 @@ Info 36 [00:01:24.000] request: "seq": 4, "type": "request" } -Info 37 [00:01:25.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/test/file1.d.ts 500 undefined WatchType: Closed Script info -Info 38 [00:01:26.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 39 [00:01:27.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 40 [00:01:28.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 41 [00:01:29.000] Files (4) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/test/file1.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/file1.ts SVC-1-0 "const x = 1;" /user/username/projects/myproject/file2.ts Text-1 "const y = 2;" @@ -214,8 +218,8 @@ Info 41 [00:01:29.000] Files (4) test/file1.d.ts Matched by default include pattern '**/*' -Info 42 [00:01:30.000] ----------------------------------------------- -Info 43 [00:01:31.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": false, "responseRequired": true @@ -225,6 +229,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: diff --git a/tests/baselines/reference/tsserver/compileOnSave/emit-with-richRepsonse-as-true.js b/tests/baselines/reference/tsserver/compileOnSave/emit-with-richRepsonse-as-true.js index 5d25b9dad1977..0a0fb2b436e1b 100644 --- a/tests/baselines/reference/tsserver/compileOnSave/emit-with-richRepsonse-as-true.js +++ b/tests/baselines/reference/tsserver/compileOnSave/emit-with-richRepsonse-as-true.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:23.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/file1.ts] const x = 1; @@ -24,7 +24,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:24.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -33,11 +33,11 @@ Info 1 [00:00:24.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:25.000] Search path: /user/username/projects/myproject -Info 3 [00:00:26.000] For info: /user/username/projects/myproject/file1.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 4 [00:00:27.000] Creating configuration project /user/username/projects/myproject/tsconfig.json -Info 5 [00:00:28.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 6 [00:00:29.000] Config: /user/username/projects/myproject/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/file1.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/file1.ts", "/user/username/projects/myproject/file2.ts" @@ -49,16 +49,18 @@ Info 6 [00:00:29.000] Config: /user/username/projects/myproject/tsconfig.json "configFilePath": "/user/username/projects/myproject/tsconfig.json" } } -Info 7 [00:00:30.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:31.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:32.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/file2.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:33.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 11 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 12 [00:00:35.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 13 [00:00:36.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 14 [00:00:37.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:38.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 16 [00:00:39.000] Files (3) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/file2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/file1.ts SVC-1-0 "const x = 1;" /user/username/projects/myproject/file2.ts Text-1 "const y = 2;" @@ -71,15 +73,15 @@ Info 16 [00:00:39.000] Files (3) file2.ts Matched by default include pattern '**/*' -Info 17 [00:00:40.000] ----------------------------------------------- -Info 18 [00:00:41.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 18 [00:00:42.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 18 [00:00:43.000] ----------------------------------------------- -Info 18 [00:00:44.000] Open files: -Info 18 [00:00:45.000] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined -Info 18 [00:00:46.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 18 [00:00:47.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -88,6 +90,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* @@ -103,7 +107,7 @@ FsWatchesRecursive:: Before request -Info 19 [00:00:48.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -112,23 +116,23 @@ Info 19 [00:00:48.000] request: "seq": 2, "type": "request" } -Info 20 [00:00:49.000] Before ensureProjectForOpenFiles: -Info 21 [00:00:50.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 21 [00:00:51.000] Files (3) - -Info 21 [00:00:52.000] ----------------------------------------------- -Info 21 [00:00:53.000] Open files: -Info 21 [00:00:54.000] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined -Info 21 [00:00:55.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 21 [00:00:56.000] After ensureProjectForOpenFiles: -Info 22 [00:00:57.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 22 [00:00:58.000] Files (3) - -Info 22 [00:00:59.000] ----------------------------------------------- -Info 22 [00:01:00.000] Open files: -Info 22 [00:01:01.000] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined -Info 22 [00:01:02.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 22 [00:01:03.000] response: +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -146,7 +150,7 @@ After request Before request -Info 23 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveEmitFile", "arguments": { @@ -156,18 +160,18 @@ Info 23 [00:01:04.000] request: "seq": 3, "type": "request" } -Info 24 [00:01:08.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/test :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 25 [00:01:09.000] Scheduled: /user/username/projects/myproject/tsconfig.json -Info 26 [00:01:10.000] Scheduled: *ensureProjectForOpenFiles* -Info 27 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/test :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 28 [00:01:14.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/test/file1.js :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 29 [00:01:15.000] Project: /user/username/projects/myproject/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/test/file1.js -Info 30 [00:01:16.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/test/file1.js :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 31 [00:01:19.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/test/file1.d.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 32 [00:01:20.000] Scheduled: /user/username/projects/myproject/tsconfig.json, Cancelled earlier one -Info 33 [00:01:21.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 34 [00:01:22.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/test/file1.d.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 35 [00:01:23.000] response: +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/test :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/test :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/test/file1.js :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/test/file1.js +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/test/file1.js :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/test/file1.d.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/test/file1.d.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] response: { "response": { "emitSkipped": false, @@ -187,7 +191,7 @@ declare const x = 1; Before request -Info 36 [00:01:24.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveEmitFile", "arguments": { @@ -197,11 +201,11 @@ Info 36 [00:01:24.000] request: "seq": 4, "type": "request" } -Info 37 [00:01:25.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/test/file1.d.ts 500 undefined WatchType: Closed Script info -Info 38 [00:01:26.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 39 [00:01:27.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 40 [00:01:28.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 41 [00:01:29.000] Files (4) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/test/file1.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/file1.ts SVC-1-0 "const x = 1;" /user/username/projects/myproject/file2.ts Text-1 "const y = 2;" @@ -217,8 +221,8 @@ Info 41 [00:01:29.000] Files (4) test/file1.d.ts Matched by default include pattern '**/*' -Info 42 [00:01:30.000] ----------------------------------------------- -Info 43 [00:01:31.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": { "emitSkipped": true, @@ -237,6 +241,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: diff --git a/tests/baselines/reference/tsserver/compileOnSave/emit-with-richRepsonse-as-undefined.js b/tests/baselines/reference/tsserver/compileOnSave/emit-with-richRepsonse-as-undefined.js index ed2b6ef98870a..f4a809eebcd3b 100644 --- a/tests/baselines/reference/tsserver/compileOnSave/emit-with-richRepsonse-as-undefined.js +++ b/tests/baselines/reference/tsserver/compileOnSave/emit-with-richRepsonse-as-undefined.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:23.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/file1.ts] const x = 1; @@ -24,7 +24,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:24.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -33,11 +33,11 @@ Info 1 [00:00:24.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:25.000] Search path: /user/username/projects/myproject -Info 3 [00:00:26.000] For info: /user/username/projects/myproject/file1.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 4 [00:00:27.000] Creating configuration project /user/username/projects/myproject/tsconfig.json -Info 5 [00:00:28.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 6 [00:00:29.000] Config: /user/username/projects/myproject/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/file1.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/file1.ts", "/user/username/projects/myproject/file2.ts" @@ -49,16 +49,18 @@ Info 6 [00:00:29.000] Config: /user/username/projects/myproject/tsconfig.json "configFilePath": "/user/username/projects/myproject/tsconfig.json" } } -Info 7 [00:00:30.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:31.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:32.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/file2.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:33.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 11 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 12 [00:00:35.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 13 [00:00:36.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 14 [00:00:37.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:38.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 16 [00:00:39.000] Files (3) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/file2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/file1.ts SVC-1-0 "const x = 1;" /user/username/projects/myproject/file2.ts Text-1 "const y = 2;" @@ -71,15 +73,15 @@ Info 16 [00:00:39.000] Files (3) file2.ts Matched by default include pattern '**/*' -Info 17 [00:00:40.000] ----------------------------------------------- -Info 18 [00:00:41.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 18 [00:00:42.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 18 [00:00:43.000] ----------------------------------------------- -Info 18 [00:00:44.000] Open files: -Info 18 [00:00:45.000] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined -Info 18 [00:00:46.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 18 [00:00:47.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -88,6 +90,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* @@ -103,7 +107,7 @@ FsWatchesRecursive:: Before request -Info 19 [00:00:48.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -112,23 +116,23 @@ Info 19 [00:00:48.000] request: "seq": 2, "type": "request" } -Info 20 [00:00:49.000] Before ensureProjectForOpenFiles: -Info 21 [00:00:50.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 21 [00:00:51.000] Files (3) - -Info 21 [00:00:52.000] ----------------------------------------------- -Info 21 [00:00:53.000] Open files: -Info 21 [00:00:54.000] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined -Info 21 [00:00:55.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 21 [00:00:56.000] After ensureProjectForOpenFiles: -Info 22 [00:00:57.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 22 [00:00:58.000] Files (3) - -Info 22 [00:00:59.000] ----------------------------------------------- -Info 22 [00:01:00.000] Open files: -Info 22 [00:01:01.000] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined -Info 22 [00:01:02.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 22 [00:01:03.000] response: +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -146,7 +150,7 @@ After request Before request -Info 23 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveEmitFile", "arguments": { @@ -155,18 +159,18 @@ Info 23 [00:01:04.000] request: "seq": 3, "type": "request" } -Info 24 [00:01:08.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/test :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 25 [00:01:09.000] Scheduled: /user/username/projects/myproject/tsconfig.json -Info 26 [00:01:10.000] Scheduled: *ensureProjectForOpenFiles* -Info 27 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/test :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 28 [00:01:14.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/test/file1.js :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 29 [00:01:15.000] Project: /user/username/projects/myproject/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/test/file1.js -Info 30 [00:01:16.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/test/file1.js :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 31 [00:01:19.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/test/file1.d.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 32 [00:01:20.000] Scheduled: /user/username/projects/myproject/tsconfig.json, Cancelled earlier one -Info 33 [00:01:21.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 34 [00:01:22.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/test/file1.d.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 35 [00:01:23.000] response: +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/test :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/test :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/test/file1.js :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/test/file1.js +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/test/file1.js :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/test/file1.d.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/test/file1.d.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -183,7 +187,7 @@ declare const x = 1; Before request -Info 36 [00:01:24.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveEmitFile", "arguments": { @@ -192,11 +196,11 @@ Info 36 [00:01:24.000] request: "seq": 4, "type": "request" } -Info 37 [00:01:25.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/test/file1.d.ts 500 undefined WatchType: Closed Script info -Info 38 [00:01:26.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 39 [00:01:27.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 40 [00:01:28.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 41 [00:01:29.000] Files (4) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/test/file1.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/file1.ts SVC-1-0 "const x = 1;" /user/username/projects/myproject/file2.ts Text-1 "const y = 2;" @@ -212,8 +216,8 @@ Info 41 [00:01:29.000] Files (4) test/file1.d.ts Matched by default include pattern '**/*' -Info 42 [00:01:30.000] ----------------------------------------------- -Info 43 [00:01:31.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": false, "responseRequired": true @@ -223,6 +227,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: diff --git a/tests/baselines/reference/tsserver/compileOnSave/line-endings.js b/tests/baselines/reference/tsserver/compileOnSave/line-endings.js index 195938228761c..5bf92668a7f31 100644 --- a/tests/baselines/reference/tsserver/compileOnSave/line-endings.js +++ b/tests/baselines/reference/tsserver/compileOnSave/line-endings.js @@ -1,13 +1,13 @@ currentDirectory:: / useCaseSensitiveFileNames: false newLine: -Info 0 [00:00:07.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/app.ts] var x = 1; var y = 2; -Info 1 [00:00:08.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -16,30 +16,28 @@ Info 1 [00:00:08.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:09.000] Search path: /a -Info 3 [00:00:10.000] For info: /a/app.ts :: No config files found. -Info 4 [00:00:11.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 5 [00:00:12.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 6 [00:00:13.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 7 [00:00:14.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 8 [00:00:15.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 9 [00:00:16.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 10 [00:00:17.000] Files (1) +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/app.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /a/app.ts SVC-1-0 "var x = 1;\nvar y = 2;" app.ts Root file specified for compilation -Info 11 [00:00:18.000] ----------------------------------------------- -Info 12 [00:00:19.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 12 [00:00:20.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 12 [00:00:21.000] ----------------------------------------------- -Info 12 [00:00:22.000] Open files: -Info 12 [00:00:23.000] FileName: /a/app.ts ProjectRootPath: undefined -Info 12 [00:00:24.000] Projects: /dev/null/inferredProject1* -Info 12 [00:00:25.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -48,12 +46,10 @@ After request PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/node_modules/@types: *new* - {"pollingInterval":500} Before request -Info 13 [00:00:26.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveEmitFile", "arguments": { @@ -62,7 +58,7 @@ Info 13 [00:00:26.000] request: "seq": 2, "type": "request" } -Info 14 [00:00:29.000] response: +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -76,14 +72,14 @@ var y = 2; currentDirectory:: / useCaseSensitiveFileNames: false newLine: -Info 15 [00:00:07.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/app.ts] var x = 1; var y = 2; -Info 16 [00:00:08.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -92,30 +88,28 @@ Info 16 [00:00:08.000] request: "seq": 1, "type": "request" } -Info 17 [00:00:09.000] Search path: /a -Info 18 [00:00:10.000] For info: /a/app.ts :: No config files found. -Info 19 [00:00:11.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 20 [00:00:12.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 21 [00:00:13.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 22 [00:00:14.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 23 [00:00:15.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 24 [00:00:16.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 25 [00:00:17.000] Files (1) +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/app.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /a/app.ts SVC-1-0 "var x = 1;\r\nvar y = 2;" app.ts Root file specified for compilation -Info 26 [00:00:18.000] ----------------------------------------------- -Info 27 [00:00:19.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 27 [00:00:20.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 27 [00:00:21.000] ----------------------------------------------- -Info 27 [00:00:22.000] Open files: -Info 27 [00:00:23.000] FileName: /a/app.ts ProjectRootPath: undefined -Info 27 [00:00:24.000] Projects: /dev/null/inferredProject1* -Info 27 [00:00:25.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -124,12 +118,10 @@ After request PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/node_modules/@types: *new* - {"pollingInterval":500} Before request -Info 28 [00:00:26.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveEmitFile", "arguments": { @@ -138,7 +130,7 @@ Info 28 [00:00:26.000] request: "seq": 2, "type": "request" } -Info 29 [00:00:29.000] response: +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true diff --git a/tests/baselines/reference/tsserver/compileOnSave/should-not-emit-js-files-in-external-projects.js b/tests/baselines/reference/tsserver/compileOnSave/should-not-emit-js-files-in-external-projects.js index d0685e52ab0fb..2b432849a7da2 100644 --- a/tests/baselines/reference/tsserver/compileOnSave/should-not-emit-js-files-in-external-projects.js +++ b/tests/baselines/reference/tsserver/compileOnSave/should-not-emit-js-files-in-external-projects.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:17.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/b/file1.ts] consonle.log('file1'); @@ -24,7 +24,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:18.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "openExternalProject", "arguments": { @@ -46,15 +46,13 @@ Info 1 [00:00:18.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:19.000] FileWatcher:: Added:: WatchInfo: /a/b/file1.ts 500 undefined WatchType: Closed Script info -Info 3 [00:00:20.000] FileWatcher:: Added:: WatchInfo: /a/b/file2.js 500 undefined WatchType: Closed Script info -Info 4 [00:00:21.000] Starting updateGraphWorker: Project: /a/b/externalproject -Info 5 [00:00:22.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 6 [00:00:23.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/externalproject WatchType: Type roots -Info 7 [00:00:24.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/externalproject WatchType: Type roots -Info 8 [00:00:25.000] Finishing updateGraphWorker: Project: /a/b/externalproject Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 9 [00:00:26.000] Project '/a/b/externalproject' (External) -Info 10 [00:00:27.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/file1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/file2.js 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/externalproject +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/externalproject Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/externalproject' (External) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/file1.ts Text-1 "consonle.log('file1');" /a/b/file2.js Text-1 "console.log'file2');" @@ -67,18 +65,14 @@ Info 10 [00:00:27.000] Files (3) file2.js Root file specified for compilation -Info 11 [00:00:28.000] ----------------------------------------------- -Info 12 [00:00:29.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true } After request -PolledWatches:: -/a/b/node_modules/@types: *new* - {"pollingInterval":500} - FsWatches:: /a/b/file1.ts: *new* {} @@ -89,7 +83,7 @@ FsWatches:: Before request -Info 13 [00:00:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveEmitFile", "arguments": { @@ -98,7 +92,7 @@ Info 13 [00:00:30.000] request: "seq": 2, "type": "request" } -Info 14 [00:00:33.000] response: +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true diff --git a/tests/baselines/reference/tsserver/compileOnSave/use-projectRoot-as-current-directory.js b/tests/baselines/reference/tsserver/compileOnSave/use-projectRoot-as-current-directory.js index 0b0c24574afb0..e313f0b94d38f 100644 --- a/tests/baselines/reference/tsserver/compileOnSave/use-projectRoot-as-current-directory.js +++ b/tests/baselines/reference/tsserver/compileOnSave/use-projectRoot-as-current-directory.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:17.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/root/TypeScriptProject3/TypeScriptProject3/Foo.ts] consonle.log('file1'); @@ -18,7 +18,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:18.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "openExternalProject", "arguments": { @@ -37,14 +37,14 @@ Info 1 [00:00:18.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:19.000] FileWatcher:: Added:: WatchInfo: /root/TypeScriptProject3/TypeScriptProject3/Foo.ts 500 undefined WatchType: Closed Script info -Info 3 [00:00:20.000] Starting updateGraphWorker: Project: /root/TypeScriptProject3/TypeScriptProject3/TypeScriptProject3.csproj -Info 4 [00:00:21.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 5 [00:00:22.000] DirectoryWatcher:: Added:: WatchInfo: /root/TypeScriptProject3/TypeScriptProject3/node_modules/@types 1 undefined Project: /root/TypeScriptProject3/TypeScriptProject3/TypeScriptProject3.csproj WatchType: Type roots -Info 6 [00:00:23.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /root/TypeScriptProject3/TypeScriptProject3/node_modules/@types 1 undefined Project: /root/TypeScriptProject3/TypeScriptProject3/TypeScriptProject3.csproj WatchType: Type roots -Info 7 [00:00:24.000] Finishing updateGraphWorker: Project: /root/TypeScriptProject3/TypeScriptProject3/TypeScriptProject3.csproj Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 8 [00:00:25.000] Project '/root/TypeScriptProject3/TypeScriptProject3/TypeScriptProject3.csproj' (External) -Info 9 [00:00:26.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /root/TypeScriptProject3/TypeScriptProject3/Foo.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /root/TypeScriptProject3/TypeScriptProject3/TypeScriptProject3.csproj +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /root/TypeScriptProject3/TypeScriptProject3/node_modules/@types 1 undefined Project: /root/TypeScriptProject3/TypeScriptProject3/TypeScriptProject3.csproj WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /root/TypeScriptProject3/TypeScriptProject3/node_modules/@types 1 undefined Project: /root/TypeScriptProject3/TypeScriptProject3/TypeScriptProject3.csproj WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /root/TypeScriptProject3/TypeScriptProject3/TypeScriptProject3.csproj Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/root/TypeScriptProject3/TypeScriptProject3/TypeScriptProject3.csproj' (External) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /root/TypeScriptProject3/TypeScriptProject3/Foo.ts Text-1 "consonle.log('file1');" @@ -54,8 +54,8 @@ Info 9 [00:00:26.000] Files (2) Foo.ts Root file specified for compilation -Info 10 [00:00:27.000] ----------------------------------------------- -Info 11 [00:00:28.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -74,7 +74,7 @@ FsWatches:: Before request -Info 12 [00:00:29.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveEmitFile", "arguments": { @@ -83,7 +83,7 @@ Info 12 [00:00:29.000] request: "seq": 2, "type": "request" } -Info 13 [00:00:34.000] response: +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true diff --git a/tests/baselines/reference/tsserver/completions/works-when-files-are-included-from-two-different-drives-of-windows.js b/tests/baselines/reference/tsserver/completions/works-when-files-are-included-from-two-different-drives-of-windows.js index fe0b41a3e8bad..69d8feab94c23 100644 --- a/tests/baselines/reference/tsserver/completions/works-when-files-are-included-from-two-different-drives-of-windows.js +++ b/tests/baselines/reference/tsserver/completions/works-when-files-are-included-from-two-different-drives-of-windows.js @@ -1,5 +1,5 @@ currentDirectory:: c:/ useCaseSensitiveFileNames: false -Info 0 [00:00:58.000] Provided types map file "c:/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "c:/a/lib/typesMap.json" doesn't exist Before request //// [e:/myproject/src/app.js] import React from 'react'; @@ -67,7 +67,7 @@ export function foo() {} {"name":"@types/react","version":"16.9.14"} -Info 1 [00:00:59.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -76,26 +76,32 @@ Info 1 [00:00:59.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:00.000] Search path: e:/myproject/src -Info 3 [00:01:01.000] For info: e:/myproject/src/app.js :: No config files found. -Info 4 [00:01:02.000] FileWatcher:: Added:: WatchInfo: e:/myproject/src/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 5 [00:01:03.000] FileWatcher:: Added:: WatchInfo: e:/myproject/src/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 6 [00:01:04.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 7 [00:01:05.000] DirectoryWatcher:: Added:: WatchInfo: e:/myproject/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 8 [00:01:06.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: e:/myproject/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 9 [00:01:07.000] FileWatcher:: Added:: WatchInfo: c:/a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 10 [00:01:08.000] DirectoryWatcher:: Added:: WatchInfo: e:/myproject/src/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations -Info 11 [00:01:09.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: e:/myproject/src/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations -Info 12 [00:01:10.000] FileWatcher:: Added:: WatchInfo: e:/myproject/node_modules/@types/react/package.json 2000 undefined Project: /dev/null/inferredProject1* WatchType: File location affecting resolution -Info 13 [00:01:11.000] FileWatcher:: Added:: WatchInfo: c:/typescript/node_modules/@types/react/package.json 2000 undefined Project: /dev/null/inferredProject1* WatchType: File location affecting resolution -Info 14 [00:01:12.000] FileWatcher:: Added:: WatchInfo: e:/myproject/node_modules/react-router-dom/package.json 2000 undefined Project: /dev/null/inferredProject1* WatchType: File location affecting resolution -Info 15 [00:01:13.000] FileWatcher:: Added:: WatchInfo: c:/typescript/node_modules/@types/react-router-dom/package.json 2000 undefined Project: /dev/null/inferredProject1* WatchType: File location affecting resolution -Info 16 [00:01:14.000] FileWatcher:: Added:: WatchInfo: e:/myproject/node_modules/@types/prop-types/package.json 2000 undefined Project: /dev/null/inferredProject1* WatchType: File location affecting resolution -Info 17 [00:01:15.000] DirectoryWatcher:: Added:: WatchInfo: e:/myproject/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 18 [00:01:16.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: e:/myproject/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 19 [00:01:17.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 20 [00:01:18.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 21 [00:01:19.000] Files (6) +Info seq [hh:mm:ss:mss] Search path: e:/myproject/src +Info seq [hh:mm:ss:mss] For info: e:/myproject/src/app.js :: No config files found. +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: e:/myproject/src/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: e:/myproject/src/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: e:/myproject/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: e:/myproject/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: e:/myproject/src/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: e:/myproject/src/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: e:/myproject/node_modules/@types/prop-types/package.json 2000 undefined Project: /dev/null/inferredProject1* WatchType: File location affecting resolution +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: e:/myproject/node_modules/@types/react/package.json 2000 undefined Project: /dev/null/inferredProject1* WatchType: File location affecting resolution +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: c:/a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: e:/myproject/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: e:/myproject/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: c:/typescript/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: c:/typescript/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: c:/typescript/node_modules/@types/react/package.json 2000 undefined Project: /dev/null/inferredProject1* WatchType: File location affecting resolution +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: e:/myproject/node_modules/react-router-dom/package.json 2000 undefined Project: /dev/null/inferredProject1* WatchType: File location affecting resolution +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: c:/typescript/node_modules/@types/react-router-dom/package.json 2000 undefined Project: /dev/null/inferredProject1* WatchType: File location affecting resolution +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: e:/myproject/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: e:/myproject/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: e:/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: e:/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (6) c:/a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" e:/myproject/node_modules/@types/prop-types/index.d.ts Text-1 "export type ReactComponentLike =\n | string\n | ((props: any, context?: any) => any)\n | (new (props: any, context?: any) => any);\n" e:/myproject/node_modules/@types/react/index.d.ts Text-1 "import * as PropTypes from 'prop-types';\n" @@ -120,7 +126,7 @@ Info 21 [00:01:19.000] Files (6) app.js Root file specified for compilation -Info 22 [00:01:20.000] ----------------------------------------------- +Info seq [hh:mm:ss:mss] ----------------------------------------------- TI:: Creating typing installer PolledWatches:: @@ -134,32 +140,42 @@ e:/myproject/src/node_modules/@types: *new* {"pollingInterval":500} FsWatches:: -c:/a/lib/lib.d.ts: *new* +e:/myproject/node_modules/@types/prop-types/package.json: *new* {} e:/myproject/node_modules/@types/react/package.json: *new* {} +c:/a/lib/lib.d.ts: *new* + {} c:/typescript/node_modules/@types/react/package.json: *new* {} e:/myproject/node_modules/react-router-dom/package.json: *new* {} c:/typescript/node_modules/@types/react-router-dom/package.json: *new* {} -e:/myproject/node_modules/@types/prop-types/package.json: *new* - {} FsWatchesRecursive:: e:/myproject/node_modules: *new* {} +c:/typescript/node_modules: *new* + {} +e:/myproject/node_modules/@types: *new* + {} -TI:: [00:01:21.000] Global cache location 'c:/typescript', safe file path '/safeList.json', types map path /typesMap.json -TI:: [00:01:22.000] Processing cache location 'c:/typescript' -TI:: [00:01:23.000] Trying to find 'c:/typescript/package.json'... -TI:: [00:01:24.000] Finished processing cache location 'c:/typescript' -TI:: [00:01:25.000] Npm config file: c:/typescript/package.json -TI:: [00:01:26.000] Npm config file: 'c:/typescript/package.json' is missing, creating new one... -TI:: [00:01:29.000] Updating types-registry npm package... -TI:: [00:01:30.000] npm install --ignore-scripts types-registry@latest -TI:: [00:01:35.000] TI:: Updated types-registry npm package +TI:: [hh:mm:ss:mss] Global cache location 'c:/typescript', safe file path '/safeList.json', types map path /typesMap.json +TI:: [hh:mm:ss:mss] Processing cache location 'c:/typescript' +TI:: [hh:mm:ss:mss] Trying to find 'c:/typescript/package.json'... +TI:: [hh:mm:ss:mss] Finished processing cache location 'c:/typescript' +TI:: [hh:mm:ss:mss] Npm config file: c:/typescript/package.json +TI:: [hh:mm:ss:mss] Npm config file: 'c:/typescript/package.json' is missing, creating new one... +TI:: [hh:mm:ss:mss] Updating types-registry npm package... +TI:: [hh:mm:ss:mss] npm install --ignore-scripts types-registry@latest +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with c:/typescript/node_modules/types-registry :: WatchInfo: c:/typescript/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /dev/null/inferredProject1*FailedLookupInvalidation +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with c:/typescript/node_modules/types-registry :: WatchInfo: c:/typescript/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with c:/typescript/node_modules/types-registry/index.json :: WatchInfo: c:/typescript/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /dev/null/inferredProject1*FailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with c:/typescript/node_modules/types-registry/index.json :: WatchInfo: c:/typescript/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +TI:: [hh:mm:ss:mss] TI:: Updated types-registry npm package TI:: typing installer creation complete //// [c:/typescript/package.json] { "private": true } @@ -170,33 +186,33 @@ TI:: typing installer creation complete } -TI:: [00:01:36.000] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["c:/a/lib/lib.d.ts","e:/myproject/src/app.js"],"compilerOptions":{"target":1,"jsx":1,"allowNonTsExtensions":true,"allowJs":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"e:/myproject/src","cachePath":"c:/typescript","kind":"discover"} -TI:: [00:01:37.000] Request specifies cache path 'c:/typescript', loading cached information... -TI:: [00:01:38.000] Processing cache location 'c:/typescript' -TI:: [00:01:39.000] Cache location was already processed... -TI:: [00:01:40.000] Failed to load safelist from types map file '/typesMap.json' -TI:: [00:01:41.000] Explicitly included types: [] -TI:: [00:01:42.000] Inferred typings from unresolved imports: [] -TI:: [00:01:43.000] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["e:/myproject/src/bower_components","e:/myproject/src/node_modules"]} -TI:: [00:01:44.000] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["e:/myproject/src/bower_components","e:/myproject/src/node_modules"]} -TI:: [00:01:45.000] DirectoryWatcher:: Added:: WatchInfo: e:/myproject/src/bower_components -TI:: [00:01:46.000] DirectoryWatcher:: Added:: WatchInfo: e:/myproject/src/bower_components 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:01:47.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: e:/myproject/src/bower_components 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:01:48.000] DirectoryWatcher:: Added:: WatchInfo: e:/myproject/src/node_modules -TI:: [00:01:49.000] DirectoryWatcher:: Added:: WatchInfo: e:/myproject/src/node_modules 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:01:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: e:/myproject/src/node_modules 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:01:51.000] Sending response: +TI:: [hh:mm:ss:mss] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["c:/a/lib/lib.d.ts","e:/myproject/src/app.js"],"compilerOptions":{"target":1,"jsx":1,"allowNonTsExtensions":true,"allowJs":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"e:/myproject/src","cachePath":"c:/typescript","kind":"discover"} +TI:: [hh:mm:ss:mss] Request specifies cache path 'c:/typescript', loading cached information... +TI:: [hh:mm:ss:mss] Processing cache location 'c:/typescript' +TI:: [hh:mm:ss:mss] Cache location was already processed... +TI:: [hh:mm:ss:mss] Failed to load safelist from types map file '/typesMap.json' +TI:: [hh:mm:ss:mss] Explicitly included types: [] +TI:: [hh:mm:ss:mss] Inferred typings from unresolved imports: [] +TI:: [hh:mm:ss:mss] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["e:/myproject/src/bower_components","e:/myproject/src/node_modules"]} +TI:: [hh:mm:ss:mss] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["e:/myproject/src/bower_components","e:/myproject/src/node_modules"]} +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: e:/myproject/src/bower_components +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: e:/myproject/src/bower_components 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: e:/myproject/src/bower_components 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: e:/myproject/src/node_modules +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: e:/myproject/src/node_modules 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: e:/myproject/src/node_modules 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] Sending response: {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"target":1,"jsx":1,"allowNonTsExtensions":true,"allowJs":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typings":[],"unresolvedImports":[],"kind":"action::set"} -TI:: [00:01:52.000] No new typings were requested as a result of typings discovery -Info 23 [00:01:53.000] FileWatcher:: Added:: WatchInfo: e:/myproject/package.json 250 undefined WatchType: package.json file -Info 24 [00:01:54.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 24 [00:01:55.000] Files (6) - -Info 24 [00:01:56.000] ----------------------------------------------- -Info 24 [00:01:57.000] Open files: -Info 24 [00:01:58.000] FileName: e:/myproject/src/app.js ProjectRootPath: undefined -Info 24 [00:01:59.000] Projects: /dev/null/inferredProject1* -Info 24 [00:02:00.000] response: +TI:: [hh:mm:ss:mss] No new typings were requested as a result of typings discovery +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: e:/myproject/package.json 250 undefined WatchType: package.json file +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (6) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: e:/myproject/src/app.js ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -215,28 +231,32 @@ e:/myproject/src/bower_components: *new* {"pollingInterval":500} FsWatches:: -c:/a/lib/lib.d.ts: +e:/myproject/node_modules/@types/prop-types/package.json: {} e:/myproject/node_modules/@types/react/package.json: {} +c:/a/lib/lib.d.ts: + {} c:/typescript/node_modules/@types/react/package.json: {} e:/myproject/node_modules/react-router-dom/package.json: {} c:/typescript/node_modules/@types/react-router-dom/package.json: {} -e:/myproject/node_modules/@types/prop-types/package.json: - {} e:/myproject/package.json: *new* {} FsWatchesRecursive:: e:/myproject/node_modules: {} +c:/typescript/node_modules: + {} +e:/myproject/node_modules/@types: + {} Before request -Info 25 [00:02:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "completionInfo", "arguments": { @@ -249,18 +269,18 @@ Info 25 [00:02:01.000] request: "seq": 2, "type": "request" } -Info 26 [00:02:02.000] getCompletionData: Get current token: * -Info 27 [00:02:03.000] getCompletionData: Is inside comment: * -Info 28 [00:02:04.000] getCompletionData: Get previous token: * -Info 29 [00:02:05.000] getCompletionsAtPosition: isCompletionListBlocker: * -Info 30 [00:02:06.000] getExportInfoMap: cache miss or empty; calculating new results -Info 31 [00:02:07.000] getExportInfoMap: done in * ms -Info 32 [00:02:08.000] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache -Info 33 [00:02:09.000] collectAutoImports: response is complete -Info 34 [00:02:10.000] collectAutoImports: * -Info 35 [00:02:11.000] getCompletionData: Semantic work: * -Info 36 [00:02:12.000] getCompletionsAtPosition: getCompletionEntriesFromSymbols: * -Info 37 [00:02:13.000] response: +Info seq [hh:mm:ss:mss] getCompletionData: Get current token: * +Info seq [hh:mm:ss:mss] getCompletionData: Is inside comment: * +Info seq [hh:mm:ss:mss] getCompletionData: Get previous token: * +Info seq [hh:mm:ss:mss] getCompletionsAtPosition: isCompletionListBlocker: * +Info seq [hh:mm:ss:mss] getExportInfoMap: cache miss or empty; calculating new results +Info seq [hh:mm:ss:mss] getExportInfoMap: done in * ms +Info seq [hh:mm:ss:mss] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info seq [hh:mm:ss:mss] collectAutoImports: response is complete +Info seq [hh:mm:ss:mss] collectAutoImports: * +Info seq [hh:mm:ss:mss] getCompletionData: Semantic work: * +Info seq [hh:mm:ss:mss] getCompletionsAtPosition: getCompletionEntriesFromSymbols: * +Info seq [hh:mm:ss:mss] response: { "response": { "flags": 1, diff --git a/tests/baselines/reference/tsserver/completions/works.js b/tests/baselines/reference/tsserver/completions/works.js index 2522a1b2a0bce..67deda69c714c 100644 --- a/tests/baselines/reference/tsserver/completions/works.js +++ b/tests/baselines/reference/tsserver/completions/works.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:09.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a.ts] export const foo = 0; @@ -11,7 +11,7 @@ foo {} -Info 1 [00:00:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -20,11 +20,11 @@ Info 1 [00:00:10.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:11.000] Search path: / -Info 3 [00:00:12.000] For info: /a.ts :: Config file name: /tsconfig.json -Info 4 [00:00:13.000] Creating configuration project /tsconfig.json -Info 5 [00:00:14.000] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file -Info 6 [00:00:15.000] Config: /tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: / +Info seq [hh:mm:ss:mss] For info: /a.ts :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /tsconfig.json : { "rootNames": [ "/a.ts", "/b.ts" @@ -33,14 +33,14 @@ Info 6 [00:00:15.000] Config: /tsconfig.json : { "configFilePath": "/tsconfig.json" } } -Info 7 [00:00:16.000] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 8 [00:00:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 9 [00:00:18.000] FileWatcher:: Added:: WatchInfo: /b.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:19.000] Starting updateGraphWorker: Project: /tsconfig.json -Info 11 [00:00:20.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file -Info 12 [00:00:21.000] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 13 [00:00:22.000] Project '/tsconfig.json' (Configured) -Info 14 [00:00:23.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a.ts SVC-1-0 "export const foo = 0;" /b.ts Text-1 "foo" @@ -50,15 +50,15 @@ Info 14 [00:00:23.000] Files (2) b.ts Matched by default include pattern '**/*' -Info 15 [00:00:24.000] ----------------------------------------------- -Info 16 [00:00:25.000] Project '/tsconfig.json' (Configured) -Info 16 [00:00:26.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 16 [00:00:27.000] ----------------------------------------------- -Info 16 [00:00:28.000] Open files: -Info 16 [00:00:29.000] FileName: /a.ts ProjectRootPath: undefined -Info 16 [00:00:30.000] Projects: /tsconfig.json -Info 16 [00:00:31.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -80,7 +80,7 @@ FsWatchesRecursive:: Before request -Info 17 [00:00:32.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -89,19 +89,19 @@ Info 17 [00:00:32.000] request: "seq": 2, "type": "request" } -Info 18 [00:00:33.000] FileWatcher:: Close:: WatchInfo: /b.ts 500 undefined WatchType: Closed Script info -Info 19 [00:00:34.000] Search path: / -Info 20 [00:00:35.000] For info: /b.ts :: Config file name: /tsconfig.json -Info 21 [00:00:36.000] Project '/tsconfig.json' (Configured) -Info 21 [00:00:37.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: / +Info seq [hh:mm:ss:mss] For info: /b.ts :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 21 [00:00:38.000] ----------------------------------------------- -Info 21 [00:00:39.000] Open files: -Info 21 [00:00:40.000] FileName: /a.ts ProjectRootPath: undefined -Info 21 [00:00:41.000] Projects: /tsconfig.json -Info 21 [00:00:42.000] FileName: /b.ts ProjectRootPath: undefined -Info 21 [00:00:43.000] Projects: /tsconfig.json -Info 21 [00:00:44.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -125,7 +125,7 @@ FsWatchesRecursive:: Before request -Info 22 [00:00:45.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "completionInfo", "arguments": { @@ -138,17 +138,17 @@ Info 22 [00:00:45.000] request: "seq": 3, "type": "request" } -Info 23 [00:00:46.000] getCompletionData: Get current token: * -Info 24 [00:00:47.000] getCompletionData: Is inside comment: * -Info 25 [00:00:48.000] getCompletionData: Get previous token: * -Info 26 [00:00:49.000] getExportInfoMap: cache miss or empty; calculating new results -Info 27 [00:00:50.000] getExportInfoMap: done in * ms -Info 28 [00:00:51.000] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache -Info 29 [00:00:52.000] collectAutoImports: response is incomplete -Info 30 [00:00:53.000] collectAutoImports: * -Info 31 [00:00:54.000] getCompletionData: Semantic work: * -Info 32 [00:00:55.000] getCompletionsAtPosition: getCompletionEntriesFromSymbols: * -Info 33 [00:00:56.000] response: +Info seq [hh:mm:ss:mss] getCompletionData: Get current token: * +Info seq [hh:mm:ss:mss] getCompletionData: Is inside comment: * +Info seq [hh:mm:ss:mss] getCompletionData: Get previous token: * +Info seq [hh:mm:ss:mss] getExportInfoMap: cache miss or empty; calculating new results +Info seq [hh:mm:ss:mss] getExportInfoMap: done in * ms +Info seq [hh:mm:ss:mss] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info seq [hh:mm:ss:mss] collectAutoImports: response is incomplete +Info seq [hh:mm:ss:mss] collectAutoImports: * +Info seq [hh:mm:ss:mss] getCompletionData: Semantic work: * +Info seq [hh:mm:ss:mss] getCompletionsAtPosition: getCompletionEntriesFromSymbols: * +Info seq [hh:mm:ss:mss] response: { "response": { "flags": 1, @@ -187,7 +187,7 @@ After request Before request -Info 34 [00:00:57.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "completionEntryDetails", "arguments": { @@ -209,8 +209,8 @@ Info 34 [00:00:57.000] request: "seq": 4, "type": "request" } -Info 35 [00:00:58.000] getExportInfoMap: cache hit -Info 36 [00:00:59.000] response: +Info seq [hh:mm:ss:mss] getExportInfoMap: cache hit +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -288,7 +288,7 @@ After request Before request -Info 37 [00:01:00.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "completionEntryDetails-full", "arguments": { @@ -310,8 +310,8 @@ Info 37 [00:01:00.000] request: "seq": 5, "type": "request" } -Info 38 [00:01:01.000] getExportInfoMap: cache hit -Info 39 [00:01:02.000] response: +Info seq [hh:mm:ss:mss] getExportInfoMap: cache hit +Info seq [hh:mm:ss:mss] response: { "response": [ { diff --git a/tests/baselines/reference/tsserver/completionsIncomplete/ambient-module-specifier-resolutions-do-not-count-against-the-resolution-limit.js b/tests/baselines/reference/tsserver/completionsIncomplete/ambient-module-specifier-resolutions-do-not-count-against-the-resolution-limit.js index 2dff7657020ed..3c3b382f3be83 100644 --- a/tests/baselines/reference/tsserver/completionsIncomplete/ambient-module-specifier-resolutions-do-not-count-against-the-resolution-limit.js +++ b/tests/baselines/reference/tsserver/completionsIncomplete/ambient-module-specifier-resolutions-do-not-count-against-the-resolution-limit.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:06:49.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/tsconfig.json] { "compilerOptions": { "module": "commonjs" } } @@ -1008,7 +1008,7 @@ export const aa_99__3 = 3; export const aa_99__4 = 4; -Info 1 [00:06:50.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "configure", "arguments": { @@ -1023,9 +1023,9 @@ Info 1 [00:06:50.000] request: "seq": 1, "type": "request" } -Info 2 [00:06:51.000] response: +Info seq [hh:mm:ss:mss] response: {"seq":0,"type":"response","command":"configure","request_seq":1,"success":true} -Info 3 [00:06:52.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1033,7 +1033,7 @@ After request Before request -Info 4 [00:06:53.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -1042,11 +1042,11 @@ Info 4 [00:06:53.000] request: "seq": 2, "type": "request" } -Info 5 [00:06:54.000] Search path: / -Info 6 [00:06:55.000] For info: /index.ts :: Config file name: /tsconfig.json -Info 7 [00:06:56.000] Creating configuration project /tsconfig.json -Info 8 [00:06:57.000] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file -Info 9 [00:06:58.000] Config: /tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: / +Info seq [hh:mm:ss:mss] For info: /index.ts :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /tsconfig.json : { "rootNames": [ "/index.ts", "/lib/a_0.ts", @@ -1255,213 +1255,213 @@ Info 9 [00:06:58.000] Config: /tsconfig.json : { "configFilePath": "/tsconfig.json" } } -Info 10 [00:06:59.000] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 11 [00:07:00.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 12 [00:07:01.000] FileWatcher:: Added:: WatchInfo: /lib/a_0.ts 500 undefined WatchType: Closed Script info -Info 13 [00:07:02.000] FileWatcher:: Added:: WatchInfo: /lib/a_1.ts 500 undefined WatchType: Closed Script info -Info 14 [00:07:03.000] FileWatcher:: Added:: WatchInfo: /lib/a_10.ts 500 undefined WatchType: Closed Script info -Info 15 [00:07:04.000] FileWatcher:: Added:: WatchInfo: /lib/a_11.ts 500 undefined WatchType: Closed Script info -Info 16 [00:07:05.000] FileWatcher:: Added:: WatchInfo: /lib/a_12.ts 500 undefined WatchType: Closed Script info -Info 17 [00:07:06.000] FileWatcher:: Added:: WatchInfo: /lib/a_13.ts 500 undefined WatchType: Closed Script info -Info 18 [00:07:07.000] FileWatcher:: Added:: WatchInfo: /lib/a_14.ts 500 undefined WatchType: Closed Script info -Info 19 [00:07:08.000] FileWatcher:: Added:: WatchInfo: /lib/a_15.ts 500 undefined WatchType: Closed Script info -Info 20 [00:07:09.000] FileWatcher:: Added:: WatchInfo: /lib/a_16.ts 500 undefined WatchType: Closed Script info -Info 21 [00:07:10.000] FileWatcher:: Added:: WatchInfo: /lib/a_17.ts 500 undefined WatchType: Closed Script info -Info 22 [00:07:11.000] FileWatcher:: Added:: WatchInfo: /lib/a_18.ts 500 undefined WatchType: Closed Script info -Info 23 [00:07:12.000] FileWatcher:: Added:: WatchInfo: /lib/a_19.ts 500 undefined WatchType: Closed Script info -Info 24 [00:07:13.000] FileWatcher:: Added:: WatchInfo: /lib/a_2.ts 500 undefined WatchType: Closed Script info -Info 25 [00:07:14.000] FileWatcher:: Added:: WatchInfo: /lib/a_20.ts 500 undefined WatchType: Closed Script info -Info 26 [00:07:15.000] FileWatcher:: Added:: WatchInfo: /lib/a_21.ts 500 undefined WatchType: Closed Script info -Info 27 [00:07:16.000] FileWatcher:: Added:: WatchInfo: /lib/a_22.ts 500 undefined WatchType: Closed Script info -Info 28 [00:07:17.000] FileWatcher:: Added:: WatchInfo: /lib/a_23.ts 500 undefined WatchType: Closed Script info -Info 29 [00:07:18.000] FileWatcher:: Added:: WatchInfo: /lib/a_24.ts 500 undefined WatchType: Closed Script info -Info 30 [00:07:19.000] FileWatcher:: Added:: WatchInfo: /lib/a_25.ts 500 undefined WatchType: Closed Script info -Info 31 [00:07:20.000] FileWatcher:: Added:: WatchInfo: /lib/a_26.ts 500 undefined WatchType: Closed Script info -Info 32 [00:07:21.000] FileWatcher:: Added:: WatchInfo: /lib/a_27.ts 500 undefined WatchType: Closed Script info -Info 33 [00:07:22.000] FileWatcher:: Added:: WatchInfo: /lib/a_28.ts 500 undefined WatchType: Closed Script info -Info 34 [00:07:23.000] FileWatcher:: Added:: WatchInfo: /lib/a_29.ts 500 undefined WatchType: Closed Script info -Info 35 [00:07:24.000] FileWatcher:: Added:: WatchInfo: /lib/a_3.ts 500 undefined WatchType: Closed Script info -Info 36 [00:07:25.000] FileWatcher:: Added:: WatchInfo: /lib/a_30.ts 500 undefined WatchType: Closed Script info -Info 37 [00:07:26.000] FileWatcher:: Added:: WatchInfo: /lib/a_31.ts 500 undefined WatchType: Closed Script info -Info 38 [00:07:27.000] FileWatcher:: Added:: WatchInfo: /lib/a_32.ts 500 undefined WatchType: Closed Script info -Info 39 [00:07:28.000] FileWatcher:: Added:: WatchInfo: /lib/a_33.ts 500 undefined WatchType: Closed Script info -Info 40 [00:07:29.000] FileWatcher:: Added:: WatchInfo: /lib/a_34.ts 500 undefined WatchType: Closed Script info -Info 41 [00:07:30.000] FileWatcher:: Added:: WatchInfo: /lib/a_35.ts 500 undefined WatchType: Closed Script info -Info 42 [00:07:31.000] FileWatcher:: Added:: WatchInfo: /lib/a_36.ts 500 undefined WatchType: Closed Script info -Info 43 [00:07:32.000] FileWatcher:: Added:: WatchInfo: /lib/a_37.ts 500 undefined WatchType: Closed Script info -Info 44 [00:07:33.000] FileWatcher:: Added:: WatchInfo: /lib/a_38.ts 500 undefined WatchType: Closed Script info -Info 45 [00:07:34.000] FileWatcher:: Added:: WatchInfo: /lib/a_39.ts 500 undefined WatchType: Closed Script info -Info 46 [00:07:35.000] FileWatcher:: Added:: WatchInfo: /lib/a_4.ts 500 undefined WatchType: Closed Script info -Info 47 [00:07:36.000] FileWatcher:: Added:: WatchInfo: /lib/a_40.ts 500 undefined WatchType: Closed Script info -Info 48 [00:07:37.000] FileWatcher:: Added:: WatchInfo: /lib/a_41.ts 500 undefined WatchType: Closed Script info -Info 49 [00:07:38.000] FileWatcher:: Added:: WatchInfo: /lib/a_42.ts 500 undefined WatchType: Closed Script info -Info 50 [00:07:39.000] FileWatcher:: Added:: WatchInfo: /lib/a_43.ts 500 undefined WatchType: Closed Script info -Info 51 [00:07:40.000] FileWatcher:: Added:: WatchInfo: /lib/a_44.ts 500 undefined WatchType: Closed Script info -Info 52 [00:07:41.000] FileWatcher:: Added:: WatchInfo: /lib/a_45.ts 500 undefined WatchType: Closed Script info -Info 53 [00:07:42.000] FileWatcher:: Added:: WatchInfo: /lib/a_46.ts 500 undefined WatchType: Closed Script info -Info 54 [00:07:43.000] FileWatcher:: Added:: WatchInfo: /lib/a_47.ts 500 undefined WatchType: Closed Script info -Info 55 [00:07:44.000] FileWatcher:: Added:: WatchInfo: /lib/a_48.ts 500 undefined WatchType: Closed Script info -Info 56 [00:07:45.000] FileWatcher:: Added:: WatchInfo: /lib/a_49.ts 500 undefined WatchType: Closed Script info -Info 57 [00:07:46.000] FileWatcher:: Added:: WatchInfo: /lib/a_5.ts 500 undefined WatchType: Closed Script info -Info 58 [00:07:47.000] FileWatcher:: Added:: WatchInfo: /lib/a_50.ts 500 undefined WatchType: Closed Script info -Info 59 [00:07:48.000] FileWatcher:: Added:: WatchInfo: /lib/a_51.ts 500 undefined WatchType: Closed Script info -Info 60 [00:07:49.000] FileWatcher:: Added:: WatchInfo: /lib/a_52.ts 500 undefined WatchType: Closed Script info -Info 61 [00:07:50.000] FileWatcher:: Added:: WatchInfo: /lib/a_53.ts 500 undefined WatchType: Closed Script info -Info 62 [00:07:51.000] FileWatcher:: Added:: WatchInfo: /lib/a_54.ts 500 undefined WatchType: Closed Script info -Info 63 [00:07:52.000] FileWatcher:: Added:: WatchInfo: /lib/a_55.ts 500 undefined WatchType: Closed Script info -Info 64 [00:07:53.000] FileWatcher:: Added:: WatchInfo: /lib/a_56.ts 500 undefined WatchType: Closed Script info -Info 65 [00:07:54.000] FileWatcher:: Added:: WatchInfo: /lib/a_57.ts 500 undefined WatchType: Closed Script info -Info 66 [00:07:55.000] FileWatcher:: Added:: WatchInfo: /lib/a_58.ts 500 undefined WatchType: Closed Script info -Info 67 [00:07:56.000] FileWatcher:: Added:: WatchInfo: /lib/a_59.ts 500 undefined WatchType: Closed Script info -Info 68 [00:07:57.000] FileWatcher:: Added:: WatchInfo: /lib/a_6.ts 500 undefined WatchType: Closed Script info -Info 69 [00:07:58.000] FileWatcher:: Added:: WatchInfo: /lib/a_60.ts 500 undefined WatchType: Closed Script info -Info 70 [00:07:59.000] FileWatcher:: Added:: WatchInfo: /lib/a_61.ts 500 undefined WatchType: Closed Script info -Info 71 [00:08:00.000] FileWatcher:: Added:: WatchInfo: /lib/a_62.ts 500 undefined WatchType: Closed Script info -Info 72 [00:08:01.000] FileWatcher:: Added:: WatchInfo: /lib/a_63.ts 500 undefined WatchType: Closed Script info -Info 73 [00:08:02.000] FileWatcher:: Added:: WatchInfo: /lib/a_64.ts 500 undefined WatchType: Closed Script info -Info 74 [00:08:03.000] FileWatcher:: Added:: WatchInfo: /lib/a_65.ts 500 undefined WatchType: Closed Script info -Info 75 [00:08:04.000] FileWatcher:: Added:: WatchInfo: /lib/a_66.ts 500 undefined WatchType: Closed Script info -Info 76 [00:08:05.000] FileWatcher:: Added:: WatchInfo: /lib/a_67.ts 500 undefined WatchType: Closed Script info -Info 77 [00:08:06.000] FileWatcher:: Added:: WatchInfo: /lib/a_68.ts 500 undefined WatchType: Closed Script info -Info 78 [00:08:07.000] FileWatcher:: Added:: WatchInfo: /lib/a_69.ts 500 undefined WatchType: Closed Script info -Info 79 [00:08:08.000] FileWatcher:: Added:: WatchInfo: /lib/a_7.ts 500 undefined WatchType: Closed Script info -Info 80 [00:08:09.000] FileWatcher:: Added:: WatchInfo: /lib/a_70.ts 500 undefined WatchType: Closed Script info -Info 81 [00:08:10.000] FileWatcher:: Added:: WatchInfo: /lib/a_71.ts 500 undefined WatchType: Closed Script info -Info 82 [00:08:11.000] FileWatcher:: Added:: WatchInfo: /lib/a_72.ts 500 undefined WatchType: Closed Script info -Info 83 [00:08:12.000] FileWatcher:: Added:: WatchInfo: /lib/a_73.ts 500 undefined WatchType: Closed Script info -Info 84 [00:08:13.000] FileWatcher:: Added:: WatchInfo: /lib/a_74.ts 500 undefined WatchType: Closed Script info -Info 85 [00:08:14.000] FileWatcher:: Added:: WatchInfo: /lib/a_75.ts 500 undefined WatchType: Closed Script info -Info 86 [00:08:15.000] FileWatcher:: Added:: WatchInfo: /lib/a_76.ts 500 undefined WatchType: Closed Script info -Info 87 [00:08:16.000] FileWatcher:: Added:: WatchInfo: /lib/a_77.ts 500 undefined WatchType: Closed Script info -Info 88 [00:08:17.000] FileWatcher:: Added:: WatchInfo: /lib/a_78.ts 500 undefined WatchType: Closed Script info -Info 89 [00:08:18.000] FileWatcher:: Added:: WatchInfo: /lib/a_79.ts 500 undefined WatchType: Closed Script info -Info 90 [00:08:19.000] FileWatcher:: Added:: WatchInfo: /lib/a_8.ts 500 undefined WatchType: Closed Script info -Info 91 [00:08:20.000] FileWatcher:: Added:: WatchInfo: /lib/a_80.ts 500 undefined WatchType: Closed Script info -Info 92 [00:08:21.000] FileWatcher:: Added:: WatchInfo: /lib/a_81.ts 500 undefined WatchType: Closed Script info -Info 93 [00:08:22.000] FileWatcher:: Added:: WatchInfo: /lib/a_82.ts 500 undefined WatchType: Closed Script info -Info 94 [00:08:23.000] FileWatcher:: Added:: WatchInfo: /lib/a_83.ts 500 undefined WatchType: Closed Script info -Info 95 [00:08:24.000] FileWatcher:: Added:: WatchInfo: /lib/a_84.ts 500 undefined WatchType: Closed Script info -Info 96 [00:08:25.000] FileWatcher:: Added:: WatchInfo: /lib/a_85.ts 500 undefined WatchType: Closed Script info -Info 97 [00:08:26.000] FileWatcher:: Added:: WatchInfo: /lib/a_86.ts 500 undefined WatchType: Closed Script info -Info 98 [00:08:27.000] FileWatcher:: Added:: WatchInfo: /lib/a_87.ts 500 undefined WatchType: Closed Script info -Info 99 [00:08:28.000] FileWatcher:: Added:: WatchInfo: /lib/a_88.ts 500 undefined WatchType: Closed Script info -Info 100 [00:08:29.000] FileWatcher:: Added:: WatchInfo: /lib/a_89.ts 500 undefined WatchType: Closed Script info -Info 101 [00:08:30.000] FileWatcher:: Added:: WatchInfo: /lib/a_9.ts 500 undefined WatchType: Closed Script info -Info 102 [00:08:31.000] FileWatcher:: Added:: WatchInfo: /lib/a_90.ts 500 undefined WatchType: Closed Script info -Info 103 [00:08:32.000] FileWatcher:: Added:: WatchInfo: /lib/a_91.ts 500 undefined WatchType: Closed Script info -Info 104 [00:08:33.000] FileWatcher:: Added:: WatchInfo: /lib/a_92.ts 500 undefined WatchType: Closed Script info -Info 105 [00:08:34.000] FileWatcher:: Added:: WatchInfo: /lib/a_93.ts 500 undefined WatchType: Closed Script info -Info 106 [00:08:35.000] FileWatcher:: Added:: WatchInfo: /lib/a_94.ts 500 undefined WatchType: Closed Script info -Info 107 [00:08:36.000] FileWatcher:: Added:: WatchInfo: /lib/a_95.ts 500 undefined WatchType: Closed Script info -Info 108 [00:08:37.000] FileWatcher:: Added:: WatchInfo: /lib/a_96.ts 500 undefined WatchType: Closed Script info -Info 109 [00:08:38.000] FileWatcher:: Added:: WatchInfo: /lib/a_97.ts 500 undefined WatchType: Closed Script info -Info 110 [00:08:39.000] FileWatcher:: Added:: WatchInfo: /lib/a_98.ts 500 undefined WatchType: Closed Script info -Info 111 [00:08:40.000] FileWatcher:: Added:: WatchInfo: /lib/a_99.ts 500 undefined WatchType: Closed Script info -Info 112 [00:08:41.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_0.ts 500 undefined WatchType: Closed Script info -Info 113 [00:08:42.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_1.ts 500 undefined WatchType: Closed Script info -Info 114 [00:08:43.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_10.ts 500 undefined WatchType: Closed Script info -Info 115 [00:08:44.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_11.ts 500 undefined WatchType: Closed Script info -Info 116 [00:08:45.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_12.ts 500 undefined WatchType: Closed Script info -Info 117 [00:08:46.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_13.ts 500 undefined WatchType: Closed Script info -Info 118 [00:08:47.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_14.ts 500 undefined WatchType: Closed Script info -Info 119 [00:08:48.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_15.ts 500 undefined WatchType: Closed Script info -Info 120 [00:08:49.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_16.ts 500 undefined WatchType: Closed Script info -Info 121 [00:08:50.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_17.ts 500 undefined WatchType: Closed Script info -Info 122 [00:08:51.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_18.ts 500 undefined WatchType: Closed Script info -Info 123 [00:08:52.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_19.ts 500 undefined WatchType: Closed Script info -Info 124 [00:08:53.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_2.ts 500 undefined WatchType: Closed Script info -Info 125 [00:08:54.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_20.ts 500 undefined WatchType: Closed Script info -Info 126 [00:08:55.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_21.ts 500 undefined WatchType: Closed Script info -Info 127 [00:08:56.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_22.ts 500 undefined WatchType: Closed Script info -Info 128 [00:08:57.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_23.ts 500 undefined WatchType: Closed Script info -Info 129 [00:08:58.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_24.ts 500 undefined WatchType: Closed Script info -Info 130 [00:08:59.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_25.ts 500 undefined WatchType: Closed Script info -Info 131 [00:09:00.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_26.ts 500 undefined WatchType: Closed Script info -Info 132 [00:09:01.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_27.ts 500 undefined WatchType: Closed Script info -Info 133 [00:09:02.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_28.ts 500 undefined WatchType: Closed Script info -Info 134 [00:09:03.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_29.ts 500 undefined WatchType: Closed Script info -Info 135 [00:09:04.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_3.ts 500 undefined WatchType: Closed Script info -Info 136 [00:09:05.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_30.ts 500 undefined WatchType: Closed Script info -Info 137 [00:09:06.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_31.ts 500 undefined WatchType: Closed Script info -Info 138 [00:09:07.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_32.ts 500 undefined WatchType: Closed Script info -Info 139 [00:09:08.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_33.ts 500 undefined WatchType: Closed Script info -Info 140 [00:09:09.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_34.ts 500 undefined WatchType: Closed Script info -Info 141 [00:09:10.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_35.ts 500 undefined WatchType: Closed Script info -Info 142 [00:09:11.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_36.ts 500 undefined WatchType: Closed Script info -Info 143 [00:09:12.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_37.ts 500 undefined WatchType: Closed Script info -Info 144 [00:09:13.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_38.ts 500 undefined WatchType: Closed Script info -Info 145 [00:09:14.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_39.ts 500 undefined WatchType: Closed Script info -Info 146 [00:09:15.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_4.ts 500 undefined WatchType: Closed Script info -Info 147 [00:09:16.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_40.ts 500 undefined WatchType: Closed Script info -Info 148 [00:09:17.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_41.ts 500 undefined WatchType: Closed Script info -Info 149 [00:09:18.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_42.ts 500 undefined WatchType: Closed Script info -Info 150 [00:09:19.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_43.ts 500 undefined WatchType: Closed Script info -Info 151 [00:09:20.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_44.ts 500 undefined WatchType: Closed Script info -Info 152 [00:09:21.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_45.ts 500 undefined WatchType: Closed Script info -Info 153 [00:09:22.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_46.ts 500 undefined WatchType: Closed Script info -Info 154 [00:09:23.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_47.ts 500 undefined WatchType: Closed Script info -Info 155 [00:09:24.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_48.ts 500 undefined WatchType: Closed Script info -Info 156 [00:09:25.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_49.ts 500 undefined WatchType: Closed Script info -Info 157 [00:09:26.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_5.ts 500 undefined WatchType: Closed Script info -Info 158 [00:09:27.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_50.ts 500 undefined WatchType: Closed Script info -Info 159 [00:09:28.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_51.ts 500 undefined WatchType: Closed Script info -Info 160 [00:09:29.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_52.ts 500 undefined WatchType: Closed Script info -Info 161 [00:09:30.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_53.ts 500 undefined WatchType: Closed Script info -Info 162 [00:09:31.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_54.ts 500 undefined WatchType: Closed Script info -Info 163 [00:09:32.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_55.ts 500 undefined WatchType: Closed Script info -Info 164 [00:09:33.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_56.ts 500 undefined WatchType: Closed Script info -Info 165 [00:09:34.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_57.ts 500 undefined WatchType: Closed Script info -Info 166 [00:09:35.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_58.ts 500 undefined WatchType: Closed Script info -Info 167 [00:09:36.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_59.ts 500 undefined WatchType: Closed Script info -Info 168 [00:09:37.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_6.ts 500 undefined WatchType: Closed Script info -Info 169 [00:09:38.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_60.ts 500 undefined WatchType: Closed Script info -Info 170 [00:09:39.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_61.ts 500 undefined WatchType: Closed Script info -Info 171 [00:09:40.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_62.ts 500 undefined WatchType: Closed Script info -Info 172 [00:09:41.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_63.ts 500 undefined WatchType: Closed Script info -Info 173 [00:09:42.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_64.ts 500 undefined WatchType: Closed Script info -Info 174 [00:09:43.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_65.ts 500 undefined WatchType: Closed Script info -Info 175 [00:09:44.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_66.ts 500 undefined WatchType: Closed Script info -Info 176 [00:09:45.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_67.ts 500 undefined WatchType: Closed Script info -Info 177 [00:09:46.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_68.ts 500 undefined WatchType: Closed Script info -Info 178 [00:09:47.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_69.ts 500 undefined WatchType: Closed Script info -Info 179 [00:09:48.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_7.ts 500 undefined WatchType: Closed Script info -Info 180 [00:09:49.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_70.ts 500 undefined WatchType: Closed Script info -Info 181 [00:09:50.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_71.ts 500 undefined WatchType: Closed Script info -Info 182 [00:09:51.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_72.ts 500 undefined WatchType: Closed Script info -Info 183 [00:09:52.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_73.ts 500 undefined WatchType: Closed Script info -Info 184 [00:09:53.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_74.ts 500 undefined WatchType: Closed Script info -Info 185 [00:09:54.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_75.ts 500 undefined WatchType: Closed Script info -Info 186 [00:09:55.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_76.ts 500 undefined WatchType: Closed Script info -Info 187 [00:09:56.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_77.ts 500 undefined WatchType: Closed Script info -Info 188 [00:09:57.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_78.ts 500 undefined WatchType: Closed Script info -Info 189 [00:09:58.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_79.ts 500 undefined WatchType: Closed Script info -Info 190 [00:09:59.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_8.ts 500 undefined WatchType: Closed Script info -Info 191 [00:10:00.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_80.ts 500 undefined WatchType: Closed Script info -Info 192 [00:10:01.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_81.ts 500 undefined WatchType: Closed Script info -Info 193 [00:10:02.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_82.ts 500 undefined WatchType: Closed Script info -Info 194 [00:10:03.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_83.ts 500 undefined WatchType: Closed Script info -Info 195 [00:10:04.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_84.ts 500 undefined WatchType: Closed Script info -Info 196 [00:10:05.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_85.ts 500 undefined WatchType: Closed Script info -Info 197 [00:10:06.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_86.ts 500 undefined WatchType: Closed Script info -Info 198 [00:10:07.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_87.ts 500 undefined WatchType: Closed Script info -Info 199 [00:10:08.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_88.ts 500 undefined WatchType: Closed Script info -Info 200 [00:10:09.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_89.ts 500 undefined WatchType: Closed Script info -Info 201 [00:10:10.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_9.ts 500 undefined WatchType: Closed Script info -Info 202 [00:10:11.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_90.ts 500 undefined WatchType: Closed Script info -Info 203 [00:10:12.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_91.ts 500 undefined WatchType: Closed Script info -Info 204 [00:10:13.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_92.ts 500 undefined WatchType: Closed Script info -Info 205 [00:10:14.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_93.ts 500 undefined WatchType: Closed Script info -Info 206 [00:10:15.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_94.ts 500 undefined WatchType: Closed Script info -Info 207 [00:10:16.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_95.ts 500 undefined WatchType: Closed Script info -Info 208 [00:10:17.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_96.ts 500 undefined WatchType: Closed Script info -Info 209 [00:10:18.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_97.ts 500 undefined WatchType: Closed Script info -Info 210 [00:10:19.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_98.ts 500 undefined WatchType: Closed Script info -Info 211 [00:10:20.000] FileWatcher:: Added:: WatchInfo: /lib/ambient_99.ts 500 undefined WatchType: Closed Script info -Info 212 [00:10:21.000] Starting updateGraphWorker: Project: /tsconfig.json -Info 213 [00:10:22.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file -Info 214 [00:10:23.000] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 215 [00:10:24.000] Project '/tsconfig.json' (Configured) -Info 216 [00:10:25.000] Files (201) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_0.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_10.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_11.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_12.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_13.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_14.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_15.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_16.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_17.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_18.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_19.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_20.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_21.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_22.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_23.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_24.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_25.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_26.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_27.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_28.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_29.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_30.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_31.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_32.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_33.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_34.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_35.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_36.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_37.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_38.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_39.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_4.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_40.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_41.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_42.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_43.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_44.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_45.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_46.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_47.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_48.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_49.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_5.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_50.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_51.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_52.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_53.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_54.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_55.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_56.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_57.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_58.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_59.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_6.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_60.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_61.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_62.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_63.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_64.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_65.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_66.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_67.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_68.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_69.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_7.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_70.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_71.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_72.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_73.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_74.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_75.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_76.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_77.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_78.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_79.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_8.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_80.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_81.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_82.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_83.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_84.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_85.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_86.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_87.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_88.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_89.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_9.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_90.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_91.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_92.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_93.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_94.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_95.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_96.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_97.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_98.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_99.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_0.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_10.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_11.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_12.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_13.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_14.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_15.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_16.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_17.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_18.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_19.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_20.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_21.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_22.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_23.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_24.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_25.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_26.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_27.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_28.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_29.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_30.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_31.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_32.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_33.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_34.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_35.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_36.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_37.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_38.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_39.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_4.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_40.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_41.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_42.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_43.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_44.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_45.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_46.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_47.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_48.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_49.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_5.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_50.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_51.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_52.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_53.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_54.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_55.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_56.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_57.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_58.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_59.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_6.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_60.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_61.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_62.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_63.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_64.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_65.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_66.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_67.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_68.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_69.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_7.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_70.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_71.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_72.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_73.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_74.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_75.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_76.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_77.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_78.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_79.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_8.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_80.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_81.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_82.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_83.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_84.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_85.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_86.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_87.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_88.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_89.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_9.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_90.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_91.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_92.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_93.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_94.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_95.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_96.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_97.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_98.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/ambient_99.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (201) /index.ts SVC-1-0 "" /lib/a_0.ts Text-1 "export const aa_0__0 = 0;\nexport const aa_0__1 = 1;\nexport const aa_0__2 = 2;\nexport const aa_0__3 = 3;\nexport const aa_0__4 = 4;" /lib/a_1.ts Text-1 "export const aa_1__0 = 0;\nexport const aa_1__1 = 1;\nexport const aa_1__2 = 2;\nexport const aa_1__3 = 3;\nexport const aa_1__4 = 4;" @@ -2068,15 +2068,15 @@ Info 216 [00:10:25.000] Files (201) lib/ambient_99.ts Matched by default include pattern '**/*' -Info 217 [00:10:26.000] ----------------------------------------------- -Info 218 [00:10:27.000] Project '/tsconfig.json' (Configured) -Info 218 [00:10:28.000] Files (201) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (201) -Info 218 [00:10:29.000] ----------------------------------------------- -Info 218 [00:10:30.000] Open files: -Info 218 [00:10:31.000] FileName: /index.ts ProjectRootPath: undefined -Info 218 [00:10:32.000] Projects: /tsconfig.json -Info 218 [00:10:33.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -2496,7 +2496,7 @@ FsWatchesRecursive:: Before request -Info 219 [00:10:34.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "updateOpen", "arguments": { @@ -2522,7 +2522,7 @@ Info 219 [00:10:34.000] request: "seq": 3, "type": "request" } -Info 220 [00:10:35.000] response: +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -2531,7 +2531,7 @@ After request Before request -Info 221 [00:10:36.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "completionInfo", "arguments": { @@ -2542,10 +2542,10 @@ Info 221 [00:10:36.000] request: "seq": 4, "type": "request" } -Info 222 [00:10:37.000] Starting updateGraphWorker: Project: /tsconfig.json -Info 223 [00:10:38.000] Finishing updateGraphWorker: Project: /tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 224 [00:10:39.000] Project '/tsconfig.json' (Configured) -Info 225 [00:10:40.000] Files (201) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (201) /index.ts SVC-1-1 "a" /lib/a_0.ts Text-1 "export const aa_0__0 = 0;\nexport const aa_0__1 = 1;\nexport const aa_0__2 = 2;\nexport const aa_0__3 = 3;\nexport const aa_0__4 = 4;" /lib/a_1.ts Text-1 "export const aa_1__0 = 0;\nexport const aa_1__1 = 1;\nexport const aa_1__2 = 2;\nexport const aa_1__3 = 3;\nexport const aa_1__4 = 4;" @@ -2748,18 +2748,18 @@ Info 225 [00:10:40.000] Files (201) /lib/ambient_98.ts Text-1 "declare module \"ambient_98\" { export const aa_98 = 98; }" /lib/ambient_99.ts Text-1 "declare module \"ambient_99\" { export const aa_99 = 99; }" -Info 226 [00:10:41.000] ----------------------------------------------- -Info 227 [00:10:42.000] getCompletionData: Get current token: * -Info 228 [00:10:43.000] getCompletionData: Is inside comment: * -Info 229 [00:10:44.000] getCompletionData: Get previous token: * -Info 230 [00:10:45.000] getExportInfoMap: cache miss or empty; calculating new results -Info 231 [00:10:46.000] getExportInfoMap: done in * ms -Info 232 [00:10:47.000] collectAutoImports: resolved 100 module specifiers, plus 100 ambient and 400 from cache (10000.0% hit rate) -Info 233 [00:10:48.000] collectAutoImports: response is complete -Info 234 [00:10:49.000] collectAutoImports: * -Info 235 [00:10:50.000] getCompletionData: Semantic work: * -Info 236 [00:10:51.000] getCompletionsAtPosition: getCompletionEntriesFromSymbols: * -Info 237 [00:10:52.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] getCompletionData: Get current token: * +Info seq [hh:mm:ss:mss] getCompletionData: Is inside comment: * +Info seq [hh:mm:ss:mss] getCompletionData: Get previous token: * +Info seq [hh:mm:ss:mss] getExportInfoMap: cache miss or empty; calculating new results +Info seq [hh:mm:ss:mss] getExportInfoMap: done in * ms +Info seq [hh:mm:ss:mss] collectAutoImports: resolved 100 module specifiers, plus 100 ambient and 400 from cache (10000.0% hit rate) +Info seq [hh:mm:ss:mss] collectAutoImports: response is complete +Info seq [hh:mm:ss:mss] collectAutoImports: * +Info seq [hh:mm:ss:mss] getCompletionData: Semantic work: * +Info seq [hh:mm:ss:mss] getCompletionsAtPosition: getCompletionEntriesFromSymbols: * +Info seq [hh:mm:ss:mss] response: { "response": { "flags": 9, diff --git a/tests/baselines/reference/tsserver/completionsIncomplete/resolves-more-when-available-from-module-specifier-cache-(1).js b/tests/baselines/reference/tsserver/completionsIncomplete/resolves-more-when-available-from-module-specifier-cache-(1).js index 4b0d9e6998aec..aa1ad08361019 100644 --- a/tests/baselines/reference/tsserver/completionsIncomplete/resolves-more-when-available-from-module-specifier-cache-(1).js +++ b/tests/baselines/reference/tsserver/completionsIncomplete/resolves-more-when-available-from-module-specifier-cache-(1).js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:49.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/tsconfig.json] { "compilerOptions": { "module": "commonjs" } } @@ -2608,7 +2608,7 @@ export const aa_49__48 = 48; export const aa_49__49 = 49; -Info 1 [00:01:50.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "configure", "arguments": { @@ -2623,9 +2623,9 @@ Info 1 [00:01:50.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:51.000] response: +Info seq [hh:mm:ss:mss] response: {"seq":0,"type":"response","command":"configure","request_seq":1,"success":true} -Info 3 [00:01:52.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -2633,7 +2633,7 @@ After request Before request -Info 4 [00:01:53.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -2642,11 +2642,11 @@ Info 4 [00:01:53.000] request: "seq": 2, "type": "request" } -Info 5 [00:01:54.000] Search path: / -Info 6 [00:01:55.000] For info: /index.ts :: Config file name: /tsconfig.json -Info 7 [00:01:56.000] Creating configuration project /tsconfig.json -Info 8 [00:01:57.000] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file -Info 9 [00:01:58.000] Config: /tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: / +Info seq [hh:mm:ss:mss] For info: /index.ts :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /tsconfig.json : { "rootNames": [ "/index.ts", "/lib/a_0.ts", @@ -2705,63 +2705,63 @@ Info 9 [00:01:58.000] Config: /tsconfig.json : { "configFilePath": "/tsconfig.json" } } -Info 10 [00:01:59.000] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 11 [00:02:00.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 12 [00:02:01.000] FileWatcher:: Added:: WatchInfo: /lib/a_0.ts 500 undefined WatchType: Closed Script info -Info 13 [00:02:02.000] FileWatcher:: Added:: WatchInfo: /lib/a_1.ts 500 undefined WatchType: Closed Script info -Info 14 [00:02:03.000] FileWatcher:: Added:: WatchInfo: /lib/a_10.ts 500 undefined WatchType: Closed Script info -Info 15 [00:02:04.000] FileWatcher:: Added:: WatchInfo: /lib/a_11.ts 500 undefined WatchType: Closed Script info -Info 16 [00:02:05.000] FileWatcher:: Added:: WatchInfo: /lib/a_12.ts 500 undefined WatchType: Closed Script info -Info 17 [00:02:06.000] FileWatcher:: Added:: WatchInfo: /lib/a_13.ts 500 undefined WatchType: Closed Script info -Info 18 [00:02:07.000] FileWatcher:: Added:: WatchInfo: /lib/a_14.ts 500 undefined WatchType: Closed Script info -Info 19 [00:02:08.000] FileWatcher:: Added:: WatchInfo: /lib/a_15.ts 500 undefined WatchType: Closed Script info -Info 20 [00:02:09.000] FileWatcher:: Added:: WatchInfo: /lib/a_16.ts 500 undefined WatchType: Closed Script info -Info 21 [00:02:10.000] FileWatcher:: Added:: WatchInfo: /lib/a_17.ts 500 undefined WatchType: Closed Script info -Info 22 [00:02:11.000] FileWatcher:: Added:: WatchInfo: /lib/a_18.ts 500 undefined WatchType: Closed Script info -Info 23 [00:02:12.000] FileWatcher:: Added:: WatchInfo: /lib/a_19.ts 500 undefined WatchType: Closed Script info -Info 24 [00:02:13.000] FileWatcher:: Added:: WatchInfo: /lib/a_2.ts 500 undefined WatchType: Closed Script info -Info 25 [00:02:14.000] FileWatcher:: Added:: WatchInfo: /lib/a_20.ts 500 undefined WatchType: Closed Script info -Info 26 [00:02:15.000] FileWatcher:: Added:: WatchInfo: /lib/a_21.ts 500 undefined WatchType: Closed Script info -Info 27 [00:02:16.000] FileWatcher:: Added:: WatchInfo: /lib/a_22.ts 500 undefined WatchType: Closed Script info -Info 28 [00:02:17.000] FileWatcher:: Added:: WatchInfo: /lib/a_23.ts 500 undefined WatchType: Closed Script info -Info 29 [00:02:18.000] FileWatcher:: Added:: WatchInfo: /lib/a_24.ts 500 undefined WatchType: Closed Script info -Info 30 [00:02:19.000] FileWatcher:: Added:: WatchInfo: /lib/a_25.ts 500 undefined WatchType: Closed Script info -Info 31 [00:02:20.000] FileWatcher:: Added:: WatchInfo: /lib/a_26.ts 500 undefined WatchType: Closed Script info -Info 32 [00:02:21.000] FileWatcher:: Added:: WatchInfo: /lib/a_27.ts 500 undefined WatchType: Closed Script info -Info 33 [00:02:22.000] FileWatcher:: Added:: WatchInfo: /lib/a_28.ts 500 undefined WatchType: Closed Script info -Info 34 [00:02:23.000] FileWatcher:: Added:: WatchInfo: /lib/a_29.ts 500 undefined WatchType: Closed Script info -Info 35 [00:02:24.000] FileWatcher:: Added:: WatchInfo: /lib/a_3.ts 500 undefined WatchType: Closed Script info -Info 36 [00:02:25.000] FileWatcher:: Added:: WatchInfo: /lib/a_30.ts 500 undefined WatchType: Closed Script info -Info 37 [00:02:26.000] FileWatcher:: Added:: WatchInfo: /lib/a_31.ts 500 undefined WatchType: Closed Script info -Info 38 [00:02:27.000] FileWatcher:: Added:: WatchInfo: /lib/a_32.ts 500 undefined WatchType: Closed Script info -Info 39 [00:02:28.000] FileWatcher:: Added:: WatchInfo: /lib/a_33.ts 500 undefined WatchType: Closed Script info -Info 40 [00:02:29.000] FileWatcher:: Added:: WatchInfo: /lib/a_34.ts 500 undefined WatchType: Closed Script info -Info 41 [00:02:30.000] FileWatcher:: Added:: WatchInfo: /lib/a_35.ts 500 undefined WatchType: Closed Script info -Info 42 [00:02:31.000] FileWatcher:: Added:: WatchInfo: /lib/a_36.ts 500 undefined WatchType: Closed Script info -Info 43 [00:02:32.000] FileWatcher:: Added:: WatchInfo: /lib/a_37.ts 500 undefined WatchType: Closed Script info -Info 44 [00:02:33.000] FileWatcher:: Added:: WatchInfo: /lib/a_38.ts 500 undefined WatchType: Closed Script info -Info 45 [00:02:34.000] FileWatcher:: Added:: WatchInfo: /lib/a_39.ts 500 undefined WatchType: Closed Script info -Info 46 [00:02:35.000] FileWatcher:: Added:: WatchInfo: /lib/a_4.ts 500 undefined WatchType: Closed Script info -Info 47 [00:02:36.000] FileWatcher:: Added:: WatchInfo: /lib/a_40.ts 500 undefined WatchType: Closed Script info -Info 48 [00:02:37.000] FileWatcher:: Added:: WatchInfo: /lib/a_41.ts 500 undefined WatchType: Closed Script info -Info 49 [00:02:38.000] FileWatcher:: Added:: WatchInfo: /lib/a_42.ts 500 undefined WatchType: Closed Script info -Info 50 [00:02:39.000] FileWatcher:: Added:: WatchInfo: /lib/a_43.ts 500 undefined WatchType: Closed Script info -Info 51 [00:02:40.000] FileWatcher:: Added:: WatchInfo: /lib/a_44.ts 500 undefined WatchType: Closed Script info -Info 52 [00:02:41.000] FileWatcher:: Added:: WatchInfo: /lib/a_45.ts 500 undefined WatchType: Closed Script info -Info 53 [00:02:42.000] FileWatcher:: Added:: WatchInfo: /lib/a_46.ts 500 undefined WatchType: Closed Script info -Info 54 [00:02:43.000] FileWatcher:: Added:: WatchInfo: /lib/a_47.ts 500 undefined WatchType: Closed Script info -Info 55 [00:02:44.000] FileWatcher:: Added:: WatchInfo: /lib/a_48.ts 500 undefined WatchType: Closed Script info -Info 56 [00:02:45.000] FileWatcher:: Added:: WatchInfo: /lib/a_49.ts 500 undefined WatchType: Closed Script info -Info 57 [00:02:46.000] FileWatcher:: Added:: WatchInfo: /lib/a_5.ts 500 undefined WatchType: Closed Script info -Info 58 [00:02:47.000] FileWatcher:: Added:: WatchInfo: /lib/a_6.ts 500 undefined WatchType: Closed Script info -Info 59 [00:02:48.000] FileWatcher:: Added:: WatchInfo: /lib/a_7.ts 500 undefined WatchType: Closed Script info -Info 60 [00:02:49.000] FileWatcher:: Added:: WatchInfo: /lib/a_8.ts 500 undefined WatchType: Closed Script info -Info 61 [00:02:50.000] FileWatcher:: Added:: WatchInfo: /lib/a_9.ts 500 undefined WatchType: Closed Script info -Info 62 [00:02:51.000] Starting updateGraphWorker: Project: /tsconfig.json -Info 63 [00:02:52.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file -Info 64 [00:02:53.000] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 65 [00:02:54.000] Project '/tsconfig.json' (Configured) -Info 66 [00:02:55.000] Files (51) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_0.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_10.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_11.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_12.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_13.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_14.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_15.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_16.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_17.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_18.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_19.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_20.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_21.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_22.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_23.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_24.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_25.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_26.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_27.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_28.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_29.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_30.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_31.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_32.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_33.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_34.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_35.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_36.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_37.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_38.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_39.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_4.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_40.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_41.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_42.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_43.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_44.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_45.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_46.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_47.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_48.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_49.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_5.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_6.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_7.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_8.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_9.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (51) /index.ts SVC-1-0 "" /lib/a_0.ts Text-1 "export const aa_0__0 = 0;\nexport const aa_0__1 = 1;\nexport const aa_0__2 = 2;\nexport const aa_0__3 = 3;\nexport const aa_0__4 = 4;\nexport const aa_0__5 = 5;\nexport const aa_0__6 = 6;\nexport const aa_0__7 = 7;\nexport const aa_0__8 = 8;\nexport const aa_0__9 = 9;\nexport const aa_0__10 = 10;\nexport const aa_0__11 = 11;\nexport const aa_0__12 = 12;\nexport const aa_0__13 = 13;\nexport const aa_0__14 = 14;\nexport const aa_0__15 = 15;\nexport const aa_0__16 = 16;\nexport const aa_0__17 = 17;\nexport const aa_0__18 = 18;\nexport const aa_0__19 = 19;\nexport const aa_0__20 = 20;\nexport const aa_0__21 = 21;\nexport const aa_0__22 = 22;\nexport const aa_0__23 = 23;\nexport const aa_0__24 = 24;\nexport const aa_0__25 = 25;\nexport const aa_0__26 = 26;\nexport const aa_0__27 = 27;\nexport const aa_0__28 = 28;\nexport const aa_0__29 = 29;\nexport const aa_0__30 = 30;\nexport const aa_0__31 = 31;\nexport const aa_0__32 = 32;\nexport const aa_0__33 = 33;\nexport const aa_0__34 = 34;\nexport const aa_0__35 = 35;\nexport const aa_0__36 = 36;\nexport const aa_0__37 = 37;\nexport const aa_0__38 = 38;\nexport const aa_0__39 = 39;\nexport const aa_0__40 = 40;\nexport const aa_0__41 = 41;\nexport const aa_0__42 = 42;\nexport const aa_0__43 = 43;\nexport const aa_0__44 = 44;\nexport const aa_0__45 = 45;\nexport const aa_0__46 = 46;\nexport const aa_0__47 = 47;\nexport const aa_0__48 = 48;\nexport const aa_0__49 = 49;" /lib/a_1.ts Text-1 "export const aa_1__0 = 0;\nexport const aa_1__1 = 1;\nexport const aa_1__2 = 2;\nexport const aa_1__3 = 3;\nexport const aa_1__4 = 4;\nexport const aa_1__5 = 5;\nexport const aa_1__6 = 6;\nexport const aa_1__7 = 7;\nexport const aa_1__8 = 8;\nexport const aa_1__9 = 9;\nexport const aa_1__10 = 10;\nexport const aa_1__11 = 11;\nexport const aa_1__12 = 12;\nexport const aa_1__13 = 13;\nexport const aa_1__14 = 14;\nexport const aa_1__15 = 15;\nexport const aa_1__16 = 16;\nexport const aa_1__17 = 17;\nexport const aa_1__18 = 18;\nexport const aa_1__19 = 19;\nexport const aa_1__20 = 20;\nexport const aa_1__21 = 21;\nexport const aa_1__22 = 22;\nexport const aa_1__23 = 23;\nexport const aa_1__24 = 24;\nexport const aa_1__25 = 25;\nexport const aa_1__26 = 26;\nexport const aa_1__27 = 27;\nexport const aa_1__28 = 28;\nexport const aa_1__29 = 29;\nexport const aa_1__30 = 30;\nexport const aa_1__31 = 31;\nexport const aa_1__32 = 32;\nexport const aa_1__33 = 33;\nexport const aa_1__34 = 34;\nexport const aa_1__35 = 35;\nexport const aa_1__36 = 36;\nexport const aa_1__37 = 37;\nexport const aa_1__38 = 38;\nexport const aa_1__39 = 39;\nexport const aa_1__40 = 40;\nexport const aa_1__41 = 41;\nexport const aa_1__42 = 42;\nexport const aa_1__43 = 43;\nexport const aa_1__44 = 44;\nexport const aa_1__45 = 45;\nexport const aa_1__46 = 46;\nexport const aa_1__47 = 47;\nexport const aa_1__48 = 48;\nexport const aa_1__49 = 49;" @@ -2918,15 +2918,15 @@ Info 66 [00:02:55.000] Files (51) lib/a_9.ts Matched by default include pattern '**/*' -Info 67 [00:02:56.000] ----------------------------------------------- -Info 68 [00:02:57.000] Project '/tsconfig.json' (Configured) -Info 68 [00:02:58.000] Files (51) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (51) -Info 68 [00:02:59.000] ----------------------------------------------- -Info 68 [00:03:00.000] Open files: -Info 68 [00:03:01.000] FileName: /index.ts ProjectRootPath: undefined -Info 68 [00:03:02.000] Projects: /tsconfig.json -Info 68 [00:03:03.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -3046,7 +3046,7 @@ FsWatchesRecursive:: Before request -Info 69 [00:03:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "updateOpen", "arguments": { @@ -3072,7 +3072,7 @@ Info 69 [00:03:04.000] request: "seq": 3, "type": "request" } -Info 70 [00:03:05.000] response: +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -3081,7 +3081,7 @@ After request Before request -Info 71 [00:03:06.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "completionInfo", "arguments": { @@ -3092,10 +3092,10 @@ Info 71 [00:03:06.000] request: "seq": 4, "type": "request" } -Info 72 [00:03:07.000] Starting updateGraphWorker: Project: /tsconfig.json -Info 73 [00:03:08.000] Finishing updateGraphWorker: Project: /tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 74 [00:03:09.000] Project '/tsconfig.json' (Configured) -Info 75 [00:03:10.000] Files (51) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (51) /index.ts SVC-1-1 "a" /lib/a_0.ts Text-1 "export const aa_0__0 = 0;\nexport const aa_0__1 = 1;\nexport const aa_0__2 = 2;\nexport const aa_0__3 = 3;\nexport const aa_0__4 = 4;\nexport const aa_0__5 = 5;\nexport const aa_0__6 = 6;\nexport const aa_0__7 = 7;\nexport const aa_0__8 = 8;\nexport const aa_0__9 = 9;\nexport const aa_0__10 = 10;\nexport const aa_0__11 = 11;\nexport const aa_0__12 = 12;\nexport const aa_0__13 = 13;\nexport const aa_0__14 = 14;\nexport const aa_0__15 = 15;\nexport const aa_0__16 = 16;\nexport const aa_0__17 = 17;\nexport const aa_0__18 = 18;\nexport const aa_0__19 = 19;\nexport const aa_0__20 = 20;\nexport const aa_0__21 = 21;\nexport const aa_0__22 = 22;\nexport const aa_0__23 = 23;\nexport const aa_0__24 = 24;\nexport const aa_0__25 = 25;\nexport const aa_0__26 = 26;\nexport const aa_0__27 = 27;\nexport const aa_0__28 = 28;\nexport const aa_0__29 = 29;\nexport const aa_0__30 = 30;\nexport const aa_0__31 = 31;\nexport const aa_0__32 = 32;\nexport const aa_0__33 = 33;\nexport const aa_0__34 = 34;\nexport const aa_0__35 = 35;\nexport const aa_0__36 = 36;\nexport const aa_0__37 = 37;\nexport const aa_0__38 = 38;\nexport const aa_0__39 = 39;\nexport const aa_0__40 = 40;\nexport const aa_0__41 = 41;\nexport const aa_0__42 = 42;\nexport const aa_0__43 = 43;\nexport const aa_0__44 = 44;\nexport const aa_0__45 = 45;\nexport const aa_0__46 = 46;\nexport const aa_0__47 = 47;\nexport const aa_0__48 = 48;\nexport const aa_0__49 = 49;" /lib/a_1.ts Text-1 "export const aa_1__0 = 0;\nexport const aa_1__1 = 1;\nexport const aa_1__2 = 2;\nexport const aa_1__3 = 3;\nexport const aa_1__4 = 4;\nexport const aa_1__5 = 5;\nexport const aa_1__6 = 6;\nexport const aa_1__7 = 7;\nexport const aa_1__8 = 8;\nexport const aa_1__9 = 9;\nexport const aa_1__10 = 10;\nexport const aa_1__11 = 11;\nexport const aa_1__12 = 12;\nexport const aa_1__13 = 13;\nexport const aa_1__14 = 14;\nexport const aa_1__15 = 15;\nexport const aa_1__16 = 16;\nexport const aa_1__17 = 17;\nexport const aa_1__18 = 18;\nexport const aa_1__19 = 19;\nexport const aa_1__20 = 20;\nexport const aa_1__21 = 21;\nexport const aa_1__22 = 22;\nexport const aa_1__23 = 23;\nexport const aa_1__24 = 24;\nexport const aa_1__25 = 25;\nexport const aa_1__26 = 26;\nexport const aa_1__27 = 27;\nexport const aa_1__28 = 28;\nexport const aa_1__29 = 29;\nexport const aa_1__30 = 30;\nexport const aa_1__31 = 31;\nexport const aa_1__32 = 32;\nexport const aa_1__33 = 33;\nexport const aa_1__34 = 34;\nexport const aa_1__35 = 35;\nexport const aa_1__36 = 36;\nexport const aa_1__37 = 37;\nexport const aa_1__38 = 38;\nexport const aa_1__39 = 39;\nexport const aa_1__40 = 40;\nexport const aa_1__41 = 41;\nexport const aa_1__42 = 42;\nexport const aa_1__43 = 43;\nexport const aa_1__44 = 44;\nexport const aa_1__45 = 45;\nexport const aa_1__46 = 46;\nexport const aa_1__47 = 47;\nexport const aa_1__48 = 48;\nexport const aa_1__49 = 49;" @@ -3148,18 +3148,18 @@ Info 75 [00:03:10.000] Files (51) /lib/a_8.ts Text-1 "export const aa_8__0 = 0;\nexport const aa_8__1 = 1;\nexport const aa_8__2 = 2;\nexport const aa_8__3 = 3;\nexport const aa_8__4 = 4;\nexport const aa_8__5 = 5;\nexport const aa_8__6 = 6;\nexport const aa_8__7 = 7;\nexport const aa_8__8 = 8;\nexport const aa_8__9 = 9;\nexport const aa_8__10 = 10;\nexport const aa_8__11 = 11;\nexport const aa_8__12 = 12;\nexport const aa_8__13 = 13;\nexport const aa_8__14 = 14;\nexport const aa_8__15 = 15;\nexport const aa_8__16 = 16;\nexport const aa_8__17 = 17;\nexport const aa_8__18 = 18;\nexport const aa_8__19 = 19;\nexport const aa_8__20 = 20;\nexport const aa_8__21 = 21;\nexport const aa_8__22 = 22;\nexport const aa_8__23 = 23;\nexport const aa_8__24 = 24;\nexport const aa_8__25 = 25;\nexport const aa_8__26 = 26;\nexport const aa_8__27 = 27;\nexport const aa_8__28 = 28;\nexport const aa_8__29 = 29;\nexport const aa_8__30 = 30;\nexport const aa_8__31 = 31;\nexport const aa_8__32 = 32;\nexport const aa_8__33 = 33;\nexport const aa_8__34 = 34;\nexport const aa_8__35 = 35;\nexport const aa_8__36 = 36;\nexport const aa_8__37 = 37;\nexport const aa_8__38 = 38;\nexport const aa_8__39 = 39;\nexport const aa_8__40 = 40;\nexport const aa_8__41 = 41;\nexport const aa_8__42 = 42;\nexport const aa_8__43 = 43;\nexport const aa_8__44 = 44;\nexport const aa_8__45 = 45;\nexport const aa_8__46 = 46;\nexport const aa_8__47 = 47;\nexport const aa_8__48 = 48;\nexport const aa_8__49 = 49;" /lib/a_9.ts Text-1 "export const aa_9__0 = 0;\nexport const aa_9__1 = 1;\nexport const aa_9__2 = 2;\nexport const aa_9__3 = 3;\nexport const aa_9__4 = 4;\nexport const aa_9__5 = 5;\nexport const aa_9__6 = 6;\nexport const aa_9__7 = 7;\nexport const aa_9__8 = 8;\nexport const aa_9__9 = 9;\nexport const aa_9__10 = 10;\nexport const aa_9__11 = 11;\nexport const aa_9__12 = 12;\nexport const aa_9__13 = 13;\nexport const aa_9__14 = 14;\nexport const aa_9__15 = 15;\nexport const aa_9__16 = 16;\nexport const aa_9__17 = 17;\nexport const aa_9__18 = 18;\nexport const aa_9__19 = 19;\nexport const aa_9__20 = 20;\nexport const aa_9__21 = 21;\nexport const aa_9__22 = 22;\nexport const aa_9__23 = 23;\nexport const aa_9__24 = 24;\nexport const aa_9__25 = 25;\nexport const aa_9__26 = 26;\nexport const aa_9__27 = 27;\nexport const aa_9__28 = 28;\nexport const aa_9__29 = 29;\nexport const aa_9__30 = 30;\nexport const aa_9__31 = 31;\nexport const aa_9__32 = 32;\nexport const aa_9__33 = 33;\nexport const aa_9__34 = 34;\nexport const aa_9__35 = 35;\nexport const aa_9__36 = 36;\nexport const aa_9__37 = 37;\nexport const aa_9__38 = 38;\nexport const aa_9__39 = 39;\nexport const aa_9__40 = 40;\nexport const aa_9__41 = 41;\nexport const aa_9__42 = 42;\nexport const aa_9__43 = 43;\nexport const aa_9__44 = 44;\nexport const aa_9__45 = 45;\nexport const aa_9__46 = 46;\nexport const aa_9__47 = 47;\nexport const aa_9__48 = 48;\nexport const aa_9__49 = 49;" -Info 76 [00:03:11.000] ----------------------------------------------- -Info 77 [00:03:12.000] getCompletionData: Get current token: * -Info 78 [00:03:13.000] getCompletionData: Is inside comment: * -Info 79 [00:03:14.000] getCompletionData: Get previous token: * -Info 80 [00:03:15.000] getExportInfoMap: cache miss or empty; calculating new results -Info 81 [00:03:16.000] getExportInfoMap: done in * ms -Info 82 [00:03:17.000] collectAutoImports: resolved 50 module specifiers, plus 0 ambient and 2450 from cache -Info 83 [00:03:18.000] collectAutoImports: response is complete -Info 84 [00:03:19.000] collectAutoImports: * -Info 85 [00:03:20.000] getCompletionData: Semantic work: * -Info 86 [00:03:21.000] getCompletionsAtPosition: getCompletionEntriesFromSymbols: * -Info 87 [00:03:22.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] getCompletionData: Get current token: * +Info seq [hh:mm:ss:mss] getCompletionData: Is inside comment: * +Info seq [hh:mm:ss:mss] getCompletionData: Get previous token: * +Info seq [hh:mm:ss:mss] getExportInfoMap: cache miss or empty; calculating new results +Info seq [hh:mm:ss:mss] getExportInfoMap: done in * ms +Info seq [hh:mm:ss:mss] collectAutoImports: resolved 50 module specifiers, plus 0 ambient and 2450 from cache +Info seq [hh:mm:ss:mss] collectAutoImports: response is complete +Info seq [hh:mm:ss:mss] collectAutoImports: * +Info seq [hh:mm:ss:mss] getCompletionData: Semantic work: * +Info seq [hh:mm:ss:mss] getCompletionsAtPosition: getCompletionEntriesFromSymbols: * +Info seq [hh:mm:ss:mss] response: { "response": { "flags": 9, diff --git a/tests/baselines/reference/tsserver/completionsIncomplete/resolves-more-when-available-from-module-specifier-cache-(2).js b/tests/baselines/reference/tsserver/completionsIncomplete/resolves-more-when-available-from-module-specifier-cache-(2).js index 19cd28d79cdd2..2cae39a2b7a56 100644 --- a/tests/baselines/reference/tsserver/completionsIncomplete/resolves-more-when-available-from-module-specifier-cache-(2).js +++ b/tests/baselines/reference/tsserver/completionsIncomplete/resolves-more-when-available-from-module-specifier-cache-(2).js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:05:09.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/tsconfig.json] { "compilerOptions": { "module": "commonjs" } } @@ -458,7 +458,7 @@ export const aa_148__0 = 0; export const aa_149__0 = 0; -Info 1 [00:05:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "configure", "arguments": { @@ -473,9 +473,9 @@ Info 1 [00:05:10.000] request: "seq": 1, "type": "request" } -Info 2 [00:05:11.000] response: +Info seq [hh:mm:ss:mss] response: {"seq":0,"type":"response","command":"configure","request_seq":1,"success":true} -Info 3 [00:05:12.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -483,7 +483,7 @@ After request Before request -Info 4 [00:05:13.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -492,11 +492,11 @@ Info 4 [00:05:13.000] request: "seq": 2, "type": "request" } -Info 5 [00:05:14.000] Search path: / -Info 6 [00:05:15.000] For info: /index.ts :: Config file name: /tsconfig.json -Info 7 [00:05:16.000] Creating configuration project /tsconfig.json -Info 8 [00:05:17.000] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file -Info 9 [00:05:18.000] Config: /tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: / +Info seq [hh:mm:ss:mss] For info: /index.ts :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /tsconfig.json : { "rootNames": [ "/index.ts", "/lib/a_0.ts", @@ -655,163 +655,163 @@ Info 9 [00:05:18.000] Config: /tsconfig.json : { "configFilePath": "/tsconfig.json" } } -Info 10 [00:05:19.000] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 11 [00:05:20.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 12 [00:05:21.000] FileWatcher:: Added:: WatchInfo: /lib/a_0.ts 500 undefined WatchType: Closed Script info -Info 13 [00:05:22.000] FileWatcher:: Added:: WatchInfo: /lib/a_1.ts 500 undefined WatchType: Closed Script info -Info 14 [00:05:23.000] FileWatcher:: Added:: WatchInfo: /lib/a_10.ts 500 undefined WatchType: Closed Script info -Info 15 [00:05:24.000] FileWatcher:: Added:: WatchInfo: /lib/a_100.ts 500 undefined WatchType: Closed Script info -Info 16 [00:05:25.000] FileWatcher:: Added:: WatchInfo: /lib/a_101.ts 500 undefined WatchType: Closed Script info -Info 17 [00:05:26.000] FileWatcher:: Added:: WatchInfo: /lib/a_102.ts 500 undefined WatchType: Closed Script info -Info 18 [00:05:27.000] FileWatcher:: Added:: WatchInfo: /lib/a_103.ts 500 undefined WatchType: Closed Script info -Info 19 [00:05:28.000] FileWatcher:: Added:: WatchInfo: /lib/a_104.ts 500 undefined WatchType: Closed Script info -Info 20 [00:05:29.000] FileWatcher:: Added:: WatchInfo: /lib/a_105.ts 500 undefined WatchType: Closed Script info -Info 21 [00:05:30.000] FileWatcher:: Added:: WatchInfo: /lib/a_106.ts 500 undefined WatchType: Closed Script info -Info 22 [00:05:31.000] FileWatcher:: Added:: WatchInfo: /lib/a_107.ts 500 undefined WatchType: Closed Script info -Info 23 [00:05:32.000] FileWatcher:: Added:: WatchInfo: /lib/a_108.ts 500 undefined WatchType: Closed Script info -Info 24 [00:05:33.000] FileWatcher:: Added:: WatchInfo: /lib/a_109.ts 500 undefined WatchType: Closed Script info -Info 25 [00:05:34.000] FileWatcher:: Added:: WatchInfo: /lib/a_11.ts 500 undefined WatchType: Closed Script info -Info 26 [00:05:35.000] FileWatcher:: Added:: WatchInfo: /lib/a_110.ts 500 undefined WatchType: Closed Script info -Info 27 [00:05:36.000] FileWatcher:: Added:: WatchInfo: /lib/a_111.ts 500 undefined WatchType: Closed Script info -Info 28 [00:05:37.000] FileWatcher:: Added:: WatchInfo: /lib/a_112.ts 500 undefined WatchType: Closed Script info -Info 29 [00:05:38.000] FileWatcher:: Added:: WatchInfo: /lib/a_113.ts 500 undefined WatchType: Closed Script info -Info 30 [00:05:39.000] FileWatcher:: Added:: WatchInfo: /lib/a_114.ts 500 undefined WatchType: Closed Script info -Info 31 [00:05:40.000] FileWatcher:: Added:: WatchInfo: /lib/a_115.ts 500 undefined WatchType: Closed Script info -Info 32 [00:05:41.000] FileWatcher:: Added:: WatchInfo: /lib/a_116.ts 500 undefined WatchType: Closed Script info -Info 33 [00:05:42.000] FileWatcher:: Added:: WatchInfo: /lib/a_117.ts 500 undefined WatchType: Closed Script info -Info 34 [00:05:43.000] FileWatcher:: Added:: WatchInfo: /lib/a_118.ts 500 undefined WatchType: Closed Script info -Info 35 [00:05:44.000] FileWatcher:: Added:: WatchInfo: /lib/a_119.ts 500 undefined WatchType: Closed Script info -Info 36 [00:05:45.000] FileWatcher:: Added:: WatchInfo: /lib/a_12.ts 500 undefined WatchType: Closed Script info -Info 37 [00:05:46.000] FileWatcher:: Added:: WatchInfo: /lib/a_120.ts 500 undefined WatchType: Closed Script info -Info 38 [00:05:47.000] FileWatcher:: Added:: WatchInfo: /lib/a_121.ts 500 undefined WatchType: Closed Script info -Info 39 [00:05:48.000] FileWatcher:: Added:: WatchInfo: /lib/a_122.ts 500 undefined WatchType: Closed Script info -Info 40 [00:05:49.000] FileWatcher:: Added:: WatchInfo: /lib/a_123.ts 500 undefined WatchType: Closed Script info -Info 41 [00:05:50.000] FileWatcher:: Added:: WatchInfo: /lib/a_124.ts 500 undefined WatchType: Closed Script info -Info 42 [00:05:51.000] FileWatcher:: Added:: WatchInfo: /lib/a_125.ts 500 undefined WatchType: Closed Script info -Info 43 [00:05:52.000] FileWatcher:: Added:: WatchInfo: /lib/a_126.ts 500 undefined WatchType: Closed Script info -Info 44 [00:05:53.000] FileWatcher:: Added:: WatchInfo: /lib/a_127.ts 500 undefined WatchType: Closed Script info -Info 45 [00:05:54.000] FileWatcher:: Added:: WatchInfo: /lib/a_128.ts 500 undefined WatchType: Closed Script info -Info 46 [00:05:55.000] FileWatcher:: Added:: WatchInfo: /lib/a_129.ts 500 undefined WatchType: Closed Script info -Info 47 [00:05:56.000] FileWatcher:: Added:: WatchInfo: /lib/a_13.ts 500 undefined WatchType: Closed Script info -Info 48 [00:05:57.000] FileWatcher:: Added:: WatchInfo: /lib/a_130.ts 500 undefined WatchType: Closed Script info -Info 49 [00:05:58.000] FileWatcher:: Added:: WatchInfo: /lib/a_131.ts 500 undefined WatchType: Closed Script info -Info 50 [00:05:59.000] FileWatcher:: Added:: WatchInfo: /lib/a_132.ts 500 undefined WatchType: Closed Script info -Info 51 [00:06:00.000] FileWatcher:: Added:: WatchInfo: /lib/a_133.ts 500 undefined WatchType: Closed Script info -Info 52 [00:06:01.000] FileWatcher:: Added:: WatchInfo: /lib/a_134.ts 500 undefined WatchType: Closed Script info -Info 53 [00:06:02.000] FileWatcher:: Added:: WatchInfo: /lib/a_135.ts 500 undefined WatchType: Closed Script info -Info 54 [00:06:03.000] FileWatcher:: Added:: WatchInfo: /lib/a_136.ts 500 undefined WatchType: Closed Script info -Info 55 [00:06:04.000] FileWatcher:: Added:: WatchInfo: /lib/a_137.ts 500 undefined WatchType: Closed Script info -Info 56 [00:06:05.000] FileWatcher:: Added:: WatchInfo: /lib/a_138.ts 500 undefined WatchType: Closed Script info -Info 57 [00:06:06.000] FileWatcher:: Added:: WatchInfo: /lib/a_139.ts 500 undefined WatchType: Closed Script info -Info 58 [00:06:07.000] FileWatcher:: Added:: WatchInfo: /lib/a_14.ts 500 undefined WatchType: Closed Script info -Info 59 [00:06:08.000] FileWatcher:: Added:: WatchInfo: /lib/a_140.ts 500 undefined WatchType: Closed Script info -Info 60 [00:06:09.000] FileWatcher:: Added:: WatchInfo: /lib/a_141.ts 500 undefined WatchType: Closed Script info -Info 61 [00:06:10.000] FileWatcher:: Added:: WatchInfo: /lib/a_142.ts 500 undefined WatchType: Closed Script info -Info 62 [00:06:11.000] FileWatcher:: Added:: WatchInfo: /lib/a_143.ts 500 undefined WatchType: Closed Script info -Info 63 [00:06:12.000] FileWatcher:: Added:: WatchInfo: /lib/a_144.ts 500 undefined WatchType: Closed Script info -Info 64 [00:06:13.000] FileWatcher:: Added:: WatchInfo: /lib/a_145.ts 500 undefined WatchType: Closed Script info -Info 65 [00:06:14.000] FileWatcher:: Added:: WatchInfo: /lib/a_146.ts 500 undefined WatchType: Closed Script info -Info 66 [00:06:15.000] FileWatcher:: Added:: WatchInfo: /lib/a_147.ts 500 undefined WatchType: Closed Script info -Info 67 [00:06:16.000] FileWatcher:: Added:: WatchInfo: /lib/a_148.ts 500 undefined WatchType: Closed Script info -Info 68 [00:06:17.000] FileWatcher:: Added:: WatchInfo: /lib/a_149.ts 500 undefined WatchType: Closed Script info -Info 69 [00:06:18.000] FileWatcher:: Added:: WatchInfo: /lib/a_15.ts 500 undefined WatchType: Closed Script info -Info 70 [00:06:19.000] FileWatcher:: Added:: WatchInfo: /lib/a_16.ts 500 undefined WatchType: Closed Script info -Info 71 [00:06:20.000] FileWatcher:: Added:: WatchInfo: /lib/a_17.ts 500 undefined WatchType: Closed Script info -Info 72 [00:06:21.000] FileWatcher:: Added:: WatchInfo: /lib/a_18.ts 500 undefined WatchType: Closed Script info -Info 73 [00:06:22.000] FileWatcher:: Added:: WatchInfo: /lib/a_19.ts 500 undefined WatchType: Closed Script info -Info 74 [00:06:23.000] FileWatcher:: Added:: WatchInfo: /lib/a_2.ts 500 undefined WatchType: Closed Script info -Info 75 [00:06:24.000] FileWatcher:: Added:: WatchInfo: /lib/a_20.ts 500 undefined WatchType: Closed Script info -Info 76 [00:06:25.000] FileWatcher:: Added:: WatchInfo: /lib/a_21.ts 500 undefined WatchType: Closed Script info -Info 77 [00:06:26.000] FileWatcher:: Added:: WatchInfo: /lib/a_22.ts 500 undefined WatchType: Closed Script info -Info 78 [00:06:27.000] FileWatcher:: Added:: WatchInfo: /lib/a_23.ts 500 undefined WatchType: Closed Script info -Info 79 [00:06:28.000] FileWatcher:: Added:: WatchInfo: /lib/a_24.ts 500 undefined WatchType: Closed Script info -Info 80 [00:06:29.000] FileWatcher:: Added:: WatchInfo: /lib/a_25.ts 500 undefined WatchType: Closed Script info -Info 81 [00:06:30.000] FileWatcher:: Added:: WatchInfo: /lib/a_26.ts 500 undefined WatchType: Closed Script info -Info 82 [00:06:31.000] FileWatcher:: Added:: WatchInfo: /lib/a_27.ts 500 undefined WatchType: Closed Script info -Info 83 [00:06:32.000] FileWatcher:: Added:: WatchInfo: /lib/a_28.ts 500 undefined WatchType: Closed Script info -Info 84 [00:06:33.000] FileWatcher:: Added:: WatchInfo: /lib/a_29.ts 500 undefined WatchType: Closed Script info -Info 85 [00:06:34.000] FileWatcher:: Added:: WatchInfo: /lib/a_3.ts 500 undefined WatchType: Closed Script info -Info 86 [00:06:35.000] FileWatcher:: Added:: WatchInfo: /lib/a_30.ts 500 undefined WatchType: Closed Script info -Info 87 [00:06:36.000] FileWatcher:: Added:: WatchInfo: /lib/a_31.ts 500 undefined WatchType: Closed Script info -Info 88 [00:06:37.000] FileWatcher:: Added:: WatchInfo: /lib/a_32.ts 500 undefined WatchType: Closed Script info -Info 89 [00:06:38.000] FileWatcher:: Added:: WatchInfo: /lib/a_33.ts 500 undefined WatchType: Closed Script info -Info 90 [00:06:39.000] FileWatcher:: Added:: WatchInfo: /lib/a_34.ts 500 undefined WatchType: Closed Script info -Info 91 [00:06:40.000] FileWatcher:: Added:: WatchInfo: /lib/a_35.ts 500 undefined WatchType: Closed Script info -Info 92 [00:06:41.000] FileWatcher:: Added:: WatchInfo: /lib/a_36.ts 500 undefined WatchType: Closed Script info -Info 93 [00:06:42.000] FileWatcher:: Added:: WatchInfo: /lib/a_37.ts 500 undefined WatchType: Closed Script info -Info 94 [00:06:43.000] FileWatcher:: Added:: WatchInfo: /lib/a_38.ts 500 undefined WatchType: Closed Script info -Info 95 [00:06:44.000] FileWatcher:: Added:: WatchInfo: /lib/a_39.ts 500 undefined WatchType: Closed Script info -Info 96 [00:06:45.000] FileWatcher:: Added:: WatchInfo: /lib/a_4.ts 500 undefined WatchType: Closed Script info -Info 97 [00:06:46.000] FileWatcher:: Added:: WatchInfo: /lib/a_40.ts 500 undefined WatchType: Closed Script info -Info 98 [00:06:47.000] FileWatcher:: Added:: WatchInfo: /lib/a_41.ts 500 undefined WatchType: Closed Script info -Info 99 [00:06:48.000] FileWatcher:: Added:: WatchInfo: /lib/a_42.ts 500 undefined WatchType: Closed Script info -Info 100 [00:06:49.000] FileWatcher:: Added:: WatchInfo: /lib/a_43.ts 500 undefined WatchType: Closed Script info -Info 101 [00:06:50.000] FileWatcher:: Added:: WatchInfo: /lib/a_44.ts 500 undefined WatchType: Closed Script info -Info 102 [00:06:51.000] FileWatcher:: Added:: WatchInfo: /lib/a_45.ts 500 undefined WatchType: Closed Script info -Info 103 [00:06:52.000] FileWatcher:: Added:: WatchInfo: /lib/a_46.ts 500 undefined WatchType: Closed Script info -Info 104 [00:06:53.000] FileWatcher:: Added:: WatchInfo: /lib/a_47.ts 500 undefined WatchType: Closed Script info -Info 105 [00:06:54.000] FileWatcher:: Added:: WatchInfo: /lib/a_48.ts 500 undefined WatchType: Closed Script info -Info 106 [00:06:55.000] FileWatcher:: Added:: WatchInfo: /lib/a_49.ts 500 undefined WatchType: Closed Script info -Info 107 [00:06:56.000] FileWatcher:: Added:: WatchInfo: /lib/a_5.ts 500 undefined WatchType: Closed Script info -Info 108 [00:06:57.000] FileWatcher:: Added:: WatchInfo: /lib/a_50.ts 500 undefined WatchType: Closed Script info -Info 109 [00:06:58.000] FileWatcher:: Added:: WatchInfo: /lib/a_51.ts 500 undefined WatchType: Closed Script info -Info 110 [00:06:59.000] FileWatcher:: Added:: WatchInfo: /lib/a_52.ts 500 undefined WatchType: Closed Script info -Info 111 [00:07:00.000] FileWatcher:: Added:: WatchInfo: /lib/a_53.ts 500 undefined WatchType: Closed Script info -Info 112 [00:07:01.000] FileWatcher:: Added:: WatchInfo: /lib/a_54.ts 500 undefined WatchType: Closed Script info -Info 113 [00:07:02.000] FileWatcher:: Added:: WatchInfo: /lib/a_55.ts 500 undefined WatchType: Closed Script info -Info 114 [00:07:03.000] FileWatcher:: Added:: WatchInfo: /lib/a_56.ts 500 undefined WatchType: Closed Script info -Info 115 [00:07:04.000] FileWatcher:: Added:: WatchInfo: /lib/a_57.ts 500 undefined WatchType: Closed Script info -Info 116 [00:07:05.000] FileWatcher:: Added:: WatchInfo: /lib/a_58.ts 500 undefined WatchType: Closed Script info -Info 117 [00:07:06.000] FileWatcher:: Added:: WatchInfo: /lib/a_59.ts 500 undefined WatchType: Closed Script info -Info 118 [00:07:07.000] FileWatcher:: Added:: WatchInfo: /lib/a_6.ts 500 undefined WatchType: Closed Script info -Info 119 [00:07:08.000] FileWatcher:: Added:: WatchInfo: /lib/a_60.ts 500 undefined WatchType: Closed Script info -Info 120 [00:07:09.000] FileWatcher:: Added:: WatchInfo: /lib/a_61.ts 500 undefined WatchType: Closed Script info -Info 121 [00:07:10.000] FileWatcher:: Added:: WatchInfo: /lib/a_62.ts 500 undefined WatchType: Closed Script info -Info 122 [00:07:11.000] FileWatcher:: Added:: WatchInfo: /lib/a_63.ts 500 undefined WatchType: Closed Script info -Info 123 [00:07:12.000] FileWatcher:: Added:: WatchInfo: /lib/a_64.ts 500 undefined WatchType: Closed Script info -Info 124 [00:07:13.000] FileWatcher:: Added:: WatchInfo: /lib/a_65.ts 500 undefined WatchType: Closed Script info -Info 125 [00:07:14.000] FileWatcher:: Added:: WatchInfo: /lib/a_66.ts 500 undefined WatchType: Closed Script info -Info 126 [00:07:15.000] FileWatcher:: Added:: WatchInfo: /lib/a_67.ts 500 undefined WatchType: Closed Script info -Info 127 [00:07:16.000] FileWatcher:: Added:: WatchInfo: /lib/a_68.ts 500 undefined WatchType: Closed Script info -Info 128 [00:07:17.000] FileWatcher:: Added:: WatchInfo: /lib/a_69.ts 500 undefined WatchType: Closed Script info -Info 129 [00:07:18.000] FileWatcher:: Added:: WatchInfo: /lib/a_7.ts 500 undefined WatchType: Closed Script info -Info 130 [00:07:19.000] FileWatcher:: Added:: WatchInfo: /lib/a_70.ts 500 undefined WatchType: Closed Script info -Info 131 [00:07:20.000] FileWatcher:: Added:: WatchInfo: /lib/a_71.ts 500 undefined WatchType: Closed Script info -Info 132 [00:07:21.000] FileWatcher:: Added:: WatchInfo: /lib/a_72.ts 500 undefined WatchType: Closed Script info -Info 133 [00:07:22.000] FileWatcher:: Added:: WatchInfo: /lib/a_73.ts 500 undefined WatchType: Closed Script info -Info 134 [00:07:23.000] FileWatcher:: Added:: WatchInfo: /lib/a_74.ts 500 undefined WatchType: Closed Script info -Info 135 [00:07:24.000] FileWatcher:: Added:: WatchInfo: /lib/a_75.ts 500 undefined WatchType: Closed Script info -Info 136 [00:07:25.000] FileWatcher:: Added:: WatchInfo: /lib/a_76.ts 500 undefined WatchType: Closed Script info -Info 137 [00:07:26.000] FileWatcher:: Added:: WatchInfo: /lib/a_77.ts 500 undefined WatchType: Closed Script info -Info 138 [00:07:27.000] FileWatcher:: Added:: WatchInfo: /lib/a_78.ts 500 undefined WatchType: Closed Script info -Info 139 [00:07:28.000] FileWatcher:: Added:: WatchInfo: /lib/a_79.ts 500 undefined WatchType: Closed Script info -Info 140 [00:07:29.000] FileWatcher:: Added:: WatchInfo: /lib/a_8.ts 500 undefined WatchType: Closed Script info -Info 141 [00:07:30.000] FileWatcher:: Added:: WatchInfo: /lib/a_80.ts 500 undefined WatchType: Closed Script info -Info 142 [00:07:31.000] FileWatcher:: Added:: WatchInfo: /lib/a_81.ts 500 undefined WatchType: Closed Script info -Info 143 [00:07:32.000] FileWatcher:: Added:: WatchInfo: /lib/a_82.ts 500 undefined WatchType: Closed Script info -Info 144 [00:07:33.000] FileWatcher:: Added:: WatchInfo: /lib/a_83.ts 500 undefined WatchType: Closed Script info -Info 145 [00:07:34.000] FileWatcher:: Added:: WatchInfo: /lib/a_84.ts 500 undefined WatchType: Closed Script info -Info 146 [00:07:35.000] FileWatcher:: Added:: WatchInfo: /lib/a_85.ts 500 undefined WatchType: Closed Script info -Info 147 [00:07:36.000] FileWatcher:: Added:: WatchInfo: /lib/a_86.ts 500 undefined WatchType: Closed Script info -Info 148 [00:07:37.000] FileWatcher:: Added:: WatchInfo: /lib/a_87.ts 500 undefined WatchType: Closed Script info -Info 149 [00:07:38.000] FileWatcher:: Added:: WatchInfo: /lib/a_88.ts 500 undefined WatchType: Closed Script info -Info 150 [00:07:39.000] FileWatcher:: Added:: WatchInfo: /lib/a_89.ts 500 undefined WatchType: Closed Script info -Info 151 [00:07:40.000] FileWatcher:: Added:: WatchInfo: /lib/a_9.ts 500 undefined WatchType: Closed Script info -Info 152 [00:07:41.000] FileWatcher:: Added:: WatchInfo: /lib/a_90.ts 500 undefined WatchType: Closed Script info -Info 153 [00:07:42.000] FileWatcher:: Added:: WatchInfo: /lib/a_91.ts 500 undefined WatchType: Closed Script info -Info 154 [00:07:43.000] FileWatcher:: Added:: WatchInfo: /lib/a_92.ts 500 undefined WatchType: Closed Script info -Info 155 [00:07:44.000] FileWatcher:: Added:: WatchInfo: /lib/a_93.ts 500 undefined WatchType: Closed Script info -Info 156 [00:07:45.000] FileWatcher:: Added:: WatchInfo: /lib/a_94.ts 500 undefined WatchType: Closed Script info -Info 157 [00:07:46.000] FileWatcher:: Added:: WatchInfo: /lib/a_95.ts 500 undefined WatchType: Closed Script info -Info 158 [00:07:47.000] FileWatcher:: Added:: WatchInfo: /lib/a_96.ts 500 undefined WatchType: Closed Script info -Info 159 [00:07:48.000] FileWatcher:: Added:: WatchInfo: /lib/a_97.ts 500 undefined WatchType: Closed Script info -Info 160 [00:07:49.000] FileWatcher:: Added:: WatchInfo: /lib/a_98.ts 500 undefined WatchType: Closed Script info -Info 161 [00:07:50.000] FileWatcher:: Added:: WatchInfo: /lib/a_99.ts 500 undefined WatchType: Closed Script info -Info 162 [00:07:51.000] Starting updateGraphWorker: Project: /tsconfig.json -Info 163 [00:07:52.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file -Info 164 [00:07:53.000] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 165 [00:07:54.000] Project '/tsconfig.json' (Configured) -Info 166 [00:07:55.000] Files (151) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_0.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_10.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_100.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_101.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_102.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_103.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_104.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_105.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_106.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_107.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_108.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_109.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_11.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_110.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_111.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_112.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_113.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_114.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_115.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_116.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_117.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_118.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_119.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_12.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_120.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_121.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_122.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_123.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_124.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_125.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_126.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_127.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_128.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_129.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_13.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_130.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_131.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_132.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_133.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_134.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_135.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_136.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_137.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_138.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_139.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_14.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_140.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_141.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_142.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_143.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_144.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_145.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_146.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_147.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_148.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_149.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_15.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_16.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_17.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_18.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_19.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_20.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_21.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_22.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_23.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_24.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_25.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_26.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_27.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_28.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_29.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_30.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_31.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_32.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_33.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_34.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_35.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_36.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_37.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_38.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_39.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_4.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_40.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_41.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_42.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_43.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_44.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_45.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_46.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_47.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_48.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_49.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_5.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_50.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_51.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_52.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_53.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_54.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_55.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_56.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_57.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_58.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_59.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_6.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_60.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_61.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_62.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_63.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_64.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_65.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_66.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_67.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_68.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_69.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_7.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_70.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_71.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_72.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_73.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_74.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_75.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_76.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_77.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_78.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_79.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_8.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_80.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_81.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_82.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_83.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_84.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_85.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_86.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_87.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_88.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_89.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_9.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_90.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_91.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_92.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_93.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_94.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_95.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_96.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_97.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_98.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_99.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (151) /index.ts SVC-1-0 "" /lib/a_0.ts Text-1 "export const aa_0__0 = 0;" /lib/a_1.ts Text-1 "export const aa_1__0 = 0;" @@ -1268,15 +1268,15 @@ Info 166 [00:07:55.000] Files (151) lib/a_99.ts Matched by default include pattern '**/*' -Info 167 [00:07:56.000] ----------------------------------------------- -Info 168 [00:07:57.000] Project '/tsconfig.json' (Configured) -Info 168 [00:07:58.000] Files (151) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (151) -Info 168 [00:07:59.000] ----------------------------------------------- -Info 168 [00:08:00.000] Open files: -Info 168 [00:08:01.000] FileName: /index.ts ProjectRootPath: undefined -Info 168 [00:08:02.000] Projects: /tsconfig.json -Info 168 [00:08:03.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1596,7 +1596,7 @@ FsWatchesRecursive:: Before request -Info 169 [00:08:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "updateOpen", "arguments": { @@ -1622,7 +1622,7 @@ Info 169 [00:08:04.000] request: "seq": 3, "type": "request" } -Info 170 [00:08:05.000] response: +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -1631,7 +1631,7 @@ After request Before request -Info 171 [00:08:06.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "completionInfo", "arguments": { @@ -1642,10 +1642,10 @@ Info 171 [00:08:06.000] request: "seq": 4, "type": "request" } -Info 172 [00:08:07.000] Starting updateGraphWorker: Project: /tsconfig.json -Info 173 [00:08:08.000] Finishing updateGraphWorker: Project: /tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 174 [00:08:09.000] Project '/tsconfig.json' (Configured) -Info 175 [00:08:10.000] Files (151) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (151) /index.ts SVC-1-1 "a" /lib/a_0.ts Text-1 "export const aa_0__0 = 0;" /lib/a_1.ts Text-1 "export const aa_1__0 = 0;" @@ -1798,18 +1798,18 @@ Info 175 [00:08:10.000] Files (151) /lib/a_98.ts Text-1 "export const aa_98__0 = 0;" /lib/a_99.ts Text-1 "export const aa_99__0 = 0;" -Info 176 [00:08:11.000] ----------------------------------------------- -Info 177 [00:08:12.000] getCompletionData: Get current token: * -Info 178 [00:08:13.000] getCompletionData: Is inside comment: * -Info 179 [00:08:14.000] getCompletionData: Get previous token: * -Info 180 [00:08:15.000] getExportInfoMap: cache miss or empty; calculating new results -Info 181 [00:08:16.000] getExportInfoMap: done in * ms -Info 182 [00:08:17.000] collectAutoImports: resolved 100 module specifiers, plus 0 ambient and 50 from cache (100.0% hit rate) -Info 183 [00:08:18.000] collectAutoImports: response is incomplete -Info 184 [00:08:19.000] collectAutoImports: * -Info 185 [00:08:20.000] getCompletionData: Semantic work: * -Info 186 [00:08:21.000] getCompletionsAtPosition: getCompletionEntriesFromSymbols: * -Info 187 [00:08:22.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] getCompletionData: Get current token: * +Info seq [hh:mm:ss:mss] getCompletionData: Is inside comment: * +Info seq [hh:mm:ss:mss] getCompletionData: Get previous token: * +Info seq [hh:mm:ss:mss] getExportInfoMap: cache miss or empty; calculating new results +Info seq [hh:mm:ss:mss] getExportInfoMap: done in * ms +Info seq [hh:mm:ss:mss] collectAutoImports: resolved 100 module specifiers, plus 0 ambient and 50 from cache (100.0% hit rate) +Info seq [hh:mm:ss:mss] collectAutoImports: response is incomplete +Info seq [hh:mm:ss:mss] collectAutoImports: * +Info seq [hh:mm:ss:mss] getCompletionData: Semantic work: * +Info seq [hh:mm:ss:mss] getCompletionsAtPosition: getCompletionEntriesFromSymbols: * +Info seq [hh:mm:ss:mss] response: { "response": { "flags": 9, @@ -4882,7 +4882,7 @@ After request Before request -Info 188 [00:08:23.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "updateOpen", "arguments": { @@ -4908,17 +4908,17 @@ Info 188 [00:08:23.000] request: "seq": 5, "type": "request" } -Info 189 [00:08:24.000] response: +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true } After request -Info 190 [00:08:25.000] Starting updateGraphWorker: Project: /tsconfig.json -Info 191 [00:08:26.000] Finishing updateGraphWorker: Project: /tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 192 [00:08:27.000] Project '/tsconfig.json' (Configured) -Info 193 [00:08:28.000] Files (151) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (151) /index.ts SVC-1-2 "" /lib/a_0.ts Text-1 "export const aa_0__0 = 0;" /lib/a_1.ts Text-1 "export const aa_1__0 = 0;" @@ -5071,10 +5071,10 @@ Info 193 [00:08:28.000] Files (151) /lib/a_98.ts Text-1 "export const aa_98__0 = 0;" /lib/a_99.ts Text-1 "export const aa_99__0 = 0;" -Info 194 [00:08:29.000] ----------------------------------------------- +Info seq [hh:mm:ss:mss] ----------------------------------------------- Before request -Info 195 [00:08:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "updateOpen", "arguments": { @@ -5100,7 +5100,7 @@ Info 195 [00:08:30.000] request: "seq": 6, "type": "request" } -Info 196 [00:08:31.000] response: +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -5109,7 +5109,7 @@ After request Before request -Info 197 [00:08:32.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "completionInfo", "arguments": { @@ -5120,10 +5120,10 @@ Info 197 [00:08:32.000] request: "seq": 7, "type": "request" } -Info 198 [00:08:33.000] Starting updateGraphWorker: Project: /tsconfig.json -Info 199 [00:08:34.000] Finishing updateGraphWorker: Project: /tsconfig.json Version: 4 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 200 [00:08:35.000] Project '/tsconfig.json' (Configured) -Info 201 [00:08:36.000] Files (151) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /tsconfig.json Version: 4 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (151) /index.ts SVC-1-3 "a" /lib/a_0.ts Text-1 "export const aa_0__0 = 0;" /lib/a_1.ts Text-1 "export const aa_1__0 = 0;" @@ -5276,17 +5276,17 @@ Info 201 [00:08:36.000] Files (151) /lib/a_98.ts Text-1 "export const aa_98__0 = 0;" /lib/a_99.ts Text-1 "export const aa_99__0 = 0;" -Info 202 [00:08:37.000] ----------------------------------------------- -Info 203 [00:08:38.000] getCompletionData: Get current token: * -Info 204 [00:08:39.000] getCompletionData: Is inside comment: * -Info 205 [00:08:40.000] getCompletionData: Get previous token: * -Info 206 [00:08:41.000] getExportInfoMap: cache hit -Info 207 [00:08:42.000] collectAutoImports: resolved 50 module specifiers, plus 0 ambient and 100 from cache -Info 208 [00:08:43.000] collectAutoImports: response is complete -Info 209 [00:08:44.000] collectAutoImports: * -Info 210 [00:08:45.000] getCompletionData: Semantic work: * -Info 211 [00:08:46.000] getCompletionsAtPosition: getCompletionEntriesFromSymbols: * -Info 212 [00:08:47.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] getCompletionData: Get current token: * +Info seq [hh:mm:ss:mss] getCompletionData: Is inside comment: * +Info seq [hh:mm:ss:mss] getCompletionData: Get previous token: * +Info seq [hh:mm:ss:mss] getExportInfoMap: cache hit +Info seq [hh:mm:ss:mss] collectAutoImports: resolved 50 module specifiers, plus 0 ambient and 100 from cache +Info seq [hh:mm:ss:mss] collectAutoImports: response is complete +Info seq [hh:mm:ss:mss] collectAutoImports: * +Info seq [hh:mm:ss:mss] getCompletionData: Semantic work: * +Info seq [hh:mm:ss:mss] getCompletionsAtPosition: getCompletionEntriesFromSymbols: * +Info seq [hh:mm:ss:mss] response: { "response": { "flags": 9, diff --git a/tests/baselines/reference/tsserver/completionsIncomplete/works-for-transient-symbols-between-requests.js b/tests/baselines/reference/tsserver/completionsIncomplete/works-for-transient-symbols-between-requests.js index a43224898c92d..8d7630bee8063 100644 --- a/tests/baselines/reference/tsserver/completionsIncomplete/works-for-transient-symbols-between-requests.js +++ b/tests/baselines/reference/tsserver/completionsIncomplete/works-for-transient-symbols-between-requests.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:03:33.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/tsconfig.json] { "compilerOptions": { "module": "commonjs" } } @@ -314,7 +314,7 @@ export const S99_0 = 0; export = exp; -Info 1 [00:03:34.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "configure", "arguments": { @@ -329,9 +329,9 @@ Info 1 [00:03:34.000] request: "seq": 1, "type": "request" } -Info 2 [00:03:35.000] response: +Info seq [hh:mm:ss:mss] response: {"seq":0,"type":"response","command":"configure","request_seq":1,"success":true} -Info 3 [00:03:36.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -339,7 +339,7 @@ After request Before request -Info 4 [00:03:37.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -348,11 +348,11 @@ Info 4 [00:03:37.000] request: "seq": 2, "type": "request" } -Info 5 [00:03:38.000] Search path: / -Info 6 [00:03:39.000] For info: /index.ts :: Config file name: /tsconfig.json -Info 7 [00:03:40.000] Creating configuration project /tsconfig.json -Info 8 [00:03:41.000] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file -Info 9 [00:03:42.000] Config: /tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: / +Info seq [hh:mm:ss:mss] For info: /index.ts :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /tsconfig.json : { "rootNames": [ "/index.ts", "/lib/a_0.ts", @@ -462,114 +462,114 @@ Info 9 [00:03:42.000] Config: /tsconfig.json : { "configFilePath": "/tsconfig.json" } } -Info 10 [00:03:43.000] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 11 [00:03:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 12 [00:03:45.000] FileWatcher:: Added:: WatchInfo: /lib/a_0.ts 500 undefined WatchType: Closed Script info -Info 13 [00:03:46.000] FileWatcher:: Added:: WatchInfo: /lib/a_1.ts 500 undefined WatchType: Closed Script info -Info 14 [00:03:47.000] FileWatcher:: Added:: WatchInfo: /lib/a_10.ts 500 undefined WatchType: Closed Script info -Info 15 [00:03:48.000] FileWatcher:: Added:: WatchInfo: /lib/a_11.ts 500 undefined WatchType: Closed Script info -Info 16 [00:03:49.000] FileWatcher:: Added:: WatchInfo: /lib/a_12.ts 500 undefined WatchType: Closed Script info -Info 17 [00:03:50.000] FileWatcher:: Added:: WatchInfo: /lib/a_13.ts 500 undefined WatchType: Closed Script info -Info 18 [00:03:51.000] FileWatcher:: Added:: WatchInfo: /lib/a_14.ts 500 undefined WatchType: Closed Script info -Info 19 [00:03:52.000] FileWatcher:: Added:: WatchInfo: /lib/a_15.ts 500 undefined WatchType: Closed Script info -Info 20 [00:03:53.000] FileWatcher:: Added:: WatchInfo: /lib/a_16.ts 500 undefined WatchType: Closed Script info -Info 21 [00:03:54.000] FileWatcher:: Added:: WatchInfo: /lib/a_17.ts 500 undefined WatchType: Closed Script info -Info 22 [00:03:55.000] FileWatcher:: Added:: WatchInfo: /lib/a_18.ts 500 undefined WatchType: Closed Script info -Info 23 [00:03:56.000] FileWatcher:: Added:: WatchInfo: /lib/a_19.ts 500 undefined WatchType: Closed Script info -Info 24 [00:03:57.000] FileWatcher:: Added:: WatchInfo: /lib/a_2.ts 500 undefined WatchType: Closed Script info -Info 25 [00:03:58.000] FileWatcher:: Added:: WatchInfo: /lib/a_20.ts 500 undefined WatchType: Closed Script info -Info 26 [00:03:59.000] FileWatcher:: Added:: WatchInfo: /lib/a_21.ts 500 undefined WatchType: Closed Script info -Info 27 [00:04:00.000] FileWatcher:: Added:: WatchInfo: /lib/a_22.ts 500 undefined WatchType: Closed Script info -Info 28 [00:04:01.000] FileWatcher:: Added:: WatchInfo: /lib/a_23.ts 500 undefined WatchType: Closed Script info -Info 29 [00:04:02.000] FileWatcher:: Added:: WatchInfo: /lib/a_24.ts 500 undefined WatchType: Closed Script info -Info 30 [00:04:03.000] FileWatcher:: Added:: WatchInfo: /lib/a_25.ts 500 undefined WatchType: Closed Script info -Info 31 [00:04:04.000] FileWatcher:: Added:: WatchInfo: /lib/a_26.ts 500 undefined WatchType: Closed Script info -Info 32 [00:04:05.000] FileWatcher:: Added:: WatchInfo: /lib/a_27.ts 500 undefined WatchType: Closed Script info -Info 33 [00:04:06.000] FileWatcher:: Added:: WatchInfo: /lib/a_28.ts 500 undefined WatchType: Closed Script info -Info 34 [00:04:07.000] FileWatcher:: Added:: WatchInfo: /lib/a_29.ts 500 undefined WatchType: Closed Script info -Info 35 [00:04:08.000] FileWatcher:: Added:: WatchInfo: /lib/a_3.ts 500 undefined WatchType: Closed Script info -Info 36 [00:04:09.000] FileWatcher:: Added:: WatchInfo: /lib/a_30.ts 500 undefined WatchType: Closed Script info -Info 37 [00:04:10.000] FileWatcher:: Added:: WatchInfo: /lib/a_31.ts 500 undefined WatchType: Closed Script info -Info 38 [00:04:11.000] FileWatcher:: Added:: WatchInfo: /lib/a_32.ts 500 undefined WatchType: Closed Script info -Info 39 [00:04:12.000] FileWatcher:: Added:: WatchInfo: /lib/a_33.ts 500 undefined WatchType: Closed Script info -Info 40 [00:04:13.000] FileWatcher:: Added:: WatchInfo: /lib/a_34.ts 500 undefined WatchType: Closed Script info -Info 41 [00:04:14.000] FileWatcher:: Added:: WatchInfo: /lib/a_35.ts 500 undefined WatchType: Closed Script info -Info 42 [00:04:15.000] FileWatcher:: Added:: WatchInfo: /lib/a_36.ts 500 undefined WatchType: Closed Script info -Info 43 [00:04:16.000] FileWatcher:: Added:: WatchInfo: /lib/a_37.ts 500 undefined WatchType: Closed Script info -Info 44 [00:04:17.000] FileWatcher:: Added:: WatchInfo: /lib/a_38.ts 500 undefined WatchType: Closed Script info -Info 45 [00:04:18.000] FileWatcher:: Added:: WatchInfo: /lib/a_39.ts 500 undefined WatchType: Closed Script info -Info 46 [00:04:19.000] FileWatcher:: Added:: WatchInfo: /lib/a_4.ts 500 undefined WatchType: Closed Script info -Info 47 [00:04:20.000] FileWatcher:: Added:: WatchInfo: /lib/a_40.ts 500 undefined WatchType: Closed Script info -Info 48 [00:04:21.000] FileWatcher:: Added:: WatchInfo: /lib/a_41.ts 500 undefined WatchType: Closed Script info -Info 49 [00:04:22.000] FileWatcher:: Added:: WatchInfo: /lib/a_42.ts 500 undefined WatchType: Closed Script info -Info 50 [00:04:23.000] FileWatcher:: Added:: WatchInfo: /lib/a_43.ts 500 undefined WatchType: Closed Script info -Info 51 [00:04:24.000] FileWatcher:: Added:: WatchInfo: /lib/a_44.ts 500 undefined WatchType: Closed Script info -Info 52 [00:04:25.000] FileWatcher:: Added:: WatchInfo: /lib/a_45.ts 500 undefined WatchType: Closed Script info -Info 53 [00:04:26.000] FileWatcher:: Added:: WatchInfo: /lib/a_46.ts 500 undefined WatchType: Closed Script info -Info 54 [00:04:27.000] FileWatcher:: Added:: WatchInfo: /lib/a_47.ts 500 undefined WatchType: Closed Script info -Info 55 [00:04:28.000] FileWatcher:: Added:: WatchInfo: /lib/a_48.ts 500 undefined WatchType: Closed Script info -Info 56 [00:04:29.000] FileWatcher:: Added:: WatchInfo: /lib/a_49.ts 500 undefined WatchType: Closed Script info -Info 57 [00:04:30.000] FileWatcher:: Added:: WatchInfo: /lib/a_5.ts 500 undefined WatchType: Closed Script info -Info 58 [00:04:31.000] FileWatcher:: Added:: WatchInfo: /lib/a_50.ts 500 undefined WatchType: Closed Script info -Info 59 [00:04:32.000] FileWatcher:: Added:: WatchInfo: /lib/a_51.ts 500 undefined WatchType: Closed Script info -Info 60 [00:04:33.000] FileWatcher:: Added:: WatchInfo: /lib/a_52.ts 500 undefined WatchType: Closed Script info -Info 61 [00:04:34.000] FileWatcher:: Added:: WatchInfo: /lib/a_53.ts 500 undefined WatchType: Closed Script info -Info 62 [00:04:35.000] FileWatcher:: Added:: WatchInfo: /lib/a_54.ts 500 undefined WatchType: Closed Script info -Info 63 [00:04:36.000] FileWatcher:: Added:: WatchInfo: /lib/a_55.ts 500 undefined WatchType: Closed Script info -Info 64 [00:04:37.000] FileWatcher:: Added:: WatchInfo: /lib/a_56.ts 500 undefined WatchType: Closed Script info -Info 65 [00:04:38.000] FileWatcher:: Added:: WatchInfo: /lib/a_57.ts 500 undefined WatchType: Closed Script info -Info 66 [00:04:39.000] FileWatcher:: Added:: WatchInfo: /lib/a_58.ts 500 undefined WatchType: Closed Script info -Info 67 [00:04:40.000] FileWatcher:: Added:: WatchInfo: /lib/a_59.ts 500 undefined WatchType: Closed Script info -Info 68 [00:04:41.000] FileWatcher:: Added:: WatchInfo: /lib/a_6.ts 500 undefined WatchType: Closed Script info -Info 69 [00:04:42.000] FileWatcher:: Added:: WatchInfo: /lib/a_60.ts 500 undefined WatchType: Closed Script info -Info 70 [00:04:43.000] FileWatcher:: Added:: WatchInfo: /lib/a_61.ts 500 undefined WatchType: Closed Script info -Info 71 [00:04:44.000] FileWatcher:: Added:: WatchInfo: /lib/a_62.ts 500 undefined WatchType: Closed Script info -Info 72 [00:04:45.000] FileWatcher:: Added:: WatchInfo: /lib/a_63.ts 500 undefined WatchType: Closed Script info -Info 73 [00:04:46.000] FileWatcher:: Added:: WatchInfo: /lib/a_64.ts 500 undefined WatchType: Closed Script info -Info 74 [00:04:47.000] FileWatcher:: Added:: WatchInfo: /lib/a_65.ts 500 undefined WatchType: Closed Script info -Info 75 [00:04:48.000] FileWatcher:: Added:: WatchInfo: /lib/a_66.ts 500 undefined WatchType: Closed Script info -Info 76 [00:04:49.000] FileWatcher:: Added:: WatchInfo: /lib/a_67.ts 500 undefined WatchType: Closed Script info -Info 77 [00:04:50.000] FileWatcher:: Added:: WatchInfo: /lib/a_68.ts 500 undefined WatchType: Closed Script info -Info 78 [00:04:51.000] FileWatcher:: Added:: WatchInfo: /lib/a_69.ts 500 undefined WatchType: Closed Script info -Info 79 [00:04:52.000] FileWatcher:: Added:: WatchInfo: /lib/a_7.ts 500 undefined WatchType: Closed Script info -Info 80 [00:04:53.000] FileWatcher:: Added:: WatchInfo: /lib/a_70.ts 500 undefined WatchType: Closed Script info -Info 81 [00:04:54.000] FileWatcher:: Added:: WatchInfo: /lib/a_71.ts 500 undefined WatchType: Closed Script info -Info 82 [00:04:55.000] FileWatcher:: Added:: WatchInfo: /lib/a_72.ts 500 undefined WatchType: Closed Script info -Info 83 [00:04:56.000] FileWatcher:: Added:: WatchInfo: /lib/a_73.ts 500 undefined WatchType: Closed Script info -Info 84 [00:04:57.000] FileWatcher:: Added:: WatchInfo: /lib/a_74.ts 500 undefined WatchType: Closed Script info -Info 85 [00:04:58.000] FileWatcher:: Added:: WatchInfo: /lib/a_75.ts 500 undefined WatchType: Closed Script info -Info 86 [00:04:59.000] FileWatcher:: Added:: WatchInfo: /lib/a_76.ts 500 undefined WatchType: Closed Script info -Info 87 [00:05:00.000] FileWatcher:: Added:: WatchInfo: /lib/a_77.ts 500 undefined WatchType: Closed Script info -Info 88 [00:05:01.000] FileWatcher:: Added:: WatchInfo: /lib/a_78.ts 500 undefined WatchType: Closed Script info -Info 89 [00:05:02.000] FileWatcher:: Added:: WatchInfo: /lib/a_79.ts 500 undefined WatchType: Closed Script info -Info 90 [00:05:03.000] FileWatcher:: Added:: WatchInfo: /lib/a_8.ts 500 undefined WatchType: Closed Script info -Info 91 [00:05:04.000] FileWatcher:: Added:: WatchInfo: /lib/a_80.ts 500 undefined WatchType: Closed Script info -Info 92 [00:05:05.000] FileWatcher:: Added:: WatchInfo: /lib/a_81.ts 500 undefined WatchType: Closed Script info -Info 93 [00:05:06.000] FileWatcher:: Added:: WatchInfo: /lib/a_82.ts 500 undefined WatchType: Closed Script info -Info 94 [00:05:07.000] FileWatcher:: Added:: WatchInfo: /lib/a_83.ts 500 undefined WatchType: Closed Script info -Info 95 [00:05:08.000] FileWatcher:: Added:: WatchInfo: /lib/a_84.ts 500 undefined WatchType: Closed Script info -Info 96 [00:05:09.000] FileWatcher:: Added:: WatchInfo: /lib/a_85.ts 500 undefined WatchType: Closed Script info -Info 97 [00:05:10.000] FileWatcher:: Added:: WatchInfo: /lib/a_86.ts 500 undefined WatchType: Closed Script info -Info 98 [00:05:11.000] FileWatcher:: Added:: WatchInfo: /lib/a_87.ts 500 undefined WatchType: Closed Script info -Info 99 [00:05:12.000] FileWatcher:: Added:: WatchInfo: /lib/a_88.ts 500 undefined WatchType: Closed Script info -Info 100 [00:05:13.000] FileWatcher:: Added:: WatchInfo: /lib/a_89.ts 500 undefined WatchType: Closed Script info -Info 101 [00:05:14.000] FileWatcher:: Added:: WatchInfo: /lib/a_9.ts 500 undefined WatchType: Closed Script info -Info 102 [00:05:15.000] FileWatcher:: Added:: WatchInfo: /lib/a_90.ts 500 undefined WatchType: Closed Script info -Info 103 [00:05:16.000] FileWatcher:: Added:: WatchInfo: /lib/a_91.ts 500 undefined WatchType: Closed Script info -Info 104 [00:05:17.000] FileWatcher:: Added:: WatchInfo: /lib/a_92.ts 500 undefined WatchType: Closed Script info -Info 105 [00:05:18.000] FileWatcher:: Added:: WatchInfo: /lib/a_93.ts 500 undefined WatchType: Closed Script info -Info 106 [00:05:19.000] FileWatcher:: Added:: WatchInfo: /lib/a_94.ts 500 undefined WatchType: Closed Script info -Info 107 [00:05:20.000] FileWatcher:: Added:: WatchInfo: /lib/a_95.ts 500 undefined WatchType: Closed Script info -Info 108 [00:05:21.000] FileWatcher:: Added:: WatchInfo: /lib/a_96.ts 500 undefined WatchType: Closed Script info -Info 109 [00:05:22.000] FileWatcher:: Added:: WatchInfo: /lib/a_97.ts 500 undefined WatchType: Closed Script info -Info 110 [00:05:23.000] FileWatcher:: Added:: WatchInfo: /lib/a_98.ts 500 undefined WatchType: Closed Script info -Info 111 [00:05:24.000] FileWatcher:: Added:: WatchInfo: /lib/a_99.ts 500 undefined WatchType: Closed Script info -Info 112 [00:05:25.000] FileWatcher:: Added:: WatchInfo: /lib/foo/constants.d.ts 500 undefined WatchType: Closed Script info -Info 113 [00:05:26.000] Starting updateGraphWorker: Project: /tsconfig.json -Info 114 [00:05:27.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file -Info 115 [00:05:28.000] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 116 [00:05:29.000] Project '/tsconfig.json' (Configured) -Info 117 [00:05:30.000] Files (102) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_0.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_10.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_11.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_12.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_13.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_14.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_15.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_16.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_17.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_18.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_19.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_20.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_21.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_22.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_23.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_24.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_25.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_26.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_27.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_28.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_29.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_30.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_31.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_32.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_33.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_34.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_35.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_36.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_37.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_38.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_39.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_4.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_40.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_41.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_42.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_43.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_44.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_45.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_46.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_47.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_48.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_49.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_5.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_50.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_51.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_52.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_53.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_54.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_55.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_56.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_57.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_58.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_59.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_6.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_60.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_61.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_62.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_63.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_64.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_65.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_66.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_67.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_68.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_69.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_7.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_70.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_71.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_72.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_73.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_74.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_75.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_76.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_77.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_78.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_79.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_8.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_80.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_81.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_82.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_83.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_84.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_85.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_86.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_87.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_88.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_89.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_9.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_90.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_91.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_92.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_93.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_94.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_95.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_96.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_97.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_98.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_99.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/foo/constants.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (102) /index.ts SVC-1-0 "" /lib/a_0.ts Text-1 "export const S0_0 = 0;" /lib/a_1.ts Text-1 "export const S1_0 = 0;" @@ -879,15 +879,15 @@ Info 117 [00:05:30.000] Files (102) lib/foo/constants.d.ts Matched by default include pattern '**/*' -Info 118 [00:05:31.000] ----------------------------------------------- -Info 119 [00:05:32.000] Project '/tsconfig.json' (Configured) -Info 119 [00:05:33.000] Files (102) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (102) -Info 119 [00:05:34.000] ----------------------------------------------- -Info 119 [00:05:35.000] Open files: -Info 119 [00:05:36.000] FileName: /index.ts ProjectRootPath: undefined -Info 119 [00:05:37.000] Projects: /tsconfig.json -Info 119 [00:05:38.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1109,7 +1109,7 @@ FsWatchesRecursive:: Before request -Info 120 [00:05:39.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "updateOpen", "arguments": { @@ -1135,7 +1135,7 @@ Info 120 [00:05:39.000] request: "seq": 3, "type": "request" } -Info 121 [00:05:40.000] response: +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -1144,7 +1144,7 @@ After request Before request -Info 122 [00:05:41.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "completionInfo", "arguments": { @@ -1155,10 +1155,10 @@ Info 122 [00:05:41.000] request: "seq": 4, "type": "request" } -Info 123 [00:05:42.000] Starting updateGraphWorker: Project: /tsconfig.json -Info 124 [00:05:43.000] Finishing updateGraphWorker: Project: /tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 125 [00:05:44.000] Project '/tsconfig.json' (Configured) -Info 126 [00:05:45.000] Files (102) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (102) /index.ts SVC-1-1 "s" /lib/a_0.ts Text-1 "export const S0_0 = 0;" /lib/a_1.ts Text-1 "export const S1_0 = 0;" @@ -1262,18 +1262,18 @@ Info 126 [00:05:45.000] Files (102) /lib/a_99.ts Text-1 "export const S99_0 = 0;" /lib/foo/constants.d.ts Text-1 "\n type Signals = \"SIGINT\" | \"SIGABRT\";\n declare const exp: {} & { [K in Signals]: K };\n export = exp;" -Info 127 [00:05:46.000] ----------------------------------------------- -Info 128 [00:05:47.000] getCompletionData: Get current token: * -Info 129 [00:05:48.000] getCompletionData: Is inside comment: * -Info 130 [00:05:49.000] getCompletionData: Get previous token: * -Info 131 [00:05:50.000] getExportInfoMap: cache miss or empty; calculating new results -Info 132 [00:05:51.000] getExportInfoMap: done in * ms -Info 133 [00:05:52.000] collectAutoImports: resolved 100 module specifiers, plus 0 ambient and 3 from cache (100.0% hit rate) -Info 134 [00:05:53.000] collectAutoImports: response is incomplete -Info 135 [00:05:54.000] collectAutoImports: * -Info 136 [00:05:55.000] getCompletionData: Semantic work: * -Info 137 [00:05:56.000] getCompletionsAtPosition: getCompletionEntriesFromSymbols: * -Info 138 [00:05:57.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] getCompletionData: Get current token: * +Info seq [hh:mm:ss:mss] getCompletionData: Is inside comment: * +Info seq [hh:mm:ss:mss] getCompletionData: Get previous token: * +Info seq [hh:mm:ss:mss] getExportInfoMap: cache miss or empty; calculating new results +Info seq [hh:mm:ss:mss] getExportInfoMap: done in * ms +Info seq [hh:mm:ss:mss] collectAutoImports: resolved 100 module specifiers, plus 0 ambient and 3 from cache (100.0% hit rate) +Info seq [hh:mm:ss:mss] collectAutoImports: response is incomplete +Info seq [hh:mm:ss:mss] collectAutoImports: * +Info seq [hh:mm:ss:mss] getCompletionData: Semantic work: * +Info seq [hh:mm:ss:mss] getCompletionsAtPosition: getCompletionEntriesFromSymbols: * +Info seq [hh:mm:ss:mss] response: { "response": { "flags": 9, @@ -3735,7 +3735,7 @@ After request Before request -Info 139 [00:05:58.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "updateOpen", "arguments": { @@ -3761,7 +3761,7 @@ Info 139 [00:05:58.000] request: "seq": 5, "type": "request" } -Info 140 [00:05:59.000] response: +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -3770,7 +3770,7 @@ After request Before request -Info 141 [00:06:00.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "completionInfo", "arguments": { @@ -3782,10 +3782,10 @@ Info 141 [00:06:00.000] request: "seq": 6, "type": "request" } -Info 142 [00:06:01.000] Starting updateGraphWorker: Project: /tsconfig.json -Info 143 [00:06:02.000] Finishing updateGraphWorker: Project: /tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 144 [00:06:03.000] Project '/tsconfig.json' (Configured) -Info 145 [00:06:04.000] Files (102) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (102) /index.ts SVC-1-2 "si" /lib/a_0.ts Text-1 "export const S0_0 = 0;" /lib/a_1.ts Text-1 "export const S1_0 = 0;" @@ -3889,12 +3889,12 @@ Info 145 [00:06:04.000] Files (102) /lib/a_99.ts Text-1 "export const S99_0 = 0;" /lib/foo/constants.d.ts Text-1 "\n type Signals = \"SIGINT\" | \"SIGABRT\";\n declare const exp: {} & { [K in Signals]: K };\n export = exp;" -Info 146 [00:06:05.000] ----------------------------------------------- -Info 147 [00:06:06.000] getExportInfoMap: cache hit -Info 148 [00:06:07.000] continuePreviousIncompleteResponse: resolved 1 module specifiers, plus 0 ambient and 1 from cache -Info 149 [00:06:08.000] continuePreviousIncompleteResponse: response is complete -Info 150 [00:06:09.000] continuePreviousIncompleteResponse: * -Info 151 [00:06:10.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] getExportInfoMap: cache hit +Info seq [hh:mm:ss:mss] continuePreviousIncompleteResponse: resolved 1 module specifiers, plus 0 ambient and 1 from cache +Info seq [hh:mm:ss:mss] continuePreviousIncompleteResponse: response is complete +Info seq [hh:mm:ss:mss] continuePreviousIncompleteResponse: * +Info seq [hh:mm:ss:mss] response: { "response": { "flags": 13, diff --git a/tests/baselines/reference/tsserver/completionsIncomplete/works-with-PackageJsonAutoImportProvider.js b/tests/baselines/reference/tsserver/completionsIncomplete/works-with-PackageJsonAutoImportProvider.js index 4cd0754255997..951ba7982160f 100644 --- a/tests/baselines/reference/tsserver/completionsIncomplete/works-with-PackageJsonAutoImportProvider.js +++ b/tests/baselines/reference/tsserver/completionsIncomplete/works-with-PackageJsonAutoImportProvider.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:05:19.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/tsconfig.json] { "compilerOptions": { "module": "commonjs" } } @@ -517,7 +517,7 @@ export const depA_48__0 = 0; export const depA_49__0 = 0; -Info 1 [00:05:20.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "configure", "arguments": { @@ -532,9 +532,9 @@ Info 1 [00:05:20.000] request: "seq": 1, "type": "request" } -Info 2 [00:05:21.000] response: +Info seq [hh:mm:ss:mss] response: {"seq":0,"type":"response","command":"configure","request_seq":1,"success":true} -Info 3 [00:05:22.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -542,7 +542,7 @@ After request Before request -Info 4 [00:05:23.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -551,11 +551,11 @@ Info 4 [00:05:23.000] request: "seq": 2, "type": "request" } -Info 5 [00:05:24.000] Search path: / -Info 6 [00:05:25.000] For info: /index.ts :: Config file name: /tsconfig.json -Info 7 [00:05:26.000] Creating configuration project /tsconfig.json -Info 8 [00:05:27.000] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file -Info 9 [00:05:28.000] Config: /tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: / +Info seq [hh:mm:ss:mss] For info: /index.ts :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /tsconfig.json : { "rootNames": [ "/index.ts", "/lib/a_0.ts", @@ -664,113 +664,113 @@ Info 9 [00:05:28.000] Config: /tsconfig.json : { "configFilePath": "/tsconfig.json" } } -Info 10 [00:05:29.000] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 11 [00:05:30.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 12 [00:05:31.000] FileWatcher:: Added:: WatchInfo: /lib/a_0.ts 500 undefined WatchType: Closed Script info -Info 13 [00:05:32.000] FileWatcher:: Added:: WatchInfo: /lib/a_1.ts 500 undefined WatchType: Closed Script info -Info 14 [00:05:33.000] FileWatcher:: Added:: WatchInfo: /lib/a_10.ts 500 undefined WatchType: Closed Script info -Info 15 [00:05:34.000] FileWatcher:: Added:: WatchInfo: /lib/a_11.ts 500 undefined WatchType: Closed Script info -Info 16 [00:05:35.000] FileWatcher:: Added:: WatchInfo: /lib/a_12.ts 500 undefined WatchType: Closed Script info -Info 17 [00:05:36.000] FileWatcher:: Added:: WatchInfo: /lib/a_13.ts 500 undefined WatchType: Closed Script info -Info 18 [00:05:37.000] FileWatcher:: Added:: WatchInfo: /lib/a_14.ts 500 undefined WatchType: Closed Script info -Info 19 [00:05:38.000] FileWatcher:: Added:: WatchInfo: /lib/a_15.ts 500 undefined WatchType: Closed Script info -Info 20 [00:05:39.000] FileWatcher:: Added:: WatchInfo: /lib/a_16.ts 500 undefined WatchType: Closed Script info -Info 21 [00:05:40.000] FileWatcher:: Added:: WatchInfo: /lib/a_17.ts 500 undefined WatchType: Closed Script info -Info 22 [00:05:41.000] FileWatcher:: Added:: WatchInfo: /lib/a_18.ts 500 undefined WatchType: Closed Script info -Info 23 [00:05:42.000] FileWatcher:: Added:: WatchInfo: /lib/a_19.ts 500 undefined WatchType: Closed Script info -Info 24 [00:05:43.000] FileWatcher:: Added:: WatchInfo: /lib/a_2.ts 500 undefined WatchType: Closed Script info -Info 25 [00:05:44.000] FileWatcher:: Added:: WatchInfo: /lib/a_20.ts 500 undefined WatchType: Closed Script info -Info 26 [00:05:45.000] FileWatcher:: Added:: WatchInfo: /lib/a_21.ts 500 undefined WatchType: Closed Script info -Info 27 [00:05:46.000] FileWatcher:: Added:: WatchInfo: /lib/a_22.ts 500 undefined WatchType: Closed Script info -Info 28 [00:05:47.000] FileWatcher:: Added:: WatchInfo: /lib/a_23.ts 500 undefined WatchType: Closed Script info -Info 29 [00:05:48.000] FileWatcher:: Added:: WatchInfo: /lib/a_24.ts 500 undefined WatchType: Closed Script info -Info 30 [00:05:49.000] FileWatcher:: Added:: WatchInfo: /lib/a_25.ts 500 undefined WatchType: Closed Script info -Info 31 [00:05:50.000] FileWatcher:: Added:: WatchInfo: /lib/a_26.ts 500 undefined WatchType: Closed Script info -Info 32 [00:05:51.000] FileWatcher:: Added:: WatchInfo: /lib/a_27.ts 500 undefined WatchType: Closed Script info -Info 33 [00:05:52.000] FileWatcher:: Added:: WatchInfo: /lib/a_28.ts 500 undefined WatchType: Closed Script info -Info 34 [00:05:53.000] FileWatcher:: Added:: WatchInfo: /lib/a_29.ts 500 undefined WatchType: Closed Script info -Info 35 [00:05:54.000] FileWatcher:: Added:: WatchInfo: /lib/a_3.ts 500 undefined WatchType: Closed Script info -Info 36 [00:05:55.000] FileWatcher:: Added:: WatchInfo: /lib/a_30.ts 500 undefined WatchType: Closed Script info -Info 37 [00:05:56.000] FileWatcher:: Added:: WatchInfo: /lib/a_31.ts 500 undefined WatchType: Closed Script info -Info 38 [00:05:57.000] FileWatcher:: Added:: WatchInfo: /lib/a_32.ts 500 undefined WatchType: Closed Script info -Info 39 [00:05:58.000] FileWatcher:: Added:: WatchInfo: /lib/a_33.ts 500 undefined WatchType: Closed Script info -Info 40 [00:05:59.000] FileWatcher:: Added:: WatchInfo: /lib/a_34.ts 500 undefined WatchType: Closed Script info -Info 41 [00:06:00.000] FileWatcher:: Added:: WatchInfo: /lib/a_35.ts 500 undefined WatchType: Closed Script info -Info 42 [00:06:01.000] FileWatcher:: Added:: WatchInfo: /lib/a_36.ts 500 undefined WatchType: Closed Script info -Info 43 [00:06:02.000] FileWatcher:: Added:: WatchInfo: /lib/a_37.ts 500 undefined WatchType: Closed Script info -Info 44 [00:06:03.000] FileWatcher:: Added:: WatchInfo: /lib/a_38.ts 500 undefined WatchType: Closed Script info -Info 45 [00:06:04.000] FileWatcher:: Added:: WatchInfo: /lib/a_39.ts 500 undefined WatchType: Closed Script info -Info 46 [00:06:05.000] FileWatcher:: Added:: WatchInfo: /lib/a_4.ts 500 undefined WatchType: Closed Script info -Info 47 [00:06:06.000] FileWatcher:: Added:: WatchInfo: /lib/a_40.ts 500 undefined WatchType: Closed Script info -Info 48 [00:06:07.000] FileWatcher:: Added:: WatchInfo: /lib/a_41.ts 500 undefined WatchType: Closed Script info -Info 49 [00:06:08.000] FileWatcher:: Added:: WatchInfo: /lib/a_42.ts 500 undefined WatchType: Closed Script info -Info 50 [00:06:09.000] FileWatcher:: Added:: WatchInfo: /lib/a_43.ts 500 undefined WatchType: Closed Script info -Info 51 [00:06:10.000] FileWatcher:: Added:: WatchInfo: /lib/a_44.ts 500 undefined WatchType: Closed Script info -Info 52 [00:06:11.000] FileWatcher:: Added:: WatchInfo: /lib/a_45.ts 500 undefined WatchType: Closed Script info -Info 53 [00:06:12.000] FileWatcher:: Added:: WatchInfo: /lib/a_46.ts 500 undefined WatchType: Closed Script info -Info 54 [00:06:13.000] FileWatcher:: Added:: WatchInfo: /lib/a_47.ts 500 undefined WatchType: Closed Script info -Info 55 [00:06:14.000] FileWatcher:: Added:: WatchInfo: /lib/a_48.ts 500 undefined WatchType: Closed Script info -Info 56 [00:06:15.000] FileWatcher:: Added:: WatchInfo: /lib/a_49.ts 500 undefined WatchType: Closed Script info -Info 57 [00:06:16.000] FileWatcher:: Added:: WatchInfo: /lib/a_5.ts 500 undefined WatchType: Closed Script info -Info 58 [00:06:17.000] FileWatcher:: Added:: WatchInfo: /lib/a_50.ts 500 undefined WatchType: Closed Script info -Info 59 [00:06:18.000] FileWatcher:: Added:: WatchInfo: /lib/a_51.ts 500 undefined WatchType: Closed Script info -Info 60 [00:06:19.000] FileWatcher:: Added:: WatchInfo: /lib/a_52.ts 500 undefined WatchType: Closed Script info -Info 61 [00:06:20.000] FileWatcher:: Added:: WatchInfo: /lib/a_53.ts 500 undefined WatchType: Closed Script info -Info 62 [00:06:21.000] FileWatcher:: Added:: WatchInfo: /lib/a_54.ts 500 undefined WatchType: Closed Script info -Info 63 [00:06:22.000] FileWatcher:: Added:: WatchInfo: /lib/a_55.ts 500 undefined WatchType: Closed Script info -Info 64 [00:06:23.000] FileWatcher:: Added:: WatchInfo: /lib/a_56.ts 500 undefined WatchType: Closed Script info -Info 65 [00:06:24.000] FileWatcher:: Added:: WatchInfo: /lib/a_57.ts 500 undefined WatchType: Closed Script info -Info 66 [00:06:25.000] FileWatcher:: Added:: WatchInfo: /lib/a_58.ts 500 undefined WatchType: Closed Script info -Info 67 [00:06:26.000] FileWatcher:: Added:: WatchInfo: /lib/a_59.ts 500 undefined WatchType: Closed Script info -Info 68 [00:06:27.000] FileWatcher:: Added:: WatchInfo: /lib/a_6.ts 500 undefined WatchType: Closed Script info -Info 69 [00:06:28.000] FileWatcher:: Added:: WatchInfo: /lib/a_60.ts 500 undefined WatchType: Closed Script info -Info 70 [00:06:29.000] FileWatcher:: Added:: WatchInfo: /lib/a_61.ts 500 undefined WatchType: Closed Script info -Info 71 [00:06:30.000] FileWatcher:: Added:: WatchInfo: /lib/a_62.ts 500 undefined WatchType: Closed Script info -Info 72 [00:06:31.000] FileWatcher:: Added:: WatchInfo: /lib/a_63.ts 500 undefined WatchType: Closed Script info -Info 73 [00:06:32.000] FileWatcher:: Added:: WatchInfo: /lib/a_64.ts 500 undefined WatchType: Closed Script info -Info 74 [00:06:33.000] FileWatcher:: Added:: WatchInfo: /lib/a_65.ts 500 undefined WatchType: Closed Script info -Info 75 [00:06:34.000] FileWatcher:: Added:: WatchInfo: /lib/a_66.ts 500 undefined WatchType: Closed Script info -Info 76 [00:06:35.000] FileWatcher:: Added:: WatchInfo: /lib/a_67.ts 500 undefined WatchType: Closed Script info -Info 77 [00:06:36.000] FileWatcher:: Added:: WatchInfo: /lib/a_68.ts 500 undefined WatchType: Closed Script info -Info 78 [00:06:37.000] FileWatcher:: Added:: WatchInfo: /lib/a_69.ts 500 undefined WatchType: Closed Script info -Info 79 [00:06:38.000] FileWatcher:: Added:: WatchInfo: /lib/a_7.ts 500 undefined WatchType: Closed Script info -Info 80 [00:06:39.000] FileWatcher:: Added:: WatchInfo: /lib/a_70.ts 500 undefined WatchType: Closed Script info -Info 81 [00:06:40.000] FileWatcher:: Added:: WatchInfo: /lib/a_71.ts 500 undefined WatchType: Closed Script info -Info 82 [00:06:41.000] FileWatcher:: Added:: WatchInfo: /lib/a_72.ts 500 undefined WatchType: Closed Script info -Info 83 [00:06:42.000] FileWatcher:: Added:: WatchInfo: /lib/a_73.ts 500 undefined WatchType: Closed Script info -Info 84 [00:06:43.000] FileWatcher:: Added:: WatchInfo: /lib/a_74.ts 500 undefined WatchType: Closed Script info -Info 85 [00:06:44.000] FileWatcher:: Added:: WatchInfo: /lib/a_75.ts 500 undefined WatchType: Closed Script info -Info 86 [00:06:45.000] FileWatcher:: Added:: WatchInfo: /lib/a_76.ts 500 undefined WatchType: Closed Script info -Info 87 [00:06:46.000] FileWatcher:: Added:: WatchInfo: /lib/a_77.ts 500 undefined WatchType: Closed Script info -Info 88 [00:06:47.000] FileWatcher:: Added:: WatchInfo: /lib/a_78.ts 500 undefined WatchType: Closed Script info -Info 89 [00:06:48.000] FileWatcher:: Added:: WatchInfo: /lib/a_79.ts 500 undefined WatchType: Closed Script info -Info 90 [00:06:49.000] FileWatcher:: Added:: WatchInfo: /lib/a_8.ts 500 undefined WatchType: Closed Script info -Info 91 [00:06:50.000] FileWatcher:: Added:: WatchInfo: /lib/a_80.ts 500 undefined WatchType: Closed Script info -Info 92 [00:06:51.000] FileWatcher:: Added:: WatchInfo: /lib/a_81.ts 500 undefined WatchType: Closed Script info -Info 93 [00:06:52.000] FileWatcher:: Added:: WatchInfo: /lib/a_82.ts 500 undefined WatchType: Closed Script info -Info 94 [00:06:53.000] FileWatcher:: Added:: WatchInfo: /lib/a_83.ts 500 undefined WatchType: Closed Script info -Info 95 [00:06:54.000] FileWatcher:: Added:: WatchInfo: /lib/a_84.ts 500 undefined WatchType: Closed Script info -Info 96 [00:06:55.000] FileWatcher:: Added:: WatchInfo: /lib/a_85.ts 500 undefined WatchType: Closed Script info -Info 97 [00:06:56.000] FileWatcher:: Added:: WatchInfo: /lib/a_86.ts 500 undefined WatchType: Closed Script info -Info 98 [00:06:57.000] FileWatcher:: Added:: WatchInfo: /lib/a_87.ts 500 undefined WatchType: Closed Script info -Info 99 [00:06:58.000] FileWatcher:: Added:: WatchInfo: /lib/a_88.ts 500 undefined WatchType: Closed Script info -Info 100 [00:06:59.000] FileWatcher:: Added:: WatchInfo: /lib/a_89.ts 500 undefined WatchType: Closed Script info -Info 101 [00:07:00.000] FileWatcher:: Added:: WatchInfo: /lib/a_9.ts 500 undefined WatchType: Closed Script info -Info 102 [00:07:01.000] FileWatcher:: Added:: WatchInfo: /lib/a_90.ts 500 undefined WatchType: Closed Script info -Info 103 [00:07:02.000] FileWatcher:: Added:: WatchInfo: /lib/a_91.ts 500 undefined WatchType: Closed Script info -Info 104 [00:07:03.000] FileWatcher:: Added:: WatchInfo: /lib/a_92.ts 500 undefined WatchType: Closed Script info -Info 105 [00:07:04.000] FileWatcher:: Added:: WatchInfo: /lib/a_93.ts 500 undefined WatchType: Closed Script info -Info 106 [00:07:05.000] FileWatcher:: Added:: WatchInfo: /lib/a_94.ts 500 undefined WatchType: Closed Script info -Info 107 [00:07:06.000] FileWatcher:: Added:: WatchInfo: /lib/a_95.ts 500 undefined WatchType: Closed Script info -Info 108 [00:07:07.000] FileWatcher:: Added:: WatchInfo: /lib/a_96.ts 500 undefined WatchType: Closed Script info -Info 109 [00:07:08.000] FileWatcher:: Added:: WatchInfo: /lib/a_97.ts 500 undefined WatchType: Closed Script info -Info 110 [00:07:09.000] FileWatcher:: Added:: WatchInfo: /lib/a_98.ts 500 undefined WatchType: Closed Script info -Info 111 [00:07:10.000] FileWatcher:: Added:: WatchInfo: /lib/a_99.ts 500 undefined WatchType: Closed Script info -Info 112 [00:07:11.000] Starting updateGraphWorker: Project: /tsconfig.json -Info 113 [00:07:12.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file -Info 114 [00:07:13.000] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 115 [00:07:14.000] Project '/tsconfig.json' (Configured) -Info 116 [00:07:15.000] Files (101) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_0.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_10.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_11.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_12.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_13.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_14.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_15.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_16.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_17.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_18.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_19.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_20.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_21.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_22.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_23.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_24.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_25.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_26.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_27.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_28.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_29.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_30.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_31.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_32.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_33.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_34.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_35.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_36.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_37.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_38.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_39.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_4.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_40.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_41.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_42.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_43.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_44.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_45.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_46.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_47.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_48.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_49.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_5.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_50.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_51.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_52.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_53.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_54.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_55.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_56.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_57.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_58.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_59.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_6.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_60.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_61.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_62.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_63.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_64.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_65.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_66.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_67.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_68.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_69.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_7.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_70.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_71.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_72.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_73.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_74.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_75.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_76.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_77.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_78.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_79.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_8.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_80.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_81.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_82.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_83.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_84.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_85.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_86.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_87.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_88.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_89.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_9.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_90.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_91.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_92.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_93.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_94.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_95.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_96.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_97.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_98.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_99.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (101) /index.ts SVC-1-0 "" /lib/a_0.ts Text-1 "export const aa_0__0 = 0;" /lib/a_1.ts Text-1 "export const aa_1__0 = 0;" @@ -1077,15 +1077,15 @@ Info 116 [00:07:15.000] Files (101) lib/a_99.ts Matched by default include pattern '**/*' -Info 117 [00:07:16.000] ----------------------------------------------- -Info 118 [00:07:17.000] FileWatcher:: Added:: WatchInfo: /package.json 250 undefined WatchType: package.json file -Info 119 [00:07:18.000] AutoImportProviderProject: found 1 root files in 1 dependencies in * ms -Info 120 [00:07:19.000] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 121 [00:07:20.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 122 [00:07:21.000] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* -Info 123 [00:07:22.000] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 124 [00:07:23.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 125 [00:07:24.000] Files (51) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /package.json 250 undefined WatchType: package.json file +Info seq [hh:mm:ss:mss] AutoImportProviderProject: found 1 root files in 1 dependencies in * ms +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (51) /node_modules/dep-a/file_0.ts Text-1 "export const depA_0__0 = 0;" /node_modules/dep-a/file_1.ts Text-1 "export const depA_1__0 = 0;" /node_modules/dep-a/file_2.ts Text-1 "export const depA_2__0 = 0;" @@ -1242,19 +1242,19 @@ Info 125 [00:07:24.000] Files (51) node_modules/dep-a/index.d.ts Root file specified for compilation -Info 126 [00:07:25.000] ----------------------------------------------- -Info 127 [00:07:26.000] Project '/tsconfig.json' (Configured) -Info 127 [00:07:27.000] Files (101) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (101) -Info 127 [00:07:28.000] ----------------------------------------------- -Info 127 [00:07:29.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 127 [00:07:30.000] Files (51) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (51) -Info 127 [00:07:31.000] ----------------------------------------------- -Info 127 [00:07:32.000] Open files: -Info 127 [00:07:33.000] FileName: /index.ts ProjectRootPath: undefined -Info 127 [00:07:34.000] Projects: /tsconfig.json -Info 127 [00:07:35.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1478,7 +1478,7 @@ FsWatchesRecursive:: Before request -Info 128 [00:07:36.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "updateOpen", "arguments": { @@ -1504,7 +1504,7 @@ Info 128 [00:07:36.000] request: "seq": 3, "type": "request" } -Info 129 [00:07:37.000] response: +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -1513,7 +1513,7 @@ After request Before request -Info 130 [00:07:38.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "completionInfo", "arguments": { @@ -1524,10 +1524,10 @@ Info 130 [00:07:38.000] request: "seq": 4, "type": "request" } -Info 131 [00:07:39.000] Starting updateGraphWorker: Project: /tsconfig.json -Info 132 [00:07:40.000] Finishing updateGraphWorker: Project: /tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 133 [00:07:41.000] Project '/tsconfig.json' (Configured) -Info 134 [00:07:42.000] Files (101) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (101) /index.ts SVC-1-1 "a" /lib/a_0.ts Text-1 "export const aa_0__0 = 0;" /lib/a_1.ts Text-1 "export const aa_1__0 = 0;" @@ -1630,23 +1630,23 @@ Info 134 [00:07:42.000] Files (101) /lib/a_98.ts Text-1 "export const aa_98__0 = 0;" /lib/a_99.ts Text-1 "export const aa_99__0 = 0;" -Info 135 [00:07:43.000] ----------------------------------------------- -Info 136 [00:07:44.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 137 [00:07:45.000] Files (51) - -Info 138 [00:07:46.000] ----------------------------------------------- -Info 139 [00:07:47.000] getCompletionData: Get current token: * -Info 140 [00:07:48.000] getCompletionData: Is inside comment: * -Info 141 [00:07:49.000] getCompletionData: Get previous token: * -Info 142 [00:07:50.000] getExportInfoMap: cache miss or empty; calculating new results -Info 143 [00:07:51.000] forEachExternalModuleToImportFrom autoImportProvider: * -Info 144 [00:07:52.000] getExportInfoMap: done in * ms -Info 145 [00:07:53.000] collectAutoImports: resolved 100 module specifiers, plus 0 ambient and 101 from cache (198.0% hit rate) -Info 146 [00:07:54.000] collectAutoImports: response is incomplete -Info 147 [00:07:55.000] collectAutoImports: * -Info 148 [00:07:56.000] getCompletionData: Semantic work: * -Info 149 [00:07:57.000] getCompletionsAtPosition: getCompletionEntriesFromSymbols: * -Info 150 [00:07:58.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (51) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] getCompletionData: Get current token: * +Info seq [hh:mm:ss:mss] getCompletionData: Is inside comment: * +Info seq [hh:mm:ss:mss] getCompletionData: Get previous token: * +Info seq [hh:mm:ss:mss] getExportInfoMap: cache miss or empty; calculating new results +Info seq [hh:mm:ss:mss] forEachExternalModuleToImportFrom autoImportProvider: * +Info seq [hh:mm:ss:mss] getExportInfoMap: done in * ms +Info seq [hh:mm:ss:mss] collectAutoImports: resolved 100 module specifiers, plus 0 ambient and 101 from cache (198.0% hit rate) +Info seq [hh:mm:ss:mss] collectAutoImports: response is incomplete +Info seq [hh:mm:ss:mss] collectAutoImports: * +Info seq [hh:mm:ss:mss] getCompletionData: Semantic work: * +Info seq [hh:mm:ss:mss] getCompletionsAtPosition: getCompletionEntriesFromSymbols: * +Info seq [hh:mm:ss:mss] response: { "response": { "flags": 9, @@ -4834,7 +4834,7 @@ After request Before request -Info 151 [00:07:59.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "updateOpen", "arguments": { @@ -4860,7 +4860,7 @@ Info 151 [00:07:59.000] request: "seq": 5, "type": "request" } -Info 152 [00:08:00.000] response: +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -4869,7 +4869,7 @@ After request Before request -Info 153 [00:08:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "completionInfo", "arguments": { @@ -4881,10 +4881,10 @@ Info 153 [00:08:01.000] request: "seq": 6, "type": "request" } -Info 154 [00:08:02.000] Starting updateGraphWorker: Project: /tsconfig.json -Info 155 [00:08:03.000] Finishing updateGraphWorker: Project: /tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 156 [00:08:04.000] Project '/tsconfig.json' (Configured) -Info 157 [00:08:05.000] Files (101) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (101) /index.ts SVC-1-2 "a_" /lib/a_0.ts Text-1 "export const aa_0__0 = 0;" /lib/a_1.ts Text-1 "export const aa_1__0 = 0;" @@ -4987,16 +4987,16 @@ Info 157 [00:08:05.000] Files (101) /lib/a_98.ts Text-1 "export const aa_98__0 = 0;" /lib/a_99.ts Text-1 "export const aa_99__0 = 0;" -Info 158 [00:08:06.000] ----------------------------------------------- -Info 159 [00:08:07.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 160 [00:08:08.000] Files (51) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (51) -Info 161 [00:08:09.000] ----------------------------------------------- -Info 162 [00:08:10.000] getExportInfoMap: cache hit -Info 163 [00:08:11.000] continuePreviousIncompleteResponse: resolved 51 module specifiers, plus 0 ambient and 49 from cache -Info 164 [00:08:12.000] continuePreviousIncompleteResponse: response is complete -Info 165 [00:08:13.000] continuePreviousIncompleteResponse: * -Info 166 [00:08:14.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] getExportInfoMap: cache hit +Info seq [hh:mm:ss:mss] continuePreviousIncompleteResponse: resolved 51 module specifiers, plus 0 ambient and 49 from cache +Info seq [hh:mm:ss:mss] continuePreviousIncompleteResponse: response is complete +Info seq [hh:mm:ss:mss] continuePreviousIncompleteResponse: * +Info seq [hh:mm:ss:mss] response: { "response": { "flags": 13, @@ -8518,7 +8518,7 @@ After request Before request -Info 167 [00:08:15.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "completionEntryDetails", "arguments": { @@ -8542,8 +8542,8 @@ Info 167 [00:08:15.000] request: "seq": 7, "type": "request" } -Info 168 [00:08:16.000] getExportInfoMap: cache hit -Info 169 [00:08:17.000] response: +Info seq [hh:mm:ss:mss] getExportInfoMap: cache hit +Info seq [hh:mm:ss:mss] response: { "response": [ { diff --git a/tests/baselines/reference/tsserver/completionsIncomplete/works.js b/tests/baselines/reference/tsserver/completionsIncomplete/works.js index 3da083ba46d03..374fd8ea9bcd8 100644 --- a/tests/baselines/reference/tsserver/completionsIncomplete/works.js +++ b/tests/baselines/reference/tsserver/completionsIncomplete/works.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:08:29.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/tsconfig.json] { "compilerOptions": { "module": "commonjs" } } @@ -758,7 +758,7 @@ export const aa_248__0 = 0; export const aa_249__0 = 0; -Info 1 [00:08:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "configure", "arguments": { @@ -773,9 +773,9 @@ Info 1 [00:08:30.000] request: "seq": 1, "type": "request" } -Info 2 [00:08:31.000] response: +Info seq [hh:mm:ss:mss] response: {"seq":0,"type":"response","command":"configure","request_seq":1,"success":true} -Info 3 [00:08:32.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -783,7 +783,7 @@ After request Before request -Info 4 [00:08:33.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -792,11 +792,11 @@ Info 4 [00:08:33.000] request: "seq": 2, "type": "request" } -Info 5 [00:08:34.000] Search path: / -Info 6 [00:08:35.000] For info: /index.ts :: Config file name: /tsconfig.json -Info 7 [00:08:36.000] Creating configuration project /tsconfig.json -Info 8 [00:08:37.000] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file -Info 9 [00:08:38.000] Config: /tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: / +Info seq [hh:mm:ss:mss] For info: /index.ts :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /tsconfig.json : { "rootNames": [ "/index.ts", "/lib/a_0.ts", @@ -1055,263 +1055,263 @@ Info 9 [00:08:38.000] Config: /tsconfig.json : { "configFilePath": "/tsconfig.json" } } -Info 10 [00:08:39.000] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 11 [00:08:40.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 12 [00:08:41.000] FileWatcher:: Added:: WatchInfo: /lib/a_0.ts 500 undefined WatchType: Closed Script info -Info 13 [00:08:42.000] FileWatcher:: Added:: WatchInfo: /lib/a_1.ts 500 undefined WatchType: Closed Script info -Info 14 [00:08:43.000] FileWatcher:: Added:: WatchInfo: /lib/a_10.ts 500 undefined WatchType: Closed Script info -Info 15 [00:08:44.000] FileWatcher:: Added:: WatchInfo: /lib/a_100.ts 500 undefined WatchType: Closed Script info -Info 16 [00:08:45.000] FileWatcher:: Added:: WatchInfo: /lib/a_101.ts 500 undefined WatchType: Closed Script info -Info 17 [00:08:46.000] FileWatcher:: Added:: WatchInfo: /lib/a_102.ts 500 undefined WatchType: Closed Script info -Info 18 [00:08:47.000] FileWatcher:: Added:: WatchInfo: /lib/a_103.ts 500 undefined WatchType: Closed Script info -Info 19 [00:08:48.000] FileWatcher:: Added:: WatchInfo: /lib/a_104.ts 500 undefined WatchType: Closed Script info -Info 20 [00:08:49.000] FileWatcher:: Added:: WatchInfo: /lib/a_105.ts 500 undefined WatchType: Closed Script info -Info 21 [00:08:50.000] FileWatcher:: Added:: WatchInfo: /lib/a_106.ts 500 undefined WatchType: Closed Script info -Info 22 [00:08:51.000] FileWatcher:: Added:: WatchInfo: /lib/a_107.ts 500 undefined WatchType: Closed Script info -Info 23 [00:08:52.000] FileWatcher:: Added:: WatchInfo: /lib/a_108.ts 500 undefined WatchType: Closed Script info -Info 24 [00:08:53.000] FileWatcher:: Added:: WatchInfo: /lib/a_109.ts 500 undefined WatchType: Closed Script info -Info 25 [00:08:54.000] FileWatcher:: Added:: WatchInfo: /lib/a_11.ts 500 undefined WatchType: Closed Script info -Info 26 [00:08:55.000] FileWatcher:: Added:: WatchInfo: /lib/a_110.ts 500 undefined WatchType: Closed Script info -Info 27 [00:08:56.000] FileWatcher:: Added:: WatchInfo: /lib/a_111.ts 500 undefined WatchType: Closed Script info -Info 28 [00:08:57.000] FileWatcher:: Added:: WatchInfo: /lib/a_112.ts 500 undefined WatchType: Closed Script info -Info 29 [00:08:58.000] FileWatcher:: Added:: WatchInfo: /lib/a_113.ts 500 undefined WatchType: Closed Script info -Info 30 [00:08:59.000] FileWatcher:: Added:: WatchInfo: /lib/a_114.ts 500 undefined WatchType: Closed Script info -Info 31 [00:09:00.000] FileWatcher:: Added:: WatchInfo: /lib/a_115.ts 500 undefined WatchType: Closed Script info -Info 32 [00:09:01.000] FileWatcher:: Added:: WatchInfo: /lib/a_116.ts 500 undefined WatchType: Closed Script info -Info 33 [00:09:02.000] FileWatcher:: Added:: WatchInfo: /lib/a_117.ts 500 undefined WatchType: Closed Script info -Info 34 [00:09:03.000] FileWatcher:: Added:: WatchInfo: /lib/a_118.ts 500 undefined WatchType: Closed Script info -Info 35 [00:09:04.000] FileWatcher:: Added:: WatchInfo: /lib/a_119.ts 500 undefined WatchType: Closed Script info -Info 36 [00:09:05.000] FileWatcher:: Added:: WatchInfo: /lib/a_12.ts 500 undefined WatchType: Closed Script info -Info 37 [00:09:06.000] FileWatcher:: Added:: WatchInfo: /lib/a_120.ts 500 undefined WatchType: Closed Script info -Info 38 [00:09:07.000] FileWatcher:: Added:: WatchInfo: /lib/a_121.ts 500 undefined WatchType: Closed Script info -Info 39 [00:09:08.000] FileWatcher:: Added:: WatchInfo: /lib/a_122.ts 500 undefined WatchType: Closed Script info -Info 40 [00:09:09.000] FileWatcher:: Added:: WatchInfo: /lib/a_123.ts 500 undefined WatchType: Closed Script info -Info 41 [00:09:10.000] FileWatcher:: Added:: WatchInfo: /lib/a_124.ts 500 undefined WatchType: Closed Script info -Info 42 [00:09:11.000] FileWatcher:: Added:: WatchInfo: /lib/a_125.ts 500 undefined WatchType: Closed Script info -Info 43 [00:09:12.000] FileWatcher:: Added:: WatchInfo: /lib/a_126.ts 500 undefined WatchType: Closed Script info -Info 44 [00:09:13.000] FileWatcher:: Added:: WatchInfo: /lib/a_127.ts 500 undefined WatchType: Closed Script info -Info 45 [00:09:14.000] FileWatcher:: Added:: WatchInfo: /lib/a_128.ts 500 undefined WatchType: Closed Script info -Info 46 [00:09:15.000] FileWatcher:: Added:: WatchInfo: /lib/a_129.ts 500 undefined WatchType: Closed Script info -Info 47 [00:09:16.000] FileWatcher:: Added:: WatchInfo: /lib/a_13.ts 500 undefined WatchType: Closed Script info -Info 48 [00:09:17.000] FileWatcher:: Added:: WatchInfo: /lib/a_130.ts 500 undefined WatchType: Closed Script info -Info 49 [00:09:18.000] FileWatcher:: Added:: WatchInfo: /lib/a_131.ts 500 undefined WatchType: Closed Script info -Info 50 [00:09:19.000] FileWatcher:: Added:: WatchInfo: /lib/a_132.ts 500 undefined WatchType: Closed Script info -Info 51 [00:09:20.000] FileWatcher:: Added:: WatchInfo: /lib/a_133.ts 500 undefined WatchType: Closed Script info -Info 52 [00:09:21.000] FileWatcher:: Added:: WatchInfo: /lib/a_134.ts 500 undefined WatchType: Closed Script info -Info 53 [00:09:22.000] FileWatcher:: Added:: WatchInfo: /lib/a_135.ts 500 undefined WatchType: Closed Script info -Info 54 [00:09:23.000] FileWatcher:: Added:: WatchInfo: /lib/a_136.ts 500 undefined WatchType: Closed Script info -Info 55 [00:09:24.000] FileWatcher:: Added:: WatchInfo: /lib/a_137.ts 500 undefined WatchType: Closed Script info -Info 56 [00:09:25.000] FileWatcher:: Added:: WatchInfo: /lib/a_138.ts 500 undefined WatchType: Closed Script info -Info 57 [00:09:26.000] FileWatcher:: Added:: WatchInfo: /lib/a_139.ts 500 undefined WatchType: Closed Script info -Info 58 [00:09:27.000] FileWatcher:: Added:: WatchInfo: /lib/a_14.ts 500 undefined WatchType: Closed Script info -Info 59 [00:09:28.000] FileWatcher:: Added:: WatchInfo: /lib/a_140.ts 500 undefined WatchType: Closed Script info -Info 60 [00:09:29.000] FileWatcher:: Added:: WatchInfo: /lib/a_141.ts 500 undefined WatchType: Closed Script info -Info 61 [00:09:30.000] FileWatcher:: Added:: WatchInfo: /lib/a_142.ts 500 undefined WatchType: Closed Script info -Info 62 [00:09:31.000] FileWatcher:: Added:: WatchInfo: /lib/a_143.ts 500 undefined WatchType: Closed Script info -Info 63 [00:09:32.000] FileWatcher:: Added:: WatchInfo: /lib/a_144.ts 500 undefined WatchType: Closed Script info -Info 64 [00:09:33.000] FileWatcher:: Added:: WatchInfo: /lib/a_145.ts 500 undefined WatchType: Closed Script info -Info 65 [00:09:34.000] FileWatcher:: Added:: WatchInfo: /lib/a_146.ts 500 undefined WatchType: Closed Script info -Info 66 [00:09:35.000] FileWatcher:: Added:: WatchInfo: /lib/a_147.ts 500 undefined WatchType: Closed Script info -Info 67 [00:09:36.000] FileWatcher:: Added:: WatchInfo: /lib/a_148.ts 500 undefined WatchType: Closed Script info -Info 68 [00:09:37.000] FileWatcher:: Added:: WatchInfo: /lib/a_149.ts 500 undefined WatchType: Closed Script info -Info 69 [00:09:38.000] FileWatcher:: Added:: WatchInfo: /lib/a_15.ts 500 undefined WatchType: Closed Script info -Info 70 [00:09:39.000] FileWatcher:: Added:: WatchInfo: /lib/a_150.ts 500 undefined WatchType: Closed Script info -Info 71 [00:09:40.000] FileWatcher:: Added:: WatchInfo: /lib/a_151.ts 500 undefined WatchType: Closed Script info -Info 72 [00:09:41.000] FileWatcher:: Added:: WatchInfo: /lib/a_152.ts 500 undefined WatchType: Closed Script info -Info 73 [00:09:42.000] FileWatcher:: Added:: WatchInfo: /lib/a_153.ts 500 undefined WatchType: Closed Script info -Info 74 [00:09:43.000] FileWatcher:: Added:: WatchInfo: /lib/a_154.ts 500 undefined WatchType: Closed Script info -Info 75 [00:09:44.000] FileWatcher:: Added:: WatchInfo: /lib/a_155.ts 500 undefined WatchType: Closed Script info -Info 76 [00:09:45.000] FileWatcher:: Added:: WatchInfo: /lib/a_156.ts 500 undefined WatchType: Closed Script info -Info 77 [00:09:46.000] FileWatcher:: Added:: WatchInfo: /lib/a_157.ts 500 undefined WatchType: Closed Script info -Info 78 [00:09:47.000] FileWatcher:: Added:: WatchInfo: /lib/a_158.ts 500 undefined WatchType: Closed Script info -Info 79 [00:09:48.000] FileWatcher:: Added:: WatchInfo: /lib/a_159.ts 500 undefined WatchType: Closed Script info -Info 80 [00:09:49.000] FileWatcher:: Added:: WatchInfo: /lib/a_16.ts 500 undefined WatchType: Closed Script info -Info 81 [00:09:50.000] FileWatcher:: Added:: WatchInfo: /lib/a_160.ts 500 undefined WatchType: Closed Script info -Info 82 [00:09:51.000] FileWatcher:: Added:: WatchInfo: /lib/a_161.ts 500 undefined WatchType: Closed Script info -Info 83 [00:09:52.000] FileWatcher:: Added:: WatchInfo: /lib/a_162.ts 500 undefined WatchType: Closed Script info -Info 84 [00:09:53.000] FileWatcher:: Added:: WatchInfo: /lib/a_163.ts 500 undefined WatchType: Closed Script info -Info 85 [00:09:54.000] FileWatcher:: Added:: WatchInfo: /lib/a_164.ts 500 undefined WatchType: Closed Script info -Info 86 [00:09:55.000] FileWatcher:: Added:: WatchInfo: /lib/a_165.ts 500 undefined WatchType: Closed Script info -Info 87 [00:09:56.000] FileWatcher:: Added:: WatchInfo: /lib/a_166.ts 500 undefined WatchType: Closed Script info -Info 88 [00:09:57.000] FileWatcher:: Added:: WatchInfo: /lib/a_167.ts 500 undefined WatchType: Closed Script info -Info 89 [00:09:58.000] FileWatcher:: Added:: WatchInfo: /lib/a_168.ts 500 undefined WatchType: Closed Script info -Info 90 [00:09:59.000] FileWatcher:: Added:: WatchInfo: /lib/a_169.ts 500 undefined WatchType: Closed Script info -Info 91 [00:10:00.000] FileWatcher:: Added:: WatchInfo: /lib/a_17.ts 500 undefined WatchType: Closed Script info -Info 92 [00:10:01.000] FileWatcher:: Added:: WatchInfo: /lib/a_170.ts 500 undefined WatchType: Closed Script info -Info 93 [00:10:02.000] FileWatcher:: Added:: WatchInfo: /lib/a_171.ts 500 undefined WatchType: Closed Script info -Info 94 [00:10:03.000] FileWatcher:: Added:: WatchInfo: /lib/a_172.ts 500 undefined WatchType: Closed Script info -Info 95 [00:10:04.000] FileWatcher:: Added:: WatchInfo: /lib/a_173.ts 500 undefined WatchType: Closed Script info -Info 96 [00:10:05.000] FileWatcher:: Added:: WatchInfo: /lib/a_174.ts 500 undefined WatchType: Closed Script info -Info 97 [00:10:06.000] FileWatcher:: Added:: WatchInfo: /lib/a_175.ts 500 undefined WatchType: Closed Script info -Info 98 [00:10:07.000] FileWatcher:: Added:: WatchInfo: /lib/a_176.ts 500 undefined WatchType: Closed Script info -Info 99 [00:10:08.000] FileWatcher:: Added:: WatchInfo: /lib/a_177.ts 500 undefined WatchType: Closed Script info -Info 100 [00:10:09.000] FileWatcher:: Added:: WatchInfo: /lib/a_178.ts 500 undefined WatchType: Closed Script info -Info 101 [00:10:10.000] FileWatcher:: Added:: WatchInfo: /lib/a_179.ts 500 undefined WatchType: Closed Script info -Info 102 [00:10:11.000] FileWatcher:: Added:: WatchInfo: /lib/a_18.ts 500 undefined WatchType: Closed Script info -Info 103 [00:10:12.000] FileWatcher:: Added:: WatchInfo: /lib/a_180.ts 500 undefined WatchType: Closed Script info -Info 104 [00:10:13.000] FileWatcher:: Added:: WatchInfo: /lib/a_181.ts 500 undefined WatchType: Closed Script info -Info 105 [00:10:14.000] FileWatcher:: Added:: WatchInfo: /lib/a_182.ts 500 undefined WatchType: Closed Script info -Info 106 [00:10:15.000] FileWatcher:: Added:: WatchInfo: /lib/a_183.ts 500 undefined WatchType: Closed Script info -Info 107 [00:10:16.000] FileWatcher:: Added:: WatchInfo: /lib/a_184.ts 500 undefined WatchType: Closed Script info -Info 108 [00:10:17.000] FileWatcher:: Added:: WatchInfo: /lib/a_185.ts 500 undefined WatchType: Closed Script info -Info 109 [00:10:18.000] FileWatcher:: Added:: WatchInfo: /lib/a_186.ts 500 undefined WatchType: Closed Script info -Info 110 [00:10:19.000] FileWatcher:: Added:: WatchInfo: /lib/a_187.ts 500 undefined WatchType: Closed Script info -Info 111 [00:10:20.000] FileWatcher:: Added:: WatchInfo: /lib/a_188.ts 500 undefined WatchType: Closed Script info -Info 112 [00:10:21.000] FileWatcher:: Added:: WatchInfo: /lib/a_189.ts 500 undefined WatchType: Closed Script info -Info 113 [00:10:22.000] FileWatcher:: Added:: WatchInfo: /lib/a_19.ts 500 undefined WatchType: Closed Script info -Info 114 [00:10:23.000] FileWatcher:: Added:: WatchInfo: /lib/a_190.ts 500 undefined WatchType: Closed Script info -Info 115 [00:10:24.000] FileWatcher:: Added:: WatchInfo: /lib/a_191.ts 500 undefined WatchType: Closed Script info -Info 116 [00:10:25.000] FileWatcher:: Added:: WatchInfo: /lib/a_192.ts 500 undefined WatchType: Closed Script info -Info 117 [00:10:26.000] FileWatcher:: Added:: WatchInfo: /lib/a_193.ts 500 undefined WatchType: Closed Script info -Info 118 [00:10:27.000] FileWatcher:: Added:: WatchInfo: /lib/a_194.ts 500 undefined WatchType: Closed Script info -Info 119 [00:10:28.000] FileWatcher:: Added:: WatchInfo: /lib/a_195.ts 500 undefined WatchType: Closed Script info -Info 120 [00:10:29.000] FileWatcher:: Added:: WatchInfo: /lib/a_196.ts 500 undefined WatchType: Closed Script info -Info 121 [00:10:30.000] FileWatcher:: Added:: WatchInfo: /lib/a_197.ts 500 undefined WatchType: Closed Script info -Info 122 [00:10:31.000] FileWatcher:: Added:: WatchInfo: /lib/a_198.ts 500 undefined WatchType: Closed Script info -Info 123 [00:10:32.000] FileWatcher:: Added:: WatchInfo: /lib/a_199.ts 500 undefined WatchType: Closed Script info -Info 124 [00:10:33.000] FileWatcher:: Added:: WatchInfo: /lib/a_2.ts 500 undefined WatchType: Closed Script info -Info 125 [00:10:34.000] FileWatcher:: Added:: WatchInfo: /lib/a_20.ts 500 undefined WatchType: Closed Script info -Info 126 [00:10:35.000] FileWatcher:: Added:: WatchInfo: /lib/a_200.ts 500 undefined WatchType: Closed Script info -Info 127 [00:10:36.000] FileWatcher:: Added:: WatchInfo: /lib/a_201.ts 500 undefined WatchType: Closed Script info -Info 128 [00:10:37.000] FileWatcher:: Added:: WatchInfo: /lib/a_202.ts 500 undefined WatchType: Closed Script info -Info 129 [00:10:38.000] FileWatcher:: Added:: WatchInfo: /lib/a_203.ts 500 undefined WatchType: Closed Script info -Info 130 [00:10:39.000] FileWatcher:: Added:: WatchInfo: /lib/a_204.ts 500 undefined WatchType: Closed Script info -Info 131 [00:10:40.000] FileWatcher:: Added:: WatchInfo: /lib/a_205.ts 500 undefined WatchType: Closed Script info -Info 132 [00:10:41.000] FileWatcher:: Added:: WatchInfo: /lib/a_206.ts 500 undefined WatchType: Closed Script info -Info 133 [00:10:42.000] FileWatcher:: Added:: WatchInfo: /lib/a_207.ts 500 undefined WatchType: Closed Script info -Info 134 [00:10:43.000] FileWatcher:: Added:: WatchInfo: /lib/a_208.ts 500 undefined WatchType: Closed Script info -Info 135 [00:10:44.000] FileWatcher:: Added:: WatchInfo: /lib/a_209.ts 500 undefined WatchType: Closed Script info -Info 136 [00:10:45.000] FileWatcher:: Added:: WatchInfo: /lib/a_21.ts 500 undefined WatchType: Closed Script info -Info 137 [00:10:46.000] FileWatcher:: Added:: WatchInfo: /lib/a_210.ts 500 undefined WatchType: Closed Script info -Info 138 [00:10:47.000] FileWatcher:: Added:: WatchInfo: /lib/a_211.ts 500 undefined WatchType: Closed Script info -Info 139 [00:10:48.000] FileWatcher:: Added:: WatchInfo: /lib/a_212.ts 500 undefined WatchType: Closed Script info -Info 140 [00:10:49.000] FileWatcher:: Added:: WatchInfo: /lib/a_213.ts 500 undefined WatchType: Closed Script info -Info 141 [00:10:50.000] FileWatcher:: Added:: WatchInfo: /lib/a_214.ts 500 undefined WatchType: Closed Script info -Info 142 [00:10:51.000] FileWatcher:: Added:: WatchInfo: /lib/a_215.ts 500 undefined WatchType: Closed Script info -Info 143 [00:10:52.000] FileWatcher:: Added:: WatchInfo: /lib/a_216.ts 500 undefined WatchType: Closed Script info -Info 144 [00:10:53.000] FileWatcher:: Added:: WatchInfo: /lib/a_217.ts 500 undefined WatchType: Closed Script info -Info 145 [00:10:54.000] FileWatcher:: Added:: WatchInfo: /lib/a_218.ts 500 undefined WatchType: Closed Script info -Info 146 [00:10:55.000] FileWatcher:: Added:: WatchInfo: /lib/a_219.ts 500 undefined WatchType: Closed Script info -Info 147 [00:10:56.000] FileWatcher:: Added:: WatchInfo: /lib/a_22.ts 500 undefined WatchType: Closed Script info -Info 148 [00:10:57.000] FileWatcher:: Added:: WatchInfo: /lib/a_220.ts 500 undefined WatchType: Closed Script info -Info 149 [00:10:58.000] FileWatcher:: Added:: WatchInfo: /lib/a_221.ts 500 undefined WatchType: Closed Script info -Info 150 [00:10:59.000] FileWatcher:: Added:: WatchInfo: /lib/a_222.ts 500 undefined WatchType: Closed Script info -Info 151 [00:11:00.000] FileWatcher:: Added:: WatchInfo: /lib/a_223.ts 500 undefined WatchType: Closed Script info -Info 152 [00:11:01.000] FileWatcher:: Added:: WatchInfo: /lib/a_224.ts 500 undefined WatchType: Closed Script info -Info 153 [00:11:02.000] FileWatcher:: Added:: WatchInfo: /lib/a_225.ts 500 undefined WatchType: Closed Script info -Info 154 [00:11:03.000] FileWatcher:: Added:: WatchInfo: /lib/a_226.ts 500 undefined WatchType: Closed Script info -Info 155 [00:11:04.000] FileWatcher:: Added:: WatchInfo: /lib/a_227.ts 500 undefined WatchType: Closed Script info -Info 156 [00:11:05.000] FileWatcher:: Added:: WatchInfo: /lib/a_228.ts 500 undefined WatchType: Closed Script info -Info 157 [00:11:06.000] FileWatcher:: Added:: WatchInfo: /lib/a_229.ts 500 undefined WatchType: Closed Script info -Info 158 [00:11:07.000] FileWatcher:: Added:: WatchInfo: /lib/a_23.ts 500 undefined WatchType: Closed Script info -Info 159 [00:11:08.000] FileWatcher:: Added:: WatchInfo: /lib/a_230.ts 500 undefined WatchType: Closed Script info -Info 160 [00:11:09.000] FileWatcher:: Added:: WatchInfo: /lib/a_231.ts 500 undefined WatchType: Closed Script info -Info 161 [00:11:10.000] FileWatcher:: Added:: WatchInfo: /lib/a_232.ts 500 undefined WatchType: Closed Script info -Info 162 [00:11:11.000] FileWatcher:: Added:: WatchInfo: /lib/a_233.ts 500 undefined WatchType: Closed Script info -Info 163 [00:11:12.000] FileWatcher:: Added:: WatchInfo: /lib/a_234.ts 500 undefined WatchType: Closed Script info -Info 164 [00:11:13.000] FileWatcher:: Added:: WatchInfo: /lib/a_235.ts 500 undefined WatchType: Closed Script info -Info 165 [00:11:14.000] FileWatcher:: Added:: WatchInfo: /lib/a_236.ts 500 undefined WatchType: Closed Script info -Info 166 [00:11:15.000] FileWatcher:: Added:: WatchInfo: /lib/a_237.ts 500 undefined WatchType: Closed Script info -Info 167 [00:11:16.000] FileWatcher:: Added:: WatchInfo: /lib/a_238.ts 500 undefined WatchType: Closed Script info -Info 168 [00:11:17.000] FileWatcher:: Added:: WatchInfo: /lib/a_239.ts 500 undefined WatchType: Closed Script info -Info 169 [00:11:18.000] FileWatcher:: Added:: WatchInfo: /lib/a_24.ts 500 undefined WatchType: Closed Script info -Info 170 [00:11:19.000] FileWatcher:: Added:: WatchInfo: /lib/a_240.ts 500 undefined WatchType: Closed Script info -Info 171 [00:11:20.000] FileWatcher:: Added:: WatchInfo: /lib/a_241.ts 500 undefined WatchType: Closed Script info -Info 172 [00:11:21.000] FileWatcher:: Added:: WatchInfo: /lib/a_242.ts 500 undefined WatchType: Closed Script info -Info 173 [00:11:22.000] FileWatcher:: Added:: WatchInfo: /lib/a_243.ts 500 undefined WatchType: Closed Script info -Info 174 [00:11:23.000] FileWatcher:: Added:: WatchInfo: /lib/a_244.ts 500 undefined WatchType: Closed Script info -Info 175 [00:11:24.000] FileWatcher:: Added:: WatchInfo: /lib/a_245.ts 500 undefined WatchType: Closed Script info -Info 176 [00:11:25.000] FileWatcher:: Added:: WatchInfo: /lib/a_246.ts 500 undefined WatchType: Closed Script info -Info 177 [00:11:26.000] FileWatcher:: Added:: WatchInfo: /lib/a_247.ts 500 undefined WatchType: Closed Script info -Info 178 [00:11:27.000] FileWatcher:: Added:: WatchInfo: /lib/a_248.ts 500 undefined WatchType: Closed Script info -Info 179 [00:11:28.000] FileWatcher:: Added:: WatchInfo: /lib/a_249.ts 500 undefined WatchType: Closed Script info -Info 180 [00:11:29.000] FileWatcher:: Added:: WatchInfo: /lib/a_25.ts 500 undefined WatchType: Closed Script info -Info 181 [00:11:30.000] FileWatcher:: Added:: WatchInfo: /lib/a_26.ts 500 undefined WatchType: Closed Script info -Info 182 [00:11:31.000] FileWatcher:: Added:: WatchInfo: /lib/a_27.ts 500 undefined WatchType: Closed Script info -Info 183 [00:11:32.000] FileWatcher:: Added:: WatchInfo: /lib/a_28.ts 500 undefined WatchType: Closed Script info -Info 184 [00:11:33.000] FileWatcher:: Added:: WatchInfo: /lib/a_29.ts 500 undefined WatchType: Closed Script info -Info 185 [00:11:34.000] FileWatcher:: Added:: WatchInfo: /lib/a_3.ts 500 undefined WatchType: Closed Script info -Info 186 [00:11:35.000] FileWatcher:: Added:: WatchInfo: /lib/a_30.ts 500 undefined WatchType: Closed Script info -Info 187 [00:11:36.000] FileWatcher:: Added:: WatchInfo: /lib/a_31.ts 500 undefined WatchType: Closed Script info -Info 188 [00:11:37.000] FileWatcher:: Added:: WatchInfo: /lib/a_32.ts 500 undefined WatchType: Closed Script info -Info 189 [00:11:38.000] FileWatcher:: Added:: WatchInfo: /lib/a_33.ts 500 undefined WatchType: Closed Script info -Info 190 [00:11:39.000] FileWatcher:: Added:: WatchInfo: /lib/a_34.ts 500 undefined WatchType: Closed Script info -Info 191 [00:11:40.000] FileWatcher:: Added:: WatchInfo: /lib/a_35.ts 500 undefined WatchType: Closed Script info -Info 192 [00:11:41.000] FileWatcher:: Added:: WatchInfo: /lib/a_36.ts 500 undefined WatchType: Closed Script info -Info 193 [00:11:42.000] FileWatcher:: Added:: WatchInfo: /lib/a_37.ts 500 undefined WatchType: Closed Script info -Info 194 [00:11:43.000] FileWatcher:: Added:: WatchInfo: /lib/a_38.ts 500 undefined WatchType: Closed Script info -Info 195 [00:11:44.000] FileWatcher:: Added:: WatchInfo: /lib/a_39.ts 500 undefined WatchType: Closed Script info -Info 196 [00:11:45.000] FileWatcher:: Added:: WatchInfo: /lib/a_4.ts 500 undefined WatchType: Closed Script info -Info 197 [00:11:46.000] FileWatcher:: Added:: WatchInfo: /lib/a_40.ts 500 undefined WatchType: Closed Script info -Info 198 [00:11:47.000] FileWatcher:: Added:: WatchInfo: /lib/a_41.ts 500 undefined WatchType: Closed Script info -Info 199 [00:11:48.000] FileWatcher:: Added:: WatchInfo: /lib/a_42.ts 500 undefined WatchType: Closed Script info -Info 200 [00:11:49.000] FileWatcher:: Added:: WatchInfo: /lib/a_43.ts 500 undefined WatchType: Closed Script info -Info 201 [00:11:50.000] FileWatcher:: Added:: WatchInfo: /lib/a_44.ts 500 undefined WatchType: Closed Script info -Info 202 [00:11:51.000] FileWatcher:: Added:: WatchInfo: /lib/a_45.ts 500 undefined WatchType: Closed Script info -Info 203 [00:11:52.000] FileWatcher:: Added:: WatchInfo: /lib/a_46.ts 500 undefined WatchType: Closed Script info -Info 204 [00:11:53.000] FileWatcher:: Added:: WatchInfo: /lib/a_47.ts 500 undefined WatchType: Closed Script info -Info 205 [00:11:54.000] FileWatcher:: Added:: WatchInfo: /lib/a_48.ts 500 undefined WatchType: Closed Script info -Info 206 [00:11:55.000] FileWatcher:: Added:: WatchInfo: /lib/a_49.ts 500 undefined WatchType: Closed Script info -Info 207 [00:11:56.000] FileWatcher:: Added:: WatchInfo: /lib/a_5.ts 500 undefined WatchType: Closed Script info -Info 208 [00:11:57.000] FileWatcher:: Added:: WatchInfo: /lib/a_50.ts 500 undefined WatchType: Closed Script info -Info 209 [00:11:58.000] FileWatcher:: Added:: WatchInfo: /lib/a_51.ts 500 undefined WatchType: Closed Script info -Info 210 [00:11:59.000] FileWatcher:: Added:: WatchInfo: /lib/a_52.ts 500 undefined WatchType: Closed Script info -Info 211 [00:12:00.000] FileWatcher:: Added:: WatchInfo: /lib/a_53.ts 500 undefined WatchType: Closed Script info -Info 212 [00:12:01.000] FileWatcher:: Added:: WatchInfo: /lib/a_54.ts 500 undefined WatchType: Closed Script info -Info 213 [00:12:02.000] FileWatcher:: Added:: WatchInfo: /lib/a_55.ts 500 undefined WatchType: Closed Script info -Info 214 [00:12:03.000] FileWatcher:: Added:: WatchInfo: /lib/a_56.ts 500 undefined WatchType: Closed Script info -Info 215 [00:12:04.000] FileWatcher:: Added:: WatchInfo: /lib/a_57.ts 500 undefined WatchType: Closed Script info -Info 216 [00:12:05.000] FileWatcher:: Added:: WatchInfo: /lib/a_58.ts 500 undefined WatchType: Closed Script info -Info 217 [00:12:06.000] FileWatcher:: Added:: WatchInfo: /lib/a_59.ts 500 undefined WatchType: Closed Script info -Info 218 [00:12:07.000] FileWatcher:: Added:: WatchInfo: /lib/a_6.ts 500 undefined WatchType: Closed Script info -Info 219 [00:12:08.000] FileWatcher:: Added:: WatchInfo: /lib/a_60.ts 500 undefined WatchType: Closed Script info -Info 220 [00:12:09.000] FileWatcher:: Added:: WatchInfo: /lib/a_61.ts 500 undefined WatchType: Closed Script info -Info 221 [00:12:10.000] FileWatcher:: Added:: WatchInfo: /lib/a_62.ts 500 undefined WatchType: Closed Script info -Info 222 [00:12:11.000] FileWatcher:: Added:: WatchInfo: /lib/a_63.ts 500 undefined WatchType: Closed Script info -Info 223 [00:12:12.000] FileWatcher:: Added:: WatchInfo: /lib/a_64.ts 500 undefined WatchType: Closed Script info -Info 224 [00:12:13.000] FileWatcher:: Added:: WatchInfo: /lib/a_65.ts 500 undefined WatchType: Closed Script info -Info 225 [00:12:14.000] FileWatcher:: Added:: WatchInfo: /lib/a_66.ts 500 undefined WatchType: Closed Script info -Info 226 [00:12:15.000] FileWatcher:: Added:: WatchInfo: /lib/a_67.ts 500 undefined WatchType: Closed Script info -Info 227 [00:12:16.000] FileWatcher:: Added:: WatchInfo: /lib/a_68.ts 500 undefined WatchType: Closed Script info -Info 228 [00:12:17.000] FileWatcher:: Added:: WatchInfo: /lib/a_69.ts 500 undefined WatchType: Closed Script info -Info 229 [00:12:18.000] FileWatcher:: Added:: WatchInfo: /lib/a_7.ts 500 undefined WatchType: Closed Script info -Info 230 [00:12:19.000] FileWatcher:: Added:: WatchInfo: /lib/a_70.ts 500 undefined WatchType: Closed Script info -Info 231 [00:12:20.000] FileWatcher:: Added:: WatchInfo: /lib/a_71.ts 500 undefined WatchType: Closed Script info -Info 232 [00:12:21.000] FileWatcher:: Added:: WatchInfo: /lib/a_72.ts 500 undefined WatchType: Closed Script info -Info 233 [00:12:22.000] FileWatcher:: Added:: WatchInfo: /lib/a_73.ts 500 undefined WatchType: Closed Script info -Info 234 [00:12:23.000] FileWatcher:: Added:: WatchInfo: /lib/a_74.ts 500 undefined WatchType: Closed Script info -Info 235 [00:12:24.000] FileWatcher:: Added:: WatchInfo: /lib/a_75.ts 500 undefined WatchType: Closed Script info -Info 236 [00:12:25.000] FileWatcher:: Added:: WatchInfo: /lib/a_76.ts 500 undefined WatchType: Closed Script info -Info 237 [00:12:26.000] FileWatcher:: Added:: WatchInfo: /lib/a_77.ts 500 undefined WatchType: Closed Script info -Info 238 [00:12:27.000] FileWatcher:: Added:: WatchInfo: /lib/a_78.ts 500 undefined WatchType: Closed Script info -Info 239 [00:12:28.000] FileWatcher:: Added:: WatchInfo: /lib/a_79.ts 500 undefined WatchType: Closed Script info -Info 240 [00:12:29.000] FileWatcher:: Added:: WatchInfo: /lib/a_8.ts 500 undefined WatchType: Closed Script info -Info 241 [00:12:30.000] FileWatcher:: Added:: WatchInfo: /lib/a_80.ts 500 undefined WatchType: Closed Script info -Info 242 [00:12:31.000] FileWatcher:: Added:: WatchInfo: /lib/a_81.ts 500 undefined WatchType: Closed Script info -Info 243 [00:12:32.000] FileWatcher:: Added:: WatchInfo: /lib/a_82.ts 500 undefined WatchType: Closed Script info -Info 244 [00:12:33.000] FileWatcher:: Added:: WatchInfo: /lib/a_83.ts 500 undefined WatchType: Closed Script info -Info 245 [00:12:34.000] FileWatcher:: Added:: WatchInfo: /lib/a_84.ts 500 undefined WatchType: Closed Script info -Info 246 [00:12:35.000] FileWatcher:: Added:: WatchInfo: /lib/a_85.ts 500 undefined WatchType: Closed Script info -Info 247 [00:12:36.000] FileWatcher:: Added:: WatchInfo: /lib/a_86.ts 500 undefined WatchType: Closed Script info -Info 248 [00:12:37.000] FileWatcher:: Added:: WatchInfo: /lib/a_87.ts 500 undefined WatchType: Closed Script info -Info 249 [00:12:38.000] FileWatcher:: Added:: WatchInfo: /lib/a_88.ts 500 undefined WatchType: Closed Script info -Info 250 [00:12:39.000] FileWatcher:: Added:: WatchInfo: /lib/a_89.ts 500 undefined WatchType: Closed Script info -Info 251 [00:12:40.000] FileWatcher:: Added:: WatchInfo: /lib/a_9.ts 500 undefined WatchType: Closed Script info -Info 252 [00:12:41.000] FileWatcher:: Added:: WatchInfo: /lib/a_90.ts 500 undefined WatchType: Closed Script info -Info 253 [00:12:42.000] FileWatcher:: Added:: WatchInfo: /lib/a_91.ts 500 undefined WatchType: Closed Script info -Info 254 [00:12:43.000] FileWatcher:: Added:: WatchInfo: /lib/a_92.ts 500 undefined WatchType: Closed Script info -Info 255 [00:12:44.000] FileWatcher:: Added:: WatchInfo: /lib/a_93.ts 500 undefined WatchType: Closed Script info -Info 256 [00:12:45.000] FileWatcher:: Added:: WatchInfo: /lib/a_94.ts 500 undefined WatchType: Closed Script info -Info 257 [00:12:46.000] FileWatcher:: Added:: WatchInfo: /lib/a_95.ts 500 undefined WatchType: Closed Script info -Info 258 [00:12:47.000] FileWatcher:: Added:: WatchInfo: /lib/a_96.ts 500 undefined WatchType: Closed Script info -Info 259 [00:12:48.000] FileWatcher:: Added:: WatchInfo: /lib/a_97.ts 500 undefined WatchType: Closed Script info -Info 260 [00:12:49.000] FileWatcher:: Added:: WatchInfo: /lib/a_98.ts 500 undefined WatchType: Closed Script info -Info 261 [00:12:50.000] FileWatcher:: Added:: WatchInfo: /lib/a_99.ts 500 undefined WatchType: Closed Script info -Info 262 [00:12:51.000] Starting updateGraphWorker: Project: /tsconfig.json -Info 263 [00:12:52.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file -Info 264 [00:12:53.000] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 265 [00:12:54.000] Project '/tsconfig.json' (Configured) -Info 266 [00:12:55.000] Files (251) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_0.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_10.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_100.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_101.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_102.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_103.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_104.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_105.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_106.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_107.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_108.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_109.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_11.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_110.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_111.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_112.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_113.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_114.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_115.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_116.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_117.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_118.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_119.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_12.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_120.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_121.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_122.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_123.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_124.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_125.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_126.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_127.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_128.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_129.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_13.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_130.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_131.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_132.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_133.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_134.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_135.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_136.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_137.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_138.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_139.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_14.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_140.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_141.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_142.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_143.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_144.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_145.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_146.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_147.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_148.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_149.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_15.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_150.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_151.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_152.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_153.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_154.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_155.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_156.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_157.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_158.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_159.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_16.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_160.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_161.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_162.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_163.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_164.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_165.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_166.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_167.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_168.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_169.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_17.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_170.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_171.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_172.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_173.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_174.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_175.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_176.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_177.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_178.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_179.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_18.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_180.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_181.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_182.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_183.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_184.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_185.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_186.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_187.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_188.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_189.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_19.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_190.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_191.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_192.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_193.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_194.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_195.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_196.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_197.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_198.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_199.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_20.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_200.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_201.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_202.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_203.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_204.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_205.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_206.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_207.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_208.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_209.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_21.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_210.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_211.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_212.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_213.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_214.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_215.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_216.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_217.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_218.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_219.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_22.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_220.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_221.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_222.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_223.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_224.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_225.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_226.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_227.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_228.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_229.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_23.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_230.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_231.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_232.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_233.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_234.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_235.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_236.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_237.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_238.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_239.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_24.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_240.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_241.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_242.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_243.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_244.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_245.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_246.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_247.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_248.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_249.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_25.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_26.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_27.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_28.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_29.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_30.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_31.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_32.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_33.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_34.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_35.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_36.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_37.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_38.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_39.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_4.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_40.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_41.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_42.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_43.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_44.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_45.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_46.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_47.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_48.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_49.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_5.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_50.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_51.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_52.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_53.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_54.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_55.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_56.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_57.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_58.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_59.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_6.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_60.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_61.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_62.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_63.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_64.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_65.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_66.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_67.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_68.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_69.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_7.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_70.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_71.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_72.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_73.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_74.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_75.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_76.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_77.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_78.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_79.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_8.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_80.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_81.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_82.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_83.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_84.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_85.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_86.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_87.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_88.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_89.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_9.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_90.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_91.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_92.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_93.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_94.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_95.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_96.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_97.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_98.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/a_99.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (251) /index.ts SVC-1-0 "" /lib/a_0.ts Text-1 "export const aa_0__0 = 0;" /lib/a_1.ts Text-1 "export const aa_1__0 = 0;" @@ -2068,15 +2068,15 @@ Info 266 [00:12:55.000] Files (251) lib/a_99.ts Matched by default include pattern '**/*' -Info 267 [00:12:56.000] ----------------------------------------------- -Info 268 [00:12:57.000] Project '/tsconfig.json' (Configured) -Info 268 [00:12:58.000] Files (251) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (251) -Info 268 [00:12:59.000] ----------------------------------------------- -Info 268 [00:13:00.000] Open files: -Info 268 [00:13:01.000] FileName: /index.ts ProjectRootPath: undefined -Info 268 [00:13:02.000] Projects: /tsconfig.json -Info 268 [00:13:03.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -2596,7 +2596,7 @@ FsWatchesRecursive:: Before request -Info 269 [00:13:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "updateOpen", "arguments": { @@ -2622,7 +2622,7 @@ Info 269 [00:13:04.000] request: "seq": 3, "type": "request" } -Info 270 [00:13:05.000] response: +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -2631,7 +2631,7 @@ After request Before request -Info 271 [00:13:06.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "completionInfo", "arguments": { @@ -2642,10 +2642,10 @@ Info 271 [00:13:06.000] request: "seq": 4, "type": "request" } -Info 272 [00:13:07.000] Starting updateGraphWorker: Project: /tsconfig.json -Info 273 [00:13:08.000] Finishing updateGraphWorker: Project: /tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 274 [00:13:09.000] Project '/tsconfig.json' (Configured) -Info 275 [00:13:10.000] Files (251) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (251) /index.ts SVC-1-1 "a" /lib/a_0.ts Text-1 "export const aa_0__0 = 0;" /lib/a_1.ts Text-1 "export const aa_1__0 = 0;" @@ -2898,18 +2898,18 @@ Info 275 [00:13:10.000] Files (251) /lib/a_98.ts Text-1 "export const aa_98__0 = 0;" /lib/a_99.ts Text-1 "export const aa_99__0 = 0;" -Info 276 [00:13:11.000] ----------------------------------------------- -Info 277 [00:13:12.000] getCompletionData: Get current token: * -Info 278 [00:13:13.000] getCompletionData: Is inside comment: * -Info 279 [00:13:14.000] getCompletionData: Get previous token: * -Info 280 [00:13:15.000] getExportInfoMap: cache miss or empty; calculating new results -Info 281 [00:13:16.000] getExportInfoMap: done in * ms -Info 282 [00:13:17.000] collectAutoImports: resolved 100 module specifiers, plus 0 ambient and 150 from cache (100.0% hit rate) -Info 283 [00:13:18.000] collectAutoImports: response is incomplete -Info 284 [00:13:19.000] collectAutoImports: * -Info 285 [00:13:20.000] getCompletionData: Semantic work: * -Info 286 [00:13:21.000] getCompletionsAtPosition: getCompletionEntriesFromSymbols: * -Info 287 [00:13:22.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] getCompletionData: Get current token: * +Info seq [hh:mm:ss:mss] getCompletionData: Is inside comment: * +Info seq [hh:mm:ss:mss] getCompletionData: Get previous token: * +Info seq [hh:mm:ss:mss] getExportInfoMap: cache miss or empty; calculating new results +Info seq [hh:mm:ss:mss] getExportInfoMap: done in * ms +Info seq [hh:mm:ss:mss] collectAutoImports: resolved 100 module specifiers, plus 0 ambient and 150 from cache (100.0% hit rate) +Info seq [hh:mm:ss:mss] collectAutoImports: response is incomplete +Info seq [hh:mm:ss:mss] collectAutoImports: * +Info seq [hh:mm:ss:mss] getCompletionData: Semantic work: * +Info seq [hh:mm:ss:mss] getCompletionsAtPosition: getCompletionEntriesFromSymbols: * +Info seq [hh:mm:ss:mss] response: { "response": { "flags": 9, @@ -7282,7 +7282,7 @@ After request Before request -Info 288 [00:13:23.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "updateOpen", "arguments": { @@ -7308,7 +7308,7 @@ Info 288 [00:13:23.000] request: "seq": 5, "type": "request" } -Info 289 [00:13:24.000] response: +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -7317,7 +7317,7 @@ After request Before request -Info 290 [00:13:25.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "completionInfo", "arguments": { @@ -7329,10 +7329,10 @@ Info 290 [00:13:25.000] request: "seq": 6, "type": "request" } -Info 291 [00:13:26.000] Starting updateGraphWorker: Project: /tsconfig.json -Info 292 [00:13:27.000] Finishing updateGraphWorker: Project: /tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 293 [00:13:28.000] Project '/tsconfig.json' (Configured) -Info 294 [00:13:29.000] Files (251) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (251) /index.ts SVC-1-2 "aa" /lib/a_0.ts Text-1 "export const aa_0__0 = 0;" /lib/a_1.ts Text-1 "export const aa_1__0 = 0;" @@ -7585,12 +7585,12 @@ Info 294 [00:13:29.000] Files (251) /lib/a_98.ts Text-1 "export const aa_98__0 = 0;" /lib/a_99.ts Text-1 "export const aa_99__0 = 0;" -Info 295 [00:13:30.000] ----------------------------------------------- -Info 296 [00:13:31.000] getExportInfoMap: cache hit -Info 297 [00:13:32.000] continuePreviousIncompleteResponse: resolved 100 module specifiers, plus 0 ambient and 50 from cache (100.0% hit rate) -Info 298 [00:13:33.000] continuePreviousIncompleteResponse: response is incomplete -Info 299 [00:13:34.000] continuePreviousIncompleteResponse: * -Info 300 [00:13:35.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] getExportInfoMap: cache hit +Info seq [hh:mm:ss:mss] continuePreviousIncompleteResponse: resolved 100 module specifiers, plus 0 ambient and 50 from cache (100.0% hit rate) +Info seq [hh:mm:ss:mss] continuePreviousIncompleteResponse: response is incomplete +Info seq [hh:mm:ss:mss] continuePreviousIncompleteResponse: * +Info seq [hh:mm:ss:mss] response: { "response": { "flags": 13, @@ -12663,7 +12663,7 @@ After request Before request -Info 301 [00:13:36.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "updateOpen", "arguments": { @@ -12689,7 +12689,7 @@ Info 301 [00:13:36.000] request: "seq": 7, "type": "request" } -Info 302 [00:13:37.000] response: +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -12698,7 +12698,7 @@ After request Before request -Info 303 [00:13:38.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "completionInfo", "arguments": { @@ -12710,10 +12710,10 @@ Info 303 [00:13:38.000] request: "seq": 8, "type": "request" } -Info 304 [00:13:39.000] Starting updateGraphWorker: Project: /tsconfig.json -Info 305 [00:13:40.000] Finishing updateGraphWorker: Project: /tsconfig.json Version: 4 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 306 [00:13:41.000] Project '/tsconfig.json' (Configured) -Info 307 [00:13:42.000] Files (251) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /tsconfig.json Version: 4 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (251) /index.ts SVC-1-3 "aa_" /lib/a_0.ts Text-1 "export const aa_0__0 = 0;" /lib/a_1.ts Text-1 "export const aa_1__0 = 0;" @@ -12966,12 +12966,12 @@ Info 307 [00:13:42.000] Files (251) /lib/a_98.ts Text-1 "export const aa_98__0 = 0;" /lib/a_99.ts Text-1 "export const aa_99__0 = 0;" -Info 308 [00:13:43.000] ----------------------------------------------- -Info 309 [00:13:44.000] getExportInfoMap: cache hit -Info 310 [00:13:45.000] continuePreviousIncompleteResponse: resolved 50 module specifiers, plus 0 ambient and 0 from cache -Info 311 [00:13:46.000] continuePreviousIncompleteResponse: response is complete -Info 312 [00:13:47.000] continuePreviousIncompleteResponse: * -Info 313 [00:13:48.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] getExportInfoMap: cache hit +Info seq [hh:mm:ss:mss] continuePreviousIncompleteResponse: resolved 50 module specifiers, plus 0 ambient and 0 from cache +Info seq [hh:mm:ss:mss] continuePreviousIncompleteResponse: response is complete +Info seq [hh:mm:ss:mss] continuePreviousIncompleteResponse: * +Info seq [hh:mm:ss:mss] response: { "response": { "flags": 13, diff --git a/tests/baselines/reference/tsserver/configFileSearch/should-use-projectRootPath-when-searching-for-inferred-project-again-2.js b/tests/baselines/reference/tsserver/configFileSearch/should-use-projectRootPath-when-searching-for-inferred-project-again-2.js index 598b277f86708..f3539a91041bc 100644 --- a/tests/baselines/reference/tsserver/configFileSearch/should-use-projectRootPath-when-searching-for-inferred-project-again-2.js +++ b/tests/baselines/reference/tsserver/configFileSearch/should-use-projectRootPath-when-searching-for-inferred-project-again-2.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:23.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/a/b/projects/project/src/file1.ts] @@ -24,11 +24,11 @@ interface Array { length: number; [n: number]: T; } {} -Info 1 [00:00:24.000] Search path: /a/b/projects/project/src -Info 2 [00:00:25.000] For info: /a/b/projects/project/src/file1.ts :: Config file name: /a/b/projects/project/src/tsconfig.json -Info 3 [00:00:26.000] Creating configuration project /a/b/projects/project/src/tsconfig.json -Info 4 [00:00:27.000] FileWatcher:: Added:: WatchInfo: /a/b/projects/project/src/tsconfig.json 2000 undefined Project: /a/b/projects/project/src/tsconfig.json WatchType: Config file -Info 5 [00:00:28.000] Config: /a/b/projects/project/src/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a/b/projects/project/src +Info seq [hh:mm:ss:mss] For info: /a/b/projects/project/src/file1.ts :: Config file name: /a/b/projects/project/src/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/b/projects/project/src/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/projects/project/src/tsconfig.json 2000 undefined Project: /a/b/projects/project/src/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/b/projects/project/src/tsconfig.json : { "rootNames": [ "/a/b/projects/project/src/file1.ts" ], @@ -36,17 +36,19 @@ Info 5 [00:00:28.000] Config: /a/b/projects/project/src/tsconfig.json : { "configFilePath": "/a/b/projects/project/src/tsconfig.json" } } -Info 6 [00:00:29.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/project/src 1 undefined Config: /a/b/projects/project/src/tsconfig.json WatchType: Wild card directory -Info 7 [00:00:30.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/project/src 1 undefined Config: /a/b/projects/project/src/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:31.000] Starting updateGraphWorker: Project: /a/b/projects/project/src/tsconfig.json -Info 9 [00:00:32.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:33.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/project/src/node_modules/@types 1 undefined Project: /a/b/projects/project/src/tsconfig.json WatchType: Type roots -Info 11 [00:00:34.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/project/src/node_modules/@types 1 undefined Project: /a/b/projects/project/src/tsconfig.json WatchType: Type roots -Info 12 [00:00:35.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/project/node_modules/@types 1 undefined Project: /a/b/projects/project/src/tsconfig.json WatchType: Type roots -Info 13 [00:00:36.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/project/node_modules/@types 1 undefined Project: /a/b/projects/project/src/tsconfig.json WatchType: Type roots -Info 14 [00:00:37.000] Finishing updateGraphWorker: Project: /a/b/projects/project/src/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:38.000] Project '/a/b/projects/project/src/tsconfig.json' (Configured) -Info 16 [00:00:39.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/project/src 1 undefined Config: /a/b/projects/project/src/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/project/src 1 undefined Config: /a/b/projects/project/src/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/projects/project/src/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/project/src/node_modules/@types 1 undefined Project: /a/b/projects/project/src/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/project/src/node_modules/@types 1 undefined Project: /a/b/projects/project/src/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/project/node_modules/@types 1 undefined Project: /a/b/projects/project/src/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/project/node_modules/@types 1 undefined Project: /a/b/projects/project/src/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/node_modules/@types 1 undefined Project: /a/b/projects/project/src/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/node_modules/@types 1 undefined Project: /a/b/projects/project/src/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/projects/project/src/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/projects/project/src/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/projects/project/src/file1.ts SVC-1-0 "" @@ -56,18 +58,18 @@ Info 16 [00:00:39.000] Files (2) file1.ts Matched by default include pattern '**/*' -Info 17 [00:00:40.000] ----------------------------------------------- -Info 18 [00:00:41.000] Project '/a/b/projects/project/src/tsconfig.json' (Configured) -Info 18 [00:00:42.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/b/projects/project/src/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 18 [00:00:43.000] ----------------------------------------------- -Info 18 [00:00:44.000] Open files: -Info 18 [00:00:45.000] FileName: /a/b/projects/project/src/file1.ts ProjectRootPath: /a/b/projects/project -Info 18 [00:00:46.000] Projects: /a/b/projects/project/src/tsconfig.json -Info 18 [00:00:48.000] FileWatcher:: Triggered with /a/b/projects/project/src/tsconfig.json 2:: WatchInfo: /a/b/projects/project/src/tsconfig.json 2000 undefined Project: /a/b/projects/project/src/tsconfig.json WatchType: Config file -Info 19 [00:00:49.000] `remove Project:: -Info 20 [00:00:50.000] Project '/a/b/projects/project/src/tsconfig.json' (Configured) -Info 21 [00:00:51.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/projects/project/src/file1.ts ProjectRootPath: /a/b/projects/project +Info seq [hh:mm:ss:mss] Projects: /a/b/projects/project/src/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /a/b/projects/project/src/tsconfig.json 2:: WatchInfo: /a/b/projects/project/src/tsconfig.json 2000 undefined Project: /a/b/projects/project/src/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/a/b/projects/project/src/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts /a/b/projects/project/src/file1.ts @@ -77,18 +79,20 @@ Info 21 [00:00:51.000] Files (2) file1.ts Matched by default include pattern '**/*' -Info 22 [00:00:52.000] ----------------------------------------------- -Info 23 [00:00:53.000] DirectoryWatcher:: Close:: WatchInfo: /a/b/projects/project/src 1 undefined Config: /a/b/projects/project/src/tsconfig.json WatchType: Wild card directory -Info 24 [00:00:54.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/projects/project/src 1 undefined Config: /a/b/projects/project/src/tsconfig.json WatchType: Wild card directory -Info 25 [00:00:55.000] FileWatcher:: Close:: WatchInfo: /a/b/projects/project/src/tsconfig.json 2000 undefined Project: /a/b/projects/project/src/tsconfig.json WatchType: Config file -Info 26 [00:00:56.000] DirectoryWatcher:: Close:: WatchInfo: /a/b/projects/project/src/node_modules/@types 1 undefined Project: /a/b/projects/project/src/tsconfig.json WatchType: Type roots -Info 27 [00:00:57.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/projects/project/src/node_modules/@types 1 undefined Project: /a/b/projects/project/src/tsconfig.json WatchType: Type roots -Info 28 [00:00:58.000] DirectoryWatcher:: Close:: WatchInfo: /a/b/projects/project/node_modules/@types 1 undefined Project: /a/b/projects/project/src/tsconfig.json WatchType: Type roots -Info 29 [00:00:59.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/projects/project/node_modules/@types 1 undefined Project: /a/b/projects/project/src/tsconfig.json WatchType: Type roots -Info 30 [00:01:00.000] Search path: /a/b/projects/project/src -Info 31 [00:01:01.000] For info: /a/b/projects/project/src/file1.ts :: No config files found. -Info 32 [00:01:02.000] Scheduled: *ensureProjectForOpenFiles* -Info 33 [00:01:03.000] Elapsed:: *ms FileWatcher:: Triggered with /a/b/projects/project/src/tsconfig.json 2:: WatchInfo: /a/b/projects/project/src/tsconfig.json 2000 undefined Project: /a/b/projects/project/src/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /a/b/projects/project/src 1 undefined Config: /a/b/projects/project/src/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/projects/project/src 1 undefined Config: /a/b/projects/project/src/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/projects/project/src/tsconfig.json 2000 undefined Project: /a/b/projects/project/src/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /a/b/projects/project/src/node_modules/@types 1 undefined Project: /a/b/projects/project/src/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/projects/project/src/node_modules/@types 1 undefined Project: /a/b/projects/project/src/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /a/b/projects/project/node_modules/@types 1 undefined Project: /a/b/projects/project/src/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/projects/project/node_modules/@types 1 undefined Project: /a/b/projects/project/src/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /a/b/projects/node_modules/@types 1 undefined Project: /a/b/projects/project/src/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/projects/node_modules/@types 1 undefined Project: /a/b/projects/project/src/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Search path: /a/b/projects/project/src +Info seq [hh:mm:ss:mss] For info: /a/b/projects/project/src/file1.ts :: No config files found. +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /a/b/projects/project/src/tsconfig.json 2:: WatchInfo: /a/b/projects/project/src/tsconfig.json 2000 undefined Project: /a/b/projects/project/src/tsconfig.json WatchType: Config file Before running Timeout callback:: count: 1 1: *ensureProjectForOpenFiles* //// [/a/b/projects/project/src/tsconfig.json] deleted @@ -97,21 +101,24 @@ FsWatches:: /a/lib/lib.d.ts: *new* {} -Info 34 [00:01:04.500] Running: *ensureProjectForOpenFiles* -Info 35 [00:01:05.500] Before ensureProjectForOpenFiles: -Info 36 [00:01:06.500] Open files: -Info 36 [00:01:07.500] FileName: /a/b/projects/project/src/file1.ts ProjectRootPath: /a/b/projects/project -Info 36 [00:01:08.500] Projects: -Info 36 [00:01:09.500] FileWatcher:: Added:: WatchInfo: /a/b/projects/project/src/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 37 [00:01:10.500] FileWatcher:: Added:: WatchInfo: /a/b/projects/project/src/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 38 [00:01:11.500] FileWatcher:: Added:: WatchInfo: /a/b/projects/project/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 39 [00:01:12.500] FileWatcher:: Added:: WatchInfo: /a/b/projects/project/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 40 [00:01:13.500] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 41 [00:01:14.500] DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/project/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 42 [00:01:15.500] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/project/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 43 [00:01:16.500] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 44 [00:01:17.500] Project '/dev/null/inferredProject1*' (Inferred) -Info 45 [00:01:18.500] Files (2) +Host is moving to new time +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/projects/project/src/file1.ts ProjectRootPath: /a/b/projects/project +Info seq [hh:mm:ss:mss] Projects: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/projects/project/src/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/projects/project/src/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/projects/project/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/projects/project/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/project/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/project/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/projects/project/src/file1.ts SVC-1-0 "" @@ -121,15 +128,15 @@ Info 45 [00:01:18.500] Files (2) src/file1.ts Root file specified for compilation -Info 46 [00:01:19.500] ----------------------------------------------- -Info 47 [00:01:20.500] After ensureProjectForOpenFiles: -Info 48 [00:01:21.500] Project '/dev/null/inferredProject1*' (Inferred) -Info 48 [00:01:22.500] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 48 [00:01:23.500] ----------------------------------------------- -Info 48 [00:01:24.500] Open files: -Info 48 [00:01:25.500] FileName: /a/b/projects/project/src/file1.ts ProjectRootPath: /a/b/projects/project -Info 48 [00:01:26.500] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/projects/project/src/file1.ts ProjectRootPath: /a/b/projects/project +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* After running Timeout callback:: count: 0 PolledWatches:: @@ -143,6 +150,8 @@ PolledWatches:: {"pollingInterval":2000} /a/b/projects/project/node_modules/@types: *new* {"pollingInterval":500} +/a/b/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /a/lib/lib.d.ts: diff --git a/tests/baselines/reference/tsserver/configFileSearch/should-use-projectRootPath-when-searching-for-inferred-project-again.js b/tests/baselines/reference/tsserver/configFileSearch/should-use-projectRootPath-when-searching-for-inferred-project-again.js index 1a8db76c245a4..03e623e49b489 100644 --- a/tests/baselines/reference/tsserver/configFileSearch/should-use-projectRootPath-when-searching-for-inferred-project-again.js +++ b/tests/baselines/reference/tsserver/configFileSearch/should-use-projectRootPath-when-searching-for-inferred-project-again.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:23.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/a/b/projects/project/src/file1.ts] @@ -24,11 +24,11 @@ interface Array { length: number; [n: number]: T; } {} -Info 1 [00:00:24.000] Search path: /a/b/projects/project/src -Info 2 [00:00:25.000] For info: /a/b/projects/project/src/file1.ts :: Config file name: /a/b/projects/project/src/tsconfig.json -Info 3 [00:00:26.000] Creating configuration project /a/b/projects/project/src/tsconfig.json -Info 4 [00:00:27.000] FileWatcher:: Added:: WatchInfo: /a/b/projects/project/src/tsconfig.json 2000 undefined Project: /a/b/projects/project/src/tsconfig.json WatchType: Config file -Info 5 [00:00:28.000] Config: /a/b/projects/project/src/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a/b/projects/project/src +Info seq [hh:mm:ss:mss] For info: /a/b/projects/project/src/file1.ts :: Config file name: /a/b/projects/project/src/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/b/projects/project/src/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/projects/project/src/tsconfig.json 2000 undefined Project: /a/b/projects/project/src/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/b/projects/project/src/tsconfig.json : { "rootNames": [ "/a/b/projects/project/src/file1.ts" ], @@ -36,17 +36,19 @@ Info 5 [00:00:28.000] Config: /a/b/projects/project/src/tsconfig.json : { "configFilePath": "/a/b/projects/project/src/tsconfig.json" } } -Info 6 [00:00:29.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/project/src 1 undefined Config: /a/b/projects/project/src/tsconfig.json WatchType: Wild card directory -Info 7 [00:00:30.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/project/src 1 undefined Config: /a/b/projects/project/src/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:31.000] Starting updateGraphWorker: Project: /a/b/projects/project/src/tsconfig.json -Info 9 [00:00:32.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:33.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/project/src/node_modules/@types 1 undefined Project: /a/b/projects/project/src/tsconfig.json WatchType: Type roots -Info 11 [00:00:34.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/project/src/node_modules/@types 1 undefined Project: /a/b/projects/project/src/tsconfig.json WatchType: Type roots -Info 12 [00:00:35.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/project/node_modules/@types 1 undefined Project: /a/b/projects/project/src/tsconfig.json WatchType: Type roots -Info 13 [00:00:36.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/project/node_modules/@types 1 undefined Project: /a/b/projects/project/src/tsconfig.json WatchType: Type roots -Info 14 [00:00:37.000] Finishing updateGraphWorker: Project: /a/b/projects/project/src/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:38.000] Project '/a/b/projects/project/src/tsconfig.json' (Configured) -Info 16 [00:00:39.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/project/src 1 undefined Config: /a/b/projects/project/src/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/project/src 1 undefined Config: /a/b/projects/project/src/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/projects/project/src/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/project/src/node_modules/@types 1 undefined Project: /a/b/projects/project/src/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/project/src/node_modules/@types 1 undefined Project: /a/b/projects/project/src/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/project/node_modules/@types 1 undefined Project: /a/b/projects/project/src/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/project/node_modules/@types 1 undefined Project: /a/b/projects/project/src/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/node_modules/@types 1 undefined Project: /a/b/projects/project/src/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/node_modules/@types 1 undefined Project: /a/b/projects/project/src/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/projects/project/src/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/projects/project/src/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/projects/project/src/file1.ts SVC-1-0 "" @@ -56,18 +58,18 @@ Info 16 [00:00:39.000] Files (2) file1.ts Matched by default include pattern '**/*' -Info 17 [00:00:40.000] ----------------------------------------------- -Info 18 [00:00:41.000] Project '/a/b/projects/project/src/tsconfig.json' (Configured) -Info 18 [00:00:42.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/b/projects/project/src/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 18 [00:00:43.000] ----------------------------------------------- -Info 18 [00:00:44.000] Open files: -Info 18 [00:00:45.000] FileName: /a/b/projects/project/src/file1.ts ProjectRootPath: /a/b/projects/project -Info 18 [00:00:46.000] Projects: /a/b/projects/project/src/tsconfig.json -Info 18 [00:00:48.000] FileWatcher:: Triggered with /a/b/projects/project/src/tsconfig.json 2:: WatchInfo: /a/b/projects/project/src/tsconfig.json 2000 undefined Project: /a/b/projects/project/src/tsconfig.json WatchType: Config file -Info 19 [00:00:49.000] `remove Project:: -Info 20 [00:00:50.000] Project '/a/b/projects/project/src/tsconfig.json' (Configured) -Info 21 [00:00:51.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/projects/project/src/file1.ts ProjectRootPath: /a/b/projects/project +Info seq [hh:mm:ss:mss] Projects: /a/b/projects/project/src/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /a/b/projects/project/src/tsconfig.json 2:: WatchInfo: /a/b/projects/project/src/tsconfig.json 2000 undefined Project: /a/b/projects/project/src/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/a/b/projects/project/src/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts /a/b/projects/project/src/file1.ts @@ -77,18 +79,20 @@ Info 21 [00:00:51.000] Files (2) file1.ts Matched by default include pattern '**/*' -Info 22 [00:00:52.000] ----------------------------------------------- -Info 23 [00:00:53.000] DirectoryWatcher:: Close:: WatchInfo: /a/b/projects/project/src 1 undefined Config: /a/b/projects/project/src/tsconfig.json WatchType: Wild card directory -Info 24 [00:00:54.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/projects/project/src 1 undefined Config: /a/b/projects/project/src/tsconfig.json WatchType: Wild card directory -Info 25 [00:00:55.000] FileWatcher:: Close:: WatchInfo: /a/b/projects/project/src/tsconfig.json 2000 undefined Project: /a/b/projects/project/src/tsconfig.json WatchType: Config file -Info 26 [00:00:56.000] DirectoryWatcher:: Close:: WatchInfo: /a/b/projects/project/src/node_modules/@types 1 undefined Project: /a/b/projects/project/src/tsconfig.json WatchType: Type roots -Info 27 [00:00:57.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/projects/project/src/node_modules/@types 1 undefined Project: /a/b/projects/project/src/tsconfig.json WatchType: Type roots -Info 28 [00:00:58.000] DirectoryWatcher:: Close:: WatchInfo: /a/b/projects/project/node_modules/@types 1 undefined Project: /a/b/projects/project/src/tsconfig.json WatchType: Type roots -Info 29 [00:00:59.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/projects/project/node_modules/@types 1 undefined Project: /a/b/projects/project/src/tsconfig.json WatchType: Type roots -Info 30 [00:01:00.000] Search path: /a/b/projects/project/src -Info 31 [00:01:01.000] For info: /a/b/projects/project/src/file1.ts :: No config files found. -Info 32 [00:01:02.000] Scheduled: *ensureProjectForOpenFiles* -Info 33 [00:01:03.000] Elapsed:: *ms FileWatcher:: Triggered with /a/b/projects/project/src/tsconfig.json 2:: WatchInfo: /a/b/projects/project/src/tsconfig.json 2000 undefined Project: /a/b/projects/project/src/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /a/b/projects/project/src 1 undefined Config: /a/b/projects/project/src/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/projects/project/src 1 undefined Config: /a/b/projects/project/src/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/projects/project/src/tsconfig.json 2000 undefined Project: /a/b/projects/project/src/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /a/b/projects/project/src/node_modules/@types 1 undefined Project: /a/b/projects/project/src/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/projects/project/src/node_modules/@types 1 undefined Project: /a/b/projects/project/src/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /a/b/projects/project/node_modules/@types 1 undefined Project: /a/b/projects/project/src/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/projects/project/node_modules/@types 1 undefined Project: /a/b/projects/project/src/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /a/b/projects/node_modules/@types 1 undefined Project: /a/b/projects/project/src/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/projects/node_modules/@types 1 undefined Project: /a/b/projects/project/src/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Search path: /a/b/projects/project/src +Info seq [hh:mm:ss:mss] For info: /a/b/projects/project/src/file1.ts :: No config files found. +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /a/b/projects/project/src/tsconfig.json 2:: WatchInfo: /a/b/projects/project/src/tsconfig.json 2000 undefined Project: /a/b/projects/project/src/tsconfig.json WatchType: Config file Before running Timeout callback:: count: 1 1: *ensureProjectForOpenFiles* //// [/a/b/projects/project/src/tsconfig.json] deleted @@ -97,23 +101,26 @@ FsWatches:: /a/lib/lib.d.ts: *new* {} -Info 34 [00:01:04.500] Running: *ensureProjectForOpenFiles* -Info 35 [00:01:05.500] Before ensureProjectForOpenFiles: -Info 36 [00:01:06.500] Open files: -Info 36 [00:01:07.500] FileName: /a/b/projects/project/src/file1.ts ProjectRootPath: /a/b/projects/project -Info 36 [00:01:08.500] Projects: -Info 36 [00:01:09.500] FileWatcher:: Added:: WatchInfo: /a/b/projects/project/src/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 37 [00:01:10.500] FileWatcher:: Added:: WatchInfo: /a/b/projects/project/src/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 38 [00:01:11.500] FileWatcher:: Added:: WatchInfo: /a/b/projects/project/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 39 [00:01:12.500] FileWatcher:: Added:: WatchInfo: /a/b/projects/project/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 40 [00:01:13.500] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 41 [00:01:14.500] DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/project/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 42 [00:01:15.500] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/project/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 43 [00:01:16.500] DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/project/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 44 [00:01:17.500] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/project/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 45 [00:01:18.500] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 46 [00:01:19.500] Project '/dev/null/inferredProject1*' (Inferred) -Info 47 [00:01:20.500] Files (2) +Host is moving to new time +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/projects/project/src/file1.ts ProjectRootPath: /a/b/projects/project +Info seq [hh:mm:ss:mss] Projects: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/projects/project/src/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/projects/project/src/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/projects/project/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/projects/project/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/project/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/project/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/project/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/project/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/projects/project/src/file1.ts SVC-1-0 "" @@ -123,15 +130,15 @@ Info 47 [00:01:20.500] Files (2) file1.ts Root file specified for compilation -Info 48 [00:01:21.500] ----------------------------------------------- -Info 49 [00:01:22.500] After ensureProjectForOpenFiles: -Info 50 [00:01:23.500] Project '/dev/null/inferredProject1*' (Inferred) -Info 50 [00:01:24.500] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 50 [00:01:25.500] ----------------------------------------------- -Info 50 [00:01:26.500] Open files: -Info 50 [00:01:27.500] FileName: /a/b/projects/project/src/file1.ts ProjectRootPath: /a/b/projects/project -Info 50 [00:01:28.500] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/projects/project/src/file1.ts ProjectRootPath: /a/b/projects/project +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* After running Timeout callback:: count: 0 PolledWatches:: @@ -147,6 +154,8 @@ PolledWatches:: {"pollingInterval":500} /a/b/projects/project/node_modules/@types: *new* {"pollingInterval":500} +/a/b/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /a/lib/lib.d.ts: diff --git a/tests/baselines/reference/tsserver/configFileSearch/tsconfig-for-the-file-does-not-exist.js b/tests/baselines/reference/tsserver/configFileSearch/tsconfig-for-the-file-does-not-exist.js index db1dc0b16fa79..8edf8dad589c9 100644 --- a/tests/baselines/reference/tsserver/configFileSearch/tsconfig-for-the-file-does-not-exist.js +++ b/tests/baselines/reference/tsserver/configFileSearch/tsconfig-for-the-file-does-not-exist.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:19.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/a/b/projects/project/src/index.ts] let y = 10 @@ -18,21 +18,23 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:20.000] Search path: /a/b/projects/project/src -Info 2 [00:00:21.000] For info: /a/b/projects/project/src/index.ts :: No config files found. -Info 3 [00:00:22.000] FileWatcher:: Added:: WatchInfo: /a/b/projects/project/src/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 4 [00:00:23.000] FileWatcher:: Added:: WatchInfo: /a/b/projects/project/src/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 5 [00:00:24.000] FileWatcher:: Added:: WatchInfo: /a/b/projects/project/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 6 [00:00:25.000] FileWatcher:: Added:: WatchInfo: /a/b/projects/project/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 7 [00:00:26.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 8 [00:00:27.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 9 [00:00:28.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/project/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 10 [00:00:29.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/project/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 11 [00:00:30.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/project/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 12 [00:00:31.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/project/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 13 [00:00:32.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 14 [00:00:33.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 15 [00:00:34.000] Files (2) +Info seq [hh:mm:ss:mss] Search path: /a/b/projects/project/src +Info seq [hh:mm:ss:mss] For info: /a/b/projects/project/src/index.ts :: No config files found. +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/projects/project/src/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/projects/project/src/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/projects/project/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/projects/project/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/project/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/project/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/project/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/project/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/projects/project/src/index.ts SVC-1-0 "let y = 10" @@ -42,27 +44,27 @@ Info 15 [00:00:34.000] Files (2) index.ts Root file specified for compilation -Info 16 [00:00:35.000] ----------------------------------------------- -Info 17 [00:00:36.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 17 [00:00:37.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 17 [00:00:38.000] ----------------------------------------------- -Info 17 [00:00:39.000] Open files: -Info 17 [00:00:40.000] FileName: /a/b/projects/project/src/index.ts ProjectRootPath: /a/b/projects/proj -Info 17 [00:00:41.000] Projects: /dev/null/inferredProject1* -Info 17 [00:00:44.000] FileWatcher:: Triggered with /a/b/projects/project/tsconfig.json 0:: WatchInfo: /a/b/projects/project/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 18 [00:00:45.000] Search path: /a/b/projects/project/src -Info 19 [00:00:46.000] For info: /a/b/projects/project/src/index.ts :: Config file name: /a/b/projects/project/tsconfig.json -Info 20 [00:00:47.000] Creating configuration project /a/b/projects/project/tsconfig.json -Info 21 [00:00:48.000] Scheduled: /a/b/projects/project/tsconfig.json -Info 22 [00:00:49.000] Scheduled: *ensureProjectForOpenFiles* -Info 23 [00:00:50.000] Elapsed:: *ms FileWatcher:: Triggered with /a/b/projects/project/tsconfig.json 0:: WatchInfo: /a/b/projects/project/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 24 [00:00:51.000] FileWatcher:: Triggered with /a/b/projects/project/tsconfig.json 0:: WatchInfo: /a/b/projects/project/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 25 [00:00:52.000] Search path: /a/b/projects/project/src -Info 26 [00:00:53.000] For info: /a/b/projects/project/src/index.ts :: Config file name: /a/b/projects/project/tsconfig.json -Info 27 [00:00:54.000] Scheduled: /a/b/projects/project/tsconfig.json, Cancelled earlier one -Info 28 [00:00:55.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 29 [00:00:56.000] Elapsed:: *ms FileWatcher:: Triggered with /a/b/projects/project/tsconfig.json 0:: WatchInfo: /a/b/projects/project/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/projects/project/src/index.ts ProjectRootPath: /a/b/projects/proj +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /a/b/projects/project/tsconfig.json 0:: WatchInfo: /a/b/projects/project/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] Search path: /a/b/projects/project/src +Info seq [hh:mm:ss:mss] For info: /a/b/projects/project/src/index.ts :: Config file name: /a/b/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/b/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: /a/b/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /a/b/projects/project/tsconfig.json 0:: WatchInfo: /a/b/projects/project/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /a/b/projects/project/tsconfig.json 0:: WatchInfo: /a/b/projects/project/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] Search path: /a/b/projects/project/src +Info seq [hh:mm:ss:mss] For info: /a/b/projects/project/src/index.ts :: Config file name: /a/b/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: /a/b/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /a/b/projects/project/tsconfig.json 0:: WatchInfo: /a/b/projects/project/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root Before running Timeout callback:: count: 2 3: /a/b/projects/project/tsconfig.json 4: *ensureProjectForOpenFiles* @@ -81,6 +83,8 @@ PolledWatches:: {"pollingInterval":500} /a/b/projects/project/node_modules/@types: *new* {"pollingInterval":500} +/a/b/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /a/lib/lib.d.ts: *new* @@ -88,9 +92,9 @@ FsWatches:: /a/b/projects/project/tsconfig.json: *new* {} -Info 30 [00:00:57.000] Running: /a/b/projects/project/tsconfig.json -Info 31 [00:00:58.000] Loading configured project /a/b/projects/project/tsconfig.json -Info 32 [00:00:59.000] Config: /a/b/projects/project/tsconfig.json : { +Info seq [hh:mm:ss:mss] Running: /a/b/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Loading configured project /a/b/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /a/b/projects/project/tsconfig.json : { "rootNames": [ "/a/b/projects/project/src/index.ts" ], @@ -98,17 +102,19 @@ Info 32 [00:00:59.000] Config: /a/b/projects/project/tsconfig.json : { "configFilePath": "/a/b/projects/project/tsconfig.json" } } -Info 33 [00:01:00.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/project 1 undefined Config: /a/b/projects/project/tsconfig.json WatchType: Wild card directory -Info 34 [00:01:01.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/project 1 undefined Config: /a/b/projects/project/tsconfig.json WatchType: Wild card directory -Info 35 [00:01:02.000] FileWatcher:: Close:: WatchInfo: /a/b/projects/project/src/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 36 [00:01:03.000] FileWatcher:: Close:: WatchInfo: /a/b/projects/project/src/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 37 [00:01:04.000] FileWatcher:: Close:: WatchInfo: /a/b/projects/project/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 38 [00:01:05.000] Starting updateGraphWorker: Project: /a/b/projects/project/tsconfig.json -Info 39 [00:01:06.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/project/node_modules/@types 1 undefined Project: /a/b/projects/project/tsconfig.json WatchType: Type roots -Info 40 [00:01:07.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/project/node_modules/@types 1 undefined Project: /a/b/projects/project/tsconfig.json WatchType: Type roots -Info 41 [00:01:08.000] Finishing updateGraphWorker: Project: /a/b/projects/project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 42 [00:01:09.000] Project '/a/b/projects/project/tsconfig.json' (Configured) -Info 43 [00:01:10.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/project 1 undefined Config: /a/b/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/project 1 undefined Config: /a/b/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/projects/project/src/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/projects/project/src/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/projects/project/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/project/node_modules/@types 1 undefined Project: /a/b/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/project/node_modules/@types 1 undefined Project: /a/b/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/node_modules/@types 1 undefined Project: /a/b/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/node_modules/@types 1 undefined Project: /a/b/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/projects/project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/projects/project/src/index.ts SVC-1-0 "let y = 10" @@ -118,40 +124,40 @@ Info 43 [00:01:10.000] Files (2) src/index.ts Matched by default include pattern '**/*' -Info 44 [00:01:11.000] ----------------------------------------------- -Info 45 [00:01:12.000] Running: *ensureProjectForOpenFiles* -Info 46 [00:01:13.000] Before ensureProjectForOpenFiles: -Info 47 [00:01:14.000] Project '/a/b/projects/project/tsconfig.json' (Configured) -Info 47 [00:01:15.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/a/b/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 47 [00:01:16.000] ----------------------------------------------- -Info 47 [00:01:17.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 47 [00:01:18.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 47 [00:01:19.000] ----------------------------------------------- -Info 47 [00:01:20.000] Open files: -Info 47 [00:01:21.000] FileName: /a/b/projects/project/src/index.ts ProjectRootPath: /a/b/projects/proj -Info 47 [00:01:22.000] Projects: /a/b/projects/project/tsconfig.json -Info 47 [00:01:23.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 48 [00:01:24.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 49 [00:01:25.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 50 [00:01:26.000] Files (0) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/projects/project/src/index.ts ProjectRootPath: /a/b/projects/proj +Info seq [hh:mm:ss:mss] Projects: /a/b/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (0) -Info 51 [00:01:27.000] ----------------------------------------------- -Info 52 [00:01:28.000] After ensureProjectForOpenFiles: -Info 53 [00:01:29.000] Project '/a/b/projects/project/tsconfig.json' (Configured) -Info 53 [00:01:30.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/a/b/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 53 [00:01:31.000] ----------------------------------------------- -Info 53 [00:01:32.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 53 [00:01:33.000] Files (0) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (0) -Info 53 [00:01:34.000] ----------------------------------------------- -Info 53 [00:01:35.000] Open files: -Info 53 [00:01:36.000] FileName: /a/b/projects/project/src/index.ts ProjectRootPath: /a/b/projects/proj -Info 53 [00:01:37.000] Projects: /a/b/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/projects/project/src/index.ts ProjectRootPath: /a/b/projects/proj +Info seq [hh:mm:ss:mss] Projects: /a/b/projects/project/tsconfig.json After running Timeout callback:: count: 0 PolledWatches:: @@ -159,6 +165,8 @@ PolledWatches:: {"pollingInterval":500} /a/b/projects/project/node_modules/@types: {"pollingInterval":500} +/a/b/projects/node_modules/@types: + {"pollingInterval":500} PolledWatches *deleted*:: /a/b/projects/project/src/tsconfig.json: @@ -178,10 +186,10 @@ FsWatchesRecursive:: /a/b/projects/project: *new* {} -Info 53 [00:01:39.000] FileWatcher:: Triggered with /a/b/projects/project/tsconfig.json 2:: WatchInfo: /a/b/projects/project/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 54 [00:01:40.000] `remove Project:: -Info 55 [00:01:41.000] Project '/a/b/projects/project/tsconfig.json' (Configured) -Info 56 [00:01:42.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /a/b/projects/project/tsconfig.json 2:: WatchInfo: /a/b/projects/project/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/a/b/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts /a/b/projects/project/src/index.ts @@ -191,16 +199,18 @@ Info 56 [00:01:42.000] Files (2) src/index.ts Matched by default include pattern '**/*' -Info 57 [00:01:43.000] ----------------------------------------------- -Info 58 [00:01:44.000] DirectoryWatcher:: Close:: WatchInfo: /a/b/projects/project 1 undefined Config: /a/b/projects/project/tsconfig.json WatchType: Wild card directory -Info 59 [00:01:45.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/projects/project 1 undefined Config: /a/b/projects/project/tsconfig.json WatchType: Wild card directory -Info 60 [00:01:46.000] FileWatcher:: Close:: WatchInfo: /a/b/projects/project/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 61 [00:01:47.000] DirectoryWatcher:: Close:: WatchInfo: /a/b/projects/project/node_modules/@types 1 undefined Project: /a/b/projects/project/tsconfig.json WatchType: Type roots -Info 62 [00:01:48.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/projects/project/node_modules/@types 1 undefined Project: /a/b/projects/project/tsconfig.json WatchType: Type roots -Info 63 [00:01:49.000] Search path: /a/b/projects/project/src -Info 64 [00:01:50.000] For info: /a/b/projects/project/src/index.ts :: No config files found. -Info 65 [00:01:51.000] Scheduled: *ensureProjectForOpenFiles* -Info 66 [00:01:52.000] Elapsed:: *ms FileWatcher:: Triggered with /a/b/projects/project/tsconfig.json 2:: WatchInfo: /a/b/projects/project/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /a/b/projects/project 1 undefined Config: /a/b/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/projects/project 1 undefined Config: /a/b/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/projects/project/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /a/b/projects/project/node_modules/@types 1 undefined Project: /a/b/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/projects/project/node_modules/@types 1 undefined Project: /a/b/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /a/b/projects/node_modules/@types 1 undefined Project: /a/b/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/projects/node_modules/@types 1 undefined Project: /a/b/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Search path: /a/b/projects/project/src +Info seq [hh:mm:ss:mss] For info: /a/b/projects/project/src/index.ts :: No config files found. +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /a/b/projects/project/tsconfig.json 2:: WatchInfo: /a/b/projects/project/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root Before running Timeout callback:: count: 1 5: *ensureProjectForOpenFiles* //// [/a/b/projects/project/tsconfig.json] deleted @@ -210,6 +220,8 @@ PolledWatches:: {"pollingInterval":500} /a/b/projects/project/node_modules/@types: {"pollingInterval":500} +/a/b/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /a/lib/lib.d.ts: @@ -223,23 +235,24 @@ FsWatchesRecursive *deleted*:: /a/b/projects/project: {} -Info 67 [00:01:53.500] Running: *ensureProjectForOpenFiles* -Info 68 [00:01:54.500] Before ensureProjectForOpenFiles: -Info 69 [00:01:55.500] Project '/dev/null/inferredProject1*' (Inferred) -Info 69 [00:01:56.500] Files (0) +Host is moving to new time +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (0) -Info 69 [00:01:57.500] ----------------------------------------------- -Info 69 [00:01:58.500] Open files: -Info 69 [00:01:59.500] FileName: /a/b/projects/project/src/index.ts ProjectRootPath: /a/b/projects/proj -Info 69 [00:02:00.500] Projects: -Info 69 [00:02:01.500] FileWatcher:: Added:: WatchInfo: /a/b/projects/project/src/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 70 [00:02:02.500] FileWatcher:: Added:: WatchInfo: /a/b/projects/project/src/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 71 [00:02:03.500] FileWatcher:: Added:: WatchInfo: /a/b/projects/project/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 72 [00:02:04.500] FileWatcher:: Added:: WatchInfo: /a/b/projects/project/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 73 [00:02:05.500] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 74 [00:02:06.500] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 3 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 75 [00:02:07.500] Project '/dev/null/inferredProject1*' (Inferred) -Info 76 [00:02:08.500] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/projects/project/src/index.ts ProjectRootPath: /a/b/projects/proj +Info seq [hh:mm:ss:mss] Projects: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/projects/project/src/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/projects/project/src/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/projects/project/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/projects/project/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 3 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/projects/project/src/index.ts SVC-1-0 "let y = 10" @@ -249,15 +262,15 @@ Info 76 [00:02:08.500] Files (2) index.ts Root file specified for compilation -Info 77 [00:02:09.500] ----------------------------------------------- -Info 78 [00:02:10.500] After ensureProjectForOpenFiles: -Info 79 [00:02:11.500] Project '/dev/null/inferredProject1*' (Inferred) -Info 79 [00:02:12.500] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 79 [00:02:13.500] ----------------------------------------------- -Info 79 [00:02:14.500] Open files: -Info 79 [00:02:15.500] FileName: /a/b/projects/project/src/index.ts ProjectRootPath: /a/b/projects/proj -Info 79 [00:02:16.500] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/projects/project/src/index.ts ProjectRootPath: /a/b/projects/proj +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* After running Timeout callback:: count: 0 PolledWatches:: @@ -265,6 +278,8 @@ PolledWatches:: {"pollingInterval":500} /a/b/projects/project/node_modules/@types: {"pollingInterval":500} +/a/b/projects/node_modules/@types: + {"pollingInterval":500} /a/b/projects/project/src/tsconfig.json: *new* {"pollingInterval":2000} /a/b/projects/project/src/jsconfig.json: *new* diff --git a/tests/baselines/reference/tsserver/configFileSearch/tsconfig-for-the-file-exists.js b/tests/baselines/reference/tsserver/configFileSearch/tsconfig-for-the-file-exists.js index 1bf6d04e23e8a..c1b151ee76d6b 100644 --- a/tests/baselines/reference/tsserver/configFileSearch/tsconfig-for-the-file-exists.js +++ b/tests/baselines/reference/tsserver/configFileSearch/tsconfig-for-the-file-exists.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:21.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/a/b/projects/project/src/index.ts] let y = 10 @@ -21,11 +21,11 @@ interface Array { length: number; [n: number]: T; } {} -Info 1 [00:00:22.000] Search path: /a/b/projects/project/src -Info 2 [00:00:23.000] For info: /a/b/projects/project/src/index.ts :: Config file name: /a/b/projects/project/tsconfig.json -Info 3 [00:00:24.000] Creating configuration project /a/b/projects/project/tsconfig.json -Info 4 [00:00:25.000] FileWatcher:: Added:: WatchInfo: /a/b/projects/project/tsconfig.json 2000 undefined Project: /a/b/projects/project/tsconfig.json WatchType: Config file -Info 5 [00:00:26.000] Config: /a/b/projects/project/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a/b/projects/project/src +Info seq [hh:mm:ss:mss] For info: /a/b/projects/project/src/index.ts :: Config file name: /a/b/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/b/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/projects/project/tsconfig.json 2000 undefined Project: /a/b/projects/project/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/b/projects/project/tsconfig.json : { "rootNames": [ "/a/b/projects/project/src/index.ts" ], @@ -33,15 +33,17 @@ Info 5 [00:00:26.000] Config: /a/b/projects/project/tsconfig.json : { "configFilePath": "/a/b/projects/project/tsconfig.json" } } -Info 6 [00:00:27.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/project 1 undefined Config: /a/b/projects/project/tsconfig.json WatchType: Wild card directory -Info 7 [00:00:28.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/project 1 undefined Config: /a/b/projects/project/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:29.000] Starting updateGraphWorker: Project: /a/b/projects/project/tsconfig.json -Info 9 [00:00:30.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:31.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/project/node_modules/@types 1 undefined Project: /a/b/projects/project/tsconfig.json WatchType: Type roots -Info 11 [00:00:32.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/project/node_modules/@types 1 undefined Project: /a/b/projects/project/tsconfig.json WatchType: Type roots -Info 12 [00:00:33.000] Finishing updateGraphWorker: Project: /a/b/projects/project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 13 [00:00:34.000] Project '/a/b/projects/project/tsconfig.json' (Configured) -Info 14 [00:00:35.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/project 1 undefined Config: /a/b/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/project 1 undefined Config: /a/b/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/project/node_modules/@types 1 undefined Project: /a/b/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/project/node_modules/@types 1 undefined Project: /a/b/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/node_modules/@types 1 undefined Project: /a/b/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/node_modules/@types 1 undefined Project: /a/b/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/projects/project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/projects/project/src/index.ts SVC-1-0 "let y = 10" @@ -51,18 +53,18 @@ Info 14 [00:00:35.000] Files (2) src/index.ts Matched by default include pattern '**/*' -Info 15 [00:00:36.000] ----------------------------------------------- -Info 16 [00:00:37.000] Project '/a/b/projects/project/tsconfig.json' (Configured) -Info 16 [00:00:38.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/b/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 16 [00:00:39.000] ----------------------------------------------- -Info 16 [00:00:40.000] Open files: -Info 16 [00:00:41.000] FileName: /a/b/projects/project/src/index.ts ProjectRootPath: /a/b/projects/proj -Info 16 [00:00:42.000] Projects: /a/b/projects/project/tsconfig.json -Info 16 [00:00:44.000] FileWatcher:: Triggered with /a/b/projects/project/tsconfig.json 2:: WatchInfo: /a/b/projects/project/tsconfig.json 2000 undefined Project: /a/b/projects/project/tsconfig.json WatchType: Config file -Info 17 [00:00:45.000] `remove Project:: -Info 18 [00:00:46.000] Project '/a/b/projects/project/tsconfig.json' (Configured) -Info 19 [00:00:47.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/projects/project/src/index.ts ProjectRootPath: /a/b/projects/proj +Info seq [hh:mm:ss:mss] Projects: /a/b/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /a/b/projects/project/tsconfig.json 2:: WatchInfo: /a/b/projects/project/tsconfig.json 2000 undefined Project: /a/b/projects/project/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/a/b/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts /a/b/projects/project/src/index.ts @@ -72,16 +74,18 @@ Info 19 [00:00:47.000] Files (2) src/index.ts Matched by default include pattern '**/*' -Info 20 [00:00:48.000] ----------------------------------------------- -Info 21 [00:00:49.000] DirectoryWatcher:: Close:: WatchInfo: /a/b/projects/project 1 undefined Config: /a/b/projects/project/tsconfig.json WatchType: Wild card directory -Info 22 [00:00:50.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/projects/project 1 undefined Config: /a/b/projects/project/tsconfig.json WatchType: Wild card directory -Info 23 [00:00:51.000] FileWatcher:: Close:: WatchInfo: /a/b/projects/project/tsconfig.json 2000 undefined Project: /a/b/projects/project/tsconfig.json WatchType: Config file -Info 24 [00:00:52.000] DirectoryWatcher:: Close:: WatchInfo: /a/b/projects/project/node_modules/@types 1 undefined Project: /a/b/projects/project/tsconfig.json WatchType: Type roots -Info 25 [00:00:53.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/projects/project/node_modules/@types 1 undefined Project: /a/b/projects/project/tsconfig.json WatchType: Type roots -Info 26 [00:00:54.000] Search path: /a/b/projects/project/src -Info 27 [00:00:55.000] For info: /a/b/projects/project/src/index.ts :: No config files found. -Info 28 [00:00:56.000] Scheduled: *ensureProjectForOpenFiles* -Info 29 [00:00:57.000] Elapsed:: *ms FileWatcher:: Triggered with /a/b/projects/project/tsconfig.json 2:: WatchInfo: /a/b/projects/project/tsconfig.json 2000 undefined Project: /a/b/projects/project/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /a/b/projects/project 1 undefined Config: /a/b/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/projects/project 1 undefined Config: /a/b/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/projects/project/tsconfig.json 2000 undefined Project: /a/b/projects/project/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /a/b/projects/project/node_modules/@types 1 undefined Project: /a/b/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/projects/project/node_modules/@types 1 undefined Project: /a/b/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /a/b/projects/node_modules/@types 1 undefined Project: /a/b/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/projects/node_modules/@types 1 undefined Project: /a/b/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Search path: /a/b/projects/project/src +Info seq [hh:mm:ss:mss] For info: /a/b/projects/project/src/index.ts :: No config files found. +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /a/b/projects/project/tsconfig.json 2:: WatchInfo: /a/b/projects/project/tsconfig.json 2000 undefined Project: /a/b/projects/project/tsconfig.json WatchType: Config file Before running Timeout callback:: count: 1 1: *ensureProjectForOpenFiles* //// [/a/b/projects/project/tsconfig.json] deleted @@ -90,23 +94,26 @@ FsWatches:: /a/lib/lib.d.ts: *new* {} -Info 30 [00:00:58.500] Running: *ensureProjectForOpenFiles* -Info 31 [00:00:59.500] Before ensureProjectForOpenFiles: -Info 32 [00:01:00.500] Open files: -Info 32 [00:01:01.500] FileName: /a/b/projects/project/src/index.ts ProjectRootPath: /a/b/projects/proj -Info 32 [00:01:02.500] Projects: -Info 32 [00:01:03.500] FileWatcher:: Added:: WatchInfo: /a/b/projects/project/src/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 33 [00:01:04.500] FileWatcher:: Added:: WatchInfo: /a/b/projects/project/src/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 34 [00:01:05.500] FileWatcher:: Added:: WatchInfo: /a/b/projects/project/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 35 [00:01:06.500] FileWatcher:: Added:: WatchInfo: /a/b/projects/project/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 36 [00:01:07.500] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 37 [00:01:08.500] DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/project/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 38 [00:01:09.500] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/project/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 39 [00:01:10.500] DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/project/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 40 [00:01:11.500] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/project/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 41 [00:01:12.500] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 42 [00:01:13.500] Project '/dev/null/inferredProject1*' (Inferred) -Info 43 [00:01:14.500] Files (2) +Host is moving to new time +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/projects/project/src/index.ts ProjectRootPath: /a/b/projects/proj +Info seq [hh:mm:ss:mss] Projects: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/projects/project/src/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/projects/project/src/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/projects/project/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/projects/project/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/project/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/project/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/project/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/project/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/projects/project/src/index.ts SVC-1-0 "let y = 10" @@ -116,15 +123,15 @@ Info 43 [00:01:14.500] Files (2) index.ts Root file specified for compilation -Info 44 [00:01:15.500] ----------------------------------------------- -Info 45 [00:01:16.500] After ensureProjectForOpenFiles: -Info 46 [00:01:17.500] Project '/dev/null/inferredProject1*' (Inferred) -Info 46 [00:01:18.500] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 46 [00:01:19.500] ----------------------------------------------- -Info 46 [00:01:20.500] Open files: -Info 46 [00:01:21.500] FileName: /a/b/projects/project/src/index.ts ProjectRootPath: /a/b/projects/proj -Info 46 [00:01:22.500] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/projects/project/src/index.ts ProjectRootPath: /a/b/projects/proj +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* After running Timeout callback:: count: 0 PolledWatches:: @@ -140,24 +147,26 @@ PolledWatches:: {"pollingInterval":500} /a/b/projects/project/node_modules/@types: *new* {"pollingInterval":500} +/a/b/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /a/lib/lib.d.ts: {} -Info 46 [00:01:25.500] FileWatcher:: Triggered with /a/b/projects/project/tsconfig.json 0:: WatchInfo: /a/b/projects/project/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 47 [00:01:26.500] Search path: /a/b/projects/project/src -Info 48 [00:01:27.500] For info: /a/b/projects/project/src/index.ts :: Config file name: /a/b/projects/project/tsconfig.json -Info 49 [00:01:28.500] Creating configuration project /a/b/projects/project/tsconfig.json -Info 50 [00:01:29.500] Scheduled: /a/b/projects/project/tsconfig.json -Info 51 [00:01:30.500] Scheduled: *ensureProjectForOpenFiles* -Info 52 [00:01:31.500] Elapsed:: *ms FileWatcher:: Triggered with /a/b/projects/project/tsconfig.json 0:: WatchInfo: /a/b/projects/project/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 53 [00:01:32.500] FileWatcher:: Triggered with /a/b/projects/project/tsconfig.json 0:: WatchInfo: /a/b/projects/project/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 54 [00:01:33.500] Search path: /a/b/projects/project/src -Info 55 [00:01:34.500] For info: /a/b/projects/project/src/index.ts :: Config file name: /a/b/projects/project/tsconfig.json -Info 56 [00:01:35.500] Scheduled: /a/b/projects/project/tsconfig.json, Cancelled earlier one -Info 57 [00:01:36.500] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 58 [00:01:37.500] Elapsed:: *ms FileWatcher:: Triggered with /a/b/projects/project/tsconfig.json 0:: WatchInfo: /a/b/projects/project/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /a/b/projects/project/tsconfig.json 0:: WatchInfo: /a/b/projects/project/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] Search path: /a/b/projects/project/src +Info seq [hh:mm:ss:mss] For info: /a/b/projects/project/src/index.ts :: Config file name: /a/b/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/b/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: /a/b/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /a/b/projects/project/tsconfig.json 0:: WatchInfo: /a/b/projects/project/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /a/b/projects/project/tsconfig.json 0:: WatchInfo: /a/b/projects/project/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] Search path: /a/b/projects/project/src +Info seq [hh:mm:ss:mss] For info: /a/b/projects/project/src/index.ts :: Config file name: /a/b/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: /a/b/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /a/b/projects/project/tsconfig.json 0:: WatchInfo: /a/b/projects/project/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root Before running Timeout callback:: count: 2 4: /a/b/projects/project/tsconfig.json 5: *ensureProjectForOpenFiles* @@ -176,6 +185,8 @@ PolledWatches:: {"pollingInterval":500} /a/b/projects/project/node_modules/@types: {"pollingInterval":500} +/a/b/projects/node_modules/@types: + {"pollingInterval":500} PolledWatches *deleted*:: /a/b/projects/project/tsconfig.json: @@ -187,9 +198,9 @@ FsWatches:: /a/b/projects/project/tsconfig.json: *new* {} -Info 59 [00:01:38.500] Running: /a/b/projects/project/tsconfig.json -Info 60 [00:01:39.500] Loading configured project /a/b/projects/project/tsconfig.json -Info 61 [00:01:40.500] Config: /a/b/projects/project/tsconfig.json : { +Info seq [hh:mm:ss:mss] Running: /a/b/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Loading configured project /a/b/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /a/b/projects/project/tsconfig.json : { "rootNames": [ "/a/b/projects/project/src/index.ts" ], @@ -197,17 +208,19 @@ Info 61 [00:01:40.500] Config: /a/b/projects/project/tsconfig.json : { "configFilePath": "/a/b/projects/project/tsconfig.json" } } -Info 62 [00:01:41.500] DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/project 1 undefined Config: /a/b/projects/project/tsconfig.json WatchType: Wild card directory -Info 63 [00:01:42.500] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/project 1 undefined Config: /a/b/projects/project/tsconfig.json WatchType: Wild card directory -Info 64 [00:01:43.500] FileWatcher:: Close:: WatchInfo: /a/b/projects/project/src/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 65 [00:01:44.500] FileWatcher:: Close:: WatchInfo: /a/b/projects/project/src/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 66 [00:01:45.500] FileWatcher:: Close:: WatchInfo: /a/b/projects/project/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 67 [00:01:46.500] Starting updateGraphWorker: Project: /a/b/projects/project/tsconfig.json -Info 68 [00:01:47.500] DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/project/node_modules/@types 1 undefined Project: /a/b/projects/project/tsconfig.json WatchType: Type roots -Info 69 [00:01:48.500] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/project/node_modules/@types 1 undefined Project: /a/b/projects/project/tsconfig.json WatchType: Type roots -Info 70 [00:01:49.500] Finishing updateGraphWorker: Project: /a/b/projects/project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 71 [00:01:50.500] Project '/a/b/projects/project/tsconfig.json' (Configured) -Info 72 [00:01:51.500] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/project 1 undefined Config: /a/b/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/project 1 undefined Config: /a/b/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/projects/project/src/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/projects/project/src/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/projects/project/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/project/node_modules/@types 1 undefined Project: /a/b/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/project/node_modules/@types 1 undefined Project: /a/b/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/node_modules/@types 1 undefined Project: /a/b/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/node_modules/@types 1 undefined Project: /a/b/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/projects/project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/projects/project/src/index.ts SVC-1-0 "let y = 10" @@ -217,40 +230,40 @@ Info 72 [00:01:51.500] Files (2) src/index.ts Matched by default include pattern '**/*' -Info 73 [00:01:52.500] ----------------------------------------------- -Info 74 [00:01:53.500] Running: *ensureProjectForOpenFiles* -Info 75 [00:01:54.500] Before ensureProjectForOpenFiles: -Info 76 [00:01:55.500] Project '/a/b/projects/project/tsconfig.json' (Configured) -Info 76 [00:01:56.500] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/a/b/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 76 [00:01:57.500] ----------------------------------------------- -Info 76 [00:01:58.500] Project '/dev/null/inferredProject1*' (Inferred) -Info 76 [00:01:59.500] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 76 [00:02:00.500] ----------------------------------------------- -Info 76 [00:02:01.500] Open files: -Info 76 [00:02:02.500] FileName: /a/b/projects/project/src/index.ts ProjectRootPath: /a/b/projects/proj -Info 76 [00:02:03.500] Projects: /a/b/projects/project/tsconfig.json -Info 76 [00:02:04.500] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 77 [00:02:05.500] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 78 [00:02:06.500] Project '/dev/null/inferredProject1*' (Inferred) -Info 79 [00:02:07.500] Files (0) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/projects/project/src/index.ts ProjectRootPath: /a/b/projects/proj +Info seq [hh:mm:ss:mss] Projects: /a/b/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (0) -Info 80 [00:02:08.500] ----------------------------------------------- -Info 81 [00:02:09.500] After ensureProjectForOpenFiles: -Info 82 [00:02:10.500] Project '/a/b/projects/project/tsconfig.json' (Configured) -Info 82 [00:02:11.500] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/a/b/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 82 [00:02:12.500] ----------------------------------------------- -Info 82 [00:02:13.500] Project '/dev/null/inferredProject1*' (Inferred) -Info 82 [00:02:14.500] Files (0) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (0) -Info 82 [00:02:15.500] ----------------------------------------------- -Info 82 [00:02:16.500] Open files: -Info 82 [00:02:17.500] FileName: /a/b/projects/project/src/index.ts ProjectRootPath: /a/b/projects/proj -Info 82 [00:02:18.500] Projects: /a/b/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/projects/project/src/index.ts ProjectRootPath: /a/b/projects/proj +Info seq [hh:mm:ss:mss] Projects: /a/b/projects/project/tsconfig.json After running Timeout callback:: count: 0 PolledWatches:: @@ -258,6 +271,8 @@ PolledWatches:: {"pollingInterval":500} /a/b/projects/project/node_modules/@types: {"pollingInterval":500} +/a/b/projects/node_modules/@types: + {"pollingInterval":500} PolledWatches *deleted*:: /a/b/projects/project/src/tsconfig.json: diff --git a/tests/baselines/reference/tsserver/configFileSearch/when-projectRootPath-is-not-present.js b/tests/baselines/reference/tsserver/configFileSearch/when-projectRootPath-is-not-present.js index 0e8f8b8cd9c6d..a5b8f3a0e21e9 100644 --- a/tests/baselines/reference/tsserver/configFileSearch/when-projectRootPath-is-not-present.js +++ b/tests/baselines/reference/tsserver/configFileSearch/when-projectRootPath-is-not-present.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: true -Info 0 [00:00:23.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/a/lib/lib.d.ts] /// @@ -18,25 +18,27 @@ interface Array { length: number; [n: number]: T; } const x = 10 -Info 1 [00:00:24.000] Search path: /root/teams/VSCode68/Shared Documents/General/jt-ts-test-workspace -Info 2 [00:00:25.000] For info: /root/teams/VSCode68/Shared Documents/General/jt-ts-test-workspace/x.js :: No config files found. -Info 3 [00:00:26.000] FileWatcher:: Added:: WatchInfo: /root/teams/VSCode68/Shared Documents/General/jt-ts-test-workspace/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 4 [00:00:27.000] FileWatcher:: Added:: WatchInfo: /root/teams/VSCode68/Shared Documents/General/jt-ts-test-workspace/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 5 [00:00:28.000] FileWatcher:: Added:: WatchInfo: /root/teams/VSCode68/Shared Documents/General/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 6 [00:00:29.000] FileWatcher:: Added:: WatchInfo: /root/teams/VSCode68/Shared Documents/General/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 7 [00:00:30.000] FileWatcher:: Added:: WatchInfo: /root/teams/VSCode68/Shared Documents/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 8 [00:00:31.000] FileWatcher:: Added:: WatchInfo: /root/teams/VSCode68/Shared Documents/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 9 [00:00:32.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 10 [00:00:33.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:34.000] DirectoryWatcher:: Added:: WatchInfo: /root/teams/VSCode68/Shared Documents/General/jt-ts-test-workspace/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 12 [00:00:35.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /root/teams/VSCode68/Shared Documents/General/jt-ts-test-workspace/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 13 [00:00:36.000] DirectoryWatcher:: Added:: WatchInfo: /root/teams/VSCode68/Shared Documents/General/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 14 [00:00:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /root/teams/VSCode68/Shared Documents/General/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 15 [00:00:38.000] DirectoryWatcher:: Added:: WatchInfo: /root/teams/VSCode68/Shared Documents/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 16 [00:00:39.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /root/teams/VSCode68/Shared Documents/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 17 [00:00:40.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 18 [00:00:41.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 19 [00:00:42.000] Files (2) +Info seq [hh:mm:ss:mss] Search path: /root/teams/VSCode68/Shared Documents/General/jt-ts-test-workspace +Info seq [hh:mm:ss:mss] For info: /root/teams/VSCode68/Shared Documents/General/jt-ts-test-workspace/x.js :: No config files found. +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /root/teams/VSCode68/Shared Documents/General/jt-ts-test-workspace/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /root/teams/VSCode68/Shared Documents/General/jt-ts-test-workspace/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /root/teams/VSCode68/Shared Documents/General/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /root/teams/VSCode68/Shared Documents/General/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /root/teams/VSCode68/Shared Documents/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /root/teams/VSCode68/Shared Documents/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /root/teams/VSCode68/Shared Documents/General/jt-ts-test-workspace/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /root/teams/VSCode68/Shared Documents/General/jt-ts-test-workspace/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /root/teams/VSCode68/Shared Documents/General/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /root/teams/VSCode68/Shared Documents/General/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /root/teams/VSCode68/Shared Documents/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /root/teams/VSCode68/Shared Documents/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /root/teams/VSCode68/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /root/teams/VSCode68/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /root/teams/VSCode68/Shared Documents/General/jt-ts-test-workspace/x.js SVC-1-0 "const x = 10" @@ -46,11 +48,11 @@ Info 19 [00:00:42.000] Files (2) x.js Root file specified for compilation -Info 20 [00:00:43.000] ----------------------------------------------- -Info 21 [00:00:44.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 21 [00:00:45.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 21 [00:00:46.000] ----------------------------------------------- -Info 21 [00:00:47.000] Open files: -Info 21 [00:00:48.000] FileName: /root/teams/VSCode68/Shared Documents/General/jt-ts-test-workspace/x.js ProjectRootPath: undefined -Info 21 [00:00:49.000] Projects: /dev/null/inferredProject1* \ No newline at end of file +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /root/teams/VSCode68/Shared Documents/General/jt-ts-test-workspace/x.js ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/configFileSearch/when-projectRootPath-is-present-but-file-is-not-from-project-root.js b/tests/baselines/reference/tsserver/configFileSearch/when-projectRootPath-is-present-but-file-is-not-from-project-root.js index 7950aa595390f..6145a4582a45e 100644 --- a/tests/baselines/reference/tsserver/configFileSearch/when-projectRootPath-is-present-but-file-is-not-from-project-root.js +++ b/tests/baselines/reference/tsserver/configFileSearch/when-projectRootPath-is-present-but-file-is-not-from-project-root.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: true -Info 0 [00:00:23.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/a/lib/lib.d.ts] /// @@ -18,25 +18,27 @@ interface Array { length: number; [n: number]: T; } const x = 10 -Info 1 [00:00:24.000] Search path: /root/teams/VSCode68/Shared Documents/General/jt-ts-test-workspace -Info 2 [00:00:25.000] For info: /root/teams/VSCode68/Shared Documents/General/jt-ts-test-workspace/x.js :: No config files found. -Info 3 [00:00:26.000] FileWatcher:: Added:: WatchInfo: /root/teams/VSCode68/Shared Documents/General/jt-ts-test-workspace/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 4 [00:00:27.000] FileWatcher:: Added:: WatchInfo: /root/teams/VSCode68/Shared Documents/General/jt-ts-test-workspace/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 5 [00:00:28.000] FileWatcher:: Added:: WatchInfo: /root/teams/VSCode68/Shared Documents/General/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 6 [00:00:29.000] FileWatcher:: Added:: WatchInfo: /root/teams/VSCode68/Shared Documents/General/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 7 [00:00:30.000] FileWatcher:: Added:: WatchInfo: /root/teams/VSCode68/Shared Documents/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 8 [00:00:31.000] FileWatcher:: Added:: WatchInfo: /root/teams/VSCode68/Shared Documents/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 9 [00:00:32.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 10 [00:00:33.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:34.000] DirectoryWatcher:: Added:: WatchInfo: /root/teams/VSCode68/Shared Documents/General/jt-ts-test-workspace/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 12 [00:00:35.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /root/teams/VSCode68/Shared Documents/General/jt-ts-test-workspace/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 13 [00:00:36.000] DirectoryWatcher:: Added:: WatchInfo: /root/teams/VSCode68/Shared Documents/General/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 14 [00:00:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /root/teams/VSCode68/Shared Documents/General/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 15 [00:00:38.000] DirectoryWatcher:: Added:: WatchInfo: /root/teams/VSCode68/Shared Documents/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 16 [00:00:39.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /root/teams/VSCode68/Shared Documents/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 17 [00:00:40.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 18 [00:00:41.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 19 [00:00:42.000] Files (2) +Info seq [hh:mm:ss:mss] Search path: /root/teams/VSCode68/Shared Documents/General/jt-ts-test-workspace +Info seq [hh:mm:ss:mss] For info: /root/teams/VSCode68/Shared Documents/General/jt-ts-test-workspace/x.js :: No config files found. +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /root/teams/VSCode68/Shared Documents/General/jt-ts-test-workspace/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /root/teams/VSCode68/Shared Documents/General/jt-ts-test-workspace/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /root/teams/VSCode68/Shared Documents/General/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /root/teams/VSCode68/Shared Documents/General/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /root/teams/VSCode68/Shared Documents/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /root/teams/VSCode68/Shared Documents/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /root/teams/VSCode68/Shared Documents/General/jt-ts-test-workspace/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /root/teams/VSCode68/Shared Documents/General/jt-ts-test-workspace/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /root/teams/VSCode68/Shared Documents/General/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /root/teams/VSCode68/Shared Documents/General/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /root/teams/VSCode68/Shared Documents/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /root/teams/VSCode68/Shared Documents/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /root/teams/VSCode68/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /root/teams/VSCode68/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /root/teams/VSCode68/Shared Documents/General/jt-ts-test-workspace/x.js SVC-1-0 "const x = 10" @@ -46,11 +48,11 @@ Info 19 [00:00:42.000] Files (2) x.js Root file specified for compilation -Info 20 [00:00:43.000] ----------------------------------------------- -Info 21 [00:00:44.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 21 [00:00:45.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 21 [00:00:46.000] ----------------------------------------------- -Info 21 [00:00:47.000] Open files: -Info 21 [00:00:48.000] FileName: /root/teams/VSCode68/Shared Documents/General/jt-ts-test-workspace/x.js ProjectRootPath: /a/b -Info 21 [00:00:49.000] Projects: /dev/null/inferredProject1* \ No newline at end of file +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /root/teams/VSCode68/Shared Documents/General/jt-ts-test-workspace/x.js ProjectRootPath: /a/b +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/configFileSerach/should-stop-at-projectRootPath-if-given.js b/tests/baselines/reference/tsserver/configFileSerach/should-stop-at-projectRootPath-if-given.js index 9b42ec858d6cf..fe1b6d9ebfcd0 100644 --- a/tests/baselines/reference/tsserver/configFileSerach/should-stop-at-projectRootPath-if-given.js +++ b/tests/baselines/reference/tsserver/configFileSerach/should-stop-at-projectRootPath-if-given.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:09.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/a/file1.ts] @@ -8,41 +8,39 @@ Creating project service {} -Info 1 [00:00:10.000] Search path: /a -Info 2 [00:00:11.000] For info: /a/file1.ts :: No config files found. -Info 3 [00:00:12.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 4 [00:00:13.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 5 [00:00:14.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 6 [00:00:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 7 [00:00:16.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 8 [00:00:17.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 9 [00:00:18.000] Files (1) +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/file1.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /a/file1.ts SVC-1-0 "" file1.ts Root file specified for compilation -Info 10 [00:00:19.000] ----------------------------------------------- -Info 11 [00:00:20.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 11 [00:00:21.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 11 [00:00:22.000] ----------------------------------------------- -Info 11 [00:00:23.000] Open files: -Info 11 [00:00:24.000] FileName: /a/file1.ts ProjectRootPath: /a -Info 11 [00:00:25.000] Projects: /dev/null/inferredProject1* -Info 11 [00:00:26.000] FileWatcher:: Added:: WatchInfo: /a/file1.ts 500 undefined WatchType: Closed Script info -Info 12 [00:00:27.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 12 [00:00:28.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/file1.ts ProjectRootPath: /a +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/file1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 12 [00:00:29.000] ----------------------------------------------- -Info 12 [00:00:30.000] Open files: -Info 12 [00:00:31.000] FileWatcher:: Close:: WatchInfo: /a/file1.ts 500 undefined WatchType: Closed Script info -Info 13 [00:00:32.000] Search path: /a -Info 14 [00:00:33.000] For info: /a/file1.ts :: Config file name: /tsconfig.json -Info 15 [00:00:34.000] Creating configuration project /tsconfig.json -Info 16 [00:00:35.000] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file -Info 17 [00:00:36.000] Config: /tsconfig.json : { +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/file1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/file1.ts :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /tsconfig.json : { "rootNames": [ "/a/file1.ts" ], @@ -50,37 +48,35 @@ Info 17 [00:00:36.000] Config: /tsconfig.json : { "configFilePath": "/tsconfig.json" } } -Info 18 [00:00:37.000] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 19 [00:00:38.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 20 [00:00:39.000] Starting updateGraphWorker: Project: /tsconfig.json -Info 21 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file -Info 22 [00:00:41.000] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:00:42.000] Project '/tsconfig.json' (Configured) -Info 24 [00:00:43.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/file1.ts SVC-1-0 "" a/file1.ts Matched by default include pattern '**/*' -Info 25 [00:00:44.000] ----------------------------------------------- -Info 26 [00:00:45.000] `remove Project:: -Info 27 [00:00:46.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 28 [00:00:47.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /a/file1.ts file1.ts Root file specified for compilation -Info 29 [00:00:48.000] ----------------------------------------------- -Info 30 [00:00:49.000] DirectoryWatcher:: Close:: WatchInfo: /a/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 31 [00:00:50.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 32 [00:00:51.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 33 [00:00:52.000] Project '/tsconfig.json' (Configured) -Info 33 [00:00:53.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 33 [00:00:54.000] ----------------------------------------------- -Info 33 [00:00:55.000] Open files: -Info 33 [00:00:56.000] FileName: /a/file1.ts ProjectRootPath: undefined -Info 33 [00:00:57.000] Projects: /tsconfig.json \ No newline at end of file +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/configuredProjects/Open-ref-of-configured-project-when-open-file-gets-added-to-the-project-as-part-of-configured-file-update-buts-its-open-file-references-are-all-closed-when-the-update-happens.js b/tests/baselines/reference/tsserver/configuredProjects/Open-ref-of-configured-project-when-open-file-gets-added-to-the-project-as-part-of-configured-file-update-buts-its-open-file-references-are-all-closed-when-the-update-happens.js index d335de36be5a5..8e36e4554a942 100644 --- a/tests/baselines/reference/tsserver/configuredProjects/Open-ref-of-configured-project-when-open-file-gets-added-to-the-project-as-part-of-configured-file-update-buts-its-open-file-references-are-all-closed-when-the-update-happens.js +++ b/tests/baselines/reference/tsserver/configuredProjects/Open-ref-of-configured-project-when-open-file-gets-added-to-the-project-as-part-of-configured-file-update-buts-its-open-file-references-are-all-closed-when-the-update-happens.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:19.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/a/b/src/file1.ts] let x = 1; @@ -17,11 +17,11 @@ let z = 1; {"files":["src/file1.ts","file3.ts"]} -Info 1 [00:00:20.000] Search path: /a/b/src -Info 2 [00:00:21.000] For info: /a/b/src/file1.ts :: Config file name: /a/b/tsconfig.json -Info 3 [00:00:22.000] Creating configuration project /a/b/tsconfig.json -Info 4 [00:00:23.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 5 [00:00:24.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a/b/src +Info seq [hh:mm:ss:mss] For info: /a/b/src/file1.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/b/tsconfig.json : { "rootNames": [ "/a/b/src/file1.ts", "/a/b/file3.ts" @@ -30,14 +30,12 @@ Info 5 [00:00:24.000] Config: /a/b/tsconfig.json : { "configFilePath": "/a/b/tsconfig.json" } } -Info 6 [00:00:25.000] FileWatcher:: Added:: WatchInfo: /a/b/file3.ts 500 undefined WatchType: Closed Script info -Info 7 [00:00:26.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 8 [00:00:27.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 9 [00:00:28.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 10 [00:00:29.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 11 [00:00:30.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 12 [00:00:31.000] Project '/a/b/tsconfig.json' (Configured) -Info 13 [00:00:32.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/file3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/b/src/file1.ts SVC-1-0 "let x = 1;" /a/b/file3.ts Text-1 "let z = 1;" @@ -47,96 +45,96 @@ Info 13 [00:00:32.000] Files (2) file3.ts Part of 'files' list in tsconfig.json -Info 14 [00:00:33.000] ----------------------------------------------- -Info 15 [00:00:34.000] Project '/a/b/tsconfig.json' (Configured) -Info 15 [00:00:35.000] Files (2) - -Info 15 [00:00:36.000] ----------------------------------------------- -Info 15 [00:00:37.000] Open files: -Info 15 [00:00:38.000] FileName: /a/b/src/file1.ts ProjectRootPath: undefined -Info 15 [00:00:39.000] Projects: /a/b/tsconfig.json -Info 15 [00:00:40.000] Search path: /a/b/src -Info 16 [00:00:41.000] For info: /a/b/src/file2.ts :: Config file name: /a/b/tsconfig.json -Info 17 [00:00:42.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 18 [00:00:43.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 19 [00:00:44.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 20 [00:00:45.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 21 [00:00:46.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 22 [00:00:47.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 23 [00:00:48.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/src/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /a/b/src +Info seq [hh:mm:ss:mss] For info: /a/b/src/file2.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /a/b/src/file2.ts SVC-1-0 "let y = 1;" file2.ts Root file specified for compilation -Info 24 [00:00:49.000] ----------------------------------------------- -Info 25 [00:00:50.000] Project '/a/b/tsconfig.json' (Configured) -Info 25 [00:00:51.000] Files (2) - -Info 25 [00:00:52.000] ----------------------------------------------- -Info 25 [00:00:53.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 25 [00:00:54.000] Files (1) - -Info 25 [00:00:55.000] ----------------------------------------------- -Info 25 [00:00:56.000] Open files: -Info 25 [00:00:57.000] FileName: /a/b/src/file1.ts ProjectRootPath: undefined -Info 25 [00:00:58.000] Projects: /a/b/tsconfig.json -Info 25 [00:00:59.000] FileName: /a/b/src/file2.ts ProjectRootPath: undefined -Info 25 [00:01:00.000] Projects: /dev/null/inferredProject1* -Info 25 [00:01:01.000] FileWatcher:: Close:: WatchInfo: /a/b/file3.ts 500 undefined WatchType: Closed Script info -Info 26 [00:01:02.000] Search path: /a/b -Info 27 [00:01:03.000] For info: /a/b/file3.ts :: Config file name: /a/b/tsconfig.json -Info 28 [00:01:04.000] Project '/a/b/tsconfig.json' (Configured) -Info 28 [00:01:05.000] Files (2) - -Info 28 [00:01:06.000] ----------------------------------------------- -Info 28 [00:01:07.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 28 [00:01:08.000] Files (1) - -Info 28 [00:01:09.000] ----------------------------------------------- -Info 28 [00:01:10.000] Open files: -Info 28 [00:01:11.000] FileName: /a/b/src/file1.ts ProjectRootPath: undefined -Info 28 [00:01:12.000] Projects: /a/b/tsconfig.json -Info 28 [00:01:13.000] FileName: /a/b/src/file2.ts ProjectRootPath: undefined -Info 28 [00:01:14.000] Projects: /dev/null/inferredProject1* -Info 28 [00:01:15.000] FileName: /a/b/file3.ts ProjectRootPath: undefined -Info 28 [00:01:16.000] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/src/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /a/b/src/file2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/file3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/file3.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/src/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /a/b/src/file2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /a/b/file3.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json Configured project: /a/b/tsconfig.json hasOpenRef:: true isClosed: false -Info 28 [00:01:17.000] FileWatcher:: Added:: WatchInfo: /a/b/src/file1.ts 500 undefined WatchType: Closed Script info -Info 29 [00:01:18.000] Project '/a/b/tsconfig.json' (Configured) -Info 29 [00:01:19.000] Files (2) - -Info 29 [00:01:20.000] ----------------------------------------------- -Info 29 [00:01:21.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 29 [00:01:22.000] Files (1) - -Info 29 [00:01:23.000] ----------------------------------------------- -Info 29 [00:01:24.000] Open files: -Info 29 [00:01:25.000] FileName: /a/b/src/file2.ts ProjectRootPath: undefined -Info 29 [00:01:26.000] Projects: /dev/null/inferredProject1* -Info 29 [00:01:27.000] FileName: /a/b/file3.ts ProjectRootPath: undefined -Info 29 [00:01:28.000] Projects: /a/b/tsconfig.json -Info 29 [00:01:29.000] FileWatcher:: Added:: WatchInfo: /a/b/file3.ts 500 undefined WatchType: Closed Script info -Info 30 [00:01:30.000] Project '/a/b/tsconfig.json' (Configured) -Info 30 [00:01:31.000] Files (2) - -Info 30 [00:01:32.000] ----------------------------------------------- -Info 30 [00:01:33.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 30 [00:01:34.000] Files (1) - -Info 30 [00:01:35.000] ----------------------------------------------- -Info 30 [00:01:36.000] Open files: -Info 30 [00:01:37.000] FileName: /a/b/src/file2.ts ProjectRootPath: undefined -Info 30 [00:01:38.000] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/src/file1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/src/file2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /a/b/file3.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/file3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/src/file2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* Configured project: /a/b/tsconfig.json hasOpenRef:: false isClosed: false -Info 30 [00:01:42.000] FileWatcher:: Triggered with /a/b/tsconfig.json 1:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 31 [00:01:43.000] Scheduled: /a/b/tsconfig.json -Info 32 [00:01:44.000] Search path: /a/b/src -Info 33 [00:01:45.000] For info: /a/b/src/file2.ts :: Config file name: /a/b/tsconfig.json -Info 34 [00:01:46.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 35 [00:01:47.000] Scheduled: *ensureProjectForOpenFiles* -Info 36 [00:01:48.000] Elapsed:: *ms FileWatcher:: Triggered with /a/b/tsconfig.json 1:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /a/b/tsconfig.json 1:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Scheduled: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /a/b/src +Info seq [hh:mm:ss:mss] For info: /a/b/src/file2.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: /a/b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /a/b/tsconfig.json 1:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file configFile updated //// [/a/b/tsconfig.json] {} @@ -145,8 +143,6 @@ configFile updated PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/b/node_modules/@types: *new* - {"pollingInterval":500} /a/b/src/node_modules/@types: *new* {"pollingInterval":500} @@ -159,65 +155,45 @@ FsWatches:: {} Configured project: /a/b/tsconfig.json hasOpenRef:: true isClosed: false -Info 37 [00:01:49.000] Search path: /a -Info 38 [00:01:50.000] For info: /a/file4.ts :: No config files found. -Info 39 [00:01:51.000] Starting updateGraphWorker: Project: /dev/null/inferredProject2* -Info 40 [00:01:52.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject2* WatchType: Missing file -Info 41 [00:01:53.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 42 [00:01:54.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 43 [00:01:55.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 44 [00:01:56.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 45 [00:01:57.000] Files (1) +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/file4.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject2* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /a/file4.ts SVC-1-0 "let z = 1;" file4.ts Root file specified for compilation -Info 46 [00:01:58.000] ----------------------------------------------- -Info 47 [00:01:59.000] Project '/a/b/tsconfig.json' (Configured) -Info 47 [00:02:00.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 47 [00:02:01.000] ----------------------------------------------- -Info 47 [00:02:02.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 47 [00:02:03.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 47 [00:02:04.000] ----------------------------------------------- -Info 47 [00:02:05.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 47 [00:02:06.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 47 [00:02:07.000] ----------------------------------------------- -Info 47 [00:02:08.000] Open files: -Info 47 [00:02:09.000] FileName: /a/b/src/file2.ts ProjectRootPath: undefined -Info 47 [00:02:10.000] Projects: /dev/null/inferredProject1* -Info 47 [00:02:11.000] FileName: /a/file4.ts ProjectRootPath: undefined -Info 47 [00:02:12.000] Projects: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/src/file2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /a/file4.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject2* Configured project: /a/b/tsconfig.json hasOpenRef:: true isClosed: false Before running Timeout callback:: count: 2 2: /a/b/tsconfig.json 3: *ensureProjectForOpenFiles* -PolledWatches:: -/a/lib/lib.d.ts: - {"pollingInterval":500} -/a/b/node_modules/@types: - {"pollingInterval":500} -/a/b/src/node_modules/@types: - {"pollingInterval":500} -/a/node_modules/@types: *new* - {"pollingInterval":500} - -FsWatches:: -/a/b/tsconfig.json: - {} -/a/b/src/file1.ts: - {} -/a/b/file3.ts: - {} - -Info 47 [00:02:13.000] Running: /a/b/tsconfig.json -Info 48 [00:02:14.000] Reloading configured project /a/b/tsconfig.json -Info 49 [00:02:15.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Running: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Reloading configured project /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /a/b/tsconfig.json : { "rootNames": [ "/a/b/file3.ts", "/a/b/src/file1.ts", @@ -227,12 +203,12 @@ Info 49 [00:02:15.000] Config: /a/b/tsconfig.json : { "configFilePath": "/a/b/tsconfig.json" } } -Info 50 [00:02:16.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 51 [00:02:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 52 [00:02:18.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 53 [00:02:19.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 54 [00:02:20.000] Project '/a/b/tsconfig.json' (Configured) -Info 55 [00:02:21.000] Files (3) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/b/src/file1.ts SVC-1-0 "let x = 1;" /a/b/file3.ts Text-1 "let z = 1;" /a/b/src/file2.ts SVC-1-0 "let y = 1;" @@ -245,64 +221,60 @@ Info 55 [00:02:21.000] Files (3) src/file2.ts Matched by default include pattern '**/*' -Info 56 [00:02:22.000] ----------------------------------------------- -Info 57 [00:02:23.000] Running: *ensureProjectForOpenFiles* -Info 58 [00:02:24.000] Before ensureProjectForOpenFiles: -Info 59 [00:02:25.000] Project '/a/b/tsconfig.json' (Configured) -Info 59 [00:02:26.000] Files (3) - -Info 59 [00:02:27.000] ----------------------------------------------- -Info 59 [00:02:28.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 59 [00:02:29.000] Files (1) - -Info 59 [00:02:30.000] ----------------------------------------------- -Info 59 [00:02:31.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 59 [00:02:32.000] Files (1) - -Info 59 [00:02:33.000] ----------------------------------------------- -Info 59 [00:02:34.000] Open files: -Info 59 [00:02:35.000] FileName: /a/b/src/file2.ts ProjectRootPath: undefined -Info 59 [00:02:36.000] Projects: /a/b/tsconfig.json -Info 59 [00:02:37.000] FileName: /a/file4.ts ProjectRootPath: undefined -Info 59 [00:02:38.000] Projects: /dev/null/inferredProject2* -Info 59 [00:02:39.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 60 [00:02:40.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 61 [00:02:41.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 62 [00:02:42.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 63 [00:02:43.000] Files (0) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/src/file2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /a/file4.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (0) -Info 64 [00:02:44.000] ----------------------------------------------- -Info 65 [00:02:45.000] After ensureProjectForOpenFiles: -Info 66 [00:02:46.000] Project '/a/b/tsconfig.json' (Configured) -Info 66 [00:02:47.000] Files (3) - -Info 66 [00:02:48.000] ----------------------------------------------- -Info 66 [00:02:49.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 66 [00:02:50.000] Files (0) - -Info 66 [00:02:51.000] ----------------------------------------------- -Info 66 [00:02:52.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 66 [00:02:53.000] Files (1) - -Info 66 [00:02:54.000] ----------------------------------------------- -Info 66 [00:02:55.000] Open files: -Info 66 [00:02:56.000] FileName: /a/b/src/file2.ts ProjectRootPath: undefined -Info 66 [00:02:57.000] Projects: /a/b/tsconfig.json -Info 66 [00:02:58.000] FileName: /a/file4.ts ProjectRootPath: undefined -Info 66 [00:02:59.000] Projects: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (0) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/src/file2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /a/file4.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject2* After running Timeout callback:: count: 0 PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/a/b/node_modules/@types: - {"pollingInterval":500} /a/b/src/node_modules/@types: {"pollingInterval":500} -/a/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/b/tsconfig.json: diff --git a/tests/baselines/reference/tsserver/configuredProjects/Open-ref-of-configured-project-when-open-file-gets-added-to-the-project-as-part-of-configured-file-update.js b/tests/baselines/reference/tsserver/configuredProjects/Open-ref-of-configured-project-when-open-file-gets-added-to-the-project-as-part-of-configured-file-update.js index ba90b39993ee8..4d190c89d15b7 100644 --- a/tests/baselines/reference/tsserver/configuredProjects/Open-ref-of-configured-project-when-open-file-gets-added-to-the-project-as-part-of-configured-file-update.js +++ b/tests/baselines/reference/tsserver/configuredProjects/Open-ref-of-configured-project-when-open-file-gets-added-to-the-project-as-part-of-configured-file-update.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:19.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/a/b/src/file1.ts] let x = 1; @@ -17,11 +17,11 @@ let z = 1; {"files":["src/file1.ts","file3.ts"]} -Info 1 [00:00:20.000] Search path: /a/b/src -Info 2 [00:00:21.000] For info: /a/b/src/file1.ts :: Config file name: /a/b/tsconfig.json -Info 3 [00:00:22.000] Creating configuration project /a/b/tsconfig.json -Info 4 [00:00:23.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 5 [00:00:24.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a/b/src +Info seq [hh:mm:ss:mss] For info: /a/b/src/file1.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/b/tsconfig.json : { "rootNames": [ "/a/b/src/file1.ts", "/a/b/file3.ts" @@ -30,14 +30,12 @@ Info 5 [00:00:24.000] Config: /a/b/tsconfig.json : { "configFilePath": "/a/b/tsconfig.json" } } -Info 6 [00:00:25.000] FileWatcher:: Added:: WatchInfo: /a/b/file3.ts 500 undefined WatchType: Closed Script info -Info 7 [00:00:26.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 8 [00:00:27.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 9 [00:00:28.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 10 [00:00:29.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 11 [00:00:30.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 12 [00:00:31.000] Project '/a/b/tsconfig.json' (Configured) -Info 13 [00:00:32.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/file3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/b/src/file1.ts SVC-1-0 "let x = 1;" /a/b/file3.ts Text-1 "let z = 1;" @@ -47,106 +45,104 @@ Info 13 [00:00:32.000] Files (2) file3.ts Part of 'files' list in tsconfig.json -Info 14 [00:00:33.000] ----------------------------------------------- -Info 15 [00:00:34.000] Project '/a/b/tsconfig.json' (Configured) -Info 15 [00:00:35.000] Files (2) - -Info 15 [00:00:36.000] ----------------------------------------------- -Info 15 [00:00:37.000] Open files: -Info 15 [00:00:38.000] FileName: /a/b/src/file1.ts ProjectRootPath: undefined -Info 15 [00:00:39.000] Projects: /a/b/tsconfig.json -Info 15 [00:00:40.000] Search path: /a/b/src -Info 16 [00:00:41.000] For info: /a/b/src/file2.ts :: Config file name: /a/b/tsconfig.json -Info 17 [00:00:42.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 18 [00:00:43.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 19 [00:00:44.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 20 [00:00:45.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 21 [00:00:46.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 22 [00:00:47.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 23 [00:00:48.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/src/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /a/b/src +Info seq [hh:mm:ss:mss] For info: /a/b/src/file2.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /a/b/src/file2.ts SVC-1-0 "let y = 1;" file2.ts Root file specified for compilation -Info 24 [00:00:49.000] ----------------------------------------------- -Info 25 [00:00:50.000] Project '/a/b/tsconfig.json' (Configured) -Info 25 [00:00:51.000] Files (2) - -Info 25 [00:00:52.000] ----------------------------------------------- -Info 25 [00:00:53.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 25 [00:00:54.000] Files (1) - -Info 25 [00:00:55.000] ----------------------------------------------- -Info 25 [00:00:56.000] Open files: -Info 25 [00:00:57.000] FileName: /a/b/src/file1.ts ProjectRootPath: undefined -Info 25 [00:00:58.000] Projects: /a/b/tsconfig.json -Info 25 [00:00:59.000] FileName: /a/b/src/file2.ts ProjectRootPath: undefined -Info 25 [00:01:00.000] Projects: /dev/null/inferredProject1* -Info 25 [00:01:01.000] FileWatcher:: Close:: WatchInfo: /a/b/file3.ts 500 undefined WatchType: Closed Script info -Info 26 [00:01:02.000] Search path: /a/b -Info 27 [00:01:03.000] For info: /a/b/file3.ts :: Config file name: /a/b/tsconfig.json -Info 28 [00:01:04.000] Project '/a/b/tsconfig.json' (Configured) -Info 28 [00:01:05.000] Files (2) - -Info 28 [00:01:06.000] ----------------------------------------------- -Info 28 [00:01:07.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 28 [00:01:08.000] Files (1) - -Info 28 [00:01:09.000] ----------------------------------------------- -Info 28 [00:01:10.000] Open files: -Info 28 [00:01:11.000] FileName: /a/b/src/file1.ts ProjectRootPath: undefined -Info 28 [00:01:12.000] Projects: /a/b/tsconfig.json -Info 28 [00:01:13.000] FileName: /a/b/src/file2.ts ProjectRootPath: undefined -Info 28 [00:01:14.000] Projects: /dev/null/inferredProject1* -Info 28 [00:01:15.000] FileName: /a/b/file3.ts ProjectRootPath: undefined -Info 28 [00:01:16.000] Projects: /a/b/tsconfig.json -Info 28 [00:01:17.000] Search path: /a -Info 29 [00:01:18.000] For info: /a/file4.ts :: No config files found. -Info 30 [00:01:19.000] Starting updateGraphWorker: Project: /dev/null/inferredProject2* -Info 31 [00:01:20.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject2* WatchType: Missing file -Info 32 [00:01:21.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 33 [00:01:22.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 34 [00:01:23.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 35 [00:01:24.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 36 [00:01:25.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/src/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /a/b/src/file2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/file3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/file3.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/src/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /a/b/src/file2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /a/b/file3.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/file4.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject2* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /a/file4.ts SVC-1-0 "let z = 1;" file4.ts Root file specified for compilation -Info 37 [00:01:26.000] ----------------------------------------------- -Info 38 [00:01:27.000] Project '/a/b/tsconfig.json' (Configured) -Info 38 [00:01:28.000] Files (2) - -Info 38 [00:01:29.000] ----------------------------------------------- -Info 38 [00:01:30.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 38 [00:01:31.000] Files (1) - -Info 38 [00:01:32.000] ----------------------------------------------- -Info 38 [00:01:33.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 38 [00:01:34.000] Files (1) - -Info 38 [00:01:35.000] ----------------------------------------------- -Info 38 [00:01:36.000] Open files: -Info 38 [00:01:37.000] FileName: /a/b/src/file1.ts ProjectRootPath: undefined -Info 38 [00:01:38.000] Projects: /a/b/tsconfig.json -Info 38 [00:01:39.000] FileName: /a/b/src/file2.ts ProjectRootPath: undefined -Info 38 [00:01:40.000] Projects: /dev/null/inferredProject1* -Info 38 [00:01:41.000] FileName: /a/b/file3.ts ProjectRootPath: undefined -Info 38 [00:01:42.000] Projects: /a/b/tsconfig.json -Info 38 [00:01:43.000] FileName: /a/file4.ts ProjectRootPath: undefined -Info 38 [00:01:44.000] Projects: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/src/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /a/b/src/file2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /a/b/file3.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /a/file4.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject2* Configured project: /a/b/tsconfig.json hasOpenRef:: true isClosed: false -Info 38 [00:01:48.000] FileWatcher:: Triggered with /a/b/tsconfig.json 1:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 39 [00:01:49.000] Scheduled: /a/b/tsconfig.json -Info 40 [00:01:50.000] Search path: /a/b/src -Info 41 [00:01:51.000] For info: /a/b/src/file2.ts :: Config file name: /a/b/tsconfig.json -Info 42 [00:01:52.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 43 [00:01:53.000] Scheduled: *ensureProjectForOpenFiles* -Info 44 [00:01:54.000] Elapsed:: *ms FileWatcher:: Triggered with /a/b/tsconfig.json 1:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /a/b/tsconfig.json 1:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Scheduled: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /a/b/src +Info seq [hh:mm:ss:mss] For info: /a/b/src/file2.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: /a/b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /a/b/tsconfig.json 1:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file Before running Timeout callback:: count: 2 2: /a/b/tsconfig.json 3: *ensureProjectForOpenFiles* @@ -157,20 +153,16 @@ Before running Timeout callback:: count: 2 PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/b/node_modules/@types: *new* - {"pollingInterval":500} /a/b/src/node_modules/@types: *new* {"pollingInterval":500} -/a/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/b/tsconfig.json: *new* {} -Info 45 [00:01:55.000] Running: /a/b/tsconfig.json -Info 46 [00:01:56.000] Reloading configured project /a/b/tsconfig.json -Info 47 [00:01:57.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Running: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Reloading configured project /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /a/b/tsconfig.json : { "rootNames": [ "/a/b/file3.ts", "/a/b/src/file1.ts", @@ -180,12 +172,12 @@ Info 47 [00:01:57.000] Config: /a/b/tsconfig.json : { "configFilePath": "/a/b/tsconfig.json" } } -Info 48 [00:01:58.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 49 [00:01:59.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 50 [00:02:00.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 51 [00:02:01.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 52 [00:02:02.000] Project '/a/b/tsconfig.json' (Configured) -Info 53 [00:02:03.000] Files (3) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/b/src/file1.ts SVC-1-0 "let x = 1;" /a/b/file3.ts Text-1 "let z = 1;" /a/b/src/file2.ts SVC-1-0 "let y = 1;" @@ -198,72 +190,68 @@ Info 53 [00:02:03.000] Files (3) src/file2.ts Matched by default include pattern '**/*' -Info 54 [00:02:04.000] ----------------------------------------------- -Info 55 [00:02:05.000] Running: *ensureProjectForOpenFiles* -Info 56 [00:02:06.000] Before ensureProjectForOpenFiles: -Info 57 [00:02:07.000] Project '/a/b/tsconfig.json' (Configured) -Info 57 [00:02:08.000] Files (3) - -Info 57 [00:02:09.000] ----------------------------------------------- -Info 57 [00:02:10.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 57 [00:02:11.000] Files (1) - -Info 57 [00:02:12.000] ----------------------------------------------- -Info 57 [00:02:13.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 57 [00:02:14.000] Files (1) - -Info 57 [00:02:15.000] ----------------------------------------------- -Info 57 [00:02:16.000] Open files: -Info 57 [00:02:17.000] FileName: /a/b/src/file1.ts ProjectRootPath: undefined -Info 57 [00:02:18.000] Projects: /a/b/tsconfig.json -Info 57 [00:02:19.000] FileName: /a/b/src/file2.ts ProjectRootPath: undefined -Info 57 [00:02:20.000] Projects: /a/b/tsconfig.json -Info 57 [00:02:21.000] FileName: /a/b/file3.ts ProjectRootPath: undefined -Info 57 [00:02:22.000] Projects: /a/b/tsconfig.json -Info 57 [00:02:23.000] FileName: /a/file4.ts ProjectRootPath: undefined -Info 57 [00:02:24.000] Projects: /dev/null/inferredProject2* -Info 57 [00:02:25.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 58 [00:02:26.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 59 [00:02:27.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 60 [00:02:28.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 61 [00:02:29.000] Files (0) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/src/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /a/b/src/file2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /a/b/file3.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /a/file4.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (0) -Info 62 [00:02:30.000] ----------------------------------------------- -Info 63 [00:02:31.000] After ensureProjectForOpenFiles: -Info 64 [00:02:32.000] Project '/a/b/tsconfig.json' (Configured) -Info 64 [00:02:33.000] Files (3) - -Info 64 [00:02:34.000] ----------------------------------------------- -Info 64 [00:02:35.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 64 [00:02:36.000] Files (0) - -Info 64 [00:02:37.000] ----------------------------------------------- -Info 64 [00:02:38.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 64 [00:02:39.000] Files (1) - -Info 64 [00:02:40.000] ----------------------------------------------- -Info 64 [00:02:41.000] Open files: -Info 64 [00:02:42.000] FileName: /a/b/src/file1.ts ProjectRootPath: undefined -Info 64 [00:02:43.000] Projects: /a/b/tsconfig.json -Info 64 [00:02:44.000] FileName: /a/b/src/file2.ts ProjectRootPath: undefined -Info 64 [00:02:45.000] Projects: /a/b/tsconfig.json -Info 64 [00:02:46.000] FileName: /a/b/file3.ts ProjectRootPath: undefined -Info 64 [00:02:47.000] Projects: /a/b/tsconfig.json -Info 64 [00:02:48.000] FileName: /a/file4.ts ProjectRootPath: undefined -Info 64 [00:02:49.000] Projects: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (0) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/src/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /a/b/src/file2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /a/b/file3.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /a/file4.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject2* After running Timeout callback:: count: 0 PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/a/b/node_modules/@types: - {"pollingInterval":500} /a/b/src/node_modules/@types: {"pollingInterval":500} -/a/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/b/tsconfig.json: @@ -276,104 +264,104 @@ FsWatchesRecursive:: Configured project: /a/b/tsconfig.json hasOpenRef:: true isClosed: false Inferred project: /dev/null/inferredProject1* isOrphan:: true isClosed: false Inferred project: /dev/null/inferredProject2* isOrphan:: false isClosed: false -Info 64 [00:02:50.000] FileWatcher:: Added:: WatchInfo: /a/b/src/file1.ts 500 undefined WatchType: Closed Script info -Info 65 [00:02:51.000] Project '/a/b/tsconfig.json' (Configured) -Info 65 [00:02:52.000] Files (3) - -Info 65 [00:02:53.000] ----------------------------------------------- -Info 65 [00:02:54.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 65 [00:02:55.000] Files (0) - -Info 65 [00:02:56.000] ----------------------------------------------- -Info 65 [00:02:57.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 65 [00:02:58.000] Files (1) - -Info 65 [00:02:59.000] ----------------------------------------------- -Info 65 [00:03:00.000] Open files: -Info 65 [00:03:01.000] FileName: /a/b/src/file2.ts ProjectRootPath: undefined -Info 65 [00:03:02.000] Projects: /a/b/tsconfig.json -Info 65 [00:03:03.000] FileName: /a/b/file3.ts ProjectRootPath: undefined -Info 65 [00:03:04.000] Projects: /a/b/tsconfig.json -Info 65 [00:03:05.000] FileName: /a/file4.ts ProjectRootPath: undefined -Info 65 [00:03:06.000] Projects: /dev/null/inferredProject2* -Info 65 [00:03:07.000] FileWatcher:: Added:: WatchInfo: /a/b/src/file2.ts 500 undefined WatchType: Closed Script info -Info 66 [00:03:08.000] Project '/a/b/tsconfig.json' (Configured) -Info 66 [00:03:09.000] Files (3) - -Info 66 [00:03:10.000] ----------------------------------------------- -Info 66 [00:03:11.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 66 [00:03:12.000] Files (0) - -Info 66 [00:03:13.000] ----------------------------------------------- -Info 66 [00:03:14.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 66 [00:03:15.000] Files (1) - -Info 66 [00:03:16.000] ----------------------------------------------- -Info 66 [00:03:17.000] Open files: -Info 66 [00:03:18.000] FileName: /a/b/file3.ts ProjectRootPath: undefined -Info 66 [00:03:19.000] Projects: /a/b/tsconfig.json -Info 66 [00:03:20.000] FileName: /a/file4.ts ProjectRootPath: undefined -Info 66 [00:03:21.000] Projects: /dev/null/inferredProject2* -Info 66 [00:03:22.000] FileWatcher:: Added:: WatchInfo: /a/file4.ts 500 undefined WatchType: Closed Script info -Info 67 [00:03:23.000] Project '/a/b/tsconfig.json' (Configured) -Info 67 [00:03:24.000] Files (3) - -Info 67 [00:03:25.000] ----------------------------------------------- -Info 67 [00:03:26.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 67 [00:03:27.000] Files (0) - -Info 67 [00:03:28.000] ----------------------------------------------- -Info 67 [00:03:29.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 67 [00:03:30.000] Files (1) - -Info 67 [00:03:31.000] ----------------------------------------------- -Info 67 [00:03:32.000] Open files: -Info 67 [00:03:33.000] FileName: /a/b/file3.ts ProjectRootPath: undefined -Info 67 [00:03:34.000] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/src/file1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (0) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/src/file2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /a/b/file3.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /a/file4.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/src/file2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (0) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/file3.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /a/file4.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/file4.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (0) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/file3.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json Configured project: /a/b/tsconfig.json hasOpenRef:: true isClosed: false Inferred project: /dev/null/inferredProject1* isOrphan:: true isClosed: false Inferred project: /dev/null/inferredProject2* isOrphan:: true isClosed: false -Info 67 [00:03:35.000] FileWatcher:: Close:: WatchInfo: /a/file4.ts 500 undefined WatchType: Closed Script info -Info 68 [00:03:36.000] Search path: /a -Info 69 [00:03:37.000] For info: /a/file4.ts :: No config files found. -Info 70 [00:03:38.000] Starting updateGraphWorker: Project: /dev/null/inferredProject2* -Info 71 [00:03:39.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 72 [00:03:40.000] Same program as before -Info 73 [00:03:41.000] `remove Project:: -Info 74 [00:03:42.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 75 [00:03:43.000] Files (0) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/file4.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/file4.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (0) -Info 76 [00:03:44.000] ----------------------------------------------- -Info 77 [00:03:45.000] DirectoryWatcher:: Close:: WatchInfo: /a/b/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 78 [00:03:46.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 79 [00:03:47.000] Project '/a/b/tsconfig.json' (Configured) -Info 79 [00:03:48.000] Files (3) - -Info 79 [00:03:49.000] ----------------------------------------------- -Info 79 [00:03:50.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 79 [00:03:51.000] Files (1) - -Info 79 [00:03:52.000] ----------------------------------------------- -Info 79 [00:03:53.000] Open files: -Info 79 [00:03:54.000] FileName: /a/b/file3.ts ProjectRootPath: undefined -Info 79 [00:03:55.000] Projects: /a/b/tsconfig.json -Info 79 [00:03:56.000] FileName: /a/file4.ts ProjectRootPath: undefined -Info 79 [00:03:57.000] Projects: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /a/b/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/file3.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /a/file4.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject2* Configured project: /a/b/tsconfig.json hasOpenRef:: true isClosed: false -Info 79 [00:03:58.000] FileWatcher:: Added:: WatchInfo: /a/b/file3.ts 500 undefined WatchType: Closed Script info -Info 80 [00:03:59.000] Project '/a/b/tsconfig.json' (Configured) -Info 80 [00:04:00.000] Files (3) - -Info 80 [00:04:01.000] ----------------------------------------------- -Info 80 [00:04:02.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 80 [00:04:03.000] Files (1) - -Info 80 [00:04:04.000] ----------------------------------------------- -Info 80 [00:04:05.000] Open files: -Info 80 [00:04:06.000] FileName: /a/file4.ts ProjectRootPath: undefined -Info 80 [00:04:07.000] Projects: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/file3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/file4.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject2* Configured project: /a/b/tsconfig.json hasOpenRef:: false isClosed: false File5 written //// [/file5.ts] @@ -383,10 +371,6 @@ let zz = 1; PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/a/b/node_modules/@types: - {"pollingInterval":500} -/a/node_modules/@types: - {"pollingInterval":500} PolledWatches *deleted*:: /a/b/src/node_modules/@types: @@ -406,23 +390,23 @@ FsWatchesRecursive:: /a/b: {} -Info 80 [00:04:10.000] Search path: / -Info 81 [00:04:11.000] For info: /file5.ts :: No config files found. -Info 82 [00:04:12.000] Starting updateGraphWorker: Project: /dev/null/inferredProject3* -Info 83 [00:04:13.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject3* WatchType: Missing file -Info 84 [00:04:14.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject3* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 85 [00:04:15.000] Project '/dev/null/inferredProject3*' (Inferred) -Info 86 [00:04:16.000] Files (1) +Info seq [hh:mm:ss:mss] Search path: / +Info seq [hh:mm:ss:mss] For info: /file5.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject3* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject3* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject3* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject3*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /file5.ts SVC-1-0 "let zz = 1;" file5.ts Root file specified for compilation -Info 87 [00:04:17.000] ----------------------------------------------- -Info 88 [00:04:18.000] `remove Project:: -Info 89 [00:04:19.000] Project '/a/b/tsconfig.json' (Configured) -Info 90 [00:04:20.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/b/src/file1.ts /a/b/file3.ts /a/b/src/file2.ts @@ -435,26 +419,24 @@ Info 90 [00:04:20.000] Files (3) src/file2.ts Matched by default include pattern '**/*' -Info 91 [00:04:21.000] ----------------------------------------------- -Info 92 [00:04:22.000] DirectoryWatcher:: Close:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 93 [00:04:23.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 94 [00:04:24.000] FileWatcher:: Close:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 95 [00:04:25.000] DirectoryWatcher:: Close:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 96 [00:04:26.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 97 [00:04:27.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 98 [00:04:28.000] FileWatcher:: Close:: WatchInfo: /a/b/src/file1.ts 500 undefined WatchType: Closed Script info -Info 99 [00:04:29.000] FileWatcher:: Close:: WatchInfo: /a/b/file3.ts 500 undefined WatchType: Closed Script info -Info 100 [00:04:30.000] FileWatcher:: Close:: WatchInfo: /a/b/src/file2.ts 500 undefined WatchType: Closed Script info -Info 101 [00:04:31.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 101 [00:04:32.000] Files (1) - -Info 101 [00:04:33.000] ----------------------------------------------- -Info 101 [00:04:34.000] Project '/dev/null/inferredProject3*' (Inferred) -Info 101 [00:04:35.000] Files (1) - -Info 101 [00:04:36.000] ----------------------------------------------- -Info 101 [00:04:37.000] Open files: -Info 101 [00:04:38.000] FileName: /a/file4.ts ProjectRootPath: undefined -Info 101 [00:04:39.000] Projects: /dev/null/inferredProject2* -Info 101 [00:04:40.000] FileName: /file5.ts ProjectRootPath: undefined -Info 101 [00:04:41.000] Projects: /dev/null/inferredProject3* \ No newline at end of file +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/src/file1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/file3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/src/file2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject3*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/file4.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] FileName: /file5.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject3* \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/configuredProjects/add-and-then-remove-a-config-file-in-a-folder-with-loose-files.js b/tests/baselines/reference/tsserver/configuredProjects/add-and-then-remove-a-config-file-in-a-folder-with-loose-files.js index 47f4cc82404d2..cf4dc9a021474 100644 --- a/tests/baselines/reference/tsserver/configuredProjects/add-and-then-remove-a-config-file-in-a-folder-with-loose-files.js +++ b/tests/baselines/reference/tsserver/configuredProjects/add-and-then-remove-a-config-file-in-a-folder-with-loose-files.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:21.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/a/lib/lib.d.ts] /// @@ -21,17 +21,19 @@ let x = 1 let y = 1 -Info 1 [00:00:22.000] Search path: /user/username/projects/myproject -Info 2 [00:00:23.000] For info: /user/username/projects/myproject/commonFile1.ts :: No config files found. -Info 3 [00:00:24.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 4 [00:00:25.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 5 [00:00:26.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 6 [00:00:27.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 7 [00:00:28.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 8 [00:00:29.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 9 [00:00:30.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 10 [00:00:31.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 11 [00:00:32.000] Files (2) +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/commonFile1.ts :: No config files found. +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/commonFile1.ts SVC-1-0 "let x = 1" @@ -41,22 +43,24 @@ Info 11 [00:00:32.000] Files (2) commonFile1.ts Root file specified for compilation -Info 12 [00:00:33.000] ----------------------------------------------- -Info 13 [00:00:34.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 13 [00:00:35.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 13 [00:00:36.000] ----------------------------------------------- -Info 13 [00:00:37.000] Open files: -Info 13 [00:00:38.000] FileName: /user/username/projects/myproject/commonFile1.ts ProjectRootPath: undefined -Info 13 [00:00:39.000] Projects: /dev/null/inferredProject1* -Info 13 [00:00:40.000] Search path: /user/username/projects/myproject -Info 14 [00:00:41.000] For info: /user/username/projects/myproject/commonFile2.ts :: No config files found. -Info 15 [00:00:42.000] Starting updateGraphWorker: Project: /dev/null/inferredProject2* -Info 16 [00:00:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 17 [00:00:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 18 [00:00:45.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 19 [00:00:46.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 20 [00:00:47.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/commonFile1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/commonFile2.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/commonFile2.ts SVC-1-0 "let y = 1" @@ -66,37 +70,37 @@ Info 20 [00:00:47.000] Files (2) commonFile2.ts Root file specified for compilation -Info 21 [00:00:48.000] ----------------------------------------------- -Info 22 [00:00:49.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 22 [00:00:50.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 22 [00:00:51.000] ----------------------------------------------- -Info 22 [00:00:52.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 22 [00:00:53.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 22 [00:00:54.000] ----------------------------------------------- -Info 22 [00:00:55.000] Open files: -Info 22 [00:00:56.000] FileName: /user/username/projects/myproject/commonFile1.ts ProjectRootPath: undefined -Info 22 [00:00:57.000] Projects: /dev/null/inferredProject1* -Info 22 [00:00:58.000] FileName: /user/username/projects/myproject/commonFile2.ts ProjectRootPath: undefined -Info 22 [00:00:59.000] Projects: /dev/null/inferredProject2* -Info 22 [00:01:02.000] FileWatcher:: Triggered with /user/username/projects/myproject/tsconfig.json 0:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 23 [00:01:03.000] Search path: /user/username/projects/myproject -Info 24 [00:01:04.000] For info: /user/username/projects/myproject/commonFile1.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 25 [00:01:05.000] Creating configuration project /user/username/projects/myproject/tsconfig.json -Info 26 [00:01:06.000] Scheduled: /user/username/projects/myproject/tsconfig.json -Info 27 [00:01:07.000] Search path: /user/username/projects/myproject -Info 28 [00:01:08.000] For info: /user/username/projects/myproject/commonFile2.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 29 [00:01:09.000] Scheduled: *ensureProjectForOpenFiles* -Info 30 [00:01:10.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/tsconfig.json 0:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 31 [00:01:11.000] FileWatcher:: Triggered with /user/username/projects/myproject/tsconfig.json 0:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 32 [00:01:12.000] Search path: /user/username/projects/myproject -Info 33 [00:01:13.000] For info: /user/username/projects/myproject/commonFile1.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 34 [00:01:14.000] Scheduled: /user/username/projects/myproject/tsconfig.json, Cancelled earlier one -Info 35 [00:01:15.000] Search path: /user/username/projects/myproject -Info 36 [00:01:16.000] For info: /user/username/projects/myproject/commonFile2.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 37 [00:01:17.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 38 [00:01:18.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/tsconfig.json 0:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/commonFile1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/commonFile2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/tsconfig.json 0:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/commonFile1.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/commonFile2.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/tsconfig.json 0:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/tsconfig.json 0:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/commonFile1.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/commonFile2.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/tsconfig.json 0:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root Before running Timeout callback:: count: 2 3: /user/username/projects/myproject/tsconfig.json 4: *ensureProjectForOpenFiles* @@ -111,6 +115,8 @@ PolledWatches:: {"pollingInterval":2000} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /a/lib/lib.d.ts: *new* @@ -118,9 +124,9 @@ FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* {} -Info 39 [00:01:19.000] Running: /user/username/projects/myproject/tsconfig.json -Info 40 [00:01:20.000] Loading configured project /user/username/projects/myproject/tsconfig.json -Info 41 [00:01:21.000] Config: /user/username/projects/myproject/tsconfig.json : { +Info seq [hh:mm:ss:mss] Running: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Loading configured project /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/commonFile1.ts" ], @@ -128,12 +134,14 @@ Info 41 [00:01:21.000] Config: /user/username/projects/myproject/tsconfig.json "configFilePath": "/user/username/projects/myproject/tsconfig.json" } } -Info 42 [00:01:22.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 43 [00:01:23.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 44 [00:01:24.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 45 [00:01:25.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 46 [00:01:26.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 47 [00:01:27.000] Files (2) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/commonFile1.ts SVC-1-0 "let x = 1" @@ -143,58 +151,58 @@ Info 47 [00:01:27.000] Files (2) commonFile1.ts Part of 'files' list in tsconfig.json -Info 48 [00:01:28.000] ----------------------------------------------- -Info 49 [00:01:29.000] Running: *ensureProjectForOpenFiles* -Info 50 [00:01:30.000] Before ensureProjectForOpenFiles: -Info 51 [00:01:31.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 51 [00:01:32.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 51 [00:01:33.000] ----------------------------------------------- -Info 51 [00:01:34.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 51 [00:01:35.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 51 [00:01:36.000] ----------------------------------------------- -Info 51 [00:01:37.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 51 [00:01:38.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 51 [00:01:39.000] ----------------------------------------------- -Info 51 [00:01:40.000] Open files: -Info 51 [00:01:41.000] FileName: /user/username/projects/myproject/commonFile1.ts ProjectRootPath: undefined -Info 51 [00:01:42.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 51 [00:01:43.000] FileName: /user/username/projects/myproject/commonFile2.ts ProjectRootPath: undefined -Info 51 [00:01:44.000] Projects: /dev/null/inferredProject2* -Info 51 [00:01:45.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 52 [00:01:46.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 53 [00:01:47.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 54 [00:01:48.000] Files (0) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/commonFile1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/commonFile2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (0) -Info 55 [00:01:49.000] ----------------------------------------------- -Info 56 [00:01:50.000] After ensureProjectForOpenFiles: -Info 57 [00:01:51.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 57 [00:01:52.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 57 [00:01:53.000] ----------------------------------------------- -Info 57 [00:01:54.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 57 [00:01:55.000] Files (0) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (0) -Info 57 [00:01:56.000] ----------------------------------------------- -Info 57 [00:01:57.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 57 [00:01:58.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 57 [00:01:59.000] ----------------------------------------------- -Info 57 [00:02:00.000] Open files: -Info 57 [00:02:01.000] FileName: /user/username/projects/myproject/commonFile1.ts ProjectRootPath: undefined -Info 57 [00:02:02.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 57 [00:02:03.000] FileName: /user/username/projects/myproject/commonFile2.ts ProjectRootPath: undefined -Info 57 [00:02:04.000] Projects: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/commonFile1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/commonFile2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject2* After running Timeout callback:: count: 0 -Info 57 [00:02:06.000] FileWatcher:: Triggered with /user/username/projects/myproject/tsconfig.json 2:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 58 [00:02:07.000] `remove Project:: -Info 59 [00:02:08.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 60 [00:02:09.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/tsconfig.json 2:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts /user/username/projects/myproject/commonFile1.ts @@ -204,38 +212,41 @@ Info 60 [00:02:09.000] Files (2) commonFile1.ts Part of 'files' list in tsconfig.json -Info 61 [00:02:10.000] ----------------------------------------------- -Info 62 [00:02:11.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 63 [00:02:12.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 64 [00:02:13.000] Search path: /user/username/projects/myproject -Info 65 [00:02:14.000] For info: /user/username/projects/myproject/commonFile1.ts :: No config files found. -Info 66 [00:02:15.000] Search path: /user/username/projects/myproject -Info 67 [00:02:16.000] For info: /user/username/projects/myproject/commonFile2.ts :: No config files found. -Info 68 [00:02:17.000] Scheduled: *ensureProjectForOpenFiles* -Info 69 [00:02:18.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/tsconfig.json 2:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/commonFile1.ts :: No config files found. +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/commonFile2.ts :: No config files found. +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/tsconfig.json 2:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root Before running Timeout callback:: count: 1 5: *ensureProjectForOpenFiles* //// [/user/username/projects/myproject/tsconfig.json] deleted -Info 70 [00:02:19.500] Running: *ensureProjectForOpenFiles* -Info 71 [00:02:20.500] Before ensureProjectForOpenFiles: -Info 72 [00:02:21.500] Project '/dev/null/inferredProject1*' (Inferred) -Info 72 [00:02:22.500] Files (0) +Host is moving to new time +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (0) -Info 72 [00:02:23.500] ----------------------------------------------- -Info 72 [00:02:24.500] Project '/dev/null/inferredProject2*' (Inferred) -Info 72 [00:02:25.500] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 72 [00:02:26.500] ----------------------------------------------- -Info 72 [00:02:27.500] Open files: -Info 72 [00:02:28.500] FileName: /user/username/projects/myproject/commonFile1.ts ProjectRootPath: undefined -Info 72 [00:02:29.500] Projects: -Info 72 [00:02:30.500] FileName: /user/username/projects/myproject/commonFile2.ts ProjectRootPath: undefined -Info 72 [00:02:31.500] Projects: /dev/null/inferredProject2* -Info 72 [00:02:32.500] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 73 [00:02:33.500] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 3 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 74 [00:02:34.500] Project '/dev/null/inferredProject1*' (Inferred) -Info 75 [00:02:35.500] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/commonFile1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/commonFile2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 3 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/commonFile1.ts SVC-1-0 "let x = 1" @@ -245,19 +256,19 @@ Info 75 [00:02:35.500] Files (2) commonFile1.ts Root file specified for compilation -Info 76 [00:02:36.500] ----------------------------------------------- -Info 77 [00:02:37.500] After ensureProjectForOpenFiles: -Info 78 [00:02:38.500] Project '/dev/null/inferredProject1*' (Inferred) -Info 78 [00:02:39.500] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 78 [00:02:40.500] ----------------------------------------------- -Info 78 [00:02:41.500] Project '/dev/null/inferredProject2*' (Inferred) -Info 78 [00:02:42.500] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 78 [00:02:43.500] ----------------------------------------------- -Info 78 [00:02:44.500] Open files: -Info 78 [00:02:45.500] FileName: /user/username/projects/myproject/commonFile1.ts ProjectRootPath: undefined -Info 78 [00:02:46.500] Projects: /dev/null/inferredProject1* -Info 78 [00:02:47.500] FileName: /user/username/projects/myproject/commonFile2.ts ProjectRootPath: undefined -Info 78 [00:02:48.500] Projects: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/commonFile1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/commonFile2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject2* After running Timeout callback:: count: 0 diff --git a/tests/baselines/reference/tsserver/configuredProjects/add-new-files-to-a-configured-project-without-file-list.js b/tests/baselines/reference/tsserver/configuredProjects/add-new-files-to-a-configured-project-without-file-list.js index c88ecb42c8f7a..4dd74a2e31534 100644 --- a/tests/baselines/reference/tsserver/configuredProjects/add-new-files-to-a-configured-project-without-file-list.js +++ b/tests/baselines/reference/tsserver/configuredProjects/add-new-files-to-a-configured-project-without-file-list.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:15.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/a/b/commonFile1.ts] let x = 1 @@ -21,11 +21,11 @@ interface Array { length: number; [n: number]: T; } {} -Info 1 [00:00:16.000] Search path: /a/b -Info 2 [00:00:17.000] For info: /a/b/commonFile1.ts :: Config file name: /a/b/tsconfig.json -Info 3 [00:00:18.000] Creating configuration project /a/b/tsconfig.json -Info 4 [00:00:19.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 5 [00:00:20.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/commonFile1.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/b/tsconfig.json : { "rootNames": [ "/a/b/commonFile1.ts" ], @@ -33,15 +33,13 @@ Info 5 [00:00:20.000] Config: /a/b/tsconfig.json : { "configFilePath": "/a/b/tsconfig.json" } } -Info 6 [00:00:21.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 7 [00:00:22.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:23.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 9 [00:00:24.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:25.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 11 [00:00:26.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 12 [00:00:27.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 13 [00:00:28.000] Project '/a/b/tsconfig.json' (Configured) -Info 14 [00:00:29.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/commonFile1.ts SVC-1-0 "let x = 1" @@ -51,18 +49,18 @@ Info 14 [00:00:29.000] Files (2) commonFile1.ts Matched by default include pattern '**/*' -Info 15 [00:00:30.000] ----------------------------------------------- -Info 16 [00:00:31.000] Project '/a/b/tsconfig.json' (Configured) -Info 16 [00:00:32.000] Files (2) - -Info 16 [00:00:33.000] ----------------------------------------------- -Info 16 [00:00:34.000] Open files: -Info 16 [00:00:35.000] FileName: /a/b/commonFile1.ts ProjectRootPath: undefined -Info 16 [00:00:36.000] Projects: /a/b/tsconfig.json -Info 16 [00:00:39.000] DirectoryWatcher:: Triggered with /a/b/commonFile2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 17 [00:00:40.000] Scheduled: /a/b/tsconfig.json -Info 18 [00:00:41.000] Scheduled: *ensureProjectForOpenFiles* -Info 19 [00:00:42.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/commonFile2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/commonFile1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /a/b/commonFile2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/commonFile2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory Before running Timeout callback:: count: 2 1: /a/b/tsconfig.json 2: *ensureProjectForOpenFiles* @@ -70,10 +68,6 @@ Before running Timeout callback:: count: 2 let y = 1 -PolledWatches:: -/a/b/node_modules/@types: *new* - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: *new* {} @@ -84,12 +78,12 @@ FsWatchesRecursive:: /a/b: *new* {} -Info 20 [00:00:43.000] Running: /a/b/tsconfig.json -Info 21 [00:00:44.000] FileWatcher:: Added:: WatchInfo: /a/b/commonFile2.ts 500 undefined WatchType: Closed Script info -Info 22 [00:00:45.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 23 [00:00:46.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 24 [00:00:47.000] Project '/a/b/tsconfig.json' (Configured) -Info 25 [00:00:48.000] Files (3) +Info seq [hh:mm:ss:mss] Running: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/commonFile2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/commonFile1.ts SVC-1-0 "let x = 1" /a/b/commonFile2.ts Text-1 "let y = 1" @@ -102,30 +96,26 @@ Info 25 [00:00:48.000] Files (3) commonFile2.ts Matched by default include pattern '**/*' -Info 26 [00:00:49.000] ----------------------------------------------- -Info 27 [00:00:50.000] Running: *ensureProjectForOpenFiles* -Info 28 [00:00:51.000] Before ensureProjectForOpenFiles: -Info 29 [00:00:52.000] Project '/a/b/tsconfig.json' (Configured) -Info 29 [00:00:53.000] Files (3) - -Info 29 [00:00:54.000] ----------------------------------------------- -Info 29 [00:00:55.000] Open files: -Info 29 [00:00:56.000] FileName: /a/b/commonFile1.ts ProjectRootPath: undefined -Info 29 [00:00:57.000] Projects: /a/b/tsconfig.json -Info 29 [00:00:58.000] After ensureProjectForOpenFiles: -Info 30 [00:00:59.000] Project '/a/b/tsconfig.json' (Configured) -Info 30 [00:01:00.000] Files (3) - -Info 30 [00:01:01.000] ----------------------------------------------- -Info 30 [00:01:02.000] Open files: -Info 30 [00:01:03.000] FileName: /a/b/commonFile1.ts ProjectRootPath: undefined -Info 30 [00:01:04.000] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/commonFile1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/commonFile1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json After running Timeout callback:: count: 0 -PolledWatches:: -/a/b/node_modules/@types: - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: {} diff --git a/tests/baselines/reference/tsserver/configuredProjects/can-correctly-update-configured-project-when-set-of-root-files-has-changed-(new-file-in-list-of-files).js b/tests/baselines/reference/tsserver/configuredProjects/can-correctly-update-configured-project-when-set-of-root-files-has-changed-(new-file-in-list-of-files).js index 98376ee338fe3..3652c8c4f3cfc 100644 --- a/tests/baselines/reference/tsserver/configuredProjects/can-correctly-update-configured-project-when-set-of-root-files-has-changed-(new-file-in-list-of-files).js +++ b/tests/baselines/reference/tsserver/configuredProjects/can-correctly-update-configured-project-when-set-of-root-files-has-changed-(new-file-in-list-of-files).js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:13.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/a/b/f1.ts] let x = 1 @@ -11,11 +11,11 @@ let y = 1 {"compilerOptions":{},"files":["f1.ts"]} -Info 1 [00:00:14.000] Search path: /a/b -Info 2 [00:00:15.000] For info: /a/b/f1.ts :: Config file name: /a/b/tsconfig.json -Info 3 [00:00:16.000] Creating configuration project /a/b/tsconfig.json -Info 4 [00:00:17.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 5 [00:00:18.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/f1.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/b/tsconfig.json : { "rootNames": [ "/a/b/f1.ts" ], @@ -23,31 +23,29 @@ Info 5 [00:00:18.000] Config: /a/b/tsconfig.json : { "configFilePath": "/a/b/tsconfig.json" } } -Info 6 [00:00:19.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 7 [00:00:20.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 8 [00:00:21.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 9 [00:00:22.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 10 [00:00:23.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 11 [00:00:24.000] Project '/a/b/tsconfig.json' (Configured) -Info 12 [00:00:25.000] Files (1) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/b/f1.ts SVC-1-0 "let x = 1" f1.ts Part of 'files' list in tsconfig.json -Info 13 [00:00:26.000] ----------------------------------------------- -Info 14 [00:00:27.000] Project '/a/b/tsconfig.json' (Configured) -Info 14 [00:00:28.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 14 [00:00:29.000] ----------------------------------------------- -Info 14 [00:00:30.000] Open files: -Info 14 [00:00:31.000] FileName: /a/b/f1.ts ProjectRootPath: undefined -Info 14 [00:00:32.000] Projects: /a/b/tsconfig.json -Info 14 [00:00:36.000] FileWatcher:: Triggered with /a/b/tsconfig.json 1:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 15 [00:00:37.000] Scheduled: /a/b/tsconfig.json -Info 16 [00:00:38.000] Scheduled: *ensureProjectForOpenFiles* -Info 17 [00:00:39.000] Elapsed:: *ms FileWatcher:: Triggered with /a/b/tsconfig.json 1:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/f1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /a/b/tsconfig.json 1:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Scheduled: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /a/b/tsconfig.json 1:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file Before running Timeout callback:: count: 2 1: /a/b/tsconfig.json 2: *ensureProjectForOpenFiles* @@ -58,16 +56,14 @@ Before running Timeout callback:: count: 2 PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/b/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/b/tsconfig.json: *new* {} -Info 18 [00:00:40.000] Running: /a/b/tsconfig.json -Info 19 [00:00:41.000] Reloading configured project /a/b/tsconfig.json -Info 20 [00:00:42.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Running: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Reloading configured project /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /a/b/tsconfig.json : { "rootNames": [ "/a/b/f1.ts", "/a/b/f2.ts" @@ -76,11 +72,11 @@ Info 20 [00:00:42.000] Config: /a/b/tsconfig.json : { "configFilePath": "/a/b/tsconfig.json" } } -Info 21 [00:00:43.000] FileWatcher:: Added:: WatchInfo: /a/b/f2.ts 500 undefined WatchType: Closed Script info -Info 22 [00:00:44.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 23 [00:00:45.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 24 [00:00:46.000] Project '/a/b/tsconfig.json' (Configured) -Info 25 [00:00:47.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/f2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/b/f1.ts SVC-1-0 "let x = 1" /a/b/f2.ts Text-1 "let y = 1" @@ -90,31 +86,29 @@ Info 25 [00:00:47.000] Files (2) f2.ts Part of 'files' list in tsconfig.json -Info 26 [00:00:48.000] ----------------------------------------------- -Info 27 [00:00:49.000] Running: *ensureProjectForOpenFiles* -Info 28 [00:00:50.000] Before ensureProjectForOpenFiles: -Info 29 [00:00:51.000] Project '/a/b/tsconfig.json' (Configured) -Info 29 [00:00:52.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 29 [00:00:53.000] ----------------------------------------------- -Info 29 [00:00:54.000] Open files: -Info 29 [00:00:55.000] FileName: /a/b/f1.ts ProjectRootPath: undefined -Info 29 [00:00:56.000] Projects: /a/b/tsconfig.json -Info 29 [00:00:57.000] After ensureProjectForOpenFiles: -Info 30 [00:00:58.000] Project '/a/b/tsconfig.json' (Configured) -Info 30 [00:00:59.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/f1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 30 [00:01:00.000] ----------------------------------------------- -Info 30 [00:01:01.000] Open files: -Info 30 [00:01:02.000] FileName: /a/b/f1.ts ProjectRootPath: undefined -Info 30 [00:01:03.000] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/f1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json After running Timeout callback:: count: 0 PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/a/b/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/b/tsconfig.json: diff --git a/tests/baselines/reference/tsserver/configuredProjects/can-correctly-update-configured-project-when-set-of-root-files-has-changed-(new-file-on-disk).js b/tests/baselines/reference/tsserver/configuredProjects/can-correctly-update-configured-project-when-set-of-root-files-has-changed-(new-file-on-disk).js index 31029acadd156..568f91b9c93a8 100644 --- a/tests/baselines/reference/tsserver/configuredProjects/can-correctly-update-configured-project-when-set-of-root-files-has-changed-(new-file-on-disk).js +++ b/tests/baselines/reference/tsserver/configuredProjects/can-correctly-update-configured-project-when-set-of-root-files-has-changed-(new-file-on-disk).js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:11.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/a/b/f1.ts] let x = 1 @@ -8,11 +8,11 @@ let x = 1 {"compilerOptions":{}} -Info 1 [00:00:12.000] Search path: /a/b -Info 2 [00:00:13.000] For info: /a/b/f1.ts :: Config file name: /a/b/tsconfig.json -Info 3 [00:00:14.000] Creating configuration project /a/b/tsconfig.json -Info 4 [00:00:15.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 5 [00:00:16.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/f1.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/b/tsconfig.json : { "rootNames": [ "/a/b/f1.ts" ], @@ -20,33 +20,31 @@ Info 5 [00:00:16.000] Config: /a/b/tsconfig.json : { "configFilePath": "/a/b/tsconfig.json" } } -Info 6 [00:00:17.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 7 [00:00:18.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:19.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 9 [00:00:20.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 10 [00:00:21.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 11 [00:00:22.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 12 [00:00:23.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 13 [00:00:24.000] Project '/a/b/tsconfig.json' (Configured) -Info 14 [00:00:25.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/b/f1.ts SVC-1-0 "let x = 1" f1.ts Matched by default include pattern '**/*' -Info 15 [00:00:26.000] ----------------------------------------------- -Info 16 [00:00:27.000] Project '/a/b/tsconfig.json' (Configured) -Info 16 [00:00:28.000] Files (1) - -Info 16 [00:00:29.000] ----------------------------------------------- -Info 16 [00:00:30.000] Open files: -Info 16 [00:00:31.000] FileName: /a/b/f1.ts ProjectRootPath: undefined -Info 16 [00:00:32.000] Projects: /a/b/tsconfig.json -Info 16 [00:00:35.000] DirectoryWatcher:: Triggered with /a/b/f2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 17 [00:00:36.000] Scheduled: /a/b/tsconfig.json -Info 18 [00:00:37.000] Scheduled: *ensureProjectForOpenFiles* -Info 19 [00:00:38.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/f2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/f1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /a/b/f2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/f2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory Before running Timeout callback:: count: 2 1: /a/b/tsconfig.json 2: *ensureProjectForOpenFiles* @@ -57,8 +55,6 @@ let y = 1 PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/b/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/b/tsconfig.json: *new* @@ -68,12 +64,12 @@ FsWatchesRecursive:: /a/b: *new* {} -Info 20 [00:00:39.000] Running: /a/b/tsconfig.json -Info 21 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /a/b/f2.ts 500 undefined WatchType: Closed Script info -Info 22 [00:00:41.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 23 [00:00:42.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 24 [00:00:43.000] Project '/a/b/tsconfig.json' (Configured) -Info 25 [00:00:44.000] Files (2) +Info seq [hh:mm:ss:mss] Running: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/f2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/b/f1.ts SVC-1-0 "let x = 1" /a/b/f2.ts Text-1 "let y = 1" @@ -83,31 +79,29 @@ Info 25 [00:00:44.000] Files (2) f2.ts Matched by default include pattern '**/*' -Info 26 [00:00:45.000] ----------------------------------------------- -Info 27 [00:00:46.000] Running: *ensureProjectForOpenFiles* -Info 28 [00:00:47.000] Before ensureProjectForOpenFiles: -Info 29 [00:00:48.000] Project '/a/b/tsconfig.json' (Configured) -Info 29 [00:00:49.000] Files (2) - -Info 29 [00:00:50.000] ----------------------------------------------- -Info 29 [00:00:51.000] Open files: -Info 29 [00:00:52.000] FileName: /a/b/f1.ts ProjectRootPath: undefined -Info 29 [00:00:53.000] Projects: /a/b/tsconfig.json -Info 29 [00:00:54.000] After ensureProjectForOpenFiles: -Info 30 [00:00:55.000] Project '/a/b/tsconfig.json' (Configured) -Info 30 [00:00:56.000] Files (2) - -Info 30 [00:00:57.000] ----------------------------------------------- -Info 30 [00:00:58.000] Open files: -Info 30 [00:00:59.000] FileName: /a/b/f1.ts ProjectRootPath: undefined -Info 30 [00:01:00.000] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/f1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/f1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json After running Timeout callback:: count: 0 PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/a/b/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/b/tsconfig.json: diff --git a/tests/baselines/reference/tsserver/configuredProjects/can-update-configured-project-when-set-of-root-files-was-not-changed.js b/tests/baselines/reference/tsserver/configuredProjects/can-update-configured-project-when-set-of-root-files-was-not-changed.js index b297b8747d98d..cda7f143212f6 100644 --- a/tests/baselines/reference/tsserver/configuredProjects/can-update-configured-project-when-set-of-root-files-was-not-changed.js +++ b/tests/baselines/reference/tsserver/configuredProjects/can-update-configured-project-when-set-of-root-files-was-not-changed.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:13.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/a/b/f1.ts] let x = 1 @@ -11,11 +11,11 @@ let y = 1 {"compilerOptions":{},"files":["f1.ts","f2.ts"]} -Info 1 [00:00:14.000] Search path: /a/b -Info 2 [00:00:15.000] For info: /a/b/f1.ts :: Config file name: /a/b/tsconfig.json -Info 3 [00:00:16.000] Creating configuration project /a/b/tsconfig.json -Info 4 [00:00:17.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 5 [00:00:18.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/f1.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/b/tsconfig.json : { "rootNames": [ "/a/b/f1.ts", "/a/b/f2.ts" @@ -24,14 +24,12 @@ Info 5 [00:00:18.000] Config: /a/b/tsconfig.json : { "configFilePath": "/a/b/tsconfig.json" } } -Info 6 [00:00:19.000] FileWatcher:: Added:: WatchInfo: /a/b/f2.ts 500 undefined WatchType: Closed Script info -Info 7 [00:00:20.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 8 [00:00:21.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 9 [00:00:22.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 10 [00:00:23.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 11 [00:00:24.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 12 [00:00:25.000] Project '/a/b/tsconfig.json' (Configured) -Info 13 [00:00:26.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/f2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/b/f1.ts SVC-1-0 "let x = 1" /a/b/f2.ts Text-1 "let y = 1" @@ -41,18 +39,18 @@ Info 13 [00:00:26.000] Files (2) f2.ts Part of 'files' list in tsconfig.json -Info 14 [00:00:27.000] ----------------------------------------------- -Info 15 [00:00:28.000] Project '/a/b/tsconfig.json' (Configured) -Info 15 [00:00:29.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 15 [00:00:30.000] ----------------------------------------------- -Info 15 [00:00:31.000] Open files: -Info 15 [00:00:32.000] FileName: /a/b/f1.ts ProjectRootPath: undefined -Info 15 [00:00:33.000] Projects: /a/b/tsconfig.json -Info 15 [00:00:37.000] FileWatcher:: Triggered with /a/b/tsconfig.json 1:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 16 [00:00:38.000] Scheduled: /a/b/tsconfig.json -Info 17 [00:00:39.000] Scheduled: *ensureProjectForOpenFiles* -Info 18 [00:00:40.000] Elapsed:: *ms FileWatcher:: Triggered with /a/b/tsconfig.json 1:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/f1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /a/b/tsconfig.json 1:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Scheduled: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /a/b/tsconfig.json 1:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file Before running Timeout callback:: count: 2 1: /a/b/tsconfig.json 2: *ensureProjectForOpenFiles* @@ -63,8 +61,6 @@ Before running Timeout callback:: count: 2 PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/b/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/b/tsconfig.json: *new* @@ -72,9 +68,9 @@ FsWatches:: /a/b/f2.ts: *new* {} -Info 19 [00:00:41.000] Running: /a/b/tsconfig.json -Info 20 [00:00:42.000] Reloading configured project /a/b/tsconfig.json -Info 21 [00:00:43.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Running: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Reloading configured project /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /a/b/tsconfig.json : { "rootNames": [ "/a/b/f1.ts", "/a/b/f2.ts" @@ -84,29 +80,29 @@ Info 21 [00:00:43.000] Config: /a/b/tsconfig.json : { "configFilePath": "/a/b/tsconfig.json" } } -Info 22 [00:00:44.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 23 [00:00:45.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 24 [00:00:46.000] Project '/a/b/tsconfig.json' (Configured) -Info 25 [00:00:47.000] Files (2) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/b/f1.ts SVC-1-0 "let x = 1" /a/b/f2.ts Text-1 "let y = 1" -Info 26 [00:00:48.000] ----------------------------------------------- -Info 27 [00:00:49.000] Running: *ensureProjectForOpenFiles* -Info 28 [00:00:50.000] Before ensureProjectForOpenFiles: -Info 29 [00:00:51.000] Project '/a/b/tsconfig.json' (Configured) -Info 29 [00:00:52.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 29 [00:00:53.000] ----------------------------------------------- -Info 29 [00:00:54.000] Open files: -Info 29 [00:00:55.000] FileName: /a/b/f1.ts ProjectRootPath: undefined -Info 29 [00:00:56.000] Projects: /a/b/tsconfig.json -Info 29 [00:00:57.000] After ensureProjectForOpenFiles: -Info 30 [00:00:58.000] Project '/a/b/tsconfig.json' (Configured) -Info 30 [00:00:59.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/f1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 30 [00:01:00.000] ----------------------------------------------- -Info 30 [00:01:01.000] Open files: -Info 30 [00:01:02.000] FileName: /a/b/f1.ts ProjectRootPath: undefined -Info 30 [00:01:03.000] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/f1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json After running Timeout callback:: count: 0 diff --git a/tests/baselines/reference/tsserver/configuredProjects/changed-module-resolution-reflected-when-specifying-files-list.js b/tests/baselines/reference/tsserver/configuredProjects/changed-module-resolution-reflected-when-specifying-files-list.js index f9efcf776e7d1..cc0887484f864 100644 --- a/tests/baselines/reference/tsserver/configuredProjects/changed-module-resolution-reflected-when-specifying-files-list.js +++ b/tests/baselines/reference/tsserver/configuredProjects/changed-module-resolution-reflected-when-specifying-files-list.js @@ -1,14 +1,14 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:17.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service -//// [/a/b/file1.ts] +//// [/users/username/projects/project/file1.ts] import classc from "file2" -//// [/a/file2.ts] +//// [/users/username/projects/file2.ts] export classc { method2a() { return 10; } } -//// [/a/b/tsconfig.json] -{"files":["/a/b/file1.ts"],"compilerOptions":{"module":"amd"}} +//// [/users/username/projects/project/tsconfig.json] +{"files":["/users/username/projects/project/file1.ts"],"compilerOptions":{"module":"amd"}} //// [/a/lib/lib.d.ts] /// @@ -24,151 +24,157 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:18.000] Search path: /a/b -Info 2 [00:00:19.000] For info: /a/b/file1.ts :: Config file name: /a/b/tsconfig.json -Info 3 [00:00:20.000] Creating configuration project /a/b/tsconfig.json -Info 4 [00:00:21.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 5 [00:00:22.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /users/username/projects/project +Info seq [hh:mm:ss:mss] For info: /users/username/projects/project/file1.ts :: Config file name: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/tsconfig.json 2000 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /users/username/projects/project/tsconfig.json : { "rootNames": [ - "/a/b/file1.ts" + "/users/username/projects/project/file1.ts" ], "options": { "module": 2, - "configFilePath": "/a/b/tsconfig.json" + "configFilePath": "/users/username/projects/project/tsconfig.json" } } -Info 6 [00:00:23.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 7 [00:00:24.000] FileWatcher:: Added:: WatchInfo: /a/file2.ts 500 undefined WatchType: Closed Script info -Info 8 [00:00:25.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 9 [00:00:26.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 10 [00:00:27.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 11 [00:00:28.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 12 [00:00:29.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 13 [00:00:30.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 14 [00:00:31.000] Project '/a/b/tsconfig.json' (Configured) -Info 15 [00:00:32.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/file2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/file2.ts Text-1 "export classc { method2a() { return 10; } }" - /a/b/file1.ts SVC-1-0 "import classc from \"file2\"" + /users/username/projects/file2.ts Text-1 "export classc { method2a() { return 10; } }" + /users/username/projects/project/file1.ts SVC-1-0 "import classc from \"file2\"" - ../lib/lib.d.ts + ../../../../a/lib/lib.d.ts Default library for target 'es5' ../file2.ts Imported via "file2" from file 'file1.ts' file1.ts Part of 'files' list in tsconfig.json -Info 16 [00:00:33.000] ----------------------------------------------- -Info 17 [00:00:34.000] Project '/a/b/tsconfig.json' (Configured) -Info 17 [00:00:35.000] Files (3) - -Info 17 [00:00:36.000] ----------------------------------------------- -Info 17 [00:00:37.000] Open files: -Info 17 [00:00:38.000] FileName: /a/b/file1.ts ProjectRootPath: undefined -Info 17 [00:00:39.000] Projects: /a/b/tsconfig.json -Info 17 [00:00:42.000] DirectoryWatcher:: Triggered with /a/b/file2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 18 [00:00:43.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation -Info 19 [00:00:44.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/file2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/file2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/file2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations Before running Timeout callback:: count: 1 -1: /a/b/tsconfig.jsonFailedLookupInvalidation -//// [/a/b/file2.ts] +1: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +//// [/users/username/projects/project/file2.ts] export classc { method2() { return 10; } } PolledWatches:: -/a/b/node_modules/@types: *new* +/users/username/projects/project/node_modules/@types: *new* + {"pollingInterval":500} +/users/username/projects/node_modules/@types: *new* {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: *new* +/users/username/projects/project/tsconfig.json: *new* {} -/a/file2.ts: *new* +/users/username/projects/file2.ts: *new* {} /a/lib/lib.d.ts: *new* {} -/a/b: *new* +/users/username/projects/project: *new* {} -Info 20 [00:00:45.000] Running: /a/b/tsconfig.jsonFailedLookupInvalidation -Info 21 [00:00:46.000] Scheduled: /a/b/tsconfig.json -Info 22 [00:00:47.000] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* After running Timeout callback:: count: 2 -2: /a/b/tsconfig.json +2: /users/username/projects/project/tsconfig.json 3: *ensureProjectForOpenFiles* Before running Timeout callback:: count: 2 -2: /a/b/tsconfig.json +2: /users/username/projects/project/tsconfig.json 3: *ensureProjectForOpenFiles* -Info 23 [00:00:48.000] Running: /a/b/tsconfig.json -Info 24 [00:00:49.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 25 [00:00:50.000] FileWatcher:: Added:: WatchInfo: /a/b/file2.ts 500 undefined WatchType: Closed Script info -Info 26 [00:00:51.000] DirectoryWatcher:: Close:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 27 [00:00:52.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 28 [00:00:53.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms -Info 29 [00:00:54.000] Project '/a/b/tsconfig.json' (Configured) -Info 30 [00:00:55.000] Files (3) +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/file2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 2 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b/file2.ts Text-1 "export classc { method2() { return 10; } }" - /a/b/file1.ts SVC-1-0 "import classc from \"file2\"" + /users/username/projects/project/file2.ts Text-1 "export classc { method2() { return 10; } }" + /users/username/projects/project/file1.ts SVC-1-0 "import classc from \"file2\"" - ../lib/lib.d.ts + ../../../../a/lib/lib.d.ts Default library for target 'es5' file2.ts Imported via "file2" from file 'file1.ts' file1.ts Part of 'files' list in tsconfig.json -Info 31 [00:00:56.000] ----------------------------------------------- -Info 32 [00:00:57.000] Running: *ensureProjectForOpenFiles* -Info 33 [00:00:58.000] Before ensureProjectForOpenFiles: -Info 34 [00:00:59.000] Project '/a/b/tsconfig.json' (Configured) -Info 34 [00:01:00.000] Files (3) - -Info 34 [00:01:01.000] ----------------------------------------------- -Info 34 [00:01:02.000] Open files: -Info 34 [00:01:03.000] FileName: /a/b/file1.ts ProjectRootPath: undefined -Info 34 [00:01:04.000] Projects: /a/b/tsconfig.json -Info 34 [00:01:05.000] After ensureProjectForOpenFiles: -Info 35 [00:01:06.000] Project '/a/b/tsconfig.json' (Configured) -Info 35 [00:01:07.000] Files (3) - -Info 35 [00:01:08.000] ----------------------------------------------- -Info 35 [00:01:09.000] Open files: -Info 35 [00:01:10.000] FileName: /a/b/file1.ts ProjectRootPath: undefined -Info 35 [00:01:11.000] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json After running Timeout callback:: count: 0 PolledWatches:: -/a/b/node_modules/@types: +/users/username/projects/project/node_modules/@types: + {"pollingInterval":500} +/users/username/projects/node_modules/@types: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} -/a/file2.ts: +/users/username/projects/file2.ts: {} /a/lib/lib.d.ts: {} -/a/b/file2.ts: *new* +/users/username/projects/project/file2.ts: *new* {} FsWatches *deleted*:: -/a/b: +/users/username/projects/project: {} -Info 35 [00:01:12.000] FileWatcher:: Close:: WatchInfo: /a/b/file2.ts 500 undefined WatchType: Closed Script info -Info 36 [00:01:13.000] Search path: /a/b -Info 37 [00:01:14.000] For info: /a/b/file2.ts :: Config file name: /a/b/tsconfig.json -Info 38 [00:01:15.000] FileWatcher:: Close:: WatchInfo: /a/file2.ts 500 undefined WatchType: Closed Script info -Info 39 [00:01:16.000] Project '/a/b/tsconfig.json' (Configured) -Info 39 [00:01:17.000] Files (3) - -Info 39 [00:01:18.000] ----------------------------------------------- -Info 39 [00:01:19.000] Open files: -Info 39 [00:01:20.000] FileName: /a/b/file1.ts ProjectRootPath: undefined -Info 39 [00:01:21.000] Projects: /a/b/tsconfig.json -Info 39 [00:01:22.000] FileName: /a/b/file2.ts ProjectRootPath: undefined -Info 39 [00:01:23.000] Projects: /a/b/tsconfig.json \ No newline at end of file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /users/username/projects/project/file2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /users/username/projects/project +Info seq [hh:mm:ss:mss] For info: /users/username/projects/project/file2.ts :: Config file name: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /users/username/projects/file2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/configuredProjects/create-configured-project-with-the-file-list.js b/tests/baselines/reference/tsserver/configuredProjects/create-configured-project-with-the-file-list.js index 6e7ff4aedff6b..07ebbbc14dbca 100644 --- a/tests/baselines/reference/tsserver/configuredProjects/create-configured-project-with-the-file-list.js +++ b/tests/baselines/reference/tsserver/configuredProjects/create-configured-project-with-the-file-list.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:21.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/a/b/tsconfig.json] @@ -31,11 +31,11 @@ let y = 1 let z = 1 -Info 1 [00:00:22.000] Search path: /a/b -Info 2 [00:00:23.000] For info: /a/b/f1.ts :: Config file name: /a/b/tsconfig.json -Info 3 [00:00:24.000] Creating configuration project /a/b/tsconfig.json -Info 4 [00:00:25.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 5 [00:00:26.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/f1.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/b/tsconfig.json : { "rootNames": [ "/a/b/f1.ts", "/a/b/f2.ts" @@ -44,16 +44,14 @@ Info 5 [00:00:26.000] Config: /a/b/tsconfig.json : { "configFilePath": "/a/b/tsconfig.json" } } -Info 6 [00:00:27.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 0 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 7 [00:00:28.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 0 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:29.000] FileWatcher:: Added:: WatchInfo: /a/b/f2.ts 500 undefined WatchType: Closed Script info -Info 9 [00:00:30.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 10 [00:00:31.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:32.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 12 [00:00:33.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 13 [00:00:34.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 14 [00:00:35.000] Project '/a/b/tsconfig.json' (Configured) -Info 15 [00:00:36.000] Files (3) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b 0 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 0 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/f2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/f1.ts SVC-1-0 "let x = 1" /a/b/f2.ts Text-1 "let y = 1" @@ -66,11 +64,11 @@ Info 15 [00:00:36.000] Files (3) f2.ts Matched by include pattern '*.ts' in 'tsconfig.json' -Info 16 [00:00:37.000] ----------------------------------------------- -Info 17 [00:00:38.000] Project '/a/b/tsconfig.json' (Configured) -Info 17 [00:00:39.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 17 [00:00:40.000] ----------------------------------------------- -Info 17 [00:00:41.000] Open files: -Info 17 [00:00:42.000] FileName: /a/b/f1.ts ProjectRootPath: undefined -Info 17 [00:00:43.000] Projects: /a/b/tsconfig.json \ No newline at end of file +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/f1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/configuredProjects/create-configured-project-without-file-list.js b/tests/baselines/reference/tsserver/configuredProjects/create-configured-project-without-file-list.js index 86eb95aa9bad4..6429cbe7de1c6 100644 --- a/tests/baselines/reference/tsserver/configuredProjects/create-configured-project-without-file-list.js +++ b/tests/baselines/reference/tsserver/configuredProjects/create-configured-project-without-file-list.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:25.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/a/b/tsconfig.json] @@ -33,11 +33,11 @@ let y = 1 let z = 1 -Info 1 [00:00:26.000] Search path: /a/b/c -Info 2 [00:00:27.000] For info: /a/b/c/f1.ts :: Config file name: /a/b/tsconfig.json -Info 3 [00:00:28.000] Creating configuration project /a/b/tsconfig.json -Info 4 [00:00:29.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 5 [00:00:30.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a/b/c +Info seq [hh:mm:ss:mss] For info: /a/b/c/f1.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/b/tsconfig.json : { "rootNames": [ "/a/b/c/f1.ts", "/a/b/d/f2.ts" @@ -46,16 +46,14 @@ Info 5 [00:00:30.000] Config: /a/b/tsconfig.json : { "configFilePath": "/a/b/tsconfig.json" } } -Info 6 [00:00:31.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 7 [00:00:32.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:33.000] FileWatcher:: Added:: WatchInfo: /a/b/d/f2.ts 500 undefined WatchType: Closed Script info -Info 9 [00:00:34.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 10 [00:00:35.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:36.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 12 [00:00:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 13 [00:00:38.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 14 [00:00:39.000] Project '/a/b/tsconfig.json' (Configured) -Info 15 [00:00:40.000] Files (3) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/d/f2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/c/f1.ts SVC-1-0 "let x = 1" /a/b/d/f2.ts Text-1 "let y = 1" @@ -68,11 +66,11 @@ Info 15 [00:00:40.000] Files (3) d/f2.ts Matched by default include pattern '**/*' -Info 16 [00:00:41.000] ----------------------------------------------- -Info 17 [00:00:42.000] Project '/a/b/tsconfig.json' (Configured) -Info 17 [00:00:43.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 17 [00:00:44.000] ----------------------------------------------- -Info 17 [00:00:45.000] Open files: -Info 17 [00:00:46.000] FileName: /a/b/c/f1.ts ProjectRootPath: undefined -Info 17 [00:00:47.000] Projects: /a/b/tsconfig.json \ No newline at end of file +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/c/f1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/configuredProjects/creating-new-file-and-then-open-it-after-watcher-is-invoked,-ask-errors-on-it-after-old-one-without-file-being-in-config.js b/tests/baselines/reference/tsserver/configuredProjects/creating-new-file-and-then-open-it-after-watcher-is-invoked,-ask-errors-on-it-after-old-one-without-file-being-in-config.js index 7c47e938cada0..874267dfd315a 100644 --- a/tests/baselines/reference/tsserver/configuredProjects/creating-new-file-and-then-open-it-after-watcher-is-invoked,-ask-errors-on-it-after-old-one-without-file-being-in-config.js +++ b/tests/baselines/reference/tsserver/configuredProjects/creating-new-file-and-then-open-it-after-watcher-is-invoked,-ask-errors-on-it-after-old-one-without-file-being-in-config.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:27.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/src/foo.ts] export function foo() { } @@ -24,7 +24,7 @@ interface Array { length: number; [n: number]: T; } {"include":["./src"],"exclude":["./src/sub"]} -Info 1 [00:00:28.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -35,13 +35,13 @@ Info 1 [00:00:28.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:29.000] Search path: /user/username/projects/myproject/src -Info 3 [00:00:30.000] For info: /user/username/projects/myproject/src/foo.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 4 [00:00:31.000] Creating configuration project /user/username/projects/myproject/tsconfig.json -Info 5 [00:00:32.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 6 [00:00:33.000] event: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/foo.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/myproject/src/foo.ts to open"}} -Info 7 [00:00:34.000] Config: /user/username/projects/myproject/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/src/bar.ts", "/user/username/projects/myproject/src/foo.ts" @@ -50,16 +50,18 @@ Info 7 [00:00:34.000] Config: /user/username/projects/myproject/tsconfig.json "configFilePath": "/user/username/projects/myproject/tsconfig.json" } } -Info 8 [00:00:35.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:36.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:37.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/bar.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:38.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 12 [00:00:39.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 13 [00:00:40.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 14 [00:00:41.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 15 [00:00:42.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:00:43.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 17 [00:00:44.000] Files (3) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/bar.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/bar.ts Text-1 "export function bar() { }" /user/username/projects/myproject/src/foo.ts SVC-1-0 "export function foo() { }" @@ -72,21 +74,21 @@ Info 17 [00:00:44.000] Files (3) src/foo.ts Matched by include pattern './src' in 'tsconfig.json' -Info 18 [00:00:45.000] ----------------------------------------------- -Info 19 [00:00:46.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig.json"}} -Info 20 [00:00:47.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"4a33d78ee40d836c4f4e64c59aed976628aea0013be9585c5ff171dfc41baf98","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":2,"tsSize":50,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":true,"exclude":true,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 21 [00:00:48.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/src/foo.ts","configFile":"/user/username/projects/myproject/tsconfig.json","diagnostics":[]}} -Info 22 [00:00:49.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 22 [00:00:50.000] Files (3) - -Info 22 [00:00:51.000] ----------------------------------------------- -Info 22 [00:00:52.000] Open files: -Info 22 [00:00:53.000] FileName: /user/username/projects/myproject/src/foo.ts ProjectRootPath: /user/username/projects/myproject -Info 22 [00:00:54.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 22 [00:00:55.000] response: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/foo.ts ProjectRootPath: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -95,6 +97,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* @@ -108,15 +112,15 @@ FsWatchesRecursive:: /user/username/projects/myproject/src: *new* {} -Info 23 [00:00:58.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/src/sub/fooBar.ts :: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 24 [00:00:59.000] Project: /user/username/projects/myproject/tsconfig.json Detected excluded file: /user/username/projects/myproject/src/sub/fooBar.ts -Info 25 [00:01:00.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/src/sub/fooBar.ts :: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/src/sub/fooBar.ts :: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/tsconfig.json Detected excluded file: /user/username/projects/myproject/src/sub/fooBar.ts +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/src/sub/fooBar.ts :: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory Before request //// [/user/username/projects/myproject/src/sub/fooBar.ts] export function fooBar() { } -Info 26 [00:01:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -127,25 +131,27 @@ Info 26 [00:01:01.000] request: "seq": 2, "type": "request" } -Info 27 [00:01:02.000] Search path: /user/username/projects/myproject/src/sub -Info 28 [00:01:03.000] For info: /user/username/projects/myproject/src/sub/fooBar.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 29 [00:01:04.000] event: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src/sub +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/sub/fooBar.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/src/sub/fooBar.ts","configFile":"/user/username/projects/myproject/tsconfig.json","diagnostics":[]}} -Info 30 [00:01:05.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/sub/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 31 [00:01:06.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/sub/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 32 [00:01:07.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 33 [00:01:08.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 34 [00:01:09.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 35 [00:01:10.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 36 [00:01:11.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/sub/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 37 [00:01:12.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/sub/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 38 [00:01:13.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 39 [00:01:14.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 40 [00:01:15.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 41 [00:01:16.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 42 [00:01:17.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 43 [00:01:18.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 44 [00:01:19.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/sub/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/sub/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/sub/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/sub/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/sub/fooBar.ts SVC-1-0 "export function fooBar() { }" @@ -155,21 +161,21 @@ Info 44 [00:01:19.000] Files (2) fooBar.ts Root file specified for compilation -Info 45 [00:01:20.000] ----------------------------------------------- -Info 46 [00:01:21.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 46 [00:01:22.000] Files (3) - -Info 46 [00:01:23.000] ----------------------------------------------- -Info 46 [00:01:24.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 46 [00:01:25.000] Files (2) - -Info 46 [00:01:26.000] ----------------------------------------------- -Info 46 [00:01:27.000] Open files: -Info 46 [00:01:28.000] FileName: /user/username/projects/myproject/src/foo.ts ProjectRootPath: /user/username/projects/myproject -Info 46 [00:01:29.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 46 [00:01:30.000] FileName: /user/username/projects/myproject/src/sub/fooBar.ts ProjectRootPath: /user/username/projects/myproject -Info 46 [00:01:31.000] Projects: /dev/null/inferredProject1* -Info 46 [00:01:32.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/foo.ts ProjectRootPath: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/sub/fooBar.ts ProjectRootPath: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -178,6 +184,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/src/sub/tsconfig.json: *new* {"pollingInterval":2000} /user/username/projects/myproject/src/sub/jsconfig.json: *new* @@ -207,7 +215,7 @@ FsWatchesRecursive:: Before request -Info 47 [00:01:33.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -220,7 +228,7 @@ Info 47 [00:01:33.000] request: "seq": 3, "type": "request" } -Info 48 [00:01:34.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -229,14 +237,14 @@ After request Before running Timeout callback:: count: 1 1: checkOne -Info 49 [00:01:35.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/src/foo.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 1: semanticCheck -Info 50 [00:01:36.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/src/foo.ts","diagnostics":[]}} After running Immedidate callback:: count: 1 2: suggestionCheck @@ -244,21 +252,21 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 2: suggestionCheck -Info 51 [00:01:37.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/src/foo.ts","diagnostics":[]}} After running Immedidate callback:: count: 0 Before running Timeout callback:: count: 1 2: checkOne -Info 52 [00:01:38.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/src/sub/fooBar.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 3: semanticCheck -Info 53 [00:01:39.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/src/sub/fooBar.ts","diagnostics":[]}} After running Immedidate callback:: count: 1 4: suggestionCheck @@ -266,8 +274,8 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 4: suggestionCheck -Info 54 [00:01:40.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/src/sub/fooBar.ts","diagnostics":[]}} -Info 55 [00:01:41.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":3}} After running Immedidate callback:: count: 0 diff --git a/tests/baselines/reference/tsserver/configuredProjects/creating-new-file-and-then-open-it-after-watcher-is-invoked,-ask-errors-on-it-after-old-one.js b/tests/baselines/reference/tsserver/configuredProjects/creating-new-file-and-then-open-it-after-watcher-is-invoked,-ask-errors-on-it-after-old-one.js index 68bd1b632dd72..201f69c3770e4 100644 --- a/tests/baselines/reference/tsserver/configuredProjects/creating-new-file-and-then-open-it-after-watcher-is-invoked,-ask-errors-on-it-after-old-one.js +++ b/tests/baselines/reference/tsserver/configuredProjects/creating-new-file-and-then-open-it-after-watcher-is-invoked,-ask-errors-on-it-after-old-one.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:27.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/src/foo.ts] export function foo() { } @@ -24,7 +24,7 @@ interface Array { length: number; [n: number]: T; } {"include":["./src"]} -Info 1 [00:00:28.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -35,13 +35,13 @@ Info 1 [00:00:28.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:29.000] Search path: /user/username/projects/myproject/src -Info 3 [00:00:30.000] For info: /user/username/projects/myproject/src/foo.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 4 [00:00:31.000] Creating configuration project /user/username/projects/myproject/tsconfig.json -Info 5 [00:00:32.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 6 [00:00:33.000] event: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/foo.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/myproject/src/foo.ts to open"}} -Info 7 [00:00:34.000] Config: /user/username/projects/myproject/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/src/bar.ts", "/user/username/projects/myproject/src/foo.ts" @@ -50,16 +50,18 @@ Info 7 [00:00:34.000] Config: /user/username/projects/myproject/tsconfig.json "configFilePath": "/user/username/projects/myproject/tsconfig.json" } } -Info 8 [00:00:35.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:36.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:37.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/bar.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:38.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 12 [00:00:39.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 13 [00:00:40.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 14 [00:00:41.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 15 [00:00:42.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:00:43.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 17 [00:00:44.000] Files (3) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/bar.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/bar.ts Text-1 "export function bar() { }" /user/username/projects/myproject/src/foo.ts SVC-1-0 "export function foo() { }" @@ -72,21 +74,21 @@ Info 17 [00:00:44.000] Files (3) src/foo.ts Matched by include pattern './src' in 'tsconfig.json' -Info 18 [00:00:45.000] ----------------------------------------------- -Info 19 [00:00:46.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig.json"}} -Info 20 [00:00:47.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"4a33d78ee40d836c4f4e64c59aed976628aea0013be9585c5ff171dfc41baf98","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":2,"tsSize":50,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":true,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 21 [00:00:48.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/src/foo.ts","configFile":"/user/username/projects/myproject/tsconfig.json","diagnostics":[]}} -Info 22 [00:00:49.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 22 [00:00:50.000] Files (3) - -Info 22 [00:00:51.000] ----------------------------------------------- -Info 22 [00:00:52.000] Open files: -Info 22 [00:00:53.000] FileName: /user/username/projects/myproject/src/foo.ts ProjectRootPath: /user/username/projects/myproject -Info 22 [00:00:54.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 22 [00:00:55.000] response: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/foo.ts ProjectRootPath: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -95,6 +97,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* @@ -108,16 +112,16 @@ FsWatchesRecursive:: /user/username/projects/myproject/src: *new* {} -Info 23 [00:00:58.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/src/sub/fooBar.ts :: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 24 [00:00:59.000] Scheduled: /user/username/projects/myproject/tsconfig.json -Info 25 [00:01:00.000] Scheduled: *ensureProjectForOpenFiles* -Info 26 [00:01:01.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/src/sub/fooBar.ts :: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/src/sub/fooBar.ts :: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/src/sub/fooBar.ts :: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory Before request //// [/user/username/projects/myproject/src/sub/fooBar.ts] export function fooBar() { } -Info 27 [00:01:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -128,12 +132,12 @@ Info 27 [00:01:02.000] request: "seq": 2, "type": "request" } -Info 28 [00:01:03.000] Search path: /user/username/projects/myproject/src/sub -Info 29 [00:01:04.000] For info: /user/username/projects/myproject/src/sub/fooBar.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 30 [00:01:05.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 31 [00:01:06.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 32 [00:01:07.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 33 [00:01:08.000] Files (4) +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src/sub +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/sub/fooBar.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/bar.ts Text-1 "export function bar() { }" /user/username/projects/myproject/src/foo.ts SVC-1-0 "export function foo() { }" @@ -149,17 +153,17 @@ Info 33 [00:01:08.000] Files (4) src/sub/fooBar.ts Matched by include pattern './src' in 'tsconfig.json' -Info 34 [00:01:09.000] ----------------------------------------------- -Info 35 [00:01:10.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 35 [00:01:11.000] Files (4) - -Info 35 [00:01:12.000] ----------------------------------------------- -Info 35 [00:01:13.000] Open files: -Info 35 [00:01:14.000] FileName: /user/username/projects/myproject/src/foo.ts ProjectRootPath: /user/username/projects/myproject -Info 35 [00:01:15.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 35 [00:01:16.000] FileName: /user/username/projects/myproject/src/sub/fooBar.ts ProjectRootPath: /user/username/projects/myproject -Info 35 [00:01:17.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 35 [00:01:18.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/foo.ts ProjectRootPath: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/sub/fooBar.ts ProjectRootPath: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -167,7 +171,7 @@ After request Before request -Info 36 [00:01:19.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -180,7 +184,7 @@ Info 36 [00:01:19.000] request: "seq": 3, "type": "request" } -Info 37 [00:01:20.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -192,7 +196,7 @@ Before running Timeout callback:: count: 3 3: checkOne Invoking Timeout callback:: timeoutId:: 3:: checkOne -Info 38 [00:01:21.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/src/foo.ts","diagnostics":[]}} After running Timeout callback:: count: 2 1: /user/username/projects/myproject/tsconfig.json @@ -201,7 +205,7 @@ After running Timeout callback:: count: 2 Before running Immedidate callback:: count: 1 1: semanticCheck -Info 39 [00:01:22.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/src/foo.ts","diagnostics":[]}} After running Immedidate callback:: count: 1 2: suggestionCheck @@ -209,7 +213,7 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 2: suggestionCheck -Info 40 [00:01:23.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/src/foo.ts","diagnostics":[]}} After running Immedidate callback:: count: 0 @@ -219,7 +223,7 @@ Before running Timeout callback:: count: 3 4: checkOne Invoking Timeout callback:: timeoutId:: 4:: checkOne -Info 41 [00:01:24.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/src/sub/fooBar.ts","diagnostics":[]}} After running Timeout callback:: count: 2 1: /user/username/projects/myproject/tsconfig.json @@ -228,7 +232,7 @@ After running Timeout callback:: count: 2 Before running Immedidate callback:: count: 1 3: semanticCheck -Info 42 [00:01:25.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/src/sub/fooBar.ts","diagnostics":[]}} After running Immedidate callback:: count: 1 4: suggestionCheck @@ -236,8 +240,8 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 4: suggestionCheck -Info 43 [00:01:26.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/src/sub/fooBar.ts","diagnostics":[]}} -Info 44 [00:01:27.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":3}} After running Immedidate callback:: count: 0 diff --git a/tests/baselines/reference/tsserver/configuredProjects/creating-new-file-and-then-open-it-after-watcher-is-invoked,-ask-errors-on-it-before-old-one-without-file-being-in-config.js b/tests/baselines/reference/tsserver/configuredProjects/creating-new-file-and-then-open-it-after-watcher-is-invoked,-ask-errors-on-it-before-old-one-without-file-being-in-config.js index 13a3d2939c497..d597004d187ec 100644 --- a/tests/baselines/reference/tsserver/configuredProjects/creating-new-file-and-then-open-it-after-watcher-is-invoked,-ask-errors-on-it-before-old-one-without-file-being-in-config.js +++ b/tests/baselines/reference/tsserver/configuredProjects/creating-new-file-and-then-open-it-after-watcher-is-invoked,-ask-errors-on-it-before-old-one-without-file-being-in-config.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:27.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/src/foo.ts] export function foo() { } @@ -24,7 +24,7 @@ interface Array { length: number; [n: number]: T; } {"include":["./src"],"exclude":["./src/sub"]} -Info 1 [00:00:28.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -35,13 +35,13 @@ Info 1 [00:00:28.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:29.000] Search path: /user/username/projects/myproject/src -Info 3 [00:00:30.000] For info: /user/username/projects/myproject/src/foo.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 4 [00:00:31.000] Creating configuration project /user/username/projects/myproject/tsconfig.json -Info 5 [00:00:32.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 6 [00:00:33.000] event: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/foo.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/myproject/src/foo.ts to open"}} -Info 7 [00:00:34.000] Config: /user/username/projects/myproject/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/src/bar.ts", "/user/username/projects/myproject/src/foo.ts" @@ -50,16 +50,18 @@ Info 7 [00:00:34.000] Config: /user/username/projects/myproject/tsconfig.json "configFilePath": "/user/username/projects/myproject/tsconfig.json" } } -Info 8 [00:00:35.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:36.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:37.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/bar.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:38.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 12 [00:00:39.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 13 [00:00:40.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 14 [00:00:41.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 15 [00:00:42.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:00:43.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 17 [00:00:44.000] Files (3) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/bar.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/bar.ts Text-1 "export function bar() { }" /user/username/projects/myproject/src/foo.ts SVC-1-0 "export function foo() { }" @@ -72,21 +74,21 @@ Info 17 [00:00:44.000] Files (3) src/foo.ts Matched by include pattern './src' in 'tsconfig.json' -Info 18 [00:00:45.000] ----------------------------------------------- -Info 19 [00:00:46.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig.json"}} -Info 20 [00:00:47.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"4a33d78ee40d836c4f4e64c59aed976628aea0013be9585c5ff171dfc41baf98","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":2,"tsSize":50,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":true,"exclude":true,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 21 [00:00:48.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/src/foo.ts","configFile":"/user/username/projects/myproject/tsconfig.json","diagnostics":[]}} -Info 22 [00:00:49.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 22 [00:00:50.000] Files (3) - -Info 22 [00:00:51.000] ----------------------------------------------- -Info 22 [00:00:52.000] Open files: -Info 22 [00:00:53.000] FileName: /user/username/projects/myproject/src/foo.ts ProjectRootPath: /user/username/projects/myproject -Info 22 [00:00:54.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 22 [00:00:55.000] response: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/foo.ts ProjectRootPath: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -95,6 +97,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* @@ -108,15 +112,15 @@ FsWatchesRecursive:: /user/username/projects/myproject/src: *new* {} -Info 23 [00:00:58.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/src/sub/fooBar.ts :: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 24 [00:00:59.000] Project: /user/username/projects/myproject/tsconfig.json Detected excluded file: /user/username/projects/myproject/src/sub/fooBar.ts -Info 25 [00:01:00.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/src/sub/fooBar.ts :: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/src/sub/fooBar.ts :: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/tsconfig.json Detected excluded file: /user/username/projects/myproject/src/sub/fooBar.ts +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/src/sub/fooBar.ts :: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory Before request //// [/user/username/projects/myproject/src/sub/fooBar.ts] export function fooBar() { } -Info 26 [00:01:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -127,25 +131,27 @@ Info 26 [00:01:01.000] request: "seq": 2, "type": "request" } -Info 27 [00:01:02.000] Search path: /user/username/projects/myproject/src/sub -Info 28 [00:01:03.000] For info: /user/username/projects/myproject/src/sub/fooBar.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 29 [00:01:04.000] event: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src/sub +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/sub/fooBar.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/src/sub/fooBar.ts","configFile":"/user/username/projects/myproject/tsconfig.json","diagnostics":[]}} -Info 30 [00:01:05.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/sub/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 31 [00:01:06.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/sub/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 32 [00:01:07.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 33 [00:01:08.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 34 [00:01:09.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 35 [00:01:10.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 36 [00:01:11.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/sub/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 37 [00:01:12.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/sub/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 38 [00:01:13.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 39 [00:01:14.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 40 [00:01:15.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 41 [00:01:16.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 42 [00:01:17.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 43 [00:01:18.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 44 [00:01:19.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/sub/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/sub/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/sub/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/sub/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/sub/fooBar.ts SVC-1-0 "export function fooBar() { }" @@ -155,21 +161,21 @@ Info 44 [00:01:19.000] Files (2) fooBar.ts Root file specified for compilation -Info 45 [00:01:20.000] ----------------------------------------------- -Info 46 [00:01:21.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 46 [00:01:22.000] Files (3) - -Info 46 [00:01:23.000] ----------------------------------------------- -Info 46 [00:01:24.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 46 [00:01:25.000] Files (2) - -Info 46 [00:01:26.000] ----------------------------------------------- -Info 46 [00:01:27.000] Open files: -Info 46 [00:01:28.000] FileName: /user/username/projects/myproject/src/foo.ts ProjectRootPath: /user/username/projects/myproject -Info 46 [00:01:29.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 46 [00:01:30.000] FileName: /user/username/projects/myproject/src/sub/fooBar.ts ProjectRootPath: /user/username/projects/myproject -Info 46 [00:01:31.000] Projects: /dev/null/inferredProject1* -Info 46 [00:01:32.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/foo.ts ProjectRootPath: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/sub/fooBar.ts ProjectRootPath: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -178,6 +184,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/src/sub/tsconfig.json: *new* {"pollingInterval":2000} /user/username/projects/myproject/src/sub/jsconfig.json: *new* @@ -207,7 +215,7 @@ FsWatchesRecursive:: Before request -Info 47 [00:01:33.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -220,7 +228,7 @@ Info 47 [00:01:33.000] request: "seq": 3, "type": "request" } -Info 48 [00:01:34.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -229,14 +237,14 @@ After request Before running Timeout callback:: count: 1 1: checkOne -Info 49 [00:01:35.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/src/sub/fooBar.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 1: semanticCheck -Info 50 [00:01:36.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/src/sub/fooBar.ts","diagnostics":[]}} After running Immedidate callback:: count: 1 2: suggestionCheck @@ -244,21 +252,21 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 2: suggestionCheck -Info 51 [00:01:37.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/src/sub/fooBar.ts","diagnostics":[]}} After running Immedidate callback:: count: 0 Before running Timeout callback:: count: 1 2: checkOne -Info 52 [00:01:38.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/src/foo.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 3: semanticCheck -Info 53 [00:01:39.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/src/foo.ts","diagnostics":[]}} After running Immedidate callback:: count: 1 4: suggestionCheck @@ -266,8 +274,8 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 4: suggestionCheck -Info 54 [00:01:40.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/src/foo.ts","diagnostics":[]}} -Info 55 [00:01:41.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":3}} After running Immedidate callback:: count: 0 diff --git a/tests/baselines/reference/tsserver/configuredProjects/creating-new-file-and-then-open-it-after-watcher-is-invoked,-ask-errors-on-it-before-old-one.js b/tests/baselines/reference/tsserver/configuredProjects/creating-new-file-and-then-open-it-after-watcher-is-invoked,-ask-errors-on-it-before-old-one.js index 4f1e7d7c5dc17..7e3633a904c0d 100644 --- a/tests/baselines/reference/tsserver/configuredProjects/creating-new-file-and-then-open-it-after-watcher-is-invoked,-ask-errors-on-it-before-old-one.js +++ b/tests/baselines/reference/tsserver/configuredProjects/creating-new-file-and-then-open-it-after-watcher-is-invoked,-ask-errors-on-it-before-old-one.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:27.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/src/foo.ts] export function foo() { } @@ -24,7 +24,7 @@ interface Array { length: number; [n: number]: T; } {"include":["./src"]} -Info 1 [00:00:28.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -35,13 +35,13 @@ Info 1 [00:00:28.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:29.000] Search path: /user/username/projects/myproject/src -Info 3 [00:00:30.000] For info: /user/username/projects/myproject/src/foo.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 4 [00:00:31.000] Creating configuration project /user/username/projects/myproject/tsconfig.json -Info 5 [00:00:32.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 6 [00:00:33.000] event: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/foo.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/myproject/src/foo.ts to open"}} -Info 7 [00:00:34.000] Config: /user/username/projects/myproject/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/src/bar.ts", "/user/username/projects/myproject/src/foo.ts" @@ -50,16 +50,18 @@ Info 7 [00:00:34.000] Config: /user/username/projects/myproject/tsconfig.json "configFilePath": "/user/username/projects/myproject/tsconfig.json" } } -Info 8 [00:00:35.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:36.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:37.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/bar.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:38.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 12 [00:00:39.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 13 [00:00:40.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 14 [00:00:41.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 15 [00:00:42.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:00:43.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 17 [00:00:44.000] Files (3) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/bar.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/bar.ts Text-1 "export function bar() { }" /user/username/projects/myproject/src/foo.ts SVC-1-0 "export function foo() { }" @@ -72,21 +74,21 @@ Info 17 [00:00:44.000] Files (3) src/foo.ts Matched by include pattern './src' in 'tsconfig.json' -Info 18 [00:00:45.000] ----------------------------------------------- -Info 19 [00:00:46.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig.json"}} -Info 20 [00:00:47.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"4a33d78ee40d836c4f4e64c59aed976628aea0013be9585c5ff171dfc41baf98","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":2,"tsSize":50,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":true,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 21 [00:00:48.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/src/foo.ts","configFile":"/user/username/projects/myproject/tsconfig.json","diagnostics":[]}} -Info 22 [00:00:49.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 22 [00:00:50.000] Files (3) - -Info 22 [00:00:51.000] ----------------------------------------------- -Info 22 [00:00:52.000] Open files: -Info 22 [00:00:53.000] FileName: /user/username/projects/myproject/src/foo.ts ProjectRootPath: /user/username/projects/myproject -Info 22 [00:00:54.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 22 [00:00:55.000] response: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/foo.ts ProjectRootPath: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -95,6 +97,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* @@ -108,16 +112,16 @@ FsWatchesRecursive:: /user/username/projects/myproject/src: *new* {} -Info 23 [00:00:58.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/src/sub/fooBar.ts :: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 24 [00:00:59.000] Scheduled: /user/username/projects/myproject/tsconfig.json -Info 25 [00:01:00.000] Scheduled: *ensureProjectForOpenFiles* -Info 26 [00:01:01.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/src/sub/fooBar.ts :: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/src/sub/fooBar.ts :: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/src/sub/fooBar.ts :: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory Before request //// [/user/username/projects/myproject/src/sub/fooBar.ts] export function fooBar() { } -Info 27 [00:01:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -128,12 +132,12 @@ Info 27 [00:01:02.000] request: "seq": 2, "type": "request" } -Info 28 [00:01:03.000] Search path: /user/username/projects/myproject/src/sub -Info 29 [00:01:04.000] For info: /user/username/projects/myproject/src/sub/fooBar.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 30 [00:01:05.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 31 [00:01:06.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 32 [00:01:07.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 33 [00:01:08.000] Files (4) +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src/sub +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/sub/fooBar.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/bar.ts Text-1 "export function bar() { }" /user/username/projects/myproject/src/foo.ts SVC-1-0 "export function foo() { }" @@ -149,17 +153,17 @@ Info 33 [00:01:08.000] Files (4) src/sub/fooBar.ts Matched by include pattern './src' in 'tsconfig.json' -Info 34 [00:01:09.000] ----------------------------------------------- -Info 35 [00:01:10.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 35 [00:01:11.000] Files (4) - -Info 35 [00:01:12.000] ----------------------------------------------- -Info 35 [00:01:13.000] Open files: -Info 35 [00:01:14.000] FileName: /user/username/projects/myproject/src/foo.ts ProjectRootPath: /user/username/projects/myproject -Info 35 [00:01:15.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 35 [00:01:16.000] FileName: /user/username/projects/myproject/src/sub/fooBar.ts ProjectRootPath: /user/username/projects/myproject -Info 35 [00:01:17.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 35 [00:01:18.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/foo.ts ProjectRootPath: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/sub/fooBar.ts ProjectRootPath: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -167,7 +171,7 @@ After request Before request -Info 36 [00:01:19.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -180,7 +184,7 @@ Info 36 [00:01:19.000] request: "seq": 3, "type": "request" } -Info 37 [00:01:20.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -192,7 +196,7 @@ Before running Timeout callback:: count: 3 3: checkOne Invoking Timeout callback:: timeoutId:: 3:: checkOne -Info 38 [00:01:21.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/src/sub/fooBar.ts","diagnostics":[]}} After running Timeout callback:: count: 2 1: /user/username/projects/myproject/tsconfig.json @@ -201,7 +205,7 @@ After running Timeout callback:: count: 2 Before running Immedidate callback:: count: 1 1: semanticCheck -Info 39 [00:01:22.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/src/sub/fooBar.ts","diagnostics":[]}} After running Immedidate callback:: count: 1 2: suggestionCheck @@ -209,7 +213,7 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 2: suggestionCheck -Info 40 [00:01:23.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/src/sub/fooBar.ts","diagnostics":[]}} After running Immedidate callback:: count: 0 @@ -219,7 +223,7 @@ Before running Timeout callback:: count: 3 4: checkOne Invoking Timeout callback:: timeoutId:: 4:: checkOne -Info 41 [00:01:24.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/src/foo.ts","diagnostics":[]}} After running Timeout callback:: count: 2 1: /user/username/projects/myproject/tsconfig.json @@ -228,7 +232,7 @@ After running Timeout callback:: count: 2 Before running Immedidate callback:: count: 1 3: semanticCheck -Info 42 [00:01:25.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/src/foo.ts","diagnostics":[]}} After running Immedidate callback:: count: 1 4: suggestionCheck @@ -236,8 +240,8 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 4: suggestionCheck -Info 43 [00:01:26.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/src/foo.ts","diagnostics":[]}} -Info 44 [00:01:27.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":3}} After running Immedidate callback:: count: 0 diff --git a/tests/baselines/reference/tsserver/configuredProjects/creating-new-file-and-then-open-it-before-watcher-is-invoked,-ask-errors-on-it-after-old-one-without-file-being-in-config.js b/tests/baselines/reference/tsserver/configuredProjects/creating-new-file-and-then-open-it-before-watcher-is-invoked,-ask-errors-on-it-after-old-one-without-file-being-in-config.js index 2d2d52df8a896..f8e123275a66c 100644 --- a/tests/baselines/reference/tsserver/configuredProjects/creating-new-file-and-then-open-it-before-watcher-is-invoked,-ask-errors-on-it-after-old-one-without-file-being-in-config.js +++ b/tests/baselines/reference/tsserver/configuredProjects/creating-new-file-and-then-open-it-before-watcher-is-invoked,-ask-errors-on-it-after-old-one-without-file-being-in-config.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:27.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/src/foo.ts] export function foo() { } @@ -24,7 +24,7 @@ interface Array { length: number; [n: number]: T; } {"include":["./src"],"exclude":["./src/sub"]} -Info 1 [00:00:28.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -35,13 +35,13 @@ Info 1 [00:00:28.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:29.000] Search path: /user/username/projects/myproject/src -Info 3 [00:00:30.000] For info: /user/username/projects/myproject/src/foo.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 4 [00:00:31.000] Creating configuration project /user/username/projects/myproject/tsconfig.json -Info 5 [00:00:32.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 6 [00:00:33.000] event: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/foo.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/myproject/src/foo.ts to open"}} -Info 7 [00:00:34.000] Config: /user/username/projects/myproject/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/src/bar.ts", "/user/username/projects/myproject/src/foo.ts" @@ -50,16 +50,18 @@ Info 7 [00:00:34.000] Config: /user/username/projects/myproject/tsconfig.json "configFilePath": "/user/username/projects/myproject/tsconfig.json" } } -Info 8 [00:00:35.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:36.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:37.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/bar.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:38.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 12 [00:00:39.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 13 [00:00:40.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 14 [00:00:41.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 15 [00:00:42.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:00:43.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 17 [00:00:44.000] Files (3) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/bar.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/bar.ts Text-1 "export function bar() { }" /user/username/projects/myproject/src/foo.ts SVC-1-0 "export function foo() { }" @@ -72,21 +74,21 @@ Info 17 [00:00:44.000] Files (3) src/foo.ts Matched by include pattern './src' in 'tsconfig.json' -Info 18 [00:00:45.000] ----------------------------------------------- -Info 19 [00:00:46.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig.json"}} -Info 20 [00:00:47.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"4a33d78ee40d836c4f4e64c59aed976628aea0013be9585c5ff171dfc41baf98","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":2,"tsSize":50,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":true,"exclude":true,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 21 [00:00:48.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/src/foo.ts","configFile":"/user/username/projects/myproject/tsconfig.json","diagnostics":[]}} -Info 22 [00:00:49.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 22 [00:00:50.000] Files (3) - -Info 22 [00:00:51.000] ----------------------------------------------- -Info 22 [00:00:52.000] Open files: -Info 22 [00:00:53.000] FileName: /user/username/projects/myproject/src/foo.ts ProjectRootPath: /user/username/projects/myproject -Info 22 [00:00:54.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 22 [00:00:55.000] response: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/foo.ts ProjectRootPath: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -95,6 +97,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* @@ -110,7 +114,7 @@ FsWatchesRecursive:: Before request -Info 23 [00:00:56.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -121,25 +125,27 @@ Info 23 [00:00:56.000] request: "seq": 2, "type": "request" } -Info 24 [00:00:57.000] Search path: /user/username/projects/myproject/src/sub -Info 25 [00:00:58.000] For info: /user/username/projects/myproject/src/sub/fooBar.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 26 [00:00:59.000] event: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src/sub +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/sub/fooBar.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/src/sub/fooBar.ts","configFile":"/user/username/projects/myproject/tsconfig.json","diagnostics":[]}} -Info 27 [00:01:00.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/sub/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 28 [00:01:01.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/sub/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 29 [00:01:02.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 30 [00:01:03.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 31 [00:01:04.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 32 [00:01:05.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 33 [00:01:06.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/sub/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 34 [00:01:07.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/sub/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 35 [00:01:08.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 36 [00:01:09.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 37 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 38 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 39 [00:01:12.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 40 [00:01:13.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 41 [00:01:14.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/sub/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/sub/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/sub/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/sub/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/sub/fooBar.ts SVC-1-0 "export function fooBar() { }" @@ -149,21 +155,21 @@ Info 41 [00:01:14.000] Files (2) fooBar.ts Root file specified for compilation -Info 42 [00:01:15.000] ----------------------------------------------- -Info 43 [00:01:16.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 43 [00:01:17.000] Files (3) - -Info 43 [00:01:18.000] ----------------------------------------------- -Info 43 [00:01:19.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 43 [00:01:20.000] Files (2) - -Info 43 [00:01:21.000] ----------------------------------------------- -Info 43 [00:01:22.000] Open files: -Info 43 [00:01:23.000] FileName: /user/username/projects/myproject/src/foo.ts ProjectRootPath: /user/username/projects/myproject -Info 43 [00:01:24.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 43 [00:01:25.000] FileName: /user/username/projects/myproject/src/sub/fooBar.ts ProjectRootPath: /user/username/projects/myproject -Info 43 [00:01:26.000] Projects: /dev/null/inferredProject1* -Info 43 [00:01:27.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/foo.ts ProjectRootPath: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/sub/fooBar.ts ProjectRootPath: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -172,6 +178,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/src/sub/tsconfig.json: *new* {"pollingInterval":2000} /user/username/projects/myproject/src/sub/jsconfig.json: *new* @@ -199,15 +207,15 @@ FsWatchesRecursive:: /user/username/projects/myproject/src: {} -Info 44 [00:01:30.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/src/sub/fooBar.ts :: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 45 [00:01:31.000] Project: /user/username/projects/myproject/tsconfig.json Detected excluded file: /user/username/projects/myproject/src/sub/fooBar.ts -Info 46 [00:01:32.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/src/sub/fooBar.ts :: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/src/sub/fooBar.ts :: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/tsconfig.json Detected excluded file: /user/username/projects/myproject/src/sub/fooBar.ts +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/src/sub/fooBar.ts :: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory Before request //// [/user/username/projects/myproject/src/sub/fooBar.ts] export function fooBar() { } -Info 47 [00:01:33.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -220,7 +228,7 @@ Info 47 [00:01:33.000] request: "seq": 3, "type": "request" } -Info 48 [00:01:34.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -229,14 +237,14 @@ After request Before running Timeout callback:: count: 1 1: checkOne -Info 49 [00:01:35.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/src/foo.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 1: semanticCheck -Info 50 [00:01:36.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/src/foo.ts","diagnostics":[]}} After running Immedidate callback:: count: 1 2: suggestionCheck @@ -244,21 +252,21 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 2: suggestionCheck -Info 51 [00:01:37.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/src/foo.ts","diagnostics":[]}} After running Immedidate callback:: count: 0 Before running Timeout callback:: count: 1 2: checkOne -Info 52 [00:01:38.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/src/sub/fooBar.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 3: semanticCheck -Info 53 [00:01:39.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/src/sub/fooBar.ts","diagnostics":[]}} After running Immedidate callback:: count: 1 4: suggestionCheck @@ -266,8 +274,8 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 4: suggestionCheck -Info 54 [00:01:40.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/src/sub/fooBar.ts","diagnostics":[]}} -Info 55 [00:01:41.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":3}} After running Immedidate callback:: count: 0 diff --git a/tests/baselines/reference/tsserver/configuredProjects/creating-new-file-and-then-open-it-before-watcher-is-invoked,-ask-errors-on-it-after-old-one.js b/tests/baselines/reference/tsserver/configuredProjects/creating-new-file-and-then-open-it-before-watcher-is-invoked,-ask-errors-on-it-after-old-one.js index 6660a25e3cc4a..1748eae5b6584 100644 --- a/tests/baselines/reference/tsserver/configuredProjects/creating-new-file-and-then-open-it-before-watcher-is-invoked,-ask-errors-on-it-after-old-one.js +++ b/tests/baselines/reference/tsserver/configuredProjects/creating-new-file-and-then-open-it-before-watcher-is-invoked,-ask-errors-on-it-after-old-one.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:27.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/src/foo.ts] export function foo() { } @@ -24,7 +24,7 @@ interface Array { length: number; [n: number]: T; } {"include":["./src"]} -Info 1 [00:00:28.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -35,13 +35,13 @@ Info 1 [00:00:28.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:29.000] Search path: /user/username/projects/myproject/src -Info 3 [00:00:30.000] For info: /user/username/projects/myproject/src/foo.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 4 [00:00:31.000] Creating configuration project /user/username/projects/myproject/tsconfig.json -Info 5 [00:00:32.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 6 [00:00:33.000] event: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/foo.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/myproject/src/foo.ts to open"}} -Info 7 [00:00:34.000] Config: /user/username/projects/myproject/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/src/bar.ts", "/user/username/projects/myproject/src/foo.ts" @@ -50,16 +50,18 @@ Info 7 [00:00:34.000] Config: /user/username/projects/myproject/tsconfig.json "configFilePath": "/user/username/projects/myproject/tsconfig.json" } } -Info 8 [00:00:35.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:36.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:37.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/bar.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:38.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 12 [00:00:39.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 13 [00:00:40.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 14 [00:00:41.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 15 [00:00:42.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:00:43.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 17 [00:00:44.000] Files (3) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/bar.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/bar.ts Text-1 "export function bar() { }" /user/username/projects/myproject/src/foo.ts SVC-1-0 "export function foo() { }" @@ -72,21 +74,21 @@ Info 17 [00:00:44.000] Files (3) src/foo.ts Matched by include pattern './src' in 'tsconfig.json' -Info 18 [00:00:45.000] ----------------------------------------------- -Info 19 [00:00:46.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig.json"}} -Info 20 [00:00:47.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"4a33d78ee40d836c4f4e64c59aed976628aea0013be9585c5ff171dfc41baf98","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":2,"tsSize":50,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":true,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 21 [00:00:48.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/src/foo.ts","configFile":"/user/username/projects/myproject/tsconfig.json","diagnostics":[]}} -Info 22 [00:00:49.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 22 [00:00:50.000] Files (3) - -Info 22 [00:00:51.000] ----------------------------------------------- -Info 22 [00:00:52.000] Open files: -Info 22 [00:00:53.000] FileName: /user/username/projects/myproject/src/foo.ts ProjectRootPath: /user/username/projects/myproject -Info 22 [00:00:54.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 22 [00:00:55.000] response: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/foo.ts ProjectRootPath: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -95,6 +97,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* @@ -110,7 +114,7 @@ FsWatchesRecursive:: Before request -Info 23 [00:00:56.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -121,25 +125,27 @@ Info 23 [00:00:56.000] request: "seq": 2, "type": "request" } -Info 24 [00:00:57.000] Search path: /user/username/projects/myproject/src/sub -Info 25 [00:00:58.000] For info: /user/username/projects/myproject/src/sub/fooBar.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 26 [00:00:59.000] event: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src/sub +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/sub/fooBar.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/src/sub/fooBar.ts","configFile":"/user/username/projects/myproject/tsconfig.json","diagnostics":[]}} -Info 27 [00:01:00.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/sub/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 28 [00:01:01.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/sub/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 29 [00:01:02.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 30 [00:01:03.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 31 [00:01:04.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 32 [00:01:05.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 33 [00:01:06.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/sub/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 34 [00:01:07.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/sub/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 35 [00:01:08.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 36 [00:01:09.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 37 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 38 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 39 [00:01:12.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 40 [00:01:13.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 41 [00:01:14.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/sub/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/sub/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/sub/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/sub/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/sub/fooBar.ts SVC-1-0 "export function fooBar() { }" @@ -149,21 +155,21 @@ Info 41 [00:01:14.000] Files (2) fooBar.ts Root file specified for compilation -Info 42 [00:01:15.000] ----------------------------------------------- -Info 43 [00:01:16.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 43 [00:01:17.000] Files (3) - -Info 43 [00:01:18.000] ----------------------------------------------- -Info 43 [00:01:19.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 43 [00:01:20.000] Files (2) - -Info 43 [00:01:21.000] ----------------------------------------------- -Info 43 [00:01:22.000] Open files: -Info 43 [00:01:23.000] FileName: /user/username/projects/myproject/src/foo.ts ProjectRootPath: /user/username/projects/myproject -Info 43 [00:01:24.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 43 [00:01:25.000] FileName: /user/username/projects/myproject/src/sub/fooBar.ts ProjectRootPath: /user/username/projects/myproject -Info 43 [00:01:26.000] Projects: /dev/null/inferredProject1* -Info 43 [00:01:27.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/foo.ts ProjectRootPath: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/sub/fooBar.ts ProjectRootPath: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -172,6 +178,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/src/sub/tsconfig.json: *new* {"pollingInterval":2000} /user/username/projects/myproject/src/sub/jsconfig.json: *new* @@ -199,16 +207,16 @@ FsWatchesRecursive:: /user/username/projects/myproject/src: {} -Info 44 [00:01:30.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/src/sub/fooBar.ts :: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 45 [00:01:31.000] Scheduled: /user/username/projects/myproject/tsconfig.json -Info 46 [00:01:32.000] Scheduled: *ensureProjectForOpenFiles* -Info 47 [00:01:33.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/src/sub/fooBar.ts :: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/src/sub/fooBar.ts :: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/src/sub/fooBar.ts :: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory Before request //// [/user/username/projects/myproject/src/sub/fooBar.ts] export function fooBar() { } -Info 48 [00:01:34.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -221,7 +229,7 @@ Info 48 [00:01:34.000] request: "seq": 3, "type": "request" } -Info 49 [00:01:35.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -233,15 +241,15 @@ Before running Timeout callback:: count: 3 3: checkOne Invoking Timeout callback:: timeoutId:: 3:: checkOne -Info 50 [00:01:36.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/sub/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 51 [00:01:37.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/sub/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 52 [00:01:38.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 53 [00:01:39.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 54 [00:01:40.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 55 [00:01:41.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 56 [00:01:42.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 57 [00:01:43.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 58 [00:01:44.000] Files (4) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/sub/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/sub/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/bar.ts Text-1 "export function bar() { }" /user/username/projects/myproject/src/foo.ts SVC-1-0 "export function foo() { }" @@ -257,8 +265,8 @@ Info 58 [00:01:44.000] Files (4) src/sub/fooBar.ts Matched by include pattern './src' in 'tsconfig.json' -Info 59 [00:01:45.000] ----------------------------------------------- -Info 60 [00:01:46.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/src/foo.ts","diagnostics":[]}} After running Timeout callback:: count: 2 1: /user/username/projects/myproject/tsconfig.json @@ -267,6 +275,8 @@ After running Timeout callback:: count: 2 PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/src/sub/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/src/node_modules/@types: @@ -299,7 +309,7 @@ FsWatchesRecursive:: Before running Immedidate callback:: count: 1 1: semanticCheck -Info 61 [00:01:47.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/src/foo.ts","diagnostics":[]}} After running Immedidate callback:: count: 1 2: suggestionCheck @@ -307,7 +317,7 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 2: suggestionCheck -Info 62 [00:01:48.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/src/foo.ts","diagnostics":[]}} After running Immedidate callback:: count: 0 @@ -317,7 +327,7 @@ Before running Timeout callback:: count: 3 4: checkOne Invoking Timeout callback:: timeoutId:: 4:: checkOne -Info 63 [00:01:49.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/src/sub/fooBar.ts","diagnostics":[]}} After running Timeout callback:: count: 2 1: /user/username/projects/myproject/tsconfig.json @@ -326,7 +336,7 @@ After running Timeout callback:: count: 2 Before running Immedidate callback:: count: 1 3: semanticCheck -Info 64 [00:01:50.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/src/sub/fooBar.ts","diagnostics":[]}} After running Immedidate callback:: count: 1 4: suggestionCheck @@ -334,8 +344,8 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 4: suggestionCheck -Info 65 [00:01:51.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/src/sub/fooBar.ts","diagnostics":[]}} -Info 66 [00:01:52.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":3}} After running Immedidate callback:: count: 0 diff --git a/tests/baselines/reference/tsserver/configuredProjects/creating-new-file-and-then-open-it-before-watcher-is-invoked,-ask-errors-on-it-before-old-one-without-file-being-in-config.js b/tests/baselines/reference/tsserver/configuredProjects/creating-new-file-and-then-open-it-before-watcher-is-invoked,-ask-errors-on-it-before-old-one-without-file-being-in-config.js index cf912f2dd9256..15cb8e28a0adc 100644 --- a/tests/baselines/reference/tsserver/configuredProjects/creating-new-file-and-then-open-it-before-watcher-is-invoked,-ask-errors-on-it-before-old-one-without-file-being-in-config.js +++ b/tests/baselines/reference/tsserver/configuredProjects/creating-new-file-and-then-open-it-before-watcher-is-invoked,-ask-errors-on-it-before-old-one-without-file-being-in-config.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:27.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/src/foo.ts] export function foo() { } @@ -24,7 +24,7 @@ interface Array { length: number; [n: number]: T; } {"include":["./src"],"exclude":["./src/sub"]} -Info 1 [00:00:28.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -35,13 +35,13 @@ Info 1 [00:00:28.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:29.000] Search path: /user/username/projects/myproject/src -Info 3 [00:00:30.000] For info: /user/username/projects/myproject/src/foo.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 4 [00:00:31.000] Creating configuration project /user/username/projects/myproject/tsconfig.json -Info 5 [00:00:32.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 6 [00:00:33.000] event: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/foo.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/myproject/src/foo.ts to open"}} -Info 7 [00:00:34.000] Config: /user/username/projects/myproject/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/src/bar.ts", "/user/username/projects/myproject/src/foo.ts" @@ -50,16 +50,18 @@ Info 7 [00:00:34.000] Config: /user/username/projects/myproject/tsconfig.json "configFilePath": "/user/username/projects/myproject/tsconfig.json" } } -Info 8 [00:00:35.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:36.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:37.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/bar.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:38.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 12 [00:00:39.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 13 [00:00:40.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 14 [00:00:41.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 15 [00:00:42.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:00:43.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 17 [00:00:44.000] Files (3) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/bar.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/bar.ts Text-1 "export function bar() { }" /user/username/projects/myproject/src/foo.ts SVC-1-0 "export function foo() { }" @@ -72,21 +74,21 @@ Info 17 [00:00:44.000] Files (3) src/foo.ts Matched by include pattern './src' in 'tsconfig.json' -Info 18 [00:00:45.000] ----------------------------------------------- -Info 19 [00:00:46.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig.json"}} -Info 20 [00:00:47.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"4a33d78ee40d836c4f4e64c59aed976628aea0013be9585c5ff171dfc41baf98","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":2,"tsSize":50,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":true,"exclude":true,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 21 [00:00:48.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/src/foo.ts","configFile":"/user/username/projects/myproject/tsconfig.json","diagnostics":[]}} -Info 22 [00:00:49.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 22 [00:00:50.000] Files (3) - -Info 22 [00:00:51.000] ----------------------------------------------- -Info 22 [00:00:52.000] Open files: -Info 22 [00:00:53.000] FileName: /user/username/projects/myproject/src/foo.ts ProjectRootPath: /user/username/projects/myproject -Info 22 [00:00:54.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 22 [00:00:55.000] response: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/foo.ts ProjectRootPath: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -95,6 +97,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* @@ -110,7 +114,7 @@ FsWatchesRecursive:: Before request -Info 23 [00:00:56.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -121,25 +125,27 @@ Info 23 [00:00:56.000] request: "seq": 2, "type": "request" } -Info 24 [00:00:57.000] Search path: /user/username/projects/myproject/src/sub -Info 25 [00:00:58.000] For info: /user/username/projects/myproject/src/sub/fooBar.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 26 [00:00:59.000] event: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src/sub +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/sub/fooBar.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/src/sub/fooBar.ts","configFile":"/user/username/projects/myproject/tsconfig.json","diagnostics":[]}} -Info 27 [00:01:00.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/sub/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 28 [00:01:01.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/sub/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 29 [00:01:02.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 30 [00:01:03.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 31 [00:01:04.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 32 [00:01:05.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 33 [00:01:06.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/sub/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 34 [00:01:07.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/sub/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 35 [00:01:08.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 36 [00:01:09.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 37 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 38 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 39 [00:01:12.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 40 [00:01:13.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 41 [00:01:14.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/sub/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/sub/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/sub/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/sub/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/sub/fooBar.ts SVC-1-0 "export function fooBar() { }" @@ -149,21 +155,21 @@ Info 41 [00:01:14.000] Files (2) fooBar.ts Root file specified for compilation -Info 42 [00:01:15.000] ----------------------------------------------- -Info 43 [00:01:16.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 43 [00:01:17.000] Files (3) - -Info 43 [00:01:18.000] ----------------------------------------------- -Info 43 [00:01:19.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 43 [00:01:20.000] Files (2) - -Info 43 [00:01:21.000] ----------------------------------------------- -Info 43 [00:01:22.000] Open files: -Info 43 [00:01:23.000] FileName: /user/username/projects/myproject/src/foo.ts ProjectRootPath: /user/username/projects/myproject -Info 43 [00:01:24.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 43 [00:01:25.000] FileName: /user/username/projects/myproject/src/sub/fooBar.ts ProjectRootPath: /user/username/projects/myproject -Info 43 [00:01:26.000] Projects: /dev/null/inferredProject1* -Info 43 [00:01:27.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/foo.ts ProjectRootPath: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/sub/fooBar.ts ProjectRootPath: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -172,6 +178,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/src/sub/tsconfig.json: *new* {"pollingInterval":2000} /user/username/projects/myproject/src/sub/jsconfig.json: *new* @@ -199,15 +207,15 @@ FsWatchesRecursive:: /user/username/projects/myproject/src: {} -Info 44 [00:01:30.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/src/sub/fooBar.ts :: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 45 [00:01:31.000] Project: /user/username/projects/myproject/tsconfig.json Detected excluded file: /user/username/projects/myproject/src/sub/fooBar.ts -Info 46 [00:01:32.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/src/sub/fooBar.ts :: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/src/sub/fooBar.ts :: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/tsconfig.json Detected excluded file: /user/username/projects/myproject/src/sub/fooBar.ts +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/src/sub/fooBar.ts :: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory Before request //// [/user/username/projects/myproject/src/sub/fooBar.ts] export function fooBar() { } -Info 47 [00:01:33.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -220,7 +228,7 @@ Info 47 [00:01:33.000] request: "seq": 3, "type": "request" } -Info 48 [00:01:34.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -229,14 +237,14 @@ After request Before running Timeout callback:: count: 1 1: checkOne -Info 49 [00:01:35.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/src/sub/fooBar.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 1: semanticCheck -Info 50 [00:01:36.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/src/sub/fooBar.ts","diagnostics":[]}} After running Immedidate callback:: count: 1 2: suggestionCheck @@ -244,21 +252,21 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 2: suggestionCheck -Info 51 [00:01:37.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/src/sub/fooBar.ts","diagnostics":[]}} After running Immedidate callback:: count: 0 Before running Timeout callback:: count: 1 2: checkOne -Info 52 [00:01:38.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/src/foo.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 3: semanticCheck -Info 53 [00:01:39.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/src/foo.ts","diagnostics":[]}} After running Immedidate callback:: count: 1 4: suggestionCheck @@ -266,8 +274,8 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 4: suggestionCheck -Info 54 [00:01:40.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/src/foo.ts","diagnostics":[]}} -Info 55 [00:01:41.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":3}} After running Immedidate callback:: count: 0 diff --git a/tests/baselines/reference/tsserver/configuredProjects/creating-new-file-and-then-open-it-before-watcher-is-invoked,-ask-errors-on-it-before-old-one.js b/tests/baselines/reference/tsserver/configuredProjects/creating-new-file-and-then-open-it-before-watcher-is-invoked,-ask-errors-on-it-before-old-one.js index 368712be6e7cb..12ec7dc66fadb 100644 --- a/tests/baselines/reference/tsserver/configuredProjects/creating-new-file-and-then-open-it-before-watcher-is-invoked,-ask-errors-on-it-before-old-one.js +++ b/tests/baselines/reference/tsserver/configuredProjects/creating-new-file-and-then-open-it-before-watcher-is-invoked,-ask-errors-on-it-before-old-one.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:27.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/src/foo.ts] export function foo() { } @@ -24,7 +24,7 @@ interface Array { length: number; [n: number]: T; } {"include":["./src"]} -Info 1 [00:00:28.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -35,13 +35,13 @@ Info 1 [00:00:28.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:29.000] Search path: /user/username/projects/myproject/src -Info 3 [00:00:30.000] For info: /user/username/projects/myproject/src/foo.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 4 [00:00:31.000] Creating configuration project /user/username/projects/myproject/tsconfig.json -Info 5 [00:00:32.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 6 [00:00:33.000] event: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/foo.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/myproject/src/foo.ts to open"}} -Info 7 [00:00:34.000] Config: /user/username/projects/myproject/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/src/bar.ts", "/user/username/projects/myproject/src/foo.ts" @@ -50,16 +50,18 @@ Info 7 [00:00:34.000] Config: /user/username/projects/myproject/tsconfig.json "configFilePath": "/user/username/projects/myproject/tsconfig.json" } } -Info 8 [00:00:35.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:36.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:37.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/bar.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:38.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 12 [00:00:39.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 13 [00:00:40.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 14 [00:00:41.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 15 [00:00:42.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:00:43.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 17 [00:00:44.000] Files (3) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/bar.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/bar.ts Text-1 "export function bar() { }" /user/username/projects/myproject/src/foo.ts SVC-1-0 "export function foo() { }" @@ -72,21 +74,21 @@ Info 17 [00:00:44.000] Files (3) src/foo.ts Matched by include pattern './src' in 'tsconfig.json' -Info 18 [00:00:45.000] ----------------------------------------------- -Info 19 [00:00:46.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig.json"}} -Info 20 [00:00:47.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"4a33d78ee40d836c4f4e64c59aed976628aea0013be9585c5ff171dfc41baf98","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":2,"tsSize":50,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":true,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 21 [00:00:48.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/src/foo.ts","configFile":"/user/username/projects/myproject/tsconfig.json","diagnostics":[]}} -Info 22 [00:00:49.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 22 [00:00:50.000] Files (3) - -Info 22 [00:00:51.000] ----------------------------------------------- -Info 22 [00:00:52.000] Open files: -Info 22 [00:00:53.000] FileName: /user/username/projects/myproject/src/foo.ts ProjectRootPath: /user/username/projects/myproject -Info 22 [00:00:54.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 22 [00:00:55.000] response: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/foo.ts ProjectRootPath: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -95,6 +97,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* @@ -110,7 +114,7 @@ FsWatchesRecursive:: Before request -Info 23 [00:00:56.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -121,25 +125,27 @@ Info 23 [00:00:56.000] request: "seq": 2, "type": "request" } -Info 24 [00:00:57.000] Search path: /user/username/projects/myproject/src/sub -Info 25 [00:00:58.000] For info: /user/username/projects/myproject/src/sub/fooBar.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 26 [00:00:59.000] event: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src/sub +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/sub/fooBar.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/src/sub/fooBar.ts","configFile":"/user/username/projects/myproject/tsconfig.json","diagnostics":[]}} -Info 27 [00:01:00.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/sub/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 28 [00:01:01.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/sub/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 29 [00:01:02.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 30 [00:01:03.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 31 [00:01:04.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 32 [00:01:05.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 33 [00:01:06.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/sub/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 34 [00:01:07.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/sub/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 35 [00:01:08.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 36 [00:01:09.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 37 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 38 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 39 [00:01:12.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 40 [00:01:13.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 41 [00:01:14.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/sub/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/sub/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/sub/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/sub/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/sub/fooBar.ts SVC-1-0 "export function fooBar() { }" @@ -149,21 +155,21 @@ Info 41 [00:01:14.000] Files (2) fooBar.ts Root file specified for compilation -Info 42 [00:01:15.000] ----------------------------------------------- -Info 43 [00:01:16.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 43 [00:01:17.000] Files (3) - -Info 43 [00:01:18.000] ----------------------------------------------- -Info 43 [00:01:19.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 43 [00:01:20.000] Files (2) - -Info 43 [00:01:21.000] ----------------------------------------------- -Info 43 [00:01:22.000] Open files: -Info 43 [00:01:23.000] FileName: /user/username/projects/myproject/src/foo.ts ProjectRootPath: /user/username/projects/myproject -Info 43 [00:01:24.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 43 [00:01:25.000] FileName: /user/username/projects/myproject/src/sub/fooBar.ts ProjectRootPath: /user/username/projects/myproject -Info 43 [00:01:26.000] Projects: /dev/null/inferredProject1* -Info 43 [00:01:27.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/foo.ts ProjectRootPath: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/sub/fooBar.ts ProjectRootPath: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -172,6 +178,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/src/sub/tsconfig.json: *new* {"pollingInterval":2000} /user/username/projects/myproject/src/sub/jsconfig.json: *new* @@ -199,16 +207,16 @@ FsWatchesRecursive:: /user/username/projects/myproject/src: {} -Info 44 [00:01:30.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/src/sub/fooBar.ts :: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 45 [00:01:31.000] Scheduled: /user/username/projects/myproject/tsconfig.json -Info 46 [00:01:32.000] Scheduled: *ensureProjectForOpenFiles* -Info 47 [00:01:33.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/src/sub/fooBar.ts :: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/src/sub/fooBar.ts :: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/src/sub/fooBar.ts :: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory Before request //// [/user/username/projects/myproject/src/sub/fooBar.ts] export function fooBar() { } -Info 48 [00:01:34.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -221,7 +229,7 @@ Info 48 [00:01:34.000] request: "seq": 3, "type": "request" } -Info 49 [00:01:35.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -233,7 +241,7 @@ Before running Timeout callback:: count: 3 3: checkOne Invoking Timeout callback:: timeoutId:: 3:: checkOne -Info 50 [00:01:36.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/src/sub/fooBar.ts","diagnostics":[]}} After running Timeout callback:: count: 2 1: /user/username/projects/myproject/tsconfig.json @@ -242,7 +250,7 @@ After running Timeout callback:: count: 2 Before running Immedidate callback:: count: 1 1: semanticCheck -Info 51 [00:01:37.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/src/sub/fooBar.ts","diagnostics":[]}} After running Immedidate callback:: count: 1 2: suggestionCheck @@ -250,7 +258,7 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 2: suggestionCheck -Info 52 [00:01:38.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/src/sub/fooBar.ts","diagnostics":[]}} After running Immedidate callback:: count: 0 @@ -260,15 +268,15 @@ Before running Timeout callback:: count: 3 4: checkOne Invoking Timeout callback:: timeoutId:: 4:: checkOne -Info 53 [00:01:39.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/sub/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 54 [00:01:40.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/sub/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 55 [00:01:41.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 56 [00:01:42.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 57 [00:01:43.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 58 [00:01:44.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 59 [00:01:45.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 60 [00:01:46.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 61 [00:01:47.000] Files (4) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/sub/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/sub/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/bar.ts Text-1 "export function bar() { }" /user/username/projects/myproject/src/foo.ts SVC-1-0 "export function foo() { }" @@ -284,8 +292,8 @@ Info 61 [00:01:47.000] Files (4) src/sub/fooBar.ts Matched by include pattern './src' in 'tsconfig.json' -Info 62 [00:01:48.000] ----------------------------------------------- -Info 63 [00:01:49.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/src/foo.ts","diagnostics":[]}} After running Timeout callback:: count: 2 1: /user/username/projects/myproject/tsconfig.json @@ -294,6 +302,8 @@ After running Timeout callback:: count: 2 PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/src/sub/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/src/node_modules/@types: @@ -326,7 +336,7 @@ FsWatchesRecursive:: Before running Immedidate callback:: count: 1 3: semanticCheck -Info 64 [00:01:50.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/src/foo.ts","diagnostics":[]}} After running Immedidate callback:: count: 1 4: suggestionCheck @@ -334,8 +344,8 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 4: suggestionCheck -Info 65 [00:01:51.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/src/foo.ts","diagnostics":[]}} -Info 66 [00:01:52.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":3}} After running Immedidate callback:: count: 0 diff --git a/tests/baselines/reference/tsserver/configuredProjects/failed-lookup-locations-uses-parent-most-node_modules-directory.js b/tests/baselines/reference/tsserver/configuredProjects/failed-lookup-locations-uses-parent-most-node_modules-directory.js index 947335c90a844..5b4271e51ded2 100644 --- a/tests/baselines/reference/tsserver/configuredProjects/failed-lookup-locations-uses-parent-most-node_modules-directory.js +++ b/tests/baselines/reference/tsserver/configuredProjects/failed-lookup-locations-uses-parent-most-node_modules-directory.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:43.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/user/username/rootfolder/a/b/src/file1.ts] import { classc } from "module1" @@ -31,11 +31,11 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:44.000] Search path: /user/username/rootfolder/a/b/src -Info 2 [00:00:45.000] For info: /user/username/rootfolder/a/b/src/file1.ts :: Config file name: /user/username/rootfolder/a/b/src/tsconfig.json -Info 3 [00:00:46.000] Creating configuration project /user/username/rootfolder/a/b/src/tsconfig.json -Info 4 [00:00:47.000] FileWatcher:: Added:: WatchInfo: /user/username/rootfolder/a/b/src/tsconfig.json 2000 undefined Project: /user/username/rootfolder/a/b/src/tsconfig.json WatchType: Config file -Info 5 [00:00:48.000] Config: /user/username/rootfolder/a/b/src/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/rootfolder/a/b/src +Info seq [hh:mm:ss:mss] For info: /user/username/rootfolder/a/b/src/file1.ts :: Config file name: /user/username/rootfolder/a/b/src/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/rootfolder/a/b/src/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/rootfolder/a/b/src/tsconfig.json 2000 undefined Project: /user/username/rootfolder/a/b/src/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/rootfolder/a/b/src/tsconfig.json : { "rootNames": [ "/user/username/rootfolder/a/b/src/file1.ts" ], @@ -43,23 +43,25 @@ Info 5 [00:00:48.000] Config: /user/username/rootfolder/a/b/src/tsconfig.json "configFilePath": "/user/username/rootfolder/a/b/src/tsconfig.json" } } -Info 6 [00:00:49.000] Starting updateGraphWorker: Project: /user/username/rootfolder/a/b/src/tsconfig.json -Info 7 [00:00:50.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/a/b/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 8 [00:00:51.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/a/b/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 9 [00:00:52.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:53.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/a/b/src/node_modules 1 undefined Project: /user/username/rootfolder/a/b/src/tsconfig.json WatchType: Failed Lookup Locations -Info 11 [00:00:54.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/a/b/src/node_modules 1 undefined Project: /user/username/rootfolder/a/b/src/tsconfig.json WatchType: Failed Lookup Locations -Info 12 [00:00:55.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/a/b/src/tsconfig.json WatchType: Failed Lookup Locations -Info 13 [00:00:56.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/a/b/src/tsconfig.json WatchType: Failed Lookup Locations -Info 14 [00:00:57.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/a/b/src/node_modules/@types 1 undefined Project: /user/username/rootfolder/a/b/src/tsconfig.json WatchType: Type roots -Info 15 [00:00:58.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/a/b/src/node_modules/@types 1 undefined Project: /user/username/rootfolder/a/b/src/tsconfig.json WatchType: Type roots -Info 16 [00:00:59.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/a/b/node_modules/@types 1 undefined Project: /user/username/rootfolder/a/b/src/tsconfig.json WatchType: Type roots -Info 17 [00:01:00.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/a/b/node_modules/@types 1 undefined Project: /user/username/rootfolder/a/b/src/tsconfig.json WatchType: Type roots -Info 18 [00:01:01.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/a/node_modules/@types 1 undefined Project: /user/username/rootfolder/a/b/src/tsconfig.json WatchType: Type roots -Info 19 [00:01:02.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/a/node_modules/@types 1 undefined Project: /user/username/rootfolder/a/b/src/tsconfig.json WatchType: Type roots -Info 20 [00:01:03.000] Finishing updateGraphWorker: Project: /user/username/rootfolder/a/b/src/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 21 [00:01:04.000] Project '/user/username/rootfolder/a/b/src/tsconfig.json' (Configured) -Info 22 [00:01:05.000] Files (4) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/rootfolder/a/b/src/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/a/b/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/a/b/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/a/b/src/node_modules 1 undefined Project: /user/username/rootfolder/a/b/src/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/a/b/src/node_modules 1 undefined Project: /user/username/rootfolder/a/b/src/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/a/b/src/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/a/b/src/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/a/b/src/node_modules/@types 1 undefined Project: /user/username/rootfolder/a/b/src/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/a/b/src/node_modules/@types 1 undefined Project: /user/username/rootfolder/a/b/src/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/a/b/node_modules/@types 1 undefined Project: /user/username/rootfolder/a/b/src/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/a/b/node_modules/@types 1 undefined Project: /user/username/rootfolder/a/b/src/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/a/node_modules/@types 1 undefined Project: /user/username/rootfolder/a/b/src/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/a/node_modules/@types 1 undefined Project: /user/username/rootfolder/a/b/src/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/node_modules/@types 1 undefined Project: /user/username/rootfolder/a/b/src/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/node_modules/@types 1 undefined Project: /user/username/rootfolder/a/b/src/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/rootfolder/a/b/src/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/rootfolder/a/b/src/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/rootfolder/a/b/node_modules/module2/index.d.ts Text-1 "export class2 { method2() { return 10; } }" /user/username/rootfolder/a/b/node_modules/module1/index.d.ts Text-1 "import { class2 } from \"module2\";\n export classc { method2a(): class2; }" @@ -75,11 +77,11 @@ Info 22 [00:01:05.000] Files (4) file1.ts Part of 'files' list in tsconfig.json -Info 23 [00:01:06.000] ----------------------------------------------- -Info 24 [00:01:07.000] Project '/user/username/rootfolder/a/b/src/tsconfig.json' (Configured) -Info 24 [00:01:08.000] Files (4) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/rootfolder/a/b/src/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) -Info 24 [00:01:09.000] ----------------------------------------------- -Info 24 [00:01:10.000] Open files: -Info 24 [00:01:11.000] FileName: /user/username/rootfolder/a/b/src/file1.ts ProjectRootPath: undefined -Info 24 [00:01:12.000] Projects: /user/username/rootfolder/a/b/src/tsconfig.json \ No newline at end of file +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/rootfolder/a/b/src/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/rootfolder/a/b/src/tsconfig.json \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/configuredProjects/files-are-properly-detached-when-language-service-is-disabled.js b/tests/baselines/reference/tsserver/configuredProjects/files-are-properly-detached-when-language-service-is-disabled.js index 452a5fe340826..85cfbe959aafd 100644 --- a/tests/baselines/reference/tsserver/configuredProjects/files-are-properly-detached-when-language-service-is-disabled.js +++ b/tests/baselines/reference/tsserver/configuredProjects/files-are-properly-detached-when-language-service-is-disabled.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:13.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/a/app.js] var x = 1 @@ -14,11 +14,11 @@ var x = 1 {"compilerOptions":{"allowJs":true}} -Info 1 [00:00:14.000] Search path: /a -Info 2 [00:00:15.000] For info: /a/app.js :: Config file name: /a/tsconfig.json -Info 3 [00:00:16.000] Creating configuration project /a/tsconfig.json -Info 4 [00:00:17.000] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 5 [00:00:18.000] Config: /a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/app.js :: Config file name: /a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/tsconfig.json : { "rootNames": [ "/a/app.js", "/a/largefile.js", @@ -29,72 +29,72 @@ Info 5 [00:00:18.000] Config: /a/tsconfig.json : { "configFilePath": "/a/tsconfig.json" } } -Info 6 [00:00:19.000] Non TS file size exceeded limit (20971530). Largest files: /a/largefile.js:20971521, /a/app.js:9, /a/lib.js:9 -Info 7 [00:00:20.000] FileWatcher:: Added:: WatchInfo: /a/largefile.js 500 undefined WatchType: Closed Script info -Info 8 [00:00:21.000] FileWatcher:: Added:: WatchInfo: /a/lib.js 500 undefined WatchType: Closed Script info -Info 9 [00:00:22.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 10 [00:00:23.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 11 [00:00:24.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 12 [00:00:25.000] Project '/a/tsconfig.json' (Configured) -Info 13 [00:00:26.000] Files (1) +Info seq [hh:mm:ss:mss] Non TS file size exceeded limit (20971530). Largest files: /a/largefile.js:20971521, /a/app.js:9, /a/lib.js:9 +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/largefile.js 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib.js 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/app.js SVC-1-0 "var x = 1" app.js Matched by default include pattern '**/*' -Info 14 [00:00:27.000] ----------------------------------------------- -Info 15 [00:00:28.000] Project '/a/tsconfig.json' (Configured) -Info 15 [00:00:29.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 15 [00:00:30.000] ----------------------------------------------- -Info 15 [00:00:31.000] Open files: -Info 15 [00:00:32.000] FileName: /a/app.js ProjectRootPath: undefined -Info 15 [00:00:33.000] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/app.js ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json Configured project: /a/tsconfig.json hasOpenRef:: true isClosed: false -Info 15 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /a/app.js 500 undefined WatchType: Closed Script info -Info 16 [00:00:35.000] Project '/a/tsconfig.json' (Configured) -Info 16 [00:00:36.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/app.js 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 16 [00:00:37.000] ----------------------------------------------- -Info 16 [00:00:38.000] Open files: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: Configured project: /a/tsconfig.json hasOpenRef:: false isClosed: false Containing projects for /a/app.js:: /a/tsconfig.json Containing projects for /a/largefile.js:: /a/tsconfig.json Containing projects for /a/lib.js:: /a/tsconfig.json -Info 16 [00:00:41.000] Search path: / -Info 17 [00:00:42.000] For info: /aa.js :: No config files found. -Info 18 [00:00:43.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 19 [00:00:44.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 20 [00:00:45.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 21 [00:00:46.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 22 [00:00:47.000] Files (1) +Info seq [hh:mm:ss:mss] Search path: / +Info seq [hh:mm:ss:mss] For info: /aa.js :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /aa.js SVC-1-0 "var x = 1" aa.js Root file specified for compilation -Info 23 [00:00:48.000] ----------------------------------------------- -Info 24 [00:00:49.000] `remove Project:: -Info 25 [00:00:50.000] Project '/a/tsconfig.json' (Configured) -Info 26 [00:00:51.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/app.js app.js Matched by default include pattern '**/*' -Info 27 [00:00:52.000] ----------------------------------------------- -Info 28 [00:00:53.000] FileWatcher:: Close:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 29 [00:00:54.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 30 [00:00:55.000] FileWatcher:: Close:: WatchInfo: /a/app.js 500 undefined WatchType: Closed Script info -Info 31 [00:00:56.000] FileWatcher:: Close:: WatchInfo: /a/largefile.js 500 undefined WatchType: Closed Script info -Info 32 [00:00:57.000] FileWatcher:: Close:: WatchInfo: /a/lib.js 500 undefined WatchType: Closed Script info -Info 33 [00:00:58.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 33 [00:00:59.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/app.js 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/largefile.js 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib.js 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 33 [00:01:00.000] ----------------------------------------------- -Info 33 [00:01:01.000] Open files: -Info 33 [00:01:02.000] FileName: /aa.js ProjectRootPath: undefined -Info 33 [00:01:03.000] Projects: /dev/null/inferredProject1* \ No newline at end of file +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /aa.js ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/configuredProjects/files-explicitly-excluded-in-config-file.js b/tests/baselines/reference/tsserver/configuredProjects/files-explicitly-excluded-in-config-file.js index fb5353b8388b9..66639aab6a0d8 100644 --- a/tests/baselines/reference/tsserver/configuredProjects/files-explicitly-excluded-in-config-file.js +++ b/tests/baselines/reference/tsserver/configuredProjects/files-explicitly-excluded-in-config-file.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:17.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/a/b/commonFile1.ts] let x = 1 @@ -17,11 +17,11 @@ let t = 1; } -Info 1 [00:00:18.000] Search path: /a/b -Info 2 [00:00:19.000] For info: /a/b/commonFile1.ts :: Config file name: /a/b/tsconfig.json -Info 3 [00:00:20.000] Creating configuration project /a/b/tsconfig.json -Info 4 [00:00:21.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 5 [00:00:22.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/commonFile1.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/b/tsconfig.json : { "rootNames": [ "/a/b/commonFile1.ts", "/a/b/commonFile2.ts" @@ -30,16 +30,14 @@ Info 5 [00:00:22.000] Config: /a/b/tsconfig.json : { "configFilePath": "/a/b/tsconfig.json" } } -Info 6 [00:00:23.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 7 [00:00:24.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:25.000] FileWatcher:: Added:: WatchInfo: /a/b/commonFile2.ts 500 undefined WatchType: Closed Script info -Info 9 [00:00:26.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 10 [00:00:27.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 11 [00:00:28.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 12 [00:00:29.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 13 [00:00:30.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 14 [00:00:31.000] Project '/a/b/tsconfig.json' (Configured) -Info 15 [00:00:32.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/commonFile2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/b/commonFile1.ts SVC-1-0 "let x = 1" /a/b/commonFile2.ts Text-1 "let y = 1" @@ -49,40 +47,38 @@ Info 15 [00:00:32.000] Files (2) commonFile2.ts Matched by default include pattern '**/*' -Info 16 [00:00:33.000] ----------------------------------------------- -Info 17 [00:00:34.000] Project '/a/b/tsconfig.json' (Configured) -Info 17 [00:00:35.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 17 [00:00:36.000] ----------------------------------------------- -Info 17 [00:00:37.000] Open files: -Info 17 [00:00:38.000] FileName: /a/b/commonFile1.ts ProjectRootPath: undefined -Info 17 [00:00:39.000] Projects: /a/b/tsconfig.json -Info 17 [00:00:40.000] Search path: /a/c -Info 18 [00:00:41.000] For info: /a/c/excluedFile1.ts :: No config files found. -Info 19 [00:00:42.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 20 [00:00:43.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 21 [00:00:44.000] DirectoryWatcher:: Added:: WatchInfo: /a/c/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 22 [00:00:45.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/c/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 23 [00:00:46.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 24 [00:00:47.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 25 [00:00:48.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/commonFile1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /a/c +Info seq [hh:mm:ss:mss] For info: /a/c/excluedFile1.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /a/c/excluedFile1.ts SVC-1-0 "let t = 1;" excluedFile1.ts Root file specified for compilation -Info 26 [00:00:49.000] ----------------------------------------------- -Info 27 [00:00:50.000] Project '/a/b/tsconfig.json' (Configured) -Info 27 [00:00:51.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 27 [00:00:52.000] ----------------------------------------------- -Info 27 [00:00:53.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 27 [00:00:54.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 27 [00:00:55.000] ----------------------------------------------- -Info 27 [00:00:56.000] Open files: -Info 27 [00:00:57.000] FileName: /a/b/commonFile1.ts ProjectRootPath: undefined -Info 27 [00:00:58.000] Projects: /a/b/tsconfig.json -Info 27 [00:00:59.000] FileName: /a/c/excluedFile1.ts ProjectRootPath: undefined -Info 27 [00:01:00.000] Projects: /dev/null/inferredProject1* \ No newline at end of file +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/commonFile1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /a/c/excluedFile1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/configuredProjects/handle-recreated-files-correctly.js b/tests/baselines/reference/tsserver/configuredProjects/handle-recreated-files-correctly.js index 430a16124b040..23a16a88c18c9 100644 --- a/tests/baselines/reference/tsserver/configuredProjects/handle-recreated-files-correctly.js +++ b/tests/baselines/reference/tsserver/configuredProjects/handle-recreated-files-correctly.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:13.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/a/b/commonFile1.ts] let x = 1 @@ -11,11 +11,11 @@ let y = 1 {} -Info 1 [00:00:14.000] Search path: /a/b -Info 2 [00:00:15.000] For info: /a/b/commonFile1.ts :: Config file name: /a/b/tsconfig.json -Info 3 [00:00:16.000] Creating configuration project /a/b/tsconfig.json -Info 4 [00:00:17.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 5 [00:00:18.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/commonFile1.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/b/tsconfig.json : { "rootNames": [ "/a/b/commonFile1.ts", "/a/b/commonFile2.ts" @@ -24,16 +24,14 @@ Info 5 [00:00:18.000] Config: /a/b/tsconfig.json : { "configFilePath": "/a/b/tsconfig.json" } } -Info 6 [00:00:19.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 7 [00:00:20.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:21.000] FileWatcher:: Added:: WatchInfo: /a/b/commonFile2.ts 500 undefined WatchType: Closed Script info -Info 9 [00:00:22.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 10 [00:00:23.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 11 [00:00:24.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 12 [00:00:25.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 13 [00:00:26.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 14 [00:00:27.000] Project '/a/b/tsconfig.json' (Configured) -Info 15 [00:00:28.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/commonFile2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/b/commonFile1.ts SVC-1-0 "let x = 1" /a/b/commonFile2.ts Text-1 "let y = 1" @@ -43,23 +41,23 @@ Info 15 [00:00:28.000] Files (2) commonFile2.ts Matched by default include pattern '**/*' -Info 16 [00:00:29.000] ----------------------------------------------- -Info 17 [00:00:30.000] Project '/a/b/tsconfig.json' (Configured) -Info 17 [00:00:31.000] Files (2) - -Info 17 [00:00:32.000] ----------------------------------------------- -Info 17 [00:00:33.000] Open files: -Info 17 [00:00:34.000] FileName: /a/b/commonFile1.ts ProjectRootPath: undefined -Info 17 [00:00:35.000] Projects: /a/b/tsconfig.json -Info 17 [00:00:37.000] FileWatcher:: Triggered with /a/b/commonFile2.ts 2:: WatchInfo: /a/b/commonFile2.ts 500 undefined WatchType: Closed Script info -Info 18 [00:00:38.000] FileWatcher:: Close:: WatchInfo: /a/b/commonFile2.ts 500 undefined WatchType: Closed Script info -Info 19 [00:00:39.000] Scheduled: /a/b/tsconfig.json -Info 20 [00:00:40.000] Scheduled: *ensureProjectForOpenFiles* -Info 21 [00:00:41.000] Elapsed:: *ms FileWatcher:: Triggered with /a/b/commonFile2.ts 2:: WatchInfo: /a/b/commonFile2.ts 500 undefined WatchType: Closed Script info -Info 22 [00:00:42.000] DirectoryWatcher:: Triggered with /a/b/commonFile2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 23 [00:00:43.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 24 [00:00:44.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 25 [00:00:45.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/commonFile2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/commonFile1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /a/b/commonFile2.ts 2:: WatchInfo: /a/b/commonFile2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/commonFile2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /a/b/commonFile2.ts 2:: WatchInfo: /a/b/commonFile2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /a/b/commonFile2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /a/b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/commonFile2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory Before running Timeout callback:: count: 2 3: /a/b/tsconfig.json 4: *ensureProjectForOpenFiles* @@ -68,8 +66,6 @@ Before running Timeout callback:: count: 2 PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/b/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/b/tsconfig.json: *new* @@ -79,41 +75,41 @@ FsWatchesRecursive:: /a/b: *new* {} -Info 26 [00:00:46.000] Running: /a/b/tsconfig.json -Info 27 [00:00:47.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 28 [00:00:48.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 29 [00:00:49.000] Project '/a/b/tsconfig.json' (Configured) -Info 30 [00:00:50.000] Files (1) +Info seq [hh:mm:ss:mss] Running: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/b/commonFile1.ts SVC-1-0 "let x = 1" commonFile1.ts Matched by default include pattern '**/*' -Info 31 [00:00:51.000] ----------------------------------------------- -Info 32 [00:00:52.000] Running: *ensureProjectForOpenFiles* -Info 33 [00:00:53.000] Before ensureProjectForOpenFiles: -Info 34 [00:00:54.000] Project '/a/b/tsconfig.json' (Configured) -Info 34 [00:00:55.000] Files (1) - -Info 34 [00:00:56.000] ----------------------------------------------- -Info 34 [00:00:57.000] Open files: -Info 34 [00:00:58.000] FileName: /a/b/commonFile1.ts ProjectRootPath: undefined -Info 34 [00:00:59.000] Projects: /a/b/tsconfig.json -Info 34 [00:01:00.000] After ensureProjectForOpenFiles: -Info 35 [00:01:01.000] Project '/a/b/tsconfig.json' (Configured) -Info 35 [00:01:02.000] Files (1) - -Info 35 [00:01:03.000] ----------------------------------------------- -Info 35 [00:01:04.000] Open files: -Info 35 [00:01:05.000] FileName: /a/b/commonFile1.ts ProjectRootPath: undefined -Info 35 [00:01:06.000] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/commonFile1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/commonFile1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json After running Timeout callback:: count: 0 -Info 35 [00:01:09.000] DirectoryWatcher:: Triggered with /a/b/commonFile2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 36 [00:01:10.000] Scheduled: /a/b/tsconfig.json -Info 37 [00:01:11.000] Scheduled: *ensureProjectForOpenFiles* -Info 38 [00:01:12.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/commonFile2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /a/b/commonFile2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/commonFile2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory Before running Timeout callback:: count: 2 5: /a/b/tsconfig.json 6: *ensureProjectForOpenFiles* @@ -121,12 +117,12 @@ Before running Timeout callback:: count: 2 let y = 1 -Info 39 [00:01:13.000] Running: /a/b/tsconfig.json -Info 40 [00:01:14.000] FileWatcher:: Added:: WatchInfo: /a/b/commonFile2.ts 500 undefined WatchType: Closed Script info -Info 41 [00:01:15.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 42 [00:01:16.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 3 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 43 [00:01:17.000] Project '/a/b/tsconfig.json' (Configured) -Info 44 [00:01:18.000] Files (2) +Info seq [hh:mm:ss:mss] Running: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/commonFile2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 3 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/b/commonFile1.ts SVC-1-0 "let x = 1" /a/b/commonFile2.ts Text-2 "let y = 1" @@ -136,31 +132,29 @@ Info 44 [00:01:18.000] Files (2) commonFile2.ts Matched by default include pattern '**/*' -Info 45 [00:01:19.000] ----------------------------------------------- -Info 46 [00:01:20.000] Running: *ensureProjectForOpenFiles* -Info 47 [00:01:21.000] Before ensureProjectForOpenFiles: -Info 48 [00:01:22.000] Project '/a/b/tsconfig.json' (Configured) -Info 48 [00:01:23.000] Files (2) - -Info 48 [00:01:24.000] ----------------------------------------------- -Info 48 [00:01:25.000] Open files: -Info 48 [00:01:26.000] FileName: /a/b/commonFile1.ts ProjectRootPath: undefined -Info 48 [00:01:27.000] Projects: /a/b/tsconfig.json -Info 48 [00:01:28.000] After ensureProjectForOpenFiles: -Info 49 [00:01:29.000] Project '/a/b/tsconfig.json' (Configured) -Info 49 [00:01:30.000] Files (2) - -Info 49 [00:01:31.000] ----------------------------------------------- -Info 49 [00:01:32.000] Open files: -Info 49 [00:01:33.000] FileName: /a/b/commonFile1.ts ProjectRootPath: undefined -Info 49 [00:01:34.000] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/commonFile1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/commonFile1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json After running Timeout callback:: count: 0 PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/a/b/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/b/tsconfig.json: diff --git a/tests/baselines/reference/tsserver/configuredProjects/open-file-become-a-part-of-configured-project-if-it-is-referenced-from-root-file.js b/tests/baselines/reference/tsserver/configuredProjects/open-file-become-a-part-of-configured-project-if-it-is-referenced-from-root-file.js index f84304bbdb332..ed76e966f6b06 100644 --- a/tests/baselines/reference/tsserver/configuredProjects/open-file-become-a-part-of-configured-project-if-it-is-referenced-from-root-file.js +++ b/tests/baselines/reference/tsserver/configuredProjects/open-file-become-a-part-of-configured-project-if-it-is-referenced-from-root-file.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:23.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/user/username/projects/myproject/a/b/f1.ts] export let x = 5 @@ -11,87 +11,91 @@ import {x} from "../b/f1" export let y = 1 -Info 1 [00:00:24.000] Search path: /user/username/projects/myproject/a/b -Info 2 [00:00:25.000] For info: /user/username/projects/myproject/a/b/f1.ts :: No config files found. -Info 3 [00:00:26.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/b/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 4 [00:00:27.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/b/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 5 [00:00:28.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 6 [00:00:29.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 7 [00:00:30.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 8 [00:00:31.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 9 [00:00:32.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 10 [00:00:33.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 11 [00:00:34.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/b/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 12 [00:00:35.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/b/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 13 [00:00:36.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 14 [00:00:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 15 [00:00:38.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 16 [00:00:39.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 17 [00:00:40.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 18 [00:00:41.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 19 [00:00:42.000] Files (1) +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/a/b +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/a/b/f1.ts :: No config files found. +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/b/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/b/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/b/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/b/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /user/username/projects/myproject/a/b/f1.ts SVC-1-0 "export let x = 5" f1.ts Root file specified for compilation -Info 20 [00:00:43.000] ----------------------------------------------- -Info 21 [00:00:44.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 21 [00:00:45.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 21 [00:00:46.000] ----------------------------------------------- -Info 21 [00:00:47.000] Open files: -Info 21 [00:00:48.000] FileName: /user/username/projects/myproject/a/b/f1.ts ProjectRootPath: undefined -Info 21 [00:00:49.000] Projects: /dev/null/inferredProject1* -Info 21 [00:00:50.000] Search path: /user/username/projects/myproject/a/c -Info 22 [00:00:51.000] For info: /user/username/projects/myproject/a/c/f3.ts :: No config files found. -Info 23 [00:00:52.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/c/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 24 [00:00:53.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/c/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 25 [00:00:54.000] Starting updateGraphWorker: Project: /dev/null/inferredProject2* -Info 26 [00:00:55.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject2* WatchType: Missing file -Info 27 [00:00:56.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/c/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 28 [00:00:57.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/c/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 29 [00:00:58.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 30 [00:00:59.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 31 [00:01:00.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 32 [00:01:01.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 33 [00:01:02.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 34 [00:01:03.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 35 [00:01:04.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/a/b/f1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/a/c +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/a/c/f3.ts :: No config files found. +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/c/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/c/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject2* WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/c/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/c/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /user/username/projects/myproject/a/c/f3.ts SVC-1-0 "export let y = 1" f3.ts Root file specified for compilation -Info 36 [00:01:05.000] ----------------------------------------------- -Info 37 [00:01:06.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 37 [00:01:07.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 37 [00:01:08.000] ----------------------------------------------- -Info 37 [00:01:09.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 37 [00:01:10.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 37 [00:01:11.000] ----------------------------------------------- -Info 37 [00:01:12.000] Open files: -Info 37 [00:01:13.000] FileName: /user/username/projects/myproject/a/b/f1.ts ProjectRootPath: undefined -Info 37 [00:01:14.000] Projects: /dev/null/inferredProject1* -Info 37 [00:01:15.000] FileName: /user/username/projects/myproject/a/c/f3.ts ProjectRootPath: undefined -Info 37 [00:01:16.000] Projects: /dev/null/inferredProject2* -Info 37 [00:01:19.000] FileWatcher:: Triggered with /user/username/projects/myproject/a/c/tsconfig.json 0:: WatchInfo: /user/username/projects/myproject/a/c/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 38 [00:01:20.000] Search path: /user/username/projects/myproject/a/c -Info 39 [00:01:21.000] For info: /user/username/projects/myproject/a/c/f3.ts :: Config file name: /user/username/projects/myproject/a/c/tsconfig.json -Info 40 [00:01:22.000] Creating configuration project /user/username/projects/myproject/a/c/tsconfig.json -Info 41 [00:01:23.000] Scheduled: /user/username/projects/myproject/a/c/tsconfig.json -Info 42 [00:01:24.000] Scheduled: *ensureProjectForOpenFiles* -Info 43 [00:01:25.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/a/c/tsconfig.json 0:: WatchInfo: /user/username/projects/myproject/a/c/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 44 [00:01:26.000] FileWatcher:: Triggered with /user/username/projects/myproject/a/c/tsconfig.json 0:: WatchInfo: /user/username/projects/myproject/a/c/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 45 [00:01:27.000] Search path: /user/username/projects/myproject/a/c -Info 46 [00:01:28.000] For info: /user/username/projects/myproject/a/c/f3.ts :: Config file name: /user/username/projects/myproject/a/c/tsconfig.json -Info 47 [00:01:29.000] Scheduled: /user/username/projects/myproject/a/c/tsconfig.json, Cancelled earlier one -Info 48 [00:01:30.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 49 [00:01:31.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/a/c/tsconfig.json 0:: WatchInfo: /user/username/projects/myproject/a/c/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/a/b/f1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/a/c/f3.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/a/c/tsconfig.json 0:: WatchInfo: /user/username/projects/myproject/a/c/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/a/c +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/a/c/f3.ts :: Config file name: /user/username/projects/myproject/a/c/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/a/c/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/a/c/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/a/c/tsconfig.json 0:: WatchInfo: /user/username/projects/myproject/a/c/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/a/c/tsconfig.json 0:: WatchInfo: /user/username/projects/myproject/a/c/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/a/c +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/a/c/f3.ts :: Config file name: /user/username/projects/myproject/a/c/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/a/c/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/a/c/tsconfig.json 0:: WatchInfo: /user/username/projects/myproject/a/c/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root Before running Timeout callback:: count: 2 3: /user/username/projects/myproject/a/c/tsconfig.json 4: *ensureProjectForOpenFiles* @@ -120,6 +124,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} /user/username/projects/myproject/a/c/jsconfig.json: *new* {"pollingInterval":2000} /user/username/projects/myproject/a/c/node_modules/@types: *new* @@ -129,9 +135,9 @@ FsWatches:: /user/username/projects/myproject/a/c/tsconfig.json: *new* {} -Info 50 [00:01:32.000] Running: /user/username/projects/myproject/a/c/tsconfig.json -Info 51 [00:01:33.000] Loading configured project /user/username/projects/myproject/a/c/tsconfig.json -Info 52 [00:01:34.000] Config: /user/username/projects/myproject/a/c/tsconfig.json : { +Info seq [hh:mm:ss:mss] Running: /user/username/projects/myproject/a/c/tsconfig.json +Info seq [hh:mm:ss:mss] Loading configured project /user/username/projects/myproject/a/c/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/a/c/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/a/c/f2.ts", "/user/username/projects/myproject/a/c/f3.ts" @@ -140,19 +146,21 @@ Info 52 [00:01:34.000] Config: /user/username/projects/myproject/a/c/tsconfig. "configFilePath": "/user/username/projects/myproject/a/c/tsconfig.json" } } -Info 53 [00:01:35.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/c/f2.ts 500 undefined WatchType: Closed Script info -Info 54 [00:01:36.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/a/c/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 55 [00:01:37.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/a/c/tsconfig.json -Info 56 [00:01:38.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /user/username/projects/myproject/a/c/tsconfig.json WatchType: Missing file -Info 57 [00:01:39.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/c/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/c/tsconfig.json WatchType: Type roots -Info 58 [00:01:40.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/c/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/c/tsconfig.json WatchType: Type roots -Info 59 [00:01:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/c/tsconfig.json WatchType: Type roots -Info 60 [00:01:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/c/tsconfig.json WatchType: Type roots -Info 61 [00:01:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/c/tsconfig.json WatchType: Type roots -Info 62 [00:01:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/c/tsconfig.json WatchType: Type roots -Info 63 [00:01:45.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/a/c/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 64 [00:01:46.000] Project '/user/username/projects/myproject/a/c/tsconfig.json' (Configured) -Info 65 [00:01:47.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/c/f2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/a/c/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/a/c/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /user/username/projects/myproject/a/c/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/c/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/c/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/c/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/c/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/c/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/c/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/c/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/c/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/c/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/c/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/a/c/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/a/c/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /user/username/projects/myproject/a/b/f1.ts SVC-1-0 "export let x = 5" /user/username/projects/myproject/a/c/f2.ts Text-1 "import {x} from \"../b/f1\"" /user/username/projects/myproject/a/c/f3.ts SVC-1-0 "export let y = 1" @@ -165,68 +173,68 @@ Info 65 [00:01:47.000] Files (3) f3.ts Part of 'files' list in tsconfig.json -Info 66 [00:01:48.000] ----------------------------------------------- -Info 67 [00:01:49.000] Running: *ensureProjectForOpenFiles* -Info 68 [00:01:50.000] Before ensureProjectForOpenFiles: -Info 69 [00:01:51.000] Project '/user/username/projects/myproject/a/c/tsconfig.json' (Configured) -Info 69 [00:01:52.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/a/c/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 69 [00:01:53.000] ----------------------------------------------- -Info 69 [00:01:54.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 69 [00:01:55.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 69 [00:01:56.000] ----------------------------------------------- -Info 69 [00:01:57.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 69 [00:01:58.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 69 [00:01:59.000] ----------------------------------------------- -Info 69 [00:02:00.000] Open files: -Info 69 [00:02:01.000] FileName: /user/username/projects/myproject/a/b/f1.ts ProjectRootPath: undefined -Info 69 [00:02:02.000] Projects: /dev/null/inferredProject1*,/user/username/projects/myproject/a/c/tsconfig.json -Info 69 [00:02:03.000] FileName: /user/username/projects/myproject/a/c/f3.ts ProjectRootPath: undefined -Info 69 [00:02:04.000] Projects: /user/username/projects/myproject/a/c/tsconfig.json -Info 69 [00:02:05.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/a/b/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 70 [00:02:06.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/a/b/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 71 [00:02:07.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/a/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 72 [00:02:08.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/a/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 73 [00:02:09.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 74 [00:02:10.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 75 [00:02:11.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 76 [00:02:12.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 77 [00:02:13.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 78 [00:02:14.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 79 [00:02:15.000] Files (0) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/a/b/f1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1*,/user/username/projects/myproject/a/c/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/a/c/f3.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/a/c/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/a/b/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/a/b/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/a/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/a/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (0) -Info 80 [00:02:16.000] ----------------------------------------------- -Info 81 [00:02:17.000] Starting updateGraphWorker: Project: /dev/null/inferredProject2* -Info 82 [00:02:18.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject2* WatchType: Missing file -Info 83 [00:02:19.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 84 [00:02:20.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 85 [00:02:21.000] Files (0) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject2* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (0) -Info 86 [00:02:22.000] ----------------------------------------------- -Info 87 [00:02:23.000] After ensureProjectForOpenFiles: -Info 88 [00:02:24.000] Project '/user/username/projects/myproject/a/c/tsconfig.json' (Configured) -Info 88 [00:02:25.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/a/c/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 88 [00:02:26.000] ----------------------------------------------- -Info 88 [00:02:27.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 88 [00:02:28.000] Files (0) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (0) -Info 88 [00:02:29.000] ----------------------------------------------- -Info 88 [00:02:30.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 88 [00:02:31.000] Files (0) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (0) -Info 88 [00:02:32.000] ----------------------------------------------- -Info 88 [00:02:33.000] Open files: -Info 88 [00:02:34.000] FileName: /user/username/projects/myproject/a/b/f1.ts ProjectRootPath: undefined -Info 88 [00:02:35.000] Projects: /user/username/projects/myproject/a/c/tsconfig.json -Info 88 [00:02:36.000] FileName: /user/username/projects/myproject/a/c/f3.ts ProjectRootPath: undefined -Info 88 [00:02:37.000] Projects: /user/username/projects/myproject/a/c/tsconfig.json +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/a/b/f1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/a/c/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/a/c/f3.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/a/c/tsconfig.json After running Timeout callback:: count: 0 PolledWatches:: @@ -238,6 +246,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/a/c/node_modules/@types: {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/configuredProjects/should-be-able-to-handle-@types-if-input-file-list-is-empty.js b/tests/baselines/reference/tsserver/configuredProjects/should-be-able-to-handle-@types-if-input-file-list-is-empty.js index 315e952a10529..1419a0b1b6c28 100644 --- a/tests/baselines/reference/tsserver/configuredProjects/should-be-able-to-handle-@types-if-input-file-list-is-empty.js +++ b/tests/baselines/reference/tsserver/configuredProjects/should-be-able-to-handle-@types-if-input-file-list-is-empty.js @@ -1,5 +1,5 @@ currentDirectory:: /a useCaseSensitiveFileNames: false -Info 0 [00:00:19.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/a/app.ts] let x = 1 @@ -14,35 +14,29 @@ export * from "./lib" export const x: number -Info 1 [00:00:20.000] Search path: /a -Info 2 [00:00:21.000] For info: /a/app.ts :: Config file name: /a/tsconfig.json -Info 3 [00:00:22.000] Creating configuration project /a/tsconfig.json -Info 4 [00:00:23.000] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 5 [00:00:24.000] Config: /a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/app.ts :: Config file name: /a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/tsconfig.json : { "rootNames": [], "options": { "configFilePath": "/a/tsconfig.json" } } -Info 6 [00:00:25.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 7 [00:00:26.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 8 [00:00:27.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 9 [00:00:28.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 10 [00:00:29.000] Project '/a/tsconfig.json' (Configured) -Info 11 [00:00:30.000] Files (0) - -Info 12 [00:00:31.000] ----------------------------------------------- -Info 13 [00:00:32.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 14 [00:00:33.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 15 [00:00:34.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 16 [00:00:35.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations -Info 17 [00:00:36.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations -Info 18 [00:00:37.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 19 [00:00:38.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 20 [00:00:39.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 21 [00:00:40.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 22 [00:00:41.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 23 [00:00:42.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) /a/app.ts SVC-1-0 "let x = 1" /a/node_modules/@types/typings/lib.d.ts Text-1 "export const x: number" /a/node_modules/@types/typings/index.d.ts Text-1 "export * from \"./lib\"" @@ -55,15 +49,15 @@ Info 23 [00:00:42.000] Files (3) node_modules/@types/typings/index.d.ts Entry point for implicit type library 'typings' -Info 24 [00:00:43.000] ----------------------------------------------- -Info 25 [00:00:44.000] Project '/a/tsconfig.json' (Configured) -Info 25 [00:00:45.000] Files (0) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) -Info 25 [00:00:46.000] ----------------------------------------------- -Info 25 [00:00:47.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 25 [00:00:48.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) -Info 25 [00:00:49.000] ----------------------------------------------- -Info 25 [00:00:50.000] Open files: -Info 25 [00:00:51.000] FileName: /a/app.ts ProjectRootPath: undefined -Info 25 [00:00:52.000] Projects: /dev/null/inferredProject1* \ No newline at end of file +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/configuredProjects/should-be-tolerated-without-crashing-the-server-when-reading-tsconfig-file-fails.js b/tests/baselines/reference/tsserver/configuredProjects/should-be-tolerated-without-crashing-the-server-when-reading-tsconfig-file-fails.js index b9e009d001e8c..1dbdd7578d0f4 100644 --- a/tests/baselines/reference/tsserver/configuredProjects/should-be-tolerated-without-crashing-the-server-when-reading-tsconfig-file-fails.js +++ b/tests/baselines/reference/tsserver/configuredProjects/should-be-tolerated-without-crashing-the-server-when-reading-tsconfig-file-fails.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:21.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/file1.ts] let t = 10; @@ -21,7 +21,7 @@ interface Array { length: number; [n: number]: T; } -Info 1 [00:00:22.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -30,13 +30,13 @@ Info 1 [00:00:22.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:23.000] Search path: /user/username/projects/myproject -Info 3 [00:00:24.000] For info: /user/username/projects/myproject/file1.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 4 [00:00:25.000] Creating configuration project /user/username/projects/myproject/tsconfig.json -Info 5 [00:00:26.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 6 [00:00:27.000] event: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/file1.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/myproject/file1.ts to open"}} -Info 7 [00:00:28.000] Config: /user/username/projects/myproject/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/file1.ts" ], @@ -44,15 +44,17 @@ Info 7 [00:00:28.000] Config: /user/username/projects/myproject/tsconfig.json "configFilePath": "/user/username/projects/myproject/tsconfig.json" } } -Info 8 [00:00:29.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:30.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:31.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 11 [00:00:32.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 12 [00:00:33.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 13 [00:00:34.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 14 [00:00:35.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:36.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 16 [00:00:37.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/file1.ts SVC-1-0 "let t = 10;" @@ -62,21 +64,21 @@ Info 16 [00:00:37.000] Files (2) file1.ts Matched by default include pattern '**/*' -Info 17 [00:00:38.000] ----------------------------------------------- -Info 18 [00:00:39.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig.json"}} -Info 19 [00:00:40.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"4a33d78ee40d836c4f4e64c59aed976628aea0013be9585c5ff171dfc41baf98","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":11,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 20 [00:00:41.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/file1.ts","configFile":"/user/username/projects/myproject/tsconfig.json","diagnostics":[{"text":"Cannot read file '/user/username/projects/myproject/tsconfig.json'.","code":5083,"category":"error"}]}} -Info 21 [00:00:42.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 21 [00:00:43.000] Files (2) +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 21 [00:00:44.000] ----------------------------------------------- -Info 21 [00:00:45.000] Open files: -Info 21 [00:00:46.000] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined -Info 21 [00:00:47.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 21 [00:00:48.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -85,6 +87,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tsserver/configuredProjects/should-be-tolerated-without-crashing-the-server.js b/tests/baselines/reference/tsserver/configuredProjects/should-be-tolerated-without-crashing-the-server.js index f474c46b481d1..e7acb0b72eb29 100644 --- a/tests/baselines/reference/tsserver/configuredProjects/should-be-tolerated-without-crashing-the-server.js +++ b/tests/baselines/reference/tsserver/configuredProjects/should-be-tolerated-without-crashing-the-server.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:11.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/a/b/file1.ts] let t = 10; @@ -11,55 +11,51 @@ let t = 10; } -Info 1 [00:00:12.000] Search path: /a/b -Info 2 [00:00:13.000] For info: /a/b/file1.ts :: Config file name: /a/b/tsconfig.json -Info 3 [00:00:14.000] Creating configuration project /a/b/tsconfig.json -Info 4 [00:00:15.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 5 [00:00:16.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/file1.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/b/tsconfig.json : { "rootNames": [], "options": { "configFilePath": "/a/b/tsconfig.json" } } -Info 6 [00:00:17.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/app 0 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 7 [00:00:18.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/app 0 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:19.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/test 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:20.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/test 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:21.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/something 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 11 [00:00:22.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/something 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 12 [00:00:23.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 13 [00:00:24.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 14 [00:00:25.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 15 [00:00:26.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:00:27.000] Project '/a/b/tsconfig.json' (Configured) -Info 17 [00:00:28.000] Files (0) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/app 0 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/app 0 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/test 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/test 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/something 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/something 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) -Info 18 [00:00:29.000] ----------------------------------------------- -Info 19 [00:00:30.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 20 [00:00:31.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 21 [00:00:32.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 22 [00:00:33.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 23 [00:00:34.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 24 [00:00:35.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 25 [00:00:36.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /a/b/file1.ts SVC-1-0 "let t = 10;" file1.ts Root file specified for compilation -Info 26 [00:00:37.000] ----------------------------------------------- -Info 27 [00:00:38.000] Project '/a/b/tsconfig.json' (Configured) -Info 27 [00:00:39.000] Files (0) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) -Info 27 [00:00:40.000] ----------------------------------------------- -Info 27 [00:00:41.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 27 [00:00:42.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 27 [00:00:43.000] ----------------------------------------------- -Info 27 [00:00:44.000] Open files: -Info 27 [00:00:45.000] FileName: /a/b/file1.ts ProjectRootPath: undefined -Info 27 [00:00:46.000] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* Before running Timeout callback:: count: 0 PolledWatches:: @@ -69,8 +65,6 @@ PolledWatches:: {"pollingInterval":500} /a/b/something: *new* {"pollingInterval":500} -/a/b/node_modules/@types: *new* - {"pollingInterval":500} /a/lib/lib.d.ts: *new* {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/configuredProjects/should-ignore-non-existing-files-specified-in-the-config-file.js b/tests/baselines/reference/tsserver/configuredProjects/should-ignore-non-existing-files-specified-in-the-config-file.js index 96538bcd4a07a..7dad97b984131 100644 --- a/tests/baselines/reference/tsserver/configuredProjects/should-ignore-non-existing-files-specified-in-the-config-file.js +++ b/tests/baselines/reference/tsserver/configuredProjects/should-ignore-non-existing-files-specified-in-the-config-file.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:13.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/a/b/commonFile1.ts] let x = 1 @@ -17,11 +17,11 @@ let y = 1 } -Info 1 [00:00:14.000] Search path: /a/b -Info 2 [00:00:15.000] For info: /a/b/commonFile1.ts :: Config file name: /a/b/tsconfig.json -Info 3 [00:00:16.000] Creating configuration project /a/b/tsconfig.json -Info 4 [00:00:17.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 5 [00:00:18.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/commonFile1.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/b/tsconfig.json : { "rootNames": [ "/a/b/commonFile1.ts", "/a/b/commonFile3.ts" @@ -30,54 +30,50 @@ Info 5 [00:00:18.000] Config: /a/b/tsconfig.json : { "configFilePath": "/a/b/tsconfig.json" } } -Info 6 [00:00:19.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 7 [00:00:20.000] FileWatcher:: Added:: WatchInfo: /a/b/commonfile3.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 8 [00:00:21.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 9 [00:00:22.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 10 [00:00:23.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 11 [00:00:24.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 12 [00:00:25.000] Project '/a/b/tsconfig.json' (Configured) -Info 13 [00:00:26.000] Files (1) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/commonfile3.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/b/commonFile1.ts SVC-1-0 "let x = 1" commonFile1.ts Part of 'files' list in tsconfig.json -Info 14 [00:00:27.000] ----------------------------------------------- -Info 15 [00:00:28.000] Project '/a/b/tsconfig.json' (Configured) -Info 15 [00:00:29.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 15 [00:00:30.000] ----------------------------------------------- -Info 15 [00:00:31.000] Open files: -Info 15 [00:00:32.000] FileName: /a/b/commonFile1.ts ProjectRootPath: undefined -Info 15 [00:00:33.000] Projects: /a/b/tsconfig.json -Info 15 [00:00:34.000] Search path: /a/b -Info 16 [00:00:35.000] For info: /a/b/commonFile2.ts :: Config file name: /a/b/tsconfig.json -Info 17 [00:00:36.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 18 [00:00:37.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 19 [00:00:38.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 20 [00:00:39.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 21 [00:00:40.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 22 [00:00:41.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 23 [00:00:42.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/commonFile1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/commonFile2.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /a/b/commonFile2.ts SVC-1-0 "let y = 1" commonFile2.ts Root file specified for compilation -Info 24 [00:00:43.000] ----------------------------------------------- -Info 25 [00:00:44.000] Project '/a/b/tsconfig.json' (Configured) -Info 25 [00:00:45.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 25 [00:00:46.000] ----------------------------------------------- -Info 25 [00:00:47.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 25 [00:00:48.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 25 [00:00:49.000] ----------------------------------------------- -Info 25 [00:00:50.000] Open files: -Info 25 [00:00:51.000] FileName: /a/b/commonFile1.ts ProjectRootPath: undefined -Info 25 [00:00:52.000] Projects: /a/b/tsconfig.json -Info 25 [00:00:53.000] FileName: /a/b/commonFile2.ts ProjectRootPath: undefined -Info 25 [00:00:54.000] Projects: /dev/null/inferredProject1* \ No newline at end of file +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/commonFile1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /a/b/commonFile2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/configuredProjects/should-keep-the-configured-project-when-the-opened-file-is-referenced-by-the-project-but-not-its-root.js b/tests/baselines/reference/tsserver/configuredProjects/should-keep-the-configured-project-when-the-opened-file-is-referenced-by-the-project-but-not-its-root.js index 64b7a3d832f71..ae946e620b432 100644 --- a/tests/baselines/reference/tsserver/configuredProjects/should-keep-the-configured-project-when-the-opened-file-is-referenced-by-the-project-but-not-its-root.js +++ b/tests/baselines/reference/tsserver/configuredProjects/should-keep-the-configured-project-when-the-opened-file-is-referenced-by-the-project-but-not-its-root.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:13.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/a/b/main.ts] import { objA } from './obj-a'; @@ -16,11 +16,11 @@ export const objA = Object.assign({foo: "bar"}, {bar: "baz"}); } -Info 1 [00:00:14.000] Search path: /a/b -Info 2 [00:00:15.000] For info: /a/b/main.ts :: Config file name: /a/b/tsconfig.json -Info 3 [00:00:16.000] Creating configuration project /a/b/tsconfig.json -Info 4 [00:00:17.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 5 [00:00:18.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/main.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/b/tsconfig.json : { "rootNames": [ "/a/b/main.ts" ], @@ -29,14 +29,12 @@ Info 5 [00:00:18.000] Config: /a/b/tsconfig.json : { "configFilePath": "/a/b/tsconfig.json" } } -Info 6 [00:00:19.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 7 [00:00:20.000] FileWatcher:: Added:: WatchInfo: /a/b/obj-a.ts 500 undefined WatchType: Closed Script info -Info 8 [00:00:21.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.es6.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 9 [00:00:22.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 10 [00:00:23.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 11 [00:00:24.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 12 [00:00:25.000] Project '/a/b/tsconfig.json' (Configured) -Info 13 [00:00:26.000] Files (2) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/obj-a.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.es6.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/b/obj-a.ts Text-1 "export const objA = Object.assign({foo: \"bar\"}, {bar: \"baz\"});" /a/b/main.ts SVC-1-0 "import { objA } from './obj-a';" @@ -46,27 +44,27 @@ Info 13 [00:00:26.000] Files (2) main.ts Part of 'files' list in tsconfig.json -Info 14 [00:00:27.000] ----------------------------------------------- -Info 15 [00:00:28.000] Project '/a/b/tsconfig.json' (Configured) -Info 15 [00:00:29.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 15 [00:00:30.000] ----------------------------------------------- -Info 15 [00:00:31.000] Open files: -Info 15 [00:00:32.000] FileName: /a/b/main.ts ProjectRootPath: undefined -Info 15 [00:00:33.000] Projects: /a/b/tsconfig.json -Info 15 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /a/b/main.ts 500 undefined WatchType: Closed Script info -Info 16 [00:00:35.000] Project '/a/b/tsconfig.json' (Configured) -Info 16 [00:00:36.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 16 [00:00:37.000] ----------------------------------------------- -Info 16 [00:00:38.000] Open files: -Info 16 [00:00:39.000] FileWatcher:: Close:: WatchInfo: /a/b/obj-a.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:40.000] Search path: /a/b -Info 18 [00:00:41.000] For info: /a/b/obj-a.ts :: Config file name: /a/b/tsconfig.json -Info 19 [00:00:42.000] Project '/a/b/tsconfig.json' (Configured) -Info 19 [00:00:43.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/obj-a.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/obj-a.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 19 [00:00:44.000] ----------------------------------------------- -Info 19 [00:00:45.000] Open files: -Info 19 [00:00:46.000] FileName: /a/b/obj-a.ts ProjectRootPath: undefined -Info 19 [00:00:47.000] Projects: /a/b/tsconfig.json \ No newline at end of file +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/obj-a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/configuredProjects/should-not-close-configured-project-after-closing-last-open-file,-but-should-be-closed-on-next-file-open-if-its-not-the-file-from-same-project.js b/tests/baselines/reference/tsserver/configuredProjects/should-not-close-configured-project-after-closing-last-open-file,-but-should-be-closed-on-next-file-open-if-its-not-the-file-from-same-project.js index c9b22522dd537..ca965e04fda2c 100644 --- a/tests/baselines/reference/tsserver/configuredProjects/should-not-close-configured-project-after-closing-last-open-file,-but-should-be-closed-on-next-file-open-if-its-not-the-file-from-same-project.js +++ b/tests/baselines/reference/tsserver/configuredProjects/should-not-close-configured-project-after-closing-last-open-file,-but-should-be-closed-on-next-file-open-if-its-not-the-file-from-same-project.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:15.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/a/b/main.ts] let x =1; @@ -26,11 +26,11 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:16.000] Search path: /a/b -Info 2 [00:00:17.000] For info: /a/b/main.ts :: Config file name: /a/b/tsconfig.json -Info 3 [00:00:18.000] Creating configuration project /a/b/tsconfig.json -Info 4 [00:00:19.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 5 [00:00:20.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/main.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/b/tsconfig.json : { "rootNames": [ "/a/b/main.ts" ], @@ -39,67 +39,63 @@ Info 5 [00:00:20.000] Config: /a/b/tsconfig.json : { "configFilePath": "/a/b/tsconfig.json" } } -Info 6 [00:00:21.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 7 [00:00:22.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.es6.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 8 [00:00:23.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 9 [00:00:24.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 10 [00:00:25.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 11 [00:00:26.000] Project '/a/b/tsconfig.json' (Configured) -Info 12 [00:00:27.000] Files (1) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.es6.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/b/main.ts SVC-1-0 "let x =1;" main.ts Part of 'files' list in tsconfig.json -Info 13 [00:00:28.000] ----------------------------------------------- -Info 14 [00:00:29.000] Project '/a/b/tsconfig.json' (Configured) -Info 14 [00:00:30.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 14 [00:00:31.000] ----------------------------------------------- -Info 14 [00:00:32.000] Open files: -Info 14 [00:00:33.000] FileName: /a/b/main.ts ProjectRootPath: undefined -Info 14 [00:00:34.000] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json Configured project: /a/b/tsconfig.json hasOpenRef:: true isClosed: false -Info 14 [00:00:35.000] FileWatcher:: Added:: WatchInfo: /a/b/main.ts 500 undefined WatchType: Closed Script info -Info 15 [00:00:36.000] Project '/a/b/tsconfig.json' (Configured) -Info 15 [00:00:37.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 15 [00:00:38.000] ----------------------------------------------- -Info 15 [00:00:39.000] Open files: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: Configured project: /a/b/tsconfig.json hasOpenRef:: false isClosed: false -Info 15 [00:00:40.000] Search path: /a/lib -Info 16 [00:00:41.000] For info: /a/lib/lib.d.ts :: No config files found. -Info 17 [00:00:42.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 18 [00:00:43.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 19 [00:00:44.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 20 [00:00:45.000] Files (1) +Info seq [hh:mm:ss:mss] Search path: /a/lib +Info seq [hh:mm:ss:mss] For info: /a/lib/lib.d.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /a/lib/lib.d.ts SVC-1-0 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" a/lib/lib.d.ts Root file specified for compilation -Info 21 [00:00:46.000] ----------------------------------------------- -Info 22 [00:00:47.000] `remove Project:: -Info 23 [00:00:48.000] Project '/a/b/tsconfig.json' (Configured) -Info 24 [00:00:49.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/b/main.ts main.ts Part of 'files' list in tsconfig.json -Info 25 [00:00:50.000] ----------------------------------------------- -Info 26 [00:00:51.000] FileWatcher:: Close:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 27 [00:00:52.000] DirectoryWatcher:: Close:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 28 [00:00:53.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 29 [00:00:54.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.es6.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 30 [00:00:55.000] FileWatcher:: Close:: WatchInfo: /a/b/main.ts 500 undefined WatchType: Closed Script info -Info 31 [00:00:56.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 31 [00:00:57.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.es6.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 31 [00:00:58.000] ----------------------------------------------- -Info 31 [00:00:59.000] Open files: -Info 31 [00:01:00.000] FileName: /a/lib/lib.d.ts ProjectRootPath: undefined -Info 31 [00:01:01.000] Projects: /dev/null/inferredProject1* \ No newline at end of file +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/lib/lib.d.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/configuredProjects/should-properly-handle-module-resolution-changes-in-config-file.js b/tests/baselines/reference/tsserver/configuredProjects/should-properly-handle-module-resolution-changes-in-config-file.js index cf4a979937594..5d39a2c6a8084 100644 --- a/tests/baselines/reference/tsserver/configuredProjects/should-properly-handle-module-resolution-changes-in-config-file.js +++ b/tests/baselines/reference/tsserver/configuredProjects/should-properly-handle-module-resolution-changes-in-config-file.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:19.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/a/b/file1.ts] import { T } from "module1"; @@ -22,11 +22,11 @@ export interface T {} export interface T {} -Info 1 [00:00:20.000] Search path: /a/b -Info 2 [00:00:21.000] For info: /a/b/file1.ts :: Config file name: /a/b/tsconfig.json -Info 3 [00:00:22.000] Creating configuration project /a/b/tsconfig.json -Info 4 [00:00:23.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 5 [00:00:24.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/file1.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/b/tsconfig.json : { "rootNames": [ "/a/b/file1.ts" ], @@ -35,17 +35,13 @@ Info 5 [00:00:24.000] Config: /a/b/tsconfig.json : { "configFilePath": "/a/b/tsconfig.json" } } -Info 6 [00:00:25.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 7 [00:00:26.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 8 [00:00:27.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 9 [00:00:28.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 10 [00:00:29.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 11 [00:00:30.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 12 [00:00:31.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 13 [00:00:32.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 14 [00:00:33.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:34.000] Project '/a/b/tsconfig.json' (Configured) -Info 16 [00:00:35.000] Files (2) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/b/node_modules/module1.ts Text-1 "export interface T {}" /a/b/file1.ts SVC-1-0 "import { T } from \"module1\";" @@ -55,62 +51,60 @@ Info 16 [00:00:35.000] Files (2) file1.ts Part of 'files' list in tsconfig.json -Info 17 [00:00:36.000] ----------------------------------------------- -Info 18 [00:00:37.000] Project '/a/b/tsconfig.json' (Configured) -Info 18 [00:00:38.000] Files (2) - -Info 18 [00:00:39.000] ----------------------------------------------- -Info 18 [00:00:40.000] Open files: -Info 18 [00:00:41.000] FileName: /a/b/file1.ts ProjectRootPath: undefined -Info 18 [00:00:42.000] Projects: /a/b/tsconfig.json -Info 18 [00:00:43.000] DirectoryWatcher:: Close:: WatchInfo: /a/b/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 19 [00:00:44.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 20 [00:00:45.000] Search path: /a/b/node_modules -Info 21 [00:00:46.000] For info: /a/b/node_modules/module1.ts :: No config files found. -Info 22 [00:00:47.000] Project '/a/b/tsconfig.json' (Configured) -Info 22 [00:00:48.000] Files (2) - -Info 22 [00:00:49.000] ----------------------------------------------- -Info 22 [00:00:50.000] Open files: -Info 22 [00:00:51.000] FileName: /a/b/file1.ts ProjectRootPath: undefined -Info 22 [00:00:52.000] Projects: /a/b/tsconfig.json -Info 22 [00:00:53.000] FileName: /a/b/node_modules/module1.ts ProjectRootPath: undefined -Info 22 [00:00:54.000] Projects: /a/b/tsconfig.json -Info 22 [00:00:55.000] Search path: /a -Info 23 [00:00:56.000] For info: /a/module1.ts :: No config files found. -Info 24 [00:00:57.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 25 [00:00:58.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 26 [00:00:59.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 27 [00:01:00.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 28 [00:01:01.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 29 [00:01:02.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 30 [00:01:03.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /a/b/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] Search path: /a/b/node_modules +Info seq [hh:mm:ss:mss] For info: /a/b/node_modules/module1.ts :: No config files found. +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /a/b/node_modules/module1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/module1.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /a/module1.ts SVC-1-0 "export interface T {}" module1.ts Root file specified for compilation -Info 31 [00:01:04.000] ----------------------------------------------- -Info 32 [00:01:05.000] Project '/a/b/tsconfig.json' (Configured) -Info 32 [00:01:06.000] Files (2) - -Info 32 [00:01:07.000] ----------------------------------------------- -Info 32 [00:01:08.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 32 [00:01:09.000] Files (1) - -Info 32 [00:01:10.000] ----------------------------------------------- -Info 32 [00:01:11.000] Open files: -Info 32 [00:01:12.000] FileName: /a/b/file1.ts ProjectRootPath: undefined -Info 32 [00:01:13.000] Projects: /a/b/tsconfig.json -Info 32 [00:01:14.000] FileName: /a/b/node_modules/module1.ts ProjectRootPath: undefined -Info 32 [00:01:15.000] Projects: /a/b/tsconfig.json -Info 32 [00:01:16.000] FileName: /a/module1.ts ProjectRootPath: undefined -Info 32 [00:01:17.000] Projects: /dev/null/inferredProject1* -Info 32 [00:01:21.000] FileWatcher:: Triggered with /a/b/tsconfig.json 1:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 33 [00:01:22.000] Scheduled: /a/b/tsconfig.json -Info 34 [00:01:23.000] Scheduled: *ensureProjectForOpenFiles* -Info 35 [00:01:24.000] Elapsed:: *ms FileWatcher:: Triggered with /a/b/tsconfig.json 1:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /a/b/node_modules/module1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /a/module1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /a/b/tsconfig.json 1:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Scheduled: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /a/b/tsconfig.json 1:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file Before running Timeout callback:: count: 2 1: /a/b/tsconfig.json 2: *ensureProjectForOpenFiles* @@ -126,22 +120,14 @@ Before running Timeout callback:: count: 2 PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/b/node_modules/@types: *new* - {"pollingInterval":500} -/a/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/b/tsconfig.json: *new* {} -FsWatchesRecursive:: -/a/b/node_modules: *new* - {} - -Info 36 [00:01:25.000] Running: /a/b/tsconfig.json -Info 37 [00:01:26.000] Reloading configured project /a/b/tsconfig.json -Info 38 [00:01:27.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Running: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Reloading configured project /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /a/b/tsconfig.json : { "rootNames": [ "/a/b/file1.ts" ], @@ -150,18 +136,10 @@ Info 38 [00:01:27.000] Config: /a/b/tsconfig.json : { "configFilePath": "/a/b/tsconfig.json" } } -Info 39 [00:01:28.000] DirectoryWatcher:: Close:: WatchInfo: /a/b/node_modules 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 40 [00:01:29.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/node_modules 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 41 [00:01:30.000] DirectoryWatcher:: Close:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 42 [00:01:31.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 43 [00:01:32.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 44 [00:01:33.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 45 [00:01:34.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 46 [00:01:35.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 47 [00:01:36.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 48 [00:01:37.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 49 [00:01:38.000] Project '/a/b/tsconfig.json' (Configured) -Info 50 [00:01:39.000] Files (2) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/module1.ts SVC-1-0 "export interface T {}" /a/b/file1.ts SVC-1-0 "import { T } from \"module1\";" @@ -171,127 +149,113 @@ Info 50 [00:01:39.000] Files (2) file1.ts Part of 'files' list in tsconfig.json -Info 51 [00:01:40.000] ----------------------------------------------- -Info 52 [00:01:41.000] Running: *ensureProjectForOpenFiles* -Info 53 [00:01:42.000] Before ensureProjectForOpenFiles: -Info 54 [00:01:43.000] Project '/a/b/tsconfig.json' (Configured) -Info 54 [00:01:44.000] Files (2) - -Info 54 [00:01:45.000] ----------------------------------------------- -Info 54 [00:01:46.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 54 [00:01:47.000] Files (1) - -Info 54 [00:01:48.000] ----------------------------------------------- -Info 54 [00:01:49.000] Open files: -Info 54 [00:01:50.000] FileName: /a/b/file1.ts ProjectRootPath: undefined -Info 54 [00:01:51.000] Projects: /a/b/tsconfig.json -Info 54 [00:01:52.000] FileName: /a/b/node_modules/module1.ts ProjectRootPath: undefined -Info 54 [00:01:53.000] Projects: -Info 54 [00:01:54.000] FileName: /a/module1.ts ProjectRootPath: undefined -Info 54 [00:01:55.000] Projects: /dev/null/inferredProject1*,/a/b/tsconfig.json -Info 54 [00:01:56.000] Starting updateGraphWorker: Project: /dev/null/inferredProject2* -Info 55 [00:01:57.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject2* WatchType: Missing file -Info 56 [00:01:58.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 57 [00:01:59.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 58 [00:02:00.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 59 [00:02:01.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 60 [00:02:02.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /a/b/node_modules/module1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: +Info seq [hh:mm:ss:mss] FileName: /a/module1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1*,/a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject2* WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /a/b/node_modules/module1.ts Text-1 "export interface T {}" module1.ts Root file specified for compilation -Info 61 [00:02:03.000] ----------------------------------------------- -Info 62 [00:02:04.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 63 [00:02:05.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 64 [00:02:06.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 65 [00:02:07.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 66 [00:02:08.000] Files (0) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (0) -Info 67 [00:02:09.000] ----------------------------------------------- -Info 68 [00:02:10.000] After ensureProjectForOpenFiles: -Info 69 [00:02:11.000] Project '/a/b/tsconfig.json' (Configured) -Info 69 [00:02:12.000] Files (2) - -Info 69 [00:02:13.000] ----------------------------------------------- -Info 69 [00:02:14.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 69 [00:02:15.000] Files (0) - -Info 69 [00:02:16.000] ----------------------------------------------- -Info 69 [00:02:17.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 69 [00:02:18.000] Files (1) - -Info 69 [00:02:19.000] ----------------------------------------------- -Info 69 [00:02:20.000] Open files: -Info 69 [00:02:21.000] FileName: /a/b/file1.ts ProjectRootPath: undefined -Info 69 [00:02:22.000] Projects: /a/b/tsconfig.json -Info 69 [00:02:23.000] FileName: /a/b/node_modules/module1.ts ProjectRootPath: undefined -Info 69 [00:02:24.000] Projects: /dev/null/inferredProject2* -Info 69 [00:02:25.000] FileName: /a/module1.ts ProjectRootPath: undefined -Info 69 [00:02:26.000] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (0) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /a/b/node_modules/module1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] FileName: /a/module1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json After running Timeout callback:: count: 0 PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/a/node_modules/@types: - {"pollingInterval":500} -/a/b/node_modules/@types: - {"pollingInterval":500} *new* /a/b/node_modules/node_modules/@types: *new* {"pollingInterval":500} -PolledWatches *deleted*:: -/a/b/node_modules/@types: - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: {} -/a/b: *new* - {} - -FsWatchesRecursive *deleted*:: -/a/b/node_modules: - {} Inferred project: /dev/null/inferredProject1* isOrphan:: true isClosed: false Inferred project: /dev/null/inferredProject2* isOrphan:: false isClosed: false -Info 69 [00:02:27.000] Search path: /a -Info 70 [00:02:28.000] For info: /a/file1.ts :: No config files found. -Info 71 [00:02:29.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 72 [00:02:30.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 73 [00:02:31.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 3 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 74 [00:02:32.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 75 [00:02:33.000] Files (1) +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/file1.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 3 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /a/file1.ts SVC-1-0 "export interface T {}" file1.ts Root file specified for compilation -Info 76 [00:02:34.000] ----------------------------------------------- -Info 77 [00:02:35.000] Project '/a/b/tsconfig.json' (Configured) -Info 77 [00:02:36.000] Files (2) - -Info 77 [00:02:37.000] ----------------------------------------------- -Info 77 [00:02:38.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 77 [00:02:39.000] Files (1) - -Info 77 [00:02:40.000] ----------------------------------------------- -Info 77 [00:02:41.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 77 [00:02:42.000] Files (1) - -Info 77 [00:02:43.000] ----------------------------------------------- -Info 77 [00:02:44.000] Open files: -Info 77 [00:02:45.000] FileName: /a/b/file1.ts ProjectRootPath: undefined -Info 77 [00:02:46.000] Projects: /a/b/tsconfig.json -Info 77 [00:02:47.000] FileName: /a/b/node_modules/module1.ts ProjectRootPath: undefined -Info 77 [00:02:48.000] Projects: /dev/null/inferredProject2* -Info 77 [00:02:49.000] FileName: /a/module1.ts ProjectRootPath: undefined -Info 77 [00:02:50.000] Projects: /a/b/tsconfig.json -Info 77 [00:02:51.000] FileName: /a/file1.ts ProjectRootPath: undefined -Info 77 [00:02:52.000] Projects: /dev/null/inferredProject1* \ No newline at end of file +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /a/b/node_modules/module1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] FileName: /a/module1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /a/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/configuredProjects/should-reuse-same-project-if-file-is-opened-from-the-configured-project-that-has-no-open-files.js b/tests/baselines/reference/tsserver/configuredProjects/should-reuse-same-project-if-file-is-opened-from-the-configured-project-that-has-no-open-files.js index 49d878466966f..1ab123d5a2878 100644 --- a/tests/baselines/reference/tsserver/configuredProjects/should-reuse-same-project-if-file-is-opened-from-the-configured-project-that-has-no-open-files.js +++ b/tests/baselines/reference/tsserver/configuredProjects/should-reuse-same-project-if-file-is-opened-from-the-configured-project-that-has-no-open-files.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:17.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/a/b/main.ts] let x =1; @@ -29,11 +29,11 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:18.000] Search path: /a/b -Info 2 [00:00:19.000] For info: /a/b/main.ts :: Config file name: /a/b/tsconfig.json -Info 3 [00:00:20.000] Creating configuration project /a/b/tsconfig.json -Info 4 [00:00:21.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 5 [00:00:22.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/main.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/b/tsconfig.json : { "rootNames": [ "/a/b/main.ts", "/a/b/main2.ts" @@ -43,14 +43,12 @@ Info 5 [00:00:22.000] Config: /a/b/tsconfig.json : { "configFilePath": "/a/b/tsconfig.json" } } -Info 6 [00:00:23.000] FileWatcher:: Added:: WatchInfo: /a/b/main2.ts 500 undefined WatchType: Closed Script info -Info 7 [00:00:24.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 8 [00:00:25.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.es6.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 9 [00:00:26.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 10 [00:00:27.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 11 [00:00:28.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 12 [00:00:29.000] Project '/a/b/tsconfig.json' (Configured) -Info 13 [00:00:30.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/main2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.es6.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/b/main.ts SVC-1-0 "let x =1;" /a/b/main2.ts Text-1 "let y =1;" @@ -60,30 +58,30 @@ Info 13 [00:00:30.000] Files (2) main2.ts Part of 'files' list in tsconfig.json -Info 14 [00:00:31.000] ----------------------------------------------- -Info 15 [00:00:32.000] Project '/a/b/tsconfig.json' (Configured) -Info 15 [00:00:33.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 15 [00:00:34.000] ----------------------------------------------- -Info 15 [00:00:35.000] Open files: -Info 15 [00:00:36.000] FileName: /a/b/main.ts ProjectRootPath: undefined -Info 15 [00:00:37.000] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json Configured project: /a/b/tsconfig.json hasOpenRef:: true isClosed: false -Info 15 [00:00:38.000] FileWatcher:: Added:: WatchInfo: /a/b/main.ts 500 undefined WatchType: Closed Script info -Info 16 [00:00:39.000] Project '/a/b/tsconfig.json' (Configured) -Info 16 [00:00:40.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 16 [00:00:41.000] ----------------------------------------------- -Info 16 [00:00:42.000] Open files: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: Configured project: /a/b/tsconfig.json hasOpenRef:: false isClosed: false -Info 16 [00:00:43.000] FileWatcher:: Close:: WatchInfo: /a/b/main2.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:44.000] Search path: /a/b -Info 18 [00:00:45.000] For info: /a/b/main2.ts :: Config file name: /a/b/tsconfig.json -Info 19 [00:00:46.000] Project '/a/b/tsconfig.json' (Configured) -Info 19 [00:00:47.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/main2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/main2.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 19 [00:00:48.000] ----------------------------------------------- -Info 19 [00:00:49.000] Open files: -Info 19 [00:00:50.000] FileName: /a/b/main2.ts ProjectRootPath: undefined -Info 19 [00:00:51.000] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/main2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json Configured project: /a/b/tsconfig.json hasOpenRef:: true isClosed: false \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/configuredProjects/should-stop-watching-the-extended-configs-of-closed-projects.js b/tests/baselines/reference/tsserver/configuredProjects/should-stop-watching-the-extended-configs-of-closed-projects.js index 63ebfc2d8b473..8ebdc8bb48718 100644 --- a/tests/baselines/reference/tsserver/configuredProjects/should-stop-watching-the-extended-configs-of-closed-projects.js +++ b/tests/baselines/reference/tsserver/configuredProjects/should-stop-watching-the-extended-configs-of-closed-projects.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:35.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/user/username/projects/myproject/extended/alpha.tsconfig.json] {} @@ -26,11 +26,11 @@ let dummy = 1; {} -Info 1 [00:00:36.000] Search path: /user/username/projects/myproject/a -Info 2 [00:00:37.000] For info: /user/username/projects/myproject/a/a.ts :: Config file name: /user/username/projects/myproject/a/tsconfig.json -Info 3 [00:00:38.000] Creating configuration project /user/username/projects/myproject/a/tsconfig.json -Info 4 [00:00:39.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Config file -Info 5 [00:00:40.000] Config: /user/username/projects/myproject/a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/a +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/a/a.ts :: Config file name: /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/a/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/a/a.ts" ], @@ -38,35 +38,37 @@ Info 5 [00:00:40.000] Config: /user/username/projects/myproject/a/tsconfig.js "configFilePath": "/user/username/projects/myproject/a/tsconfig.json" } } -Info 6 [00:00:41.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/extended/alpha.tsconfig.json 2000 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchType: Extended config file -Info 7 [00:00:42.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/a/tsconfig.json -Info 8 [00:00:43.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Missing file -Info 9 [00:00:44.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots -Info 10 [00:00:45.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots -Info 11 [00:00:46.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots -Info 12 [00:00:47.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots -Info 13 [00:00:48.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 14 [00:00:49.000] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) -Info 15 [00:00:50.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/extended/alpha.tsconfig.json 2000 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchType: Extended config file +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /user/username/projects/myproject/a/a.ts SVC-1-0 "let a = 1;" a.ts Part of 'files' list in tsconfig.json -Info 16 [00:00:51.000] ----------------------------------------------- -Info 17 [00:00:52.000] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) -Info 17 [00:00:53.000] Files (1) - -Info 17 [00:00:54.000] ----------------------------------------------- -Info 17 [00:00:55.000] Open files: -Info 17 [00:00:56.000] FileName: /user/username/projects/myproject/a/a.ts ProjectRootPath: undefined -Info 17 [00:00:57.000] Projects: /user/username/projects/myproject/a/tsconfig.json -Info 17 [00:00:58.000] Search path: /user/username/projects/myproject/b -Info 18 [00:00:59.000] For info: /user/username/projects/myproject/b/b.ts :: Config file name: /user/username/projects/myproject/b/tsconfig.json -Info 19 [00:01:00.000] Creating configuration project /user/username/projects/myproject/b/tsconfig.json -Info 20 [00:01:01.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Config file -Info 21 [00:01:02.000] Config: /user/username/projects/myproject/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/a/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/b +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/b/b.ts :: Config file name: /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/b/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/b/b.ts" ], @@ -74,41 +76,43 @@ Info 21 [00:01:02.000] Config: /user/username/projects/myproject/b/tsconfig.js "configFilePath": "/user/username/projects/myproject/b/tsconfig.json" } } -Info 22 [00:01:03.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/extended/bravo.tsconfig.json 2000 undefined Config: /user/username/projects/myproject/b/tsconfig.json WatchType: Extended config file -Info 23 [00:01:04.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/b/tsconfig.json -Info 24 [00:01:05.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Missing file -Info 25 [00:01:06.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots -Info 26 [00:01:07.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots -Info 27 [00:01:08.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots -Info 28 [00:01:09.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots -Info 29 [00:01:10.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 30 [00:01:11.000] Project '/user/username/projects/myproject/b/tsconfig.json' (Configured) -Info 31 [00:01:12.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/extended/bravo.tsconfig.json 2000 undefined Config: /user/username/projects/myproject/b/tsconfig.json WatchType: Extended config file +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /user/username/projects/myproject/b/b.ts SVC-1-0 "let b = 1;" b.ts Part of 'files' list in tsconfig.json -Info 32 [00:01:13.000] ----------------------------------------------- -Info 33 [00:01:14.000] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) -Info 33 [00:01:15.000] Files (1) - -Info 33 [00:01:16.000] ----------------------------------------------- -Info 33 [00:01:17.000] Project '/user/username/projects/myproject/b/tsconfig.json' (Configured) -Info 33 [00:01:18.000] Files (1) - -Info 33 [00:01:19.000] ----------------------------------------------- -Info 33 [00:01:20.000] Open files: -Info 33 [00:01:21.000] FileName: /user/username/projects/myproject/a/a.ts ProjectRootPath: undefined -Info 33 [00:01:22.000] Projects: /user/username/projects/myproject/a/tsconfig.json -Info 33 [00:01:23.000] FileName: /user/username/projects/myproject/b/b.ts ProjectRootPath: undefined -Info 33 [00:01:24.000] Projects: /user/username/projects/myproject/b/tsconfig.json -Info 33 [00:01:25.000] Search path: /user/username/projects/myproject/dummy -Info 34 [00:01:26.000] For info: /user/username/projects/myproject/dummy/dummy.ts :: Config file name: /user/username/projects/myproject/dummy/tsconfig.json -Info 35 [00:01:27.000] Creating configuration project /user/username/projects/myproject/dummy/tsconfig.json -Info 36 [00:01:28.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dummy/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dummy/tsconfig.json WatchType: Config file -Info 37 [00:01:29.000] Config: /user/username/projects/myproject/dummy/tsconfig.json : { +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/a/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/b/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dummy +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dummy/dummy.ts :: Config file name: /user/username/projects/myproject/dummy/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dummy/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dummy/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dummy/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dummy/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dummy/dummy.ts" ], @@ -116,158 +120,164 @@ Info 37 [00:01:29.000] Config: /user/username/projects/myproject/dummy/tsconfi "configFilePath": "/user/username/projects/myproject/dummy/tsconfig.json" } } -Info 38 [00:01:30.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dummy 1 undefined Config: /user/username/projects/myproject/dummy/tsconfig.json WatchType: Wild card directory -Info 39 [00:01:31.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dummy 1 undefined Config: /user/username/projects/myproject/dummy/tsconfig.json WatchType: Wild card directory -Info 40 [00:01:32.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dummy/tsconfig.json -Info 41 [00:01:33.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /user/username/projects/myproject/dummy/tsconfig.json WatchType: Missing file -Info 42 [00:01:34.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dummy/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dummy/tsconfig.json WatchType: Type roots -Info 43 [00:01:35.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dummy/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dummy/tsconfig.json WatchType: Type roots -Info 44 [00:01:36.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dummy/tsconfig.json WatchType: Type roots -Info 45 [00:01:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dummy/tsconfig.json WatchType: Type roots -Info 46 [00:01:38.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dummy/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 47 [00:01:39.000] Project '/user/username/projects/myproject/dummy/tsconfig.json' (Configured) -Info 48 [00:01:40.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dummy 1 undefined Config: /user/username/projects/myproject/dummy/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dummy 1 undefined Config: /user/username/projects/myproject/dummy/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dummy/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /user/username/projects/myproject/dummy/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dummy/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dummy/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dummy/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dummy/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dummy/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dummy/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dummy/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dummy/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dummy/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dummy/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /user/username/projects/myproject/dummy/dummy.ts SVC-1-0 "let dummy = 1;" dummy.ts Matched by default include pattern '**/*' -Info 49 [00:01:41.000] ----------------------------------------------- -Info 50 [00:01:42.000] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) -Info 50 [00:01:43.000] Files (1) - -Info 50 [00:01:44.000] ----------------------------------------------- -Info 50 [00:01:45.000] Project '/user/username/projects/myproject/b/tsconfig.json' (Configured) -Info 50 [00:01:46.000] Files (1) - -Info 50 [00:01:47.000] ----------------------------------------------- -Info 50 [00:01:48.000] Project '/user/username/projects/myproject/dummy/tsconfig.json' (Configured) -Info 50 [00:01:49.000] Files (1) - -Info 50 [00:01:50.000] ----------------------------------------------- -Info 50 [00:01:51.000] Open files: -Info 50 [00:01:52.000] FileName: /user/username/projects/myproject/a/a.ts ProjectRootPath: undefined -Info 50 [00:01:53.000] Projects: /user/username/projects/myproject/a/tsconfig.json -Info 50 [00:01:54.000] FileName: /user/username/projects/myproject/b/b.ts ProjectRootPath: undefined -Info 50 [00:01:55.000] Projects: /user/username/projects/myproject/b/tsconfig.json -Info 50 [00:01:56.000] FileName: /user/username/projects/myproject/dummy/dummy.ts ProjectRootPath: undefined -Info 50 [00:01:57.000] Projects: /user/username/projects/myproject/dummy/tsconfig.json -Info 50 [00:01:58.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/b.ts 500 undefined WatchType: Closed Script info -Info 51 [00:01:59.000] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) -Info 51 [00:02:00.000] Files (1) - -Info 51 [00:02:01.000] ----------------------------------------------- -Info 51 [00:02:02.000] Project '/user/username/projects/myproject/b/tsconfig.json' (Configured) -Info 51 [00:02:03.000] Files (1) - -Info 51 [00:02:04.000] ----------------------------------------------- -Info 51 [00:02:05.000] Project '/user/username/projects/myproject/dummy/tsconfig.json' (Configured) -Info 51 [00:02:06.000] Files (1) - -Info 51 [00:02:07.000] ----------------------------------------------- -Info 51 [00:02:08.000] Open files: -Info 51 [00:02:09.000] FileName: /user/username/projects/myproject/a/a.ts ProjectRootPath: undefined -Info 51 [00:02:10.000] Projects: /user/username/projects/myproject/a/tsconfig.json -Info 51 [00:02:11.000] FileName: /user/username/projects/myproject/dummy/dummy.ts ProjectRootPath: undefined -Info 51 [00:02:12.000] Projects: /user/username/projects/myproject/dummy/tsconfig.json -Info 51 [00:02:13.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dummy/dummy.ts 500 undefined WatchType: Closed Script info -Info 52 [00:02:14.000] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) -Info 52 [00:02:15.000] Files (1) - -Info 52 [00:02:16.000] ----------------------------------------------- -Info 52 [00:02:17.000] Project '/user/username/projects/myproject/b/tsconfig.json' (Configured) -Info 52 [00:02:18.000] Files (1) - -Info 52 [00:02:19.000] ----------------------------------------------- -Info 52 [00:02:20.000] Project '/user/username/projects/myproject/dummy/tsconfig.json' (Configured) -Info 52 [00:02:21.000] Files (1) - -Info 52 [00:02:22.000] ----------------------------------------------- -Info 52 [00:02:23.000] Open files: -Info 52 [00:02:24.000] FileName: /user/username/projects/myproject/a/a.ts ProjectRootPath: undefined -Info 52 [00:02:25.000] Projects: /user/username/projects/myproject/a/tsconfig.json -Info 52 [00:02:26.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dummy/dummy.ts 500 undefined WatchType: Closed Script info -Info 53 [00:02:27.000] Search path: /user/username/projects/myproject/dummy -Info 54 [00:02:28.000] For info: /user/username/projects/myproject/dummy/dummy.ts :: Config file name: /user/username/projects/myproject/dummy/tsconfig.json -Info 55 [00:02:29.000] `remove Project:: -Info 56 [00:02:30.000] Project '/user/username/projects/myproject/b/tsconfig.json' (Configured) -Info 57 [00:02:31.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dummy/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/a/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/b/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dummy/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dummy/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/a/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dummy/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dummy/dummy.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dummy/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/a/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dummy/dummy.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dummy +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dummy/dummy.ts :: Config file name: /user/username/projects/myproject/dummy/tsconfig.json +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /user/username/projects/myproject/b/b.ts b.ts Part of 'files' list in tsconfig.json -Info 58 [00:02:32.000] ----------------------------------------------- -Info 59 [00:02:33.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/extended/bravo.tsconfig.json 2000 undefined Config: /user/username/projects/myproject/b/tsconfig.json WatchType: Extended config file -Info 60 [00:02:34.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/b/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Config file -Info 61 [00:02:35.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/b/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots -Info 62 [00:02:36.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/b/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots -Info 63 [00:02:37.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots -Info 64 [00:02:38.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots -Info 65 [00:02:39.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Missing file -Info 66 [00:02:40.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/b/b.ts 500 undefined WatchType: Closed Script info -Info 67 [00:02:41.000] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) -Info 67 [00:02:42.000] Files (1) - -Info 67 [00:02:43.000] ----------------------------------------------- -Info 67 [00:02:44.000] Project '/user/username/projects/myproject/dummy/tsconfig.json' (Configured) -Info 67 [00:02:45.000] Files (1) - -Info 67 [00:02:46.000] ----------------------------------------------- -Info 67 [00:02:47.000] Open files: -Info 67 [00:02:48.000] FileName: /user/username/projects/myproject/a/a.ts ProjectRootPath: undefined -Info 67 [00:02:49.000] Projects: /user/username/projects/myproject/a/tsconfig.json -Info 67 [00:02:50.000] FileName: /user/username/projects/myproject/dummy/dummy.ts ProjectRootPath: undefined -Info 67 [00:02:51.000] Projects: /user/username/projects/myproject/dummy/tsconfig.json -Info 67 [00:02:52.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/a.ts 500 undefined WatchType: Closed Script info -Info 68 [00:02:53.000] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) -Info 68 [00:02:54.000] Files (1) - -Info 68 [00:02:55.000] ----------------------------------------------- -Info 68 [00:02:56.000] Project '/user/username/projects/myproject/dummy/tsconfig.json' (Configured) -Info 68 [00:02:57.000] Files (1) - -Info 68 [00:02:58.000] ----------------------------------------------- -Info 68 [00:02:59.000] Open files: -Info 68 [00:03:00.000] FileName: /user/username/projects/myproject/dummy/dummy.ts ProjectRootPath: undefined -Info 68 [00:03:01.000] Projects: /user/username/projects/myproject/dummy/tsconfig.json -Info 68 [00:03:02.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dummy/dummy.ts 500 undefined WatchType: Closed Script info -Info 69 [00:03:03.000] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) -Info 69 [00:03:04.000] Files (1) - -Info 69 [00:03:05.000] ----------------------------------------------- -Info 69 [00:03:06.000] Project '/user/username/projects/myproject/dummy/tsconfig.json' (Configured) -Info 69 [00:03:07.000] Files (1) - -Info 69 [00:03:08.000] ----------------------------------------------- -Info 69 [00:03:09.000] Open files: -Info 69 [00:03:10.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dummy/dummy.ts 500 undefined WatchType: Closed Script info -Info 70 [00:03:11.000] Search path: /user/username/projects/myproject/dummy -Info 71 [00:03:12.000] For info: /user/username/projects/myproject/dummy/dummy.ts :: Config file name: /user/username/projects/myproject/dummy/tsconfig.json -Info 72 [00:03:13.000] `remove Project:: -Info 73 [00:03:14.000] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) -Info 74 [00:03:15.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/extended/bravo.tsconfig.json 2000 undefined Config: /user/username/projects/myproject/b/tsconfig.json WatchType: Extended config file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/b/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/b/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/b/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/b/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dummy/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/a/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dummy/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/a.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dummy/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dummy/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dummy/dummy.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dummy/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dummy/dummy.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dummy +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dummy/dummy.ts :: Config file name: /user/username/projects/myproject/dummy/tsconfig.json +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /user/username/projects/myproject/a/a.ts a.ts Part of 'files' list in tsconfig.json -Info 75 [00:03:16.000] ----------------------------------------------- -Info 76 [00:03:17.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/extended/alpha.tsconfig.json 2000 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchType: Extended config file -Info 77 [00:03:18.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/a/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Config file -Info 78 [00:03:19.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots -Info 79 [00:03:20.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots -Info 80 [00:03:21.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots -Info 81 [00:03:22.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots -Info 82 [00:03:23.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Missing file -Info 83 [00:03:24.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/a/a.ts 500 undefined WatchType: Closed Script info -Info 84 [00:03:25.000] Project '/user/username/projects/myproject/dummy/tsconfig.json' (Configured) -Info 84 [00:03:26.000] Files (1) - -Info 84 [00:03:27.000] ----------------------------------------------- -Info 84 [00:03:28.000] Open files: -Info 84 [00:03:29.000] FileName: /user/username/projects/myproject/dummy/dummy.ts ProjectRootPath: undefined -Info 84 [00:03:30.000] Projects: /user/username/projects/myproject/dummy/tsconfig.json \ No newline at end of file +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/extended/alpha.tsconfig.json 2000 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchType: Extended config file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/a/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/a/a.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dummy/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dummy/tsconfig.json \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/configuredProjects/should-tolerate-config-file-errors-and-still-try-to-build-a-project.js b/tests/baselines/reference/tsserver/configuredProjects/should-tolerate-config-file-errors-and-still-try-to-build-a-project.js index 09a98ab1b5f5a..421b487794dfb 100644 --- a/tests/baselines/reference/tsserver/configuredProjects/should-tolerate-config-file-errors-and-still-try-to-build-a-project.js +++ b/tests/baselines/reference/tsserver/configuredProjects/should-tolerate-config-file-errors-and-still-try-to-build-a-project.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:17.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/a/b/commonFile1.ts] let x = 1 @@ -30,11 +30,11 @@ interface Array { length: number; [n: number]: T; } } -Info 1 [00:00:18.000] Search path: /a/b -Info 2 [00:00:19.000] For info: /a/b/commonFile1.ts :: Config file name: /a/b/tsconfig.json -Info 3 [00:00:20.000] Creating configuration project /a/b/tsconfig.json -Info 4 [00:00:21.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 5 [00:00:22.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/commonFile1.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/b/tsconfig.json : { "rootNames": [ "/a/b/commonFile1.ts", "/a/b/commonFile2.ts" @@ -44,16 +44,14 @@ Info 5 [00:00:22.000] Config: /a/b/tsconfig.json : { "configFilePath": "/a/b/tsconfig.json" } } -Info 6 [00:00:23.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 7 [00:00:24.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:25.000] FileWatcher:: Added:: WatchInfo: /a/b/commonFile2.ts 500 undefined WatchType: Closed Script info -Info 9 [00:00:26.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 10 [00:00:27.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.es6.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 11 [00:00:28.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 12 [00:00:29.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 13 [00:00:30.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 14 [00:00:31.000] Project '/a/b/tsconfig.json' (Configured) -Info 15 [00:00:32.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/commonFile2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.es6.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/b/commonFile1.ts SVC-1-0 "let x = 1" /a/b/commonFile2.ts Text-1 "let y = 1" @@ -63,11 +61,11 @@ Info 15 [00:00:32.000] Files (2) commonFile2.ts Matched by default include pattern '**/*' -Info 16 [00:00:33.000] ----------------------------------------------- -Info 17 [00:00:34.000] Project '/a/b/tsconfig.json' (Configured) -Info 17 [00:00:35.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 17 [00:00:36.000] ----------------------------------------------- -Info 17 [00:00:37.000] Open files: -Info 17 [00:00:38.000] FileName: /a/b/commonFile1.ts ProjectRootPath: undefined -Info 17 [00:00:39.000] Projects: /a/b/tsconfig.json \ No newline at end of file +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/commonFile1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/configuredProjects/should-tolerate-invalid-include-files-that-start-in-subDirectory.js b/tests/baselines/reference/tsserver/configuredProjects/should-tolerate-invalid-include-files-that-start-in-subDirectory.js index 6789e33cff3e0..655abd4507b52 100644 --- a/tests/baselines/reference/tsserver/configuredProjects/should-tolerate-invalid-include-files-that-start-in-subDirectory.js +++ b/tests/baselines/reference/tsserver/configuredProjects/should-tolerate-invalid-include-files-that-start-in-subDirectory.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: true -Info 0 [00:00:25.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/user/username/projects/myproject/src/server/index.ts] let x = 1 @@ -21,46 +21,50 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:26.000] Search path: /user/username/projects/myproject/src/server -Info 2 [00:00:27.000] For info: /user/username/projects/myproject/src/server/index.ts :: Config file name: /user/username/projects/myproject/src/server/tsconfig.json -Info 3 [00:00:28.000] Creating configuration project /user/username/projects/myproject/src/server/tsconfig.json -Info 4 [00:00:29.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/server/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/src/server/tsconfig.json WatchType: Config file -Info 5 [00:00:30.000] Config: /user/username/projects/myproject/src/server/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src/server +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/server/index.ts :: Config file name: /user/username/projects/myproject/src/server/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/src/server/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/server/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/src/server/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/src/server/tsconfig.json : { "rootNames": [], "options": { "configFilePath": "/user/username/projects/myproject/src/server/tsconfig.json" } } -Info 6 [00:00:31.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/src 1 undefined Config: /user/username/projects/myproject/src/server/tsconfig.json WatchType: Wild card directory -Info 7 [00:00:32.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/src 1 undefined Config: /user/username/projects/myproject/src/server/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:33.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/src/server/tsconfig.json -Info 9 [00:00:34.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/server/node_modules/@types 1 undefined Project: /user/username/projects/myproject/src/server/tsconfig.json WatchType: Type roots -Info 10 [00:00:35.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/server/node_modules/@types 1 undefined Project: /user/username/projects/myproject/src/server/tsconfig.json WatchType: Type roots -Info 11 [00:00:36.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/node_modules/@types 1 undefined Project: /user/username/projects/myproject/src/server/tsconfig.json WatchType: Type roots -Info 12 [00:00:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/node_modules/@types 1 undefined Project: /user/username/projects/myproject/src/server/tsconfig.json WatchType: Type roots -Info 13 [00:00:38.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/src/server/tsconfig.json WatchType: Type roots -Info 14 [00:00:39.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/src/server/tsconfig.json WatchType: Type roots -Info 15 [00:00:40.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/src/server/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:00:41.000] Project '/user/username/projects/myproject/src/server/tsconfig.json' (Configured) -Info 17 [00:00:42.000] Files (0) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/src 1 undefined Config: /user/username/projects/myproject/src/server/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/src 1 undefined Config: /user/username/projects/myproject/src/server/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/src/server/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/server/node_modules/@types 1 undefined Project: /user/username/projects/myproject/src/server/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/server/node_modules/@types 1 undefined Project: /user/username/projects/myproject/src/server/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/node_modules/@types 1 undefined Project: /user/username/projects/myproject/src/server/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/node_modules/@types 1 undefined Project: /user/username/projects/myproject/src/server/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/src/server/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/src/server/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/src/server/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/src/server/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/src/server/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/src/server/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) -Info 18 [00:00:43.000] ----------------------------------------------- -Info 19 [00:00:44.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/server/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 20 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 21 [00:00:46.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 22 [00:00:47.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 23 [00:00:48.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 24 [00:00:49.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 25 [00:00:50.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 26 [00:00:51.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/server/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 27 [00:00:52.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/server/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 28 [00:00:53.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 29 [00:00:54.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 30 [00:00:55.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 31 [00:00:56.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 32 [00:00:57.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 33 [00:00:58.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 34 [00:00:59.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/server/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/server/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/server/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/server/index.ts SVC-1-0 "let x = 1" @@ -70,15 +74,15 @@ Info 34 [00:00:59.000] Files (2) index.ts Root file specified for compilation -Info 35 [00:01:00.000] ----------------------------------------------- -Info 36 [00:01:01.000] Project '/user/username/projects/myproject/src/server/tsconfig.json' (Configured) -Info 36 [00:01:02.000] Files (0) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/src/server/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) -Info 36 [00:01:03.000] ----------------------------------------------- -Info 36 [00:01:04.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 36 [00:01:05.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 36 [00:01:06.000] ----------------------------------------------- -Info 36 [00:01:07.000] Open files: -Info 36 [00:01:08.000] FileName: /user/username/projects/myproject/src/server/index.ts ProjectRootPath: undefined -Info 36 [00:01:09.000] Projects: /dev/null/inferredProject1* \ No newline at end of file +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/server/index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/configuredProjects/should-watch-the-extended-configs-of-multiple-projects.js b/tests/baselines/reference/tsserver/configuredProjects/should-watch-the-extended-configs-of-multiple-projects.js index bb78d84961aa8..9adf626f805f0 100644 --- a/tests/baselines/reference/tsserver/configuredProjects/should-watch-the-extended-configs-of-multiple-projects.js +++ b/tests/baselines/reference/tsserver/configuredProjects/should-watch-the-extended-configs-of-multiple-projects.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:29.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/user/username/projects/myproject/extended/alpha.tsconfig.json] {} @@ -20,11 +20,11 @@ let a = 1; let b = 1; -Info 1 [00:00:30.000] Search path: /user/username/projects/myproject/a -Info 2 [00:00:31.000] For info: /user/username/projects/myproject/a/a.ts :: Config file name: /user/username/projects/myproject/a/tsconfig.json -Info 3 [00:00:32.000] Creating configuration project /user/username/projects/myproject/a/tsconfig.json -Info 4 [00:00:33.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Config file -Info 5 [00:00:34.000] Config: /user/username/projects/myproject/a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/a +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/a/a.ts :: Config file name: /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/a/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/a/a.ts" ], @@ -32,35 +32,37 @@ Info 5 [00:00:34.000] Config: /user/username/projects/myproject/a/tsconfig.js "configFilePath": "/user/username/projects/myproject/a/tsconfig.json" } } -Info 6 [00:00:35.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/extended/alpha.tsconfig.json 2000 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchType: Extended config file -Info 7 [00:00:36.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/a/tsconfig.json -Info 8 [00:00:37.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Missing file -Info 9 [00:00:38.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots -Info 10 [00:00:39.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots -Info 11 [00:00:40.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots -Info 12 [00:00:41.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots -Info 13 [00:00:42.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 14 [00:00:43.000] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) -Info 15 [00:00:44.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/extended/alpha.tsconfig.json 2000 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchType: Extended config file +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /user/username/projects/myproject/a/a.ts SVC-1-0 "let a = 1;" a.ts Part of 'files' list in tsconfig.json -Info 16 [00:00:45.000] ----------------------------------------------- -Info 17 [00:00:46.000] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) -Info 17 [00:00:47.000] Files (1) - -Info 17 [00:00:48.000] ----------------------------------------------- -Info 17 [00:00:49.000] Open files: -Info 17 [00:00:50.000] FileName: /user/username/projects/myproject/a/a.ts ProjectRootPath: undefined -Info 17 [00:00:51.000] Projects: /user/username/projects/myproject/a/tsconfig.json -Info 17 [00:00:52.000] Search path: /user/username/projects/myproject/b -Info 18 [00:00:53.000] For info: /user/username/projects/myproject/b/b.ts :: Config file name: /user/username/projects/myproject/b/tsconfig.json -Info 19 [00:00:54.000] Creating configuration project /user/username/projects/myproject/b/tsconfig.json -Info 20 [00:00:55.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Config file -Info 21 [00:00:56.000] Config: /user/username/projects/myproject/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/a/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/b +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/b/b.ts :: Config file name: /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/b/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/b/b.ts" ], @@ -68,41 +70,43 @@ Info 21 [00:00:56.000] Config: /user/username/projects/myproject/b/tsconfig.js "configFilePath": "/user/username/projects/myproject/b/tsconfig.json" } } -Info 22 [00:00:57.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/extended/bravo.tsconfig.json 2000 undefined Config: /user/username/projects/myproject/b/tsconfig.json WatchType: Extended config file -Info 23 [00:00:58.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/b/tsconfig.json -Info 24 [00:00:59.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Missing file -Info 25 [00:01:00.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots -Info 26 [00:01:01.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots -Info 27 [00:01:02.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots -Info 28 [00:01:03.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots -Info 29 [00:01:04.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 30 [00:01:05.000] Project '/user/username/projects/myproject/b/tsconfig.json' (Configured) -Info 31 [00:01:06.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/extended/bravo.tsconfig.json 2000 undefined Config: /user/username/projects/myproject/b/tsconfig.json WatchType: Extended config file +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /user/username/projects/myproject/b/b.ts SVC-1-0 "let b = 1;" b.ts Part of 'files' list in tsconfig.json -Info 32 [00:01:07.000] ----------------------------------------------- -Info 33 [00:01:08.000] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) -Info 33 [00:01:09.000] Files (1) - -Info 33 [00:01:10.000] ----------------------------------------------- -Info 33 [00:01:11.000] Project '/user/username/projects/myproject/b/tsconfig.json' (Configured) -Info 33 [00:01:12.000] Files (1) - -Info 33 [00:01:13.000] ----------------------------------------------- -Info 33 [00:01:14.000] Open files: -Info 33 [00:01:15.000] FileName: /user/username/projects/myproject/a/a.ts ProjectRootPath: undefined -Info 33 [00:01:16.000] Projects: /user/username/projects/myproject/a/tsconfig.json -Info 33 [00:01:17.000] FileName: /user/username/projects/myproject/b/b.ts ProjectRootPath: undefined -Info 33 [00:01:18.000] Projects: /user/username/projects/myproject/b/tsconfig.json -Info 33 [00:01:22.000] FileWatcher:: Triggered with /user/username/projects/myproject/extended/alpha.tsconfig.json 1:: WatchInfo: /user/username/projects/myproject/extended/alpha.tsconfig.json 2000 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchType: Extended config file -Info 34 [00:01:23.000] Scheduled: /user/username/projects/myproject/a/tsconfig.json -Info 35 [00:01:24.000] Scheduled: /user/username/projects/myproject/b/tsconfig.json -Info 36 [00:01:25.000] Scheduled: *ensureProjectForOpenFiles* -Info 37 [00:01:26.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/extended/alpha.tsconfig.json 1:: WatchInfo: /user/username/projects/myproject/extended/alpha.tsconfig.json 2000 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchType: Extended config file +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/a/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/b/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/extended/alpha.tsconfig.json 1:: WatchInfo: /user/username/projects/myproject/extended/alpha.tsconfig.json 2000 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchType: Extended config file +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/extended/alpha.tsconfig.json 1:: WatchInfo: /user/username/projects/myproject/extended/alpha.tsconfig.json 2000 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchType: Extended config file Before running Timeout callback:: count: 3 1: /user/username/projects/myproject/a/tsconfig.json 2: /user/username/projects/myproject/b/tsconfig.json @@ -118,6 +122,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} /user/username/projects/myproject/b/node_modules/@types: *new* {"pollingInterval":500} @@ -131,9 +137,9 @@ FsWatches:: /user/username/projects/myproject/extended/bravo.tsconfig.json: *new* {} -Info 38 [00:01:27.000] Running: /user/username/projects/myproject/a/tsconfig.json -Info 39 [00:01:28.000] Reloading configured project /user/username/projects/myproject/a/tsconfig.json -Info 40 [00:01:29.000] Config: /user/username/projects/myproject/a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Running: /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] Reloading configured project /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/a/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/a/a.ts" ], @@ -142,16 +148,16 @@ Info 40 [00:01:29.000] Config: /user/username/projects/myproject/a/tsconfig.js "configFilePath": "/user/username/projects/myproject/a/tsconfig.json" } } -Info 41 [00:01:30.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/a/tsconfig.json -Info 42 [00:01:31.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/a/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 43 [00:01:32.000] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) -Info 44 [00:01:33.000] Files (1) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/a/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /user/username/projects/myproject/a/a.ts SVC-1-0 "let a = 1;" -Info 45 [00:01:34.000] ----------------------------------------------- -Info 46 [00:01:35.000] Running: /user/username/projects/myproject/b/tsconfig.json -Info 47 [00:01:36.000] Reloading configured project /user/username/projects/myproject/b/tsconfig.json -Info 48 [00:01:37.000] Config: /user/username/projects/myproject/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] Reloading configured project /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/b/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/b/b.ts" ], @@ -160,48 +166,48 @@ Info 48 [00:01:37.000] Config: /user/username/projects/myproject/b/tsconfig.js "configFilePath": "/user/username/projects/myproject/b/tsconfig.json" } } -Info 49 [00:01:38.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/b/tsconfig.json -Info 50 [00:01:39.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/b/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 51 [00:01:40.000] Project '/user/username/projects/myproject/b/tsconfig.json' (Configured) -Info 52 [00:01:41.000] Files (1) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/b/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /user/username/projects/myproject/b/b.ts SVC-1-0 "let b = 1;" -Info 53 [00:01:42.000] ----------------------------------------------- -Info 54 [00:01:43.000] Running: *ensureProjectForOpenFiles* -Info 55 [00:01:44.000] Before ensureProjectForOpenFiles: -Info 56 [00:01:45.000] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) -Info 56 [00:01:46.000] Files (1) - -Info 56 [00:01:47.000] ----------------------------------------------- -Info 56 [00:01:48.000] Project '/user/username/projects/myproject/b/tsconfig.json' (Configured) -Info 56 [00:01:49.000] Files (1) - -Info 56 [00:01:50.000] ----------------------------------------------- -Info 56 [00:01:51.000] Open files: -Info 56 [00:01:52.000] FileName: /user/username/projects/myproject/a/a.ts ProjectRootPath: undefined -Info 56 [00:01:53.000] Projects: /user/username/projects/myproject/a/tsconfig.json -Info 56 [00:01:54.000] FileName: /user/username/projects/myproject/b/b.ts ProjectRootPath: undefined -Info 56 [00:01:55.000] Projects: /user/username/projects/myproject/b/tsconfig.json -Info 56 [00:01:56.000] After ensureProjectForOpenFiles: -Info 57 [00:01:57.000] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) -Info 57 [00:01:58.000] Files (1) - -Info 57 [00:01:59.000] ----------------------------------------------- -Info 57 [00:02:00.000] Project '/user/username/projects/myproject/b/tsconfig.json' (Configured) -Info 57 [00:02:01.000] Files (1) - -Info 57 [00:02:02.000] ----------------------------------------------- -Info 57 [00:02:03.000] Open files: -Info 57 [00:02:04.000] FileName: /user/username/projects/myproject/a/a.ts ProjectRootPath: undefined -Info 57 [00:02:05.000] Projects: /user/username/projects/myproject/a/tsconfig.json -Info 57 [00:02:06.000] FileName: /user/username/projects/myproject/b/b.ts ProjectRootPath: undefined -Info 57 [00:02:07.000] Projects: /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/a/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/b/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/a/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/b/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/b/tsconfig.json After running Timeout callback:: count: 0 -Info 57 [00:02:11.000] FileWatcher:: Triggered with /user/username/projects/myproject/extended/bravo.tsconfig.json 1:: WatchInfo: /user/username/projects/myproject/extended/bravo.tsconfig.json 2000 undefined Config: /user/username/projects/myproject/b/tsconfig.json WatchType: Extended config file -Info 58 [00:02:12.000] Scheduled: /user/username/projects/myproject/b/tsconfig.json -Info 59 [00:02:13.000] Scheduled: *ensureProjectForOpenFiles* -Info 60 [00:02:14.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/extended/bravo.tsconfig.json 1:: WatchInfo: /user/username/projects/myproject/extended/bravo.tsconfig.json 2000 undefined Config: /user/username/projects/myproject/b/tsconfig.json WatchType: Extended config file +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/extended/bravo.tsconfig.json 1:: WatchInfo: /user/username/projects/myproject/extended/bravo.tsconfig.json 2000 undefined Config: /user/username/projects/myproject/b/tsconfig.json WatchType: Extended config file +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/extended/bravo.tsconfig.json 1:: WatchInfo: /user/username/projects/myproject/extended/bravo.tsconfig.json 2000 undefined Config: /user/username/projects/myproject/b/tsconfig.json WatchType: Extended config file Before running Timeout callback:: count: 2 4: /user/username/projects/myproject/b/tsconfig.json 5: *ensureProjectForOpenFiles* @@ -209,9 +215,9 @@ Before running Timeout callback:: count: 2 {"extends":"./alpha.tsconfig.json","compilerOptions":{"strict":false}} -Info 61 [00:02:15.000] Running: /user/username/projects/myproject/b/tsconfig.json -Info 62 [00:02:16.000] Reloading configured project /user/username/projects/myproject/b/tsconfig.json -Info 63 [00:02:17.000] Config: /user/username/projects/myproject/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Running: /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] Reloading configured project /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/b/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/b/b.ts" ], @@ -220,48 +226,48 @@ Info 63 [00:02:17.000] Config: /user/username/projects/myproject/b/tsconfig.js "configFilePath": "/user/username/projects/myproject/b/tsconfig.json" } } -Info 64 [00:02:18.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/b/tsconfig.json -Info 65 [00:02:19.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/b/tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 66 [00:02:20.000] Project '/user/username/projects/myproject/b/tsconfig.json' (Configured) -Info 67 [00:02:21.000] Files (1) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/b/tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /user/username/projects/myproject/b/b.ts SVC-1-0 "let b = 1;" -Info 68 [00:02:22.000] ----------------------------------------------- -Info 69 [00:02:23.000] Running: *ensureProjectForOpenFiles* -Info 70 [00:02:24.000] Before ensureProjectForOpenFiles: -Info 71 [00:02:25.000] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) -Info 71 [00:02:26.000] Files (1) - -Info 71 [00:02:27.000] ----------------------------------------------- -Info 71 [00:02:28.000] Project '/user/username/projects/myproject/b/tsconfig.json' (Configured) -Info 71 [00:02:29.000] Files (1) - -Info 71 [00:02:30.000] ----------------------------------------------- -Info 71 [00:02:31.000] Open files: -Info 71 [00:02:32.000] FileName: /user/username/projects/myproject/a/a.ts ProjectRootPath: undefined -Info 71 [00:02:33.000] Projects: /user/username/projects/myproject/a/tsconfig.json -Info 71 [00:02:34.000] FileName: /user/username/projects/myproject/b/b.ts ProjectRootPath: undefined -Info 71 [00:02:35.000] Projects: /user/username/projects/myproject/b/tsconfig.json -Info 71 [00:02:36.000] After ensureProjectForOpenFiles: -Info 72 [00:02:37.000] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) -Info 72 [00:02:38.000] Files (1) - -Info 72 [00:02:39.000] ----------------------------------------------- -Info 72 [00:02:40.000] Project '/user/username/projects/myproject/b/tsconfig.json' (Configured) -Info 72 [00:02:41.000] Files (1) - -Info 72 [00:02:42.000] ----------------------------------------------- -Info 72 [00:02:43.000] Open files: -Info 72 [00:02:44.000] FileName: /user/username/projects/myproject/a/a.ts ProjectRootPath: undefined -Info 72 [00:02:45.000] Projects: /user/username/projects/myproject/a/tsconfig.json -Info 72 [00:02:46.000] FileName: /user/username/projects/myproject/b/b.ts ProjectRootPath: undefined -Info 72 [00:02:47.000] Projects: /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/a/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/b/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/a/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/b/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/b/tsconfig.json After running Timeout callback:: count: 0 -Info 72 [00:02:51.000] FileWatcher:: Triggered with /user/username/projects/myproject/b/tsconfig.json 1:: WatchInfo: /user/username/projects/myproject/b/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Config file -Info 73 [00:02:52.000] Scheduled: /user/username/projects/myproject/b/tsconfig.json -Info 74 [00:02:53.000] Scheduled: *ensureProjectForOpenFiles* -Info 75 [00:02:54.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/b/tsconfig.json 1:: WatchInfo: /user/username/projects/myproject/b/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/b/tsconfig.json 1:: WatchInfo: /user/username/projects/myproject/b/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/b/tsconfig.json 1:: WatchInfo: /user/username/projects/myproject/b/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Config file Before running Timeout callback:: count: 2 6: /user/username/projects/myproject/b/tsconfig.json 7: *ensureProjectForOpenFiles* @@ -269,9 +275,9 @@ Before running Timeout callback:: count: 2 {"extends":"../extended/alpha.tsconfig.json"} -Info 76 [00:02:55.000] Running: /user/username/projects/myproject/b/tsconfig.json -Info 77 [00:02:56.000] Reloading configured project /user/username/projects/myproject/b/tsconfig.json -Info 78 [00:02:57.000] Config: /user/username/projects/myproject/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Running: /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] Reloading configured project /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/b/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/b/b.ts" ], @@ -280,45 +286,45 @@ Info 78 [00:02:57.000] Config: /user/username/projects/myproject/b/tsconfig.js "configFilePath": "/user/username/projects/myproject/b/tsconfig.json" } } -Info 79 [00:02:58.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/extended/bravo.tsconfig.json 2000 undefined Config: /user/username/projects/myproject/b/tsconfig.json WatchType: Extended config file -Info 80 [00:02:59.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Config: /user/username/projects/myproject/b/tsconfig.json WatchType: Wild card directory -Info 81 [00:03:00.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Config: /user/username/projects/myproject/b/tsconfig.json WatchType: Wild card directory -Info 82 [00:03:01.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/b/tsconfig.json -Info 83 [00:03:02.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/b/tsconfig.json Version: 4 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 84 [00:03:03.000] Project '/user/username/projects/myproject/b/tsconfig.json' (Configured) -Info 85 [00:03:04.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/extended/bravo.tsconfig.json 2000 undefined Config: /user/username/projects/myproject/b/tsconfig.json WatchType: Extended config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Config: /user/username/projects/myproject/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Config: /user/username/projects/myproject/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/b/tsconfig.json Version: 4 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /user/username/projects/myproject/b/b.ts SVC-1-0 "let b = 1;" -Info 86 [00:03:05.000] ----------------------------------------------- -Info 87 [00:03:06.000] Running: *ensureProjectForOpenFiles* -Info 88 [00:03:07.000] Before ensureProjectForOpenFiles: -Info 89 [00:03:08.000] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) -Info 89 [00:03:09.000] Files (1) - -Info 89 [00:03:10.000] ----------------------------------------------- -Info 89 [00:03:11.000] Project '/user/username/projects/myproject/b/tsconfig.json' (Configured) -Info 89 [00:03:12.000] Files (1) - -Info 89 [00:03:13.000] ----------------------------------------------- -Info 89 [00:03:14.000] Open files: -Info 89 [00:03:15.000] FileName: /user/username/projects/myproject/a/a.ts ProjectRootPath: undefined -Info 89 [00:03:16.000] Projects: /user/username/projects/myproject/a/tsconfig.json -Info 89 [00:03:17.000] FileName: /user/username/projects/myproject/b/b.ts ProjectRootPath: undefined -Info 89 [00:03:18.000] Projects: /user/username/projects/myproject/b/tsconfig.json -Info 89 [00:03:19.000] After ensureProjectForOpenFiles: -Info 90 [00:03:20.000] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) -Info 90 [00:03:21.000] Files (1) - -Info 90 [00:03:22.000] ----------------------------------------------- -Info 90 [00:03:23.000] Project '/user/username/projects/myproject/b/tsconfig.json' (Configured) -Info 90 [00:03:24.000] Files (1) - -Info 90 [00:03:25.000] ----------------------------------------------- -Info 90 [00:03:26.000] Open files: -Info 90 [00:03:27.000] FileName: /user/username/projects/myproject/a/a.ts ProjectRootPath: undefined -Info 90 [00:03:28.000] Projects: /user/username/projects/myproject/a/tsconfig.json -Info 90 [00:03:29.000] FileName: /user/username/projects/myproject/b/b.ts ProjectRootPath: undefined -Info 90 [00:03:30.000] Projects: /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/a/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/b/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/a/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/b/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/b/tsconfig.json After running Timeout callback:: count: 0 PolledWatches:: @@ -328,6 +334,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/b/node_modules/@types: {"pollingInterval":500} @@ -347,11 +355,11 @@ FsWatchesRecursive:: /user/username/projects/myproject/b: *new* {} -Info 90 [00:03:34.000] FileWatcher:: Triggered with /user/username/projects/myproject/extended/alpha.tsconfig.json 1:: WatchInfo: /user/username/projects/myproject/extended/alpha.tsconfig.json 2000 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchType: Extended config file -Info 91 [00:03:35.000] Scheduled: /user/username/projects/myproject/a/tsconfig.json -Info 92 [00:03:36.000] Scheduled: /user/username/projects/myproject/b/tsconfig.json -Info 93 [00:03:37.000] Scheduled: *ensureProjectForOpenFiles* -Info 94 [00:03:38.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/extended/alpha.tsconfig.json 1:: WatchInfo: /user/username/projects/myproject/extended/alpha.tsconfig.json 2000 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchType: Extended config file +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/extended/alpha.tsconfig.json 1:: WatchInfo: /user/username/projects/myproject/extended/alpha.tsconfig.json 2000 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchType: Extended config file +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/extended/alpha.tsconfig.json 1:: WatchInfo: /user/username/projects/myproject/extended/alpha.tsconfig.json 2000 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchType: Extended config file Before running Timeout callback:: count: 3 8: /user/username/projects/myproject/a/tsconfig.json 9: /user/username/projects/myproject/b/tsconfig.json @@ -360,9 +368,9 @@ Before running Timeout callback:: count: 3 {} -Info 95 [00:03:39.000] Running: /user/username/projects/myproject/a/tsconfig.json -Info 96 [00:03:40.000] Reloading configured project /user/username/projects/myproject/a/tsconfig.json -Info 97 [00:03:41.000] Config: /user/username/projects/myproject/a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Running: /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] Reloading configured project /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/a/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/a/a.ts" ], @@ -370,16 +378,16 @@ Info 97 [00:03:41.000] Config: /user/username/projects/myproject/a/tsconfig.js "configFilePath": "/user/username/projects/myproject/a/tsconfig.json" } } -Info 98 [00:03:42.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/a/tsconfig.json -Info 99 [00:03:43.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/a/tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 100 [00:03:44.000] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) -Info 101 [00:03:45.000] Files (1) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/a/tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /user/username/projects/myproject/a/a.ts SVC-1-0 "let a = 1;" -Info 102 [00:03:46.000] ----------------------------------------------- -Info 103 [00:03:47.000] Running: /user/username/projects/myproject/b/tsconfig.json -Info 104 [00:03:48.000] Reloading configured project /user/username/projects/myproject/b/tsconfig.json -Info 105 [00:03:49.000] Config: /user/username/projects/myproject/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] Reloading configured project /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/b/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/b/b.ts" ], @@ -387,40 +395,40 @@ Info 105 [00:03:49.000] Config: /user/username/projects/myproject/b/tsconfig.js "configFilePath": "/user/username/projects/myproject/b/tsconfig.json" } } -Info 106 [00:03:50.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/b/tsconfig.json -Info 107 [00:03:51.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/b/tsconfig.json Version: 5 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 108 [00:03:52.000] Project '/user/username/projects/myproject/b/tsconfig.json' (Configured) -Info 109 [00:03:53.000] Files (1) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/b/tsconfig.json Version: 5 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /user/username/projects/myproject/b/b.ts SVC-1-0 "let b = 1;" -Info 110 [00:03:54.000] ----------------------------------------------- -Info 111 [00:03:55.000] Running: *ensureProjectForOpenFiles* -Info 112 [00:03:56.000] Before ensureProjectForOpenFiles: -Info 113 [00:03:57.000] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) -Info 113 [00:03:58.000] Files (1) - -Info 113 [00:03:59.000] ----------------------------------------------- -Info 113 [00:04:00.000] Project '/user/username/projects/myproject/b/tsconfig.json' (Configured) -Info 113 [00:04:01.000] Files (1) - -Info 113 [00:04:02.000] ----------------------------------------------- -Info 113 [00:04:03.000] Open files: -Info 113 [00:04:04.000] FileName: /user/username/projects/myproject/a/a.ts ProjectRootPath: undefined -Info 113 [00:04:05.000] Projects: /user/username/projects/myproject/a/tsconfig.json -Info 113 [00:04:06.000] FileName: /user/username/projects/myproject/b/b.ts ProjectRootPath: undefined -Info 113 [00:04:07.000] Projects: /user/username/projects/myproject/b/tsconfig.json -Info 113 [00:04:08.000] After ensureProjectForOpenFiles: -Info 114 [00:04:09.000] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) -Info 114 [00:04:10.000] Files (1) - -Info 114 [00:04:11.000] ----------------------------------------------- -Info 114 [00:04:12.000] Project '/user/username/projects/myproject/b/tsconfig.json' (Configured) -Info 114 [00:04:13.000] Files (1) - -Info 114 [00:04:14.000] ----------------------------------------------- -Info 114 [00:04:15.000] Open files: -Info 114 [00:04:16.000] FileName: /user/username/projects/myproject/a/a.ts ProjectRootPath: undefined -Info 114 [00:04:17.000] Projects: /user/username/projects/myproject/a/tsconfig.json -Info 114 [00:04:18.000] FileName: /user/username/projects/myproject/b/b.ts ProjectRootPath: undefined -Info 114 [00:04:19.000] Projects: /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/a/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/b/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/a/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/b/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/b/tsconfig.json After running Timeout callback:: count: 0 diff --git a/tests/baselines/reference/tsserver/configuredProjects/syntactic-features-work-even-if-language-service-is-disabled.js b/tests/baselines/reference/tsserver/configuredProjects/syntactic-features-work-even-if-language-service-is-disabled.js index 26ebab377cc33..88c9fd682dd6c 100644 --- a/tests/baselines/reference/tsserver/configuredProjects/syntactic-features-work-even-if-language-service-is-disabled.js +++ b/tests/baselines/reference/tsserver/configuredProjects/syntactic-features-work-even-if-language-service-is-disabled.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:11.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/app.js] let x = 1; @@ -11,7 +11,7 @@ let x = 1; {} -Info 1 [00:00:12.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -20,13 +20,13 @@ Info 1 [00:00:12.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:13.000] Search path: /a -Info 3 [00:00:14.000] For info: /a/app.js :: Config file name: /a/jsconfig.json -Info 4 [00:00:15.000] Creating configuration project /a/jsconfig.json -Info 5 [00:00:16.000] FileWatcher:: Added:: WatchInfo: /a/jsconfig.json 2000 undefined Project: /a/jsconfig.json WatchType: Config file -Info 6 [00:00:17.000] event: +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/app.js :: Config file name: /a/jsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/jsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/jsconfig.json 2000 undefined Project: /a/jsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/a/jsconfig.json","reason":"Creating possible configured project for /a/app.js to open"}} -Info 7 [00:00:18.000] Config: /a/jsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /a/jsconfig.json : { "rootNames": [ "/a/app.js", "/a/largefile.js" @@ -40,39 +40,39 @@ Info 7 [00:00:18.000] Config: /a/jsconfig.json : { "configFilePath": "/a/jsconfig.json" } } -Info 8 [00:00:19.000] Non TS file size exceeded limit (20971533). Largest files: /a/largefile.js:20971521, /a/app.js:12 -Info 9 [00:00:20.000] event: +Info seq [hh:mm:ss:mss] Non TS file size exceeded limit (20971533). Largest files: /a/largefile.js:20971521, /a/app.js:12 +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLanguageServiceState","body":{"projectName":"/a/jsconfig.json","languageServiceEnabled":false}} -Info 10 [00:00:21.000] FileWatcher:: Added:: WatchInfo: /a/largefile.js 500 undefined WatchType: Closed Script info -Info 11 [00:00:22.000] Starting updateGraphWorker: Project: /a/jsconfig.json -Info 12 [00:00:23.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/jsconfig.json WatchType: Missing file -Info 13 [00:00:24.000] Finishing updateGraphWorker: Project: /a/jsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 14 [00:00:25.000] Project '/a/jsconfig.json' (Configured) -Info 15 [00:00:26.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/largefile.js 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/jsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/jsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/jsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/jsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/app.js SVC-1-0 "let x = 1;" app.js Matched by default include pattern '**/*' -Info 16 [00:00:27.000] ----------------------------------------------- -Info 17 [00:00:28.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/a/jsconfig.json"}} -Info 18 [00:00:29.000] Skipped loading contents of large file /a/largefile.js for info /a/largefile.js: fileSize: 20971521 -Info 19 [00:00:30.000] event: +Info seq [hh:mm:ss:mss] Skipped loading contents of large file /a/largefile.js for info /a/largefile.js: fileSize: 20971521 +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"largeFileReferenced","body":{"file":"/a/largefile.js","fileSize":20971521,"maxFileSize":4194304}} -Info 20 [00:00:31.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"d0d8dad6731288ecaafd815d288fca9793f4a55553e712b664ec18e525950982","fileStats":{"js":2,"jsSize":12,"jsx":0,"jsxSize":0,"ts":0,"tsSize":0,"tsx":0,"tsxSize":0,"dts":0,"dtsSize":0,"deferred":0,"deferredSize":0},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true},"typeAcquisition":{"enable":true,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"jsconfig.json","projectType":"configured","languageServiceEnabled":false,"version":"FakeVersion"}}} -Info 21 [00:00:32.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/a/app.js","configFile":"/a/jsconfig.json","diagnostics":[{"text":"File '/a/lib/lib.d.ts' not found.\n The file is in the program because:\n Default library for target 'es5'","code":6053,"category":"error"},{"text":"Cannot find global type 'Array'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Boolean'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Function'.","code":2318,"category":"error"},{"text":"Cannot find global type 'IArguments'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Number'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Object'.","code":2318,"category":"error"},{"text":"Cannot find global type 'RegExp'.","code":2318,"category":"error"},{"text":"Cannot find global type 'String'.","code":2318,"category":"error"}]}} -Info 22 [00:00:33.000] Project '/a/jsconfig.json' (Configured) -Info 22 [00:00:34.000] Files (1) +Info seq [hh:mm:ss:mss] Project '/a/jsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 22 [00:00:35.000] ----------------------------------------------- -Info 22 [00:00:36.000] Open files: -Info 22 [00:00:37.000] FileName: /a/app.js ProjectRootPath: undefined -Info 22 [00:00:38.000] Projects: /a/jsconfig.json -Info 22 [00:00:39.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/app.js ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/jsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -91,7 +91,7 @@ FsWatches:: Language languageServiceEnabled:: false Before request -Info 23 [00:00:40.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "format-full", "arguments": { @@ -100,7 +100,7 @@ Info 23 [00:00:40.000] request: "seq": 2, "type": "request" } -Info 24 [00:00:41.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [ { diff --git a/tests/baselines/reference/tsserver/configuredProjects/when-default-configured-project-does-not-contain-the-file.js b/tests/baselines/reference/tsserver/configuredProjects/when-default-configured-project-does-not-contain-the-file.js index 27b897147f0ca..ab9b9624e6617 100644 --- a/tests/baselines/reference/tsserver/configuredProjects/when-default-configured-project-does-not-contain-the-file.js +++ b/tests/baselines/reference/tsserver/configuredProjects/when-default-configured-project-does-not-contain-the-file.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:42.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/bar/tsconfig.json] {} @@ -47,7 +47,7 @@ export declare function foo(): void; -Info 1 [00:00:43.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -56,11 +56,11 @@ Info 1 [00:00:43.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:44.000] Search path: /user/username/projects/myproject/bar -Info 3 [00:00:45.000] For info: /user/username/projects/myproject/bar/index.ts :: Config file name: /user/username/projects/myproject/bar/tsconfig.json -Info 4 [00:00:46.000] Creating configuration project /user/username/projects/myproject/bar/tsconfig.json -Info 5 [00:00:47.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/bar/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/bar/tsconfig.json WatchType: Config file -Info 6 [00:00:48.000] Config: /user/username/projects/myproject/bar/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/bar +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/bar/index.ts :: Config file name: /user/username/projects/myproject/bar/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/bar/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/bar/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/bar/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/bar/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/bar/index.ts" ], @@ -68,20 +68,22 @@ Info 6 [00:00:48.000] Config: /user/username/projects/myproject/bar/tsconfig. "configFilePath": "/user/username/projects/myproject/bar/tsconfig.json" } } -Info 7 [00:00:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/bar 1 undefined Config: /user/username/projects/myproject/bar/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/bar 1 undefined Config: /user/username/projects/myproject/bar/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:51.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/bar/tsconfig.json -Info 10 [00:00:52.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/foo 1 undefined Project: /user/username/projects/myproject/bar/tsconfig.json WatchType: Failed Lookup Locations -Info 11 [00:00:53.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/foo 1 undefined Project: /user/username/projects/myproject/bar/tsconfig.json WatchType: Failed Lookup Locations -Info 12 [00:00:54.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/foo/lib/index.d.ts 500 undefined WatchType: Closed Script info -Info 13 [00:00:55.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 14 [00:00:56.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/bar/node_modules/@types 1 undefined Project: /user/username/projects/myproject/bar/tsconfig.json WatchType: Type roots -Info 15 [00:00:57.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/bar/node_modules/@types 1 undefined Project: /user/username/projects/myproject/bar/tsconfig.json WatchType: Type roots -Info 16 [00:00:58.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/bar/tsconfig.json WatchType: Type roots -Info 17 [00:00:59.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/bar/tsconfig.json WatchType: Type roots -Info 18 [00:01:00.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/bar/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 19 [00:01:01.000] Project '/user/username/projects/myproject/bar/tsconfig.json' (Configured) -Info 20 [00:01:02.000] Files (3) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/bar 1 undefined Config: /user/username/projects/myproject/bar/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/bar 1 undefined Config: /user/username/projects/myproject/bar/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/bar/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/foo 1 undefined Project: /user/username/projects/myproject/bar/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/foo 1 undefined Project: /user/username/projects/myproject/bar/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/foo/lib/index.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/bar/node_modules/@types 1 undefined Project: /user/username/projects/myproject/bar/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/bar/node_modules/@types 1 undefined Project: /user/username/projects/myproject/bar/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/bar/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/bar/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/bar/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/bar/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/bar/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/bar/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/foo/lib/index.d.ts Text-1 "export declare function foo(): void;\n" /user/username/projects/myproject/bar/index.ts SVC-1-0 "import {foo} from \"../foo/lib\";\nfoo();" @@ -94,15 +96,15 @@ Info 20 [00:01:02.000] Files (3) index.ts Matched by default include pattern '**/*' -Info 21 [00:01:03.000] ----------------------------------------------- -Info 22 [00:01:04.000] Project '/user/username/projects/myproject/bar/tsconfig.json' (Configured) -Info 22 [00:01:05.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/bar/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 22 [00:01:06.000] ----------------------------------------------- -Info 22 [00:01:07.000] Open files: -Info 22 [00:01:08.000] FileName: /user/username/projects/myproject/bar/index.ts ProjectRootPath: undefined -Info 22 [00:01:09.000] Projects: /user/username/projects/myproject/bar/tsconfig.json -Info 22 [00:01:10.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/bar/index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/bar/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -113,6 +115,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/bar/tsconfig.json: *new* @@ -130,7 +134,7 @@ FsWatchesRecursive:: Before request -Info 23 [00:01:11.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -139,11 +143,11 @@ Info 23 [00:01:11.000] request: "seq": 2, "type": "request" } -Info 24 [00:01:12.000] Search path: /user/username/projects/myproject/foobar -Info 25 [00:01:13.000] For info: /user/username/projects/myproject/foobar/index.ts :: Config file name: /user/username/projects/myproject/foobar/tsconfig.json -Info 26 [00:01:14.000] Creating configuration project /user/username/projects/myproject/foobar/tsconfig.json -Info 27 [00:01:15.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/foobar/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/foobar/tsconfig.json WatchType: Config file -Info 28 [00:01:16.000] Config: /user/username/projects/myproject/foobar/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/foobar +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/foobar/index.ts :: Config file name: /user/username/projects/myproject/foobar/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/foobar/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/foobar/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/foobar/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/foobar/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/foobar/index.ts" ], @@ -151,18 +155,20 @@ Info 28 [00:01:16.000] Config: /user/username/projects/myproject/foobar/tsconf "configFilePath": "/user/username/projects/myproject/foobar/tsconfig.json" } } -Info 29 [00:01:17.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/foobar 1 undefined Config: /user/username/projects/myproject/foobar/tsconfig.json WatchType: Wild card directory -Info 30 [00:01:18.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/foobar 1 undefined Config: /user/username/projects/myproject/foobar/tsconfig.json WatchType: Wild card directory -Info 31 [00:01:19.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/foobar/tsconfig.json -Info 32 [00:01:20.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/foo 1 undefined Project: /user/username/projects/myproject/foobar/tsconfig.json WatchType: Failed Lookup Locations -Info 33 [00:01:21.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/foo 1 undefined Project: /user/username/projects/myproject/foobar/tsconfig.json WatchType: Failed Lookup Locations -Info 34 [00:01:22.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/foobar/node_modules/@types 1 undefined Project: /user/username/projects/myproject/foobar/tsconfig.json WatchType: Type roots -Info 35 [00:01:23.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/foobar/node_modules/@types 1 undefined Project: /user/username/projects/myproject/foobar/tsconfig.json WatchType: Type roots -Info 36 [00:01:24.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/foobar/tsconfig.json WatchType: Type roots -Info 37 [00:01:25.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/foobar/tsconfig.json WatchType: Type roots -Info 38 [00:01:26.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/foobar/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 39 [00:01:27.000] Project '/user/username/projects/myproject/foobar/tsconfig.json' (Configured) -Info 40 [00:01:28.000] Files (3) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/foobar 1 undefined Config: /user/username/projects/myproject/foobar/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/foobar 1 undefined Config: /user/username/projects/myproject/foobar/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/foobar/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/foo 1 undefined Project: /user/username/projects/myproject/foobar/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/foo 1 undefined Project: /user/username/projects/myproject/foobar/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/foobar/node_modules/@types 1 undefined Project: /user/username/projects/myproject/foobar/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/foobar/node_modules/@types 1 undefined Project: /user/username/projects/myproject/foobar/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/foobar/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/foobar/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/foobar/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/foobar/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/foobar/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/foobar/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/foo/lib/index.d.ts Text-1 "export declare function foo(): void;\n" /user/username/projects/myproject/foobar/index.ts SVC-1-0 "import {foo} from \"../foo/lib\";\nfoo();" @@ -175,21 +181,21 @@ Info 40 [00:01:28.000] Files (3) index.ts Matched by default include pattern '**/*' -Info 41 [00:01:29.000] ----------------------------------------------- -Info 42 [00:01:30.000] Project '/user/username/projects/myproject/bar/tsconfig.json' (Configured) -Info 42 [00:01:31.000] Files (3) - -Info 42 [00:01:32.000] ----------------------------------------------- -Info 42 [00:01:33.000] Project '/user/username/projects/myproject/foobar/tsconfig.json' (Configured) -Info 42 [00:01:34.000] Files (3) - -Info 42 [00:01:35.000] ----------------------------------------------- -Info 42 [00:01:36.000] Open files: -Info 42 [00:01:37.000] FileName: /user/username/projects/myproject/bar/index.ts ProjectRootPath: undefined -Info 42 [00:01:38.000] Projects: /user/username/projects/myproject/bar/tsconfig.json -Info 42 [00:01:39.000] FileName: /user/username/projects/myproject/foobar/index.ts ProjectRootPath: undefined -Info 42 [00:01:40.000] Projects: /user/username/projects/myproject/foobar/tsconfig.json -Info 42 [00:01:41.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/bar/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/foobar/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/bar/index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/bar/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/foobar/index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/foobar/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -200,6 +206,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/foobar/node_modules/@types: *new* {"pollingInterval":500} @@ -223,7 +231,7 @@ FsWatchesRecursive:: Before request -Info 43 [00:01:42.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -232,11 +240,11 @@ Info 43 [00:01:42.000] request: "seq": 3, "type": "request" } -Info 44 [00:01:43.000] Search path: /user/username/projects/myproject/foo -Info 45 [00:01:44.000] For info: /user/username/projects/myproject/foo/index.ts :: Config file name: /user/username/projects/myproject/foo/tsconfig.json -Info 46 [00:01:45.000] Creating configuration project /user/username/projects/myproject/foo/tsconfig.json -Info 47 [00:01:46.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/foo/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/foo/tsconfig.json WatchType: Config file -Info 48 [00:01:47.000] Config: /user/username/projects/myproject/foo/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/foo +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/foo/index.ts :: Config file name: /user/username/projects/myproject/foo/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/foo/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/foo/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/foo/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/foo/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/foo/index.ts" ], @@ -246,14 +254,16 @@ Info 48 [00:01:47.000] Config: /user/username/projects/myproject/foo/tsconfig. "configFilePath": "/user/username/projects/myproject/foo/tsconfig.json" } } -Info 49 [00:01:48.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/foo/tsconfig.json -Info 50 [00:01:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/foo/node_modules/@types 1 undefined Project: /user/username/projects/myproject/foo/tsconfig.json WatchType: Type roots -Info 51 [00:01:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/foo/node_modules/@types 1 undefined Project: /user/username/projects/myproject/foo/tsconfig.json WatchType: Type roots -Info 52 [00:01:51.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/foo/tsconfig.json WatchType: Type roots -Info 53 [00:01:52.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/foo/tsconfig.json WatchType: Type roots -Info 54 [00:01:53.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/foo/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 55 [00:01:54.000] Project '/user/username/projects/myproject/foo/tsconfig.json' (Configured) -Info 56 [00:01:55.000] Files (2) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/foo/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/foo/node_modules/@types 1 undefined Project: /user/username/projects/myproject/foo/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/foo/node_modules/@types 1 undefined Project: /user/username/projects/myproject/foo/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/foo/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/foo/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/foo/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/foo/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/foo/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/foo/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/foo/index.ts SVC-1-0 "export function foo() {}" @@ -263,27 +273,27 @@ Info 56 [00:01:55.000] Files (2) index.ts Matched by include pattern 'index.ts' in 'tsconfig.json' -Info 57 [00:01:56.000] ----------------------------------------------- -Info 58 [00:01:57.000] Project '/user/username/projects/myproject/bar/tsconfig.json' (Configured) -Info 58 [00:01:58.000] Files (3) - -Info 58 [00:01:59.000] ----------------------------------------------- -Info 58 [00:02:00.000] Project '/user/username/projects/myproject/foobar/tsconfig.json' (Configured) -Info 58 [00:02:01.000] Files (3) - -Info 58 [00:02:02.000] ----------------------------------------------- -Info 58 [00:02:03.000] Project '/user/username/projects/myproject/foo/tsconfig.json' (Configured) -Info 58 [00:02:04.000] Files (2) - -Info 58 [00:02:05.000] ----------------------------------------------- -Info 58 [00:02:06.000] Open files: -Info 58 [00:02:07.000] FileName: /user/username/projects/myproject/bar/index.ts ProjectRootPath: undefined -Info 58 [00:02:08.000] Projects: /user/username/projects/myproject/bar/tsconfig.json -Info 58 [00:02:09.000] FileName: /user/username/projects/myproject/foobar/index.ts ProjectRootPath: undefined -Info 58 [00:02:10.000] Projects: /user/username/projects/myproject/foobar/tsconfig.json -Info 58 [00:02:11.000] FileName: /user/username/projects/myproject/foo/index.ts ProjectRootPath: undefined -Info 58 [00:02:12.000] Projects: /user/username/projects/myproject/foo/tsconfig.json -Info 58 [00:02:13.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/bar/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/foobar/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/foo/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/bar/index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/bar/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/foobar/index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/foobar/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/foo/index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/foo/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -294,6 +304,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/foobar/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/foo/node_modules/@types: *new* @@ -321,7 +333,7 @@ FsWatchesRecursive:: Before request -Info 59 [00:02:14.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -330,31 +342,31 @@ Info 59 [00:02:14.000] request: "seq": 4, "type": "request" } -Info 60 [00:02:15.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/foo/lib/index.d.ts 500 undefined WatchType: Closed Script info -Info 61 [00:02:16.000] Search path: /user/username/projects/myproject/foo/lib -Info 62 [00:02:17.000] For info: /user/username/projects/myproject/foo/lib/index.d.ts :: Config file name: /user/username/projects/myproject/foo/tsconfig.json -Info 63 [00:02:18.000] Project '/user/username/projects/myproject/bar/tsconfig.json' (Configured) -Info 63 [00:02:19.000] Files (3) - -Info 63 [00:02:20.000] ----------------------------------------------- -Info 63 [00:02:21.000] Project '/user/username/projects/myproject/foobar/tsconfig.json' (Configured) -Info 63 [00:02:22.000] Files (3) - -Info 63 [00:02:23.000] ----------------------------------------------- -Info 63 [00:02:24.000] Project '/user/username/projects/myproject/foo/tsconfig.json' (Configured) -Info 63 [00:02:25.000] Files (2) - -Info 63 [00:02:26.000] ----------------------------------------------- -Info 63 [00:02:27.000] Open files: -Info 63 [00:02:28.000] FileName: /user/username/projects/myproject/bar/index.ts ProjectRootPath: undefined -Info 63 [00:02:29.000] Projects: /user/username/projects/myproject/bar/tsconfig.json -Info 63 [00:02:30.000] FileName: /user/username/projects/myproject/foobar/index.ts ProjectRootPath: undefined -Info 63 [00:02:31.000] Projects: /user/username/projects/myproject/foobar/tsconfig.json -Info 63 [00:02:32.000] FileName: /user/username/projects/myproject/foo/index.ts ProjectRootPath: undefined -Info 63 [00:02:33.000] Projects: /user/username/projects/myproject/foo/tsconfig.json -Info 63 [00:02:34.000] FileName: /user/username/projects/myproject/foo/lib/index.d.ts ProjectRootPath: undefined -Info 63 [00:02:35.000] Projects: /user/username/projects/myproject/bar/tsconfig.json,/user/username/projects/myproject/foobar/tsconfig.json -Info 63 [00:02:36.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/foo/lib/index.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/foo/lib +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/foo/lib/index.d.ts :: Config file name: /user/username/projects/myproject/foo/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/bar/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/foobar/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/foo/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/bar/index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/bar/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/foobar/index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/foobar/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/foo/index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/foo/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/foo/lib/index.d.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/bar/tsconfig.json,/user/username/projects/myproject/foobar/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -365,6 +377,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/foobar/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/foo/node_modules/@types: @@ -394,7 +408,7 @@ FsWatchesRecursive:: Before request -Info 64 [00:02:37.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "getApplicableRefactors", "arguments": { @@ -407,7 +421,7 @@ Info 64 [00:02:37.000] request: "seq": 5, "type": "request" } -Info 65 [00:02:38.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [], "responseRequired": true diff --git a/tests/baselines/reference/tsserver/configuredProjects/when-file-name-starts-with-caret.js b/tests/baselines/reference/tsserver/configuredProjects/when-file-name-starts-with-caret.js index 21dcefa60f653..48a8b7174be19 100644 --- a/tests/baselines/reference/tsserver/configuredProjects/when-file-name-starts-with-caret.js +++ b/tests/baselines/reference/tsserver/configuredProjects/when-file-name-starts-with-caret.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:23.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/user/username/projects/myproject/file.ts] const x = 10; @@ -24,11 +24,11 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:24.000] Search path: /user/username/projects/myproject -Info 2 [00:00:25.000] For info: /user/username/projects/myproject/file.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 3 [00:00:26.000] Creating configuration project /user/username/projects/myproject/tsconfig.json -Info 4 [00:00:27.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 5 [00:00:28.000] Config: /user/username/projects/myproject/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/file.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/^app.ts", "/user/username/projects/myproject/file.ts" @@ -37,16 +37,18 @@ Info 5 [00:00:28.000] Config: /user/username/projects/myproject/tsconfig.json "configFilePath": "/user/username/projects/myproject/tsconfig.json" } } -Info 6 [00:00:29.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 7 [00:00:30.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:31.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/^app.ts 500 undefined WatchType: Closed Script info -Info 9 [00:00:32.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 10 [00:00:33.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:34.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 12 [00:00:35.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 13 [00:00:36.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 14 [00:00:37.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 15 [00:00:38.000] Files (3) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/^app.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/^app.ts Text-1 "const y = 10;" /user/username/projects/myproject/file.ts SVC-1-0 "const x = 10;" @@ -59,11 +61,11 @@ Info 15 [00:00:38.000] Files (3) file.ts Matched by default include pattern '**/*' -Info 16 [00:00:39.000] ----------------------------------------------- -Info 17 [00:00:40.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 17 [00:00:41.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 17 [00:00:42.000] ----------------------------------------------- -Info 17 [00:00:43.000] Open files: -Info 17 [00:00:44.000] FileName: /user/username/projects/myproject/file.ts ProjectRootPath: undefined -Info 17 [00:00:45.000] Projects: /user/username/projects/myproject/tsconfig.json \ No newline at end of file +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/file.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/configuredProjects/when-multiple-projects-are-open-detects-correct-default-project.js b/tests/baselines/reference/tsserver/configuredProjects/when-multiple-projects-are-open-detects-correct-default-project.js index 1ad0b80c32a36..5d32c6370cc9c 100644 --- a/tests/baselines/reference/tsserver/configuredProjects/when-multiple-projects-are-open-detects-correct-default-project.js +++ b/tests/baselines/reference/tsserver/configuredProjects/when-multiple-projects-are-open-detects-correct-default-project.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:35.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/bar/tsconfig.json] {"include":["index.ts"],"compilerOptions":{"lib":["dom","es2017"]}} @@ -39,7 +39,7 @@ declare var console: { }; -Info 1 [00:00:36.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -48,13 +48,13 @@ Info 1 [00:00:36.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:37.000] Search path: /user/username/projects/myproject/foo -Info 3 [00:00:38.000] For info: /user/username/projects/myproject/foo/index.ts :: Config file name: /user/username/projects/myproject/foo/tsconfig.json -Info 4 [00:00:39.000] Creating configuration project /user/username/projects/myproject/foo/tsconfig.json -Info 5 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/foo/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/foo/tsconfig.json WatchType: Config file -Info 6 [00:00:41.000] event: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/foo +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/foo/index.ts :: Config file name: /user/username/projects/myproject/foo/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/foo/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/foo/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/foo/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/foo/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/myproject/foo/index.ts to open"}} -Info 7 [00:00:42.000] Config: /user/username/projects/myproject/foo/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/foo/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/foo/index.ts" ], @@ -65,18 +65,20 @@ Info 7 [00:00:42.000] Config: /user/username/projects/myproject/foo/tsconfig. "configFilePath": "/user/username/projects/myproject/foo/tsconfig.json" } } -Info 8 [00:00:43.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/foo/tsconfig.json -Info 9 [00:00:44.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/bar/index.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.es2017.d.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:46.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/foo/node_modules 1 undefined Project: /user/username/projects/myproject/foo/tsconfig.json WatchType: Failed Lookup Locations -Info 12 [00:00:47.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/foo/node_modules 1 undefined Project: /user/username/projects/myproject/foo/tsconfig.json WatchType: Failed Lookup Locations -Info 13 [00:00:48.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/foo/node_modules/@types 1 undefined Project: /user/username/projects/myproject/foo/tsconfig.json WatchType: Type roots -Info 14 [00:00:49.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/foo/node_modules/@types 1 undefined Project: /user/username/projects/myproject/foo/tsconfig.json WatchType: Type roots -Info 15 [00:00:50.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/foo/tsconfig.json WatchType: Type roots -Info 16 [00:00:51.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/foo/tsconfig.json WatchType: Type roots -Info 17 [00:00:52.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/foo/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 18 [00:00:53.000] Project '/user/username/projects/myproject/foo/tsconfig.json' (Configured) -Info 19 [00:00:54.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/foo/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/bar/index.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.es2017.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/foo/node_modules 1 undefined Project: /user/username/projects/myproject/foo/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/foo/node_modules 1 undefined Project: /user/username/projects/myproject/foo/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/foo/node_modules/@types 1 undefined Project: /user/username/projects/myproject/foo/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/foo/node_modules/@types 1 undefined Project: /user/username/projects/myproject/foo/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/foo/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/foo/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/foo/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/foo/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/foo/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/foo/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.es2017.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/bar/index.ts Text-1 "\nexport function bar() {\n console.log(\"hello world\");\n}" /user/username/projects/myproject/foo/index.ts SVC-1-0 "\nimport { bar } from \"bar\";\nbar();" @@ -89,21 +91,21 @@ Info 19 [00:00:54.000] Files (3) index.ts Matched by include pattern 'index.ts' in 'tsconfig.json' -Info 20 [00:00:55.000] ----------------------------------------------- -Info 21 [00:00:56.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/foo/tsconfig.json"}} -Info 22 [00:00:57.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"36730603d9c37d63f14b455060fadde05a7a93dcbc44aecd507b60e066616be6","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":2,"tsSize":90,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{"lib":["es2017"]},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":true,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 23 [00:00:58.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/foo/index.ts","configFile":"/user/username/projects/myproject/foo/tsconfig.json","diagnostics":[]}} -Info 24 [00:00:59.000] Project '/user/username/projects/myproject/foo/tsconfig.json' (Configured) -Info 24 [00:01:00.000] Files (3) - -Info 24 [00:01:01.000] ----------------------------------------------- -Info 24 [00:01:02.000] Open files: -Info 24 [00:01:03.000] FileName: /user/username/projects/myproject/foo/index.ts ProjectRootPath: undefined -Info 24 [00:01:04.000] Projects: /user/username/projects/myproject/foo/tsconfig.json -Info 24 [00:01:05.000] response: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/foo/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/foo/index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/foo/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -114,6 +116,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/foo/tsconfig.json: *new* @@ -129,7 +133,7 @@ FsWatchesRecursive:: Before request -Info 25 [00:01:06.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -138,14 +142,14 @@ Info 25 [00:01:06.000] request: "seq": 2, "type": "request" } -Info 26 [00:01:07.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/bar/index.ts 500 undefined WatchType: Closed Script info -Info 27 [00:01:08.000] Search path: /user/username/projects/myproject/bar -Info 28 [00:01:09.000] For info: /user/username/projects/myproject/bar/index.ts :: Config file name: /user/username/projects/myproject/bar/tsconfig.json -Info 29 [00:01:10.000] Creating configuration project /user/username/projects/myproject/bar/tsconfig.json -Info 30 [00:01:11.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/bar/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/bar/tsconfig.json WatchType: Config file -Info 31 [00:01:12.000] event: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/bar/index.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/bar +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/bar/index.ts :: Config file name: /user/username/projects/myproject/bar/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/bar/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/bar/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/bar/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/bar/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/myproject/bar/index.ts to open"}} -Info 32 [00:01:13.000] Config: /user/username/projects/myproject/bar/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/bar/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/bar/index.ts" ], @@ -157,15 +161,17 @@ Info 32 [00:01:13.000] Config: /user/username/projects/myproject/bar/tsconfig. "configFilePath": "/user/username/projects/myproject/bar/tsconfig.json" } } -Info 33 [00:01:14.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/bar/tsconfig.json -Info 34 [00:01:15.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.dom.d.ts 500 undefined WatchType: Closed Script info -Info 35 [00:01:16.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/bar/node_modules/@types 1 undefined Project: /user/username/projects/myproject/bar/tsconfig.json WatchType: Type roots -Info 36 [00:01:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/bar/node_modules/@types 1 undefined Project: /user/username/projects/myproject/bar/tsconfig.json WatchType: Type roots -Info 37 [00:01:18.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/bar/tsconfig.json WatchType: Type roots -Info 38 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/bar/tsconfig.json WatchType: Type roots -Info 39 [00:01:20.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/bar/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 40 [00:01:21.000] Project '/user/username/projects/myproject/bar/tsconfig.json' (Configured) -Info 41 [00:01:22.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/bar/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.dom.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/bar/node_modules/@types 1 undefined Project: /user/username/projects/myproject/bar/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/bar/node_modules/@types 1 undefined Project: /user/username/projects/myproject/bar/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/bar/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/bar/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/bar/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/bar/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/bar/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/bar/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.es2017.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/lib/lib.dom.d.ts Text-1 "\ndeclare var console: {\n log(...args: any[]): void;\n};" /user/username/projects/myproject/bar/index.ts Text-1 "\nexport function bar() {\n console.log(\"hello world\");\n}" @@ -178,27 +184,27 @@ Info 41 [00:01:22.000] Files (3) index.ts Matched by include pattern 'index.ts' in 'tsconfig.json' -Info 42 [00:01:23.000] ----------------------------------------------- -Info 43 [00:01:24.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/bar/tsconfig.json"}} -Info 44 [00:01:25.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"5370ca7ca3faf398ecd694700ec7a0793b5e111125c5b8f56f69d3de23ff19ae","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":56,"tsx":0,"tsxSize":0,"dts":2,"dtsSize":391,"deferred":0,"deferredSize":0},"compilerOptions":{"lib":["dom","es2017"]},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":true,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 45 [00:01:26.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/bar/index.ts","configFile":"/user/username/projects/myproject/bar/tsconfig.json","diagnostics":[]}} -Info 46 [00:01:27.000] Project '/user/username/projects/myproject/foo/tsconfig.json' (Configured) -Info 46 [00:01:28.000] Files (3) - -Info 46 [00:01:29.000] ----------------------------------------------- -Info 46 [00:01:30.000] Project '/user/username/projects/myproject/bar/tsconfig.json' (Configured) -Info 46 [00:01:31.000] Files (3) - -Info 46 [00:01:32.000] ----------------------------------------------- -Info 46 [00:01:33.000] Open files: -Info 46 [00:01:34.000] FileName: /user/username/projects/myproject/foo/index.ts ProjectRootPath: undefined -Info 46 [00:01:35.000] Projects: /user/username/projects/myproject/foo/tsconfig.json -Info 46 [00:01:36.000] FileName: /user/username/projects/myproject/bar/index.ts ProjectRootPath: undefined -Info 46 [00:01:37.000] Projects: /user/username/projects/myproject/foo/tsconfig.json,/user/username/projects/myproject/bar/tsconfig.json -Info 46 [00:01:38.000] response: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/foo/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/bar/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/foo/index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/foo/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/bar/index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/foo/tsconfig.json,/user/username/projects/myproject/bar/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -209,6 +215,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/bar/node_modules/@types: *new* {"pollingInterval":500} @@ -232,7 +240,7 @@ FsWatchesRecursive:: Before request -Info 47 [00:01:39.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -245,7 +253,7 @@ Info 47 [00:01:39.000] request: "seq": 3, "type": "request" } -Info 48 [00:01:40.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -254,14 +262,14 @@ After request Before running Timeout callback:: count: 1 1: checkOne -Info 49 [00:01:41.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/bar/index.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 1: semanticCheck -Info 50 [00:01:42.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/bar/index.ts","diagnostics":[]}} After running Immedidate callback:: count: 1 2: suggestionCheck @@ -269,21 +277,21 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 2: suggestionCheck -Info 51 [00:01:43.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/bar/index.ts","diagnostics":[]}} After running Immedidate callback:: count: 0 Before running Timeout callback:: count: 1 2: checkOne -Info 52 [00:01:44.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/foo/index.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 3: semanticCheck -Info 53 [00:01:45.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/foo/index.ts","diagnostics":[]}} After running Immedidate callback:: count: 1 4: suggestionCheck @@ -291,8 +299,8 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 4: suggestionCheck -Info 54 [00:01:46.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/foo/index.ts","diagnostics":[]}} -Info 55 [00:01:47.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":3}} After running Immedidate callback:: count: 0 diff --git a/tests/baselines/reference/tsserver/declarationFileMaps/does-not-jump-to-source-if-inlined-sources.js b/tests/baselines/reference/tsserver/declarationFileMaps/does-not-jump-to-source-if-inlined-sources.js index e769cfdcb7abd..6aed6a2b53613 100644 --- a/tests/baselines/reference/tsserver/declarationFileMaps/does-not-jump-to-source-if-inlined-sources.js +++ b/tests/baselines/reference/tsserver/declarationFileMaps/does-not-jump-to-source-if-inlined-sources.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:31.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/a.ts] export function fnA() {} @@ -35,7 +35,7 @@ export function fnUser() { a.fnA(); b.fnB(); a.instanceA; } let a = 10; -Info 1 [00:00:32.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -44,17 +44,15 @@ Info 1 [00:00:32.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:33.000] Search path: /user -Info 3 [00:00:34.000] For info: /user/user.ts :: No config files found. -Info 4 [00:00:35.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 5 [00:00:36.000] FileWatcher:: Added:: WatchInfo: /a/bin/a.d.ts 500 undefined WatchType: Closed Script info -Info 6 [00:00:37.000] FileWatcher:: Added:: WatchInfo: /b/bin/b.d.ts 500 undefined WatchType: Closed Script info -Info 7 [00:00:38.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 8 [00:00:39.000] DirectoryWatcher:: Added:: WatchInfo: /user/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 9 [00:00:40.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 10 [00:00:41.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 11 [00:00:42.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 12 [00:00:43.000] Files (3) +Info seq [hh:mm:ss:mss] Search path: /user +Info seq [hh:mm:ss:mss] For info: /user/user.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/bin/a.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b/bin/b.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) /a/bin/a.d.ts Text-1 "export declare function fnA(): void;\nexport interface IfaceA {\n}\nexport declare const instanceA: IfaceA;\n//# sourceMappingURL=a.d.ts.map" /b/bin/b.d.ts Text-1 "export declare function fnB(): void;\n//# sourceMappingURL=b.d.ts.map" /user/user.ts SVC-1-0 "import * as a from \"../a/bin/a\";\nimport * as b from \"../b/bin/b\";\nexport function fnUser() { a.fnA(); b.fnB(); a.instanceA; }" @@ -67,15 +65,15 @@ Info 12 [00:00:43.000] Files (3) user.ts Root file specified for compilation -Info 13 [00:00:44.000] ----------------------------------------------- -Info 14 [00:00:45.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 14 [00:00:46.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) -Info 14 [00:00:47.000] ----------------------------------------------- -Info 14 [00:00:48.000] Open files: -Info 14 [00:00:49.000] FileName: /user/user.ts ProjectRootPath: undefined -Info 14 [00:00:50.000] Projects: /dev/null/inferredProject1* -Info 14 [00:00:51.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/user.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -84,8 +82,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/user/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/bin/a.d.ts: *new* @@ -95,7 +91,7 @@ FsWatches:: Before request -Info 15 [00:00:52.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -106,8 +102,8 @@ Info 15 [00:00:52.000] request: "seq": 2, "type": "request" } -Info 16 [00:00:53.000] FileWatcher:: Added:: WatchInfo: /a/bin/a.d.ts.map 500 undefined WatchType: Closed Script info -Info 17 [00:00:54.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/bin/a.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -149,8 +145,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/user/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/bin/a.d.ts: @@ -162,7 +156,7 @@ FsWatches:: Before request -Info 18 [00:00:55.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -173,9 +167,9 @@ Info 18 [00:00:55.000] request: "seq": 3, "type": "request" } -Info 19 [00:00:56.000] FileWatcher:: Added:: WatchInfo: /b/bin/b.d.ts.map 500 undefined WatchType: Closed Script info -Info 20 [00:00:57.000] FileWatcher:: Added:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info -Info 21 [00:00:58.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b/bin/b.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -217,8 +211,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/user/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/bin/a.d.ts: @@ -234,7 +226,7 @@ FsWatches:: Before request -Info 22 [00:00:59.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -243,13 +235,13 @@ Info 22 [00:00:59.000] request: "seq": 4, "type": "request" } -Info 23 [00:01:00.000] FileWatcher:: Added:: WatchInfo: /user/user.ts 500 undefined WatchType: Closed Script info -Info 24 [00:01:01.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 24 [00:01:02.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/user.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) -Info 24 [00:01:03.000] ----------------------------------------------- -Info 24 [00:01:04.000] Open files: -Info 24 [00:01:05.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -258,8 +250,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/user/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/bin/a.d.ts: @@ -277,7 +267,7 @@ FsWatches:: Before request -Info 25 [00:01:06.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -286,25 +276,23 @@ Info 25 [00:01:06.000] request: "seq": 5, "type": "request" } -Info 26 [00:01:07.000] Search path: /dummy -Info 27 [00:01:08.000] For info: /dummy/dummy.ts :: No config files found. -Info 28 [00:01:09.000] Starting updateGraphWorker: Project: /dev/null/inferredProject2* -Info 29 [00:01:10.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject2* WatchType: Missing file -Info 30 [00:01:11.000] DirectoryWatcher:: Added:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 31 [00:01:12.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 32 [00:01:13.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 33 [00:01:14.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 34 [00:01:15.000] Files (1) +Info seq [hh:mm:ss:mss] Search path: /dummy +Info seq [hh:mm:ss:mss] For info: /dummy/dummy.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject2* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /dummy/dummy.ts SVC-1-0 "let a = 10;" dummy.ts Root file specified for compilation -Info 35 [00:01:16.000] ----------------------------------------------- -Info 36 [00:01:17.000] `remove Project:: -Info 37 [00:01:18.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 38 [00:01:19.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) /a/bin/a.d.ts /b/bin/b.d.ts /user/user.ts @@ -317,24 +305,22 @@ Info 38 [00:01:19.000] Files (3) user.ts Root file specified for compilation -Info 39 [00:01:20.000] ----------------------------------------------- -Info 40 [00:01:21.000] DirectoryWatcher:: Close:: WatchInfo: /user/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 41 [00:01:22.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 42 [00:01:23.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 43 [00:01:24.000] FileWatcher:: Close:: WatchInfo: /user/user.ts 500 undefined WatchType: Closed Script info -Info 44 [00:01:25.000] FileWatcher:: Close:: WatchInfo: /a/bin/a.d.ts 500 undefined WatchType: Closed Script info -Info 45 [00:01:26.000] FileWatcher:: Close:: WatchInfo: /b/bin/b.d.ts 500 undefined WatchType: Closed Script info -Info 46 [00:01:27.000] FileWatcher:: Close:: WatchInfo: /a/bin/a.d.ts.map 500 undefined WatchType: Closed Script info -Info 47 [00:01:28.000] FileWatcher:: Close:: WatchInfo: /b/bin/b.d.ts.map 500 undefined WatchType: Closed Script info -Info 48 [00:01:29.000] FileWatcher:: Close:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info -Info 49 [00:01:30.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 49 [00:01:31.000] Files (1) - -Info 49 [00:01:32.000] ----------------------------------------------- -Info 49 [00:01:33.000] Open files: -Info 49 [00:01:34.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 49 [00:01:35.000] Projects: /dev/null/inferredProject2* -Info 49 [00:01:36.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/user.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/bin/a.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /b/bin/b.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/bin/a.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /b/bin/b.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -343,12 +329,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/dummy/node_modules/@types: *new* - {"pollingInterval":500} - -PolledWatches *deleted*:: -/user/node_modules/@types: - {"pollingInterval":500} FsWatches *deleted*:: /a/bin/a.d.ts: diff --git a/tests/baselines/reference/tsserver/declarationFileMaps/findAllReferences-starting-at-definition.js b/tests/baselines/reference/tsserver/declarationFileMaps/findAllReferences-starting-at-definition.js index 3fc421372ef5b..0302f1ba9e2a5 100644 --- a/tests/baselines/reference/tsserver/declarationFileMaps/findAllReferences-starting-at-definition.js +++ b/tests/baselines/reference/tsserver/declarationFileMaps/findAllReferences-starting-at-definition.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:35.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/a.ts] export function fnA() {} @@ -41,7 +41,7 @@ export function fnUser() { a.fnA(); b.fnB(); a.instanceA; } let a = 10; -Info 1 [00:00:36.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -50,11 +50,11 @@ Info 1 [00:00:36.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:37.000] Search path: /a -Info 3 [00:00:38.000] For info: /a/a.ts :: Config file name: /a/tsconfig.json -Info 4 [00:00:39.000] Creating configuration project /a/tsconfig.json -Info 5 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 6 [00:00:41.000] Config: /a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/a.ts :: Config file name: /a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/tsconfig.json : { "rootNames": [ "/a/a.ts" ], @@ -66,32 +66,30 @@ Info 6 [00:00:41.000] Config: /a/tsconfig.json : { "configFilePath": "/a/tsconfig.json" } } -Info 7 [00:00:42.000] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:43.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:44.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 10 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 11 [00:00:46.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 12 [00:00:47.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 13 [00:00:48.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 14 [00:00:49.000] Project '/a/tsconfig.json' (Configured) -Info 15 [00:00:50.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/a.ts SVC-1-0 "export function fnA() {}\nexport interface IfaceA {}\nexport const instanceA: IfaceA = {};" a.ts Matched by default include pattern '**/*' -Info 16 [00:00:51.000] ----------------------------------------------- -Info 17 [00:00:52.000] Search path: /a -Info 18 [00:00:53.000] For info: /a/tsconfig.json :: No config files found. -Info 19 [00:00:54.000] Project '/a/tsconfig.json' (Configured) -Info 19 [00:00:55.000] Files (1) - -Info 19 [00:00:56.000] ----------------------------------------------- -Info 19 [00:00:57.000] Open files: -Info 19 [00:00:58.000] FileName: /a/a.ts ProjectRootPath: undefined -Info 19 [00:00:59.000] Projects: /a/tsconfig.json -Info 19 [00:01:00.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -100,8 +98,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/tsconfig.json: *new* @@ -129,7 +125,7 @@ ts.getFileEmitOutput: /a/a.ts: { } Before request -Info 20 [00:01:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -138,13 +134,13 @@ Info 20 [00:01:01.000] request: "seq": 2, "type": "request" } -Info 21 [00:01:02.000] FileWatcher:: Added:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info -Info 22 [00:01:03.000] Project '/a/tsconfig.json' (Configured) -Info 22 [00:01:04.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 22 [00:01:05.000] ----------------------------------------------- -Info 22 [00:01:06.000] Open files: -Info 22 [00:01:07.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -153,8 +149,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/a/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/tsconfig.json: @@ -168,7 +162,7 @@ FsWatchesRecursive:: Before request -Info 23 [00:01:08.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -177,11 +171,11 @@ Info 23 [00:01:08.000] request: "seq": 3, "type": "request" } -Info 24 [00:01:09.000] Search path: /b -Info 25 [00:01:10.000] For info: /b/b.ts :: Config file name: /b/tsconfig.json -Info 26 [00:01:11.000] Creating configuration project /b/tsconfig.json -Info 27 [00:01:12.000] FileWatcher:: Added:: WatchInfo: /b/tsconfig.json 2000 undefined Project: /b/tsconfig.json WatchType: Config file -Info 28 [00:01:13.000] Config: /b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /b +Info seq [hh:mm:ss:mss] For info: /b/b.ts :: Config file name: /b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b/tsconfig.json 2000 undefined Project: /b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /b/tsconfig.json : { "rootNames": [ "/b/b.ts" ], @@ -193,49 +187,45 @@ Info 28 [00:01:13.000] Config: /b/tsconfig.json : { "configFilePath": "/b/tsconfig.json" } } -Info 29 [00:01:14.000] DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 30 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 31 [00:01:16.000] Starting updateGraphWorker: Project: /b/tsconfig.json -Info 32 [00:01:17.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/tsconfig.json WatchType: Missing file -Info 33 [00:01:18.000] DirectoryWatcher:: Added:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/tsconfig.json WatchType: Type roots -Info 34 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/tsconfig.json WatchType: Type roots -Info 35 [00:01:20.000] Finishing updateGraphWorker: Project: /b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 36 [00:01:21.000] Project '/b/tsconfig.json' (Configured) -Info 37 [00:01:22.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /b/b.ts SVC-1-0 "export function fnB() {}" b.ts Matched by default include pattern '**/*' -Info 38 [00:01:23.000] ----------------------------------------------- -Info 39 [00:01:24.000] Search path: /b -Info 40 [00:01:25.000] For info: /b/tsconfig.json :: No config files found. -Info 41 [00:01:26.000] `remove Project:: -Info 42 [00:01:27.000] Project '/a/tsconfig.json' (Configured) -Info 43 [00:01:28.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /b +Info seq [hh:mm:ss:mss] For info: /b/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/a.ts a.ts Matched by default include pattern '**/*' -Info 44 [00:01:29.000] ----------------------------------------------- -Info 45 [00:01:30.000] DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 46 [00:01:31.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 47 [00:01:32.000] FileWatcher:: Close:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 48 [00:01:33.000] DirectoryWatcher:: Close:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 49 [00:01:34.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 50 [00:01:35.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 51 [00:01:36.000] FileWatcher:: Close:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info -Info 52 [00:01:37.000] Project '/b/tsconfig.json' (Configured) -Info 52 [00:01:38.000] Files (1) - -Info 52 [00:01:39.000] ----------------------------------------------- -Info 52 [00:01:40.000] Open files: -Info 52 [00:01:41.000] FileName: /b/b.ts ProjectRootPath: undefined -Info 52 [00:01:42.000] Projects: /b/tsconfig.json -Info 52 [00:01:43.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /b/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -244,12 +234,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/b/node_modules/@types: *new* - {"pollingInterval":500} - -PolledWatches *deleted*:: -/a/node_modules/@types: - {"pollingInterval":500} FsWatches:: /b/tsconfig.json: *new* @@ -287,7 +271,7 @@ ts.getFileEmitOutput: /b/b.ts: { } Before request -Info 53 [00:01:44.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -296,13 +280,13 @@ Info 53 [00:01:44.000] request: "seq": 4, "type": "request" } -Info 54 [00:01:45.000] FileWatcher:: Added:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info -Info 55 [00:01:46.000] Project '/b/tsconfig.json' (Configured) -Info 55 [00:01:47.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 55 [00:01:48.000] ----------------------------------------------- -Info 55 [00:01:49.000] Open files: -Info 55 [00:01:50.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -311,8 +295,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/b/node_modules/@types: - {"pollingInterval":500} FsWatches:: /b/tsconfig.json: @@ -324,21 +306,19 @@ FsWatchesRecursive:: /b: {} -Info 56 [00:01:52.000] FileWatcher:: Triggered with /b/b.ts 2:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info -Info 57 [00:01:53.000] FileWatcher:: Close:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info -Info 58 [00:01:54.000] Scheduled: /b/tsconfig.json -Info 59 [00:01:55.000] Elapsed:: *ms FileWatcher:: Triggered with /b/b.ts 2:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info -Info 60 [00:01:56.000] DirectoryWatcher:: Triggered with /b/b.ts :: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 61 [00:01:57.000] Scheduled: /b/tsconfig.json, Cancelled earlier one -Info 62 [00:01:58.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /b/b.ts :: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /b/b.ts 2:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /b/tsconfig.json +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /b/b.ts 2:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /b/b.ts :: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /b/b.ts :: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory Before request //// [/b/b.ts] deleted PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/b/node_modules/@types: - {"pollingInterval":500} FsWatches:: /b/tsconfig.json: @@ -352,7 +332,7 @@ FsWatchesRecursive:: /b: {} -Info 63 [00:01:59.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -361,17 +341,15 @@ Info 63 [00:01:59.000] request: "seq": 5, "type": "request" } -Info 64 [00:02:00.000] Search path: /user -Info 65 [00:02:01.000] For info: /user/user.ts :: No config files found. -Info 66 [00:02:02.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 67 [00:02:03.000] FileWatcher:: Added:: WatchInfo: /a/bin/a.d.ts 500 undefined WatchType: Closed Script info -Info 68 [00:02:04.000] FileWatcher:: Added:: WatchInfo: /b/bin/b.d.ts 500 undefined WatchType: Closed Script info -Info 69 [00:02:05.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 70 [00:02:06.000] DirectoryWatcher:: Added:: WatchInfo: /user/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 71 [00:02:07.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 72 [00:02:08.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 73 [00:02:09.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 74 [00:02:10.000] Files (3) +Info seq [hh:mm:ss:mss] Search path: /user +Info seq [hh:mm:ss:mss] For info: /user/user.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/bin/a.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b/bin/b.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) /a/bin/a.d.ts Text-1 "export declare function fnA(): void;\nexport interface IfaceA {\n}\nexport declare const instanceA: IfaceA;\n//# sourceMappingURL=a.d.ts.map" /b/bin/b.d.ts Text-1 "export declare function fnB(): void;\n//# sourceMappingURL=b.d.ts.map" /user/user.ts SVC-1-0 "import * as a from \"../a/bin/a\";\nimport * as b from \"../b/bin/b\";\nexport function fnUser() { a.fnA(); b.fnB(); a.instanceA; }" @@ -384,31 +362,29 @@ Info 74 [00:02:10.000] Files (3) user.ts Root file specified for compilation -Info 75 [00:02:11.000] ----------------------------------------------- -Info 76 [00:02:12.000] `remove Project:: -Info 77 [00:02:13.000] Project '/b/tsconfig.json' (Configured) -Info 78 [00:02:14.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /b/b.ts b.ts Matched by default include pattern '**/*' -Info 79 [00:02:15.000] ----------------------------------------------- -Info 80 [00:02:16.000] DirectoryWatcher:: Close:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 81 [00:02:17.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 82 [00:02:18.000] FileWatcher:: Close:: WatchInfo: /b/tsconfig.json 2000 undefined Project: /b/tsconfig.json WatchType: Config file -Info 83 [00:02:19.000] DirectoryWatcher:: Close:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/tsconfig.json WatchType: Type roots -Info 84 [00:02:20.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/tsconfig.json WatchType: Type roots -Info 85 [00:02:21.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/tsconfig.json WatchType: Missing file -Info 86 [00:02:22.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 86 [00:02:23.000] Files (3) - -Info 86 [00:02:24.000] ----------------------------------------------- -Info 86 [00:02:25.000] Open files: -Info 86 [00:02:26.000] FileName: /user/user.ts ProjectRootPath: undefined -Info 86 [00:02:27.000] Projects: /dev/null/inferredProject1* -Info 86 [00:02:28.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /b/tsconfig.json 2000 undefined Project: /b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/user.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -417,12 +393,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/user/node_modules/@types: *new* - {"pollingInterval":500} - -PolledWatches *deleted*:: -/b/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/bin/a.d.ts: *new* @@ -440,7 +410,7 @@ FsWatchesRecursive *deleted*:: Before request -Info 87 [00:02:29.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -449,11 +419,11 @@ Info 87 [00:02:29.000] request: "seq": 6, "type": "request" } -Info 88 [00:02:30.000] Search path: /a -Info 89 [00:02:31.000] For info: /a/a.ts :: Config file name: /a/tsconfig.json -Info 90 [00:02:32.000] Creating configuration project /a/tsconfig.json -Info 91 [00:02:33.000] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 92 [00:02:34.000] Config: /a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/a.ts :: Config file name: /a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/tsconfig.json : { "rootNames": [ "/a/a.ts" ], @@ -465,38 +435,36 @@ Info 92 [00:02:34.000] Config: /a/tsconfig.json : { "configFilePath": "/a/tsconfig.json" } } -Info 93 [00:02:35.000] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 94 [00:02:36.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 95 [00:02:37.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 96 [00:02:38.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 97 [00:02:39.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 98 [00:02:40.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 99 [00:02:41.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 100 [00:02:42.000] Project '/a/tsconfig.json' (Configured) -Info 101 [00:02:43.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/a.ts SVC-2-0 "export function fnA() {}\nexport interface IfaceA {}\nexport const instanceA: IfaceA = {};" a.ts Matched by default include pattern '**/*' -Info 102 [00:02:44.000] ----------------------------------------------- -Info 103 [00:02:45.000] Search path: /a -Info 104 [00:02:46.000] For info: /a/tsconfig.json :: No config files found. -Info 105 [00:02:47.000] Project '/a/tsconfig.json' (Configured) -Info 105 [00:02:48.000] Files (1) - -Info 105 [00:02:49.000] ----------------------------------------------- -Info 105 [00:02:50.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 105 [00:02:51.000] Files (3) - -Info 105 [00:02:52.000] ----------------------------------------------- -Info 105 [00:02:53.000] Open files: -Info 105 [00:02:54.000] FileName: /user/user.ts ProjectRootPath: undefined -Info 105 [00:02:55.000] Projects: /dev/null/inferredProject1* -Info 105 [00:02:56.000] FileName: /a/a.ts ProjectRootPath: undefined -Info 105 [00:02:57.000] Projects: /a/tsconfig.json -Info 105 [00:02:58.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/user.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /a/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -505,10 +473,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/user/node_modules/@types: - {"pollingInterval":500} -/a/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/bin/a.d.ts: @@ -524,7 +488,7 @@ FsWatchesRecursive:: Before request -Info 106 [00:02:59.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "references", "arguments": { @@ -535,14 +499,14 @@ Info 106 [00:02:59.000] request: "seq": 7, "type": "request" } -Info 107 [00:03:00.000] Finding references to /a/a.ts position 16 in project /a/tsconfig.json -Info 108 [00:03:01.000] FileWatcher:: Added:: WatchInfo: /a/bin/a.d.ts.map 500 undefined WatchType: Closed Script info -Info 109 [00:03:02.000] Finding references to /a/bin/a.d.ts position 24 in project /dev/null/inferredProject1* -Info 110 [00:03:03.000] Search path: /a -Info 111 [00:03:04.000] For info: /a/a.ts :: Config file name: /a/tsconfig.json -Info 112 [00:03:05.000] Search path: /a -Info 113 [00:03:06.000] For info: /a/a.ts :: Config file name: /a/tsconfig.json -Info 114 [00:03:07.000] response: +Info seq [hh:mm:ss:mss] Finding references to /a/a.ts position 16 in project /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/bin/a.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Finding references to /a/bin/a.d.ts position 24 in project /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/a.ts :: Config file name: /a/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/a.ts :: Config file name: /a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "refs": [ @@ -594,10 +558,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/user/node_modules/@types: - {"pollingInterval":500} -/a/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/bin/a.d.ts: @@ -615,7 +575,7 @@ FsWatchesRecursive:: Before request -Info 115 [00:03:08.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -624,19 +584,19 @@ Info 115 [00:03:08.000] request: "seq": 8, "type": "request" } -Info 116 [00:03:09.000] FileWatcher:: Added:: WatchInfo: /user/user.ts 500 undefined WatchType: Closed Script info -Info 117 [00:03:10.000] Project '/a/tsconfig.json' (Configured) -Info 117 [00:03:11.000] Files (1) - -Info 117 [00:03:12.000] ----------------------------------------------- -Info 117 [00:03:13.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 117 [00:03:14.000] Files (3) - -Info 117 [00:03:15.000] ----------------------------------------------- -Info 117 [00:03:16.000] Open files: -Info 117 [00:03:17.000] FileName: /a/a.ts ProjectRootPath: undefined -Info 117 [00:03:18.000] Projects: /a/tsconfig.json -Info 117 [00:03:19.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/user.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -645,10 +605,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/user/node_modules/@types: - {"pollingInterval":500} -/a/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/bin/a.d.ts: @@ -668,7 +624,7 @@ FsWatchesRecursive:: Before request -Info 118 [00:03:20.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -677,25 +633,23 @@ Info 118 [00:03:20.000] request: "seq": 9, "type": "request" } -Info 119 [00:03:21.000] Search path: /dummy -Info 120 [00:03:22.000] For info: /dummy/dummy.ts :: No config files found. -Info 121 [00:03:23.000] Starting updateGraphWorker: Project: /dev/null/inferredProject2* -Info 122 [00:03:24.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject2* WatchType: Missing file -Info 123 [00:03:25.000] DirectoryWatcher:: Added:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 124 [00:03:26.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 125 [00:03:27.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 126 [00:03:28.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 127 [00:03:29.000] Files (1) +Info seq [hh:mm:ss:mss] Search path: /dummy +Info seq [hh:mm:ss:mss] For info: /dummy/dummy.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject2* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /dummy/dummy.ts SVC-1-0 "let a = 10;" dummy.ts Root file specified for compilation -Info 128 [00:03:30.000] ----------------------------------------------- -Info 129 [00:03:31.000] `remove Project:: -Info 130 [00:03:32.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 131 [00:03:33.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) /a/bin/a.d.ts /b/bin/b.d.ts /user/user.ts @@ -708,26 +662,24 @@ Info 131 [00:03:33.000] Files (3) user.ts Root file specified for compilation -Info 132 [00:03:34.000] ----------------------------------------------- -Info 133 [00:03:35.000] DirectoryWatcher:: Close:: WatchInfo: /user/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 134 [00:03:36.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 135 [00:03:37.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 136 [00:03:38.000] FileWatcher:: Close:: WatchInfo: /user/user.ts 500 undefined WatchType: Closed Script info -Info 137 [00:03:39.000] FileWatcher:: Close:: WatchInfo: /b/bin/b.d.ts 500 undefined WatchType: Closed Script info -Info 138 [00:03:40.000] Project '/a/tsconfig.json' (Configured) -Info 138 [00:03:41.000] Files (1) - -Info 138 [00:03:42.000] ----------------------------------------------- -Info 138 [00:03:43.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 138 [00:03:44.000] Files (1) - -Info 138 [00:03:45.000] ----------------------------------------------- -Info 138 [00:03:46.000] Open files: -Info 138 [00:03:47.000] FileName: /a/a.ts ProjectRootPath: undefined -Info 138 [00:03:48.000] Projects: /a/tsconfig.json -Info 138 [00:03:49.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 138 [00:03:50.000] Projects: /dev/null/inferredProject2* -Info 138 [00:03:51.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/user.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /b/bin/b.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -736,14 +688,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/a/node_modules/@types: - {"pollingInterval":500} -/dummy/node_modules/@types: *new* - {"pollingInterval":500} - -PolledWatches *deleted*:: -/user/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/bin/a.d.ts: diff --git a/tests/baselines/reference/tsserver/declarationFileMaps/findAllReferences-target-does-not-exist.js b/tests/baselines/reference/tsserver/declarationFileMaps/findAllReferences-target-does-not-exist.js index 3efc763256da1..b74d4dc2eb094 100644 --- a/tests/baselines/reference/tsserver/declarationFileMaps/findAllReferences-target-does-not-exist.js +++ b/tests/baselines/reference/tsserver/declarationFileMaps/findAllReferences-target-does-not-exist.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:35.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/a.ts] export function fnA() {} @@ -41,7 +41,7 @@ export function fnUser() { a.fnA(); b.fnB(); a.instanceA; } let a = 10; -Info 1 [00:00:36.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -50,11 +50,11 @@ Info 1 [00:00:36.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:37.000] Search path: /a -Info 3 [00:00:38.000] For info: /a/a.ts :: Config file name: /a/tsconfig.json -Info 4 [00:00:39.000] Creating configuration project /a/tsconfig.json -Info 5 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 6 [00:00:41.000] Config: /a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/a.ts :: Config file name: /a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/tsconfig.json : { "rootNames": [ "/a/a.ts" ], @@ -66,32 +66,30 @@ Info 6 [00:00:41.000] Config: /a/tsconfig.json : { "configFilePath": "/a/tsconfig.json" } } -Info 7 [00:00:42.000] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:43.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:44.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 10 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 11 [00:00:46.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 12 [00:00:47.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 13 [00:00:48.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 14 [00:00:49.000] Project '/a/tsconfig.json' (Configured) -Info 15 [00:00:50.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/a.ts SVC-1-0 "export function fnA() {}\nexport interface IfaceA {}\nexport const instanceA: IfaceA = {};" a.ts Matched by default include pattern '**/*' -Info 16 [00:00:51.000] ----------------------------------------------- -Info 17 [00:00:52.000] Search path: /a -Info 18 [00:00:53.000] For info: /a/tsconfig.json :: No config files found. -Info 19 [00:00:54.000] Project '/a/tsconfig.json' (Configured) -Info 19 [00:00:55.000] Files (1) - -Info 19 [00:00:56.000] ----------------------------------------------- -Info 19 [00:00:57.000] Open files: -Info 19 [00:00:58.000] FileName: /a/a.ts ProjectRootPath: undefined -Info 19 [00:00:59.000] Projects: /a/tsconfig.json -Info 19 [00:01:00.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -100,8 +98,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/tsconfig.json: *new* @@ -129,7 +125,7 @@ ts.getFileEmitOutput: /a/a.ts: { } Before request -Info 20 [00:01:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -138,13 +134,13 @@ Info 20 [00:01:01.000] request: "seq": 2, "type": "request" } -Info 21 [00:01:02.000] FileWatcher:: Added:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info -Info 22 [00:01:03.000] Project '/a/tsconfig.json' (Configured) -Info 22 [00:01:04.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 22 [00:01:05.000] ----------------------------------------------- -Info 22 [00:01:06.000] Open files: -Info 22 [00:01:07.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -153,8 +149,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/a/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/tsconfig.json: @@ -168,7 +162,7 @@ FsWatchesRecursive:: Before request -Info 23 [00:01:08.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -177,11 +171,11 @@ Info 23 [00:01:08.000] request: "seq": 3, "type": "request" } -Info 24 [00:01:09.000] Search path: /b -Info 25 [00:01:10.000] For info: /b/b.ts :: Config file name: /b/tsconfig.json -Info 26 [00:01:11.000] Creating configuration project /b/tsconfig.json -Info 27 [00:01:12.000] FileWatcher:: Added:: WatchInfo: /b/tsconfig.json 2000 undefined Project: /b/tsconfig.json WatchType: Config file -Info 28 [00:01:13.000] Config: /b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /b +Info seq [hh:mm:ss:mss] For info: /b/b.ts :: Config file name: /b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b/tsconfig.json 2000 undefined Project: /b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /b/tsconfig.json : { "rootNames": [ "/b/b.ts" ], @@ -193,49 +187,45 @@ Info 28 [00:01:13.000] Config: /b/tsconfig.json : { "configFilePath": "/b/tsconfig.json" } } -Info 29 [00:01:14.000] DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 30 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 31 [00:01:16.000] Starting updateGraphWorker: Project: /b/tsconfig.json -Info 32 [00:01:17.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/tsconfig.json WatchType: Missing file -Info 33 [00:01:18.000] DirectoryWatcher:: Added:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/tsconfig.json WatchType: Type roots -Info 34 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/tsconfig.json WatchType: Type roots -Info 35 [00:01:20.000] Finishing updateGraphWorker: Project: /b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 36 [00:01:21.000] Project '/b/tsconfig.json' (Configured) -Info 37 [00:01:22.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /b/b.ts SVC-1-0 "export function fnB() {}" b.ts Matched by default include pattern '**/*' -Info 38 [00:01:23.000] ----------------------------------------------- -Info 39 [00:01:24.000] Search path: /b -Info 40 [00:01:25.000] For info: /b/tsconfig.json :: No config files found. -Info 41 [00:01:26.000] `remove Project:: -Info 42 [00:01:27.000] Project '/a/tsconfig.json' (Configured) -Info 43 [00:01:28.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /b +Info seq [hh:mm:ss:mss] For info: /b/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/a.ts a.ts Matched by default include pattern '**/*' -Info 44 [00:01:29.000] ----------------------------------------------- -Info 45 [00:01:30.000] DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 46 [00:01:31.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 47 [00:01:32.000] FileWatcher:: Close:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 48 [00:01:33.000] DirectoryWatcher:: Close:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 49 [00:01:34.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 50 [00:01:35.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 51 [00:01:36.000] FileWatcher:: Close:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info -Info 52 [00:01:37.000] Project '/b/tsconfig.json' (Configured) -Info 52 [00:01:38.000] Files (1) - -Info 52 [00:01:39.000] ----------------------------------------------- -Info 52 [00:01:40.000] Open files: -Info 52 [00:01:41.000] FileName: /b/b.ts ProjectRootPath: undefined -Info 52 [00:01:42.000] Projects: /b/tsconfig.json -Info 52 [00:01:43.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /b/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -244,12 +234,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/b/node_modules/@types: *new* - {"pollingInterval":500} - -PolledWatches *deleted*:: -/a/node_modules/@types: - {"pollingInterval":500} FsWatches:: /b/tsconfig.json: *new* @@ -287,7 +271,7 @@ ts.getFileEmitOutput: /b/b.ts: { } Before request -Info 53 [00:01:44.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -296,13 +280,13 @@ Info 53 [00:01:44.000] request: "seq": 4, "type": "request" } -Info 54 [00:01:45.000] FileWatcher:: Added:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info -Info 55 [00:01:46.000] Project '/b/tsconfig.json' (Configured) -Info 55 [00:01:47.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 55 [00:01:48.000] ----------------------------------------------- -Info 55 [00:01:49.000] Open files: -Info 55 [00:01:50.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -311,8 +295,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/b/node_modules/@types: - {"pollingInterval":500} FsWatches:: /b/tsconfig.json: @@ -324,21 +306,19 @@ FsWatchesRecursive:: /b: {} -Info 56 [00:01:52.000] FileWatcher:: Triggered with /b/b.ts 2:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info -Info 57 [00:01:53.000] FileWatcher:: Close:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info -Info 58 [00:01:54.000] Scheduled: /b/tsconfig.json -Info 59 [00:01:55.000] Elapsed:: *ms FileWatcher:: Triggered with /b/b.ts 2:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info -Info 60 [00:01:56.000] DirectoryWatcher:: Triggered with /b/b.ts :: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 61 [00:01:57.000] Scheduled: /b/tsconfig.json, Cancelled earlier one -Info 62 [00:01:58.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /b/b.ts :: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /b/b.ts 2:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /b/tsconfig.json +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /b/b.ts 2:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /b/b.ts :: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /b/b.ts :: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory Before request //// [/b/b.ts] deleted PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/b/node_modules/@types: - {"pollingInterval":500} FsWatches:: /b/tsconfig.json: @@ -352,7 +332,7 @@ FsWatchesRecursive:: /b: {} -Info 63 [00:01:59.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -361,17 +341,15 @@ Info 63 [00:01:59.000] request: "seq": 5, "type": "request" } -Info 64 [00:02:00.000] Search path: /user -Info 65 [00:02:01.000] For info: /user/user.ts :: No config files found. -Info 66 [00:02:02.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 67 [00:02:03.000] FileWatcher:: Added:: WatchInfo: /a/bin/a.d.ts 500 undefined WatchType: Closed Script info -Info 68 [00:02:04.000] FileWatcher:: Added:: WatchInfo: /b/bin/b.d.ts 500 undefined WatchType: Closed Script info -Info 69 [00:02:05.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 70 [00:02:06.000] DirectoryWatcher:: Added:: WatchInfo: /user/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 71 [00:02:07.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 72 [00:02:08.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 73 [00:02:09.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 74 [00:02:10.000] Files (3) +Info seq [hh:mm:ss:mss] Search path: /user +Info seq [hh:mm:ss:mss] For info: /user/user.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/bin/a.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b/bin/b.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) /a/bin/a.d.ts Text-1 "export declare function fnA(): void;\nexport interface IfaceA {\n}\nexport declare const instanceA: IfaceA;\n//# sourceMappingURL=a.d.ts.map" /b/bin/b.d.ts Text-1 "export declare function fnB(): void;\n//# sourceMappingURL=b.d.ts.map" /user/user.ts SVC-1-0 "import * as a from \"../a/bin/a\";\nimport * as b from \"../b/bin/b\";\nexport function fnUser() { a.fnA(); b.fnB(); a.instanceA; }" @@ -384,31 +362,29 @@ Info 74 [00:02:10.000] Files (3) user.ts Root file specified for compilation -Info 75 [00:02:11.000] ----------------------------------------------- -Info 76 [00:02:12.000] `remove Project:: -Info 77 [00:02:13.000] Project '/b/tsconfig.json' (Configured) -Info 78 [00:02:14.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /b/b.ts b.ts Matched by default include pattern '**/*' -Info 79 [00:02:15.000] ----------------------------------------------- -Info 80 [00:02:16.000] DirectoryWatcher:: Close:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 81 [00:02:17.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 82 [00:02:18.000] FileWatcher:: Close:: WatchInfo: /b/tsconfig.json 2000 undefined Project: /b/tsconfig.json WatchType: Config file -Info 83 [00:02:19.000] DirectoryWatcher:: Close:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/tsconfig.json WatchType: Type roots -Info 84 [00:02:20.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/tsconfig.json WatchType: Type roots -Info 85 [00:02:21.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/tsconfig.json WatchType: Missing file -Info 86 [00:02:22.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 86 [00:02:23.000] Files (3) - -Info 86 [00:02:24.000] ----------------------------------------------- -Info 86 [00:02:25.000] Open files: -Info 86 [00:02:26.000] FileName: /user/user.ts ProjectRootPath: undefined -Info 86 [00:02:27.000] Projects: /dev/null/inferredProject1* -Info 86 [00:02:28.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /b/tsconfig.json 2000 undefined Project: /b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/user.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -417,12 +393,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/user/node_modules/@types: *new* - {"pollingInterval":500} - -PolledWatches *deleted*:: -/b/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/bin/a.d.ts: *new* @@ -440,7 +410,7 @@ FsWatchesRecursive *deleted*:: Before request -Info 87 [00:02:29.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "references", "arguments": { @@ -451,9 +421,9 @@ Info 87 [00:02:29.000] request: "seq": 6, "type": "request" } -Info 88 [00:02:30.000] Finding references to /user/user.ts position 104 in project /dev/null/inferredProject1* -Info 89 [00:02:31.000] FileWatcher:: Added:: WatchInfo: /b/bin/b.d.ts.map 500 undefined WatchType: Closed Script info -Info 90 [00:02:32.000] response: +Info seq [hh:mm:ss:mss] Finding references to /user/user.ts position 104 in project /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b/bin/b.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "refs": [ @@ -503,8 +473,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/user/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/bin/a.d.ts: @@ -516,7 +484,7 @@ FsWatches:: Before request -Info 91 [00:02:33.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -525,13 +493,13 @@ Info 91 [00:02:33.000] request: "seq": 7, "type": "request" } -Info 92 [00:02:34.000] FileWatcher:: Added:: WatchInfo: /user/user.ts 500 undefined WatchType: Closed Script info -Info 93 [00:02:35.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 93 [00:02:36.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/user.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) -Info 93 [00:02:37.000] ----------------------------------------------- -Info 93 [00:02:38.000] Open files: -Info 93 [00:02:39.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -540,8 +508,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/user/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/bin/a.d.ts: @@ -555,7 +521,7 @@ FsWatches:: Before request -Info 94 [00:02:40.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -564,25 +530,23 @@ Info 94 [00:02:40.000] request: "seq": 8, "type": "request" } -Info 95 [00:02:41.000] Search path: /dummy -Info 96 [00:02:42.000] For info: /dummy/dummy.ts :: No config files found. -Info 97 [00:02:43.000] Starting updateGraphWorker: Project: /dev/null/inferredProject2* -Info 98 [00:02:44.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject2* WatchType: Missing file -Info 99 [00:02:45.000] DirectoryWatcher:: Added:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 100 [00:02:46.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 101 [00:02:47.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 102 [00:02:48.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 103 [00:02:49.000] Files (1) +Info seq [hh:mm:ss:mss] Search path: /dummy +Info seq [hh:mm:ss:mss] For info: /dummy/dummy.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject2* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /dummy/dummy.ts SVC-1-0 "let a = 10;" dummy.ts Root file specified for compilation -Info 104 [00:02:50.000] ----------------------------------------------- -Info 105 [00:02:51.000] `remove Project:: -Info 106 [00:02:52.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 107 [00:02:53.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) /a/bin/a.d.ts /b/bin/b.d.ts /user/user.ts @@ -595,22 +559,20 @@ Info 107 [00:02:53.000] Files (3) user.ts Root file specified for compilation -Info 108 [00:02:54.000] ----------------------------------------------- -Info 109 [00:02:55.000] DirectoryWatcher:: Close:: WatchInfo: /user/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 110 [00:02:56.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 111 [00:02:57.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 112 [00:02:58.000] FileWatcher:: Close:: WatchInfo: /user/user.ts 500 undefined WatchType: Closed Script info -Info 113 [00:02:59.000] FileWatcher:: Close:: WatchInfo: /a/bin/a.d.ts 500 undefined WatchType: Closed Script info -Info 114 [00:03:00.000] FileWatcher:: Close:: WatchInfo: /b/bin/b.d.ts 500 undefined WatchType: Closed Script info -Info 115 [00:03:01.000] FileWatcher:: Close:: WatchInfo: /b/bin/b.d.ts.map 500 undefined WatchType: Closed Script info -Info 116 [00:03:02.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 116 [00:03:03.000] Files (1) - -Info 116 [00:03:04.000] ----------------------------------------------- -Info 116 [00:03:05.000] Open files: -Info 116 [00:03:06.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 116 [00:03:07.000] Projects: /dev/null/inferredProject2* -Info 116 [00:03:08.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/user.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/bin/a.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /b/bin/b.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /b/bin/b.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -619,12 +581,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/dummy/node_modules/@types: *new* - {"pollingInterval":500} - -PolledWatches *deleted*:: -/user/node_modules/@types: - {"pollingInterval":500} FsWatches *deleted*:: /a/bin/a.d.ts: diff --git a/tests/baselines/reference/tsserver/declarationFileMaps/findAllReferences.js b/tests/baselines/reference/tsserver/declarationFileMaps/findAllReferences.js index b4df821fef5a2..10677d4d69a18 100644 --- a/tests/baselines/reference/tsserver/declarationFileMaps/findAllReferences.js +++ b/tests/baselines/reference/tsserver/declarationFileMaps/findAllReferences.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:35.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/a.ts] export function fnA() {} @@ -41,7 +41,7 @@ export function fnUser() { a.fnA(); b.fnB(); a.instanceA; } let a = 10; -Info 1 [00:00:36.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -50,11 +50,11 @@ Info 1 [00:00:36.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:37.000] Search path: /a -Info 3 [00:00:38.000] For info: /a/a.ts :: Config file name: /a/tsconfig.json -Info 4 [00:00:39.000] Creating configuration project /a/tsconfig.json -Info 5 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 6 [00:00:41.000] Config: /a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/a.ts :: Config file name: /a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/tsconfig.json : { "rootNames": [ "/a/a.ts" ], @@ -66,32 +66,30 @@ Info 6 [00:00:41.000] Config: /a/tsconfig.json : { "configFilePath": "/a/tsconfig.json" } } -Info 7 [00:00:42.000] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:43.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:44.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 10 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 11 [00:00:46.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 12 [00:00:47.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 13 [00:00:48.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 14 [00:00:49.000] Project '/a/tsconfig.json' (Configured) -Info 15 [00:00:50.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/a.ts SVC-1-0 "export function fnA() {}\nexport interface IfaceA {}\nexport const instanceA: IfaceA = {};" a.ts Matched by default include pattern '**/*' -Info 16 [00:00:51.000] ----------------------------------------------- -Info 17 [00:00:52.000] Search path: /a -Info 18 [00:00:53.000] For info: /a/tsconfig.json :: No config files found. -Info 19 [00:00:54.000] Project '/a/tsconfig.json' (Configured) -Info 19 [00:00:55.000] Files (1) - -Info 19 [00:00:56.000] ----------------------------------------------- -Info 19 [00:00:57.000] Open files: -Info 19 [00:00:58.000] FileName: /a/a.ts ProjectRootPath: undefined -Info 19 [00:00:59.000] Projects: /a/tsconfig.json -Info 19 [00:01:00.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -100,8 +98,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/tsconfig.json: *new* @@ -129,7 +125,7 @@ ts.getFileEmitOutput: /a/a.ts: { } Before request -Info 20 [00:01:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -138,13 +134,13 @@ Info 20 [00:01:01.000] request: "seq": 2, "type": "request" } -Info 21 [00:01:02.000] FileWatcher:: Added:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info -Info 22 [00:01:03.000] Project '/a/tsconfig.json' (Configured) -Info 22 [00:01:04.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 22 [00:01:05.000] ----------------------------------------------- -Info 22 [00:01:06.000] Open files: -Info 22 [00:01:07.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -153,8 +149,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/a/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/tsconfig.json: @@ -168,7 +162,7 @@ FsWatchesRecursive:: Before request -Info 23 [00:01:08.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -177,11 +171,11 @@ Info 23 [00:01:08.000] request: "seq": 3, "type": "request" } -Info 24 [00:01:09.000] Search path: /b -Info 25 [00:01:10.000] For info: /b/b.ts :: Config file name: /b/tsconfig.json -Info 26 [00:01:11.000] Creating configuration project /b/tsconfig.json -Info 27 [00:01:12.000] FileWatcher:: Added:: WatchInfo: /b/tsconfig.json 2000 undefined Project: /b/tsconfig.json WatchType: Config file -Info 28 [00:01:13.000] Config: /b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /b +Info seq [hh:mm:ss:mss] For info: /b/b.ts :: Config file name: /b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b/tsconfig.json 2000 undefined Project: /b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /b/tsconfig.json : { "rootNames": [ "/b/b.ts" ], @@ -193,49 +187,45 @@ Info 28 [00:01:13.000] Config: /b/tsconfig.json : { "configFilePath": "/b/tsconfig.json" } } -Info 29 [00:01:14.000] DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 30 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 31 [00:01:16.000] Starting updateGraphWorker: Project: /b/tsconfig.json -Info 32 [00:01:17.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/tsconfig.json WatchType: Missing file -Info 33 [00:01:18.000] DirectoryWatcher:: Added:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/tsconfig.json WatchType: Type roots -Info 34 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/tsconfig.json WatchType: Type roots -Info 35 [00:01:20.000] Finishing updateGraphWorker: Project: /b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 36 [00:01:21.000] Project '/b/tsconfig.json' (Configured) -Info 37 [00:01:22.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /b/b.ts SVC-1-0 "export function fnB() {}" b.ts Matched by default include pattern '**/*' -Info 38 [00:01:23.000] ----------------------------------------------- -Info 39 [00:01:24.000] Search path: /b -Info 40 [00:01:25.000] For info: /b/tsconfig.json :: No config files found. -Info 41 [00:01:26.000] `remove Project:: -Info 42 [00:01:27.000] Project '/a/tsconfig.json' (Configured) -Info 43 [00:01:28.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /b +Info seq [hh:mm:ss:mss] For info: /b/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/a.ts a.ts Matched by default include pattern '**/*' -Info 44 [00:01:29.000] ----------------------------------------------- -Info 45 [00:01:30.000] DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 46 [00:01:31.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 47 [00:01:32.000] FileWatcher:: Close:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 48 [00:01:33.000] DirectoryWatcher:: Close:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 49 [00:01:34.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 50 [00:01:35.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 51 [00:01:36.000] FileWatcher:: Close:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info -Info 52 [00:01:37.000] Project '/b/tsconfig.json' (Configured) -Info 52 [00:01:38.000] Files (1) - -Info 52 [00:01:39.000] ----------------------------------------------- -Info 52 [00:01:40.000] Open files: -Info 52 [00:01:41.000] FileName: /b/b.ts ProjectRootPath: undefined -Info 52 [00:01:42.000] Projects: /b/tsconfig.json -Info 52 [00:01:43.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /b/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -244,12 +234,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/b/node_modules/@types: *new* - {"pollingInterval":500} - -PolledWatches *deleted*:: -/a/node_modules/@types: - {"pollingInterval":500} FsWatches:: /b/tsconfig.json: *new* @@ -287,7 +271,7 @@ ts.getFileEmitOutput: /b/b.ts: { } Before request -Info 53 [00:01:44.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -296,13 +280,13 @@ Info 53 [00:01:44.000] request: "seq": 4, "type": "request" } -Info 54 [00:01:45.000] FileWatcher:: Added:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info -Info 55 [00:01:46.000] Project '/b/tsconfig.json' (Configured) -Info 55 [00:01:47.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 55 [00:01:48.000] ----------------------------------------------- -Info 55 [00:01:49.000] Open files: -Info 55 [00:01:50.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -311,8 +295,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/b/node_modules/@types: - {"pollingInterval":500} FsWatches:: /b/tsconfig.json: @@ -324,21 +306,19 @@ FsWatchesRecursive:: /b: {} -Info 56 [00:01:52.000] FileWatcher:: Triggered with /b/b.ts 2:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info -Info 57 [00:01:53.000] FileWatcher:: Close:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info -Info 58 [00:01:54.000] Scheduled: /b/tsconfig.json -Info 59 [00:01:55.000] Elapsed:: *ms FileWatcher:: Triggered with /b/b.ts 2:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info -Info 60 [00:01:56.000] DirectoryWatcher:: Triggered with /b/b.ts :: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 61 [00:01:57.000] Scheduled: /b/tsconfig.json, Cancelled earlier one -Info 62 [00:01:58.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /b/b.ts :: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /b/b.ts 2:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /b/tsconfig.json +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /b/b.ts 2:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /b/b.ts :: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /b/b.ts :: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory Before request //// [/b/b.ts] deleted PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/b/node_modules/@types: - {"pollingInterval":500} FsWatches:: /b/tsconfig.json: @@ -352,7 +332,7 @@ FsWatchesRecursive:: /b: {} -Info 63 [00:01:59.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -361,17 +341,15 @@ Info 63 [00:01:59.000] request: "seq": 5, "type": "request" } -Info 64 [00:02:00.000] Search path: /user -Info 65 [00:02:01.000] For info: /user/user.ts :: No config files found. -Info 66 [00:02:02.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 67 [00:02:03.000] FileWatcher:: Added:: WatchInfo: /a/bin/a.d.ts 500 undefined WatchType: Closed Script info -Info 68 [00:02:04.000] FileWatcher:: Added:: WatchInfo: /b/bin/b.d.ts 500 undefined WatchType: Closed Script info -Info 69 [00:02:05.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 70 [00:02:06.000] DirectoryWatcher:: Added:: WatchInfo: /user/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 71 [00:02:07.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 72 [00:02:08.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 73 [00:02:09.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 74 [00:02:10.000] Files (3) +Info seq [hh:mm:ss:mss] Search path: /user +Info seq [hh:mm:ss:mss] For info: /user/user.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/bin/a.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b/bin/b.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) /a/bin/a.d.ts Text-1 "export declare function fnA(): void;\nexport interface IfaceA {\n}\nexport declare const instanceA: IfaceA;\n//# sourceMappingURL=a.d.ts.map" /b/bin/b.d.ts Text-1 "export declare function fnB(): void;\n//# sourceMappingURL=b.d.ts.map" /user/user.ts SVC-1-0 "import * as a from \"../a/bin/a\";\nimport * as b from \"../b/bin/b\";\nexport function fnUser() { a.fnA(); b.fnB(); a.instanceA; }" @@ -384,31 +362,29 @@ Info 74 [00:02:10.000] Files (3) user.ts Root file specified for compilation -Info 75 [00:02:11.000] ----------------------------------------------- -Info 76 [00:02:12.000] `remove Project:: -Info 77 [00:02:13.000] Project '/b/tsconfig.json' (Configured) -Info 78 [00:02:14.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /b/b.ts b.ts Matched by default include pattern '**/*' -Info 79 [00:02:15.000] ----------------------------------------------- -Info 80 [00:02:16.000] DirectoryWatcher:: Close:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 81 [00:02:17.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 82 [00:02:18.000] FileWatcher:: Close:: WatchInfo: /b/tsconfig.json 2000 undefined Project: /b/tsconfig.json WatchType: Config file -Info 83 [00:02:19.000] DirectoryWatcher:: Close:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/tsconfig.json WatchType: Type roots -Info 84 [00:02:20.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/tsconfig.json WatchType: Type roots -Info 85 [00:02:21.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/tsconfig.json WatchType: Missing file -Info 86 [00:02:22.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 86 [00:02:23.000] Files (3) - -Info 86 [00:02:24.000] ----------------------------------------------- -Info 86 [00:02:25.000] Open files: -Info 86 [00:02:26.000] FileName: /user/user.ts ProjectRootPath: undefined -Info 86 [00:02:27.000] Projects: /dev/null/inferredProject1* -Info 86 [00:02:28.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /b/tsconfig.json 2000 undefined Project: /b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/user.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -417,12 +393,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/user/node_modules/@types: *new* - {"pollingInterval":500} - -PolledWatches *deleted*:: -/b/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/bin/a.d.ts: *new* @@ -440,7 +410,7 @@ FsWatchesRecursive *deleted*:: Before request -Info 87 [00:02:29.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "references", "arguments": { @@ -451,14 +421,14 @@ Info 87 [00:02:29.000] request: "seq": 6, "type": "request" } -Info 88 [00:02:30.000] Finding references to /user/user.ts position 95 in project /dev/null/inferredProject1* -Info 89 [00:02:31.000] FileWatcher:: Added:: WatchInfo: /a/bin/a.d.ts.map 500 undefined WatchType: Closed Script info -Info 90 [00:02:32.000] FileWatcher:: Added:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info -Info 91 [00:02:33.000] Search path: /a -Info 92 [00:02:34.000] For info: /a/a.ts :: Config file name: /a/tsconfig.json -Info 93 [00:02:35.000] Creating configuration project /a/tsconfig.json -Info 94 [00:02:36.000] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 95 [00:02:37.000] Config: /a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Finding references to /user/user.ts position 95 in project /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/bin/a.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/a.ts :: Config file name: /a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/tsconfig.json : { "rootNames": [ "/a/a.ts" ], @@ -470,26 +440,24 @@ Info 95 [00:02:37.000] Config: /a/tsconfig.json : { "configFilePath": "/a/tsconfig.json" } } -Info 96 [00:02:38.000] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 97 [00:02:39.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 98 [00:02:40.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 99 [00:02:41.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 100 [00:02:42.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 101 [00:02:43.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 102 [00:02:44.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 103 [00:02:45.000] Project '/a/tsconfig.json' (Configured) -Info 104 [00:02:46.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/a.ts Text-2 "export function fnA() {}\nexport interface IfaceA {}\nexport const instanceA: IfaceA = {};" a.ts Matched by default include pattern '**/*' -Info 105 [00:02:47.000] ----------------------------------------------- -Info 106 [00:02:48.000] Search path: /a -Info 107 [00:02:49.000] For info: /a/a.ts :: Config file name: /a/tsconfig.json -Info 108 [00:02:50.000] Finding references to /a/a.ts position 16 in project /a/tsconfig.json -Info 109 [00:02:51.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/a.ts :: Config file name: /a/tsconfig.json +Info seq [hh:mm:ss:mss] Finding references to /a/a.ts position 16 in project /a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "refs": [ @@ -539,10 +507,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/user/node_modules/@types: - {"pollingInterval":500} -/a/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/bin/a.d.ts: @@ -562,7 +526,7 @@ FsWatchesRecursive:: Before request -Info 110 [00:02:52.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -571,17 +535,17 @@ Info 110 [00:02:52.000] request: "seq": 7, "type": "request" } -Info 111 [00:02:53.000] FileWatcher:: Added:: WatchInfo: /user/user.ts 500 undefined WatchType: Closed Script info -Info 112 [00:02:54.000] Project '/a/tsconfig.json' (Configured) -Info 112 [00:02:55.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/user.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 112 [00:02:56.000] ----------------------------------------------- -Info 112 [00:02:57.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 112 [00:02:58.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) -Info 112 [00:02:59.000] ----------------------------------------------- -Info 112 [00:03:00.000] Open files: -Info 112 [00:03:01.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -590,10 +554,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/user/node_modules/@types: - {"pollingInterval":500} -/a/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/bin/a.d.ts: @@ -615,7 +575,7 @@ FsWatchesRecursive:: Before request -Info 113 [00:03:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -624,41 +584,37 @@ Info 113 [00:03:02.000] request: "seq": 8, "type": "request" } -Info 114 [00:03:03.000] Search path: /dummy -Info 115 [00:03:04.000] For info: /dummy/dummy.ts :: No config files found. -Info 116 [00:03:05.000] Starting updateGraphWorker: Project: /dev/null/inferredProject2* -Info 117 [00:03:06.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject2* WatchType: Missing file -Info 118 [00:03:07.000] DirectoryWatcher:: Added:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 119 [00:03:08.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 120 [00:03:09.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 121 [00:03:10.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 122 [00:03:11.000] Files (1) +Info seq [hh:mm:ss:mss] Search path: /dummy +Info seq [hh:mm:ss:mss] For info: /dummy/dummy.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject2* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /dummy/dummy.ts SVC-1-0 "let a = 10;" dummy.ts Root file specified for compilation -Info 123 [00:03:12.000] ----------------------------------------------- -Info 124 [00:03:13.000] `remove Project:: -Info 125 [00:03:14.000] Project '/a/tsconfig.json' (Configured) -Info 126 [00:03:15.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/a.ts a.ts Matched by default include pattern '**/*' -Info 127 [00:03:16.000] ----------------------------------------------- -Info 128 [00:03:17.000] DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 129 [00:03:18.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 130 [00:03:19.000] FileWatcher:: Close:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 131 [00:03:20.000] DirectoryWatcher:: Close:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 132 [00:03:21.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 133 [00:03:22.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 134 [00:03:23.000] `remove Project:: -Info 135 [00:03:24.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 136 [00:03:25.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) /a/bin/a.d.ts /b/bin/b.d.ts /user/user.ts @@ -671,23 +627,21 @@ Info 136 [00:03:25.000] Files (3) user.ts Root file specified for compilation -Info 137 [00:03:26.000] ----------------------------------------------- -Info 138 [00:03:27.000] DirectoryWatcher:: Close:: WatchInfo: /user/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 139 [00:03:28.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 140 [00:03:29.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 141 [00:03:30.000] FileWatcher:: Close:: WatchInfo: /user/user.ts 500 undefined WatchType: Closed Script info -Info 142 [00:03:31.000] FileWatcher:: Close:: WatchInfo: /a/bin/a.d.ts 500 undefined WatchType: Closed Script info -Info 143 [00:03:32.000] FileWatcher:: Close:: WatchInfo: /b/bin/b.d.ts 500 undefined WatchType: Closed Script info -Info 144 [00:03:33.000] FileWatcher:: Close:: WatchInfo: /a/bin/a.d.ts.map 500 undefined WatchType: Closed Script info -Info 145 [00:03:34.000] FileWatcher:: Close:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info -Info 146 [00:03:35.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 146 [00:03:36.000] Files (1) - -Info 146 [00:03:37.000] ----------------------------------------------- -Info 146 [00:03:38.000] Open files: -Info 146 [00:03:39.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 146 [00:03:40.000] Projects: /dev/null/inferredProject2* -Info 146 [00:03:41.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/user.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/bin/a.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /b/bin/b.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/bin/a.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -696,14 +650,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/dummy/node_modules/@types: *new* - {"pollingInterval":500} - -PolledWatches *deleted*:: -/user/node_modules/@types: - {"pollingInterval":500} -/a/node_modules/@types: - {"pollingInterval":500} FsWatches *deleted*:: /a/bin/a.d.ts: diff --git a/tests/baselines/reference/tsserver/declarationFileMaps/findAllReferencesFull-definition-is-in-mapped-file.js b/tests/baselines/reference/tsserver/declarationFileMaps/findAllReferencesFull-definition-is-in-mapped-file.js index 71510fa4dc128..88627607bada4 100644 --- a/tests/baselines/reference/tsserver/declarationFileMaps/findAllReferencesFull-definition-is-in-mapped-file.js +++ b/tests/baselines/reference/tsserver/declarationFileMaps/findAllReferencesFull-definition-is-in-mapped-file.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:21.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/a.ts] function f() {} @@ -21,7 +21,7 @@ declare function f(): void; {"version":3,"file":"a.d.ts","sourceRoot":"","sources":["../a/a.ts"],"names":[],"mappings":"AAAA,iBAAS,CAAC,SAAK"} -Info 1 [00:00:22.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -30,11 +30,11 @@ Info 1 [00:00:22.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:23.000] Search path: /a -Info 3 [00:00:24.000] For info: /a/a.ts :: Config file name: /a/tsconfig.json -Info 4 [00:00:25.000] Creating configuration project /a/tsconfig.json -Info 5 [00:00:26.000] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 6 [00:00:27.000] Config: /a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/a.ts :: Config file name: /a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/tsconfig.json : { "rootNames": [ "/a/a.ts" ], @@ -45,30 +45,28 @@ Info 6 [00:00:27.000] Config: /a/tsconfig.json : { "configFilePath": "/a/tsconfig.json" } } -Info 7 [00:00:28.000] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:29.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:30.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 10 [00:00:31.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 11 [00:00:32.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 12 [00:00:33.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 13 [00:00:34.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 14 [00:00:35.000] Project '/a/tsconfig.json' (Configured) -Info 15 [00:00:36.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/a.ts SVC-1-0 "function f() {}" a.ts Matched by default include pattern '**/*' -Info 16 [00:00:37.000] ----------------------------------------------- -Info 17 [00:00:38.000] Project '/a/tsconfig.json' (Configured) -Info 17 [00:00:39.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 17 [00:00:40.000] ----------------------------------------------- -Info 17 [00:00:41.000] Open files: -Info 17 [00:00:42.000] FileName: /a/a.ts ProjectRootPath: undefined -Info 17 [00:00:43.000] Projects: /a/tsconfig.json -Info 17 [00:00:44.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -77,8 +75,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/tsconfig.json: *new* @@ -106,7 +102,7 @@ ts.getFileEmitOutput: /a/a.ts: { } Before request -Info 18 [00:00:45.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -115,13 +111,13 @@ Info 18 [00:00:45.000] request: "seq": 2, "type": "request" } -Info 19 [00:00:46.000] FileWatcher:: Added:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info -Info 20 [00:00:47.000] Project '/a/tsconfig.json' (Configured) -Info 20 [00:00:48.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 20 [00:00:49.000] ----------------------------------------------- -Info 20 [00:00:50.000] Open files: -Info 20 [00:00:51.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -130,8 +126,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/a/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/tsconfig.json: @@ -145,7 +139,7 @@ FsWatchesRecursive:: Before request -Info 21 [00:00:52.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -154,11 +148,11 @@ Info 21 [00:00:52.000] request: "seq": 3, "type": "request" } -Info 22 [00:00:53.000] Search path: /b -Info 23 [00:00:54.000] For info: /b/b.ts :: Config file name: /b/tsconfig.json -Info 24 [00:00:55.000] Creating configuration project /b/tsconfig.json -Info 25 [00:00:56.000] FileWatcher:: Added:: WatchInfo: /b/tsconfig.json 2000 undefined Project: /b/tsconfig.json WatchType: Config file -Info 26 [00:00:57.000] Config: /b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /b +Info seq [hh:mm:ss:mss] For info: /b/b.ts :: Config file name: /b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b/tsconfig.json 2000 undefined Project: /b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /b/tsconfig.json : { "rootNames": [ "/b/b.ts" ], @@ -172,15 +166,13 @@ Info 26 [00:00:57.000] Config: /b/tsconfig.json : { } ] } -Info 27 [00:00:58.000] DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 28 [00:00:59.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 29 [00:01:00.000] Starting updateGraphWorker: Project: /b/tsconfig.json -Info 30 [00:01:01.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/tsconfig.json WatchType: Missing file -Info 31 [00:01:02.000] DirectoryWatcher:: Added:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/tsconfig.json WatchType: Type roots -Info 32 [00:01:03.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/tsconfig.json WatchType: Type roots -Info 33 [00:01:04.000] Finishing updateGraphWorker: Project: /b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 34 [00:01:05.000] Project '/b/tsconfig.json' (Configured) -Info 35 [00:01:06.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/a.ts SVC-1-0 "function f() {}" /b/b.ts SVC-1-0 "f();" @@ -190,19 +182,19 @@ Info 35 [00:01:06.000] Files (2) b.ts Matched by default include pattern '**/*' -Info 36 [00:01:07.000] ----------------------------------------------- -Info 37 [00:01:08.000] Project '/a/tsconfig.json' (Configured) -Info 37 [00:01:09.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 37 [00:01:10.000] ----------------------------------------------- -Info 37 [00:01:11.000] Project '/b/tsconfig.json' (Configured) -Info 37 [00:01:12.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 37 [00:01:13.000] ----------------------------------------------- -Info 37 [00:01:14.000] Open files: -Info 37 [00:01:15.000] FileName: /b/b.ts ProjectRootPath: undefined -Info 37 [00:01:16.000] Projects: /b/tsconfig.json -Info 37 [00:01:17.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /b/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -211,10 +203,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/a/node_modules/@types: - {"pollingInterval":500} -/b/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/tsconfig.json: @@ -232,7 +220,7 @@ FsWatchesRecursive:: Before request -Info 38 [00:01:18.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "references-full", "arguments": { @@ -243,13 +231,13 @@ Info 38 [00:01:18.000] request: "seq": 4, "type": "request" } -Info 39 [00:01:19.000] Finding references to /b/b.ts position 0 in project /b/tsconfig.json -Info 40 [00:01:20.000] Search path: /a -Info 41 [00:01:21.000] For info: /a/a.ts :: Config file name: /a/tsconfig.json -Info 42 [00:01:22.000] Search path: /a -Info 43 [00:01:23.000] For info: /a/a.ts :: Config file name: /a/tsconfig.json -Info 44 [00:01:24.000] Finding references to /a/a.ts position 9 in project /a/tsconfig.json -Info 45 [00:01:25.000] response: +Info seq [hh:mm:ss:mss] Finding references to /b/b.ts position 0 in project /b/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/a.ts :: Config file name: /a/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/a.ts :: Config file name: /a/tsconfig.json +Info seq [hh:mm:ss:mss] Finding references to /a/a.ts position 9 in project /a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { diff --git a/tests/baselines/reference/tsserver/declarationFileMaps/findAllReferencesFull.js b/tests/baselines/reference/tsserver/declarationFileMaps/findAllReferencesFull.js index 0e3cf7a411cef..01df078de8ecd 100644 --- a/tests/baselines/reference/tsserver/declarationFileMaps/findAllReferencesFull.js +++ b/tests/baselines/reference/tsserver/declarationFileMaps/findAllReferencesFull.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:35.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/a.ts] export function fnA() {} @@ -41,7 +41,7 @@ export function fnUser() { a.fnA(); b.fnB(); a.instanceA; } let a = 10; -Info 1 [00:00:36.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -50,11 +50,11 @@ Info 1 [00:00:36.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:37.000] Search path: /a -Info 3 [00:00:38.000] For info: /a/a.ts :: Config file name: /a/tsconfig.json -Info 4 [00:00:39.000] Creating configuration project /a/tsconfig.json -Info 5 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 6 [00:00:41.000] Config: /a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/a.ts :: Config file name: /a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/tsconfig.json : { "rootNames": [ "/a/a.ts" ], @@ -66,32 +66,30 @@ Info 6 [00:00:41.000] Config: /a/tsconfig.json : { "configFilePath": "/a/tsconfig.json" } } -Info 7 [00:00:42.000] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:43.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:44.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 10 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 11 [00:00:46.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 12 [00:00:47.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 13 [00:00:48.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 14 [00:00:49.000] Project '/a/tsconfig.json' (Configured) -Info 15 [00:00:50.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/a.ts SVC-1-0 "export function fnA() {}\nexport interface IfaceA {}\nexport const instanceA: IfaceA = {};" a.ts Matched by default include pattern '**/*' -Info 16 [00:00:51.000] ----------------------------------------------- -Info 17 [00:00:52.000] Search path: /a -Info 18 [00:00:53.000] For info: /a/tsconfig.json :: No config files found. -Info 19 [00:00:54.000] Project '/a/tsconfig.json' (Configured) -Info 19 [00:00:55.000] Files (1) - -Info 19 [00:00:56.000] ----------------------------------------------- -Info 19 [00:00:57.000] Open files: -Info 19 [00:00:58.000] FileName: /a/a.ts ProjectRootPath: undefined -Info 19 [00:00:59.000] Projects: /a/tsconfig.json -Info 19 [00:01:00.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -100,8 +98,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/tsconfig.json: *new* @@ -129,7 +125,7 @@ ts.getFileEmitOutput: /a/a.ts: { } Before request -Info 20 [00:01:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -138,13 +134,13 @@ Info 20 [00:01:01.000] request: "seq": 2, "type": "request" } -Info 21 [00:01:02.000] FileWatcher:: Added:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info -Info 22 [00:01:03.000] Project '/a/tsconfig.json' (Configured) -Info 22 [00:01:04.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 22 [00:01:05.000] ----------------------------------------------- -Info 22 [00:01:06.000] Open files: -Info 22 [00:01:07.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -153,8 +149,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/a/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/tsconfig.json: @@ -168,7 +162,7 @@ FsWatchesRecursive:: Before request -Info 23 [00:01:08.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -177,11 +171,11 @@ Info 23 [00:01:08.000] request: "seq": 3, "type": "request" } -Info 24 [00:01:09.000] Search path: /b -Info 25 [00:01:10.000] For info: /b/b.ts :: Config file name: /b/tsconfig.json -Info 26 [00:01:11.000] Creating configuration project /b/tsconfig.json -Info 27 [00:01:12.000] FileWatcher:: Added:: WatchInfo: /b/tsconfig.json 2000 undefined Project: /b/tsconfig.json WatchType: Config file -Info 28 [00:01:13.000] Config: /b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /b +Info seq [hh:mm:ss:mss] For info: /b/b.ts :: Config file name: /b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b/tsconfig.json 2000 undefined Project: /b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /b/tsconfig.json : { "rootNames": [ "/b/b.ts" ], @@ -193,49 +187,45 @@ Info 28 [00:01:13.000] Config: /b/tsconfig.json : { "configFilePath": "/b/tsconfig.json" } } -Info 29 [00:01:14.000] DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 30 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 31 [00:01:16.000] Starting updateGraphWorker: Project: /b/tsconfig.json -Info 32 [00:01:17.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/tsconfig.json WatchType: Missing file -Info 33 [00:01:18.000] DirectoryWatcher:: Added:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/tsconfig.json WatchType: Type roots -Info 34 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/tsconfig.json WatchType: Type roots -Info 35 [00:01:20.000] Finishing updateGraphWorker: Project: /b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 36 [00:01:21.000] Project '/b/tsconfig.json' (Configured) -Info 37 [00:01:22.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /b/b.ts SVC-1-0 "export function fnB() {}" b.ts Matched by default include pattern '**/*' -Info 38 [00:01:23.000] ----------------------------------------------- -Info 39 [00:01:24.000] Search path: /b -Info 40 [00:01:25.000] For info: /b/tsconfig.json :: No config files found. -Info 41 [00:01:26.000] `remove Project:: -Info 42 [00:01:27.000] Project '/a/tsconfig.json' (Configured) -Info 43 [00:01:28.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /b +Info seq [hh:mm:ss:mss] For info: /b/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/a.ts a.ts Matched by default include pattern '**/*' -Info 44 [00:01:29.000] ----------------------------------------------- -Info 45 [00:01:30.000] DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 46 [00:01:31.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 47 [00:01:32.000] FileWatcher:: Close:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 48 [00:01:33.000] DirectoryWatcher:: Close:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 49 [00:01:34.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 50 [00:01:35.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 51 [00:01:36.000] FileWatcher:: Close:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info -Info 52 [00:01:37.000] Project '/b/tsconfig.json' (Configured) -Info 52 [00:01:38.000] Files (1) - -Info 52 [00:01:39.000] ----------------------------------------------- -Info 52 [00:01:40.000] Open files: -Info 52 [00:01:41.000] FileName: /b/b.ts ProjectRootPath: undefined -Info 52 [00:01:42.000] Projects: /b/tsconfig.json -Info 52 [00:01:43.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /b/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -244,12 +234,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/b/node_modules/@types: *new* - {"pollingInterval":500} - -PolledWatches *deleted*:: -/a/node_modules/@types: - {"pollingInterval":500} FsWatches:: /b/tsconfig.json: *new* @@ -287,7 +271,7 @@ ts.getFileEmitOutput: /b/b.ts: { } Before request -Info 53 [00:01:44.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -296,13 +280,13 @@ Info 53 [00:01:44.000] request: "seq": 4, "type": "request" } -Info 54 [00:01:45.000] FileWatcher:: Added:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info -Info 55 [00:01:46.000] Project '/b/tsconfig.json' (Configured) -Info 55 [00:01:47.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 55 [00:01:48.000] ----------------------------------------------- -Info 55 [00:01:49.000] Open files: -Info 55 [00:01:50.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -311,8 +295,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/b/node_modules/@types: - {"pollingInterval":500} FsWatches:: /b/tsconfig.json: @@ -324,21 +306,19 @@ FsWatchesRecursive:: /b: {} -Info 56 [00:01:52.000] FileWatcher:: Triggered with /b/b.ts 2:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info -Info 57 [00:01:53.000] FileWatcher:: Close:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info -Info 58 [00:01:54.000] Scheduled: /b/tsconfig.json -Info 59 [00:01:55.000] Elapsed:: *ms FileWatcher:: Triggered with /b/b.ts 2:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info -Info 60 [00:01:56.000] DirectoryWatcher:: Triggered with /b/b.ts :: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 61 [00:01:57.000] Scheduled: /b/tsconfig.json, Cancelled earlier one -Info 62 [00:01:58.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /b/b.ts :: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /b/b.ts 2:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /b/tsconfig.json +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /b/b.ts 2:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /b/b.ts :: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /b/b.ts :: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory Before request //// [/b/b.ts] deleted PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/b/node_modules/@types: - {"pollingInterval":500} FsWatches:: /b/tsconfig.json: @@ -352,7 +332,7 @@ FsWatchesRecursive:: /b: {} -Info 63 [00:01:59.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -361,17 +341,15 @@ Info 63 [00:01:59.000] request: "seq": 5, "type": "request" } -Info 64 [00:02:00.000] Search path: /user -Info 65 [00:02:01.000] For info: /user/user.ts :: No config files found. -Info 66 [00:02:02.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 67 [00:02:03.000] FileWatcher:: Added:: WatchInfo: /a/bin/a.d.ts 500 undefined WatchType: Closed Script info -Info 68 [00:02:04.000] FileWatcher:: Added:: WatchInfo: /b/bin/b.d.ts 500 undefined WatchType: Closed Script info -Info 69 [00:02:05.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 70 [00:02:06.000] DirectoryWatcher:: Added:: WatchInfo: /user/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 71 [00:02:07.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 72 [00:02:08.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 73 [00:02:09.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 74 [00:02:10.000] Files (3) +Info seq [hh:mm:ss:mss] Search path: /user +Info seq [hh:mm:ss:mss] For info: /user/user.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/bin/a.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b/bin/b.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) /a/bin/a.d.ts Text-1 "export declare function fnA(): void;\nexport interface IfaceA {\n}\nexport declare const instanceA: IfaceA;\n//# sourceMappingURL=a.d.ts.map" /b/bin/b.d.ts Text-1 "export declare function fnB(): void;\n//# sourceMappingURL=b.d.ts.map" /user/user.ts SVC-1-0 "import * as a from \"../a/bin/a\";\nimport * as b from \"../b/bin/b\";\nexport function fnUser() { a.fnA(); b.fnB(); a.instanceA; }" @@ -384,31 +362,29 @@ Info 74 [00:02:10.000] Files (3) user.ts Root file specified for compilation -Info 75 [00:02:11.000] ----------------------------------------------- -Info 76 [00:02:12.000] `remove Project:: -Info 77 [00:02:13.000] Project '/b/tsconfig.json' (Configured) -Info 78 [00:02:14.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /b/b.ts b.ts Matched by default include pattern '**/*' -Info 79 [00:02:15.000] ----------------------------------------------- -Info 80 [00:02:16.000] DirectoryWatcher:: Close:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 81 [00:02:17.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 82 [00:02:18.000] FileWatcher:: Close:: WatchInfo: /b/tsconfig.json 2000 undefined Project: /b/tsconfig.json WatchType: Config file -Info 83 [00:02:19.000] DirectoryWatcher:: Close:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/tsconfig.json WatchType: Type roots -Info 84 [00:02:20.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/tsconfig.json WatchType: Type roots -Info 85 [00:02:21.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/tsconfig.json WatchType: Missing file -Info 86 [00:02:22.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 86 [00:02:23.000] Files (3) - -Info 86 [00:02:24.000] ----------------------------------------------- -Info 86 [00:02:25.000] Open files: -Info 86 [00:02:26.000] FileName: /user/user.ts ProjectRootPath: undefined -Info 86 [00:02:27.000] Projects: /dev/null/inferredProject1* -Info 86 [00:02:28.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /b/tsconfig.json 2000 undefined Project: /b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/user.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -417,12 +393,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/user/node_modules/@types: *new* - {"pollingInterval":500} - -PolledWatches *deleted*:: -/b/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/bin/a.d.ts: *new* @@ -440,7 +410,7 @@ FsWatchesRecursive *deleted*:: Before request -Info 87 [00:02:29.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "references-full", "arguments": { @@ -451,14 +421,14 @@ Info 87 [00:02:29.000] request: "seq": 6, "type": "request" } -Info 88 [00:02:30.000] Finding references to /user/user.ts position 95 in project /dev/null/inferredProject1* -Info 89 [00:02:31.000] FileWatcher:: Added:: WatchInfo: /a/bin/a.d.ts.map 500 undefined WatchType: Closed Script info -Info 90 [00:02:32.000] FileWatcher:: Added:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info -Info 91 [00:02:33.000] Search path: /a -Info 92 [00:02:34.000] For info: /a/a.ts :: Config file name: /a/tsconfig.json -Info 93 [00:02:35.000] Creating configuration project /a/tsconfig.json -Info 94 [00:02:36.000] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 95 [00:02:37.000] Config: /a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Finding references to /user/user.ts position 95 in project /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/bin/a.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/a.ts :: Config file name: /a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/tsconfig.json : { "rootNames": [ "/a/a.ts" ], @@ -470,26 +440,24 @@ Info 95 [00:02:37.000] Config: /a/tsconfig.json : { "configFilePath": "/a/tsconfig.json" } } -Info 96 [00:02:38.000] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 97 [00:02:39.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 98 [00:02:40.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 99 [00:02:41.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 100 [00:02:42.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 101 [00:02:43.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 102 [00:02:44.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 103 [00:02:45.000] Project '/a/tsconfig.json' (Configured) -Info 104 [00:02:46.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/a.ts Text-2 "export function fnA() {}\nexport interface IfaceA {}\nexport const instanceA: IfaceA = {};" a.ts Matched by default include pattern '**/*' -Info 105 [00:02:47.000] ----------------------------------------------- -Info 106 [00:02:48.000] Search path: /a -Info 107 [00:02:49.000] For info: /a/a.ts :: Config file name: /a/tsconfig.json -Info 108 [00:02:50.000] Finding references to /a/a.ts position 16 in project /a/tsconfig.json -Info 109 [00:02:51.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/a.ts :: Config file name: /a/tsconfig.json +Info seq [hh:mm:ss:mss] Finding references to /a/a.ts position 16 in project /a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -573,10 +541,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/user/node_modules/@types: - {"pollingInterval":500} -/a/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/bin/a.d.ts: @@ -596,7 +560,7 @@ FsWatchesRecursive:: Before request -Info 110 [00:02:52.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -605,17 +569,17 @@ Info 110 [00:02:52.000] request: "seq": 7, "type": "request" } -Info 111 [00:02:53.000] FileWatcher:: Added:: WatchInfo: /user/user.ts 500 undefined WatchType: Closed Script info -Info 112 [00:02:54.000] Project '/a/tsconfig.json' (Configured) -Info 112 [00:02:55.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/user.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 112 [00:02:56.000] ----------------------------------------------- -Info 112 [00:02:57.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 112 [00:02:58.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) -Info 112 [00:02:59.000] ----------------------------------------------- -Info 112 [00:03:00.000] Open files: -Info 112 [00:03:01.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -624,10 +588,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/user/node_modules/@types: - {"pollingInterval":500} -/a/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/bin/a.d.ts: @@ -649,7 +609,7 @@ FsWatchesRecursive:: Before request -Info 113 [00:03:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -658,41 +618,37 @@ Info 113 [00:03:02.000] request: "seq": 8, "type": "request" } -Info 114 [00:03:03.000] Search path: /dummy -Info 115 [00:03:04.000] For info: /dummy/dummy.ts :: No config files found. -Info 116 [00:03:05.000] Starting updateGraphWorker: Project: /dev/null/inferredProject2* -Info 117 [00:03:06.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject2* WatchType: Missing file -Info 118 [00:03:07.000] DirectoryWatcher:: Added:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 119 [00:03:08.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 120 [00:03:09.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 121 [00:03:10.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 122 [00:03:11.000] Files (1) +Info seq [hh:mm:ss:mss] Search path: /dummy +Info seq [hh:mm:ss:mss] For info: /dummy/dummy.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject2* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /dummy/dummy.ts SVC-1-0 "let a = 10;" dummy.ts Root file specified for compilation -Info 123 [00:03:12.000] ----------------------------------------------- -Info 124 [00:03:13.000] `remove Project:: -Info 125 [00:03:14.000] Project '/a/tsconfig.json' (Configured) -Info 126 [00:03:15.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/a.ts a.ts Matched by default include pattern '**/*' -Info 127 [00:03:16.000] ----------------------------------------------- -Info 128 [00:03:17.000] DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 129 [00:03:18.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 130 [00:03:19.000] FileWatcher:: Close:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 131 [00:03:20.000] DirectoryWatcher:: Close:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 132 [00:03:21.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 133 [00:03:22.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 134 [00:03:23.000] `remove Project:: -Info 135 [00:03:24.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 136 [00:03:25.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) /a/bin/a.d.ts /b/bin/b.d.ts /user/user.ts @@ -705,23 +661,21 @@ Info 136 [00:03:25.000] Files (3) user.ts Root file specified for compilation -Info 137 [00:03:26.000] ----------------------------------------------- -Info 138 [00:03:27.000] DirectoryWatcher:: Close:: WatchInfo: /user/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 139 [00:03:28.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 140 [00:03:29.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 141 [00:03:30.000] FileWatcher:: Close:: WatchInfo: /user/user.ts 500 undefined WatchType: Closed Script info -Info 142 [00:03:31.000] FileWatcher:: Close:: WatchInfo: /a/bin/a.d.ts 500 undefined WatchType: Closed Script info -Info 143 [00:03:32.000] FileWatcher:: Close:: WatchInfo: /b/bin/b.d.ts 500 undefined WatchType: Closed Script info -Info 144 [00:03:33.000] FileWatcher:: Close:: WatchInfo: /a/bin/a.d.ts.map 500 undefined WatchType: Closed Script info -Info 145 [00:03:34.000] FileWatcher:: Close:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info -Info 146 [00:03:35.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 146 [00:03:36.000] Files (1) - -Info 146 [00:03:37.000] ----------------------------------------------- -Info 146 [00:03:38.000] Open files: -Info 146 [00:03:39.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 146 [00:03:40.000] Projects: /dev/null/inferredProject2* -Info 146 [00:03:41.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/user.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/bin/a.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /b/bin/b.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/bin/a.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -730,14 +684,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/dummy/node_modules/@types: *new* - {"pollingInterval":500} - -PolledWatches *deleted*:: -/user/node_modules/@types: - {"pollingInterval":500} -/a/node_modules/@types: - {"pollingInterval":500} FsWatches *deleted*:: /a/bin/a.d.ts: diff --git a/tests/baselines/reference/tsserver/declarationFileMaps/getDefinitionAndBoundSpan-with-file-navigation.js b/tests/baselines/reference/tsserver/declarationFileMaps/getDefinitionAndBoundSpan-with-file-navigation.js index ebf1342536532..708ef05b93475 100644 --- a/tests/baselines/reference/tsserver/declarationFileMaps/getDefinitionAndBoundSpan-with-file-navigation.js +++ b/tests/baselines/reference/tsserver/declarationFileMaps/getDefinitionAndBoundSpan-with-file-navigation.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:37.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/a.ts] export function fnA() {} @@ -44,7 +44,7 @@ export function fnUser() { a.fnA(); b.fnB(); a.instanceA; } let a = 10; -Info 1 [00:00:38.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -53,11 +53,11 @@ Info 1 [00:00:38.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:39.000] Search path: /a -Info 3 [00:00:40.000] For info: /a/a.ts :: Config file name: /a/tsconfig.json -Info 4 [00:00:41.000] Creating configuration project /a/tsconfig.json -Info 5 [00:00:42.000] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 6 [00:00:43.000] Config: /a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/a.ts :: Config file name: /a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/tsconfig.json : { "rootNames": [ "/a/a.ts" ], @@ -69,32 +69,30 @@ Info 6 [00:00:43.000] Config: /a/tsconfig.json : { "configFilePath": "/a/tsconfig.json" } } -Info 7 [00:00:44.000] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:45.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:46.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 10 [00:00:47.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 11 [00:00:48.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 12 [00:00:49.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 13 [00:00:50.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 14 [00:00:51.000] Project '/a/tsconfig.json' (Configured) -Info 15 [00:00:52.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/a.ts SVC-1-0 "export function fnA() {}\nexport interface IfaceA {}\nexport const instanceA: IfaceA = {};" a.ts Matched by default include pattern '**/*' -Info 16 [00:00:53.000] ----------------------------------------------- -Info 17 [00:00:54.000] Search path: /a -Info 18 [00:00:55.000] For info: /a/tsconfig.json :: No config files found. -Info 19 [00:00:56.000] Project '/a/tsconfig.json' (Configured) -Info 19 [00:00:57.000] Files (1) - -Info 19 [00:00:58.000] ----------------------------------------------- -Info 19 [00:00:59.000] Open files: -Info 19 [00:01:00.000] FileName: /a/a.ts ProjectRootPath: undefined -Info 19 [00:01:01.000] Projects: /a/tsconfig.json -Info 19 [00:01:02.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -103,8 +101,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/tsconfig.json: *new* @@ -132,7 +128,7 @@ ts.getFileEmitOutput: /a/a.ts: { } Before request -Info 20 [00:01:03.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -141,13 +137,13 @@ Info 20 [00:01:03.000] request: "seq": 2, "type": "request" } -Info 21 [00:01:04.000] FileWatcher:: Added:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info -Info 22 [00:01:05.000] Project '/a/tsconfig.json' (Configured) -Info 22 [00:01:06.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 22 [00:01:07.000] ----------------------------------------------- -Info 22 [00:01:08.000] Open files: -Info 22 [00:01:09.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -156,8 +152,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/a/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/tsconfig.json: @@ -171,7 +165,7 @@ FsWatchesRecursive:: Before request -Info 23 [00:01:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -180,11 +174,11 @@ Info 23 [00:01:10.000] request: "seq": 3, "type": "request" } -Info 24 [00:01:11.000] Search path: /b -Info 25 [00:01:12.000] For info: /b/b.ts :: Config file name: /b/tsconfig.json -Info 26 [00:01:13.000] Creating configuration project /b/tsconfig.json -Info 27 [00:01:14.000] FileWatcher:: Added:: WatchInfo: /b/tsconfig.json 2000 undefined Project: /b/tsconfig.json WatchType: Config file -Info 28 [00:01:15.000] Config: /b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /b +Info seq [hh:mm:ss:mss] For info: /b/b.ts :: Config file name: /b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b/tsconfig.json 2000 undefined Project: /b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /b/tsconfig.json : { "rootNames": [ "/b/b.ts" ], @@ -196,49 +190,45 @@ Info 28 [00:01:15.000] Config: /b/tsconfig.json : { "configFilePath": "/b/tsconfig.json" } } -Info 29 [00:01:16.000] DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 30 [00:01:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 31 [00:01:18.000] Starting updateGraphWorker: Project: /b/tsconfig.json -Info 32 [00:01:19.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/tsconfig.json WatchType: Missing file -Info 33 [00:01:20.000] DirectoryWatcher:: Added:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/tsconfig.json WatchType: Type roots -Info 34 [00:01:21.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/tsconfig.json WatchType: Type roots -Info 35 [00:01:22.000] Finishing updateGraphWorker: Project: /b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 36 [00:01:23.000] Project '/b/tsconfig.json' (Configured) -Info 37 [00:01:24.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /b/b.ts SVC-1-0 "export function fnB() {}" b.ts Matched by default include pattern '**/*' -Info 38 [00:01:25.000] ----------------------------------------------- -Info 39 [00:01:26.000] Search path: /b -Info 40 [00:01:27.000] For info: /b/tsconfig.json :: No config files found. -Info 41 [00:01:28.000] `remove Project:: -Info 42 [00:01:29.000] Project '/a/tsconfig.json' (Configured) -Info 43 [00:01:30.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /b +Info seq [hh:mm:ss:mss] For info: /b/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/a.ts a.ts Matched by default include pattern '**/*' -Info 44 [00:01:31.000] ----------------------------------------------- -Info 45 [00:01:32.000] DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 46 [00:01:33.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 47 [00:01:34.000] FileWatcher:: Close:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 48 [00:01:35.000] DirectoryWatcher:: Close:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 49 [00:01:36.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 50 [00:01:37.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 51 [00:01:38.000] FileWatcher:: Close:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info -Info 52 [00:01:39.000] Project '/b/tsconfig.json' (Configured) -Info 52 [00:01:40.000] Files (1) - -Info 52 [00:01:41.000] ----------------------------------------------- -Info 52 [00:01:42.000] Open files: -Info 52 [00:01:43.000] FileName: /b/b.ts ProjectRootPath: undefined -Info 52 [00:01:44.000] Projects: /b/tsconfig.json -Info 52 [00:01:45.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /b/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -247,12 +237,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/b/node_modules/@types: *new* - {"pollingInterval":500} - -PolledWatches *deleted*:: -/a/node_modules/@types: - {"pollingInterval":500} FsWatches:: /b/tsconfig.json: *new* @@ -290,7 +274,7 @@ ts.getFileEmitOutput: /b/b.ts: { } Before request -Info 53 [00:01:46.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -299,13 +283,13 @@ Info 53 [00:01:46.000] request: "seq": 4, "type": "request" } -Info 54 [00:01:47.000] FileWatcher:: Added:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info -Info 55 [00:01:48.000] Project '/b/tsconfig.json' (Configured) -Info 55 [00:01:49.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 55 [00:01:50.000] ----------------------------------------------- -Info 55 [00:01:51.000] Open files: -Info 55 [00:01:52.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -314,8 +298,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/b/node_modules/@types: - {"pollingInterval":500} FsWatches:: /b/tsconfig.json: @@ -327,21 +309,19 @@ FsWatchesRecursive:: /b: {} -Info 56 [00:01:54.000] FileWatcher:: Triggered with /b/b.ts 2:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info -Info 57 [00:01:55.000] FileWatcher:: Close:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info -Info 58 [00:01:56.000] Scheduled: /b/tsconfig.json -Info 59 [00:01:57.000] Elapsed:: *ms FileWatcher:: Triggered with /b/b.ts 2:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info -Info 60 [00:01:58.000] DirectoryWatcher:: Triggered with /b/b.ts :: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 61 [00:01:59.000] Scheduled: /b/tsconfig.json, Cancelled earlier one -Info 62 [00:02:00.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /b/b.ts :: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /b/b.ts 2:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /b/tsconfig.json +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /b/b.ts 2:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /b/b.ts :: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /b/b.ts :: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory Before request //// [/b/b.ts] deleted PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/b/node_modules/@types: - {"pollingInterval":500} FsWatches:: /b/tsconfig.json: @@ -355,7 +335,7 @@ FsWatchesRecursive:: /b: {} -Info 63 [00:02:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -364,11 +344,11 @@ Info 63 [00:02:01.000] request: "seq": 5, "type": "request" } -Info 64 [00:02:02.000] Search path: /user -Info 65 [00:02:03.000] For info: /user/user.ts :: Config file name: /user/tsconfig.json -Info 66 [00:02:04.000] Creating configuration project /user/tsconfig.json -Info 67 [00:02:05.000] FileWatcher:: Added:: WatchInfo: /user/tsconfig.json 2000 undefined Project: /user/tsconfig.json WatchType: Config file -Info 68 [00:02:06.000] Config: /user/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user +Info seq [hh:mm:ss:mss] For info: /user/user.ts :: Config file name: /user/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/tsconfig.json 2000 undefined Project: /user/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/tsconfig.json : { "rootNames": [ "/user/user.ts" ], @@ -386,10 +366,10 @@ Info 68 [00:02:06.000] Config: /user/tsconfig.json : { } ] } -Info 69 [00:02:07.000] DirectoryWatcher:: Added:: WatchInfo: /user 1 undefined Config: /user/tsconfig.json WatchType: Wild card directory -Info 70 [00:02:08.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user 1 undefined Config: /user/tsconfig.json WatchType: Wild card directory -Info 71 [00:02:09.000] Starting updateGraphWorker: Project: /user/tsconfig.json -Info 72 [00:02:10.000] Config: /a/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user 1 undefined Config: /user/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user 1 undefined Config: /user/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /a/tsconfig.json : { "rootNames": [ "/a/a.ts" ], @@ -401,16 +381,14 @@ Info 72 [00:02:10.000] Config: /a/tsconfig.json : { "configFilePath": "/a/tsconfig.json" } } -Info 73 [00:02:11.000] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /user/tsconfig.json WatchType: Config file -Info 74 [00:02:12.000] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 75 [00:02:13.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 76 [00:02:14.000] FileWatcher:: Added:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info -Info 77 [00:02:15.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /user/tsconfig.json WatchType: Missing file -Info 78 [00:02:16.000] DirectoryWatcher:: Added:: WatchInfo: /user/node_modules/@types 1 undefined Project: /user/tsconfig.json WatchType: Type roots -Info 79 [00:02:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/node_modules/@types 1 undefined Project: /user/tsconfig.json WatchType: Type roots -Info 80 [00:02:18.000] Finishing updateGraphWorker: Project: /user/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 81 [00:02:19.000] Project '/user/tsconfig.json' (Configured) -Info 82 [00:02:20.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /user/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /user/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/a.ts Text-2 "export function fnA() {}\nexport interface IfaceA {}\nexport const instanceA: IfaceA = {};" /user/user.ts SVC-1-0 "import * as a from \"../a/a\";\nimport * as b from \"../b/b\";\nexport function fnUser() { a.fnA(); b.fnB(); a.instanceA; }" @@ -420,19 +398,19 @@ Info 82 [00:02:20.000] Files (2) user.ts Matched by default include pattern '**/*' -Info 83 [00:02:21.000] ----------------------------------------------- -Info 84 [00:02:22.000] Project '/b/tsconfig.json' (Configured) -Info 84 [00:02:23.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 84 [00:02:24.000] ----------------------------------------------- -Info 84 [00:02:25.000] Project '/user/tsconfig.json' (Configured) -Info 84 [00:02:26.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 84 [00:02:27.000] ----------------------------------------------- -Info 84 [00:02:28.000] Open files: -Info 84 [00:02:29.000] FileName: /user/user.ts ProjectRootPath: undefined -Info 84 [00:02:30.000] Projects: /user/tsconfig.json -Info 84 [00:02:31.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/user.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -441,10 +419,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/b/node_modules/@types: - {"pollingInterval":500} -/user/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /b/tsconfig.json: @@ -466,7 +440,7 @@ FsWatchesRecursive:: Before request -Info 85 [00:02:32.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -477,7 +451,7 @@ Info 85 [00:02:32.000] request: "seq": 6, "type": "request" } -Info 86 [00:02:33.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -518,7 +492,7 @@ After request Before request -Info 87 [00:02:34.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -527,17 +501,17 @@ Info 87 [00:02:34.000] request: "seq": 7, "type": "request" } -Info 88 [00:02:35.000] FileWatcher:: Added:: WatchInfo: /user/user.ts 500 undefined WatchType: Closed Script info -Info 89 [00:02:36.000] Project '/b/tsconfig.json' (Configured) -Info 89 [00:02:37.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/user.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 89 [00:02:38.000] ----------------------------------------------- -Info 89 [00:02:39.000] Project '/user/tsconfig.json' (Configured) -Info 89 [00:02:40.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 89 [00:02:41.000] ----------------------------------------------- -Info 89 [00:02:42.000] Open files: -Info 89 [00:02:43.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -546,10 +520,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/b/node_modules/@types: - {"pollingInterval":500} -/user/node_modules/@types: - {"pollingInterval":500} FsWatches:: /b/tsconfig.json: @@ -573,7 +543,7 @@ FsWatchesRecursive:: Before request -Info 90 [00:02:44.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -582,42 +552,40 @@ Info 90 [00:02:44.000] request: "seq": 8, "type": "request" } -Info 91 [00:02:45.000] FileWatcher:: Close:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info -Info 92 [00:02:46.000] Search path: /a -Info 93 [00:02:47.000] For info: /a/a.ts :: Config file name: /a/tsconfig.json -Info 94 [00:02:48.000] Creating configuration project /a/tsconfig.json -Info 95 [00:02:49.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 96 [00:02:50.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 97 [00:02:51.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 98 [00:02:52.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 99 [00:02:53.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 100 [00:02:54.000] Project '/a/tsconfig.json' (Configured) -Info 101 [00:02:55.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/a.ts :: Config file name: /a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/a.ts Text-2 "export function fnA() {}\nexport interface IfaceA {}\nexport const instanceA: IfaceA = {};" a.ts Matched by default include pattern '**/*' -Info 102 [00:02:56.000] ----------------------------------------------- -Info 103 [00:02:57.000] Search path: /a -Info 104 [00:02:58.000] For info: /a/tsconfig.json :: No config files found. -Info 105 [00:02:59.000] Project '/b/tsconfig.json' (Configured) -Info 105 [00:03:00.000] Files (1) - -Info 105 [00:03:01.000] ----------------------------------------------- -Info 105 [00:03:02.000] Project '/user/tsconfig.json' (Configured) -Info 105 [00:03:03.000] Files (2) - -Info 105 [00:03:04.000] ----------------------------------------------- -Info 105 [00:03:05.000] Project '/a/tsconfig.json' (Configured) -Info 105 [00:03:06.000] Files (1) - -Info 105 [00:03:07.000] ----------------------------------------------- -Info 105 [00:03:08.000] Open files: -Info 105 [00:03:09.000] FileName: /a/a.ts ProjectRootPath: undefined -Info 105 [00:03:10.000] Projects: /user/tsconfig.json,/a/tsconfig.json -Info 105 [00:03:11.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/tsconfig.json,/a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -626,12 +594,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/b/node_modules/@types: - {"pollingInterval":500} -/user/node_modules/@types: - {"pollingInterval":500} -/a/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /b/tsconfig.json: @@ -657,7 +619,7 @@ FsWatchesRecursive:: Before request -Info 106 [00:03:12.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -666,21 +628,21 @@ Info 106 [00:03:12.000] request: "seq": 9, "type": "request" } -Info 107 [00:03:13.000] FileWatcher:: Added:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info -Info 108 [00:03:14.000] Project '/b/tsconfig.json' (Configured) -Info 108 [00:03:15.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 108 [00:03:16.000] ----------------------------------------------- -Info 108 [00:03:17.000] Project '/user/tsconfig.json' (Configured) -Info 108 [00:03:18.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 108 [00:03:19.000] ----------------------------------------------- -Info 108 [00:03:20.000] Project '/a/tsconfig.json' (Configured) -Info 108 [00:03:21.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 108 [00:03:22.000] ----------------------------------------------- -Info 108 [00:03:23.000] Open files: -Info 108 [00:03:24.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -689,12 +651,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/b/node_modules/@types: - {"pollingInterval":500} -/user/node_modules/@types: - {"pollingInterval":500} -/a/node_modules/@types: - {"pollingInterval":500} FsWatches:: /b/tsconfig.json: @@ -718,7 +674,7 @@ FsWatchesRecursive:: Before request -Info 109 [00:03:25.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -727,38 +683,34 @@ Info 109 [00:03:25.000] request: "seq": 10, "type": "request" } -Info 110 [00:03:26.000] Search path: /dummy -Info 111 [00:03:27.000] For info: /dummy/dummy.ts :: No config files found. -Info 112 [00:03:28.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 113 [00:03:29.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 114 [00:03:30.000] DirectoryWatcher:: Added:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 115 [00:03:31.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 116 [00:03:32.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 117 [00:03:33.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 118 [00:03:34.000] Files (1) +Info seq [hh:mm:ss:mss] Search path: /dummy +Info seq [hh:mm:ss:mss] For info: /dummy/dummy.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /dummy/dummy.ts SVC-1-0 "let a = 10;" dummy.ts Root file specified for compilation -Info 119 [00:03:35.000] ----------------------------------------------- -Info 120 [00:03:36.000] `remove Project:: -Info 121 [00:03:37.000] Project '/b/tsconfig.json' (Configured) -Info 122 [00:03:38.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /b/b.ts b.ts Matched by default include pattern '**/*' -Info 123 [00:03:39.000] ----------------------------------------------- -Info 124 [00:03:40.000] DirectoryWatcher:: Close:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/tsconfig.json WatchType: Type roots -Info 125 [00:03:41.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/tsconfig.json WatchType: Type roots -Info 126 [00:03:42.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/tsconfig.json WatchType: Missing file -Info 127 [00:03:43.000] `remove Project:: -Info 128 [00:03:44.000] Project '/user/tsconfig.json' (Configured) -Info 129 [00:03:45.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/a.ts /user/user.ts @@ -768,42 +720,38 @@ Info 129 [00:03:45.000] Files (2) user.ts Matched by default include pattern '**/*' -Info 130 [00:03:46.000] ----------------------------------------------- -Info 131 [00:03:47.000] DirectoryWatcher:: Close:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 132 [00:03:48.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 133 [00:03:49.000] FileWatcher:: Close:: WatchInfo: /b/tsconfig.json 2000 undefined Project: /b/tsconfig.json WatchType: Config file -Info 134 [00:03:50.000] DirectoryWatcher:: Close:: WatchInfo: /user 1 undefined Config: /user/tsconfig.json WatchType: Wild card directory -Info 135 [00:03:51.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user 1 undefined Config: /user/tsconfig.json WatchType: Wild card directory -Info 136 [00:03:52.000] FileWatcher:: Close:: WatchInfo: /user/tsconfig.json 2000 undefined Project: /user/tsconfig.json WatchType: Config file -Info 137 [00:03:53.000] DirectoryWatcher:: Close:: WatchInfo: /user/node_modules/@types 1 undefined Project: /user/tsconfig.json WatchType: Type roots -Info 138 [00:03:54.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/node_modules/@types 1 undefined Project: /user/tsconfig.json WatchType: Type roots -Info 139 [00:03:55.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /user/tsconfig.json WatchType: Missing file -Info 140 [00:03:56.000] `remove Project:: -Info 141 [00:03:57.000] Project '/a/tsconfig.json' (Configured) -Info 142 [00:03:58.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /b/tsconfig.json 2000 undefined Project: /b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user 1 undefined Config: /user/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user 1 undefined Config: /user/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/tsconfig.json 2000 undefined Project: /user/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /user/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/a.ts a.ts Matched by default include pattern '**/*' -Info 143 [00:03:59.000] ----------------------------------------------- -Info 144 [00:04:00.000] DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 145 [00:04:01.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 146 [00:04:02.000] FileWatcher:: Close:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /user/tsconfig.json WatchType: Config file -Info 147 [00:04:03.000] DirectoryWatcher:: Close:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 148 [00:04:04.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 149 [00:04:05.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 150 [00:04:06.000] FileWatcher:: Close:: WatchInfo: /user/user.ts 500 undefined WatchType: Closed Script info -Info 151 [00:04:07.000] FileWatcher:: Close:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info -Info 152 [00:04:08.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 152 [00:04:09.000] Files (1) - -Info 152 [00:04:10.000] ----------------------------------------------- -Info 152 [00:04:11.000] Open files: -Info 152 [00:04:12.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 152 [00:04:13.000] Projects: /dev/null/inferredProject1* -Info 152 [00:04:14.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /user/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/user.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -812,16 +760,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/dummy/node_modules/@types: *new* - {"pollingInterval":500} - -PolledWatches *deleted*:: -/b/node_modules/@types: - {"pollingInterval":500} -/user/node_modules/@types: - {"pollingInterval":500} -/a/node_modules/@types: - {"pollingInterval":500} FsWatches *deleted*:: /b/tsconfig.json: diff --git a/tests/baselines/reference/tsserver/declarationFileMaps/getDefinitionAndBoundSpan.js b/tests/baselines/reference/tsserver/declarationFileMaps/getDefinitionAndBoundSpan.js index 0ae6a6550fb9e..43b7684b8722b 100644 --- a/tests/baselines/reference/tsserver/declarationFileMaps/getDefinitionAndBoundSpan.js +++ b/tests/baselines/reference/tsserver/declarationFileMaps/getDefinitionAndBoundSpan.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:35.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/a.ts] export function fnA() {} @@ -41,7 +41,7 @@ export function fnUser() { a.fnA(); b.fnB(); a.instanceA; } let a = 10; -Info 1 [00:00:36.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -50,11 +50,11 @@ Info 1 [00:00:36.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:37.000] Search path: /a -Info 3 [00:00:38.000] For info: /a/a.ts :: Config file name: /a/tsconfig.json -Info 4 [00:00:39.000] Creating configuration project /a/tsconfig.json -Info 5 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 6 [00:00:41.000] Config: /a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/a.ts :: Config file name: /a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/tsconfig.json : { "rootNames": [ "/a/a.ts" ], @@ -66,32 +66,30 @@ Info 6 [00:00:41.000] Config: /a/tsconfig.json : { "configFilePath": "/a/tsconfig.json" } } -Info 7 [00:00:42.000] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:43.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:44.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 10 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 11 [00:00:46.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 12 [00:00:47.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 13 [00:00:48.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 14 [00:00:49.000] Project '/a/tsconfig.json' (Configured) -Info 15 [00:00:50.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/a.ts SVC-1-0 "export function fnA() {}\nexport interface IfaceA {}\nexport const instanceA: IfaceA = {};" a.ts Matched by default include pattern '**/*' -Info 16 [00:00:51.000] ----------------------------------------------- -Info 17 [00:00:52.000] Search path: /a -Info 18 [00:00:53.000] For info: /a/tsconfig.json :: No config files found. -Info 19 [00:00:54.000] Project '/a/tsconfig.json' (Configured) -Info 19 [00:00:55.000] Files (1) - -Info 19 [00:00:56.000] ----------------------------------------------- -Info 19 [00:00:57.000] Open files: -Info 19 [00:00:58.000] FileName: /a/a.ts ProjectRootPath: undefined -Info 19 [00:00:59.000] Projects: /a/tsconfig.json -Info 19 [00:01:00.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -100,8 +98,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/tsconfig.json: *new* @@ -129,7 +125,7 @@ ts.getFileEmitOutput: /a/a.ts: { } Before request -Info 20 [00:01:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -138,13 +134,13 @@ Info 20 [00:01:01.000] request: "seq": 2, "type": "request" } -Info 21 [00:01:02.000] FileWatcher:: Added:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info -Info 22 [00:01:03.000] Project '/a/tsconfig.json' (Configured) -Info 22 [00:01:04.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 22 [00:01:05.000] ----------------------------------------------- -Info 22 [00:01:06.000] Open files: -Info 22 [00:01:07.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -153,8 +149,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/a/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/tsconfig.json: @@ -168,7 +162,7 @@ FsWatchesRecursive:: Before request -Info 23 [00:01:08.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -177,11 +171,11 @@ Info 23 [00:01:08.000] request: "seq": 3, "type": "request" } -Info 24 [00:01:09.000] Search path: /b -Info 25 [00:01:10.000] For info: /b/b.ts :: Config file name: /b/tsconfig.json -Info 26 [00:01:11.000] Creating configuration project /b/tsconfig.json -Info 27 [00:01:12.000] FileWatcher:: Added:: WatchInfo: /b/tsconfig.json 2000 undefined Project: /b/tsconfig.json WatchType: Config file -Info 28 [00:01:13.000] Config: /b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /b +Info seq [hh:mm:ss:mss] For info: /b/b.ts :: Config file name: /b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b/tsconfig.json 2000 undefined Project: /b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /b/tsconfig.json : { "rootNames": [ "/b/b.ts" ], @@ -193,49 +187,45 @@ Info 28 [00:01:13.000] Config: /b/tsconfig.json : { "configFilePath": "/b/tsconfig.json" } } -Info 29 [00:01:14.000] DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 30 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 31 [00:01:16.000] Starting updateGraphWorker: Project: /b/tsconfig.json -Info 32 [00:01:17.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/tsconfig.json WatchType: Missing file -Info 33 [00:01:18.000] DirectoryWatcher:: Added:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/tsconfig.json WatchType: Type roots -Info 34 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/tsconfig.json WatchType: Type roots -Info 35 [00:01:20.000] Finishing updateGraphWorker: Project: /b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 36 [00:01:21.000] Project '/b/tsconfig.json' (Configured) -Info 37 [00:01:22.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /b/b.ts SVC-1-0 "export function fnB() {}" b.ts Matched by default include pattern '**/*' -Info 38 [00:01:23.000] ----------------------------------------------- -Info 39 [00:01:24.000] Search path: /b -Info 40 [00:01:25.000] For info: /b/tsconfig.json :: No config files found. -Info 41 [00:01:26.000] `remove Project:: -Info 42 [00:01:27.000] Project '/a/tsconfig.json' (Configured) -Info 43 [00:01:28.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /b +Info seq [hh:mm:ss:mss] For info: /b/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/a.ts a.ts Matched by default include pattern '**/*' -Info 44 [00:01:29.000] ----------------------------------------------- -Info 45 [00:01:30.000] DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 46 [00:01:31.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 47 [00:01:32.000] FileWatcher:: Close:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 48 [00:01:33.000] DirectoryWatcher:: Close:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 49 [00:01:34.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 50 [00:01:35.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 51 [00:01:36.000] FileWatcher:: Close:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info -Info 52 [00:01:37.000] Project '/b/tsconfig.json' (Configured) -Info 52 [00:01:38.000] Files (1) - -Info 52 [00:01:39.000] ----------------------------------------------- -Info 52 [00:01:40.000] Open files: -Info 52 [00:01:41.000] FileName: /b/b.ts ProjectRootPath: undefined -Info 52 [00:01:42.000] Projects: /b/tsconfig.json -Info 52 [00:01:43.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /b/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -244,12 +234,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/b/node_modules/@types: *new* - {"pollingInterval":500} - -PolledWatches *deleted*:: -/a/node_modules/@types: - {"pollingInterval":500} FsWatches:: /b/tsconfig.json: *new* @@ -287,7 +271,7 @@ ts.getFileEmitOutput: /b/b.ts: { } Before request -Info 53 [00:01:44.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -296,13 +280,13 @@ Info 53 [00:01:44.000] request: "seq": 4, "type": "request" } -Info 54 [00:01:45.000] FileWatcher:: Added:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info -Info 55 [00:01:46.000] Project '/b/tsconfig.json' (Configured) -Info 55 [00:01:47.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 55 [00:01:48.000] ----------------------------------------------- -Info 55 [00:01:49.000] Open files: -Info 55 [00:01:50.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -311,8 +295,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/b/node_modules/@types: - {"pollingInterval":500} FsWatches:: /b/tsconfig.json: @@ -324,21 +306,19 @@ FsWatchesRecursive:: /b: {} -Info 56 [00:01:52.000] FileWatcher:: Triggered with /b/b.ts 2:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info -Info 57 [00:01:53.000] FileWatcher:: Close:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info -Info 58 [00:01:54.000] Scheduled: /b/tsconfig.json -Info 59 [00:01:55.000] Elapsed:: *ms FileWatcher:: Triggered with /b/b.ts 2:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info -Info 60 [00:01:56.000] DirectoryWatcher:: Triggered with /b/b.ts :: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 61 [00:01:57.000] Scheduled: /b/tsconfig.json, Cancelled earlier one -Info 62 [00:01:58.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /b/b.ts :: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /b/b.ts 2:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /b/tsconfig.json +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /b/b.ts 2:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /b/b.ts :: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /b/b.ts :: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory Before request //// [/b/b.ts] deleted PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/b/node_modules/@types: - {"pollingInterval":500} FsWatches:: /b/tsconfig.json: @@ -352,7 +332,7 @@ FsWatchesRecursive:: /b: {} -Info 63 [00:01:59.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -361,17 +341,15 @@ Info 63 [00:01:59.000] request: "seq": 5, "type": "request" } -Info 64 [00:02:00.000] Search path: /user -Info 65 [00:02:01.000] For info: /user/user.ts :: No config files found. -Info 66 [00:02:02.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 67 [00:02:03.000] FileWatcher:: Added:: WatchInfo: /a/bin/a.d.ts 500 undefined WatchType: Closed Script info -Info 68 [00:02:04.000] FileWatcher:: Added:: WatchInfo: /b/bin/b.d.ts 500 undefined WatchType: Closed Script info -Info 69 [00:02:05.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 70 [00:02:06.000] DirectoryWatcher:: Added:: WatchInfo: /user/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 71 [00:02:07.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 72 [00:02:08.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 73 [00:02:09.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 74 [00:02:10.000] Files (3) +Info seq [hh:mm:ss:mss] Search path: /user +Info seq [hh:mm:ss:mss] For info: /user/user.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/bin/a.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b/bin/b.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) /a/bin/a.d.ts Text-1 "export declare function fnA(): void;\nexport interface IfaceA {\n}\nexport declare const instanceA: IfaceA;\n//# sourceMappingURL=a.d.ts.map" /b/bin/b.d.ts Text-1 "export declare function fnB(): void;\n//# sourceMappingURL=b.d.ts.map" /user/user.ts SVC-1-0 "import * as a from \"../a/bin/a\";\nimport * as b from \"../b/bin/b\";\nexport function fnUser() { a.fnA(); b.fnB(); a.instanceA; }" @@ -384,31 +362,29 @@ Info 74 [00:02:10.000] Files (3) user.ts Root file specified for compilation -Info 75 [00:02:11.000] ----------------------------------------------- -Info 76 [00:02:12.000] `remove Project:: -Info 77 [00:02:13.000] Project '/b/tsconfig.json' (Configured) -Info 78 [00:02:14.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /b/b.ts b.ts Matched by default include pattern '**/*' -Info 79 [00:02:15.000] ----------------------------------------------- -Info 80 [00:02:16.000] DirectoryWatcher:: Close:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 81 [00:02:17.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 82 [00:02:18.000] FileWatcher:: Close:: WatchInfo: /b/tsconfig.json 2000 undefined Project: /b/tsconfig.json WatchType: Config file -Info 83 [00:02:19.000] DirectoryWatcher:: Close:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/tsconfig.json WatchType: Type roots -Info 84 [00:02:20.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/tsconfig.json WatchType: Type roots -Info 85 [00:02:21.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/tsconfig.json WatchType: Missing file -Info 86 [00:02:22.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 86 [00:02:23.000] Files (3) - -Info 86 [00:02:24.000] ----------------------------------------------- -Info 86 [00:02:25.000] Open files: -Info 86 [00:02:26.000] FileName: /user/user.ts ProjectRootPath: undefined -Info 86 [00:02:27.000] Projects: /dev/null/inferredProject1* -Info 86 [00:02:28.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /b/tsconfig.json 2000 undefined Project: /b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/user.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -417,12 +393,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/user/node_modules/@types: *new* - {"pollingInterval":500} - -PolledWatches *deleted*:: -/b/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/bin/a.d.ts: *new* @@ -440,7 +410,7 @@ FsWatchesRecursive *deleted*:: Before request -Info 87 [00:02:29.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -451,9 +421,9 @@ Info 87 [00:02:29.000] request: "seq": 6, "type": "request" } -Info 88 [00:02:30.000] FileWatcher:: Added:: WatchInfo: /a/bin/a.d.ts.map 500 undefined WatchType: Closed Script info -Info 89 [00:02:31.000] FileWatcher:: Added:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info -Info 90 [00:02:32.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/bin/a.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -495,8 +465,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/user/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/bin/a.d.ts: @@ -510,7 +478,7 @@ FsWatches:: Before request -Info 91 [00:02:33.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -519,13 +487,13 @@ Info 91 [00:02:33.000] request: "seq": 7, "type": "request" } -Info 92 [00:02:34.000] FileWatcher:: Added:: WatchInfo: /user/user.ts 500 undefined WatchType: Closed Script info -Info 93 [00:02:35.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 93 [00:02:36.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/user.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) -Info 93 [00:02:37.000] ----------------------------------------------- -Info 93 [00:02:38.000] Open files: -Info 93 [00:02:39.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -534,8 +502,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/user/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/bin/a.d.ts: @@ -551,7 +517,7 @@ FsWatches:: Before request -Info 94 [00:02:40.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -560,25 +526,23 @@ Info 94 [00:02:40.000] request: "seq": 8, "type": "request" } -Info 95 [00:02:41.000] Search path: /dummy -Info 96 [00:02:42.000] For info: /dummy/dummy.ts :: No config files found. -Info 97 [00:02:43.000] Starting updateGraphWorker: Project: /dev/null/inferredProject2* -Info 98 [00:02:44.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject2* WatchType: Missing file -Info 99 [00:02:45.000] DirectoryWatcher:: Added:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 100 [00:02:46.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 101 [00:02:47.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 102 [00:02:48.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 103 [00:02:49.000] Files (1) +Info seq [hh:mm:ss:mss] Search path: /dummy +Info seq [hh:mm:ss:mss] For info: /dummy/dummy.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject2* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /dummy/dummy.ts SVC-1-0 "let a = 10;" dummy.ts Root file specified for compilation -Info 104 [00:02:50.000] ----------------------------------------------- -Info 105 [00:02:51.000] `remove Project:: -Info 106 [00:02:52.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 107 [00:02:53.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) /a/bin/a.d.ts /b/bin/b.d.ts /user/user.ts @@ -591,23 +555,21 @@ Info 107 [00:02:53.000] Files (3) user.ts Root file specified for compilation -Info 108 [00:02:54.000] ----------------------------------------------- -Info 109 [00:02:55.000] DirectoryWatcher:: Close:: WatchInfo: /user/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 110 [00:02:56.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 111 [00:02:57.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 112 [00:02:58.000] FileWatcher:: Close:: WatchInfo: /user/user.ts 500 undefined WatchType: Closed Script info -Info 113 [00:02:59.000] FileWatcher:: Close:: WatchInfo: /a/bin/a.d.ts 500 undefined WatchType: Closed Script info -Info 114 [00:03:00.000] FileWatcher:: Close:: WatchInfo: /b/bin/b.d.ts 500 undefined WatchType: Closed Script info -Info 115 [00:03:01.000] FileWatcher:: Close:: WatchInfo: /a/bin/a.d.ts.map 500 undefined WatchType: Closed Script info -Info 116 [00:03:02.000] FileWatcher:: Close:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info -Info 117 [00:03:03.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 117 [00:03:04.000] Files (1) - -Info 117 [00:03:05.000] ----------------------------------------------- -Info 117 [00:03:06.000] Open files: -Info 117 [00:03:07.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 117 [00:03:08.000] Projects: /dev/null/inferredProject2* -Info 117 [00:03:09.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/user.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/bin/a.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /b/bin/b.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/bin/a.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -616,12 +578,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/dummy/node_modules/@types: *new* - {"pollingInterval":500} - -PolledWatches *deleted*:: -/user/node_modules/@types: - {"pollingInterval":500} FsWatches *deleted*:: /a/bin/a.d.ts: diff --git a/tests/baselines/reference/tsserver/declarationFileMaps/getEditsForFileRename-when-referencing-project-doesnt-include-file-and-its-renamed.js b/tests/baselines/reference/tsserver/declarationFileMaps/getEditsForFileRename-when-referencing-project-doesnt-include-file-and-its-renamed.js index 6dde058d5b5aa..e361f6d6cdce5 100644 --- a/tests/baselines/reference/tsserver/declarationFileMaps/getEditsForFileRename-when-referencing-project-doesnt-include-file-and-its-renamed.js +++ b/tests/baselines/reference/tsserver/declarationFileMaps/getEditsForFileRename-when-referencing-project-doesnt-include-file-and-its-renamed.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:19.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/src/a.ts] @@ -14,7 +14,7 @@ Before request {"compilerOptions":{"composite":true,"outDir":"./build"},"include":["./src"],"references":[{"path":"../a"}]} -Info 1 [00:00:20.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -23,11 +23,11 @@ Info 1 [00:00:20.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:21.000] Search path: /a/src -Info 3 [00:00:22.000] For info: /a/src/a.ts :: Config file name: /a/tsconfig.json -Info 4 [00:00:23.000] Creating configuration project /a/tsconfig.json -Info 5 [00:00:24.000] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 6 [00:00:25.000] Config: /a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a/src +Info seq [hh:mm:ss:mss] For info: /a/src/a.ts :: Config file name: /a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/tsconfig.json : { "rootNames": [ "/a/src/a.ts" ], @@ -39,32 +39,30 @@ Info 6 [00:00:25.000] Config: /a/tsconfig.json : { "configFilePath": "/a/tsconfig.json" } } -Info 7 [00:00:26.000] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:27.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:28.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 10 [00:00:29.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 11 [00:00:30.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 12 [00:00:31.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 13 [00:00:32.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 14 [00:00:33.000] Project '/a/tsconfig.json' (Configured) -Info 15 [00:00:34.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/src/a.ts SVC-1-0 "" src/a.ts Matched by default include pattern '**/*' -Info 16 [00:00:35.000] ----------------------------------------------- -Info 17 [00:00:36.000] Search path: /a -Info 18 [00:00:37.000] For info: /a/tsconfig.json :: No config files found. -Info 19 [00:00:38.000] Project '/a/tsconfig.json' (Configured) -Info 19 [00:00:39.000] Files (1) - -Info 19 [00:00:40.000] ----------------------------------------------- -Info 19 [00:00:41.000] Open files: -Info 19 [00:00:42.000] FileName: /a/src/a.ts ProjectRootPath: undefined -Info 19 [00:00:43.000] Projects: /a/tsconfig.json -Info 19 [00:00:44.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/src/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -73,8 +71,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/tsconfig.json: *new* @@ -86,7 +82,7 @@ FsWatchesRecursive:: Before request -Info 20 [00:00:45.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -95,11 +91,11 @@ Info 20 [00:00:45.000] request: "seq": 2, "type": "request" } -Info 21 [00:00:46.000] Search path: /b/src -Info 22 [00:00:47.000] For info: /b/src/b.ts :: Config file name: /b/tsconfig.json -Info 23 [00:00:48.000] Creating configuration project /b/tsconfig.json -Info 24 [00:00:49.000] FileWatcher:: Added:: WatchInfo: /b/tsconfig.json 2000 undefined Project: /b/tsconfig.json WatchType: Config file -Info 25 [00:00:50.000] Config: /b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /b/src +Info seq [hh:mm:ss:mss] For info: /b/src/b.ts :: Config file name: /b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b/tsconfig.json 2000 undefined Project: /b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /b/tsconfig.json : { "rootNames": [ "/b/src/b.ts" ], @@ -115,38 +111,36 @@ Info 25 [00:00:50.000] Config: /b/tsconfig.json : { } ] } -Info 26 [00:00:51.000] DirectoryWatcher:: Added:: WatchInfo: /b/src 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 27 [00:00:52.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b/src 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 28 [00:00:53.000] Starting updateGraphWorker: Project: /b/tsconfig.json -Info 29 [00:00:54.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/tsconfig.json WatchType: Missing file -Info 30 [00:00:55.000] DirectoryWatcher:: Added:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/tsconfig.json WatchType: Type roots -Info 31 [00:00:56.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/tsconfig.json WatchType: Type roots -Info 32 [00:00:57.000] Finishing updateGraphWorker: Project: /b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 33 [00:00:58.000] Project '/b/tsconfig.json' (Configured) -Info 34 [00:00:59.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /b/src 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b/src 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /b/src/b.ts SVC-1-0 "" src/b.ts Matched by include pattern './src' in 'tsconfig.json' -Info 35 [00:01:00.000] ----------------------------------------------- -Info 36 [00:01:01.000] Search path: /b -Info 37 [00:01:02.000] For info: /b/tsconfig.json :: No config files found. -Info 38 [00:01:03.000] Project '/a/tsconfig.json' (Configured) -Info 38 [00:01:04.000] Files (1) - -Info 38 [00:01:05.000] ----------------------------------------------- -Info 38 [00:01:06.000] Project '/b/tsconfig.json' (Configured) -Info 38 [00:01:07.000] Files (1) - -Info 38 [00:01:08.000] ----------------------------------------------- -Info 38 [00:01:09.000] Open files: -Info 38 [00:01:10.000] FileName: /a/src/a.ts ProjectRootPath: undefined -Info 38 [00:01:11.000] Projects: /a/tsconfig.json -Info 38 [00:01:12.000] FileName: /b/src/b.ts ProjectRootPath: undefined -Info 38 [00:01:13.000] Projects: /b/tsconfig.json -Info 38 [00:01:14.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /b +Info seq [hh:mm:ss:mss] For info: /b/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/src/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /b/src/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -155,10 +149,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/a/node_modules/@types: - {"pollingInterval":500} -/b/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/tsconfig.json: @@ -174,7 +164,7 @@ FsWatchesRecursive:: Before request -Info 39 [00:01:15.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "getEditsForFileRename", "arguments": { @@ -184,7 +174,7 @@ Info 39 [00:01:15.000] request: "seq": 3, "type": "request" } -Info 40 [00:01:16.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [], "responseRequired": true diff --git a/tests/baselines/reference/tsserver/declarationFileMaps/getEditsForFileRename.js b/tests/baselines/reference/tsserver/declarationFileMaps/getEditsForFileRename.js index 9b0ff3a6e20a8..03f91d7cb9309 100644 --- a/tests/baselines/reference/tsserver/declarationFileMaps/getEditsForFileRename.js +++ b/tests/baselines/reference/tsserver/declarationFileMaps/getEditsForFileRename.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:35.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/a.ts] export function fnA() {} @@ -41,7 +41,7 @@ export function fnUser() { a.fnA(); b.fnB(); a.instanceA; } let a = 10; -Info 1 [00:00:36.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -50,11 +50,11 @@ Info 1 [00:00:36.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:37.000] Search path: /a -Info 3 [00:00:38.000] For info: /a/a.ts :: Config file name: /a/tsconfig.json -Info 4 [00:00:39.000] Creating configuration project /a/tsconfig.json -Info 5 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 6 [00:00:41.000] Config: /a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/a.ts :: Config file name: /a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/tsconfig.json : { "rootNames": [ "/a/a.ts" ], @@ -66,32 +66,30 @@ Info 6 [00:00:41.000] Config: /a/tsconfig.json : { "configFilePath": "/a/tsconfig.json" } } -Info 7 [00:00:42.000] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:43.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:44.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 10 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 11 [00:00:46.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 12 [00:00:47.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 13 [00:00:48.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 14 [00:00:49.000] Project '/a/tsconfig.json' (Configured) -Info 15 [00:00:50.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/a.ts SVC-1-0 "export function fnA() {}\nexport interface IfaceA {}\nexport const instanceA: IfaceA = {};" a.ts Matched by default include pattern '**/*' -Info 16 [00:00:51.000] ----------------------------------------------- -Info 17 [00:00:52.000] Search path: /a -Info 18 [00:00:53.000] For info: /a/tsconfig.json :: No config files found. -Info 19 [00:00:54.000] Project '/a/tsconfig.json' (Configured) -Info 19 [00:00:55.000] Files (1) - -Info 19 [00:00:56.000] ----------------------------------------------- -Info 19 [00:00:57.000] Open files: -Info 19 [00:00:58.000] FileName: /a/a.ts ProjectRootPath: undefined -Info 19 [00:00:59.000] Projects: /a/tsconfig.json -Info 19 [00:01:00.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -100,8 +98,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/tsconfig.json: *new* @@ -129,7 +125,7 @@ ts.getFileEmitOutput: /a/a.ts: { } Before request -Info 20 [00:01:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -138,13 +134,13 @@ Info 20 [00:01:01.000] request: "seq": 2, "type": "request" } -Info 21 [00:01:02.000] FileWatcher:: Added:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info -Info 22 [00:01:03.000] Project '/a/tsconfig.json' (Configured) -Info 22 [00:01:04.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 22 [00:01:05.000] ----------------------------------------------- -Info 22 [00:01:06.000] Open files: -Info 22 [00:01:07.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -153,8 +149,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/a/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/tsconfig.json: @@ -168,7 +162,7 @@ FsWatchesRecursive:: Before request -Info 23 [00:01:08.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -177,11 +171,11 @@ Info 23 [00:01:08.000] request: "seq": 3, "type": "request" } -Info 24 [00:01:09.000] Search path: /b -Info 25 [00:01:10.000] For info: /b/b.ts :: Config file name: /b/tsconfig.json -Info 26 [00:01:11.000] Creating configuration project /b/tsconfig.json -Info 27 [00:01:12.000] FileWatcher:: Added:: WatchInfo: /b/tsconfig.json 2000 undefined Project: /b/tsconfig.json WatchType: Config file -Info 28 [00:01:13.000] Config: /b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /b +Info seq [hh:mm:ss:mss] For info: /b/b.ts :: Config file name: /b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b/tsconfig.json 2000 undefined Project: /b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /b/tsconfig.json : { "rootNames": [ "/b/b.ts" ], @@ -193,49 +187,45 @@ Info 28 [00:01:13.000] Config: /b/tsconfig.json : { "configFilePath": "/b/tsconfig.json" } } -Info 29 [00:01:14.000] DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 30 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 31 [00:01:16.000] Starting updateGraphWorker: Project: /b/tsconfig.json -Info 32 [00:01:17.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/tsconfig.json WatchType: Missing file -Info 33 [00:01:18.000] DirectoryWatcher:: Added:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/tsconfig.json WatchType: Type roots -Info 34 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/tsconfig.json WatchType: Type roots -Info 35 [00:01:20.000] Finishing updateGraphWorker: Project: /b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 36 [00:01:21.000] Project '/b/tsconfig.json' (Configured) -Info 37 [00:01:22.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /b/b.ts SVC-1-0 "export function fnB() {}" b.ts Matched by default include pattern '**/*' -Info 38 [00:01:23.000] ----------------------------------------------- -Info 39 [00:01:24.000] Search path: /b -Info 40 [00:01:25.000] For info: /b/tsconfig.json :: No config files found. -Info 41 [00:01:26.000] `remove Project:: -Info 42 [00:01:27.000] Project '/a/tsconfig.json' (Configured) -Info 43 [00:01:28.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /b +Info seq [hh:mm:ss:mss] For info: /b/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/a.ts a.ts Matched by default include pattern '**/*' -Info 44 [00:01:29.000] ----------------------------------------------- -Info 45 [00:01:30.000] DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 46 [00:01:31.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 47 [00:01:32.000] FileWatcher:: Close:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 48 [00:01:33.000] DirectoryWatcher:: Close:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 49 [00:01:34.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 50 [00:01:35.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 51 [00:01:36.000] FileWatcher:: Close:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info -Info 52 [00:01:37.000] Project '/b/tsconfig.json' (Configured) -Info 52 [00:01:38.000] Files (1) - -Info 52 [00:01:39.000] ----------------------------------------------- -Info 52 [00:01:40.000] Open files: -Info 52 [00:01:41.000] FileName: /b/b.ts ProjectRootPath: undefined -Info 52 [00:01:42.000] Projects: /b/tsconfig.json -Info 52 [00:01:43.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /b/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -244,12 +234,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/b/node_modules/@types: *new* - {"pollingInterval":500} - -PolledWatches *deleted*:: -/a/node_modules/@types: - {"pollingInterval":500} FsWatches:: /b/tsconfig.json: *new* @@ -287,7 +271,7 @@ ts.getFileEmitOutput: /b/b.ts: { } Before request -Info 53 [00:01:44.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -296,13 +280,13 @@ Info 53 [00:01:44.000] request: "seq": 4, "type": "request" } -Info 54 [00:01:45.000] FileWatcher:: Added:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info -Info 55 [00:01:46.000] Project '/b/tsconfig.json' (Configured) -Info 55 [00:01:47.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 55 [00:01:48.000] ----------------------------------------------- -Info 55 [00:01:49.000] Open files: -Info 55 [00:01:50.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -311,8 +295,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/b/node_modules/@types: - {"pollingInterval":500} FsWatches:: /b/tsconfig.json: @@ -324,21 +306,19 @@ FsWatchesRecursive:: /b: {} -Info 56 [00:01:52.000] FileWatcher:: Triggered with /b/b.ts 2:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info -Info 57 [00:01:53.000] FileWatcher:: Close:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info -Info 58 [00:01:54.000] Scheduled: /b/tsconfig.json -Info 59 [00:01:55.000] Elapsed:: *ms FileWatcher:: Triggered with /b/b.ts 2:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info -Info 60 [00:01:56.000] DirectoryWatcher:: Triggered with /b/b.ts :: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 61 [00:01:57.000] Scheduled: /b/tsconfig.json, Cancelled earlier one -Info 62 [00:01:58.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /b/b.ts :: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /b/b.ts 2:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /b/tsconfig.json +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /b/b.ts 2:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /b/b.ts :: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /b/b.ts :: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory Before request //// [/b/b.ts] deleted PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/b/node_modules/@types: - {"pollingInterval":500} FsWatches:: /b/tsconfig.json: @@ -352,7 +332,7 @@ FsWatchesRecursive:: /b: {} -Info 63 [00:01:59.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -361,17 +341,15 @@ Info 63 [00:01:59.000] request: "seq": 5, "type": "request" } -Info 64 [00:02:00.000] Search path: /user -Info 65 [00:02:01.000] For info: /user/user.ts :: No config files found. -Info 66 [00:02:02.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 67 [00:02:03.000] FileWatcher:: Added:: WatchInfo: /a/bin/a.d.ts 500 undefined WatchType: Closed Script info -Info 68 [00:02:04.000] FileWatcher:: Added:: WatchInfo: /b/bin/b.d.ts 500 undefined WatchType: Closed Script info -Info 69 [00:02:05.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 70 [00:02:06.000] DirectoryWatcher:: Added:: WatchInfo: /user/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 71 [00:02:07.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 72 [00:02:08.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 73 [00:02:09.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 74 [00:02:10.000] Files (3) +Info seq [hh:mm:ss:mss] Search path: /user +Info seq [hh:mm:ss:mss] For info: /user/user.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/bin/a.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b/bin/b.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) /a/bin/a.d.ts Text-1 "export declare function fnA(): void;\nexport interface IfaceA {\n}\nexport declare const instanceA: IfaceA;\n//# sourceMappingURL=a.d.ts.map" /b/bin/b.d.ts Text-1 "export declare function fnB(): void;\n//# sourceMappingURL=b.d.ts.map" /user/user.ts SVC-1-0 "import * as a from \"../a/bin/a\";\nimport * as b from \"../b/bin/b\";\nexport function fnUser() { a.fnA(); b.fnB(); a.instanceA; }" @@ -384,31 +362,29 @@ Info 74 [00:02:10.000] Files (3) user.ts Root file specified for compilation -Info 75 [00:02:11.000] ----------------------------------------------- -Info 76 [00:02:12.000] `remove Project:: -Info 77 [00:02:13.000] Project '/b/tsconfig.json' (Configured) -Info 78 [00:02:14.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /b/b.ts b.ts Matched by default include pattern '**/*' -Info 79 [00:02:15.000] ----------------------------------------------- -Info 80 [00:02:16.000] DirectoryWatcher:: Close:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 81 [00:02:17.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 82 [00:02:18.000] FileWatcher:: Close:: WatchInfo: /b/tsconfig.json 2000 undefined Project: /b/tsconfig.json WatchType: Config file -Info 83 [00:02:19.000] DirectoryWatcher:: Close:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/tsconfig.json WatchType: Type roots -Info 84 [00:02:20.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/tsconfig.json WatchType: Type roots -Info 85 [00:02:21.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/tsconfig.json WatchType: Missing file -Info 86 [00:02:22.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 86 [00:02:23.000] Files (3) - -Info 86 [00:02:24.000] ----------------------------------------------- -Info 86 [00:02:25.000] Open files: -Info 86 [00:02:26.000] FileName: /user/user.ts ProjectRootPath: undefined -Info 86 [00:02:27.000] Projects: /dev/null/inferredProject1* -Info 86 [00:02:28.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /b/tsconfig.json 2000 undefined Project: /b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/user.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -417,12 +393,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/user/node_modules/@types: *new* - {"pollingInterval":500} - -PolledWatches *deleted*:: -/b/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/bin/a.d.ts: *new* @@ -440,7 +410,7 @@ FsWatchesRecursive *deleted*:: Before request -Info 87 [00:02:29.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "getEditsForFileRename", "arguments": { @@ -450,10 +420,10 @@ Info 87 [00:02:29.000] request: "seq": 6, "type": "request" } -Info 88 [00:02:30.000] FileWatcher:: Added:: WatchInfo: /a/bin/a.d.ts.map 500 undefined WatchType: Closed Script info -Info 89 [00:02:31.000] FileWatcher:: Added:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info -Info 90 [00:02:32.000] FileWatcher:: Added:: WatchInfo: /b/bin/b.d.ts.map 500 undefined WatchType: Closed Script info -Info 91 [00:02:33.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/bin/a.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b/bin/b.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -480,8 +450,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/user/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/bin/a.d.ts: @@ -497,7 +465,7 @@ FsWatches:: Before request -Info 92 [00:02:34.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -506,13 +474,13 @@ Info 92 [00:02:34.000] request: "seq": 7, "type": "request" } -Info 93 [00:02:35.000] FileWatcher:: Added:: WatchInfo: /user/user.ts 500 undefined WatchType: Closed Script info -Info 94 [00:02:36.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 94 [00:02:37.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/user.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) -Info 94 [00:02:38.000] ----------------------------------------------- -Info 94 [00:02:39.000] Open files: -Info 94 [00:02:40.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -521,8 +489,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/user/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/bin/a.d.ts: @@ -540,7 +506,7 @@ FsWatches:: Before request -Info 95 [00:02:41.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -549,25 +515,23 @@ Info 95 [00:02:41.000] request: "seq": 8, "type": "request" } -Info 96 [00:02:42.000] Search path: /dummy -Info 97 [00:02:43.000] For info: /dummy/dummy.ts :: No config files found. -Info 98 [00:02:44.000] Starting updateGraphWorker: Project: /dev/null/inferredProject2* -Info 99 [00:02:45.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject2* WatchType: Missing file -Info 100 [00:02:46.000] DirectoryWatcher:: Added:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 101 [00:02:47.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 102 [00:02:48.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 103 [00:02:49.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 104 [00:02:50.000] Files (1) +Info seq [hh:mm:ss:mss] Search path: /dummy +Info seq [hh:mm:ss:mss] For info: /dummy/dummy.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject2* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /dummy/dummy.ts SVC-1-0 "let a = 10;" dummy.ts Root file specified for compilation -Info 105 [00:02:51.000] ----------------------------------------------- -Info 106 [00:02:52.000] `remove Project:: -Info 107 [00:02:53.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 108 [00:02:54.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) /a/bin/a.d.ts /b/bin/b.d.ts /user/user.ts @@ -580,24 +544,22 @@ Info 108 [00:02:54.000] Files (3) user.ts Root file specified for compilation -Info 109 [00:02:55.000] ----------------------------------------------- -Info 110 [00:02:56.000] DirectoryWatcher:: Close:: WatchInfo: /user/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 111 [00:02:57.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 112 [00:02:58.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 113 [00:02:59.000] FileWatcher:: Close:: WatchInfo: /user/user.ts 500 undefined WatchType: Closed Script info -Info 114 [00:03:00.000] FileWatcher:: Close:: WatchInfo: /a/bin/a.d.ts 500 undefined WatchType: Closed Script info -Info 115 [00:03:01.000] FileWatcher:: Close:: WatchInfo: /b/bin/b.d.ts 500 undefined WatchType: Closed Script info -Info 116 [00:03:02.000] FileWatcher:: Close:: WatchInfo: /a/bin/a.d.ts.map 500 undefined WatchType: Closed Script info -Info 117 [00:03:03.000] FileWatcher:: Close:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info -Info 118 [00:03:04.000] FileWatcher:: Close:: WatchInfo: /b/bin/b.d.ts.map 500 undefined WatchType: Closed Script info -Info 119 [00:03:05.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 119 [00:03:06.000] Files (1) - -Info 119 [00:03:07.000] ----------------------------------------------- -Info 119 [00:03:08.000] Open files: -Info 119 [00:03:09.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 119 [00:03:10.000] Projects: /dev/null/inferredProject2* -Info 119 [00:03:11.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/user.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/bin/a.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /b/bin/b.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/bin/a.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /b/bin/b.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -606,12 +568,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/dummy/node_modules/@types: *new* - {"pollingInterval":500} - -PolledWatches *deleted*:: -/user/node_modules/@types: - {"pollingInterval":500} FsWatches *deleted*:: /a/bin/a.d.ts: diff --git a/tests/baselines/reference/tsserver/declarationFileMaps/goToDefinition-target-does-not-exist.js b/tests/baselines/reference/tsserver/declarationFileMaps/goToDefinition-target-does-not-exist.js index 978fd25fbadee..837cae00c9e8c 100644 --- a/tests/baselines/reference/tsserver/declarationFileMaps/goToDefinition-target-does-not-exist.js +++ b/tests/baselines/reference/tsserver/declarationFileMaps/goToDefinition-target-does-not-exist.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:35.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/a.ts] export function fnA() {} @@ -41,7 +41,7 @@ export function fnUser() { a.fnA(); b.fnB(); a.instanceA; } let a = 10; -Info 1 [00:00:36.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -50,11 +50,11 @@ Info 1 [00:00:36.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:37.000] Search path: /a -Info 3 [00:00:38.000] For info: /a/a.ts :: Config file name: /a/tsconfig.json -Info 4 [00:00:39.000] Creating configuration project /a/tsconfig.json -Info 5 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 6 [00:00:41.000] Config: /a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/a.ts :: Config file name: /a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/tsconfig.json : { "rootNames": [ "/a/a.ts" ], @@ -66,32 +66,30 @@ Info 6 [00:00:41.000] Config: /a/tsconfig.json : { "configFilePath": "/a/tsconfig.json" } } -Info 7 [00:00:42.000] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:43.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:44.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 10 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 11 [00:00:46.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 12 [00:00:47.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 13 [00:00:48.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 14 [00:00:49.000] Project '/a/tsconfig.json' (Configured) -Info 15 [00:00:50.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/a.ts SVC-1-0 "export function fnA() {}\nexport interface IfaceA {}\nexport const instanceA: IfaceA = {};" a.ts Matched by default include pattern '**/*' -Info 16 [00:00:51.000] ----------------------------------------------- -Info 17 [00:00:52.000] Search path: /a -Info 18 [00:00:53.000] For info: /a/tsconfig.json :: No config files found. -Info 19 [00:00:54.000] Project '/a/tsconfig.json' (Configured) -Info 19 [00:00:55.000] Files (1) - -Info 19 [00:00:56.000] ----------------------------------------------- -Info 19 [00:00:57.000] Open files: -Info 19 [00:00:58.000] FileName: /a/a.ts ProjectRootPath: undefined -Info 19 [00:00:59.000] Projects: /a/tsconfig.json -Info 19 [00:01:00.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -100,8 +98,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/tsconfig.json: *new* @@ -129,7 +125,7 @@ ts.getFileEmitOutput: /a/a.ts: { } Before request -Info 20 [00:01:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -138,13 +134,13 @@ Info 20 [00:01:01.000] request: "seq": 2, "type": "request" } -Info 21 [00:01:02.000] FileWatcher:: Added:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info -Info 22 [00:01:03.000] Project '/a/tsconfig.json' (Configured) -Info 22 [00:01:04.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 22 [00:01:05.000] ----------------------------------------------- -Info 22 [00:01:06.000] Open files: -Info 22 [00:01:07.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -153,8 +149,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/a/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/tsconfig.json: @@ -168,7 +162,7 @@ FsWatchesRecursive:: Before request -Info 23 [00:01:08.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -177,11 +171,11 @@ Info 23 [00:01:08.000] request: "seq": 3, "type": "request" } -Info 24 [00:01:09.000] Search path: /b -Info 25 [00:01:10.000] For info: /b/b.ts :: Config file name: /b/tsconfig.json -Info 26 [00:01:11.000] Creating configuration project /b/tsconfig.json -Info 27 [00:01:12.000] FileWatcher:: Added:: WatchInfo: /b/tsconfig.json 2000 undefined Project: /b/tsconfig.json WatchType: Config file -Info 28 [00:01:13.000] Config: /b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /b +Info seq [hh:mm:ss:mss] For info: /b/b.ts :: Config file name: /b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b/tsconfig.json 2000 undefined Project: /b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /b/tsconfig.json : { "rootNames": [ "/b/b.ts" ], @@ -193,49 +187,45 @@ Info 28 [00:01:13.000] Config: /b/tsconfig.json : { "configFilePath": "/b/tsconfig.json" } } -Info 29 [00:01:14.000] DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 30 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 31 [00:01:16.000] Starting updateGraphWorker: Project: /b/tsconfig.json -Info 32 [00:01:17.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/tsconfig.json WatchType: Missing file -Info 33 [00:01:18.000] DirectoryWatcher:: Added:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/tsconfig.json WatchType: Type roots -Info 34 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/tsconfig.json WatchType: Type roots -Info 35 [00:01:20.000] Finishing updateGraphWorker: Project: /b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 36 [00:01:21.000] Project '/b/tsconfig.json' (Configured) -Info 37 [00:01:22.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /b/b.ts SVC-1-0 "export function fnB() {}" b.ts Matched by default include pattern '**/*' -Info 38 [00:01:23.000] ----------------------------------------------- -Info 39 [00:01:24.000] Search path: /b -Info 40 [00:01:25.000] For info: /b/tsconfig.json :: No config files found. -Info 41 [00:01:26.000] `remove Project:: -Info 42 [00:01:27.000] Project '/a/tsconfig.json' (Configured) -Info 43 [00:01:28.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /b +Info seq [hh:mm:ss:mss] For info: /b/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/a.ts a.ts Matched by default include pattern '**/*' -Info 44 [00:01:29.000] ----------------------------------------------- -Info 45 [00:01:30.000] DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 46 [00:01:31.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 47 [00:01:32.000] FileWatcher:: Close:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 48 [00:01:33.000] DirectoryWatcher:: Close:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 49 [00:01:34.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 50 [00:01:35.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 51 [00:01:36.000] FileWatcher:: Close:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info -Info 52 [00:01:37.000] Project '/b/tsconfig.json' (Configured) -Info 52 [00:01:38.000] Files (1) - -Info 52 [00:01:39.000] ----------------------------------------------- -Info 52 [00:01:40.000] Open files: -Info 52 [00:01:41.000] FileName: /b/b.ts ProjectRootPath: undefined -Info 52 [00:01:42.000] Projects: /b/tsconfig.json -Info 52 [00:01:43.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /b/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -244,12 +234,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/b/node_modules/@types: *new* - {"pollingInterval":500} - -PolledWatches *deleted*:: -/a/node_modules/@types: - {"pollingInterval":500} FsWatches:: /b/tsconfig.json: *new* @@ -287,7 +271,7 @@ ts.getFileEmitOutput: /b/b.ts: { } Before request -Info 53 [00:01:44.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -296,13 +280,13 @@ Info 53 [00:01:44.000] request: "seq": 4, "type": "request" } -Info 54 [00:01:45.000] FileWatcher:: Added:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info -Info 55 [00:01:46.000] Project '/b/tsconfig.json' (Configured) -Info 55 [00:01:47.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 55 [00:01:48.000] ----------------------------------------------- -Info 55 [00:01:49.000] Open files: -Info 55 [00:01:50.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -311,8 +295,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/b/node_modules/@types: - {"pollingInterval":500} FsWatches:: /b/tsconfig.json: @@ -324,21 +306,19 @@ FsWatchesRecursive:: /b: {} -Info 56 [00:01:52.000] FileWatcher:: Triggered with /b/b.ts 2:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info -Info 57 [00:01:53.000] FileWatcher:: Close:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info -Info 58 [00:01:54.000] Scheduled: /b/tsconfig.json -Info 59 [00:01:55.000] Elapsed:: *ms FileWatcher:: Triggered with /b/b.ts 2:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info -Info 60 [00:01:56.000] DirectoryWatcher:: Triggered with /b/b.ts :: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 61 [00:01:57.000] Scheduled: /b/tsconfig.json, Cancelled earlier one -Info 62 [00:01:58.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /b/b.ts :: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /b/b.ts 2:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /b/tsconfig.json +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /b/b.ts 2:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /b/b.ts :: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /b/b.ts :: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory Before request //// [/b/b.ts] deleted PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/b/node_modules/@types: - {"pollingInterval":500} FsWatches:: /b/tsconfig.json: @@ -352,7 +332,7 @@ FsWatchesRecursive:: /b: {} -Info 63 [00:01:59.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -361,17 +341,15 @@ Info 63 [00:01:59.000] request: "seq": 5, "type": "request" } -Info 64 [00:02:00.000] Search path: /user -Info 65 [00:02:01.000] For info: /user/user.ts :: No config files found. -Info 66 [00:02:02.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 67 [00:02:03.000] FileWatcher:: Added:: WatchInfo: /a/bin/a.d.ts 500 undefined WatchType: Closed Script info -Info 68 [00:02:04.000] FileWatcher:: Added:: WatchInfo: /b/bin/b.d.ts 500 undefined WatchType: Closed Script info -Info 69 [00:02:05.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 70 [00:02:06.000] DirectoryWatcher:: Added:: WatchInfo: /user/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 71 [00:02:07.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 72 [00:02:08.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 73 [00:02:09.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 74 [00:02:10.000] Files (3) +Info seq [hh:mm:ss:mss] Search path: /user +Info seq [hh:mm:ss:mss] For info: /user/user.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/bin/a.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b/bin/b.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) /a/bin/a.d.ts Text-1 "export declare function fnA(): void;\nexport interface IfaceA {\n}\nexport declare const instanceA: IfaceA;\n//# sourceMappingURL=a.d.ts.map" /b/bin/b.d.ts Text-1 "export declare function fnB(): void;\n//# sourceMappingURL=b.d.ts.map" /user/user.ts SVC-1-0 "import * as a from \"../a/bin/a\";\nimport * as b from \"../b/bin/b\";\nexport function fnUser() { a.fnA(); b.fnB(); a.instanceA; }" @@ -384,31 +362,29 @@ Info 74 [00:02:10.000] Files (3) user.ts Root file specified for compilation -Info 75 [00:02:11.000] ----------------------------------------------- -Info 76 [00:02:12.000] `remove Project:: -Info 77 [00:02:13.000] Project '/b/tsconfig.json' (Configured) -Info 78 [00:02:14.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /b/b.ts b.ts Matched by default include pattern '**/*' -Info 79 [00:02:15.000] ----------------------------------------------- -Info 80 [00:02:16.000] DirectoryWatcher:: Close:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 81 [00:02:17.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 82 [00:02:18.000] FileWatcher:: Close:: WatchInfo: /b/tsconfig.json 2000 undefined Project: /b/tsconfig.json WatchType: Config file -Info 83 [00:02:19.000] DirectoryWatcher:: Close:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/tsconfig.json WatchType: Type roots -Info 84 [00:02:20.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/tsconfig.json WatchType: Type roots -Info 85 [00:02:21.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/tsconfig.json WatchType: Missing file -Info 86 [00:02:22.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 86 [00:02:23.000] Files (3) - -Info 86 [00:02:24.000] ----------------------------------------------- -Info 86 [00:02:25.000] Open files: -Info 86 [00:02:26.000] FileName: /user/user.ts ProjectRootPath: undefined -Info 86 [00:02:27.000] Projects: /dev/null/inferredProject1* -Info 86 [00:02:28.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /b/tsconfig.json 2000 undefined Project: /b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/user.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -417,12 +393,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/user/node_modules/@types: *new* - {"pollingInterval":500} - -PolledWatches *deleted*:: -/b/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/bin/a.d.ts: *new* @@ -440,7 +410,7 @@ FsWatchesRecursive *deleted*:: Before request -Info 87 [00:02:29.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definition", "arguments": { @@ -451,8 +421,8 @@ Info 87 [00:02:29.000] request: "seq": 6, "type": "request" } -Info 88 [00:02:30.000] FileWatcher:: Added:: WatchInfo: /b/bin/b.d.ts.map 500 undefined WatchType: Closed Script info -Info 89 [00:02:31.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b/bin/b.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -482,8 +452,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/user/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/bin/a.d.ts: @@ -495,7 +463,7 @@ FsWatches:: Before request -Info 90 [00:02:32.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -504,13 +472,13 @@ Info 90 [00:02:32.000] request: "seq": 7, "type": "request" } -Info 91 [00:02:33.000] FileWatcher:: Added:: WatchInfo: /user/user.ts 500 undefined WatchType: Closed Script info -Info 92 [00:02:34.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 92 [00:02:35.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/user.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) -Info 92 [00:02:36.000] ----------------------------------------------- -Info 92 [00:02:37.000] Open files: -Info 92 [00:02:38.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -519,8 +487,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/user/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/bin/a.d.ts: @@ -534,7 +500,7 @@ FsWatches:: Before request -Info 93 [00:02:39.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -543,25 +509,23 @@ Info 93 [00:02:39.000] request: "seq": 8, "type": "request" } -Info 94 [00:02:40.000] Search path: /dummy -Info 95 [00:02:41.000] For info: /dummy/dummy.ts :: No config files found. -Info 96 [00:02:42.000] Starting updateGraphWorker: Project: /dev/null/inferredProject2* -Info 97 [00:02:43.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject2* WatchType: Missing file -Info 98 [00:02:44.000] DirectoryWatcher:: Added:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 99 [00:02:45.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 100 [00:02:46.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 101 [00:02:47.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 102 [00:02:48.000] Files (1) +Info seq [hh:mm:ss:mss] Search path: /dummy +Info seq [hh:mm:ss:mss] For info: /dummy/dummy.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject2* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /dummy/dummy.ts SVC-1-0 "let a = 10;" dummy.ts Root file specified for compilation -Info 103 [00:02:49.000] ----------------------------------------------- -Info 104 [00:02:50.000] `remove Project:: -Info 105 [00:02:51.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 106 [00:02:52.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) /a/bin/a.d.ts /b/bin/b.d.ts /user/user.ts @@ -574,22 +538,20 @@ Info 106 [00:02:52.000] Files (3) user.ts Root file specified for compilation -Info 107 [00:02:53.000] ----------------------------------------------- -Info 108 [00:02:54.000] DirectoryWatcher:: Close:: WatchInfo: /user/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 109 [00:02:55.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 110 [00:02:56.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 111 [00:02:57.000] FileWatcher:: Close:: WatchInfo: /user/user.ts 500 undefined WatchType: Closed Script info -Info 112 [00:02:58.000] FileWatcher:: Close:: WatchInfo: /a/bin/a.d.ts 500 undefined WatchType: Closed Script info -Info 113 [00:02:59.000] FileWatcher:: Close:: WatchInfo: /b/bin/b.d.ts 500 undefined WatchType: Closed Script info -Info 114 [00:03:00.000] FileWatcher:: Close:: WatchInfo: /b/bin/b.d.ts.map 500 undefined WatchType: Closed Script info -Info 115 [00:03:01.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 115 [00:03:02.000] Files (1) - -Info 115 [00:03:03.000] ----------------------------------------------- -Info 115 [00:03:04.000] Open files: -Info 115 [00:03:05.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 115 [00:03:06.000] Projects: /dev/null/inferredProject2* -Info 115 [00:03:07.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/user.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/bin/a.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /b/bin/b.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /b/bin/b.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -598,12 +560,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/dummy/node_modules/@types: *new* - {"pollingInterval":500} - -PolledWatches *deleted*:: -/user/node_modules/@types: - {"pollingInterval":500} FsWatches *deleted*:: /a/bin/a.d.ts: diff --git a/tests/baselines/reference/tsserver/declarationFileMaps/goToDefinition.js b/tests/baselines/reference/tsserver/declarationFileMaps/goToDefinition.js index 001a9ebaf92e8..f4ef7c192671b 100644 --- a/tests/baselines/reference/tsserver/declarationFileMaps/goToDefinition.js +++ b/tests/baselines/reference/tsserver/declarationFileMaps/goToDefinition.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:35.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/a.ts] export function fnA() {} @@ -41,7 +41,7 @@ export function fnUser() { a.fnA(); b.fnB(); a.instanceA; } let a = 10; -Info 1 [00:00:36.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -50,11 +50,11 @@ Info 1 [00:00:36.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:37.000] Search path: /a -Info 3 [00:00:38.000] For info: /a/a.ts :: Config file name: /a/tsconfig.json -Info 4 [00:00:39.000] Creating configuration project /a/tsconfig.json -Info 5 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 6 [00:00:41.000] Config: /a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/a.ts :: Config file name: /a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/tsconfig.json : { "rootNames": [ "/a/a.ts" ], @@ -66,32 +66,30 @@ Info 6 [00:00:41.000] Config: /a/tsconfig.json : { "configFilePath": "/a/tsconfig.json" } } -Info 7 [00:00:42.000] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:43.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:44.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 10 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 11 [00:00:46.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 12 [00:00:47.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 13 [00:00:48.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 14 [00:00:49.000] Project '/a/tsconfig.json' (Configured) -Info 15 [00:00:50.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/a.ts SVC-1-0 "export function fnA() {}\nexport interface IfaceA {}\nexport const instanceA: IfaceA = {};" a.ts Matched by default include pattern '**/*' -Info 16 [00:00:51.000] ----------------------------------------------- -Info 17 [00:00:52.000] Search path: /a -Info 18 [00:00:53.000] For info: /a/tsconfig.json :: No config files found. -Info 19 [00:00:54.000] Project '/a/tsconfig.json' (Configured) -Info 19 [00:00:55.000] Files (1) - -Info 19 [00:00:56.000] ----------------------------------------------- -Info 19 [00:00:57.000] Open files: -Info 19 [00:00:58.000] FileName: /a/a.ts ProjectRootPath: undefined -Info 19 [00:00:59.000] Projects: /a/tsconfig.json -Info 19 [00:01:00.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -100,8 +98,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/tsconfig.json: *new* @@ -129,7 +125,7 @@ ts.getFileEmitOutput: /a/a.ts: { } Before request -Info 20 [00:01:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -138,13 +134,13 @@ Info 20 [00:01:01.000] request: "seq": 2, "type": "request" } -Info 21 [00:01:02.000] FileWatcher:: Added:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info -Info 22 [00:01:03.000] Project '/a/tsconfig.json' (Configured) -Info 22 [00:01:04.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 22 [00:01:05.000] ----------------------------------------------- -Info 22 [00:01:06.000] Open files: -Info 22 [00:01:07.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -153,8 +149,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/a/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/tsconfig.json: @@ -168,7 +162,7 @@ FsWatchesRecursive:: Before request -Info 23 [00:01:08.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -177,11 +171,11 @@ Info 23 [00:01:08.000] request: "seq": 3, "type": "request" } -Info 24 [00:01:09.000] Search path: /b -Info 25 [00:01:10.000] For info: /b/b.ts :: Config file name: /b/tsconfig.json -Info 26 [00:01:11.000] Creating configuration project /b/tsconfig.json -Info 27 [00:01:12.000] FileWatcher:: Added:: WatchInfo: /b/tsconfig.json 2000 undefined Project: /b/tsconfig.json WatchType: Config file -Info 28 [00:01:13.000] Config: /b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /b +Info seq [hh:mm:ss:mss] For info: /b/b.ts :: Config file name: /b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b/tsconfig.json 2000 undefined Project: /b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /b/tsconfig.json : { "rootNames": [ "/b/b.ts" ], @@ -193,49 +187,45 @@ Info 28 [00:01:13.000] Config: /b/tsconfig.json : { "configFilePath": "/b/tsconfig.json" } } -Info 29 [00:01:14.000] DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 30 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 31 [00:01:16.000] Starting updateGraphWorker: Project: /b/tsconfig.json -Info 32 [00:01:17.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/tsconfig.json WatchType: Missing file -Info 33 [00:01:18.000] DirectoryWatcher:: Added:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/tsconfig.json WatchType: Type roots -Info 34 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/tsconfig.json WatchType: Type roots -Info 35 [00:01:20.000] Finishing updateGraphWorker: Project: /b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 36 [00:01:21.000] Project '/b/tsconfig.json' (Configured) -Info 37 [00:01:22.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /b/b.ts SVC-1-0 "export function fnB() {}" b.ts Matched by default include pattern '**/*' -Info 38 [00:01:23.000] ----------------------------------------------- -Info 39 [00:01:24.000] Search path: /b -Info 40 [00:01:25.000] For info: /b/tsconfig.json :: No config files found. -Info 41 [00:01:26.000] `remove Project:: -Info 42 [00:01:27.000] Project '/a/tsconfig.json' (Configured) -Info 43 [00:01:28.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /b +Info seq [hh:mm:ss:mss] For info: /b/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/a.ts a.ts Matched by default include pattern '**/*' -Info 44 [00:01:29.000] ----------------------------------------------- -Info 45 [00:01:30.000] DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 46 [00:01:31.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 47 [00:01:32.000] FileWatcher:: Close:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 48 [00:01:33.000] DirectoryWatcher:: Close:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 49 [00:01:34.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 50 [00:01:35.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 51 [00:01:36.000] FileWatcher:: Close:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info -Info 52 [00:01:37.000] Project '/b/tsconfig.json' (Configured) -Info 52 [00:01:38.000] Files (1) - -Info 52 [00:01:39.000] ----------------------------------------------- -Info 52 [00:01:40.000] Open files: -Info 52 [00:01:41.000] FileName: /b/b.ts ProjectRootPath: undefined -Info 52 [00:01:42.000] Projects: /b/tsconfig.json -Info 52 [00:01:43.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /b/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -244,12 +234,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/b/node_modules/@types: *new* - {"pollingInterval":500} - -PolledWatches *deleted*:: -/a/node_modules/@types: - {"pollingInterval":500} FsWatches:: /b/tsconfig.json: *new* @@ -287,7 +271,7 @@ ts.getFileEmitOutput: /b/b.ts: { } Before request -Info 53 [00:01:44.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -296,13 +280,13 @@ Info 53 [00:01:44.000] request: "seq": 4, "type": "request" } -Info 54 [00:01:45.000] FileWatcher:: Added:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info -Info 55 [00:01:46.000] Project '/b/tsconfig.json' (Configured) -Info 55 [00:01:47.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 55 [00:01:48.000] ----------------------------------------------- -Info 55 [00:01:49.000] Open files: -Info 55 [00:01:50.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -311,8 +295,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/b/node_modules/@types: - {"pollingInterval":500} FsWatches:: /b/tsconfig.json: @@ -324,21 +306,19 @@ FsWatchesRecursive:: /b: {} -Info 56 [00:01:52.000] FileWatcher:: Triggered with /b/b.ts 2:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info -Info 57 [00:01:53.000] FileWatcher:: Close:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info -Info 58 [00:01:54.000] Scheduled: /b/tsconfig.json -Info 59 [00:01:55.000] Elapsed:: *ms FileWatcher:: Triggered with /b/b.ts 2:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info -Info 60 [00:01:56.000] DirectoryWatcher:: Triggered with /b/b.ts :: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 61 [00:01:57.000] Scheduled: /b/tsconfig.json, Cancelled earlier one -Info 62 [00:01:58.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /b/b.ts :: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /b/b.ts 2:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /b/tsconfig.json +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /b/b.ts 2:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /b/b.ts :: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /b/b.ts :: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory Before request //// [/b/b.ts] deleted PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/b/node_modules/@types: - {"pollingInterval":500} FsWatches:: /b/tsconfig.json: @@ -352,7 +332,7 @@ FsWatchesRecursive:: /b: {} -Info 63 [00:01:59.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -361,17 +341,15 @@ Info 63 [00:01:59.000] request: "seq": 5, "type": "request" } -Info 64 [00:02:00.000] Search path: /user -Info 65 [00:02:01.000] For info: /user/user.ts :: No config files found. -Info 66 [00:02:02.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 67 [00:02:03.000] FileWatcher:: Added:: WatchInfo: /a/bin/a.d.ts 500 undefined WatchType: Closed Script info -Info 68 [00:02:04.000] FileWatcher:: Added:: WatchInfo: /b/bin/b.d.ts 500 undefined WatchType: Closed Script info -Info 69 [00:02:05.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 70 [00:02:06.000] DirectoryWatcher:: Added:: WatchInfo: /user/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 71 [00:02:07.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 72 [00:02:08.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 73 [00:02:09.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 74 [00:02:10.000] Files (3) +Info seq [hh:mm:ss:mss] Search path: /user +Info seq [hh:mm:ss:mss] For info: /user/user.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/bin/a.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b/bin/b.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) /a/bin/a.d.ts Text-1 "export declare function fnA(): void;\nexport interface IfaceA {\n}\nexport declare const instanceA: IfaceA;\n//# sourceMappingURL=a.d.ts.map" /b/bin/b.d.ts Text-1 "export declare function fnB(): void;\n//# sourceMappingURL=b.d.ts.map" /user/user.ts SVC-1-0 "import * as a from \"../a/bin/a\";\nimport * as b from \"../b/bin/b\";\nexport function fnUser() { a.fnA(); b.fnB(); a.instanceA; }" @@ -384,31 +362,29 @@ Info 74 [00:02:10.000] Files (3) user.ts Root file specified for compilation -Info 75 [00:02:11.000] ----------------------------------------------- -Info 76 [00:02:12.000] `remove Project:: -Info 77 [00:02:13.000] Project '/b/tsconfig.json' (Configured) -Info 78 [00:02:14.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /b/b.ts b.ts Matched by default include pattern '**/*' -Info 79 [00:02:15.000] ----------------------------------------------- -Info 80 [00:02:16.000] DirectoryWatcher:: Close:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 81 [00:02:17.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 82 [00:02:18.000] FileWatcher:: Close:: WatchInfo: /b/tsconfig.json 2000 undefined Project: /b/tsconfig.json WatchType: Config file -Info 83 [00:02:19.000] DirectoryWatcher:: Close:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/tsconfig.json WatchType: Type roots -Info 84 [00:02:20.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/tsconfig.json WatchType: Type roots -Info 85 [00:02:21.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/tsconfig.json WatchType: Missing file -Info 86 [00:02:22.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 86 [00:02:23.000] Files (3) - -Info 86 [00:02:24.000] ----------------------------------------------- -Info 86 [00:02:25.000] Open files: -Info 86 [00:02:26.000] FileName: /user/user.ts ProjectRootPath: undefined -Info 86 [00:02:27.000] Projects: /dev/null/inferredProject1* -Info 86 [00:02:28.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /b/tsconfig.json 2000 undefined Project: /b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/user.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -417,12 +393,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/user/node_modules/@types: *new* - {"pollingInterval":500} - -PolledWatches *deleted*:: -/b/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/bin/a.d.ts: *new* @@ -440,7 +410,7 @@ FsWatchesRecursive *deleted*:: Before request -Info 87 [00:02:29.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definition", "arguments": { @@ -451,9 +421,9 @@ Info 87 [00:02:29.000] request: "seq": 6, "type": "request" } -Info 88 [00:02:30.000] FileWatcher:: Added:: WatchInfo: /a/bin/a.d.ts.map 500 undefined WatchType: Closed Script info -Info 89 [00:02:31.000] FileWatcher:: Added:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info -Info 90 [00:02:32.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/bin/a.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -483,8 +453,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/user/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/bin/a.d.ts: @@ -498,7 +466,7 @@ FsWatches:: Before request -Info 91 [00:02:33.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -507,13 +475,13 @@ Info 91 [00:02:33.000] request: "seq": 7, "type": "request" } -Info 92 [00:02:34.000] FileWatcher:: Added:: WatchInfo: /user/user.ts 500 undefined WatchType: Closed Script info -Info 93 [00:02:35.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 93 [00:02:36.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/user.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) -Info 93 [00:02:37.000] ----------------------------------------------- -Info 93 [00:02:38.000] Open files: -Info 93 [00:02:39.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -522,8 +490,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/user/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/bin/a.d.ts: @@ -539,7 +505,7 @@ FsWatches:: Before request -Info 94 [00:02:40.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -548,25 +514,23 @@ Info 94 [00:02:40.000] request: "seq": 8, "type": "request" } -Info 95 [00:02:41.000] Search path: /dummy -Info 96 [00:02:42.000] For info: /dummy/dummy.ts :: No config files found. -Info 97 [00:02:43.000] Starting updateGraphWorker: Project: /dev/null/inferredProject2* -Info 98 [00:02:44.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject2* WatchType: Missing file -Info 99 [00:02:45.000] DirectoryWatcher:: Added:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 100 [00:02:46.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 101 [00:02:47.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 102 [00:02:48.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 103 [00:02:49.000] Files (1) +Info seq [hh:mm:ss:mss] Search path: /dummy +Info seq [hh:mm:ss:mss] For info: /dummy/dummy.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject2* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /dummy/dummy.ts SVC-1-0 "let a = 10;" dummy.ts Root file specified for compilation -Info 104 [00:02:50.000] ----------------------------------------------- -Info 105 [00:02:51.000] `remove Project:: -Info 106 [00:02:52.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 107 [00:02:53.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) /a/bin/a.d.ts /b/bin/b.d.ts /user/user.ts @@ -579,23 +543,21 @@ Info 107 [00:02:53.000] Files (3) user.ts Root file specified for compilation -Info 108 [00:02:54.000] ----------------------------------------------- -Info 109 [00:02:55.000] DirectoryWatcher:: Close:: WatchInfo: /user/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 110 [00:02:56.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 111 [00:02:57.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 112 [00:02:58.000] FileWatcher:: Close:: WatchInfo: /user/user.ts 500 undefined WatchType: Closed Script info -Info 113 [00:02:59.000] FileWatcher:: Close:: WatchInfo: /a/bin/a.d.ts 500 undefined WatchType: Closed Script info -Info 114 [00:03:00.000] FileWatcher:: Close:: WatchInfo: /b/bin/b.d.ts 500 undefined WatchType: Closed Script info -Info 115 [00:03:01.000] FileWatcher:: Close:: WatchInfo: /a/bin/a.d.ts.map 500 undefined WatchType: Closed Script info -Info 116 [00:03:02.000] FileWatcher:: Close:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info -Info 117 [00:03:03.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 117 [00:03:04.000] Files (1) - -Info 117 [00:03:05.000] ----------------------------------------------- -Info 117 [00:03:06.000] Open files: -Info 117 [00:03:07.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 117 [00:03:08.000] Projects: /dev/null/inferredProject2* -Info 117 [00:03:09.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/user.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/bin/a.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /b/bin/b.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/bin/a.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -604,12 +566,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/dummy/node_modules/@types: *new* - {"pollingInterval":500} - -PolledWatches *deleted*:: -/user/node_modules/@types: - {"pollingInterval":500} FsWatches *deleted*:: /a/bin/a.d.ts: diff --git a/tests/baselines/reference/tsserver/declarationFileMaps/goToImplementation.js b/tests/baselines/reference/tsserver/declarationFileMaps/goToImplementation.js index f797b1a174a8e..4b02c0c6e4911 100644 --- a/tests/baselines/reference/tsserver/declarationFileMaps/goToImplementation.js +++ b/tests/baselines/reference/tsserver/declarationFileMaps/goToImplementation.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:35.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/a.ts] export function fnA() {} @@ -41,7 +41,7 @@ export function fnUser() { a.fnA(); b.fnB(); a.instanceA; } let a = 10; -Info 1 [00:00:36.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -50,11 +50,11 @@ Info 1 [00:00:36.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:37.000] Search path: /a -Info 3 [00:00:38.000] For info: /a/a.ts :: Config file name: /a/tsconfig.json -Info 4 [00:00:39.000] Creating configuration project /a/tsconfig.json -Info 5 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 6 [00:00:41.000] Config: /a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/a.ts :: Config file name: /a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/tsconfig.json : { "rootNames": [ "/a/a.ts" ], @@ -66,32 +66,30 @@ Info 6 [00:00:41.000] Config: /a/tsconfig.json : { "configFilePath": "/a/tsconfig.json" } } -Info 7 [00:00:42.000] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:43.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:44.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 10 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 11 [00:00:46.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 12 [00:00:47.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 13 [00:00:48.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 14 [00:00:49.000] Project '/a/tsconfig.json' (Configured) -Info 15 [00:00:50.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/a.ts SVC-1-0 "export function fnA() {}\nexport interface IfaceA {}\nexport const instanceA: IfaceA = {};" a.ts Matched by default include pattern '**/*' -Info 16 [00:00:51.000] ----------------------------------------------- -Info 17 [00:00:52.000] Search path: /a -Info 18 [00:00:53.000] For info: /a/tsconfig.json :: No config files found. -Info 19 [00:00:54.000] Project '/a/tsconfig.json' (Configured) -Info 19 [00:00:55.000] Files (1) - -Info 19 [00:00:56.000] ----------------------------------------------- -Info 19 [00:00:57.000] Open files: -Info 19 [00:00:58.000] FileName: /a/a.ts ProjectRootPath: undefined -Info 19 [00:00:59.000] Projects: /a/tsconfig.json -Info 19 [00:01:00.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -100,8 +98,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/tsconfig.json: *new* @@ -129,7 +125,7 @@ ts.getFileEmitOutput: /a/a.ts: { } Before request -Info 20 [00:01:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -138,13 +134,13 @@ Info 20 [00:01:01.000] request: "seq": 2, "type": "request" } -Info 21 [00:01:02.000] FileWatcher:: Added:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info -Info 22 [00:01:03.000] Project '/a/tsconfig.json' (Configured) -Info 22 [00:01:04.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 22 [00:01:05.000] ----------------------------------------------- -Info 22 [00:01:06.000] Open files: -Info 22 [00:01:07.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -153,8 +149,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/a/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/tsconfig.json: @@ -168,7 +162,7 @@ FsWatchesRecursive:: Before request -Info 23 [00:01:08.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -177,11 +171,11 @@ Info 23 [00:01:08.000] request: "seq": 3, "type": "request" } -Info 24 [00:01:09.000] Search path: /b -Info 25 [00:01:10.000] For info: /b/b.ts :: Config file name: /b/tsconfig.json -Info 26 [00:01:11.000] Creating configuration project /b/tsconfig.json -Info 27 [00:01:12.000] FileWatcher:: Added:: WatchInfo: /b/tsconfig.json 2000 undefined Project: /b/tsconfig.json WatchType: Config file -Info 28 [00:01:13.000] Config: /b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /b +Info seq [hh:mm:ss:mss] For info: /b/b.ts :: Config file name: /b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b/tsconfig.json 2000 undefined Project: /b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /b/tsconfig.json : { "rootNames": [ "/b/b.ts" ], @@ -193,49 +187,45 @@ Info 28 [00:01:13.000] Config: /b/tsconfig.json : { "configFilePath": "/b/tsconfig.json" } } -Info 29 [00:01:14.000] DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 30 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 31 [00:01:16.000] Starting updateGraphWorker: Project: /b/tsconfig.json -Info 32 [00:01:17.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/tsconfig.json WatchType: Missing file -Info 33 [00:01:18.000] DirectoryWatcher:: Added:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/tsconfig.json WatchType: Type roots -Info 34 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/tsconfig.json WatchType: Type roots -Info 35 [00:01:20.000] Finishing updateGraphWorker: Project: /b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 36 [00:01:21.000] Project '/b/tsconfig.json' (Configured) -Info 37 [00:01:22.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /b/b.ts SVC-1-0 "export function fnB() {}" b.ts Matched by default include pattern '**/*' -Info 38 [00:01:23.000] ----------------------------------------------- -Info 39 [00:01:24.000] Search path: /b -Info 40 [00:01:25.000] For info: /b/tsconfig.json :: No config files found. -Info 41 [00:01:26.000] `remove Project:: -Info 42 [00:01:27.000] Project '/a/tsconfig.json' (Configured) -Info 43 [00:01:28.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /b +Info seq [hh:mm:ss:mss] For info: /b/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/a.ts a.ts Matched by default include pattern '**/*' -Info 44 [00:01:29.000] ----------------------------------------------- -Info 45 [00:01:30.000] DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 46 [00:01:31.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 47 [00:01:32.000] FileWatcher:: Close:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 48 [00:01:33.000] DirectoryWatcher:: Close:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 49 [00:01:34.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 50 [00:01:35.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 51 [00:01:36.000] FileWatcher:: Close:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info -Info 52 [00:01:37.000] Project '/b/tsconfig.json' (Configured) -Info 52 [00:01:38.000] Files (1) - -Info 52 [00:01:39.000] ----------------------------------------------- -Info 52 [00:01:40.000] Open files: -Info 52 [00:01:41.000] FileName: /b/b.ts ProjectRootPath: undefined -Info 52 [00:01:42.000] Projects: /b/tsconfig.json -Info 52 [00:01:43.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /b/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -244,12 +234,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/b/node_modules/@types: *new* - {"pollingInterval":500} - -PolledWatches *deleted*:: -/a/node_modules/@types: - {"pollingInterval":500} FsWatches:: /b/tsconfig.json: *new* @@ -287,7 +271,7 @@ ts.getFileEmitOutput: /b/b.ts: { } Before request -Info 53 [00:01:44.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -296,13 +280,13 @@ Info 53 [00:01:44.000] request: "seq": 4, "type": "request" } -Info 54 [00:01:45.000] FileWatcher:: Added:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info -Info 55 [00:01:46.000] Project '/b/tsconfig.json' (Configured) -Info 55 [00:01:47.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 55 [00:01:48.000] ----------------------------------------------- -Info 55 [00:01:49.000] Open files: -Info 55 [00:01:50.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -311,8 +295,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/b/node_modules/@types: - {"pollingInterval":500} FsWatches:: /b/tsconfig.json: @@ -324,21 +306,19 @@ FsWatchesRecursive:: /b: {} -Info 56 [00:01:52.000] FileWatcher:: Triggered with /b/b.ts 2:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info -Info 57 [00:01:53.000] FileWatcher:: Close:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info -Info 58 [00:01:54.000] Scheduled: /b/tsconfig.json -Info 59 [00:01:55.000] Elapsed:: *ms FileWatcher:: Triggered with /b/b.ts 2:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info -Info 60 [00:01:56.000] DirectoryWatcher:: Triggered with /b/b.ts :: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 61 [00:01:57.000] Scheduled: /b/tsconfig.json, Cancelled earlier one -Info 62 [00:01:58.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /b/b.ts :: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /b/b.ts 2:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /b/tsconfig.json +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /b/b.ts 2:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /b/b.ts :: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /b/b.ts :: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory Before request //// [/b/b.ts] deleted PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/b/node_modules/@types: - {"pollingInterval":500} FsWatches:: /b/tsconfig.json: @@ -352,7 +332,7 @@ FsWatchesRecursive:: /b: {} -Info 63 [00:01:59.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -361,17 +341,15 @@ Info 63 [00:01:59.000] request: "seq": 5, "type": "request" } -Info 64 [00:02:00.000] Search path: /user -Info 65 [00:02:01.000] For info: /user/user.ts :: No config files found. -Info 66 [00:02:02.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 67 [00:02:03.000] FileWatcher:: Added:: WatchInfo: /a/bin/a.d.ts 500 undefined WatchType: Closed Script info -Info 68 [00:02:04.000] FileWatcher:: Added:: WatchInfo: /b/bin/b.d.ts 500 undefined WatchType: Closed Script info -Info 69 [00:02:05.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 70 [00:02:06.000] DirectoryWatcher:: Added:: WatchInfo: /user/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 71 [00:02:07.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 72 [00:02:08.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 73 [00:02:09.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 74 [00:02:10.000] Files (3) +Info seq [hh:mm:ss:mss] Search path: /user +Info seq [hh:mm:ss:mss] For info: /user/user.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/bin/a.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b/bin/b.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) /a/bin/a.d.ts Text-1 "export declare function fnA(): void;\nexport interface IfaceA {\n}\nexport declare const instanceA: IfaceA;\n//# sourceMappingURL=a.d.ts.map" /b/bin/b.d.ts Text-1 "export declare function fnB(): void;\n//# sourceMappingURL=b.d.ts.map" /user/user.ts SVC-1-0 "import * as a from \"../a/bin/a\";\nimport * as b from \"../b/bin/b\";\nexport function fnUser() { a.fnA(); b.fnB(); a.instanceA; }" @@ -384,31 +362,29 @@ Info 74 [00:02:10.000] Files (3) user.ts Root file specified for compilation -Info 75 [00:02:11.000] ----------------------------------------------- -Info 76 [00:02:12.000] `remove Project:: -Info 77 [00:02:13.000] Project '/b/tsconfig.json' (Configured) -Info 78 [00:02:14.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /b/b.ts b.ts Matched by default include pattern '**/*' -Info 79 [00:02:15.000] ----------------------------------------------- -Info 80 [00:02:16.000] DirectoryWatcher:: Close:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 81 [00:02:17.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 82 [00:02:18.000] FileWatcher:: Close:: WatchInfo: /b/tsconfig.json 2000 undefined Project: /b/tsconfig.json WatchType: Config file -Info 83 [00:02:19.000] DirectoryWatcher:: Close:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/tsconfig.json WatchType: Type roots -Info 84 [00:02:20.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/tsconfig.json WatchType: Type roots -Info 85 [00:02:21.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/tsconfig.json WatchType: Missing file -Info 86 [00:02:22.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 86 [00:02:23.000] Files (3) - -Info 86 [00:02:24.000] ----------------------------------------------- -Info 86 [00:02:25.000] Open files: -Info 86 [00:02:26.000] FileName: /user/user.ts ProjectRootPath: undefined -Info 86 [00:02:27.000] Projects: /dev/null/inferredProject1* -Info 86 [00:02:28.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /b/tsconfig.json 2000 undefined Project: /b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/user.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -417,12 +393,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/user/node_modules/@types: *new* - {"pollingInterval":500} - -PolledWatches *deleted*:: -/b/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/bin/a.d.ts: *new* @@ -440,7 +410,7 @@ FsWatchesRecursive *deleted*:: Before request -Info 87 [00:02:29.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "implementation", "arguments": { @@ -451,9 +421,9 @@ Info 87 [00:02:29.000] request: "seq": 6, "type": "request" } -Info 88 [00:02:30.000] FileWatcher:: Added:: WatchInfo: /a/bin/a.d.ts.map 500 undefined WatchType: Closed Script info -Info 89 [00:02:31.000] FileWatcher:: Added:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info -Info 90 [00:02:32.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/bin/a.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -483,8 +453,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/user/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/bin/a.d.ts: @@ -498,7 +466,7 @@ FsWatches:: Before request -Info 91 [00:02:33.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -507,13 +475,13 @@ Info 91 [00:02:33.000] request: "seq": 7, "type": "request" } -Info 92 [00:02:34.000] FileWatcher:: Added:: WatchInfo: /user/user.ts 500 undefined WatchType: Closed Script info -Info 93 [00:02:35.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 93 [00:02:36.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/user.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) -Info 93 [00:02:37.000] ----------------------------------------------- -Info 93 [00:02:38.000] Open files: -Info 93 [00:02:39.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -522,8 +490,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/user/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/bin/a.d.ts: @@ -539,7 +505,7 @@ FsWatches:: Before request -Info 94 [00:02:40.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -548,25 +514,23 @@ Info 94 [00:02:40.000] request: "seq": 8, "type": "request" } -Info 95 [00:02:41.000] Search path: /dummy -Info 96 [00:02:42.000] For info: /dummy/dummy.ts :: No config files found. -Info 97 [00:02:43.000] Starting updateGraphWorker: Project: /dev/null/inferredProject2* -Info 98 [00:02:44.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject2* WatchType: Missing file -Info 99 [00:02:45.000] DirectoryWatcher:: Added:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 100 [00:02:46.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 101 [00:02:47.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 102 [00:02:48.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 103 [00:02:49.000] Files (1) +Info seq [hh:mm:ss:mss] Search path: /dummy +Info seq [hh:mm:ss:mss] For info: /dummy/dummy.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject2* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /dummy/dummy.ts SVC-1-0 "let a = 10;" dummy.ts Root file specified for compilation -Info 104 [00:02:50.000] ----------------------------------------------- -Info 105 [00:02:51.000] `remove Project:: -Info 106 [00:02:52.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 107 [00:02:53.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) /a/bin/a.d.ts /b/bin/b.d.ts /user/user.ts @@ -579,23 +543,21 @@ Info 107 [00:02:53.000] Files (3) user.ts Root file specified for compilation -Info 108 [00:02:54.000] ----------------------------------------------- -Info 109 [00:02:55.000] DirectoryWatcher:: Close:: WatchInfo: /user/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 110 [00:02:56.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 111 [00:02:57.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 112 [00:02:58.000] FileWatcher:: Close:: WatchInfo: /user/user.ts 500 undefined WatchType: Closed Script info -Info 113 [00:02:59.000] FileWatcher:: Close:: WatchInfo: /a/bin/a.d.ts 500 undefined WatchType: Closed Script info -Info 114 [00:03:00.000] FileWatcher:: Close:: WatchInfo: /b/bin/b.d.ts 500 undefined WatchType: Closed Script info -Info 115 [00:03:01.000] FileWatcher:: Close:: WatchInfo: /a/bin/a.d.ts.map 500 undefined WatchType: Closed Script info -Info 116 [00:03:02.000] FileWatcher:: Close:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info -Info 117 [00:03:03.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 117 [00:03:04.000] Files (1) - -Info 117 [00:03:05.000] ----------------------------------------------- -Info 117 [00:03:06.000] Open files: -Info 117 [00:03:07.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 117 [00:03:08.000] Projects: /dev/null/inferredProject2* -Info 117 [00:03:09.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/user.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/bin/a.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /b/bin/b.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/bin/a.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -604,12 +566,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/dummy/node_modules/@types: *new* - {"pollingInterval":500} - -PolledWatches *deleted*:: -/user/node_modules/@types: - {"pollingInterval":500} FsWatches *deleted*:: /a/bin/a.d.ts: diff --git a/tests/baselines/reference/tsserver/declarationFileMaps/goToType.js b/tests/baselines/reference/tsserver/declarationFileMaps/goToType.js index b0271c69afeb3..d37e06b6ee065 100644 --- a/tests/baselines/reference/tsserver/declarationFileMaps/goToType.js +++ b/tests/baselines/reference/tsserver/declarationFileMaps/goToType.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:35.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/a.ts] export function fnA() {} @@ -41,7 +41,7 @@ export function fnUser() { a.fnA(); b.fnB(); a.instanceA; } let a = 10; -Info 1 [00:00:36.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -50,11 +50,11 @@ Info 1 [00:00:36.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:37.000] Search path: /a -Info 3 [00:00:38.000] For info: /a/a.ts :: Config file name: /a/tsconfig.json -Info 4 [00:00:39.000] Creating configuration project /a/tsconfig.json -Info 5 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 6 [00:00:41.000] Config: /a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/a.ts :: Config file name: /a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/tsconfig.json : { "rootNames": [ "/a/a.ts" ], @@ -66,32 +66,30 @@ Info 6 [00:00:41.000] Config: /a/tsconfig.json : { "configFilePath": "/a/tsconfig.json" } } -Info 7 [00:00:42.000] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:43.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:44.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 10 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 11 [00:00:46.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 12 [00:00:47.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 13 [00:00:48.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 14 [00:00:49.000] Project '/a/tsconfig.json' (Configured) -Info 15 [00:00:50.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/a.ts SVC-1-0 "export function fnA() {}\nexport interface IfaceA {}\nexport const instanceA: IfaceA = {};" a.ts Matched by default include pattern '**/*' -Info 16 [00:00:51.000] ----------------------------------------------- -Info 17 [00:00:52.000] Search path: /a -Info 18 [00:00:53.000] For info: /a/tsconfig.json :: No config files found. -Info 19 [00:00:54.000] Project '/a/tsconfig.json' (Configured) -Info 19 [00:00:55.000] Files (1) - -Info 19 [00:00:56.000] ----------------------------------------------- -Info 19 [00:00:57.000] Open files: -Info 19 [00:00:58.000] FileName: /a/a.ts ProjectRootPath: undefined -Info 19 [00:00:59.000] Projects: /a/tsconfig.json -Info 19 [00:01:00.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -100,8 +98,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/tsconfig.json: *new* @@ -129,7 +125,7 @@ ts.getFileEmitOutput: /a/a.ts: { } Before request -Info 20 [00:01:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -138,13 +134,13 @@ Info 20 [00:01:01.000] request: "seq": 2, "type": "request" } -Info 21 [00:01:02.000] FileWatcher:: Added:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info -Info 22 [00:01:03.000] Project '/a/tsconfig.json' (Configured) -Info 22 [00:01:04.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 22 [00:01:05.000] ----------------------------------------------- -Info 22 [00:01:06.000] Open files: -Info 22 [00:01:07.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -153,8 +149,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/a/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/tsconfig.json: @@ -168,7 +162,7 @@ FsWatchesRecursive:: Before request -Info 23 [00:01:08.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -177,11 +171,11 @@ Info 23 [00:01:08.000] request: "seq": 3, "type": "request" } -Info 24 [00:01:09.000] Search path: /b -Info 25 [00:01:10.000] For info: /b/b.ts :: Config file name: /b/tsconfig.json -Info 26 [00:01:11.000] Creating configuration project /b/tsconfig.json -Info 27 [00:01:12.000] FileWatcher:: Added:: WatchInfo: /b/tsconfig.json 2000 undefined Project: /b/tsconfig.json WatchType: Config file -Info 28 [00:01:13.000] Config: /b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /b +Info seq [hh:mm:ss:mss] For info: /b/b.ts :: Config file name: /b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b/tsconfig.json 2000 undefined Project: /b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /b/tsconfig.json : { "rootNames": [ "/b/b.ts" ], @@ -193,49 +187,45 @@ Info 28 [00:01:13.000] Config: /b/tsconfig.json : { "configFilePath": "/b/tsconfig.json" } } -Info 29 [00:01:14.000] DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 30 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 31 [00:01:16.000] Starting updateGraphWorker: Project: /b/tsconfig.json -Info 32 [00:01:17.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/tsconfig.json WatchType: Missing file -Info 33 [00:01:18.000] DirectoryWatcher:: Added:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/tsconfig.json WatchType: Type roots -Info 34 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/tsconfig.json WatchType: Type roots -Info 35 [00:01:20.000] Finishing updateGraphWorker: Project: /b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 36 [00:01:21.000] Project '/b/tsconfig.json' (Configured) -Info 37 [00:01:22.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /b/b.ts SVC-1-0 "export function fnB() {}" b.ts Matched by default include pattern '**/*' -Info 38 [00:01:23.000] ----------------------------------------------- -Info 39 [00:01:24.000] Search path: /b -Info 40 [00:01:25.000] For info: /b/tsconfig.json :: No config files found. -Info 41 [00:01:26.000] `remove Project:: -Info 42 [00:01:27.000] Project '/a/tsconfig.json' (Configured) -Info 43 [00:01:28.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /b +Info seq [hh:mm:ss:mss] For info: /b/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/a.ts a.ts Matched by default include pattern '**/*' -Info 44 [00:01:29.000] ----------------------------------------------- -Info 45 [00:01:30.000] DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 46 [00:01:31.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 47 [00:01:32.000] FileWatcher:: Close:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 48 [00:01:33.000] DirectoryWatcher:: Close:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 49 [00:01:34.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 50 [00:01:35.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 51 [00:01:36.000] FileWatcher:: Close:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info -Info 52 [00:01:37.000] Project '/b/tsconfig.json' (Configured) -Info 52 [00:01:38.000] Files (1) - -Info 52 [00:01:39.000] ----------------------------------------------- -Info 52 [00:01:40.000] Open files: -Info 52 [00:01:41.000] FileName: /b/b.ts ProjectRootPath: undefined -Info 52 [00:01:42.000] Projects: /b/tsconfig.json -Info 52 [00:01:43.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /b/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -244,12 +234,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/b/node_modules/@types: *new* - {"pollingInterval":500} - -PolledWatches *deleted*:: -/a/node_modules/@types: - {"pollingInterval":500} FsWatches:: /b/tsconfig.json: *new* @@ -287,7 +271,7 @@ ts.getFileEmitOutput: /b/b.ts: { } Before request -Info 53 [00:01:44.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -296,13 +280,13 @@ Info 53 [00:01:44.000] request: "seq": 4, "type": "request" } -Info 54 [00:01:45.000] FileWatcher:: Added:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info -Info 55 [00:01:46.000] Project '/b/tsconfig.json' (Configured) -Info 55 [00:01:47.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 55 [00:01:48.000] ----------------------------------------------- -Info 55 [00:01:49.000] Open files: -Info 55 [00:01:50.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -311,8 +295,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/b/node_modules/@types: - {"pollingInterval":500} FsWatches:: /b/tsconfig.json: @@ -324,21 +306,19 @@ FsWatchesRecursive:: /b: {} -Info 56 [00:01:52.000] FileWatcher:: Triggered with /b/b.ts 2:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info -Info 57 [00:01:53.000] FileWatcher:: Close:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info -Info 58 [00:01:54.000] Scheduled: /b/tsconfig.json -Info 59 [00:01:55.000] Elapsed:: *ms FileWatcher:: Triggered with /b/b.ts 2:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info -Info 60 [00:01:56.000] DirectoryWatcher:: Triggered with /b/b.ts :: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 61 [00:01:57.000] Scheduled: /b/tsconfig.json, Cancelled earlier one -Info 62 [00:01:58.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /b/b.ts :: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /b/b.ts 2:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /b/tsconfig.json +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /b/b.ts 2:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /b/b.ts :: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /b/b.ts :: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory Before request //// [/b/b.ts] deleted PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/b/node_modules/@types: - {"pollingInterval":500} FsWatches:: /b/tsconfig.json: @@ -352,7 +332,7 @@ FsWatchesRecursive:: /b: {} -Info 63 [00:01:59.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -361,17 +341,15 @@ Info 63 [00:01:59.000] request: "seq": 5, "type": "request" } -Info 64 [00:02:00.000] Search path: /user -Info 65 [00:02:01.000] For info: /user/user.ts :: No config files found. -Info 66 [00:02:02.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 67 [00:02:03.000] FileWatcher:: Added:: WatchInfo: /a/bin/a.d.ts 500 undefined WatchType: Closed Script info -Info 68 [00:02:04.000] FileWatcher:: Added:: WatchInfo: /b/bin/b.d.ts 500 undefined WatchType: Closed Script info -Info 69 [00:02:05.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 70 [00:02:06.000] DirectoryWatcher:: Added:: WatchInfo: /user/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 71 [00:02:07.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 72 [00:02:08.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 73 [00:02:09.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 74 [00:02:10.000] Files (3) +Info seq [hh:mm:ss:mss] Search path: /user +Info seq [hh:mm:ss:mss] For info: /user/user.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/bin/a.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b/bin/b.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) /a/bin/a.d.ts Text-1 "export declare function fnA(): void;\nexport interface IfaceA {\n}\nexport declare const instanceA: IfaceA;\n//# sourceMappingURL=a.d.ts.map" /b/bin/b.d.ts Text-1 "export declare function fnB(): void;\n//# sourceMappingURL=b.d.ts.map" /user/user.ts SVC-1-0 "import * as a from \"../a/bin/a\";\nimport * as b from \"../b/bin/b\";\nexport function fnUser() { a.fnA(); b.fnB(); a.instanceA; }" @@ -384,31 +362,29 @@ Info 74 [00:02:10.000] Files (3) user.ts Root file specified for compilation -Info 75 [00:02:11.000] ----------------------------------------------- -Info 76 [00:02:12.000] `remove Project:: -Info 77 [00:02:13.000] Project '/b/tsconfig.json' (Configured) -Info 78 [00:02:14.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /b/b.ts b.ts Matched by default include pattern '**/*' -Info 79 [00:02:15.000] ----------------------------------------------- -Info 80 [00:02:16.000] DirectoryWatcher:: Close:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 81 [00:02:17.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 82 [00:02:18.000] FileWatcher:: Close:: WatchInfo: /b/tsconfig.json 2000 undefined Project: /b/tsconfig.json WatchType: Config file -Info 83 [00:02:19.000] DirectoryWatcher:: Close:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/tsconfig.json WatchType: Type roots -Info 84 [00:02:20.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/tsconfig.json WatchType: Type roots -Info 85 [00:02:21.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/tsconfig.json WatchType: Missing file -Info 86 [00:02:22.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 86 [00:02:23.000] Files (3) - -Info 86 [00:02:24.000] ----------------------------------------------- -Info 86 [00:02:25.000] Open files: -Info 86 [00:02:26.000] FileName: /user/user.ts ProjectRootPath: undefined -Info 86 [00:02:27.000] Projects: /dev/null/inferredProject1* -Info 86 [00:02:28.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /b/tsconfig.json 2000 undefined Project: /b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/user.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -417,12 +393,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/user/node_modules/@types: *new* - {"pollingInterval":500} - -PolledWatches *deleted*:: -/b/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/bin/a.d.ts: *new* @@ -440,7 +410,7 @@ FsWatchesRecursive *deleted*:: Before request -Info 87 [00:02:29.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "typeDefinition", "arguments": { @@ -451,9 +421,9 @@ Info 87 [00:02:29.000] request: "seq": 6, "type": "request" } -Info 88 [00:02:30.000] FileWatcher:: Added:: WatchInfo: /a/bin/a.d.ts.map 500 undefined WatchType: Closed Script info -Info 89 [00:02:31.000] FileWatcher:: Added:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info -Info 90 [00:02:32.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/bin/a.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -483,8 +453,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/user/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/bin/a.d.ts: @@ -498,7 +466,7 @@ FsWatches:: Before request -Info 91 [00:02:33.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -507,13 +475,13 @@ Info 91 [00:02:33.000] request: "seq": 7, "type": "request" } -Info 92 [00:02:34.000] FileWatcher:: Added:: WatchInfo: /user/user.ts 500 undefined WatchType: Closed Script info -Info 93 [00:02:35.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 93 [00:02:36.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/user.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) -Info 93 [00:02:37.000] ----------------------------------------------- -Info 93 [00:02:38.000] Open files: -Info 93 [00:02:39.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -522,8 +490,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/user/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/bin/a.d.ts: @@ -539,7 +505,7 @@ FsWatches:: Before request -Info 94 [00:02:40.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -548,25 +514,23 @@ Info 94 [00:02:40.000] request: "seq": 8, "type": "request" } -Info 95 [00:02:41.000] Search path: /dummy -Info 96 [00:02:42.000] For info: /dummy/dummy.ts :: No config files found. -Info 97 [00:02:43.000] Starting updateGraphWorker: Project: /dev/null/inferredProject2* -Info 98 [00:02:44.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject2* WatchType: Missing file -Info 99 [00:02:45.000] DirectoryWatcher:: Added:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 100 [00:02:46.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 101 [00:02:47.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 102 [00:02:48.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 103 [00:02:49.000] Files (1) +Info seq [hh:mm:ss:mss] Search path: /dummy +Info seq [hh:mm:ss:mss] For info: /dummy/dummy.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject2* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /dummy/dummy.ts SVC-1-0 "let a = 10;" dummy.ts Root file specified for compilation -Info 104 [00:02:50.000] ----------------------------------------------- -Info 105 [00:02:51.000] `remove Project:: -Info 106 [00:02:52.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 107 [00:02:53.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) /a/bin/a.d.ts /b/bin/b.d.ts /user/user.ts @@ -579,23 +543,21 @@ Info 107 [00:02:53.000] Files (3) user.ts Root file specified for compilation -Info 108 [00:02:54.000] ----------------------------------------------- -Info 109 [00:02:55.000] DirectoryWatcher:: Close:: WatchInfo: /user/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 110 [00:02:56.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 111 [00:02:57.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 112 [00:02:58.000] FileWatcher:: Close:: WatchInfo: /user/user.ts 500 undefined WatchType: Closed Script info -Info 113 [00:02:59.000] FileWatcher:: Close:: WatchInfo: /a/bin/a.d.ts 500 undefined WatchType: Closed Script info -Info 114 [00:03:00.000] FileWatcher:: Close:: WatchInfo: /b/bin/b.d.ts 500 undefined WatchType: Closed Script info -Info 115 [00:03:01.000] FileWatcher:: Close:: WatchInfo: /a/bin/a.d.ts.map 500 undefined WatchType: Closed Script info -Info 116 [00:03:02.000] FileWatcher:: Close:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info -Info 117 [00:03:03.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 117 [00:03:04.000] Files (1) - -Info 117 [00:03:05.000] ----------------------------------------------- -Info 117 [00:03:06.000] Open files: -Info 117 [00:03:07.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 117 [00:03:08.000] Projects: /dev/null/inferredProject2* -Info 117 [00:03:09.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/user.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/bin/a.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /b/bin/b.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/bin/a.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -604,12 +566,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/dummy/node_modules/@types: *new* - {"pollingInterval":500} - -PolledWatches *deleted*:: -/user/node_modules/@types: - {"pollingInterval":500} FsWatches *deleted*:: /a/bin/a.d.ts: diff --git a/tests/baselines/reference/tsserver/declarationFileMaps/navigateTo.js b/tests/baselines/reference/tsserver/declarationFileMaps/navigateTo.js index 2a6bece2b3bd8..56b93efe6a77e 100644 --- a/tests/baselines/reference/tsserver/declarationFileMaps/navigateTo.js +++ b/tests/baselines/reference/tsserver/declarationFileMaps/navigateTo.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:35.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/a.ts] export function fnA() {} @@ -41,7 +41,7 @@ export function fnUser() { a.fnA(); b.fnB(); a.instanceA; } let a = 10; -Info 1 [00:00:36.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -50,11 +50,11 @@ Info 1 [00:00:36.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:37.000] Search path: /a -Info 3 [00:00:38.000] For info: /a/a.ts :: Config file name: /a/tsconfig.json -Info 4 [00:00:39.000] Creating configuration project /a/tsconfig.json -Info 5 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 6 [00:00:41.000] Config: /a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/a.ts :: Config file name: /a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/tsconfig.json : { "rootNames": [ "/a/a.ts" ], @@ -66,32 +66,30 @@ Info 6 [00:00:41.000] Config: /a/tsconfig.json : { "configFilePath": "/a/tsconfig.json" } } -Info 7 [00:00:42.000] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:43.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:44.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 10 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 11 [00:00:46.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 12 [00:00:47.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 13 [00:00:48.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 14 [00:00:49.000] Project '/a/tsconfig.json' (Configured) -Info 15 [00:00:50.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/a.ts SVC-1-0 "export function fnA() {}\nexport interface IfaceA {}\nexport const instanceA: IfaceA = {};" a.ts Matched by default include pattern '**/*' -Info 16 [00:00:51.000] ----------------------------------------------- -Info 17 [00:00:52.000] Search path: /a -Info 18 [00:00:53.000] For info: /a/tsconfig.json :: No config files found. -Info 19 [00:00:54.000] Project '/a/tsconfig.json' (Configured) -Info 19 [00:00:55.000] Files (1) - -Info 19 [00:00:56.000] ----------------------------------------------- -Info 19 [00:00:57.000] Open files: -Info 19 [00:00:58.000] FileName: /a/a.ts ProjectRootPath: undefined -Info 19 [00:00:59.000] Projects: /a/tsconfig.json -Info 19 [00:01:00.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -100,8 +98,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/tsconfig.json: *new* @@ -129,7 +125,7 @@ ts.getFileEmitOutput: /a/a.ts: { } Before request -Info 20 [00:01:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -138,13 +134,13 @@ Info 20 [00:01:01.000] request: "seq": 2, "type": "request" } -Info 21 [00:01:02.000] FileWatcher:: Added:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info -Info 22 [00:01:03.000] Project '/a/tsconfig.json' (Configured) -Info 22 [00:01:04.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 22 [00:01:05.000] ----------------------------------------------- -Info 22 [00:01:06.000] Open files: -Info 22 [00:01:07.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -153,8 +149,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/a/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/tsconfig.json: @@ -168,7 +162,7 @@ FsWatchesRecursive:: Before request -Info 23 [00:01:08.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -177,11 +171,11 @@ Info 23 [00:01:08.000] request: "seq": 3, "type": "request" } -Info 24 [00:01:09.000] Search path: /b -Info 25 [00:01:10.000] For info: /b/b.ts :: Config file name: /b/tsconfig.json -Info 26 [00:01:11.000] Creating configuration project /b/tsconfig.json -Info 27 [00:01:12.000] FileWatcher:: Added:: WatchInfo: /b/tsconfig.json 2000 undefined Project: /b/tsconfig.json WatchType: Config file -Info 28 [00:01:13.000] Config: /b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /b +Info seq [hh:mm:ss:mss] For info: /b/b.ts :: Config file name: /b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b/tsconfig.json 2000 undefined Project: /b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /b/tsconfig.json : { "rootNames": [ "/b/b.ts" ], @@ -193,49 +187,45 @@ Info 28 [00:01:13.000] Config: /b/tsconfig.json : { "configFilePath": "/b/tsconfig.json" } } -Info 29 [00:01:14.000] DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 30 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 31 [00:01:16.000] Starting updateGraphWorker: Project: /b/tsconfig.json -Info 32 [00:01:17.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/tsconfig.json WatchType: Missing file -Info 33 [00:01:18.000] DirectoryWatcher:: Added:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/tsconfig.json WatchType: Type roots -Info 34 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/tsconfig.json WatchType: Type roots -Info 35 [00:01:20.000] Finishing updateGraphWorker: Project: /b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 36 [00:01:21.000] Project '/b/tsconfig.json' (Configured) -Info 37 [00:01:22.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /b/b.ts SVC-1-0 "export function fnB() {}" b.ts Matched by default include pattern '**/*' -Info 38 [00:01:23.000] ----------------------------------------------- -Info 39 [00:01:24.000] Search path: /b -Info 40 [00:01:25.000] For info: /b/tsconfig.json :: No config files found. -Info 41 [00:01:26.000] `remove Project:: -Info 42 [00:01:27.000] Project '/a/tsconfig.json' (Configured) -Info 43 [00:01:28.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /b +Info seq [hh:mm:ss:mss] For info: /b/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/a.ts a.ts Matched by default include pattern '**/*' -Info 44 [00:01:29.000] ----------------------------------------------- -Info 45 [00:01:30.000] DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 46 [00:01:31.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 47 [00:01:32.000] FileWatcher:: Close:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 48 [00:01:33.000] DirectoryWatcher:: Close:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 49 [00:01:34.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 50 [00:01:35.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 51 [00:01:36.000] FileWatcher:: Close:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info -Info 52 [00:01:37.000] Project '/b/tsconfig.json' (Configured) -Info 52 [00:01:38.000] Files (1) - -Info 52 [00:01:39.000] ----------------------------------------------- -Info 52 [00:01:40.000] Open files: -Info 52 [00:01:41.000] FileName: /b/b.ts ProjectRootPath: undefined -Info 52 [00:01:42.000] Projects: /b/tsconfig.json -Info 52 [00:01:43.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /b/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -244,12 +234,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/b/node_modules/@types: *new* - {"pollingInterval":500} - -PolledWatches *deleted*:: -/a/node_modules/@types: - {"pollingInterval":500} FsWatches:: /b/tsconfig.json: *new* @@ -287,7 +271,7 @@ ts.getFileEmitOutput: /b/b.ts: { } Before request -Info 53 [00:01:44.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -296,13 +280,13 @@ Info 53 [00:01:44.000] request: "seq": 4, "type": "request" } -Info 54 [00:01:45.000] FileWatcher:: Added:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info -Info 55 [00:01:46.000] Project '/b/tsconfig.json' (Configured) -Info 55 [00:01:47.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 55 [00:01:48.000] ----------------------------------------------- -Info 55 [00:01:49.000] Open files: -Info 55 [00:01:50.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -311,8 +295,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/b/node_modules/@types: - {"pollingInterval":500} FsWatches:: /b/tsconfig.json: @@ -324,21 +306,19 @@ FsWatchesRecursive:: /b: {} -Info 56 [00:01:52.000] FileWatcher:: Triggered with /b/b.ts 2:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info -Info 57 [00:01:53.000] FileWatcher:: Close:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info -Info 58 [00:01:54.000] Scheduled: /b/tsconfig.json -Info 59 [00:01:55.000] Elapsed:: *ms FileWatcher:: Triggered with /b/b.ts 2:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info -Info 60 [00:01:56.000] DirectoryWatcher:: Triggered with /b/b.ts :: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 61 [00:01:57.000] Scheduled: /b/tsconfig.json, Cancelled earlier one -Info 62 [00:01:58.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /b/b.ts :: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /b/b.ts 2:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /b/tsconfig.json +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /b/b.ts 2:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /b/b.ts :: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /b/b.ts :: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory Before request //// [/b/b.ts] deleted PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/b/node_modules/@types: - {"pollingInterval":500} FsWatches:: /b/tsconfig.json: @@ -352,7 +332,7 @@ FsWatchesRecursive:: /b: {} -Info 63 [00:01:59.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -361,17 +341,15 @@ Info 63 [00:01:59.000] request: "seq": 5, "type": "request" } -Info 64 [00:02:00.000] Search path: /user -Info 65 [00:02:01.000] For info: /user/user.ts :: No config files found. -Info 66 [00:02:02.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 67 [00:02:03.000] FileWatcher:: Added:: WatchInfo: /a/bin/a.d.ts 500 undefined WatchType: Closed Script info -Info 68 [00:02:04.000] FileWatcher:: Added:: WatchInfo: /b/bin/b.d.ts 500 undefined WatchType: Closed Script info -Info 69 [00:02:05.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 70 [00:02:06.000] DirectoryWatcher:: Added:: WatchInfo: /user/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 71 [00:02:07.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 72 [00:02:08.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 73 [00:02:09.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 74 [00:02:10.000] Files (3) +Info seq [hh:mm:ss:mss] Search path: /user +Info seq [hh:mm:ss:mss] For info: /user/user.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/bin/a.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b/bin/b.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) /a/bin/a.d.ts Text-1 "export declare function fnA(): void;\nexport interface IfaceA {\n}\nexport declare const instanceA: IfaceA;\n//# sourceMappingURL=a.d.ts.map" /b/bin/b.d.ts Text-1 "export declare function fnB(): void;\n//# sourceMappingURL=b.d.ts.map" /user/user.ts SVC-1-0 "import * as a from \"../a/bin/a\";\nimport * as b from \"../b/bin/b\";\nexport function fnUser() { a.fnA(); b.fnB(); a.instanceA; }" @@ -384,31 +362,29 @@ Info 74 [00:02:10.000] Files (3) user.ts Root file specified for compilation -Info 75 [00:02:11.000] ----------------------------------------------- -Info 76 [00:02:12.000] `remove Project:: -Info 77 [00:02:13.000] Project '/b/tsconfig.json' (Configured) -Info 78 [00:02:14.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /b/b.ts b.ts Matched by default include pattern '**/*' -Info 79 [00:02:15.000] ----------------------------------------------- -Info 80 [00:02:16.000] DirectoryWatcher:: Close:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 81 [00:02:17.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 82 [00:02:18.000] FileWatcher:: Close:: WatchInfo: /b/tsconfig.json 2000 undefined Project: /b/tsconfig.json WatchType: Config file -Info 83 [00:02:19.000] DirectoryWatcher:: Close:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/tsconfig.json WatchType: Type roots -Info 84 [00:02:20.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/tsconfig.json WatchType: Type roots -Info 85 [00:02:21.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/tsconfig.json WatchType: Missing file -Info 86 [00:02:22.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 86 [00:02:23.000] Files (3) - -Info 86 [00:02:24.000] ----------------------------------------------- -Info 86 [00:02:25.000] Open files: -Info 86 [00:02:26.000] FileName: /user/user.ts ProjectRootPath: undefined -Info 86 [00:02:27.000] Projects: /dev/null/inferredProject1* -Info 86 [00:02:28.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /b/tsconfig.json 2000 undefined Project: /b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/user.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -417,12 +393,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/user/node_modules/@types: *new* - {"pollingInterval":500} - -PolledWatches *deleted*:: -/b/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/bin/a.d.ts: *new* @@ -440,7 +410,7 @@ FsWatchesRecursive *deleted*:: Before request -Info 87 [00:02:29.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "navto", "arguments": { @@ -450,10 +420,10 @@ Info 87 [00:02:29.000] request: "seq": 6, "type": "request" } -Info 88 [00:02:30.000] FileWatcher:: Added:: WatchInfo: /a/bin/a.d.ts.map 500 undefined WatchType: Closed Script info -Info 89 [00:02:31.000] FileWatcher:: Added:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info -Info 90 [00:02:32.000] FileWatcher:: Added:: WatchInfo: /b/bin/b.d.ts.map 500 undefined WatchType: Closed Script info -Info 91 [00:02:33.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/bin/a.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b/bin/b.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -496,8 +466,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/user/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/bin/a.d.ts: @@ -513,7 +481,7 @@ FsWatches:: Before request -Info 92 [00:02:34.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -522,13 +490,13 @@ Info 92 [00:02:34.000] request: "seq": 7, "type": "request" } -Info 93 [00:02:35.000] FileWatcher:: Added:: WatchInfo: /user/user.ts 500 undefined WatchType: Closed Script info -Info 94 [00:02:36.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 94 [00:02:37.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/user.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) -Info 94 [00:02:38.000] ----------------------------------------------- -Info 94 [00:02:39.000] Open files: -Info 94 [00:02:40.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -537,8 +505,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/user/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/bin/a.d.ts: @@ -556,7 +522,7 @@ FsWatches:: Before request -Info 95 [00:02:41.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -565,25 +531,23 @@ Info 95 [00:02:41.000] request: "seq": 8, "type": "request" } -Info 96 [00:02:42.000] Search path: /dummy -Info 97 [00:02:43.000] For info: /dummy/dummy.ts :: No config files found. -Info 98 [00:02:44.000] Starting updateGraphWorker: Project: /dev/null/inferredProject2* -Info 99 [00:02:45.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject2* WatchType: Missing file -Info 100 [00:02:46.000] DirectoryWatcher:: Added:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 101 [00:02:47.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 102 [00:02:48.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 103 [00:02:49.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 104 [00:02:50.000] Files (1) +Info seq [hh:mm:ss:mss] Search path: /dummy +Info seq [hh:mm:ss:mss] For info: /dummy/dummy.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject2* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /dummy/dummy.ts SVC-1-0 "let a = 10;" dummy.ts Root file specified for compilation -Info 105 [00:02:51.000] ----------------------------------------------- -Info 106 [00:02:52.000] `remove Project:: -Info 107 [00:02:53.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 108 [00:02:54.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) /a/bin/a.d.ts /b/bin/b.d.ts /user/user.ts @@ -596,24 +560,22 @@ Info 108 [00:02:54.000] Files (3) user.ts Root file specified for compilation -Info 109 [00:02:55.000] ----------------------------------------------- -Info 110 [00:02:56.000] DirectoryWatcher:: Close:: WatchInfo: /user/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 111 [00:02:57.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 112 [00:02:58.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 113 [00:02:59.000] FileWatcher:: Close:: WatchInfo: /user/user.ts 500 undefined WatchType: Closed Script info -Info 114 [00:03:00.000] FileWatcher:: Close:: WatchInfo: /a/bin/a.d.ts 500 undefined WatchType: Closed Script info -Info 115 [00:03:01.000] FileWatcher:: Close:: WatchInfo: /b/bin/b.d.ts 500 undefined WatchType: Closed Script info -Info 116 [00:03:02.000] FileWatcher:: Close:: WatchInfo: /a/bin/a.d.ts.map 500 undefined WatchType: Closed Script info -Info 117 [00:03:03.000] FileWatcher:: Close:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info -Info 118 [00:03:04.000] FileWatcher:: Close:: WatchInfo: /b/bin/b.d.ts.map 500 undefined WatchType: Closed Script info -Info 119 [00:03:05.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 119 [00:03:06.000] Files (1) - -Info 119 [00:03:07.000] ----------------------------------------------- -Info 119 [00:03:08.000] Open files: -Info 119 [00:03:09.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 119 [00:03:10.000] Projects: /dev/null/inferredProject2* -Info 119 [00:03:11.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/user.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/bin/a.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /b/bin/b.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/bin/a.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /b/bin/b.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -622,12 +584,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/dummy/node_modules/@types: *new* - {"pollingInterval":500} - -PolledWatches *deleted*:: -/user/node_modules/@types: - {"pollingInterval":500} FsWatches *deleted*:: /a/bin/a.d.ts: diff --git a/tests/baselines/reference/tsserver/declarationFileMaps/navigateToAll-file-is-not-specified-but-project-is.js b/tests/baselines/reference/tsserver/declarationFileMaps/navigateToAll-file-is-not-specified-but-project-is.js index ddea7ce4f80ca..b26a710f1d0a3 100644 --- a/tests/baselines/reference/tsserver/declarationFileMaps/navigateToAll-file-is-not-specified-but-project-is.js +++ b/tests/baselines/reference/tsserver/declarationFileMaps/navigateToAll-file-is-not-specified-but-project-is.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:37.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/a.ts] export function fnA() {} @@ -44,7 +44,7 @@ export function fnUser() { a.fnA(); b.fnB(); a.instanceA; } let a = 10; -Info 1 [00:00:38.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -53,11 +53,11 @@ Info 1 [00:00:38.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:39.000] Search path: /a -Info 3 [00:00:40.000] For info: /a/a.ts :: Config file name: /a/tsconfig.json -Info 4 [00:00:41.000] Creating configuration project /a/tsconfig.json -Info 5 [00:00:42.000] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 6 [00:00:43.000] Config: /a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/a.ts :: Config file name: /a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/tsconfig.json : { "rootNames": [ "/a/a.ts" ], @@ -69,32 +69,30 @@ Info 6 [00:00:43.000] Config: /a/tsconfig.json : { "configFilePath": "/a/tsconfig.json" } } -Info 7 [00:00:44.000] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:45.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:46.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 10 [00:00:47.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 11 [00:00:48.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 12 [00:00:49.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 13 [00:00:50.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 14 [00:00:51.000] Project '/a/tsconfig.json' (Configured) -Info 15 [00:00:52.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/a.ts SVC-1-0 "export function fnA() {}\nexport interface IfaceA {}\nexport const instanceA: IfaceA = {};" a.ts Matched by default include pattern '**/*' -Info 16 [00:00:53.000] ----------------------------------------------- -Info 17 [00:00:54.000] Search path: /a -Info 18 [00:00:55.000] For info: /a/tsconfig.json :: No config files found. -Info 19 [00:00:56.000] Project '/a/tsconfig.json' (Configured) -Info 19 [00:00:57.000] Files (1) - -Info 19 [00:00:58.000] ----------------------------------------------- -Info 19 [00:00:59.000] Open files: -Info 19 [00:01:00.000] FileName: /a/a.ts ProjectRootPath: undefined -Info 19 [00:01:01.000] Projects: /a/tsconfig.json -Info 19 [00:01:02.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -103,8 +101,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/tsconfig.json: *new* @@ -132,7 +128,7 @@ ts.getFileEmitOutput: /a/a.ts: { } Before request -Info 20 [00:01:03.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -141,13 +137,13 @@ Info 20 [00:01:03.000] request: "seq": 2, "type": "request" } -Info 21 [00:01:04.000] FileWatcher:: Added:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info -Info 22 [00:01:05.000] Project '/a/tsconfig.json' (Configured) -Info 22 [00:01:06.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 22 [00:01:07.000] ----------------------------------------------- -Info 22 [00:01:08.000] Open files: -Info 22 [00:01:09.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -156,8 +152,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/a/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/tsconfig.json: @@ -171,7 +165,7 @@ FsWatchesRecursive:: Before request -Info 23 [00:01:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -180,11 +174,11 @@ Info 23 [00:01:10.000] request: "seq": 3, "type": "request" } -Info 24 [00:01:11.000] Search path: /b -Info 25 [00:01:12.000] For info: /b/b.ts :: Config file name: /b/tsconfig.json -Info 26 [00:01:13.000] Creating configuration project /b/tsconfig.json -Info 27 [00:01:14.000] FileWatcher:: Added:: WatchInfo: /b/tsconfig.json 2000 undefined Project: /b/tsconfig.json WatchType: Config file -Info 28 [00:01:15.000] Config: /b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /b +Info seq [hh:mm:ss:mss] For info: /b/b.ts :: Config file name: /b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b/tsconfig.json 2000 undefined Project: /b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /b/tsconfig.json : { "rootNames": [ "/b/b.ts" ], @@ -196,49 +190,45 @@ Info 28 [00:01:15.000] Config: /b/tsconfig.json : { "configFilePath": "/b/tsconfig.json" } } -Info 29 [00:01:16.000] DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 30 [00:01:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 31 [00:01:18.000] Starting updateGraphWorker: Project: /b/tsconfig.json -Info 32 [00:01:19.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/tsconfig.json WatchType: Missing file -Info 33 [00:01:20.000] DirectoryWatcher:: Added:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/tsconfig.json WatchType: Type roots -Info 34 [00:01:21.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/tsconfig.json WatchType: Type roots -Info 35 [00:01:22.000] Finishing updateGraphWorker: Project: /b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 36 [00:01:23.000] Project '/b/tsconfig.json' (Configured) -Info 37 [00:01:24.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /b/b.ts SVC-1-0 "export function fnB() {}" b.ts Matched by default include pattern '**/*' -Info 38 [00:01:25.000] ----------------------------------------------- -Info 39 [00:01:26.000] Search path: /b -Info 40 [00:01:27.000] For info: /b/tsconfig.json :: No config files found. -Info 41 [00:01:28.000] `remove Project:: -Info 42 [00:01:29.000] Project '/a/tsconfig.json' (Configured) -Info 43 [00:01:30.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /b +Info seq [hh:mm:ss:mss] For info: /b/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/a.ts a.ts Matched by default include pattern '**/*' -Info 44 [00:01:31.000] ----------------------------------------------- -Info 45 [00:01:32.000] DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 46 [00:01:33.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 47 [00:01:34.000] FileWatcher:: Close:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 48 [00:01:35.000] DirectoryWatcher:: Close:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 49 [00:01:36.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 50 [00:01:37.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 51 [00:01:38.000] FileWatcher:: Close:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info -Info 52 [00:01:39.000] Project '/b/tsconfig.json' (Configured) -Info 52 [00:01:40.000] Files (1) - -Info 52 [00:01:41.000] ----------------------------------------------- -Info 52 [00:01:42.000] Open files: -Info 52 [00:01:43.000] FileName: /b/b.ts ProjectRootPath: undefined -Info 52 [00:01:44.000] Projects: /b/tsconfig.json -Info 52 [00:01:45.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /b/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -247,12 +237,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/b/node_modules/@types: *new* - {"pollingInterval":500} - -PolledWatches *deleted*:: -/a/node_modules/@types: - {"pollingInterval":500} FsWatches:: /b/tsconfig.json: *new* @@ -290,7 +274,7 @@ ts.getFileEmitOutput: /b/b.ts: { } Before request -Info 53 [00:01:46.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -299,13 +283,13 @@ Info 53 [00:01:46.000] request: "seq": 4, "type": "request" } -Info 54 [00:01:47.000] FileWatcher:: Added:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info -Info 55 [00:01:48.000] Project '/b/tsconfig.json' (Configured) -Info 55 [00:01:49.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 55 [00:01:50.000] ----------------------------------------------- -Info 55 [00:01:51.000] Open files: -Info 55 [00:01:52.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -314,8 +298,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/b/node_modules/@types: - {"pollingInterval":500} FsWatches:: /b/tsconfig.json: @@ -329,7 +311,7 @@ FsWatchesRecursive:: Before request -Info 56 [00:01:53.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -338,11 +320,11 @@ Info 56 [00:01:53.000] request: "seq": 5, "type": "request" } -Info 57 [00:01:54.000] Search path: /user -Info 58 [00:01:55.000] For info: /user/user.ts :: Config file name: /user/tsconfig.json -Info 59 [00:01:56.000] Creating configuration project /user/tsconfig.json -Info 60 [00:01:57.000] FileWatcher:: Added:: WatchInfo: /user/tsconfig.json 2000 undefined Project: /user/tsconfig.json WatchType: Config file -Info 61 [00:01:58.000] Config: /user/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user +Info seq [hh:mm:ss:mss] For info: /user/user.ts :: Config file name: /user/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/tsconfig.json 2000 undefined Project: /user/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/tsconfig.json : { "rootNames": [ "/user/user.ts" ], @@ -360,10 +342,10 @@ Info 61 [00:01:58.000] Config: /user/tsconfig.json : { } ] } -Info 62 [00:01:59.000] DirectoryWatcher:: Added:: WatchInfo: /user 1 undefined Config: /user/tsconfig.json WatchType: Wild card directory -Info 63 [00:02:00.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user 1 undefined Config: /user/tsconfig.json WatchType: Wild card directory -Info 64 [00:02:01.000] Starting updateGraphWorker: Project: /user/tsconfig.json -Info 65 [00:02:02.000] Config: /a/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user 1 undefined Config: /user/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user 1 undefined Config: /user/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /a/tsconfig.json : { "rootNames": [ "/a/a.ts" ], @@ -375,16 +357,14 @@ Info 65 [00:02:02.000] Config: /a/tsconfig.json : { "configFilePath": "/a/tsconfig.json" } } -Info 66 [00:02:03.000] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /user/tsconfig.json WatchType: Config file -Info 67 [00:02:04.000] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 68 [00:02:05.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 69 [00:02:06.000] FileWatcher:: Added:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info -Info 70 [00:02:07.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /user/tsconfig.json WatchType: Missing file -Info 71 [00:02:08.000] DirectoryWatcher:: Added:: WatchInfo: /user/node_modules/@types 1 undefined Project: /user/tsconfig.json WatchType: Type roots -Info 72 [00:02:09.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/node_modules/@types 1 undefined Project: /user/tsconfig.json WatchType: Type roots -Info 73 [00:02:10.000] Finishing updateGraphWorker: Project: /user/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 74 [00:02:11.000] Project '/user/tsconfig.json' (Configured) -Info 75 [00:02:12.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /user/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /user/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/a.ts Text-2 "export function fnA() {}\nexport interface IfaceA {}\nexport const instanceA: IfaceA = {};" /b/b.ts SVC-1-0 "export function fnB() {}" /user/user.ts SVC-1-0 "import * as a from \"../a/a\";\nimport * as b from \"../b/b\";\nexport function fnUser() { a.fnA(); b.fnB(); a.instanceA; }" @@ -397,19 +377,19 @@ Info 75 [00:02:12.000] Files (3) user.ts Matched by default include pattern '**/*' -Info 76 [00:02:13.000] ----------------------------------------------- -Info 77 [00:02:14.000] Project '/b/tsconfig.json' (Configured) -Info 77 [00:02:15.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 77 [00:02:16.000] ----------------------------------------------- -Info 77 [00:02:17.000] Project '/user/tsconfig.json' (Configured) -Info 77 [00:02:18.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 77 [00:02:19.000] ----------------------------------------------- -Info 77 [00:02:20.000] Open files: -Info 77 [00:02:21.000] FileName: /user/user.ts ProjectRootPath: undefined -Info 77 [00:02:22.000] Projects: /user/tsconfig.json -Info 77 [00:02:23.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/user.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -418,10 +398,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/b/node_modules/@types: - {"pollingInterval":500} -/user/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /b/tsconfig.json: @@ -445,7 +421,7 @@ FsWatchesRecursive:: Before request -Info 78 [00:02:24.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "navto", "arguments": { @@ -455,7 +431,7 @@ Info 78 [00:02:24.000] request: "seq": 6, "type": "request" } -Info 79 [00:02:25.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [ { diff --git a/tests/baselines/reference/tsserver/declarationFileMaps/navigateToAll-neither-file-not-project-is-specified.js b/tests/baselines/reference/tsserver/declarationFileMaps/navigateToAll-neither-file-not-project-is-specified.js index 01465203f4f09..f4b0323239c49 100644 --- a/tests/baselines/reference/tsserver/declarationFileMaps/navigateToAll-neither-file-not-project-is-specified.js +++ b/tests/baselines/reference/tsserver/declarationFileMaps/navigateToAll-neither-file-not-project-is-specified.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:37.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/a.ts] export function fnA() {} @@ -44,7 +44,7 @@ export function fnUser() { a.fnA(); b.fnB(); a.instanceA; } let a = 10; -Info 1 [00:00:38.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -53,11 +53,11 @@ Info 1 [00:00:38.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:39.000] Search path: /a -Info 3 [00:00:40.000] For info: /a/a.ts :: Config file name: /a/tsconfig.json -Info 4 [00:00:41.000] Creating configuration project /a/tsconfig.json -Info 5 [00:00:42.000] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 6 [00:00:43.000] Config: /a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/a.ts :: Config file name: /a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/tsconfig.json : { "rootNames": [ "/a/a.ts" ], @@ -69,32 +69,30 @@ Info 6 [00:00:43.000] Config: /a/tsconfig.json : { "configFilePath": "/a/tsconfig.json" } } -Info 7 [00:00:44.000] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:45.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:46.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 10 [00:00:47.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 11 [00:00:48.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 12 [00:00:49.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 13 [00:00:50.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 14 [00:00:51.000] Project '/a/tsconfig.json' (Configured) -Info 15 [00:00:52.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/a.ts SVC-1-0 "export function fnA() {}\nexport interface IfaceA {}\nexport const instanceA: IfaceA = {};" a.ts Matched by default include pattern '**/*' -Info 16 [00:00:53.000] ----------------------------------------------- -Info 17 [00:00:54.000] Search path: /a -Info 18 [00:00:55.000] For info: /a/tsconfig.json :: No config files found. -Info 19 [00:00:56.000] Project '/a/tsconfig.json' (Configured) -Info 19 [00:00:57.000] Files (1) - -Info 19 [00:00:58.000] ----------------------------------------------- -Info 19 [00:00:59.000] Open files: -Info 19 [00:01:00.000] FileName: /a/a.ts ProjectRootPath: undefined -Info 19 [00:01:01.000] Projects: /a/tsconfig.json -Info 19 [00:01:02.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -103,8 +101,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/tsconfig.json: *new* @@ -132,7 +128,7 @@ ts.getFileEmitOutput: /a/a.ts: { } Before request -Info 20 [00:01:03.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -141,13 +137,13 @@ Info 20 [00:01:03.000] request: "seq": 2, "type": "request" } -Info 21 [00:01:04.000] FileWatcher:: Added:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info -Info 22 [00:01:05.000] Project '/a/tsconfig.json' (Configured) -Info 22 [00:01:06.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 22 [00:01:07.000] ----------------------------------------------- -Info 22 [00:01:08.000] Open files: -Info 22 [00:01:09.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -156,8 +152,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/a/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/tsconfig.json: @@ -171,7 +165,7 @@ FsWatchesRecursive:: Before request -Info 23 [00:01:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -180,11 +174,11 @@ Info 23 [00:01:10.000] request: "seq": 3, "type": "request" } -Info 24 [00:01:11.000] Search path: /b -Info 25 [00:01:12.000] For info: /b/b.ts :: Config file name: /b/tsconfig.json -Info 26 [00:01:13.000] Creating configuration project /b/tsconfig.json -Info 27 [00:01:14.000] FileWatcher:: Added:: WatchInfo: /b/tsconfig.json 2000 undefined Project: /b/tsconfig.json WatchType: Config file -Info 28 [00:01:15.000] Config: /b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /b +Info seq [hh:mm:ss:mss] For info: /b/b.ts :: Config file name: /b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b/tsconfig.json 2000 undefined Project: /b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /b/tsconfig.json : { "rootNames": [ "/b/b.ts" ], @@ -196,49 +190,45 @@ Info 28 [00:01:15.000] Config: /b/tsconfig.json : { "configFilePath": "/b/tsconfig.json" } } -Info 29 [00:01:16.000] DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 30 [00:01:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 31 [00:01:18.000] Starting updateGraphWorker: Project: /b/tsconfig.json -Info 32 [00:01:19.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/tsconfig.json WatchType: Missing file -Info 33 [00:01:20.000] DirectoryWatcher:: Added:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/tsconfig.json WatchType: Type roots -Info 34 [00:01:21.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/tsconfig.json WatchType: Type roots -Info 35 [00:01:22.000] Finishing updateGraphWorker: Project: /b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 36 [00:01:23.000] Project '/b/tsconfig.json' (Configured) -Info 37 [00:01:24.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /b/b.ts SVC-1-0 "export function fnB() {}" b.ts Matched by default include pattern '**/*' -Info 38 [00:01:25.000] ----------------------------------------------- -Info 39 [00:01:26.000] Search path: /b -Info 40 [00:01:27.000] For info: /b/tsconfig.json :: No config files found. -Info 41 [00:01:28.000] `remove Project:: -Info 42 [00:01:29.000] Project '/a/tsconfig.json' (Configured) -Info 43 [00:01:30.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /b +Info seq [hh:mm:ss:mss] For info: /b/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/a.ts a.ts Matched by default include pattern '**/*' -Info 44 [00:01:31.000] ----------------------------------------------- -Info 45 [00:01:32.000] DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 46 [00:01:33.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 47 [00:01:34.000] FileWatcher:: Close:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 48 [00:01:35.000] DirectoryWatcher:: Close:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 49 [00:01:36.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 50 [00:01:37.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 51 [00:01:38.000] FileWatcher:: Close:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info -Info 52 [00:01:39.000] Project '/b/tsconfig.json' (Configured) -Info 52 [00:01:40.000] Files (1) - -Info 52 [00:01:41.000] ----------------------------------------------- -Info 52 [00:01:42.000] Open files: -Info 52 [00:01:43.000] FileName: /b/b.ts ProjectRootPath: undefined -Info 52 [00:01:44.000] Projects: /b/tsconfig.json -Info 52 [00:01:45.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /b/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -247,12 +237,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/b/node_modules/@types: *new* - {"pollingInterval":500} - -PolledWatches *deleted*:: -/a/node_modules/@types: - {"pollingInterval":500} FsWatches:: /b/tsconfig.json: *new* @@ -290,7 +274,7 @@ ts.getFileEmitOutput: /b/b.ts: { } Before request -Info 53 [00:01:46.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -299,13 +283,13 @@ Info 53 [00:01:46.000] request: "seq": 4, "type": "request" } -Info 54 [00:01:47.000] FileWatcher:: Added:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info -Info 55 [00:01:48.000] Project '/b/tsconfig.json' (Configured) -Info 55 [00:01:49.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 55 [00:01:50.000] ----------------------------------------------- -Info 55 [00:01:51.000] Open files: -Info 55 [00:01:52.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -314,8 +298,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/b/node_modules/@types: - {"pollingInterval":500} FsWatches:: /b/tsconfig.json: @@ -329,7 +311,7 @@ FsWatchesRecursive:: Before request -Info 56 [00:01:53.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -338,11 +320,11 @@ Info 56 [00:01:53.000] request: "seq": 5, "type": "request" } -Info 57 [00:01:54.000] Search path: /user -Info 58 [00:01:55.000] For info: /user/user.ts :: Config file name: /user/tsconfig.json -Info 59 [00:01:56.000] Creating configuration project /user/tsconfig.json -Info 60 [00:01:57.000] FileWatcher:: Added:: WatchInfo: /user/tsconfig.json 2000 undefined Project: /user/tsconfig.json WatchType: Config file -Info 61 [00:01:58.000] Config: /user/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user +Info seq [hh:mm:ss:mss] For info: /user/user.ts :: Config file name: /user/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/tsconfig.json 2000 undefined Project: /user/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/tsconfig.json : { "rootNames": [ "/user/user.ts" ], @@ -360,10 +342,10 @@ Info 61 [00:01:58.000] Config: /user/tsconfig.json : { } ] } -Info 62 [00:01:59.000] DirectoryWatcher:: Added:: WatchInfo: /user 1 undefined Config: /user/tsconfig.json WatchType: Wild card directory -Info 63 [00:02:00.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user 1 undefined Config: /user/tsconfig.json WatchType: Wild card directory -Info 64 [00:02:01.000] Starting updateGraphWorker: Project: /user/tsconfig.json -Info 65 [00:02:02.000] Config: /a/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user 1 undefined Config: /user/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user 1 undefined Config: /user/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /a/tsconfig.json : { "rootNames": [ "/a/a.ts" ], @@ -375,16 +357,14 @@ Info 65 [00:02:02.000] Config: /a/tsconfig.json : { "configFilePath": "/a/tsconfig.json" } } -Info 66 [00:02:03.000] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /user/tsconfig.json WatchType: Config file -Info 67 [00:02:04.000] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 68 [00:02:05.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 69 [00:02:06.000] FileWatcher:: Added:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info -Info 70 [00:02:07.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /user/tsconfig.json WatchType: Missing file -Info 71 [00:02:08.000] DirectoryWatcher:: Added:: WatchInfo: /user/node_modules/@types 1 undefined Project: /user/tsconfig.json WatchType: Type roots -Info 72 [00:02:09.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/node_modules/@types 1 undefined Project: /user/tsconfig.json WatchType: Type roots -Info 73 [00:02:10.000] Finishing updateGraphWorker: Project: /user/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 74 [00:02:11.000] Project '/user/tsconfig.json' (Configured) -Info 75 [00:02:12.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /user/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /user/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/a.ts Text-2 "export function fnA() {}\nexport interface IfaceA {}\nexport const instanceA: IfaceA = {};" /b/b.ts SVC-1-0 "export function fnB() {}" /user/user.ts SVC-1-0 "import * as a from \"../a/a\";\nimport * as b from \"../b/b\";\nexport function fnUser() { a.fnA(); b.fnB(); a.instanceA; }" @@ -397,19 +377,19 @@ Info 75 [00:02:12.000] Files (3) user.ts Matched by default include pattern '**/*' -Info 76 [00:02:13.000] ----------------------------------------------- -Info 77 [00:02:14.000] Project '/b/tsconfig.json' (Configured) -Info 77 [00:02:15.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 77 [00:02:16.000] ----------------------------------------------- -Info 77 [00:02:17.000] Project '/user/tsconfig.json' (Configured) -Info 77 [00:02:18.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 77 [00:02:19.000] ----------------------------------------------- -Info 77 [00:02:20.000] Open files: -Info 77 [00:02:21.000] FileName: /user/user.ts ProjectRootPath: undefined -Info 77 [00:02:22.000] Projects: /user/tsconfig.json -Info 77 [00:02:23.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/user.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -418,10 +398,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/b/node_modules/@types: - {"pollingInterval":500} -/user/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /b/tsconfig.json: @@ -445,7 +421,7 @@ FsWatchesRecursive:: Before request -Info 78 [00:02:24.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "navto", "arguments": { @@ -454,7 +430,7 @@ Info 78 [00:02:24.000] request: "seq": 6, "type": "request" } -Info 79 [00:02:25.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [ { diff --git a/tests/baselines/reference/tsserver/declarationFileMaps/renameLocations-starting-at-definition.js b/tests/baselines/reference/tsserver/declarationFileMaps/renameLocations-starting-at-definition.js index 7dc2b25ef76a9..84bb0f0a1a570 100644 --- a/tests/baselines/reference/tsserver/declarationFileMaps/renameLocations-starting-at-definition.js +++ b/tests/baselines/reference/tsserver/declarationFileMaps/renameLocations-starting-at-definition.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:35.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/a.ts] export function fnA() {} @@ -41,7 +41,7 @@ export function fnUser() { a.fnA(); b.fnB(); a.instanceA; } let a = 10; -Info 1 [00:00:36.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -50,11 +50,11 @@ Info 1 [00:00:36.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:37.000] Search path: /a -Info 3 [00:00:38.000] For info: /a/a.ts :: Config file name: /a/tsconfig.json -Info 4 [00:00:39.000] Creating configuration project /a/tsconfig.json -Info 5 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 6 [00:00:41.000] Config: /a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/a.ts :: Config file name: /a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/tsconfig.json : { "rootNames": [ "/a/a.ts" ], @@ -66,32 +66,30 @@ Info 6 [00:00:41.000] Config: /a/tsconfig.json : { "configFilePath": "/a/tsconfig.json" } } -Info 7 [00:00:42.000] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:43.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:44.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 10 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 11 [00:00:46.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 12 [00:00:47.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 13 [00:00:48.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 14 [00:00:49.000] Project '/a/tsconfig.json' (Configured) -Info 15 [00:00:50.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/a.ts SVC-1-0 "export function fnA() {}\nexport interface IfaceA {}\nexport const instanceA: IfaceA = {};" a.ts Matched by default include pattern '**/*' -Info 16 [00:00:51.000] ----------------------------------------------- -Info 17 [00:00:52.000] Search path: /a -Info 18 [00:00:53.000] For info: /a/tsconfig.json :: No config files found. -Info 19 [00:00:54.000] Project '/a/tsconfig.json' (Configured) -Info 19 [00:00:55.000] Files (1) - -Info 19 [00:00:56.000] ----------------------------------------------- -Info 19 [00:00:57.000] Open files: -Info 19 [00:00:58.000] FileName: /a/a.ts ProjectRootPath: undefined -Info 19 [00:00:59.000] Projects: /a/tsconfig.json -Info 19 [00:01:00.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -100,8 +98,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/tsconfig.json: *new* @@ -129,7 +125,7 @@ ts.getFileEmitOutput: /a/a.ts: { } Before request -Info 20 [00:01:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -138,13 +134,13 @@ Info 20 [00:01:01.000] request: "seq": 2, "type": "request" } -Info 21 [00:01:02.000] FileWatcher:: Added:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info -Info 22 [00:01:03.000] Project '/a/tsconfig.json' (Configured) -Info 22 [00:01:04.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 22 [00:01:05.000] ----------------------------------------------- -Info 22 [00:01:06.000] Open files: -Info 22 [00:01:07.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -153,8 +149,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/a/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/tsconfig.json: @@ -168,7 +162,7 @@ FsWatchesRecursive:: Before request -Info 23 [00:01:08.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -177,11 +171,11 @@ Info 23 [00:01:08.000] request: "seq": 3, "type": "request" } -Info 24 [00:01:09.000] Search path: /b -Info 25 [00:01:10.000] For info: /b/b.ts :: Config file name: /b/tsconfig.json -Info 26 [00:01:11.000] Creating configuration project /b/tsconfig.json -Info 27 [00:01:12.000] FileWatcher:: Added:: WatchInfo: /b/tsconfig.json 2000 undefined Project: /b/tsconfig.json WatchType: Config file -Info 28 [00:01:13.000] Config: /b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /b +Info seq [hh:mm:ss:mss] For info: /b/b.ts :: Config file name: /b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b/tsconfig.json 2000 undefined Project: /b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /b/tsconfig.json : { "rootNames": [ "/b/b.ts" ], @@ -193,49 +187,45 @@ Info 28 [00:01:13.000] Config: /b/tsconfig.json : { "configFilePath": "/b/tsconfig.json" } } -Info 29 [00:01:14.000] DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 30 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 31 [00:01:16.000] Starting updateGraphWorker: Project: /b/tsconfig.json -Info 32 [00:01:17.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/tsconfig.json WatchType: Missing file -Info 33 [00:01:18.000] DirectoryWatcher:: Added:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/tsconfig.json WatchType: Type roots -Info 34 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/tsconfig.json WatchType: Type roots -Info 35 [00:01:20.000] Finishing updateGraphWorker: Project: /b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 36 [00:01:21.000] Project '/b/tsconfig.json' (Configured) -Info 37 [00:01:22.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /b/b.ts SVC-1-0 "export function fnB() {}" b.ts Matched by default include pattern '**/*' -Info 38 [00:01:23.000] ----------------------------------------------- -Info 39 [00:01:24.000] Search path: /b -Info 40 [00:01:25.000] For info: /b/tsconfig.json :: No config files found. -Info 41 [00:01:26.000] `remove Project:: -Info 42 [00:01:27.000] Project '/a/tsconfig.json' (Configured) -Info 43 [00:01:28.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /b +Info seq [hh:mm:ss:mss] For info: /b/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/a.ts a.ts Matched by default include pattern '**/*' -Info 44 [00:01:29.000] ----------------------------------------------- -Info 45 [00:01:30.000] DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 46 [00:01:31.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 47 [00:01:32.000] FileWatcher:: Close:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 48 [00:01:33.000] DirectoryWatcher:: Close:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 49 [00:01:34.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 50 [00:01:35.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 51 [00:01:36.000] FileWatcher:: Close:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info -Info 52 [00:01:37.000] Project '/b/tsconfig.json' (Configured) -Info 52 [00:01:38.000] Files (1) - -Info 52 [00:01:39.000] ----------------------------------------------- -Info 52 [00:01:40.000] Open files: -Info 52 [00:01:41.000] FileName: /b/b.ts ProjectRootPath: undefined -Info 52 [00:01:42.000] Projects: /b/tsconfig.json -Info 52 [00:01:43.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /b/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -244,12 +234,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/b/node_modules/@types: *new* - {"pollingInterval":500} - -PolledWatches *deleted*:: -/a/node_modules/@types: - {"pollingInterval":500} FsWatches:: /b/tsconfig.json: *new* @@ -287,7 +271,7 @@ ts.getFileEmitOutput: /b/b.ts: { } Before request -Info 53 [00:01:44.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -296,13 +280,13 @@ Info 53 [00:01:44.000] request: "seq": 4, "type": "request" } -Info 54 [00:01:45.000] FileWatcher:: Added:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info -Info 55 [00:01:46.000] Project '/b/tsconfig.json' (Configured) -Info 55 [00:01:47.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 55 [00:01:48.000] ----------------------------------------------- -Info 55 [00:01:49.000] Open files: -Info 55 [00:01:50.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -311,8 +295,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/b/node_modules/@types: - {"pollingInterval":500} FsWatches:: /b/tsconfig.json: @@ -324,21 +306,19 @@ FsWatchesRecursive:: /b: {} -Info 56 [00:01:52.000] FileWatcher:: Triggered with /b/b.ts 2:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info -Info 57 [00:01:53.000] FileWatcher:: Close:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info -Info 58 [00:01:54.000] Scheduled: /b/tsconfig.json -Info 59 [00:01:55.000] Elapsed:: *ms FileWatcher:: Triggered with /b/b.ts 2:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info -Info 60 [00:01:56.000] DirectoryWatcher:: Triggered with /b/b.ts :: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 61 [00:01:57.000] Scheduled: /b/tsconfig.json, Cancelled earlier one -Info 62 [00:01:58.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /b/b.ts :: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /b/b.ts 2:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /b/tsconfig.json +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /b/b.ts 2:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /b/b.ts :: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /b/b.ts :: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory Before request //// [/b/b.ts] deleted PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/b/node_modules/@types: - {"pollingInterval":500} FsWatches:: /b/tsconfig.json: @@ -352,7 +332,7 @@ FsWatchesRecursive:: /b: {} -Info 63 [00:01:59.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -361,17 +341,15 @@ Info 63 [00:01:59.000] request: "seq": 5, "type": "request" } -Info 64 [00:02:00.000] Search path: /user -Info 65 [00:02:01.000] For info: /user/user.ts :: No config files found. -Info 66 [00:02:02.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 67 [00:02:03.000] FileWatcher:: Added:: WatchInfo: /a/bin/a.d.ts 500 undefined WatchType: Closed Script info -Info 68 [00:02:04.000] FileWatcher:: Added:: WatchInfo: /b/bin/b.d.ts 500 undefined WatchType: Closed Script info -Info 69 [00:02:05.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 70 [00:02:06.000] DirectoryWatcher:: Added:: WatchInfo: /user/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 71 [00:02:07.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 72 [00:02:08.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 73 [00:02:09.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 74 [00:02:10.000] Files (3) +Info seq [hh:mm:ss:mss] Search path: /user +Info seq [hh:mm:ss:mss] For info: /user/user.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/bin/a.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b/bin/b.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) /a/bin/a.d.ts Text-1 "export declare function fnA(): void;\nexport interface IfaceA {\n}\nexport declare const instanceA: IfaceA;\n//# sourceMappingURL=a.d.ts.map" /b/bin/b.d.ts Text-1 "export declare function fnB(): void;\n//# sourceMappingURL=b.d.ts.map" /user/user.ts SVC-1-0 "import * as a from \"../a/bin/a\";\nimport * as b from \"../b/bin/b\";\nexport function fnUser() { a.fnA(); b.fnB(); a.instanceA; }" @@ -384,31 +362,29 @@ Info 74 [00:02:10.000] Files (3) user.ts Root file specified for compilation -Info 75 [00:02:11.000] ----------------------------------------------- -Info 76 [00:02:12.000] `remove Project:: -Info 77 [00:02:13.000] Project '/b/tsconfig.json' (Configured) -Info 78 [00:02:14.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /b/b.ts b.ts Matched by default include pattern '**/*' -Info 79 [00:02:15.000] ----------------------------------------------- -Info 80 [00:02:16.000] DirectoryWatcher:: Close:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 81 [00:02:17.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 82 [00:02:18.000] FileWatcher:: Close:: WatchInfo: /b/tsconfig.json 2000 undefined Project: /b/tsconfig.json WatchType: Config file -Info 83 [00:02:19.000] DirectoryWatcher:: Close:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/tsconfig.json WatchType: Type roots -Info 84 [00:02:20.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/tsconfig.json WatchType: Type roots -Info 85 [00:02:21.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/tsconfig.json WatchType: Missing file -Info 86 [00:02:22.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 86 [00:02:23.000] Files (3) - -Info 86 [00:02:24.000] ----------------------------------------------- -Info 86 [00:02:25.000] Open files: -Info 86 [00:02:26.000] FileName: /user/user.ts ProjectRootPath: undefined -Info 86 [00:02:27.000] Projects: /dev/null/inferredProject1* -Info 86 [00:02:28.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /b/tsconfig.json 2000 undefined Project: /b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/user.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -417,12 +393,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/user/node_modules/@types: *new* - {"pollingInterval":500} - -PolledWatches *deleted*:: -/b/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/bin/a.d.ts: *new* @@ -440,7 +410,7 @@ FsWatchesRecursive *deleted*:: Before request -Info 87 [00:02:29.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -449,11 +419,11 @@ Info 87 [00:02:29.000] request: "seq": 6, "type": "request" } -Info 88 [00:02:30.000] Search path: /a -Info 89 [00:02:31.000] For info: /a/a.ts :: Config file name: /a/tsconfig.json -Info 90 [00:02:32.000] Creating configuration project /a/tsconfig.json -Info 91 [00:02:33.000] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 92 [00:02:34.000] Config: /a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/a.ts :: Config file name: /a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/tsconfig.json : { "rootNames": [ "/a/a.ts" ], @@ -465,38 +435,36 @@ Info 92 [00:02:34.000] Config: /a/tsconfig.json : { "configFilePath": "/a/tsconfig.json" } } -Info 93 [00:02:35.000] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 94 [00:02:36.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 95 [00:02:37.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 96 [00:02:38.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 97 [00:02:39.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 98 [00:02:40.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 99 [00:02:41.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 100 [00:02:42.000] Project '/a/tsconfig.json' (Configured) -Info 101 [00:02:43.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/a.ts SVC-2-0 "export function fnA() {}\nexport interface IfaceA {}\nexport const instanceA: IfaceA = {};" a.ts Matched by default include pattern '**/*' -Info 102 [00:02:44.000] ----------------------------------------------- -Info 103 [00:02:45.000] Search path: /a -Info 104 [00:02:46.000] For info: /a/tsconfig.json :: No config files found. -Info 105 [00:02:47.000] Project '/a/tsconfig.json' (Configured) -Info 105 [00:02:48.000] Files (1) - -Info 105 [00:02:49.000] ----------------------------------------------- -Info 105 [00:02:50.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 105 [00:02:51.000] Files (3) - -Info 105 [00:02:52.000] ----------------------------------------------- -Info 105 [00:02:53.000] Open files: -Info 105 [00:02:54.000] FileName: /user/user.ts ProjectRootPath: undefined -Info 105 [00:02:55.000] Projects: /dev/null/inferredProject1* -Info 105 [00:02:56.000] FileName: /a/a.ts ProjectRootPath: undefined -Info 105 [00:02:57.000] Projects: /a/tsconfig.json -Info 105 [00:02:58.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/user.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /a/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -505,10 +473,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/user/node_modules/@types: - {"pollingInterval":500} -/a/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/bin/a.d.ts: @@ -524,7 +488,7 @@ FsWatchesRecursive:: Before request -Info 106 [00:02:59.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -535,10 +499,10 @@ Info 106 [00:02:59.000] request: "seq": 7, "type": "request" } -Info 107 [00:03:00.000] FileWatcher:: Added:: WatchInfo: /a/bin/a.d.ts.map 500 undefined WatchType: Closed Script info -Info 108 [00:03:01.000] Search path: /a -Info 109 [00:03:02.000] For info: /a/a.ts :: Config file name: /a/tsconfig.json -Info 110 [00:03:03.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/bin/a.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/a.ts :: Config file name: /a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -606,10 +570,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/user/node_modules/@types: - {"pollingInterval":500} -/a/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/bin/a.d.ts: @@ -627,7 +587,7 @@ FsWatchesRecursive:: Before request -Info 111 [00:03:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -636,19 +596,19 @@ Info 111 [00:03:04.000] request: "seq": 8, "type": "request" } -Info 112 [00:03:05.000] FileWatcher:: Added:: WatchInfo: /user/user.ts 500 undefined WatchType: Closed Script info -Info 113 [00:03:06.000] Project '/a/tsconfig.json' (Configured) -Info 113 [00:03:07.000] Files (1) - -Info 113 [00:03:08.000] ----------------------------------------------- -Info 113 [00:03:09.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 113 [00:03:10.000] Files (3) - -Info 113 [00:03:11.000] ----------------------------------------------- -Info 113 [00:03:12.000] Open files: -Info 113 [00:03:13.000] FileName: /a/a.ts ProjectRootPath: undefined -Info 113 [00:03:14.000] Projects: /a/tsconfig.json -Info 113 [00:03:15.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/user.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -657,10 +617,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/user/node_modules/@types: - {"pollingInterval":500} -/a/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/bin/a.d.ts: @@ -680,7 +636,7 @@ FsWatchesRecursive:: Before request -Info 114 [00:03:16.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -689,25 +645,23 @@ Info 114 [00:03:16.000] request: "seq": 9, "type": "request" } -Info 115 [00:03:17.000] Search path: /dummy -Info 116 [00:03:18.000] For info: /dummy/dummy.ts :: No config files found. -Info 117 [00:03:19.000] Starting updateGraphWorker: Project: /dev/null/inferredProject2* -Info 118 [00:03:20.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject2* WatchType: Missing file -Info 119 [00:03:21.000] DirectoryWatcher:: Added:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 120 [00:03:22.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 121 [00:03:23.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 122 [00:03:24.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 123 [00:03:25.000] Files (1) +Info seq [hh:mm:ss:mss] Search path: /dummy +Info seq [hh:mm:ss:mss] For info: /dummy/dummy.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject2* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /dummy/dummy.ts SVC-1-0 "let a = 10;" dummy.ts Root file specified for compilation -Info 124 [00:03:26.000] ----------------------------------------------- -Info 125 [00:03:27.000] `remove Project:: -Info 126 [00:03:28.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 127 [00:03:29.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) /a/bin/a.d.ts /b/bin/b.d.ts /user/user.ts @@ -720,26 +674,24 @@ Info 127 [00:03:29.000] Files (3) user.ts Root file specified for compilation -Info 128 [00:03:30.000] ----------------------------------------------- -Info 129 [00:03:31.000] DirectoryWatcher:: Close:: WatchInfo: /user/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 130 [00:03:32.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 131 [00:03:33.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 132 [00:03:34.000] FileWatcher:: Close:: WatchInfo: /user/user.ts 500 undefined WatchType: Closed Script info -Info 133 [00:03:35.000] FileWatcher:: Close:: WatchInfo: /b/bin/b.d.ts 500 undefined WatchType: Closed Script info -Info 134 [00:03:36.000] Project '/a/tsconfig.json' (Configured) -Info 134 [00:03:37.000] Files (1) - -Info 134 [00:03:38.000] ----------------------------------------------- -Info 134 [00:03:39.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 134 [00:03:40.000] Files (1) - -Info 134 [00:03:41.000] ----------------------------------------------- -Info 134 [00:03:42.000] Open files: -Info 134 [00:03:43.000] FileName: /a/a.ts ProjectRootPath: undefined -Info 134 [00:03:44.000] Projects: /a/tsconfig.json -Info 134 [00:03:45.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 134 [00:03:46.000] Projects: /dev/null/inferredProject2* -Info 134 [00:03:47.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/user.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /b/bin/b.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -748,14 +700,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/a/node_modules/@types: - {"pollingInterval":500} -/dummy/node_modules/@types: *new* - {"pollingInterval":500} - -PolledWatches *deleted*:: -/user/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/bin/a.d.ts: diff --git a/tests/baselines/reference/tsserver/declarationFileMaps/renameLocations-target-does-not-exist.js b/tests/baselines/reference/tsserver/declarationFileMaps/renameLocations-target-does-not-exist.js index e8349bfd82aca..91098ae031254 100644 --- a/tests/baselines/reference/tsserver/declarationFileMaps/renameLocations-target-does-not-exist.js +++ b/tests/baselines/reference/tsserver/declarationFileMaps/renameLocations-target-does-not-exist.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:35.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/a.ts] export function fnA() {} @@ -41,7 +41,7 @@ export function fnUser() { a.fnA(); b.fnB(); a.instanceA; } let a = 10; -Info 1 [00:00:36.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -50,11 +50,11 @@ Info 1 [00:00:36.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:37.000] Search path: /a -Info 3 [00:00:38.000] For info: /a/a.ts :: Config file name: /a/tsconfig.json -Info 4 [00:00:39.000] Creating configuration project /a/tsconfig.json -Info 5 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 6 [00:00:41.000] Config: /a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/a.ts :: Config file name: /a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/tsconfig.json : { "rootNames": [ "/a/a.ts" ], @@ -66,32 +66,30 @@ Info 6 [00:00:41.000] Config: /a/tsconfig.json : { "configFilePath": "/a/tsconfig.json" } } -Info 7 [00:00:42.000] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:43.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:44.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 10 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 11 [00:00:46.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 12 [00:00:47.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 13 [00:00:48.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 14 [00:00:49.000] Project '/a/tsconfig.json' (Configured) -Info 15 [00:00:50.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/a.ts SVC-1-0 "export function fnA() {}\nexport interface IfaceA {}\nexport const instanceA: IfaceA = {};" a.ts Matched by default include pattern '**/*' -Info 16 [00:00:51.000] ----------------------------------------------- -Info 17 [00:00:52.000] Search path: /a -Info 18 [00:00:53.000] For info: /a/tsconfig.json :: No config files found. -Info 19 [00:00:54.000] Project '/a/tsconfig.json' (Configured) -Info 19 [00:00:55.000] Files (1) - -Info 19 [00:00:56.000] ----------------------------------------------- -Info 19 [00:00:57.000] Open files: -Info 19 [00:00:58.000] FileName: /a/a.ts ProjectRootPath: undefined -Info 19 [00:00:59.000] Projects: /a/tsconfig.json -Info 19 [00:01:00.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -100,8 +98,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/tsconfig.json: *new* @@ -129,7 +125,7 @@ ts.getFileEmitOutput: /a/a.ts: { } Before request -Info 20 [00:01:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -138,13 +134,13 @@ Info 20 [00:01:01.000] request: "seq": 2, "type": "request" } -Info 21 [00:01:02.000] FileWatcher:: Added:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info -Info 22 [00:01:03.000] Project '/a/tsconfig.json' (Configured) -Info 22 [00:01:04.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 22 [00:01:05.000] ----------------------------------------------- -Info 22 [00:01:06.000] Open files: -Info 22 [00:01:07.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -153,8 +149,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/a/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/tsconfig.json: @@ -168,7 +162,7 @@ FsWatchesRecursive:: Before request -Info 23 [00:01:08.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -177,11 +171,11 @@ Info 23 [00:01:08.000] request: "seq": 3, "type": "request" } -Info 24 [00:01:09.000] Search path: /b -Info 25 [00:01:10.000] For info: /b/b.ts :: Config file name: /b/tsconfig.json -Info 26 [00:01:11.000] Creating configuration project /b/tsconfig.json -Info 27 [00:01:12.000] FileWatcher:: Added:: WatchInfo: /b/tsconfig.json 2000 undefined Project: /b/tsconfig.json WatchType: Config file -Info 28 [00:01:13.000] Config: /b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /b +Info seq [hh:mm:ss:mss] For info: /b/b.ts :: Config file name: /b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b/tsconfig.json 2000 undefined Project: /b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /b/tsconfig.json : { "rootNames": [ "/b/b.ts" ], @@ -193,49 +187,45 @@ Info 28 [00:01:13.000] Config: /b/tsconfig.json : { "configFilePath": "/b/tsconfig.json" } } -Info 29 [00:01:14.000] DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 30 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 31 [00:01:16.000] Starting updateGraphWorker: Project: /b/tsconfig.json -Info 32 [00:01:17.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/tsconfig.json WatchType: Missing file -Info 33 [00:01:18.000] DirectoryWatcher:: Added:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/tsconfig.json WatchType: Type roots -Info 34 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/tsconfig.json WatchType: Type roots -Info 35 [00:01:20.000] Finishing updateGraphWorker: Project: /b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 36 [00:01:21.000] Project '/b/tsconfig.json' (Configured) -Info 37 [00:01:22.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /b/b.ts SVC-1-0 "export function fnB() {}" b.ts Matched by default include pattern '**/*' -Info 38 [00:01:23.000] ----------------------------------------------- -Info 39 [00:01:24.000] Search path: /b -Info 40 [00:01:25.000] For info: /b/tsconfig.json :: No config files found. -Info 41 [00:01:26.000] `remove Project:: -Info 42 [00:01:27.000] Project '/a/tsconfig.json' (Configured) -Info 43 [00:01:28.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /b +Info seq [hh:mm:ss:mss] For info: /b/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/a.ts a.ts Matched by default include pattern '**/*' -Info 44 [00:01:29.000] ----------------------------------------------- -Info 45 [00:01:30.000] DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 46 [00:01:31.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 47 [00:01:32.000] FileWatcher:: Close:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 48 [00:01:33.000] DirectoryWatcher:: Close:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 49 [00:01:34.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 50 [00:01:35.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 51 [00:01:36.000] FileWatcher:: Close:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info -Info 52 [00:01:37.000] Project '/b/tsconfig.json' (Configured) -Info 52 [00:01:38.000] Files (1) - -Info 52 [00:01:39.000] ----------------------------------------------- -Info 52 [00:01:40.000] Open files: -Info 52 [00:01:41.000] FileName: /b/b.ts ProjectRootPath: undefined -Info 52 [00:01:42.000] Projects: /b/tsconfig.json -Info 52 [00:01:43.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /b/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -244,12 +234,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/b/node_modules/@types: *new* - {"pollingInterval":500} - -PolledWatches *deleted*:: -/a/node_modules/@types: - {"pollingInterval":500} FsWatches:: /b/tsconfig.json: *new* @@ -287,7 +271,7 @@ ts.getFileEmitOutput: /b/b.ts: { } Before request -Info 53 [00:01:44.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -296,13 +280,13 @@ Info 53 [00:01:44.000] request: "seq": 4, "type": "request" } -Info 54 [00:01:45.000] FileWatcher:: Added:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info -Info 55 [00:01:46.000] Project '/b/tsconfig.json' (Configured) -Info 55 [00:01:47.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 55 [00:01:48.000] ----------------------------------------------- -Info 55 [00:01:49.000] Open files: -Info 55 [00:01:50.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -311,8 +295,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/b/node_modules/@types: - {"pollingInterval":500} FsWatches:: /b/tsconfig.json: @@ -324,21 +306,19 @@ FsWatchesRecursive:: /b: {} -Info 56 [00:01:52.000] FileWatcher:: Triggered with /b/b.ts 2:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info -Info 57 [00:01:53.000] FileWatcher:: Close:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info -Info 58 [00:01:54.000] Scheduled: /b/tsconfig.json -Info 59 [00:01:55.000] Elapsed:: *ms FileWatcher:: Triggered with /b/b.ts 2:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info -Info 60 [00:01:56.000] DirectoryWatcher:: Triggered with /b/b.ts :: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 61 [00:01:57.000] Scheduled: /b/tsconfig.json, Cancelled earlier one -Info 62 [00:01:58.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /b/b.ts :: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /b/b.ts 2:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /b/tsconfig.json +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /b/b.ts 2:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /b/b.ts :: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /b/b.ts :: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory Before request //// [/b/b.ts] deleted PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/b/node_modules/@types: - {"pollingInterval":500} FsWatches:: /b/tsconfig.json: @@ -352,7 +332,7 @@ FsWatchesRecursive:: /b: {} -Info 63 [00:01:59.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -361,17 +341,15 @@ Info 63 [00:01:59.000] request: "seq": 5, "type": "request" } -Info 64 [00:02:00.000] Search path: /user -Info 65 [00:02:01.000] For info: /user/user.ts :: No config files found. -Info 66 [00:02:02.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 67 [00:02:03.000] FileWatcher:: Added:: WatchInfo: /a/bin/a.d.ts 500 undefined WatchType: Closed Script info -Info 68 [00:02:04.000] FileWatcher:: Added:: WatchInfo: /b/bin/b.d.ts 500 undefined WatchType: Closed Script info -Info 69 [00:02:05.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 70 [00:02:06.000] DirectoryWatcher:: Added:: WatchInfo: /user/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 71 [00:02:07.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 72 [00:02:08.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 73 [00:02:09.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 74 [00:02:10.000] Files (3) +Info seq [hh:mm:ss:mss] Search path: /user +Info seq [hh:mm:ss:mss] For info: /user/user.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/bin/a.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b/bin/b.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) /a/bin/a.d.ts Text-1 "export declare function fnA(): void;\nexport interface IfaceA {\n}\nexport declare const instanceA: IfaceA;\n//# sourceMappingURL=a.d.ts.map" /b/bin/b.d.ts Text-1 "export declare function fnB(): void;\n//# sourceMappingURL=b.d.ts.map" /user/user.ts SVC-1-0 "import * as a from \"../a/bin/a\";\nimport * as b from \"../b/bin/b\";\nexport function fnUser() { a.fnA(); b.fnB(); a.instanceA; }" @@ -384,31 +362,29 @@ Info 74 [00:02:10.000] Files (3) user.ts Root file specified for compilation -Info 75 [00:02:11.000] ----------------------------------------------- -Info 76 [00:02:12.000] `remove Project:: -Info 77 [00:02:13.000] Project '/b/tsconfig.json' (Configured) -Info 78 [00:02:14.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /b/b.ts b.ts Matched by default include pattern '**/*' -Info 79 [00:02:15.000] ----------------------------------------------- -Info 80 [00:02:16.000] DirectoryWatcher:: Close:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 81 [00:02:17.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 82 [00:02:18.000] FileWatcher:: Close:: WatchInfo: /b/tsconfig.json 2000 undefined Project: /b/tsconfig.json WatchType: Config file -Info 83 [00:02:19.000] DirectoryWatcher:: Close:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/tsconfig.json WatchType: Type roots -Info 84 [00:02:20.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/tsconfig.json WatchType: Type roots -Info 85 [00:02:21.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/tsconfig.json WatchType: Missing file -Info 86 [00:02:22.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 86 [00:02:23.000] Files (3) - -Info 86 [00:02:24.000] ----------------------------------------------- -Info 86 [00:02:25.000] Open files: -Info 86 [00:02:26.000] FileName: /user/user.ts ProjectRootPath: undefined -Info 86 [00:02:27.000] Projects: /dev/null/inferredProject1* -Info 86 [00:02:28.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /b/tsconfig.json 2000 undefined Project: /b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/user.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -417,12 +393,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/user/node_modules/@types: *new* - {"pollingInterval":500} - -PolledWatches *deleted*:: -/b/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/bin/a.d.ts: *new* @@ -440,7 +410,7 @@ FsWatchesRecursive *deleted*:: Before request -Info 87 [00:02:29.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -451,8 +421,8 @@ Info 87 [00:02:29.000] request: "seq": 6, "type": "request" } -Info 88 [00:02:30.000] FileWatcher:: Added:: WatchInfo: /b/bin/b.d.ts.map 500 undefined WatchType: Closed Script info -Info 89 [00:02:31.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b/bin/b.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -520,8 +490,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/user/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/bin/a.d.ts: @@ -533,7 +501,7 @@ FsWatches:: Before request -Info 90 [00:02:32.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -542,13 +510,13 @@ Info 90 [00:02:32.000] request: "seq": 7, "type": "request" } -Info 91 [00:02:33.000] FileWatcher:: Added:: WatchInfo: /user/user.ts 500 undefined WatchType: Closed Script info -Info 92 [00:02:34.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 92 [00:02:35.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/user.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) -Info 92 [00:02:36.000] ----------------------------------------------- -Info 92 [00:02:37.000] Open files: -Info 92 [00:02:38.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -557,8 +525,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/user/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/bin/a.d.ts: @@ -572,7 +538,7 @@ FsWatches:: Before request -Info 93 [00:02:39.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -581,25 +547,23 @@ Info 93 [00:02:39.000] request: "seq": 8, "type": "request" } -Info 94 [00:02:40.000] Search path: /dummy -Info 95 [00:02:41.000] For info: /dummy/dummy.ts :: No config files found. -Info 96 [00:02:42.000] Starting updateGraphWorker: Project: /dev/null/inferredProject2* -Info 97 [00:02:43.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject2* WatchType: Missing file -Info 98 [00:02:44.000] DirectoryWatcher:: Added:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 99 [00:02:45.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 100 [00:02:46.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 101 [00:02:47.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 102 [00:02:48.000] Files (1) +Info seq [hh:mm:ss:mss] Search path: /dummy +Info seq [hh:mm:ss:mss] For info: /dummy/dummy.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject2* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /dummy/dummy.ts SVC-1-0 "let a = 10;" dummy.ts Root file specified for compilation -Info 103 [00:02:49.000] ----------------------------------------------- -Info 104 [00:02:50.000] `remove Project:: -Info 105 [00:02:51.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 106 [00:02:52.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) /a/bin/a.d.ts /b/bin/b.d.ts /user/user.ts @@ -612,22 +576,20 @@ Info 106 [00:02:52.000] Files (3) user.ts Root file specified for compilation -Info 107 [00:02:53.000] ----------------------------------------------- -Info 108 [00:02:54.000] DirectoryWatcher:: Close:: WatchInfo: /user/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 109 [00:02:55.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 110 [00:02:56.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 111 [00:02:57.000] FileWatcher:: Close:: WatchInfo: /user/user.ts 500 undefined WatchType: Closed Script info -Info 112 [00:02:58.000] FileWatcher:: Close:: WatchInfo: /a/bin/a.d.ts 500 undefined WatchType: Closed Script info -Info 113 [00:02:59.000] FileWatcher:: Close:: WatchInfo: /b/bin/b.d.ts 500 undefined WatchType: Closed Script info -Info 114 [00:03:00.000] FileWatcher:: Close:: WatchInfo: /b/bin/b.d.ts.map 500 undefined WatchType: Closed Script info -Info 115 [00:03:01.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 115 [00:03:02.000] Files (1) - -Info 115 [00:03:03.000] ----------------------------------------------- -Info 115 [00:03:04.000] Open files: -Info 115 [00:03:05.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 115 [00:03:06.000] Projects: /dev/null/inferredProject2* -Info 115 [00:03:07.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/user.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/bin/a.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /b/bin/b.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /b/bin/b.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -636,12 +598,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/dummy/node_modules/@types: *new* - {"pollingInterval":500} - -PolledWatches *deleted*:: -/user/node_modules/@types: - {"pollingInterval":500} FsWatches *deleted*:: /a/bin/a.d.ts: diff --git a/tests/baselines/reference/tsserver/declarationFileMaps/renameLocations.js b/tests/baselines/reference/tsserver/declarationFileMaps/renameLocations.js index 06786c8106022..4300ff9c76659 100644 --- a/tests/baselines/reference/tsserver/declarationFileMaps/renameLocations.js +++ b/tests/baselines/reference/tsserver/declarationFileMaps/renameLocations.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:35.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/a.ts] export function fnA() {} @@ -41,7 +41,7 @@ export function fnUser() { a.fnA(); b.fnB(); a.instanceA; } let a = 10; -Info 1 [00:00:36.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -50,11 +50,11 @@ Info 1 [00:00:36.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:37.000] Search path: /a -Info 3 [00:00:38.000] For info: /a/a.ts :: Config file name: /a/tsconfig.json -Info 4 [00:00:39.000] Creating configuration project /a/tsconfig.json -Info 5 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 6 [00:00:41.000] Config: /a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/a.ts :: Config file name: /a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/tsconfig.json : { "rootNames": [ "/a/a.ts" ], @@ -66,32 +66,30 @@ Info 6 [00:00:41.000] Config: /a/tsconfig.json : { "configFilePath": "/a/tsconfig.json" } } -Info 7 [00:00:42.000] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:43.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:44.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 10 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 11 [00:00:46.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 12 [00:00:47.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 13 [00:00:48.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 14 [00:00:49.000] Project '/a/tsconfig.json' (Configured) -Info 15 [00:00:50.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/a.ts SVC-1-0 "export function fnA() {}\nexport interface IfaceA {}\nexport const instanceA: IfaceA = {};" a.ts Matched by default include pattern '**/*' -Info 16 [00:00:51.000] ----------------------------------------------- -Info 17 [00:00:52.000] Search path: /a -Info 18 [00:00:53.000] For info: /a/tsconfig.json :: No config files found. -Info 19 [00:00:54.000] Project '/a/tsconfig.json' (Configured) -Info 19 [00:00:55.000] Files (1) - -Info 19 [00:00:56.000] ----------------------------------------------- -Info 19 [00:00:57.000] Open files: -Info 19 [00:00:58.000] FileName: /a/a.ts ProjectRootPath: undefined -Info 19 [00:00:59.000] Projects: /a/tsconfig.json -Info 19 [00:01:00.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -100,8 +98,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/tsconfig.json: *new* @@ -129,7 +125,7 @@ ts.getFileEmitOutput: /a/a.ts: { } Before request -Info 20 [00:01:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -138,13 +134,13 @@ Info 20 [00:01:01.000] request: "seq": 2, "type": "request" } -Info 21 [00:01:02.000] FileWatcher:: Added:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info -Info 22 [00:01:03.000] Project '/a/tsconfig.json' (Configured) -Info 22 [00:01:04.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 22 [00:01:05.000] ----------------------------------------------- -Info 22 [00:01:06.000] Open files: -Info 22 [00:01:07.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -153,8 +149,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/a/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/tsconfig.json: @@ -168,7 +162,7 @@ FsWatchesRecursive:: Before request -Info 23 [00:01:08.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -177,11 +171,11 @@ Info 23 [00:01:08.000] request: "seq": 3, "type": "request" } -Info 24 [00:01:09.000] Search path: /b -Info 25 [00:01:10.000] For info: /b/b.ts :: Config file name: /b/tsconfig.json -Info 26 [00:01:11.000] Creating configuration project /b/tsconfig.json -Info 27 [00:01:12.000] FileWatcher:: Added:: WatchInfo: /b/tsconfig.json 2000 undefined Project: /b/tsconfig.json WatchType: Config file -Info 28 [00:01:13.000] Config: /b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /b +Info seq [hh:mm:ss:mss] For info: /b/b.ts :: Config file name: /b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b/tsconfig.json 2000 undefined Project: /b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /b/tsconfig.json : { "rootNames": [ "/b/b.ts" ], @@ -193,49 +187,45 @@ Info 28 [00:01:13.000] Config: /b/tsconfig.json : { "configFilePath": "/b/tsconfig.json" } } -Info 29 [00:01:14.000] DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 30 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 31 [00:01:16.000] Starting updateGraphWorker: Project: /b/tsconfig.json -Info 32 [00:01:17.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/tsconfig.json WatchType: Missing file -Info 33 [00:01:18.000] DirectoryWatcher:: Added:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/tsconfig.json WatchType: Type roots -Info 34 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/tsconfig.json WatchType: Type roots -Info 35 [00:01:20.000] Finishing updateGraphWorker: Project: /b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 36 [00:01:21.000] Project '/b/tsconfig.json' (Configured) -Info 37 [00:01:22.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /b/b.ts SVC-1-0 "export function fnB() {}" b.ts Matched by default include pattern '**/*' -Info 38 [00:01:23.000] ----------------------------------------------- -Info 39 [00:01:24.000] Search path: /b -Info 40 [00:01:25.000] For info: /b/tsconfig.json :: No config files found. -Info 41 [00:01:26.000] `remove Project:: -Info 42 [00:01:27.000] Project '/a/tsconfig.json' (Configured) -Info 43 [00:01:28.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /b +Info seq [hh:mm:ss:mss] For info: /b/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/a.ts a.ts Matched by default include pattern '**/*' -Info 44 [00:01:29.000] ----------------------------------------------- -Info 45 [00:01:30.000] DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 46 [00:01:31.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 47 [00:01:32.000] FileWatcher:: Close:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 48 [00:01:33.000] DirectoryWatcher:: Close:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 49 [00:01:34.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 50 [00:01:35.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 51 [00:01:36.000] FileWatcher:: Close:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info -Info 52 [00:01:37.000] Project '/b/tsconfig.json' (Configured) -Info 52 [00:01:38.000] Files (1) - -Info 52 [00:01:39.000] ----------------------------------------------- -Info 52 [00:01:40.000] Open files: -Info 52 [00:01:41.000] FileName: /b/b.ts ProjectRootPath: undefined -Info 52 [00:01:42.000] Projects: /b/tsconfig.json -Info 52 [00:01:43.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /b/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -244,12 +234,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/b/node_modules/@types: *new* - {"pollingInterval":500} - -PolledWatches *deleted*:: -/a/node_modules/@types: - {"pollingInterval":500} FsWatches:: /b/tsconfig.json: *new* @@ -287,7 +271,7 @@ ts.getFileEmitOutput: /b/b.ts: { } Before request -Info 53 [00:01:44.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -296,13 +280,13 @@ Info 53 [00:01:44.000] request: "seq": 4, "type": "request" } -Info 54 [00:01:45.000] FileWatcher:: Added:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info -Info 55 [00:01:46.000] Project '/b/tsconfig.json' (Configured) -Info 55 [00:01:47.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 55 [00:01:48.000] ----------------------------------------------- -Info 55 [00:01:49.000] Open files: -Info 55 [00:01:50.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -311,8 +295,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/b/node_modules/@types: - {"pollingInterval":500} FsWatches:: /b/tsconfig.json: @@ -324,21 +306,19 @@ FsWatchesRecursive:: /b: {} -Info 56 [00:01:52.000] FileWatcher:: Triggered with /b/b.ts 2:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info -Info 57 [00:01:53.000] FileWatcher:: Close:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info -Info 58 [00:01:54.000] Scheduled: /b/tsconfig.json -Info 59 [00:01:55.000] Elapsed:: *ms FileWatcher:: Triggered with /b/b.ts 2:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info -Info 60 [00:01:56.000] DirectoryWatcher:: Triggered with /b/b.ts :: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 61 [00:01:57.000] Scheduled: /b/tsconfig.json, Cancelled earlier one -Info 62 [00:01:58.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /b/b.ts :: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /b/b.ts 2:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /b/tsconfig.json +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /b/b.ts 2:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /b/b.ts :: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /b/b.ts :: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory Before request //// [/b/b.ts] deleted PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/b/node_modules/@types: - {"pollingInterval":500} FsWatches:: /b/tsconfig.json: @@ -352,7 +332,7 @@ FsWatchesRecursive:: /b: {} -Info 63 [00:01:59.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -361,17 +341,15 @@ Info 63 [00:01:59.000] request: "seq": 5, "type": "request" } -Info 64 [00:02:00.000] Search path: /user -Info 65 [00:02:01.000] For info: /user/user.ts :: No config files found. -Info 66 [00:02:02.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 67 [00:02:03.000] FileWatcher:: Added:: WatchInfo: /a/bin/a.d.ts 500 undefined WatchType: Closed Script info -Info 68 [00:02:04.000] FileWatcher:: Added:: WatchInfo: /b/bin/b.d.ts 500 undefined WatchType: Closed Script info -Info 69 [00:02:05.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 70 [00:02:06.000] DirectoryWatcher:: Added:: WatchInfo: /user/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 71 [00:02:07.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 72 [00:02:08.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 73 [00:02:09.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 74 [00:02:10.000] Files (3) +Info seq [hh:mm:ss:mss] Search path: /user +Info seq [hh:mm:ss:mss] For info: /user/user.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/bin/a.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b/bin/b.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) /a/bin/a.d.ts Text-1 "export declare function fnA(): void;\nexport interface IfaceA {\n}\nexport declare const instanceA: IfaceA;\n//# sourceMappingURL=a.d.ts.map" /b/bin/b.d.ts Text-1 "export declare function fnB(): void;\n//# sourceMappingURL=b.d.ts.map" /user/user.ts SVC-1-0 "import * as a from \"../a/bin/a\";\nimport * as b from \"../b/bin/b\";\nexport function fnUser() { a.fnA(); b.fnB(); a.instanceA; }" @@ -384,31 +362,29 @@ Info 74 [00:02:10.000] Files (3) user.ts Root file specified for compilation -Info 75 [00:02:11.000] ----------------------------------------------- -Info 76 [00:02:12.000] `remove Project:: -Info 77 [00:02:13.000] Project '/b/tsconfig.json' (Configured) -Info 78 [00:02:14.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /b/b.ts b.ts Matched by default include pattern '**/*' -Info 79 [00:02:15.000] ----------------------------------------------- -Info 80 [00:02:16.000] DirectoryWatcher:: Close:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 81 [00:02:17.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 82 [00:02:18.000] FileWatcher:: Close:: WatchInfo: /b/tsconfig.json 2000 undefined Project: /b/tsconfig.json WatchType: Config file -Info 83 [00:02:19.000] DirectoryWatcher:: Close:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/tsconfig.json WatchType: Type roots -Info 84 [00:02:20.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/tsconfig.json WatchType: Type roots -Info 85 [00:02:21.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/tsconfig.json WatchType: Missing file -Info 86 [00:02:22.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 86 [00:02:23.000] Files (3) - -Info 86 [00:02:24.000] ----------------------------------------------- -Info 86 [00:02:25.000] Open files: -Info 86 [00:02:26.000] FileName: /user/user.ts ProjectRootPath: undefined -Info 86 [00:02:27.000] Projects: /dev/null/inferredProject1* -Info 86 [00:02:28.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /b/tsconfig.json 2000 undefined Project: /b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/user.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -417,12 +393,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/user/node_modules/@types: *new* - {"pollingInterval":500} - -PolledWatches *deleted*:: -/b/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/bin/a.d.ts: *new* @@ -440,7 +410,7 @@ FsWatchesRecursive *deleted*:: Before request -Info 87 [00:02:29.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -451,13 +421,13 @@ Info 87 [00:02:29.000] request: "seq": 6, "type": "request" } -Info 88 [00:02:30.000] FileWatcher:: Added:: WatchInfo: /a/bin/a.d.ts.map 500 undefined WatchType: Closed Script info -Info 89 [00:02:31.000] FileWatcher:: Added:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info -Info 90 [00:02:32.000] Search path: /a -Info 91 [00:02:33.000] For info: /a/a.ts :: Config file name: /a/tsconfig.json -Info 92 [00:02:34.000] Creating configuration project /a/tsconfig.json -Info 93 [00:02:35.000] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 94 [00:02:36.000] Config: /a/tsconfig.json : { +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/bin/a.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/a.ts :: Config file name: /a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/tsconfig.json : { "rootNames": [ "/a/a.ts" ], @@ -469,23 +439,21 @@ Info 94 [00:02:36.000] Config: /a/tsconfig.json : { "configFilePath": "/a/tsconfig.json" } } -Info 95 [00:02:37.000] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 96 [00:02:38.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 97 [00:02:39.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 98 [00:02:40.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 99 [00:02:41.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 100 [00:02:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 101 [00:02:43.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 102 [00:02:44.000] Project '/a/tsconfig.json' (Configured) -Info 103 [00:02:45.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/a.ts Text-2 "export function fnA() {}\nexport interface IfaceA {}\nexport const instanceA: IfaceA = {};" a.ts Matched by default include pattern '**/*' -Info 104 [00:02:46.000] ----------------------------------------------- -Info 105 [00:02:47.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -553,10 +521,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/user/node_modules/@types: - {"pollingInterval":500} -/a/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/bin/a.d.ts: @@ -576,7 +540,7 @@ FsWatchesRecursive:: Before request -Info 106 [00:02:48.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -585,17 +549,17 @@ Info 106 [00:02:48.000] request: "seq": 7, "type": "request" } -Info 107 [00:02:49.000] FileWatcher:: Added:: WatchInfo: /user/user.ts 500 undefined WatchType: Closed Script info -Info 108 [00:02:50.000] Project '/a/tsconfig.json' (Configured) -Info 108 [00:02:51.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/user.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 108 [00:02:52.000] ----------------------------------------------- -Info 108 [00:02:53.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 108 [00:02:54.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) -Info 108 [00:02:55.000] ----------------------------------------------- -Info 108 [00:02:56.000] Open files: -Info 108 [00:02:57.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -604,10 +568,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/user/node_modules/@types: - {"pollingInterval":500} -/a/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/bin/a.d.ts: @@ -629,7 +589,7 @@ FsWatchesRecursive:: Before request -Info 109 [00:02:58.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -638,41 +598,37 @@ Info 109 [00:02:58.000] request: "seq": 8, "type": "request" } -Info 110 [00:02:59.000] Search path: /dummy -Info 111 [00:03:00.000] For info: /dummy/dummy.ts :: No config files found. -Info 112 [00:03:01.000] Starting updateGraphWorker: Project: /dev/null/inferredProject2* -Info 113 [00:03:02.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject2* WatchType: Missing file -Info 114 [00:03:03.000] DirectoryWatcher:: Added:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 115 [00:03:04.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 116 [00:03:05.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 117 [00:03:06.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 118 [00:03:07.000] Files (1) +Info seq [hh:mm:ss:mss] Search path: /dummy +Info seq [hh:mm:ss:mss] For info: /dummy/dummy.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject2* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /dummy/dummy.ts SVC-1-0 "let a = 10;" dummy.ts Root file specified for compilation -Info 119 [00:03:08.000] ----------------------------------------------- -Info 120 [00:03:09.000] `remove Project:: -Info 121 [00:03:10.000] Project '/a/tsconfig.json' (Configured) -Info 122 [00:03:11.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/a.ts a.ts Matched by default include pattern '**/*' -Info 123 [00:03:12.000] ----------------------------------------------- -Info 124 [00:03:13.000] DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 125 [00:03:14.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 126 [00:03:15.000] FileWatcher:: Close:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 127 [00:03:16.000] DirectoryWatcher:: Close:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 128 [00:03:17.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 129 [00:03:18.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 130 [00:03:19.000] `remove Project:: -Info 131 [00:03:20.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 132 [00:03:21.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) /a/bin/a.d.ts /b/bin/b.d.ts /user/user.ts @@ -685,23 +641,21 @@ Info 132 [00:03:21.000] Files (3) user.ts Root file specified for compilation -Info 133 [00:03:22.000] ----------------------------------------------- -Info 134 [00:03:23.000] DirectoryWatcher:: Close:: WatchInfo: /user/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 135 [00:03:24.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 136 [00:03:25.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 137 [00:03:26.000] FileWatcher:: Close:: WatchInfo: /user/user.ts 500 undefined WatchType: Closed Script info -Info 138 [00:03:27.000] FileWatcher:: Close:: WatchInfo: /a/bin/a.d.ts 500 undefined WatchType: Closed Script info -Info 139 [00:03:28.000] FileWatcher:: Close:: WatchInfo: /b/bin/b.d.ts 500 undefined WatchType: Closed Script info -Info 140 [00:03:29.000] FileWatcher:: Close:: WatchInfo: /a/bin/a.d.ts.map 500 undefined WatchType: Closed Script info -Info 141 [00:03:30.000] FileWatcher:: Close:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info -Info 142 [00:03:31.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 142 [00:03:32.000] Files (1) - -Info 142 [00:03:33.000] ----------------------------------------------- -Info 142 [00:03:34.000] Open files: -Info 142 [00:03:35.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 142 [00:03:36.000] Projects: /dev/null/inferredProject2* -Info 142 [00:03:37.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/user.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/bin/a.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /b/bin/b.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/bin/a.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -710,14 +664,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/dummy/node_modules/@types: *new* - {"pollingInterval":500} - -PolledWatches *deleted*:: -/user/node_modules/@types: - {"pollingInterval":500} -/a/node_modules/@types: - {"pollingInterval":500} FsWatches *deleted*:: /a/bin/a.d.ts: diff --git a/tests/baselines/reference/tsserver/declarationFileMaps/renameLocationsFull.js b/tests/baselines/reference/tsserver/declarationFileMaps/renameLocationsFull.js index 70228e09c567a..6b5808880da46 100644 --- a/tests/baselines/reference/tsserver/declarationFileMaps/renameLocationsFull.js +++ b/tests/baselines/reference/tsserver/declarationFileMaps/renameLocationsFull.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:35.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/a.ts] export function fnA() {} @@ -41,7 +41,7 @@ export function fnUser() { a.fnA(); b.fnB(); a.instanceA; } let a = 10; -Info 1 [00:00:36.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -50,11 +50,11 @@ Info 1 [00:00:36.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:37.000] Search path: /a -Info 3 [00:00:38.000] For info: /a/a.ts :: Config file name: /a/tsconfig.json -Info 4 [00:00:39.000] Creating configuration project /a/tsconfig.json -Info 5 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 6 [00:00:41.000] Config: /a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/a.ts :: Config file name: /a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/tsconfig.json : { "rootNames": [ "/a/a.ts" ], @@ -66,32 +66,30 @@ Info 6 [00:00:41.000] Config: /a/tsconfig.json : { "configFilePath": "/a/tsconfig.json" } } -Info 7 [00:00:42.000] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:43.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:44.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 10 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 11 [00:00:46.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 12 [00:00:47.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 13 [00:00:48.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 14 [00:00:49.000] Project '/a/tsconfig.json' (Configured) -Info 15 [00:00:50.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/a.ts SVC-1-0 "export function fnA() {}\nexport interface IfaceA {}\nexport const instanceA: IfaceA = {};" a.ts Matched by default include pattern '**/*' -Info 16 [00:00:51.000] ----------------------------------------------- -Info 17 [00:00:52.000] Search path: /a -Info 18 [00:00:53.000] For info: /a/tsconfig.json :: No config files found. -Info 19 [00:00:54.000] Project '/a/tsconfig.json' (Configured) -Info 19 [00:00:55.000] Files (1) - -Info 19 [00:00:56.000] ----------------------------------------------- -Info 19 [00:00:57.000] Open files: -Info 19 [00:00:58.000] FileName: /a/a.ts ProjectRootPath: undefined -Info 19 [00:00:59.000] Projects: /a/tsconfig.json -Info 19 [00:01:00.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -100,8 +98,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/tsconfig.json: *new* @@ -129,7 +125,7 @@ ts.getFileEmitOutput: /a/a.ts: { } Before request -Info 20 [00:01:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -138,13 +134,13 @@ Info 20 [00:01:01.000] request: "seq": 2, "type": "request" } -Info 21 [00:01:02.000] FileWatcher:: Added:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info -Info 22 [00:01:03.000] Project '/a/tsconfig.json' (Configured) -Info 22 [00:01:04.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 22 [00:01:05.000] ----------------------------------------------- -Info 22 [00:01:06.000] Open files: -Info 22 [00:01:07.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -153,8 +149,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/a/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/tsconfig.json: @@ -168,7 +162,7 @@ FsWatchesRecursive:: Before request -Info 23 [00:01:08.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -177,11 +171,11 @@ Info 23 [00:01:08.000] request: "seq": 3, "type": "request" } -Info 24 [00:01:09.000] Search path: /b -Info 25 [00:01:10.000] For info: /b/b.ts :: Config file name: /b/tsconfig.json -Info 26 [00:01:11.000] Creating configuration project /b/tsconfig.json -Info 27 [00:01:12.000] FileWatcher:: Added:: WatchInfo: /b/tsconfig.json 2000 undefined Project: /b/tsconfig.json WatchType: Config file -Info 28 [00:01:13.000] Config: /b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /b +Info seq [hh:mm:ss:mss] For info: /b/b.ts :: Config file name: /b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b/tsconfig.json 2000 undefined Project: /b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /b/tsconfig.json : { "rootNames": [ "/b/b.ts" ], @@ -193,49 +187,45 @@ Info 28 [00:01:13.000] Config: /b/tsconfig.json : { "configFilePath": "/b/tsconfig.json" } } -Info 29 [00:01:14.000] DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 30 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 31 [00:01:16.000] Starting updateGraphWorker: Project: /b/tsconfig.json -Info 32 [00:01:17.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/tsconfig.json WatchType: Missing file -Info 33 [00:01:18.000] DirectoryWatcher:: Added:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/tsconfig.json WatchType: Type roots -Info 34 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/tsconfig.json WatchType: Type roots -Info 35 [00:01:20.000] Finishing updateGraphWorker: Project: /b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 36 [00:01:21.000] Project '/b/tsconfig.json' (Configured) -Info 37 [00:01:22.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /b/b.ts SVC-1-0 "export function fnB() {}" b.ts Matched by default include pattern '**/*' -Info 38 [00:01:23.000] ----------------------------------------------- -Info 39 [00:01:24.000] Search path: /b -Info 40 [00:01:25.000] For info: /b/tsconfig.json :: No config files found. -Info 41 [00:01:26.000] `remove Project:: -Info 42 [00:01:27.000] Project '/a/tsconfig.json' (Configured) -Info 43 [00:01:28.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /b +Info seq [hh:mm:ss:mss] For info: /b/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/a.ts a.ts Matched by default include pattern '**/*' -Info 44 [00:01:29.000] ----------------------------------------------- -Info 45 [00:01:30.000] DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 46 [00:01:31.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 47 [00:01:32.000] FileWatcher:: Close:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 48 [00:01:33.000] DirectoryWatcher:: Close:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 49 [00:01:34.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 50 [00:01:35.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 51 [00:01:36.000] FileWatcher:: Close:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info -Info 52 [00:01:37.000] Project '/b/tsconfig.json' (Configured) -Info 52 [00:01:38.000] Files (1) - -Info 52 [00:01:39.000] ----------------------------------------------- -Info 52 [00:01:40.000] Open files: -Info 52 [00:01:41.000] FileName: /b/b.ts ProjectRootPath: undefined -Info 52 [00:01:42.000] Projects: /b/tsconfig.json -Info 52 [00:01:43.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /b/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -244,12 +234,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/b/node_modules/@types: *new* - {"pollingInterval":500} - -PolledWatches *deleted*:: -/a/node_modules/@types: - {"pollingInterval":500} FsWatches:: /b/tsconfig.json: *new* @@ -287,7 +271,7 @@ ts.getFileEmitOutput: /b/b.ts: { } Before request -Info 53 [00:01:44.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -296,13 +280,13 @@ Info 53 [00:01:44.000] request: "seq": 4, "type": "request" } -Info 54 [00:01:45.000] FileWatcher:: Added:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info -Info 55 [00:01:46.000] Project '/b/tsconfig.json' (Configured) -Info 55 [00:01:47.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 55 [00:01:48.000] ----------------------------------------------- -Info 55 [00:01:49.000] Open files: -Info 55 [00:01:50.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -311,8 +295,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/b/node_modules/@types: - {"pollingInterval":500} FsWatches:: /b/tsconfig.json: @@ -324,21 +306,19 @@ FsWatchesRecursive:: /b: {} -Info 56 [00:01:52.000] FileWatcher:: Triggered with /b/b.ts 2:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info -Info 57 [00:01:53.000] FileWatcher:: Close:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info -Info 58 [00:01:54.000] Scheduled: /b/tsconfig.json -Info 59 [00:01:55.000] Elapsed:: *ms FileWatcher:: Triggered with /b/b.ts 2:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info -Info 60 [00:01:56.000] DirectoryWatcher:: Triggered with /b/b.ts :: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 61 [00:01:57.000] Scheduled: /b/tsconfig.json, Cancelled earlier one -Info 62 [00:01:58.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /b/b.ts :: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /b/b.ts 2:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /b/tsconfig.json +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /b/b.ts 2:: WatchInfo: /b/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /b/b.ts :: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /b/b.ts :: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory Before request //// [/b/b.ts] deleted PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/b/node_modules/@types: - {"pollingInterval":500} FsWatches:: /b/tsconfig.json: @@ -352,7 +332,7 @@ FsWatchesRecursive:: /b: {} -Info 63 [00:01:59.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -361,17 +341,15 @@ Info 63 [00:01:59.000] request: "seq": 5, "type": "request" } -Info 64 [00:02:00.000] Search path: /user -Info 65 [00:02:01.000] For info: /user/user.ts :: No config files found. -Info 66 [00:02:02.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 67 [00:02:03.000] FileWatcher:: Added:: WatchInfo: /a/bin/a.d.ts 500 undefined WatchType: Closed Script info -Info 68 [00:02:04.000] FileWatcher:: Added:: WatchInfo: /b/bin/b.d.ts 500 undefined WatchType: Closed Script info -Info 69 [00:02:05.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 70 [00:02:06.000] DirectoryWatcher:: Added:: WatchInfo: /user/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 71 [00:02:07.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 72 [00:02:08.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 73 [00:02:09.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 74 [00:02:10.000] Files (3) +Info seq [hh:mm:ss:mss] Search path: /user +Info seq [hh:mm:ss:mss] For info: /user/user.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/bin/a.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b/bin/b.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) /a/bin/a.d.ts Text-1 "export declare function fnA(): void;\nexport interface IfaceA {\n}\nexport declare const instanceA: IfaceA;\n//# sourceMappingURL=a.d.ts.map" /b/bin/b.d.ts Text-1 "export declare function fnB(): void;\n//# sourceMappingURL=b.d.ts.map" /user/user.ts SVC-1-0 "import * as a from \"../a/bin/a\";\nimport * as b from \"../b/bin/b\";\nexport function fnUser() { a.fnA(); b.fnB(); a.instanceA; }" @@ -384,31 +362,29 @@ Info 74 [00:02:10.000] Files (3) user.ts Root file specified for compilation -Info 75 [00:02:11.000] ----------------------------------------------- -Info 76 [00:02:12.000] `remove Project:: -Info 77 [00:02:13.000] Project '/b/tsconfig.json' (Configured) -Info 78 [00:02:14.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /b/b.ts b.ts Matched by default include pattern '**/*' -Info 79 [00:02:15.000] ----------------------------------------------- -Info 80 [00:02:16.000] DirectoryWatcher:: Close:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 81 [00:02:17.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 82 [00:02:18.000] FileWatcher:: Close:: WatchInfo: /b/tsconfig.json 2000 undefined Project: /b/tsconfig.json WatchType: Config file -Info 83 [00:02:19.000] DirectoryWatcher:: Close:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/tsconfig.json WatchType: Type roots -Info 84 [00:02:20.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/tsconfig.json WatchType: Type roots -Info 85 [00:02:21.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/tsconfig.json WatchType: Missing file -Info 86 [00:02:22.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 86 [00:02:23.000] Files (3) - -Info 86 [00:02:24.000] ----------------------------------------------- -Info 86 [00:02:25.000] Open files: -Info 86 [00:02:26.000] FileName: /user/user.ts ProjectRootPath: undefined -Info 86 [00:02:27.000] Projects: /dev/null/inferredProject1* -Info 86 [00:02:28.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /b/tsconfig.json 2000 undefined Project: /b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/user.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -417,12 +393,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/user/node_modules/@types: *new* - {"pollingInterval":500} - -PolledWatches *deleted*:: -/b/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/bin/a.d.ts: *new* @@ -440,7 +410,7 @@ FsWatchesRecursive *deleted*:: Before request -Info 87 [00:02:29.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "renameLocations-full", "arguments": { @@ -451,13 +421,13 @@ Info 87 [00:02:29.000] request: "seq": 6, "type": "request" } -Info 88 [00:02:30.000] FileWatcher:: Added:: WatchInfo: /a/bin/a.d.ts.map 500 undefined WatchType: Closed Script info -Info 89 [00:02:31.000] FileWatcher:: Added:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info -Info 90 [00:02:32.000] Search path: /a -Info 91 [00:02:33.000] For info: /a/a.ts :: Config file name: /a/tsconfig.json -Info 92 [00:02:34.000] Creating configuration project /a/tsconfig.json -Info 93 [00:02:35.000] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 94 [00:02:36.000] Config: /a/tsconfig.json : { +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/bin/a.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/a.ts :: Config file name: /a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/tsconfig.json : { "rootNames": [ "/a/a.ts" ], @@ -469,23 +439,21 @@ Info 94 [00:02:36.000] Config: /a/tsconfig.json : { "configFilePath": "/a/tsconfig.json" } } -Info 95 [00:02:37.000] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 96 [00:02:38.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 97 [00:02:39.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 98 [00:02:40.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 99 [00:02:41.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 100 [00:02:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 101 [00:02:43.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 102 [00:02:44.000] Project '/a/tsconfig.json' (Configured) -Info 103 [00:02:45.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/a.ts Text-2 "export function fnA() {}\nexport interface IfaceA {}\nexport const instanceA: IfaceA = {};" a.ts Matched by default include pattern '**/*' -Info 104 [00:02:46.000] ----------------------------------------------- -Info 105 [00:02:47.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -514,10 +482,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/user/node_modules/@types: - {"pollingInterval":500} -/a/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/bin/a.d.ts: @@ -537,7 +501,7 @@ FsWatchesRecursive:: Before request -Info 106 [00:02:48.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -546,17 +510,17 @@ Info 106 [00:02:48.000] request: "seq": 7, "type": "request" } -Info 107 [00:02:49.000] FileWatcher:: Added:: WatchInfo: /user/user.ts 500 undefined WatchType: Closed Script info -Info 108 [00:02:50.000] Project '/a/tsconfig.json' (Configured) -Info 108 [00:02:51.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/user.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 108 [00:02:52.000] ----------------------------------------------- -Info 108 [00:02:53.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 108 [00:02:54.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) -Info 108 [00:02:55.000] ----------------------------------------------- -Info 108 [00:02:56.000] Open files: -Info 108 [00:02:57.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -565,10 +529,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/user/node_modules/@types: - {"pollingInterval":500} -/a/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/bin/a.d.ts: @@ -590,7 +550,7 @@ FsWatchesRecursive:: Before request -Info 109 [00:02:58.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -599,41 +559,37 @@ Info 109 [00:02:58.000] request: "seq": 8, "type": "request" } -Info 110 [00:02:59.000] Search path: /dummy -Info 111 [00:03:00.000] For info: /dummy/dummy.ts :: No config files found. -Info 112 [00:03:01.000] Starting updateGraphWorker: Project: /dev/null/inferredProject2* -Info 113 [00:03:02.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject2* WatchType: Missing file -Info 114 [00:03:03.000] DirectoryWatcher:: Added:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 115 [00:03:04.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 116 [00:03:05.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 117 [00:03:06.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 118 [00:03:07.000] Files (1) +Info seq [hh:mm:ss:mss] Search path: /dummy +Info seq [hh:mm:ss:mss] For info: /dummy/dummy.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject2* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /dummy/dummy.ts SVC-1-0 "let a = 10;" dummy.ts Root file specified for compilation -Info 119 [00:03:08.000] ----------------------------------------------- -Info 120 [00:03:09.000] `remove Project:: -Info 121 [00:03:10.000] Project '/a/tsconfig.json' (Configured) -Info 122 [00:03:11.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/a.ts a.ts Matched by default include pattern '**/*' -Info 123 [00:03:12.000] ----------------------------------------------- -Info 124 [00:03:13.000] DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 125 [00:03:14.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 126 [00:03:15.000] FileWatcher:: Close:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 127 [00:03:16.000] DirectoryWatcher:: Close:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 128 [00:03:17.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 129 [00:03:18.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 130 [00:03:19.000] `remove Project:: -Info 131 [00:03:20.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 132 [00:03:21.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) /a/bin/a.d.ts /b/bin/b.d.ts /user/user.ts @@ -646,23 +602,21 @@ Info 132 [00:03:21.000] Files (3) user.ts Root file specified for compilation -Info 133 [00:03:22.000] ----------------------------------------------- -Info 134 [00:03:23.000] DirectoryWatcher:: Close:: WatchInfo: /user/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 135 [00:03:24.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 136 [00:03:25.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 137 [00:03:26.000] FileWatcher:: Close:: WatchInfo: /user/user.ts 500 undefined WatchType: Closed Script info -Info 138 [00:03:27.000] FileWatcher:: Close:: WatchInfo: /a/bin/a.d.ts 500 undefined WatchType: Closed Script info -Info 139 [00:03:28.000] FileWatcher:: Close:: WatchInfo: /b/bin/b.d.ts 500 undefined WatchType: Closed Script info -Info 140 [00:03:29.000] FileWatcher:: Close:: WatchInfo: /a/bin/a.d.ts.map 500 undefined WatchType: Closed Script info -Info 141 [00:03:30.000] FileWatcher:: Close:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info -Info 142 [00:03:31.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 142 [00:03:32.000] Files (1) - -Info 142 [00:03:33.000] ----------------------------------------------- -Info 142 [00:03:34.000] Open files: -Info 142 [00:03:35.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 142 [00:03:36.000] Projects: /dev/null/inferredProject2* -Info 142 [00:03:37.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/user.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/bin/a.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /b/bin/b.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/bin/a.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/a.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -671,14 +625,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/dummy/node_modules/@types: *new* - {"pollingInterval":500} - -PolledWatches *deleted*:: -/user/node_modules/@types: - {"pollingInterval":500} -/a/node_modules/@types: - {"pollingInterval":500} FsWatches *deleted*:: /a/bin/a.d.ts: diff --git a/tests/baselines/reference/tsserver/documentRegistry/Caches-the-source-file-if-script-info-is-orphan,-and-orphan-script-info-changes.js b/tests/baselines/reference/tsserver/documentRegistry/Caches-the-source-file-if-script-info-is-orphan,-and-orphan-script-info-changes.js index 648c022c08c2a..827d9eca05d9d 100644 --- a/tests/baselines/reference/tsserver/documentRegistry/Caches-the-source-file-if-script-info-is-orphan,-and-orphan-script-info-changes.js +++ b/tests/baselines/reference/tsserver/documentRegistry/Caches-the-source-file-if-script-info-is-orphan,-and-orphan-script-info-changes.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:23.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/user/username/projects/myproject/index.ts] import {a} from "./module1" @@ -24,11 +24,11 @@ interface Array { length: number; [n: number]: T; } {"files":["index.ts"]} -Info 1 [00:00:24.000] Search path: /user/username/projects/myproject -Info 2 [00:00:25.000] For info: /user/username/projects/myproject/index.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 3 [00:00:26.000] Creating configuration project /user/username/projects/myproject/tsconfig.json -Info 4 [00:00:27.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 5 [00:00:28.000] Config: /user/username/projects/myproject/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/index.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/index.ts" ], @@ -36,16 +36,18 @@ Info 5 [00:00:28.000] Config: /user/username/projects/myproject/tsconfig.json "configFilePath": "/user/username/projects/myproject/tsconfig.json" } } -Info 6 [00:00:29.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 7 [00:00:30.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 0 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 8 [00:00:31.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 0 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 9 [00:00:32.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/module1.d.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:33.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:34.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 12 [00:00:35.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 13 [00:00:36.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 14 [00:00:37.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 15 [00:00:38.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 0 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 0 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/module1.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/module1.d.ts Text-1 "export const a: number;" /user/username/projects/myproject/index.ts SVC-1-0 "import {a} from \"./module1\"" @@ -58,18 +60,18 @@ Info 15 [00:00:38.000] Files (3) index.ts Part of 'files' list in tsconfig.json -Info 16 [00:00:39.000] ----------------------------------------------- -Info 17 [00:00:40.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 17 [00:00:41.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 17 [00:00:42.000] ----------------------------------------------- -Info 17 [00:00:43.000] Open files: -Info 17 [00:00:44.000] FileName: /user/username/projects/myproject/index.ts ProjectRootPath: undefined -Info 17 [00:00:45.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 17 [00:00:46.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 18 [00:00:47.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 2 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms -Info 19 [00:00:48.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 20 [00:00:49.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 2 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/index.ts SVC-1-1 "" @@ -79,13 +81,13 @@ Info 20 [00:00:49.000] Files (2) index.ts Part of 'files' list in tsconfig.json -Info 21 [00:00:50.000] ----------------------------------------------- -Info 22 [00:00:54.000] FileWatcher:: Triggered with /user/username/projects/myproject/module1.d.ts 1:: WatchInfo: /user/username/projects/myproject/module1.d.ts 500 undefined WatchType: Closed Script info -Info 23 [00:00:55.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/module1.d.ts 1:: WatchInfo: /user/username/projects/myproject/module1.d.ts 500 undefined WatchType: Closed Script info -Info 24 [00:00:56.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 25 [00:00:57.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 3 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms -Info 26 [00:00:58.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 27 [00:00:59.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/module1.d.ts 1:: WatchInfo: /user/username/projects/myproject/module1.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/module1.d.ts 1:: WatchInfo: /user/username/projects/myproject/module1.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 3 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/module1.d.ts Text-2 "export const a: number;\nexport const b: number;" /user/username/projects/myproject/index.ts SVC-1-2 "import {a} from \"./module1\"" @@ -98,4 +100,4 @@ Info 27 [00:00:59.000] Files (3) index.ts Part of 'files' list in tsconfig.json -Info 28 [00:01:00.000] ----------------------------------------------- \ No newline at end of file +Info seq [hh:mm:ss:mss] ----------------------------------------------- \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/documentRegistry/Caches-the-source-file-if-script-info-is-orphan.js b/tests/baselines/reference/tsserver/documentRegistry/Caches-the-source-file-if-script-info-is-orphan.js index fdc10fab0dc8a..ac1fcbbb9f270 100644 --- a/tests/baselines/reference/tsserver/documentRegistry/Caches-the-source-file-if-script-info-is-orphan.js +++ b/tests/baselines/reference/tsserver/documentRegistry/Caches-the-source-file-if-script-info-is-orphan.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:23.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/user/username/projects/myproject/index.ts] import {a} from "./module1" @@ -24,11 +24,11 @@ interface Array { length: number; [n: number]: T; } {"files":["index.ts"]} -Info 1 [00:00:24.000] Search path: /user/username/projects/myproject -Info 2 [00:00:25.000] For info: /user/username/projects/myproject/index.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 3 [00:00:26.000] Creating configuration project /user/username/projects/myproject/tsconfig.json -Info 4 [00:00:27.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 5 [00:00:28.000] Config: /user/username/projects/myproject/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/index.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/index.ts" ], @@ -36,16 +36,18 @@ Info 5 [00:00:28.000] Config: /user/username/projects/myproject/tsconfig.json "configFilePath": "/user/username/projects/myproject/tsconfig.json" } } -Info 6 [00:00:29.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 7 [00:00:30.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 0 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 8 [00:00:31.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 0 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 9 [00:00:32.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/module1.d.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:33.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:34.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 12 [00:00:35.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 13 [00:00:36.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 14 [00:00:37.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 15 [00:00:38.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 0 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 0 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/module1.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/module1.d.ts Text-1 "export const a: number;" /user/username/projects/myproject/index.ts SVC-1-0 "import {a} from \"./module1\"" @@ -58,18 +60,18 @@ Info 15 [00:00:38.000] Files (3) index.ts Part of 'files' list in tsconfig.json -Info 16 [00:00:39.000] ----------------------------------------------- -Info 17 [00:00:40.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 17 [00:00:41.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 17 [00:00:42.000] ----------------------------------------------- -Info 17 [00:00:43.000] Open files: -Info 17 [00:00:44.000] FileName: /user/username/projects/myproject/index.ts ProjectRootPath: undefined -Info 17 [00:00:45.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 17 [00:00:46.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 18 [00:00:47.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 2 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms -Info 19 [00:00:48.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 20 [00:00:49.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 2 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/index.ts SVC-1-1 "" @@ -79,11 +81,11 @@ Info 20 [00:00:49.000] Files (2) index.ts Part of 'files' list in tsconfig.json -Info 21 [00:00:50.000] ----------------------------------------------- -Info 22 [00:00:51.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 23 [00:00:52.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 3 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms -Info 24 [00:00:53.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 25 [00:00:54.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 3 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/module1.d.ts Text-1 "export const a: number;" /user/username/projects/myproject/index.ts SVC-1-2 "import {a} from \"./module1\"" @@ -96,4 +98,4 @@ Info 25 [00:00:54.000] Files (3) index.ts Part of 'files' list in tsconfig.json -Info 26 [00:00:55.000] ----------------------------------------------- \ No newline at end of file +Info seq [hh:mm:ss:mss] ----------------------------------------------- \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/duplicatePackages/works-with-import-fixes.js b/tests/baselines/reference/tsserver/duplicatePackages/works-with-import-fixes.js index d86cb527a847f..c06949c08ffa8 100644 --- a/tests/baselines/reference/tsserver/duplicatePackages/works-with-import-fixes.js +++ b/tests/baselines/reference/tsserver/duplicatePackages/works-with-import-fixes.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:29.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/node_modules/foo/index.d.ts] export const foo: number; @@ -25,7 +25,7 @@ foo {} -Info 1 [00:00:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -34,11 +34,11 @@ Info 1 [00:00:30.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:31.000] Search path: /a -Info 3 [00:00:32.000] For info: /a/user.ts :: Config file name: /tsconfig.json -Info 4 [00:00:33.000] Creating configuration project /tsconfig.json -Info 5 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file -Info 6 [00:00:35.000] Config: /tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/user.ts :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /tsconfig.json : { "rootNames": [ "/a/user.ts", "/b/user.ts" @@ -47,24 +47,20 @@ Info 6 [00:00:35.000] Config: /tsconfig.json : { "configFilePath": "/tsconfig.json" } } -Info 7 [00:00:36.000] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 8 [00:00:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 9 [00:00:38.000] FileWatcher:: Added:: WatchInfo: /b/user.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:39.000] Starting updateGraphWorker: Project: /tsconfig.json -Info 11 [00:00:40.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 12 [00:00:41.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 13 [00:00:42.000] DirectoryWatcher:: Added:: WatchInfo: /b/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 14 [00:00:43.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 15 [00:00:44.000] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Project: /tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:00:45.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Project: /tsconfig.json WatchType: Failed Lookup Locations -Info 17 [00:00:46.000] FileWatcher:: Added:: WatchInfo: /a/node_modules/foo/package.json 2000 undefined Project: /tsconfig.json WatchType: File location affecting resolution -Info 18 [00:00:47.000] DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Project: /tsconfig.json WatchType: Failed Lookup Locations -Info 19 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Project: /tsconfig.json WatchType: Failed Lookup Locations -Info 20 [00:00:49.000] FileWatcher:: Added:: WatchInfo: /b/node_modules/foo/package.json 2000 undefined Project: /tsconfig.json WatchType: File location affecting resolution -Info 21 [00:00:50.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file -Info 22 [00:00:51.000] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:00:52.000] Project '/tsconfig.json' (Configured) -Info 24 [00:00:53.000] Files (4) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b/user.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /b/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/node_modules/foo/package.json 2000 undefined Project: /tsconfig.json WatchType: File location affecting resolution +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b/node_modules/foo/package.json 2000 undefined Project: /tsconfig.json WatchType: File location affecting resolution +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/node_modules/foo/index.d.ts Text-1 "export const foo: number;" /a/user.ts SVC-1-0 "import(\"foo\");\nfoo" /b/node_modules/foo/index.d.ts Text-1 "export const foo: number;" @@ -81,15 +77,15 @@ Info 24 [00:00:53.000] Files (4) b/user.ts Matched by default include pattern '**/*' -Info 25 [00:00:54.000] ----------------------------------------------- -Info 26 [00:00:55.000] Project '/tsconfig.json' (Configured) -Info 26 [00:00:56.000] Files (4) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) -Info 26 [00:00:57.000] ----------------------------------------------- -Info 26 [00:00:58.000] Open files: -Info 26 [00:00:59.000] FileName: /a/user.ts ProjectRootPath: undefined -Info 26 [00:01:00.000] Projects: /tsconfig.json -Info 26 [00:01:01.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/user.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -116,14 +112,10 @@ FsWatchesRecursive:: {} /b/node_modules: *new* {} -/a: *new* - {} -/b: *new* - {} Before request -Info 27 [00:01:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -132,19 +124,19 @@ Info 27 [00:01:02.000] request: "seq": 2, "type": "request" } -Info 28 [00:01:03.000] FileWatcher:: Close:: WatchInfo: /b/user.ts 500 undefined WatchType: Closed Script info -Info 29 [00:01:04.000] Search path: /b -Info 30 [00:01:05.000] For info: /b/user.ts :: Config file name: /tsconfig.json -Info 31 [00:01:06.000] Project '/tsconfig.json' (Configured) -Info 31 [00:01:07.000] Files (4) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /b/user.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /b +Info seq [hh:mm:ss:mss] For info: /b/user.ts :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) -Info 31 [00:01:08.000] ----------------------------------------------- -Info 31 [00:01:09.000] Open files: -Info 31 [00:01:10.000] FileName: /a/user.ts ProjectRootPath: undefined -Info 31 [00:01:11.000] Projects: /tsconfig.json -Info 31 [00:01:12.000] FileName: /b/user.ts ProjectRootPath: undefined -Info 31 [00:01:13.000] Projects: /tsconfig.json -Info 31 [00:01:14.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/user.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /b/user.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -173,14 +165,10 @@ FsWatchesRecursive:: {} /b/node_modules: {} -/a: - {} -/b: - {} Before request -Info 32 [00:01:15.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "getCodeFixes", "arguments": { @@ -196,7 +184,7 @@ Info 32 [00:01:15.000] request: "seq": 3, "type": "request" } -Info 33 [00:01:16.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -228,7 +216,7 @@ After request Before request -Info 34 [00:01:17.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "getCodeFixes", "arguments": { @@ -244,7 +232,7 @@ Info 34 [00:01:17.000] request: "seq": 4, "type": "request" } -Info 35 [00:01:18.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [ { diff --git a/tests/baselines/reference/tsserver/dynamicFiles/dynamic-file-with-projectRootPath-fails-when-useInferredProjectPerProjectRoot-is-false.js b/tests/baselines/reference/tsserver/dynamicFiles/dynamic-file-with-projectRootPath-fails-when-useInferredProjectPerProjectRoot-is-false.js index 1c2a1d02892b0..23704825d6978 100644 --- a/tests/baselines/reference/tsserver/dynamicFiles/dynamic-file-with-projectRootPath-fails-when-useInferredProjectPerProjectRoot-is-false.js +++ b/tests/baselines/reference/tsserver/dynamicFiles/dynamic-file-with-projectRootPath-fails-when-useInferredProjectPerProjectRoot-is-false.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: true -Info 0 [00:00:21.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/a/lib/lib.d.ts] /// @@ -21,13 +21,13 @@ interface Array { length: number; [n: number]: T; } let y = 10; -Info 1 [00:00:22.000] Search path: ^walkThroughSnippet:/Users/UserName/projects/someProject/out -Info 2 [00:00:23.000] For info: ^walkThroughSnippet:/Users/UserName/projects/someProject/out/someFile#2.js :: No config files found. -Info 3 [00:00:24.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 4 [00:00:25.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 5 [00:00:26.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 6 [00:00:27.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 7 [00:00:28.000] Files (2) +Info seq [hh:mm:ss:mss] Search path: ^walkThroughSnippet:/Users/UserName/projects/someProject/out +Info seq [hh:mm:ss:mss] For info: ^walkThroughSnippet:/Users/UserName/projects/someProject/out/someFile#2.js :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" ^walkThroughSnippet:/Users/UserName/projects/someProject/out/someFile#2.js SVC-1-0 "var x = 10;" @@ -37,11 +37,11 @@ Info 7 [00:00:28.000] Files (2) ^walkThroughSnippet:/Users/UserName/projects/someProject/out/someFile#2.js Root file specified for compilation -Info 8 [00:00:29.000] ----------------------------------------------- -Info 9 [00:00:30.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 9 [00:00:31.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 9 [00:00:32.000] ----------------------------------------------- -Info 9 [00:00:33.000] Open files: -Info 9 [00:00:34.000] FileName: ^walkThroughSnippet:/Users/UserName/projects/someProject/out/someFile#2.js ProjectRootPath: undefined -Info 9 [00:00:35.000] Projects: /dev/null/inferredProject1* \ No newline at end of file +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: ^walkThroughSnippet:/Users/UserName/projects/someProject/out/someFile#2.js ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/dynamicFiles/dynamic-file-with-projectRootPath-with-useInferredProjectPerProjectRoot.js b/tests/baselines/reference/tsserver/dynamicFiles/dynamic-file-with-projectRootPath-with-useInferredProjectPerProjectRoot.js index 98cdd142fbca6..7e27a7257007a 100644 --- a/tests/baselines/reference/tsserver/dynamicFiles/dynamic-file-with-projectRootPath-with-useInferredProjectPerProjectRoot.js +++ b/tests/baselines/reference/tsserver/dynamicFiles/dynamic-file-with-projectRootPath-with-useInferredProjectPerProjectRoot.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: true -Info 0 [00:00:21.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/lib/lib.d.ts] /// @@ -21,7 +21,7 @@ interface Array { length: number; [n: number]: T; } let y = 10; -Info 1 [00:00:22.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -31,15 +31,17 @@ Info 1 [00:00:22.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:23.000] Search path: ^walkThroughSnippet:/Users/UserName/projects/someProject/out -Info 3 [00:00:24.000] For info: ^walkThroughSnippet:/Users/UserName/projects/someProject/out/someFile#1.js :: No config files found. -Info 4 [00:00:25.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 5 [00:00:26.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 6 [00:00:27.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 7 [00:00:28.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 8 [00:00:29.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 9 [00:00:30.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 10 [00:00:31.000] Files (2) +Info seq [hh:mm:ss:mss] Search path: ^walkThroughSnippet:/Users/UserName/projects/someProject/out +Info seq [hh:mm:ss:mss] For info: ^walkThroughSnippet:/Users/UserName/projects/someProject/out/someFile#1.js :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" ^walkThroughSnippet:/Users/UserName/projects/someProject/out/someFile#1.js SVC-1-0 "" @@ -49,26 +51,28 @@ Info 10 [00:00:31.000] Files (2) ^walkThroughSnippet:/Users/UserName/projects/someProject/out/someFile#1.js Root file specified for compilation -Info 11 [00:00:32.000] ----------------------------------------------- +Info seq [hh:mm:ss:mss] ----------------------------------------------- TI:: Creating typing installer PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /a/lib/lib.d.ts: *new* {} -TI:: [00:00:33.000] Global cache location '/a/data/', safe file path '/safeList.json', types map path /typesMap.json -TI:: [00:00:34.000] Processing cache location '/a/data/' -TI:: [00:00:35.000] Trying to find '/a/data/package.json'... -TI:: [00:00:36.000] Finished processing cache location '/a/data/' -TI:: [00:00:37.000] Npm config file: /a/data/package.json -TI:: [00:00:38.000] Npm config file: '/a/data/package.json' is missing, creating new one... -TI:: [00:00:43.000] Updating types-registry npm package... -TI:: [00:00:44.000] npm install --ignore-scripts types-registry@latest -TI:: [00:00:51.000] TI:: Updated types-registry npm package +TI:: [hh:mm:ss:mss] Global cache location '/a/data/', safe file path '/safeList.json', types map path /typesMap.json +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Trying to find '/a/data/package.json'... +TI:: [hh:mm:ss:mss] Finished processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Npm config file: /a/data/package.json +TI:: [hh:mm:ss:mss] Npm config file: '/a/data/package.json' is missing, creating new one... +TI:: [hh:mm:ss:mss] Updating types-registry npm package... +TI:: [hh:mm:ss:mss] npm install --ignore-scripts types-registry@latest +TI:: [hh:mm:ss:mss] TI:: Updated types-registry npm package TI:: typing installer creation complete //// [/a/data/package.json] { "private": true } @@ -79,35 +83,35 @@ TI:: typing installer creation complete } -TI:: [00:00:52.000] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/a/lib/lib.d.ts","^walkThroughSnippet:/Users/UserName/projects/someProject/out/someFile#1.js"],"compilerOptions":{"target":1,"jsx":1,"allowNonTsExtensions":true,"allowJs":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/user/username/projects/myproject","cachePath":"/a/data/","kind":"discover"} -TI:: [00:00:53.000] Request specifies cache path '/a/data/', loading cached information... -TI:: [00:00:54.000] Processing cache location '/a/data/' -TI:: [00:00:55.000] Cache location was already processed... -TI:: [00:00:56.000] Failed to load safelist from types map file '/typesMap.json' -TI:: [00:00:57.000] Explicitly included types: [] -TI:: [00:00:58.000] Inferred typings from unresolved imports: [] -TI:: [00:00:59.000] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["^walkThroughSnippet:/Users/UserName/projects/someProject/out/bower_components","^walkThroughSnippet:/Users/UserName/projects/someProject/out/node_modules","/user/username/projects/myproject/bower_components","/user/username/projects/myproject/node_modules"]} -TI:: [00:01:00.000] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["^walkThroughSnippet:/Users/UserName/projects/someProject/out/bower_components","^walkThroughSnippet:/Users/UserName/projects/someProject/out/node_modules","/user/username/projects/myproject/bower_components","/user/username/projects/myproject/node_modules"]} -TI:: [00:01:01.000] DirectoryWatcher:: Added:: WatchInfo: ^walkThroughSnippet:/Users/UserName -TI:: [00:01:02.000] DirectoryWatcher:: Added:: WatchInfo: ^walkThroughSnippet:/Users/UserName 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:01:03.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: ^walkThroughSnippet:/Users/UserName 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:01:04.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/bower_components -TI:: [00:01:05.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/bower_components 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:01:06.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/bower_components 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:01:07.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules -TI:: [00:01:08.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:01:09.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:01:10.000] Sending response: +TI:: [hh:mm:ss:mss] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/a/lib/lib.d.ts","^walkThroughSnippet:/Users/UserName/projects/someProject/out/someFile#1.js"],"compilerOptions":{"target":1,"jsx":1,"allowNonTsExtensions":true,"allowJs":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/user/username/projects/myproject","cachePath":"/a/data/","kind":"discover"} +TI:: [hh:mm:ss:mss] Request specifies cache path '/a/data/', loading cached information... +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Cache location was already processed... +TI:: [hh:mm:ss:mss] Failed to load safelist from types map file '/typesMap.json' +TI:: [hh:mm:ss:mss] Explicitly included types: [] +TI:: [hh:mm:ss:mss] Inferred typings from unresolved imports: [] +TI:: [hh:mm:ss:mss] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["^walkThroughSnippet:/Users/UserName/projects/someProject/out/bower_components","^walkThroughSnippet:/Users/UserName/projects/someProject/out/node_modules","/user/username/projects/myproject/bower_components","/user/username/projects/myproject/node_modules"]} +TI:: [hh:mm:ss:mss] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["^walkThroughSnippet:/Users/UserName/projects/someProject/out/bower_components","^walkThroughSnippet:/Users/UserName/projects/someProject/out/node_modules","/user/username/projects/myproject/bower_components","/user/username/projects/myproject/node_modules"]} +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: ^walkThroughSnippet:/Users/UserName +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: ^walkThroughSnippet:/Users/UserName 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: ^walkThroughSnippet:/Users/UserName 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/bower_components +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/bower_components 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/bower_components 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] Sending response: {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"target":1,"jsx":1,"allowNonTsExtensions":true,"allowJs":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typings":[],"unresolvedImports":[],"kind":"action::set"} -TI:: [00:01:11.000] No new typings were requested as a result of typings discovery -Info 12 [00:01:12.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 12 [00:01:13.000] Files (2) - -Info 12 [00:01:14.000] ----------------------------------------------- -Info 12 [00:01:15.000] Open files: -Info 12 [00:01:16.000] FileName: ^walkThroughSnippet:/Users/UserName/projects/someProject/out/someFile#1.js ProjectRootPath: /user/username/projects/myproject -Info 12 [00:01:17.000] Projects: /dev/null/inferredProject1* -Info 12 [00:01:18.000] response: +TI:: [hh:mm:ss:mss] No new typings were requested as a result of typings discovery +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: ^walkThroughSnippet:/Users/UserName/projects/someProject/out/someFile#1.js ProjectRootPath: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -116,6 +120,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /^walkThroughSnippet:/Users/UserName: *new* {"pollingInterval":500} /user/username/projects/myproject/bower_components: *new* @@ -130,7 +136,7 @@ FsWatches:: /user/username/projects/myproject/^walkThroughSnippet:/Users/UserName/projects/someProject/out/someFile#1.js isDynamic:: true Before request -Info 13 [00:01:19.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "getOutliningSpans", "arguments": { @@ -139,7 +145,7 @@ Info 13 [00:01:19.000] request: "seq": 2, "type": "request" } -Info 14 [00:01:20.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [], "responseRequired": true @@ -148,7 +154,7 @@ After request Before request -Info 15 [00:01:21.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -158,12 +164,12 @@ Info 15 [00:01:21.000] request: "seq": 3, "type": "request" } -Info 16 [00:01:22.000] Search path: ^walkThroughSnippet:/Users/UserName/projects/someProject/out -Info 17 [00:01:23.000] For info: ^walkThroughSnippet:/Users/UserName/projects/someProject/out/someFile#2.js :: No config files found. -Info 18 [00:01:24.000] Starting updateGraphWorker: Project: /dev/null/inferredProject2* -Info 19 [00:01:25.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 20 [00:01:26.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 21 [00:01:27.000] Files (2) +Info seq [hh:mm:ss:mss] Search path: ^walkThroughSnippet:/Users/UserName/projects/someProject/out +Info seq [hh:mm:ss:mss] For info: ^walkThroughSnippet:/Users/UserName/projects/someProject/out/someFile#2.js :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" ^walkThroughSnippet:/Users/UserName/projects/someProject/out/someFile#2.js SVC-1-0 "var x = 10;" @@ -173,41 +179,41 @@ Info 21 [00:01:27.000] Files (2) ^walkThroughSnippet:/Users/UserName/projects/someProject/out/someFile#2.js Root file specified for compilation -Info 22 [00:01:28.000] ----------------------------------------------- -TI:: [00:01:29.000] Got install request {"projectName":"/dev/null/inferredProject2*","fileNames":["/a/lib/lib.d.ts","^walkThroughSnippet:/Users/UserName/projects/someProject/out/someFile#2.js"],"compilerOptions":{"target":1,"jsx":1,"allowNonTsExtensions":true,"allowJs":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/","cachePath":"/a/data/","kind":"discover"} -TI:: [00:01:30.000] Request specifies cache path '/a/data/', loading cached information... -TI:: [00:01:31.000] Processing cache location '/a/data/' -TI:: [00:01:32.000] Cache location was already processed... -TI:: [00:01:33.000] Explicitly included types: [] -TI:: [00:01:34.000] Inferred typings from unresolved imports: [] -TI:: [00:01:35.000] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["^walkThroughSnippet:/Users/UserName/projects/someProject/out/bower_components","^walkThroughSnippet:/Users/UserName/projects/someProject/out/node_modules","/bower_components","/node_modules"]} -TI:: [00:01:36.000] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["^walkThroughSnippet:/Users/UserName/projects/someProject/out/bower_components","^walkThroughSnippet:/Users/UserName/projects/someProject/out/node_modules","/bower_components","/node_modules"]} -TI:: [00:01:37.000] DirectoryWatcher:: Added:: WatchInfo: ^walkThroughSnippet: -TI:: [00:01:38.000] DirectoryWatcher:: Added:: WatchInfo: ^walkThroughSnippet: 1 undefined Project: /dev/null/inferredProject2* watcher already invoked: false -TI:: [00:01:39.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: ^walkThroughSnippet: 1 undefined Project: /dev/null/inferredProject2* watcher already invoked: false -TI:: [00:01:40.000] DirectoryWatcher:: Added:: WatchInfo: /bower_components -TI:: [00:01:41.000] DirectoryWatcher:: Added:: WatchInfo: /bower_components 1 undefined Project: /dev/null/inferredProject2* watcher already invoked: false -TI:: [00:01:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /bower_components 1 undefined Project: /dev/null/inferredProject2* watcher already invoked: false -TI:: [00:01:43.000] DirectoryWatcher:: Added:: WatchInfo: /node_modules -TI:: [00:01:44.000] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined Project: /dev/null/inferredProject2* watcher already invoked: false -TI:: [00:01:45.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined Project: /dev/null/inferredProject2* watcher already invoked: false -TI:: [00:01:46.000] Sending response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +TI:: [hh:mm:ss:mss] Got install request {"projectName":"/dev/null/inferredProject2*","fileNames":["/a/lib/lib.d.ts","^walkThroughSnippet:/Users/UserName/projects/someProject/out/someFile#2.js"],"compilerOptions":{"target":1,"jsx":1,"allowNonTsExtensions":true,"allowJs":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/","cachePath":"/a/data/","kind":"discover"} +TI:: [hh:mm:ss:mss] Request specifies cache path '/a/data/', loading cached information... +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Cache location was already processed... +TI:: [hh:mm:ss:mss] Explicitly included types: [] +TI:: [hh:mm:ss:mss] Inferred typings from unresolved imports: [] +TI:: [hh:mm:ss:mss] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["^walkThroughSnippet:/Users/UserName/projects/someProject/out/bower_components","^walkThroughSnippet:/Users/UserName/projects/someProject/out/node_modules","/bower_components","/node_modules"]} +TI:: [hh:mm:ss:mss] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["^walkThroughSnippet:/Users/UserName/projects/someProject/out/bower_components","^walkThroughSnippet:/Users/UserName/projects/someProject/out/node_modules","/bower_components","/node_modules"]} +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: ^walkThroughSnippet: +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: ^walkThroughSnippet: 1 undefined Project: /dev/null/inferredProject2* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: ^walkThroughSnippet: 1 undefined Project: /dev/null/inferredProject2* watcher already invoked: false +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /bower_components +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /bower_components 1 undefined Project: /dev/null/inferredProject2* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /bower_components 1 undefined Project: /dev/null/inferredProject2* watcher already invoked: false +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /node_modules +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined Project: /dev/null/inferredProject2* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined Project: /dev/null/inferredProject2* watcher already invoked: false +TI:: [hh:mm:ss:mss] Sending response: {"projectName":"/dev/null/inferredProject2*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"target":1,"jsx":1,"allowNonTsExtensions":true,"allowJs":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typings":[],"unresolvedImports":[],"kind":"action::set"} -TI:: [00:01:47.000] No new typings were requested as a result of typings discovery -Info 23 [00:01:48.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 23 [00:01:49.000] Files (2) - -Info 23 [00:01:50.000] ----------------------------------------------- -Info 23 [00:01:51.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 23 [00:01:52.000] Files (2) - -Info 23 [00:01:53.000] ----------------------------------------------- -Info 23 [00:01:54.000] Open files: -Info 23 [00:01:55.000] FileName: ^walkThroughSnippet:/Users/UserName/projects/someProject/out/someFile#1.js ProjectRootPath: /user/username/projects/myproject -Info 23 [00:01:56.000] Projects: /dev/null/inferredProject1* -Info 23 [00:01:57.000] FileName: ^walkThroughSnippet:/Users/UserName/projects/someProject/out/someFile#2.js ProjectRootPath: undefined -Info 23 [00:01:58.000] Projects: /dev/null/inferredProject2* -Info 23 [00:01:59.000] response: +TI:: [hh:mm:ss:mss] No new typings were requested as a result of typings discovery +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: ^walkThroughSnippet:/Users/UserName/projects/someProject/out/someFile#1.js ProjectRootPath: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: ^walkThroughSnippet:/Users/UserName/projects/someProject/out/someFile#2.js ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -216,6 +222,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /^walkThroughSnippet:/Users/UserName: {"pollingInterval":500} /user/username/projects/myproject/bower_components: diff --git a/tests/baselines/reference/tsserver/dynamicFiles/dynamic-file-with-reference-paths-without-external-project.js b/tests/baselines/reference/tsserver/dynamicFiles/dynamic-file-with-reference-paths-without-external-project.js index 16f99d273fe8d..3541fb47e839e 100644 --- a/tests/baselines/reference/tsserver/dynamicFiles/dynamic-file-with-reference-paths-without-external-project.js +++ b/tests/baselines/reference/tsserver/dynamicFiles/dynamic-file-with-reference-paths-without-external-project.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:09.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/a/lib/lib.d.ts] /// @@ -15,15 +15,15 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:10.000] Search path: ^walkThroughSnippet:/Users/UserName/projects/someProject/out -Info 2 [00:00:11.000] For info: ^walkThroughSnippet:/Users/UserName/projects/someProject/out/someFile#1.js :: No config files found. -Info 3 [00:00:12.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 4 [00:00:13.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 5 [00:00:14.000] FileWatcher:: Added:: WatchInfo: /typings/@epic/core.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 6 [00:00:15.000] FileWatcher:: Added:: WatchInfo: /typings/@epic/shell.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 7 [00:00:16.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 8 [00:00:17.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 9 [00:00:18.000] Files (2) +Info seq [hh:mm:ss:mss] Search path: ^walkThroughSnippet:/Users/UserName/projects/someProject/out +Info seq [hh:mm:ss:mss] For info: ^walkThroughSnippet:/Users/UserName/projects/someProject/out/someFile#1.js :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /typings/@epic/core.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /typings/@epic/shell.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" ^walkThroughSnippet:/Users/UserName/projects/someProject/out/someFile#1.js SVC-1-0 "/// \n/// \nvar x = 10;" @@ -33,12 +33,12 @@ Info 9 [00:00:18.000] Files (2) ^walkThroughSnippet:/Users/UserName/projects/someProject/out/someFile#1.js Root file specified for compilation -Info 10 [00:00:19.000] ----------------------------------------------- -Info 11 [00:00:20.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 11 [00:00:21.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 11 [00:00:22.000] ----------------------------------------------- -Info 11 [00:00:23.000] Open files: -Info 11 [00:00:24.000] FileName: ^walkThroughSnippet:/Users/UserName/projects/someProject/out/someFile#1.js ProjectRootPath: undefined -Info 11 [00:00:25.000] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: ^walkThroughSnippet:/Users/UserName/projects/someProject/out/someFile#1.js ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* /^walkthroughsnippet:/users/username/projects/someproject/out/somefile#1.js isDynamic:: true \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/dynamicFiles/dynamic-file-without-external-project.js b/tests/baselines/reference/tsserver/dynamicFiles/dynamic-file-without-external-project.js index 2ee17a4ef57c9..2fb676ae3c4a5 100644 --- a/tests/baselines/reference/tsserver/dynamicFiles/dynamic-file-without-external-project.js +++ b/tests/baselines/reference/tsserver/dynamicFiles/dynamic-file-without-external-project.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: true -Info 0 [00:00:09.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/lib/lib.d.ts] /// @@ -15,7 +15,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compilerOptionsForInferredProjects", "arguments": { @@ -29,7 +29,7 @@ Info 1 [00:00:10.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:11.000] response: +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -38,7 +38,7 @@ After request Before request -Info 3 [00:00:12.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -48,13 +48,13 @@ Info 3 [00:00:12.000] request: "seq": 2, "type": "request" } -Info 4 [00:00:13.000] Search path: ^walkThroughSnippet:/Users/UserName/projects/someProject/out -Info 5 [00:00:14.000] For info: ^walkThroughSnippet:/Users/UserName/projects/someProject/out/someFile#1.js :: No config files found. -Info 6 [00:00:15.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 7 [00:00:16.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 8 [00:00:17.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 9 [00:00:18.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 10 [00:00:19.000] Files (2) +Info seq [hh:mm:ss:mss] Search path: ^walkThroughSnippet:/Users/UserName/projects/someProject/out +Info seq [hh:mm:ss:mss] For info: ^walkThroughSnippet:/Users/UserName/projects/someProject/out/someFile#1.js :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" ^walkThroughSnippet:/Users/UserName/projects/someProject/out/someFile#1.js SVC-1-0 "var x = 10;" @@ -64,22 +64,22 @@ Info 10 [00:00:19.000] Files (2) ^walkThroughSnippet:/Users/UserName/projects/someProject/out/someFile#1.js Root file specified for compilation -Info 11 [00:00:20.000] ----------------------------------------------- +Info seq [hh:mm:ss:mss] ----------------------------------------------- TI:: Creating typing installer FsWatches:: /a/lib/lib.d.ts: *new* {} -TI:: [00:00:21.000] Global cache location '/a/data/', safe file path '/safeList.json', types map path /typesMap.json -TI:: [00:00:22.000] Processing cache location '/a/data/' -TI:: [00:00:23.000] Trying to find '/a/data/package.json'... -TI:: [00:00:24.000] Finished processing cache location '/a/data/' -TI:: [00:00:25.000] Npm config file: /a/data/package.json -TI:: [00:00:26.000] Npm config file: '/a/data/package.json' is missing, creating new one... -TI:: [00:00:31.000] Updating types-registry npm package... -TI:: [00:00:32.000] npm install --ignore-scripts types-registry@latest -TI:: [00:00:39.000] TI:: Updated types-registry npm package +TI:: [hh:mm:ss:mss] Global cache location '/a/data/', safe file path '/safeList.json', types map path /typesMap.json +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Trying to find '/a/data/package.json'... +TI:: [hh:mm:ss:mss] Finished processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Npm config file: /a/data/package.json +TI:: [hh:mm:ss:mss] Npm config file: '/a/data/package.json' is missing, creating new one... +TI:: [hh:mm:ss:mss] Updating types-registry npm package... +TI:: [hh:mm:ss:mss] npm install --ignore-scripts types-registry@latest +TI:: [hh:mm:ss:mss] TI:: Updated types-registry npm package TI:: typing installer creation complete //// [/a/data/package.json] { "private": true } @@ -90,35 +90,35 @@ TI:: typing installer creation complete } -TI:: [00:00:40.000] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/a/lib/lib.d.ts","^walkThroughSnippet:/Users/UserName/projects/someProject/out/someFile#1.js"],"compilerOptions":{"module":1,"allowJs":true,"allowSyntheticDefaultImports":true,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/","cachePath":"/a/data/","kind":"discover"} -TI:: [00:00:41.000] Request specifies cache path '/a/data/', loading cached information... -TI:: [00:00:42.000] Processing cache location '/a/data/' -TI:: [00:00:43.000] Cache location was already processed... -TI:: [00:00:44.000] Failed to load safelist from types map file '/typesMap.json' -TI:: [00:00:45.000] Explicitly included types: [] -TI:: [00:00:46.000] Inferred typings from unresolved imports: [] -TI:: [00:00:47.000] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["^walkThroughSnippet:/Users/UserName/projects/someProject/out/bower_components","^walkThroughSnippet:/Users/UserName/projects/someProject/out/node_modules","/bower_components","/node_modules"]} -TI:: [00:00:48.000] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["^walkThroughSnippet:/Users/UserName/projects/someProject/out/bower_components","^walkThroughSnippet:/Users/UserName/projects/someProject/out/node_modules","/bower_components","/node_modules"]} -TI:: [00:00:49.000] DirectoryWatcher:: Added:: WatchInfo: ^walkThroughSnippet: -TI:: [00:00:50.000] DirectoryWatcher:: Added:: WatchInfo: ^walkThroughSnippet: 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:00:51.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: ^walkThroughSnippet: 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:00:52.000] DirectoryWatcher:: Added:: WatchInfo: /bower_components -TI:: [00:00:53.000] DirectoryWatcher:: Added:: WatchInfo: /bower_components 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:00:54.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /bower_components 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:00:55.000] DirectoryWatcher:: Added:: WatchInfo: /node_modules -TI:: [00:00:56.000] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:00:57.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:00:58.000] Sending response: +TI:: [hh:mm:ss:mss] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/a/lib/lib.d.ts","^walkThroughSnippet:/Users/UserName/projects/someProject/out/someFile#1.js"],"compilerOptions":{"module":1,"allowJs":true,"allowSyntheticDefaultImports":true,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/","cachePath":"/a/data/","kind":"discover"} +TI:: [hh:mm:ss:mss] Request specifies cache path '/a/data/', loading cached information... +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Cache location was already processed... +TI:: [hh:mm:ss:mss] Failed to load safelist from types map file '/typesMap.json' +TI:: [hh:mm:ss:mss] Explicitly included types: [] +TI:: [hh:mm:ss:mss] Inferred typings from unresolved imports: [] +TI:: [hh:mm:ss:mss] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["^walkThroughSnippet:/Users/UserName/projects/someProject/out/bower_components","^walkThroughSnippet:/Users/UserName/projects/someProject/out/node_modules","/bower_components","/node_modules"]} +TI:: [hh:mm:ss:mss] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["^walkThroughSnippet:/Users/UserName/projects/someProject/out/bower_components","^walkThroughSnippet:/Users/UserName/projects/someProject/out/node_modules","/bower_components","/node_modules"]} +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: ^walkThroughSnippet: +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: ^walkThroughSnippet: 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: ^walkThroughSnippet: 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /bower_components +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /bower_components 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /bower_components 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /node_modules +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] Sending response: {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":1,"allowJs":true,"allowSyntheticDefaultImports":true,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typings":[],"unresolvedImports":[],"kind":"action::set"} -TI:: [00:00:59.000] No new typings were requested as a result of typings discovery -Info 12 [00:01:00.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 12 [00:01:01.000] Files (2) +TI:: [hh:mm:ss:mss] No new typings were requested as a result of typings discovery +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 12 [00:01:02.000] ----------------------------------------------- -Info 12 [00:01:03.000] Open files: -Info 12 [00:01:04.000] FileName: ^walkThroughSnippet:/Users/UserName/projects/someProject/out/someFile#1.js ProjectRootPath: undefined -Info 12 [00:01:05.000] Projects: /dev/null/inferredProject1* -Info 12 [00:01:06.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: ^walkThroughSnippet:/Users/UserName/projects/someProject/out/someFile#1.js ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -139,7 +139,7 @@ FsWatches:: /^walkThroughSnippet:/Users/UserName/projects/someProject/out/someFile#1.js isDynamic:: true Before request -Info 13 [00:01:07.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "quickinfo", "arguments": { @@ -150,7 +150,7 @@ Info 13 [00:01:07.000] request: "seq": 3, "type": "request" } -Info 14 [00:01:08.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "kind": "var", diff --git a/tests/baselines/reference/tsserver/dynamicFiles/opening-and-closing-untitled-files-when-projectRootPath-is-different-from-currentDirectory.js b/tests/baselines/reference/tsserver/dynamicFiles/opening-and-closing-untitled-files-when-projectRootPath-is-different-from-currentDirectory.js index f6e1d3163d0aa..91fd13175f07d 100644 --- a/tests/baselines/reference/tsserver/dynamicFiles/opening-and-closing-untitled-files-when-projectRootPath-is-different-from-currentDirectory.js +++ b/tests/baselines/reference/tsserver/dynamicFiles/opening-and-closing-untitled-files-when-projectRootPath-is-different-from-currentDirectory.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: true -Info 0 [00:00:21.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/user/username/projects/myproject/tsconfig.json] {} @@ -21,15 +21,17 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:22.000] Search path: -Info 2 [00:00:23.000] For info: untitled:^Untitled-1 :: No config files found. -Info 3 [00:00:24.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 4 [00:00:25.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 5 [00:00:26.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 6 [00:00:27.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 7 [00:00:28.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 8 [00:00:29.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 9 [00:00:30.000] Files (2) +Info seq [hh:mm:ss:mss] Search path: +Info seq [hh:mm:ss:mss] For info: untitled:^Untitled-1 :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" untitled:^Untitled-1 SVC-1-0 "const x = 10;" @@ -39,25 +41,25 @@ Info 9 [00:00:30.000] Files (2) untitled:^Untitled-1 Root file specified for compilation -Info 10 [00:00:31.000] ----------------------------------------------- -Info 11 [00:00:32.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 11 [00:00:33.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 11 [00:00:34.000] ----------------------------------------------- -Info 11 [00:00:35.000] Open files: -Info 11 [00:00:36.000] FileName: untitled:^Untitled-1 ProjectRootPath: /user/username/projects/myproject -Info 11 [00:00:37.000] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: untitled:^Untitled-1 ProjectRootPath: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* /user/username/projects/myproject/untitled:^Untitled-1 isDynamic:: true -Info 11 [00:00:38.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 11 [00:00:39.000] Files (2) +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 11 [00:00:40.000] ----------------------------------------------- -Info 11 [00:00:41.000] Open files: -Info 11 [00:00:42.000] Search path: /user/username/projects/myproject -Info 12 [00:00:43.000] For info: /user/username/projects/myproject/file.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 13 [00:00:44.000] Creating configuration project /user/username/projects/myproject/tsconfig.json -Info 14 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 15 [00:00:46.000] Config: /user/username/projects/myproject/tsconfig.json : { +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/file.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/file.ts" ], @@ -65,14 +67,16 @@ Info 15 [00:00:46.000] Config: /user/username/projects/myproject/tsconfig.json "configFilePath": "/user/username/projects/myproject/tsconfig.json" } } -Info 16 [00:00:47.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 17 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 18 [00:00:49.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 19 [00:00:50.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 20 [00:00:51.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 21 [00:00:52.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 22 [00:00:53.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 23 [00:00:54.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/file.ts SVC-1-0 "const y = 10" @@ -82,10 +86,10 @@ Info 23 [00:00:54.000] Files (2) file.ts Matched by default include pattern '**/*' -Info 24 [00:00:55.000] ----------------------------------------------- -Info 25 [00:00:56.000] `remove Project:: -Info 26 [00:00:57.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 27 [00:00:58.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts untitled:^Untitled-1 @@ -95,13 +99,15 @@ Info 27 [00:00:58.000] Files (2) untitled:^Untitled-1 Root file specified for compilation -Info 28 [00:00:59.000] ----------------------------------------------- -Info 29 [00:01:00.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 30 [00:01:01.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 31 [00:01:02.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 31 [00:01:03.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 31 [00:01:04.000] ----------------------------------------------- -Info 31 [00:01:05.000] Open files: -Info 31 [00:01:06.000] FileName: /user/username/projects/myproject/file.ts ProjectRootPath: undefined -Info 31 [00:01:07.000] Projects: /user/username/projects/myproject/tsconfig.json \ No newline at end of file +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/file.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/dynamicFiles/opening-untitled-files.js b/tests/baselines/reference/tsserver/dynamicFiles/opening-untitled-files.js index 1d31c5b88469d..4a5c62b8354d1 100644 --- a/tests/baselines/reference/tsserver/dynamicFiles/opening-untitled-files.js +++ b/tests/baselines/reference/tsserver/dynamicFiles/opening-untitled-files.js @@ -1,5 +1,5 @@ currentDirectory:: /user/username/projects/myproject useCaseSensitiveFileNames: true -Info 0 [00:00:19.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/user/username/projects/myproject/tsconfig.json] {} @@ -18,15 +18,17 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:20.000] Search path: -Info 2 [00:00:21.000] For info: untitled:^Untitled-1 :: No config files found. -Info 3 [00:00:22.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 4 [00:00:23.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 5 [00:00:24.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 6 [00:00:25.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 7 [00:00:26.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 8 [00:00:27.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 9 [00:00:28.000] Files (2) +Info seq [hh:mm:ss:mss] Search path: +Info seq [hh:mm:ss:mss] For info: untitled:^Untitled-1 :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" untitled:^Untitled-1 SVC-1-0 "const x = 10;" @@ -36,14 +38,14 @@ Info 9 [00:00:28.000] Files (2) untitled:^Untitled-1 Root file specified for compilation -Info 10 [00:00:29.000] ----------------------------------------------- -Info 11 [00:00:30.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 11 [00:00:31.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 11 [00:00:32.000] ----------------------------------------------- -Info 11 [00:00:33.000] Open files: -Info 11 [00:00:34.000] FileName: untitled:^Untitled-1 ProjectRootPath: /user/username/projects/myproject -Info 11 [00:00:35.000] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: untitled:^Untitled-1 ProjectRootPath: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* /user/username/projects/myproject/untitled:^Untitled-1 isDynamic:: true Timeout callback:: count: 0 Immedidate callback:: count: 0 @@ -54,16 +56,18 @@ const x = 10; PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /a/lib/lib.d.ts: *new* {} -Info 11 [00:00:38.000] Search path: /user/username/projects/myproject -Info 12 [00:00:39.000] For info: /user/username/projects/myproject/Untitled-1.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 13 [00:00:40.000] Creating configuration project /user/username/projects/myproject/tsconfig.json -Info 14 [00:00:41.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 15 [00:00:42.000] Config: /user/username/projects/myproject/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/Untitled-1.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/Untitled-1.ts" ], @@ -71,14 +75,16 @@ Info 15 [00:00:42.000] Config: /user/username/projects/myproject/tsconfig.json "configFilePath": "/user/username/projects/myproject/tsconfig.json" } } -Info 16 [00:00:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 17 [00:00:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 18 [00:00:45.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 19 [00:00:46.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 20 [00:00:47.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 21 [00:00:48.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 22 [00:00:49.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 23 [00:00:50.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/Untitled-1.ts SVC-1-0 "const x = 10;" @@ -88,37 +94,37 @@ Info 23 [00:00:50.000] Files (2) Untitled-1.ts Matched by default include pattern '**/*' -Info 24 [00:00:51.000] ----------------------------------------------- -Info 25 [00:00:52.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 25 [00:00:53.000] Files (2) - -Info 25 [00:00:54.000] ----------------------------------------------- -Info 25 [00:00:55.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 25 [00:00:56.000] Files (2) - -Info 25 [00:00:57.000] ----------------------------------------------- -Info 25 [00:00:58.000] Open files: -Info 25 [00:00:59.000] FileName: untitled:^Untitled-1 ProjectRootPath: /user/username/projects/myproject -Info 25 [00:01:00.000] Projects: /dev/null/inferredProject1* -Info 25 [00:01:01.000] FileName: /user/username/projects/myproject/Untitled-1.ts ProjectRootPath: /user/username/projects/myproject -Info 25 [00:01:02.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 25 [00:01:03.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 25 [00:01:04.000] Files (2) - -Info 25 [00:01:05.000] ----------------------------------------------- -Info 25 [00:01:06.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 25 [00:01:07.000] Files (2) - -Info 25 [00:01:08.000] ----------------------------------------------- -Info 25 [00:01:09.000] Open files: -Info 25 [00:01:10.000] FileName: /user/username/projects/myproject/Untitled-1.ts ProjectRootPath: /user/username/projects/myproject -Info 25 [00:01:11.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 25 [00:01:12.000] Search path: -Info 26 [00:01:13.000] For info: untitled:^Untitled-1 :: No config files found. -Info 27 [00:01:14.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 28 [00:01:15.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 29 [00:01:16.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 30 [00:01:17.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: untitled:^Untitled-1 ProjectRootPath: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/Untitled-1.ts ProjectRootPath: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/Untitled-1.ts ProjectRootPath: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: +Info seq [hh:mm:ss:mss] For info: untitled:^Untitled-1 :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" untitled:^Untitled-1 SVC-2-0 "const x = 10;" @@ -128,18 +134,18 @@ Info 30 [00:01:17.000] Files (2) untitled:^Untitled-1 Root file specified for compilation -Info 31 [00:01:18.000] ----------------------------------------------- -Info 32 [00:01:19.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 32 [00:01:20.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 32 [00:01:21.000] ----------------------------------------------- -Info 32 [00:01:22.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 32 [00:01:23.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 32 [00:01:24.000] ----------------------------------------------- -Info 32 [00:01:25.000] Open files: -Info 32 [00:01:26.000] FileName: /user/username/projects/myproject/Untitled-1.ts ProjectRootPath: /user/username/projects/myproject -Info 32 [00:01:27.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 32 [00:01:28.000] FileName: untitled:^Untitled-1 ProjectRootPath: /user/username/projects/myproject -Info 32 [00:01:29.000] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/Untitled-1.ts ProjectRootPath: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: untitled:^Untitled-1 ProjectRootPath: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* /user/username/projects/myproject/untitled:^Untitled-1 isDynamic:: true \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/dynamicFiles/untitled-can-convert-positions-to-locations.js b/tests/baselines/reference/tsserver/dynamicFiles/untitled-can-convert-positions-to-locations.js index 3ca01a4bfef3e..3b838837f6e1f 100644 --- a/tests/baselines/reference/tsserver/dynamicFiles/untitled-can-convert-positions-to-locations.js +++ b/tests/baselines/reference/tsserver/dynamicFiles/untitled-can-convert-positions-to-locations.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:09.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/proj/a.ts] @@ -8,7 +8,7 @@ Before request {} -Info 1 [00:00:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -17,11 +17,11 @@ Info 1 [00:00:10.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:11.000] Search path: /proj -Info 3 [00:00:12.000] For info: /proj/a.ts :: Config file name: /proj/tsconfig.json -Info 4 [00:00:13.000] Creating configuration project /proj/tsconfig.json -Info 5 [00:00:14.000] FileWatcher:: Added:: WatchInfo: /proj/tsconfig.json 2000 undefined Project: /proj/tsconfig.json WatchType: Config file -Info 6 [00:00:15.000] Config: /proj/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /proj +Info seq [hh:mm:ss:mss] For info: /proj/a.ts :: Config file name: /proj/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /proj/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /proj/tsconfig.json 2000 undefined Project: /proj/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /proj/tsconfig.json : { "rootNames": [ "/proj/a.ts" ], @@ -29,30 +29,28 @@ Info 6 [00:00:15.000] Config: /proj/tsconfig.json : { "configFilePath": "/proj/tsconfig.json" } } -Info 7 [00:00:16.000] DirectoryWatcher:: Added:: WatchInfo: /proj 1 undefined Config: /proj/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /proj 1 undefined Config: /proj/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:18.000] Starting updateGraphWorker: Project: /proj/tsconfig.json -Info 10 [00:00:19.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /proj/tsconfig.json WatchType: Missing file -Info 11 [00:00:20.000] DirectoryWatcher:: Added:: WatchInfo: /proj/node_modules/@types 1 undefined Project: /proj/tsconfig.json WatchType: Type roots -Info 12 [00:00:21.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /proj/node_modules/@types 1 undefined Project: /proj/tsconfig.json WatchType: Type roots -Info 13 [00:00:22.000] Finishing updateGraphWorker: Project: /proj/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 14 [00:00:23.000] Project '/proj/tsconfig.json' (Configured) -Info 15 [00:00:24.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /proj 1 undefined Config: /proj/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /proj 1 undefined Config: /proj/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /proj/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /proj/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /proj/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/proj/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /proj/a.ts SVC-1-0 "" a.ts Matched by default include pattern '**/*' -Info 16 [00:00:25.000] ----------------------------------------------- -Info 17 [00:00:26.000] Project '/proj/tsconfig.json' (Configured) -Info 17 [00:00:27.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/proj/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 17 [00:00:28.000] ----------------------------------------------- -Info 17 [00:00:29.000] Open files: -Info 17 [00:00:30.000] FileName: /proj/a.ts ProjectRootPath: undefined -Info 17 [00:00:31.000] Projects: /proj/tsconfig.json -Info 17 [00:00:32.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /proj/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /proj/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -61,8 +59,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/proj/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /proj/tsconfig.json: *new* @@ -74,7 +70,7 @@ FsWatchesRecursive:: Before request -Info 18 [00:00:33.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -86,37 +82,35 @@ Info 18 [00:00:33.000] request: "seq": 2, "type": "request" } -Info 19 [00:00:34.000] Search path: -Info 20 [00:00:35.000] For info: untitled:^Untitled-1 :: No config files found. -Info 21 [00:00:36.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 22 [00:00:37.000] FileWatcher:: Added:: WatchInfo: /typings/@epic/core.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 23 [00:00:38.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 24 [00:00:39.000] DirectoryWatcher:: Added:: WatchInfo: /proj/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 25 [00:00:40.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /proj/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 26 [00:00:41.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 27 [00:00:42.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 28 [00:00:43.000] Files (1) +Info seq [hh:mm:ss:mss] Search path: +Info seq [hh:mm:ss:mss] For info: untitled:^Untitled-1 :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /typings/@epic/core.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) untitled:^Untitled-1 SVC-1-0 "/// \nlet foo = 1;\nfooo/**/" untitled:^Untitled-1 Root file specified for compilation -Info 29 [00:00:44.000] ----------------------------------------------- -Info 30 [00:00:45.000] Project '/proj/tsconfig.json' (Configured) -Info 30 [00:00:46.000] Files (1) - -Info 30 [00:00:47.000] ----------------------------------------------- -Info 30 [00:00:48.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 30 [00:00:49.000] Files (1) - -Info 30 [00:00:50.000] ----------------------------------------------- -Info 30 [00:00:51.000] Open files: -Info 30 [00:00:52.000] FileName: /proj/a.ts ProjectRootPath: undefined -Info 30 [00:00:53.000] Projects: /proj/tsconfig.json -Info 30 [00:00:54.000] FileName: untitled:^Untitled-1 ProjectRootPath: /proj -Info 30 [00:00:55.000] Projects: /dev/null/inferredProject1* -Info 30 [00:00:56.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/proj/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /proj/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /proj/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: untitled:^Untitled-1 ProjectRootPath: /proj +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -125,8 +119,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/proj/node_modules/@types: - {"pollingInterval":500} /typings/@epic/core.d.ts: *new* {"pollingInterval":500} @@ -141,7 +133,7 @@ FsWatchesRecursive:: /proj/untitled:^untitled-1 isDynamic:: true Before request -Info 31 [00:00:57.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "getCodeFixes", "arguments": { @@ -157,7 +149,7 @@ Info 31 [00:00:57.000] request: "seq": 3, "type": "request" } -Info 32 [00:00:58.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [ { diff --git a/tests/baselines/reference/tsserver/dynamicFiles/untitled.js b/tests/baselines/reference/tsserver/dynamicFiles/untitled.js index 45b59f30090aa..bb412a375afa4 100644 --- a/tests/baselines/reference/tsserver/dynamicFiles/untitled.js +++ b/tests/baselines/reference/tsserver/dynamicFiles/untitled.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:09.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/a/lib/lib.d.ts] /// @@ -15,15 +15,15 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:10.000] Search path: untitled:/Users/matb/projects/san -Info 2 [00:00:11.000] For info: untitled:/Users/matb/projects/san/^newFile.ts :: No config files found. -Info 3 [00:00:12.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 4 [00:00:13.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 5 [00:00:14.000] FileWatcher:: Added:: WatchInfo: /typings/@epic/core.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 6 [00:00:15.000] FileWatcher:: Added:: WatchInfo: /typings/@epic/shell.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 7 [00:00:16.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 8 [00:00:17.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 9 [00:00:18.000] Files (2) +Info seq [hh:mm:ss:mss] Search path: untitled:/Users/matb/projects/san +Info seq [hh:mm:ss:mss] For info: untitled:/Users/matb/projects/san/^newFile.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /typings/@epic/core.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /typings/@epic/shell.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" untitled:/Users/matb/projects/san/^newFile.ts SVC-1-0 "/// \n/// \nvar x = 10;" @@ -33,12 +33,12 @@ Info 9 [00:00:18.000] Files (2) untitled:/Users/matb/projects/san/^newFile.ts Root file specified for compilation -Info 10 [00:00:19.000] ----------------------------------------------- -Info 11 [00:00:20.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 11 [00:00:21.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 11 [00:00:22.000] ----------------------------------------------- -Info 11 [00:00:23.000] Open files: -Info 11 [00:00:24.000] FileName: untitled:/Users/matb/projects/san/^newFile.ts ProjectRootPath: undefined -Info 11 [00:00:25.000] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: untitled:/Users/matb/projects/san/^newFile.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* /untitled:/users/matb/projects/san/^newfile.ts isDynamic:: true \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/dynamicFiles/walkThroughSnippet.js b/tests/baselines/reference/tsserver/dynamicFiles/walkThroughSnippet.js index fccc76f99d8fe..78e13b2f0beef 100644 --- a/tests/baselines/reference/tsserver/dynamicFiles/walkThroughSnippet.js +++ b/tests/baselines/reference/tsserver/dynamicFiles/walkThroughSnippet.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:09.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/a/lib/lib.d.ts] /// @@ -15,15 +15,15 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:10.000] Search path: walkThroughSnippet:/usr/share/code/resources/app/out/vs/workbench/contrib/welcome/walkThrough/browser/editor -Info 2 [00:00:11.000] For info: walkThroughSnippet:/usr/share/code/resources/app/out/vs/workbench/contrib/welcome/walkThrough/browser/editor/^vs_code_editor_walkthrough.md#1.ts :: No config files found. -Info 3 [00:00:12.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 4 [00:00:13.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 5 [00:00:14.000] FileWatcher:: Added:: WatchInfo: /walkthroughsnippet:/usr/share/code/resources/app/out/vs/typings/@epic/core.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 6 [00:00:15.000] FileWatcher:: Added:: WatchInfo: /walkthroughsnippet:/usr/share/code/resources/app/out/vs/typings/@epic/shell.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 7 [00:00:16.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 8 [00:00:17.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 9 [00:00:18.000] Files (2) +Info seq [hh:mm:ss:mss] Search path: walkThroughSnippet:/usr/share/code/resources/app/out/vs/workbench/contrib/welcome/walkThrough/browser/editor +Info seq [hh:mm:ss:mss] For info: walkThroughSnippet:/usr/share/code/resources/app/out/vs/workbench/contrib/welcome/walkThrough/browser/editor/^vs_code_editor_walkthrough.md#1.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /walkthroughsnippet:/usr/share/code/resources/app/out/vs/typings/@epic/core.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /walkthroughsnippet:/usr/share/code/resources/app/out/vs/typings/@epic/shell.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" walkThroughSnippet:/usr/share/code/resources/app/out/vs/workbench/contrib/welcome/walkThrough/browser/editor/^vs_code_editor_walkthrough.md#1.ts SVC-1-0 "/// \n/// \nvar x = 10;" @@ -33,12 +33,12 @@ Info 9 [00:00:18.000] Files (2) walkThroughSnippet:/usr/share/code/resources/app/out/vs/workbench/contrib/welcome/walkThrough/browser/editor/^vs_code_editor_walkthrough.md#1.ts Root file specified for compilation -Info 10 [00:00:19.000] ----------------------------------------------- -Info 11 [00:00:20.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 11 [00:00:21.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 11 [00:00:22.000] ----------------------------------------------- -Info 11 [00:00:23.000] Open files: -Info 11 [00:00:24.000] FileName: walkThroughSnippet:/usr/share/code/resources/app/out/vs/workbench/contrib/welcome/walkThrough/browser/editor/^vs_code_editor_walkthrough.md#1.ts ProjectRootPath: undefined -Info 11 [00:00:25.000] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: walkThroughSnippet:/usr/share/code/resources/app/out/vs/workbench/contrib/welcome/walkThrough/browser/editor/^vs_code_editor_walkthrough.md#1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* /walkthroughsnippet:/usr/share/code/resources/app/out/vs/workbench/contrib/welcome/walkthrough/browser/editor/^vs_code_editor_walkthrough.md#1.ts isDynamic:: true \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/dynamicFiles/when-changing-scriptKind-of-the-untitled-files.js b/tests/baselines/reference/tsserver/dynamicFiles/when-changing-scriptKind-of-the-untitled-files.js index 5c44b9409e5f9..d11ce5d7ed3d2 100644 --- a/tests/baselines/reference/tsserver/dynamicFiles/when-changing-scriptKind-of-the-untitled-files.js +++ b/tests/baselines/reference/tsserver/dynamicFiles/when-changing-scriptKind-of-the-untitled-files.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: true -Info 0 [00:00:09.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/a/lib/lib.d.ts] /// @@ -15,15 +15,17 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:10.000] Search path: -Info 2 [00:00:11.000] For info: untitled:^Untitled-1 :: No config files found. -Info 3 [00:00:12.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 4 [00:00:13.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 5 [00:00:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 6 [00:00:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 7 [00:00:16.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 8 [00:00:17.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 9 [00:00:18.000] Files (2) +Info seq [hh:mm:ss:mss] Search path: +Info seq [hh:mm:ss:mss] For info: untitled:^Untitled-1 :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" untitled:^Untitled-1 SVC-1-0 "const x = 10;" @@ -33,25 +35,25 @@ Info 9 [00:00:18.000] Files (2) untitled:^Untitled-1 Root file specified for compilation -Info 10 [00:00:19.000] ----------------------------------------------- -Info 11 [00:00:20.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 11 [00:00:21.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 11 [00:00:22.000] ----------------------------------------------- -Info 11 [00:00:23.000] Open files: -Info 11 [00:00:24.000] FileName: untitled:^Untitled-1 ProjectRootPath: /user/username/projects/myproject -Info 11 [00:00:25.000] Projects: /dev/null/inferredProject1* -Info 11 [00:00:26.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 11 [00:00:27.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: untitled:^Untitled-1 ProjectRootPath: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 11 [00:00:28.000] ----------------------------------------------- -Info 11 [00:00:29.000] Open files: -Info 11 [00:00:30.000] Search path: -Info 12 [00:00:31.000] For info: untitled:^Untitled-1 :: No config files found. -Info 13 [00:00:32.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 14 [00:00:33.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 15 [00:00:34.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 16 [00:00:35.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] Search path: +Info seq [hh:mm:ss:mss] For info: untitled:^Untitled-1 :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" untitled:^Untitled-1 SVC-2-0 "const x = 10;" @@ -61,11 +63,11 @@ Info 16 [00:00:35.000] Files (2) untitled:^Untitled-1 Root file specified for compilation -Info 17 [00:00:36.000] ----------------------------------------------- -Info 18 [00:00:37.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 18 [00:00:38.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 18 [00:00:39.000] ----------------------------------------------- -Info 18 [00:00:40.000] Open files: -Info 18 [00:00:41.000] FileName: untitled:^Untitled-1 ProjectRootPath: /user/username/projects/myproject -Info 18 [00:00:42.000] Projects: /dev/null/inferredProject1* \ No newline at end of file +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: untitled:^Untitled-1 ProjectRootPath: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/events/largeFileReferenced/when-large-js-file-is-included-by-module-resolution.js b/tests/baselines/reference/tsserver/events/largeFileReferenced/when-large-js-file-is-included-by-module-resolution.js index e6c34f177d372..cbf75530550a4 100644 --- a/tests/baselines/reference/tsserver/events/largeFileReferenced/when-large-js-file-is-included-by-module-resolution.js +++ b/tests/baselines/reference/tsserver/events/largeFileReferenced/when-large-js-file-is-included-by-module-resolution.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:23.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/src/file.ts] export var y = 10;import {x} from "./large" @@ -21,7 +21,7 @@ interface Array { length: number; [n: number]: T; } export var x = 10; -Info 1 [00:00:24.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -30,29 +30,31 @@ Info 1 [00:00:24.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:25.000] Search path: /user/username/projects/myproject/src -Info 3 [00:00:26.000] For info: /user/username/projects/myproject/src/file.ts :: No config files found. -Info 4 [00:00:27.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 5 [00:00:28.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 6 [00:00:29.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 7 [00:00:30.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 8 [00:00:31.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 9 [00:00:32.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/large 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations -Info 10 [00:00:33.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/large 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations -Info 11 [00:00:34.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 0 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations -Info 12 [00:00:35.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 0 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations -Info 13 [00:00:36.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/large.js 500 undefined WatchType: Closed Script info -Info 14 [00:00:37.000] Skipped loading contents of large file /user/username/projects/myproject/src/large.js for info /user/username/projects/myproject/src/large.js: fileSize: 4194305 -Info 15 [00:00:38.000] event: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/file.ts :: No config files found. +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/large 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/large 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 0 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 0 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/large.js 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Skipped loading contents of large file /user/username/projects/myproject/src/large.js for info /user/username/projects/myproject/src/large.js: fileSize: 4194305 +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"largeFileReferenced","body":{"file":"/user/username/projects/myproject/src/large.js","fileSize":4194305,"maxFileSize":4194304}} -Info 16 [00:00:39.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:40.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 18 [00:00:41.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 19 [00:00:42.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 20 [00:00:43.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 21 [00:00:44.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 22 [00:00:45.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 23 [00:00:46.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/large.js Text-1 "" /user/username/projects/myproject/src/file.ts SVC-1-0 "export var y = 10;import {x} from \"./large\"" @@ -65,15 +67,15 @@ Info 23 [00:00:46.000] Files (3) file.ts Root file specified for compilation -Info 24 [00:00:47.000] ----------------------------------------------- -Info 25 [00:00:48.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 25 [00:00:49.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) -Info 25 [00:00:50.000] ----------------------------------------------- -Info 25 [00:00:51.000] Open files: -Info 25 [00:00:52.000] FileName: /user/username/projects/myproject/src/file.ts ProjectRootPath: undefined -Info 25 [00:00:53.000] Projects: /dev/null/inferredProject1* -Info 25 [00:00:54.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/file.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -94,6 +96,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/src: *new* diff --git a/tests/baselines/reference/tsserver/events/largeFileReferenced/when-large-js-file-is-included-by-tsconfig.js b/tests/baselines/reference/tsserver/events/largeFileReferenced/when-large-js-file-is-included-by-tsconfig.js index 289fe371aac69..21d85a94df884 100644 --- a/tests/baselines/reference/tsserver/events/largeFileReferenced/when-large-js-file-is-included-by-tsconfig.js +++ b/tests/baselines/reference/tsserver/events/largeFileReferenced/when-large-js-file-is-included-by-tsconfig.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:25.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/src/file.ts] export var y = 10; @@ -24,7 +24,7 @@ interface Array { length: number; [n: number]: T; } export var x = 10; -Info 1 [00:00:26.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -33,13 +33,13 @@ Info 1 [00:00:26.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:27.000] Search path: /user/username/projects/myproject/src -Info 3 [00:00:28.000] For info: /user/username/projects/myproject/src/file.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 4 [00:00:29.000] Creating configuration project /user/username/projects/myproject/tsconfig.json -Info 5 [00:00:30.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 6 [00:00:31.000] event: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/file.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/myproject/src/file.ts to open"}} -Info 7 [00:00:32.000] Config: /user/username/projects/myproject/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/src/file.ts", "/user/username/projects/myproject/src/large.js" @@ -49,17 +49,19 @@ Info 7 [00:00:32.000] Config: /user/username/projects/myproject/tsconfig.json "configFilePath": "/user/username/projects/myproject/tsconfig.json" } } -Info 8 [00:00:33.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/large.js 500 undefined WatchType: Closed Script info -Info 9 [00:00:34.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 10 [00:00:35.000] Skipped loading contents of large file /user/username/projects/myproject/src/large.js for info /user/username/projects/myproject/src/large.js: fileSize: 4194305 -Info 11 [00:00:36.000] event: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/large.js 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Skipped loading contents of large file /user/username/projects/myproject/src/large.js for info /user/username/projects/myproject/src/large.js: fileSize: 4194305 +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"largeFileReferenced","body":{"file":"/user/username/projects/myproject/src/large.js","fileSize":4194305,"maxFileSize":4194304}} -Info 12 [00:00:37.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 13 [00:00:38.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 14 [00:00:39.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 15 [00:00:40.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:00:41.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 17 [00:00:42.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/file.ts SVC-1-0 "export var y = 10;" /user/username/projects/myproject/src/large.js Text-1 "" @@ -72,21 +74,21 @@ Info 17 [00:00:42.000] Files (3) src/large.js Part of 'files' list in tsconfig.json -Info 18 [00:00:43.000] ----------------------------------------------- -Info 19 [00:00:44.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig.json"}} -Info 20 [00:00:45.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"4a33d78ee40d836c4f4e64c59aed976628aea0013be9585c5ff171dfc41baf98","fileStats":{"js":1,"jsSize":4194305,"jsx":0,"jsxSize":0,"ts":1,"tsSize":18,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{"allowJs":true},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":true,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 21 [00:00:46.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/src/file.ts","configFile":"/user/username/projects/myproject/tsconfig.json","diagnostics":[{"text":"Cannot write file '/user/username/projects/myproject/src/large.js' because it would overwrite input file.","code":5055,"category":"error"},{"start":{"line":1,"offset":69},"end":{"line":1,"offset":70},"text":"Compiler option 'target' requires a value of type string.","code":5024,"category":"error","fileName":"/user/username/projects/myproject/tsconfig.json"}]}} -Info 22 [00:00:47.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 22 [00:00:48.000] Files (3) +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 22 [00:00:49.000] ----------------------------------------------- -Info 22 [00:00:50.000] Open files: -Info 22 [00:00:51.000] FileName: /user/username/projects/myproject/src/file.ts ProjectRootPath: undefined -Info 22 [00:00:52.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 22 [00:00:53.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/file.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -95,6 +97,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tsserver/events/largeFileReferenced/when-large-ts-file-is-included-by-module-resolution.js b/tests/baselines/reference/tsserver/events/largeFileReferenced/when-large-ts-file-is-included-by-module-resolution.js index faed8839b161d..0fa16dbf3b99b 100644 --- a/tests/baselines/reference/tsserver/events/largeFileReferenced/when-large-ts-file-is-included-by-module-resolution.js +++ b/tests/baselines/reference/tsserver/events/largeFileReferenced/when-large-ts-file-is-included-by-module-resolution.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:23.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/src/file.ts] export var y = 10;import {x} from "./large" @@ -21,7 +21,7 @@ interface Array { length: number; [n: number]: T; } export var x = 10; -Info 1 [00:00:24.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -30,22 +30,24 @@ Info 1 [00:00:24.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:25.000] Search path: /user/username/projects/myproject/src -Info 3 [00:00:26.000] For info: /user/username/projects/myproject/src/file.ts :: No config files found. -Info 4 [00:00:27.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 5 [00:00:28.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 6 [00:00:29.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 7 [00:00:30.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 8 [00:00:31.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 9 [00:00:32.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/large.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:33.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:34.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 12 [00:00:35.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 13 [00:00:36.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 14 [00:00:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 15 [00:00:38.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:00:39.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 17 [00:00:40.000] Files (3) +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/file.ts :: No config files found. +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/large.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/large.ts Text-1 "export var x = 10;" /user/username/projects/myproject/src/file.ts SVC-1-0 "export var y = 10;import {x} from \"./large\"" @@ -58,15 +60,15 @@ Info 17 [00:00:40.000] Files (3) file.ts Root file specified for compilation -Info 18 [00:00:41.000] ----------------------------------------------- -Info 19 [00:00:42.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 19 [00:00:43.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) -Info 19 [00:00:44.000] ----------------------------------------------- -Info 19 [00:00:45.000] Open files: -Info 19 [00:00:46.000] FileName: /user/username/projects/myproject/src/file.ts ProjectRootPath: undefined -Info 19 [00:00:47.000] Projects: /dev/null/inferredProject1* -Info 19 [00:00:48.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/file.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -85,6 +87,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/src/large.ts: *new* diff --git a/tests/baselines/reference/tsserver/events/largeFileReferenced/when-large-ts-file-is-included-by-tsconfig.js b/tests/baselines/reference/tsserver/events/largeFileReferenced/when-large-ts-file-is-included-by-tsconfig.js index 9d156c627a496..70a05c813dc6b 100644 --- a/tests/baselines/reference/tsserver/events/largeFileReferenced/when-large-ts-file-is-included-by-tsconfig.js +++ b/tests/baselines/reference/tsserver/events/largeFileReferenced/when-large-ts-file-is-included-by-tsconfig.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:25.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/src/file.ts] export var y = 10; @@ -24,7 +24,7 @@ interface Array { length: number; [n: number]: T; } export var x = 10; -Info 1 [00:00:26.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -33,13 +33,13 @@ Info 1 [00:00:26.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:27.000] Search path: /user/username/projects/myproject/src -Info 3 [00:00:28.000] For info: /user/username/projects/myproject/src/file.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 4 [00:00:29.000] Creating configuration project /user/username/projects/myproject/tsconfig.json -Info 5 [00:00:30.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 6 [00:00:31.000] event: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/file.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/myproject/src/file.ts to open"}} -Info 7 [00:00:32.000] Config: /user/username/projects/myproject/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/src/file.ts", "/user/username/projects/myproject/src/large.ts" @@ -49,14 +49,16 @@ Info 7 [00:00:32.000] Config: /user/username/projects/myproject/tsconfig.json "configFilePath": "/user/username/projects/myproject/tsconfig.json" } } -Info 8 [00:00:33.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/large.ts 500 undefined WatchType: Closed Script info -Info 9 [00:00:34.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 10 [00:00:35.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:36.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 12 [00:00:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 13 [00:00:38.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 14 [00:00:39.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 15 [00:00:40.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/large.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/file.ts SVC-1-0 "export var y = 10;" /user/username/projects/myproject/src/large.ts Text-1 "export var x = 10;" @@ -69,21 +71,21 @@ Info 15 [00:00:40.000] Files (3) src/large.ts Part of 'files' list in tsconfig.json -Info 16 [00:00:41.000] ----------------------------------------------- -Info 17 [00:00:42.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig.json"}} -Info 18 [00:00:43.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"4a33d78ee40d836c4f4e64c59aed976628aea0013be9585c5ff171dfc41baf98","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":2,"tsSize":36,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{"allowJs":true},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":true,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 19 [00:00:44.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/src/file.ts","configFile":"/user/username/projects/myproject/tsconfig.json","diagnostics":[{"start":{"line":1,"offset":69},"end":{"line":1,"offset":70},"text":"Compiler option 'target' requires a value of type string.","code":5024,"category":"error","fileName":"/user/username/projects/myproject/tsconfig.json"}]}} -Info 20 [00:00:45.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 20 [00:00:46.000] Files (3) +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 20 [00:00:47.000] ----------------------------------------------- -Info 20 [00:00:48.000] Open files: -Info 20 [00:00:49.000] FileName: /user/username/projects/myproject/src/file.ts ProjectRootPath: undefined -Info 20 [00:00:50.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 20 [00:00:51.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/file.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -92,6 +94,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* diff --git a/tests/baselines/reference/tsserver/events/projectLanguageServiceState/language-service-disabled-events-are-triggered.js b/tests/baselines/reference/tsserver/events/projectLanguageServiceState/language-service-disabled-events-are-triggered.js index fb7491c9cfa0f..cbeb6ecaffb56 100644 --- a/tests/baselines/reference/tsserver/events/projectLanguageServiceState/language-service-disabled-events-are-triggered.js +++ b/tests/baselines/reference/tsserver/events/projectLanguageServiceState/language-service-disabled-events-are-triggered.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:11.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/app.js] let x = 1; @@ -11,7 +11,7 @@ let x = 1; {} -Info 1 [00:00:12.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -20,13 +20,13 @@ Info 1 [00:00:12.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:13.000] Search path: /a -Info 3 [00:00:14.000] For info: /a/app.js :: Config file name: /a/jsconfig.json -Info 4 [00:00:15.000] Creating configuration project /a/jsconfig.json -Info 5 [00:00:16.000] FileWatcher:: Added:: WatchInfo: /a/jsconfig.json 2000 undefined Project: /a/jsconfig.json WatchType: Config file -Info 6 [00:00:17.000] event: +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/app.js :: Config file name: /a/jsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/jsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/jsconfig.json 2000 undefined Project: /a/jsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/a/jsconfig.json","reason":"Creating possible configured project for /a/app.js to open"}} -Info 7 [00:00:18.000] Config: /a/jsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /a/jsconfig.json : { "rootNames": [ "/a/app.js", "/a/largefile.js" @@ -40,39 +40,39 @@ Info 7 [00:00:18.000] Config: /a/jsconfig.json : { "configFilePath": "/a/jsconfig.json" } } -Info 8 [00:00:19.000] Non TS file size exceeded limit (20971531). Largest files: /a/largefile.js:20971521, /a/app.js:10 -Info 9 [00:00:20.000] event: +Info seq [hh:mm:ss:mss] Non TS file size exceeded limit (20971531). Largest files: /a/largefile.js:20971521, /a/app.js:10 +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLanguageServiceState","body":{"projectName":"/a/jsconfig.json","languageServiceEnabled":false}} -Info 10 [00:00:21.000] FileWatcher:: Added:: WatchInfo: /a/largefile.js 500 undefined WatchType: Closed Script info -Info 11 [00:00:22.000] Starting updateGraphWorker: Project: /a/jsconfig.json -Info 12 [00:00:23.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/jsconfig.json WatchType: Missing file -Info 13 [00:00:24.000] Finishing updateGraphWorker: Project: /a/jsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 14 [00:00:25.000] Project '/a/jsconfig.json' (Configured) -Info 15 [00:00:26.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/largefile.js 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/jsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/jsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/jsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/jsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/app.js SVC-1-0 "let x = 1;" app.js Matched by default include pattern '**/*' -Info 16 [00:00:27.000] ----------------------------------------------- -Info 17 [00:00:28.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/a/jsconfig.json"}} -Info 18 [00:00:29.000] Skipped loading contents of large file /a/largefile.js for info /a/largefile.js: fileSize: 20971521 -Info 19 [00:00:30.000] event: +Info seq [hh:mm:ss:mss] Skipped loading contents of large file /a/largefile.js for info /a/largefile.js: fileSize: 20971521 +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"largeFileReferenced","body":{"file":"/a/largefile.js","fileSize":20971521,"maxFileSize":4194304}} -Info 20 [00:00:31.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"d0d8dad6731288ecaafd815d288fca9793f4a55553e712b664ec18e525950982","fileStats":{"js":2,"jsSize":10,"jsx":0,"jsxSize":0,"ts":0,"tsSize":0,"tsx":0,"tsxSize":0,"dts":0,"dtsSize":0,"deferred":0,"deferredSize":0},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true},"typeAcquisition":{"enable":true,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"jsconfig.json","projectType":"configured","languageServiceEnabled":false,"version":"FakeVersion"}}} -Info 21 [00:00:32.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/a/app.js","configFile":"/a/jsconfig.json","diagnostics":[{"text":"File '/a/lib/lib.d.ts' not found.\n The file is in the program because:\n Default library for target 'es5'","code":6053,"category":"error"},{"text":"Cannot find global type 'Array'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Boolean'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Function'.","code":2318,"category":"error"},{"text":"Cannot find global type 'IArguments'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Number'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Object'.","code":2318,"category":"error"},{"text":"Cannot find global type 'RegExp'.","code":2318,"category":"error"},{"text":"Cannot find global type 'String'.","code":2318,"category":"error"}]}} -Info 22 [00:00:33.000] Project '/a/jsconfig.json' (Configured) -Info 22 [00:00:34.000] Files (1) - -Info 22 [00:00:35.000] ----------------------------------------------- -Info 22 [00:00:36.000] Open files: -Info 22 [00:00:37.000] FileName: /a/app.js ProjectRootPath: undefined -Info 22 [00:00:38.000] Projects: /a/jsconfig.json -Info 22 [00:00:39.000] response: +Info seq [hh:mm:ss:mss] Project '/a/jsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/app.js ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/jsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -89,10 +89,10 @@ FsWatches:: {} Language service enabled: false -Info 23 [00:00:43.000] FileWatcher:: Triggered with /a/jsconfig.json 1:: WatchInfo: /a/jsconfig.json 2000 undefined Project: /a/jsconfig.json WatchType: Config file -Info 24 [00:00:44.000] Scheduled: /a/jsconfig.json -Info 25 [00:00:45.000] Scheduled: *ensureProjectForOpenFiles* -Info 26 [00:00:46.000] Elapsed:: *ms FileWatcher:: Triggered with /a/jsconfig.json 1:: WatchInfo: /a/jsconfig.json 2000 undefined Project: /a/jsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /a/jsconfig.json 1:: WatchInfo: /a/jsconfig.json 2000 undefined Project: /a/jsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Scheduled: /a/jsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /a/jsconfig.json 1:: WatchInfo: /a/jsconfig.json 2000 undefined Project: /a/jsconfig.json WatchType: Config file Before running Timeout callback:: count: 2 1: /a/jsconfig.json 2: *ensureProjectForOpenFiles* @@ -100,11 +100,11 @@ Before running Timeout callback:: count: 2 {"exclude":["largefile.js"]} -Info 27 [00:00:47.000] Running: /a/jsconfig.json -Info 28 [00:00:48.000] Reloading configured project /a/jsconfig.json -Info 29 [00:00:49.000] event: +Info seq [hh:mm:ss:mss] Running: /a/jsconfig.json +Info seq [hh:mm:ss:mss] Reloading configured project /a/jsconfig.json +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/a/jsconfig.json","reason":"Change in config file detected"}} -Info 30 [00:00:50.000] Config: /a/jsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /a/jsconfig.json : { "rootNames": [ "/a/app.js" ], @@ -117,21 +117,21 @@ Info 30 [00:00:50.000] Config: /a/jsconfig.json : { "configFilePath": "/a/jsconfig.json" } } -Info 31 [00:00:51.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLanguageServiceState","body":{"projectName":"/a/jsconfig.json","languageServiceEnabled":true}} -Info 32 [00:00:52.000] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/jsconfig.json WatchType: Wild card directory -Info 33 [00:00:53.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/jsconfig.json WatchType: Wild card directory -Info 34 [00:00:54.000] Starting updateGraphWorker: Project: /a/jsconfig.json -Info 35 [00:00:55.000] Finishing updateGraphWorker: Project: /a/jsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 36 [00:00:56.000] Project '/a/jsconfig.json' (Configured) -Info 37 [00:00:57.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/jsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/jsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/jsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/jsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/jsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/app.js SVC-1-0 "let x = 1;" app.js Matched by default include pattern '**/*' -Info 38 [00:00:58.000] ----------------------------------------------- +Info seq [hh:mm:ss:mss] ----------------------------------------------- TI:: Creating typing installer PolledWatches:: @@ -148,35 +148,35 @@ FsWatchesRecursive:: /a: *new* {} -TI:: [00:00:59.000] Global cache location '/a/data/', safe file path '/safeList.json', types map path /typesMap.json -TI:: [00:01:00.000] Processing cache location '/a/data/' -TI:: [00:01:01.000] Trying to find '/a/data/package.json'... -TI:: [00:01:02.000] Finished processing cache location '/a/data/' -TI:: [00:01:03.000] Npm config file: /a/data/package.json -TI:: [00:01:04.000] Npm config file: '/a/data/package.json' is missing, creating new one... -Info 39 [00:01:07.000] DirectoryWatcher:: Triggered with /a/data :: WatchInfo: /a 1 undefined Config: /a/jsconfig.json WatchType: Wild card directory -Info 40 [00:01:08.000] Scheduled: /a/jsconfig.json -Info 41 [00:01:09.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 42 [00:01:10.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/data :: WatchInfo: /a 1 undefined Config: /a/jsconfig.json WatchType: Wild card directory -Info 43 [00:01:13.000] DirectoryWatcher:: Triggered with /a/data/package.json :: WatchInfo: /a 1 undefined Config: /a/jsconfig.json WatchType: Wild card directory -Info 44 [00:01:14.000] Config: /a/jsconfig.json Detected new package.json: /a/data/package.json -Info 45 [00:01:15.000] FileWatcher:: Added:: WatchInfo: /a/data/package.json 250 undefined WatchType: package.json file -Info 46 [00:01:16.000] Project: /a/jsconfig.json Detected file add/remove of non supported extension: /a/data/package.json -Info 47 [00:01:17.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/data/package.json :: WatchInfo: /a 1 undefined Config: /a/jsconfig.json WatchType: Wild card directory -TI:: [00:01:18.000] Updating types-registry npm package... -TI:: [00:01:19.000] npm install --ignore-scripts types-registry@latest -Info 48 [00:01:24.000] DirectoryWatcher:: Triggered with /a/data/node_modules :: WatchInfo: /a 1 undefined Config: /a/jsconfig.json WatchType: Wild card directory -Info 49 [00:01:25.000] Scheduled: /a/jsconfig.json, Cancelled earlier one -Info 50 [00:01:26.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 51 [00:01:27.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/data/node_modules :: WatchInfo: /a 1 undefined Config: /a/jsconfig.json WatchType: Wild card directory -Info 52 [00:01:29.000] DirectoryWatcher:: Triggered with /a/data/node_modules/types-registry :: WatchInfo: /a 1 undefined Config: /a/jsconfig.json WatchType: Wild card directory -Info 53 [00:01:30.000] Scheduled: /a/jsconfig.json, Cancelled earlier one -Info 54 [00:01:31.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 55 [00:01:32.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/data/node_modules/types-registry :: WatchInfo: /a 1 undefined Config: /a/jsconfig.json WatchType: Wild card directory -Info 56 [00:01:34.000] DirectoryWatcher:: Triggered with /a/data/node_modules/types-registry/index.json :: WatchInfo: /a 1 undefined Config: /a/jsconfig.json WatchType: Wild card directory -Info 57 [00:01:35.000] Project: /a/jsconfig.json Detected file add/remove of non supported extension: /a/data/node_modules/types-registry/index.json -Info 58 [00:01:36.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/data/node_modules/types-registry/index.json :: WatchInfo: /a 1 undefined Config: /a/jsconfig.json WatchType: Wild card directory -TI:: [00:01:37.000] TI:: Updated types-registry npm package +TI:: [hh:mm:ss:mss] Global cache location '/a/data/', safe file path '/safeList.json', types map path /typesMap.json +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Trying to find '/a/data/package.json'... +TI:: [hh:mm:ss:mss] Finished processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Npm config file: /a/data/package.json +TI:: [hh:mm:ss:mss] Npm config file: '/a/data/package.json' is missing, creating new one... +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /a/data :: WatchInfo: /a 1 undefined Config: /a/jsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /a/jsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/data :: WatchInfo: /a 1 undefined Config: /a/jsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /a/data/package.json :: WatchInfo: /a 1 undefined Config: /a/jsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Config: /a/jsconfig.json Detected new package.json: /a/data/package.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/data/package.json 250 undefined WatchType: package.json file +Info seq [hh:mm:ss:mss] Project: /a/jsconfig.json Detected file add/remove of non supported extension: /a/data/package.json +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/data/package.json :: WatchInfo: /a 1 undefined Config: /a/jsconfig.json WatchType: Wild card directory +TI:: [hh:mm:ss:mss] Updating types-registry npm package... +TI:: [hh:mm:ss:mss] npm install --ignore-scripts types-registry@latest +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /a/data/node_modules :: WatchInfo: /a 1 undefined Config: /a/jsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /a/jsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/data/node_modules :: WatchInfo: /a 1 undefined Config: /a/jsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /a/data/node_modules/types-registry :: WatchInfo: /a 1 undefined Config: /a/jsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /a/jsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/data/node_modules/types-registry :: WatchInfo: /a 1 undefined Config: /a/jsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /a/data/node_modules/types-registry/index.json :: WatchInfo: /a 1 undefined Config: /a/jsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /a/jsconfig.json Detected file add/remove of non supported extension: /a/data/node_modules/types-registry/index.json +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/data/node_modules/types-registry/index.json :: WatchInfo: /a 1 undefined Config: /a/jsconfig.json WatchType: Wild card directory +TI:: [hh:mm:ss:mss] TI:: Updated types-registry npm package TI:: typing installer creation complete //// [/a/data/package.json] { "private": true } @@ -203,29 +203,29 @@ FsWatchesRecursive:: /a: {} -TI:: [00:01:38.000] Got install request {"projectName":"/a/jsconfig.json","fileNames":["/a/app.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"configFilePath":"/a/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"projectRootPath":"/a","cachePath":"/a/data/","kind":"discover"} -TI:: [00:01:39.000] Request specifies cache path '/a/data/', loading cached information... -TI:: [00:01:40.000] Processing cache location '/a/data/' -TI:: [00:01:41.000] Cache location was already processed... -TI:: [00:01:42.000] Failed to load safelist from types map file '/typesMap.json' -TI:: [00:01:43.000] Explicitly included types: [] -TI:: [00:01:44.000] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/bower_components","/a/node_modules"]} -TI:: [00:01:45.000] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/bower_components","/a/node_modules"]} -TI:: [00:01:46.000] DirectoryWatcher:: Added:: WatchInfo: /a/bower_components -TI:: [00:01:47.000] DirectoryWatcher:: Added:: WatchInfo: /a/bower_components 1 undefined Project: /a/jsconfig.json watcher already invoked: false -TI:: [00:01:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/bower_components 1 undefined Project: /a/jsconfig.json watcher already invoked: false -TI:: [00:01:49.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules -TI:: [00:01:50.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules 1 undefined Project: /a/jsconfig.json watcher already invoked: false -TI:: [00:01:51.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules 1 undefined Project: /a/jsconfig.json watcher already invoked: false -TI:: [00:01:52.000] Sending response: +TI:: [hh:mm:ss:mss] Got install request {"projectName":"/a/jsconfig.json","fileNames":["/a/app.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"configFilePath":"/a/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"projectRootPath":"/a","cachePath":"/a/data/","kind":"discover"} +TI:: [hh:mm:ss:mss] Request specifies cache path '/a/data/', loading cached information... +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Cache location was already processed... +TI:: [hh:mm:ss:mss] Failed to load safelist from types map file '/typesMap.json' +TI:: [hh:mm:ss:mss] Explicitly included types: [] +TI:: [hh:mm:ss:mss] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/bower_components","/a/node_modules"]} +TI:: [hh:mm:ss:mss] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/bower_components","/a/node_modules"]} +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/bower_components +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/bower_components 1 undefined Project: /a/jsconfig.json watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/bower_components 1 undefined Project: /a/jsconfig.json watcher already invoked: false +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules 1 undefined Project: /a/jsconfig.json watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules 1 undefined Project: /a/jsconfig.json watcher already invoked: false +TI:: [hh:mm:ss:mss] Sending response: {"projectName":"/a/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"configFilePath":"/a/jsconfig.json","allowNonTsExtensions":true},"typings":[],"kind":"action::set"} -TI:: [00:01:53.000] No new typings were requested as a result of typings discovery -Info 59 [00:01:54.000] event: +TI:: [hh:mm:ss:mss] No new typings were requested as a result of typings discovery +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/a/jsconfig.json"}} -Info 60 [00:01:55.000] Starting updateGraphWorker: Project: /a/jsconfig.json -Info 61 [00:01:56.000] Finishing updateGraphWorker: Project: /a/jsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 62 [00:01:57.000] Same program as before -Info 63 [00:01:58.000] event: +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/jsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/jsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/a/jsconfig.json","configFile":"/a/jsconfig.json","diagnostics":[{"text":"File '/a/lib/lib.d.ts' not found.\n The file is in the program because:\n Default library for target 'es5'","code":6053,"category":"error"},{"text":"Cannot find global type 'Array'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Boolean'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Function'.","code":2318,"category":"error"},{"text":"Cannot find global type 'IArguments'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Number'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Object'.","code":2318,"category":"error"},{"text":"Cannot find global type 'RegExp'.","code":2318,"category":"error"},{"text":"Cannot find global type 'String'.","code":2318,"category":"error"}]}} After running Timeout callback:: count: 2 7: /a/jsconfig.json diff --git a/tests/baselines/reference/tsserver/events/projectLanguageServiceState/large-file-size-is-determined-correctly.js b/tests/baselines/reference/tsserver/events/projectLanguageServiceState/large-file-size-is-determined-correctly.js index 6213b6d2e8294..0de01061d69f9 100644 --- a/tests/baselines/reference/tsserver/events/projectLanguageServiceState/large-file-size-is-determined-correctly.js +++ b/tests/baselines/reference/tsserver/events/projectLanguageServiceState/large-file-size-is-determined-correctly.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:17.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/a/app.js] let x = 1; @@ -27,11 +27,11 @@ interface Array { length: number; [n: number]: T; } {} -Info 1 [00:00:18.000] Search path: /a -Info 2 [00:00:19.000] For info: /a/app.js :: Config file name: /a/jsconfig.json -Info 3 [00:00:20.000] Creating configuration project /a/jsconfig.json -Info 4 [00:00:21.000] FileWatcher:: Added:: WatchInfo: /a/jsconfig.json 2000 undefined Project: /a/jsconfig.json WatchType: Config file -Info 5 [00:00:22.000] Config: /a/jsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/app.js :: Config file name: /a/jsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/jsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/jsconfig.json 2000 undefined Project: /a/jsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/jsconfig.json : { "rootNames": [ "/a/app.js", "/a/extremlylarge.d.ts", @@ -47,14 +47,14 @@ Info 5 [00:00:22.000] Config: /a/jsconfig.json : { "configFilePath": "/a/jsconfig.json" } } -Info 6 [00:00:23.000] Non TS file size exceeded limit (20971531). Largest files: /a/largefile.js:20971521, /a/app.js:10 -Info 7 [00:00:24.000] FileWatcher:: Added:: WatchInfo: /a/extremlylarge.d.ts 500 undefined WatchType: Closed Script info -Info 8 [00:00:25.000] FileWatcher:: Added:: WatchInfo: /a/largefile.js 500 undefined WatchType: Closed Script info -Info 9 [00:00:26.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:27.000] Starting updateGraphWorker: Project: /a/jsconfig.json -Info 11 [00:00:28.000] Finishing updateGraphWorker: Project: /a/jsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 12 [00:00:29.000] Project '/a/jsconfig.json' (Configured) -Info 13 [00:00:30.000] Files (2) +Info seq [hh:mm:ss:mss] Non TS file size exceeded limit (20971531). Largest files: /a/largefile.js:20971521, /a/app.js:10 +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/extremlylarge.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/largefile.js 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/jsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/jsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/jsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/app.js SVC-1-0 "let x = 1;" @@ -64,13 +64,13 @@ Info 13 [00:00:30.000] Files (2) app.js Matched by default include pattern '**/*' -Info 14 [00:00:31.000] ----------------------------------------------- -Info 15 [00:00:32.000] Project '/a/jsconfig.json' (Configured) -Info 15 [00:00:33.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/jsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 15 [00:00:34.000] ----------------------------------------------- -Info 15 [00:00:35.000] Open files: -Info 15 [00:00:36.000] FileName: /a/app.js ProjectRootPath: undefined -Info 15 [00:00:37.000] Projects: /a/jsconfig.json -Info 15 [00:00:38.000] languageServiceEnabled: false -Info 16 [00:00:39.000] lastFileExceededProgramSize: /a/largefile.js \ No newline at end of file +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/app.js ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/jsconfig.json +Info seq [hh:mm:ss:mss] languageServiceEnabled: false +Info seq [hh:mm:ss:mss] lastFileExceededProgramSize: /a/largefile.js \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/events/projectLoading/change-is-detected-in-an-extended-config-file-when-using-default-event-handler.js b/tests/baselines/reference/tsserver/events/projectLoading/change-is-detected-in-an-extended-config-file-when-using-default-event-handler.js index 7bf648c87bd77..6618acae92f24 100644 --- a/tests/baselines/reference/tsserver/events/projectLoading/change-is-detected-in-an-extended-config-file-when-using-default-event-handler.js +++ b/tests/baselines/reference/tsserver/events/projectLoading/change-is-detected-in-an-extended-config-file-when-using-default-event-handler.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:27.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/lib/lib.d.ts] /// @@ -27,7 +27,7 @@ export class B {} {"extends":"../a/tsconfig.json"} -Info 1 [00:00:28.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -36,13 +36,13 @@ Info 1 [00:00:28.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:29.000] Search path: /user/username/projects/b -Info 3 [00:00:30.000] For info: /user/username/projects/b/b.ts :: Config file name: /user/username/projects/b/tsconfig.json -Info 4 [00:00:31.000] Creating configuration project /user/username/projects/b/tsconfig.json -Info 5 [00:00:32.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/b/tsconfig.json 2000 undefined Project: /user/username/projects/b/tsconfig.json WatchType: Config file -Info 6 [00:00:33.000] event: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/b +Info seq [hh:mm:ss:mss] For info: /user/username/projects/b/b.ts :: Config file name: /user/username/projects/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/b/tsconfig.json 2000 undefined Project: /user/username/projects/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/b/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/b/b.ts to open"}} -Info 7 [00:00:34.000] Config: /user/username/projects/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/b/tsconfig.json : { "rootNames": [ "/user/username/projects/b/b.ts" ], @@ -50,16 +50,18 @@ Info 7 [00:00:34.000] Config: /user/username/projects/b/tsconfig.json : { "configFilePath": "/user/username/projects/b/tsconfig.json" } } -Info 8 [00:00:35.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/a/tsconfig.json 2000 undefined Config: /user/username/projects/b/tsconfig.json WatchType: Extended config file -Info 9 [00:00:36.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/b 1 undefined Config: /user/username/projects/b/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/b 1 undefined Config: /user/username/projects/b/tsconfig.json WatchType: Wild card directory -Info 11 [00:00:38.000] Starting updateGraphWorker: Project: /user/username/projects/b/tsconfig.json -Info 12 [00:00:39.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 13 [00:00:40.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/b/node_modules/@types 1 undefined Project: /user/username/projects/b/tsconfig.json WatchType: Type roots -Info 14 [00:00:41.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/b/node_modules/@types 1 undefined Project: /user/username/projects/b/tsconfig.json WatchType: Type roots -Info 15 [00:00:42.000] Finishing updateGraphWorker: Project: /user/username/projects/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:00:43.000] Project '/user/username/projects/b/tsconfig.json' (Configured) -Info 17 [00:00:44.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/a/tsconfig.json 2000 undefined Config: /user/username/projects/b/tsconfig.json WatchType: Extended config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/b 1 undefined Config: /user/username/projects/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/b 1 undefined Config: /user/username/projects/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/b/node_modules/@types 1 undefined Project: /user/username/projects/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/b/node_modules/@types 1 undefined Project: /user/username/projects/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/b/b.ts SVC-1-0 "export class B {}" @@ -69,21 +71,21 @@ Info 17 [00:00:44.000] Files (2) b.ts Matched by default include pattern '**/*' -Info 18 [00:00:45.000] ----------------------------------------------- -Info 19 [00:00:46.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/b/tsconfig.json"}} -Info 20 [00:00:47.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"20501ec57de369fa110ede8c3db8fe97460676d82a7b594783e32439eba20158","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":17,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":true,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 21 [00:00:48.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/b/b.ts","configFile":"/user/username/projects/b/tsconfig.json","diagnostics":[]}} -Info 22 [00:00:49.000] Project '/user/username/projects/b/tsconfig.json' (Configured) -Info 22 [00:00:50.000] Files (2) +Info seq [hh:mm:ss:mss] Project '/user/username/projects/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 22 [00:00:51.000] ----------------------------------------------- -Info 22 [00:00:52.000] Open files: -Info 22 [00:00:53.000] FileName: /user/username/projects/b/b.ts ProjectRootPath: undefined -Info 22 [00:00:54.000] Projects: /user/username/projects/b/tsconfig.json -Info 22 [00:00:55.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/b/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -92,6 +94,8 @@ After request PolledWatches:: /user/username/projects/b/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/b/tsconfig.json: *new* @@ -105,20 +109,20 @@ FsWatchesRecursive:: /user/username/projects/b: *new* {} -Info 23 [00:00:59.000] FileWatcher:: Triggered with /user/username/projects/a/tsconfig.json 1:: WatchInfo: /user/username/projects/a/tsconfig.json 2000 undefined Config: /user/username/projects/b/tsconfig.json WatchType: Extended config file -Info 24 [00:01:00.000] Scheduled: /user/username/projects/b/tsconfig.json -Info 25 [00:01:01.000] Scheduled: *ensureProjectForOpenFiles* -Info 26 [00:01:02.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/a/tsconfig.json 1:: WatchInfo: /user/username/projects/a/tsconfig.json 2000 undefined Config: /user/username/projects/b/tsconfig.json WatchType: Extended config file +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/a/tsconfig.json 1:: WatchInfo: /user/username/projects/a/tsconfig.json 2000 undefined Config: /user/username/projects/b/tsconfig.json WatchType: Extended config file +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/b/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/a/tsconfig.json 1:: WatchInfo: /user/username/projects/a/tsconfig.json 2000 undefined Config: /user/username/projects/b/tsconfig.json WatchType: Extended config file Before running Timeout callback:: count: 2 1: /user/username/projects/b/tsconfig.json 2: *ensureProjectForOpenFiles* //// [/user/username/projects/a/tsconfig.json] file written with same contents -Info 27 [00:01:03.000] Running: /user/username/projects/b/tsconfig.json -Info 28 [00:01:04.000] Reloading configured project /user/username/projects/b/tsconfig.json -Info 29 [00:01:05.000] event: +Info seq [hh:mm:ss:mss] Running: /user/username/projects/b/tsconfig.json +Info seq [hh:mm:ss:mss] Reloading configured project /user/username/projects/b/tsconfig.json +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/b/tsconfig.json","reason":"Change in extended config file /user/username/projects/a/tsconfig.json detected"}} -Info 30 [00:01:06.000] Config: /user/username/projects/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/b/tsconfig.json : { "rootNames": [ "/user/username/projects/b/b.ts" ], @@ -126,32 +130,32 @@ Info 30 [00:01:06.000] Config: /user/username/projects/b/tsconfig.json : { "configFilePath": "/user/username/projects/b/tsconfig.json" } } -Info 31 [00:01:07.000] Starting updateGraphWorker: Project: /user/username/projects/b/tsconfig.json -Info 32 [00:01:08.000] Finishing updateGraphWorker: Project: /user/username/projects/b/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 33 [00:01:09.000] Same program as before -Info 34 [00:01:10.000] event: +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/b/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/b/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/b/tsconfig.json"}} -Info 35 [00:01:11.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/b/tsconfig.json","configFile":"/user/username/projects/b/tsconfig.json","diagnostics":[]}} -Info 36 [00:01:12.000] Running: *ensureProjectForOpenFiles* -Info 37 [00:01:13.000] Before ensureProjectForOpenFiles: -Info 38 [00:01:14.000] Project '/user/username/projects/b/tsconfig.json' (Configured) -Info 38 [00:01:15.000] Files (2) +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 38 [00:01:16.000] ----------------------------------------------- -Info 38 [00:01:17.000] Open files: -Info 38 [00:01:18.000] FileName: /user/username/projects/b/b.ts ProjectRootPath: undefined -Info 38 [00:01:19.000] Projects: /user/username/projects/b/tsconfig.json -Info 38 [00:01:20.000] After ensureProjectForOpenFiles: -Info 39 [00:01:21.000] Project '/user/username/projects/b/tsconfig.json' (Configured) -Info 39 [00:01:22.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/b/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/b/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 39 [00:01:23.000] ----------------------------------------------- -Info 39 [00:01:24.000] Open files: -Info 39 [00:01:25.000] FileName: /user/username/projects/b/b.ts ProjectRootPath: undefined -Info 39 [00:01:26.000] Projects: /user/username/projects/b/tsconfig.json -Info 39 [00:01:27.000] got projects updated in background, updating diagnostics for /user/username/projects/b/b.ts -Info 40 [00:01:28.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/b/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/b/tsconfig.json +Info seq [hh:mm:ss:mss] got projects updated in background, updating diagnostics for /user/username/projects/b/b.ts +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/user/username/projects/b/b.ts"]}} After running Timeout callback:: count: 1 3: checkOne diff --git a/tests/baselines/reference/tsserver/events/projectLoading/change-is-detected-in-an-extended-config-file-when-using-event-handler.js b/tests/baselines/reference/tsserver/events/projectLoading/change-is-detected-in-an-extended-config-file-when-using-event-handler.js index 2b8237bfce7c2..9a47b0c2bc100 100644 --- a/tests/baselines/reference/tsserver/events/projectLoading/change-is-detected-in-an-extended-config-file-when-using-event-handler.js +++ b/tests/baselines/reference/tsserver/events/projectLoading/change-is-detected-in-an-extended-config-file-when-using-event-handler.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:27.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/lib/lib.d.ts] /// @@ -27,7 +27,7 @@ export class B {} {"extends":"../a/tsconfig.json"} -Info 1 [00:00:28.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -36,13 +36,13 @@ Info 1 [00:00:28.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:29.000] Search path: /user/username/projects/b -Info 3 [00:00:30.000] For info: /user/username/projects/b/b.ts :: Config file name: /user/username/projects/b/tsconfig.json -Info 4 [00:00:31.000] Creating configuration project /user/username/projects/b/tsconfig.json -Info 5 [00:00:32.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/b/tsconfig.json 2000 undefined Project: /user/username/projects/b/tsconfig.json WatchType: Config file -Info 6 [00:00:33.000] event: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/b +Info seq [hh:mm:ss:mss] For info: /user/username/projects/b/b.ts :: Config file name: /user/username/projects/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/b/tsconfig.json 2000 undefined Project: /user/username/projects/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"CustomHandler::projectLoadingStart","body":{"project":"/user/username/projects/b/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/b/b.ts to open"}} -Info 7 [00:00:34.000] Config: /user/username/projects/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/b/tsconfig.json : { "rootNames": [ "/user/username/projects/b/b.ts" ], @@ -50,16 +50,18 @@ Info 7 [00:00:34.000] Config: /user/username/projects/b/tsconfig.json : { "configFilePath": "/user/username/projects/b/tsconfig.json" } } -Info 8 [00:00:35.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/a/tsconfig.json 2000 undefined Config: /user/username/projects/b/tsconfig.json WatchType: Extended config file -Info 9 [00:00:36.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/b 1 undefined Config: /user/username/projects/b/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/b 1 undefined Config: /user/username/projects/b/tsconfig.json WatchType: Wild card directory -Info 11 [00:00:38.000] Starting updateGraphWorker: Project: /user/username/projects/b/tsconfig.json -Info 12 [00:00:39.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 13 [00:00:40.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/b/node_modules/@types 1 undefined Project: /user/username/projects/b/tsconfig.json WatchType: Type roots -Info 14 [00:00:41.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/b/node_modules/@types 1 undefined Project: /user/username/projects/b/tsconfig.json WatchType: Type roots -Info 15 [00:00:42.000] Finishing updateGraphWorker: Project: /user/username/projects/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:00:43.000] Project '/user/username/projects/b/tsconfig.json' (Configured) -Info 17 [00:00:44.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/a/tsconfig.json 2000 undefined Config: /user/username/projects/b/tsconfig.json WatchType: Extended config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/b 1 undefined Config: /user/username/projects/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/b 1 undefined Config: /user/username/projects/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/b/node_modules/@types 1 undefined Project: /user/username/projects/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/b/node_modules/@types 1 undefined Project: /user/username/projects/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/b/b.ts SVC-1-0 "export class B {}" @@ -69,21 +71,21 @@ Info 17 [00:00:44.000] Files (2) b.ts Matched by default include pattern '**/*' -Info 18 [00:00:45.000] ----------------------------------------------- -Info 19 [00:00:46.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"CustomHandler::projectLoadingFinish","body":{"project":"/user/username/projects/b/tsconfig.json"}} -Info 20 [00:00:47.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"CustomHandler::projectInfo","body":{"projectId":"20501ec57de369fa110ede8c3db8fe97460676d82a7b594783e32439eba20158","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":17,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":true,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}} -Info 21 [00:00:48.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"CustomHandler::configFileDiag","body":{"configFileName":"/user/username/projects/b/tsconfig.json","diagnostics":[],"triggerFile":"/user/username/projects/b/b.ts"}} -Info 22 [00:00:49.000] Project '/user/username/projects/b/tsconfig.json' (Configured) -Info 22 [00:00:50.000] Files (2) +Info seq [hh:mm:ss:mss] Project '/user/username/projects/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 22 [00:00:51.000] ----------------------------------------------- -Info 22 [00:00:52.000] Open files: -Info 22 [00:00:53.000] FileName: /user/username/projects/b/b.ts ProjectRootPath: undefined -Info 22 [00:00:54.000] Projects: /user/username/projects/b/tsconfig.json -Info 22 [00:00:55.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/b/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -92,6 +94,8 @@ After request PolledWatches:: /user/username/projects/b/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/b/tsconfig.json: *new* @@ -105,20 +109,20 @@ FsWatchesRecursive:: /user/username/projects/b: *new* {} -Info 23 [00:00:59.000] FileWatcher:: Triggered with /user/username/projects/a/tsconfig.json 1:: WatchInfo: /user/username/projects/a/tsconfig.json 2000 undefined Config: /user/username/projects/b/tsconfig.json WatchType: Extended config file -Info 24 [00:01:00.000] Scheduled: /user/username/projects/b/tsconfig.json -Info 25 [00:01:01.000] Scheduled: *ensureProjectForOpenFiles* -Info 26 [00:01:02.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/a/tsconfig.json 1:: WatchInfo: /user/username/projects/a/tsconfig.json 2000 undefined Config: /user/username/projects/b/tsconfig.json WatchType: Extended config file +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/a/tsconfig.json 1:: WatchInfo: /user/username/projects/a/tsconfig.json 2000 undefined Config: /user/username/projects/b/tsconfig.json WatchType: Extended config file +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/b/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/a/tsconfig.json 1:: WatchInfo: /user/username/projects/a/tsconfig.json 2000 undefined Config: /user/username/projects/b/tsconfig.json WatchType: Extended config file Before running Timeout callback:: count: 2 1: /user/username/projects/b/tsconfig.json 2: *ensureProjectForOpenFiles* //// [/user/username/projects/a/tsconfig.json] file written with same contents -Info 27 [00:01:03.000] Running: /user/username/projects/b/tsconfig.json -Info 28 [00:01:04.000] Reloading configured project /user/username/projects/b/tsconfig.json -Info 29 [00:01:05.000] event: +Info seq [hh:mm:ss:mss] Running: /user/username/projects/b/tsconfig.json +Info seq [hh:mm:ss:mss] Reloading configured project /user/username/projects/b/tsconfig.json +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"CustomHandler::projectLoadingStart","body":{"project":"/user/username/projects/b/tsconfig.json","reason":"Change in extended config file /user/username/projects/a/tsconfig.json detected"}} -Info 30 [00:01:06.000] Config: /user/username/projects/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/b/tsconfig.json : { "rootNames": [ "/user/username/projects/b/b.ts" ], @@ -126,30 +130,30 @@ Info 30 [00:01:06.000] Config: /user/username/projects/b/tsconfig.json : { "configFilePath": "/user/username/projects/b/tsconfig.json" } } -Info 31 [00:01:07.000] Starting updateGraphWorker: Project: /user/username/projects/b/tsconfig.json -Info 32 [00:01:08.000] Finishing updateGraphWorker: Project: /user/username/projects/b/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 33 [00:01:09.000] Same program as before -Info 34 [00:01:10.000] event: +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/b/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/b/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"CustomHandler::projectLoadingFinish","body":{"project":"/user/username/projects/b/tsconfig.json"}} -Info 35 [00:01:11.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"CustomHandler::configFileDiag","body":{"configFileName":"/user/username/projects/b/tsconfig.json","diagnostics":[],"triggerFile":"/user/username/projects/b/tsconfig.json"}} -Info 36 [00:01:12.000] Running: *ensureProjectForOpenFiles* -Info 37 [00:01:13.000] Before ensureProjectForOpenFiles: -Info 38 [00:01:14.000] Project '/user/username/projects/b/tsconfig.json' (Configured) -Info 38 [00:01:15.000] Files (2) +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 38 [00:01:16.000] ----------------------------------------------- -Info 38 [00:01:17.000] Open files: -Info 38 [00:01:18.000] FileName: /user/username/projects/b/b.ts ProjectRootPath: undefined -Info 38 [00:01:19.000] Projects: /user/username/projects/b/tsconfig.json -Info 38 [00:01:20.000] After ensureProjectForOpenFiles: -Info 39 [00:01:21.000] Project '/user/username/projects/b/tsconfig.json' (Configured) -Info 39 [00:01:22.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/b/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/b/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 39 [00:01:23.000] ----------------------------------------------- -Info 39 [00:01:24.000] Open files: -Info 39 [00:01:25.000] FileName: /user/username/projects/b/b.ts ProjectRootPath: undefined -Info 39 [00:01:26.000] Projects: /user/username/projects/b/tsconfig.json -Info 39 [00:01:27.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/b/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/b/tsconfig.json +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"CustomHandler::projectsUpdatedInBackground","body":{"openFiles":["/user/username/projects/b/b.ts"]}} After running Timeout callback:: count: 0 diff --git a/tests/baselines/reference/tsserver/events/projectLoading/change-is-detected-in-the-config-file-when-using-default-event-handler.js b/tests/baselines/reference/tsserver/events/projectLoading/change-is-detected-in-the-config-file-when-using-default-event-handler.js index c2dd0f45e86e8..30c829bd814c3 100644 --- a/tests/baselines/reference/tsserver/events/projectLoading/change-is-detected-in-the-config-file-when-using-default-event-handler.js +++ b/tests/baselines/reference/tsserver/events/projectLoading/change-is-detected-in-the-config-file-when-using-default-event-handler.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:21.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/lib/lib.d.ts] /// @@ -21,7 +21,7 @@ export class A { } {} -Info 1 [00:00:22.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -30,13 +30,13 @@ Info 1 [00:00:22.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:23.000] Search path: /user/username/projects/a -Info 3 [00:00:24.000] For info: /user/username/projects/a/a.ts :: Config file name: /user/username/projects/a/tsconfig.json -Info 4 [00:00:25.000] Creating configuration project /user/username/projects/a/tsconfig.json -Info 5 [00:00:26.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/a/tsconfig.json 2000 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Config file -Info 6 [00:00:27.000] event: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/a +Info seq [hh:mm:ss:mss] For info: /user/username/projects/a/a.ts :: Config file name: /user/username/projects/a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/a/tsconfig.json 2000 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/a/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/a/a.ts to open"}} -Info 7 [00:00:28.000] Config: /user/username/projects/a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/a/tsconfig.json : { "rootNames": [ "/user/username/projects/a/a.ts" ], @@ -44,15 +44,17 @@ Info 7 [00:00:28.000] Config: /user/username/projects/a/tsconfig.json : { "configFilePath": "/user/username/projects/a/tsconfig.json" } } -Info 8 [00:00:29.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a 1 undefined Config: /user/username/projects/a/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:30.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a 1 undefined Config: /user/username/projects/a/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:31.000] Starting updateGraphWorker: Project: /user/username/projects/a/tsconfig.json -Info 11 [00:00:32.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 12 [00:00:33.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots -Info 13 [00:00:34.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots -Info 14 [00:00:35.000] Finishing updateGraphWorker: Project: /user/username/projects/a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:36.000] Project '/user/username/projects/a/tsconfig.json' (Configured) -Info 16 [00:00:37.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a 1 undefined Config: /user/username/projects/a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a 1 undefined Config: /user/username/projects/a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/a/a.ts SVC-1-0 "export class A { }" @@ -62,21 +64,21 @@ Info 16 [00:00:37.000] Files (2) a.ts Matched by default include pattern '**/*' -Info 17 [00:00:38.000] ----------------------------------------------- -Info 18 [00:00:39.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/a/tsconfig.json"}} -Info 19 [00:00:40.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"20a91f8dffe761e39e0ada0a62a3058faad15d4a8c135539aaccd61bb5497dea","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":18,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 20 [00:00:41.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/a/a.ts","configFile":"/user/username/projects/a/tsconfig.json","diagnostics":[]}} -Info 21 [00:00:42.000] Project '/user/username/projects/a/tsconfig.json' (Configured) -Info 21 [00:00:43.000] Files (2) +Info seq [hh:mm:ss:mss] Project '/user/username/projects/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 21 [00:00:44.000] ----------------------------------------------- -Info 21 [00:00:45.000] Open files: -Info 21 [00:00:46.000] FileName: /user/username/projects/a/a.ts ProjectRootPath: undefined -Info 21 [00:00:47.000] Projects: /user/username/projects/a/tsconfig.json -Info 21 [00:00:48.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/a/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -85,6 +87,8 @@ After request PolledWatches:: /user/username/projects/a/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/a/tsconfig.json: *new* @@ -96,20 +100,20 @@ FsWatchesRecursive:: /user/username/projects/a: *new* {} -Info 22 [00:00:52.000] FileWatcher:: Triggered with /user/username/projects/a/tsconfig.json 1:: WatchInfo: /user/username/projects/a/tsconfig.json 2000 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Config file -Info 23 [00:00:53.000] Scheduled: /user/username/projects/a/tsconfig.json -Info 24 [00:00:54.000] Scheduled: *ensureProjectForOpenFiles* -Info 25 [00:00:55.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/a/tsconfig.json 1:: WatchInfo: /user/username/projects/a/tsconfig.json 2000 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/a/tsconfig.json 1:: WatchInfo: /user/username/projects/a/tsconfig.json 2000 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/a/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/a/tsconfig.json 1:: WatchInfo: /user/username/projects/a/tsconfig.json 2000 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Config file Before running Timeout callback:: count: 2 1: /user/username/projects/a/tsconfig.json 2: *ensureProjectForOpenFiles* //// [/user/username/projects/a/tsconfig.json] file written with same contents -Info 26 [00:00:56.000] Running: /user/username/projects/a/tsconfig.json -Info 27 [00:00:57.000] Reloading configured project /user/username/projects/a/tsconfig.json -Info 28 [00:00:58.000] event: +Info seq [hh:mm:ss:mss] Running: /user/username/projects/a/tsconfig.json +Info seq [hh:mm:ss:mss] Reloading configured project /user/username/projects/a/tsconfig.json +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/a/tsconfig.json","reason":"Change in config file detected"}} -Info 29 [00:00:59.000] Config: /user/username/projects/a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/a/tsconfig.json : { "rootNames": [ "/user/username/projects/a/a.ts" ], @@ -117,32 +121,32 @@ Info 29 [00:00:59.000] Config: /user/username/projects/a/tsconfig.json : { "configFilePath": "/user/username/projects/a/tsconfig.json" } } -Info 30 [00:01:00.000] Starting updateGraphWorker: Project: /user/username/projects/a/tsconfig.json -Info 31 [00:01:01.000] Finishing updateGraphWorker: Project: /user/username/projects/a/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 32 [00:01:02.000] Same program as before -Info 33 [00:01:03.000] event: +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/a/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/a/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/a/tsconfig.json"}} -Info 34 [00:01:04.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/a/tsconfig.json","configFile":"/user/username/projects/a/tsconfig.json","diagnostics":[]}} -Info 35 [00:01:05.000] Running: *ensureProjectForOpenFiles* -Info 36 [00:01:06.000] Before ensureProjectForOpenFiles: -Info 37 [00:01:07.000] Project '/user/username/projects/a/tsconfig.json' (Configured) -Info 37 [00:01:08.000] Files (2) +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 37 [00:01:09.000] ----------------------------------------------- -Info 37 [00:01:10.000] Open files: -Info 37 [00:01:11.000] FileName: /user/username/projects/a/a.ts ProjectRootPath: undefined -Info 37 [00:01:12.000] Projects: /user/username/projects/a/tsconfig.json -Info 37 [00:01:13.000] After ensureProjectForOpenFiles: -Info 38 [00:01:14.000] Project '/user/username/projects/a/tsconfig.json' (Configured) -Info 38 [00:01:15.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/a/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/a/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 38 [00:01:16.000] ----------------------------------------------- -Info 38 [00:01:17.000] Open files: -Info 38 [00:01:18.000] FileName: /user/username/projects/a/a.ts ProjectRootPath: undefined -Info 38 [00:01:19.000] Projects: /user/username/projects/a/tsconfig.json -Info 38 [00:01:20.000] got projects updated in background, updating diagnostics for /user/username/projects/a/a.ts -Info 39 [00:01:21.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/a/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/a/tsconfig.json +Info seq [hh:mm:ss:mss] got projects updated in background, updating diagnostics for /user/username/projects/a/a.ts +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/user/username/projects/a/a.ts"]}} After running Timeout callback:: count: 1 3: checkOne diff --git a/tests/baselines/reference/tsserver/events/projectLoading/change-is-detected-in-the-config-file-when-using-event-handler.js b/tests/baselines/reference/tsserver/events/projectLoading/change-is-detected-in-the-config-file-when-using-event-handler.js index aa1f46021ae90..906ebc6f03c37 100644 --- a/tests/baselines/reference/tsserver/events/projectLoading/change-is-detected-in-the-config-file-when-using-event-handler.js +++ b/tests/baselines/reference/tsserver/events/projectLoading/change-is-detected-in-the-config-file-when-using-event-handler.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:21.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/lib/lib.d.ts] /// @@ -21,7 +21,7 @@ export class A { } {} -Info 1 [00:00:22.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -30,13 +30,13 @@ Info 1 [00:00:22.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:23.000] Search path: /user/username/projects/a -Info 3 [00:00:24.000] For info: /user/username/projects/a/a.ts :: Config file name: /user/username/projects/a/tsconfig.json -Info 4 [00:00:25.000] Creating configuration project /user/username/projects/a/tsconfig.json -Info 5 [00:00:26.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/a/tsconfig.json 2000 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Config file -Info 6 [00:00:27.000] event: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/a +Info seq [hh:mm:ss:mss] For info: /user/username/projects/a/a.ts :: Config file name: /user/username/projects/a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/a/tsconfig.json 2000 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"CustomHandler::projectLoadingStart","body":{"project":"/user/username/projects/a/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/a/a.ts to open"}} -Info 7 [00:00:28.000] Config: /user/username/projects/a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/a/tsconfig.json : { "rootNames": [ "/user/username/projects/a/a.ts" ], @@ -44,15 +44,17 @@ Info 7 [00:00:28.000] Config: /user/username/projects/a/tsconfig.json : { "configFilePath": "/user/username/projects/a/tsconfig.json" } } -Info 8 [00:00:29.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a 1 undefined Config: /user/username/projects/a/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:30.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a 1 undefined Config: /user/username/projects/a/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:31.000] Starting updateGraphWorker: Project: /user/username/projects/a/tsconfig.json -Info 11 [00:00:32.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 12 [00:00:33.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots -Info 13 [00:00:34.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots -Info 14 [00:00:35.000] Finishing updateGraphWorker: Project: /user/username/projects/a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:36.000] Project '/user/username/projects/a/tsconfig.json' (Configured) -Info 16 [00:00:37.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a 1 undefined Config: /user/username/projects/a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a 1 undefined Config: /user/username/projects/a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/a/a.ts SVC-1-0 "export class A { }" @@ -62,21 +64,21 @@ Info 16 [00:00:37.000] Files (2) a.ts Matched by default include pattern '**/*' -Info 17 [00:00:38.000] ----------------------------------------------- -Info 18 [00:00:39.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"CustomHandler::projectLoadingFinish","body":{"project":"/user/username/projects/a/tsconfig.json"}} -Info 19 [00:00:40.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"CustomHandler::projectInfo","body":{"projectId":"20a91f8dffe761e39e0ada0a62a3058faad15d4a8c135539aaccd61bb5497dea","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":18,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}} -Info 20 [00:00:41.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"CustomHandler::configFileDiag","body":{"configFileName":"/user/username/projects/a/tsconfig.json","diagnostics":[],"triggerFile":"/user/username/projects/a/a.ts"}} -Info 21 [00:00:42.000] Project '/user/username/projects/a/tsconfig.json' (Configured) -Info 21 [00:00:43.000] Files (2) +Info seq [hh:mm:ss:mss] Project '/user/username/projects/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 21 [00:00:44.000] ----------------------------------------------- -Info 21 [00:00:45.000] Open files: -Info 21 [00:00:46.000] FileName: /user/username/projects/a/a.ts ProjectRootPath: undefined -Info 21 [00:00:47.000] Projects: /user/username/projects/a/tsconfig.json -Info 21 [00:00:48.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/a/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -85,6 +87,8 @@ After request PolledWatches:: /user/username/projects/a/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/a/tsconfig.json: *new* @@ -96,20 +100,20 @@ FsWatchesRecursive:: /user/username/projects/a: *new* {} -Info 22 [00:00:52.000] FileWatcher:: Triggered with /user/username/projects/a/tsconfig.json 1:: WatchInfo: /user/username/projects/a/tsconfig.json 2000 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Config file -Info 23 [00:00:53.000] Scheduled: /user/username/projects/a/tsconfig.json -Info 24 [00:00:54.000] Scheduled: *ensureProjectForOpenFiles* -Info 25 [00:00:55.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/a/tsconfig.json 1:: WatchInfo: /user/username/projects/a/tsconfig.json 2000 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/a/tsconfig.json 1:: WatchInfo: /user/username/projects/a/tsconfig.json 2000 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/a/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/a/tsconfig.json 1:: WatchInfo: /user/username/projects/a/tsconfig.json 2000 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Config file Before running Timeout callback:: count: 2 1: /user/username/projects/a/tsconfig.json 2: *ensureProjectForOpenFiles* //// [/user/username/projects/a/tsconfig.json] file written with same contents -Info 26 [00:00:56.000] Running: /user/username/projects/a/tsconfig.json -Info 27 [00:00:57.000] Reloading configured project /user/username/projects/a/tsconfig.json -Info 28 [00:00:58.000] event: +Info seq [hh:mm:ss:mss] Running: /user/username/projects/a/tsconfig.json +Info seq [hh:mm:ss:mss] Reloading configured project /user/username/projects/a/tsconfig.json +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"CustomHandler::projectLoadingStart","body":{"project":"/user/username/projects/a/tsconfig.json","reason":"Change in config file detected"}} -Info 29 [00:00:59.000] Config: /user/username/projects/a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/a/tsconfig.json : { "rootNames": [ "/user/username/projects/a/a.ts" ], @@ -117,30 +121,30 @@ Info 29 [00:00:59.000] Config: /user/username/projects/a/tsconfig.json : { "configFilePath": "/user/username/projects/a/tsconfig.json" } } -Info 30 [00:01:00.000] Starting updateGraphWorker: Project: /user/username/projects/a/tsconfig.json -Info 31 [00:01:01.000] Finishing updateGraphWorker: Project: /user/username/projects/a/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 32 [00:01:02.000] Same program as before -Info 33 [00:01:03.000] event: +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/a/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/a/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"CustomHandler::projectLoadingFinish","body":{"project":"/user/username/projects/a/tsconfig.json"}} -Info 34 [00:01:04.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"CustomHandler::configFileDiag","body":{"configFileName":"/user/username/projects/a/tsconfig.json","diagnostics":[],"triggerFile":"/user/username/projects/a/tsconfig.json"}} -Info 35 [00:01:05.000] Running: *ensureProjectForOpenFiles* -Info 36 [00:01:06.000] Before ensureProjectForOpenFiles: -Info 37 [00:01:07.000] Project '/user/username/projects/a/tsconfig.json' (Configured) -Info 37 [00:01:08.000] Files (2) +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 37 [00:01:09.000] ----------------------------------------------- -Info 37 [00:01:10.000] Open files: -Info 37 [00:01:11.000] FileName: /user/username/projects/a/a.ts ProjectRootPath: undefined -Info 37 [00:01:12.000] Projects: /user/username/projects/a/tsconfig.json -Info 37 [00:01:13.000] After ensureProjectForOpenFiles: -Info 38 [00:01:14.000] Project '/user/username/projects/a/tsconfig.json' (Configured) -Info 38 [00:01:15.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/a/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/a/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 38 [00:01:16.000] ----------------------------------------------- -Info 38 [00:01:17.000] Open files: -Info 38 [00:01:18.000] FileName: /user/username/projects/a/a.ts ProjectRootPath: undefined -Info 38 [00:01:19.000] Projects: /user/username/projects/a/tsconfig.json -Info 38 [00:01:20.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/a/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/a/tsconfig.json +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"CustomHandler::projectsUpdatedInBackground","body":{"openFiles":["/user/username/projects/a/a.ts"]}} After running Timeout callback:: count: 0 diff --git a/tests/baselines/reference/tsserver/events/projectLoading/lazyConfiguredProjectsFromExternalProject-is-disabled-when-using-default-event-handler.js b/tests/baselines/reference/tsserver/events/projectLoading/lazyConfiguredProjectsFromExternalProject-is-disabled-when-using-default-event-handler.js index d3b4771546524..ef3c3b30a147a 100644 --- a/tests/baselines/reference/tsserver/events/projectLoading/lazyConfiguredProjectsFromExternalProject-is-disabled-when-using-default-event-handler.js +++ b/tests/baselines/reference/tsserver/events/projectLoading/lazyConfiguredProjectsFromExternalProject-is-disabled-when-using-default-event-handler.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:21.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/lib/lib.d.ts] /// @@ -21,7 +21,7 @@ export class A { } {} -Info 1 [00:00:22.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "configure", "arguments": { @@ -32,9 +32,9 @@ Info 1 [00:00:22.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:23.000] response: +Info seq [hh:mm:ss:mss] response: {"seq":0,"type":"response","command":"configure","request_seq":1,"success":true} -Info 3 [00:00:24.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -42,7 +42,7 @@ After request Before request -Info 4 [00:00:25.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "openExternalProject", "arguments": { @@ -60,9 +60,9 @@ Info 4 [00:00:25.000] request: "seq": 2, "type": "request" } -Info 5 [00:00:26.000] Creating configuration project /user/username/projects/a/tsconfig.json -Info 6 [00:00:27.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/a/tsconfig.json 2000 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Config file -Info 7 [00:00:28.000] response: +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/a/tsconfig.json 2000 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -75,7 +75,7 @@ FsWatches:: Before request -Info 8 [00:00:29.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "configure", "arguments": { @@ -86,10 +86,10 @@ Info 8 [00:00:29.000] request: "seq": 3, "type": "request" } -Info 9 [00:00:30.000] Loading configured project /user/username/projects/a/tsconfig.json -Info 10 [00:00:31.000] event: +Info seq [hh:mm:ss:mss] Loading configured project /user/username/projects/a/tsconfig.json +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/a/tsconfig.json","reason":"Creating configured project in external project: /user/username/projects/a/project.csproj"}} -Info 11 [00:00:32.000] Config: /user/username/projects/a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/a/tsconfig.json : { "rootNames": [ "/user/username/projects/a/a.ts" ], @@ -97,16 +97,18 @@ Info 11 [00:00:32.000] Config: /user/username/projects/a/tsconfig.json : { "configFilePath": "/user/username/projects/a/tsconfig.json" } } -Info 12 [00:00:33.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a 1 undefined Config: /user/username/projects/a/tsconfig.json WatchType: Wild card directory -Info 13 [00:00:34.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a 1 undefined Config: /user/username/projects/a/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:35.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/a/a.ts 500 undefined WatchType: Closed Script info -Info 15 [00:00:36.000] Starting updateGraphWorker: Project: /user/username/projects/a/tsconfig.json -Info 16 [00:00:37.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:38.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots -Info 18 [00:00:39.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots -Info 19 [00:00:40.000] Finishing updateGraphWorker: Project: /user/username/projects/a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 20 [00:00:41.000] Project '/user/username/projects/a/tsconfig.json' (Configured) -Info 21 [00:00:42.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a 1 undefined Config: /user/username/projects/a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a 1 undefined Config: /user/username/projects/a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/a/a.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/a/a.ts Text-1 "export class A { }" @@ -116,16 +118,16 @@ Info 21 [00:00:42.000] Files (2) a.ts Matched by default include pattern '**/*' -Info 22 [00:00:43.000] ----------------------------------------------- -Info 23 [00:00:44.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/a/tsconfig.json"}} -Info 24 [00:00:45.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"20a91f8dffe761e39e0ada0a62a3058faad15d4a8c135539aaccd61bb5497dea","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":18,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 25 [00:00:46.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/a/tsconfig.json","configFile":"/user/username/projects/a/tsconfig.json","diagnostics":[]}} -Info 26 [00:00:47.000] response: +Info seq [hh:mm:ss:mss] response: {"seq":0,"type":"response","command":"configure","request_seq":3,"success":true,"performanceData":{"updateGraphDurationMs":*}} -Info 27 [00:00:48.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -134,6 +136,8 @@ After request PolledWatches:: /user/username/projects/a/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/a/tsconfig.json: diff --git a/tests/baselines/reference/tsserver/events/projectLoading/lazyConfiguredProjectsFromExternalProject-is-disabled-when-using-event-handler.js b/tests/baselines/reference/tsserver/events/projectLoading/lazyConfiguredProjectsFromExternalProject-is-disabled-when-using-event-handler.js index def4876d2c303..0daed89b0a2d9 100644 --- a/tests/baselines/reference/tsserver/events/projectLoading/lazyConfiguredProjectsFromExternalProject-is-disabled-when-using-event-handler.js +++ b/tests/baselines/reference/tsserver/events/projectLoading/lazyConfiguredProjectsFromExternalProject-is-disabled-when-using-event-handler.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:21.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/lib/lib.d.ts] /// @@ -21,7 +21,7 @@ export class A { } {} -Info 1 [00:00:22.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "configure", "arguments": { @@ -32,9 +32,9 @@ Info 1 [00:00:22.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:23.000] response: +Info seq [hh:mm:ss:mss] response: {"seq":0,"type":"response","command":"configure","request_seq":1,"success":true} -Info 3 [00:00:24.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -42,7 +42,7 @@ After request Before request -Info 4 [00:00:25.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "openExternalProject", "arguments": { @@ -60,9 +60,9 @@ Info 4 [00:00:25.000] request: "seq": 2, "type": "request" } -Info 5 [00:00:26.000] Creating configuration project /user/username/projects/a/tsconfig.json -Info 6 [00:00:27.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/a/tsconfig.json 2000 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Config file -Info 7 [00:00:28.000] response: +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/a/tsconfig.json 2000 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -75,7 +75,7 @@ FsWatches:: Before request -Info 8 [00:00:29.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "configure", "arguments": { @@ -86,10 +86,10 @@ Info 8 [00:00:29.000] request: "seq": 3, "type": "request" } -Info 9 [00:00:30.000] Loading configured project /user/username/projects/a/tsconfig.json -Info 10 [00:00:31.000] event: +Info seq [hh:mm:ss:mss] Loading configured project /user/username/projects/a/tsconfig.json +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"CustomHandler::projectLoadingStart","body":{"project":"/user/username/projects/a/tsconfig.json","reason":"Creating configured project in external project: /user/username/projects/a/project.csproj"}} -Info 11 [00:00:32.000] Config: /user/username/projects/a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/a/tsconfig.json : { "rootNames": [ "/user/username/projects/a/a.ts" ], @@ -97,16 +97,18 @@ Info 11 [00:00:32.000] Config: /user/username/projects/a/tsconfig.json : { "configFilePath": "/user/username/projects/a/tsconfig.json" } } -Info 12 [00:00:33.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a 1 undefined Config: /user/username/projects/a/tsconfig.json WatchType: Wild card directory -Info 13 [00:00:34.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a 1 undefined Config: /user/username/projects/a/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:35.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/a/a.ts 500 undefined WatchType: Closed Script info -Info 15 [00:00:36.000] Starting updateGraphWorker: Project: /user/username/projects/a/tsconfig.json -Info 16 [00:00:37.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:38.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots -Info 18 [00:00:39.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots -Info 19 [00:00:40.000] Finishing updateGraphWorker: Project: /user/username/projects/a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 20 [00:00:41.000] Project '/user/username/projects/a/tsconfig.json' (Configured) -Info 21 [00:00:42.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a 1 undefined Config: /user/username/projects/a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a 1 undefined Config: /user/username/projects/a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/a/a.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/a/a.ts Text-1 "export class A { }" @@ -116,16 +118,16 @@ Info 21 [00:00:42.000] Files (2) a.ts Matched by default include pattern '**/*' -Info 22 [00:00:43.000] ----------------------------------------------- -Info 23 [00:00:44.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"CustomHandler::projectLoadingFinish","body":{"project":"/user/username/projects/a/tsconfig.json"}} -Info 24 [00:00:45.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"CustomHandler::projectInfo","body":{"projectId":"20a91f8dffe761e39e0ada0a62a3058faad15d4a8c135539aaccd61bb5497dea","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":18,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}} -Info 25 [00:00:46.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"CustomHandler::configFileDiag","body":{"configFileName":"/user/username/projects/a/tsconfig.json","diagnostics":[],"triggerFile":"/user/username/projects/a/tsconfig.json"}} -Info 26 [00:00:47.000] response: +Info seq [hh:mm:ss:mss] response: {"seq":0,"type":"response","command":"configure","request_seq":3,"success":true,"performanceData":{"updateGraphDurationMs":*}} -Info 27 [00:00:48.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -134,6 +136,8 @@ After request PolledWatches:: /user/username/projects/a/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/a/tsconfig.json: diff --git a/tests/baselines/reference/tsserver/events/projectLoading/lazyConfiguredProjectsFromExternalProject-is-false-when-using-default-event-handler.js b/tests/baselines/reference/tsserver/events/projectLoading/lazyConfiguredProjectsFromExternalProject-is-false-when-using-default-event-handler.js index c50343334f3bb..c765ab5edd59f 100644 --- a/tests/baselines/reference/tsserver/events/projectLoading/lazyConfiguredProjectsFromExternalProject-is-false-when-using-default-event-handler.js +++ b/tests/baselines/reference/tsserver/events/projectLoading/lazyConfiguredProjectsFromExternalProject-is-false-when-using-default-event-handler.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:21.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/lib/lib.d.ts] /// @@ -21,7 +21,7 @@ export class A { } {} -Info 1 [00:00:22.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "configure", "arguments": { @@ -32,9 +32,9 @@ Info 1 [00:00:22.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:23.000] response: +Info seq [hh:mm:ss:mss] response: {"seq":0,"type":"response","command":"configure","request_seq":1,"success":true} -Info 3 [00:00:24.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -42,7 +42,7 @@ After request Before request -Info 4 [00:00:25.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "openExternalProject", "arguments": { @@ -60,11 +60,11 @@ Info 4 [00:00:25.000] request: "seq": 2, "type": "request" } -Info 5 [00:00:26.000] Creating configuration project /user/username/projects/a/tsconfig.json -Info 6 [00:00:27.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/a/tsconfig.json 2000 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Config file -Info 7 [00:00:28.000] event: +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/a/tsconfig.json 2000 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/a/tsconfig.json","reason":"Creating configured project in external project: /user/username/projects/a/project.csproj"}} -Info 8 [00:00:29.000] Config: /user/username/projects/a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/a/tsconfig.json : { "rootNames": [ "/user/username/projects/a/a.ts" ], @@ -72,16 +72,18 @@ Info 8 [00:00:29.000] Config: /user/username/projects/a/tsconfig.json : { "configFilePath": "/user/username/projects/a/tsconfig.json" } } -Info 9 [00:00:30.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a 1 undefined Config: /user/username/projects/a/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:31.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a 1 undefined Config: /user/username/projects/a/tsconfig.json WatchType: Wild card directory -Info 11 [00:00:32.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/a/a.ts 500 undefined WatchType: Closed Script info -Info 12 [00:00:33.000] Starting updateGraphWorker: Project: /user/username/projects/a/tsconfig.json -Info 13 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 14 [00:00:35.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots -Info 15 [00:00:36.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots -Info 16 [00:00:37.000] Finishing updateGraphWorker: Project: /user/username/projects/a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 17 [00:00:38.000] Project '/user/username/projects/a/tsconfig.json' (Configured) -Info 18 [00:00:39.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a 1 undefined Config: /user/username/projects/a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a 1 undefined Config: /user/username/projects/a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/a/a.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/a/a.ts Text-1 "export class A { }" @@ -91,12 +93,12 @@ Info 18 [00:00:39.000] Files (2) a.ts Matched by default include pattern '**/*' -Info 19 [00:00:40.000] ----------------------------------------------- -Info 20 [00:00:41.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/a/tsconfig.json"}} -Info 21 [00:00:42.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"20a91f8dffe761e39e0ada0a62a3058faad15d4a8c135539aaccd61bb5497dea","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":18,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 22 [00:00:43.000] response: +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -106,6 +108,8 @@ After request PolledWatches:: /user/username/projects/a/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/a/tsconfig.json: *new* diff --git a/tests/baselines/reference/tsserver/events/projectLoading/lazyConfiguredProjectsFromExternalProject-is-false-when-using-event-handler.js b/tests/baselines/reference/tsserver/events/projectLoading/lazyConfiguredProjectsFromExternalProject-is-false-when-using-event-handler.js index aae07a79678b8..40ca6c839cf94 100644 --- a/tests/baselines/reference/tsserver/events/projectLoading/lazyConfiguredProjectsFromExternalProject-is-false-when-using-event-handler.js +++ b/tests/baselines/reference/tsserver/events/projectLoading/lazyConfiguredProjectsFromExternalProject-is-false-when-using-event-handler.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:21.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/lib/lib.d.ts] /// @@ -21,7 +21,7 @@ export class A { } {} -Info 1 [00:00:22.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "configure", "arguments": { @@ -32,9 +32,9 @@ Info 1 [00:00:22.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:23.000] response: +Info seq [hh:mm:ss:mss] response: {"seq":0,"type":"response","command":"configure","request_seq":1,"success":true} -Info 3 [00:00:24.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -42,7 +42,7 @@ After request Before request -Info 4 [00:00:25.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "openExternalProject", "arguments": { @@ -60,11 +60,11 @@ Info 4 [00:00:25.000] request: "seq": 2, "type": "request" } -Info 5 [00:00:26.000] Creating configuration project /user/username/projects/a/tsconfig.json -Info 6 [00:00:27.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/a/tsconfig.json 2000 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Config file -Info 7 [00:00:28.000] event: +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/a/tsconfig.json 2000 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"CustomHandler::projectLoadingStart","body":{"project":"/user/username/projects/a/tsconfig.json","reason":"Creating configured project in external project: /user/username/projects/a/project.csproj"}} -Info 8 [00:00:29.000] Config: /user/username/projects/a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/a/tsconfig.json : { "rootNames": [ "/user/username/projects/a/a.ts" ], @@ -72,16 +72,18 @@ Info 8 [00:00:29.000] Config: /user/username/projects/a/tsconfig.json : { "configFilePath": "/user/username/projects/a/tsconfig.json" } } -Info 9 [00:00:30.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a 1 undefined Config: /user/username/projects/a/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:31.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a 1 undefined Config: /user/username/projects/a/tsconfig.json WatchType: Wild card directory -Info 11 [00:00:32.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/a/a.ts 500 undefined WatchType: Closed Script info -Info 12 [00:00:33.000] Starting updateGraphWorker: Project: /user/username/projects/a/tsconfig.json -Info 13 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 14 [00:00:35.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots -Info 15 [00:00:36.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots -Info 16 [00:00:37.000] Finishing updateGraphWorker: Project: /user/username/projects/a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 17 [00:00:38.000] Project '/user/username/projects/a/tsconfig.json' (Configured) -Info 18 [00:00:39.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a 1 undefined Config: /user/username/projects/a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a 1 undefined Config: /user/username/projects/a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/a/a.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/a/a.ts Text-1 "export class A { }" @@ -91,12 +93,12 @@ Info 18 [00:00:39.000] Files (2) a.ts Matched by default include pattern '**/*' -Info 19 [00:00:40.000] ----------------------------------------------- -Info 20 [00:00:41.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"CustomHandler::projectLoadingFinish","body":{"project":"/user/username/projects/a/tsconfig.json"}} -Info 21 [00:00:42.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"CustomHandler::projectInfo","body":{"projectId":"20a91f8dffe761e39e0ada0a62a3058faad15d4a8c135539aaccd61bb5497dea","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":18,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}} -Info 22 [00:00:43.000] response: +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -106,6 +108,8 @@ After request PolledWatches:: /user/username/projects/a/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/a/tsconfig.json: *new* diff --git a/tests/baselines/reference/tsserver/events/projectLoading/lazyConfiguredProjectsFromExternalProject-is-true-and-file-is-opened-when-using-default-event-handler.js b/tests/baselines/reference/tsserver/events/projectLoading/lazyConfiguredProjectsFromExternalProject-is-true-and-file-is-opened-when-using-default-event-handler.js index 45556912a8744..57fd5b1e165f8 100644 --- a/tests/baselines/reference/tsserver/events/projectLoading/lazyConfiguredProjectsFromExternalProject-is-true-and-file-is-opened-when-using-default-event-handler.js +++ b/tests/baselines/reference/tsserver/events/projectLoading/lazyConfiguredProjectsFromExternalProject-is-true-and-file-is-opened-when-using-default-event-handler.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:21.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/lib/lib.d.ts] /// @@ -21,7 +21,7 @@ export class A { } {} -Info 1 [00:00:22.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "configure", "arguments": { @@ -32,9 +32,9 @@ Info 1 [00:00:22.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:23.000] response: +Info seq [hh:mm:ss:mss] response: {"seq":0,"type":"response","command":"configure","request_seq":1,"success":true} -Info 3 [00:00:24.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -42,7 +42,7 @@ After request Before request -Info 4 [00:00:25.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "openExternalProject", "arguments": { @@ -60,9 +60,9 @@ Info 4 [00:00:25.000] request: "seq": 2, "type": "request" } -Info 5 [00:00:26.000] Creating configuration project /user/username/projects/a/tsconfig.json -Info 6 [00:00:27.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/a/tsconfig.json 2000 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Config file -Info 7 [00:00:28.000] response: +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/a/tsconfig.json 2000 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -75,7 +75,7 @@ FsWatches:: Before request -Info 8 [00:00:29.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -84,12 +84,12 @@ Info 8 [00:00:29.000] request: "seq": 3, "type": "request" } -Info 9 [00:00:30.000] Search path: /user/username/projects/a -Info 10 [00:00:31.000] For info: /user/username/projects/a/a.ts :: Config file name: /user/username/projects/a/tsconfig.json -Info 11 [00:00:32.000] Loading configured project /user/username/projects/a/tsconfig.json -Info 12 [00:00:33.000] event: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/a +Info seq [hh:mm:ss:mss] For info: /user/username/projects/a/a.ts :: Config file name: /user/username/projects/a/tsconfig.json +Info seq [hh:mm:ss:mss] Loading configured project /user/username/projects/a/tsconfig.json +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/a/tsconfig.json","reason":"Creating configured project in external project: /user/username/projects/a/project.csproj"}} -Info 13 [00:00:34.000] Config: /user/username/projects/a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/a/tsconfig.json : { "rootNames": [ "/user/username/projects/a/a.ts" ], @@ -97,15 +97,17 @@ Info 13 [00:00:34.000] Config: /user/username/projects/a/tsconfig.json : { "configFilePath": "/user/username/projects/a/tsconfig.json" } } -Info 14 [00:00:35.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a 1 undefined Config: /user/username/projects/a/tsconfig.json WatchType: Wild card directory -Info 15 [00:00:36.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a 1 undefined Config: /user/username/projects/a/tsconfig.json WatchType: Wild card directory -Info 16 [00:00:37.000] Starting updateGraphWorker: Project: /user/username/projects/a/tsconfig.json -Info 17 [00:00:38.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:00:39.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots -Info 19 [00:00:40.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots -Info 20 [00:00:41.000] Finishing updateGraphWorker: Project: /user/username/projects/a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 21 [00:00:42.000] Project '/user/username/projects/a/tsconfig.json' (Configured) -Info 22 [00:00:43.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a 1 undefined Config: /user/username/projects/a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a 1 undefined Config: /user/username/projects/a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/a/a.ts SVC-1-0 "export class A { }" @@ -115,21 +117,21 @@ Info 22 [00:00:43.000] Files (2) a.ts Matched by default include pattern '**/*' -Info 23 [00:00:44.000] ----------------------------------------------- -Info 24 [00:00:45.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/a/tsconfig.json"}} -Info 25 [00:00:46.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"20a91f8dffe761e39e0ada0a62a3058faad15d4a8c135539aaccd61bb5497dea","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":18,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 26 [00:00:47.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/a/tsconfig.json","configFile":"/user/username/projects/a/tsconfig.json","diagnostics":[]}} -Info 27 [00:00:48.000] Project '/user/username/projects/a/tsconfig.json' (Configured) -Info 27 [00:00:49.000] Files (2) +Info seq [hh:mm:ss:mss] Project '/user/username/projects/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 27 [00:00:50.000] ----------------------------------------------- -Info 27 [00:00:51.000] Open files: -Info 27 [00:00:52.000] FileName: /user/username/projects/a/a.ts ProjectRootPath: undefined -Info 27 [00:00:53.000] Projects: /user/username/projects/a/tsconfig.json -Info 27 [00:00:54.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/a/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -138,6 +140,8 @@ After request PolledWatches:: /user/username/projects/a/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/a/tsconfig.json: diff --git a/tests/baselines/reference/tsserver/events/projectLoading/lazyConfiguredProjectsFromExternalProject-is-true-and-file-is-opened-when-using-event-handler.js b/tests/baselines/reference/tsserver/events/projectLoading/lazyConfiguredProjectsFromExternalProject-is-true-and-file-is-opened-when-using-event-handler.js index 4c7cba61b6b38..5355a04d0d4d8 100644 --- a/tests/baselines/reference/tsserver/events/projectLoading/lazyConfiguredProjectsFromExternalProject-is-true-and-file-is-opened-when-using-event-handler.js +++ b/tests/baselines/reference/tsserver/events/projectLoading/lazyConfiguredProjectsFromExternalProject-is-true-and-file-is-opened-when-using-event-handler.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:21.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/lib/lib.d.ts] /// @@ -21,7 +21,7 @@ export class A { } {} -Info 1 [00:00:22.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "configure", "arguments": { @@ -32,9 +32,9 @@ Info 1 [00:00:22.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:23.000] response: +Info seq [hh:mm:ss:mss] response: {"seq":0,"type":"response","command":"configure","request_seq":1,"success":true} -Info 3 [00:00:24.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -42,7 +42,7 @@ After request Before request -Info 4 [00:00:25.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "openExternalProject", "arguments": { @@ -60,9 +60,9 @@ Info 4 [00:00:25.000] request: "seq": 2, "type": "request" } -Info 5 [00:00:26.000] Creating configuration project /user/username/projects/a/tsconfig.json -Info 6 [00:00:27.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/a/tsconfig.json 2000 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Config file -Info 7 [00:00:28.000] response: +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/a/tsconfig.json 2000 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -75,7 +75,7 @@ FsWatches:: Before request -Info 8 [00:00:29.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -84,12 +84,12 @@ Info 8 [00:00:29.000] request: "seq": 3, "type": "request" } -Info 9 [00:00:30.000] Search path: /user/username/projects/a -Info 10 [00:00:31.000] For info: /user/username/projects/a/a.ts :: Config file name: /user/username/projects/a/tsconfig.json -Info 11 [00:00:32.000] Loading configured project /user/username/projects/a/tsconfig.json -Info 12 [00:00:33.000] event: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/a +Info seq [hh:mm:ss:mss] For info: /user/username/projects/a/a.ts :: Config file name: /user/username/projects/a/tsconfig.json +Info seq [hh:mm:ss:mss] Loading configured project /user/username/projects/a/tsconfig.json +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"CustomHandler::projectLoadingStart","body":{"project":"/user/username/projects/a/tsconfig.json","reason":"Creating configured project in external project: /user/username/projects/a/project.csproj"}} -Info 13 [00:00:34.000] Config: /user/username/projects/a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/a/tsconfig.json : { "rootNames": [ "/user/username/projects/a/a.ts" ], @@ -97,15 +97,17 @@ Info 13 [00:00:34.000] Config: /user/username/projects/a/tsconfig.json : { "configFilePath": "/user/username/projects/a/tsconfig.json" } } -Info 14 [00:00:35.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a 1 undefined Config: /user/username/projects/a/tsconfig.json WatchType: Wild card directory -Info 15 [00:00:36.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a 1 undefined Config: /user/username/projects/a/tsconfig.json WatchType: Wild card directory -Info 16 [00:00:37.000] Starting updateGraphWorker: Project: /user/username/projects/a/tsconfig.json -Info 17 [00:00:38.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:00:39.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots -Info 19 [00:00:40.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots -Info 20 [00:00:41.000] Finishing updateGraphWorker: Project: /user/username/projects/a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 21 [00:00:42.000] Project '/user/username/projects/a/tsconfig.json' (Configured) -Info 22 [00:00:43.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a 1 undefined Config: /user/username/projects/a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a 1 undefined Config: /user/username/projects/a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/a/a.ts SVC-1-0 "export class A { }" @@ -115,21 +117,21 @@ Info 22 [00:00:43.000] Files (2) a.ts Matched by default include pattern '**/*' -Info 23 [00:00:44.000] ----------------------------------------------- -Info 24 [00:00:45.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"CustomHandler::projectLoadingFinish","body":{"project":"/user/username/projects/a/tsconfig.json"}} -Info 25 [00:00:46.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"CustomHandler::projectInfo","body":{"projectId":"20a91f8dffe761e39e0ada0a62a3058faad15d4a8c135539aaccd61bb5497dea","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":18,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}} -Info 26 [00:00:47.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"CustomHandler::configFileDiag","body":{"configFileName":"/user/username/projects/a/tsconfig.json","diagnostics":[],"triggerFile":"/user/username/projects/a/tsconfig.json"}} -Info 27 [00:00:48.000] Project '/user/username/projects/a/tsconfig.json' (Configured) -Info 27 [00:00:49.000] Files (2) +Info seq [hh:mm:ss:mss] Project '/user/username/projects/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 27 [00:00:50.000] ----------------------------------------------- -Info 27 [00:00:51.000] Open files: -Info 27 [00:00:52.000] FileName: /user/username/projects/a/a.ts ProjectRootPath: undefined -Info 27 [00:00:53.000] Projects: /user/username/projects/a/tsconfig.json -Info 27 [00:00:54.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/a/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -138,6 +140,8 @@ After request PolledWatches:: /user/username/projects/a/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/a/tsconfig.json: diff --git a/tests/baselines/reference/tsserver/events/projectLoading/opening-original-location-project-disableSourceOfProjectReferenceRedirect-when-using-default-event-handler.js b/tests/baselines/reference/tsserver/events/projectLoading/opening-original-location-project-disableSourceOfProjectReferenceRedirect-when-using-default-event-handler.js index 9d7ca6d128dc7..a6b64932e6e14 100644 --- a/tests/baselines/reference/tsserver/events/projectLoading/opening-original-location-project-disableSourceOfProjectReferenceRedirect-when-using-default-event-handler.js +++ b/tests/baselines/reference/tsserver/events/projectLoading/opening-original-location-project-disableSourceOfProjectReferenceRedirect-when-using-default-event-handler.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:31.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/lib/lib.d.ts] /// @@ -36,7 +36,7 @@ import {A} from "../a/a"; new A(); {"compilerOptions":{"disableSourceOfProjectReferenceRedirect":true},"references":[{"path":"../a"}]} -Info 1 [00:00:32.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -45,13 +45,13 @@ Info 1 [00:00:32.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:33.000] Search path: /user/username/projects/b -Info 3 [00:00:34.000] For info: /user/username/projects/b/b.ts :: Config file name: /user/username/projects/b/tsconfig.json -Info 4 [00:00:35.000] Creating configuration project /user/username/projects/b/tsconfig.json -Info 5 [00:00:36.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/b/tsconfig.json 2000 undefined Project: /user/username/projects/b/tsconfig.json WatchType: Config file -Info 6 [00:00:37.000] event: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/b +Info seq [hh:mm:ss:mss] For info: /user/username/projects/b/b.ts :: Config file name: /user/username/projects/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/b/tsconfig.json 2000 undefined Project: /user/username/projects/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/b/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/b/b.ts to open"}} -Info 7 [00:00:38.000] Config: /user/username/projects/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/b/tsconfig.json : { "rootNames": [ "/user/username/projects/b/b.ts" ], @@ -66,10 +66,10 @@ Info 7 [00:00:38.000] Config: /user/username/projects/b/tsconfig.json : { } ] } -Info 8 [00:00:39.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/b 1 undefined Config: /user/username/projects/b/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:40.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/b 1 undefined Config: /user/username/projects/b/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:41.000] Starting updateGraphWorker: Project: /user/username/projects/b/tsconfig.json -Info 11 [00:00:42.000] Config: /user/username/projects/a/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/b 1 undefined Config: /user/username/projects/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/b 1 undefined Config: /user/username/projects/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/b/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/a/tsconfig.json : { "rootNames": [ "/user/username/projects/a/a.ts" ], @@ -77,16 +77,18 @@ Info 11 [00:00:42.000] Config: /user/username/projects/a/tsconfig.json : { "configFilePath": "/user/username/projects/a/tsconfig.json" } } -Info 12 [00:00:43.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/a/tsconfig.json 2000 undefined Project: /user/username/projects/b/tsconfig.json WatchType: Config file -Info 13 [00:00:44.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a 1 undefined Config: /user/username/projects/a/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:45.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a 1 undefined Config: /user/username/projects/a/tsconfig.json WatchType: Wild card directory -Info 15 [00:00:46.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/a/a.d.ts 500 undefined WatchType: Closed Script info -Info 16 [00:00:47.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:48.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/b/node_modules/@types 1 undefined Project: /user/username/projects/b/tsconfig.json WatchType: Type roots -Info 18 [00:00:49.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/b/node_modules/@types 1 undefined Project: /user/username/projects/b/tsconfig.json WatchType: Type roots -Info 19 [00:00:50.000] Finishing updateGraphWorker: Project: /user/username/projects/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 20 [00:00:51.000] Project '/user/username/projects/b/tsconfig.json' (Configured) -Info 21 [00:00:52.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/a/tsconfig.json 2000 undefined Project: /user/username/projects/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a 1 undefined Config: /user/username/projects/a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a 1 undefined Config: /user/username/projects/a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/a/a.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/b/node_modules/@types 1 undefined Project: /user/username/projects/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/b/node_modules/@types 1 undefined Project: /user/username/projects/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/a/a.d.ts Text-1 "export declare class A {\n}\n//# sourceMappingURL=a.d.ts.map\n" /user/username/projects/b/b.ts SVC-1-0 "import {A} from \"../a/a\"; new A();" @@ -100,21 +102,21 @@ Info 21 [00:00:52.000] Files (3) b.ts Matched by default include pattern '**/*' -Info 22 [00:00:53.000] ----------------------------------------------- -Info 23 [00:00:54.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/b/tsconfig.json"}} -Info 24 [00:00:55.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"20501ec57de369fa110ede8c3db8fe97460676d82a7b594783e32439eba20158","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":34,"tsx":0,"tsxSize":0,"dts":2,"dtsSize":393,"deferred":0,"deferredSize":0},"compilerOptions":{"disableSourceOfProjectReferenceRedirect":true},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 25 [00:00:56.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/b/b.ts","configFile":"/user/username/projects/b/tsconfig.json","diagnostics":[{"start":{"line":1,"offset":83},"end":{"line":1,"offset":98},"text":"Referenced project '/user/username/projects/a' must have setting \"composite\": true.","code":6306,"category":"error","fileName":"/user/username/projects/b/tsconfig.json"}]}} -Info 26 [00:00:57.000] Project '/user/username/projects/b/tsconfig.json' (Configured) -Info 26 [00:00:58.000] Files (3) +Info seq [hh:mm:ss:mss] Project '/user/username/projects/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 26 [00:00:59.000] ----------------------------------------------- -Info 26 [00:01:00.000] Open files: -Info 26 [00:01:01.000] FileName: /user/username/projects/b/b.ts ProjectRootPath: undefined -Info 26 [00:01:02.000] Projects: /user/username/projects/b/tsconfig.json -Info 26 [00:01:03.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/b/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -123,6 +125,8 @@ After request PolledWatches:: /user/username/projects/b/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/b/tsconfig.json: *new* @@ -142,7 +146,7 @@ FsWatchesRecursive:: Before request -Info 27 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "references", "arguments": { @@ -153,20 +157,22 @@ Info 27 [00:01:04.000] request: "seq": 2, "type": "request" } -Info 28 [00:01:05.000] Finding references to /user/username/projects/b/b.ts position 30 in project /user/username/projects/b/tsconfig.json -Info 29 [00:01:06.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/a/a.d.ts.map 500 undefined WatchType: Closed Script info -Info 30 [00:01:07.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/a/a.ts 500 undefined WatchType: Closed Script info -Info 31 [00:01:08.000] Search path: /user/username/projects/a -Info 32 [00:01:09.000] For info: /user/username/projects/a/a.ts :: Config file name: /user/username/projects/a/tsconfig.json -Info 33 [00:01:10.000] Creating configuration project /user/username/projects/a/tsconfig.json -Info 34 [00:01:11.000] event: +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/b/b.ts position 30 in project /user/username/projects/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/a/a.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/a/a.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/a +Info seq [hh:mm:ss:mss] For info: /user/username/projects/a/a.ts :: Config file name: /user/username/projects/a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/a/tsconfig.json +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/a/tsconfig.json","reason":"Creating project for original file: /user/username/projects/a/a.ts for location: /user/username/projects/a/a.d.ts"}} -Info 35 [00:01:12.000] Starting updateGraphWorker: Project: /user/username/projects/a/tsconfig.json -Info 36 [00:01:13.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots -Info 37 [00:01:14.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots -Info 38 [00:01:15.000] Finishing updateGraphWorker: Project: /user/username/projects/a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 39 [00:01:16.000] Project '/user/username/projects/a/tsconfig.json' (Configured) -Info 40 [00:01:17.000] Files (2) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/a/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/a/a.ts Text-1 "export class A { }" @@ -176,15 +182,15 @@ Info 40 [00:01:17.000] Files (2) a.ts Matched by default include pattern '**/*' -Info 41 [00:01:18.000] ----------------------------------------------- -Info 42 [00:01:19.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/a/tsconfig.json"}} -Info 43 [00:01:20.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"20a91f8dffe761e39e0ada0a62a3058faad15d4a8c135539aaccd61bb5497dea","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":18,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 44 [00:01:21.000] Search path: /user/username/projects/a -Info 45 [00:01:22.000] For info: /user/username/projects/a/a.ts :: Config file name: /user/username/projects/a/tsconfig.json -Info 46 [00:01:23.000] Finding references to /user/username/projects/a/a.ts position 13 in project /user/username/projects/a/tsconfig.json -Info 47 [00:01:24.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/a +Info seq [hh:mm:ss:mss] For info: /user/username/projects/a/a.ts :: Config file name: /user/username/projects/a/tsconfig.json +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/a/a.ts position 13 in project /user/username/projects/a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "refs": [ @@ -255,6 +261,8 @@ After request PolledWatches:: /user/username/projects/b/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/a/node_modules/@types: *new* {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/events/projectLoading/opening-original-location-project-disableSourceOfProjectReferenceRedirect-when-using-event-handler.js b/tests/baselines/reference/tsserver/events/projectLoading/opening-original-location-project-disableSourceOfProjectReferenceRedirect-when-using-event-handler.js index 691a53e7f2ea1..d573ef082462d 100644 --- a/tests/baselines/reference/tsserver/events/projectLoading/opening-original-location-project-disableSourceOfProjectReferenceRedirect-when-using-event-handler.js +++ b/tests/baselines/reference/tsserver/events/projectLoading/opening-original-location-project-disableSourceOfProjectReferenceRedirect-when-using-event-handler.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:31.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/lib/lib.d.ts] /// @@ -36,7 +36,7 @@ import {A} from "../a/a"; new A(); {"compilerOptions":{"disableSourceOfProjectReferenceRedirect":true},"references":[{"path":"../a"}]} -Info 1 [00:00:32.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -45,13 +45,13 @@ Info 1 [00:00:32.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:33.000] Search path: /user/username/projects/b -Info 3 [00:00:34.000] For info: /user/username/projects/b/b.ts :: Config file name: /user/username/projects/b/tsconfig.json -Info 4 [00:00:35.000] Creating configuration project /user/username/projects/b/tsconfig.json -Info 5 [00:00:36.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/b/tsconfig.json 2000 undefined Project: /user/username/projects/b/tsconfig.json WatchType: Config file -Info 6 [00:00:37.000] event: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/b +Info seq [hh:mm:ss:mss] For info: /user/username/projects/b/b.ts :: Config file name: /user/username/projects/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/b/tsconfig.json 2000 undefined Project: /user/username/projects/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"CustomHandler::projectLoadingStart","body":{"project":"/user/username/projects/b/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/b/b.ts to open"}} -Info 7 [00:00:38.000] Config: /user/username/projects/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/b/tsconfig.json : { "rootNames": [ "/user/username/projects/b/b.ts" ], @@ -66,10 +66,10 @@ Info 7 [00:00:38.000] Config: /user/username/projects/b/tsconfig.json : { } ] } -Info 8 [00:00:39.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/b 1 undefined Config: /user/username/projects/b/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:40.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/b 1 undefined Config: /user/username/projects/b/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:41.000] Starting updateGraphWorker: Project: /user/username/projects/b/tsconfig.json -Info 11 [00:00:42.000] Config: /user/username/projects/a/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/b 1 undefined Config: /user/username/projects/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/b 1 undefined Config: /user/username/projects/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/b/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/a/tsconfig.json : { "rootNames": [ "/user/username/projects/a/a.ts" ], @@ -77,16 +77,18 @@ Info 11 [00:00:42.000] Config: /user/username/projects/a/tsconfig.json : { "configFilePath": "/user/username/projects/a/tsconfig.json" } } -Info 12 [00:00:43.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/a/tsconfig.json 2000 undefined Project: /user/username/projects/b/tsconfig.json WatchType: Config file -Info 13 [00:00:44.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a 1 undefined Config: /user/username/projects/a/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:45.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a 1 undefined Config: /user/username/projects/a/tsconfig.json WatchType: Wild card directory -Info 15 [00:00:46.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/a/a.d.ts 500 undefined WatchType: Closed Script info -Info 16 [00:00:47.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:48.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/b/node_modules/@types 1 undefined Project: /user/username/projects/b/tsconfig.json WatchType: Type roots -Info 18 [00:00:49.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/b/node_modules/@types 1 undefined Project: /user/username/projects/b/tsconfig.json WatchType: Type roots -Info 19 [00:00:50.000] Finishing updateGraphWorker: Project: /user/username/projects/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 20 [00:00:51.000] Project '/user/username/projects/b/tsconfig.json' (Configured) -Info 21 [00:00:52.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/a/tsconfig.json 2000 undefined Project: /user/username/projects/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a 1 undefined Config: /user/username/projects/a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a 1 undefined Config: /user/username/projects/a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/a/a.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/b/node_modules/@types 1 undefined Project: /user/username/projects/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/b/node_modules/@types 1 undefined Project: /user/username/projects/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/a/a.d.ts Text-1 "export declare class A {\n}\n//# sourceMappingURL=a.d.ts.map\n" /user/username/projects/b/b.ts SVC-1-0 "import {A} from \"../a/a\"; new A();" @@ -100,21 +102,21 @@ Info 21 [00:00:52.000] Files (3) b.ts Matched by default include pattern '**/*' -Info 22 [00:00:53.000] ----------------------------------------------- -Info 23 [00:00:54.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"CustomHandler::projectLoadingFinish","body":{"project":"/user/username/projects/b/tsconfig.json"}} -Info 24 [00:00:55.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"CustomHandler::projectInfo","body":{"projectId":"20501ec57de369fa110ede8c3db8fe97460676d82a7b594783e32439eba20158","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":34,"tsx":0,"tsxSize":0,"dts":2,"dtsSize":393,"deferred":0,"deferredSize":0},"compilerOptions":{"disableSourceOfProjectReferenceRedirect":true},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}} -Info 25 [00:00:56.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"CustomHandler::configFileDiag","body":{"configFileName":"/user/username/projects/b/tsconfig.json","diagnostics":[{"start":{"line":1,"offset":83},"end":{"line":1,"offset":98},"text":"Referenced project '/user/username/projects/a' must have setting \"composite\": true.","code":6306,"category":"error","fileName":"/user/username/projects/b/tsconfig.json"}],"triggerFile":"/user/username/projects/b/b.ts"}} -Info 26 [00:00:57.000] Project '/user/username/projects/b/tsconfig.json' (Configured) -Info 26 [00:00:58.000] Files (3) +Info seq [hh:mm:ss:mss] Project '/user/username/projects/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 26 [00:00:59.000] ----------------------------------------------- -Info 26 [00:01:00.000] Open files: -Info 26 [00:01:01.000] FileName: /user/username/projects/b/b.ts ProjectRootPath: undefined -Info 26 [00:01:02.000] Projects: /user/username/projects/b/tsconfig.json -Info 26 [00:01:03.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/b/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -123,6 +125,8 @@ After request PolledWatches:: /user/username/projects/b/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/b/tsconfig.json: *new* @@ -142,7 +146,7 @@ FsWatchesRecursive:: Before request -Info 27 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "references", "arguments": { @@ -153,20 +157,22 @@ Info 27 [00:01:04.000] request: "seq": 2, "type": "request" } -Info 28 [00:01:05.000] Finding references to /user/username/projects/b/b.ts position 30 in project /user/username/projects/b/tsconfig.json -Info 29 [00:01:06.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/a/a.d.ts.map 500 undefined WatchType: Closed Script info -Info 30 [00:01:07.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/a/a.ts 500 undefined WatchType: Closed Script info -Info 31 [00:01:08.000] Search path: /user/username/projects/a -Info 32 [00:01:09.000] For info: /user/username/projects/a/a.ts :: Config file name: /user/username/projects/a/tsconfig.json -Info 33 [00:01:10.000] Creating configuration project /user/username/projects/a/tsconfig.json -Info 34 [00:01:11.000] event: +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/b/b.ts position 30 in project /user/username/projects/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/a/a.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/a/a.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/a +Info seq [hh:mm:ss:mss] For info: /user/username/projects/a/a.ts :: Config file name: /user/username/projects/a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/a/tsconfig.json +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"CustomHandler::projectLoadingStart","body":{"project":"/user/username/projects/a/tsconfig.json","reason":"Creating project for original file: /user/username/projects/a/a.ts for location: /user/username/projects/a/a.d.ts"}} -Info 35 [00:01:12.000] Starting updateGraphWorker: Project: /user/username/projects/a/tsconfig.json -Info 36 [00:01:13.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots -Info 37 [00:01:14.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots -Info 38 [00:01:15.000] Finishing updateGraphWorker: Project: /user/username/projects/a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 39 [00:01:16.000] Project '/user/username/projects/a/tsconfig.json' (Configured) -Info 40 [00:01:17.000] Files (2) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/a/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/a/a.ts Text-1 "export class A { }" @@ -176,15 +182,15 @@ Info 40 [00:01:17.000] Files (2) a.ts Matched by default include pattern '**/*' -Info 41 [00:01:18.000] ----------------------------------------------- -Info 42 [00:01:19.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"CustomHandler::projectLoadingFinish","body":{"project":"/user/username/projects/a/tsconfig.json"}} -Info 43 [00:01:20.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"CustomHandler::projectInfo","body":{"projectId":"20a91f8dffe761e39e0ada0a62a3058faad15d4a8c135539aaccd61bb5497dea","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":18,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}} -Info 44 [00:01:21.000] Search path: /user/username/projects/a -Info 45 [00:01:22.000] For info: /user/username/projects/a/a.ts :: Config file name: /user/username/projects/a/tsconfig.json -Info 46 [00:01:23.000] Finding references to /user/username/projects/a/a.ts position 13 in project /user/username/projects/a/tsconfig.json -Info 47 [00:01:24.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/a +Info seq [hh:mm:ss:mss] For info: /user/username/projects/a/a.ts :: Config file name: /user/username/projects/a/tsconfig.json +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/a/a.ts position 13 in project /user/username/projects/a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "refs": [ @@ -255,6 +261,8 @@ After request PolledWatches:: /user/username/projects/b/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/a/node_modules/@types: *new* {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/events/projectLoading/opening-original-location-project-when-using-default-event-handler.js b/tests/baselines/reference/tsserver/events/projectLoading/opening-original-location-project-when-using-default-event-handler.js index f1e5207c2892f..b1dd53af97527 100644 --- a/tests/baselines/reference/tsserver/events/projectLoading/opening-original-location-project-when-using-default-event-handler.js +++ b/tests/baselines/reference/tsserver/events/projectLoading/opening-original-location-project-when-using-default-event-handler.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:31.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/lib/lib.d.ts] /// @@ -36,7 +36,7 @@ import {A} from "../a/a"; new A(); {"references":[{"path":"../a"}]} -Info 1 [00:00:32.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -45,13 +45,13 @@ Info 1 [00:00:32.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:33.000] Search path: /user/username/projects/b -Info 3 [00:00:34.000] For info: /user/username/projects/b/b.ts :: Config file name: /user/username/projects/b/tsconfig.json -Info 4 [00:00:35.000] Creating configuration project /user/username/projects/b/tsconfig.json -Info 5 [00:00:36.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/b/tsconfig.json 2000 undefined Project: /user/username/projects/b/tsconfig.json WatchType: Config file -Info 6 [00:00:37.000] event: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/b +Info seq [hh:mm:ss:mss] For info: /user/username/projects/b/b.ts :: Config file name: /user/username/projects/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/b/tsconfig.json 2000 undefined Project: /user/username/projects/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/b/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/b/b.ts to open"}} -Info 7 [00:00:38.000] Config: /user/username/projects/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/b/tsconfig.json : { "rootNames": [ "/user/username/projects/b/b.ts" ], @@ -65,10 +65,10 @@ Info 7 [00:00:38.000] Config: /user/username/projects/b/tsconfig.json : { } ] } -Info 8 [00:00:39.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/b 1 undefined Config: /user/username/projects/b/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:40.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/b 1 undefined Config: /user/username/projects/b/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:41.000] Starting updateGraphWorker: Project: /user/username/projects/b/tsconfig.json -Info 11 [00:00:42.000] Config: /user/username/projects/a/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/b 1 undefined Config: /user/username/projects/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/b 1 undefined Config: /user/username/projects/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/b/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/a/tsconfig.json : { "rootNames": [ "/user/username/projects/a/a.ts" ], @@ -76,16 +76,18 @@ Info 11 [00:00:42.000] Config: /user/username/projects/a/tsconfig.json : { "configFilePath": "/user/username/projects/a/tsconfig.json" } } -Info 12 [00:00:43.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/a/tsconfig.json 2000 undefined Project: /user/username/projects/b/tsconfig.json WatchType: Config file -Info 13 [00:00:44.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a 1 undefined Config: /user/username/projects/a/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:45.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a 1 undefined Config: /user/username/projects/a/tsconfig.json WatchType: Wild card directory -Info 15 [00:00:46.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/a/a.ts 500 undefined WatchType: Closed Script info -Info 16 [00:00:47.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:48.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/b/node_modules/@types 1 undefined Project: /user/username/projects/b/tsconfig.json WatchType: Type roots -Info 18 [00:00:49.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/b/node_modules/@types 1 undefined Project: /user/username/projects/b/tsconfig.json WatchType: Type roots -Info 19 [00:00:50.000] Finishing updateGraphWorker: Project: /user/username/projects/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 20 [00:00:51.000] Project '/user/username/projects/b/tsconfig.json' (Configured) -Info 21 [00:00:52.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/a/tsconfig.json 2000 undefined Project: /user/username/projects/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a 1 undefined Config: /user/username/projects/a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a 1 undefined Config: /user/username/projects/a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/a/a.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/b/node_modules/@types 1 undefined Project: /user/username/projects/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/b/node_modules/@types 1 undefined Project: /user/username/projects/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/a/a.ts Text-1 "export class A { }" /user/username/projects/b/b.ts SVC-1-0 "import {A} from \"../a/a\"; new A();" @@ -98,21 +100,21 @@ Info 21 [00:00:52.000] Files (3) b.ts Matched by default include pattern '**/*' -Info 22 [00:00:53.000] ----------------------------------------------- -Info 23 [00:00:54.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/b/tsconfig.json"}} -Info 24 [00:00:55.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"20501ec57de369fa110ede8c3db8fe97460676d82a7b594783e32439eba20158","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":2,"tsSize":52,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 25 [00:00:56.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/b/b.ts","configFile":"/user/username/projects/b/tsconfig.json","diagnostics":[{"start":{"line":1,"offset":16},"end":{"line":1,"offset":31},"text":"Referenced project '/user/username/projects/a' must have setting \"composite\": true.","code":6306,"category":"error","fileName":"/user/username/projects/b/tsconfig.json"}]}} -Info 26 [00:00:57.000] Project '/user/username/projects/b/tsconfig.json' (Configured) -Info 26 [00:00:58.000] Files (3) +Info seq [hh:mm:ss:mss] Project '/user/username/projects/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 26 [00:00:59.000] ----------------------------------------------- -Info 26 [00:01:00.000] Open files: -Info 26 [00:01:01.000] FileName: /user/username/projects/b/b.ts ProjectRootPath: undefined -Info 26 [00:01:02.000] Projects: /user/username/projects/b/tsconfig.json -Info 26 [00:01:03.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/b/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -121,6 +123,8 @@ After request PolledWatches:: /user/username/projects/b/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/b/tsconfig.json: *new* @@ -140,7 +144,7 @@ FsWatchesRecursive:: Before request -Info 27 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "references", "arguments": { @@ -151,18 +155,20 @@ Info 27 [00:01:04.000] request: "seq": 2, "type": "request" } -Info 28 [00:01:05.000] Finding references to /user/username/projects/b/b.ts position 30 in project /user/username/projects/b/tsconfig.json -Info 29 [00:01:06.000] Search path: /user/username/projects/a -Info 30 [00:01:07.000] For info: /user/username/projects/a/a.ts :: Config file name: /user/username/projects/a/tsconfig.json -Info 31 [00:01:08.000] Creating configuration project /user/username/projects/a/tsconfig.json -Info 32 [00:01:09.000] event: +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/b/b.ts position 30 in project /user/username/projects/b/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/a +Info seq [hh:mm:ss:mss] For info: /user/username/projects/a/a.ts :: Config file name: /user/username/projects/a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/a/tsconfig.json +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/a/tsconfig.json","reason":"Creating project for original file: /user/username/projects/a/a.ts"}} -Info 33 [00:01:10.000] Starting updateGraphWorker: Project: /user/username/projects/a/tsconfig.json -Info 34 [00:01:11.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots -Info 35 [00:01:12.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots -Info 36 [00:01:13.000] Finishing updateGraphWorker: Project: /user/username/projects/a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 37 [00:01:14.000] Project '/user/username/projects/a/tsconfig.json' (Configured) -Info 38 [00:01:15.000] Files (2) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/a/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/a/a.ts Text-1 "export class A { }" @@ -172,15 +178,15 @@ Info 38 [00:01:15.000] Files (2) a.ts Matched by default include pattern '**/*' -Info 39 [00:01:16.000] ----------------------------------------------- -Info 40 [00:01:17.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/a/tsconfig.json"}} -Info 41 [00:01:18.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"20a91f8dffe761e39e0ada0a62a3058faad15d4a8c135539aaccd61bb5497dea","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":18,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 42 [00:01:19.000] Search path: /user/username/projects/a -Info 43 [00:01:20.000] For info: /user/username/projects/a/a.ts :: Config file name: /user/username/projects/a/tsconfig.json -Info 44 [00:01:21.000] Finding references to /user/username/projects/a/a.ts position 13 in project /user/username/projects/a/tsconfig.json -Info 45 [00:01:22.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/a +Info seq [hh:mm:ss:mss] For info: /user/username/projects/a/a.ts :: Config file name: /user/username/projects/a/tsconfig.json +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/a/a.ts position 13 in project /user/username/projects/a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "refs": [ @@ -251,6 +257,8 @@ After request PolledWatches:: /user/username/projects/b/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/a/node_modules/@types: *new* {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/events/projectLoading/opening-original-location-project-when-using-event-handler.js b/tests/baselines/reference/tsserver/events/projectLoading/opening-original-location-project-when-using-event-handler.js index 05ae71271baa3..f385840e72679 100644 --- a/tests/baselines/reference/tsserver/events/projectLoading/opening-original-location-project-when-using-event-handler.js +++ b/tests/baselines/reference/tsserver/events/projectLoading/opening-original-location-project-when-using-event-handler.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:31.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/lib/lib.d.ts] /// @@ -36,7 +36,7 @@ import {A} from "../a/a"; new A(); {"references":[{"path":"../a"}]} -Info 1 [00:00:32.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -45,13 +45,13 @@ Info 1 [00:00:32.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:33.000] Search path: /user/username/projects/b -Info 3 [00:00:34.000] For info: /user/username/projects/b/b.ts :: Config file name: /user/username/projects/b/tsconfig.json -Info 4 [00:00:35.000] Creating configuration project /user/username/projects/b/tsconfig.json -Info 5 [00:00:36.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/b/tsconfig.json 2000 undefined Project: /user/username/projects/b/tsconfig.json WatchType: Config file -Info 6 [00:00:37.000] event: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/b +Info seq [hh:mm:ss:mss] For info: /user/username/projects/b/b.ts :: Config file name: /user/username/projects/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/b/tsconfig.json 2000 undefined Project: /user/username/projects/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"CustomHandler::projectLoadingStart","body":{"project":"/user/username/projects/b/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/b/b.ts to open"}} -Info 7 [00:00:38.000] Config: /user/username/projects/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/b/tsconfig.json : { "rootNames": [ "/user/username/projects/b/b.ts" ], @@ -65,10 +65,10 @@ Info 7 [00:00:38.000] Config: /user/username/projects/b/tsconfig.json : { } ] } -Info 8 [00:00:39.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/b 1 undefined Config: /user/username/projects/b/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:40.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/b 1 undefined Config: /user/username/projects/b/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:41.000] Starting updateGraphWorker: Project: /user/username/projects/b/tsconfig.json -Info 11 [00:00:42.000] Config: /user/username/projects/a/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/b 1 undefined Config: /user/username/projects/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/b 1 undefined Config: /user/username/projects/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/b/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/a/tsconfig.json : { "rootNames": [ "/user/username/projects/a/a.ts" ], @@ -76,16 +76,18 @@ Info 11 [00:00:42.000] Config: /user/username/projects/a/tsconfig.json : { "configFilePath": "/user/username/projects/a/tsconfig.json" } } -Info 12 [00:00:43.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/a/tsconfig.json 2000 undefined Project: /user/username/projects/b/tsconfig.json WatchType: Config file -Info 13 [00:00:44.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a 1 undefined Config: /user/username/projects/a/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:45.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a 1 undefined Config: /user/username/projects/a/tsconfig.json WatchType: Wild card directory -Info 15 [00:00:46.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/a/a.ts 500 undefined WatchType: Closed Script info -Info 16 [00:00:47.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:48.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/b/node_modules/@types 1 undefined Project: /user/username/projects/b/tsconfig.json WatchType: Type roots -Info 18 [00:00:49.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/b/node_modules/@types 1 undefined Project: /user/username/projects/b/tsconfig.json WatchType: Type roots -Info 19 [00:00:50.000] Finishing updateGraphWorker: Project: /user/username/projects/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 20 [00:00:51.000] Project '/user/username/projects/b/tsconfig.json' (Configured) -Info 21 [00:00:52.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/a/tsconfig.json 2000 undefined Project: /user/username/projects/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a 1 undefined Config: /user/username/projects/a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a 1 undefined Config: /user/username/projects/a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/a/a.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/b/node_modules/@types 1 undefined Project: /user/username/projects/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/b/node_modules/@types 1 undefined Project: /user/username/projects/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/a/a.ts Text-1 "export class A { }" /user/username/projects/b/b.ts SVC-1-0 "import {A} from \"../a/a\"; new A();" @@ -98,21 +100,21 @@ Info 21 [00:00:52.000] Files (3) b.ts Matched by default include pattern '**/*' -Info 22 [00:00:53.000] ----------------------------------------------- -Info 23 [00:00:54.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"CustomHandler::projectLoadingFinish","body":{"project":"/user/username/projects/b/tsconfig.json"}} -Info 24 [00:00:55.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"CustomHandler::projectInfo","body":{"projectId":"20501ec57de369fa110ede8c3db8fe97460676d82a7b594783e32439eba20158","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":2,"tsSize":52,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}} -Info 25 [00:00:56.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"CustomHandler::configFileDiag","body":{"configFileName":"/user/username/projects/b/tsconfig.json","diagnostics":[{"start":{"line":1,"offset":16},"end":{"line":1,"offset":31},"text":"Referenced project '/user/username/projects/a' must have setting \"composite\": true.","code":6306,"category":"error","fileName":"/user/username/projects/b/tsconfig.json"}],"triggerFile":"/user/username/projects/b/b.ts"}} -Info 26 [00:00:57.000] Project '/user/username/projects/b/tsconfig.json' (Configured) -Info 26 [00:00:58.000] Files (3) +Info seq [hh:mm:ss:mss] Project '/user/username/projects/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 26 [00:00:59.000] ----------------------------------------------- -Info 26 [00:01:00.000] Open files: -Info 26 [00:01:01.000] FileName: /user/username/projects/b/b.ts ProjectRootPath: undefined -Info 26 [00:01:02.000] Projects: /user/username/projects/b/tsconfig.json -Info 26 [00:01:03.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/b/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -121,6 +123,8 @@ After request PolledWatches:: /user/username/projects/b/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/b/tsconfig.json: *new* @@ -140,7 +144,7 @@ FsWatchesRecursive:: Before request -Info 27 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "references", "arguments": { @@ -151,18 +155,20 @@ Info 27 [00:01:04.000] request: "seq": 2, "type": "request" } -Info 28 [00:01:05.000] Finding references to /user/username/projects/b/b.ts position 30 in project /user/username/projects/b/tsconfig.json -Info 29 [00:01:06.000] Search path: /user/username/projects/a -Info 30 [00:01:07.000] For info: /user/username/projects/a/a.ts :: Config file name: /user/username/projects/a/tsconfig.json -Info 31 [00:01:08.000] Creating configuration project /user/username/projects/a/tsconfig.json -Info 32 [00:01:09.000] event: +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/b/b.ts position 30 in project /user/username/projects/b/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/a +Info seq [hh:mm:ss:mss] For info: /user/username/projects/a/a.ts :: Config file name: /user/username/projects/a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/a/tsconfig.json +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"CustomHandler::projectLoadingStart","body":{"project":"/user/username/projects/a/tsconfig.json","reason":"Creating project for original file: /user/username/projects/a/a.ts"}} -Info 33 [00:01:10.000] Starting updateGraphWorker: Project: /user/username/projects/a/tsconfig.json -Info 34 [00:01:11.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots -Info 35 [00:01:12.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots -Info 36 [00:01:13.000] Finishing updateGraphWorker: Project: /user/username/projects/a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 37 [00:01:14.000] Project '/user/username/projects/a/tsconfig.json' (Configured) -Info 38 [00:01:15.000] Files (2) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/a/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/a/a.ts Text-1 "export class A { }" @@ -172,15 +178,15 @@ Info 38 [00:01:15.000] Files (2) a.ts Matched by default include pattern '**/*' -Info 39 [00:01:16.000] ----------------------------------------------- -Info 40 [00:01:17.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"CustomHandler::projectLoadingFinish","body":{"project":"/user/username/projects/a/tsconfig.json"}} -Info 41 [00:01:18.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"CustomHandler::projectInfo","body":{"projectId":"20a91f8dffe761e39e0ada0a62a3058faad15d4a8c135539aaccd61bb5497dea","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":18,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}} -Info 42 [00:01:19.000] Search path: /user/username/projects/a -Info 43 [00:01:20.000] For info: /user/username/projects/a/a.ts :: Config file name: /user/username/projects/a/tsconfig.json -Info 44 [00:01:21.000] Finding references to /user/username/projects/a/a.ts position 13 in project /user/username/projects/a/tsconfig.json -Info 45 [00:01:22.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/a +Info seq [hh:mm:ss:mss] For info: /user/username/projects/a/a.ts :: Config file name: /user/username/projects/a/tsconfig.json +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/a/a.ts position 13 in project /user/username/projects/a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "refs": [ @@ -251,6 +257,8 @@ After request PolledWatches:: /user/username/projects/b/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/a/node_modules/@types: *new* {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/events/projectLoading/project-is-created-by-open-file-when-using-default-event-handler.js b/tests/baselines/reference/tsserver/events/projectLoading/project-is-created-by-open-file-when-using-default-event-handler.js index 01ae4d99a614d..bfe7aeafb6fba 100644 --- a/tests/baselines/reference/tsserver/events/projectLoading/project-is-created-by-open-file-when-using-default-event-handler.js +++ b/tests/baselines/reference/tsserver/events/projectLoading/project-is-created-by-open-file-when-using-default-event-handler.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:27.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/lib/lib.d.ts] /// @@ -27,7 +27,7 @@ export class B {} {} -Info 1 [00:00:28.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -36,13 +36,13 @@ Info 1 [00:00:28.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:29.000] Search path: /user/username/projects/a -Info 3 [00:00:30.000] For info: /user/username/projects/a/a.ts :: Config file name: /user/username/projects/a/tsconfig.json -Info 4 [00:00:31.000] Creating configuration project /user/username/projects/a/tsconfig.json -Info 5 [00:00:32.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/a/tsconfig.json 2000 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Config file -Info 6 [00:00:33.000] event: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/a +Info seq [hh:mm:ss:mss] For info: /user/username/projects/a/a.ts :: Config file name: /user/username/projects/a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/a/tsconfig.json 2000 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/a/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/a/a.ts to open"}} -Info 7 [00:00:34.000] Config: /user/username/projects/a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/a/tsconfig.json : { "rootNames": [ "/user/username/projects/a/a.ts" ], @@ -50,15 +50,17 @@ Info 7 [00:00:34.000] Config: /user/username/projects/a/tsconfig.json : { "configFilePath": "/user/username/projects/a/tsconfig.json" } } -Info 8 [00:00:35.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a 1 undefined Config: /user/username/projects/a/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:36.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a 1 undefined Config: /user/username/projects/a/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:37.000] Starting updateGraphWorker: Project: /user/username/projects/a/tsconfig.json -Info 11 [00:00:38.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 12 [00:00:39.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots -Info 13 [00:00:40.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots -Info 14 [00:00:41.000] Finishing updateGraphWorker: Project: /user/username/projects/a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:42.000] Project '/user/username/projects/a/tsconfig.json' (Configured) -Info 16 [00:00:43.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a 1 undefined Config: /user/username/projects/a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a 1 undefined Config: /user/username/projects/a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/a/a.ts SVC-1-0 "export class A { }" @@ -68,21 +70,21 @@ Info 16 [00:00:43.000] Files (2) a.ts Matched by default include pattern '**/*' -Info 17 [00:00:44.000] ----------------------------------------------- -Info 18 [00:00:45.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/a/tsconfig.json"}} -Info 19 [00:00:46.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"20a91f8dffe761e39e0ada0a62a3058faad15d4a8c135539aaccd61bb5497dea","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":18,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 20 [00:00:47.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/a/a.ts","configFile":"/user/username/projects/a/tsconfig.json","diagnostics":[]}} -Info 21 [00:00:48.000] Project '/user/username/projects/a/tsconfig.json' (Configured) -Info 21 [00:00:49.000] Files (2) - -Info 21 [00:00:50.000] ----------------------------------------------- -Info 21 [00:00:51.000] Open files: -Info 21 [00:00:52.000] FileName: /user/username/projects/a/a.ts ProjectRootPath: undefined -Info 21 [00:00:53.000] Projects: /user/username/projects/a/tsconfig.json -Info 21 [00:00:54.000] response: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/a/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -91,6 +93,8 @@ After request PolledWatches:: /user/username/projects/a/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/a/tsconfig.json: *new* @@ -104,7 +108,7 @@ FsWatchesRecursive:: Before request -Info 22 [00:00:55.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -113,13 +117,13 @@ Info 22 [00:00:55.000] request: "seq": 2, "type": "request" } -Info 23 [00:00:56.000] Search path: /user/username/projects/b -Info 24 [00:00:57.000] For info: /user/username/projects/b/b.ts :: Config file name: /user/username/projects/b/tsconfig.json -Info 25 [00:00:58.000] Creating configuration project /user/username/projects/b/tsconfig.json -Info 26 [00:00:59.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/b/tsconfig.json 2000 undefined Project: /user/username/projects/b/tsconfig.json WatchType: Config file -Info 27 [00:01:00.000] event: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/b +Info seq [hh:mm:ss:mss] For info: /user/username/projects/b/b.ts :: Config file name: /user/username/projects/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/b/tsconfig.json 2000 undefined Project: /user/username/projects/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/b/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/b/b.ts to open"}} -Info 28 [00:01:01.000] Config: /user/username/projects/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/b/tsconfig.json : { "rootNames": [ "/user/username/projects/b/b.ts" ], @@ -127,14 +131,16 @@ Info 28 [00:01:01.000] Config: /user/username/projects/b/tsconfig.json : { "configFilePath": "/user/username/projects/b/tsconfig.json" } } -Info 29 [00:01:02.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/b 1 undefined Config: /user/username/projects/b/tsconfig.json WatchType: Wild card directory -Info 30 [00:01:03.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/b 1 undefined Config: /user/username/projects/b/tsconfig.json WatchType: Wild card directory -Info 31 [00:01:04.000] Starting updateGraphWorker: Project: /user/username/projects/b/tsconfig.json -Info 32 [00:01:05.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/b/node_modules/@types 1 undefined Project: /user/username/projects/b/tsconfig.json WatchType: Type roots -Info 33 [00:01:06.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/b/node_modules/@types 1 undefined Project: /user/username/projects/b/tsconfig.json WatchType: Type roots -Info 34 [00:01:07.000] Finishing updateGraphWorker: Project: /user/username/projects/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 35 [00:01:08.000] Project '/user/username/projects/b/tsconfig.json' (Configured) -Info 36 [00:01:09.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/b 1 undefined Config: /user/username/projects/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/b 1 undefined Config: /user/username/projects/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/b/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/b/node_modules/@types 1 undefined Project: /user/username/projects/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/b/node_modules/@types 1 undefined Project: /user/username/projects/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/b/b.ts SVC-1-0 "export class B {}" @@ -144,27 +150,27 @@ Info 36 [00:01:09.000] Files (2) b.ts Matched by default include pattern '**/*' -Info 37 [00:01:10.000] ----------------------------------------------- -Info 38 [00:01:11.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/b/tsconfig.json"}} -Info 39 [00:01:12.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"20501ec57de369fa110ede8c3db8fe97460676d82a7b594783e32439eba20158","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":17,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 40 [00:01:13.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/b/b.ts","configFile":"/user/username/projects/b/tsconfig.json","diagnostics":[]}} -Info 41 [00:01:14.000] Project '/user/username/projects/a/tsconfig.json' (Configured) -Info 41 [00:01:15.000] Files (2) - -Info 41 [00:01:16.000] ----------------------------------------------- -Info 41 [00:01:17.000] Project '/user/username/projects/b/tsconfig.json' (Configured) -Info 41 [00:01:18.000] Files (2) - -Info 41 [00:01:19.000] ----------------------------------------------- -Info 41 [00:01:20.000] Open files: -Info 41 [00:01:21.000] FileName: /user/username/projects/a/a.ts ProjectRootPath: undefined -Info 41 [00:01:22.000] Projects: /user/username/projects/a/tsconfig.json -Info 41 [00:01:23.000] FileName: /user/username/projects/b/b.ts ProjectRootPath: undefined -Info 41 [00:01:24.000] Projects: /user/username/projects/b/tsconfig.json -Info 41 [00:01:25.000] response: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/a/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/a/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/b/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -173,6 +179,8 @@ After request PolledWatches:: /user/username/projects/a/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/b/node_modules/@types: *new* {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/events/projectLoading/project-is-created-by-open-file-when-using-event-handler.js b/tests/baselines/reference/tsserver/events/projectLoading/project-is-created-by-open-file-when-using-event-handler.js index 03a963631f79b..5a221b55f44a8 100644 --- a/tests/baselines/reference/tsserver/events/projectLoading/project-is-created-by-open-file-when-using-event-handler.js +++ b/tests/baselines/reference/tsserver/events/projectLoading/project-is-created-by-open-file-when-using-event-handler.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:27.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/lib/lib.d.ts] /// @@ -27,7 +27,7 @@ export class B {} {} -Info 1 [00:00:28.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -36,13 +36,13 @@ Info 1 [00:00:28.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:29.000] Search path: /user/username/projects/a -Info 3 [00:00:30.000] For info: /user/username/projects/a/a.ts :: Config file name: /user/username/projects/a/tsconfig.json -Info 4 [00:00:31.000] Creating configuration project /user/username/projects/a/tsconfig.json -Info 5 [00:00:32.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/a/tsconfig.json 2000 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Config file -Info 6 [00:00:33.000] event: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/a +Info seq [hh:mm:ss:mss] For info: /user/username/projects/a/a.ts :: Config file name: /user/username/projects/a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/a/tsconfig.json 2000 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"CustomHandler::projectLoadingStart","body":{"project":"/user/username/projects/a/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/a/a.ts to open"}} -Info 7 [00:00:34.000] Config: /user/username/projects/a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/a/tsconfig.json : { "rootNames": [ "/user/username/projects/a/a.ts" ], @@ -50,15 +50,17 @@ Info 7 [00:00:34.000] Config: /user/username/projects/a/tsconfig.json : { "configFilePath": "/user/username/projects/a/tsconfig.json" } } -Info 8 [00:00:35.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a 1 undefined Config: /user/username/projects/a/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:36.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a 1 undefined Config: /user/username/projects/a/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:37.000] Starting updateGraphWorker: Project: /user/username/projects/a/tsconfig.json -Info 11 [00:00:38.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 12 [00:00:39.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots -Info 13 [00:00:40.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots -Info 14 [00:00:41.000] Finishing updateGraphWorker: Project: /user/username/projects/a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:42.000] Project '/user/username/projects/a/tsconfig.json' (Configured) -Info 16 [00:00:43.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a 1 undefined Config: /user/username/projects/a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a 1 undefined Config: /user/username/projects/a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/a/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/a/a.ts SVC-1-0 "export class A { }" @@ -68,21 +70,21 @@ Info 16 [00:00:43.000] Files (2) a.ts Matched by default include pattern '**/*' -Info 17 [00:00:44.000] ----------------------------------------------- -Info 18 [00:00:45.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"CustomHandler::projectLoadingFinish","body":{"project":"/user/username/projects/a/tsconfig.json"}} -Info 19 [00:00:46.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"CustomHandler::projectInfo","body":{"projectId":"20a91f8dffe761e39e0ada0a62a3058faad15d4a8c135539aaccd61bb5497dea","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":18,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}} -Info 20 [00:00:47.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"CustomHandler::configFileDiag","body":{"configFileName":"/user/username/projects/a/tsconfig.json","diagnostics":[],"triggerFile":"/user/username/projects/a/a.ts"}} -Info 21 [00:00:48.000] Project '/user/username/projects/a/tsconfig.json' (Configured) -Info 21 [00:00:49.000] Files (2) - -Info 21 [00:00:50.000] ----------------------------------------------- -Info 21 [00:00:51.000] Open files: -Info 21 [00:00:52.000] FileName: /user/username/projects/a/a.ts ProjectRootPath: undefined -Info 21 [00:00:53.000] Projects: /user/username/projects/a/tsconfig.json -Info 21 [00:00:54.000] response: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/a/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -91,6 +93,8 @@ After request PolledWatches:: /user/username/projects/a/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/a/tsconfig.json: *new* @@ -104,7 +108,7 @@ FsWatchesRecursive:: Before request -Info 22 [00:00:55.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -113,13 +117,13 @@ Info 22 [00:00:55.000] request: "seq": 2, "type": "request" } -Info 23 [00:00:56.000] Search path: /user/username/projects/b -Info 24 [00:00:57.000] For info: /user/username/projects/b/b.ts :: Config file name: /user/username/projects/b/tsconfig.json -Info 25 [00:00:58.000] Creating configuration project /user/username/projects/b/tsconfig.json -Info 26 [00:00:59.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/b/tsconfig.json 2000 undefined Project: /user/username/projects/b/tsconfig.json WatchType: Config file -Info 27 [00:01:00.000] event: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/b +Info seq [hh:mm:ss:mss] For info: /user/username/projects/b/b.ts :: Config file name: /user/username/projects/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/b/tsconfig.json 2000 undefined Project: /user/username/projects/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"CustomHandler::projectLoadingStart","body":{"project":"/user/username/projects/b/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/b/b.ts to open"}} -Info 28 [00:01:01.000] Config: /user/username/projects/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/b/tsconfig.json : { "rootNames": [ "/user/username/projects/b/b.ts" ], @@ -127,14 +131,16 @@ Info 28 [00:01:01.000] Config: /user/username/projects/b/tsconfig.json : { "configFilePath": "/user/username/projects/b/tsconfig.json" } } -Info 29 [00:01:02.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/b 1 undefined Config: /user/username/projects/b/tsconfig.json WatchType: Wild card directory -Info 30 [00:01:03.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/b 1 undefined Config: /user/username/projects/b/tsconfig.json WatchType: Wild card directory -Info 31 [00:01:04.000] Starting updateGraphWorker: Project: /user/username/projects/b/tsconfig.json -Info 32 [00:01:05.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/b/node_modules/@types 1 undefined Project: /user/username/projects/b/tsconfig.json WatchType: Type roots -Info 33 [00:01:06.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/b/node_modules/@types 1 undefined Project: /user/username/projects/b/tsconfig.json WatchType: Type roots -Info 34 [00:01:07.000] Finishing updateGraphWorker: Project: /user/username/projects/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 35 [00:01:08.000] Project '/user/username/projects/b/tsconfig.json' (Configured) -Info 36 [00:01:09.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/b 1 undefined Config: /user/username/projects/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/b 1 undefined Config: /user/username/projects/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/b/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/b/node_modules/@types 1 undefined Project: /user/username/projects/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/b/node_modules/@types 1 undefined Project: /user/username/projects/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/b/b.ts SVC-1-0 "export class B {}" @@ -144,27 +150,27 @@ Info 36 [00:01:09.000] Files (2) b.ts Matched by default include pattern '**/*' -Info 37 [00:01:10.000] ----------------------------------------------- -Info 38 [00:01:11.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"CustomHandler::projectLoadingFinish","body":{"project":"/user/username/projects/b/tsconfig.json"}} -Info 39 [00:01:12.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"CustomHandler::projectInfo","body":{"projectId":"20501ec57de369fa110ede8c3db8fe97460676d82a7b594783e32439eba20158","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":17,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}} -Info 40 [00:01:13.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"CustomHandler::configFileDiag","body":{"configFileName":"/user/username/projects/b/tsconfig.json","diagnostics":[],"triggerFile":"/user/username/projects/b/b.ts"}} -Info 41 [00:01:14.000] Project '/user/username/projects/a/tsconfig.json' (Configured) -Info 41 [00:01:15.000] Files (2) - -Info 41 [00:01:16.000] ----------------------------------------------- -Info 41 [00:01:17.000] Project '/user/username/projects/b/tsconfig.json' (Configured) -Info 41 [00:01:18.000] Files (2) - -Info 41 [00:01:19.000] ----------------------------------------------- -Info 41 [00:01:20.000] Open files: -Info 41 [00:01:21.000] FileName: /user/username/projects/a/a.ts ProjectRootPath: undefined -Info 41 [00:01:22.000] Projects: /user/username/projects/a/tsconfig.json -Info 41 [00:01:23.000] FileName: /user/username/projects/b/b.ts ProjectRootPath: undefined -Info 41 [00:01:24.000] Projects: /user/username/projects/b/tsconfig.json -Info 41 [00:01:25.000] response: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/a/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/a/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/b/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -173,6 +179,8 @@ After request PolledWatches:: /user/username/projects/a/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/b/node_modules/@types: *new* {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/when-event-handler-is-set-in-the-session-and-project-is-at-root-level.js b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/when-event-handler-is-set-in-the-session-and-project-is-at-root-level.js index 12344d220278d..931bcddaa8083 100644 --- a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/when-event-handler-is-set-in-the-session-and-project-is-at-root-level.js +++ b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/when-event-handler-is-set-in-the-session-and-project-is-at-root-level.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:19.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/b/project/file1.ts] import a from "file2" @@ -24,7 +24,7 @@ interface Array { length: number; [n: number]: T; } {"compilerOptions":{"typeRoots":[]}} -Info 1 [00:00:20.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -33,13 +33,13 @@ Info 1 [00:00:20.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:21.000] Search path: /a/b/project -Info 3 [00:00:22.000] For info: /a/b/project/file1.ts :: Config file name: /a/b/project/tsconfig.json -Info 4 [00:00:23.000] Creating configuration project /a/b/project/tsconfig.json -Info 5 [00:00:24.000] FileWatcher:: Added:: WatchInfo: /a/b/project/tsconfig.json 2000 undefined Project: /a/b/project/tsconfig.json WatchType: Config file -Info 6 [00:00:25.000] event: +Info seq [hh:mm:ss:mss] Search path: /a/b/project +Info seq [hh:mm:ss:mss] For info: /a/b/project/file1.ts :: Config file name: /a/b/project/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/b/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/project/tsconfig.json 2000 undefined Project: /a/b/project/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"CustomHandler::projectLoadingStart","body":{"project":"/a/b/project/tsconfig.json","reason":"Creating possible configured project for /a/b/project/file1.ts to open"}} -Info 7 [00:00:26.000] Config: /a/b/project/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /a/b/project/tsconfig.json : { "rootNames": [ "/a/b/project/file1.ts", "/a/b/project/file3.ts" @@ -49,16 +49,16 @@ Info 7 [00:00:26.000] Config: /a/b/project/tsconfig.json : { "configFilePath": "/a/b/project/tsconfig.json" } } -Info 8 [00:00:27.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/project 1 undefined Config: /a/b/project/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:28.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/project 1 undefined Config: /a/b/project/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:29.000] FileWatcher:: Added:: WatchInfo: /a/b/project/file3.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:30.000] Starting updateGraphWorker: Project: /a/b/project/tsconfig.json -Info 12 [00:00:31.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 13 [00:00:32.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/project/node_modules 1 undefined Project: /a/b/project/tsconfig.json WatchType: Failed Lookup Locations -Info 14 [00:00:33.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/project/node_modules 1 undefined Project: /a/b/project/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:34.000] Finishing updateGraphWorker: Project: /a/b/project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:00:35.000] Project '/a/b/project/tsconfig.json' (Configured) -Info 17 [00:00:36.000] Files (3) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/project 1 undefined Config: /a/b/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/project 1 undefined Config: /a/b/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/project/file3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/project/node_modules 1 undefined Project: /a/b/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/project/node_modules 1 undefined Project: /a/b/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/project/file1.ts SVC-1-0 "import a from \"file2\"" /a/b/project/file3.ts Text-1 "export class c { }" @@ -71,21 +71,21 @@ Info 17 [00:00:36.000] Files (3) file3.ts Matched by default include pattern '**/*' -Info 18 [00:00:37.000] ----------------------------------------------- -Info 19 [00:00:38.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"CustomHandler::projectLoadingFinish","body":{"project":"/a/b/project/tsconfig.json"}} -Info 20 [00:00:39.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"CustomHandler::projectInfo","body":{"projectId":"1cf2001c133ce00fd258494c136bfa9707203d90270d151ea0f575d93d990f9d","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":2,"tsSize":39,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{"typeRoots":[]},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}} -Info 21 [00:00:40.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"CustomHandler::configFileDiag","body":{"configFileName":"/a/b/project/tsconfig.json","diagnostics":[],"triggerFile":"/a/b/project/file1.ts"}} -Info 22 [00:00:41.000] Project '/a/b/project/tsconfig.json' (Configured) -Info 22 [00:00:42.000] Files (3) - -Info 22 [00:00:43.000] ----------------------------------------------- -Info 22 [00:00:44.000] Open files: -Info 22 [00:00:45.000] FileName: /a/b/project/file1.ts ProjectRootPath: undefined -Info 22 [00:00:46.000] Projects: /a/b/project/tsconfig.json -Info 22 [00:00:47.000] response: +Info seq [hh:mm:ss:mss] Project '/a/b/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/project/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/project/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -107,10 +107,10 @@ FsWatchesRecursive:: /a/b/project: *new* {} -Info 23 [00:00:51.000] FileWatcher:: Triggered with /a/b/project/file3.ts 1:: WatchInfo: /a/b/project/file3.ts 500 undefined WatchType: Closed Script info -Info 24 [00:00:52.000] Scheduled: /a/b/project/tsconfig.json -Info 25 [00:00:53.000] Scheduled: *ensureProjectForOpenFiles* -Info 26 [00:00:54.000] Elapsed:: *ms FileWatcher:: Triggered with /a/b/project/file3.ts 1:: WatchInfo: /a/b/project/file3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /a/b/project/file3.ts 1:: WatchInfo: /a/b/project/file3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /a/b/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /a/b/project/file3.ts 1:: WatchInfo: /a/b/project/file3.ts 500 undefined WatchType: Closed Script info Before running Timeout callback:: count: 2 1: /a/b/project/tsconfig.json 2: *ensureProjectForOpenFiles* @@ -118,34 +118,34 @@ Before running Timeout callback:: count: 2 export class c { }export class d {} -Info 27 [00:00:55.000] Running: /a/b/project/tsconfig.json -Info 28 [00:00:56.000] Starting updateGraphWorker: Project: /a/b/project/tsconfig.json -Info 29 [00:00:57.000] Finishing updateGraphWorker: Project: /a/b/project/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 30 [00:00:58.000] Project '/a/b/project/tsconfig.json' (Configured) -Info 31 [00:00:59.000] Files (3) +Info seq [hh:mm:ss:mss] Running: /a/b/project/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/project/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/project/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/project/file1.ts SVC-1-0 "import a from \"file2\"" /a/b/project/file3.ts Text-2 "export class c { }export class d {}" -Info 32 [00:01:00.000] ----------------------------------------------- -Info 33 [00:01:01.000] Running: *ensureProjectForOpenFiles* -Info 34 [00:01:02.000] Before ensureProjectForOpenFiles: -Info 35 [00:01:03.000] Project '/a/b/project/tsconfig.json' (Configured) -Info 35 [00:01:04.000] Files (3) - -Info 35 [00:01:05.000] ----------------------------------------------- -Info 35 [00:01:06.000] Open files: -Info 35 [00:01:07.000] FileName: /a/b/project/file1.ts ProjectRootPath: undefined -Info 35 [00:01:08.000] Projects: /a/b/project/tsconfig.json -Info 35 [00:01:09.000] After ensureProjectForOpenFiles: -Info 36 [00:01:10.000] Project '/a/b/project/tsconfig.json' (Configured) -Info 36 [00:01:11.000] Files (3) - -Info 36 [00:01:12.000] ----------------------------------------------- -Info 36 [00:01:13.000] Open files: -Info 36 [00:01:14.000] FileName: /a/b/project/file1.ts ProjectRootPath: undefined -Info 36 [00:01:15.000] Projects: /a/b/project/tsconfig.json -Info 36 [00:01:16.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/a/b/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/project/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/a/b/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/project/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/project/tsconfig.json +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"CustomHandler::projectsUpdatedInBackground","body":{"openFiles":["/a/b/project/file1.ts"]}} After running Timeout callback:: count: 0 diff --git a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/when-event-handler-is-set-in-the-session-and-project-is-not-at-root-level.js b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/when-event-handler-is-set-in-the-session-and-project-is-not-at-root-level.js index 1a1084f51ee93..1b3c1a9223c3e 100644 --- a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/when-event-handler-is-set-in-the-session-and-project-is-not-at-root-level.js +++ b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/when-event-handler-is-set-in-the-session-and-project-is-not-at-root-level.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:29.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/rootfolder/otherfolder/a/b/project/file1.ts] import a from "file2" @@ -24,7 +24,7 @@ interface Array { length: number; [n: number]: T; } {"compilerOptions":{"typeRoots":[]}} -Info 1 [00:00:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -33,13 +33,13 @@ Info 1 [00:00:30.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:31.000] Search path: /user/username/rootfolder/otherfolder/a/b/project -Info 3 [00:00:32.000] For info: /user/username/rootfolder/otherfolder/a/b/project/file1.ts :: Config file name: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json -Info 4 [00:00:33.000] Creating configuration project /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json -Info 5 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json 2000 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Config file -Info 6 [00:00:35.000] event: +Info seq [hh:mm:ss:mss] Search path: /user/username/rootfolder/otherfolder/a/b/project +Info seq [hh:mm:ss:mss] For info: /user/username/rootfolder/otherfolder/a/b/project/file1.ts :: Config file name: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json 2000 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"CustomHandler::projectLoadingStart","body":{"project":"/user/username/rootfolder/otherfolder/a/b/project/tsconfig.json","reason":"Creating possible configured project for /user/username/rootfolder/otherfolder/a/b/project/file1.ts to open"}} -Info 7 [00:00:36.000] Config: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json : { "rootNames": [ "/user/username/rootfolder/otherfolder/a/b/project/file1.ts", "/user/username/rootfolder/otherfolder/a/b/project/file3.ts" @@ -49,22 +49,24 @@ Info 7 [00:00:36.000] Config: /user/username/rootfolder/otherfolder/a/b/proje "configFilePath": "/user/username/rootfolder/otherfolder/a/b/project/tsconfig.json" } } -Info 8 [00:00:37.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/project 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:38.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/project 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:39.000] FileWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/project/file3.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:40.000] Starting updateGraphWorker: Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json -Info 12 [00:00:41.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 13 [00:00:42.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/project/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations -Info 14 [00:00:43.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/project/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:44.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:00:45.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations -Info 17 [00:00:46.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations -Info 18 [00:00:47.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations -Info 19 [00:00:48.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations -Info 20 [00:00:49.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations -Info 21 [00:00:50.000] Finishing updateGraphWorker: Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 22 [00:00:51.000] Project '/user/username/rootfolder/otherfolder/a/b/project/tsconfig.json' (Configured) -Info 23 [00:00:52.000] Files (3) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/project 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/project 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/project/file3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/project/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/project/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/rootfolder/otherfolder/a/b/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/rootfolder/otherfolder/a/b/project/file1.ts SVC-1-0 "import a from \"file2\"" /user/username/rootfolder/otherfolder/a/b/project/file3.ts Text-1 "export class c { }" @@ -77,21 +79,21 @@ Info 23 [00:00:52.000] Files (3) file3.ts Matched by default include pattern '**/*' -Info 24 [00:00:53.000] ----------------------------------------------- -Info 25 [00:00:54.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"CustomHandler::projectLoadingFinish","body":{"project":"/user/username/rootfolder/otherfolder/a/b/project/tsconfig.json"}} -Info 26 [00:00:55.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"CustomHandler::projectInfo","body":{"projectId":"79b1a0103ed8006f174a1f979cf698219d4ec4ae3a48594da1085f7a1749553c","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":2,"tsSize":39,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{"typeRoots":[]},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}} -Info 27 [00:00:56.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"CustomHandler::configFileDiag","body":{"configFileName":"/user/username/rootfolder/otherfolder/a/b/project/tsconfig.json","diagnostics":[],"triggerFile":"/user/username/rootfolder/otherfolder/a/b/project/file1.ts"}} -Info 28 [00:00:57.000] Project '/user/username/rootfolder/otherfolder/a/b/project/tsconfig.json' (Configured) -Info 28 [00:00:58.000] Files (3) - -Info 28 [00:00:59.000] ----------------------------------------------- -Info 28 [00:01:00.000] Open files: -Info 28 [00:01:01.000] FileName: /user/username/rootfolder/otherfolder/a/b/project/file1.ts ProjectRootPath: undefined -Info 28 [00:01:02.000] Projects: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json -Info 28 [00:01:03.000] response: +Info seq [hh:mm:ss:mss] Project '/user/username/rootfolder/otherfolder/a/b/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/rootfolder/otherfolder/a/b/project/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -106,6 +108,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/rootfolder/otherfolder/node_modules: *new* {"pollingInterval":500} +/user/username/rootfolder/node_modules: *new* + {"pollingInterval":500} FsWatches:: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json: *new* @@ -119,10 +123,10 @@ FsWatchesRecursive:: /user/username/rootfolder/otherfolder/a/b/project: *new* {} -Info 29 [00:01:07.000] FileWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/project/file3.ts 1:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/project/file3.ts 500 undefined WatchType: Closed Script info -Info 30 [00:01:08.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json -Info 31 [00:01:09.000] Scheduled: *ensureProjectForOpenFiles* -Info 32 [00:01:10.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/project/file3.ts 1:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/project/file3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/project/file3.ts 1:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/project/file3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/project/file3.ts 1:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/project/file3.ts 500 undefined WatchType: Closed Script info Before running Timeout callback:: count: 2 1: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json 2: *ensureProjectForOpenFiles* @@ -130,46 +134,46 @@ Before running Timeout callback:: count: 2 export class c { }export class d {} -Info 33 [00:01:11.000] Running: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json -Info 34 [00:01:12.000] Starting updateGraphWorker: Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json -Info 35 [00:01:13.000] Finishing updateGraphWorker: Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 36 [00:01:14.000] Project '/user/username/rootfolder/otherfolder/a/b/project/tsconfig.json' (Configured) -Info 37 [00:01:15.000] Files (3) +Info seq [hh:mm:ss:mss] Running: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/rootfolder/otherfolder/a/b/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/rootfolder/otherfolder/a/b/project/file1.ts SVC-1-0 "import a from \"file2\"" /user/username/rootfolder/otherfolder/a/b/project/file3.ts Text-2 "export class c { }export class d {}" -Info 38 [00:01:16.000] ----------------------------------------------- -Info 39 [00:01:17.000] Running: *ensureProjectForOpenFiles* -Info 40 [00:01:18.000] Before ensureProjectForOpenFiles: -Info 41 [00:01:19.000] Project '/user/username/rootfolder/otherfolder/a/b/project/tsconfig.json' (Configured) -Info 41 [00:01:20.000] Files (3) - -Info 41 [00:01:21.000] ----------------------------------------------- -Info 41 [00:01:22.000] Open files: -Info 41 [00:01:23.000] FileName: /user/username/rootfolder/otherfolder/a/b/project/file1.ts ProjectRootPath: undefined -Info 41 [00:01:24.000] Projects: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json -Info 41 [00:01:25.000] After ensureProjectForOpenFiles: -Info 42 [00:01:26.000] Project '/user/username/rootfolder/otherfolder/a/b/project/tsconfig.json' (Configured) -Info 42 [00:01:27.000] Files (3) - -Info 42 [00:01:28.000] ----------------------------------------------- -Info 42 [00:01:29.000] Open files: -Info 42 [00:01:30.000] FileName: /user/username/rootfolder/otherfolder/a/b/project/file1.ts ProjectRootPath: undefined -Info 42 [00:01:31.000] Projects: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json -Info 42 [00:01:32.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/rootfolder/otherfolder/a/b/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/rootfolder/otherfolder/a/b/project/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/rootfolder/otherfolder/a/b/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/rootfolder/otherfolder/a/b/project/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"CustomHandler::projectsUpdatedInBackground","body":{"openFiles":["/user/username/rootfolder/otherfolder/a/b/project/file1.ts"]}} After running Timeout callback:: count: 0 -Info 43 [00:01:36.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations -Info 44 [00:01:37.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.jsonFailedLookupInvalidation -Info 45 [00:01:38.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations -Info 46 [00:01:39.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations -Info 47 [00:01:40.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 48 [00:01:41.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations -Info 49 [00:01:44.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/file2.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations -Info 50 [00:01:45.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 51 [00:01:46.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/file2.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/file2.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/file2.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations Before running Timeout callback:: count: 1 5: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.jsonFailedLookupInvalidation //// [/user/username/rootfolder/otherfolder/a/b/node_modules/file2.d.ts] @@ -183,6 +187,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/rootfolder/otherfolder/node_modules: {"pollingInterval":500} +/user/username/rootfolder/node_modules: + {"pollingInterval":500} PolledWatches *deleted*:: /user/username/rootfolder/otherfolder/a/b/node_modules: @@ -202,9 +208,9 @@ FsWatchesRecursive:: /user/username/rootfolder/otherfolder/a/b/node_modules: *new* {} -Info 52 [00:01:47.000] Running: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.jsonFailedLookupInvalidation -Info 53 [00:01:48.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json -Info 54 [00:01:49.000] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Running: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* After running Timeout callback:: count: 2 6: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json 7: *ensureProjectForOpenFiles* @@ -213,17 +219,19 @@ Before running Timeout callback:: count: 2 6: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json 7: *ensureProjectForOpenFiles* -Info 55 [00:01:50.000] Running: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json -Info 56 [00:01:51.000] Starting updateGraphWorker: Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json -Info 57 [00:01:52.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 58 [00:01:53.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 59 [00:01:54.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/rootfolder/otherfolder/a/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations -Info 60 [00:01:55.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/rootfolder/otherfolder/a/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations -Info 61 [00:01:56.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/rootfolder/otherfolder/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations -Info 62 [00:01:57.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/rootfolder/otherfolder/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations -Info 63 [00:01:58.000] Finishing updateGraphWorker: Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json Version: 3 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms -Info 64 [00:01:59.000] Project '/user/username/rootfolder/otherfolder/a/b/project/tsconfig.json' (Configured) -Info 65 [00:02:00.000] Files (4) +Info seq [hh:mm:ss:mss] Running: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/rootfolder/otherfolder/a/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/rootfolder/otherfolder/a/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/rootfolder/otherfolder/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/rootfolder/otherfolder/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/rootfolder/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/rootfolder/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json Version: 3 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/rootfolder/otherfolder/a/b/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/rootfolder/otherfolder/a/b/node_modules/file2.d.ts Text-1 "export class a { }" /user/username/rootfolder/otherfolder/a/b/project/file1.ts SVC-1-0 "import a from \"file2\"" @@ -239,25 +247,25 @@ Info 65 [00:02:00.000] Files (4) file3.ts Matched by default include pattern '**/*' -Info 66 [00:02:01.000] ----------------------------------------------- -Info 67 [00:02:02.000] Running: *ensureProjectForOpenFiles* -Info 68 [00:02:03.000] Before ensureProjectForOpenFiles: -Info 69 [00:02:04.000] Project '/user/username/rootfolder/otherfolder/a/b/project/tsconfig.json' (Configured) -Info 69 [00:02:05.000] Files (4) - -Info 69 [00:02:06.000] ----------------------------------------------- -Info 69 [00:02:07.000] Open files: -Info 69 [00:02:08.000] FileName: /user/username/rootfolder/otherfolder/a/b/project/file1.ts ProjectRootPath: undefined -Info 69 [00:02:09.000] Projects: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json -Info 69 [00:02:10.000] After ensureProjectForOpenFiles: -Info 70 [00:02:11.000] Project '/user/username/rootfolder/otherfolder/a/b/project/tsconfig.json' (Configured) -Info 70 [00:02:12.000] Files (4) - -Info 70 [00:02:13.000] ----------------------------------------------- -Info 70 [00:02:14.000] Open files: -Info 70 [00:02:15.000] FileName: /user/username/rootfolder/otherfolder/a/b/project/file1.ts ProjectRootPath: undefined -Info 70 [00:02:16.000] Projects: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json -Info 70 [00:02:17.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/rootfolder/otherfolder/a/b/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/rootfolder/otherfolder/a/b/project/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/rootfolder/otherfolder/a/b/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/rootfolder/otherfolder/a/b/project/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"CustomHandler::projectsUpdatedInBackground","body":{"openFiles":["/user/username/rootfolder/otherfolder/a/b/project/file1.ts"]}} After running Timeout callback:: count: 0 @@ -270,6 +278,8 @@ PolledWatches *deleted*:: {"pollingInterval":500} /user/username/rootfolder/otherfolder/node_modules: {"pollingInterval":500} +/user/username/rootfolder/node_modules: + {"pollingInterval":500} FsWatches:: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json: diff --git a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/when-event-handler-is-set-in-the-session-and-should-always-return-the-file-itself-if---isolatedModules-is-specified.js b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/when-event-handler-is-set-in-the-session-and-should-always-return-the-file-itself-if---isolatedModules-is-specified.js index 7229f7731e679..d1d977f62557a 100644 --- a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/when-event-handler-is-set-in-the-session-and-should-always-return-the-file-itself-if---isolatedModules-is-specified.js +++ b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/when-event-handler-is-set-in-the-session-and-should-always-return-the-file-itself-if---isolatedModules-is-specified.js @@ -1,141 +1,145 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:11.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request -//// [/a/b/file1Consumer1.ts] +//// [/users/username/projects/project/file1Consumer1.ts] import {Foo} from "./moduleFile1"; export var y = 10; -//// [/a/b/tsconfig.json] +//// [/users/username/projects/project/tsconfig.json] {"compilerOptions":{"isolatedModules":true}} -Info 1 [00:00:12.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { - "file": "/a/b/file1Consumer1.ts" + "file": "/users/username/projects/project/file1Consumer1.ts" }, "seq": 1, "type": "request" } -Info 2 [00:00:13.000] Search path: /a/b -Info 3 [00:00:14.000] For info: /a/b/file1Consumer1.ts :: Config file name: /a/b/tsconfig.json -Info 4 [00:00:15.000] Creating configuration project /a/b/tsconfig.json -Info 5 [00:00:16.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 6 [00:00:17.000] event: - {"seq":0,"type":"event","event":"CustomHandler::projectLoadingStart","body":{"project":"/a/b/tsconfig.json","reason":"Creating possible configured project for /a/b/file1Consumer1.ts to open"}} -Info 7 [00:00:18.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /users/username/projects/project +Info seq [hh:mm:ss:mss] For info: /users/username/projects/project/file1Consumer1.ts :: Config file name: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/tsconfig.json 2000 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::projectLoadingStart","body":{"project":"/users/username/projects/project/tsconfig.json","reason":"Creating possible configured project for /users/username/projects/project/file1Consumer1.ts to open"}} +Info seq [hh:mm:ss:mss] Config: /users/username/projects/project/tsconfig.json : { "rootNames": [ - "/a/b/file1Consumer1.ts" + "/users/username/projects/project/file1Consumer1.ts" ], "options": { "isolatedModules": true, - "configFilePath": "/a/b/tsconfig.json" + "configFilePath": "/users/username/projects/project/tsconfig.json" } } -Info 8 [00:00:19.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:20.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:21.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 11 [00:00:22.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 12 [00:00:23.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 13 [00:00:24.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 14 [00:00:25.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:26.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 16 [00:00:27.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 17 [00:00:28.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 18 [00:00:29.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 19 [00:00:30.000] Project '/a/b/tsconfig.json' (Configured) -Info 20 [00:00:31.000] Files (1) - /a/b/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + /users/username/projects/project/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" file1Consumer1.ts Matched by default include pattern '**/*' -Info 21 [00:00:32.000] ----------------------------------------------- -Info 22 [00:00:33.000] event: - {"seq":0,"type":"event","event":"CustomHandler::projectLoadingFinish","body":{"project":"/a/b/tsconfig.json"}} -Info 23 [00:00:34.000] event: - {"seq":0,"type":"event","event":"CustomHandler::projectInfo","body":{"projectId":"e10a1dc99ee63f16cb9b69bcee75540cdf41a1137371d3afbd4e7de507be5207","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":53,"tsx":0,"tsxSize":0,"dts":0,"dtsSize":0,"deferred":0,"deferredSize":0},"compilerOptions":{"isolatedModules":true},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}} -Info 24 [00:00:35.000] event: - {"seq":0,"type":"event","event":"CustomHandler::configFileDiag","body":{"configFileName":"/a/b/tsconfig.json","diagnostics":[{"text":"File '/a/lib/lib.d.ts' not found.\n The file is in the program because:\n Default library for target 'es5'","code":6053,"category":"error"},{"text":"Cannot find global type 'Array'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Boolean'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Function'.","code":2318,"category":"error"},{"text":"Cannot find global type 'IArguments'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Number'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Object'.","code":2318,"category":"error"},{"text":"Cannot find global type 'RegExp'.","code":2318,"category":"error"},{"text":"Cannot find global type 'String'.","code":2318,"category":"error"}],"triggerFile":"/a/b/file1Consumer1.ts"}} -Info 25 [00:00:36.000] Project '/a/b/tsconfig.json' (Configured) -Info 25 [00:00:37.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::projectLoadingFinish","body":{"project":"/users/username/projects/project/tsconfig.json"}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::projectInfo","body":{"projectId":"5b0be5fc7f7235edf5a31bffe614b4e0819e55ec5f118558864b1f882e283c0d","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":53,"tsx":0,"tsxSize":0,"dts":0,"dtsSize":0,"deferred":0,"deferredSize":0},"compilerOptions":{"isolatedModules":true},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::configFileDiag","body":{"configFileName":"/users/username/projects/project/tsconfig.json","diagnostics":[{"text":"File '/a/lib/lib.d.ts' not found.\n The file is in the program because:\n Default library for target 'es5'","code":6053,"category":"error"},{"text":"Cannot find global type 'Array'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Boolean'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Function'.","code":2318,"category":"error"},{"text":"Cannot find global type 'IArguments'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Number'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Object'.","code":2318,"category":"error"},{"text":"Cannot find global type 'RegExp'.","code":2318,"category":"error"},{"text":"Cannot find global type 'String'.","code":2318,"category":"error"}],"triggerFile":"/users/username/projects/project/file1Consumer1.ts"}} +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 25 [00:00:38.000] ----------------------------------------------- -Info 25 [00:00:39.000] Open files: -Info 25 [00:00:40.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 25 [00:00:41.000] Projects: /a/b/tsconfig.json -Info 25 [00:00:42.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request PolledWatches:: -/a/b/modulefile1: *new* +/users/username/projects/project/modulefile1: *new* {"pollingInterval":500} /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/b/node_modules/@types: *new* +/users/username/projects/project/node_modules/@types: *new* + {"pollingInterval":500} +/users/username/projects/node_modules/@types: *new* {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: *new* +/users/username/projects/project/tsconfig.json: *new* {} -/a/b: *new* +/users/username/projects/project: *new* {} FsWatchesRecursive:: -/a/b: *new* +/users/username/projects/project: *new* {} -Info 26 [00:00:46.000] DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 27 [00:00:47.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation -Info 28 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 29 [00:00:49.000] DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 30 [00:00:50.000] Scheduled: /a/b/tsconfig.json -Info 31 [00:00:51.000] Scheduled: *ensureProjectForOpenFiles* -Info 32 [00:00:52.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 33 [00:00:55.000] DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 34 [00:00:56.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 35 [00:00:57.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 36 [00:00:58.000] DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 37 [00:00:59.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 38 [00:01:00.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 39 [00:01:01.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 40 [00:01:04.000] DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 41 [00:01:05.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 42 [00:01:06.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 43 [00:01:07.000] DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 44 [00:01:08.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 45 [00:01:09.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 46 [00:01:10.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 47 [00:01:13.000] DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 48 [00:01:14.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 49 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 50 [00:01:16.000] DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 51 [00:01:17.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 52 [00:01:18.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 53 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 54 [00:01:24.000] FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 55 [00:01:25.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 56 [00:01:26.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 57 [00:01:27.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 58 [00:01:28.000] Elapsed:: *ms FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file Before running Timeout callback:: count: 3 -10: /a/b/tsconfig.jsonFailedLookupInvalidation -13: /a/b/tsconfig.json +10: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +13: /users/username/projects/project/tsconfig.json 14: *ensureProjectForOpenFiles* -//// [/a/b/moduleFile1.ts] +//// [/users/username/projects/project/moduleFile1.ts] export function Foo() { }; -//// [/a/b/file1Consumer2.ts] +//// [/users/username/projects/project/file1Consumer2.ts] import {Foo} from "./moduleFile1"; let z = 10; -//// [/a/b/moduleFile2.ts] +//// [/users/username/projects/project/moduleFile2.ts] export var Foo4 = 10; -//// [/a/b/globalFile3.ts] +//// [/users/username/projects/project/globalFile3.ts] interface GlobalFoo { age: number } //// [/a/lib/lib.d.ts] @@ -153,9 +157,11 @@ interface Array { length: number; [n: number]: T; } PolledWatches:: -/a/b/modulefile1: +/users/username/projects/project/modulefile1: + {"pollingInterval":500} +/users/username/projects/project/node_modules/@types: {"pollingInterval":500} -/a/b/node_modules/@types: +/users/username/projects/node_modules/@types: {"pollingInterval":500} PolledWatches *deleted*:: @@ -163,52 +169,52 @@ PolledWatches *deleted*:: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} -/a/b: +/users/username/projects/project: {} FsWatchesRecursive:: -/a/b: +/users/username/projects/project: {} -Info 59 [00:01:30.000] Running: /a/b/tsconfig.jsonFailedLookupInvalidation -Info 60 [00:01:31.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 61 [00:01:32.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one After running Timeout callback:: count: 2 -15: /a/b/tsconfig.json +15: /users/username/projects/project/tsconfig.json 16: *ensureProjectForOpenFiles* Before running Timeout callback:: count: 2 -15: /a/b/tsconfig.json +15: /users/username/projects/project/tsconfig.json 16: *ensureProjectForOpenFiles* -//// [/a/b/moduleFile1.ts] +//// [/users/username/projects/project/moduleFile1.ts] export var T: number;export function Foo() { }; -Info 62 [00:01:36.000] Running: /a/b/tsconfig.json -Info 63 [00:01:37.000] FileWatcher:: Added:: WatchInfo: /a/b/file1Consumer2.ts 500 undefined WatchType: Closed Script info -Info 64 [00:01:38.000] FileWatcher:: Added:: WatchInfo: /a/b/globalFile3.ts 500 undefined WatchType: Closed Script info -Info 65 [00:01:39.000] FileWatcher:: Added:: WatchInfo: /a/b/moduleFile1.ts 500 undefined WatchType: Closed Script info -Info 66 [00:01:40.000] FileWatcher:: Added:: WatchInfo: /a/b/moduleFile2.ts 500 undefined WatchType: Closed Script info -Info 67 [00:01:41.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 68 [00:01:42.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 69 [00:01:43.000] DirectoryWatcher:: Close:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 70 [00:01:44.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 71 [00:01:45.000] DirectoryWatcher:: Close:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 72 [00:01:46.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 73 [00:01:47.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 74 [00:01:48.000] Project '/a/b/tsconfig.json' (Configured) -Info 75 [00:01:49.000] Files (6) +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/file1Consumer2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/globalFile3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b/moduleFile1.ts Text-1 "export var T: number;export function Foo() { };" - /a/b/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" - /a/b/file1Consumer2.ts Text-1 "import {Foo} from \"./moduleFile1\"; let z = 10;" - /a/b/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" - /a/b/moduleFile2.ts Text-1 "export var Foo4 = 10;" + /users/username/projects/project/moduleFile1.ts Text-1 "export var T: number;export function Foo() { };" + /users/username/projects/project/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" + /users/username/projects/project/file1Consumer2.ts Text-1 "import {Foo} from \"./moduleFile1\"; let z = 10;" + /users/username/projects/project/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" + /users/username/projects/project/moduleFile2.ts Text-1 "export var Foo4 = 10;" - ../lib/lib.d.ts + ../../../../a/lib/lib.d.ts Default library for target 'es5' moduleFile1.ts Imported via "./moduleFile1" from file 'file1Consumer1.ts' @@ -223,54 +229,56 @@ Info 75 [00:01:49.000] Files (6) moduleFile2.ts Matched by default include pattern '**/*' -Info 76 [00:01:50.000] ----------------------------------------------- -Info 77 [00:01:51.000] Running: *ensureProjectForOpenFiles* -Info 78 [00:01:52.000] Before ensureProjectForOpenFiles: -Info 79 [00:01:53.000] Project '/a/b/tsconfig.json' (Configured) -Info 79 [00:01:54.000] Files (6) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) -Info 79 [00:01:55.000] ----------------------------------------------- -Info 79 [00:01:56.000] Open files: -Info 79 [00:01:57.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 79 [00:01:58.000] Projects: /a/b/tsconfig.json -Info 79 [00:01:59.000] After ensureProjectForOpenFiles: -Info 80 [00:02:00.000] Project '/a/b/tsconfig.json' (Configured) -Info 80 [00:02:01.000] Files (6) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) -Info 80 [00:02:02.000] ----------------------------------------------- -Info 80 [00:02:03.000] Open files: -Info 80 [00:02:04.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 80 [00:02:05.000] Projects: /a/b/tsconfig.json -Info 80 [00:02:06.000] event: - {"seq":0,"type":"event","event":"CustomHandler::projectsUpdatedInBackground","body":{"openFiles":["/a/b/file1Consumer1.ts"]}} +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/file1Consumer1.ts"]}} After running Timeout callback:: count: 0 PolledWatches:: -/a/b/node_modules/@types: +/users/username/projects/project/node_modules/@types: + {"pollingInterval":500} +/users/username/projects/node_modules/@types: {"pollingInterval":500} PolledWatches *deleted*:: -/a/b/modulefile1: +/users/username/projects/project/modulefile1: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} -/a/b/file1consumer2.ts: *new* +/users/username/projects/project/file1consumer2.ts: *new* {} -/a/b/globalfile3.ts: *new* +/users/username/projects/project/globalfile3.ts: *new* {} -/a/b/modulefile1.ts: *new* +/users/username/projects/project/modulefile1.ts: *new* {} -/a/b/modulefile2.ts: *new* +/users/username/projects/project/modulefile2.ts: *new* {} /a/lib/lib.d.ts: *new* {} FsWatches *deleted*:: -/a/b: +/users/username/projects/project: {} FsWatchesRecursive:: -/a/b: +/users/username/projects/project: {} diff --git a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/when-event-handler-is-set-in-the-session-and-should-always-return-the-file-itself-if---out-or---outFile-is-specified.js b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/when-event-handler-is-set-in-the-session-and-should-always-return-the-file-itself-if---out-or---outFile-is-specified.js index ce063f2a288f7..66e24e9f7d686 100644 --- a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/when-event-handler-is-set-in-the-session-and-should-always-return-the-file-itself-if---out-or---outFile-is-specified.js +++ b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/when-event-handler-is-set-in-the-session-and-should-always-return-the-file-itself-if---out-or---outFile-is-specified.js @@ -1,70 +1,72 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:11.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request -//// [/a/b/file1Consumer1.ts] +//// [/users/username/projects/project/file1Consumer1.ts] import {Foo} from "./moduleFile1"; export var y = 10; -//// [/a/b/tsconfig.json] -{"compilerOptions":{"module":"system","outFile":"/a/b/out.js"}} +//// [/users/username/projects/project/tsconfig.json] +{"compilerOptions":{"module":"system","outFile":"/users/username/projects/project/out.js"}} -Info 1 [00:00:12.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { - "file": "/a/b/file1Consumer1.ts" + "file": "/users/username/projects/project/file1Consumer1.ts" }, "seq": 1, "type": "request" } -Info 2 [00:00:13.000] Search path: /a/b -Info 3 [00:00:14.000] For info: /a/b/file1Consumer1.ts :: Config file name: /a/b/tsconfig.json -Info 4 [00:00:15.000] Creating configuration project /a/b/tsconfig.json -Info 5 [00:00:16.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 6 [00:00:17.000] event: - {"seq":0,"type":"event","event":"CustomHandler::projectLoadingStart","body":{"project":"/a/b/tsconfig.json","reason":"Creating possible configured project for /a/b/file1Consumer1.ts to open"}} -Info 7 [00:00:18.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /users/username/projects/project +Info seq [hh:mm:ss:mss] For info: /users/username/projects/project/file1Consumer1.ts :: Config file name: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/tsconfig.json 2000 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::projectLoadingStart","body":{"project":"/users/username/projects/project/tsconfig.json","reason":"Creating possible configured project for /users/username/projects/project/file1Consumer1.ts to open"}} +Info seq [hh:mm:ss:mss] Config: /users/username/projects/project/tsconfig.json : { "rootNames": [ - "/a/b/file1Consumer1.ts" + "/users/username/projects/project/file1Consumer1.ts" ], "options": { "module": 4, - "outFile": "/a/b/out.js", - "configFilePath": "/a/b/tsconfig.json" + "outFile": "/users/username/projects/project/out.js", + "configFilePath": "/users/username/projects/project/tsconfig.json" } } -Info 8 [00:00:19.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:20.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:21.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 11 [00:00:22.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 12 [00:00:23.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 13 [00:00:24.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 14 [00:00:25.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 15 [00:00:26.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 16 [00:00:27.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 17 [00:00:28.000] Project '/a/b/tsconfig.json' (Configured) -Info 18 [00:00:29.000] Files (1) - /a/b/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + /users/username/projects/project/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" file1Consumer1.ts Matched by default include pattern '**/*' -Info 19 [00:00:30.000] ----------------------------------------------- -Info 20 [00:00:31.000] event: - {"seq":0,"type":"event","event":"CustomHandler::projectLoadingFinish","body":{"project":"/a/b/tsconfig.json"}} -Info 21 [00:00:32.000] event: - {"seq":0,"type":"event","event":"CustomHandler::projectInfo","body":{"projectId":"e10a1dc99ee63f16cb9b69bcee75540cdf41a1137371d3afbd4e7de507be5207","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":53,"tsx":0,"tsxSize":0,"dts":0,"dtsSize":0,"deferred":0,"deferredSize":0},"compilerOptions":{"module":"system","outFile":""},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}} -Info 22 [00:00:33.000] event: - {"seq":0,"type":"event","event":"CustomHandler::configFileDiag","body":{"configFileName":"/a/b/tsconfig.json","diagnostics":[{"text":"File '/a/lib/lib.d.ts' not found.\n The file is in the program because:\n Default library for target 'es5'","code":6053,"category":"error"},{"text":"Cannot find global type 'Array'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Boolean'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Function'.","code":2318,"category":"error"},{"text":"Cannot find global type 'IArguments'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Number'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Object'.","code":2318,"category":"error"},{"text":"Cannot find global type 'RegExp'.","code":2318,"category":"error"},{"text":"Cannot find global type 'String'.","code":2318,"category":"error"}],"triggerFile":"/a/b/file1Consumer1.ts"}} -Info 23 [00:00:34.000] Project '/a/b/tsconfig.json' (Configured) -Info 23 [00:00:35.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::projectLoadingFinish","body":{"project":"/users/username/projects/project/tsconfig.json"}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::projectInfo","body":{"projectId":"5b0be5fc7f7235edf5a31bffe614b4e0819e55ec5f118558864b1f882e283c0d","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":53,"tsx":0,"tsxSize":0,"dts":0,"dtsSize":0,"deferred":0,"deferredSize":0},"compilerOptions":{"module":"system","outFile":""},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::configFileDiag","body":{"configFileName":"/users/username/projects/project/tsconfig.json","diagnostics":[{"text":"File '/a/lib/lib.d.ts' not found.\n The file is in the program because:\n Default library for target 'es5'","code":6053,"category":"error"},{"text":"Cannot find global type 'Array'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Boolean'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Function'.","code":2318,"category":"error"},{"text":"Cannot find global type 'IArguments'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Number'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Object'.","code":2318,"category":"error"},{"text":"Cannot find global type 'RegExp'.","code":2318,"category":"error"},{"text":"Cannot find global type 'String'.","code":2318,"category":"error"}],"triggerFile":"/users/username/projects/project/file1Consumer1.ts"}} +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 23 [00:00:36.000] ----------------------------------------------- -Info 23 [00:00:37.000] Open files: -Info 23 [00:00:38.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 23 [00:00:39.000] Projects: /a/b/tsconfig.json -Info 23 [00:00:40.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -73,66 +75,68 @@ After request PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/b/node_modules/@types: *new* +/users/username/projects/project/node_modules/@types: *new* + {"pollingInterval":500} +/users/username/projects/node_modules/@types: *new* {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: *new* +/users/username/projects/project/tsconfig.json: *new* {} -/a/b: *new* +/users/username/projects/project: *new* {} FsWatchesRecursive:: -/a/b: *new* +/users/username/projects/project: *new* {} -Info 24 [00:00:44.000] DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 25 [00:00:45.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation -Info 26 [00:00:46.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 27 [00:00:47.000] DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 28 [00:00:48.000] Scheduled: /a/b/tsconfig.json -Info 29 [00:00:49.000] Scheduled: *ensureProjectForOpenFiles* -Info 30 [00:00:50.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 31 [00:00:53.000] DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 32 [00:00:54.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 33 [00:00:55.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 34 [00:00:56.000] DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 35 [00:00:57.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 36 [00:00:58.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 37 [00:00:59.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 38 [00:01:02.000] DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 39 [00:01:03.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 40 [00:01:04.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 41 [00:01:05.000] DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 42 [00:01:06.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 43 [00:01:07.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 44 [00:01:08.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 45 [00:01:11.000] DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 46 [00:01:12.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 47 [00:01:13.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 48 [00:01:14.000] DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 49 [00:01:15.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 50 [00:01:16.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 51 [00:01:17.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 52 [00:01:22.000] FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 53 [00:01:23.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 54 [00:01:24.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 55 [00:01:25.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 56 [00:01:26.000] Elapsed:: *ms FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file Before running Timeout callback:: count: 3 -10: /a/b/tsconfig.jsonFailedLookupInvalidation -13: /a/b/tsconfig.json +10: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +13: /users/username/projects/project/tsconfig.json 14: *ensureProjectForOpenFiles* -//// [/a/b/moduleFile1.ts] +//// [/users/username/projects/project/moduleFile1.ts] export function Foo() { }; -//// [/a/b/file1Consumer2.ts] +//// [/users/username/projects/project/file1Consumer2.ts] import {Foo} from "./moduleFile1"; let z = 10; -//// [/a/b/moduleFile2.ts] +//// [/users/username/projects/project/moduleFile2.ts] export var Foo4 = 10; -//// [/a/b/globalFile3.ts] +//// [/users/username/projects/project/globalFile3.ts] interface GlobalFoo { age: number } //// [/a/lib/lib.d.ts] @@ -150,7 +154,9 @@ interface Array { length: number; [n: number]: T; } PolledWatches:: -/a/b/node_modules/@types: +/users/username/projects/project/node_modules/@types: + {"pollingInterval":500} +/users/username/projects/node_modules/@types: {"pollingInterval":500} PolledWatches *deleted*:: @@ -158,50 +164,50 @@ PolledWatches *deleted*:: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} -/a/b: +/users/username/projects/project: {} FsWatchesRecursive:: -/a/b: +/users/username/projects/project: {} -Info 57 [00:01:28.000] Running: /a/b/tsconfig.jsonFailedLookupInvalidation -Info 58 [00:01:29.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 59 [00:01:30.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one After running Timeout callback:: count: 2 -15: /a/b/tsconfig.json +15: /users/username/projects/project/tsconfig.json 16: *ensureProjectForOpenFiles* Before running Timeout callback:: count: 2 -15: /a/b/tsconfig.json +15: /users/username/projects/project/tsconfig.json 16: *ensureProjectForOpenFiles* -//// [/a/b/moduleFile1.ts] +//// [/users/username/projects/project/moduleFile1.ts] export var T: number;export function Foo() { }; -Info 60 [00:01:34.000] Running: /a/b/tsconfig.json -Info 61 [00:01:35.000] FileWatcher:: Added:: WatchInfo: /a/b/file1Consumer2.ts 500 undefined WatchType: Closed Script info -Info 62 [00:01:36.000] FileWatcher:: Added:: WatchInfo: /a/b/globalFile3.ts 500 undefined WatchType: Closed Script info -Info 63 [00:01:37.000] FileWatcher:: Added:: WatchInfo: /a/b/moduleFile1.ts 500 undefined WatchType: Closed Script info -Info 64 [00:01:38.000] FileWatcher:: Added:: WatchInfo: /a/b/moduleFile2.ts 500 undefined WatchType: Closed Script info -Info 65 [00:01:39.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 66 [00:01:40.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 67 [00:01:41.000] DirectoryWatcher:: Close:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 68 [00:01:42.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 69 [00:01:43.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 70 [00:01:44.000] Project '/a/b/tsconfig.json' (Configured) -Info 71 [00:01:45.000] Files (6) +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/file1Consumer2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/globalFile3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b/moduleFile1.ts Text-1 "export var T: number;export function Foo() { };" - /a/b/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" - /a/b/file1Consumer2.ts Text-1 "import {Foo} from \"./moduleFile1\"; let z = 10;" - /a/b/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" - /a/b/moduleFile2.ts Text-1 "export var Foo4 = 10;" + /users/username/projects/project/moduleFile1.ts Text-1 "export var T: number;export function Foo() { };" + /users/username/projects/project/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" + /users/username/projects/project/file1Consumer2.ts Text-1 "import {Foo} from \"./moduleFile1\"; let z = 10;" + /users/username/projects/project/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" + /users/username/projects/project/moduleFile2.ts Text-1 "export var Foo4 = 10;" - ../lib/lib.d.ts + ../../../../a/lib/lib.d.ts Default library for target 'es5' moduleFile1.ts Imported via "./moduleFile1" from file 'file1Consumer1.ts' @@ -216,50 +222,52 @@ Info 71 [00:01:45.000] Files (6) moduleFile2.ts Matched by default include pattern '**/*' -Info 72 [00:01:46.000] ----------------------------------------------- -Info 73 [00:01:47.000] Running: *ensureProjectForOpenFiles* -Info 74 [00:01:48.000] Before ensureProjectForOpenFiles: -Info 75 [00:01:49.000] Project '/a/b/tsconfig.json' (Configured) -Info 75 [00:01:50.000] Files (6) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) -Info 75 [00:01:51.000] ----------------------------------------------- -Info 75 [00:01:52.000] Open files: -Info 75 [00:01:53.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 75 [00:01:54.000] Projects: /a/b/tsconfig.json -Info 75 [00:01:55.000] After ensureProjectForOpenFiles: -Info 76 [00:01:56.000] Project '/a/b/tsconfig.json' (Configured) -Info 76 [00:01:57.000] Files (6) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) -Info 76 [00:01:58.000] ----------------------------------------------- -Info 76 [00:01:59.000] Open files: -Info 76 [00:02:00.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 76 [00:02:01.000] Projects: /a/b/tsconfig.json -Info 76 [00:02:02.000] event: - {"seq":0,"type":"event","event":"CustomHandler::projectsUpdatedInBackground","body":{"openFiles":["/a/b/file1Consumer1.ts"]}} +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/file1Consumer1.ts"]}} After running Timeout callback:: count: 0 PolledWatches:: -/a/b/node_modules/@types: +/users/username/projects/project/node_modules/@types: + {"pollingInterval":500} +/users/username/projects/node_modules/@types: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} -/a/b/file1consumer2.ts: *new* +/users/username/projects/project/file1consumer2.ts: *new* {} -/a/b/globalfile3.ts: *new* +/users/username/projects/project/globalfile3.ts: *new* {} -/a/b/modulefile1.ts: *new* +/users/username/projects/project/modulefile1.ts: *new* {} -/a/b/modulefile2.ts: *new* +/users/username/projects/project/modulefile2.ts: *new* {} /a/lib/lib.d.ts: *new* {} FsWatches *deleted*:: -/a/b: +/users/username/projects/project: {} FsWatchesRecursive:: -/a/b: +/users/username/projects/project: {} diff --git a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/when-event-handler-is-set-in-the-session-and-should-be-up-to-date-with-deleted-files.js b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/when-event-handler-is-set-in-the-session-and-should-be-up-to-date-with-deleted-files.js index 56862308dfb62..a1522952146c0 100644 --- a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/when-event-handler-is-set-in-the-session-and-should-be-up-to-date-with-deleted-files.js +++ b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/when-event-handler-is-set-in-the-session-and-should-be-up-to-date-with-deleted-files.js @@ -1,140 +1,144 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:11.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request -//// [/a/b/file1Consumer1.ts] +//// [/users/username/projects/project/file1Consumer1.ts] import {Foo} from "./moduleFile1"; export var y = 10; -//// [/a/b/tsconfig.json] +//// [/users/username/projects/project/tsconfig.json] {} -Info 1 [00:00:12.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { - "file": "/a/b/file1Consumer1.ts" + "file": "/users/username/projects/project/file1Consumer1.ts" }, "seq": 1, "type": "request" } -Info 2 [00:00:13.000] Search path: /a/b -Info 3 [00:00:14.000] For info: /a/b/file1Consumer1.ts :: Config file name: /a/b/tsconfig.json -Info 4 [00:00:15.000] Creating configuration project /a/b/tsconfig.json -Info 5 [00:00:16.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 6 [00:00:17.000] event: - {"seq":0,"type":"event","event":"CustomHandler::projectLoadingStart","body":{"project":"/a/b/tsconfig.json","reason":"Creating possible configured project for /a/b/file1Consumer1.ts to open"}} -Info 7 [00:00:18.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /users/username/projects/project +Info seq [hh:mm:ss:mss] For info: /users/username/projects/project/file1Consumer1.ts :: Config file name: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/tsconfig.json 2000 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::projectLoadingStart","body":{"project":"/users/username/projects/project/tsconfig.json","reason":"Creating possible configured project for /users/username/projects/project/file1Consumer1.ts to open"}} +Info seq [hh:mm:ss:mss] Config: /users/username/projects/project/tsconfig.json : { "rootNames": [ - "/a/b/file1Consumer1.ts" + "/users/username/projects/project/file1Consumer1.ts" ], "options": { - "configFilePath": "/a/b/tsconfig.json" + "configFilePath": "/users/username/projects/project/tsconfig.json" } } -Info 8 [00:00:19.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:20.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:21.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 11 [00:00:22.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 12 [00:00:23.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 13 [00:00:24.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 14 [00:00:25.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:26.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 16 [00:00:27.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 17 [00:00:28.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 18 [00:00:29.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 19 [00:00:30.000] Project '/a/b/tsconfig.json' (Configured) -Info 20 [00:00:31.000] Files (1) - /a/b/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + /users/username/projects/project/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" file1Consumer1.ts Matched by default include pattern '**/*' -Info 21 [00:00:32.000] ----------------------------------------------- -Info 22 [00:00:33.000] event: - {"seq":0,"type":"event","event":"CustomHandler::projectLoadingFinish","body":{"project":"/a/b/tsconfig.json"}} -Info 23 [00:00:34.000] event: - {"seq":0,"type":"event","event":"CustomHandler::projectInfo","body":{"projectId":"e10a1dc99ee63f16cb9b69bcee75540cdf41a1137371d3afbd4e7de507be5207","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":53,"tsx":0,"tsxSize":0,"dts":0,"dtsSize":0,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}} -Info 24 [00:00:35.000] event: - {"seq":0,"type":"event","event":"CustomHandler::configFileDiag","body":{"configFileName":"/a/b/tsconfig.json","diagnostics":[{"text":"File '/a/lib/lib.d.ts' not found.\n The file is in the program because:\n Default library for target 'es5'","code":6053,"category":"error"},{"text":"Cannot find global type 'Array'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Boolean'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Function'.","code":2318,"category":"error"},{"text":"Cannot find global type 'IArguments'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Number'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Object'.","code":2318,"category":"error"},{"text":"Cannot find global type 'RegExp'.","code":2318,"category":"error"},{"text":"Cannot find global type 'String'.","code":2318,"category":"error"}],"triggerFile":"/a/b/file1Consumer1.ts"}} -Info 25 [00:00:36.000] Project '/a/b/tsconfig.json' (Configured) -Info 25 [00:00:37.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::projectLoadingFinish","body":{"project":"/users/username/projects/project/tsconfig.json"}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::projectInfo","body":{"projectId":"5b0be5fc7f7235edf5a31bffe614b4e0819e55ec5f118558864b1f882e283c0d","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":53,"tsx":0,"tsxSize":0,"dts":0,"dtsSize":0,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::configFileDiag","body":{"configFileName":"/users/username/projects/project/tsconfig.json","diagnostics":[{"text":"File '/a/lib/lib.d.ts' not found.\n The file is in the program because:\n Default library for target 'es5'","code":6053,"category":"error"},{"text":"Cannot find global type 'Array'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Boolean'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Function'.","code":2318,"category":"error"},{"text":"Cannot find global type 'IArguments'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Number'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Object'.","code":2318,"category":"error"},{"text":"Cannot find global type 'RegExp'.","code":2318,"category":"error"},{"text":"Cannot find global type 'String'.","code":2318,"category":"error"}],"triggerFile":"/users/username/projects/project/file1Consumer1.ts"}} +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 25 [00:00:38.000] ----------------------------------------------- -Info 25 [00:00:39.000] Open files: -Info 25 [00:00:40.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 25 [00:00:41.000] Projects: /a/b/tsconfig.json -Info 25 [00:00:42.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request PolledWatches:: -/a/b/modulefile1: *new* +/users/username/projects/project/modulefile1: *new* {"pollingInterval":500} /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/b/node_modules/@types: *new* +/users/username/projects/project/node_modules/@types: *new* + {"pollingInterval":500} +/users/username/projects/node_modules/@types: *new* {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: *new* +/users/username/projects/project/tsconfig.json: *new* {} -/a/b: *new* +/users/username/projects/project: *new* {} FsWatchesRecursive:: -/a/b: *new* +/users/username/projects/project: *new* {} -Info 26 [00:00:46.000] DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 27 [00:00:47.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation -Info 28 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 29 [00:00:49.000] DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 30 [00:00:50.000] Scheduled: /a/b/tsconfig.json -Info 31 [00:00:51.000] Scheduled: *ensureProjectForOpenFiles* -Info 32 [00:00:52.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 33 [00:00:55.000] DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 34 [00:00:56.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 35 [00:00:57.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 36 [00:00:58.000] DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 37 [00:00:59.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 38 [00:01:00.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 39 [00:01:01.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 40 [00:01:04.000] DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 41 [00:01:05.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 42 [00:01:06.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 43 [00:01:07.000] DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 44 [00:01:08.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 45 [00:01:09.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 46 [00:01:10.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 47 [00:01:13.000] DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 48 [00:01:14.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 49 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 50 [00:01:16.000] DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 51 [00:01:17.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 52 [00:01:18.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 53 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 54 [00:01:24.000] FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 55 [00:01:25.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 56 [00:01:26.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 57 [00:01:27.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 58 [00:01:28.000] Elapsed:: *ms FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file Before running Timeout callback:: count: 3 -10: /a/b/tsconfig.jsonFailedLookupInvalidation -13: /a/b/tsconfig.json +10: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +13: /users/username/projects/project/tsconfig.json 14: *ensureProjectForOpenFiles* -//// [/a/b/moduleFile1.ts] +//// [/users/username/projects/project/moduleFile1.ts] export function Foo() { }; -//// [/a/b/file1Consumer2.ts] +//// [/users/username/projects/project/file1Consumer2.ts] import {Foo} from "./moduleFile1"; let z = 10; -//// [/a/b/moduleFile2.ts] +//// [/users/username/projects/project/moduleFile2.ts] export var Foo4 = 10; -//// [/a/b/globalFile3.ts] +//// [/users/username/projects/project/globalFile3.ts] interface GlobalFoo { age: number } //// [/a/lib/lib.d.ts] @@ -152,9 +156,11 @@ interface Array { length: number; [n: number]: T; } PolledWatches:: -/a/b/modulefile1: +/users/username/projects/project/modulefile1: + {"pollingInterval":500} +/users/username/projects/project/node_modules/@types: {"pollingInterval":500} -/a/b/node_modules/@types: +/users/username/projects/node_modules/@types: {"pollingInterval":500} PolledWatches *deleted*:: @@ -162,60 +168,60 @@ PolledWatches *deleted*:: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} -/a/b: +/users/username/projects/project: {} FsWatchesRecursive:: -/a/b: +/users/username/projects/project: {} -Info 59 [00:01:30.000] Running: /a/b/tsconfig.jsonFailedLookupInvalidation -Info 60 [00:01:31.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 61 [00:01:32.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one After running Timeout callback:: count: 2 -15: /a/b/tsconfig.json +15: /users/username/projects/project/tsconfig.json 16: *ensureProjectForOpenFiles* -Info 62 [00:01:37.000] DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 63 [00:01:38.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation -Info 64 [00:01:39.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 65 [00:01:40.000] DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 66 [00:01:41.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 67 [00:01:42.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 68 [00:01:43.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory Before running Timeout callback:: count: 3 -17: /a/b/tsconfig.jsonFailedLookupInvalidation -18: /a/b/tsconfig.json +17: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +18: /users/username/projects/project/tsconfig.json 19: *ensureProjectForOpenFiles* -//// [/a/b/moduleFile1.ts] +//// [/users/username/projects/project/moduleFile1.ts] export var T: number;export function Foo() { }; -//// [/a/b/file1Consumer2.ts] deleted +//// [/users/username/projects/project/file1Consumer2.ts] deleted -Info 69 [00:01:44.000] Running: /a/b/tsconfig.jsonFailedLookupInvalidation -Info 70 [00:01:45.000] Running: /a/b/tsconfig.json -Info 71 [00:01:46.000] FileWatcher:: Added:: WatchInfo: /a/b/globalFile3.ts 500 undefined WatchType: Closed Script info -Info 72 [00:01:47.000] FileWatcher:: Added:: WatchInfo: /a/b/moduleFile1.ts 500 undefined WatchType: Closed Script info -Info 73 [00:01:48.000] FileWatcher:: Added:: WatchInfo: /a/b/moduleFile2.ts 500 undefined WatchType: Closed Script info -Info 74 [00:01:49.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 75 [00:01:50.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 76 [00:01:51.000] DirectoryWatcher:: Close:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 77 [00:01:52.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 78 [00:01:53.000] DirectoryWatcher:: Close:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 79 [00:01:54.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 80 [00:01:55.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 81 [00:01:56.000] Project '/a/b/tsconfig.json' (Configured) -Info 82 [00:01:57.000] Files (5) +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/globalFile3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b/moduleFile1.ts Text-1 "export var T: number;export function Foo() { };" - /a/b/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" - /a/b/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" - /a/b/moduleFile2.ts Text-1 "export var Foo4 = 10;" + /users/username/projects/project/moduleFile1.ts Text-1 "export var T: number;export function Foo() { };" + /users/username/projects/project/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" + /users/username/projects/project/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" + /users/username/projects/project/moduleFile2.ts Text-1 "export var Foo4 = 10;" - ../lib/lib.d.ts + ../../../../a/lib/lib.d.ts Default library for target 'es5' moduleFile1.ts Imported via "./moduleFile1" from file 'file1Consumer1.ts' @@ -227,52 +233,54 @@ Info 82 [00:01:57.000] Files (5) moduleFile2.ts Matched by default include pattern '**/*' -Info 83 [00:01:58.000] ----------------------------------------------- -Info 84 [00:01:59.000] Running: *ensureProjectForOpenFiles* -Info 85 [00:02:00.000] Before ensureProjectForOpenFiles: -Info 86 [00:02:01.000] Project '/a/b/tsconfig.json' (Configured) -Info 86 [00:02:02.000] Files (5) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) -Info 86 [00:02:03.000] ----------------------------------------------- -Info 86 [00:02:04.000] Open files: -Info 86 [00:02:05.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 86 [00:02:06.000] Projects: /a/b/tsconfig.json -Info 86 [00:02:07.000] After ensureProjectForOpenFiles: -Info 87 [00:02:08.000] Project '/a/b/tsconfig.json' (Configured) -Info 87 [00:02:09.000] Files (5) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) -Info 87 [00:02:10.000] ----------------------------------------------- -Info 87 [00:02:11.000] Open files: -Info 87 [00:02:12.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 87 [00:02:13.000] Projects: /a/b/tsconfig.json -Info 87 [00:02:14.000] event: - {"seq":0,"type":"event","event":"CustomHandler::projectsUpdatedInBackground","body":{"openFiles":["/a/b/file1Consumer1.ts"]}} +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/file1Consumer1.ts"]}} After running Timeout callback:: count: 0 PolledWatches:: -/a/b/node_modules/@types: +/users/username/projects/project/node_modules/@types: + {"pollingInterval":500} +/users/username/projects/node_modules/@types: {"pollingInterval":500} PolledWatches *deleted*:: -/a/b/modulefile1: +/users/username/projects/project/modulefile1: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} -/a/b/globalfile3.ts: *new* +/users/username/projects/project/globalfile3.ts: *new* {} -/a/b/modulefile1.ts: *new* +/users/username/projects/project/modulefile1.ts: *new* {} -/a/b/modulefile2.ts: *new* +/users/username/projects/project/modulefile2.ts: *new* {} /a/lib/lib.d.ts: *new* {} FsWatches *deleted*:: -/a/b: +/users/username/projects/project: {} FsWatchesRecursive:: -/a/b: +/users/username/projects/project: {} diff --git a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/when-event-handler-is-set-in-the-session-and-should-be-up-to-date-with-newly-created-files.js b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/when-event-handler-is-set-in-the-session-and-should-be-up-to-date-with-newly-created-files.js index 7534f0abeb96f..cead2abb36405 100644 --- a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/when-event-handler-is-set-in-the-session-and-should-be-up-to-date-with-newly-created-files.js +++ b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/when-event-handler-is-set-in-the-session-and-should-be-up-to-date-with-newly-created-files.js @@ -1,140 +1,144 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:11.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request -//// [/a/b/file1Consumer1.ts] +//// [/users/username/projects/project/file1Consumer1.ts] import {Foo} from "./moduleFile1"; export var y = 10; -//// [/a/b/tsconfig.json] +//// [/users/username/projects/project/tsconfig.json] {} -Info 1 [00:00:12.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { - "file": "/a/b/file1Consumer1.ts" + "file": "/users/username/projects/project/file1Consumer1.ts" }, "seq": 1, "type": "request" } -Info 2 [00:00:13.000] Search path: /a/b -Info 3 [00:00:14.000] For info: /a/b/file1Consumer1.ts :: Config file name: /a/b/tsconfig.json -Info 4 [00:00:15.000] Creating configuration project /a/b/tsconfig.json -Info 5 [00:00:16.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 6 [00:00:17.000] event: - {"seq":0,"type":"event","event":"CustomHandler::projectLoadingStart","body":{"project":"/a/b/tsconfig.json","reason":"Creating possible configured project for /a/b/file1Consumer1.ts to open"}} -Info 7 [00:00:18.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /users/username/projects/project +Info seq [hh:mm:ss:mss] For info: /users/username/projects/project/file1Consumer1.ts :: Config file name: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/tsconfig.json 2000 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::projectLoadingStart","body":{"project":"/users/username/projects/project/tsconfig.json","reason":"Creating possible configured project for /users/username/projects/project/file1Consumer1.ts to open"}} +Info seq [hh:mm:ss:mss] Config: /users/username/projects/project/tsconfig.json : { "rootNames": [ - "/a/b/file1Consumer1.ts" + "/users/username/projects/project/file1Consumer1.ts" ], "options": { - "configFilePath": "/a/b/tsconfig.json" + "configFilePath": "/users/username/projects/project/tsconfig.json" } } -Info 8 [00:00:19.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:20.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:21.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 11 [00:00:22.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 12 [00:00:23.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 13 [00:00:24.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 14 [00:00:25.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:26.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 16 [00:00:27.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 17 [00:00:28.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 18 [00:00:29.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 19 [00:00:30.000] Project '/a/b/tsconfig.json' (Configured) -Info 20 [00:00:31.000] Files (1) - /a/b/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + /users/username/projects/project/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" file1Consumer1.ts Matched by default include pattern '**/*' -Info 21 [00:00:32.000] ----------------------------------------------- -Info 22 [00:00:33.000] event: - {"seq":0,"type":"event","event":"CustomHandler::projectLoadingFinish","body":{"project":"/a/b/tsconfig.json"}} -Info 23 [00:00:34.000] event: - {"seq":0,"type":"event","event":"CustomHandler::projectInfo","body":{"projectId":"e10a1dc99ee63f16cb9b69bcee75540cdf41a1137371d3afbd4e7de507be5207","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":53,"tsx":0,"tsxSize":0,"dts":0,"dtsSize":0,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}} -Info 24 [00:00:35.000] event: - {"seq":0,"type":"event","event":"CustomHandler::configFileDiag","body":{"configFileName":"/a/b/tsconfig.json","diagnostics":[{"text":"File '/a/lib/lib.d.ts' not found.\n The file is in the program because:\n Default library for target 'es5'","code":6053,"category":"error"},{"text":"Cannot find global type 'Array'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Boolean'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Function'.","code":2318,"category":"error"},{"text":"Cannot find global type 'IArguments'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Number'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Object'.","code":2318,"category":"error"},{"text":"Cannot find global type 'RegExp'.","code":2318,"category":"error"},{"text":"Cannot find global type 'String'.","code":2318,"category":"error"}],"triggerFile":"/a/b/file1Consumer1.ts"}} -Info 25 [00:00:36.000] Project '/a/b/tsconfig.json' (Configured) -Info 25 [00:00:37.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::projectLoadingFinish","body":{"project":"/users/username/projects/project/tsconfig.json"}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::projectInfo","body":{"projectId":"5b0be5fc7f7235edf5a31bffe614b4e0819e55ec5f118558864b1f882e283c0d","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":53,"tsx":0,"tsxSize":0,"dts":0,"dtsSize":0,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::configFileDiag","body":{"configFileName":"/users/username/projects/project/tsconfig.json","diagnostics":[{"text":"File '/a/lib/lib.d.ts' not found.\n The file is in the program because:\n Default library for target 'es5'","code":6053,"category":"error"},{"text":"Cannot find global type 'Array'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Boolean'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Function'.","code":2318,"category":"error"},{"text":"Cannot find global type 'IArguments'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Number'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Object'.","code":2318,"category":"error"},{"text":"Cannot find global type 'RegExp'.","code":2318,"category":"error"},{"text":"Cannot find global type 'String'.","code":2318,"category":"error"}],"triggerFile":"/users/username/projects/project/file1Consumer1.ts"}} +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 25 [00:00:38.000] ----------------------------------------------- -Info 25 [00:00:39.000] Open files: -Info 25 [00:00:40.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 25 [00:00:41.000] Projects: /a/b/tsconfig.json -Info 25 [00:00:42.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request PolledWatches:: -/a/b/modulefile1: *new* +/users/username/projects/project/modulefile1: *new* {"pollingInterval":500} /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/b/node_modules/@types: *new* +/users/username/projects/project/node_modules/@types: *new* + {"pollingInterval":500} +/users/username/projects/node_modules/@types: *new* {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: *new* +/users/username/projects/project/tsconfig.json: *new* {} -/a/b: *new* +/users/username/projects/project: *new* {} FsWatchesRecursive:: -/a/b: *new* +/users/username/projects/project: *new* {} -Info 26 [00:00:46.000] DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 27 [00:00:47.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation -Info 28 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 29 [00:00:49.000] DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 30 [00:00:50.000] Scheduled: /a/b/tsconfig.json -Info 31 [00:00:51.000] Scheduled: *ensureProjectForOpenFiles* -Info 32 [00:00:52.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 33 [00:00:55.000] DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 34 [00:00:56.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 35 [00:00:57.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 36 [00:00:58.000] DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 37 [00:00:59.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 38 [00:01:00.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 39 [00:01:01.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 40 [00:01:04.000] DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 41 [00:01:05.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 42 [00:01:06.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 43 [00:01:07.000] DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 44 [00:01:08.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 45 [00:01:09.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 46 [00:01:10.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 47 [00:01:13.000] DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 48 [00:01:14.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 49 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 50 [00:01:16.000] DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 51 [00:01:17.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 52 [00:01:18.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 53 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 54 [00:01:24.000] FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 55 [00:01:25.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 56 [00:01:26.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 57 [00:01:27.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 58 [00:01:28.000] Elapsed:: *ms FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file Before running Timeout callback:: count: 3 -10: /a/b/tsconfig.jsonFailedLookupInvalidation -13: /a/b/tsconfig.json +10: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +13: /users/username/projects/project/tsconfig.json 14: *ensureProjectForOpenFiles* -//// [/a/b/moduleFile1.ts] +//// [/users/username/projects/project/moduleFile1.ts] export function Foo() { }; -//// [/a/b/file1Consumer2.ts] +//// [/users/username/projects/project/file1Consumer2.ts] import {Foo} from "./moduleFile1"; let z = 10; -//// [/a/b/moduleFile2.ts] +//// [/users/username/projects/project/moduleFile2.ts] export var Foo4 = 10; -//// [/a/b/globalFile3.ts] +//// [/users/username/projects/project/globalFile3.ts] interface GlobalFoo { age: number } //// [/a/lib/lib.d.ts] @@ -152,9 +156,11 @@ interface Array { length: number; [n: number]: T; } PolledWatches:: -/a/b/modulefile1: +/users/username/projects/project/modulefile1: + {"pollingInterval":500} +/users/username/projects/project/node_modules/@types: {"pollingInterval":500} -/a/b/node_modules/@types: +/users/username/projects/node_modules/@types: {"pollingInterval":500} PolledWatches *deleted*:: @@ -162,66 +168,66 @@ PolledWatches *deleted*:: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} -/a/b: +/users/username/projects/project: {} FsWatchesRecursive:: -/a/b: +/users/username/projects/project: {} -Info 59 [00:01:30.000] Running: /a/b/tsconfig.jsonFailedLookupInvalidation -Info 60 [00:01:31.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 61 [00:01:32.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one After running Timeout callback:: count: 2 -15: /a/b/tsconfig.json +15: /users/username/projects/project/tsconfig.json 16: *ensureProjectForOpenFiles* -Info 62 [00:01:38.000] DirectoryWatcher:: Triggered with /a/b/file1Consumer3.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 63 [00:01:39.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation -Info 64 [00:01:40.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/file1Consumer3.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 65 [00:01:41.000] DirectoryWatcher:: Triggered with /a/b/file1Consumer3.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 66 [00:01:42.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 67 [00:01:43.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 68 [00:01:44.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/file1Consumer3.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer3.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer3.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer3.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer3.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory Before running Timeout callback:: count: 3 -17: /a/b/tsconfig.jsonFailedLookupInvalidation -18: /a/b/tsconfig.json +17: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +18: /users/username/projects/project/tsconfig.json 19: *ensureProjectForOpenFiles* -//// [/a/b/moduleFile1.ts] +//// [/users/username/projects/project/moduleFile1.ts] export var T: number;export function Foo() { }; -//// [/a/b/file1Consumer3.ts] +//// [/users/username/projects/project/file1Consumer3.ts] import {Foo} from "./moduleFile1"; let y = Foo(); -Info 69 [00:01:45.000] Running: /a/b/tsconfig.jsonFailedLookupInvalidation -Info 70 [00:01:46.000] Running: /a/b/tsconfig.json -Info 71 [00:01:47.000] FileWatcher:: Added:: WatchInfo: /a/b/file1Consumer2.ts 500 undefined WatchType: Closed Script info -Info 72 [00:01:48.000] FileWatcher:: Added:: WatchInfo: /a/b/file1Consumer3.ts 500 undefined WatchType: Closed Script info -Info 73 [00:01:49.000] FileWatcher:: Added:: WatchInfo: /a/b/globalFile3.ts 500 undefined WatchType: Closed Script info -Info 74 [00:01:50.000] FileWatcher:: Added:: WatchInfo: /a/b/moduleFile1.ts 500 undefined WatchType: Closed Script info -Info 75 [00:01:51.000] FileWatcher:: Added:: WatchInfo: /a/b/moduleFile2.ts 500 undefined WatchType: Closed Script info -Info 76 [00:01:52.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 77 [00:01:53.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 78 [00:01:54.000] DirectoryWatcher:: Close:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 79 [00:01:55.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 80 [00:01:56.000] DirectoryWatcher:: Close:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 81 [00:01:57.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 82 [00:01:58.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 83 [00:01:59.000] Project '/a/b/tsconfig.json' (Configured) -Info 84 [00:02:00.000] Files (7) +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/file1Consumer2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/file1Consumer3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/globalFile3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (7) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b/moduleFile1.ts Text-1 "export var T: number;export function Foo() { };" - /a/b/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" - /a/b/file1Consumer2.ts Text-1 "import {Foo} from \"./moduleFile1\"; let z = 10;" - /a/b/file1Consumer3.ts Text-1 "import {Foo} from \"./moduleFile1\"; let y = Foo();" - /a/b/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" - /a/b/moduleFile2.ts Text-1 "export var Foo4 = 10;" + /users/username/projects/project/moduleFile1.ts Text-1 "export var T: number;export function Foo() { };" + /users/username/projects/project/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" + /users/username/projects/project/file1Consumer2.ts Text-1 "import {Foo} from \"./moduleFile1\"; let z = 10;" + /users/username/projects/project/file1Consumer3.ts Text-1 "import {Foo} from \"./moduleFile1\"; let y = Foo();" + /users/username/projects/project/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" + /users/username/projects/project/moduleFile2.ts Text-1 "export var Foo4 = 10;" - ../lib/lib.d.ts + ../../../../a/lib/lib.d.ts Default library for target 'es5' moduleFile1.ts Imported via "./moduleFile1" from file 'file1Consumer1.ts' @@ -239,56 +245,58 @@ Info 84 [00:02:00.000] Files (7) moduleFile2.ts Matched by default include pattern '**/*' -Info 85 [00:02:01.000] ----------------------------------------------- -Info 86 [00:02:02.000] Running: *ensureProjectForOpenFiles* -Info 87 [00:02:03.000] Before ensureProjectForOpenFiles: -Info 88 [00:02:04.000] Project '/a/b/tsconfig.json' (Configured) -Info 88 [00:02:05.000] Files (7) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (7) -Info 88 [00:02:06.000] ----------------------------------------------- -Info 88 [00:02:07.000] Open files: -Info 88 [00:02:08.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 88 [00:02:09.000] Projects: /a/b/tsconfig.json -Info 88 [00:02:10.000] After ensureProjectForOpenFiles: -Info 89 [00:02:11.000] Project '/a/b/tsconfig.json' (Configured) -Info 89 [00:02:12.000] Files (7) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (7) -Info 89 [00:02:13.000] ----------------------------------------------- -Info 89 [00:02:14.000] Open files: -Info 89 [00:02:15.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 89 [00:02:16.000] Projects: /a/b/tsconfig.json -Info 89 [00:02:17.000] event: - {"seq":0,"type":"event","event":"CustomHandler::projectsUpdatedInBackground","body":{"openFiles":["/a/b/file1Consumer1.ts"]}} +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/file1Consumer1.ts"]}} After running Timeout callback:: count: 0 PolledWatches:: -/a/b/node_modules/@types: +/users/username/projects/project/node_modules/@types: + {"pollingInterval":500} +/users/username/projects/node_modules/@types: {"pollingInterval":500} PolledWatches *deleted*:: -/a/b/modulefile1: +/users/username/projects/project/modulefile1: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} -/a/b/file1consumer2.ts: *new* +/users/username/projects/project/file1consumer2.ts: *new* {} -/a/b/file1consumer3.ts: *new* +/users/username/projects/project/file1consumer3.ts: *new* {} -/a/b/globalfile3.ts: *new* +/users/username/projects/project/globalfile3.ts: *new* {} -/a/b/modulefile1.ts: *new* +/users/username/projects/project/modulefile1.ts: *new* {} -/a/b/modulefile2.ts: *new* +/users/username/projects/project/modulefile2.ts: *new* {} /a/lib/lib.d.ts: *new* {} FsWatches *deleted*:: -/a/b: +/users/username/projects/project: {} FsWatchesRecursive:: -/a/b: +/users/username/projects/project: {} diff --git a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/when-event-handler-is-set-in-the-session-and-should-be-up-to-date-with-the-reference-map-changes.js b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/when-event-handler-is-set-in-the-session-and-should-be-up-to-date-with-the-reference-map-changes.js index 7ae940f2e083d..388974e74dc61 100644 --- a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/when-event-handler-is-set-in-the-session-and-should-be-up-to-date-with-the-reference-map-changes.js +++ b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/when-event-handler-is-set-in-the-session-and-should-be-up-to-date-with-the-reference-map-changes.js @@ -1,140 +1,144 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:11.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request -//// [/a/b/file1Consumer1.ts] +//// [/users/username/projects/project/file1Consumer1.ts] import {Foo} from "./moduleFile1"; export var y = 10; -//// [/a/b/tsconfig.json] +//// [/users/username/projects/project/tsconfig.json] {} -Info 1 [00:00:12.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { - "file": "/a/b/file1Consumer1.ts" + "file": "/users/username/projects/project/file1Consumer1.ts" }, "seq": 1, "type": "request" } -Info 2 [00:00:13.000] Search path: /a/b -Info 3 [00:00:14.000] For info: /a/b/file1Consumer1.ts :: Config file name: /a/b/tsconfig.json -Info 4 [00:00:15.000] Creating configuration project /a/b/tsconfig.json -Info 5 [00:00:16.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 6 [00:00:17.000] event: - {"seq":0,"type":"event","event":"CustomHandler::projectLoadingStart","body":{"project":"/a/b/tsconfig.json","reason":"Creating possible configured project for /a/b/file1Consumer1.ts to open"}} -Info 7 [00:00:18.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /users/username/projects/project +Info seq [hh:mm:ss:mss] For info: /users/username/projects/project/file1Consumer1.ts :: Config file name: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/tsconfig.json 2000 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::projectLoadingStart","body":{"project":"/users/username/projects/project/tsconfig.json","reason":"Creating possible configured project for /users/username/projects/project/file1Consumer1.ts to open"}} +Info seq [hh:mm:ss:mss] Config: /users/username/projects/project/tsconfig.json : { "rootNames": [ - "/a/b/file1Consumer1.ts" + "/users/username/projects/project/file1Consumer1.ts" ], "options": { - "configFilePath": "/a/b/tsconfig.json" + "configFilePath": "/users/username/projects/project/tsconfig.json" } } -Info 8 [00:00:19.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:20.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:21.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 11 [00:00:22.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 12 [00:00:23.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 13 [00:00:24.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 14 [00:00:25.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:26.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 16 [00:00:27.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 17 [00:00:28.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 18 [00:00:29.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 19 [00:00:30.000] Project '/a/b/tsconfig.json' (Configured) -Info 20 [00:00:31.000] Files (1) - /a/b/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + /users/username/projects/project/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" file1Consumer1.ts Matched by default include pattern '**/*' -Info 21 [00:00:32.000] ----------------------------------------------- -Info 22 [00:00:33.000] event: - {"seq":0,"type":"event","event":"CustomHandler::projectLoadingFinish","body":{"project":"/a/b/tsconfig.json"}} -Info 23 [00:00:34.000] event: - {"seq":0,"type":"event","event":"CustomHandler::projectInfo","body":{"projectId":"e10a1dc99ee63f16cb9b69bcee75540cdf41a1137371d3afbd4e7de507be5207","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":53,"tsx":0,"tsxSize":0,"dts":0,"dtsSize":0,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}} -Info 24 [00:00:35.000] event: - {"seq":0,"type":"event","event":"CustomHandler::configFileDiag","body":{"configFileName":"/a/b/tsconfig.json","diagnostics":[{"text":"File '/a/lib/lib.d.ts' not found.\n The file is in the program because:\n Default library for target 'es5'","code":6053,"category":"error"},{"text":"Cannot find global type 'Array'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Boolean'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Function'.","code":2318,"category":"error"},{"text":"Cannot find global type 'IArguments'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Number'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Object'.","code":2318,"category":"error"},{"text":"Cannot find global type 'RegExp'.","code":2318,"category":"error"},{"text":"Cannot find global type 'String'.","code":2318,"category":"error"}],"triggerFile":"/a/b/file1Consumer1.ts"}} -Info 25 [00:00:36.000] Project '/a/b/tsconfig.json' (Configured) -Info 25 [00:00:37.000] Files (1) - -Info 25 [00:00:38.000] ----------------------------------------------- -Info 25 [00:00:39.000] Open files: -Info 25 [00:00:40.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 25 [00:00:41.000] Projects: /a/b/tsconfig.json -Info 25 [00:00:42.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::projectLoadingFinish","body":{"project":"/users/username/projects/project/tsconfig.json"}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::projectInfo","body":{"projectId":"5b0be5fc7f7235edf5a31bffe614b4e0819e55ec5f118558864b1f882e283c0d","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":53,"tsx":0,"tsxSize":0,"dts":0,"dtsSize":0,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::configFileDiag","body":{"configFileName":"/users/username/projects/project/tsconfig.json","diagnostics":[{"text":"File '/a/lib/lib.d.ts' not found.\n The file is in the program because:\n Default library for target 'es5'","code":6053,"category":"error"},{"text":"Cannot find global type 'Array'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Boolean'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Function'.","code":2318,"category":"error"},{"text":"Cannot find global type 'IArguments'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Number'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Object'.","code":2318,"category":"error"},{"text":"Cannot find global type 'RegExp'.","code":2318,"category":"error"},{"text":"Cannot find global type 'String'.","code":2318,"category":"error"}],"triggerFile":"/users/username/projects/project/file1Consumer1.ts"}} +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request PolledWatches:: -/a/b/modulefile1: *new* +/users/username/projects/project/modulefile1: *new* {"pollingInterval":500} /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/b/node_modules/@types: *new* +/users/username/projects/project/node_modules/@types: *new* + {"pollingInterval":500} +/users/username/projects/node_modules/@types: *new* {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: *new* +/users/username/projects/project/tsconfig.json: *new* {} -/a/b: *new* +/users/username/projects/project: *new* {} FsWatchesRecursive:: -/a/b: *new* +/users/username/projects/project: *new* {} -Info 26 [00:00:46.000] DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 27 [00:00:47.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation -Info 28 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 29 [00:00:49.000] DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 30 [00:00:50.000] Scheduled: /a/b/tsconfig.json -Info 31 [00:00:51.000] Scheduled: *ensureProjectForOpenFiles* -Info 32 [00:00:52.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 33 [00:00:55.000] DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 34 [00:00:56.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 35 [00:00:57.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 36 [00:00:58.000] DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 37 [00:00:59.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 38 [00:01:00.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 39 [00:01:01.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 40 [00:01:04.000] DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 41 [00:01:05.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 42 [00:01:06.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 43 [00:01:07.000] DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 44 [00:01:08.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 45 [00:01:09.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 46 [00:01:10.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 47 [00:01:13.000] DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 48 [00:01:14.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 49 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 50 [00:01:16.000] DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 51 [00:01:17.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 52 [00:01:18.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 53 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 54 [00:01:24.000] FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 55 [00:01:25.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 56 [00:01:26.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 57 [00:01:27.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 58 [00:01:28.000] Elapsed:: *ms FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file Before running Timeout callback:: count: 3 -10: /a/b/tsconfig.jsonFailedLookupInvalidation -13: /a/b/tsconfig.json +10: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +13: /users/username/projects/project/tsconfig.json 14: *ensureProjectForOpenFiles* -//// [/a/b/moduleFile1.ts] +//// [/users/username/projects/project/moduleFile1.ts] export function Foo() { }; -//// [/a/b/file1Consumer2.ts] +//// [/users/username/projects/project/file1Consumer2.ts] import {Foo} from "./moduleFile1"; let z = 10; -//// [/a/b/moduleFile2.ts] +//// [/users/username/projects/project/moduleFile2.ts] export var Foo4 = 10; -//// [/a/b/globalFile3.ts] +//// [/users/username/projects/project/globalFile3.ts] interface GlobalFoo { age: number } //// [/a/lib/lib.d.ts] @@ -152,9 +156,11 @@ interface Array { length: number; [n: number]: T; } PolledWatches:: -/a/b/modulefile1: +/users/username/projects/project/modulefile1: + {"pollingInterval":500} +/users/username/projects/project/node_modules/@types: {"pollingInterval":500} -/a/b/node_modules/@types: +/users/username/projects/node_modules/@types: {"pollingInterval":500} PolledWatches *deleted*:: @@ -162,29 +168,29 @@ PolledWatches *deleted*:: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} -/a/b: +/users/username/projects/project: {} FsWatchesRecursive:: -/a/b: +/users/username/projects/project: {} -Info 59 [00:01:30.000] Running: /a/b/tsconfig.jsonFailedLookupInvalidation -Info 60 [00:01:31.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 61 [00:01:32.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one After running Timeout callback:: count: 2 -15: /a/b/tsconfig.json +15: /users/username/projects/project/tsconfig.json 16: *ensureProjectForOpenFiles* Before request -Info 62 [00:01:33.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { - "file": "/a/b/file1Consumer1.ts", + "file": "/users/username/projects/project/file1Consumer1.ts", "insertString": "export let y = Foo();", "endLine": 1, "endOffset": 53, @@ -194,35 +200,35 @@ Info 62 [00:01:33.000] request: "seq": 2, "type": "request" } -Info 63 [00:01:34.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request Before running Timeout callback:: count: 2 -15: /a/b/tsconfig.json +15: /users/username/projects/project/tsconfig.json 16: *ensureProjectForOpenFiles* -Info 64 [00:01:35.000] Running: /a/b/tsconfig.json -Info 65 [00:01:36.000] FileWatcher:: Added:: WatchInfo: /a/b/file1Consumer2.ts 500 undefined WatchType: Closed Script info -Info 66 [00:01:37.000] FileWatcher:: Added:: WatchInfo: /a/b/globalFile3.ts 500 undefined WatchType: Closed Script info -Info 67 [00:01:38.000] FileWatcher:: Added:: WatchInfo: /a/b/moduleFile1.ts 500 undefined WatchType: Closed Script info -Info 68 [00:01:39.000] FileWatcher:: Added:: WatchInfo: /a/b/moduleFile2.ts 500 undefined WatchType: Closed Script info -Info 69 [00:01:40.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 70 [00:01:41.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 71 [00:01:42.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 72 [00:01:43.000] Project '/a/b/tsconfig.json' (Configured) -Info 73 [00:01:44.000] Files (6) +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/file1Consumer2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/globalFile3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b/file1Consumer1.ts SVC-1-1 "export let y = Foo();;" - /a/b/moduleFile1.ts Text-1 "export function Foo() { };" - /a/b/file1Consumer2.ts Text-1 "import {Foo} from \"./moduleFile1\"; let z = 10;" - /a/b/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" - /a/b/moduleFile2.ts Text-1 "export var Foo4 = 10;" + /users/username/projects/project/file1Consumer1.ts SVC-1-1 "export let y = Foo();;" + /users/username/projects/project/moduleFile1.ts Text-1 "export function Foo() { };" + /users/username/projects/project/file1Consumer2.ts Text-1 "import {Foo} from \"./moduleFile1\"; let z = 10;" + /users/username/projects/project/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" + /users/username/projects/project/moduleFile2.ts Text-1 "export var Foo4 = 10;" - ../lib/lib.d.ts + ../../../../a/lib/lib.d.ts Default library for target 'es5' file1Consumer1.ts Matched by default include pattern '**/*' @@ -236,106 +242,108 @@ Info 73 [00:01:44.000] Files (6) moduleFile2.ts Matched by default include pattern '**/*' -Info 74 [00:01:45.000] ----------------------------------------------- -Info 75 [00:01:46.000] Running: *ensureProjectForOpenFiles* -Info 76 [00:01:47.000] Before ensureProjectForOpenFiles: -Info 77 [00:01:48.000] Project '/a/b/tsconfig.json' (Configured) -Info 77 [00:01:49.000] Files (6) - -Info 77 [00:01:50.000] ----------------------------------------------- -Info 77 [00:01:51.000] Open files: -Info 77 [00:01:52.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 77 [00:01:53.000] Projects: /a/b/tsconfig.json -Info 77 [00:01:54.000] After ensureProjectForOpenFiles: -Info 78 [00:01:55.000] Project '/a/b/tsconfig.json' (Configured) -Info 78 [00:01:56.000] Files (6) - -Info 78 [00:01:57.000] ----------------------------------------------- -Info 78 [00:01:58.000] Open files: -Info 78 [00:01:59.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 78 [00:02:00.000] Projects: /a/b/tsconfig.json -Info 78 [00:02:01.000] event: - {"seq":0,"type":"event","event":"CustomHandler::projectsUpdatedInBackground","body":{"openFiles":["/a/b/file1Consumer1.ts"]}} +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/file1Consumer1.ts"]}} After running Timeout callback:: count: 0 PolledWatches:: -/a/b/modulefile1: +/users/username/projects/project/modulefile1: {"pollingInterval":500} -/a/b/node_modules/@types: +/users/username/projects/project/node_modules/@types: + {"pollingInterval":500} +/users/username/projects/node_modules/@types: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} -/a/b: +/users/username/projects/project: {} -/a/b/file1consumer2.ts: *new* +/users/username/projects/project/file1consumer2.ts: *new* {} -/a/b/globalfile3.ts: *new* +/users/username/projects/project/globalfile3.ts: *new* {} -/a/b/modulefile1.ts: *new* +/users/username/projects/project/modulefile1.ts: *new* {} -/a/b/modulefile2.ts: *new* +/users/username/projects/project/modulefile2.ts: *new* {} /a/lib/lib.d.ts: *new* {} FsWatchesRecursive:: -/a/b: +/users/username/projects/project: {} -Info 79 [00:02:05.000] FileWatcher:: Triggered with /a/b/moduleFile1.ts 1:: WatchInfo: /a/b/moduleFile1.ts 500 undefined WatchType: Closed Script info -Info 80 [00:02:06.000] Scheduled: /a/b/tsconfig.json -Info 81 [00:02:07.000] Scheduled: *ensureProjectForOpenFiles* -Info 82 [00:02:08.000] Elapsed:: *ms FileWatcher:: Triggered with /a/b/moduleFile1.ts 1:: WatchInfo: /a/b/moduleFile1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts 1:: WatchInfo: /users/username/projects/project/moduleFile1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts 1:: WatchInfo: /users/username/projects/project/moduleFile1.ts 500 undefined WatchType: Closed Script info Before running Timeout callback:: count: 2 -17: /a/b/tsconfig.json +17: /users/username/projects/project/tsconfig.json 18: *ensureProjectForOpenFiles* -//// [/a/b/moduleFile1.ts] +//// [/users/username/projects/project/moduleFile1.ts] export var T: number;export function Foo() { }; -Info 83 [00:02:09.000] Running: /a/b/tsconfig.json -Info 84 [00:02:10.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 85 [00:02:11.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 86 [00:02:12.000] Project '/a/b/tsconfig.json' (Configured) -Info 87 [00:02:13.000] Files (6) +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b/file1Consumer1.ts SVC-1-1 "export let y = Foo();;" - /a/b/moduleFile1.ts Text-2 "export var T: number;export function Foo() { };" - /a/b/file1Consumer2.ts Text-1 "import {Foo} from \"./moduleFile1\"; let z = 10;" - /a/b/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" - /a/b/moduleFile2.ts Text-1 "export var Foo4 = 10;" - -Info 88 [00:02:14.000] ----------------------------------------------- -Info 89 [00:02:15.000] Running: *ensureProjectForOpenFiles* -Info 90 [00:02:16.000] Before ensureProjectForOpenFiles: -Info 91 [00:02:17.000] Project '/a/b/tsconfig.json' (Configured) -Info 91 [00:02:18.000] Files (6) - -Info 91 [00:02:19.000] ----------------------------------------------- -Info 91 [00:02:20.000] Open files: -Info 91 [00:02:21.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 91 [00:02:22.000] Projects: /a/b/tsconfig.json -Info 91 [00:02:23.000] After ensureProjectForOpenFiles: -Info 92 [00:02:24.000] Project '/a/b/tsconfig.json' (Configured) -Info 92 [00:02:25.000] Files (6) - -Info 92 [00:02:26.000] ----------------------------------------------- -Info 92 [00:02:27.000] Open files: -Info 92 [00:02:28.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 92 [00:02:29.000] Projects: /a/b/tsconfig.json -Info 92 [00:02:30.000] event: - {"seq":0,"type":"event","event":"CustomHandler::projectsUpdatedInBackground","body":{"openFiles":["/a/b/file1Consumer1.ts"]}} + /users/username/projects/project/file1Consumer1.ts SVC-1-1 "export let y = Foo();;" + /users/username/projects/project/moduleFile1.ts Text-2 "export var T: number;export function Foo() { };" + /users/username/projects/project/file1Consumer2.ts Text-1 "import {Foo} from \"./moduleFile1\"; let z = 10;" + /users/username/projects/project/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" + /users/username/projects/project/moduleFile2.ts Text-1 "export var Foo4 = 10;" + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/file1Consumer1.ts"]}} After running Timeout callback:: count: 0 Before request -Info 93 [00:02:31.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { - "file": "/a/b/file1Consumer1.ts", + "file": "/users/username/projects/project/file1Consumer1.ts", "insertString": "import {Foo} from \"./moduleFile1\";let y = Foo();", "endLine": 1, "endOffset": 21, @@ -345,7 +353,7 @@ Info 93 [00:02:31.000] request: "seq": 3, "type": "request" } -Info 94 [00:02:32.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -355,92 +363,94 @@ Before running Timeout callback:: count: 0 After running Timeout callback:: count: 0 -Info 95 [00:02:36.000] FileWatcher:: Triggered with /a/b/moduleFile1.ts 1:: WatchInfo: /a/b/moduleFile1.ts 500 undefined WatchType: Closed Script info -Info 96 [00:02:37.000] Scheduled: /a/b/tsconfig.json -Info 97 [00:02:38.000] Scheduled: *ensureProjectForOpenFiles* -Info 98 [00:02:39.000] Elapsed:: *ms FileWatcher:: Triggered with /a/b/moduleFile1.ts 1:: WatchInfo: /a/b/moduleFile1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts 1:: WatchInfo: /users/username/projects/project/moduleFile1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts 1:: WatchInfo: /users/username/projects/project/moduleFile1.ts 500 undefined WatchType: Closed Script info Before running Timeout callback:: count: 2 -19: /a/b/tsconfig.json +19: /users/username/projects/project/tsconfig.json 20: *ensureProjectForOpenFiles* -//// [/a/b/moduleFile1.ts] +//// [/users/username/projects/project/moduleFile1.ts] export var T: number;export var T2: string;export function Foo() { }; -Info 99 [00:02:40.000] Running: /a/b/tsconfig.json -Info 100 [00:02:41.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 101 [00:02:42.000] DirectoryWatcher:: Close:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 102 [00:02:43.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 103 [00:02:44.000] DirectoryWatcher:: Close:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 104 [00:02:45.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 105 [00:02:46.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 4 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms -Info 106 [00:02:47.000] Project '/a/b/tsconfig.json' (Configured) -Info 107 [00:02:48.000] Files (6) +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 4 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b/moduleFile1.ts Text-3 "export var T: number;export var T2: string;export function Foo() { };" - /a/b/file1Consumer1.ts SVC-1-2 "import {Foo} from \"./moduleFile1\";let y = Foo();;;" - /a/b/file1Consumer2.ts Text-1 "import {Foo} from \"./moduleFile1\"; let z = 10;" - /a/b/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" - /a/b/moduleFile2.ts Text-1 "export var Foo4 = 10;" - -Info 108 [00:02:49.000] ----------------------------------------------- -Info 109 [00:02:50.000] Running: *ensureProjectForOpenFiles* -Info 110 [00:02:51.000] Before ensureProjectForOpenFiles: -Info 111 [00:02:52.000] Project '/a/b/tsconfig.json' (Configured) -Info 111 [00:02:53.000] Files (6) - -Info 111 [00:02:54.000] ----------------------------------------------- -Info 111 [00:02:55.000] Open files: -Info 111 [00:02:56.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 111 [00:02:57.000] Projects: /a/b/tsconfig.json -Info 111 [00:02:58.000] After ensureProjectForOpenFiles: -Info 112 [00:02:59.000] Project '/a/b/tsconfig.json' (Configured) -Info 112 [00:03:00.000] Files (6) - -Info 112 [00:03:01.000] ----------------------------------------------- -Info 112 [00:03:02.000] Open files: -Info 112 [00:03:03.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 112 [00:03:04.000] Projects: /a/b/tsconfig.json -Info 112 [00:03:05.000] event: - {"seq":0,"type":"event","event":"CustomHandler::projectsUpdatedInBackground","body":{"openFiles":["/a/b/file1Consumer1.ts"]}} + /users/username/projects/project/moduleFile1.ts Text-3 "export var T: number;export var T2: string;export function Foo() { };" + /users/username/projects/project/file1Consumer1.ts SVC-1-2 "import {Foo} from \"./moduleFile1\";let y = Foo();;;" + /users/username/projects/project/file1Consumer2.ts Text-1 "import {Foo} from \"./moduleFile1\"; let z = 10;" + /users/username/projects/project/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" + /users/username/projects/project/moduleFile2.ts Text-1 "export var Foo4 = 10;" + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/file1Consumer1.ts"]}} After running Timeout callback:: count: 0 PolledWatches:: -/a/b/node_modules/@types: +/users/username/projects/project/node_modules/@types: + {"pollingInterval":500} +/users/username/projects/node_modules/@types: {"pollingInterval":500} PolledWatches *deleted*:: -/a/b/modulefile1: +/users/username/projects/project/modulefile1: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} -/a/b/file1consumer2.ts: +/users/username/projects/project/file1consumer2.ts: {} -/a/b/globalfile3.ts: +/users/username/projects/project/globalfile3.ts: {} -/a/b/modulefile1.ts: +/users/username/projects/project/modulefile1.ts: {} -/a/b/modulefile2.ts: +/users/username/projects/project/modulefile2.ts: {} /a/lib/lib.d.ts: {} FsWatches *deleted*:: -/a/b: +/users/username/projects/project: {} FsWatchesRecursive:: -/a/b: +/users/username/projects/project: {} Before request -Info 113 [00:03:06.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { - "file": "/a/b/file1Consumer1.ts", + "file": "/users/username/projects/project/file1Consumer1.ts", "insertString": "export let y = Foo();", "endLine": 1, "endOffset": 48, @@ -450,53 +460,53 @@ Info 113 [00:03:06.000] request: "seq": 4, "type": "request" } -Info 114 [00:03:07.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request -Info 115 [00:03:11.000] FileWatcher:: Triggered with /a/b/moduleFile1.ts 1:: WatchInfo: /a/b/moduleFile1.ts 500 undefined WatchType: Closed Script info -Info 116 [00:03:12.000] Scheduled: /a/b/tsconfig.json -Info 117 [00:03:13.000] Scheduled: *ensureProjectForOpenFiles* -Info 118 [00:03:14.000] Elapsed:: *ms FileWatcher:: Triggered with /a/b/moduleFile1.ts 1:: WatchInfo: /a/b/moduleFile1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts 1:: WatchInfo: /users/username/projects/project/moduleFile1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts 1:: WatchInfo: /users/username/projects/project/moduleFile1.ts 500 undefined WatchType: Closed Script info Before running Timeout callback:: count: 2 -21: /a/b/tsconfig.json +21: /users/username/projects/project/tsconfig.json 22: *ensureProjectForOpenFiles* -//// [/a/b/moduleFile1.ts] +//// [/users/username/projects/project/moduleFile1.ts] export var T: number;export function Foo() { }; -Info 119 [00:03:15.000] Running: /a/b/tsconfig.json -Info 120 [00:03:16.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 121 [00:03:17.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 5 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms -Info 122 [00:03:18.000] Project '/a/b/tsconfig.json' (Configured) -Info 123 [00:03:19.000] Files (6) +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 5 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b/file1Consumer1.ts SVC-1-3 "export let y = Foo();;;;" - /a/b/moduleFile1.ts Text-4 "export var T: number;export function Foo() { };" - /a/b/file1Consumer2.ts Text-1 "import {Foo} from \"./moduleFile1\"; let z = 10;" - /a/b/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" - /a/b/moduleFile2.ts Text-1 "export var Foo4 = 10;" - -Info 124 [00:03:20.000] ----------------------------------------------- -Info 125 [00:03:21.000] Running: *ensureProjectForOpenFiles* -Info 126 [00:03:22.000] Before ensureProjectForOpenFiles: -Info 127 [00:03:23.000] Project '/a/b/tsconfig.json' (Configured) -Info 127 [00:03:24.000] Files (6) - -Info 127 [00:03:25.000] ----------------------------------------------- -Info 127 [00:03:26.000] Open files: -Info 127 [00:03:27.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 127 [00:03:28.000] Projects: /a/b/tsconfig.json -Info 127 [00:03:29.000] After ensureProjectForOpenFiles: -Info 128 [00:03:30.000] Project '/a/b/tsconfig.json' (Configured) -Info 128 [00:03:31.000] Files (6) - -Info 128 [00:03:32.000] ----------------------------------------------- -Info 128 [00:03:33.000] Open files: -Info 128 [00:03:34.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 128 [00:03:35.000] Projects: /a/b/tsconfig.json -Info 128 [00:03:36.000] event: - {"seq":0,"type":"event","event":"CustomHandler::projectsUpdatedInBackground","body":{"openFiles":["/a/b/file1Consumer1.ts"]}} + /users/username/projects/project/file1Consumer1.ts SVC-1-3 "export let y = Foo();;;;" + /users/username/projects/project/moduleFile1.ts Text-4 "export var T: number;export function Foo() { };" + /users/username/projects/project/file1Consumer2.ts Text-1 "import {Foo} from \"./moduleFile1\"; let z = 10;" + /users/username/projects/project/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" + /users/username/projects/project/moduleFile2.ts Text-1 "export var Foo4 = 10;" + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/file1Consumer1.ts"]}} After running Timeout callback:: count: 0 diff --git a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/when-event-handler-is-set-in-the-session-and-should-contains-only-itself.js b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/when-event-handler-is-set-in-the-session-and-should-contains-only-itself.js index 4bdd1e045c78d..3a45e302de4e4 100644 --- a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/when-event-handler-is-set-in-the-session-and-should-contains-only-itself.js +++ b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/when-event-handler-is-set-in-the-session-and-should-contains-only-itself.js @@ -1,140 +1,144 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:11.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request -//// [/a/b/file1Consumer1.ts] +//// [/users/username/projects/project/file1Consumer1.ts] import {Foo} from "./moduleFile1"; export var y = 10; -//// [/a/b/tsconfig.json] +//// [/users/username/projects/project/tsconfig.json] {} -Info 1 [00:00:12.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { - "file": "/a/b/file1Consumer1.ts" + "file": "/users/username/projects/project/file1Consumer1.ts" }, "seq": 1, "type": "request" } -Info 2 [00:00:13.000] Search path: /a/b -Info 3 [00:00:14.000] For info: /a/b/file1Consumer1.ts :: Config file name: /a/b/tsconfig.json -Info 4 [00:00:15.000] Creating configuration project /a/b/tsconfig.json -Info 5 [00:00:16.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 6 [00:00:17.000] event: - {"seq":0,"type":"event","event":"CustomHandler::projectLoadingStart","body":{"project":"/a/b/tsconfig.json","reason":"Creating possible configured project for /a/b/file1Consumer1.ts to open"}} -Info 7 [00:00:18.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /users/username/projects/project +Info seq [hh:mm:ss:mss] For info: /users/username/projects/project/file1Consumer1.ts :: Config file name: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/tsconfig.json 2000 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::projectLoadingStart","body":{"project":"/users/username/projects/project/tsconfig.json","reason":"Creating possible configured project for /users/username/projects/project/file1Consumer1.ts to open"}} +Info seq [hh:mm:ss:mss] Config: /users/username/projects/project/tsconfig.json : { "rootNames": [ - "/a/b/file1Consumer1.ts" + "/users/username/projects/project/file1Consumer1.ts" ], "options": { - "configFilePath": "/a/b/tsconfig.json" + "configFilePath": "/users/username/projects/project/tsconfig.json" } } -Info 8 [00:00:19.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:20.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:21.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 11 [00:00:22.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 12 [00:00:23.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 13 [00:00:24.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 14 [00:00:25.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:26.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 16 [00:00:27.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 17 [00:00:28.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 18 [00:00:29.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 19 [00:00:30.000] Project '/a/b/tsconfig.json' (Configured) -Info 20 [00:00:31.000] Files (1) - /a/b/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + /users/username/projects/project/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" file1Consumer1.ts Matched by default include pattern '**/*' -Info 21 [00:00:32.000] ----------------------------------------------- -Info 22 [00:00:33.000] event: - {"seq":0,"type":"event","event":"CustomHandler::projectLoadingFinish","body":{"project":"/a/b/tsconfig.json"}} -Info 23 [00:00:34.000] event: - {"seq":0,"type":"event","event":"CustomHandler::projectInfo","body":{"projectId":"e10a1dc99ee63f16cb9b69bcee75540cdf41a1137371d3afbd4e7de507be5207","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":53,"tsx":0,"tsxSize":0,"dts":0,"dtsSize":0,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}} -Info 24 [00:00:35.000] event: - {"seq":0,"type":"event","event":"CustomHandler::configFileDiag","body":{"configFileName":"/a/b/tsconfig.json","diagnostics":[{"text":"File '/a/lib/lib.d.ts' not found.\n The file is in the program because:\n Default library for target 'es5'","code":6053,"category":"error"},{"text":"Cannot find global type 'Array'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Boolean'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Function'.","code":2318,"category":"error"},{"text":"Cannot find global type 'IArguments'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Number'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Object'.","code":2318,"category":"error"},{"text":"Cannot find global type 'RegExp'.","code":2318,"category":"error"},{"text":"Cannot find global type 'String'.","code":2318,"category":"error"}],"triggerFile":"/a/b/file1Consumer1.ts"}} -Info 25 [00:00:36.000] Project '/a/b/tsconfig.json' (Configured) -Info 25 [00:00:37.000] Files (1) - -Info 25 [00:00:38.000] ----------------------------------------------- -Info 25 [00:00:39.000] Open files: -Info 25 [00:00:40.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 25 [00:00:41.000] Projects: /a/b/tsconfig.json -Info 25 [00:00:42.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::projectLoadingFinish","body":{"project":"/users/username/projects/project/tsconfig.json"}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::projectInfo","body":{"projectId":"5b0be5fc7f7235edf5a31bffe614b4e0819e55ec5f118558864b1f882e283c0d","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":53,"tsx":0,"tsxSize":0,"dts":0,"dtsSize":0,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::configFileDiag","body":{"configFileName":"/users/username/projects/project/tsconfig.json","diagnostics":[{"text":"File '/a/lib/lib.d.ts' not found.\n The file is in the program because:\n Default library for target 'es5'","code":6053,"category":"error"},{"text":"Cannot find global type 'Array'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Boolean'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Function'.","code":2318,"category":"error"},{"text":"Cannot find global type 'IArguments'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Number'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Object'.","code":2318,"category":"error"},{"text":"Cannot find global type 'RegExp'.","code":2318,"category":"error"},{"text":"Cannot find global type 'String'.","code":2318,"category":"error"}],"triggerFile":"/users/username/projects/project/file1Consumer1.ts"}} +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request PolledWatches:: -/a/b/modulefile1: *new* +/users/username/projects/project/modulefile1: *new* {"pollingInterval":500} /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/b/node_modules/@types: *new* +/users/username/projects/project/node_modules/@types: *new* + {"pollingInterval":500} +/users/username/projects/node_modules/@types: *new* {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: *new* +/users/username/projects/project/tsconfig.json: *new* {} -/a/b: *new* +/users/username/projects/project: *new* {} FsWatchesRecursive:: -/a/b: *new* +/users/username/projects/project: *new* {} -Info 26 [00:00:46.000] DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 27 [00:00:47.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation -Info 28 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 29 [00:00:49.000] DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 30 [00:00:50.000] Scheduled: /a/b/tsconfig.json -Info 31 [00:00:51.000] Scheduled: *ensureProjectForOpenFiles* -Info 32 [00:00:52.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 33 [00:00:55.000] DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 34 [00:00:56.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 35 [00:00:57.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 36 [00:00:58.000] DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 37 [00:00:59.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 38 [00:01:00.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 39 [00:01:01.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 40 [00:01:04.000] DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 41 [00:01:05.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 42 [00:01:06.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 43 [00:01:07.000] DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 44 [00:01:08.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 45 [00:01:09.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 46 [00:01:10.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 47 [00:01:13.000] DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 48 [00:01:14.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 49 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 50 [00:01:16.000] DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 51 [00:01:17.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 52 [00:01:18.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 53 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 54 [00:01:24.000] FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 55 [00:01:25.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 56 [00:01:26.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 57 [00:01:27.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 58 [00:01:28.000] Elapsed:: *ms FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file Before running Timeout callback:: count: 3 -10: /a/b/tsconfig.jsonFailedLookupInvalidation -13: /a/b/tsconfig.json +10: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +13: /users/username/projects/project/tsconfig.json 14: *ensureProjectForOpenFiles* -//// [/a/b/moduleFile1.ts] +//// [/users/username/projects/project/moduleFile1.ts] export function Foo() { }; -//// [/a/b/file1Consumer2.ts] +//// [/users/username/projects/project/file1Consumer2.ts] import {Foo} from "./moduleFile1"; let z = 10; -//// [/a/b/moduleFile2.ts] +//// [/users/username/projects/project/moduleFile2.ts] export var Foo4 = 10; -//// [/a/b/globalFile3.ts] +//// [/users/username/projects/project/globalFile3.ts] interface GlobalFoo { age: number } //// [/a/lib/lib.d.ts] @@ -152,9 +156,11 @@ interface Array { length: number; [n: number]: T; } PolledWatches:: -/a/b/modulefile1: +/users/username/projects/project/modulefile1: + {"pollingInterval":500} +/users/username/projects/project/node_modules/@types: {"pollingInterval":500} -/a/b/node_modules/@types: +/users/username/projects/node_modules/@types: {"pollingInterval":500} PolledWatches *deleted*:: @@ -162,52 +168,52 @@ PolledWatches *deleted*:: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} -/a/b: +/users/username/projects/project: {} FsWatchesRecursive:: -/a/b: +/users/username/projects/project: {} -Info 59 [00:01:30.000] Running: /a/b/tsconfig.jsonFailedLookupInvalidation -Info 60 [00:01:31.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 61 [00:01:32.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one After running Timeout callback:: count: 2 -15: /a/b/tsconfig.json +15: /users/username/projects/project/tsconfig.json 16: *ensureProjectForOpenFiles* Before running Timeout callback:: count: 2 -15: /a/b/tsconfig.json +15: /users/username/projects/project/tsconfig.json 16: *ensureProjectForOpenFiles* -//// [/a/b/moduleFile1.ts] +//// [/users/username/projects/project/moduleFile1.ts] export var T: number;export function Foo() { }; -Info 62 [00:01:36.000] Running: /a/b/tsconfig.json -Info 63 [00:01:37.000] FileWatcher:: Added:: WatchInfo: /a/b/file1Consumer2.ts 500 undefined WatchType: Closed Script info -Info 64 [00:01:38.000] FileWatcher:: Added:: WatchInfo: /a/b/globalFile3.ts 500 undefined WatchType: Closed Script info -Info 65 [00:01:39.000] FileWatcher:: Added:: WatchInfo: /a/b/moduleFile1.ts 500 undefined WatchType: Closed Script info -Info 66 [00:01:40.000] FileWatcher:: Added:: WatchInfo: /a/b/moduleFile2.ts 500 undefined WatchType: Closed Script info -Info 67 [00:01:41.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 68 [00:01:42.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 69 [00:01:43.000] DirectoryWatcher:: Close:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 70 [00:01:44.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 71 [00:01:45.000] DirectoryWatcher:: Close:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 72 [00:01:46.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 73 [00:01:47.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 74 [00:01:48.000] Project '/a/b/tsconfig.json' (Configured) -Info 75 [00:01:49.000] Files (6) +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/file1Consumer2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/globalFile3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b/moduleFile1.ts Text-1 "export var T: number;export function Foo() { };" - /a/b/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" - /a/b/file1Consumer2.ts Text-1 "import {Foo} from \"./moduleFile1\"; let z = 10;" - /a/b/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" - /a/b/moduleFile2.ts Text-1 "export var Foo4 = 10;" + /users/username/projects/project/moduleFile1.ts Text-1 "export var T: number;export function Foo() { };" + /users/username/projects/project/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" + /users/username/projects/project/file1Consumer2.ts Text-1 "import {Foo} from \"./moduleFile1\"; let z = 10;" + /users/username/projects/project/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" + /users/username/projects/project/moduleFile2.ts Text-1 "export var Foo4 = 10;" - ../lib/lib.d.ts + ../../../../a/lib/lib.d.ts Default library for target 'es5' moduleFile1.ts Imported via "./moduleFile1" from file 'file1Consumer1.ts' @@ -222,99 +228,101 @@ Info 75 [00:01:49.000] Files (6) moduleFile2.ts Matched by default include pattern '**/*' -Info 76 [00:01:50.000] ----------------------------------------------- -Info 77 [00:01:51.000] Running: *ensureProjectForOpenFiles* -Info 78 [00:01:52.000] Before ensureProjectForOpenFiles: -Info 79 [00:01:53.000] Project '/a/b/tsconfig.json' (Configured) -Info 79 [00:01:54.000] Files (6) - -Info 79 [00:01:55.000] ----------------------------------------------- -Info 79 [00:01:56.000] Open files: -Info 79 [00:01:57.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 79 [00:01:58.000] Projects: /a/b/tsconfig.json -Info 79 [00:01:59.000] After ensureProjectForOpenFiles: -Info 80 [00:02:00.000] Project '/a/b/tsconfig.json' (Configured) -Info 80 [00:02:01.000] Files (6) - -Info 80 [00:02:02.000] ----------------------------------------------- -Info 80 [00:02:03.000] Open files: -Info 80 [00:02:04.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 80 [00:02:05.000] Projects: /a/b/tsconfig.json -Info 80 [00:02:06.000] event: - {"seq":0,"type":"event","event":"CustomHandler::projectsUpdatedInBackground","body":{"openFiles":["/a/b/file1Consumer1.ts"]}} +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/file1Consumer1.ts"]}} After running Timeout callback:: count: 0 PolledWatches:: -/a/b/node_modules/@types: +/users/username/projects/project/node_modules/@types: + {"pollingInterval":500} +/users/username/projects/node_modules/@types: {"pollingInterval":500} PolledWatches *deleted*:: -/a/b/modulefile1: +/users/username/projects/project/modulefile1: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} -/a/b/file1consumer2.ts: *new* +/users/username/projects/project/file1consumer2.ts: *new* {} -/a/b/globalfile3.ts: *new* +/users/username/projects/project/globalfile3.ts: *new* {} -/a/b/modulefile1.ts: *new* +/users/username/projects/project/modulefile1.ts: *new* {} -/a/b/modulefile2.ts: *new* +/users/username/projects/project/modulefile2.ts: *new* {} /a/lib/lib.d.ts: *new* {} FsWatches *deleted*:: -/a/b: +/users/username/projects/project: {} FsWatchesRecursive:: -/a/b: +/users/username/projects/project: {} -Info 81 [00:02:10.000] FileWatcher:: Triggered with /a/b/moduleFile1.ts 1:: WatchInfo: /a/b/moduleFile1.ts 500 undefined WatchType: Closed Script info -Info 82 [00:02:11.000] Scheduled: /a/b/tsconfig.json -Info 83 [00:02:12.000] Scheduled: *ensureProjectForOpenFiles* -Info 84 [00:02:13.000] Elapsed:: *ms FileWatcher:: Triggered with /a/b/moduleFile1.ts 1:: WatchInfo: /a/b/moduleFile1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts 1:: WatchInfo: /users/username/projects/project/moduleFile1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts 1:: WatchInfo: /users/username/projects/project/moduleFile1.ts 500 undefined WatchType: Closed Script info Before running Timeout callback:: count: 2 -17: /a/b/tsconfig.json +17: /users/username/projects/project/tsconfig.json 18: *ensureProjectForOpenFiles* -//// [/a/b/moduleFile1.ts] +//// [/users/username/projects/project/moduleFile1.ts] export var T: number;export function Foo() { console.log('hi'); }; -Info 85 [00:02:14.000] Running: /a/b/tsconfig.json -Info 86 [00:02:15.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 87 [00:02:16.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 88 [00:02:17.000] Project '/a/b/tsconfig.json' (Configured) -Info 89 [00:02:18.000] Files (6) +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b/moduleFile1.ts Text-2 "export var T: number;export function Foo() { console.log('hi'); };" - /a/b/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" - /a/b/file1Consumer2.ts Text-1 "import {Foo} from \"./moduleFile1\"; let z = 10;" - /a/b/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" - /a/b/moduleFile2.ts Text-1 "export var Foo4 = 10;" - -Info 90 [00:02:19.000] ----------------------------------------------- -Info 91 [00:02:20.000] Running: *ensureProjectForOpenFiles* -Info 92 [00:02:21.000] Before ensureProjectForOpenFiles: -Info 93 [00:02:22.000] Project '/a/b/tsconfig.json' (Configured) -Info 93 [00:02:23.000] Files (6) - -Info 93 [00:02:24.000] ----------------------------------------------- -Info 93 [00:02:25.000] Open files: -Info 93 [00:02:26.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 93 [00:02:27.000] Projects: /a/b/tsconfig.json -Info 93 [00:02:28.000] After ensureProjectForOpenFiles: -Info 94 [00:02:29.000] Project '/a/b/tsconfig.json' (Configured) -Info 94 [00:02:30.000] Files (6) - -Info 94 [00:02:31.000] ----------------------------------------------- -Info 94 [00:02:32.000] Open files: -Info 94 [00:02:33.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 94 [00:02:34.000] Projects: /a/b/tsconfig.json -Info 94 [00:02:35.000] event: - {"seq":0,"type":"event","event":"CustomHandler::projectsUpdatedInBackground","body":{"openFiles":["/a/b/file1Consumer1.ts"]}} + /users/username/projects/project/moduleFile1.ts Text-2 "export var T: number;export function Foo() { console.log('hi'); };" + /users/username/projects/project/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" + /users/username/projects/project/file1Consumer2.ts Text-1 "import {Foo} from \"./moduleFile1\"; let z = 10;" + /users/username/projects/project/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" + /users/username/projects/project/moduleFile2.ts Text-1 "export var Foo4 = 10;" + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/file1Consumer1.ts"]}} After running Timeout callback:: count: 0 diff --git a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/when-event-handler-is-set-in-the-session-and-should-detect-changes-in-non-root-files.js b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/when-event-handler-is-set-in-the-session-and-should-detect-changes-in-non-root-files.js index 697e229f751ad..e91976461eb25 100644 --- a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/when-event-handler-is-set-in-the-session-and-should-detect-changes-in-non-root-files.js +++ b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/when-event-handler-is-set-in-the-session-and-should-detect-changes-in-non-root-files.js @@ -1,118 +1,122 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:11.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request -//// [/a/b/file1Consumer1.ts] +//// [/users/username/projects/project/file1Consumer1.ts] import {Foo} from "./moduleFile1"; export var y = 10; -//// [/a/b/tsconfig.json] -{"files":["/a/b/file1Consumer1.ts"]} +//// [/users/username/projects/project/tsconfig.json] +{"files":["/users/username/projects/project/file1Consumer1.ts"]} -Info 1 [00:00:12.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { - "file": "/a/b/file1Consumer1.ts" + "file": "/users/username/projects/project/file1Consumer1.ts" }, "seq": 1, "type": "request" } -Info 2 [00:00:13.000] Search path: /a/b -Info 3 [00:00:14.000] For info: /a/b/file1Consumer1.ts :: Config file name: /a/b/tsconfig.json -Info 4 [00:00:15.000] Creating configuration project /a/b/tsconfig.json -Info 5 [00:00:16.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 6 [00:00:17.000] event: - {"seq":0,"type":"event","event":"CustomHandler::projectLoadingStart","body":{"project":"/a/b/tsconfig.json","reason":"Creating possible configured project for /a/b/file1Consumer1.ts to open"}} -Info 7 [00:00:18.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /users/username/projects/project +Info seq [hh:mm:ss:mss] For info: /users/username/projects/project/file1Consumer1.ts :: Config file name: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/tsconfig.json 2000 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::projectLoadingStart","body":{"project":"/users/username/projects/project/tsconfig.json","reason":"Creating possible configured project for /users/username/projects/project/file1Consumer1.ts to open"}} +Info seq [hh:mm:ss:mss] Config: /users/username/projects/project/tsconfig.json : { "rootNames": [ - "/a/b/file1Consumer1.ts" + "/users/username/projects/project/file1Consumer1.ts" ], "options": { - "configFilePath": "/a/b/tsconfig.json" + "configFilePath": "/users/username/projects/project/tsconfig.json" } } -Info 8 [00:00:19.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 9 [00:00:20.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 10 [00:00:21.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 11 [00:00:22.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 12 [00:00:23.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 13 [00:00:24.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 14 [00:00:25.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 15 [00:00:26.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 16 [00:00:27.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 17 [00:00:28.000] Project '/a/b/tsconfig.json' (Configured) -Info 18 [00:00:29.000] Files (1) - /a/b/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + /users/username/projects/project/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" file1Consumer1.ts Part of 'files' list in tsconfig.json -Info 19 [00:00:30.000] ----------------------------------------------- -Info 20 [00:00:31.000] event: - {"seq":0,"type":"event","event":"CustomHandler::projectLoadingFinish","body":{"project":"/a/b/tsconfig.json"}} -Info 21 [00:00:32.000] event: - {"seq":0,"type":"event","event":"CustomHandler::projectInfo","body":{"projectId":"e10a1dc99ee63f16cb9b69bcee75540cdf41a1137371d3afbd4e7de507be5207","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":53,"tsx":0,"tsxSize":0,"dts":0,"dtsSize":0,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":true,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}} -Info 22 [00:00:33.000] event: - {"seq":0,"type":"event","event":"CustomHandler::configFileDiag","body":{"configFileName":"/a/b/tsconfig.json","diagnostics":[{"text":"File '/a/lib/lib.d.ts' not found.\n The file is in the program because:\n Default library for target 'es5'","code":6053,"category":"error"},{"text":"Cannot find global type 'Array'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Boolean'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Function'.","code":2318,"category":"error"},{"text":"Cannot find global type 'IArguments'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Number'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Object'.","code":2318,"category":"error"},{"text":"Cannot find global type 'RegExp'.","code":2318,"category":"error"},{"text":"Cannot find global type 'String'.","code":2318,"category":"error"}],"triggerFile":"/a/b/file1Consumer1.ts"}} -Info 23 [00:00:34.000] Project '/a/b/tsconfig.json' (Configured) -Info 23 [00:00:35.000] Files (1) - -Info 23 [00:00:36.000] ----------------------------------------------- -Info 23 [00:00:37.000] Open files: -Info 23 [00:00:38.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 23 [00:00:39.000] Projects: /a/b/tsconfig.json -Info 23 [00:00:40.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::projectLoadingFinish","body":{"project":"/users/username/projects/project/tsconfig.json"}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::projectInfo","body":{"projectId":"5b0be5fc7f7235edf5a31bffe614b4e0819e55ec5f118558864b1f882e283c0d","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":53,"tsx":0,"tsxSize":0,"dts":0,"dtsSize":0,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":true,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::configFileDiag","body":{"configFileName":"/users/username/projects/project/tsconfig.json","diagnostics":[{"text":"File '/a/lib/lib.d.ts' not found.\n The file is in the program because:\n Default library for target 'es5'","code":6053,"category":"error"},{"text":"Cannot find global type 'Array'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Boolean'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Function'.","code":2318,"category":"error"},{"text":"Cannot find global type 'IArguments'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Number'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Object'.","code":2318,"category":"error"},{"text":"Cannot find global type 'RegExp'.","code":2318,"category":"error"},{"text":"Cannot find global type 'String'.","code":2318,"category":"error"}],"triggerFile":"/users/username/projects/project/file1Consumer1.ts"}} +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request PolledWatches:: -/a/b/modulefile1: *new* +/users/username/projects/project/modulefile1: *new* {"pollingInterval":500} /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/b/node_modules/@types: *new* +/users/username/projects/project/node_modules/@types: *new* + {"pollingInterval":500} +/users/username/projects/node_modules/@types: *new* {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: *new* +/users/username/projects/project/tsconfig.json: *new* {} -/a/b: *new* +/users/username/projects/project: *new* {} -Info 24 [00:00:44.000] DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 25 [00:00:45.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation -Info 26 [00:00:46.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 27 [00:00:49.000] DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 28 [00:00:50.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 29 [00:00:51.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 30 [00:00:54.000] DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 31 [00:00:55.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 32 [00:00:56.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 33 [00:00:59.000] DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 34 [00:01:00.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 35 [00:01:01.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 36 [00:01:06.000] FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 37 [00:01:07.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 38 [00:01:08.000] Scheduled: /a/b/tsconfig.json -Info 39 [00:01:09.000] Scheduled: *ensureProjectForOpenFiles* -Info 40 [00:01:10.000] Elapsed:: *ms FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file Before running Timeout callback:: count: 3 -4: /a/b/tsconfig.jsonFailedLookupInvalidation -5: /a/b/tsconfig.json +4: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +5: /users/username/projects/project/tsconfig.json 6: *ensureProjectForOpenFiles* -//// [/a/b/moduleFile1.ts] +//// [/users/username/projects/project/moduleFile1.ts] export function Foo() { }; -//// [/a/b/file1Consumer2.ts] +//// [/users/username/projects/project/file1Consumer2.ts] import {Foo} from "./moduleFile1"; let z = 10; -//// [/a/b/moduleFile2.ts] +//// [/users/username/projects/project/moduleFile2.ts] export var Foo4 = 10; -//// [/a/b/globalFile3.ts] +//// [/users/username/projects/project/globalFile3.ts] interface GlobalFoo { age: number } //// [/a/lib/lib.d.ts] @@ -130,9 +134,11 @@ interface Array { length: number; [n: number]: T; } PolledWatches:: -/a/b/modulefile1: +/users/username/projects/project/modulefile1: + {"pollingInterval":500} +/users/username/projects/project/node_modules/@types: {"pollingInterval":500} -/a/b/node_modules/@types: +/users/username/projects/node_modules/@types: {"pollingInterval":500} PolledWatches *deleted*:: @@ -140,128 +146,130 @@ PolledWatches *deleted*:: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} -/a/b: +/users/username/projects/project: {} -Info 41 [00:01:12.000] Running: /a/b/tsconfig.jsonFailedLookupInvalidation -Info 42 [00:01:13.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 43 [00:01:14.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one After running Timeout callback:: count: 2 -7: /a/b/tsconfig.json +7: /users/username/projects/project/tsconfig.json 8: *ensureProjectForOpenFiles* Before running Timeout callback:: count: 2 -7: /a/b/tsconfig.json +7: /users/username/projects/project/tsconfig.json 8: *ensureProjectForOpenFiles* -//// [/a/b/moduleFile1.ts] +//// [/users/username/projects/project/moduleFile1.ts] export var T: number;export function Foo() { }; -Info 44 [00:01:18.000] Running: /a/b/tsconfig.json -Info 45 [00:01:19.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 46 [00:01:20.000] FileWatcher:: Added:: WatchInfo: /a/b/moduleFile1.ts 500 undefined WatchType: Closed Script info -Info 47 [00:01:21.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 48 [00:01:22.000] DirectoryWatcher:: Close:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 49 [00:01:23.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 50 [00:01:24.000] DirectoryWatcher:: Close:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 51 [00:01:25.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 52 [00:01:26.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 53 [00:01:27.000] Project '/a/b/tsconfig.json' (Configured) -Info 54 [00:01:28.000] Files (3) +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b/moduleFile1.ts Text-1 "export var T: number;export function Foo() { };" - /a/b/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" + /users/username/projects/project/moduleFile1.ts Text-1 "export var T: number;export function Foo() { };" + /users/username/projects/project/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" - ../lib/lib.d.ts + ../../../../a/lib/lib.d.ts Default library for target 'es5' moduleFile1.ts Imported via "./moduleFile1" from file 'file1Consumer1.ts' file1Consumer1.ts Part of 'files' list in tsconfig.json -Info 55 [00:01:29.000] ----------------------------------------------- -Info 56 [00:01:30.000] Running: *ensureProjectForOpenFiles* -Info 57 [00:01:31.000] Before ensureProjectForOpenFiles: -Info 58 [00:01:32.000] Project '/a/b/tsconfig.json' (Configured) -Info 58 [00:01:33.000] Files (3) - -Info 58 [00:01:34.000] ----------------------------------------------- -Info 58 [00:01:35.000] Open files: -Info 58 [00:01:36.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 58 [00:01:37.000] Projects: /a/b/tsconfig.json -Info 58 [00:01:38.000] After ensureProjectForOpenFiles: -Info 59 [00:01:39.000] Project '/a/b/tsconfig.json' (Configured) -Info 59 [00:01:40.000] Files (3) - -Info 59 [00:01:41.000] ----------------------------------------------- -Info 59 [00:01:42.000] Open files: -Info 59 [00:01:43.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 59 [00:01:44.000] Projects: /a/b/tsconfig.json -Info 59 [00:01:45.000] event: - {"seq":0,"type":"event","event":"CustomHandler::projectsUpdatedInBackground","body":{"openFiles":["/a/b/file1Consumer1.ts"]}} +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/file1Consumer1.ts"]}} After running Timeout callback:: count: 0 PolledWatches:: -/a/b/node_modules/@types: +/users/username/projects/project/node_modules/@types: + {"pollingInterval":500} +/users/username/projects/node_modules/@types: {"pollingInterval":500} PolledWatches *deleted*:: -/a/b/modulefile1: +/users/username/projects/project/modulefile1: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} -/a/b/modulefile1.ts: *new* +/users/username/projects/project/modulefile1.ts: *new* {} /a/lib/lib.d.ts: *new* {} FsWatches *deleted*:: -/a/b: +/users/username/projects/project: {} -Info 60 [00:01:49.000] FileWatcher:: Triggered with /a/b/moduleFile1.ts 1:: WatchInfo: /a/b/moduleFile1.ts 500 undefined WatchType: Closed Script info -Info 61 [00:01:50.000] Scheduled: /a/b/tsconfig.json -Info 62 [00:01:51.000] Scheduled: *ensureProjectForOpenFiles* -Info 63 [00:01:52.000] Elapsed:: *ms FileWatcher:: Triggered with /a/b/moduleFile1.ts 1:: WatchInfo: /a/b/moduleFile1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts 1:: WatchInfo: /users/username/projects/project/moduleFile1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts 1:: WatchInfo: /users/username/projects/project/moduleFile1.ts 500 undefined WatchType: Closed Script info Before running Timeout callback:: count: 2 -9: /a/b/tsconfig.json +9: /users/username/projects/project/tsconfig.json 10: *ensureProjectForOpenFiles* -//// [/a/b/moduleFile1.ts] +//// [/users/username/projects/project/moduleFile1.ts] export function Foo() { };var T1: number; -Info 64 [00:01:53.000] Running: /a/b/tsconfig.json -Info 65 [00:01:54.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 66 [00:01:55.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 67 [00:01:56.000] Project '/a/b/tsconfig.json' (Configured) -Info 68 [00:01:57.000] Files (3) +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b/moduleFile1.ts Text-2 "export function Foo() { };var T1: number;" - /a/b/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" - -Info 69 [00:01:58.000] ----------------------------------------------- -Info 70 [00:01:59.000] Running: *ensureProjectForOpenFiles* -Info 71 [00:02:00.000] Before ensureProjectForOpenFiles: -Info 72 [00:02:01.000] Project '/a/b/tsconfig.json' (Configured) -Info 72 [00:02:02.000] Files (3) - -Info 72 [00:02:03.000] ----------------------------------------------- -Info 72 [00:02:04.000] Open files: -Info 72 [00:02:05.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 72 [00:02:06.000] Projects: /a/b/tsconfig.json -Info 72 [00:02:07.000] After ensureProjectForOpenFiles: -Info 73 [00:02:08.000] Project '/a/b/tsconfig.json' (Configured) -Info 73 [00:02:09.000] Files (3) - -Info 73 [00:02:10.000] ----------------------------------------------- -Info 73 [00:02:11.000] Open files: -Info 73 [00:02:12.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 73 [00:02:13.000] Projects: /a/b/tsconfig.json -Info 73 [00:02:14.000] event: - {"seq":0,"type":"event","event":"CustomHandler::projectsUpdatedInBackground","body":{"openFiles":["/a/b/file1Consumer1.ts"]}} + /users/username/projects/project/moduleFile1.ts Text-2 "export function Foo() { };var T1: number;" + /users/username/projects/project/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/file1Consumer1.ts"]}} After running Timeout callback:: count: 0 diff --git a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/when-event-handler-is-set-in-the-session-and-should-detect-non-existing-code-file.js b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/when-event-handler-is-set-in-the-session-and-should-detect-non-existing-code-file.js index 02373a6ca5cb9..a33c76494fde7 100644 --- a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/when-event-handler-is-set-in-the-session-and-should-detect-non-existing-code-file.js +++ b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/when-event-handler-is-set-in-the-session-and-should-detect-non-existing-code-file.js @@ -1,95 +1,99 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:11.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request -//// [/a/b/referenceFile1.ts] +//// [/users/username/projects/project/referenceFile1.ts] /// export var x = Foo(); -//// [/a/b/tsconfig.json] +//// [/users/username/projects/project/tsconfig.json] {} -Info 1 [00:00:12.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { - "file": "/a/b/referenceFile1.ts" + "file": "/users/username/projects/project/referenceFile1.ts" }, "seq": 1, "type": "request" } -Info 2 [00:00:13.000] Search path: /a/b -Info 3 [00:00:14.000] For info: /a/b/referenceFile1.ts :: Config file name: /a/b/tsconfig.json -Info 4 [00:00:15.000] Creating configuration project /a/b/tsconfig.json -Info 5 [00:00:16.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 6 [00:00:17.000] event: - {"seq":0,"type":"event","event":"CustomHandler::projectLoadingStart","body":{"project":"/a/b/tsconfig.json","reason":"Creating possible configured project for /a/b/referenceFile1.ts to open"}} -Info 7 [00:00:18.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /users/username/projects/project +Info seq [hh:mm:ss:mss] For info: /users/username/projects/project/referenceFile1.ts :: Config file name: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/tsconfig.json 2000 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::projectLoadingStart","body":{"project":"/users/username/projects/project/tsconfig.json","reason":"Creating possible configured project for /users/username/projects/project/referenceFile1.ts to open"}} +Info seq [hh:mm:ss:mss] Config: /users/username/projects/project/tsconfig.json : { "rootNames": [ - "/a/b/referenceFile1.ts" + "/users/username/projects/project/referenceFile1.ts" ], "options": { - "configFilePath": "/a/b/tsconfig.json" + "configFilePath": "/users/username/projects/project/tsconfig.json" } } -Info 8 [00:00:19.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:20.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:21.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 11 [00:00:22.000] FileWatcher:: Added:: WatchInfo: /a/b/modulefile2.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 12 [00:00:23.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 13 [00:00:24.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 14 [00:00:25.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 15 [00:00:26.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:00:27.000] Project '/a/b/tsconfig.json' (Configured) -Info 17 [00:00:28.000] Files (1) - /a/b/referenceFile1.ts SVC-1-0 "\n /// \n export var x = Foo();" +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/modulefile2.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + /users/username/projects/project/referenceFile1.ts SVC-1-0 "\n /// \n export var x = Foo();" referenceFile1.ts Matched by default include pattern '**/*' -Info 18 [00:00:29.000] ----------------------------------------------- -Info 19 [00:00:30.000] event: - {"seq":0,"type":"event","event":"CustomHandler::projectLoadingFinish","body":{"project":"/a/b/tsconfig.json"}} -Info 20 [00:00:31.000] event: - {"seq":0,"type":"event","event":"CustomHandler::projectInfo","body":{"projectId":"e10a1dc99ee63f16cb9b69bcee75540cdf41a1137371d3afbd4e7de507be5207","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":104,"tsx":0,"tsxSize":0,"dts":0,"dtsSize":0,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}} -Info 21 [00:00:32.000] event: - {"seq":0,"type":"event","event":"CustomHandler::configFileDiag","body":{"configFileName":"/a/b/tsconfig.json","diagnostics":[{"text":"File '/a/lib/lib.d.ts' not found.\n The file is in the program because:\n Default library for target 'es5'","code":6053,"category":"error"},{"text":"Cannot find global type 'Array'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Boolean'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Function'.","code":2318,"category":"error"},{"text":"Cannot find global type 'IArguments'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Number'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Object'.","code":2318,"category":"error"},{"text":"Cannot find global type 'RegExp'.","code":2318,"category":"error"},{"text":"Cannot find global type 'String'.","code":2318,"category":"error"}],"triggerFile":"/a/b/referenceFile1.ts"}} -Info 22 [00:00:33.000] Project '/a/b/tsconfig.json' (Configured) -Info 22 [00:00:34.000] Files (1) - -Info 22 [00:00:35.000] ----------------------------------------------- -Info 22 [00:00:36.000] Open files: -Info 22 [00:00:37.000] FileName: /a/b/referenceFile1.ts ProjectRootPath: undefined -Info 22 [00:00:38.000] Projects: /a/b/tsconfig.json -Info 22 [00:00:39.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::projectLoadingFinish","body":{"project":"/users/username/projects/project/tsconfig.json"}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::projectInfo","body":{"projectId":"5b0be5fc7f7235edf5a31bffe614b4e0819e55ec5f118558864b1f882e283c0d","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":104,"tsx":0,"tsxSize":0,"dts":0,"dtsSize":0,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::configFileDiag","body":{"configFileName":"/users/username/projects/project/tsconfig.json","diagnostics":[{"text":"File '/a/lib/lib.d.ts' not found.\n The file is in the program because:\n Default library for target 'es5'","code":6053,"category":"error"},{"text":"Cannot find global type 'Array'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Boolean'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Function'.","code":2318,"category":"error"},{"text":"Cannot find global type 'IArguments'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Number'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Object'.","code":2318,"category":"error"},{"text":"Cannot find global type 'RegExp'.","code":2318,"category":"error"},{"text":"Cannot find global type 'String'.","code":2318,"category":"error"}],"triggerFile":"/users/username/projects/project/referenceFile1.ts"}} +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/referenceFile1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request PolledWatches:: -/a/b/modulefile2.ts: *new* +/users/username/projects/project/modulefile2.ts: *new* {"pollingInterval":500} /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/b/node_modules/@types: *new* +/users/username/projects/project/node_modules/@types: *new* + {"pollingInterval":500} +/users/username/projects/node_modules/@types: *new* {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: *new* +/users/username/projects/project/tsconfig.json: *new* {} FsWatchesRecursive:: -/a/b: *new* +/users/username/projects/project: *new* {} -Info 23 [00:00:45.000] FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 24 [00:00:46.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 25 [00:00:47.000] Scheduled: /a/b/tsconfig.json -Info 26 [00:00:48.000] Scheduled: *ensureProjectForOpenFiles* -Info 27 [00:00:49.000] Elapsed:: *ms FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file Before request //// [/a/lib/lib.d.ts] /// @@ -106,9 +110,11 @@ interface Array { length: number; [n: number]: T; } PolledWatches:: -/a/b/modulefile2.ts: +/users/username/projects/project/modulefile2.ts: + {"pollingInterval":500} +/users/username/projects/project/node_modules/@types: {"pollingInterval":500} -/a/b/node_modules/@types: +/users/username/projects/node_modules/@types: {"pollingInterval":500} PolledWatches *deleted*:: @@ -116,18 +122,18 @@ PolledWatches *deleted*:: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} FsWatchesRecursive:: -/a/b: +/users/username/projects/project: {} -Info 28 [00:00:51.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { - "file": "/a/b/referenceFile1.ts", + "file": "/users/username/projects/project/referenceFile1.ts", "insertString": "\n /// \n export var x = Foo();export var yy = Foo();", "endLine": 1, "endOffset": 104, @@ -137,115 +143,119 @@ Info 28 [00:00:51.000] request: "seq": 2, "type": "request" } -Info 29 [00:00:52.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request Before running Timeout callback:: count: 2 -1: /a/b/tsconfig.json +1: /users/username/projects/project/tsconfig.json 2: *ensureProjectForOpenFiles* -Info 30 [00:00:53.000] Running: /a/b/tsconfig.json -Info 31 [00:00:54.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 32 [00:00:55.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 33 [00:00:56.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 34 [00:00:57.000] Project '/a/b/tsconfig.json' (Configured) -Info 35 [00:00:58.000] Files (2) +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b/referenceFile1.ts SVC-1-1 "\n /// \n export var x = Foo();export var yy = Foo();;" + /users/username/projects/project/referenceFile1.ts SVC-1-1 "\n /// \n export var x = Foo();export var yy = Foo();;" - ../lib/lib.d.ts + ../../../../a/lib/lib.d.ts Default library for target 'es5' referenceFile1.ts Matched by default include pattern '**/*' -Info 36 [00:00:59.000] ----------------------------------------------- -Info 37 [00:01:00.000] Running: *ensureProjectForOpenFiles* -Info 38 [00:01:01.000] Before ensureProjectForOpenFiles: -Info 39 [00:01:02.000] Project '/a/b/tsconfig.json' (Configured) -Info 39 [00:01:03.000] Files (2) - -Info 39 [00:01:04.000] ----------------------------------------------- -Info 39 [00:01:05.000] Open files: -Info 39 [00:01:06.000] FileName: /a/b/referenceFile1.ts ProjectRootPath: undefined -Info 39 [00:01:07.000] Projects: /a/b/tsconfig.json -Info 39 [00:01:08.000] After ensureProjectForOpenFiles: -Info 40 [00:01:09.000] Project '/a/b/tsconfig.json' (Configured) -Info 40 [00:01:10.000] Files (2) - -Info 40 [00:01:11.000] ----------------------------------------------- -Info 40 [00:01:12.000] Open files: -Info 40 [00:01:13.000] FileName: /a/b/referenceFile1.ts ProjectRootPath: undefined -Info 40 [00:01:14.000] Projects: /a/b/tsconfig.json -Info 40 [00:01:15.000] event: - {"seq":0,"type":"event","event":"CustomHandler::projectsUpdatedInBackground","body":{"openFiles":["/a/b/referenceFile1.ts"]}} +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/referenceFile1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/referenceFile1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/referenceFile1.ts"]}} After running Timeout callback:: count: 0 PolledWatches:: -/a/b/modulefile2.ts: +/users/username/projects/project/modulefile2.ts: + {"pollingInterval":500} +/users/username/projects/project/node_modules/@types: {"pollingInterval":500} -/a/b/node_modules/@types: +/users/username/projects/node_modules/@types: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} /a/lib/lib.d.ts: *new* {} FsWatchesRecursive:: -/a/b: +/users/username/projects/project: {} -Info 41 [00:01:18.000] FileWatcher:: Triggered with /a/b/modulefile2.ts 0:: WatchInfo: /a/b/modulefile2.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 42 [00:01:19.000] FileWatcher:: Close:: WatchInfo: /a/b/modulefile2.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 43 [00:01:20.000] Scheduled: /a/b/tsconfig.json -Info 44 [00:01:21.000] Scheduled: *ensureProjectForOpenFiles* -Info 45 [00:01:22.000] Elapsed:: *ms FileWatcher:: Triggered with /a/b/modulefile2.ts 0:: WatchInfo: /a/b/modulefile2.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 46 [00:01:23.000] DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 47 [00:01:24.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 48 [00:01:25.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 49 [00:01:26.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /users/username/projects/project/modulefile2.ts 0:: WatchInfo: /users/username/projects/project/modulefile2.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /users/username/projects/project/modulefile2.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /users/username/projects/project/modulefile2.ts 0:: WatchInfo: /users/username/projects/project/modulefile2.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory Before running Timeout callback:: count: 2 -5: /a/b/tsconfig.json +5: /users/username/projects/project/tsconfig.json 6: *ensureProjectForOpenFiles* -//// [/a/b/moduleFile2.ts] +//// [/users/username/projects/project/moduleFile2.ts] export var Foo4 = 10; PolledWatches:: -/a/b/node_modules/@types: +/users/username/projects/project/node_modules/@types: + {"pollingInterval":500} +/users/username/projects/node_modules/@types: {"pollingInterval":500} PolledWatches *deleted*:: -/a/b/modulefile2.ts: +/users/username/projects/project/modulefile2.ts: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} /a/lib/lib.d.ts: {} FsWatchesRecursive:: -/a/b: +/users/username/projects/project: {} -Info 50 [00:01:27.000] Running: /a/b/tsconfig.json -Info 51 [00:01:28.000] FileWatcher:: Added:: WatchInfo: /a/b/modulefile2.ts 500 undefined WatchType: Closed Script info -Info 52 [00:01:29.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 53 [00:01:30.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 3 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 54 [00:01:31.000] Project '/a/b/tsconfig.json' (Configured) -Info 55 [00:01:32.000] Files (3) +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/modulefile2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 3 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b/moduleFile2.ts Text-1 "export var Foo4 = 10;" - /a/b/referenceFile1.ts SVC-1-1 "\n /// \n export var x = Foo();export var yy = Foo();;" + /users/username/projects/project/moduleFile2.ts Text-1 "export var Foo4 = 10;" + /users/username/projects/project/referenceFile1.ts SVC-1-1 "\n /// \n export var x = Foo();export var yy = Foo();;" - ../lib/lib.d.ts + ../../../../a/lib/lib.d.ts Default library for target 'es5' moduleFile2.ts Referenced via './moduleFile2.ts' from file 'referenceFile1.ts' @@ -253,40 +263,42 @@ Info 55 [00:01:32.000] Files (3) referenceFile1.ts Matched by default include pattern '**/*' -Info 56 [00:01:33.000] ----------------------------------------------- -Info 57 [00:01:34.000] Running: *ensureProjectForOpenFiles* -Info 58 [00:01:35.000] Before ensureProjectForOpenFiles: -Info 59 [00:01:36.000] Project '/a/b/tsconfig.json' (Configured) -Info 59 [00:01:37.000] Files (3) - -Info 59 [00:01:38.000] ----------------------------------------------- -Info 59 [00:01:39.000] Open files: -Info 59 [00:01:40.000] FileName: /a/b/referenceFile1.ts ProjectRootPath: undefined -Info 59 [00:01:41.000] Projects: /a/b/tsconfig.json -Info 59 [00:01:42.000] After ensureProjectForOpenFiles: -Info 60 [00:01:43.000] Project '/a/b/tsconfig.json' (Configured) -Info 60 [00:01:44.000] Files (3) - -Info 60 [00:01:45.000] ----------------------------------------------- -Info 60 [00:01:46.000] Open files: -Info 60 [00:01:47.000] FileName: /a/b/referenceFile1.ts ProjectRootPath: undefined -Info 60 [00:01:48.000] Projects: /a/b/tsconfig.json -Info 60 [00:01:49.000] event: - {"seq":0,"type":"event","event":"CustomHandler::projectsUpdatedInBackground","body":{"openFiles":["/a/b/referenceFile1.ts"]}} +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/referenceFile1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/referenceFile1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/referenceFile1.ts"]}} After running Timeout callback:: count: 0 PolledWatches:: -/a/b/node_modules/@types: +/users/username/projects/project/node_modules/@types: + {"pollingInterval":500} +/users/username/projects/node_modules/@types: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} /a/lib/lib.d.ts: {} -/a/b/modulefile2.ts: *new* +/users/username/projects/project/modulefile2.ts: *new* {} FsWatchesRecursive:: -/a/b: +/users/username/projects/project: {} diff --git a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/when-event-handler-is-set-in-the-session-and-should-detect-removed-code-file.js b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/when-event-handler-is-set-in-the-session-and-should-detect-removed-code-file.js index d5130884e69a7..53940adee97b6 100644 --- a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/when-event-handler-is-set-in-the-session-and-should-detect-removed-code-file.js +++ b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/when-event-handler-is-set-in-the-session-and-should-detect-removed-code-file.js @@ -1,110 +1,114 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:11.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request -//// [/a/b/referenceFile1.ts] +//// [/users/username/projects/project/referenceFile1.ts] /// export var x = Foo(); -//// [/a/b/tsconfig.json] +//// [/users/username/projects/project/tsconfig.json] {} -Info 1 [00:00:12.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { - "file": "/a/b/referenceFile1.ts" + "file": "/users/username/projects/project/referenceFile1.ts" }, "seq": 1, "type": "request" } -Info 2 [00:00:13.000] Search path: /a/b -Info 3 [00:00:14.000] For info: /a/b/referenceFile1.ts :: Config file name: /a/b/tsconfig.json -Info 4 [00:00:15.000] Creating configuration project /a/b/tsconfig.json -Info 5 [00:00:16.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 6 [00:00:17.000] event: - {"seq":0,"type":"event","event":"CustomHandler::projectLoadingStart","body":{"project":"/a/b/tsconfig.json","reason":"Creating possible configured project for /a/b/referenceFile1.ts to open"}} -Info 7 [00:00:18.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /users/username/projects/project +Info seq [hh:mm:ss:mss] For info: /users/username/projects/project/referenceFile1.ts :: Config file name: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/tsconfig.json 2000 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::projectLoadingStart","body":{"project":"/users/username/projects/project/tsconfig.json","reason":"Creating possible configured project for /users/username/projects/project/referenceFile1.ts to open"}} +Info seq [hh:mm:ss:mss] Config: /users/username/projects/project/tsconfig.json : { "rootNames": [ - "/a/b/referenceFile1.ts" + "/users/username/projects/project/referenceFile1.ts" ], "options": { - "configFilePath": "/a/b/tsconfig.json" + "configFilePath": "/users/username/projects/project/tsconfig.json" } } -Info 8 [00:00:19.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:20.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:21.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 11 [00:00:22.000] FileWatcher:: Added:: WatchInfo: /a/b/modulefile1.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 12 [00:00:23.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 13 [00:00:24.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 14 [00:00:25.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 15 [00:00:26.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:00:27.000] Project '/a/b/tsconfig.json' (Configured) -Info 17 [00:00:28.000] Files (1) - /a/b/referenceFile1.ts SVC-1-0 "\n /// \n export var x = Foo();" +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/modulefile1.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + /users/username/projects/project/referenceFile1.ts SVC-1-0 "\n /// \n export var x = Foo();" referenceFile1.ts Matched by default include pattern '**/*' -Info 18 [00:00:29.000] ----------------------------------------------- -Info 19 [00:00:30.000] event: - {"seq":0,"type":"event","event":"CustomHandler::projectLoadingFinish","body":{"project":"/a/b/tsconfig.json"}} -Info 20 [00:00:31.000] event: - {"seq":0,"type":"event","event":"CustomHandler::projectInfo","body":{"projectId":"e10a1dc99ee63f16cb9b69bcee75540cdf41a1137371d3afbd4e7de507be5207","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":104,"tsx":0,"tsxSize":0,"dts":0,"dtsSize":0,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}} -Info 21 [00:00:32.000] event: - {"seq":0,"type":"event","event":"CustomHandler::configFileDiag","body":{"configFileName":"/a/b/tsconfig.json","diagnostics":[{"text":"File '/a/lib/lib.d.ts' not found.\n The file is in the program because:\n Default library for target 'es5'","code":6053,"category":"error"},{"text":"Cannot find global type 'Array'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Boolean'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Function'.","code":2318,"category":"error"},{"text":"Cannot find global type 'IArguments'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Number'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Object'.","code":2318,"category":"error"},{"text":"Cannot find global type 'RegExp'.","code":2318,"category":"error"},{"text":"Cannot find global type 'String'.","code":2318,"category":"error"}],"triggerFile":"/a/b/referenceFile1.ts"}} -Info 22 [00:00:33.000] Project '/a/b/tsconfig.json' (Configured) -Info 22 [00:00:34.000] Files (1) - -Info 22 [00:00:35.000] ----------------------------------------------- -Info 22 [00:00:36.000] Open files: -Info 22 [00:00:37.000] FileName: /a/b/referenceFile1.ts ProjectRootPath: undefined -Info 22 [00:00:38.000] Projects: /a/b/tsconfig.json -Info 22 [00:00:39.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::projectLoadingFinish","body":{"project":"/users/username/projects/project/tsconfig.json"}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::projectInfo","body":{"projectId":"5b0be5fc7f7235edf5a31bffe614b4e0819e55ec5f118558864b1f882e283c0d","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":104,"tsx":0,"tsxSize":0,"dts":0,"dtsSize":0,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::configFileDiag","body":{"configFileName":"/users/username/projects/project/tsconfig.json","diagnostics":[{"text":"File '/a/lib/lib.d.ts' not found.\n The file is in the program because:\n Default library for target 'es5'","code":6053,"category":"error"},{"text":"Cannot find global type 'Array'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Boolean'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Function'.","code":2318,"category":"error"},{"text":"Cannot find global type 'IArguments'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Number'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Object'.","code":2318,"category":"error"},{"text":"Cannot find global type 'RegExp'.","code":2318,"category":"error"},{"text":"Cannot find global type 'String'.","code":2318,"category":"error"}],"triggerFile":"/users/username/projects/project/referenceFile1.ts"}} +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/referenceFile1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request PolledWatches:: -/a/b/modulefile1.ts: *new* +/users/username/projects/project/modulefile1.ts: *new* {"pollingInterval":500} /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/b/node_modules/@types: *new* +/users/username/projects/project/node_modules/@types: *new* + {"pollingInterval":500} +/users/username/projects/node_modules/@types: *new* {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: *new* +/users/username/projects/project/tsconfig.json: *new* {} FsWatchesRecursive:: -/a/b: *new* +/users/username/projects/project: *new* {} -Info 23 [00:00:45.000] FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 24 [00:00:46.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 25 [00:00:47.000] Scheduled: /a/b/tsconfig.json -Info 26 [00:00:48.000] Scheduled: *ensureProjectForOpenFiles* -Info 27 [00:00:49.000] Elapsed:: *ms FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 28 [00:00:52.000] FileWatcher:: Triggered with /a/b/modulefile1.ts 0:: WatchInfo: /a/b/modulefile1.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 29 [00:00:53.000] FileWatcher:: Close:: WatchInfo: /a/b/modulefile1.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 30 [00:00:54.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 31 [00:00:55.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 32 [00:00:56.000] Elapsed:: *ms FileWatcher:: Triggered with /a/b/modulefile1.ts 0:: WatchInfo: /a/b/modulefile1.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 33 [00:00:57.000] DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 34 [00:00:58.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 35 [00:00:59.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 36 [00:01:00.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 37 [00:01:03.000] DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 38 [00:01:04.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 39 [00:01:05.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 40 [00:01:06.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /users/username/projects/project/modulefile1.ts 0:: WatchInfo: /users/username/projects/project/modulefile1.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /users/username/projects/project/modulefile1.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /users/username/projects/project/modulefile1.ts 0:: WatchInfo: /users/username/projects/project/modulefile1.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory Before running Timeout callback:: count: 2 -7: /a/b/tsconfig.json +7: /users/username/projects/project/tsconfig.json 8: *ensureProjectForOpenFiles* //// [/a/lib/lib.d.ts] /// @@ -121,73 +125,77 @@ interface Array { length: number; [n: number]: T; } PolledWatches:: -/a/b/node_modules/@types: +/users/username/projects/project/node_modules/@types: + {"pollingInterval":500} +/users/username/projects/node_modules/@types: {"pollingInterval":500} PolledWatches *deleted*:: -/a/b/modulefile1.ts: +/users/username/projects/project/modulefile1.ts: {"pollingInterval":500} /a/lib/lib.d.ts: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} FsWatchesRecursive:: -/a/b: +/users/username/projects/project: {} -Info 41 [00:01:07.000] Running: /a/b/tsconfig.json -Info 42 [00:01:08.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 43 [00:01:09.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 44 [00:01:10.000] FileWatcher:: Added:: WatchInfo: /a/b/modulefile1.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 45 [00:01:11.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 46 [00:01:12.000] Project '/a/b/tsconfig.json' (Configured) -Info 47 [00:01:13.000] Files (2) +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/modulefile1.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b/referenceFile1.ts SVC-1-0 "\n /// \n export var x = Foo();" + /users/username/projects/project/referenceFile1.ts SVC-1-0 "\n /// \n export var x = Foo();" - ../lib/lib.d.ts + ../../../../a/lib/lib.d.ts Default library for target 'es5' referenceFile1.ts Matched by default include pattern '**/*' -Info 48 [00:01:14.000] ----------------------------------------------- -Info 49 [00:01:15.000] Running: *ensureProjectForOpenFiles* -Info 50 [00:01:16.000] Before ensureProjectForOpenFiles: -Info 51 [00:01:17.000] Project '/a/b/tsconfig.json' (Configured) -Info 51 [00:01:18.000] Files (2) - -Info 51 [00:01:19.000] ----------------------------------------------- -Info 51 [00:01:20.000] Open files: -Info 51 [00:01:21.000] FileName: /a/b/referenceFile1.ts ProjectRootPath: undefined -Info 51 [00:01:22.000] Projects: /a/b/tsconfig.json -Info 51 [00:01:23.000] After ensureProjectForOpenFiles: -Info 52 [00:01:24.000] Project '/a/b/tsconfig.json' (Configured) -Info 52 [00:01:25.000] Files (2) - -Info 52 [00:01:26.000] ----------------------------------------------- -Info 52 [00:01:27.000] Open files: -Info 52 [00:01:28.000] FileName: /a/b/referenceFile1.ts ProjectRootPath: undefined -Info 52 [00:01:29.000] Projects: /a/b/tsconfig.json -Info 52 [00:01:30.000] event: - {"seq":0,"type":"event","event":"CustomHandler::projectsUpdatedInBackground","body":{"openFiles":["/a/b/referenceFile1.ts"]}} +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/referenceFile1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/referenceFile1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/referenceFile1.ts"]}} After running Timeout callback:: count: 0 PolledWatches:: -/a/b/node_modules/@types: +/users/username/projects/project/node_modules/@types: + {"pollingInterval":500} +/users/username/projects/node_modules/@types: {"pollingInterval":500} -/a/b/modulefile1.ts: *new* +/users/username/projects/project/modulefile1.ts: *new* {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} /a/lib/lib.d.ts: *new* {} FsWatchesRecursive:: -/a/b: +/users/username/projects/project: {} diff --git a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/when-event-handler-is-set-in-the-session-and-should-return-all-files-if-a-global-file-changed-shape.js b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/when-event-handler-is-set-in-the-session-and-should-return-all-files-if-a-global-file-changed-shape.js index a569d6f27e821..284eb287d3baa 100644 --- a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/when-event-handler-is-set-in-the-session-and-should-return-all-files-if-a-global-file-changed-shape.js +++ b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/when-event-handler-is-set-in-the-session-and-should-return-all-files-if-a-global-file-changed-shape.js @@ -1,140 +1,144 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:11.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request -//// [/a/b/file1Consumer1.ts] +//// [/users/username/projects/project/file1Consumer1.ts] import {Foo} from "./moduleFile1"; export var y = 10; -//// [/a/b/tsconfig.json] +//// [/users/username/projects/project/tsconfig.json] {} -Info 1 [00:00:12.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { - "file": "/a/b/file1Consumer1.ts" + "file": "/users/username/projects/project/file1Consumer1.ts" }, "seq": 1, "type": "request" } -Info 2 [00:00:13.000] Search path: /a/b -Info 3 [00:00:14.000] For info: /a/b/file1Consumer1.ts :: Config file name: /a/b/tsconfig.json -Info 4 [00:00:15.000] Creating configuration project /a/b/tsconfig.json -Info 5 [00:00:16.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 6 [00:00:17.000] event: - {"seq":0,"type":"event","event":"CustomHandler::projectLoadingStart","body":{"project":"/a/b/tsconfig.json","reason":"Creating possible configured project for /a/b/file1Consumer1.ts to open"}} -Info 7 [00:00:18.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /users/username/projects/project +Info seq [hh:mm:ss:mss] For info: /users/username/projects/project/file1Consumer1.ts :: Config file name: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/tsconfig.json 2000 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::projectLoadingStart","body":{"project":"/users/username/projects/project/tsconfig.json","reason":"Creating possible configured project for /users/username/projects/project/file1Consumer1.ts to open"}} +Info seq [hh:mm:ss:mss] Config: /users/username/projects/project/tsconfig.json : { "rootNames": [ - "/a/b/file1Consumer1.ts" + "/users/username/projects/project/file1Consumer1.ts" ], "options": { - "configFilePath": "/a/b/tsconfig.json" + "configFilePath": "/users/username/projects/project/tsconfig.json" } } -Info 8 [00:00:19.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:20.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:21.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 11 [00:00:22.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 12 [00:00:23.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 13 [00:00:24.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 14 [00:00:25.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:26.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 16 [00:00:27.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 17 [00:00:28.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 18 [00:00:29.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 19 [00:00:30.000] Project '/a/b/tsconfig.json' (Configured) -Info 20 [00:00:31.000] Files (1) - /a/b/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + /users/username/projects/project/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" file1Consumer1.ts Matched by default include pattern '**/*' -Info 21 [00:00:32.000] ----------------------------------------------- -Info 22 [00:00:33.000] event: - {"seq":0,"type":"event","event":"CustomHandler::projectLoadingFinish","body":{"project":"/a/b/tsconfig.json"}} -Info 23 [00:00:34.000] event: - {"seq":0,"type":"event","event":"CustomHandler::projectInfo","body":{"projectId":"e10a1dc99ee63f16cb9b69bcee75540cdf41a1137371d3afbd4e7de507be5207","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":53,"tsx":0,"tsxSize":0,"dts":0,"dtsSize":0,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}} -Info 24 [00:00:35.000] event: - {"seq":0,"type":"event","event":"CustomHandler::configFileDiag","body":{"configFileName":"/a/b/tsconfig.json","diagnostics":[{"text":"File '/a/lib/lib.d.ts' not found.\n The file is in the program because:\n Default library for target 'es5'","code":6053,"category":"error"},{"text":"Cannot find global type 'Array'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Boolean'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Function'.","code":2318,"category":"error"},{"text":"Cannot find global type 'IArguments'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Number'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Object'.","code":2318,"category":"error"},{"text":"Cannot find global type 'RegExp'.","code":2318,"category":"error"},{"text":"Cannot find global type 'String'.","code":2318,"category":"error"}],"triggerFile":"/a/b/file1Consumer1.ts"}} -Info 25 [00:00:36.000] Project '/a/b/tsconfig.json' (Configured) -Info 25 [00:00:37.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::projectLoadingFinish","body":{"project":"/users/username/projects/project/tsconfig.json"}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::projectInfo","body":{"projectId":"5b0be5fc7f7235edf5a31bffe614b4e0819e55ec5f118558864b1f882e283c0d","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":53,"tsx":0,"tsxSize":0,"dts":0,"dtsSize":0,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::configFileDiag","body":{"configFileName":"/users/username/projects/project/tsconfig.json","diagnostics":[{"text":"File '/a/lib/lib.d.ts' not found.\n The file is in the program because:\n Default library for target 'es5'","code":6053,"category":"error"},{"text":"Cannot find global type 'Array'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Boolean'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Function'.","code":2318,"category":"error"},{"text":"Cannot find global type 'IArguments'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Number'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Object'.","code":2318,"category":"error"},{"text":"Cannot find global type 'RegExp'.","code":2318,"category":"error"},{"text":"Cannot find global type 'String'.","code":2318,"category":"error"}],"triggerFile":"/users/username/projects/project/file1Consumer1.ts"}} +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 25 [00:00:38.000] ----------------------------------------------- -Info 25 [00:00:39.000] Open files: -Info 25 [00:00:40.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 25 [00:00:41.000] Projects: /a/b/tsconfig.json -Info 25 [00:00:42.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request PolledWatches:: -/a/b/modulefile1: *new* +/users/username/projects/project/modulefile1: *new* {"pollingInterval":500} /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/b/node_modules/@types: *new* +/users/username/projects/project/node_modules/@types: *new* + {"pollingInterval":500} +/users/username/projects/node_modules/@types: *new* {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: *new* +/users/username/projects/project/tsconfig.json: *new* {} -/a/b: *new* +/users/username/projects/project: *new* {} FsWatchesRecursive:: -/a/b: *new* +/users/username/projects/project: *new* {} -Info 26 [00:00:46.000] DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 27 [00:00:47.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation -Info 28 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 29 [00:00:49.000] DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 30 [00:00:50.000] Scheduled: /a/b/tsconfig.json -Info 31 [00:00:51.000] Scheduled: *ensureProjectForOpenFiles* -Info 32 [00:00:52.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 33 [00:00:55.000] DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 34 [00:00:56.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 35 [00:00:57.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 36 [00:00:58.000] DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 37 [00:00:59.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 38 [00:01:00.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 39 [00:01:01.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 40 [00:01:04.000] DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 41 [00:01:05.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 42 [00:01:06.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 43 [00:01:07.000] DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 44 [00:01:08.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 45 [00:01:09.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 46 [00:01:10.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 47 [00:01:13.000] DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 48 [00:01:14.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 49 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 50 [00:01:16.000] DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 51 [00:01:17.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 52 [00:01:18.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 53 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 54 [00:01:24.000] FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 55 [00:01:25.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 56 [00:01:26.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 57 [00:01:27.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 58 [00:01:28.000] Elapsed:: *ms FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file Before running Timeout callback:: count: 3 -10: /a/b/tsconfig.jsonFailedLookupInvalidation -13: /a/b/tsconfig.json +10: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +13: /users/username/projects/project/tsconfig.json 14: *ensureProjectForOpenFiles* -//// [/a/b/moduleFile1.ts] +//// [/users/username/projects/project/moduleFile1.ts] export function Foo() { }; -//// [/a/b/file1Consumer2.ts] +//// [/users/username/projects/project/file1Consumer2.ts] import {Foo} from "./moduleFile1"; let z = 10; -//// [/a/b/moduleFile2.ts] +//// [/users/username/projects/project/moduleFile2.ts] export var Foo4 = 10; -//// [/a/b/globalFile3.ts] +//// [/users/username/projects/project/globalFile3.ts] interface GlobalFoo { age: number } //// [/a/lib/lib.d.ts] @@ -152,9 +156,11 @@ interface Array { length: number; [n: number]: T; } PolledWatches:: -/a/b/modulefile1: +/users/username/projects/project/modulefile1: + {"pollingInterval":500} +/users/username/projects/project/node_modules/@types: {"pollingInterval":500} -/a/b/node_modules/@types: +/users/username/projects/node_modules/@types: {"pollingInterval":500} PolledWatches *deleted*:: @@ -162,52 +168,52 @@ PolledWatches *deleted*:: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} -/a/b: +/users/username/projects/project: {} FsWatchesRecursive:: -/a/b: +/users/username/projects/project: {} -Info 59 [00:01:30.000] Running: /a/b/tsconfig.jsonFailedLookupInvalidation -Info 60 [00:01:31.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 61 [00:01:32.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one After running Timeout callback:: count: 2 -15: /a/b/tsconfig.json +15: /users/username/projects/project/tsconfig.json 16: *ensureProjectForOpenFiles* Before running Timeout callback:: count: 2 -15: /a/b/tsconfig.json +15: /users/username/projects/project/tsconfig.json 16: *ensureProjectForOpenFiles* -//// [/a/b/globalFile3.ts] +//// [/users/username/projects/project/globalFile3.ts] interface GlobalFoo { age: number }var T2: string; -Info 62 [00:01:36.000] Running: /a/b/tsconfig.json -Info 63 [00:01:37.000] FileWatcher:: Added:: WatchInfo: /a/b/file1Consumer2.ts 500 undefined WatchType: Closed Script info -Info 64 [00:01:38.000] FileWatcher:: Added:: WatchInfo: /a/b/globalFile3.ts 500 undefined WatchType: Closed Script info -Info 65 [00:01:39.000] FileWatcher:: Added:: WatchInfo: /a/b/moduleFile1.ts 500 undefined WatchType: Closed Script info -Info 66 [00:01:40.000] FileWatcher:: Added:: WatchInfo: /a/b/moduleFile2.ts 500 undefined WatchType: Closed Script info -Info 67 [00:01:41.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 68 [00:01:42.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 69 [00:01:43.000] DirectoryWatcher:: Close:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 70 [00:01:44.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 71 [00:01:45.000] DirectoryWatcher:: Close:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 72 [00:01:46.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 73 [00:01:47.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 74 [00:01:48.000] Project '/a/b/tsconfig.json' (Configured) -Info 75 [00:01:49.000] Files (6) +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/file1Consumer2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/globalFile3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b/moduleFile1.ts Text-1 "export function Foo() { };" - /a/b/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" - /a/b/file1Consumer2.ts Text-1 "import {Foo} from \"./moduleFile1\"; let z = 10;" - /a/b/globalFile3.ts Text-1 "interface GlobalFoo { age: number }var T2: string;" - /a/b/moduleFile2.ts Text-1 "export var Foo4 = 10;" + /users/username/projects/project/moduleFile1.ts Text-1 "export function Foo() { };" + /users/username/projects/project/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" + /users/username/projects/project/file1Consumer2.ts Text-1 "import {Foo} from \"./moduleFile1\"; let z = 10;" + /users/username/projects/project/globalFile3.ts Text-1 "interface GlobalFoo { age: number }var T2: string;" + /users/username/projects/project/moduleFile2.ts Text-1 "export var Foo4 = 10;" - ../lib/lib.d.ts + ../../../../a/lib/lib.d.ts Default library for target 'es5' moduleFile1.ts Imported via "./moduleFile1" from file 'file1Consumer1.ts' @@ -222,54 +228,56 @@ Info 75 [00:01:49.000] Files (6) moduleFile2.ts Matched by default include pattern '**/*' -Info 76 [00:01:50.000] ----------------------------------------------- -Info 77 [00:01:51.000] Running: *ensureProjectForOpenFiles* -Info 78 [00:01:52.000] Before ensureProjectForOpenFiles: -Info 79 [00:01:53.000] Project '/a/b/tsconfig.json' (Configured) -Info 79 [00:01:54.000] Files (6) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) -Info 79 [00:01:55.000] ----------------------------------------------- -Info 79 [00:01:56.000] Open files: -Info 79 [00:01:57.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 79 [00:01:58.000] Projects: /a/b/tsconfig.json -Info 79 [00:01:59.000] After ensureProjectForOpenFiles: -Info 80 [00:02:00.000] Project '/a/b/tsconfig.json' (Configured) -Info 80 [00:02:01.000] Files (6) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) -Info 80 [00:02:02.000] ----------------------------------------------- -Info 80 [00:02:03.000] Open files: -Info 80 [00:02:04.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 80 [00:02:05.000] Projects: /a/b/tsconfig.json -Info 80 [00:02:06.000] event: - {"seq":0,"type":"event","event":"CustomHandler::projectsUpdatedInBackground","body":{"openFiles":["/a/b/file1Consumer1.ts"]}} +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/file1Consumer1.ts"]}} After running Timeout callback:: count: 0 PolledWatches:: -/a/b/node_modules/@types: +/users/username/projects/project/node_modules/@types: + {"pollingInterval":500} +/users/username/projects/node_modules/@types: {"pollingInterval":500} PolledWatches *deleted*:: -/a/b/modulefile1: +/users/username/projects/project/modulefile1: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} -/a/b/file1consumer2.ts: *new* +/users/username/projects/project/file1consumer2.ts: *new* {} -/a/b/globalfile3.ts: *new* +/users/username/projects/project/globalfile3.ts: *new* {} -/a/b/modulefile1.ts: *new* +/users/username/projects/project/modulefile1.ts: *new* {} -/a/b/modulefile2.ts: *new* +/users/username/projects/project/modulefile2.ts: *new* {} /a/lib/lib.d.ts: *new* {} FsWatches *deleted*:: -/a/b: +/users/username/projects/project: {} FsWatchesRecursive:: -/a/b: +/users/username/projects/project: {} diff --git a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/when-event-handler-is-set-in-the-session-and-should-return-cascaded-affected-file-list.js b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/when-event-handler-is-set-in-the-session-and-should-return-cascaded-affected-file-list.js index b9ffe3cd15680..a5eb856070588 100644 --- a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/when-event-handler-is-set-in-the-session-and-should-return-cascaded-affected-file-list.js +++ b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/when-event-handler-is-set-in-the-session-and-should-return-cascaded-affected-file-list.js @@ -1,150 +1,154 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:11.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request -//// [/a/b/file1Consumer1.ts] +//// [/users/username/projects/project/file1Consumer1.ts] import {Foo} from "./moduleFile1"; export var y = 10; -//// [/a/b/tsconfig.json] +//// [/users/username/projects/project/tsconfig.json] {} -Info 1 [00:00:12.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { - "file": "/a/b/file1Consumer1.ts" + "file": "/users/username/projects/project/file1Consumer1.ts" }, "seq": 1, "type": "request" } -Info 2 [00:00:13.000] Search path: /a/b -Info 3 [00:00:14.000] For info: /a/b/file1Consumer1.ts :: Config file name: /a/b/tsconfig.json -Info 4 [00:00:15.000] Creating configuration project /a/b/tsconfig.json -Info 5 [00:00:16.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 6 [00:00:17.000] event: - {"seq":0,"type":"event","event":"CustomHandler::projectLoadingStart","body":{"project":"/a/b/tsconfig.json","reason":"Creating possible configured project for /a/b/file1Consumer1.ts to open"}} -Info 7 [00:00:18.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /users/username/projects/project +Info seq [hh:mm:ss:mss] For info: /users/username/projects/project/file1Consumer1.ts :: Config file name: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/tsconfig.json 2000 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::projectLoadingStart","body":{"project":"/users/username/projects/project/tsconfig.json","reason":"Creating possible configured project for /users/username/projects/project/file1Consumer1.ts to open"}} +Info seq [hh:mm:ss:mss] Config: /users/username/projects/project/tsconfig.json : { "rootNames": [ - "/a/b/file1Consumer1.ts" + "/users/username/projects/project/file1Consumer1.ts" ], "options": { - "configFilePath": "/a/b/tsconfig.json" + "configFilePath": "/users/username/projects/project/tsconfig.json" } } -Info 8 [00:00:19.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:20.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:21.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 11 [00:00:22.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 12 [00:00:23.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 13 [00:00:24.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 14 [00:00:25.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:26.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 16 [00:00:27.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 17 [00:00:28.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 18 [00:00:29.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 19 [00:00:30.000] Project '/a/b/tsconfig.json' (Configured) -Info 20 [00:00:31.000] Files (1) - /a/b/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + /users/username/projects/project/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" file1Consumer1.ts Matched by default include pattern '**/*' -Info 21 [00:00:32.000] ----------------------------------------------- -Info 22 [00:00:33.000] event: - {"seq":0,"type":"event","event":"CustomHandler::projectLoadingFinish","body":{"project":"/a/b/tsconfig.json"}} -Info 23 [00:00:34.000] event: - {"seq":0,"type":"event","event":"CustomHandler::projectInfo","body":{"projectId":"e10a1dc99ee63f16cb9b69bcee75540cdf41a1137371d3afbd4e7de507be5207","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":53,"tsx":0,"tsxSize":0,"dts":0,"dtsSize":0,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}} -Info 24 [00:00:35.000] event: - {"seq":0,"type":"event","event":"CustomHandler::configFileDiag","body":{"configFileName":"/a/b/tsconfig.json","diagnostics":[{"text":"File '/a/lib/lib.d.ts' not found.\n The file is in the program because:\n Default library for target 'es5'","code":6053,"category":"error"},{"text":"Cannot find global type 'Array'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Boolean'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Function'.","code":2318,"category":"error"},{"text":"Cannot find global type 'IArguments'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Number'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Object'.","code":2318,"category":"error"},{"text":"Cannot find global type 'RegExp'.","code":2318,"category":"error"},{"text":"Cannot find global type 'String'.","code":2318,"category":"error"}],"triggerFile":"/a/b/file1Consumer1.ts"}} -Info 25 [00:00:36.000] Project '/a/b/tsconfig.json' (Configured) -Info 25 [00:00:37.000] Files (1) - -Info 25 [00:00:38.000] ----------------------------------------------- -Info 25 [00:00:39.000] Open files: -Info 25 [00:00:40.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 25 [00:00:41.000] Projects: /a/b/tsconfig.json -Info 25 [00:00:42.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::projectLoadingFinish","body":{"project":"/users/username/projects/project/tsconfig.json"}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::projectInfo","body":{"projectId":"5b0be5fc7f7235edf5a31bffe614b4e0819e55ec5f118558864b1f882e283c0d","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":53,"tsx":0,"tsxSize":0,"dts":0,"dtsSize":0,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::configFileDiag","body":{"configFileName":"/users/username/projects/project/tsconfig.json","diagnostics":[{"text":"File '/a/lib/lib.d.ts' not found.\n The file is in the program because:\n Default library for target 'es5'","code":6053,"category":"error"},{"text":"Cannot find global type 'Array'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Boolean'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Function'.","code":2318,"category":"error"},{"text":"Cannot find global type 'IArguments'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Number'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Object'.","code":2318,"category":"error"},{"text":"Cannot find global type 'RegExp'.","code":2318,"category":"error"},{"text":"Cannot find global type 'String'.","code":2318,"category":"error"}],"triggerFile":"/users/username/projects/project/file1Consumer1.ts"}} +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request PolledWatches:: -/a/b/modulefile1: *new* +/users/username/projects/project/modulefile1: *new* {"pollingInterval":500} /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/b/node_modules/@types: *new* +/users/username/projects/project/node_modules/@types: *new* + {"pollingInterval":500} +/users/username/projects/node_modules/@types: *new* {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: *new* +/users/username/projects/project/tsconfig.json: *new* {} -/a/b: *new* +/users/username/projects/project: *new* {} FsWatchesRecursive:: -/a/b: *new* +/users/username/projects/project: *new* {} -Info 26 [00:00:46.000] DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 27 [00:00:47.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation -Info 28 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 29 [00:00:49.000] DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 30 [00:00:50.000] Scheduled: /a/b/tsconfig.json -Info 31 [00:00:51.000] Scheduled: *ensureProjectForOpenFiles* -Info 32 [00:00:52.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 33 [00:00:55.000] DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 34 [00:00:56.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 35 [00:00:57.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 36 [00:00:58.000] DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 37 [00:00:59.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 38 [00:01:00.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 39 [00:01:01.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 40 [00:01:04.000] DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 41 [00:01:05.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 42 [00:01:06.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 43 [00:01:07.000] DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 44 [00:01:08.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 45 [00:01:09.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 46 [00:01:10.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 47 [00:01:13.000] DirectoryWatcher:: Triggered with /a/b/file1Consumer1Consumer1.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 48 [00:01:14.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 49 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/file1Consumer1Consumer1.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 50 [00:01:16.000] DirectoryWatcher:: Triggered with /a/b/file1Consumer1Consumer1.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 51 [00:01:17.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 52 [00:01:18.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 53 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/file1Consumer1Consumer1.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 54 [00:01:22.000] DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 55 [00:01:23.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 56 [00:01:24.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 57 [00:01:25.000] DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 58 [00:01:26.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 59 [00:01:27.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 60 [00:01:28.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 61 [00:01:33.000] FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 62 [00:01:34.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 63 [00:01:35.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 64 [00:01:36.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 65 [00:01:37.000] Elapsed:: *ms FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer1Consumer1.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer1Consumer1.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer1Consumer1.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer1Consumer1.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file Before running Timeout callback:: count: 3 -13: /a/b/tsconfig.jsonFailedLookupInvalidation -16: /a/b/tsconfig.json +13: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +16: /users/username/projects/project/tsconfig.json 17: *ensureProjectForOpenFiles* -//// [/a/b/moduleFile1.ts] +//// [/users/username/projects/project/moduleFile1.ts] export function Foo() { }; -//// [/a/b/file1Consumer2.ts] +//// [/users/username/projects/project/file1Consumer2.ts] import {Foo} from "./moduleFile1"; let z = 10; -//// [/a/b/moduleFile2.ts] +//// [/users/username/projects/project/moduleFile2.ts] export var Foo4 = 10; -//// [/a/b/file1Consumer1Consumer1.ts] +//// [/users/username/projects/project/file1Consumer1Consumer1.ts] import {y} from "./file1Consumer1"; -//// [/a/b/globalFile3.ts] +//// [/users/username/projects/project/globalFile3.ts] interface GlobalFoo { age: number } //// [/a/lib/lib.d.ts] @@ -162,9 +166,11 @@ interface Array { length: number; [n: number]: T; } PolledWatches:: -/a/b/modulefile1: +/users/username/projects/project/modulefile1: + {"pollingInterval":500} +/users/username/projects/project/node_modules/@types: {"pollingInterval":500} -/a/b/node_modules/@types: +/users/username/projects/node_modules/@types: {"pollingInterval":500} PolledWatches *deleted*:: @@ -172,29 +178,29 @@ PolledWatches *deleted*:: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} -/a/b: +/users/username/projects/project: {} FsWatchesRecursive:: -/a/b: +/users/username/projects/project: {} -Info 66 [00:01:39.000] Running: /a/b/tsconfig.jsonFailedLookupInvalidation -Info 67 [00:01:40.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 68 [00:01:41.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one After running Timeout callback:: count: 2 -18: /a/b/tsconfig.json +18: /users/username/projects/project/tsconfig.json 19: *ensureProjectForOpenFiles* Before request -Info 69 [00:01:42.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { - "file": "/a/b/file1Consumer1.ts", + "file": "/users/username/projects/project/file1Consumer1.ts", "insertString": "import {Foo} from \"./moduleFile1\"; export var y = 10;export var T: number;", "endLine": 1, "endOffset": 53, @@ -204,41 +210,41 @@ Info 69 [00:01:42.000] request: "seq": 2, "type": "request" } -Info 70 [00:01:43.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request Before running Timeout callback:: count: 2 -18: /a/b/tsconfig.json +18: /users/username/projects/project/tsconfig.json 19: *ensureProjectForOpenFiles* -Info 71 [00:01:44.000] Running: /a/b/tsconfig.json -Info 72 [00:01:45.000] FileWatcher:: Added:: WatchInfo: /a/b/file1Consumer1Consumer1.ts 500 undefined WatchType: Closed Script info -Info 73 [00:01:46.000] FileWatcher:: Added:: WatchInfo: /a/b/file1Consumer2.ts 500 undefined WatchType: Closed Script info -Info 74 [00:01:47.000] FileWatcher:: Added:: WatchInfo: /a/b/globalFile3.ts 500 undefined WatchType: Closed Script info -Info 75 [00:01:48.000] FileWatcher:: Added:: WatchInfo: /a/b/moduleFile1.ts 500 undefined WatchType: Closed Script info -Info 76 [00:01:49.000] FileWatcher:: Added:: WatchInfo: /a/b/moduleFile2.ts 500 undefined WatchType: Closed Script info -Info 77 [00:01:50.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 78 [00:01:51.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 79 [00:01:52.000] DirectoryWatcher:: Close:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 80 [00:01:53.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 81 [00:01:54.000] DirectoryWatcher:: Close:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 82 [00:01:55.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 83 [00:01:56.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 84 [00:01:57.000] Project '/a/b/tsconfig.json' (Configured) -Info 85 [00:01:58.000] Files (7) +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/file1Consumer1Consumer1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/file1Consumer2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/globalFile3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (7) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b/moduleFile1.ts Text-1 "export function Foo() { };" - /a/b/file1Consumer1.ts SVC-1-1 "import {Foo} from \"./moduleFile1\"; export var y = 10;export var T: number;;" - /a/b/file1Consumer1Consumer1.ts Text-1 "import {y} from \"./file1Consumer1\";" - /a/b/file1Consumer2.ts Text-1 "import {Foo} from \"./moduleFile1\"; let z = 10;" - /a/b/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" - /a/b/moduleFile2.ts Text-1 "export var Foo4 = 10;" + /users/username/projects/project/moduleFile1.ts Text-1 "export function Foo() { };" + /users/username/projects/project/file1Consumer1.ts SVC-1-1 "import {Foo} from \"./moduleFile1\"; export var y = 10;export var T: number;;" + /users/username/projects/project/file1Consumer1Consumer1.ts Text-1 "import {y} from \"./file1Consumer1\";" + /users/username/projects/project/file1Consumer2.ts Text-1 "import {Foo} from \"./moduleFile1\"; let z = 10;" + /users/username/projects/project/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" + /users/username/projects/project/moduleFile2.ts Text-1 "export var Foo4 = 10;" - ../lib/lib.d.ts + ../../../../a/lib/lib.d.ts Default library for target 'es5' moduleFile1.ts Imported via "./moduleFile1" from file 'file1Consumer1.ts' @@ -256,113 +262,115 @@ Info 85 [00:01:58.000] Files (7) moduleFile2.ts Matched by default include pattern '**/*' -Info 86 [00:01:59.000] ----------------------------------------------- -Info 87 [00:02:00.000] Running: *ensureProjectForOpenFiles* -Info 88 [00:02:01.000] Before ensureProjectForOpenFiles: -Info 89 [00:02:02.000] Project '/a/b/tsconfig.json' (Configured) -Info 89 [00:02:03.000] Files (7) - -Info 89 [00:02:04.000] ----------------------------------------------- -Info 89 [00:02:05.000] Open files: -Info 89 [00:02:06.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 89 [00:02:07.000] Projects: /a/b/tsconfig.json -Info 89 [00:02:08.000] After ensureProjectForOpenFiles: -Info 90 [00:02:09.000] Project '/a/b/tsconfig.json' (Configured) -Info 90 [00:02:10.000] Files (7) - -Info 90 [00:02:11.000] ----------------------------------------------- -Info 90 [00:02:12.000] Open files: -Info 90 [00:02:13.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 90 [00:02:14.000] Projects: /a/b/tsconfig.json -Info 90 [00:02:15.000] event: - {"seq":0,"type":"event","event":"CustomHandler::projectsUpdatedInBackground","body":{"openFiles":["/a/b/file1Consumer1.ts"]}} +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (7) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (7) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/file1Consumer1.ts"]}} After running Timeout callback:: count: 0 PolledWatches:: -/a/b/node_modules/@types: +/users/username/projects/project/node_modules/@types: + {"pollingInterval":500} +/users/username/projects/node_modules/@types: {"pollingInterval":500} PolledWatches *deleted*:: -/a/b/modulefile1: +/users/username/projects/project/modulefile1: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} -/a/b/file1consumer1consumer1.ts: *new* +/users/username/projects/project/file1consumer1consumer1.ts: *new* {} -/a/b/file1consumer2.ts: *new* +/users/username/projects/project/file1consumer2.ts: *new* {} -/a/b/globalfile3.ts: *new* +/users/username/projects/project/globalfile3.ts: *new* {} -/a/b/modulefile1.ts: *new* +/users/username/projects/project/modulefile1.ts: *new* {} -/a/b/modulefile2.ts: *new* +/users/username/projects/project/modulefile2.ts: *new* {} /a/lib/lib.d.ts: *new* {} FsWatches *deleted*:: -/a/b: +/users/username/projects/project: {} FsWatchesRecursive:: -/a/b: +/users/username/projects/project: {} -Info 91 [00:02:19.000] FileWatcher:: Triggered with /a/b/moduleFile1.ts 1:: WatchInfo: /a/b/moduleFile1.ts 500 undefined WatchType: Closed Script info -Info 92 [00:02:20.000] Scheduled: /a/b/tsconfig.json -Info 93 [00:02:21.000] Scheduled: *ensureProjectForOpenFiles* -Info 94 [00:02:22.000] Elapsed:: *ms FileWatcher:: Triggered with /a/b/moduleFile1.ts 1:: WatchInfo: /a/b/moduleFile1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts 1:: WatchInfo: /users/username/projects/project/moduleFile1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts 1:: WatchInfo: /users/username/projects/project/moduleFile1.ts 500 undefined WatchType: Closed Script info Before running Timeout callback:: count: 2 -20: /a/b/tsconfig.json +20: /users/username/projects/project/tsconfig.json 21: *ensureProjectForOpenFiles* -//// [/a/b/moduleFile1.ts] +//// [/users/username/projects/project/moduleFile1.ts] export var T: number;export function Foo() { }; -Info 95 [00:02:23.000] Running: /a/b/tsconfig.json -Info 96 [00:02:24.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 97 [00:02:25.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 98 [00:02:26.000] Project '/a/b/tsconfig.json' (Configured) -Info 99 [00:02:27.000] Files (7) +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (7) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b/moduleFile1.ts Text-2 "export var T: number;export function Foo() { };" - /a/b/file1Consumer1.ts SVC-1-1 "import {Foo} from \"./moduleFile1\"; export var y = 10;export var T: number;;" - /a/b/file1Consumer1Consumer1.ts Text-1 "import {y} from \"./file1Consumer1\";" - /a/b/file1Consumer2.ts Text-1 "import {Foo} from \"./moduleFile1\"; let z = 10;" - /a/b/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" - /a/b/moduleFile2.ts Text-1 "export var Foo4 = 10;" - -Info 100 [00:02:28.000] ----------------------------------------------- -Info 101 [00:02:29.000] Running: *ensureProjectForOpenFiles* -Info 102 [00:02:30.000] Before ensureProjectForOpenFiles: -Info 103 [00:02:31.000] Project '/a/b/tsconfig.json' (Configured) -Info 103 [00:02:32.000] Files (7) - -Info 103 [00:02:33.000] ----------------------------------------------- -Info 103 [00:02:34.000] Open files: -Info 103 [00:02:35.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 103 [00:02:36.000] Projects: /a/b/tsconfig.json -Info 103 [00:02:37.000] After ensureProjectForOpenFiles: -Info 104 [00:02:38.000] Project '/a/b/tsconfig.json' (Configured) -Info 104 [00:02:39.000] Files (7) - -Info 104 [00:02:40.000] ----------------------------------------------- -Info 104 [00:02:41.000] Open files: -Info 104 [00:02:42.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 104 [00:02:43.000] Projects: /a/b/tsconfig.json -Info 104 [00:02:44.000] event: - {"seq":0,"type":"event","event":"CustomHandler::projectsUpdatedInBackground","body":{"openFiles":["/a/b/file1Consumer1.ts"]}} + /users/username/projects/project/moduleFile1.ts Text-2 "export var T: number;export function Foo() { };" + /users/username/projects/project/file1Consumer1.ts SVC-1-1 "import {Foo} from \"./moduleFile1\"; export var y = 10;export var T: number;;" + /users/username/projects/project/file1Consumer1Consumer1.ts Text-1 "import {y} from \"./file1Consumer1\";" + /users/username/projects/project/file1Consumer2.ts Text-1 "import {Foo} from \"./moduleFile1\"; let z = 10;" + /users/username/projects/project/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" + /users/username/projects/project/moduleFile2.ts Text-1 "export var Foo4 = 10;" + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (7) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (7) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/file1Consumer1.ts"]}} After running Timeout callback:: count: 0 Before request -Info 105 [00:02:45.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { - "file": "/a/b/file1Consumer1.ts", + "file": "/users/username/projects/project/file1Consumer1.ts", "insertString": "import {Foo} from \"./moduleFile1\"; export var y = 10;export var T: number;export var T2: number;", "endLine": 1, "endOffset": 74, @@ -372,54 +380,54 @@ Info 105 [00:02:45.000] request: "seq": 3, "type": "request" } -Info 106 [00:02:46.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request -Info 107 [00:02:50.000] FileWatcher:: Triggered with /a/b/moduleFile1.ts 1:: WatchInfo: /a/b/moduleFile1.ts 500 undefined WatchType: Closed Script info -Info 108 [00:02:51.000] Scheduled: /a/b/tsconfig.json -Info 109 [00:02:52.000] Scheduled: *ensureProjectForOpenFiles* -Info 110 [00:02:53.000] Elapsed:: *ms FileWatcher:: Triggered with /a/b/moduleFile1.ts 1:: WatchInfo: /a/b/moduleFile1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts 1:: WatchInfo: /users/username/projects/project/moduleFile1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts 1:: WatchInfo: /users/username/projects/project/moduleFile1.ts 500 undefined WatchType: Closed Script info Before running Timeout callback:: count: 2 -22: /a/b/tsconfig.json +22: /users/username/projects/project/tsconfig.json 23: *ensureProjectForOpenFiles* -//// [/a/b/moduleFile1.ts] +//// [/users/username/projects/project/moduleFile1.ts] export var T2: number;export function Foo() { }; -Info 111 [00:02:54.000] Running: /a/b/tsconfig.json -Info 112 [00:02:55.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 113 [00:02:56.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 4 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 114 [00:02:57.000] Project '/a/b/tsconfig.json' (Configured) -Info 115 [00:02:58.000] Files (7) +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 4 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (7) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b/moduleFile1.ts Text-3 "export var T2: number;export function Foo() { };" - /a/b/file1Consumer1.ts SVC-1-2 "import {Foo} from \"./moduleFile1\"; export var y = 10;export var T: number;export var T2: number;;;" - /a/b/file1Consumer1Consumer1.ts Text-1 "import {y} from \"./file1Consumer1\";" - /a/b/file1Consumer2.ts Text-1 "import {Foo} from \"./moduleFile1\"; let z = 10;" - /a/b/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" - /a/b/moduleFile2.ts Text-1 "export var Foo4 = 10;" - -Info 116 [00:02:59.000] ----------------------------------------------- -Info 117 [00:03:00.000] Running: *ensureProjectForOpenFiles* -Info 118 [00:03:01.000] Before ensureProjectForOpenFiles: -Info 119 [00:03:02.000] Project '/a/b/tsconfig.json' (Configured) -Info 119 [00:03:03.000] Files (7) - -Info 119 [00:03:04.000] ----------------------------------------------- -Info 119 [00:03:05.000] Open files: -Info 119 [00:03:06.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 119 [00:03:07.000] Projects: /a/b/tsconfig.json -Info 119 [00:03:08.000] After ensureProjectForOpenFiles: -Info 120 [00:03:09.000] Project '/a/b/tsconfig.json' (Configured) -Info 120 [00:03:10.000] Files (7) - -Info 120 [00:03:11.000] ----------------------------------------------- -Info 120 [00:03:12.000] Open files: -Info 120 [00:03:13.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 120 [00:03:14.000] Projects: /a/b/tsconfig.json -Info 120 [00:03:15.000] event: - {"seq":0,"type":"event","event":"CustomHandler::projectsUpdatedInBackground","body":{"openFiles":["/a/b/file1Consumer1.ts"]}} + /users/username/projects/project/moduleFile1.ts Text-3 "export var T2: number;export function Foo() { };" + /users/username/projects/project/file1Consumer1.ts SVC-1-2 "import {Foo} from \"./moduleFile1\"; export var y = 10;export var T: number;export var T2: number;;;" + /users/username/projects/project/file1Consumer1Consumer1.ts Text-1 "import {y} from \"./file1Consumer1\";" + /users/username/projects/project/file1Consumer2.ts Text-1 "import {Foo} from \"./moduleFile1\"; let z = 10;" + /users/username/projects/project/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" + /users/username/projects/project/moduleFile2.ts Text-1 "export var Foo4 = 10;" + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (7) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (7) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/file1Consumer1.ts"]}} After running Timeout callback:: count: 0 diff --git a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/when-event-handler-is-set-in-the-session-and-should-work-fine-for-files-with-circular-references.js b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/when-event-handler-is-set-in-the-session-and-should-work-fine-for-files-with-circular-references.js index 53dc7107cfb19..ad459720e55b2 100644 --- a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/when-event-handler-is-set-in-the-session-and-should-work-fine-for-files-with-circular-references.js +++ b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/when-event-handler-is-set-in-the-session-and-should-work-fine-for-files-with-circular-references.js @@ -1,106 +1,110 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:11.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request -//// [/a/b/file1.ts] +//// [/users/username/projects/project/file1.ts] /// export var t1 = 10; -//// [/a/b/tsconfig.json] +//// [/users/username/projects/project/tsconfig.json] {} -Info 1 [00:00:12.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { - "file": "/a/b/file1.ts" + "file": "/users/username/projects/project/file1.ts" }, "seq": 1, "type": "request" } -Info 2 [00:00:13.000] Search path: /a/b -Info 3 [00:00:14.000] For info: /a/b/file1.ts :: Config file name: /a/b/tsconfig.json -Info 4 [00:00:15.000] Creating configuration project /a/b/tsconfig.json -Info 5 [00:00:16.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 6 [00:00:17.000] event: - {"seq":0,"type":"event","event":"CustomHandler::projectLoadingStart","body":{"project":"/a/b/tsconfig.json","reason":"Creating possible configured project for /a/b/file1.ts to open"}} -Info 7 [00:00:18.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /users/username/projects/project +Info seq [hh:mm:ss:mss] For info: /users/username/projects/project/file1.ts :: Config file name: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/tsconfig.json 2000 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::projectLoadingStart","body":{"project":"/users/username/projects/project/tsconfig.json","reason":"Creating possible configured project for /users/username/projects/project/file1.ts to open"}} +Info seq [hh:mm:ss:mss] Config: /users/username/projects/project/tsconfig.json : { "rootNames": [ - "/a/b/file1.ts" + "/users/username/projects/project/file1.ts" ], "options": { - "configFilePath": "/a/b/tsconfig.json" + "configFilePath": "/users/username/projects/project/tsconfig.json" } } -Info 8 [00:00:19.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:20.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:21.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 11 [00:00:22.000] FileWatcher:: Added:: WatchInfo: /a/b/file2.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 12 [00:00:23.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 13 [00:00:24.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 14 [00:00:25.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 15 [00:00:26.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:00:27.000] Project '/a/b/tsconfig.json' (Configured) -Info 17 [00:00:28.000] Files (1) - /a/b/file1.ts SVC-1-0 "\n /// \n export var t1 = 10;" +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/file2.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + /users/username/projects/project/file1.ts SVC-1-0 "\n /// \n export var t1 = 10;" file1.ts Matched by default include pattern '**/*' -Info 18 [00:00:29.000] ----------------------------------------------- -Info 19 [00:00:30.000] event: - {"seq":0,"type":"event","event":"CustomHandler::projectLoadingFinish","body":{"project":"/a/b/tsconfig.json"}} -Info 20 [00:00:31.000] event: - {"seq":0,"type":"event","event":"CustomHandler::projectInfo","body":{"projectId":"e10a1dc99ee63f16cb9b69bcee75540cdf41a1137371d3afbd4e7de507be5207","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":96,"tsx":0,"tsxSize":0,"dts":0,"dtsSize":0,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}} -Info 21 [00:00:32.000] event: - {"seq":0,"type":"event","event":"CustomHandler::configFileDiag","body":{"configFileName":"/a/b/tsconfig.json","diagnostics":[{"text":"File '/a/lib/lib.d.ts' not found.\n The file is in the program because:\n Default library for target 'es5'","code":6053,"category":"error"},{"text":"Cannot find global type 'Array'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Boolean'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Function'.","code":2318,"category":"error"},{"text":"Cannot find global type 'IArguments'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Number'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Object'.","code":2318,"category":"error"},{"text":"Cannot find global type 'RegExp'.","code":2318,"category":"error"},{"text":"Cannot find global type 'String'.","code":2318,"category":"error"}],"triggerFile":"/a/b/file1.ts"}} -Info 22 [00:00:33.000] Project '/a/b/tsconfig.json' (Configured) -Info 22 [00:00:34.000] Files (1) - -Info 22 [00:00:35.000] ----------------------------------------------- -Info 22 [00:00:36.000] Open files: -Info 22 [00:00:37.000] FileName: /a/b/file1.ts ProjectRootPath: undefined -Info 22 [00:00:38.000] Projects: /a/b/tsconfig.json -Info 22 [00:00:39.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::projectLoadingFinish","body":{"project":"/users/username/projects/project/tsconfig.json"}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::projectInfo","body":{"projectId":"5b0be5fc7f7235edf5a31bffe614b4e0819e55ec5f118558864b1f882e283c0d","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":96,"tsx":0,"tsxSize":0,"dts":0,"dtsSize":0,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::configFileDiag","body":{"configFileName":"/users/username/projects/project/tsconfig.json","diagnostics":[{"text":"File '/a/lib/lib.d.ts' not found.\n The file is in the program because:\n Default library for target 'es5'","code":6053,"category":"error"},{"text":"Cannot find global type 'Array'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Boolean'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Function'.","code":2318,"category":"error"},{"text":"Cannot find global type 'IArguments'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Number'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Object'.","code":2318,"category":"error"},{"text":"Cannot find global type 'RegExp'.","code":2318,"category":"error"},{"text":"Cannot find global type 'String'.","code":2318,"category":"error"}],"triggerFile":"/users/username/projects/project/file1.ts"}} +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request PolledWatches:: -/a/b/file2.ts: *new* +/users/username/projects/project/file2.ts: *new* {"pollingInterval":500} /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/b/node_modules/@types: *new* +/users/username/projects/project/node_modules/@types: *new* + {"pollingInterval":500} +/users/username/projects/node_modules/@types: *new* {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: *new* +/users/username/projects/project/tsconfig.json: *new* {} FsWatchesRecursive:: -/a/b: *new* +/users/username/projects/project: *new* {} -Info 23 [00:00:45.000] FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 24 [00:00:46.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 25 [00:00:47.000] Scheduled: /a/b/tsconfig.json -Info 26 [00:00:48.000] Scheduled: *ensureProjectForOpenFiles* -Info 27 [00:00:49.000] Elapsed:: *ms FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 28 [00:00:52.000] FileWatcher:: Triggered with /a/b/file2.ts 0:: WatchInfo: /a/b/file2.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 29 [00:00:53.000] FileWatcher:: Close:: WatchInfo: /a/b/file2.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 30 [00:00:54.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 31 [00:00:55.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 32 [00:00:56.000] Elapsed:: *ms FileWatcher:: Triggered with /a/b/file2.ts 0:: WatchInfo: /a/b/file2.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 33 [00:00:57.000] DirectoryWatcher:: Triggered with /a/b/file2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 34 [00:00:58.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 35 [00:00:59.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 36 [00:01:00.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/file2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /users/username/projects/project/file2.ts 0:: WatchInfo: /users/username/projects/project/file2.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /users/username/projects/project/file2.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /users/username/projects/project/file2.ts 0:: WatchInfo: /users/username/projects/project/file2.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/file2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/file2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory Before running Timeout callback:: count: 2 -5: /a/b/tsconfig.json +5: /users/username/projects/project/tsconfig.json 6: *ensureProjectForOpenFiles* //// [/a/lib/lib.d.ts] /// @@ -115,43 +119,45 @@ interface RegExp {} interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -//// [/a/b/file2.ts] +//// [/users/username/projects/project/file2.ts] /// export var t2 = 10;export var t3 = 10; PolledWatches:: -/a/b/node_modules/@types: +/users/username/projects/project/node_modules/@types: + {"pollingInterval":500} +/users/username/projects/node_modules/@types: {"pollingInterval":500} PolledWatches *deleted*:: -/a/b/file2.ts: +/users/username/projects/project/file2.ts: {"pollingInterval":500} /a/lib/lib.d.ts: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} FsWatchesRecursive:: -/a/b: +/users/username/projects/project: {} -Info 37 [00:01:05.000] Running: /a/b/tsconfig.json -Info 38 [00:01:06.000] FileWatcher:: Added:: WatchInfo: /a/b/file2.ts 500 undefined WatchType: Closed Script info -Info 39 [00:01:07.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 40 [00:01:08.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 41 [00:01:09.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 42 [00:01:10.000] Project '/a/b/tsconfig.json' (Configured) -Info 43 [00:01:11.000] Files (3) +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/file2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b/file2.ts Text-1 "\n /// \n export var t2 = 10;export var t3 = 10;" - /a/b/file1.ts SVC-1-0 "\n /// \n export var t1 = 10;" + /users/username/projects/project/file2.ts Text-1 "\n /// \n export var t2 = 10;export var t3 = 10;" + /users/username/projects/project/file1.ts SVC-1-0 "\n /// \n export var t1 = 10;" - ../lib/lib.d.ts + ../../../../a/lib/lib.d.ts Default library for target 'es5' file2.ts Referenced via './file2.ts' from file 'file1.ts' @@ -160,40 +166,42 @@ Info 43 [00:01:11.000] Files (3) Matched by default include pattern '**/*' Referenced via './file1.ts' from file 'file2.ts' -Info 44 [00:01:12.000] ----------------------------------------------- -Info 45 [00:01:13.000] Running: *ensureProjectForOpenFiles* -Info 46 [00:01:14.000] Before ensureProjectForOpenFiles: -Info 47 [00:01:15.000] Project '/a/b/tsconfig.json' (Configured) -Info 47 [00:01:16.000] Files (3) - -Info 47 [00:01:17.000] ----------------------------------------------- -Info 47 [00:01:18.000] Open files: -Info 47 [00:01:19.000] FileName: /a/b/file1.ts ProjectRootPath: undefined -Info 47 [00:01:20.000] Projects: /a/b/tsconfig.json -Info 47 [00:01:21.000] After ensureProjectForOpenFiles: -Info 48 [00:01:22.000] Project '/a/b/tsconfig.json' (Configured) -Info 48 [00:01:23.000] Files (3) - -Info 48 [00:01:24.000] ----------------------------------------------- -Info 48 [00:01:25.000] Open files: -Info 48 [00:01:26.000] FileName: /a/b/file1.ts ProjectRootPath: undefined -Info 48 [00:01:27.000] Projects: /a/b/tsconfig.json -Info 48 [00:01:28.000] event: - {"seq":0,"type":"event","event":"CustomHandler::projectsUpdatedInBackground","body":{"openFiles":["/a/b/file1.ts"]}} +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/file1.ts"]}} After running Timeout callback:: count: 0 PolledWatches:: -/a/b/node_modules/@types: +/users/username/projects/project/node_modules/@types: + {"pollingInterval":500} +/users/username/projects/node_modules/@types: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} -/a/b/file2.ts: *new* +/users/username/projects/project/file2.ts: *new* {} /a/lib/lib.d.ts: *new* {} FsWatchesRecursive:: -/a/b: +/users/username/projects/project: {} diff --git a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/when-event-handler-is-set-in-the-session-and-when---out-is-set.js b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/when-event-handler-is-set-in-the-session-and-when---out-is-set.js index 006368fc7184b..740a07757aba1 100644 --- a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/when-event-handler-is-set-in-the-session-and-when---out-is-set.js +++ b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/when-event-handler-is-set-in-the-session-and-when---out-is-set.js @@ -1,10 +1,10 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:13.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request -//// [/a/a.ts] +//// [/users/username/projects/project/a.ts] export let x = 1 -//// [/a/tsconfig.json] +//// [/users/username/projects/project/tsconfig.json] {"compilerOptions":{"out":"/a/out.js"}} //// [/a/lib/lib.d.ts] @@ -21,188 +21,193 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:14.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { - "file": "/a/a.ts" + "file": "/users/username/projects/project/a.ts" }, "seq": 1, "type": "request" } -Info 2 [00:00:15.000] Search path: /a -Info 3 [00:00:16.000] For info: /a/a.ts :: Config file name: /a/tsconfig.json -Info 4 [00:00:17.000] Creating configuration project /a/tsconfig.json -Info 5 [00:00:18.000] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 6 [00:00:19.000] event: - {"seq":0,"type":"event","event":"CustomHandler::projectLoadingStart","body":{"project":"/a/tsconfig.json","reason":"Creating possible configured project for /a/a.ts to open"}} -Info 7 [00:00:20.000] Config: /a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /users/username/projects/project +Info seq [hh:mm:ss:mss] For info: /users/username/projects/project/a.ts :: Config file name: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/tsconfig.json 2000 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::projectLoadingStart","body":{"project":"/users/username/projects/project/tsconfig.json","reason":"Creating possible configured project for /users/username/projects/project/a.ts to open"}} +Info seq [hh:mm:ss:mss] Config: /users/username/projects/project/tsconfig.json : { "rootNames": [ - "/a/a.ts", - "/a/lib/lib.d.ts" + "/users/username/projects/project/a.ts" ], "options": { "out": "/a/out.js", - "configFilePath": "/a/tsconfig.json" + "configFilePath": "/users/username/projects/project/tsconfig.json" } } -Info 8 [00:00:21.000] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:22.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:23.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:24.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 12 [00:00:25.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 13 [00:00:26.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 14 [00:00:27.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:28.000] Project '/a/tsconfig.json' (Configured) -Info 16 [00:00:29.000] Files (2) - /a/a.ts SVC-1-0 "export let x = 1" +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" + /users/username/projects/project/a.ts SVC-1-0 "export let x = 1" + ../../../../a/lib/lib.d.ts + Default library for target 'es5' a.ts Matched by default include pattern '**/*' - lib/lib.d.ts - Matched by default include pattern '**/*' -Info 17 [00:00:30.000] ----------------------------------------------- -Info 18 [00:00:31.000] event: - {"seq":0,"type":"event","event":"CustomHandler::projectLoadingFinish","body":{"project":"/a/tsconfig.json"}} -Info 19 [00:00:32.000] event: - {"seq":0,"type":"event","event":"CustomHandler::projectInfo","body":{"projectId":"bcbb3eb9a7f46ab3b8f574ad3733f3e5a7ce50557c14c0c6192f1203aedcacca","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":16,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{"out":""},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}} -Info 20 [00:00:33.000] event: - {"seq":0,"type":"event","event":"CustomHandler::configFileDiag","body":{"configFileName":"/a/tsconfig.json","diagnostics":[{"start":{"line":1,"offset":21},"end":{"line":1,"offset":26},"text":"Option 'out' is deprecated and will stop functioning in TypeScript 5.5. Specify compilerOption '\"ignoreDeprecations\": \"5.0\"' to silence this error.\n Use 'outFile' instead.","code":5101,"category":"error","fileName":"/a/tsconfig.json"}],"triggerFile":"/a/a.ts"}} -Info 21 [00:00:34.000] Project '/a/tsconfig.json' (Configured) -Info 21 [00:00:35.000] Files (2) - -Info 21 [00:00:36.000] ----------------------------------------------- -Info 21 [00:00:37.000] Open files: -Info 21 [00:00:38.000] FileName: /a/a.ts ProjectRootPath: undefined -Info 21 [00:00:39.000] Projects: /a/tsconfig.json -Info 21 [00:00:40.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::projectLoadingFinish","body":{"project":"/users/username/projects/project/tsconfig.json"}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::projectInfo","body":{"projectId":"5b0be5fc7f7235edf5a31bffe614b4e0819e55ec5f118558864b1f882e283c0d","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":16,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{"out":""},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::configFileDiag","body":{"configFileName":"/users/username/projects/project/tsconfig.json","diagnostics":[{"start":{"line":1,"offset":21},"end":{"line":1,"offset":26},"text":"Option 'out' is deprecated and will stop functioning in TypeScript 5.5. Specify compilerOption '\"ignoreDeprecations\": \"5.0\"' to silence this error.\n Use 'outFile' instead.","code":5101,"category":"error","fileName":"/users/username/projects/project/tsconfig.json"}],"triggerFile":"/users/username/projects/project/a.ts"}} +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request PolledWatches:: -/a/node_modules/@types: *new* +/users/username/projects/project/node_modules/@types: *new* + {"pollingInterval":500} +/users/username/projects/node_modules/@types: *new* {"pollingInterval":500} FsWatches:: -/a/tsconfig.json: *new* +/users/username/projects/project/tsconfig.json: *new* {} /a/lib/lib.d.ts: *new* {} FsWatchesRecursive:: -/a: *new* +/users/username/projects/project: *new* {} -Info 22 [00:00:43.000] DirectoryWatcher:: Triggered with /a/b.ts :: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 23 [00:00:44.000] Scheduled: /a/tsconfig.json -Info 24 [00:00:45.000] Scheduled: *ensureProjectForOpenFiles* -Info 25 [00:00:46.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b.ts :: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/b.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/b.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory Before running Timeout callback:: count: 2 -1: /a/tsconfig.json +1: /users/username/projects/project/tsconfig.json 2: *ensureProjectForOpenFiles* -//// [/a/b.ts] +//// [/users/username/projects/project/b.ts] export let y = 1 -Info 26 [00:00:47.000] Running: /a/tsconfig.json -Info 27 [00:00:48.000] FileWatcher:: Added:: WatchInfo: /a/b.ts 500 undefined WatchType: Closed Script info -Info 28 [00:00:49.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 29 [00:00:50.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 30 [00:00:51.000] Project '/a/tsconfig.json' (Configured) -Info 31 [00:00:52.000] Files (3) - /a/a.ts SVC-1-0 "export let x = 1" +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b.ts Text-1 "export let y = 1" + /users/username/projects/project/a.ts SVC-1-0 "export let x = 1" + /users/username/projects/project/b.ts Text-1 "export let y = 1" + ../../../../a/lib/lib.d.ts + Default library for target 'es5' a.ts Matched by default include pattern '**/*' - lib/lib.d.ts - Matched by default include pattern '**/*' b.ts Matched by default include pattern '**/*' -Info 32 [00:00:53.000] ----------------------------------------------- -Info 33 [00:00:54.000] Running: *ensureProjectForOpenFiles* -Info 34 [00:00:55.000] Before ensureProjectForOpenFiles: -Info 35 [00:00:56.000] Project '/a/tsconfig.json' (Configured) -Info 35 [00:00:57.000] Files (3) - -Info 35 [00:00:58.000] ----------------------------------------------- -Info 35 [00:00:59.000] Open files: -Info 35 [00:01:00.000] FileName: /a/a.ts ProjectRootPath: undefined -Info 35 [00:01:01.000] Projects: /a/tsconfig.json -Info 35 [00:01:02.000] After ensureProjectForOpenFiles: -Info 36 [00:01:03.000] Project '/a/tsconfig.json' (Configured) -Info 36 [00:01:04.000] Files (3) - -Info 36 [00:01:05.000] ----------------------------------------------- -Info 36 [00:01:06.000] Open files: -Info 36 [00:01:07.000] FileName: /a/a.ts ProjectRootPath: undefined -Info 36 [00:01:08.000] Projects: /a/tsconfig.json -Info 36 [00:01:09.000] event: - {"seq":0,"type":"event","event":"CustomHandler::projectsUpdatedInBackground","body":{"openFiles":["/a/a.ts"]}} +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/a.ts"]}} After running Timeout callback:: count: 0 PolledWatches:: -/a/node_modules/@types: +/users/username/projects/project/node_modules/@types: + {"pollingInterval":500} +/users/username/projects/node_modules/@types: {"pollingInterval":500} FsWatches:: -/a/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} /a/lib/lib.d.ts: {} -/a/b.ts: *new* +/users/username/projects/project/b.ts: *new* {} FsWatchesRecursive:: -/a: +/users/username/projects/project: {} -Info 37 [00:01:13.000] FileWatcher:: Triggered with /a/b.ts 1:: WatchInfo: /a/b.ts 500 undefined WatchType: Closed Script info -Info 38 [00:01:14.000] Scheduled: /a/tsconfig.json -Info 39 [00:01:15.000] Scheduled: *ensureProjectForOpenFiles* -Info 40 [00:01:16.000] Elapsed:: *ms FileWatcher:: Triggered with /a/b.ts 1:: WatchInfo: /a/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /users/username/projects/project/b.ts 1:: WatchInfo: /users/username/projects/project/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /users/username/projects/project/b.ts 1:: WatchInfo: /users/username/projects/project/b.ts 500 undefined WatchType: Closed Script info Before running Timeout callback:: count: 2 -3: /a/tsconfig.json +3: /users/username/projects/project/tsconfig.json 4: *ensureProjectForOpenFiles* -//// [/a/b.ts] +//// [/users/username/projects/project/b.ts] export let x = 11 -Info 41 [00:01:17.000] Running: /a/tsconfig.json -Info 42 [00:01:18.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 43 [00:01:19.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 44 [00:01:20.000] Project '/a/tsconfig.json' (Configured) -Info 45 [00:01:21.000] Files (3) - /a/a.ts SVC-1-0 "export let x = 1" +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b.ts Text-2 "export let x = 11" - -Info 46 [00:01:22.000] ----------------------------------------------- -Info 47 [00:01:23.000] Running: *ensureProjectForOpenFiles* -Info 48 [00:01:24.000] Before ensureProjectForOpenFiles: -Info 49 [00:01:25.000] Project '/a/tsconfig.json' (Configured) -Info 49 [00:01:26.000] Files (3) - -Info 49 [00:01:27.000] ----------------------------------------------- -Info 49 [00:01:28.000] Open files: -Info 49 [00:01:29.000] FileName: /a/a.ts ProjectRootPath: undefined -Info 49 [00:01:30.000] Projects: /a/tsconfig.json -Info 49 [00:01:31.000] After ensureProjectForOpenFiles: -Info 50 [00:01:32.000] Project '/a/tsconfig.json' (Configured) -Info 50 [00:01:33.000] Files (3) - -Info 50 [00:01:34.000] ----------------------------------------------- -Info 50 [00:01:35.000] Open files: -Info 50 [00:01:36.000] FileName: /a/a.ts ProjectRootPath: undefined -Info 50 [00:01:37.000] Projects: /a/tsconfig.json -Info 50 [00:01:38.000] event: - {"seq":0,"type":"event","event":"CustomHandler::projectsUpdatedInBackground","body":{"openFiles":["/a/a.ts"]}} + /users/username/projects/project/a.ts SVC-1-0 "export let x = 1" + /users/username/projects/project/b.ts Text-2 "export let x = 11" + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/a.ts"]}} After running Timeout callback:: count: 0 diff --git a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/when-event-handler-is-set-in-the-session-and-when---outFile-is-set.js b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/when-event-handler-is-set-in-the-session-and-when---outFile-is-set.js index c527ce9d3b3c1..06e30ceaa4813 100644 --- a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/when-event-handler-is-set-in-the-session-and-when---outFile-is-set.js +++ b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/when-event-handler-is-set-in-the-session-and-when---outFile-is-set.js @@ -1,10 +1,10 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:13.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request -//// [/a/a.ts] +//// [/users/username/projects/project/a.ts] export let x = 1 -//// [/a/tsconfig.json] +//// [/users/username/projects/project/tsconfig.json] {"compilerOptions":{"outFile":"/a/out.js"}} //// [/a/lib/lib.d.ts] @@ -21,188 +21,193 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:14.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { - "file": "/a/a.ts" + "file": "/users/username/projects/project/a.ts" }, "seq": 1, "type": "request" } -Info 2 [00:00:15.000] Search path: /a -Info 3 [00:00:16.000] For info: /a/a.ts :: Config file name: /a/tsconfig.json -Info 4 [00:00:17.000] Creating configuration project /a/tsconfig.json -Info 5 [00:00:18.000] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 6 [00:00:19.000] event: - {"seq":0,"type":"event","event":"CustomHandler::projectLoadingStart","body":{"project":"/a/tsconfig.json","reason":"Creating possible configured project for /a/a.ts to open"}} -Info 7 [00:00:20.000] Config: /a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /users/username/projects/project +Info seq [hh:mm:ss:mss] For info: /users/username/projects/project/a.ts :: Config file name: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/tsconfig.json 2000 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::projectLoadingStart","body":{"project":"/users/username/projects/project/tsconfig.json","reason":"Creating possible configured project for /users/username/projects/project/a.ts to open"}} +Info seq [hh:mm:ss:mss] Config: /users/username/projects/project/tsconfig.json : { "rootNames": [ - "/a/a.ts", - "/a/lib/lib.d.ts" + "/users/username/projects/project/a.ts" ], "options": { "outFile": "/a/out.js", - "configFilePath": "/a/tsconfig.json" + "configFilePath": "/users/username/projects/project/tsconfig.json" } } -Info 8 [00:00:21.000] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:22.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:23.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:24.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 12 [00:00:25.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 13 [00:00:26.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 14 [00:00:27.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:28.000] Project '/a/tsconfig.json' (Configured) -Info 16 [00:00:29.000] Files (2) - /a/a.ts SVC-1-0 "export let x = 1" +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" + /users/username/projects/project/a.ts SVC-1-0 "export let x = 1" + ../../../../a/lib/lib.d.ts + Default library for target 'es5' a.ts Matched by default include pattern '**/*' - lib/lib.d.ts - Matched by default include pattern '**/*' -Info 17 [00:00:30.000] ----------------------------------------------- -Info 18 [00:00:31.000] event: - {"seq":0,"type":"event","event":"CustomHandler::projectLoadingFinish","body":{"project":"/a/tsconfig.json"}} -Info 19 [00:00:32.000] event: - {"seq":0,"type":"event","event":"CustomHandler::projectInfo","body":{"projectId":"bcbb3eb9a7f46ab3b8f574ad3733f3e5a7ce50557c14c0c6192f1203aedcacca","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":16,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{"outFile":""},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}} -Info 20 [00:00:33.000] event: - {"seq":0,"type":"event","event":"CustomHandler::configFileDiag","body":{"configFileName":"/a/tsconfig.json","diagnostics":[],"triggerFile":"/a/a.ts"}} -Info 21 [00:00:34.000] Project '/a/tsconfig.json' (Configured) -Info 21 [00:00:35.000] Files (2) - -Info 21 [00:00:36.000] ----------------------------------------------- -Info 21 [00:00:37.000] Open files: -Info 21 [00:00:38.000] FileName: /a/a.ts ProjectRootPath: undefined -Info 21 [00:00:39.000] Projects: /a/tsconfig.json -Info 21 [00:00:40.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::projectLoadingFinish","body":{"project":"/users/username/projects/project/tsconfig.json"}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::projectInfo","body":{"projectId":"5b0be5fc7f7235edf5a31bffe614b4e0819e55ec5f118558864b1f882e283c0d","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":16,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{"outFile":""},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::configFileDiag","body":{"configFileName":"/users/username/projects/project/tsconfig.json","diagnostics":[],"triggerFile":"/users/username/projects/project/a.ts"}} +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request PolledWatches:: -/a/node_modules/@types: *new* +/users/username/projects/project/node_modules/@types: *new* + {"pollingInterval":500} +/users/username/projects/node_modules/@types: *new* {"pollingInterval":500} FsWatches:: -/a/tsconfig.json: *new* +/users/username/projects/project/tsconfig.json: *new* {} /a/lib/lib.d.ts: *new* {} FsWatchesRecursive:: -/a: *new* +/users/username/projects/project: *new* {} -Info 22 [00:00:43.000] DirectoryWatcher:: Triggered with /a/b.ts :: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 23 [00:00:44.000] Scheduled: /a/tsconfig.json -Info 24 [00:00:45.000] Scheduled: *ensureProjectForOpenFiles* -Info 25 [00:00:46.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b.ts :: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/b.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/b.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory Before running Timeout callback:: count: 2 -1: /a/tsconfig.json +1: /users/username/projects/project/tsconfig.json 2: *ensureProjectForOpenFiles* -//// [/a/b.ts] +//// [/users/username/projects/project/b.ts] export let y = 1 -Info 26 [00:00:47.000] Running: /a/tsconfig.json -Info 27 [00:00:48.000] FileWatcher:: Added:: WatchInfo: /a/b.ts 500 undefined WatchType: Closed Script info -Info 28 [00:00:49.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 29 [00:00:50.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 30 [00:00:51.000] Project '/a/tsconfig.json' (Configured) -Info 31 [00:00:52.000] Files (3) - /a/a.ts SVC-1-0 "export let x = 1" +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b.ts Text-1 "export let y = 1" + /users/username/projects/project/a.ts SVC-1-0 "export let x = 1" + /users/username/projects/project/b.ts Text-1 "export let y = 1" + ../../../../a/lib/lib.d.ts + Default library for target 'es5' a.ts Matched by default include pattern '**/*' - lib/lib.d.ts - Matched by default include pattern '**/*' b.ts Matched by default include pattern '**/*' -Info 32 [00:00:53.000] ----------------------------------------------- -Info 33 [00:00:54.000] Running: *ensureProjectForOpenFiles* -Info 34 [00:00:55.000] Before ensureProjectForOpenFiles: -Info 35 [00:00:56.000] Project '/a/tsconfig.json' (Configured) -Info 35 [00:00:57.000] Files (3) - -Info 35 [00:00:58.000] ----------------------------------------------- -Info 35 [00:00:59.000] Open files: -Info 35 [00:01:00.000] FileName: /a/a.ts ProjectRootPath: undefined -Info 35 [00:01:01.000] Projects: /a/tsconfig.json -Info 35 [00:01:02.000] After ensureProjectForOpenFiles: -Info 36 [00:01:03.000] Project '/a/tsconfig.json' (Configured) -Info 36 [00:01:04.000] Files (3) - -Info 36 [00:01:05.000] ----------------------------------------------- -Info 36 [00:01:06.000] Open files: -Info 36 [00:01:07.000] FileName: /a/a.ts ProjectRootPath: undefined -Info 36 [00:01:08.000] Projects: /a/tsconfig.json -Info 36 [00:01:09.000] event: - {"seq":0,"type":"event","event":"CustomHandler::projectsUpdatedInBackground","body":{"openFiles":["/a/a.ts"]}} +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/a.ts"]}} After running Timeout callback:: count: 0 PolledWatches:: -/a/node_modules/@types: +/users/username/projects/project/node_modules/@types: + {"pollingInterval":500} +/users/username/projects/node_modules/@types: {"pollingInterval":500} FsWatches:: -/a/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} /a/lib/lib.d.ts: {} -/a/b.ts: *new* +/users/username/projects/project/b.ts: *new* {} FsWatchesRecursive:: -/a: +/users/username/projects/project: {} -Info 37 [00:01:13.000] FileWatcher:: Triggered with /a/b.ts 1:: WatchInfo: /a/b.ts 500 undefined WatchType: Closed Script info -Info 38 [00:01:14.000] Scheduled: /a/tsconfig.json -Info 39 [00:01:15.000] Scheduled: *ensureProjectForOpenFiles* -Info 40 [00:01:16.000] Elapsed:: *ms FileWatcher:: Triggered with /a/b.ts 1:: WatchInfo: /a/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /users/username/projects/project/b.ts 1:: WatchInfo: /users/username/projects/project/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /users/username/projects/project/b.ts 1:: WatchInfo: /users/username/projects/project/b.ts 500 undefined WatchType: Closed Script info Before running Timeout callback:: count: 2 -3: /a/tsconfig.json +3: /users/username/projects/project/tsconfig.json 4: *ensureProjectForOpenFiles* -//// [/a/b.ts] +//// [/users/username/projects/project/b.ts] export let x = 11 -Info 41 [00:01:17.000] Running: /a/tsconfig.json -Info 42 [00:01:18.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 43 [00:01:19.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 44 [00:01:20.000] Project '/a/tsconfig.json' (Configured) -Info 45 [00:01:21.000] Files (3) - /a/a.ts SVC-1-0 "export let x = 1" +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b.ts Text-2 "export let x = 11" - -Info 46 [00:01:22.000] ----------------------------------------------- -Info 47 [00:01:23.000] Running: *ensureProjectForOpenFiles* -Info 48 [00:01:24.000] Before ensureProjectForOpenFiles: -Info 49 [00:01:25.000] Project '/a/tsconfig.json' (Configured) -Info 49 [00:01:26.000] Files (3) - -Info 49 [00:01:27.000] ----------------------------------------------- -Info 49 [00:01:28.000] Open files: -Info 49 [00:01:29.000] FileName: /a/a.ts ProjectRootPath: undefined -Info 49 [00:01:30.000] Projects: /a/tsconfig.json -Info 49 [00:01:31.000] After ensureProjectForOpenFiles: -Info 50 [00:01:32.000] Project '/a/tsconfig.json' (Configured) -Info 50 [00:01:33.000] Files (3) - -Info 50 [00:01:34.000] ----------------------------------------------- -Info 50 [00:01:35.000] Open files: -Info 50 [00:01:36.000] FileName: /a/a.ts ProjectRootPath: undefined -Info 50 [00:01:37.000] Projects: /a/tsconfig.json -Info 50 [00:01:38.000] event: - {"seq":0,"type":"event","event":"CustomHandler::projectsUpdatedInBackground","body":{"openFiles":["/a/a.ts"]}} + /users/username/projects/project/a.ts SVC-1-0 "export let x = 1" + /users/username/projects/project/b.ts Text-2 "export let x = 11" + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/a.ts"]}} After running Timeout callback:: count: 0 diff --git a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/when-event-handler-is-set-in-the-session-and-when-adding-new-file.js b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/when-event-handler-is-set-in-the-session-and-when-adding-new-file.js index 47a117afd0f07..37bea8d5f4b68 100644 --- a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/when-event-handler-is-set-in-the-session-and-when-adding-new-file.js +++ b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/when-event-handler-is-set-in-the-session-and-when-adding-new-file.js @@ -1,7 +1,7 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:15.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request -//// [/a/b/file1.ts] +//// [/users/username/projects/project/file1.ts] export var x = 10; //// [/a/lib/lib.d.ts] @@ -17,176 +17,182 @@ interface RegExp {} interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -//// [/a/b/tsconfig.json] +//// [/users/username/projects/project/tsconfig.json] {} -Info 1 [00:00:16.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { - "file": "/a/b/file1.ts" + "file": "/users/username/projects/project/file1.ts" }, "seq": 1, "type": "request" } -Info 2 [00:00:17.000] Search path: /a/b -Info 3 [00:00:18.000] For info: /a/b/file1.ts :: Config file name: /a/b/tsconfig.json -Info 4 [00:00:19.000] Creating configuration project /a/b/tsconfig.json -Info 5 [00:00:20.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 6 [00:00:21.000] event: - {"seq":0,"type":"event","event":"CustomHandler::projectLoadingStart","body":{"project":"/a/b/tsconfig.json","reason":"Creating possible configured project for /a/b/file1.ts to open"}} -Info 7 [00:00:22.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /users/username/projects/project +Info seq [hh:mm:ss:mss] For info: /users/username/projects/project/file1.ts :: Config file name: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/tsconfig.json 2000 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::projectLoadingStart","body":{"project":"/users/username/projects/project/tsconfig.json","reason":"Creating possible configured project for /users/username/projects/project/file1.ts to open"}} +Info seq [hh:mm:ss:mss] Config: /users/username/projects/project/tsconfig.json : { "rootNames": [ - "/a/b/file1.ts" + "/users/username/projects/project/file1.ts" ], "options": { - "configFilePath": "/a/b/tsconfig.json" + "configFilePath": "/users/username/projects/project/tsconfig.json" } } -Info 8 [00:00:23.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:24.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:25.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 11 [00:00:26.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 12 [00:00:27.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 13 [00:00:28.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 14 [00:00:29.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:30.000] Project '/a/b/tsconfig.json' (Configured) -Info 16 [00:00:31.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b/file1.ts SVC-1-0 "export var x = 10;" + /users/username/projects/project/file1.ts SVC-1-0 "export var x = 10;" - ../lib/lib.d.ts + ../../../../a/lib/lib.d.ts Default library for target 'es5' file1.ts Matched by default include pattern '**/*' -Info 17 [00:00:32.000] ----------------------------------------------- -Info 18 [00:00:33.000] event: - {"seq":0,"type":"event","event":"CustomHandler::projectLoadingFinish","body":{"project":"/a/b/tsconfig.json"}} -Info 19 [00:00:34.000] event: - {"seq":0,"type":"event","event":"CustomHandler::projectInfo","body":{"projectId":"e10a1dc99ee63f16cb9b69bcee75540cdf41a1137371d3afbd4e7de507be5207","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":18,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}} -Info 20 [00:00:35.000] event: - {"seq":0,"type":"event","event":"CustomHandler::configFileDiag","body":{"configFileName":"/a/b/tsconfig.json","diagnostics":[],"triggerFile":"/a/b/file1.ts"}} -Info 21 [00:00:36.000] Project '/a/b/tsconfig.json' (Configured) -Info 21 [00:00:37.000] Files (2) - -Info 21 [00:00:38.000] ----------------------------------------------- -Info 21 [00:00:39.000] Open files: -Info 21 [00:00:40.000] FileName: /a/b/file1.ts ProjectRootPath: undefined -Info 21 [00:00:41.000] Projects: /a/b/tsconfig.json -Info 21 [00:00:42.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::projectLoadingFinish","body":{"project":"/users/username/projects/project/tsconfig.json"}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::projectInfo","body":{"projectId":"5b0be5fc7f7235edf5a31bffe614b4e0819e55ec5f118558864b1f882e283c0d","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":18,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::configFileDiag","body":{"configFileName":"/users/username/projects/project/tsconfig.json","diagnostics":[],"triggerFile":"/users/username/projects/project/file1.ts"}} +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request PolledWatches:: -/a/b/node_modules/@types: *new* +/users/username/projects/project/node_modules/@types: *new* + {"pollingInterval":500} +/users/username/projects/node_modules/@types: *new* {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: *new* +/users/username/projects/project/tsconfig.json: *new* {} /a/lib/lib.d.ts: *new* {} FsWatchesRecursive:: -/a/b: *new* +/users/username/projects/project: *new* {} -Info 22 [00:00:45.000] DirectoryWatcher:: Triggered with /a/b/file2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 23 [00:00:46.000] Scheduled: /a/b/tsconfig.json -Info 24 [00:00:47.000] Scheduled: *ensureProjectForOpenFiles* -Info 25 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/file2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/file2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/file2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory Before running Timeout callback:: count: 2 -1: /a/b/tsconfig.json +1: /users/username/projects/project/tsconfig.json 2: *ensureProjectForOpenFiles* -//// [/a/b/file2.ts] +//// [/users/username/projects/project/file2.ts] export var y = 10; -Info 26 [00:00:49.000] Running: /a/b/tsconfig.json -Info 27 [00:00:50.000] FileWatcher:: Added:: WatchInfo: /a/b/file2.ts 500 undefined WatchType: Closed Script info -Info 28 [00:00:51.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 29 [00:00:52.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 30 [00:00:53.000] Project '/a/b/tsconfig.json' (Configured) -Info 31 [00:00:54.000] Files (3) +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/file2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b/file1.ts SVC-1-0 "export var x = 10;" - /a/b/file2.ts Text-1 "export var y = 10;" + /users/username/projects/project/file1.ts SVC-1-0 "export var x = 10;" + /users/username/projects/project/file2.ts Text-1 "export var y = 10;" - ../lib/lib.d.ts + ../../../../a/lib/lib.d.ts Default library for target 'es5' file1.ts Matched by default include pattern '**/*' file2.ts Matched by default include pattern '**/*' -Info 32 [00:00:55.000] ----------------------------------------------- -Info 33 [00:00:56.000] Running: *ensureProjectForOpenFiles* -Info 34 [00:00:57.000] Before ensureProjectForOpenFiles: -Info 35 [00:00:58.000] Project '/a/b/tsconfig.json' (Configured) -Info 35 [00:00:59.000] Files (3) - -Info 35 [00:01:00.000] ----------------------------------------------- -Info 35 [00:01:01.000] Open files: -Info 35 [00:01:02.000] FileName: /a/b/file1.ts ProjectRootPath: undefined -Info 35 [00:01:03.000] Projects: /a/b/tsconfig.json -Info 35 [00:01:04.000] After ensureProjectForOpenFiles: -Info 36 [00:01:05.000] Project '/a/b/tsconfig.json' (Configured) -Info 36 [00:01:06.000] Files (3) - -Info 36 [00:01:07.000] ----------------------------------------------- -Info 36 [00:01:08.000] Open files: -Info 36 [00:01:09.000] FileName: /a/b/file1.ts ProjectRootPath: undefined -Info 36 [00:01:10.000] Projects: /a/b/tsconfig.json -Info 36 [00:01:11.000] event: - {"seq":0,"type":"event","event":"CustomHandler::projectsUpdatedInBackground","body":{"openFiles":["/a/b/file1.ts"]}} +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/file1.ts"]}} After running Timeout callback:: count: 0 PolledWatches:: -/a/b/node_modules/@types: +/users/username/projects/project/node_modules/@types: + {"pollingInterval":500} +/users/username/projects/node_modules/@types: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} /a/lib/lib.d.ts: {} -/a/b/file2.ts: *new* +/users/username/projects/project/file2.ts: *new* {} FsWatchesRecursive:: -/a/b: +/users/username/projects/project: {} -Info 37 [00:01:14.000] DirectoryWatcher:: Triggered with /a/b/file3.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 38 [00:01:15.000] Scheduled: /a/b/tsconfig.json -Info 39 [00:01:16.000] Scheduled: *ensureProjectForOpenFiles* -Info 40 [00:01:17.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/file3.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/file3.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/file3.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory Before running Timeout callback:: count: 2 -3: /a/b/tsconfig.json +3: /users/username/projects/project/tsconfig.json 4: *ensureProjectForOpenFiles* -//// [/a/b/file3.ts] +//// [/users/username/projects/project/file3.ts] export var z = 10; -Info 41 [00:01:18.000] Running: /a/b/tsconfig.json -Info 42 [00:01:19.000] FileWatcher:: Added:: WatchInfo: /a/b/file3.ts 500 undefined WatchType: Closed Script info -Info 43 [00:01:20.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 44 [00:01:21.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 3 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 45 [00:01:22.000] Project '/a/b/tsconfig.json' (Configured) -Info 46 [00:01:23.000] Files (4) +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/file3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 3 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b/file1.ts SVC-1-0 "export var x = 10;" - /a/b/file2.ts Text-1 "export var y = 10;" - /a/b/file3.ts Text-1 "export var z = 10;" + /users/username/projects/project/file1.ts SVC-1-0 "export var x = 10;" + /users/username/projects/project/file2.ts Text-1 "export var y = 10;" + /users/username/projects/project/file3.ts Text-1 "export var z = 10;" - ../lib/lib.d.ts + ../../../../a/lib/lib.d.ts Default library for target 'es5' file1.ts Matched by default include pattern '**/*' @@ -195,42 +201,44 @@ Info 46 [00:01:23.000] Files (4) file3.ts Matched by default include pattern '**/*' -Info 47 [00:01:24.000] ----------------------------------------------- -Info 48 [00:01:25.000] Running: *ensureProjectForOpenFiles* -Info 49 [00:01:26.000] Before ensureProjectForOpenFiles: -Info 50 [00:01:27.000] Project '/a/b/tsconfig.json' (Configured) -Info 50 [00:01:28.000] Files (4) - -Info 50 [00:01:29.000] ----------------------------------------------- -Info 50 [00:01:30.000] Open files: -Info 50 [00:01:31.000] FileName: /a/b/file1.ts ProjectRootPath: undefined -Info 50 [00:01:32.000] Projects: /a/b/tsconfig.json -Info 50 [00:01:33.000] After ensureProjectForOpenFiles: -Info 51 [00:01:34.000] Project '/a/b/tsconfig.json' (Configured) -Info 51 [00:01:35.000] Files (4) - -Info 51 [00:01:36.000] ----------------------------------------------- -Info 51 [00:01:37.000] Open files: -Info 51 [00:01:38.000] FileName: /a/b/file1.ts ProjectRootPath: undefined -Info 51 [00:01:39.000] Projects: /a/b/tsconfig.json -Info 51 [00:01:40.000] event: - {"seq":0,"type":"event","event":"CustomHandler::projectsUpdatedInBackground","body":{"openFiles":["/a/b/file1.ts"]}} +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/file1.ts"]}} After running Timeout callback:: count: 0 PolledWatches:: -/a/b/node_modules/@types: +/users/username/projects/project/node_modules/@types: + {"pollingInterval":500} +/users/username/projects/node_modules/@types: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} /a/lib/lib.d.ts: {} -/a/b/file2.ts: +/users/username/projects/project/file2.ts: {} -/a/b/file3.ts: *new* +/users/username/projects/project/file3.ts: *new* {} FsWatchesRecursive:: -/a/b: +/users/username/projects/project: {} diff --git a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/when-event-handler-is-set-in-the-session-and-when-both-options-are-not-set.js b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/when-event-handler-is-set-in-the-session-and-when-both-options-are-not-set.js index c1792af0dc3e7..03d3c80657b6e 100644 --- a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/when-event-handler-is-set-in-the-session-and-when-both-options-are-not-set.js +++ b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/when-event-handler-is-set-in-the-session-and-when-both-options-are-not-set.js @@ -1,10 +1,10 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:13.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request -//// [/a/a.ts] +//// [/users/username/projects/project/a.ts] export let x = 1 -//// [/a/tsconfig.json] +//// [/users/username/projects/project/tsconfig.json] {"compilerOptions":{}} //// [/a/lib/lib.d.ts] @@ -21,187 +21,192 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:14.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { - "file": "/a/a.ts" + "file": "/users/username/projects/project/a.ts" }, "seq": 1, "type": "request" } -Info 2 [00:00:15.000] Search path: /a -Info 3 [00:00:16.000] For info: /a/a.ts :: Config file name: /a/tsconfig.json -Info 4 [00:00:17.000] Creating configuration project /a/tsconfig.json -Info 5 [00:00:18.000] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 6 [00:00:19.000] event: - {"seq":0,"type":"event","event":"CustomHandler::projectLoadingStart","body":{"project":"/a/tsconfig.json","reason":"Creating possible configured project for /a/a.ts to open"}} -Info 7 [00:00:20.000] Config: /a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /users/username/projects/project +Info seq [hh:mm:ss:mss] For info: /users/username/projects/project/a.ts :: Config file name: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/tsconfig.json 2000 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::projectLoadingStart","body":{"project":"/users/username/projects/project/tsconfig.json","reason":"Creating possible configured project for /users/username/projects/project/a.ts to open"}} +Info seq [hh:mm:ss:mss] Config: /users/username/projects/project/tsconfig.json : { "rootNames": [ - "/a/a.ts", - "/a/lib/lib.d.ts" + "/users/username/projects/project/a.ts" ], "options": { - "configFilePath": "/a/tsconfig.json" + "configFilePath": "/users/username/projects/project/tsconfig.json" } } -Info 8 [00:00:21.000] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:22.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:23.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:24.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 12 [00:00:25.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 13 [00:00:26.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 14 [00:00:27.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:28.000] Project '/a/tsconfig.json' (Configured) -Info 16 [00:00:29.000] Files (2) - /a/a.ts SVC-1-0 "export let x = 1" +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" + /users/username/projects/project/a.ts SVC-1-0 "export let x = 1" + ../../../../a/lib/lib.d.ts + Default library for target 'es5' a.ts Matched by default include pattern '**/*' - lib/lib.d.ts - Matched by default include pattern '**/*' -Info 17 [00:00:30.000] ----------------------------------------------- -Info 18 [00:00:31.000] event: - {"seq":0,"type":"event","event":"CustomHandler::projectLoadingFinish","body":{"project":"/a/tsconfig.json"}} -Info 19 [00:00:32.000] event: - {"seq":0,"type":"event","event":"CustomHandler::projectInfo","body":{"projectId":"bcbb3eb9a7f46ab3b8f574ad3733f3e5a7ce50557c14c0c6192f1203aedcacca","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":16,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}} -Info 20 [00:00:33.000] event: - {"seq":0,"type":"event","event":"CustomHandler::configFileDiag","body":{"configFileName":"/a/tsconfig.json","diagnostics":[],"triggerFile":"/a/a.ts"}} -Info 21 [00:00:34.000] Project '/a/tsconfig.json' (Configured) -Info 21 [00:00:35.000] Files (2) - -Info 21 [00:00:36.000] ----------------------------------------------- -Info 21 [00:00:37.000] Open files: -Info 21 [00:00:38.000] FileName: /a/a.ts ProjectRootPath: undefined -Info 21 [00:00:39.000] Projects: /a/tsconfig.json -Info 21 [00:00:40.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::projectLoadingFinish","body":{"project":"/users/username/projects/project/tsconfig.json"}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::projectInfo","body":{"projectId":"5b0be5fc7f7235edf5a31bffe614b4e0819e55ec5f118558864b1f882e283c0d","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":16,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::configFileDiag","body":{"configFileName":"/users/username/projects/project/tsconfig.json","diagnostics":[],"triggerFile":"/users/username/projects/project/a.ts"}} +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request PolledWatches:: -/a/node_modules/@types: *new* +/users/username/projects/project/node_modules/@types: *new* + {"pollingInterval":500} +/users/username/projects/node_modules/@types: *new* {"pollingInterval":500} FsWatches:: -/a/tsconfig.json: *new* +/users/username/projects/project/tsconfig.json: *new* {} /a/lib/lib.d.ts: *new* {} FsWatchesRecursive:: -/a: *new* +/users/username/projects/project: *new* {} -Info 22 [00:00:43.000] DirectoryWatcher:: Triggered with /a/b.ts :: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 23 [00:00:44.000] Scheduled: /a/tsconfig.json -Info 24 [00:00:45.000] Scheduled: *ensureProjectForOpenFiles* -Info 25 [00:00:46.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b.ts :: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/b.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/b.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory Before running Timeout callback:: count: 2 -1: /a/tsconfig.json +1: /users/username/projects/project/tsconfig.json 2: *ensureProjectForOpenFiles* -//// [/a/b.ts] +//// [/users/username/projects/project/b.ts] export let y = 1 -Info 26 [00:00:47.000] Running: /a/tsconfig.json -Info 27 [00:00:48.000] FileWatcher:: Added:: WatchInfo: /a/b.ts 500 undefined WatchType: Closed Script info -Info 28 [00:00:49.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 29 [00:00:50.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 30 [00:00:51.000] Project '/a/tsconfig.json' (Configured) -Info 31 [00:00:52.000] Files (3) - /a/a.ts SVC-1-0 "export let x = 1" +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b.ts Text-1 "export let y = 1" + /users/username/projects/project/a.ts SVC-1-0 "export let x = 1" + /users/username/projects/project/b.ts Text-1 "export let y = 1" + ../../../../a/lib/lib.d.ts + Default library for target 'es5' a.ts Matched by default include pattern '**/*' - lib/lib.d.ts - Matched by default include pattern '**/*' b.ts Matched by default include pattern '**/*' -Info 32 [00:00:53.000] ----------------------------------------------- -Info 33 [00:00:54.000] Running: *ensureProjectForOpenFiles* -Info 34 [00:00:55.000] Before ensureProjectForOpenFiles: -Info 35 [00:00:56.000] Project '/a/tsconfig.json' (Configured) -Info 35 [00:00:57.000] Files (3) - -Info 35 [00:00:58.000] ----------------------------------------------- -Info 35 [00:00:59.000] Open files: -Info 35 [00:01:00.000] FileName: /a/a.ts ProjectRootPath: undefined -Info 35 [00:01:01.000] Projects: /a/tsconfig.json -Info 35 [00:01:02.000] After ensureProjectForOpenFiles: -Info 36 [00:01:03.000] Project '/a/tsconfig.json' (Configured) -Info 36 [00:01:04.000] Files (3) - -Info 36 [00:01:05.000] ----------------------------------------------- -Info 36 [00:01:06.000] Open files: -Info 36 [00:01:07.000] FileName: /a/a.ts ProjectRootPath: undefined -Info 36 [00:01:08.000] Projects: /a/tsconfig.json -Info 36 [00:01:09.000] event: - {"seq":0,"type":"event","event":"CustomHandler::projectsUpdatedInBackground","body":{"openFiles":["/a/a.ts"]}} +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/a.ts"]}} After running Timeout callback:: count: 0 PolledWatches:: -/a/node_modules/@types: +/users/username/projects/project/node_modules/@types: + {"pollingInterval":500} +/users/username/projects/node_modules/@types: {"pollingInterval":500} FsWatches:: -/a/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} /a/lib/lib.d.ts: {} -/a/b.ts: *new* +/users/username/projects/project/b.ts: *new* {} FsWatchesRecursive:: -/a: +/users/username/projects/project: {} -Info 37 [00:01:13.000] FileWatcher:: Triggered with /a/b.ts 1:: WatchInfo: /a/b.ts 500 undefined WatchType: Closed Script info -Info 38 [00:01:14.000] Scheduled: /a/tsconfig.json -Info 39 [00:01:15.000] Scheduled: *ensureProjectForOpenFiles* -Info 40 [00:01:16.000] Elapsed:: *ms FileWatcher:: Triggered with /a/b.ts 1:: WatchInfo: /a/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /users/username/projects/project/b.ts 1:: WatchInfo: /users/username/projects/project/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /users/username/projects/project/b.ts 1:: WatchInfo: /users/username/projects/project/b.ts 500 undefined WatchType: Closed Script info Before running Timeout callback:: count: 2 -3: /a/tsconfig.json +3: /users/username/projects/project/tsconfig.json 4: *ensureProjectForOpenFiles* -//// [/a/b.ts] +//// [/users/username/projects/project/b.ts] export let x = 11 -Info 41 [00:01:17.000] Running: /a/tsconfig.json -Info 42 [00:01:18.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 43 [00:01:19.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 44 [00:01:20.000] Project '/a/tsconfig.json' (Configured) -Info 45 [00:01:21.000] Files (3) - /a/a.ts SVC-1-0 "export let x = 1" +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b.ts Text-2 "export let x = 11" - -Info 46 [00:01:22.000] ----------------------------------------------- -Info 47 [00:01:23.000] Running: *ensureProjectForOpenFiles* -Info 48 [00:01:24.000] Before ensureProjectForOpenFiles: -Info 49 [00:01:25.000] Project '/a/tsconfig.json' (Configured) -Info 49 [00:01:26.000] Files (3) - -Info 49 [00:01:27.000] ----------------------------------------------- -Info 49 [00:01:28.000] Open files: -Info 49 [00:01:29.000] FileName: /a/a.ts ProjectRootPath: undefined -Info 49 [00:01:30.000] Projects: /a/tsconfig.json -Info 49 [00:01:31.000] After ensureProjectForOpenFiles: -Info 50 [00:01:32.000] Project '/a/tsconfig.json' (Configured) -Info 50 [00:01:33.000] Files (3) - -Info 50 [00:01:34.000] ----------------------------------------------- -Info 50 [00:01:35.000] Open files: -Info 50 [00:01:36.000] FileName: /a/a.ts ProjectRootPath: undefined -Info 50 [00:01:37.000] Projects: /a/tsconfig.json -Info 50 [00:01:38.000] event: - {"seq":0,"type":"event","event":"CustomHandler::projectsUpdatedInBackground","body":{"openFiles":["/a/a.ts"]}} + /users/username/projects/project/a.ts SVC-1-0 "export let x = 1" + /users/username/projects/project/b.ts Text-2 "export let x = 11" + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"CustomHandler::projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/a.ts"]}} After running Timeout callback:: count: 0 diff --git a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/with-noGetErrOnBackgroundUpdate-and-project-is-at-root-level.js b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/with-noGetErrOnBackgroundUpdate-and-project-is-at-root-level.js index daa439f937ca6..7077196f8f297 100644 --- a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/with-noGetErrOnBackgroundUpdate-and-project-is-at-root-level.js +++ b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/with-noGetErrOnBackgroundUpdate-and-project-is-at-root-level.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:19.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/b/project/file1.ts] import a from "file2" @@ -24,7 +24,7 @@ interface Array { length: number; [n: number]: T; } {"compilerOptions":{"typeRoots":[]}} -Info 1 [00:00:20.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -33,13 +33,13 @@ Info 1 [00:00:20.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:21.000] Search path: /a/b/project -Info 3 [00:00:22.000] For info: /a/b/project/file1.ts :: Config file name: /a/b/project/tsconfig.json -Info 4 [00:00:23.000] Creating configuration project /a/b/project/tsconfig.json -Info 5 [00:00:24.000] FileWatcher:: Added:: WatchInfo: /a/b/project/tsconfig.json 2000 undefined Project: /a/b/project/tsconfig.json WatchType: Config file -Info 6 [00:00:25.000] event: +Info seq [hh:mm:ss:mss] Search path: /a/b/project +Info seq [hh:mm:ss:mss] For info: /a/b/project/file1.ts :: Config file name: /a/b/project/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/b/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/project/tsconfig.json 2000 undefined Project: /a/b/project/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/a/b/project/tsconfig.json","reason":"Creating possible configured project for /a/b/project/file1.ts to open"}} -Info 7 [00:00:26.000] Config: /a/b/project/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /a/b/project/tsconfig.json : { "rootNames": [ "/a/b/project/file1.ts", "/a/b/project/file3.ts" @@ -49,16 +49,16 @@ Info 7 [00:00:26.000] Config: /a/b/project/tsconfig.json : { "configFilePath": "/a/b/project/tsconfig.json" } } -Info 8 [00:00:27.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/project 1 undefined Config: /a/b/project/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:28.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/project 1 undefined Config: /a/b/project/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:29.000] FileWatcher:: Added:: WatchInfo: /a/b/project/file3.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:30.000] Starting updateGraphWorker: Project: /a/b/project/tsconfig.json -Info 12 [00:00:31.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 13 [00:00:32.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/project/node_modules 1 undefined Project: /a/b/project/tsconfig.json WatchType: Failed Lookup Locations -Info 14 [00:00:33.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/project/node_modules 1 undefined Project: /a/b/project/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:34.000] Finishing updateGraphWorker: Project: /a/b/project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:00:35.000] Project '/a/b/project/tsconfig.json' (Configured) -Info 17 [00:00:36.000] Files (3) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/project 1 undefined Config: /a/b/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/project 1 undefined Config: /a/b/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/project/file3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/project/node_modules 1 undefined Project: /a/b/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/project/node_modules 1 undefined Project: /a/b/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/project/file1.ts SVC-1-0 "import a from \"file2\"" /a/b/project/file3.ts Text-1 "export class c { }" @@ -71,21 +71,21 @@ Info 17 [00:00:36.000] Files (3) file3.ts Matched by default include pattern '**/*' -Info 18 [00:00:37.000] ----------------------------------------------- -Info 19 [00:00:38.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/a/b/project/tsconfig.json"}} -Info 20 [00:00:39.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"1cf2001c133ce00fd258494c136bfa9707203d90270d151ea0f575d93d990f9d","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":2,"tsSize":39,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{"typeRoots":[]},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 21 [00:00:40.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/a/b/project/file1.ts","configFile":"/a/b/project/tsconfig.json","diagnostics":[]}} -Info 22 [00:00:41.000] Project '/a/b/project/tsconfig.json' (Configured) -Info 22 [00:00:42.000] Files (3) - -Info 22 [00:00:43.000] ----------------------------------------------- -Info 22 [00:00:44.000] Open files: -Info 22 [00:00:45.000] FileName: /a/b/project/file1.ts ProjectRootPath: undefined -Info 22 [00:00:46.000] Projects: /a/b/project/tsconfig.json -Info 22 [00:00:47.000] response: +Info seq [hh:mm:ss:mss] Project '/a/b/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/project/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/project/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -107,10 +107,10 @@ FsWatchesRecursive:: /a/b/project: *new* {} -Info 23 [00:00:51.000] FileWatcher:: Triggered with /a/b/project/file3.ts 1:: WatchInfo: /a/b/project/file3.ts 500 undefined WatchType: Closed Script info -Info 24 [00:00:52.000] Scheduled: /a/b/project/tsconfig.json -Info 25 [00:00:53.000] Scheduled: *ensureProjectForOpenFiles* -Info 26 [00:00:54.000] Elapsed:: *ms FileWatcher:: Triggered with /a/b/project/file3.ts 1:: WatchInfo: /a/b/project/file3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /a/b/project/file3.ts 1:: WatchInfo: /a/b/project/file3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /a/b/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /a/b/project/file3.ts 1:: WatchInfo: /a/b/project/file3.ts 500 undefined WatchType: Closed Script info Before running Timeout callback:: count: 2 1: /a/b/project/tsconfig.json 2: *ensureProjectForOpenFiles* @@ -118,35 +118,35 @@ Before running Timeout callback:: count: 2 export class c { }export class d {} -Info 27 [00:00:55.000] Running: /a/b/project/tsconfig.json -Info 28 [00:00:56.000] Starting updateGraphWorker: Project: /a/b/project/tsconfig.json -Info 29 [00:00:57.000] Finishing updateGraphWorker: Project: /a/b/project/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 30 [00:00:58.000] Project '/a/b/project/tsconfig.json' (Configured) -Info 31 [00:00:59.000] Files (3) +Info seq [hh:mm:ss:mss] Running: /a/b/project/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/project/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/project/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/project/file1.ts SVC-1-0 "import a from \"file2\"" /a/b/project/file3.ts Text-2 "export class c { }export class d {}" -Info 32 [00:01:00.000] ----------------------------------------------- -Info 33 [00:01:01.000] Running: *ensureProjectForOpenFiles* -Info 34 [00:01:02.000] Before ensureProjectForOpenFiles: -Info 35 [00:01:03.000] Project '/a/b/project/tsconfig.json' (Configured) -Info 35 [00:01:04.000] Files (3) - -Info 35 [00:01:05.000] ----------------------------------------------- -Info 35 [00:01:06.000] Open files: -Info 35 [00:01:07.000] FileName: /a/b/project/file1.ts ProjectRootPath: undefined -Info 35 [00:01:08.000] Projects: /a/b/project/tsconfig.json -Info 35 [00:01:09.000] After ensureProjectForOpenFiles: -Info 36 [00:01:10.000] Project '/a/b/project/tsconfig.json' (Configured) -Info 36 [00:01:11.000] Files (3) - -Info 36 [00:01:12.000] ----------------------------------------------- -Info 36 [00:01:13.000] Open files: -Info 36 [00:01:14.000] FileName: /a/b/project/file1.ts ProjectRootPath: undefined -Info 36 [00:01:15.000] Projects: /a/b/project/tsconfig.json -Info 36 [00:01:16.000] got projects updated in background, updating diagnostics for /a/b/project/file1.ts -Info 37 [00:01:17.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/a/b/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/project/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/a/b/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/project/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/project/tsconfig.json +Info seq [hh:mm:ss:mss] got projects updated in background, updating diagnostics for /a/b/project/file1.ts +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/a/b/project/file1.ts"]}} After running Timeout callback:: count: 0 diff --git a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/with-noGetErrOnBackgroundUpdate-and-project-is-not-at-root-level.js b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/with-noGetErrOnBackgroundUpdate-and-project-is-not-at-root-level.js index d6092c952dbdd..52b5289cb2d4e 100644 --- a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/with-noGetErrOnBackgroundUpdate-and-project-is-not-at-root-level.js +++ b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/with-noGetErrOnBackgroundUpdate-and-project-is-not-at-root-level.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:29.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/rootfolder/otherfolder/a/b/project/file1.ts] import a from "file2" @@ -24,7 +24,7 @@ interface Array { length: number; [n: number]: T; } {"compilerOptions":{"typeRoots":[]}} -Info 1 [00:00:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -33,13 +33,13 @@ Info 1 [00:00:30.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:31.000] Search path: /user/username/rootfolder/otherfolder/a/b/project -Info 3 [00:00:32.000] For info: /user/username/rootfolder/otherfolder/a/b/project/file1.ts :: Config file name: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json -Info 4 [00:00:33.000] Creating configuration project /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json -Info 5 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json 2000 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Config file -Info 6 [00:00:35.000] event: +Info seq [hh:mm:ss:mss] Search path: /user/username/rootfolder/otherfolder/a/b/project +Info seq [hh:mm:ss:mss] For info: /user/username/rootfolder/otherfolder/a/b/project/file1.ts :: Config file name: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json 2000 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/rootfolder/otherfolder/a/b/project/tsconfig.json","reason":"Creating possible configured project for /user/username/rootfolder/otherfolder/a/b/project/file1.ts to open"}} -Info 7 [00:00:36.000] Config: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json : { "rootNames": [ "/user/username/rootfolder/otherfolder/a/b/project/file1.ts", "/user/username/rootfolder/otherfolder/a/b/project/file3.ts" @@ -49,22 +49,24 @@ Info 7 [00:00:36.000] Config: /user/username/rootfolder/otherfolder/a/b/proje "configFilePath": "/user/username/rootfolder/otherfolder/a/b/project/tsconfig.json" } } -Info 8 [00:00:37.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/project 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:38.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/project 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:39.000] FileWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/project/file3.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:40.000] Starting updateGraphWorker: Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json -Info 12 [00:00:41.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 13 [00:00:42.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/project/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations -Info 14 [00:00:43.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/project/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:44.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:00:45.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations -Info 17 [00:00:46.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations -Info 18 [00:00:47.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations -Info 19 [00:00:48.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations -Info 20 [00:00:49.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations -Info 21 [00:00:50.000] Finishing updateGraphWorker: Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 22 [00:00:51.000] Project '/user/username/rootfolder/otherfolder/a/b/project/tsconfig.json' (Configured) -Info 23 [00:00:52.000] Files (3) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/project 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/project 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/project/file3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/project/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/project/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/rootfolder/otherfolder/a/b/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/rootfolder/otherfolder/a/b/project/file1.ts SVC-1-0 "import a from \"file2\"" /user/username/rootfolder/otherfolder/a/b/project/file3.ts Text-1 "export class c { }" @@ -77,21 +79,21 @@ Info 23 [00:00:52.000] Files (3) file3.ts Matched by default include pattern '**/*' -Info 24 [00:00:53.000] ----------------------------------------------- -Info 25 [00:00:54.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/rootfolder/otherfolder/a/b/project/tsconfig.json"}} -Info 26 [00:00:55.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"79b1a0103ed8006f174a1f979cf698219d4ec4ae3a48594da1085f7a1749553c","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":2,"tsSize":39,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{"typeRoots":[]},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 27 [00:00:56.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/rootfolder/otherfolder/a/b/project/file1.ts","configFile":"/user/username/rootfolder/otherfolder/a/b/project/tsconfig.json","diagnostics":[]}} -Info 28 [00:00:57.000] Project '/user/username/rootfolder/otherfolder/a/b/project/tsconfig.json' (Configured) -Info 28 [00:00:58.000] Files (3) - -Info 28 [00:00:59.000] ----------------------------------------------- -Info 28 [00:01:00.000] Open files: -Info 28 [00:01:01.000] FileName: /user/username/rootfolder/otherfolder/a/b/project/file1.ts ProjectRootPath: undefined -Info 28 [00:01:02.000] Projects: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json -Info 28 [00:01:03.000] response: +Info seq [hh:mm:ss:mss] Project '/user/username/rootfolder/otherfolder/a/b/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/rootfolder/otherfolder/a/b/project/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -106,6 +108,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/rootfolder/otherfolder/node_modules: *new* {"pollingInterval":500} +/user/username/rootfolder/node_modules: *new* + {"pollingInterval":500} FsWatches:: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json: *new* @@ -119,10 +123,10 @@ FsWatchesRecursive:: /user/username/rootfolder/otherfolder/a/b/project: *new* {} -Info 29 [00:01:07.000] FileWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/project/file3.ts 1:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/project/file3.ts 500 undefined WatchType: Closed Script info -Info 30 [00:01:08.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json -Info 31 [00:01:09.000] Scheduled: *ensureProjectForOpenFiles* -Info 32 [00:01:10.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/project/file3.ts 1:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/project/file3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/project/file3.ts 1:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/project/file3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/project/file3.ts 1:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/project/file3.ts 500 undefined WatchType: Closed Script info Before running Timeout callback:: count: 2 1: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json 2: *ensureProjectForOpenFiles* @@ -130,47 +134,47 @@ Before running Timeout callback:: count: 2 export class c { }export class d {} -Info 33 [00:01:11.000] Running: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json -Info 34 [00:01:12.000] Starting updateGraphWorker: Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json -Info 35 [00:01:13.000] Finishing updateGraphWorker: Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 36 [00:01:14.000] Project '/user/username/rootfolder/otherfolder/a/b/project/tsconfig.json' (Configured) -Info 37 [00:01:15.000] Files (3) +Info seq [hh:mm:ss:mss] Running: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/rootfolder/otherfolder/a/b/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/rootfolder/otherfolder/a/b/project/file1.ts SVC-1-0 "import a from \"file2\"" /user/username/rootfolder/otherfolder/a/b/project/file3.ts Text-2 "export class c { }export class d {}" -Info 38 [00:01:16.000] ----------------------------------------------- -Info 39 [00:01:17.000] Running: *ensureProjectForOpenFiles* -Info 40 [00:01:18.000] Before ensureProjectForOpenFiles: -Info 41 [00:01:19.000] Project '/user/username/rootfolder/otherfolder/a/b/project/tsconfig.json' (Configured) -Info 41 [00:01:20.000] Files (3) - -Info 41 [00:01:21.000] ----------------------------------------------- -Info 41 [00:01:22.000] Open files: -Info 41 [00:01:23.000] FileName: /user/username/rootfolder/otherfolder/a/b/project/file1.ts ProjectRootPath: undefined -Info 41 [00:01:24.000] Projects: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json -Info 41 [00:01:25.000] After ensureProjectForOpenFiles: -Info 42 [00:01:26.000] Project '/user/username/rootfolder/otherfolder/a/b/project/tsconfig.json' (Configured) -Info 42 [00:01:27.000] Files (3) - -Info 42 [00:01:28.000] ----------------------------------------------- -Info 42 [00:01:29.000] Open files: -Info 42 [00:01:30.000] FileName: /user/username/rootfolder/otherfolder/a/b/project/file1.ts ProjectRootPath: undefined -Info 42 [00:01:31.000] Projects: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json -Info 42 [00:01:32.000] got projects updated in background, updating diagnostics for /user/username/rootfolder/otherfolder/a/b/project/file1.ts -Info 43 [00:01:33.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/rootfolder/otherfolder/a/b/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/rootfolder/otherfolder/a/b/project/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/rootfolder/otherfolder/a/b/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/rootfolder/otherfolder/a/b/project/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json +Info seq [hh:mm:ss:mss] got projects updated in background, updating diagnostics for /user/username/rootfolder/otherfolder/a/b/project/file1.ts +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/user/username/rootfolder/otherfolder/a/b/project/file1.ts"]}} After running Timeout callback:: count: 0 -Info 44 [00:01:37.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations -Info 45 [00:01:38.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.jsonFailedLookupInvalidation -Info 46 [00:01:39.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations -Info 47 [00:01:40.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations -Info 48 [00:01:41.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 49 [00:01:42.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations -Info 50 [00:01:45.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/file2.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations -Info 51 [00:01:46.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 52 [00:01:47.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/file2.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/file2.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/file2.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations Before running Timeout callback:: count: 1 5: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.jsonFailedLookupInvalidation //// [/user/username/rootfolder/otherfolder/a/b/node_modules/file2.d.ts] @@ -184,6 +188,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/rootfolder/otherfolder/node_modules: {"pollingInterval":500} +/user/username/rootfolder/node_modules: + {"pollingInterval":500} PolledWatches *deleted*:: /user/username/rootfolder/otherfolder/a/b/node_modules: @@ -203,9 +209,9 @@ FsWatchesRecursive:: /user/username/rootfolder/otherfolder/a/b/node_modules: *new* {} -Info 53 [00:01:48.000] Running: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.jsonFailedLookupInvalidation -Info 54 [00:01:49.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json -Info 55 [00:01:50.000] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Running: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* After running Timeout callback:: count: 2 6: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json 7: *ensureProjectForOpenFiles* @@ -214,17 +220,19 @@ Before running Timeout callback:: count: 2 6: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json 7: *ensureProjectForOpenFiles* -Info 56 [00:01:51.000] Running: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json -Info 57 [00:01:52.000] Starting updateGraphWorker: Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json -Info 58 [00:01:53.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 59 [00:01:54.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 60 [00:01:55.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/rootfolder/otherfolder/a/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations -Info 61 [00:01:56.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/rootfolder/otherfolder/a/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations -Info 62 [00:01:57.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/rootfolder/otherfolder/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations -Info 63 [00:01:58.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/rootfolder/otherfolder/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations -Info 64 [00:01:59.000] Finishing updateGraphWorker: Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json Version: 3 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms -Info 65 [00:02:00.000] Project '/user/username/rootfolder/otherfolder/a/b/project/tsconfig.json' (Configured) -Info 66 [00:02:01.000] Files (4) +Info seq [hh:mm:ss:mss] Running: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/rootfolder/otherfolder/a/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/rootfolder/otherfolder/a/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/rootfolder/otherfolder/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/rootfolder/otherfolder/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/rootfolder/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/rootfolder/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json Version: 3 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/rootfolder/otherfolder/a/b/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/rootfolder/otherfolder/a/b/node_modules/file2.d.ts Text-1 "export class a { }" /user/username/rootfolder/otherfolder/a/b/project/file1.ts SVC-1-0 "import a from \"file2\"" @@ -240,26 +248,26 @@ Info 66 [00:02:01.000] Files (4) file3.ts Matched by default include pattern '**/*' -Info 67 [00:02:02.000] ----------------------------------------------- -Info 68 [00:02:03.000] Running: *ensureProjectForOpenFiles* -Info 69 [00:02:04.000] Before ensureProjectForOpenFiles: -Info 70 [00:02:05.000] Project '/user/username/rootfolder/otherfolder/a/b/project/tsconfig.json' (Configured) -Info 70 [00:02:06.000] Files (4) - -Info 70 [00:02:07.000] ----------------------------------------------- -Info 70 [00:02:08.000] Open files: -Info 70 [00:02:09.000] FileName: /user/username/rootfolder/otherfolder/a/b/project/file1.ts ProjectRootPath: undefined -Info 70 [00:02:10.000] Projects: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json -Info 70 [00:02:11.000] After ensureProjectForOpenFiles: -Info 71 [00:02:12.000] Project '/user/username/rootfolder/otherfolder/a/b/project/tsconfig.json' (Configured) -Info 71 [00:02:13.000] Files (4) - -Info 71 [00:02:14.000] ----------------------------------------------- -Info 71 [00:02:15.000] Open files: -Info 71 [00:02:16.000] FileName: /user/username/rootfolder/otherfolder/a/b/project/file1.ts ProjectRootPath: undefined -Info 71 [00:02:17.000] Projects: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json -Info 71 [00:02:18.000] got projects updated in background, updating diagnostics for /user/username/rootfolder/otherfolder/a/b/project/file1.ts -Info 72 [00:02:19.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/rootfolder/otherfolder/a/b/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/rootfolder/otherfolder/a/b/project/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/rootfolder/otherfolder/a/b/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/rootfolder/otherfolder/a/b/project/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json +Info seq [hh:mm:ss:mss] got projects updated in background, updating diagnostics for /user/username/rootfolder/otherfolder/a/b/project/file1.ts +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/user/username/rootfolder/otherfolder/a/b/project/file1.ts"]}} After running Timeout callback:: count: 0 @@ -272,6 +280,8 @@ PolledWatches *deleted*:: {"pollingInterval":500} /user/username/rootfolder/otherfolder/node_modules: {"pollingInterval":500} +/user/username/rootfolder/node_modules: + {"pollingInterval":500} FsWatches:: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json: diff --git a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/with-noGetErrOnBackgroundUpdate-and-should-always-return-the-file-itself-if---isolatedModules-is-specified.js b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/with-noGetErrOnBackgroundUpdate-and-should-always-return-the-file-itself-if---isolatedModules-is-specified.js index 29d1e57961327..f91a529545a6a 100644 --- a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/with-noGetErrOnBackgroundUpdate-and-should-always-return-the-file-itself-if---isolatedModules-is-specified.js +++ b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/with-noGetErrOnBackgroundUpdate-and-should-always-return-the-file-itself-if---isolatedModules-is-specified.js @@ -1,141 +1,145 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:11.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request -//// [/a/b/file1Consumer1.ts] +//// [/users/username/projects/project/file1Consumer1.ts] import {Foo} from "./moduleFile1"; export var y = 10; -//// [/a/b/tsconfig.json] +//// [/users/username/projects/project/tsconfig.json] {"compilerOptions":{"isolatedModules":true}} -Info 1 [00:00:12.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { - "file": "/a/b/file1Consumer1.ts" + "file": "/users/username/projects/project/file1Consumer1.ts" }, "seq": 1, "type": "request" } -Info 2 [00:00:13.000] Search path: /a/b -Info 3 [00:00:14.000] For info: /a/b/file1Consumer1.ts :: Config file name: /a/b/tsconfig.json -Info 4 [00:00:15.000] Creating configuration project /a/b/tsconfig.json -Info 5 [00:00:16.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 6 [00:00:17.000] event: - {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/a/b/tsconfig.json","reason":"Creating possible configured project for /a/b/file1Consumer1.ts to open"}} -Info 7 [00:00:18.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /users/username/projects/project +Info seq [hh:mm:ss:mss] For info: /users/username/projects/project/file1Consumer1.ts :: Config file name: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/tsconfig.json 2000 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/users/username/projects/project/tsconfig.json","reason":"Creating possible configured project for /users/username/projects/project/file1Consumer1.ts to open"}} +Info seq [hh:mm:ss:mss] Config: /users/username/projects/project/tsconfig.json : { "rootNames": [ - "/a/b/file1Consumer1.ts" + "/users/username/projects/project/file1Consumer1.ts" ], "options": { "isolatedModules": true, - "configFilePath": "/a/b/tsconfig.json" + "configFilePath": "/users/username/projects/project/tsconfig.json" } } -Info 8 [00:00:19.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:20.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:21.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 11 [00:00:22.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 12 [00:00:23.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 13 [00:00:24.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 14 [00:00:25.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:26.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 16 [00:00:27.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 17 [00:00:28.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 18 [00:00:29.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 19 [00:00:30.000] Project '/a/b/tsconfig.json' (Configured) -Info 20 [00:00:31.000] Files (1) - /a/b/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + /users/username/projects/project/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" file1Consumer1.ts Matched by default include pattern '**/*' -Info 21 [00:00:32.000] ----------------------------------------------- -Info 22 [00:00:33.000] event: - {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/a/b/tsconfig.json"}} -Info 23 [00:00:34.000] event: - {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"e10a1dc99ee63f16cb9b69bcee75540cdf41a1137371d3afbd4e7de507be5207","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":53,"tsx":0,"tsxSize":0,"dts":0,"dtsSize":0,"deferred":0,"deferredSize":0},"compilerOptions":{"isolatedModules":true},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 24 [00:00:35.000] event: - {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/a/b/file1Consumer1.ts","configFile":"/a/b/tsconfig.json","diagnostics":[{"text":"File '/a/lib/lib.d.ts' not found.\n The file is in the program because:\n Default library for target 'es5'","code":6053,"category":"error"},{"text":"Cannot find global type 'Array'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Boolean'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Function'.","code":2318,"category":"error"},{"text":"Cannot find global type 'IArguments'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Number'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Object'.","code":2318,"category":"error"},{"text":"Cannot find global type 'RegExp'.","code":2318,"category":"error"},{"text":"Cannot find global type 'String'.","code":2318,"category":"error"}]}} -Info 25 [00:00:36.000] Project '/a/b/tsconfig.json' (Configured) -Info 25 [00:00:37.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/users/username/projects/project/tsconfig.json"}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"5b0be5fc7f7235edf5a31bffe614b4e0819e55ec5f118558864b1f882e283c0d","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":53,"tsx":0,"tsxSize":0,"dts":0,"dtsSize":0,"deferred":0,"deferredSize":0},"compilerOptions":{"isolatedModules":true},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/users/username/projects/project/file1Consumer1.ts","configFile":"/users/username/projects/project/tsconfig.json","diagnostics":[{"text":"File '/a/lib/lib.d.ts' not found.\n The file is in the program because:\n Default library for target 'es5'","code":6053,"category":"error"},{"text":"Cannot find global type 'Array'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Boolean'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Function'.","code":2318,"category":"error"},{"text":"Cannot find global type 'IArguments'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Number'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Object'.","code":2318,"category":"error"},{"text":"Cannot find global type 'RegExp'.","code":2318,"category":"error"},{"text":"Cannot find global type 'String'.","code":2318,"category":"error"}]}} +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 25 [00:00:38.000] ----------------------------------------------- -Info 25 [00:00:39.000] Open files: -Info 25 [00:00:40.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 25 [00:00:41.000] Projects: /a/b/tsconfig.json -Info 25 [00:00:42.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request PolledWatches:: -/a/b/modulefile1: *new* +/users/username/projects/project/modulefile1: *new* {"pollingInterval":500} /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/b/node_modules/@types: *new* +/users/username/projects/project/node_modules/@types: *new* + {"pollingInterval":500} +/users/username/projects/node_modules/@types: *new* {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: *new* +/users/username/projects/project/tsconfig.json: *new* {} -/a/b: *new* +/users/username/projects/project: *new* {} FsWatchesRecursive:: -/a/b: *new* +/users/username/projects/project: *new* {} -Info 26 [00:00:46.000] DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 27 [00:00:47.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation -Info 28 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 29 [00:00:49.000] DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 30 [00:00:50.000] Scheduled: /a/b/tsconfig.json -Info 31 [00:00:51.000] Scheduled: *ensureProjectForOpenFiles* -Info 32 [00:00:52.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 33 [00:00:55.000] DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 34 [00:00:56.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 35 [00:00:57.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 36 [00:00:58.000] DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 37 [00:00:59.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 38 [00:01:00.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 39 [00:01:01.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 40 [00:01:04.000] DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 41 [00:01:05.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 42 [00:01:06.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 43 [00:01:07.000] DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 44 [00:01:08.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 45 [00:01:09.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 46 [00:01:10.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 47 [00:01:13.000] DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 48 [00:01:14.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 49 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 50 [00:01:16.000] DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 51 [00:01:17.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 52 [00:01:18.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 53 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 54 [00:01:24.000] FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 55 [00:01:25.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 56 [00:01:26.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 57 [00:01:27.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 58 [00:01:28.000] Elapsed:: *ms FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file Before running Timeout callback:: count: 3 -10: /a/b/tsconfig.jsonFailedLookupInvalidation -13: /a/b/tsconfig.json +10: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +13: /users/username/projects/project/tsconfig.json 14: *ensureProjectForOpenFiles* -//// [/a/b/moduleFile1.ts] +//// [/users/username/projects/project/moduleFile1.ts] export function Foo() { }; -//// [/a/b/file1Consumer2.ts] +//// [/users/username/projects/project/file1Consumer2.ts] import {Foo} from "./moduleFile1"; let z = 10; -//// [/a/b/moduleFile2.ts] +//// [/users/username/projects/project/moduleFile2.ts] export var Foo4 = 10; -//// [/a/b/globalFile3.ts] +//// [/users/username/projects/project/globalFile3.ts] interface GlobalFoo { age: number } //// [/a/lib/lib.d.ts] @@ -153,9 +157,11 @@ interface Array { length: number; [n: number]: T; } PolledWatches:: -/a/b/modulefile1: +/users/username/projects/project/modulefile1: + {"pollingInterval":500} +/users/username/projects/project/node_modules/@types: {"pollingInterval":500} -/a/b/node_modules/@types: +/users/username/projects/node_modules/@types: {"pollingInterval":500} PolledWatches *deleted*:: @@ -163,52 +169,52 @@ PolledWatches *deleted*:: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} -/a/b: +/users/username/projects/project: {} FsWatchesRecursive:: -/a/b: +/users/username/projects/project: {} -Info 59 [00:01:30.000] Running: /a/b/tsconfig.jsonFailedLookupInvalidation -Info 60 [00:01:31.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 61 [00:01:32.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one After running Timeout callback:: count: 2 -15: /a/b/tsconfig.json +15: /users/username/projects/project/tsconfig.json 16: *ensureProjectForOpenFiles* Before running Timeout callback:: count: 2 -15: /a/b/tsconfig.json +15: /users/username/projects/project/tsconfig.json 16: *ensureProjectForOpenFiles* -//// [/a/b/moduleFile1.ts] +//// [/users/username/projects/project/moduleFile1.ts] export var T: number;export function Foo() { }; -Info 62 [00:01:36.000] Running: /a/b/tsconfig.json -Info 63 [00:01:37.000] FileWatcher:: Added:: WatchInfo: /a/b/file1Consumer2.ts 500 undefined WatchType: Closed Script info -Info 64 [00:01:38.000] FileWatcher:: Added:: WatchInfo: /a/b/globalFile3.ts 500 undefined WatchType: Closed Script info -Info 65 [00:01:39.000] FileWatcher:: Added:: WatchInfo: /a/b/moduleFile1.ts 500 undefined WatchType: Closed Script info -Info 66 [00:01:40.000] FileWatcher:: Added:: WatchInfo: /a/b/moduleFile2.ts 500 undefined WatchType: Closed Script info -Info 67 [00:01:41.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 68 [00:01:42.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 69 [00:01:43.000] DirectoryWatcher:: Close:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 70 [00:01:44.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 71 [00:01:45.000] DirectoryWatcher:: Close:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 72 [00:01:46.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 73 [00:01:47.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 74 [00:01:48.000] Project '/a/b/tsconfig.json' (Configured) -Info 75 [00:01:49.000] Files (6) +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/file1Consumer2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/globalFile3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b/moduleFile1.ts Text-1 "export var T: number;export function Foo() { };" - /a/b/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" - /a/b/file1Consumer2.ts Text-1 "import {Foo} from \"./moduleFile1\"; let z = 10;" - /a/b/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" - /a/b/moduleFile2.ts Text-1 "export var Foo4 = 10;" + /users/username/projects/project/moduleFile1.ts Text-1 "export var T: number;export function Foo() { };" + /users/username/projects/project/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" + /users/username/projects/project/file1Consumer2.ts Text-1 "import {Foo} from \"./moduleFile1\"; let z = 10;" + /users/username/projects/project/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" + /users/username/projects/project/moduleFile2.ts Text-1 "export var Foo4 = 10;" - ../lib/lib.d.ts + ../../../../a/lib/lib.d.ts Default library for target 'es5' moduleFile1.ts Imported via "./moduleFile1" from file 'file1Consumer1.ts' @@ -223,55 +229,57 @@ Info 75 [00:01:49.000] Files (6) moduleFile2.ts Matched by default include pattern '**/*' -Info 76 [00:01:50.000] ----------------------------------------------- -Info 77 [00:01:51.000] Running: *ensureProjectForOpenFiles* -Info 78 [00:01:52.000] Before ensureProjectForOpenFiles: -Info 79 [00:01:53.000] Project '/a/b/tsconfig.json' (Configured) -Info 79 [00:01:54.000] Files (6) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) -Info 79 [00:01:55.000] ----------------------------------------------- -Info 79 [00:01:56.000] Open files: -Info 79 [00:01:57.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 79 [00:01:58.000] Projects: /a/b/tsconfig.json -Info 79 [00:01:59.000] After ensureProjectForOpenFiles: -Info 80 [00:02:00.000] Project '/a/b/tsconfig.json' (Configured) -Info 80 [00:02:01.000] Files (6) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) -Info 80 [00:02:02.000] ----------------------------------------------- -Info 80 [00:02:03.000] Open files: -Info 80 [00:02:04.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 80 [00:02:05.000] Projects: /a/b/tsconfig.json -Info 80 [00:02:06.000] got projects updated in background, updating diagnostics for /a/b/file1Consumer1.ts -Info 81 [00:02:07.000] event: - {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/a/b/file1Consumer1.ts"]}} +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] got projects updated in background, updating diagnostics for /users/username/projects/project/file1Consumer1.ts +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/file1Consumer1.ts"]}} After running Timeout callback:: count: 0 PolledWatches:: -/a/b/node_modules/@types: +/users/username/projects/project/node_modules/@types: + {"pollingInterval":500} +/users/username/projects/node_modules/@types: {"pollingInterval":500} PolledWatches *deleted*:: -/a/b/modulefile1: +/users/username/projects/project/modulefile1: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} -/a/b/file1consumer2.ts: *new* +/users/username/projects/project/file1consumer2.ts: *new* {} -/a/b/globalfile3.ts: *new* +/users/username/projects/project/globalfile3.ts: *new* {} -/a/b/modulefile1.ts: *new* +/users/username/projects/project/modulefile1.ts: *new* {} -/a/b/modulefile2.ts: *new* +/users/username/projects/project/modulefile2.ts: *new* {} /a/lib/lib.d.ts: *new* {} FsWatches *deleted*:: -/a/b: +/users/username/projects/project: {} FsWatchesRecursive:: -/a/b: +/users/username/projects/project: {} diff --git a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/with-noGetErrOnBackgroundUpdate-and-should-always-return-the-file-itself-if---out-or---outFile-is-specified.js b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/with-noGetErrOnBackgroundUpdate-and-should-always-return-the-file-itself-if---out-or---outFile-is-specified.js index 0a1366364ef50..43ad680a9b98c 100644 --- a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/with-noGetErrOnBackgroundUpdate-and-should-always-return-the-file-itself-if---out-or---outFile-is-specified.js +++ b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/with-noGetErrOnBackgroundUpdate-and-should-always-return-the-file-itself-if---out-or---outFile-is-specified.js @@ -1,70 +1,72 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:11.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request -//// [/a/b/file1Consumer1.ts] +//// [/users/username/projects/project/file1Consumer1.ts] import {Foo} from "./moduleFile1"; export var y = 10; -//// [/a/b/tsconfig.json] -{"compilerOptions":{"module":"system","outFile":"/a/b/out.js"}} +//// [/users/username/projects/project/tsconfig.json] +{"compilerOptions":{"module":"system","outFile":"/users/username/projects/project/out.js"}} -Info 1 [00:00:12.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { - "file": "/a/b/file1Consumer1.ts" + "file": "/users/username/projects/project/file1Consumer1.ts" }, "seq": 1, "type": "request" } -Info 2 [00:00:13.000] Search path: /a/b -Info 3 [00:00:14.000] For info: /a/b/file1Consumer1.ts :: Config file name: /a/b/tsconfig.json -Info 4 [00:00:15.000] Creating configuration project /a/b/tsconfig.json -Info 5 [00:00:16.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 6 [00:00:17.000] event: - {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/a/b/tsconfig.json","reason":"Creating possible configured project for /a/b/file1Consumer1.ts to open"}} -Info 7 [00:00:18.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /users/username/projects/project +Info seq [hh:mm:ss:mss] For info: /users/username/projects/project/file1Consumer1.ts :: Config file name: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/tsconfig.json 2000 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/users/username/projects/project/tsconfig.json","reason":"Creating possible configured project for /users/username/projects/project/file1Consumer1.ts to open"}} +Info seq [hh:mm:ss:mss] Config: /users/username/projects/project/tsconfig.json : { "rootNames": [ - "/a/b/file1Consumer1.ts" + "/users/username/projects/project/file1Consumer1.ts" ], "options": { "module": 4, - "outFile": "/a/b/out.js", - "configFilePath": "/a/b/tsconfig.json" + "outFile": "/users/username/projects/project/out.js", + "configFilePath": "/users/username/projects/project/tsconfig.json" } } -Info 8 [00:00:19.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:20.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:21.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 11 [00:00:22.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 12 [00:00:23.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 13 [00:00:24.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 14 [00:00:25.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 15 [00:00:26.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 16 [00:00:27.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 17 [00:00:28.000] Project '/a/b/tsconfig.json' (Configured) -Info 18 [00:00:29.000] Files (1) - /a/b/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + /users/username/projects/project/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" file1Consumer1.ts Matched by default include pattern '**/*' -Info 19 [00:00:30.000] ----------------------------------------------- -Info 20 [00:00:31.000] event: - {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/a/b/tsconfig.json"}} -Info 21 [00:00:32.000] event: - {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"e10a1dc99ee63f16cb9b69bcee75540cdf41a1137371d3afbd4e7de507be5207","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":53,"tsx":0,"tsxSize":0,"dts":0,"dtsSize":0,"deferred":0,"deferredSize":0},"compilerOptions":{"module":"system","outFile":""},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 22 [00:00:33.000] event: - {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/a/b/file1Consumer1.ts","configFile":"/a/b/tsconfig.json","diagnostics":[{"text":"File '/a/lib/lib.d.ts' not found.\n The file is in the program because:\n Default library for target 'es5'","code":6053,"category":"error"},{"text":"Cannot find global type 'Array'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Boolean'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Function'.","code":2318,"category":"error"},{"text":"Cannot find global type 'IArguments'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Number'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Object'.","code":2318,"category":"error"},{"text":"Cannot find global type 'RegExp'.","code":2318,"category":"error"},{"text":"Cannot find global type 'String'.","code":2318,"category":"error"}]}} -Info 23 [00:00:34.000] Project '/a/b/tsconfig.json' (Configured) -Info 23 [00:00:35.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/users/username/projects/project/tsconfig.json"}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"5b0be5fc7f7235edf5a31bffe614b4e0819e55ec5f118558864b1f882e283c0d","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":53,"tsx":0,"tsxSize":0,"dts":0,"dtsSize":0,"deferred":0,"deferredSize":0},"compilerOptions":{"module":"system","outFile":""},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/users/username/projects/project/file1Consumer1.ts","configFile":"/users/username/projects/project/tsconfig.json","diagnostics":[{"text":"File '/a/lib/lib.d.ts' not found.\n The file is in the program because:\n Default library for target 'es5'","code":6053,"category":"error"},{"text":"Cannot find global type 'Array'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Boolean'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Function'.","code":2318,"category":"error"},{"text":"Cannot find global type 'IArguments'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Number'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Object'.","code":2318,"category":"error"},{"text":"Cannot find global type 'RegExp'.","code":2318,"category":"error"},{"text":"Cannot find global type 'String'.","code":2318,"category":"error"}]}} +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 23 [00:00:36.000] ----------------------------------------------- -Info 23 [00:00:37.000] Open files: -Info 23 [00:00:38.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 23 [00:00:39.000] Projects: /a/b/tsconfig.json -Info 23 [00:00:40.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -73,66 +75,68 @@ After request PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/b/node_modules/@types: *new* +/users/username/projects/project/node_modules/@types: *new* + {"pollingInterval":500} +/users/username/projects/node_modules/@types: *new* {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: *new* +/users/username/projects/project/tsconfig.json: *new* {} -/a/b: *new* +/users/username/projects/project: *new* {} FsWatchesRecursive:: -/a/b: *new* +/users/username/projects/project: *new* {} -Info 24 [00:00:44.000] DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 25 [00:00:45.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation -Info 26 [00:00:46.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 27 [00:00:47.000] DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 28 [00:00:48.000] Scheduled: /a/b/tsconfig.json -Info 29 [00:00:49.000] Scheduled: *ensureProjectForOpenFiles* -Info 30 [00:00:50.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 31 [00:00:53.000] DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 32 [00:00:54.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 33 [00:00:55.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 34 [00:00:56.000] DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 35 [00:00:57.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 36 [00:00:58.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 37 [00:00:59.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 38 [00:01:02.000] DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 39 [00:01:03.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 40 [00:01:04.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 41 [00:01:05.000] DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 42 [00:01:06.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 43 [00:01:07.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 44 [00:01:08.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 45 [00:01:11.000] DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 46 [00:01:12.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 47 [00:01:13.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 48 [00:01:14.000] DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 49 [00:01:15.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 50 [00:01:16.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 51 [00:01:17.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 52 [00:01:22.000] FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 53 [00:01:23.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 54 [00:01:24.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 55 [00:01:25.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 56 [00:01:26.000] Elapsed:: *ms FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file Before running Timeout callback:: count: 3 -10: /a/b/tsconfig.jsonFailedLookupInvalidation -13: /a/b/tsconfig.json +10: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +13: /users/username/projects/project/tsconfig.json 14: *ensureProjectForOpenFiles* -//// [/a/b/moduleFile1.ts] +//// [/users/username/projects/project/moduleFile1.ts] export function Foo() { }; -//// [/a/b/file1Consumer2.ts] +//// [/users/username/projects/project/file1Consumer2.ts] import {Foo} from "./moduleFile1"; let z = 10; -//// [/a/b/moduleFile2.ts] +//// [/users/username/projects/project/moduleFile2.ts] export var Foo4 = 10; -//// [/a/b/globalFile3.ts] +//// [/users/username/projects/project/globalFile3.ts] interface GlobalFoo { age: number } //// [/a/lib/lib.d.ts] @@ -150,7 +154,9 @@ interface Array { length: number; [n: number]: T; } PolledWatches:: -/a/b/node_modules/@types: +/users/username/projects/project/node_modules/@types: + {"pollingInterval":500} +/users/username/projects/node_modules/@types: {"pollingInterval":500} PolledWatches *deleted*:: @@ -158,50 +164,50 @@ PolledWatches *deleted*:: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} -/a/b: +/users/username/projects/project: {} FsWatchesRecursive:: -/a/b: +/users/username/projects/project: {} -Info 57 [00:01:28.000] Running: /a/b/tsconfig.jsonFailedLookupInvalidation -Info 58 [00:01:29.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 59 [00:01:30.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one After running Timeout callback:: count: 2 -15: /a/b/tsconfig.json +15: /users/username/projects/project/tsconfig.json 16: *ensureProjectForOpenFiles* Before running Timeout callback:: count: 2 -15: /a/b/tsconfig.json +15: /users/username/projects/project/tsconfig.json 16: *ensureProjectForOpenFiles* -//// [/a/b/moduleFile1.ts] +//// [/users/username/projects/project/moduleFile1.ts] export var T: number;export function Foo() { }; -Info 60 [00:01:34.000] Running: /a/b/tsconfig.json -Info 61 [00:01:35.000] FileWatcher:: Added:: WatchInfo: /a/b/file1Consumer2.ts 500 undefined WatchType: Closed Script info -Info 62 [00:01:36.000] FileWatcher:: Added:: WatchInfo: /a/b/globalFile3.ts 500 undefined WatchType: Closed Script info -Info 63 [00:01:37.000] FileWatcher:: Added:: WatchInfo: /a/b/moduleFile1.ts 500 undefined WatchType: Closed Script info -Info 64 [00:01:38.000] FileWatcher:: Added:: WatchInfo: /a/b/moduleFile2.ts 500 undefined WatchType: Closed Script info -Info 65 [00:01:39.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 66 [00:01:40.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 67 [00:01:41.000] DirectoryWatcher:: Close:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 68 [00:01:42.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 69 [00:01:43.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 70 [00:01:44.000] Project '/a/b/tsconfig.json' (Configured) -Info 71 [00:01:45.000] Files (6) +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/file1Consumer2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/globalFile3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b/moduleFile1.ts Text-1 "export var T: number;export function Foo() { };" - /a/b/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" - /a/b/file1Consumer2.ts Text-1 "import {Foo} from \"./moduleFile1\"; let z = 10;" - /a/b/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" - /a/b/moduleFile2.ts Text-1 "export var Foo4 = 10;" + /users/username/projects/project/moduleFile1.ts Text-1 "export var T: number;export function Foo() { };" + /users/username/projects/project/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" + /users/username/projects/project/file1Consumer2.ts Text-1 "import {Foo} from \"./moduleFile1\"; let z = 10;" + /users/username/projects/project/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" + /users/username/projects/project/moduleFile2.ts Text-1 "export var Foo4 = 10;" - ../lib/lib.d.ts + ../../../../a/lib/lib.d.ts Default library for target 'es5' moduleFile1.ts Imported via "./moduleFile1" from file 'file1Consumer1.ts' @@ -216,51 +222,53 @@ Info 71 [00:01:45.000] Files (6) moduleFile2.ts Matched by default include pattern '**/*' -Info 72 [00:01:46.000] ----------------------------------------------- -Info 73 [00:01:47.000] Running: *ensureProjectForOpenFiles* -Info 74 [00:01:48.000] Before ensureProjectForOpenFiles: -Info 75 [00:01:49.000] Project '/a/b/tsconfig.json' (Configured) -Info 75 [00:01:50.000] Files (6) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) -Info 75 [00:01:51.000] ----------------------------------------------- -Info 75 [00:01:52.000] Open files: -Info 75 [00:01:53.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 75 [00:01:54.000] Projects: /a/b/tsconfig.json -Info 75 [00:01:55.000] After ensureProjectForOpenFiles: -Info 76 [00:01:56.000] Project '/a/b/tsconfig.json' (Configured) -Info 76 [00:01:57.000] Files (6) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) -Info 76 [00:01:58.000] ----------------------------------------------- -Info 76 [00:01:59.000] Open files: -Info 76 [00:02:00.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 76 [00:02:01.000] Projects: /a/b/tsconfig.json -Info 76 [00:02:02.000] got projects updated in background, updating diagnostics for /a/b/file1Consumer1.ts -Info 77 [00:02:03.000] event: - {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/a/b/file1Consumer1.ts"]}} +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] got projects updated in background, updating diagnostics for /users/username/projects/project/file1Consumer1.ts +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/file1Consumer1.ts"]}} After running Timeout callback:: count: 0 PolledWatches:: -/a/b/node_modules/@types: +/users/username/projects/project/node_modules/@types: + {"pollingInterval":500} +/users/username/projects/node_modules/@types: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} -/a/b/file1consumer2.ts: *new* +/users/username/projects/project/file1consumer2.ts: *new* {} -/a/b/globalfile3.ts: *new* +/users/username/projects/project/globalfile3.ts: *new* {} -/a/b/modulefile1.ts: *new* +/users/username/projects/project/modulefile1.ts: *new* {} -/a/b/modulefile2.ts: *new* +/users/username/projects/project/modulefile2.ts: *new* {} /a/lib/lib.d.ts: *new* {} FsWatches *deleted*:: -/a/b: +/users/username/projects/project: {} FsWatchesRecursive:: -/a/b: +/users/username/projects/project: {} diff --git a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/with-noGetErrOnBackgroundUpdate-and-should-be-up-to-date-with-deleted-files.js b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/with-noGetErrOnBackgroundUpdate-and-should-be-up-to-date-with-deleted-files.js index b60057690b2b6..090cdcfda379b 100644 --- a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/with-noGetErrOnBackgroundUpdate-and-should-be-up-to-date-with-deleted-files.js +++ b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/with-noGetErrOnBackgroundUpdate-and-should-be-up-to-date-with-deleted-files.js @@ -1,140 +1,144 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:11.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request -//// [/a/b/file1Consumer1.ts] +//// [/users/username/projects/project/file1Consumer1.ts] import {Foo} from "./moduleFile1"; export var y = 10; -//// [/a/b/tsconfig.json] +//// [/users/username/projects/project/tsconfig.json] {} -Info 1 [00:00:12.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { - "file": "/a/b/file1Consumer1.ts" + "file": "/users/username/projects/project/file1Consumer1.ts" }, "seq": 1, "type": "request" } -Info 2 [00:00:13.000] Search path: /a/b -Info 3 [00:00:14.000] For info: /a/b/file1Consumer1.ts :: Config file name: /a/b/tsconfig.json -Info 4 [00:00:15.000] Creating configuration project /a/b/tsconfig.json -Info 5 [00:00:16.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 6 [00:00:17.000] event: - {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/a/b/tsconfig.json","reason":"Creating possible configured project for /a/b/file1Consumer1.ts to open"}} -Info 7 [00:00:18.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /users/username/projects/project +Info seq [hh:mm:ss:mss] For info: /users/username/projects/project/file1Consumer1.ts :: Config file name: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/tsconfig.json 2000 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/users/username/projects/project/tsconfig.json","reason":"Creating possible configured project for /users/username/projects/project/file1Consumer1.ts to open"}} +Info seq [hh:mm:ss:mss] Config: /users/username/projects/project/tsconfig.json : { "rootNames": [ - "/a/b/file1Consumer1.ts" + "/users/username/projects/project/file1Consumer1.ts" ], "options": { - "configFilePath": "/a/b/tsconfig.json" + "configFilePath": "/users/username/projects/project/tsconfig.json" } } -Info 8 [00:00:19.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:20.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:21.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 11 [00:00:22.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 12 [00:00:23.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 13 [00:00:24.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 14 [00:00:25.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:26.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 16 [00:00:27.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 17 [00:00:28.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 18 [00:00:29.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 19 [00:00:30.000] Project '/a/b/tsconfig.json' (Configured) -Info 20 [00:00:31.000] Files (1) - /a/b/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + /users/username/projects/project/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" file1Consumer1.ts Matched by default include pattern '**/*' -Info 21 [00:00:32.000] ----------------------------------------------- -Info 22 [00:00:33.000] event: - {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/a/b/tsconfig.json"}} -Info 23 [00:00:34.000] event: - {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"e10a1dc99ee63f16cb9b69bcee75540cdf41a1137371d3afbd4e7de507be5207","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":53,"tsx":0,"tsxSize":0,"dts":0,"dtsSize":0,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 24 [00:00:35.000] event: - {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/a/b/file1Consumer1.ts","configFile":"/a/b/tsconfig.json","diagnostics":[{"text":"File '/a/lib/lib.d.ts' not found.\n The file is in the program because:\n Default library for target 'es5'","code":6053,"category":"error"},{"text":"Cannot find global type 'Array'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Boolean'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Function'.","code":2318,"category":"error"},{"text":"Cannot find global type 'IArguments'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Number'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Object'.","code":2318,"category":"error"},{"text":"Cannot find global type 'RegExp'.","code":2318,"category":"error"},{"text":"Cannot find global type 'String'.","code":2318,"category":"error"}]}} -Info 25 [00:00:36.000] Project '/a/b/tsconfig.json' (Configured) -Info 25 [00:00:37.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/users/username/projects/project/tsconfig.json"}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"5b0be5fc7f7235edf5a31bffe614b4e0819e55ec5f118558864b1f882e283c0d","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":53,"tsx":0,"tsxSize":0,"dts":0,"dtsSize":0,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/users/username/projects/project/file1Consumer1.ts","configFile":"/users/username/projects/project/tsconfig.json","diagnostics":[{"text":"File '/a/lib/lib.d.ts' not found.\n The file is in the program because:\n Default library for target 'es5'","code":6053,"category":"error"},{"text":"Cannot find global type 'Array'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Boolean'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Function'.","code":2318,"category":"error"},{"text":"Cannot find global type 'IArguments'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Number'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Object'.","code":2318,"category":"error"},{"text":"Cannot find global type 'RegExp'.","code":2318,"category":"error"},{"text":"Cannot find global type 'String'.","code":2318,"category":"error"}]}} +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 25 [00:00:38.000] ----------------------------------------------- -Info 25 [00:00:39.000] Open files: -Info 25 [00:00:40.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 25 [00:00:41.000] Projects: /a/b/tsconfig.json -Info 25 [00:00:42.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request PolledWatches:: -/a/b/modulefile1: *new* +/users/username/projects/project/modulefile1: *new* {"pollingInterval":500} /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/b/node_modules/@types: *new* +/users/username/projects/project/node_modules/@types: *new* + {"pollingInterval":500} +/users/username/projects/node_modules/@types: *new* {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: *new* +/users/username/projects/project/tsconfig.json: *new* {} -/a/b: *new* +/users/username/projects/project: *new* {} FsWatchesRecursive:: -/a/b: *new* +/users/username/projects/project: *new* {} -Info 26 [00:00:46.000] DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 27 [00:00:47.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation -Info 28 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 29 [00:00:49.000] DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 30 [00:00:50.000] Scheduled: /a/b/tsconfig.json -Info 31 [00:00:51.000] Scheduled: *ensureProjectForOpenFiles* -Info 32 [00:00:52.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 33 [00:00:55.000] DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 34 [00:00:56.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 35 [00:00:57.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 36 [00:00:58.000] DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 37 [00:00:59.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 38 [00:01:00.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 39 [00:01:01.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 40 [00:01:04.000] DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 41 [00:01:05.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 42 [00:01:06.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 43 [00:01:07.000] DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 44 [00:01:08.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 45 [00:01:09.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 46 [00:01:10.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 47 [00:01:13.000] DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 48 [00:01:14.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 49 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 50 [00:01:16.000] DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 51 [00:01:17.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 52 [00:01:18.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 53 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 54 [00:01:24.000] FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 55 [00:01:25.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 56 [00:01:26.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 57 [00:01:27.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 58 [00:01:28.000] Elapsed:: *ms FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file Before running Timeout callback:: count: 3 -10: /a/b/tsconfig.jsonFailedLookupInvalidation -13: /a/b/tsconfig.json +10: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +13: /users/username/projects/project/tsconfig.json 14: *ensureProjectForOpenFiles* -//// [/a/b/moduleFile1.ts] +//// [/users/username/projects/project/moduleFile1.ts] export function Foo() { }; -//// [/a/b/file1Consumer2.ts] +//// [/users/username/projects/project/file1Consumer2.ts] import {Foo} from "./moduleFile1"; let z = 10; -//// [/a/b/moduleFile2.ts] +//// [/users/username/projects/project/moduleFile2.ts] export var Foo4 = 10; -//// [/a/b/globalFile3.ts] +//// [/users/username/projects/project/globalFile3.ts] interface GlobalFoo { age: number } //// [/a/lib/lib.d.ts] @@ -152,9 +156,11 @@ interface Array { length: number; [n: number]: T; } PolledWatches:: -/a/b/modulefile1: +/users/username/projects/project/modulefile1: + {"pollingInterval":500} +/users/username/projects/project/node_modules/@types: {"pollingInterval":500} -/a/b/node_modules/@types: +/users/username/projects/node_modules/@types: {"pollingInterval":500} PolledWatches *deleted*:: @@ -162,60 +168,60 @@ PolledWatches *deleted*:: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} -/a/b: +/users/username/projects/project: {} FsWatchesRecursive:: -/a/b: +/users/username/projects/project: {} -Info 59 [00:01:30.000] Running: /a/b/tsconfig.jsonFailedLookupInvalidation -Info 60 [00:01:31.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 61 [00:01:32.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one After running Timeout callback:: count: 2 -15: /a/b/tsconfig.json +15: /users/username/projects/project/tsconfig.json 16: *ensureProjectForOpenFiles* -Info 62 [00:01:37.000] DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 63 [00:01:38.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation -Info 64 [00:01:39.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 65 [00:01:40.000] DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 66 [00:01:41.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 67 [00:01:42.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 68 [00:01:43.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory Before running Timeout callback:: count: 3 -17: /a/b/tsconfig.jsonFailedLookupInvalidation -18: /a/b/tsconfig.json +17: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +18: /users/username/projects/project/tsconfig.json 19: *ensureProjectForOpenFiles* -//// [/a/b/moduleFile1.ts] +//// [/users/username/projects/project/moduleFile1.ts] export var T: number;export function Foo() { }; -//// [/a/b/file1Consumer2.ts] deleted +//// [/users/username/projects/project/file1Consumer2.ts] deleted -Info 69 [00:01:44.000] Running: /a/b/tsconfig.jsonFailedLookupInvalidation -Info 70 [00:01:45.000] Running: /a/b/tsconfig.json -Info 71 [00:01:46.000] FileWatcher:: Added:: WatchInfo: /a/b/globalFile3.ts 500 undefined WatchType: Closed Script info -Info 72 [00:01:47.000] FileWatcher:: Added:: WatchInfo: /a/b/moduleFile1.ts 500 undefined WatchType: Closed Script info -Info 73 [00:01:48.000] FileWatcher:: Added:: WatchInfo: /a/b/moduleFile2.ts 500 undefined WatchType: Closed Script info -Info 74 [00:01:49.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 75 [00:01:50.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 76 [00:01:51.000] DirectoryWatcher:: Close:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 77 [00:01:52.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 78 [00:01:53.000] DirectoryWatcher:: Close:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 79 [00:01:54.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 80 [00:01:55.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 81 [00:01:56.000] Project '/a/b/tsconfig.json' (Configured) -Info 82 [00:01:57.000] Files (5) +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/globalFile3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b/moduleFile1.ts Text-1 "export var T: number;export function Foo() { };" - /a/b/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" - /a/b/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" - /a/b/moduleFile2.ts Text-1 "export var Foo4 = 10;" + /users/username/projects/project/moduleFile1.ts Text-1 "export var T: number;export function Foo() { };" + /users/username/projects/project/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" + /users/username/projects/project/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" + /users/username/projects/project/moduleFile2.ts Text-1 "export var Foo4 = 10;" - ../lib/lib.d.ts + ../../../../a/lib/lib.d.ts Default library for target 'es5' moduleFile1.ts Imported via "./moduleFile1" from file 'file1Consumer1.ts' @@ -227,53 +233,55 @@ Info 82 [00:01:57.000] Files (5) moduleFile2.ts Matched by default include pattern '**/*' -Info 83 [00:01:58.000] ----------------------------------------------- -Info 84 [00:01:59.000] Running: *ensureProjectForOpenFiles* -Info 85 [00:02:00.000] Before ensureProjectForOpenFiles: -Info 86 [00:02:01.000] Project '/a/b/tsconfig.json' (Configured) -Info 86 [00:02:02.000] Files (5) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) -Info 86 [00:02:03.000] ----------------------------------------------- -Info 86 [00:02:04.000] Open files: -Info 86 [00:02:05.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 86 [00:02:06.000] Projects: /a/b/tsconfig.json -Info 86 [00:02:07.000] After ensureProjectForOpenFiles: -Info 87 [00:02:08.000] Project '/a/b/tsconfig.json' (Configured) -Info 87 [00:02:09.000] Files (5) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) -Info 87 [00:02:10.000] ----------------------------------------------- -Info 87 [00:02:11.000] Open files: -Info 87 [00:02:12.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 87 [00:02:13.000] Projects: /a/b/tsconfig.json -Info 87 [00:02:14.000] got projects updated in background, updating diagnostics for /a/b/file1Consumer1.ts -Info 88 [00:02:15.000] event: - {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/a/b/file1Consumer1.ts"]}} +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] got projects updated in background, updating diagnostics for /users/username/projects/project/file1Consumer1.ts +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/file1Consumer1.ts"]}} After running Timeout callback:: count: 0 PolledWatches:: -/a/b/node_modules/@types: +/users/username/projects/project/node_modules/@types: + {"pollingInterval":500} +/users/username/projects/node_modules/@types: {"pollingInterval":500} PolledWatches *deleted*:: -/a/b/modulefile1: +/users/username/projects/project/modulefile1: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} -/a/b/globalfile3.ts: *new* +/users/username/projects/project/globalfile3.ts: *new* {} -/a/b/modulefile1.ts: *new* +/users/username/projects/project/modulefile1.ts: *new* {} -/a/b/modulefile2.ts: *new* +/users/username/projects/project/modulefile2.ts: *new* {} /a/lib/lib.d.ts: *new* {} FsWatches *deleted*:: -/a/b: +/users/username/projects/project: {} FsWatchesRecursive:: -/a/b: +/users/username/projects/project: {} diff --git a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/with-noGetErrOnBackgroundUpdate-and-should-be-up-to-date-with-newly-created-files.js b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/with-noGetErrOnBackgroundUpdate-and-should-be-up-to-date-with-newly-created-files.js index 0d010a8136beb..a26e39907735e 100644 --- a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/with-noGetErrOnBackgroundUpdate-and-should-be-up-to-date-with-newly-created-files.js +++ b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/with-noGetErrOnBackgroundUpdate-and-should-be-up-to-date-with-newly-created-files.js @@ -1,140 +1,144 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:11.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request -//// [/a/b/file1Consumer1.ts] +//// [/users/username/projects/project/file1Consumer1.ts] import {Foo} from "./moduleFile1"; export var y = 10; -//// [/a/b/tsconfig.json] +//// [/users/username/projects/project/tsconfig.json] {} -Info 1 [00:00:12.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { - "file": "/a/b/file1Consumer1.ts" + "file": "/users/username/projects/project/file1Consumer1.ts" }, "seq": 1, "type": "request" } -Info 2 [00:00:13.000] Search path: /a/b -Info 3 [00:00:14.000] For info: /a/b/file1Consumer1.ts :: Config file name: /a/b/tsconfig.json -Info 4 [00:00:15.000] Creating configuration project /a/b/tsconfig.json -Info 5 [00:00:16.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 6 [00:00:17.000] event: - {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/a/b/tsconfig.json","reason":"Creating possible configured project for /a/b/file1Consumer1.ts to open"}} -Info 7 [00:00:18.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /users/username/projects/project +Info seq [hh:mm:ss:mss] For info: /users/username/projects/project/file1Consumer1.ts :: Config file name: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/tsconfig.json 2000 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/users/username/projects/project/tsconfig.json","reason":"Creating possible configured project for /users/username/projects/project/file1Consumer1.ts to open"}} +Info seq [hh:mm:ss:mss] Config: /users/username/projects/project/tsconfig.json : { "rootNames": [ - "/a/b/file1Consumer1.ts" + "/users/username/projects/project/file1Consumer1.ts" ], "options": { - "configFilePath": "/a/b/tsconfig.json" + "configFilePath": "/users/username/projects/project/tsconfig.json" } } -Info 8 [00:00:19.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:20.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:21.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 11 [00:00:22.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 12 [00:00:23.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 13 [00:00:24.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 14 [00:00:25.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:26.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 16 [00:00:27.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 17 [00:00:28.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 18 [00:00:29.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 19 [00:00:30.000] Project '/a/b/tsconfig.json' (Configured) -Info 20 [00:00:31.000] Files (1) - /a/b/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + /users/username/projects/project/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" file1Consumer1.ts Matched by default include pattern '**/*' -Info 21 [00:00:32.000] ----------------------------------------------- -Info 22 [00:00:33.000] event: - {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/a/b/tsconfig.json"}} -Info 23 [00:00:34.000] event: - {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"e10a1dc99ee63f16cb9b69bcee75540cdf41a1137371d3afbd4e7de507be5207","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":53,"tsx":0,"tsxSize":0,"dts":0,"dtsSize":0,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 24 [00:00:35.000] event: - {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/a/b/file1Consumer1.ts","configFile":"/a/b/tsconfig.json","diagnostics":[{"text":"File '/a/lib/lib.d.ts' not found.\n The file is in the program because:\n Default library for target 'es5'","code":6053,"category":"error"},{"text":"Cannot find global type 'Array'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Boolean'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Function'.","code":2318,"category":"error"},{"text":"Cannot find global type 'IArguments'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Number'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Object'.","code":2318,"category":"error"},{"text":"Cannot find global type 'RegExp'.","code":2318,"category":"error"},{"text":"Cannot find global type 'String'.","code":2318,"category":"error"}]}} -Info 25 [00:00:36.000] Project '/a/b/tsconfig.json' (Configured) -Info 25 [00:00:37.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/users/username/projects/project/tsconfig.json"}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"5b0be5fc7f7235edf5a31bffe614b4e0819e55ec5f118558864b1f882e283c0d","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":53,"tsx":0,"tsxSize":0,"dts":0,"dtsSize":0,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/users/username/projects/project/file1Consumer1.ts","configFile":"/users/username/projects/project/tsconfig.json","diagnostics":[{"text":"File '/a/lib/lib.d.ts' not found.\n The file is in the program because:\n Default library for target 'es5'","code":6053,"category":"error"},{"text":"Cannot find global type 'Array'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Boolean'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Function'.","code":2318,"category":"error"},{"text":"Cannot find global type 'IArguments'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Number'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Object'.","code":2318,"category":"error"},{"text":"Cannot find global type 'RegExp'.","code":2318,"category":"error"},{"text":"Cannot find global type 'String'.","code":2318,"category":"error"}]}} +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 25 [00:00:38.000] ----------------------------------------------- -Info 25 [00:00:39.000] Open files: -Info 25 [00:00:40.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 25 [00:00:41.000] Projects: /a/b/tsconfig.json -Info 25 [00:00:42.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request PolledWatches:: -/a/b/modulefile1: *new* +/users/username/projects/project/modulefile1: *new* {"pollingInterval":500} /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/b/node_modules/@types: *new* +/users/username/projects/project/node_modules/@types: *new* + {"pollingInterval":500} +/users/username/projects/node_modules/@types: *new* {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: *new* +/users/username/projects/project/tsconfig.json: *new* {} -/a/b: *new* +/users/username/projects/project: *new* {} FsWatchesRecursive:: -/a/b: *new* +/users/username/projects/project: *new* {} -Info 26 [00:00:46.000] DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 27 [00:00:47.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation -Info 28 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 29 [00:00:49.000] DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 30 [00:00:50.000] Scheduled: /a/b/tsconfig.json -Info 31 [00:00:51.000] Scheduled: *ensureProjectForOpenFiles* -Info 32 [00:00:52.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 33 [00:00:55.000] DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 34 [00:00:56.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 35 [00:00:57.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 36 [00:00:58.000] DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 37 [00:00:59.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 38 [00:01:00.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 39 [00:01:01.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 40 [00:01:04.000] DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 41 [00:01:05.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 42 [00:01:06.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 43 [00:01:07.000] DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 44 [00:01:08.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 45 [00:01:09.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 46 [00:01:10.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 47 [00:01:13.000] DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 48 [00:01:14.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 49 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 50 [00:01:16.000] DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 51 [00:01:17.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 52 [00:01:18.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 53 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 54 [00:01:24.000] FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 55 [00:01:25.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 56 [00:01:26.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 57 [00:01:27.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 58 [00:01:28.000] Elapsed:: *ms FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file Before running Timeout callback:: count: 3 -10: /a/b/tsconfig.jsonFailedLookupInvalidation -13: /a/b/tsconfig.json +10: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +13: /users/username/projects/project/tsconfig.json 14: *ensureProjectForOpenFiles* -//// [/a/b/moduleFile1.ts] +//// [/users/username/projects/project/moduleFile1.ts] export function Foo() { }; -//// [/a/b/file1Consumer2.ts] +//// [/users/username/projects/project/file1Consumer2.ts] import {Foo} from "./moduleFile1"; let z = 10; -//// [/a/b/moduleFile2.ts] +//// [/users/username/projects/project/moduleFile2.ts] export var Foo4 = 10; -//// [/a/b/globalFile3.ts] +//// [/users/username/projects/project/globalFile3.ts] interface GlobalFoo { age: number } //// [/a/lib/lib.d.ts] @@ -152,9 +156,11 @@ interface Array { length: number; [n: number]: T; } PolledWatches:: -/a/b/modulefile1: +/users/username/projects/project/modulefile1: + {"pollingInterval":500} +/users/username/projects/project/node_modules/@types: {"pollingInterval":500} -/a/b/node_modules/@types: +/users/username/projects/node_modules/@types: {"pollingInterval":500} PolledWatches *deleted*:: @@ -162,66 +168,66 @@ PolledWatches *deleted*:: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} -/a/b: +/users/username/projects/project: {} FsWatchesRecursive:: -/a/b: +/users/username/projects/project: {} -Info 59 [00:01:30.000] Running: /a/b/tsconfig.jsonFailedLookupInvalidation -Info 60 [00:01:31.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 61 [00:01:32.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one After running Timeout callback:: count: 2 -15: /a/b/tsconfig.json +15: /users/username/projects/project/tsconfig.json 16: *ensureProjectForOpenFiles* -Info 62 [00:01:38.000] DirectoryWatcher:: Triggered with /a/b/file1Consumer3.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 63 [00:01:39.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation -Info 64 [00:01:40.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/file1Consumer3.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 65 [00:01:41.000] DirectoryWatcher:: Triggered with /a/b/file1Consumer3.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 66 [00:01:42.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 67 [00:01:43.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 68 [00:01:44.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/file1Consumer3.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer3.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer3.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer3.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer3.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory Before running Timeout callback:: count: 3 -17: /a/b/tsconfig.jsonFailedLookupInvalidation -18: /a/b/tsconfig.json +17: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +18: /users/username/projects/project/tsconfig.json 19: *ensureProjectForOpenFiles* -//// [/a/b/moduleFile1.ts] +//// [/users/username/projects/project/moduleFile1.ts] export var T: number;export function Foo() { }; -//// [/a/b/file1Consumer3.ts] +//// [/users/username/projects/project/file1Consumer3.ts] import {Foo} from "./moduleFile1"; let y = Foo(); -Info 69 [00:01:45.000] Running: /a/b/tsconfig.jsonFailedLookupInvalidation -Info 70 [00:01:46.000] Running: /a/b/tsconfig.json -Info 71 [00:01:47.000] FileWatcher:: Added:: WatchInfo: /a/b/file1Consumer2.ts 500 undefined WatchType: Closed Script info -Info 72 [00:01:48.000] FileWatcher:: Added:: WatchInfo: /a/b/file1Consumer3.ts 500 undefined WatchType: Closed Script info -Info 73 [00:01:49.000] FileWatcher:: Added:: WatchInfo: /a/b/globalFile3.ts 500 undefined WatchType: Closed Script info -Info 74 [00:01:50.000] FileWatcher:: Added:: WatchInfo: /a/b/moduleFile1.ts 500 undefined WatchType: Closed Script info -Info 75 [00:01:51.000] FileWatcher:: Added:: WatchInfo: /a/b/moduleFile2.ts 500 undefined WatchType: Closed Script info -Info 76 [00:01:52.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 77 [00:01:53.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 78 [00:01:54.000] DirectoryWatcher:: Close:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 79 [00:01:55.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 80 [00:01:56.000] DirectoryWatcher:: Close:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 81 [00:01:57.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 82 [00:01:58.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 83 [00:01:59.000] Project '/a/b/tsconfig.json' (Configured) -Info 84 [00:02:00.000] Files (7) +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/file1Consumer2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/file1Consumer3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/globalFile3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (7) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b/moduleFile1.ts Text-1 "export var T: number;export function Foo() { };" - /a/b/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" - /a/b/file1Consumer2.ts Text-1 "import {Foo} from \"./moduleFile1\"; let z = 10;" - /a/b/file1Consumer3.ts Text-1 "import {Foo} from \"./moduleFile1\"; let y = Foo();" - /a/b/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" - /a/b/moduleFile2.ts Text-1 "export var Foo4 = 10;" + /users/username/projects/project/moduleFile1.ts Text-1 "export var T: number;export function Foo() { };" + /users/username/projects/project/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" + /users/username/projects/project/file1Consumer2.ts Text-1 "import {Foo} from \"./moduleFile1\"; let z = 10;" + /users/username/projects/project/file1Consumer3.ts Text-1 "import {Foo} from \"./moduleFile1\"; let y = Foo();" + /users/username/projects/project/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" + /users/username/projects/project/moduleFile2.ts Text-1 "export var Foo4 = 10;" - ../lib/lib.d.ts + ../../../../a/lib/lib.d.ts Default library for target 'es5' moduleFile1.ts Imported via "./moduleFile1" from file 'file1Consumer1.ts' @@ -239,57 +245,59 @@ Info 84 [00:02:00.000] Files (7) moduleFile2.ts Matched by default include pattern '**/*' -Info 85 [00:02:01.000] ----------------------------------------------- -Info 86 [00:02:02.000] Running: *ensureProjectForOpenFiles* -Info 87 [00:02:03.000] Before ensureProjectForOpenFiles: -Info 88 [00:02:04.000] Project '/a/b/tsconfig.json' (Configured) -Info 88 [00:02:05.000] Files (7) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (7) -Info 88 [00:02:06.000] ----------------------------------------------- -Info 88 [00:02:07.000] Open files: -Info 88 [00:02:08.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 88 [00:02:09.000] Projects: /a/b/tsconfig.json -Info 88 [00:02:10.000] After ensureProjectForOpenFiles: -Info 89 [00:02:11.000] Project '/a/b/tsconfig.json' (Configured) -Info 89 [00:02:12.000] Files (7) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (7) -Info 89 [00:02:13.000] ----------------------------------------------- -Info 89 [00:02:14.000] Open files: -Info 89 [00:02:15.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 89 [00:02:16.000] Projects: /a/b/tsconfig.json -Info 89 [00:02:17.000] got projects updated in background, updating diagnostics for /a/b/file1Consumer1.ts -Info 90 [00:02:18.000] event: - {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/a/b/file1Consumer1.ts"]}} +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] got projects updated in background, updating diagnostics for /users/username/projects/project/file1Consumer1.ts +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/file1Consumer1.ts"]}} After running Timeout callback:: count: 0 PolledWatches:: -/a/b/node_modules/@types: +/users/username/projects/project/node_modules/@types: + {"pollingInterval":500} +/users/username/projects/node_modules/@types: {"pollingInterval":500} PolledWatches *deleted*:: -/a/b/modulefile1: +/users/username/projects/project/modulefile1: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} -/a/b/file1consumer2.ts: *new* +/users/username/projects/project/file1consumer2.ts: *new* {} -/a/b/file1consumer3.ts: *new* +/users/username/projects/project/file1consumer3.ts: *new* {} -/a/b/globalfile3.ts: *new* +/users/username/projects/project/globalfile3.ts: *new* {} -/a/b/modulefile1.ts: *new* +/users/username/projects/project/modulefile1.ts: *new* {} -/a/b/modulefile2.ts: *new* +/users/username/projects/project/modulefile2.ts: *new* {} /a/lib/lib.d.ts: *new* {} FsWatches *deleted*:: -/a/b: +/users/username/projects/project: {} FsWatchesRecursive:: -/a/b: +/users/username/projects/project: {} diff --git a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/with-noGetErrOnBackgroundUpdate-and-should-be-up-to-date-with-the-reference-map-changes.js b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/with-noGetErrOnBackgroundUpdate-and-should-be-up-to-date-with-the-reference-map-changes.js index a235d55b811be..c6aba305bf92d 100644 --- a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/with-noGetErrOnBackgroundUpdate-and-should-be-up-to-date-with-the-reference-map-changes.js +++ b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/with-noGetErrOnBackgroundUpdate-and-should-be-up-to-date-with-the-reference-map-changes.js @@ -1,140 +1,144 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:11.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request -//// [/a/b/file1Consumer1.ts] +//// [/users/username/projects/project/file1Consumer1.ts] import {Foo} from "./moduleFile1"; export var y = 10; -//// [/a/b/tsconfig.json] +//// [/users/username/projects/project/tsconfig.json] {} -Info 1 [00:00:12.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { - "file": "/a/b/file1Consumer1.ts" + "file": "/users/username/projects/project/file1Consumer1.ts" }, "seq": 1, "type": "request" } -Info 2 [00:00:13.000] Search path: /a/b -Info 3 [00:00:14.000] For info: /a/b/file1Consumer1.ts :: Config file name: /a/b/tsconfig.json -Info 4 [00:00:15.000] Creating configuration project /a/b/tsconfig.json -Info 5 [00:00:16.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 6 [00:00:17.000] event: - {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/a/b/tsconfig.json","reason":"Creating possible configured project for /a/b/file1Consumer1.ts to open"}} -Info 7 [00:00:18.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /users/username/projects/project +Info seq [hh:mm:ss:mss] For info: /users/username/projects/project/file1Consumer1.ts :: Config file name: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/tsconfig.json 2000 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/users/username/projects/project/tsconfig.json","reason":"Creating possible configured project for /users/username/projects/project/file1Consumer1.ts to open"}} +Info seq [hh:mm:ss:mss] Config: /users/username/projects/project/tsconfig.json : { "rootNames": [ - "/a/b/file1Consumer1.ts" + "/users/username/projects/project/file1Consumer1.ts" ], "options": { - "configFilePath": "/a/b/tsconfig.json" + "configFilePath": "/users/username/projects/project/tsconfig.json" } } -Info 8 [00:00:19.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:20.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:21.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 11 [00:00:22.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 12 [00:00:23.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 13 [00:00:24.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 14 [00:00:25.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:26.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 16 [00:00:27.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 17 [00:00:28.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 18 [00:00:29.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 19 [00:00:30.000] Project '/a/b/tsconfig.json' (Configured) -Info 20 [00:00:31.000] Files (1) - /a/b/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + /users/username/projects/project/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" file1Consumer1.ts Matched by default include pattern '**/*' -Info 21 [00:00:32.000] ----------------------------------------------- -Info 22 [00:00:33.000] event: - {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/a/b/tsconfig.json"}} -Info 23 [00:00:34.000] event: - {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"e10a1dc99ee63f16cb9b69bcee75540cdf41a1137371d3afbd4e7de507be5207","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":53,"tsx":0,"tsxSize":0,"dts":0,"dtsSize":0,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 24 [00:00:35.000] event: - {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/a/b/file1Consumer1.ts","configFile":"/a/b/tsconfig.json","diagnostics":[{"text":"File '/a/lib/lib.d.ts' not found.\n The file is in the program because:\n Default library for target 'es5'","code":6053,"category":"error"},{"text":"Cannot find global type 'Array'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Boolean'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Function'.","code":2318,"category":"error"},{"text":"Cannot find global type 'IArguments'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Number'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Object'.","code":2318,"category":"error"},{"text":"Cannot find global type 'RegExp'.","code":2318,"category":"error"},{"text":"Cannot find global type 'String'.","code":2318,"category":"error"}]}} -Info 25 [00:00:36.000] Project '/a/b/tsconfig.json' (Configured) -Info 25 [00:00:37.000] Files (1) - -Info 25 [00:00:38.000] ----------------------------------------------- -Info 25 [00:00:39.000] Open files: -Info 25 [00:00:40.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 25 [00:00:41.000] Projects: /a/b/tsconfig.json -Info 25 [00:00:42.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/users/username/projects/project/tsconfig.json"}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"5b0be5fc7f7235edf5a31bffe614b4e0819e55ec5f118558864b1f882e283c0d","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":53,"tsx":0,"tsxSize":0,"dts":0,"dtsSize":0,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/users/username/projects/project/file1Consumer1.ts","configFile":"/users/username/projects/project/tsconfig.json","diagnostics":[{"text":"File '/a/lib/lib.d.ts' not found.\n The file is in the program because:\n Default library for target 'es5'","code":6053,"category":"error"},{"text":"Cannot find global type 'Array'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Boolean'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Function'.","code":2318,"category":"error"},{"text":"Cannot find global type 'IArguments'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Number'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Object'.","code":2318,"category":"error"},{"text":"Cannot find global type 'RegExp'.","code":2318,"category":"error"},{"text":"Cannot find global type 'String'.","code":2318,"category":"error"}]}} +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request PolledWatches:: -/a/b/modulefile1: *new* +/users/username/projects/project/modulefile1: *new* {"pollingInterval":500} /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/b/node_modules/@types: *new* +/users/username/projects/project/node_modules/@types: *new* + {"pollingInterval":500} +/users/username/projects/node_modules/@types: *new* {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: *new* +/users/username/projects/project/tsconfig.json: *new* {} -/a/b: *new* +/users/username/projects/project: *new* {} FsWatchesRecursive:: -/a/b: *new* +/users/username/projects/project: *new* {} -Info 26 [00:00:46.000] DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 27 [00:00:47.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation -Info 28 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 29 [00:00:49.000] DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 30 [00:00:50.000] Scheduled: /a/b/tsconfig.json -Info 31 [00:00:51.000] Scheduled: *ensureProjectForOpenFiles* -Info 32 [00:00:52.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 33 [00:00:55.000] DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 34 [00:00:56.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 35 [00:00:57.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 36 [00:00:58.000] DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 37 [00:00:59.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 38 [00:01:00.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 39 [00:01:01.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 40 [00:01:04.000] DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 41 [00:01:05.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 42 [00:01:06.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 43 [00:01:07.000] DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 44 [00:01:08.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 45 [00:01:09.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 46 [00:01:10.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 47 [00:01:13.000] DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 48 [00:01:14.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 49 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 50 [00:01:16.000] DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 51 [00:01:17.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 52 [00:01:18.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 53 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 54 [00:01:24.000] FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 55 [00:01:25.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 56 [00:01:26.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 57 [00:01:27.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 58 [00:01:28.000] Elapsed:: *ms FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file Before running Timeout callback:: count: 3 -10: /a/b/tsconfig.jsonFailedLookupInvalidation -13: /a/b/tsconfig.json +10: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +13: /users/username/projects/project/tsconfig.json 14: *ensureProjectForOpenFiles* -//// [/a/b/moduleFile1.ts] +//// [/users/username/projects/project/moduleFile1.ts] export function Foo() { }; -//// [/a/b/file1Consumer2.ts] +//// [/users/username/projects/project/file1Consumer2.ts] import {Foo} from "./moduleFile1"; let z = 10; -//// [/a/b/moduleFile2.ts] +//// [/users/username/projects/project/moduleFile2.ts] export var Foo4 = 10; -//// [/a/b/globalFile3.ts] +//// [/users/username/projects/project/globalFile3.ts] interface GlobalFoo { age: number } //// [/a/lib/lib.d.ts] @@ -152,9 +156,11 @@ interface Array { length: number; [n: number]: T; } PolledWatches:: -/a/b/modulefile1: +/users/username/projects/project/modulefile1: + {"pollingInterval":500} +/users/username/projects/project/node_modules/@types: {"pollingInterval":500} -/a/b/node_modules/@types: +/users/username/projects/node_modules/@types: {"pollingInterval":500} PolledWatches *deleted*:: @@ -162,29 +168,29 @@ PolledWatches *deleted*:: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} -/a/b: +/users/username/projects/project: {} FsWatchesRecursive:: -/a/b: +/users/username/projects/project: {} -Info 59 [00:01:30.000] Running: /a/b/tsconfig.jsonFailedLookupInvalidation -Info 60 [00:01:31.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 61 [00:01:32.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one After running Timeout callback:: count: 2 -15: /a/b/tsconfig.json +15: /users/username/projects/project/tsconfig.json 16: *ensureProjectForOpenFiles* Before request -Info 62 [00:01:33.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { - "file": "/a/b/file1Consumer1.ts", + "file": "/users/username/projects/project/file1Consumer1.ts", "insertString": "export let y = Foo();", "endLine": 1, "endOffset": 53, @@ -194,35 +200,35 @@ Info 62 [00:01:33.000] request: "seq": 2, "type": "request" } -Info 63 [00:01:34.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request Before running Timeout callback:: count: 2 -15: /a/b/tsconfig.json +15: /users/username/projects/project/tsconfig.json 16: *ensureProjectForOpenFiles* -Info 64 [00:01:35.000] Running: /a/b/tsconfig.json -Info 65 [00:01:36.000] FileWatcher:: Added:: WatchInfo: /a/b/file1Consumer2.ts 500 undefined WatchType: Closed Script info -Info 66 [00:01:37.000] FileWatcher:: Added:: WatchInfo: /a/b/globalFile3.ts 500 undefined WatchType: Closed Script info -Info 67 [00:01:38.000] FileWatcher:: Added:: WatchInfo: /a/b/moduleFile1.ts 500 undefined WatchType: Closed Script info -Info 68 [00:01:39.000] FileWatcher:: Added:: WatchInfo: /a/b/moduleFile2.ts 500 undefined WatchType: Closed Script info -Info 69 [00:01:40.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 70 [00:01:41.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 71 [00:01:42.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 72 [00:01:43.000] Project '/a/b/tsconfig.json' (Configured) -Info 73 [00:01:44.000] Files (6) +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/file1Consumer2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/globalFile3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b/file1Consumer1.ts SVC-1-1 "export let y = Foo();;" - /a/b/moduleFile1.ts Text-1 "export function Foo() { };" - /a/b/file1Consumer2.ts Text-1 "import {Foo} from \"./moduleFile1\"; let z = 10;" - /a/b/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" - /a/b/moduleFile2.ts Text-1 "export var Foo4 = 10;" + /users/username/projects/project/file1Consumer1.ts SVC-1-1 "export let y = Foo();;" + /users/username/projects/project/moduleFile1.ts Text-1 "export function Foo() { };" + /users/username/projects/project/file1Consumer2.ts Text-1 "import {Foo} from \"./moduleFile1\"; let z = 10;" + /users/username/projects/project/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" + /users/username/projects/project/moduleFile2.ts Text-1 "export var Foo4 = 10;" - ../lib/lib.d.ts + ../../../../a/lib/lib.d.ts Default library for target 'es5' file1Consumer1.ts Matched by default include pattern '**/*' @@ -236,108 +242,110 @@ Info 73 [00:01:44.000] Files (6) moduleFile2.ts Matched by default include pattern '**/*' -Info 74 [00:01:45.000] ----------------------------------------------- -Info 75 [00:01:46.000] Running: *ensureProjectForOpenFiles* -Info 76 [00:01:47.000] Before ensureProjectForOpenFiles: -Info 77 [00:01:48.000] Project '/a/b/tsconfig.json' (Configured) -Info 77 [00:01:49.000] Files (6) - -Info 77 [00:01:50.000] ----------------------------------------------- -Info 77 [00:01:51.000] Open files: -Info 77 [00:01:52.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 77 [00:01:53.000] Projects: /a/b/tsconfig.json -Info 77 [00:01:54.000] After ensureProjectForOpenFiles: -Info 78 [00:01:55.000] Project '/a/b/tsconfig.json' (Configured) -Info 78 [00:01:56.000] Files (6) - -Info 78 [00:01:57.000] ----------------------------------------------- -Info 78 [00:01:58.000] Open files: -Info 78 [00:01:59.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 78 [00:02:00.000] Projects: /a/b/tsconfig.json -Info 78 [00:02:01.000] got projects updated in background, updating diagnostics for /a/b/file1Consumer1.ts -Info 79 [00:02:02.000] event: - {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/a/b/file1Consumer1.ts"]}} +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] got projects updated in background, updating diagnostics for /users/username/projects/project/file1Consumer1.ts +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/file1Consumer1.ts"]}} After running Timeout callback:: count: 0 PolledWatches:: -/a/b/modulefile1: +/users/username/projects/project/modulefile1: {"pollingInterval":500} -/a/b/node_modules/@types: +/users/username/projects/project/node_modules/@types: + {"pollingInterval":500} +/users/username/projects/node_modules/@types: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} -/a/b: +/users/username/projects/project: {} -/a/b/file1consumer2.ts: *new* +/users/username/projects/project/file1consumer2.ts: *new* {} -/a/b/globalfile3.ts: *new* +/users/username/projects/project/globalfile3.ts: *new* {} -/a/b/modulefile1.ts: *new* +/users/username/projects/project/modulefile1.ts: *new* {} -/a/b/modulefile2.ts: *new* +/users/username/projects/project/modulefile2.ts: *new* {} /a/lib/lib.d.ts: *new* {} FsWatchesRecursive:: -/a/b: +/users/username/projects/project: {} -Info 80 [00:02:06.000] FileWatcher:: Triggered with /a/b/moduleFile1.ts 1:: WatchInfo: /a/b/moduleFile1.ts 500 undefined WatchType: Closed Script info -Info 81 [00:02:07.000] Scheduled: /a/b/tsconfig.json -Info 82 [00:02:08.000] Scheduled: *ensureProjectForOpenFiles* -Info 83 [00:02:09.000] Elapsed:: *ms FileWatcher:: Triggered with /a/b/moduleFile1.ts 1:: WatchInfo: /a/b/moduleFile1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts 1:: WatchInfo: /users/username/projects/project/moduleFile1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts 1:: WatchInfo: /users/username/projects/project/moduleFile1.ts 500 undefined WatchType: Closed Script info Before running Timeout callback:: count: 2 -17: /a/b/tsconfig.json +17: /users/username/projects/project/tsconfig.json 18: *ensureProjectForOpenFiles* -//// [/a/b/moduleFile1.ts] +//// [/users/username/projects/project/moduleFile1.ts] export var T: number;export function Foo() { }; -Info 84 [00:02:10.000] Running: /a/b/tsconfig.json -Info 85 [00:02:11.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 86 [00:02:12.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 87 [00:02:13.000] Project '/a/b/tsconfig.json' (Configured) -Info 88 [00:02:14.000] Files (6) +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b/file1Consumer1.ts SVC-1-1 "export let y = Foo();;" - /a/b/moduleFile1.ts Text-2 "export var T: number;export function Foo() { };" - /a/b/file1Consumer2.ts Text-1 "import {Foo} from \"./moduleFile1\"; let z = 10;" - /a/b/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" - /a/b/moduleFile2.ts Text-1 "export var Foo4 = 10;" - -Info 89 [00:02:15.000] ----------------------------------------------- -Info 90 [00:02:16.000] Running: *ensureProjectForOpenFiles* -Info 91 [00:02:17.000] Before ensureProjectForOpenFiles: -Info 92 [00:02:18.000] Project '/a/b/tsconfig.json' (Configured) -Info 92 [00:02:19.000] Files (6) - -Info 92 [00:02:20.000] ----------------------------------------------- -Info 92 [00:02:21.000] Open files: -Info 92 [00:02:22.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 92 [00:02:23.000] Projects: /a/b/tsconfig.json -Info 92 [00:02:24.000] After ensureProjectForOpenFiles: -Info 93 [00:02:25.000] Project '/a/b/tsconfig.json' (Configured) -Info 93 [00:02:26.000] Files (6) - -Info 93 [00:02:27.000] ----------------------------------------------- -Info 93 [00:02:28.000] Open files: -Info 93 [00:02:29.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 93 [00:02:30.000] Projects: /a/b/tsconfig.json -Info 93 [00:02:31.000] got projects updated in background, updating diagnostics for /a/b/file1Consumer1.ts -Info 94 [00:02:32.000] event: - {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/a/b/file1Consumer1.ts"]}} + /users/username/projects/project/file1Consumer1.ts SVC-1-1 "export let y = Foo();;" + /users/username/projects/project/moduleFile1.ts Text-2 "export var T: number;export function Foo() { };" + /users/username/projects/project/file1Consumer2.ts Text-1 "import {Foo} from \"./moduleFile1\"; let z = 10;" + /users/username/projects/project/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" + /users/username/projects/project/moduleFile2.ts Text-1 "export var Foo4 = 10;" + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] got projects updated in background, updating diagnostics for /users/username/projects/project/file1Consumer1.ts +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/file1Consumer1.ts"]}} After running Timeout callback:: count: 0 Before request -Info 95 [00:02:33.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { - "file": "/a/b/file1Consumer1.ts", + "file": "/users/username/projects/project/file1Consumer1.ts", "insertString": "import {Foo} from \"./moduleFile1\";let y = Foo();", "endLine": 1, "endOffset": 21, @@ -347,7 +355,7 @@ Info 95 [00:02:33.000] request: "seq": 3, "type": "request" } -Info 96 [00:02:34.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -357,93 +365,95 @@ Before running Timeout callback:: count: 0 After running Timeout callback:: count: 0 -Info 97 [00:02:38.000] FileWatcher:: Triggered with /a/b/moduleFile1.ts 1:: WatchInfo: /a/b/moduleFile1.ts 500 undefined WatchType: Closed Script info -Info 98 [00:02:39.000] Scheduled: /a/b/tsconfig.json -Info 99 [00:02:40.000] Scheduled: *ensureProjectForOpenFiles* -Info 100 [00:02:41.000] Elapsed:: *ms FileWatcher:: Triggered with /a/b/moduleFile1.ts 1:: WatchInfo: /a/b/moduleFile1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts 1:: WatchInfo: /users/username/projects/project/moduleFile1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts 1:: WatchInfo: /users/username/projects/project/moduleFile1.ts 500 undefined WatchType: Closed Script info Before running Timeout callback:: count: 2 -19: /a/b/tsconfig.json +19: /users/username/projects/project/tsconfig.json 20: *ensureProjectForOpenFiles* -//// [/a/b/moduleFile1.ts] +//// [/users/username/projects/project/moduleFile1.ts] export var T: number;export var T2: string;export function Foo() { }; -Info 101 [00:02:42.000] Running: /a/b/tsconfig.json -Info 102 [00:02:43.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 103 [00:02:44.000] DirectoryWatcher:: Close:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 104 [00:02:45.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 105 [00:02:46.000] DirectoryWatcher:: Close:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 106 [00:02:47.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 107 [00:02:48.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 4 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms -Info 108 [00:02:49.000] Project '/a/b/tsconfig.json' (Configured) -Info 109 [00:02:50.000] Files (6) +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 4 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b/moduleFile1.ts Text-3 "export var T: number;export var T2: string;export function Foo() { };" - /a/b/file1Consumer1.ts SVC-1-2 "import {Foo} from \"./moduleFile1\";let y = Foo();;;" - /a/b/file1Consumer2.ts Text-1 "import {Foo} from \"./moduleFile1\"; let z = 10;" - /a/b/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" - /a/b/moduleFile2.ts Text-1 "export var Foo4 = 10;" - -Info 110 [00:02:51.000] ----------------------------------------------- -Info 111 [00:02:52.000] Running: *ensureProjectForOpenFiles* -Info 112 [00:02:53.000] Before ensureProjectForOpenFiles: -Info 113 [00:02:54.000] Project '/a/b/tsconfig.json' (Configured) -Info 113 [00:02:55.000] Files (6) - -Info 113 [00:02:56.000] ----------------------------------------------- -Info 113 [00:02:57.000] Open files: -Info 113 [00:02:58.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 113 [00:02:59.000] Projects: /a/b/tsconfig.json -Info 113 [00:03:00.000] After ensureProjectForOpenFiles: -Info 114 [00:03:01.000] Project '/a/b/tsconfig.json' (Configured) -Info 114 [00:03:02.000] Files (6) - -Info 114 [00:03:03.000] ----------------------------------------------- -Info 114 [00:03:04.000] Open files: -Info 114 [00:03:05.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 114 [00:03:06.000] Projects: /a/b/tsconfig.json -Info 114 [00:03:07.000] got projects updated in background, updating diagnostics for /a/b/file1Consumer1.ts -Info 115 [00:03:08.000] event: - {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/a/b/file1Consumer1.ts"]}} + /users/username/projects/project/moduleFile1.ts Text-3 "export var T: number;export var T2: string;export function Foo() { };" + /users/username/projects/project/file1Consumer1.ts SVC-1-2 "import {Foo} from \"./moduleFile1\";let y = Foo();;;" + /users/username/projects/project/file1Consumer2.ts Text-1 "import {Foo} from \"./moduleFile1\"; let z = 10;" + /users/username/projects/project/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" + /users/username/projects/project/moduleFile2.ts Text-1 "export var Foo4 = 10;" + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] got projects updated in background, updating diagnostics for /users/username/projects/project/file1Consumer1.ts +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/file1Consumer1.ts"]}} After running Timeout callback:: count: 0 PolledWatches:: -/a/b/node_modules/@types: +/users/username/projects/project/node_modules/@types: + {"pollingInterval":500} +/users/username/projects/node_modules/@types: {"pollingInterval":500} PolledWatches *deleted*:: -/a/b/modulefile1: +/users/username/projects/project/modulefile1: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} -/a/b/file1consumer2.ts: +/users/username/projects/project/file1consumer2.ts: {} -/a/b/globalfile3.ts: +/users/username/projects/project/globalfile3.ts: {} -/a/b/modulefile1.ts: +/users/username/projects/project/modulefile1.ts: {} -/a/b/modulefile2.ts: +/users/username/projects/project/modulefile2.ts: {} /a/lib/lib.d.ts: {} FsWatches *deleted*:: -/a/b: +/users/username/projects/project: {} FsWatchesRecursive:: -/a/b: +/users/username/projects/project: {} Before request -Info 116 [00:03:09.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { - "file": "/a/b/file1Consumer1.ts", + "file": "/users/username/projects/project/file1Consumer1.ts", "insertString": "export let y = Foo();", "endLine": 1, "endOffset": 48, @@ -453,54 +463,54 @@ Info 116 [00:03:09.000] request: "seq": 4, "type": "request" } -Info 117 [00:03:10.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request -Info 118 [00:03:14.000] FileWatcher:: Triggered with /a/b/moduleFile1.ts 1:: WatchInfo: /a/b/moduleFile1.ts 500 undefined WatchType: Closed Script info -Info 119 [00:03:15.000] Scheduled: /a/b/tsconfig.json -Info 120 [00:03:16.000] Scheduled: *ensureProjectForOpenFiles* -Info 121 [00:03:17.000] Elapsed:: *ms FileWatcher:: Triggered with /a/b/moduleFile1.ts 1:: WatchInfo: /a/b/moduleFile1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts 1:: WatchInfo: /users/username/projects/project/moduleFile1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts 1:: WatchInfo: /users/username/projects/project/moduleFile1.ts 500 undefined WatchType: Closed Script info Before running Timeout callback:: count: 2 -21: /a/b/tsconfig.json +21: /users/username/projects/project/tsconfig.json 22: *ensureProjectForOpenFiles* -//// [/a/b/moduleFile1.ts] +//// [/users/username/projects/project/moduleFile1.ts] export var T: number;export function Foo() { }; -Info 122 [00:03:18.000] Running: /a/b/tsconfig.json -Info 123 [00:03:19.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 124 [00:03:20.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 5 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms -Info 125 [00:03:21.000] Project '/a/b/tsconfig.json' (Configured) -Info 126 [00:03:22.000] Files (6) +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 5 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b/file1Consumer1.ts SVC-1-3 "export let y = Foo();;;;" - /a/b/moduleFile1.ts Text-4 "export var T: number;export function Foo() { };" - /a/b/file1Consumer2.ts Text-1 "import {Foo} from \"./moduleFile1\"; let z = 10;" - /a/b/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" - /a/b/moduleFile2.ts Text-1 "export var Foo4 = 10;" - -Info 127 [00:03:23.000] ----------------------------------------------- -Info 128 [00:03:24.000] Running: *ensureProjectForOpenFiles* -Info 129 [00:03:25.000] Before ensureProjectForOpenFiles: -Info 130 [00:03:26.000] Project '/a/b/tsconfig.json' (Configured) -Info 130 [00:03:27.000] Files (6) - -Info 130 [00:03:28.000] ----------------------------------------------- -Info 130 [00:03:29.000] Open files: -Info 130 [00:03:30.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 130 [00:03:31.000] Projects: /a/b/tsconfig.json -Info 130 [00:03:32.000] After ensureProjectForOpenFiles: -Info 131 [00:03:33.000] Project '/a/b/tsconfig.json' (Configured) -Info 131 [00:03:34.000] Files (6) - -Info 131 [00:03:35.000] ----------------------------------------------- -Info 131 [00:03:36.000] Open files: -Info 131 [00:03:37.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 131 [00:03:38.000] Projects: /a/b/tsconfig.json -Info 131 [00:03:39.000] got projects updated in background, updating diagnostics for /a/b/file1Consumer1.ts -Info 132 [00:03:40.000] event: - {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/a/b/file1Consumer1.ts"]}} + /users/username/projects/project/file1Consumer1.ts SVC-1-3 "export let y = Foo();;;;" + /users/username/projects/project/moduleFile1.ts Text-4 "export var T: number;export function Foo() { };" + /users/username/projects/project/file1Consumer2.ts Text-1 "import {Foo} from \"./moduleFile1\"; let z = 10;" + /users/username/projects/project/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" + /users/username/projects/project/moduleFile2.ts Text-1 "export var Foo4 = 10;" + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] got projects updated in background, updating diagnostics for /users/username/projects/project/file1Consumer1.ts +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/file1Consumer1.ts"]}} After running Timeout callback:: count: 0 diff --git a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/with-noGetErrOnBackgroundUpdate-and-should-contains-only-itself.js b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/with-noGetErrOnBackgroundUpdate-and-should-contains-only-itself.js index 6c2a5d5401a01..6e893b2dfd08b 100644 --- a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/with-noGetErrOnBackgroundUpdate-and-should-contains-only-itself.js +++ b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/with-noGetErrOnBackgroundUpdate-and-should-contains-only-itself.js @@ -1,140 +1,144 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:11.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request -//// [/a/b/file1Consumer1.ts] +//// [/users/username/projects/project/file1Consumer1.ts] import {Foo} from "./moduleFile1"; export var y = 10; -//// [/a/b/tsconfig.json] +//// [/users/username/projects/project/tsconfig.json] {} -Info 1 [00:00:12.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { - "file": "/a/b/file1Consumer1.ts" + "file": "/users/username/projects/project/file1Consumer1.ts" }, "seq": 1, "type": "request" } -Info 2 [00:00:13.000] Search path: /a/b -Info 3 [00:00:14.000] For info: /a/b/file1Consumer1.ts :: Config file name: /a/b/tsconfig.json -Info 4 [00:00:15.000] Creating configuration project /a/b/tsconfig.json -Info 5 [00:00:16.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 6 [00:00:17.000] event: - {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/a/b/tsconfig.json","reason":"Creating possible configured project for /a/b/file1Consumer1.ts to open"}} -Info 7 [00:00:18.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /users/username/projects/project +Info seq [hh:mm:ss:mss] For info: /users/username/projects/project/file1Consumer1.ts :: Config file name: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/tsconfig.json 2000 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/users/username/projects/project/tsconfig.json","reason":"Creating possible configured project for /users/username/projects/project/file1Consumer1.ts to open"}} +Info seq [hh:mm:ss:mss] Config: /users/username/projects/project/tsconfig.json : { "rootNames": [ - "/a/b/file1Consumer1.ts" + "/users/username/projects/project/file1Consumer1.ts" ], "options": { - "configFilePath": "/a/b/tsconfig.json" + "configFilePath": "/users/username/projects/project/tsconfig.json" } } -Info 8 [00:00:19.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:20.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:21.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 11 [00:00:22.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 12 [00:00:23.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 13 [00:00:24.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 14 [00:00:25.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:26.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 16 [00:00:27.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 17 [00:00:28.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 18 [00:00:29.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 19 [00:00:30.000] Project '/a/b/tsconfig.json' (Configured) -Info 20 [00:00:31.000] Files (1) - /a/b/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + /users/username/projects/project/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" file1Consumer1.ts Matched by default include pattern '**/*' -Info 21 [00:00:32.000] ----------------------------------------------- -Info 22 [00:00:33.000] event: - {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/a/b/tsconfig.json"}} -Info 23 [00:00:34.000] event: - {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"e10a1dc99ee63f16cb9b69bcee75540cdf41a1137371d3afbd4e7de507be5207","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":53,"tsx":0,"tsxSize":0,"dts":0,"dtsSize":0,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 24 [00:00:35.000] event: - {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/a/b/file1Consumer1.ts","configFile":"/a/b/tsconfig.json","diagnostics":[{"text":"File '/a/lib/lib.d.ts' not found.\n The file is in the program because:\n Default library for target 'es5'","code":6053,"category":"error"},{"text":"Cannot find global type 'Array'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Boolean'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Function'.","code":2318,"category":"error"},{"text":"Cannot find global type 'IArguments'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Number'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Object'.","code":2318,"category":"error"},{"text":"Cannot find global type 'RegExp'.","code":2318,"category":"error"},{"text":"Cannot find global type 'String'.","code":2318,"category":"error"}]}} -Info 25 [00:00:36.000] Project '/a/b/tsconfig.json' (Configured) -Info 25 [00:00:37.000] Files (1) - -Info 25 [00:00:38.000] ----------------------------------------------- -Info 25 [00:00:39.000] Open files: -Info 25 [00:00:40.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 25 [00:00:41.000] Projects: /a/b/tsconfig.json -Info 25 [00:00:42.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/users/username/projects/project/tsconfig.json"}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"5b0be5fc7f7235edf5a31bffe614b4e0819e55ec5f118558864b1f882e283c0d","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":53,"tsx":0,"tsxSize":0,"dts":0,"dtsSize":0,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/users/username/projects/project/file1Consumer1.ts","configFile":"/users/username/projects/project/tsconfig.json","diagnostics":[{"text":"File '/a/lib/lib.d.ts' not found.\n The file is in the program because:\n Default library for target 'es5'","code":6053,"category":"error"},{"text":"Cannot find global type 'Array'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Boolean'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Function'.","code":2318,"category":"error"},{"text":"Cannot find global type 'IArguments'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Number'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Object'.","code":2318,"category":"error"},{"text":"Cannot find global type 'RegExp'.","code":2318,"category":"error"},{"text":"Cannot find global type 'String'.","code":2318,"category":"error"}]}} +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request PolledWatches:: -/a/b/modulefile1: *new* +/users/username/projects/project/modulefile1: *new* {"pollingInterval":500} /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/b/node_modules/@types: *new* +/users/username/projects/project/node_modules/@types: *new* + {"pollingInterval":500} +/users/username/projects/node_modules/@types: *new* {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: *new* +/users/username/projects/project/tsconfig.json: *new* {} -/a/b: *new* +/users/username/projects/project: *new* {} FsWatchesRecursive:: -/a/b: *new* +/users/username/projects/project: *new* {} -Info 26 [00:00:46.000] DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 27 [00:00:47.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation -Info 28 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 29 [00:00:49.000] DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 30 [00:00:50.000] Scheduled: /a/b/tsconfig.json -Info 31 [00:00:51.000] Scheduled: *ensureProjectForOpenFiles* -Info 32 [00:00:52.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 33 [00:00:55.000] DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 34 [00:00:56.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 35 [00:00:57.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 36 [00:00:58.000] DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 37 [00:00:59.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 38 [00:01:00.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 39 [00:01:01.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 40 [00:01:04.000] DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 41 [00:01:05.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 42 [00:01:06.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 43 [00:01:07.000] DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 44 [00:01:08.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 45 [00:01:09.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 46 [00:01:10.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 47 [00:01:13.000] DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 48 [00:01:14.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 49 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 50 [00:01:16.000] DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 51 [00:01:17.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 52 [00:01:18.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 53 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 54 [00:01:24.000] FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 55 [00:01:25.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 56 [00:01:26.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 57 [00:01:27.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 58 [00:01:28.000] Elapsed:: *ms FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file Before running Timeout callback:: count: 3 -10: /a/b/tsconfig.jsonFailedLookupInvalidation -13: /a/b/tsconfig.json +10: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +13: /users/username/projects/project/tsconfig.json 14: *ensureProjectForOpenFiles* -//// [/a/b/moduleFile1.ts] +//// [/users/username/projects/project/moduleFile1.ts] export function Foo() { }; -//// [/a/b/file1Consumer2.ts] +//// [/users/username/projects/project/file1Consumer2.ts] import {Foo} from "./moduleFile1"; let z = 10; -//// [/a/b/moduleFile2.ts] +//// [/users/username/projects/project/moduleFile2.ts] export var Foo4 = 10; -//// [/a/b/globalFile3.ts] +//// [/users/username/projects/project/globalFile3.ts] interface GlobalFoo { age: number } //// [/a/lib/lib.d.ts] @@ -152,9 +156,11 @@ interface Array { length: number; [n: number]: T; } PolledWatches:: -/a/b/modulefile1: +/users/username/projects/project/modulefile1: + {"pollingInterval":500} +/users/username/projects/project/node_modules/@types: {"pollingInterval":500} -/a/b/node_modules/@types: +/users/username/projects/node_modules/@types: {"pollingInterval":500} PolledWatches *deleted*:: @@ -162,52 +168,52 @@ PolledWatches *deleted*:: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} -/a/b: +/users/username/projects/project: {} FsWatchesRecursive:: -/a/b: +/users/username/projects/project: {} -Info 59 [00:01:30.000] Running: /a/b/tsconfig.jsonFailedLookupInvalidation -Info 60 [00:01:31.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 61 [00:01:32.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one After running Timeout callback:: count: 2 -15: /a/b/tsconfig.json +15: /users/username/projects/project/tsconfig.json 16: *ensureProjectForOpenFiles* Before running Timeout callback:: count: 2 -15: /a/b/tsconfig.json +15: /users/username/projects/project/tsconfig.json 16: *ensureProjectForOpenFiles* -//// [/a/b/moduleFile1.ts] +//// [/users/username/projects/project/moduleFile1.ts] export var T: number;export function Foo() { }; -Info 62 [00:01:36.000] Running: /a/b/tsconfig.json -Info 63 [00:01:37.000] FileWatcher:: Added:: WatchInfo: /a/b/file1Consumer2.ts 500 undefined WatchType: Closed Script info -Info 64 [00:01:38.000] FileWatcher:: Added:: WatchInfo: /a/b/globalFile3.ts 500 undefined WatchType: Closed Script info -Info 65 [00:01:39.000] FileWatcher:: Added:: WatchInfo: /a/b/moduleFile1.ts 500 undefined WatchType: Closed Script info -Info 66 [00:01:40.000] FileWatcher:: Added:: WatchInfo: /a/b/moduleFile2.ts 500 undefined WatchType: Closed Script info -Info 67 [00:01:41.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 68 [00:01:42.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 69 [00:01:43.000] DirectoryWatcher:: Close:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 70 [00:01:44.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 71 [00:01:45.000] DirectoryWatcher:: Close:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 72 [00:01:46.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 73 [00:01:47.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 74 [00:01:48.000] Project '/a/b/tsconfig.json' (Configured) -Info 75 [00:01:49.000] Files (6) +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/file1Consumer2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/globalFile3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b/moduleFile1.ts Text-1 "export var T: number;export function Foo() { };" - /a/b/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" - /a/b/file1Consumer2.ts Text-1 "import {Foo} from \"./moduleFile1\"; let z = 10;" - /a/b/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" - /a/b/moduleFile2.ts Text-1 "export var Foo4 = 10;" + /users/username/projects/project/moduleFile1.ts Text-1 "export var T: number;export function Foo() { };" + /users/username/projects/project/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" + /users/username/projects/project/file1Consumer2.ts Text-1 "import {Foo} from \"./moduleFile1\"; let z = 10;" + /users/username/projects/project/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" + /users/username/projects/project/moduleFile2.ts Text-1 "export var Foo4 = 10;" - ../lib/lib.d.ts + ../../../../a/lib/lib.d.ts Default library for target 'es5' moduleFile1.ts Imported via "./moduleFile1" from file 'file1Consumer1.ts' @@ -222,101 +228,103 @@ Info 75 [00:01:49.000] Files (6) moduleFile2.ts Matched by default include pattern '**/*' -Info 76 [00:01:50.000] ----------------------------------------------- -Info 77 [00:01:51.000] Running: *ensureProjectForOpenFiles* -Info 78 [00:01:52.000] Before ensureProjectForOpenFiles: -Info 79 [00:01:53.000] Project '/a/b/tsconfig.json' (Configured) -Info 79 [00:01:54.000] Files (6) - -Info 79 [00:01:55.000] ----------------------------------------------- -Info 79 [00:01:56.000] Open files: -Info 79 [00:01:57.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 79 [00:01:58.000] Projects: /a/b/tsconfig.json -Info 79 [00:01:59.000] After ensureProjectForOpenFiles: -Info 80 [00:02:00.000] Project '/a/b/tsconfig.json' (Configured) -Info 80 [00:02:01.000] Files (6) - -Info 80 [00:02:02.000] ----------------------------------------------- -Info 80 [00:02:03.000] Open files: -Info 80 [00:02:04.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 80 [00:02:05.000] Projects: /a/b/tsconfig.json -Info 80 [00:02:06.000] got projects updated in background, updating diagnostics for /a/b/file1Consumer1.ts -Info 81 [00:02:07.000] event: - {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/a/b/file1Consumer1.ts"]}} +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] got projects updated in background, updating diagnostics for /users/username/projects/project/file1Consumer1.ts +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/file1Consumer1.ts"]}} After running Timeout callback:: count: 0 PolledWatches:: -/a/b/node_modules/@types: +/users/username/projects/project/node_modules/@types: + {"pollingInterval":500} +/users/username/projects/node_modules/@types: {"pollingInterval":500} PolledWatches *deleted*:: -/a/b/modulefile1: +/users/username/projects/project/modulefile1: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} -/a/b/file1consumer2.ts: *new* +/users/username/projects/project/file1consumer2.ts: *new* {} -/a/b/globalfile3.ts: *new* +/users/username/projects/project/globalfile3.ts: *new* {} -/a/b/modulefile1.ts: *new* +/users/username/projects/project/modulefile1.ts: *new* {} -/a/b/modulefile2.ts: *new* +/users/username/projects/project/modulefile2.ts: *new* {} /a/lib/lib.d.ts: *new* {} FsWatches *deleted*:: -/a/b: +/users/username/projects/project: {} FsWatchesRecursive:: -/a/b: +/users/username/projects/project: {} -Info 82 [00:02:11.000] FileWatcher:: Triggered with /a/b/moduleFile1.ts 1:: WatchInfo: /a/b/moduleFile1.ts 500 undefined WatchType: Closed Script info -Info 83 [00:02:12.000] Scheduled: /a/b/tsconfig.json -Info 84 [00:02:13.000] Scheduled: *ensureProjectForOpenFiles* -Info 85 [00:02:14.000] Elapsed:: *ms FileWatcher:: Triggered with /a/b/moduleFile1.ts 1:: WatchInfo: /a/b/moduleFile1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts 1:: WatchInfo: /users/username/projects/project/moduleFile1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts 1:: WatchInfo: /users/username/projects/project/moduleFile1.ts 500 undefined WatchType: Closed Script info Before running Timeout callback:: count: 2 -17: /a/b/tsconfig.json +17: /users/username/projects/project/tsconfig.json 18: *ensureProjectForOpenFiles* -//// [/a/b/moduleFile1.ts] +//// [/users/username/projects/project/moduleFile1.ts] export var T: number;export function Foo() { console.log('hi'); }; -Info 86 [00:02:15.000] Running: /a/b/tsconfig.json -Info 87 [00:02:16.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 88 [00:02:17.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 89 [00:02:18.000] Project '/a/b/tsconfig.json' (Configured) -Info 90 [00:02:19.000] Files (6) +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b/moduleFile1.ts Text-2 "export var T: number;export function Foo() { console.log('hi'); };" - /a/b/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" - /a/b/file1Consumer2.ts Text-1 "import {Foo} from \"./moduleFile1\"; let z = 10;" - /a/b/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" - /a/b/moduleFile2.ts Text-1 "export var Foo4 = 10;" - -Info 91 [00:02:20.000] ----------------------------------------------- -Info 92 [00:02:21.000] Running: *ensureProjectForOpenFiles* -Info 93 [00:02:22.000] Before ensureProjectForOpenFiles: -Info 94 [00:02:23.000] Project '/a/b/tsconfig.json' (Configured) -Info 94 [00:02:24.000] Files (6) - -Info 94 [00:02:25.000] ----------------------------------------------- -Info 94 [00:02:26.000] Open files: -Info 94 [00:02:27.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 94 [00:02:28.000] Projects: /a/b/tsconfig.json -Info 94 [00:02:29.000] After ensureProjectForOpenFiles: -Info 95 [00:02:30.000] Project '/a/b/tsconfig.json' (Configured) -Info 95 [00:02:31.000] Files (6) - -Info 95 [00:02:32.000] ----------------------------------------------- -Info 95 [00:02:33.000] Open files: -Info 95 [00:02:34.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 95 [00:02:35.000] Projects: /a/b/tsconfig.json -Info 95 [00:02:36.000] got projects updated in background, updating diagnostics for /a/b/file1Consumer1.ts -Info 96 [00:02:37.000] event: - {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/a/b/file1Consumer1.ts"]}} + /users/username/projects/project/moduleFile1.ts Text-2 "export var T: number;export function Foo() { console.log('hi'); };" + /users/username/projects/project/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" + /users/username/projects/project/file1Consumer2.ts Text-1 "import {Foo} from \"./moduleFile1\"; let z = 10;" + /users/username/projects/project/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" + /users/username/projects/project/moduleFile2.ts Text-1 "export var Foo4 = 10;" + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] got projects updated in background, updating diagnostics for /users/username/projects/project/file1Consumer1.ts +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/file1Consumer1.ts"]}} After running Timeout callback:: count: 0 diff --git a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/with-noGetErrOnBackgroundUpdate-and-should-detect-changes-in-non-root-files.js b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/with-noGetErrOnBackgroundUpdate-and-should-detect-changes-in-non-root-files.js index 931225453305c..79323216f85c4 100644 --- a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/with-noGetErrOnBackgroundUpdate-and-should-detect-changes-in-non-root-files.js +++ b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/with-noGetErrOnBackgroundUpdate-and-should-detect-changes-in-non-root-files.js @@ -1,118 +1,122 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:11.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request -//// [/a/b/file1Consumer1.ts] +//// [/users/username/projects/project/file1Consumer1.ts] import {Foo} from "./moduleFile1"; export var y = 10; -//// [/a/b/tsconfig.json] -{"files":["/a/b/file1Consumer1.ts"]} +//// [/users/username/projects/project/tsconfig.json] +{"files":["/users/username/projects/project/file1Consumer1.ts"]} -Info 1 [00:00:12.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { - "file": "/a/b/file1Consumer1.ts" + "file": "/users/username/projects/project/file1Consumer1.ts" }, "seq": 1, "type": "request" } -Info 2 [00:00:13.000] Search path: /a/b -Info 3 [00:00:14.000] For info: /a/b/file1Consumer1.ts :: Config file name: /a/b/tsconfig.json -Info 4 [00:00:15.000] Creating configuration project /a/b/tsconfig.json -Info 5 [00:00:16.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 6 [00:00:17.000] event: - {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/a/b/tsconfig.json","reason":"Creating possible configured project for /a/b/file1Consumer1.ts to open"}} -Info 7 [00:00:18.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /users/username/projects/project +Info seq [hh:mm:ss:mss] For info: /users/username/projects/project/file1Consumer1.ts :: Config file name: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/tsconfig.json 2000 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/users/username/projects/project/tsconfig.json","reason":"Creating possible configured project for /users/username/projects/project/file1Consumer1.ts to open"}} +Info seq [hh:mm:ss:mss] Config: /users/username/projects/project/tsconfig.json : { "rootNames": [ - "/a/b/file1Consumer1.ts" + "/users/username/projects/project/file1Consumer1.ts" ], "options": { - "configFilePath": "/a/b/tsconfig.json" + "configFilePath": "/users/username/projects/project/tsconfig.json" } } -Info 8 [00:00:19.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 9 [00:00:20.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 10 [00:00:21.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 11 [00:00:22.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 12 [00:00:23.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 13 [00:00:24.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 14 [00:00:25.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 15 [00:00:26.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 16 [00:00:27.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 17 [00:00:28.000] Project '/a/b/tsconfig.json' (Configured) -Info 18 [00:00:29.000] Files (1) - /a/b/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + /users/username/projects/project/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" file1Consumer1.ts Part of 'files' list in tsconfig.json -Info 19 [00:00:30.000] ----------------------------------------------- -Info 20 [00:00:31.000] event: - {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/a/b/tsconfig.json"}} -Info 21 [00:00:32.000] event: - {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"e10a1dc99ee63f16cb9b69bcee75540cdf41a1137371d3afbd4e7de507be5207","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":53,"tsx":0,"tsxSize":0,"dts":0,"dtsSize":0,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":true,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 22 [00:00:33.000] event: - {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/a/b/file1Consumer1.ts","configFile":"/a/b/tsconfig.json","diagnostics":[{"text":"File '/a/lib/lib.d.ts' not found.\n The file is in the program because:\n Default library for target 'es5'","code":6053,"category":"error"},{"text":"Cannot find global type 'Array'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Boolean'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Function'.","code":2318,"category":"error"},{"text":"Cannot find global type 'IArguments'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Number'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Object'.","code":2318,"category":"error"},{"text":"Cannot find global type 'RegExp'.","code":2318,"category":"error"},{"text":"Cannot find global type 'String'.","code":2318,"category":"error"}]}} -Info 23 [00:00:34.000] Project '/a/b/tsconfig.json' (Configured) -Info 23 [00:00:35.000] Files (1) - -Info 23 [00:00:36.000] ----------------------------------------------- -Info 23 [00:00:37.000] Open files: -Info 23 [00:00:38.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 23 [00:00:39.000] Projects: /a/b/tsconfig.json -Info 23 [00:00:40.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/users/username/projects/project/tsconfig.json"}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"5b0be5fc7f7235edf5a31bffe614b4e0819e55ec5f118558864b1f882e283c0d","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":53,"tsx":0,"tsxSize":0,"dts":0,"dtsSize":0,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":true,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/users/username/projects/project/file1Consumer1.ts","configFile":"/users/username/projects/project/tsconfig.json","diagnostics":[{"text":"File '/a/lib/lib.d.ts' not found.\n The file is in the program because:\n Default library for target 'es5'","code":6053,"category":"error"},{"text":"Cannot find global type 'Array'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Boolean'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Function'.","code":2318,"category":"error"},{"text":"Cannot find global type 'IArguments'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Number'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Object'.","code":2318,"category":"error"},{"text":"Cannot find global type 'RegExp'.","code":2318,"category":"error"},{"text":"Cannot find global type 'String'.","code":2318,"category":"error"}]}} +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request PolledWatches:: -/a/b/modulefile1: *new* +/users/username/projects/project/modulefile1: *new* {"pollingInterval":500} /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/b/node_modules/@types: *new* +/users/username/projects/project/node_modules/@types: *new* + {"pollingInterval":500} +/users/username/projects/node_modules/@types: *new* {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: *new* +/users/username/projects/project/tsconfig.json: *new* {} -/a/b: *new* +/users/username/projects/project: *new* {} -Info 24 [00:00:44.000] DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 25 [00:00:45.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation -Info 26 [00:00:46.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 27 [00:00:49.000] DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 28 [00:00:50.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 29 [00:00:51.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 30 [00:00:54.000] DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 31 [00:00:55.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 32 [00:00:56.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 33 [00:00:59.000] DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 34 [00:01:00.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 35 [00:01:01.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 36 [00:01:06.000] FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 37 [00:01:07.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 38 [00:01:08.000] Scheduled: /a/b/tsconfig.json -Info 39 [00:01:09.000] Scheduled: *ensureProjectForOpenFiles* -Info 40 [00:01:10.000] Elapsed:: *ms FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file Before running Timeout callback:: count: 3 -4: /a/b/tsconfig.jsonFailedLookupInvalidation -5: /a/b/tsconfig.json +4: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +5: /users/username/projects/project/tsconfig.json 6: *ensureProjectForOpenFiles* -//// [/a/b/moduleFile1.ts] +//// [/users/username/projects/project/moduleFile1.ts] export function Foo() { }; -//// [/a/b/file1Consumer2.ts] +//// [/users/username/projects/project/file1Consumer2.ts] import {Foo} from "./moduleFile1"; let z = 10; -//// [/a/b/moduleFile2.ts] +//// [/users/username/projects/project/moduleFile2.ts] export var Foo4 = 10; -//// [/a/b/globalFile3.ts] +//// [/users/username/projects/project/globalFile3.ts] interface GlobalFoo { age: number } //// [/a/lib/lib.d.ts] @@ -130,9 +134,11 @@ interface Array { length: number; [n: number]: T; } PolledWatches:: -/a/b/modulefile1: +/users/username/projects/project/modulefile1: + {"pollingInterval":500} +/users/username/projects/project/node_modules/@types: {"pollingInterval":500} -/a/b/node_modules/@types: +/users/username/projects/node_modules/@types: {"pollingInterval":500} PolledWatches *deleted*:: @@ -140,130 +146,132 @@ PolledWatches *deleted*:: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} -/a/b: +/users/username/projects/project: {} -Info 41 [00:01:12.000] Running: /a/b/tsconfig.jsonFailedLookupInvalidation -Info 42 [00:01:13.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 43 [00:01:14.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one After running Timeout callback:: count: 2 -7: /a/b/tsconfig.json +7: /users/username/projects/project/tsconfig.json 8: *ensureProjectForOpenFiles* Before running Timeout callback:: count: 2 -7: /a/b/tsconfig.json +7: /users/username/projects/project/tsconfig.json 8: *ensureProjectForOpenFiles* -//// [/a/b/moduleFile1.ts] +//// [/users/username/projects/project/moduleFile1.ts] export var T: number;export function Foo() { }; -Info 44 [00:01:18.000] Running: /a/b/tsconfig.json -Info 45 [00:01:19.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 46 [00:01:20.000] FileWatcher:: Added:: WatchInfo: /a/b/moduleFile1.ts 500 undefined WatchType: Closed Script info -Info 47 [00:01:21.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 48 [00:01:22.000] DirectoryWatcher:: Close:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 49 [00:01:23.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 50 [00:01:24.000] DirectoryWatcher:: Close:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 51 [00:01:25.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 52 [00:01:26.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 53 [00:01:27.000] Project '/a/b/tsconfig.json' (Configured) -Info 54 [00:01:28.000] Files (3) +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b/moduleFile1.ts Text-1 "export var T: number;export function Foo() { };" - /a/b/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" + /users/username/projects/project/moduleFile1.ts Text-1 "export var T: number;export function Foo() { };" + /users/username/projects/project/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" - ../lib/lib.d.ts + ../../../../a/lib/lib.d.ts Default library for target 'es5' moduleFile1.ts Imported via "./moduleFile1" from file 'file1Consumer1.ts' file1Consumer1.ts Part of 'files' list in tsconfig.json -Info 55 [00:01:29.000] ----------------------------------------------- -Info 56 [00:01:30.000] Running: *ensureProjectForOpenFiles* -Info 57 [00:01:31.000] Before ensureProjectForOpenFiles: -Info 58 [00:01:32.000] Project '/a/b/tsconfig.json' (Configured) -Info 58 [00:01:33.000] Files (3) - -Info 58 [00:01:34.000] ----------------------------------------------- -Info 58 [00:01:35.000] Open files: -Info 58 [00:01:36.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 58 [00:01:37.000] Projects: /a/b/tsconfig.json -Info 58 [00:01:38.000] After ensureProjectForOpenFiles: -Info 59 [00:01:39.000] Project '/a/b/tsconfig.json' (Configured) -Info 59 [00:01:40.000] Files (3) - -Info 59 [00:01:41.000] ----------------------------------------------- -Info 59 [00:01:42.000] Open files: -Info 59 [00:01:43.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 59 [00:01:44.000] Projects: /a/b/tsconfig.json -Info 59 [00:01:45.000] got projects updated in background, updating diagnostics for /a/b/file1Consumer1.ts -Info 60 [00:01:46.000] event: - {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/a/b/file1Consumer1.ts"]}} +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] got projects updated in background, updating diagnostics for /users/username/projects/project/file1Consumer1.ts +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/file1Consumer1.ts"]}} After running Timeout callback:: count: 0 PolledWatches:: -/a/b/node_modules/@types: +/users/username/projects/project/node_modules/@types: + {"pollingInterval":500} +/users/username/projects/node_modules/@types: {"pollingInterval":500} PolledWatches *deleted*:: -/a/b/modulefile1: +/users/username/projects/project/modulefile1: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} -/a/b/modulefile1.ts: *new* +/users/username/projects/project/modulefile1.ts: *new* {} /a/lib/lib.d.ts: *new* {} FsWatches *deleted*:: -/a/b: +/users/username/projects/project: {} -Info 61 [00:01:50.000] FileWatcher:: Triggered with /a/b/moduleFile1.ts 1:: WatchInfo: /a/b/moduleFile1.ts 500 undefined WatchType: Closed Script info -Info 62 [00:01:51.000] Scheduled: /a/b/tsconfig.json -Info 63 [00:01:52.000] Scheduled: *ensureProjectForOpenFiles* -Info 64 [00:01:53.000] Elapsed:: *ms FileWatcher:: Triggered with /a/b/moduleFile1.ts 1:: WatchInfo: /a/b/moduleFile1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts 1:: WatchInfo: /users/username/projects/project/moduleFile1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts 1:: WatchInfo: /users/username/projects/project/moduleFile1.ts 500 undefined WatchType: Closed Script info Before running Timeout callback:: count: 2 -9: /a/b/tsconfig.json +9: /users/username/projects/project/tsconfig.json 10: *ensureProjectForOpenFiles* -//// [/a/b/moduleFile1.ts] +//// [/users/username/projects/project/moduleFile1.ts] export function Foo() { };var T1: number; -Info 65 [00:01:54.000] Running: /a/b/tsconfig.json -Info 66 [00:01:55.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 67 [00:01:56.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 68 [00:01:57.000] Project '/a/b/tsconfig.json' (Configured) -Info 69 [00:01:58.000] Files (3) +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b/moduleFile1.ts Text-2 "export function Foo() { };var T1: number;" - /a/b/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" - -Info 70 [00:01:59.000] ----------------------------------------------- -Info 71 [00:02:00.000] Running: *ensureProjectForOpenFiles* -Info 72 [00:02:01.000] Before ensureProjectForOpenFiles: -Info 73 [00:02:02.000] Project '/a/b/tsconfig.json' (Configured) -Info 73 [00:02:03.000] Files (3) - -Info 73 [00:02:04.000] ----------------------------------------------- -Info 73 [00:02:05.000] Open files: -Info 73 [00:02:06.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 73 [00:02:07.000] Projects: /a/b/tsconfig.json -Info 73 [00:02:08.000] After ensureProjectForOpenFiles: -Info 74 [00:02:09.000] Project '/a/b/tsconfig.json' (Configured) -Info 74 [00:02:10.000] Files (3) - -Info 74 [00:02:11.000] ----------------------------------------------- -Info 74 [00:02:12.000] Open files: -Info 74 [00:02:13.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 74 [00:02:14.000] Projects: /a/b/tsconfig.json -Info 74 [00:02:15.000] got projects updated in background, updating diagnostics for /a/b/file1Consumer1.ts -Info 75 [00:02:16.000] event: - {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/a/b/file1Consumer1.ts"]}} + /users/username/projects/project/moduleFile1.ts Text-2 "export function Foo() { };var T1: number;" + /users/username/projects/project/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] got projects updated in background, updating diagnostics for /users/username/projects/project/file1Consumer1.ts +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/file1Consumer1.ts"]}} After running Timeout callback:: count: 0 diff --git a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/with-noGetErrOnBackgroundUpdate-and-should-detect-non-existing-code-file.js b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/with-noGetErrOnBackgroundUpdate-and-should-detect-non-existing-code-file.js index 459ec8d381d7e..8f2a8b51a98ec 100644 --- a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/with-noGetErrOnBackgroundUpdate-and-should-detect-non-existing-code-file.js +++ b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/with-noGetErrOnBackgroundUpdate-and-should-detect-non-existing-code-file.js @@ -1,95 +1,99 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:11.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request -//// [/a/b/referenceFile1.ts] +//// [/users/username/projects/project/referenceFile1.ts] /// export var x = Foo(); -//// [/a/b/tsconfig.json] +//// [/users/username/projects/project/tsconfig.json] {} -Info 1 [00:00:12.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { - "file": "/a/b/referenceFile1.ts" + "file": "/users/username/projects/project/referenceFile1.ts" }, "seq": 1, "type": "request" } -Info 2 [00:00:13.000] Search path: /a/b -Info 3 [00:00:14.000] For info: /a/b/referenceFile1.ts :: Config file name: /a/b/tsconfig.json -Info 4 [00:00:15.000] Creating configuration project /a/b/tsconfig.json -Info 5 [00:00:16.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 6 [00:00:17.000] event: - {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/a/b/tsconfig.json","reason":"Creating possible configured project for /a/b/referenceFile1.ts to open"}} -Info 7 [00:00:18.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /users/username/projects/project +Info seq [hh:mm:ss:mss] For info: /users/username/projects/project/referenceFile1.ts :: Config file name: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/tsconfig.json 2000 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/users/username/projects/project/tsconfig.json","reason":"Creating possible configured project for /users/username/projects/project/referenceFile1.ts to open"}} +Info seq [hh:mm:ss:mss] Config: /users/username/projects/project/tsconfig.json : { "rootNames": [ - "/a/b/referenceFile1.ts" + "/users/username/projects/project/referenceFile1.ts" ], "options": { - "configFilePath": "/a/b/tsconfig.json" + "configFilePath": "/users/username/projects/project/tsconfig.json" } } -Info 8 [00:00:19.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:20.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:21.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 11 [00:00:22.000] FileWatcher:: Added:: WatchInfo: /a/b/modulefile2.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 12 [00:00:23.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 13 [00:00:24.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 14 [00:00:25.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 15 [00:00:26.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:00:27.000] Project '/a/b/tsconfig.json' (Configured) -Info 17 [00:00:28.000] Files (1) - /a/b/referenceFile1.ts SVC-1-0 "\n /// \n export var x = Foo();" +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/modulefile2.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + /users/username/projects/project/referenceFile1.ts SVC-1-0 "\n /// \n export var x = Foo();" referenceFile1.ts Matched by default include pattern '**/*' -Info 18 [00:00:29.000] ----------------------------------------------- -Info 19 [00:00:30.000] event: - {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/a/b/tsconfig.json"}} -Info 20 [00:00:31.000] event: - {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"e10a1dc99ee63f16cb9b69bcee75540cdf41a1137371d3afbd4e7de507be5207","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":104,"tsx":0,"tsxSize":0,"dts":0,"dtsSize":0,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 21 [00:00:32.000] event: - {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/a/b/referenceFile1.ts","configFile":"/a/b/tsconfig.json","diagnostics":[{"text":"File '/a/lib/lib.d.ts' not found.\n The file is in the program because:\n Default library for target 'es5'","code":6053,"category":"error"},{"text":"Cannot find global type 'Array'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Boolean'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Function'.","code":2318,"category":"error"},{"text":"Cannot find global type 'IArguments'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Number'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Object'.","code":2318,"category":"error"},{"text":"Cannot find global type 'RegExp'.","code":2318,"category":"error"},{"text":"Cannot find global type 'String'.","code":2318,"category":"error"}]}} -Info 22 [00:00:33.000] Project '/a/b/tsconfig.json' (Configured) -Info 22 [00:00:34.000] Files (1) - -Info 22 [00:00:35.000] ----------------------------------------------- -Info 22 [00:00:36.000] Open files: -Info 22 [00:00:37.000] FileName: /a/b/referenceFile1.ts ProjectRootPath: undefined -Info 22 [00:00:38.000] Projects: /a/b/tsconfig.json -Info 22 [00:00:39.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/users/username/projects/project/tsconfig.json"}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"5b0be5fc7f7235edf5a31bffe614b4e0819e55ec5f118558864b1f882e283c0d","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":104,"tsx":0,"tsxSize":0,"dts":0,"dtsSize":0,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/users/username/projects/project/referenceFile1.ts","configFile":"/users/username/projects/project/tsconfig.json","diagnostics":[{"text":"File '/a/lib/lib.d.ts' not found.\n The file is in the program because:\n Default library for target 'es5'","code":6053,"category":"error"},{"text":"Cannot find global type 'Array'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Boolean'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Function'.","code":2318,"category":"error"},{"text":"Cannot find global type 'IArguments'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Number'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Object'.","code":2318,"category":"error"},{"text":"Cannot find global type 'RegExp'.","code":2318,"category":"error"},{"text":"Cannot find global type 'String'.","code":2318,"category":"error"}]}} +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/referenceFile1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request PolledWatches:: -/a/b/modulefile2.ts: *new* +/users/username/projects/project/modulefile2.ts: *new* {"pollingInterval":500} /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/b/node_modules/@types: *new* +/users/username/projects/project/node_modules/@types: *new* + {"pollingInterval":500} +/users/username/projects/node_modules/@types: *new* {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: *new* +/users/username/projects/project/tsconfig.json: *new* {} FsWatchesRecursive:: -/a/b: *new* +/users/username/projects/project: *new* {} -Info 23 [00:00:45.000] FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 24 [00:00:46.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 25 [00:00:47.000] Scheduled: /a/b/tsconfig.json -Info 26 [00:00:48.000] Scheduled: *ensureProjectForOpenFiles* -Info 27 [00:00:49.000] Elapsed:: *ms FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file Before request //// [/a/lib/lib.d.ts] /// @@ -106,9 +110,11 @@ interface Array { length: number; [n: number]: T; } PolledWatches:: -/a/b/modulefile2.ts: +/users/username/projects/project/modulefile2.ts: + {"pollingInterval":500} +/users/username/projects/project/node_modules/@types: {"pollingInterval":500} -/a/b/node_modules/@types: +/users/username/projects/node_modules/@types: {"pollingInterval":500} PolledWatches *deleted*:: @@ -116,18 +122,18 @@ PolledWatches *deleted*:: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} FsWatchesRecursive:: -/a/b: +/users/username/projects/project: {} -Info 28 [00:00:51.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { - "file": "/a/b/referenceFile1.ts", + "file": "/users/username/projects/project/referenceFile1.ts", "insertString": "\n /// \n export var x = Foo();export var yy = Foo();", "endLine": 1, "endOffset": 104, @@ -137,116 +143,120 @@ Info 28 [00:00:51.000] request: "seq": 2, "type": "request" } -Info 29 [00:00:52.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request Before running Timeout callback:: count: 2 -1: /a/b/tsconfig.json +1: /users/username/projects/project/tsconfig.json 2: *ensureProjectForOpenFiles* -Info 30 [00:00:53.000] Running: /a/b/tsconfig.json -Info 31 [00:00:54.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 32 [00:00:55.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 33 [00:00:56.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 34 [00:00:57.000] Project '/a/b/tsconfig.json' (Configured) -Info 35 [00:00:58.000] Files (2) +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b/referenceFile1.ts SVC-1-1 "\n /// \n export var x = Foo();export var yy = Foo();;" + /users/username/projects/project/referenceFile1.ts SVC-1-1 "\n /// \n export var x = Foo();export var yy = Foo();;" - ../lib/lib.d.ts + ../../../../a/lib/lib.d.ts Default library for target 'es5' referenceFile1.ts Matched by default include pattern '**/*' -Info 36 [00:00:59.000] ----------------------------------------------- -Info 37 [00:01:00.000] Running: *ensureProjectForOpenFiles* -Info 38 [00:01:01.000] Before ensureProjectForOpenFiles: -Info 39 [00:01:02.000] Project '/a/b/tsconfig.json' (Configured) -Info 39 [00:01:03.000] Files (2) - -Info 39 [00:01:04.000] ----------------------------------------------- -Info 39 [00:01:05.000] Open files: -Info 39 [00:01:06.000] FileName: /a/b/referenceFile1.ts ProjectRootPath: undefined -Info 39 [00:01:07.000] Projects: /a/b/tsconfig.json -Info 39 [00:01:08.000] After ensureProjectForOpenFiles: -Info 40 [00:01:09.000] Project '/a/b/tsconfig.json' (Configured) -Info 40 [00:01:10.000] Files (2) - -Info 40 [00:01:11.000] ----------------------------------------------- -Info 40 [00:01:12.000] Open files: -Info 40 [00:01:13.000] FileName: /a/b/referenceFile1.ts ProjectRootPath: undefined -Info 40 [00:01:14.000] Projects: /a/b/tsconfig.json -Info 40 [00:01:15.000] got projects updated in background, updating diagnostics for /a/b/referenceFile1.ts -Info 41 [00:01:16.000] event: - {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/a/b/referenceFile1.ts"]}} +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/referenceFile1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/referenceFile1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] got projects updated in background, updating diagnostics for /users/username/projects/project/referenceFile1.ts +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/referenceFile1.ts"]}} After running Timeout callback:: count: 0 PolledWatches:: -/a/b/modulefile2.ts: +/users/username/projects/project/modulefile2.ts: + {"pollingInterval":500} +/users/username/projects/project/node_modules/@types: {"pollingInterval":500} -/a/b/node_modules/@types: +/users/username/projects/node_modules/@types: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} /a/lib/lib.d.ts: *new* {} FsWatchesRecursive:: -/a/b: +/users/username/projects/project: {} -Info 42 [00:01:19.000] FileWatcher:: Triggered with /a/b/modulefile2.ts 0:: WatchInfo: /a/b/modulefile2.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 43 [00:01:20.000] FileWatcher:: Close:: WatchInfo: /a/b/modulefile2.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 44 [00:01:21.000] Scheduled: /a/b/tsconfig.json -Info 45 [00:01:22.000] Scheduled: *ensureProjectForOpenFiles* -Info 46 [00:01:23.000] Elapsed:: *ms FileWatcher:: Triggered with /a/b/modulefile2.ts 0:: WatchInfo: /a/b/modulefile2.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 47 [00:01:24.000] DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 48 [00:01:25.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 49 [00:01:26.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 50 [00:01:27.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /users/username/projects/project/modulefile2.ts 0:: WatchInfo: /users/username/projects/project/modulefile2.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /users/username/projects/project/modulefile2.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /users/username/projects/project/modulefile2.ts 0:: WatchInfo: /users/username/projects/project/modulefile2.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory Before running Timeout callback:: count: 2 -5: /a/b/tsconfig.json +5: /users/username/projects/project/tsconfig.json 6: *ensureProjectForOpenFiles* -//// [/a/b/moduleFile2.ts] +//// [/users/username/projects/project/moduleFile2.ts] export var Foo4 = 10; PolledWatches:: -/a/b/node_modules/@types: +/users/username/projects/project/node_modules/@types: + {"pollingInterval":500} +/users/username/projects/node_modules/@types: {"pollingInterval":500} PolledWatches *deleted*:: -/a/b/modulefile2.ts: +/users/username/projects/project/modulefile2.ts: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} /a/lib/lib.d.ts: {} FsWatchesRecursive:: -/a/b: +/users/username/projects/project: {} -Info 51 [00:01:28.000] Running: /a/b/tsconfig.json -Info 52 [00:01:29.000] FileWatcher:: Added:: WatchInfo: /a/b/modulefile2.ts 500 undefined WatchType: Closed Script info -Info 53 [00:01:30.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 54 [00:01:31.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 3 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 55 [00:01:32.000] Project '/a/b/tsconfig.json' (Configured) -Info 56 [00:01:33.000] Files (3) +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/modulefile2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 3 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b/moduleFile2.ts Text-1 "export var Foo4 = 10;" - /a/b/referenceFile1.ts SVC-1-1 "\n /// \n export var x = Foo();export var yy = Foo();;" + /users/username/projects/project/moduleFile2.ts Text-1 "export var Foo4 = 10;" + /users/username/projects/project/referenceFile1.ts SVC-1-1 "\n /// \n export var x = Foo();export var yy = Foo();;" - ../lib/lib.d.ts + ../../../../a/lib/lib.d.ts Default library for target 'es5' moduleFile2.ts Referenced via './moduleFile2.ts' from file 'referenceFile1.ts' @@ -254,41 +264,43 @@ Info 56 [00:01:33.000] Files (3) referenceFile1.ts Matched by default include pattern '**/*' -Info 57 [00:01:34.000] ----------------------------------------------- -Info 58 [00:01:35.000] Running: *ensureProjectForOpenFiles* -Info 59 [00:01:36.000] Before ensureProjectForOpenFiles: -Info 60 [00:01:37.000] Project '/a/b/tsconfig.json' (Configured) -Info 60 [00:01:38.000] Files (3) - -Info 60 [00:01:39.000] ----------------------------------------------- -Info 60 [00:01:40.000] Open files: -Info 60 [00:01:41.000] FileName: /a/b/referenceFile1.ts ProjectRootPath: undefined -Info 60 [00:01:42.000] Projects: /a/b/tsconfig.json -Info 60 [00:01:43.000] After ensureProjectForOpenFiles: -Info 61 [00:01:44.000] Project '/a/b/tsconfig.json' (Configured) -Info 61 [00:01:45.000] Files (3) - -Info 61 [00:01:46.000] ----------------------------------------------- -Info 61 [00:01:47.000] Open files: -Info 61 [00:01:48.000] FileName: /a/b/referenceFile1.ts ProjectRootPath: undefined -Info 61 [00:01:49.000] Projects: /a/b/tsconfig.json -Info 61 [00:01:50.000] got projects updated in background, updating diagnostics for /a/b/referenceFile1.ts -Info 62 [00:01:51.000] event: - {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/a/b/referenceFile1.ts"]}} +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/referenceFile1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/referenceFile1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] got projects updated in background, updating diagnostics for /users/username/projects/project/referenceFile1.ts +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/referenceFile1.ts"]}} After running Timeout callback:: count: 0 PolledWatches:: -/a/b/node_modules/@types: +/users/username/projects/project/node_modules/@types: + {"pollingInterval":500} +/users/username/projects/node_modules/@types: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} /a/lib/lib.d.ts: {} -/a/b/modulefile2.ts: *new* +/users/username/projects/project/modulefile2.ts: *new* {} FsWatchesRecursive:: -/a/b: +/users/username/projects/project: {} diff --git a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/with-noGetErrOnBackgroundUpdate-and-should-detect-removed-code-file.js b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/with-noGetErrOnBackgroundUpdate-and-should-detect-removed-code-file.js index 01a2995c88c35..510a4ed819c35 100644 --- a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/with-noGetErrOnBackgroundUpdate-and-should-detect-removed-code-file.js +++ b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/with-noGetErrOnBackgroundUpdate-and-should-detect-removed-code-file.js @@ -1,110 +1,114 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:11.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request -//// [/a/b/referenceFile1.ts] +//// [/users/username/projects/project/referenceFile1.ts] /// export var x = Foo(); -//// [/a/b/tsconfig.json] +//// [/users/username/projects/project/tsconfig.json] {} -Info 1 [00:00:12.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { - "file": "/a/b/referenceFile1.ts" + "file": "/users/username/projects/project/referenceFile1.ts" }, "seq": 1, "type": "request" } -Info 2 [00:00:13.000] Search path: /a/b -Info 3 [00:00:14.000] For info: /a/b/referenceFile1.ts :: Config file name: /a/b/tsconfig.json -Info 4 [00:00:15.000] Creating configuration project /a/b/tsconfig.json -Info 5 [00:00:16.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 6 [00:00:17.000] event: - {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/a/b/tsconfig.json","reason":"Creating possible configured project for /a/b/referenceFile1.ts to open"}} -Info 7 [00:00:18.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /users/username/projects/project +Info seq [hh:mm:ss:mss] For info: /users/username/projects/project/referenceFile1.ts :: Config file name: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/tsconfig.json 2000 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/users/username/projects/project/tsconfig.json","reason":"Creating possible configured project for /users/username/projects/project/referenceFile1.ts to open"}} +Info seq [hh:mm:ss:mss] Config: /users/username/projects/project/tsconfig.json : { "rootNames": [ - "/a/b/referenceFile1.ts" + "/users/username/projects/project/referenceFile1.ts" ], "options": { - "configFilePath": "/a/b/tsconfig.json" + "configFilePath": "/users/username/projects/project/tsconfig.json" } } -Info 8 [00:00:19.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:20.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:21.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 11 [00:00:22.000] FileWatcher:: Added:: WatchInfo: /a/b/modulefile1.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 12 [00:00:23.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 13 [00:00:24.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 14 [00:00:25.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 15 [00:00:26.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:00:27.000] Project '/a/b/tsconfig.json' (Configured) -Info 17 [00:00:28.000] Files (1) - /a/b/referenceFile1.ts SVC-1-0 "\n /// \n export var x = Foo();" +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/modulefile1.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + /users/username/projects/project/referenceFile1.ts SVC-1-0 "\n /// \n export var x = Foo();" referenceFile1.ts Matched by default include pattern '**/*' -Info 18 [00:00:29.000] ----------------------------------------------- -Info 19 [00:00:30.000] event: - {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/a/b/tsconfig.json"}} -Info 20 [00:00:31.000] event: - {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"e10a1dc99ee63f16cb9b69bcee75540cdf41a1137371d3afbd4e7de507be5207","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":104,"tsx":0,"tsxSize":0,"dts":0,"dtsSize":0,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 21 [00:00:32.000] event: - {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/a/b/referenceFile1.ts","configFile":"/a/b/tsconfig.json","diagnostics":[{"text":"File '/a/lib/lib.d.ts' not found.\n The file is in the program because:\n Default library for target 'es5'","code":6053,"category":"error"},{"text":"Cannot find global type 'Array'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Boolean'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Function'.","code":2318,"category":"error"},{"text":"Cannot find global type 'IArguments'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Number'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Object'.","code":2318,"category":"error"},{"text":"Cannot find global type 'RegExp'.","code":2318,"category":"error"},{"text":"Cannot find global type 'String'.","code":2318,"category":"error"}]}} -Info 22 [00:00:33.000] Project '/a/b/tsconfig.json' (Configured) -Info 22 [00:00:34.000] Files (1) - -Info 22 [00:00:35.000] ----------------------------------------------- -Info 22 [00:00:36.000] Open files: -Info 22 [00:00:37.000] FileName: /a/b/referenceFile1.ts ProjectRootPath: undefined -Info 22 [00:00:38.000] Projects: /a/b/tsconfig.json -Info 22 [00:00:39.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/users/username/projects/project/tsconfig.json"}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"5b0be5fc7f7235edf5a31bffe614b4e0819e55ec5f118558864b1f882e283c0d","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":104,"tsx":0,"tsxSize":0,"dts":0,"dtsSize":0,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/users/username/projects/project/referenceFile1.ts","configFile":"/users/username/projects/project/tsconfig.json","diagnostics":[{"text":"File '/a/lib/lib.d.ts' not found.\n The file is in the program because:\n Default library for target 'es5'","code":6053,"category":"error"},{"text":"Cannot find global type 'Array'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Boolean'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Function'.","code":2318,"category":"error"},{"text":"Cannot find global type 'IArguments'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Number'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Object'.","code":2318,"category":"error"},{"text":"Cannot find global type 'RegExp'.","code":2318,"category":"error"},{"text":"Cannot find global type 'String'.","code":2318,"category":"error"}]}} +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/referenceFile1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request PolledWatches:: -/a/b/modulefile1.ts: *new* +/users/username/projects/project/modulefile1.ts: *new* {"pollingInterval":500} /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/b/node_modules/@types: *new* +/users/username/projects/project/node_modules/@types: *new* + {"pollingInterval":500} +/users/username/projects/node_modules/@types: *new* {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: *new* +/users/username/projects/project/tsconfig.json: *new* {} FsWatchesRecursive:: -/a/b: *new* +/users/username/projects/project: *new* {} -Info 23 [00:00:45.000] FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 24 [00:00:46.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 25 [00:00:47.000] Scheduled: /a/b/tsconfig.json -Info 26 [00:00:48.000] Scheduled: *ensureProjectForOpenFiles* -Info 27 [00:00:49.000] Elapsed:: *ms FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 28 [00:00:52.000] FileWatcher:: Triggered with /a/b/modulefile1.ts 0:: WatchInfo: /a/b/modulefile1.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 29 [00:00:53.000] FileWatcher:: Close:: WatchInfo: /a/b/modulefile1.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 30 [00:00:54.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 31 [00:00:55.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 32 [00:00:56.000] Elapsed:: *ms FileWatcher:: Triggered with /a/b/modulefile1.ts 0:: WatchInfo: /a/b/modulefile1.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 33 [00:00:57.000] DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 34 [00:00:58.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 35 [00:00:59.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 36 [00:01:00.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 37 [00:01:03.000] DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 38 [00:01:04.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 39 [00:01:05.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 40 [00:01:06.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /users/username/projects/project/modulefile1.ts 0:: WatchInfo: /users/username/projects/project/modulefile1.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /users/username/projects/project/modulefile1.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /users/username/projects/project/modulefile1.ts 0:: WatchInfo: /users/username/projects/project/modulefile1.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory Before running Timeout callback:: count: 2 -7: /a/b/tsconfig.json +7: /users/username/projects/project/tsconfig.json 8: *ensureProjectForOpenFiles* //// [/a/lib/lib.d.ts] /// @@ -121,74 +125,78 @@ interface Array { length: number; [n: number]: T; } PolledWatches:: -/a/b/node_modules/@types: +/users/username/projects/project/node_modules/@types: + {"pollingInterval":500} +/users/username/projects/node_modules/@types: {"pollingInterval":500} PolledWatches *deleted*:: -/a/b/modulefile1.ts: +/users/username/projects/project/modulefile1.ts: {"pollingInterval":500} /a/lib/lib.d.ts: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} FsWatchesRecursive:: -/a/b: +/users/username/projects/project: {} -Info 41 [00:01:07.000] Running: /a/b/tsconfig.json -Info 42 [00:01:08.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 43 [00:01:09.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 44 [00:01:10.000] FileWatcher:: Added:: WatchInfo: /a/b/modulefile1.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 45 [00:01:11.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 46 [00:01:12.000] Project '/a/b/tsconfig.json' (Configured) -Info 47 [00:01:13.000] Files (2) +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/modulefile1.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b/referenceFile1.ts SVC-1-0 "\n /// \n export var x = Foo();" + /users/username/projects/project/referenceFile1.ts SVC-1-0 "\n /// \n export var x = Foo();" - ../lib/lib.d.ts + ../../../../a/lib/lib.d.ts Default library for target 'es5' referenceFile1.ts Matched by default include pattern '**/*' -Info 48 [00:01:14.000] ----------------------------------------------- -Info 49 [00:01:15.000] Running: *ensureProjectForOpenFiles* -Info 50 [00:01:16.000] Before ensureProjectForOpenFiles: -Info 51 [00:01:17.000] Project '/a/b/tsconfig.json' (Configured) -Info 51 [00:01:18.000] Files (2) - -Info 51 [00:01:19.000] ----------------------------------------------- -Info 51 [00:01:20.000] Open files: -Info 51 [00:01:21.000] FileName: /a/b/referenceFile1.ts ProjectRootPath: undefined -Info 51 [00:01:22.000] Projects: /a/b/tsconfig.json -Info 51 [00:01:23.000] After ensureProjectForOpenFiles: -Info 52 [00:01:24.000] Project '/a/b/tsconfig.json' (Configured) -Info 52 [00:01:25.000] Files (2) - -Info 52 [00:01:26.000] ----------------------------------------------- -Info 52 [00:01:27.000] Open files: -Info 52 [00:01:28.000] FileName: /a/b/referenceFile1.ts ProjectRootPath: undefined -Info 52 [00:01:29.000] Projects: /a/b/tsconfig.json -Info 52 [00:01:30.000] got projects updated in background, updating diagnostics for /a/b/referenceFile1.ts -Info 53 [00:01:31.000] event: - {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/a/b/referenceFile1.ts"]}} +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/referenceFile1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/referenceFile1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] got projects updated in background, updating diagnostics for /users/username/projects/project/referenceFile1.ts +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/referenceFile1.ts"]}} After running Timeout callback:: count: 0 PolledWatches:: -/a/b/node_modules/@types: +/users/username/projects/project/node_modules/@types: + {"pollingInterval":500} +/users/username/projects/node_modules/@types: {"pollingInterval":500} -/a/b/modulefile1.ts: *new* +/users/username/projects/project/modulefile1.ts: *new* {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} /a/lib/lib.d.ts: *new* {} FsWatchesRecursive:: -/a/b: +/users/username/projects/project: {} diff --git a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/with-noGetErrOnBackgroundUpdate-and-should-return-all-files-if-a-global-file-changed-shape.js b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/with-noGetErrOnBackgroundUpdate-and-should-return-all-files-if-a-global-file-changed-shape.js index 15eeb81f5627f..31388405fdba7 100644 --- a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/with-noGetErrOnBackgroundUpdate-and-should-return-all-files-if-a-global-file-changed-shape.js +++ b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/with-noGetErrOnBackgroundUpdate-and-should-return-all-files-if-a-global-file-changed-shape.js @@ -1,140 +1,144 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:11.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request -//// [/a/b/file1Consumer1.ts] +//// [/users/username/projects/project/file1Consumer1.ts] import {Foo} from "./moduleFile1"; export var y = 10; -//// [/a/b/tsconfig.json] +//// [/users/username/projects/project/tsconfig.json] {} -Info 1 [00:00:12.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { - "file": "/a/b/file1Consumer1.ts" + "file": "/users/username/projects/project/file1Consumer1.ts" }, "seq": 1, "type": "request" } -Info 2 [00:00:13.000] Search path: /a/b -Info 3 [00:00:14.000] For info: /a/b/file1Consumer1.ts :: Config file name: /a/b/tsconfig.json -Info 4 [00:00:15.000] Creating configuration project /a/b/tsconfig.json -Info 5 [00:00:16.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 6 [00:00:17.000] event: - {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/a/b/tsconfig.json","reason":"Creating possible configured project for /a/b/file1Consumer1.ts to open"}} -Info 7 [00:00:18.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /users/username/projects/project +Info seq [hh:mm:ss:mss] For info: /users/username/projects/project/file1Consumer1.ts :: Config file name: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/tsconfig.json 2000 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/users/username/projects/project/tsconfig.json","reason":"Creating possible configured project for /users/username/projects/project/file1Consumer1.ts to open"}} +Info seq [hh:mm:ss:mss] Config: /users/username/projects/project/tsconfig.json : { "rootNames": [ - "/a/b/file1Consumer1.ts" + "/users/username/projects/project/file1Consumer1.ts" ], "options": { - "configFilePath": "/a/b/tsconfig.json" + "configFilePath": "/users/username/projects/project/tsconfig.json" } } -Info 8 [00:00:19.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:20.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:21.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 11 [00:00:22.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 12 [00:00:23.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 13 [00:00:24.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 14 [00:00:25.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:26.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 16 [00:00:27.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 17 [00:00:28.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 18 [00:00:29.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 19 [00:00:30.000] Project '/a/b/tsconfig.json' (Configured) -Info 20 [00:00:31.000] Files (1) - /a/b/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + /users/username/projects/project/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" file1Consumer1.ts Matched by default include pattern '**/*' -Info 21 [00:00:32.000] ----------------------------------------------- -Info 22 [00:00:33.000] event: - {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/a/b/tsconfig.json"}} -Info 23 [00:00:34.000] event: - {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"e10a1dc99ee63f16cb9b69bcee75540cdf41a1137371d3afbd4e7de507be5207","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":53,"tsx":0,"tsxSize":0,"dts":0,"dtsSize":0,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 24 [00:00:35.000] event: - {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/a/b/file1Consumer1.ts","configFile":"/a/b/tsconfig.json","diagnostics":[{"text":"File '/a/lib/lib.d.ts' not found.\n The file is in the program because:\n Default library for target 'es5'","code":6053,"category":"error"},{"text":"Cannot find global type 'Array'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Boolean'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Function'.","code":2318,"category":"error"},{"text":"Cannot find global type 'IArguments'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Number'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Object'.","code":2318,"category":"error"},{"text":"Cannot find global type 'RegExp'.","code":2318,"category":"error"},{"text":"Cannot find global type 'String'.","code":2318,"category":"error"}]}} -Info 25 [00:00:36.000] Project '/a/b/tsconfig.json' (Configured) -Info 25 [00:00:37.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/users/username/projects/project/tsconfig.json"}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"5b0be5fc7f7235edf5a31bffe614b4e0819e55ec5f118558864b1f882e283c0d","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":53,"tsx":0,"tsxSize":0,"dts":0,"dtsSize":0,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/users/username/projects/project/file1Consumer1.ts","configFile":"/users/username/projects/project/tsconfig.json","diagnostics":[{"text":"File '/a/lib/lib.d.ts' not found.\n The file is in the program because:\n Default library for target 'es5'","code":6053,"category":"error"},{"text":"Cannot find global type 'Array'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Boolean'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Function'.","code":2318,"category":"error"},{"text":"Cannot find global type 'IArguments'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Number'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Object'.","code":2318,"category":"error"},{"text":"Cannot find global type 'RegExp'.","code":2318,"category":"error"},{"text":"Cannot find global type 'String'.","code":2318,"category":"error"}]}} +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 25 [00:00:38.000] ----------------------------------------------- -Info 25 [00:00:39.000] Open files: -Info 25 [00:00:40.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 25 [00:00:41.000] Projects: /a/b/tsconfig.json -Info 25 [00:00:42.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request PolledWatches:: -/a/b/modulefile1: *new* +/users/username/projects/project/modulefile1: *new* {"pollingInterval":500} /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/b/node_modules/@types: *new* +/users/username/projects/project/node_modules/@types: *new* + {"pollingInterval":500} +/users/username/projects/node_modules/@types: *new* {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: *new* +/users/username/projects/project/tsconfig.json: *new* {} -/a/b: *new* +/users/username/projects/project: *new* {} FsWatchesRecursive:: -/a/b: *new* +/users/username/projects/project: *new* {} -Info 26 [00:00:46.000] DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 27 [00:00:47.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation -Info 28 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 29 [00:00:49.000] DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 30 [00:00:50.000] Scheduled: /a/b/tsconfig.json -Info 31 [00:00:51.000] Scheduled: *ensureProjectForOpenFiles* -Info 32 [00:00:52.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 33 [00:00:55.000] DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 34 [00:00:56.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 35 [00:00:57.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 36 [00:00:58.000] DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 37 [00:00:59.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 38 [00:01:00.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 39 [00:01:01.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 40 [00:01:04.000] DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 41 [00:01:05.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 42 [00:01:06.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 43 [00:01:07.000] DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 44 [00:01:08.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 45 [00:01:09.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 46 [00:01:10.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 47 [00:01:13.000] DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 48 [00:01:14.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 49 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 50 [00:01:16.000] DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 51 [00:01:17.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 52 [00:01:18.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 53 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 54 [00:01:24.000] FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 55 [00:01:25.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 56 [00:01:26.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 57 [00:01:27.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 58 [00:01:28.000] Elapsed:: *ms FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file Before running Timeout callback:: count: 3 -10: /a/b/tsconfig.jsonFailedLookupInvalidation -13: /a/b/tsconfig.json +10: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +13: /users/username/projects/project/tsconfig.json 14: *ensureProjectForOpenFiles* -//// [/a/b/moduleFile1.ts] +//// [/users/username/projects/project/moduleFile1.ts] export function Foo() { }; -//// [/a/b/file1Consumer2.ts] +//// [/users/username/projects/project/file1Consumer2.ts] import {Foo} from "./moduleFile1"; let z = 10; -//// [/a/b/moduleFile2.ts] +//// [/users/username/projects/project/moduleFile2.ts] export var Foo4 = 10; -//// [/a/b/globalFile3.ts] +//// [/users/username/projects/project/globalFile3.ts] interface GlobalFoo { age: number } //// [/a/lib/lib.d.ts] @@ -152,9 +156,11 @@ interface Array { length: number; [n: number]: T; } PolledWatches:: -/a/b/modulefile1: +/users/username/projects/project/modulefile1: + {"pollingInterval":500} +/users/username/projects/project/node_modules/@types: {"pollingInterval":500} -/a/b/node_modules/@types: +/users/username/projects/node_modules/@types: {"pollingInterval":500} PolledWatches *deleted*:: @@ -162,52 +168,52 @@ PolledWatches *deleted*:: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} -/a/b: +/users/username/projects/project: {} FsWatchesRecursive:: -/a/b: +/users/username/projects/project: {} -Info 59 [00:01:30.000] Running: /a/b/tsconfig.jsonFailedLookupInvalidation -Info 60 [00:01:31.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 61 [00:01:32.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one After running Timeout callback:: count: 2 -15: /a/b/tsconfig.json +15: /users/username/projects/project/tsconfig.json 16: *ensureProjectForOpenFiles* Before running Timeout callback:: count: 2 -15: /a/b/tsconfig.json +15: /users/username/projects/project/tsconfig.json 16: *ensureProjectForOpenFiles* -//// [/a/b/globalFile3.ts] +//// [/users/username/projects/project/globalFile3.ts] interface GlobalFoo { age: number }var T2: string; -Info 62 [00:01:36.000] Running: /a/b/tsconfig.json -Info 63 [00:01:37.000] FileWatcher:: Added:: WatchInfo: /a/b/file1Consumer2.ts 500 undefined WatchType: Closed Script info -Info 64 [00:01:38.000] FileWatcher:: Added:: WatchInfo: /a/b/globalFile3.ts 500 undefined WatchType: Closed Script info -Info 65 [00:01:39.000] FileWatcher:: Added:: WatchInfo: /a/b/moduleFile1.ts 500 undefined WatchType: Closed Script info -Info 66 [00:01:40.000] FileWatcher:: Added:: WatchInfo: /a/b/moduleFile2.ts 500 undefined WatchType: Closed Script info -Info 67 [00:01:41.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 68 [00:01:42.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 69 [00:01:43.000] DirectoryWatcher:: Close:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 70 [00:01:44.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 71 [00:01:45.000] DirectoryWatcher:: Close:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 72 [00:01:46.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 73 [00:01:47.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 74 [00:01:48.000] Project '/a/b/tsconfig.json' (Configured) -Info 75 [00:01:49.000] Files (6) +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/file1Consumer2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/globalFile3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b/moduleFile1.ts Text-1 "export function Foo() { };" - /a/b/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" - /a/b/file1Consumer2.ts Text-1 "import {Foo} from \"./moduleFile1\"; let z = 10;" - /a/b/globalFile3.ts Text-1 "interface GlobalFoo { age: number }var T2: string;" - /a/b/moduleFile2.ts Text-1 "export var Foo4 = 10;" + /users/username/projects/project/moduleFile1.ts Text-1 "export function Foo() { };" + /users/username/projects/project/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" + /users/username/projects/project/file1Consumer2.ts Text-1 "import {Foo} from \"./moduleFile1\"; let z = 10;" + /users/username/projects/project/globalFile3.ts Text-1 "interface GlobalFoo { age: number }var T2: string;" + /users/username/projects/project/moduleFile2.ts Text-1 "export var Foo4 = 10;" - ../lib/lib.d.ts + ../../../../a/lib/lib.d.ts Default library for target 'es5' moduleFile1.ts Imported via "./moduleFile1" from file 'file1Consumer1.ts' @@ -222,55 +228,57 @@ Info 75 [00:01:49.000] Files (6) moduleFile2.ts Matched by default include pattern '**/*' -Info 76 [00:01:50.000] ----------------------------------------------- -Info 77 [00:01:51.000] Running: *ensureProjectForOpenFiles* -Info 78 [00:01:52.000] Before ensureProjectForOpenFiles: -Info 79 [00:01:53.000] Project '/a/b/tsconfig.json' (Configured) -Info 79 [00:01:54.000] Files (6) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) -Info 79 [00:01:55.000] ----------------------------------------------- -Info 79 [00:01:56.000] Open files: -Info 79 [00:01:57.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 79 [00:01:58.000] Projects: /a/b/tsconfig.json -Info 79 [00:01:59.000] After ensureProjectForOpenFiles: -Info 80 [00:02:00.000] Project '/a/b/tsconfig.json' (Configured) -Info 80 [00:02:01.000] Files (6) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) -Info 80 [00:02:02.000] ----------------------------------------------- -Info 80 [00:02:03.000] Open files: -Info 80 [00:02:04.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 80 [00:02:05.000] Projects: /a/b/tsconfig.json -Info 80 [00:02:06.000] got projects updated in background, updating diagnostics for /a/b/file1Consumer1.ts -Info 81 [00:02:07.000] event: - {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/a/b/file1Consumer1.ts"]}} +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] got projects updated in background, updating diagnostics for /users/username/projects/project/file1Consumer1.ts +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/file1Consumer1.ts"]}} After running Timeout callback:: count: 0 PolledWatches:: -/a/b/node_modules/@types: +/users/username/projects/project/node_modules/@types: + {"pollingInterval":500} +/users/username/projects/node_modules/@types: {"pollingInterval":500} PolledWatches *deleted*:: -/a/b/modulefile1: +/users/username/projects/project/modulefile1: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} -/a/b/file1consumer2.ts: *new* +/users/username/projects/project/file1consumer2.ts: *new* {} -/a/b/globalfile3.ts: *new* +/users/username/projects/project/globalfile3.ts: *new* {} -/a/b/modulefile1.ts: *new* +/users/username/projects/project/modulefile1.ts: *new* {} -/a/b/modulefile2.ts: *new* +/users/username/projects/project/modulefile2.ts: *new* {} /a/lib/lib.d.ts: *new* {} FsWatches *deleted*:: -/a/b: +/users/username/projects/project: {} FsWatchesRecursive:: -/a/b: +/users/username/projects/project: {} diff --git a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/with-noGetErrOnBackgroundUpdate-and-should-return-cascaded-affected-file-list.js b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/with-noGetErrOnBackgroundUpdate-and-should-return-cascaded-affected-file-list.js index ef51d98756383..d43ab1ab5f63b 100644 --- a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/with-noGetErrOnBackgroundUpdate-and-should-return-cascaded-affected-file-list.js +++ b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/with-noGetErrOnBackgroundUpdate-and-should-return-cascaded-affected-file-list.js @@ -1,150 +1,154 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:11.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request -//// [/a/b/file1Consumer1.ts] +//// [/users/username/projects/project/file1Consumer1.ts] import {Foo} from "./moduleFile1"; export var y = 10; -//// [/a/b/tsconfig.json] +//// [/users/username/projects/project/tsconfig.json] {} -Info 1 [00:00:12.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { - "file": "/a/b/file1Consumer1.ts" + "file": "/users/username/projects/project/file1Consumer1.ts" }, "seq": 1, "type": "request" } -Info 2 [00:00:13.000] Search path: /a/b -Info 3 [00:00:14.000] For info: /a/b/file1Consumer1.ts :: Config file name: /a/b/tsconfig.json -Info 4 [00:00:15.000] Creating configuration project /a/b/tsconfig.json -Info 5 [00:00:16.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 6 [00:00:17.000] event: - {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/a/b/tsconfig.json","reason":"Creating possible configured project for /a/b/file1Consumer1.ts to open"}} -Info 7 [00:00:18.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /users/username/projects/project +Info seq [hh:mm:ss:mss] For info: /users/username/projects/project/file1Consumer1.ts :: Config file name: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/tsconfig.json 2000 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/users/username/projects/project/tsconfig.json","reason":"Creating possible configured project for /users/username/projects/project/file1Consumer1.ts to open"}} +Info seq [hh:mm:ss:mss] Config: /users/username/projects/project/tsconfig.json : { "rootNames": [ - "/a/b/file1Consumer1.ts" + "/users/username/projects/project/file1Consumer1.ts" ], "options": { - "configFilePath": "/a/b/tsconfig.json" + "configFilePath": "/users/username/projects/project/tsconfig.json" } } -Info 8 [00:00:19.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:20.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:21.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 11 [00:00:22.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 12 [00:00:23.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 13 [00:00:24.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 14 [00:00:25.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:26.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 16 [00:00:27.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 17 [00:00:28.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 18 [00:00:29.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 19 [00:00:30.000] Project '/a/b/tsconfig.json' (Configured) -Info 20 [00:00:31.000] Files (1) - /a/b/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + /users/username/projects/project/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" file1Consumer1.ts Matched by default include pattern '**/*' -Info 21 [00:00:32.000] ----------------------------------------------- -Info 22 [00:00:33.000] event: - {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/a/b/tsconfig.json"}} -Info 23 [00:00:34.000] event: - {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"e10a1dc99ee63f16cb9b69bcee75540cdf41a1137371d3afbd4e7de507be5207","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":53,"tsx":0,"tsxSize":0,"dts":0,"dtsSize":0,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 24 [00:00:35.000] event: - {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/a/b/file1Consumer1.ts","configFile":"/a/b/tsconfig.json","diagnostics":[{"text":"File '/a/lib/lib.d.ts' not found.\n The file is in the program because:\n Default library for target 'es5'","code":6053,"category":"error"},{"text":"Cannot find global type 'Array'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Boolean'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Function'.","code":2318,"category":"error"},{"text":"Cannot find global type 'IArguments'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Number'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Object'.","code":2318,"category":"error"},{"text":"Cannot find global type 'RegExp'.","code":2318,"category":"error"},{"text":"Cannot find global type 'String'.","code":2318,"category":"error"}]}} -Info 25 [00:00:36.000] Project '/a/b/tsconfig.json' (Configured) -Info 25 [00:00:37.000] Files (1) - -Info 25 [00:00:38.000] ----------------------------------------------- -Info 25 [00:00:39.000] Open files: -Info 25 [00:00:40.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 25 [00:00:41.000] Projects: /a/b/tsconfig.json -Info 25 [00:00:42.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/users/username/projects/project/tsconfig.json"}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"5b0be5fc7f7235edf5a31bffe614b4e0819e55ec5f118558864b1f882e283c0d","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":53,"tsx":0,"tsxSize":0,"dts":0,"dtsSize":0,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/users/username/projects/project/file1Consumer1.ts","configFile":"/users/username/projects/project/tsconfig.json","diagnostics":[{"text":"File '/a/lib/lib.d.ts' not found.\n The file is in the program because:\n Default library for target 'es5'","code":6053,"category":"error"},{"text":"Cannot find global type 'Array'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Boolean'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Function'.","code":2318,"category":"error"},{"text":"Cannot find global type 'IArguments'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Number'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Object'.","code":2318,"category":"error"},{"text":"Cannot find global type 'RegExp'.","code":2318,"category":"error"},{"text":"Cannot find global type 'String'.","code":2318,"category":"error"}]}} +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request PolledWatches:: -/a/b/modulefile1: *new* +/users/username/projects/project/modulefile1: *new* {"pollingInterval":500} /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/b/node_modules/@types: *new* +/users/username/projects/project/node_modules/@types: *new* + {"pollingInterval":500} +/users/username/projects/node_modules/@types: *new* {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: *new* +/users/username/projects/project/tsconfig.json: *new* {} -/a/b: *new* +/users/username/projects/project: *new* {} FsWatchesRecursive:: -/a/b: *new* +/users/username/projects/project: *new* {} -Info 26 [00:00:46.000] DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 27 [00:00:47.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation -Info 28 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 29 [00:00:49.000] DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 30 [00:00:50.000] Scheduled: /a/b/tsconfig.json -Info 31 [00:00:51.000] Scheduled: *ensureProjectForOpenFiles* -Info 32 [00:00:52.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 33 [00:00:55.000] DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 34 [00:00:56.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 35 [00:00:57.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 36 [00:00:58.000] DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 37 [00:00:59.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 38 [00:01:00.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 39 [00:01:01.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 40 [00:01:04.000] DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 41 [00:01:05.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 42 [00:01:06.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 43 [00:01:07.000] DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 44 [00:01:08.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 45 [00:01:09.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 46 [00:01:10.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 47 [00:01:13.000] DirectoryWatcher:: Triggered with /a/b/file1Consumer1Consumer1.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 48 [00:01:14.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 49 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/file1Consumer1Consumer1.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 50 [00:01:16.000] DirectoryWatcher:: Triggered with /a/b/file1Consumer1Consumer1.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 51 [00:01:17.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 52 [00:01:18.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 53 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/file1Consumer1Consumer1.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 54 [00:01:22.000] DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 55 [00:01:23.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 56 [00:01:24.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 57 [00:01:25.000] DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 58 [00:01:26.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 59 [00:01:27.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 60 [00:01:28.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 61 [00:01:33.000] FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 62 [00:01:34.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 63 [00:01:35.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 64 [00:01:36.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 65 [00:01:37.000] Elapsed:: *ms FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer1Consumer1.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer1Consumer1.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer1Consumer1.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer1Consumer1.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file Before running Timeout callback:: count: 3 -13: /a/b/tsconfig.jsonFailedLookupInvalidation -16: /a/b/tsconfig.json +13: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +16: /users/username/projects/project/tsconfig.json 17: *ensureProjectForOpenFiles* -//// [/a/b/moduleFile1.ts] +//// [/users/username/projects/project/moduleFile1.ts] export function Foo() { }; -//// [/a/b/file1Consumer2.ts] +//// [/users/username/projects/project/file1Consumer2.ts] import {Foo} from "./moduleFile1"; let z = 10; -//// [/a/b/moduleFile2.ts] +//// [/users/username/projects/project/moduleFile2.ts] export var Foo4 = 10; -//// [/a/b/file1Consumer1Consumer1.ts] +//// [/users/username/projects/project/file1Consumer1Consumer1.ts] import {y} from "./file1Consumer1"; -//// [/a/b/globalFile3.ts] +//// [/users/username/projects/project/globalFile3.ts] interface GlobalFoo { age: number } //// [/a/lib/lib.d.ts] @@ -162,9 +166,11 @@ interface Array { length: number; [n: number]: T; } PolledWatches:: -/a/b/modulefile1: +/users/username/projects/project/modulefile1: + {"pollingInterval":500} +/users/username/projects/project/node_modules/@types: {"pollingInterval":500} -/a/b/node_modules/@types: +/users/username/projects/node_modules/@types: {"pollingInterval":500} PolledWatches *deleted*:: @@ -172,29 +178,29 @@ PolledWatches *deleted*:: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} -/a/b: +/users/username/projects/project: {} FsWatchesRecursive:: -/a/b: +/users/username/projects/project: {} -Info 66 [00:01:39.000] Running: /a/b/tsconfig.jsonFailedLookupInvalidation -Info 67 [00:01:40.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 68 [00:01:41.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one After running Timeout callback:: count: 2 -18: /a/b/tsconfig.json +18: /users/username/projects/project/tsconfig.json 19: *ensureProjectForOpenFiles* Before request -Info 69 [00:01:42.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { - "file": "/a/b/file1Consumer1.ts", + "file": "/users/username/projects/project/file1Consumer1.ts", "insertString": "import {Foo} from \"./moduleFile1\"; export var y = 10;export var T: number;", "endLine": 1, "endOffset": 53, @@ -204,41 +210,41 @@ Info 69 [00:01:42.000] request: "seq": 2, "type": "request" } -Info 70 [00:01:43.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request Before running Timeout callback:: count: 2 -18: /a/b/tsconfig.json +18: /users/username/projects/project/tsconfig.json 19: *ensureProjectForOpenFiles* -Info 71 [00:01:44.000] Running: /a/b/tsconfig.json -Info 72 [00:01:45.000] FileWatcher:: Added:: WatchInfo: /a/b/file1Consumer1Consumer1.ts 500 undefined WatchType: Closed Script info -Info 73 [00:01:46.000] FileWatcher:: Added:: WatchInfo: /a/b/file1Consumer2.ts 500 undefined WatchType: Closed Script info -Info 74 [00:01:47.000] FileWatcher:: Added:: WatchInfo: /a/b/globalFile3.ts 500 undefined WatchType: Closed Script info -Info 75 [00:01:48.000] FileWatcher:: Added:: WatchInfo: /a/b/moduleFile1.ts 500 undefined WatchType: Closed Script info -Info 76 [00:01:49.000] FileWatcher:: Added:: WatchInfo: /a/b/moduleFile2.ts 500 undefined WatchType: Closed Script info -Info 77 [00:01:50.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 78 [00:01:51.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 79 [00:01:52.000] DirectoryWatcher:: Close:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 80 [00:01:53.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 81 [00:01:54.000] DirectoryWatcher:: Close:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 82 [00:01:55.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 83 [00:01:56.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 84 [00:01:57.000] Project '/a/b/tsconfig.json' (Configured) -Info 85 [00:01:58.000] Files (7) +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/file1Consumer1Consumer1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/file1Consumer2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/globalFile3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (7) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b/moduleFile1.ts Text-1 "export function Foo() { };" - /a/b/file1Consumer1.ts SVC-1-1 "import {Foo} from \"./moduleFile1\"; export var y = 10;export var T: number;;" - /a/b/file1Consumer1Consumer1.ts Text-1 "import {y} from \"./file1Consumer1\";" - /a/b/file1Consumer2.ts Text-1 "import {Foo} from \"./moduleFile1\"; let z = 10;" - /a/b/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" - /a/b/moduleFile2.ts Text-1 "export var Foo4 = 10;" + /users/username/projects/project/moduleFile1.ts Text-1 "export function Foo() { };" + /users/username/projects/project/file1Consumer1.ts SVC-1-1 "import {Foo} from \"./moduleFile1\"; export var y = 10;export var T: number;;" + /users/username/projects/project/file1Consumer1Consumer1.ts Text-1 "import {y} from \"./file1Consumer1\";" + /users/username/projects/project/file1Consumer2.ts Text-1 "import {Foo} from \"./moduleFile1\"; let z = 10;" + /users/username/projects/project/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" + /users/username/projects/project/moduleFile2.ts Text-1 "export var Foo4 = 10;" - ../lib/lib.d.ts + ../../../../a/lib/lib.d.ts Default library for target 'es5' moduleFile1.ts Imported via "./moduleFile1" from file 'file1Consumer1.ts' @@ -256,115 +262,117 @@ Info 85 [00:01:58.000] Files (7) moduleFile2.ts Matched by default include pattern '**/*' -Info 86 [00:01:59.000] ----------------------------------------------- -Info 87 [00:02:00.000] Running: *ensureProjectForOpenFiles* -Info 88 [00:02:01.000] Before ensureProjectForOpenFiles: -Info 89 [00:02:02.000] Project '/a/b/tsconfig.json' (Configured) -Info 89 [00:02:03.000] Files (7) - -Info 89 [00:02:04.000] ----------------------------------------------- -Info 89 [00:02:05.000] Open files: -Info 89 [00:02:06.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 89 [00:02:07.000] Projects: /a/b/tsconfig.json -Info 89 [00:02:08.000] After ensureProjectForOpenFiles: -Info 90 [00:02:09.000] Project '/a/b/tsconfig.json' (Configured) -Info 90 [00:02:10.000] Files (7) - -Info 90 [00:02:11.000] ----------------------------------------------- -Info 90 [00:02:12.000] Open files: -Info 90 [00:02:13.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 90 [00:02:14.000] Projects: /a/b/tsconfig.json -Info 90 [00:02:15.000] got projects updated in background, updating diagnostics for /a/b/file1Consumer1.ts -Info 91 [00:02:16.000] event: - {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/a/b/file1Consumer1.ts"]}} +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (7) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (7) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] got projects updated in background, updating diagnostics for /users/username/projects/project/file1Consumer1.ts +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/file1Consumer1.ts"]}} After running Timeout callback:: count: 0 PolledWatches:: -/a/b/node_modules/@types: +/users/username/projects/project/node_modules/@types: + {"pollingInterval":500} +/users/username/projects/node_modules/@types: {"pollingInterval":500} PolledWatches *deleted*:: -/a/b/modulefile1: +/users/username/projects/project/modulefile1: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} -/a/b/file1consumer1consumer1.ts: *new* +/users/username/projects/project/file1consumer1consumer1.ts: *new* {} -/a/b/file1consumer2.ts: *new* +/users/username/projects/project/file1consumer2.ts: *new* {} -/a/b/globalfile3.ts: *new* +/users/username/projects/project/globalfile3.ts: *new* {} -/a/b/modulefile1.ts: *new* +/users/username/projects/project/modulefile1.ts: *new* {} -/a/b/modulefile2.ts: *new* +/users/username/projects/project/modulefile2.ts: *new* {} /a/lib/lib.d.ts: *new* {} FsWatches *deleted*:: -/a/b: +/users/username/projects/project: {} FsWatchesRecursive:: -/a/b: +/users/username/projects/project: {} -Info 92 [00:02:20.000] FileWatcher:: Triggered with /a/b/moduleFile1.ts 1:: WatchInfo: /a/b/moduleFile1.ts 500 undefined WatchType: Closed Script info -Info 93 [00:02:21.000] Scheduled: /a/b/tsconfig.json -Info 94 [00:02:22.000] Scheduled: *ensureProjectForOpenFiles* -Info 95 [00:02:23.000] Elapsed:: *ms FileWatcher:: Triggered with /a/b/moduleFile1.ts 1:: WatchInfo: /a/b/moduleFile1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts 1:: WatchInfo: /users/username/projects/project/moduleFile1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts 1:: WatchInfo: /users/username/projects/project/moduleFile1.ts 500 undefined WatchType: Closed Script info Before running Timeout callback:: count: 2 -20: /a/b/tsconfig.json +20: /users/username/projects/project/tsconfig.json 21: *ensureProjectForOpenFiles* -//// [/a/b/moduleFile1.ts] +//// [/users/username/projects/project/moduleFile1.ts] export var T: number;export function Foo() { }; -Info 96 [00:02:24.000] Running: /a/b/tsconfig.json -Info 97 [00:02:25.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 98 [00:02:26.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 99 [00:02:27.000] Project '/a/b/tsconfig.json' (Configured) -Info 100 [00:02:28.000] Files (7) +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (7) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b/moduleFile1.ts Text-2 "export var T: number;export function Foo() { };" - /a/b/file1Consumer1.ts SVC-1-1 "import {Foo} from \"./moduleFile1\"; export var y = 10;export var T: number;;" - /a/b/file1Consumer1Consumer1.ts Text-1 "import {y} from \"./file1Consumer1\";" - /a/b/file1Consumer2.ts Text-1 "import {Foo} from \"./moduleFile1\"; let z = 10;" - /a/b/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" - /a/b/moduleFile2.ts Text-1 "export var Foo4 = 10;" - -Info 101 [00:02:29.000] ----------------------------------------------- -Info 102 [00:02:30.000] Running: *ensureProjectForOpenFiles* -Info 103 [00:02:31.000] Before ensureProjectForOpenFiles: -Info 104 [00:02:32.000] Project '/a/b/tsconfig.json' (Configured) -Info 104 [00:02:33.000] Files (7) - -Info 104 [00:02:34.000] ----------------------------------------------- -Info 104 [00:02:35.000] Open files: -Info 104 [00:02:36.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 104 [00:02:37.000] Projects: /a/b/tsconfig.json -Info 104 [00:02:38.000] After ensureProjectForOpenFiles: -Info 105 [00:02:39.000] Project '/a/b/tsconfig.json' (Configured) -Info 105 [00:02:40.000] Files (7) - -Info 105 [00:02:41.000] ----------------------------------------------- -Info 105 [00:02:42.000] Open files: -Info 105 [00:02:43.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 105 [00:02:44.000] Projects: /a/b/tsconfig.json -Info 105 [00:02:45.000] got projects updated in background, updating diagnostics for /a/b/file1Consumer1.ts -Info 106 [00:02:46.000] event: - {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/a/b/file1Consumer1.ts"]}} + /users/username/projects/project/moduleFile1.ts Text-2 "export var T: number;export function Foo() { };" + /users/username/projects/project/file1Consumer1.ts SVC-1-1 "import {Foo} from \"./moduleFile1\"; export var y = 10;export var T: number;;" + /users/username/projects/project/file1Consumer1Consumer1.ts Text-1 "import {y} from \"./file1Consumer1\";" + /users/username/projects/project/file1Consumer2.ts Text-1 "import {Foo} from \"./moduleFile1\"; let z = 10;" + /users/username/projects/project/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" + /users/username/projects/project/moduleFile2.ts Text-1 "export var Foo4 = 10;" + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (7) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (7) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] got projects updated in background, updating diagnostics for /users/username/projects/project/file1Consumer1.ts +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/file1Consumer1.ts"]}} After running Timeout callback:: count: 0 Before request -Info 107 [00:02:47.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { - "file": "/a/b/file1Consumer1.ts", + "file": "/users/username/projects/project/file1Consumer1.ts", "insertString": "import {Foo} from \"./moduleFile1\"; export var y = 10;export var T: number;export var T2: number;", "endLine": 1, "endOffset": 74, @@ -374,55 +382,55 @@ Info 107 [00:02:47.000] request: "seq": 3, "type": "request" } -Info 108 [00:02:48.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request -Info 109 [00:02:52.000] FileWatcher:: Triggered with /a/b/moduleFile1.ts 1:: WatchInfo: /a/b/moduleFile1.ts 500 undefined WatchType: Closed Script info -Info 110 [00:02:53.000] Scheduled: /a/b/tsconfig.json -Info 111 [00:02:54.000] Scheduled: *ensureProjectForOpenFiles* -Info 112 [00:02:55.000] Elapsed:: *ms FileWatcher:: Triggered with /a/b/moduleFile1.ts 1:: WatchInfo: /a/b/moduleFile1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts 1:: WatchInfo: /users/username/projects/project/moduleFile1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts 1:: WatchInfo: /users/username/projects/project/moduleFile1.ts 500 undefined WatchType: Closed Script info Before running Timeout callback:: count: 2 -22: /a/b/tsconfig.json +22: /users/username/projects/project/tsconfig.json 23: *ensureProjectForOpenFiles* -//// [/a/b/moduleFile1.ts] +//// [/users/username/projects/project/moduleFile1.ts] export var T2: number;export function Foo() { }; -Info 113 [00:02:56.000] Running: /a/b/tsconfig.json -Info 114 [00:02:57.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 115 [00:02:58.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 4 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 116 [00:02:59.000] Project '/a/b/tsconfig.json' (Configured) -Info 117 [00:03:00.000] Files (7) +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 4 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (7) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b/moduleFile1.ts Text-3 "export var T2: number;export function Foo() { };" - /a/b/file1Consumer1.ts SVC-1-2 "import {Foo} from \"./moduleFile1\"; export var y = 10;export var T: number;export var T2: number;;;" - /a/b/file1Consumer1Consumer1.ts Text-1 "import {y} from \"./file1Consumer1\";" - /a/b/file1Consumer2.ts Text-1 "import {Foo} from \"./moduleFile1\"; let z = 10;" - /a/b/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" - /a/b/moduleFile2.ts Text-1 "export var Foo4 = 10;" - -Info 118 [00:03:01.000] ----------------------------------------------- -Info 119 [00:03:02.000] Running: *ensureProjectForOpenFiles* -Info 120 [00:03:03.000] Before ensureProjectForOpenFiles: -Info 121 [00:03:04.000] Project '/a/b/tsconfig.json' (Configured) -Info 121 [00:03:05.000] Files (7) - -Info 121 [00:03:06.000] ----------------------------------------------- -Info 121 [00:03:07.000] Open files: -Info 121 [00:03:08.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 121 [00:03:09.000] Projects: /a/b/tsconfig.json -Info 121 [00:03:10.000] After ensureProjectForOpenFiles: -Info 122 [00:03:11.000] Project '/a/b/tsconfig.json' (Configured) -Info 122 [00:03:12.000] Files (7) - -Info 122 [00:03:13.000] ----------------------------------------------- -Info 122 [00:03:14.000] Open files: -Info 122 [00:03:15.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 122 [00:03:16.000] Projects: /a/b/tsconfig.json -Info 122 [00:03:17.000] got projects updated in background, updating diagnostics for /a/b/file1Consumer1.ts -Info 123 [00:03:18.000] event: - {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/a/b/file1Consumer1.ts"]}} + /users/username/projects/project/moduleFile1.ts Text-3 "export var T2: number;export function Foo() { };" + /users/username/projects/project/file1Consumer1.ts SVC-1-2 "import {Foo} from \"./moduleFile1\"; export var y = 10;export var T: number;export var T2: number;;;" + /users/username/projects/project/file1Consumer1Consumer1.ts Text-1 "import {y} from \"./file1Consumer1\";" + /users/username/projects/project/file1Consumer2.ts Text-1 "import {Foo} from \"./moduleFile1\"; let z = 10;" + /users/username/projects/project/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" + /users/username/projects/project/moduleFile2.ts Text-1 "export var Foo4 = 10;" + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (7) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (7) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] got projects updated in background, updating diagnostics for /users/username/projects/project/file1Consumer1.ts +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/file1Consumer1.ts"]}} After running Timeout callback:: count: 0 diff --git a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/with-noGetErrOnBackgroundUpdate-and-should-work-fine-for-files-with-circular-references.js b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/with-noGetErrOnBackgroundUpdate-and-should-work-fine-for-files-with-circular-references.js index a38aa0ebacc4b..782fda0d9e635 100644 --- a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/with-noGetErrOnBackgroundUpdate-and-should-work-fine-for-files-with-circular-references.js +++ b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/with-noGetErrOnBackgroundUpdate-and-should-work-fine-for-files-with-circular-references.js @@ -1,106 +1,110 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:11.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request -//// [/a/b/file1.ts] +//// [/users/username/projects/project/file1.ts] /// export var t1 = 10; -//// [/a/b/tsconfig.json] +//// [/users/username/projects/project/tsconfig.json] {} -Info 1 [00:00:12.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { - "file": "/a/b/file1.ts" + "file": "/users/username/projects/project/file1.ts" }, "seq": 1, "type": "request" } -Info 2 [00:00:13.000] Search path: /a/b -Info 3 [00:00:14.000] For info: /a/b/file1.ts :: Config file name: /a/b/tsconfig.json -Info 4 [00:00:15.000] Creating configuration project /a/b/tsconfig.json -Info 5 [00:00:16.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 6 [00:00:17.000] event: - {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/a/b/tsconfig.json","reason":"Creating possible configured project for /a/b/file1.ts to open"}} -Info 7 [00:00:18.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /users/username/projects/project +Info seq [hh:mm:ss:mss] For info: /users/username/projects/project/file1.ts :: Config file name: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/tsconfig.json 2000 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/users/username/projects/project/tsconfig.json","reason":"Creating possible configured project for /users/username/projects/project/file1.ts to open"}} +Info seq [hh:mm:ss:mss] Config: /users/username/projects/project/tsconfig.json : { "rootNames": [ - "/a/b/file1.ts" + "/users/username/projects/project/file1.ts" ], "options": { - "configFilePath": "/a/b/tsconfig.json" + "configFilePath": "/users/username/projects/project/tsconfig.json" } } -Info 8 [00:00:19.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:20.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:21.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 11 [00:00:22.000] FileWatcher:: Added:: WatchInfo: /a/b/file2.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 12 [00:00:23.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 13 [00:00:24.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 14 [00:00:25.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 15 [00:00:26.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:00:27.000] Project '/a/b/tsconfig.json' (Configured) -Info 17 [00:00:28.000] Files (1) - /a/b/file1.ts SVC-1-0 "\n /// \n export var t1 = 10;" +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/file2.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + /users/username/projects/project/file1.ts SVC-1-0 "\n /// \n export var t1 = 10;" file1.ts Matched by default include pattern '**/*' -Info 18 [00:00:29.000] ----------------------------------------------- -Info 19 [00:00:30.000] event: - {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/a/b/tsconfig.json"}} -Info 20 [00:00:31.000] event: - {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"e10a1dc99ee63f16cb9b69bcee75540cdf41a1137371d3afbd4e7de507be5207","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":96,"tsx":0,"tsxSize":0,"dts":0,"dtsSize":0,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 21 [00:00:32.000] event: - {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/a/b/file1.ts","configFile":"/a/b/tsconfig.json","diagnostics":[{"text":"File '/a/lib/lib.d.ts' not found.\n The file is in the program because:\n Default library for target 'es5'","code":6053,"category":"error"},{"text":"Cannot find global type 'Array'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Boolean'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Function'.","code":2318,"category":"error"},{"text":"Cannot find global type 'IArguments'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Number'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Object'.","code":2318,"category":"error"},{"text":"Cannot find global type 'RegExp'.","code":2318,"category":"error"},{"text":"Cannot find global type 'String'.","code":2318,"category":"error"}]}} -Info 22 [00:00:33.000] Project '/a/b/tsconfig.json' (Configured) -Info 22 [00:00:34.000] Files (1) - -Info 22 [00:00:35.000] ----------------------------------------------- -Info 22 [00:00:36.000] Open files: -Info 22 [00:00:37.000] FileName: /a/b/file1.ts ProjectRootPath: undefined -Info 22 [00:00:38.000] Projects: /a/b/tsconfig.json -Info 22 [00:00:39.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/users/username/projects/project/tsconfig.json"}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"5b0be5fc7f7235edf5a31bffe614b4e0819e55ec5f118558864b1f882e283c0d","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":96,"tsx":0,"tsxSize":0,"dts":0,"dtsSize":0,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/users/username/projects/project/file1.ts","configFile":"/users/username/projects/project/tsconfig.json","diagnostics":[{"text":"File '/a/lib/lib.d.ts' not found.\n The file is in the program because:\n Default library for target 'es5'","code":6053,"category":"error"},{"text":"Cannot find global type 'Array'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Boolean'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Function'.","code":2318,"category":"error"},{"text":"Cannot find global type 'IArguments'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Number'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Object'.","code":2318,"category":"error"},{"text":"Cannot find global type 'RegExp'.","code":2318,"category":"error"},{"text":"Cannot find global type 'String'.","code":2318,"category":"error"}]}} +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request PolledWatches:: -/a/b/file2.ts: *new* +/users/username/projects/project/file2.ts: *new* {"pollingInterval":500} /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/b/node_modules/@types: *new* +/users/username/projects/project/node_modules/@types: *new* + {"pollingInterval":500} +/users/username/projects/node_modules/@types: *new* {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: *new* +/users/username/projects/project/tsconfig.json: *new* {} FsWatchesRecursive:: -/a/b: *new* +/users/username/projects/project: *new* {} -Info 23 [00:00:45.000] FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 24 [00:00:46.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 25 [00:00:47.000] Scheduled: /a/b/tsconfig.json -Info 26 [00:00:48.000] Scheduled: *ensureProjectForOpenFiles* -Info 27 [00:00:49.000] Elapsed:: *ms FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 28 [00:00:52.000] FileWatcher:: Triggered with /a/b/file2.ts 0:: WatchInfo: /a/b/file2.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 29 [00:00:53.000] FileWatcher:: Close:: WatchInfo: /a/b/file2.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 30 [00:00:54.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 31 [00:00:55.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 32 [00:00:56.000] Elapsed:: *ms FileWatcher:: Triggered with /a/b/file2.ts 0:: WatchInfo: /a/b/file2.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 33 [00:00:57.000] DirectoryWatcher:: Triggered with /a/b/file2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 34 [00:00:58.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 35 [00:00:59.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 36 [00:01:00.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/file2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /users/username/projects/project/file2.ts 0:: WatchInfo: /users/username/projects/project/file2.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /users/username/projects/project/file2.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /users/username/projects/project/file2.ts 0:: WatchInfo: /users/username/projects/project/file2.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/file2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/file2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory Before running Timeout callback:: count: 2 -5: /a/b/tsconfig.json +5: /users/username/projects/project/tsconfig.json 6: *ensureProjectForOpenFiles* //// [/a/lib/lib.d.ts] /// @@ -115,43 +119,45 @@ interface RegExp {} interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -//// [/a/b/file2.ts] +//// [/users/username/projects/project/file2.ts] /// export var t2 = 10;export var t3 = 10; PolledWatches:: -/a/b/node_modules/@types: +/users/username/projects/project/node_modules/@types: + {"pollingInterval":500} +/users/username/projects/node_modules/@types: {"pollingInterval":500} PolledWatches *deleted*:: -/a/b/file2.ts: +/users/username/projects/project/file2.ts: {"pollingInterval":500} /a/lib/lib.d.ts: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} FsWatchesRecursive:: -/a/b: +/users/username/projects/project: {} -Info 37 [00:01:05.000] Running: /a/b/tsconfig.json -Info 38 [00:01:06.000] FileWatcher:: Added:: WatchInfo: /a/b/file2.ts 500 undefined WatchType: Closed Script info -Info 39 [00:01:07.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 40 [00:01:08.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 41 [00:01:09.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 42 [00:01:10.000] Project '/a/b/tsconfig.json' (Configured) -Info 43 [00:01:11.000] Files (3) +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/file2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b/file2.ts Text-1 "\n /// \n export var t2 = 10;export var t3 = 10;" - /a/b/file1.ts SVC-1-0 "\n /// \n export var t1 = 10;" + /users/username/projects/project/file2.ts Text-1 "\n /// \n export var t2 = 10;export var t3 = 10;" + /users/username/projects/project/file1.ts SVC-1-0 "\n /// \n export var t1 = 10;" - ../lib/lib.d.ts + ../../../../a/lib/lib.d.ts Default library for target 'es5' file2.ts Referenced via './file2.ts' from file 'file1.ts' @@ -160,41 +166,43 @@ Info 43 [00:01:11.000] Files (3) Matched by default include pattern '**/*' Referenced via './file1.ts' from file 'file2.ts' -Info 44 [00:01:12.000] ----------------------------------------------- -Info 45 [00:01:13.000] Running: *ensureProjectForOpenFiles* -Info 46 [00:01:14.000] Before ensureProjectForOpenFiles: -Info 47 [00:01:15.000] Project '/a/b/tsconfig.json' (Configured) -Info 47 [00:01:16.000] Files (3) - -Info 47 [00:01:17.000] ----------------------------------------------- -Info 47 [00:01:18.000] Open files: -Info 47 [00:01:19.000] FileName: /a/b/file1.ts ProjectRootPath: undefined -Info 47 [00:01:20.000] Projects: /a/b/tsconfig.json -Info 47 [00:01:21.000] After ensureProjectForOpenFiles: -Info 48 [00:01:22.000] Project '/a/b/tsconfig.json' (Configured) -Info 48 [00:01:23.000] Files (3) - -Info 48 [00:01:24.000] ----------------------------------------------- -Info 48 [00:01:25.000] Open files: -Info 48 [00:01:26.000] FileName: /a/b/file1.ts ProjectRootPath: undefined -Info 48 [00:01:27.000] Projects: /a/b/tsconfig.json -Info 48 [00:01:28.000] got projects updated in background, updating diagnostics for /a/b/file1.ts -Info 49 [00:01:29.000] event: - {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/a/b/file1.ts"]}} +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] got projects updated in background, updating diagnostics for /users/username/projects/project/file1.ts +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/file1.ts"]}} After running Timeout callback:: count: 0 PolledWatches:: -/a/b/node_modules/@types: +/users/username/projects/project/node_modules/@types: + {"pollingInterval":500} +/users/username/projects/node_modules/@types: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} -/a/b/file2.ts: *new* +/users/username/projects/project/file2.ts: *new* {} /a/lib/lib.d.ts: *new* {} FsWatchesRecursive:: -/a/b: +/users/username/projects/project: {} diff --git a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/with-noGetErrOnBackgroundUpdate-and-when---out-is-set.js b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/with-noGetErrOnBackgroundUpdate-and-when---out-is-set.js index a9b7ff24152bd..00061a981102d 100644 --- a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/with-noGetErrOnBackgroundUpdate-and-when---out-is-set.js +++ b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/with-noGetErrOnBackgroundUpdate-and-when---out-is-set.js @@ -1,10 +1,10 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:13.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request -//// [/a/a.ts] +//// [/users/username/projects/project/a.ts] export let x = 1 -//// [/a/tsconfig.json] +//// [/users/username/projects/project/tsconfig.json] {"compilerOptions":{"out":"/a/out.js"}} //// [/a/lib/lib.d.ts] @@ -21,190 +21,195 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:14.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { - "file": "/a/a.ts" + "file": "/users/username/projects/project/a.ts" }, "seq": 1, "type": "request" } -Info 2 [00:00:15.000] Search path: /a -Info 3 [00:00:16.000] For info: /a/a.ts :: Config file name: /a/tsconfig.json -Info 4 [00:00:17.000] Creating configuration project /a/tsconfig.json -Info 5 [00:00:18.000] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 6 [00:00:19.000] event: - {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/a/tsconfig.json","reason":"Creating possible configured project for /a/a.ts to open"}} -Info 7 [00:00:20.000] Config: /a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /users/username/projects/project +Info seq [hh:mm:ss:mss] For info: /users/username/projects/project/a.ts :: Config file name: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/tsconfig.json 2000 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/users/username/projects/project/tsconfig.json","reason":"Creating possible configured project for /users/username/projects/project/a.ts to open"}} +Info seq [hh:mm:ss:mss] Config: /users/username/projects/project/tsconfig.json : { "rootNames": [ - "/a/a.ts", - "/a/lib/lib.d.ts" + "/users/username/projects/project/a.ts" ], "options": { "out": "/a/out.js", - "configFilePath": "/a/tsconfig.json" + "configFilePath": "/users/username/projects/project/tsconfig.json" } } -Info 8 [00:00:21.000] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:22.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:23.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:24.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 12 [00:00:25.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 13 [00:00:26.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 14 [00:00:27.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:28.000] Project '/a/tsconfig.json' (Configured) -Info 16 [00:00:29.000] Files (2) - /a/a.ts SVC-1-0 "export let x = 1" +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" + /users/username/projects/project/a.ts SVC-1-0 "export let x = 1" + ../../../../a/lib/lib.d.ts + Default library for target 'es5' a.ts Matched by default include pattern '**/*' - lib/lib.d.ts - Matched by default include pattern '**/*' -Info 17 [00:00:30.000] ----------------------------------------------- -Info 18 [00:00:31.000] event: - {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/a/tsconfig.json"}} -Info 19 [00:00:32.000] event: - {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"bcbb3eb9a7f46ab3b8f574ad3733f3e5a7ce50557c14c0c6192f1203aedcacca","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":16,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{"out":""},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 20 [00:00:33.000] event: - {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/a/a.ts","configFile":"/a/tsconfig.json","diagnostics":[{"start":{"line":1,"offset":21},"end":{"line":1,"offset":26},"text":"Option 'out' is deprecated and will stop functioning in TypeScript 5.5. Specify compilerOption '\"ignoreDeprecations\": \"5.0\"' to silence this error.\n Use 'outFile' instead.","code":5101,"category":"error","fileName":"/a/tsconfig.json"}]}} -Info 21 [00:00:34.000] Project '/a/tsconfig.json' (Configured) -Info 21 [00:00:35.000] Files (2) - -Info 21 [00:00:36.000] ----------------------------------------------- -Info 21 [00:00:37.000] Open files: -Info 21 [00:00:38.000] FileName: /a/a.ts ProjectRootPath: undefined -Info 21 [00:00:39.000] Projects: /a/tsconfig.json -Info 21 [00:00:40.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/users/username/projects/project/tsconfig.json"}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"5b0be5fc7f7235edf5a31bffe614b4e0819e55ec5f118558864b1f882e283c0d","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":16,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{"out":""},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/users/username/projects/project/a.ts","configFile":"/users/username/projects/project/tsconfig.json","diagnostics":[{"start":{"line":1,"offset":21},"end":{"line":1,"offset":26},"text":"Option 'out' is deprecated and will stop functioning in TypeScript 5.5. Specify compilerOption '\"ignoreDeprecations\": \"5.0\"' to silence this error.\n Use 'outFile' instead.","code":5101,"category":"error","fileName":"/users/username/projects/project/tsconfig.json"}]}} +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request PolledWatches:: -/a/node_modules/@types: *new* +/users/username/projects/project/node_modules/@types: *new* + {"pollingInterval":500} +/users/username/projects/node_modules/@types: *new* {"pollingInterval":500} FsWatches:: -/a/tsconfig.json: *new* +/users/username/projects/project/tsconfig.json: *new* {} /a/lib/lib.d.ts: *new* {} FsWatchesRecursive:: -/a: *new* +/users/username/projects/project: *new* {} -Info 22 [00:00:43.000] DirectoryWatcher:: Triggered with /a/b.ts :: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 23 [00:00:44.000] Scheduled: /a/tsconfig.json -Info 24 [00:00:45.000] Scheduled: *ensureProjectForOpenFiles* -Info 25 [00:00:46.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b.ts :: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/b.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/b.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory Before running Timeout callback:: count: 2 -1: /a/tsconfig.json +1: /users/username/projects/project/tsconfig.json 2: *ensureProjectForOpenFiles* -//// [/a/b.ts] +//// [/users/username/projects/project/b.ts] export let y = 1 -Info 26 [00:00:47.000] Running: /a/tsconfig.json -Info 27 [00:00:48.000] FileWatcher:: Added:: WatchInfo: /a/b.ts 500 undefined WatchType: Closed Script info -Info 28 [00:00:49.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 29 [00:00:50.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 30 [00:00:51.000] Project '/a/tsconfig.json' (Configured) -Info 31 [00:00:52.000] Files (3) - /a/a.ts SVC-1-0 "export let x = 1" +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b.ts Text-1 "export let y = 1" + /users/username/projects/project/a.ts SVC-1-0 "export let x = 1" + /users/username/projects/project/b.ts Text-1 "export let y = 1" + ../../../../a/lib/lib.d.ts + Default library for target 'es5' a.ts Matched by default include pattern '**/*' - lib/lib.d.ts - Matched by default include pattern '**/*' b.ts Matched by default include pattern '**/*' -Info 32 [00:00:53.000] ----------------------------------------------- -Info 33 [00:00:54.000] Running: *ensureProjectForOpenFiles* -Info 34 [00:00:55.000] Before ensureProjectForOpenFiles: -Info 35 [00:00:56.000] Project '/a/tsconfig.json' (Configured) -Info 35 [00:00:57.000] Files (3) - -Info 35 [00:00:58.000] ----------------------------------------------- -Info 35 [00:00:59.000] Open files: -Info 35 [00:01:00.000] FileName: /a/a.ts ProjectRootPath: undefined -Info 35 [00:01:01.000] Projects: /a/tsconfig.json -Info 35 [00:01:02.000] After ensureProjectForOpenFiles: -Info 36 [00:01:03.000] Project '/a/tsconfig.json' (Configured) -Info 36 [00:01:04.000] Files (3) - -Info 36 [00:01:05.000] ----------------------------------------------- -Info 36 [00:01:06.000] Open files: -Info 36 [00:01:07.000] FileName: /a/a.ts ProjectRootPath: undefined -Info 36 [00:01:08.000] Projects: /a/tsconfig.json -Info 36 [00:01:09.000] got projects updated in background, updating diagnostics for /a/a.ts -Info 37 [00:01:10.000] event: - {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/a/a.ts"]}} +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] got projects updated in background, updating diagnostics for /users/username/projects/project/a.ts +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/a.ts"]}} After running Timeout callback:: count: 0 PolledWatches:: -/a/node_modules/@types: +/users/username/projects/project/node_modules/@types: + {"pollingInterval":500} +/users/username/projects/node_modules/@types: {"pollingInterval":500} FsWatches:: -/a/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} /a/lib/lib.d.ts: {} -/a/b.ts: *new* +/users/username/projects/project/b.ts: *new* {} FsWatchesRecursive:: -/a: +/users/username/projects/project: {} -Info 38 [00:01:14.000] FileWatcher:: Triggered with /a/b.ts 1:: WatchInfo: /a/b.ts 500 undefined WatchType: Closed Script info -Info 39 [00:01:15.000] Scheduled: /a/tsconfig.json -Info 40 [00:01:16.000] Scheduled: *ensureProjectForOpenFiles* -Info 41 [00:01:17.000] Elapsed:: *ms FileWatcher:: Triggered with /a/b.ts 1:: WatchInfo: /a/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /users/username/projects/project/b.ts 1:: WatchInfo: /users/username/projects/project/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /users/username/projects/project/b.ts 1:: WatchInfo: /users/username/projects/project/b.ts 500 undefined WatchType: Closed Script info Before running Timeout callback:: count: 2 -3: /a/tsconfig.json +3: /users/username/projects/project/tsconfig.json 4: *ensureProjectForOpenFiles* -//// [/a/b.ts] +//// [/users/username/projects/project/b.ts] export let x = 11 -Info 42 [00:01:18.000] Running: /a/tsconfig.json -Info 43 [00:01:19.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 44 [00:01:20.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 45 [00:01:21.000] Project '/a/tsconfig.json' (Configured) -Info 46 [00:01:22.000] Files (3) - /a/a.ts SVC-1-0 "export let x = 1" +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b.ts Text-2 "export let x = 11" - -Info 47 [00:01:23.000] ----------------------------------------------- -Info 48 [00:01:24.000] Running: *ensureProjectForOpenFiles* -Info 49 [00:01:25.000] Before ensureProjectForOpenFiles: -Info 50 [00:01:26.000] Project '/a/tsconfig.json' (Configured) -Info 50 [00:01:27.000] Files (3) - -Info 50 [00:01:28.000] ----------------------------------------------- -Info 50 [00:01:29.000] Open files: -Info 50 [00:01:30.000] FileName: /a/a.ts ProjectRootPath: undefined -Info 50 [00:01:31.000] Projects: /a/tsconfig.json -Info 50 [00:01:32.000] After ensureProjectForOpenFiles: -Info 51 [00:01:33.000] Project '/a/tsconfig.json' (Configured) -Info 51 [00:01:34.000] Files (3) - -Info 51 [00:01:35.000] ----------------------------------------------- -Info 51 [00:01:36.000] Open files: -Info 51 [00:01:37.000] FileName: /a/a.ts ProjectRootPath: undefined -Info 51 [00:01:38.000] Projects: /a/tsconfig.json -Info 51 [00:01:39.000] got projects updated in background, updating diagnostics for /a/a.ts -Info 52 [00:01:40.000] event: - {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/a/a.ts"]}} + /users/username/projects/project/a.ts SVC-1-0 "export let x = 1" + /users/username/projects/project/b.ts Text-2 "export let x = 11" + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] got projects updated in background, updating diagnostics for /users/username/projects/project/a.ts +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/a.ts"]}} After running Timeout callback:: count: 0 diff --git a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/with-noGetErrOnBackgroundUpdate-and-when---outFile-is-set.js b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/with-noGetErrOnBackgroundUpdate-and-when---outFile-is-set.js index ec464084dc3f9..fcf02613bd903 100644 --- a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/with-noGetErrOnBackgroundUpdate-and-when---outFile-is-set.js +++ b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/with-noGetErrOnBackgroundUpdate-and-when---outFile-is-set.js @@ -1,10 +1,10 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:13.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request -//// [/a/a.ts] +//// [/users/username/projects/project/a.ts] export let x = 1 -//// [/a/tsconfig.json] +//// [/users/username/projects/project/tsconfig.json] {"compilerOptions":{"outFile":"/a/out.js"}} //// [/a/lib/lib.d.ts] @@ -21,190 +21,195 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:14.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { - "file": "/a/a.ts" + "file": "/users/username/projects/project/a.ts" }, "seq": 1, "type": "request" } -Info 2 [00:00:15.000] Search path: /a -Info 3 [00:00:16.000] For info: /a/a.ts :: Config file name: /a/tsconfig.json -Info 4 [00:00:17.000] Creating configuration project /a/tsconfig.json -Info 5 [00:00:18.000] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 6 [00:00:19.000] event: - {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/a/tsconfig.json","reason":"Creating possible configured project for /a/a.ts to open"}} -Info 7 [00:00:20.000] Config: /a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /users/username/projects/project +Info seq [hh:mm:ss:mss] For info: /users/username/projects/project/a.ts :: Config file name: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/tsconfig.json 2000 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/users/username/projects/project/tsconfig.json","reason":"Creating possible configured project for /users/username/projects/project/a.ts to open"}} +Info seq [hh:mm:ss:mss] Config: /users/username/projects/project/tsconfig.json : { "rootNames": [ - "/a/a.ts", - "/a/lib/lib.d.ts" + "/users/username/projects/project/a.ts" ], "options": { "outFile": "/a/out.js", - "configFilePath": "/a/tsconfig.json" + "configFilePath": "/users/username/projects/project/tsconfig.json" } } -Info 8 [00:00:21.000] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:22.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:23.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:24.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 12 [00:00:25.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 13 [00:00:26.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 14 [00:00:27.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:28.000] Project '/a/tsconfig.json' (Configured) -Info 16 [00:00:29.000] Files (2) - /a/a.ts SVC-1-0 "export let x = 1" +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" + /users/username/projects/project/a.ts SVC-1-0 "export let x = 1" + ../../../../a/lib/lib.d.ts + Default library for target 'es5' a.ts Matched by default include pattern '**/*' - lib/lib.d.ts - Matched by default include pattern '**/*' -Info 17 [00:00:30.000] ----------------------------------------------- -Info 18 [00:00:31.000] event: - {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/a/tsconfig.json"}} -Info 19 [00:00:32.000] event: - {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"bcbb3eb9a7f46ab3b8f574ad3733f3e5a7ce50557c14c0c6192f1203aedcacca","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":16,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{"outFile":""},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 20 [00:00:33.000] event: - {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/a/a.ts","configFile":"/a/tsconfig.json","diagnostics":[]}} -Info 21 [00:00:34.000] Project '/a/tsconfig.json' (Configured) -Info 21 [00:00:35.000] Files (2) - -Info 21 [00:00:36.000] ----------------------------------------------- -Info 21 [00:00:37.000] Open files: -Info 21 [00:00:38.000] FileName: /a/a.ts ProjectRootPath: undefined -Info 21 [00:00:39.000] Projects: /a/tsconfig.json -Info 21 [00:00:40.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/users/username/projects/project/tsconfig.json"}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"5b0be5fc7f7235edf5a31bffe614b4e0819e55ec5f118558864b1f882e283c0d","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":16,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{"outFile":""},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/users/username/projects/project/a.ts","configFile":"/users/username/projects/project/tsconfig.json","diagnostics":[]}} +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request PolledWatches:: -/a/node_modules/@types: *new* +/users/username/projects/project/node_modules/@types: *new* + {"pollingInterval":500} +/users/username/projects/node_modules/@types: *new* {"pollingInterval":500} FsWatches:: -/a/tsconfig.json: *new* +/users/username/projects/project/tsconfig.json: *new* {} /a/lib/lib.d.ts: *new* {} FsWatchesRecursive:: -/a: *new* +/users/username/projects/project: *new* {} -Info 22 [00:00:43.000] DirectoryWatcher:: Triggered with /a/b.ts :: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 23 [00:00:44.000] Scheduled: /a/tsconfig.json -Info 24 [00:00:45.000] Scheduled: *ensureProjectForOpenFiles* -Info 25 [00:00:46.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b.ts :: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/b.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/b.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory Before running Timeout callback:: count: 2 -1: /a/tsconfig.json +1: /users/username/projects/project/tsconfig.json 2: *ensureProjectForOpenFiles* -//// [/a/b.ts] +//// [/users/username/projects/project/b.ts] export let y = 1 -Info 26 [00:00:47.000] Running: /a/tsconfig.json -Info 27 [00:00:48.000] FileWatcher:: Added:: WatchInfo: /a/b.ts 500 undefined WatchType: Closed Script info -Info 28 [00:00:49.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 29 [00:00:50.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 30 [00:00:51.000] Project '/a/tsconfig.json' (Configured) -Info 31 [00:00:52.000] Files (3) - /a/a.ts SVC-1-0 "export let x = 1" +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b.ts Text-1 "export let y = 1" + /users/username/projects/project/a.ts SVC-1-0 "export let x = 1" + /users/username/projects/project/b.ts Text-1 "export let y = 1" + ../../../../a/lib/lib.d.ts + Default library for target 'es5' a.ts Matched by default include pattern '**/*' - lib/lib.d.ts - Matched by default include pattern '**/*' b.ts Matched by default include pattern '**/*' -Info 32 [00:00:53.000] ----------------------------------------------- -Info 33 [00:00:54.000] Running: *ensureProjectForOpenFiles* -Info 34 [00:00:55.000] Before ensureProjectForOpenFiles: -Info 35 [00:00:56.000] Project '/a/tsconfig.json' (Configured) -Info 35 [00:00:57.000] Files (3) - -Info 35 [00:00:58.000] ----------------------------------------------- -Info 35 [00:00:59.000] Open files: -Info 35 [00:01:00.000] FileName: /a/a.ts ProjectRootPath: undefined -Info 35 [00:01:01.000] Projects: /a/tsconfig.json -Info 35 [00:01:02.000] After ensureProjectForOpenFiles: -Info 36 [00:01:03.000] Project '/a/tsconfig.json' (Configured) -Info 36 [00:01:04.000] Files (3) - -Info 36 [00:01:05.000] ----------------------------------------------- -Info 36 [00:01:06.000] Open files: -Info 36 [00:01:07.000] FileName: /a/a.ts ProjectRootPath: undefined -Info 36 [00:01:08.000] Projects: /a/tsconfig.json -Info 36 [00:01:09.000] got projects updated in background, updating diagnostics for /a/a.ts -Info 37 [00:01:10.000] event: - {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/a/a.ts"]}} +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] got projects updated in background, updating diagnostics for /users/username/projects/project/a.ts +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/a.ts"]}} After running Timeout callback:: count: 0 PolledWatches:: -/a/node_modules/@types: +/users/username/projects/project/node_modules/@types: + {"pollingInterval":500} +/users/username/projects/node_modules/@types: {"pollingInterval":500} FsWatches:: -/a/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} /a/lib/lib.d.ts: {} -/a/b.ts: *new* +/users/username/projects/project/b.ts: *new* {} FsWatchesRecursive:: -/a: +/users/username/projects/project: {} -Info 38 [00:01:14.000] FileWatcher:: Triggered with /a/b.ts 1:: WatchInfo: /a/b.ts 500 undefined WatchType: Closed Script info -Info 39 [00:01:15.000] Scheduled: /a/tsconfig.json -Info 40 [00:01:16.000] Scheduled: *ensureProjectForOpenFiles* -Info 41 [00:01:17.000] Elapsed:: *ms FileWatcher:: Triggered with /a/b.ts 1:: WatchInfo: /a/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /users/username/projects/project/b.ts 1:: WatchInfo: /users/username/projects/project/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /users/username/projects/project/b.ts 1:: WatchInfo: /users/username/projects/project/b.ts 500 undefined WatchType: Closed Script info Before running Timeout callback:: count: 2 -3: /a/tsconfig.json +3: /users/username/projects/project/tsconfig.json 4: *ensureProjectForOpenFiles* -//// [/a/b.ts] +//// [/users/username/projects/project/b.ts] export let x = 11 -Info 42 [00:01:18.000] Running: /a/tsconfig.json -Info 43 [00:01:19.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 44 [00:01:20.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 45 [00:01:21.000] Project '/a/tsconfig.json' (Configured) -Info 46 [00:01:22.000] Files (3) - /a/a.ts SVC-1-0 "export let x = 1" +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b.ts Text-2 "export let x = 11" - -Info 47 [00:01:23.000] ----------------------------------------------- -Info 48 [00:01:24.000] Running: *ensureProjectForOpenFiles* -Info 49 [00:01:25.000] Before ensureProjectForOpenFiles: -Info 50 [00:01:26.000] Project '/a/tsconfig.json' (Configured) -Info 50 [00:01:27.000] Files (3) - -Info 50 [00:01:28.000] ----------------------------------------------- -Info 50 [00:01:29.000] Open files: -Info 50 [00:01:30.000] FileName: /a/a.ts ProjectRootPath: undefined -Info 50 [00:01:31.000] Projects: /a/tsconfig.json -Info 50 [00:01:32.000] After ensureProjectForOpenFiles: -Info 51 [00:01:33.000] Project '/a/tsconfig.json' (Configured) -Info 51 [00:01:34.000] Files (3) - -Info 51 [00:01:35.000] ----------------------------------------------- -Info 51 [00:01:36.000] Open files: -Info 51 [00:01:37.000] FileName: /a/a.ts ProjectRootPath: undefined -Info 51 [00:01:38.000] Projects: /a/tsconfig.json -Info 51 [00:01:39.000] got projects updated in background, updating diagnostics for /a/a.ts -Info 52 [00:01:40.000] event: - {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/a/a.ts"]}} + /users/username/projects/project/a.ts SVC-1-0 "export let x = 1" + /users/username/projects/project/b.ts Text-2 "export let x = 11" + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] got projects updated in background, updating diagnostics for /users/username/projects/project/a.ts +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/a.ts"]}} After running Timeout callback:: count: 0 diff --git a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/with-noGetErrOnBackgroundUpdate-and-when-adding-new-file.js b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/with-noGetErrOnBackgroundUpdate-and-when-adding-new-file.js index ad63607de1842..00deabdb572fa 100644 --- a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/with-noGetErrOnBackgroundUpdate-and-when-adding-new-file.js +++ b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/with-noGetErrOnBackgroundUpdate-and-when-adding-new-file.js @@ -1,7 +1,7 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:15.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request -//// [/a/b/file1.ts] +//// [/users/username/projects/project/file1.ts] export var x = 10; //// [/a/lib/lib.d.ts] @@ -17,177 +17,183 @@ interface RegExp {} interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -//// [/a/b/tsconfig.json] +//// [/users/username/projects/project/tsconfig.json] {} -Info 1 [00:00:16.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { - "file": "/a/b/file1.ts" + "file": "/users/username/projects/project/file1.ts" }, "seq": 1, "type": "request" } -Info 2 [00:00:17.000] Search path: /a/b -Info 3 [00:00:18.000] For info: /a/b/file1.ts :: Config file name: /a/b/tsconfig.json -Info 4 [00:00:19.000] Creating configuration project /a/b/tsconfig.json -Info 5 [00:00:20.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 6 [00:00:21.000] event: - {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/a/b/tsconfig.json","reason":"Creating possible configured project for /a/b/file1.ts to open"}} -Info 7 [00:00:22.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /users/username/projects/project +Info seq [hh:mm:ss:mss] For info: /users/username/projects/project/file1.ts :: Config file name: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/tsconfig.json 2000 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/users/username/projects/project/tsconfig.json","reason":"Creating possible configured project for /users/username/projects/project/file1.ts to open"}} +Info seq [hh:mm:ss:mss] Config: /users/username/projects/project/tsconfig.json : { "rootNames": [ - "/a/b/file1.ts" + "/users/username/projects/project/file1.ts" ], "options": { - "configFilePath": "/a/b/tsconfig.json" + "configFilePath": "/users/username/projects/project/tsconfig.json" } } -Info 8 [00:00:23.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:24.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:25.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 11 [00:00:26.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 12 [00:00:27.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 13 [00:00:28.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 14 [00:00:29.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:30.000] Project '/a/b/tsconfig.json' (Configured) -Info 16 [00:00:31.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b/file1.ts SVC-1-0 "export var x = 10;" + /users/username/projects/project/file1.ts SVC-1-0 "export var x = 10;" - ../lib/lib.d.ts + ../../../../a/lib/lib.d.ts Default library for target 'es5' file1.ts Matched by default include pattern '**/*' -Info 17 [00:00:32.000] ----------------------------------------------- -Info 18 [00:00:33.000] event: - {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/a/b/tsconfig.json"}} -Info 19 [00:00:34.000] event: - {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"e10a1dc99ee63f16cb9b69bcee75540cdf41a1137371d3afbd4e7de507be5207","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":18,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 20 [00:00:35.000] event: - {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/a/b/file1.ts","configFile":"/a/b/tsconfig.json","diagnostics":[]}} -Info 21 [00:00:36.000] Project '/a/b/tsconfig.json' (Configured) -Info 21 [00:00:37.000] Files (2) - -Info 21 [00:00:38.000] ----------------------------------------------- -Info 21 [00:00:39.000] Open files: -Info 21 [00:00:40.000] FileName: /a/b/file1.ts ProjectRootPath: undefined -Info 21 [00:00:41.000] Projects: /a/b/tsconfig.json -Info 21 [00:00:42.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/users/username/projects/project/tsconfig.json"}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"5b0be5fc7f7235edf5a31bffe614b4e0819e55ec5f118558864b1f882e283c0d","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":18,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/users/username/projects/project/file1.ts","configFile":"/users/username/projects/project/tsconfig.json","diagnostics":[]}} +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request PolledWatches:: -/a/b/node_modules/@types: *new* +/users/username/projects/project/node_modules/@types: *new* + {"pollingInterval":500} +/users/username/projects/node_modules/@types: *new* {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: *new* +/users/username/projects/project/tsconfig.json: *new* {} /a/lib/lib.d.ts: *new* {} FsWatchesRecursive:: -/a/b: *new* +/users/username/projects/project: *new* {} -Info 22 [00:00:45.000] DirectoryWatcher:: Triggered with /a/b/file2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 23 [00:00:46.000] Scheduled: /a/b/tsconfig.json -Info 24 [00:00:47.000] Scheduled: *ensureProjectForOpenFiles* -Info 25 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/file2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/file2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/file2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory Before running Timeout callback:: count: 2 -1: /a/b/tsconfig.json +1: /users/username/projects/project/tsconfig.json 2: *ensureProjectForOpenFiles* -//// [/a/b/file2.ts] +//// [/users/username/projects/project/file2.ts] export var y = 10; -Info 26 [00:00:49.000] Running: /a/b/tsconfig.json -Info 27 [00:00:50.000] FileWatcher:: Added:: WatchInfo: /a/b/file2.ts 500 undefined WatchType: Closed Script info -Info 28 [00:00:51.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 29 [00:00:52.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 30 [00:00:53.000] Project '/a/b/tsconfig.json' (Configured) -Info 31 [00:00:54.000] Files (3) +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/file2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b/file1.ts SVC-1-0 "export var x = 10;" - /a/b/file2.ts Text-1 "export var y = 10;" + /users/username/projects/project/file1.ts SVC-1-0 "export var x = 10;" + /users/username/projects/project/file2.ts Text-1 "export var y = 10;" - ../lib/lib.d.ts + ../../../../a/lib/lib.d.ts Default library for target 'es5' file1.ts Matched by default include pattern '**/*' file2.ts Matched by default include pattern '**/*' -Info 32 [00:00:55.000] ----------------------------------------------- -Info 33 [00:00:56.000] Running: *ensureProjectForOpenFiles* -Info 34 [00:00:57.000] Before ensureProjectForOpenFiles: -Info 35 [00:00:58.000] Project '/a/b/tsconfig.json' (Configured) -Info 35 [00:00:59.000] Files (3) - -Info 35 [00:01:00.000] ----------------------------------------------- -Info 35 [00:01:01.000] Open files: -Info 35 [00:01:02.000] FileName: /a/b/file1.ts ProjectRootPath: undefined -Info 35 [00:01:03.000] Projects: /a/b/tsconfig.json -Info 35 [00:01:04.000] After ensureProjectForOpenFiles: -Info 36 [00:01:05.000] Project '/a/b/tsconfig.json' (Configured) -Info 36 [00:01:06.000] Files (3) - -Info 36 [00:01:07.000] ----------------------------------------------- -Info 36 [00:01:08.000] Open files: -Info 36 [00:01:09.000] FileName: /a/b/file1.ts ProjectRootPath: undefined -Info 36 [00:01:10.000] Projects: /a/b/tsconfig.json -Info 36 [00:01:11.000] got projects updated in background, updating diagnostics for /a/b/file1.ts -Info 37 [00:01:12.000] event: - {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/a/b/file1.ts"]}} +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] got projects updated in background, updating diagnostics for /users/username/projects/project/file1.ts +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/file1.ts"]}} After running Timeout callback:: count: 0 PolledWatches:: -/a/b/node_modules/@types: +/users/username/projects/project/node_modules/@types: + {"pollingInterval":500} +/users/username/projects/node_modules/@types: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} /a/lib/lib.d.ts: {} -/a/b/file2.ts: *new* +/users/username/projects/project/file2.ts: *new* {} FsWatchesRecursive:: -/a/b: +/users/username/projects/project: {} -Info 38 [00:01:15.000] DirectoryWatcher:: Triggered with /a/b/file3.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 39 [00:01:16.000] Scheduled: /a/b/tsconfig.json -Info 40 [00:01:17.000] Scheduled: *ensureProjectForOpenFiles* -Info 41 [00:01:18.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/file3.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/file3.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/file3.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory Before running Timeout callback:: count: 2 -3: /a/b/tsconfig.json +3: /users/username/projects/project/tsconfig.json 4: *ensureProjectForOpenFiles* -//// [/a/b/file3.ts] +//// [/users/username/projects/project/file3.ts] export var z = 10; -Info 42 [00:01:19.000] Running: /a/b/tsconfig.json -Info 43 [00:01:20.000] FileWatcher:: Added:: WatchInfo: /a/b/file3.ts 500 undefined WatchType: Closed Script info -Info 44 [00:01:21.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 45 [00:01:22.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 3 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 46 [00:01:23.000] Project '/a/b/tsconfig.json' (Configured) -Info 47 [00:01:24.000] Files (4) +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/file3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 3 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b/file1.ts SVC-1-0 "export var x = 10;" - /a/b/file2.ts Text-1 "export var y = 10;" - /a/b/file3.ts Text-1 "export var z = 10;" + /users/username/projects/project/file1.ts SVC-1-0 "export var x = 10;" + /users/username/projects/project/file2.ts Text-1 "export var y = 10;" + /users/username/projects/project/file3.ts Text-1 "export var z = 10;" - ../lib/lib.d.ts + ../../../../a/lib/lib.d.ts Default library for target 'es5' file1.ts Matched by default include pattern '**/*' @@ -196,43 +202,45 @@ Info 47 [00:01:24.000] Files (4) file3.ts Matched by default include pattern '**/*' -Info 48 [00:01:25.000] ----------------------------------------------- -Info 49 [00:01:26.000] Running: *ensureProjectForOpenFiles* -Info 50 [00:01:27.000] Before ensureProjectForOpenFiles: -Info 51 [00:01:28.000] Project '/a/b/tsconfig.json' (Configured) -Info 51 [00:01:29.000] Files (4) - -Info 51 [00:01:30.000] ----------------------------------------------- -Info 51 [00:01:31.000] Open files: -Info 51 [00:01:32.000] FileName: /a/b/file1.ts ProjectRootPath: undefined -Info 51 [00:01:33.000] Projects: /a/b/tsconfig.json -Info 51 [00:01:34.000] After ensureProjectForOpenFiles: -Info 52 [00:01:35.000] Project '/a/b/tsconfig.json' (Configured) -Info 52 [00:01:36.000] Files (4) - -Info 52 [00:01:37.000] ----------------------------------------------- -Info 52 [00:01:38.000] Open files: -Info 52 [00:01:39.000] FileName: /a/b/file1.ts ProjectRootPath: undefined -Info 52 [00:01:40.000] Projects: /a/b/tsconfig.json -Info 52 [00:01:41.000] got projects updated in background, updating diagnostics for /a/b/file1.ts -Info 53 [00:01:42.000] event: - {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/a/b/file1.ts"]}} +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] got projects updated in background, updating diagnostics for /users/username/projects/project/file1.ts +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/file1.ts"]}} After running Timeout callback:: count: 0 PolledWatches:: -/a/b/node_modules/@types: +/users/username/projects/project/node_modules/@types: + {"pollingInterval":500} +/users/username/projects/node_modules/@types: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} /a/lib/lib.d.ts: {} -/a/b/file2.ts: +/users/username/projects/project/file2.ts: {} -/a/b/file3.ts: *new* +/users/username/projects/project/file3.ts: *new* {} FsWatchesRecursive:: -/a/b: +/users/username/projects/project: {} diff --git a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/with-noGetErrOnBackgroundUpdate-and-when-both-options-are-not-set.js b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/with-noGetErrOnBackgroundUpdate-and-when-both-options-are-not-set.js index 5b5a210b7b3c8..21e17ce7c7411 100644 --- a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/with-noGetErrOnBackgroundUpdate-and-when-both-options-are-not-set.js +++ b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/with-noGetErrOnBackgroundUpdate-and-when-both-options-are-not-set.js @@ -1,10 +1,10 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:13.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request -//// [/a/a.ts] +//// [/users/username/projects/project/a.ts] export let x = 1 -//// [/a/tsconfig.json] +//// [/users/username/projects/project/tsconfig.json] {"compilerOptions":{}} //// [/a/lib/lib.d.ts] @@ -21,189 +21,194 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:14.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { - "file": "/a/a.ts" + "file": "/users/username/projects/project/a.ts" }, "seq": 1, "type": "request" } -Info 2 [00:00:15.000] Search path: /a -Info 3 [00:00:16.000] For info: /a/a.ts :: Config file name: /a/tsconfig.json -Info 4 [00:00:17.000] Creating configuration project /a/tsconfig.json -Info 5 [00:00:18.000] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 6 [00:00:19.000] event: - {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/a/tsconfig.json","reason":"Creating possible configured project for /a/a.ts to open"}} -Info 7 [00:00:20.000] Config: /a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /users/username/projects/project +Info seq [hh:mm:ss:mss] For info: /users/username/projects/project/a.ts :: Config file name: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/tsconfig.json 2000 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/users/username/projects/project/tsconfig.json","reason":"Creating possible configured project for /users/username/projects/project/a.ts to open"}} +Info seq [hh:mm:ss:mss] Config: /users/username/projects/project/tsconfig.json : { "rootNames": [ - "/a/a.ts", - "/a/lib/lib.d.ts" + "/users/username/projects/project/a.ts" ], "options": { - "configFilePath": "/a/tsconfig.json" + "configFilePath": "/users/username/projects/project/tsconfig.json" } } -Info 8 [00:00:21.000] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:22.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:23.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:24.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 12 [00:00:25.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 13 [00:00:26.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 14 [00:00:27.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:28.000] Project '/a/tsconfig.json' (Configured) -Info 16 [00:00:29.000] Files (2) - /a/a.ts SVC-1-0 "export let x = 1" +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" + /users/username/projects/project/a.ts SVC-1-0 "export let x = 1" + ../../../../a/lib/lib.d.ts + Default library for target 'es5' a.ts Matched by default include pattern '**/*' - lib/lib.d.ts - Matched by default include pattern '**/*' -Info 17 [00:00:30.000] ----------------------------------------------- -Info 18 [00:00:31.000] event: - {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/a/tsconfig.json"}} -Info 19 [00:00:32.000] event: - {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"bcbb3eb9a7f46ab3b8f574ad3733f3e5a7ce50557c14c0c6192f1203aedcacca","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":16,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 20 [00:00:33.000] event: - {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/a/a.ts","configFile":"/a/tsconfig.json","diagnostics":[]}} -Info 21 [00:00:34.000] Project '/a/tsconfig.json' (Configured) -Info 21 [00:00:35.000] Files (2) - -Info 21 [00:00:36.000] ----------------------------------------------- -Info 21 [00:00:37.000] Open files: -Info 21 [00:00:38.000] FileName: /a/a.ts ProjectRootPath: undefined -Info 21 [00:00:39.000] Projects: /a/tsconfig.json -Info 21 [00:00:40.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/users/username/projects/project/tsconfig.json"}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"5b0be5fc7f7235edf5a31bffe614b4e0819e55ec5f118558864b1f882e283c0d","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":16,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/users/username/projects/project/a.ts","configFile":"/users/username/projects/project/tsconfig.json","diagnostics":[]}} +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request PolledWatches:: -/a/node_modules/@types: *new* +/users/username/projects/project/node_modules/@types: *new* + {"pollingInterval":500} +/users/username/projects/node_modules/@types: *new* {"pollingInterval":500} FsWatches:: -/a/tsconfig.json: *new* +/users/username/projects/project/tsconfig.json: *new* {} /a/lib/lib.d.ts: *new* {} FsWatchesRecursive:: -/a: *new* +/users/username/projects/project: *new* {} -Info 22 [00:00:43.000] DirectoryWatcher:: Triggered with /a/b.ts :: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 23 [00:00:44.000] Scheduled: /a/tsconfig.json -Info 24 [00:00:45.000] Scheduled: *ensureProjectForOpenFiles* -Info 25 [00:00:46.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b.ts :: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/b.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/b.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory Before running Timeout callback:: count: 2 -1: /a/tsconfig.json +1: /users/username/projects/project/tsconfig.json 2: *ensureProjectForOpenFiles* -//// [/a/b.ts] +//// [/users/username/projects/project/b.ts] export let y = 1 -Info 26 [00:00:47.000] Running: /a/tsconfig.json -Info 27 [00:00:48.000] FileWatcher:: Added:: WatchInfo: /a/b.ts 500 undefined WatchType: Closed Script info -Info 28 [00:00:49.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 29 [00:00:50.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 30 [00:00:51.000] Project '/a/tsconfig.json' (Configured) -Info 31 [00:00:52.000] Files (3) - /a/a.ts SVC-1-0 "export let x = 1" +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b.ts Text-1 "export let y = 1" + /users/username/projects/project/a.ts SVC-1-0 "export let x = 1" + /users/username/projects/project/b.ts Text-1 "export let y = 1" + ../../../../a/lib/lib.d.ts + Default library for target 'es5' a.ts Matched by default include pattern '**/*' - lib/lib.d.ts - Matched by default include pattern '**/*' b.ts Matched by default include pattern '**/*' -Info 32 [00:00:53.000] ----------------------------------------------- -Info 33 [00:00:54.000] Running: *ensureProjectForOpenFiles* -Info 34 [00:00:55.000] Before ensureProjectForOpenFiles: -Info 35 [00:00:56.000] Project '/a/tsconfig.json' (Configured) -Info 35 [00:00:57.000] Files (3) - -Info 35 [00:00:58.000] ----------------------------------------------- -Info 35 [00:00:59.000] Open files: -Info 35 [00:01:00.000] FileName: /a/a.ts ProjectRootPath: undefined -Info 35 [00:01:01.000] Projects: /a/tsconfig.json -Info 35 [00:01:02.000] After ensureProjectForOpenFiles: -Info 36 [00:01:03.000] Project '/a/tsconfig.json' (Configured) -Info 36 [00:01:04.000] Files (3) - -Info 36 [00:01:05.000] ----------------------------------------------- -Info 36 [00:01:06.000] Open files: -Info 36 [00:01:07.000] FileName: /a/a.ts ProjectRootPath: undefined -Info 36 [00:01:08.000] Projects: /a/tsconfig.json -Info 36 [00:01:09.000] got projects updated in background, updating diagnostics for /a/a.ts -Info 37 [00:01:10.000] event: - {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/a/a.ts"]}} +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] got projects updated in background, updating diagnostics for /users/username/projects/project/a.ts +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/a.ts"]}} After running Timeout callback:: count: 0 PolledWatches:: -/a/node_modules/@types: +/users/username/projects/project/node_modules/@types: + {"pollingInterval":500} +/users/username/projects/node_modules/@types: {"pollingInterval":500} FsWatches:: -/a/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} /a/lib/lib.d.ts: {} -/a/b.ts: *new* +/users/username/projects/project/b.ts: *new* {} FsWatchesRecursive:: -/a: +/users/username/projects/project: {} -Info 38 [00:01:14.000] FileWatcher:: Triggered with /a/b.ts 1:: WatchInfo: /a/b.ts 500 undefined WatchType: Closed Script info -Info 39 [00:01:15.000] Scheduled: /a/tsconfig.json -Info 40 [00:01:16.000] Scheduled: *ensureProjectForOpenFiles* -Info 41 [00:01:17.000] Elapsed:: *ms FileWatcher:: Triggered with /a/b.ts 1:: WatchInfo: /a/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /users/username/projects/project/b.ts 1:: WatchInfo: /users/username/projects/project/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /users/username/projects/project/b.ts 1:: WatchInfo: /users/username/projects/project/b.ts 500 undefined WatchType: Closed Script info Before running Timeout callback:: count: 2 -3: /a/tsconfig.json +3: /users/username/projects/project/tsconfig.json 4: *ensureProjectForOpenFiles* -//// [/a/b.ts] +//// [/users/username/projects/project/b.ts] export let x = 11 -Info 42 [00:01:18.000] Running: /a/tsconfig.json -Info 43 [00:01:19.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 44 [00:01:20.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 45 [00:01:21.000] Project '/a/tsconfig.json' (Configured) -Info 46 [00:01:22.000] Files (3) - /a/a.ts SVC-1-0 "export let x = 1" +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b.ts Text-2 "export let x = 11" - -Info 47 [00:01:23.000] ----------------------------------------------- -Info 48 [00:01:24.000] Running: *ensureProjectForOpenFiles* -Info 49 [00:01:25.000] Before ensureProjectForOpenFiles: -Info 50 [00:01:26.000] Project '/a/tsconfig.json' (Configured) -Info 50 [00:01:27.000] Files (3) - -Info 50 [00:01:28.000] ----------------------------------------------- -Info 50 [00:01:29.000] Open files: -Info 50 [00:01:30.000] FileName: /a/a.ts ProjectRootPath: undefined -Info 50 [00:01:31.000] Projects: /a/tsconfig.json -Info 50 [00:01:32.000] After ensureProjectForOpenFiles: -Info 51 [00:01:33.000] Project '/a/tsconfig.json' (Configured) -Info 51 [00:01:34.000] Files (3) - -Info 51 [00:01:35.000] ----------------------------------------------- -Info 51 [00:01:36.000] Open files: -Info 51 [00:01:37.000] FileName: /a/a.ts ProjectRootPath: undefined -Info 51 [00:01:38.000] Projects: /a/tsconfig.json -Info 51 [00:01:39.000] got projects updated in background, updating diagnostics for /a/a.ts -Info 52 [00:01:40.000] event: - {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/a/a.ts"]}} + /users/username/projects/project/a.ts SVC-1-0 "export let x = 1" + /users/username/projects/project/b.ts Text-2 "export let x = 11" + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] got projects updated in background, updating diagnostics for /users/username/projects/project/a.ts +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/a.ts"]}} After running Timeout callback:: count: 0 diff --git a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/without-noGetErrOnBackgroundUpdate-and-project-is-at-root-level.js b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/without-noGetErrOnBackgroundUpdate-and-project-is-at-root-level.js index 2959414dc5a28..7ea9dd73caf39 100644 --- a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/without-noGetErrOnBackgroundUpdate-and-project-is-at-root-level.js +++ b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/without-noGetErrOnBackgroundUpdate-and-project-is-at-root-level.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:19.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/b/project/file1.ts] import a from "file2" @@ -24,7 +24,7 @@ interface Array { length: number; [n: number]: T; } {"compilerOptions":{"typeRoots":[]}} -Info 1 [00:00:20.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -33,13 +33,13 @@ Info 1 [00:00:20.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:21.000] Search path: /a/b/project -Info 3 [00:00:22.000] For info: /a/b/project/file1.ts :: Config file name: /a/b/project/tsconfig.json -Info 4 [00:00:23.000] Creating configuration project /a/b/project/tsconfig.json -Info 5 [00:00:24.000] FileWatcher:: Added:: WatchInfo: /a/b/project/tsconfig.json 2000 undefined Project: /a/b/project/tsconfig.json WatchType: Config file -Info 6 [00:00:25.000] event: +Info seq [hh:mm:ss:mss] Search path: /a/b/project +Info seq [hh:mm:ss:mss] For info: /a/b/project/file1.ts :: Config file name: /a/b/project/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/b/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/project/tsconfig.json 2000 undefined Project: /a/b/project/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/a/b/project/tsconfig.json","reason":"Creating possible configured project for /a/b/project/file1.ts to open"}} -Info 7 [00:00:26.000] Config: /a/b/project/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /a/b/project/tsconfig.json : { "rootNames": [ "/a/b/project/file1.ts", "/a/b/project/file3.ts" @@ -49,16 +49,16 @@ Info 7 [00:00:26.000] Config: /a/b/project/tsconfig.json : { "configFilePath": "/a/b/project/tsconfig.json" } } -Info 8 [00:00:27.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/project 1 undefined Config: /a/b/project/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:28.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/project 1 undefined Config: /a/b/project/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:29.000] FileWatcher:: Added:: WatchInfo: /a/b/project/file3.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:30.000] Starting updateGraphWorker: Project: /a/b/project/tsconfig.json -Info 12 [00:00:31.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 13 [00:00:32.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/project/node_modules 1 undefined Project: /a/b/project/tsconfig.json WatchType: Failed Lookup Locations -Info 14 [00:00:33.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/project/node_modules 1 undefined Project: /a/b/project/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:34.000] Finishing updateGraphWorker: Project: /a/b/project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:00:35.000] Project '/a/b/project/tsconfig.json' (Configured) -Info 17 [00:00:36.000] Files (3) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/project 1 undefined Config: /a/b/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/project 1 undefined Config: /a/b/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/project/file3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/project/node_modules 1 undefined Project: /a/b/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/project/node_modules 1 undefined Project: /a/b/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/project/file1.ts SVC-1-0 "import a from \"file2\"" /a/b/project/file3.ts Text-1 "export class c { }" @@ -71,21 +71,21 @@ Info 17 [00:00:36.000] Files (3) file3.ts Matched by default include pattern '**/*' -Info 18 [00:00:37.000] ----------------------------------------------- -Info 19 [00:00:38.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/a/b/project/tsconfig.json"}} -Info 20 [00:00:39.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"1cf2001c133ce00fd258494c136bfa9707203d90270d151ea0f575d93d990f9d","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":2,"tsSize":39,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{"typeRoots":[]},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 21 [00:00:40.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/a/b/project/file1.ts","configFile":"/a/b/project/tsconfig.json","diagnostics":[]}} -Info 22 [00:00:41.000] Project '/a/b/project/tsconfig.json' (Configured) -Info 22 [00:00:42.000] Files (3) - -Info 22 [00:00:43.000] ----------------------------------------------- -Info 22 [00:00:44.000] Open files: -Info 22 [00:00:45.000] FileName: /a/b/project/file1.ts ProjectRootPath: undefined -Info 22 [00:00:46.000] Projects: /a/b/project/tsconfig.json -Info 22 [00:00:47.000] response: +Info seq [hh:mm:ss:mss] Project '/a/b/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/project/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/project/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -107,10 +107,10 @@ FsWatchesRecursive:: /a/b/project: *new* {} -Info 23 [00:00:51.000] FileWatcher:: Triggered with /a/b/project/file3.ts 1:: WatchInfo: /a/b/project/file3.ts 500 undefined WatchType: Closed Script info -Info 24 [00:00:52.000] Scheduled: /a/b/project/tsconfig.json -Info 25 [00:00:53.000] Scheduled: *ensureProjectForOpenFiles* -Info 26 [00:00:54.000] Elapsed:: *ms FileWatcher:: Triggered with /a/b/project/file3.ts 1:: WatchInfo: /a/b/project/file3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /a/b/project/file3.ts 1:: WatchInfo: /a/b/project/file3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /a/b/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /a/b/project/file3.ts 1:: WatchInfo: /a/b/project/file3.ts 500 undefined WatchType: Closed Script info Before running Timeout callback:: count: 2 1: /a/b/project/tsconfig.json 2: *ensureProjectForOpenFiles* @@ -118,35 +118,35 @@ Before running Timeout callback:: count: 2 export class c { }export class d {} -Info 27 [00:00:55.000] Running: /a/b/project/tsconfig.json -Info 28 [00:00:56.000] Starting updateGraphWorker: Project: /a/b/project/tsconfig.json -Info 29 [00:00:57.000] Finishing updateGraphWorker: Project: /a/b/project/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 30 [00:00:58.000] Project '/a/b/project/tsconfig.json' (Configured) -Info 31 [00:00:59.000] Files (3) +Info seq [hh:mm:ss:mss] Running: /a/b/project/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/project/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/project/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/project/file1.ts SVC-1-0 "import a from \"file2\"" /a/b/project/file3.ts Text-2 "export class c { }export class d {}" -Info 32 [00:01:00.000] ----------------------------------------------- -Info 33 [00:01:01.000] Running: *ensureProjectForOpenFiles* -Info 34 [00:01:02.000] Before ensureProjectForOpenFiles: -Info 35 [00:01:03.000] Project '/a/b/project/tsconfig.json' (Configured) -Info 35 [00:01:04.000] Files (3) - -Info 35 [00:01:05.000] ----------------------------------------------- -Info 35 [00:01:06.000] Open files: -Info 35 [00:01:07.000] FileName: /a/b/project/file1.ts ProjectRootPath: undefined -Info 35 [00:01:08.000] Projects: /a/b/project/tsconfig.json -Info 35 [00:01:09.000] After ensureProjectForOpenFiles: -Info 36 [00:01:10.000] Project '/a/b/project/tsconfig.json' (Configured) -Info 36 [00:01:11.000] Files (3) - -Info 36 [00:01:12.000] ----------------------------------------------- -Info 36 [00:01:13.000] Open files: -Info 36 [00:01:14.000] FileName: /a/b/project/file1.ts ProjectRootPath: undefined -Info 36 [00:01:15.000] Projects: /a/b/project/tsconfig.json -Info 36 [00:01:16.000] got projects updated in background, updating diagnostics for /a/b/project/file1.ts -Info 37 [00:01:17.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/a/b/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/project/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/a/b/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/project/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/project/tsconfig.json +Info seq [hh:mm:ss:mss] got projects updated in background, updating diagnostics for /a/b/project/file1.ts +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/a/b/project/file1.ts"]}} After running Timeout callback:: count: 1 3: checkOne @@ -157,7 +157,7 @@ Before running Timeout callback:: count: 1 export class a { } -Info 38 [00:01:23.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/a/b/project/file1.ts","diagnostics":[]}} After running Timeout callback:: count: 0 diff --git a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/without-noGetErrOnBackgroundUpdate-and-project-is-not-at-root-level.js b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/without-noGetErrOnBackgroundUpdate-and-project-is-not-at-root-level.js index 913040b29ec38..19874f357533b 100644 --- a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/without-noGetErrOnBackgroundUpdate-and-project-is-not-at-root-level.js +++ b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/without-noGetErrOnBackgroundUpdate-and-project-is-not-at-root-level.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:29.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/rootfolder/otherfolder/a/b/project/file1.ts] import a from "file2" @@ -24,7 +24,7 @@ interface Array { length: number; [n: number]: T; } {"compilerOptions":{"typeRoots":[]}} -Info 1 [00:00:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -33,13 +33,13 @@ Info 1 [00:00:30.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:31.000] Search path: /user/username/rootfolder/otherfolder/a/b/project -Info 3 [00:00:32.000] For info: /user/username/rootfolder/otherfolder/a/b/project/file1.ts :: Config file name: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json -Info 4 [00:00:33.000] Creating configuration project /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json -Info 5 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json 2000 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Config file -Info 6 [00:00:35.000] event: +Info seq [hh:mm:ss:mss] Search path: /user/username/rootfolder/otherfolder/a/b/project +Info seq [hh:mm:ss:mss] For info: /user/username/rootfolder/otherfolder/a/b/project/file1.ts :: Config file name: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json 2000 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/rootfolder/otherfolder/a/b/project/tsconfig.json","reason":"Creating possible configured project for /user/username/rootfolder/otherfolder/a/b/project/file1.ts to open"}} -Info 7 [00:00:36.000] Config: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json : { "rootNames": [ "/user/username/rootfolder/otherfolder/a/b/project/file1.ts", "/user/username/rootfolder/otherfolder/a/b/project/file3.ts" @@ -49,22 +49,24 @@ Info 7 [00:00:36.000] Config: /user/username/rootfolder/otherfolder/a/b/proje "configFilePath": "/user/username/rootfolder/otherfolder/a/b/project/tsconfig.json" } } -Info 8 [00:00:37.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/project 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:38.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/project 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:39.000] FileWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/project/file3.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:40.000] Starting updateGraphWorker: Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json -Info 12 [00:00:41.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 13 [00:00:42.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/project/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations -Info 14 [00:00:43.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/project/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:44.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:00:45.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations -Info 17 [00:00:46.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations -Info 18 [00:00:47.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations -Info 19 [00:00:48.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations -Info 20 [00:00:49.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations -Info 21 [00:00:50.000] Finishing updateGraphWorker: Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 22 [00:00:51.000] Project '/user/username/rootfolder/otherfolder/a/b/project/tsconfig.json' (Configured) -Info 23 [00:00:52.000] Files (3) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/project 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/project 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/project/file3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/project/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/project/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/rootfolder/otherfolder/a/b/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/rootfolder/otherfolder/a/b/project/file1.ts SVC-1-0 "import a from \"file2\"" /user/username/rootfolder/otherfolder/a/b/project/file3.ts Text-1 "export class c { }" @@ -77,21 +79,21 @@ Info 23 [00:00:52.000] Files (3) file3.ts Matched by default include pattern '**/*' -Info 24 [00:00:53.000] ----------------------------------------------- -Info 25 [00:00:54.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/rootfolder/otherfolder/a/b/project/tsconfig.json"}} -Info 26 [00:00:55.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"79b1a0103ed8006f174a1f979cf698219d4ec4ae3a48594da1085f7a1749553c","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":2,"tsSize":39,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{"typeRoots":[]},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 27 [00:00:56.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/rootfolder/otherfolder/a/b/project/file1.ts","configFile":"/user/username/rootfolder/otherfolder/a/b/project/tsconfig.json","diagnostics":[]}} -Info 28 [00:00:57.000] Project '/user/username/rootfolder/otherfolder/a/b/project/tsconfig.json' (Configured) -Info 28 [00:00:58.000] Files (3) - -Info 28 [00:00:59.000] ----------------------------------------------- -Info 28 [00:01:00.000] Open files: -Info 28 [00:01:01.000] FileName: /user/username/rootfolder/otherfolder/a/b/project/file1.ts ProjectRootPath: undefined -Info 28 [00:01:02.000] Projects: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json -Info 28 [00:01:03.000] response: +Info seq [hh:mm:ss:mss] Project '/user/username/rootfolder/otherfolder/a/b/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/rootfolder/otherfolder/a/b/project/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -106,6 +108,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/rootfolder/otherfolder/node_modules: *new* {"pollingInterval":500} +/user/username/rootfolder/node_modules: *new* + {"pollingInterval":500} FsWatches:: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json: *new* @@ -119,10 +123,10 @@ FsWatchesRecursive:: /user/username/rootfolder/otherfolder/a/b/project: *new* {} -Info 29 [00:01:07.000] FileWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/project/file3.ts 1:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/project/file3.ts 500 undefined WatchType: Closed Script info -Info 30 [00:01:08.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json -Info 31 [00:01:09.000] Scheduled: *ensureProjectForOpenFiles* -Info 32 [00:01:10.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/project/file3.ts 1:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/project/file3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/project/file3.ts 1:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/project/file3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/project/file3.ts 1:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/project/file3.ts 500 undefined WatchType: Closed Script info Before running Timeout callback:: count: 2 1: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json 2: *ensureProjectForOpenFiles* @@ -130,48 +134,48 @@ Before running Timeout callback:: count: 2 export class c { }export class d {} -Info 33 [00:01:11.000] Running: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json -Info 34 [00:01:12.000] Starting updateGraphWorker: Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json -Info 35 [00:01:13.000] Finishing updateGraphWorker: Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 36 [00:01:14.000] Project '/user/username/rootfolder/otherfolder/a/b/project/tsconfig.json' (Configured) -Info 37 [00:01:15.000] Files (3) +Info seq [hh:mm:ss:mss] Running: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/rootfolder/otherfolder/a/b/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/rootfolder/otherfolder/a/b/project/file1.ts SVC-1-0 "import a from \"file2\"" /user/username/rootfolder/otherfolder/a/b/project/file3.ts Text-2 "export class c { }export class d {}" -Info 38 [00:01:16.000] ----------------------------------------------- -Info 39 [00:01:17.000] Running: *ensureProjectForOpenFiles* -Info 40 [00:01:18.000] Before ensureProjectForOpenFiles: -Info 41 [00:01:19.000] Project '/user/username/rootfolder/otherfolder/a/b/project/tsconfig.json' (Configured) -Info 41 [00:01:20.000] Files (3) - -Info 41 [00:01:21.000] ----------------------------------------------- -Info 41 [00:01:22.000] Open files: -Info 41 [00:01:23.000] FileName: /user/username/rootfolder/otherfolder/a/b/project/file1.ts ProjectRootPath: undefined -Info 41 [00:01:24.000] Projects: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json -Info 41 [00:01:25.000] After ensureProjectForOpenFiles: -Info 42 [00:01:26.000] Project '/user/username/rootfolder/otherfolder/a/b/project/tsconfig.json' (Configured) -Info 42 [00:01:27.000] Files (3) - -Info 42 [00:01:28.000] ----------------------------------------------- -Info 42 [00:01:29.000] Open files: -Info 42 [00:01:30.000] FileName: /user/username/rootfolder/otherfolder/a/b/project/file1.ts ProjectRootPath: undefined -Info 42 [00:01:31.000] Projects: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json -Info 42 [00:01:32.000] got projects updated in background, updating diagnostics for /user/username/rootfolder/otherfolder/a/b/project/file1.ts -Info 43 [00:01:33.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/rootfolder/otherfolder/a/b/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/rootfolder/otherfolder/a/b/project/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/rootfolder/otherfolder/a/b/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/rootfolder/otherfolder/a/b/project/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json +Info seq [hh:mm:ss:mss] got projects updated in background, updating diagnostics for /user/username/rootfolder/otherfolder/a/b/project/file1.ts +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/user/username/rootfolder/otherfolder/a/b/project/file1.ts"]}} After running Timeout callback:: count: 1 3: checkOne -Info 44 [00:01:37.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations -Info 45 [00:01:38.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.jsonFailedLookupInvalidation -Info 46 [00:01:39.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations -Info 47 [00:01:40.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations -Info 48 [00:01:41.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 49 [00:01:42.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations -Info 50 [00:01:45.000] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/file2.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations -Info 51 [00:01:46.000] Scheduled: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 52 [00:01:47.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/file2.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/file2.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/rootfolder/otherfolder/a/b/node_modules/file2.d.ts :: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations Before running Timeout callback:: count: 2 3: checkOne 6: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.jsonFailedLookupInvalidation @@ -186,6 +190,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/rootfolder/otherfolder/node_modules: {"pollingInterval":500} +/user/username/rootfolder/node_modules: + {"pollingInterval":500} PolledWatches *deleted*:: /user/username/rootfolder/otherfolder/a/b/node_modules: @@ -205,17 +211,19 @@ FsWatchesRecursive:: /user/username/rootfolder/otherfolder/a/b/node_modules: *new* {} -Info 53 [00:01:48.000] Scheduled: *ensureProjectForOpenFiles* -Info 54 [00:01:49.000] Starting updateGraphWorker: Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json -Info 55 [00:01:50.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 56 [00:01:51.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 57 [00:01:52.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/rootfolder/otherfolder/a/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations -Info 58 [00:01:53.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/rootfolder/otherfolder/a/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations -Info 59 [00:01:54.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/rootfolder/otherfolder/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations -Info 60 [00:01:55.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/rootfolder/otherfolder/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations -Info 61 [00:01:56.000] Finishing updateGraphWorker: Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json Version: 3 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms -Info 62 [00:01:57.000] Project '/user/username/rootfolder/otherfolder/a/b/project/tsconfig.json' (Configured) -Info 63 [00:01:58.000] Files (4) +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/rootfolder/otherfolder/a/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/rootfolder/otherfolder/a/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/rootfolder/otherfolder/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/rootfolder/otherfolder/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/rootfolder/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/rootfolder/node_modules 1 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json Version: 3 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/rootfolder/otherfolder/a/b/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/rootfolder/otherfolder/a/b/node_modules/file2.d.ts Text-1 "export class a { }" /user/username/rootfolder/otherfolder/a/b/project/file1.ts SVC-1-0 "import a from \"file2\"" @@ -231,8 +239,8 @@ Info 63 [00:01:58.000] Files (4) file3.ts Matched by default include pattern '**/*' -Info 64 [00:01:59.000] ----------------------------------------------- -Info 65 [00:02:00.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/rootfolder/otherfolder/a/b/project/file1.ts","diagnostics":[]}} After running Timeout callback:: count: 1 7: *ensureProjectForOpenFiles* @@ -246,6 +254,8 @@ PolledWatches *deleted*:: {"pollingInterval":500} /user/username/rootfolder/otherfolder/node_modules: {"pollingInterval":500} +/user/username/rootfolder/node_modules: + {"pollingInterval":500} FsWatches:: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json: @@ -264,25 +274,25 @@ FsWatchesRecursive:: Before running Timeout callback:: count: 1 7: *ensureProjectForOpenFiles* -Info 66 [00:02:01.000] Running: *ensureProjectForOpenFiles* -Info 67 [00:02:02.000] Before ensureProjectForOpenFiles: -Info 68 [00:02:03.000] Project '/user/username/rootfolder/otherfolder/a/b/project/tsconfig.json' (Configured) -Info 68 [00:02:04.000] Files (4) - -Info 68 [00:02:05.000] ----------------------------------------------- -Info 68 [00:02:06.000] Open files: -Info 68 [00:02:07.000] FileName: /user/username/rootfolder/otherfolder/a/b/project/file1.ts ProjectRootPath: undefined -Info 68 [00:02:08.000] Projects: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json -Info 68 [00:02:09.000] After ensureProjectForOpenFiles: -Info 69 [00:02:10.000] Project '/user/username/rootfolder/otherfolder/a/b/project/tsconfig.json' (Configured) -Info 69 [00:02:11.000] Files (4) - -Info 69 [00:02:12.000] ----------------------------------------------- -Info 69 [00:02:13.000] Open files: -Info 69 [00:02:14.000] FileName: /user/username/rootfolder/otherfolder/a/b/project/file1.ts ProjectRootPath: undefined -Info 69 [00:02:15.000] Projects: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json -Info 69 [00:02:16.000] got projects updated in background, updating diagnostics for /user/username/rootfolder/otherfolder/a/b/project/file1.ts -Info 70 [00:02:17.000] event: +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/rootfolder/otherfolder/a/b/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/rootfolder/otherfolder/a/b/project/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/rootfolder/otherfolder/a/b/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/rootfolder/otherfolder/a/b/project/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json +Info seq [hh:mm:ss:mss] got projects updated in background, updating diagnostics for /user/username/rootfolder/otherfolder/a/b/project/file1.ts +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/user/username/rootfolder/otherfolder/a/b/project/file1.ts"]}} After running Timeout callback:: count: 1 8: checkOne diff --git a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/without-noGetErrOnBackgroundUpdate-and-should-always-return-the-file-itself-if---isolatedModules-is-specified.js b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/without-noGetErrOnBackgroundUpdate-and-should-always-return-the-file-itself-if---isolatedModules-is-specified.js index cdba112857202..a6bb2b7c6ce07 100644 --- a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/without-noGetErrOnBackgroundUpdate-and-should-always-return-the-file-itself-if---isolatedModules-is-specified.js +++ b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/without-noGetErrOnBackgroundUpdate-and-should-always-return-the-file-itself-if---isolatedModules-is-specified.js @@ -1,141 +1,145 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:11.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request -//// [/a/b/file1Consumer1.ts] +//// [/users/username/projects/project/file1Consumer1.ts] import {Foo} from "./moduleFile1"; export var y = 10; -//// [/a/b/tsconfig.json] +//// [/users/username/projects/project/tsconfig.json] {"compilerOptions":{"isolatedModules":true}} -Info 1 [00:00:12.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { - "file": "/a/b/file1Consumer1.ts" + "file": "/users/username/projects/project/file1Consumer1.ts" }, "seq": 1, "type": "request" } -Info 2 [00:00:13.000] Search path: /a/b -Info 3 [00:00:14.000] For info: /a/b/file1Consumer1.ts :: Config file name: /a/b/tsconfig.json -Info 4 [00:00:15.000] Creating configuration project /a/b/tsconfig.json -Info 5 [00:00:16.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 6 [00:00:17.000] event: - {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/a/b/tsconfig.json","reason":"Creating possible configured project for /a/b/file1Consumer1.ts to open"}} -Info 7 [00:00:18.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /users/username/projects/project +Info seq [hh:mm:ss:mss] For info: /users/username/projects/project/file1Consumer1.ts :: Config file name: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/tsconfig.json 2000 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/users/username/projects/project/tsconfig.json","reason":"Creating possible configured project for /users/username/projects/project/file1Consumer1.ts to open"}} +Info seq [hh:mm:ss:mss] Config: /users/username/projects/project/tsconfig.json : { "rootNames": [ - "/a/b/file1Consumer1.ts" + "/users/username/projects/project/file1Consumer1.ts" ], "options": { "isolatedModules": true, - "configFilePath": "/a/b/tsconfig.json" + "configFilePath": "/users/username/projects/project/tsconfig.json" } } -Info 8 [00:00:19.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:20.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:21.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 11 [00:00:22.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 12 [00:00:23.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 13 [00:00:24.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 14 [00:00:25.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:26.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 16 [00:00:27.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 17 [00:00:28.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 18 [00:00:29.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 19 [00:00:30.000] Project '/a/b/tsconfig.json' (Configured) -Info 20 [00:00:31.000] Files (1) - /a/b/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + /users/username/projects/project/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" file1Consumer1.ts Matched by default include pattern '**/*' -Info 21 [00:00:32.000] ----------------------------------------------- -Info 22 [00:00:33.000] event: - {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/a/b/tsconfig.json"}} -Info 23 [00:00:34.000] event: - {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"e10a1dc99ee63f16cb9b69bcee75540cdf41a1137371d3afbd4e7de507be5207","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":53,"tsx":0,"tsxSize":0,"dts":0,"dtsSize":0,"deferred":0,"deferredSize":0},"compilerOptions":{"isolatedModules":true},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 24 [00:00:35.000] event: - {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/a/b/file1Consumer1.ts","configFile":"/a/b/tsconfig.json","diagnostics":[{"text":"File '/a/lib/lib.d.ts' not found.\n The file is in the program because:\n Default library for target 'es5'","code":6053,"category":"error"},{"text":"Cannot find global type 'Array'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Boolean'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Function'.","code":2318,"category":"error"},{"text":"Cannot find global type 'IArguments'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Number'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Object'.","code":2318,"category":"error"},{"text":"Cannot find global type 'RegExp'.","code":2318,"category":"error"},{"text":"Cannot find global type 'String'.","code":2318,"category":"error"}]}} -Info 25 [00:00:36.000] Project '/a/b/tsconfig.json' (Configured) -Info 25 [00:00:37.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/users/username/projects/project/tsconfig.json"}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"5b0be5fc7f7235edf5a31bffe614b4e0819e55ec5f118558864b1f882e283c0d","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":53,"tsx":0,"tsxSize":0,"dts":0,"dtsSize":0,"deferred":0,"deferredSize":0},"compilerOptions":{"isolatedModules":true},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/users/username/projects/project/file1Consumer1.ts","configFile":"/users/username/projects/project/tsconfig.json","diagnostics":[{"text":"File '/a/lib/lib.d.ts' not found.\n The file is in the program because:\n Default library for target 'es5'","code":6053,"category":"error"},{"text":"Cannot find global type 'Array'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Boolean'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Function'.","code":2318,"category":"error"},{"text":"Cannot find global type 'IArguments'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Number'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Object'.","code":2318,"category":"error"},{"text":"Cannot find global type 'RegExp'.","code":2318,"category":"error"},{"text":"Cannot find global type 'String'.","code":2318,"category":"error"}]}} +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 25 [00:00:38.000] ----------------------------------------------- -Info 25 [00:00:39.000] Open files: -Info 25 [00:00:40.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 25 [00:00:41.000] Projects: /a/b/tsconfig.json -Info 25 [00:00:42.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request PolledWatches:: -/a/b/modulefile1: *new* +/users/username/projects/project/modulefile1: *new* {"pollingInterval":500} /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/b/node_modules/@types: *new* +/users/username/projects/project/node_modules/@types: *new* + {"pollingInterval":500} +/users/username/projects/node_modules/@types: *new* {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: *new* +/users/username/projects/project/tsconfig.json: *new* {} -/a/b: *new* +/users/username/projects/project: *new* {} FsWatchesRecursive:: -/a/b: *new* +/users/username/projects/project: *new* {} -Info 26 [00:00:46.000] DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 27 [00:00:47.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation -Info 28 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 29 [00:00:49.000] DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 30 [00:00:50.000] Scheduled: /a/b/tsconfig.json -Info 31 [00:00:51.000] Scheduled: *ensureProjectForOpenFiles* -Info 32 [00:00:52.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 33 [00:00:55.000] DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 34 [00:00:56.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 35 [00:00:57.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 36 [00:00:58.000] DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 37 [00:00:59.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 38 [00:01:00.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 39 [00:01:01.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 40 [00:01:04.000] DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 41 [00:01:05.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 42 [00:01:06.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 43 [00:01:07.000] DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 44 [00:01:08.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 45 [00:01:09.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 46 [00:01:10.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 47 [00:01:13.000] DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 48 [00:01:14.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 49 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 50 [00:01:16.000] DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 51 [00:01:17.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 52 [00:01:18.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 53 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 54 [00:01:24.000] FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 55 [00:01:25.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 56 [00:01:26.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 57 [00:01:27.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 58 [00:01:28.000] Elapsed:: *ms FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file Before running Timeout callback:: count: 3 -10: /a/b/tsconfig.jsonFailedLookupInvalidation -13: /a/b/tsconfig.json +10: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +13: /users/username/projects/project/tsconfig.json 14: *ensureProjectForOpenFiles* -//// [/a/b/moduleFile1.ts] +//// [/users/username/projects/project/moduleFile1.ts] export function Foo() { }; -//// [/a/b/file1Consumer2.ts] +//// [/users/username/projects/project/file1Consumer2.ts] import {Foo} from "./moduleFile1"; let z = 10; -//// [/a/b/moduleFile2.ts] +//// [/users/username/projects/project/moduleFile2.ts] export var Foo4 = 10; -//// [/a/b/globalFile3.ts] +//// [/users/username/projects/project/globalFile3.ts] interface GlobalFoo { age: number } //// [/a/lib/lib.d.ts] @@ -153,9 +157,11 @@ interface Array { length: number; [n: number]: T; } PolledWatches:: -/a/b/modulefile1: +/users/username/projects/project/modulefile1: + {"pollingInterval":500} +/users/username/projects/project/node_modules/@types: {"pollingInterval":500} -/a/b/node_modules/@types: +/users/username/projects/node_modules/@types: {"pollingInterval":500} PolledWatches *deleted*:: @@ -163,52 +169,52 @@ PolledWatches *deleted*:: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} -/a/b: +/users/username/projects/project: {} FsWatchesRecursive:: -/a/b: +/users/username/projects/project: {} -Info 59 [00:01:30.000] Running: /a/b/tsconfig.jsonFailedLookupInvalidation -Info 60 [00:01:31.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 61 [00:01:32.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one After running Timeout callback:: count: 2 -15: /a/b/tsconfig.json +15: /users/username/projects/project/tsconfig.json 16: *ensureProjectForOpenFiles* Before running Timeout callback:: count: 2 -15: /a/b/tsconfig.json +15: /users/username/projects/project/tsconfig.json 16: *ensureProjectForOpenFiles* -//// [/a/b/moduleFile1.ts] +//// [/users/username/projects/project/moduleFile1.ts] export var T: number;export function Foo() { }; -Info 62 [00:01:36.000] Running: /a/b/tsconfig.json -Info 63 [00:01:37.000] FileWatcher:: Added:: WatchInfo: /a/b/file1Consumer2.ts 500 undefined WatchType: Closed Script info -Info 64 [00:01:38.000] FileWatcher:: Added:: WatchInfo: /a/b/globalFile3.ts 500 undefined WatchType: Closed Script info -Info 65 [00:01:39.000] FileWatcher:: Added:: WatchInfo: /a/b/moduleFile1.ts 500 undefined WatchType: Closed Script info -Info 66 [00:01:40.000] FileWatcher:: Added:: WatchInfo: /a/b/moduleFile2.ts 500 undefined WatchType: Closed Script info -Info 67 [00:01:41.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 68 [00:01:42.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 69 [00:01:43.000] DirectoryWatcher:: Close:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 70 [00:01:44.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 71 [00:01:45.000] DirectoryWatcher:: Close:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 72 [00:01:46.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 73 [00:01:47.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 74 [00:01:48.000] Project '/a/b/tsconfig.json' (Configured) -Info 75 [00:01:49.000] Files (6) +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/file1Consumer2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/globalFile3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b/moduleFile1.ts Text-1 "export var T: number;export function Foo() { };" - /a/b/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" - /a/b/file1Consumer2.ts Text-1 "import {Foo} from \"./moduleFile1\"; let z = 10;" - /a/b/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" - /a/b/moduleFile2.ts Text-1 "export var Foo4 = 10;" + /users/username/projects/project/moduleFile1.ts Text-1 "export var T: number;export function Foo() { };" + /users/username/projects/project/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" + /users/username/projects/project/file1Consumer2.ts Text-1 "import {Foo} from \"./moduleFile1\"; let z = 10;" + /users/username/projects/project/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" + /users/username/projects/project/moduleFile2.ts Text-1 "export var Foo4 = 10;" - ../lib/lib.d.ts + ../../../../a/lib/lib.d.ts Default library for target 'es5' moduleFile1.ts Imported via "./moduleFile1" from file 'file1Consumer1.ts' @@ -223,56 +229,58 @@ Info 75 [00:01:49.000] Files (6) moduleFile2.ts Matched by default include pattern '**/*' -Info 76 [00:01:50.000] ----------------------------------------------- -Info 77 [00:01:51.000] Running: *ensureProjectForOpenFiles* -Info 78 [00:01:52.000] Before ensureProjectForOpenFiles: -Info 79 [00:01:53.000] Project '/a/b/tsconfig.json' (Configured) -Info 79 [00:01:54.000] Files (6) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) -Info 79 [00:01:55.000] ----------------------------------------------- -Info 79 [00:01:56.000] Open files: -Info 79 [00:01:57.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 79 [00:01:58.000] Projects: /a/b/tsconfig.json -Info 79 [00:01:59.000] After ensureProjectForOpenFiles: -Info 80 [00:02:00.000] Project '/a/b/tsconfig.json' (Configured) -Info 80 [00:02:01.000] Files (6) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) -Info 80 [00:02:02.000] ----------------------------------------------- -Info 80 [00:02:03.000] Open files: -Info 80 [00:02:04.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 80 [00:02:05.000] Projects: /a/b/tsconfig.json -Info 80 [00:02:06.000] got projects updated in background, updating diagnostics for /a/b/file1Consumer1.ts -Info 81 [00:02:07.000] event: - {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/a/b/file1Consumer1.ts"]}} +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] got projects updated in background, updating diagnostics for /users/username/projects/project/file1Consumer1.ts +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/file1Consumer1.ts"]}} After running Timeout callback:: count: 1 17: checkOne PolledWatches:: -/a/b/node_modules/@types: +/users/username/projects/project/node_modules/@types: + {"pollingInterval":500} +/users/username/projects/node_modules/@types: {"pollingInterval":500} PolledWatches *deleted*:: -/a/b/modulefile1: +/users/username/projects/project/modulefile1: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} -/a/b/file1consumer2.ts: *new* +/users/username/projects/project/file1consumer2.ts: *new* {} -/a/b/globalfile3.ts: *new* +/users/username/projects/project/globalfile3.ts: *new* {} -/a/b/modulefile1.ts: *new* +/users/username/projects/project/modulefile1.ts: *new* {} -/a/b/modulefile2.ts: *new* +/users/username/projects/project/modulefile2.ts: *new* {} /a/lib/lib.d.ts: *new* {} FsWatches *deleted*:: -/a/b: +/users/username/projects/project: {} FsWatchesRecursive:: -/a/b: +/users/username/projects/project: {} diff --git a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/without-noGetErrOnBackgroundUpdate-and-should-always-return-the-file-itself-if---out-or---outFile-is-specified.js b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/without-noGetErrOnBackgroundUpdate-and-should-always-return-the-file-itself-if---out-or---outFile-is-specified.js index d6a76830536b4..8b4042a2eacf3 100644 --- a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/without-noGetErrOnBackgroundUpdate-and-should-always-return-the-file-itself-if---out-or---outFile-is-specified.js +++ b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/without-noGetErrOnBackgroundUpdate-and-should-always-return-the-file-itself-if---out-or---outFile-is-specified.js @@ -1,70 +1,72 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:11.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request -//// [/a/b/file1Consumer1.ts] +//// [/users/username/projects/project/file1Consumer1.ts] import {Foo} from "./moduleFile1"; export var y = 10; -//// [/a/b/tsconfig.json] -{"compilerOptions":{"module":"system","outFile":"/a/b/out.js"}} +//// [/users/username/projects/project/tsconfig.json] +{"compilerOptions":{"module":"system","outFile":"/users/username/projects/project/out.js"}} -Info 1 [00:00:12.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { - "file": "/a/b/file1Consumer1.ts" + "file": "/users/username/projects/project/file1Consumer1.ts" }, "seq": 1, "type": "request" } -Info 2 [00:00:13.000] Search path: /a/b -Info 3 [00:00:14.000] For info: /a/b/file1Consumer1.ts :: Config file name: /a/b/tsconfig.json -Info 4 [00:00:15.000] Creating configuration project /a/b/tsconfig.json -Info 5 [00:00:16.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 6 [00:00:17.000] event: - {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/a/b/tsconfig.json","reason":"Creating possible configured project for /a/b/file1Consumer1.ts to open"}} -Info 7 [00:00:18.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /users/username/projects/project +Info seq [hh:mm:ss:mss] For info: /users/username/projects/project/file1Consumer1.ts :: Config file name: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/tsconfig.json 2000 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/users/username/projects/project/tsconfig.json","reason":"Creating possible configured project for /users/username/projects/project/file1Consumer1.ts to open"}} +Info seq [hh:mm:ss:mss] Config: /users/username/projects/project/tsconfig.json : { "rootNames": [ - "/a/b/file1Consumer1.ts" + "/users/username/projects/project/file1Consumer1.ts" ], "options": { "module": 4, - "outFile": "/a/b/out.js", - "configFilePath": "/a/b/tsconfig.json" + "outFile": "/users/username/projects/project/out.js", + "configFilePath": "/users/username/projects/project/tsconfig.json" } } -Info 8 [00:00:19.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:20.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:21.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 11 [00:00:22.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 12 [00:00:23.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 13 [00:00:24.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 14 [00:00:25.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 15 [00:00:26.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 16 [00:00:27.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 17 [00:00:28.000] Project '/a/b/tsconfig.json' (Configured) -Info 18 [00:00:29.000] Files (1) - /a/b/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + /users/username/projects/project/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" file1Consumer1.ts Matched by default include pattern '**/*' -Info 19 [00:00:30.000] ----------------------------------------------- -Info 20 [00:00:31.000] event: - {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/a/b/tsconfig.json"}} -Info 21 [00:00:32.000] event: - {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"e10a1dc99ee63f16cb9b69bcee75540cdf41a1137371d3afbd4e7de507be5207","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":53,"tsx":0,"tsxSize":0,"dts":0,"dtsSize":0,"deferred":0,"deferredSize":0},"compilerOptions":{"module":"system","outFile":""},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 22 [00:00:33.000] event: - {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/a/b/file1Consumer1.ts","configFile":"/a/b/tsconfig.json","diagnostics":[{"text":"File '/a/lib/lib.d.ts' not found.\n The file is in the program because:\n Default library for target 'es5'","code":6053,"category":"error"},{"text":"Cannot find global type 'Array'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Boolean'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Function'.","code":2318,"category":"error"},{"text":"Cannot find global type 'IArguments'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Number'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Object'.","code":2318,"category":"error"},{"text":"Cannot find global type 'RegExp'.","code":2318,"category":"error"},{"text":"Cannot find global type 'String'.","code":2318,"category":"error"}]}} -Info 23 [00:00:34.000] Project '/a/b/tsconfig.json' (Configured) -Info 23 [00:00:35.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/users/username/projects/project/tsconfig.json"}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"5b0be5fc7f7235edf5a31bffe614b4e0819e55ec5f118558864b1f882e283c0d","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":53,"tsx":0,"tsxSize":0,"dts":0,"dtsSize":0,"deferred":0,"deferredSize":0},"compilerOptions":{"module":"system","outFile":""},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/users/username/projects/project/file1Consumer1.ts","configFile":"/users/username/projects/project/tsconfig.json","diagnostics":[{"text":"File '/a/lib/lib.d.ts' not found.\n The file is in the program because:\n Default library for target 'es5'","code":6053,"category":"error"},{"text":"Cannot find global type 'Array'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Boolean'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Function'.","code":2318,"category":"error"},{"text":"Cannot find global type 'IArguments'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Number'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Object'.","code":2318,"category":"error"},{"text":"Cannot find global type 'RegExp'.","code":2318,"category":"error"},{"text":"Cannot find global type 'String'.","code":2318,"category":"error"}]}} +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 23 [00:00:36.000] ----------------------------------------------- -Info 23 [00:00:37.000] Open files: -Info 23 [00:00:38.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 23 [00:00:39.000] Projects: /a/b/tsconfig.json -Info 23 [00:00:40.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -73,66 +75,68 @@ After request PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/b/node_modules/@types: *new* +/users/username/projects/project/node_modules/@types: *new* + {"pollingInterval":500} +/users/username/projects/node_modules/@types: *new* {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: *new* +/users/username/projects/project/tsconfig.json: *new* {} -/a/b: *new* +/users/username/projects/project: *new* {} FsWatchesRecursive:: -/a/b: *new* +/users/username/projects/project: *new* {} -Info 24 [00:00:44.000] DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 25 [00:00:45.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation -Info 26 [00:00:46.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 27 [00:00:47.000] DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 28 [00:00:48.000] Scheduled: /a/b/tsconfig.json -Info 29 [00:00:49.000] Scheduled: *ensureProjectForOpenFiles* -Info 30 [00:00:50.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 31 [00:00:53.000] DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 32 [00:00:54.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 33 [00:00:55.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 34 [00:00:56.000] DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 35 [00:00:57.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 36 [00:00:58.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 37 [00:00:59.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 38 [00:01:02.000] DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 39 [00:01:03.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 40 [00:01:04.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 41 [00:01:05.000] DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 42 [00:01:06.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 43 [00:01:07.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 44 [00:01:08.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 45 [00:01:11.000] DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 46 [00:01:12.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 47 [00:01:13.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 48 [00:01:14.000] DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 49 [00:01:15.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 50 [00:01:16.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 51 [00:01:17.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 52 [00:01:22.000] FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 53 [00:01:23.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 54 [00:01:24.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 55 [00:01:25.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 56 [00:01:26.000] Elapsed:: *ms FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file Before running Timeout callback:: count: 3 -10: /a/b/tsconfig.jsonFailedLookupInvalidation -13: /a/b/tsconfig.json +10: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +13: /users/username/projects/project/tsconfig.json 14: *ensureProjectForOpenFiles* -//// [/a/b/moduleFile1.ts] +//// [/users/username/projects/project/moduleFile1.ts] export function Foo() { }; -//// [/a/b/file1Consumer2.ts] +//// [/users/username/projects/project/file1Consumer2.ts] import {Foo} from "./moduleFile1"; let z = 10; -//// [/a/b/moduleFile2.ts] +//// [/users/username/projects/project/moduleFile2.ts] export var Foo4 = 10; -//// [/a/b/globalFile3.ts] +//// [/users/username/projects/project/globalFile3.ts] interface GlobalFoo { age: number } //// [/a/lib/lib.d.ts] @@ -150,7 +154,9 @@ interface Array { length: number; [n: number]: T; } PolledWatches:: -/a/b/node_modules/@types: +/users/username/projects/project/node_modules/@types: + {"pollingInterval":500} +/users/username/projects/node_modules/@types: {"pollingInterval":500} PolledWatches *deleted*:: @@ -158,50 +164,50 @@ PolledWatches *deleted*:: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} -/a/b: +/users/username/projects/project: {} FsWatchesRecursive:: -/a/b: +/users/username/projects/project: {} -Info 57 [00:01:28.000] Running: /a/b/tsconfig.jsonFailedLookupInvalidation -Info 58 [00:01:29.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 59 [00:01:30.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one After running Timeout callback:: count: 2 -15: /a/b/tsconfig.json +15: /users/username/projects/project/tsconfig.json 16: *ensureProjectForOpenFiles* Before running Timeout callback:: count: 2 -15: /a/b/tsconfig.json +15: /users/username/projects/project/tsconfig.json 16: *ensureProjectForOpenFiles* -//// [/a/b/moduleFile1.ts] +//// [/users/username/projects/project/moduleFile1.ts] export var T: number;export function Foo() { }; -Info 60 [00:01:34.000] Running: /a/b/tsconfig.json -Info 61 [00:01:35.000] FileWatcher:: Added:: WatchInfo: /a/b/file1Consumer2.ts 500 undefined WatchType: Closed Script info -Info 62 [00:01:36.000] FileWatcher:: Added:: WatchInfo: /a/b/globalFile3.ts 500 undefined WatchType: Closed Script info -Info 63 [00:01:37.000] FileWatcher:: Added:: WatchInfo: /a/b/moduleFile1.ts 500 undefined WatchType: Closed Script info -Info 64 [00:01:38.000] FileWatcher:: Added:: WatchInfo: /a/b/moduleFile2.ts 500 undefined WatchType: Closed Script info -Info 65 [00:01:39.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 66 [00:01:40.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 67 [00:01:41.000] DirectoryWatcher:: Close:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 68 [00:01:42.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 69 [00:01:43.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 70 [00:01:44.000] Project '/a/b/tsconfig.json' (Configured) -Info 71 [00:01:45.000] Files (6) +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/file1Consumer2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/globalFile3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b/moduleFile1.ts Text-1 "export var T: number;export function Foo() { };" - /a/b/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" - /a/b/file1Consumer2.ts Text-1 "import {Foo} from \"./moduleFile1\"; let z = 10;" - /a/b/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" - /a/b/moduleFile2.ts Text-1 "export var Foo4 = 10;" + /users/username/projects/project/moduleFile1.ts Text-1 "export var T: number;export function Foo() { };" + /users/username/projects/project/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" + /users/username/projects/project/file1Consumer2.ts Text-1 "import {Foo} from \"./moduleFile1\"; let z = 10;" + /users/username/projects/project/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" + /users/username/projects/project/moduleFile2.ts Text-1 "export var Foo4 = 10;" - ../lib/lib.d.ts + ../../../../a/lib/lib.d.ts Default library for target 'es5' moduleFile1.ts Imported via "./moduleFile1" from file 'file1Consumer1.ts' @@ -216,52 +222,54 @@ Info 71 [00:01:45.000] Files (6) moduleFile2.ts Matched by default include pattern '**/*' -Info 72 [00:01:46.000] ----------------------------------------------- -Info 73 [00:01:47.000] Running: *ensureProjectForOpenFiles* -Info 74 [00:01:48.000] Before ensureProjectForOpenFiles: -Info 75 [00:01:49.000] Project '/a/b/tsconfig.json' (Configured) -Info 75 [00:01:50.000] Files (6) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) -Info 75 [00:01:51.000] ----------------------------------------------- -Info 75 [00:01:52.000] Open files: -Info 75 [00:01:53.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 75 [00:01:54.000] Projects: /a/b/tsconfig.json -Info 75 [00:01:55.000] After ensureProjectForOpenFiles: -Info 76 [00:01:56.000] Project '/a/b/tsconfig.json' (Configured) -Info 76 [00:01:57.000] Files (6) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) -Info 76 [00:01:58.000] ----------------------------------------------- -Info 76 [00:01:59.000] Open files: -Info 76 [00:02:00.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 76 [00:02:01.000] Projects: /a/b/tsconfig.json -Info 76 [00:02:02.000] got projects updated in background, updating diagnostics for /a/b/file1Consumer1.ts -Info 77 [00:02:03.000] event: - {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/a/b/file1Consumer1.ts"]}} +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] got projects updated in background, updating diagnostics for /users/username/projects/project/file1Consumer1.ts +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/file1Consumer1.ts"]}} After running Timeout callback:: count: 1 17: checkOne PolledWatches:: -/a/b/node_modules/@types: +/users/username/projects/project/node_modules/@types: + {"pollingInterval":500} +/users/username/projects/node_modules/@types: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} -/a/b/file1consumer2.ts: *new* +/users/username/projects/project/file1consumer2.ts: *new* {} -/a/b/globalfile3.ts: *new* +/users/username/projects/project/globalfile3.ts: *new* {} -/a/b/modulefile1.ts: *new* +/users/username/projects/project/modulefile1.ts: *new* {} -/a/b/modulefile2.ts: *new* +/users/username/projects/project/modulefile2.ts: *new* {} /a/lib/lib.d.ts: *new* {} FsWatches *deleted*:: -/a/b: +/users/username/projects/project: {} FsWatchesRecursive:: -/a/b: +/users/username/projects/project: {} diff --git a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/without-noGetErrOnBackgroundUpdate-and-should-be-up-to-date-with-deleted-files.js b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/without-noGetErrOnBackgroundUpdate-and-should-be-up-to-date-with-deleted-files.js index 50f1564a6a67e..08decb4873d15 100644 --- a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/without-noGetErrOnBackgroundUpdate-and-should-be-up-to-date-with-deleted-files.js +++ b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/without-noGetErrOnBackgroundUpdate-and-should-be-up-to-date-with-deleted-files.js @@ -1,140 +1,144 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:11.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request -//// [/a/b/file1Consumer1.ts] +//// [/users/username/projects/project/file1Consumer1.ts] import {Foo} from "./moduleFile1"; export var y = 10; -//// [/a/b/tsconfig.json] +//// [/users/username/projects/project/tsconfig.json] {} -Info 1 [00:00:12.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { - "file": "/a/b/file1Consumer1.ts" + "file": "/users/username/projects/project/file1Consumer1.ts" }, "seq": 1, "type": "request" } -Info 2 [00:00:13.000] Search path: /a/b -Info 3 [00:00:14.000] For info: /a/b/file1Consumer1.ts :: Config file name: /a/b/tsconfig.json -Info 4 [00:00:15.000] Creating configuration project /a/b/tsconfig.json -Info 5 [00:00:16.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 6 [00:00:17.000] event: - {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/a/b/tsconfig.json","reason":"Creating possible configured project for /a/b/file1Consumer1.ts to open"}} -Info 7 [00:00:18.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /users/username/projects/project +Info seq [hh:mm:ss:mss] For info: /users/username/projects/project/file1Consumer1.ts :: Config file name: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/tsconfig.json 2000 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/users/username/projects/project/tsconfig.json","reason":"Creating possible configured project for /users/username/projects/project/file1Consumer1.ts to open"}} +Info seq [hh:mm:ss:mss] Config: /users/username/projects/project/tsconfig.json : { "rootNames": [ - "/a/b/file1Consumer1.ts" + "/users/username/projects/project/file1Consumer1.ts" ], "options": { - "configFilePath": "/a/b/tsconfig.json" + "configFilePath": "/users/username/projects/project/tsconfig.json" } } -Info 8 [00:00:19.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:20.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:21.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 11 [00:00:22.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 12 [00:00:23.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 13 [00:00:24.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 14 [00:00:25.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:26.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 16 [00:00:27.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 17 [00:00:28.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 18 [00:00:29.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 19 [00:00:30.000] Project '/a/b/tsconfig.json' (Configured) -Info 20 [00:00:31.000] Files (1) - /a/b/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + /users/username/projects/project/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" file1Consumer1.ts Matched by default include pattern '**/*' -Info 21 [00:00:32.000] ----------------------------------------------- -Info 22 [00:00:33.000] event: - {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/a/b/tsconfig.json"}} -Info 23 [00:00:34.000] event: - {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"e10a1dc99ee63f16cb9b69bcee75540cdf41a1137371d3afbd4e7de507be5207","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":53,"tsx":0,"tsxSize":0,"dts":0,"dtsSize":0,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 24 [00:00:35.000] event: - {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/a/b/file1Consumer1.ts","configFile":"/a/b/tsconfig.json","diagnostics":[{"text":"File '/a/lib/lib.d.ts' not found.\n The file is in the program because:\n Default library for target 'es5'","code":6053,"category":"error"},{"text":"Cannot find global type 'Array'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Boolean'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Function'.","code":2318,"category":"error"},{"text":"Cannot find global type 'IArguments'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Number'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Object'.","code":2318,"category":"error"},{"text":"Cannot find global type 'RegExp'.","code":2318,"category":"error"},{"text":"Cannot find global type 'String'.","code":2318,"category":"error"}]}} -Info 25 [00:00:36.000] Project '/a/b/tsconfig.json' (Configured) -Info 25 [00:00:37.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/users/username/projects/project/tsconfig.json"}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"5b0be5fc7f7235edf5a31bffe614b4e0819e55ec5f118558864b1f882e283c0d","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":53,"tsx":0,"tsxSize":0,"dts":0,"dtsSize":0,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/users/username/projects/project/file1Consumer1.ts","configFile":"/users/username/projects/project/tsconfig.json","diagnostics":[{"text":"File '/a/lib/lib.d.ts' not found.\n The file is in the program because:\n Default library for target 'es5'","code":6053,"category":"error"},{"text":"Cannot find global type 'Array'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Boolean'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Function'.","code":2318,"category":"error"},{"text":"Cannot find global type 'IArguments'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Number'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Object'.","code":2318,"category":"error"},{"text":"Cannot find global type 'RegExp'.","code":2318,"category":"error"},{"text":"Cannot find global type 'String'.","code":2318,"category":"error"}]}} +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 25 [00:00:38.000] ----------------------------------------------- -Info 25 [00:00:39.000] Open files: -Info 25 [00:00:40.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 25 [00:00:41.000] Projects: /a/b/tsconfig.json -Info 25 [00:00:42.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request PolledWatches:: -/a/b/modulefile1: *new* +/users/username/projects/project/modulefile1: *new* {"pollingInterval":500} /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/b/node_modules/@types: *new* +/users/username/projects/project/node_modules/@types: *new* + {"pollingInterval":500} +/users/username/projects/node_modules/@types: *new* {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: *new* +/users/username/projects/project/tsconfig.json: *new* {} -/a/b: *new* +/users/username/projects/project: *new* {} FsWatchesRecursive:: -/a/b: *new* +/users/username/projects/project: *new* {} -Info 26 [00:00:46.000] DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 27 [00:00:47.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation -Info 28 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 29 [00:00:49.000] DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 30 [00:00:50.000] Scheduled: /a/b/tsconfig.json -Info 31 [00:00:51.000] Scheduled: *ensureProjectForOpenFiles* -Info 32 [00:00:52.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 33 [00:00:55.000] DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 34 [00:00:56.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 35 [00:00:57.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 36 [00:00:58.000] DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 37 [00:00:59.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 38 [00:01:00.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 39 [00:01:01.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 40 [00:01:04.000] DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 41 [00:01:05.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 42 [00:01:06.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 43 [00:01:07.000] DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 44 [00:01:08.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 45 [00:01:09.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 46 [00:01:10.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 47 [00:01:13.000] DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 48 [00:01:14.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 49 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 50 [00:01:16.000] DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 51 [00:01:17.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 52 [00:01:18.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 53 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 54 [00:01:24.000] FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 55 [00:01:25.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 56 [00:01:26.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 57 [00:01:27.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 58 [00:01:28.000] Elapsed:: *ms FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file Before running Timeout callback:: count: 3 -10: /a/b/tsconfig.jsonFailedLookupInvalidation -13: /a/b/tsconfig.json +10: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +13: /users/username/projects/project/tsconfig.json 14: *ensureProjectForOpenFiles* -//// [/a/b/moduleFile1.ts] +//// [/users/username/projects/project/moduleFile1.ts] export function Foo() { }; -//// [/a/b/file1Consumer2.ts] +//// [/users/username/projects/project/file1Consumer2.ts] import {Foo} from "./moduleFile1"; let z = 10; -//// [/a/b/moduleFile2.ts] +//// [/users/username/projects/project/moduleFile2.ts] export var Foo4 = 10; -//// [/a/b/globalFile3.ts] +//// [/users/username/projects/project/globalFile3.ts] interface GlobalFoo { age: number } //// [/a/lib/lib.d.ts] @@ -152,9 +156,11 @@ interface Array { length: number; [n: number]: T; } PolledWatches:: -/a/b/modulefile1: +/users/username/projects/project/modulefile1: + {"pollingInterval":500} +/users/username/projects/project/node_modules/@types: {"pollingInterval":500} -/a/b/node_modules/@types: +/users/username/projects/node_modules/@types: {"pollingInterval":500} PolledWatches *deleted*:: @@ -162,60 +168,60 @@ PolledWatches *deleted*:: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} -/a/b: +/users/username/projects/project: {} FsWatchesRecursive:: -/a/b: +/users/username/projects/project: {} -Info 59 [00:01:30.000] Running: /a/b/tsconfig.jsonFailedLookupInvalidation -Info 60 [00:01:31.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 61 [00:01:32.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one After running Timeout callback:: count: 2 -15: /a/b/tsconfig.json +15: /users/username/projects/project/tsconfig.json 16: *ensureProjectForOpenFiles* -Info 62 [00:01:37.000] DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 63 [00:01:38.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation -Info 64 [00:01:39.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 65 [00:01:40.000] DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 66 [00:01:41.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 67 [00:01:42.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 68 [00:01:43.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory Before running Timeout callback:: count: 3 -17: /a/b/tsconfig.jsonFailedLookupInvalidation -18: /a/b/tsconfig.json +17: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +18: /users/username/projects/project/tsconfig.json 19: *ensureProjectForOpenFiles* -//// [/a/b/moduleFile1.ts] +//// [/users/username/projects/project/moduleFile1.ts] export var T: number;export function Foo() { }; -//// [/a/b/file1Consumer2.ts] deleted +//// [/users/username/projects/project/file1Consumer2.ts] deleted -Info 69 [00:01:44.000] Running: /a/b/tsconfig.jsonFailedLookupInvalidation -Info 70 [00:01:45.000] Running: /a/b/tsconfig.json -Info 71 [00:01:46.000] FileWatcher:: Added:: WatchInfo: /a/b/globalFile3.ts 500 undefined WatchType: Closed Script info -Info 72 [00:01:47.000] FileWatcher:: Added:: WatchInfo: /a/b/moduleFile1.ts 500 undefined WatchType: Closed Script info -Info 73 [00:01:48.000] FileWatcher:: Added:: WatchInfo: /a/b/moduleFile2.ts 500 undefined WatchType: Closed Script info -Info 74 [00:01:49.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 75 [00:01:50.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 76 [00:01:51.000] DirectoryWatcher:: Close:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 77 [00:01:52.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 78 [00:01:53.000] DirectoryWatcher:: Close:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 79 [00:01:54.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 80 [00:01:55.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 81 [00:01:56.000] Project '/a/b/tsconfig.json' (Configured) -Info 82 [00:01:57.000] Files (5) +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/globalFile3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b/moduleFile1.ts Text-1 "export var T: number;export function Foo() { };" - /a/b/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" - /a/b/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" - /a/b/moduleFile2.ts Text-1 "export var Foo4 = 10;" + /users/username/projects/project/moduleFile1.ts Text-1 "export var T: number;export function Foo() { };" + /users/username/projects/project/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" + /users/username/projects/project/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" + /users/username/projects/project/moduleFile2.ts Text-1 "export var Foo4 = 10;" - ../lib/lib.d.ts + ../../../../a/lib/lib.d.ts Default library for target 'es5' moduleFile1.ts Imported via "./moduleFile1" from file 'file1Consumer1.ts' @@ -227,54 +233,56 @@ Info 82 [00:01:57.000] Files (5) moduleFile2.ts Matched by default include pattern '**/*' -Info 83 [00:01:58.000] ----------------------------------------------- -Info 84 [00:01:59.000] Running: *ensureProjectForOpenFiles* -Info 85 [00:02:00.000] Before ensureProjectForOpenFiles: -Info 86 [00:02:01.000] Project '/a/b/tsconfig.json' (Configured) -Info 86 [00:02:02.000] Files (5) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) -Info 86 [00:02:03.000] ----------------------------------------------- -Info 86 [00:02:04.000] Open files: -Info 86 [00:02:05.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 86 [00:02:06.000] Projects: /a/b/tsconfig.json -Info 86 [00:02:07.000] After ensureProjectForOpenFiles: -Info 87 [00:02:08.000] Project '/a/b/tsconfig.json' (Configured) -Info 87 [00:02:09.000] Files (5) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) -Info 87 [00:02:10.000] ----------------------------------------------- -Info 87 [00:02:11.000] Open files: -Info 87 [00:02:12.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 87 [00:02:13.000] Projects: /a/b/tsconfig.json -Info 87 [00:02:14.000] got projects updated in background, updating diagnostics for /a/b/file1Consumer1.ts -Info 88 [00:02:15.000] event: - {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/a/b/file1Consumer1.ts"]}} +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] got projects updated in background, updating diagnostics for /users/username/projects/project/file1Consumer1.ts +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/file1Consumer1.ts"]}} After running Timeout callback:: count: 1 20: checkOne PolledWatches:: -/a/b/node_modules/@types: +/users/username/projects/project/node_modules/@types: + {"pollingInterval":500} +/users/username/projects/node_modules/@types: {"pollingInterval":500} PolledWatches *deleted*:: -/a/b/modulefile1: +/users/username/projects/project/modulefile1: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} -/a/b/globalfile3.ts: *new* +/users/username/projects/project/globalfile3.ts: *new* {} -/a/b/modulefile1.ts: *new* +/users/username/projects/project/modulefile1.ts: *new* {} -/a/b/modulefile2.ts: *new* +/users/username/projects/project/modulefile2.ts: *new* {} /a/lib/lib.d.ts: *new* {} FsWatches *deleted*:: -/a/b: +/users/username/projects/project: {} FsWatchesRecursive:: -/a/b: +/users/username/projects/project: {} diff --git a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/without-noGetErrOnBackgroundUpdate-and-should-be-up-to-date-with-newly-created-files.js b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/without-noGetErrOnBackgroundUpdate-and-should-be-up-to-date-with-newly-created-files.js index 1cb0df2acec1f..a16656c8b8bec 100644 --- a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/without-noGetErrOnBackgroundUpdate-and-should-be-up-to-date-with-newly-created-files.js +++ b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/without-noGetErrOnBackgroundUpdate-and-should-be-up-to-date-with-newly-created-files.js @@ -1,140 +1,144 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:11.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request -//// [/a/b/file1Consumer1.ts] +//// [/users/username/projects/project/file1Consumer1.ts] import {Foo} from "./moduleFile1"; export var y = 10; -//// [/a/b/tsconfig.json] +//// [/users/username/projects/project/tsconfig.json] {} -Info 1 [00:00:12.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { - "file": "/a/b/file1Consumer1.ts" + "file": "/users/username/projects/project/file1Consumer1.ts" }, "seq": 1, "type": "request" } -Info 2 [00:00:13.000] Search path: /a/b -Info 3 [00:00:14.000] For info: /a/b/file1Consumer1.ts :: Config file name: /a/b/tsconfig.json -Info 4 [00:00:15.000] Creating configuration project /a/b/tsconfig.json -Info 5 [00:00:16.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 6 [00:00:17.000] event: - {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/a/b/tsconfig.json","reason":"Creating possible configured project for /a/b/file1Consumer1.ts to open"}} -Info 7 [00:00:18.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /users/username/projects/project +Info seq [hh:mm:ss:mss] For info: /users/username/projects/project/file1Consumer1.ts :: Config file name: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/tsconfig.json 2000 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/users/username/projects/project/tsconfig.json","reason":"Creating possible configured project for /users/username/projects/project/file1Consumer1.ts to open"}} +Info seq [hh:mm:ss:mss] Config: /users/username/projects/project/tsconfig.json : { "rootNames": [ - "/a/b/file1Consumer1.ts" + "/users/username/projects/project/file1Consumer1.ts" ], "options": { - "configFilePath": "/a/b/tsconfig.json" + "configFilePath": "/users/username/projects/project/tsconfig.json" } } -Info 8 [00:00:19.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:20.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:21.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 11 [00:00:22.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 12 [00:00:23.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 13 [00:00:24.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 14 [00:00:25.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:26.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 16 [00:00:27.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 17 [00:00:28.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 18 [00:00:29.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 19 [00:00:30.000] Project '/a/b/tsconfig.json' (Configured) -Info 20 [00:00:31.000] Files (1) - /a/b/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + /users/username/projects/project/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" file1Consumer1.ts Matched by default include pattern '**/*' -Info 21 [00:00:32.000] ----------------------------------------------- -Info 22 [00:00:33.000] event: - {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/a/b/tsconfig.json"}} -Info 23 [00:00:34.000] event: - {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"e10a1dc99ee63f16cb9b69bcee75540cdf41a1137371d3afbd4e7de507be5207","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":53,"tsx":0,"tsxSize":0,"dts":0,"dtsSize":0,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 24 [00:00:35.000] event: - {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/a/b/file1Consumer1.ts","configFile":"/a/b/tsconfig.json","diagnostics":[{"text":"File '/a/lib/lib.d.ts' not found.\n The file is in the program because:\n Default library for target 'es5'","code":6053,"category":"error"},{"text":"Cannot find global type 'Array'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Boolean'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Function'.","code":2318,"category":"error"},{"text":"Cannot find global type 'IArguments'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Number'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Object'.","code":2318,"category":"error"},{"text":"Cannot find global type 'RegExp'.","code":2318,"category":"error"},{"text":"Cannot find global type 'String'.","code":2318,"category":"error"}]}} -Info 25 [00:00:36.000] Project '/a/b/tsconfig.json' (Configured) -Info 25 [00:00:37.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/users/username/projects/project/tsconfig.json"}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"5b0be5fc7f7235edf5a31bffe614b4e0819e55ec5f118558864b1f882e283c0d","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":53,"tsx":0,"tsxSize":0,"dts":0,"dtsSize":0,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/users/username/projects/project/file1Consumer1.ts","configFile":"/users/username/projects/project/tsconfig.json","diagnostics":[{"text":"File '/a/lib/lib.d.ts' not found.\n The file is in the program because:\n Default library for target 'es5'","code":6053,"category":"error"},{"text":"Cannot find global type 'Array'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Boolean'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Function'.","code":2318,"category":"error"},{"text":"Cannot find global type 'IArguments'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Number'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Object'.","code":2318,"category":"error"},{"text":"Cannot find global type 'RegExp'.","code":2318,"category":"error"},{"text":"Cannot find global type 'String'.","code":2318,"category":"error"}]}} +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 25 [00:00:38.000] ----------------------------------------------- -Info 25 [00:00:39.000] Open files: -Info 25 [00:00:40.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 25 [00:00:41.000] Projects: /a/b/tsconfig.json -Info 25 [00:00:42.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request PolledWatches:: -/a/b/modulefile1: *new* +/users/username/projects/project/modulefile1: *new* {"pollingInterval":500} /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/b/node_modules/@types: *new* +/users/username/projects/project/node_modules/@types: *new* + {"pollingInterval":500} +/users/username/projects/node_modules/@types: *new* {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: *new* +/users/username/projects/project/tsconfig.json: *new* {} -/a/b: *new* +/users/username/projects/project: *new* {} FsWatchesRecursive:: -/a/b: *new* +/users/username/projects/project: *new* {} -Info 26 [00:00:46.000] DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 27 [00:00:47.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation -Info 28 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 29 [00:00:49.000] DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 30 [00:00:50.000] Scheduled: /a/b/tsconfig.json -Info 31 [00:00:51.000] Scheduled: *ensureProjectForOpenFiles* -Info 32 [00:00:52.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 33 [00:00:55.000] DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 34 [00:00:56.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 35 [00:00:57.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 36 [00:00:58.000] DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 37 [00:00:59.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 38 [00:01:00.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 39 [00:01:01.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 40 [00:01:04.000] DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 41 [00:01:05.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 42 [00:01:06.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 43 [00:01:07.000] DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 44 [00:01:08.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 45 [00:01:09.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 46 [00:01:10.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 47 [00:01:13.000] DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 48 [00:01:14.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 49 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 50 [00:01:16.000] DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 51 [00:01:17.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 52 [00:01:18.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 53 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 54 [00:01:24.000] FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 55 [00:01:25.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 56 [00:01:26.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 57 [00:01:27.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 58 [00:01:28.000] Elapsed:: *ms FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file Before running Timeout callback:: count: 3 -10: /a/b/tsconfig.jsonFailedLookupInvalidation -13: /a/b/tsconfig.json +10: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +13: /users/username/projects/project/tsconfig.json 14: *ensureProjectForOpenFiles* -//// [/a/b/moduleFile1.ts] +//// [/users/username/projects/project/moduleFile1.ts] export function Foo() { }; -//// [/a/b/file1Consumer2.ts] +//// [/users/username/projects/project/file1Consumer2.ts] import {Foo} from "./moduleFile1"; let z = 10; -//// [/a/b/moduleFile2.ts] +//// [/users/username/projects/project/moduleFile2.ts] export var Foo4 = 10; -//// [/a/b/globalFile3.ts] +//// [/users/username/projects/project/globalFile3.ts] interface GlobalFoo { age: number } //// [/a/lib/lib.d.ts] @@ -152,9 +156,11 @@ interface Array { length: number; [n: number]: T; } PolledWatches:: -/a/b/modulefile1: +/users/username/projects/project/modulefile1: + {"pollingInterval":500} +/users/username/projects/project/node_modules/@types: {"pollingInterval":500} -/a/b/node_modules/@types: +/users/username/projects/node_modules/@types: {"pollingInterval":500} PolledWatches *deleted*:: @@ -162,66 +168,66 @@ PolledWatches *deleted*:: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} -/a/b: +/users/username/projects/project: {} FsWatchesRecursive:: -/a/b: +/users/username/projects/project: {} -Info 59 [00:01:30.000] Running: /a/b/tsconfig.jsonFailedLookupInvalidation -Info 60 [00:01:31.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 61 [00:01:32.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one After running Timeout callback:: count: 2 -15: /a/b/tsconfig.json +15: /users/username/projects/project/tsconfig.json 16: *ensureProjectForOpenFiles* -Info 62 [00:01:38.000] DirectoryWatcher:: Triggered with /a/b/file1Consumer3.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 63 [00:01:39.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation -Info 64 [00:01:40.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/file1Consumer3.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 65 [00:01:41.000] DirectoryWatcher:: Triggered with /a/b/file1Consumer3.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 66 [00:01:42.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 67 [00:01:43.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 68 [00:01:44.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/file1Consumer3.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer3.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer3.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer3.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer3.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory Before running Timeout callback:: count: 3 -17: /a/b/tsconfig.jsonFailedLookupInvalidation -18: /a/b/tsconfig.json +17: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +18: /users/username/projects/project/tsconfig.json 19: *ensureProjectForOpenFiles* -//// [/a/b/moduleFile1.ts] +//// [/users/username/projects/project/moduleFile1.ts] export var T: number;export function Foo() { }; -//// [/a/b/file1Consumer3.ts] +//// [/users/username/projects/project/file1Consumer3.ts] import {Foo} from "./moduleFile1"; let y = Foo(); -Info 69 [00:01:45.000] Running: /a/b/tsconfig.jsonFailedLookupInvalidation -Info 70 [00:01:46.000] Running: /a/b/tsconfig.json -Info 71 [00:01:47.000] FileWatcher:: Added:: WatchInfo: /a/b/file1Consumer2.ts 500 undefined WatchType: Closed Script info -Info 72 [00:01:48.000] FileWatcher:: Added:: WatchInfo: /a/b/file1Consumer3.ts 500 undefined WatchType: Closed Script info -Info 73 [00:01:49.000] FileWatcher:: Added:: WatchInfo: /a/b/globalFile3.ts 500 undefined WatchType: Closed Script info -Info 74 [00:01:50.000] FileWatcher:: Added:: WatchInfo: /a/b/moduleFile1.ts 500 undefined WatchType: Closed Script info -Info 75 [00:01:51.000] FileWatcher:: Added:: WatchInfo: /a/b/moduleFile2.ts 500 undefined WatchType: Closed Script info -Info 76 [00:01:52.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 77 [00:01:53.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 78 [00:01:54.000] DirectoryWatcher:: Close:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 79 [00:01:55.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 80 [00:01:56.000] DirectoryWatcher:: Close:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 81 [00:01:57.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 82 [00:01:58.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 83 [00:01:59.000] Project '/a/b/tsconfig.json' (Configured) -Info 84 [00:02:00.000] Files (7) +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/file1Consumer2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/file1Consumer3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/globalFile3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (7) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b/moduleFile1.ts Text-1 "export var T: number;export function Foo() { };" - /a/b/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" - /a/b/file1Consumer2.ts Text-1 "import {Foo} from \"./moduleFile1\"; let z = 10;" - /a/b/file1Consumer3.ts Text-1 "import {Foo} from \"./moduleFile1\"; let y = Foo();" - /a/b/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" - /a/b/moduleFile2.ts Text-1 "export var Foo4 = 10;" + /users/username/projects/project/moduleFile1.ts Text-1 "export var T: number;export function Foo() { };" + /users/username/projects/project/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" + /users/username/projects/project/file1Consumer2.ts Text-1 "import {Foo} from \"./moduleFile1\"; let z = 10;" + /users/username/projects/project/file1Consumer3.ts Text-1 "import {Foo} from \"./moduleFile1\"; let y = Foo();" + /users/username/projects/project/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" + /users/username/projects/project/moduleFile2.ts Text-1 "export var Foo4 = 10;" - ../lib/lib.d.ts + ../../../../a/lib/lib.d.ts Default library for target 'es5' moduleFile1.ts Imported via "./moduleFile1" from file 'file1Consumer1.ts' @@ -239,58 +245,60 @@ Info 84 [00:02:00.000] Files (7) moduleFile2.ts Matched by default include pattern '**/*' -Info 85 [00:02:01.000] ----------------------------------------------- -Info 86 [00:02:02.000] Running: *ensureProjectForOpenFiles* -Info 87 [00:02:03.000] Before ensureProjectForOpenFiles: -Info 88 [00:02:04.000] Project '/a/b/tsconfig.json' (Configured) -Info 88 [00:02:05.000] Files (7) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (7) -Info 88 [00:02:06.000] ----------------------------------------------- -Info 88 [00:02:07.000] Open files: -Info 88 [00:02:08.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 88 [00:02:09.000] Projects: /a/b/tsconfig.json -Info 88 [00:02:10.000] After ensureProjectForOpenFiles: -Info 89 [00:02:11.000] Project '/a/b/tsconfig.json' (Configured) -Info 89 [00:02:12.000] Files (7) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (7) -Info 89 [00:02:13.000] ----------------------------------------------- -Info 89 [00:02:14.000] Open files: -Info 89 [00:02:15.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 89 [00:02:16.000] Projects: /a/b/tsconfig.json -Info 89 [00:02:17.000] got projects updated in background, updating diagnostics for /a/b/file1Consumer1.ts -Info 90 [00:02:18.000] event: - {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/a/b/file1Consumer1.ts"]}} +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] got projects updated in background, updating diagnostics for /users/username/projects/project/file1Consumer1.ts +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/file1Consumer1.ts"]}} After running Timeout callback:: count: 1 20: checkOne PolledWatches:: -/a/b/node_modules/@types: +/users/username/projects/project/node_modules/@types: + {"pollingInterval":500} +/users/username/projects/node_modules/@types: {"pollingInterval":500} PolledWatches *deleted*:: -/a/b/modulefile1: +/users/username/projects/project/modulefile1: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} -/a/b/file1consumer2.ts: *new* +/users/username/projects/project/file1consumer2.ts: *new* {} -/a/b/file1consumer3.ts: *new* +/users/username/projects/project/file1consumer3.ts: *new* {} -/a/b/globalfile3.ts: *new* +/users/username/projects/project/globalfile3.ts: *new* {} -/a/b/modulefile1.ts: *new* +/users/username/projects/project/modulefile1.ts: *new* {} -/a/b/modulefile2.ts: *new* +/users/username/projects/project/modulefile2.ts: *new* {} /a/lib/lib.d.ts: *new* {} FsWatches *deleted*:: -/a/b: +/users/username/projects/project: {} FsWatchesRecursive:: -/a/b: +/users/username/projects/project: {} diff --git a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/without-noGetErrOnBackgroundUpdate-and-should-be-up-to-date-with-the-reference-map-changes.js b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/without-noGetErrOnBackgroundUpdate-and-should-be-up-to-date-with-the-reference-map-changes.js index b711cb9ed6ef1..1065081cc1d10 100644 --- a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/without-noGetErrOnBackgroundUpdate-and-should-be-up-to-date-with-the-reference-map-changes.js +++ b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/without-noGetErrOnBackgroundUpdate-and-should-be-up-to-date-with-the-reference-map-changes.js @@ -1,140 +1,144 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:11.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request -//// [/a/b/file1Consumer1.ts] +//// [/users/username/projects/project/file1Consumer1.ts] import {Foo} from "./moduleFile1"; export var y = 10; -//// [/a/b/tsconfig.json] +//// [/users/username/projects/project/tsconfig.json] {} -Info 1 [00:00:12.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { - "file": "/a/b/file1Consumer1.ts" + "file": "/users/username/projects/project/file1Consumer1.ts" }, "seq": 1, "type": "request" } -Info 2 [00:00:13.000] Search path: /a/b -Info 3 [00:00:14.000] For info: /a/b/file1Consumer1.ts :: Config file name: /a/b/tsconfig.json -Info 4 [00:00:15.000] Creating configuration project /a/b/tsconfig.json -Info 5 [00:00:16.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 6 [00:00:17.000] event: - {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/a/b/tsconfig.json","reason":"Creating possible configured project for /a/b/file1Consumer1.ts to open"}} -Info 7 [00:00:18.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /users/username/projects/project +Info seq [hh:mm:ss:mss] For info: /users/username/projects/project/file1Consumer1.ts :: Config file name: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/tsconfig.json 2000 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/users/username/projects/project/tsconfig.json","reason":"Creating possible configured project for /users/username/projects/project/file1Consumer1.ts to open"}} +Info seq [hh:mm:ss:mss] Config: /users/username/projects/project/tsconfig.json : { "rootNames": [ - "/a/b/file1Consumer1.ts" + "/users/username/projects/project/file1Consumer1.ts" ], "options": { - "configFilePath": "/a/b/tsconfig.json" + "configFilePath": "/users/username/projects/project/tsconfig.json" } } -Info 8 [00:00:19.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:20.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:21.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 11 [00:00:22.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 12 [00:00:23.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 13 [00:00:24.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 14 [00:00:25.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:26.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 16 [00:00:27.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 17 [00:00:28.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 18 [00:00:29.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 19 [00:00:30.000] Project '/a/b/tsconfig.json' (Configured) -Info 20 [00:00:31.000] Files (1) - /a/b/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + /users/username/projects/project/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" file1Consumer1.ts Matched by default include pattern '**/*' -Info 21 [00:00:32.000] ----------------------------------------------- -Info 22 [00:00:33.000] event: - {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/a/b/tsconfig.json"}} -Info 23 [00:00:34.000] event: - {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"e10a1dc99ee63f16cb9b69bcee75540cdf41a1137371d3afbd4e7de507be5207","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":53,"tsx":0,"tsxSize":0,"dts":0,"dtsSize":0,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 24 [00:00:35.000] event: - {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/a/b/file1Consumer1.ts","configFile":"/a/b/tsconfig.json","diagnostics":[{"text":"File '/a/lib/lib.d.ts' not found.\n The file is in the program because:\n Default library for target 'es5'","code":6053,"category":"error"},{"text":"Cannot find global type 'Array'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Boolean'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Function'.","code":2318,"category":"error"},{"text":"Cannot find global type 'IArguments'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Number'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Object'.","code":2318,"category":"error"},{"text":"Cannot find global type 'RegExp'.","code":2318,"category":"error"},{"text":"Cannot find global type 'String'.","code":2318,"category":"error"}]}} -Info 25 [00:00:36.000] Project '/a/b/tsconfig.json' (Configured) -Info 25 [00:00:37.000] Files (1) - -Info 25 [00:00:38.000] ----------------------------------------------- -Info 25 [00:00:39.000] Open files: -Info 25 [00:00:40.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 25 [00:00:41.000] Projects: /a/b/tsconfig.json -Info 25 [00:00:42.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/users/username/projects/project/tsconfig.json"}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"5b0be5fc7f7235edf5a31bffe614b4e0819e55ec5f118558864b1f882e283c0d","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":53,"tsx":0,"tsxSize":0,"dts":0,"dtsSize":0,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/users/username/projects/project/file1Consumer1.ts","configFile":"/users/username/projects/project/tsconfig.json","diagnostics":[{"text":"File '/a/lib/lib.d.ts' not found.\n The file is in the program because:\n Default library for target 'es5'","code":6053,"category":"error"},{"text":"Cannot find global type 'Array'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Boolean'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Function'.","code":2318,"category":"error"},{"text":"Cannot find global type 'IArguments'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Number'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Object'.","code":2318,"category":"error"},{"text":"Cannot find global type 'RegExp'.","code":2318,"category":"error"},{"text":"Cannot find global type 'String'.","code":2318,"category":"error"}]}} +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request PolledWatches:: -/a/b/modulefile1: *new* +/users/username/projects/project/modulefile1: *new* {"pollingInterval":500} /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/b/node_modules/@types: *new* +/users/username/projects/project/node_modules/@types: *new* + {"pollingInterval":500} +/users/username/projects/node_modules/@types: *new* {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: *new* +/users/username/projects/project/tsconfig.json: *new* {} -/a/b: *new* +/users/username/projects/project: *new* {} FsWatchesRecursive:: -/a/b: *new* +/users/username/projects/project: *new* {} -Info 26 [00:00:46.000] DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 27 [00:00:47.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation -Info 28 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 29 [00:00:49.000] DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 30 [00:00:50.000] Scheduled: /a/b/tsconfig.json -Info 31 [00:00:51.000] Scheduled: *ensureProjectForOpenFiles* -Info 32 [00:00:52.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 33 [00:00:55.000] DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 34 [00:00:56.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 35 [00:00:57.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 36 [00:00:58.000] DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 37 [00:00:59.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 38 [00:01:00.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 39 [00:01:01.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 40 [00:01:04.000] DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 41 [00:01:05.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 42 [00:01:06.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 43 [00:01:07.000] DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 44 [00:01:08.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 45 [00:01:09.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 46 [00:01:10.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 47 [00:01:13.000] DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 48 [00:01:14.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 49 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 50 [00:01:16.000] DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 51 [00:01:17.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 52 [00:01:18.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 53 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 54 [00:01:24.000] FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 55 [00:01:25.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 56 [00:01:26.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 57 [00:01:27.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 58 [00:01:28.000] Elapsed:: *ms FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file Before running Timeout callback:: count: 3 -10: /a/b/tsconfig.jsonFailedLookupInvalidation -13: /a/b/tsconfig.json +10: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +13: /users/username/projects/project/tsconfig.json 14: *ensureProjectForOpenFiles* -//// [/a/b/moduleFile1.ts] +//// [/users/username/projects/project/moduleFile1.ts] export function Foo() { }; -//// [/a/b/file1Consumer2.ts] +//// [/users/username/projects/project/file1Consumer2.ts] import {Foo} from "./moduleFile1"; let z = 10; -//// [/a/b/moduleFile2.ts] +//// [/users/username/projects/project/moduleFile2.ts] export var Foo4 = 10; -//// [/a/b/globalFile3.ts] +//// [/users/username/projects/project/globalFile3.ts] interface GlobalFoo { age: number } //// [/a/lib/lib.d.ts] @@ -152,9 +156,11 @@ interface Array { length: number; [n: number]: T; } PolledWatches:: -/a/b/modulefile1: +/users/username/projects/project/modulefile1: + {"pollingInterval":500} +/users/username/projects/project/node_modules/@types: {"pollingInterval":500} -/a/b/node_modules/@types: +/users/username/projects/node_modules/@types: {"pollingInterval":500} PolledWatches *deleted*:: @@ -162,29 +168,29 @@ PolledWatches *deleted*:: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} -/a/b: +/users/username/projects/project: {} FsWatchesRecursive:: -/a/b: +/users/username/projects/project: {} -Info 59 [00:01:30.000] Running: /a/b/tsconfig.jsonFailedLookupInvalidation -Info 60 [00:01:31.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 61 [00:01:32.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one After running Timeout callback:: count: 2 -15: /a/b/tsconfig.json +15: /users/username/projects/project/tsconfig.json 16: *ensureProjectForOpenFiles* Before request -Info 62 [00:01:33.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { - "file": "/a/b/file1Consumer1.ts", + "file": "/users/username/projects/project/file1Consumer1.ts", "insertString": "export let y = Foo();", "endLine": 1, "endOffset": 53, @@ -194,35 +200,35 @@ Info 62 [00:01:33.000] request: "seq": 2, "type": "request" } -Info 63 [00:01:34.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request Before running Timeout callback:: count: 2 -15: /a/b/tsconfig.json +15: /users/username/projects/project/tsconfig.json 16: *ensureProjectForOpenFiles* -Info 64 [00:01:35.000] Running: /a/b/tsconfig.json -Info 65 [00:01:36.000] FileWatcher:: Added:: WatchInfo: /a/b/file1Consumer2.ts 500 undefined WatchType: Closed Script info -Info 66 [00:01:37.000] FileWatcher:: Added:: WatchInfo: /a/b/globalFile3.ts 500 undefined WatchType: Closed Script info -Info 67 [00:01:38.000] FileWatcher:: Added:: WatchInfo: /a/b/moduleFile1.ts 500 undefined WatchType: Closed Script info -Info 68 [00:01:39.000] FileWatcher:: Added:: WatchInfo: /a/b/moduleFile2.ts 500 undefined WatchType: Closed Script info -Info 69 [00:01:40.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 70 [00:01:41.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 71 [00:01:42.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 72 [00:01:43.000] Project '/a/b/tsconfig.json' (Configured) -Info 73 [00:01:44.000] Files (6) +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/file1Consumer2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/globalFile3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b/file1Consumer1.ts SVC-1-1 "export let y = Foo();;" - /a/b/moduleFile1.ts Text-1 "export function Foo() { };" - /a/b/file1Consumer2.ts Text-1 "import {Foo} from \"./moduleFile1\"; let z = 10;" - /a/b/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" - /a/b/moduleFile2.ts Text-1 "export var Foo4 = 10;" + /users/username/projects/project/file1Consumer1.ts SVC-1-1 "export let y = Foo();;" + /users/username/projects/project/moduleFile1.ts Text-1 "export function Foo() { };" + /users/username/projects/project/file1Consumer2.ts Text-1 "import {Foo} from \"./moduleFile1\"; let z = 10;" + /users/username/projects/project/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" + /users/username/projects/project/moduleFile2.ts Text-1 "export var Foo4 = 10;" - ../lib/lib.d.ts + ../../../../a/lib/lib.d.ts Default library for target 'es5' file1Consumer1.ts Matched by default include pattern '**/*' @@ -236,113 +242,115 @@ Info 73 [00:01:44.000] Files (6) moduleFile2.ts Matched by default include pattern '**/*' -Info 74 [00:01:45.000] ----------------------------------------------- -Info 75 [00:01:46.000] Running: *ensureProjectForOpenFiles* -Info 76 [00:01:47.000] Before ensureProjectForOpenFiles: -Info 77 [00:01:48.000] Project '/a/b/tsconfig.json' (Configured) -Info 77 [00:01:49.000] Files (6) - -Info 77 [00:01:50.000] ----------------------------------------------- -Info 77 [00:01:51.000] Open files: -Info 77 [00:01:52.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 77 [00:01:53.000] Projects: /a/b/tsconfig.json -Info 77 [00:01:54.000] After ensureProjectForOpenFiles: -Info 78 [00:01:55.000] Project '/a/b/tsconfig.json' (Configured) -Info 78 [00:01:56.000] Files (6) - -Info 78 [00:01:57.000] ----------------------------------------------- -Info 78 [00:01:58.000] Open files: -Info 78 [00:01:59.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 78 [00:02:00.000] Projects: /a/b/tsconfig.json -Info 78 [00:02:01.000] got projects updated in background, updating diagnostics for /a/b/file1Consumer1.ts -Info 79 [00:02:02.000] event: - {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/a/b/file1Consumer1.ts"]}} +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] got projects updated in background, updating diagnostics for /users/username/projects/project/file1Consumer1.ts +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/file1Consumer1.ts"]}} After running Timeout callback:: count: 1 17: checkOne PolledWatches:: -/a/b/modulefile1: +/users/username/projects/project/modulefile1: {"pollingInterval":500} -/a/b/node_modules/@types: +/users/username/projects/project/node_modules/@types: + {"pollingInterval":500} +/users/username/projects/node_modules/@types: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} -/a/b: +/users/username/projects/project: {} -/a/b/file1consumer2.ts: *new* +/users/username/projects/project/file1consumer2.ts: *new* {} -/a/b/globalfile3.ts: *new* +/users/username/projects/project/globalfile3.ts: *new* {} -/a/b/modulefile1.ts: *new* +/users/username/projects/project/modulefile1.ts: *new* {} -/a/b/modulefile2.ts: *new* +/users/username/projects/project/modulefile2.ts: *new* {} /a/lib/lib.d.ts: *new* {} FsWatchesRecursive:: -/a/b: +/users/username/projects/project: {} -Info 80 [00:02:06.000] FileWatcher:: Triggered with /a/b/moduleFile1.ts 1:: WatchInfo: /a/b/moduleFile1.ts 500 undefined WatchType: Closed Script info -Info 81 [00:02:07.000] Scheduled: /a/b/tsconfig.json -Info 82 [00:02:08.000] Scheduled: *ensureProjectForOpenFiles* -Info 83 [00:02:09.000] Elapsed:: *ms FileWatcher:: Triggered with /a/b/moduleFile1.ts 1:: WatchInfo: /a/b/moduleFile1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts 1:: WatchInfo: /users/username/projects/project/moduleFile1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts 1:: WatchInfo: /users/username/projects/project/moduleFile1.ts 500 undefined WatchType: Closed Script info Before running Timeout callback:: count: 3 17: checkOne -18: /a/b/tsconfig.json +18: /users/username/projects/project/tsconfig.json 19: *ensureProjectForOpenFiles* -//// [/a/b/moduleFile1.ts] +//// [/users/username/projects/project/moduleFile1.ts] export var T: number;export function Foo() { }; -Info 84 [00:02:10.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 85 [00:02:11.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 86 [00:02:12.000] Project '/a/b/tsconfig.json' (Configured) -Info 87 [00:02:13.000] Files (6) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b/file1Consumer1.ts SVC-1-1 "export let y = Foo();;" - /a/b/moduleFile1.ts Text-2 "export var T: number;export function Foo() { };" - /a/b/file1Consumer2.ts Text-1 "import {Foo} from \"./moduleFile1\"; let z = 10;" - /a/b/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" - /a/b/moduleFile2.ts Text-1 "export var Foo4 = 10;" - -Info 88 [00:02:14.000] ----------------------------------------------- -Info 89 [00:02:15.000] event: - {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/a/b/file1Consumer1.ts","diagnostics":[]}} -Info 90 [00:02:16.000] Running: /a/b/tsconfig.json -Info 91 [00:02:17.000] Running: *ensureProjectForOpenFiles* -Info 92 [00:02:18.000] Before ensureProjectForOpenFiles: -Info 93 [00:02:19.000] Project '/a/b/tsconfig.json' (Configured) -Info 93 [00:02:20.000] Files (6) - -Info 93 [00:02:21.000] ----------------------------------------------- -Info 93 [00:02:22.000] Open files: -Info 93 [00:02:23.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 93 [00:02:24.000] Projects: /a/b/tsconfig.json -Info 93 [00:02:25.000] After ensureProjectForOpenFiles: -Info 94 [00:02:26.000] Project '/a/b/tsconfig.json' (Configured) -Info 94 [00:02:27.000] Files (6) - -Info 94 [00:02:28.000] ----------------------------------------------- -Info 94 [00:02:29.000] Open files: -Info 94 [00:02:30.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 94 [00:02:31.000] Projects: /a/b/tsconfig.json -Info 94 [00:02:32.000] got projects updated in background, updating diagnostics for /a/b/file1Consumer1.ts -Info 95 [00:02:33.000] event: - {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/a/b/file1Consumer1.ts"]}} + /users/username/projects/project/file1Consumer1.ts SVC-1-1 "export let y = Foo();;" + /users/username/projects/project/moduleFile1.ts Text-2 "export var T: number;export function Foo() { };" + /users/username/projects/project/file1Consumer2.ts Text-1 "import {Foo} from \"./moduleFile1\"; let z = 10;" + /users/username/projects/project/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" + /users/username/projects/project/moduleFile2.ts Text-1 "export var Foo4 = 10;" + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/users/username/projects/project/file1Consumer1.ts","diagnostics":[]}} +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] got projects updated in background, updating diagnostics for /users/username/projects/project/file1Consumer1.ts +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/file1Consumer1.ts"]}} After running Timeout callback:: count: 1 20: checkOne Before request -Info 96 [00:02:34.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { - "file": "/a/b/file1Consumer1.ts", + "file": "/users/username/projects/project/file1Consumer1.ts", "insertString": "import {Foo} from \"./moduleFile1\";let y = Foo();", "endLine": 1, "endOffset": 21, @@ -352,7 +360,7 @@ Info 96 [00:02:34.000] request: "seq": 3, "type": "request" } -Info 97 [00:02:35.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -363,94 +371,96 @@ Before running Timeout callback:: count: 1 After running Timeout callback:: count: 0 -Info 98 [00:02:39.000] FileWatcher:: Triggered with /a/b/moduleFile1.ts 1:: WatchInfo: /a/b/moduleFile1.ts 500 undefined WatchType: Closed Script info -Info 99 [00:02:40.000] Scheduled: /a/b/tsconfig.json -Info 100 [00:02:41.000] Scheduled: *ensureProjectForOpenFiles* -Info 101 [00:02:42.000] Elapsed:: *ms FileWatcher:: Triggered with /a/b/moduleFile1.ts 1:: WatchInfo: /a/b/moduleFile1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts 1:: WatchInfo: /users/username/projects/project/moduleFile1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts 1:: WatchInfo: /users/username/projects/project/moduleFile1.ts 500 undefined WatchType: Closed Script info Before running Timeout callback:: count: 2 -21: /a/b/tsconfig.json +21: /users/username/projects/project/tsconfig.json 22: *ensureProjectForOpenFiles* -//// [/a/b/moduleFile1.ts] +//// [/users/username/projects/project/moduleFile1.ts] export var T: number;export var T2: string;export function Foo() { }; -Info 102 [00:02:43.000] Running: /a/b/tsconfig.json -Info 103 [00:02:44.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 104 [00:02:45.000] DirectoryWatcher:: Close:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 105 [00:02:46.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 106 [00:02:47.000] DirectoryWatcher:: Close:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 107 [00:02:48.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 108 [00:02:49.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 4 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms -Info 109 [00:02:50.000] Project '/a/b/tsconfig.json' (Configured) -Info 110 [00:02:51.000] Files (6) +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 4 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b/moduleFile1.ts Text-3 "export var T: number;export var T2: string;export function Foo() { };" - /a/b/file1Consumer1.ts SVC-1-2 "import {Foo} from \"./moduleFile1\";let y = Foo();;;" - /a/b/file1Consumer2.ts Text-1 "import {Foo} from \"./moduleFile1\"; let z = 10;" - /a/b/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" - /a/b/moduleFile2.ts Text-1 "export var Foo4 = 10;" - -Info 111 [00:02:52.000] ----------------------------------------------- -Info 112 [00:02:53.000] Running: *ensureProjectForOpenFiles* -Info 113 [00:02:54.000] Before ensureProjectForOpenFiles: -Info 114 [00:02:55.000] Project '/a/b/tsconfig.json' (Configured) -Info 114 [00:02:56.000] Files (6) - -Info 114 [00:02:57.000] ----------------------------------------------- -Info 114 [00:02:58.000] Open files: -Info 114 [00:02:59.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 114 [00:03:00.000] Projects: /a/b/tsconfig.json -Info 114 [00:03:01.000] After ensureProjectForOpenFiles: -Info 115 [00:03:02.000] Project '/a/b/tsconfig.json' (Configured) -Info 115 [00:03:03.000] Files (6) - -Info 115 [00:03:04.000] ----------------------------------------------- -Info 115 [00:03:05.000] Open files: -Info 115 [00:03:06.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 115 [00:03:07.000] Projects: /a/b/tsconfig.json -Info 115 [00:03:08.000] got projects updated in background, updating diagnostics for /a/b/file1Consumer1.ts -Info 116 [00:03:09.000] event: - {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/a/b/file1Consumer1.ts"]}} + /users/username/projects/project/moduleFile1.ts Text-3 "export var T: number;export var T2: string;export function Foo() { };" + /users/username/projects/project/file1Consumer1.ts SVC-1-2 "import {Foo} from \"./moduleFile1\";let y = Foo();;;" + /users/username/projects/project/file1Consumer2.ts Text-1 "import {Foo} from \"./moduleFile1\"; let z = 10;" + /users/username/projects/project/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" + /users/username/projects/project/moduleFile2.ts Text-1 "export var Foo4 = 10;" + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] got projects updated in background, updating diagnostics for /users/username/projects/project/file1Consumer1.ts +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/file1Consumer1.ts"]}} After running Timeout callback:: count: 1 23: checkOne PolledWatches:: -/a/b/node_modules/@types: +/users/username/projects/project/node_modules/@types: + {"pollingInterval":500} +/users/username/projects/node_modules/@types: {"pollingInterval":500} PolledWatches *deleted*:: -/a/b/modulefile1: +/users/username/projects/project/modulefile1: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} -/a/b/file1consumer2.ts: +/users/username/projects/project/file1consumer2.ts: {} -/a/b/globalfile3.ts: +/users/username/projects/project/globalfile3.ts: {} -/a/b/modulefile1.ts: +/users/username/projects/project/modulefile1.ts: {} -/a/b/modulefile2.ts: +/users/username/projects/project/modulefile2.ts: {} /a/lib/lib.d.ts: {} FsWatches *deleted*:: -/a/b: +/users/username/projects/project: {} FsWatchesRecursive:: -/a/b: +/users/username/projects/project: {} Before request -Info 117 [00:03:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { - "file": "/a/b/file1Consumer1.ts", + "file": "/users/username/projects/project/file1Consumer1.ts", "insertString": "export let y = Foo();", "endLine": 1, "endOffset": 48, @@ -460,56 +470,56 @@ Info 117 [00:03:10.000] request: "seq": 4, "type": "request" } -Info 118 [00:03:11.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request -Info 119 [00:03:15.000] FileWatcher:: Triggered with /a/b/moduleFile1.ts 1:: WatchInfo: /a/b/moduleFile1.ts 500 undefined WatchType: Closed Script info -Info 120 [00:03:16.000] Scheduled: /a/b/tsconfig.json -Info 121 [00:03:17.000] Scheduled: *ensureProjectForOpenFiles* -Info 122 [00:03:18.000] Elapsed:: *ms FileWatcher:: Triggered with /a/b/moduleFile1.ts 1:: WatchInfo: /a/b/moduleFile1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts 1:: WatchInfo: /users/username/projects/project/moduleFile1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts 1:: WatchInfo: /users/username/projects/project/moduleFile1.ts 500 undefined WatchType: Closed Script info Before running Timeout callback:: count: 3 23: checkOne -24: /a/b/tsconfig.json +24: /users/username/projects/project/tsconfig.json 25: *ensureProjectForOpenFiles* -//// [/a/b/moduleFile1.ts] +//// [/users/username/projects/project/moduleFile1.ts] export var T: number;export function Foo() { }; -Info 123 [00:03:19.000] Running: /a/b/tsconfig.json -Info 124 [00:03:20.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 125 [00:03:21.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 5 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms -Info 126 [00:03:22.000] Project '/a/b/tsconfig.json' (Configured) -Info 127 [00:03:23.000] Files (6) +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 5 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b/file1Consumer1.ts SVC-1-3 "export let y = Foo();;;;" - /a/b/moduleFile1.ts Text-4 "export var T: number;export function Foo() { };" - /a/b/file1Consumer2.ts Text-1 "import {Foo} from \"./moduleFile1\"; let z = 10;" - /a/b/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" - /a/b/moduleFile2.ts Text-1 "export var Foo4 = 10;" - -Info 128 [00:03:24.000] ----------------------------------------------- -Info 129 [00:03:25.000] Running: *ensureProjectForOpenFiles* -Info 130 [00:03:26.000] Before ensureProjectForOpenFiles: -Info 131 [00:03:27.000] Project '/a/b/tsconfig.json' (Configured) -Info 131 [00:03:28.000] Files (6) - -Info 131 [00:03:29.000] ----------------------------------------------- -Info 131 [00:03:30.000] Open files: -Info 131 [00:03:31.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 131 [00:03:32.000] Projects: /a/b/tsconfig.json -Info 131 [00:03:33.000] After ensureProjectForOpenFiles: -Info 132 [00:03:34.000] Project '/a/b/tsconfig.json' (Configured) -Info 132 [00:03:35.000] Files (6) - -Info 132 [00:03:36.000] ----------------------------------------------- -Info 132 [00:03:37.000] Open files: -Info 132 [00:03:38.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 132 [00:03:39.000] Projects: /a/b/tsconfig.json -Info 132 [00:03:40.000] got projects updated in background, updating diagnostics for /a/b/file1Consumer1.ts -Info 133 [00:03:41.000] event: - {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/a/b/file1Consumer1.ts"]}} + /users/username/projects/project/file1Consumer1.ts SVC-1-3 "export let y = Foo();;;;" + /users/username/projects/project/moduleFile1.ts Text-4 "export var T: number;export function Foo() { };" + /users/username/projects/project/file1Consumer2.ts Text-1 "import {Foo} from \"./moduleFile1\"; let z = 10;" + /users/username/projects/project/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" + /users/username/projects/project/moduleFile2.ts Text-1 "export var Foo4 = 10;" + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] got projects updated in background, updating diagnostics for /users/username/projects/project/file1Consumer1.ts +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/file1Consumer1.ts"]}} After running Timeout callback:: count: 1 26: checkOne diff --git a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/without-noGetErrOnBackgroundUpdate-and-should-contains-only-itself.js b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/without-noGetErrOnBackgroundUpdate-and-should-contains-only-itself.js index 077f7bfdb9878..455d77320725d 100644 --- a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/without-noGetErrOnBackgroundUpdate-and-should-contains-only-itself.js +++ b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/without-noGetErrOnBackgroundUpdate-and-should-contains-only-itself.js @@ -1,140 +1,144 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:11.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request -//// [/a/b/file1Consumer1.ts] +//// [/users/username/projects/project/file1Consumer1.ts] import {Foo} from "./moduleFile1"; export var y = 10; -//// [/a/b/tsconfig.json] +//// [/users/username/projects/project/tsconfig.json] {} -Info 1 [00:00:12.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { - "file": "/a/b/file1Consumer1.ts" + "file": "/users/username/projects/project/file1Consumer1.ts" }, "seq": 1, "type": "request" } -Info 2 [00:00:13.000] Search path: /a/b -Info 3 [00:00:14.000] For info: /a/b/file1Consumer1.ts :: Config file name: /a/b/tsconfig.json -Info 4 [00:00:15.000] Creating configuration project /a/b/tsconfig.json -Info 5 [00:00:16.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 6 [00:00:17.000] event: - {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/a/b/tsconfig.json","reason":"Creating possible configured project for /a/b/file1Consumer1.ts to open"}} -Info 7 [00:00:18.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /users/username/projects/project +Info seq [hh:mm:ss:mss] For info: /users/username/projects/project/file1Consumer1.ts :: Config file name: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/tsconfig.json 2000 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/users/username/projects/project/tsconfig.json","reason":"Creating possible configured project for /users/username/projects/project/file1Consumer1.ts to open"}} +Info seq [hh:mm:ss:mss] Config: /users/username/projects/project/tsconfig.json : { "rootNames": [ - "/a/b/file1Consumer1.ts" + "/users/username/projects/project/file1Consumer1.ts" ], "options": { - "configFilePath": "/a/b/tsconfig.json" + "configFilePath": "/users/username/projects/project/tsconfig.json" } } -Info 8 [00:00:19.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:20.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:21.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 11 [00:00:22.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 12 [00:00:23.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 13 [00:00:24.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 14 [00:00:25.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:26.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 16 [00:00:27.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 17 [00:00:28.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 18 [00:00:29.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 19 [00:00:30.000] Project '/a/b/tsconfig.json' (Configured) -Info 20 [00:00:31.000] Files (1) - /a/b/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + /users/username/projects/project/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" file1Consumer1.ts Matched by default include pattern '**/*' -Info 21 [00:00:32.000] ----------------------------------------------- -Info 22 [00:00:33.000] event: - {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/a/b/tsconfig.json"}} -Info 23 [00:00:34.000] event: - {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"e10a1dc99ee63f16cb9b69bcee75540cdf41a1137371d3afbd4e7de507be5207","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":53,"tsx":0,"tsxSize":0,"dts":0,"dtsSize":0,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 24 [00:00:35.000] event: - {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/a/b/file1Consumer1.ts","configFile":"/a/b/tsconfig.json","diagnostics":[{"text":"File '/a/lib/lib.d.ts' not found.\n The file is in the program because:\n Default library for target 'es5'","code":6053,"category":"error"},{"text":"Cannot find global type 'Array'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Boolean'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Function'.","code":2318,"category":"error"},{"text":"Cannot find global type 'IArguments'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Number'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Object'.","code":2318,"category":"error"},{"text":"Cannot find global type 'RegExp'.","code":2318,"category":"error"},{"text":"Cannot find global type 'String'.","code":2318,"category":"error"}]}} -Info 25 [00:00:36.000] Project '/a/b/tsconfig.json' (Configured) -Info 25 [00:00:37.000] Files (1) - -Info 25 [00:00:38.000] ----------------------------------------------- -Info 25 [00:00:39.000] Open files: -Info 25 [00:00:40.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 25 [00:00:41.000] Projects: /a/b/tsconfig.json -Info 25 [00:00:42.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/users/username/projects/project/tsconfig.json"}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"5b0be5fc7f7235edf5a31bffe614b4e0819e55ec5f118558864b1f882e283c0d","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":53,"tsx":0,"tsxSize":0,"dts":0,"dtsSize":0,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/users/username/projects/project/file1Consumer1.ts","configFile":"/users/username/projects/project/tsconfig.json","diagnostics":[{"text":"File '/a/lib/lib.d.ts' not found.\n The file is in the program because:\n Default library for target 'es5'","code":6053,"category":"error"},{"text":"Cannot find global type 'Array'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Boolean'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Function'.","code":2318,"category":"error"},{"text":"Cannot find global type 'IArguments'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Number'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Object'.","code":2318,"category":"error"},{"text":"Cannot find global type 'RegExp'.","code":2318,"category":"error"},{"text":"Cannot find global type 'String'.","code":2318,"category":"error"}]}} +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request PolledWatches:: -/a/b/modulefile1: *new* +/users/username/projects/project/modulefile1: *new* {"pollingInterval":500} /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/b/node_modules/@types: *new* +/users/username/projects/project/node_modules/@types: *new* + {"pollingInterval":500} +/users/username/projects/node_modules/@types: *new* {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: *new* +/users/username/projects/project/tsconfig.json: *new* {} -/a/b: *new* +/users/username/projects/project: *new* {} FsWatchesRecursive:: -/a/b: *new* +/users/username/projects/project: *new* {} -Info 26 [00:00:46.000] DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 27 [00:00:47.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation -Info 28 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 29 [00:00:49.000] DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 30 [00:00:50.000] Scheduled: /a/b/tsconfig.json -Info 31 [00:00:51.000] Scheduled: *ensureProjectForOpenFiles* -Info 32 [00:00:52.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 33 [00:00:55.000] DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 34 [00:00:56.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 35 [00:00:57.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 36 [00:00:58.000] DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 37 [00:00:59.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 38 [00:01:00.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 39 [00:01:01.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 40 [00:01:04.000] DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 41 [00:01:05.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 42 [00:01:06.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 43 [00:01:07.000] DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 44 [00:01:08.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 45 [00:01:09.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 46 [00:01:10.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 47 [00:01:13.000] DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 48 [00:01:14.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 49 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 50 [00:01:16.000] DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 51 [00:01:17.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 52 [00:01:18.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 53 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 54 [00:01:24.000] FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 55 [00:01:25.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 56 [00:01:26.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 57 [00:01:27.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 58 [00:01:28.000] Elapsed:: *ms FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file Before running Timeout callback:: count: 3 -10: /a/b/tsconfig.jsonFailedLookupInvalidation -13: /a/b/tsconfig.json +10: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +13: /users/username/projects/project/tsconfig.json 14: *ensureProjectForOpenFiles* -//// [/a/b/moduleFile1.ts] +//// [/users/username/projects/project/moduleFile1.ts] export function Foo() { }; -//// [/a/b/file1Consumer2.ts] +//// [/users/username/projects/project/file1Consumer2.ts] import {Foo} from "./moduleFile1"; let z = 10; -//// [/a/b/moduleFile2.ts] +//// [/users/username/projects/project/moduleFile2.ts] export var Foo4 = 10; -//// [/a/b/globalFile3.ts] +//// [/users/username/projects/project/globalFile3.ts] interface GlobalFoo { age: number } //// [/a/lib/lib.d.ts] @@ -152,9 +156,11 @@ interface Array { length: number; [n: number]: T; } PolledWatches:: -/a/b/modulefile1: +/users/username/projects/project/modulefile1: + {"pollingInterval":500} +/users/username/projects/project/node_modules/@types: {"pollingInterval":500} -/a/b/node_modules/@types: +/users/username/projects/node_modules/@types: {"pollingInterval":500} PolledWatches *deleted*:: @@ -162,52 +168,52 @@ PolledWatches *deleted*:: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} -/a/b: +/users/username/projects/project: {} FsWatchesRecursive:: -/a/b: +/users/username/projects/project: {} -Info 59 [00:01:30.000] Running: /a/b/tsconfig.jsonFailedLookupInvalidation -Info 60 [00:01:31.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 61 [00:01:32.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one After running Timeout callback:: count: 2 -15: /a/b/tsconfig.json +15: /users/username/projects/project/tsconfig.json 16: *ensureProjectForOpenFiles* Before running Timeout callback:: count: 2 -15: /a/b/tsconfig.json +15: /users/username/projects/project/tsconfig.json 16: *ensureProjectForOpenFiles* -//// [/a/b/moduleFile1.ts] +//// [/users/username/projects/project/moduleFile1.ts] export var T: number;export function Foo() { }; -Info 62 [00:01:36.000] Running: /a/b/tsconfig.json -Info 63 [00:01:37.000] FileWatcher:: Added:: WatchInfo: /a/b/file1Consumer2.ts 500 undefined WatchType: Closed Script info -Info 64 [00:01:38.000] FileWatcher:: Added:: WatchInfo: /a/b/globalFile3.ts 500 undefined WatchType: Closed Script info -Info 65 [00:01:39.000] FileWatcher:: Added:: WatchInfo: /a/b/moduleFile1.ts 500 undefined WatchType: Closed Script info -Info 66 [00:01:40.000] FileWatcher:: Added:: WatchInfo: /a/b/moduleFile2.ts 500 undefined WatchType: Closed Script info -Info 67 [00:01:41.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 68 [00:01:42.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 69 [00:01:43.000] DirectoryWatcher:: Close:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 70 [00:01:44.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 71 [00:01:45.000] DirectoryWatcher:: Close:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 72 [00:01:46.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 73 [00:01:47.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 74 [00:01:48.000] Project '/a/b/tsconfig.json' (Configured) -Info 75 [00:01:49.000] Files (6) +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/file1Consumer2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/globalFile3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b/moduleFile1.ts Text-1 "export var T: number;export function Foo() { };" - /a/b/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" - /a/b/file1Consumer2.ts Text-1 "import {Foo} from \"./moduleFile1\"; let z = 10;" - /a/b/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" - /a/b/moduleFile2.ts Text-1 "export var Foo4 = 10;" + /users/username/projects/project/moduleFile1.ts Text-1 "export var T: number;export function Foo() { };" + /users/username/projects/project/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" + /users/username/projects/project/file1Consumer2.ts Text-1 "import {Foo} from \"./moduleFile1\"; let z = 10;" + /users/username/projects/project/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" + /users/username/projects/project/moduleFile2.ts Text-1 "export var Foo4 = 10;" - ../lib/lib.d.ts + ../../../../a/lib/lib.d.ts Default library for target 'es5' moduleFile1.ts Imported via "./moduleFile1" from file 'file1Consumer1.ts' @@ -222,106 +228,108 @@ Info 75 [00:01:49.000] Files (6) moduleFile2.ts Matched by default include pattern '**/*' -Info 76 [00:01:50.000] ----------------------------------------------- -Info 77 [00:01:51.000] Running: *ensureProjectForOpenFiles* -Info 78 [00:01:52.000] Before ensureProjectForOpenFiles: -Info 79 [00:01:53.000] Project '/a/b/tsconfig.json' (Configured) -Info 79 [00:01:54.000] Files (6) - -Info 79 [00:01:55.000] ----------------------------------------------- -Info 79 [00:01:56.000] Open files: -Info 79 [00:01:57.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 79 [00:01:58.000] Projects: /a/b/tsconfig.json -Info 79 [00:01:59.000] After ensureProjectForOpenFiles: -Info 80 [00:02:00.000] Project '/a/b/tsconfig.json' (Configured) -Info 80 [00:02:01.000] Files (6) - -Info 80 [00:02:02.000] ----------------------------------------------- -Info 80 [00:02:03.000] Open files: -Info 80 [00:02:04.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 80 [00:02:05.000] Projects: /a/b/tsconfig.json -Info 80 [00:02:06.000] got projects updated in background, updating diagnostics for /a/b/file1Consumer1.ts -Info 81 [00:02:07.000] event: - {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/a/b/file1Consumer1.ts"]}} +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] got projects updated in background, updating diagnostics for /users/username/projects/project/file1Consumer1.ts +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/file1Consumer1.ts"]}} After running Timeout callback:: count: 1 17: checkOne PolledWatches:: -/a/b/node_modules/@types: +/users/username/projects/project/node_modules/@types: + {"pollingInterval":500} +/users/username/projects/node_modules/@types: {"pollingInterval":500} PolledWatches *deleted*:: -/a/b/modulefile1: +/users/username/projects/project/modulefile1: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} -/a/b/file1consumer2.ts: *new* +/users/username/projects/project/file1consumer2.ts: *new* {} -/a/b/globalfile3.ts: *new* +/users/username/projects/project/globalfile3.ts: *new* {} -/a/b/modulefile1.ts: *new* +/users/username/projects/project/modulefile1.ts: *new* {} -/a/b/modulefile2.ts: *new* +/users/username/projects/project/modulefile2.ts: *new* {} /a/lib/lib.d.ts: *new* {} FsWatches *deleted*:: -/a/b: +/users/username/projects/project: {} FsWatchesRecursive:: -/a/b: +/users/username/projects/project: {} -Info 82 [00:02:11.000] FileWatcher:: Triggered with /a/b/moduleFile1.ts 1:: WatchInfo: /a/b/moduleFile1.ts 500 undefined WatchType: Closed Script info -Info 83 [00:02:12.000] Scheduled: /a/b/tsconfig.json -Info 84 [00:02:13.000] Scheduled: *ensureProjectForOpenFiles* -Info 85 [00:02:14.000] Elapsed:: *ms FileWatcher:: Triggered with /a/b/moduleFile1.ts 1:: WatchInfo: /a/b/moduleFile1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts 1:: WatchInfo: /users/username/projects/project/moduleFile1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts 1:: WatchInfo: /users/username/projects/project/moduleFile1.ts 500 undefined WatchType: Closed Script info Before running Timeout callback:: count: 3 17: checkOne -18: /a/b/tsconfig.json +18: /users/username/projects/project/tsconfig.json 19: *ensureProjectForOpenFiles* -//// [/a/b/moduleFile1.ts] +//// [/users/username/projects/project/moduleFile1.ts] export var T: number;export function Foo() { console.log('hi'); }; -Info 86 [00:02:15.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 87 [00:02:16.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 88 [00:02:17.000] Project '/a/b/tsconfig.json' (Configured) -Info 89 [00:02:18.000] Files (6) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b/moduleFile1.ts Text-2 "export var T: number;export function Foo() { console.log('hi'); };" - /a/b/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" - /a/b/file1Consumer2.ts Text-1 "import {Foo} from \"./moduleFile1\"; let z = 10;" - /a/b/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" - /a/b/moduleFile2.ts Text-1 "export var Foo4 = 10;" - -Info 90 [00:02:19.000] ----------------------------------------------- -Info 91 [00:02:20.000] event: - {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/a/b/file1Consumer1.ts","diagnostics":[]}} -Info 92 [00:02:21.000] Running: /a/b/tsconfig.json -Info 93 [00:02:22.000] Running: *ensureProjectForOpenFiles* -Info 94 [00:02:23.000] Before ensureProjectForOpenFiles: -Info 95 [00:02:24.000] Project '/a/b/tsconfig.json' (Configured) -Info 95 [00:02:25.000] Files (6) - -Info 95 [00:02:26.000] ----------------------------------------------- -Info 95 [00:02:27.000] Open files: -Info 95 [00:02:28.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 95 [00:02:29.000] Projects: /a/b/tsconfig.json -Info 95 [00:02:30.000] After ensureProjectForOpenFiles: -Info 96 [00:02:31.000] Project '/a/b/tsconfig.json' (Configured) -Info 96 [00:02:32.000] Files (6) - -Info 96 [00:02:33.000] ----------------------------------------------- -Info 96 [00:02:34.000] Open files: -Info 96 [00:02:35.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 96 [00:02:36.000] Projects: /a/b/tsconfig.json -Info 96 [00:02:37.000] got projects updated in background, updating diagnostics for /a/b/file1Consumer1.ts -Info 97 [00:02:38.000] event: - {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/a/b/file1Consumer1.ts"]}} + /users/username/projects/project/moduleFile1.ts Text-2 "export var T: number;export function Foo() { console.log('hi'); };" + /users/username/projects/project/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" + /users/username/projects/project/file1Consumer2.ts Text-1 "import {Foo} from \"./moduleFile1\"; let z = 10;" + /users/username/projects/project/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" + /users/username/projects/project/moduleFile2.ts Text-1 "export var Foo4 = 10;" + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/users/username/projects/project/file1Consumer1.ts","diagnostics":[]}} +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] got projects updated in background, updating diagnostics for /users/username/projects/project/file1Consumer1.ts +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/file1Consumer1.ts"]}} After running Timeout callback:: count: 1 20: checkOne diff --git a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/without-noGetErrOnBackgroundUpdate-and-should-detect-changes-in-non-root-files.js b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/without-noGetErrOnBackgroundUpdate-and-should-detect-changes-in-non-root-files.js index 9a8fd2d0f1796..9d518726a6451 100644 --- a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/without-noGetErrOnBackgroundUpdate-and-should-detect-changes-in-non-root-files.js +++ b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/without-noGetErrOnBackgroundUpdate-and-should-detect-changes-in-non-root-files.js @@ -1,118 +1,122 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:11.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request -//// [/a/b/file1Consumer1.ts] +//// [/users/username/projects/project/file1Consumer1.ts] import {Foo} from "./moduleFile1"; export var y = 10; -//// [/a/b/tsconfig.json] -{"files":["/a/b/file1Consumer1.ts"]} +//// [/users/username/projects/project/tsconfig.json] +{"files":["/users/username/projects/project/file1Consumer1.ts"]} -Info 1 [00:00:12.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { - "file": "/a/b/file1Consumer1.ts" + "file": "/users/username/projects/project/file1Consumer1.ts" }, "seq": 1, "type": "request" } -Info 2 [00:00:13.000] Search path: /a/b -Info 3 [00:00:14.000] For info: /a/b/file1Consumer1.ts :: Config file name: /a/b/tsconfig.json -Info 4 [00:00:15.000] Creating configuration project /a/b/tsconfig.json -Info 5 [00:00:16.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 6 [00:00:17.000] event: - {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/a/b/tsconfig.json","reason":"Creating possible configured project for /a/b/file1Consumer1.ts to open"}} -Info 7 [00:00:18.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /users/username/projects/project +Info seq [hh:mm:ss:mss] For info: /users/username/projects/project/file1Consumer1.ts :: Config file name: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/tsconfig.json 2000 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/users/username/projects/project/tsconfig.json","reason":"Creating possible configured project for /users/username/projects/project/file1Consumer1.ts to open"}} +Info seq [hh:mm:ss:mss] Config: /users/username/projects/project/tsconfig.json : { "rootNames": [ - "/a/b/file1Consumer1.ts" + "/users/username/projects/project/file1Consumer1.ts" ], "options": { - "configFilePath": "/a/b/tsconfig.json" + "configFilePath": "/users/username/projects/project/tsconfig.json" } } -Info 8 [00:00:19.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 9 [00:00:20.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 10 [00:00:21.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 11 [00:00:22.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 12 [00:00:23.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 13 [00:00:24.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 14 [00:00:25.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 15 [00:00:26.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 16 [00:00:27.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 17 [00:00:28.000] Project '/a/b/tsconfig.json' (Configured) -Info 18 [00:00:29.000] Files (1) - /a/b/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + /users/username/projects/project/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" file1Consumer1.ts Part of 'files' list in tsconfig.json -Info 19 [00:00:30.000] ----------------------------------------------- -Info 20 [00:00:31.000] event: - {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/a/b/tsconfig.json"}} -Info 21 [00:00:32.000] event: - {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"e10a1dc99ee63f16cb9b69bcee75540cdf41a1137371d3afbd4e7de507be5207","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":53,"tsx":0,"tsxSize":0,"dts":0,"dtsSize":0,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":true,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 22 [00:00:33.000] event: - {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/a/b/file1Consumer1.ts","configFile":"/a/b/tsconfig.json","diagnostics":[{"text":"File '/a/lib/lib.d.ts' not found.\n The file is in the program because:\n Default library for target 'es5'","code":6053,"category":"error"},{"text":"Cannot find global type 'Array'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Boolean'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Function'.","code":2318,"category":"error"},{"text":"Cannot find global type 'IArguments'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Number'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Object'.","code":2318,"category":"error"},{"text":"Cannot find global type 'RegExp'.","code":2318,"category":"error"},{"text":"Cannot find global type 'String'.","code":2318,"category":"error"}]}} -Info 23 [00:00:34.000] Project '/a/b/tsconfig.json' (Configured) -Info 23 [00:00:35.000] Files (1) - -Info 23 [00:00:36.000] ----------------------------------------------- -Info 23 [00:00:37.000] Open files: -Info 23 [00:00:38.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 23 [00:00:39.000] Projects: /a/b/tsconfig.json -Info 23 [00:00:40.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/users/username/projects/project/tsconfig.json"}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"5b0be5fc7f7235edf5a31bffe614b4e0819e55ec5f118558864b1f882e283c0d","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":53,"tsx":0,"tsxSize":0,"dts":0,"dtsSize":0,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":true,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/users/username/projects/project/file1Consumer1.ts","configFile":"/users/username/projects/project/tsconfig.json","diagnostics":[{"text":"File '/a/lib/lib.d.ts' not found.\n The file is in the program because:\n Default library for target 'es5'","code":6053,"category":"error"},{"text":"Cannot find global type 'Array'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Boolean'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Function'.","code":2318,"category":"error"},{"text":"Cannot find global type 'IArguments'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Number'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Object'.","code":2318,"category":"error"},{"text":"Cannot find global type 'RegExp'.","code":2318,"category":"error"},{"text":"Cannot find global type 'String'.","code":2318,"category":"error"}]}} +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request PolledWatches:: -/a/b/modulefile1: *new* +/users/username/projects/project/modulefile1: *new* {"pollingInterval":500} /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/b/node_modules/@types: *new* +/users/username/projects/project/node_modules/@types: *new* + {"pollingInterval":500} +/users/username/projects/node_modules/@types: *new* {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: *new* +/users/username/projects/project/tsconfig.json: *new* {} -/a/b: *new* +/users/username/projects/project: *new* {} -Info 24 [00:00:44.000] DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 25 [00:00:45.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation -Info 26 [00:00:46.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 27 [00:00:49.000] DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 28 [00:00:50.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 29 [00:00:51.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 30 [00:00:54.000] DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 31 [00:00:55.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 32 [00:00:56.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 33 [00:00:59.000] DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 34 [00:01:00.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 35 [00:01:01.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 36 [00:01:06.000] FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 37 [00:01:07.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 38 [00:01:08.000] Scheduled: /a/b/tsconfig.json -Info 39 [00:01:09.000] Scheduled: *ensureProjectForOpenFiles* -Info 40 [00:01:10.000] Elapsed:: *ms FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file Before running Timeout callback:: count: 3 -4: /a/b/tsconfig.jsonFailedLookupInvalidation -5: /a/b/tsconfig.json +4: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +5: /users/username/projects/project/tsconfig.json 6: *ensureProjectForOpenFiles* -//// [/a/b/moduleFile1.ts] +//// [/users/username/projects/project/moduleFile1.ts] export function Foo() { }; -//// [/a/b/file1Consumer2.ts] +//// [/users/username/projects/project/file1Consumer2.ts] import {Foo} from "./moduleFile1"; let z = 10; -//// [/a/b/moduleFile2.ts] +//// [/users/username/projects/project/moduleFile2.ts] export var Foo4 = 10; -//// [/a/b/globalFile3.ts] +//// [/users/username/projects/project/globalFile3.ts] interface GlobalFoo { age: number } //// [/a/lib/lib.d.ts] @@ -130,9 +134,11 @@ interface Array { length: number; [n: number]: T; } PolledWatches:: -/a/b/modulefile1: +/users/username/projects/project/modulefile1: + {"pollingInterval":500} +/users/username/projects/project/node_modules/@types: {"pollingInterval":500} -/a/b/node_modules/@types: +/users/username/projects/node_modules/@types: {"pollingInterval":500} PolledWatches *deleted*:: @@ -140,135 +146,137 @@ PolledWatches *deleted*:: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} -/a/b: +/users/username/projects/project: {} -Info 41 [00:01:12.000] Running: /a/b/tsconfig.jsonFailedLookupInvalidation -Info 42 [00:01:13.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 43 [00:01:14.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one After running Timeout callback:: count: 2 -7: /a/b/tsconfig.json +7: /users/username/projects/project/tsconfig.json 8: *ensureProjectForOpenFiles* Before running Timeout callback:: count: 2 -7: /a/b/tsconfig.json +7: /users/username/projects/project/tsconfig.json 8: *ensureProjectForOpenFiles* -//// [/a/b/moduleFile1.ts] +//// [/users/username/projects/project/moduleFile1.ts] export var T: number;export function Foo() { }; -Info 44 [00:01:18.000] Running: /a/b/tsconfig.json -Info 45 [00:01:19.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 46 [00:01:20.000] FileWatcher:: Added:: WatchInfo: /a/b/moduleFile1.ts 500 undefined WatchType: Closed Script info -Info 47 [00:01:21.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 48 [00:01:22.000] DirectoryWatcher:: Close:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 49 [00:01:23.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 50 [00:01:24.000] DirectoryWatcher:: Close:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 51 [00:01:25.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 52 [00:01:26.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 53 [00:01:27.000] Project '/a/b/tsconfig.json' (Configured) -Info 54 [00:01:28.000] Files (3) +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b/moduleFile1.ts Text-1 "export var T: number;export function Foo() { };" - /a/b/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" + /users/username/projects/project/moduleFile1.ts Text-1 "export var T: number;export function Foo() { };" + /users/username/projects/project/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" - ../lib/lib.d.ts + ../../../../a/lib/lib.d.ts Default library for target 'es5' moduleFile1.ts Imported via "./moduleFile1" from file 'file1Consumer1.ts' file1Consumer1.ts Part of 'files' list in tsconfig.json -Info 55 [00:01:29.000] ----------------------------------------------- -Info 56 [00:01:30.000] Running: *ensureProjectForOpenFiles* -Info 57 [00:01:31.000] Before ensureProjectForOpenFiles: -Info 58 [00:01:32.000] Project '/a/b/tsconfig.json' (Configured) -Info 58 [00:01:33.000] Files (3) - -Info 58 [00:01:34.000] ----------------------------------------------- -Info 58 [00:01:35.000] Open files: -Info 58 [00:01:36.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 58 [00:01:37.000] Projects: /a/b/tsconfig.json -Info 58 [00:01:38.000] After ensureProjectForOpenFiles: -Info 59 [00:01:39.000] Project '/a/b/tsconfig.json' (Configured) -Info 59 [00:01:40.000] Files (3) - -Info 59 [00:01:41.000] ----------------------------------------------- -Info 59 [00:01:42.000] Open files: -Info 59 [00:01:43.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 59 [00:01:44.000] Projects: /a/b/tsconfig.json -Info 59 [00:01:45.000] got projects updated in background, updating diagnostics for /a/b/file1Consumer1.ts -Info 60 [00:01:46.000] event: - {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/a/b/file1Consumer1.ts"]}} +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] got projects updated in background, updating diagnostics for /users/username/projects/project/file1Consumer1.ts +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/file1Consumer1.ts"]}} After running Timeout callback:: count: 1 9: checkOne PolledWatches:: -/a/b/node_modules/@types: +/users/username/projects/project/node_modules/@types: + {"pollingInterval":500} +/users/username/projects/node_modules/@types: {"pollingInterval":500} PolledWatches *deleted*:: -/a/b/modulefile1: +/users/username/projects/project/modulefile1: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} -/a/b/modulefile1.ts: *new* +/users/username/projects/project/modulefile1.ts: *new* {} /a/lib/lib.d.ts: *new* {} FsWatches *deleted*:: -/a/b: +/users/username/projects/project: {} -Info 61 [00:01:50.000] FileWatcher:: Triggered with /a/b/moduleFile1.ts 1:: WatchInfo: /a/b/moduleFile1.ts 500 undefined WatchType: Closed Script info -Info 62 [00:01:51.000] Scheduled: /a/b/tsconfig.json -Info 63 [00:01:52.000] Scheduled: *ensureProjectForOpenFiles* -Info 64 [00:01:53.000] Elapsed:: *ms FileWatcher:: Triggered with /a/b/moduleFile1.ts 1:: WatchInfo: /a/b/moduleFile1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts 1:: WatchInfo: /users/username/projects/project/moduleFile1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts 1:: WatchInfo: /users/username/projects/project/moduleFile1.ts 500 undefined WatchType: Closed Script info Before running Timeout callback:: count: 3 9: checkOne -10: /a/b/tsconfig.json +10: /users/username/projects/project/tsconfig.json 11: *ensureProjectForOpenFiles* -//// [/a/b/moduleFile1.ts] +//// [/users/username/projects/project/moduleFile1.ts] export function Foo() { };var T1: number; -Info 65 [00:01:54.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 66 [00:01:55.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 67 [00:01:56.000] Project '/a/b/tsconfig.json' (Configured) -Info 68 [00:01:57.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b/moduleFile1.ts Text-2 "export function Foo() { };var T1: number;" - /a/b/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" - -Info 69 [00:01:58.000] ----------------------------------------------- -Info 70 [00:01:59.000] event: - {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/a/b/file1Consumer1.ts","diagnostics":[]}} -Info 71 [00:02:00.000] Running: /a/b/tsconfig.json -Info 72 [00:02:01.000] Running: *ensureProjectForOpenFiles* -Info 73 [00:02:02.000] Before ensureProjectForOpenFiles: -Info 74 [00:02:03.000] Project '/a/b/tsconfig.json' (Configured) -Info 74 [00:02:04.000] Files (3) - -Info 74 [00:02:05.000] ----------------------------------------------- -Info 74 [00:02:06.000] Open files: -Info 74 [00:02:07.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 74 [00:02:08.000] Projects: /a/b/tsconfig.json -Info 74 [00:02:09.000] After ensureProjectForOpenFiles: -Info 75 [00:02:10.000] Project '/a/b/tsconfig.json' (Configured) -Info 75 [00:02:11.000] Files (3) - -Info 75 [00:02:12.000] ----------------------------------------------- -Info 75 [00:02:13.000] Open files: -Info 75 [00:02:14.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 75 [00:02:15.000] Projects: /a/b/tsconfig.json -Info 75 [00:02:16.000] got projects updated in background, updating diagnostics for /a/b/file1Consumer1.ts -Info 76 [00:02:17.000] event: - {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/a/b/file1Consumer1.ts"]}} + /users/username/projects/project/moduleFile1.ts Text-2 "export function Foo() { };var T1: number;" + /users/username/projects/project/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/users/username/projects/project/file1Consumer1.ts","diagnostics":[]}} +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] got projects updated in background, updating diagnostics for /users/username/projects/project/file1Consumer1.ts +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/file1Consumer1.ts"]}} After running Timeout callback:: count: 1 12: checkOne diff --git a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/without-noGetErrOnBackgroundUpdate-and-should-detect-non-existing-code-file.js b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/without-noGetErrOnBackgroundUpdate-and-should-detect-non-existing-code-file.js index cde3eba271bd4..9698c0d6979ba 100644 --- a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/without-noGetErrOnBackgroundUpdate-and-should-detect-non-existing-code-file.js +++ b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/without-noGetErrOnBackgroundUpdate-and-should-detect-non-existing-code-file.js @@ -1,95 +1,99 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:11.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request -//// [/a/b/referenceFile1.ts] +//// [/users/username/projects/project/referenceFile1.ts] /// export var x = Foo(); -//// [/a/b/tsconfig.json] +//// [/users/username/projects/project/tsconfig.json] {} -Info 1 [00:00:12.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { - "file": "/a/b/referenceFile1.ts" + "file": "/users/username/projects/project/referenceFile1.ts" }, "seq": 1, "type": "request" } -Info 2 [00:00:13.000] Search path: /a/b -Info 3 [00:00:14.000] For info: /a/b/referenceFile1.ts :: Config file name: /a/b/tsconfig.json -Info 4 [00:00:15.000] Creating configuration project /a/b/tsconfig.json -Info 5 [00:00:16.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 6 [00:00:17.000] event: - {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/a/b/tsconfig.json","reason":"Creating possible configured project for /a/b/referenceFile1.ts to open"}} -Info 7 [00:00:18.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /users/username/projects/project +Info seq [hh:mm:ss:mss] For info: /users/username/projects/project/referenceFile1.ts :: Config file name: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/tsconfig.json 2000 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/users/username/projects/project/tsconfig.json","reason":"Creating possible configured project for /users/username/projects/project/referenceFile1.ts to open"}} +Info seq [hh:mm:ss:mss] Config: /users/username/projects/project/tsconfig.json : { "rootNames": [ - "/a/b/referenceFile1.ts" + "/users/username/projects/project/referenceFile1.ts" ], "options": { - "configFilePath": "/a/b/tsconfig.json" + "configFilePath": "/users/username/projects/project/tsconfig.json" } } -Info 8 [00:00:19.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:20.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:21.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 11 [00:00:22.000] FileWatcher:: Added:: WatchInfo: /a/b/modulefile2.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 12 [00:00:23.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 13 [00:00:24.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 14 [00:00:25.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 15 [00:00:26.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:00:27.000] Project '/a/b/tsconfig.json' (Configured) -Info 17 [00:00:28.000] Files (1) - /a/b/referenceFile1.ts SVC-1-0 "\n /// \n export var x = Foo();" +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/modulefile2.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + /users/username/projects/project/referenceFile1.ts SVC-1-0 "\n /// \n export var x = Foo();" referenceFile1.ts Matched by default include pattern '**/*' -Info 18 [00:00:29.000] ----------------------------------------------- -Info 19 [00:00:30.000] event: - {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/a/b/tsconfig.json"}} -Info 20 [00:00:31.000] event: - {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"e10a1dc99ee63f16cb9b69bcee75540cdf41a1137371d3afbd4e7de507be5207","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":104,"tsx":0,"tsxSize":0,"dts":0,"dtsSize":0,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 21 [00:00:32.000] event: - {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/a/b/referenceFile1.ts","configFile":"/a/b/tsconfig.json","diagnostics":[{"text":"File '/a/lib/lib.d.ts' not found.\n The file is in the program because:\n Default library for target 'es5'","code":6053,"category":"error"},{"text":"Cannot find global type 'Array'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Boolean'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Function'.","code":2318,"category":"error"},{"text":"Cannot find global type 'IArguments'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Number'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Object'.","code":2318,"category":"error"},{"text":"Cannot find global type 'RegExp'.","code":2318,"category":"error"},{"text":"Cannot find global type 'String'.","code":2318,"category":"error"}]}} -Info 22 [00:00:33.000] Project '/a/b/tsconfig.json' (Configured) -Info 22 [00:00:34.000] Files (1) - -Info 22 [00:00:35.000] ----------------------------------------------- -Info 22 [00:00:36.000] Open files: -Info 22 [00:00:37.000] FileName: /a/b/referenceFile1.ts ProjectRootPath: undefined -Info 22 [00:00:38.000] Projects: /a/b/tsconfig.json -Info 22 [00:00:39.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/users/username/projects/project/tsconfig.json"}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"5b0be5fc7f7235edf5a31bffe614b4e0819e55ec5f118558864b1f882e283c0d","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":104,"tsx":0,"tsxSize":0,"dts":0,"dtsSize":0,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/users/username/projects/project/referenceFile1.ts","configFile":"/users/username/projects/project/tsconfig.json","diagnostics":[{"text":"File '/a/lib/lib.d.ts' not found.\n The file is in the program because:\n Default library for target 'es5'","code":6053,"category":"error"},{"text":"Cannot find global type 'Array'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Boolean'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Function'.","code":2318,"category":"error"},{"text":"Cannot find global type 'IArguments'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Number'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Object'.","code":2318,"category":"error"},{"text":"Cannot find global type 'RegExp'.","code":2318,"category":"error"},{"text":"Cannot find global type 'String'.","code":2318,"category":"error"}]}} +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/referenceFile1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request PolledWatches:: -/a/b/modulefile2.ts: *new* +/users/username/projects/project/modulefile2.ts: *new* {"pollingInterval":500} /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/b/node_modules/@types: *new* +/users/username/projects/project/node_modules/@types: *new* + {"pollingInterval":500} +/users/username/projects/node_modules/@types: *new* {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: *new* +/users/username/projects/project/tsconfig.json: *new* {} FsWatchesRecursive:: -/a/b: *new* +/users/username/projects/project: *new* {} -Info 23 [00:00:45.000] FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 24 [00:00:46.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 25 [00:00:47.000] Scheduled: /a/b/tsconfig.json -Info 26 [00:00:48.000] Scheduled: *ensureProjectForOpenFiles* -Info 27 [00:00:49.000] Elapsed:: *ms FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file Before request //// [/a/lib/lib.d.ts] /// @@ -106,9 +110,11 @@ interface Array { length: number; [n: number]: T; } PolledWatches:: -/a/b/modulefile2.ts: +/users/username/projects/project/modulefile2.ts: + {"pollingInterval":500} +/users/username/projects/project/node_modules/@types: {"pollingInterval":500} -/a/b/node_modules/@types: +/users/username/projects/node_modules/@types: {"pollingInterval":500} PolledWatches *deleted*:: @@ -116,18 +122,18 @@ PolledWatches *deleted*:: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} FsWatchesRecursive:: -/a/b: +/users/username/projects/project: {} -Info 28 [00:00:51.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { - "file": "/a/b/referenceFile1.ts", + "file": "/users/username/projects/project/referenceFile1.ts", "insertString": "\n /// \n export var x = Foo();export var yy = Foo();", "endLine": 1, "endOffset": 104, @@ -137,117 +143,121 @@ Info 28 [00:00:51.000] request: "seq": 2, "type": "request" } -Info 29 [00:00:52.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request Before running Timeout callback:: count: 2 -1: /a/b/tsconfig.json +1: /users/username/projects/project/tsconfig.json 2: *ensureProjectForOpenFiles* -Info 30 [00:00:53.000] Running: /a/b/tsconfig.json -Info 31 [00:00:54.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 32 [00:00:55.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 33 [00:00:56.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 34 [00:00:57.000] Project '/a/b/tsconfig.json' (Configured) -Info 35 [00:00:58.000] Files (2) +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b/referenceFile1.ts SVC-1-1 "\n /// \n export var x = Foo();export var yy = Foo();;" + /users/username/projects/project/referenceFile1.ts SVC-1-1 "\n /// \n export var x = Foo();export var yy = Foo();;" - ../lib/lib.d.ts + ../../../../a/lib/lib.d.ts Default library for target 'es5' referenceFile1.ts Matched by default include pattern '**/*' -Info 36 [00:00:59.000] ----------------------------------------------- -Info 37 [00:01:00.000] Running: *ensureProjectForOpenFiles* -Info 38 [00:01:01.000] Before ensureProjectForOpenFiles: -Info 39 [00:01:02.000] Project '/a/b/tsconfig.json' (Configured) -Info 39 [00:01:03.000] Files (2) - -Info 39 [00:01:04.000] ----------------------------------------------- -Info 39 [00:01:05.000] Open files: -Info 39 [00:01:06.000] FileName: /a/b/referenceFile1.ts ProjectRootPath: undefined -Info 39 [00:01:07.000] Projects: /a/b/tsconfig.json -Info 39 [00:01:08.000] After ensureProjectForOpenFiles: -Info 40 [00:01:09.000] Project '/a/b/tsconfig.json' (Configured) -Info 40 [00:01:10.000] Files (2) - -Info 40 [00:01:11.000] ----------------------------------------------- -Info 40 [00:01:12.000] Open files: -Info 40 [00:01:13.000] FileName: /a/b/referenceFile1.ts ProjectRootPath: undefined -Info 40 [00:01:14.000] Projects: /a/b/tsconfig.json -Info 40 [00:01:15.000] got projects updated in background, updating diagnostics for /a/b/referenceFile1.ts -Info 41 [00:01:16.000] event: - {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/a/b/referenceFile1.ts"]}} +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/referenceFile1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/referenceFile1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] got projects updated in background, updating diagnostics for /users/username/projects/project/referenceFile1.ts +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/referenceFile1.ts"]}} After running Timeout callback:: count: 1 3: checkOne PolledWatches:: -/a/b/modulefile2.ts: +/users/username/projects/project/modulefile2.ts: + {"pollingInterval":500} +/users/username/projects/project/node_modules/@types: {"pollingInterval":500} -/a/b/node_modules/@types: +/users/username/projects/node_modules/@types: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} /a/lib/lib.d.ts: *new* {} FsWatchesRecursive:: -/a/b: +/users/username/projects/project: {} -Info 42 [00:01:19.000] FileWatcher:: Triggered with /a/b/modulefile2.ts 0:: WatchInfo: /a/b/modulefile2.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 43 [00:01:20.000] FileWatcher:: Close:: WatchInfo: /a/b/modulefile2.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 44 [00:01:21.000] Scheduled: /a/b/tsconfig.json -Info 45 [00:01:22.000] Scheduled: *ensureProjectForOpenFiles* -Info 46 [00:01:23.000] Elapsed:: *ms FileWatcher:: Triggered with /a/b/modulefile2.ts 0:: WatchInfo: /a/b/modulefile2.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 47 [00:01:24.000] DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 48 [00:01:25.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 49 [00:01:26.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 50 [00:01:27.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /users/username/projects/project/modulefile2.ts 0:: WatchInfo: /users/username/projects/project/modulefile2.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /users/username/projects/project/modulefile2.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /users/username/projects/project/modulefile2.ts 0:: WatchInfo: /users/username/projects/project/modulefile2.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory Before running Timeout callback:: count: 3 3: checkOne -6: /a/b/tsconfig.json +6: /users/username/projects/project/tsconfig.json 7: *ensureProjectForOpenFiles* -//// [/a/b/moduleFile2.ts] +//// [/users/username/projects/project/moduleFile2.ts] export var Foo4 = 10; PolledWatches:: -/a/b/node_modules/@types: +/users/username/projects/project/node_modules/@types: + {"pollingInterval":500} +/users/username/projects/node_modules/@types: {"pollingInterval":500} PolledWatches *deleted*:: -/a/b/modulefile2.ts: +/users/username/projects/project/modulefile2.ts: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} /a/lib/lib.d.ts: {} FsWatchesRecursive:: -/a/b: +/users/username/projects/project: {} -Info 51 [00:01:28.000] FileWatcher:: Added:: WatchInfo: /a/b/modulefile2.ts 500 undefined WatchType: Closed Script info -Info 52 [00:01:29.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 53 [00:01:30.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 3 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 54 [00:01:31.000] Project '/a/b/tsconfig.json' (Configured) -Info 55 [00:01:32.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/modulefile2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 3 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b/moduleFile2.ts Text-1 "export var Foo4 = 10;" - /a/b/referenceFile1.ts SVC-1-1 "\n /// \n export var x = Foo();export var yy = Foo();;" + /users/username/projects/project/moduleFile2.ts Text-1 "export var Foo4 = 10;" + /users/username/projects/project/referenceFile1.ts SVC-1-1 "\n /// \n export var x = Foo();export var yy = Foo();;" - ../lib/lib.d.ts + ../../../../a/lib/lib.d.ts Default library for target 'es5' moduleFile2.ts Referenced via './moduleFile2.ts' from file 'referenceFile1.ts' @@ -255,45 +265,47 @@ Info 55 [00:01:32.000] Files (3) referenceFile1.ts Matched by default include pattern '**/*' -Info 56 [00:01:33.000] ----------------------------------------------- -Info 57 [00:01:34.000] event: - {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/a/b/referenceFile1.ts","diagnostics":[]}} -Info 58 [00:01:35.000] Running: /a/b/tsconfig.json -Info 59 [00:01:36.000] Running: *ensureProjectForOpenFiles* -Info 60 [00:01:37.000] Before ensureProjectForOpenFiles: -Info 61 [00:01:38.000] Project '/a/b/tsconfig.json' (Configured) -Info 61 [00:01:39.000] Files (3) - -Info 61 [00:01:40.000] ----------------------------------------------- -Info 61 [00:01:41.000] Open files: -Info 61 [00:01:42.000] FileName: /a/b/referenceFile1.ts ProjectRootPath: undefined -Info 61 [00:01:43.000] Projects: /a/b/tsconfig.json -Info 61 [00:01:44.000] After ensureProjectForOpenFiles: -Info 62 [00:01:45.000] Project '/a/b/tsconfig.json' (Configured) -Info 62 [00:01:46.000] Files (3) - -Info 62 [00:01:47.000] ----------------------------------------------- -Info 62 [00:01:48.000] Open files: -Info 62 [00:01:49.000] FileName: /a/b/referenceFile1.ts ProjectRootPath: undefined -Info 62 [00:01:50.000] Projects: /a/b/tsconfig.json -Info 62 [00:01:51.000] got projects updated in background, updating diagnostics for /a/b/referenceFile1.ts -Info 63 [00:01:52.000] event: - {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/a/b/referenceFile1.ts"]}} +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/users/username/projects/project/referenceFile1.ts","diagnostics":[]}} +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/referenceFile1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/referenceFile1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] got projects updated in background, updating diagnostics for /users/username/projects/project/referenceFile1.ts +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/referenceFile1.ts"]}} After running Timeout callback:: count: 1 8: checkOne PolledWatches:: -/a/b/node_modules/@types: +/users/username/projects/project/node_modules/@types: + {"pollingInterval":500} +/users/username/projects/node_modules/@types: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} /a/lib/lib.d.ts: {} -/a/b/modulefile2.ts: *new* +/users/username/projects/project/modulefile2.ts: *new* {} FsWatchesRecursive:: -/a/b: +/users/username/projects/project: {} diff --git a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/without-noGetErrOnBackgroundUpdate-and-should-detect-removed-code-file.js b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/without-noGetErrOnBackgroundUpdate-and-should-detect-removed-code-file.js index 61bb307ca0199..c88c70a1e3632 100644 --- a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/without-noGetErrOnBackgroundUpdate-and-should-detect-removed-code-file.js +++ b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/without-noGetErrOnBackgroundUpdate-and-should-detect-removed-code-file.js @@ -1,110 +1,114 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:11.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request -//// [/a/b/referenceFile1.ts] +//// [/users/username/projects/project/referenceFile1.ts] /// export var x = Foo(); -//// [/a/b/tsconfig.json] +//// [/users/username/projects/project/tsconfig.json] {} -Info 1 [00:00:12.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { - "file": "/a/b/referenceFile1.ts" + "file": "/users/username/projects/project/referenceFile1.ts" }, "seq": 1, "type": "request" } -Info 2 [00:00:13.000] Search path: /a/b -Info 3 [00:00:14.000] For info: /a/b/referenceFile1.ts :: Config file name: /a/b/tsconfig.json -Info 4 [00:00:15.000] Creating configuration project /a/b/tsconfig.json -Info 5 [00:00:16.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 6 [00:00:17.000] event: - {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/a/b/tsconfig.json","reason":"Creating possible configured project for /a/b/referenceFile1.ts to open"}} -Info 7 [00:00:18.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /users/username/projects/project +Info seq [hh:mm:ss:mss] For info: /users/username/projects/project/referenceFile1.ts :: Config file name: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/tsconfig.json 2000 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/users/username/projects/project/tsconfig.json","reason":"Creating possible configured project for /users/username/projects/project/referenceFile1.ts to open"}} +Info seq [hh:mm:ss:mss] Config: /users/username/projects/project/tsconfig.json : { "rootNames": [ - "/a/b/referenceFile1.ts" + "/users/username/projects/project/referenceFile1.ts" ], "options": { - "configFilePath": "/a/b/tsconfig.json" + "configFilePath": "/users/username/projects/project/tsconfig.json" } } -Info 8 [00:00:19.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:20.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:21.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 11 [00:00:22.000] FileWatcher:: Added:: WatchInfo: /a/b/modulefile1.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 12 [00:00:23.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 13 [00:00:24.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 14 [00:00:25.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 15 [00:00:26.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:00:27.000] Project '/a/b/tsconfig.json' (Configured) -Info 17 [00:00:28.000] Files (1) - /a/b/referenceFile1.ts SVC-1-0 "\n /// \n export var x = Foo();" +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/modulefile1.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + /users/username/projects/project/referenceFile1.ts SVC-1-0 "\n /// \n export var x = Foo();" referenceFile1.ts Matched by default include pattern '**/*' -Info 18 [00:00:29.000] ----------------------------------------------- -Info 19 [00:00:30.000] event: - {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/a/b/tsconfig.json"}} -Info 20 [00:00:31.000] event: - {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"e10a1dc99ee63f16cb9b69bcee75540cdf41a1137371d3afbd4e7de507be5207","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":104,"tsx":0,"tsxSize":0,"dts":0,"dtsSize":0,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 21 [00:00:32.000] event: - {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/a/b/referenceFile1.ts","configFile":"/a/b/tsconfig.json","diagnostics":[{"text":"File '/a/lib/lib.d.ts' not found.\n The file is in the program because:\n Default library for target 'es5'","code":6053,"category":"error"},{"text":"Cannot find global type 'Array'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Boolean'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Function'.","code":2318,"category":"error"},{"text":"Cannot find global type 'IArguments'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Number'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Object'.","code":2318,"category":"error"},{"text":"Cannot find global type 'RegExp'.","code":2318,"category":"error"},{"text":"Cannot find global type 'String'.","code":2318,"category":"error"}]}} -Info 22 [00:00:33.000] Project '/a/b/tsconfig.json' (Configured) -Info 22 [00:00:34.000] Files (1) - -Info 22 [00:00:35.000] ----------------------------------------------- -Info 22 [00:00:36.000] Open files: -Info 22 [00:00:37.000] FileName: /a/b/referenceFile1.ts ProjectRootPath: undefined -Info 22 [00:00:38.000] Projects: /a/b/tsconfig.json -Info 22 [00:00:39.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/users/username/projects/project/tsconfig.json"}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"5b0be5fc7f7235edf5a31bffe614b4e0819e55ec5f118558864b1f882e283c0d","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":104,"tsx":0,"tsxSize":0,"dts":0,"dtsSize":0,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/users/username/projects/project/referenceFile1.ts","configFile":"/users/username/projects/project/tsconfig.json","diagnostics":[{"text":"File '/a/lib/lib.d.ts' not found.\n The file is in the program because:\n Default library for target 'es5'","code":6053,"category":"error"},{"text":"Cannot find global type 'Array'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Boolean'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Function'.","code":2318,"category":"error"},{"text":"Cannot find global type 'IArguments'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Number'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Object'.","code":2318,"category":"error"},{"text":"Cannot find global type 'RegExp'.","code":2318,"category":"error"},{"text":"Cannot find global type 'String'.","code":2318,"category":"error"}]}} +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/referenceFile1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request PolledWatches:: -/a/b/modulefile1.ts: *new* +/users/username/projects/project/modulefile1.ts: *new* {"pollingInterval":500} /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/b/node_modules/@types: *new* +/users/username/projects/project/node_modules/@types: *new* + {"pollingInterval":500} +/users/username/projects/node_modules/@types: *new* {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: *new* +/users/username/projects/project/tsconfig.json: *new* {} FsWatchesRecursive:: -/a/b: *new* +/users/username/projects/project: *new* {} -Info 23 [00:00:45.000] FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 24 [00:00:46.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 25 [00:00:47.000] Scheduled: /a/b/tsconfig.json -Info 26 [00:00:48.000] Scheduled: *ensureProjectForOpenFiles* -Info 27 [00:00:49.000] Elapsed:: *ms FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 28 [00:00:52.000] FileWatcher:: Triggered with /a/b/modulefile1.ts 0:: WatchInfo: /a/b/modulefile1.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 29 [00:00:53.000] FileWatcher:: Close:: WatchInfo: /a/b/modulefile1.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 30 [00:00:54.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 31 [00:00:55.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 32 [00:00:56.000] Elapsed:: *ms FileWatcher:: Triggered with /a/b/modulefile1.ts 0:: WatchInfo: /a/b/modulefile1.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 33 [00:00:57.000] DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 34 [00:00:58.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 35 [00:00:59.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 36 [00:01:00.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 37 [00:01:03.000] DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 38 [00:01:04.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 39 [00:01:05.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 40 [00:01:06.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /users/username/projects/project/modulefile1.ts 0:: WatchInfo: /users/username/projects/project/modulefile1.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /users/username/projects/project/modulefile1.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /users/username/projects/project/modulefile1.ts 0:: WatchInfo: /users/username/projects/project/modulefile1.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory Before running Timeout callback:: count: 2 -7: /a/b/tsconfig.json +7: /users/username/projects/project/tsconfig.json 8: *ensureProjectForOpenFiles* //// [/a/lib/lib.d.ts] /// @@ -121,75 +125,79 @@ interface Array { length: number; [n: number]: T; } PolledWatches:: -/a/b/node_modules/@types: +/users/username/projects/project/node_modules/@types: + {"pollingInterval":500} +/users/username/projects/node_modules/@types: {"pollingInterval":500} PolledWatches *deleted*:: -/a/b/modulefile1.ts: +/users/username/projects/project/modulefile1.ts: {"pollingInterval":500} /a/lib/lib.d.ts: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} FsWatchesRecursive:: -/a/b: +/users/username/projects/project: {} -Info 41 [00:01:07.000] Running: /a/b/tsconfig.json -Info 42 [00:01:08.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 43 [00:01:09.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 44 [00:01:10.000] FileWatcher:: Added:: WatchInfo: /a/b/modulefile1.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 45 [00:01:11.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 46 [00:01:12.000] Project '/a/b/tsconfig.json' (Configured) -Info 47 [00:01:13.000] Files (2) +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/modulefile1.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b/referenceFile1.ts SVC-1-0 "\n /// \n export var x = Foo();" + /users/username/projects/project/referenceFile1.ts SVC-1-0 "\n /// \n export var x = Foo();" - ../lib/lib.d.ts + ../../../../a/lib/lib.d.ts Default library for target 'es5' referenceFile1.ts Matched by default include pattern '**/*' -Info 48 [00:01:14.000] ----------------------------------------------- -Info 49 [00:01:15.000] Running: *ensureProjectForOpenFiles* -Info 50 [00:01:16.000] Before ensureProjectForOpenFiles: -Info 51 [00:01:17.000] Project '/a/b/tsconfig.json' (Configured) -Info 51 [00:01:18.000] Files (2) - -Info 51 [00:01:19.000] ----------------------------------------------- -Info 51 [00:01:20.000] Open files: -Info 51 [00:01:21.000] FileName: /a/b/referenceFile1.ts ProjectRootPath: undefined -Info 51 [00:01:22.000] Projects: /a/b/tsconfig.json -Info 51 [00:01:23.000] After ensureProjectForOpenFiles: -Info 52 [00:01:24.000] Project '/a/b/tsconfig.json' (Configured) -Info 52 [00:01:25.000] Files (2) - -Info 52 [00:01:26.000] ----------------------------------------------- -Info 52 [00:01:27.000] Open files: -Info 52 [00:01:28.000] FileName: /a/b/referenceFile1.ts ProjectRootPath: undefined -Info 52 [00:01:29.000] Projects: /a/b/tsconfig.json -Info 52 [00:01:30.000] got projects updated in background, updating diagnostics for /a/b/referenceFile1.ts -Info 53 [00:01:31.000] event: - {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/a/b/referenceFile1.ts"]}} +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/referenceFile1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/referenceFile1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] got projects updated in background, updating diagnostics for /users/username/projects/project/referenceFile1.ts +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/referenceFile1.ts"]}} After running Timeout callback:: count: 1 9: checkOne PolledWatches:: -/a/b/node_modules/@types: +/users/username/projects/project/node_modules/@types: + {"pollingInterval":500} +/users/username/projects/node_modules/@types: {"pollingInterval":500} -/a/b/modulefile1.ts: *new* +/users/username/projects/project/modulefile1.ts: *new* {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} /a/lib/lib.d.ts: *new* {} FsWatchesRecursive:: -/a/b: +/users/username/projects/project: {} diff --git a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/without-noGetErrOnBackgroundUpdate-and-should-return-all-files-if-a-global-file-changed-shape.js b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/without-noGetErrOnBackgroundUpdate-and-should-return-all-files-if-a-global-file-changed-shape.js index 7d05931dd688c..c83cb8a053dc1 100644 --- a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/without-noGetErrOnBackgroundUpdate-and-should-return-all-files-if-a-global-file-changed-shape.js +++ b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/without-noGetErrOnBackgroundUpdate-and-should-return-all-files-if-a-global-file-changed-shape.js @@ -1,140 +1,144 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:11.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request -//// [/a/b/file1Consumer1.ts] +//// [/users/username/projects/project/file1Consumer1.ts] import {Foo} from "./moduleFile1"; export var y = 10; -//// [/a/b/tsconfig.json] +//// [/users/username/projects/project/tsconfig.json] {} -Info 1 [00:00:12.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { - "file": "/a/b/file1Consumer1.ts" + "file": "/users/username/projects/project/file1Consumer1.ts" }, "seq": 1, "type": "request" } -Info 2 [00:00:13.000] Search path: /a/b -Info 3 [00:00:14.000] For info: /a/b/file1Consumer1.ts :: Config file name: /a/b/tsconfig.json -Info 4 [00:00:15.000] Creating configuration project /a/b/tsconfig.json -Info 5 [00:00:16.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 6 [00:00:17.000] event: - {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/a/b/tsconfig.json","reason":"Creating possible configured project for /a/b/file1Consumer1.ts to open"}} -Info 7 [00:00:18.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /users/username/projects/project +Info seq [hh:mm:ss:mss] For info: /users/username/projects/project/file1Consumer1.ts :: Config file name: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/tsconfig.json 2000 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/users/username/projects/project/tsconfig.json","reason":"Creating possible configured project for /users/username/projects/project/file1Consumer1.ts to open"}} +Info seq [hh:mm:ss:mss] Config: /users/username/projects/project/tsconfig.json : { "rootNames": [ - "/a/b/file1Consumer1.ts" + "/users/username/projects/project/file1Consumer1.ts" ], "options": { - "configFilePath": "/a/b/tsconfig.json" + "configFilePath": "/users/username/projects/project/tsconfig.json" } } -Info 8 [00:00:19.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:20.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:21.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 11 [00:00:22.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 12 [00:00:23.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 13 [00:00:24.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 14 [00:00:25.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:26.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 16 [00:00:27.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 17 [00:00:28.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 18 [00:00:29.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 19 [00:00:30.000] Project '/a/b/tsconfig.json' (Configured) -Info 20 [00:00:31.000] Files (1) - /a/b/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + /users/username/projects/project/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" file1Consumer1.ts Matched by default include pattern '**/*' -Info 21 [00:00:32.000] ----------------------------------------------- -Info 22 [00:00:33.000] event: - {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/a/b/tsconfig.json"}} -Info 23 [00:00:34.000] event: - {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"e10a1dc99ee63f16cb9b69bcee75540cdf41a1137371d3afbd4e7de507be5207","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":53,"tsx":0,"tsxSize":0,"dts":0,"dtsSize":0,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 24 [00:00:35.000] event: - {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/a/b/file1Consumer1.ts","configFile":"/a/b/tsconfig.json","diagnostics":[{"text":"File '/a/lib/lib.d.ts' not found.\n The file is in the program because:\n Default library for target 'es5'","code":6053,"category":"error"},{"text":"Cannot find global type 'Array'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Boolean'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Function'.","code":2318,"category":"error"},{"text":"Cannot find global type 'IArguments'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Number'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Object'.","code":2318,"category":"error"},{"text":"Cannot find global type 'RegExp'.","code":2318,"category":"error"},{"text":"Cannot find global type 'String'.","code":2318,"category":"error"}]}} -Info 25 [00:00:36.000] Project '/a/b/tsconfig.json' (Configured) -Info 25 [00:00:37.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/users/username/projects/project/tsconfig.json"}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"5b0be5fc7f7235edf5a31bffe614b4e0819e55ec5f118558864b1f882e283c0d","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":53,"tsx":0,"tsxSize":0,"dts":0,"dtsSize":0,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/users/username/projects/project/file1Consumer1.ts","configFile":"/users/username/projects/project/tsconfig.json","diagnostics":[{"text":"File '/a/lib/lib.d.ts' not found.\n The file is in the program because:\n Default library for target 'es5'","code":6053,"category":"error"},{"text":"Cannot find global type 'Array'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Boolean'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Function'.","code":2318,"category":"error"},{"text":"Cannot find global type 'IArguments'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Number'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Object'.","code":2318,"category":"error"},{"text":"Cannot find global type 'RegExp'.","code":2318,"category":"error"},{"text":"Cannot find global type 'String'.","code":2318,"category":"error"}]}} +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 25 [00:00:38.000] ----------------------------------------------- -Info 25 [00:00:39.000] Open files: -Info 25 [00:00:40.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 25 [00:00:41.000] Projects: /a/b/tsconfig.json -Info 25 [00:00:42.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request PolledWatches:: -/a/b/modulefile1: *new* +/users/username/projects/project/modulefile1: *new* {"pollingInterval":500} /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/b/node_modules/@types: *new* +/users/username/projects/project/node_modules/@types: *new* + {"pollingInterval":500} +/users/username/projects/node_modules/@types: *new* {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: *new* +/users/username/projects/project/tsconfig.json: *new* {} -/a/b: *new* +/users/username/projects/project: *new* {} FsWatchesRecursive:: -/a/b: *new* +/users/username/projects/project: *new* {} -Info 26 [00:00:46.000] DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 27 [00:00:47.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation -Info 28 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 29 [00:00:49.000] DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 30 [00:00:50.000] Scheduled: /a/b/tsconfig.json -Info 31 [00:00:51.000] Scheduled: *ensureProjectForOpenFiles* -Info 32 [00:00:52.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 33 [00:00:55.000] DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 34 [00:00:56.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 35 [00:00:57.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 36 [00:00:58.000] DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 37 [00:00:59.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 38 [00:01:00.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 39 [00:01:01.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 40 [00:01:04.000] DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 41 [00:01:05.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 42 [00:01:06.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 43 [00:01:07.000] DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 44 [00:01:08.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 45 [00:01:09.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 46 [00:01:10.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 47 [00:01:13.000] DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 48 [00:01:14.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 49 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 50 [00:01:16.000] DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 51 [00:01:17.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 52 [00:01:18.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 53 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 54 [00:01:24.000] FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 55 [00:01:25.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 56 [00:01:26.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 57 [00:01:27.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 58 [00:01:28.000] Elapsed:: *ms FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file Before running Timeout callback:: count: 3 -10: /a/b/tsconfig.jsonFailedLookupInvalidation -13: /a/b/tsconfig.json +10: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +13: /users/username/projects/project/tsconfig.json 14: *ensureProjectForOpenFiles* -//// [/a/b/moduleFile1.ts] +//// [/users/username/projects/project/moduleFile1.ts] export function Foo() { }; -//// [/a/b/file1Consumer2.ts] +//// [/users/username/projects/project/file1Consumer2.ts] import {Foo} from "./moduleFile1"; let z = 10; -//// [/a/b/moduleFile2.ts] +//// [/users/username/projects/project/moduleFile2.ts] export var Foo4 = 10; -//// [/a/b/globalFile3.ts] +//// [/users/username/projects/project/globalFile3.ts] interface GlobalFoo { age: number } //// [/a/lib/lib.d.ts] @@ -152,9 +156,11 @@ interface Array { length: number; [n: number]: T; } PolledWatches:: -/a/b/modulefile1: +/users/username/projects/project/modulefile1: + {"pollingInterval":500} +/users/username/projects/project/node_modules/@types: {"pollingInterval":500} -/a/b/node_modules/@types: +/users/username/projects/node_modules/@types: {"pollingInterval":500} PolledWatches *deleted*:: @@ -162,52 +168,52 @@ PolledWatches *deleted*:: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} -/a/b: +/users/username/projects/project: {} FsWatchesRecursive:: -/a/b: +/users/username/projects/project: {} -Info 59 [00:01:30.000] Running: /a/b/tsconfig.jsonFailedLookupInvalidation -Info 60 [00:01:31.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 61 [00:01:32.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one After running Timeout callback:: count: 2 -15: /a/b/tsconfig.json +15: /users/username/projects/project/tsconfig.json 16: *ensureProjectForOpenFiles* Before running Timeout callback:: count: 2 -15: /a/b/tsconfig.json +15: /users/username/projects/project/tsconfig.json 16: *ensureProjectForOpenFiles* -//// [/a/b/globalFile3.ts] +//// [/users/username/projects/project/globalFile3.ts] interface GlobalFoo { age: number }var T2: string; -Info 62 [00:01:36.000] Running: /a/b/tsconfig.json -Info 63 [00:01:37.000] FileWatcher:: Added:: WatchInfo: /a/b/file1Consumer2.ts 500 undefined WatchType: Closed Script info -Info 64 [00:01:38.000] FileWatcher:: Added:: WatchInfo: /a/b/globalFile3.ts 500 undefined WatchType: Closed Script info -Info 65 [00:01:39.000] FileWatcher:: Added:: WatchInfo: /a/b/moduleFile1.ts 500 undefined WatchType: Closed Script info -Info 66 [00:01:40.000] FileWatcher:: Added:: WatchInfo: /a/b/moduleFile2.ts 500 undefined WatchType: Closed Script info -Info 67 [00:01:41.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 68 [00:01:42.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 69 [00:01:43.000] DirectoryWatcher:: Close:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 70 [00:01:44.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 71 [00:01:45.000] DirectoryWatcher:: Close:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 72 [00:01:46.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 73 [00:01:47.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 74 [00:01:48.000] Project '/a/b/tsconfig.json' (Configured) -Info 75 [00:01:49.000] Files (6) +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/file1Consumer2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/globalFile3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b/moduleFile1.ts Text-1 "export function Foo() { };" - /a/b/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" - /a/b/file1Consumer2.ts Text-1 "import {Foo} from \"./moduleFile1\"; let z = 10;" - /a/b/globalFile3.ts Text-1 "interface GlobalFoo { age: number }var T2: string;" - /a/b/moduleFile2.ts Text-1 "export var Foo4 = 10;" + /users/username/projects/project/moduleFile1.ts Text-1 "export function Foo() { };" + /users/username/projects/project/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" + /users/username/projects/project/file1Consumer2.ts Text-1 "import {Foo} from \"./moduleFile1\"; let z = 10;" + /users/username/projects/project/globalFile3.ts Text-1 "interface GlobalFoo { age: number }var T2: string;" + /users/username/projects/project/moduleFile2.ts Text-1 "export var Foo4 = 10;" - ../lib/lib.d.ts + ../../../../a/lib/lib.d.ts Default library for target 'es5' moduleFile1.ts Imported via "./moduleFile1" from file 'file1Consumer1.ts' @@ -222,56 +228,58 @@ Info 75 [00:01:49.000] Files (6) moduleFile2.ts Matched by default include pattern '**/*' -Info 76 [00:01:50.000] ----------------------------------------------- -Info 77 [00:01:51.000] Running: *ensureProjectForOpenFiles* -Info 78 [00:01:52.000] Before ensureProjectForOpenFiles: -Info 79 [00:01:53.000] Project '/a/b/tsconfig.json' (Configured) -Info 79 [00:01:54.000] Files (6) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) -Info 79 [00:01:55.000] ----------------------------------------------- -Info 79 [00:01:56.000] Open files: -Info 79 [00:01:57.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 79 [00:01:58.000] Projects: /a/b/tsconfig.json -Info 79 [00:01:59.000] After ensureProjectForOpenFiles: -Info 80 [00:02:00.000] Project '/a/b/tsconfig.json' (Configured) -Info 80 [00:02:01.000] Files (6) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) -Info 80 [00:02:02.000] ----------------------------------------------- -Info 80 [00:02:03.000] Open files: -Info 80 [00:02:04.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 80 [00:02:05.000] Projects: /a/b/tsconfig.json -Info 80 [00:02:06.000] got projects updated in background, updating diagnostics for /a/b/file1Consumer1.ts -Info 81 [00:02:07.000] event: - {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/a/b/file1Consumer1.ts"]}} +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] got projects updated in background, updating diagnostics for /users/username/projects/project/file1Consumer1.ts +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/file1Consumer1.ts"]}} After running Timeout callback:: count: 1 17: checkOne PolledWatches:: -/a/b/node_modules/@types: +/users/username/projects/project/node_modules/@types: + {"pollingInterval":500} +/users/username/projects/node_modules/@types: {"pollingInterval":500} PolledWatches *deleted*:: -/a/b/modulefile1: +/users/username/projects/project/modulefile1: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} -/a/b/file1consumer2.ts: *new* +/users/username/projects/project/file1consumer2.ts: *new* {} -/a/b/globalfile3.ts: *new* +/users/username/projects/project/globalfile3.ts: *new* {} -/a/b/modulefile1.ts: *new* +/users/username/projects/project/modulefile1.ts: *new* {} -/a/b/modulefile2.ts: *new* +/users/username/projects/project/modulefile2.ts: *new* {} /a/lib/lib.d.ts: *new* {} FsWatches *deleted*:: -/a/b: +/users/username/projects/project: {} FsWatchesRecursive:: -/a/b: +/users/username/projects/project: {} diff --git a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/without-noGetErrOnBackgroundUpdate-and-should-return-cascaded-affected-file-list.js b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/without-noGetErrOnBackgroundUpdate-and-should-return-cascaded-affected-file-list.js index afab9092c8062..1f71c57cce62f 100644 --- a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/without-noGetErrOnBackgroundUpdate-and-should-return-cascaded-affected-file-list.js +++ b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/without-noGetErrOnBackgroundUpdate-and-should-return-cascaded-affected-file-list.js @@ -1,150 +1,154 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:11.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request -//// [/a/b/file1Consumer1.ts] +//// [/users/username/projects/project/file1Consumer1.ts] import {Foo} from "./moduleFile1"; export var y = 10; -//// [/a/b/tsconfig.json] +//// [/users/username/projects/project/tsconfig.json] {} -Info 1 [00:00:12.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { - "file": "/a/b/file1Consumer1.ts" + "file": "/users/username/projects/project/file1Consumer1.ts" }, "seq": 1, "type": "request" } -Info 2 [00:00:13.000] Search path: /a/b -Info 3 [00:00:14.000] For info: /a/b/file1Consumer1.ts :: Config file name: /a/b/tsconfig.json -Info 4 [00:00:15.000] Creating configuration project /a/b/tsconfig.json -Info 5 [00:00:16.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 6 [00:00:17.000] event: - {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/a/b/tsconfig.json","reason":"Creating possible configured project for /a/b/file1Consumer1.ts to open"}} -Info 7 [00:00:18.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /users/username/projects/project +Info seq [hh:mm:ss:mss] For info: /users/username/projects/project/file1Consumer1.ts :: Config file name: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/tsconfig.json 2000 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/users/username/projects/project/tsconfig.json","reason":"Creating possible configured project for /users/username/projects/project/file1Consumer1.ts to open"}} +Info seq [hh:mm:ss:mss] Config: /users/username/projects/project/tsconfig.json : { "rootNames": [ - "/a/b/file1Consumer1.ts" + "/users/username/projects/project/file1Consumer1.ts" ], "options": { - "configFilePath": "/a/b/tsconfig.json" + "configFilePath": "/users/username/projects/project/tsconfig.json" } } -Info 8 [00:00:19.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:20.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:21.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 11 [00:00:22.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 12 [00:00:23.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 13 [00:00:24.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 14 [00:00:25.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:26.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 16 [00:00:27.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 17 [00:00:28.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 18 [00:00:29.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 19 [00:00:30.000] Project '/a/b/tsconfig.json' (Configured) -Info 20 [00:00:31.000] Files (1) - /a/b/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + /users/username/projects/project/file1Consumer1.ts SVC-1-0 "import {Foo} from \"./moduleFile1\"; export var y = 10;" file1Consumer1.ts Matched by default include pattern '**/*' -Info 21 [00:00:32.000] ----------------------------------------------- -Info 22 [00:00:33.000] event: - {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/a/b/tsconfig.json"}} -Info 23 [00:00:34.000] event: - {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"e10a1dc99ee63f16cb9b69bcee75540cdf41a1137371d3afbd4e7de507be5207","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":53,"tsx":0,"tsxSize":0,"dts":0,"dtsSize":0,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 24 [00:00:35.000] event: - {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/a/b/file1Consumer1.ts","configFile":"/a/b/tsconfig.json","diagnostics":[{"text":"File '/a/lib/lib.d.ts' not found.\n The file is in the program because:\n Default library for target 'es5'","code":6053,"category":"error"},{"text":"Cannot find global type 'Array'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Boolean'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Function'.","code":2318,"category":"error"},{"text":"Cannot find global type 'IArguments'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Number'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Object'.","code":2318,"category":"error"},{"text":"Cannot find global type 'RegExp'.","code":2318,"category":"error"},{"text":"Cannot find global type 'String'.","code":2318,"category":"error"}]}} -Info 25 [00:00:36.000] Project '/a/b/tsconfig.json' (Configured) -Info 25 [00:00:37.000] Files (1) - -Info 25 [00:00:38.000] ----------------------------------------------- -Info 25 [00:00:39.000] Open files: -Info 25 [00:00:40.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 25 [00:00:41.000] Projects: /a/b/tsconfig.json -Info 25 [00:00:42.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/users/username/projects/project/tsconfig.json"}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"5b0be5fc7f7235edf5a31bffe614b4e0819e55ec5f118558864b1f882e283c0d","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":53,"tsx":0,"tsxSize":0,"dts":0,"dtsSize":0,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/users/username/projects/project/file1Consumer1.ts","configFile":"/users/username/projects/project/tsconfig.json","diagnostics":[{"text":"File '/a/lib/lib.d.ts' not found.\n The file is in the program because:\n Default library for target 'es5'","code":6053,"category":"error"},{"text":"Cannot find global type 'Array'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Boolean'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Function'.","code":2318,"category":"error"},{"text":"Cannot find global type 'IArguments'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Number'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Object'.","code":2318,"category":"error"},{"text":"Cannot find global type 'RegExp'.","code":2318,"category":"error"},{"text":"Cannot find global type 'String'.","code":2318,"category":"error"}]}} +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request PolledWatches:: -/a/b/modulefile1: *new* +/users/username/projects/project/modulefile1: *new* {"pollingInterval":500} /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/b/node_modules/@types: *new* +/users/username/projects/project/node_modules/@types: *new* + {"pollingInterval":500} +/users/username/projects/node_modules/@types: *new* {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: *new* +/users/username/projects/project/tsconfig.json: *new* {} -/a/b: *new* +/users/username/projects/project: *new* {} FsWatchesRecursive:: -/a/b: *new* +/users/username/projects/project: *new* {} -Info 26 [00:00:46.000] DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 27 [00:00:47.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation -Info 28 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 29 [00:00:49.000] DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 30 [00:00:50.000] Scheduled: /a/b/tsconfig.json -Info 31 [00:00:51.000] Scheduled: *ensureProjectForOpenFiles* -Info 32 [00:00:52.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile1.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 33 [00:00:55.000] DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 34 [00:00:56.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 35 [00:00:57.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 36 [00:00:58.000] DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 37 [00:00:59.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 38 [00:01:00.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 39 [00:01:01.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/file1Consumer2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 40 [00:01:04.000] DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 41 [00:01:05.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 42 [00:01:06.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 43 [00:01:07.000] DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 44 [00:01:08.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 45 [00:01:09.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 46 [00:01:10.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/moduleFile2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 47 [00:01:13.000] DirectoryWatcher:: Triggered with /a/b/file1Consumer1Consumer1.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 48 [00:01:14.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 49 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/file1Consumer1Consumer1.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 50 [00:01:16.000] DirectoryWatcher:: Triggered with /a/b/file1Consumer1Consumer1.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 51 [00:01:17.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 52 [00:01:18.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 53 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/file1Consumer1Consumer1.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 54 [00:01:22.000] DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 55 [00:01:23.000] Scheduled: /a/b/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 56 [00:01:24.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 57 [00:01:25.000] DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 58 [00:01:26.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 59 [00:01:27.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 60 [00:01:28.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/globalFile3.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 61 [00:01:33.000] FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 62 [00:01:34.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 63 [00:01:35.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 64 [00:01:36.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 65 [00:01:37.000] Elapsed:: *ms FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/moduleFile2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer1Consumer1.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer1Consumer1.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer1Consumer1.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/file1Consumer1Consumer1.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/globalFile3.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file Before running Timeout callback:: count: 3 -13: /a/b/tsconfig.jsonFailedLookupInvalidation -16: /a/b/tsconfig.json +13: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +16: /users/username/projects/project/tsconfig.json 17: *ensureProjectForOpenFiles* -//// [/a/b/moduleFile1.ts] +//// [/users/username/projects/project/moduleFile1.ts] export function Foo() { }; -//// [/a/b/file1Consumer2.ts] +//// [/users/username/projects/project/file1Consumer2.ts] import {Foo} from "./moduleFile1"; let z = 10; -//// [/a/b/moduleFile2.ts] +//// [/users/username/projects/project/moduleFile2.ts] export var Foo4 = 10; -//// [/a/b/file1Consumer1Consumer1.ts] +//// [/users/username/projects/project/file1Consumer1Consumer1.ts] import {y} from "./file1Consumer1"; -//// [/a/b/globalFile3.ts] +//// [/users/username/projects/project/globalFile3.ts] interface GlobalFoo { age: number } //// [/a/lib/lib.d.ts] @@ -162,9 +166,11 @@ interface Array { length: number; [n: number]: T; } PolledWatches:: -/a/b/modulefile1: +/users/username/projects/project/modulefile1: + {"pollingInterval":500} +/users/username/projects/project/node_modules/@types: {"pollingInterval":500} -/a/b/node_modules/@types: +/users/username/projects/node_modules/@types: {"pollingInterval":500} PolledWatches *deleted*:: @@ -172,29 +178,29 @@ PolledWatches *deleted*:: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} -/a/b: +/users/username/projects/project: {} FsWatchesRecursive:: -/a/b: +/users/username/projects/project: {} -Info 66 [00:01:39.000] Running: /a/b/tsconfig.jsonFailedLookupInvalidation -Info 67 [00:01:40.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 68 [00:01:41.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one After running Timeout callback:: count: 2 -18: /a/b/tsconfig.json +18: /users/username/projects/project/tsconfig.json 19: *ensureProjectForOpenFiles* Before request -Info 69 [00:01:42.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { - "file": "/a/b/file1Consumer1.ts", + "file": "/users/username/projects/project/file1Consumer1.ts", "insertString": "import {Foo} from \"./moduleFile1\"; export var y = 10;export var T: number;", "endLine": 1, "endOffset": 53, @@ -204,41 +210,41 @@ Info 69 [00:01:42.000] request: "seq": 2, "type": "request" } -Info 70 [00:01:43.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request Before running Timeout callback:: count: 2 -18: /a/b/tsconfig.json +18: /users/username/projects/project/tsconfig.json 19: *ensureProjectForOpenFiles* -Info 71 [00:01:44.000] Running: /a/b/tsconfig.json -Info 72 [00:01:45.000] FileWatcher:: Added:: WatchInfo: /a/b/file1Consumer1Consumer1.ts 500 undefined WatchType: Closed Script info -Info 73 [00:01:46.000] FileWatcher:: Added:: WatchInfo: /a/b/file1Consumer2.ts 500 undefined WatchType: Closed Script info -Info 74 [00:01:47.000] FileWatcher:: Added:: WatchInfo: /a/b/globalFile3.ts 500 undefined WatchType: Closed Script info -Info 75 [00:01:48.000] FileWatcher:: Added:: WatchInfo: /a/b/moduleFile1.ts 500 undefined WatchType: Closed Script info -Info 76 [00:01:49.000] FileWatcher:: Added:: WatchInfo: /a/b/moduleFile2.ts 500 undefined WatchType: Closed Script info -Info 77 [00:01:50.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 78 [00:01:51.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 79 [00:01:52.000] DirectoryWatcher:: Close:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 80 [00:01:53.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/moduleFile1 1 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 81 [00:01:54.000] DirectoryWatcher:: Close:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 82 [00:01:55.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b 0 undefined Project: /a/b/tsconfig.json WatchType: Failed Lookup Locations -Info 83 [00:01:56.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 84 [00:01:57.000] Project '/a/b/tsconfig.json' (Configured) -Info 85 [00:01:58.000] Files (7) +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/file1Consumer1Consumer1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/file1Consumer2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/globalFile3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/moduleFile2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project/moduleFile1 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /users/username/projects/project 0 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (7) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b/moduleFile1.ts Text-1 "export function Foo() { };" - /a/b/file1Consumer1.ts SVC-1-1 "import {Foo} from \"./moduleFile1\"; export var y = 10;export var T: number;;" - /a/b/file1Consumer1Consumer1.ts Text-1 "import {y} from \"./file1Consumer1\";" - /a/b/file1Consumer2.ts Text-1 "import {Foo} from \"./moduleFile1\"; let z = 10;" - /a/b/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" - /a/b/moduleFile2.ts Text-1 "export var Foo4 = 10;" + /users/username/projects/project/moduleFile1.ts Text-1 "export function Foo() { };" + /users/username/projects/project/file1Consumer1.ts SVC-1-1 "import {Foo} from \"./moduleFile1\"; export var y = 10;export var T: number;;" + /users/username/projects/project/file1Consumer1Consumer1.ts Text-1 "import {y} from \"./file1Consumer1\";" + /users/username/projects/project/file1Consumer2.ts Text-1 "import {Foo} from \"./moduleFile1\"; let z = 10;" + /users/username/projects/project/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" + /users/username/projects/project/moduleFile2.ts Text-1 "export var Foo4 = 10;" - ../lib/lib.d.ts + ../../../../a/lib/lib.d.ts Default library for target 'es5' moduleFile1.ts Imported via "./moduleFile1" from file 'file1Consumer1.ts' @@ -256,120 +262,122 @@ Info 85 [00:01:58.000] Files (7) moduleFile2.ts Matched by default include pattern '**/*' -Info 86 [00:01:59.000] ----------------------------------------------- -Info 87 [00:02:00.000] Running: *ensureProjectForOpenFiles* -Info 88 [00:02:01.000] Before ensureProjectForOpenFiles: -Info 89 [00:02:02.000] Project '/a/b/tsconfig.json' (Configured) -Info 89 [00:02:03.000] Files (7) - -Info 89 [00:02:04.000] ----------------------------------------------- -Info 89 [00:02:05.000] Open files: -Info 89 [00:02:06.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 89 [00:02:07.000] Projects: /a/b/tsconfig.json -Info 89 [00:02:08.000] After ensureProjectForOpenFiles: -Info 90 [00:02:09.000] Project '/a/b/tsconfig.json' (Configured) -Info 90 [00:02:10.000] Files (7) - -Info 90 [00:02:11.000] ----------------------------------------------- -Info 90 [00:02:12.000] Open files: -Info 90 [00:02:13.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 90 [00:02:14.000] Projects: /a/b/tsconfig.json -Info 90 [00:02:15.000] got projects updated in background, updating diagnostics for /a/b/file1Consumer1.ts -Info 91 [00:02:16.000] event: - {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/a/b/file1Consumer1.ts"]}} +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (7) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (7) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] got projects updated in background, updating diagnostics for /users/username/projects/project/file1Consumer1.ts +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/file1Consumer1.ts"]}} After running Timeout callback:: count: 1 20: checkOne PolledWatches:: -/a/b/node_modules/@types: +/users/username/projects/project/node_modules/@types: + {"pollingInterval":500} +/users/username/projects/node_modules/@types: {"pollingInterval":500} PolledWatches *deleted*:: -/a/b/modulefile1: +/users/username/projects/project/modulefile1: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} -/a/b/file1consumer1consumer1.ts: *new* +/users/username/projects/project/file1consumer1consumer1.ts: *new* {} -/a/b/file1consumer2.ts: *new* +/users/username/projects/project/file1consumer2.ts: *new* {} -/a/b/globalfile3.ts: *new* +/users/username/projects/project/globalfile3.ts: *new* {} -/a/b/modulefile1.ts: *new* +/users/username/projects/project/modulefile1.ts: *new* {} -/a/b/modulefile2.ts: *new* +/users/username/projects/project/modulefile2.ts: *new* {} /a/lib/lib.d.ts: *new* {} FsWatches *deleted*:: -/a/b: +/users/username/projects/project: {} FsWatchesRecursive:: -/a/b: +/users/username/projects/project: {} -Info 92 [00:02:20.000] FileWatcher:: Triggered with /a/b/moduleFile1.ts 1:: WatchInfo: /a/b/moduleFile1.ts 500 undefined WatchType: Closed Script info -Info 93 [00:02:21.000] Scheduled: /a/b/tsconfig.json -Info 94 [00:02:22.000] Scheduled: *ensureProjectForOpenFiles* -Info 95 [00:02:23.000] Elapsed:: *ms FileWatcher:: Triggered with /a/b/moduleFile1.ts 1:: WatchInfo: /a/b/moduleFile1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts 1:: WatchInfo: /users/username/projects/project/moduleFile1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts 1:: WatchInfo: /users/username/projects/project/moduleFile1.ts 500 undefined WatchType: Closed Script info Before running Timeout callback:: count: 3 20: checkOne -21: /a/b/tsconfig.json +21: /users/username/projects/project/tsconfig.json 22: *ensureProjectForOpenFiles* -//// [/a/b/moduleFile1.ts] +//// [/users/username/projects/project/moduleFile1.ts] export var T: number;export function Foo() { }; -Info 96 [00:02:24.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 97 [00:02:25.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 98 [00:02:26.000] Project '/a/b/tsconfig.json' (Configured) -Info 99 [00:02:27.000] Files (7) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (7) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b/moduleFile1.ts Text-2 "export var T: number;export function Foo() { };" - /a/b/file1Consumer1.ts SVC-1-1 "import {Foo} from \"./moduleFile1\"; export var y = 10;export var T: number;;" - /a/b/file1Consumer1Consumer1.ts Text-1 "import {y} from \"./file1Consumer1\";" - /a/b/file1Consumer2.ts Text-1 "import {Foo} from \"./moduleFile1\"; let z = 10;" - /a/b/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" - /a/b/moduleFile2.ts Text-1 "export var Foo4 = 10;" - -Info 100 [00:02:28.000] ----------------------------------------------- -Info 101 [00:02:29.000] event: - {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/a/b/file1Consumer1.ts","diagnostics":[]}} -Info 102 [00:02:30.000] Running: /a/b/tsconfig.json -Info 103 [00:02:31.000] Running: *ensureProjectForOpenFiles* -Info 104 [00:02:32.000] Before ensureProjectForOpenFiles: -Info 105 [00:02:33.000] Project '/a/b/tsconfig.json' (Configured) -Info 105 [00:02:34.000] Files (7) - -Info 105 [00:02:35.000] ----------------------------------------------- -Info 105 [00:02:36.000] Open files: -Info 105 [00:02:37.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 105 [00:02:38.000] Projects: /a/b/tsconfig.json -Info 105 [00:02:39.000] After ensureProjectForOpenFiles: -Info 106 [00:02:40.000] Project '/a/b/tsconfig.json' (Configured) -Info 106 [00:02:41.000] Files (7) - -Info 106 [00:02:42.000] ----------------------------------------------- -Info 106 [00:02:43.000] Open files: -Info 106 [00:02:44.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 106 [00:02:45.000] Projects: /a/b/tsconfig.json -Info 106 [00:02:46.000] got projects updated in background, updating diagnostics for /a/b/file1Consumer1.ts -Info 107 [00:02:47.000] event: - {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/a/b/file1Consumer1.ts"]}} + /users/username/projects/project/moduleFile1.ts Text-2 "export var T: number;export function Foo() { };" + /users/username/projects/project/file1Consumer1.ts SVC-1-1 "import {Foo} from \"./moduleFile1\"; export var y = 10;export var T: number;;" + /users/username/projects/project/file1Consumer1Consumer1.ts Text-1 "import {y} from \"./file1Consumer1\";" + /users/username/projects/project/file1Consumer2.ts Text-1 "import {Foo} from \"./moduleFile1\"; let z = 10;" + /users/username/projects/project/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" + /users/username/projects/project/moduleFile2.ts Text-1 "export var Foo4 = 10;" + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/users/username/projects/project/file1Consumer1.ts","diagnostics":[]}} +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (7) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (7) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] got projects updated in background, updating diagnostics for /users/username/projects/project/file1Consumer1.ts +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/file1Consumer1.ts"]}} After running Timeout callback:: count: 1 23: checkOne Before request -Info 108 [00:02:48.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { - "file": "/a/b/file1Consumer1.ts", + "file": "/users/username/projects/project/file1Consumer1.ts", "insertString": "import {Foo} from \"./moduleFile1\"; export var y = 10;export var T: number;export var T2: number;", "endLine": 1, "endOffset": 74, @@ -379,57 +387,57 @@ Info 108 [00:02:48.000] request: "seq": 3, "type": "request" } -Info 109 [00:02:49.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request -Info 110 [00:02:53.000] FileWatcher:: Triggered with /a/b/moduleFile1.ts 1:: WatchInfo: /a/b/moduleFile1.ts 500 undefined WatchType: Closed Script info -Info 111 [00:02:54.000] Scheduled: /a/b/tsconfig.json -Info 112 [00:02:55.000] Scheduled: *ensureProjectForOpenFiles* -Info 113 [00:02:56.000] Elapsed:: *ms FileWatcher:: Triggered with /a/b/moduleFile1.ts 1:: WatchInfo: /a/b/moduleFile1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts 1:: WatchInfo: /users/username/projects/project/moduleFile1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /users/username/projects/project/moduleFile1.ts 1:: WatchInfo: /users/username/projects/project/moduleFile1.ts 500 undefined WatchType: Closed Script info Before running Timeout callback:: count: 3 23: checkOne -24: /a/b/tsconfig.json +24: /users/username/projects/project/tsconfig.json 25: *ensureProjectForOpenFiles* -//// [/a/b/moduleFile1.ts] +//// [/users/username/projects/project/moduleFile1.ts] export var T2: number;export function Foo() { }; -Info 114 [00:02:57.000] Running: /a/b/tsconfig.json -Info 115 [00:02:58.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 116 [00:02:59.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 4 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 117 [00:03:00.000] Project '/a/b/tsconfig.json' (Configured) -Info 118 [00:03:01.000] Files (7) +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 4 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (7) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b/moduleFile1.ts Text-3 "export var T2: number;export function Foo() { };" - /a/b/file1Consumer1.ts SVC-1-2 "import {Foo} from \"./moduleFile1\"; export var y = 10;export var T: number;export var T2: number;;;" - /a/b/file1Consumer1Consumer1.ts Text-1 "import {y} from \"./file1Consumer1\";" - /a/b/file1Consumer2.ts Text-1 "import {Foo} from \"./moduleFile1\"; let z = 10;" - /a/b/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" - /a/b/moduleFile2.ts Text-1 "export var Foo4 = 10;" - -Info 119 [00:03:02.000] ----------------------------------------------- -Info 120 [00:03:03.000] Running: *ensureProjectForOpenFiles* -Info 121 [00:03:04.000] Before ensureProjectForOpenFiles: -Info 122 [00:03:05.000] Project '/a/b/tsconfig.json' (Configured) -Info 122 [00:03:06.000] Files (7) - -Info 122 [00:03:07.000] ----------------------------------------------- -Info 122 [00:03:08.000] Open files: -Info 122 [00:03:09.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 122 [00:03:10.000] Projects: /a/b/tsconfig.json -Info 122 [00:03:11.000] After ensureProjectForOpenFiles: -Info 123 [00:03:12.000] Project '/a/b/tsconfig.json' (Configured) -Info 123 [00:03:13.000] Files (7) - -Info 123 [00:03:14.000] ----------------------------------------------- -Info 123 [00:03:15.000] Open files: -Info 123 [00:03:16.000] FileName: /a/b/file1Consumer1.ts ProjectRootPath: undefined -Info 123 [00:03:17.000] Projects: /a/b/tsconfig.json -Info 123 [00:03:18.000] got projects updated in background, updating diagnostics for /a/b/file1Consumer1.ts -Info 124 [00:03:19.000] event: - {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/a/b/file1Consumer1.ts"]}} + /users/username/projects/project/moduleFile1.ts Text-3 "export var T2: number;export function Foo() { };" + /users/username/projects/project/file1Consumer1.ts SVC-1-2 "import {Foo} from \"./moduleFile1\"; export var y = 10;export var T: number;export var T2: number;;;" + /users/username/projects/project/file1Consumer1Consumer1.ts Text-1 "import {y} from \"./file1Consumer1\";" + /users/username/projects/project/file1Consumer2.ts Text-1 "import {Foo} from \"./moduleFile1\"; let z = 10;" + /users/username/projects/project/globalFile3.ts Text-1 "interface GlobalFoo { age: number }" + /users/username/projects/project/moduleFile2.ts Text-1 "export var Foo4 = 10;" + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (7) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (7) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1Consumer1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] got projects updated in background, updating diagnostics for /users/username/projects/project/file1Consumer1.ts +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/file1Consumer1.ts"]}} After running Timeout callback:: count: 1 26: checkOne diff --git a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/without-noGetErrOnBackgroundUpdate-and-should-work-fine-for-files-with-circular-references.js b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/without-noGetErrOnBackgroundUpdate-and-should-work-fine-for-files-with-circular-references.js index b3ab7a441bea6..441e0e35ab1de 100644 --- a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/without-noGetErrOnBackgroundUpdate-and-should-work-fine-for-files-with-circular-references.js +++ b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/without-noGetErrOnBackgroundUpdate-and-should-work-fine-for-files-with-circular-references.js @@ -1,106 +1,110 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:11.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request -//// [/a/b/file1.ts] +//// [/users/username/projects/project/file1.ts] /// export var t1 = 10; -//// [/a/b/tsconfig.json] +//// [/users/username/projects/project/tsconfig.json] {} -Info 1 [00:00:12.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { - "file": "/a/b/file1.ts" + "file": "/users/username/projects/project/file1.ts" }, "seq": 1, "type": "request" } -Info 2 [00:00:13.000] Search path: /a/b -Info 3 [00:00:14.000] For info: /a/b/file1.ts :: Config file name: /a/b/tsconfig.json -Info 4 [00:00:15.000] Creating configuration project /a/b/tsconfig.json -Info 5 [00:00:16.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 6 [00:00:17.000] event: - {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/a/b/tsconfig.json","reason":"Creating possible configured project for /a/b/file1.ts to open"}} -Info 7 [00:00:18.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /users/username/projects/project +Info seq [hh:mm:ss:mss] For info: /users/username/projects/project/file1.ts :: Config file name: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/tsconfig.json 2000 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/users/username/projects/project/tsconfig.json","reason":"Creating possible configured project for /users/username/projects/project/file1.ts to open"}} +Info seq [hh:mm:ss:mss] Config: /users/username/projects/project/tsconfig.json : { "rootNames": [ - "/a/b/file1.ts" + "/users/username/projects/project/file1.ts" ], "options": { - "configFilePath": "/a/b/tsconfig.json" + "configFilePath": "/users/username/projects/project/tsconfig.json" } } -Info 8 [00:00:19.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:20.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:21.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 11 [00:00:22.000] FileWatcher:: Added:: WatchInfo: /a/b/file2.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 12 [00:00:23.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 13 [00:00:24.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 14 [00:00:25.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 15 [00:00:26.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:00:27.000] Project '/a/b/tsconfig.json' (Configured) -Info 17 [00:00:28.000] Files (1) - /a/b/file1.ts SVC-1-0 "\n /// \n export var t1 = 10;" +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/file2.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + /users/username/projects/project/file1.ts SVC-1-0 "\n /// \n export var t1 = 10;" file1.ts Matched by default include pattern '**/*' -Info 18 [00:00:29.000] ----------------------------------------------- -Info 19 [00:00:30.000] event: - {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/a/b/tsconfig.json"}} -Info 20 [00:00:31.000] event: - {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"e10a1dc99ee63f16cb9b69bcee75540cdf41a1137371d3afbd4e7de507be5207","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":96,"tsx":0,"tsxSize":0,"dts":0,"dtsSize":0,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 21 [00:00:32.000] event: - {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/a/b/file1.ts","configFile":"/a/b/tsconfig.json","diagnostics":[{"text":"File '/a/lib/lib.d.ts' not found.\n The file is in the program because:\n Default library for target 'es5'","code":6053,"category":"error"},{"text":"Cannot find global type 'Array'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Boolean'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Function'.","code":2318,"category":"error"},{"text":"Cannot find global type 'IArguments'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Number'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Object'.","code":2318,"category":"error"},{"text":"Cannot find global type 'RegExp'.","code":2318,"category":"error"},{"text":"Cannot find global type 'String'.","code":2318,"category":"error"}]}} -Info 22 [00:00:33.000] Project '/a/b/tsconfig.json' (Configured) -Info 22 [00:00:34.000] Files (1) - -Info 22 [00:00:35.000] ----------------------------------------------- -Info 22 [00:00:36.000] Open files: -Info 22 [00:00:37.000] FileName: /a/b/file1.ts ProjectRootPath: undefined -Info 22 [00:00:38.000] Projects: /a/b/tsconfig.json -Info 22 [00:00:39.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/users/username/projects/project/tsconfig.json"}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"5b0be5fc7f7235edf5a31bffe614b4e0819e55ec5f118558864b1f882e283c0d","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":96,"tsx":0,"tsxSize":0,"dts":0,"dtsSize":0,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/users/username/projects/project/file1.ts","configFile":"/users/username/projects/project/tsconfig.json","diagnostics":[{"text":"File '/a/lib/lib.d.ts' not found.\n The file is in the program because:\n Default library for target 'es5'","code":6053,"category":"error"},{"text":"Cannot find global type 'Array'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Boolean'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Function'.","code":2318,"category":"error"},{"text":"Cannot find global type 'IArguments'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Number'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Object'.","code":2318,"category":"error"},{"text":"Cannot find global type 'RegExp'.","code":2318,"category":"error"},{"text":"Cannot find global type 'String'.","code":2318,"category":"error"}]}} +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request PolledWatches:: -/a/b/file2.ts: *new* +/users/username/projects/project/file2.ts: *new* {"pollingInterval":500} /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/b/node_modules/@types: *new* +/users/username/projects/project/node_modules/@types: *new* + {"pollingInterval":500} +/users/username/projects/node_modules/@types: *new* {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: *new* +/users/username/projects/project/tsconfig.json: *new* {} FsWatchesRecursive:: -/a/b: *new* +/users/username/projects/project: *new* {} -Info 23 [00:00:45.000] FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 24 [00:00:46.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 25 [00:00:47.000] Scheduled: /a/b/tsconfig.json -Info 26 [00:00:48.000] Scheduled: *ensureProjectForOpenFiles* -Info 27 [00:00:49.000] Elapsed:: *ms FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 28 [00:00:52.000] FileWatcher:: Triggered with /a/b/file2.ts 0:: WatchInfo: /a/b/file2.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 29 [00:00:53.000] FileWatcher:: Close:: WatchInfo: /a/b/file2.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 30 [00:00:54.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 31 [00:00:55.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 32 [00:00:56.000] Elapsed:: *ms FileWatcher:: Triggered with /a/b/file2.ts 0:: WatchInfo: /a/b/file2.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 33 [00:00:57.000] DirectoryWatcher:: Triggered with /a/b/file2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 34 [00:00:58.000] Scheduled: /a/b/tsconfig.json, Cancelled earlier one -Info 35 [00:00:59.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 36 [00:01:00.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/file2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /a/lib/lib.d.ts 0:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /users/username/projects/project/file2.ts 0:: WatchInfo: /users/username/projects/project/file2.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /users/username/projects/project/file2.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /users/username/projects/project/file2.ts 0:: WatchInfo: /users/username/projects/project/file2.ts 500 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/file2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/file2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory Before running Timeout callback:: count: 2 -5: /a/b/tsconfig.json +5: /users/username/projects/project/tsconfig.json 6: *ensureProjectForOpenFiles* //// [/a/lib/lib.d.ts] /// @@ -115,43 +119,45 @@ interface RegExp {} interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -//// [/a/b/file2.ts] +//// [/users/username/projects/project/file2.ts] /// export var t2 = 10;export var t3 = 10; PolledWatches:: -/a/b/node_modules/@types: +/users/username/projects/project/node_modules/@types: + {"pollingInterval":500} +/users/username/projects/node_modules/@types: {"pollingInterval":500} PolledWatches *deleted*:: -/a/b/file2.ts: +/users/username/projects/project/file2.ts: {"pollingInterval":500} /a/lib/lib.d.ts: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} FsWatchesRecursive:: -/a/b: +/users/username/projects/project: {} -Info 37 [00:01:05.000] Running: /a/b/tsconfig.json -Info 38 [00:01:06.000] FileWatcher:: Added:: WatchInfo: /a/b/file2.ts 500 undefined WatchType: Closed Script info -Info 39 [00:01:07.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 40 [00:01:08.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 41 [00:01:09.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 42 [00:01:10.000] Project '/a/b/tsconfig.json' (Configured) -Info 43 [00:01:11.000] Files (3) +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/file2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b/file2.ts Text-1 "\n /// \n export var t2 = 10;export var t3 = 10;" - /a/b/file1.ts SVC-1-0 "\n /// \n export var t1 = 10;" + /users/username/projects/project/file2.ts Text-1 "\n /// \n export var t2 = 10;export var t3 = 10;" + /users/username/projects/project/file1.ts SVC-1-0 "\n /// \n export var t1 = 10;" - ../lib/lib.d.ts + ../../../../a/lib/lib.d.ts Default library for target 'es5' file2.ts Referenced via './file2.ts' from file 'file1.ts' @@ -160,42 +166,44 @@ Info 43 [00:01:11.000] Files (3) Matched by default include pattern '**/*' Referenced via './file1.ts' from file 'file2.ts' -Info 44 [00:01:12.000] ----------------------------------------------- -Info 45 [00:01:13.000] Running: *ensureProjectForOpenFiles* -Info 46 [00:01:14.000] Before ensureProjectForOpenFiles: -Info 47 [00:01:15.000] Project '/a/b/tsconfig.json' (Configured) -Info 47 [00:01:16.000] Files (3) - -Info 47 [00:01:17.000] ----------------------------------------------- -Info 47 [00:01:18.000] Open files: -Info 47 [00:01:19.000] FileName: /a/b/file1.ts ProjectRootPath: undefined -Info 47 [00:01:20.000] Projects: /a/b/tsconfig.json -Info 47 [00:01:21.000] After ensureProjectForOpenFiles: -Info 48 [00:01:22.000] Project '/a/b/tsconfig.json' (Configured) -Info 48 [00:01:23.000] Files (3) - -Info 48 [00:01:24.000] ----------------------------------------------- -Info 48 [00:01:25.000] Open files: -Info 48 [00:01:26.000] FileName: /a/b/file1.ts ProjectRootPath: undefined -Info 48 [00:01:27.000] Projects: /a/b/tsconfig.json -Info 48 [00:01:28.000] got projects updated in background, updating diagnostics for /a/b/file1.ts -Info 49 [00:01:29.000] event: - {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/a/b/file1.ts"]}} +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] got projects updated in background, updating diagnostics for /users/username/projects/project/file1.ts +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/file1.ts"]}} After running Timeout callback:: count: 1 7: checkOne PolledWatches:: -/a/b/node_modules/@types: +/users/username/projects/project/node_modules/@types: + {"pollingInterval":500} +/users/username/projects/node_modules/@types: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} -/a/b/file2.ts: *new* +/users/username/projects/project/file2.ts: *new* {} /a/lib/lib.d.ts: *new* {} FsWatchesRecursive:: -/a/b: +/users/username/projects/project: {} diff --git a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/without-noGetErrOnBackgroundUpdate-and-when---out-is-set.js b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/without-noGetErrOnBackgroundUpdate-and-when---out-is-set.js index 5f2fe73004ab7..3b517e23c532c 100644 --- a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/without-noGetErrOnBackgroundUpdate-and-when---out-is-set.js +++ b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/without-noGetErrOnBackgroundUpdate-and-when---out-is-set.js @@ -1,10 +1,10 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:13.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request -//// [/a/a.ts] +//// [/users/username/projects/project/a.ts] export let x = 1 -//// [/a/tsconfig.json] +//// [/users/username/projects/project/tsconfig.json] {"compilerOptions":{"out":"/a/out.js"}} //// [/a/lib/lib.d.ts] @@ -21,195 +21,200 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:14.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { - "file": "/a/a.ts" + "file": "/users/username/projects/project/a.ts" }, "seq": 1, "type": "request" } -Info 2 [00:00:15.000] Search path: /a -Info 3 [00:00:16.000] For info: /a/a.ts :: Config file name: /a/tsconfig.json -Info 4 [00:00:17.000] Creating configuration project /a/tsconfig.json -Info 5 [00:00:18.000] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 6 [00:00:19.000] event: - {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/a/tsconfig.json","reason":"Creating possible configured project for /a/a.ts to open"}} -Info 7 [00:00:20.000] Config: /a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /users/username/projects/project +Info seq [hh:mm:ss:mss] For info: /users/username/projects/project/a.ts :: Config file name: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/tsconfig.json 2000 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/users/username/projects/project/tsconfig.json","reason":"Creating possible configured project for /users/username/projects/project/a.ts to open"}} +Info seq [hh:mm:ss:mss] Config: /users/username/projects/project/tsconfig.json : { "rootNames": [ - "/a/a.ts", - "/a/lib/lib.d.ts" + "/users/username/projects/project/a.ts" ], "options": { "out": "/a/out.js", - "configFilePath": "/a/tsconfig.json" + "configFilePath": "/users/username/projects/project/tsconfig.json" } } -Info 8 [00:00:21.000] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:22.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:23.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:24.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 12 [00:00:25.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 13 [00:00:26.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 14 [00:00:27.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:28.000] Project '/a/tsconfig.json' (Configured) -Info 16 [00:00:29.000] Files (2) - /a/a.ts SVC-1-0 "export let x = 1" +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" + /users/username/projects/project/a.ts SVC-1-0 "export let x = 1" + ../../../../a/lib/lib.d.ts + Default library for target 'es5' a.ts Matched by default include pattern '**/*' - lib/lib.d.ts - Matched by default include pattern '**/*' -Info 17 [00:00:30.000] ----------------------------------------------- -Info 18 [00:00:31.000] event: - {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/a/tsconfig.json"}} -Info 19 [00:00:32.000] event: - {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"bcbb3eb9a7f46ab3b8f574ad3733f3e5a7ce50557c14c0c6192f1203aedcacca","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":16,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{"out":""},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 20 [00:00:33.000] event: - {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/a/a.ts","configFile":"/a/tsconfig.json","diagnostics":[{"start":{"line":1,"offset":21},"end":{"line":1,"offset":26},"text":"Option 'out' is deprecated and will stop functioning in TypeScript 5.5. Specify compilerOption '\"ignoreDeprecations\": \"5.0\"' to silence this error.\n Use 'outFile' instead.","code":5101,"category":"error","fileName":"/a/tsconfig.json"}]}} -Info 21 [00:00:34.000] Project '/a/tsconfig.json' (Configured) -Info 21 [00:00:35.000] Files (2) - -Info 21 [00:00:36.000] ----------------------------------------------- -Info 21 [00:00:37.000] Open files: -Info 21 [00:00:38.000] FileName: /a/a.ts ProjectRootPath: undefined -Info 21 [00:00:39.000] Projects: /a/tsconfig.json -Info 21 [00:00:40.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/users/username/projects/project/tsconfig.json"}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"5b0be5fc7f7235edf5a31bffe614b4e0819e55ec5f118558864b1f882e283c0d","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":16,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{"out":""},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/users/username/projects/project/a.ts","configFile":"/users/username/projects/project/tsconfig.json","diagnostics":[{"start":{"line":1,"offset":21},"end":{"line":1,"offset":26},"text":"Option 'out' is deprecated and will stop functioning in TypeScript 5.5. Specify compilerOption '\"ignoreDeprecations\": \"5.0\"' to silence this error.\n Use 'outFile' instead.","code":5101,"category":"error","fileName":"/users/username/projects/project/tsconfig.json"}]}} +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request PolledWatches:: -/a/node_modules/@types: *new* +/users/username/projects/project/node_modules/@types: *new* + {"pollingInterval":500} +/users/username/projects/node_modules/@types: *new* {"pollingInterval":500} FsWatches:: -/a/tsconfig.json: *new* +/users/username/projects/project/tsconfig.json: *new* {} /a/lib/lib.d.ts: *new* {} FsWatchesRecursive:: -/a: *new* +/users/username/projects/project: *new* {} -Info 22 [00:00:43.000] DirectoryWatcher:: Triggered with /a/b.ts :: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 23 [00:00:44.000] Scheduled: /a/tsconfig.json -Info 24 [00:00:45.000] Scheduled: *ensureProjectForOpenFiles* -Info 25 [00:00:46.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b.ts :: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/b.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/b.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory Before running Timeout callback:: count: 2 -1: /a/tsconfig.json +1: /users/username/projects/project/tsconfig.json 2: *ensureProjectForOpenFiles* -//// [/a/b.ts] +//// [/users/username/projects/project/b.ts] export let y = 1 -Info 26 [00:00:47.000] Running: /a/tsconfig.json -Info 27 [00:00:48.000] FileWatcher:: Added:: WatchInfo: /a/b.ts 500 undefined WatchType: Closed Script info -Info 28 [00:00:49.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 29 [00:00:50.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 30 [00:00:51.000] Project '/a/tsconfig.json' (Configured) -Info 31 [00:00:52.000] Files (3) - /a/a.ts SVC-1-0 "export let x = 1" +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b.ts Text-1 "export let y = 1" + /users/username/projects/project/a.ts SVC-1-0 "export let x = 1" + /users/username/projects/project/b.ts Text-1 "export let y = 1" + ../../../../a/lib/lib.d.ts + Default library for target 'es5' a.ts Matched by default include pattern '**/*' - lib/lib.d.ts - Matched by default include pattern '**/*' b.ts Matched by default include pattern '**/*' -Info 32 [00:00:53.000] ----------------------------------------------- -Info 33 [00:00:54.000] Running: *ensureProjectForOpenFiles* -Info 34 [00:00:55.000] Before ensureProjectForOpenFiles: -Info 35 [00:00:56.000] Project '/a/tsconfig.json' (Configured) -Info 35 [00:00:57.000] Files (3) - -Info 35 [00:00:58.000] ----------------------------------------------- -Info 35 [00:00:59.000] Open files: -Info 35 [00:01:00.000] FileName: /a/a.ts ProjectRootPath: undefined -Info 35 [00:01:01.000] Projects: /a/tsconfig.json -Info 35 [00:01:02.000] After ensureProjectForOpenFiles: -Info 36 [00:01:03.000] Project '/a/tsconfig.json' (Configured) -Info 36 [00:01:04.000] Files (3) - -Info 36 [00:01:05.000] ----------------------------------------------- -Info 36 [00:01:06.000] Open files: -Info 36 [00:01:07.000] FileName: /a/a.ts ProjectRootPath: undefined -Info 36 [00:01:08.000] Projects: /a/tsconfig.json -Info 36 [00:01:09.000] got projects updated in background, updating diagnostics for /a/a.ts -Info 37 [00:01:10.000] event: - {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/a/a.ts"]}} +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] got projects updated in background, updating diagnostics for /users/username/projects/project/a.ts +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/a.ts"]}} After running Timeout callback:: count: 1 3: checkOne PolledWatches:: -/a/node_modules/@types: +/users/username/projects/project/node_modules/@types: + {"pollingInterval":500} +/users/username/projects/node_modules/@types: {"pollingInterval":500} FsWatches:: -/a/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} /a/lib/lib.d.ts: {} -/a/b.ts: *new* +/users/username/projects/project/b.ts: *new* {} FsWatchesRecursive:: -/a: +/users/username/projects/project: {} -Info 38 [00:01:14.000] FileWatcher:: Triggered with /a/b.ts 1:: WatchInfo: /a/b.ts 500 undefined WatchType: Closed Script info -Info 39 [00:01:15.000] Scheduled: /a/tsconfig.json -Info 40 [00:01:16.000] Scheduled: *ensureProjectForOpenFiles* -Info 41 [00:01:17.000] Elapsed:: *ms FileWatcher:: Triggered with /a/b.ts 1:: WatchInfo: /a/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /users/username/projects/project/b.ts 1:: WatchInfo: /users/username/projects/project/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /users/username/projects/project/b.ts 1:: WatchInfo: /users/username/projects/project/b.ts 500 undefined WatchType: Closed Script info Before running Timeout callback:: count: 3 3: checkOne -4: /a/tsconfig.json +4: /users/username/projects/project/tsconfig.json 5: *ensureProjectForOpenFiles* -//// [/a/b.ts] +//// [/users/username/projects/project/b.ts] export let x = 11 -Info 42 [00:01:18.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 43 [00:01:19.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 44 [00:01:20.000] Project '/a/tsconfig.json' (Configured) -Info 45 [00:01:21.000] Files (3) - /a/a.ts SVC-1-0 "export let x = 1" +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b.ts Text-2 "export let x = 11" - -Info 46 [00:01:22.000] ----------------------------------------------- -Info 47 [00:01:23.000] event: - {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/a/a.ts","diagnostics":[]}} -Info 48 [00:01:24.000] Running: /a/tsconfig.json -Info 49 [00:01:25.000] Running: *ensureProjectForOpenFiles* -Info 50 [00:01:26.000] Before ensureProjectForOpenFiles: -Info 51 [00:01:27.000] Project '/a/tsconfig.json' (Configured) -Info 51 [00:01:28.000] Files (3) - -Info 51 [00:01:29.000] ----------------------------------------------- -Info 51 [00:01:30.000] Open files: -Info 51 [00:01:31.000] FileName: /a/a.ts ProjectRootPath: undefined -Info 51 [00:01:32.000] Projects: /a/tsconfig.json -Info 51 [00:01:33.000] After ensureProjectForOpenFiles: -Info 52 [00:01:34.000] Project '/a/tsconfig.json' (Configured) -Info 52 [00:01:35.000] Files (3) - -Info 52 [00:01:36.000] ----------------------------------------------- -Info 52 [00:01:37.000] Open files: -Info 52 [00:01:38.000] FileName: /a/a.ts ProjectRootPath: undefined -Info 52 [00:01:39.000] Projects: /a/tsconfig.json -Info 52 [00:01:40.000] got projects updated in background, updating diagnostics for /a/a.ts -Info 53 [00:01:41.000] event: - {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/a/a.ts"]}} + /users/username/projects/project/a.ts SVC-1-0 "export let x = 1" + /users/username/projects/project/b.ts Text-2 "export let x = 11" + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/users/username/projects/project/a.ts","diagnostics":[]}} +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] got projects updated in background, updating diagnostics for /users/username/projects/project/a.ts +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/a.ts"]}} After running Timeout callback:: count: 1 6: checkOne diff --git a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/without-noGetErrOnBackgroundUpdate-and-when---outFile-is-set.js b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/without-noGetErrOnBackgroundUpdate-and-when---outFile-is-set.js index 19555f91e1caf..9c34d5f36a5f9 100644 --- a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/without-noGetErrOnBackgroundUpdate-and-when---outFile-is-set.js +++ b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/without-noGetErrOnBackgroundUpdate-and-when---outFile-is-set.js @@ -1,10 +1,10 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:13.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request -//// [/a/a.ts] +//// [/users/username/projects/project/a.ts] export let x = 1 -//// [/a/tsconfig.json] +//// [/users/username/projects/project/tsconfig.json] {"compilerOptions":{"outFile":"/a/out.js"}} //// [/a/lib/lib.d.ts] @@ -21,195 +21,200 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:14.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { - "file": "/a/a.ts" + "file": "/users/username/projects/project/a.ts" }, "seq": 1, "type": "request" } -Info 2 [00:00:15.000] Search path: /a -Info 3 [00:00:16.000] For info: /a/a.ts :: Config file name: /a/tsconfig.json -Info 4 [00:00:17.000] Creating configuration project /a/tsconfig.json -Info 5 [00:00:18.000] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 6 [00:00:19.000] event: - {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/a/tsconfig.json","reason":"Creating possible configured project for /a/a.ts to open"}} -Info 7 [00:00:20.000] Config: /a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /users/username/projects/project +Info seq [hh:mm:ss:mss] For info: /users/username/projects/project/a.ts :: Config file name: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/tsconfig.json 2000 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/users/username/projects/project/tsconfig.json","reason":"Creating possible configured project for /users/username/projects/project/a.ts to open"}} +Info seq [hh:mm:ss:mss] Config: /users/username/projects/project/tsconfig.json : { "rootNames": [ - "/a/a.ts", - "/a/lib/lib.d.ts" + "/users/username/projects/project/a.ts" ], "options": { "outFile": "/a/out.js", - "configFilePath": "/a/tsconfig.json" + "configFilePath": "/users/username/projects/project/tsconfig.json" } } -Info 8 [00:00:21.000] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:22.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:23.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:24.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 12 [00:00:25.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 13 [00:00:26.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 14 [00:00:27.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:28.000] Project '/a/tsconfig.json' (Configured) -Info 16 [00:00:29.000] Files (2) - /a/a.ts SVC-1-0 "export let x = 1" +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" + /users/username/projects/project/a.ts SVC-1-0 "export let x = 1" + ../../../../a/lib/lib.d.ts + Default library for target 'es5' a.ts Matched by default include pattern '**/*' - lib/lib.d.ts - Matched by default include pattern '**/*' -Info 17 [00:00:30.000] ----------------------------------------------- -Info 18 [00:00:31.000] event: - {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/a/tsconfig.json"}} -Info 19 [00:00:32.000] event: - {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"bcbb3eb9a7f46ab3b8f574ad3733f3e5a7ce50557c14c0c6192f1203aedcacca","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":16,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{"outFile":""},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 20 [00:00:33.000] event: - {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/a/a.ts","configFile":"/a/tsconfig.json","diagnostics":[]}} -Info 21 [00:00:34.000] Project '/a/tsconfig.json' (Configured) -Info 21 [00:00:35.000] Files (2) - -Info 21 [00:00:36.000] ----------------------------------------------- -Info 21 [00:00:37.000] Open files: -Info 21 [00:00:38.000] FileName: /a/a.ts ProjectRootPath: undefined -Info 21 [00:00:39.000] Projects: /a/tsconfig.json -Info 21 [00:00:40.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/users/username/projects/project/tsconfig.json"}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"5b0be5fc7f7235edf5a31bffe614b4e0819e55ec5f118558864b1f882e283c0d","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":16,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{"outFile":""},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/users/username/projects/project/a.ts","configFile":"/users/username/projects/project/tsconfig.json","diagnostics":[]}} +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request PolledWatches:: -/a/node_modules/@types: *new* +/users/username/projects/project/node_modules/@types: *new* + {"pollingInterval":500} +/users/username/projects/node_modules/@types: *new* {"pollingInterval":500} FsWatches:: -/a/tsconfig.json: *new* +/users/username/projects/project/tsconfig.json: *new* {} /a/lib/lib.d.ts: *new* {} FsWatchesRecursive:: -/a: *new* +/users/username/projects/project: *new* {} -Info 22 [00:00:43.000] DirectoryWatcher:: Triggered with /a/b.ts :: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 23 [00:00:44.000] Scheduled: /a/tsconfig.json -Info 24 [00:00:45.000] Scheduled: *ensureProjectForOpenFiles* -Info 25 [00:00:46.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b.ts :: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/b.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/b.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory Before running Timeout callback:: count: 2 -1: /a/tsconfig.json +1: /users/username/projects/project/tsconfig.json 2: *ensureProjectForOpenFiles* -//// [/a/b.ts] +//// [/users/username/projects/project/b.ts] export let y = 1 -Info 26 [00:00:47.000] Running: /a/tsconfig.json -Info 27 [00:00:48.000] FileWatcher:: Added:: WatchInfo: /a/b.ts 500 undefined WatchType: Closed Script info -Info 28 [00:00:49.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 29 [00:00:50.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 30 [00:00:51.000] Project '/a/tsconfig.json' (Configured) -Info 31 [00:00:52.000] Files (3) - /a/a.ts SVC-1-0 "export let x = 1" +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b.ts Text-1 "export let y = 1" + /users/username/projects/project/a.ts SVC-1-0 "export let x = 1" + /users/username/projects/project/b.ts Text-1 "export let y = 1" + ../../../../a/lib/lib.d.ts + Default library for target 'es5' a.ts Matched by default include pattern '**/*' - lib/lib.d.ts - Matched by default include pattern '**/*' b.ts Matched by default include pattern '**/*' -Info 32 [00:00:53.000] ----------------------------------------------- -Info 33 [00:00:54.000] Running: *ensureProjectForOpenFiles* -Info 34 [00:00:55.000] Before ensureProjectForOpenFiles: -Info 35 [00:00:56.000] Project '/a/tsconfig.json' (Configured) -Info 35 [00:00:57.000] Files (3) - -Info 35 [00:00:58.000] ----------------------------------------------- -Info 35 [00:00:59.000] Open files: -Info 35 [00:01:00.000] FileName: /a/a.ts ProjectRootPath: undefined -Info 35 [00:01:01.000] Projects: /a/tsconfig.json -Info 35 [00:01:02.000] After ensureProjectForOpenFiles: -Info 36 [00:01:03.000] Project '/a/tsconfig.json' (Configured) -Info 36 [00:01:04.000] Files (3) - -Info 36 [00:01:05.000] ----------------------------------------------- -Info 36 [00:01:06.000] Open files: -Info 36 [00:01:07.000] FileName: /a/a.ts ProjectRootPath: undefined -Info 36 [00:01:08.000] Projects: /a/tsconfig.json -Info 36 [00:01:09.000] got projects updated in background, updating diagnostics for /a/a.ts -Info 37 [00:01:10.000] event: - {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/a/a.ts"]}} +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] got projects updated in background, updating diagnostics for /users/username/projects/project/a.ts +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/a.ts"]}} After running Timeout callback:: count: 1 3: checkOne PolledWatches:: -/a/node_modules/@types: +/users/username/projects/project/node_modules/@types: + {"pollingInterval":500} +/users/username/projects/node_modules/@types: {"pollingInterval":500} FsWatches:: -/a/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} /a/lib/lib.d.ts: {} -/a/b.ts: *new* +/users/username/projects/project/b.ts: *new* {} FsWatchesRecursive:: -/a: +/users/username/projects/project: {} -Info 38 [00:01:14.000] FileWatcher:: Triggered with /a/b.ts 1:: WatchInfo: /a/b.ts 500 undefined WatchType: Closed Script info -Info 39 [00:01:15.000] Scheduled: /a/tsconfig.json -Info 40 [00:01:16.000] Scheduled: *ensureProjectForOpenFiles* -Info 41 [00:01:17.000] Elapsed:: *ms FileWatcher:: Triggered with /a/b.ts 1:: WatchInfo: /a/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /users/username/projects/project/b.ts 1:: WatchInfo: /users/username/projects/project/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /users/username/projects/project/b.ts 1:: WatchInfo: /users/username/projects/project/b.ts 500 undefined WatchType: Closed Script info Before running Timeout callback:: count: 3 3: checkOne -4: /a/tsconfig.json +4: /users/username/projects/project/tsconfig.json 5: *ensureProjectForOpenFiles* -//// [/a/b.ts] +//// [/users/username/projects/project/b.ts] export let x = 11 -Info 42 [00:01:18.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 43 [00:01:19.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 44 [00:01:20.000] Project '/a/tsconfig.json' (Configured) -Info 45 [00:01:21.000] Files (3) - /a/a.ts SVC-1-0 "export let x = 1" +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b.ts Text-2 "export let x = 11" - -Info 46 [00:01:22.000] ----------------------------------------------- -Info 47 [00:01:23.000] event: - {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/a/a.ts","diagnostics":[]}} -Info 48 [00:01:24.000] Running: /a/tsconfig.json -Info 49 [00:01:25.000] Running: *ensureProjectForOpenFiles* -Info 50 [00:01:26.000] Before ensureProjectForOpenFiles: -Info 51 [00:01:27.000] Project '/a/tsconfig.json' (Configured) -Info 51 [00:01:28.000] Files (3) - -Info 51 [00:01:29.000] ----------------------------------------------- -Info 51 [00:01:30.000] Open files: -Info 51 [00:01:31.000] FileName: /a/a.ts ProjectRootPath: undefined -Info 51 [00:01:32.000] Projects: /a/tsconfig.json -Info 51 [00:01:33.000] After ensureProjectForOpenFiles: -Info 52 [00:01:34.000] Project '/a/tsconfig.json' (Configured) -Info 52 [00:01:35.000] Files (3) - -Info 52 [00:01:36.000] ----------------------------------------------- -Info 52 [00:01:37.000] Open files: -Info 52 [00:01:38.000] FileName: /a/a.ts ProjectRootPath: undefined -Info 52 [00:01:39.000] Projects: /a/tsconfig.json -Info 52 [00:01:40.000] got projects updated in background, updating diagnostics for /a/a.ts -Info 53 [00:01:41.000] event: - {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/a/a.ts"]}} + /users/username/projects/project/a.ts SVC-1-0 "export let x = 1" + /users/username/projects/project/b.ts Text-2 "export let x = 11" + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/users/username/projects/project/a.ts","diagnostics":[]}} +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] got projects updated in background, updating diagnostics for /users/username/projects/project/a.ts +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/a.ts"]}} After running Timeout callback:: count: 1 6: checkOne diff --git a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/without-noGetErrOnBackgroundUpdate-and-when-adding-new-file.js b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/without-noGetErrOnBackgroundUpdate-and-when-adding-new-file.js index 74f351263e4e0..ee235819156d4 100644 --- a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/without-noGetErrOnBackgroundUpdate-and-when-adding-new-file.js +++ b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/without-noGetErrOnBackgroundUpdate-and-when-adding-new-file.js @@ -1,7 +1,7 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:15.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request -//// [/a/b/file1.ts] +//// [/users/username/projects/project/file1.ts] export var x = 10; //// [/a/lib/lib.d.ts] @@ -17,178 +17,184 @@ interface RegExp {} interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -//// [/a/b/tsconfig.json] +//// [/users/username/projects/project/tsconfig.json] {} -Info 1 [00:00:16.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { - "file": "/a/b/file1.ts" + "file": "/users/username/projects/project/file1.ts" }, "seq": 1, "type": "request" } -Info 2 [00:00:17.000] Search path: /a/b -Info 3 [00:00:18.000] For info: /a/b/file1.ts :: Config file name: /a/b/tsconfig.json -Info 4 [00:00:19.000] Creating configuration project /a/b/tsconfig.json -Info 5 [00:00:20.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 6 [00:00:21.000] event: - {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/a/b/tsconfig.json","reason":"Creating possible configured project for /a/b/file1.ts to open"}} -Info 7 [00:00:22.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /users/username/projects/project +Info seq [hh:mm:ss:mss] For info: /users/username/projects/project/file1.ts :: Config file name: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/tsconfig.json 2000 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/users/username/projects/project/tsconfig.json","reason":"Creating possible configured project for /users/username/projects/project/file1.ts to open"}} +Info seq [hh:mm:ss:mss] Config: /users/username/projects/project/tsconfig.json : { "rootNames": [ - "/a/b/file1.ts" + "/users/username/projects/project/file1.ts" ], "options": { - "configFilePath": "/a/b/tsconfig.json" + "configFilePath": "/users/username/projects/project/tsconfig.json" } } -Info 8 [00:00:23.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:24.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:25.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 11 [00:00:26.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 12 [00:00:27.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 13 [00:00:28.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 14 [00:00:29.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:30.000] Project '/a/b/tsconfig.json' (Configured) -Info 16 [00:00:31.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b/file1.ts SVC-1-0 "export var x = 10;" + /users/username/projects/project/file1.ts SVC-1-0 "export var x = 10;" - ../lib/lib.d.ts + ../../../../a/lib/lib.d.ts Default library for target 'es5' file1.ts Matched by default include pattern '**/*' -Info 17 [00:00:32.000] ----------------------------------------------- -Info 18 [00:00:33.000] event: - {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/a/b/tsconfig.json"}} -Info 19 [00:00:34.000] event: - {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"e10a1dc99ee63f16cb9b69bcee75540cdf41a1137371d3afbd4e7de507be5207","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":18,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 20 [00:00:35.000] event: - {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/a/b/file1.ts","configFile":"/a/b/tsconfig.json","diagnostics":[]}} -Info 21 [00:00:36.000] Project '/a/b/tsconfig.json' (Configured) -Info 21 [00:00:37.000] Files (2) - -Info 21 [00:00:38.000] ----------------------------------------------- -Info 21 [00:00:39.000] Open files: -Info 21 [00:00:40.000] FileName: /a/b/file1.ts ProjectRootPath: undefined -Info 21 [00:00:41.000] Projects: /a/b/tsconfig.json -Info 21 [00:00:42.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/users/username/projects/project/tsconfig.json"}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"5b0be5fc7f7235edf5a31bffe614b4e0819e55ec5f118558864b1f882e283c0d","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":18,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/users/username/projects/project/file1.ts","configFile":"/users/username/projects/project/tsconfig.json","diagnostics":[]}} +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request PolledWatches:: -/a/b/node_modules/@types: *new* +/users/username/projects/project/node_modules/@types: *new* + {"pollingInterval":500} +/users/username/projects/node_modules/@types: *new* {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: *new* +/users/username/projects/project/tsconfig.json: *new* {} /a/lib/lib.d.ts: *new* {} FsWatchesRecursive:: -/a/b: *new* +/users/username/projects/project: *new* {} -Info 22 [00:00:45.000] DirectoryWatcher:: Triggered with /a/b/file2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 23 [00:00:46.000] Scheduled: /a/b/tsconfig.json -Info 24 [00:00:47.000] Scheduled: *ensureProjectForOpenFiles* -Info 25 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/file2.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/file2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/file2.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory Before running Timeout callback:: count: 2 -1: /a/b/tsconfig.json +1: /users/username/projects/project/tsconfig.json 2: *ensureProjectForOpenFiles* -//// [/a/b/file2.ts] +//// [/users/username/projects/project/file2.ts] export var y = 10; -Info 26 [00:00:49.000] Running: /a/b/tsconfig.json -Info 27 [00:00:50.000] FileWatcher:: Added:: WatchInfo: /a/b/file2.ts 500 undefined WatchType: Closed Script info -Info 28 [00:00:51.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 29 [00:00:52.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 30 [00:00:53.000] Project '/a/b/tsconfig.json' (Configured) -Info 31 [00:00:54.000] Files (3) +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/file2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b/file1.ts SVC-1-0 "export var x = 10;" - /a/b/file2.ts Text-1 "export var y = 10;" + /users/username/projects/project/file1.ts SVC-1-0 "export var x = 10;" + /users/username/projects/project/file2.ts Text-1 "export var y = 10;" - ../lib/lib.d.ts + ../../../../a/lib/lib.d.ts Default library for target 'es5' file1.ts Matched by default include pattern '**/*' file2.ts Matched by default include pattern '**/*' -Info 32 [00:00:55.000] ----------------------------------------------- -Info 33 [00:00:56.000] Running: *ensureProjectForOpenFiles* -Info 34 [00:00:57.000] Before ensureProjectForOpenFiles: -Info 35 [00:00:58.000] Project '/a/b/tsconfig.json' (Configured) -Info 35 [00:00:59.000] Files (3) - -Info 35 [00:01:00.000] ----------------------------------------------- -Info 35 [00:01:01.000] Open files: -Info 35 [00:01:02.000] FileName: /a/b/file1.ts ProjectRootPath: undefined -Info 35 [00:01:03.000] Projects: /a/b/tsconfig.json -Info 35 [00:01:04.000] After ensureProjectForOpenFiles: -Info 36 [00:01:05.000] Project '/a/b/tsconfig.json' (Configured) -Info 36 [00:01:06.000] Files (3) - -Info 36 [00:01:07.000] ----------------------------------------------- -Info 36 [00:01:08.000] Open files: -Info 36 [00:01:09.000] FileName: /a/b/file1.ts ProjectRootPath: undefined -Info 36 [00:01:10.000] Projects: /a/b/tsconfig.json -Info 36 [00:01:11.000] got projects updated in background, updating diagnostics for /a/b/file1.ts -Info 37 [00:01:12.000] event: - {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/a/b/file1.ts"]}} +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] got projects updated in background, updating diagnostics for /users/username/projects/project/file1.ts +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/file1.ts"]}} After running Timeout callback:: count: 1 3: checkOne PolledWatches:: -/a/b/node_modules/@types: +/users/username/projects/project/node_modules/@types: + {"pollingInterval":500} +/users/username/projects/node_modules/@types: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} /a/lib/lib.d.ts: {} -/a/b/file2.ts: *new* +/users/username/projects/project/file2.ts: *new* {} FsWatchesRecursive:: -/a/b: +/users/username/projects/project: {} -Info 38 [00:01:15.000] DirectoryWatcher:: Triggered with /a/b/file3.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 39 [00:01:16.000] Scheduled: /a/b/tsconfig.json -Info 40 [00:01:17.000] Scheduled: *ensureProjectForOpenFiles* -Info 41 [00:01:18.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/file3.ts :: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/file3.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/file3.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory Before running Timeout callback:: count: 3 3: checkOne -4: /a/b/tsconfig.json +4: /users/username/projects/project/tsconfig.json 5: *ensureProjectForOpenFiles* -//// [/a/b/file3.ts] +//// [/users/username/projects/project/file3.ts] export var z = 10; -Info 42 [00:01:19.000] FileWatcher:: Added:: WatchInfo: /a/b/file3.ts 500 undefined WatchType: Closed Script info -Info 43 [00:01:20.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 44 [00:01:21.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 3 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 45 [00:01:22.000] Project '/a/b/tsconfig.json' (Configured) -Info 46 [00:01:23.000] Files (4) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/file3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 3 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b/file1.ts SVC-1-0 "export var x = 10;" - /a/b/file2.ts Text-1 "export var y = 10;" - /a/b/file3.ts Text-1 "export var z = 10;" + /users/username/projects/project/file1.ts SVC-1-0 "export var x = 10;" + /users/username/projects/project/file2.ts Text-1 "export var y = 10;" + /users/username/projects/project/file3.ts Text-1 "export var z = 10;" - ../lib/lib.d.ts + ../../../../a/lib/lib.d.ts Default library for target 'es5' file1.ts Matched by default include pattern '**/*' @@ -197,47 +203,49 @@ Info 46 [00:01:23.000] Files (4) file3.ts Matched by default include pattern '**/*' -Info 47 [00:01:24.000] ----------------------------------------------- -Info 48 [00:01:25.000] event: - {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/a/b/file1.ts","diagnostics":[]}} -Info 49 [00:01:26.000] Running: /a/b/tsconfig.json -Info 50 [00:01:27.000] Running: *ensureProjectForOpenFiles* -Info 51 [00:01:28.000] Before ensureProjectForOpenFiles: -Info 52 [00:01:29.000] Project '/a/b/tsconfig.json' (Configured) -Info 52 [00:01:30.000] Files (4) - -Info 52 [00:01:31.000] ----------------------------------------------- -Info 52 [00:01:32.000] Open files: -Info 52 [00:01:33.000] FileName: /a/b/file1.ts ProjectRootPath: undefined -Info 52 [00:01:34.000] Projects: /a/b/tsconfig.json -Info 52 [00:01:35.000] After ensureProjectForOpenFiles: -Info 53 [00:01:36.000] Project '/a/b/tsconfig.json' (Configured) -Info 53 [00:01:37.000] Files (4) - -Info 53 [00:01:38.000] ----------------------------------------------- -Info 53 [00:01:39.000] Open files: -Info 53 [00:01:40.000] FileName: /a/b/file1.ts ProjectRootPath: undefined -Info 53 [00:01:41.000] Projects: /a/b/tsconfig.json -Info 53 [00:01:42.000] got projects updated in background, updating diagnostics for /a/b/file1.ts -Info 54 [00:01:43.000] event: - {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/a/b/file1.ts"]}} +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/users/username/projects/project/file1.ts","diagnostics":[]}} +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] got projects updated in background, updating diagnostics for /users/username/projects/project/file1.ts +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/file1.ts"]}} After running Timeout callback:: count: 1 6: checkOne PolledWatches:: -/a/b/node_modules/@types: +/users/username/projects/project/node_modules/@types: + {"pollingInterval":500} +/users/username/projects/node_modules/@types: {"pollingInterval":500} FsWatches:: -/a/b/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} /a/lib/lib.d.ts: {} -/a/b/file2.ts: +/users/username/projects/project/file2.ts: {} -/a/b/file3.ts: *new* +/users/username/projects/project/file3.ts: *new* {} FsWatchesRecursive:: -/a/b: +/users/username/projects/project: {} diff --git a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/without-noGetErrOnBackgroundUpdate-and-when-both-options-are-not-set.js b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/without-noGetErrOnBackgroundUpdate-and-when-both-options-are-not-set.js index 33eee4cf68769..de08d5ed2be0f 100644 --- a/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/without-noGetErrOnBackgroundUpdate-and-when-both-options-are-not-set.js +++ b/tests/baselines/reference/tsserver/events/projectUpdatedInBackground/without-noGetErrOnBackgroundUpdate-and-when-both-options-are-not-set.js @@ -1,10 +1,10 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:13.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request -//// [/a/a.ts] +//// [/users/username/projects/project/a.ts] export let x = 1 -//// [/a/tsconfig.json] +//// [/users/username/projects/project/tsconfig.json] {"compilerOptions":{}} //// [/a/lib/lib.d.ts] @@ -21,194 +21,199 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:14.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { - "file": "/a/a.ts" + "file": "/users/username/projects/project/a.ts" }, "seq": 1, "type": "request" } -Info 2 [00:00:15.000] Search path: /a -Info 3 [00:00:16.000] For info: /a/a.ts :: Config file name: /a/tsconfig.json -Info 4 [00:00:17.000] Creating configuration project /a/tsconfig.json -Info 5 [00:00:18.000] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 6 [00:00:19.000] event: - {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/a/tsconfig.json","reason":"Creating possible configured project for /a/a.ts to open"}} -Info 7 [00:00:20.000] Config: /a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /users/username/projects/project +Info seq [hh:mm:ss:mss] For info: /users/username/projects/project/a.ts :: Config file name: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/tsconfig.json 2000 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/users/username/projects/project/tsconfig.json","reason":"Creating possible configured project for /users/username/projects/project/a.ts to open"}} +Info seq [hh:mm:ss:mss] Config: /users/username/projects/project/tsconfig.json : { "rootNames": [ - "/a/a.ts", - "/a/lib/lib.d.ts" + "/users/username/projects/project/a.ts" ], "options": { - "configFilePath": "/a/tsconfig.json" + "configFilePath": "/users/username/projects/project/tsconfig.json" } } -Info 8 [00:00:21.000] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:22.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:23.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:24.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 12 [00:00:25.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 13 [00:00:26.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 14 [00:00:27.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:28.000] Project '/a/tsconfig.json' (Configured) -Info 16 [00:00:29.000] Files (2) - /a/a.ts SVC-1-0 "export let x = 1" +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" + /users/username/projects/project/a.ts SVC-1-0 "export let x = 1" + ../../../../a/lib/lib.d.ts + Default library for target 'es5' a.ts Matched by default include pattern '**/*' - lib/lib.d.ts - Matched by default include pattern '**/*' -Info 17 [00:00:30.000] ----------------------------------------------- -Info 18 [00:00:31.000] event: - {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/a/tsconfig.json"}} -Info 19 [00:00:32.000] event: - {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"bcbb3eb9a7f46ab3b8f574ad3733f3e5a7ce50557c14c0c6192f1203aedcacca","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":16,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 20 [00:00:33.000] event: - {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/a/a.ts","configFile":"/a/tsconfig.json","diagnostics":[]}} -Info 21 [00:00:34.000] Project '/a/tsconfig.json' (Configured) -Info 21 [00:00:35.000] Files (2) - -Info 21 [00:00:36.000] ----------------------------------------------- -Info 21 [00:00:37.000] Open files: -Info 21 [00:00:38.000] FileName: /a/a.ts ProjectRootPath: undefined -Info 21 [00:00:39.000] Projects: /a/tsconfig.json -Info 21 [00:00:40.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/users/username/projects/project/tsconfig.json"}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"5b0be5fc7f7235edf5a31bffe614b4e0819e55ec5f118558864b1f882e283c0d","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":16,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/users/username/projects/project/a.ts","configFile":"/users/username/projects/project/tsconfig.json","diagnostics":[]}} +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request PolledWatches:: -/a/node_modules/@types: *new* +/users/username/projects/project/node_modules/@types: *new* + {"pollingInterval":500} +/users/username/projects/node_modules/@types: *new* {"pollingInterval":500} FsWatches:: -/a/tsconfig.json: *new* +/users/username/projects/project/tsconfig.json: *new* {} /a/lib/lib.d.ts: *new* {} FsWatchesRecursive:: -/a: *new* +/users/username/projects/project: *new* {} -Info 22 [00:00:43.000] DirectoryWatcher:: Triggered with /a/b.ts :: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 23 [00:00:44.000] Scheduled: /a/tsconfig.json -Info 24 [00:00:45.000] Scheduled: *ensureProjectForOpenFiles* -Info 25 [00:00:46.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b.ts :: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /users/username/projects/project/b.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /users/username/projects/project/b.ts :: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchType: Wild card directory Before running Timeout callback:: count: 2 -1: /a/tsconfig.json +1: /users/username/projects/project/tsconfig.json 2: *ensureProjectForOpenFiles* -//// [/a/b.ts] +//// [/users/username/projects/project/b.ts] export let y = 1 -Info 26 [00:00:47.000] Running: /a/tsconfig.json -Info 27 [00:00:48.000] FileWatcher:: Added:: WatchInfo: /a/b.ts 500 undefined WatchType: Closed Script info -Info 28 [00:00:49.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 29 [00:00:50.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 30 [00:00:51.000] Project '/a/tsconfig.json' (Configured) -Info 31 [00:00:52.000] Files (3) - /a/a.ts SVC-1-0 "export let x = 1" +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b.ts Text-1 "export let y = 1" + /users/username/projects/project/a.ts SVC-1-0 "export let x = 1" + /users/username/projects/project/b.ts Text-1 "export let y = 1" + ../../../../a/lib/lib.d.ts + Default library for target 'es5' a.ts Matched by default include pattern '**/*' - lib/lib.d.ts - Matched by default include pattern '**/*' b.ts Matched by default include pattern '**/*' -Info 32 [00:00:53.000] ----------------------------------------------- -Info 33 [00:00:54.000] Running: *ensureProjectForOpenFiles* -Info 34 [00:00:55.000] Before ensureProjectForOpenFiles: -Info 35 [00:00:56.000] Project '/a/tsconfig.json' (Configured) -Info 35 [00:00:57.000] Files (3) - -Info 35 [00:00:58.000] ----------------------------------------------- -Info 35 [00:00:59.000] Open files: -Info 35 [00:01:00.000] FileName: /a/a.ts ProjectRootPath: undefined -Info 35 [00:01:01.000] Projects: /a/tsconfig.json -Info 35 [00:01:02.000] After ensureProjectForOpenFiles: -Info 36 [00:01:03.000] Project '/a/tsconfig.json' (Configured) -Info 36 [00:01:04.000] Files (3) - -Info 36 [00:01:05.000] ----------------------------------------------- -Info 36 [00:01:06.000] Open files: -Info 36 [00:01:07.000] FileName: /a/a.ts ProjectRootPath: undefined -Info 36 [00:01:08.000] Projects: /a/tsconfig.json -Info 36 [00:01:09.000] got projects updated in background, updating diagnostics for /a/a.ts -Info 37 [00:01:10.000] event: - {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/a/a.ts"]}} +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] got projects updated in background, updating diagnostics for /users/username/projects/project/a.ts +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/a.ts"]}} After running Timeout callback:: count: 1 3: checkOne PolledWatches:: -/a/node_modules/@types: +/users/username/projects/project/node_modules/@types: + {"pollingInterval":500} +/users/username/projects/node_modules/@types: {"pollingInterval":500} FsWatches:: -/a/tsconfig.json: +/users/username/projects/project/tsconfig.json: {} /a/lib/lib.d.ts: {} -/a/b.ts: *new* +/users/username/projects/project/b.ts: *new* {} FsWatchesRecursive:: -/a: +/users/username/projects/project: {} -Info 38 [00:01:14.000] FileWatcher:: Triggered with /a/b.ts 1:: WatchInfo: /a/b.ts 500 undefined WatchType: Closed Script info -Info 39 [00:01:15.000] Scheduled: /a/tsconfig.json -Info 40 [00:01:16.000] Scheduled: *ensureProjectForOpenFiles* -Info 41 [00:01:17.000] Elapsed:: *ms FileWatcher:: Triggered with /a/b.ts 1:: WatchInfo: /a/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /users/username/projects/project/b.ts 1:: WatchInfo: /users/username/projects/project/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /users/username/projects/project/b.ts 1:: WatchInfo: /users/username/projects/project/b.ts 500 undefined WatchType: Closed Script info Before running Timeout callback:: count: 3 3: checkOne -4: /a/tsconfig.json +4: /users/username/projects/project/tsconfig.json 5: *ensureProjectForOpenFiles* -//// [/a/b.ts] +//// [/users/username/projects/project/b.ts] export let x = 11 -Info 42 [00:01:18.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 43 [00:01:19.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 44 [00:01:20.000] Project '/a/tsconfig.json' (Configured) -Info 45 [00:01:21.000] Files (3) - /a/a.ts SVC-1-0 "export let x = 1" +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/project/tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" - /a/b.ts Text-2 "export let x = 11" - -Info 46 [00:01:22.000] ----------------------------------------------- -Info 47 [00:01:23.000] event: - {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/a/a.ts","diagnostics":[]}} -Info 48 [00:01:24.000] Running: /a/tsconfig.json -Info 49 [00:01:25.000] Running: *ensureProjectForOpenFiles* -Info 50 [00:01:26.000] Before ensureProjectForOpenFiles: -Info 51 [00:01:27.000] Project '/a/tsconfig.json' (Configured) -Info 51 [00:01:28.000] Files (3) - -Info 51 [00:01:29.000] ----------------------------------------------- -Info 51 [00:01:30.000] Open files: -Info 51 [00:01:31.000] FileName: /a/a.ts ProjectRootPath: undefined -Info 51 [00:01:32.000] Projects: /a/tsconfig.json -Info 51 [00:01:33.000] After ensureProjectForOpenFiles: -Info 52 [00:01:34.000] Project '/a/tsconfig.json' (Configured) -Info 52 [00:01:35.000] Files (3) - -Info 52 [00:01:36.000] ----------------------------------------------- -Info 52 [00:01:37.000] Open files: -Info 52 [00:01:38.000] FileName: /a/a.ts ProjectRootPath: undefined -Info 52 [00:01:39.000] Projects: /a/tsconfig.json -Info 52 [00:01:40.000] got projects updated in background, updating diagnostics for /a/a.ts -Info 53 [00:01:41.000] event: - {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/a/a.ts"]}} + /users/username/projects/project/a.ts SVC-1-0 "export let x = 1" + /users/username/projects/project/b.ts Text-2 "export let x = 11" + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/users/username/projects/project/a.ts","diagnostics":[]}} +Info seq [hh:mm:ss:mss] Running: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/project/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/project/tsconfig.json +Info seq [hh:mm:ss:mss] got projects updated in background, updating diagnostics for /users/username/projects/project/a.ts +Info seq [hh:mm:ss:mss] event: + {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/users/username/projects/project/a.ts"]}} After running Timeout callback:: count: 1 6: checkOne diff --git a/tests/baselines/reference/tsserver/exportMapCache/caches-auto-imports-in-the-same-file.js b/tests/baselines/reference/tsserver/exportMapCache/caches-auto-imports-in-the-same-file.js index 07c2c98bd137a..551a3c41703d0 100644 --- a/tests/baselines/reference/tsserver/exportMapCache/caches-auto-imports-in-the-same-file.js +++ b/tests/baselines/reference/tsserver/exportMapCache/caches-auto-imports-in-the-same-file.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:27.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a.ts] export const foo = 0; @@ -29,7 +29,7 @@ export declare function observable(): unknown; export = exp; -Info 1 [00:00:28.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -38,11 +38,11 @@ Info 1 [00:00:28.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:29.000] Search path: / -Info 3 [00:00:30.000] For info: /a.ts :: Config file name: /tsconfig.json -Info 4 [00:00:31.000] Creating configuration project /tsconfig.json -Info 5 [00:00:32.000] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file -Info 6 [00:00:33.000] Config: /tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: / +Info seq [hh:mm:ss:mss] For info: /a.ts :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /tsconfig.json : { "rootNames": [ "/a.ts", "/ambient.d.ts", @@ -53,16 +53,16 @@ Info 6 [00:00:33.000] Config: /tsconfig.json : { "configFilePath": "/tsconfig.json" } } -Info 7 [00:00:34.000] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 8 [00:00:35.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 9 [00:00:36.000] FileWatcher:: Added:: WatchInfo: /ambient.d.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:37.000] FileWatcher:: Added:: WatchInfo: /b.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:38.000] FileWatcher:: Added:: WatchInfo: /lib/foo/constants.d.ts 500 undefined WatchType: Closed Script info -Info 12 [00:00:39.000] Starting updateGraphWorker: Project: /tsconfig.json -Info 13 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file -Info 14 [00:00:41.000] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:42.000] Project '/tsconfig.json' (Configured) -Info 16 [00:00:43.000] Files (4) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /ambient.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/foo/constants.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a.ts SVC-1-0 "export const foo = 0;" /ambient.d.ts Text-1 "declare module 'ambient' {}" /b.ts Text-1 "foo" @@ -78,34 +78,34 @@ Info 16 [00:00:43.000] Files (4) lib/foo/constants.d.ts Matched by default include pattern '**/*' -Info 17 [00:00:44.000] ----------------------------------------------- -Info 18 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /package.json 250 undefined WatchType: package.json file -Info 19 [00:00:46.000] AutoImportProviderProject: found 1 root files in 1 dependencies in * ms -Info 20 [00:00:47.000] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 21 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 22 [00:00:49.000] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* -Info 23 [00:00:50.000] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 24 [00:00:51.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 25 [00:00:52.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /package.json 250 undefined WatchType: package.json file +Info seq [hh:mm:ss:mss] AutoImportProviderProject: found 1 root files in 1 dependencies in * ms +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (1) /node_modules/mobx/index.d.ts Text-1 "export declare function observable(): unknown;" node_modules/mobx/index.d.ts Root file specified for compilation -Info 26 [00:00:53.000] ----------------------------------------------- -Info 27 [00:00:54.000] Project '/tsconfig.json' (Configured) -Info 27 [00:00:55.000] Files (4) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) -Info 27 [00:00:56.000] ----------------------------------------------- -Info 27 [00:00:57.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 27 [00:00:58.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (1) -Info 27 [00:00:59.000] ----------------------------------------------- -Info 27 [00:01:00.000] Open files: -Info 27 [00:01:01.000] FileName: /a.ts ProjectRootPath: undefined -Info 27 [00:01:02.000] Projects: /tsconfig.json -Info 27 [00:01:03.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -135,7 +135,7 @@ FsWatchesRecursive:: Before request -Info 28 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -144,23 +144,23 @@ Info 28 [00:01:04.000] request: "seq": 2, "type": "request" } -Info 29 [00:01:05.000] FileWatcher:: Close:: WatchInfo: /b.ts 500 undefined WatchType: Closed Script info -Info 30 [00:01:06.000] Search path: / -Info 31 [00:01:07.000] For info: /b.ts :: Config file name: /tsconfig.json -Info 32 [00:01:08.000] Project '/tsconfig.json' (Configured) -Info 32 [00:01:09.000] Files (4) - -Info 32 [00:01:10.000] ----------------------------------------------- -Info 32 [00:01:11.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 32 [00:01:12.000] Files (1) - -Info 32 [00:01:13.000] ----------------------------------------------- -Info 32 [00:01:14.000] Open files: -Info 32 [00:01:15.000] FileName: /a.ts ProjectRootPath: undefined -Info 32 [00:01:16.000] Projects: /tsconfig.json -Info 32 [00:01:17.000] FileName: /b.ts ProjectRootPath: undefined -Info 32 [00:01:18.000] Projects: /tsconfig.json -Info 32 [00:01:19.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: / +Info seq [hh:mm:ss:mss] For info: /b.ts :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -192,7 +192,7 @@ FsWatchesRecursive:: Before request -Info 33 [00:01:20.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "completionInfo", "arguments": { @@ -205,18 +205,18 @@ Info 33 [00:01:20.000] request: "seq": 3, "type": "request" } -Info 34 [00:01:21.000] getCompletionData: Get current token: * -Info 35 [00:01:22.000] getCompletionData: Is inside comment: * -Info 36 [00:01:23.000] getCompletionData: Get previous token: * -Info 37 [00:01:24.000] getExportInfoMap: cache miss or empty; calculating new results -Info 38 [00:01:25.000] forEachExternalModuleToImportFrom autoImportProvider: * -Info 39 [00:01:26.000] getExportInfoMap: done in * ms -Info 40 [00:01:27.000] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache -Info 41 [00:01:28.000] collectAutoImports: response is incomplete -Info 42 [00:01:29.000] collectAutoImports: * -Info 43 [00:01:30.000] getCompletionData: Semantic work: * -Info 44 [00:01:31.000] getCompletionsAtPosition: getCompletionEntriesFromSymbols: * -Info 45 [00:01:32.000] response: +Info seq [hh:mm:ss:mss] getCompletionData: Get current token: * +Info seq [hh:mm:ss:mss] getCompletionData: Is inside comment: * +Info seq [hh:mm:ss:mss] getCompletionData: Get previous token: * +Info seq [hh:mm:ss:mss] getExportInfoMap: cache miss or empty; calculating new results +Info seq [hh:mm:ss:mss] forEachExternalModuleToImportFrom autoImportProvider: * +Info seq [hh:mm:ss:mss] getExportInfoMap: done in * ms +Info seq [hh:mm:ss:mss] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info seq [hh:mm:ss:mss] collectAutoImports: response is incomplete +Info seq [hh:mm:ss:mss] collectAutoImports: * +Info seq [hh:mm:ss:mss] getCompletionData: Semantic work: * +Info seq [hh:mm:ss:mss] getCompletionsAtPosition: getCompletionEntriesFromSymbols: * +Info seq [hh:mm:ss:mss] response: { "response": { "flags": 1, diff --git a/tests/baselines/reference/tsserver/exportMapCache/does-not-invalidate-the-cache-when-package.json-is-changed-inconsequentially.js b/tests/baselines/reference/tsserver/exportMapCache/does-not-invalidate-the-cache-when-package.json-is-changed-inconsequentially.js index 2811b9e967aa3..d9db7d1268042 100644 --- a/tests/baselines/reference/tsserver/exportMapCache/does-not-invalidate-the-cache-when-package.json-is-changed-inconsequentially.js +++ b/tests/baselines/reference/tsserver/exportMapCache/does-not-invalidate-the-cache-when-package.json-is-changed-inconsequentially.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:27.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a.ts] export const foo = 0; @@ -29,7 +29,7 @@ export declare function observable(): unknown; export = exp; -Info 1 [00:00:28.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -38,11 +38,11 @@ Info 1 [00:00:28.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:29.000] Search path: / -Info 3 [00:00:30.000] For info: /a.ts :: Config file name: /tsconfig.json -Info 4 [00:00:31.000] Creating configuration project /tsconfig.json -Info 5 [00:00:32.000] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file -Info 6 [00:00:33.000] Config: /tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: / +Info seq [hh:mm:ss:mss] For info: /a.ts :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /tsconfig.json : { "rootNames": [ "/a.ts", "/ambient.d.ts", @@ -53,16 +53,16 @@ Info 6 [00:00:33.000] Config: /tsconfig.json : { "configFilePath": "/tsconfig.json" } } -Info 7 [00:00:34.000] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 8 [00:00:35.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 9 [00:00:36.000] FileWatcher:: Added:: WatchInfo: /ambient.d.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:37.000] FileWatcher:: Added:: WatchInfo: /b.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:38.000] FileWatcher:: Added:: WatchInfo: /lib/foo/constants.d.ts 500 undefined WatchType: Closed Script info -Info 12 [00:00:39.000] Starting updateGraphWorker: Project: /tsconfig.json -Info 13 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file -Info 14 [00:00:41.000] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:42.000] Project '/tsconfig.json' (Configured) -Info 16 [00:00:43.000] Files (4) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /ambient.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/foo/constants.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a.ts SVC-1-0 "export const foo = 0;" /ambient.d.ts Text-1 "declare module 'ambient' {}" /b.ts Text-1 "foo" @@ -78,34 +78,34 @@ Info 16 [00:00:43.000] Files (4) lib/foo/constants.d.ts Matched by default include pattern '**/*' -Info 17 [00:00:44.000] ----------------------------------------------- -Info 18 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /package.json 250 undefined WatchType: package.json file -Info 19 [00:00:46.000] AutoImportProviderProject: found 1 root files in 1 dependencies in * ms -Info 20 [00:00:47.000] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 21 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 22 [00:00:49.000] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* -Info 23 [00:00:50.000] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 24 [00:00:51.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 25 [00:00:52.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /package.json 250 undefined WatchType: package.json file +Info seq [hh:mm:ss:mss] AutoImportProviderProject: found 1 root files in 1 dependencies in * ms +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (1) /node_modules/mobx/index.d.ts Text-1 "export declare function observable(): unknown;" node_modules/mobx/index.d.ts Root file specified for compilation -Info 26 [00:00:53.000] ----------------------------------------------- -Info 27 [00:00:54.000] Project '/tsconfig.json' (Configured) -Info 27 [00:00:55.000] Files (4) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) -Info 27 [00:00:56.000] ----------------------------------------------- -Info 27 [00:00:57.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 27 [00:00:58.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (1) -Info 27 [00:00:59.000] ----------------------------------------------- -Info 27 [00:01:00.000] Open files: -Info 27 [00:01:01.000] FileName: /a.ts ProjectRootPath: undefined -Info 27 [00:01:02.000] Projects: /tsconfig.json -Info 27 [00:01:03.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -135,7 +135,7 @@ FsWatchesRecursive:: Before request -Info 28 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -144,23 +144,23 @@ Info 28 [00:01:04.000] request: "seq": 2, "type": "request" } -Info 29 [00:01:05.000] FileWatcher:: Close:: WatchInfo: /b.ts 500 undefined WatchType: Closed Script info -Info 30 [00:01:06.000] Search path: / -Info 31 [00:01:07.000] For info: /b.ts :: Config file name: /tsconfig.json -Info 32 [00:01:08.000] Project '/tsconfig.json' (Configured) -Info 32 [00:01:09.000] Files (4) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: / +Info seq [hh:mm:ss:mss] For info: /b.ts :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) -Info 32 [00:01:10.000] ----------------------------------------------- -Info 32 [00:01:11.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 32 [00:01:12.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (1) -Info 32 [00:01:13.000] ----------------------------------------------- -Info 32 [00:01:14.000] Open files: -Info 32 [00:01:15.000] FileName: /a.ts ProjectRootPath: undefined -Info 32 [00:01:16.000] Projects: /tsconfig.json -Info 32 [00:01:17.000] FileName: /b.ts ProjectRootPath: undefined -Info 32 [00:01:18.000] Projects: /tsconfig.json -Info 32 [00:01:19.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -192,7 +192,7 @@ FsWatchesRecursive:: Before request -Info 33 [00:01:20.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "completionInfo", "arguments": { @@ -205,18 +205,18 @@ Info 33 [00:01:20.000] request: "seq": 3, "type": "request" } -Info 34 [00:01:21.000] getCompletionData: Get current token: * -Info 35 [00:01:22.000] getCompletionData: Is inside comment: * -Info 36 [00:01:23.000] getCompletionData: Get previous token: * -Info 37 [00:01:24.000] getExportInfoMap: cache miss or empty; calculating new results -Info 38 [00:01:25.000] forEachExternalModuleToImportFrom autoImportProvider: * -Info 39 [00:01:26.000] getExportInfoMap: done in * ms -Info 40 [00:01:27.000] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache -Info 41 [00:01:28.000] collectAutoImports: response is incomplete -Info 42 [00:01:29.000] collectAutoImports: * -Info 43 [00:01:30.000] getCompletionData: Semantic work: * -Info 44 [00:01:31.000] getCompletionsAtPosition: getCompletionEntriesFromSymbols: * -Info 45 [00:01:32.000] response: +Info seq [hh:mm:ss:mss] getCompletionData: Get current token: * +Info seq [hh:mm:ss:mss] getCompletionData: Is inside comment: * +Info seq [hh:mm:ss:mss] getCompletionData: Get previous token: * +Info seq [hh:mm:ss:mss] getExportInfoMap: cache miss or empty; calculating new results +Info seq [hh:mm:ss:mss] forEachExternalModuleToImportFrom autoImportProvider: * +Info seq [hh:mm:ss:mss] getExportInfoMap: done in * ms +Info seq [hh:mm:ss:mss] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info seq [hh:mm:ss:mss] collectAutoImports: response is incomplete +Info seq [hh:mm:ss:mss] collectAutoImports: * +Info seq [hh:mm:ss:mss] getCompletionData: Semantic work: * +Info seq [hh:mm:ss:mss] getCompletionsAtPosition: getCompletionEntriesFromSymbols: * +Info seq [hh:mm:ss:mss] response: { "response": { "flags": 1, @@ -253,8 +253,8 @@ Info 45 [00:01:32.000] response: } After request -Info 46 [00:01:36.000] FileWatcher:: Triggered with /package.json 1:: WatchInfo: /package.json 250 undefined WatchType: package.json file -Info 47 [00:01:37.000] Elapsed:: *ms FileWatcher:: Triggered with /package.json 1:: WatchInfo: /package.json 250 undefined WatchType: package.json file +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /package.json 1:: WatchInfo: /package.json 250 undefined WatchType: package.json file +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /package.json 1:: WatchInfo: /package.json 250 undefined WatchType: package.json file Before running Timeout callback:: count: 0 //// [/package.json] { "name": "blah", "dependencies": { "mobx": "*" } } @@ -262,7 +262,7 @@ Before running Timeout callback:: count: 0 After running Timeout callback:: count: 0 -Info 48 [00:01:38.000] AutoImportProviderProject: found 1 root files in 1 dependencies in * ms -Info 49 [00:01:39.000] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* -Info 50 [00:01:40.000] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 51 [00:01:41.000] Same program as before \ No newline at end of file +Info seq [hh:mm:ss:mss] AutoImportProviderProject: found 1 root files in 1 dependencies in * ms +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/exportMapCache/does-not-store-transient-symbols-through-program-updates.js b/tests/baselines/reference/tsserver/exportMapCache/does-not-store-transient-symbols-through-program-updates.js index c9180f1c9ee88..ae86d82de8fbd 100644 --- a/tests/baselines/reference/tsserver/exportMapCache/does-not-store-transient-symbols-through-program-updates.js +++ b/tests/baselines/reference/tsserver/exportMapCache/does-not-store-transient-symbols-through-program-updates.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:27.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a.ts] export const foo = 0; @@ -29,7 +29,7 @@ export declare function observable(): unknown; export = exp; -Info 1 [00:00:28.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -38,11 +38,11 @@ Info 1 [00:00:28.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:29.000] Search path: / -Info 3 [00:00:30.000] For info: /a.ts :: Config file name: /tsconfig.json -Info 4 [00:00:31.000] Creating configuration project /tsconfig.json -Info 5 [00:00:32.000] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file -Info 6 [00:00:33.000] Config: /tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: / +Info seq [hh:mm:ss:mss] For info: /a.ts :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /tsconfig.json : { "rootNames": [ "/a.ts", "/ambient.d.ts", @@ -53,16 +53,16 @@ Info 6 [00:00:33.000] Config: /tsconfig.json : { "configFilePath": "/tsconfig.json" } } -Info 7 [00:00:34.000] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 8 [00:00:35.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 9 [00:00:36.000] FileWatcher:: Added:: WatchInfo: /ambient.d.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:37.000] FileWatcher:: Added:: WatchInfo: /b.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:38.000] FileWatcher:: Added:: WatchInfo: /lib/foo/constants.d.ts 500 undefined WatchType: Closed Script info -Info 12 [00:00:39.000] Starting updateGraphWorker: Project: /tsconfig.json -Info 13 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file -Info 14 [00:00:41.000] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:42.000] Project '/tsconfig.json' (Configured) -Info 16 [00:00:43.000] Files (4) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /ambient.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/foo/constants.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a.ts SVC-1-0 "export const foo = 0;" /ambient.d.ts Text-1 "declare module 'ambient' {}" /b.ts Text-1 "foo" @@ -78,34 +78,34 @@ Info 16 [00:00:43.000] Files (4) lib/foo/constants.d.ts Matched by default include pattern '**/*' -Info 17 [00:00:44.000] ----------------------------------------------- -Info 18 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /package.json 250 undefined WatchType: package.json file -Info 19 [00:00:46.000] AutoImportProviderProject: found 1 root files in 1 dependencies in * ms -Info 20 [00:00:47.000] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 21 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 22 [00:00:49.000] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* -Info 23 [00:00:50.000] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 24 [00:00:51.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 25 [00:00:52.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /package.json 250 undefined WatchType: package.json file +Info seq [hh:mm:ss:mss] AutoImportProviderProject: found 1 root files in 1 dependencies in * ms +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (1) /node_modules/mobx/index.d.ts Text-1 "export declare function observable(): unknown;" node_modules/mobx/index.d.ts Root file specified for compilation -Info 26 [00:00:53.000] ----------------------------------------------- -Info 27 [00:00:54.000] Project '/tsconfig.json' (Configured) -Info 27 [00:00:55.000] Files (4) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) -Info 27 [00:00:56.000] ----------------------------------------------- -Info 27 [00:00:57.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 27 [00:00:58.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (1) -Info 27 [00:00:59.000] ----------------------------------------------- -Info 27 [00:01:00.000] Open files: -Info 27 [00:01:01.000] FileName: /a.ts ProjectRootPath: undefined -Info 27 [00:01:02.000] Projects: /tsconfig.json -Info 27 [00:01:03.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -135,7 +135,7 @@ FsWatchesRecursive:: Before request -Info 28 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -144,23 +144,23 @@ Info 28 [00:01:04.000] request: "seq": 2, "type": "request" } -Info 29 [00:01:05.000] FileWatcher:: Close:: WatchInfo: /b.ts 500 undefined WatchType: Closed Script info -Info 30 [00:01:06.000] Search path: / -Info 31 [00:01:07.000] For info: /b.ts :: Config file name: /tsconfig.json -Info 32 [00:01:08.000] Project '/tsconfig.json' (Configured) -Info 32 [00:01:09.000] Files (4) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: / +Info seq [hh:mm:ss:mss] For info: /b.ts :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) -Info 32 [00:01:10.000] ----------------------------------------------- -Info 32 [00:01:11.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 32 [00:01:12.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (1) -Info 32 [00:01:13.000] ----------------------------------------------- -Info 32 [00:01:14.000] Open files: -Info 32 [00:01:15.000] FileName: /a.ts ProjectRootPath: undefined -Info 32 [00:01:16.000] Projects: /tsconfig.json -Info 32 [00:01:17.000] FileName: /b.ts ProjectRootPath: undefined -Info 32 [00:01:18.000] Projects: /tsconfig.json -Info 32 [00:01:19.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -192,7 +192,7 @@ FsWatchesRecursive:: Before request -Info 33 [00:01:20.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "completionInfo", "arguments": { @@ -205,18 +205,18 @@ Info 33 [00:01:20.000] request: "seq": 3, "type": "request" } -Info 34 [00:01:21.000] getCompletionData: Get current token: * -Info 35 [00:01:22.000] getCompletionData: Is inside comment: * -Info 36 [00:01:23.000] getCompletionData: Get previous token: * -Info 37 [00:01:24.000] getExportInfoMap: cache miss or empty; calculating new results -Info 38 [00:01:25.000] forEachExternalModuleToImportFrom autoImportProvider: * -Info 39 [00:01:26.000] getExportInfoMap: done in * ms -Info 40 [00:01:27.000] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache -Info 41 [00:01:28.000] collectAutoImports: response is incomplete -Info 42 [00:01:29.000] collectAutoImports: * -Info 43 [00:01:30.000] getCompletionData: Semantic work: * -Info 44 [00:01:31.000] getCompletionsAtPosition: getCompletionEntriesFromSymbols: * -Info 45 [00:01:32.000] response: +Info seq [hh:mm:ss:mss] getCompletionData: Get current token: * +Info seq [hh:mm:ss:mss] getCompletionData: Is inside comment: * +Info seq [hh:mm:ss:mss] getCompletionData: Get previous token: * +Info seq [hh:mm:ss:mss] getExportInfoMap: cache miss or empty; calculating new results +Info seq [hh:mm:ss:mss] forEachExternalModuleToImportFrom autoImportProvider: * +Info seq [hh:mm:ss:mss] getExportInfoMap: done in * ms +Info seq [hh:mm:ss:mss] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info seq [hh:mm:ss:mss] collectAutoImports: response is incomplete +Info seq [hh:mm:ss:mss] collectAutoImports: * +Info seq [hh:mm:ss:mss] getCompletionData: Semantic work: * +Info seq [hh:mm:ss:mss] getCompletionsAtPosition: getCompletionEntriesFromSymbols: * +Info seq [hh:mm:ss:mss] response: { "response": { "flags": 1, @@ -255,7 +255,7 @@ After request Before request -Info 46 [00:01:33.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "updateOpen", "arguments": { @@ -281,24 +281,24 @@ Info 46 [00:01:33.000] request: "seq": 4, "type": "request" } -Info 47 [00:01:34.000] response: +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true } After request -Info 48 [00:01:35.000] Starting updateGraphWorker: Project: /tsconfig.json -Info 49 [00:01:36.000] Finishing updateGraphWorker: Project: /tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 50 [00:01:37.000] Project '/tsconfig.json' (Configured) -Info 51 [00:01:38.000] Files (4) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a.ts SVC-1-0 "export const foo = 0;" /ambient.d.ts Text-1 "declare module 'ambient' {}" /b.ts SVC-2-1 " foo" /lib/foo/constants.d.ts Text-1 "\n type Signals = \"SIGINT\" | \"SIGABRT\";\n declare const exp: {} & { [K in Signals]: K };\n export = exp;" -Info 52 [00:01:39.000] ----------------------------------------------- -Info 53 [00:01:40.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 54 [00:01:41.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (1) -Info 55 [00:01:42.000] ----------------------------------------------- \ No newline at end of file +Info seq [hh:mm:ss:mss] ----------------------------------------------- \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/exportMapCache/invalidates-the-cache-when-a-file-is-opened-with-different-contents.js b/tests/baselines/reference/tsserver/exportMapCache/invalidates-the-cache-when-a-file-is-opened-with-different-contents.js index 5c1099d78a0ef..f67f430a7fb0a 100644 --- a/tests/baselines/reference/tsserver/exportMapCache/invalidates-the-cache-when-a-file-is-opened-with-different-contents.js +++ b/tests/baselines/reference/tsserver/exportMapCache/invalidates-the-cache-when-a-file-is-opened-with-different-contents.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:09.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/utils.ts] export class Element { @@ -21,7 +21,7 @@ import { Component } from "./utils.js"; {} -Info 1 [00:00:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -30,13 +30,13 @@ Info 1 [00:00:10.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:11.000] Search path: / -Info 3 [00:00:12.000] For info: /classes.ts :: Config file name: /tsconfig.json -Info 4 [00:00:13.000] Creating configuration project /tsconfig.json -Info 5 [00:00:14.000] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file -Info 6 [00:00:15.000] event: +Info seq [hh:mm:ss:mss] Search path: / +Info seq [hh:mm:ss:mss] For info: /classes.ts :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/tsconfig.json","reason":"Creating possible configured project for /classes.ts to open"}} -Info 7 [00:00:16.000] Config: /tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /tsconfig.json : { "rootNames": [ "/classes.ts", "/utils.ts" @@ -45,14 +45,14 @@ Info 7 [00:00:16.000] Config: /tsconfig.json : { "configFilePath": "/tsconfig.json" } } -Info 8 [00:00:17.000] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 9 [00:00:18.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 10 [00:00:19.000] FileWatcher:: Added:: WatchInfo: /utils.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:20.000] Starting updateGraphWorker: Project: /tsconfig.json -Info 12 [00:00:21.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file -Info 13 [00:00:22.000] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 14 [00:00:23.000] Project '/tsconfig.json' (Configured) -Info 15 [00:00:24.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /utils.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /utils.ts Text-1 "export class Element {\n // ...\n }\n\n export abstract class Component {\n abstract render(): Element;\n }" /classes.ts SVC-1-0 "import { Component } from \"./utils.js\";\n\n export class MyComponent extends Component {\n render/**/\n }" @@ -63,21 +63,21 @@ Info 15 [00:00:24.000] Files (2) classes.ts Matched by default include pattern '**/*' -Info 16 [00:00:25.000] ----------------------------------------------- -Info 17 [00:00:26.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/tsconfig.json"}} -Info 18 [00:00:27.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"aace87d7c1572ff43c6978074161b586788b4518c7a9d06c79c03e613b6ce5a3","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":2,"tsSize":302,"tsx":0,"tsxSize":0,"dts":0,"dtsSize":0,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 19 [00:00:28.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/classes.ts","configFile":"/tsconfig.json","diagnostics":[{"text":"File '/a/lib/lib.d.ts' not found.\n The file is in the program because:\n Default library for target 'es5'","code":6053,"category":"error"},{"text":"Cannot find global type 'Array'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Boolean'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Function'.","code":2318,"category":"error"},{"text":"Cannot find global type 'IArguments'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Number'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Object'.","code":2318,"category":"error"},{"text":"Cannot find global type 'RegExp'.","code":2318,"category":"error"},{"text":"Cannot find global type 'String'.","code":2318,"category":"error"}]}} -Info 20 [00:00:29.000] Project '/tsconfig.json' (Configured) -Info 20 [00:00:30.000] Files (2) +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 20 [00:00:31.000] ----------------------------------------------- -Info 20 [00:00:32.000] Open files: -Info 20 [00:00:33.000] FileName: /classes.ts ProjectRootPath: undefined -Info 20 [00:00:34.000] Projects: /tsconfig.json -Info 20 [00:00:35.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /classes.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -99,7 +99,7 @@ FsWatchesRecursive:: Before request -Info 21 [00:00:36.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "configure", "arguments": { @@ -112,9 +112,9 @@ Info 21 [00:00:36.000] request: "seq": 2, "type": "request" } -Info 22 [00:00:37.000] response: +Info seq [hh:mm:ss:mss] response: {"seq":0,"type":"response","command":"configure","request_seq":2,"success":true,"performanceData":{"updateGraphDurationMs":*}} -Info 23 [00:00:38.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -122,7 +122,7 @@ After request Before request -Info 24 [00:00:39.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "completionInfo", "arguments": { @@ -136,15 +136,15 @@ Info 24 [00:00:39.000] request: "seq": 3, "type": "request" } -Info 25 [00:00:40.000] getCompletionData: Get current token: * -Info 26 [00:00:41.000] getCompletionData: Is inside comment: * -Info 27 [00:00:42.000] getCompletionData: Get previous token: * -Info 28 [00:00:43.000] getCompletionsAtPosition: isCompletionListBlocker: * -Info 29 [00:00:44.000] getCompletionData: Semantic work: * -Info 30 [00:00:45.000] getExportInfoMap: cache miss or empty; calculating new results -Info 31 [00:00:46.000] getExportInfoMap: done in * ms -Info 32 [00:00:47.000] getCompletionsAtPosition: getCompletionEntriesFromSymbols: * -Info 33 [00:00:48.000] response: +Info seq [hh:mm:ss:mss] getCompletionData: Get current token: * +Info seq [hh:mm:ss:mss] getCompletionData: Is inside comment: * +Info seq [hh:mm:ss:mss] getCompletionData: Get previous token: * +Info seq [hh:mm:ss:mss] getCompletionsAtPosition: isCompletionListBlocker: * +Info seq [hh:mm:ss:mss] getCompletionData: Semantic work: * +Info seq [hh:mm:ss:mss] getExportInfoMap: cache miss or empty; calculating new results +Info seq [hh:mm:ss:mss] getExportInfoMap: done in * ms +Info seq [hh:mm:ss:mss] getCompletionsAtPosition: getCompletionEntriesFromSymbols: * +Info seq [hh:mm:ss:mss] response: { "response": { "flags": 0, @@ -257,7 +257,7 @@ After request Before request -Info 34 [00:00:49.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -267,27 +267,27 @@ Info 34 [00:00:49.000] request: "seq": 4, "type": "request" } -Info 35 [00:00:50.000] FileWatcher:: Close:: WatchInfo: /utils.ts 500 undefined WatchType: Closed Script info -Info 36 [00:00:51.000] Search path: / -Info 37 [00:00:52.000] For info: /utils.ts :: Config file name: /tsconfig.json -Info 38 [00:00:53.000] Starting updateGraphWorker: Project: /tsconfig.json -Info 39 [00:00:54.000] Finishing updateGraphWorker: Project: /tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 40 [00:00:55.000] Project '/tsconfig.json' (Configured) -Info 41 [00:00:56.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /utils.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: / +Info seq [hh:mm:ss:mss] For info: /utils.ts :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /utils.ts SVC-2-0 "export class Element {\n // ...\n }\n\n export abstract class Component {\n abstract render2(): Element;\n }" /classes.ts SVC-1-0 "import { Component } from \"./utils.js\";\n\n export class MyComponent extends Component {\n render/**/\n }" -Info 42 [00:00:57.000] ----------------------------------------------- -Info 43 [00:00:58.000] Project '/tsconfig.json' (Configured) -Info 43 [00:00:59.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 43 [00:01:00.000] ----------------------------------------------- -Info 43 [00:01:01.000] Open files: -Info 43 [00:01:02.000] FileName: /classes.ts ProjectRootPath: undefined -Info 43 [00:01:03.000] Projects: /tsconfig.json -Info 43 [00:01:04.000] FileName: /utils.ts ProjectRootPath: undefined -Info 43 [00:01:05.000] Projects: /tsconfig.json -Info 43 [00:01:06.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /classes.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /utils.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -311,7 +311,7 @@ FsWatchesRecursive:: Before request -Info 44 [00:01:07.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "updateOpen", "arguments": { @@ -337,7 +337,7 @@ Info 44 [00:01:07.000] request: "seq": 5, "type": "request" } -Info 45 [00:01:08.000] response: +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -350,7 +350,7 @@ After running Timeout callback:: count: 0 Before request -Info 46 [00:01:09.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "completionInfo", "arguments": { @@ -364,23 +364,23 @@ Info 46 [00:01:09.000] request: "seq": 6, "type": "request" } -Info 47 [00:01:10.000] Starting updateGraphWorker: Project: /tsconfig.json -Info 48 [00:01:11.000] Finishing updateGraphWorker: Project: /tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 49 [00:01:12.000] Project '/tsconfig.json' (Configured) -Info 50 [00:01:13.000] Files (2) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /utils.ts SVC-2-0 "export class Element {\n // ...\n }\n\n export abstract class Component {\n abstract render2(): Element;\n }" /classes.ts SVC-1-1 "import { Component } from \"./utils.js\";\n\n export class MyComponent extends Component {\n rende/**/\n }" -Info 51 [00:01:14.000] ----------------------------------------------- -Info 52 [00:01:15.000] getCompletionData: Get current token: * -Info 53 [00:01:16.000] getCompletionData: Is inside comment: * -Info 54 [00:01:17.000] getCompletionData: Get previous token: * -Info 55 [00:01:18.000] getCompletionsAtPosition: isCompletionListBlocker: * -Info 56 [00:01:19.000] getCompletionData: Semantic work: * -Info 57 [00:01:20.000] getExportInfoMap: cache miss or empty; calculating new results -Info 58 [00:01:21.000] getExportInfoMap: done in * ms -Info 59 [00:01:22.000] getCompletionsAtPosition: getCompletionEntriesFromSymbols: * -Info 60 [00:01:23.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] getCompletionData: Get current token: * +Info seq [hh:mm:ss:mss] getCompletionData: Is inside comment: * +Info seq [hh:mm:ss:mss] getCompletionData: Get previous token: * +Info seq [hh:mm:ss:mss] getCompletionsAtPosition: isCompletionListBlocker: * +Info seq [hh:mm:ss:mss] getCompletionData: Semantic work: * +Info seq [hh:mm:ss:mss] getExportInfoMap: cache miss or empty; calculating new results +Info seq [hh:mm:ss:mss] getExportInfoMap: done in * ms +Info seq [hh:mm:ss:mss] getCompletionsAtPosition: getCompletionEntriesFromSymbols: * +Info seq [hh:mm:ss:mss] response: { "response": { "flags": 0, diff --git a/tests/baselines/reference/tsserver/exportMapCache/invalidates-the-cache-when-files-are-deleted.js b/tests/baselines/reference/tsserver/exportMapCache/invalidates-the-cache-when-files-are-deleted.js index 925756d5be80d..1262b5e93ae3c 100644 --- a/tests/baselines/reference/tsserver/exportMapCache/invalidates-the-cache-when-files-are-deleted.js +++ b/tests/baselines/reference/tsserver/exportMapCache/invalidates-the-cache-when-files-are-deleted.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:27.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a.ts] export const foo = 0; @@ -29,7 +29,7 @@ export declare function observable(): unknown; export = exp; -Info 1 [00:00:28.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -38,11 +38,11 @@ Info 1 [00:00:28.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:29.000] Search path: / -Info 3 [00:00:30.000] For info: /a.ts :: Config file name: /tsconfig.json -Info 4 [00:00:31.000] Creating configuration project /tsconfig.json -Info 5 [00:00:32.000] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file -Info 6 [00:00:33.000] Config: /tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: / +Info seq [hh:mm:ss:mss] For info: /a.ts :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /tsconfig.json : { "rootNames": [ "/a.ts", "/ambient.d.ts", @@ -53,16 +53,16 @@ Info 6 [00:00:33.000] Config: /tsconfig.json : { "configFilePath": "/tsconfig.json" } } -Info 7 [00:00:34.000] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 8 [00:00:35.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 9 [00:00:36.000] FileWatcher:: Added:: WatchInfo: /ambient.d.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:37.000] FileWatcher:: Added:: WatchInfo: /b.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:38.000] FileWatcher:: Added:: WatchInfo: /lib/foo/constants.d.ts 500 undefined WatchType: Closed Script info -Info 12 [00:00:39.000] Starting updateGraphWorker: Project: /tsconfig.json -Info 13 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file -Info 14 [00:00:41.000] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:42.000] Project '/tsconfig.json' (Configured) -Info 16 [00:00:43.000] Files (4) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /ambient.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/foo/constants.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a.ts SVC-1-0 "export const foo = 0;" /ambient.d.ts Text-1 "declare module 'ambient' {}" /b.ts Text-1 "foo" @@ -78,34 +78,34 @@ Info 16 [00:00:43.000] Files (4) lib/foo/constants.d.ts Matched by default include pattern '**/*' -Info 17 [00:00:44.000] ----------------------------------------------- -Info 18 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /package.json 250 undefined WatchType: package.json file -Info 19 [00:00:46.000] AutoImportProviderProject: found 1 root files in 1 dependencies in * ms -Info 20 [00:00:47.000] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 21 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 22 [00:00:49.000] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* -Info 23 [00:00:50.000] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 24 [00:00:51.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 25 [00:00:52.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /package.json 250 undefined WatchType: package.json file +Info seq [hh:mm:ss:mss] AutoImportProviderProject: found 1 root files in 1 dependencies in * ms +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (1) /node_modules/mobx/index.d.ts Text-1 "export declare function observable(): unknown;" node_modules/mobx/index.d.ts Root file specified for compilation -Info 26 [00:00:53.000] ----------------------------------------------- -Info 27 [00:00:54.000] Project '/tsconfig.json' (Configured) -Info 27 [00:00:55.000] Files (4) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) -Info 27 [00:00:56.000] ----------------------------------------------- -Info 27 [00:00:57.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 27 [00:00:58.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (1) -Info 27 [00:00:59.000] ----------------------------------------------- -Info 27 [00:01:00.000] Open files: -Info 27 [00:01:01.000] FileName: /a.ts ProjectRootPath: undefined -Info 27 [00:01:02.000] Projects: /tsconfig.json -Info 27 [00:01:03.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -135,7 +135,7 @@ FsWatchesRecursive:: Before request -Info 28 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -144,23 +144,23 @@ Info 28 [00:01:04.000] request: "seq": 2, "type": "request" } -Info 29 [00:01:05.000] FileWatcher:: Close:: WatchInfo: /b.ts 500 undefined WatchType: Closed Script info -Info 30 [00:01:06.000] Search path: / -Info 31 [00:01:07.000] For info: /b.ts :: Config file name: /tsconfig.json -Info 32 [00:01:08.000] Project '/tsconfig.json' (Configured) -Info 32 [00:01:09.000] Files (4) - -Info 32 [00:01:10.000] ----------------------------------------------- -Info 32 [00:01:11.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 32 [00:01:12.000] Files (1) - -Info 32 [00:01:13.000] ----------------------------------------------- -Info 32 [00:01:14.000] Open files: -Info 32 [00:01:15.000] FileName: /a.ts ProjectRootPath: undefined -Info 32 [00:01:16.000] Projects: /tsconfig.json -Info 32 [00:01:17.000] FileName: /b.ts ProjectRootPath: undefined -Info 32 [00:01:18.000] Projects: /tsconfig.json -Info 32 [00:01:19.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: / +Info seq [hh:mm:ss:mss] For info: /b.ts :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -192,7 +192,7 @@ FsWatchesRecursive:: Before request -Info 33 [00:01:20.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "completionInfo", "arguments": { @@ -205,18 +205,18 @@ Info 33 [00:01:20.000] request: "seq": 3, "type": "request" } -Info 34 [00:01:21.000] getCompletionData: Get current token: * -Info 35 [00:01:22.000] getCompletionData: Is inside comment: * -Info 36 [00:01:23.000] getCompletionData: Get previous token: * -Info 37 [00:01:24.000] getExportInfoMap: cache miss or empty; calculating new results -Info 38 [00:01:25.000] forEachExternalModuleToImportFrom autoImportProvider: * -Info 39 [00:01:26.000] getExportInfoMap: done in * ms -Info 40 [00:01:27.000] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache -Info 41 [00:01:28.000] collectAutoImports: response is incomplete -Info 42 [00:01:29.000] collectAutoImports: * -Info 43 [00:01:30.000] getCompletionData: Semantic work: * -Info 44 [00:01:31.000] getCompletionsAtPosition: getCompletionEntriesFromSymbols: * -Info 45 [00:01:32.000] response: +Info seq [hh:mm:ss:mss] getCompletionData: Get current token: * +Info seq [hh:mm:ss:mss] getCompletionData: Is inside comment: * +Info seq [hh:mm:ss:mss] getCompletionData: Get previous token: * +Info seq [hh:mm:ss:mss] getExportInfoMap: cache miss or empty; calculating new results +Info seq [hh:mm:ss:mss] forEachExternalModuleToImportFrom autoImportProvider: * +Info seq [hh:mm:ss:mss] getExportInfoMap: done in * ms +Info seq [hh:mm:ss:mss] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info seq [hh:mm:ss:mss] collectAutoImports: response is incomplete +Info seq [hh:mm:ss:mss] collectAutoImports: * +Info seq [hh:mm:ss:mss] getCompletionData: Semantic work: * +Info seq [hh:mm:ss:mss] getCompletionsAtPosition: getCompletionEntriesFromSymbols: * +Info seq [hh:mm:ss:mss] response: { "response": { "flags": 1, @@ -253,27 +253,27 @@ Info 45 [00:01:32.000] response: } After request -Info 46 [00:01:33.000] FileWatcher:: Added:: WatchInfo: /a.ts 500 undefined WatchType: Closed Script info -Info 47 [00:01:34.000] Project '/tsconfig.json' (Configured) -Info 47 [00:01:35.000] Files (4) - -Info 47 [00:01:36.000] ----------------------------------------------- -Info 47 [00:01:37.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 47 [00:01:38.000] Files (1) - -Info 47 [00:01:39.000] ----------------------------------------------- -Info 47 [00:01:40.000] Open files: -Info 47 [00:01:41.000] FileName: /b.ts ProjectRootPath: undefined -Info 47 [00:01:42.000] Projects: /tsconfig.json -Info 47 [00:01:44.000] FileWatcher:: Triggered with /a.ts 2:: WatchInfo: /a.ts 500 undefined WatchType: Closed Script info -Info 48 [00:01:45.000] FileWatcher:: Close:: WatchInfo: /a.ts 500 undefined WatchType: Closed Script info -Info 49 [00:01:46.000] Scheduled: /tsconfig.json -Info 50 [00:01:47.000] Scheduled: *ensureProjectForOpenFiles* -Info 51 [00:01:48.000] Elapsed:: *ms FileWatcher:: Triggered with /a.ts 2:: WatchInfo: /a.ts 500 undefined WatchType: Closed Script info -Info 52 [00:01:49.000] DirectoryWatcher:: Triggered with a.ts :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 53 [00:01:50.000] Scheduled: /tsconfig.json, Cancelled earlier one -Info 54 [00:01:51.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 55 [00:01:52.000] Elapsed:: *ms DirectoryWatcher:: Triggered with a.ts :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /a.ts 2:: WatchInfo: /a.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /a.ts 2:: WatchInfo: /a.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with a.ts :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with a.ts :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory Before running Timeout callback:: count: 2 3: /tsconfig.json 4: *ensureProjectForOpenFiles* @@ -299,11 +299,11 @@ FsWatchesRecursive:: /node_modules: {} -Info 56 [00:01:53.000] Running: /tsconfig.json -Info 57 [00:01:54.000] Starting updateGraphWorker: Project: /tsconfig.json -Info 58 [00:01:55.000] Finishing updateGraphWorker: Project: /tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 59 [00:01:56.000] Project '/tsconfig.json' (Configured) -Info 60 [00:01:57.000] Files (3) +Info seq [hh:mm:ss:mss] Running: /tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /ambient.d.ts Text-1 "declare module 'ambient' {}" /b.ts Text-1 "foo" /lib/foo/constants.d.ts Text-1 "\n type Signals = \"SIGINT\" | \"SIGABRT\";\n declare const exp: {} & { [K in Signals]: K };\n export = exp;" @@ -316,34 +316,34 @@ Info 60 [00:01:57.000] Files (3) lib/foo/constants.d.ts Matched by default include pattern '**/*' -Info 61 [00:01:58.000] ----------------------------------------------- -Info 62 [00:01:59.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 63 [00:02:00.000] Files (1) - -Info 64 [00:02:01.000] ----------------------------------------------- -Info 65 [00:02:02.000] Running: *ensureProjectForOpenFiles* -Info 66 [00:02:03.000] Before ensureProjectForOpenFiles: -Info 67 [00:02:04.000] Project '/tsconfig.json' (Configured) -Info 67 [00:02:05.000] Files (3) - -Info 67 [00:02:06.000] ----------------------------------------------- -Info 67 [00:02:07.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 67 [00:02:08.000] Files (1) - -Info 67 [00:02:09.000] ----------------------------------------------- -Info 67 [00:02:10.000] Open files: -Info 67 [00:02:11.000] FileName: /b.ts ProjectRootPath: undefined -Info 67 [00:02:12.000] Projects: /tsconfig.json -Info 67 [00:02:13.000] After ensureProjectForOpenFiles: -Info 68 [00:02:14.000] Project '/tsconfig.json' (Configured) -Info 68 [00:02:15.000] Files (3) - -Info 68 [00:02:16.000] ----------------------------------------------- -Info 68 [00:02:17.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 68 [00:02:18.000] Files (1) - -Info 68 [00:02:19.000] ----------------------------------------------- -Info 68 [00:02:20.000] Open files: -Info 68 [00:02:21.000] FileName: /b.ts ProjectRootPath: undefined -Info 68 [00:02:22.000] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json After running Timeout callback:: count: 0 diff --git a/tests/baselines/reference/tsserver/exportMapCache/invalidates-the-cache-when-new-files-are-added.js b/tests/baselines/reference/tsserver/exportMapCache/invalidates-the-cache-when-new-files-are-added.js index cccbccf131f5b..08495e3b37e15 100644 --- a/tests/baselines/reference/tsserver/exportMapCache/invalidates-the-cache-when-new-files-are-added.js +++ b/tests/baselines/reference/tsserver/exportMapCache/invalidates-the-cache-when-new-files-are-added.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:27.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a.ts] export const foo = 0; @@ -29,7 +29,7 @@ export declare function observable(): unknown; export = exp; -Info 1 [00:00:28.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -38,11 +38,11 @@ Info 1 [00:00:28.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:29.000] Search path: / -Info 3 [00:00:30.000] For info: /a.ts :: Config file name: /tsconfig.json -Info 4 [00:00:31.000] Creating configuration project /tsconfig.json -Info 5 [00:00:32.000] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file -Info 6 [00:00:33.000] Config: /tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: / +Info seq [hh:mm:ss:mss] For info: /a.ts :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /tsconfig.json : { "rootNames": [ "/a.ts", "/ambient.d.ts", @@ -53,16 +53,16 @@ Info 6 [00:00:33.000] Config: /tsconfig.json : { "configFilePath": "/tsconfig.json" } } -Info 7 [00:00:34.000] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 8 [00:00:35.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 9 [00:00:36.000] FileWatcher:: Added:: WatchInfo: /ambient.d.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:37.000] FileWatcher:: Added:: WatchInfo: /b.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:38.000] FileWatcher:: Added:: WatchInfo: /lib/foo/constants.d.ts 500 undefined WatchType: Closed Script info -Info 12 [00:00:39.000] Starting updateGraphWorker: Project: /tsconfig.json -Info 13 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file -Info 14 [00:00:41.000] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:42.000] Project '/tsconfig.json' (Configured) -Info 16 [00:00:43.000] Files (4) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /ambient.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/foo/constants.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a.ts SVC-1-0 "export const foo = 0;" /ambient.d.ts Text-1 "declare module 'ambient' {}" /b.ts Text-1 "foo" @@ -78,34 +78,34 @@ Info 16 [00:00:43.000] Files (4) lib/foo/constants.d.ts Matched by default include pattern '**/*' -Info 17 [00:00:44.000] ----------------------------------------------- -Info 18 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /package.json 250 undefined WatchType: package.json file -Info 19 [00:00:46.000] AutoImportProviderProject: found 1 root files in 1 dependencies in * ms -Info 20 [00:00:47.000] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 21 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 22 [00:00:49.000] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* -Info 23 [00:00:50.000] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 24 [00:00:51.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 25 [00:00:52.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /package.json 250 undefined WatchType: package.json file +Info seq [hh:mm:ss:mss] AutoImportProviderProject: found 1 root files in 1 dependencies in * ms +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (1) /node_modules/mobx/index.d.ts Text-1 "export declare function observable(): unknown;" node_modules/mobx/index.d.ts Root file specified for compilation -Info 26 [00:00:53.000] ----------------------------------------------- -Info 27 [00:00:54.000] Project '/tsconfig.json' (Configured) -Info 27 [00:00:55.000] Files (4) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) -Info 27 [00:00:56.000] ----------------------------------------------- -Info 27 [00:00:57.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 27 [00:00:58.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (1) -Info 27 [00:00:59.000] ----------------------------------------------- -Info 27 [00:01:00.000] Open files: -Info 27 [00:01:01.000] FileName: /a.ts ProjectRootPath: undefined -Info 27 [00:01:02.000] Projects: /tsconfig.json -Info 27 [00:01:03.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -135,7 +135,7 @@ FsWatchesRecursive:: Before request -Info 28 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -144,23 +144,23 @@ Info 28 [00:01:04.000] request: "seq": 2, "type": "request" } -Info 29 [00:01:05.000] FileWatcher:: Close:: WatchInfo: /b.ts 500 undefined WatchType: Closed Script info -Info 30 [00:01:06.000] Search path: / -Info 31 [00:01:07.000] For info: /b.ts :: Config file name: /tsconfig.json -Info 32 [00:01:08.000] Project '/tsconfig.json' (Configured) -Info 32 [00:01:09.000] Files (4) - -Info 32 [00:01:10.000] ----------------------------------------------- -Info 32 [00:01:11.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 32 [00:01:12.000] Files (1) - -Info 32 [00:01:13.000] ----------------------------------------------- -Info 32 [00:01:14.000] Open files: -Info 32 [00:01:15.000] FileName: /a.ts ProjectRootPath: undefined -Info 32 [00:01:16.000] Projects: /tsconfig.json -Info 32 [00:01:17.000] FileName: /b.ts ProjectRootPath: undefined -Info 32 [00:01:18.000] Projects: /tsconfig.json -Info 32 [00:01:19.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: / +Info seq [hh:mm:ss:mss] For info: /b.ts :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -192,7 +192,7 @@ FsWatchesRecursive:: Before request -Info 33 [00:01:20.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "completionInfo", "arguments": { @@ -205,18 +205,18 @@ Info 33 [00:01:20.000] request: "seq": 3, "type": "request" } -Info 34 [00:01:21.000] getCompletionData: Get current token: * -Info 35 [00:01:22.000] getCompletionData: Is inside comment: * -Info 36 [00:01:23.000] getCompletionData: Get previous token: * -Info 37 [00:01:24.000] getExportInfoMap: cache miss or empty; calculating new results -Info 38 [00:01:25.000] forEachExternalModuleToImportFrom autoImportProvider: * -Info 39 [00:01:26.000] getExportInfoMap: done in * ms -Info 40 [00:01:27.000] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache -Info 41 [00:01:28.000] collectAutoImports: response is incomplete -Info 42 [00:01:29.000] collectAutoImports: * -Info 43 [00:01:30.000] getCompletionData: Semantic work: * -Info 44 [00:01:31.000] getCompletionsAtPosition: getCompletionEntriesFromSymbols: * -Info 45 [00:01:32.000] response: +Info seq [hh:mm:ss:mss] getCompletionData: Get current token: * +Info seq [hh:mm:ss:mss] getCompletionData: Is inside comment: * +Info seq [hh:mm:ss:mss] getCompletionData: Get previous token: * +Info seq [hh:mm:ss:mss] getExportInfoMap: cache miss or empty; calculating new results +Info seq [hh:mm:ss:mss] forEachExternalModuleToImportFrom autoImportProvider: * +Info seq [hh:mm:ss:mss] getExportInfoMap: done in * ms +Info seq [hh:mm:ss:mss] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info seq [hh:mm:ss:mss] collectAutoImports: response is incomplete +Info seq [hh:mm:ss:mss] collectAutoImports: * +Info seq [hh:mm:ss:mss] getCompletionData: Semantic work: * +Info seq [hh:mm:ss:mss] getCompletionsAtPosition: getCompletionEntriesFromSymbols: * +Info seq [hh:mm:ss:mss] response: { "response": { "flags": 1, @@ -253,14 +253,14 @@ Info 45 [00:01:32.000] response: } After request -Info 46 [00:01:36.000] DirectoryWatcher:: Triggered with src :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 47 [00:01:37.000] Scheduled: /tsconfig.json -Info 48 [00:01:38.000] Scheduled: *ensureProjectForOpenFiles* -Info 49 [00:01:39.000] Elapsed:: *ms DirectoryWatcher:: Triggered with src :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 50 [00:01:42.000] DirectoryWatcher:: Triggered with src/a2.ts :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 51 [00:01:43.000] Scheduled: /tsconfig.json, Cancelled earlier one -Info 52 [00:01:44.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 53 [00:01:45.000] Elapsed:: *ms DirectoryWatcher:: Triggered with src/a2.ts :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with src :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with src :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with src/a2.ts :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with src/a2.ts :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory Before running Timeout callback:: count: 2 3: /tsconfig.json 4: *ensureProjectForOpenFiles* @@ -268,12 +268,12 @@ Before running Timeout callback:: count: 2 export const foo = 0; -Info 54 [00:01:46.000] Running: /tsconfig.json -Info 55 [00:01:47.000] FileWatcher:: Added:: WatchInfo: /src/a2.ts 500 undefined WatchType: Closed Script info -Info 56 [00:01:48.000] Starting updateGraphWorker: Project: /tsconfig.json -Info 57 [00:01:49.000] Finishing updateGraphWorker: Project: /tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 58 [00:01:50.000] Project '/tsconfig.json' (Configured) -Info 59 [00:01:51.000] Files (5) +Info seq [hh:mm:ss:mss] Running: /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /src/a2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) /a.ts SVC-1-0 "export const foo = 0;" /ambient.d.ts Text-1 "declare module 'ambient' {}" /b.ts Text-1 "foo" @@ -292,40 +292,40 @@ Info 59 [00:01:51.000] Files (5) src/a2.ts Matched by default include pattern '**/*' -Info 60 [00:01:52.000] ----------------------------------------------- -Info 61 [00:01:53.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 62 [00:01:54.000] Files (1) - -Info 63 [00:01:55.000] ----------------------------------------------- -Info 64 [00:01:56.000] Running: *ensureProjectForOpenFiles* -Info 65 [00:01:57.000] Before ensureProjectForOpenFiles: -Info 66 [00:01:58.000] Project '/tsconfig.json' (Configured) -Info 66 [00:01:59.000] Files (5) - -Info 66 [00:02:00.000] ----------------------------------------------- -Info 66 [00:02:01.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 66 [00:02:02.000] Files (1) - -Info 66 [00:02:03.000] ----------------------------------------------- -Info 66 [00:02:04.000] Open files: -Info 66 [00:02:05.000] FileName: /a.ts ProjectRootPath: undefined -Info 66 [00:02:06.000] Projects: /tsconfig.json -Info 66 [00:02:07.000] FileName: /b.ts ProjectRootPath: undefined -Info 66 [00:02:08.000] Projects: /tsconfig.json -Info 66 [00:02:09.000] After ensureProjectForOpenFiles: -Info 67 [00:02:10.000] Project '/tsconfig.json' (Configured) -Info 67 [00:02:11.000] Files (5) - -Info 67 [00:02:12.000] ----------------------------------------------- -Info 67 [00:02:13.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 67 [00:02:14.000] Files (1) - -Info 67 [00:02:15.000] ----------------------------------------------- -Info 67 [00:02:16.000] Open files: -Info 67 [00:02:17.000] FileName: /a.ts ProjectRootPath: undefined -Info 67 [00:02:18.000] Projects: /tsconfig.json -Info 67 [00:02:19.000] FileName: /b.ts ProjectRootPath: undefined -Info 67 [00:02:20.000] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json After running Timeout callback:: count: 0 PolledWatches:: diff --git a/tests/baselines/reference/tsserver/exportMapCache/invalidates-the-cache-when-package.json-change-results-in-AutoImportProvider-change.js b/tests/baselines/reference/tsserver/exportMapCache/invalidates-the-cache-when-package.json-change-results-in-AutoImportProvider-change.js index d128f52a70d57..c8a9866dc190c 100644 --- a/tests/baselines/reference/tsserver/exportMapCache/invalidates-the-cache-when-package.json-change-results-in-AutoImportProvider-change.js +++ b/tests/baselines/reference/tsserver/exportMapCache/invalidates-the-cache-when-package.json-change-results-in-AutoImportProvider-change.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:27.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a.ts] export const foo = 0; @@ -29,7 +29,7 @@ export declare function observable(): unknown; export = exp; -Info 1 [00:00:28.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -38,11 +38,11 @@ Info 1 [00:00:28.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:29.000] Search path: / -Info 3 [00:00:30.000] For info: /a.ts :: Config file name: /tsconfig.json -Info 4 [00:00:31.000] Creating configuration project /tsconfig.json -Info 5 [00:00:32.000] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file -Info 6 [00:00:33.000] Config: /tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: / +Info seq [hh:mm:ss:mss] For info: /a.ts :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /tsconfig.json : { "rootNames": [ "/a.ts", "/ambient.d.ts", @@ -53,16 +53,16 @@ Info 6 [00:00:33.000] Config: /tsconfig.json : { "configFilePath": "/tsconfig.json" } } -Info 7 [00:00:34.000] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 8 [00:00:35.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 9 [00:00:36.000] FileWatcher:: Added:: WatchInfo: /ambient.d.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:37.000] FileWatcher:: Added:: WatchInfo: /b.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:38.000] FileWatcher:: Added:: WatchInfo: /lib/foo/constants.d.ts 500 undefined WatchType: Closed Script info -Info 12 [00:00:39.000] Starting updateGraphWorker: Project: /tsconfig.json -Info 13 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file -Info 14 [00:00:41.000] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:42.000] Project '/tsconfig.json' (Configured) -Info 16 [00:00:43.000] Files (4) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /ambient.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /lib/foo/constants.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a.ts SVC-1-0 "export const foo = 0;" /ambient.d.ts Text-1 "declare module 'ambient' {}" /b.ts Text-1 "foo" @@ -78,34 +78,34 @@ Info 16 [00:00:43.000] Files (4) lib/foo/constants.d.ts Matched by default include pattern '**/*' -Info 17 [00:00:44.000] ----------------------------------------------- -Info 18 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /package.json 250 undefined WatchType: package.json file -Info 19 [00:00:46.000] AutoImportProviderProject: found 1 root files in 1 dependencies in * ms -Info 20 [00:00:47.000] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 21 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 22 [00:00:49.000] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* -Info 23 [00:00:50.000] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 24 [00:00:51.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 25 [00:00:52.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /package.json 250 undefined WatchType: package.json file +Info seq [hh:mm:ss:mss] AutoImportProviderProject: found 1 root files in 1 dependencies in * ms +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (1) /node_modules/mobx/index.d.ts Text-1 "export declare function observable(): unknown;" node_modules/mobx/index.d.ts Root file specified for compilation -Info 26 [00:00:53.000] ----------------------------------------------- -Info 27 [00:00:54.000] Project '/tsconfig.json' (Configured) -Info 27 [00:00:55.000] Files (4) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) -Info 27 [00:00:56.000] ----------------------------------------------- -Info 27 [00:00:57.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 27 [00:00:58.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (1) -Info 27 [00:00:59.000] ----------------------------------------------- -Info 27 [00:01:00.000] Open files: -Info 27 [00:01:01.000] FileName: /a.ts ProjectRootPath: undefined -Info 27 [00:01:02.000] Projects: /tsconfig.json -Info 27 [00:01:03.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -135,7 +135,7 @@ FsWatchesRecursive:: Before request -Info 28 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -144,23 +144,23 @@ Info 28 [00:01:04.000] request: "seq": 2, "type": "request" } -Info 29 [00:01:05.000] FileWatcher:: Close:: WatchInfo: /b.ts 500 undefined WatchType: Closed Script info -Info 30 [00:01:06.000] Search path: / -Info 31 [00:01:07.000] For info: /b.ts :: Config file name: /tsconfig.json -Info 32 [00:01:08.000] Project '/tsconfig.json' (Configured) -Info 32 [00:01:09.000] Files (4) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: / +Info seq [hh:mm:ss:mss] For info: /b.ts :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) -Info 32 [00:01:10.000] ----------------------------------------------- -Info 32 [00:01:11.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 32 [00:01:12.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (1) -Info 32 [00:01:13.000] ----------------------------------------------- -Info 32 [00:01:14.000] Open files: -Info 32 [00:01:15.000] FileName: /a.ts ProjectRootPath: undefined -Info 32 [00:01:16.000] Projects: /tsconfig.json -Info 32 [00:01:17.000] FileName: /b.ts ProjectRootPath: undefined -Info 32 [00:01:18.000] Projects: /tsconfig.json -Info 32 [00:01:19.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -192,7 +192,7 @@ FsWatchesRecursive:: Before request -Info 33 [00:01:20.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "completionInfo", "arguments": { @@ -205,18 +205,18 @@ Info 33 [00:01:20.000] request: "seq": 3, "type": "request" } -Info 34 [00:01:21.000] getCompletionData: Get current token: * -Info 35 [00:01:22.000] getCompletionData: Is inside comment: * -Info 36 [00:01:23.000] getCompletionData: Get previous token: * -Info 37 [00:01:24.000] getExportInfoMap: cache miss or empty; calculating new results -Info 38 [00:01:25.000] forEachExternalModuleToImportFrom autoImportProvider: * -Info 39 [00:01:26.000] getExportInfoMap: done in * ms -Info 40 [00:01:27.000] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache -Info 41 [00:01:28.000] collectAutoImports: response is incomplete -Info 42 [00:01:29.000] collectAutoImports: * -Info 43 [00:01:30.000] getCompletionData: Semantic work: * -Info 44 [00:01:31.000] getCompletionsAtPosition: getCompletionEntriesFromSymbols: * -Info 45 [00:01:32.000] response: +Info seq [hh:mm:ss:mss] getCompletionData: Get current token: * +Info seq [hh:mm:ss:mss] getCompletionData: Is inside comment: * +Info seq [hh:mm:ss:mss] getCompletionData: Get previous token: * +Info seq [hh:mm:ss:mss] getExportInfoMap: cache miss or empty; calculating new results +Info seq [hh:mm:ss:mss] forEachExternalModuleToImportFrom autoImportProvider: * +Info seq [hh:mm:ss:mss] getExportInfoMap: done in * ms +Info seq [hh:mm:ss:mss] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info seq [hh:mm:ss:mss] collectAutoImports: response is incomplete +Info seq [hh:mm:ss:mss] collectAutoImports: * +Info seq [hh:mm:ss:mss] getCompletionData: Semantic work: * +Info seq [hh:mm:ss:mss] getCompletionsAtPosition: getCompletionEntriesFromSymbols: * +Info seq [hh:mm:ss:mss] response: { "response": { "flags": 1, @@ -253,8 +253,8 @@ Info 45 [00:01:32.000] response: } After request -Info 46 [00:01:36.000] FileWatcher:: Triggered with /package.json 1:: WatchInfo: /package.json 250 undefined WatchType: package.json file -Info 47 [00:01:37.000] Elapsed:: *ms FileWatcher:: Triggered with /package.json 1:: WatchInfo: /package.json 250 undefined WatchType: package.json file +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /package.json 1:: WatchInfo: /package.json 250 undefined WatchType: package.json file +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /package.json 1:: WatchInfo: /package.json 250 undefined WatchType: package.json file Before running Timeout callback:: count: 0 //// [/package.json] {} @@ -262,11 +262,11 @@ Before running Timeout callback:: count: 0 After running Timeout callback:: count: 0 -Info 48 [00:01:38.000] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* -Info 49 [00:01:39.000] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 50 [00:01:40.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 51 [00:01:41.000] Files (0) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (0) -Info 52 [00:01:42.000] ----------------------------------------------- \ No newline at end of file +Info seq [hh:mm:ss:mss] ----------------------------------------------- \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/externalProjects/can-correctly-update-external-project-when-set-of-root-files-has-changed.js b/tests/baselines/reference/tsserver/externalProjects/can-correctly-update-external-project-when-set-of-root-files-has-changed.js index cffc0adb363bd..a316b5b1ede72 100644 --- a/tests/baselines/reference/tsserver/externalProjects/can-correctly-update-external-project-when-set-of-root-files-has-changed.js +++ b/tests/baselines/reference/tsserver/externalProjects/can-correctly-update-external-project-when-set-of-root-files-has-changed.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:11.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/a/b/f1.ts] let x = 1 @@ -8,24 +8,24 @@ let x = 1 let y = 1 -Info 1 [00:00:12.000] FileWatcher:: Added:: WatchInfo: /a/b/f1.ts 500 undefined WatchType: Closed Script info -Info 2 [00:00:13.000] Starting updateGraphWorker: Project: project -Info 3 [00:00:14.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: project WatchType: Missing file -Info 4 [00:00:15.000] Finishing updateGraphWorker: Project: project Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 5 [00:00:16.000] Project 'project' (External) -Info 6 [00:00:17.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/f1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: project +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: project WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: project Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project 'project' (External) +Info seq [hh:mm:ss:mss] Files (1) /a/b/f1.ts Text-1 "let x = 1" a/b/f1.ts Root file specified for compilation -Info 7 [00:00:18.000] ----------------------------------------------- -Info 8 [00:00:19.000] FileWatcher:: Added:: WatchInfo: /a/b/f2.ts 500 undefined WatchType: Closed Script info -Info 9 [00:00:20.000] Starting updateGraphWorker: Project: project -Info 10 [00:00:21.000] Finishing updateGraphWorker: Project: project Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 11 [00:00:22.000] Project 'project' (External) -Info 12 [00:00:23.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/f2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: project +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: project Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project 'project' (External) +Info seq [hh:mm:ss:mss] Files (2) /a/b/f1.ts Text-1 "let x = 1" /a/b/f2.ts Text-1 "let y = 1" @@ -35,4 +35,4 @@ Info 12 [00:00:23.000] Files (2) a/b/f2.ts Root file specified for compilation -Info 13 [00:00:24.000] ----------------------------------------------- \ No newline at end of file +Info seq [hh:mm:ss:mss] ----------------------------------------------- \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/externalProjects/can-handle-tsconfig-file-name-with-difference-casing-with-lazyConfiguredProjectsFromExternalProject.js b/tests/baselines/reference/tsserver/externalProjects/can-handle-tsconfig-file-name-with-difference-casing-with-lazyConfiguredProjectsFromExternalProject.js index 4b88e9da53ff7..1a0a55a4d84a7 100644 --- a/tests/baselines/reference/tsserver/externalProjects/can-handle-tsconfig-file-name-with-difference-casing-with-lazyConfiguredProjectsFromExternalProject.js +++ b/tests/baselines/reference/tsserver/externalProjects/can-handle-tsconfig-file-name-with-difference-casing-with-lazyConfiguredProjectsFromExternalProject.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:11.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/b/app.ts] let x = 1 @@ -8,7 +8,7 @@ let x = 1 {"include":[]} -Info 1 [00:00:12.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "configure", "arguments": { @@ -19,9 +19,9 @@ Info 1 [00:00:12.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:13.000] response: +Info seq [hh:mm:ss:mss] response: {"seq":0,"type":"response","command":"configure","request_seq":1,"success":true} -Info 3 [00:00:14.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -29,7 +29,7 @@ After request Before request -Info 4 [00:00:15.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "openExternalProject", "arguments": { @@ -47,9 +47,9 @@ Info 4 [00:00:15.000] request: "seq": 2, "type": "request" } -Info 5 [00:00:16.000] Creating configuration project /A/B/tsconfig.json -Info 6 [00:00:17.000] FileWatcher:: Added:: WatchInfo: /A/B/tsconfig.json 2000 undefined Project: /A/B/tsconfig.json WatchType: Config file -Info 7 [00:00:18.000] response: +Info seq [hh:mm:ss:mss] Creating configuration project /A/B/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /A/B/tsconfig.json 2000 undefined Project: /A/B/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -62,7 +62,7 @@ FsWatches:: Before request -Info 8 [00:00:19.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -71,57 +71,51 @@ Info 8 [00:00:19.000] request: "seq": 3, "type": "request" } -Info 9 [00:00:20.000] Search path: /a/b -Info 10 [00:00:21.000] For info: /a/b/app.ts :: Config file name: /a/b/tsconfig.json -Info 11 [00:00:22.000] Loading configured project /A/B/tsconfig.json -Info 12 [00:00:23.000] Config: /A/B/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/app.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Loading configured project /A/B/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /A/B/tsconfig.json : { "rootNames": [], "options": { "configFilePath": "/A/B/tsconfig.json" } } -Info 13 [00:00:24.000] Starting updateGraphWorker: Project: /A/B/tsconfig.json -Info 14 [00:00:25.000] DirectoryWatcher:: Added:: WatchInfo: /A/B/node_modules/@types 1 undefined Project: /A/B/tsconfig.json WatchType: Type roots -Info 15 [00:00:26.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /A/B/node_modules/@types 1 undefined Project: /A/B/tsconfig.json WatchType: Type roots -Info 16 [00:00:27.000] Finishing updateGraphWorker: Project: /A/B/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 17 [00:00:28.000] Project '/A/B/tsconfig.json' (Configured) -Info 18 [00:00:29.000] Files (0) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /A/B/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /A/B/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/A/B/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) -Info 19 [00:00:30.000] ----------------------------------------------- -Info 20 [00:00:31.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 21 [00:00:32.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 22 [00:00:33.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 23 [00:00:34.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 24 [00:00:35.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 25 [00:00:36.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 26 [00:00:37.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /a/b/app.ts SVC-1-0 "let x = 1" app.ts Root file specified for compilation -Info 27 [00:00:38.000] ----------------------------------------------- -Info 28 [00:00:39.000] Project '/A/B/tsconfig.json' (Configured) -Info 28 [00:00:40.000] Files (0) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/A/B/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) -Info 28 [00:00:41.000] ----------------------------------------------- -Info 28 [00:00:42.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 28 [00:00:43.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 28 [00:00:44.000] ----------------------------------------------- -Info 28 [00:00:45.000] Open files: -Info 28 [00:00:46.000] FileName: /a/b/app.ts ProjectRootPath: undefined -Info 28 [00:00:47.000] Projects: /dev/null/inferredProject1* -Info 28 [00:00:48.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request PolledWatches:: -/a/b/node_modules/@types: *new* - {"pollingInterval":500} /a/lib/lib.d.ts: *new* {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/externalProjects/can-handle-tsconfig-file-name-with-difference-casing.js b/tests/baselines/reference/tsserver/externalProjects/can-handle-tsconfig-file-name-with-difference-casing.js index 49647c0253793..0e683281790aa 100644 --- a/tests/baselines/reference/tsserver/externalProjects/can-handle-tsconfig-file-name-with-difference-casing.js +++ b/tests/baselines/reference/tsserver/externalProjects/can-handle-tsconfig-file-name-with-difference-casing.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:11.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/b/app.ts] let x = 1 @@ -8,7 +8,7 @@ let x = 1 {"include":[]} -Info 1 [00:00:12.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "configure", "arguments": { @@ -19,9 +19,9 @@ Info 1 [00:00:12.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:13.000] response: +Info seq [hh:mm:ss:mss] response: {"seq":0,"type":"response","command":"configure","request_seq":1,"success":true} -Info 3 [00:00:14.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -29,7 +29,7 @@ After request Before request -Info 4 [00:00:15.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "openExternalProject", "arguments": { @@ -47,40 +47,34 @@ Info 4 [00:00:15.000] request: "seq": 2, "type": "request" } -Info 5 [00:00:16.000] Creating configuration project /A/B/tsconfig.json -Info 6 [00:00:17.000] FileWatcher:: Added:: WatchInfo: /A/B/tsconfig.json 2000 undefined Project: /A/B/tsconfig.json WatchType: Config file -Info 7 [00:00:18.000] Config: /A/B/tsconfig.json : { +Info seq [hh:mm:ss:mss] Creating configuration project /A/B/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /A/B/tsconfig.json 2000 undefined Project: /A/B/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /A/B/tsconfig.json : { "rootNames": [], "options": { "configFilePath": "/A/B/tsconfig.json" } } -Info 8 [00:00:19.000] Starting updateGraphWorker: Project: /A/B/tsconfig.json -Info 9 [00:00:20.000] DirectoryWatcher:: Added:: WatchInfo: /A/B/node_modules/@types 1 undefined Project: /A/B/tsconfig.json WatchType: Type roots -Info 10 [00:00:21.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /A/B/node_modules/@types 1 undefined Project: /A/B/tsconfig.json WatchType: Type roots -Info 11 [00:00:22.000] Finishing updateGraphWorker: Project: /A/B/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 12 [00:00:23.000] Project '/A/B/tsconfig.json' (Configured) -Info 13 [00:00:24.000] Files (0) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /A/B/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /A/B/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/A/B/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) -Info 14 [00:00:25.000] ----------------------------------------------- -Info 15 [00:00:26.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true } After request -PolledWatches:: -/a/b/node_modules/@types: *new* - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: *new* {} Before request -Info 16 [00:00:27.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -89,42 +83,38 @@ Info 16 [00:00:27.000] request: "seq": 3, "type": "request" } -Info 17 [00:00:28.000] Search path: /a/b -Info 18 [00:00:29.000] For info: /a/b/app.ts :: Config file name: /a/b/tsconfig.json -Info 19 [00:00:30.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 20 [00:00:31.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 21 [00:00:32.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 22 [00:00:33.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 23 [00:00:34.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 24 [00:00:35.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 25 [00:00:36.000] Files (1) +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/app.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /a/b/app.ts SVC-1-0 "let x = 1" app.ts Root file specified for compilation -Info 26 [00:00:37.000] ----------------------------------------------- -Info 27 [00:00:38.000] Project '/A/B/tsconfig.json' (Configured) -Info 27 [00:00:39.000] Files (0) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/A/B/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) -Info 27 [00:00:40.000] ----------------------------------------------- -Info 27 [00:00:41.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 27 [00:00:42.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 27 [00:00:43.000] ----------------------------------------------- -Info 27 [00:00:44.000] Open files: -Info 27 [00:00:45.000] FileName: /a/b/app.ts ProjectRootPath: undefined -Info 27 [00:00:46.000] Projects: /dev/null/inferredProject1* -Info 27 [00:00:47.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request PolledWatches:: -/a/b/node_modules/@types: - {"pollingInterval":500} /a/lib/lib.d.ts: *new* {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/externalProjects/can-update-external-project-when-set-of-root-files-was-not-changed.js b/tests/baselines/reference/tsserver/externalProjects/can-update-external-project-when-set-of-root-files-was-not-changed.js index 0f66cb15d46af..95bc99a858dd2 100644 --- a/tests/baselines/reference/tsserver/externalProjects/can-update-external-project-when-set-of-root-files-was-not-changed.js +++ b/tests/baselines/reference/tsserver/externalProjects/can-update-external-project-when-set-of-root-files-was-not-changed.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:13.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/a/b/f1.ts] export * from "m" @@ -11,17 +11,13 @@ export let y = 1 export let y = 1 -Info 1 [00:00:14.000] FileWatcher:: Added:: WatchInfo: /a/b/f1.ts 500 undefined WatchType: Closed Script info -Info 2 [00:00:15.000] FileWatcher:: Added:: WatchInfo: /a/b/f2.ts 500 undefined WatchType: Closed Script info -Info 3 [00:00:16.000] Starting updateGraphWorker: Project: project -Info 4 [00:00:17.000] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Project: project WatchType: Failed Lookup Locations -Info 5 [00:00:18.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Project: project WatchType: Failed Lookup Locations -Info 6 [00:00:19.000] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined Project: project WatchType: Failed Lookup Locations -Info 7 [00:00:20.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined Project: project WatchType: Failed Lookup Locations -Info 8 [00:00:21.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: project WatchType: Missing file -Info 9 [00:00:22.000] Finishing updateGraphWorker: Project: project Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 10 [00:00:23.000] Project 'project' (External) -Info 11 [00:00:24.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/f1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/f2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: project +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: project WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: project Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project 'project' (External) +Info seq [hh:mm:ss:mss] Files (2) /a/b/f1.ts Text-1 "export * from \"m\"" /a/b/f2.ts Text-1 "export let y = 1" @@ -31,18 +27,12 @@ Info 11 [00:00:24.000] Files (2) a/b/f2.ts Root file specified for compilation -Info 12 [00:00:25.000] ----------------------------------------------- -Info 13 [00:00:26.000] DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Project: project WatchType: Failed Lookup Locations -Info 14 [00:00:27.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Project: project WatchType: Failed Lookup Locations -Info 15 [00:00:28.000] DirectoryWatcher:: Close:: WatchInfo: /node_modules 1 undefined Project: project WatchType: Failed Lookup Locations -Info 16 [00:00:29.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /node_modules 1 undefined Project: project WatchType: Failed Lookup Locations -Info 17 [00:00:30.000] Starting updateGraphWorker: Project: project -Info 18 [00:00:31.000] FileWatcher:: Added:: WatchInfo: /a/m.ts 500 undefined WatchType: Closed Script info -Info 19 [00:00:32.000] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Project: project WatchType: Failed Lookup Locations -Info 20 [00:00:33.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Project: project WatchType: Failed Lookup Locations -Info 21 [00:00:34.000] Finishing updateGraphWorker: Project: project Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 22 [00:00:35.000] Project 'project' (External) -Info 23 [00:00:36.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: project +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/m.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: project Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project 'project' (External) +Info seq [hh:mm:ss:mss] Files (3) /a/m.ts Text-1 "export let y = 1" /a/b/f1.ts Text-1 "export * from \"m\"" /a/b/f2.ts Text-1 "export let y = 1" @@ -55,4 +45,4 @@ Info 23 [00:00:36.000] Files (3) a/b/f2.ts Root file specified for compilation -Info 24 [00:00:37.000] ----------------------------------------------- \ No newline at end of file +Info seq [hh:mm:ss:mss] ----------------------------------------------- \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/externalProjects/correctly-handles-changes-in-lib-section-of-config-file.js b/tests/baselines/reference/tsserver/externalProjects/correctly-handles-changes-in-lib-section-of-config-file.js index ed6a541d85ad3..2f044f5b1eacf 100644 --- a/tests/baselines/reference/tsserver/externalProjects/correctly-handles-changes-in-lib-section-of-config-file.js +++ b/tests/baselines/reference/tsserver/externalProjects/correctly-handles-changes-in-lib-section-of-config-file.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:15.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/compiler/lib.es5.d.ts] declare const eval: any @@ -14,11 +14,11 @@ var x: Promise; {"compilerOptions":{"module":"commonjs","target":"es5","noImplicitAny":true,"sourceMap":false,"lib":["es5"]}} -Info 1 [00:00:16.000] Search path: /src -Info 2 [00:00:17.000] For info: /src/app.ts :: Config file name: /src/tsconfig.json -Info 3 [00:00:18.000] Creating configuration project /src/tsconfig.json -Info 4 [00:00:19.000] FileWatcher:: Added:: WatchInfo: /src/tsconfig.json 2000 undefined Project: /src/tsconfig.json WatchType: Config file -Info 5 [00:00:20.000] Config: /src/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /src +Info seq [hh:mm:ss:mss] For info: /src/app.ts :: Config file name: /src/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /src/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /src/tsconfig.json 2000 undefined Project: /src/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /src/tsconfig.json : { "rootNames": [ "/src/app.ts" ], @@ -33,15 +33,13 @@ Info 5 [00:00:20.000] Config: /src/tsconfig.json : { "configFilePath": "/src/tsconfig.json" } } -Info 6 [00:00:21.000] DirectoryWatcher:: Added:: WatchInfo: /src 1 undefined Config: /src/tsconfig.json WatchType: Wild card directory -Info 7 [00:00:22.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /src 1 undefined Config: /src/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:23.000] Starting updateGraphWorker: Project: /src/tsconfig.json -Info 9 [00:00:24.000] FileWatcher:: Added:: WatchInfo: /compiler/lib.es5.d.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:25.000] DirectoryWatcher:: Added:: WatchInfo: /src/node_modules/@types 1 undefined Project: /src/tsconfig.json WatchType: Type roots -Info 11 [00:00:26.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /src/node_modules/@types 1 undefined Project: /src/tsconfig.json WatchType: Type roots -Info 12 [00:00:27.000] Finishing updateGraphWorker: Project: /src/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 13 [00:00:28.000] Project '/src/tsconfig.json' (Configured) -Info 14 [00:00:29.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /src 1 undefined Config: /src/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /src 1 undefined Config: /src/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /src/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /compiler/lib.es5.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /src/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/src/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /compiler/lib.es5.d.ts Text-1 "declare const eval: any" /src/app.ts SVC-1-0 "var x: Promise;" @@ -51,18 +49,18 @@ Info 14 [00:00:29.000] Files (2) app.ts Matched by default include pattern '**/*' -Info 15 [00:00:30.000] ----------------------------------------------- -Info 16 [00:00:31.000] Project '/src/tsconfig.json' (Configured) -Info 16 [00:00:32.000] Files (2) - -Info 16 [00:00:33.000] ----------------------------------------------- -Info 16 [00:00:34.000] Open files: -Info 16 [00:00:35.000] FileName: /src/app.ts ProjectRootPath: undefined -Info 16 [00:00:36.000] Projects: /src/tsconfig.json -Info 16 [00:00:40.000] FileWatcher:: Triggered with /src/tsconfig.json 1:: WatchInfo: /src/tsconfig.json 2000 undefined Project: /src/tsconfig.json WatchType: Config file -Info 17 [00:00:41.000] Scheduled: /src/tsconfig.json -Info 18 [00:00:42.000] Scheduled: *ensureProjectForOpenFiles* -Info 19 [00:00:43.000] Elapsed:: *ms FileWatcher:: Triggered with /src/tsconfig.json 1:: WatchInfo: /src/tsconfig.json 2000 undefined Project: /src/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/src/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /src/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /src/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /src/tsconfig.json 1:: WatchInfo: /src/tsconfig.json 2000 undefined Project: /src/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Scheduled: /src/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /src/tsconfig.json 1:: WatchInfo: /src/tsconfig.json 2000 undefined Project: /src/tsconfig.json WatchType: Config file Before running Timeout callback:: count: 2 1: /src/tsconfig.json 2: *ensureProjectForOpenFiles* @@ -70,10 +68,6 @@ Before running Timeout callback:: count: 2 {"compilerOptions":{"module":"commonjs","target":"es5","noImplicitAny":true,"sourceMap":false,"lib":["es5","es2015.promise"]}} -PolledWatches:: -/src/node_modules/@types: *new* - {"pollingInterval":500} - FsWatches:: /src/tsconfig.json: *new* {} @@ -84,9 +78,9 @@ FsWatchesRecursive:: /src: *new* {} -Info 20 [00:00:44.000] Running: /src/tsconfig.json -Info 21 [00:00:45.000] Reloading configured project /src/tsconfig.json -Info 22 [00:00:46.000] Config: /src/tsconfig.json : { +Info seq [hh:mm:ss:mss] Running: /src/tsconfig.json +Info seq [hh:mm:ss:mss] Reloading configured project /src/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /src/tsconfig.json : { "rootNames": [ "/src/app.ts" ], @@ -102,11 +96,11 @@ Info 22 [00:00:46.000] Config: /src/tsconfig.json : { "configFilePath": "/src/tsconfig.json" } } -Info 23 [00:00:47.000] Starting updateGraphWorker: Project: /src/tsconfig.json -Info 24 [00:00:48.000] FileWatcher:: Added:: WatchInfo: /compiler/lib.es2015.promise.d.ts 500 undefined WatchType: Closed Script info -Info 25 [00:00:49.000] Finishing updateGraphWorker: Project: /src/tsconfig.json Version: 2 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms -Info 26 [00:00:50.000] Project '/src/tsconfig.json' (Configured) -Info 27 [00:00:51.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /src/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /compiler/lib.es2015.promise.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /src/tsconfig.json Version: 2 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/src/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /compiler/lib.es5.d.ts Text-1 "declare const eval: any" /compiler/lib.es2015.promise.d.ts Text-1 "declare class Promise {}" /src/app.ts SVC-1-0 "var x: Promise;" @@ -119,30 +113,26 @@ Info 27 [00:00:51.000] Files (3) app.ts Matched by default include pattern '**/*' -Info 28 [00:00:52.000] ----------------------------------------------- -Info 29 [00:00:53.000] Running: *ensureProjectForOpenFiles* -Info 30 [00:00:54.000] Before ensureProjectForOpenFiles: -Info 31 [00:00:55.000] Project '/src/tsconfig.json' (Configured) -Info 31 [00:00:56.000] Files (3) - -Info 31 [00:00:57.000] ----------------------------------------------- -Info 31 [00:00:58.000] Open files: -Info 31 [00:00:59.000] FileName: /src/app.ts ProjectRootPath: undefined -Info 31 [00:01:00.000] Projects: /src/tsconfig.json -Info 31 [00:01:01.000] After ensureProjectForOpenFiles: -Info 32 [00:01:02.000] Project '/src/tsconfig.json' (Configured) -Info 32 [00:01:03.000] Files (3) - -Info 32 [00:01:04.000] ----------------------------------------------- -Info 32 [00:01:05.000] Open files: -Info 32 [00:01:06.000] FileName: /src/app.ts ProjectRootPath: undefined -Info 32 [00:01:07.000] Projects: /src/tsconfig.json +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/src/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /src/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /src/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/src/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /src/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /src/tsconfig.json After running Timeout callback:: count: 0 -PolledWatches:: -/src/node_modules/@types: - {"pollingInterval":500} - FsWatches:: /src/tsconfig.json: {} diff --git a/tests/baselines/reference/tsserver/externalProjects/correctly-handling-add-or-remove-tsconfig---1-with-lazyConfiguredProjectsFromExternalProject.js b/tests/baselines/reference/tsserver/externalProjects/correctly-handling-add-or-remove-tsconfig---1-with-lazyConfiguredProjectsFromExternalProject.js index 27ef84e2a2a86..7119b64536662 100644 --- a/tests/baselines/reference/tsserver/externalProjects/correctly-handling-add-or-remove-tsconfig---1-with-lazyConfiguredProjectsFromExternalProject.js +++ b/tests/baselines/reference/tsserver/externalProjects/correctly-handling-add-or-remove-tsconfig---1-with-lazyConfiguredProjectsFromExternalProject.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:11.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/a/b/app.ts] let x = 1; @@ -8,15 +8,13 @@ let x = 1; -Info 1 [00:00:12.000] FileWatcher:: Added:: WatchInfo: /a/b/app.ts 500 undefined WatchType: Closed Script info -Info 2 [00:00:13.000] FileWatcher:: Added:: WatchInfo: /a/b/lib.ts 500 undefined WatchType: Closed Script info -Info 3 [00:00:14.000] Starting updateGraphWorker: Project: /a/b/proj1 -Info 4 [00:00:15.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/proj1 WatchType: Missing file -Info 5 [00:00:16.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/proj1 WatchType: Type roots -Info 6 [00:00:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/proj1 WatchType: Type roots -Info 7 [00:00:18.000] Finishing updateGraphWorker: Project: /a/b/proj1 Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 8 [00:00:19.000] Project '/a/b/proj1' (External) -Info 9 [00:00:20.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/app.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/lib.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/proj1 +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/proj1 WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/proj1 Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/proj1' (External) +Info seq [hh:mm:ss:mss] Files (2) /a/b/app.ts Text-1 "let x = 1;" /a/b/lib.ts Text-1 "" @@ -26,23 +24,23 @@ Info 9 [00:00:20.000] Files (2) lib.ts Root file specified for compilation -Info 10 [00:00:21.000] ----------------------------------------------- -Info 11 [00:00:22.000] FileWatcher:: Close:: WatchInfo: /a/b/app.ts 500 undefined WatchType: Closed Script info -Info 12 [00:00:23.000] Project '/a/b/proj1' (External) -Info 12 [00:00:24.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/app.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/a/b/proj1' (External) +Info seq [hh:mm:ss:mss] Files (2) -Info 12 [00:00:25.000] ----------------------------------------------- -Info 12 [00:00:26.000] Open files: -Info 12 [00:00:27.000] FileName: /a/b/app.ts ProjectRootPath: undefined -Info 12 [00:00:28.000] Projects: /a/b/proj1 -Info 12 [00:00:30.000] FileWatcher:: Triggered with /a/b/lib.ts 2:: WatchInfo: /a/b/lib.ts 500 undefined WatchType: Closed Script info -Info 13 [00:00:31.000] FileWatcher:: Close:: WatchInfo: /a/b/lib.ts 500 undefined WatchType: Closed Script info -Info 14 [00:00:32.000] Scheduled: /a/b/proj1 -Info 15 [00:00:33.000] Scheduled: *ensureProjectForOpenFiles* -Info 16 [00:00:34.000] Elapsed:: *ms FileWatcher:: Triggered with /a/b/lib.ts 2:: WatchInfo: /a/b/lib.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:37.000] `remove Project:: -Info 18 [00:00:38.000] Project '/a/b/proj1' (External) -Info 19 [00:00:39.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/proj1 +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /a/b/lib.ts 2:: WatchInfo: /a/b/lib.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/lib.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /a/b/proj1 +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /a/b/lib.ts 2:: WatchInfo: /a/b/lib.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/a/b/proj1' (External) +Info seq [hh:mm:ss:mss] Files (2) /a/b/app.ts /a/b/lib.ts @@ -52,14 +50,12 @@ Info 19 [00:00:39.000] Files (2) lib.ts Root file specified for compilation -Info 20 [00:00:40.000] ----------------------------------------------- -Info 21 [00:00:41.000] DirectoryWatcher:: Close:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/proj1 WatchType: Type roots -Info 22 [00:00:42.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/proj1 WatchType: Type roots -Info 23 [00:00:43.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/proj1 WatchType: Missing file -Info 24 [00:00:44.000] Creating configuration project /a/b/tsconfig.json -Info 25 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 26 [00:00:46.000] Loading configured project /a/b/tsconfig.json -Info 27 [00:00:47.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/proj1 WatchType: Missing file +Info seq [hh:mm:ss:mss] Creating configuration project /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Loading configured project /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /a/b/tsconfig.json : { "rootNames": [ "/a/b/app.ts" ], @@ -67,65 +63,59 @@ Info 27 [00:00:47.000] Config: /a/b/tsconfig.json : { "configFilePath": "/a/b/tsconfig.json" } } -Info 28 [00:00:48.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 29 [00:00:49.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 30 [00:00:50.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 31 [00:00:51.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 32 [00:00:52.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 33 [00:00:53.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 34 [00:00:54.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 35 [00:00:55.000] Project '/a/b/tsconfig.json' (Configured) -Info 36 [00:00:56.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/b/app.ts Text-1 "let x = 1;" app.ts Matched by default include pattern '**/*' -Info 37 [00:00:57.000] ----------------------------------------------- -Info 38 [00:00:58.000] Before ensureProjectForOpenFiles: -Info 39 [00:00:59.000] Project '/a/b/tsconfig.json' (Configured) -Info 39 [00:01:00.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 39 [00:01:01.000] ----------------------------------------------- -Info 39 [00:01:02.000] Open files: -Info 39 [00:01:03.000] FileName: /a/b/app.ts ProjectRootPath: undefined -Info 39 [00:01:04.000] Projects: /a/b/tsconfig.json -Info 39 [00:01:05.000] After ensureProjectForOpenFiles: -Info 40 [00:01:06.000] Project '/a/b/tsconfig.json' (Configured) -Info 40 [00:01:07.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 40 [00:01:08.000] ----------------------------------------------- -Info 40 [00:01:09.000] Open files: -Info 40 [00:01:10.000] FileName: /a/b/app.ts ProjectRootPath: undefined -Info 40 [00:01:11.000] Projects: /a/b/tsconfig.json -Info 40 [00:01:13.000] FileWatcher:: Triggered with /a/b/tsconfig.json 2:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 41 [00:01:14.000] `remove Project:: -Info 42 [00:01:15.000] Project '/a/b/tsconfig.json' (Configured) -Info 43 [00:01:16.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /a/b/tsconfig.json 2:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/b/app.ts app.ts Matched by default include pattern '**/*' -Info 44 [00:01:17.000] ----------------------------------------------- -Info 45 [00:01:18.000] DirectoryWatcher:: Close:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 46 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 47 [00:01:20.000] FileWatcher:: Close:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 48 [00:01:21.000] DirectoryWatcher:: Close:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 49 [00:01:22.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 50 [00:01:23.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 51 [00:01:24.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 52 [00:01:25.000] Elapsed:: *ms FileWatcher:: Triggered with /a/b/tsconfig.json 2:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 53 [00:01:28.000] FileWatcher:: Added:: WatchInfo: /a/b/lib.ts 500 undefined WatchType: Closed Script info -Info 54 [00:01:29.000] Starting updateGraphWorker: Project: /a/b/proj1 -Info 55 [00:01:30.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/proj1 WatchType: Missing file -Info 56 [00:01:31.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/proj1 WatchType: Type roots -Info 57 [00:01:32.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/proj1 WatchType: Type roots -Info 58 [00:01:33.000] Finishing updateGraphWorker: Project: /a/b/proj1 Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 59 [00:01:34.000] Project '/a/b/proj1' (External) -Info 60 [00:01:35.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /a/b/tsconfig.json 2:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/lib.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/proj1 +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/proj1 WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/proj1 Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/proj1' (External) +Info seq [hh:mm:ss:mss] Files (2) /a/b/app.ts Text-1 "let x = 1;" /a/b/lib.ts Text-2 "" @@ -135,4 +125,4 @@ Info 60 [00:01:35.000] Files (2) lib.ts Root file specified for compilation -Info 61 [00:01:36.000] ----------------------------------------------- \ No newline at end of file +Info seq [hh:mm:ss:mss] ----------------------------------------------- \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/externalProjects/correctly-handling-add-or-remove-tsconfig---1.js b/tests/baselines/reference/tsserver/externalProjects/correctly-handling-add-or-remove-tsconfig---1.js index b7fc285060e4f..4b273b1082bca 100644 --- a/tests/baselines/reference/tsserver/externalProjects/correctly-handling-add-or-remove-tsconfig---1.js +++ b/tests/baselines/reference/tsserver/externalProjects/correctly-handling-add-or-remove-tsconfig---1.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:11.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/a/b/app.ts] let x = 1; @@ -8,15 +8,13 @@ let x = 1; -Info 1 [00:00:12.000] FileWatcher:: Added:: WatchInfo: /a/b/app.ts 500 undefined WatchType: Closed Script info -Info 2 [00:00:13.000] FileWatcher:: Added:: WatchInfo: /a/b/lib.ts 500 undefined WatchType: Closed Script info -Info 3 [00:00:14.000] Starting updateGraphWorker: Project: /a/b/proj1 -Info 4 [00:00:15.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/proj1 WatchType: Missing file -Info 5 [00:00:16.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/proj1 WatchType: Type roots -Info 6 [00:00:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/proj1 WatchType: Type roots -Info 7 [00:00:18.000] Finishing updateGraphWorker: Project: /a/b/proj1 Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 8 [00:00:19.000] Project '/a/b/proj1' (External) -Info 9 [00:00:20.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/app.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/lib.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/proj1 +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/proj1 WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/proj1 Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/proj1' (External) +Info seq [hh:mm:ss:mss] Files (2) /a/b/app.ts Text-1 "let x = 1;" /a/b/lib.ts Text-1 "" @@ -26,23 +24,23 @@ Info 9 [00:00:20.000] Files (2) lib.ts Root file specified for compilation -Info 10 [00:00:21.000] ----------------------------------------------- -Info 11 [00:00:22.000] FileWatcher:: Close:: WatchInfo: /a/b/app.ts 500 undefined WatchType: Closed Script info -Info 12 [00:00:23.000] Project '/a/b/proj1' (External) -Info 12 [00:00:24.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/app.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/a/b/proj1' (External) +Info seq [hh:mm:ss:mss] Files (2) -Info 12 [00:00:25.000] ----------------------------------------------- -Info 12 [00:00:26.000] Open files: -Info 12 [00:00:27.000] FileName: /a/b/app.ts ProjectRootPath: undefined -Info 12 [00:00:28.000] Projects: /a/b/proj1 -Info 12 [00:00:30.000] FileWatcher:: Triggered with /a/b/lib.ts 2:: WatchInfo: /a/b/lib.ts 500 undefined WatchType: Closed Script info -Info 13 [00:00:31.000] FileWatcher:: Close:: WatchInfo: /a/b/lib.ts 500 undefined WatchType: Closed Script info -Info 14 [00:00:32.000] Scheduled: /a/b/proj1 -Info 15 [00:00:33.000] Scheduled: *ensureProjectForOpenFiles* -Info 16 [00:00:34.000] Elapsed:: *ms FileWatcher:: Triggered with /a/b/lib.ts 2:: WatchInfo: /a/b/lib.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:37.000] `remove Project:: -Info 18 [00:00:38.000] Project '/a/b/proj1' (External) -Info 19 [00:00:39.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/proj1 +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /a/b/lib.ts 2:: WatchInfo: /a/b/lib.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/lib.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /a/b/proj1 +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /a/b/lib.ts 2:: WatchInfo: /a/b/lib.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/a/b/proj1' (External) +Info seq [hh:mm:ss:mss] Files (2) /a/b/app.ts /a/b/lib.ts @@ -52,13 +50,11 @@ Info 19 [00:00:39.000] Files (2) lib.ts Root file specified for compilation -Info 20 [00:00:40.000] ----------------------------------------------- -Info 21 [00:00:41.000] DirectoryWatcher:: Close:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/proj1 WatchType: Type roots -Info 22 [00:00:42.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/proj1 WatchType: Type roots -Info 23 [00:00:43.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/proj1 WatchType: Missing file -Info 24 [00:00:44.000] Creating configuration project /a/b/tsconfig.json -Info 25 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 26 [00:00:46.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/proj1 WatchType: Missing file +Info seq [hh:mm:ss:mss] Creating configuration project /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/b/tsconfig.json : { "rootNames": [ "/a/b/app.ts" ], @@ -66,49 +62,43 @@ Info 26 [00:00:46.000] Config: /a/b/tsconfig.json : { "configFilePath": "/a/b/tsconfig.json" } } -Info 27 [00:00:47.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 28 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 29 [00:00:49.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 30 [00:00:50.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 31 [00:00:51.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 32 [00:00:52.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 33 [00:00:53.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 34 [00:00:54.000] Project '/a/b/tsconfig.json' (Configured) -Info 35 [00:00:55.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/b/app.ts Text-1 "let x = 1;" app.ts Matched by default include pattern '**/*' -Info 36 [00:00:56.000] ----------------------------------------------- -Info 37 [00:00:58.000] FileWatcher:: Triggered with /a/b/tsconfig.json 2:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 38 [00:00:59.000] `remove Project:: -Info 39 [00:01:00.000] Project '/a/b/tsconfig.json' (Configured) -Info 40 [00:01:01.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /a/b/tsconfig.json 2:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/b/app.ts app.ts Matched by default include pattern '**/*' -Info 41 [00:01:02.000] ----------------------------------------------- -Info 42 [00:01:03.000] DirectoryWatcher:: Close:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 43 [00:01:04.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 44 [00:01:05.000] FileWatcher:: Close:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 45 [00:01:06.000] DirectoryWatcher:: Close:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 46 [00:01:07.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 47 [00:01:08.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 48 [00:01:09.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 49 [00:01:10.000] Elapsed:: *ms FileWatcher:: Triggered with /a/b/tsconfig.json 2:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 50 [00:01:13.000] FileWatcher:: Added:: WatchInfo: /a/b/lib.ts 500 undefined WatchType: Closed Script info -Info 51 [00:01:14.000] Starting updateGraphWorker: Project: /a/b/proj1 -Info 52 [00:01:15.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/proj1 WatchType: Missing file -Info 53 [00:01:16.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/proj1 WatchType: Type roots -Info 54 [00:01:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/proj1 WatchType: Type roots -Info 55 [00:01:18.000] Finishing updateGraphWorker: Project: /a/b/proj1 Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 56 [00:01:19.000] Project '/a/b/proj1' (External) -Info 57 [00:01:20.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /a/b/tsconfig.json 2:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/lib.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/proj1 +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/proj1 WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/proj1 Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/proj1' (External) +Info seq [hh:mm:ss:mss] Files (2) /a/b/app.ts Text-1 "let x = 1;" /a/b/lib.ts Text-2 "" @@ -118,4 +108,4 @@ Info 57 [00:01:20.000] Files (2) lib.ts Root file specified for compilation -Info 58 [00:01:21.000] ----------------------------------------------- \ No newline at end of file +Info seq [hh:mm:ss:mss] ----------------------------------------------- \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/externalProjects/correctly-handling-add-or-remove-tsconfig---2-with-lazyConfiguredProjectsFromExternalProject.js b/tests/baselines/reference/tsserver/externalProjects/correctly-handling-add-or-remove-tsconfig---2-with-lazyConfiguredProjectsFromExternalProject.js index 10f31b7522188..0e087e5486481 100644 --- a/tests/baselines/reference/tsserver/externalProjects/correctly-handling-add-or-remove-tsconfig---2-with-lazyConfiguredProjectsFromExternalProject.js +++ b/tests/baselines/reference/tsserver/externalProjects/correctly-handling-add-or-remove-tsconfig---2-with-lazyConfiguredProjectsFromExternalProject.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:21.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/a/b/app.ts] let x = 1; @@ -17,40 +17,36 @@ let x = 1; {} -Info 1 [00:00:22.000] FileWatcher:: Added:: WatchInfo: /a/b/app.ts 500 undefined WatchType: Closed Script info -Info 2 [00:00:23.000] Starting updateGraphWorker: Project: /a/b/proj1 -Info 3 [00:00:24.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/proj1 WatchType: Missing file -Info 4 [00:00:25.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/proj1 WatchType: Type roots -Info 5 [00:00:26.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/proj1 WatchType: Type roots -Info 6 [00:00:27.000] Finishing updateGraphWorker: Project: /a/b/proj1 Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 7 [00:00:28.000] Project '/a/b/proj1' (External) -Info 8 [00:00:29.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/app.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/proj1 +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/proj1 WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/proj1 Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/proj1' (External) +Info seq [hh:mm:ss:mss] Files (1) /a/b/app.ts Text-1 "let x = 1;" app.ts Root file specified for compilation -Info 9 [00:00:30.000] ----------------------------------------------- -Info 10 [00:00:31.000] `remove Project:: -Info 11 [00:00:32.000] Project '/a/b/proj1' (External) -Info 12 [00:00:33.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/a/b/proj1' (External) +Info seq [hh:mm:ss:mss] Files (1) /a/b/app.ts app.ts Root file specified for compilation -Info 13 [00:00:34.000] ----------------------------------------------- -Info 14 [00:00:35.000] DirectoryWatcher:: Close:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/proj1 WatchType: Type roots -Info 15 [00:00:36.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/proj1 WatchType: Type roots -Info 16 [00:00:37.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/proj1 WatchType: Missing file -Info 17 [00:00:38.000] Creating configuration project /a/b/c/tsconfig.json -Info 18 [00:00:39.000] FileWatcher:: Added:: WatchInfo: /a/b/c/tsconfig.json 2000 undefined Project: /a/b/c/tsconfig.json WatchType: Config file -Info 19 [00:00:40.000] Creating configuration project /a/b/d/tsconfig.json -Info 20 [00:00:41.000] FileWatcher:: Added:: WatchInfo: /a/b/d/tsconfig.json 2000 undefined Project: /a/b/d/tsconfig.json WatchType: Config file -Info 21 [00:00:42.000] Loading configured project /a/b/c/tsconfig.json -Info 22 [00:00:43.000] Config: /a/b/c/tsconfig.json : { +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/proj1 WatchType: Missing file +Info seq [hh:mm:ss:mss] Creating configuration project /a/b/c/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/c/tsconfig.json 2000 undefined Project: /a/b/c/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Creating configuration project /a/b/d/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/d/tsconfig.json 2000 undefined Project: /a/b/d/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Loading configured project /a/b/c/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /a/b/c/tsconfig.json : { "rootNames": [ "/a/b/c/lib.ts" ], @@ -58,25 +54,25 @@ Info 22 [00:00:43.000] Config: /a/b/c/tsconfig.json : { "configFilePath": "/a/b/c/tsconfig.json" } } -Info 23 [00:00:44.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/c 1 undefined Config: /a/b/c/tsconfig.json WatchType: Wild card directory -Info 24 [00:00:45.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/c 1 undefined Config: /a/b/c/tsconfig.json WatchType: Wild card directory -Info 25 [00:00:46.000] FileWatcher:: Added:: WatchInfo: /a/b/c/lib.ts 500 undefined WatchType: Closed Script info -Info 26 [00:00:47.000] Starting updateGraphWorker: Project: /a/b/c/tsconfig.json -Info 27 [00:00:48.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/c/tsconfig.json WatchType: Missing file -Info 28 [00:00:49.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/c/node_modules/@types 1 undefined Project: /a/b/c/tsconfig.json WatchType: Type roots -Info 29 [00:00:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/c/node_modules/@types 1 undefined Project: /a/b/c/tsconfig.json WatchType: Type roots -Info 30 [00:00:51.000] Finishing updateGraphWorker: Project: /a/b/c/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 31 [00:00:52.000] Project '/a/b/c/tsconfig.json' (Configured) -Info 32 [00:00:53.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/c 1 undefined Config: /a/b/c/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/c 1 undefined Config: /a/b/c/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/c/lib.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/c/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/c/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/c/node_modules/@types 1 undefined Project: /a/b/c/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/c/node_modules/@types 1 undefined Project: /a/b/c/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/c/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/c/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/b/c/lib.ts Text-1 "" lib.ts Matched by default include pattern '**/*' -Info 33 [00:00:54.000] ----------------------------------------------- -Info 34 [00:00:55.000] Loading configured project /a/b/d/tsconfig.json -Info 35 [00:00:56.000] Config: /a/b/d/tsconfig.json : { +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Loading configured project /a/b/d/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /a/b/d/tsconfig.json : { "rootNames": [ "/a/b/d/lib.ts" ], @@ -84,108 +80,104 @@ Info 35 [00:00:56.000] Config: /a/b/d/tsconfig.json : { "configFilePath": "/a/b/d/tsconfig.json" } } -Info 36 [00:00:57.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/d 1 undefined Config: /a/b/d/tsconfig.json WatchType: Wild card directory -Info 37 [00:00:58.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/d 1 undefined Config: /a/b/d/tsconfig.json WatchType: Wild card directory -Info 38 [00:00:59.000] FileWatcher:: Added:: WatchInfo: /a/b/d/lib.ts 500 undefined WatchType: Closed Script info -Info 39 [00:01:00.000] Starting updateGraphWorker: Project: /a/b/d/tsconfig.json -Info 40 [00:01:01.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/d/tsconfig.json WatchType: Missing file -Info 41 [00:01:02.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/d/node_modules/@types 1 undefined Project: /a/b/d/tsconfig.json WatchType: Type roots -Info 42 [00:01:03.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/d/node_modules/@types 1 undefined Project: /a/b/d/tsconfig.json WatchType: Type roots -Info 43 [00:01:04.000] Finishing updateGraphWorker: Project: /a/b/d/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 44 [00:01:05.000] Project '/a/b/d/tsconfig.json' (Configured) -Info 45 [00:01:06.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/d 1 undefined Config: /a/b/d/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/d 1 undefined Config: /a/b/d/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/d/lib.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/d/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/d/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/d/node_modules/@types 1 undefined Project: /a/b/d/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/d/node_modules/@types 1 undefined Project: /a/b/d/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/d/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/d/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/b/d/lib.ts Text-1 "" lib.ts Matched by default include pattern '**/*' -Info 46 [00:01:07.000] ----------------------------------------------- -Info 47 [00:01:08.000] Before ensureProjectForOpenFiles: -Info 48 [00:01:09.000] Project '/a/b/c/tsconfig.json' (Configured) -Info 48 [00:01:10.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/a/b/c/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 48 [00:01:11.000] ----------------------------------------------- -Info 48 [00:01:12.000] Project '/a/b/d/tsconfig.json' (Configured) -Info 48 [00:01:13.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/b/d/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 48 [00:01:14.000] ----------------------------------------------- -Info 48 [00:01:15.000] Open files: -Info 48 [00:01:16.000] After ensureProjectForOpenFiles: -Info 49 [00:01:17.000] Project '/a/b/c/tsconfig.json' (Configured) -Info 49 [00:01:18.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/a/b/c/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 49 [00:01:19.000] ----------------------------------------------- -Info 49 [00:01:20.000] Project '/a/b/d/tsconfig.json' (Configured) -Info 49 [00:01:21.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/b/d/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 49 [00:01:22.000] ----------------------------------------------- -Info 49 [00:01:23.000] Open files: -Info 49 [00:01:24.000] `remove Project:: -Info 50 [00:01:25.000] Project '/a/b/c/tsconfig.json' (Configured) -Info 51 [00:01:26.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/a/b/c/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/b/c/lib.ts lib.ts Matched by default include pattern '**/*' -Info 52 [00:01:27.000] ----------------------------------------------- -Info 53 [00:01:28.000] DirectoryWatcher:: Close:: WatchInfo: /a/b/c 1 undefined Config: /a/b/c/tsconfig.json WatchType: Wild card directory -Info 54 [00:01:29.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/c 1 undefined Config: /a/b/c/tsconfig.json WatchType: Wild card directory -Info 55 [00:01:30.000] FileWatcher:: Close:: WatchInfo: /a/b/c/tsconfig.json 2000 undefined Project: /a/b/c/tsconfig.json WatchType: Config file -Info 56 [00:01:31.000] DirectoryWatcher:: Close:: WatchInfo: /a/b/c/node_modules/@types 1 undefined Project: /a/b/c/tsconfig.json WatchType: Type roots -Info 57 [00:01:32.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/c/node_modules/@types 1 undefined Project: /a/b/c/tsconfig.json WatchType: Type roots -Info 58 [00:01:33.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/c/tsconfig.json WatchType: Missing file -Info 59 [00:01:34.000] `remove Project:: -Info 60 [00:01:35.000] Project '/a/b/d/tsconfig.json' (Configured) -Info 61 [00:01:36.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /a/b/c 1 undefined Config: /a/b/c/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/c 1 undefined Config: /a/b/c/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/c/tsconfig.json 2000 undefined Project: /a/b/c/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /a/b/c/node_modules/@types 1 undefined Project: /a/b/c/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/c/node_modules/@types 1 undefined Project: /a/b/c/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/c/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/a/b/d/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/b/d/lib.ts lib.ts Matched by default include pattern '**/*' -Info 62 [00:01:37.000] ----------------------------------------------- -Info 63 [00:01:38.000] DirectoryWatcher:: Close:: WatchInfo: /a/b/d 1 undefined Config: /a/b/d/tsconfig.json WatchType: Wild card directory -Info 64 [00:01:39.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/d 1 undefined Config: /a/b/d/tsconfig.json WatchType: Wild card directory -Info 65 [00:01:40.000] FileWatcher:: Close:: WatchInfo: /a/b/d/tsconfig.json 2000 undefined Project: /a/b/d/tsconfig.json WatchType: Config file -Info 66 [00:01:41.000] DirectoryWatcher:: Close:: WatchInfo: /a/b/d/node_modules/@types 1 undefined Project: /a/b/d/tsconfig.json WatchType: Type roots -Info 67 [00:01:42.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/d/node_modules/@types 1 undefined Project: /a/b/d/tsconfig.json WatchType: Type roots -Info 68 [00:01:43.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/d/tsconfig.json WatchType: Missing file -Info 69 [00:01:44.000] Starting updateGraphWorker: Project: /a/b/proj1 -Info 70 [00:01:45.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/proj1 WatchType: Missing file -Info 71 [00:01:46.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/proj1 WatchType: Type roots -Info 72 [00:01:47.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/proj1 WatchType: Type roots -Info 73 [00:01:48.000] Finishing updateGraphWorker: Project: /a/b/proj1 Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 74 [00:01:49.000] Project '/a/b/proj1' (External) -Info 75 [00:01:50.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /a/b/d 1 undefined Config: /a/b/d/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/d 1 undefined Config: /a/b/d/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/d/tsconfig.json 2000 undefined Project: /a/b/d/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /a/b/d/node_modules/@types 1 undefined Project: /a/b/d/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/d/node_modules/@types 1 undefined Project: /a/b/d/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/d/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/proj1 +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/proj1 WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/proj1 Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/proj1' (External) +Info seq [hh:mm:ss:mss] Files (1) /a/b/app.ts Text-1 "let x = 1;" app.ts Root file specified for compilation -Info 76 [00:01:51.000] ----------------------------------------------- -Info 77 [00:01:52.000] `remove Project:: -Info 78 [00:01:53.000] Project '/a/b/proj1' (External) -Info 79 [00:01:54.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/a/b/proj1' (External) +Info seq [hh:mm:ss:mss] Files (1) /a/b/app.ts app.ts Root file specified for compilation -Info 80 [00:01:55.000] ----------------------------------------------- -Info 81 [00:01:56.000] DirectoryWatcher:: Close:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/proj1 WatchType: Type roots -Info 82 [00:01:57.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/proj1 WatchType: Type roots -Info 83 [00:01:58.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/proj1 WatchType: Missing file -Info 84 [00:01:59.000] Creating configuration project /a/b/c/tsconfig.json -Info 85 [00:02:00.000] FileWatcher:: Added:: WatchInfo: /a/b/c/tsconfig.json 2000 undefined Project: /a/b/c/tsconfig.json WatchType: Config file -Info 86 [00:02:01.000] Creating configuration project /a/b/d/tsconfig.json -Info 87 [00:02:02.000] FileWatcher:: Added:: WatchInfo: /a/b/d/tsconfig.json 2000 undefined Project: /a/b/d/tsconfig.json WatchType: Config file -Info 88 [00:02:03.000] Loading configured project /a/b/c/tsconfig.json -Info 89 [00:02:04.000] Config: /a/b/c/tsconfig.json : { +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/proj1 WatchType: Missing file +Info seq [hh:mm:ss:mss] Creating configuration project /a/b/c/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/c/tsconfig.json 2000 undefined Project: /a/b/c/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Creating configuration project /a/b/d/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/d/tsconfig.json 2000 undefined Project: /a/b/d/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Loading configured project /a/b/c/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /a/b/c/tsconfig.json : { "rootNames": [ "/a/b/c/lib.ts" ], @@ -193,24 +185,24 @@ Info 89 [00:02:04.000] Config: /a/b/c/tsconfig.json : { "configFilePath": "/a/b/c/tsconfig.json" } } -Info 90 [00:02:05.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/c 1 undefined Config: /a/b/c/tsconfig.json WatchType: Wild card directory -Info 91 [00:02:06.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/c 1 undefined Config: /a/b/c/tsconfig.json WatchType: Wild card directory -Info 92 [00:02:07.000] Starting updateGraphWorker: Project: /a/b/c/tsconfig.json -Info 93 [00:02:08.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/c/tsconfig.json WatchType: Missing file -Info 94 [00:02:09.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/c/node_modules/@types 1 undefined Project: /a/b/c/tsconfig.json WatchType: Type roots -Info 95 [00:02:10.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/c/node_modules/@types 1 undefined Project: /a/b/c/tsconfig.json WatchType: Type roots -Info 96 [00:02:11.000] Finishing updateGraphWorker: Project: /a/b/c/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 97 [00:02:12.000] Project '/a/b/c/tsconfig.json' (Configured) -Info 98 [00:02:13.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/c 1 undefined Config: /a/b/c/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/c 1 undefined Config: /a/b/c/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/c/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/c/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/c/node_modules/@types 1 undefined Project: /a/b/c/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/c/node_modules/@types 1 undefined Project: /a/b/c/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/c/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/c/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/b/c/lib.ts Text-1 "" lib.ts Matched by default include pattern '**/*' -Info 99 [00:02:14.000] ----------------------------------------------- -Info 100 [00:02:15.000] Loading configured project /a/b/d/tsconfig.json -Info 101 [00:02:16.000] Config: /a/b/d/tsconfig.json : { +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Loading configured project /a/b/d/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /a/b/d/tsconfig.json : { "rootNames": [ "/a/b/d/lib.ts" ], @@ -218,71 +210,71 @@ Info 101 [00:02:16.000] Config: /a/b/d/tsconfig.json : { "configFilePath": "/a/b/d/tsconfig.json" } } -Info 102 [00:02:17.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/d 1 undefined Config: /a/b/d/tsconfig.json WatchType: Wild card directory -Info 103 [00:02:18.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/d 1 undefined Config: /a/b/d/tsconfig.json WatchType: Wild card directory -Info 104 [00:02:19.000] Starting updateGraphWorker: Project: /a/b/d/tsconfig.json -Info 105 [00:02:20.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/d/tsconfig.json WatchType: Missing file -Info 106 [00:02:21.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/d/node_modules/@types 1 undefined Project: /a/b/d/tsconfig.json WatchType: Type roots -Info 107 [00:02:22.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/d/node_modules/@types 1 undefined Project: /a/b/d/tsconfig.json WatchType: Type roots -Info 108 [00:02:23.000] Finishing updateGraphWorker: Project: /a/b/d/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 109 [00:02:24.000] Project '/a/b/d/tsconfig.json' (Configured) -Info 110 [00:02:25.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/d 1 undefined Config: /a/b/d/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/d 1 undefined Config: /a/b/d/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/d/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/d/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/d/node_modules/@types 1 undefined Project: /a/b/d/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/d/node_modules/@types 1 undefined Project: /a/b/d/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/d/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/d/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/b/d/lib.ts Text-1 "" lib.ts Matched by default include pattern '**/*' -Info 111 [00:02:26.000] ----------------------------------------------- -Info 112 [00:02:27.000] Before ensureProjectForOpenFiles: -Info 113 [00:02:28.000] Project '/a/b/c/tsconfig.json' (Configured) -Info 113 [00:02:29.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/a/b/c/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 113 [00:02:30.000] ----------------------------------------------- -Info 113 [00:02:31.000] Project '/a/b/d/tsconfig.json' (Configured) -Info 113 [00:02:32.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/b/d/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 113 [00:02:33.000] ----------------------------------------------- -Info 113 [00:02:34.000] Open files: -Info 113 [00:02:35.000] After ensureProjectForOpenFiles: -Info 114 [00:02:36.000] Project '/a/b/c/tsconfig.json' (Configured) -Info 114 [00:02:37.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/a/b/c/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 114 [00:02:38.000] ----------------------------------------------- -Info 114 [00:02:39.000] Project '/a/b/d/tsconfig.json' (Configured) -Info 114 [00:02:40.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/b/d/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 114 [00:02:41.000] ----------------------------------------------- -Info 114 [00:02:42.000] Open files: -Info 114 [00:02:43.000] `remove Project:: -Info 115 [00:02:44.000] Project '/a/b/c/tsconfig.json' (Configured) -Info 116 [00:02:45.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/a/b/c/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/b/c/lib.ts lib.ts Matched by default include pattern '**/*' -Info 117 [00:02:46.000] ----------------------------------------------- -Info 118 [00:02:47.000] DirectoryWatcher:: Close:: WatchInfo: /a/b/c 1 undefined Config: /a/b/c/tsconfig.json WatchType: Wild card directory -Info 119 [00:02:48.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/c 1 undefined Config: /a/b/c/tsconfig.json WatchType: Wild card directory -Info 120 [00:02:49.000] FileWatcher:: Close:: WatchInfo: /a/b/c/tsconfig.json 2000 undefined Project: /a/b/c/tsconfig.json WatchType: Config file -Info 121 [00:02:50.000] DirectoryWatcher:: Close:: WatchInfo: /a/b/c/node_modules/@types 1 undefined Project: /a/b/c/tsconfig.json WatchType: Type roots -Info 122 [00:02:51.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/c/node_modules/@types 1 undefined Project: /a/b/c/tsconfig.json WatchType: Type roots -Info 123 [00:02:52.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/c/tsconfig.json WatchType: Missing file -Info 124 [00:02:53.000] `remove Project:: -Info 125 [00:02:54.000] Project '/a/b/d/tsconfig.json' (Configured) -Info 126 [00:02:55.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /a/b/c 1 undefined Config: /a/b/c/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/c 1 undefined Config: /a/b/c/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/c/tsconfig.json 2000 undefined Project: /a/b/c/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /a/b/c/node_modules/@types 1 undefined Project: /a/b/c/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/c/node_modules/@types 1 undefined Project: /a/b/c/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/c/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/a/b/d/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/b/d/lib.ts lib.ts Matched by default include pattern '**/*' -Info 127 [00:02:56.000] ----------------------------------------------- -Info 128 [00:02:57.000] DirectoryWatcher:: Close:: WatchInfo: /a/b/d 1 undefined Config: /a/b/d/tsconfig.json WatchType: Wild card directory -Info 129 [00:02:58.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/d 1 undefined Config: /a/b/d/tsconfig.json WatchType: Wild card directory -Info 130 [00:02:59.000] FileWatcher:: Close:: WatchInfo: /a/b/d/tsconfig.json 2000 undefined Project: /a/b/d/tsconfig.json WatchType: Config file -Info 131 [00:03:00.000] DirectoryWatcher:: Close:: WatchInfo: /a/b/d/node_modules/@types 1 undefined Project: /a/b/d/tsconfig.json WatchType: Type roots -Info 132 [00:03:01.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/d/node_modules/@types 1 undefined Project: /a/b/d/tsconfig.json WatchType: Type roots -Info 133 [00:03:02.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/d/tsconfig.json WatchType: Missing file \ No newline at end of file +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /a/b/d 1 undefined Config: /a/b/d/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/d 1 undefined Config: /a/b/d/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/d/tsconfig.json 2000 undefined Project: /a/b/d/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /a/b/d/node_modules/@types 1 undefined Project: /a/b/d/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/d/node_modules/@types 1 undefined Project: /a/b/d/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/d/tsconfig.json WatchType: Missing file \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/externalProjects/correctly-handling-add-or-remove-tsconfig---2.js b/tests/baselines/reference/tsserver/externalProjects/correctly-handling-add-or-remove-tsconfig---2.js index dc43e173f03b4..56b450367b918 100644 --- a/tests/baselines/reference/tsserver/externalProjects/correctly-handling-add-or-remove-tsconfig---2.js +++ b/tests/baselines/reference/tsserver/externalProjects/correctly-handling-add-or-remove-tsconfig---2.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:21.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/a/b/app.ts] let x = 1; @@ -17,37 +17,33 @@ let x = 1; {} -Info 1 [00:00:22.000] FileWatcher:: Added:: WatchInfo: /a/b/app.ts 500 undefined WatchType: Closed Script info -Info 2 [00:00:23.000] Starting updateGraphWorker: Project: /a/b/proj1 -Info 3 [00:00:24.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/proj1 WatchType: Missing file -Info 4 [00:00:25.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/proj1 WatchType: Type roots -Info 5 [00:00:26.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/proj1 WatchType: Type roots -Info 6 [00:00:27.000] Finishing updateGraphWorker: Project: /a/b/proj1 Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 7 [00:00:28.000] Project '/a/b/proj1' (External) -Info 8 [00:00:29.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/app.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/proj1 +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/proj1 WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/proj1 Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/proj1' (External) +Info seq [hh:mm:ss:mss] Files (1) /a/b/app.ts Text-1 "let x = 1;" app.ts Root file specified for compilation -Info 9 [00:00:30.000] ----------------------------------------------- -Info 10 [00:00:31.000] `remove Project:: -Info 11 [00:00:32.000] Project '/a/b/proj1' (External) -Info 12 [00:00:33.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/a/b/proj1' (External) +Info seq [hh:mm:ss:mss] Files (1) /a/b/app.ts app.ts Root file specified for compilation -Info 13 [00:00:34.000] ----------------------------------------------- -Info 14 [00:00:35.000] DirectoryWatcher:: Close:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/proj1 WatchType: Type roots -Info 15 [00:00:36.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/proj1 WatchType: Type roots -Info 16 [00:00:37.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/proj1 WatchType: Missing file -Info 17 [00:00:38.000] Creating configuration project /a/b/c/tsconfig.json -Info 18 [00:00:39.000] FileWatcher:: Added:: WatchInfo: /a/b/c/tsconfig.json 2000 undefined Project: /a/b/c/tsconfig.json WatchType: Config file -Info 19 [00:00:40.000] Config: /a/b/c/tsconfig.json : { +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/proj1 WatchType: Missing file +Info seq [hh:mm:ss:mss] Creating configuration project /a/b/c/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/c/tsconfig.json 2000 undefined Project: /a/b/c/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/b/c/tsconfig.json : { "rootNames": [ "/a/b/c/lib.ts" ], @@ -55,26 +51,26 @@ Info 19 [00:00:40.000] Config: /a/b/c/tsconfig.json : { "configFilePath": "/a/b/c/tsconfig.json" } } -Info 20 [00:00:41.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/c 1 undefined Config: /a/b/c/tsconfig.json WatchType: Wild card directory -Info 21 [00:00:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/c 1 undefined Config: /a/b/c/tsconfig.json WatchType: Wild card directory -Info 22 [00:00:43.000] FileWatcher:: Added:: WatchInfo: /a/b/c/lib.ts 500 undefined WatchType: Closed Script info -Info 23 [00:00:44.000] Starting updateGraphWorker: Project: /a/b/c/tsconfig.json -Info 24 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/c/tsconfig.json WatchType: Missing file -Info 25 [00:00:46.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/c/node_modules/@types 1 undefined Project: /a/b/c/tsconfig.json WatchType: Type roots -Info 26 [00:00:47.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/c/node_modules/@types 1 undefined Project: /a/b/c/tsconfig.json WatchType: Type roots -Info 27 [00:00:48.000] Finishing updateGraphWorker: Project: /a/b/c/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 28 [00:00:49.000] Project '/a/b/c/tsconfig.json' (Configured) -Info 29 [00:00:50.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/c 1 undefined Config: /a/b/c/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/c 1 undefined Config: /a/b/c/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/c/lib.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/c/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/c/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/c/node_modules/@types 1 undefined Project: /a/b/c/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/c/node_modules/@types 1 undefined Project: /a/b/c/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/c/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/c/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/b/c/lib.ts Text-1 "" lib.ts Matched by default include pattern '**/*' -Info 30 [00:00:51.000] ----------------------------------------------- -Info 31 [00:00:52.000] Creating configuration project /a/b/d/tsconfig.json -Info 32 [00:00:53.000] FileWatcher:: Added:: WatchInfo: /a/b/d/tsconfig.json 2000 undefined Project: /a/b/d/tsconfig.json WatchType: Config file -Info 33 [00:00:54.000] Config: /a/b/d/tsconfig.json : { +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Creating configuration project /a/b/d/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/d/tsconfig.json 2000 undefined Project: /a/b/d/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/b/d/tsconfig.json : { "rootNames": [ "/a/b/d/lib.ts" ], @@ -82,85 +78,81 @@ Info 33 [00:00:54.000] Config: /a/b/d/tsconfig.json : { "configFilePath": "/a/b/d/tsconfig.json" } } -Info 34 [00:00:55.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/d 1 undefined Config: /a/b/d/tsconfig.json WatchType: Wild card directory -Info 35 [00:00:56.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/d 1 undefined Config: /a/b/d/tsconfig.json WatchType: Wild card directory -Info 36 [00:00:57.000] FileWatcher:: Added:: WatchInfo: /a/b/d/lib.ts 500 undefined WatchType: Closed Script info -Info 37 [00:00:58.000] Starting updateGraphWorker: Project: /a/b/d/tsconfig.json -Info 38 [00:00:59.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/d/tsconfig.json WatchType: Missing file -Info 39 [00:01:00.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/d/node_modules/@types 1 undefined Project: /a/b/d/tsconfig.json WatchType: Type roots -Info 40 [00:01:01.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/d/node_modules/@types 1 undefined Project: /a/b/d/tsconfig.json WatchType: Type roots -Info 41 [00:01:02.000] Finishing updateGraphWorker: Project: /a/b/d/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 42 [00:01:03.000] Project '/a/b/d/tsconfig.json' (Configured) -Info 43 [00:01:04.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/d 1 undefined Config: /a/b/d/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/d 1 undefined Config: /a/b/d/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/d/lib.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/d/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/d/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/d/node_modules/@types 1 undefined Project: /a/b/d/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/d/node_modules/@types 1 undefined Project: /a/b/d/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/d/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/d/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/b/d/lib.ts Text-1 "" lib.ts Matched by default include pattern '**/*' -Info 44 [00:01:05.000] ----------------------------------------------- -Info 45 [00:01:06.000] `remove Project:: -Info 46 [00:01:07.000] Project '/a/b/c/tsconfig.json' (Configured) -Info 47 [00:01:08.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/a/b/c/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/b/c/lib.ts lib.ts Matched by default include pattern '**/*' -Info 48 [00:01:09.000] ----------------------------------------------- -Info 49 [00:01:10.000] DirectoryWatcher:: Close:: WatchInfo: /a/b/c 1 undefined Config: /a/b/c/tsconfig.json WatchType: Wild card directory -Info 50 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/c 1 undefined Config: /a/b/c/tsconfig.json WatchType: Wild card directory -Info 51 [00:01:12.000] FileWatcher:: Close:: WatchInfo: /a/b/c/tsconfig.json 2000 undefined Project: /a/b/c/tsconfig.json WatchType: Config file -Info 52 [00:01:13.000] DirectoryWatcher:: Close:: WatchInfo: /a/b/c/node_modules/@types 1 undefined Project: /a/b/c/tsconfig.json WatchType: Type roots -Info 53 [00:01:14.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/c/node_modules/@types 1 undefined Project: /a/b/c/tsconfig.json WatchType: Type roots -Info 54 [00:01:15.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/c/tsconfig.json WatchType: Missing file -Info 55 [00:01:16.000] `remove Project:: -Info 56 [00:01:17.000] Project '/a/b/d/tsconfig.json' (Configured) -Info 57 [00:01:18.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /a/b/c 1 undefined Config: /a/b/c/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/c 1 undefined Config: /a/b/c/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/c/tsconfig.json 2000 undefined Project: /a/b/c/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /a/b/c/node_modules/@types 1 undefined Project: /a/b/c/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/c/node_modules/@types 1 undefined Project: /a/b/c/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/c/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/a/b/d/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/b/d/lib.ts lib.ts Matched by default include pattern '**/*' -Info 58 [00:01:19.000] ----------------------------------------------- -Info 59 [00:01:20.000] DirectoryWatcher:: Close:: WatchInfo: /a/b/d 1 undefined Config: /a/b/d/tsconfig.json WatchType: Wild card directory -Info 60 [00:01:21.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/d 1 undefined Config: /a/b/d/tsconfig.json WatchType: Wild card directory -Info 61 [00:01:22.000] FileWatcher:: Close:: WatchInfo: /a/b/d/tsconfig.json 2000 undefined Project: /a/b/d/tsconfig.json WatchType: Config file -Info 62 [00:01:23.000] DirectoryWatcher:: Close:: WatchInfo: /a/b/d/node_modules/@types 1 undefined Project: /a/b/d/tsconfig.json WatchType: Type roots -Info 63 [00:01:24.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/d/node_modules/@types 1 undefined Project: /a/b/d/tsconfig.json WatchType: Type roots -Info 64 [00:01:25.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/d/tsconfig.json WatchType: Missing file -Info 65 [00:01:26.000] Starting updateGraphWorker: Project: /a/b/proj1 -Info 66 [00:01:27.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/proj1 WatchType: Missing file -Info 67 [00:01:28.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/proj1 WatchType: Type roots -Info 68 [00:01:29.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/proj1 WatchType: Type roots -Info 69 [00:01:30.000] Finishing updateGraphWorker: Project: /a/b/proj1 Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 70 [00:01:31.000] Project '/a/b/proj1' (External) -Info 71 [00:01:32.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /a/b/d 1 undefined Config: /a/b/d/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/d 1 undefined Config: /a/b/d/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/d/tsconfig.json 2000 undefined Project: /a/b/d/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /a/b/d/node_modules/@types 1 undefined Project: /a/b/d/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/d/node_modules/@types 1 undefined Project: /a/b/d/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/d/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/proj1 +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/proj1 WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/proj1 Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/proj1' (External) +Info seq [hh:mm:ss:mss] Files (1) /a/b/app.ts Text-1 "let x = 1;" app.ts Root file specified for compilation -Info 72 [00:01:33.000] ----------------------------------------------- -Info 73 [00:01:34.000] `remove Project:: -Info 74 [00:01:35.000] Project '/a/b/proj1' (External) -Info 75 [00:01:36.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/a/b/proj1' (External) +Info seq [hh:mm:ss:mss] Files (1) /a/b/app.ts app.ts Root file specified for compilation -Info 76 [00:01:37.000] ----------------------------------------------- -Info 77 [00:01:38.000] DirectoryWatcher:: Close:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/proj1 WatchType: Type roots -Info 78 [00:01:39.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/proj1 WatchType: Type roots -Info 79 [00:01:40.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/proj1 WatchType: Missing file -Info 80 [00:01:41.000] Creating configuration project /a/b/c/tsconfig.json -Info 81 [00:01:42.000] FileWatcher:: Added:: WatchInfo: /a/b/c/tsconfig.json 2000 undefined Project: /a/b/c/tsconfig.json WatchType: Config file -Info 82 [00:01:43.000] Config: /a/b/c/tsconfig.json : { +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/proj1 WatchType: Missing file +Info seq [hh:mm:ss:mss] Creating configuration project /a/b/c/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/c/tsconfig.json 2000 undefined Project: /a/b/c/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/b/c/tsconfig.json : { "rootNames": [ "/a/b/c/lib.ts" ], @@ -168,25 +160,25 @@ Info 82 [00:01:43.000] Config: /a/b/c/tsconfig.json : { "configFilePath": "/a/b/c/tsconfig.json" } } -Info 83 [00:01:44.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/c 1 undefined Config: /a/b/c/tsconfig.json WatchType: Wild card directory -Info 84 [00:01:45.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/c 1 undefined Config: /a/b/c/tsconfig.json WatchType: Wild card directory -Info 85 [00:01:46.000] Starting updateGraphWorker: Project: /a/b/c/tsconfig.json -Info 86 [00:01:47.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/c/tsconfig.json WatchType: Missing file -Info 87 [00:01:48.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/c/node_modules/@types 1 undefined Project: /a/b/c/tsconfig.json WatchType: Type roots -Info 88 [00:01:49.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/c/node_modules/@types 1 undefined Project: /a/b/c/tsconfig.json WatchType: Type roots -Info 89 [00:01:50.000] Finishing updateGraphWorker: Project: /a/b/c/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 90 [00:01:51.000] Project '/a/b/c/tsconfig.json' (Configured) -Info 91 [00:01:52.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/c 1 undefined Config: /a/b/c/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/c 1 undefined Config: /a/b/c/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/c/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/c/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/c/node_modules/@types 1 undefined Project: /a/b/c/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/c/node_modules/@types 1 undefined Project: /a/b/c/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/c/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/c/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/b/c/lib.ts Text-1 "" lib.ts Matched by default include pattern '**/*' -Info 92 [00:01:53.000] ----------------------------------------------- -Info 93 [00:01:54.000] Creating configuration project /a/b/d/tsconfig.json -Info 94 [00:01:55.000] FileWatcher:: Added:: WatchInfo: /a/b/d/tsconfig.json 2000 undefined Project: /a/b/d/tsconfig.json WatchType: Config file -Info 95 [00:01:56.000] Config: /a/b/d/tsconfig.json : { +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Creating configuration project /a/b/d/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/d/tsconfig.json 2000 undefined Project: /a/b/d/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/b/d/tsconfig.json : { "rootNames": [ "/a/b/d/lib.ts" ], @@ -194,51 +186,51 @@ Info 95 [00:01:56.000] Config: /a/b/d/tsconfig.json : { "configFilePath": "/a/b/d/tsconfig.json" } } -Info 96 [00:01:57.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/d 1 undefined Config: /a/b/d/tsconfig.json WatchType: Wild card directory -Info 97 [00:01:58.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/d 1 undefined Config: /a/b/d/tsconfig.json WatchType: Wild card directory -Info 98 [00:01:59.000] Starting updateGraphWorker: Project: /a/b/d/tsconfig.json -Info 99 [00:02:00.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/d/tsconfig.json WatchType: Missing file -Info 100 [00:02:01.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/d/node_modules/@types 1 undefined Project: /a/b/d/tsconfig.json WatchType: Type roots -Info 101 [00:02:02.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/d/node_modules/@types 1 undefined Project: /a/b/d/tsconfig.json WatchType: Type roots -Info 102 [00:02:03.000] Finishing updateGraphWorker: Project: /a/b/d/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 103 [00:02:04.000] Project '/a/b/d/tsconfig.json' (Configured) -Info 104 [00:02:05.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/d 1 undefined Config: /a/b/d/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/d 1 undefined Config: /a/b/d/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/d/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/d/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/d/node_modules/@types 1 undefined Project: /a/b/d/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/d/node_modules/@types 1 undefined Project: /a/b/d/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/d/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/d/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/b/d/lib.ts Text-1 "" lib.ts Matched by default include pattern '**/*' -Info 105 [00:02:06.000] ----------------------------------------------- -Info 106 [00:02:07.000] `remove Project:: -Info 107 [00:02:08.000] Project '/a/b/c/tsconfig.json' (Configured) -Info 108 [00:02:09.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/a/b/c/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/b/c/lib.ts lib.ts Matched by default include pattern '**/*' -Info 109 [00:02:10.000] ----------------------------------------------- -Info 110 [00:02:11.000] DirectoryWatcher:: Close:: WatchInfo: /a/b/c 1 undefined Config: /a/b/c/tsconfig.json WatchType: Wild card directory -Info 111 [00:02:12.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/c 1 undefined Config: /a/b/c/tsconfig.json WatchType: Wild card directory -Info 112 [00:02:13.000] FileWatcher:: Close:: WatchInfo: /a/b/c/tsconfig.json 2000 undefined Project: /a/b/c/tsconfig.json WatchType: Config file -Info 113 [00:02:14.000] DirectoryWatcher:: Close:: WatchInfo: /a/b/c/node_modules/@types 1 undefined Project: /a/b/c/tsconfig.json WatchType: Type roots -Info 114 [00:02:15.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/c/node_modules/@types 1 undefined Project: /a/b/c/tsconfig.json WatchType: Type roots -Info 115 [00:02:16.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/c/tsconfig.json WatchType: Missing file -Info 116 [00:02:17.000] `remove Project:: -Info 117 [00:02:18.000] Project '/a/b/d/tsconfig.json' (Configured) -Info 118 [00:02:19.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /a/b/c 1 undefined Config: /a/b/c/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/c 1 undefined Config: /a/b/c/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/c/tsconfig.json 2000 undefined Project: /a/b/c/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /a/b/c/node_modules/@types 1 undefined Project: /a/b/c/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/c/node_modules/@types 1 undefined Project: /a/b/c/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/c/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/a/b/d/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/b/d/lib.ts lib.ts Matched by default include pattern '**/*' -Info 119 [00:02:20.000] ----------------------------------------------- -Info 120 [00:02:21.000] DirectoryWatcher:: Close:: WatchInfo: /a/b/d 1 undefined Config: /a/b/d/tsconfig.json WatchType: Wild card directory -Info 121 [00:02:22.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/d 1 undefined Config: /a/b/d/tsconfig.json WatchType: Wild card directory -Info 122 [00:02:23.000] FileWatcher:: Close:: WatchInfo: /a/b/d/tsconfig.json 2000 undefined Project: /a/b/d/tsconfig.json WatchType: Config file -Info 123 [00:02:24.000] DirectoryWatcher:: Close:: WatchInfo: /a/b/d/node_modules/@types 1 undefined Project: /a/b/d/tsconfig.json WatchType: Type roots -Info 124 [00:02:25.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/d/node_modules/@types 1 undefined Project: /a/b/d/tsconfig.json WatchType: Type roots -Info 125 [00:02:26.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/d/tsconfig.json WatchType: Missing file \ No newline at end of file +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /a/b/d 1 undefined Config: /a/b/d/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/d 1 undefined Config: /a/b/d/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/d/tsconfig.json 2000 undefined Project: /a/b/d/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /a/b/d/node_modules/@types 1 undefined Project: /a/b/d/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/d/node_modules/@types 1 undefined Project: /a/b/d/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/d/tsconfig.json WatchType: Missing file \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/externalProjects/deleting-config-file-opened-from-the-external-project-works-with-lazyConfiguredProjectsFromExternalProject.js b/tests/baselines/reference/tsserver/externalProjects/deleting-config-file-opened-from-the-external-project-works-with-lazyConfiguredProjectsFromExternalProject.js index 259ed13c20626..b7a80d104e3c8 100644 --- a/tests/baselines/reference/tsserver/externalProjects/deleting-config-file-opened-from-the-external-project-works-with-lazyConfiguredProjectsFromExternalProject.js +++ b/tests/baselines/reference/tsserver/externalProjects/deleting-config-file-opened-from-the-external-project-works-with-lazyConfiguredProjectsFromExternalProject.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:21.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/a/lib/lib.d.ts] /// @@ -21,24 +21,24 @@ interface Array { length: number; [n: number]: T; } {} -Info 1 [00:00:22.000] Creating configuration project /user/someuser/project/tsconfig.json -Info 2 [00:00:23.000] FileWatcher:: Added:: WatchInfo: /user/someuser/project/tsconfig.json 2000 undefined Project: /user/someuser/project/tsconfig.json WatchType: Config file -Info 3 [00:00:25.000] FileWatcher:: Triggered with /user/someuser/project/tsconfig.json 2:: WatchInfo: /user/someuser/project/tsconfig.json 2000 undefined Project: /user/someuser/project/tsconfig.json WatchType: Config file -Info 4 [00:00:26.000] `remove Project:: -Info 5 [00:00:27.000] Project '/user/someuser/project/tsconfig.json' (Configured) -Info 6 [00:00:28.000] Files (0) InitialLoadPending +Info seq [hh:mm:ss:mss] Creating configuration project /user/someuser/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/someuser/project/tsconfig.json 2000 undefined Project: /user/someuser/project/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/someuser/project/tsconfig.json 2:: WatchInfo: /user/someuser/project/tsconfig.json 2000 undefined Project: /user/someuser/project/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/someuser/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) InitialLoadPending -Info 7 [00:00:29.000] ----------------------------------------------- -Info 8 [00:00:30.000] FileWatcher:: Close:: WatchInfo: /user/someuser/project/tsconfig.json 2000 undefined Project: /user/someuser/project/tsconfig.json WatchType: Config file -Info 9 [00:00:31.000] Elapsed:: *ms FileWatcher:: Triggered with /user/someuser/project/tsconfig.json 2:: WatchInfo: /user/someuser/project/tsconfig.json 2000 undefined Project: /user/someuser/project/tsconfig.json WatchType: Config file -Info 10 [00:00:32.000] FileWatcher:: Added:: WatchInfo: /user/someuser/project/js/site.js 500 undefined WatchType: Closed Script info -Info 11 [00:00:33.000] Starting updateGraphWorker: Project: /user/someuser/project/WebApplication6.csproj -Info 12 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 13 [00:00:35.000] DirectoryWatcher:: Added:: WatchInfo: /user/someuser/project/node_modules/@types 1 undefined Project: /user/someuser/project/WebApplication6.csproj WatchType: Type roots -Info 14 [00:00:36.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/someuser/project/node_modules/@types 1 undefined Project: /user/someuser/project/WebApplication6.csproj WatchType: Type roots -Info 15 [00:00:37.000] Finishing updateGraphWorker: Project: /user/someuser/project/WebApplication6.csproj Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:00:38.000] Project '/user/someuser/project/WebApplication6.csproj' (External) -Info 17 [00:00:39.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/someuser/project/tsconfig.json 2000 undefined Project: /user/someuser/project/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/someuser/project/tsconfig.json 2:: WatchInfo: /user/someuser/project/tsconfig.json 2000 undefined Project: /user/someuser/project/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/someuser/project/js/site.js 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/someuser/project/WebApplication6.csproj +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/someuser/project/node_modules/@types 1 undefined Project: /user/someuser/project/WebApplication6.csproj WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/someuser/project/node_modules/@types 1 undefined Project: /user/someuser/project/WebApplication6.csproj WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/someuser/project/WebApplication6.csproj Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/someuser/project/WebApplication6.csproj' (External) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/someuser/project/js/site.js Text-1 "" @@ -48,4 +48,4 @@ Info 17 [00:00:39.000] Files (2) js/site.js Root file specified for compilation -Info 18 [00:00:40.000] ----------------------------------------------- \ No newline at end of file +Info seq [hh:mm:ss:mss] ----------------------------------------------- \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/externalProjects/deleting-config-file-opened-from-the-external-project-works.js b/tests/baselines/reference/tsserver/externalProjects/deleting-config-file-opened-from-the-external-project-works.js index 5e35653ec6246..950d92fcbe18a 100644 --- a/tests/baselines/reference/tsserver/externalProjects/deleting-config-file-opened-from-the-external-project-works.js +++ b/tests/baselines/reference/tsserver/externalProjects/deleting-config-file-opened-from-the-external-project-works.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:21.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/a/lib/lib.d.ts] /// @@ -21,46 +21,46 @@ interface Array { length: number; [n: number]: T; } {} -Info 1 [00:00:22.000] Creating configuration project /user/someuser/project/tsconfig.json -Info 2 [00:00:23.000] FileWatcher:: Added:: WatchInfo: /user/someuser/project/tsconfig.json 2000 undefined Project: /user/someuser/project/tsconfig.json WatchType: Config file -Info 3 [00:00:24.000] Config: /user/someuser/project/tsconfig.json : { +Info seq [hh:mm:ss:mss] Creating configuration project /user/someuser/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/someuser/project/tsconfig.json 2000 undefined Project: /user/someuser/project/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/someuser/project/tsconfig.json : { "rootNames": [], "options": { "configFilePath": "/user/someuser/project/tsconfig.json" } } -Info 4 [00:00:25.000] DirectoryWatcher:: Added:: WatchInfo: /user/someuser/project 1 undefined Config: /user/someuser/project/tsconfig.json WatchType: Wild card directory -Info 5 [00:00:26.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/someuser/project 1 undefined Config: /user/someuser/project/tsconfig.json WatchType: Wild card directory -Info 6 [00:00:27.000] Starting updateGraphWorker: Project: /user/someuser/project/tsconfig.json -Info 7 [00:00:28.000] DirectoryWatcher:: Added:: WatchInfo: /user/someuser/project/node_modules/@types 1 undefined Project: /user/someuser/project/tsconfig.json WatchType: Type roots -Info 8 [00:00:29.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/someuser/project/node_modules/@types 1 undefined Project: /user/someuser/project/tsconfig.json WatchType: Type roots -Info 9 [00:00:30.000] Finishing updateGraphWorker: Project: /user/someuser/project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 10 [00:00:31.000] Project '/user/someuser/project/tsconfig.json' (Configured) -Info 11 [00:00:32.000] Files (0) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/someuser/project 1 undefined Config: /user/someuser/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/someuser/project 1 undefined Config: /user/someuser/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/someuser/project/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/someuser/project/node_modules/@types 1 undefined Project: /user/someuser/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/someuser/project/node_modules/@types 1 undefined Project: /user/someuser/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/someuser/project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/someuser/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) -Info 12 [00:00:33.000] ----------------------------------------------- -Info 13 [00:00:35.000] FileWatcher:: Triggered with /user/someuser/project/tsconfig.json 2:: WatchInfo: /user/someuser/project/tsconfig.json 2000 undefined Project: /user/someuser/project/tsconfig.json WatchType: Config file -Info 14 [00:00:36.000] `remove Project:: -Info 15 [00:00:37.000] Project '/user/someuser/project/tsconfig.json' (Configured) -Info 16 [00:00:38.000] Files (0) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/someuser/project/tsconfig.json 2:: WatchInfo: /user/someuser/project/tsconfig.json 2000 undefined Project: /user/someuser/project/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/someuser/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) -Info 17 [00:00:39.000] ----------------------------------------------- -Info 18 [00:00:40.000] DirectoryWatcher:: Close:: WatchInfo: /user/someuser/project 1 undefined Config: /user/someuser/project/tsconfig.json WatchType: Wild card directory -Info 19 [00:00:41.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/someuser/project 1 undefined Config: /user/someuser/project/tsconfig.json WatchType: Wild card directory -Info 20 [00:00:42.000] FileWatcher:: Close:: WatchInfo: /user/someuser/project/tsconfig.json 2000 undefined Project: /user/someuser/project/tsconfig.json WatchType: Config file -Info 21 [00:00:43.000] DirectoryWatcher:: Close:: WatchInfo: /user/someuser/project/node_modules/@types 1 undefined Project: /user/someuser/project/tsconfig.json WatchType: Type roots -Info 22 [00:00:44.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/someuser/project/node_modules/@types 1 undefined Project: /user/someuser/project/tsconfig.json WatchType: Type roots -Info 23 [00:00:45.000] Elapsed:: *ms FileWatcher:: Triggered with /user/someuser/project/tsconfig.json 2:: WatchInfo: /user/someuser/project/tsconfig.json 2000 undefined Project: /user/someuser/project/tsconfig.json WatchType: Config file -Info 24 [00:00:46.000] FileWatcher:: Added:: WatchInfo: /user/someuser/project/js/site.js 500 undefined WatchType: Closed Script info -Info 25 [00:00:47.000] Starting updateGraphWorker: Project: /user/someuser/project/WebApplication6.csproj -Info 26 [00:00:48.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 27 [00:00:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/someuser/project/node_modules/@types 1 undefined Project: /user/someuser/project/WebApplication6.csproj WatchType: Type roots -Info 28 [00:00:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/someuser/project/node_modules/@types 1 undefined Project: /user/someuser/project/WebApplication6.csproj WatchType: Type roots -Info 29 [00:00:51.000] Finishing updateGraphWorker: Project: /user/someuser/project/WebApplication6.csproj Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 30 [00:00:52.000] Project '/user/someuser/project/WebApplication6.csproj' (External) -Info 31 [00:00:53.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/someuser/project 1 undefined Config: /user/someuser/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/someuser/project 1 undefined Config: /user/someuser/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/someuser/project/tsconfig.json 2000 undefined Project: /user/someuser/project/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/someuser/project/node_modules/@types 1 undefined Project: /user/someuser/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/someuser/project/node_modules/@types 1 undefined Project: /user/someuser/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/someuser/project/tsconfig.json 2:: WatchInfo: /user/someuser/project/tsconfig.json 2000 undefined Project: /user/someuser/project/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/someuser/project/js/site.js 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/someuser/project/WebApplication6.csproj +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/someuser/project/node_modules/@types 1 undefined Project: /user/someuser/project/WebApplication6.csproj WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/someuser/project/node_modules/@types 1 undefined Project: /user/someuser/project/WebApplication6.csproj WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/someuser/project/WebApplication6.csproj Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/someuser/project/WebApplication6.csproj' (External) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/someuser/project/js/site.js Text-1 "" @@ -70,4 +70,4 @@ Info 31 [00:00:53.000] Files (2) js/site.js Root file specified for compilation -Info 32 [00:00:54.000] ----------------------------------------------- \ No newline at end of file +Info seq [hh:mm:ss:mss] ----------------------------------------------- \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/externalProjects/does-not-crash-if-external-file-does-not-exist.js b/tests/baselines/reference/tsserver/externalProjects/does-not-crash-if-external-file-does-not-exist.js index bdba6529f51fb..7094a6be4b9fe 100644 --- a/tests/baselines/reference/tsserver/externalProjects/does-not-crash-if-external-file-does-not-exist.js +++ b/tests/baselines/reference/tsserver/externalProjects/does-not-crash-if-external-file-does-not-exist.js @@ -1,11 +1,11 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:07.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/file1.ts] let x = [1, 2]; -Info 1 [00:00:08.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "openExternalProject", "arguments": { @@ -20,26 +20,24 @@ Info 1 [00:00:08.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:09.000] Loading global plugin myplugin -Info 3 [00:00:10.000] Enabling plugin myplugin from candidate paths: /a/lib/tsc.js/../../.. -Info 4 [00:00:11.000] Loading myplugin from /a/lib/tsc.js/../../.. (resolved to /a/lib/tsc.js/../../../node_modules) -Info 5 [00:00:12.000] Plugin validation succeeded -Info 6 [00:00:13.000] FileWatcher:: Added:: WatchInfo: /a/file1.ts 500 undefined WatchType: Closed Script info -Info 7 [00:00:14.000] Starting updateGraphWorker: Project: /a/proj1.csproj -Info 8 [00:00:15.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/proj1.csproj WatchType: Missing file -Info 9 [00:00:16.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/proj1.csproj WatchType: Type roots -Info 10 [00:00:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/proj1.csproj WatchType: Type roots -Info 11 [00:00:18.000] Finishing updateGraphWorker: Project: /a/proj1.csproj Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 12 [00:00:19.000] Project '/a/proj1.csproj' (External) -Info 13 [00:00:20.000] Files (1) +Info seq [hh:mm:ss:mss] Loading global plugin myplugin +Info seq [hh:mm:ss:mss] Enabling plugin myplugin from candidate paths: /a/lib/tsc.js/../../.. +Info seq [hh:mm:ss:mss] Loading myplugin from /a/lib/tsc.js/../../.. (resolved to /a/lib/tsc.js/../../../node_modules) +Info seq [hh:mm:ss:mss] Plugin validation succeeded +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/file1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/proj1.csproj +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/proj1.csproj WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/proj1.csproj Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/proj1.csproj' (External) +Info seq [hh:mm:ss:mss] Files (1) /a/file1.ts Text-1 "let x = [1, 2];" file1.ts Root file specified for compilation -Info 14 [00:00:21.000] ----------------------------------------------- -Info 15 [00:00:22.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -49,8 +47,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/file1.ts: *new* diff --git a/tests/baselines/reference/tsserver/externalProjects/external-project-for-dynamic-file.js b/tests/baselines/reference/tsserver/externalProjects/external-project-for-dynamic-file.js index cbce16be392e3..d3094c1ab859c 100644 --- a/tests/baselines/reference/tsserver/externalProjects/external-project-for-dynamic-file.js +++ b/tests/baselines/reference/tsserver/externalProjects/external-project-for-dynamic-file.js @@ -1,31 +1,31 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:03.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service -Info 1 [00:00:04.000] Starting updateGraphWorker: Project: ^ScriptDocument1 file1.ts -Info 2 [00:00:05.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: ^ScriptDocument1 file1.ts WatchType: Missing file -Info 3 [00:00:06.000] Finishing updateGraphWorker: Project: ^ScriptDocument1 file1.ts Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 4 [00:00:07.000] Project '^ScriptDocument1 file1.ts' (External) -Info 5 [00:00:08.000] Files (1) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: ^ScriptDocument1 file1.ts +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: ^ScriptDocument1 file1.ts WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: ^ScriptDocument1 file1.ts Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '^ScriptDocument1 file1.ts' (External) +Info seq [hh:mm:ss:mss] Files (1) ^ScriptDocument1 file1.ts Text-1 "" ^ScriptDocument1 file1.ts Root file specified for compilation -Info 6 [00:00:09.000] ----------------------------------------------- +Info seq [hh:mm:ss:mss] ----------------------------------------------- /^scriptdocument1 file1.ts isDynamic:: true -Info 7 [00:00:10.000] Starting updateGraphWorker: Project: ^ScriptDocument1 file1.ts -Info 8 [00:00:11.000] Finishing updateGraphWorker: Project: ^ScriptDocument1 file1.ts Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 9 [00:00:12.000] Project '^ScriptDocument1 file1.ts' (External) -Info 10 [00:00:13.000] Files (1) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: ^ScriptDocument1 file1.ts +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: ^ScriptDocument1 file1.ts Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '^ScriptDocument1 file1.ts' (External) +Info seq [hh:mm:ss:mss] Files (1) ^ScriptDocument1 file1.ts SVC-2-0 "let x =1;" -Info 11 [00:00:14.000] ----------------------------------------------- -Info 12 [00:00:15.000] Project '^ScriptDocument1 file1.ts' (External) -Info 12 [00:00:16.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '^ScriptDocument1 file1.ts' (External) +Info seq [hh:mm:ss:mss] Files (1) -Info 12 [00:00:17.000] ----------------------------------------------- -Info 12 [00:00:18.000] Open files: -Info 12 [00:00:19.000] FileName: ^ScriptDocument1 file1.ts ProjectRootPath: undefined -Info 12 [00:00:20.000] Projects: ^ScriptDocument1 file1.ts \ No newline at end of file +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: ^ScriptDocument1 file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: ^ScriptDocument1 file1.ts \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/externalProjects/external-project-that-included-config-files.js b/tests/baselines/reference/tsserver/externalProjects/external-project-that-included-config-files.js index 65a2405e4cf47..7cd9088f6ded4 100644 --- a/tests/baselines/reference/tsserver/externalProjects/external-project-that-included-config-files.js +++ b/tests/baselines/reference/tsserver/externalProjects/external-project-that-included-config-files.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:21.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/a/b/f1.ts] let x =1; @@ -17,9 +17,9 @@ let z =1; {"compilerOptions":{},"files":["f2.ts"]} -Info 1 [00:00:22.000] Creating configuration project /a/b/tsconfig.json -Info 2 [00:00:23.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 3 [00:00:24.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Creating configuration project /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/b/tsconfig.json : { "rootNames": [ "/a/b/f1.ts" ], @@ -27,24 +27,22 @@ Info 3 [00:00:24.000] Config: /a/b/tsconfig.json : { "configFilePath": "/a/b/tsconfig.json" } } -Info 4 [00:00:25.000] FileWatcher:: Added:: WatchInfo: /a/b/f1.ts 500 undefined WatchType: Closed Script info -Info 5 [00:00:26.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 6 [00:00:27.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 7 [00:00:28.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 8 [00:00:29.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 9 [00:00:30.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 10 [00:00:31.000] Project '/a/b/tsconfig.json' (Configured) -Info 11 [00:00:32.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/f1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/b/f1.ts Text-1 "let x =1;" f1.ts Part of 'files' list in tsconfig.json -Info 12 [00:00:33.000] ----------------------------------------------- -Info 13 [00:00:34.000] Creating configuration project /a/c/tsconfig.json -Info 14 [00:00:35.000] FileWatcher:: Added:: WatchInfo: /a/c/tsconfig.json 2000 undefined Project: /a/c/tsconfig.json WatchType: Config file -Info 15 [00:00:36.000] Config: /a/c/tsconfig.json : { +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Creating configuration project /a/c/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/c/tsconfig.json 2000 undefined Project: /a/c/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/c/tsconfig.json : { "rootNames": [ "/a/c/f2.ts" ], @@ -52,114 +50,108 @@ Info 15 [00:00:36.000] Config: /a/c/tsconfig.json : { "configFilePath": "/a/c/tsconfig.json" } } -Info 16 [00:00:37.000] FileWatcher:: Added:: WatchInfo: /a/c/f2.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:38.000] Starting updateGraphWorker: Project: /a/c/tsconfig.json -Info 18 [00:00:39.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/c/tsconfig.json WatchType: Missing file -Info 19 [00:00:40.000] DirectoryWatcher:: Added:: WatchInfo: /a/c/node_modules/@types 1 undefined Project: /a/c/tsconfig.json WatchType: Type roots -Info 20 [00:00:41.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/c/node_modules/@types 1 undefined Project: /a/c/tsconfig.json WatchType: Type roots -Info 21 [00:00:42.000] Finishing updateGraphWorker: Project: /a/c/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 22 [00:00:43.000] Project '/a/c/tsconfig.json' (Configured) -Info 23 [00:00:44.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/c/f2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/c/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/c/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/c/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/c/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/c/f2.ts Text-1 "let y =1;" f2.ts Part of 'files' list in tsconfig.json -Info 24 [00:00:45.000] ----------------------------------------------- -Info 25 [00:00:46.000] FileWatcher:: Close:: WatchInfo: /a/b/f1.ts 500 undefined WatchType: Closed Script info -Info 26 [00:00:47.000] Search path: /a/b -Info 27 [00:00:48.000] For info: /a/b/f1.ts :: Config file name: /a/b/tsconfig.json -Info 28 [00:00:49.000] Project '/a/b/tsconfig.json' (Configured) -Info 28 [00:00:50.000] Files (1) - -Info 28 [00:00:51.000] ----------------------------------------------- -Info 28 [00:00:52.000] Project '/a/c/tsconfig.json' (Configured) -Info 28 [00:00:53.000] Files (1) - -Info 28 [00:00:54.000] ----------------------------------------------- -Info 28 [00:00:55.000] Open files: -Info 28 [00:00:56.000] FileName: /a/b/f1.ts ProjectRootPath: undefined -Info 28 [00:00:57.000] Projects: /a/b/tsconfig.json -Info 28 [00:00:58.000] Search path: /a/d -Info 29 [00:00:59.000] For info: /a/d/f3.ts :: No config files found. -Info 30 [00:01:00.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 31 [00:01:01.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 32 [00:01:02.000] DirectoryWatcher:: Added:: WatchInfo: /a/d/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 33 [00:01:03.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/d/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 34 [00:01:04.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 35 [00:01:05.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 36 [00:01:06.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/f1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/f1.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/c/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/f1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /a/d +Info seq [hh:mm:ss:mss] For info: /a/d/f3.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /a/d/f3.ts SVC-1-0 "let z =1;" f3.ts Root file specified for compilation -Info 37 [00:01:07.000] ----------------------------------------------- -Info 38 [00:01:08.000] Project '/a/b/tsconfig.json' (Configured) -Info 38 [00:01:09.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 38 [00:01:10.000] ----------------------------------------------- -Info 38 [00:01:11.000] Project '/a/c/tsconfig.json' (Configured) -Info 38 [00:01:12.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/c/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 38 [00:01:13.000] ----------------------------------------------- -Info 38 [00:01:14.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 38 [00:01:15.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 38 [00:01:16.000] ----------------------------------------------- -Info 38 [00:01:17.000] Open files: -Info 38 [00:01:18.000] FileName: /a/b/f1.ts ProjectRootPath: undefined -Info 38 [00:01:19.000] Projects: /a/b/tsconfig.json -Info 38 [00:01:20.000] FileName: /a/d/f3.ts ProjectRootPath: undefined -Info 38 [00:01:21.000] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/f1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /a/d/f3.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* Inferred project: /dev/null/inferredProject1* isOrphan:: false isClosed: false -Info 38 [00:01:22.000] `remove Project:: -Info 39 [00:01:23.000] Project '/a/c/tsconfig.json' (Configured) -Info 40 [00:01:24.000] Files (1) +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/a/c/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/c/f2.ts f2.ts Part of 'files' list in tsconfig.json -Info 41 [00:01:25.000] ----------------------------------------------- -Info 42 [00:01:26.000] FileWatcher:: Close:: WatchInfo: /a/c/tsconfig.json 2000 undefined Project: /a/c/tsconfig.json WatchType: Config file -Info 43 [00:01:27.000] DirectoryWatcher:: Close:: WatchInfo: /a/c/node_modules/@types 1 undefined Project: /a/c/tsconfig.json WatchType: Type roots -Info 44 [00:01:28.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/c/node_modules/@types 1 undefined Project: /a/c/tsconfig.json WatchType: Type roots -Info 45 [00:01:29.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/c/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/c/tsconfig.json 2000 undefined Project: /a/c/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/c/tsconfig.json WatchType: Missing file Inferred project: /dev/null/inferredProject1* isOrphan:: false isClosed: false -Info 46 [00:01:30.000] FileWatcher:: Added:: WatchInfo: /a/d/f3.ts 500 undefined WatchType: Closed Script info -Info 47 [00:01:31.000] Project '/a/b/tsconfig.json' (Configured) -Info 47 [00:01:32.000] Files (1) - -Info 47 [00:01:33.000] ----------------------------------------------- -Info 47 [00:01:34.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 47 [00:01:35.000] Files (1) - -Info 47 [00:01:36.000] ----------------------------------------------- -Info 47 [00:01:37.000] Open files: -Info 47 [00:01:38.000] FileName: /a/b/f1.ts ProjectRootPath: undefined -Info 47 [00:01:39.000] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/d/f3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/f1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json Inferred project: /dev/null/inferredProject1* isOrphan:: true isClosed: false -Info 47 [00:01:40.000] FileWatcher:: Added:: WatchInfo: /a/b/f1.ts 500 undefined WatchType: Closed Script info -Info 48 [00:01:41.000] Project '/a/b/tsconfig.json' (Configured) -Info 48 [00:01:42.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/f1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 48 [00:01:43.000] ----------------------------------------------- -Info 48 [00:01:44.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 48 [00:01:45.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 48 [00:01:46.000] ----------------------------------------------- -Info 48 [00:01:47.000] Open files: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: Inferred project: /dev/null/inferredProject1* isOrphan:: true isClosed: false -Info 48 [00:01:48.000] FileWatcher:: Close:: WatchInfo: /a/c/f2.ts 500 undefined WatchType: Closed Script info -Info 49 [00:01:49.000] Search path: /a/c -Info 50 [00:01:50.000] For info: /a/c/f2.ts :: Config file name: /a/c/tsconfig.json -Info 51 [00:01:51.000] Creating configuration project /a/c/tsconfig.json -Info 52 [00:01:52.000] FileWatcher:: Added:: WatchInfo: /a/c/tsconfig.json 2000 undefined Project: /a/c/tsconfig.json WatchType: Config file -Info 53 [00:01:53.000] Config: /a/c/tsconfig.json : { +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/c/f2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /a/c +Info seq [hh:mm:ss:mss] For info: /a/c/f2.ts :: Config file name: /a/c/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/c/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/c/tsconfig.json 2000 undefined Project: /a/c/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/c/tsconfig.json : { "rootNames": [ "/a/c/f2.ts" ], @@ -167,53 +159,47 @@ Info 53 [00:01:53.000] Config: /a/c/tsconfig.json : { "configFilePath": "/a/c/tsconfig.json" } } -Info 54 [00:01:54.000] Starting updateGraphWorker: Project: /a/c/tsconfig.json -Info 55 [00:01:55.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/c/tsconfig.json WatchType: Missing file -Info 56 [00:01:56.000] DirectoryWatcher:: Added:: WatchInfo: /a/c/node_modules/@types 1 undefined Project: /a/c/tsconfig.json WatchType: Type roots -Info 57 [00:01:57.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/c/node_modules/@types 1 undefined Project: /a/c/tsconfig.json WatchType: Type roots -Info 58 [00:01:58.000] Finishing updateGraphWorker: Project: /a/c/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 59 [00:01:59.000] Project '/a/c/tsconfig.json' (Configured) -Info 60 [00:02:00.000] Files (1) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/c/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/c/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/c/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/c/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/c/f2.ts Text-1 "let y =1;" f2.ts Part of 'files' list in tsconfig.json -Info 61 [00:02:01.000] ----------------------------------------------- -Info 62 [00:02:02.000] `remove Project:: -Info 63 [00:02:03.000] Project '/a/b/tsconfig.json' (Configured) -Info 64 [00:02:04.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/b/f1.ts f1.ts Part of 'files' list in tsconfig.json -Info 65 [00:02:05.000] ----------------------------------------------- -Info 66 [00:02:06.000] FileWatcher:: Close:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 67 [00:02:07.000] DirectoryWatcher:: Close:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 68 [00:02:08.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 69 [00:02:09.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 70 [00:02:10.000] `remove Project:: -Info 71 [00:02:11.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 72 [00:02:12.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /a/d/f3.ts f3.ts Root file specified for compilation -Info 73 [00:02:13.000] ----------------------------------------------- -Info 74 [00:02:14.000] DirectoryWatcher:: Close:: WatchInfo: /a/d/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 75 [00:02:15.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/d/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 76 [00:02:16.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 77 [00:02:17.000] FileWatcher:: Close:: WatchInfo: /a/b/f1.ts 500 undefined WatchType: Closed Script info -Info 78 [00:02:18.000] FileWatcher:: Close:: WatchInfo: /a/d/f3.ts 500 undefined WatchType: Closed Script info -Info 79 [00:02:19.000] Project '/a/c/tsconfig.json' (Configured) -Info 79 [00:02:20.000] Files (1) - -Info 79 [00:02:21.000] ----------------------------------------------- -Info 79 [00:02:22.000] Open files: -Info 79 [00:02:23.000] FileName: /a/c/f2.ts ProjectRootPath: undefined -Info 79 [00:02:24.000] Projects: /a/c/tsconfig.json \ No newline at end of file +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/f1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/d/f3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/a/c/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/c/f2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/c/tsconfig.json \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/externalProjects/external-project-with-included-config-file-opened-after-configured-project-and-then-closed.js b/tests/baselines/reference/tsserver/externalProjects/external-project-with-included-config-file-opened-after-configured-project-and-then-closed.js index 0ad333c242754..09fc1a03f41dc 100644 --- a/tests/baselines/reference/tsserver/externalProjects/external-project-with-included-config-file-opened-after-configured-project-and-then-closed.js +++ b/tests/baselines/reference/tsserver/externalProjects/external-project-with-included-config-file-opened-after-configured-project-and-then-closed.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:17.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/a/b/f1.ts] let x = 1 @@ -24,11 +24,11 @@ interface Array { length: number; [n: number]: T; } {"compilerOptions":{}} -Info 1 [00:00:18.000] Search path: /a/b -Info 2 [00:00:19.000] For info: /a/b/f1.ts :: Config file name: /a/b/tsconfig.json -Info 3 [00:00:20.000] Creating configuration project /a/b/tsconfig.json -Info 4 [00:00:21.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 5 [00:00:22.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/f1.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/b/tsconfig.json : { "rootNames": [ "/a/b/f1.ts" ], @@ -36,15 +36,13 @@ Info 5 [00:00:22.000] Config: /a/b/tsconfig.json : { "configFilePath": "/a/b/tsconfig.json" } } -Info 6 [00:00:23.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 7 [00:00:24.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:25.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 9 [00:00:26.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:27.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 11 [00:00:28.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 12 [00:00:29.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 13 [00:00:30.000] Project '/a/b/tsconfig.json' (Configured) -Info 14 [00:00:31.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/f1.ts SVC-1-0 "let x = 1" @@ -54,28 +52,26 @@ Info 14 [00:00:31.000] Files (2) f1.ts Matched by default include pattern '**/*' -Info 15 [00:00:32.000] ----------------------------------------------- -Info 16 [00:00:33.000] Project '/a/b/tsconfig.json' (Configured) -Info 16 [00:00:34.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 16 [00:00:35.000] ----------------------------------------------- -Info 16 [00:00:36.000] Open files: -Info 16 [00:00:37.000] FileName: /a/b/f1.ts ProjectRootPath: undefined -Info 16 [00:00:38.000] Projects: /a/b/tsconfig.json -Info 16 [00:00:39.000] FileWatcher:: Added:: WatchInfo: /a/b/f1.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:40.000] Project '/a/b/tsconfig.json' (Configured) -Info 17 [00:00:41.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/f1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/f1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 17 [00:00:42.000] ----------------------------------------------- -Info 17 [00:00:43.000] Open files: -Info 17 [00:00:44.000] Search path: /a -Info 18 [00:00:45.000] For info: /a/f2.ts :: No config files found. -Info 19 [00:00:46.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 20 [00:00:47.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 21 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 22 [00:00:49.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:00:50.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 24 [00:00:51.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/f2.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/f2.ts SVC-1-0 "let x = 1" @@ -85,10 +81,10 @@ Info 24 [00:00:51.000] Files (2) f2.ts Root file specified for compilation -Info 25 [00:00:52.000] ----------------------------------------------- -Info 26 [00:00:53.000] `remove Project:: -Info 27 [00:00:54.000] Project '/a/b/tsconfig.json' (Configured) -Info 28 [00:00:55.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts /a/b/f1.ts @@ -98,17 +94,15 @@ Info 28 [00:00:55.000] Files (2) f1.ts Matched by default include pattern '**/*' -Info 29 [00:00:56.000] ----------------------------------------------- -Info 30 [00:00:57.000] DirectoryWatcher:: Close:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 31 [00:00:58.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 32 [00:00:59.000] FileWatcher:: Close:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 33 [00:01:00.000] DirectoryWatcher:: Close:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 34 [00:01:01.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 35 [00:01:02.000] FileWatcher:: Close:: WatchInfo: /a/b/f1.ts 500 undefined WatchType: Closed Script info -Info 36 [00:01:03.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 36 [00:01:04.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/f1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 36 [00:01:05.000] ----------------------------------------------- -Info 36 [00:01:06.000] Open files: -Info 36 [00:01:07.000] FileName: /a/f2.ts ProjectRootPath: undefined -Info 36 [00:01:08.000] Projects: /dev/null/inferredProject1* \ No newline at end of file +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/f2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/externalProjects/external-project-with-included-config-file-opened-after-configured-project.js b/tests/baselines/reference/tsserver/externalProjects/external-project-with-included-config-file-opened-after-configured-project.js index eca16253f3133..6fe178cc8b0a0 100644 --- a/tests/baselines/reference/tsserver/externalProjects/external-project-with-included-config-file-opened-after-configured-project.js +++ b/tests/baselines/reference/tsserver/externalProjects/external-project-with-included-config-file-opened-after-configured-project.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:11.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/a/b/f1.ts] let x = 1 @@ -8,11 +8,11 @@ let x = 1 {"compilerOptions":{}} -Info 1 [00:00:12.000] Search path: /a/b -Info 2 [00:00:13.000] For info: /a/b/f1.ts :: Config file name: /a/b/tsconfig.json -Info 3 [00:00:14.000] Creating configuration project /a/b/tsconfig.json -Info 4 [00:00:15.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 5 [00:00:16.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/f1.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/b/tsconfig.json : { "rootNames": [ "/a/b/f1.ts" ], @@ -20,48 +20,44 @@ Info 5 [00:00:16.000] Config: /a/b/tsconfig.json : { "configFilePath": "/a/b/tsconfig.json" } } -Info 6 [00:00:17.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 7 [00:00:18.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:19.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 9 [00:00:20.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 10 [00:00:21.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 11 [00:00:22.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 12 [00:00:23.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 13 [00:00:24.000] Project '/a/b/tsconfig.json' (Configured) -Info 14 [00:00:25.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/b/f1.ts SVC-1-0 "let x = 1" f1.ts Matched by default include pattern '**/*' -Info 15 [00:00:26.000] ----------------------------------------------- -Info 16 [00:00:27.000] Project '/a/b/tsconfig.json' (Configured) -Info 16 [00:00:28.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 16 [00:00:29.000] ----------------------------------------------- -Info 16 [00:00:30.000] Open files: -Info 16 [00:00:31.000] FileName: /a/b/f1.ts ProjectRootPath: undefined -Info 16 [00:00:32.000] Projects: /a/b/tsconfig.json -Info 16 [00:00:33.000] FileWatcher:: Added:: WatchInfo: /a/b/f1.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:34.000] Project '/a/b/tsconfig.json' (Configured) -Info 17 [00:00:35.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/f1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/f1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 17 [00:00:36.000] ----------------------------------------------- -Info 17 [00:00:37.000] Open files: -Info 17 [00:00:38.000] `remove Project:: -Info 18 [00:00:39.000] Project '/a/b/tsconfig.json' (Configured) -Info 19 [00:00:40.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/b/f1.ts f1.ts Matched by default include pattern '**/*' -Info 20 [00:00:41.000] ----------------------------------------------- -Info 21 [00:00:42.000] DirectoryWatcher:: Close:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 22 [00:00:43.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 23 [00:00:44.000] FileWatcher:: Close:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 24 [00:00:45.000] DirectoryWatcher:: Close:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 25 [00:00:46.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 26 [00:00:47.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file \ No newline at end of file +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/externalProjects/handles-creation-of-external-project-with-jsconfig-before-jsconfig-creation-watcher-is-invoked.js b/tests/baselines/reference/tsserver/externalProjects/handles-creation-of-external-project-with-jsconfig-before-jsconfig-creation-watcher-is-invoked.js index aa2a59b9f2e6d..d723639a48f4d 100644 --- a/tests/baselines/reference/tsserver/externalProjects/handles-creation-of-external-project-with-jsconfig-before-jsconfig-creation-watcher-is-invoked.js +++ b/tests/baselines/reference/tsserver/externalProjects/handles-creation-of-external-project-with-jsconfig-before-jsconfig-creation-watcher-is-invoked.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:19.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/a/lib/lib.d.ts] /// @@ -18,37 +18,41 @@ interface Array { length: number; [n: number]: T; } {} -Info 1 [00:00:20.000] Creating configuration project /user/username/projects/myproject/tsconfig.json -Info 2 [00:00:21.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 3 [00:00:22.000] Config: /user/username/projects/myproject/tsconfig.json : { +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig.json : { "rootNames": [], "options": { "configFilePath": "/user/username/projects/myproject/tsconfig.json" } } -Info 4 [00:00:23.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 5 [00:00:24.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 6 [00:00:25.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 7 [00:00:26.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 8 [00:00:27.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 9 [00:00:28.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 10 [00:00:29.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 11 [00:00:30.000] Files (0) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) -Info 12 [00:00:31.000] ----------------------------------------------- -Info 13 [00:00:34.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/javascript.js :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:35.000] Project: /user/username/projects/myproject/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/javascript.js -Info 15 [00:00:36.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/javascript.js :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 16 [00:00:37.000] Search path: /user/username/projects/myproject -Info 17 [00:00:38.000] For info: /user/username/projects/myproject/javascript.js :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 18 [00:00:39.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 19 [00:00:40.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 20 [00:00:41.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 21 [00:00:42.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 22 [00:00:43.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 23 [00:00:44.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 24 [00:00:45.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 25 [00:00:46.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/javascript.js :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/javascript.js +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/javascript.js :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/javascript.js :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/javascript.js SVC-1-0 "" @@ -58,20 +62,20 @@ Info 25 [00:00:46.000] Files (2) javascript.js Root file specified for compilation -Info 26 [00:00:47.000] ----------------------------------------------- -Info 27 [00:00:48.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 27 [00:00:49.000] Files (0) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) -Info 27 [00:00:50.000] ----------------------------------------------- -Info 27 [00:00:51.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 27 [00:00:52.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 27 [00:00:53.000] ----------------------------------------------- -Info 27 [00:00:54.000] Open files: -Info 27 [00:00:55.000] FileName: /user/username/projects/myproject/javascript.js ProjectRootPath: undefined -Info 27 [00:00:56.000] Projects: /dev/null/inferredProject1* -Info 27 [00:00:59.000] Creating configuration project /user/username/projects/myproject/jsconfig.json -Info 28 [00:01:00.000] Config: /user/username/projects/myproject/jsconfig.json : { +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/javascript.js ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/jsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/jsconfig.json : { "rootNames": [ "/user/username/projects/myproject/javascript.js" ], @@ -84,16 +88,20 @@ Info 28 [00:01:00.000] Config: /user/username/projects/myproject/jsconfig.json "configFilePath": "/user/username/projects/myproject/jsconfig.json" } } -Info 29 [00:01:01.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/jsconfig.json WatchType: Wild card directory -Info 30 [00:01:02.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/jsconfig.json WatchType: Wild card directory -Info 31 [00:01:03.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 32 [00:01:04.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 33 [00:01:05.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/jsconfig.json -Info 34 [00:01:06.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/jsconfig.json WatchType: Type roots -Info 35 [00:01:07.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/jsconfig.json WatchType: Type roots -Info 36 [00:01:08.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/jsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 37 [00:01:09.000] Project '/user/username/projects/myproject/jsconfig.json' (Configured) -Info 38 [00:01:10.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/jsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/jsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/jsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/jsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/jsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/jsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/jsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/jsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/jsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/javascript.js SVC-1-0 "" @@ -103,5 +111,5 @@ Info 38 [00:01:10.000] Files (2) javascript.js Matched by default include pattern '**/*' -Info 39 [00:01:11.000] ----------------------------------------------- +Info seq [hh:mm:ss:mss] ----------------------------------------------- Inferred project: /dev/null/inferredProject1* isOrphan:: true isClosed: false \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/externalProjects/handles-loads-existing-configured-projects-of-external-projects-when-lazyConfiguredProjectsFromExternalProject-is-disabled.js b/tests/baselines/reference/tsserver/externalProjects/handles-loads-existing-configured-projects-of-external-projects-when-lazyConfiguredProjectsFromExternalProject-is-disabled.js index b6f4f11cca4f1..b06dfc7eaa499 100644 --- a/tests/baselines/reference/tsserver/externalProjects/handles-loads-existing-configured-projects-of-external-projects-when-lazyConfiguredProjectsFromExternalProject-is-disabled.js +++ b/tests/baselines/reference/tsserver/externalProjects/handles-loads-existing-configured-projects-of-external-projects-when-lazyConfiguredProjectsFromExternalProject-is-disabled.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:11.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/a/b/app.ts] let x = 1 @@ -8,10 +8,10 @@ let x = 1 {} -Info 1 [00:00:12.000] Creating configuration project /a/b/tsconfig.json -Info 2 [00:00:13.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 3 [00:00:14.000] Loading configured project /a/b/tsconfig.json -Info 4 [00:00:15.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Creating configuration project /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Loading configured project /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /a/b/tsconfig.json : { "rootNames": [ "/a/b/app.ts" ], @@ -19,42 +19,38 @@ Info 4 [00:00:15.000] Config: /a/b/tsconfig.json : { "configFilePath": "/a/b/tsconfig.json" } } -Info 5 [00:00:16.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 6 [00:00:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 7 [00:00:18.000] FileWatcher:: Added:: WatchInfo: /a/b/app.ts 500 undefined WatchType: Closed Script info -Info 8 [00:00:19.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 9 [00:00:20.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 10 [00:00:21.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 11 [00:00:22.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 12 [00:00:23.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 13 [00:00:24.000] Project '/a/b/tsconfig.json' (Configured) -Info 14 [00:00:25.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/app.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/b/app.ts Text-1 "let x = 1" app.ts Matched by default include pattern '**/*' -Info 15 [00:00:26.000] ----------------------------------------------- -Info 16 [00:00:27.000] `remove Project:: -Info 17 [00:00:28.000] Project '/a/b/tsconfig.json' (Configured) -Info 18 [00:00:29.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/b/app.ts app.ts Matched by default include pattern '**/*' -Info 19 [00:00:30.000] ----------------------------------------------- -Info 20 [00:00:31.000] DirectoryWatcher:: Close:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 21 [00:00:32.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 22 [00:00:33.000] FileWatcher:: Close:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 23 [00:00:34.000] DirectoryWatcher:: Close:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 24 [00:00:35.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 25 [00:00:36.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 26 [00:00:37.000] Creating configuration project /a/b/tsconfig.json -Info 27 [00:00:38.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 28 [00:00:39.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Creating configuration project /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/b/tsconfig.json : { "rootNames": [ "/a/b/app.ts" ], @@ -62,19 +58,17 @@ Info 28 [00:00:39.000] Config: /a/b/tsconfig.json : { "configFilePath": "/a/b/tsconfig.json" } } -Info 29 [00:00:40.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 30 [00:00:41.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 31 [00:00:42.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 32 [00:00:43.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 33 [00:00:44.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 34 [00:00:45.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 35 [00:00:46.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 36 [00:00:47.000] Project '/a/b/tsconfig.json' (Configured) -Info 37 [00:00:48.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/b/app.ts Text-1 "let x = 1" app.ts Matched by default include pattern '**/*' -Info 38 [00:00:49.000] ----------------------------------------------- \ No newline at end of file +Info seq [hh:mm:ss:mss] ----------------------------------------------- \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/externalProjects/language-service-disabled-state-is-updated-in-external-projects.js b/tests/baselines/reference/tsserver/externalProjects/language-service-disabled-state-is-updated-in-external-projects.js index 8a6d731fd6a17..0ba053807be2d 100644 --- a/tests/baselines/reference/tsserver/externalProjects/language-service-disabled-state-is-updated-in-external-projects.js +++ b/tests/baselines/reference/tsserver/externalProjects/language-service-disabled-state-is-updated-in-external-projects.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:09.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/a/app.js] var x = 1 @@ -8,40 +8,36 @@ var x = 1 -Info 1 [00:00:10.000] Non TS file size exceeded limit (20971530). Largest files: /a/largefile.js:20971521, /a/app.js:9 -Info 2 [00:00:11.000] FileWatcher:: Added:: WatchInfo: /a/app.js 500 undefined WatchType: Closed Script info -Info 3 [00:00:12.000] FileWatcher:: Added:: WatchInfo: /a/largefile.js 500 undefined WatchType: Closed Script info -Info 4 [00:00:13.000] Starting updateGraphWorker: Project: /a/proj.csproj -Info 5 [00:00:14.000] Finishing updateGraphWorker: Project: /a/proj.csproj Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 6 [00:00:15.000] Project '/a/proj.csproj' (External) -Info 7 [00:00:16.000] Files (0) +Info seq [hh:mm:ss:mss] Non TS file size exceeded limit (20971530). Largest files: /a/largefile.js:20971521, /a/app.js:9 +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/app.js 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/largefile.js 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/proj.csproj +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/proj.csproj Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/proj.csproj' (External) +Info seq [hh:mm:ss:mss] Files (0) -Info 8 [00:00:17.000] ----------------------------------------------- -Info 9 [00:00:18.000] Starting updateGraphWorker: Project: /a/proj.csproj -Info 10 [00:00:19.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/proj.csproj WatchType: Missing file -Info 11 [00:00:20.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/proj.csproj WatchType: Type roots -Info 12 [00:00:21.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/proj.csproj WatchType: Type roots -Info 13 [00:00:22.000] Finishing updateGraphWorker: Project: /a/proj.csproj Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 14 [00:00:23.000] Project '/a/proj.csproj' (External) -Info 15 [00:00:24.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/proj.csproj +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/proj.csproj WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/proj.csproj Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/proj.csproj' (External) +Info seq [hh:mm:ss:mss] Files (1) /a/app.js Text-1 "var x = 1" app.js Root file specified for compilation -Info 16 [00:00:25.000] ----------------------------------------------- -Info 17 [00:00:26.000] Non TS file size exceeded limit (20971530). Largest files: /a/largefile.js:20971521, /a/app.js:9 -Info 18 [00:00:27.000] DirectoryWatcher:: Close:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/proj.csproj WatchType: Type roots -Info 19 [00:00:28.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/proj.csproj WatchType: Type roots -Info 20 [00:00:29.000] Starting updateGraphWorker: Project: /a/proj.csproj -Info 21 [00:00:30.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/proj.csproj WatchType: Missing file -Info 22 [00:00:31.000] Finishing updateGraphWorker: Project: /a/proj.csproj Version: 3 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:00:32.000] Project '/a/proj.csproj' (External) -Info 24 [00:00:33.000] Files (0) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Non TS file size exceeded limit (20971530). Largest files: /a/largefile.js:20971521, /a/app.js:9 +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/proj.csproj +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/proj.csproj WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/proj.csproj Version: 3 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/proj.csproj' (External) +Info seq [hh:mm:ss:mss] Files (0) -Info 25 [00:00:34.000] ----------------------------------------------- \ No newline at end of file +Info seq [hh:mm:ss:mss] ----------------------------------------------- \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/externalProjects/load-global-plugins.js b/tests/baselines/reference/tsserver/externalProjects/load-global-plugins.js index 79dd58e442c5b..c4a879623c5ef 100644 --- a/tests/baselines/reference/tsserver/externalProjects/load-global-plugins.js +++ b/tests/baselines/reference/tsserver/externalProjects/load-global-plugins.js @@ -1,11 +1,11 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:07.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/file1.ts] let x = [1, 2]; -Info 1 [00:00:08.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "openExternalProjects", "arguments": { @@ -24,26 +24,24 @@ Info 1 [00:00:08.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:09.000] Loading global plugin myplugin -Info 3 [00:00:10.000] Enabling plugin myplugin from candidate paths: /a/lib/tsc.js/../../.. -Info 4 [00:00:11.000] Loading myplugin from /a/lib/tsc.js/../../.. (resolved to /a/lib/tsc.js/../../../node_modules) -Info 5 [00:00:12.000] Plugin validation succeeded -Info 6 [00:00:13.000] FileWatcher:: Added:: WatchInfo: /a/file1.ts 500 undefined WatchType: Closed Script info -Info 7 [00:00:14.000] Starting updateGraphWorker: Project: /a/proj1.csproj -Info 8 [00:00:15.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/proj1.csproj WatchType: Missing file -Info 9 [00:00:16.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/proj1.csproj WatchType: Type roots -Info 10 [00:00:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/proj1.csproj WatchType: Type roots -Info 11 [00:00:18.000] Finishing updateGraphWorker: Project: /a/proj1.csproj Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 12 [00:00:19.000] Project '/a/proj1.csproj' (External) -Info 13 [00:00:20.000] Files (1) +Info seq [hh:mm:ss:mss] Loading global plugin myplugin +Info seq [hh:mm:ss:mss] Enabling plugin myplugin from candidate paths: /a/lib/tsc.js/../../.. +Info seq [hh:mm:ss:mss] Loading myplugin from /a/lib/tsc.js/../../.. (resolved to /a/lib/tsc.js/../../../node_modules) +Info seq [hh:mm:ss:mss] Plugin validation succeeded +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/file1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/proj1.csproj +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/proj1.csproj WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/proj1.csproj Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/proj1.csproj' (External) +Info seq [hh:mm:ss:mss] Files (1) /a/file1.ts Text-1 "let x = [1, 2];" file1.ts Root file specified for compilation -Info 14 [00:00:21.000] ----------------------------------------------- -Info 15 [00:00:22.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -53,8 +51,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/file1.ts: *new* @@ -62,7 +58,7 @@ FsWatches:: Before request -Info 16 [00:00:23.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "semanticDiagnosticsSync", "arguments": { @@ -72,7 +68,7 @@ Info 16 [00:00:23.000] request: "seq": 2, "type": "request" } -Info 17 [00:00:24.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [ { diff --git a/tests/baselines/reference/tsserver/externalProjects/remove-not-listed-external-projects.js b/tests/baselines/reference/tsserver/externalProjects/remove-not-listed-external-projects.js index 3095edcb588eb..d51e61ed8dcb0 100644 --- a/tests/baselines/reference/tsserver/externalProjects/remove-not-listed-external-projects.js +++ b/tests/baselines/reference/tsserver/externalProjects/remove-not-listed-external-projects.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:15.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/app.ts] let x = 1 @@ -11,7 +11,7 @@ let x = 1 let x = 1 -Info 1 [00:00:16.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "openExternalProjects", "arguments": { @@ -39,37 +39,33 @@ Info 1 [00:00:16.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:17.000] FileWatcher:: Added:: WatchInfo: /a/app.ts 500 undefined WatchType: Closed Script info -Info 3 [00:00:18.000] Starting updateGraphWorker: Project: /a/app.ts.csproj -Info 4 [00:00:19.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/app.ts.csproj WatchType: Missing file -Info 5 [00:00:20.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/app.ts.csproj WatchType: Type roots -Info 6 [00:00:21.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/app.ts.csproj WatchType: Type roots -Info 7 [00:00:22.000] Finishing updateGraphWorker: Project: /a/app.ts.csproj Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 8 [00:00:23.000] Project '/a/app.ts.csproj' (External) -Info 9 [00:00:24.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/app.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/app.ts.csproj +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/app.ts.csproj WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/app.ts.csproj Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/app.ts.csproj' (External) +Info seq [hh:mm:ss:mss] Files (1) /a/app.ts Text-1 "let x = 1" app.ts Root file specified for compilation -Info 10 [00:00:25.000] ----------------------------------------------- -Info 11 [00:00:26.000] FileWatcher:: Added:: WatchInfo: /b/app.ts 500 undefined WatchType: Closed Script info -Info 12 [00:00:27.000] Starting updateGraphWorker: Project: /b/app.ts.csproj -Info 13 [00:00:28.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/app.ts.csproj WatchType: Missing file -Info 14 [00:00:29.000] DirectoryWatcher:: Added:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/app.ts.csproj WatchType: Type roots -Info 15 [00:00:30.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/app.ts.csproj WatchType: Type roots -Info 16 [00:00:31.000] Finishing updateGraphWorker: Project: /b/app.ts.csproj Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 17 [00:00:32.000] Project '/b/app.ts.csproj' (External) -Info 18 [00:00:33.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b/app.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /b/app.ts.csproj +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/app.ts.csproj WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /b/app.ts.csproj Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/b/app.ts.csproj' (External) +Info seq [hh:mm:ss:mss] Files (1) /b/app.ts Text-1 "let x = 1" app.ts Root file specified for compilation -Info 19 [00:00:34.000] ----------------------------------------------- -Info 20 [00:00:35.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -79,10 +75,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/node_modules/@types: *new* - {"pollingInterval":500} -/b/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/app.ts: *new* @@ -92,7 +84,7 @@ FsWatches:: Before request -Info 21 [00:00:36.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "openExternalProjects", "arguments": { @@ -128,38 +120,34 @@ Info 21 [00:00:36.000] request: "seq": 2, "type": "request" } -Info 22 [00:00:37.000] Starting updateGraphWorker: Project: /a/app.ts.csproj -Info 23 [00:00:38.000] Finishing updateGraphWorker: Project: /a/app.ts.csproj Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 24 [00:00:39.000] Same program as before -Info 25 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /c/app.ts 500 undefined WatchType: Closed Script info -Info 26 [00:00:41.000] Starting updateGraphWorker: Project: /c/app.ts.csproj -Info 27 [00:00:42.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /c/app.ts.csproj WatchType: Missing file -Info 28 [00:00:43.000] DirectoryWatcher:: Added:: WatchInfo: /c/node_modules/@types 1 undefined Project: /c/app.ts.csproj WatchType: Type roots -Info 29 [00:00:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /c/node_modules/@types 1 undefined Project: /c/app.ts.csproj WatchType: Type roots -Info 30 [00:00:45.000] Finishing updateGraphWorker: Project: /c/app.ts.csproj Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 31 [00:00:46.000] Project '/c/app.ts.csproj' (External) -Info 32 [00:00:47.000] Files (1) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/app.ts.csproj +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/app.ts.csproj Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /c/app.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /c/app.ts.csproj +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /c/app.ts.csproj WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /c/app.ts.csproj Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/c/app.ts.csproj' (External) +Info seq [hh:mm:ss:mss] Files (1) /c/app.ts Text-1 "let x = 1" app.ts Root file specified for compilation -Info 33 [00:00:48.000] ----------------------------------------------- -Info 34 [00:00:49.000] `remove Project:: -Info 35 [00:00:50.000] Project '/b/app.ts.csproj' (External) -Info 36 [00:00:51.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/b/app.ts.csproj' (External) +Info seq [hh:mm:ss:mss] Files (1) /b/app.ts app.ts Root file specified for compilation -Info 37 [00:00:52.000] ----------------------------------------------- -Info 38 [00:00:53.000] DirectoryWatcher:: Close:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/app.ts.csproj WatchType: Type roots -Info 39 [00:00:54.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/app.ts.csproj WatchType: Type roots -Info 40 [00:00:55.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/app.ts.csproj WatchType: Missing file -Info 41 [00:00:56.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/app.ts.csproj WatchType: Missing file +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -169,14 +157,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/a/node_modules/@types: - {"pollingInterval":500} -/c/node_modules/@types: *new* - {"pollingInterval":500} - -PolledWatches *deleted*:: -/b/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/app.ts: @@ -188,7 +168,7 @@ FsWatches:: Before request -Info 42 [00:00:57.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "openExternalProjects", "arguments": { @@ -197,33 +177,29 @@ Info 42 [00:00:57.000] request: "seq": 3, "type": "request" } -Info 43 [00:00:58.000] `remove Project:: -Info 44 [00:00:59.000] Project '/a/app.ts.csproj' (External) -Info 45 [00:01:00.000] Files (1) +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/a/app.ts.csproj' (External) +Info seq [hh:mm:ss:mss] Files (1) /a/app.ts app.ts Root file specified for compilation -Info 46 [00:01:01.000] ----------------------------------------------- -Info 47 [00:01:02.000] DirectoryWatcher:: Close:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/app.ts.csproj WatchType: Type roots -Info 48 [00:01:03.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/app.ts.csproj WatchType: Type roots -Info 49 [00:01:04.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/app.ts.csproj WatchType: Missing file -Info 50 [00:01:05.000] `remove Project:: -Info 51 [00:01:06.000] Project '/c/app.ts.csproj' (External) -Info 52 [00:01:07.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/app.ts.csproj WatchType: Missing file +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/c/app.ts.csproj' (External) +Info seq [hh:mm:ss:mss] Files (1) /c/app.ts app.ts Root file specified for compilation -Info 53 [00:01:08.000] ----------------------------------------------- -Info 54 [00:01:09.000] DirectoryWatcher:: Close:: WatchInfo: /c/node_modules/@types 1 undefined Project: /c/app.ts.csproj WatchType: Type roots -Info 55 [00:01:10.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /c/node_modules/@types 1 undefined Project: /c/app.ts.csproj WatchType: Type roots -Info 56 [00:01:11.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /c/app.ts.csproj WatchType: Missing file -Info 57 [00:01:12.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /c/app.ts.csproj WatchType: Missing file +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -233,10 +209,6 @@ After request PolledWatches *deleted*:: /a/lib/lib.d.ts: {"pollingInterval":500} -/a/node_modules/@types: - {"pollingInterval":500} -/c/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/app.ts: @@ -248,7 +220,7 @@ FsWatches:: Before request -Info 58 [00:01:13.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "openExternalProjects", "arguments": { @@ -275,21 +247,19 @@ Info 58 [00:01:13.000] request: "seq": 4, "type": "request" } -Info 59 [00:01:14.000] Starting updateGraphWorker: Project: /b/app.ts.csproj -Info 60 [00:01:15.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/app.ts.csproj WatchType: Missing file -Info 61 [00:01:16.000] DirectoryWatcher:: Added:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/app.ts.csproj WatchType: Type roots -Info 62 [00:01:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/app.ts.csproj WatchType: Type roots -Info 63 [00:01:18.000] Finishing updateGraphWorker: Project: /b/app.ts.csproj Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 64 [00:01:19.000] Project '/b/app.ts.csproj' (External) -Info 65 [00:01:20.000] Files (1) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /b/app.ts.csproj +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/app.ts.csproj WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /b/app.ts.csproj Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/b/app.ts.csproj' (External) +Info seq [hh:mm:ss:mss] Files (1) /b/app.ts Text-1 "let x = 1" app.ts Root file specified for compilation -Info 66 [00:01:21.000] ----------------------------------------------- -Info 67 [00:01:22.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -299,8 +269,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/b/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/app.ts: diff --git a/tests/baselines/reference/tsserver/externalProjects/should-handle-non-existing-directories-in-config-file.js b/tests/baselines/reference/tsserver/externalProjects/should-handle-non-existing-directories-in-config-file.js index c23a34e849c17..21751cae0866d 100644 --- a/tests/baselines/reference/tsserver/externalProjects/should-handle-non-existing-directories-in-config-file.js +++ b/tests/baselines/reference/tsserver/externalProjects/should-handle-non-existing-directories-in-config-file.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:11.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/a/src/app.ts] let x = 1; @@ -8,11 +8,11 @@ let x = 1; {"compilerOptions":{},"include":["src/**/*","notexistingfolder/*"]} -Info 1 [00:00:12.000] Search path: /a/src -Info 2 [00:00:13.000] For info: /a/src/app.ts :: Config file name: /a/tsconfig.json -Info 3 [00:00:14.000] Creating configuration project /a/tsconfig.json -Info 4 [00:00:15.000] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 5 [00:00:16.000] Config: /a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a/src +Info seq [hh:mm:ss:mss] For info: /a/src/app.ts :: Config file name: /a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/tsconfig.json : { "rootNames": [ "/a/src/app.ts" ], @@ -20,47 +20,45 @@ Info 5 [00:00:16.000] Config: /a/tsconfig.json : { "configFilePath": "/a/tsconfig.json" } } -Info 6 [00:00:17.000] DirectoryWatcher:: Added:: WatchInfo: /a/src 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 7 [00:00:18.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/src 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:19.000] DirectoryWatcher:: Added:: WatchInfo: /a/notexistingfolder 0 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:20.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/notexistingfolder 0 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:21.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 11 [00:00:22.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 12 [00:00:23.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 13 [00:00:24.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 14 [00:00:25.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:26.000] Project '/a/tsconfig.json' (Configured) -Info 16 [00:00:27.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/src 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/src 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/notexistingfolder 0 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/notexistingfolder 0 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/src/app.ts SVC-1-0 "let x = 1;" src/app.ts Matched by include pattern 'src/**/*' in 'tsconfig.json' -Info 17 [00:00:28.000] ----------------------------------------------- -Info 18 [00:00:29.000] Project '/a/tsconfig.json' (Configured) -Info 18 [00:00:30.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 18 [00:00:31.000] ----------------------------------------------- -Info 18 [00:00:32.000] Open files: -Info 18 [00:00:33.000] FileName: /a/src/app.ts ProjectRootPath: undefined -Info 18 [00:00:34.000] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/src/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json Configured project: /a/tsconfig.json hasOpenRef:: true isClosed: false -Info 18 [00:00:35.000] FileWatcher:: Added:: WatchInfo: /a/src/app.ts 500 undefined WatchType: Closed Script info -Info 19 [00:00:36.000] Project '/a/tsconfig.json' (Configured) -Info 19 [00:00:37.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/src/app.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 19 [00:00:38.000] ----------------------------------------------- -Info 19 [00:00:39.000] Open files: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: Configured project: /a/tsconfig.json hasOpenRef:: false isClosed: false -Info 19 [00:00:40.000] FileWatcher:: Close:: WatchInfo: /a/src/app.ts 500 undefined WatchType: Closed Script info -Info 20 [00:00:41.000] Search path: /a/src -Info 21 [00:00:42.000] For info: /a/src/app.ts :: Config file name: /a/tsconfig.json -Info 22 [00:00:43.000] Project '/a/tsconfig.json' (Configured) -Info 22 [00:00:44.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/src/app.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /a/src +Info seq [hh:mm:ss:mss] For info: /a/src/app.ts :: Config file name: /a/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 22 [00:00:45.000] ----------------------------------------------- -Info 22 [00:00:46.000] Open files: -Info 22 [00:00:47.000] FileName: /a/src/app.ts ProjectRootPath: undefined -Info 22 [00:00:48.000] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/src/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json Configured project: /a/tsconfig.json hasOpenRef:: true isClosed: false \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/externalProjects/should-not-close-external-project-with-no-open-files.js b/tests/baselines/reference/tsserver/externalProjects/should-not-close-external-project-with-no-open-files.js index eb7dfa0f05cde..ca2da2cfa30c6 100644 --- a/tests/baselines/reference/tsserver/externalProjects/should-not-close-external-project-with-no-open-files.js +++ b/tests/baselines/reference/tsserver/externalProjects/should-not-close-external-project-with-no-open-files.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:11.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/a/b/f1.ts] let x =1; @@ -8,13 +8,13 @@ let x =1; let y =1; -Info 1 [00:00:12.000] FileWatcher:: Added:: WatchInfo: /a/b/f1.ts 500 undefined WatchType: Closed Script info -Info 2 [00:00:13.000] FileWatcher:: Added:: WatchInfo: /a/b/f2.ts 500 undefined WatchType: Closed Script info -Info 3 [00:00:14.000] Starting updateGraphWorker: Project: externalproject -Info 4 [00:00:15.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: externalproject WatchType: Missing file -Info 5 [00:00:16.000] Finishing updateGraphWorker: Project: externalproject Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 6 [00:00:17.000] Project 'externalproject' (External) -Info 7 [00:00:18.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/f1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/f2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: externalproject +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: externalproject WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: externalproject Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project 'externalproject' (External) +Info seq [hh:mm:ss:mss] Files (2) /a/b/f1.ts Text-1 "let x =1;" /a/b/f2.ts Text-1 "let y =1;" @@ -24,24 +24,24 @@ Info 7 [00:00:18.000] Files (2) a/b/f2.ts Root file specified for compilation -Info 8 [00:00:19.000] ----------------------------------------------- -Info 9 [00:00:20.000] FileWatcher:: Close:: WatchInfo: /a/b/f1.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:21.000] Project 'externalproject' (External) -Info 10 [00:00:22.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/f1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project 'externalproject' (External) +Info seq [hh:mm:ss:mss] Files (2) -Info 10 [00:00:23.000] ----------------------------------------------- -Info 10 [00:00:24.000] Open files: -Info 10 [00:00:25.000] FileName: /a/b/f1.ts ProjectRootPath: undefined -Info 10 [00:00:26.000] Projects: externalproject -Info 10 [00:00:27.000] FileWatcher:: Added:: WatchInfo: /a/b/f1.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:28.000] Project 'externalproject' (External) -Info 11 [00:00:29.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/f1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: externalproject +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/f1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project 'externalproject' (External) +Info seq [hh:mm:ss:mss] Files (2) -Info 11 [00:00:30.000] ----------------------------------------------- -Info 11 [00:00:31.000] Open files: -Info 11 [00:00:32.000] `remove Project:: -Info 12 [00:00:33.000] Project 'externalproject' (External) -Info 13 [00:00:34.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project 'externalproject' (External) +Info seq [hh:mm:ss:mss] Files (2) /a/b/f1.ts /a/b/f2.ts @@ -51,5 +51,5 @@ Info 13 [00:00:34.000] Files (2) a/b/f2.ts Root file specified for compilation -Info 14 [00:00:35.000] ----------------------------------------------- -Info 15 [00:00:36.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: externalproject WatchType: Missing file \ No newline at end of file +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: externalproject WatchType: Missing file \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/externalProjects/when-file-name-starts-with-caret.js b/tests/baselines/reference/tsserver/externalProjects/when-file-name-starts-with-caret.js index 09cf5803db0d5..77c4d6e41c23c 100644 --- a/tests/baselines/reference/tsserver/externalProjects/when-file-name-starts-with-caret.js +++ b/tests/baselines/reference/tsserver/externalProjects/when-file-name-starts-with-caret.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:21.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/user/username/projects/myproject/file.ts] const x = 10; @@ -21,15 +21,17 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:22.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/file.ts 500 undefined WatchType: Closed Script info -Info 2 [00:00:23.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/^app.ts 500 undefined WatchType: Closed Script info -Info 3 [00:00:24.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/myproject.njsproj -Info 4 [00:00:25.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 5 [00:00:26.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/myproject.njsproj WatchType: Type roots -Info 6 [00:00:27.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/myproject.njsproj WatchType: Type roots -Info 7 [00:00:28.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/myproject.njsproj Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 8 [00:00:29.000] Project '/user/username/projects/myproject/myproject.njsproj' (External) -Info 9 [00:00:30.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/file.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/^app.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/myproject.njsproj +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/myproject.njsproj WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/myproject.njsproj WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/myproject.njsproj WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/myproject.njsproj WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/myproject.njsproj Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/myproject.njsproj' (External) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/file.ts Text-1 "const x = 10;" /user/username/projects/myproject/^app.ts Text-1 "const y = 10;" @@ -42,4 +44,4 @@ Info 9 [00:00:30.000] Files (3) ^app.ts Root file specified for compilation -Info 10 [00:00:31.000] ----------------------------------------------- \ No newline at end of file +Info seq [hh:mm:ss:mss] ----------------------------------------------- \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/findAllReferences/does-not-try-to-open-a-file-in-a-project-that-was-updated-and-no-longer-has-the-file.js b/tests/baselines/reference/tsserver/findAllReferences/does-not-try-to-open-a-file-in-a-project-that-was-updated-and-no-longer-has-the-file.js index 8b566bd501ab4..2254330b10d09 100644 --- a/tests/baselines/reference/tsserver/findAllReferences/does-not-try-to-open-a-file-in-a-project-that-was-updated-and-no-longer-has-the-file.js +++ b/tests/baselines/reference/tsserver/findAllReferences/does-not-try-to-open-a-file-in-a-project-that-was-updated-and-no-longer-has-the-file.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:23.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/packages/babel-loader/tsconfig.json] @@ -59,7 +59,7 @@ const bar: Bar = { -Info 1 [00:00:24.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "updateOpen", "arguments": { @@ -73,11 +73,11 @@ Info 1 [00:00:24.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:25.000] Search path: /packages/babel-loader/src -Info 3 [00:00:26.000] For info: /packages/babel-loader/src/index.ts :: Config file name: /packages/babel-loader/tsconfig.json -Info 4 [00:00:27.000] Creating configuration project /packages/babel-loader/tsconfig.json -Info 5 [00:00:28.000] FileWatcher:: Added:: WatchInfo: /packages/babel-loader/tsconfig.json 2000 undefined Project: /packages/babel-loader/tsconfig.json WatchType: Config file -Info 6 [00:00:29.000] Config: /packages/babel-loader/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /packages/babel-loader/src +Info seq [hh:mm:ss:mss] For info: /packages/babel-loader/src/index.ts :: Config file name: /packages/babel-loader/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /packages/babel-loader/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /packages/babel-loader/tsconfig.json 2000 undefined Project: /packages/babel-loader/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /packages/babel-loader/tsconfig.json : { "rootNames": [ "/packages/babel-loader/src/index.ts" ], @@ -98,10 +98,10 @@ Info 6 [00:00:29.000] Config: /packages/babel-loader/tsconfig.json : { } ] } -Info 7 [00:00:30.000] DirectoryWatcher:: Added:: WatchInfo: /packages/babel-loader/src 1 undefined Config: /packages/babel-loader/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:31.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /packages/babel-loader/src 1 undefined Config: /packages/babel-loader/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:32.000] Starting updateGraphWorker: Project: /packages/babel-loader/tsconfig.json -Info 10 [00:00:33.000] Config: /packages/core/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /packages/babel-loader/src 1 undefined Config: /packages/babel-loader/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /packages/babel-loader/src 1 undefined Config: /packages/babel-loader/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /packages/babel-loader/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /packages/core/tsconfig.json : { "rootNames": [ "/packages/core/src/index.ts", "/packages/core/src/loading-indicator.ts" @@ -117,17 +117,15 @@ Info 10 [00:00:33.000] Config: /packages/core/tsconfig.json : { "configFilePath": "/packages/core/tsconfig.json" } } -Info 11 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /packages/core/tsconfig.json 2000 undefined Project: /packages/babel-loader/tsconfig.json WatchType: Config file -Info 12 [00:00:35.000] DirectoryWatcher:: Added:: WatchInfo: /packages/core/src 1 undefined Config: /packages/core/tsconfig.json WatchType: Wild card directory -Info 13 [00:00:36.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /packages/core/src 1 undefined Config: /packages/core/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:37.000] FileWatcher:: Added:: WatchInfo: /packages/core/src/index.ts 500 undefined WatchType: Closed Script info -Info 15 [00:00:38.000] FileWatcher:: Added:: WatchInfo: /packages/core/src/loading-indicator.ts 500 undefined WatchType: Closed Script info -Info 16 [00:00:39.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.es2018.full.d.ts 500 undefined Project: /packages/babel-loader/tsconfig.json WatchType: Missing file -Info 17 [00:00:40.000] DirectoryWatcher:: Added:: WatchInfo: /packages/babel-loader/node_modules/@types 1 undefined Project: /packages/babel-loader/tsconfig.json WatchType: Type roots -Info 18 [00:00:41.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /packages/babel-loader/node_modules/@types 1 undefined Project: /packages/babel-loader/tsconfig.json WatchType: Type roots -Info 19 [00:00:42.000] Finishing updateGraphWorker: Project: /packages/babel-loader/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 20 [00:00:43.000] Project '/packages/babel-loader/tsconfig.json' (Configured) -Info 21 [00:00:44.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /packages/core/tsconfig.json 2000 undefined Project: /packages/babel-loader/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /packages/core/src 1 undefined Config: /packages/core/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /packages/core/src 1 undefined Config: /packages/core/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /packages/core/src/index.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /packages/core/src/loading-indicator.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.es2018.full.d.ts 500 undefined Project: /packages/babel-loader/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /packages/babel-loader/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/packages/babel-loader/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /packages/core/src/loading-indicator.ts Text-1 "\nexport interface Bar {\n prop: number;\n}\nconst bar: Bar = {\n prop: 1\n}\n" /packages/core/src/index.ts Text-1 "\nimport { Bar } from \"./loading-indicator.js\";\nexport type Foo = {};\nconst bar: Bar = {\n prop: 0\n}\n" /packages/babel-loader/src/index.ts SVC-1-0 "\nimport type { Foo } from \"../../core/src/index.js\";\n" @@ -140,17 +138,17 @@ Info 21 [00:00:44.000] Files (3) src/index.ts Matched by include pattern 'src' in 'tsconfig.json' -Info 22 [00:00:45.000] ----------------------------------------------- -Info 23 [00:00:46.000] Search path: /packages/babel-loader -Info 24 [00:00:47.000] For info: /packages/babel-loader/tsconfig.json :: No config files found. -Info 25 [00:00:48.000] Project '/packages/babel-loader/tsconfig.json' (Configured) -Info 25 [00:00:49.000] Files (3) - -Info 25 [00:00:50.000] ----------------------------------------------- -Info 25 [00:00:51.000] Open files: -Info 25 [00:00:52.000] FileName: /packages/babel-loader/src/index.ts ProjectRootPath: undefined -Info 25 [00:00:53.000] Projects: /packages/babel-loader/tsconfig.json -Info 25 [00:00:54.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /packages/babel-loader +Info seq [hh:mm:ss:mss] For info: /packages/babel-loader/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/packages/babel-loader/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /packages/babel-loader/src/index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /packages/babel-loader/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -160,8 +158,6 @@ After request PolledWatches:: /a/lib/lib.es2018.full.d.ts: *new* {"pollingInterval":500} -/packages/babel-loader/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /packages/babel-loader/tsconfig.json: *new* @@ -181,7 +177,7 @@ FsWatchesRecursive:: Before request -Info 26 [00:00:55.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "updateOpen", "arguments": { @@ -195,17 +191,15 @@ Info 26 [00:00:55.000] request: "seq": 2, "type": "request" } -Info 27 [00:00:56.000] FileWatcher:: Close:: WatchInfo: /packages/core/src/index.ts 500 undefined WatchType: Closed Script info -Info 28 [00:00:57.000] Search path: /packages/core/src -Info 29 [00:00:58.000] For info: /packages/core/src/index.ts :: Config file name: /packages/core/tsconfig.json -Info 30 [00:00:59.000] Creating configuration project /packages/core/tsconfig.json -Info 31 [00:01:00.000] Starting updateGraphWorker: Project: /packages/core/tsconfig.json -Info 32 [00:01:01.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.es2018.full.d.ts 500 undefined Project: /packages/core/tsconfig.json WatchType: Missing file -Info 33 [00:01:02.000] DirectoryWatcher:: Added:: WatchInfo: /packages/core/node_modules/@types 1 undefined Project: /packages/core/tsconfig.json WatchType: Type roots -Info 34 [00:01:03.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /packages/core/node_modules/@types 1 undefined Project: /packages/core/tsconfig.json WatchType: Type roots -Info 35 [00:01:04.000] Finishing updateGraphWorker: Project: /packages/core/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 36 [00:01:05.000] Project '/packages/core/tsconfig.json' (Configured) -Info 37 [00:01:06.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /packages/core/src/index.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /packages/core/src +Info seq [hh:mm:ss:mss] For info: /packages/core/src/index.ts :: Config file name: /packages/core/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /packages/core/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /packages/core/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.es2018.full.d.ts 500 undefined Project: /packages/core/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /packages/core/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/packages/core/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /packages/core/src/loading-indicator.ts Text-1 "\nexport interface Bar {\n prop: number;\n}\nconst bar: Bar = {\n prop: 1\n}\n" /packages/core/src/index.ts Text-1 "\nimport { Bar } from \"./loading-indicator.js\";\nexport type Foo = {};\nconst bar: Bar = {\n prop: 0\n}\n" @@ -216,23 +210,23 @@ Info 37 [00:01:06.000] Files (2) src/index.ts Matched by include pattern './src' in 'tsconfig.json' -Info 38 [00:01:07.000] ----------------------------------------------- -Info 39 [00:01:08.000] Search path: /packages/core -Info 40 [00:01:09.000] For info: /packages/core/tsconfig.json :: No config files found. -Info 41 [00:01:10.000] Project '/packages/babel-loader/tsconfig.json' (Configured) -Info 41 [00:01:11.000] Files (3) - -Info 41 [00:01:12.000] ----------------------------------------------- -Info 41 [00:01:13.000] Project '/packages/core/tsconfig.json' (Configured) -Info 41 [00:01:14.000] Files (2) - -Info 41 [00:01:15.000] ----------------------------------------------- -Info 41 [00:01:16.000] Open files: -Info 41 [00:01:17.000] FileName: /packages/babel-loader/src/index.ts ProjectRootPath: undefined -Info 41 [00:01:18.000] Projects: /packages/babel-loader/tsconfig.json -Info 41 [00:01:19.000] FileName: /packages/core/src/index.ts ProjectRootPath: undefined -Info 41 [00:01:20.000] Projects: /packages/babel-loader/tsconfig.json,/packages/core/tsconfig.json -Info 41 [00:01:21.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /packages/core +Info seq [hh:mm:ss:mss] For info: /packages/core/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/packages/babel-loader/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/packages/core/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /packages/babel-loader/src/index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /packages/babel-loader/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /packages/core/src/index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /packages/babel-loader/tsconfig.json,/packages/core/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -242,10 +236,6 @@ After request PolledWatches:: /a/lib/lib.es2018.full.d.ts: {"pollingInterval":500} -/packages/babel-loader/node_modules/@types: - {"pollingInterval":500} -/packages/core/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /packages/babel-loader/tsconfig.json: @@ -267,7 +257,7 @@ FsWatchesRecursive:: Before request -Info 42 [00:01:22.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "updateOpen", "arguments": { @@ -293,7 +283,7 @@ Info 42 [00:01:22.000] request: "seq": 3, "type": "request" } -Info 43 [00:01:23.000] response: +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -302,7 +292,7 @@ After request Before request -Info 44 [00:01:24.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "references", "arguments": { @@ -313,20 +303,20 @@ Info 44 [00:01:24.000] request: "seq": 4, "type": "request" } -Info 45 [00:01:25.000] Finding references to /packages/core/src/index.ts position 92 in project /packages/core/tsconfig.json -Info 46 [00:01:26.000] Starting updateGraphWorker: Project: /packages/babel-loader/tsconfig.json -Info 47 [00:01:27.000] Finishing updateGraphWorker: Project: /packages/babel-loader/tsconfig.json Version: 2 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms -Info 48 [00:01:28.000] Project '/packages/babel-loader/tsconfig.json' (Configured) -Info 49 [00:01:29.000] Files (1) +Info seq [hh:mm:ss:mss] Finding references to /packages/core/src/index.ts position 92 in project /packages/core/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /packages/babel-loader/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /packages/babel-loader/tsconfig.json Version: 2 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/packages/babel-loader/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /packages/babel-loader/src/index.ts SVC-1-1 "\nimport type { Foo } from// comment \"../../core/src/index.js\";\n" src/index.ts Matched by include pattern 'src' in 'tsconfig.json' -Info 50 [00:01:30.000] ----------------------------------------------- -Info 51 [00:01:31.000] FileWatcher:: Added:: WatchInfo: /packages/core/dist/loading-indicator.d.ts 2000 undefined Project: /packages/core/tsconfig.json WatchType: Missing generated file -Info 52 [00:01:32.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /packages/core/dist/loading-indicator.d.ts 2000 undefined Project: /packages/core/tsconfig.json WatchType: Missing generated file +Info seq [hh:mm:ss:mss] response: { "response": { "refs": [ @@ -408,10 +398,6 @@ After request PolledWatches:: /a/lib/lib.es2018.full.d.ts: {"pollingInterval":500} -/packages/babel-loader/node_modules/@types: - {"pollingInterval":500} -/packages/core/node_modules/@types: - {"pollingInterval":500} /packages/core/dist/loading-indicator.d.ts: *new* {"pollingInterval":2000} diff --git a/tests/baselines/reference/tsserver/forceConsistentCasingInFileNames/when-changing-module-name-with-different-casing.js b/tests/baselines/reference/tsserver/forceConsistentCasingInFileNames/when-changing-module-name-with-different-casing.js index a820fa9f617a0..765aa07d6a46a 100644 --- a/tests/baselines/reference/tsserver/forceConsistentCasingInFileNames/when-changing-module-name-with-different-casing.js +++ b/tests/baselines/reference/tsserver/forceConsistentCasingInFileNames/when-changing-module-name-with-different-casing.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:24.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/Logger.ts] export class logger { } @@ -24,7 +24,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:25.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -34,13 +34,13 @@ Info 1 [00:00:25.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:26.000] Search path: /user/username/projects/myproject -Info 3 [00:00:27.000] For info: /user/username/projects/myproject/another.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 4 [00:00:28.000] Creating configuration project /user/username/projects/myproject/tsconfig.json -Info 5 [00:00:29.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 6 [00:00:30.000] event: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/another.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/myproject/another.ts to open"}} -Info 7 [00:00:31.000] Config: /user/username/projects/myproject/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/Logger.ts", "/user/username/projects/myproject/another.ts" @@ -50,16 +50,18 @@ Info 7 [00:00:31.000] Config: /user/username/projects/myproject/tsconfig.json "configFilePath": "/user/username/projects/myproject/tsconfig.json" } } -Info 8 [00:00:32.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:33.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/Logger.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:35.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 12 [00:00:36.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 13 [00:00:37.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 14 [00:00:38.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 15 [00:00:39.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:00:40.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 17 [00:00:41.000] Files (3) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/Logger.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/Logger.ts Text-1 "export class logger { }" /user/username/projects/myproject/another.ts SVC-1-0 "import { logger } from \"./Logger\"; new logger();" @@ -73,21 +75,21 @@ Info 17 [00:00:41.000] Files (3) another.ts Matched by default include pattern '**/*' -Info 18 [00:00:42.000] ----------------------------------------------- -Info 19 [00:00:43.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig.json"}} -Info 20 [00:00:44.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"4a33d78ee40d836c4f4e64c59aed976628aea0013be9585c5ff171dfc41baf98","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":2,"tsSize":71,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{"forceConsistentCasingInFileNames":true},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 21 [00:00:45.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/another.ts","configFile":"/user/username/projects/myproject/tsconfig.json","diagnostics":[]}} -Info 22 [00:00:46.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 22 [00:00:47.000] Files (3) - -Info 22 [00:00:48.000] ----------------------------------------------- -Info 22 [00:00:49.000] Open files: -Info 22 [00:00:50.000] FileName: /user/username/projects/myproject/another.ts ProjectRootPath: /user/username/projects/myproject -Info 22 [00:00:51.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 22 [00:00:52.000] response: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/another.ts ProjectRootPath: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -96,6 +98,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* @@ -111,7 +115,7 @@ FsWatchesRecursive:: Before request -Info 23 [00:00:53.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -123,7 +127,7 @@ Info 23 [00:00:53.000] request: "seq": 2, "type": "request" } -Info 24 [00:00:54.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -132,14 +136,14 @@ After request Before running Timeout callback:: count: 1 1: checkOne -Info 25 [00:00:55.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/another.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 1: semanticCheck -Info 26 [00:00:56.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/another.ts","diagnostics":[]}} After running Immedidate callback:: count: 1 2: suggestionCheck @@ -147,15 +151,15 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 2: suggestionCheck -Info 27 [00:00:57.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/another.ts","diagnostics":[]}} -Info 28 [00:00:58.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":2}} After running Immedidate callback:: count: 0 Before request -Info 29 [00:00:59.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "updateOpen", "arguments": { @@ -181,7 +185,7 @@ Info 29 [00:00:59.000] request: "seq": 3, "type": "request" } -Info 30 [00:01:00.000] response: +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -190,7 +194,7 @@ After request Before request -Info 31 [00:01:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -202,7 +206,7 @@ Info 31 [00:01:01.000] request: "seq": 4, "type": "request" } -Info 32 [00:01:02.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -211,23 +215,23 @@ After request Before running Timeout callback:: count: 1 2: checkOne -Info 33 [00:01:03.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 34 [00:01:04.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 2 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms -Info 35 [00:01:05.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 36 [00:01:06.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 2 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/Logger.ts Text-1 "export class logger { }" /user/username/projects/myproject/another.ts SVC-1-1 "import { logger } from \"./logger\"; new logger();" -Info 37 [00:01:07.000] ----------------------------------------------- -Info 38 [00:01:08.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/another.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 3: semanticCheck -Info 39 [00:01:09.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/another.ts","diagnostics":[{"start":{"line":1,"offset":24},"end":{"line":1,"offset":34},"text":"File name '/user/username/projects/myproject/logger.ts' differs from already included file name '/user/username/projects/myproject/Logger.ts' only in casing.\n The file is in the program because:\n Matched by default include pattern '**/*'\n Imported via \"./logger\" from file '/user/username/projects/myproject/another.ts'","code":1149,"category":"error"}]}} After running Immedidate callback:: count: 1 4: suggestionCheck @@ -235,8 +239,8 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 4: suggestionCheck -Info 40 [00:01:10.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/another.ts","diagnostics":[]}} -Info 41 [00:01:11.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":4}} After running Immedidate callback:: count: 0 diff --git a/tests/baselines/reference/tsserver/forceConsistentCasingInFileNames/works-when-extends-is-specified-with-a-case-insensitive-file-system.js b/tests/baselines/reference/tsserver/forceConsistentCasingInFileNames/works-when-extends-is-specified-with-a-case-insensitive-file-system.js index fcef8384df7fd..201c8efc30d03 100644 --- a/tests/baselines/reference/tsserver/forceConsistentCasingInFileNames/works-when-extends-is-specified-with-a-case-insensitive-file-system.js +++ b/tests/baselines/reference/tsserver/forceConsistentCasingInFileNames/works-when-extends-is-specified-with-a-case-insensitive-file-system.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:31.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/Users/username/dev/project/index.ts] import {x} from "file2"; @@ -30,7 +30,7 @@ interface Array { length: number; [n: number]: T; } {"compilerOptions":{"baseUrl":".","paths":{"file2":["./file2.js"]},"typeRoots":["./types"],"forceConsistentCasingInFileNames":true}} -Info 1 [00:00:32.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -39,11 +39,11 @@ Info 1 [00:00:32.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:33.000] Search path: /Users/username/dev/project -Info 3 [00:00:34.000] For info: /Users/username/dev/project/index.ts :: Config file name: /Users/username/dev/project/tsconfig.json -Info 4 [00:00:35.000] Creating configuration project /Users/username/dev/project/tsconfig.json -Info 5 [00:00:36.000] FileWatcher:: Added:: WatchInfo: /Users/username/dev/project/tsconfig.json 2000 undefined Project: /Users/username/dev/project/tsconfig.json WatchType: Config file -Info 6 [00:00:37.000] Config: /Users/username/dev/project/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /Users/username/dev/project +Info seq [hh:mm:ss:mss] For info: /Users/username/dev/project/index.ts :: Config file name: /Users/username/dev/project/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /Users/username/dev/project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /Users/username/dev/project/tsconfig.json 2000 undefined Project: /Users/username/dev/project/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /Users/username/dev/project/tsconfig.json : { "rootNames": [ "/Users/username/dev/project/index.ts", "/Users/username/dev/project/types/file2/index.d.ts" @@ -63,19 +63,19 @@ Info 6 [00:00:37.000] Config: /Users/username/dev/project/tsconfig.json : { "configFilePath": "/Users/username/dev/project/tsconfig.json" } } -Info 7 [00:00:38.000] FileWatcher:: Added:: WatchInfo: /Users/username/dev/project/tsconfig.all.json 2000 undefined Config: /Users/username/dev/project/tsconfig.json WatchType: Extended config file -Info 8 [00:00:39.000] DirectoryWatcher:: Added:: WatchInfo: /users/username/dev/project 1 undefined Config: /Users/username/dev/project/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:40.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/dev/project 1 undefined Config: /Users/username/dev/project/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:41.000] FileWatcher:: Added:: WatchInfo: /Users/username/dev/project/types/file2/index.d.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:42.000] Starting updateGraphWorker: Project: /Users/username/dev/project/tsconfig.json -Info 12 [00:00:43.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 13 [00:00:44.000] DirectoryWatcher:: Added:: WatchInfo: /Users/username/dev/project/types 1 undefined Project: /Users/username/dev/project/tsconfig.json WatchType: Failed Lookup Locations -Info 14 [00:00:45.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /Users/username/dev/project/types 1 undefined Project: /Users/username/dev/project/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:46.000] DirectoryWatcher:: Added:: WatchInfo: /Users/username/dev/project/types 1 undefined Project: /Users/username/dev/project/tsconfig.json WatchType: Type roots -Info 16 [00:00:47.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /Users/username/dev/project/types 1 undefined Project: /Users/username/dev/project/tsconfig.json WatchType: Type roots -Info 17 [00:00:48.000] Finishing updateGraphWorker: Project: /Users/username/dev/project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 18 [00:00:49.000] Project '/Users/username/dev/project/tsconfig.json' (Configured) -Info 19 [00:00:50.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /Users/username/dev/project/tsconfig.all.json 2000 undefined Config: /Users/username/dev/project/tsconfig.json WatchType: Extended config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/dev/project 1 undefined Config: /Users/username/dev/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/dev/project 1 undefined Config: /Users/username/dev/project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /Users/username/dev/project/types/file2/index.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /Users/username/dev/project/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /Users/username/dev/project/types 1 undefined Project: /Users/username/dev/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /Users/username/dev/project/types 1 undefined Project: /Users/username/dev/project/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /Users/username/dev/project/types 1 undefined Project: /Users/username/dev/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /Users/username/dev/project/types 1 undefined Project: /Users/username/dev/project/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /Users/username/dev/project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/Users/username/dev/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /Users/username/dev/project/index.ts SVC-1-0 "import {x} from \"file2\";" /Users/username/dev/project/types/file2/index.d.ts Text-1 "export declare const x: string;" @@ -89,15 +89,15 @@ Info 19 [00:00:50.000] Files (3) Matched by default include pattern '**/*' Entry point for implicit type library 'file2' -Info 20 [00:00:51.000] ----------------------------------------------- -Info 21 [00:00:52.000] Project '/Users/username/dev/project/tsconfig.json' (Configured) -Info 21 [00:00:53.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/Users/username/dev/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 21 [00:00:54.000] ----------------------------------------------- -Info 21 [00:00:55.000] Open files: -Info 21 [00:00:56.000] FileName: /Users/username/dev/project/index.ts ProjectRootPath: undefined -Info 21 [00:00:57.000] Projects: /Users/username/dev/project/tsconfig.json -Info 21 [00:00:58.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /Users/username/dev/project/index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /Users/username/dev/project/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -121,7 +121,7 @@ FsWatchesRecursive:: Before request -Info 22 [00:00:59.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compilerOptionsDiagnostics-full", "arguments": { @@ -130,7 +130,7 @@ Info 22 [00:00:59.000] request: "seq": 2, "type": "request" } -Info 23 [00:01:00.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [], "responseRequired": true diff --git a/tests/baselines/reference/tsserver/forceConsistentCasingInFileNames/works-when-renaming-file-with-different-casing.js b/tests/baselines/reference/tsserver/forceConsistentCasingInFileNames/works-when-renaming-file-with-different-casing.js index 6b7cc68f804de..c37b5e7ed00fd 100644 --- a/tests/baselines/reference/tsserver/forceConsistentCasingInFileNames/works-when-renaming-file-with-different-casing.js +++ b/tests/baselines/reference/tsserver/forceConsistentCasingInFileNames/works-when-renaming-file-with-different-casing.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:24.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/Logger.ts] export class logger { } @@ -24,7 +24,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:25.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -34,13 +34,13 @@ Info 1 [00:00:25.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:26.000] Search path: /user/username/projects/myproject -Info 3 [00:00:27.000] For info: /user/username/projects/myproject/Logger.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 4 [00:00:28.000] Creating configuration project /user/username/projects/myproject/tsconfig.json -Info 5 [00:00:29.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 6 [00:00:30.000] event: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/Logger.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/myproject/Logger.ts to open"}} -Info 7 [00:00:31.000] Config: /user/username/projects/myproject/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/Logger.ts", "/user/username/projects/myproject/another.ts" @@ -50,16 +50,18 @@ Info 7 [00:00:31.000] Config: /user/username/projects/myproject/tsconfig.json "configFilePath": "/user/username/projects/myproject/tsconfig.json" } } -Info 8 [00:00:32.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:33.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/another.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:35.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 12 [00:00:36.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 13 [00:00:37.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 14 [00:00:38.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 15 [00:00:39.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:00:40.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 17 [00:00:41.000] Files (3) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/another.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/Logger.ts SVC-1-0 "export class logger { }" /user/username/projects/myproject/another.ts Text-1 "import { logger } from \"./Logger\"; new logger();" @@ -73,21 +75,21 @@ Info 17 [00:00:41.000] Files (3) another.ts Matched by default include pattern '**/*' -Info 18 [00:00:42.000] ----------------------------------------------- -Info 19 [00:00:43.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig.json"}} -Info 20 [00:00:44.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"4a33d78ee40d836c4f4e64c59aed976628aea0013be9585c5ff171dfc41baf98","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":2,"tsSize":71,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{"forceConsistentCasingInFileNames":true},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 21 [00:00:45.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/Logger.ts","configFile":"/user/username/projects/myproject/tsconfig.json","diagnostics":[]}} -Info 22 [00:00:46.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 22 [00:00:47.000] Files (3) - -Info 22 [00:00:48.000] ----------------------------------------------- -Info 22 [00:00:49.000] Open files: -Info 22 [00:00:50.000] FileName: /user/username/projects/myproject/Logger.ts ProjectRootPath: /user/username/projects/myproject -Info 22 [00:00:51.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 22 [00:00:52.000] response: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/Logger.ts ProjectRootPath: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -96,6 +98,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* @@ -111,7 +115,7 @@ FsWatchesRecursive:: Before request -Info 23 [00:00:53.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -123,7 +127,7 @@ Info 23 [00:00:53.000] request: "seq": 2, "type": "request" } -Info 24 [00:00:54.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -132,14 +136,14 @@ After request Before running Timeout callback:: count: 1 1: checkOne -Info 25 [00:00:55.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/Logger.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 1: semanticCheck -Info 26 [00:00:56.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/Logger.ts","diagnostics":[]}} After running Immedidate callback:: count: 1 2: suggestionCheck @@ -147,20 +151,20 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 2: suggestionCheck -Info 27 [00:00:57.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/Logger.ts","diagnostics":[]}} -Info 28 [00:00:58.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":2}} After running Immedidate callback:: count: 0 -Info 29 [00:01:00.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/Logger.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 30 [00:01:01.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/Logger.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 31 [00:01:04.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/logger.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 32 [00:01:05.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/logger.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/Logger.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/Logger.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/logger.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/logger.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory Before request //// [/user/username/projects/myproject/logger.ts] file was renamed from file /user/username/projects/myproject/Logger.ts -Info 33 [00:01:06.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -169,13 +173,13 @@ Info 33 [00:01:06.000] request: "seq": 3, "type": "request" } -Info 34 [00:01:07.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/Logger.ts 500 undefined WatchType: Closed Script info -Info 35 [00:01:08.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 35 [00:01:09.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/Logger.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 35 [00:01:10.000] ----------------------------------------------- -Info 35 [00:01:11.000] Open files: -Info 35 [00:01:12.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -184,6 +188,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: @@ -201,7 +207,7 @@ FsWatchesRecursive:: Before request -Info 36 [00:01:13.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -212,26 +218,26 @@ Info 36 [00:01:13.000] request: "seq": 4, "type": "request" } -Info 37 [00:01:14.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/Logger.ts 500 undefined WatchType: Closed Script info -Info 38 [00:01:15.000] Search path: /user/username/projects/myproject -Info 39 [00:01:16.000] For info: /user/username/projects/myproject/Logger.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 40 [00:01:17.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 41 [00:01:18.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 42 [00:01:19.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 43 [00:01:20.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/Logger.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/Logger.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/logger.ts SVC-1-0 "export class logger { }" /user/username/projects/myproject/another.ts Text-1 "import { logger } from \"./Logger\"; new logger();" -Info 44 [00:01:21.000] ----------------------------------------------- -Info 45 [00:01:22.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 45 [00:01:23.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 45 [00:01:24.000] ----------------------------------------------- -Info 45 [00:01:25.000] Open files: -Info 45 [00:01:26.000] FileName: /user/username/projects/myproject/Logger.ts ProjectRootPath: /user/username/projects/myproject -Info 45 [00:01:27.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 45 [00:01:28.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/Logger.ts ProjectRootPath: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -240,6 +246,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: @@ -259,7 +267,7 @@ FsWatchesRecursive:: Before request -Info 46 [00:01:29.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -269,19 +277,19 @@ Info 46 [00:01:29.000] request: "seq": 5, "type": "request" } -Info 47 [00:01:30.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/another.ts 500 undefined WatchType: Closed Script info -Info 48 [00:01:31.000] Search path: /user/username/projects/myproject -Info 49 [00:01:32.000] For info: /user/username/projects/myproject/another.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 50 [00:01:33.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 50 [00:01:34.000] Files (3) - -Info 50 [00:01:35.000] ----------------------------------------------- -Info 50 [00:01:36.000] Open files: -Info 50 [00:01:37.000] FileName: /user/username/projects/myproject/Logger.ts ProjectRootPath: /user/username/projects/myproject -Info 50 [00:01:38.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 50 [00:01:39.000] FileName: /user/username/projects/myproject/another.ts ProjectRootPath: /user/username/projects/myproject -Info 50 [00:01:40.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 50 [00:01:41.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/another.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/another.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/Logger.ts ProjectRootPath: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/another.ts ProjectRootPath: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -290,6 +298,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: @@ -307,7 +317,7 @@ FsWatchesRecursive:: Before request -Info 51 [00:01:42.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "updateOpen", "arguments": { @@ -333,7 +343,7 @@ Info 51 [00:01:42.000] request: "seq": 6, "type": "request" } -Info 52 [00:01:43.000] response: +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -342,7 +352,7 @@ After request Before request -Info 53 [00:01:44.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -355,7 +365,7 @@ Info 53 [00:01:44.000] request: "seq": 7, "type": "request" } -Info 54 [00:01:45.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -364,23 +374,23 @@ After request Before running Timeout callback:: count: 1 2: checkOne -Info 55 [00:01:46.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 56 [00:01:47.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 3 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms -Info 57 [00:01:48.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 58 [00:01:49.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 3 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/logger.ts SVC-1-0 "export class logger { }" /user/username/projects/myproject/another.ts SVC-2-1 "import { logger } from \"./logger\"; new logger();" -Info 59 [00:01:50.000] ----------------------------------------------- -Info 60 [00:01:51.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/logger.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 3: semanticCheck -Info 61 [00:01:52.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/logger.ts","diagnostics":[]}} After running Immedidate callback:: count: 1 4: suggestionCheck @@ -388,21 +398,21 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 4: suggestionCheck -Info 62 [00:01:53.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/logger.ts","diagnostics":[]}} After running Immedidate callback:: count: 0 Before running Timeout callback:: count: 1 3: checkOne -Info 63 [00:01:54.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/another.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 5: semanticCheck -Info 64 [00:01:55.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/another.ts","diagnostics":[]}} After running Immedidate callback:: count: 1 6: suggestionCheck @@ -410,8 +420,8 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 6: suggestionCheck -Info 65 [00:01:56.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/another.ts","diagnostics":[]}} -Info 66 [00:01:57.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":7}} After running Immedidate callback:: count: 0 diff --git a/tests/baselines/reference/tsserver/formatSettings/works-when-extends-is-specified-with-a-case-insensitive-file-system.js b/tests/baselines/reference/tsserver/formatSettings/works-when-extends-is-specified-with-a-case-insensitive-file-system.js index 64927c5ed6485..a9f23436ecb27 100644 --- a/tests/baselines/reference/tsserver/formatSettings/works-when-extends-is-specified-with-a-case-insensitive-file-system.js +++ b/tests/baselines/reference/tsserver/formatSettings/works-when-extends-is-specified-with-a-case-insensitive-file-system.js @@ -1,11 +1,11 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:09.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/b/app.ts] let x; -Info 1 [00:00:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -14,30 +14,28 @@ Info 1 [00:00:10.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:11.000] Search path: /a/b -Info 3 [00:00:12.000] For info: /a/b/app.ts :: No config files found. -Info 4 [00:00:13.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 5 [00:00:14.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 6 [00:00:15.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 7 [00:00:16.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 8 [00:00:17.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 9 [00:00:18.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 10 [00:00:19.000] Files (1) +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/app.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /a/b/app.ts SVC-1-0 "let x;" app.ts Root file specified for compilation -Info 11 [00:00:20.000] ----------------------------------------------- -Info 12 [00:00:21.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 12 [00:00:22.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 12 [00:00:23.000] ----------------------------------------------- -Info 12 [00:00:24.000] Open files: -Info 12 [00:00:25.000] FileName: /a/b/app.ts ProjectRootPath: undefined -Info 12 [00:00:26.000] Projects: /dev/null/inferredProject1* -Info 12 [00:00:27.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -46,12 +44,10 @@ After request PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/b/node_modules/@types: *new* - {"pollingInterval":500} Before request -Info 13 [00:00:28.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "configure", "arguments": { @@ -76,16 +72,17 @@ Info 13 [00:00:28.000] request: "placeOpenBraceOnNewLineForFunctions": false, "placeOpenBraceOnNewLineForControlBlocks": true, "semicolons": "ignore", - "trimTrailingWhitespace": true + "trimTrailingWhitespace": true, + "indentSwitchCase": true } }, "seq": 2, "type": "request" } -Info 14 [00:00:29.000] Format host information updated -Info 15 [00:00:30.000] response: +Info seq [hh:mm:ss:mss] Format host information updated +Info seq [hh:mm:ss:mss] response: {"seq":0,"type":"response","command":"configure","request_seq":2,"success":true,"performanceData":{"updateGraphDurationMs":*}} -Info 16 [00:00:31.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -112,11 +109,12 @@ FormatCodeOptions should be global:: /a/b/app.ts:: { "placeOpenBraceOnNewLineForFunctions": false, "placeOpenBraceOnNewLineForControlBlocks": true, "semicolons": "ignore", - "trimTrailingWhitespace": true + "trimTrailingWhitespace": true, + "indentSwitchCase": true } Before request -Info 17 [00:00:32.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "configure", "arguments": { @@ -141,17 +139,18 @@ Info 17 [00:00:32.000] request: "placeOpenBraceOnNewLineForFunctions": false, "placeOpenBraceOnNewLineForControlBlocks": false, "semicolons": "ignore", - "trimTrailingWhitespace": true + "trimTrailingWhitespace": true, + "indentSwitchCase": true }, "file": "/a/b/app.ts" }, "seq": 3, "type": "request" } -Info 18 [00:00:33.000] Host configuration update for file /a/b/app.ts -Info 19 [00:00:34.000] response: +Info seq [hh:mm:ss:mss] Host configuration update for file /a/b/app.ts +Info seq [hh:mm:ss:mss] response: {"seq":0,"type":"response","command":"configure","request_seq":3,"success":true,"performanceData":{"updateGraphDurationMs":*}} -Info 20 [00:00:35.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -178,11 +177,12 @@ FormatCodeOptions should be per file:: /a/b/app.ts:: { "placeOpenBraceOnNewLineForFunctions": false, "placeOpenBraceOnNewLineForControlBlocks": false, "semicolons": "ignore", - "trimTrailingWhitespace": true + "trimTrailingWhitespace": true, + "indentSwitchCase": true } Before request -Info 21 [00:00:36.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "configure", "arguments": { @@ -207,16 +207,17 @@ Info 21 [00:00:36.000] request: "placeOpenBraceOnNewLineForFunctions": false, "placeOpenBraceOnNewLineForControlBlocks": false, "semicolons": "ignore", - "trimTrailingWhitespace": true + "trimTrailingWhitespace": true, + "indentSwitchCase": true } }, "seq": 4, "type": "request" } -Info 22 [00:00:37.000] Format host information updated -Info 23 [00:00:38.000] response: +Info seq [hh:mm:ss:mss] Format host information updated +Info seq [hh:mm:ss:mss] response: {"seq":0,"type":"response","command":"configure","request_seq":4,"success":true,"performanceData":{"updateGraphDurationMs":*}} -Info 24 [00:00:39.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -243,5 +244,6 @@ FormatCodeOptions should be per file:: /a/b/app.ts:: { "placeOpenBraceOnNewLineForFunctions": false, "placeOpenBraceOnNewLineForControlBlocks": false, "semicolons": "ignore", - "trimTrailingWhitespace": true + "trimTrailingWhitespace": true, + "indentSwitchCase": true } \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/getApplicableRefactors/works-when-taking-position.js b/tests/baselines/reference/tsserver/getApplicableRefactors/works-when-taking-position.js index 54c6c9f9f117a..1daac41973f1c 100644 --- a/tests/baselines/reference/tsserver/getApplicableRefactors/works-when-taking-position.js +++ b/tests/baselines/reference/tsserver/getApplicableRefactors/works-when-taking-position.js @@ -1,11 +1,11 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:05.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a.ts] -Info 1 [00:00:06.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -14,28 +14,28 @@ Info 1 [00:00:06.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:07.000] Search path: / -Info 3 [00:00:08.000] For info: /a.ts :: No config files found. -Info 4 [00:00:09.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 5 [00:00:10.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 6 [00:00:11.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 7 [00:00:12.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 8 [00:00:13.000] Files (1) +Info seq [hh:mm:ss:mss] Search path: / +Info seq [hh:mm:ss:mss] For info: /a.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /a.ts SVC-1-0 "" a.ts Root file specified for compilation -Info 9 [00:00:14.000] ----------------------------------------------- -Info 10 [00:00:15.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 10 [00:00:16.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 10 [00:00:17.000] ----------------------------------------------- -Info 10 [00:00:18.000] Open files: -Info 10 [00:00:19.000] FileName: /a.ts ProjectRootPath: undefined -Info 10 [00:00:20.000] Projects: /dev/null/inferredProject1* -Info 10 [00:00:21.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -47,7 +47,7 @@ PolledWatches:: Before request -Info 11 [00:00:22.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "getApplicableRefactors", "arguments": { @@ -58,7 +58,7 @@ Info 11 [00:00:22.000] request: "seq": 2, "type": "request" } -Info 12 [00:00:23.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [], "responseRequired": true diff --git a/tests/baselines/reference/tsserver/getEditsForFileRename/works-with-file-moved-to-inferred-project.js b/tests/baselines/reference/tsserver/getEditsForFileRename/works-with-file-moved-to-inferred-project.js index 660f5d454cea1..fcda272255f9a 100644 --- a/tests/baselines/reference/tsserver/getEditsForFileRename/works-with-file-moved-to-inferred-project.js +++ b/tests/baselines/reference/tsserver/getEditsForFileRename/works-with-file-moved-to-inferred-project.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:09.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a.ts] import {} from "./b"; @@ -11,7 +11,7 @@ export {}; {"files":["./a.ts","./b.ts"]} -Info 1 [00:00:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -20,11 +20,11 @@ Info 1 [00:00:10.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:11.000] Search path: / -Info 3 [00:00:12.000] For info: /a.ts :: Config file name: /tsconfig.json -Info 4 [00:00:13.000] Creating configuration project /tsconfig.json -Info 5 [00:00:14.000] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file -Info 6 [00:00:15.000] Config: /tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: / +Info seq [hh:mm:ss:mss] For info: /a.ts :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /tsconfig.json : { "rootNames": [ "/a.ts", "/b.ts" @@ -33,39 +33,33 @@ Info 6 [00:00:15.000] Config: /tsconfig.json : { "configFilePath": "/tsconfig.json" } } -Info 7 [00:00:16.000] Starting updateGraphWorker: Project: /tsconfig.json -Info 8 [00:00:17.000] DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Project: /tsconfig.json WatchType: Failed Lookup Locations -Info 9 [00:00:18.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Project: /tsconfig.json WatchType: Failed Lookup Locations -Info 10 [00:00:19.000] DirectoryWatcher:: Added:: WatchInfo: 0 undefined Project: /tsconfig.json WatchType: Failed Lookup Locations -Info 11 [00:00:20.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 0 undefined Project: /tsconfig.json WatchType: Failed Lookup Locations -Info 12 [00:00:21.000] FileWatcher:: Added:: WatchInfo: /b.ts 500 undefined Project: /tsconfig.json WatchType: Missing file -Info 13 [00:00:22.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file -Info 14 [00:00:23.000] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:24.000] Project '/tsconfig.json' (Configured) -Info 16 [00:00:25.000] Files (1) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b.ts 500 undefined Project: /tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a.ts SVC-1-0 "import {} from \"./b\";" a.ts Part of 'files' list in tsconfig.json -Info 17 [00:00:26.000] ----------------------------------------------- -Info 18 [00:00:27.000] Project '/tsconfig.json' (Configured) -Info 18 [00:00:28.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 18 [00:00:29.000] ----------------------------------------------- -Info 18 [00:00:30.000] Open files: -Info 18 [00:00:31.000] FileName: /a.ts ProjectRootPath: undefined -Info 18 [00:00:32.000] Projects: /tsconfig.json -Info 18 [00:00:33.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request PolledWatches:: -/b: *new* - {"pollingInterval":500} /b.ts: *new* {"pollingInterval":500} /a/lib/lib.d.ts: *new* @@ -74,12 +68,10 @@ PolledWatches:: FsWatches:: /tsconfig.json: *new* {} -/: *new* - {} Before request -Info 19 [00:00:34.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -88,34 +80,34 @@ Info 19 [00:00:34.000] request: "seq": 2, "type": "request" } -Info 20 [00:00:35.000] Search path: / -Info 21 [00:00:36.000] For info: /c.ts :: Config file name: /tsconfig.json -Info 22 [00:00:37.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 23 [00:00:38.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 24 [00:00:39.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 25 [00:00:40.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 26 [00:00:41.000] Files (1) +Info seq [hh:mm:ss:mss] Search path: / +Info seq [hh:mm:ss:mss] For info: /c.ts :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /c.ts SVC-1-0 "export {};" c.ts Root file specified for compilation -Info 27 [00:00:42.000] ----------------------------------------------- -Info 28 [00:00:43.000] Project '/tsconfig.json' (Configured) -Info 28 [00:00:44.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 28 [00:00:45.000] ----------------------------------------------- -Info 28 [00:00:46.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 28 [00:00:47.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 28 [00:00:48.000] ----------------------------------------------- -Info 28 [00:00:49.000] Open files: -Info 28 [00:00:50.000] FileName: /a.ts ProjectRootPath: undefined -Info 28 [00:00:51.000] Projects: /tsconfig.json -Info 28 [00:00:52.000] FileName: /c.ts ProjectRootPath: undefined -Info 28 [00:00:53.000] Projects: /dev/null/inferredProject1* -Info 28 [00:00:54.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /c.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -123,7 +115,7 @@ After request Before request -Info 29 [00:00:55.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "getEditsForFileRename", "arguments": { @@ -133,7 +125,7 @@ Info 29 [00:00:55.000] request: "seq": 3, "type": "request" } -Info 30 [00:00:56.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [ { diff --git a/tests/baselines/reference/tsserver/getEditsForFileRename/works-with-multiple-projects.js b/tests/baselines/reference/tsserver/getEditsForFileRename/works-with-multiple-projects.js index cb5546e29e528..8bbf3681f9ed0 100644 --- a/tests/baselines/reference/tsserver/getEditsForFileRename/works-with-multiple-projects.js +++ b/tests/baselines/reference/tsserver/getEditsForFileRename/works-with-multiple-projects.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:17.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/user.ts] import { x } from "./old"; @@ -17,7 +17,7 @@ import { x } from "../a/old"; {} -Info 1 [00:00:18.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -26,11 +26,11 @@ Info 1 [00:00:18.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:19.000] Search path: /a -Info 3 [00:00:20.000] For info: /a/user.ts :: Config file name: /a/tsconfig.json -Info 4 [00:00:21.000] Creating configuration project /a/tsconfig.json -Info 5 [00:00:22.000] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 6 [00:00:23.000] Config: /a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/user.ts :: Config file name: /a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/tsconfig.json : { "rootNames": [ "/a/old.ts", "/a/user.ts" @@ -39,14 +39,12 @@ Info 6 [00:00:23.000] Config: /a/tsconfig.json : { "configFilePath": "/a/tsconfig.json" } } -Info 7 [00:00:24.000] FileWatcher:: Added:: WatchInfo: /a/old.ts 500 undefined WatchType: Closed Script info -Info 8 [00:00:25.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 9 [00:00:26.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 10 [00:00:27.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 11 [00:00:28.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 12 [00:00:29.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 13 [00:00:30.000] Project '/a/tsconfig.json' (Configured) -Info 14 [00:00:31.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/old.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/old.ts Text-1 "export const x = 0;" /a/user.ts SVC-1-0 "import { x } from \"./old\";" @@ -57,15 +55,15 @@ Info 14 [00:00:31.000] Files (2) user.ts Part of 'files' list in tsconfig.json -Info 15 [00:00:32.000] ----------------------------------------------- -Info 16 [00:00:33.000] Project '/a/tsconfig.json' (Configured) -Info 16 [00:00:34.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 16 [00:00:35.000] ----------------------------------------------- -Info 16 [00:00:36.000] Open files: -Info 16 [00:00:37.000] FileName: /a/user.ts ProjectRootPath: undefined -Info 16 [00:00:38.000] Projects: /a/tsconfig.json -Info 16 [00:00:39.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/user.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -74,8 +72,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/tsconfig.json: *new* @@ -85,7 +81,7 @@ FsWatches:: Before request -Info 17 [00:00:40.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -94,11 +90,11 @@ Info 17 [00:00:40.000] request: "seq": 2, "type": "request" } -Info 18 [00:00:41.000] Search path: /b -Info 19 [00:00:42.000] For info: /b/user.ts :: Config file name: /b/tsconfig.json -Info 20 [00:00:43.000] Creating configuration project /b/tsconfig.json -Info 21 [00:00:44.000] FileWatcher:: Added:: WatchInfo: /b/tsconfig.json 2000 undefined Project: /b/tsconfig.json WatchType: Config file -Info 22 [00:00:45.000] Config: /b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /b +Info seq [hh:mm:ss:mss] For info: /b/user.ts :: Config file name: /b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b/tsconfig.json 2000 undefined Project: /b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /b/tsconfig.json : { "rootNames": [ "/b/user.ts" ], @@ -106,15 +102,13 @@ Info 22 [00:00:45.000] Config: /b/tsconfig.json : { "configFilePath": "/b/tsconfig.json" } } -Info 23 [00:00:46.000] DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 24 [00:00:47.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 25 [00:00:48.000] Starting updateGraphWorker: Project: /b/tsconfig.json -Info 26 [00:00:49.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/tsconfig.json WatchType: Missing file -Info 27 [00:00:50.000] DirectoryWatcher:: Added:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/tsconfig.json WatchType: Type roots -Info 28 [00:00:51.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/tsconfig.json WatchType: Type roots -Info 29 [00:00:52.000] Finishing updateGraphWorker: Project: /b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 30 [00:00:53.000] Project '/b/tsconfig.json' (Configured) -Info 31 [00:00:54.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/old.ts Text-1 "export const x = 0;" /b/user.ts SVC-1-0 "import { x } from \"../a/old\";" @@ -124,21 +118,21 @@ Info 31 [00:00:54.000] Files (2) user.ts Matched by default include pattern '**/*' -Info 32 [00:00:55.000] ----------------------------------------------- -Info 33 [00:00:56.000] Project '/a/tsconfig.json' (Configured) -Info 33 [00:00:57.000] Files (2) - -Info 33 [00:00:58.000] ----------------------------------------------- -Info 33 [00:00:59.000] Project '/b/tsconfig.json' (Configured) -Info 33 [00:01:00.000] Files (2) - -Info 33 [00:01:01.000] ----------------------------------------------- -Info 33 [00:01:02.000] Open files: -Info 33 [00:01:03.000] FileName: /a/user.ts ProjectRootPath: undefined -Info 33 [00:01:04.000] Projects: /a/tsconfig.json -Info 33 [00:01:05.000] FileName: /b/user.ts ProjectRootPath: undefined -Info 33 [00:01:06.000] Projects: /b/tsconfig.json -Info 33 [00:01:07.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/user.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /b/user.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -147,10 +141,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/a/node_modules/@types: - {"pollingInterval":500} -/b/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/tsconfig.json: @@ -166,7 +156,7 @@ FsWatchesRecursive:: Before request -Info 34 [00:01:08.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "getEditsForFileRename", "arguments": { @@ -176,7 +166,7 @@ Info 34 [00:01:08.000] request: "seq": 3, "type": "request" } -Info 35 [00:01:09.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [ { diff --git a/tests/baselines/reference/tsserver/getExportReferences/array-destructuring-declaration.js b/tests/baselines/reference/tsserver/getExportReferences/array-destructuring-declaration.js index a0d03222f0f94..0384c55300038 100644 --- a/tests/baselines/reference/tsserver/getExportReferences/array-destructuring-declaration.js +++ b/tests/baselines/reference/tsserver/getExportReferences/array-destructuring-declaration.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:09.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/main.ts] import { value, valueA, valueB, valueC, renamedD, valueE, valueF } from "./mod"; @@ -15,7 +15,7 @@ export const { nest: [valueE, { valueF }] } = { nest: [0, { valueF: 1 }] }; {} -Info 1 [00:00:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -24,11 +24,11 @@ Info 1 [00:00:10.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:11.000] Search path: / -Info 3 [00:00:12.000] For info: /main.ts :: Config file name: /tsconfig.json -Info 4 [00:00:13.000] Creating configuration project /tsconfig.json -Info 5 [00:00:14.000] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file -Info 6 [00:00:15.000] Config: /tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: / +Info seq [hh:mm:ss:mss] For info: /main.ts :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /tsconfig.json : { "rootNames": [ "/main.ts", "/mod.ts" @@ -37,14 +37,14 @@ Info 6 [00:00:15.000] Config: /tsconfig.json : { "configFilePath": "/tsconfig.json" } } -Info 7 [00:00:16.000] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 8 [00:00:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 9 [00:00:18.000] FileWatcher:: Added:: WatchInfo: /mod.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:19.000] Starting updateGraphWorker: Project: /tsconfig.json -Info 11 [00:00:20.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file -Info 12 [00:00:21.000] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 13 [00:00:22.000] Project '/tsconfig.json' (Configured) -Info 14 [00:00:23.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /mod.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /mod.ts Text-1 "export const value = 0;\nexport const [valueA, valueB] = [0, 1];\nexport const { valueC, valueD: renamedD } = { valueC: 0, valueD: 1 };\nexport const { nest: [valueE, { valueF }] } = { nest: [0, { valueF: 1 }] };\n" /main.ts SVC-1-0 "import { value, valueA, valueB, valueC, renamedD, valueE, valueF } from \"./mod\";" @@ -55,15 +55,15 @@ Info 14 [00:00:23.000] Files (2) main.ts Matched by default include pattern '**/*' -Info 15 [00:00:24.000] ----------------------------------------------- -Info 16 [00:00:25.000] Project '/tsconfig.json' (Configured) -Info 16 [00:00:26.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 16 [00:00:27.000] ----------------------------------------------- -Info 16 [00:00:28.000] Open files: -Info 16 [00:00:29.000] FileName: /main.ts ProjectRootPath: undefined -Info 16 [00:00:30.000] Projects: /tsconfig.json -Info 16 [00:00:31.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -85,7 +85,7 @@ FsWatchesRecursive:: Before request -Info 17 [00:00:32.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -94,19 +94,19 @@ Info 17 [00:00:32.000] request: "seq": 2, "type": "request" } -Info 18 [00:00:33.000] FileWatcher:: Close:: WatchInfo: /mod.ts 500 undefined WatchType: Closed Script info -Info 19 [00:00:34.000] Search path: / -Info 20 [00:00:35.000] For info: /mod.ts :: Config file name: /tsconfig.json -Info 21 [00:00:36.000] Project '/tsconfig.json' (Configured) -Info 21 [00:00:37.000] Files (2) - -Info 21 [00:00:38.000] ----------------------------------------------- -Info 21 [00:00:39.000] Open files: -Info 21 [00:00:40.000] FileName: /main.ts ProjectRootPath: undefined -Info 21 [00:00:41.000] Projects: /tsconfig.json -Info 21 [00:00:42.000] FileName: /mod.ts ProjectRootPath: undefined -Info 21 [00:00:43.000] Projects: /tsconfig.json -Info 21 [00:00:44.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /mod.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: / +Info seq [hh:mm:ss:mss] For info: /mod.ts :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /mod.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -130,7 +130,7 @@ FsWatchesRecursive:: Before request -Info 22 [00:00:45.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "references", "arguments": { @@ -141,8 +141,8 @@ Info 22 [00:00:45.000] request: "seq": 3, "type": "request" } -Info 23 [00:00:46.000] Finding references to /mod.ts position 38 in project /tsconfig.json -Info 24 [00:00:47.000] response: +Info seq [hh:mm:ss:mss] Finding references to /mod.ts position 38 in project /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "refs": [ diff --git a/tests/baselines/reference/tsserver/getExportReferences/const-variable-declaration.js b/tests/baselines/reference/tsserver/getExportReferences/const-variable-declaration.js index a39b09d7209a6..4aef7d3b26e7e 100644 --- a/tests/baselines/reference/tsserver/getExportReferences/const-variable-declaration.js +++ b/tests/baselines/reference/tsserver/getExportReferences/const-variable-declaration.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:09.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/main.ts] import { value, valueA, valueB, valueC, renamedD, valueE, valueF } from "./mod"; @@ -15,7 +15,7 @@ export const { nest: [valueE, { valueF }] } = { nest: [0, { valueF: 1 }] }; {} -Info 1 [00:00:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -24,11 +24,11 @@ Info 1 [00:00:10.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:11.000] Search path: / -Info 3 [00:00:12.000] For info: /main.ts :: Config file name: /tsconfig.json -Info 4 [00:00:13.000] Creating configuration project /tsconfig.json -Info 5 [00:00:14.000] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file -Info 6 [00:00:15.000] Config: /tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: / +Info seq [hh:mm:ss:mss] For info: /main.ts :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /tsconfig.json : { "rootNames": [ "/main.ts", "/mod.ts" @@ -37,14 +37,14 @@ Info 6 [00:00:15.000] Config: /tsconfig.json : { "configFilePath": "/tsconfig.json" } } -Info 7 [00:00:16.000] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 8 [00:00:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 9 [00:00:18.000] FileWatcher:: Added:: WatchInfo: /mod.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:19.000] Starting updateGraphWorker: Project: /tsconfig.json -Info 11 [00:00:20.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file -Info 12 [00:00:21.000] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 13 [00:00:22.000] Project '/tsconfig.json' (Configured) -Info 14 [00:00:23.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /mod.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /mod.ts Text-1 "export const value = 0;\nexport const [valueA, valueB] = [0, 1];\nexport const { valueC, valueD: renamedD } = { valueC: 0, valueD: 1 };\nexport const { nest: [valueE, { valueF }] } = { nest: [0, { valueF: 1 }] };\n" /main.ts SVC-1-0 "import { value, valueA, valueB, valueC, renamedD, valueE, valueF } from \"./mod\";" @@ -55,15 +55,15 @@ Info 14 [00:00:23.000] Files (2) main.ts Matched by default include pattern '**/*' -Info 15 [00:00:24.000] ----------------------------------------------- -Info 16 [00:00:25.000] Project '/tsconfig.json' (Configured) -Info 16 [00:00:26.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 16 [00:00:27.000] ----------------------------------------------- -Info 16 [00:00:28.000] Open files: -Info 16 [00:00:29.000] FileName: /main.ts ProjectRootPath: undefined -Info 16 [00:00:30.000] Projects: /tsconfig.json -Info 16 [00:00:31.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -85,7 +85,7 @@ FsWatchesRecursive:: Before request -Info 17 [00:00:32.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -94,19 +94,19 @@ Info 17 [00:00:32.000] request: "seq": 2, "type": "request" } -Info 18 [00:00:33.000] FileWatcher:: Close:: WatchInfo: /mod.ts 500 undefined WatchType: Closed Script info -Info 19 [00:00:34.000] Search path: / -Info 20 [00:00:35.000] For info: /mod.ts :: Config file name: /tsconfig.json -Info 21 [00:00:36.000] Project '/tsconfig.json' (Configured) -Info 21 [00:00:37.000] Files (2) - -Info 21 [00:00:38.000] ----------------------------------------------- -Info 21 [00:00:39.000] Open files: -Info 21 [00:00:40.000] FileName: /main.ts ProjectRootPath: undefined -Info 21 [00:00:41.000] Projects: /tsconfig.json -Info 21 [00:00:42.000] FileName: /mod.ts ProjectRootPath: undefined -Info 21 [00:00:43.000] Projects: /tsconfig.json -Info 21 [00:00:44.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /mod.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: / +Info seq [hh:mm:ss:mss] For info: /mod.ts :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /mod.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -130,7 +130,7 @@ FsWatchesRecursive:: Before request -Info 22 [00:00:45.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "references", "arguments": { @@ -141,8 +141,8 @@ Info 22 [00:00:45.000] request: "seq": 3, "type": "request" } -Info 23 [00:00:46.000] Finding references to /mod.ts position 13 in project /tsconfig.json -Info 24 [00:00:47.000] response: +Info seq [hh:mm:ss:mss] Finding references to /mod.ts position 13 in project /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "refs": [ diff --git a/tests/baselines/reference/tsserver/getExportReferences/nested-object-declaration.js b/tests/baselines/reference/tsserver/getExportReferences/nested-object-declaration.js index 98d5e4f8dc5ce..ea5d5e58c69e9 100644 --- a/tests/baselines/reference/tsserver/getExportReferences/nested-object-declaration.js +++ b/tests/baselines/reference/tsserver/getExportReferences/nested-object-declaration.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:09.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/main.ts] import { value, valueA, valueB, valueC, renamedD, valueE, valueF } from "./mod"; @@ -15,7 +15,7 @@ export const { nest: [valueE, { valueF }] } = { nest: [0, { valueF: 1 }] }; {} -Info 1 [00:00:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -24,11 +24,11 @@ Info 1 [00:00:10.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:11.000] Search path: / -Info 3 [00:00:12.000] For info: /main.ts :: Config file name: /tsconfig.json -Info 4 [00:00:13.000] Creating configuration project /tsconfig.json -Info 5 [00:00:14.000] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file -Info 6 [00:00:15.000] Config: /tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: / +Info seq [hh:mm:ss:mss] For info: /main.ts :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /tsconfig.json : { "rootNames": [ "/main.ts", "/mod.ts" @@ -37,14 +37,14 @@ Info 6 [00:00:15.000] Config: /tsconfig.json : { "configFilePath": "/tsconfig.json" } } -Info 7 [00:00:16.000] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 8 [00:00:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 9 [00:00:18.000] FileWatcher:: Added:: WatchInfo: /mod.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:19.000] Starting updateGraphWorker: Project: /tsconfig.json -Info 11 [00:00:20.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file -Info 12 [00:00:21.000] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 13 [00:00:22.000] Project '/tsconfig.json' (Configured) -Info 14 [00:00:23.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /mod.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /mod.ts Text-1 "export const value = 0;\nexport const [valueA, valueB] = [0, 1];\nexport const { valueC, valueD: renamedD } = { valueC: 0, valueD: 1 };\nexport const { nest: [valueE, { valueF }] } = { nest: [0, { valueF: 1 }] };\n" /main.ts SVC-1-0 "import { value, valueA, valueB, valueC, renamedD, valueE, valueF } from \"./mod\";" @@ -55,15 +55,15 @@ Info 14 [00:00:23.000] Files (2) main.ts Matched by default include pattern '**/*' -Info 15 [00:00:24.000] ----------------------------------------------- -Info 16 [00:00:25.000] Project '/tsconfig.json' (Configured) -Info 16 [00:00:26.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 16 [00:00:27.000] ----------------------------------------------- -Info 16 [00:00:28.000] Open files: -Info 16 [00:00:29.000] FileName: /main.ts ProjectRootPath: undefined -Info 16 [00:00:30.000] Projects: /tsconfig.json -Info 16 [00:00:31.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -85,7 +85,7 @@ FsWatchesRecursive:: Before request -Info 17 [00:00:32.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -94,19 +94,19 @@ Info 17 [00:00:32.000] request: "seq": 2, "type": "request" } -Info 18 [00:00:33.000] FileWatcher:: Close:: WatchInfo: /mod.ts 500 undefined WatchType: Closed Script info -Info 19 [00:00:34.000] Search path: / -Info 20 [00:00:35.000] For info: /mod.ts :: Config file name: /tsconfig.json -Info 21 [00:00:36.000] Project '/tsconfig.json' (Configured) -Info 21 [00:00:37.000] Files (2) - -Info 21 [00:00:38.000] ----------------------------------------------- -Info 21 [00:00:39.000] Open files: -Info 21 [00:00:40.000] FileName: /main.ts ProjectRootPath: undefined -Info 21 [00:00:41.000] Projects: /tsconfig.json -Info 21 [00:00:42.000] FileName: /mod.ts ProjectRootPath: undefined -Info 21 [00:00:43.000] Projects: /tsconfig.json -Info 21 [00:00:44.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /mod.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: / +Info seq [hh:mm:ss:mss] For info: /mod.ts :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /mod.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -130,7 +130,7 @@ FsWatchesRecursive:: Before request -Info 22 [00:00:45.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "references", "arguments": { @@ -141,8 +141,8 @@ Info 22 [00:00:45.000] request: "seq": 3, "type": "request" } -Info 23 [00:00:46.000] Finding references to /mod.ts position 166 in project /tsconfig.json -Info 24 [00:00:47.000] response: +Info seq [hh:mm:ss:mss] Finding references to /mod.ts position 166 in project /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "refs": [ diff --git a/tests/baselines/reference/tsserver/getExportReferences/object-declaration-references-that-renames-destructured-property.js b/tests/baselines/reference/tsserver/getExportReferences/object-declaration-references-that-renames-destructured-property.js index af4274ea0ada6..96cfe921f22cc 100644 --- a/tests/baselines/reference/tsserver/getExportReferences/object-declaration-references-that-renames-destructured-property.js +++ b/tests/baselines/reference/tsserver/getExportReferences/object-declaration-references-that-renames-destructured-property.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:09.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/main.ts] import { value, valueA, valueB, valueC, renamedD, valueE, valueF } from "./mod"; @@ -15,7 +15,7 @@ export const { nest: [valueE, { valueF }] } = { nest: [0, { valueF: 1 }] }; {} -Info 1 [00:00:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -24,11 +24,11 @@ Info 1 [00:00:10.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:11.000] Search path: / -Info 3 [00:00:12.000] For info: /main.ts :: Config file name: /tsconfig.json -Info 4 [00:00:13.000] Creating configuration project /tsconfig.json -Info 5 [00:00:14.000] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file -Info 6 [00:00:15.000] Config: /tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: / +Info seq [hh:mm:ss:mss] For info: /main.ts :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /tsconfig.json : { "rootNames": [ "/main.ts", "/mod.ts" @@ -37,14 +37,14 @@ Info 6 [00:00:15.000] Config: /tsconfig.json : { "configFilePath": "/tsconfig.json" } } -Info 7 [00:00:16.000] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 8 [00:00:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 9 [00:00:18.000] FileWatcher:: Added:: WatchInfo: /mod.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:19.000] Starting updateGraphWorker: Project: /tsconfig.json -Info 11 [00:00:20.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file -Info 12 [00:00:21.000] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 13 [00:00:22.000] Project '/tsconfig.json' (Configured) -Info 14 [00:00:23.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /mod.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /mod.ts Text-1 "export const value = 0;\nexport const [valueA, valueB] = [0, 1];\nexport const { valueC, valueD: renamedD } = { valueC: 0, valueD: 1 };\nexport const { nest: [valueE, { valueF }] } = { nest: [0, { valueF: 1 }] };\n" /main.ts SVC-1-0 "import { value, valueA, valueB, valueC, renamedD, valueE, valueF } from \"./mod\";" @@ -55,15 +55,15 @@ Info 14 [00:00:23.000] Files (2) main.ts Matched by default include pattern '**/*' -Info 15 [00:00:24.000] ----------------------------------------------- -Info 16 [00:00:25.000] Project '/tsconfig.json' (Configured) -Info 16 [00:00:26.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 16 [00:00:27.000] ----------------------------------------------- -Info 16 [00:00:28.000] Open files: -Info 16 [00:00:29.000] FileName: /main.ts ProjectRootPath: undefined -Info 16 [00:00:30.000] Projects: /tsconfig.json -Info 16 [00:00:31.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -85,7 +85,7 @@ FsWatchesRecursive:: Before request -Info 17 [00:00:32.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -94,19 +94,19 @@ Info 17 [00:00:32.000] request: "seq": 2, "type": "request" } -Info 18 [00:00:33.000] FileWatcher:: Close:: WatchInfo: /mod.ts 500 undefined WatchType: Closed Script info -Info 19 [00:00:34.000] Search path: / -Info 20 [00:00:35.000] For info: /mod.ts :: Config file name: /tsconfig.json -Info 21 [00:00:36.000] Project '/tsconfig.json' (Configured) -Info 21 [00:00:37.000] Files (2) - -Info 21 [00:00:38.000] ----------------------------------------------- -Info 21 [00:00:39.000] Open files: -Info 21 [00:00:40.000] FileName: /main.ts ProjectRootPath: undefined -Info 21 [00:00:41.000] Projects: /tsconfig.json -Info 21 [00:00:42.000] FileName: /mod.ts ProjectRootPath: undefined -Info 21 [00:00:43.000] Projects: /tsconfig.json -Info 21 [00:00:44.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /mod.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: / +Info seq [hh:mm:ss:mss] For info: /mod.ts :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /mod.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -130,7 +130,7 @@ FsWatchesRecursive:: Before request -Info 22 [00:00:45.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "references", "arguments": { @@ -141,8 +141,8 @@ Info 22 [00:00:45.000] request: "seq": 3, "type": "request" } -Info 23 [00:00:46.000] Finding references to /mod.ts position 95 in project /tsconfig.json -Info 24 [00:00:47.000] response: +Info seq [hh:mm:ss:mss] Finding references to /mod.ts position 95 in project /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "refs": [ diff --git a/tests/baselines/reference/tsserver/getExportReferences/object-destructuring-declaration.js b/tests/baselines/reference/tsserver/getExportReferences/object-destructuring-declaration.js index dffecb29af43b..b8b7b3380e251 100644 --- a/tests/baselines/reference/tsserver/getExportReferences/object-destructuring-declaration.js +++ b/tests/baselines/reference/tsserver/getExportReferences/object-destructuring-declaration.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:09.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/main.ts] import { value, valueA, valueB, valueC, renamedD, valueE, valueF } from "./mod"; @@ -15,7 +15,7 @@ export const { nest: [valueE, { valueF }] } = { nest: [0, { valueF: 1 }] }; {} -Info 1 [00:00:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -24,11 +24,11 @@ Info 1 [00:00:10.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:11.000] Search path: / -Info 3 [00:00:12.000] For info: /main.ts :: Config file name: /tsconfig.json -Info 4 [00:00:13.000] Creating configuration project /tsconfig.json -Info 5 [00:00:14.000] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file -Info 6 [00:00:15.000] Config: /tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: / +Info seq [hh:mm:ss:mss] For info: /main.ts :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /tsconfig.json : { "rootNames": [ "/main.ts", "/mod.ts" @@ -37,14 +37,14 @@ Info 6 [00:00:15.000] Config: /tsconfig.json : { "configFilePath": "/tsconfig.json" } } -Info 7 [00:00:16.000] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 8 [00:00:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 9 [00:00:18.000] FileWatcher:: Added:: WatchInfo: /mod.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:19.000] Starting updateGraphWorker: Project: /tsconfig.json -Info 11 [00:00:20.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file -Info 12 [00:00:21.000] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 13 [00:00:22.000] Project '/tsconfig.json' (Configured) -Info 14 [00:00:23.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /mod.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /mod.ts Text-1 "export const value = 0;\nexport const [valueA, valueB] = [0, 1];\nexport const { valueC, valueD: renamedD } = { valueC: 0, valueD: 1 };\nexport const { nest: [valueE, { valueF }] } = { nest: [0, { valueF: 1 }] };\n" /main.ts SVC-1-0 "import { value, valueA, valueB, valueC, renamedD, valueE, valueF } from \"./mod\";" @@ -55,15 +55,15 @@ Info 14 [00:00:23.000] Files (2) main.ts Matched by default include pattern '**/*' -Info 15 [00:00:24.000] ----------------------------------------------- -Info 16 [00:00:25.000] Project '/tsconfig.json' (Configured) -Info 16 [00:00:26.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 16 [00:00:27.000] ----------------------------------------------- -Info 16 [00:00:28.000] Open files: -Info 16 [00:00:29.000] FileName: /main.ts ProjectRootPath: undefined -Info 16 [00:00:30.000] Projects: /tsconfig.json -Info 16 [00:00:31.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -85,7 +85,7 @@ FsWatchesRecursive:: Before request -Info 17 [00:00:32.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -94,19 +94,19 @@ Info 17 [00:00:32.000] request: "seq": 2, "type": "request" } -Info 18 [00:00:33.000] FileWatcher:: Close:: WatchInfo: /mod.ts 500 undefined WatchType: Closed Script info -Info 19 [00:00:34.000] Search path: / -Info 20 [00:00:35.000] For info: /mod.ts :: Config file name: /tsconfig.json -Info 21 [00:00:36.000] Project '/tsconfig.json' (Configured) -Info 21 [00:00:37.000] Files (2) - -Info 21 [00:00:38.000] ----------------------------------------------- -Info 21 [00:00:39.000] Open files: -Info 21 [00:00:40.000] FileName: /main.ts ProjectRootPath: undefined -Info 21 [00:00:41.000] Projects: /tsconfig.json -Info 21 [00:00:42.000] FileName: /mod.ts ProjectRootPath: undefined -Info 21 [00:00:43.000] Projects: /tsconfig.json -Info 21 [00:00:44.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /mod.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: / +Info seq [hh:mm:ss:mss] For info: /mod.ts :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /mod.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -130,7 +130,7 @@ FsWatchesRecursive:: Before request -Info 22 [00:00:45.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "references", "arguments": { @@ -141,8 +141,8 @@ Info 22 [00:00:45.000] request: "seq": 3, "type": "request" } -Info 23 [00:00:46.000] Finding references to /mod.ts position 79 in project /tsconfig.json -Info 24 [00:00:47.000] response: +Info seq [hh:mm:ss:mss] Finding references to /mod.ts position 79 in project /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "refs": [ diff --git a/tests/baselines/reference/tsserver/getFileReferences/should-get-file-references.js b/tests/baselines/reference/tsserver/getFileReferences/should-get-file-references.js index 9541b47a0b537..2b815c5874d34 100644 --- a/tests/baselines/reference/tsserver/getFileReferences/should-get-file-references.js +++ b/tests/baselines/reference/tsserver/getFileReferences/should-get-file-references.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:15.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/project/a.ts] export const a = {}; @@ -18,7 +18,7 @@ type T = typeof import("./a").a; {} -Info 1 [00:00:16.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -27,11 +27,11 @@ Info 1 [00:00:16.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:17.000] Search path: /project -Info 3 [00:00:18.000] For info: /project/a.ts :: Config file name: /project/tsconfig.json -Info 4 [00:00:19.000] Creating configuration project /project/tsconfig.json -Info 5 [00:00:20.000] FileWatcher:: Added:: WatchInfo: /project/tsconfig.json 2000 undefined Project: /project/tsconfig.json WatchType: Config file -Info 6 [00:00:21.000] Config: /project/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /project +Info seq [hh:mm:ss:mss] For info: /project/a.ts :: Config file name: /project/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /project/tsconfig.json 2000 undefined Project: /project/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /project/tsconfig.json : { "rootNames": [ "/project/a.ts", "/project/b.ts", @@ -42,18 +42,16 @@ Info 6 [00:00:21.000] Config: /project/tsconfig.json : { "configFilePath": "/project/tsconfig.json" } } -Info 7 [00:00:22.000] DirectoryWatcher:: Added:: WatchInfo: /project 1 undefined Config: /project/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:23.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /project 1 undefined Config: /project/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:24.000] FileWatcher:: Added:: WatchInfo: /project/b.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:25.000] FileWatcher:: Added:: WatchInfo: /project/c.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:26.000] FileWatcher:: Added:: WatchInfo: /project/d.ts 500 undefined WatchType: Closed Script info -Info 12 [00:00:27.000] Starting updateGraphWorker: Project: /project/tsconfig.json -Info 13 [00:00:28.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /project/tsconfig.json WatchType: Missing file -Info 14 [00:00:29.000] DirectoryWatcher:: Added:: WatchInfo: /project/node_modules/@types 1 undefined Project: /project/tsconfig.json WatchType: Type roots -Info 15 [00:00:30.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /project/node_modules/@types 1 undefined Project: /project/tsconfig.json WatchType: Type roots -Info 16 [00:00:31.000] Finishing updateGraphWorker: Project: /project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 17 [00:00:32.000] Project '/project/tsconfig.json' (Configured) -Info 18 [00:00:33.000] Files (4) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /project 1 undefined Config: /project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /project 1 undefined Config: /project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /project/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /project/c.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /project/d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /project/a.ts SVC-1-0 "export const a = {};" /project/b.ts Text-1 "import \"./a\";" /project/c.ts Text-1 "import {} from \"./a\";" @@ -73,15 +71,15 @@ Info 18 [00:00:33.000] Files (4) d.ts Matched by default include pattern '**/*' -Info 19 [00:00:34.000] ----------------------------------------------- -Info 20 [00:00:35.000] Project '/project/tsconfig.json' (Configured) -Info 20 [00:00:36.000] Files (4) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) -Info 20 [00:00:37.000] ----------------------------------------------- -Info 20 [00:00:38.000] Open files: -Info 20 [00:00:39.000] FileName: /project/a.ts ProjectRootPath: undefined -Info 20 [00:00:40.000] Projects: /project/tsconfig.json -Info 20 [00:00:41.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /project/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /project/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -90,8 +88,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/project/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /project/tsconfig.json: *new* @@ -109,7 +105,7 @@ FsWatchesRecursive:: Before request -Info 21 [00:00:42.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -118,19 +114,19 @@ Info 21 [00:00:42.000] request: "seq": 2, "type": "request" } -Info 22 [00:00:43.000] FileWatcher:: Close:: WatchInfo: /project/b.ts 500 undefined WatchType: Closed Script info -Info 23 [00:00:44.000] Search path: /project -Info 24 [00:00:45.000] For info: /project/b.ts :: Config file name: /project/tsconfig.json -Info 25 [00:00:46.000] Project '/project/tsconfig.json' (Configured) -Info 25 [00:00:47.000] Files (4) - -Info 25 [00:00:48.000] ----------------------------------------------- -Info 25 [00:00:49.000] Open files: -Info 25 [00:00:50.000] FileName: /project/a.ts ProjectRootPath: undefined -Info 25 [00:00:51.000] Projects: /project/tsconfig.json -Info 25 [00:00:52.000] FileName: /project/b.ts ProjectRootPath: undefined -Info 25 [00:00:53.000] Projects: /project/tsconfig.json -Info 25 [00:00:54.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /project/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /project +Info seq [hh:mm:ss:mss] For info: /project/b.ts :: Config file name: /project/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /project/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /project/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /project/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /project/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -139,8 +135,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/project/node_modules/@types: - {"pollingInterval":500} FsWatches:: /project/tsconfig.json: @@ -160,7 +154,7 @@ FsWatchesRecursive:: Before request -Info 26 [00:00:55.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -169,21 +163,21 @@ Info 26 [00:00:55.000] request: "seq": 3, "type": "request" } -Info 27 [00:00:56.000] FileWatcher:: Close:: WatchInfo: /project/c.ts 500 undefined WatchType: Closed Script info -Info 28 [00:00:57.000] Search path: /project -Info 29 [00:00:58.000] For info: /project/c.ts :: Config file name: /project/tsconfig.json -Info 30 [00:00:59.000] Project '/project/tsconfig.json' (Configured) -Info 30 [00:01:00.000] Files (4) - -Info 30 [00:01:01.000] ----------------------------------------------- -Info 30 [00:01:02.000] Open files: -Info 30 [00:01:03.000] FileName: /project/a.ts ProjectRootPath: undefined -Info 30 [00:01:04.000] Projects: /project/tsconfig.json -Info 30 [00:01:05.000] FileName: /project/b.ts ProjectRootPath: undefined -Info 30 [00:01:06.000] Projects: /project/tsconfig.json -Info 30 [00:01:07.000] FileName: /project/c.ts ProjectRootPath: undefined -Info 30 [00:01:08.000] Projects: /project/tsconfig.json -Info 30 [00:01:09.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /project/c.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /project +Info seq [hh:mm:ss:mss] For info: /project/c.ts :: Config file name: /project/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /project/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /project/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /project/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /project/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /project/c.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /project/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -192,8 +186,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/project/node_modules/@types: - {"pollingInterval":500} FsWatches:: /project/tsconfig.json: @@ -211,7 +203,7 @@ FsWatchesRecursive:: Before request -Info 31 [00:01:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -220,23 +212,23 @@ Info 31 [00:01:10.000] request: "seq": 4, "type": "request" } -Info 32 [00:01:11.000] FileWatcher:: Close:: WatchInfo: /project/d.ts 500 undefined WatchType: Closed Script info -Info 33 [00:01:12.000] Search path: /project -Info 34 [00:01:13.000] For info: /project/d.ts :: Config file name: /project/tsconfig.json -Info 35 [00:01:14.000] Project '/project/tsconfig.json' (Configured) -Info 35 [00:01:15.000] Files (4) - -Info 35 [00:01:16.000] ----------------------------------------------- -Info 35 [00:01:17.000] Open files: -Info 35 [00:01:18.000] FileName: /project/a.ts ProjectRootPath: undefined -Info 35 [00:01:19.000] Projects: /project/tsconfig.json -Info 35 [00:01:20.000] FileName: /project/b.ts ProjectRootPath: undefined -Info 35 [00:01:21.000] Projects: /project/tsconfig.json -Info 35 [00:01:22.000] FileName: /project/c.ts ProjectRootPath: undefined -Info 35 [00:01:23.000] Projects: /project/tsconfig.json -Info 35 [00:01:24.000] FileName: /project/d.ts ProjectRootPath: undefined -Info 35 [00:01:25.000] Projects: /project/tsconfig.json -Info 35 [00:01:26.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /project/d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /project +Info seq [hh:mm:ss:mss] For info: /project/d.ts :: Config file name: /project/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /project/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /project/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /project/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /project/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /project/c.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /project/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /project/d.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /project/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -245,8 +237,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/project/node_modules/@types: - {"pollingInterval":500} FsWatches:: /project/tsconfig.json: @@ -262,7 +252,7 @@ FsWatchesRecursive:: Before request -Info 36 [00:01:27.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "fileReferences", "arguments": { @@ -271,7 +261,7 @@ Info 36 [00:01:27.000] request: "seq": 5, "type": "request" } -Info 37 [00:01:28.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "refs": [ diff --git a/tests/baselines/reference/tsserver/getFileReferences/should-skip-lineText-from-file-references.js b/tests/baselines/reference/tsserver/getFileReferences/should-skip-lineText-from-file-references.js index fd9f344fcaa10..4a6c98e434844 100644 --- a/tests/baselines/reference/tsserver/getFileReferences/should-skip-lineText-from-file-references.js +++ b/tests/baselines/reference/tsserver/getFileReferences/should-skip-lineText-from-file-references.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:15.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/project/a.ts] export const a = {}; @@ -18,7 +18,7 @@ type T = typeof import("./a").a; {} -Info 1 [00:00:16.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -27,11 +27,11 @@ Info 1 [00:00:16.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:17.000] Search path: /project -Info 3 [00:00:18.000] For info: /project/a.ts :: Config file name: /project/tsconfig.json -Info 4 [00:00:19.000] Creating configuration project /project/tsconfig.json -Info 5 [00:00:20.000] FileWatcher:: Added:: WatchInfo: /project/tsconfig.json 2000 undefined Project: /project/tsconfig.json WatchType: Config file -Info 6 [00:00:21.000] Config: /project/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /project +Info seq [hh:mm:ss:mss] For info: /project/a.ts :: Config file name: /project/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /project/tsconfig.json 2000 undefined Project: /project/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /project/tsconfig.json : { "rootNames": [ "/project/a.ts", "/project/b.ts", @@ -42,18 +42,16 @@ Info 6 [00:00:21.000] Config: /project/tsconfig.json : { "configFilePath": "/project/tsconfig.json" } } -Info 7 [00:00:22.000] DirectoryWatcher:: Added:: WatchInfo: /project 1 undefined Config: /project/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:23.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /project 1 undefined Config: /project/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:24.000] FileWatcher:: Added:: WatchInfo: /project/b.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:25.000] FileWatcher:: Added:: WatchInfo: /project/c.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:26.000] FileWatcher:: Added:: WatchInfo: /project/d.ts 500 undefined WatchType: Closed Script info -Info 12 [00:00:27.000] Starting updateGraphWorker: Project: /project/tsconfig.json -Info 13 [00:00:28.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /project/tsconfig.json WatchType: Missing file -Info 14 [00:00:29.000] DirectoryWatcher:: Added:: WatchInfo: /project/node_modules/@types 1 undefined Project: /project/tsconfig.json WatchType: Type roots -Info 15 [00:00:30.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /project/node_modules/@types 1 undefined Project: /project/tsconfig.json WatchType: Type roots -Info 16 [00:00:31.000] Finishing updateGraphWorker: Project: /project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 17 [00:00:32.000] Project '/project/tsconfig.json' (Configured) -Info 18 [00:00:33.000] Files (4) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /project 1 undefined Config: /project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /project 1 undefined Config: /project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /project/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /project/c.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /project/d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /project/a.ts SVC-1-0 "export const a = {};" /project/b.ts Text-1 "import \"./a\";" /project/c.ts Text-1 "import {} from \"./a\";" @@ -73,15 +71,15 @@ Info 18 [00:00:33.000] Files (4) d.ts Matched by default include pattern '**/*' -Info 19 [00:00:34.000] ----------------------------------------------- -Info 20 [00:00:35.000] Project '/project/tsconfig.json' (Configured) -Info 20 [00:00:36.000] Files (4) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) -Info 20 [00:00:37.000] ----------------------------------------------- -Info 20 [00:00:38.000] Open files: -Info 20 [00:00:39.000] FileName: /project/a.ts ProjectRootPath: undefined -Info 20 [00:00:40.000] Projects: /project/tsconfig.json -Info 20 [00:00:41.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /project/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /project/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -90,8 +88,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/project/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /project/tsconfig.json: *new* @@ -109,7 +105,7 @@ FsWatchesRecursive:: Before request -Info 21 [00:00:42.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -118,19 +114,19 @@ Info 21 [00:00:42.000] request: "seq": 2, "type": "request" } -Info 22 [00:00:43.000] FileWatcher:: Close:: WatchInfo: /project/b.ts 500 undefined WatchType: Closed Script info -Info 23 [00:00:44.000] Search path: /project -Info 24 [00:00:45.000] For info: /project/b.ts :: Config file name: /project/tsconfig.json -Info 25 [00:00:46.000] Project '/project/tsconfig.json' (Configured) -Info 25 [00:00:47.000] Files (4) - -Info 25 [00:00:48.000] ----------------------------------------------- -Info 25 [00:00:49.000] Open files: -Info 25 [00:00:50.000] FileName: /project/a.ts ProjectRootPath: undefined -Info 25 [00:00:51.000] Projects: /project/tsconfig.json -Info 25 [00:00:52.000] FileName: /project/b.ts ProjectRootPath: undefined -Info 25 [00:00:53.000] Projects: /project/tsconfig.json -Info 25 [00:00:54.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /project/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /project +Info seq [hh:mm:ss:mss] For info: /project/b.ts :: Config file name: /project/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /project/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /project/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /project/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /project/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -139,8 +135,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/project/node_modules/@types: - {"pollingInterval":500} FsWatches:: /project/tsconfig.json: @@ -160,7 +154,7 @@ FsWatchesRecursive:: Before request -Info 26 [00:00:55.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -169,21 +163,21 @@ Info 26 [00:00:55.000] request: "seq": 3, "type": "request" } -Info 27 [00:00:56.000] FileWatcher:: Close:: WatchInfo: /project/c.ts 500 undefined WatchType: Closed Script info -Info 28 [00:00:57.000] Search path: /project -Info 29 [00:00:58.000] For info: /project/c.ts :: Config file name: /project/tsconfig.json -Info 30 [00:00:59.000] Project '/project/tsconfig.json' (Configured) -Info 30 [00:01:00.000] Files (4) - -Info 30 [00:01:01.000] ----------------------------------------------- -Info 30 [00:01:02.000] Open files: -Info 30 [00:01:03.000] FileName: /project/a.ts ProjectRootPath: undefined -Info 30 [00:01:04.000] Projects: /project/tsconfig.json -Info 30 [00:01:05.000] FileName: /project/b.ts ProjectRootPath: undefined -Info 30 [00:01:06.000] Projects: /project/tsconfig.json -Info 30 [00:01:07.000] FileName: /project/c.ts ProjectRootPath: undefined -Info 30 [00:01:08.000] Projects: /project/tsconfig.json -Info 30 [00:01:09.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /project/c.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /project +Info seq [hh:mm:ss:mss] For info: /project/c.ts :: Config file name: /project/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /project/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /project/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /project/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /project/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /project/c.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /project/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -192,8 +186,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/project/node_modules/@types: - {"pollingInterval":500} FsWatches:: /project/tsconfig.json: @@ -211,7 +203,7 @@ FsWatchesRecursive:: Before request -Info 31 [00:01:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -220,23 +212,23 @@ Info 31 [00:01:10.000] request: "seq": 4, "type": "request" } -Info 32 [00:01:11.000] FileWatcher:: Close:: WatchInfo: /project/d.ts 500 undefined WatchType: Closed Script info -Info 33 [00:01:12.000] Search path: /project -Info 34 [00:01:13.000] For info: /project/d.ts :: Config file name: /project/tsconfig.json -Info 35 [00:01:14.000] Project '/project/tsconfig.json' (Configured) -Info 35 [00:01:15.000] Files (4) - -Info 35 [00:01:16.000] ----------------------------------------------- -Info 35 [00:01:17.000] Open files: -Info 35 [00:01:18.000] FileName: /project/a.ts ProjectRootPath: undefined -Info 35 [00:01:19.000] Projects: /project/tsconfig.json -Info 35 [00:01:20.000] FileName: /project/b.ts ProjectRootPath: undefined -Info 35 [00:01:21.000] Projects: /project/tsconfig.json -Info 35 [00:01:22.000] FileName: /project/c.ts ProjectRootPath: undefined -Info 35 [00:01:23.000] Projects: /project/tsconfig.json -Info 35 [00:01:24.000] FileName: /project/d.ts ProjectRootPath: undefined -Info 35 [00:01:25.000] Projects: /project/tsconfig.json -Info 35 [00:01:26.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /project/d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /project +Info seq [hh:mm:ss:mss] For info: /project/d.ts :: Config file name: /project/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /project/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /project/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /project/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /project/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /project/c.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /project/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /project/d.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /project/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -245,8 +237,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/project/node_modules/@types: - {"pollingInterval":500} FsWatches:: /project/tsconfig.json: @@ -262,7 +252,7 @@ FsWatchesRecursive:: Before request -Info 36 [00:01:27.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "configure", "arguments": { @@ -273,9 +263,9 @@ Info 36 [00:01:27.000] request: "seq": 5, "type": "request" } -Info 37 [00:01:28.000] response: +Info seq [hh:mm:ss:mss] response: {"seq":0,"type":"response","command":"configure","request_seq":5,"success":true,"performanceData":{"updateGraphDurationMs":*}} -Info 38 [00:01:29.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -283,7 +273,7 @@ After request Before request -Info 39 [00:01:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "fileReferences", "arguments": { @@ -292,7 +282,7 @@ Info 39 [00:01:30.000] request: "seq": 6, "type": "request" } -Info 40 [00:01:31.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "refs": [ diff --git a/tests/baselines/reference/tsserver/importHelpers/should-not-crash-in-tsserver.js b/tests/baselines/reference/tsserver/importHelpers/should-not-crash-in-tsserver.js index a223ca8a77481..c1f87a2f267a1 100644 --- a/tests/baselines/reference/tsserver/importHelpers/should-not-crash-in-tsserver.js +++ b/tests/baselines/reference/tsserver/importHelpers/should-not-crash-in-tsserver.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:13.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/app.ts] export async function foo() { return 100; } @@ -8,7 +8,7 @@ export async function foo() { return 100; } -Info 1 [00:00:14.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "openExternalProject", "arguments": { @@ -25,16 +25,14 @@ Info 1 [00:00:14.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:15.000] FileWatcher:: Added:: WatchInfo: /a/app.ts 500 undefined WatchType: Closed Script info -Info 3 [00:00:16.000] Starting updateGraphWorker: Project: p -Info 4 [00:00:17.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 5 [00:00:18.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 6 [00:00:19.000] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Project: p WatchType: Failed Lookup Locations -Info 7 [00:00:20.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Project: p WatchType: Failed Lookup Locations -Info 8 [00:00:21.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: p WatchType: Missing file -Info 9 [00:00:22.000] Finishing updateGraphWorker: Project: p Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 10 [00:00:23.000] Project 'p' (External) -Info 11 [00:00:24.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/app.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: p +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: p WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: p Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project 'p' (External) +Info seq [hh:mm:ss:mss] Files (2) /a/node_modules/tslib/index.d.ts Text-1 "" /a/app.ts Text-1 "export async function foo() { return 100; }" @@ -44,8 +42,8 @@ Info 11 [00:00:24.000] Files (2) a/app.ts Root file specified for compilation -Info 12 [00:00:25.000] ----------------------------------------------- -Info 13 [00:00:26.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -63,5 +61,3 @@ FsWatches:: FsWatchesRecursive:: /a/node_modules: *new* {} -/a: *new* - {} diff --git a/tests/baselines/reference/tsserver/inconsistentErrorInEditor/should-not-error.js b/tests/baselines/reference/tsserver/inconsistentErrorInEditor/should-not-error.js index 3ae3a3f71eca5..51cabfb03f489 100644 --- a/tests/baselines/reference/tsserver/inconsistentErrorInEditor/should-not-error.js +++ b/tests/baselines/reference/tsserver/inconsistentErrorInEditor/should-not-error.js @@ -1,8 +1,8 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:03.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request -Info 1 [00:00:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "updateOpen", "arguments": { @@ -19,28 +19,28 @@ Info 1 [00:00:04.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:05.000] Search path: ^/untitled/ts-nul-authority -Info 3 [00:00:06.000] For info: ^/untitled/ts-nul-authority/Untitled-1 :: No config files found. -Info 4 [00:00:07.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 5 [00:00:08.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 6 [00:00:09.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 7 [00:00:10.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 8 [00:00:11.000] Files (1) +Info seq [hh:mm:ss:mss] Search path: ^/untitled/ts-nul-authority +Info seq [hh:mm:ss:mss] For info: ^/untitled/ts-nul-authority/Untitled-1 :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) ^/untitled/ts-nul-authority/Untitled-1 SVC-1-0 "export function foo() {\r\n /*$*/return bar;\r\n}\r\n\r\nexport function bar(x: T) {\r\n return x;\r\n}\r\n\r\nlet x = foo()(42);" ^/untitled/ts-nul-authority/Untitled-1 Root file specified for compilation -Info 9 [00:00:12.000] ----------------------------------------------- -Info 10 [00:00:13.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 10 [00:00:14.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 10 [00:00:15.000] ----------------------------------------------- -Info 10 [00:00:16.000] Open files: -Info 10 [00:00:17.000] FileName: ^/untitled/ts-nul-authority/Untitled-1 ProjectRootPath: undefined -Info 10 [00:00:18.000] Projects: /dev/null/inferredProject1* -Info 10 [00:00:19.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: ^/untitled/ts-nul-authority/Untitled-1 ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -53,7 +53,7 @@ PolledWatches:: Before request -Info 11 [00:00:20.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "encodedSemanticClassifications-full", "arguments": { @@ -65,7 +65,7 @@ Info 11 [00:00:20.000] request: "seq": 2, "type": "request" } -Info 12 [00:00:21.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "spans": [ @@ -111,7 +111,7 @@ After request Before request -Info 13 [00:00:22.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -123,7 +123,7 @@ Info 13 [00:00:22.000] request: "seq": 3, "type": "request" } -Info 14 [00:00:23.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -132,14 +132,14 @@ After request Before running Timeout callback:: count: 1 1: checkOne -Info 15 [00:00:24.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"^/untitled/ts-nul-authority/Untitled-1","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 1: semanticCheck -Info 16 [00:00:25.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"^/untitled/ts-nul-authority/Untitled-1","diagnostics":[]}} After running Immedidate callback:: count: 1 2: suggestionCheck @@ -147,8 +147,8 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 2: suggestionCheck -Info 17 [00:00:26.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"^/untitled/ts-nul-authority/Untitled-1","diagnostics":[{"start":{"line":9,"offset":5},"end":{"line":9,"offset":6},"text":"'x' is declared but its value is never read.","code":6133,"category":"suggestion","reportsUnnecessary":true}]}} -Info 18 [00:00:27.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":3}} After running Immedidate callback:: count: 0 diff --git a/tests/baselines/reference/tsserver/inconsistentErrorInEditor2/should-not-error.js b/tests/baselines/reference/tsserver/inconsistentErrorInEditor2/should-not-error.js index 1a8e640587cf2..02877975009d5 100644 --- a/tests/baselines/reference/tsserver/inconsistentErrorInEditor2/should-not-error.js +++ b/tests/baselines/reference/tsserver/inconsistentErrorInEditor2/should-not-error.js @@ -1,8 +1,8 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:03.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request -Info 1 [00:00:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "updateOpen", "arguments": { @@ -19,28 +19,28 @@ Info 1 [00:00:04.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:05.000] Search path: ^/untitled/ts-nul-authority -Info 3 [00:00:06.000] For info: ^/untitled/ts-nul-authority/Untitled-1 :: No config files found. -Info 4 [00:00:07.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 5 [00:00:08.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 6 [00:00:09.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 7 [00:00:10.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 8 [00:00:11.000] Files (1) +Info seq [hh:mm:ss:mss] Search path: ^/untitled/ts-nul-authority +Info seq [hh:mm:ss:mss] For info: ^/untitled/ts-nul-authority/Untitled-1 :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) ^/untitled/ts-nul-authority/Untitled-1 SVC-1-0 "function fn(Foo: number) {\r\n type Foo = typeof Foo;\r\n return 0 as any as {x: Foo};\r\n}" ^/untitled/ts-nul-authority/Untitled-1 Root file specified for compilation -Info 9 [00:00:12.000] ----------------------------------------------- -Info 10 [00:00:13.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 10 [00:00:14.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 10 [00:00:15.000] ----------------------------------------------- -Info 10 [00:00:16.000] Open files: -Info 10 [00:00:17.000] FileName: ^/untitled/ts-nul-authority/Untitled-1 ProjectRootPath: undefined -Info 10 [00:00:18.000] Projects: /dev/null/inferredProject1* -Info 10 [00:00:19.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: ^/untitled/ts-nul-authority/Untitled-1 ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -53,7 +53,7 @@ PolledWatches:: Before request -Info 11 [00:00:20.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "encodedSemanticClassifications-full", "arguments": { @@ -65,7 +65,7 @@ Info 11 [00:00:20.000] request: "seq": 2, "type": "request" } -Info 12 [00:00:21.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "spans": [ @@ -96,7 +96,7 @@ After request Before request -Info 13 [00:00:22.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -108,7 +108,7 @@ Info 13 [00:00:22.000] request: "seq": 3, "type": "request" } -Info 14 [00:00:23.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -117,14 +117,14 @@ After request Before running Timeout callback:: count: 1 1: checkOne -Info 15 [00:00:24.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"^/untitled/ts-nul-authority/Untitled-1","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 1: semanticCheck -Info 16 [00:00:25.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"^/untitled/ts-nul-authority/Untitled-1","diagnostics":[]}} After running Immedidate callback:: count: 1 2: suggestionCheck @@ -132,8 +132,8 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 2: suggestionCheck -Info 17 [00:00:26.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"^/untitled/ts-nul-authority/Untitled-1","diagnostics":[]}} -Info 18 [00:00:27.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":3}} After running Immedidate callback:: count: 0 diff --git a/tests/baselines/reference/tsserver/inferredProjects/Setting-compiler-options-for-inferred-projects-when-there-are-no-open-files-should-not-schedule-any-refresh.js b/tests/baselines/reference/tsserver/inferredProjects/Setting-compiler-options-for-inferred-projects-when-there-are-no-open-files-should-not-schedule-any-refresh.js index 59de28b162137..7a1a87ea2d145 100644 --- a/tests/baselines/reference/tsserver/inferredProjects/Setting-compiler-options-for-inferred-projects-when-there-are-no-open-files-should-not-schedule-any-refresh.js +++ b/tests/baselines/reference/tsserver/inferredProjects/Setting-compiler-options-for-inferred-projects-when-there-are-no-open-files-should-not-schedule-any-refresh.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:13.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/b/commonFile1.ts] let x = 1 @@ -18,7 +18,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:14.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compilerOptionsForInferredProjects", "arguments": { @@ -30,7 +30,7 @@ Info 1 [00:00:14.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:15.000] response: +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true diff --git a/tests/baselines/reference/tsserver/inferredProjects/create-inferred-project.js b/tests/baselines/reference/tsserver/inferredProjects/create-inferred-project.js index 93f621e6789c9..11f064503d25e 100644 --- a/tests/baselines/reference/tsserver/inferredProjects/create-inferred-project.js +++ b/tests/baselines/reference/tsserver/inferredProjects/create-inferred-project.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:21.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/user/username/projects/myproject/app.ts] @@ -24,20 +24,22 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:22.000] Search path: /user/username/projects/myproject -Info 2 [00:00:23.000] For info: /user/username/projects/myproject/app.ts :: No config files found. -Info 3 [00:00:24.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 4 [00:00:25.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 5 [00:00:26.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 6 [00:00:27.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 0 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations -Info 7 [00:00:28.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 0 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations -Info 8 [00:00:29.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/module.d.ts 500 undefined WatchType: Closed Script info -Info 9 [00:00:30.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:31.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 11 [00:00:32.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 12 [00:00:33.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 13 [00:00:34.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 14 [00:00:35.000] Files (3) +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/app.ts :: No config files found. +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 0 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 0 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/module.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/module.d.ts Text-1 "export let x: number" /user/username/projects/myproject/app.ts SVC-1-0 "\n import {f} from \"./module\"\n console.log(f)\n " @@ -50,11 +52,11 @@ Info 14 [00:00:35.000] Files (3) app.ts Root file specified for compilation -Info 15 [00:00:36.000] ----------------------------------------------- -Info 16 [00:00:37.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 16 [00:00:38.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) -Info 16 [00:00:39.000] ----------------------------------------------- -Info 16 [00:00:40.000] Open files: -Info 16 [00:00:41.000] FileName: /user/username/projects/myproject/app.ts ProjectRootPath: undefined -Info 16 [00:00:42.000] Projects: /dev/null/inferredProject1* \ No newline at end of file +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/inferredProjects/disable-inferred-project.js b/tests/baselines/reference/tsserver/inferredProjects/disable-inferred-project.js index 223ec67d5fecc..5f6808b8d4ac4 100644 --- a/tests/baselines/reference/tsserver/inferredProjects/disable-inferred-project.js +++ b/tests/baselines/reference/tsserver/inferredProjects/disable-inferred-project.js @@ -1,18 +1,18 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:09.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/a/b/f1.ts] let x =1; -Info 1 [00:00:10.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 2 [00:00:11.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: false Elapsed:: *ms -Info 3 [00:00:12.000] Same program as before -Info 4 [00:00:13.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 4 [00:00:14.000] Files (0) NoProgram +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: false Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (0) NoProgram -Info 4 [00:00:15.000] ----------------------------------------------- -Info 4 [00:00:16.000] Open files: -Info 4 [00:00:17.000] FileName: /a/b/f1.ts ProjectRootPath: undefined -Info 4 [00:00:18.000] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/f1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* LanguageServiceEnabled:: false \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/inferredProjects/inferred-projects-per-project-root-with-case-insensitive-system.js b/tests/baselines/reference/tsserver/inferredProjects/inferred-projects-per-project-root-with-case-insensitive-system.js index 15364c88bfccb..8ab58e09e045b 100644 --- a/tests/baselines/reference/tsserver/inferredProjects/inferred-projects-per-project-root-with-case-insensitive-system.js +++ b/tests/baselines/reference/tsserver/inferredProjects/inferred-projects-per-project-root-with-case-insensitive-system.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:17.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/file1.ts] let x = 1; @@ -14,7 +14,7 @@ let x = 3; let z = 4; -Info 1 [00:00:18.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compilerOptionsForInferredProjects", "arguments": { @@ -26,7 +26,7 @@ Info 1 [00:00:18.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:19.000] response: +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -35,7 +35,7 @@ After request Before request -Info 3 [00:00:20.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compilerOptionsForInferredProjects", "arguments": { @@ -48,7 +48,7 @@ Info 3 [00:00:20.000] request: "seq": 2, "type": "request" } -Info 4 [00:00:21.000] response: +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -57,7 +57,7 @@ After request Before request -Info 5 [00:00:22.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -69,39 +69,35 @@ Info 5 [00:00:22.000] request: "seq": 3, "type": "request" } -Info 6 [00:00:23.000] Search path: /a -Info 7 [00:00:24.000] For info: /a/file1.ts :: No config files found. -Info 8 [00:00:25.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 9 [00:00:26.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.es6.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 10 [00:00:27.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 11 [00:00:28.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 12 [00:00:29.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 13 [00:00:30.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 14 [00:00:31.000] Files (1) +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/file1.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.es6.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /a/file1.ts SVC-1-0 "let x = 1;" file1.ts Root file specified for compilation -Info 15 [00:00:32.000] ----------------------------------------------- +Info seq [hh:mm:ss:mss] ----------------------------------------------- TI:: Creating typing installer PolledWatches:: /a/lib/lib.es6.d.ts: *new* {"pollingInterval":500} -/a/node_modules/@types: *new* - {"pollingInterval":500} -TI:: [00:00:33.000] Global cache location '/a/data/', safe file path '/safeList.json', types map path /typesMap.json -TI:: [00:00:34.000] Processing cache location '/a/data/' -TI:: [00:00:35.000] Trying to find '/a/data/package.json'... -TI:: [00:00:36.000] Finished processing cache location '/a/data/' -TI:: [00:00:37.000] Npm config file: /a/data/package.json -TI:: [00:00:38.000] Npm config file: '/a/data/package.json' is missing, creating new one... -TI:: [00:00:43.000] Updating types-registry npm package... -TI:: [00:00:44.000] npm install --ignore-scripts types-registry@latest -TI:: [00:00:51.000] TI:: Updated types-registry npm package +TI:: [hh:mm:ss:mss] Global cache location '/a/data/', safe file path '/safeList.json', types map path /typesMap.json +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Trying to find '/a/data/package.json'... +TI:: [hh:mm:ss:mss] Finished processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Npm config file: /a/data/package.json +TI:: [hh:mm:ss:mss] Npm config file: '/a/data/package.json' is missing, creating new one... +TI:: [hh:mm:ss:mss] Updating types-registry npm package... +TI:: [hh:mm:ss:mss] npm install --ignore-scripts types-registry@latest +TI:: [hh:mm:ss:mss] TI:: Updated types-registry npm package TI:: typing installer creation complete //// [/a/data/package.json] { "private": true } @@ -112,32 +108,32 @@ TI:: typing installer creation complete } -TI:: [00:00:52.000] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/a/file1.ts"],"compilerOptions":{"allowJs":true,"target":2,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/a","cachePath":"/a/data/","kind":"discover"} -TI:: [00:00:53.000] Request specifies cache path '/a/data/', loading cached information... -TI:: [00:00:54.000] Processing cache location '/a/data/' -TI:: [00:00:55.000] Cache location was already processed... -TI:: [00:00:56.000] Failed to load safelist from types map file '/typesMap.json' -TI:: [00:00:57.000] Explicitly included types: [] -TI:: [00:00:58.000] Inferred typings from unresolved imports: [] -TI:: [00:00:59.000] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/bower_components","/a/node_modules"]} -TI:: [00:01:00.000] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/bower_components","/a/node_modules"]} -TI:: [00:01:01.000] DirectoryWatcher:: Added:: WatchInfo: /a/bower_components -TI:: [00:01:02.000] DirectoryWatcher:: Added:: WatchInfo: /a/bower_components 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:01:03.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/bower_components 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:01:04.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules -TI:: [00:01:05.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:01:06.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:01:07.000] Sending response: +TI:: [hh:mm:ss:mss] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/a/file1.ts"],"compilerOptions":{"allowJs":true,"target":2,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/a","cachePath":"/a/data/","kind":"discover"} +TI:: [hh:mm:ss:mss] Request specifies cache path '/a/data/', loading cached information... +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Cache location was already processed... +TI:: [hh:mm:ss:mss] Failed to load safelist from types map file '/typesMap.json' +TI:: [hh:mm:ss:mss] Explicitly included types: [] +TI:: [hh:mm:ss:mss] Inferred typings from unresolved imports: [] +TI:: [hh:mm:ss:mss] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/bower_components","/a/node_modules"]} +TI:: [hh:mm:ss:mss] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/bower_components","/a/node_modules"]} +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/bower_components +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/bower_components 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/bower_components 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] Sending response: {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"target":2,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typings":[],"unresolvedImports":[],"kind":"action::set"} -TI:: [00:01:08.000] No new typings were requested as a result of typings discovery -Info 16 [00:01:09.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 16 [00:01:10.000] Files (1) +TI:: [hh:mm:ss:mss] No new typings were requested as a result of typings discovery +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 16 [00:01:11.000] ----------------------------------------------- -Info 16 [00:01:12.000] Open files: -Info 16 [00:01:13.000] FileName: /a/file1.ts ProjectRootPath: /a -Info 16 [00:01:14.000] Projects: /dev/null/inferredProject1* -Info 16 [00:01:15.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/file1.ts ProjectRootPath: /a +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -146,8 +142,6 @@ After request PolledWatches:: /a/lib/lib.es6.d.ts: {"pollingInterval":500} -/a/node_modules/@types: - {"pollingInterval":500} /a/bower_components: *new* {"pollingInterval":500} /a/node_modules: *new* @@ -155,7 +149,7 @@ PolledWatches:: Before request -Info 17 [00:01:16.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -167,12 +161,12 @@ Info 17 [00:01:16.000] request: "seq": 4, "type": "request" } -Info 18 [00:01:17.000] Search path: /A -Info 19 [00:01:18.000] For info: /A/file2.ts :: No config files found. -Info 20 [00:01:19.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 21 [00:01:20.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 22 [00:01:21.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 23 [00:01:22.000] Files (2) +Info seq [hh:mm:ss:mss] Search path: /A +Info seq [hh:mm:ss:mss] For info: /A/file2.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/file1.ts SVC-1-0 "let x = 1;" /A/file2.ts SVC-1-0 "let y = 2;" @@ -182,28 +176,28 @@ Info 23 [00:01:22.000] Files (2) file2.ts Root file specified for compilation -Info 24 [00:01:23.000] ----------------------------------------------- -TI:: [00:01:24.000] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/a/file1.ts","/A/file2.ts"],"compilerOptions":{"allowJs":true,"target":2,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/a","cachePath":"/a/data/","kind":"discover"} -TI:: [00:01:25.000] Request specifies cache path '/a/data/', loading cached information... -TI:: [00:01:26.000] Processing cache location '/a/data/' -TI:: [00:01:27.000] Cache location was already processed... -TI:: [00:01:28.000] Explicitly included types: [] -TI:: [00:01:29.000] Inferred typings from unresolved imports: [] -TI:: [00:01:30.000] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/bower_components","/a/node_modules"]} -TI:: [00:01:31.000] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/bower_components","/a/node_modules"]} -TI:: [00:01:32.000] Sending response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +TI:: [hh:mm:ss:mss] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/a/file1.ts","/A/file2.ts"],"compilerOptions":{"allowJs":true,"target":2,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/a","cachePath":"/a/data/","kind":"discover"} +TI:: [hh:mm:ss:mss] Request specifies cache path '/a/data/', loading cached information... +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Cache location was already processed... +TI:: [hh:mm:ss:mss] Explicitly included types: [] +TI:: [hh:mm:ss:mss] Inferred typings from unresolved imports: [] +TI:: [hh:mm:ss:mss] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/bower_components","/a/node_modules"]} +TI:: [hh:mm:ss:mss] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/bower_components","/a/node_modules"]} +TI:: [hh:mm:ss:mss] Sending response: {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"target":2,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typings":[],"unresolvedImports":[],"kind":"action::set"} -TI:: [00:01:33.000] No new typings were requested as a result of typings discovery -Info 25 [00:01:34.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 25 [00:01:35.000] Files (2) - -Info 25 [00:01:36.000] ----------------------------------------------- -Info 25 [00:01:37.000] Open files: -Info 25 [00:01:38.000] FileName: /a/file1.ts ProjectRootPath: /a -Info 25 [00:01:39.000] Projects: /dev/null/inferredProject1* -Info 25 [00:01:40.000] FileName: /A/file2.ts ProjectRootPath: /a -Info 25 [00:01:41.000] Projects: /dev/null/inferredProject1* -Info 25 [00:01:42.000] response: +TI:: [hh:mm:ss:mss] No new typings were requested as a result of typings discovery +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/file1.ts ProjectRootPath: /a +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /A/file2.ts ProjectRootPath: /a +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -211,7 +205,7 @@ After request Before request -Info 26 [00:01:43.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,55 +217,53 @@ Info 26 [00:01:43.000] request: "seq": 5, "type": "request" } -Info 27 [00:01:44.000] Search path: /b -Info 28 [00:01:45.000] For info: /b/file2.ts :: No config files found. -Info 29 [00:01:46.000] Starting updateGraphWorker: Project: /dev/null/inferredProject2* -Info 30 [00:01:47.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.esnext.full.d.ts 500 undefined Project: /dev/null/inferredProject2* WatchType: Missing file -Info 31 [00:01:48.000] DirectoryWatcher:: Added:: WatchInfo: /b/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 32 [00:01:49.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 33 [00:01:50.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 34 [00:01:51.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 35 [00:01:52.000] Files (1) +Info seq [hh:mm:ss:mss] Search path: /b +Info seq [hh:mm:ss:mss] For info: /b/file2.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.esnext.full.d.ts 500 undefined Project: /dev/null/inferredProject2* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /b/file2.ts SVC-1-0 "let x = 3;" file2.ts Root file specified for compilation -Info 36 [00:01:53.000] ----------------------------------------------- -TI:: [00:01:54.000] Got install request {"projectName":"/dev/null/inferredProject2*","fileNames":["/b/file2.ts"],"compilerOptions":{"allowJs":true,"target":99,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/b","cachePath":"/a/data/","kind":"discover"} -TI:: [00:01:55.000] Request specifies cache path '/a/data/', loading cached information... -TI:: [00:01:56.000] Processing cache location '/a/data/' -TI:: [00:01:57.000] Cache location was already processed... -TI:: [00:01:58.000] Explicitly included types: [] -TI:: [00:01:59.000] Inferred typings from unresolved imports: [] -TI:: [00:02:00.000] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/b/bower_components","/b/node_modules"]} -TI:: [00:02:01.000] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/b/bower_components","/b/node_modules"]} -TI:: [00:02:02.000] DirectoryWatcher:: Added:: WatchInfo: /b/bower_components -TI:: [00:02:03.000] DirectoryWatcher:: Added:: WatchInfo: /b/bower_components 1 undefined Project: /dev/null/inferredProject2* watcher already invoked: false -TI:: [00:02:04.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b/bower_components 1 undefined Project: /dev/null/inferredProject2* watcher already invoked: false -TI:: [00:02:05.000] DirectoryWatcher:: Added:: WatchInfo: /b/node_modules -TI:: [00:02:06.000] DirectoryWatcher:: Added:: WatchInfo: /b/node_modules 1 undefined Project: /dev/null/inferredProject2* watcher already invoked: false -TI:: [00:02:07.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b/node_modules 1 undefined Project: /dev/null/inferredProject2* watcher already invoked: false -TI:: [00:02:08.000] Sending response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +TI:: [hh:mm:ss:mss] Got install request {"projectName":"/dev/null/inferredProject2*","fileNames":["/b/file2.ts"],"compilerOptions":{"allowJs":true,"target":99,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/b","cachePath":"/a/data/","kind":"discover"} +TI:: [hh:mm:ss:mss] Request specifies cache path '/a/data/', loading cached information... +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Cache location was already processed... +TI:: [hh:mm:ss:mss] Explicitly included types: [] +TI:: [hh:mm:ss:mss] Inferred typings from unresolved imports: [] +TI:: [hh:mm:ss:mss] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/b/bower_components","/b/node_modules"]} +TI:: [hh:mm:ss:mss] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/b/bower_components","/b/node_modules"]} +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /b/bower_components +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /b/bower_components 1 undefined Project: /dev/null/inferredProject2* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b/bower_components 1 undefined Project: /dev/null/inferredProject2* watcher already invoked: false +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /b/node_modules +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /b/node_modules 1 undefined Project: /dev/null/inferredProject2* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b/node_modules 1 undefined Project: /dev/null/inferredProject2* watcher already invoked: false +TI:: [hh:mm:ss:mss] Sending response: {"projectName":"/dev/null/inferredProject2*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"target":99,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typings":[],"unresolvedImports":[],"kind":"action::set"} -TI:: [00:02:09.000] No new typings were requested as a result of typings discovery -Info 37 [00:02:10.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 37 [00:02:11.000] Files (2) - -Info 37 [00:02:12.000] ----------------------------------------------- -Info 37 [00:02:13.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 37 [00:02:14.000] Files (1) - -Info 37 [00:02:15.000] ----------------------------------------------- -Info 37 [00:02:16.000] Open files: -Info 37 [00:02:17.000] FileName: /a/file1.ts ProjectRootPath: /a -Info 37 [00:02:18.000] Projects: /dev/null/inferredProject1* -Info 37 [00:02:19.000] FileName: /A/file2.ts ProjectRootPath: /a -Info 37 [00:02:20.000] Projects: /dev/null/inferredProject1* -Info 37 [00:02:21.000] FileName: /b/file2.ts ProjectRootPath: /b -Info 37 [00:02:22.000] Projects: /dev/null/inferredProject2* -Info 37 [00:02:23.000] response: +TI:: [hh:mm:ss:mss] No new typings were requested as a result of typings discovery +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/file1.ts ProjectRootPath: /a +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /A/file2.ts ProjectRootPath: /a +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /b/file2.ts ProjectRootPath: /b +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -280,16 +272,12 @@ After request PolledWatches:: /a/lib/lib.es6.d.ts: {"pollingInterval":500} -/a/node_modules/@types: - {"pollingInterval":500} /a/bower_components: {"pollingInterval":500} /a/node_modules: {"pollingInterval":500} /a/lib/lib.esnext.full.d.ts: *new* {"pollingInterval":500} -/b/node_modules/@types: *new* - {"pollingInterval":500} /b/bower_components: *new* {"pollingInterval":500} /b/node_modules: *new* @@ -297,7 +285,7 @@ PolledWatches:: Before request -Info 38 [00:02:24.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -308,59 +296,59 @@ Info 38 [00:02:24.000] request: "seq": 6, "type": "request" } -Info 39 [00:02:25.000] Search path: /c -Info 40 [00:02:26.000] For info: /c/file3.ts :: No config files found. -Info 41 [00:02:27.000] Starting updateGraphWorker: Project: /dev/null/inferredProject3* -Info 42 [00:02:28.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.esnext.full.d.ts 500 undefined Project: /dev/null/inferredProject3* WatchType: Missing file -Info 43 [00:02:29.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject3* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 44 [00:02:30.000] Project '/dev/null/inferredProject3*' (Inferred) -Info 45 [00:02:31.000] Files (1) +Info seq [hh:mm:ss:mss] Search path: /c +Info seq [hh:mm:ss:mss] For info: /c/file3.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject3* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.esnext.full.d.ts 500 undefined Project: /dev/null/inferredProject3* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject3* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject3*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /c/file3.ts SVC-1-0 "let z = 4;" c/file3.ts Root file specified for compilation -Info 46 [00:02:32.000] ----------------------------------------------- -TI:: [00:02:33.000] Got install request {"projectName":"/dev/null/inferredProject3*","fileNames":["/c/file3.ts"],"compilerOptions":{"allowJs":true,"target":99,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/","cachePath":"/a/data/","kind":"discover"} -TI:: [00:02:34.000] Request specifies cache path '/a/data/', loading cached information... -TI:: [00:02:35.000] Processing cache location '/a/data/' -TI:: [00:02:36.000] Cache location was already processed... -TI:: [00:02:37.000] Explicitly included types: [] -TI:: [00:02:38.000] Inferred typings from unresolved imports: [] -TI:: [00:02:39.000] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/bower_components","/node_modules"]} -TI:: [00:02:40.000] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/bower_components","/node_modules"]} -TI:: [00:02:41.000] DirectoryWatcher:: Added:: WatchInfo: /bower_components -TI:: [00:02:42.000] DirectoryWatcher:: Added:: WatchInfo: /bower_components 1 undefined Project: /dev/null/inferredProject3* watcher already invoked: false -TI:: [00:02:43.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /bower_components 1 undefined Project: /dev/null/inferredProject3* watcher already invoked: false -TI:: [00:02:44.000] DirectoryWatcher:: Added:: WatchInfo: /node_modules -TI:: [00:02:45.000] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined Project: /dev/null/inferredProject3* watcher already invoked: false -TI:: [00:02:46.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined Project: /dev/null/inferredProject3* watcher already invoked: false -TI:: [00:02:47.000] Sending response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +TI:: [hh:mm:ss:mss] Got install request {"projectName":"/dev/null/inferredProject3*","fileNames":["/c/file3.ts"],"compilerOptions":{"allowJs":true,"target":99,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/","cachePath":"/a/data/","kind":"discover"} +TI:: [hh:mm:ss:mss] Request specifies cache path '/a/data/', loading cached information... +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Cache location was already processed... +TI:: [hh:mm:ss:mss] Explicitly included types: [] +TI:: [hh:mm:ss:mss] Inferred typings from unresolved imports: [] +TI:: [hh:mm:ss:mss] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/bower_components","/node_modules"]} +TI:: [hh:mm:ss:mss] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/bower_components","/node_modules"]} +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /bower_components +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /bower_components 1 undefined Project: /dev/null/inferredProject3* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /bower_components 1 undefined Project: /dev/null/inferredProject3* watcher already invoked: false +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /node_modules +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined Project: /dev/null/inferredProject3* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined Project: /dev/null/inferredProject3* watcher already invoked: false +TI:: [hh:mm:ss:mss] Sending response: {"projectName":"/dev/null/inferredProject3*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"target":99,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typings":[],"unresolvedImports":[],"kind":"action::set"} -TI:: [00:02:48.000] No new typings were requested as a result of typings discovery -Info 47 [00:02:49.000] Project '/dev/null/inferredProject3*' (Inferred) -Info 47 [00:02:50.000] Files (1) - -Info 47 [00:02:51.000] ----------------------------------------------- -Info 47 [00:02:52.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 47 [00:02:53.000] Files (2) - -Info 47 [00:02:54.000] ----------------------------------------------- -Info 47 [00:02:55.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 47 [00:02:56.000] Files (1) - -Info 47 [00:02:57.000] ----------------------------------------------- -Info 47 [00:02:58.000] Open files: -Info 47 [00:02:59.000] FileName: /a/file1.ts ProjectRootPath: /a -Info 47 [00:03:00.000] Projects: /dev/null/inferredProject1* -Info 47 [00:03:01.000] FileName: /A/file2.ts ProjectRootPath: /a -Info 47 [00:03:02.000] Projects: /dev/null/inferredProject1* -Info 47 [00:03:03.000] FileName: /b/file2.ts ProjectRootPath: /b -Info 47 [00:03:04.000] Projects: /dev/null/inferredProject2* -Info 47 [00:03:05.000] FileName: /c/file3.ts ProjectRootPath: undefined -Info 47 [00:03:06.000] Projects: /dev/null/inferredProject3* -Info 47 [00:03:07.000] response: +TI:: [hh:mm:ss:mss] No new typings were requested as a result of typings discovery +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject3*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/file1.ts ProjectRootPath: /a +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /A/file2.ts ProjectRootPath: /a +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /b/file2.ts ProjectRootPath: /b +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] FileName: /c/file3.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject3* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -369,16 +357,12 @@ After request PolledWatches:: /a/lib/lib.es6.d.ts: {"pollingInterval":500} -/a/node_modules/@types: - {"pollingInterval":500} /a/bower_components: {"pollingInterval":500} /a/node_modules: {"pollingInterval":500} /a/lib/lib.esnext.full.d.ts: {"pollingInterval":500} -/b/node_modules/@types: - {"pollingInterval":500} /b/bower_components: {"pollingInterval":500} /b/node_modules: @@ -390,7 +374,7 @@ PolledWatches:: Before request -Info 48 [00:03:08.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -399,27 +383,27 @@ Info 48 [00:03:08.000] request: "seq": 7, "type": "request" } -Info 49 [00:03:09.000] FileWatcher:: Added:: WatchInfo: /a/file1.ts 500 undefined WatchType: Closed Script info -Info 50 [00:03:10.000] Project '/dev/null/inferredProject3*' (Inferred) -Info 50 [00:03:11.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/file1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject3*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 50 [00:03:12.000] ----------------------------------------------- -Info 50 [00:03:13.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 50 [00:03:14.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 50 [00:03:15.000] ----------------------------------------------- -Info 50 [00:03:16.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 50 [00:03:17.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 50 [00:03:18.000] ----------------------------------------------- -Info 50 [00:03:19.000] Open files: -Info 50 [00:03:20.000] FileName: /A/file2.ts ProjectRootPath: /a -Info 50 [00:03:21.000] Projects: /dev/null/inferredProject1* -Info 50 [00:03:22.000] FileName: /b/file2.ts ProjectRootPath: /b -Info 50 [00:03:23.000] Projects: /dev/null/inferredProject2* -Info 50 [00:03:24.000] FileName: /c/file3.ts ProjectRootPath: undefined -Info 50 [00:03:25.000] Projects: /dev/null/inferredProject3* -Info 50 [00:03:26.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /A/file2.ts ProjectRootPath: /a +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /b/file2.ts ProjectRootPath: /b +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] FileName: /c/file3.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject3* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -428,16 +412,12 @@ After request PolledWatches:: /a/lib/lib.es6.d.ts: {"pollingInterval":500} -/a/node_modules/@types: - {"pollingInterval":500} /a/bower_components: {"pollingInterval":500} /a/node_modules: {"pollingInterval":500} /a/lib/lib.esnext.full.d.ts: {"pollingInterval":500} -/b/node_modules/@types: - {"pollingInterval":500} /b/bower_components: {"pollingInterval":500} /b/node_modules: @@ -453,7 +433,7 @@ FsWatches:: Before request -Info 51 [00:03:27.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -462,27 +442,25 @@ Info 51 [00:03:27.000] request: "seq": 8, "type": "request" } -Info 52 [00:03:28.000] DirectoryWatcher:: Close:: WatchInfo: /a/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 53 [00:03:29.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 54 [00:03:30.000] FileWatcher:: Added:: WatchInfo: /A/file2.ts 500 undefined WatchType: Closed Script info -Info 55 [00:03:31.000] Project '/dev/null/inferredProject3*' (Inferred) -Info 55 [00:03:32.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /A/file2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject3*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 55 [00:03:33.000] ----------------------------------------------- -Info 55 [00:03:34.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 55 [00:03:35.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 55 [00:03:36.000] ----------------------------------------------- -Info 55 [00:03:37.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 55 [00:03:38.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 55 [00:03:39.000] ----------------------------------------------- -Info 55 [00:03:40.000] Open files: -Info 55 [00:03:41.000] FileName: /b/file2.ts ProjectRootPath: /b -Info 55 [00:03:42.000] Projects: /dev/null/inferredProject2* -Info 55 [00:03:43.000] FileName: /c/file3.ts ProjectRootPath: undefined -Info 55 [00:03:44.000] Projects: /dev/null/inferredProject3* -Info 55 [00:03:45.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /b/file2.ts ProjectRootPath: /b +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] FileName: /c/file3.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject3* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -497,8 +475,6 @@ PolledWatches:: {"pollingInterval":500} /a/lib/lib.esnext.full.d.ts: {"pollingInterval":500} -/b/node_modules/@types: - {"pollingInterval":500} /b/bower_components: {"pollingInterval":500} /b/node_modules: @@ -508,10 +484,6 @@ PolledWatches:: /node_modules: {"pollingInterval":500} -PolledWatches *deleted*:: -/a/node_modules/@types: - {"pollingInterval":500} - FsWatches:: /a/file1.ts: {} @@ -520,7 +492,7 @@ FsWatches:: Before request -Info 56 [00:03:46.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -529,25 +501,23 @@ Info 56 [00:03:46.000] request: "seq": 9, "type": "request" } -Info 57 [00:03:47.000] DirectoryWatcher:: Close:: WatchInfo: /b/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 58 [00:03:48.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /b/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 59 [00:03:49.000] FileWatcher:: Added:: WatchInfo: /b/file2.ts 500 undefined WatchType: Closed Script info -Info 60 [00:03:50.000] Project '/dev/null/inferredProject3*' (Inferred) -Info 60 [00:03:51.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b/file2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject3*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 60 [00:03:52.000] ----------------------------------------------- -Info 60 [00:03:53.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 60 [00:03:54.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 60 [00:03:55.000] ----------------------------------------------- -Info 60 [00:03:56.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 60 [00:03:57.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 60 [00:03:58.000] ----------------------------------------------- -Info 60 [00:03:59.000] Open files: -Info 60 [00:04:00.000] FileName: /c/file3.ts ProjectRootPath: undefined -Info 60 [00:04:01.000] Projects: /dev/null/inferredProject3* -Info 60 [00:04:02.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /c/file3.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject3* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -571,10 +541,6 @@ PolledWatches:: /node_modules: {"pollingInterval":500} -PolledWatches *deleted*:: -/b/node_modules/@types: - {"pollingInterval":500} - FsWatches:: /a/file1.ts: {} @@ -585,7 +551,7 @@ FsWatches:: Before request -Info 61 [00:04:03.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -594,21 +560,21 @@ Info 61 [00:04:03.000] request: "seq": 10, "type": "request" } -Info 62 [00:04:04.000] FileWatcher:: Added:: WatchInfo: /c/file3.ts 500 undefined WatchType: Closed Script info -Info 63 [00:04:05.000] Project '/dev/null/inferredProject3*' (Inferred) -Info 63 [00:04:06.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /c/file3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject3*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 63 [00:04:07.000] ----------------------------------------------- -Info 63 [00:04:08.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 63 [00:04:09.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 63 [00:04:10.000] ----------------------------------------------- -Info 63 [00:04:11.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 63 [00:04:12.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 63 [00:04:13.000] ----------------------------------------------- -Info 63 [00:04:14.000] Open files: -Info 63 [00:04:15.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -644,7 +610,7 @@ FsWatches:: Before request -Info 64 [00:04:16.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -656,66 +622,64 @@ Info 64 [00:04:16.000] request: "seq": 11, "type": "request" } -Info 65 [00:04:17.000] FileWatcher:: Close:: WatchInfo: /a/file1.ts 500 undefined WatchType: Closed Script info -Info 66 [00:04:18.000] Search path: /a -Info 67 [00:04:19.000] For info: /a/file1.ts :: No config files found. -Info 68 [00:04:20.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 69 [00:04:21.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 70 [00:04:22.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 71 [00:04:23.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 3 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 72 [00:04:24.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 73 [00:04:25.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/file1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/file1.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 3 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /a/file1.ts SVC-1-0 "let x = 1;" file1.ts Root file specified for compilation -Info 74 [00:04:26.000] ----------------------------------------------- -TI:: [00:04:27.000] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/a/file1.ts"],"compilerOptions":{"allowJs":true,"target":2,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/a","cachePath":"/a/data/","kind":"discover"} -TI:: [00:04:28.000] Request specifies cache path '/a/data/', loading cached information... -TI:: [00:04:29.000] Processing cache location '/a/data/' -TI:: [00:04:30.000] Cache location was already processed... -TI:: [00:04:31.000] Explicitly included types: [] -TI:: [00:04:32.000] Inferred typings from unresolved imports: [] -TI:: [00:04:33.000] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/bower_components","/a/node_modules"]} -TI:: [00:04:34.000] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/bower_components","/a/node_modules"]} -TI:: [00:04:35.000] Sending response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +TI:: [hh:mm:ss:mss] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/a/file1.ts"],"compilerOptions":{"allowJs":true,"target":2,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/a","cachePath":"/a/data/","kind":"discover"} +TI:: [hh:mm:ss:mss] Request specifies cache path '/a/data/', loading cached information... +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Cache location was already processed... +TI:: [hh:mm:ss:mss] Explicitly included types: [] +TI:: [hh:mm:ss:mss] Inferred typings from unresolved imports: [] +TI:: [hh:mm:ss:mss] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/bower_components","/a/node_modules"]} +TI:: [hh:mm:ss:mss] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/bower_components","/a/node_modules"]} +TI:: [hh:mm:ss:mss] Sending response: {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"target":2,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typings":[],"unresolvedImports":[],"kind":"action::set"} -TI:: [00:04:36.000] No new typings were requested as a result of typings discovery -Info 75 [00:04:37.000] `remove Project:: -Info 76 [00:04:38.000] Project '/dev/null/inferredProject3*' (Inferred) -Info 77 [00:04:39.000] Files (1) +TI:: [hh:mm:ss:mss] No new typings were requested as a result of typings discovery +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject3*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /c/file3.ts c/file3.ts Root file specified for compilation -Info 78 [00:04:40.000] ----------------------------------------------- -Info 79 [00:04:41.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.esnext.full.d.ts 500 undefined Project: /dev/null/inferredProject3* WatchType: Missing file -Info 80 [00:04:42.000] `remove Project:: -Info 81 [00:04:43.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 82 [00:04:44.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.esnext.full.d.ts 500 undefined Project: /dev/null/inferredProject3* WatchType: Missing file +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /b/file2.ts file2.ts Root file specified for compilation -Info 83 [00:04:45.000] ----------------------------------------------- -Info 84 [00:04:46.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.esnext.full.d.ts 500 undefined Project: /dev/null/inferredProject2* WatchType: Missing file -Info 85 [00:04:47.000] FileWatcher:: Close:: WatchInfo: /A/file2.ts 500 undefined WatchType: Closed Script info -Info 86 [00:04:48.000] FileWatcher:: Close:: WatchInfo: /b/file2.ts 500 undefined WatchType: Closed Script info -Info 87 [00:04:49.000] FileWatcher:: Close:: WatchInfo: /c/file3.ts 500 undefined WatchType: Closed Script info -Info 88 [00:04:50.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 88 [00:04:51.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.esnext.full.d.ts 500 undefined Project: /dev/null/inferredProject2* WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /A/file2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /b/file2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /c/file3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 88 [00:04:52.000] ----------------------------------------------- -Info 88 [00:04:53.000] Open files: -Info 88 [00:04:54.000] FileName: /a/file1.ts ProjectRootPath: /a -Info 88 [00:04:55.000] Projects: /dev/null/inferredProject1* -Info 88 [00:04:56.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/file1.ts ProjectRootPath: /a +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -736,8 +700,6 @@ PolledWatches:: {"pollingInterval":500} /node_modules: {"pollingInterval":500} -/a/node_modules/@types: *new* - {"pollingInterval":500} PolledWatches *deleted*:: /a/lib/lib.esnext.full.d.ts: @@ -755,7 +717,7 @@ FsWatches *deleted*:: Before request -Info 89 [00:04:57.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -767,12 +729,12 @@ Info 89 [00:04:57.000] request: "seq": 12, "type": "request" } -Info 90 [00:04:58.000] Search path: /A -Info 91 [00:04:59.000] For info: /A/file2.ts :: No config files found. -Info 92 [00:05:00.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 93 [00:05:01.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 4 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 94 [00:05:02.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 95 [00:05:03.000] Files (2) +Info seq [hh:mm:ss:mss] Search path: /A +Info seq [hh:mm:ss:mss] For info: /A/file2.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 4 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/file1.ts SVC-1-0 "let x = 1;" /A/file2.ts SVC-2-0 "let y = 2;" @@ -782,28 +744,28 @@ Info 95 [00:05:03.000] Files (2) file2.ts Root file specified for compilation -Info 96 [00:05:04.000] ----------------------------------------------- -TI:: [00:05:05.000] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/a/file1.ts","/A/file2.ts"],"compilerOptions":{"allowJs":true,"target":2,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/a","cachePath":"/a/data/","kind":"discover"} -TI:: [00:05:06.000] Request specifies cache path '/a/data/', loading cached information... -TI:: [00:05:07.000] Processing cache location '/a/data/' -TI:: [00:05:08.000] Cache location was already processed... -TI:: [00:05:09.000] Explicitly included types: [] -TI:: [00:05:10.000] Inferred typings from unresolved imports: [] -TI:: [00:05:11.000] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/bower_components","/a/node_modules"]} -TI:: [00:05:12.000] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/bower_components","/a/node_modules"]} -TI:: [00:05:13.000] Sending response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +TI:: [hh:mm:ss:mss] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/a/file1.ts","/A/file2.ts"],"compilerOptions":{"allowJs":true,"target":2,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/a","cachePath":"/a/data/","kind":"discover"} +TI:: [hh:mm:ss:mss] Request specifies cache path '/a/data/', loading cached information... +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Cache location was already processed... +TI:: [hh:mm:ss:mss] Explicitly included types: [] +TI:: [hh:mm:ss:mss] Inferred typings from unresolved imports: [] +TI:: [hh:mm:ss:mss] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/bower_components","/a/node_modules"]} +TI:: [hh:mm:ss:mss] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/bower_components","/a/node_modules"]} +TI:: [hh:mm:ss:mss] Sending response: {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"target":2,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typings":[],"unresolvedImports":[],"kind":"action::set"} -TI:: [00:05:14.000] No new typings were requested as a result of typings discovery -Info 97 [00:05:15.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 97 [00:05:16.000] Files (2) - -Info 97 [00:05:17.000] ----------------------------------------------- -Info 97 [00:05:18.000] Open files: -Info 97 [00:05:19.000] FileName: /a/file1.ts ProjectRootPath: /a -Info 97 [00:05:20.000] Projects: /dev/null/inferredProject1* -Info 97 [00:05:21.000] FileName: /A/file2.ts ProjectRootPath: /A -Info 97 [00:05:22.000] Projects: /dev/null/inferredProject1* -Info 97 [00:05:23.000] response: +TI:: [hh:mm:ss:mss] No new typings were requested as a result of typings discovery +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/file1.ts ProjectRootPath: /a +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /A/file2.ts ProjectRootPath: /A +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -811,7 +773,7 @@ After request Before request -Info 98 [00:05:24.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -823,55 +785,53 @@ Info 98 [00:05:24.000] request: "seq": 13, "type": "request" } -Info 99 [00:05:25.000] Search path: /b -Info 100 [00:05:26.000] For info: /b/file2.ts :: No config files found. -Info 101 [00:05:27.000] Starting updateGraphWorker: Project: /dev/null/inferredProject4* -Info 102 [00:05:28.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.esnext.full.d.ts 500 undefined Project: /dev/null/inferredProject4* WatchType: Missing file -Info 103 [00:05:29.000] DirectoryWatcher:: Added:: WatchInfo: /b/node_modules/@types 1 undefined Project: /dev/null/inferredProject4* WatchType: Type roots -Info 104 [00:05:30.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b/node_modules/@types 1 undefined Project: /dev/null/inferredProject4* WatchType: Type roots -Info 105 [00:05:31.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject4* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 106 [00:05:32.000] Project '/dev/null/inferredProject4*' (Inferred) -Info 107 [00:05:33.000] Files (1) +Info seq [hh:mm:ss:mss] Search path: /b +Info seq [hh:mm:ss:mss] For info: /b/file2.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject4* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.esnext.full.d.ts 500 undefined Project: /dev/null/inferredProject4* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject4* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject4*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /b/file2.ts SVC-2-0 "let x = 3;" file2.ts Root file specified for compilation -Info 108 [00:05:34.000] ----------------------------------------------- -TI:: [00:05:35.000] Got install request {"projectName":"/dev/null/inferredProject4*","fileNames":["/b/file2.ts"],"compilerOptions":{"allowJs":true,"target":99,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/b","cachePath":"/a/data/","kind":"discover"} -TI:: [00:05:36.000] Request specifies cache path '/a/data/', loading cached information... -TI:: [00:05:37.000] Processing cache location '/a/data/' -TI:: [00:05:38.000] Cache location was already processed... -TI:: [00:05:39.000] Explicitly included types: [] -TI:: [00:05:40.000] Inferred typings from unresolved imports: [] -TI:: [00:05:41.000] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/b/bower_components","/b/node_modules"]} -TI:: [00:05:42.000] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/b/bower_components","/b/node_modules"]} -TI:: [00:05:43.000] DirectoryWatcher:: Added:: WatchInfo: /b/bower_components -TI:: [00:05:44.000] DirectoryWatcher:: Added:: WatchInfo: /b/bower_components 1 undefined Project: /dev/null/inferredProject4* watcher already invoked: false -TI:: [00:05:45.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b/bower_components 1 undefined Project: /dev/null/inferredProject4* watcher already invoked: false -TI:: [00:05:46.000] DirectoryWatcher:: Added:: WatchInfo: /b/node_modules -TI:: [00:05:47.000] DirectoryWatcher:: Added:: WatchInfo: /b/node_modules 1 undefined Project: /dev/null/inferredProject4* watcher already invoked: false -TI:: [00:05:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b/node_modules 1 undefined Project: /dev/null/inferredProject4* watcher already invoked: false -TI:: [00:05:49.000] Sending response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +TI:: [hh:mm:ss:mss] Got install request {"projectName":"/dev/null/inferredProject4*","fileNames":["/b/file2.ts"],"compilerOptions":{"allowJs":true,"target":99,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/b","cachePath":"/a/data/","kind":"discover"} +TI:: [hh:mm:ss:mss] Request specifies cache path '/a/data/', loading cached information... +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Cache location was already processed... +TI:: [hh:mm:ss:mss] Explicitly included types: [] +TI:: [hh:mm:ss:mss] Inferred typings from unresolved imports: [] +TI:: [hh:mm:ss:mss] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/b/bower_components","/b/node_modules"]} +TI:: [hh:mm:ss:mss] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/b/bower_components","/b/node_modules"]} +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /b/bower_components +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /b/bower_components 1 undefined Project: /dev/null/inferredProject4* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b/bower_components 1 undefined Project: /dev/null/inferredProject4* watcher already invoked: false +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /b/node_modules +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /b/node_modules 1 undefined Project: /dev/null/inferredProject4* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b/node_modules 1 undefined Project: /dev/null/inferredProject4* watcher already invoked: false +TI:: [hh:mm:ss:mss] Sending response: {"projectName":"/dev/null/inferredProject4*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"target":99,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typings":[],"unresolvedImports":[],"kind":"action::set"} -TI:: [00:05:50.000] No new typings were requested as a result of typings discovery -Info 109 [00:05:51.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 109 [00:05:52.000] Files (2) - -Info 109 [00:05:53.000] ----------------------------------------------- -Info 109 [00:05:54.000] Project '/dev/null/inferredProject4*' (Inferred) -Info 109 [00:05:55.000] Files (1) - -Info 109 [00:05:56.000] ----------------------------------------------- -Info 109 [00:05:57.000] Open files: -Info 109 [00:05:58.000] FileName: /a/file1.ts ProjectRootPath: /a -Info 109 [00:05:59.000] Projects: /dev/null/inferredProject1* -Info 109 [00:06:00.000] FileName: /A/file2.ts ProjectRootPath: /A -Info 109 [00:06:01.000] Projects: /dev/null/inferredProject1* -Info 109 [00:06:02.000] FileName: /b/file2.ts ProjectRootPath: /b -Info 109 [00:06:03.000] Projects: /dev/null/inferredProject4* -Info 109 [00:06:04.000] response: +TI:: [hh:mm:ss:mss] No new typings were requested as a result of typings discovery +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject4*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/file1.ts ProjectRootPath: /a +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /A/file2.ts ProjectRootPath: /A +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /b/file2.ts ProjectRootPath: /b +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject4* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -892,16 +852,12 @@ PolledWatches:: {"pollingInterval":500} /node_modules: {"pollingInterval":500} -/a/node_modules/@types: - {"pollingInterval":500} /a/lib/lib.esnext.full.d.ts: *new* {"pollingInterval":500} -/b/node_modules/@types: *new* - {"pollingInterval":500} Before request -Info 110 [00:06:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -912,59 +868,59 @@ Info 110 [00:06:05.000] request: "seq": 14, "type": "request" } -Info 111 [00:06:06.000] Search path: /c -Info 112 [00:06:07.000] For info: /c/file3.ts :: No config files found. -Info 113 [00:06:08.000] Starting updateGraphWorker: Project: /dev/null/inferredProject5* -Info 114 [00:06:09.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.esnext.full.d.ts 500 undefined Project: /dev/null/inferredProject5* WatchType: Missing file -Info 115 [00:06:10.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject5* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 116 [00:06:11.000] Project '/dev/null/inferredProject5*' (Inferred) -Info 117 [00:06:12.000] Files (1) +Info seq [hh:mm:ss:mss] Search path: /c +Info seq [hh:mm:ss:mss] For info: /c/file3.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject5* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.esnext.full.d.ts 500 undefined Project: /dev/null/inferredProject5* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject5* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject5*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /c/file3.ts SVC-2-0 "let z = 4;" c/file3.ts Root file specified for compilation -Info 118 [00:06:13.000] ----------------------------------------------- -TI:: [00:06:14.000] Got install request {"projectName":"/dev/null/inferredProject5*","fileNames":["/c/file3.ts"],"compilerOptions":{"allowJs":true,"target":99,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/","cachePath":"/a/data/","kind":"discover"} -TI:: [00:06:15.000] Request specifies cache path '/a/data/', loading cached information... -TI:: [00:06:16.000] Processing cache location '/a/data/' -TI:: [00:06:17.000] Cache location was already processed... -TI:: [00:06:18.000] Explicitly included types: [] -TI:: [00:06:19.000] Inferred typings from unresolved imports: [] -TI:: [00:06:20.000] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/bower_components","/node_modules"]} -TI:: [00:06:21.000] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/bower_components","/node_modules"]} -TI:: [00:06:22.000] DirectoryWatcher:: Added:: WatchInfo: /bower_components -TI:: [00:06:23.000] DirectoryWatcher:: Added:: WatchInfo: /bower_components 1 undefined Project: /dev/null/inferredProject5* watcher already invoked: false -TI:: [00:06:24.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /bower_components 1 undefined Project: /dev/null/inferredProject5* watcher already invoked: false -TI:: [00:06:25.000] DirectoryWatcher:: Added:: WatchInfo: /node_modules -TI:: [00:06:26.000] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined Project: /dev/null/inferredProject5* watcher already invoked: false -TI:: [00:06:27.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined Project: /dev/null/inferredProject5* watcher already invoked: false -TI:: [00:06:28.000] Sending response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +TI:: [hh:mm:ss:mss] Got install request {"projectName":"/dev/null/inferredProject5*","fileNames":["/c/file3.ts"],"compilerOptions":{"allowJs":true,"target":99,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/","cachePath":"/a/data/","kind":"discover"} +TI:: [hh:mm:ss:mss] Request specifies cache path '/a/data/', loading cached information... +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Cache location was already processed... +TI:: [hh:mm:ss:mss] Explicitly included types: [] +TI:: [hh:mm:ss:mss] Inferred typings from unresolved imports: [] +TI:: [hh:mm:ss:mss] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/bower_components","/node_modules"]} +TI:: [hh:mm:ss:mss] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/bower_components","/node_modules"]} +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /bower_components +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /bower_components 1 undefined Project: /dev/null/inferredProject5* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /bower_components 1 undefined Project: /dev/null/inferredProject5* watcher already invoked: false +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /node_modules +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined Project: /dev/null/inferredProject5* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined Project: /dev/null/inferredProject5* watcher already invoked: false +TI:: [hh:mm:ss:mss] Sending response: {"projectName":"/dev/null/inferredProject5*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"target":99,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typings":[],"unresolvedImports":[],"kind":"action::set"} -TI:: [00:06:29.000] No new typings were requested as a result of typings discovery -Info 119 [00:06:30.000] Project '/dev/null/inferredProject5*' (Inferred) -Info 119 [00:06:31.000] Files (1) - -Info 119 [00:06:32.000] ----------------------------------------------- -Info 119 [00:06:33.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 119 [00:06:34.000] Files (2) - -Info 119 [00:06:35.000] ----------------------------------------------- -Info 119 [00:06:36.000] Project '/dev/null/inferredProject4*' (Inferred) -Info 119 [00:06:37.000] Files (1) - -Info 119 [00:06:38.000] ----------------------------------------------- -Info 119 [00:06:39.000] Open files: -Info 119 [00:06:40.000] FileName: /a/file1.ts ProjectRootPath: /a -Info 119 [00:06:41.000] Projects: /dev/null/inferredProject1* -Info 119 [00:06:42.000] FileName: /A/file2.ts ProjectRootPath: /A -Info 119 [00:06:43.000] Projects: /dev/null/inferredProject1* -Info 119 [00:06:44.000] FileName: /b/file2.ts ProjectRootPath: /b -Info 119 [00:06:45.000] Projects: /dev/null/inferredProject4* -Info 119 [00:06:46.000] FileName: /c/file3.ts ProjectRootPath: undefined -Info 119 [00:06:47.000] Projects: /dev/null/inferredProject5* -Info 119 [00:06:48.000] response: +TI:: [hh:mm:ss:mss] No new typings were requested as a result of typings discovery +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject5*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject4*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/file1.ts ProjectRootPath: /a +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /A/file2.ts ProjectRootPath: /A +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /b/file2.ts ProjectRootPath: /b +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject4* +Info seq [hh:mm:ss:mss] FileName: /c/file3.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject5* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -972,7 +928,7 @@ After request Before request -Info 120 [00:06:49.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -981,27 +937,27 @@ Info 120 [00:06:49.000] request: "seq": 15, "type": "request" } -Info 121 [00:06:50.000] FileWatcher:: Added:: WatchInfo: /a/file1.ts 500 undefined WatchType: Closed Script info -Info 122 [00:06:51.000] Project '/dev/null/inferredProject5*' (Inferred) -Info 122 [00:06:52.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/file1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject5*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 122 [00:06:53.000] ----------------------------------------------- -Info 122 [00:06:54.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 122 [00:06:55.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 122 [00:06:56.000] ----------------------------------------------- -Info 122 [00:06:57.000] Project '/dev/null/inferredProject4*' (Inferred) -Info 122 [00:06:58.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject4*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 122 [00:06:59.000] ----------------------------------------------- -Info 122 [00:07:00.000] Open files: -Info 122 [00:07:01.000] FileName: /A/file2.ts ProjectRootPath: /A -Info 122 [00:07:02.000] Projects: /dev/null/inferredProject1* -Info 122 [00:07:03.000] FileName: /b/file2.ts ProjectRootPath: /b -Info 122 [00:07:04.000] Projects: /dev/null/inferredProject4* -Info 122 [00:07:05.000] FileName: /c/file3.ts ProjectRootPath: undefined -Info 122 [00:07:06.000] Projects: /dev/null/inferredProject5* -Info 122 [00:07:07.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /A/file2.ts ProjectRootPath: /A +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /b/file2.ts ProjectRootPath: /b +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject4* +Info seq [hh:mm:ss:mss] FileName: /c/file3.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject5* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1022,12 +978,8 @@ PolledWatches:: {"pollingInterval":500} /node_modules: {"pollingInterval":500} -/a/node_modules/@types: - {"pollingInterval":500} /a/lib/lib.esnext.full.d.ts: {"pollingInterval":500} -/b/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/file1.ts: *new* @@ -1035,7 +987,7 @@ FsWatches:: Before request -Info 123 [00:07:08.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1044,27 +996,25 @@ Info 123 [00:07:08.000] request: "seq": 16, "type": "request" } -Info 124 [00:07:09.000] DirectoryWatcher:: Close:: WatchInfo: /a/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 125 [00:07:10.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 126 [00:07:11.000] FileWatcher:: Added:: WatchInfo: /A/file2.ts 500 undefined WatchType: Closed Script info -Info 127 [00:07:12.000] Project '/dev/null/inferredProject5*' (Inferred) -Info 127 [00:07:13.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /A/file2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject5*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 127 [00:07:14.000] ----------------------------------------------- -Info 127 [00:07:15.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 127 [00:07:16.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 127 [00:07:17.000] ----------------------------------------------- -Info 127 [00:07:18.000] Project '/dev/null/inferredProject4*' (Inferred) -Info 127 [00:07:19.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject4*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 127 [00:07:20.000] ----------------------------------------------- -Info 127 [00:07:21.000] Open files: -Info 127 [00:07:22.000] FileName: /b/file2.ts ProjectRootPath: /b -Info 127 [00:07:23.000] Projects: /dev/null/inferredProject4* -Info 127 [00:07:24.000] FileName: /c/file3.ts ProjectRootPath: undefined -Info 127 [00:07:25.000] Projects: /dev/null/inferredProject5* -Info 127 [00:07:26.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /b/file2.ts ProjectRootPath: /b +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject4* +Info seq [hh:mm:ss:mss] FileName: /c/file3.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject5* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1087,12 +1037,6 @@ PolledWatches:: {"pollingInterval":500} /a/lib/lib.esnext.full.d.ts: {"pollingInterval":500} -/b/node_modules/@types: - {"pollingInterval":500} - -PolledWatches *deleted*:: -/a/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/file1.ts: @@ -1102,7 +1046,7 @@ FsWatches:: Before request -Info 128 [00:07:27.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1111,25 +1055,23 @@ Info 128 [00:07:27.000] request: "seq": 17, "type": "request" } -Info 129 [00:07:28.000] DirectoryWatcher:: Close:: WatchInfo: /b/node_modules/@types 1 undefined Project: /dev/null/inferredProject4* WatchType: Type roots -Info 130 [00:07:29.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /b/node_modules/@types 1 undefined Project: /dev/null/inferredProject4* WatchType: Type roots -Info 131 [00:07:30.000] FileWatcher:: Added:: WatchInfo: /b/file2.ts 500 undefined WatchType: Closed Script info -Info 132 [00:07:31.000] Project '/dev/null/inferredProject5*' (Inferred) -Info 132 [00:07:32.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b/file2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject5*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 132 [00:07:33.000] ----------------------------------------------- -Info 132 [00:07:34.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 132 [00:07:35.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 132 [00:07:36.000] ----------------------------------------------- -Info 132 [00:07:37.000] Project '/dev/null/inferredProject4*' (Inferred) -Info 132 [00:07:38.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject4*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 132 [00:07:39.000] ----------------------------------------------- -Info 132 [00:07:40.000] Open files: -Info 132 [00:07:41.000] FileName: /c/file3.ts ProjectRootPath: undefined -Info 132 [00:07:42.000] Projects: /dev/null/inferredProject5* -Info 132 [00:07:43.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /c/file3.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject5* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1153,10 +1095,6 @@ PolledWatches:: /a/lib/lib.esnext.full.d.ts: {"pollingInterval":500} -PolledWatches *deleted*:: -/b/node_modules/@types: - {"pollingInterval":500} - FsWatches:: /a/file1.ts: {} @@ -1167,7 +1105,7 @@ FsWatches:: Before request -Info 133 [00:07:44.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1176,21 +1114,21 @@ Info 133 [00:07:44.000] request: "seq": 18, "type": "request" } -Info 134 [00:07:45.000] FileWatcher:: Added:: WatchInfo: /c/file3.ts 500 undefined WatchType: Closed Script info -Info 135 [00:07:46.000] Project '/dev/null/inferredProject5*' (Inferred) -Info 135 [00:07:47.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /c/file3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject5*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 135 [00:07:48.000] ----------------------------------------------- -Info 135 [00:07:49.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 135 [00:07:50.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 135 [00:07:51.000] ----------------------------------------------- -Info 135 [00:07:52.000] Project '/dev/null/inferredProject4*' (Inferred) -Info 135 [00:07:53.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject4*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 135 [00:07:54.000] ----------------------------------------------- -Info 135 [00:07:55.000] Open files: -Info 135 [00:07:56.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1226,7 +1164,7 @@ FsWatches:: Before request -Info 136 [00:07:57.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compilerOptionsForInferredProjects", "arguments": { @@ -1239,8 +1177,8 @@ Info 136 [00:07:57.000] request: "seq": 19, "type": "request" } -Info 137 [00:07:58.000] Scheduled: /dev/null/inferredProject1* -Info 138 [00:07:59.000] response: +Info seq [hh:mm:ss:mss] Scheduled: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -1249,7 +1187,7 @@ After request Before request -Info 139 [00:08:00.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -1261,68 +1199,66 @@ Info 139 [00:08:00.000] request: "seq": 20, "type": "request" } -Info 140 [00:08:01.000] FileWatcher:: Close:: WatchInfo: /a/file1.ts 500 undefined WatchType: Closed Script info -Info 141 [00:08:02.000] Search path: /a -Info 142 [00:08:03.000] For info: /a/file1.ts :: No config files found. -Info 143 [00:08:04.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 144 [00:08:05.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.es6.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 145 [00:08:06.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.es2017.full.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 146 [00:08:07.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 147 [00:08:08.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 148 [00:08:09.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 5 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 149 [00:08:10.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 150 [00:08:11.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/file1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/file1.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.es6.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.es2017.full.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 5 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /a/file1.ts SVC-1-0 "let x = 1;" file1.ts Root file specified for compilation -Info 151 [00:08:12.000] ----------------------------------------------- -TI:: [00:08:13.000] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/a/file1.ts"],"compilerOptions":{"allowJs":true,"target":4,"allowNonTsExtensions":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/a","cachePath":"/a/data/","kind":"discover"} -TI:: [00:08:14.000] Request specifies cache path '/a/data/', loading cached information... -TI:: [00:08:15.000] Processing cache location '/a/data/' -TI:: [00:08:16.000] Cache location was already processed... -TI:: [00:08:17.000] Explicitly included types: [] -TI:: [00:08:18.000] Inferred typings from unresolved imports: [] -TI:: [00:08:19.000] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/bower_components","/a/node_modules"]} -TI:: [00:08:20.000] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/bower_components","/a/node_modules"]} -TI:: [00:08:21.000] Sending response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +TI:: [hh:mm:ss:mss] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/a/file1.ts"],"compilerOptions":{"allowJs":true,"target":4,"allowNonTsExtensions":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/a","cachePath":"/a/data/","kind":"discover"} +TI:: [hh:mm:ss:mss] Request specifies cache path '/a/data/', loading cached information... +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Cache location was already processed... +TI:: [hh:mm:ss:mss] Explicitly included types: [] +TI:: [hh:mm:ss:mss] Inferred typings from unresolved imports: [] +TI:: [hh:mm:ss:mss] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/bower_components","/a/node_modules"]} +TI:: [hh:mm:ss:mss] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/bower_components","/a/node_modules"]} +TI:: [hh:mm:ss:mss] Sending response: {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"target":4,"allowNonTsExtensions":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":[],"unresolvedImports":[],"kind":"action::set"} -TI:: [00:08:22.000] No new typings were requested as a result of typings discovery -Info 152 [00:08:23.000] `remove Project:: -Info 153 [00:08:24.000] Project '/dev/null/inferredProject5*' (Inferred) -Info 154 [00:08:25.000] Files (1) +TI:: [hh:mm:ss:mss] No new typings were requested as a result of typings discovery +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject5*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /c/file3.ts c/file3.ts Root file specified for compilation -Info 155 [00:08:26.000] ----------------------------------------------- -Info 156 [00:08:27.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.esnext.full.d.ts 500 undefined Project: /dev/null/inferredProject5* WatchType: Missing file -Info 157 [00:08:28.000] `remove Project:: -Info 158 [00:08:29.000] Project '/dev/null/inferredProject4*' (Inferred) -Info 159 [00:08:30.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.esnext.full.d.ts 500 undefined Project: /dev/null/inferredProject5* WatchType: Missing file +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject4*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /b/file2.ts file2.ts Root file specified for compilation -Info 160 [00:08:31.000] ----------------------------------------------- -Info 161 [00:08:32.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.esnext.full.d.ts 500 undefined Project: /dev/null/inferredProject4* WatchType: Missing file -Info 162 [00:08:33.000] FileWatcher:: Close:: WatchInfo: /A/file2.ts 500 undefined WatchType: Closed Script info -Info 163 [00:08:34.000] FileWatcher:: Close:: WatchInfo: /b/file2.ts 500 undefined WatchType: Closed Script info -Info 164 [00:08:35.000] FileWatcher:: Close:: WatchInfo: /c/file3.ts 500 undefined WatchType: Closed Script info -Info 165 [00:08:36.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 165 [00:08:37.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.esnext.full.d.ts 500 undefined Project: /dev/null/inferredProject4* WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /A/file2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /b/file2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /c/file3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 165 [00:08:38.000] ----------------------------------------------- -Info 165 [00:08:39.000] Open files: -Info 165 [00:08:40.000] FileName: /a/file1.ts ProjectRootPath: /a -Info 165 [00:08:41.000] Projects: /dev/null/inferredProject1* -Info 165 [00:08:42.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/file1.ts ProjectRootPath: /a +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1343,8 +1279,6 @@ PolledWatches:: {"pollingInterval":500} /a/lib/lib.es2017.full.d.ts: *new* {"pollingInterval":500} -/a/node_modules/@types: *new* - {"pollingInterval":500} PolledWatches *deleted*:: /a/lib/lib.es6.d.ts: @@ -1364,7 +1298,7 @@ FsWatches *deleted*:: Before request -Info 166 [00:08:43.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -1376,12 +1310,12 @@ Info 166 [00:08:43.000] request: "seq": 21, "type": "request" } -Info 167 [00:08:44.000] Search path: /A -Info 168 [00:08:45.000] For info: /A/file2.ts :: No config files found. -Info 169 [00:08:46.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 170 [00:08:47.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 6 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 171 [00:08:48.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 172 [00:08:49.000] Files (2) +Info seq [hh:mm:ss:mss] Search path: /A +Info seq [hh:mm:ss:mss] For info: /A/file2.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 6 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/file1.ts SVC-1-0 "let x = 1;" /A/file2.ts SVC-3-0 "let y = 2;" @@ -1391,28 +1325,28 @@ Info 172 [00:08:49.000] Files (2) file2.ts Root file specified for compilation -Info 173 [00:08:50.000] ----------------------------------------------- -TI:: [00:08:51.000] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/a/file1.ts","/A/file2.ts"],"compilerOptions":{"allowJs":true,"target":4,"allowNonTsExtensions":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/a","cachePath":"/a/data/","kind":"discover"} -TI:: [00:08:52.000] Request specifies cache path '/a/data/', loading cached information... -TI:: [00:08:53.000] Processing cache location '/a/data/' -TI:: [00:08:54.000] Cache location was already processed... -TI:: [00:08:55.000] Explicitly included types: [] -TI:: [00:08:56.000] Inferred typings from unresolved imports: [] -TI:: [00:08:57.000] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/bower_components","/a/node_modules"]} -TI:: [00:08:58.000] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/bower_components","/a/node_modules"]} -TI:: [00:08:59.000] Sending response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +TI:: [hh:mm:ss:mss] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/a/file1.ts","/A/file2.ts"],"compilerOptions":{"allowJs":true,"target":4,"allowNonTsExtensions":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/a","cachePath":"/a/data/","kind":"discover"} +TI:: [hh:mm:ss:mss] Request specifies cache path '/a/data/', loading cached information... +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Cache location was already processed... +TI:: [hh:mm:ss:mss] Explicitly included types: [] +TI:: [hh:mm:ss:mss] Inferred typings from unresolved imports: [] +TI:: [hh:mm:ss:mss] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/bower_components","/a/node_modules"]} +TI:: [hh:mm:ss:mss] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/bower_components","/a/node_modules"]} +TI:: [hh:mm:ss:mss] Sending response: {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"target":4,"allowNonTsExtensions":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":[],"unresolvedImports":[],"kind":"action::set"} -TI:: [00:09:00.000] No new typings were requested as a result of typings discovery -Info 174 [00:09:01.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 174 [00:09:02.000] Files (2) - -Info 174 [00:09:03.000] ----------------------------------------------- -Info 174 [00:09:04.000] Open files: -Info 174 [00:09:05.000] FileName: /a/file1.ts ProjectRootPath: /a -Info 174 [00:09:06.000] Projects: /dev/null/inferredProject1* -Info 174 [00:09:07.000] FileName: /A/file2.ts ProjectRootPath: /a -Info 174 [00:09:08.000] Projects: /dev/null/inferredProject1* -Info 174 [00:09:09.000] response: +TI:: [hh:mm:ss:mss] No new typings were requested as a result of typings discovery +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/file1.ts ProjectRootPath: /a +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /A/file2.ts ProjectRootPath: /a +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1420,7 +1354,7 @@ After request Before request -Info 175 [00:09:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -1432,55 +1366,53 @@ Info 175 [00:09:10.000] request: "seq": 22, "type": "request" } -Info 176 [00:09:11.000] Search path: /b -Info 177 [00:09:12.000] For info: /b/file2.ts :: No config files found. -Info 178 [00:09:13.000] Starting updateGraphWorker: Project: /dev/null/inferredProject6* -Info 179 [00:09:14.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.esnext.full.d.ts 500 undefined Project: /dev/null/inferredProject6* WatchType: Missing file -Info 180 [00:09:15.000] DirectoryWatcher:: Added:: WatchInfo: /b/node_modules/@types 1 undefined Project: /dev/null/inferredProject6* WatchType: Type roots -Info 181 [00:09:16.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b/node_modules/@types 1 undefined Project: /dev/null/inferredProject6* WatchType: Type roots -Info 182 [00:09:17.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject6* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 183 [00:09:18.000] Project '/dev/null/inferredProject6*' (Inferred) -Info 184 [00:09:19.000] Files (1) +Info seq [hh:mm:ss:mss] Search path: /b +Info seq [hh:mm:ss:mss] For info: /b/file2.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject6* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.esnext.full.d.ts 500 undefined Project: /dev/null/inferredProject6* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject6* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject6*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /b/file2.ts SVC-3-0 "let x = 3;" file2.ts Root file specified for compilation -Info 185 [00:09:20.000] ----------------------------------------------- -TI:: [00:09:21.000] Got install request {"projectName":"/dev/null/inferredProject6*","fileNames":["/b/file2.ts"],"compilerOptions":{"allowJs":true,"target":99,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/b","cachePath":"/a/data/","kind":"discover"} -TI:: [00:09:22.000] Request specifies cache path '/a/data/', loading cached information... -TI:: [00:09:23.000] Processing cache location '/a/data/' -TI:: [00:09:24.000] Cache location was already processed... -TI:: [00:09:25.000] Explicitly included types: [] -TI:: [00:09:26.000] Inferred typings from unresolved imports: [] -TI:: [00:09:27.000] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/b/bower_components","/b/node_modules"]} -TI:: [00:09:28.000] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/b/bower_components","/b/node_modules"]} -TI:: [00:09:29.000] DirectoryWatcher:: Added:: WatchInfo: /b/bower_components -TI:: [00:09:30.000] DirectoryWatcher:: Added:: WatchInfo: /b/bower_components 1 undefined Project: /dev/null/inferredProject6* watcher already invoked: false -TI:: [00:09:31.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b/bower_components 1 undefined Project: /dev/null/inferredProject6* watcher already invoked: false -TI:: [00:09:32.000] DirectoryWatcher:: Added:: WatchInfo: /b/node_modules -TI:: [00:09:33.000] DirectoryWatcher:: Added:: WatchInfo: /b/node_modules 1 undefined Project: /dev/null/inferredProject6* watcher already invoked: false -TI:: [00:09:34.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b/node_modules 1 undefined Project: /dev/null/inferredProject6* watcher already invoked: false -TI:: [00:09:35.000] Sending response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +TI:: [hh:mm:ss:mss] Got install request {"projectName":"/dev/null/inferredProject6*","fileNames":["/b/file2.ts"],"compilerOptions":{"allowJs":true,"target":99,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/b","cachePath":"/a/data/","kind":"discover"} +TI:: [hh:mm:ss:mss] Request specifies cache path '/a/data/', loading cached information... +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Cache location was already processed... +TI:: [hh:mm:ss:mss] Explicitly included types: [] +TI:: [hh:mm:ss:mss] Inferred typings from unresolved imports: [] +TI:: [hh:mm:ss:mss] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/b/bower_components","/b/node_modules"]} +TI:: [hh:mm:ss:mss] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/b/bower_components","/b/node_modules"]} +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /b/bower_components +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /b/bower_components 1 undefined Project: /dev/null/inferredProject6* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b/bower_components 1 undefined Project: /dev/null/inferredProject6* watcher already invoked: false +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /b/node_modules +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /b/node_modules 1 undefined Project: /dev/null/inferredProject6* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b/node_modules 1 undefined Project: /dev/null/inferredProject6* watcher already invoked: false +TI:: [hh:mm:ss:mss] Sending response: {"projectName":"/dev/null/inferredProject6*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"target":99,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typings":[],"unresolvedImports":[],"kind":"action::set"} -TI:: [00:09:36.000] No new typings were requested as a result of typings discovery -Info 186 [00:09:37.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 186 [00:09:38.000] Files (2) - -Info 186 [00:09:39.000] ----------------------------------------------- -Info 186 [00:09:40.000] Project '/dev/null/inferredProject6*' (Inferred) -Info 186 [00:09:41.000] Files (1) - -Info 186 [00:09:42.000] ----------------------------------------------- -Info 186 [00:09:43.000] Open files: -Info 186 [00:09:44.000] FileName: /a/file1.ts ProjectRootPath: /a -Info 186 [00:09:45.000] Projects: /dev/null/inferredProject1* -Info 186 [00:09:46.000] FileName: /A/file2.ts ProjectRootPath: /a -Info 186 [00:09:47.000] Projects: /dev/null/inferredProject1* -Info 186 [00:09:48.000] FileName: /b/file2.ts ProjectRootPath: /b -Info 186 [00:09:49.000] Projects: /dev/null/inferredProject6* -Info 186 [00:09:50.000] response: +TI:: [hh:mm:ss:mss] No new typings were requested as a result of typings discovery +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject6*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/file1.ts ProjectRootPath: /a +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /A/file2.ts ProjectRootPath: /a +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /b/file2.ts ProjectRootPath: /b +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject6* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1501,16 +1433,12 @@ PolledWatches:: {"pollingInterval":500} /a/lib/lib.es2017.full.d.ts: {"pollingInterval":500} -/a/node_modules/@types: - {"pollingInterval":500} /a/lib/lib.esnext.full.d.ts: *new* {"pollingInterval":500} -/b/node_modules/@types: *new* - {"pollingInterval":500} Before request -Info 187 [00:09:51.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -1521,59 +1449,59 @@ Info 187 [00:09:51.000] request: "seq": 23, "type": "request" } -Info 188 [00:09:52.000] Search path: /c -Info 189 [00:09:53.000] For info: /c/file3.ts :: No config files found. -Info 190 [00:09:54.000] Starting updateGraphWorker: Project: /dev/null/inferredProject7* -Info 191 [00:09:55.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.esnext.full.d.ts 500 undefined Project: /dev/null/inferredProject7* WatchType: Missing file -Info 192 [00:09:56.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject7* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 193 [00:09:57.000] Project '/dev/null/inferredProject7*' (Inferred) -Info 194 [00:09:58.000] Files (1) +Info seq [hh:mm:ss:mss] Search path: /c +Info seq [hh:mm:ss:mss] For info: /c/file3.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject7* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.esnext.full.d.ts 500 undefined Project: /dev/null/inferredProject7* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject7* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject7*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /c/file3.ts SVC-3-0 "let z = 4;" c/file3.ts Root file specified for compilation -Info 195 [00:09:59.000] ----------------------------------------------- -TI:: [00:10:00.000] Got install request {"projectName":"/dev/null/inferredProject7*","fileNames":["/c/file3.ts"],"compilerOptions":{"allowJs":true,"target":99,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/","cachePath":"/a/data/","kind":"discover"} -TI:: [00:10:01.000] Request specifies cache path '/a/data/', loading cached information... -TI:: [00:10:02.000] Processing cache location '/a/data/' -TI:: [00:10:03.000] Cache location was already processed... -TI:: [00:10:04.000] Explicitly included types: [] -TI:: [00:10:05.000] Inferred typings from unresolved imports: [] -TI:: [00:10:06.000] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/bower_components","/node_modules"]} -TI:: [00:10:07.000] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/bower_components","/node_modules"]} -TI:: [00:10:08.000] DirectoryWatcher:: Added:: WatchInfo: /bower_components -TI:: [00:10:09.000] DirectoryWatcher:: Added:: WatchInfo: /bower_components 1 undefined Project: /dev/null/inferredProject7* watcher already invoked: false -TI:: [00:10:10.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /bower_components 1 undefined Project: /dev/null/inferredProject7* watcher already invoked: false -TI:: [00:10:11.000] DirectoryWatcher:: Added:: WatchInfo: /node_modules -TI:: [00:10:12.000] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined Project: /dev/null/inferredProject7* watcher already invoked: false -TI:: [00:10:13.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined Project: /dev/null/inferredProject7* watcher already invoked: false -TI:: [00:10:14.000] Sending response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +TI:: [hh:mm:ss:mss] Got install request {"projectName":"/dev/null/inferredProject7*","fileNames":["/c/file3.ts"],"compilerOptions":{"allowJs":true,"target":99,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/","cachePath":"/a/data/","kind":"discover"} +TI:: [hh:mm:ss:mss] Request specifies cache path '/a/data/', loading cached information... +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Cache location was already processed... +TI:: [hh:mm:ss:mss] Explicitly included types: [] +TI:: [hh:mm:ss:mss] Inferred typings from unresolved imports: [] +TI:: [hh:mm:ss:mss] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/bower_components","/node_modules"]} +TI:: [hh:mm:ss:mss] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/bower_components","/node_modules"]} +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /bower_components +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /bower_components 1 undefined Project: /dev/null/inferredProject7* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /bower_components 1 undefined Project: /dev/null/inferredProject7* watcher already invoked: false +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /node_modules +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined Project: /dev/null/inferredProject7* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined Project: /dev/null/inferredProject7* watcher already invoked: false +TI:: [hh:mm:ss:mss] Sending response: {"projectName":"/dev/null/inferredProject7*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"target":99,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typings":[],"unresolvedImports":[],"kind":"action::set"} -TI:: [00:10:15.000] No new typings were requested as a result of typings discovery -Info 196 [00:10:16.000] Project '/dev/null/inferredProject7*' (Inferred) -Info 196 [00:10:17.000] Files (1) - -Info 196 [00:10:18.000] ----------------------------------------------- -Info 196 [00:10:19.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 196 [00:10:20.000] Files (2) - -Info 196 [00:10:21.000] ----------------------------------------------- -Info 196 [00:10:22.000] Project '/dev/null/inferredProject6*' (Inferred) -Info 196 [00:10:23.000] Files (1) - -Info 196 [00:10:24.000] ----------------------------------------------- -Info 196 [00:10:25.000] Open files: -Info 196 [00:10:26.000] FileName: /a/file1.ts ProjectRootPath: /a -Info 196 [00:10:27.000] Projects: /dev/null/inferredProject1* -Info 196 [00:10:28.000] FileName: /A/file2.ts ProjectRootPath: /a -Info 196 [00:10:29.000] Projects: /dev/null/inferredProject1* -Info 196 [00:10:30.000] FileName: /b/file2.ts ProjectRootPath: /b -Info 196 [00:10:31.000] Projects: /dev/null/inferredProject6* -Info 196 [00:10:32.000] FileName: /c/file3.ts ProjectRootPath: undefined -Info 196 [00:10:33.000] Projects: /dev/null/inferredProject7* -Info 196 [00:10:34.000] response: +TI:: [hh:mm:ss:mss] No new typings were requested as a result of typings discovery +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject7*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject6*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/file1.ts ProjectRootPath: /a +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /A/file2.ts ProjectRootPath: /a +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /b/file2.ts ProjectRootPath: /b +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject6* +Info seq [hh:mm:ss:mss] FileName: /c/file3.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject7* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1581,7 +1509,7 @@ After request Before request -Info 197 [00:10:35.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1590,27 +1518,27 @@ Info 197 [00:10:35.000] request: "seq": 24, "type": "request" } -Info 198 [00:10:36.000] FileWatcher:: Added:: WatchInfo: /a/file1.ts 500 undefined WatchType: Closed Script info -Info 199 [00:10:37.000] Project '/dev/null/inferredProject7*' (Inferred) -Info 199 [00:10:38.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/file1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject7*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 199 [00:10:39.000] ----------------------------------------------- -Info 199 [00:10:40.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 199 [00:10:41.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 199 [00:10:42.000] ----------------------------------------------- -Info 199 [00:10:43.000] Project '/dev/null/inferredProject6*' (Inferred) -Info 199 [00:10:44.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject6*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 199 [00:10:45.000] ----------------------------------------------- -Info 199 [00:10:46.000] Open files: -Info 199 [00:10:47.000] FileName: /A/file2.ts ProjectRootPath: /a -Info 199 [00:10:48.000] Projects: /dev/null/inferredProject1* -Info 199 [00:10:49.000] FileName: /b/file2.ts ProjectRootPath: /b -Info 199 [00:10:50.000] Projects: /dev/null/inferredProject6* -Info 199 [00:10:51.000] FileName: /c/file3.ts ProjectRootPath: undefined -Info 199 [00:10:52.000] Projects: /dev/null/inferredProject7* -Info 199 [00:10:53.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /A/file2.ts ProjectRootPath: /a +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /b/file2.ts ProjectRootPath: /b +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject6* +Info seq [hh:mm:ss:mss] FileName: /c/file3.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject7* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1631,12 +1559,8 @@ PolledWatches:: {"pollingInterval":500} /a/lib/lib.es2017.full.d.ts: {"pollingInterval":500} -/a/node_modules/@types: - {"pollingInterval":500} /a/lib/lib.esnext.full.d.ts: {"pollingInterval":500} -/b/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/file1.ts: *new* @@ -1644,7 +1568,7 @@ FsWatches:: Before request -Info 200 [00:10:54.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1653,27 +1577,25 @@ Info 200 [00:10:54.000] request: "seq": 25, "type": "request" } -Info 201 [00:10:55.000] DirectoryWatcher:: Close:: WatchInfo: /a/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 202 [00:10:56.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 203 [00:10:57.000] FileWatcher:: Added:: WatchInfo: /A/file2.ts 500 undefined WatchType: Closed Script info -Info 204 [00:10:58.000] Project '/dev/null/inferredProject7*' (Inferred) -Info 204 [00:10:59.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /A/file2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject7*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 204 [00:11:00.000] ----------------------------------------------- -Info 204 [00:11:01.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 204 [00:11:02.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 204 [00:11:03.000] ----------------------------------------------- -Info 204 [00:11:04.000] Project '/dev/null/inferredProject6*' (Inferred) -Info 204 [00:11:05.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject6*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 204 [00:11:06.000] ----------------------------------------------- -Info 204 [00:11:07.000] Open files: -Info 204 [00:11:08.000] FileName: /b/file2.ts ProjectRootPath: /b -Info 204 [00:11:09.000] Projects: /dev/null/inferredProject6* -Info 204 [00:11:10.000] FileName: /c/file3.ts ProjectRootPath: undefined -Info 204 [00:11:11.000] Projects: /dev/null/inferredProject7* -Info 204 [00:11:12.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /b/file2.ts ProjectRootPath: /b +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject6* +Info seq [hh:mm:ss:mss] FileName: /c/file3.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject7* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1696,12 +1618,6 @@ PolledWatches:: {"pollingInterval":500} /a/lib/lib.esnext.full.d.ts: {"pollingInterval":500} -/b/node_modules/@types: - {"pollingInterval":500} - -PolledWatches *deleted*:: -/a/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/file1.ts: @@ -1711,7 +1627,7 @@ FsWatches:: Before request -Info 205 [00:11:13.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1720,25 +1636,23 @@ Info 205 [00:11:13.000] request: "seq": 26, "type": "request" } -Info 206 [00:11:14.000] DirectoryWatcher:: Close:: WatchInfo: /b/node_modules/@types 1 undefined Project: /dev/null/inferredProject6* WatchType: Type roots -Info 207 [00:11:15.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /b/node_modules/@types 1 undefined Project: /dev/null/inferredProject6* WatchType: Type roots -Info 208 [00:11:16.000] FileWatcher:: Added:: WatchInfo: /b/file2.ts 500 undefined WatchType: Closed Script info -Info 209 [00:11:17.000] Project '/dev/null/inferredProject7*' (Inferred) -Info 209 [00:11:18.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b/file2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject7*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 209 [00:11:19.000] ----------------------------------------------- -Info 209 [00:11:20.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 209 [00:11:21.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 209 [00:11:22.000] ----------------------------------------------- -Info 209 [00:11:23.000] Project '/dev/null/inferredProject6*' (Inferred) -Info 209 [00:11:24.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject6*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 209 [00:11:25.000] ----------------------------------------------- -Info 209 [00:11:26.000] Open files: -Info 209 [00:11:27.000] FileName: /c/file3.ts ProjectRootPath: undefined -Info 209 [00:11:28.000] Projects: /dev/null/inferredProject7* -Info 209 [00:11:29.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /c/file3.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject7* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1762,10 +1676,6 @@ PolledWatches:: /a/lib/lib.esnext.full.d.ts: {"pollingInterval":500} -PolledWatches *deleted*:: -/b/node_modules/@types: - {"pollingInterval":500} - FsWatches:: /a/file1.ts: {} @@ -1776,7 +1686,7 @@ FsWatches:: Before request -Info 210 [00:11:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1785,21 +1695,21 @@ Info 210 [00:11:30.000] request: "seq": 27, "type": "request" } -Info 211 [00:11:31.000] FileWatcher:: Added:: WatchInfo: /c/file3.ts 500 undefined WatchType: Closed Script info -Info 212 [00:11:32.000] Project '/dev/null/inferredProject7*' (Inferred) -Info 212 [00:11:33.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /c/file3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject7*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 212 [00:11:34.000] ----------------------------------------------- -Info 212 [00:11:35.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 212 [00:11:36.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 212 [00:11:37.000] ----------------------------------------------- -Info 212 [00:11:38.000] Project '/dev/null/inferredProject6*' (Inferred) -Info 212 [00:11:39.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject6*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 212 [00:11:40.000] ----------------------------------------------- -Info 212 [00:11:41.000] Open files: -Info 212 [00:11:42.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1835,7 +1745,7 @@ FsWatches:: Before request -Info 213 [00:11:43.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -1847,66 +1757,64 @@ Info 213 [00:11:43.000] request: "seq": 28, "type": "request" } -Info 214 [00:11:44.000] FileWatcher:: Close:: WatchInfo: /a/file1.ts 500 undefined WatchType: Closed Script info -Info 215 [00:11:45.000] Search path: /a -Info 216 [00:11:46.000] For info: /a/file1.ts :: No config files found. -Info 217 [00:11:47.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 218 [00:11:48.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 219 [00:11:49.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 220 [00:11:50.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 7 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 221 [00:11:51.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 222 [00:11:52.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/file1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/file1.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 7 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /a/file1.ts SVC-1-0 "let x = 1;" file1.ts Root file specified for compilation -Info 223 [00:11:53.000] ----------------------------------------------- -TI:: [00:11:54.000] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/a/file1.ts"],"compilerOptions":{"allowJs":true,"target":4,"allowNonTsExtensions":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/a","cachePath":"/a/data/","kind":"discover"} -TI:: [00:11:55.000] Request specifies cache path '/a/data/', loading cached information... -TI:: [00:11:56.000] Processing cache location '/a/data/' -TI:: [00:11:57.000] Cache location was already processed... -TI:: [00:11:58.000] Explicitly included types: [] -TI:: [00:11:59.000] Inferred typings from unresolved imports: [] -TI:: [00:12:00.000] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/bower_components","/a/node_modules"]} -TI:: [00:12:01.000] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/bower_components","/a/node_modules"]} -TI:: [00:12:02.000] Sending response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +TI:: [hh:mm:ss:mss] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/a/file1.ts"],"compilerOptions":{"allowJs":true,"target":4,"allowNonTsExtensions":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/a","cachePath":"/a/data/","kind":"discover"} +TI:: [hh:mm:ss:mss] Request specifies cache path '/a/data/', loading cached information... +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Cache location was already processed... +TI:: [hh:mm:ss:mss] Explicitly included types: [] +TI:: [hh:mm:ss:mss] Inferred typings from unresolved imports: [] +TI:: [hh:mm:ss:mss] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/bower_components","/a/node_modules"]} +TI:: [hh:mm:ss:mss] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/bower_components","/a/node_modules"]} +TI:: [hh:mm:ss:mss] Sending response: {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"target":4,"allowNonTsExtensions":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":[],"unresolvedImports":[],"kind":"action::set"} -TI:: [00:12:03.000] No new typings were requested as a result of typings discovery -Info 224 [00:12:04.000] `remove Project:: -Info 225 [00:12:05.000] Project '/dev/null/inferredProject7*' (Inferred) -Info 226 [00:12:06.000] Files (1) +TI:: [hh:mm:ss:mss] No new typings were requested as a result of typings discovery +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject7*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /c/file3.ts c/file3.ts Root file specified for compilation -Info 227 [00:12:07.000] ----------------------------------------------- -Info 228 [00:12:08.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.esnext.full.d.ts 500 undefined Project: /dev/null/inferredProject7* WatchType: Missing file -Info 229 [00:12:09.000] `remove Project:: -Info 230 [00:12:10.000] Project '/dev/null/inferredProject6*' (Inferred) -Info 231 [00:12:11.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.esnext.full.d.ts 500 undefined Project: /dev/null/inferredProject7* WatchType: Missing file +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject6*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /b/file2.ts file2.ts Root file specified for compilation -Info 232 [00:12:12.000] ----------------------------------------------- -Info 233 [00:12:13.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.esnext.full.d.ts 500 undefined Project: /dev/null/inferredProject6* WatchType: Missing file -Info 234 [00:12:14.000] FileWatcher:: Close:: WatchInfo: /A/file2.ts 500 undefined WatchType: Closed Script info -Info 235 [00:12:15.000] FileWatcher:: Close:: WatchInfo: /b/file2.ts 500 undefined WatchType: Closed Script info -Info 236 [00:12:16.000] FileWatcher:: Close:: WatchInfo: /c/file3.ts 500 undefined WatchType: Closed Script info -Info 237 [00:12:17.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 237 [00:12:18.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.esnext.full.d.ts 500 undefined Project: /dev/null/inferredProject6* WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /A/file2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /b/file2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /c/file3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 237 [00:12:19.000] ----------------------------------------------- -Info 237 [00:12:20.000] Open files: -Info 237 [00:12:21.000] FileName: /a/file1.ts ProjectRootPath: /a -Info 237 [00:12:22.000] Projects: /dev/null/inferredProject1* -Info 237 [00:12:23.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/file1.ts ProjectRootPath: /a +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1927,8 +1835,6 @@ PolledWatches:: {"pollingInterval":500} /a/lib/lib.es2017.full.d.ts: {"pollingInterval":500} -/a/node_modules/@types: *new* - {"pollingInterval":500} PolledWatches *deleted*:: /a/lib/lib.esnext.full.d.ts: @@ -1946,7 +1852,7 @@ FsWatches *deleted*:: Before request -Info 238 [00:12:24.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -1958,12 +1864,12 @@ Info 238 [00:12:24.000] request: "seq": 29, "type": "request" } -Info 239 [00:12:25.000] Search path: /A -Info 240 [00:12:26.000] For info: /A/file2.ts :: No config files found. -Info 241 [00:12:27.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 242 [00:12:28.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 8 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 243 [00:12:29.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 244 [00:12:30.000] Files (2) +Info seq [hh:mm:ss:mss] Search path: /A +Info seq [hh:mm:ss:mss] For info: /A/file2.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 8 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/file1.ts SVC-1-0 "let x = 1;" /A/file2.ts SVC-4-0 "let y = 2;" @@ -1973,28 +1879,28 @@ Info 244 [00:12:30.000] Files (2) file2.ts Root file specified for compilation -Info 245 [00:12:31.000] ----------------------------------------------- -TI:: [00:12:32.000] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/a/file1.ts","/A/file2.ts"],"compilerOptions":{"allowJs":true,"target":4,"allowNonTsExtensions":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/a","cachePath":"/a/data/","kind":"discover"} -TI:: [00:12:33.000] Request specifies cache path '/a/data/', loading cached information... -TI:: [00:12:34.000] Processing cache location '/a/data/' -TI:: [00:12:35.000] Cache location was already processed... -TI:: [00:12:36.000] Explicitly included types: [] -TI:: [00:12:37.000] Inferred typings from unresolved imports: [] -TI:: [00:12:38.000] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/bower_components","/a/node_modules"]} -TI:: [00:12:39.000] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/bower_components","/a/node_modules"]} -TI:: [00:12:40.000] Sending response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +TI:: [hh:mm:ss:mss] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/a/file1.ts","/A/file2.ts"],"compilerOptions":{"allowJs":true,"target":4,"allowNonTsExtensions":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/a","cachePath":"/a/data/","kind":"discover"} +TI:: [hh:mm:ss:mss] Request specifies cache path '/a/data/', loading cached information... +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Cache location was already processed... +TI:: [hh:mm:ss:mss] Explicitly included types: [] +TI:: [hh:mm:ss:mss] Inferred typings from unresolved imports: [] +TI:: [hh:mm:ss:mss] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/bower_components","/a/node_modules"]} +TI:: [hh:mm:ss:mss] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/bower_components","/a/node_modules"]} +TI:: [hh:mm:ss:mss] Sending response: {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"target":4,"allowNonTsExtensions":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":[],"unresolvedImports":[],"kind":"action::set"} -TI:: [00:12:41.000] No new typings were requested as a result of typings discovery -Info 246 [00:12:42.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 246 [00:12:43.000] Files (2) - -Info 246 [00:12:44.000] ----------------------------------------------- -Info 246 [00:12:45.000] Open files: -Info 246 [00:12:46.000] FileName: /a/file1.ts ProjectRootPath: /a -Info 246 [00:12:47.000] Projects: /dev/null/inferredProject1* -Info 246 [00:12:48.000] FileName: /A/file2.ts ProjectRootPath: /A -Info 246 [00:12:49.000] Projects: /dev/null/inferredProject1* -Info 246 [00:12:50.000] response: +TI:: [hh:mm:ss:mss] No new typings were requested as a result of typings discovery +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/file1.ts ProjectRootPath: /a +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /A/file2.ts ProjectRootPath: /A +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -2002,7 +1908,7 @@ After request Before request -Info 247 [00:12:51.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -2014,55 +1920,53 @@ Info 247 [00:12:51.000] request: "seq": 30, "type": "request" } -Info 248 [00:12:52.000] Search path: /b -Info 249 [00:12:53.000] For info: /b/file2.ts :: No config files found. -Info 250 [00:12:54.000] Starting updateGraphWorker: Project: /dev/null/inferredProject8* -Info 251 [00:12:55.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.esnext.full.d.ts 500 undefined Project: /dev/null/inferredProject8* WatchType: Missing file -Info 252 [00:12:56.000] DirectoryWatcher:: Added:: WatchInfo: /b/node_modules/@types 1 undefined Project: /dev/null/inferredProject8* WatchType: Type roots -Info 253 [00:12:57.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b/node_modules/@types 1 undefined Project: /dev/null/inferredProject8* WatchType: Type roots -Info 254 [00:12:58.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject8* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 255 [00:12:59.000] Project '/dev/null/inferredProject8*' (Inferred) -Info 256 [00:13:00.000] Files (1) +Info seq [hh:mm:ss:mss] Search path: /b +Info seq [hh:mm:ss:mss] For info: /b/file2.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject8* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.esnext.full.d.ts 500 undefined Project: /dev/null/inferredProject8* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject8* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject8*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /b/file2.ts SVC-4-0 "let x = 3;" file2.ts Root file specified for compilation -Info 257 [00:13:01.000] ----------------------------------------------- -TI:: [00:13:02.000] Got install request {"projectName":"/dev/null/inferredProject8*","fileNames":["/b/file2.ts"],"compilerOptions":{"allowJs":true,"target":99,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/b","cachePath":"/a/data/","kind":"discover"} -TI:: [00:13:03.000] Request specifies cache path '/a/data/', loading cached information... -TI:: [00:13:04.000] Processing cache location '/a/data/' -TI:: [00:13:05.000] Cache location was already processed... -TI:: [00:13:06.000] Explicitly included types: [] -TI:: [00:13:07.000] Inferred typings from unresolved imports: [] -TI:: [00:13:08.000] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/b/bower_components","/b/node_modules"]} -TI:: [00:13:09.000] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/b/bower_components","/b/node_modules"]} -TI:: [00:13:10.000] DirectoryWatcher:: Added:: WatchInfo: /b/bower_components -TI:: [00:13:11.000] DirectoryWatcher:: Added:: WatchInfo: /b/bower_components 1 undefined Project: /dev/null/inferredProject8* watcher already invoked: false -TI:: [00:13:12.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b/bower_components 1 undefined Project: /dev/null/inferredProject8* watcher already invoked: false -TI:: [00:13:13.000] DirectoryWatcher:: Added:: WatchInfo: /b/node_modules -TI:: [00:13:14.000] DirectoryWatcher:: Added:: WatchInfo: /b/node_modules 1 undefined Project: /dev/null/inferredProject8* watcher already invoked: false -TI:: [00:13:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b/node_modules 1 undefined Project: /dev/null/inferredProject8* watcher already invoked: false -TI:: [00:13:16.000] Sending response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +TI:: [hh:mm:ss:mss] Got install request {"projectName":"/dev/null/inferredProject8*","fileNames":["/b/file2.ts"],"compilerOptions":{"allowJs":true,"target":99,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/b","cachePath":"/a/data/","kind":"discover"} +TI:: [hh:mm:ss:mss] Request specifies cache path '/a/data/', loading cached information... +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Cache location was already processed... +TI:: [hh:mm:ss:mss] Explicitly included types: [] +TI:: [hh:mm:ss:mss] Inferred typings from unresolved imports: [] +TI:: [hh:mm:ss:mss] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/b/bower_components","/b/node_modules"]} +TI:: [hh:mm:ss:mss] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/b/bower_components","/b/node_modules"]} +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /b/bower_components +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /b/bower_components 1 undefined Project: /dev/null/inferredProject8* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b/bower_components 1 undefined Project: /dev/null/inferredProject8* watcher already invoked: false +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /b/node_modules +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /b/node_modules 1 undefined Project: /dev/null/inferredProject8* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b/node_modules 1 undefined Project: /dev/null/inferredProject8* watcher already invoked: false +TI:: [hh:mm:ss:mss] Sending response: {"projectName":"/dev/null/inferredProject8*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"target":99,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typings":[],"unresolvedImports":[],"kind":"action::set"} -TI:: [00:13:17.000] No new typings were requested as a result of typings discovery -Info 258 [00:13:18.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 258 [00:13:19.000] Files (2) - -Info 258 [00:13:20.000] ----------------------------------------------- -Info 258 [00:13:21.000] Project '/dev/null/inferredProject8*' (Inferred) -Info 258 [00:13:22.000] Files (1) - -Info 258 [00:13:23.000] ----------------------------------------------- -Info 258 [00:13:24.000] Open files: -Info 258 [00:13:25.000] FileName: /a/file1.ts ProjectRootPath: /a -Info 258 [00:13:26.000] Projects: /dev/null/inferredProject1* -Info 258 [00:13:27.000] FileName: /A/file2.ts ProjectRootPath: /A -Info 258 [00:13:28.000] Projects: /dev/null/inferredProject1* -Info 258 [00:13:29.000] FileName: /b/file2.ts ProjectRootPath: /b -Info 258 [00:13:30.000] Projects: /dev/null/inferredProject8* -Info 258 [00:13:31.000] response: +TI:: [hh:mm:ss:mss] No new typings were requested as a result of typings discovery +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject8*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/file1.ts ProjectRootPath: /a +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /A/file2.ts ProjectRootPath: /A +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /b/file2.ts ProjectRootPath: /b +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject8* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -2083,16 +1987,12 @@ PolledWatches:: {"pollingInterval":500} /a/lib/lib.es2017.full.d.ts: {"pollingInterval":500} -/a/node_modules/@types: - {"pollingInterval":500} /a/lib/lib.esnext.full.d.ts: *new* {"pollingInterval":500} -/b/node_modules/@types: *new* - {"pollingInterval":500} Before request -Info 259 [00:13:32.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -2103,59 +2003,59 @@ Info 259 [00:13:32.000] request: "seq": 31, "type": "request" } -Info 260 [00:13:33.000] Search path: /c -Info 261 [00:13:34.000] For info: /c/file3.ts :: No config files found. -Info 262 [00:13:35.000] Starting updateGraphWorker: Project: /dev/null/inferredProject9* -Info 263 [00:13:36.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.esnext.full.d.ts 500 undefined Project: /dev/null/inferredProject9* WatchType: Missing file -Info 264 [00:13:37.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject9* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 265 [00:13:38.000] Project '/dev/null/inferredProject9*' (Inferred) -Info 266 [00:13:39.000] Files (1) +Info seq [hh:mm:ss:mss] Search path: /c +Info seq [hh:mm:ss:mss] For info: /c/file3.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject9* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.esnext.full.d.ts 500 undefined Project: /dev/null/inferredProject9* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject9* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject9*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /c/file3.ts SVC-4-0 "let z = 4;" c/file3.ts Root file specified for compilation -Info 267 [00:13:40.000] ----------------------------------------------- -TI:: [00:13:41.000] Got install request {"projectName":"/dev/null/inferredProject9*","fileNames":["/c/file3.ts"],"compilerOptions":{"allowJs":true,"target":99,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/","cachePath":"/a/data/","kind":"discover"} -TI:: [00:13:42.000] Request specifies cache path '/a/data/', loading cached information... -TI:: [00:13:43.000] Processing cache location '/a/data/' -TI:: [00:13:44.000] Cache location was already processed... -TI:: [00:13:45.000] Explicitly included types: [] -TI:: [00:13:46.000] Inferred typings from unresolved imports: [] -TI:: [00:13:47.000] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/bower_components","/node_modules"]} -TI:: [00:13:48.000] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/bower_components","/node_modules"]} -TI:: [00:13:49.000] DirectoryWatcher:: Added:: WatchInfo: /bower_components -TI:: [00:13:50.000] DirectoryWatcher:: Added:: WatchInfo: /bower_components 1 undefined Project: /dev/null/inferredProject9* watcher already invoked: false -TI:: [00:13:51.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /bower_components 1 undefined Project: /dev/null/inferredProject9* watcher already invoked: false -TI:: [00:13:52.000] DirectoryWatcher:: Added:: WatchInfo: /node_modules -TI:: [00:13:53.000] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined Project: /dev/null/inferredProject9* watcher already invoked: false -TI:: [00:13:54.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined Project: /dev/null/inferredProject9* watcher already invoked: false -TI:: [00:13:55.000] Sending response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +TI:: [hh:mm:ss:mss] Got install request {"projectName":"/dev/null/inferredProject9*","fileNames":["/c/file3.ts"],"compilerOptions":{"allowJs":true,"target":99,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/","cachePath":"/a/data/","kind":"discover"} +TI:: [hh:mm:ss:mss] Request specifies cache path '/a/data/', loading cached information... +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Cache location was already processed... +TI:: [hh:mm:ss:mss] Explicitly included types: [] +TI:: [hh:mm:ss:mss] Inferred typings from unresolved imports: [] +TI:: [hh:mm:ss:mss] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/bower_components","/node_modules"]} +TI:: [hh:mm:ss:mss] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/bower_components","/node_modules"]} +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /bower_components +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /bower_components 1 undefined Project: /dev/null/inferredProject9* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /bower_components 1 undefined Project: /dev/null/inferredProject9* watcher already invoked: false +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /node_modules +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined Project: /dev/null/inferredProject9* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined Project: /dev/null/inferredProject9* watcher already invoked: false +TI:: [hh:mm:ss:mss] Sending response: {"projectName":"/dev/null/inferredProject9*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"target":99,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typings":[],"unresolvedImports":[],"kind":"action::set"} -TI:: [00:13:56.000] No new typings were requested as a result of typings discovery -Info 268 [00:13:57.000] Project '/dev/null/inferredProject9*' (Inferred) -Info 268 [00:13:58.000] Files (1) - -Info 268 [00:13:59.000] ----------------------------------------------- -Info 268 [00:14:00.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 268 [00:14:01.000] Files (2) - -Info 268 [00:14:02.000] ----------------------------------------------- -Info 268 [00:14:03.000] Project '/dev/null/inferredProject8*' (Inferred) -Info 268 [00:14:04.000] Files (1) - -Info 268 [00:14:05.000] ----------------------------------------------- -Info 268 [00:14:06.000] Open files: -Info 268 [00:14:07.000] FileName: /a/file1.ts ProjectRootPath: /a -Info 268 [00:14:08.000] Projects: /dev/null/inferredProject1* -Info 268 [00:14:09.000] FileName: /A/file2.ts ProjectRootPath: /A -Info 268 [00:14:10.000] Projects: /dev/null/inferredProject1* -Info 268 [00:14:11.000] FileName: /b/file2.ts ProjectRootPath: /b -Info 268 [00:14:12.000] Projects: /dev/null/inferredProject8* -Info 268 [00:14:13.000] FileName: /c/file3.ts ProjectRootPath: undefined -Info 268 [00:14:14.000] Projects: /dev/null/inferredProject9* -Info 268 [00:14:15.000] response: +TI:: [hh:mm:ss:mss] No new typings were requested as a result of typings discovery +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject9*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject8*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/file1.ts ProjectRootPath: /a +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /A/file2.ts ProjectRootPath: /A +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /b/file2.ts ProjectRootPath: /b +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject8* +Info seq [hh:mm:ss:mss] FileName: /c/file3.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject9* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -2163,7 +2063,7 @@ After request Before request -Info 269 [00:14:16.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -2172,27 +2072,27 @@ Info 269 [00:14:16.000] request: "seq": 32, "type": "request" } -Info 270 [00:14:17.000] FileWatcher:: Added:: WatchInfo: /a/file1.ts 500 undefined WatchType: Closed Script info -Info 271 [00:14:18.000] Project '/dev/null/inferredProject9*' (Inferred) -Info 271 [00:14:19.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/file1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject9*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 271 [00:14:20.000] ----------------------------------------------- -Info 271 [00:14:21.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 271 [00:14:22.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 271 [00:14:23.000] ----------------------------------------------- -Info 271 [00:14:24.000] Project '/dev/null/inferredProject8*' (Inferred) -Info 271 [00:14:25.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject8*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 271 [00:14:26.000] ----------------------------------------------- -Info 271 [00:14:27.000] Open files: -Info 271 [00:14:28.000] FileName: /A/file2.ts ProjectRootPath: /A -Info 271 [00:14:29.000] Projects: /dev/null/inferredProject1* -Info 271 [00:14:30.000] FileName: /b/file2.ts ProjectRootPath: /b -Info 271 [00:14:31.000] Projects: /dev/null/inferredProject8* -Info 271 [00:14:32.000] FileName: /c/file3.ts ProjectRootPath: undefined -Info 271 [00:14:33.000] Projects: /dev/null/inferredProject9* -Info 271 [00:14:34.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /A/file2.ts ProjectRootPath: /A +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /b/file2.ts ProjectRootPath: /b +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject8* +Info seq [hh:mm:ss:mss] FileName: /c/file3.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject9* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -2213,12 +2113,8 @@ PolledWatches:: {"pollingInterval":500} /a/lib/lib.es2017.full.d.ts: {"pollingInterval":500} -/a/node_modules/@types: - {"pollingInterval":500} /a/lib/lib.esnext.full.d.ts: {"pollingInterval":500} -/b/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/file1.ts: *new* @@ -2226,7 +2122,7 @@ FsWatches:: Before request -Info 272 [00:14:35.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -2235,27 +2131,25 @@ Info 272 [00:14:35.000] request: "seq": 33, "type": "request" } -Info 273 [00:14:36.000] DirectoryWatcher:: Close:: WatchInfo: /a/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 274 [00:14:37.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 275 [00:14:38.000] FileWatcher:: Added:: WatchInfo: /A/file2.ts 500 undefined WatchType: Closed Script info -Info 276 [00:14:39.000] Project '/dev/null/inferredProject9*' (Inferred) -Info 276 [00:14:40.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /A/file2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject9*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 276 [00:14:41.000] ----------------------------------------------- -Info 276 [00:14:42.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 276 [00:14:43.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 276 [00:14:44.000] ----------------------------------------------- -Info 276 [00:14:45.000] Project '/dev/null/inferredProject8*' (Inferred) -Info 276 [00:14:46.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject8*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 276 [00:14:47.000] ----------------------------------------------- -Info 276 [00:14:48.000] Open files: -Info 276 [00:14:49.000] FileName: /b/file2.ts ProjectRootPath: /b -Info 276 [00:14:50.000] Projects: /dev/null/inferredProject8* -Info 276 [00:14:51.000] FileName: /c/file3.ts ProjectRootPath: undefined -Info 276 [00:14:52.000] Projects: /dev/null/inferredProject9* -Info 276 [00:14:53.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /b/file2.ts ProjectRootPath: /b +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject8* +Info seq [hh:mm:ss:mss] FileName: /c/file3.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject9* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -2278,12 +2172,6 @@ PolledWatches:: {"pollingInterval":500} /a/lib/lib.esnext.full.d.ts: {"pollingInterval":500} -/b/node_modules/@types: - {"pollingInterval":500} - -PolledWatches *deleted*:: -/a/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/file1.ts: @@ -2293,7 +2181,7 @@ FsWatches:: Before request -Info 277 [00:14:54.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -2302,25 +2190,23 @@ Info 277 [00:14:54.000] request: "seq": 34, "type": "request" } -Info 278 [00:14:55.000] DirectoryWatcher:: Close:: WatchInfo: /b/node_modules/@types 1 undefined Project: /dev/null/inferredProject8* WatchType: Type roots -Info 279 [00:14:56.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /b/node_modules/@types 1 undefined Project: /dev/null/inferredProject8* WatchType: Type roots -Info 280 [00:14:57.000] FileWatcher:: Added:: WatchInfo: /b/file2.ts 500 undefined WatchType: Closed Script info -Info 281 [00:14:58.000] Project '/dev/null/inferredProject9*' (Inferred) -Info 281 [00:14:59.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b/file2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject9*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 281 [00:15:00.000] ----------------------------------------------- -Info 281 [00:15:01.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 281 [00:15:02.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 281 [00:15:03.000] ----------------------------------------------- -Info 281 [00:15:04.000] Project '/dev/null/inferredProject8*' (Inferred) -Info 281 [00:15:05.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject8*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 281 [00:15:06.000] ----------------------------------------------- -Info 281 [00:15:07.000] Open files: -Info 281 [00:15:08.000] FileName: /c/file3.ts ProjectRootPath: undefined -Info 281 [00:15:09.000] Projects: /dev/null/inferredProject9* -Info 281 [00:15:10.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /c/file3.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject9* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -2344,10 +2230,6 @@ PolledWatches:: /a/lib/lib.esnext.full.d.ts: {"pollingInterval":500} -PolledWatches *deleted*:: -/b/node_modules/@types: - {"pollingInterval":500} - FsWatches:: /a/file1.ts: {} @@ -2358,7 +2240,7 @@ FsWatches:: Before request -Info 282 [00:15:11.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -2367,21 +2249,21 @@ Info 282 [00:15:11.000] request: "seq": 35, "type": "request" } -Info 283 [00:15:12.000] FileWatcher:: Added:: WatchInfo: /c/file3.ts 500 undefined WatchType: Closed Script info -Info 284 [00:15:13.000] Project '/dev/null/inferredProject9*' (Inferred) -Info 284 [00:15:14.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /c/file3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject9*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 284 [00:15:15.000] ----------------------------------------------- -Info 284 [00:15:16.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 284 [00:15:17.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 284 [00:15:18.000] ----------------------------------------------- -Info 284 [00:15:19.000] Project '/dev/null/inferredProject8*' (Inferred) -Info 284 [00:15:20.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject8*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 284 [00:15:21.000] ----------------------------------------------- -Info 284 [00:15:22.000] Open files: -Info 284 [00:15:23.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } diff --git a/tests/baselines/reference/tsserver/inferredProjects/inferred-projects-per-project-root-with-case-sensitive-system.js b/tests/baselines/reference/tsserver/inferredProjects/inferred-projects-per-project-root-with-case-sensitive-system.js index bbc13267bbee4..9e2ae80d729c6 100644 --- a/tests/baselines/reference/tsserver/inferredProjects/inferred-projects-per-project-root-with-case-sensitive-system.js +++ b/tests/baselines/reference/tsserver/inferredProjects/inferred-projects-per-project-root-with-case-sensitive-system.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: true -Info 0 [00:00:19.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/file1.ts] let x = 1; @@ -14,7 +14,7 @@ let x = 3; let z = 4; -Info 1 [00:00:20.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compilerOptionsForInferredProjects", "arguments": { @@ -26,7 +26,7 @@ Info 1 [00:00:20.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:21.000] response: +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -35,7 +35,7 @@ After request Before request -Info 3 [00:00:22.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compilerOptionsForInferredProjects", "arguments": { @@ -48,7 +48,7 @@ Info 3 [00:00:22.000] request: "seq": 2, "type": "request" } -Info 4 [00:00:23.000] response: +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -57,7 +57,7 @@ After request Before request -Info 5 [00:00:24.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -69,39 +69,35 @@ Info 5 [00:00:24.000] request: "seq": 3, "type": "request" } -Info 6 [00:00:25.000] Search path: /a -Info 7 [00:00:26.000] For info: /a/file1.ts :: No config files found. -Info 8 [00:00:27.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 9 [00:00:28.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.es6.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 10 [00:00:29.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 11 [00:00:30.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 12 [00:00:31.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 13 [00:00:32.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 14 [00:00:33.000] Files (1) +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/file1.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.es6.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /a/file1.ts SVC-1-0 "let x = 1;" file1.ts Root file specified for compilation -Info 15 [00:00:34.000] ----------------------------------------------- +Info seq [hh:mm:ss:mss] ----------------------------------------------- TI:: Creating typing installer PolledWatches:: /a/lib/lib.es6.d.ts: *new* {"pollingInterval":500} -/a/node_modules/@types: *new* - {"pollingInterval":500} -TI:: [00:00:35.000] Global cache location '/a/data/', safe file path '/safeList.json', types map path /typesMap.json -TI:: [00:00:36.000] Processing cache location '/a/data/' -TI:: [00:00:37.000] Trying to find '/a/data/package.json'... -TI:: [00:00:38.000] Finished processing cache location '/a/data/' -TI:: [00:00:39.000] Npm config file: /a/data/package.json -TI:: [00:00:40.000] Npm config file: '/a/data/package.json' is missing, creating new one... -TI:: [00:00:45.000] Updating types-registry npm package... -TI:: [00:00:46.000] npm install --ignore-scripts types-registry@latest -TI:: [00:00:53.000] TI:: Updated types-registry npm package +TI:: [hh:mm:ss:mss] Global cache location '/a/data/', safe file path '/safeList.json', types map path /typesMap.json +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Trying to find '/a/data/package.json'... +TI:: [hh:mm:ss:mss] Finished processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Npm config file: /a/data/package.json +TI:: [hh:mm:ss:mss] Npm config file: '/a/data/package.json' is missing, creating new one... +TI:: [hh:mm:ss:mss] Updating types-registry npm package... +TI:: [hh:mm:ss:mss] npm install --ignore-scripts types-registry@latest +TI:: [hh:mm:ss:mss] TI:: Updated types-registry npm package TI:: typing installer creation complete //// [/a/data/package.json] { "private": true } @@ -112,32 +108,32 @@ TI:: typing installer creation complete } -TI:: [00:00:54.000] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/a/file1.ts"],"compilerOptions":{"allowJs":true,"target":2,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/a","cachePath":"/a/data/","kind":"discover"} -TI:: [00:00:55.000] Request specifies cache path '/a/data/', loading cached information... -TI:: [00:00:56.000] Processing cache location '/a/data/' -TI:: [00:00:57.000] Cache location was already processed... -TI:: [00:00:58.000] Failed to load safelist from types map file '/typesMap.json' -TI:: [00:00:59.000] Explicitly included types: [] -TI:: [00:01:00.000] Inferred typings from unresolved imports: [] -TI:: [00:01:01.000] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/bower_components","/a/node_modules"]} -TI:: [00:01:02.000] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/bower_components","/a/node_modules"]} -TI:: [00:01:03.000] DirectoryWatcher:: Added:: WatchInfo: /a/bower_components -TI:: [00:01:04.000] DirectoryWatcher:: Added:: WatchInfo: /a/bower_components 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:01:05.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/bower_components 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:01:06.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules -TI:: [00:01:07.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:01:08.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:01:09.000] Sending response: +TI:: [hh:mm:ss:mss] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/a/file1.ts"],"compilerOptions":{"allowJs":true,"target":2,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/a","cachePath":"/a/data/","kind":"discover"} +TI:: [hh:mm:ss:mss] Request specifies cache path '/a/data/', loading cached information... +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Cache location was already processed... +TI:: [hh:mm:ss:mss] Failed to load safelist from types map file '/typesMap.json' +TI:: [hh:mm:ss:mss] Explicitly included types: [] +TI:: [hh:mm:ss:mss] Inferred typings from unresolved imports: [] +TI:: [hh:mm:ss:mss] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/bower_components","/a/node_modules"]} +TI:: [hh:mm:ss:mss] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/bower_components","/a/node_modules"]} +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/bower_components +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/bower_components 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/bower_components 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] Sending response: {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"target":2,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typings":[],"unresolvedImports":[],"kind":"action::set"} -TI:: [00:01:10.000] No new typings were requested as a result of typings discovery -Info 16 [00:01:11.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 16 [00:01:12.000] Files (1) +TI:: [hh:mm:ss:mss] No new typings were requested as a result of typings discovery +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 16 [00:01:13.000] ----------------------------------------------- -Info 16 [00:01:14.000] Open files: -Info 16 [00:01:15.000] FileName: /a/file1.ts ProjectRootPath: /a -Info 16 [00:01:16.000] Projects: /dev/null/inferredProject1* -Info 16 [00:01:17.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/file1.ts ProjectRootPath: /a +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -146,8 +142,6 @@ After request PolledWatches:: /a/lib/lib.es6.d.ts: {"pollingInterval":500} -/a/node_modules/@types: - {"pollingInterval":500} /a/bower_components: *new* {"pollingInterval":500} /a/node_modules: *new* @@ -155,7 +149,7 @@ PolledWatches:: Before request -Info 17 [00:01:18.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -167,12 +161,12 @@ Info 17 [00:01:18.000] request: "seq": 4, "type": "request" } -Info 18 [00:01:19.000] Search path: /A -Info 19 [00:01:20.000] For info: /A/file2.ts :: No config files found. -Info 20 [00:01:21.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 21 [00:01:22.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 22 [00:01:23.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 23 [00:01:24.000] Files (2) +Info seq [hh:mm:ss:mss] Search path: /A +Info seq [hh:mm:ss:mss] For info: /A/file2.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/file1.ts SVC-1-0 "let x = 1;" /A/file2.ts SVC-1-0 "let y = 2;" @@ -182,28 +176,28 @@ Info 23 [00:01:24.000] Files (2) ../A/file2.ts Root file specified for compilation -Info 24 [00:01:25.000] ----------------------------------------------- -TI:: [00:01:26.000] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/a/file1.ts","/A/file2.ts"],"compilerOptions":{"allowJs":true,"target":2,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/a","cachePath":"/a/data/","kind":"discover"} -TI:: [00:01:27.000] Request specifies cache path '/a/data/', loading cached information... -TI:: [00:01:28.000] Processing cache location '/a/data/' -TI:: [00:01:29.000] Cache location was already processed... -TI:: [00:01:30.000] Explicitly included types: [] -TI:: [00:01:31.000] Inferred typings from unresolved imports: [] -TI:: [00:01:32.000] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/bower_components","/a/node_modules"]} -TI:: [00:01:33.000] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/bower_components","/a/node_modules"]} -TI:: [00:01:34.000] Sending response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +TI:: [hh:mm:ss:mss] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/a/file1.ts","/A/file2.ts"],"compilerOptions":{"allowJs":true,"target":2,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/a","cachePath":"/a/data/","kind":"discover"} +TI:: [hh:mm:ss:mss] Request specifies cache path '/a/data/', loading cached information... +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Cache location was already processed... +TI:: [hh:mm:ss:mss] Explicitly included types: [] +TI:: [hh:mm:ss:mss] Inferred typings from unresolved imports: [] +TI:: [hh:mm:ss:mss] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/bower_components","/a/node_modules"]} +TI:: [hh:mm:ss:mss] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/bower_components","/a/node_modules"]} +TI:: [hh:mm:ss:mss] Sending response: {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"target":2,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typings":[],"unresolvedImports":[],"kind":"action::set"} -TI:: [00:01:35.000] No new typings were requested as a result of typings discovery -Info 25 [00:01:36.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 25 [00:01:37.000] Files (2) - -Info 25 [00:01:38.000] ----------------------------------------------- -Info 25 [00:01:39.000] Open files: -Info 25 [00:01:40.000] FileName: /a/file1.ts ProjectRootPath: /a -Info 25 [00:01:41.000] Projects: /dev/null/inferredProject1* -Info 25 [00:01:42.000] FileName: /A/file2.ts ProjectRootPath: /a -Info 25 [00:01:43.000] Projects: /dev/null/inferredProject1* -Info 25 [00:01:44.000] response: +TI:: [hh:mm:ss:mss] No new typings were requested as a result of typings discovery +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/file1.ts ProjectRootPath: /a +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /A/file2.ts ProjectRootPath: /a +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -211,7 +205,7 @@ After request Before request -Info 26 [00:01:45.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,55 +217,53 @@ Info 26 [00:01:45.000] request: "seq": 5, "type": "request" } -Info 27 [00:01:46.000] Search path: /b -Info 28 [00:01:47.000] For info: /b/file2.ts :: No config files found. -Info 29 [00:01:48.000] Starting updateGraphWorker: Project: /dev/null/inferredProject2* -Info 30 [00:01:49.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.esnext.full.d.ts 500 undefined Project: /dev/null/inferredProject2* WatchType: Missing file -Info 31 [00:01:50.000] DirectoryWatcher:: Added:: WatchInfo: /b/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 32 [00:01:51.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 33 [00:01:52.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 34 [00:01:53.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 35 [00:01:54.000] Files (1) +Info seq [hh:mm:ss:mss] Search path: /b +Info seq [hh:mm:ss:mss] For info: /b/file2.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.esnext.full.d.ts 500 undefined Project: /dev/null/inferredProject2* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /b/file2.ts SVC-1-0 "let x = 3;" file2.ts Root file specified for compilation -Info 36 [00:01:55.000] ----------------------------------------------- -TI:: [00:01:56.000] Got install request {"projectName":"/dev/null/inferredProject2*","fileNames":["/b/file2.ts"],"compilerOptions":{"allowJs":true,"target":99,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/b","cachePath":"/a/data/","kind":"discover"} -TI:: [00:01:57.000] Request specifies cache path '/a/data/', loading cached information... -TI:: [00:01:58.000] Processing cache location '/a/data/' -TI:: [00:01:59.000] Cache location was already processed... -TI:: [00:02:00.000] Explicitly included types: [] -TI:: [00:02:01.000] Inferred typings from unresolved imports: [] -TI:: [00:02:02.000] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/b/bower_components","/b/node_modules"]} -TI:: [00:02:03.000] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/b/bower_components","/b/node_modules"]} -TI:: [00:02:04.000] DirectoryWatcher:: Added:: WatchInfo: /b/bower_components -TI:: [00:02:05.000] DirectoryWatcher:: Added:: WatchInfo: /b/bower_components 1 undefined Project: /dev/null/inferredProject2* watcher already invoked: false -TI:: [00:02:06.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b/bower_components 1 undefined Project: /dev/null/inferredProject2* watcher already invoked: false -TI:: [00:02:07.000] DirectoryWatcher:: Added:: WatchInfo: /b/node_modules -TI:: [00:02:08.000] DirectoryWatcher:: Added:: WatchInfo: /b/node_modules 1 undefined Project: /dev/null/inferredProject2* watcher already invoked: false -TI:: [00:02:09.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b/node_modules 1 undefined Project: /dev/null/inferredProject2* watcher already invoked: false -TI:: [00:02:10.000] Sending response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +TI:: [hh:mm:ss:mss] Got install request {"projectName":"/dev/null/inferredProject2*","fileNames":["/b/file2.ts"],"compilerOptions":{"allowJs":true,"target":99,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/b","cachePath":"/a/data/","kind":"discover"} +TI:: [hh:mm:ss:mss] Request specifies cache path '/a/data/', loading cached information... +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Cache location was already processed... +TI:: [hh:mm:ss:mss] Explicitly included types: [] +TI:: [hh:mm:ss:mss] Inferred typings from unresolved imports: [] +TI:: [hh:mm:ss:mss] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/b/bower_components","/b/node_modules"]} +TI:: [hh:mm:ss:mss] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/b/bower_components","/b/node_modules"]} +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /b/bower_components +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /b/bower_components 1 undefined Project: /dev/null/inferredProject2* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b/bower_components 1 undefined Project: /dev/null/inferredProject2* watcher already invoked: false +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /b/node_modules +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /b/node_modules 1 undefined Project: /dev/null/inferredProject2* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b/node_modules 1 undefined Project: /dev/null/inferredProject2* watcher already invoked: false +TI:: [hh:mm:ss:mss] Sending response: {"projectName":"/dev/null/inferredProject2*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"target":99,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typings":[],"unresolvedImports":[],"kind":"action::set"} -TI:: [00:02:11.000] No new typings were requested as a result of typings discovery -Info 37 [00:02:12.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 37 [00:02:13.000] Files (2) - -Info 37 [00:02:14.000] ----------------------------------------------- -Info 37 [00:02:15.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 37 [00:02:16.000] Files (1) - -Info 37 [00:02:17.000] ----------------------------------------------- -Info 37 [00:02:18.000] Open files: -Info 37 [00:02:19.000] FileName: /a/file1.ts ProjectRootPath: /a -Info 37 [00:02:20.000] Projects: /dev/null/inferredProject1* -Info 37 [00:02:21.000] FileName: /A/file2.ts ProjectRootPath: /a -Info 37 [00:02:22.000] Projects: /dev/null/inferredProject1* -Info 37 [00:02:23.000] FileName: /b/file2.ts ProjectRootPath: /b -Info 37 [00:02:24.000] Projects: /dev/null/inferredProject2* -Info 37 [00:02:25.000] response: +TI:: [hh:mm:ss:mss] No new typings were requested as a result of typings discovery +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/file1.ts ProjectRootPath: /a +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /A/file2.ts ProjectRootPath: /a +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /b/file2.ts ProjectRootPath: /b +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -280,16 +272,12 @@ After request PolledWatches:: /a/lib/lib.es6.d.ts: {"pollingInterval":500} -/a/node_modules/@types: - {"pollingInterval":500} /a/bower_components: {"pollingInterval":500} /a/node_modules: {"pollingInterval":500} /a/lib/lib.esnext.full.d.ts: *new* {"pollingInterval":500} -/b/node_modules/@types: *new* - {"pollingInterval":500} /b/bower_components: *new* {"pollingInterval":500} /b/node_modules: *new* @@ -297,7 +285,7 @@ PolledWatches:: Before request -Info 38 [00:02:26.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -308,59 +296,59 @@ Info 38 [00:02:26.000] request: "seq": 6, "type": "request" } -Info 39 [00:02:27.000] Search path: /c -Info 40 [00:02:28.000] For info: /c/file3.ts :: No config files found. -Info 41 [00:02:29.000] Starting updateGraphWorker: Project: /dev/null/inferredProject3* -Info 42 [00:02:30.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.esnext.full.d.ts 500 undefined Project: /dev/null/inferredProject3* WatchType: Missing file -Info 43 [00:02:31.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject3* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 44 [00:02:32.000] Project '/dev/null/inferredProject3*' (Inferred) -Info 45 [00:02:33.000] Files (1) +Info seq [hh:mm:ss:mss] Search path: /c +Info seq [hh:mm:ss:mss] For info: /c/file3.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject3* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.esnext.full.d.ts 500 undefined Project: /dev/null/inferredProject3* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject3* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject3*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /c/file3.ts SVC-1-0 "let z = 4;" c/file3.ts Root file specified for compilation -Info 46 [00:02:34.000] ----------------------------------------------- -TI:: [00:02:35.000] Got install request {"projectName":"/dev/null/inferredProject3*","fileNames":["/c/file3.ts"],"compilerOptions":{"allowJs":true,"target":99,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/","cachePath":"/a/data/","kind":"discover"} -TI:: [00:02:36.000] Request specifies cache path '/a/data/', loading cached information... -TI:: [00:02:37.000] Processing cache location '/a/data/' -TI:: [00:02:38.000] Cache location was already processed... -TI:: [00:02:39.000] Explicitly included types: [] -TI:: [00:02:40.000] Inferred typings from unresolved imports: [] -TI:: [00:02:41.000] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/bower_components","/node_modules"]} -TI:: [00:02:42.000] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/bower_components","/node_modules"]} -TI:: [00:02:43.000] DirectoryWatcher:: Added:: WatchInfo: /bower_components -TI:: [00:02:44.000] DirectoryWatcher:: Added:: WatchInfo: /bower_components 1 undefined Project: /dev/null/inferredProject3* watcher already invoked: false -TI:: [00:02:45.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /bower_components 1 undefined Project: /dev/null/inferredProject3* watcher already invoked: false -TI:: [00:02:46.000] DirectoryWatcher:: Added:: WatchInfo: /node_modules -TI:: [00:02:47.000] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined Project: /dev/null/inferredProject3* watcher already invoked: false -TI:: [00:02:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined Project: /dev/null/inferredProject3* watcher already invoked: false -TI:: [00:02:49.000] Sending response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +TI:: [hh:mm:ss:mss] Got install request {"projectName":"/dev/null/inferredProject3*","fileNames":["/c/file3.ts"],"compilerOptions":{"allowJs":true,"target":99,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/","cachePath":"/a/data/","kind":"discover"} +TI:: [hh:mm:ss:mss] Request specifies cache path '/a/data/', loading cached information... +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Cache location was already processed... +TI:: [hh:mm:ss:mss] Explicitly included types: [] +TI:: [hh:mm:ss:mss] Inferred typings from unresolved imports: [] +TI:: [hh:mm:ss:mss] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/bower_components","/node_modules"]} +TI:: [hh:mm:ss:mss] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/bower_components","/node_modules"]} +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /bower_components +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /bower_components 1 undefined Project: /dev/null/inferredProject3* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /bower_components 1 undefined Project: /dev/null/inferredProject3* watcher already invoked: false +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /node_modules +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined Project: /dev/null/inferredProject3* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined Project: /dev/null/inferredProject3* watcher already invoked: false +TI:: [hh:mm:ss:mss] Sending response: {"projectName":"/dev/null/inferredProject3*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"target":99,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typings":[],"unresolvedImports":[],"kind":"action::set"} -TI:: [00:02:50.000] No new typings were requested as a result of typings discovery -Info 47 [00:02:51.000] Project '/dev/null/inferredProject3*' (Inferred) -Info 47 [00:02:52.000] Files (1) - -Info 47 [00:02:53.000] ----------------------------------------------- -Info 47 [00:02:54.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 47 [00:02:55.000] Files (2) - -Info 47 [00:02:56.000] ----------------------------------------------- -Info 47 [00:02:57.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 47 [00:02:58.000] Files (1) - -Info 47 [00:02:59.000] ----------------------------------------------- -Info 47 [00:03:00.000] Open files: -Info 47 [00:03:01.000] FileName: /a/file1.ts ProjectRootPath: /a -Info 47 [00:03:02.000] Projects: /dev/null/inferredProject1* -Info 47 [00:03:03.000] FileName: /A/file2.ts ProjectRootPath: /a -Info 47 [00:03:04.000] Projects: /dev/null/inferredProject1* -Info 47 [00:03:05.000] FileName: /b/file2.ts ProjectRootPath: /b -Info 47 [00:03:06.000] Projects: /dev/null/inferredProject2* -Info 47 [00:03:07.000] FileName: /c/file3.ts ProjectRootPath: undefined -Info 47 [00:03:08.000] Projects: /dev/null/inferredProject3* -Info 47 [00:03:09.000] response: +TI:: [hh:mm:ss:mss] No new typings were requested as a result of typings discovery +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject3*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/file1.ts ProjectRootPath: /a +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /A/file2.ts ProjectRootPath: /a +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /b/file2.ts ProjectRootPath: /b +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] FileName: /c/file3.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject3* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -369,16 +357,12 @@ After request PolledWatches:: /a/lib/lib.es6.d.ts: {"pollingInterval":500} -/a/node_modules/@types: - {"pollingInterval":500} /a/bower_components: {"pollingInterval":500} /a/node_modules: {"pollingInterval":500} /a/lib/lib.esnext.full.d.ts: {"pollingInterval":500} -/b/node_modules/@types: - {"pollingInterval":500} /b/bower_components: {"pollingInterval":500} /b/node_modules: @@ -390,7 +374,7 @@ PolledWatches:: Before request -Info 48 [00:03:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -399,27 +383,27 @@ Info 48 [00:03:10.000] request: "seq": 7, "type": "request" } -Info 49 [00:03:11.000] FileWatcher:: Added:: WatchInfo: /a/file1.ts 500 undefined WatchType: Closed Script info -Info 50 [00:03:12.000] Project '/dev/null/inferredProject3*' (Inferred) -Info 50 [00:03:13.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/file1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject3*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 50 [00:03:14.000] ----------------------------------------------- -Info 50 [00:03:15.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 50 [00:03:16.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 50 [00:03:17.000] ----------------------------------------------- -Info 50 [00:03:18.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 50 [00:03:19.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 50 [00:03:20.000] ----------------------------------------------- -Info 50 [00:03:21.000] Open files: -Info 50 [00:03:22.000] FileName: /A/file2.ts ProjectRootPath: /a -Info 50 [00:03:23.000] Projects: /dev/null/inferredProject1* -Info 50 [00:03:24.000] FileName: /b/file2.ts ProjectRootPath: /b -Info 50 [00:03:25.000] Projects: /dev/null/inferredProject2* -Info 50 [00:03:26.000] FileName: /c/file3.ts ProjectRootPath: undefined -Info 50 [00:03:27.000] Projects: /dev/null/inferredProject3* -Info 50 [00:03:28.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /A/file2.ts ProjectRootPath: /a +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /b/file2.ts ProjectRootPath: /b +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] FileName: /c/file3.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject3* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -428,16 +412,12 @@ After request PolledWatches:: /a/lib/lib.es6.d.ts: {"pollingInterval":500} -/a/node_modules/@types: - {"pollingInterval":500} /a/bower_components: {"pollingInterval":500} /a/node_modules: {"pollingInterval":500} /a/lib/lib.esnext.full.d.ts: {"pollingInterval":500} -/b/node_modules/@types: - {"pollingInterval":500} /b/bower_components: {"pollingInterval":500} /b/node_modules: @@ -453,7 +433,7 @@ FsWatches:: Before request -Info 51 [00:03:29.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -462,27 +442,25 @@ Info 51 [00:03:29.000] request: "seq": 8, "type": "request" } -Info 52 [00:03:30.000] DirectoryWatcher:: Close:: WatchInfo: /a/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 53 [00:03:31.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 54 [00:03:32.000] FileWatcher:: Added:: WatchInfo: /A/file2.ts 500 undefined WatchType: Closed Script info -Info 55 [00:03:33.000] Project '/dev/null/inferredProject3*' (Inferred) -Info 55 [00:03:34.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /A/file2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject3*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 55 [00:03:35.000] ----------------------------------------------- -Info 55 [00:03:36.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 55 [00:03:37.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 55 [00:03:38.000] ----------------------------------------------- -Info 55 [00:03:39.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 55 [00:03:40.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 55 [00:03:41.000] ----------------------------------------------- -Info 55 [00:03:42.000] Open files: -Info 55 [00:03:43.000] FileName: /b/file2.ts ProjectRootPath: /b -Info 55 [00:03:44.000] Projects: /dev/null/inferredProject2* -Info 55 [00:03:45.000] FileName: /c/file3.ts ProjectRootPath: undefined -Info 55 [00:03:46.000] Projects: /dev/null/inferredProject3* -Info 55 [00:03:47.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /b/file2.ts ProjectRootPath: /b +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] FileName: /c/file3.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject3* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -497,8 +475,6 @@ PolledWatches:: {"pollingInterval":500} /a/lib/lib.esnext.full.d.ts: {"pollingInterval":500} -/b/node_modules/@types: - {"pollingInterval":500} /b/bower_components: {"pollingInterval":500} /b/node_modules: @@ -508,10 +484,6 @@ PolledWatches:: /node_modules: {"pollingInterval":500} -PolledWatches *deleted*:: -/a/node_modules/@types: - {"pollingInterval":500} - FsWatches:: /a/file1.ts: {} @@ -520,7 +492,7 @@ FsWatches:: Before request -Info 56 [00:03:48.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -529,25 +501,23 @@ Info 56 [00:03:48.000] request: "seq": 9, "type": "request" } -Info 57 [00:03:49.000] DirectoryWatcher:: Close:: WatchInfo: /b/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 58 [00:03:50.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /b/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 59 [00:03:51.000] FileWatcher:: Added:: WatchInfo: /b/file2.ts 500 undefined WatchType: Closed Script info -Info 60 [00:03:52.000] Project '/dev/null/inferredProject3*' (Inferred) -Info 60 [00:03:53.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b/file2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject3*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 60 [00:03:54.000] ----------------------------------------------- -Info 60 [00:03:55.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 60 [00:03:56.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 60 [00:03:57.000] ----------------------------------------------- -Info 60 [00:03:58.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 60 [00:03:59.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 60 [00:04:00.000] ----------------------------------------------- -Info 60 [00:04:01.000] Open files: -Info 60 [00:04:02.000] FileName: /c/file3.ts ProjectRootPath: undefined -Info 60 [00:04:03.000] Projects: /dev/null/inferredProject3* -Info 60 [00:04:04.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /c/file3.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject3* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -571,10 +541,6 @@ PolledWatches:: /node_modules: {"pollingInterval":500} -PolledWatches *deleted*:: -/b/node_modules/@types: - {"pollingInterval":500} - FsWatches:: /a/file1.ts: {} @@ -585,7 +551,7 @@ FsWatches:: Before request -Info 61 [00:04:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -594,21 +560,21 @@ Info 61 [00:04:05.000] request: "seq": 10, "type": "request" } -Info 62 [00:04:06.000] FileWatcher:: Added:: WatchInfo: /c/file3.ts 500 undefined WatchType: Closed Script info -Info 63 [00:04:07.000] Project '/dev/null/inferredProject3*' (Inferred) -Info 63 [00:04:08.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /c/file3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject3*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 63 [00:04:09.000] ----------------------------------------------- -Info 63 [00:04:10.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 63 [00:04:11.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 63 [00:04:12.000] ----------------------------------------------- -Info 63 [00:04:13.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 63 [00:04:14.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 63 [00:04:15.000] ----------------------------------------------- -Info 63 [00:04:16.000] Open files: -Info 63 [00:04:17.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -644,7 +610,7 @@ FsWatches:: Before request -Info 64 [00:04:18.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -656,66 +622,64 @@ Info 64 [00:04:18.000] request: "seq": 11, "type": "request" } -Info 65 [00:04:19.000] FileWatcher:: Close:: WatchInfo: /a/file1.ts 500 undefined WatchType: Closed Script info -Info 66 [00:04:20.000] Search path: /a -Info 67 [00:04:21.000] For info: /a/file1.ts :: No config files found. -Info 68 [00:04:22.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 69 [00:04:23.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 70 [00:04:24.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 71 [00:04:25.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 3 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 72 [00:04:26.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 73 [00:04:27.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/file1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/file1.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 3 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /a/file1.ts SVC-1-0 "let x = 1;" file1.ts Root file specified for compilation -Info 74 [00:04:28.000] ----------------------------------------------- -TI:: [00:04:29.000] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/a/file1.ts"],"compilerOptions":{"allowJs":true,"target":2,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/a","cachePath":"/a/data/","kind":"discover"} -TI:: [00:04:30.000] Request specifies cache path '/a/data/', loading cached information... -TI:: [00:04:31.000] Processing cache location '/a/data/' -TI:: [00:04:32.000] Cache location was already processed... -TI:: [00:04:33.000] Explicitly included types: [] -TI:: [00:04:34.000] Inferred typings from unresolved imports: [] -TI:: [00:04:35.000] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/bower_components","/a/node_modules"]} -TI:: [00:04:36.000] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/bower_components","/a/node_modules"]} -TI:: [00:04:37.000] Sending response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +TI:: [hh:mm:ss:mss] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/a/file1.ts"],"compilerOptions":{"allowJs":true,"target":2,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/a","cachePath":"/a/data/","kind":"discover"} +TI:: [hh:mm:ss:mss] Request specifies cache path '/a/data/', loading cached information... +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Cache location was already processed... +TI:: [hh:mm:ss:mss] Explicitly included types: [] +TI:: [hh:mm:ss:mss] Inferred typings from unresolved imports: [] +TI:: [hh:mm:ss:mss] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/bower_components","/a/node_modules"]} +TI:: [hh:mm:ss:mss] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/bower_components","/a/node_modules"]} +TI:: [hh:mm:ss:mss] Sending response: {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"target":2,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typings":[],"unresolvedImports":[],"kind":"action::set"} -TI:: [00:04:38.000] No new typings were requested as a result of typings discovery -Info 75 [00:04:39.000] `remove Project:: -Info 76 [00:04:40.000] Project '/dev/null/inferredProject3*' (Inferred) -Info 77 [00:04:41.000] Files (1) +TI:: [hh:mm:ss:mss] No new typings were requested as a result of typings discovery +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject3*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /c/file3.ts c/file3.ts Root file specified for compilation -Info 78 [00:04:42.000] ----------------------------------------------- -Info 79 [00:04:43.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.esnext.full.d.ts 500 undefined Project: /dev/null/inferredProject3* WatchType: Missing file -Info 80 [00:04:44.000] `remove Project:: -Info 81 [00:04:45.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 82 [00:04:46.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.esnext.full.d.ts 500 undefined Project: /dev/null/inferredProject3* WatchType: Missing file +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /b/file2.ts file2.ts Root file specified for compilation -Info 83 [00:04:47.000] ----------------------------------------------- -Info 84 [00:04:48.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.esnext.full.d.ts 500 undefined Project: /dev/null/inferredProject2* WatchType: Missing file -Info 85 [00:04:49.000] FileWatcher:: Close:: WatchInfo: /A/file2.ts 500 undefined WatchType: Closed Script info -Info 86 [00:04:50.000] FileWatcher:: Close:: WatchInfo: /b/file2.ts 500 undefined WatchType: Closed Script info -Info 87 [00:04:51.000] FileWatcher:: Close:: WatchInfo: /c/file3.ts 500 undefined WatchType: Closed Script info -Info 88 [00:04:52.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 88 [00:04:53.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.esnext.full.d.ts 500 undefined Project: /dev/null/inferredProject2* WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /A/file2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /b/file2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /c/file3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 88 [00:04:54.000] ----------------------------------------------- -Info 88 [00:04:55.000] Open files: -Info 88 [00:04:56.000] FileName: /a/file1.ts ProjectRootPath: /a -Info 88 [00:04:57.000] Projects: /dev/null/inferredProject1* -Info 88 [00:04:58.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/file1.ts ProjectRootPath: /a +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -736,8 +700,6 @@ PolledWatches:: {"pollingInterval":500} /node_modules: {"pollingInterval":500} -/a/node_modules/@types: *new* - {"pollingInterval":500} PolledWatches *deleted*:: /a/lib/lib.esnext.full.d.ts: @@ -755,7 +717,7 @@ FsWatches *deleted*:: Before request -Info 89 [00:04:59.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -767,53 +729,51 @@ Info 89 [00:04:59.000] request: "seq": 12, "type": "request" } -Info 90 [00:05:00.000] Search path: /A -Info 91 [00:05:01.000] For info: /A/file2.ts :: No config files found. -Info 92 [00:05:02.000] Starting updateGraphWorker: Project: /dev/null/inferredProject4* -Info 93 [00:05:03.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.esnext.full.d.ts 500 undefined Project: /dev/null/inferredProject4* WatchType: Missing file -Info 94 [00:05:04.000] DirectoryWatcher:: Added:: WatchInfo: /A/node_modules/@types 1 undefined Project: /dev/null/inferredProject4* WatchType: Type roots -Info 95 [00:05:05.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /A/node_modules/@types 1 undefined Project: /dev/null/inferredProject4* WatchType: Type roots -Info 96 [00:05:06.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject4* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 97 [00:05:07.000] Project '/dev/null/inferredProject4*' (Inferred) -Info 98 [00:05:08.000] Files (1) +Info seq [hh:mm:ss:mss] Search path: /A +Info seq [hh:mm:ss:mss] For info: /A/file2.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject4* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.esnext.full.d.ts 500 undefined Project: /dev/null/inferredProject4* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject4* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject4*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /A/file2.ts SVC-2-0 "let y = 2;" file2.ts Root file specified for compilation -Info 99 [00:05:09.000] ----------------------------------------------- -TI:: [00:05:10.000] Got install request {"projectName":"/dev/null/inferredProject4*","fileNames":["/A/file2.ts"],"compilerOptions":{"allowJs":true,"target":99,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/A","cachePath":"/a/data/","kind":"discover"} -TI:: [00:05:11.000] Request specifies cache path '/a/data/', loading cached information... -TI:: [00:05:12.000] Processing cache location '/a/data/' -TI:: [00:05:13.000] Cache location was already processed... -TI:: [00:05:14.000] Explicitly included types: [] -TI:: [00:05:15.000] Inferred typings from unresolved imports: [] -TI:: [00:05:16.000] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/A/bower_components","/A/node_modules"]} -TI:: [00:05:17.000] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/A/bower_components","/A/node_modules"]} -TI:: [00:05:18.000] DirectoryWatcher:: Added:: WatchInfo: /A/bower_components -TI:: [00:05:19.000] DirectoryWatcher:: Added:: WatchInfo: /A/bower_components 1 undefined Project: /dev/null/inferredProject4* watcher already invoked: false -TI:: [00:05:20.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /A/bower_components 1 undefined Project: /dev/null/inferredProject4* watcher already invoked: false -TI:: [00:05:21.000] DirectoryWatcher:: Added:: WatchInfo: /A/node_modules -TI:: [00:05:22.000] DirectoryWatcher:: Added:: WatchInfo: /A/node_modules 1 undefined Project: /dev/null/inferredProject4* watcher already invoked: false -TI:: [00:05:23.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /A/node_modules 1 undefined Project: /dev/null/inferredProject4* watcher already invoked: false -TI:: [00:05:24.000] Sending response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +TI:: [hh:mm:ss:mss] Got install request {"projectName":"/dev/null/inferredProject4*","fileNames":["/A/file2.ts"],"compilerOptions":{"allowJs":true,"target":99,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/A","cachePath":"/a/data/","kind":"discover"} +TI:: [hh:mm:ss:mss] Request specifies cache path '/a/data/', loading cached information... +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Cache location was already processed... +TI:: [hh:mm:ss:mss] Explicitly included types: [] +TI:: [hh:mm:ss:mss] Inferred typings from unresolved imports: [] +TI:: [hh:mm:ss:mss] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/A/bower_components","/A/node_modules"]} +TI:: [hh:mm:ss:mss] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/A/bower_components","/A/node_modules"]} +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /A/bower_components +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /A/bower_components 1 undefined Project: /dev/null/inferredProject4* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /A/bower_components 1 undefined Project: /dev/null/inferredProject4* watcher already invoked: false +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /A/node_modules +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /A/node_modules 1 undefined Project: /dev/null/inferredProject4* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /A/node_modules 1 undefined Project: /dev/null/inferredProject4* watcher already invoked: false +TI:: [hh:mm:ss:mss] Sending response: {"projectName":"/dev/null/inferredProject4*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"target":99,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typings":[],"unresolvedImports":[],"kind":"action::set"} -TI:: [00:05:25.000] No new typings were requested as a result of typings discovery -Info 100 [00:05:26.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 100 [00:05:27.000] Files (1) - -Info 100 [00:05:28.000] ----------------------------------------------- -Info 100 [00:05:29.000] Project '/dev/null/inferredProject4*' (Inferred) -Info 100 [00:05:30.000] Files (1) - -Info 100 [00:05:31.000] ----------------------------------------------- -Info 100 [00:05:32.000] Open files: -Info 100 [00:05:33.000] FileName: /a/file1.ts ProjectRootPath: /a -Info 100 [00:05:34.000] Projects: /dev/null/inferredProject1* -Info 100 [00:05:35.000] FileName: /A/file2.ts ProjectRootPath: /A -Info 100 [00:05:36.000] Projects: /dev/null/inferredProject4* -Info 100 [00:05:37.000] response: +TI:: [hh:mm:ss:mss] No new typings were requested as a result of typings discovery +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject4*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/file1.ts ProjectRootPath: /a +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /A/file2.ts ProjectRootPath: /A +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject4* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -834,12 +794,8 @@ PolledWatches:: {"pollingInterval":500} /node_modules: {"pollingInterval":500} -/a/node_modules/@types: - {"pollingInterval":500} /a/lib/lib.esnext.full.d.ts: *new* {"pollingInterval":500} -/A/node_modules/@types: *new* - {"pollingInterval":500} /A/bower_components: *new* {"pollingInterval":500} /A/node_modules: *new* @@ -847,7 +803,7 @@ PolledWatches:: Before request -Info 101 [00:05:38.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -859,95 +815,65 @@ Info 101 [00:05:38.000] request: "seq": 13, "type": "request" } -Info 102 [00:05:39.000] Search path: /b -Info 103 [00:05:40.000] For info: /b/file2.ts :: No config files found. -Info 104 [00:05:41.000] Starting updateGraphWorker: Project: /dev/null/inferredProject5* -Info 105 [00:05:42.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.esnext.full.d.ts 500 undefined Project: /dev/null/inferredProject5* WatchType: Missing file -Info 106 [00:05:43.000] DirectoryWatcher:: Added:: WatchInfo: /b/node_modules/@types 1 undefined Project: /dev/null/inferredProject5* WatchType: Type roots -Info 107 [00:05:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b/node_modules/@types 1 undefined Project: /dev/null/inferredProject5* WatchType: Type roots -Info 108 [00:05:45.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject5* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 109 [00:05:46.000] Project '/dev/null/inferredProject5*' (Inferred) -Info 110 [00:05:47.000] Files (1) +Info seq [hh:mm:ss:mss] Search path: /b +Info seq [hh:mm:ss:mss] For info: /b/file2.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject5* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.esnext.full.d.ts 500 undefined Project: /dev/null/inferredProject5* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject5* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject5*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /b/file2.ts SVC-2-0 "let x = 3;" file2.ts Root file specified for compilation -Info 111 [00:05:48.000] ----------------------------------------------- -TI:: [00:05:49.000] Got install request {"projectName":"/dev/null/inferredProject5*","fileNames":["/b/file2.ts"],"compilerOptions":{"allowJs":true,"target":99,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/b","cachePath":"/a/data/","kind":"discover"} -TI:: [00:05:50.000] Request specifies cache path '/a/data/', loading cached information... -TI:: [00:05:51.000] Processing cache location '/a/data/' -TI:: [00:05:52.000] Cache location was already processed... -TI:: [00:05:53.000] Explicitly included types: [] -TI:: [00:05:54.000] Inferred typings from unresolved imports: [] -TI:: [00:05:55.000] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/b/bower_components","/b/node_modules"]} -TI:: [00:05:56.000] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/b/bower_components","/b/node_modules"]} -TI:: [00:05:57.000] DirectoryWatcher:: Added:: WatchInfo: /b/bower_components -TI:: [00:05:58.000] DirectoryWatcher:: Added:: WatchInfo: /b/bower_components 1 undefined Project: /dev/null/inferredProject5* watcher already invoked: false -TI:: [00:05:59.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b/bower_components 1 undefined Project: /dev/null/inferredProject5* watcher already invoked: false -TI:: [00:06:00.000] DirectoryWatcher:: Added:: WatchInfo: /b/node_modules -TI:: [00:06:01.000] DirectoryWatcher:: Added:: WatchInfo: /b/node_modules 1 undefined Project: /dev/null/inferredProject5* watcher already invoked: false -TI:: [00:06:02.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b/node_modules 1 undefined Project: /dev/null/inferredProject5* watcher already invoked: false -TI:: [00:06:03.000] Sending response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +TI:: [hh:mm:ss:mss] Got install request {"projectName":"/dev/null/inferredProject5*","fileNames":["/b/file2.ts"],"compilerOptions":{"allowJs":true,"target":99,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/b","cachePath":"/a/data/","kind":"discover"} +TI:: [hh:mm:ss:mss] Request specifies cache path '/a/data/', loading cached information... +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Cache location was already processed... +TI:: [hh:mm:ss:mss] Explicitly included types: [] +TI:: [hh:mm:ss:mss] Inferred typings from unresolved imports: [] +TI:: [hh:mm:ss:mss] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/b/bower_components","/b/node_modules"]} +TI:: [hh:mm:ss:mss] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/b/bower_components","/b/node_modules"]} +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /b/bower_components +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /b/bower_components 1 undefined Project: /dev/null/inferredProject5* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b/bower_components 1 undefined Project: /dev/null/inferredProject5* watcher already invoked: false +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /b/node_modules +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /b/node_modules 1 undefined Project: /dev/null/inferredProject5* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b/node_modules 1 undefined Project: /dev/null/inferredProject5* watcher already invoked: false +TI:: [hh:mm:ss:mss] Sending response: {"projectName":"/dev/null/inferredProject5*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"target":99,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typings":[],"unresolvedImports":[],"kind":"action::set"} -TI:: [00:06:04.000] No new typings were requested as a result of typings discovery -Info 112 [00:06:05.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 112 [00:06:06.000] Files (1) - -Info 112 [00:06:07.000] ----------------------------------------------- -Info 112 [00:06:08.000] Project '/dev/null/inferredProject4*' (Inferred) -Info 112 [00:06:09.000] Files (1) - -Info 112 [00:06:10.000] ----------------------------------------------- -Info 112 [00:06:11.000] Project '/dev/null/inferredProject5*' (Inferred) -Info 112 [00:06:12.000] Files (1) - -Info 112 [00:06:13.000] ----------------------------------------------- -Info 112 [00:06:14.000] Open files: -Info 112 [00:06:15.000] FileName: /a/file1.ts ProjectRootPath: /a -Info 112 [00:06:16.000] Projects: /dev/null/inferredProject1* -Info 112 [00:06:17.000] FileName: /A/file2.ts ProjectRootPath: /A -Info 112 [00:06:18.000] Projects: /dev/null/inferredProject4* -Info 112 [00:06:19.000] FileName: /b/file2.ts ProjectRootPath: /b -Info 112 [00:06:20.000] Projects: /dev/null/inferredProject5* -Info 112 [00:06:21.000] response: +TI:: [hh:mm:ss:mss] No new typings were requested as a result of typings discovery +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject4*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject5*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/file1.ts ProjectRootPath: /a +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /A/file2.ts ProjectRootPath: /A +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject4* +Info seq [hh:mm:ss:mss] FileName: /b/file2.ts ProjectRootPath: /b +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject5* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request -PolledWatches:: -/a/lib/lib.es6.d.ts: - {"pollingInterval":500} -/a/bower_components: - {"pollingInterval":500} -/a/node_modules: - {"pollingInterval":500} -/b/bower_components: - {"pollingInterval":500} -/b/node_modules: - {"pollingInterval":500} -/bower_components: - {"pollingInterval":500} -/node_modules: - {"pollingInterval":500} -/a/node_modules/@types: - {"pollingInterval":500} -/a/lib/lib.esnext.full.d.ts: - {"pollingInterval":500} -/A/node_modules/@types: - {"pollingInterval":500} -/A/bower_components: - {"pollingInterval":500} -/A/node_modules: - {"pollingInterval":500} -/b/node_modules/@types: *new* - {"pollingInterval":500} - Before request -Info 113 [00:06:22.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -958,63 +884,63 @@ Info 113 [00:06:22.000] request: "seq": 14, "type": "request" } -Info 114 [00:06:23.000] Search path: /c -Info 115 [00:06:24.000] For info: /c/file3.ts :: No config files found. -Info 116 [00:06:25.000] Starting updateGraphWorker: Project: /dev/null/inferredProject6* -Info 117 [00:06:26.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.esnext.full.d.ts 500 undefined Project: /dev/null/inferredProject6* WatchType: Missing file -Info 118 [00:06:27.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject6* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 119 [00:06:28.000] Project '/dev/null/inferredProject6*' (Inferred) -Info 120 [00:06:29.000] Files (1) +Info seq [hh:mm:ss:mss] Search path: /c +Info seq [hh:mm:ss:mss] For info: /c/file3.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject6* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.esnext.full.d.ts 500 undefined Project: /dev/null/inferredProject6* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject6* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject6*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /c/file3.ts SVC-2-0 "let z = 4;" c/file3.ts Root file specified for compilation -Info 121 [00:06:30.000] ----------------------------------------------- -TI:: [00:06:31.000] Got install request {"projectName":"/dev/null/inferredProject6*","fileNames":["/c/file3.ts"],"compilerOptions":{"allowJs":true,"target":99,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/","cachePath":"/a/data/","kind":"discover"} -TI:: [00:06:32.000] Request specifies cache path '/a/data/', loading cached information... -TI:: [00:06:33.000] Processing cache location '/a/data/' -TI:: [00:06:34.000] Cache location was already processed... -TI:: [00:06:35.000] Explicitly included types: [] -TI:: [00:06:36.000] Inferred typings from unresolved imports: [] -TI:: [00:06:37.000] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/bower_components","/node_modules"]} -TI:: [00:06:38.000] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/bower_components","/node_modules"]} -TI:: [00:06:39.000] DirectoryWatcher:: Added:: WatchInfo: /bower_components -TI:: [00:06:40.000] DirectoryWatcher:: Added:: WatchInfo: /bower_components 1 undefined Project: /dev/null/inferredProject6* watcher already invoked: false -TI:: [00:06:41.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /bower_components 1 undefined Project: /dev/null/inferredProject6* watcher already invoked: false -TI:: [00:06:42.000] DirectoryWatcher:: Added:: WatchInfo: /node_modules -TI:: [00:06:43.000] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined Project: /dev/null/inferredProject6* watcher already invoked: false -TI:: [00:06:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined Project: /dev/null/inferredProject6* watcher already invoked: false -TI:: [00:06:45.000] Sending response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +TI:: [hh:mm:ss:mss] Got install request {"projectName":"/dev/null/inferredProject6*","fileNames":["/c/file3.ts"],"compilerOptions":{"allowJs":true,"target":99,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/","cachePath":"/a/data/","kind":"discover"} +TI:: [hh:mm:ss:mss] Request specifies cache path '/a/data/', loading cached information... +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Cache location was already processed... +TI:: [hh:mm:ss:mss] Explicitly included types: [] +TI:: [hh:mm:ss:mss] Inferred typings from unresolved imports: [] +TI:: [hh:mm:ss:mss] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/bower_components","/node_modules"]} +TI:: [hh:mm:ss:mss] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/bower_components","/node_modules"]} +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /bower_components +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /bower_components 1 undefined Project: /dev/null/inferredProject6* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /bower_components 1 undefined Project: /dev/null/inferredProject6* watcher already invoked: false +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /node_modules +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined Project: /dev/null/inferredProject6* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined Project: /dev/null/inferredProject6* watcher already invoked: false +TI:: [hh:mm:ss:mss] Sending response: {"projectName":"/dev/null/inferredProject6*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"target":99,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typings":[],"unresolvedImports":[],"kind":"action::set"} -TI:: [00:06:46.000] No new typings were requested as a result of typings discovery -Info 122 [00:06:47.000] Project '/dev/null/inferredProject6*' (Inferred) -Info 122 [00:06:48.000] Files (1) - -Info 122 [00:06:49.000] ----------------------------------------------- -Info 122 [00:06:50.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 122 [00:06:51.000] Files (1) - -Info 122 [00:06:52.000] ----------------------------------------------- -Info 122 [00:06:53.000] Project '/dev/null/inferredProject4*' (Inferred) -Info 122 [00:06:54.000] Files (1) - -Info 122 [00:06:55.000] ----------------------------------------------- -Info 122 [00:06:56.000] Project '/dev/null/inferredProject5*' (Inferred) -Info 122 [00:06:57.000] Files (1) - -Info 122 [00:06:58.000] ----------------------------------------------- -Info 122 [00:06:59.000] Open files: -Info 122 [00:07:00.000] FileName: /a/file1.ts ProjectRootPath: /a -Info 122 [00:07:01.000] Projects: /dev/null/inferredProject1* -Info 122 [00:07:02.000] FileName: /A/file2.ts ProjectRootPath: /A -Info 122 [00:07:03.000] Projects: /dev/null/inferredProject4* -Info 122 [00:07:04.000] FileName: /b/file2.ts ProjectRootPath: /b -Info 122 [00:07:05.000] Projects: /dev/null/inferredProject5* -Info 122 [00:07:06.000] FileName: /c/file3.ts ProjectRootPath: undefined -Info 122 [00:07:07.000] Projects: /dev/null/inferredProject6* -Info 122 [00:07:08.000] response: +TI:: [hh:mm:ss:mss] No new typings were requested as a result of typings discovery +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject6*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject4*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject5*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/file1.ts ProjectRootPath: /a +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /A/file2.ts ProjectRootPath: /A +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject4* +Info seq [hh:mm:ss:mss] FileName: /b/file2.ts ProjectRootPath: /b +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject5* +Info seq [hh:mm:ss:mss] FileName: /c/file3.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject6* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1022,7 +948,7 @@ After request Before request -Info 123 [00:07:09.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1031,33 +957,31 @@ Info 123 [00:07:09.000] request: "seq": 15, "type": "request" } -Info 124 [00:07:10.000] DirectoryWatcher:: Close:: WatchInfo: /a/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 125 [00:07:11.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 126 [00:07:12.000] FileWatcher:: Added:: WatchInfo: /a/file1.ts 500 undefined WatchType: Closed Script info -Info 127 [00:07:13.000] Project '/dev/null/inferredProject6*' (Inferred) -Info 127 [00:07:14.000] Files (1) - -Info 127 [00:07:15.000] ----------------------------------------------- -Info 127 [00:07:16.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 127 [00:07:17.000] Files (1) - -Info 127 [00:07:18.000] ----------------------------------------------- -Info 127 [00:07:19.000] Project '/dev/null/inferredProject4*' (Inferred) -Info 127 [00:07:20.000] Files (1) - -Info 127 [00:07:21.000] ----------------------------------------------- -Info 127 [00:07:22.000] Project '/dev/null/inferredProject5*' (Inferred) -Info 127 [00:07:23.000] Files (1) - -Info 127 [00:07:24.000] ----------------------------------------------- -Info 127 [00:07:25.000] Open files: -Info 127 [00:07:26.000] FileName: /A/file2.ts ProjectRootPath: /A -Info 127 [00:07:27.000] Projects: /dev/null/inferredProject4* -Info 127 [00:07:28.000] FileName: /b/file2.ts ProjectRootPath: /b -Info 127 [00:07:29.000] Projects: /dev/null/inferredProject5* -Info 127 [00:07:30.000] FileName: /c/file3.ts ProjectRootPath: undefined -Info 127 [00:07:31.000] Projects: /dev/null/inferredProject6* -Info 127 [00:07:32.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/file1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject6*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject4*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject5*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /A/file2.ts ProjectRootPath: /A +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject4* +Info seq [hh:mm:ss:mss] FileName: /b/file2.ts ProjectRootPath: /b +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject5* +Info seq [hh:mm:ss:mss] FileName: /c/file3.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject6* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1080,18 +1004,10 @@ PolledWatches:: {"pollingInterval":500} /a/lib/lib.esnext.full.d.ts: {"pollingInterval":500} -/A/node_modules/@types: - {"pollingInterval":500} /A/bower_components: {"pollingInterval":500} /A/node_modules: {"pollingInterval":500} -/b/node_modules/@types: - {"pollingInterval":500} - -PolledWatches *deleted*:: -/a/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/file1.ts: *new* @@ -1099,7 +1015,7 @@ FsWatches:: Before request -Info 128 [00:07:33.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1108,31 +1024,29 @@ Info 128 [00:07:33.000] request: "seq": 16, "type": "request" } -Info 129 [00:07:34.000] DirectoryWatcher:: Close:: WatchInfo: /A/node_modules/@types 1 undefined Project: /dev/null/inferredProject4* WatchType: Type roots -Info 130 [00:07:35.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /A/node_modules/@types 1 undefined Project: /dev/null/inferredProject4* WatchType: Type roots -Info 131 [00:07:36.000] FileWatcher:: Added:: WatchInfo: /A/file2.ts 500 undefined WatchType: Closed Script info -Info 132 [00:07:37.000] Project '/dev/null/inferredProject6*' (Inferred) -Info 132 [00:07:38.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /A/file2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject6*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 132 [00:07:39.000] ----------------------------------------------- -Info 132 [00:07:40.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 132 [00:07:41.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 132 [00:07:42.000] ----------------------------------------------- -Info 132 [00:07:43.000] Project '/dev/null/inferredProject4*' (Inferred) -Info 132 [00:07:44.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject4*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 132 [00:07:45.000] ----------------------------------------------- -Info 132 [00:07:46.000] Project '/dev/null/inferredProject5*' (Inferred) -Info 132 [00:07:47.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject5*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 132 [00:07:48.000] ----------------------------------------------- -Info 132 [00:07:49.000] Open files: -Info 132 [00:07:50.000] FileName: /b/file2.ts ProjectRootPath: /b -Info 132 [00:07:51.000] Projects: /dev/null/inferredProject5* -Info 132 [00:07:52.000] FileName: /c/file3.ts ProjectRootPath: undefined -Info 132 [00:07:53.000] Projects: /dev/null/inferredProject6* -Info 132 [00:07:54.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /b/file2.ts ProjectRootPath: /b +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject5* +Info seq [hh:mm:ss:mss] FileName: /c/file3.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject6* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1159,12 +1073,6 @@ PolledWatches:: {"pollingInterval":500} /A/node_modules: {"pollingInterval":500} -/b/node_modules/@types: - {"pollingInterval":500} - -PolledWatches *deleted*:: -/A/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/file1.ts: @@ -1174,7 +1082,7 @@ FsWatches:: Before request -Info 133 [00:07:55.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1183,29 +1091,27 @@ Info 133 [00:07:55.000] request: "seq": 17, "type": "request" } -Info 134 [00:07:56.000] DirectoryWatcher:: Close:: WatchInfo: /b/node_modules/@types 1 undefined Project: /dev/null/inferredProject5* WatchType: Type roots -Info 135 [00:07:57.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /b/node_modules/@types 1 undefined Project: /dev/null/inferredProject5* WatchType: Type roots -Info 136 [00:07:58.000] FileWatcher:: Added:: WatchInfo: /b/file2.ts 500 undefined WatchType: Closed Script info -Info 137 [00:07:59.000] Project '/dev/null/inferredProject6*' (Inferred) -Info 137 [00:08:00.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b/file2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject6*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 137 [00:08:01.000] ----------------------------------------------- -Info 137 [00:08:02.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 137 [00:08:03.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 137 [00:08:04.000] ----------------------------------------------- -Info 137 [00:08:05.000] Project '/dev/null/inferredProject4*' (Inferred) -Info 137 [00:08:06.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject4*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 137 [00:08:07.000] ----------------------------------------------- -Info 137 [00:08:08.000] Project '/dev/null/inferredProject5*' (Inferred) -Info 137 [00:08:09.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject5*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 137 [00:08:10.000] ----------------------------------------------- -Info 137 [00:08:11.000] Open files: -Info 137 [00:08:12.000] FileName: /c/file3.ts ProjectRootPath: undefined -Info 137 [00:08:13.000] Projects: /dev/null/inferredProject6* -Info 137 [00:08:14.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /c/file3.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject6* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1233,10 +1139,6 @@ PolledWatches:: /A/node_modules: {"pollingInterval":500} -PolledWatches *deleted*:: -/b/node_modules/@types: - {"pollingInterval":500} - FsWatches:: /a/file1.ts: {} @@ -1247,7 +1149,7 @@ FsWatches:: Before request -Info 138 [00:08:15.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1256,25 +1158,25 @@ Info 138 [00:08:15.000] request: "seq": 18, "type": "request" } -Info 139 [00:08:16.000] FileWatcher:: Added:: WatchInfo: /c/file3.ts 500 undefined WatchType: Closed Script info -Info 140 [00:08:17.000] Project '/dev/null/inferredProject6*' (Inferred) -Info 140 [00:08:18.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /c/file3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject6*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 140 [00:08:19.000] ----------------------------------------------- -Info 140 [00:08:20.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 140 [00:08:21.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 140 [00:08:22.000] ----------------------------------------------- -Info 140 [00:08:23.000] Project '/dev/null/inferredProject4*' (Inferred) -Info 140 [00:08:24.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject4*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 140 [00:08:25.000] ----------------------------------------------- -Info 140 [00:08:26.000] Project '/dev/null/inferredProject5*' (Inferred) -Info 140 [00:08:27.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject5*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 140 [00:08:28.000] ----------------------------------------------- -Info 140 [00:08:29.000] Open files: -Info 140 [00:08:30.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1314,7 +1216,7 @@ FsWatches:: Before request -Info 141 [00:08:31.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compilerOptionsForInferredProjects", "arguments": { @@ -1327,8 +1229,8 @@ Info 141 [00:08:31.000] request: "seq": 19, "type": "request" } -Info 142 [00:08:32.000] Scheduled: /dev/null/inferredProject4* -Info 143 [00:08:33.000] response: +Info seq [hh:mm:ss:mss] Scheduled: /dev/null/inferredProject4* +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -1337,7 +1239,7 @@ After request Before request -Info 144 [00:08:34.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -1349,66 +1251,66 @@ Info 144 [00:08:34.000] request: "seq": 20, "type": "request" } -Info 145 [00:08:35.000] FileWatcher:: Close:: WatchInfo: /a/file1.ts 500 undefined WatchType: Closed Script info -Info 146 [00:08:36.000] Search path: /a -Info 147 [00:08:37.000] For info: /a/file1.ts :: No config files found. -Info 148 [00:08:38.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 149 [00:08:39.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 4 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 150 [00:08:40.000] Same program as before -TI:: [00:08:41.000] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/a/file1.ts"],"compilerOptions":{"allowJs":true,"target":2,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"projectRootPath":"/a","cachePath":"/a/data/","kind":"discover"} -TI:: [00:08:42.000] Request specifies cache path '/a/data/', loading cached information... -TI:: [00:08:43.000] Processing cache location '/a/data/' -TI:: [00:08:44.000] Cache location was already processed... -TI:: [00:08:45.000] Explicitly included types: [] -TI:: [00:08:46.000] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/bower_components","/a/node_modules"]} -TI:: [00:08:47.000] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/bower_components","/a/node_modules"]} -TI:: [00:08:48.000] Sending response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/file1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/file1.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 4 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +TI:: [hh:mm:ss:mss] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/a/file1.ts"],"compilerOptions":{"allowJs":true,"target":2,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"projectRootPath":"/a","cachePath":"/a/data/","kind":"discover"} +TI:: [hh:mm:ss:mss] Request specifies cache path '/a/data/', loading cached information... +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Cache location was already processed... +TI:: [hh:mm:ss:mss] Explicitly included types: [] +TI:: [hh:mm:ss:mss] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/bower_components","/a/node_modules"]} +TI:: [hh:mm:ss:mss] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/bower_components","/a/node_modules"]} +TI:: [hh:mm:ss:mss] Sending response: {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"target":2,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typings":[],"kind":"action::set"} -TI:: [00:08:49.000] No new typings were requested as a result of typings discovery -Info 151 [00:08:50.000] `remove Project:: -Info 152 [00:08:51.000] Project '/dev/null/inferredProject6*' (Inferred) -Info 153 [00:08:52.000] Files (1) +TI:: [hh:mm:ss:mss] No new typings were requested as a result of typings discovery +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject6*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /c/file3.ts c/file3.ts Root file specified for compilation -Info 154 [00:08:53.000] ----------------------------------------------- -Info 155 [00:08:54.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.esnext.full.d.ts 500 undefined Project: /dev/null/inferredProject6* WatchType: Missing file -Info 156 [00:08:55.000] `remove Project:: -Info 157 [00:08:56.000] Project '/dev/null/inferredProject4*' (Inferred) -Info 158 [00:08:57.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.esnext.full.d.ts 500 undefined Project: /dev/null/inferredProject6* WatchType: Missing file +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject4*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /A/file2.ts file2.ts Root file specified for compilation -Info 159 [00:08:58.000] ----------------------------------------------- -Info 160 [00:08:59.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.esnext.full.d.ts 500 undefined Project: /dev/null/inferredProject4* WatchType: Missing file -Info 161 [00:09:00.000] `remove Project:: -Info 162 [00:09:01.000] Project '/dev/null/inferredProject5*' (Inferred) -Info 163 [00:09:02.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.esnext.full.d.ts 500 undefined Project: /dev/null/inferredProject4* WatchType: Missing file +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject5*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /b/file2.ts file2.ts Root file specified for compilation -Info 164 [00:09:03.000] ----------------------------------------------- -Info 165 [00:09:04.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.esnext.full.d.ts 500 undefined Project: /dev/null/inferredProject5* WatchType: Missing file -Info 166 [00:09:05.000] FileWatcher:: Close:: WatchInfo: /A/file2.ts 500 undefined WatchType: Closed Script info -Info 167 [00:09:06.000] FileWatcher:: Close:: WatchInfo: /b/file2.ts 500 undefined WatchType: Closed Script info -Info 168 [00:09:07.000] FileWatcher:: Close:: WatchInfo: /c/file3.ts 500 undefined WatchType: Closed Script info -Info 169 [00:09:08.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 169 [00:09:09.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.esnext.full.d.ts 500 undefined Project: /dev/null/inferredProject5* WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /A/file2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /b/file2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /c/file3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 169 [00:09:10.000] ----------------------------------------------- -Info 169 [00:09:11.000] Open files: -Info 169 [00:09:12.000] FileName: /a/file1.ts ProjectRootPath: /a -Info 169 [00:09:13.000] Projects: /dev/null/inferredProject1* -Info 169 [00:09:14.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/file1.ts ProjectRootPath: /a +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1450,7 +1352,7 @@ FsWatches *deleted*:: Before request -Info 170 [00:09:15.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -1462,14 +1364,12 @@ Info 170 [00:09:15.000] request: "seq": 21, "type": "request" } -Info 171 [00:09:16.000] Search path: /A -Info 172 [00:09:17.000] For info: /A/file2.ts :: No config files found. -Info 173 [00:09:18.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 174 [00:09:19.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 175 [00:09:20.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 176 [00:09:21.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 5 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 177 [00:09:22.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 178 [00:09:23.000] Files (2) +Info seq [hh:mm:ss:mss] Search path: /A +Info seq [hh:mm:ss:mss] For info: /A/file2.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 5 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/file1.ts SVC-1-0 "let x = 1;" /A/file2.ts SVC-3-0 "let y = 2;" @@ -1479,58 +1379,36 @@ Info 178 [00:09:23.000] Files (2) ../A/file2.ts Root file specified for compilation -Info 179 [00:09:24.000] ----------------------------------------------- -TI:: [00:09:25.000] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/a/file1.ts","/A/file2.ts"],"compilerOptions":{"allowJs":true,"target":2,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/a","cachePath":"/a/data/","kind":"discover"} -TI:: [00:09:26.000] Request specifies cache path '/a/data/', loading cached information... -TI:: [00:09:27.000] Processing cache location '/a/data/' -TI:: [00:09:28.000] Cache location was already processed... -TI:: [00:09:29.000] Explicitly included types: [] -TI:: [00:09:30.000] Inferred typings from unresolved imports: [] -TI:: [00:09:31.000] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/bower_components","/a/node_modules"]} -TI:: [00:09:32.000] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/bower_components","/a/node_modules"]} -TI:: [00:09:33.000] Sending response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +TI:: [hh:mm:ss:mss] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/a/file1.ts","/A/file2.ts"],"compilerOptions":{"allowJs":true,"target":2,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/a","cachePath":"/a/data/","kind":"discover"} +TI:: [hh:mm:ss:mss] Request specifies cache path '/a/data/', loading cached information... +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Cache location was already processed... +TI:: [hh:mm:ss:mss] Explicitly included types: [] +TI:: [hh:mm:ss:mss] Inferred typings from unresolved imports: [] +TI:: [hh:mm:ss:mss] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/bower_components","/a/node_modules"]} +TI:: [hh:mm:ss:mss] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/bower_components","/a/node_modules"]} +TI:: [hh:mm:ss:mss] Sending response: {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"target":2,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typings":[],"unresolvedImports":[],"kind":"action::set"} -TI:: [00:09:34.000] No new typings were requested as a result of typings discovery -Info 180 [00:09:35.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 180 [00:09:36.000] Files (2) - -Info 180 [00:09:37.000] ----------------------------------------------- -Info 180 [00:09:38.000] Open files: -Info 180 [00:09:39.000] FileName: /a/file1.ts ProjectRootPath: /a -Info 180 [00:09:40.000] Projects: /dev/null/inferredProject1* -Info 180 [00:09:41.000] FileName: /A/file2.ts ProjectRootPath: /a -Info 180 [00:09:42.000] Projects: /dev/null/inferredProject1* -Info 180 [00:09:43.000] response: +TI:: [hh:mm:ss:mss] No new typings were requested as a result of typings discovery +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/file1.ts ProjectRootPath: /a +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /A/file2.ts ProjectRootPath: /a +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request -PolledWatches:: -/a/lib/lib.es6.d.ts: - {"pollingInterval":500} -/a/bower_components: - {"pollingInterval":500} -/a/node_modules: - {"pollingInterval":500} -/b/bower_components: - {"pollingInterval":500} -/b/node_modules: - {"pollingInterval":500} -/bower_components: - {"pollingInterval":500} -/node_modules: - {"pollingInterval":500} -/A/bower_components: - {"pollingInterval":500} -/A/node_modules: - {"pollingInterval":500} -/a/node_modules/@types: *new* - {"pollingInterval":500} - Before request -Info 181 [00:09:44.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -1542,55 +1420,53 @@ Info 181 [00:09:44.000] request: "seq": 22, "type": "request" } -Info 182 [00:09:45.000] Search path: /b -Info 183 [00:09:46.000] For info: /b/file2.ts :: No config files found. -Info 184 [00:09:47.000] Starting updateGraphWorker: Project: /dev/null/inferredProject7* -Info 185 [00:09:48.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.esnext.full.d.ts 500 undefined Project: /dev/null/inferredProject7* WatchType: Missing file -Info 186 [00:09:49.000] DirectoryWatcher:: Added:: WatchInfo: /b/node_modules/@types 1 undefined Project: /dev/null/inferredProject7* WatchType: Type roots -Info 187 [00:09:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b/node_modules/@types 1 undefined Project: /dev/null/inferredProject7* WatchType: Type roots -Info 188 [00:09:51.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject7* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 189 [00:09:52.000] Project '/dev/null/inferredProject7*' (Inferred) -Info 190 [00:09:53.000] Files (1) +Info seq [hh:mm:ss:mss] Search path: /b +Info seq [hh:mm:ss:mss] For info: /b/file2.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject7* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.esnext.full.d.ts 500 undefined Project: /dev/null/inferredProject7* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject7* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject7*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /b/file2.ts SVC-3-0 "let x = 3;" file2.ts Root file specified for compilation -Info 191 [00:09:54.000] ----------------------------------------------- -TI:: [00:09:55.000] Got install request {"projectName":"/dev/null/inferredProject7*","fileNames":["/b/file2.ts"],"compilerOptions":{"allowJs":true,"target":99,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/b","cachePath":"/a/data/","kind":"discover"} -TI:: [00:09:56.000] Request specifies cache path '/a/data/', loading cached information... -TI:: [00:09:57.000] Processing cache location '/a/data/' -TI:: [00:09:58.000] Cache location was already processed... -TI:: [00:09:59.000] Explicitly included types: [] -TI:: [00:10:00.000] Inferred typings from unresolved imports: [] -TI:: [00:10:01.000] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/b/bower_components","/b/node_modules"]} -TI:: [00:10:02.000] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/b/bower_components","/b/node_modules"]} -TI:: [00:10:03.000] DirectoryWatcher:: Added:: WatchInfo: /b/bower_components -TI:: [00:10:04.000] DirectoryWatcher:: Added:: WatchInfo: /b/bower_components 1 undefined Project: /dev/null/inferredProject7* watcher already invoked: false -TI:: [00:10:05.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b/bower_components 1 undefined Project: /dev/null/inferredProject7* watcher already invoked: false -TI:: [00:10:06.000] DirectoryWatcher:: Added:: WatchInfo: /b/node_modules -TI:: [00:10:07.000] DirectoryWatcher:: Added:: WatchInfo: /b/node_modules 1 undefined Project: /dev/null/inferredProject7* watcher already invoked: false -TI:: [00:10:08.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b/node_modules 1 undefined Project: /dev/null/inferredProject7* watcher already invoked: false -TI:: [00:10:09.000] Sending response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +TI:: [hh:mm:ss:mss] Got install request {"projectName":"/dev/null/inferredProject7*","fileNames":["/b/file2.ts"],"compilerOptions":{"allowJs":true,"target":99,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/b","cachePath":"/a/data/","kind":"discover"} +TI:: [hh:mm:ss:mss] Request specifies cache path '/a/data/', loading cached information... +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Cache location was already processed... +TI:: [hh:mm:ss:mss] Explicitly included types: [] +TI:: [hh:mm:ss:mss] Inferred typings from unresolved imports: [] +TI:: [hh:mm:ss:mss] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/b/bower_components","/b/node_modules"]} +TI:: [hh:mm:ss:mss] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/b/bower_components","/b/node_modules"]} +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /b/bower_components +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /b/bower_components 1 undefined Project: /dev/null/inferredProject7* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b/bower_components 1 undefined Project: /dev/null/inferredProject7* watcher already invoked: false +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /b/node_modules +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /b/node_modules 1 undefined Project: /dev/null/inferredProject7* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b/node_modules 1 undefined Project: /dev/null/inferredProject7* watcher already invoked: false +TI:: [hh:mm:ss:mss] Sending response: {"projectName":"/dev/null/inferredProject7*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"target":99,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typings":[],"unresolvedImports":[],"kind":"action::set"} -TI:: [00:10:10.000] No new typings were requested as a result of typings discovery -Info 192 [00:10:11.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 192 [00:10:12.000] Files (2) - -Info 192 [00:10:13.000] ----------------------------------------------- -Info 192 [00:10:14.000] Project '/dev/null/inferredProject7*' (Inferred) -Info 192 [00:10:15.000] Files (1) - -Info 192 [00:10:16.000] ----------------------------------------------- -Info 192 [00:10:17.000] Open files: -Info 192 [00:10:18.000] FileName: /a/file1.ts ProjectRootPath: /a -Info 192 [00:10:19.000] Projects: /dev/null/inferredProject1* -Info 192 [00:10:20.000] FileName: /A/file2.ts ProjectRootPath: /a -Info 192 [00:10:21.000] Projects: /dev/null/inferredProject1* -Info 192 [00:10:22.000] FileName: /b/file2.ts ProjectRootPath: /b -Info 192 [00:10:23.000] Projects: /dev/null/inferredProject7* -Info 192 [00:10:24.000] response: +TI:: [hh:mm:ss:mss] No new typings were requested as a result of typings discovery +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject7*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/file1.ts ProjectRootPath: /a +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /A/file2.ts ProjectRootPath: /a +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /b/file2.ts ProjectRootPath: /b +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject7* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1615,16 +1491,12 @@ PolledWatches:: {"pollingInterval":500} /A/node_modules: {"pollingInterval":500} -/a/node_modules/@types: - {"pollingInterval":500} /a/lib/lib.esnext.full.d.ts: *new* {"pollingInterval":500} -/b/node_modules/@types: *new* - {"pollingInterval":500} Before request -Info 193 [00:10:25.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -1635,59 +1507,59 @@ Info 193 [00:10:25.000] request: "seq": 23, "type": "request" } -Info 194 [00:10:26.000] Search path: /c -Info 195 [00:10:27.000] For info: /c/file3.ts :: No config files found. -Info 196 [00:10:28.000] Starting updateGraphWorker: Project: /dev/null/inferredProject8* -Info 197 [00:10:29.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.esnext.full.d.ts 500 undefined Project: /dev/null/inferredProject8* WatchType: Missing file -Info 198 [00:10:30.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject8* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 199 [00:10:31.000] Project '/dev/null/inferredProject8*' (Inferred) -Info 200 [00:10:32.000] Files (1) +Info seq [hh:mm:ss:mss] Search path: /c +Info seq [hh:mm:ss:mss] For info: /c/file3.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject8* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.esnext.full.d.ts 500 undefined Project: /dev/null/inferredProject8* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject8* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject8*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /c/file3.ts SVC-3-0 "let z = 4;" c/file3.ts Root file specified for compilation -Info 201 [00:10:33.000] ----------------------------------------------- -TI:: [00:10:34.000] Got install request {"projectName":"/dev/null/inferredProject8*","fileNames":["/c/file3.ts"],"compilerOptions":{"allowJs":true,"target":99,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/","cachePath":"/a/data/","kind":"discover"} -TI:: [00:10:35.000] Request specifies cache path '/a/data/', loading cached information... -TI:: [00:10:36.000] Processing cache location '/a/data/' -TI:: [00:10:37.000] Cache location was already processed... -TI:: [00:10:38.000] Explicitly included types: [] -TI:: [00:10:39.000] Inferred typings from unresolved imports: [] -TI:: [00:10:40.000] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/bower_components","/node_modules"]} -TI:: [00:10:41.000] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/bower_components","/node_modules"]} -TI:: [00:10:42.000] DirectoryWatcher:: Added:: WatchInfo: /bower_components -TI:: [00:10:43.000] DirectoryWatcher:: Added:: WatchInfo: /bower_components 1 undefined Project: /dev/null/inferredProject8* watcher already invoked: false -TI:: [00:10:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /bower_components 1 undefined Project: /dev/null/inferredProject8* watcher already invoked: false -TI:: [00:10:45.000] DirectoryWatcher:: Added:: WatchInfo: /node_modules -TI:: [00:10:46.000] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined Project: /dev/null/inferredProject8* watcher already invoked: false -TI:: [00:10:47.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined Project: /dev/null/inferredProject8* watcher already invoked: false -TI:: [00:10:48.000] Sending response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +TI:: [hh:mm:ss:mss] Got install request {"projectName":"/dev/null/inferredProject8*","fileNames":["/c/file3.ts"],"compilerOptions":{"allowJs":true,"target":99,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/","cachePath":"/a/data/","kind":"discover"} +TI:: [hh:mm:ss:mss] Request specifies cache path '/a/data/', loading cached information... +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Cache location was already processed... +TI:: [hh:mm:ss:mss] Explicitly included types: [] +TI:: [hh:mm:ss:mss] Inferred typings from unresolved imports: [] +TI:: [hh:mm:ss:mss] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/bower_components","/node_modules"]} +TI:: [hh:mm:ss:mss] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/bower_components","/node_modules"]} +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /bower_components +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /bower_components 1 undefined Project: /dev/null/inferredProject8* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /bower_components 1 undefined Project: /dev/null/inferredProject8* watcher already invoked: false +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /node_modules +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined Project: /dev/null/inferredProject8* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined Project: /dev/null/inferredProject8* watcher already invoked: false +TI:: [hh:mm:ss:mss] Sending response: {"projectName":"/dev/null/inferredProject8*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"target":99,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typings":[],"unresolvedImports":[],"kind":"action::set"} -TI:: [00:10:49.000] No new typings were requested as a result of typings discovery -Info 202 [00:10:50.000] Project '/dev/null/inferredProject8*' (Inferred) -Info 202 [00:10:51.000] Files (1) - -Info 202 [00:10:52.000] ----------------------------------------------- -Info 202 [00:10:53.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 202 [00:10:54.000] Files (2) - -Info 202 [00:10:55.000] ----------------------------------------------- -Info 202 [00:10:56.000] Project '/dev/null/inferredProject7*' (Inferred) -Info 202 [00:10:57.000] Files (1) - -Info 202 [00:10:58.000] ----------------------------------------------- -Info 202 [00:10:59.000] Open files: -Info 202 [00:11:00.000] FileName: /a/file1.ts ProjectRootPath: /a -Info 202 [00:11:01.000] Projects: /dev/null/inferredProject1* -Info 202 [00:11:02.000] FileName: /A/file2.ts ProjectRootPath: /a -Info 202 [00:11:03.000] Projects: /dev/null/inferredProject1* -Info 202 [00:11:04.000] FileName: /b/file2.ts ProjectRootPath: /b -Info 202 [00:11:05.000] Projects: /dev/null/inferredProject7* -Info 202 [00:11:06.000] FileName: /c/file3.ts ProjectRootPath: undefined -Info 202 [00:11:07.000] Projects: /dev/null/inferredProject8* -Info 202 [00:11:08.000] response: +TI:: [hh:mm:ss:mss] No new typings were requested as a result of typings discovery +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject8*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject7*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/file1.ts ProjectRootPath: /a +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /A/file2.ts ProjectRootPath: /a +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /b/file2.ts ProjectRootPath: /b +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject7* +Info seq [hh:mm:ss:mss] FileName: /c/file3.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject8* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1695,7 +1567,7 @@ After request Before request -Info 203 [00:11:09.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1704,27 +1576,27 @@ Info 203 [00:11:09.000] request: "seq": 24, "type": "request" } -Info 204 [00:11:10.000] FileWatcher:: Added:: WatchInfo: /a/file1.ts 500 undefined WatchType: Closed Script info -Info 205 [00:11:11.000] Project '/dev/null/inferredProject8*' (Inferred) -Info 205 [00:11:12.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/file1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject8*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 205 [00:11:13.000] ----------------------------------------------- -Info 205 [00:11:14.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 205 [00:11:15.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 205 [00:11:16.000] ----------------------------------------------- -Info 205 [00:11:17.000] Project '/dev/null/inferredProject7*' (Inferred) -Info 205 [00:11:18.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject7*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 205 [00:11:19.000] ----------------------------------------------- -Info 205 [00:11:20.000] Open files: -Info 205 [00:11:21.000] FileName: /A/file2.ts ProjectRootPath: /a -Info 205 [00:11:22.000] Projects: /dev/null/inferredProject1* -Info 205 [00:11:23.000] FileName: /b/file2.ts ProjectRootPath: /b -Info 205 [00:11:24.000] Projects: /dev/null/inferredProject7* -Info 205 [00:11:25.000] FileName: /c/file3.ts ProjectRootPath: undefined -Info 205 [00:11:26.000] Projects: /dev/null/inferredProject8* -Info 205 [00:11:27.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /A/file2.ts ProjectRootPath: /a +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /b/file2.ts ProjectRootPath: /b +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject7* +Info seq [hh:mm:ss:mss] FileName: /c/file3.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject8* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1749,12 +1621,8 @@ PolledWatches:: {"pollingInterval":500} /A/node_modules: {"pollingInterval":500} -/a/node_modules/@types: - {"pollingInterval":500} /a/lib/lib.esnext.full.d.ts: {"pollingInterval":500} -/b/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/file1.ts: *new* @@ -1762,7 +1630,7 @@ FsWatches:: Before request -Info 206 [00:11:28.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1771,27 +1639,25 @@ Info 206 [00:11:28.000] request: "seq": 25, "type": "request" } -Info 207 [00:11:29.000] DirectoryWatcher:: Close:: WatchInfo: /a/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 208 [00:11:30.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 209 [00:11:31.000] FileWatcher:: Added:: WatchInfo: /A/file2.ts 500 undefined WatchType: Closed Script info -Info 210 [00:11:32.000] Project '/dev/null/inferredProject8*' (Inferred) -Info 210 [00:11:33.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /A/file2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject8*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 210 [00:11:34.000] ----------------------------------------------- -Info 210 [00:11:35.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 210 [00:11:36.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 210 [00:11:37.000] ----------------------------------------------- -Info 210 [00:11:38.000] Project '/dev/null/inferredProject7*' (Inferred) -Info 210 [00:11:39.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject7*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 210 [00:11:40.000] ----------------------------------------------- -Info 210 [00:11:41.000] Open files: -Info 210 [00:11:42.000] FileName: /b/file2.ts ProjectRootPath: /b -Info 210 [00:11:43.000] Projects: /dev/null/inferredProject7* -Info 210 [00:11:44.000] FileName: /c/file3.ts ProjectRootPath: undefined -Info 210 [00:11:45.000] Projects: /dev/null/inferredProject8* -Info 210 [00:11:46.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /b/file2.ts ProjectRootPath: /b +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject7* +Info seq [hh:mm:ss:mss] FileName: /c/file3.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject8* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1818,12 +1684,6 @@ PolledWatches:: {"pollingInterval":500} /a/lib/lib.esnext.full.d.ts: {"pollingInterval":500} -/b/node_modules/@types: - {"pollingInterval":500} - -PolledWatches *deleted*:: -/a/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/file1.ts: @@ -1833,7 +1693,7 @@ FsWatches:: Before request -Info 211 [00:11:47.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1842,25 +1702,23 @@ Info 211 [00:11:47.000] request: "seq": 26, "type": "request" } -Info 212 [00:11:48.000] DirectoryWatcher:: Close:: WatchInfo: /b/node_modules/@types 1 undefined Project: /dev/null/inferredProject7* WatchType: Type roots -Info 213 [00:11:49.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /b/node_modules/@types 1 undefined Project: /dev/null/inferredProject7* WatchType: Type roots -Info 214 [00:11:50.000] FileWatcher:: Added:: WatchInfo: /b/file2.ts 500 undefined WatchType: Closed Script info -Info 215 [00:11:51.000] Project '/dev/null/inferredProject8*' (Inferred) -Info 215 [00:11:52.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b/file2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject8*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 215 [00:11:53.000] ----------------------------------------------- -Info 215 [00:11:54.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 215 [00:11:55.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 215 [00:11:56.000] ----------------------------------------------- -Info 215 [00:11:57.000] Project '/dev/null/inferredProject7*' (Inferred) -Info 215 [00:11:58.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject7*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 215 [00:11:59.000] ----------------------------------------------- -Info 215 [00:12:00.000] Open files: -Info 215 [00:12:01.000] FileName: /c/file3.ts ProjectRootPath: undefined -Info 215 [00:12:02.000] Projects: /dev/null/inferredProject8* -Info 215 [00:12:03.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /c/file3.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject8* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1888,10 +1746,6 @@ PolledWatches:: /a/lib/lib.esnext.full.d.ts: {"pollingInterval":500} -PolledWatches *deleted*:: -/b/node_modules/@types: - {"pollingInterval":500} - FsWatches:: /a/file1.ts: {} @@ -1902,7 +1756,7 @@ FsWatches:: Before request -Info 216 [00:12:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1911,21 +1765,21 @@ Info 216 [00:12:04.000] request: "seq": 27, "type": "request" } -Info 217 [00:12:05.000] FileWatcher:: Added:: WatchInfo: /c/file3.ts 500 undefined WatchType: Closed Script info -Info 218 [00:12:06.000] Project '/dev/null/inferredProject8*' (Inferred) -Info 218 [00:12:07.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /c/file3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject8*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 218 [00:12:08.000] ----------------------------------------------- -Info 218 [00:12:09.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 218 [00:12:10.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 218 [00:12:11.000] ----------------------------------------------- -Info 218 [00:12:12.000] Project '/dev/null/inferredProject7*' (Inferred) -Info 218 [00:12:13.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject7*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 218 [00:12:14.000] ----------------------------------------------- -Info 218 [00:12:15.000] Open files: -Info 218 [00:12:16.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1965,7 +1819,7 @@ FsWatches:: Before request -Info 219 [00:12:17.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -1977,66 +1831,64 @@ Info 219 [00:12:17.000] request: "seq": 28, "type": "request" } -Info 220 [00:12:18.000] FileWatcher:: Close:: WatchInfo: /a/file1.ts 500 undefined WatchType: Closed Script info -Info 221 [00:12:19.000] Search path: /a -Info 222 [00:12:20.000] For info: /a/file1.ts :: No config files found. -Info 223 [00:12:21.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 224 [00:12:22.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 225 [00:12:23.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 226 [00:12:24.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 6 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 227 [00:12:25.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 228 [00:12:26.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/file1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/file1.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 6 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /a/file1.ts SVC-1-0 "let x = 1;" file1.ts Root file specified for compilation -Info 229 [00:12:27.000] ----------------------------------------------- -TI:: [00:12:28.000] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/a/file1.ts"],"compilerOptions":{"allowJs":true,"target":2,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/a","cachePath":"/a/data/","kind":"discover"} -TI:: [00:12:29.000] Request specifies cache path '/a/data/', loading cached information... -TI:: [00:12:30.000] Processing cache location '/a/data/' -TI:: [00:12:31.000] Cache location was already processed... -TI:: [00:12:32.000] Explicitly included types: [] -TI:: [00:12:33.000] Inferred typings from unresolved imports: [] -TI:: [00:12:34.000] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/bower_components","/a/node_modules"]} -TI:: [00:12:35.000] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/bower_components","/a/node_modules"]} -TI:: [00:12:36.000] Sending response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +TI:: [hh:mm:ss:mss] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/a/file1.ts"],"compilerOptions":{"allowJs":true,"target":2,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/a","cachePath":"/a/data/","kind":"discover"} +TI:: [hh:mm:ss:mss] Request specifies cache path '/a/data/', loading cached information... +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Cache location was already processed... +TI:: [hh:mm:ss:mss] Explicitly included types: [] +TI:: [hh:mm:ss:mss] Inferred typings from unresolved imports: [] +TI:: [hh:mm:ss:mss] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/bower_components","/a/node_modules"]} +TI:: [hh:mm:ss:mss] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/bower_components","/a/node_modules"]} +TI:: [hh:mm:ss:mss] Sending response: {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"target":2,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typings":[],"unresolvedImports":[],"kind":"action::set"} -TI:: [00:12:37.000] No new typings were requested as a result of typings discovery -Info 230 [00:12:38.000] `remove Project:: -Info 231 [00:12:39.000] Project '/dev/null/inferredProject8*' (Inferred) -Info 232 [00:12:40.000] Files (1) +TI:: [hh:mm:ss:mss] No new typings were requested as a result of typings discovery +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject8*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /c/file3.ts c/file3.ts Root file specified for compilation -Info 233 [00:12:41.000] ----------------------------------------------- -Info 234 [00:12:42.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.esnext.full.d.ts 500 undefined Project: /dev/null/inferredProject8* WatchType: Missing file -Info 235 [00:12:43.000] `remove Project:: -Info 236 [00:12:44.000] Project '/dev/null/inferredProject7*' (Inferred) -Info 237 [00:12:45.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.esnext.full.d.ts 500 undefined Project: /dev/null/inferredProject8* WatchType: Missing file +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject7*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /b/file2.ts file2.ts Root file specified for compilation -Info 238 [00:12:46.000] ----------------------------------------------- -Info 239 [00:12:47.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.esnext.full.d.ts 500 undefined Project: /dev/null/inferredProject7* WatchType: Missing file -Info 240 [00:12:48.000] FileWatcher:: Close:: WatchInfo: /A/file2.ts 500 undefined WatchType: Closed Script info -Info 241 [00:12:49.000] FileWatcher:: Close:: WatchInfo: /b/file2.ts 500 undefined WatchType: Closed Script info -Info 242 [00:12:50.000] FileWatcher:: Close:: WatchInfo: /c/file3.ts 500 undefined WatchType: Closed Script info -Info 243 [00:12:51.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 243 [00:12:52.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.esnext.full.d.ts 500 undefined Project: /dev/null/inferredProject7* WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /A/file2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /b/file2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /c/file3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 243 [00:12:53.000] ----------------------------------------------- -Info 243 [00:12:54.000] Open files: -Info 243 [00:12:55.000] FileName: /a/file1.ts ProjectRootPath: /a -Info 243 [00:12:56.000] Projects: /dev/null/inferredProject1* -Info 243 [00:12:57.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/file1.ts ProjectRootPath: /a +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -2061,8 +1913,6 @@ PolledWatches:: {"pollingInterval":500} /A/node_modules: {"pollingInterval":500} -/a/node_modules/@types: *new* - {"pollingInterval":500} PolledWatches *deleted*:: /a/lib/lib.esnext.full.d.ts: @@ -2080,7 +1930,7 @@ FsWatches *deleted*:: Before request -Info 244 [00:12:58.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -2092,53 +1942,51 @@ Info 244 [00:12:58.000] request: "seq": 29, "type": "request" } -Info 245 [00:12:59.000] Search path: /A -Info 246 [00:13:00.000] For info: /A/file2.ts :: No config files found. -Info 247 [00:13:01.000] Starting updateGraphWorker: Project: /dev/null/inferredProject9* -Info 248 [00:13:02.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.es2017.full.d.ts 500 undefined Project: /dev/null/inferredProject9* WatchType: Missing file -Info 249 [00:13:03.000] DirectoryWatcher:: Added:: WatchInfo: /A/node_modules/@types 1 undefined Project: /dev/null/inferredProject9* WatchType: Type roots -Info 250 [00:13:04.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /A/node_modules/@types 1 undefined Project: /dev/null/inferredProject9* WatchType: Type roots -Info 251 [00:13:05.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject9* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 252 [00:13:06.000] Project '/dev/null/inferredProject9*' (Inferred) -Info 253 [00:13:07.000] Files (1) +Info seq [hh:mm:ss:mss] Search path: /A +Info seq [hh:mm:ss:mss] For info: /A/file2.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject9* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.es2017.full.d.ts 500 undefined Project: /dev/null/inferredProject9* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject9* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject9*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /A/file2.ts SVC-4-0 "let y = 2;" file2.ts Root file specified for compilation -Info 254 [00:13:08.000] ----------------------------------------------- -TI:: [00:13:09.000] Got install request {"projectName":"/dev/null/inferredProject9*","fileNames":["/A/file2.ts"],"compilerOptions":{"allowJs":true,"target":4,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/A","cachePath":"/a/data/","kind":"discover"} -TI:: [00:13:10.000] Request specifies cache path '/a/data/', loading cached information... -TI:: [00:13:11.000] Processing cache location '/a/data/' -TI:: [00:13:12.000] Cache location was already processed... -TI:: [00:13:13.000] Explicitly included types: [] -TI:: [00:13:14.000] Inferred typings from unresolved imports: [] -TI:: [00:13:15.000] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/A/bower_components","/A/node_modules"]} -TI:: [00:13:16.000] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/A/bower_components","/A/node_modules"]} -TI:: [00:13:17.000] DirectoryWatcher:: Added:: WatchInfo: /A/bower_components -TI:: [00:13:18.000] DirectoryWatcher:: Added:: WatchInfo: /A/bower_components 1 undefined Project: /dev/null/inferredProject9* watcher already invoked: false -TI:: [00:13:19.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /A/bower_components 1 undefined Project: /dev/null/inferredProject9* watcher already invoked: false -TI:: [00:13:20.000] DirectoryWatcher:: Added:: WatchInfo: /A/node_modules -TI:: [00:13:21.000] DirectoryWatcher:: Added:: WatchInfo: /A/node_modules 1 undefined Project: /dev/null/inferredProject9* watcher already invoked: false -TI:: [00:13:22.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /A/node_modules 1 undefined Project: /dev/null/inferredProject9* watcher already invoked: false -TI:: [00:13:23.000] Sending response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +TI:: [hh:mm:ss:mss] Got install request {"projectName":"/dev/null/inferredProject9*","fileNames":["/A/file2.ts"],"compilerOptions":{"allowJs":true,"target":4,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/A","cachePath":"/a/data/","kind":"discover"} +TI:: [hh:mm:ss:mss] Request specifies cache path '/a/data/', loading cached information... +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Cache location was already processed... +TI:: [hh:mm:ss:mss] Explicitly included types: [] +TI:: [hh:mm:ss:mss] Inferred typings from unresolved imports: [] +TI:: [hh:mm:ss:mss] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/A/bower_components","/A/node_modules"]} +TI:: [hh:mm:ss:mss] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/A/bower_components","/A/node_modules"]} +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /A/bower_components +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /A/bower_components 1 undefined Project: /dev/null/inferredProject9* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /A/bower_components 1 undefined Project: /dev/null/inferredProject9* watcher already invoked: false +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /A/node_modules +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /A/node_modules 1 undefined Project: /dev/null/inferredProject9* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /A/node_modules 1 undefined Project: /dev/null/inferredProject9* watcher already invoked: false +TI:: [hh:mm:ss:mss] Sending response: {"projectName":"/dev/null/inferredProject9*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"target":4,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typings":[],"unresolvedImports":[],"kind":"action::set"} -TI:: [00:13:24.000] No new typings were requested as a result of typings discovery -Info 255 [00:13:25.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 255 [00:13:26.000] Files (1) - -Info 255 [00:13:27.000] ----------------------------------------------- -Info 255 [00:13:28.000] Project '/dev/null/inferredProject9*' (Inferred) -Info 255 [00:13:29.000] Files (1) - -Info 255 [00:13:30.000] ----------------------------------------------- -Info 255 [00:13:31.000] Open files: -Info 255 [00:13:32.000] FileName: /a/file1.ts ProjectRootPath: /a -Info 255 [00:13:33.000] Projects: /dev/null/inferredProject1* -Info 255 [00:13:34.000] FileName: /A/file2.ts ProjectRootPath: /A -Info 255 [00:13:35.000] Projects: /dev/null/inferredProject9* -Info 255 [00:13:36.000] response: +TI:: [hh:mm:ss:mss] No new typings were requested as a result of typings discovery +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject9*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/file1.ts ProjectRootPath: /a +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /A/file2.ts ProjectRootPath: /A +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject9* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -2163,16 +2011,12 @@ PolledWatches:: {"pollingInterval":500} /A/node_modules: {"pollingInterval":500} -/a/node_modules/@types: - {"pollingInterval":500} /a/lib/lib.es2017.full.d.ts: *new* {"pollingInterval":500} -/A/node_modules/@types: *new* - {"pollingInterval":500} Before request -Info 256 [00:13:37.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -2184,59 +2028,57 @@ Info 256 [00:13:37.000] request: "seq": 30, "type": "request" } -Info 257 [00:13:38.000] Search path: /b -Info 258 [00:13:39.000] For info: /b/file2.ts :: No config files found. -Info 259 [00:13:40.000] Starting updateGraphWorker: Project: /dev/null/inferredProject10* -Info 260 [00:13:41.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.esnext.full.d.ts 500 undefined Project: /dev/null/inferredProject10* WatchType: Missing file -Info 261 [00:13:42.000] DirectoryWatcher:: Added:: WatchInfo: /b/node_modules/@types 1 undefined Project: /dev/null/inferredProject10* WatchType: Type roots -Info 262 [00:13:43.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b/node_modules/@types 1 undefined Project: /dev/null/inferredProject10* WatchType: Type roots -Info 263 [00:13:44.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject10* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 264 [00:13:45.000] Project '/dev/null/inferredProject10*' (Inferred) -Info 265 [00:13:46.000] Files (1) +Info seq [hh:mm:ss:mss] Search path: /b +Info seq [hh:mm:ss:mss] For info: /b/file2.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject10* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.esnext.full.d.ts 500 undefined Project: /dev/null/inferredProject10* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject10* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject10*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /b/file2.ts SVC-4-0 "let x = 3;" file2.ts Root file specified for compilation -Info 266 [00:13:47.000] ----------------------------------------------- -TI:: [00:13:48.000] Got install request {"projectName":"/dev/null/inferredProject10*","fileNames":["/b/file2.ts"],"compilerOptions":{"allowJs":true,"target":99,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/b","cachePath":"/a/data/","kind":"discover"} -TI:: [00:13:49.000] Request specifies cache path '/a/data/', loading cached information... -TI:: [00:13:50.000] Processing cache location '/a/data/' -TI:: [00:13:51.000] Cache location was already processed... -TI:: [00:13:52.000] Explicitly included types: [] -TI:: [00:13:53.000] Inferred typings from unresolved imports: [] -TI:: [00:13:54.000] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/b/bower_components","/b/node_modules"]} -TI:: [00:13:55.000] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/b/bower_components","/b/node_modules"]} -TI:: [00:13:56.000] DirectoryWatcher:: Added:: WatchInfo: /b/bower_components -TI:: [00:13:57.000] DirectoryWatcher:: Added:: WatchInfo: /b/bower_components 1 undefined Project: /dev/null/inferredProject10* watcher already invoked: false -TI:: [00:13:58.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b/bower_components 1 undefined Project: /dev/null/inferredProject10* watcher already invoked: false -TI:: [00:13:59.000] DirectoryWatcher:: Added:: WatchInfo: /b/node_modules -TI:: [00:14:00.000] DirectoryWatcher:: Added:: WatchInfo: /b/node_modules 1 undefined Project: /dev/null/inferredProject10* watcher already invoked: false -TI:: [00:14:01.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b/node_modules 1 undefined Project: /dev/null/inferredProject10* watcher already invoked: false -TI:: [00:14:02.000] Sending response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +TI:: [hh:mm:ss:mss] Got install request {"projectName":"/dev/null/inferredProject10*","fileNames":["/b/file2.ts"],"compilerOptions":{"allowJs":true,"target":99,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/b","cachePath":"/a/data/","kind":"discover"} +TI:: [hh:mm:ss:mss] Request specifies cache path '/a/data/', loading cached information... +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Cache location was already processed... +TI:: [hh:mm:ss:mss] Explicitly included types: [] +TI:: [hh:mm:ss:mss] Inferred typings from unresolved imports: [] +TI:: [hh:mm:ss:mss] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/b/bower_components","/b/node_modules"]} +TI:: [hh:mm:ss:mss] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/b/bower_components","/b/node_modules"]} +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /b/bower_components +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /b/bower_components 1 undefined Project: /dev/null/inferredProject10* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b/bower_components 1 undefined Project: /dev/null/inferredProject10* watcher already invoked: false +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /b/node_modules +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /b/node_modules 1 undefined Project: /dev/null/inferredProject10* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b/node_modules 1 undefined Project: /dev/null/inferredProject10* watcher already invoked: false +TI:: [hh:mm:ss:mss] Sending response: {"projectName":"/dev/null/inferredProject10*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"target":99,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typings":[],"unresolvedImports":[],"kind":"action::set"} -TI:: [00:14:03.000] No new typings were requested as a result of typings discovery -Info 267 [00:14:04.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 267 [00:14:05.000] Files (1) - -Info 267 [00:14:06.000] ----------------------------------------------- -Info 267 [00:14:07.000] Project '/dev/null/inferredProject9*' (Inferred) -Info 267 [00:14:08.000] Files (1) - -Info 267 [00:14:09.000] ----------------------------------------------- -Info 267 [00:14:10.000] Project '/dev/null/inferredProject10*' (Inferred) -Info 267 [00:14:11.000] Files (1) - -Info 267 [00:14:12.000] ----------------------------------------------- -Info 267 [00:14:13.000] Open files: -Info 267 [00:14:14.000] FileName: /a/file1.ts ProjectRootPath: /a -Info 267 [00:14:15.000] Projects: /dev/null/inferredProject1* -Info 267 [00:14:16.000] FileName: /A/file2.ts ProjectRootPath: /A -Info 267 [00:14:17.000] Projects: /dev/null/inferredProject9* -Info 267 [00:14:18.000] FileName: /b/file2.ts ProjectRootPath: /b -Info 267 [00:14:19.000] Projects: /dev/null/inferredProject10* -Info 267 [00:14:20.000] response: +TI:: [hh:mm:ss:mss] No new typings were requested as a result of typings discovery +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject9*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject10*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/file1.ts ProjectRootPath: /a +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /A/file2.ts ProjectRootPath: /A +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject9* +Info seq [hh:mm:ss:mss] FileName: /b/file2.ts ProjectRootPath: /b +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject10* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -2261,20 +2103,14 @@ PolledWatches:: {"pollingInterval":500} /A/node_modules: {"pollingInterval":500} -/a/node_modules/@types: - {"pollingInterval":500} /a/lib/lib.es2017.full.d.ts: {"pollingInterval":500} -/A/node_modules/@types: - {"pollingInterval":500} /a/lib/lib.esnext.full.d.ts: *new* {"pollingInterval":500} -/b/node_modules/@types: *new* - {"pollingInterval":500} Before request -Info 268 [00:14:21.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -2285,63 +2121,63 @@ Info 268 [00:14:21.000] request: "seq": 31, "type": "request" } -Info 269 [00:14:22.000] Search path: /c -Info 270 [00:14:23.000] For info: /c/file3.ts :: No config files found. -Info 271 [00:14:24.000] Starting updateGraphWorker: Project: /dev/null/inferredProject11* -Info 272 [00:14:25.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.esnext.full.d.ts 500 undefined Project: /dev/null/inferredProject11* WatchType: Missing file -Info 273 [00:14:26.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject11* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 274 [00:14:27.000] Project '/dev/null/inferredProject11*' (Inferred) -Info 275 [00:14:28.000] Files (1) +Info seq [hh:mm:ss:mss] Search path: /c +Info seq [hh:mm:ss:mss] For info: /c/file3.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject11* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.esnext.full.d.ts 500 undefined Project: /dev/null/inferredProject11* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject11* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject11*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /c/file3.ts SVC-4-0 "let z = 4;" c/file3.ts Root file specified for compilation -Info 276 [00:14:29.000] ----------------------------------------------- -TI:: [00:14:30.000] Got install request {"projectName":"/dev/null/inferredProject11*","fileNames":["/c/file3.ts"],"compilerOptions":{"allowJs":true,"target":99,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/","cachePath":"/a/data/","kind":"discover"} -TI:: [00:14:31.000] Request specifies cache path '/a/data/', loading cached information... -TI:: [00:14:32.000] Processing cache location '/a/data/' -TI:: [00:14:33.000] Cache location was already processed... -TI:: [00:14:34.000] Explicitly included types: [] -TI:: [00:14:35.000] Inferred typings from unresolved imports: [] -TI:: [00:14:36.000] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/bower_components","/node_modules"]} -TI:: [00:14:37.000] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/bower_components","/node_modules"]} -TI:: [00:14:38.000] DirectoryWatcher:: Added:: WatchInfo: /bower_components -TI:: [00:14:39.000] DirectoryWatcher:: Added:: WatchInfo: /bower_components 1 undefined Project: /dev/null/inferredProject11* watcher already invoked: false -TI:: [00:14:40.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /bower_components 1 undefined Project: /dev/null/inferredProject11* watcher already invoked: false -TI:: [00:14:41.000] DirectoryWatcher:: Added:: WatchInfo: /node_modules -TI:: [00:14:42.000] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined Project: /dev/null/inferredProject11* watcher already invoked: false -TI:: [00:14:43.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined Project: /dev/null/inferredProject11* watcher already invoked: false -TI:: [00:14:44.000] Sending response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +TI:: [hh:mm:ss:mss] Got install request {"projectName":"/dev/null/inferredProject11*","fileNames":["/c/file3.ts"],"compilerOptions":{"allowJs":true,"target":99,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/","cachePath":"/a/data/","kind":"discover"} +TI:: [hh:mm:ss:mss] Request specifies cache path '/a/data/', loading cached information... +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Cache location was already processed... +TI:: [hh:mm:ss:mss] Explicitly included types: [] +TI:: [hh:mm:ss:mss] Inferred typings from unresolved imports: [] +TI:: [hh:mm:ss:mss] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/bower_components","/node_modules"]} +TI:: [hh:mm:ss:mss] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/bower_components","/node_modules"]} +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /bower_components +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /bower_components 1 undefined Project: /dev/null/inferredProject11* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /bower_components 1 undefined Project: /dev/null/inferredProject11* watcher already invoked: false +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /node_modules +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined Project: /dev/null/inferredProject11* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined Project: /dev/null/inferredProject11* watcher already invoked: false +TI:: [hh:mm:ss:mss] Sending response: {"projectName":"/dev/null/inferredProject11*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"target":99,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typings":[],"unresolvedImports":[],"kind":"action::set"} -TI:: [00:14:45.000] No new typings were requested as a result of typings discovery -Info 277 [00:14:46.000] Project '/dev/null/inferredProject11*' (Inferred) -Info 277 [00:14:47.000] Files (1) - -Info 277 [00:14:48.000] ----------------------------------------------- -Info 277 [00:14:49.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 277 [00:14:50.000] Files (1) - -Info 277 [00:14:51.000] ----------------------------------------------- -Info 277 [00:14:52.000] Project '/dev/null/inferredProject9*' (Inferred) -Info 277 [00:14:53.000] Files (1) - -Info 277 [00:14:54.000] ----------------------------------------------- -Info 277 [00:14:55.000] Project '/dev/null/inferredProject10*' (Inferred) -Info 277 [00:14:56.000] Files (1) - -Info 277 [00:14:57.000] ----------------------------------------------- -Info 277 [00:14:58.000] Open files: -Info 277 [00:14:59.000] FileName: /a/file1.ts ProjectRootPath: /a -Info 277 [00:15:00.000] Projects: /dev/null/inferredProject1* -Info 277 [00:15:01.000] FileName: /A/file2.ts ProjectRootPath: /A -Info 277 [00:15:02.000] Projects: /dev/null/inferredProject9* -Info 277 [00:15:03.000] FileName: /b/file2.ts ProjectRootPath: /b -Info 277 [00:15:04.000] Projects: /dev/null/inferredProject10* -Info 277 [00:15:05.000] FileName: /c/file3.ts ProjectRootPath: undefined -Info 277 [00:15:06.000] Projects: /dev/null/inferredProject11* -Info 277 [00:15:07.000] response: +TI:: [hh:mm:ss:mss] No new typings were requested as a result of typings discovery +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject11*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject9*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject10*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/file1.ts ProjectRootPath: /a +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /A/file2.ts ProjectRootPath: /A +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject9* +Info seq [hh:mm:ss:mss] FileName: /b/file2.ts ProjectRootPath: /b +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject10* +Info seq [hh:mm:ss:mss] FileName: /c/file3.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject11* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -2349,7 +2185,7 @@ After request Before request -Info 278 [00:15:08.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -2358,33 +2194,31 @@ Info 278 [00:15:08.000] request: "seq": 32, "type": "request" } -Info 279 [00:15:09.000] DirectoryWatcher:: Close:: WatchInfo: /a/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 280 [00:15:10.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 281 [00:15:11.000] FileWatcher:: Added:: WatchInfo: /a/file1.ts 500 undefined WatchType: Closed Script info -Info 282 [00:15:12.000] Project '/dev/null/inferredProject11*' (Inferred) -Info 282 [00:15:13.000] Files (1) - -Info 282 [00:15:14.000] ----------------------------------------------- -Info 282 [00:15:15.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 282 [00:15:16.000] Files (1) - -Info 282 [00:15:17.000] ----------------------------------------------- -Info 282 [00:15:18.000] Project '/dev/null/inferredProject9*' (Inferred) -Info 282 [00:15:19.000] Files (1) - -Info 282 [00:15:20.000] ----------------------------------------------- -Info 282 [00:15:21.000] Project '/dev/null/inferredProject10*' (Inferred) -Info 282 [00:15:22.000] Files (1) - -Info 282 [00:15:23.000] ----------------------------------------------- -Info 282 [00:15:24.000] Open files: -Info 282 [00:15:25.000] FileName: /A/file2.ts ProjectRootPath: /A -Info 282 [00:15:26.000] Projects: /dev/null/inferredProject9* -Info 282 [00:15:27.000] FileName: /b/file2.ts ProjectRootPath: /b -Info 282 [00:15:28.000] Projects: /dev/null/inferredProject10* -Info 282 [00:15:29.000] FileName: /c/file3.ts ProjectRootPath: undefined -Info 282 [00:15:30.000] Projects: /dev/null/inferredProject11* -Info 282 [00:15:31.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/file1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject11*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject9*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject10*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /A/file2.ts ProjectRootPath: /A +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject9* +Info seq [hh:mm:ss:mss] FileName: /b/file2.ts ProjectRootPath: /b +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject10* +Info seq [hh:mm:ss:mss] FileName: /c/file3.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject11* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -2411,16 +2245,8 @@ PolledWatches:: {"pollingInterval":500} /a/lib/lib.es2017.full.d.ts: {"pollingInterval":500} -/A/node_modules/@types: - {"pollingInterval":500} /a/lib/lib.esnext.full.d.ts: {"pollingInterval":500} -/b/node_modules/@types: - {"pollingInterval":500} - -PolledWatches *deleted*:: -/a/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/file1.ts: *new* @@ -2428,7 +2254,7 @@ FsWatches:: Before request -Info 283 [00:15:32.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -2437,31 +2263,29 @@ Info 283 [00:15:32.000] request: "seq": 33, "type": "request" } -Info 284 [00:15:33.000] DirectoryWatcher:: Close:: WatchInfo: /A/node_modules/@types 1 undefined Project: /dev/null/inferredProject9* WatchType: Type roots -Info 285 [00:15:34.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /A/node_modules/@types 1 undefined Project: /dev/null/inferredProject9* WatchType: Type roots -Info 286 [00:15:35.000] FileWatcher:: Added:: WatchInfo: /A/file2.ts 500 undefined WatchType: Closed Script info -Info 287 [00:15:36.000] Project '/dev/null/inferredProject11*' (Inferred) -Info 287 [00:15:37.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /A/file2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject11*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 287 [00:15:38.000] ----------------------------------------------- -Info 287 [00:15:39.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 287 [00:15:40.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 287 [00:15:41.000] ----------------------------------------------- -Info 287 [00:15:42.000] Project '/dev/null/inferredProject9*' (Inferred) -Info 287 [00:15:43.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject9*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 287 [00:15:44.000] ----------------------------------------------- -Info 287 [00:15:45.000] Project '/dev/null/inferredProject10*' (Inferred) -Info 287 [00:15:46.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject10*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 287 [00:15:47.000] ----------------------------------------------- -Info 287 [00:15:48.000] Open files: -Info 287 [00:15:49.000] FileName: /b/file2.ts ProjectRootPath: /b -Info 287 [00:15:50.000] Projects: /dev/null/inferredProject10* -Info 287 [00:15:51.000] FileName: /c/file3.ts ProjectRootPath: undefined -Info 287 [00:15:52.000] Projects: /dev/null/inferredProject11* -Info 287 [00:15:53.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /b/file2.ts ProjectRootPath: /b +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject10* +Info seq [hh:mm:ss:mss] FileName: /c/file3.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject11* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -2490,12 +2314,6 @@ PolledWatches:: {"pollingInterval":500} /a/lib/lib.esnext.full.d.ts: {"pollingInterval":500} -/b/node_modules/@types: - {"pollingInterval":500} - -PolledWatches *deleted*:: -/A/node_modules/@types: - {"pollingInterval":500} FsWatches:: /a/file1.ts: @@ -2505,7 +2323,7 @@ FsWatches:: Before request -Info 288 [00:15:54.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -2514,29 +2332,27 @@ Info 288 [00:15:54.000] request: "seq": 34, "type": "request" } -Info 289 [00:15:55.000] DirectoryWatcher:: Close:: WatchInfo: /b/node_modules/@types 1 undefined Project: /dev/null/inferredProject10* WatchType: Type roots -Info 290 [00:15:56.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /b/node_modules/@types 1 undefined Project: /dev/null/inferredProject10* WatchType: Type roots -Info 291 [00:15:57.000] FileWatcher:: Added:: WatchInfo: /b/file2.ts 500 undefined WatchType: Closed Script info -Info 292 [00:15:58.000] Project '/dev/null/inferredProject11*' (Inferred) -Info 292 [00:15:59.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b/file2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject11*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 292 [00:16:00.000] ----------------------------------------------- -Info 292 [00:16:01.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 292 [00:16:02.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 292 [00:16:03.000] ----------------------------------------------- -Info 292 [00:16:04.000] Project '/dev/null/inferredProject9*' (Inferred) -Info 292 [00:16:05.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject9*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 292 [00:16:06.000] ----------------------------------------------- -Info 292 [00:16:07.000] Project '/dev/null/inferredProject10*' (Inferred) -Info 292 [00:16:08.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject10*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 292 [00:16:09.000] ----------------------------------------------- -Info 292 [00:16:10.000] Open files: -Info 292 [00:16:11.000] FileName: /c/file3.ts ProjectRootPath: undefined -Info 292 [00:16:12.000] Projects: /dev/null/inferredProject11* -Info 292 [00:16:13.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /c/file3.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject11* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -2566,10 +2382,6 @@ PolledWatches:: /a/lib/lib.esnext.full.d.ts: {"pollingInterval":500} -PolledWatches *deleted*:: -/b/node_modules/@types: - {"pollingInterval":500} - FsWatches:: /a/file1.ts: {} @@ -2580,7 +2392,7 @@ FsWatches:: Before request -Info 293 [00:16:14.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -2589,25 +2401,25 @@ Info 293 [00:16:14.000] request: "seq": 35, "type": "request" } -Info 294 [00:16:15.000] FileWatcher:: Added:: WatchInfo: /c/file3.ts 500 undefined WatchType: Closed Script info -Info 295 [00:16:16.000] Project '/dev/null/inferredProject11*' (Inferred) -Info 295 [00:16:17.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /c/file3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject11*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 295 [00:16:18.000] ----------------------------------------------- -Info 295 [00:16:19.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 295 [00:16:20.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 295 [00:16:21.000] ----------------------------------------------- -Info 295 [00:16:22.000] Project '/dev/null/inferredProject9*' (Inferred) -Info 295 [00:16:23.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject9*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 295 [00:16:24.000] ----------------------------------------------- -Info 295 [00:16:25.000] Project '/dev/null/inferredProject10*' (Inferred) -Info 295 [00:16:26.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject10*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 295 [00:16:27.000] ----------------------------------------------- -Info 295 [00:16:28.000] Open files: -Info 295 [00:16:29.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } diff --git a/tests/baselines/reference/tsserver/inferredProjects/inferred-projects-per-project-root.js b/tests/baselines/reference/tsserver/inferredProjects/inferred-projects-per-project-root.js index 32cb5aed445c6..13035bea2a7a2 100644 --- a/tests/baselines/reference/tsserver/inferredProjects/inferred-projects-per-project-root.js +++ b/tests/baselines/reference/tsserver/inferredProjects/inferred-projects-per-project-root.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:17.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/file1.ts] let x = 1; @@ -14,7 +14,7 @@ let x = 3; let z = 4; -Info 1 [00:00:18.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compilerOptionsForInferredProjects", "arguments": { @@ -26,7 +26,7 @@ Info 1 [00:00:18.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:19.000] response: +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -35,7 +35,7 @@ After request Before request -Info 3 [00:00:20.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compilerOptionsForInferredProjects", "arguments": { @@ -48,7 +48,7 @@ Info 3 [00:00:20.000] request: "seq": 2, "type": "request" } -Info 4 [00:00:21.000] response: +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -57,7 +57,7 @@ After request Before request -Info 5 [00:00:22.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -69,39 +69,35 @@ Info 5 [00:00:22.000] request: "seq": 3, "type": "request" } -Info 6 [00:00:23.000] Search path: /a -Info 7 [00:00:24.000] For info: /a/file1.ts :: No config files found. -Info 8 [00:00:25.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 9 [00:00:26.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.esnext.full.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 10 [00:00:27.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 11 [00:00:28.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 12 [00:00:29.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 13 [00:00:30.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 14 [00:00:31.000] Files (1) +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/file1.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.esnext.full.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /a/file1.ts SVC-1-0 "let x = 1;" file1.ts Root file specified for compilation -Info 15 [00:00:32.000] ----------------------------------------------- +Info seq [hh:mm:ss:mss] ----------------------------------------------- TI:: Creating typing installer PolledWatches:: /a/lib/lib.esnext.full.d.ts: *new* {"pollingInterval":500} -/a/node_modules/@types: *new* - {"pollingInterval":500} -TI:: [00:00:33.000] Global cache location '/a/data/', safe file path '/safeList.json', types map path /typesMap.json -TI:: [00:00:34.000] Processing cache location '/a/data/' -TI:: [00:00:35.000] Trying to find '/a/data/package.json'... -TI:: [00:00:36.000] Finished processing cache location '/a/data/' -TI:: [00:00:37.000] Npm config file: /a/data/package.json -TI:: [00:00:38.000] Npm config file: '/a/data/package.json' is missing, creating new one... -TI:: [00:00:43.000] Updating types-registry npm package... -TI:: [00:00:44.000] npm install --ignore-scripts types-registry@latest -TI:: [00:00:51.000] TI:: Updated types-registry npm package +TI:: [hh:mm:ss:mss] Global cache location '/a/data/', safe file path '/safeList.json', types map path /typesMap.json +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Trying to find '/a/data/package.json'... +TI:: [hh:mm:ss:mss] Finished processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Npm config file: /a/data/package.json +TI:: [hh:mm:ss:mss] Npm config file: '/a/data/package.json' is missing, creating new one... +TI:: [hh:mm:ss:mss] Updating types-registry npm package... +TI:: [hh:mm:ss:mss] npm install --ignore-scripts types-registry@latest +TI:: [hh:mm:ss:mss] TI:: Updated types-registry npm package TI:: typing installer creation complete //// [/a/data/package.json] { "private": true } @@ -112,32 +108,32 @@ TI:: typing installer creation complete } -TI:: [00:00:52.000] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/a/file1.ts"],"compilerOptions":{"allowJs":true,"target":99,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/a","cachePath":"/a/data/","kind":"discover"} -TI:: [00:00:53.000] Request specifies cache path '/a/data/', loading cached information... -TI:: [00:00:54.000] Processing cache location '/a/data/' -TI:: [00:00:55.000] Cache location was already processed... -TI:: [00:00:56.000] Failed to load safelist from types map file '/typesMap.json' -TI:: [00:00:57.000] Explicitly included types: [] -TI:: [00:00:58.000] Inferred typings from unresolved imports: [] -TI:: [00:00:59.000] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/bower_components","/a/node_modules"]} -TI:: [00:01:00.000] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/bower_components","/a/node_modules"]} -TI:: [00:01:01.000] DirectoryWatcher:: Added:: WatchInfo: /a/bower_components -TI:: [00:01:02.000] DirectoryWatcher:: Added:: WatchInfo: /a/bower_components 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:01:03.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/bower_components 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:01:04.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules -TI:: [00:01:05.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:01:06.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:01:07.000] Sending response: +TI:: [hh:mm:ss:mss] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/a/file1.ts"],"compilerOptions":{"allowJs":true,"target":99,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/a","cachePath":"/a/data/","kind":"discover"} +TI:: [hh:mm:ss:mss] Request specifies cache path '/a/data/', loading cached information... +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Cache location was already processed... +TI:: [hh:mm:ss:mss] Failed to load safelist from types map file '/typesMap.json' +TI:: [hh:mm:ss:mss] Explicitly included types: [] +TI:: [hh:mm:ss:mss] Inferred typings from unresolved imports: [] +TI:: [hh:mm:ss:mss] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/bower_components","/a/node_modules"]} +TI:: [hh:mm:ss:mss] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/bower_components","/a/node_modules"]} +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/bower_components +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/bower_components 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/bower_components 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] Sending response: {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"target":99,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typings":[],"unresolvedImports":[],"kind":"action::set"} -TI:: [00:01:08.000] No new typings were requested as a result of typings discovery -Info 16 [00:01:09.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 16 [00:01:10.000] Files (1) - -Info 16 [00:01:11.000] ----------------------------------------------- -Info 16 [00:01:12.000] Open files: -Info 16 [00:01:13.000] FileName: /a/file1.ts ProjectRootPath: /a -Info 16 [00:01:14.000] Projects: /dev/null/inferredProject1* -Info 16 [00:01:15.000] response: +TI:: [hh:mm:ss:mss] No new typings were requested as a result of typings discovery +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/file1.ts ProjectRootPath: /a +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -146,8 +142,6 @@ After request PolledWatches:: /a/lib/lib.esnext.full.d.ts: {"pollingInterval":500} -/a/node_modules/@types: - {"pollingInterval":500} /a/bower_components: *new* {"pollingInterval":500} /a/node_modules: *new* @@ -155,7 +149,7 @@ PolledWatches:: Before request -Info 17 [00:01:16.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -167,12 +161,12 @@ Info 17 [00:01:16.000] request: "seq": 4, "type": "request" } -Info 18 [00:01:17.000] Search path: /a -Info 19 [00:01:18.000] For info: /a/file2.ts :: No config files found. -Info 20 [00:01:19.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 21 [00:01:20.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 22 [00:01:21.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 23 [00:01:22.000] Files (2) +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/file2.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/file1.ts SVC-1-0 "let x = 1;" /a/file2.ts SVC-1-0 "let y = 2;" @@ -182,28 +176,28 @@ Info 23 [00:01:22.000] Files (2) file2.ts Root file specified for compilation -Info 24 [00:01:23.000] ----------------------------------------------- -TI:: [00:01:24.000] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/a/file1.ts","/a/file2.ts"],"compilerOptions":{"allowJs":true,"target":99,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/a","cachePath":"/a/data/","kind":"discover"} -TI:: [00:01:25.000] Request specifies cache path '/a/data/', loading cached information... -TI:: [00:01:26.000] Processing cache location '/a/data/' -TI:: [00:01:27.000] Cache location was already processed... -TI:: [00:01:28.000] Explicitly included types: [] -TI:: [00:01:29.000] Inferred typings from unresolved imports: [] -TI:: [00:01:30.000] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/bower_components","/a/node_modules"]} -TI:: [00:01:31.000] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/bower_components","/a/node_modules"]} -TI:: [00:01:32.000] Sending response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +TI:: [hh:mm:ss:mss] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/a/file1.ts","/a/file2.ts"],"compilerOptions":{"allowJs":true,"target":99,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/a","cachePath":"/a/data/","kind":"discover"} +TI:: [hh:mm:ss:mss] Request specifies cache path '/a/data/', loading cached information... +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Cache location was already processed... +TI:: [hh:mm:ss:mss] Explicitly included types: [] +TI:: [hh:mm:ss:mss] Inferred typings from unresolved imports: [] +TI:: [hh:mm:ss:mss] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/bower_components","/a/node_modules"]} +TI:: [hh:mm:ss:mss] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/bower_components","/a/node_modules"]} +TI:: [hh:mm:ss:mss] Sending response: {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"target":99,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typings":[],"unresolvedImports":[],"kind":"action::set"} -TI:: [00:01:33.000] No new typings were requested as a result of typings discovery -Info 25 [00:01:34.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 25 [00:01:35.000] Files (2) - -Info 25 [00:01:36.000] ----------------------------------------------- -Info 25 [00:01:37.000] Open files: -Info 25 [00:01:38.000] FileName: /a/file1.ts ProjectRootPath: /a -Info 25 [00:01:39.000] Projects: /dev/null/inferredProject1* -Info 25 [00:01:40.000] FileName: /a/file2.ts ProjectRootPath: /a -Info 25 [00:01:41.000] Projects: /dev/null/inferredProject1* -Info 25 [00:01:42.000] response: +TI:: [hh:mm:ss:mss] No new typings were requested as a result of typings discovery +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/file1.ts ProjectRootPath: /a +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /a/file2.ts ProjectRootPath: /a +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -211,7 +205,7 @@ After request Before request -Info 26 [00:01:43.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,55 +217,53 @@ Info 26 [00:01:43.000] request: "seq": 5, "type": "request" } -Info 27 [00:01:44.000] Search path: /b -Info 28 [00:01:45.000] For info: /b/file2.ts :: No config files found. -Info 29 [00:01:46.000] Starting updateGraphWorker: Project: /dev/null/inferredProject2* -Info 30 [00:01:47.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.es6.d.ts 500 undefined Project: /dev/null/inferredProject2* WatchType: Missing file -Info 31 [00:01:48.000] DirectoryWatcher:: Added:: WatchInfo: /b/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 32 [00:01:49.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 33 [00:01:50.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 34 [00:01:51.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 35 [00:01:52.000] Files (1) +Info seq [hh:mm:ss:mss] Search path: /b +Info seq [hh:mm:ss:mss] For info: /b/file2.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.es6.d.ts 500 undefined Project: /dev/null/inferredProject2* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /b/file2.ts SVC-1-0 "let x = 3;" file2.ts Root file specified for compilation -Info 36 [00:01:53.000] ----------------------------------------------- -TI:: [00:01:54.000] Got install request {"projectName":"/dev/null/inferredProject2*","fileNames":["/b/file2.ts"],"compilerOptions":{"allowJs":true,"target":2,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/b","cachePath":"/a/data/","kind":"discover"} -TI:: [00:01:55.000] Request specifies cache path '/a/data/', loading cached information... -TI:: [00:01:56.000] Processing cache location '/a/data/' -TI:: [00:01:57.000] Cache location was already processed... -TI:: [00:01:58.000] Explicitly included types: [] -TI:: [00:01:59.000] Inferred typings from unresolved imports: [] -TI:: [00:02:00.000] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/b/bower_components","/b/node_modules"]} -TI:: [00:02:01.000] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/b/bower_components","/b/node_modules"]} -TI:: [00:02:02.000] DirectoryWatcher:: Added:: WatchInfo: /b/bower_components -TI:: [00:02:03.000] DirectoryWatcher:: Added:: WatchInfo: /b/bower_components 1 undefined Project: /dev/null/inferredProject2* watcher already invoked: false -TI:: [00:02:04.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b/bower_components 1 undefined Project: /dev/null/inferredProject2* watcher already invoked: false -TI:: [00:02:05.000] DirectoryWatcher:: Added:: WatchInfo: /b/node_modules -TI:: [00:02:06.000] DirectoryWatcher:: Added:: WatchInfo: /b/node_modules 1 undefined Project: /dev/null/inferredProject2* watcher already invoked: false -TI:: [00:02:07.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b/node_modules 1 undefined Project: /dev/null/inferredProject2* watcher already invoked: false -TI:: [00:02:08.000] Sending response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +TI:: [hh:mm:ss:mss] Got install request {"projectName":"/dev/null/inferredProject2*","fileNames":["/b/file2.ts"],"compilerOptions":{"allowJs":true,"target":2,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/b","cachePath":"/a/data/","kind":"discover"} +TI:: [hh:mm:ss:mss] Request specifies cache path '/a/data/', loading cached information... +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Cache location was already processed... +TI:: [hh:mm:ss:mss] Explicitly included types: [] +TI:: [hh:mm:ss:mss] Inferred typings from unresolved imports: [] +TI:: [hh:mm:ss:mss] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/b/bower_components","/b/node_modules"]} +TI:: [hh:mm:ss:mss] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/b/bower_components","/b/node_modules"]} +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /b/bower_components +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /b/bower_components 1 undefined Project: /dev/null/inferredProject2* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b/bower_components 1 undefined Project: /dev/null/inferredProject2* watcher already invoked: false +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /b/node_modules +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /b/node_modules 1 undefined Project: /dev/null/inferredProject2* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b/node_modules 1 undefined Project: /dev/null/inferredProject2* watcher already invoked: false +TI:: [hh:mm:ss:mss] Sending response: {"projectName":"/dev/null/inferredProject2*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"target":2,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typings":[],"unresolvedImports":[],"kind":"action::set"} -TI:: [00:02:09.000] No new typings were requested as a result of typings discovery -Info 37 [00:02:10.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 37 [00:02:11.000] Files (2) - -Info 37 [00:02:12.000] ----------------------------------------------- -Info 37 [00:02:13.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 37 [00:02:14.000] Files (1) - -Info 37 [00:02:15.000] ----------------------------------------------- -Info 37 [00:02:16.000] Open files: -Info 37 [00:02:17.000] FileName: /a/file1.ts ProjectRootPath: /a -Info 37 [00:02:18.000] Projects: /dev/null/inferredProject1* -Info 37 [00:02:19.000] FileName: /a/file2.ts ProjectRootPath: /a -Info 37 [00:02:20.000] Projects: /dev/null/inferredProject1* -Info 37 [00:02:21.000] FileName: /b/file2.ts ProjectRootPath: /b -Info 37 [00:02:22.000] Projects: /dev/null/inferredProject2* -Info 37 [00:02:23.000] response: +TI:: [hh:mm:ss:mss] No new typings were requested as a result of typings discovery +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/file1.ts ProjectRootPath: /a +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /a/file2.ts ProjectRootPath: /a +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /b/file2.ts ProjectRootPath: /b +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -280,16 +272,12 @@ After request PolledWatches:: /a/lib/lib.esnext.full.d.ts: {"pollingInterval":500} -/a/node_modules/@types: - {"pollingInterval":500} /a/bower_components: {"pollingInterval":500} /a/node_modules: {"pollingInterval":500} /a/lib/lib.es6.d.ts: *new* {"pollingInterval":500} -/b/node_modules/@types: *new* - {"pollingInterval":500} /b/bower_components: *new* {"pollingInterval":500} /b/node_modules: *new* @@ -297,7 +285,7 @@ PolledWatches:: Before request -Info 38 [00:02:24.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -308,59 +296,59 @@ Info 38 [00:02:24.000] request: "seq": 6, "type": "request" } -Info 39 [00:02:25.000] Search path: /c -Info 40 [00:02:26.000] For info: /c/file3.ts :: No config files found. -Info 41 [00:02:27.000] Starting updateGraphWorker: Project: /dev/null/inferredProject3* -Info 42 [00:02:28.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.esnext.full.d.ts 500 undefined Project: /dev/null/inferredProject3* WatchType: Missing file -Info 43 [00:02:29.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject3* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 44 [00:02:30.000] Project '/dev/null/inferredProject3*' (Inferred) -Info 45 [00:02:31.000] Files (1) +Info seq [hh:mm:ss:mss] Search path: /c +Info seq [hh:mm:ss:mss] For info: /c/file3.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject3* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.esnext.full.d.ts 500 undefined Project: /dev/null/inferredProject3* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject3* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject3*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /c/file3.ts SVC-1-0 "let z = 4;" c/file3.ts Root file specified for compilation -Info 46 [00:02:32.000] ----------------------------------------------- -TI:: [00:02:33.000] Got install request {"projectName":"/dev/null/inferredProject3*","fileNames":["/c/file3.ts"],"compilerOptions":{"allowJs":true,"target":99,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/","cachePath":"/a/data/","kind":"discover"} -TI:: [00:02:34.000] Request specifies cache path '/a/data/', loading cached information... -TI:: [00:02:35.000] Processing cache location '/a/data/' -TI:: [00:02:36.000] Cache location was already processed... -TI:: [00:02:37.000] Explicitly included types: [] -TI:: [00:02:38.000] Inferred typings from unresolved imports: [] -TI:: [00:02:39.000] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/bower_components","/node_modules"]} -TI:: [00:02:40.000] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/bower_components","/node_modules"]} -TI:: [00:02:41.000] DirectoryWatcher:: Added:: WatchInfo: /bower_components -TI:: [00:02:42.000] DirectoryWatcher:: Added:: WatchInfo: /bower_components 1 undefined Project: /dev/null/inferredProject3* watcher already invoked: false -TI:: [00:02:43.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /bower_components 1 undefined Project: /dev/null/inferredProject3* watcher already invoked: false -TI:: [00:02:44.000] DirectoryWatcher:: Added:: WatchInfo: /node_modules -TI:: [00:02:45.000] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined Project: /dev/null/inferredProject3* watcher already invoked: false -TI:: [00:02:46.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined Project: /dev/null/inferredProject3* watcher already invoked: false -TI:: [00:02:47.000] Sending response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +TI:: [hh:mm:ss:mss] Got install request {"projectName":"/dev/null/inferredProject3*","fileNames":["/c/file3.ts"],"compilerOptions":{"allowJs":true,"target":99,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/","cachePath":"/a/data/","kind":"discover"} +TI:: [hh:mm:ss:mss] Request specifies cache path '/a/data/', loading cached information... +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Cache location was already processed... +TI:: [hh:mm:ss:mss] Explicitly included types: [] +TI:: [hh:mm:ss:mss] Inferred typings from unresolved imports: [] +TI:: [hh:mm:ss:mss] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/bower_components","/node_modules"]} +TI:: [hh:mm:ss:mss] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/bower_components","/node_modules"]} +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /bower_components +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /bower_components 1 undefined Project: /dev/null/inferredProject3* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /bower_components 1 undefined Project: /dev/null/inferredProject3* watcher already invoked: false +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /node_modules +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined Project: /dev/null/inferredProject3* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined Project: /dev/null/inferredProject3* watcher already invoked: false +TI:: [hh:mm:ss:mss] Sending response: {"projectName":"/dev/null/inferredProject3*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"target":99,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typings":[],"unresolvedImports":[],"kind":"action::set"} -TI:: [00:02:48.000] No new typings were requested as a result of typings discovery -Info 47 [00:02:49.000] Project '/dev/null/inferredProject3*' (Inferred) -Info 47 [00:02:50.000] Files (1) - -Info 47 [00:02:51.000] ----------------------------------------------- -Info 47 [00:02:52.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 47 [00:02:53.000] Files (2) - -Info 47 [00:02:54.000] ----------------------------------------------- -Info 47 [00:02:55.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 47 [00:02:56.000] Files (1) - -Info 47 [00:02:57.000] ----------------------------------------------- -Info 47 [00:02:58.000] Open files: -Info 47 [00:02:59.000] FileName: /a/file1.ts ProjectRootPath: /a -Info 47 [00:03:00.000] Projects: /dev/null/inferredProject1* -Info 47 [00:03:01.000] FileName: /a/file2.ts ProjectRootPath: /a -Info 47 [00:03:02.000] Projects: /dev/null/inferredProject1* -Info 47 [00:03:03.000] FileName: /b/file2.ts ProjectRootPath: /b -Info 47 [00:03:04.000] Projects: /dev/null/inferredProject2* -Info 47 [00:03:05.000] FileName: /c/file3.ts ProjectRootPath: undefined -Info 47 [00:03:06.000] Projects: /dev/null/inferredProject3* -Info 47 [00:03:07.000] response: +TI:: [hh:mm:ss:mss] No new typings were requested as a result of typings discovery +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject3*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/file1.ts ProjectRootPath: /a +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /a/file2.ts ProjectRootPath: /a +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /b/file2.ts ProjectRootPath: /b +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] FileName: /c/file3.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject3* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -369,16 +357,12 @@ After request PolledWatches:: /a/lib/lib.esnext.full.d.ts: {"pollingInterval":500} -/a/node_modules/@types: - {"pollingInterval":500} /a/bower_components: {"pollingInterval":500} /a/node_modules: {"pollingInterval":500} /a/lib/lib.es6.d.ts: {"pollingInterval":500} -/b/node_modules/@types: - {"pollingInterval":500} /b/bower_components: {"pollingInterval":500} /b/node_modules: diff --git a/tests/baselines/reference/tsserver/inferredProjects/project-settings-for-inferred-projects.js b/tests/baselines/reference/tsserver/inferredProjects/project-settings-for-inferred-projects.js index 9b9f5f35f912d..229f3f5dc6c68 100644 --- a/tests/baselines/reference/tsserver/inferredProjects/project-settings-for-inferred-projects.js +++ b/tests/baselines/reference/tsserver/inferredProjects/project-settings-for-inferred-projects.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:11.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/a/b/app.ts] import {x} from "mod" @@ -8,69 +8,57 @@ import {x} from "mod" export let x: number -Info 1 [00:00:12.000] Search path: /a/b -Info 2 [00:00:13.000] For info: /a/b/app.ts :: No config files found. -Info 3 [00:00:14.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 4 [00:00:15.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations -Info 5 [00:00:16.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations -Info 6 [00:00:17.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 7 [00:00:18.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 8 [00:00:19.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 9 [00:00:20.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 10 [00:00:21.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 11 [00:00:22.000] Files (1) +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/app.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /a/b/app.ts SVC-1-0 "import {x} from \"mod\"" app.ts Root file specified for compilation -Info 12 [00:00:23.000] ----------------------------------------------- -Info 13 [00:00:24.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 13 [00:00:25.000] Files (1) - -Info 13 [00:00:26.000] ----------------------------------------------- -Info 13 [00:00:27.000] Open files: -Info 13 [00:00:28.000] FileName: /a/b/app.ts ProjectRootPath: undefined -Info 13 [00:00:29.000] Projects: /dev/null/inferredProject1* -Info 13 [00:00:30.000] Search path: /a -Info 14 [00:00:31.000] For info: /a/mod.ts :: No config files found. -Info 15 [00:00:32.000] Starting updateGraphWorker: Project: /dev/null/inferredProject2* -Info 16 [00:00:33.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject2* WatchType: Missing file -Info 17 [00:00:34.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 18 [00:00:35.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 19 [00:00:36.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 20 [00:00:37.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 21 [00:00:38.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/mod.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject2* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /a/mod.ts SVC-1-0 "export let x: number" mod.ts Root file specified for compilation -Info 22 [00:00:39.000] ----------------------------------------------- -Info 23 [00:00:40.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 23 [00:00:41.000] Files (1) - -Info 23 [00:00:42.000] ----------------------------------------------- -Info 23 [00:00:43.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 23 [00:00:44.000] Files (1) - -Info 23 [00:00:45.000] ----------------------------------------------- -Info 23 [00:00:46.000] Open files: -Info 23 [00:00:47.000] FileName: /a/b/app.ts ProjectRootPath: undefined -Info 23 [00:00:48.000] Projects: /dev/null/inferredProject1* -Info 23 [00:00:49.000] FileName: /a/mod.ts ProjectRootPath: undefined -Info 23 [00:00:50.000] Projects: /dev/null/inferredProject2* -Info 23 [00:00:51.000] DirectoryWatcher:: Close:: WatchInfo: /a/b/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations -Info 24 [00:00:52.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations -Info 25 [00:00:53.000] DirectoryWatcher:: Close:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 26 [00:00:54.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 27 [00:00:55.000] Scheduled: /dev/null/inferredProject1* -Info 28 [00:00:56.000] DirectoryWatcher:: Close:: WatchInfo: /a/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 29 [00:00:57.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 30 [00:00:58.000] Scheduled: /dev/null/inferredProject2* -Info 31 [00:00:59.000] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /a/mod.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] Scheduled: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Scheduled: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* Before running Timeout callback:: count: 3 1: /dev/null/inferredProject1* 2: /dev/null/inferredProject2* @@ -80,15 +68,11 @@ PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -Info 32 [00:01:00.000] Running: /dev/null/inferredProject1* -Info 33 [00:01:01.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 34 [00:01:02.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 0 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations -Info 35 [00:01:03.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 0 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations -Info 36 [00:01:04.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 37 [00:01:05.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 38 [00:01:06.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 39 [00:01:07.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 40 [00:01:08.000] Files (2) +Info seq [hh:mm:ss:mss] Running: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/mod.ts SVC-1-0 "export let x: number" /a/b/app.ts SVC-1-0 "import {x} from \"mod\"" @@ -98,68 +82,54 @@ Info 40 [00:01:08.000] Files (2) app.ts Root file specified for compilation -Info 41 [00:01:09.000] ----------------------------------------------- -Info 42 [00:01:10.000] Running: /dev/null/inferredProject2* -Info 43 [00:01:11.000] Starting updateGraphWorker: Project: /dev/null/inferredProject2* -Info 44 [00:01:12.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 45 [00:01:13.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 46 [00:01:14.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 47 [00:01:15.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 48 [00:01:16.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /a/mod.ts SVC-1-0 "export let x: number" -Info 49 [00:01:17.000] ----------------------------------------------- -Info 50 [00:01:18.000] Running: *ensureProjectForOpenFiles* -Info 51 [00:01:19.000] Before ensureProjectForOpenFiles: -Info 52 [00:01:20.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 52 [00:01:21.000] Files (2) - -Info 52 [00:01:22.000] ----------------------------------------------- -Info 52 [00:01:23.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 52 [00:01:24.000] Files (1) - -Info 52 [00:01:25.000] ----------------------------------------------- -Info 52 [00:01:26.000] Open files: -Info 52 [00:01:27.000] FileName: /a/b/app.ts ProjectRootPath: undefined -Info 52 [00:01:28.000] Projects: /dev/null/inferredProject1* -Info 52 [00:01:29.000] FileName: /a/mod.ts ProjectRootPath: undefined -Info 52 [00:01:30.000] Projects: /dev/null/inferredProject2*,/dev/null/inferredProject1* -Info 52 [00:01:31.000] Starting updateGraphWorker: Project: /dev/null/inferredProject2* -Info 53 [00:01:32.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject2* WatchType: Missing file -Info 54 [00:01:33.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 3 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 55 [00:01:34.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 56 [00:01:35.000] Files (0) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /a/mod.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject2*,/dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject2* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 3 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (0) -Info 57 [00:01:36.000] ----------------------------------------------- -Info 58 [00:01:37.000] After ensureProjectForOpenFiles: -Info 59 [00:01:38.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 59 [00:01:39.000] Files (2) - -Info 59 [00:01:40.000] ----------------------------------------------- -Info 59 [00:01:41.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 59 [00:01:42.000] Files (0) - -Info 59 [00:01:43.000] ----------------------------------------------- -Info 59 [00:01:44.000] Open files: -Info 59 [00:01:45.000] FileName: /a/b/app.ts ProjectRootPath: undefined -Info 59 [00:01:46.000] Projects: /dev/null/inferredProject1* -Info 59 [00:01:47.000] FileName: /a/mod.ts ProjectRootPath: undefined -Info 59 [00:01:48.000] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (0) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /a/mod.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* After running Timeout callback:: count: 0 -PolledWatches:: -/a/lib/lib.d.ts: - {"pollingInterval":500} -/a/b/node_modules/@types: *new* - {"pollingInterval":500} -/a/node_modules/@types: *new* - {"pollingInterval":500} - -FsWatches:: -/a/b: *new* - {} - Inferred project: /dev/null/inferredProject1* isOrphan:: false isClosed: false Inferred project: /dev/null/inferredProject2* isOrphan:: true isClosed: false \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/inferredProjects/regression-test---should-infer-typeAcquisition-for-inferred-projects-when-set-undefined.js b/tests/baselines/reference/tsserver/inferredProjects/regression-test---should-infer-typeAcquisition-for-inferred-projects-when-set-undefined.js index 81aec111a2701..70ac4dc18b8f7 100644 --- a/tests/baselines/reference/tsserver/inferredProjects/regression-test---should-infer-typeAcquisition-for-inferred-projects-when-set-undefined.js +++ b/tests/baselines/reference/tsserver/inferredProjects/regression-test---should-infer-typeAcquisition-for-inferred-projects-when-set-undefined.js @@ -1,33 +1,31 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:07.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/a/file1.js] -Info 1 [00:00:08.000] Search path: /a -Info 2 [00:00:09.000] For info: /a/file1.js :: No config files found. -Info 3 [00:00:10.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 4 [00:00:11.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 5 [00:00:12.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 6 [00:00:13.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 7 [00:00:14.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 8 [00:00:15.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 9 [00:00:16.000] Files (1) +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/file1.js :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /a/file1.js SVC-1-0 "" file1.js Root file specified for compilation -Info 10 [00:00:17.000] ----------------------------------------------- -Info 11 [00:00:18.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 11 [00:00:19.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 11 [00:00:20.000] ----------------------------------------------- -Info 11 [00:00:21.000] Open files: -Info 11 [00:00:22.000] FileName: /a/file1.js ProjectRootPath: undefined -Info 11 [00:00:23.000] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/file1.js ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* typeAcquisition : setting to undefined typeAcquisition should be inferred for inferred projects: { "enable": true, diff --git a/tests/baselines/reference/tsserver/inferredProjects/should-still-retain-configured-project-created-while-opening-the-file.js b/tests/baselines/reference/tsserver/inferredProjects/should-still-retain-configured-project-created-while-opening-the-file.js index bcd66aa782929..0f51418634bb4 100644 --- a/tests/baselines/reference/tsserver/inferredProjects/should-still-retain-configured-project-created-while-opening-the-file.js +++ b/tests/baselines/reference/tsserver/inferredProjects/should-still-retain-configured-project-created-while-opening-the-file.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:25.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/app.ts] const app = 20; @@ -27,7 +27,7 @@ const jsFile1 = 10; const jsFile2 = 10; -Info 1 [00:00:26.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -36,11 +36,11 @@ Info 1 [00:00:26.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:27.000] Search path: /user/username/projects/myproject -Info 3 [00:00:28.000] For info: /user/username/projects/myproject/jsFile1.js :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 4 [00:00:29.000] Creating configuration project /user/username/projects/myproject/tsconfig.json -Info 5 [00:00:30.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 6 [00:00:31.000] Config: /user/username/projects/myproject/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/jsFile1.js :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/app.ts" ], @@ -48,16 +48,18 @@ Info 6 [00:00:31.000] Config: /user/username/projects/myproject/tsconfig.json "configFilePath": "/user/username/projects/myproject/tsconfig.json" } } -Info 7 [00:00:32.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:33.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:35.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 11 [00:00:36.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 12 [00:00:37.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 13 [00:00:38.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 14 [00:00:39.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:40.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 16 [00:00:41.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/app.ts Text-1 "const app = 20;" @@ -67,14 +69,16 @@ Info 16 [00:00:41.000] Files (2) app.ts Matched by default include pattern '**/*' -Info 17 [00:00:42.000] ----------------------------------------------- -Info 18 [00:00:43.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 19 [00:00:44.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 20 [00:00:45.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 21 [00:00:46.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 22 [00:00:47.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:00:48.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 24 [00:00:49.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/jsFile1.js SVC-1-0 "const jsFile1 = 10;" @@ -84,12 +88,14 @@ Info 24 [00:00:49.000] Files (2) jsFile1.js Root file specified for compilation -Info 25 [00:00:50.000] ----------------------------------------------- +Info seq [hh:mm:ss:mss] ----------------------------------------------- TI:: Creating typing installer PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} /user/username/projects/myproject/jsconfig.json: *new* {"pollingInterval":2000} @@ -105,15 +111,15 @@ FsWatchesRecursive:: /user/username/projects/myproject: *new* {} -TI:: [00:00:51.000] Global cache location '/a/data/', safe file path '/safeList.json', types map path /typesMap.json -TI:: [00:00:52.000] Processing cache location '/a/data/' -TI:: [00:00:53.000] Trying to find '/a/data/package.json'... -TI:: [00:00:54.000] Finished processing cache location '/a/data/' -TI:: [00:00:55.000] Npm config file: /a/data/package.json -TI:: [00:00:56.000] Npm config file: '/a/data/package.json' is missing, creating new one... -TI:: [00:01:01.000] Updating types-registry npm package... -TI:: [00:01:02.000] npm install --ignore-scripts types-registry@latest -TI:: [00:01:09.000] TI:: Updated types-registry npm package +TI:: [hh:mm:ss:mss] Global cache location '/a/data/', safe file path '/safeList.json', types map path /typesMap.json +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Trying to find '/a/data/package.json'... +TI:: [hh:mm:ss:mss] Finished processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Npm config file: /a/data/package.json +TI:: [hh:mm:ss:mss] Npm config file: '/a/data/package.json' is missing, creating new one... +TI:: [hh:mm:ss:mss] Updating types-registry npm package... +TI:: [hh:mm:ss:mss] npm install --ignore-scripts types-registry@latest +TI:: [hh:mm:ss:mss] TI:: Updated types-registry npm package TI:: typing installer creation complete //// [/a/data/package.json] { "private": true } @@ -124,36 +130,36 @@ TI:: typing installer creation complete } -TI:: [00:01:10.000] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/a/lib/lib.d.ts","/user/username/projects/myproject/jsFile1.js"],"compilerOptions":{"target":1,"jsx":1,"allowNonTsExtensions":true,"allowJs":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/user/username/projects/myproject","cachePath":"/a/data/","kind":"discover"} -TI:: [00:01:11.000] Request specifies cache path '/a/data/', loading cached information... -TI:: [00:01:12.000] Processing cache location '/a/data/' -TI:: [00:01:13.000] Cache location was already processed... -TI:: [00:01:14.000] Failed to load safelist from types map file '/typesMap.json' -TI:: [00:01:15.000] Explicitly included types: [] -TI:: [00:01:16.000] Inferred typings from unresolved imports: [] -TI:: [00:01:17.000] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/user/username/projects/myproject/bower_components","/user/username/projects/myproject/node_modules"]} -TI:: [00:01:18.000] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/user/username/projects/myproject/bower_components","/user/username/projects/myproject/node_modules"]} -TI:: [00:01:19.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/bower_components -TI:: [00:01:20.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/bower_components 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:01:21.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/bower_components 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:01:22.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules -TI:: [00:01:23.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:01:24.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:01:25.000] Sending response: +TI:: [hh:mm:ss:mss] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/a/lib/lib.d.ts","/user/username/projects/myproject/jsFile1.js"],"compilerOptions":{"target":1,"jsx":1,"allowNonTsExtensions":true,"allowJs":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/user/username/projects/myproject","cachePath":"/a/data/","kind":"discover"} +TI:: [hh:mm:ss:mss] Request specifies cache path '/a/data/', loading cached information... +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Cache location was already processed... +TI:: [hh:mm:ss:mss] Failed to load safelist from types map file '/typesMap.json' +TI:: [hh:mm:ss:mss] Explicitly included types: [] +TI:: [hh:mm:ss:mss] Inferred typings from unresolved imports: [] +TI:: [hh:mm:ss:mss] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/user/username/projects/myproject/bower_components","/user/username/projects/myproject/node_modules"]} +TI:: [hh:mm:ss:mss] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/user/username/projects/myproject/bower_components","/user/username/projects/myproject/node_modules"]} +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/bower_components +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/bower_components 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/bower_components 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] Sending response: {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"target":1,"jsx":1,"allowNonTsExtensions":true,"allowJs":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typings":[],"unresolvedImports":[],"kind":"action::set"} -TI:: [00:01:26.000] No new typings were requested as a result of typings discovery -Info 26 [00:01:27.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 26 [00:01:28.000] Files (2) - -Info 26 [00:01:29.000] ----------------------------------------------- -Info 26 [00:01:30.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 26 [00:01:31.000] Files (2) - -Info 26 [00:01:32.000] ----------------------------------------------- -Info 26 [00:01:33.000] Open files: -Info 26 [00:01:34.000] FileName: /user/username/projects/myproject/jsFile1.js ProjectRootPath: undefined -Info 26 [00:01:35.000] Projects: /dev/null/inferredProject1* -Info 26 [00:01:36.000] response: +TI:: [hh:mm:ss:mss] No new typings were requested as a result of typings discovery +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/jsFile1.js ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -162,6 +168,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/jsconfig.json: {"pollingInterval":2000} /user/username/projects/myproject/bower_components: *new* @@ -183,7 +191,7 @@ FsWatchesRecursive:: Before request -Info 27 [00:01:37.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -192,20 +200,22 @@ Info 27 [00:01:37.000] request: "seq": 2, "type": "request" } -Info 28 [00:01:38.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 29 [00:01:39.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 30 [00:01:40.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 31 [00:01:41.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/jsFile1.js 500 undefined WatchType: Closed Script info -Info 32 [00:01:42.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 32 [00:01:43.000] Files (2) - -Info 32 [00:01:44.000] ----------------------------------------------- -Info 32 [00:01:45.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 32 [00:01:46.000] Files (2) - -Info 32 [00:01:47.000] ----------------------------------------------- -Info 32 [00:01:48.000] Open files: -Info 32 [00:01:49.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/jsFile1.js 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -214,6 +224,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/bower_components: {"pollingInterval":500} /user/username/projects/myproject/node_modules: @@ -239,7 +251,7 @@ FsWatchesRecursive:: Before request -Info 33 [00:01:50.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -248,15 +260,17 @@ Info 33 [00:01:50.000] request: "seq": 3, "type": "request" } -Info 34 [00:01:51.000] Search path: /user/username/projects/myproject -Info 35 [00:01:52.000] For info: /user/username/projects/myproject/jsFile2.js :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 36 [00:01:53.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 37 [00:01:54.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 38 [00:01:55.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 39 [00:01:56.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 40 [00:01:57.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 41 [00:01:58.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 42 [00:01:59.000] Files (2) +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/jsFile2.js :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/jsFile2.js SVC-1-0 "const jsFile2 = 10;" @@ -266,31 +280,31 @@ Info 42 [00:01:59.000] Files (2) jsFile2.js Root file specified for compilation -Info 43 [00:02:00.000] ----------------------------------------------- -TI:: [00:02:01.000] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/a/lib/lib.d.ts","/user/username/projects/myproject/jsFile2.js"],"compilerOptions":{"target":1,"jsx":1,"allowNonTsExtensions":true,"allowJs":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/user/username/projects/myproject","cachePath":"/a/data/","kind":"discover"} -TI:: [00:02:02.000] Request specifies cache path '/a/data/', loading cached information... -TI:: [00:02:03.000] Processing cache location '/a/data/' -TI:: [00:02:04.000] Cache location was already processed... -TI:: [00:02:05.000] Explicitly included types: [] -TI:: [00:02:06.000] Inferred typings from unresolved imports: [] -TI:: [00:02:07.000] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/user/username/projects/myproject/bower_components","/user/username/projects/myproject/node_modules"]} -TI:: [00:02:08.000] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/user/username/projects/myproject/bower_components","/user/username/projects/myproject/node_modules"]} -TI:: [00:02:09.000] Sending response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +TI:: [hh:mm:ss:mss] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/a/lib/lib.d.ts","/user/username/projects/myproject/jsFile2.js"],"compilerOptions":{"target":1,"jsx":1,"allowNonTsExtensions":true,"allowJs":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/user/username/projects/myproject","cachePath":"/a/data/","kind":"discover"} +TI:: [hh:mm:ss:mss] Request specifies cache path '/a/data/', loading cached information... +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Cache location was already processed... +TI:: [hh:mm:ss:mss] Explicitly included types: [] +TI:: [hh:mm:ss:mss] Inferred typings from unresolved imports: [] +TI:: [hh:mm:ss:mss] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/user/username/projects/myproject/bower_components","/user/username/projects/myproject/node_modules"]} +TI:: [hh:mm:ss:mss] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/user/username/projects/myproject/bower_components","/user/username/projects/myproject/node_modules"]} +TI:: [hh:mm:ss:mss] Sending response: {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"target":1,"jsx":1,"allowNonTsExtensions":true,"allowJs":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typings":[],"unresolvedImports":[],"kind":"action::set"} -TI:: [00:02:10.000] No new typings were requested as a result of typings discovery -Info 44 [00:02:11.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/jsFile1.js 500 undefined WatchType: Closed Script info -Info 45 [00:02:12.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 45 [00:02:13.000] Files (2) - -Info 45 [00:02:14.000] ----------------------------------------------- -Info 45 [00:02:15.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 45 [00:02:16.000] Files (2) - -Info 45 [00:02:17.000] ----------------------------------------------- -Info 45 [00:02:18.000] Open files: -Info 45 [00:02:19.000] FileName: /user/username/projects/myproject/jsFile2.js ProjectRootPath: undefined -Info 45 [00:02:20.000] Projects: /dev/null/inferredProject1* -Info 45 [00:02:21.000] response: +TI:: [hh:mm:ss:mss] No new typings were requested as a result of typings discovery +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/jsFile1.js 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/jsFile2.js ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -299,6 +313,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/bower_components: {"pollingInterval":500} /user/username/projects/myproject/node_modules: @@ -324,7 +340,7 @@ FsWatchesRecursive:: Before request -Info 46 [00:02:22.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -333,14 +349,16 @@ Info 46 [00:02:22.000] request: "seq": 4, "type": "request" } -Info 47 [00:02:23.000] Search path: /user/username/projects/myproject -Info 48 [00:02:24.000] For info: /user/username/projects/myproject/jsFile1.js :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 49 [00:02:25.000] Starting updateGraphWorker: Project: /dev/null/inferredProject2* -Info 50 [00:02:26.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 51 [00:02:27.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 52 [00:02:28.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 53 [00:02:29.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 54 [00:02:30.000] Files (2) +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/jsFile1.js :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/jsFile1.js SVC-2-0 "const jsFile1 = 10;" @@ -350,42 +368,42 @@ Info 54 [00:02:30.000] Files (2) jsFile1.js Root file specified for compilation -Info 55 [00:02:31.000] ----------------------------------------------- -TI:: [00:02:32.000] Got install request {"projectName":"/dev/null/inferredProject2*","fileNames":["/a/lib/lib.d.ts","/user/username/projects/myproject/jsFile1.js"],"compilerOptions":{"target":1,"jsx":1,"allowNonTsExtensions":true,"allowJs":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/user/username/projects/myproject","cachePath":"/a/data/","kind":"discover"} -TI:: [00:02:33.000] Request specifies cache path '/a/data/', loading cached information... -TI:: [00:02:34.000] Processing cache location '/a/data/' -TI:: [00:02:35.000] Cache location was already processed... -TI:: [00:02:36.000] Explicitly included types: [] -TI:: [00:02:37.000] Inferred typings from unresolved imports: [] -TI:: [00:02:38.000] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/user/username/projects/myproject/bower_components","/user/username/projects/myproject/node_modules"]} -TI:: [00:02:39.000] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/user/username/projects/myproject/bower_components","/user/username/projects/myproject/node_modules"]} -TI:: [00:02:40.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/bower_components -TI:: [00:02:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/bower_components 1 undefined Project: /dev/null/inferredProject2* watcher already invoked: false -TI:: [00:02:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/bower_components 1 undefined Project: /dev/null/inferredProject2* watcher already invoked: false -TI:: [00:02:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules -TI:: [00:02:44.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /dev/null/inferredProject2* watcher already invoked: false -TI:: [00:02:45.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /dev/null/inferredProject2* watcher already invoked: false -TI:: [00:02:46.000] Sending response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +TI:: [hh:mm:ss:mss] Got install request {"projectName":"/dev/null/inferredProject2*","fileNames":["/a/lib/lib.d.ts","/user/username/projects/myproject/jsFile1.js"],"compilerOptions":{"target":1,"jsx":1,"allowNonTsExtensions":true,"allowJs":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/user/username/projects/myproject","cachePath":"/a/data/","kind":"discover"} +TI:: [hh:mm:ss:mss] Request specifies cache path '/a/data/', loading cached information... +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Cache location was already processed... +TI:: [hh:mm:ss:mss] Explicitly included types: [] +TI:: [hh:mm:ss:mss] Inferred typings from unresolved imports: [] +TI:: [hh:mm:ss:mss] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/user/username/projects/myproject/bower_components","/user/username/projects/myproject/node_modules"]} +TI:: [hh:mm:ss:mss] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/user/username/projects/myproject/bower_components","/user/username/projects/myproject/node_modules"]} +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/bower_components +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/bower_components 1 undefined Project: /dev/null/inferredProject2* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/bower_components 1 undefined Project: /dev/null/inferredProject2* watcher already invoked: false +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /dev/null/inferredProject2* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /dev/null/inferredProject2* watcher already invoked: false +TI:: [hh:mm:ss:mss] Sending response: {"projectName":"/dev/null/inferredProject2*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"target":1,"jsx":1,"allowNonTsExtensions":true,"allowJs":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typings":[],"unresolvedImports":[],"kind":"action::set"} -TI:: [00:02:47.000] No new typings were requested as a result of typings discovery -Info 56 [00:02:48.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 56 [00:02:49.000] Files (2) - -Info 56 [00:02:50.000] ----------------------------------------------- -Info 56 [00:02:51.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 56 [00:02:52.000] Files (2) - -Info 56 [00:02:53.000] ----------------------------------------------- -Info 56 [00:02:54.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 56 [00:02:55.000] Files (2) - -Info 56 [00:02:56.000] ----------------------------------------------- -Info 56 [00:02:57.000] Open files: -Info 56 [00:02:58.000] FileName: /user/username/projects/myproject/jsFile2.js ProjectRootPath: undefined -Info 56 [00:02:59.000] Projects: /dev/null/inferredProject1* -Info 56 [00:03:00.000] FileName: /user/username/projects/myproject/jsFile1.js ProjectRootPath: undefined -Info 56 [00:03:01.000] Projects: /dev/null/inferredProject2* -Info 56 [00:03:02.000] response: +TI:: [hh:mm:ss:mss] No new typings were requested as a result of typings discovery +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/jsFile2.js ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/jsFile1.js ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -393,7 +411,7 @@ After request Before request -Info 57 [00:03:03.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -402,12 +420,12 @@ Info 57 [00:03:03.000] request: "seq": 5, "type": "request" } -Info 58 [00:03:04.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 59 [00:03:05.000] Search path: /a/lib -Info 60 [00:03:06.000] For info: /a/lib/lib.d.ts :: No config files found. -Info 61 [00:03:07.000] `remove Project:: -Info 62 [00:03:08.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 63 [00:03:09.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /a/lib +Info seq [hh:mm:ss:mss] For info: /a/lib/lib.d.ts :: No config files found. +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts /user/username/projects/myproject/app.ts @@ -417,28 +435,30 @@ Info 63 [00:03:09.000] Files (2) app.ts Matched by default include pattern '**/*' -Info 64 [00:03:10.000] ----------------------------------------------- -Info 65 [00:03:11.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 66 [00:03:12.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 67 [00:03:13.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 68 [00:03:14.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 69 [00:03:15.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/app.ts 500 undefined WatchType: Closed Script info -Info 70 [00:03:16.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 70 [00:03:17.000] Files (2) - -Info 70 [00:03:18.000] ----------------------------------------------- -Info 70 [00:03:19.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 70 [00:03:20.000] Files (2) - -Info 70 [00:03:21.000] ----------------------------------------------- -Info 70 [00:03:22.000] Open files: -Info 70 [00:03:23.000] FileName: /user/username/projects/myproject/jsFile2.js ProjectRootPath: undefined -Info 70 [00:03:24.000] Projects: /dev/null/inferredProject1* -Info 70 [00:03:25.000] FileName: /user/username/projects/myproject/jsFile1.js ProjectRootPath: undefined -Info 70 [00:03:26.000] Projects: /dev/null/inferredProject2* -Info 70 [00:03:27.000] FileName: /a/lib/lib.d.ts ProjectRootPath: undefined -Info 70 [00:03:28.000] Projects: /dev/null/inferredProject2*,/dev/null/inferredProject1* -Info 70 [00:03:29.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/app.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/jsFile2.js ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/jsFile1.js ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] FileName: /a/lib/lib.d.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject2*,/dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -447,6 +467,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/bower_components: {"pollingInterval":500} /user/username/projects/myproject/node_modules: diff --git a/tests/baselines/reference/tsserver/inferredProjects/should-support-files-without-extensions.js b/tests/baselines/reference/tsserver/inferredProjects/should-support-files-without-extensions.js index e5093689183ce..ccdc212a2da63 100644 --- a/tests/baselines/reference/tsserver/inferredProjects/should-support-files-without-extensions.js +++ b/tests/baselines/reference/tsserver/inferredProjects/should-support-files-without-extensions.js @@ -1,11 +1,11 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:07.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/compile] let x = 1 -Info 1 [00:00:08.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compilerOptionsForInferredProjects", "arguments": { @@ -16,7 +16,7 @@ Info 1 [00:00:08.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:09.000] response: +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -25,7 +25,7 @@ After request Before request -Info 3 [00:00:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -36,39 +36,35 @@ Info 3 [00:00:10.000] request: "seq": 2, "type": "request" } -Info 4 [00:00:11.000] Search path: /a -Info 5 [00:00:12.000] For info: /a/compile :: No config files found. -Info 6 [00:00:13.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 7 [00:00:14.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 8 [00:00:15.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 9 [00:00:16.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 10 [00:00:17.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 11 [00:00:18.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 12 [00:00:19.000] Files (1) +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/compile :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /a/compile SVC-1-0 "let x = 1" compile Root file specified for compilation -Info 13 [00:00:20.000] ----------------------------------------------- +Info seq [hh:mm:ss:mss] ----------------------------------------------- TI:: Creating typing installer PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/node_modules/@types: *new* - {"pollingInterval":500} -TI:: [00:00:21.000] Global cache location '/a/data/', safe file path '/safeList.json', types map path /typesMap.json -TI:: [00:00:22.000] Processing cache location '/a/data/' -TI:: [00:00:23.000] Trying to find '/a/data/package.json'... -TI:: [00:00:24.000] Finished processing cache location '/a/data/' -TI:: [00:00:25.000] Npm config file: /a/data/package.json -TI:: [00:00:26.000] Npm config file: '/a/data/package.json' is missing, creating new one... -TI:: [00:00:31.000] Updating types-registry npm package... -TI:: [00:00:32.000] npm install --ignore-scripts types-registry@latest -TI:: [00:00:39.000] TI:: Updated types-registry npm package +TI:: [hh:mm:ss:mss] Global cache location '/a/data/', safe file path '/safeList.json', types map path /typesMap.json +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Trying to find '/a/data/package.json'... +TI:: [hh:mm:ss:mss] Finished processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Npm config file: /a/data/package.json +TI:: [hh:mm:ss:mss] Npm config file: '/a/data/package.json' is missing, creating new one... +TI:: [hh:mm:ss:mss] Updating types-registry npm package... +TI:: [hh:mm:ss:mss] npm install --ignore-scripts types-registry@latest +TI:: [hh:mm:ss:mss] TI:: Updated types-registry npm package TI:: typing installer creation complete //// [/a/data/package.json] { "private": true } @@ -79,32 +75,32 @@ TI:: typing installer creation complete } -TI:: [00:00:40.000] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/a/compile"],"compilerOptions":{"allowJs":true,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/a","cachePath":"/a/data/","kind":"discover"} -TI:: [00:00:41.000] Request specifies cache path '/a/data/', loading cached information... -TI:: [00:00:42.000] Processing cache location '/a/data/' -TI:: [00:00:43.000] Cache location was already processed... -TI:: [00:00:44.000] Failed to load safelist from types map file '/typesMap.json' -TI:: [00:00:45.000] Explicitly included types: [] -TI:: [00:00:46.000] Inferred typings from unresolved imports: [] -TI:: [00:00:47.000] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/bower_components","/a/node_modules"]} -TI:: [00:00:48.000] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/bower_components","/a/node_modules"]} -TI:: [00:00:49.000] DirectoryWatcher:: Added:: WatchInfo: /a/bower_components -TI:: [00:00:50.000] DirectoryWatcher:: Added:: WatchInfo: /a/bower_components 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:00:51.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/bower_components 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:00:52.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules -TI:: [00:00:53.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:00:54.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:00:55.000] Sending response: +TI:: [hh:mm:ss:mss] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/a/compile"],"compilerOptions":{"allowJs":true,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/a","cachePath":"/a/data/","kind":"discover"} +TI:: [hh:mm:ss:mss] Request specifies cache path '/a/data/', loading cached information... +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Cache location was already processed... +TI:: [hh:mm:ss:mss] Failed to load safelist from types map file '/typesMap.json' +TI:: [hh:mm:ss:mss] Explicitly included types: [] +TI:: [hh:mm:ss:mss] Inferred typings from unresolved imports: [] +TI:: [hh:mm:ss:mss] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/bower_components","/a/node_modules"]} +TI:: [hh:mm:ss:mss] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/bower_components","/a/node_modules"]} +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/bower_components +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/bower_components 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/bower_components 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] Sending response: {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"allowNonTsExtensions":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typings":[],"unresolvedImports":[],"kind":"action::set"} -TI:: [00:00:56.000] No new typings were requested as a result of typings discovery -Info 14 [00:00:57.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 14 [00:00:58.000] Files (1) +TI:: [hh:mm:ss:mss] No new typings were requested as a result of typings discovery +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 14 [00:00:59.000] ----------------------------------------------- -Info 14 [00:01:00.000] Open files: -Info 14 [00:01:01.000] FileName: /a/compile ProjectRootPath: undefined -Info 14 [00:01:02.000] Projects: /dev/null/inferredProject1* -Info 14 [00:01:03.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/compile ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -113,8 +109,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/a/node_modules/@types: - {"pollingInterval":500} /a/bower_components: *new* {"pollingInterval":500} /a/node_modules: *new* diff --git a/tests/baselines/reference/tsserver/inferredProjects/should-use-only-one-inferred-project-if-useOneInferredProject-is-set.js b/tests/baselines/reference/tsserver/inferredProjects/should-use-only-one-inferred-project-if-useOneInferredProject-is-set.js index 15e90fb2cc5f8..bdc9d8bd72417 100644 --- a/tests/baselines/reference/tsserver/inferredProjects/should-use-only-one-inferred-project-if-useOneInferredProject-is-set.js +++ b/tests/baselines/reference/tsserver/inferredProjects/should-use-only-one-inferred-project-if-useOneInferredProject-is-set.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:31.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/user/username/projects/myproject/a/b/main.ts] let x =1; @@ -24,19 +24,19 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:32.000] Search path: /user/username/projects/myproject/a/b -Info 2 [00:00:33.000] For info: /user/username/projects/myproject/a/b/main.ts :: No config files found. -Info 3 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/b/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 4 [00:00:35.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/b/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 5 [00:00:36.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 6 [00:00:37.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 7 [00:00:38.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 8 [00:00:39.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 9 [00:00:40.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 10 [00:00:41.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:42.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 12 [00:00:43.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 13 [00:00:44.000] Files (2) +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/a/b +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/a/b/main.ts :: No config files found. +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/b/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/b/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/a/b/main.ts SVC-1-0 "let x =1;" @@ -46,22 +46,22 @@ Info 13 [00:00:44.000] Files (2) user/username/projects/myproject/a/b/main.ts Root file specified for compilation -Info 14 [00:00:45.000] ----------------------------------------------- -Info 15 [00:00:46.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 15 [00:00:47.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 15 [00:00:48.000] ----------------------------------------------- -Info 15 [00:00:49.000] Open files: -Info 15 [00:00:50.000] FileName: /user/username/projects/myproject/a/b/main.ts ProjectRootPath: undefined -Info 15 [00:00:51.000] Projects: /dev/null/inferredProject1* -Info 15 [00:00:52.000] Search path: /user/username/projects/myproject/a/c -Info 16 [00:00:53.000] For info: /user/username/projects/myproject/a/c/main.ts :: No config files found. -Info 17 [00:00:54.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/c/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 18 [00:00:55.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/c/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 19 [00:00:56.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 20 [00:00:57.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 21 [00:00:58.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 22 [00:00:59.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/a/b/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/a/c +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/a/c/main.ts :: No config files found. +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/c/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/c/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/a/b/main.ts SVC-1-0 "let x =1;" /user/username/projects/myproject/a/c/main.ts SVC-1-0 "let x =1;" @@ -74,24 +74,24 @@ Info 22 [00:00:59.000] Files (3) user/username/projects/myproject/a/c/main.ts Root file specified for compilation -Info 23 [00:01:00.000] ----------------------------------------------- -Info 24 [00:01:01.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 24 [00:01:02.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) -Info 24 [00:01:03.000] ----------------------------------------------- -Info 24 [00:01:04.000] Open files: -Info 24 [00:01:05.000] FileName: /user/username/projects/myproject/a/b/main.ts ProjectRootPath: undefined -Info 24 [00:01:06.000] Projects: /dev/null/inferredProject1* -Info 24 [00:01:07.000] FileName: /user/username/projects/myproject/a/c/main.ts ProjectRootPath: undefined -Info 24 [00:01:08.000] Projects: /dev/null/inferredProject1* -Info 24 [00:01:09.000] Search path: /user/username/projects/myproject/a/d -Info 25 [00:01:10.000] For info: /user/username/projects/myproject/a/d/main.ts :: No config files found. -Info 26 [00:01:11.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/d/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 27 [00:01:12.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/d/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 28 [00:01:13.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 29 [00:01:14.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 3 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 30 [00:01:15.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 31 [00:01:16.000] Files (4) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/a/b/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/a/c/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/a/d +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/a/d/main.ts :: No config files found. +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/d/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/d/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 3 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/a/b/main.ts SVC-1-0 "let x =1;" /user/username/projects/myproject/a/c/main.ts SVC-1-0 "let x =1;" @@ -107,31 +107,31 @@ Info 31 [00:01:16.000] Files (4) user/username/projects/myproject/a/d/main.ts Root file specified for compilation -Info 32 [00:01:17.000] ----------------------------------------------- -Info 33 [00:01:18.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 33 [00:01:19.000] Files (4) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (4) -Info 33 [00:01:20.000] ----------------------------------------------- -Info 33 [00:01:21.000] Open files: -Info 33 [00:01:22.000] FileName: /user/username/projects/myproject/a/b/main.ts ProjectRootPath: undefined -Info 33 [00:01:23.000] Projects: /dev/null/inferredProject1* -Info 33 [00:01:24.000] FileName: /user/username/projects/myproject/a/c/main.ts ProjectRootPath: undefined -Info 33 [00:01:25.000] Projects: /dev/null/inferredProject1* -Info 33 [00:01:26.000] FileName: /user/username/projects/myproject/a/d/main.ts ProjectRootPath: undefined -Info 33 [00:01:27.000] Projects: /dev/null/inferredProject1* -Info 33 [00:01:30.000] FileWatcher:: Triggered with /user/username/projects/myproject/a/b/tsconfig.json 0:: WatchInfo: /user/username/projects/myproject/a/b/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 34 [00:01:31.000] Search path: /user/username/projects/myproject/a/b -Info 35 [00:01:32.000] For info: /user/username/projects/myproject/a/b/main.ts :: Config file name: /user/username/projects/myproject/a/b/tsconfig.json -Info 36 [00:01:33.000] Creating configuration project /user/username/projects/myproject/a/b/tsconfig.json -Info 37 [00:01:34.000] Scheduled: /user/username/projects/myproject/a/b/tsconfig.json -Info 38 [00:01:35.000] Scheduled: *ensureProjectForOpenFiles* -Info 39 [00:01:36.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/a/b/tsconfig.json 0:: WatchInfo: /user/username/projects/myproject/a/b/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 40 [00:01:37.000] FileWatcher:: Triggered with /user/username/projects/myproject/a/b/tsconfig.json 0:: WatchInfo: /user/username/projects/myproject/a/b/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 41 [00:01:38.000] Search path: /user/username/projects/myproject/a/b -Info 42 [00:01:39.000] For info: /user/username/projects/myproject/a/b/main.ts :: Config file name: /user/username/projects/myproject/a/b/tsconfig.json -Info 43 [00:01:40.000] Scheduled: /user/username/projects/myproject/a/b/tsconfig.json, Cancelled earlier one -Info 44 [00:01:41.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 45 [00:01:42.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/a/b/tsconfig.json 0:: WatchInfo: /user/username/projects/myproject/a/b/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/a/b/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/a/c/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/a/d/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/a/b/tsconfig.json 0:: WatchInfo: /user/username/projects/myproject/a/b/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/a/b +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/a/b/main.ts :: Config file name: /user/username/projects/myproject/a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/a/b/tsconfig.json 0:: WatchInfo: /user/username/projects/myproject/a/b/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/a/b/tsconfig.json 0:: WatchInfo: /user/username/projects/myproject/a/b/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/a/b +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/a/b/main.ts :: Config file name: /user/username/projects/myproject/a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/a/b/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/a/b/tsconfig.json 0:: WatchInfo: /user/username/projects/myproject/a/b/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root Before running Timeout callback:: count: 2 3: /user/username/projects/myproject/a/b/tsconfig.json 4: *ensureProjectForOpenFiles* @@ -170,9 +170,9 @@ FsWatches:: /user/username/projects/myproject/a/b/tsconfig.json: *new* {} -Info 46 [00:01:43.000] Running: /user/username/projects/myproject/a/b/tsconfig.json -Info 47 [00:01:44.000] Loading configured project /user/username/projects/myproject/a/b/tsconfig.json -Info 48 [00:01:45.000] Config: /user/username/projects/myproject/a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Running: /user/username/projects/myproject/a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Loading configured project /user/username/projects/myproject/a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/a/b/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/a/b/main.ts" ], @@ -181,46 +181,48 @@ Info 48 [00:01:45.000] Config: /user/username/projects/myproject/a/b/tsconfig. "configFilePath": "/user/username/projects/myproject/a/b/tsconfig.json" } } -Info 49 [00:01:46.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/a/b/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 50 [00:01:47.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/a/b/tsconfig.json -Info 51 [00:01:48.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.es6.d.ts 500 undefined Project: /user/username/projects/myproject/a/b/tsconfig.json WatchType: Missing file -Info 52 [00:01:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/b/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/b/tsconfig.json WatchType: Type roots -Info 53 [00:01:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/b/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/b/tsconfig.json WatchType: Type roots -Info 54 [00:01:51.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/b/tsconfig.json WatchType: Type roots -Info 55 [00:01:52.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/b/tsconfig.json WatchType: Type roots -Info 56 [00:01:53.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/b/tsconfig.json WatchType: Type roots -Info 57 [00:01:54.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/b/tsconfig.json WatchType: Type roots -Info 58 [00:01:55.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 59 [00:01:56.000] Project '/user/username/projects/myproject/a/b/tsconfig.json' (Configured) -Info 60 [00:01:57.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/a/b/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.es6.d.ts 500 undefined Project: /user/username/projects/myproject/a/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/b/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/b/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /user/username/projects/myproject/a/b/main.ts SVC-1-0 "let x =1;" main.ts Part of 'files' list in tsconfig.json -Info 61 [00:01:58.000] ----------------------------------------------- -Info 62 [00:01:59.000] Running: *ensureProjectForOpenFiles* -Info 63 [00:02:00.000] Before ensureProjectForOpenFiles: -Info 64 [00:02:01.000] Project '/user/username/projects/myproject/a/b/tsconfig.json' (Configured) -Info 64 [00:02:02.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 64 [00:02:03.000] ----------------------------------------------- -Info 64 [00:02:04.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 64 [00:02:05.000] Files (4) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (4) -Info 64 [00:02:06.000] ----------------------------------------------- -Info 64 [00:02:07.000] Open files: -Info 64 [00:02:08.000] FileName: /user/username/projects/myproject/a/b/main.ts ProjectRootPath: undefined -Info 64 [00:02:09.000] Projects: /user/username/projects/myproject/a/b/tsconfig.json -Info 64 [00:02:10.000] FileName: /user/username/projects/myproject/a/c/main.ts ProjectRootPath: undefined -Info 64 [00:02:11.000] Projects: /dev/null/inferredProject1* -Info 64 [00:02:12.000] FileName: /user/username/projects/myproject/a/d/main.ts ProjectRootPath: undefined -Info 64 [00:02:13.000] Projects: /dev/null/inferredProject1* -Info 64 [00:02:14.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 65 [00:02:15.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 4 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 66 [00:02:16.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 67 [00:02:17.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/a/b/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/a/c/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/a/d/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 4 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/a/c/main.ts SVC-1-0 "let x =1;" /user/username/projects/myproject/a/d/main.ts SVC-1-0 "let x =1;" @@ -233,23 +235,23 @@ Info 67 [00:02:17.000] Files (3) user/username/projects/myproject/a/d/main.ts Root file specified for compilation -Info 68 [00:02:18.000] ----------------------------------------------- -Info 69 [00:02:19.000] After ensureProjectForOpenFiles: -Info 70 [00:02:20.000] Project '/user/username/projects/myproject/a/b/tsconfig.json' (Configured) -Info 70 [00:02:21.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 70 [00:02:22.000] ----------------------------------------------- -Info 70 [00:02:23.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 70 [00:02:24.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) -Info 70 [00:02:25.000] ----------------------------------------------- -Info 70 [00:02:26.000] Open files: -Info 70 [00:02:27.000] FileName: /user/username/projects/myproject/a/b/main.ts ProjectRootPath: undefined -Info 70 [00:02:28.000] Projects: /user/username/projects/myproject/a/b/tsconfig.json -Info 70 [00:02:29.000] FileName: /user/username/projects/myproject/a/c/main.ts ProjectRootPath: undefined -Info 70 [00:02:30.000] Projects: /dev/null/inferredProject1* -Info 70 [00:02:31.000] FileName: /user/username/projects/myproject/a/d/main.ts ProjectRootPath: undefined -Info 70 [00:02:32.000] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/a/b/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/a/c/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/a/d/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* After running Timeout callback:: count: 0 PolledWatches:: @@ -277,6 +279,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} PolledWatches *deleted*:: /user/username/projects/myproject/a/b/jsconfig.json: diff --git a/tests/baselines/reference/tsserver/inlayHints/with-updateOpen-request-does-not-corrupt-documents.js b/tests/baselines/reference/tsserver/inlayHints/with-updateOpen-request-does-not-corrupt-documents.js index 0fc15b56b679b..9a9dfd1221831 100644 --- a/tests/baselines/reference/tsserver/inlayHints/with-updateOpen-request-does-not-corrupt-documents.js +++ b/tests/baselines/reference/tsserver/inlayHints/with-updateOpen-request-does-not-corrupt-documents.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:19.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/b/app.ts] declare function foo(param: any): void; @@ -28,7 +28,7 @@ interface Array { length: number; [n: number]: T; } {} -Info 1 [00:00:20.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -37,11 +37,11 @@ Info 1 [00:00:20.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:21.000] Search path: /a/b -Info 3 [00:00:22.000] For info: /a/b/app.ts :: Config file name: /a/b/tsconfig.json -Info 4 [00:00:23.000] Creating configuration project /a/b/tsconfig.json -Info 5 [00:00:24.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 6 [00:00:25.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/app.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/b/tsconfig.json : { "rootNames": [ "/a/b/app.ts", "/a/b/commonFile1.ts", @@ -51,17 +51,15 @@ Info 6 [00:00:25.000] Config: /a/b/tsconfig.json : { "configFilePath": "/a/b/tsconfig.json" } } -Info 7 [00:00:26.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:27.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:28.000] FileWatcher:: Added:: WatchInfo: /a/b/commonFile1.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:29.000] FileWatcher:: Added:: WatchInfo: /a/b/commonFile2.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:30.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 12 [00:00:31.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 13 [00:00:32.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 14 [00:00:33.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 15 [00:00:34.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:00:35.000] Project '/a/b/tsconfig.json' (Configured) -Info 17 [00:00:36.000] Files (4) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/commonFile1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/commonFile2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/app.ts SVC-1-0 "declare function foo(param: any): void;\nfoo(12);" /a/b/commonFile1.ts Text-1 "let x = 1" @@ -77,24 +75,20 @@ Info 17 [00:00:36.000] Files (4) commonFile2.ts Matched by default include pattern '**/*' -Info 18 [00:00:37.000] ----------------------------------------------- -Info 19 [00:00:38.000] Project '/a/b/tsconfig.json' (Configured) -Info 19 [00:00:39.000] Files (4) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) -Info 19 [00:00:40.000] ----------------------------------------------- -Info 19 [00:00:41.000] Open files: -Info 19 [00:00:42.000] FileName: /a/b/app.ts ProjectRootPath: undefined -Info 19 [00:00:43.000] Projects: /a/b/tsconfig.json -Info 19 [00:00:44.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request -PolledWatches:: -/a/b/node_modules/@types: *new* - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: *new* {} @@ -111,7 +105,7 @@ FsWatchesRecursive:: Before request -Info 20 [00:00:45.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "configure", "arguments": { @@ -122,9 +116,9 @@ Info 20 [00:00:45.000] request: "seq": 2, "type": "request" } -Info 21 [00:00:46.000] response: +Info seq [hh:mm:ss:mss] response: {"seq":0,"type":"response","command":"configure","request_seq":2,"success":true,"performanceData":{"updateGraphDurationMs":*}} -Info 22 [00:00:47.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -132,7 +126,7 @@ After request Before request -Info 23 [00:00:48.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "provideInlayHints", "arguments": { @@ -143,7 +137,7 @@ Info 23 [00:00:48.000] request: "seq": 3, "type": "request" } -Info 24 [00:00:49.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -162,7 +156,7 @@ After request Before request -Info 25 [00:00:50.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "updateOpen", "arguments": { @@ -188,7 +182,7 @@ Info 25 [00:00:50.000] request: "seq": 4, "type": "request" } -Info 26 [00:00:51.000] response: +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -197,7 +191,7 @@ After request Before request -Info 27 [00:00:52.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "provideInlayHints", "arguments": { @@ -208,17 +202,17 @@ Info 27 [00:00:52.000] request: "seq": 5, "type": "request" } -Info 28 [00:00:53.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 29 [00:00:54.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 30 [00:00:55.000] Project '/a/b/tsconfig.json' (Configured) -Info 31 [00:00:56.000] Files (4) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/app.ts SVC-1-1 "declare function foo(param: any): void//;\nfoo(12);" /a/b/commonFile1.ts Text-1 "let x = 1" /a/b/commonFile2.ts Text-1 "let y = 1" -Info 32 [00:00:57.000] ----------------------------------------------- -Info 33 [00:00:58.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -237,7 +231,7 @@ After request Before request -Info 34 [00:00:59.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "updateOpen", "arguments": { @@ -263,7 +257,7 @@ Info 34 [00:00:59.000] request: "seq": 6, "type": "request" } -Info 35 [00:01:00.000] response: +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -272,7 +266,7 @@ After request Before request -Info 36 [00:01:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "provideInlayHints", "arguments": { @@ -283,17 +277,17 @@ Info 36 [00:01:01.000] request: "seq": 7, "type": "request" } -Info 37 [00:01:02.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 38 [00:01:03.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 39 [00:01:04.000] Project '/a/b/tsconfig.json' (Configured) -Info 40 [00:01:05.000] Files (4) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/app.ts SVC-1-2 "declare function foo(param: any): void//c;\nfoo(12);" /a/b/commonFile1.ts Text-1 "let x = 1" /a/b/commonFile2.ts Text-1 "let y = 1" -Info 41 [00:01:06.000] ----------------------------------------------- -Info 42 [00:01:07.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": [ { diff --git a/tests/baselines/reference/tsserver/jsdocTag/for-completions,-should-provide-a-string-for-a-working-link-in-a-comment.js b/tests/baselines/reference/tsserver/jsdocTag/for-completions,-should-provide-a-string-for-a-working-link-in-a-comment.js index ce227fe7406f4..0917888b62cec 100644 --- a/tests/baselines/reference/tsserver/jsdocTag/for-completions,-should-provide-a-string-for-a-working-link-in-a-comment.js +++ b/tests/baselines/reference/tsserver/jsdocTag/for-completions,-should-provide-a-string-for-a-working-link-in-a-comment.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:09.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/someFile1.js] class C { } @@ -18,7 +18,7 @@ foo -Info 1 [00:00:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "configure", "arguments": { @@ -29,9 +29,9 @@ Info 1 [00:00:10.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:11.000] response: +Info seq [hh:mm:ss:mss] response: {"seq":0,"type":"response","command":"configure","request_seq":1,"success":true} -Info 3 [00:00:12.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -39,7 +39,7 @@ After request Before request -Info 4 [00:00:13.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -48,11 +48,11 @@ Info 4 [00:00:13.000] request: "seq": 2, "type": "request" } -Info 5 [00:00:14.000] Search path: /a -Info 6 [00:00:15.000] For info: /a/someFile1.js :: Config file name: /a/tsconfig.json -Info 7 [00:00:16.000] Creating configuration project /a/tsconfig.json -Info 8 [00:00:17.000] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 9 [00:00:18.000] Config: /a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/someFile1.js :: Config file name: /a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/tsconfig.json : { "rootNames": [ "/a/someFile1.js" ], @@ -62,28 +62,26 @@ Info 9 [00:00:18.000] Config: /a/tsconfig.json : { "configFilePath": "/a/tsconfig.json" } } -Info 10 [00:00:19.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 11 [00:00:20.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 12 [00:00:21.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 13 [00:00:22.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 14 [00:00:23.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:24.000] Project '/a/tsconfig.json' (Configured) -Info 16 [00:00:25.000] Files (1) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/someFile1.js SVC-1-0 "class C { }\n/** @param x - see {@link C} */\nfunction foo (x) { }\nfoo" someFile1.js Part of 'files' list in tsconfig.json -Info 17 [00:00:26.000] ----------------------------------------------- -Info 18 [00:00:27.000] Project '/a/tsconfig.json' (Configured) -Info 18 [00:00:28.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 18 [00:00:29.000] ----------------------------------------------- -Info 18 [00:00:30.000] Open files: -Info 18 [00:00:31.000] FileName: /a/someFile1.js ProjectRootPath: undefined -Info 18 [00:00:32.000] Projects: /a/tsconfig.json -Info 18 [00:00:33.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/someFile1.js ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -92,8 +90,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/tsconfig.json: *new* @@ -101,7 +97,7 @@ FsWatches:: Before request -Info 19 [00:00:34.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "completionEntryDetails", "arguments": { @@ -114,12 +110,12 @@ Info 19 [00:00:34.000] request: "seq": 3, "type": "request" } -Info 20 [00:00:35.000] getCompletionData: Get current token: * -Info 21 [00:00:36.000] getCompletionData: Is inside comment: * -Info 22 [00:00:37.000] getCompletionData: Get previous token: * -Info 23 [00:00:38.000] getCompletionsAtPosition: isCompletionListBlocker: * -Info 24 [00:00:39.000] getCompletionData: Semantic work: * -Info 25 [00:00:40.000] response: +Info seq [hh:mm:ss:mss] getCompletionData: Get current token: * +Info seq [hh:mm:ss:mss] getCompletionData: Is inside comment: * +Info seq [hh:mm:ss:mss] getCompletionData: Get previous token: * +Info seq [hh:mm:ss:mss] getCompletionsAtPosition: isCompletionListBlocker: * +Info seq [hh:mm:ss:mss] getCompletionData: Semantic work: * +Info seq [hh:mm:ss:mss] response: { "response": [ { diff --git a/tests/baselines/reference/tsserver/jsdocTag/for-completions,-should-provide-display-parts-for-a-working-link-in-a-comment.js b/tests/baselines/reference/tsserver/jsdocTag/for-completions,-should-provide-display-parts-for-a-working-link-in-a-comment.js index b0e93f5be5235..4fcb25846770f 100644 --- a/tests/baselines/reference/tsserver/jsdocTag/for-completions,-should-provide-display-parts-for-a-working-link-in-a-comment.js +++ b/tests/baselines/reference/tsserver/jsdocTag/for-completions,-should-provide-display-parts-for-a-working-link-in-a-comment.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:09.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/someFile1.js] class C { } @@ -18,7 +18,7 @@ foo -Info 1 [00:00:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "configure", "arguments": { @@ -29,9 +29,9 @@ Info 1 [00:00:10.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:11.000] response: +Info seq [hh:mm:ss:mss] response: {"seq":0,"type":"response","command":"configure","request_seq":1,"success":true} -Info 3 [00:00:12.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -39,7 +39,7 @@ After request Before request -Info 4 [00:00:13.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -48,11 +48,11 @@ Info 4 [00:00:13.000] request: "seq": 2, "type": "request" } -Info 5 [00:00:14.000] Search path: /a -Info 6 [00:00:15.000] For info: /a/someFile1.js :: Config file name: /a/tsconfig.json -Info 7 [00:00:16.000] Creating configuration project /a/tsconfig.json -Info 8 [00:00:17.000] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 9 [00:00:18.000] Config: /a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/someFile1.js :: Config file name: /a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/tsconfig.json : { "rootNames": [ "/a/someFile1.js" ], @@ -62,28 +62,26 @@ Info 9 [00:00:18.000] Config: /a/tsconfig.json : { "configFilePath": "/a/tsconfig.json" } } -Info 10 [00:00:19.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 11 [00:00:20.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 12 [00:00:21.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 13 [00:00:22.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 14 [00:00:23.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:24.000] Project '/a/tsconfig.json' (Configured) -Info 16 [00:00:25.000] Files (1) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/someFile1.js SVC-1-0 "class C { }\n/** @param x - see {@link C} */\nfunction foo (x) { }\nfoo" someFile1.js Part of 'files' list in tsconfig.json -Info 17 [00:00:26.000] ----------------------------------------------- -Info 18 [00:00:27.000] Project '/a/tsconfig.json' (Configured) -Info 18 [00:00:28.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 18 [00:00:29.000] ----------------------------------------------- -Info 18 [00:00:30.000] Open files: -Info 18 [00:00:31.000] FileName: /a/someFile1.js ProjectRootPath: undefined -Info 18 [00:00:32.000] Projects: /a/tsconfig.json -Info 18 [00:00:33.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/someFile1.js ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -92,8 +90,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/tsconfig.json: *new* @@ -101,7 +97,7 @@ FsWatches:: Before request -Info 19 [00:00:34.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "completionEntryDetails", "arguments": { @@ -114,12 +110,12 @@ Info 19 [00:00:34.000] request: "seq": 3, "type": "request" } -Info 20 [00:00:35.000] getCompletionData: Get current token: * -Info 21 [00:00:36.000] getCompletionData: Is inside comment: * -Info 22 [00:00:37.000] getCompletionData: Get previous token: * -Info 23 [00:00:38.000] getCompletionsAtPosition: isCompletionListBlocker: * -Info 24 [00:00:39.000] getCompletionData: Semantic work: * -Info 25 [00:00:40.000] response: +Info seq [hh:mm:ss:mss] getCompletionData: Get current token: * +Info seq [hh:mm:ss:mss] getCompletionData: Is inside comment: * +Info seq [hh:mm:ss:mss] getCompletionData: Get previous token: * +Info seq [hh:mm:ss:mss] getCompletionsAtPosition: isCompletionListBlocker: * +Info seq [hh:mm:ss:mss] getCompletionData: Semantic work: * +Info seq [hh:mm:ss:mss] response: { "response": [ { diff --git a/tests/baselines/reference/tsserver/jsdocTag/for-completions-full,-should-provide-a-string-for-a-working-link-in-a-comment.js b/tests/baselines/reference/tsserver/jsdocTag/for-completions-full,-should-provide-a-string-for-a-working-link-in-a-comment.js index 99e6175ab9714..37bc3670c4fee 100644 --- a/tests/baselines/reference/tsserver/jsdocTag/for-completions-full,-should-provide-a-string-for-a-working-link-in-a-comment.js +++ b/tests/baselines/reference/tsserver/jsdocTag/for-completions-full,-should-provide-a-string-for-a-working-link-in-a-comment.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:09.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/someFile1.js] class C { } @@ -18,7 +18,7 @@ foo -Info 1 [00:00:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "configure", "arguments": { @@ -29,9 +29,9 @@ Info 1 [00:00:10.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:11.000] response: +Info seq [hh:mm:ss:mss] response: {"seq":0,"type":"response","command":"configure","request_seq":1,"success":true} -Info 3 [00:00:12.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -39,7 +39,7 @@ After request Before request -Info 4 [00:00:13.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -48,11 +48,11 @@ Info 4 [00:00:13.000] request: "seq": 2, "type": "request" } -Info 5 [00:00:14.000] Search path: /a -Info 6 [00:00:15.000] For info: /a/someFile1.js :: Config file name: /a/tsconfig.json -Info 7 [00:00:16.000] Creating configuration project /a/tsconfig.json -Info 8 [00:00:17.000] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 9 [00:00:18.000] Config: /a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/someFile1.js :: Config file name: /a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/tsconfig.json : { "rootNames": [ "/a/someFile1.js" ], @@ -62,28 +62,26 @@ Info 9 [00:00:18.000] Config: /a/tsconfig.json : { "configFilePath": "/a/tsconfig.json" } } -Info 10 [00:00:19.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 11 [00:00:20.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 12 [00:00:21.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 13 [00:00:22.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 14 [00:00:23.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:24.000] Project '/a/tsconfig.json' (Configured) -Info 16 [00:00:25.000] Files (1) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/someFile1.js SVC-1-0 "class C { }\n/** @param x - see {@link C} */\nfunction foo (x) { }\nfoo" someFile1.js Part of 'files' list in tsconfig.json -Info 17 [00:00:26.000] ----------------------------------------------- -Info 18 [00:00:27.000] Project '/a/tsconfig.json' (Configured) -Info 18 [00:00:28.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 18 [00:00:29.000] ----------------------------------------------- -Info 18 [00:00:30.000] Open files: -Info 18 [00:00:31.000] FileName: /a/someFile1.js ProjectRootPath: undefined -Info 18 [00:00:32.000] Projects: /a/tsconfig.json -Info 18 [00:00:33.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/someFile1.js ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -92,8 +90,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/tsconfig.json: *new* @@ -101,7 +97,7 @@ FsWatches:: Before request -Info 19 [00:00:34.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "completionEntryDetails-full", "arguments": { @@ -114,12 +110,12 @@ Info 19 [00:00:34.000] request: "seq": 3, "type": "request" } -Info 20 [00:00:35.000] getCompletionData: Get current token: * -Info 21 [00:00:36.000] getCompletionData: Is inside comment: * -Info 22 [00:00:37.000] getCompletionData: Get previous token: * -Info 23 [00:00:38.000] getCompletionsAtPosition: isCompletionListBlocker: * -Info 24 [00:00:39.000] getCompletionData: Semantic work: * -Info 25 [00:00:40.000] response: +Info seq [hh:mm:ss:mss] getCompletionData: Get current token: * +Info seq [hh:mm:ss:mss] getCompletionData: Is inside comment: * +Info seq [hh:mm:ss:mss] getCompletionData: Get previous token: * +Info seq [hh:mm:ss:mss] getCompletionsAtPosition: isCompletionListBlocker: * +Info seq [hh:mm:ss:mss] getCompletionData: Semantic work: * +Info seq [hh:mm:ss:mss] response: { "response": [ { diff --git a/tests/baselines/reference/tsserver/jsdocTag/for-completions-full,-should-provide-display-parts-for-a-working-link-in-a-comment.js b/tests/baselines/reference/tsserver/jsdocTag/for-completions-full,-should-provide-display-parts-for-a-working-link-in-a-comment.js index b1c02ef799ef3..2b27b9c75971e 100644 --- a/tests/baselines/reference/tsserver/jsdocTag/for-completions-full,-should-provide-display-parts-for-a-working-link-in-a-comment.js +++ b/tests/baselines/reference/tsserver/jsdocTag/for-completions-full,-should-provide-display-parts-for-a-working-link-in-a-comment.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:09.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/someFile1.js] class C { } @@ -18,7 +18,7 @@ foo -Info 1 [00:00:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "configure", "arguments": { @@ -29,9 +29,9 @@ Info 1 [00:00:10.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:11.000] response: +Info seq [hh:mm:ss:mss] response: {"seq":0,"type":"response","command":"configure","request_seq":1,"success":true} -Info 3 [00:00:12.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -39,7 +39,7 @@ After request Before request -Info 4 [00:00:13.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -48,11 +48,11 @@ Info 4 [00:00:13.000] request: "seq": 2, "type": "request" } -Info 5 [00:00:14.000] Search path: /a -Info 6 [00:00:15.000] For info: /a/someFile1.js :: Config file name: /a/tsconfig.json -Info 7 [00:00:16.000] Creating configuration project /a/tsconfig.json -Info 8 [00:00:17.000] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 9 [00:00:18.000] Config: /a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/someFile1.js :: Config file name: /a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/tsconfig.json : { "rootNames": [ "/a/someFile1.js" ], @@ -62,28 +62,26 @@ Info 9 [00:00:18.000] Config: /a/tsconfig.json : { "configFilePath": "/a/tsconfig.json" } } -Info 10 [00:00:19.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 11 [00:00:20.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 12 [00:00:21.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 13 [00:00:22.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 14 [00:00:23.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:24.000] Project '/a/tsconfig.json' (Configured) -Info 16 [00:00:25.000] Files (1) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/someFile1.js SVC-1-0 "class C { }\n/** @param x - see {@link C} */\nfunction foo (x) { }\nfoo" someFile1.js Part of 'files' list in tsconfig.json -Info 17 [00:00:26.000] ----------------------------------------------- -Info 18 [00:00:27.000] Project '/a/tsconfig.json' (Configured) -Info 18 [00:00:28.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 18 [00:00:29.000] ----------------------------------------------- -Info 18 [00:00:30.000] Open files: -Info 18 [00:00:31.000] FileName: /a/someFile1.js ProjectRootPath: undefined -Info 18 [00:00:32.000] Projects: /a/tsconfig.json -Info 18 [00:00:33.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/someFile1.js ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -92,8 +90,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/tsconfig.json: *new* @@ -101,7 +97,7 @@ FsWatches:: Before request -Info 19 [00:00:34.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "completionEntryDetails-full", "arguments": { @@ -114,12 +110,12 @@ Info 19 [00:00:34.000] request: "seq": 3, "type": "request" } -Info 20 [00:00:35.000] getCompletionData: Get current token: * -Info 21 [00:00:36.000] getCompletionData: Is inside comment: * -Info 22 [00:00:37.000] getCompletionData: Get previous token: * -Info 23 [00:00:38.000] getCompletionsAtPosition: isCompletionListBlocker: * -Info 24 [00:00:39.000] getCompletionData: Semantic work: * -Info 25 [00:00:40.000] response: +Info seq [hh:mm:ss:mss] getCompletionData: Get current token: * +Info seq [hh:mm:ss:mss] getCompletionData: Is inside comment: * +Info seq [hh:mm:ss:mss] getCompletionData: Get previous token: * +Info seq [hh:mm:ss:mss] getCompletionsAtPosition: isCompletionListBlocker: * +Info seq [hh:mm:ss:mss] getCompletionData: Semantic work: * +Info seq [hh:mm:ss:mss] response: { "response": [ { diff --git a/tests/baselines/reference/tsserver/jsdocTag/for-quickinfo,-should-provide-a-string-for-a-working-link-in-a-comment.js b/tests/baselines/reference/tsserver/jsdocTag/for-quickinfo,-should-provide-a-string-for-a-working-link-in-a-comment.js index 53ebd9ee2b4b7..ff3f76950907f 100644 --- a/tests/baselines/reference/tsserver/jsdocTag/for-quickinfo,-should-provide-a-string-for-a-working-link-in-a-comment.js +++ b/tests/baselines/reference/tsserver/jsdocTag/for-quickinfo,-should-provide-a-string-for-a-working-link-in-a-comment.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:09.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/someFile1.js] class C { } @@ -18,7 +18,7 @@ var x = 1 -Info 1 [00:00:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "configure", "arguments": { @@ -29,9 +29,9 @@ Info 1 [00:00:10.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:11.000] response: +Info seq [hh:mm:ss:mss] response: {"seq":0,"type":"response","command":"configure","request_seq":1,"success":true} -Info 3 [00:00:12.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -39,7 +39,7 @@ After request Before request -Info 4 [00:00:13.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -48,11 +48,11 @@ Info 4 [00:00:13.000] request: "seq": 2, "type": "request" } -Info 5 [00:00:14.000] Search path: /a -Info 6 [00:00:15.000] For info: /a/someFile1.js :: Config file name: /a/tsconfig.json -Info 7 [00:00:16.000] Creating configuration project /a/tsconfig.json -Info 8 [00:00:17.000] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 9 [00:00:18.000] Config: /a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/someFile1.js :: Config file name: /a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/tsconfig.json : { "rootNames": [ "/a/someFile1.js" ], @@ -62,28 +62,26 @@ Info 9 [00:00:18.000] Config: /a/tsconfig.json : { "configFilePath": "/a/tsconfig.json" } } -Info 10 [00:00:19.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 11 [00:00:20.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 12 [00:00:21.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 13 [00:00:22.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 14 [00:00:23.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:24.000] Project '/a/tsconfig.json' (Configured) -Info 16 [00:00:25.000] Files (1) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/someFile1.js SVC-1-0 "class C { }\n /** {@link C} */\nvar x = 1\n;" someFile1.js Part of 'files' list in tsconfig.json -Info 17 [00:00:26.000] ----------------------------------------------- -Info 18 [00:00:27.000] Project '/a/tsconfig.json' (Configured) -Info 18 [00:00:28.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 18 [00:00:29.000] ----------------------------------------------- -Info 18 [00:00:30.000] Open files: -Info 18 [00:00:31.000] FileName: /a/someFile1.js ProjectRootPath: undefined -Info 18 [00:00:32.000] Projects: /a/tsconfig.json -Info 18 [00:00:33.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/someFile1.js ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -92,8 +90,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/tsconfig.json: *new* @@ -101,7 +97,7 @@ FsWatches:: Before request -Info 19 [00:00:34.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "quickinfo", "arguments": { @@ -111,7 +107,7 @@ Info 19 [00:00:34.000] request: "seq": 3, "type": "request" } -Info 20 [00:00:35.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "kind": "var", diff --git a/tests/baselines/reference/tsserver/jsdocTag/for-quickinfo,-should-provide-a-string-for-a-working-link-in-a-tag.js b/tests/baselines/reference/tsserver/jsdocTag/for-quickinfo,-should-provide-a-string-for-a-working-link-in-a-tag.js index f8f2dd70d14a4..500a801096228 100644 --- a/tests/baselines/reference/tsserver/jsdocTag/for-quickinfo,-should-provide-a-string-for-a-working-link-in-a-tag.js +++ b/tests/baselines/reference/tsserver/jsdocTag/for-quickinfo,-should-provide-a-string-for-a-working-link-in-a-tag.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:09.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/someFile1.js] class C { } @@ -17,7 +17,7 @@ var x = 1 -Info 1 [00:00:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "configure", "arguments": { @@ -28,9 +28,9 @@ Info 1 [00:00:10.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:11.000] response: +Info seq [hh:mm:ss:mss] response: {"seq":0,"type":"response","command":"configure","request_seq":1,"success":true} -Info 3 [00:00:12.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -38,7 +38,7 @@ After request Before request -Info 4 [00:00:13.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -47,11 +47,11 @@ Info 4 [00:00:13.000] request: "seq": 2, "type": "request" } -Info 5 [00:00:14.000] Search path: /a -Info 6 [00:00:15.000] For info: /a/someFile1.js :: Config file name: /a/tsconfig.json -Info 7 [00:00:16.000] Creating configuration project /a/tsconfig.json -Info 8 [00:00:17.000] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 9 [00:00:18.000] Config: /a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/someFile1.js :: Config file name: /a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/tsconfig.json : { "rootNames": [ "/a/someFile1.js" ], @@ -61,28 +61,26 @@ Info 9 [00:00:18.000] Config: /a/tsconfig.json : { "configFilePath": "/a/tsconfig.json" } } -Info 10 [00:00:19.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 11 [00:00:20.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 12 [00:00:21.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 13 [00:00:22.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 14 [00:00:23.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:24.000] Project '/a/tsconfig.json' (Configured) -Info 16 [00:00:25.000] Files (1) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/someFile1.js SVC-1-0 "class C { }\n/** @wat {@link C} */\nvar x = 1" someFile1.js Part of 'files' list in tsconfig.json -Info 17 [00:00:26.000] ----------------------------------------------- -Info 18 [00:00:27.000] Project '/a/tsconfig.json' (Configured) -Info 18 [00:00:28.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 18 [00:00:29.000] ----------------------------------------------- -Info 18 [00:00:30.000] Open files: -Info 18 [00:00:31.000] FileName: /a/someFile1.js ProjectRootPath: undefined -Info 18 [00:00:32.000] Projects: /a/tsconfig.json -Info 18 [00:00:33.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/someFile1.js ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -91,8 +89,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/tsconfig.json: *new* @@ -100,7 +96,7 @@ FsWatches:: Before request -Info 19 [00:00:34.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "quickinfo", "arguments": { @@ -110,7 +106,7 @@ Info 19 [00:00:34.000] request: "seq": 3, "type": "request" } -Info 20 [00:00:35.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "kind": "var", diff --git a/tests/baselines/reference/tsserver/jsdocTag/for-quickinfo,-should-provide-display-parts-for-a-working-link-in-a-comment.js b/tests/baselines/reference/tsserver/jsdocTag/for-quickinfo,-should-provide-display-parts-for-a-working-link-in-a-comment.js index e55bad4595598..6c1cfb52fd12e 100644 --- a/tests/baselines/reference/tsserver/jsdocTag/for-quickinfo,-should-provide-display-parts-for-a-working-link-in-a-comment.js +++ b/tests/baselines/reference/tsserver/jsdocTag/for-quickinfo,-should-provide-display-parts-for-a-working-link-in-a-comment.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:09.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/someFile1.js] class C { } @@ -18,7 +18,7 @@ var x = 1 -Info 1 [00:00:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "configure", "arguments": { @@ -29,9 +29,9 @@ Info 1 [00:00:10.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:11.000] response: +Info seq [hh:mm:ss:mss] response: {"seq":0,"type":"response","command":"configure","request_seq":1,"success":true} -Info 3 [00:00:12.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -39,7 +39,7 @@ After request Before request -Info 4 [00:00:13.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -48,11 +48,11 @@ Info 4 [00:00:13.000] request: "seq": 2, "type": "request" } -Info 5 [00:00:14.000] Search path: /a -Info 6 [00:00:15.000] For info: /a/someFile1.js :: Config file name: /a/tsconfig.json -Info 7 [00:00:16.000] Creating configuration project /a/tsconfig.json -Info 8 [00:00:17.000] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 9 [00:00:18.000] Config: /a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/someFile1.js :: Config file name: /a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/tsconfig.json : { "rootNames": [ "/a/someFile1.js" ], @@ -62,28 +62,26 @@ Info 9 [00:00:18.000] Config: /a/tsconfig.json : { "configFilePath": "/a/tsconfig.json" } } -Info 10 [00:00:19.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 11 [00:00:20.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 12 [00:00:21.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 13 [00:00:22.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 14 [00:00:23.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:24.000] Project '/a/tsconfig.json' (Configured) -Info 16 [00:00:25.000] Files (1) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/someFile1.js SVC-1-0 "class C { }\n /** {@link C} */\nvar x = 1\n;" someFile1.js Part of 'files' list in tsconfig.json -Info 17 [00:00:26.000] ----------------------------------------------- -Info 18 [00:00:27.000] Project '/a/tsconfig.json' (Configured) -Info 18 [00:00:28.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 18 [00:00:29.000] ----------------------------------------------- -Info 18 [00:00:30.000] Open files: -Info 18 [00:00:31.000] FileName: /a/someFile1.js ProjectRootPath: undefined -Info 18 [00:00:32.000] Projects: /a/tsconfig.json -Info 18 [00:00:33.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/someFile1.js ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -92,8 +90,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/tsconfig.json: *new* @@ -101,7 +97,7 @@ FsWatches:: Before request -Info 19 [00:00:34.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "quickinfo", "arguments": { @@ -111,7 +107,7 @@ Info 19 [00:00:34.000] request: "seq": 3, "type": "request" } -Info 20 [00:00:35.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "kind": "var", diff --git a/tests/baselines/reference/tsserver/jsdocTag/for-quickinfo,-should-provide-display-parts-plus-a-span-for-a-working-link-in-a-tag.js b/tests/baselines/reference/tsserver/jsdocTag/for-quickinfo,-should-provide-display-parts-plus-a-span-for-a-working-link-in-a-tag.js index 7a77770384157..2c4e5f0685d9d 100644 --- a/tests/baselines/reference/tsserver/jsdocTag/for-quickinfo,-should-provide-display-parts-plus-a-span-for-a-working-link-in-a-tag.js +++ b/tests/baselines/reference/tsserver/jsdocTag/for-quickinfo,-should-provide-display-parts-plus-a-span-for-a-working-link-in-a-tag.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:09.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/someFile1.js] class C { } @@ -17,7 +17,7 @@ var x = 1 -Info 1 [00:00:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "configure", "arguments": { @@ -28,9 +28,9 @@ Info 1 [00:00:10.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:11.000] response: +Info seq [hh:mm:ss:mss] response: {"seq":0,"type":"response","command":"configure","request_seq":1,"success":true} -Info 3 [00:00:12.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -38,7 +38,7 @@ After request Before request -Info 4 [00:00:13.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -47,11 +47,11 @@ Info 4 [00:00:13.000] request: "seq": 2, "type": "request" } -Info 5 [00:00:14.000] Search path: /a -Info 6 [00:00:15.000] For info: /a/someFile1.js :: Config file name: /a/tsconfig.json -Info 7 [00:00:16.000] Creating configuration project /a/tsconfig.json -Info 8 [00:00:17.000] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 9 [00:00:18.000] Config: /a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/someFile1.js :: Config file name: /a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/tsconfig.json : { "rootNames": [ "/a/someFile1.js" ], @@ -61,28 +61,26 @@ Info 9 [00:00:18.000] Config: /a/tsconfig.json : { "configFilePath": "/a/tsconfig.json" } } -Info 10 [00:00:19.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 11 [00:00:20.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 12 [00:00:21.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 13 [00:00:22.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 14 [00:00:23.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:24.000] Project '/a/tsconfig.json' (Configured) -Info 16 [00:00:25.000] Files (1) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/someFile1.js SVC-1-0 "class C { }\n/** @wat {@link C} */\nvar x = 1" someFile1.js Part of 'files' list in tsconfig.json -Info 17 [00:00:26.000] ----------------------------------------------- -Info 18 [00:00:27.000] Project '/a/tsconfig.json' (Configured) -Info 18 [00:00:28.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 18 [00:00:29.000] ----------------------------------------------- -Info 18 [00:00:30.000] Open files: -Info 18 [00:00:31.000] FileName: /a/someFile1.js ProjectRootPath: undefined -Info 18 [00:00:32.000] Projects: /a/tsconfig.json -Info 18 [00:00:33.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/someFile1.js ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -91,8 +89,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/tsconfig.json: *new* @@ -100,7 +96,7 @@ FsWatches:: Before request -Info 19 [00:00:34.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "quickinfo", "arguments": { @@ -110,7 +106,7 @@ Info 19 [00:00:34.000] request: "seq": 3, "type": "request" } -Info 20 [00:00:35.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "kind": "var", diff --git a/tests/baselines/reference/tsserver/jsdocTag/for-quickinfo-full,-should-provide-a-string-for-a-working-link-in-a-comment.js b/tests/baselines/reference/tsserver/jsdocTag/for-quickinfo-full,-should-provide-a-string-for-a-working-link-in-a-comment.js index 2ea47d0314952..64282d078edaa 100644 --- a/tests/baselines/reference/tsserver/jsdocTag/for-quickinfo-full,-should-provide-a-string-for-a-working-link-in-a-comment.js +++ b/tests/baselines/reference/tsserver/jsdocTag/for-quickinfo-full,-should-provide-a-string-for-a-working-link-in-a-comment.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:09.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/someFile1.js] class C { } @@ -18,7 +18,7 @@ var x = 1 -Info 1 [00:00:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "configure", "arguments": { @@ -29,9 +29,9 @@ Info 1 [00:00:10.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:11.000] response: +Info seq [hh:mm:ss:mss] response: {"seq":0,"type":"response","command":"configure","request_seq":1,"success":true} -Info 3 [00:00:12.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -39,7 +39,7 @@ After request Before request -Info 4 [00:00:13.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -48,11 +48,11 @@ Info 4 [00:00:13.000] request: "seq": 2, "type": "request" } -Info 5 [00:00:14.000] Search path: /a -Info 6 [00:00:15.000] For info: /a/someFile1.js :: Config file name: /a/tsconfig.json -Info 7 [00:00:16.000] Creating configuration project /a/tsconfig.json -Info 8 [00:00:17.000] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 9 [00:00:18.000] Config: /a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/someFile1.js :: Config file name: /a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/tsconfig.json : { "rootNames": [ "/a/someFile1.js" ], @@ -62,28 +62,26 @@ Info 9 [00:00:18.000] Config: /a/tsconfig.json : { "configFilePath": "/a/tsconfig.json" } } -Info 10 [00:00:19.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 11 [00:00:20.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 12 [00:00:21.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 13 [00:00:22.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 14 [00:00:23.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:24.000] Project '/a/tsconfig.json' (Configured) -Info 16 [00:00:25.000] Files (1) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/someFile1.js SVC-1-0 "class C { }\n /** {@link C} */\nvar x = 1\n;" someFile1.js Part of 'files' list in tsconfig.json -Info 17 [00:00:26.000] ----------------------------------------------- -Info 18 [00:00:27.000] Project '/a/tsconfig.json' (Configured) -Info 18 [00:00:28.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 18 [00:00:29.000] ----------------------------------------------- -Info 18 [00:00:30.000] Open files: -Info 18 [00:00:31.000] FileName: /a/someFile1.js ProjectRootPath: undefined -Info 18 [00:00:32.000] Projects: /a/tsconfig.json -Info 18 [00:00:33.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/someFile1.js ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -92,8 +90,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/tsconfig.json: *new* @@ -101,7 +97,7 @@ FsWatches:: Before request -Info 19 [00:00:34.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "quickinfo-full", "arguments": { @@ -111,7 +107,7 @@ Info 19 [00:00:34.000] request: "seq": 3, "type": "request" } -Info 20 [00:00:35.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "kind": "var", diff --git a/tests/baselines/reference/tsserver/jsdocTag/for-quickinfo-full,-should-provide-a-string-for-a-working-link-in-a-tag.js b/tests/baselines/reference/tsserver/jsdocTag/for-quickinfo-full,-should-provide-a-string-for-a-working-link-in-a-tag.js index 373d2533121a2..777af0ad59eba 100644 --- a/tests/baselines/reference/tsserver/jsdocTag/for-quickinfo-full,-should-provide-a-string-for-a-working-link-in-a-tag.js +++ b/tests/baselines/reference/tsserver/jsdocTag/for-quickinfo-full,-should-provide-a-string-for-a-working-link-in-a-tag.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:09.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/someFile1.js] class C { } @@ -17,7 +17,7 @@ var x = 1 -Info 1 [00:00:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "configure", "arguments": { @@ -28,9 +28,9 @@ Info 1 [00:00:10.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:11.000] response: +Info seq [hh:mm:ss:mss] response: {"seq":0,"type":"response","command":"configure","request_seq":1,"success":true} -Info 3 [00:00:12.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -38,7 +38,7 @@ After request Before request -Info 4 [00:00:13.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -47,11 +47,11 @@ Info 4 [00:00:13.000] request: "seq": 2, "type": "request" } -Info 5 [00:00:14.000] Search path: /a -Info 6 [00:00:15.000] For info: /a/someFile1.js :: Config file name: /a/tsconfig.json -Info 7 [00:00:16.000] Creating configuration project /a/tsconfig.json -Info 8 [00:00:17.000] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 9 [00:00:18.000] Config: /a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/someFile1.js :: Config file name: /a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/tsconfig.json : { "rootNames": [ "/a/someFile1.js" ], @@ -61,28 +61,26 @@ Info 9 [00:00:18.000] Config: /a/tsconfig.json : { "configFilePath": "/a/tsconfig.json" } } -Info 10 [00:00:19.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 11 [00:00:20.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 12 [00:00:21.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 13 [00:00:22.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 14 [00:00:23.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:24.000] Project '/a/tsconfig.json' (Configured) -Info 16 [00:00:25.000] Files (1) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/someFile1.js SVC-1-0 "class C { }\n/** @wat {@link C} */\nvar x = 1" someFile1.js Part of 'files' list in tsconfig.json -Info 17 [00:00:26.000] ----------------------------------------------- -Info 18 [00:00:27.000] Project '/a/tsconfig.json' (Configured) -Info 18 [00:00:28.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 18 [00:00:29.000] ----------------------------------------------- -Info 18 [00:00:30.000] Open files: -Info 18 [00:00:31.000] FileName: /a/someFile1.js ProjectRootPath: undefined -Info 18 [00:00:32.000] Projects: /a/tsconfig.json -Info 18 [00:00:33.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/someFile1.js ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -91,8 +89,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/tsconfig.json: *new* @@ -100,7 +96,7 @@ FsWatches:: Before request -Info 19 [00:00:34.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "quickinfo-full", "arguments": { @@ -110,7 +106,7 @@ Info 19 [00:00:34.000] request: "seq": 3, "type": "request" } -Info 20 [00:00:35.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "kind": "var", diff --git a/tests/baselines/reference/tsserver/jsdocTag/for-quickinfo-full,-should-provide-display-parts-plus-a-span-for-a-working-link-in-a-comment.js b/tests/baselines/reference/tsserver/jsdocTag/for-quickinfo-full,-should-provide-display-parts-plus-a-span-for-a-working-link-in-a-comment.js index 8951f7b7325c3..a54e7dd0fc913 100644 --- a/tests/baselines/reference/tsserver/jsdocTag/for-quickinfo-full,-should-provide-display-parts-plus-a-span-for-a-working-link-in-a-comment.js +++ b/tests/baselines/reference/tsserver/jsdocTag/for-quickinfo-full,-should-provide-display-parts-plus-a-span-for-a-working-link-in-a-comment.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:09.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/someFile1.js] class C { } @@ -18,7 +18,7 @@ var x = 1 -Info 1 [00:00:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "configure", "arguments": { @@ -29,9 +29,9 @@ Info 1 [00:00:10.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:11.000] response: +Info seq [hh:mm:ss:mss] response: {"seq":0,"type":"response","command":"configure","request_seq":1,"success":true} -Info 3 [00:00:12.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -39,7 +39,7 @@ After request Before request -Info 4 [00:00:13.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -48,11 +48,11 @@ Info 4 [00:00:13.000] request: "seq": 2, "type": "request" } -Info 5 [00:00:14.000] Search path: /a -Info 6 [00:00:15.000] For info: /a/someFile1.js :: Config file name: /a/tsconfig.json -Info 7 [00:00:16.000] Creating configuration project /a/tsconfig.json -Info 8 [00:00:17.000] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 9 [00:00:18.000] Config: /a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/someFile1.js :: Config file name: /a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/tsconfig.json : { "rootNames": [ "/a/someFile1.js" ], @@ -62,28 +62,26 @@ Info 9 [00:00:18.000] Config: /a/tsconfig.json : { "configFilePath": "/a/tsconfig.json" } } -Info 10 [00:00:19.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 11 [00:00:20.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 12 [00:00:21.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 13 [00:00:22.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 14 [00:00:23.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:24.000] Project '/a/tsconfig.json' (Configured) -Info 16 [00:00:25.000] Files (1) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/someFile1.js SVC-1-0 "class C { }\n /** {@link C} */\nvar x = 1\n;" someFile1.js Part of 'files' list in tsconfig.json -Info 17 [00:00:26.000] ----------------------------------------------- -Info 18 [00:00:27.000] Project '/a/tsconfig.json' (Configured) -Info 18 [00:00:28.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 18 [00:00:29.000] ----------------------------------------------- -Info 18 [00:00:30.000] Open files: -Info 18 [00:00:31.000] FileName: /a/someFile1.js ProjectRootPath: undefined -Info 18 [00:00:32.000] Projects: /a/tsconfig.json -Info 18 [00:00:33.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/someFile1.js ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -92,8 +90,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/tsconfig.json: *new* @@ -101,7 +97,7 @@ FsWatches:: Before request -Info 19 [00:00:34.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "quickinfo-full", "arguments": { @@ -111,7 +107,7 @@ Info 19 [00:00:34.000] request: "seq": 3, "type": "request" } -Info 20 [00:00:35.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "kind": "var", diff --git a/tests/baselines/reference/tsserver/jsdocTag/for-quickinfo-full,-should-provide-display-parts-plus-a-span-for-a-working-link-in-a-tag.js b/tests/baselines/reference/tsserver/jsdocTag/for-quickinfo-full,-should-provide-display-parts-plus-a-span-for-a-working-link-in-a-tag.js index afbd2a4404eea..3557210e6984f 100644 --- a/tests/baselines/reference/tsserver/jsdocTag/for-quickinfo-full,-should-provide-display-parts-plus-a-span-for-a-working-link-in-a-tag.js +++ b/tests/baselines/reference/tsserver/jsdocTag/for-quickinfo-full,-should-provide-display-parts-plus-a-span-for-a-working-link-in-a-tag.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:09.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/someFile1.js] class C { } @@ -17,7 +17,7 @@ var x = 1 -Info 1 [00:00:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "configure", "arguments": { @@ -28,9 +28,9 @@ Info 1 [00:00:10.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:11.000] response: +Info seq [hh:mm:ss:mss] response: {"seq":0,"type":"response","command":"configure","request_seq":1,"success":true} -Info 3 [00:00:12.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -38,7 +38,7 @@ After request Before request -Info 4 [00:00:13.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -47,11 +47,11 @@ Info 4 [00:00:13.000] request: "seq": 2, "type": "request" } -Info 5 [00:00:14.000] Search path: /a -Info 6 [00:00:15.000] For info: /a/someFile1.js :: Config file name: /a/tsconfig.json -Info 7 [00:00:16.000] Creating configuration project /a/tsconfig.json -Info 8 [00:00:17.000] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 9 [00:00:18.000] Config: /a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/someFile1.js :: Config file name: /a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/tsconfig.json : { "rootNames": [ "/a/someFile1.js" ], @@ -61,28 +61,26 @@ Info 9 [00:00:18.000] Config: /a/tsconfig.json : { "configFilePath": "/a/tsconfig.json" } } -Info 10 [00:00:19.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 11 [00:00:20.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 12 [00:00:21.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 13 [00:00:22.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 14 [00:00:23.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:24.000] Project '/a/tsconfig.json' (Configured) -Info 16 [00:00:25.000] Files (1) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/someFile1.js SVC-1-0 "class C { }\n/** @wat {@link C} */\nvar x = 1" someFile1.js Part of 'files' list in tsconfig.json -Info 17 [00:00:26.000] ----------------------------------------------- -Info 18 [00:00:27.000] Project '/a/tsconfig.json' (Configured) -Info 18 [00:00:28.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 18 [00:00:29.000] ----------------------------------------------- -Info 18 [00:00:30.000] Open files: -Info 18 [00:00:31.000] FileName: /a/someFile1.js ProjectRootPath: undefined -Info 18 [00:00:32.000] Projects: /a/tsconfig.json -Info 18 [00:00:33.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/someFile1.js ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -91,8 +89,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/tsconfig.json: *new* @@ -100,7 +96,7 @@ FsWatches:: Before request -Info 19 [00:00:34.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "quickinfo-full", "arguments": { @@ -110,7 +106,7 @@ Info 19 [00:00:34.000] request: "seq": 3, "type": "request" } -Info 20 [00:00:35.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "kind": "var", diff --git a/tests/baselines/reference/tsserver/jsdocTag/for-signature-help,-should-provide-a-string-for-a-working-link-in-a-comment.js b/tests/baselines/reference/tsserver/jsdocTag/for-signature-help,-should-provide-a-string-for-a-working-link-in-a-comment.js index 8e59f2992e32c..e9a8c7ee7e393 100644 --- a/tests/baselines/reference/tsserver/jsdocTag/for-signature-help,-should-provide-a-string-for-a-working-link-in-a-comment.js +++ b/tests/baselines/reference/tsserver/jsdocTag/for-signature-help,-should-provide-a-string-for-a-working-link-in-a-comment.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:09.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/someFile1.js] class C { } @@ -18,7 +18,7 @@ x(1) -Info 1 [00:00:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "configure", "arguments": { @@ -29,9 +29,9 @@ Info 1 [00:00:10.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:11.000] response: +Info seq [hh:mm:ss:mss] response: {"seq":0,"type":"response","command":"configure","request_seq":1,"success":true} -Info 3 [00:00:12.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -39,7 +39,7 @@ After request Before request -Info 4 [00:00:13.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -48,11 +48,11 @@ Info 4 [00:00:13.000] request: "seq": 2, "type": "request" } -Info 5 [00:00:14.000] Search path: /a -Info 6 [00:00:15.000] For info: /a/someFile1.js :: Config file name: /a/tsconfig.json -Info 7 [00:00:16.000] Creating configuration project /a/tsconfig.json -Info 8 [00:00:17.000] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 9 [00:00:18.000] Config: /a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/someFile1.js :: Config file name: /a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/tsconfig.json : { "rootNames": [ "/a/someFile1.js" ], @@ -62,28 +62,26 @@ Info 9 [00:00:18.000] Config: /a/tsconfig.json : { "configFilePath": "/a/tsconfig.json" } } -Info 10 [00:00:19.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 11 [00:00:20.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 12 [00:00:21.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 13 [00:00:22.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 14 [00:00:23.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:24.000] Project '/a/tsconfig.json' (Configured) -Info 16 [00:00:25.000] Files (1) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/someFile1.js SVC-1-0 "class C { }\n/** @param y - {@link C} */\nfunction x(y) { }\nx(1)" someFile1.js Part of 'files' list in tsconfig.json -Info 17 [00:00:26.000] ----------------------------------------------- -Info 18 [00:00:27.000] Project '/a/tsconfig.json' (Configured) -Info 18 [00:00:28.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 18 [00:00:29.000] ----------------------------------------------- -Info 18 [00:00:30.000] Open files: -Info 18 [00:00:31.000] FileName: /a/someFile1.js ProjectRootPath: undefined -Info 18 [00:00:32.000] Projects: /a/tsconfig.json -Info 18 [00:00:33.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/someFile1.js ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -92,8 +90,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/tsconfig.json: *new* @@ -101,7 +97,7 @@ FsWatches:: Before request -Info 19 [00:00:34.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "signatureHelp", "arguments": { @@ -114,7 +110,7 @@ Info 19 [00:00:34.000] request: "seq": 3, "type": "request" } -Info 20 [00:00:35.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "items": [ diff --git a/tests/baselines/reference/tsserver/jsdocTag/for-signature-help,-should-provide-display-parts-for-a-working-link-in-a-comment.js b/tests/baselines/reference/tsserver/jsdocTag/for-signature-help,-should-provide-display-parts-for-a-working-link-in-a-comment.js index 18fdb2ca77fd5..631151bc409c7 100644 --- a/tests/baselines/reference/tsserver/jsdocTag/for-signature-help,-should-provide-display-parts-for-a-working-link-in-a-comment.js +++ b/tests/baselines/reference/tsserver/jsdocTag/for-signature-help,-should-provide-display-parts-for-a-working-link-in-a-comment.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:09.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/someFile1.js] class C { } @@ -18,7 +18,7 @@ x(1) -Info 1 [00:00:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "configure", "arguments": { @@ -29,9 +29,9 @@ Info 1 [00:00:10.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:11.000] response: +Info seq [hh:mm:ss:mss] response: {"seq":0,"type":"response","command":"configure","request_seq":1,"success":true} -Info 3 [00:00:12.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -39,7 +39,7 @@ After request Before request -Info 4 [00:00:13.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -48,11 +48,11 @@ Info 4 [00:00:13.000] request: "seq": 2, "type": "request" } -Info 5 [00:00:14.000] Search path: /a -Info 6 [00:00:15.000] For info: /a/someFile1.js :: Config file name: /a/tsconfig.json -Info 7 [00:00:16.000] Creating configuration project /a/tsconfig.json -Info 8 [00:00:17.000] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 9 [00:00:18.000] Config: /a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/someFile1.js :: Config file name: /a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/tsconfig.json : { "rootNames": [ "/a/someFile1.js" ], @@ -62,28 +62,26 @@ Info 9 [00:00:18.000] Config: /a/tsconfig.json : { "configFilePath": "/a/tsconfig.json" } } -Info 10 [00:00:19.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 11 [00:00:20.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 12 [00:00:21.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 13 [00:00:22.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 14 [00:00:23.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:24.000] Project '/a/tsconfig.json' (Configured) -Info 16 [00:00:25.000] Files (1) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/someFile1.js SVC-1-0 "class C { }\n/** @param y - {@link C} */\nfunction x(y) { }\nx(1)" someFile1.js Part of 'files' list in tsconfig.json -Info 17 [00:00:26.000] ----------------------------------------------- -Info 18 [00:00:27.000] Project '/a/tsconfig.json' (Configured) -Info 18 [00:00:28.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 18 [00:00:29.000] ----------------------------------------------- -Info 18 [00:00:30.000] Open files: -Info 18 [00:00:31.000] FileName: /a/someFile1.js ProjectRootPath: undefined -Info 18 [00:00:32.000] Projects: /a/tsconfig.json -Info 18 [00:00:33.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/someFile1.js ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -92,8 +90,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/tsconfig.json: *new* @@ -101,7 +97,7 @@ FsWatches:: Before request -Info 19 [00:00:34.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "signatureHelp", "arguments": { @@ -114,7 +110,7 @@ Info 19 [00:00:34.000] request: "seq": 3, "type": "request" } -Info 20 [00:00:35.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "items": [ diff --git a/tests/baselines/reference/tsserver/jsdocTag/for-signature-help-full,-should-provide-a-string-for-a-working-link-in-a-comment.js b/tests/baselines/reference/tsserver/jsdocTag/for-signature-help-full,-should-provide-a-string-for-a-working-link-in-a-comment.js index 37cb412ee4321..f79ae8bca98cf 100644 --- a/tests/baselines/reference/tsserver/jsdocTag/for-signature-help-full,-should-provide-a-string-for-a-working-link-in-a-comment.js +++ b/tests/baselines/reference/tsserver/jsdocTag/for-signature-help-full,-should-provide-a-string-for-a-working-link-in-a-comment.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:09.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/someFile1.js] class C { } @@ -18,7 +18,7 @@ x(1) -Info 1 [00:00:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "configure", "arguments": { @@ -29,9 +29,9 @@ Info 1 [00:00:10.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:11.000] response: +Info seq [hh:mm:ss:mss] response: {"seq":0,"type":"response","command":"configure","request_seq":1,"success":true} -Info 3 [00:00:12.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -39,7 +39,7 @@ After request Before request -Info 4 [00:00:13.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -48,11 +48,11 @@ Info 4 [00:00:13.000] request: "seq": 2, "type": "request" } -Info 5 [00:00:14.000] Search path: /a -Info 6 [00:00:15.000] For info: /a/someFile1.js :: Config file name: /a/tsconfig.json -Info 7 [00:00:16.000] Creating configuration project /a/tsconfig.json -Info 8 [00:00:17.000] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 9 [00:00:18.000] Config: /a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/someFile1.js :: Config file name: /a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/tsconfig.json : { "rootNames": [ "/a/someFile1.js" ], @@ -62,28 +62,26 @@ Info 9 [00:00:18.000] Config: /a/tsconfig.json : { "configFilePath": "/a/tsconfig.json" } } -Info 10 [00:00:19.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 11 [00:00:20.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 12 [00:00:21.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 13 [00:00:22.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 14 [00:00:23.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:24.000] Project '/a/tsconfig.json' (Configured) -Info 16 [00:00:25.000] Files (1) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/someFile1.js SVC-1-0 "class C { }\n/** @param y - {@link C} */\nfunction x(y) { }\nx(1)" someFile1.js Part of 'files' list in tsconfig.json -Info 17 [00:00:26.000] ----------------------------------------------- -Info 18 [00:00:27.000] Project '/a/tsconfig.json' (Configured) -Info 18 [00:00:28.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 18 [00:00:29.000] ----------------------------------------------- -Info 18 [00:00:30.000] Open files: -Info 18 [00:00:31.000] FileName: /a/someFile1.js ProjectRootPath: undefined -Info 18 [00:00:32.000] Projects: /a/tsconfig.json -Info 18 [00:00:33.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/someFile1.js ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -92,8 +90,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/tsconfig.json: *new* @@ -101,7 +97,7 @@ FsWatches:: Before request -Info 19 [00:00:34.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "signatureHelp-full", "arguments": { @@ -114,7 +110,7 @@ Info 19 [00:00:34.000] request: "seq": 3, "type": "request" } -Info 20 [00:00:35.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "items": [ diff --git a/tests/baselines/reference/tsserver/jsdocTag/for-signature-help-full,-should-provide-display-parts-for-a-working-link-in-a-comment.js b/tests/baselines/reference/tsserver/jsdocTag/for-signature-help-full,-should-provide-display-parts-for-a-working-link-in-a-comment.js index f7a58b7f62b8a..ae1a955875e0a 100644 --- a/tests/baselines/reference/tsserver/jsdocTag/for-signature-help-full,-should-provide-display-parts-for-a-working-link-in-a-comment.js +++ b/tests/baselines/reference/tsserver/jsdocTag/for-signature-help-full,-should-provide-display-parts-for-a-working-link-in-a-comment.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:09.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/someFile1.js] class C { } @@ -18,7 +18,7 @@ x(1) -Info 1 [00:00:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "configure", "arguments": { @@ -29,9 +29,9 @@ Info 1 [00:00:10.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:11.000] response: +Info seq [hh:mm:ss:mss] response: {"seq":0,"type":"response","command":"configure","request_seq":1,"success":true} -Info 3 [00:00:12.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -39,7 +39,7 @@ After request Before request -Info 4 [00:00:13.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -48,11 +48,11 @@ Info 4 [00:00:13.000] request: "seq": 2, "type": "request" } -Info 5 [00:00:14.000] Search path: /a -Info 6 [00:00:15.000] For info: /a/someFile1.js :: Config file name: /a/tsconfig.json -Info 7 [00:00:16.000] Creating configuration project /a/tsconfig.json -Info 8 [00:00:17.000] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 9 [00:00:18.000] Config: /a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/someFile1.js :: Config file name: /a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/tsconfig.json : { "rootNames": [ "/a/someFile1.js" ], @@ -62,28 +62,26 @@ Info 9 [00:00:18.000] Config: /a/tsconfig.json : { "configFilePath": "/a/tsconfig.json" } } -Info 10 [00:00:19.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 11 [00:00:20.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 12 [00:00:21.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 13 [00:00:22.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 14 [00:00:23.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:24.000] Project '/a/tsconfig.json' (Configured) -Info 16 [00:00:25.000] Files (1) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/someFile1.js SVC-1-0 "class C { }\n/** @param y - {@link C} */\nfunction x(y) { }\nx(1)" someFile1.js Part of 'files' list in tsconfig.json -Info 17 [00:00:26.000] ----------------------------------------------- -Info 18 [00:00:27.000] Project '/a/tsconfig.json' (Configured) -Info 18 [00:00:28.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 18 [00:00:29.000] ----------------------------------------------- -Info 18 [00:00:30.000] Open files: -Info 18 [00:00:31.000] FileName: /a/someFile1.js ProjectRootPath: undefined -Info 18 [00:00:32.000] Projects: /a/tsconfig.json -Info 18 [00:00:33.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/someFile1.js ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -92,8 +90,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/tsconfig.json: *new* @@ -101,7 +97,7 @@ FsWatches:: Before request -Info 19 [00:00:34.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "signatureHelp-full", "arguments": { @@ -114,7 +110,7 @@ Info 19 [00:00:34.000] request: "seq": 3, "type": "request" } -Info 20 [00:00:35.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "items": [ diff --git a/tests/baselines/reference/tsserver/languageService/should-support-multiple-projects-with-the-same-file-under-differing-paths-settings.js b/tests/baselines/reference/tsserver/languageService/should-support-multiple-projects-with-the-same-file-under-differing-paths-settings.js index 2f19b39300b9d..59a5481b49591 100644 --- a/tests/baselines/reference/tsserver/languageService/should-support-multiple-projects-with-the-same-file-under-differing-paths-settings.js +++ b/tests/baselines/reference/tsserver/languageService/should-support-multiple-projects-with-the-same-file-under-differing-paths-settings.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: true -Info 0 [00:00:23.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/project/shared.ts] import {foo_a} from "foo"; @@ -26,11 +26,11 @@ export const foo_b = 1; import "../shared"; -Info 1 [00:00:24.000] Search path: /project/a -Info 2 [00:00:25.000] For info: /project/a/index.ts :: Config file name: /project/a/tsconfig.json -Info 3 [00:00:26.000] Creating configuration project /project/a/tsconfig.json -Info 4 [00:00:27.000] FileWatcher:: Added:: WatchInfo: /project/a/tsconfig.json 2000 undefined Project: /project/a/tsconfig.json WatchType: Config file -Info 5 [00:00:28.000] Config: /project/a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /project/a +Info seq [hh:mm:ss:mss] For info: /project/a/index.ts :: Config file name: /project/a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /project/a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /project/a/tsconfig.json 2000 undefined Project: /project/a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /project/a/tsconfig.json : { "rootNames": [ "/project/a/index.ts", "/project/a/foo.d.ts" @@ -45,15 +45,13 @@ Info 5 [00:00:28.000] Config: /project/a/tsconfig.json : { "configFilePath": "/project/a/tsconfig.json" } } -Info 6 [00:00:29.000] FileWatcher:: Added:: WatchInfo: /project/a/foo.d.ts 500 undefined WatchType: Closed Script info -Info 7 [00:00:30.000] Starting updateGraphWorker: Project: /project/a/tsconfig.json -Info 8 [00:00:31.000] FileWatcher:: Added:: WatchInfo: /project/shared.ts 500 undefined WatchType: Closed Script info -Info 9 [00:00:32.000] FileWatcher:: Added:: WatchInfo: /project/lib.d.ts 500 undefined Project: /project/a/tsconfig.json WatchType: Missing file -Info 10 [00:00:33.000] DirectoryWatcher:: Added:: WatchInfo: /project/a/node_modules/@types 1 undefined Project: /project/a/tsconfig.json WatchType: Type roots -Info 11 [00:00:34.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /project/a/node_modules/@types 1 undefined Project: /project/a/tsconfig.json WatchType: Type roots -Info 12 [00:00:35.000] Finishing updateGraphWorker: Project: /project/a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 13 [00:00:36.000] Project '/project/a/tsconfig.json' (Configured) -Info 14 [00:00:37.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /project/a/foo.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /project/a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /project/shared.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /project/lib.d.ts 500 undefined Project: /project/a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /project/a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/project/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /project/a/foo.d.ts Text-1 "export const foo_a = 1;\n" /project/shared.ts Text-1 "import {foo_a} from \"foo\";\n" /project/a/index.ts SVC-1-0 "import \"../shared\";" @@ -67,19 +65,19 @@ Info 14 [00:00:37.000] Files (3) index.ts Part of 'files' list in tsconfig.json -Info 15 [00:00:38.000] ----------------------------------------------- -Info 16 [00:00:39.000] Project '/project/a/tsconfig.json' (Configured) -Info 16 [00:00:40.000] Files (3) - -Info 16 [00:00:41.000] ----------------------------------------------- -Info 16 [00:00:42.000] Open files: -Info 16 [00:00:43.000] FileName: /project/a/index.ts ProjectRootPath: undefined -Info 16 [00:00:44.000] Projects: /project/a/tsconfig.json -Info 16 [00:00:45.000] Search path: /project/b -Info 17 [00:00:46.000] For info: /project/b/index.ts :: Config file name: /project/b/tsconfig.json -Info 18 [00:00:47.000] Creating configuration project /project/b/tsconfig.json -Info 19 [00:00:48.000] FileWatcher:: Added:: WatchInfo: /project/b/tsconfig.json 2000 undefined Project: /project/b/tsconfig.json WatchType: Config file -Info 20 [00:00:49.000] Config: /project/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/project/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /project/a/index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /project/a/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /project/b +Info seq [hh:mm:ss:mss] For info: /project/b/index.ts :: Config file name: /project/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /project/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /project/b/tsconfig.json 2000 undefined Project: /project/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /project/b/tsconfig.json : { "rootNames": [ "/project/b/index.ts", "/project/b/foo.d.ts" @@ -94,14 +92,12 @@ Info 20 [00:00:49.000] Config: /project/b/tsconfig.json : { "configFilePath": "/project/b/tsconfig.json" } } -Info 21 [00:00:50.000] FileWatcher:: Added:: WatchInfo: /project/b/foo.d.ts 500 undefined WatchType: Closed Script info -Info 22 [00:00:51.000] Starting updateGraphWorker: Project: /project/b/tsconfig.json -Info 23 [00:00:52.000] FileWatcher:: Added:: WatchInfo: /project/lib.d.ts 500 undefined Project: /project/b/tsconfig.json WatchType: Missing file -Info 24 [00:00:53.000] DirectoryWatcher:: Added:: WatchInfo: /project/b/node_modules/@types 1 undefined Project: /project/b/tsconfig.json WatchType: Type roots -Info 25 [00:00:54.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /project/b/node_modules/@types 1 undefined Project: /project/b/tsconfig.json WatchType: Type roots -Info 26 [00:00:55.000] Finishing updateGraphWorker: Project: /project/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 27 [00:00:56.000] Project '/project/b/tsconfig.json' (Configured) -Info 28 [00:00:57.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /project/b/foo.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /project/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /project/lib.d.ts 500 undefined Project: /project/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /project/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/project/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /project/b/foo.d.ts Text-1 "export const foo_b = 1;\n" /project/shared.ts Text-1 "import {foo_a} from \"foo\";\n" /project/b/index.ts SVC-1-0 "import \"../shared\";" @@ -115,20 +111,20 @@ Info 28 [00:00:57.000] Files (3) index.ts Part of 'files' list in tsconfig.json -Info 29 [00:00:58.000] ----------------------------------------------- -Info 30 [00:00:59.000] Project '/project/a/tsconfig.json' (Configured) -Info 30 [00:01:00.000] Files (3) - -Info 30 [00:01:01.000] ----------------------------------------------- -Info 30 [00:01:02.000] Project '/project/b/tsconfig.json' (Configured) -Info 30 [00:01:03.000] Files (3) - -Info 30 [00:01:04.000] ----------------------------------------------- -Info 30 [00:01:05.000] Open files: -Info 30 [00:01:06.000] FileName: /project/a/index.ts ProjectRootPath: undefined -Info 30 [00:01:07.000] Projects: /project/a/tsconfig.json -Info 30 [00:01:08.000] FileName: /project/b/index.ts ProjectRootPath: undefined -Info 30 [00:01:09.000] Projects: /project/b/tsconfig.json -Info 30 [00:01:10.000] getSemanticDiagnostics:: /project/a/tsconfig.json:: 0 -Info 31 [00:01:11.000] getSemanticDiagnostics:: /project/b/tsconfig.json:: 1 -Info 32 [00:01:12.000] ../shared.ts(1,9): error TS2724: '"foo"' has no exported member named 'foo_a'. Did you mean 'foo_b'? +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/project/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/project/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /project/a/index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /project/a/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /project/b/index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /project/b/tsconfig.json +Info seq [hh:mm:ss:mss] getSemanticDiagnostics:: /project/a/tsconfig.json:: 0 +Info seq [hh:mm:ss:mss] getSemanticDiagnostics:: /project/b/tsconfig.json:: 1 +Info seq [hh:mm:ss:mss] ../shared.ts(1,9): error TS2724: '"foo"' has no exported member named 'foo_a'. Did you mean 'foo_b'? diff --git a/tests/baselines/reference/tsserver/languageService/should-work-correctly-on-case-sensitive-file-systems.js b/tests/baselines/reference/tsserver/languageService/should-work-correctly-on-case-sensitive-file-systems.js index 512926a3a2faa..bd6d7bd53723b 100644 --- a/tests/baselines/reference/tsserver/languageService/should-work-correctly-on-case-sensitive-file-systems.js +++ b/tests/baselines/reference/tsserver/languageService/should-work-correctly-on-case-sensitive-file-systems.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: true -Info 0 [00:00:13.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/a/Lib/lib.d.ts] let x: number @@ -8,15 +8,13 @@ let x: number let x = 1; -Info 1 [00:00:14.000] Search path: /a/b -Info 2 [00:00:15.000] For info: /a/b/app.ts :: No config files found. -Info 3 [00:00:16.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 4 [00:00:17.000] FileWatcher:: Added:: WatchInfo: /a/Lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 5 [00:00:18.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 6 [00:00:19.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 7 [00:00:20.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 8 [00:00:21.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 9 [00:00:22.000] Files (2) +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/app.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/Lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/Lib/lib.d.ts Text-1 "let x: number" /a/b/app.ts SVC-1-0 "let x = 1;" @@ -26,11 +24,11 @@ Info 9 [00:00:22.000] Files (2) app.ts Root file specified for compilation -Info 10 [00:00:23.000] ----------------------------------------------- -Info 11 [00:00:24.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 11 [00:00:25.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 11 [00:00:26.000] ----------------------------------------------- -Info 11 [00:00:27.000] Open files: -Info 11 [00:00:28.000] FileName: /a/b/app.ts ProjectRootPath: undefined -Info 11 [00:00:29.000] Projects: /dev/null/inferredProject1* \ No newline at end of file +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/maxNodeModuleJsDepth/should-be-set-to-2-if-the-project-has-js-root-files.js b/tests/baselines/reference/tsserver/maxNodeModuleJsDepth/should-be-set-to-2-if-the-project-has-js-root-files.js index 4c8265fe3c180..43d9182cca4aa 100644 --- a/tests/baselines/reference/tsserver/maxNodeModuleJsDepth/should-be-set-to-2-if-the-project-has-js-root-files.js +++ b/tests/baselines/reference/tsserver/maxNodeModuleJsDepth/should-be-set-to-2-if-the-project-has-js-root-files.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:15.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/b/file1.js] var t = require("test"); t. @@ -8,7 +8,7 @@ var t = require("test"); t. var v = 10; module.exports = v; -Info 1 [00:00:16.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -17,19 +17,15 @@ Info 1 [00:00:16.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:17.000] Search path: /a/b -Info 3 [00:00:18.000] For info: /a/b/file1.js :: No config files found. -Info 4 [00:00:19.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 5 [00:00:20.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 6 [00:00:21.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 7 [00:00:22.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations -Info 8 [00:00:23.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations -Info 9 [00:00:24.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 10 [00:00:25.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 11 [00:00:26.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 12 [00:00:27.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 13 [00:00:28.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 14 [00:00:29.000] Files (2) +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/file1.js :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/b/node_modules/test/index.js Text-1 "var v = 10; module.exports = v;" /a/b/file1.js SVC-1-0 "var t = require(\"test\"); t." @@ -39,28 +35,26 @@ Info 14 [00:00:29.000] Files (2) file1.js Root file specified for compilation -Info 15 [00:00:30.000] ----------------------------------------------- +Info seq [hh:mm:ss:mss] ----------------------------------------------- TI:: Creating typing installer PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/b/node_modules/@types: *new* - {"pollingInterval":500} FsWatchesRecursive:: /a/b/node_modules: *new* {} -TI:: [00:00:31.000] Global cache location '/a/data/', safe file path '/safeList.json', types map path /typesMap.json -TI:: [00:00:32.000] Processing cache location '/a/data/' -TI:: [00:00:33.000] Trying to find '/a/data/package.json'... -TI:: [00:00:34.000] Finished processing cache location '/a/data/' -TI:: [00:00:35.000] Npm config file: /a/data/package.json -TI:: [00:00:36.000] Npm config file: '/a/data/package.json' is missing, creating new one... -TI:: [00:00:41.000] Updating types-registry npm package... -TI:: [00:00:42.000] npm install --ignore-scripts types-registry@latest -TI:: [00:00:49.000] TI:: Updated types-registry npm package +TI:: [hh:mm:ss:mss] Global cache location '/a/data/', safe file path '/safeList.json', types map path /typesMap.json +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Trying to find '/a/data/package.json'... +TI:: [hh:mm:ss:mss] Finished processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Npm config file: /a/data/package.json +TI:: [hh:mm:ss:mss] Npm config file: '/a/data/package.json' is missing, creating new one... +TI:: [hh:mm:ss:mss] Updating types-registry npm package... +TI:: [hh:mm:ss:mss] npm install --ignore-scripts types-registry@latest +TI:: [hh:mm:ss:mss] TI:: Updated types-registry npm package TI:: typing installer creation complete //// [/a/data/package.json] { "private": true } @@ -71,36 +65,36 @@ TI:: typing installer creation complete } -TI:: [00:00:50.000] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/a/b/file1.js"],"compilerOptions":{"target":1,"jsx":1,"allowNonTsExtensions":true,"allowJs":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["test"],"projectRootPath":"/a/b","cachePath":"/a/data/","kind":"discover"} -TI:: [00:00:51.000] Request specifies cache path '/a/data/', loading cached information... -TI:: [00:00:52.000] Processing cache location '/a/data/' -TI:: [00:00:53.000] Cache location was already processed... -TI:: [00:00:54.000] Failed to load safelist from types map file '/typesMap.json' -TI:: [00:00:55.000] Explicitly included types: [] -TI:: [00:00:56.000] Searching for typing names in /a/b/node_modules; all files: [] -TI:: [00:00:57.000] Found package names: [] -TI:: [00:00:58.000] Inferred typings from unresolved imports: ["test"] -TI:: [00:00:59.000] Result: {"cachedTypingPaths":[],"newTypingNames":["test"],"filesToWatch":["/a/b/bower_components","/a/b/node_modules"]} -TI:: [00:01:00.000] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["test"],"filesToWatch":["/a/b/bower_components","/a/b/node_modules"]} -TI:: [00:01:01.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/bower_components -TI:: [00:01:02.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/bower_components 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:01:03.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/bower_components 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:01:04.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules -TI:: [00:01:05.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:01:06.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:01:07.000] Installing typings ["test"] -TI:: [00:01:08.000] 'test':: Entry for package 'test' does not exist in local types registry - skipping... -TI:: [00:01:09.000] All typings are known to be missing or invalid - no need to install more typings -TI:: [00:01:10.000] Sending response: +TI:: [hh:mm:ss:mss] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/a/b/file1.js"],"compilerOptions":{"target":1,"jsx":1,"allowNonTsExtensions":true,"allowJs":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["test"],"projectRootPath":"/a/b","cachePath":"/a/data/","kind":"discover"} +TI:: [hh:mm:ss:mss] Request specifies cache path '/a/data/', loading cached information... +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Cache location was already processed... +TI:: [hh:mm:ss:mss] Failed to load safelist from types map file '/typesMap.json' +TI:: [hh:mm:ss:mss] Explicitly included types: [] +TI:: [hh:mm:ss:mss] Searching for typing names in /a/b/node_modules; all files: [] +TI:: [hh:mm:ss:mss] Found package names: [] +TI:: [hh:mm:ss:mss] Inferred typings from unresolved imports: ["test"] +TI:: [hh:mm:ss:mss] Result: {"cachedTypingPaths":[],"newTypingNames":["test"],"filesToWatch":["/a/b/bower_components","/a/b/node_modules"]} +TI:: [hh:mm:ss:mss] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["test"],"filesToWatch":["/a/b/bower_components","/a/b/node_modules"]} +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/bower_components +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/bower_components 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/bower_components 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] Installing typings ["test"] +TI:: [hh:mm:ss:mss] 'test':: Entry for package 'test' does not exist in local types registry - skipping... +TI:: [hh:mm:ss:mss] All typings are known to be missing or invalid - no need to install more typings +TI:: [hh:mm:ss:mss] Sending response: {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"target":1,"jsx":1,"allowNonTsExtensions":true,"allowJs":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typings":[],"unresolvedImports":["test"],"kind":"action::set"} -Info 16 [00:01:11.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 16 [00:01:12.000] Files (2) - -Info 16 [00:01:13.000] ----------------------------------------------- -Info 16 [00:01:14.000] Open files: -Info 16 [00:01:15.000] FileName: /a/b/file1.js ProjectRootPath: undefined -Info 16 [00:01:16.000] Projects: /dev/null/inferredProject1* -Info 16 [00:01:17.000] response: +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/file1.js ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -109,8 +103,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/a/b/node_modules/@types: - {"pollingInterval":500} /a/b/bower_components: *new* {"pollingInterval":500} @@ -121,7 +113,7 @@ FsWatchesRecursive:: maxNodeModuleJsDepth: 2 Before request -Info 17 [00:01:18.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compilerOptionsForInferredProjects", "arguments": { @@ -132,31 +124,13 @@ Info 17 [00:01:18.000] request: "seq": 2, "type": "request" } -Info 18 [00:01:19.000] DirectoryWatcher:: Close:: WatchInfo: /a/b/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations -Info 19 [00:01:20.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations -Info 20 [00:01:21.000] DirectoryWatcher:: Close:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 21 [00:01:22.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 22 [00:01:23.000] Scheduled: /dev/null/inferredProject1* -Info 23 [00:01:24.000] Scheduled: *ensureProjectForOpenFiles* -Info 24 [00:01:25.000] response: +Info seq [hh:mm:ss:mss] Scheduled: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true } After request -PolledWatches:: -/a/lib/lib.d.ts: - {"pollingInterval":500} -/a/b/bower_components: - {"pollingInterval":500} - -PolledWatches *deleted*:: -/a/b/node_modules/@types: - {"pollingInterval":500} - -FsWatchesRecursive:: -/a/b/node_modules: - {} - maxNodeModuleJsDepth: 2 \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/maxNodeModuleJsDepth/should-return-to-normal-state-when-all-js-root-files-are-removed-from-project.js b/tests/baselines/reference/tsserver/maxNodeModuleJsDepth/should-return-to-normal-state-when-all-js-root-files-are-removed-from-project.js index ffd11e0b9d5bc..064f438f29284 100644 --- a/tests/baselines/reference/tsserver/maxNodeModuleJsDepth/should-return-to-normal-state-when-all-js-root-files-are-removed-from-project.js +++ b/tests/baselines/reference/tsserver/maxNodeModuleJsDepth/should-return-to-normal-state-when-all-js-root-files-are-removed-from-project.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:13.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/file1.ts] let x =1; @@ -21,7 +21,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:14.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -30,13 +30,13 @@ Info 1 [00:00:14.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:15.000] Search path: /a -Info 3 [00:00:16.000] For info: /a/file1.ts :: No config files found. -Info 4 [00:00:17.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 5 [00:00:18.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 6 [00:00:19.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 7 [00:00:20.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 8 [00:00:21.000] Files (2) +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/file1.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/file1.ts SVC-1-0 "let x =1;" @@ -46,15 +46,15 @@ Info 8 [00:00:21.000] Files (2) a/file1.ts Root file specified for compilation -Info 9 [00:00:22.000] ----------------------------------------------- -Info 10 [00:00:23.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 10 [00:00:24.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 10 [00:00:25.000] ----------------------------------------------- -Info 10 [00:00:26.000] Open files: -Info 10 [00:00:27.000] FileName: /a/file1.ts ProjectRootPath: undefined -Info 10 [00:00:28.000] Projects: /dev/null/inferredProject1* -Info 10 [00:00:29.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -67,7 +67,7 @@ FsWatches:: maxNodeModuleJsDepth: undefined Before request -Info 11 [00:00:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -76,12 +76,12 @@ Info 11 [00:00:30.000] request: "seq": 2, "type": "request" } -Info 12 [00:00:31.000] Search path: /a -Info 13 [00:00:32.000] For info: /a/file2.js :: No config files found. -Info 14 [00:00:33.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 15 [00:00:34.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:00:35.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 17 [00:00:36.000] Files (3) +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/file2.js :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/file1.ts SVC-1-0 "let x =1;" /a/file2.js SVC-1-0 "let x =1;" @@ -94,17 +94,17 @@ Info 17 [00:00:36.000] Files (3) a/file2.js Root file specified for compilation -Info 18 [00:00:37.000] ----------------------------------------------- -Info 19 [00:00:38.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 19 [00:00:39.000] Files (3) - -Info 19 [00:00:40.000] ----------------------------------------------- -Info 19 [00:00:41.000] Open files: -Info 19 [00:00:42.000] FileName: /a/file1.ts ProjectRootPath: undefined -Info 19 [00:00:43.000] Projects: /dev/null/inferredProject1* -Info 19 [00:00:44.000] FileName: /a/file2.js ProjectRootPath: undefined -Info 19 [00:00:45.000] Projects: /dev/null/inferredProject1* -Info 19 [00:00:46.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /a/file2.js ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -113,7 +113,7 @@ After request maxNodeModuleJsDepth: 2 Before request -Info 20 [00:00:47.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -122,15 +122,15 @@ Info 20 [00:00:47.000] request: "seq": 3, "type": "request" } -Info 21 [00:00:48.000] FileWatcher:: Added:: WatchInfo: /a/file2.js 500 undefined WatchType: Closed Script info -Info 22 [00:00:49.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 22 [00:00:50.000] Files (3) - -Info 22 [00:00:51.000] ----------------------------------------------- -Info 22 [00:00:52.000] Open files: -Info 22 [00:00:53.000] FileName: /a/file1.ts ProjectRootPath: undefined -Info 22 [00:00:54.000] Projects: /dev/null/inferredProject1* -Info 22 [00:00:55.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/file2.js 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } diff --git a/tests/baselines/reference/tsserver/metadataInResponse/can-pass-through-metadata-when-the-command-returns-array.js b/tests/baselines/reference/tsserver/metadataInResponse/can-pass-through-metadata-when-the-command-returns-array.js index 3e563be7bb5a9..b29c6ddba7e42 100644 --- a/tests/baselines/reference/tsserver/metadataInResponse/can-pass-through-metadata-when-the-command-returns-array.js +++ b/tests/baselines/reference/tsserver/metadataInResponse/can-pass-through-metadata-when-the-command-returns-array.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:07.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a.ts] class c { prop = "hello"; foo() { return this.prop; } } @@ -8,7 +8,7 @@ class c { prop = "hello"; foo() { return this.prop; } } {"compilerOptions":{"plugins":[{"name":"myplugin"}]}} -Info 1 [00:00:08.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -17,11 +17,11 @@ Info 1 [00:00:08.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:09.000] Search path: / -Info 3 [00:00:10.000] For info: /a.ts :: Config file name: /tsconfig.json -Info 4 [00:00:11.000] Creating configuration project /tsconfig.json -Info 5 [00:00:12.000] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file -Info 6 [00:00:13.000] Config: /tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: / +Info seq [hh:mm:ss:mss] For info: /a.ts :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /tsconfig.json : { "rootNames": [ "/a.ts" ], @@ -34,31 +34,31 @@ Info 6 [00:00:13.000] Config: /tsconfig.json : { "configFilePath": "/tsconfig.json" } } -Info 7 [00:00:14.000] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 8 [00:00:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 9 [00:00:16.000] Enabling plugin myplugin from candidate paths: /a/lib/tsc.js/../../.. -Info 10 [00:00:17.000] Loading myplugin from /a/lib/tsc.js/../../.. (resolved to /a/lib/tsc.js/../../../node_modules) -Info 11 [00:00:18.000] Plugin validation succeeded -Info 12 [00:00:19.000] Starting updateGraphWorker: Project: /tsconfig.json -Info 13 [00:00:20.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file -Info 14 [00:00:21.000] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:22.000] Project '/tsconfig.json' (Configured) -Info 16 [00:00:23.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Enabling plugin myplugin from candidate paths: /a/lib/tsc.js/../../.. +Info seq [hh:mm:ss:mss] Loading myplugin from /a/lib/tsc.js/../../.. (resolved to /a/lib/tsc.js/../../../node_modules) +Info seq [hh:mm:ss:mss] Plugin validation succeeded +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a.ts SVC-1-0 "class c { prop = \"hello\"; foo() { return this.prop; } }" a.ts Matched by default include pattern '**/*' -Info 17 [00:00:24.000] ----------------------------------------------- -Info 18 [00:00:25.000] Project '/tsconfig.json' (Configured) -Info 18 [00:00:26.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 18 [00:00:27.000] ----------------------------------------------- -Info 18 [00:00:28.000] Open files: -Info 18 [00:00:29.000] FileName: /a.ts ProjectRootPath: undefined -Info 18 [00:00:30.000] Projects: /tsconfig.json -Info 18 [00:00:31.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -78,7 +78,7 @@ FsWatchesRecursive:: Before request -Info 19 [00:00:32.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "completions", "arguments": { @@ -89,13 +89,13 @@ Info 19 [00:00:32.000] request: "seq": 2, "type": "request" } -Info 20 [00:00:33.000] getCompletionData: Get current token: * -Info 21 [00:00:34.000] getCompletionData: Is inside comment: * -Info 22 [00:00:35.000] getCompletionData: Get previous token: * -Info 23 [00:00:36.000] getCompletionsAtPosition: isCompletionListBlocker: * -Info 24 [00:00:37.000] getCompletionData: Semantic work: * -Info 25 [00:00:38.000] getCompletionsAtPosition: getCompletionEntriesFromSymbols: * -Info 26 [00:00:39.000] response: +Info seq [hh:mm:ss:mss] getCompletionData: Get current token: * +Info seq [hh:mm:ss:mss] getCompletionData: Is inside comment: * +Info seq [hh:mm:ss:mss] getCompletionData: Get previous token: * +Info seq [hh:mm:ss:mss] getCompletionsAtPosition: isCompletionListBlocker: * +Info seq [hh:mm:ss:mss] getCompletionData: Semantic work: * +Info seq [hh:mm:ss:mss] getCompletionsAtPosition: getCompletionEntriesFromSymbols: * +Info seq [hh:mm:ss:mss] response: { "response": [ { diff --git a/tests/baselines/reference/tsserver/metadataInResponse/can-pass-through-metadata-when-the-command-returns-object.js b/tests/baselines/reference/tsserver/metadataInResponse/can-pass-through-metadata-when-the-command-returns-object.js index 90f2a95cac19c..0a76f7a08c53f 100644 --- a/tests/baselines/reference/tsserver/metadataInResponse/can-pass-through-metadata-when-the-command-returns-object.js +++ b/tests/baselines/reference/tsserver/metadataInResponse/can-pass-through-metadata-when-the-command-returns-object.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:07.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a.ts] class c { prop = "hello"; foo() { return this.prop; } } @@ -8,7 +8,7 @@ class c { prop = "hello"; foo() { return this.prop; } } {"compilerOptions":{"plugins":[{"name":"myplugin"}]}} -Info 1 [00:00:08.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -17,11 +17,11 @@ Info 1 [00:00:08.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:09.000] Search path: / -Info 3 [00:00:10.000] For info: /a.ts :: Config file name: /tsconfig.json -Info 4 [00:00:11.000] Creating configuration project /tsconfig.json -Info 5 [00:00:12.000] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file -Info 6 [00:00:13.000] Config: /tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: / +Info seq [hh:mm:ss:mss] For info: /a.ts :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /tsconfig.json : { "rootNames": [ "/a.ts" ], @@ -34,31 +34,31 @@ Info 6 [00:00:13.000] Config: /tsconfig.json : { "configFilePath": "/tsconfig.json" } } -Info 7 [00:00:14.000] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 8 [00:00:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 9 [00:00:16.000] Enabling plugin myplugin from candidate paths: /a/lib/tsc.js/../../.. -Info 10 [00:00:17.000] Loading myplugin from /a/lib/tsc.js/../../.. (resolved to /a/lib/tsc.js/../../../node_modules) -Info 11 [00:00:18.000] Plugin validation succeeded -Info 12 [00:00:19.000] Starting updateGraphWorker: Project: /tsconfig.json -Info 13 [00:00:20.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file -Info 14 [00:00:21.000] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:22.000] Project '/tsconfig.json' (Configured) -Info 16 [00:00:23.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Enabling plugin myplugin from candidate paths: /a/lib/tsc.js/../../.. +Info seq [hh:mm:ss:mss] Loading myplugin from /a/lib/tsc.js/../../.. (resolved to /a/lib/tsc.js/../../../node_modules) +Info seq [hh:mm:ss:mss] Plugin validation succeeded +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a.ts SVC-1-0 "class c { prop = \"hello\"; foo() { return this.prop; } }" a.ts Matched by default include pattern '**/*' -Info 17 [00:00:24.000] ----------------------------------------------- -Info 18 [00:00:25.000] Project '/tsconfig.json' (Configured) -Info 18 [00:00:26.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 18 [00:00:27.000] ----------------------------------------------- -Info 18 [00:00:28.000] Open files: -Info 18 [00:00:29.000] FileName: /a.ts ProjectRootPath: undefined -Info 18 [00:00:30.000] Projects: /tsconfig.json -Info 18 [00:00:31.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -78,7 +78,7 @@ FsWatchesRecursive:: Before request -Info 19 [00:00:32.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "completionInfo", "arguments": { @@ -89,13 +89,13 @@ Info 19 [00:00:32.000] request: "seq": 2, "type": "request" } -Info 20 [00:00:33.000] getCompletionData: Get current token: * -Info 21 [00:00:34.000] getCompletionData: Is inside comment: * -Info 22 [00:00:35.000] getCompletionData: Get previous token: * -Info 23 [00:00:36.000] getCompletionsAtPosition: isCompletionListBlocker: * -Info 24 [00:00:37.000] getCompletionData: Semantic work: * -Info 25 [00:00:38.000] getCompletionsAtPosition: getCompletionEntriesFromSymbols: * -Info 26 [00:00:39.000] response: +Info seq [hh:mm:ss:mss] getCompletionData: Get current token: * +Info seq [hh:mm:ss:mss] getCompletionData: Is inside comment: * +Info seq [hh:mm:ss:mss] getCompletionData: Get previous token: * +Info seq [hh:mm:ss:mss] getCompletionsAtPosition: isCompletionListBlocker: * +Info seq [hh:mm:ss:mss] getCompletionData: Semantic work: * +Info seq [hh:mm:ss:mss] getCompletionsAtPosition: getCompletionEntriesFromSymbols: * +Info seq [hh:mm:ss:mss] response: { "response": { "flags": 0, diff --git a/tests/baselines/reference/tsserver/metadataInResponse/returns-undefined-correctly.js b/tests/baselines/reference/tsserver/metadataInResponse/returns-undefined-correctly.js index f5438db5207c2..701a8775305ab 100644 --- a/tests/baselines/reference/tsserver/metadataInResponse/returns-undefined-correctly.js +++ b/tests/baselines/reference/tsserver/metadataInResponse/returns-undefined-correctly.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:07.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a.ts] class c { prop = "hello"; foo() { const x = 0; } } @@ -8,7 +8,7 @@ class c { prop = "hello"; foo() { const x = 0; } } {"compilerOptions":{"plugins":[{"name":"myplugin"}]}} -Info 1 [00:00:08.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -17,11 +17,11 @@ Info 1 [00:00:08.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:09.000] Search path: / -Info 3 [00:00:10.000] For info: /a.ts :: Config file name: /tsconfig.json -Info 4 [00:00:11.000] Creating configuration project /tsconfig.json -Info 5 [00:00:12.000] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file -Info 6 [00:00:13.000] Config: /tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: / +Info seq [hh:mm:ss:mss] For info: /a.ts :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /tsconfig.json : { "rootNames": [ "/a.ts" ], @@ -34,31 +34,31 @@ Info 6 [00:00:13.000] Config: /tsconfig.json : { "configFilePath": "/tsconfig.json" } } -Info 7 [00:00:14.000] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 8 [00:00:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 9 [00:00:16.000] Enabling plugin myplugin from candidate paths: /a/lib/tsc.js/../../.. -Info 10 [00:00:17.000] Loading myplugin from /a/lib/tsc.js/../../.. (resolved to /a/lib/tsc.js/../../../node_modules) -Info 11 [00:00:18.000] Plugin validation succeeded -Info 12 [00:00:19.000] Starting updateGraphWorker: Project: /tsconfig.json -Info 13 [00:00:20.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file -Info 14 [00:00:21.000] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:22.000] Project '/tsconfig.json' (Configured) -Info 16 [00:00:23.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Enabling plugin myplugin from candidate paths: /a/lib/tsc.js/../../.. +Info seq [hh:mm:ss:mss] Loading myplugin from /a/lib/tsc.js/../../.. (resolved to /a/lib/tsc.js/../../../node_modules) +Info seq [hh:mm:ss:mss] Plugin validation succeeded +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a.ts SVC-1-0 "class c { prop = \"hello\"; foo() { const x = 0; } }" a.ts Matched by default include pattern '**/*' -Info 17 [00:00:24.000] ----------------------------------------------- -Info 18 [00:00:25.000] Project '/tsconfig.json' (Configured) -Info 18 [00:00:26.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 18 [00:00:27.000] ----------------------------------------------- -Info 18 [00:00:28.000] Open files: -Info 18 [00:00:29.000] FileName: /a.ts ProjectRootPath: undefined -Info 18 [00:00:30.000] Projects: /tsconfig.json -Info 18 [00:00:31.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -78,7 +78,7 @@ FsWatchesRecursive:: Before request -Info 19 [00:00:32.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "completions", "arguments": { @@ -89,12 +89,12 @@ Info 19 [00:00:32.000] request: "seq": 2, "type": "request" } -Info 20 [00:00:33.000] getCompletionData: Get current token: * -Info 21 [00:00:34.000] getCompletionData: Is inside comment: * -Info 22 [00:00:35.000] getCompletionData: Get previous token: * -Info 23 [00:00:36.000] getCompletionsAtPosition: isCompletionListBlocker: * -Info 24 [00:00:37.000] Returning an empty list because completion was requested in an invalid position. -Info 25 [00:00:38.000] response: +Info seq [hh:mm:ss:mss] getCompletionData: Get current token: * +Info seq [hh:mm:ss:mss] getCompletionData: Is inside comment: * +Info seq [hh:mm:ss:mss] getCompletionData: Get previous token: * +Info seq [hh:mm:ss:mss] getCompletionsAtPosition: isCompletionListBlocker: * +Info seq [hh:mm:ss:mss] Returning an empty list because completion was requested in an invalid position. +Info seq [hh:mm:ss:mss] response: { "responseRequired": true } diff --git a/tests/baselines/reference/tsserver/moduleResolution/package-json-file-is-edited-when-package-json-with-type-module-exists.js b/tests/baselines/reference/tsserver/moduleResolution/package-json-file-is-edited-when-package-json-with-type-module-exists.js index 94130192943ab..fc586465cb396 100644 --- a/tests/baselines/reference/tsserver/moduleResolution/package-json-file-is-edited-when-package-json-with-type-module-exists.js +++ b/tests/baselines/reference/tsserver/moduleResolution/package-json-file-is-edited-when-package-json-with-type-module-exists.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:27.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/src/tsconfig.json] {"compilerOptions":{"target":"es2016","module":"Node16","outDir":"../out","traceResolution":true}} @@ -31,7 +31,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:28.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -40,13 +40,13 @@ Info 1 [00:00:28.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:29.000] Search path: /user/username/projects/myproject/src -Info 3 [00:00:30.000] For info: /user/username/projects/myproject/src/fileA.ts :: Config file name: /user/username/projects/myproject/src/tsconfig.json -Info 4 [00:00:31.000] Creating configuration project /user/username/projects/myproject/src/tsconfig.json -Info 5 [00:00:32.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: Config file -Info 6 [00:00:33.000] event: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/fileA.ts :: Config file name: /user/username/projects/myproject/src/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/src/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/src/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/myproject/src/fileA.ts to open"}} -Info 7 [00:00:34.000] Config: /user/username/projects/myproject/src/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/src/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/src/fileA.ts", "/user/username/projects/myproject/src/fileB.mts" @@ -59,32 +59,34 @@ Info 7 [00:00:34.000] Config: /user/username/projects/myproject/src/tsconfig. "configFilePath": "/user/username/projects/myproject/src/tsconfig.json" } } -Info 8 [00:00:35.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/src/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:36.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/src/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:37.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/fileB.mts 500 undefined WatchType: Closed Script info -Info 11 [00:00:38.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/src/tsconfig.json -Info 12 [00:00:39.000] File '/user/username/projects/myproject/src/package.json' does not exist. -Info 13 [00:00:40.000] Found 'package.json' at '/user/username/projects/myproject/package.json'. -Info 14 [00:00:41.000] ======== Resolving module './fileB.mjs' from '/user/username/projects/myproject/src/fileA.ts'. ======== -Info 15 [00:00:42.000] Module resolution kind is not specified, using 'Node16'. -Info 16 [00:00:43.000] Resolving in ESM mode with conditions 'import', 'types', 'node'. -Info 17 [00:00:44.000] Loading module as file / folder, candidate module location '/user/username/projects/myproject/src/fileB.mjs', target file types: TypeScript, JavaScript, Declaration. -Info 18 [00:00:45.000] File name '/user/username/projects/myproject/src/fileB.mjs' has a '.mjs' extension - stripping it. -Info 19 [00:00:46.000] File '/user/username/projects/myproject/src/fileB.mts' exists - use it as a name resolution result. -Info 20 [00:00:47.000] ======== Module name './fileB.mjs' was successfully resolved to '/user/username/projects/myproject/src/fileB.mts'. ======== -Info 21 [00:00:48.000] File '/a/lib/package.json' does not exist. -Info 22 [00:00:49.000] File '/a/package.json' does not exist. -Info 23 [00:00:50.000] File '/package.json' does not exist. -Info 24 [00:00:51.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.es2016.full.d.ts 500 undefined WatchType: Closed Script info -Info 25 [00:00:52.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/package.json 2000 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: File location affecting resolution -Info 26 [00:00:53.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/package.json 2000 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: File location affecting resolution -Info 27 [00:00:54.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/node_modules/@types 1 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: Type roots -Info 28 [00:00:55.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/node_modules/@types 1 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: Type roots -Info 29 [00:00:56.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: Type roots -Info 30 [00:00:57.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: Type roots -Info 31 [00:00:58.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/src/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 32 [00:00:59.000] Project '/user/username/projects/myproject/src/tsconfig.json' (Configured) -Info 33 [00:01:00.000] Files (3) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/src/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/src/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/fileB.mts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/src/tsconfig.json +Info seq [hh:mm:ss:mss] File '/user/username/projects/myproject/src/package.json' does not exist. +Info seq [hh:mm:ss:mss] Found 'package.json' at '/user/username/projects/myproject/package.json'. +Info seq [hh:mm:ss:mss] ======== Resolving module './fileB.mjs' from '/user/username/projects/myproject/src/fileA.ts'. ======== +Info seq [hh:mm:ss:mss] Module resolution kind is not specified, using 'Node16'. +Info seq [hh:mm:ss:mss] Resolving in ESM mode with conditions 'import', 'types', 'node'. +Info seq [hh:mm:ss:mss] Loading module as file / folder, candidate module location '/user/username/projects/myproject/src/fileB.mjs', target file types: TypeScript, JavaScript, Declaration. +Info seq [hh:mm:ss:mss] File name '/user/username/projects/myproject/src/fileB.mjs' has a '.mjs' extension - stripping it. +Info seq [hh:mm:ss:mss] File '/user/username/projects/myproject/src/fileB.mts' exists - use it as a name resolution result. +Info seq [hh:mm:ss:mss] ======== Module name './fileB.mjs' was successfully resolved to '/user/username/projects/myproject/src/fileB.mts'. ======== +Info seq [hh:mm:ss:mss] File '/a/lib/package.json' does not exist. +Info seq [hh:mm:ss:mss] File '/a/package.json' does not exist. +Info seq [hh:mm:ss:mss] File '/package.json' does not exist. +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.es2016.full.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/package.json 2000 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: File location affecting resolution +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/package.json 2000 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: File location affecting resolution +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/node_modules/@types 1 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/node_modules/@types 1 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/src/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/src/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.es2016.full.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/fileB.mts Text-1 "export function foo() {\n}\n" /user/username/projects/myproject/src/fileA.ts SVC-1-0 "import { foo } from \"./fileB.mjs\";\nfoo();\n" @@ -99,22 +101,22 @@ Info 33 [00:01:00.000] Files (3) Matched by default include pattern '**/*' File is ECMAScript module because '../package.json' has field "type" with value "module" -Info 34 [00:01:01.000] ----------------------------------------------- -Info 35 [00:01:02.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/package.json 250 undefined WatchType: package.json file -Info 36 [00:01:03.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/package.json 250 undefined WatchType: package.json file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/src/tsconfig.json"}} -Info 37 [00:01:04.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"f026568af42c61ce0537de8ee0fa07c9359a76dcfb046248ed49dc76c91e4a37","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":2,"tsSize":68,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{"target":"es2016","module":"node16","outDir":"","traceResolution":true},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 38 [00:01:05.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/src/fileA.ts","configFile":"/user/username/projects/myproject/src/tsconfig.json","diagnostics":[]}} -Info 39 [00:01:06.000] Project '/user/username/projects/myproject/src/tsconfig.json' (Configured) -Info 39 [00:01:07.000] Files (3) - -Info 39 [00:01:08.000] ----------------------------------------------- -Info 39 [00:01:09.000] Open files: -Info 39 [00:01:10.000] FileName: /user/username/projects/myproject/src/fileA.ts ProjectRootPath: undefined -Info 39 [00:01:11.000] Projects: /user/username/projects/myproject/src/tsconfig.json -Info 39 [00:01:12.000] response: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/src/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/fileA.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/src/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -127,6 +129,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/src/tsconfig.json: *new* @@ -142,21 +146,21 @@ FsWatchesRecursive:: /user/username/projects/myproject/src: *new* {} -Info 40 [00:01:13.000] Modify package json file to remove type module -Info 41 [00:01:17.000] FileWatcher:: Triggered with /user/username/projects/myproject/package.json 1:: WatchInfo: /user/username/projects/myproject/package.json 2000 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: File location affecting resolution -Info 42 [00:01:18.000] Scheduled: /user/username/projects/myproject/src/tsconfig.jsonFailedLookupInvalidation -Info 43 [00:01:19.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/package.json 1:: WatchInfo: /user/username/projects/myproject/package.json 2000 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: File location affecting resolution -Info 44 [00:01:20.000] FileWatcher:: Triggered with /user/username/projects/myproject/package.json 1:: WatchInfo: /user/username/projects/myproject/package.json 250 undefined WatchType: package.json file -Info 45 [00:01:21.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/package.json 1:: WatchInfo: /user/username/projects/myproject/package.json 250 undefined WatchType: package.json file +Info seq [hh:mm:ss:mss] Modify package json file to remove type module +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/package.json 1:: WatchInfo: /user/username/projects/myproject/package.json 2000 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: File location affecting resolution +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/src/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/package.json 1:: WatchInfo: /user/username/projects/myproject/package.json 2000 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: File location affecting resolution +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/package.json 1:: WatchInfo: /user/username/projects/myproject/package.json 250 undefined WatchType: package.json file +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/package.json 1:: WatchInfo: /user/username/projects/myproject/package.json 250 undefined WatchType: package.json file Before running Timeout callback:: count: 1 1: /user/username/projects/myproject/src/tsconfig.jsonFailedLookupInvalidation //// [/user/username/projects/myproject/package.json] {"name":"app","version":"1.0.0"} -Info 46 [00:01:22.000] Running: /user/username/projects/myproject/src/tsconfig.jsonFailedLookupInvalidation -Info 47 [00:01:23.000] Scheduled: /user/username/projects/myproject/src/tsconfig.json -Info 48 [00:01:24.000] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Running: /user/username/projects/myproject/src/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/src/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* After running Timeout callback:: count: 2 2: /user/username/projects/myproject/src/tsconfig.json 3: *ensureProjectForOpenFiles* @@ -165,59 +169,59 @@ Before running Timeout callback:: count: 2 2: /user/username/projects/myproject/src/tsconfig.json 3: *ensureProjectForOpenFiles* -Info 49 [00:01:25.000] Running: /user/username/projects/myproject/src/tsconfig.json -Info 50 [00:01:26.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/src/tsconfig.json -Info 51 [00:01:27.000] File '/a/lib/package.json' does not exist according to earlier cached lookups. -Info 52 [00:01:28.000] File '/a/package.json' does not exist according to earlier cached lookups. -Info 53 [00:01:29.000] File '/package.json' does not exist according to earlier cached lookups. -Info 54 [00:01:30.000] File '/user/username/projects/myproject/src/package.json' does not exist according to earlier cached lookups. -Info 55 [00:01:31.000] Found 'package.json' at '/user/username/projects/myproject/package.json'. -Info 56 [00:01:32.000] File '/user/username/projects/myproject/src/package.json' does not exist according to earlier cached lookups. -Info 57 [00:01:33.000] File '/user/username/projects/myproject/package.json' exists according to earlier cached lookups. -Info 58 [00:01:34.000] ======== Resolving module './fileB.mjs' from '/user/username/projects/myproject/src/fileA.ts'. ======== -Info 59 [00:01:35.000] Module resolution kind is not specified, using 'Node16'. -Info 60 [00:01:36.000] Resolving in CJS mode with conditions 'require', 'types', 'node'. -Info 61 [00:01:37.000] Loading module as file / folder, candidate module location '/user/username/projects/myproject/src/fileB.mjs', target file types: TypeScript, JavaScript, Declaration. -Info 62 [00:01:38.000] File name '/user/username/projects/myproject/src/fileB.mjs' has a '.mjs' extension - stripping it. -Info 63 [00:01:39.000] File '/user/username/projects/myproject/src/fileB.mts' exists - use it as a name resolution result. -Info 64 [00:01:40.000] ======== Module name './fileB.mjs' was successfully resolved to '/user/username/projects/myproject/src/fileB.mts'. ======== -Info 65 [00:01:41.000] File '/a/lib/package.json' does not exist according to earlier cached lookups. -Info 66 [00:01:42.000] File '/a/package.json' does not exist according to earlier cached lookups. -Info 67 [00:01:43.000] File '/package.json' does not exist according to earlier cached lookups. -Info 68 [00:01:44.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/src/tsconfig.json Version: 2 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms -Info 69 [00:01:45.000] Project '/user/username/projects/myproject/src/tsconfig.json' (Configured) -Info 70 [00:01:46.000] Files (3) +Info seq [hh:mm:ss:mss] Running: /user/username/projects/myproject/src/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/src/tsconfig.json +Info seq [hh:mm:ss:mss] File '/a/lib/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/a/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/user/username/projects/myproject/src/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] Found 'package.json' at '/user/username/projects/myproject/package.json'. +Info seq [hh:mm:ss:mss] File '/user/username/projects/myproject/src/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/user/username/projects/myproject/package.json' exists according to earlier cached lookups. +Info seq [hh:mm:ss:mss] ======== Resolving module './fileB.mjs' from '/user/username/projects/myproject/src/fileA.ts'. ======== +Info seq [hh:mm:ss:mss] Module resolution kind is not specified, using 'Node16'. +Info seq [hh:mm:ss:mss] Resolving in CJS mode with conditions 'require', 'types', 'node'. +Info seq [hh:mm:ss:mss] Loading module as file / folder, candidate module location '/user/username/projects/myproject/src/fileB.mjs', target file types: TypeScript, JavaScript, Declaration. +Info seq [hh:mm:ss:mss] File name '/user/username/projects/myproject/src/fileB.mjs' has a '.mjs' extension - stripping it. +Info seq [hh:mm:ss:mss] File '/user/username/projects/myproject/src/fileB.mts' exists - use it as a name resolution result. +Info seq [hh:mm:ss:mss] ======== Module name './fileB.mjs' was successfully resolved to '/user/username/projects/myproject/src/fileB.mts'. ======== +Info seq [hh:mm:ss:mss] File '/a/lib/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/a/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/src/tsconfig.json Version: 2 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/src/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.es2016.full.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/fileB.mts Text-1 "export function foo() {\n}\n" /user/username/projects/myproject/src/fileA.ts SVC-1-0 "import { foo } from \"./fileB.mjs\";\nfoo();\n" -Info 71 [00:01:47.000] ----------------------------------------------- -Info 72 [00:01:48.000] Running: *ensureProjectForOpenFiles* -Info 73 [00:01:49.000] Before ensureProjectForOpenFiles: -Info 74 [00:01:50.000] Project '/user/username/projects/myproject/src/tsconfig.json' (Configured) -Info 74 [00:01:51.000] Files (3) - -Info 74 [00:01:52.000] ----------------------------------------------- -Info 74 [00:01:53.000] Open files: -Info 74 [00:01:54.000] FileName: /user/username/projects/myproject/src/fileA.ts ProjectRootPath: undefined -Info 74 [00:01:55.000] Projects: /user/username/projects/myproject/src/tsconfig.json -Info 74 [00:01:56.000] After ensureProjectForOpenFiles: -Info 75 [00:01:57.000] Project '/user/username/projects/myproject/src/tsconfig.json' (Configured) -Info 75 [00:01:58.000] Files (3) - -Info 75 [00:01:59.000] ----------------------------------------------- -Info 75 [00:02:00.000] Open files: -Info 75 [00:02:01.000] FileName: /user/username/projects/myproject/src/fileA.ts ProjectRootPath: undefined -Info 75 [00:02:02.000] Projects: /user/username/projects/myproject/src/tsconfig.json -Info 75 [00:02:03.000] got projects updated in background, updating diagnostics for /user/username/projects/myproject/src/fileA.ts -Info 76 [00:02:04.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/src/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/fileA.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/src/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/src/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/fileA.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/src/tsconfig.json +Info seq [hh:mm:ss:mss] got projects updated in background, updating diagnostics for /user/username/projects/myproject/src/fileA.ts +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/user/username/projects/myproject/src/fileA.ts"]}} After running Timeout callback:: count: 1 4: checkOne Before request -Info 77 [00:02:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -229,7 +233,7 @@ Info 77 [00:02:05.000] request: "seq": 2, "type": "request" } -Info 78 [00:02:06.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -238,14 +242,14 @@ After request Before running Timeout callback:: count: 1 5: checkOne -Info 79 [00:02:07.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/src/fileA.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 1: semanticCheck -Info 80 [00:02:08.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/src/fileA.ts","diagnostics":[{"start":{"line":1,"offset":21},"end":{"line":1,"offset":34},"text":"The current file is a CommonJS module whose imports will produce 'require' calls; however, the referenced file is an ECMAScript module and cannot be imported with 'require'. Consider writing a dynamic 'import(\"./fileB.mjs\")' call instead.\n To convert this file to an ECMAScript module, change its file extension to '.mts', or add the field `\"type\": \"module\"` to '/user/username/projects/myproject/package.json'.","code":1479,"category":"error"}]}} After running Immedidate callback:: count: 1 2: suggestionCheck @@ -253,27 +257,27 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 2: suggestionCheck -Info 81 [00:02:09.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/src/fileA.ts","diagnostics":[]}} -Info 82 [00:02:10.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":2}} After running Immedidate callback:: count: 0 -Info 83 [00:02:11.000] Modify package json file to add type module -Info 84 [00:02:15.000] FileWatcher:: Triggered with /user/username/projects/myproject/package.json 1:: WatchInfo: /user/username/projects/myproject/package.json 2000 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: File location affecting resolution -Info 85 [00:02:16.000] Scheduled: /user/username/projects/myproject/src/tsconfig.jsonFailedLookupInvalidation -Info 86 [00:02:17.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/package.json 1:: WatchInfo: /user/username/projects/myproject/package.json 2000 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: File location affecting resolution -Info 87 [00:02:18.000] FileWatcher:: Triggered with /user/username/projects/myproject/package.json 1:: WatchInfo: /user/username/projects/myproject/package.json 250 undefined WatchType: package.json file -Info 88 [00:02:19.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/package.json 1:: WatchInfo: /user/username/projects/myproject/package.json 250 undefined WatchType: package.json file +Info seq [hh:mm:ss:mss] Modify package json file to add type module +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/package.json 1:: WatchInfo: /user/username/projects/myproject/package.json 2000 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: File location affecting resolution +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/src/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/package.json 1:: WatchInfo: /user/username/projects/myproject/package.json 2000 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: File location affecting resolution +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/package.json 1:: WatchInfo: /user/username/projects/myproject/package.json 250 undefined WatchType: package.json file +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/package.json 1:: WatchInfo: /user/username/projects/myproject/package.json 250 undefined WatchType: package.json file Before running Timeout callback:: count: 1 6: /user/username/projects/myproject/src/tsconfig.jsonFailedLookupInvalidation //// [/user/username/projects/myproject/package.json] {"name":"app","version":"1.0.0","type":"module"} -Info 89 [00:02:20.000] Running: /user/username/projects/myproject/src/tsconfig.jsonFailedLookupInvalidation -Info 90 [00:02:21.000] Scheduled: /user/username/projects/myproject/src/tsconfig.json -Info 91 [00:02:22.000] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Running: /user/username/projects/myproject/src/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/src/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* After running Timeout callback:: count: 2 7: /user/username/projects/myproject/src/tsconfig.json 8: *ensureProjectForOpenFiles* @@ -282,59 +286,59 @@ Before running Timeout callback:: count: 2 7: /user/username/projects/myproject/src/tsconfig.json 8: *ensureProjectForOpenFiles* -Info 92 [00:02:23.000] Running: /user/username/projects/myproject/src/tsconfig.json -Info 93 [00:02:24.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/src/tsconfig.json -Info 94 [00:02:25.000] File '/a/lib/package.json' does not exist according to earlier cached lookups. -Info 95 [00:02:26.000] File '/a/package.json' does not exist according to earlier cached lookups. -Info 96 [00:02:27.000] File '/package.json' does not exist according to earlier cached lookups. -Info 97 [00:02:28.000] File '/user/username/projects/myproject/src/package.json' does not exist according to earlier cached lookups. -Info 98 [00:02:29.000] Found 'package.json' at '/user/username/projects/myproject/package.json'. -Info 99 [00:02:30.000] File '/user/username/projects/myproject/src/package.json' does not exist according to earlier cached lookups. -Info 100 [00:02:31.000] File '/user/username/projects/myproject/package.json' exists according to earlier cached lookups. -Info 101 [00:02:32.000] ======== Resolving module './fileB.mjs' from '/user/username/projects/myproject/src/fileA.ts'. ======== -Info 102 [00:02:33.000] Module resolution kind is not specified, using 'Node16'. -Info 103 [00:02:34.000] Resolving in ESM mode with conditions 'import', 'types', 'node'. -Info 104 [00:02:35.000] Loading module as file / folder, candidate module location '/user/username/projects/myproject/src/fileB.mjs', target file types: TypeScript, JavaScript, Declaration. -Info 105 [00:02:36.000] File name '/user/username/projects/myproject/src/fileB.mjs' has a '.mjs' extension - stripping it. -Info 106 [00:02:37.000] File '/user/username/projects/myproject/src/fileB.mts' exists - use it as a name resolution result. -Info 107 [00:02:38.000] ======== Module name './fileB.mjs' was successfully resolved to '/user/username/projects/myproject/src/fileB.mts'. ======== -Info 108 [00:02:39.000] File '/a/lib/package.json' does not exist according to earlier cached lookups. -Info 109 [00:02:40.000] File '/a/package.json' does not exist according to earlier cached lookups. -Info 110 [00:02:41.000] File '/package.json' does not exist according to earlier cached lookups. -Info 111 [00:02:42.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/src/tsconfig.json Version: 3 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms -Info 112 [00:02:43.000] Project '/user/username/projects/myproject/src/tsconfig.json' (Configured) -Info 113 [00:02:44.000] Files (3) +Info seq [hh:mm:ss:mss] Running: /user/username/projects/myproject/src/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/src/tsconfig.json +Info seq [hh:mm:ss:mss] File '/a/lib/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/a/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/user/username/projects/myproject/src/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] Found 'package.json' at '/user/username/projects/myproject/package.json'. +Info seq [hh:mm:ss:mss] File '/user/username/projects/myproject/src/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/user/username/projects/myproject/package.json' exists according to earlier cached lookups. +Info seq [hh:mm:ss:mss] ======== Resolving module './fileB.mjs' from '/user/username/projects/myproject/src/fileA.ts'. ======== +Info seq [hh:mm:ss:mss] Module resolution kind is not specified, using 'Node16'. +Info seq [hh:mm:ss:mss] Resolving in ESM mode with conditions 'import', 'types', 'node'. +Info seq [hh:mm:ss:mss] Loading module as file / folder, candidate module location '/user/username/projects/myproject/src/fileB.mjs', target file types: TypeScript, JavaScript, Declaration. +Info seq [hh:mm:ss:mss] File name '/user/username/projects/myproject/src/fileB.mjs' has a '.mjs' extension - stripping it. +Info seq [hh:mm:ss:mss] File '/user/username/projects/myproject/src/fileB.mts' exists - use it as a name resolution result. +Info seq [hh:mm:ss:mss] ======== Module name './fileB.mjs' was successfully resolved to '/user/username/projects/myproject/src/fileB.mts'. ======== +Info seq [hh:mm:ss:mss] File '/a/lib/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/a/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/src/tsconfig.json Version: 3 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/src/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.es2016.full.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/fileB.mts Text-1 "export function foo() {\n}\n" /user/username/projects/myproject/src/fileA.ts SVC-1-0 "import { foo } from \"./fileB.mjs\";\nfoo();\n" -Info 114 [00:02:45.000] ----------------------------------------------- -Info 115 [00:02:46.000] Running: *ensureProjectForOpenFiles* -Info 116 [00:02:47.000] Before ensureProjectForOpenFiles: -Info 117 [00:02:48.000] Project '/user/username/projects/myproject/src/tsconfig.json' (Configured) -Info 117 [00:02:49.000] Files (3) - -Info 117 [00:02:50.000] ----------------------------------------------- -Info 117 [00:02:51.000] Open files: -Info 117 [00:02:52.000] FileName: /user/username/projects/myproject/src/fileA.ts ProjectRootPath: undefined -Info 117 [00:02:53.000] Projects: /user/username/projects/myproject/src/tsconfig.json -Info 117 [00:02:54.000] After ensureProjectForOpenFiles: -Info 118 [00:02:55.000] Project '/user/username/projects/myproject/src/tsconfig.json' (Configured) -Info 118 [00:02:56.000] Files (3) - -Info 118 [00:02:57.000] ----------------------------------------------- -Info 118 [00:02:58.000] Open files: -Info 118 [00:02:59.000] FileName: /user/username/projects/myproject/src/fileA.ts ProjectRootPath: undefined -Info 118 [00:03:00.000] Projects: /user/username/projects/myproject/src/tsconfig.json -Info 118 [00:03:01.000] got projects updated in background, updating diagnostics for /user/username/projects/myproject/src/fileA.ts -Info 119 [00:03:02.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/src/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/fileA.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/src/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/src/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/fileA.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/src/tsconfig.json +Info seq [hh:mm:ss:mss] got projects updated in background, updating diagnostics for /user/username/projects/myproject/src/fileA.ts +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/user/username/projects/myproject/src/fileA.ts"]}} After running Timeout callback:: count: 1 9: checkOne Before request -Info 120 [00:03:03.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -346,7 +350,7 @@ Info 120 [00:03:03.000] request: "seq": 3, "type": "request" } -Info 121 [00:03:04.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -355,14 +359,14 @@ After request Before running Timeout callback:: count: 1 10: checkOne -Info 122 [00:03:05.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/src/fileA.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 3: semanticCheck -Info 123 [00:03:06.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/src/fileA.ts","diagnostics":[]}} After running Immedidate callback:: count: 1 4: suggestionCheck @@ -370,26 +374,26 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 4: suggestionCheck -Info 124 [00:03:07.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/src/fileA.ts","diagnostics":[]}} -Info 125 [00:03:08.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":3}} After running Immedidate callback:: count: 0 -Info 126 [00:03:09.000] Delete package.json -Info 127 [00:03:11.000] FileWatcher:: Triggered with /user/username/projects/myproject/package.json 2:: WatchInfo: /user/username/projects/myproject/package.json 2000 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: File location affecting resolution -Info 128 [00:03:12.000] Scheduled: /user/username/projects/myproject/src/tsconfig.jsonFailedLookupInvalidation -Info 129 [00:03:13.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/package.json 2:: WatchInfo: /user/username/projects/myproject/package.json 2000 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: File location affecting resolution -Info 130 [00:03:14.000] FileWatcher:: Triggered with /user/username/projects/myproject/package.json 2:: WatchInfo: /user/username/projects/myproject/package.json 250 undefined WatchType: package.json file -Info 131 [00:03:15.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/package.json 250 undefined WatchType: package.json file -Info 132 [00:03:16.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/package.json 2:: WatchInfo: /user/username/projects/myproject/package.json 250 undefined WatchType: package.json file +Info seq [hh:mm:ss:mss] Delete package.json +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/package.json 2:: WatchInfo: /user/username/projects/myproject/package.json 2000 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: File location affecting resolution +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/src/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/package.json 2:: WatchInfo: /user/username/projects/myproject/package.json 2000 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: File location affecting resolution +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/package.json 2:: WatchInfo: /user/username/projects/myproject/package.json 250 undefined WatchType: package.json file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/package.json 250 undefined WatchType: package.json file +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/package.json 2:: WatchInfo: /user/username/projects/myproject/package.json 250 undefined WatchType: package.json file Before running Timeout callback:: count: 1 11: /user/username/projects/myproject/src/tsconfig.jsonFailedLookupInvalidation //// [/user/username/projects/myproject/package.json] deleted -Info 133 [00:03:17.000] Running: /user/username/projects/myproject/src/tsconfig.jsonFailedLookupInvalidation -Info 134 [00:03:18.000] Scheduled: /user/username/projects/myproject/src/tsconfig.json -Info 135 [00:03:19.000] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Running: /user/username/projects/myproject/src/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/src/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* After running Timeout callback:: count: 2 12: /user/username/projects/myproject/src/tsconfig.json 13: *ensureProjectForOpenFiles* @@ -398,54 +402,54 @@ Before running Timeout callback:: count: 2 12: /user/username/projects/myproject/src/tsconfig.json 13: *ensureProjectForOpenFiles* -Info 136 [00:03:20.000] Running: /user/username/projects/myproject/src/tsconfig.json -Info 137 [00:03:21.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/src/tsconfig.json -Info 138 [00:03:22.000] File '/a/lib/package.json' does not exist according to earlier cached lookups. -Info 139 [00:03:23.000] File '/a/package.json' does not exist according to earlier cached lookups. -Info 140 [00:03:24.000] File '/package.json' does not exist according to earlier cached lookups. -Info 141 [00:03:25.000] File '/user/username/projects/myproject/src/package.json' does not exist according to earlier cached lookups. -Info 142 [00:03:26.000] File '/user/username/projects/myproject/package.json' does not exist. -Info 143 [00:03:27.000] File '/user/username/projects/package.json' does not exist. -Info 144 [00:03:28.000] File '/user/username/package.json' does not exist. -Info 145 [00:03:29.000] File '/user/package.json' does not exist. -Info 146 [00:03:30.000] File '/package.json' does not exist according to earlier cached lookups. -Info 147 [00:03:31.000] File '/user/username/projects/myproject/src/package.json' does not exist according to earlier cached lookups. -Info 148 [00:03:32.000] File '/user/username/projects/myproject/package.json' does not exist according to earlier cached lookups. -Info 149 [00:03:33.000] File '/user/username/projects/package.json' does not exist according to earlier cached lookups. -Info 150 [00:03:34.000] File '/user/username/package.json' does not exist according to earlier cached lookups. -Info 151 [00:03:35.000] File '/user/package.json' does not exist according to earlier cached lookups. -Info 152 [00:03:36.000] File '/package.json' does not exist according to earlier cached lookups. -Info 153 [00:03:37.000] File '/a/lib/package.json' does not exist according to earlier cached lookups. -Info 154 [00:03:38.000] File '/a/package.json' does not exist according to earlier cached lookups. -Info 155 [00:03:39.000] File '/package.json' does not exist according to earlier cached lookups. -Info 156 [00:03:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/package.json 2000 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: File location affecting resolution -Info 157 [00:03:41.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/src/tsconfig.json Version: 4 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms -Info 158 [00:03:42.000] Project '/user/username/projects/myproject/src/tsconfig.json' (Configured) -Info 159 [00:03:43.000] Files (3) +Info seq [hh:mm:ss:mss] Running: /user/username/projects/myproject/src/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/src/tsconfig.json +Info seq [hh:mm:ss:mss] File '/a/lib/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/a/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/user/username/projects/myproject/src/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/user/username/projects/myproject/package.json' does not exist. +Info seq [hh:mm:ss:mss] File '/user/username/projects/package.json' does not exist. +Info seq [hh:mm:ss:mss] File '/user/username/package.json' does not exist. +Info seq [hh:mm:ss:mss] File '/user/package.json' does not exist. +Info seq [hh:mm:ss:mss] File '/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/user/username/projects/myproject/src/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/user/username/projects/myproject/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/user/username/projects/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/user/username/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/user/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/a/lib/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/a/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/package.json 2000 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: File location affecting resolution +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/src/tsconfig.json Version: 4 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/src/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.es2016.full.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/fileB.mts Text-1 "export function foo() {\n}\n" /user/username/projects/myproject/src/fileA.ts SVC-1-0 "import { foo } from \"./fileB.mjs\";\nfoo();\n" -Info 160 [00:03:44.000] ----------------------------------------------- -Info 161 [00:03:45.000] Running: *ensureProjectForOpenFiles* -Info 162 [00:03:46.000] Before ensureProjectForOpenFiles: -Info 163 [00:03:47.000] Project '/user/username/projects/myproject/src/tsconfig.json' (Configured) -Info 163 [00:03:48.000] Files (3) - -Info 163 [00:03:49.000] ----------------------------------------------- -Info 163 [00:03:50.000] Open files: -Info 163 [00:03:51.000] FileName: /user/username/projects/myproject/src/fileA.ts ProjectRootPath: undefined -Info 163 [00:03:52.000] Projects: /user/username/projects/myproject/src/tsconfig.json -Info 163 [00:03:53.000] After ensureProjectForOpenFiles: -Info 164 [00:03:54.000] Project '/user/username/projects/myproject/src/tsconfig.json' (Configured) -Info 164 [00:03:55.000] Files (3) - -Info 164 [00:03:56.000] ----------------------------------------------- -Info 164 [00:03:57.000] Open files: -Info 164 [00:03:58.000] FileName: /user/username/projects/myproject/src/fileA.ts ProjectRootPath: undefined -Info 164 [00:03:59.000] Projects: /user/username/projects/myproject/src/tsconfig.json -Info 164 [00:04:00.000] got projects updated in background, updating diagnostics for /user/username/projects/myproject/src/fileA.ts -Info 165 [00:04:01.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/src/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/fileA.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/src/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/src/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/fileA.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/src/tsconfig.json +Info seq [hh:mm:ss:mss] got projects updated in background, updating diagnostics for /user/username/projects/myproject/src/fileA.ts +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/user/username/projects/myproject/src/fileA.ts"]}} After running Timeout callback:: count: 1 14: checkOne @@ -457,6 +461,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/package.json: *new* {"pollingInterval":2000} @@ -476,7 +482,7 @@ FsWatchesRecursive:: Before request -Info 166 [00:04:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -488,7 +494,7 @@ Info 166 [00:04:02.000] request: "seq": 4, "type": "request" } -Info 167 [00:04:03.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -497,14 +503,14 @@ After request Before running Timeout callback:: count: 1 15: checkOne -Info 168 [00:04:04.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/src/fileA.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 5: semanticCheck -Info 169 [00:04:05.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/src/fileA.ts","diagnostics":[{"start":{"line":1,"offset":21},"end":{"line":1,"offset":34},"text":"The current file is a CommonJS module whose imports will produce 'require' calls; however, the referenced file is an ECMAScript module and cannot be imported with 'require'. Consider writing a dynamic 'import(\"./fileB.mjs\")' call instead.\n To convert this file to an ECMAScript module, change its file extension to '.mts' or create a local package.json file with `{ \"type\": \"module\" }`.","code":1479,"category":"error"}]}} After running Immedidate callback:: count: 1 6: suggestionCheck @@ -512,25 +518,25 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 6: suggestionCheck -Info 170 [00:04:06.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/src/fileA.ts","diagnostics":[]}} -Info 171 [00:04:07.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":4}} After running Immedidate callback:: count: 0 -Info 172 [00:04:08.000] Modify package json file to without type module -Info 173 [00:04:11.000] FileWatcher:: Triggered with /user/username/projects/myproject/package.json 0:: WatchInfo: /user/username/projects/myproject/package.json 2000 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: File location affecting resolution -Info 174 [00:04:12.000] Scheduled: /user/username/projects/myproject/src/tsconfig.jsonFailedLookupInvalidation -Info 175 [00:04:13.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/package.json 0:: WatchInfo: /user/username/projects/myproject/package.json 2000 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: File location affecting resolution +Info seq [hh:mm:ss:mss] Modify package json file to without type module +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/package.json 0:: WatchInfo: /user/username/projects/myproject/package.json 2000 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: File location affecting resolution +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/src/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/package.json 0:: WatchInfo: /user/username/projects/myproject/package.json 2000 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: File location affecting resolution Before running Timeout callback:: count: 1 16: /user/username/projects/myproject/src/tsconfig.jsonFailedLookupInvalidation //// [/user/username/projects/myproject/package.json] {"name":"app","version":"1.0.0"} -Info 176 [00:04:14.000] Running: /user/username/projects/myproject/src/tsconfig.jsonFailedLookupInvalidation -Info 177 [00:04:15.000] Scheduled: /user/username/projects/myproject/src/tsconfig.json -Info 178 [00:04:16.000] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Running: /user/username/projects/myproject/src/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/src/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* After running Timeout callback:: count: 2 17: /user/username/projects/myproject/src/tsconfig.json 18: *ensureProjectForOpenFiles* @@ -539,53 +545,53 @@ Before running Timeout callback:: count: 2 17: /user/username/projects/myproject/src/tsconfig.json 18: *ensureProjectForOpenFiles* -Info 179 [00:04:17.000] Running: /user/username/projects/myproject/src/tsconfig.json -Info 180 [00:04:18.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/src/tsconfig.json -Info 181 [00:04:19.000] File '/a/lib/package.json' does not exist according to earlier cached lookups. -Info 182 [00:04:20.000] File '/a/package.json' does not exist according to earlier cached lookups. -Info 183 [00:04:21.000] File '/package.json' does not exist according to earlier cached lookups. -Info 184 [00:04:22.000] File '/user/username/projects/myproject/src/package.json' does not exist according to earlier cached lookups. -Info 185 [00:04:23.000] Found 'package.json' at '/user/username/projects/myproject/package.json'. -Info 186 [00:04:24.000] File '/user/username/projects/myproject/src/package.json' does not exist according to earlier cached lookups. -Info 187 [00:04:25.000] File '/user/username/projects/myproject/package.json' exists according to earlier cached lookups. -Info 188 [00:04:26.000] ======== Resolving module './fileB.mjs' from '/user/username/projects/myproject/src/fileA.ts'. ======== -Info 189 [00:04:27.000] Module resolution kind is not specified, using 'Node16'. -Info 190 [00:04:28.000] Resolving in CJS mode with conditions 'require', 'types', 'node'. -Info 191 [00:04:29.000] Loading module as file / folder, candidate module location '/user/username/projects/myproject/src/fileB.mjs', target file types: TypeScript, JavaScript, Declaration. -Info 192 [00:04:30.000] File name '/user/username/projects/myproject/src/fileB.mjs' has a '.mjs' extension - stripping it. -Info 193 [00:04:31.000] File '/user/username/projects/myproject/src/fileB.mts' exists - use it as a name resolution result. -Info 194 [00:04:32.000] ======== Module name './fileB.mjs' was successfully resolved to '/user/username/projects/myproject/src/fileB.mts'. ======== -Info 195 [00:04:33.000] File '/a/lib/package.json' does not exist according to earlier cached lookups. -Info 196 [00:04:34.000] File '/a/package.json' does not exist according to earlier cached lookups. -Info 197 [00:04:35.000] File '/package.json' does not exist according to earlier cached lookups. -Info 198 [00:04:36.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/package.json 2000 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: File location affecting resolution -Info 199 [00:04:37.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/src/tsconfig.json Version: 5 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms -Info 200 [00:04:38.000] Project '/user/username/projects/myproject/src/tsconfig.json' (Configured) -Info 201 [00:04:39.000] Files (3) +Info seq [hh:mm:ss:mss] Running: /user/username/projects/myproject/src/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/src/tsconfig.json +Info seq [hh:mm:ss:mss] File '/a/lib/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/a/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/user/username/projects/myproject/src/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] Found 'package.json' at '/user/username/projects/myproject/package.json'. +Info seq [hh:mm:ss:mss] File '/user/username/projects/myproject/src/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/user/username/projects/myproject/package.json' exists according to earlier cached lookups. +Info seq [hh:mm:ss:mss] ======== Resolving module './fileB.mjs' from '/user/username/projects/myproject/src/fileA.ts'. ======== +Info seq [hh:mm:ss:mss] Module resolution kind is not specified, using 'Node16'. +Info seq [hh:mm:ss:mss] Resolving in CJS mode with conditions 'require', 'types', 'node'. +Info seq [hh:mm:ss:mss] Loading module as file / folder, candidate module location '/user/username/projects/myproject/src/fileB.mjs', target file types: TypeScript, JavaScript, Declaration. +Info seq [hh:mm:ss:mss] File name '/user/username/projects/myproject/src/fileB.mjs' has a '.mjs' extension - stripping it. +Info seq [hh:mm:ss:mss] File '/user/username/projects/myproject/src/fileB.mts' exists - use it as a name resolution result. +Info seq [hh:mm:ss:mss] ======== Module name './fileB.mjs' was successfully resolved to '/user/username/projects/myproject/src/fileB.mts'. ======== +Info seq [hh:mm:ss:mss] File '/a/lib/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/a/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/package.json 2000 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: File location affecting resolution +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/src/tsconfig.json Version: 5 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/src/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.es2016.full.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/fileB.mts Text-1 "export function foo() {\n}\n" /user/username/projects/myproject/src/fileA.ts SVC-1-0 "import { foo } from \"./fileB.mjs\";\nfoo();\n" -Info 202 [00:04:40.000] ----------------------------------------------- -Info 203 [00:04:41.000] Running: *ensureProjectForOpenFiles* -Info 204 [00:04:42.000] Before ensureProjectForOpenFiles: -Info 205 [00:04:43.000] Project '/user/username/projects/myproject/src/tsconfig.json' (Configured) -Info 205 [00:04:44.000] Files (3) - -Info 205 [00:04:45.000] ----------------------------------------------- -Info 205 [00:04:46.000] Open files: -Info 205 [00:04:47.000] FileName: /user/username/projects/myproject/src/fileA.ts ProjectRootPath: undefined -Info 205 [00:04:48.000] Projects: /user/username/projects/myproject/src/tsconfig.json -Info 205 [00:04:49.000] After ensureProjectForOpenFiles: -Info 206 [00:04:50.000] Project '/user/username/projects/myproject/src/tsconfig.json' (Configured) -Info 206 [00:04:51.000] Files (3) - -Info 206 [00:04:52.000] ----------------------------------------------- -Info 206 [00:04:53.000] Open files: -Info 206 [00:04:54.000] FileName: /user/username/projects/myproject/src/fileA.ts ProjectRootPath: undefined -Info 206 [00:04:55.000] Projects: /user/username/projects/myproject/src/tsconfig.json -Info 206 [00:04:56.000] got projects updated in background, updating diagnostics for /user/username/projects/myproject/src/fileA.ts -Info 207 [00:04:57.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/src/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/fileA.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/src/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/src/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/fileA.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/src/tsconfig.json +Info seq [hh:mm:ss:mss] got projects updated in background, updating diagnostics for /user/username/projects/myproject/src/fileA.ts +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/user/username/projects/myproject/src/fileA.ts"]}} After running Timeout callback:: count: 1 19: checkOne @@ -597,6 +603,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} PolledWatches *deleted*:: /user/username/projects/package.json: @@ -618,7 +626,7 @@ FsWatchesRecursive:: Before request -Info 208 [00:04:58.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -630,7 +638,7 @@ Info 208 [00:04:58.000] request: "seq": 5, "type": "request" } -Info 209 [00:04:59.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -639,14 +647,14 @@ After request Before running Timeout callback:: count: 1 20: checkOne -Info 210 [00:05:00.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/src/fileA.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 7: semanticCheck -Info 211 [00:05:01.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/src/fileA.ts","diagnostics":[{"start":{"line":1,"offset":21},"end":{"line":1,"offset":34},"text":"The current file is a CommonJS module whose imports will produce 'require' calls; however, the referenced file is an ECMAScript module and cannot be imported with 'require'. Consider writing a dynamic 'import(\"./fileB.mjs\")' call instead.\n To convert this file to an ECMAScript module, change its file extension to '.mts', or add the field `\"type\": \"module\"` to '/user/username/projects/myproject/package.json'.","code":1479,"category":"error"}]}} After running Immedidate callback:: count: 1 8: suggestionCheck @@ -654,23 +662,23 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 8: suggestionCheck -Info 212 [00:05:02.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/src/fileA.ts","diagnostics":[]}} -Info 213 [00:05:03.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":5}} After running Immedidate callback:: count: 0 -Info 214 [00:05:04.000] Delete package.json -Info 215 [00:05:06.000] FileWatcher:: Triggered with /user/username/projects/myproject/package.json 2:: WatchInfo: /user/username/projects/myproject/package.json 2000 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: File location affecting resolution -Info 216 [00:05:07.000] Scheduled: /user/username/projects/myproject/src/tsconfig.jsonFailedLookupInvalidation -Info 217 [00:05:08.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/package.json 2:: WatchInfo: /user/username/projects/myproject/package.json 2000 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: File location affecting resolution +Info seq [hh:mm:ss:mss] Delete package.json +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/package.json 2:: WatchInfo: /user/username/projects/myproject/package.json 2000 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: File location affecting resolution +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/src/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/package.json 2:: WatchInfo: /user/username/projects/myproject/package.json 2000 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: File location affecting resolution Before running Timeout callback:: count: 1 21: /user/username/projects/myproject/src/tsconfig.jsonFailedLookupInvalidation //// [/user/username/projects/myproject/package.json] deleted -Info 218 [00:05:09.000] Running: /user/username/projects/myproject/src/tsconfig.jsonFailedLookupInvalidation -Info 219 [00:05:10.000] Scheduled: /user/username/projects/myproject/src/tsconfig.json -Info 220 [00:05:11.000] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Running: /user/username/projects/myproject/src/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/src/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* After running Timeout callback:: count: 2 22: /user/username/projects/myproject/src/tsconfig.json 23: *ensureProjectForOpenFiles* @@ -679,55 +687,55 @@ Before running Timeout callback:: count: 2 22: /user/username/projects/myproject/src/tsconfig.json 23: *ensureProjectForOpenFiles* -Info 221 [00:05:12.000] Running: /user/username/projects/myproject/src/tsconfig.json -Info 222 [00:05:13.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/src/tsconfig.json -Info 223 [00:05:14.000] File '/a/lib/package.json' does not exist according to earlier cached lookups. -Info 224 [00:05:15.000] File '/a/package.json' does not exist according to earlier cached lookups. -Info 225 [00:05:16.000] File '/package.json' does not exist according to earlier cached lookups. -Info 226 [00:05:17.000] File '/user/username/projects/myproject/src/package.json' does not exist according to earlier cached lookups. -Info 227 [00:05:18.000] File '/user/username/projects/myproject/package.json' does not exist. -Info 228 [00:05:19.000] File '/user/username/projects/package.json' does not exist according to earlier cached lookups. -Info 229 [00:05:20.000] File '/user/username/package.json' does not exist according to earlier cached lookups. -Info 230 [00:05:21.000] File '/user/package.json' does not exist according to earlier cached lookups. -Info 231 [00:05:22.000] File '/package.json' does not exist according to earlier cached lookups. -Info 232 [00:05:23.000] File '/user/username/projects/myproject/src/package.json' does not exist according to earlier cached lookups. -Info 233 [00:05:24.000] File '/user/username/projects/myproject/package.json' does not exist according to earlier cached lookups. -Info 234 [00:05:25.000] File '/user/username/projects/package.json' does not exist according to earlier cached lookups. -Info 235 [00:05:26.000] File '/user/username/package.json' does not exist according to earlier cached lookups. -Info 236 [00:05:27.000] File '/user/package.json' does not exist according to earlier cached lookups. -Info 237 [00:05:28.000] File '/package.json' does not exist according to earlier cached lookups. -Info 238 [00:05:29.000] Reusing resolution of module './fileB.mjs' from '/user/username/projects/myproject/src/fileA.ts' of old program, it was successfully resolved to '/user/username/projects/myproject/src/fileB.mts'. -Info 239 [00:05:30.000] File '/a/lib/package.json' does not exist according to earlier cached lookups. -Info 240 [00:05:31.000] File '/a/package.json' does not exist according to earlier cached lookups. -Info 241 [00:05:32.000] File '/package.json' does not exist according to earlier cached lookups. -Info 242 [00:05:33.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/package.json 2000 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: File location affecting resolution -Info 243 [00:05:34.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/src/tsconfig.json Version: 6 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms -Info 244 [00:05:35.000] Project '/user/username/projects/myproject/src/tsconfig.json' (Configured) -Info 245 [00:05:36.000] Files (3) +Info seq [hh:mm:ss:mss] Running: /user/username/projects/myproject/src/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/src/tsconfig.json +Info seq [hh:mm:ss:mss] File '/a/lib/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/a/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/user/username/projects/myproject/src/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/user/username/projects/myproject/package.json' does not exist. +Info seq [hh:mm:ss:mss] File '/user/username/projects/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/user/username/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/user/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/user/username/projects/myproject/src/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/user/username/projects/myproject/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/user/username/projects/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/user/username/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/user/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] Reusing resolution of module './fileB.mjs' from '/user/username/projects/myproject/src/fileA.ts' of old program, it was successfully resolved to '/user/username/projects/myproject/src/fileB.mts'. +Info seq [hh:mm:ss:mss] File '/a/lib/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/a/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/package.json 2000 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: File location affecting resolution +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/src/tsconfig.json Version: 6 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/src/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.es2016.full.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/fileB.mts Text-1 "export function foo() {\n}\n" /user/username/projects/myproject/src/fileA.ts SVC-1-0 "import { foo } from \"./fileB.mjs\";\nfoo();\n" -Info 246 [00:05:37.000] ----------------------------------------------- -Info 247 [00:05:38.000] Running: *ensureProjectForOpenFiles* -Info 248 [00:05:39.000] Before ensureProjectForOpenFiles: -Info 249 [00:05:40.000] Project '/user/username/projects/myproject/src/tsconfig.json' (Configured) -Info 249 [00:05:41.000] Files (3) - -Info 249 [00:05:42.000] ----------------------------------------------- -Info 249 [00:05:43.000] Open files: -Info 249 [00:05:44.000] FileName: /user/username/projects/myproject/src/fileA.ts ProjectRootPath: undefined -Info 249 [00:05:45.000] Projects: /user/username/projects/myproject/src/tsconfig.json -Info 249 [00:05:46.000] After ensureProjectForOpenFiles: -Info 250 [00:05:47.000] Project '/user/username/projects/myproject/src/tsconfig.json' (Configured) -Info 250 [00:05:48.000] Files (3) - -Info 250 [00:05:49.000] ----------------------------------------------- -Info 250 [00:05:50.000] Open files: -Info 250 [00:05:51.000] FileName: /user/username/projects/myproject/src/fileA.ts ProjectRootPath: undefined -Info 250 [00:05:52.000] Projects: /user/username/projects/myproject/src/tsconfig.json -Info 250 [00:05:53.000] got projects updated in background, updating diagnostics for /user/username/projects/myproject/src/fileA.ts -Info 251 [00:05:54.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/src/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/fileA.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/src/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/src/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/fileA.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/src/tsconfig.json +Info seq [hh:mm:ss:mss] got projects updated in background, updating diagnostics for /user/username/projects/myproject/src/fileA.ts +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/user/username/projects/myproject/src/fileA.ts"]}} After running Timeout callback:: count: 1 24: checkOne @@ -739,6 +747,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/package.json: *new* {"pollingInterval":2000} @@ -758,7 +768,7 @@ FsWatchesRecursive:: Before request -Info 252 [00:05:55.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -770,7 +780,7 @@ Info 252 [00:05:55.000] request: "seq": 6, "type": "request" } -Info 253 [00:05:56.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -779,14 +789,14 @@ After request Before running Timeout callback:: count: 1 25: checkOne -Info 254 [00:05:57.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/src/fileA.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 9: semanticCheck -Info 255 [00:05:58.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/src/fileA.ts","diagnostics":[{"start":{"line":1,"offset":21},"end":{"line":1,"offset":34},"text":"The current file is a CommonJS module whose imports will produce 'require' calls; however, the referenced file is an ECMAScript module and cannot be imported with 'require'. Consider writing a dynamic 'import(\"./fileB.mjs\")' call instead.\n To convert this file to an ECMAScript module, change its file extension to '.mts' or create a local package.json file with `{ \"type\": \"module\" }`.","code":1479,"category":"error"}]}} After running Immedidate callback:: count: 1 10: suggestionCheck @@ -794,8 +804,8 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 10: suggestionCheck -Info 256 [00:05:59.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/src/fileA.ts","diagnostics":[]}} -Info 257 [00:06:00.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":6}} After running Immedidate callback:: count: 0 diff --git a/tests/baselines/reference/tsserver/moduleResolution/package-json-file-is-edited.js b/tests/baselines/reference/tsserver/moduleResolution/package-json-file-is-edited.js index 255e16f2efca2..948307bbbdc69 100644 --- a/tests/baselines/reference/tsserver/moduleResolution/package-json-file-is-edited.js +++ b/tests/baselines/reference/tsserver/moduleResolution/package-json-file-is-edited.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:27.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/src/tsconfig.json] {"compilerOptions":{"target":"es2016","module":"Node16","outDir":"../out","traceResolution":true}} @@ -31,7 +31,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:28.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -40,13 +40,13 @@ Info 1 [00:00:28.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:29.000] Search path: /user/username/projects/myproject/src -Info 3 [00:00:30.000] For info: /user/username/projects/myproject/src/fileA.ts :: Config file name: /user/username/projects/myproject/src/tsconfig.json -Info 4 [00:00:31.000] Creating configuration project /user/username/projects/myproject/src/tsconfig.json -Info 5 [00:00:32.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: Config file -Info 6 [00:00:33.000] event: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/fileA.ts :: Config file name: /user/username/projects/myproject/src/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/src/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/src/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/myproject/src/fileA.ts to open"}} -Info 7 [00:00:34.000] Config: /user/username/projects/myproject/src/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/src/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/src/fileA.ts", "/user/username/projects/myproject/src/fileB.mts" @@ -59,32 +59,34 @@ Info 7 [00:00:34.000] Config: /user/username/projects/myproject/src/tsconfig. "configFilePath": "/user/username/projects/myproject/src/tsconfig.json" } } -Info 8 [00:00:35.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/src/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:36.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/src/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:37.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/fileB.mts 500 undefined WatchType: Closed Script info -Info 11 [00:00:38.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/src/tsconfig.json -Info 12 [00:00:39.000] File '/user/username/projects/myproject/src/package.json' does not exist. -Info 13 [00:00:40.000] Found 'package.json' at '/user/username/projects/myproject/package.json'. -Info 14 [00:00:41.000] ======== Resolving module './fileB.mjs' from '/user/username/projects/myproject/src/fileA.ts'. ======== -Info 15 [00:00:42.000] Module resolution kind is not specified, using 'Node16'. -Info 16 [00:00:43.000] Resolving in CJS mode with conditions 'require', 'types', 'node'. -Info 17 [00:00:44.000] Loading module as file / folder, candidate module location '/user/username/projects/myproject/src/fileB.mjs', target file types: TypeScript, JavaScript, Declaration. -Info 18 [00:00:45.000] File name '/user/username/projects/myproject/src/fileB.mjs' has a '.mjs' extension - stripping it. -Info 19 [00:00:46.000] File '/user/username/projects/myproject/src/fileB.mts' exists - use it as a name resolution result. -Info 20 [00:00:47.000] ======== Module name './fileB.mjs' was successfully resolved to '/user/username/projects/myproject/src/fileB.mts'. ======== -Info 21 [00:00:48.000] File '/a/lib/package.json' does not exist. -Info 22 [00:00:49.000] File '/a/package.json' does not exist. -Info 23 [00:00:50.000] File '/package.json' does not exist. -Info 24 [00:00:51.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.es2016.full.d.ts 500 undefined WatchType: Closed Script info -Info 25 [00:00:52.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/package.json 2000 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: File location affecting resolution -Info 26 [00:00:53.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/package.json 2000 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: File location affecting resolution -Info 27 [00:00:54.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/node_modules/@types 1 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: Type roots -Info 28 [00:00:55.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/node_modules/@types 1 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: Type roots -Info 29 [00:00:56.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: Type roots -Info 30 [00:00:57.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: Type roots -Info 31 [00:00:58.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/src/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 32 [00:00:59.000] Project '/user/username/projects/myproject/src/tsconfig.json' (Configured) -Info 33 [00:01:00.000] Files (3) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/src/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/src/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/fileB.mts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/src/tsconfig.json +Info seq [hh:mm:ss:mss] File '/user/username/projects/myproject/src/package.json' does not exist. +Info seq [hh:mm:ss:mss] Found 'package.json' at '/user/username/projects/myproject/package.json'. +Info seq [hh:mm:ss:mss] ======== Resolving module './fileB.mjs' from '/user/username/projects/myproject/src/fileA.ts'. ======== +Info seq [hh:mm:ss:mss] Module resolution kind is not specified, using 'Node16'. +Info seq [hh:mm:ss:mss] Resolving in CJS mode with conditions 'require', 'types', 'node'. +Info seq [hh:mm:ss:mss] Loading module as file / folder, candidate module location '/user/username/projects/myproject/src/fileB.mjs', target file types: TypeScript, JavaScript, Declaration. +Info seq [hh:mm:ss:mss] File name '/user/username/projects/myproject/src/fileB.mjs' has a '.mjs' extension - stripping it. +Info seq [hh:mm:ss:mss] File '/user/username/projects/myproject/src/fileB.mts' exists - use it as a name resolution result. +Info seq [hh:mm:ss:mss] ======== Module name './fileB.mjs' was successfully resolved to '/user/username/projects/myproject/src/fileB.mts'. ======== +Info seq [hh:mm:ss:mss] File '/a/lib/package.json' does not exist. +Info seq [hh:mm:ss:mss] File '/a/package.json' does not exist. +Info seq [hh:mm:ss:mss] File '/package.json' does not exist. +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.es2016.full.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/package.json 2000 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: File location affecting resolution +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/package.json 2000 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: File location affecting resolution +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/node_modules/@types 1 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/node_modules/@types 1 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/src/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/src/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.es2016.full.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/fileB.mts Text-1 "export function foo() {\n}\n" /user/username/projects/myproject/src/fileA.ts SVC-1-0 "import { foo } from \"./fileB.mjs\";\nfoo();\n" @@ -99,22 +101,22 @@ Info 33 [00:01:00.000] Files (3) Matched by default include pattern '**/*' File is CommonJS module because '../package.json' does not have field "type" -Info 34 [00:01:01.000] ----------------------------------------------- -Info 35 [00:01:02.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/package.json 250 undefined WatchType: package.json file -Info 36 [00:01:03.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/package.json 250 undefined WatchType: package.json file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/src/tsconfig.json"}} -Info 37 [00:01:04.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"f026568af42c61ce0537de8ee0fa07c9359a76dcfb046248ed49dc76c91e4a37","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":2,"tsSize":68,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{"target":"es2016","module":"node16","outDir":"","traceResolution":true},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 38 [00:01:05.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/src/fileA.ts","configFile":"/user/username/projects/myproject/src/tsconfig.json","diagnostics":[]}} -Info 39 [00:01:06.000] Project '/user/username/projects/myproject/src/tsconfig.json' (Configured) -Info 39 [00:01:07.000] Files (3) - -Info 39 [00:01:08.000] ----------------------------------------------- -Info 39 [00:01:09.000] Open files: -Info 39 [00:01:10.000] FileName: /user/username/projects/myproject/src/fileA.ts ProjectRootPath: undefined -Info 39 [00:01:11.000] Projects: /user/username/projects/myproject/src/tsconfig.json -Info 39 [00:01:12.000] response: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/src/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/fileA.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/src/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -127,6 +129,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/src/tsconfig.json: *new* @@ -142,21 +146,21 @@ FsWatchesRecursive:: /user/username/projects/myproject/src: *new* {} -Info 40 [00:01:13.000] Modify package json file to add type module -Info 41 [00:01:17.000] FileWatcher:: Triggered with /user/username/projects/myproject/package.json 1:: WatchInfo: /user/username/projects/myproject/package.json 2000 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: File location affecting resolution -Info 42 [00:01:18.000] Scheduled: /user/username/projects/myproject/src/tsconfig.jsonFailedLookupInvalidation -Info 43 [00:01:19.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/package.json 1:: WatchInfo: /user/username/projects/myproject/package.json 2000 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: File location affecting resolution -Info 44 [00:01:20.000] FileWatcher:: Triggered with /user/username/projects/myproject/package.json 1:: WatchInfo: /user/username/projects/myproject/package.json 250 undefined WatchType: package.json file -Info 45 [00:01:21.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/package.json 1:: WatchInfo: /user/username/projects/myproject/package.json 250 undefined WatchType: package.json file +Info seq [hh:mm:ss:mss] Modify package json file to add type module +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/package.json 1:: WatchInfo: /user/username/projects/myproject/package.json 2000 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: File location affecting resolution +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/src/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/package.json 1:: WatchInfo: /user/username/projects/myproject/package.json 2000 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: File location affecting resolution +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/package.json 1:: WatchInfo: /user/username/projects/myproject/package.json 250 undefined WatchType: package.json file +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/package.json 1:: WatchInfo: /user/username/projects/myproject/package.json 250 undefined WatchType: package.json file Before running Timeout callback:: count: 1 1: /user/username/projects/myproject/src/tsconfig.jsonFailedLookupInvalidation //// [/user/username/projects/myproject/package.json] {"name":"app","version":"1.0.0","type":"module"} -Info 46 [00:01:22.000] Running: /user/username/projects/myproject/src/tsconfig.jsonFailedLookupInvalidation -Info 47 [00:01:23.000] Scheduled: /user/username/projects/myproject/src/tsconfig.json -Info 48 [00:01:24.000] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Running: /user/username/projects/myproject/src/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/src/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* After running Timeout callback:: count: 2 2: /user/username/projects/myproject/src/tsconfig.json 3: *ensureProjectForOpenFiles* @@ -165,59 +169,59 @@ Before running Timeout callback:: count: 2 2: /user/username/projects/myproject/src/tsconfig.json 3: *ensureProjectForOpenFiles* -Info 49 [00:01:25.000] Running: /user/username/projects/myproject/src/tsconfig.json -Info 50 [00:01:26.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/src/tsconfig.json -Info 51 [00:01:27.000] File '/a/lib/package.json' does not exist according to earlier cached lookups. -Info 52 [00:01:28.000] File '/a/package.json' does not exist according to earlier cached lookups. -Info 53 [00:01:29.000] File '/package.json' does not exist according to earlier cached lookups. -Info 54 [00:01:30.000] File '/user/username/projects/myproject/src/package.json' does not exist according to earlier cached lookups. -Info 55 [00:01:31.000] Found 'package.json' at '/user/username/projects/myproject/package.json'. -Info 56 [00:01:32.000] File '/user/username/projects/myproject/src/package.json' does not exist according to earlier cached lookups. -Info 57 [00:01:33.000] File '/user/username/projects/myproject/package.json' exists according to earlier cached lookups. -Info 58 [00:01:34.000] ======== Resolving module './fileB.mjs' from '/user/username/projects/myproject/src/fileA.ts'. ======== -Info 59 [00:01:35.000] Module resolution kind is not specified, using 'Node16'. -Info 60 [00:01:36.000] Resolving in ESM mode with conditions 'import', 'types', 'node'. -Info 61 [00:01:37.000] Loading module as file / folder, candidate module location '/user/username/projects/myproject/src/fileB.mjs', target file types: TypeScript, JavaScript, Declaration. -Info 62 [00:01:38.000] File name '/user/username/projects/myproject/src/fileB.mjs' has a '.mjs' extension - stripping it. -Info 63 [00:01:39.000] File '/user/username/projects/myproject/src/fileB.mts' exists - use it as a name resolution result. -Info 64 [00:01:40.000] ======== Module name './fileB.mjs' was successfully resolved to '/user/username/projects/myproject/src/fileB.mts'. ======== -Info 65 [00:01:41.000] File '/a/lib/package.json' does not exist according to earlier cached lookups. -Info 66 [00:01:42.000] File '/a/package.json' does not exist according to earlier cached lookups. -Info 67 [00:01:43.000] File '/package.json' does not exist according to earlier cached lookups. -Info 68 [00:01:44.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/src/tsconfig.json Version: 2 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms -Info 69 [00:01:45.000] Project '/user/username/projects/myproject/src/tsconfig.json' (Configured) -Info 70 [00:01:46.000] Files (3) +Info seq [hh:mm:ss:mss] Running: /user/username/projects/myproject/src/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/src/tsconfig.json +Info seq [hh:mm:ss:mss] File '/a/lib/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/a/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/user/username/projects/myproject/src/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] Found 'package.json' at '/user/username/projects/myproject/package.json'. +Info seq [hh:mm:ss:mss] File '/user/username/projects/myproject/src/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/user/username/projects/myproject/package.json' exists according to earlier cached lookups. +Info seq [hh:mm:ss:mss] ======== Resolving module './fileB.mjs' from '/user/username/projects/myproject/src/fileA.ts'. ======== +Info seq [hh:mm:ss:mss] Module resolution kind is not specified, using 'Node16'. +Info seq [hh:mm:ss:mss] Resolving in ESM mode with conditions 'import', 'types', 'node'. +Info seq [hh:mm:ss:mss] Loading module as file / folder, candidate module location '/user/username/projects/myproject/src/fileB.mjs', target file types: TypeScript, JavaScript, Declaration. +Info seq [hh:mm:ss:mss] File name '/user/username/projects/myproject/src/fileB.mjs' has a '.mjs' extension - stripping it. +Info seq [hh:mm:ss:mss] File '/user/username/projects/myproject/src/fileB.mts' exists - use it as a name resolution result. +Info seq [hh:mm:ss:mss] ======== Module name './fileB.mjs' was successfully resolved to '/user/username/projects/myproject/src/fileB.mts'. ======== +Info seq [hh:mm:ss:mss] File '/a/lib/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/a/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/src/tsconfig.json Version: 2 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/src/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.es2016.full.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/fileB.mts Text-1 "export function foo() {\n}\n" /user/username/projects/myproject/src/fileA.ts SVC-1-0 "import { foo } from \"./fileB.mjs\";\nfoo();\n" -Info 71 [00:01:47.000] ----------------------------------------------- -Info 72 [00:01:48.000] Running: *ensureProjectForOpenFiles* -Info 73 [00:01:49.000] Before ensureProjectForOpenFiles: -Info 74 [00:01:50.000] Project '/user/username/projects/myproject/src/tsconfig.json' (Configured) -Info 74 [00:01:51.000] Files (3) - -Info 74 [00:01:52.000] ----------------------------------------------- -Info 74 [00:01:53.000] Open files: -Info 74 [00:01:54.000] FileName: /user/username/projects/myproject/src/fileA.ts ProjectRootPath: undefined -Info 74 [00:01:55.000] Projects: /user/username/projects/myproject/src/tsconfig.json -Info 74 [00:01:56.000] After ensureProjectForOpenFiles: -Info 75 [00:01:57.000] Project '/user/username/projects/myproject/src/tsconfig.json' (Configured) -Info 75 [00:01:58.000] Files (3) - -Info 75 [00:01:59.000] ----------------------------------------------- -Info 75 [00:02:00.000] Open files: -Info 75 [00:02:01.000] FileName: /user/username/projects/myproject/src/fileA.ts ProjectRootPath: undefined -Info 75 [00:02:02.000] Projects: /user/username/projects/myproject/src/tsconfig.json -Info 75 [00:02:03.000] got projects updated in background, updating diagnostics for /user/username/projects/myproject/src/fileA.ts -Info 76 [00:02:04.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/src/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/fileA.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/src/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/src/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/fileA.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/src/tsconfig.json +Info seq [hh:mm:ss:mss] got projects updated in background, updating diagnostics for /user/username/projects/myproject/src/fileA.ts +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/user/username/projects/myproject/src/fileA.ts"]}} After running Timeout callback:: count: 1 4: checkOne Before request -Info 77 [00:02:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -229,7 +233,7 @@ Info 77 [00:02:05.000] request: "seq": 2, "type": "request" } -Info 78 [00:02:06.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -238,14 +242,14 @@ After request Before running Timeout callback:: count: 1 5: checkOne -Info 79 [00:02:07.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/src/fileA.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 1: semanticCheck -Info 80 [00:02:08.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/src/fileA.ts","diagnostics":[]}} After running Immedidate callback:: count: 1 2: suggestionCheck @@ -253,27 +257,27 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 2: suggestionCheck -Info 81 [00:02:09.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/src/fileA.ts","diagnostics":[]}} -Info 82 [00:02:10.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":2}} After running Immedidate callback:: count: 0 -Info 83 [00:02:11.000] Modify package json file to remove type module -Info 84 [00:02:15.000] FileWatcher:: Triggered with /user/username/projects/myproject/package.json 1:: WatchInfo: /user/username/projects/myproject/package.json 2000 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: File location affecting resolution -Info 85 [00:02:16.000] Scheduled: /user/username/projects/myproject/src/tsconfig.jsonFailedLookupInvalidation -Info 86 [00:02:17.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/package.json 1:: WatchInfo: /user/username/projects/myproject/package.json 2000 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: File location affecting resolution -Info 87 [00:02:18.000] FileWatcher:: Triggered with /user/username/projects/myproject/package.json 1:: WatchInfo: /user/username/projects/myproject/package.json 250 undefined WatchType: package.json file -Info 88 [00:02:19.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/package.json 1:: WatchInfo: /user/username/projects/myproject/package.json 250 undefined WatchType: package.json file +Info seq [hh:mm:ss:mss] Modify package json file to remove type module +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/package.json 1:: WatchInfo: /user/username/projects/myproject/package.json 2000 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: File location affecting resolution +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/src/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/package.json 1:: WatchInfo: /user/username/projects/myproject/package.json 2000 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: File location affecting resolution +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/package.json 1:: WatchInfo: /user/username/projects/myproject/package.json 250 undefined WatchType: package.json file +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/package.json 1:: WatchInfo: /user/username/projects/myproject/package.json 250 undefined WatchType: package.json file Before running Timeout callback:: count: 1 6: /user/username/projects/myproject/src/tsconfig.jsonFailedLookupInvalidation //// [/user/username/projects/myproject/package.json] {"name":"app","version":"1.0.0"} -Info 89 [00:02:20.000] Running: /user/username/projects/myproject/src/tsconfig.jsonFailedLookupInvalidation -Info 90 [00:02:21.000] Scheduled: /user/username/projects/myproject/src/tsconfig.json -Info 91 [00:02:22.000] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Running: /user/username/projects/myproject/src/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/src/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* After running Timeout callback:: count: 2 7: /user/username/projects/myproject/src/tsconfig.json 8: *ensureProjectForOpenFiles* @@ -282,59 +286,59 @@ Before running Timeout callback:: count: 2 7: /user/username/projects/myproject/src/tsconfig.json 8: *ensureProjectForOpenFiles* -Info 92 [00:02:23.000] Running: /user/username/projects/myproject/src/tsconfig.json -Info 93 [00:02:24.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/src/tsconfig.json -Info 94 [00:02:25.000] File '/a/lib/package.json' does not exist according to earlier cached lookups. -Info 95 [00:02:26.000] File '/a/package.json' does not exist according to earlier cached lookups. -Info 96 [00:02:27.000] File '/package.json' does not exist according to earlier cached lookups. -Info 97 [00:02:28.000] File '/user/username/projects/myproject/src/package.json' does not exist according to earlier cached lookups. -Info 98 [00:02:29.000] Found 'package.json' at '/user/username/projects/myproject/package.json'. -Info 99 [00:02:30.000] File '/user/username/projects/myproject/src/package.json' does not exist according to earlier cached lookups. -Info 100 [00:02:31.000] File '/user/username/projects/myproject/package.json' exists according to earlier cached lookups. -Info 101 [00:02:32.000] ======== Resolving module './fileB.mjs' from '/user/username/projects/myproject/src/fileA.ts'. ======== -Info 102 [00:02:33.000] Module resolution kind is not specified, using 'Node16'. -Info 103 [00:02:34.000] Resolving in CJS mode with conditions 'require', 'types', 'node'. -Info 104 [00:02:35.000] Loading module as file / folder, candidate module location '/user/username/projects/myproject/src/fileB.mjs', target file types: TypeScript, JavaScript, Declaration. -Info 105 [00:02:36.000] File name '/user/username/projects/myproject/src/fileB.mjs' has a '.mjs' extension - stripping it. -Info 106 [00:02:37.000] File '/user/username/projects/myproject/src/fileB.mts' exists - use it as a name resolution result. -Info 107 [00:02:38.000] ======== Module name './fileB.mjs' was successfully resolved to '/user/username/projects/myproject/src/fileB.mts'. ======== -Info 108 [00:02:39.000] File '/a/lib/package.json' does not exist according to earlier cached lookups. -Info 109 [00:02:40.000] File '/a/package.json' does not exist according to earlier cached lookups. -Info 110 [00:02:41.000] File '/package.json' does not exist according to earlier cached lookups. -Info 111 [00:02:42.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/src/tsconfig.json Version: 3 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms -Info 112 [00:02:43.000] Project '/user/username/projects/myproject/src/tsconfig.json' (Configured) -Info 113 [00:02:44.000] Files (3) +Info seq [hh:mm:ss:mss] Running: /user/username/projects/myproject/src/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/src/tsconfig.json +Info seq [hh:mm:ss:mss] File '/a/lib/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/a/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/user/username/projects/myproject/src/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] Found 'package.json' at '/user/username/projects/myproject/package.json'. +Info seq [hh:mm:ss:mss] File '/user/username/projects/myproject/src/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/user/username/projects/myproject/package.json' exists according to earlier cached lookups. +Info seq [hh:mm:ss:mss] ======== Resolving module './fileB.mjs' from '/user/username/projects/myproject/src/fileA.ts'. ======== +Info seq [hh:mm:ss:mss] Module resolution kind is not specified, using 'Node16'. +Info seq [hh:mm:ss:mss] Resolving in CJS mode with conditions 'require', 'types', 'node'. +Info seq [hh:mm:ss:mss] Loading module as file / folder, candidate module location '/user/username/projects/myproject/src/fileB.mjs', target file types: TypeScript, JavaScript, Declaration. +Info seq [hh:mm:ss:mss] File name '/user/username/projects/myproject/src/fileB.mjs' has a '.mjs' extension - stripping it. +Info seq [hh:mm:ss:mss] File '/user/username/projects/myproject/src/fileB.mts' exists - use it as a name resolution result. +Info seq [hh:mm:ss:mss] ======== Module name './fileB.mjs' was successfully resolved to '/user/username/projects/myproject/src/fileB.mts'. ======== +Info seq [hh:mm:ss:mss] File '/a/lib/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/a/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/src/tsconfig.json Version: 3 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/src/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.es2016.full.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/fileB.mts Text-1 "export function foo() {\n}\n" /user/username/projects/myproject/src/fileA.ts SVC-1-0 "import { foo } from \"./fileB.mjs\";\nfoo();\n" -Info 114 [00:02:45.000] ----------------------------------------------- -Info 115 [00:02:46.000] Running: *ensureProjectForOpenFiles* -Info 116 [00:02:47.000] Before ensureProjectForOpenFiles: -Info 117 [00:02:48.000] Project '/user/username/projects/myproject/src/tsconfig.json' (Configured) -Info 117 [00:02:49.000] Files (3) - -Info 117 [00:02:50.000] ----------------------------------------------- -Info 117 [00:02:51.000] Open files: -Info 117 [00:02:52.000] FileName: /user/username/projects/myproject/src/fileA.ts ProjectRootPath: undefined -Info 117 [00:02:53.000] Projects: /user/username/projects/myproject/src/tsconfig.json -Info 117 [00:02:54.000] After ensureProjectForOpenFiles: -Info 118 [00:02:55.000] Project '/user/username/projects/myproject/src/tsconfig.json' (Configured) -Info 118 [00:02:56.000] Files (3) - -Info 118 [00:02:57.000] ----------------------------------------------- -Info 118 [00:02:58.000] Open files: -Info 118 [00:02:59.000] FileName: /user/username/projects/myproject/src/fileA.ts ProjectRootPath: undefined -Info 118 [00:03:00.000] Projects: /user/username/projects/myproject/src/tsconfig.json -Info 118 [00:03:01.000] got projects updated in background, updating diagnostics for /user/username/projects/myproject/src/fileA.ts -Info 119 [00:03:02.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/src/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/fileA.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/src/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/src/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/fileA.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/src/tsconfig.json +Info seq [hh:mm:ss:mss] got projects updated in background, updating diagnostics for /user/username/projects/myproject/src/fileA.ts +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/user/username/projects/myproject/src/fileA.ts"]}} After running Timeout callback:: count: 1 9: checkOne Before request -Info 120 [00:03:03.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -346,7 +350,7 @@ Info 120 [00:03:03.000] request: "seq": 3, "type": "request" } -Info 121 [00:03:04.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -355,14 +359,14 @@ After request Before running Timeout callback:: count: 1 10: checkOne -Info 122 [00:03:05.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/src/fileA.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 3: semanticCheck -Info 123 [00:03:06.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/src/fileA.ts","diagnostics":[{"start":{"line":1,"offset":21},"end":{"line":1,"offset":34},"text":"The current file is a CommonJS module whose imports will produce 'require' calls; however, the referenced file is an ECMAScript module and cannot be imported with 'require'. Consider writing a dynamic 'import(\"./fileB.mjs\")' call instead.\n To convert this file to an ECMAScript module, change its file extension to '.mts', or add the field `\"type\": \"module\"` to '/user/username/projects/myproject/package.json'.","code":1479,"category":"error"}]}} After running Immedidate callback:: count: 1 4: suggestionCheck @@ -370,26 +374,26 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 4: suggestionCheck -Info 124 [00:03:07.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/src/fileA.ts","diagnostics":[]}} -Info 125 [00:03:08.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":3}} After running Immedidate callback:: count: 0 -Info 126 [00:03:09.000] Delete package.json -Info 127 [00:03:11.000] FileWatcher:: Triggered with /user/username/projects/myproject/package.json 2:: WatchInfo: /user/username/projects/myproject/package.json 2000 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: File location affecting resolution -Info 128 [00:03:12.000] Scheduled: /user/username/projects/myproject/src/tsconfig.jsonFailedLookupInvalidation -Info 129 [00:03:13.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/package.json 2:: WatchInfo: /user/username/projects/myproject/package.json 2000 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: File location affecting resolution -Info 130 [00:03:14.000] FileWatcher:: Triggered with /user/username/projects/myproject/package.json 2:: WatchInfo: /user/username/projects/myproject/package.json 250 undefined WatchType: package.json file -Info 131 [00:03:15.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/package.json 250 undefined WatchType: package.json file -Info 132 [00:03:16.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/package.json 2:: WatchInfo: /user/username/projects/myproject/package.json 250 undefined WatchType: package.json file +Info seq [hh:mm:ss:mss] Delete package.json +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/package.json 2:: WatchInfo: /user/username/projects/myproject/package.json 2000 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: File location affecting resolution +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/src/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/package.json 2:: WatchInfo: /user/username/projects/myproject/package.json 2000 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: File location affecting resolution +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/package.json 2:: WatchInfo: /user/username/projects/myproject/package.json 250 undefined WatchType: package.json file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/package.json 250 undefined WatchType: package.json file +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/package.json 2:: WatchInfo: /user/username/projects/myproject/package.json 250 undefined WatchType: package.json file Before running Timeout callback:: count: 1 11: /user/username/projects/myproject/src/tsconfig.jsonFailedLookupInvalidation //// [/user/username/projects/myproject/package.json] deleted -Info 133 [00:03:17.000] Running: /user/username/projects/myproject/src/tsconfig.jsonFailedLookupInvalidation -Info 134 [00:03:18.000] Scheduled: /user/username/projects/myproject/src/tsconfig.json -Info 135 [00:03:19.000] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Running: /user/username/projects/myproject/src/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/src/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* After running Timeout callback:: count: 2 12: /user/username/projects/myproject/src/tsconfig.json 13: *ensureProjectForOpenFiles* @@ -398,55 +402,55 @@ Before running Timeout callback:: count: 2 12: /user/username/projects/myproject/src/tsconfig.json 13: *ensureProjectForOpenFiles* -Info 136 [00:03:20.000] Running: /user/username/projects/myproject/src/tsconfig.json -Info 137 [00:03:21.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/src/tsconfig.json -Info 138 [00:03:22.000] File '/a/lib/package.json' does not exist according to earlier cached lookups. -Info 139 [00:03:23.000] File '/a/package.json' does not exist according to earlier cached lookups. -Info 140 [00:03:24.000] File '/package.json' does not exist according to earlier cached lookups. -Info 141 [00:03:25.000] File '/user/username/projects/myproject/src/package.json' does not exist according to earlier cached lookups. -Info 142 [00:03:26.000] File '/user/username/projects/myproject/package.json' does not exist. -Info 143 [00:03:27.000] File '/user/username/projects/package.json' does not exist. -Info 144 [00:03:28.000] File '/user/username/package.json' does not exist. -Info 145 [00:03:29.000] File '/user/package.json' does not exist. -Info 146 [00:03:30.000] File '/package.json' does not exist according to earlier cached lookups. -Info 147 [00:03:31.000] File '/user/username/projects/myproject/src/package.json' does not exist according to earlier cached lookups. -Info 148 [00:03:32.000] File '/user/username/projects/myproject/package.json' does not exist according to earlier cached lookups. -Info 149 [00:03:33.000] File '/user/username/projects/package.json' does not exist according to earlier cached lookups. -Info 150 [00:03:34.000] File '/user/username/package.json' does not exist according to earlier cached lookups. -Info 151 [00:03:35.000] File '/user/package.json' does not exist according to earlier cached lookups. -Info 152 [00:03:36.000] File '/package.json' does not exist according to earlier cached lookups. -Info 153 [00:03:37.000] Reusing resolution of module './fileB.mjs' from '/user/username/projects/myproject/src/fileA.ts' of old program, it was successfully resolved to '/user/username/projects/myproject/src/fileB.mts'. -Info 154 [00:03:38.000] File '/a/lib/package.json' does not exist according to earlier cached lookups. -Info 155 [00:03:39.000] File '/a/package.json' does not exist according to earlier cached lookups. -Info 156 [00:03:40.000] File '/package.json' does not exist according to earlier cached lookups. -Info 157 [00:03:41.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/package.json 2000 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: File location affecting resolution -Info 158 [00:03:42.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/src/tsconfig.json Version: 4 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms -Info 159 [00:03:43.000] Project '/user/username/projects/myproject/src/tsconfig.json' (Configured) -Info 160 [00:03:44.000] Files (3) +Info seq [hh:mm:ss:mss] Running: /user/username/projects/myproject/src/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/src/tsconfig.json +Info seq [hh:mm:ss:mss] File '/a/lib/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/a/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/user/username/projects/myproject/src/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/user/username/projects/myproject/package.json' does not exist. +Info seq [hh:mm:ss:mss] File '/user/username/projects/package.json' does not exist. +Info seq [hh:mm:ss:mss] File '/user/username/package.json' does not exist. +Info seq [hh:mm:ss:mss] File '/user/package.json' does not exist. +Info seq [hh:mm:ss:mss] File '/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/user/username/projects/myproject/src/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/user/username/projects/myproject/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/user/username/projects/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/user/username/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/user/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] Reusing resolution of module './fileB.mjs' from '/user/username/projects/myproject/src/fileA.ts' of old program, it was successfully resolved to '/user/username/projects/myproject/src/fileB.mts'. +Info seq [hh:mm:ss:mss] File '/a/lib/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/a/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/package.json 2000 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: File location affecting resolution +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/src/tsconfig.json Version: 4 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/src/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.es2016.full.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/fileB.mts Text-1 "export function foo() {\n}\n" /user/username/projects/myproject/src/fileA.ts SVC-1-0 "import { foo } from \"./fileB.mjs\";\nfoo();\n" -Info 161 [00:03:45.000] ----------------------------------------------- -Info 162 [00:03:46.000] Running: *ensureProjectForOpenFiles* -Info 163 [00:03:47.000] Before ensureProjectForOpenFiles: -Info 164 [00:03:48.000] Project '/user/username/projects/myproject/src/tsconfig.json' (Configured) -Info 164 [00:03:49.000] Files (3) - -Info 164 [00:03:50.000] ----------------------------------------------- -Info 164 [00:03:51.000] Open files: -Info 164 [00:03:52.000] FileName: /user/username/projects/myproject/src/fileA.ts ProjectRootPath: undefined -Info 164 [00:03:53.000] Projects: /user/username/projects/myproject/src/tsconfig.json -Info 164 [00:03:54.000] After ensureProjectForOpenFiles: -Info 165 [00:03:55.000] Project '/user/username/projects/myproject/src/tsconfig.json' (Configured) -Info 165 [00:03:56.000] Files (3) - -Info 165 [00:03:57.000] ----------------------------------------------- -Info 165 [00:03:58.000] Open files: -Info 165 [00:03:59.000] FileName: /user/username/projects/myproject/src/fileA.ts ProjectRootPath: undefined -Info 165 [00:04:00.000] Projects: /user/username/projects/myproject/src/tsconfig.json -Info 165 [00:04:01.000] got projects updated in background, updating diagnostics for /user/username/projects/myproject/src/fileA.ts -Info 166 [00:04:02.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/src/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/fileA.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/src/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/src/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/fileA.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/src/tsconfig.json +Info seq [hh:mm:ss:mss] got projects updated in background, updating diagnostics for /user/username/projects/myproject/src/fileA.ts +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/user/username/projects/myproject/src/fileA.ts"]}} After running Timeout callback:: count: 1 14: checkOne @@ -458,6 +462,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/package.json: *new* {"pollingInterval":2000} @@ -477,7 +483,7 @@ FsWatchesRecursive:: Before request -Info 167 [00:04:03.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -489,7 +495,7 @@ Info 167 [00:04:03.000] request: "seq": 4, "type": "request" } -Info 168 [00:04:04.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -498,14 +504,14 @@ After request Before running Timeout callback:: count: 1 15: checkOne -Info 169 [00:04:05.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/src/fileA.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 5: semanticCheck -Info 170 [00:04:06.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/src/fileA.ts","diagnostics":[{"start":{"line":1,"offset":21},"end":{"line":1,"offset":34},"text":"The current file is a CommonJS module whose imports will produce 'require' calls; however, the referenced file is an ECMAScript module and cannot be imported with 'require'. Consider writing a dynamic 'import(\"./fileB.mjs\")' call instead.\n To convert this file to an ECMAScript module, change its file extension to '.mts' or create a local package.json file with `{ \"type\": \"module\" }`.","code":1479,"category":"error"}]}} After running Immedidate callback:: count: 1 6: suggestionCheck @@ -513,25 +519,25 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 6: suggestionCheck -Info 171 [00:04:07.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/src/fileA.ts","diagnostics":[]}} -Info 172 [00:04:08.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":4}} After running Immedidate callback:: count: 0 -Info 173 [00:04:09.000] Modify package json file to add type module -Info 174 [00:04:12.000] FileWatcher:: Triggered with /user/username/projects/myproject/package.json 0:: WatchInfo: /user/username/projects/myproject/package.json 2000 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: File location affecting resolution -Info 175 [00:04:13.000] Scheduled: /user/username/projects/myproject/src/tsconfig.jsonFailedLookupInvalidation -Info 176 [00:04:14.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/package.json 0:: WatchInfo: /user/username/projects/myproject/package.json 2000 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: File location affecting resolution +Info seq [hh:mm:ss:mss] Modify package json file to add type module +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/package.json 0:: WatchInfo: /user/username/projects/myproject/package.json 2000 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: File location affecting resolution +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/src/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/package.json 0:: WatchInfo: /user/username/projects/myproject/package.json 2000 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: File location affecting resolution Before running Timeout callback:: count: 1 16: /user/username/projects/myproject/src/tsconfig.jsonFailedLookupInvalidation //// [/user/username/projects/myproject/package.json] {"name":"app","version":"1.0.0","type":"module"} -Info 177 [00:04:15.000] Running: /user/username/projects/myproject/src/tsconfig.jsonFailedLookupInvalidation -Info 178 [00:04:16.000] Scheduled: /user/username/projects/myproject/src/tsconfig.json -Info 179 [00:04:17.000] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Running: /user/username/projects/myproject/src/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/src/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* After running Timeout callback:: count: 2 17: /user/username/projects/myproject/src/tsconfig.json 18: *ensureProjectForOpenFiles* @@ -540,46 +546,46 @@ Before running Timeout callback:: count: 2 17: /user/username/projects/myproject/src/tsconfig.json 18: *ensureProjectForOpenFiles* -Info 180 [00:04:18.000] Running: /user/username/projects/myproject/src/tsconfig.json -Info 181 [00:04:19.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/src/tsconfig.json -Info 182 [00:04:20.000] File '/a/lib/package.json' does not exist according to earlier cached lookups. -Info 183 [00:04:21.000] File '/a/package.json' does not exist according to earlier cached lookups. -Info 184 [00:04:22.000] File '/package.json' does not exist according to earlier cached lookups. -Info 185 [00:04:23.000] File '/user/username/projects/myproject/src/package.json' does not exist according to earlier cached lookups. -Info 186 [00:04:24.000] Found 'package.json' at '/user/username/projects/myproject/package.json'. -Info 187 [00:04:25.000] File '/user/username/projects/myproject/src/package.json' does not exist according to earlier cached lookups. -Info 188 [00:04:26.000] File '/user/username/projects/myproject/package.json' exists according to earlier cached lookups. -Info 189 [00:04:27.000] File '/a/lib/package.json' does not exist according to earlier cached lookups. -Info 190 [00:04:28.000] File '/a/package.json' does not exist according to earlier cached lookups. -Info 191 [00:04:29.000] File '/package.json' does not exist according to earlier cached lookups. -Info 192 [00:04:30.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/package.json 2000 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: File location affecting resolution -Info 193 [00:04:31.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/src/tsconfig.json Version: 5 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms -Info 194 [00:04:32.000] Project '/user/username/projects/myproject/src/tsconfig.json' (Configured) -Info 195 [00:04:33.000] Files (3) +Info seq [hh:mm:ss:mss] Running: /user/username/projects/myproject/src/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/src/tsconfig.json +Info seq [hh:mm:ss:mss] File '/a/lib/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/a/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/user/username/projects/myproject/src/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] Found 'package.json' at '/user/username/projects/myproject/package.json'. +Info seq [hh:mm:ss:mss] File '/user/username/projects/myproject/src/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/user/username/projects/myproject/package.json' exists according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/a/lib/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/a/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/package.json 2000 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: File location affecting resolution +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/src/tsconfig.json Version: 5 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/src/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.es2016.full.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/fileB.mts Text-1 "export function foo() {\n}\n" /user/username/projects/myproject/src/fileA.ts SVC-1-0 "import { foo } from \"./fileB.mjs\";\nfoo();\n" -Info 196 [00:04:34.000] ----------------------------------------------- -Info 197 [00:04:35.000] Running: *ensureProjectForOpenFiles* -Info 198 [00:04:36.000] Before ensureProjectForOpenFiles: -Info 199 [00:04:37.000] Project '/user/username/projects/myproject/src/tsconfig.json' (Configured) -Info 199 [00:04:38.000] Files (3) - -Info 199 [00:04:39.000] ----------------------------------------------- -Info 199 [00:04:40.000] Open files: -Info 199 [00:04:41.000] FileName: /user/username/projects/myproject/src/fileA.ts ProjectRootPath: undefined -Info 199 [00:04:42.000] Projects: /user/username/projects/myproject/src/tsconfig.json -Info 199 [00:04:43.000] After ensureProjectForOpenFiles: -Info 200 [00:04:44.000] Project '/user/username/projects/myproject/src/tsconfig.json' (Configured) -Info 200 [00:04:45.000] Files (3) - -Info 200 [00:04:46.000] ----------------------------------------------- -Info 200 [00:04:47.000] Open files: -Info 200 [00:04:48.000] FileName: /user/username/projects/myproject/src/fileA.ts ProjectRootPath: undefined -Info 200 [00:04:49.000] Projects: /user/username/projects/myproject/src/tsconfig.json -Info 200 [00:04:50.000] got projects updated in background, updating diagnostics for /user/username/projects/myproject/src/fileA.ts -Info 201 [00:04:51.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/src/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/fileA.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/src/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/src/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/fileA.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/src/tsconfig.json +Info seq [hh:mm:ss:mss] got projects updated in background, updating diagnostics for /user/username/projects/myproject/src/fileA.ts +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/user/username/projects/myproject/src/fileA.ts"]}} After running Timeout callback:: count: 1 19: checkOne @@ -591,6 +597,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} PolledWatches *deleted*:: /user/username/projects/package.json: @@ -612,7 +620,7 @@ FsWatchesRecursive:: Before request -Info 202 [00:04:52.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -624,7 +632,7 @@ Info 202 [00:04:52.000] request: "seq": 5, "type": "request" } -Info 203 [00:04:53.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -633,14 +641,14 @@ After request Before running Timeout callback:: count: 1 20: checkOne -Info 204 [00:04:54.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/src/fileA.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 7: semanticCheck -Info 205 [00:04:55.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/src/fileA.ts","diagnostics":[]}} After running Immedidate callback:: count: 1 8: suggestionCheck @@ -648,23 +656,23 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 8: suggestionCheck -Info 206 [00:04:56.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/src/fileA.ts","diagnostics":[]}} -Info 207 [00:04:57.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":5}} After running Immedidate callback:: count: 0 -Info 208 [00:04:58.000] Delete package.json -Info 209 [00:05:00.000] FileWatcher:: Triggered with /user/username/projects/myproject/package.json 2:: WatchInfo: /user/username/projects/myproject/package.json 2000 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: File location affecting resolution -Info 210 [00:05:01.000] Scheduled: /user/username/projects/myproject/src/tsconfig.jsonFailedLookupInvalidation -Info 211 [00:05:02.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/package.json 2:: WatchInfo: /user/username/projects/myproject/package.json 2000 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: File location affecting resolution +Info seq [hh:mm:ss:mss] Delete package.json +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/package.json 2:: WatchInfo: /user/username/projects/myproject/package.json 2000 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: File location affecting resolution +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/src/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/package.json 2:: WatchInfo: /user/username/projects/myproject/package.json 2000 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: File location affecting resolution Before running Timeout callback:: count: 1 21: /user/username/projects/myproject/src/tsconfig.jsonFailedLookupInvalidation //// [/user/username/projects/myproject/package.json] deleted -Info 212 [00:05:03.000] Running: /user/username/projects/myproject/src/tsconfig.jsonFailedLookupInvalidation -Info 213 [00:05:04.000] Scheduled: /user/username/projects/myproject/src/tsconfig.json -Info 214 [00:05:05.000] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Running: /user/username/projects/myproject/src/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/src/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* After running Timeout callback:: count: 2 22: /user/username/projects/myproject/src/tsconfig.json 23: *ensureProjectForOpenFiles* @@ -673,54 +681,54 @@ Before running Timeout callback:: count: 2 22: /user/username/projects/myproject/src/tsconfig.json 23: *ensureProjectForOpenFiles* -Info 215 [00:05:06.000] Running: /user/username/projects/myproject/src/tsconfig.json -Info 216 [00:05:07.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/src/tsconfig.json -Info 217 [00:05:08.000] File '/a/lib/package.json' does not exist according to earlier cached lookups. -Info 218 [00:05:09.000] File '/a/package.json' does not exist according to earlier cached lookups. -Info 219 [00:05:10.000] File '/package.json' does not exist according to earlier cached lookups. -Info 220 [00:05:11.000] File '/user/username/projects/myproject/src/package.json' does not exist according to earlier cached lookups. -Info 221 [00:05:12.000] File '/user/username/projects/myproject/package.json' does not exist. -Info 222 [00:05:13.000] File '/user/username/projects/package.json' does not exist according to earlier cached lookups. -Info 223 [00:05:14.000] File '/user/username/package.json' does not exist according to earlier cached lookups. -Info 224 [00:05:15.000] File '/user/package.json' does not exist according to earlier cached lookups. -Info 225 [00:05:16.000] File '/package.json' does not exist according to earlier cached lookups. -Info 226 [00:05:17.000] File '/user/username/projects/myproject/src/package.json' does not exist according to earlier cached lookups. -Info 227 [00:05:18.000] File '/user/username/projects/myproject/package.json' does not exist according to earlier cached lookups. -Info 228 [00:05:19.000] File '/user/username/projects/package.json' does not exist according to earlier cached lookups. -Info 229 [00:05:20.000] File '/user/username/package.json' does not exist according to earlier cached lookups. -Info 230 [00:05:21.000] File '/user/package.json' does not exist according to earlier cached lookups. -Info 231 [00:05:22.000] File '/package.json' does not exist according to earlier cached lookups. -Info 232 [00:05:23.000] File '/a/lib/package.json' does not exist according to earlier cached lookups. -Info 233 [00:05:24.000] File '/a/package.json' does not exist according to earlier cached lookups. -Info 234 [00:05:25.000] File '/package.json' does not exist according to earlier cached lookups. -Info 235 [00:05:26.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/package.json 2000 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: File location affecting resolution -Info 236 [00:05:27.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/src/tsconfig.json Version: 6 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms -Info 237 [00:05:28.000] Project '/user/username/projects/myproject/src/tsconfig.json' (Configured) -Info 238 [00:05:29.000] Files (3) +Info seq [hh:mm:ss:mss] Running: /user/username/projects/myproject/src/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/src/tsconfig.json +Info seq [hh:mm:ss:mss] File '/a/lib/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/a/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/user/username/projects/myproject/src/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/user/username/projects/myproject/package.json' does not exist. +Info seq [hh:mm:ss:mss] File '/user/username/projects/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/user/username/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/user/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/user/username/projects/myproject/src/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/user/username/projects/myproject/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/user/username/projects/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/user/username/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/user/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/a/lib/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/a/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] File '/package.json' does not exist according to earlier cached lookups. +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/package.json 2000 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: File location affecting resolution +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/src/tsconfig.json Version: 6 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/src/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.es2016.full.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/fileB.mts Text-1 "export function foo() {\n}\n" /user/username/projects/myproject/src/fileA.ts SVC-1-0 "import { foo } from \"./fileB.mjs\";\nfoo();\n" -Info 239 [00:05:30.000] ----------------------------------------------- -Info 240 [00:05:31.000] Running: *ensureProjectForOpenFiles* -Info 241 [00:05:32.000] Before ensureProjectForOpenFiles: -Info 242 [00:05:33.000] Project '/user/username/projects/myproject/src/tsconfig.json' (Configured) -Info 242 [00:05:34.000] Files (3) - -Info 242 [00:05:35.000] ----------------------------------------------- -Info 242 [00:05:36.000] Open files: -Info 242 [00:05:37.000] FileName: /user/username/projects/myproject/src/fileA.ts ProjectRootPath: undefined -Info 242 [00:05:38.000] Projects: /user/username/projects/myproject/src/tsconfig.json -Info 242 [00:05:39.000] After ensureProjectForOpenFiles: -Info 243 [00:05:40.000] Project '/user/username/projects/myproject/src/tsconfig.json' (Configured) -Info 243 [00:05:41.000] Files (3) - -Info 243 [00:05:42.000] ----------------------------------------------- -Info 243 [00:05:43.000] Open files: -Info 243 [00:05:44.000] FileName: /user/username/projects/myproject/src/fileA.ts ProjectRootPath: undefined -Info 243 [00:05:45.000] Projects: /user/username/projects/myproject/src/tsconfig.json -Info 243 [00:05:46.000] got projects updated in background, updating diagnostics for /user/username/projects/myproject/src/fileA.ts -Info 244 [00:05:47.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/src/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/fileA.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/src/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/src/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/fileA.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/src/tsconfig.json +Info seq [hh:mm:ss:mss] got projects updated in background, updating diagnostics for /user/username/projects/myproject/src/fileA.ts +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/user/username/projects/myproject/src/fileA.ts"]}} After running Timeout callback:: count: 1 24: checkOne @@ -732,6 +740,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/package.json: *new* {"pollingInterval":2000} @@ -751,7 +761,7 @@ FsWatchesRecursive:: Before request -Info 245 [00:05:48.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -763,7 +773,7 @@ Info 245 [00:05:48.000] request: "seq": 6, "type": "request" } -Info 246 [00:05:49.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -772,14 +782,14 @@ After request Before running Timeout callback:: count: 1 25: checkOne -Info 247 [00:05:50.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/src/fileA.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 9: semanticCheck -Info 248 [00:05:51.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/src/fileA.ts","diagnostics":[{"start":{"line":1,"offset":21},"end":{"line":1,"offset":34},"text":"The current file is a CommonJS module whose imports will produce 'require' calls; however, the referenced file is an ECMAScript module and cannot be imported with 'require'. Consider writing a dynamic 'import(\"./fileB.mjs\")' call instead.\n To convert this file to an ECMAScript module, change its file extension to '.mts' or create a local package.json file with `{ \"type\": \"module\" }`.","code":1479,"category":"error"}]}} After running Immedidate callback:: count: 1 10: suggestionCheck @@ -787,8 +797,8 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 10: suggestionCheck -Info 249 [00:05:52.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/src/fileA.ts","diagnostics":[]}} -Info 250 [00:05:53.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":6}} After running Immedidate callback:: count: 0 diff --git a/tests/baselines/reference/tsserver/moduleSpecifierCache/caches-importability-within-a-file.js b/tests/baselines/reference/tsserver/moduleSpecifierCache/caches-importability-within-a-file.js index d781ad3ebcde0..7dd849ead77d5 100644 --- a/tests/baselines/reference/tsserver/moduleSpecifierCache/caches-importability-within-a-file.js +++ b/tests/baselines/reference/tsserver/moduleSpecifierCache/caches-importability-within-a-file.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:27.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/src/a.ts] export const foo = 0; @@ -27,7 +27,7 @@ declare module 'ambient' {} export declare function observable(): unknown; -Info 1 [00:00:28.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -36,11 +36,11 @@ Info 1 [00:00:28.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:29.000] Search path: /src -Info 3 [00:00:30.000] For info: /src/a.ts :: Config file name: /tsconfig.json -Info 4 [00:00:31.000] Creating configuration project /tsconfig.json -Info 5 [00:00:32.000] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file -Info 6 [00:00:33.000] Config: /tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /src +Info seq [hh:mm:ss:mss] For info: /src/a.ts :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /tsconfig.json : { "rootNames": [ "/src/a.ts", "/src/ambient.d.ts", @@ -52,17 +52,17 @@ Info 6 [00:00:33.000] Config: /tsconfig.json : { "configFilePath": "/tsconfig.json" } } -Info 7 [00:00:34.000] DirectoryWatcher:: Added:: WatchInfo: /src 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 8 [00:00:35.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /src 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 9 [00:00:36.000] FileWatcher:: Added:: WatchInfo: /src/ambient.d.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:37.000] FileWatcher:: Added:: WatchInfo: /src/b-link.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:38.000] FileWatcher:: Added:: WatchInfo: /src/b.ts 500 undefined WatchType: Closed Script info -Info 12 [00:00:39.000] FileWatcher:: Added:: WatchInfo: /src/c.ts 500 undefined WatchType: Closed Script info -Info 13 [00:00:40.000] Starting updateGraphWorker: Project: /tsconfig.json -Info 14 [00:00:41.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file -Info 15 [00:00:42.000] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:00:43.000] Project '/tsconfig.json' (Configured) -Info 17 [00:00:44.000] Files (5) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /src 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /src 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /src/ambient.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /src/b-link.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /src/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /src/c.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) /src/a.ts SVC-1-0 "export const foo = 0;" /src/ambient.d.ts Text-1 "declare module 'ambient' {}" /src/b-link.ts Text-1 "foo" @@ -81,34 +81,34 @@ Info 17 [00:00:44.000] Files (5) src/c.ts Matched by include pattern 'src' in 'tsconfig.json' -Info 18 [00:00:45.000] ----------------------------------------------- -Info 19 [00:00:46.000] FileWatcher:: Added:: WatchInfo: /package.json 250 undefined WatchType: package.json file -Info 20 [00:00:47.000] AutoImportProviderProject: found 1 root files in 1 dependencies in * ms -Info 21 [00:00:48.000] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 22 [00:00:49.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 23 [00:00:50.000] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* -Info 24 [00:00:51.000] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 25 [00:00:52.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 26 [00:00:53.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /package.json 250 undefined WatchType: package.json file +Info seq [hh:mm:ss:mss] AutoImportProviderProject: found 1 root files in 1 dependencies in * ms +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (1) /node_modules/mobx/index.d.ts Text-1 "export declare function observable(): unknown;" node_modules/mobx/index.d.ts Root file specified for compilation -Info 27 [00:00:54.000] ----------------------------------------------- -Info 28 [00:00:55.000] Project '/tsconfig.json' (Configured) -Info 28 [00:00:56.000] Files (5) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) -Info 28 [00:00:57.000] ----------------------------------------------- -Info 28 [00:00:58.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 28 [00:00:59.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (1) -Info 28 [00:01:00.000] ----------------------------------------------- -Info 28 [00:01:01.000] Open files: -Info 28 [00:01:02.000] FileName: /src/a.ts ProjectRootPath: undefined -Info 28 [00:01:03.000] Projects: /tsconfig.json -Info 28 [00:01:04.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /src/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -140,7 +140,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -149,23 +149,23 @@ Info 29 [00:01:05.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:06.000] FileWatcher:: Close:: WatchInfo: /src/b.ts 500 undefined WatchType: Closed Script info -Info 31 [00:01:07.000] Search path: /src -Info 32 [00:01:08.000] For info: /src/b.ts :: Config file name: /tsconfig.json -Info 33 [00:01:09.000] Project '/tsconfig.json' (Configured) -Info 33 [00:01:10.000] Files (5) - -Info 33 [00:01:11.000] ----------------------------------------------- -Info 33 [00:01:12.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 33 [00:01:13.000] Files (1) - -Info 33 [00:01:14.000] ----------------------------------------------- -Info 33 [00:01:15.000] Open files: -Info 33 [00:01:16.000] FileName: /src/a.ts ProjectRootPath: undefined -Info 33 [00:01:17.000] Projects: /tsconfig.json -Info 33 [00:01:18.000] FileName: /src/b.ts ProjectRootPath: undefined -Info 33 [00:01:19.000] Projects: /tsconfig.json -Info 33 [00:01:20.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /src/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /src +Info seq [hh:mm:ss:mss] For info: /src/b.ts :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /src/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /src/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -199,7 +199,7 @@ FsWatchesRecursive:: Before request -Info 34 [00:01:21.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -208,25 +208,25 @@ Info 34 [00:01:21.000] request: "seq": 3, "type": "request" } -Info 35 [00:01:22.000] FileWatcher:: Close:: WatchInfo: /src/c.ts 500 undefined WatchType: Closed Script info -Info 36 [00:01:23.000] Search path: /src -Info 37 [00:01:24.000] For info: /src/c.ts :: Config file name: /tsconfig.json -Info 38 [00:01:25.000] Project '/tsconfig.json' (Configured) -Info 38 [00:01:26.000] Files (5) - -Info 38 [00:01:27.000] ----------------------------------------------- -Info 38 [00:01:28.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 38 [00:01:29.000] Files (1) - -Info 38 [00:01:30.000] ----------------------------------------------- -Info 38 [00:01:31.000] Open files: -Info 38 [00:01:32.000] FileName: /src/a.ts ProjectRootPath: undefined -Info 38 [00:01:33.000] Projects: /tsconfig.json -Info 38 [00:01:34.000] FileName: /src/b.ts ProjectRootPath: undefined -Info 38 [00:01:35.000] Projects: /tsconfig.json -Info 38 [00:01:36.000] FileName: /src/c.ts ProjectRootPath: undefined -Info 38 [00:01:37.000] Projects: /tsconfig.json -Info 38 [00:01:38.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /src/c.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /src +Info seq [hh:mm:ss:mss] For info: /src/c.ts :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /src/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /src/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /src/c.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -258,7 +258,7 @@ FsWatchesRecursive:: Before request -Info 39 [00:01:39.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "configure", "arguments": { @@ -272,9 +272,9 @@ Info 39 [00:01:39.000] request: "seq": 4, "type": "request" } -Info 40 [00:01:40.000] response: +Info seq [hh:mm:ss:mss] response: {"seq":0,"type":"response","command":"configure","request_seq":4,"success":true,"performanceData":{"updateGraphDurationMs":*,"createAutoImportProviderProgramDurationMs":*}} -Info 41 [00:01:41.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -282,7 +282,7 @@ After request Before request -Info 42 [00:01:42.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "completionInfo", "arguments": { @@ -293,18 +293,18 @@ Info 42 [00:01:42.000] request: "seq": 5, "type": "request" } -Info 43 [00:01:43.000] getCompletionData: Get current token: * -Info 44 [00:01:44.000] getCompletionData: Is inside comment: * -Info 45 [00:01:45.000] getCompletionData: Get previous token: * -Info 46 [00:01:46.000] getExportInfoMap: cache miss or empty; calculating new results -Info 47 [00:01:47.000] forEachExternalModuleToImportFrom autoImportProvider: * -Info 48 [00:01:48.000] getExportInfoMap: done in * ms -Info 49 [00:01:49.000] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache -Info 50 [00:01:50.000] collectAutoImports: response is incomplete -Info 51 [00:01:51.000] collectAutoImports: * -Info 52 [00:01:52.000] getCompletionData: Semantic work: * -Info 53 [00:01:53.000] getCompletionsAtPosition: getCompletionEntriesFromSymbols: * -Info 54 [00:01:54.000] response: +Info seq [hh:mm:ss:mss] getCompletionData: Get current token: * +Info seq [hh:mm:ss:mss] getCompletionData: Is inside comment: * +Info seq [hh:mm:ss:mss] getCompletionData: Get previous token: * +Info seq [hh:mm:ss:mss] getExportInfoMap: cache miss or empty; calculating new results +Info seq [hh:mm:ss:mss] forEachExternalModuleToImportFrom autoImportProvider: * +Info seq [hh:mm:ss:mss] getExportInfoMap: done in * ms +Info seq [hh:mm:ss:mss] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info seq [hh:mm:ss:mss] collectAutoImports: response is incomplete +Info seq [hh:mm:ss:mss] collectAutoImports: * +Info seq [hh:mm:ss:mss] getCompletionData: Semantic work: * +Info seq [hh:mm:ss:mss] getCompletionsAtPosition: getCompletionEntriesFromSymbols: * +Info seq [hh:mm:ss:mss] response: { "response": { "flags": 1, @@ -737,4 +737,4 @@ Info 54 [00:01:54.000] response: } After request -Info 55 [00:01:55.000] importability: false \ No newline at end of file +Info seq [hh:mm:ss:mss] importability: false \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/moduleSpecifierCache/caches-module-specifiers-within-a-file.js b/tests/baselines/reference/tsserver/moduleSpecifierCache/caches-module-specifiers-within-a-file.js index e9d11754df9e8..7d3f4f968cb94 100644 --- a/tests/baselines/reference/tsserver/moduleSpecifierCache/caches-module-specifiers-within-a-file.js +++ b/tests/baselines/reference/tsserver/moduleSpecifierCache/caches-module-specifiers-within-a-file.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:27.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/src/a.ts] export const foo = 0; @@ -27,7 +27,7 @@ declare module 'ambient' {} export declare function observable(): unknown; -Info 1 [00:00:28.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -36,11 +36,11 @@ Info 1 [00:00:28.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:29.000] Search path: /src -Info 3 [00:00:30.000] For info: /src/a.ts :: Config file name: /tsconfig.json -Info 4 [00:00:31.000] Creating configuration project /tsconfig.json -Info 5 [00:00:32.000] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file -Info 6 [00:00:33.000] Config: /tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /src +Info seq [hh:mm:ss:mss] For info: /src/a.ts :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /tsconfig.json : { "rootNames": [ "/src/a.ts", "/src/ambient.d.ts", @@ -52,17 +52,17 @@ Info 6 [00:00:33.000] Config: /tsconfig.json : { "configFilePath": "/tsconfig.json" } } -Info 7 [00:00:34.000] DirectoryWatcher:: Added:: WatchInfo: /src 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 8 [00:00:35.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /src 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 9 [00:00:36.000] FileWatcher:: Added:: WatchInfo: /src/ambient.d.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:37.000] FileWatcher:: Added:: WatchInfo: /src/b-link.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:38.000] FileWatcher:: Added:: WatchInfo: /src/b.ts 500 undefined WatchType: Closed Script info -Info 12 [00:00:39.000] FileWatcher:: Added:: WatchInfo: /src/c.ts 500 undefined WatchType: Closed Script info -Info 13 [00:00:40.000] Starting updateGraphWorker: Project: /tsconfig.json -Info 14 [00:00:41.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file -Info 15 [00:00:42.000] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:00:43.000] Project '/tsconfig.json' (Configured) -Info 17 [00:00:44.000] Files (5) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /src 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /src 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /src/ambient.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /src/b-link.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /src/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /src/c.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) /src/a.ts SVC-1-0 "export const foo = 0;" /src/ambient.d.ts Text-1 "declare module 'ambient' {}" /src/b-link.ts Text-1 "foo" @@ -81,34 +81,34 @@ Info 17 [00:00:44.000] Files (5) src/c.ts Matched by include pattern 'src' in 'tsconfig.json' -Info 18 [00:00:45.000] ----------------------------------------------- -Info 19 [00:00:46.000] FileWatcher:: Added:: WatchInfo: /package.json 250 undefined WatchType: package.json file -Info 20 [00:00:47.000] AutoImportProviderProject: found 1 root files in 1 dependencies in * ms -Info 21 [00:00:48.000] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 22 [00:00:49.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 23 [00:00:50.000] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* -Info 24 [00:00:51.000] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 25 [00:00:52.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 26 [00:00:53.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /package.json 250 undefined WatchType: package.json file +Info seq [hh:mm:ss:mss] AutoImportProviderProject: found 1 root files in 1 dependencies in * ms +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (1) /node_modules/mobx/index.d.ts Text-1 "export declare function observable(): unknown;" node_modules/mobx/index.d.ts Root file specified for compilation -Info 27 [00:00:54.000] ----------------------------------------------- -Info 28 [00:00:55.000] Project '/tsconfig.json' (Configured) -Info 28 [00:00:56.000] Files (5) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) -Info 28 [00:00:57.000] ----------------------------------------------- -Info 28 [00:00:58.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 28 [00:00:59.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (1) -Info 28 [00:01:00.000] ----------------------------------------------- -Info 28 [00:01:01.000] Open files: -Info 28 [00:01:02.000] FileName: /src/a.ts ProjectRootPath: undefined -Info 28 [00:01:03.000] Projects: /tsconfig.json -Info 28 [00:01:04.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /src/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -140,7 +140,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -149,23 +149,23 @@ Info 29 [00:01:05.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:06.000] FileWatcher:: Close:: WatchInfo: /src/b.ts 500 undefined WatchType: Closed Script info -Info 31 [00:01:07.000] Search path: /src -Info 32 [00:01:08.000] For info: /src/b.ts :: Config file name: /tsconfig.json -Info 33 [00:01:09.000] Project '/tsconfig.json' (Configured) -Info 33 [00:01:10.000] Files (5) - -Info 33 [00:01:11.000] ----------------------------------------------- -Info 33 [00:01:12.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 33 [00:01:13.000] Files (1) - -Info 33 [00:01:14.000] ----------------------------------------------- -Info 33 [00:01:15.000] Open files: -Info 33 [00:01:16.000] FileName: /src/a.ts ProjectRootPath: undefined -Info 33 [00:01:17.000] Projects: /tsconfig.json -Info 33 [00:01:18.000] FileName: /src/b.ts ProjectRootPath: undefined -Info 33 [00:01:19.000] Projects: /tsconfig.json -Info 33 [00:01:20.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /src/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /src +Info seq [hh:mm:ss:mss] For info: /src/b.ts :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /src/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /src/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -199,7 +199,7 @@ FsWatchesRecursive:: Before request -Info 34 [00:01:21.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -208,25 +208,25 @@ Info 34 [00:01:21.000] request: "seq": 3, "type": "request" } -Info 35 [00:01:22.000] FileWatcher:: Close:: WatchInfo: /src/c.ts 500 undefined WatchType: Closed Script info -Info 36 [00:01:23.000] Search path: /src -Info 37 [00:01:24.000] For info: /src/c.ts :: Config file name: /tsconfig.json -Info 38 [00:01:25.000] Project '/tsconfig.json' (Configured) -Info 38 [00:01:26.000] Files (5) - -Info 38 [00:01:27.000] ----------------------------------------------- -Info 38 [00:01:28.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 38 [00:01:29.000] Files (1) - -Info 38 [00:01:30.000] ----------------------------------------------- -Info 38 [00:01:31.000] Open files: -Info 38 [00:01:32.000] FileName: /src/a.ts ProjectRootPath: undefined -Info 38 [00:01:33.000] Projects: /tsconfig.json -Info 38 [00:01:34.000] FileName: /src/b.ts ProjectRootPath: undefined -Info 38 [00:01:35.000] Projects: /tsconfig.json -Info 38 [00:01:36.000] FileName: /src/c.ts ProjectRootPath: undefined -Info 38 [00:01:37.000] Projects: /tsconfig.json -Info 38 [00:01:38.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /src/c.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /src +Info seq [hh:mm:ss:mss] For info: /src/c.ts :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /src/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /src/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /src/c.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -258,7 +258,7 @@ FsWatchesRecursive:: Before request -Info 39 [00:01:39.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "configure", "arguments": { @@ -272,9 +272,9 @@ Info 39 [00:01:39.000] request: "seq": 4, "type": "request" } -Info 40 [00:01:40.000] response: +Info seq [hh:mm:ss:mss] response: {"seq":0,"type":"response","command":"configure","request_seq":4,"success":true,"performanceData":{"updateGraphDurationMs":*,"createAutoImportProviderProgramDurationMs":*}} -Info 41 [00:01:41.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -282,7 +282,7 @@ After request Before request -Info 42 [00:01:42.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "completionInfo", "arguments": { @@ -293,18 +293,18 @@ Info 42 [00:01:42.000] request: "seq": 5, "type": "request" } -Info 43 [00:01:43.000] getCompletionData: Get current token: * -Info 44 [00:01:44.000] getCompletionData: Is inside comment: * -Info 45 [00:01:45.000] getCompletionData: Get previous token: * -Info 46 [00:01:46.000] getExportInfoMap: cache miss or empty; calculating new results -Info 47 [00:01:47.000] forEachExternalModuleToImportFrom autoImportProvider: * -Info 48 [00:01:48.000] getExportInfoMap: done in * ms -Info 49 [00:01:49.000] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache -Info 50 [00:01:50.000] collectAutoImports: response is incomplete -Info 51 [00:01:51.000] collectAutoImports: * -Info 52 [00:01:52.000] getCompletionData: Semantic work: * -Info 53 [00:01:53.000] getCompletionsAtPosition: getCompletionEntriesFromSymbols: * -Info 54 [00:01:54.000] response: +Info seq [hh:mm:ss:mss] getCompletionData: Get current token: * +Info seq [hh:mm:ss:mss] getCompletionData: Is inside comment: * +Info seq [hh:mm:ss:mss] getCompletionData: Get previous token: * +Info seq [hh:mm:ss:mss] getExportInfoMap: cache miss or empty; calculating new results +Info seq [hh:mm:ss:mss] forEachExternalModuleToImportFrom autoImportProvider: * +Info seq [hh:mm:ss:mss] getExportInfoMap: done in * ms +Info seq [hh:mm:ss:mss] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info seq [hh:mm:ss:mss] collectAutoImports: response is incomplete +Info seq [hh:mm:ss:mss] collectAutoImports: * +Info seq [hh:mm:ss:mss] getCompletionData: Semantic work: * +Info seq [hh:mm:ss:mss] getCompletionsAtPosition: getCompletionEntriesFromSymbols: * +Info seq [hh:mm:ss:mss] response: { "response": { "flags": 1, @@ -739,7 +739,7 @@ After request Before request -Info 55 [00:01:55.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "completionInfo", "arguments": { @@ -750,18 +750,18 @@ Info 55 [00:01:55.000] request: "seq": 6, "type": "request" } -Info 56 [00:01:56.000] getCompletionData: Get current token: * -Info 57 [00:01:57.000] getCompletionData: Is inside comment: * -Info 58 [00:01:58.000] getCompletionData: Get previous token: * -Info 59 [00:01:59.000] getExportInfoMap: cache miss or empty; calculating new results -Info 60 [00:02:00.000] forEachExternalModuleToImportFrom autoImportProvider: * -Info 61 [00:02:01.000] getExportInfoMap: done in * ms -Info 62 [00:02:02.000] collectAutoImports: resolved 2 module specifiers, plus 0 ambient and 0 from cache -Info 63 [00:02:03.000] collectAutoImports: response is complete -Info 64 [00:02:04.000] collectAutoImports: * -Info 65 [00:02:05.000] getCompletionData: Semantic work: * -Info 66 [00:02:06.000] getCompletionsAtPosition: getCompletionEntriesFromSymbols: * -Info 67 [00:02:07.000] response: +Info seq [hh:mm:ss:mss] getCompletionData: Get current token: * +Info seq [hh:mm:ss:mss] getCompletionData: Is inside comment: * +Info seq [hh:mm:ss:mss] getCompletionData: Get previous token: * +Info seq [hh:mm:ss:mss] getExportInfoMap: cache miss or empty; calculating new results +Info seq [hh:mm:ss:mss] forEachExternalModuleToImportFrom autoImportProvider: * +Info seq [hh:mm:ss:mss] getExportInfoMap: done in * ms +Info seq [hh:mm:ss:mss] collectAutoImports: resolved 2 module specifiers, plus 0 ambient and 0 from cache +Info seq [hh:mm:ss:mss] collectAutoImports: response is complete +Info seq [hh:mm:ss:mss] collectAutoImports: * +Info seq [hh:mm:ss:mss] getCompletionData: Semantic work: * +Info seq [hh:mm:ss:mss] getCompletionsAtPosition: getCompletionEntriesFromSymbols: * +Info seq [hh:mm:ss:mss] response: { "response": { "flags": 11, @@ -847,7 +847,7 @@ Info 67 [00:02:07.000] response: } After request -Info 68 [00:02:08.000] mobxCache: { +Info seq [hh:mm:ss:mss] mobxCache: { "modulePaths": [ { "path": "/node_modules/mobx/index.d.ts", diff --git a/tests/baselines/reference/tsserver/moduleSpecifierCache/does-not-invalidate-the-cache-when-new-files-are-added.js b/tests/baselines/reference/tsserver/moduleSpecifierCache/does-not-invalidate-the-cache-when-new-files-are-added.js index 0a607a65a0b33..8359fbac7ac4e 100644 --- a/tests/baselines/reference/tsserver/moduleSpecifierCache/does-not-invalidate-the-cache-when-new-files-are-added.js +++ b/tests/baselines/reference/tsserver/moduleSpecifierCache/does-not-invalidate-the-cache-when-new-files-are-added.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:27.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/src/a.ts] export const foo = 0; @@ -27,7 +27,7 @@ declare module 'ambient' {} export declare function observable(): unknown; -Info 1 [00:00:28.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -36,11 +36,11 @@ Info 1 [00:00:28.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:29.000] Search path: /src -Info 3 [00:00:30.000] For info: /src/a.ts :: Config file name: /tsconfig.json -Info 4 [00:00:31.000] Creating configuration project /tsconfig.json -Info 5 [00:00:32.000] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file -Info 6 [00:00:33.000] Config: /tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /src +Info seq [hh:mm:ss:mss] For info: /src/a.ts :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /tsconfig.json : { "rootNames": [ "/src/a.ts", "/src/ambient.d.ts", @@ -52,17 +52,17 @@ Info 6 [00:00:33.000] Config: /tsconfig.json : { "configFilePath": "/tsconfig.json" } } -Info 7 [00:00:34.000] DirectoryWatcher:: Added:: WatchInfo: /src 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 8 [00:00:35.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /src 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 9 [00:00:36.000] FileWatcher:: Added:: WatchInfo: /src/ambient.d.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:37.000] FileWatcher:: Added:: WatchInfo: /src/b-link.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:38.000] FileWatcher:: Added:: WatchInfo: /src/b.ts 500 undefined WatchType: Closed Script info -Info 12 [00:00:39.000] FileWatcher:: Added:: WatchInfo: /src/c.ts 500 undefined WatchType: Closed Script info -Info 13 [00:00:40.000] Starting updateGraphWorker: Project: /tsconfig.json -Info 14 [00:00:41.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file -Info 15 [00:00:42.000] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:00:43.000] Project '/tsconfig.json' (Configured) -Info 17 [00:00:44.000] Files (5) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /src 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /src 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /src/ambient.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /src/b-link.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /src/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /src/c.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) /src/a.ts SVC-1-0 "export const foo = 0;" /src/ambient.d.ts Text-1 "declare module 'ambient' {}" /src/b-link.ts Text-1 "foo" @@ -81,34 +81,34 @@ Info 17 [00:00:44.000] Files (5) src/c.ts Matched by include pattern 'src' in 'tsconfig.json' -Info 18 [00:00:45.000] ----------------------------------------------- -Info 19 [00:00:46.000] FileWatcher:: Added:: WatchInfo: /package.json 250 undefined WatchType: package.json file -Info 20 [00:00:47.000] AutoImportProviderProject: found 1 root files in 1 dependencies in * ms -Info 21 [00:00:48.000] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 22 [00:00:49.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 23 [00:00:50.000] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* -Info 24 [00:00:51.000] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 25 [00:00:52.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 26 [00:00:53.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /package.json 250 undefined WatchType: package.json file +Info seq [hh:mm:ss:mss] AutoImportProviderProject: found 1 root files in 1 dependencies in * ms +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (1) /node_modules/mobx/index.d.ts Text-1 "export declare function observable(): unknown;" node_modules/mobx/index.d.ts Root file specified for compilation -Info 27 [00:00:54.000] ----------------------------------------------- -Info 28 [00:00:55.000] Project '/tsconfig.json' (Configured) -Info 28 [00:00:56.000] Files (5) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) -Info 28 [00:00:57.000] ----------------------------------------------- -Info 28 [00:00:58.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 28 [00:00:59.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (1) -Info 28 [00:01:00.000] ----------------------------------------------- -Info 28 [00:01:01.000] Open files: -Info 28 [00:01:02.000] FileName: /src/a.ts ProjectRootPath: undefined -Info 28 [00:01:03.000] Projects: /tsconfig.json -Info 28 [00:01:04.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /src/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -140,7 +140,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -149,23 +149,23 @@ Info 29 [00:01:05.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:06.000] FileWatcher:: Close:: WatchInfo: /src/b.ts 500 undefined WatchType: Closed Script info -Info 31 [00:01:07.000] Search path: /src -Info 32 [00:01:08.000] For info: /src/b.ts :: Config file name: /tsconfig.json -Info 33 [00:01:09.000] Project '/tsconfig.json' (Configured) -Info 33 [00:01:10.000] Files (5) - -Info 33 [00:01:11.000] ----------------------------------------------- -Info 33 [00:01:12.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 33 [00:01:13.000] Files (1) - -Info 33 [00:01:14.000] ----------------------------------------------- -Info 33 [00:01:15.000] Open files: -Info 33 [00:01:16.000] FileName: /src/a.ts ProjectRootPath: undefined -Info 33 [00:01:17.000] Projects: /tsconfig.json -Info 33 [00:01:18.000] FileName: /src/b.ts ProjectRootPath: undefined -Info 33 [00:01:19.000] Projects: /tsconfig.json -Info 33 [00:01:20.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /src/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /src +Info seq [hh:mm:ss:mss] For info: /src/b.ts :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /src/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /src/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -199,7 +199,7 @@ FsWatchesRecursive:: Before request -Info 34 [00:01:21.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -208,25 +208,25 @@ Info 34 [00:01:21.000] request: "seq": 3, "type": "request" } -Info 35 [00:01:22.000] FileWatcher:: Close:: WatchInfo: /src/c.ts 500 undefined WatchType: Closed Script info -Info 36 [00:01:23.000] Search path: /src -Info 37 [00:01:24.000] For info: /src/c.ts :: Config file name: /tsconfig.json -Info 38 [00:01:25.000] Project '/tsconfig.json' (Configured) -Info 38 [00:01:26.000] Files (5) - -Info 38 [00:01:27.000] ----------------------------------------------- -Info 38 [00:01:28.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 38 [00:01:29.000] Files (1) - -Info 38 [00:01:30.000] ----------------------------------------------- -Info 38 [00:01:31.000] Open files: -Info 38 [00:01:32.000] FileName: /src/a.ts ProjectRootPath: undefined -Info 38 [00:01:33.000] Projects: /tsconfig.json -Info 38 [00:01:34.000] FileName: /src/b.ts ProjectRootPath: undefined -Info 38 [00:01:35.000] Projects: /tsconfig.json -Info 38 [00:01:36.000] FileName: /src/c.ts ProjectRootPath: undefined -Info 38 [00:01:37.000] Projects: /tsconfig.json -Info 38 [00:01:38.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /src/c.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /src +Info seq [hh:mm:ss:mss] For info: /src/c.ts :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /src/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /src/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /src/c.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -258,7 +258,7 @@ FsWatchesRecursive:: Before request -Info 39 [00:01:39.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "configure", "arguments": { @@ -272,9 +272,9 @@ Info 39 [00:01:39.000] request: "seq": 4, "type": "request" } -Info 40 [00:01:40.000] response: +Info seq [hh:mm:ss:mss] response: {"seq":0,"type":"response","command":"configure","request_seq":4,"success":true,"performanceData":{"updateGraphDurationMs":*,"createAutoImportProviderProgramDurationMs":*}} -Info 41 [00:01:41.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -282,7 +282,7 @@ After request Before request -Info 42 [00:01:42.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "completionInfo", "arguments": { @@ -293,18 +293,18 @@ Info 42 [00:01:42.000] request: "seq": 5, "type": "request" } -Info 43 [00:01:43.000] getCompletionData: Get current token: * -Info 44 [00:01:44.000] getCompletionData: Is inside comment: * -Info 45 [00:01:45.000] getCompletionData: Get previous token: * -Info 46 [00:01:46.000] getExportInfoMap: cache miss or empty; calculating new results -Info 47 [00:01:47.000] forEachExternalModuleToImportFrom autoImportProvider: * -Info 48 [00:01:48.000] getExportInfoMap: done in * ms -Info 49 [00:01:49.000] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache -Info 50 [00:01:50.000] collectAutoImports: response is incomplete -Info 51 [00:01:51.000] collectAutoImports: * -Info 52 [00:01:52.000] getCompletionData: Semantic work: * -Info 53 [00:01:53.000] getCompletionsAtPosition: getCompletionEntriesFromSymbols: * -Info 54 [00:01:54.000] response: +Info seq [hh:mm:ss:mss] getCompletionData: Get current token: * +Info seq [hh:mm:ss:mss] getCompletionData: Is inside comment: * +Info seq [hh:mm:ss:mss] getCompletionData: Get previous token: * +Info seq [hh:mm:ss:mss] getExportInfoMap: cache miss or empty; calculating new results +Info seq [hh:mm:ss:mss] forEachExternalModuleToImportFrom autoImportProvider: * +Info seq [hh:mm:ss:mss] getExportInfoMap: done in * ms +Info seq [hh:mm:ss:mss] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info seq [hh:mm:ss:mss] collectAutoImports: response is incomplete +Info seq [hh:mm:ss:mss] collectAutoImports: * +Info seq [hh:mm:ss:mss] getCompletionData: Semantic work: * +Info seq [hh:mm:ss:mss] getCompletionsAtPosition: getCompletionEntriesFromSymbols: * +Info seq [hh:mm:ss:mss] response: { "response": { "flags": 1, @@ -737,10 +737,10 @@ Info 54 [00:01:54.000] response: } After request -Info 55 [00:01:57.000] DirectoryWatcher:: Triggered with /src/a2.ts :: WatchInfo: /src 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 56 [00:01:58.000] Scheduled: /tsconfig.json -Info 57 [00:01:59.000] Scheduled: *ensureProjectForOpenFiles* -Info 58 [00:02:00.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /src/a2.ts :: WatchInfo: /src 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /src/a2.ts :: WatchInfo: /src 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /src/a2.ts :: WatchInfo: /src 1 undefined Config: /tsconfig.json WatchType: Wild card directory Before running Timeout callback:: count: 2 1: /tsconfig.json 2: *ensureProjectForOpenFiles* @@ -748,12 +748,12 @@ Before running Timeout callback:: count: 2 export const foo = 0; -Info 59 [00:02:01.000] Running: /tsconfig.json -Info 60 [00:02:02.000] FileWatcher:: Added:: WatchInfo: /src/a2.ts 500 undefined WatchType: Closed Script info -Info 61 [00:02:03.000] Starting updateGraphWorker: Project: /tsconfig.json -Info 62 [00:02:04.000] Finishing updateGraphWorker: Project: /tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 63 [00:02:05.000] Project '/tsconfig.json' (Configured) -Info 64 [00:02:06.000] Files (6) +Info seq [hh:mm:ss:mss] Running: /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /src/a2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) /src/a.ts SVC-1-0 "export const foo = 0;" /src/ambient.d.ts Text-1 "declare module 'ambient' {}" /src/b-link.ts Text-1 "foo" @@ -775,44 +775,44 @@ Info 64 [00:02:06.000] Files (6) src/a2.ts Matched by include pattern 'src' in 'tsconfig.json' -Info 65 [00:02:07.000] ----------------------------------------------- -Info 66 [00:02:08.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 67 [00:02:09.000] Files (1) - -Info 68 [00:02:10.000] ----------------------------------------------- -Info 69 [00:02:11.000] Running: *ensureProjectForOpenFiles* -Info 70 [00:02:12.000] Before ensureProjectForOpenFiles: -Info 71 [00:02:13.000] Project '/tsconfig.json' (Configured) -Info 71 [00:02:14.000] Files (6) - -Info 71 [00:02:15.000] ----------------------------------------------- -Info 71 [00:02:16.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 71 [00:02:17.000] Files (1) - -Info 71 [00:02:18.000] ----------------------------------------------- -Info 71 [00:02:19.000] Open files: -Info 71 [00:02:20.000] FileName: /src/a.ts ProjectRootPath: undefined -Info 71 [00:02:21.000] Projects: /tsconfig.json -Info 71 [00:02:22.000] FileName: /src/b.ts ProjectRootPath: undefined -Info 71 [00:02:23.000] Projects: /tsconfig.json -Info 71 [00:02:24.000] FileName: /src/c.ts ProjectRootPath: undefined -Info 71 [00:02:25.000] Projects: /tsconfig.json -Info 71 [00:02:26.000] After ensureProjectForOpenFiles: -Info 72 [00:02:27.000] Project '/tsconfig.json' (Configured) -Info 72 [00:02:28.000] Files (6) - -Info 72 [00:02:29.000] ----------------------------------------------- -Info 72 [00:02:30.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 72 [00:02:31.000] Files (1) - -Info 72 [00:02:32.000] ----------------------------------------------- -Info 72 [00:02:33.000] Open files: -Info 72 [00:02:34.000] FileName: /src/a.ts ProjectRootPath: undefined -Info 72 [00:02:35.000] Projects: /tsconfig.json -Info 72 [00:02:36.000] FileName: /src/b.ts ProjectRootPath: undefined -Info 72 [00:02:37.000] Projects: /tsconfig.json -Info 72 [00:02:38.000] FileName: /src/c.ts ProjectRootPath: undefined -Info 72 [00:02:39.000] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /src/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /src/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /src/c.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (6) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /src/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /src/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /src/c.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json After running Timeout callback:: count: 0 PolledWatches:: @@ -837,4 +837,4 @@ FsWatchesRecursive:: /node_modules: {} -Info 72 [00:02:40.000] importability: false \ No newline at end of file +Info seq [hh:mm:ss:mss] importability: false \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/moduleSpecifierCache/invalidates-module-specifiers-when-changes-happen-in-contained-node_modules-directories.js b/tests/baselines/reference/tsserver/moduleSpecifierCache/invalidates-module-specifiers-when-changes-happen-in-contained-node_modules-directories.js index 10f1f23f00734..1a63cb80be841 100644 --- a/tests/baselines/reference/tsserver/moduleSpecifierCache/invalidates-module-specifiers-when-changes-happen-in-contained-node_modules-directories.js +++ b/tests/baselines/reference/tsserver/moduleSpecifierCache/invalidates-module-specifiers-when-changes-happen-in-contained-node_modules-directories.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:27.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/src/a.ts] export const foo = 0; @@ -27,7 +27,7 @@ declare module 'ambient' {} export declare function observable(): unknown; -Info 1 [00:00:28.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -36,11 +36,11 @@ Info 1 [00:00:28.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:29.000] Search path: /src -Info 3 [00:00:30.000] For info: /src/a.ts :: Config file name: /tsconfig.json -Info 4 [00:00:31.000] Creating configuration project /tsconfig.json -Info 5 [00:00:32.000] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file -Info 6 [00:00:33.000] Config: /tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /src +Info seq [hh:mm:ss:mss] For info: /src/a.ts :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /tsconfig.json : { "rootNames": [ "/src/a.ts", "/src/ambient.d.ts", @@ -52,17 +52,17 @@ Info 6 [00:00:33.000] Config: /tsconfig.json : { "configFilePath": "/tsconfig.json" } } -Info 7 [00:00:34.000] DirectoryWatcher:: Added:: WatchInfo: /src 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 8 [00:00:35.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /src 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 9 [00:00:36.000] FileWatcher:: Added:: WatchInfo: /src/ambient.d.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:37.000] FileWatcher:: Added:: WatchInfo: /src/b-link.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:38.000] FileWatcher:: Added:: WatchInfo: /src/b.ts 500 undefined WatchType: Closed Script info -Info 12 [00:00:39.000] FileWatcher:: Added:: WatchInfo: /src/c.ts 500 undefined WatchType: Closed Script info -Info 13 [00:00:40.000] Starting updateGraphWorker: Project: /tsconfig.json -Info 14 [00:00:41.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file -Info 15 [00:00:42.000] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:00:43.000] Project '/tsconfig.json' (Configured) -Info 17 [00:00:44.000] Files (5) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /src 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /src 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /src/ambient.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /src/b-link.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /src/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /src/c.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) /src/a.ts SVC-1-0 "export const foo = 0;" /src/ambient.d.ts Text-1 "declare module 'ambient' {}" /src/b-link.ts Text-1 "foo" @@ -81,34 +81,34 @@ Info 17 [00:00:44.000] Files (5) src/c.ts Matched by include pattern 'src' in 'tsconfig.json' -Info 18 [00:00:45.000] ----------------------------------------------- -Info 19 [00:00:46.000] FileWatcher:: Added:: WatchInfo: /package.json 250 undefined WatchType: package.json file -Info 20 [00:00:47.000] AutoImportProviderProject: found 1 root files in 1 dependencies in * ms -Info 21 [00:00:48.000] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 22 [00:00:49.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 23 [00:00:50.000] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* -Info 24 [00:00:51.000] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 25 [00:00:52.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 26 [00:00:53.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /package.json 250 undefined WatchType: package.json file +Info seq [hh:mm:ss:mss] AutoImportProviderProject: found 1 root files in 1 dependencies in * ms +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (1) /node_modules/mobx/index.d.ts Text-1 "export declare function observable(): unknown;" node_modules/mobx/index.d.ts Root file specified for compilation -Info 27 [00:00:54.000] ----------------------------------------------- -Info 28 [00:00:55.000] Project '/tsconfig.json' (Configured) -Info 28 [00:00:56.000] Files (5) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) -Info 28 [00:00:57.000] ----------------------------------------------- -Info 28 [00:00:58.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 28 [00:00:59.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (1) -Info 28 [00:01:00.000] ----------------------------------------------- -Info 28 [00:01:01.000] Open files: -Info 28 [00:01:02.000] FileName: /src/a.ts ProjectRootPath: undefined -Info 28 [00:01:03.000] Projects: /tsconfig.json -Info 28 [00:01:04.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /src/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -140,7 +140,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -149,23 +149,23 @@ Info 29 [00:01:05.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:06.000] FileWatcher:: Close:: WatchInfo: /src/b.ts 500 undefined WatchType: Closed Script info -Info 31 [00:01:07.000] Search path: /src -Info 32 [00:01:08.000] For info: /src/b.ts :: Config file name: /tsconfig.json -Info 33 [00:01:09.000] Project '/tsconfig.json' (Configured) -Info 33 [00:01:10.000] Files (5) - -Info 33 [00:01:11.000] ----------------------------------------------- -Info 33 [00:01:12.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 33 [00:01:13.000] Files (1) - -Info 33 [00:01:14.000] ----------------------------------------------- -Info 33 [00:01:15.000] Open files: -Info 33 [00:01:16.000] FileName: /src/a.ts ProjectRootPath: undefined -Info 33 [00:01:17.000] Projects: /tsconfig.json -Info 33 [00:01:18.000] FileName: /src/b.ts ProjectRootPath: undefined -Info 33 [00:01:19.000] Projects: /tsconfig.json -Info 33 [00:01:20.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /src/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /src +Info seq [hh:mm:ss:mss] For info: /src/b.ts :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /src/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /src/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -199,7 +199,7 @@ FsWatchesRecursive:: Before request -Info 34 [00:01:21.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -208,25 +208,25 @@ Info 34 [00:01:21.000] request: "seq": 3, "type": "request" } -Info 35 [00:01:22.000] FileWatcher:: Close:: WatchInfo: /src/c.ts 500 undefined WatchType: Closed Script info -Info 36 [00:01:23.000] Search path: /src -Info 37 [00:01:24.000] For info: /src/c.ts :: Config file name: /tsconfig.json -Info 38 [00:01:25.000] Project '/tsconfig.json' (Configured) -Info 38 [00:01:26.000] Files (5) - -Info 38 [00:01:27.000] ----------------------------------------------- -Info 38 [00:01:28.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 38 [00:01:29.000] Files (1) - -Info 38 [00:01:30.000] ----------------------------------------------- -Info 38 [00:01:31.000] Open files: -Info 38 [00:01:32.000] FileName: /src/a.ts ProjectRootPath: undefined -Info 38 [00:01:33.000] Projects: /tsconfig.json -Info 38 [00:01:34.000] FileName: /src/b.ts ProjectRootPath: undefined -Info 38 [00:01:35.000] Projects: /tsconfig.json -Info 38 [00:01:36.000] FileName: /src/c.ts ProjectRootPath: undefined -Info 38 [00:01:37.000] Projects: /tsconfig.json -Info 38 [00:01:38.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /src/c.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /src +Info seq [hh:mm:ss:mss] For info: /src/c.ts :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /src/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /src/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /src/c.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -258,7 +258,7 @@ FsWatchesRecursive:: Before request -Info 39 [00:01:39.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "configure", "arguments": { @@ -272,9 +272,9 @@ Info 39 [00:01:39.000] request: "seq": 4, "type": "request" } -Info 40 [00:01:40.000] response: +Info seq [hh:mm:ss:mss] response: {"seq":0,"type":"response","command":"configure","request_seq":4,"success":true,"performanceData":{"updateGraphDurationMs":*,"createAutoImportProviderProgramDurationMs":*}} -Info 41 [00:01:41.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -282,7 +282,7 @@ After request Before request -Info 42 [00:01:42.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "completionInfo", "arguments": { @@ -293,18 +293,18 @@ Info 42 [00:01:42.000] request: "seq": 5, "type": "request" } -Info 43 [00:01:43.000] getCompletionData: Get current token: * -Info 44 [00:01:44.000] getCompletionData: Is inside comment: * -Info 45 [00:01:45.000] getCompletionData: Get previous token: * -Info 46 [00:01:46.000] getExportInfoMap: cache miss or empty; calculating new results -Info 47 [00:01:47.000] forEachExternalModuleToImportFrom autoImportProvider: * -Info 48 [00:01:48.000] getExportInfoMap: done in * ms -Info 49 [00:01:49.000] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache -Info 50 [00:01:50.000] collectAutoImports: response is incomplete -Info 51 [00:01:51.000] collectAutoImports: * -Info 52 [00:01:52.000] getCompletionData: Semantic work: * -Info 53 [00:01:53.000] getCompletionsAtPosition: getCompletionEntriesFromSymbols: * -Info 54 [00:01:54.000] response: +Info seq [hh:mm:ss:mss] getCompletionData: Get current token: * +Info seq [hh:mm:ss:mss] getCompletionData: Is inside comment: * +Info seq [hh:mm:ss:mss] getCompletionData: Get previous token: * +Info seq [hh:mm:ss:mss] getExportInfoMap: cache miss or empty; calculating new results +Info seq [hh:mm:ss:mss] forEachExternalModuleToImportFrom autoImportProvider: * +Info seq [hh:mm:ss:mss] getExportInfoMap: done in * ms +Info seq [hh:mm:ss:mss] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info seq [hh:mm:ss:mss] collectAutoImports: response is incomplete +Info seq [hh:mm:ss:mss] collectAutoImports: * +Info seq [hh:mm:ss:mss] getCompletionData: Semantic work: * +Info seq [hh:mm:ss:mss] getCompletionsAtPosition: getCompletionEntriesFromSymbols: * +Info seq [hh:mm:ss:mss] response: { "response": { "flags": 1, @@ -739,7 +739,7 @@ After request Before request -Info 55 [00:01:55.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "completionInfo", "arguments": { @@ -750,18 +750,18 @@ Info 55 [00:01:55.000] request: "seq": 6, "type": "request" } -Info 56 [00:01:56.000] getCompletionData: Get current token: * -Info 57 [00:01:57.000] getCompletionData: Is inside comment: * -Info 58 [00:01:58.000] getCompletionData: Get previous token: * -Info 59 [00:01:59.000] getExportInfoMap: cache miss or empty; calculating new results -Info 60 [00:02:00.000] forEachExternalModuleToImportFrom autoImportProvider: * -Info 61 [00:02:01.000] getExportInfoMap: done in * ms -Info 62 [00:02:02.000] collectAutoImports: resolved 2 module specifiers, plus 0 ambient and 0 from cache -Info 63 [00:02:03.000] collectAutoImports: response is complete -Info 64 [00:02:04.000] collectAutoImports: * -Info 65 [00:02:05.000] getCompletionData: Semantic work: * -Info 66 [00:02:06.000] getCompletionsAtPosition: getCompletionEntriesFromSymbols: * -Info 67 [00:02:07.000] response: +Info seq [hh:mm:ss:mss] getCompletionData: Get current token: * +Info seq [hh:mm:ss:mss] getCompletionData: Is inside comment: * +Info seq [hh:mm:ss:mss] getCompletionData: Get previous token: * +Info seq [hh:mm:ss:mss] getExportInfoMap: cache miss or empty; calculating new results +Info seq [hh:mm:ss:mss] forEachExternalModuleToImportFrom autoImportProvider: * +Info seq [hh:mm:ss:mss] getExportInfoMap: done in * ms +Info seq [hh:mm:ss:mss] collectAutoImports: resolved 2 module specifiers, plus 0 ambient and 0 from cache +Info seq [hh:mm:ss:mss] collectAutoImports: response is complete +Info seq [hh:mm:ss:mss] collectAutoImports: * +Info seq [hh:mm:ss:mss] getCompletionData: Semantic work: * +Info seq [hh:mm:ss:mss] getCompletionsAtPosition: getCompletionEntriesFromSymbols: * +Info seq [hh:mm:ss:mss] response: { "response": { "flags": 11, @@ -847,12 +847,12 @@ Info 67 [00:02:07.000] response: } After request -Info 68 [00:02:11.000] DirectoryWatcher:: Triggered with /node_modules/.staging :: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 69 [00:02:12.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /node_modules/.staging :: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 70 [00:02:15.000] DirectoryWatcher:: Triggered with /node_modules/.staging/mobx-12345678 :: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 71 [00:02:16.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /node_modules/.staging/mobx-12345678 :: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 72 [00:02:19.000] DirectoryWatcher:: Triggered with /node_modules/.staging/mobx-12345678/package.json :: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 73 [00:02:20.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /node_modules/.staging/mobx-12345678/package.json :: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /node_modules/.staging :: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /node_modules/.staging :: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /node_modules/.staging/mobx-12345678 :: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /node_modules/.staging/mobx-12345678 :: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /node_modules/.staging/mobx-12345678/package.json :: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /node_modules/.staging/mobx-12345678/package.json :: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache Before running Timeout callback:: count: 0 //// [/node_modules/.staging/mobx-12345678/package.json] {} diff --git a/tests/baselines/reference/tsserver/moduleSpecifierCache/invalidates-the-cache-when-local-packageJson-changes.js b/tests/baselines/reference/tsserver/moduleSpecifierCache/invalidates-the-cache-when-local-packageJson-changes.js index 1c8cf680a9b8b..b21b1e14bec5f 100644 --- a/tests/baselines/reference/tsserver/moduleSpecifierCache/invalidates-the-cache-when-local-packageJson-changes.js +++ b/tests/baselines/reference/tsserver/moduleSpecifierCache/invalidates-the-cache-when-local-packageJson-changes.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:27.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/src/a.ts] export const foo = 0; @@ -27,7 +27,7 @@ declare module 'ambient' {} export declare function observable(): unknown; -Info 1 [00:00:28.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -36,11 +36,11 @@ Info 1 [00:00:28.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:29.000] Search path: /src -Info 3 [00:00:30.000] For info: /src/a.ts :: Config file name: /tsconfig.json -Info 4 [00:00:31.000] Creating configuration project /tsconfig.json -Info 5 [00:00:32.000] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file -Info 6 [00:00:33.000] Config: /tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /src +Info seq [hh:mm:ss:mss] For info: /src/a.ts :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /tsconfig.json : { "rootNames": [ "/src/a.ts", "/src/ambient.d.ts", @@ -52,17 +52,17 @@ Info 6 [00:00:33.000] Config: /tsconfig.json : { "configFilePath": "/tsconfig.json" } } -Info 7 [00:00:34.000] DirectoryWatcher:: Added:: WatchInfo: /src 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 8 [00:00:35.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /src 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 9 [00:00:36.000] FileWatcher:: Added:: WatchInfo: /src/ambient.d.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:37.000] FileWatcher:: Added:: WatchInfo: /src/b-link.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:38.000] FileWatcher:: Added:: WatchInfo: /src/b.ts 500 undefined WatchType: Closed Script info -Info 12 [00:00:39.000] FileWatcher:: Added:: WatchInfo: /src/c.ts 500 undefined WatchType: Closed Script info -Info 13 [00:00:40.000] Starting updateGraphWorker: Project: /tsconfig.json -Info 14 [00:00:41.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file -Info 15 [00:00:42.000] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:00:43.000] Project '/tsconfig.json' (Configured) -Info 17 [00:00:44.000] Files (5) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /src 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /src 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /src/ambient.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /src/b-link.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /src/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /src/c.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) /src/a.ts SVC-1-0 "export const foo = 0;" /src/ambient.d.ts Text-1 "declare module 'ambient' {}" /src/b-link.ts Text-1 "foo" @@ -81,34 +81,34 @@ Info 17 [00:00:44.000] Files (5) src/c.ts Matched by include pattern 'src' in 'tsconfig.json' -Info 18 [00:00:45.000] ----------------------------------------------- -Info 19 [00:00:46.000] FileWatcher:: Added:: WatchInfo: /package.json 250 undefined WatchType: package.json file -Info 20 [00:00:47.000] AutoImportProviderProject: found 1 root files in 1 dependencies in * ms -Info 21 [00:00:48.000] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 22 [00:00:49.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 23 [00:00:50.000] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* -Info 24 [00:00:51.000] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 25 [00:00:52.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 26 [00:00:53.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /package.json 250 undefined WatchType: package.json file +Info seq [hh:mm:ss:mss] AutoImportProviderProject: found 1 root files in 1 dependencies in * ms +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (1) /node_modules/mobx/index.d.ts Text-1 "export declare function observable(): unknown;" node_modules/mobx/index.d.ts Root file specified for compilation -Info 27 [00:00:54.000] ----------------------------------------------- -Info 28 [00:00:55.000] Project '/tsconfig.json' (Configured) -Info 28 [00:00:56.000] Files (5) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) -Info 28 [00:00:57.000] ----------------------------------------------- -Info 28 [00:00:58.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 28 [00:00:59.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (1) -Info 28 [00:01:00.000] ----------------------------------------------- -Info 28 [00:01:01.000] Open files: -Info 28 [00:01:02.000] FileName: /src/a.ts ProjectRootPath: undefined -Info 28 [00:01:03.000] Projects: /tsconfig.json -Info 28 [00:01:04.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /src/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -140,7 +140,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -149,23 +149,23 @@ Info 29 [00:01:05.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:06.000] FileWatcher:: Close:: WatchInfo: /src/b.ts 500 undefined WatchType: Closed Script info -Info 31 [00:01:07.000] Search path: /src -Info 32 [00:01:08.000] For info: /src/b.ts :: Config file name: /tsconfig.json -Info 33 [00:01:09.000] Project '/tsconfig.json' (Configured) -Info 33 [00:01:10.000] Files (5) - -Info 33 [00:01:11.000] ----------------------------------------------- -Info 33 [00:01:12.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 33 [00:01:13.000] Files (1) - -Info 33 [00:01:14.000] ----------------------------------------------- -Info 33 [00:01:15.000] Open files: -Info 33 [00:01:16.000] FileName: /src/a.ts ProjectRootPath: undefined -Info 33 [00:01:17.000] Projects: /tsconfig.json -Info 33 [00:01:18.000] FileName: /src/b.ts ProjectRootPath: undefined -Info 33 [00:01:19.000] Projects: /tsconfig.json -Info 33 [00:01:20.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /src/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /src +Info seq [hh:mm:ss:mss] For info: /src/b.ts :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /src/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /src/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -199,7 +199,7 @@ FsWatchesRecursive:: Before request -Info 34 [00:01:21.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -208,25 +208,25 @@ Info 34 [00:01:21.000] request: "seq": 3, "type": "request" } -Info 35 [00:01:22.000] FileWatcher:: Close:: WatchInfo: /src/c.ts 500 undefined WatchType: Closed Script info -Info 36 [00:01:23.000] Search path: /src -Info 37 [00:01:24.000] For info: /src/c.ts :: Config file name: /tsconfig.json -Info 38 [00:01:25.000] Project '/tsconfig.json' (Configured) -Info 38 [00:01:26.000] Files (5) - -Info 38 [00:01:27.000] ----------------------------------------------- -Info 38 [00:01:28.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 38 [00:01:29.000] Files (1) - -Info 38 [00:01:30.000] ----------------------------------------------- -Info 38 [00:01:31.000] Open files: -Info 38 [00:01:32.000] FileName: /src/a.ts ProjectRootPath: undefined -Info 38 [00:01:33.000] Projects: /tsconfig.json -Info 38 [00:01:34.000] FileName: /src/b.ts ProjectRootPath: undefined -Info 38 [00:01:35.000] Projects: /tsconfig.json -Info 38 [00:01:36.000] FileName: /src/c.ts ProjectRootPath: undefined -Info 38 [00:01:37.000] Projects: /tsconfig.json -Info 38 [00:01:38.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /src/c.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /src +Info seq [hh:mm:ss:mss] For info: /src/c.ts :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /src/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /src/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /src/c.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -258,7 +258,7 @@ FsWatchesRecursive:: Before request -Info 39 [00:01:39.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "configure", "arguments": { @@ -272,9 +272,9 @@ Info 39 [00:01:39.000] request: "seq": 4, "type": "request" } -Info 40 [00:01:40.000] response: +Info seq [hh:mm:ss:mss] response: {"seq":0,"type":"response","command":"configure","request_seq":4,"success":true,"performanceData":{"updateGraphDurationMs":*,"createAutoImportProviderProgramDurationMs":*}} -Info 41 [00:01:41.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -282,7 +282,7 @@ After request Before request -Info 42 [00:01:42.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "completionInfo", "arguments": { @@ -293,18 +293,18 @@ Info 42 [00:01:42.000] request: "seq": 5, "type": "request" } -Info 43 [00:01:43.000] getCompletionData: Get current token: * -Info 44 [00:01:44.000] getCompletionData: Is inside comment: * -Info 45 [00:01:45.000] getCompletionData: Get previous token: * -Info 46 [00:01:46.000] getExportInfoMap: cache miss or empty; calculating new results -Info 47 [00:01:47.000] forEachExternalModuleToImportFrom autoImportProvider: * -Info 48 [00:01:48.000] getExportInfoMap: done in * ms -Info 49 [00:01:49.000] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache -Info 50 [00:01:50.000] collectAutoImports: response is incomplete -Info 51 [00:01:51.000] collectAutoImports: * -Info 52 [00:01:52.000] getCompletionData: Semantic work: * -Info 53 [00:01:53.000] getCompletionsAtPosition: getCompletionEntriesFromSymbols: * -Info 54 [00:01:54.000] response: +Info seq [hh:mm:ss:mss] getCompletionData: Get current token: * +Info seq [hh:mm:ss:mss] getCompletionData: Is inside comment: * +Info seq [hh:mm:ss:mss] getCompletionData: Get previous token: * +Info seq [hh:mm:ss:mss] getExportInfoMap: cache miss or empty; calculating new results +Info seq [hh:mm:ss:mss] forEachExternalModuleToImportFrom autoImportProvider: * +Info seq [hh:mm:ss:mss] getExportInfoMap: done in * ms +Info seq [hh:mm:ss:mss] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info seq [hh:mm:ss:mss] collectAutoImports: response is incomplete +Info seq [hh:mm:ss:mss] collectAutoImports: * +Info seq [hh:mm:ss:mss] getCompletionData: Semantic work: * +Info seq [hh:mm:ss:mss] getCompletionsAtPosition: getCompletionEntriesFromSymbols: * +Info seq [hh:mm:ss:mss] response: { "response": { "flags": 1, @@ -737,8 +737,8 @@ Info 54 [00:01:54.000] response: } After request -Info 55 [00:01:58.000] FileWatcher:: Triggered with /package.json 1:: WatchInfo: /package.json 250 undefined WatchType: package.json file -Info 56 [00:01:59.000] Elapsed:: *ms FileWatcher:: Triggered with /package.json 1:: WatchInfo: /package.json 250 undefined WatchType: package.json file +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /package.json 1:: WatchInfo: /package.json 250 undefined WatchType: package.json file +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /package.json 1:: WatchInfo: /package.json 250 undefined WatchType: package.json file Before running Timeout callback:: count: 0 //// [/package.json] {} @@ -746,4 +746,4 @@ Before running Timeout callback:: count: 0 After running Timeout callback:: count: 0 -Info 57 [00:02:00.000] moduleSpecifierCache count: 0 \ No newline at end of file +Info seq [hh:mm:ss:mss] moduleSpecifierCache count: 0 \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/moduleSpecifierCache/invalidates-the-cache-when-module-resolution-settings-change.js b/tests/baselines/reference/tsserver/moduleSpecifierCache/invalidates-the-cache-when-module-resolution-settings-change.js index e2e91faf8dfb0..e55cccff0a93e 100644 --- a/tests/baselines/reference/tsserver/moduleSpecifierCache/invalidates-the-cache-when-module-resolution-settings-change.js +++ b/tests/baselines/reference/tsserver/moduleSpecifierCache/invalidates-the-cache-when-module-resolution-settings-change.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:27.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/src/a.ts] export const foo = 0; @@ -27,7 +27,7 @@ declare module 'ambient' {} export declare function observable(): unknown; -Info 1 [00:00:28.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -36,11 +36,11 @@ Info 1 [00:00:28.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:29.000] Search path: /src -Info 3 [00:00:30.000] For info: /src/a.ts :: Config file name: /tsconfig.json -Info 4 [00:00:31.000] Creating configuration project /tsconfig.json -Info 5 [00:00:32.000] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file -Info 6 [00:00:33.000] Config: /tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /src +Info seq [hh:mm:ss:mss] For info: /src/a.ts :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /tsconfig.json : { "rootNames": [ "/src/a.ts", "/src/ambient.d.ts", @@ -52,17 +52,17 @@ Info 6 [00:00:33.000] Config: /tsconfig.json : { "configFilePath": "/tsconfig.json" } } -Info 7 [00:00:34.000] DirectoryWatcher:: Added:: WatchInfo: /src 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 8 [00:00:35.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /src 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 9 [00:00:36.000] FileWatcher:: Added:: WatchInfo: /src/ambient.d.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:37.000] FileWatcher:: Added:: WatchInfo: /src/b-link.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:38.000] FileWatcher:: Added:: WatchInfo: /src/b.ts 500 undefined WatchType: Closed Script info -Info 12 [00:00:39.000] FileWatcher:: Added:: WatchInfo: /src/c.ts 500 undefined WatchType: Closed Script info -Info 13 [00:00:40.000] Starting updateGraphWorker: Project: /tsconfig.json -Info 14 [00:00:41.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file -Info 15 [00:00:42.000] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:00:43.000] Project '/tsconfig.json' (Configured) -Info 17 [00:00:44.000] Files (5) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /src 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /src 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /src/ambient.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /src/b-link.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /src/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /src/c.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) /src/a.ts SVC-1-0 "export const foo = 0;" /src/ambient.d.ts Text-1 "declare module 'ambient' {}" /src/b-link.ts Text-1 "foo" @@ -81,34 +81,34 @@ Info 17 [00:00:44.000] Files (5) src/c.ts Matched by include pattern 'src' in 'tsconfig.json' -Info 18 [00:00:45.000] ----------------------------------------------- -Info 19 [00:00:46.000] FileWatcher:: Added:: WatchInfo: /package.json 250 undefined WatchType: package.json file -Info 20 [00:00:47.000] AutoImportProviderProject: found 1 root files in 1 dependencies in * ms -Info 21 [00:00:48.000] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 22 [00:00:49.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 23 [00:00:50.000] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* -Info 24 [00:00:51.000] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 25 [00:00:52.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 26 [00:00:53.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /package.json 250 undefined WatchType: package.json file +Info seq [hh:mm:ss:mss] AutoImportProviderProject: found 1 root files in 1 dependencies in * ms +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (1) /node_modules/mobx/index.d.ts Text-1 "export declare function observable(): unknown;" node_modules/mobx/index.d.ts Root file specified for compilation -Info 27 [00:00:54.000] ----------------------------------------------- -Info 28 [00:00:55.000] Project '/tsconfig.json' (Configured) -Info 28 [00:00:56.000] Files (5) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) -Info 28 [00:00:57.000] ----------------------------------------------- -Info 28 [00:00:58.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 28 [00:00:59.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (1) -Info 28 [00:01:00.000] ----------------------------------------------- -Info 28 [00:01:01.000] Open files: -Info 28 [00:01:02.000] FileName: /src/a.ts ProjectRootPath: undefined -Info 28 [00:01:03.000] Projects: /tsconfig.json -Info 28 [00:01:04.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /src/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -140,7 +140,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -149,23 +149,23 @@ Info 29 [00:01:05.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:06.000] FileWatcher:: Close:: WatchInfo: /src/b.ts 500 undefined WatchType: Closed Script info -Info 31 [00:01:07.000] Search path: /src -Info 32 [00:01:08.000] For info: /src/b.ts :: Config file name: /tsconfig.json -Info 33 [00:01:09.000] Project '/tsconfig.json' (Configured) -Info 33 [00:01:10.000] Files (5) - -Info 33 [00:01:11.000] ----------------------------------------------- -Info 33 [00:01:12.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 33 [00:01:13.000] Files (1) - -Info 33 [00:01:14.000] ----------------------------------------------- -Info 33 [00:01:15.000] Open files: -Info 33 [00:01:16.000] FileName: /src/a.ts ProjectRootPath: undefined -Info 33 [00:01:17.000] Projects: /tsconfig.json -Info 33 [00:01:18.000] FileName: /src/b.ts ProjectRootPath: undefined -Info 33 [00:01:19.000] Projects: /tsconfig.json -Info 33 [00:01:20.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /src/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /src +Info seq [hh:mm:ss:mss] For info: /src/b.ts :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /src/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /src/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -199,7 +199,7 @@ FsWatchesRecursive:: Before request -Info 34 [00:01:21.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -208,25 +208,25 @@ Info 34 [00:01:21.000] request: "seq": 3, "type": "request" } -Info 35 [00:01:22.000] FileWatcher:: Close:: WatchInfo: /src/c.ts 500 undefined WatchType: Closed Script info -Info 36 [00:01:23.000] Search path: /src -Info 37 [00:01:24.000] For info: /src/c.ts :: Config file name: /tsconfig.json -Info 38 [00:01:25.000] Project '/tsconfig.json' (Configured) -Info 38 [00:01:26.000] Files (5) - -Info 38 [00:01:27.000] ----------------------------------------------- -Info 38 [00:01:28.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 38 [00:01:29.000] Files (1) - -Info 38 [00:01:30.000] ----------------------------------------------- -Info 38 [00:01:31.000] Open files: -Info 38 [00:01:32.000] FileName: /src/a.ts ProjectRootPath: undefined -Info 38 [00:01:33.000] Projects: /tsconfig.json -Info 38 [00:01:34.000] FileName: /src/b.ts ProjectRootPath: undefined -Info 38 [00:01:35.000] Projects: /tsconfig.json -Info 38 [00:01:36.000] FileName: /src/c.ts ProjectRootPath: undefined -Info 38 [00:01:37.000] Projects: /tsconfig.json -Info 38 [00:01:38.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /src/c.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /src +Info seq [hh:mm:ss:mss] For info: /src/c.ts :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /src/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /src/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /src/c.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -258,7 +258,7 @@ FsWatchesRecursive:: Before request -Info 39 [00:01:39.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "configure", "arguments": { @@ -272,9 +272,9 @@ Info 39 [00:01:39.000] request: "seq": 4, "type": "request" } -Info 40 [00:01:40.000] response: +Info seq [hh:mm:ss:mss] response: {"seq":0,"type":"response","command":"configure","request_seq":4,"success":true,"performanceData":{"updateGraphDurationMs":*,"createAutoImportProviderProgramDurationMs":*}} -Info 41 [00:01:41.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -282,7 +282,7 @@ After request Before request -Info 42 [00:01:42.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "completionInfo", "arguments": { @@ -293,18 +293,18 @@ Info 42 [00:01:42.000] request: "seq": 5, "type": "request" } -Info 43 [00:01:43.000] getCompletionData: Get current token: * -Info 44 [00:01:44.000] getCompletionData: Is inside comment: * -Info 45 [00:01:45.000] getCompletionData: Get previous token: * -Info 46 [00:01:46.000] getExportInfoMap: cache miss or empty; calculating new results -Info 47 [00:01:47.000] forEachExternalModuleToImportFrom autoImportProvider: * -Info 48 [00:01:48.000] getExportInfoMap: done in * ms -Info 49 [00:01:49.000] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache -Info 50 [00:01:50.000] collectAutoImports: response is incomplete -Info 51 [00:01:51.000] collectAutoImports: * -Info 52 [00:01:52.000] getCompletionData: Semantic work: * -Info 53 [00:01:53.000] getCompletionsAtPosition: getCompletionEntriesFromSymbols: * -Info 54 [00:01:54.000] response: +Info seq [hh:mm:ss:mss] getCompletionData: Get current token: * +Info seq [hh:mm:ss:mss] getCompletionData: Is inside comment: * +Info seq [hh:mm:ss:mss] getCompletionData: Get previous token: * +Info seq [hh:mm:ss:mss] getExportInfoMap: cache miss or empty; calculating new results +Info seq [hh:mm:ss:mss] forEachExternalModuleToImportFrom autoImportProvider: * +Info seq [hh:mm:ss:mss] getExportInfoMap: done in * ms +Info seq [hh:mm:ss:mss] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info seq [hh:mm:ss:mss] collectAutoImports: response is incomplete +Info seq [hh:mm:ss:mss] collectAutoImports: * +Info seq [hh:mm:ss:mss] getCompletionData: Semantic work: * +Info seq [hh:mm:ss:mss] getCompletionsAtPosition: getCompletionEntriesFromSymbols: * +Info seq [hh:mm:ss:mss] response: { "response": { "flags": 1, @@ -737,10 +737,10 @@ Info 54 [00:01:54.000] response: } After request -Info 55 [00:01:58.000] FileWatcher:: Triggered with /tsconfig.json 1:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file -Info 56 [00:01:59.000] Scheduled: /tsconfig.json -Info 57 [00:02:00.000] Scheduled: *ensureProjectForOpenFiles* -Info 58 [00:02:01.000] Elapsed:: *ms FileWatcher:: Triggered with /tsconfig.json 1:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /tsconfig.json 1:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Scheduled: /tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /tsconfig.json 1:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file Before running Timeout callback:: count: 2 1: /tsconfig.json 2: *ensureProjectForOpenFiles* @@ -748,9 +748,9 @@ Before running Timeout callback:: count: 2 { "compilerOptions": { "moduleResolution": "classic" }, "include": ["src"] } -Info 59 [00:02:02.000] Running: /tsconfig.json -Info 60 [00:02:03.000] Reloading configured project /tsconfig.json -Info 61 [00:02:04.000] Config: /tsconfig.json : { +Info seq [hh:mm:ss:mss] Running: /tsconfig.json +Info seq [hh:mm:ss:mss] Reloading configured project /tsconfig.json +Info seq [hh:mm:ss:mss] Config: /tsconfig.json : { "rootNames": [ "/src/a.ts", "/src/ambient.d.ts", @@ -763,54 +763,54 @@ Info 61 [00:02:04.000] Config: /tsconfig.json : { "configFilePath": "/tsconfig.json" } } -Info 62 [00:02:05.000] Starting updateGraphWorker: Project: /tsconfig.json -Info 63 [00:02:06.000] Finishing updateGraphWorker: Project: /tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 64 [00:02:07.000] Project '/tsconfig.json' (Configured) -Info 65 [00:02:08.000] Files (5) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) /src/a.ts SVC-1-0 "export const foo = 0;" /src/ambient.d.ts Text-1 "declare module 'ambient' {}" /src/b-link.ts Text-1 "foo" /src/b.ts Text-1 "foo" /src/c.ts Text-1 "import " -Info 66 [00:02:09.000] ----------------------------------------------- -Info 67 [00:02:10.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 68 [00:02:11.000] Files (1) - -Info 69 [00:02:12.000] ----------------------------------------------- -Info 70 [00:02:13.000] Running: *ensureProjectForOpenFiles* -Info 71 [00:02:14.000] Before ensureProjectForOpenFiles: -Info 72 [00:02:15.000] Project '/tsconfig.json' (Configured) -Info 72 [00:02:16.000] Files (5) - -Info 72 [00:02:17.000] ----------------------------------------------- -Info 72 [00:02:18.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 72 [00:02:19.000] Files (1) - -Info 72 [00:02:20.000] ----------------------------------------------- -Info 72 [00:02:21.000] Open files: -Info 72 [00:02:22.000] FileName: /src/a.ts ProjectRootPath: undefined -Info 72 [00:02:23.000] Projects: /tsconfig.json -Info 72 [00:02:24.000] FileName: /src/b.ts ProjectRootPath: undefined -Info 72 [00:02:25.000] Projects: /tsconfig.json -Info 72 [00:02:26.000] FileName: /src/c.ts ProjectRootPath: undefined -Info 72 [00:02:27.000] Projects: /tsconfig.json -Info 72 [00:02:28.000] After ensureProjectForOpenFiles: -Info 73 [00:02:29.000] Project '/tsconfig.json' (Configured) -Info 73 [00:02:30.000] Files (5) - -Info 73 [00:02:31.000] ----------------------------------------------- -Info 73 [00:02:32.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 73 [00:02:33.000] Files (1) - -Info 73 [00:02:34.000] ----------------------------------------------- -Info 73 [00:02:35.000] Open files: -Info 73 [00:02:36.000] FileName: /src/a.ts ProjectRootPath: undefined -Info 73 [00:02:37.000] Projects: /tsconfig.json -Info 73 [00:02:38.000] FileName: /src/b.ts ProjectRootPath: undefined -Info 73 [00:02:39.000] Projects: /tsconfig.json -Info 73 [00:02:40.000] FileName: /src/c.ts ProjectRootPath: undefined -Info 73 [00:02:41.000] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /src/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /src/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /src/c.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /src/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /src/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /src/c.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json After running Timeout callback:: count: 0 -Info 73 [00:02:42.000] moduleSpecifierCache count: 0 \ No newline at end of file +Info seq [hh:mm:ss:mss] moduleSpecifierCache count: 0 \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/moduleSpecifierCache/invalidates-the-cache-when-symlinks-are-added-or-removed.js b/tests/baselines/reference/tsserver/moduleSpecifierCache/invalidates-the-cache-when-symlinks-are-added-or-removed.js index c412a4ad72cbb..722b2f6e5ebe6 100644 --- a/tests/baselines/reference/tsserver/moduleSpecifierCache/invalidates-the-cache-when-symlinks-are-added-or-removed.js +++ b/tests/baselines/reference/tsserver/moduleSpecifierCache/invalidates-the-cache-when-symlinks-are-added-or-removed.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:27.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/src/a.ts] export const foo = 0; @@ -27,7 +27,7 @@ declare module 'ambient' {} export declare function observable(): unknown; -Info 1 [00:00:28.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -36,11 +36,11 @@ Info 1 [00:00:28.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:29.000] Search path: /src -Info 3 [00:00:30.000] For info: /src/a.ts :: Config file name: /tsconfig.json -Info 4 [00:00:31.000] Creating configuration project /tsconfig.json -Info 5 [00:00:32.000] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file -Info 6 [00:00:33.000] Config: /tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /src +Info seq [hh:mm:ss:mss] For info: /src/a.ts :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /tsconfig.json : { "rootNames": [ "/src/a.ts", "/src/ambient.d.ts", @@ -52,17 +52,17 @@ Info 6 [00:00:33.000] Config: /tsconfig.json : { "configFilePath": "/tsconfig.json" } } -Info 7 [00:00:34.000] DirectoryWatcher:: Added:: WatchInfo: /src 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 8 [00:00:35.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /src 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 9 [00:00:36.000] FileWatcher:: Added:: WatchInfo: /src/ambient.d.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:37.000] FileWatcher:: Added:: WatchInfo: /src/b-link.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:38.000] FileWatcher:: Added:: WatchInfo: /src/b.ts 500 undefined WatchType: Closed Script info -Info 12 [00:00:39.000] FileWatcher:: Added:: WatchInfo: /src/c.ts 500 undefined WatchType: Closed Script info -Info 13 [00:00:40.000] Starting updateGraphWorker: Project: /tsconfig.json -Info 14 [00:00:41.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file -Info 15 [00:00:42.000] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:00:43.000] Project '/tsconfig.json' (Configured) -Info 17 [00:00:44.000] Files (5) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /src 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /src 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /src/ambient.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /src/b-link.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /src/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /src/c.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) /src/a.ts SVC-1-0 "export const foo = 0;" /src/ambient.d.ts Text-1 "declare module 'ambient' {}" /src/b-link.ts Text-1 "foo" @@ -81,34 +81,34 @@ Info 17 [00:00:44.000] Files (5) src/c.ts Matched by include pattern 'src' in 'tsconfig.json' -Info 18 [00:00:45.000] ----------------------------------------------- -Info 19 [00:00:46.000] FileWatcher:: Added:: WatchInfo: /package.json 250 undefined WatchType: package.json file -Info 20 [00:00:47.000] AutoImportProviderProject: found 1 root files in 1 dependencies in * ms -Info 21 [00:00:48.000] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 22 [00:00:49.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 23 [00:00:50.000] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* -Info 24 [00:00:51.000] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 25 [00:00:52.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 26 [00:00:53.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /package.json 250 undefined WatchType: package.json file +Info seq [hh:mm:ss:mss] AutoImportProviderProject: found 1 root files in 1 dependencies in * ms +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (1) /node_modules/mobx/index.d.ts Text-1 "export declare function observable(): unknown;" node_modules/mobx/index.d.ts Root file specified for compilation -Info 27 [00:00:54.000] ----------------------------------------------- -Info 28 [00:00:55.000] Project '/tsconfig.json' (Configured) -Info 28 [00:00:56.000] Files (5) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) -Info 28 [00:00:57.000] ----------------------------------------------- -Info 28 [00:00:58.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 28 [00:00:59.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (1) -Info 28 [00:01:00.000] ----------------------------------------------- -Info 28 [00:01:01.000] Open files: -Info 28 [00:01:02.000] FileName: /src/a.ts ProjectRootPath: undefined -Info 28 [00:01:03.000] Projects: /tsconfig.json -Info 28 [00:01:04.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /src/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -140,7 +140,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -149,23 +149,23 @@ Info 29 [00:01:05.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:06.000] FileWatcher:: Close:: WatchInfo: /src/b.ts 500 undefined WatchType: Closed Script info -Info 31 [00:01:07.000] Search path: /src -Info 32 [00:01:08.000] For info: /src/b.ts :: Config file name: /tsconfig.json -Info 33 [00:01:09.000] Project '/tsconfig.json' (Configured) -Info 33 [00:01:10.000] Files (5) - -Info 33 [00:01:11.000] ----------------------------------------------- -Info 33 [00:01:12.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 33 [00:01:13.000] Files (1) - -Info 33 [00:01:14.000] ----------------------------------------------- -Info 33 [00:01:15.000] Open files: -Info 33 [00:01:16.000] FileName: /src/a.ts ProjectRootPath: undefined -Info 33 [00:01:17.000] Projects: /tsconfig.json -Info 33 [00:01:18.000] FileName: /src/b.ts ProjectRootPath: undefined -Info 33 [00:01:19.000] Projects: /tsconfig.json -Info 33 [00:01:20.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /src/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /src +Info seq [hh:mm:ss:mss] For info: /src/b.ts :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /src/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /src/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -199,7 +199,7 @@ FsWatchesRecursive:: Before request -Info 34 [00:01:21.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -208,25 +208,25 @@ Info 34 [00:01:21.000] request: "seq": 3, "type": "request" } -Info 35 [00:01:22.000] FileWatcher:: Close:: WatchInfo: /src/c.ts 500 undefined WatchType: Closed Script info -Info 36 [00:01:23.000] Search path: /src -Info 37 [00:01:24.000] For info: /src/c.ts :: Config file name: /tsconfig.json -Info 38 [00:01:25.000] Project '/tsconfig.json' (Configured) -Info 38 [00:01:26.000] Files (5) - -Info 38 [00:01:27.000] ----------------------------------------------- -Info 38 [00:01:28.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 38 [00:01:29.000] Files (1) - -Info 38 [00:01:30.000] ----------------------------------------------- -Info 38 [00:01:31.000] Open files: -Info 38 [00:01:32.000] FileName: /src/a.ts ProjectRootPath: undefined -Info 38 [00:01:33.000] Projects: /tsconfig.json -Info 38 [00:01:34.000] FileName: /src/b.ts ProjectRootPath: undefined -Info 38 [00:01:35.000] Projects: /tsconfig.json -Info 38 [00:01:36.000] FileName: /src/c.ts ProjectRootPath: undefined -Info 38 [00:01:37.000] Projects: /tsconfig.json -Info 38 [00:01:38.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /src/c.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /src +Info seq [hh:mm:ss:mss] For info: /src/c.ts :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /src/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /src/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /src/c.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -258,7 +258,7 @@ FsWatchesRecursive:: Before request -Info 39 [00:01:39.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "configure", "arguments": { @@ -272,9 +272,9 @@ Info 39 [00:01:39.000] request: "seq": 4, "type": "request" } -Info 40 [00:01:40.000] response: +Info seq [hh:mm:ss:mss] response: {"seq":0,"type":"response","command":"configure","request_seq":4,"success":true,"performanceData":{"updateGraphDurationMs":*,"createAutoImportProviderProgramDurationMs":*}} -Info 41 [00:01:41.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -282,7 +282,7 @@ After request Before request -Info 42 [00:01:42.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "completionInfo", "arguments": { @@ -293,18 +293,18 @@ Info 42 [00:01:42.000] request: "seq": 5, "type": "request" } -Info 43 [00:01:43.000] getCompletionData: Get current token: * -Info 44 [00:01:44.000] getCompletionData: Is inside comment: * -Info 45 [00:01:45.000] getCompletionData: Get previous token: * -Info 46 [00:01:46.000] getExportInfoMap: cache miss or empty; calculating new results -Info 47 [00:01:47.000] forEachExternalModuleToImportFrom autoImportProvider: * -Info 48 [00:01:48.000] getExportInfoMap: done in * ms -Info 49 [00:01:49.000] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache -Info 50 [00:01:50.000] collectAutoImports: response is incomplete -Info 51 [00:01:51.000] collectAutoImports: * -Info 52 [00:01:52.000] getCompletionData: Semantic work: * -Info 53 [00:01:53.000] getCompletionsAtPosition: getCompletionEntriesFromSymbols: * -Info 54 [00:01:54.000] response: +Info seq [hh:mm:ss:mss] getCompletionData: Get current token: * +Info seq [hh:mm:ss:mss] getCompletionData: Is inside comment: * +Info seq [hh:mm:ss:mss] getCompletionData: Get previous token: * +Info seq [hh:mm:ss:mss] getExportInfoMap: cache miss or empty; calculating new results +Info seq [hh:mm:ss:mss] forEachExternalModuleToImportFrom autoImportProvider: * +Info seq [hh:mm:ss:mss] getExportInfoMap: done in * ms +Info seq [hh:mm:ss:mss] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info seq [hh:mm:ss:mss] collectAutoImports: response is incomplete +Info seq [hh:mm:ss:mss] collectAutoImports: * +Info seq [hh:mm:ss:mss] getCompletionData: Semantic work: * +Info seq [hh:mm:ss:mss] getCompletionsAtPosition: getCompletionEntriesFromSymbols: * +Info seq [hh:mm:ss:mss] response: { "response": { "flags": 1, @@ -737,19 +737,19 @@ Info 54 [00:01:54.000] response: } After request -Info 55 [00:01:56.000] FileWatcher:: Triggered with /src/b-link.ts 2:: WatchInfo: /src/b-link.ts 500 undefined WatchType: Closed Script info -Info 56 [00:01:57.000] FileWatcher:: Close:: WatchInfo: /src/b-link.ts 500 undefined WatchType: Closed Script info -Info 57 [00:01:58.000] Scheduled: /tsconfig.json -Info 58 [00:01:59.000] Scheduled: *ensureProjectForOpenFiles* -Info 59 [00:02:00.000] Elapsed:: *ms FileWatcher:: Triggered with /src/b-link.ts 2:: WatchInfo: /src/b-link.ts 500 undefined WatchType: Closed Script info -Info 60 [00:02:01.000] DirectoryWatcher:: Triggered with /src/b-link.ts :: WatchInfo: /src 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 61 [00:02:02.000] Scheduled: /tsconfig.json, Cancelled earlier one -Info 62 [00:02:03.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 63 [00:02:04.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /src/b-link.ts :: WatchInfo: /src 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 64 [00:02:07.000] DirectoryWatcher:: Triggered with /src/b-link2.ts :: WatchInfo: /src 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 65 [00:02:08.000] Scheduled: /tsconfig.json, Cancelled earlier one -Info 66 [00:02:09.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 67 [00:02:10.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /src/b-link2.ts :: WatchInfo: /src 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /src/b-link.ts 2:: WatchInfo: /src/b-link.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /src/b-link.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /src/b-link.ts 2:: WatchInfo: /src/b-link.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /src/b-link.ts :: WatchInfo: /src 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /src/b-link.ts :: WatchInfo: /src 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /src/b-link2.ts :: WatchInfo: /src 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /src/b-link2.ts :: WatchInfo: /src 1 undefined Config: /tsconfig.json WatchType: Wild card directory Before running Timeout callback:: count: 2 5: /tsconfig.json 6: *ensureProjectForOpenFiles* @@ -777,11 +777,11 @@ FsWatchesRecursive:: /node_modules: {} -Info 68 [00:02:11.000] Running: /tsconfig.json -Info 69 [00:02:12.000] Starting updateGraphWorker: Project: /tsconfig.json -Info 70 [00:02:13.000] Finishing updateGraphWorker: Project: /tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 71 [00:02:14.000] Project '/tsconfig.json' (Configured) -Info 72 [00:02:15.000] Files (4) +Info seq [hh:mm:ss:mss] Running: /tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /src/a.ts SVC-1-0 "export const foo = 0;" /src/ambient.d.ts Text-1 "declare module 'ambient' {}" /src/b.ts Text-1 "foo" @@ -797,44 +797,44 @@ Info 72 [00:02:15.000] Files (4) src/c.ts Matched by include pattern 'src' in 'tsconfig.json' -Info 73 [00:02:16.000] ----------------------------------------------- -Info 74 [00:02:17.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 75 [00:02:18.000] Files (1) - -Info 76 [00:02:19.000] ----------------------------------------------- -Info 77 [00:02:20.000] Running: *ensureProjectForOpenFiles* -Info 78 [00:02:21.000] Before ensureProjectForOpenFiles: -Info 79 [00:02:22.000] Project '/tsconfig.json' (Configured) -Info 79 [00:02:23.000] Files (4) - -Info 79 [00:02:24.000] ----------------------------------------------- -Info 79 [00:02:25.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 79 [00:02:26.000] Files (1) - -Info 79 [00:02:27.000] ----------------------------------------------- -Info 79 [00:02:28.000] Open files: -Info 79 [00:02:29.000] FileName: /src/a.ts ProjectRootPath: undefined -Info 79 [00:02:30.000] Projects: /tsconfig.json -Info 79 [00:02:31.000] FileName: /src/b.ts ProjectRootPath: undefined -Info 79 [00:02:32.000] Projects: /tsconfig.json -Info 79 [00:02:33.000] FileName: /src/c.ts ProjectRootPath: undefined -Info 79 [00:02:34.000] Projects: /tsconfig.json -Info 79 [00:02:35.000] After ensureProjectForOpenFiles: -Info 80 [00:02:36.000] Project '/tsconfig.json' (Configured) -Info 80 [00:02:37.000] Files (4) - -Info 80 [00:02:38.000] ----------------------------------------------- -Info 80 [00:02:39.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 80 [00:02:40.000] Files (1) - -Info 80 [00:02:41.000] ----------------------------------------------- -Info 80 [00:02:42.000] Open files: -Info 80 [00:02:43.000] FileName: /src/a.ts ProjectRootPath: undefined -Info 80 [00:02:44.000] Projects: /tsconfig.json -Info 80 [00:02:45.000] FileName: /src/b.ts ProjectRootPath: undefined -Info 80 [00:02:46.000] Projects: /tsconfig.json -Info 80 [00:02:47.000] FileName: /src/c.ts ProjectRootPath: undefined -Info 80 [00:02:48.000] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /src/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /src/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /src/c.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /src/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /src/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /src/c.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json After running Timeout callback:: count: 0 -Info 80 [00:02:49.000] moduleSpecifierCache count: 0 \ No newline at end of file +Info seq [hh:mm:ss:mss] moduleSpecifierCache count: 0 \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/moduleSpecifierCache/invalidates-the-cache-when-user-preferences-change.js b/tests/baselines/reference/tsserver/moduleSpecifierCache/invalidates-the-cache-when-user-preferences-change.js index db7e6a2cb92dc..7546b587043aa 100644 --- a/tests/baselines/reference/tsserver/moduleSpecifierCache/invalidates-the-cache-when-user-preferences-change.js +++ b/tests/baselines/reference/tsserver/moduleSpecifierCache/invalidates-the-cache-when-user-preferences-change.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:27.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/src/a.ts] export const foo = 0; @@ -27,7 +27,7 @@ declare module 'ambient' {} export declare function observable(): unknown; -Info 1 [00:00:28.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -36,11 +36,11 @@ Info 1 [00:00:28.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:29.000] Search path: /src -Info 3 [00:00:30.000] For info: /src/a.ts :: Config file name: /tsconfig.json -Info 4 [00:00:31.000] Creating configuration project /tsconfig.json -Info 5 [00:00:32.000] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file -Info 6 [00:00:33.000] Config: /tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /src +Info seq [hh:mm:ss:mss] For info: /src/a.ts :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /tsconfig.json : { "rootNames": [ "/src/a.ts", "/src/ambient.d.ts", @@ -52,17 +52,17 @@ Info 6 [00:00:33.000] Config: /tsconfig.json : { "configFilePath": "/tsconfig.json" } } -Info 7 [00:00:34.000] DirectoryWatcher:: Added:: WatchInfo: /src 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 8 [00:00:35.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /src 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 9 [00:00:36.000] FileWatcher:: Added:: WatchInfo: /src/ambient.d.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:37.000] FileWatcher:: Added:: WatchInfo: /src/b-link.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:38.000] FileWatcher:: Added:: WatchInfo: /src/b.ts 500 undefined WatchType: Closed Script info -Info 12 [00:00:39.000] FileWatcher:: Added:: WatchInfo: /src/c.ts 500 undefined WatchType: Closed Script info -Info 13 [00:00:40.000] Starting updateGraphWorker: Project: /tsconfig.json -Info 14 [00:00:41.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file -Info 15 [00:00:42.000] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:00:43.000] Project '/tsconfig.json' (Configured) -Info 17 [00:00:44.000] Files (5) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /src 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /src 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /src/ambient.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /src/b-link.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /src/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /src/c.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) /src/a.ts SVC-1-0 "export const foo = 0;" /src/ambient.d.ts Text-1 "declare module 'ambient' {}" /src/b-link.ts Text-1 "foo" @@ -81,34 +81,34 @@ Info 17 [00:00:44.000] Files (5) src/c.ts Matched by include pattern 'src' in 'tsconfig.json' -Info 18 [00:00:45.000] ----------------------------------------------- -Info 19 [00:00:46.000] FileWatcher:: Added:: WatchInfo: /package.json 250 undefined WatchType: package.json file -Info 20 [00:00:47.000] AutoImportProviderProject: found 1 root files in 1 dependencies in * ms -Info 21 [00:00:48.000] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 22 [00:00:49.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 23 [00:00:50.000] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* -Info 24 [00:00:51.000] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 25 [00:00:52.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 26 [00:00:53.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /package.json 250 undefined WatchType: package.json file +Info seq [hh:mm:ss:mss] AutoImportProviderProject: found 1 root files in 1 dependencies in * ms +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (1) /node_modules/mobx/index.d.ts Text-1 "export declare function observable(): unknown;" node_modules/mobx/index.d.ts Root file specified for compilation -Info 27 [00:00:54.000] ----------------------------------------------- -Info 28 [00:00:55.000] Project '/tsconfig.json' (Configured) -Info 28 [00:00:56.000] Files (5) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) -Info 28 [00:00:57.000] ----------------------------------------------- -Info 28 [00:00:58.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 28 [00:00:59.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (1) -Info 28 [00:01:00.000] ----------------------------------------------- -Info 28 [00:01:01.000] Open files: -Info 28 [00:01:02.000] FileName: /src/a.ts ProjectRootPath: undefined -Info 28 [00:01:03.000] Projects: /tsconfig.json -Info 28 [00:01:04.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /src/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -140,7 +140,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -149,23 +149,23 @@ Info 29 [00:01:05.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:06.000] FileWatcher:: Close:: WatchInfo: /src/b.ts 500 undefined WatchType: Closed Script info -Info 31 [00:01:07.000] Search path: /src -Info 32 [00:01:08.000] For info: /src/b.ts :: Config file name: /tsconfig.json -Info 33 [00:01:09.000] Project '/tsconfig.json' (Configured) -Info 33 [00:01:10.000] Files (5) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /src/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /src +Info seq [hh:mm:ss:mss] For info: /src/b.ts :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) -Info 33 [00:01:11.000] ----------------------------------------------- -Info 33 [00:01:12.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 33 [00:01:13.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (1) -Info 33 [00:01:14.000] ----------------------------------------------- -Info 33 [00:01:15.000] Open files: -Info 33 [00:01:16.000] FileName: /src/a.ts ProjectRootPath: undefined -Info 33 [00:01:17.000] Projects: /tsconfig.json -Info 33 [00:01:18.000] FileName: /src/b.ts ProjectRootPath: undefined -Info 33 [00:01:19.000] Projects: /tsconfig.json -Info 33 [00:01:20.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /src/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /src/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -199,7 +199,7 @@ FsWatchesRecursive:: Before request -Info 34 [00:01:21.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -208,25 +208,25 @@ Info 34 [00:01:21.000] request: "seq": 3, "type": "request" } -Info 35 [00:01:22.000] FileWatcher:: Close:: WatchInfo: /src/c.ts 500 undefined WatchType: Closed Script info -Info 36 [00:01:23.000] Search path: /src -Info 37 [00:01:24.000] For info: /src/c.ts :: Config file name: /tsconfig.json -Info 38 [00:01:25.000] Project '/tsconfig.json' (Configured) -Info 38 [00:01:26.000] Files (5) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /src/c.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /src +Info seq [hh:mm:ss:mss] For info: /src/c.ts :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) -Info 38 [00:01:27.000] ----------------------------------------------- -Info 38 [00:01:28.000] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) -Info 38 [00:01:29.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info seq [hh:mm:ss:mss] Files (1) -Info 38 [00:01:30.000] ----------------------------------------------- -Info 38 [00:01:31.000] Open files: -Info 38 [00:01:32.000] FileName: /src/a.ts ProjectRootPath: undefined -Info 38 [00:01:33.000] Projects: /tsconfig.json -Info 38 [00:01:34.000] FileName: /src/b.ts ProjectRootPath: undefined -Info 38 [00:01:35.000] Projects: /tsconfig.json -Info 38 [00:01:36.000] FileName: /src/c.ts ProjectRootPath: undefined -Info 38 [00:01:37.000] Projects: /tsconfig.json -Info 38 [00:01:38.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /src/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /src/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /src/c.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -258,7 +258,7 @@ FsWatchesRecursive:: Before request -Info 39 [00:01:39.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "configure", "arguments": { @@ -272,9 +272,9 @@ Info 39 [00:01:39.000] request: "seq": 4, "type": "request" } -Info 40 [00:01:40.000] response: +Info seq [hh:mm:ss:mss] response: {"seq":0,"type":"response","command":"configure","request_seq":4,"success":true,"performanceData":{"updateGraphDurationMs":*,"createAutoImportProviderProgramDurationMs":*}} -Info 41 [00:01:41.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -282,7 +282,7 @@ After request Before request -Info 42 [00:01:42.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "completionInfo", "arguments": { @@ -293,18 +293,18 @@ Info 42 [00:01:42.000] request: "seq": 5, "type": "request" } -Info 43 [00:01:43.000] getCompletionData: Get current token: * -Info 44 [00:01:44.000] getCompletionData: Is inside comment: * -Info 45 [00:01:45.000] getCompletionData: Get previous token: * -Info 46 [00:01:46.000] getExportInfoMap: cache miss or empty; calculating new results -Info 47 [00:01:47.000] forEachExternalModuleToImportFrom autoImportProvider: * -Info 48 [00:01:48.000] getExportInfoMap: done in * ms -Info 49 [00:01:49.000] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache -Info 50 [00:01:50.000] collectAutoImports: response is incomplete -Info 51 [00:01:51.000] collectAutoImports: * -Info 52 [00:01:52.000] getCompletionData: Semantic work: * -Info 53 [00:01:53.000] getCompletionsAtPosition: getCompletionEntriesFromSymbols: * -Info 54 [00:01:54.000] response: +Info seq [hh:mm:ss:mss] getCompletionData: Get current token: * +Info seq [hh:mm:ss:mss] getCompletionData: Is inside comment: * +Info seq [hh:mm:ss:mss] getCompletionData: Get previous token: * +Info seq [hh:mm:ss:mss] getExportInfoMap: cache miss or empty; calculating new results +Info seq [hh:mm:ss:mss] forEachExternalModuleToImportFrom autoImportProvider: * +Info seq [hh:mm:ss:mss] getExportInfoMap: done in * ms +Info seq [hh:mm:ss:mss] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info seq [hh:mm:ss:mss] collectAutoImports: response is incomplete +Info seq [hh:mm:ss:mss] collectAutoImports: * +Info seq [hh:mm:ss:mss] getCompletionData: Semantic work: * +Info seq [hh:mm:ss:mss] getCompletionsAtPosition: getCompletionEntriesFromSymbols: * +Info seq [hh:mm:ss:mss] response: { "response": { "flags": 1, @@ -737,12 +737,12 @@ Info 54 [00:01:54.000] response: } After request -Info 55 [00:01:55.000] moduleSpecifierCache for {} (/src/b.ts -> /src/a.ts) { +Info seq [hh:mm:ss:mss] moduleSpecifierCache for {} (/src/b.ts -> /src/a.ts) { "isBlockedByPackageJsonDependencies": false } Before request -Info 56 [00:01:56.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "configure", "arguments": { @@ -753,21 +753,21 @@ Info 56 [00:01:56.000] request: "seq": 6, "type": "request" } -Info 57 [00:01:57.000] response: +Info seq [hh:mm:ss:mss] response: {"seq":0,"type":"response","command":"configure","request_seq":6,"success":true,"performanceData":{"updateGraphDurationMs":*,"createAutoImportProviderProgramDurationMs":*}} -Info 58 [00:01:58.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request -Info 59 [00:01:59.000] moduleSpecifierCache for {} (/src/b.ts -> /src/a.ts) { +Info seq [hh:mm:ss:mss] moduleSpecifierCache for {} (/src/b.ts -> /src/a.ts) { "isBlockedByPackageJsonDependencies": false } -Info 60 [00:02:00.000] moduleSpecifierCache for {"importModuleSpecifierPreference":"project-relative"} (/src/b.ts -> /src/a.ts) undefined +Info seq [hh:mm:ss:mss] moduleSpecifierCache for {"importModuleSpecifierPreference":"project-relative"} (/src/b.ts -> /src/a.ts) undefined Before request -Info 61 [00:02:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "completionInfo", "arguments": { @@ -778,16 +778,16 @@ Info 61 [00:02:01.000] request: "seq": 7, "type": "request" } -Info 62 [00:02:02.000] getCompletionData: Get current token: * -Info 63 [00:02:03.000] getCompletionData: Is inside comment: * -Info 64 [00:02:04.000] getCompletionData: Get previous token: * -Info 65 [00:02:05.000] getExportInfoMap: cache hit -Info 66 [00:02:06.000] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache -Info 67 [00:02:07.000] collectAutoImports: response is incomplete -Info 68 [00:02:08.000] collectAutoImports: * -Info 69 [00:02:09.000] getCompletionData: Semantic work: * -Info 70 [00:02:10.000] getCompletionsAtPosition: getCompletionEntriesFromSymbols: * -Info 71 [00:02:11.000] response: +Info seq [hh:mm:ss:mss] getCompletionData: Get current token: * +Info seq [hh:mm:ss:mss] getCompletionData: Is inside comment: * +Info seq [hh:mm:ss:mss] getCompletionData: Get previous token: * +Info seq [hh:mm:ss:mss] getExportInfoMap: cache hit +Info seq [hh:mm:ss:mss] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info seq [hh:mm:ss:mss] collectAutoImports: response is incomplete +Info seq [hh:mm:ss:mss] collectAutoImports: * +Info seq [hh:mm:ss:mss] getCompletionData: Semantic work: * +Info seq [hh:mm:ss:mss] getCompletionsAtPosition: getCompletionEntriesFromSymbols: * +Info seq [hh:mm:ss:mss] response: { "response": { "flags": 1, @@ -1220,13 +1220,13 @@ Info 71 [00:02:11.000] response: } After request -Info 72 [00:02:12.000] moduleSpecifierCache for {} (/src/b.ts -> /src/a.ts) undefined -Info 73 [00:02:13.000] moduleSpecifierCache for {"importModuleSpecifierPreference":"project-relative"} (/src/b.ts -> /src/a.ts) { +Info seq [hh:mm:ss:mss] moduleSpecifierCache for {} (/src/b.ts -> /src/a.ts) undefined +Info seq [hh:mm:ss:mss] moduleSpecifierCache for {"importModuleSpecifierPreference":"project-relative"} (/src/b.ts -> /src/a.ts) { "isBlockedByPackageJsonDependencies": false } Before request -Info 74 [00:02:14.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "configure", "arguments": { @@ -1237,9 +1237,9 @@ Info 74 [00:02:14.000] request: "seq": 8, "type": "request" } -Info 75 [00:02:15.000] response: +Info seq [hh:mm:ss:mss] response: {"seq":0,"type":"response","command":"configure","request_seq":8,"success":true,"performanceData":{"updateGraphDurationMs":*,"createAutoImportProviderProgramDurationMs":*}} -Info 76 [00:02:16.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1247,7 +1247,7 @@ After request Before request -Info 77 [00:02:17.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "completionInfo", "arguments": { @@ -1258,16 +1258,16 @@ Info 77 [00:02:17.000] request: "seq": 9, "type": "request" } -Info 78 [00:02:18.000] getCompletionData: Get current token: * -Info 79 [00:02:19.000] getCompletionData: Is inside comment: * -Info 80 [00:02:20.000] getCompletionData: Get previous token: * -Info 81 [00:02:21.000] getExportInfoMap: cache hit -Info 82 [00:02:22.000] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache -Info 83 [00:02:23.000] collectAutoImports: response is incomplete -Info 84 [00:02:24.000] collectAutoImports: * -Info 85 [00:02:25.000] getCompletionData: Semantic work: * -Info 86 [00:02:26.000] getCompletionsAtPosition: getCompletionEntriesFromSymbols: * -Info 87 [00:02:27.000] response: +Info seq [hh:mm:ss:mss] getCompletionData: Get current token: * +Info seq [hh:mm:ss:mss] getCompletionData: Is inside comment: * +Info seq [hh:mm:ss:mss] getCompletionData: Get previous token: * +Info seq [hh:mm:ss:mss] getExportInfoMap: cache hit +Info seq [hh:mm:ss:mss] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info seq [hh:mm:ss:mss] collectAutoImports: response is incomplete +Info seq [hh:mm:ss:mss] collectAutoImports: * +Info seq [hh:mm:ss:mss] getCompletionData: Semantic work: * +Info seq [hh:mm:ss:mss] getCompletionsAtPosition: getCompletionEntriesFromSymbols: * +Info seq [hh:mm:ss:mss] response: { "response": { "flags": 1, @@ -1700,4 +1700,4 @@ Info 87 [00:02:27.000] response: } After request -Info 88 [00:02:28.000] moduleSpecifierCache for {"importModuleSpecifierPreference":"project-relative"} (/src/b.ts -> /src/a.ts) undefined \ No newline at end of file +Info seq [hh:mm:ss:mss] moduleSpecifierCache for {"importModuleSpecifierPreference":"project-relative"} (/src/b.ts -> /src/a.ts) undefined \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/navTo/should-de-duplicate-symbols-when-searching-all-projects.js b/tests/baselines/reference/tsserver/navTo/should-de-duplicate-symbols-when-searching-all-projects.js index 7b4462f50d69d..c2ae53c5c37a3 100644 --- a/tests/baselines/reference/tsserver/navTo/should-de-duplicate-symbols-when-searching-all-projects.js +++ b/tests/baselines/reference/tsserver/navTo/should-de-duplicate-symbols-when-searching-all-projects.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:17.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/tsconfig.json] { @@ -29,7 +29,7 @@ export const ghijkl = a.abcdef; {"references":[{"path":"./a"},{"path":"./b"}],"files":[]} -Info 1 [00:00:18.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -38,11 +38,11 @@ Info 1 [00:00:18.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:19.000] Search path: /a -Info 3 [00:00:20.000] For info: /a/index.ts :: Config file name: /a/tsconfig.json -Info 4 [00:00:21.000] Creating configuration project /a/tsconfig.json -Info 5 [00:00:22.000] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 6 [00:00:23.000] Config: /a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/index.ts :: Config file name: /a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/tsconfig.json : { "rootNames": [ "/a/index.ts" ], @@ -51,40 +51,38 @@ Info 6 [00:00:23.000] Config: /a/tsconfig.json : { "configFilePath": "/a/tsconfig.json" } } -Info 7 [00:00:24.000] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:25.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:26.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 10 [00:00:27.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 11 [00:00:28.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 12 [00:00:29.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 13 [00:00:30.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 14 [00:00:31.000] Project '/a/tsconfig.json' (Configured) -Info 15 [00:00:32.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/index.ts SVC-1-0 "export const abcdef = 1;" index.ts Matched by default include pattern '**/*' -Info 16 [00:00:33.000] ----------------------------------------------- -Info 17 [00:00:34.000] Search path: /a -Info 18 [00:00:35.000] For info: /a/tsconfig.json :: Config file name: /tsconfig.json -Info 19 [00:00:36.000] Creating configuration project /tsconfig.json -Info 20 [00:00:37.000] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file -Info 21 [00:00:38.000] Search path: / -Info 22 [00:00:39.000] For info: /tsconfig.json :: No config files found. -Info 23 [00:00:40.000] Project '/a/tsconfig.json' (Configured) -Info 23 [00:00:41.000] Files (1) - -Info 23 [00:00:42.000] ----------------------------------------------- -Info 23 [00:00:43.000] Project '/tsconfig.json' (Configured) -Info 23 [00:00:44.000] Files (0) InitialLoadPending - -Info 23 [00:00:45.000] ----------------------------------------------- -Info 23 [00:00:46.000] Open files: -Info 23 [00:00:47.000] FileName: /a/index.ts ProjectRootPath: undefined -Info 23 [00:00:48.000] Projects: /a/tsconfig.json -Info 23 [00:00:49.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/tsconfig.json :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Search path: / +Info seq [hh:mm:ss:mss] For info: /tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) InitialLoadPending + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -93,8 +91,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/tsconfig.json: *new* @@ -108,7 +104,7 @@ FsWatchesRecursive:: Before request -Info 24 [00:00:50.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "navto", "arguments": { @@ -117,8 +113,8 @@ Info 24 [00:00:50.000] request: "seq": 2, "type": "request" } -Info 25 [00:00:51.000] Loading configured project /tsconfig.json -Info 26 [00:00:52.000] Config: /tsconfig.json : { +Info seq [hh:mm:ss:mss] Loading configured project /tsconfig.json +Info seq [hh:mm:ss:mss] Config: /tsconfig.json : { "rootNames": [], "options": { "configFilePath": "/tsconfig.json" @@ -134,8 +130,8 @@ Info 26 [00:00:52.000] Config: /tsconfig.json : { } ] } -Info 27 [00:00:53.000] Starting updateGraphWorker: Project: /tsconfig.json -Info 28 [00:00:54.000] Config: /b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /tsconfig.json +Info seq [hh:mm:ss:mss] Config: /b/tsconfig.json : { "rootNames": [ "/b/index.ts" ], @@ -150,23 +146,21 @@ Info 28 [00:00:54.000] Config: /b/tsconfig.json : { } ] } -Info 29 [00:00:55.000] FileWatcher:: Added:: WatchInfo: /b/tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file -Info 30 [00:00:56.000] DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 31 [00:00:57.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 32 [00:00:58.000] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 33 [00:00:59.000] Project '/tsconfig.json' (Configured) -Info 34 [00:01:00.000] Files (0) - -Info 35 [00:01:01.000] ----------------------------------------------- -Info 36 [00:01:02.000] Creating configuration project /b/tsconfig.json -Info 37 [00:01:03.000] FileWatcher:: Added:: WatchInfo: /b/index.ts 500 undefined WatchType: Closed Script info -Info 38 [00:01:04.000] Starting updateGraphWorker: Project: /b/tsconfig.json -Info 39 [00:01:05.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/tsconfig.json WatchType: Missing file -Info 40 [00:01:06.000] DirectoryWatcher:: Added:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/tsconfig.json WatchType: Type roots -Info 41 [00:01:07.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/tsconfig.json WatchType: Type roots -Info 42 [00:01:08.000] Finishing updateGraphWorker: Project: /b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 43 [00:01:09.000] Project '/b/tsconfig.json' (Configured) -Info 44 [00:01:10.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b/tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Creating configuration project /b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b/index.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/index.ts SVC-1-0 "export const abcdef = 1;" /b/index.ts Text-1 "import a = require(\"../a\");\nexport const ghijkl = a.abcdef;" @@ -176,8 +170,8 @@ Info 44 [00:01:10.000] Files (2) index.ts Matched by default include pattern '**/*' -Info 45 [00:01:11.000] ----------------------------------------------- -Info 46 [00:01:12.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -204,10 +198,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/a/node_modules/@types: - {"pollingInterval":500} -/b/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/tsconfig.json: diff --git a/tests/baselines/reference/tsserver/navTo/should-de-duplicate-symbols.js b/tests/baselines/reference/tsserver/navTo/should-de-duplicate-symbols.js index e9866f35eb7fa..10eca2753e5f2 100644 --- a/tests/baselines/reference/tsserver/navTo/should-de-duplicate-symbols.js +++ b/tests/baselines/reference/tsserver/navTo/should-de-duplicate-symbols.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:15.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/tsconfig.json] { @@ -26,7 +26,7 @@ import a = require("../a"); export const ghijkl = a.abcdef; -Info 1 [00:00:16.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -35,11 +35,11 @@ Info 1 [00:00:16.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:17.000] Search path: /a -Info 3 [00:00:18.000] For info: /a/index.ts :: Config file name: /a/tsconfig.json -Info 4 [00:00:19.000] Creating configuration project /a/tsconfig.json -Info 5 [00:00:20.000] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 6 [00:00:21.000] Config: /a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/index.ts :: Config file name: /a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/tsconfig.json : { "rootNames": [ "/a/index.ts" ], @@ -48,32 +48,30 @@ Info 6 [00:00:21.000] Config: /a/tsconfig.json : { "configFilePath": "/a/tsconfig.json" } } -Info 7 [00:00:22.000] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:23.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:24.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 10 [00:00:25.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 11 [00:00:26.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 12 [00:00:27.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 13 [00:00:28.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 14 [00:00:29.000] Project '/a/tsconfig.json' (Configured) -Info 15 [00:00:30.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/index.ts SVC-1-0 "export const abcdef = 1;" index.ts Matched by default include pattern '**/*' -Info 16 [00:00:31.000] ----------------------------------------------- -Info 17 [00:00:32.000] Search path: /a -Info 18 [00:00:33.000] For info: /a/tsconfig.json :: No config files found. -Info 19 [00:00:34.000] Project '/a/tsconfig.json' (Configured) -Info 19 [00:00:35.000] Files (1) - -Info 19 [00:00:36.000] ----------------------------------------------- -Info 19 [00:00:37.000] Open files: -Info 19 [00:00:38.000] FileName: /a/index.ts ProjectRootPath: undefined -Info 19 [00:00:39.000] Projects: /a/tsconfig.json -Info 19 [00:00:40.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /a +Info seq [hh:mm:ss:mss] For info: /a/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -82,8 +80,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/tsconfig.json: *new* @@ -95,7 +91,7 @@ FsWatchesRecursive:: Before request -Info 20 [00:00:41.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -104,11 +100,11 @@ Info 20 [00:00:41.000] request: "seq": 2, "type": "request" } -Info 21 [00:00:42.000] Search path: /b -Info 22 [00:00:43.000] For info: /b/index.ts :: Config file name: /b/tsconfig.json -Info 23 [00:00:44.000] Creating configuration project /b/tsconfig.json -Info 24 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /b/tsconfig.json 2000 undefined Project: /b/tsconfig.json WatchType: Config file -Info 25 [00:00:46.000] Config: /b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /b +Info seq [hh:mm:ss:mss] For info: /b/index.ts :: Config file name: /b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b/tsconfig.json 2000 undefined Project: /b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /b/tsconfig.json : { "rootNames": [ "/b/index.ts" ], @@ -123,15 +119,13 @@ Info 25 [00:00:46.000] Config: /b/tsconfig.json : { } ] } -Info 26 [00:00:47.000] DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 27 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory -Info 28 [00:00:49.000] Starting updateGraphWorker: Project: /b/tsconfig.json -Info 29 [00:00:50.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/tsconfig.json WatchType: Missing file -Info 30 [00:00:51.000] DirectoryWatcher:: Added:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/tsconfig.json WatchType: Type roots -Info 31 [00:00:52.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b/node_modules/@types 1 undefined Project: /b/tsconfig.json WatchType: Type roots -Info 32 [00:00:53.000] Finishing updateGraphWorker: Project: /b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 33 [00:00:54.000] Project '/b/tsconfig.json' (Configured) -Info 34 [00:00:55.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /b 1 undefined Config: /b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/index.ts SVC-1-0 "export const abcdef = 1;" /b/index.ts SVC-1-0 "import a = require(\"../a\");\nexport const ghijkl = a.abcdef;" @@ -141,23 +135,23 @@ Info 34 [00:00:55.000] Files (2) index.ts Matched by default include pattern '**/*' -Info 35 [00:00:56.000] ----------------------------------------------- -Info 36 [00:00:57.000] Search path: /b -Info 37 [00:00:58.000] For info: /b/tsconfig.json :: No config files found. -Info 38 [00:00:59.000] Project '/a/tsconfig.json' (Configured) -Info 38 [00:01:00.000] Files (1) - -Info 38 [00:01:01.000] ----------------------------------------------- -Info 38 [00:01:02.000] Project '/b/tsconfig.json' (Configured) -Info 38 [00:01:03.000] Files (2) - -Info 38 [00:01:04.000] ----------------------------------------------- -Info 38 [00:01:05.000] Open files: -Info 38 [00:01:06.000] FileName: /a/index.ts ProjectRootPath: undefined -Info 38 [00:01:07.000] Projects: /a/tsconfig.json,/b/tsconfig.json -Info 38 [00:01:08.000] FileName: /b/index.ts ProjectRootPath: undefined -Info 38 [00:01:09.000] Projects: /b/tsconfig.json -Info 38 [00:01:10.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /b +Info seq [hh:mm:ss:mss] For info: /b/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json,/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /b/index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -166,10 +160,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/a/node_modules/@types: - {"pollingInterval":500} -/b/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/tsconfig.json: @@ -185,7 +175,7 @@ FsWatchesRecursive:: Before request -Info 39 [00:01:11.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "navto", "arguments": { @@ -195,7 +185,7 @@ Info 39 [00:01:11.000] request: "seq": 3, "type": "request" } -Info 40 [00:01:12.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [ { diff --git a/tests/baselines/reference/tsserver/navTo/should-not-include-type-symbols.js b/tests/baselines/reference/tsserver/navTo/should-not-include-type-symbols.js index 44bc3959b3aa4..4f158f1a67541 100644 --- a/tests/baselines/reference/tsserver/navTo/should-not-include-type-symbols.js +++ b/tests/baselines/reference/tsserver/navTo/should-not-include-type-symbols.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:15.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/b/file1.js] function foo() {} @@ -21,7 +21,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:16.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -30,11 +30,11 @@ Info 1 [00:00:16.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:17.000] Search path: /a/b -Info 3 [00:00:18.000] For info: /a/b/file1.js :: Config file name: /a/b/jsconfig.json -Info 4 [00:00:19.000] Creating configuration project /a/b/jsconfig.json -Info 5 [00:00:20.000] FileWatcher:: Added:: WatchInfo: /a/b/jsconfig.json 2000 undefined Project: /a/b/jsconfig.json WatchType: Config file -Info 6 [00:00:21.000] Config: /a/b/jsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/file1.js :: Config file name: /a/b/jsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/b/jsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/jsconfig.json 2000 undefined Project: /a/b/jsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/b/jsconfig.json : { "rootNames": [ "/a/b/file1.js" ], @@ -47,15 +47,13 @@ Info 6 [00:00:21.000] Config: /a/b/jsconfig.json : { "configFilePath": "/a/b/jsconfig.json" } } -Info 7 [00:00:22.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/jsconfig.json WatchType: Wild card directory -Info 8 [00:00:23.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/jsconfig.json WatchType: Wild card directory -Info 9 [00:00:24.000] Starting updateGraphWorker: Project: /a/b/jsconfig.json -Info 10 [00:00:25.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:26.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/jsconfig.json WatchType: Type roots -Info 12 [00:00:27.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/jsconfig.json WatchType: Type roots -Info 13 [00:00:28.000] Finishing updateGraphWorker: Project: /a/b/jsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 14 [00:00:29.000] Project '/a/b/jsconfig.json' (Configured) -Info 15 [00:00:30.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/jsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/jsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/jsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/jsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/jsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/file1.js SVC-1-0 "function foo() {}" @@ -65,13 +63,9 @@ Info 15 [00:00:30.000] Files (2) file1.js Matched by default include pattern '**/*' -Info 16 [00:00:31.000] ----------------------------------------------- +Info seq [hh:mm:ss:mss] ----------------------------------------------- TI:: Creating typing installer -PolledWatches:: -/a/b/node_modules/@types: *new* - {"pollingInterval":500} - FsWatches:: /a/b/jsconfig.json: *new* {} @@ -82,15 +76,15 @@ FsWatchesRecursive:: /a/b: *new* {} -TI:: [00:00:32.000] Global cache location '/a/data/', safe file path '/safeList.json', types map path /typesMap.json -TI:: [00:00:33.000] Processing cache location '/a/data/' -TI:: [00:00:34.000] Trying to find '/a/data/package.json'... -TI:: [00:00:35.000] Finished processing cache location '/a/data/' -TI:: [00:00:36.000] Npm config file: /a/data/package.json -TI:: [00:00:37.000] Npm config file: '/a/data/package.json' is missing, creating new one... -TI:: [00:00:42.000] Updating types-registry npm package... -TI:: [00:00:43.000] npm install --ignore-scripts types-registry@latest -TI:: [00:00:50.000] TI:: Updated types-registry npm package +TI:: [hh:mm:ss:mss] Global cache location '/a/data/', safe file path '/safeList.json', types map path /typesMap.json +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Trying to find '/a/data/package.json'... +TI:: [hh:mm:ss:mss] Finished processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Npm config file: /a/data/package.json +TI:: [hh:mm:ss:mss] Npm config file: '/a/data/package.json' is missing, creating new one... +TI:: [hh:mm:ss:mss] Updating types-registry npm package... +TI:: [hh:mm:ss:mss] npm install --ignore-scripts types-registry@latest +TI:: [hh:mm:ss:mss] TI:: Updated types-registry npm package TI:: typing installer creation complete //// [/a/data/package.json] { "private": true } @@ -101,40 +95,38 @@ TI:: typing installer creation complete } -TI:: [00:00:51.000] Got install request {"projectName":"/a/b/jsconfig.json","fileNames":["/a/lib/lib.d.ts","/a/b/file1.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"configFilePath":"/a/b/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/a/b","cachePath":"/a/data/","kind":"discover"} -TI:: [00:00:52.000] Request specifies cache path '/a/data/', loading cached information... -TI:: [00:00:53.000] Processing cache location '/a/data/' -TI:: [00:00:54.000] Cache location was already processed... -TI:: [00:00:55.000] Failed to load safelist from types map file '/typesMap.json' -TI:: [00:00:56.000] Explicitly included types: [] -TI:: [00:00:57.000] Inferred typings from unresolved imports: [] -TI:: [00:00:58.000] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/b/bower_components","/a/b/node_modules"]} -TI:: [00:00:59.000] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/b/bower_components","/a/b/node_modules"]} -TI:: [00:01:00.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/bower_components -TI:: [00:01:01.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/bower_components 1 undefined Project: /a/b/jsconfig.json watcher already invoked: false -TI:: [00:01:02.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/bower_components 1 undefined Project: /a/b/jsconfig.json watcher already invoked: false -TI:: [00:01:03.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules -TI:: [00:01:04.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules 1 undefined Project: /a/b/jsconfig.json watcher already invoked: false -TI:: [00:01:05.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules 1 undefined Project: /a/b/jsconfig.json watcher already invoked: false -TI:: [00:01:06.000] Sending response: +TI:: [hh:mm:ss:mss] Got install request {"projectName":"/a/b/jsconfig.json","fileNames":["/a/lib/lib.d.ts","/a/b/file1.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"configFilePath":"/a/b/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/a/b","cachePath":"/a/data/","kind":"discover"} +TI:: [hh:mm:ss:mss] Request specifies cache path '/a/data/', loading cached information... +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Cache location was already processed... +TI:: [hh:mm:ss:mss] Failed to load safelist from types map file '/typesMap.json' +TI:: [hh:mm:ss:mss] Explicitly included types: [] +TI:: [hh:mm:ss:mss] Inferred typings from unresolved imports: [] +TI:: [hh:mm:ss:mss] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/b/bower_components","/a/b/node_modules"]} +TI:: [hh:mm:ss:mss] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/b/bower_components","/a/b/node_modules"]} +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/bower_components +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/bower_components 1 undefined Project: /a/b/jsconfig.json watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/bower_components 1 undefined Project: /a/b/jsconfig.json watcher already invoked: false +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules 1 undefined Project: /a/b/jsconfig.json watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules 1 undefined Project: /a/b/jsconfig.json watcher already invoked: false +TI:: [hh:mm:ss:mss] Sending response: {"projectName":"/a/b/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"configFilePath":"/a/b/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":[],"kind":"action::set"} -TI:: [00:01:07.000] No new typings were requested as a result of typings discovery -Info 17 [00:01:08.000] Project '/a/b/jsconfig.json' (Configured) -Info 17 [00:01:09.000] Files (2) - -Info 17 [00:01:10.000] ----------------------------------------------- -Info 17 [00:01:11.000] Open files: -Info 17 [00:01:12.000] FileName: /a/b/file1.js ProjectRootPath: undefined -Info 17 [00:01:13.000] Projects: /a/b/jsconfig.json -Info 17 [00:01:14.000] response: +TI:: [hh:mm:ss:mss] No new typings were requested as a result of typings discovery +Info seq [hh:mm:ss:mss] Project '/a/b/jsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/file1.js ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/jsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request PolledWatches:: -/a/b/node_modules/@types: - {"pollingInterval":500} /a/b/bower_components: *new* {"pollingInterval":500} /a/b/node_modules: *new* @@ -152,7 +144,7 @@ FsWatchesRecursive:: Before request -Info 18 [00:01:15.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "navto", "arguments": { @@ -163,7 +155,7 @@ Info 18 [00:01:15.000] request: "seq": 2, "type": "request" } -Info 19 [00:01:16.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [], "responseRequired": true @@ -172,7 +164,7 @@ After request Before request -Info 20 [00:01:17.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "navto", "arguments": { @@ -183,7 +175,7 @@ Info 20 [00:01:17.000] request: "seq": 3, "type": "request" } -Info 21 [00:01:18.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [ { diff --git a/tests/baselines/reference/tsserver/navTo/should-work-with-Deprecated.js b/tests/baselines/reference/tsserver/navTo/should-work-with-Deprecated.js index 516d6d9d85401..44e24c4e6c6ca 100644 --- a/tests/baselines/reference/tsserver/navTo/should-work-with-Deprecated.js +++ b/tests/baselines/reference/tsserver/navTo/should-work-with-Deprecated.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:15.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/b/file1.js] /** @deprecated */ @@ -22,7 +22,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:16.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -31,11 +31,11 @@ Info 1 [00:00:16.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:17.000] Search path: /a/b -Info 3 [00:00:18.000] For info: /a/b/file1.js :: Config file name: /a/b/jsconfig.json -Info 4 [00:00:19.000] Creating configuration project /a/b/jsconfig.json -Info 5 [00:00:20.000] FileWatcher:: Added:: WatchInfo: /a/b/jsconfig.json 2000 undefined Project: /a/b/jsconfig.json WatchType: Config file -Info 6 [00:00:21.000] Config: /a/b/jsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/file1.js :: Config file name: /a/b/jsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/b/jsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/jsconfig.json 2000 undefined Project: /a/b/jsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/b/jsconfig.json : { "rootNames": [ "/a/b/file1.js" ], @@ -48,15 +48,13 @@ Info 6 [00:00:21.000] Config: /a/b/jsconfig.json : { "configFilePath": "/a/b/jsconfig.json" } } -Info 7 [00:00:22.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/jsconfig.json WatchType: Wild card directory -Info 8 [00:00:23.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/jsconfig.json WatchType: Wild card directory -Info 9 [00:00:24.000] Starting updateGraphWorker: Project: /a/b/jsconfig.json -Info 10 [00:00:25.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:26.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/jsconfig.json WatchType: Type roots -Info 12 [00:00:27.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/jsconfig.json WatchType: Type roots -Info 13 [00:00:28.000] Finishing updateGraphWorker: Project: /a/b/jsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 14 [00:00:29.000] Project '/a/b/jsconfig.json' (Configured) -Info 15 [00:00:30.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/jsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/jsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/jsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/jsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/jsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/file1.js SVC-1-0 "/** @deprecated */\nfunction foo () {}" @@ -66,13 +64,9 @@ Info 15 [00:00:30.000] Files (2) file1.js Matched by default include pattern '**/*' -Info 16 [00:00:31.000] ----------------------------------------------- +Info seq [hh:mm:ss:mss] ----------------------------------------------- TI:: Creating typing installer -PolledWatches:: -/a/b/node_modules/@types: *new* - {"pollingInterval":500} - FsWatches:: /a/b/jsconfig.json: *new* {} @@ -83,15 +77,15 @@ FsWatchesRecursive:: /a/b: *new* {} -TI:: [00:00:32.000] Global cache location '/a/data/', safe file path '/safeList.json', types map path /typesMap.json -TI:: [00:00:33.000] Processing cache location '/a/data/' -TI:: [00:00:34.000] Trying to find '/a/data/package.json'... -TI:: [00:00:35.000] Finished processing cache location '/a/data/' -TI:: [00:00:36.000] Npm config file: /a/data/package.json -TI:: [00:00:37.000] Npm config file: '/a/data/package.json' is missing, creating new one... -TI:: [00:00:42.000] Updating types-registry npm package... -TI:: [00:00:43.000] npm install --ignore-scripts types-registry@latest -TI:: [00:00:50.000] TI:: Updated types-registry npm package +TI:: [hh:mm:ss:mss] Global cache location '/a/data/', safe file path '/safeList.json', types map path /typesMap.json +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Trying to find '/a/data/package.json'... +TI:: [hh:mm:ss:mss] Finished processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Npm config file: /a/data/package.json +TI:: [hh:mm:ss:mss] Npm config file: '/a/data/package.json' is missing, creating new one... +TI:: [hh:mm:ss:mss] Updating types-registry npm package... +TI:: [hh:mm:ss:mss] npm install --ignore-scripts types-registry@latest +TI:: [hh:mm:ss:mss] TI:: Updated types-registry npm package TI:: typing installer creation complete //// [/a/data/package.json] { "private": true } @@ -102,40 +96,38 @@ TI:: typing installer creation complete } -TI:: [00:00:51.000] Got install request {"projectName":"/a/b/jsconfig.json","fileNames":["/a/lib/lib.d.ts","/a/b/file1.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"configFilePath":"/a/b/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/a/b","cachePath":"/a/data/","kind":"discover"} -TI:: [00:00:52.000] Request specifies cache path '/a/data/', loading cached information... -TI:: [00:00:53.000] Processing cache location '/a/data/' -TI:: [00:00:54.000] Cache location was already processed... -TI:: [00:00:55.000] Failed to load safelist from types map file '/typesMap.json' -TI:: [00:00:56.000] Explicitly included types: [] -TI:: [00:00:57.000] Inferred typings from unresolved imports: [] -TI:: [00:00:58.000] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/b/bower_components","/a/b/node_modules"]} -TI:: [00:00:59.000] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/b/bower_components","/a/b/node_modules"]} -TI:: [00:01:00.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/bower_components -TI:: [00:01:01.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/bower_components 1 undefined Project: /a/b/jsconfig.json watcher already invoked: false -TI:: [00:01:02.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/bower_components 1 undefined Project: /a/b/jsconfig.json watcher already invoked: false -TI:: [00:01:03.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules -TI:: [00:01:04.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules 1 undefined Project: /a/b/jsconfig.json watcher already invoked: false -TI:: [00:01:05.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules 1 undefined Project: /a/b/jsconfig.json watcher already invoked: false -TI:: [00:01:06.000] Sending response: +TI:: [hh:mm:ss:mss] Got install request {"projectName":"/a/b/jsconfig.json","fileNames":["/a/lib/lib.d.ts","/a/b/file1.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"configFilePath":"/a/b/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/a/b","cachePath":"/a/data/","kind":"discover"} +TI:: [hh:mm:ss:mss] Request specifies cache path '/a/data/', loading cached information... +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Cache location was already processed... +TI:: [hh:mm:ss:mss] Failed to load safelist from types map file '/typesMap.json' +TI:: [hh:mm:ss:mss] Explicitly included types: [] +TI:: [hh:mm:ss:mss] Inferred typings from unresolved imports: [] +TI:: [hh:mm:ss:mss] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/b/bower_components","/a/b/node_modules"]} +TI:: [hh:mm:ss:mss] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/b/bower_components","/a/b/node_modules"]} +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/bower_components +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/bower_components 1 undefined Project: /a/b/jsconfig.json watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/bower_components 1 undefined Project: /a/b/jsconfig.json watcher already invoked: false +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules 1 undefined Project: /a/b/jsconfig.json watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules 1 undefined Project: /a/b/jsconfig.json watcher already invoked: false +TI:: [hh:mm:ss:mss] Sending response: {"projectName":"/a/b/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"configFilePath":"/a/b/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":[],"kind":"action::set"} -TI:: [00:01:07.000] No new typings were requested as a result of typings discovery -Info 17 [00:01:08.000] Project '/a/b/jsconfig.json' (Configured) -Info 17 [00:01:09.000] Files (2) - -Info 17 [00:01:10.000] ----------------------------------------------- -Info 17 [00:01:11.000] Open files: -Info 17 [00:01:12.000] FileName: /a/b/file1.js ProjectRootPath: undefined -Info 17 [00:01:13.000] Projects: /a/b/jsconfig.json -Info 17 [00:01:14.000] response: +TI:: [hh:mm:ss:mss] No new typings were requested as a result of typings discovery +Info seq [hh:mm:ss:mss] Project '/a/b/jsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/file1.js ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/jsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request PolledWatches:: -/a/b/node_modules/@types: - {"pollingInterval":500} /a/b/bower_components: *new* {"pollingInterval":500} /a/b/node_modules: *new* @@ -153,7 +145,7 @@ FsWatchesRecursive:: Before request -Info 18 [00:01:15.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "navto", "arguments": { @@ -164,7 +156,7 @@ Info 18 [00:01:15.000] request: "seq": 2, "type": "request" } -Info 19 [00:01:16.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [ { diff --git a/tests/baselines/reference/tsserver/occurences/should-be-marked-if-only-on-string-values.js b/tests/baselines/reference/tsserver/occurences/should-be-marked-if-only-on-string-values.js index 4167d096d6653..85412d10b0ace 100644 --- a/tests/baselines/reference/tsserver/occurences/should-be-marked-if-only-on-string-values.js +++ b/tests/baselines/reference/tsserver/occurences/should-be-marked-if-only-on-string-values.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:09.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/b/file1.ts] let t1 = "div"; @@ -8,7 +8,7 @@ let t3 = { "div": 123 }; let t4 = t3["div"]; -Info 1 [00:00:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -17,30 +17,28 @@ Info 1 [00:00:10.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:11.000] Search path: /a/b -Info 3 [00:00:12.000] For info: /a/b/file1.ts :: No config files found. -Info 4 [00:00:13.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 5 [00:00:14.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 6 [00:00:15.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 7 [00:00:16.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 8 [00:00:17.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 9 [00:00:18.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 10 [00:00:19.000] Files (1) +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/file1.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /a/b/file1.ts SVC-1-0 "let t1 = \"div\";\nlet t2 = \"div\";\nlet t3 = { \"div\": 123 };\nlet t4 = t3[\"div\"];" file1.ts Root file specified for compilation -Info 11 [00:00:20.000] ----------------------------------------------- -Info 12 [00:00:21.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 12 [00:00:22.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 12 [00:00:23.000] ----------------------------------------------- -Info 12 [00:00:24.000] Open files: -Info 12 [00:00:25.000] FileName: /a/b/file1.ts ProjectRootPath: undefined -Info 12 [00:00:26.000] Projects: /dev/null/inferredProject1* -Info 12 [00:00:27.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -49,12 +47,10 @@ After request PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/b/node_modules/@types: *new* - {"pollingInterval":500} Before request -Info 13 [00:00:28.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "documentHighlights", "arguments": { @@ -68,7 +64,7 @@ Info 13 [00:00:28.000] request: "seq": 2, "type": "request" } -Info 14 [00:00:29.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -135,7 +131,7 @@ After request Before request -Info 15 [00:00:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "documentHighlights", "arguments": { @@ -149,7 +145,7 @@ Info 15 [00:00:30.000] request: "seq": 3, "type": "request" } -Info 16 [00:00:31.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -194,7 +190,7 @@ After request Before request -Info 17 [00:00:32.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "documentHighlights", "arguments": { @@ -208,7 +204,7 @@ Info 17 [00:00:32.000] request: "seq": 4, "type": "request" } -Info 18 [00:00:33.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [ { diff --git a/tests/baselines/reference/tsserver/openfile/can-open-same-file-again.js b/tests/baselines/reference/tsserver/openfile/can-open-same-file-again.js index b51b13677e495..8f75d18e44ee9 100644 --- a/tests/baselines/reference/tsserver/openfile/can-open-same-file-again.js +++ b/tests/baselines/reference/tsserver/openfile/can-open-same-file-again.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:23.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/user/someuser/projects/myproject/src/a.ts] export const x = 0; @@ -21,11 +21,11 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:24.000] Search path: /user/someuser/projects/myproject/src -Info 2 [00:00:25.000] For info: /user/someuser/projects/myproject/src/a.ts :: Config file name: /user/someuser/projects/myproject/tsconfig.json -Info 3 [00:00:26.000] Creating configuration project /user/someuser/projects/myproject/tsconfig.json -Info 4 [00:00:27.000] FileWatcher:: Added:: WatchInfo: /user/someuser/projects/myproject/tsconfig.json 2000 undefined Project: /user/someuser/projects/myproject/tsconfig.json WatchType: Config file -Info 5 [00:00:28.000] Config: /user/someuser/projects/myproject/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/someuser/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/someuser/projects/myproject/src/a.ts :: Config file name: /user/someuser/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/someuser/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/someuser/projects/myproject/tsconfig.json 2000 undefined Project: /user/someuser/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/someuser/projects/myproject/tsconfig.json : { "rootNames": [ "/user/someuser/projects/myproject/src/a.ts" ], @@ -33,15 +33,17 @@ Info 5 [00:00:28.000] Config: /user/someuser/projects/myproject/tsconfig.json "configFilePath": "/user/someuser/projects/myproject/tsconfig.json" } } -Info 6 [00:00:29.000] DirectoryWatcher:: Added:: WatchInfo: /user/someuser/projects/myproject 1 undefined Config: /user/someuser/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 7 [00:00:30.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/someuser/projects/myproject 1 undefined Config: /user/someuser/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:31.000] Starting updateGraphWorker: Project: /user/someuser/projects/myproject/tsconfig.json -Info 9 [00:00:32.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:33.000] DirectoryWatcher:: Added:: WatchInfo: /user/someuser/projects/myproject/node_modules/@types 1 undefined Project: /user/someuser/projects/myproject/tsconfig.json WatchType: Type roots -Info 11 [00:00:34.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/someuser/projects/myproject/node_modules/@types 1 undefined Project: /user/someuser/projects/myproject/tsconfig.json WatchType: Type roots -Info 12 [00:00:35.000] Finishing updateGraphWorker: Project: /user/someuser/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 13 [00:00:36.000] Project '/user/someuser/projects/myproject/tsconfig.json' (Configured) -Info 14 [00:00:37.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/someuser/projects/myproject 1 undefined Config: /user/someuser/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/someuser/projects/myproject 1 undefined Config: /user/someuser/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/someuser/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/someuser/projects/myproject/node_modules/@types 1 undefined Project: /user/someuser/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/someuser/projects/myproject/node_modules/@types 1 undefined Project: /user/someuser/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/someuser/projects/node_modules/@types 1 undefined Project: /user/someuser/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/someuser/projects/node_modules/@types 1 undefined Project: /user/someuser/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/someuser/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/someuser/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/someuser/projects/myproject/src/a.ts SVC-1-0 "export const x = 0;" @@ -51,28 +53,28 @@ Info 14 [00:00:37.000] Files (2) src/a.ts Matched by default include pattern '**/*' -Info 15 [00:00:38.000] ----------------------------------------------- -Info 16 [00:00:39.000] Project '/user/someuser/projects/myproject/tsconfig.json' (Configured) -Info 16 [00:00:40.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/someuser/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 16 [00:00:41.000] ----------------------------------------------- -Info 16 [00:00:42.000] Open files: -Info 16 [00:00:43.000] FileName: /user/someuser/projects/myproject/src/a.ts ProjectRootPath: /user/someuser/projects/myproject -Info 16 [00:00:44.000] Projects: /user/someuser/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/someuser/projects/myproject/src/a.ts ProjectRootPath: /user/someuser/projects/myproject +Info seq [hh:mm:ss:mss] Projects: /user/someuser/projects/myproject/tsconfig.json aFileContent: export const x = 0; -Info 16 [00:00:45.000] Starting updateGraphWorker: Project: /user/someuser/projects/myproject/tsconfig.json -Info 17 [00:00:46.000] Finishing updateGraphWorker: Project: /user/someuser/projects/myproject/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 18 [00:00:47.000] Project '/user/someuser/projects/myproject/tsconfig.json' (Configured) -Info 19 [00:00:48.000] Files (2) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/someuser/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/someuser/projects/myproject/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/someuser/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/someuser/projects/myproject/src/a.ts SVC-2-0 "export const x = 0;export const y = 10;" -Info 20 [00:00:49.000] ----------------------------------------------- -Info 21 [00:00:50.000] Project '/user/someuser/projects/myproject/tsconfig.json' (Configured) -Info 21 [00:00:51.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/someuser/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 21 [00:00:52.000] ----------------------------------------------- -Info 21 [00:00:53.000] Open files: -Info 21 [00:00:54.000] FileName: /user/someuser/projects/myproject/src/a.ts ProjectRootPath: /user/someuser/projects/myproject -Info 21 [00:00:55.000] Projects: /user/someuser/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/someuser/projects/myproject/src/a.ts ProjectRootPath: /user/someuser/projects/myproject +Info seq [hh:mm:ss:mss] Projects: /user/someuser/projects/myproject/tsconfig.json aFileContent: export const x = 0;export const y = 10; \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/openfile/different-content-refreshes-sourceFile.js b/tests/baselines/reference/tsserver/openfile/different-content-refreshes-sourceFile.js index 06b88ff4fdd68..8364c5f9c454b 100644 --- a/tests/baselines/reference/tsserver/openfile/different-content-refreshes-sourceFile.js +++ b/tests/baselines/reference/tsserver/openfile/different-content-refreshes-sourceFile.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:17.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/project/a.ts] export const a = 10; @@ -24,7 +24,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:18.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -33,11 +33,11 @@ Info 1 [00:00:18.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:19.000] Search path: /project -Info 3 [00:00:20.000] For info: /project/a.ts :: Config file name: /project/tsconfig.json -Info 4 [00:00:21.000] Creating configuration project /project/tsconfig.json -Info 5 [00:00:22.000] FileWatcher:: Added:: WatchInfo: /project/tsconfig.json 2000 undefined Project: /project/tsconfig.json WatchType: Config file -Info 6 [00:00:23.000] Config: /project/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /project +Info seq [hh:mm:ss:mss] For info: /project/a.ts :: Config file name: /project/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /project/tsconfig.json 2000 undefined Project: /project/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /project/tsconfig.json : { "rootNames": [ "/project/a.ts", "/project/b.ts" @@ -46,16 +46,14 @@ Info 6 [00:00:23.000] Config: /project/tsconfig.json : { "configFilePath": "/project/tsconfig.json" } } -Info 7 [00:00:24.000] DirectoryWatcher:: Added:: WatchInfo: /project 1 undefined Config: /project/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:25.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /project 1 undefined Config: /project/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:26.000] FileWatcher:: Added:: WatchInfo: /project/b.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:27.000] Starting updateGraphWorker: Project: /project/tsconfig.json -Info 11 [00:00:28.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 12 [00:00:29.000] DirectoryWatcher:: Added:: WatchInfo: /project/node_modules/@types 1 undefined Project: /project/tsconfig.json WatchType: Type roots -Info 13 [00:00:30.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /project/node_modules/@types 1 undefined Project: /project/tsconfig.json WatchType: Type roots -Info 14 [00:00:31.000] Finishing updateGraphWorker: Project: /project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:32.000] Project '/project/tsconfig.json' (Configured) -Info 16 [00:00:33.000] Files (3) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /project 1 undefined Config: /project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /project 1 undefined Config: /project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /project/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /project/a.ts SVC-1-0 "export const a = 10;" /project/b.ts Text-1 "export const b = 10;" @@ -68,24 +66,20 @@ Info 16 [00:00:33.000] Files (3) b.ts Matched by default include pattern '**/*' -Info 17 [00:00:34.000] ----------------------------------------------- -Info 18 [00:00:35.000] Project '/project/tsconfig.json' (Configured) -Info 18 [00:00:36.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 18 [00:00:37.000] ----------------------------------------------- -Info 18 [00:00:38.000] Open files: -Info 18 [00:00:39.000] FileName: /project/a.ts ProjectRootPath: undefined -Info 18 [00:00:40.000] Projects: /project/tsconfig.json -Info 18 [00:00:41.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /project/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /project/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request -PolledWatches:: -/project/node_modules/@types: *new* - {"pollingInterval":500} - FsWatches:: /project/tsconfig.json: *new* {} @@ -100,7 +94,7 @@ FsWatchesRecursive:: Before request -Info 19 [00:00:42.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -110,37 +104,33 @@ Info 19 [00:00:42.000] request: "seq": 2, "type": "request" } -Info 20 [00:00:43.000] FileWatcher:: Close:: WatchInfo: /project/b.ts 500 undefined WatchType: Closed Script info -Info 21 [00:00:44.000] Search path: /project -Info 22 [00:00:45.000] For info: /project/b.ts :: Config file name: /project/tsconfig.json -Info 23 [00:00:46.000] Starting updateGraphWorker: Project: /project/tsconfig.json -Info 24 [00:00:47.000] Finishing updateGraphWorker: Project: /project/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 25 [00:00:48.000] Project '/project/tsconfig.json' (Configured) -Info 26 [00:00:49.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /project/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /project +Info seq [hh:mm:ss:mss] For info: /project/b.ts :: Config file name: /project/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /project/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /project/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /project/a.ts SVC-1-0 "export const a = 10;" /project/b.ts SVC-2-0 "export const newB = 10;" -Info 27 [00:00:50.000] ----------------------------------------------- -Info 28 [00:00:51.000] Project '/project/tsconfig.json' (Configured) -Info 28 [00:00:52.000] Files (3) - -Info 28 [00:00:53.000] ----------------------------------------------- -Info 28 [00:00:54.000] Open files: -Info 28 [00:00:55.000] FileName: /project/a.ts ProjectRootPath: undefined -Info 28 [00:00:56.000] Projects: /project/tsconfig.json -Info 28 [00:00:57.000] FileName: /project/b.ts ProjectRootPath: undefined -Info 28 [00:00:58.000] Projects: /project/tsconfig.json -Info 28 [00:00:59.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /project/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /project/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /project/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /project/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request -PolledWatches:: -/project/node_modules/@types: - {"pollingInterval":500} - FsWatches:: /project/tsconfig.json: {} @@ -157,7 +147,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:00.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "applyChangedToOpenFiles", "arguments": { @@ -179,25 +169,25 @@ Info 29 [00:01:00.000] request: "seq": 3, "type": "request" } -Info 30 [00:01:01.000] response: +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true } After request -Info 31 [00:01:02.000] Starting updateGraphWorker: Project: /project/tsconfig.json -Info 32 [00:01:03.000] Finishing updateGraphWorker: Project: /project/tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 33 [00:01:04.000] Project '/project/tsconfig.json' (Configured) -Info 34 [00:01:05.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /project/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /project/tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /project/a.ts SVC-1-1 "export const y = 10;export const a = 10;" /project/b.ts SVC-2-0 "export const newB = 10;" -Info 35 [00:01:06.000] ----------------------------------------------- +Info seq [hh:mm:ss:mss] ----------------------------------------------- Before request -Info 36 [00:01:07.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -206,24 +196,20 @@ Info 36 [00:01:07.000] request: "seq": 4, "type": "request" } -Info 37 [00:01:08.000] FileWatcher:: Added:: WatchInfo: /project/b.ts 500 undefined WatchType: Closed Script info -Info 38 [00:01:09.000] Project '/project/tsconfig.json' (Configured) -Info 38 [00:01:10.000] Files (3) - -Info 38 [00:01:11.000] ----------------------------------------------- -Info 38 [00:01:12.000] Open files: -Info 38 [00:01:13.000] FileName: /project/a.ts ProjectRootPath: undefined -Info 38 [00:01:14.000] Projects: /project/tsconfig.json -Info 38 [00:01:15.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /project/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /project/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /project/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request -PolledWatches:: -/project/node_modules/@types: - {"pollingInterval":500} - FsWatches:: /project/tsconfig.json: {} @@ -236,19 +222,19 @@ FsWatchesRecursive:: /project: {} -Info 39 [00:01:16.000] Starting updateGraphWorker: Project: /project/tsconfig.json -Info 40 [00:01:17.000] Finishing updateGraphWorker: Project: /project/tsconfig.json Version: 4 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 41 [00:01:18.000] Project '/project/tsconfig.json' (Configured) -Info 42 [00:01:19.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /project/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /project/tsconfig.json Version: 4 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /project/a.ts SVC-1-1 "export const y = 10;export const a = 10;" /project/b.ts Text-3 "export const b = 10;" -Info 43 [00:01:20.000] ----------------------------------------------- -Info 44 [00:01:23.000] FileWatcher:: Triggered with /project/b.ts 1:: WatchInfo: /project/b.ts 500 undefined WatchType: Closed Script info -Info 45 [00:01:24.000] Scheduled: /project/tsconfig.json -Info 46 [00:01:25.000] Scheduled: *ensureProjectForOpenFiles* -Info 47 [00:01:26.000] Elapsed:: *ms FileWatcher:: Triggered with /project/b.ts 1:: WatchInfo: /project/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /project/b.ts 1:: WatchInfo: /project/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /project/b.ts 1:: WatchInfo: /project/b.ts 500 undefined WatchType: Closed Script info Before running Timeout callback:: count: 2 1: /project/tsconfig.json 2: *ensureProjectForOpenFiles* @@ -256,31 +242,31 @@ Before running Timeout callback:: count: 2 export const b = 10;export const x = 10; -Info 48 [00:01:27.000] Running: /project/tsconfig.json -Info 49 [00:01:28.000] Starting updateGraphWorker: Project: /project/tsconfig.json -Info 50 [00:01:29.000] Finishing updateGraphWorker: Project: /project/tsconfig.json Version: 5 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 51 [00:01:30.000] Project '/project/tsconfig.json' (Configured) -Info 52 [00:01:31.000] Files (3) +Info seq [hh:mm:ss:mss] Running: /project/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /project/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /project/tsconfig.json Version: 5 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /project/a.ts SVC-1-1 "export const y = 10;export const a = 10;" /project/b.ts Text-4 "export const b = 10;export const x = 10;" -Info 53 [00:01:32.000] ----------------------------------------------- -Info 54 [00:01:33.000] Running: *ensureProjectForOpenFiles* -Info 55 [00:01:34.000] Before ensureProjectForOpenFiles: -Info 56 [00:01:35.000] Project '/project/tsconfig.json' (Configured) -Info 56 [00:01:36.000] Files (3) - -Info 56 [00:01:37.000] ----------------------------------------------- -Info 56 [00:01:38.000] Open files: -Info 56 [00:01:39.000] FileName: /project/a.ts ProjectRootPath: undefined -Info 56 [00:01:40.000] Projects: /project/tsconfig.json -Info 56 [00:01:41.000] After ensureProjectForOpenFiles: -Info 57 [00:01:42.000] Project '/project/tsconfig.json' (Configured) -Info 57 [00:01:43.000] Files (3) - -Info 57 [00:01:44.000] ----------------------------------------------- -Info 57 [00:01:45.000] Open files: -Info 57 [00:01:46.000] FileName: /project/a.ts ProjectRootPath: undefined -Info 57 [00:01:47.000] Projects: /project/tsconfig.json +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /project/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /project/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /project/tsconfig.json After running Timeout callback:: count: 0 diff --git a/tests/baselines/reference/tsserver/openfile/does-not-refresh-sourceFile.js b/tests/baselines/reference/tsserver/openfile/does-not-refresh-sourceFile.js index 981b75b08ec7e..2281b8d917ccf 100644 --- a/tests/baselines/reference/tsserver/openfile/does-not-refresh-sourceFile.js +++ b/tests/baselines/reference/tsserver/openfile/does-not-refresh-sourceFile.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:17.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/project/a.ts] export const a = 10; @@ -24,7 +24,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:18.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -33,11 +33,11 @@ Info 1 [00:00:18.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:19.000] Search path: /project -Info 3 [00:00:20.000] For info: /project/a.ts :: Config file name: /project/tsconfig.json -Info 4 [00:00:21.000] Creating configuration project /project/tsconfig.json -Info 5 [00:00:22.000] FileWatcher:: Added:: WatchInfo: /project/tsconfig.json 2000 undefined Project: /project/tsconfig.json WatchType: Config file -Info 6 [00:00:23.000] Config: /project/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /project +Info seq [hh:mm:ss:mss] For info: /project/a.ts :: Config file name: /project/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /project/tsconfig.json 2000 undefined Project: /project/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /project/tsconfig.json : { "rootNames": [ "/project/a.ts", "/project/b.ts" @@ -46,16 +46,14 @@ Info 6 [00:00:23.000] Config: /project/tsconfig.json : { "configFilePath": "/project/tsconfig.json" } } -Info 7 [00:00:24.000] DirectoryWatcher:: Added:: WatchInfo: /project 1 undefined Config: /project/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:25.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /project 1 undefined Config: /project/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:26.000] FileWatcher:: Added:: WatchInfo: /project/b.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:27.000] Starting updateGraphWorker: Project: /project/tsconfig.json -Info 11 [00:00:28.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 12 [00:00:29.000] DirectoryWatcher:: Added:: WatchInfo: /project/node_modules/@types 1 undefined Project: /project/tsconfig.json WatchType: Type roots -Info 13 [00:00:30.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /project/node_modules/@types 1 undefined Project: /project/tsconfig.json WatchType: Type roots -Info 14 [00:00:31.000] Finishing updateGraphWorker: Project: /project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:32.000] Project '/project/tsconfig.json' (Configured) -Info 16 [00:00:33.000] Files (3) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /project 1 undefined Config: /project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /project 1 undefined Config: /project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /project/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /project/a.ts SVC-1-0 "export const a = 10;" /project/b.ts Text-1 "export const b = 10;" @@ -68,24 +66,20 @@ Info 16 [00:00:33.000] Files (3) b.ts Matched by default include pattern '**/*' -Info 17 [00:00:34.000] ----------------------------------------------- -Info 18 [00:00:35.000] Project '/project/tsconfig.json' (Configured) -Info 18 [00:00:36.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 18 [00:00:37.000] ----------------------------------------------- -Info 18 [00:00:38.000] Open files: -Info 18 [00:00:39.000] FileName: /project/a.ts ProjectRootPath: undefined -Info 18 [00:00:40.000] Projects: /project/tsconfig.json -Info 18 [00:00:41.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /project/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /project/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request -PolledWatches:: -/project/node_modules/@types: *new* - {"pollingInterval":500} - FsWatches:: /project/tsconfig.json: *new* {} @@ -100,7 +94,7 @@ FsWatchesRecursive:: Before request -Info 19 [00:00:42.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -109,28 +103,24 @@ Info 19 [00:00:42.000] request: "seq": 2, "type": "request" } -Info 20 [00:00:43.000] FileWatcher:: Close:: WatchInfo: /project/b.ts 500 undefined WatchType: Closed Script info -Info 21 [00:00:44.000] Search path: /project -Info 22 [00:00:45.000] For info: /project/b.ts :: Config file name: /project/tsconfig.json -Info 23 [00:00:46.000] Project '/project/tsconfig.json' (Configured) -Info 23 [00:00:47.000] Files (3) - -Info 23 [00:00:48.000] ----------------------------------------------- -Info 23 [00:00:49.000] Open files: -Info 23 [00:00:50.000] FileName: /project/a.ts ProjectRootPath: undefined -Info 23 [00:00:51.000] Projects: /project/tsconfig.json -Info 23 [00:00:52.000] FileName: /project/b.ts ProjectRootPath: undefined -Info 23 [00:00:53.000] Projects: /project/tsconfig.json -Info 23 [00:00:54.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /project/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /project +Info seq [hh:mm:ss:mss] For info: /project/b.ts :: Config file name: /project/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /project/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /project/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /project/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /project/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request -PolledWatches:: -/project/node_modules/@types: - {"pollingInterval":500} - FsWatches:: /project/tsconfig.json: {} @@ -147,7 +137,7 @@ FsWatchesRecursive:: Before request -Info 24 [00:00:55.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "applyChangedToOpenFiles", "arguments": { @@ -169,25 +159,25 @@ Info 24 [00:00:55.000] request: "seq": 3, "type": "request" } -Info 25 [00:00:56.000] response: +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true } After request -Info 26 [00:00:57.000] Starting updateGraphWorker: Project: /project/tsconfig.json -Info 27 [00:00:58.000] Finishing updateGraphWorker: Project: /project/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 28 [00:00:59.000] Project '/project/tsconfig.json' (Configured) -Info 29 [00:01:00.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /project/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /project/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /project/a.ts SVC-1-1 "export const y = 10;export const a = 10;" /project/b.ts Text-1 "export const b = 10;" -Info 30 [00:01:01.000] ----------------------------------------------- +Info seq [hh:mm:ss:mss] ----------------------------------------------- Before request -Info 31 [00:01:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -196,24 +186,20 @@ Info 31 [00:01:02.000] request: "seq": 4, "type": "request" } -Info 32 [00:01:03.000] FileWatcher:: Added:: WatchInfo: /project/b.ts 500 undefined WatchType: Closed Script info -Info 33 [00:01:04.000] Project '/project/tsconfig.json' (Configured) -Info 33 [00:01:05.000] Files (3) - -Info 33 [00:01:06.000] ----------------------------------------------- -Info 33 [00:01:07.000] Open files: -Info 33 [00:01:08.000] FileName: /project/a.ts ProjectRootPath: undefined -Info 33 [00:01:09.000] Projects: /project/tsconfig.json -Info 33 [00:01:10.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /project/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /project/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /project/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request -PolledWatches:: -/project/node_modules/@types: - {"pollingInterval":500} - FsWatches:: /project/tsconfig.json: {} @@ -226,13 +212,13 @@ FsWatchesRecursive:: /project: {} -Info 34 [00:01:11.000] Starting updateGraphWorker: Project: /project/tsconfig.json -Info 35 [00:01:12.000] Finishing updateGraphWorker: Project: /project/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 36 [00:01:13.000] Same program as before -Info 37 [00:01:16.000] FileWatcher:: Triggered with /project/b.ts 1:: WatchInfo: /project/b.ts 500 undefined WatchType: Closed Script info -Info 38 [00:01:17.000] Scheduled: /project/tsconfig.json -Info 39 [00:01:18.000] Scheduled: *ensureProjectForOpenFiles* -Info 40 [00:01:19.000] Elapsed:: *ms FileWatcher:: Triggered with /project/b.ts 1:: WatchInfo: /project/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /project/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /project/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /project/b.ts 1:: WatchInfo: /project/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /project/b.ts 1:: WatchInfo: /project/b.ts 500 undefined WatchType: Closed Script info Before running Timeout callback:: count: 2 1: /project/tsconfig.json 2: *ensureProjectForOpenFiles* @@ -240,31 +226,31 @@ Before running Timeout callback:: count: 2 export const b = 10;export const x = 10; -Info 41 [00:01:20.000] Running: /project/tsconfig.json -Info 42 [00:01:21.000] Starting updateGraphWorker: Project: /project/tsconfig.json -Info 43 [00:01:22.000] Finishing updateGraphWorker: Project: /project/tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 44 [00:01:23.000] Project '/project/tsconfig.json' (Configured) -Info 45 [00:01:24.000] Files (3) +Info seq [hh:mm:ss:mss] Running: /project/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /project/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /project/tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /project/a.ts SVC-1-1 "export const y = 10;export const a = 10;" /project/b.ts Text-2 "export const b = 10;export const x = 10;" -Info 46 [00:01:25.000] ----------------------------------------------- -Info 47 [00:01:26.000] Running: *ensureProjectForOpenFiles* -Info 48 [00:01:27.000] Before ensureProjectForOpenFiles: -Info 49 [00:01:28.000] Project '/project/tsconfig.json' (Configured) -Info 49 [00:01:29.000] Files (3) - -Info 49 [00:01:30.000] ----------------------------------------------- -Info 49 [00:01:31.000] Open files: -Info 49 [00:01:32.000] FileName: /project/a.ts ProjectRootPath: undefined -Info 49 [00:01:33.000] Projects: /project/tsconfig.json -Info 49 [00:01:34.000] After ensureProjectForOpenFiles: -Info 50 [00:01:35.000] Project '/project/tsconfig.json' (Configured) -Info 50 [00:01:36.000] Files (3) - -Info 50 [00:01:37.000] ----------------------------------------------- -Info 50 [00:01:38.000] Open files: -Info 50 [00:01:39.000] FileName: /project/a.ts ProjectRootPath: undefined -Info 50 [00:01:40.000] Projects: /project/tsconfig.json +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /project/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /project/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /project/tsconfig.json After running Timeout callback:: count: 0 diff --git a/tests/baselines/reference/tsserver/openfile/edits-on-file-and-then-close-does-not-refresh-sourceFile-if-contents-match.js b/tests/baselines/reference/tsserver/openfile/edits-on-file-and-then-close-does-not-refresh-sourceFile-if-contents-match.js index ad8601f5cc8ca..c25ea62e6a7ab 100644 --- a/tests/baselines/reference/tsserver/openfile/edits-on-file-and-then-close-does-not-refresh-sourceFile-if-contents-match.js +++ b/tests/baselines/reference/tsserver/openfile/edits-on-file-and-then-close-does-not-refresh-sourceFile-if-contents-match.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:17.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/project/a.ts] export const a = 10; @@ -24,7 +24,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:18.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -33,11 +33,11 @@ Info 1 [00:00:18.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:19.000] Search path: /project -Info 3 [00:00:20.000] For info: /project/a.ts :: Config file name: /project/tsconfig.json -Info 4 [00:00:21.000] Creating configuration project /project/tsconfig.json -Info 5 [00:00:22.000] FileWatcher:: Added:: WatchInfo: /project/tsconfig.json 2000 undefined Project: /project/tsconfig.json WatchType: Config file -Info 6 [00:00:23.000] Config: /project/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /project +Info seq [hh:mm:ss:mss] For info: /project/a.ts :: Config file name: /project/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /project/tsconfig.json 2000 undefined Project: /project/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /project/tsconfig.json : { "rootNames": [ "/project/a.ts", "/project/b.ts" @@ -46,16 +46,14 @@ Info 6 [00:00:23.000] Config: /project/tsconfig.json : { "configFilePath": "/project/tsconfig.json" } } -Info 7 [00:00:24.000] DirectoryWatcher:: Added:: WatchInfo: /project 1 undefined Config: /project/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:25.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /project 1 undefined Config: /project/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:26.000] FileWatcher:: Added:: WatchInfo: /project/b.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:27.000] Starting updateGraphWorker: Project: /project/tsconfig.json -Info 11 [00:00:28.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 12 [00:00:29.000] DirectoryWatcher:: Added:: WatchInfo: /project/node_modules/@types 1 undefined Project: /project/tsconfig.json WatchType: Type roots -Info 13 [00:00:30.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /project/node_modules/@types 1 undefined Project: /project/tsconfig.json WatchType: Type roots -Info 14 [00:00:31.000] Finishing updateGraphWorker: Project: /project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:32.000] Project '/project/tsconfig.json' (Configured) -Info 16 [00:00:33.000] Files (3) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /project 1 undefined Config: /project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /project 1 undefined Config: /project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /project/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /project/a.ts SVC-1-0 "export const a = 10;" /project/b.ts Text-1 "export const b = 10;" @@ -68,24 +66,20 @@ Info 16 [00:00:33.000] Files (3) b.ts Matched by default include pattern '**/*' -Info 17 [00:00:34.000] ----------------------------------------------- -Info 18 [00:00:35.000] Project '/project/tsconfig.json' (Configured) -Info 18 [00:00:36.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 18 [00:00:37.000] ----------------------------------------------- -Info 18 [00:00:38.000] Open files: -Info 18 [00:00:39.000] FileName: /project/a.ts ProjectRootPath: undefined -Info 18 [00:00:40.000] Projects: /project/tsconfig.json -Info 18 [00:00:41.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /project/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /project/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request -PolledWatches:: -/project/node_modules/@types: *new* - {"pollingInterval":500} - FsWatches:: /project/tsconfig.json: *new* {} @@ -100,7 +94,7 @@ FsWatchesRecursive:: Before request -Info 19 [00:00:42.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -109,28 +103,24 @@ Info 19 [00:00:42.000] request: "seq": 2, "type": "request" } -Info 20 [00:00:43.000] FileWatcher:: Close:: WatchInfo: /project/b.ts 500 undefined WatchType: Closed Script info -Info 21 [00:00:44.000] Search path: /project -Info 22 [00:00:45.000] For info: /project/b.ts :: Config file name: /project/tsconfig.json -Info 23 [00:00:46.000] Project '/project/tsconfig.json' (Configured) -Info 23 [00:00:47.000] Files (3) - -Info 23 [00:00:48.000] ----------------------------------------------- -Info 23 [00:00:49.000] Open files: -Info 23 [00:00:50.000] FileName: /project/a.ts ProjectRootPath: undefined -Info 23 [00:00:51.000] Projects: /project/tsconfig.json -Info 23 [00:00:52.000] FileName: /project/b.ts ProjectRootPath: undefined -Info 23 [00:00:53.000] Projects: /project/tsconfig.json -Info 23 [00:00:54.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /project/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /project +Info seq [hh:mm:ss:mss] For info: /project/b.ts :: Config file name: /project/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /project/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /project/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /project/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /project/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request -PolledWatches:: -/project/node_modules/@types: - {"pollingInterval":500} - FsWatches:: /project/tsconfig.json: {} @@ -147,7 +137,7 @@ FsWatchesRecursive:: Before request -Info 24 [00:00:55.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "applyChangedToOpenFiles", "arguments": { @@ -169,25 +159,25 @@ Info 24 [00:00:55.000] request: "seq": 3, "type": "request" } -Info 25 [00:00:56.000] response: +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true } After request -Info 26 [00:00:57.000] Starting updateGraphWorker: Project: /project/tsconfig.json -Info 27 [00:00:58.000] Finishing updateGraphWorker: Project: /project/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 28 [00:00:59.000] Project '/project/tsconfig.json' (Configured) -Info 29 [00:01:00.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /project/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /project/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /project/a.ts SVC-1-1 "export const y = 10;export const a = 10;" /project/b.ts Text-1 "export const b = 10;" -Info 30 [00:01:01.000] ----------------------------------------------- +Info seq [hh:mm:ss:mss] ----------------------------------------------- Before request -Info 31 [00:01:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "applyChangedToOpenFiles", "arguments": { @@ -209,28 +199,28 @@ Info 31 [00:01:02.000] request: "seq": 4, "type": "request" } -Info 32 [00:01:03.000] response: +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true } After request -Info 33 [00:01:06.000] Starting updateGraphWorker: Project: /project/tsconfig.json -Info 34 [00:01:07.000] Finishing updateGraphWorker: Project: /project/tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 35 [00:01:08.000] Project '/project/tsconfig.json' (Configured) -Info 36 [00:01:09.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /project/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /project/tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /project/a.ts SVC-1-1 "export const y = 10;export const a = 10;" /project/b.ts SVC-2-1 "export const y = 10;export const b = 10;" -Info 37 [00:01:10.000] ----------------------------------------------- +Info seq [hh:mm:ss:mss] ----------------------------------------------- Before request //// [/project/b.ts] export const y = 10;export const b = 10; -Info 38 [00:01:11.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -239,24 +229,20 @@ Info 38 [00:01:11.000] request: "seq": 5, "type": "request" } -Info 39 [00:01:12.000] FileWatcher:: Added:: WatchInfo: /project/b.ts 500 undefined WatchType: Closed Script info -Info 40 [00:01:13.000] Project '/project/tsconfig.json' (Configured) -Info 40 [00:01:14.000] Files (3) - -Info 40 [00:01:15.000] ----------------------------------------------- -Info 40 [00:01:16.000] Open files: -Info 40 [00:01:17.000] FileName: /project/a.ts ProjectRootPath: undefined -Info 40 [00:01:18.000] Projects: /project/tsconfig.json -Info 40 [00:01:19.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /project/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /project/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /project/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request -PolledWatches:: -/project/node_modules/@types: - {"pollingInterval":500} - FsWatches:: /project/tsconfig.json: {} @@ -269,13 +255,13 @@ FsWatchesRecursive:: /project: {} -Info 41 [00:01:20.000] Starting updateGraphWorker: Project: /project/tsconfig.json -Info 42 [00:01:21.000] Finishing updateGraphWorker: Project: /project/tsconfig.json Version: 4 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 43 [00:01:22.000] Same program as before -Info 44 [00:01:25.000] FileWatcher:: Triggered with /project/b.ts 1:: WatchInfo: /project/b.ts 500 undefined WatchType: Closed Script info -Info 45 [00:01:26.000] Scheduled: /project/tsconfig.json -Info 46 [00:01:27.000] Scheduled: *ensureProjectForOpenFiles* -Info 47 [00:01:28.000] Elapsed:: *ms FileWatcher:: Triggered with /project/b.ts 1:: WatchInfo: /project/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /project/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /project/tsconfig.json Version: 4 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /project/b.ts 1:: WatchInfo: /project/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /project/b.ts 1:: WatchInfo: /project/b.ts 500 undefined WatchType: Closed Script info Before running Timeout callback:: count: 2 1: /project/tsconfig.json 2: *ensureProjectForOpenFiles* @@ -283,31 +269,31 @@ Before running Timeout callback:: count: 2 export const y = 10;export const b = 10;export const x = 10; -Info 48 [00:01:29.000] Running: /project/tsconfig.json -Info 49 [00:01:30.000] Starting updateGraphWorker: Project: /project/tsconfig.json -Info 50 [00:01:31.000] Finishing updateGraphWorker: Project: /project/tsconfig.json Version: 5 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 51 [00:01:32.000] Project '/project/tsconfig.json' (Configured) -Info 52 [00:01:33.000] Files (3) +Info seq [hh:mm:ss:mss] Running: /project/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /project/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /project/tsconfig.json Version: 5 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /project/a.ts SVC-1-1 "export const y = 10;export const a = 10;" /project/b.ts Text-3 "export const y = 10;export const b = 10;export const x = 10;" -Info 53 [00:01:34.000] ----------------------------------------------- -Info 54 [00:01:35.000] Running: *ensureProjectForOpenFiles* -Info 55 [00:01:36.000] Before ensureProjectForOpenFiles: -Info 56 [00:01:37.000] Project '/project/tsconfig.json' (Configured) -Info 56 [00:01:38.000] Files (3) - -Info 56 [00:01:39.000] ----------------------------------------------- -Info 56 [00:01:40.000] Open files: -Info 56 [00:01:41.000] FileName: /project/a.ts ProjectRootPath: undefined -Info 56 [00:01:42.000] Projects: /project/tsconfig.json -Info 56 [00:01:43.000] After ensureProjectForOpenFiles: -Info 57 [00:01:44.000] Project '/project/tsconfig.json' (Configured) -Info 57 [00:01:45.000] Files (3) - -Info 57 [00:01:46.000] ----------------------------------------------- -Info 57 [00:01:47.000] Open files: -Info 57 [00:01:48.000] FileName: /project/a.ts ProjectRootPath: undefined -Info 57 [00:01:49.000] Projects: /project/tsconfig.json +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /project/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /project/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /project/tsconfig.json After running Timeout callback:: count: 0 diff --git a/tests/baselines/reference/tsserver/openfile/edits-on-file-and-then-close-refreshes-sourceFile.js b/tests/baselines/reference/tsserver/openfile/edits-on-file-and-then-close-refreshes-sourceFile.js index 292c85863c800..407fe5439ae7d 100644 --- a/tests/baselines/reference/tsserver/openfile/edits-on-file-and-then-close-refreshes-sourceFile.js +++ b/tests/baselines/reference/tsserver/openfile/edits-on-file-and-then-close-refreshes-sourceFile.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:17.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/project/a.ts] export const a = 10; @@ -24,7 +24,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:18.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -33,11 +33,11 @@ Info 1 [00:00:18.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:19.000] Search path: /project -Info 3 [00:00:20.000] For info: /project/a.ts :: Config file name: /project/tsconfig.json -Info 4 [00:00:21.000] Creating configuration project /project/tsconfig.json -Info 5 [00:00:22.000] FileWatcher:: Added:: WatchInfo: /project/tsconfig.json 2000 undefined Project: /project/tsconfig.json WatchType: Config file -Info 6 [00:00:23.000] Config: /project/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /project +Info seq [hh:mm:ss:mss] For info: /project/a.ts :: Config file name: /project/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /project/tsconfig.json 2000 undefined Project: /project/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /project/tsconfig.json : { "rootNames": [ "/project/a.ts", "/project/b.ts" @@ -46,16 +46,14 @@ Info 6 [00:00:23.000] Config: /project/tsconfig.json : { "configFilePath": "/project/tsconfig.json" } } -Info 7 [00:00:24.000] DirectoryWatcher:: Added:: WatchInfo: /project 1 undefined Config: /project/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:25.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /project 1 undefined Config: /project/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:26.000] FileWatcher:: Added:: WatchInfo: /project/b.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:27.000] Starting updateGraphWorker: Project: /project/tsconfig.json -Info 11 [00:00:28.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 12 [00:00:29.000] DirectoryWatcher:: Added:: WatchInfo: /project/node_modules/@types 1 undefined Project: /project/tsconfig.json WatchType: Type roots -Info 13 [00:00:30.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /project/node_modules/@types 1 undefined Project: /project/tsconfig.json WatchType: Type roots -Info 14 [00:00:31.000] Finishing updateGraphWorker: Project: /project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:32.000] Project '/project/tsconfig.json' (Configured) -Info 16 [00:00:33.000] Files (3) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /project 1 undefined Config: /project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /project 1 undefined Config: /project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /project/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /project/a.ts SVC-1-0 "export const a = 10;" /project/b.ts Text-1 "export const b = 10;" @@ -68,24 +66,20 @@ Info 16 [00:00:33.000] Files (3) b.ts Matched by default include pattern '**/*' -Info 17 [00:00:34.000] ----------------------------------------------- -Info 18 [00:00:35.000] Project '/project/tsconfig.json' (Configured) -Info 18 [00:00:36.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 18 [00:00:37.000] ----------------------------------------------- -Info 18 [00:00:38.000] Open files: -Info 18 [00:00:39.000] FileName: /project/a.ts ProjectRootPath: undefined -Info 18 [00:00:40.000] Projects: /project/tsconfig.json -Info 18 [00:00:41.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /project/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /project/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request -PolledWatches:: -/project/node_modules/@types: *new* - {"pollingInterval":500} - FsWatches:: /project/tsconfig.json: *new* {} @@ -100,7 +94,7 @@ FsWatchesRecursive:: Before request -Info 19 [00:00:42.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -109,28 +103,24 @@ Info 19 [00:00:42.000] request: "seq": 2, "type": "request" } -Info 20 [00:00:43.000] FileWatcher:: Close:: WatchInfo: /project/b.ts 500 undefined WatchType: Closed Script info -Info 21 [00:00:44.000] Search path: /project -Info 22 [00:00:45.000] For info: /project/b.ts :: Config file name: /project/tsconfig.json -Info 23 [00:00:46.000] Project '/project/tsconfig.json' (Configured) -Info 23 [00:00:47.000] Files (3) - -Info 23 [00:00:48.000] ----------------------------------------------- -Info 23 [00:00:49.000] Open files: -Info 23 [00:00:50.000] FileName: /project/a.ts ProjectRootPath: undefined -Info 23 [00:00:51.000] Projects: /project/tsconfig.json -Info 23 [00:00:52.000] FileName: /project/b.ts ProjectRootPath: undefined -Info 23 [00:00:53.000] Projects: /project/tsconfig.json -Info 23 [00:00:54.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /project/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /project +Info seq [hh:mm:ss:mss] For info: /project/b.ts :: Config file name: /project/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /project/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /project/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /project/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /project/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request -PolledWatches:: -/project/node_modules/@types: - {"pollingInterval":500} - FsWatches:: /project/tsconfig.json: {} @@ -147,7 +137,7 @@ FsWatchesRecursive:: Before request -Info 24 [00:00:55.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "applyChangedToOpenFiles", "arguments": { @@ -169,25 +159,25 @@ Info 24 [00:00:55.000] request: "seq": 3, "type": "request" } -Info 25 [00:00:56.000] response: +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true } After request -Info 26 [00:00:57.000] Starting updateGraphWorker: Project: /project/tsconfig.json -Info 27 [00:00:58.000] Finishing updateGraphWorker: Project: /project/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 28 [00:00:59.000] Project '/project/tsconfig.json' (Configured) -Info 29 [00:01:00.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /project/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /project/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /project/a.ts SVC-1-1 "export const y = 10;export const a = 10;" /project/b.ts Text-1 "export const b = 10;" -Info 30 [00:01:01.000] ----------------------------------------------- +Info seq [hh:mm:ss:mss] ----------------------------------------------- Before request -Info 31 [00:01:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "applyChangedToOpenFiles", "arguments": { @@ -209,25 +199,25 @@ Info 31 [00:01:02.000] request: "seq": 4, "type": "request" } -Info 32 [00:01:03.000] response: +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true } After request -Info 33 [00:01:04.000] Starting updateGraphWorker: Project: /project/tsconfig.json -Info 34 [00:01:05.000] Finishing updateGraphWorker: Project: /project/tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 35 [00:01:06.000] Project '/project/tsconfig.json' (Configured) -Info 36 [00:01:07.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /project/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /project/tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /project/a.ts SVC-1-1 "export const y = 10;export const a = 10;" /project/b.ts SVC-2-1 "export const y = 10;export const b = 10;" -Info 37 [00:01:08.000] ----------------------------------------------- +Info seq [hh:mm:ss:mss] ----------------------------------------------- Before request -Info 38 [00:01:09.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -236,24 +226,20 @@ Info 38 [00:01:09.000] request: "seq": 5, "type": "request" } -Info 39 [00:01:10.000] FileWatcher:: Added:: WatchInfo: /project/b.ts 500 undefined WatchType: Closed Script info -Info 40 [00:01:11.000] Project '/project/tsconfig.json' (Configured) -Info 40 [00:01:12.000] Files (3) - -Info 40 [00:01:13.000] ----------------------------------------------- -Info 40 [00:01:14.000] Open files: -Info 40 [00:01:15.000] FileName: /project/a.ts ProjectRootPath: undefined -Info 40 [00:01:16.000] Projects: /project/tsconfig.json -Info 40 [00:01:17.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /project/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /project/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /project/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request -PolledWatches:: -/project/node_modules/@types: - {"pollingInterval":500} - FsWatches:: /project/tsconfig.json: {} @@ -266,19 +252,19 @@ FsWatchesRecursive:: /project: {} -Info 41 [00:01:18.000] Starting updateGraphWorker: Project: /project/tsconfig.json -Info 42 [00:01:19.000] Finishing updateGraphWorker: Project: /project/tsconfig.json Version: 4 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 43 [00:01:20.000] Project '/project/tsconfig.json' (Configured) -Info 44 [00:01:21.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /project/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /project/tsconfig.json Version: 4 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /project/a.ts SVC-1-1 "export const y = 10;export const a = 10;" /project/b.ts Text-3 "export const b = 10;" -Info 45 [00:01:22.000] ----------------------------------------------- -Info 46 [00:01:25.000] FileWatcher:: Triggered with /project/b.ts 1:: WatchInfo: /project/b.ts 500 undefined WatchType: Closed Script info -Info 47 [00:01:26.000] Scheduled: /project/tsconfig.json -Info 48 [00:01:27.000] Scheduled: *ensureProjectForOpenFiles* -Info 49 [00:01:28.000] Elapsed:: *ms FileWatcher:: Triggered with /project/b.ts 1:: WatchInfo: /project/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /project/b.ts 1:: WatchInfo: /project/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /project/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /project/b.ts 1:: WatchInfo: /project/b.ts 500 undefined WatchType: Closed Script info Before running Timeout callback:: count: 2 1: /project/tsconfig.json 2: *ensureProjectForOpenFiles* @@ -286,31 +272,31 @@ Before running Timeout callback:: count: 2 export const b = 10;export const x = 10; -Info 50 [00:01:29.000] Running: /project/tsconfig.json -Info 51 [00:01:30.000] Starting updateGraphWorker: Project: /project/tsconfig.json -Info 52 [00:01:31.000] Finishing updateGraphWorker: Project: /project/tsconfig.json Version: 5 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 53 [00:01:32.000] Project '/project/tsconfig.json' (Configured) -Info 54 [00:01:33.000] Files (3) +Info seq [hh:mm:ss:mss] Running: /project/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /project/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /project/tsconfig.json Version: 5 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /project/a.ts SVC-1-1 "export const y = 10;export const a = 10;" /project/b.ts Text-4 "export const b = 10;export const x = 10;" -Info 55 [00:01:34.000] ----------------------------------------------- -Info 56 [00:01:35.000] Running: *ensureProjectForOpenFiles* -Info 57 [00:01:36.000] Before ensureProjectForOpenFiles: -Info 58 [00:01:37.000] Project '/project/tsconfig.json' (Configured) -Info 58 [00:01:38.000] Files (3) - -Info 58 [00:01:39.000] ----------------------------------------------- -Info 58 [00:01:40.000] Open files: -Info 58 [00:01:41.000] FileName: /project/a.ts ProjectRootPath: undefined -Info 58 [00:01:42.000] Projects: /project/tsconfig.json -Info 58 [00:01:43.000] After ensureProjectForOpenFiles: -Info 59 [00:01:44.000] Project '/project/tsconfig.json' (Configured) -Info 59 [00:01:45.000] Files (3) - -Info 59 [00:01:46.000] ----------------------------------------------- -Info 59 [00:01:47.000] Open files: -Info 59 [00:01:48.000] FileName: /project/a.ts ProjectRootPath: undefined -Info 59 [00:01:49.000] Projects: /project/tsconfig.json +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /project/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /project/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /project/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /project/tsconfig.json After running Timeout callback:: count: 0 diff --git a/tests/baselines/reference/tsserver/openfile/project-root-is-used-with-case-insensitive-system.js b/tests/baselines/reference/tsserver/openfile/project-root-is-used-with-case-insensitive-system.js index 14f1556616896..bb6deb59f2c96 100644 --- a/tests/baselines/reference/tsserver/openfile/project-root-is-used-with-case-insensitive-system.js +++ b/tests/baselines/reference/tsserver/openfile/project-root-is-used-with-case-insensitive-system.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:19.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/a/b/src/app.ts] let x = 10; @@ -14,11 +14,11 @@ let z = 10; -Info 1 [00:00:20.000] Search path: /a/b/src -Info 2 [00:00:21.000] For info: /a/b/src/app.ts :: Config file name: /a/b/tsconfig.json -Info 3 [00:00:22.000] Creating configuration project /a/b/tsconfig.json -Info 4 [00:00:23.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 5 [00:00:24.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a/b/src +Info seq [hh:mm:ss:mss] For info: /a/b/src/app.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/b/tsconfig.json : { "rootNames": [ "/a/b/lib/module2.ts", "/a/b/src/app.ts" @@ -27,16 +27,14 @@ Info 5 [00:00:24.000] Config: /a/b/tsconfig.json : { "configFilePath": "/a/b/tsconfig.json" } } -Info 6 [00:00:25.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 7 [00:00:26.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:27.000] FileWatcher:: Added:: WatchInfo: /a/b/lib/module2.ts 500 undefined WatchType: Closed Script info -Info 9 [00:00:28.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 10 [00:00:29.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 11 [00:00:30.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 12 [00:00:31.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 13 [00:00:32.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 14 [00:00:33.000] Project '/a/b/tsconfig.json' (Configured) -Info 15 [00:00:34.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/lib/module2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/b/lib/module2.ts Text-1 "let z = 10;" /a/b/src/app.ts SVC-1-0 "let x = 10;" @@ -46,103 +44,103 @@ Info 15 [00:00:34.000] Files (2) src/app.ts Matched by default include pattern '**/*' -Info 16 [00:00:35.000] ----------------------------------------------- -Info 17 [00:00:36.000] Project '/a/b/tsconfig.json' (Configured) -Info 17 [00:00:37.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 17 [00:00:38.000] ----------------------------------------------- -Info 17 [00:00:39.000] Open files: -Info 17 [00:00:40.000] FileName: /a/b/src/app.ts ProjectRootPath: /a -Info 17 [00:00:41.000] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/src/app.ts ProjectRootPath: /a +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json file: /a/b/src/app.ts configFile: /a/b/tsconfig.json -Info 17 [00:00:42.000] FileWatcher:: Added:: WatchInfo: /a/b/src/app.ts 500 undefined WatchType: Closed Script info -Info 18 [00:00:43.000] Project '/a/b/tsconfig.json' (Configured) -Info 18 [00:00:44.000] Files (2) - -Info 18 [00:00:45.000] ----------------------------------------------- -Info 18 [00:00:46.000] Open files: -Info 18 [00:00:47.000] FileWatcher:: Close:: WatchInfo: /a/b/src/app.ts 500 undefined WatchType: Closed Script info -Info 19 [00:00:48.000] Search path: /a/b/src -Info 20 [00:00:49.000] For info: /a/b/src/app.ts :: Config file name: /a/b/tsconfig.json -Info 21 [00:00:50.000] Project '/a/b/tsconfig.json' (Configured) -Info 21 [00:00:51.000] Files (2) - -Info 21 [00:00:52.000] ----------------------------------------------- -Info 21 [00:00:53.000] Open files: -Info 21 [00:00:54.000] FileName: /a/b/src/app.ts ProjectRootPath: /a/b -Info 21 [00:00:55.000] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/src/app.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/src/app.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /a/b/src +Info seq [hh:mm:ss:mss] For info: /a/b/src/app.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/src/app.ts ProjectRootPath: /a/b +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json file: /a/b/src/app.ts configFile: /a/b/tsconfig.json -Info 21 [00:00:56.000] FileWatcher:: Added:: WatchInfo: /a/b/src/app.ts 500 undefined WatchType: Closed Script info -Info 22 [00:00:57.000] Project '/a/b/tsconfig.json' (Configured) -Info 22 [00:00:58.000] Files (2) - -Info 22 [00:00:59.000] ----------------------------------------------- -Info 22 [00:01:00.000] Open files: -Info 22 [00:01:01.000] FileWatcher:: Close:: WatchInfo: /a/b/src/app.ts 500 undefined WatchType: Closed Script info -Info 23 [00:01:02.000] Search path: /a/b/src -Info 24 [00:01:03.000] For info: /a/b/src/app.ts :: Config file name: /a/b/tsconfig.json -Info 25 [00:01:04.000] Project '/a/b/tsconfig.json' (Configured) -Info 25 [00:01:05.000] Files (2) - -Info 25 [00:01:06.000] ----------------------------------------------- -Info 25 [00:01:07.000] Open files: -Info 25 [00:01:08.000] FileName: /a/b/src/app.ts ProjectRootPath: /a/B -Info 25 [00:01:09.000] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/src/app.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/src/app.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /a/b/src +Info seq [hh:mm:ss:mss] For info: /a/b/src/app.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/src/app.ts ProjectRootPath: /a/B +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json file: /a/b/src/app.ts configFile: /a/b/tsconfig.json -Info 25 [00:01:10.000] FileWatcher:: Added:: WatchInfo: /a/b/src/app.ts 500 undefined WatchType: Closed Script info -Info 26 [00:01:11.000] Project '/a/b/tsconfig.json' (Configured) -Info 26 [00:01:12.000] Files (2) - -Info 26 [00:01:13.000] ----------------------------------------------- -Info 26 [00:01:14.000] Open files: -Info 26 [00:01:15.000] FileWatcher:: Close:: WatchInfo: /a/b/lib/module2.ts 500 undefined WatchType: Closed Script info -Info 27 [00:01:16.000] Search path: /a/b/lib -Info 28 [00:01:17.000] For info: /a/b/lib/module2.ts :: Config file name: /a/b/tsconfig.json -Info 29 [00:01:18.000] Project '/a/b/tsconfig.json' (Configured) -Info 29 [00:01:19.000] Files (2) - -Info 29 [00:01:20.000] ----------------------------------------------- -Info 29 [00:01:21.000] Open files: -Info 29 [00:01:22.000] FileName: /a/b/lib/module2.ts ProjectRootPath: /a -Info 29 [00:01:23.000] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/src/app.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/lib/module2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /a/b/lib +Info seq [hh:mm:ss:mss] For info: /a/b/lib/module2.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/lib/module2.ts ProjectRootPath: /a +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json file: /a/B/lib/module2.ts configFile: /a/b/tsconfig.json -Info 29 [00:01:24.000] FileWatcher:: Added:: WatchInfo: /a/b/lib/module2.ts 500 undefined WatchType: Closed Script info -Info 30 [00:01:25.000] Project '/a/b/tsconfig.json' (Configured) -Info 30 [00:01:26.000] Files (2) - -Info 30 [00:01:27.000] ----------------------------------------------- -Info 30 [00:01:28.000] Open files: -Info 30 [00:01:29.000] FileWatcher:: Close:: WatchInfo: /a/b/lib/module2.ts 500 undefined WatchType: Closed Script info -Info 31 [00:01:30.000] Search path: /a/b/lib -Info 32 [00:01:31.000] For info: /a/b/lib/module2.ts :: Config file name: /a/b/tsconfig.json -Info 33 [00:01:32.000] Project '/a/b/tsconfig.json' (Configured) -Info 33 [00:01:33.000] Files (2) - -Info 33 [00:01:34.000] ----------------------------------------------- -Info 33 [00:01:35.000] Open files: -Info 33 [00:01:36.000] FileName: /a/b/lib/module2.ts ProjectRootPath: /a/b -Info 33 [00:01:37.000] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/lib/module2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/lib/module2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /a/b/lib +Info seq [hh:mm:ss:mss] For info: /a/b/lib/module2.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/lib/module2.ts ProjectRootPath: /a/b +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json file: /a/B/lib/module2.ts configFile: /a/b/tsconfig.json -Info 33 [00:01:38.000] FileWatcher:: Added:: WatchInfo: /a/b/lib/module2.ts 500 undefined WatchType: Closed Script info -Info 34 [00:01:39.000] Project '/a/b/tsconfig.json' (Configured) -Info 34 [00:01:40.000] Files (2) - -Info 34 [00:01:41.000] ----------------------------------------------- -Info 34 [00:01:42.000] Open files: -Info 34 [00:01:43.000] FileWatcher:: Close:: WatchInfo: /a/b/lib/module2.ts 500 undefined WatchType: Closed Script info -Info 35 [00:01:44.000] Search path: /a/b/lib -Info 36 [00:01:45.000] For info: /a/b/lib/module2.ts :: Config file name: /a/b/tsconfig.json -Info 37 [00:01:46.000] Project '/a/b/tsconfig.json' (Configured) -Info 37 [00:01:47.000] Files (2) - -Info 37 [00:01:48.000] ----------------------------------------------- -Info 37 [00:01:49.000] Open files: -Info 37 [00:01:50.000] FileName: /a/b/lib/module2.ts ProjectRootPath: /a/B -Info 37 [00:01:51.000] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/lib/module2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/lib/module2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /a/b/lib +Info seq [hh:mm:ss:mss] For info: /a/b/lib/module2.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/lib/module2.ts ProjectRootPath: /a/B +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json file: /a/B/lib/module2.ts configFile: /a/b/tsconfig.json -Info 37 [00:01:52.000] FileWatcher:: Added:: WatchInfo: /a/b/lib/module2.ts 500 undefined WatchType: Closed Script info -Info 38 [00:01:53.000] Project '/a/b/tsconfig.json' (Configured) -Info 38 [00:01:54.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/lib/module2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 38 [00:01:55.000] ----------------------------------------------- -Info 38 [00:01:56.000] Open files: \ No newline at end of file +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/openfile/project-root-is-used-with-case-sensitive-system.js b/tests/baselines/reference/tsserver/openfile/project-root-is-used-with-case-sensitive-system.js index 16c8343bfff43..278c58e1427bd 100644 --- a/tests/baselines/reference/tsserver/openfile/project-root-is-used-with-case-sensitive-system.js +++ b/tests/baselines/reference/tsserver/openfile/project-root-is-used-with-case-sensitive-system.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: true -Info 0 [00:00:21.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/a/b/src/app.ts] let x = 10; @@ -14,11 +14,11 @@ let z = 10; -Info 1 [00:00:22.000] Search path: /a/b/src -Info 2 [00:00:23.000] For info: /a/b/src/app.ts :: Config file name: /a/b/tsconfig.json -Info 3 [00:00:24.000] Creating configuration project /a/b/tsconfig.json -Info 4 [00:00:25.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 5 [00:00:26.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a/b/src +Info seq [hh:mm:ss:mss] For info: /a/b/src/app.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/b/tsconfig.json : { "rootNames": [ "/a/b/src/app.ts" ], @@ -26,75 +26,73 @@ Info 5 [00:00:26.000] Config: /a/b/tsconfig.json : { "configFilePath": "/a/b/tsconfig.json" } } -Info 6 [00:00:27.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 7 [00:00:28.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:29.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 9 [00:00:30.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 10 [00:00:31.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 11 [00:00:32.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 12 [00:00:33.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 13 [00:00:34.000] Project '/a/b/tsconfig.json' (Configured) -Info 14 [00:00:35.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/b/src/app.ts SVC-1-0 "let x = 10;" src/app.ts Matched by default include pattern '**/*' -Info 15 [00:00:36.000] ----------------------------------------------- -Info 16 [00:00:37.000] Project '/a/b/tsconfig.json' (Configured) -Info 16 [00:00:38.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 16 [00:00:39.000] ----------------------------------------------- -Info 16 [00:00:40.000] Open files: -Info 16 [00:00:41.000] FileName: /a/b/src/app.ts ProjectRootPath: /a -Info 16 [00:00:42.000] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/src/app.ts ProjectRootPath: /a +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json file: /a/b/src/app.ts configFile: /a/b/tsconfig.json -Info 16 [00:00:43.000] FileWatcher:: Added:: WatchInfo: /a/b/src/app.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:44.000] Project '/a/b/tsconfig.json' (Configured) -Info 17 [00:00:45.000] Files (1) - -Info 17 [00:00:46.000] ----------------------------------------------- -Info 17 [00:00:47.000] Open files: -Info 17 [00:00:48.000] FileWatcher:: Close:: WatchInfo: /a/b/src/app.ts 500 undefined WatchType: Closed Script info -Info 18 [00:00:49.000] Search path: /a/b/src -Info 19 [00:00:50.000] For info: /a/b/src/app.ts :: Config file name: /a/b/tsconfig.json -Info 20 [00:00:51.000] Project '/a/b/tsconfig.json' (Configured) -Info 20 [00:00:52.000] Files (1) - -Info 20 [00:00:53.000] ----------------------------------------------- -Info 20 [00:00:54.000] Open files: -Info 20 [00:00:55.000] FileName: /a/b/src/app.ts ProjectRootPath: /a/b -Info 20 [00:00:56.000] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/src/app.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/src/app.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /a/b/src +Info seq [hh:mm:ss:mss] For info: /a/b/src/app.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/src/app.ts ProjectRootPath: /a/b +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json file: /a/b/src/app.ts configFile: /a/b/tsconfig.json -Info 20 [00:00:57.000] FileWatcher:: Added:: WatchInfo: /a/b/src/app.ts 500 undefined WatchType: Closed Script info -Info 21 [00:00:58.000] Project '/a/b/tsconfig.json' (Configured) -Info 21 [00:00:59.000] Files (1) - -Info 21 [00:01:00.000] ----------------------------------------------- -Info 21 [00:01:01.000] Open files: -Info 21 [00:01:02.000] FileWatcher:: Close:: WatchInfo: /a/b/src/app.ts 500 undefined WatchType: Closed Script info -Info 22 [00:01:03.000] Search path: /a/b/src -Info 23 [00:01:04.000] For info: /a/b/src/app.ts :: Config file name: /a/b/tsconfig.json -Info 24 [00:01:05.000] Project '/a/b/tsconfig.json' (Configured) -Info 24 [00:01:06.000] Files (1) - -Info 24 [00:01:07.000] ----------------------------------------------- -Info 24 [00:01:08.000] Open files: -Info 24 [00:01:09.000] FileName: /a/b/src/app.ts ProjectRootPath: /a/B -Info 24 [00:01:10.000] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/src/app.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/src/app.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /a/b/src +Info seq [hh:mm:ss:mss] For info: /a/b/src/app.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/src/app.ts ProjectRootPath: /a/B +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json file: /a/b/src/app.ts configFile: /a/b/tsconfig.json -Info 24 [00:01:11.000] FileWatcher:: Added:: WatchInfo: /a/b/src/app.ts 500 undefined WatchType: Closed Script info -Info 25 [00:01:12.000] Project '/a/b/tsconfig.json' (Configured) -Info 25 [00:01:13.000] Files (1) - -Info 25 [00:01:14.000] ----------------------------------------------- -Info 25 [00:01:15.000] Open files: -Info 25 [00:01:16.000] Search path: /a/B/lib -Info 26 [00:01:17.000] For info: /a/B/lib/module2.ts :: Config file name: /a/tsconfig.json -Info 27 [00:01:18.000] Creating configuration project /a/tsconfig.json -Info 28 [00:01:19.000] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 29 [00:01:20.000] Config: /a/tsconfig.json : { +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/src/app.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] Search path: /a/B/lib +Info seq [hh:mm:ss:mss] For info: /a/B/lib/module2.ts :: Config file name: /a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/tsconfig.json : { "rootNames": [ "/a/B/lib/module2.ts", "/a/b/src/app.ts" @@ -103,15 +101,13 @@ Info 29 [00:01:20.000] Config: /a/tsconfig.json : { "configFilePath": "/a/tsconfig.json" } } -Info 30 [00:01:21.000] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 31 [00:01:22.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 32 [00:01:23.000] Starting updateGraphWorker: Project: /a/tsconfig.json -Info 33 [00:01:24.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 34 [00:01:25.000] DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 35 [00:01:26.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 36 [00:01:27.000] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 37 [00:01:28.000] Project '/a/tsconfig.json' (Configured) -Info 38 [00:01:29.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/B/lib/module2.ts SVC-1-0 "let z = 10;" /a/b/src/app.ts SVC-1-0 "let x = 10;" @@ -121,60 +117,58 @@ Info 38 [00:01:29.000] Files (2) b/src/app.ts Matched by default include pattern '**/*' -Info 39 [00:01:30.000] ----------------------------------------------- -Info 40 [00:01:31.000] `remove Project:: -Info 41 [00:01:32.000] Project '/a/b/tsconfig.json' (Configured) -Info 42 [00:01:33.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/b/src/app.ts src/app.ts Matched by default include pattern '**/*' -Info 43 [00:01:34.000] ----------------------------------------------- -Info 44 [00:01:35.000] DirectoryWatcher:: Close:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 45 [00:01:36.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 46 [00:01:37.000] FileWatcher:: Close:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 47 [00:01:38.000] DirectoryWatcher:: Close:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 48 [00:01:39.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 49 [00:01:40.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 50 [00:01:41.000] Project '/a/tsconfig.json' (Configured) -Info 50 [00:01:42.000] Files (2) - -Info 50 [00:01:43.000] ----------------------------------------------- -Info 50 [00:01:44.000] Open files: -Info 50 [00:01:45.000] FileName: /a/B/lib/module2.ts ProjectRootPath: /a -Info 50 [00:01:46.000] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/B/lib/module2.ts ProjectRootPath: /a +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json file: /a/B/lib/module2.ts configFile: /a/tsconfig.json -Info 50 [00:01:47.000] FileWatcher:: Added:: WatchInfo: /a/B/lib/module2.ts 500 undefined WatchType: Closed Script info -Info 51 [00:01:48.000] Project '/a/tsconfig.json' (Configured) -Info 51 [00:01:49.000] Files (2) - -Info 51 [00:01:50.000] ----------------------------------------------- -Info 51 [00:01:51.000] Open files: -Info 51 [00:01:52.000] FileWatcher:: Close:: WatchInfo: /a/B/lib/module2.ts 500 undefined WatchType: Closed Script info -Info 52 [00:01:53.000] Search path: /a/B/lib -Info 53 [00:01:54.000] For info: /a/B/lib/module2.ts :: Config file name: /a/tsconfig.json -Info 54 [00:01:55.000] Project '/a/tsconfig.json' (Configured) -Info 54 [00:01:56.000] Files (2) - -Info 54 [00:01:57.000] ----------------------------------------------- -Info 54 [00:01:58.000] Open files: -Info 54 [00:01:59.000] FileName: /a/B/lib/module2.ts ProjectRootPath: /a/b -Info 54 [00:02:00.000] Projects: /a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/B/lib/module2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/B/lib/module2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /a/B/lib +Info seq [hh:mm:ss:mss] For info: /a/B/lib/module2.ts :: Config file name: /a/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/B/lib/module2.ts ProjectRootPath: /a/b +Info seq [hh:mm:ss:mss] Projects: /a/tsconfig.json file: /a/B/lib/module2.ts configFile: /a/tsconfig.json -Info 54 [00:02:01.000] FileWatcher:: Added:: WatchInfo: /a/B/lib/module2.ts 500 undefined WatchType: Closed Script info -Info 55 [00:02:02.000] Project '/a/tsconfig.json' (Configured) -Info 55 [00:02:03.000] Files (2) - -Info 55 [00:02:04.000] ----------------------------------------------- -Info 55 [00:02:05.000] Open files: -Info 55 [00:02:06.000] FileWatcher:: Close:: WatchInfo: /a/B/lib/module2.ts 500 undefined WatchType: Closed Script info -Info 56 [00:02:07.000] Search path: /a/B/lib -Info 57 [00:02:08.000] For info: /a/B/lib/module2.ts :: No config files found. -Info 58 [00:02:09.000] `remove Project:: -Info 59 [00:02:10.000] Project '/a/tsconfig.json' (Configured) -Info 60 [00:02:11.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/B/lib/module2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/B/lib/module2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /a/B/lib +Info seq [hh:mm:ss:mss] For info: /a/B/lib/module2.ts :: No config files found. +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/B/lib/module2.ts /a/b/src/app.ts @@ -184,17 +178,15 @@ Info 60 [00:02:11.000] Files (2) b/src/app.ts Matched by default include pattern '**/*' -Info 61 [00:02:12.000] ----------------------------------------------- -Info 62 [00:02:13.000] DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 63 [00:02:14.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory -Info 64 [00:02:15.000] FileWatcher:: Close:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file -Info 65 [00:02:16.000] DirectoryWatcher:: Close:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 66 [00:02:17.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/node_modules/@types 1 undefined Project: /a/tsconfig.json WatchType: Type roots -Info 67 [00:02:18.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file -Info 68 [00:02:19.000] FileWatcher:: Close:: WatchInfo: /a/b/src/app.ts 500 undefined WatchType: Closed Script info -Info 69 [00:02:20.000] Open files: -Info 69 [00:02:21.000] FileName: /a/B/lib/module2.ts ProjectRootPath: /a/B -Info 69 [00:02:22.000] Projects: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a 1 undefined Config: /a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/tsconfig.json 2000 undefined Project: /a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/src/app.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/B/lib/module2.ts ProjectRootPath: /a/B +Info seq [hh:mm:ss:mss] Projects: file: /a/B/lib/module2.ts configFile: undefined -Info 69 [00:02:23.000] FileWatcher:: Added:: WatchInfo: /a/B/lib/module2.ts 500 undefined WatchType: Closed Script info -Info 70 [00:02:24.000] Open files: \ No newline at end of file +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/B/lib/module2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Open files: \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/openfile/realoaded-with-empty-content.js b/tests/baselines/reference/tsserver/openfile/realoaded-with-empty-content.js index c5e4e2a3b55b9..cd48c43b37c26 100644 --- a/tests/baselines/reference/tsserver/openfile/realoaded-with-empty-content.js +++ b/tests/baselines/reference/tsserver/openfile/realoaded-with-empty-content.js @@ -1,40 +1,40 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:09.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/a/b/app.ts] let x = 1 -Info 1 [00:00:10.000] FileWatcher:: Added:: WatchInfo: /a/b/app.ts 500 undefined WatchType: Closed Script info -Info 2 [00:00:11.000] Starting updateGraphWorker: Project: externalProject -Info 3 [00:00:12.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: externalProject WatchType: Missing file -Info 4 [00:00:13.000] Finishing updateGraphWorker: Project: externalProject Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 5 [00:00:14.000] Project 'externalProject' (External) -Info 6 [00:00:15.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/app.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: externalProject +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: externalProject WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: externalProject Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project 'externalProject' (External) +Info seq [hh:mm:ss:mss] Files (1) /a/b/app.ts Text-1 "let x = 1" a/b/app.ts Root file specified for compilation -Info 7 [00:00:16.000] ----------------------------------------------- -Info 8 [00:00:17.000] Starting updateGraphWorker: Project: externalProject -Info 9 [00:00:18.000] Finishing updateGraphWorker: Project: externalProject Version: 1 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 10 [00:00:19.000] Same program as before +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: externalProject +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: externalProject Version: 1 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before Snapshot size: 9 -Info 11 [00:00:20.000] FileWatcher:: Close:: WatchInfo: /a/b/app.ts 500 undefined WatchType: Closed Script info -Info 12 [00:00:21.000] Starting updateGraphWorker: Project: externalProject -Info 13 [00:00:22.000] Finishing updateGraphWorker: Project: externalProject Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 14 [00:00:23.000] Project 'externalProject' (External) -Info 15 [00:00:24.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/app.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: externalProject +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: externalProject Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project 'externalProject' (External) +Info seq [hh:mm:ss:mss] Files (1) /a/b/app.ts SVC-2-0 "" -Info 16 [00:00:25.000] ----------------------------------------------- -Info 17 [00:00:26.000] Project 'externalProject' (External) -Info 17 [00:00:27.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project 'externalProject' (External) +Info seq [hh:mm:ss:mss] Files (1) -Info 17 [00:00:28.000] ----------------------------------------------- -Info 17 [00:00:29.000] Open files: -Info 17 [00:00:30.000] FileName: /a/b/app.ts ProjectRootPath: undefined -Info 17 [00:00:31.000] Projects: externalProject +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: externalProject Snapshot size: 0 \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/openfile/uses-existing-project-even-if-project-refresh-is-pending.js b/tests/baselines/reference/tsserver/openfile/uses-existing-project-even-if-project-refresh-is-pending.js index fb3c4c9daaed6..798d4f4648321 100644 --- a/tests/baselines/reference/tsserver/openfile/uses-existing-project-even-if-project-refresh-is-pending.js +++ b/tests/baselines/reference/tsserver/openfile/uses-existing-project-even-if-project-refresh-is-pending.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:23.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/user/someuser/projects/myproject/src/a.ts] export const x = 0; @@ -21,11 +21,11 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:24.000] Search path: /user/someuser/projects/myproject/src -Info 2 [00:00:25.000] For info: /user/someuser/projects/myproject/src/a.ts :: Config file name: /user/someuser/projects/myproject/tsconfig.json -Info 3 [00:00:26.000] Creating configuration project /user/someuser/projects/myproject/tsconfig.json -Info 4 [00:00:27.000] FileWatcher:: Added:: WatchInfo: /user/someuser/projects/myproject/tsconfig.json 2000 undefined Project: /user/someuser/projects/myproject/tsconfig.json WatchType: Config file -Info 5 [00:00:28.000] Config: /user/someuser/projects/myproject/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/someuser/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/someuser/projects/myproject/src/a.ts :: Config file name: /user/someuser/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/someuser/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/someuser/projects/myproject/tsconfig.json 2000 undefined Project: /user/someuser/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/someuser/projects/myproject/tsconfig.json : { "rootNames": [ "/user/someuser/projects/myproject/src/a.ts" ], @@ -33,15 +33,17 @@ Info 5 [00:00:28.000] Config: /user/someuser/projects/myproject/tsconfig.json "configFilePath": "/user/someuser/projects/myproject/tsconfig.json" } } -Info 6 [00:00:29.000] DirectoryWatcher:: Added:: WatchInfo: /user/someuser/projects/myproject 1 undefined Config: /user/someuser/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 7 [00:00:30.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/someuser/projects/myproject 1 undefined Config: /user/someuser/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:31.000] Starting updateGraphWorker: Project: /user/someuser/projects/myproject/tsconfig.json -Info 9 [00:00:32.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:33.000] DirectoryWatcher:: Added:: WatchInfo: /user/someuser/projects/myproject/node_modules/@types 1 undefined Project: /user/someuser/projects/myproject/tsconfig.json WatchType: Type roots -Info 11 [00:00:34.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/someuser/projects/myproject/node_modules/@types 1 undefined Project: /user/someuser/projects/myproject/tsconfig.json WatchType: Type roots -Info 12 [00:00:35.000] Finishing updateGraphWorker: Project: /user/someuser/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 13 [00:00:36.000] Project '/user/someuser/projects/myproject/tsconfig.json' (Configured) -Info 14 [00:00:37.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/someuser/projects/myproject 1 undefined Config: /user/someuser/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/someuser/projects/myproject 1 undefined Config: /user/someuser/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/someuser/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/someuser/projects/myproject/node_modules/@types 1 undefined Project: /user/someuser/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/someuser/projects/myproject/node_modules/@types 1 undefined Project: /user/someuser/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/someuser/projects/node_modules/@types 1 undefined Project: /user/someuser/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/someuser/projects/node_modules/@types 1 undefined Project: /user/someuser/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/someuser/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/someuser/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/someuser/projects/myproject/src/a.ts SVC-1-0 "export const x = 0;" @@ -51,24 +53,24 @@ Info 14 [00:00:37.000] Files (2) src/a.ts Matched by default include pattern '**/*' -Info 15 [00:00:38.000] ----------------------------------------------- -Info 16 [00:00:39.000] Project '/user/someuser/projects/myproject/tsconfig.json' (Configured) -Info 16 [00:00:40.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/someuser/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 16 [00:00:41.000] ----------------------------------------------- -Info 16 [00:00:42.000] Open files: -Info 16 [00:00:43.000] FileName: /user/someuser/projects/myproject/src/a.ts ProjectRootPath: /user/someuser/projects/myproject -Info 16 [00:00:44.000] Projects: /user/someuser/projects/myproject/tsconfig.json -Info 16 [00:00:47.000] DirectoryWatcher:: Triggered with /user/someuser/projects/myproject/src/b.ts :: WatchInfo: /user/someuser/projects/myproject 1 undefined Config: /user/someuser/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 17 [00:00:48.000] Scheduled: /user/someuser/projects/myproject/tsconfig.json -Info 18 [00:00:49.000] Scheduled: *ensureProjectForOpenFiles* -Info 19 [00:00:50.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/someuser/projects/myproject/src/b.ts :: WatchInfo: /user/someuser/projects/myproject 1 undefined Config: /user/someuser/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 20 [00:00:51.000] Search path: /user/someuser/projects/myproject/src -Info 21 [00:00:52.000] For info: /user/someuser/projects/myproject/src/b.ts :: Config file name: /user/someuser/projects/myproject/tsconfig.json -Info 22 [00:00:53.000] Starting updateGraphWorker: Project: /user/someuser/projects/myproject/tsconfig.json -Info 23 [00:00:54.000] Finishing updateGraphWorker: Project: /user/someuser/projects/myproject/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 24 [00:00:55.000] Project '/user/someuser/projects/myproject/tsconfig.json' (Configured) -Info 25 [00:00:56.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/someuser/projects/myproject/src/a.ts ProjectRootPath: /user/someuser/projects/myproject +Info seq [hh:mm:ss:mss] Projects: /user/someuser/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/someuser/projects/myproject/src/b.ts :: WatchInfo: /user/someuser/projects/myproject 1 undefined Config: /user/someuser/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /user/someuser/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/someuser/projects/myproject/src/b.ts :: WatchInfo: /user/someuser/projects/myproject 1 undefined Config: /user/someuser/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Search path: /user/someuser/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/someuser/projects/myproject/src/b.ts :: Config file name: /user/someuser/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/someuser/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/someuser/projects/myproject/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/someuser/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/someuser/projects/myproject/src/a.ts SVC-1-0 "export const x = 0;" /user/someuser/projects/myproject/src/b.ts SVC-1-0 "export {}; declare module \"./a\" { export const y: number; }" @@ -81,13 +83,13 @@ Info 25 [00:00:56.000] Files (3) src/b.ts Matched by default include pattern '**/*' -Info 26 [00:00:57.000] ----------------------------------------------- -Info 27 [00:00:58.000] Project '/user/someuser/projects/myproject/tsconfig.json' (Configured) -Info 27 [00:00:59.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/someuser/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 27 [00:01:00.000] ----------------------------------------------- -Info 27 [00:01:01.000] Open files: -Info 27 [00:01:02.000] FileName: /user/someuser/projects/myproject/src/a.ts ProjectRootPath: /user/someuser/projects/myproject -Info 27 [00:01:03.000] Projects: /user/someuser/projects/myproject/tsconfig.json -Info 27 [00:01:04.000] FileName: /user/someuser/projects/myproject/src/b.ts ProjectRootPath: /user/someuser/projects/myproject -Info 27 [00:01:05.000] Projects: /user/someuser/projects/myproject/tsconfig.json \ No newline at end of file +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/someuser/projects/myproject/src/a.ts ProjectRootPath: /user/someuser/projects/myproject +Info seq [hh:mm:ss:mss] Projects: /user/someuser/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/someuser/projects/myproject/src/b.ts ProjectRootPath: /user/someuser/projects/myproject +Info seq [hh:mm:ss:mss] Projects: /user/someuser/projects/myproject/tsconfig.json \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/openfile/when-file-makes-edits-to-add/remove-comment-directives,-they-are-handled-correcrly.js b/tests/baselines/reference/tsserver/openfile/when-file-makes-edits-to-add/remove-comment-directives,-they-are-handled-correcrly.js index f191d748d0fd6..9e040fab509cc 100644 --- a/tests/baselines/reference/tsserver/openfile/when-file-makes-edits-to-add/remove-comment-directives,-they-are-handled-correcrly.js +++ b/tests/baselines/reference/tsserver/openfile/when-file-makes-edits-to-add/remove-comment-directives,-they-are-handled-correcrly.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:19.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/file.ts] const x = 10; @@ -30,7 +30,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:20.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -39,17 +39,19 @@ Info 1 [00:00:20.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:21.000] Search path: /user/username/projects/myproject -Info 3 [00:00:22.000] For info: /user/username/projects/myproject/file.ts :: No config files found. -Info 4 [00:00:23.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 5 [00:00:24.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 6 [00:00:25.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 7 [00:00:26.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 8 [00:00:27.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 9 [00:00:28.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 10 [00:00:29.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 11 [00:00:30.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 12 [00:00:31.000] Files (2) +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/file.ts :: No config files found. +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/file.ts SVC-1-0 "const x = 10;\nfunction foo() {\n // @ts-ignore\n let y: string = x;\n return y;\n}\nfunction bar() {\n // @ts-ignore\n let z : string = x;\n return z;\n}\nfoo();\nbar();" @@ -59,15 +61,15 @@ Info 12 [00:00:31.000] Files (2) file.ts Root file specified for compilation -Info 13 [00:00:32.000] ----------------------------------------------- -Info 14 [00:00:33.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 14 [00:00:34.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 14 [00:00:35.000] ----------------------------------------------- -Info 14 [00:00:36.000] Open files: -Info 14 [00:00:37.000] FileName: /user/username/projects/myproject/file.ts ProjectRootPath: undefined -Info 14 [00:00:38.000] Projects: /dev/null/inferredProject1* -Info 14 [00:00:39.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/file.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -80,6 +82,8 @@ PolledWatches:: {"pollingInterval":2000} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /a/lib/lib.d.ts: *new* @@ -87,7 +91,7 @@ FsWatches:: Before request -Info 15 [00:00:40.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -99,7 +103,7 @@ Info 15 [00:00:40.000] request: "seq": 2, "type": "request" } -Info 16 [00:00:41.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -108,14 +112,14 @@ After request Before running Timeout callback:: count: 1 1: checkOne -Info 17 [00:00:42.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/file.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 1: semanticCheck -Info 18 [00:00:43.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/file.ts","diagnostics":[]}} After running Immedidate callback:: count: 1 2: suggestionCheck @@ -123,15 +127,15 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 2: suggestionCheck -Info 19 [00:00:44.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/file.ts","diagnostics":[]}} -Info 20 [00:00:45.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":2}} After running Immedidate callback:: count: 0 Before request -Info 21 [00:00:46.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "updateOpen", "arguments": { @@ -157,7 +161,7 @@ Info 21 [00:00:46.000] request: "seq": 3, "type": "request" } -Info 22 [00:00:47.000] response: +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -166,7 +170,7 @@ After request Before request -Info 23 [00:00:48.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -178,7 +182,7 @@ Info 23 [00:00:48.000] request: "seq": 4, "type": "request" } -Info 24 [00:00:49.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -187,22 +191,22 @@ After request Before running Timeout callback:: count: 1 2: checkOne -Info 25 [00:00:50.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 26 [00:00:51.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 27 [00:00:52.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 28 [00:00:53.000] Files (2) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/file.ts SVC-1-1 "const x = 10;\nfunction foo() {\n \n let y: string = x;\n return y;\n}\nfunction bar() {\n // @ts-ignore\n let z : string = x;\n return z;\n}\nfoo();\nbar();" -Info 29 [00:00:54.000] ----------------------------------------------- -Info 30 [00:00:55.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/file.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 3: semanticCheck -Info 31 [00:00:56.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/file.ts","diagnostics":[{"start":{"line":4,"offset":9},"end":{"line":4,"offset":10},"text":"Type 'number' is not assignable to type 'string'.","code":2322,"category":"error"}]}} After running Immedidate callback:: count: 1 4: suggestionCheck @@ -210,15 +214,15 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 4: suggestionCheck -Info 32 [00:00:57.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/file.ts","diagnostics":[]}} -Info 33 [00:00:58.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":4}} After running Immedidate callback:: count: 0 Before request -Info 34 [00:00:59.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "updateOpen", "arguments": { @@ -244,7 +248,7 @@ Info 34 [00:00:59.000] request: "seq": 5, "type": "request" } -Info 35 [00:01:00.000] response: +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -253,7 +257,7 @@ After request Before request -Info 36 [00:01:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -265,7 +269,7 @@ Info 36 [00:01:01.000] request: "seq": 6, "type": "request" } -Info 37 [00:01:02.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -274,22 +278,22 @@ After request Before running Timeout callback:: count: 1 3: checkOne -Info 38 [00:01:03.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 39 [00:01:04.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 40 [00:01:05.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 41 [00:01:06.000] Files (2) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/file.ts SVC-1-2 "const x = 10;\nfunction foo() {\n // @ts-ignore\n let y: string = x;\n return y;\n}\nfunction bar() {\n // @ts-ignore\n let z : string = x;\n return z;\n}\nfoo();\nbar();" -Info 42 [00:01:07.000] ----------------------------------------------- -Info 43 [00:01:08.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/file.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 5: semanticCheck -Info 44 [00:01:09.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/file.ts","diagnostics":[]}} After running Immedidate callback:: count: 1 6: suggestionCheck @@ -297,8 +301,8 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 6: suggestionCheck -Info 45 [00:01:10.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/file.ts","diagnostics":[]}} -Info 46 [00:01:11.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":6}} After running Immedidate callback:: count: 0 diff --git a/tests/baselines/reference/tsserver/packageJsonInfo/detects-new-package.json-files-that-are-added,-caches-them,-and-watches-them.js b/tests/baselines/reference/tsserver/packageJsonInfo/detects-new-package.json-files-that-are-added,-caches-them,-and-watches-them.js index 8188936a804e9..7ba3971ef6937 100644 --- a/tests/baselines/reference/tsserver/packageJsonInfo/detects-new-package.json-files-that-are-added,-caches-them,-and-watches-them.js +++ b/tests/baselines/reference/tsserver/packageJsonInfo/detects-new-package.json-files-that-are-added,-caches-them,-and-watches-them.js @@ -1,11 +1,11 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:05.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/tsconfig.json] {} -Info 1 [00:00:06.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -14,36 +14,36 @@ Info 1 [00:00:06.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:07.000] Search path: / -Info 3 [00:00:08.000] For info: /tsconfig.json :: Config file name: /tsconfig.json -Info 4 [00:00:09.000] Creating configuration project /tsconfig.json -Info 5 [00:00:10.000] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file -Info 6 [00:00:11.000] Config: /tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: / +Info seq [hh:mm:ss:mss] For info: /tsconfig.json :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /tsconfig.json : { "rootNames": [], "options": { "configFilePath": "/tsconfig.json" } } -Info 7 [00:00:12.000] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 8 [00:00:13.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 9 [00:00:14.000] Starting updateGraphWorker: Project: /tsconfig.json -Info 10 [00:00:15.000] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 11 [00:00:16.000] Project '/tsconfig.json' (Configured) -Info 12 [00:00:17.000] Files (0) - -Info 13 [00:00:18.000] ----------------------------------------------- -Info 14 [00:00:19.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 15 [00:00:20.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 16 [00:00:21.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 17 [00:00:22.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 18 [00:00:23.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /tsconfig.json SVC-1-0 "{}" tsconfig.json Root file specified for compilation -Info 19 [00:00:24.000] ----------------------------------------------- +Info seq [hh:mm:ss:mss] ----------------------------------------------- TI:: Creating typing installer PolledWatches:: @@ -58,39 +58,39 @@ FsWatchesRecursive:: /: *new* {} -TI:: [00:00:25.000] Global cache location '/a/data/', safe file path '/safeList.json', types map path /typesMap.json -TI:: [00:00:26.000] Processing cache location '/a/data/' -TI:: [00:00:27.000] Trying to find '/a/data/package.json'... -TI:: [00:00:28.000] Finished processing cache location '/a/data/' -TI:: [00:00:29.000] Npm config file: /a/data/package.json -TI:: [00:00:30.000] Npm config file: '/a/data/package.json' is missing, creating new one... -Info 20 [00:00:33.000] DirectoryWatcher:: Triggered with a :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 21 [00:00:34.000] Scheduled: /tsconfig.json -Info 22 [00:00:35.000] Scheduled: *ensureProjectForOpenFiles* -Info 23 [00:00:36.000] Elapsed:: *ms DirectoryWatcher:: Triggered with a :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 24 [00:00:39.000] DirectoryWatcher:: Triggered with a/data :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 25 [00:00:40.000] Scheduled: /tsconfig.json, Cancelled earlier one -Info 26 [00:00:41.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 27 [00:00:42.000] Elapsed:: *ms DirectoryWatcher:: Triggered with a/data :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 28 [00:00:45.000] DirectoryWatcher:: Triggered with a/data/package.json :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 29 [00:00:46.000] Config: /tsconfig.json Detected new package.json: a/data/package.json -Info 30 [00:00:47.000] FileWatcher:: Added:: WatchInfo: /a/data/package.json 250 undefined WatchType: package.json file -Info 31 [00:00:48.000] Project: /tsconfig.json Detected file add/remove of non supported extension: a/data/package.json -Info 32 [00:00:49.000] Elapsed:: *ms DirectoryWatcher:: Triggered with a/data/package.json :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -TI:: [00:00:50.000] Updating types-registry npm package... -TI:: [00:00:51.000] npm install --ignore-scripts types-registry@latest -Info 33 [00:00:56.000] DirectoryWatcher:: Triggered with a/data/node_modules :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 34 [00:00:57.000] Scheduled: /tsconfig.json, Cancelled earlier one -Info 35 [00:00:58.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 36 [00:00:59.000] Elapsed:: *ms DirectoryWatcher:: Triggered with a/data/node_modules :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 37 [00:01:01.000] DirectoryWatcher:: Triggered with a/data/node_modules/types-registry :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 38 [00:01:02.000] Scheduled: /tsconfig.json, Cancelled earlier one -Info 39 [00:01:03.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 40 [00:01:04.000] Elapsed:: *ms DirectoryWatcher:: Triggered with a/data/node_modules/types-registry :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 41 [00:01:06.000] DirectoryWatcher:: Triggered with a/data/node_modules/types-registry/index.json :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 42 [00:01:07.000] Project: /tsconfig.json Detected file add/remove of non supported extension: a/data/node_modules/types-registry/index.json -Info 43 [00:01:08.000] Elapsed:: *ms DirectoryWatcher:: Triggered with a/data/node_modules/types-registry/index.json :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -TI:: [00:01:09.000] TI:: Updated types-registry npm package +TI:: [hh:mm:ss:mss] Global cache location '/a/data/', safe file path '/safeList.json', types map path /typesMap.json +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Trying to find '/a/data/package.json'... +TI:: [hh:mm:ss:mss] Finished processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Npm config file: /a/data/package.json +TI:: [hh:mm:ss:mss] Npm config file: '/a/data/package.json' is missing, creating new one... +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with a :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with a :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with a/data :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with a/data :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with a/data/package.json :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Config: /tsconfig.json Detected new package.json: a/data/package.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/data/package.json 250 undefined WatchType: package.json file +Info seq [hh:mm:ss:mss] Project: /tsconfig.json Detected file add/remove of non supported extension: a/data/package.json +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with a/data/package.json :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +TI:: [hh:mm:ss:mss] Updating types-registry npm package... +TI:: [hh:mm:ss:mss] npm install --ignore-scripts types-registry@latest +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with a/data/node_modules :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with a/data/node_modules :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with a/data/node_modules/types-registry :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with a/data/node_modules/types-registry :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with a/data/node_modules/types-registry/index.json :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /tsconfig.json Detected file add/remove of non supported extension: a/data/node_modules/types-registry/index.json +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with a/data/node_modules/types-registry/index.json :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +TI:: [hh:mm:ss:mss] TI:: Updated types-registry npm package TI:: typing installer creation complete //// [/a/data/package.json] { "private": true } @@ -115,36 +115,36 @@ FsWatchesRecursive:: /: {} -TI:: [00:01:10.000] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/tsconfig.json"],"compilerOptions":{"target":1,"jsx":1,"allowNonTsExtensions":true,"allowJs":true,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/","cachePath":"/a/data/","kind":"discover"} -TI:: [00:01:11.000] Request specifies cache path '/a/data/', loading cached information... -TI:: [00:01:12.000] Processing cache location '/a/data/' -TI:: [00:01:13.000] Cache location was already processed... -TI:: [00:01:14.000] Failed to load safelist from types map file '/typesMap.json' -TI:: [00:01:15.000] Explicitly included types: [] -TI:: [00:01:16.000] Inferred typings from unresolved imports: [] -TI:: [00:01:17.000] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/bower_components","/node_modules"]} -TI:: [00:01:18.000] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/bower_components","/node_modules"]} -TI:: [00:01:19.000] DirectoryWatcher:: Added:: WatchInfo: /bower_components -TI:: [00:01:20.000] DirectoryWatcher:: Added:: WatchInfo: /bower_components 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:01:21.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /bower_components 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:01:22.000] DirectoryWatcher:: Added:: WatchInfo: /node_modules -TI:: [00:01:23.000] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:01:24.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:01:25.000] Sending response: +TI:: [hh:mm:ss:mss] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/tsconfig.json"],"compilerOptions":{"target":1,"jsx":1,"allowNonTsExtensions":true,"allowJs":true,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/","cachePath":"/a/data/","kind":"discover"} +TI:: [hh:mm:ss:mss] Request specifies cache path '/a/data/', loading cached information... +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Cache location was already processed... +TI:: [hh:mm:ss:mss] Failed to load safelist from types map file '/typesMap.json' +TI:: [hh:mm:ss:mss] Explicitly included types: [] +TI:: [hh:mm:ss:mss] Inferred typings from unresolved imports: [] +TI:: [hh:mm:ss:mss] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/bower_components","/node_modules"]} +TI:: [hh:mm:ss:mss] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/bower_components","/node_modules"]} +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /bower_components +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /bower_components 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /bower_components 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /node_modules +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] Sending response: {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"target":1,"jsx":1,"allowNonTsExtensions":true,"allowJs":true,"noEmitForJsFiles":true},"typings":[],"unresolvedImports":[],"kind":"action::set"} -TI:: [00:01:26.000] No new typings were requested as a result of typings discovery -Info 44 [00:01:27.000] Project '/tsconfig.json' (Configured) -Info 44 [00:01:28.000] Files (0) - -Info 44 [00:01:29.000] ----------------------------------------------- -Info 44 [00:01:30.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 44 [00:01:31.000] Files (1) - -Info 44 [00:01:32.000] ----------------------------------------------- -Info 44 [00:01:33.000] Open files: -Info 44 [00:01:34.000] FileName: /tsconfig.json ProjectRootPath: undefined -Info 44 [00:01:35.000] Projects: /dev/null/inferredProject1* -Info 44 [00:01:36.000] response: +TI:: [hh:mm:ss:mss] No new typings were requested as a result of typings discovery +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /tsconfig.json ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -168,11 +168,11 @@ FsWatchesRecursive:: /: {} -Info 45 [00:01:39.000] DirectoryWatcher:: Triggered with package.json :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 46 [00:01:40.000] Config: /tsconfig.json Detected new package.json: package.json -Info 47 [00:01:41.000] FileWatcher:: Added:: WatchInfo: /package.json 250 undefined WatchType: package.json file -Info 48 [00:01:42.000] Project: /tsconfig.json Detected file add/remove of non supported extension: package.json -Info 49 [00:01:43.000] Elapsed:: *ms DirectoryWatcher:: Triggered with package.json :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with package.json :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Config: /tsconfig.json Detected new package.json: package.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /package.json 250 undefined WatchType: package.json file +Info seq [hh:mm:ss:mss] Project: /tsconfig.json Detected file add/remove of non supported extension: package.json +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with package.json :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory Add package.json //// [/package.json] { @@ -211,8 +211,8 @@ FsWatchesRecursive:: /: {} -Info 50 [00:01:47.000] FileWatcher:: Triggered with /package.json 1:: WatchInfo: /package.json 250 undefined WatchType: package.json file -Info 51 [00:01:48.000] Elapsed:: *ms FileWatcher:: Triggered with /package.json 1:: WatchInfo: /package.json 250 undefined WatchType: package.json file +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /package.json 1:: WatchInfo: /package.json 250 undefined WatchType: package.json file +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /package.json 1:: WatchInfo: /package.json 250 undefined WatchType: package.json file Edit package.json //// [/package.json] {"peerDependencies":{"react":"*"},"optionalDependencies":{"typescript":"*"},"devDependencies":{"webpack":"*"}} diff --git a/tests/baselines/reference/tsserver/packageJsonInfo/finds-multiple-package.json-files-when-present.js b/tests/baselines/reference/tsserver/packageJsonInfo/finds-multiple-package.json-files-when-present.js index aa45ade94f45d..f324ddf1c83bd 100644 --- a/tests/baselines/reference/tsserver/packageJsonInfo/finds-multiple-package.json-files-when-present.js +++ b/tests/baselines/reference/tsserver/packageJsonInfo/finds-multiple-package.json-files-when-present.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:07.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/tsconfig.json] {} @@ -21,7 +21,7 @@ Before request } -Info 1 [00:00:08.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -30,36 +30,36 @@ Info 1 [00:00:08.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:09.000] Search path: / -Info 3 [00:00:10.000] For info: /tsconfig.json :: Config file name: /tsconfig.json -Info 4 [00:00:11.000] Creating configuration project /tsconfig.json -Info 5 [00:00:12.000] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file -Info 6 [00:00:13.000] Config: /tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: / +Info seq [hh:mm:ss:mss] For info: /tsconfig.json :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /tsconfig.json : { "rootNames": [], "options": { "configFilePath": "/tsconfig.json" } } -Info 7 [00:00:14.000] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 8 [00:00:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 9 [00:00:16.000] Starting updateGraphWorker: Project: /tsconfig.json -Info 10 [00:00:17.000] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 11 [00:00:18.000] Project '/tsconfig.json' (Configured) -Info 12 [00:00:19.000] Files (0) - -Info 13 [00:00:20.000] ----------------------------------------------- -Info 14 [00:00:21.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 15 [00:00:22.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 16 [00:00:23.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 17 [00:00:24.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 18 [00:00:25.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /tsconfig.json SVC-1-0 "{}" tsconfig.json Root file specified for compilation -Info 19 [00:00:26.000] ----------------------------------------------- +Info seq [hh:mm:ss:mss] ----------------------------------------------- TI:: Creating typing installer PolledWatches:: @@ -74,39 +74,39 @@ FsWatchesRecursive:: /: *new* {} -TI:: [00:00:27.000] Global cache location '/a/data/', safe file path '/safeList.json', types map path /typesMap.json -TI:: [00:00:28.000] Processing cache location '/a/data/' -TI:: [00:00:29.000] Trying to find '/a/data/package.json'... -TI:: [00:00:30.000] Finished processing cache location '/a/data/' -TI:: [00:00:31.000] Npm config file: /a/data/package.json -TI:: [00:00:32.000] Npm config file: '/a/data/package.json' is missing, creating new one... -Info 20 [00:00:35.000] DirectoryWatcher:: Triggered with a :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 21 [00:00:36.000] Scheduled: /tsconfig.json -Info 22 [00:00:37.000] Scheduled: *ensureProjectForOpenFiles* -Info 23 [00:00:38.000] Elapsed:: *ms DirectoryWatcher:: Triggered with a :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 24 [00:00:41.000] DirectoryWatcher:: Triggered with a/data :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 25 [00:00:42.000] Scheduled: /tsconfig.json, Cancelled earlier one -Info 26 [00:00:43.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 27 [00:00:44.000] Elapsed:: *ms DirectoryWatcher:: Triggered with a/data :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 28 [00:00:47.000] DirectoryWatcher:: Triggered with a/data/package.json :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 29 [00:00:48.000] Config: /tsconfig.json Detected new package.json: a/data/package.json -Info 30 [00:00:49.000] FileWatcher:: Added:: WatchInfo: /a/data/package.json 250 undefined WatchType: package.json file -Info 31 [00:00:50.000] Project: /tsconfig.json Detected file add/remove of non supported extension: a/data/package.json -Info 32 [00:00:51.000] Elapsed:: *ms DirectoryWatcher:: Triggered with a/data/package.json :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -TI:: [00:00:52.000] Updating types-registry npm package... -TI:: [00:00:53.000] npm install --ignore-scripts types-registry@latest -Info 33 [00:00:58.000] DirectoryWatcher:: Triggered with a/data/node_modules :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 34 [00:00:59.000] Scheduled: /tsconfig.json, Cancelled earlier one -Info 35 [00:01:00.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 36 [00:01:01.000] Elapsed:: *ms DirectoryWatcher:: Triggered with a/data/node_modules :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 37 [00:01:03.000] DirectoryWatcher:: Triggered with a/data/node_modules/types-registry :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 38 [00:01:04.000] Scheduled: /tsconfig.json, Cancelled earlier one -Info 39 [00:01:05.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 40 [00:01:06.000] Elapsed:: *ms DirectoryWatcher:: Triggered with a/data/node_modules/types-registry :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 41 [00:01:08.000] DirectoryWatcher:: Triggered with a/data/node_modules/types-registry/index.json :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 42 [00:01:09.000] Project: /tsconfig.json Detected file add/remove of non supported extension: a/data/node_modules/types-registry/index.json -Info 43 [00:01:10.000] Elapsed:: *ms DirectoryWatcher:: Triggered with a/data/node_modules/types-registry/index.json :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -TI:: [00:01:11.000] TI:: Updated types-registry npm package +TI:: [hh:mm:ss:mss] Global cache location '/a/data/', safe file path '/safeList.json', types map path /typesMap.json +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Trying to find '/a/data/package.json'... +TI:: [hh:mm:ss:mss] Finished processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Npm config file: /a/data/package.json +TI:: [hh:mm:ss:mss] Npm config file: '/a/data/package.json' is missing, creating new one... +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with a :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with a :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with a/data :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with a/data :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with a/data/package.json :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Config: /tsconfig.json Detected new package.json: a/data/package.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/data/package.json 250 undefined WatchType: package.json file +Info seq [hh:mm:ss:mss] Project: /tsconfig.json Detected file add/remove of non supported extension: a/data/package.json +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with a/data/package.json :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +TI:: [hh:mm:ss:mss] Updating types-registry npm package... +TI:: [hh:mm:ss:mss] npm install --ignore-scripts types-registry@latest +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with a/data/node_modules :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with a/data/node_modules :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with a/data/node_modules/types-registry :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with a/data/node_modules/types-registry :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with a/data/node_modules/types-registry/index.json :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /tsconfig.json Detected file add/remove of non supported extension: a/data/node_modules/types-registry/index.json +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with a/data/node_modules/types-registry/index.json :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +TI:: [hh:mm:ss:mss] TI:: Updated types-registry npm package TI:: typing installer creation complete //// [/a/data/package.json] { "private": true } @@ -131,45 +131,45 @@ FsWatchesRecursive:: /: {} -TI:: [00:01:12.000] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/tsconfig.json"],"compilerOptions":{"target":1,"jsx":1,"allowNonTsExtensions":true,"allowJs":true,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/","cachePath":"/a/data/","kind":"discover"} -TI:: [00:01:13.000] Request specifies cache path '/a/data/', loading cached information... -TI:: [00:01:14.000] Processing cache location '/a/data/' -TI:: [00:01:15.000] Cache location was already processed... -TI:: [00:01:16.000] Failed to load safelist from types map file '/typesMap.json' -TI:: [00:01:17.000] Explicitly included types: [] -TI:: [00:01:18.000] Typing names in '/package.json' dependencies: ["redux","webpack","typescript","react"] -TI:: [00:01:19.000] Inferred typings from unresolved imports: [] -TI:: [00:01:20.000] Result: {"cachedTypingPaths":[],"newTypingNames":["redux","webpack","typescript","react"],"filesToWatch":["/bower_components","/package.json","/node_modules"]} -TI:: [00:01:21.000] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["redux","webpack","typescript","react"],"filesToWatch":["/bower_components","/package.json","/node_modules"]} -TI:: [00:01:22.000] DirectoryWatcher:: Added:: WatchInfo: /bower_components -TI:: [00:01:23.000] DirectoryWatcher:: Added:: WatchInfo: /bower_components 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:01:24.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /bower_components 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:01:25.000] FileWatcher:: Added:: WatchInfo: /package.json -TI:: [00:01:26.000] FileWatcher:: Added:: WatchInfo: /package.json 2000 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:01:27.000] DirectoryWatcher:: Added:: WatchInfo: /node_modules -TI:: [00:01:28.000] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:01:29.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:01:30.000] Installing typings ["redux","webpack","typescript","react"] -TI:: [00:01:31.000] 'redux':: Entry for package 'redux' does not exist in local types registry - skipping... -TI:: [00:01:32.000] 'webpack':: Entry for package 'webpack' does not exist in local types registry - skipping... -TI:: [00:01:33.000] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... -TI:: [00:01:34.000] 'react':: Entry for package 'react' does not exist in local types registry - skipping... -TI:: [00:01:35.000] All typings are known to be missing or invalid - no need to install more typings -TI:: [00:01:36.000] Sending response: +TI:: [hh:mm:ss:mss] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/tsconfig.json"],"compilerOptions":{"target":1,"jsx":1,"allowNonTsExtensions":true,"allowJs":true,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/","cachePath":"/a/data/","kind":"discover"} +TI:: [hh:mm:ss:mss] Request specifies cache path '/a/data/', loading cached information... +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Cache location was already processed... +TI:: [hh:mm:ss:mss] Failed to load safelist from types map file '/typesMap.json' +TI:: [hh:mm:ss:mss] Explicitly included types: [] +TI:: [hh:mm:ss:mss] Typing names in '/package.json' dependencies: ["redux","webpack","typescript","react"] +TI:: [hh:mm:ss:mss] Inferred typings from unresolved imports: [] +TI:: [hh:mm:ss:mss] Result: {"cachedTypingPaths":[],"newTypingNames":["redux","webpack","typescript","react"],"filesToWatch":["/bower_components","/package.json","/node_modules"]} +TI:: [hh:mm:ss:mss] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["redux","webpack","typescript","react"],"filesToWatch":["/bower_components","/package.json","/node_modules"]} +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /bower_components +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /bower_components 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /bower_components 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /package.json +TI:: [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /package.json 2000 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /node_modules +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] Installing typings ["redux","webpack","typescript","react"] +TI:: [hh:mm:ss:mss] 'redux':: Entry for package 'redux' does not exist in local types registry - skipping... +TI:: [hh:mm:ss:mss] 'webpack':: Entry for package 'webpack' does not exist in local types registry - skipping... +TI:: [hh:mm:ss:mss] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +TI:: [hh:mm:ss:mss] 'react':: Entry for package 'react' does not exist in local types registry - skipping... +TI:: [hh:mm:ss:mss] All typings are known to be missing or invalid - no need to install more typings +TI:: [hh:mm:ss:mss] Sending response: {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"target":1,"jsx":1,"allowNonTsExtensions":true,"allowJs":true,"noEmitForJsFiles":true},"typings":[],"unresolvedImports":[],"kind":"action::set"} -Info 44 [00:01:37.000] FileWatcher:: Added:: WatchInfo: /package.json 250 undefined WatchType: package.json file -Info 45 [00:01:38.000] Project '/tsconfig.json' (Configured) -Info 45 [00:01:39.000] Files (0) - -Info 45 [00:01:40.000] ----------------------------------------------- -Info 45 [00:01:41.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 45 [00:01:42.000] Files (1) - -Info 45 [00:01:43.000] ----------------------------------------------- -Info 45 [00:01:44.000] Open files: -Info 45 [00:01:45.000] FileName: /tsconfig.json ProjectRootPath: undefined -Info 45 [00:01:46.000] Projects: /dev/null/inferredProject1* -Info 45 [00:01:47.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /package.json 250 undefined WatchType: package.json file +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /tsconfig.json ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -195,15 +195,15 @@ FsWatchesRecursive:: /: {} -Info 46 [00:01:51.000] DirectoryWatcher:: Triggered with src :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 47 [00:01:52.000] Scheduled: /tsconfig.json, Cancelled earlier one -Info 48 [00:01:53.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 49 [00:01:54.000] Elapsed:: *ms DirectoryWatcher:: Triggered with src :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 50 [00:01:57.000] DirectoryWatcher:: Triggered with src/package.json :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 51 [00:01:58.000] Config: /tsconfig.json Detected new package.json: src/package.json -Info 52 [00:01:59.000] FileWatcher:: Added:: WatchInfo: /src/package.json 250 undefined WatchType: package.json file -Info 53 [00:02:00.000] Project: /tsconfig.json Detected file add/remove of non supported extension: src/package.json -Info 54 [00:02:01.000] Elapsed:: *ms DirectoryWatcher:: Triggered with src/package.json :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with src :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with src :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with src/package.json :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Config: /tsconfig.json Detected new package.json: src/package.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /src/package.json 250 undefined WatchType: package.json file +Info seq [hh:mm:ss:mss] Project: /tsconfig.json Detected file add/remove of non supported extension: src/package.json +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with src/package.json :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory packageJson //// [/src/package.json] { diff --git a/tests/baselines/reference/tsserver/packageJsonInfo/finds-package.json-on-demand,-watches-for-deletion,-and-removes-them-from-cache.js b/tests/baselines/reference/tsserver/packageJsonInfo/finds-package.json-on-demand,-watches-for-deletion,-and-removes-them-from-cache.js index 8b66b898d50e7..1a5c949b5231e 100644 --- a/tests/baselines/reference/tsserver/packageJsonInfo/finds-package.json-on-demand,-watches-for-deletion,-and-removes-them-from-cache.js +++ b/tests/baselines/reference/tsserver/packageJsonInfo/finds-package.json-on-demand,-watches-for-deletion,-and-removes-them-from-cache.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:07.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/tsconfig.json] {} @@ -21,7 +21,7 @@ Before request } -Info 1 [00:00:08.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -30,36 +30,36 @@ Info 1 [00:00:08.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:09.000] Search path: / -Info 3 [00:00:10.000] For info: /tsconfig.json :: Config file name: /tsconfig.json -Info 4 [00:00:11.000] Creating configuration project /tsconfig.json -Info 5 [00:00:12.000] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file -Info 6 [00:00:13.000] Config: /tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: / +Info seq [hh:mm:ss:mss] For info: /tsconfig.json :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /tsconfig.json : { "rootNames": [], "options": { "configFilePath": "/tsconfig.json" } } -Info 7 [00:00:14.000] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 8 [00:00:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 9 [00:00:16.000] Starting updateGraphWorker: Project: /tsconfig.json -Info 10 [00:00:17.000] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 11 [00:00:18.000] Project '/tsconfig.json' (Configured) -Info 12 [00:00:19.000] Files (0) - -Info 13 [00:00:20.000] ----------------------------------------------- -Info 14 [00:00:21.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 15 [00:00:22.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 16 [00:00:23.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 17 [00:00:24.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 18 [00:00:25.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /tsconfig.json SVC-1-0 "{}" tsconfig.json Root file specified for compilation -Info 19 [00:00:26.000] ----------------------------------------------- +Info seq [hh:mm:ss:mss] ----------------------------------------------- TI:: Creating typing installer PolledWatches:: @@ -74,39 +74,39 @@ FsWatchesRecursive:: /: *new* {} -TI:: [00:00:27.000] Global cache location '/a/data/', safe file path '/safeList.json', types map path /typesMap.json -TI:: [00:00:28.000] Processing cache location '/a/data/' -TI:: [00:00:29.000] Trying to find '/a/data/package.json'... -TI:: [00:00:30.000] Finished processing cache location '/a/data/' -TI:: [00:00:31.000] Npm config file: /a/data/package.json -TI:: [00:00:32.000] Npm config file: '/a/data/package.json' is missing, creating new one... -Info 20 [00:00:35.000] DirectoryWatcher:: Triggered with a :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 21 [00:00:36.000] Scheduled: /tsconfig.json -Info 22 [00:00:37.000] Scheduled: *ensureProjectForOpenFiles* -Info 23 [00:00:38.000] Elapsed:: *ms DirectoryWatcher:: Triggered with a :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 24 [00:00:41.000] DirectoryWatcher:: Triggered with a/data :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 25 [00:00:42.000] Scheduled: /tsconfig.json, Cancelled earlier one -Info 26 [00:00:43.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 27 [00:00:44.000] Elapsed:: *ms DirectoryWatcher:: Triggered with a/data :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 28 [00:00:47.000] DirectoryWatcher:: Triggered with a/data/package.json :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 29 [00:00:48.000] Config: /tsconfig.json Detected new package.json: a/data/package.json -Info 30 [00:00:49.000] FileWatcher:: Added:: WatchInfo: /a/data/package.json 250 undefined WatchType: package.json file -Info 31 [00:00:50.000] Project: /tsconfig.json Detected file add/remove of non supported extension: a/data/package.json -Info 32 [00:00:51.000] Elapsed:: *ms DirectoryWatcher:: Triggered with a/data/package.json :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -TI:: [00:00:52.000] Updating types-registry npm package... -TI:: [00:00:53.000] npm install --ignore-scripts types-registry@latest -Info 33 [00:00:58.000] DirectoryWatcher:: Triggered with a/data/node_modules :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 34 [00:00:59.000] Scheduled: /tsconfig.json, Cancelled earlier one -Info 35 [00:01:00.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 36 [00:01:01.000] Elapsed:: *ms DirectoryWatcher:: Triggered with a/data/node_modules :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 37 [00:01:03.000] DirectoryWatcher:: Triggered with a/data/node_modules/types-registry :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 38 [00:01:04.000] Scheduled: /tsconfig.json, Cancelled earlier one -Info 39 [00:01:05.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 40 [00:01:06.000] Elapsed:: *ms DirectoryWatcher:: Triggered with a/data/node_modules/types-registry :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 41 [00:01:08.000] DirectoryWatcher:: Triggered with a/data/node_modules/types-registry/index.json :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 42 [00:01:09.000] Project: /tsconfig.json Detected file add/remove of non supported extension: a/data/node_modules/types-registry/index.json -Info 43 [00:01:10.000] Elapsed:: *ms DirectoryWatcher:: Triggered with a/data/node_modules/types-registry/index.json :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -TI:: [00:01:11.000] TI:: Updated types-registry npm package +TI:: [hh:mm:ss:mss] Global cache location '/a/data/', safe file path '/safeList.json', types map path /typesMap.json +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Trying to find '/a/data/package.json'... +TI:: [hh:mm:ss:mss] Finished processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Npm config file: /a/data/package.json +TI:: [hh:mm:ss:mss] Npm config file: '/a/data/package.json' is missing, creating new one... +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with a :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with a :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with a/data :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with a/data :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with a/data/package.json :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Config: /tsconfig.json Detected new package.json: a/data/package.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/data/package.json 250 undefined WatchType: package.json file +Info seq [hh:mm:ss:mss] Project: /tsconfig.json Detected file add/remove of non supported extension: a/data/package.json +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with a/data/package.json :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +TI:: [hh:mm:ss:mss] Updating types-registry npm package... +TI:: [hh:mm:ss:mss] npm install --ignore-scripts types-registry@latest +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with a/data/node_modules :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with a/data/node_modules :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with a/data/node_modules/types-registry :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with a/data/node_modules/types-registry :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with a/data/node_modules/types-registry/index.json :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /tsconfig.json Detected file add/remove of non supported extension: a/data/node_modules/types-registry/index.json +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with a/data/node_modules/types-registry/index.json :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +TI:: [hh:mm:ss:mss] TI:: Updated types-registry npm package TI:: typing installer creation complete //// [/a/data/package.json] { "private": true } @@ -131,45 +131,45 @@ FsWatchesRecursive:: /: {} -TI:: [00:01:12.000] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/tsconfig.json"],"compilerOptions":{"target":1,"jsx":1,"allowNonTsExtensions":true,"allowJs":true,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/","cachePath":"/a/data/","kind":"discover"} -TI:: [00:01:13.000] Request specifies cache path '/a/data/', loading cached information... -TI:: [00:01:14.000] Processing cache location '/a/data/' -TI:: [00:01:15.000] Cache location was already processed... -TI:: [00:01:16.000] Failed to load safelist from types map file '/typesMap.json' -TI:: [00:01:17.000] Explicitly included types: [] -TI:: [00:01:18.000] Typing names in '/package.json' dependencies: ["redux","webpack","typescript","react"] -TI:: [00:01:19.000] Inferred typings from unresolved imports: [] -TI:: [00:01:20.000] Result: {"cachedTypingPaths":[],"newTypingNames":["redux","webpack","typescript","react"],"filesToWatch":["/bower_components","/package.json","/node_modules"]} -TI:: [00:01:21.000] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["redux","webpack","typescript","react"],"filesToWatch":["/bower_components","/package.json","/node_modules"]} -TI:: [00:01:22.000] DirectoryWatcher:: Added:: WatchInfo: /bower_components -TI:: [00:01:23.000] DirectoryWatcher:: Added:: WatchInfo: /bower_components 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:01:24.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /bower_components 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:01:25.000] FileWatcher:: Added:: WatchInfo: /package.json -TI:: [00:01:26.000] FileWatcher:: Added:: WatchInfo: /package.json 2000 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:01:27.000] DirectoryWatcher:: Added:: WatchInfo: /node_modules -TI:: [00:01:28.000] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:01:29.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:01:30.000] Installing typings ["redux","webpack","typescript","react"] -TI:: [00:01:31.000] 'redux':: Entry for package 'redux' does not exist in local types registry - skipping... -TI:: [00:01:32.000] 'webpack':: Entry for package 'webpack' does not exist in local types registry - skipping... -TI:: [00:01:33.000] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... -TI:: [00:01:34.000] 'react':: Entry for package 'react' does not exist in local types registry - skipping... -TI:: [00:01:35.000] All typings are known to be missing or invalid - no need to install more typings -TI:: [00:01:36.000] Sending response: +TI:: [hh:mm:ss:mss] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/tsconfig.json"],"compilerOptions":{"target":1,"jsx":1,"allowNonTsExtensions":true,"allowJs":true,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/","cachePath":"/a/data/","kind":"discover"} +TI:: [hh:mm:ss:mss] Request specifies cache path '/a/data/', loading cached information... +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Cache location was already processed... +TI:: [hh:mm:ss:mss] Failed to load safelist from types map file '/typesMap.json' +TI:: [hh:mm:ss:mss] Explicitly included types: [] +TI:: [hh:mm:ss:mss] Typing names in '/package.json' dependencies: ["redux","webpack","typescript","react"] +TI:: [hh:mm:ss:mss] Inferred typings from unresolved imports: [] +TI:: [hh:mm:ss:mss] Result: {"cachedTypingPaths":[],"newTypingNames":["redux","webpack","typescript","react"],"filesToWatch":["/bower_components","/package.json","/node_modules"]} +TI:: [hh:mm:ss:mss] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["redux","webpack","typescript","react"],"filesToWatch":["/bower_components","/package.json","/node_modules"]} +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /bower_components +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /bower_components 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /bower_components 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /package.json +TI:: [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /package.json 2000 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /node_modules +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] Installing typings ["redux","webpack","typescript","react"] +TI:: [hh:mm:ss:mss] 'redux':: Entry for package 'redux' does not exist in local types registry - skipping... +TI:: [hh:mm:ss:mss] 'webpack':: Entry for package 'webpack' does not exist in local types registry - skipping... +TI:: [hh:mm:ss:mss] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +TI:: [hh:mm:ss:mss] 'react':: Entry for package 'react' does not exist in local types registry - skipping... +TI:: [hh:mm:ss:mss] All typings are known to be missing or invalid - no need to install more typings +TI:: [hh:mm:ss:mss] Sending response: {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"target":1,"jsx":1,"allowNonTsExtensions":true,"allowJs":true,"noEmitForJsFiles":true},"typings":[],"unresolvedImports":[],"kind":"action::set"} -Info 44 [00:01:37.000] FileWatcher:: Added:: WatchInfo: /package.json 250 undefined WatchType: package.json file -Info 45 [00:01:38.000] Project '/tsconfig.json' (Configured) -Info 45 [00:01:39.000] Files (0) - -Info 45 [00:01:40.000] ----------------------------------------------- -Info 45 [00:01:41.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 45 [00:01:42.000] Files (1) - -Info 45 [00:01:43.000] ----------------------------------------------- -Info 45 [00:01:44.000] Open files: -Info 45 [00:01:45.000] FileName: /tsconfig.json ProjectRootPath: undefined -Info 45 [00:01:46.000] Projects: /dev/null/inferredProject1* -Info 45 [00:01:47.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /package.json 250 undefined WatchType: package.json file +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /tsconfig.json ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -195,29 +195,29 @@ FsWatchesRecursive:: /: {} -TI:: [00:01:49.000] FileWatcher:: Triggered with /package.json 2:: WatchInfo: /package.json 2000 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:01:50.000] Sending response: +TI:: [hh:mm:ss:mss] FileWatcher:: Triggered with /package.json 2:: WatchInfo: /package.json 2000 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] Sending response: {"projectName":"/dev/null/inferredProject1*","kind":"action::invalidate"} -TI:: [00:01:51.000] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/tsconfig.json"],"compilerOptions":{"target":1,"jsx":1,"allowNonTsExtensions":true,"allowJs":true,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/","cachePath":"/a/data/","kind":"discover"} -TI:: [00:01:52.000] Request specifies cache path '/a/data/', loading cached information... -TI:: [00:01:53.000] Processing cache location '/a/data/' -TI:: [00:01:54.000] Cache location was already processed... -TI:: [00:01:55.000] Explicitly included types: [] -TI:: [00:01:56.000] Inferred typings from unresolved imports: [] -TI:: [00:01:57.000] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/bower_components","/node_modules"]} -TI:: [00:01:58.000] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/bower_components","/node_modules"]} -TI:: [00:01:59.000] FileWatcher:: Closed:: WatchInfo: /package.json -TI:: [00:02:00.000] FileWatcher:: Close:: WatchInfo: /package.json 2000 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:02:01.000] Sending response: +TI:: [hh:mm:ss:mss] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/tsconfig.json"],"compilerOptions":{"target":1,"jsx":1,"allowNonTsExtensions":true,"allowJs":true,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/","cachePath":"/a/data/","kind":"discover"} +TI:: [hh:mm:ss:mss] Request specifies cache path '/a/data/', loading cached information... +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Cache location was already processed... +TI:: [hh:mm:ss:mss] Explicitly included types: [] +TI:: [hh:mm:ss:mss] Inferred typings from unresolved imports: [] +TI:: [hh:mm:ss:mss] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/bower_components","/node_modules"]} +TI:: [hh:mm:ss:mss] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/bower_components","/node_modules"]} +TI:: [hh:mm:ss:mss] FileWatcher:: Closed:: WatchInfo: /package.json +TI:: [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /package.json 2000 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] Sending response: {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"target":1,"jsx":1,"allowNonTsExtensions":true,"allowJs":true,"noEmitForJsFiles":true},"typings":[],"unresolvedImports":[],"kind":"action::set"} -TI:: [00:02:02.000] No new typings were requested as a result of typings discovery -TI:: [00:02:03.000] Elapsed:: *ms FileWatcher:: Triggered with /package.json 2:: WatchInfo: /package.json 2000 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -Info 46 [00:02:04.000] FileWatcher:: Triggered with /package.json 2:: WatchInfo: /package.json 250 undefined WatchType: package.json file -Info 47 [00:02:05.000] FileWatcher:: Close:: WatchInfo: /package.json 250 undefined WatchType: package.json file -Info 48 [00:02:06.000] Elapsed:: *ms FileWatcher:: Triggered with /package.json 2:: WatchInfo: /package.json 250 undefined WatchType: package.json file -Info 49 [00:02:07.000] DirectoryWatcher:: Triggered with package.json :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 50 [00:02:08.000] Project: /tsconfig.json Detected file add/remove of non supported extension: package.json -Info 51 [00:02:09.000] Elapsed:: *ms DirectoryWatcher:: Triggered with package.json :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +TI:: [hh:mm:ss:mss] No new typings were requested as a result of typings discovery +TI:: [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /package.json 2:: WatchInfo: /package.json 2000 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /package.json 2:: WatchInfo: /package.json 250 undefined WatchType: package.json file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /package.json 250 undefined WatchType: package.json file +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /package.json 2:: WatchInfo: /package.json 250 undefined WatchType: package.json file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with package.json :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /tsconfig.json Detected file add/remove of non supported extension: package.json +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with package.json :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory delete packageJson //// [/package.json] deleted diff --git a/tests/baselines/reference/tsserver/packageJsonInfo/handles-empty-package.json.js b/tests/baselines/reference/tsserver/packageJsonInfo/handles-empty-package.json.js index 94115ee313a07..8e4dd5ea4d98a 100644 --- a/tests/baselines/reference/tsserver/packageJsonInfo/handles-empty-package.json.js +++ b/tests/baselines/reference/tsserver/packageJsonInfo/handles-empty-package.json.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:07.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/tsconfig.json] {} @@ -8,7 +8,7 @@ Before request -Info 1 [00:00:08.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -17,36 +17,36 @@ Info 1 [00:00:08.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:09.000] Search path: / -Info 3 [00:00:10.000] For info: /tsconfig.json :: Config file name: /tsconfig.json -Info 4 [00:00:11.000] Creating configuration project /tsconfig.json -Info 5 [00:00:12.000] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file -Info 6 [00:00:13.000] Config: /tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: / +Info seq [hh:mm:ss:mss] For info: /tsconfig.json :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /tsconfig.json : { "rootNames": [], "options": { "configFilePath": "/tsconfig.json" } } -Info 7 [00:00:14.000] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 8 [00:00:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 9 [00:00:16.000] Starting updateGraphWorker: Project: /tsconfig.json -Info 10 [00:00:17.000] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 11 [00:00:18.000] Project '/tsconfig.json' (Configured) -Info 12 [00:00:19.000] Files (0) - -Info 13 [00:00:20.000] ----------------------------------------------- -Info 14 [00:00:21.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 15 [00:00:22.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 16 [00:00:23.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 17 [00:00:24.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 18 [00:00:25.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /tsconfig.json SVC-1-0 "{}" tsconfig.json Root file specified for compilation -Info 19 [00:00:26.000] ----------------------------------------------- +Info seq [hh:mm:ss:mss] ----------------------------------------------- TI:: Creating typing installer PolledWatches:: @@ -61,39 +61,39 @@ FsWatchesRecursive:: /: *new* {} -TI:: [00:00:27.000] Global cache location '/a/data/', safe file path '/safeList.json', types map path /typesMap.json -TI:: [00:00:28.000] Processing cache location '/a/data/' -TI:: [00:00:29.000] Trying to find '/a/data/package.json'... -TI:: [00:00:30.000] Finished processing cache location '/a/data/' -TI:: [00:00:31.000] Npm config file: /a/data/package.json -TI:: [00:00:32.000] Npm config file: '/a/data/package.json' is missing, creating new one... -Info 20 [00:00:35.000] DirectoryWatcher:: Triggered with a :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 21 [00:00:36.000] Scheduled: /tsconfig.json -Info 22 [00:00:37.000] Scheduled: *ensureProjectForOpenFiles* -Info 23 [00:00:38.000] Elapsed:: *ms DirectoryWatcher:: Triggered with a :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 24 [00:00:41.000] DirectoryWatcher:: Triggered with a/data :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 25 [00:00:42.000] Scheduled: /tsconfig.json, Cancelled earlier one -Info 26 [00:00:43.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 27 [00:00:44.000] Elapsed:: *ms DirectoryWatcher:: Triggered with a/data :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 28 [00:00:47.000] DirectoryWatcher:: Triggered with a/data/package.json :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 29 [00:00:48.000] Config: /tsconfig.json Detected new package.json: a/data/package.json -Info 30 [00:00:49.000] FileWatcher:: Added:: WatchInfo: /a/data/package.json 250 undefined WatchType: package.json file -Info 31 [00:00:50.000] Project: /tsconfig.json Detected file add/remove of non supported extension: a/data/package.json -Info 32 [00:00:51.000] Elapsed:: *ms DirectoryWatcher:: Triggered with a/data/package.json :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -TI:: [00:00:52.000] Updating types-registry npm package... -TI:: [00:00:53.000] npm install --ignore-scripts types-registry@latest -Info 33 [00:00:58.000] DirectoryWatcher:: Triggered with a/data/node_modules :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 34 [00:00:59.000] Scheduled: /tsconfig.json, Cancelled earlier one -Info 35 [00:01:00.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 36 [00:01:01.000] Elapsed:: *ms DirectoryWatcher:: Triggered with a/data/node_modules :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 37 [00:01:03.000] DirectoryWatcher:: Triggered with a/data/node_modules/types-registry :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 38 [00:01:04.000] Scheduled: /tsconfig.json, Cancelled earlier one -Info 39 [00:01:05.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 40 [00:01:06.000] Elapsed:: *ms DirectoryWatcher:: Triggered with a/data/node_modules/types-registry :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 41 [00:01:08.000] DirectoryWatcher:: Triggered with a/data/node_modules/types-registry/index.json :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 42 [00:01:09.000] Project: /tsconfig.json Detected file add/remove of non supported extension: a/data/node_modules/types-registry/index.json -Info 43 [00:01:10.000] Elapsed:: *ms DirectoryWatcher:: Triggered with a/data/node_modules/types-registry/index.json :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -TI:: [00:01:11.000] TI:: Updated types-registry npm package +TI:: [hh:mm:ss:mss] Global cache location '/a/data/', safe file path '/safeList.json', types map path /typesMap.json +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Trying to find '/a/data/package.json'... +TI:: [hh:mm:ss:mss] Finished processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Npm config file: /a/data/package.json +TI:: [hh:mm:ss:mss] Npm config file: '/a/data/package.json' is missing, creating new one... +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with a :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with a :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with a/data :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with a/data :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with a/data/package.json :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Config: /tsconfig.json Detected new package.json: a/data/package.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/data/package.json 250 undefined WatchType: package.json file +Info seq [hh:mm:ss:mss] Project: /tsconfig.json Detected file add/remove of non supported extension: a/data/package.json +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with a/data/package.json :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +TI:: [hh:mm:ss:mss] Updating types-registry npm package... +TI:: [hh:mm:ss:mss] npm install --ignore-scripts types-registry@latest +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with a/data/node_modules :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with a/data/node_modules :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with a/data/node_modules/types-registry :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with a/data/node_modules/types-registry :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with a/data/node_modules/types-registry/index.json :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /tsconfig.json Detected file add/remove of non supported extension: a/data/node_modules/types-registry/index.json +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with a/data/node_modules/types-registry/index.json :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +TI:: [hh:mm:ss:mss] TI:: Updated types-registry npm package TI:: typing installer creation complete //// [/a/data/package.json] { "private": true } @@ -118,40 +118,40 @@ FsWatchesRecursive:: /: {} -TI:: [00:01:12.000] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/tsconfig.json"],"compilerOptions":{"target":1,"jsx":1,"allowNonTsExtensions":true,"allowJs":true,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/","cachePath":"/a/data/","kind":"discover"} -TI:: [00:01:13.000] Request specifies cache path '/a/data/', loading cached information... -TI:: [00:01:14.000] Processing cache location '/a/data/' -TI:: [00:01:15.000] Cache location was already processed... -TI:: [00:01:16.000] Failed to load safelist from types map file '/typesMap.json' -TI:: [00:01:17.000] Explicitly included types: [] -TI:: [00:01:18.000] Typing names in '/package.json' dependencies: [] -TI:: [00:01:19.000] Inferred typings from unresolved imports: [] -TI:: [00:01:20.000] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/bower_components","/package.json","/node_modules"]} -TI:: [00:01:21.000] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/bower_components","/package.json","/node_modules"]} -TI:: [00:01:22.000] DirectoryWatcher:: Added:: WatchInfo: /bower_components -TI:: [00:01:23.000] DirectoryWatcher:: Added:: WatchInfo: /bower_components 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:01:24.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /bower_components 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:01:25.000] FileWatcher:: Added:: WatchInfo: /package.json -TI:: [00:01:26.000] FileWatcher:: Added:: WatchInfo: /package.json 2000 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:01:27.000] DirectoryWatcher:: Added:: WatchInfo: /node_modules -TI:: [00:01:28.000] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:01:29.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:01:30.000] Sending response: +TI:: [hh:mm:ss:mss] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/tsconfig.json"],"compilerOptions":{"target":1,"jsx":1,"allowNonTsExtensions":true,"allowJs":true,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/","cachePath":"/a/data/","kind":"discover"} +TI:: [hh:mm:ss:mss] Request specifies cache path '/a/data/', loading cached information... +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Cache location was already processed... +TI:: [hh:mm:ss:mss] Failed to load safelist from types map file '/typesMap.json' +TI:: [hh:mm:ss:mss] Explicitly included types: [] +TI:: [hh:mm:ss:mss] Typing names in '/package.json' dependencies: [] +TI:: [hh:mm:ss:mss] Inferred typings from unresolved imports: [] +TI:: [hh:mm:ss:mss] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/bower_components","/package.json","/node_modules"]} +TI:: [hh:mm:ss:mss] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/bower_components","/package.json","/node_modules"]} +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /bower_components +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /bower_components 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /bower_components 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /package.json +TI:: [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /package.json 2000 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /node_modules +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] Sending response: {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"target":1,"jsx":1,"allowNonTsExtensions":true,"allowJs":true,"noEmitForJsFiles":true},"typings":[],"unresolvedImports":[],"kind":"action::set"} -TI:: [00:01:31.000] No new typings were requested as a result of typings discovery -Info 44 [00:01:32.000] FileWatcher:: Added:: WatchInfo: /package.json 250 undefined WatchType: package.json file -Info 45 [00:01:33.000] Project '/tsconfig.json' (Configured) -Info 45 [00:01:34.000] Files (0) - -Info 45 [00:01:35.000] ----------------------------------------------- -Info 45 [00:01:36.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 45 [00:01:37.000] Files (1) - -Info 45 [00:01:38.000] ----------------------------------------------- -Info 45 [00:01:39.000] Open files: -Info 45 [00:01:40.000] FileName: /tsconfig.json ProjectRootPath: undefined -Info 45 [00:01:41.000] Projects: /dev/null/inferredProject1* -Info 45 [00:01:42.000] response: +TI:: [hh:mm:ss:mss] No new typings were requested as a result of typings discovery +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /package.json 250 undefined WatchType: package.json file +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /tsconfig.json ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -177,29 +177,29 @@ FsWatchesRecursive:: /: {} -TI:: [00:01:46.000] FileWatcher:: Triggered with /package.json 1:: WatchInfo: /package.json 2000 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:01:47.000] Sending response: +TI:: [hh:mm:ss:mss] FileWatcher:: Triggered with /package.json 1:: WatchInfo: /package.json 2000 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] Sending response: {"projectName":"/dev/null/inferredProject1*","kind":"action::invalidate"} -TI:: [00:01:48.000] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/tsconfig.json"],"compilerOptions":{"target":1,"jsx":1,"allowNonTsExtensions":true,"allowJs":true,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/","cachePath":"/a/data/","kind":"discover"} -TI:: [00:01:49.000] Request specifies cache path '/a/data/', loading cached information... -TI:: [00:01:50.000] Processing cache location '/a/data/' -TI:: [00:01:51.000] Cache location was already processed... -TI:: [00:01:52.000] Explicitly included types: [] -TI:: [00:01:53.000] Typing names in '/package.json' dependencies: ["redux","webpack","typescript","react"] -TI:: [00:01:54.000] Inferred typings from unresolved imports: [] -TI:: [00:01:55.000] Result: {"cachedTypingPaths":[],"newTypingNames":["redux","webpack","typescript","react"],"filesToWatch":["/bower_components","/package.json","/node_modules"]} -TI:: [00:01:56.000] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["redux","webpack","typescript","react"],"filesToWatch":["/bower_components","/package.json","/node_modules"]} -TI:: [00:01:57.000] Installing typings ["redux","webpack","typescript","react"] -TI:: [00:01:58.000] 'redux':: Entry for package 'redux' does not exist in local types registry - skipping... -TI:: [00:01:59.000] 'webpack':: Entry for package 'webpack' does not exist in local types registry - skipping... -TI:: [00:02:00.000] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... -TI:: [00:02:01.000] 'react':: Entry for package 'react' does not exist in local types registry - skipping... -TI:: [00:02:02.000] All typings are known to be missing or invalid - no need to install more typings -TI:: [00:02:03.000] Sending response: +TI:: [hh:mm:ss:mss] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/tsconfig.json"],"compilerOptions":{"target":1,"jsx":1,"allowNonTsExtensions":true,"allowJs":true,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/","cachePath":"/a/data/","kind":"discover"} +TI:: [hh:mm:ss:mss] Request specifies cache path '/a/data/', loading cached information... +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Cache location was already processed... +TI:: [hh:mm:ss:mss] Explicitly included types: [] +TI:: [hh:mm:ss:mss] Typing names in '/package.json' dependencies: ["redux","webpack","typescript","react"] +TI:: [hh:mm:ss:mss] Inferred typings from unresolved imports: [] +TI:: [hh:mm:ss:mss] Result: {"cachedTypingPaths":[],"newTypingNames":["redux","webpack","typescript","react"],"filesToWatch":["/bower_components","/package.json","/node_modules"]} +TI:: [hh:mm:ss:mss] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["redux","webpack","typescript","react"],"filesToWatch":["/bower_components","/package.json","/node_modules"]} +TI:: [hh:mm:ss:mss] Installing typings ["redux","webpack","typescript","react"] +TI:: [hh:mm:ss:mss] 'redux':: Entry for package 'redux' does not exist in local types registry - skipping... +TI:: [hh:mm:ss:mss] 'webpack':: Entry for package 'webpack' does not exist in local types registry - skipping... +TI:: [hh:mm:ss:mss] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +TI:: [hh:mm:ss:mss] 'react':: Entry for package 'react' does not exist in local types registry - skipping... +TI:: [hh:mm:ss:mss] All typings are known to be missing or invalid - no need to install more typings +TI:: [hh:mm:ss:mss] Sending response: {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"target":1,"jsx":1,"allowNonTsExtensions":true,"allowJs":true,"noEmitForJsFiles":true},"typings":[],"unresolvedImports":[],"kind":"action::set"} -TI:: [00:02:04.000] Elapsed:: *ms FileWatcher:: Triggered with /package.json 1:: WatchInfo: /package.json 2000 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -Info 46 [00:02:05.000] FileWatcher:: Triggered with /package.json 1:: WatchInfo: /package.json 250 undefined WatchType: package.json file -Info 47 [00:02:06.000] Elapsed:: *ms FileWatcher:: Triggered with /package.json 1:: WatchInfo: /package.json 250 undefined WatchType: package.json file +TI:: [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /package.json 1:: WatchInfo: /package.json 2000 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /package.json 1:: WatchInfo: /package.json 250 undefined WatchType: package.json file +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /package.json 1:: WatchInfo: /package.json 250 undefined WatchType: package.json file PackageJson //// [/package.json] { diff --git a/tests/baselines/reference/tsserver/packageJsonInfo/handles-errors-in-json-parsing-of-package.json.js b/tests/baselines/reference/tsserver/packageJsonInfo/handles-errors-in-json-parsing-of-package.json.js index 8e04b39644e05..bb96f8bd9d930 100644 --- a/tests/baselines/reference/tsserver/packageJsonInfo/handles-errors-in-json-parsing-of-package.json.js +++ b/tests/baselines/reference/tsserver/packageJsonInfo/handles-errors-in-json-parsing-of-package.json.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:07.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/tsconfig.json] {} @@ -8,7 +8,7 @@ Before request { "mod" } -Info 1 [00:00:08.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -17,36 +17,36 @@ Info 1 [00:00:08.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:09.000] Search path: / -Info 3 [00:00:10.000] For info: /tsconfig.json :: Config file name: /tsconfig.json -Info 4 [00:00:11.000] Creating configuration project /tsconfig.json -Info 5 [00:00:12.000] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file -Info 6 [00:00:13.000] Config: /tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: / +Info seq [hh:mm:ss:mss] For info: /tsconfig.json :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /tsconfig.json : { "rootNames": [], "options": { "configFilePath": "/tsconfig.json" } } -Info 7 [00:00:14.000] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 8 [00:00:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 9 [00:00:16.000] Starting updateGraphWorker: Project: /tsconfig.json -Info 10 [00:00:17.000] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 11 [00:00:18.000] Project '/tsconfig.json' (Configured) -Info 12 [00:00:19.000] Files (0) - -Info 13 [00:00:20.000] ----------------------------------------------- -Info 14 [00:00:21.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 15 [00:00:22.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 16 [00:00:23.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 17 [00:00:24.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 18 [00:00:25.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /tsconfig.json SVC-1-0 "{}" tsconfig.json Root file specified for compilation -Info 19 [00:00:26.000] ----------------------------------------------- +Info seq [hh:mm:ss:mss] ----------------------------------------------- TI:: Creating typing installer PolledWatches:: @@ -61,39 +61,39 @@ FsWatchesRecursive:: /: *new* {} -TI:: [00:00:27.000] Global cache location '/a/data/', safe file path '/safeList.json', types map path /typesMap.json -TI:: [00:00:28.000] Processing cache location '/a/data/' -TI:: [00:00:29.000] Trying to find '/a/data/package.json'... -TI:: [00:00:30.000] Finished processing cache location '/a/data/' -TI:: [00:00:31.000] Npm config file: /a/data/package.json -TI:: [00:00:32.000] Npm config file: '/a/data/package.json' is missing, creating new one... -Info 20 [00:00:35.000] DirectoryWatcher:: Triggered with a :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 21 [00:00:36.000] Scheduled: /tsconfig.json -Info 22 [00:00:37.000] Scheduled: *ensureProjectForOpenFiles* -Info 23 [00:00:38.000] Elapsed:: *ms DirectoryWatcher:: Triggered with a :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 24 [00:00:41.000] DirectoryWatcher:: Triggered with a/data :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 25 [00:00:42.000] Scheduled: /tsconfig.json, Cancelled earlier one -Info 26 [00:00:43.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 27 [00:00:44.000] Elapsed:: *ms DirectoryWatcher:: Triggered with a/data :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 28 [00:00:47.000] DirectoryWatcher:: Triggered with a/data/package.json :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 29 [00:00:48.000] Config: /tsconfig.json Detected new package.json: a/data/package.json -Info 30 [00:00:49.000] FileWatcher:: Added:: WatchInfo: /a/data/package.json 250 undefined WatchType: package.json file -Info 31 [00:00:50.000] Project: /tsconfig.json Detected file add/remove of non supported extension: a/data/package.json -Info 32 [00:00:51.000] Elapsed:: *ms DirectoryWatcher:: Triggered with a/data/package.json :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -TI:: [00:00:52.000] Updating types-registry npm package... -TI:: [00:00:53.000] npm install --ignore-scripts types-registry@latest -Info 33 [00:00:58.000] DirectoryWatcher:: Triggered with a/data/node_modules :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 34 [00:00:59.000] Scheduled: /tsconfig.json, Cancelled earlier one -Info 35 [00:01:00.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 36 [00:01:01.000] Elapsed:: *ms DirectoryWatcher:: Triggered with a/data/node_modules :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 37 [00:01:03.000] DirectoryWatcher:: Triggered with a/data/node_modules/types-registry :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 38 [00:01:04.000] Scheduled: /tsconfig.json, Cancelled earlier one -Info 39 [00:01:05.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 40 [00:01:06.000] Elapsed:: *ms DirectoryWatcher:: Triggered with a/data/node_modules/types-registry :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 41 [00:01:08.000] DirectoryWatcher:: Triggered with a/data/node_modules/types-registry/index.json :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 42 [00:01:09.000] Project: /tsconfig.json Detected file add/remove of non supported extension: a/data/node_modules/types-registry/index.json -Info 43 [00:01:10.000] Elapsed:: *ms DirectoryWatcher:: Triggered with a/data/node_modules/types-registry/index.json :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -TI:: [00:01:11.000] TI:: Updated types-registry npm package +TI:: [hh:mm:ss:mss] Global cache location '/a/data/', safe file path '/safeList.json', types map path /typesMap.json +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Trying to find '/a/data/package.json'... +TI:: [hh:mm:ss:mss] Finished processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Npm config file: /a/data/package.json +TI:: [hh:mm:ss:mss] Npm config file: '/a/data/package.json' is missing, creating new one... +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with a :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with a :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with a/data :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with a/data :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with a/data/package.json :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Config: /tsconfig.json Detected new package.json: a/data/package.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/data/package.json 250 undefined WatchType: package.json file +Info seq [hh:mm:ss:mss] Project: /tsconfig.json Detected file add/remove of non supported extension: a/data/package.json +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with a/data/package.json :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +TI:: [hh:mm:ss:mss] Updating types-registry npm package... +TI:: [hh:mm:ss:mss] npm install --ignore-scripts types-registry@latest +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with a/data/node_modules :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with a/data/node_modules :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with a/data/node_modules/types-registry :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with a/data/node_modules/types-registry :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with a/data/node_modules/types-registry/index.json :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /tsconfig.json Detected file add/remove of non supported extension: a/data/node_modules/types-registry/index.json +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with a/data/node_modules/types-registry/index.json :: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +TI:: [hh:mm:ss:mss] TI:: Updated types-registry npm package TI:: typing installer creation complete //// [/a/data/package.json] { "private": true } @@ -118,40 +118,40 @@ FsWatchesRecursive:: /: {} -TI:: [00:01:12.000] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/tsconfig.json"],"compilerOptions":{"target":1,"jsx":1,"allowNonTsExtensions":true,"allowJs":true,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/","cachePath":"/a/data/","kind":"discover"} -TI:: [00:01:13.000] Request specifies cache path '/a/data/', loading cached information... -TI:: [00:01:14.000] Processing cache location '/a/data/' -TI:: [00:01:15.000] Cache location was already processed... -TI:: [00:01:16.000] Failed to load safelist from types map file '/typesMap.json' -TI:: [00:01:17.000] Explicitly included types: [] -TI:: [00:01:18.000] Typing names in '/package.json' dependencies: [] -TI:: [00:01:19.000] Inferred typings from unresolved imports: [] -TI:: [00:01:20.000] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/bower_components","/package.json","/node_modules"]} -TI:: [00:01:21.000] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/bower_components","/package.json","/node_modules"]} -TI:: [00:01:22.000] DirectoryWatcher:: Added:: WatchInfo: /bower_components -TI:: [00:01:23.000] DirectoryWatcher:: Added:: WatchInfo: /bower_components 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:01:24.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /bower_components 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:01:25.000] FileWatcher:: Added:: WatchInfo: /package.json -TI:: [00:01:26.000] FileWatcher:: Added:: WatchInfo: /package.json 2000 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:01:27.000] DirectoryWatcher:: Added:: WatchInfo: /node_modules -TI:: [00:01:28.000] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:01:29.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:01:30.000] Sending response: +TI:: [hh:mm:ss:mss] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/tsconfig.json"],"compilerOptions":{"target":1,"jsx":1,"allowNonTsExtensions":true,"allowJs":true,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/","cachePath":"/a/data/","kind":"discover"} +TI:: [hh:mm:ss:mss] Request specifies cache path '/a/data/', loading cached information... +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Cache location was already processed... +TI:: [hh:mm:ss:mss] Failed to load safelist from types map file '/typesMap.json' +TI:: [hh:mm:ss:mss] Explicitly included types: [] +TI:: [hh:mm:ss:mss] Typing names in '/package.json' dependencies: [] +TI:: [hh:mm:ss:mss] Inferred typings from unresolved imports: [] +TI:: [hh:mm:ss:mss] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/bower_components","/package.json","/node_modules"]} +TI:: [hh:mm:ss:mss] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/bower_components","/package.json","/node_modules"]} +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /bower_components +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /bower_components 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /bower_components 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /package.json +TI:: [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /package.json 2000 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /node_modules +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] Sending response: {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"target":1,"jsx":1,"allowNonTsExtensions":true,"allowJs":true,"noEmitForJsFiles":true},"typings":[],"unresolvedImports":[],"kind":"action::set"} -TI:: [00:01:31.000] No new typings were requested as a result of typings discovery -Info 44 [00:01:32.000] FileWatcher:: Added:: WatchInfo: /package.json 250 undefined WatchType: package.json file -Info 45 [00:01:33.000] Project '/tsconfig.json' (Configured) -Info 45 [00:01:34.000] Files (0) - -Info 45 [00:01:35.000] ----------------------------------------------- -Info 45 [00:01:36.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 45 [00:01:37.000] Files (1) - -Info 45 [00:01:38.000] ----------------------------------------------- -Info 45 [00:01:39.000] Open files: -Info 45 [00:01:40.000] FileName: /tsconfig.json ProjectRootPath: undefined -Info 45 [00:01:41.000] Projects: /dev/null/inferredProject1* -Info 45 [00:01:42.000] response: +TI:: [hh:mm:ss:mss] No new typings were requested as a result of typings discovery +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /package.json 250 undefined WatchType: package.json file +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /tsconfig.json ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -177,29 +177,29 @@ FsWatchesRecursive:: /: {} -TI:: [00:01:46.000] FileWatcher:: Triggered with /package.json 1:: WatchInfo: /package.json 2000 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:01:47.000] Sending response: +TI:: [hh:mm:ss:mss] FileWatcher:: Triggered with /package.json 1:: WatchInfo: /package.json 2000 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] Sending response: {"projectName":"/dev/null/inferredProject1*","kind":"action::invalidate"} -TI:: [00:01:48.000] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/tsconfig.json"],"compilerOptions":{"target":1,"jsx":1,"allowNonTsExtensions":true,"allowJs":true,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/","cachePath":"/a/data/","kind":"discover"} -TI:: [00:01:49.000] Request specifies cache path '/a/data/', loading cached information... -TI:: [00:01:50.000] Processing cache location '/a/data/' -TI:: [00:01:51.000] Cache location was already processed... -TI:: [00:01:52.000] Explicitly included types: [] -TI:: [00:01:53.000] Typing names in '/package.json' dependencies: ["redux","webpack","typescript","react"] -TI:: [00:01:54.000] Inferred typings from unresolved imports: [] -TI:: [00:01:55.000] Result: {"cachedTypingPaths":[],"newTypingNames":["redux","webpack","typescript","react"],"filesToWatch":["/bower_components","/package.json","/node_modules"]} -TI:: [00:01:56.000] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["redux","webpack","typescript","react"],"filesToWatch":["/bower_components","/package.json","/node_modules"]} -TI:: [00:01:57.000] Installing typings ["redux","webpack","typescript","react"] -TI:: [00:01:58.000] 'redux':: Entry for package 'redux' does not exist in local types registry - skipping... -TI:: [00:01:59.000] 'webpack':: Entry for package 'webpack' does not exist in local types registry - skipping... -TI:: [00:02:00.000] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... -TI:: [00:02:01.000] 'react':: Entry for package 'react' does not exist in local types registry - skipping... -TI:: [00:02:02.000] All typings are known to be missing or invalid - no need to install more typings -TI:: [00:02:03.000] Sending response: +TI:: [hh:mm:ss:mss] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/tsconfig.json"],"compilerOptions":{"target":1,"jsx":1,"allowNonTsExtensions":true,"allowJs":true,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/","cachePath":"/a/data/","kind":"discover"} +TI:: [hh:mm:ss:mss] Request specifies cache path '/a/data/', loading cached information... +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Cache location was already processed... +TI:: [hh:mm:ss:mss] Explicitly included types: [] +TI:: [hh:mm:ss:mss] Typing names in '/package.json' dependencies: ["redux","webpack","typescript","react"] +TI:: [hh:mm:ss:mss] Inferred typings from unresolved imports: [] +TI:: [hh:mm:ss:mss] Result: {"cachedTypingPaths":[],"newTypingNames":["redux","webpack","typescript","react"],"filesToWatch":["/bower_components","/package.json","/node_modules"]} +TI:: [hh:mm:ss:mss] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["redux","webpack","typescript","react"],"filesToWatch":["/bower_components","/package.json","/node_modules"]} +TI:: [hh:mm:ss:mss] Installing typings ["redux","webpack","typescript","react"] +TI:: [hh:mm:ss:mss] 'redux':: Entry for package 'redux' does not exist in local types registry - skipping... +TI:: [hh:mm:ss:mss] 'webpack':: Entry for package 'webpack' does not exist in local types registry - skipping... +TI:: [hh:mm:ss:mss] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +TI:: [hh:mm:ss:mss] 'react':: Entry for package 'react' does not exist in local types registry - skipping... +TI:: [hh:mm:ss:mss] All typings are known to be missing or invalid - no need to install more typings +TI:: [hh:mm:ss:mss] Sending response: {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"target":1,"jsx":1,"allowNonTsExtensions":true,"allowJs":true,"noEmitForJsFiles":true},"typings":[],"unresolvedImports":[],"kind":"action::set"} -TI:: [00:02:04.000] Elapsed:: *ms FileWatcher:: Triggered with /package.json 1:: WatchInfo: /package.json 2000 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -Info 46 [00:02:05.000] FileWatcher:: Triggered with /package.json 1:: WatchInfo: /package.json 250 undefined WatchType: package.json file -Info 47 [00:02:06.000] Elapsed:: *ms FileWatcher:: Triggered with /package.json 1:: WatchInfo: /package.json 250 undefined WatchType: package.json file +TI:: [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /package.json 1:: WatchInfo: /package.json 2000 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /package.json 1:: WatchInfo: /package.json 250 undefined WatchType: package.json file +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /package.json 1:: WatchInfo: /package.json 250 undefined WatchType: package.json file packageJson //// [/package.json] { diff --git a/tests/baselines/reference/tsserver/partialSemanticServer/files-are-added-to-inferred-project.js b/tests/baselines/reference/tsserver/partialSemanticServer/files-are-added-to-inferred-project.js index fc2707bca9a02..045a0ef98f1bf 100644 --- a/tests/baselines/reference/tsserver/partialSemanticServer/files-are-added-to-inferred-project.js +++ b/tests/baselines/reference/tsserver/partialSemanticServer/files-are-added-to-inferred-project.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:31.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/a.ts] import { y, cc } from "./b"; @@ -34,7 +34,7 @@ interface Array { length: number; [n: number]: T; } {} -Info 1 [00:00:32.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -43,10 +43,10 @@ Info 1 [00:00:32.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:33.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 3 [00:00:34.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 4 [00:00:35.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 5 [00:00:36.000] Files (2) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/a.ts SVC-1-0 "import { y, cc } from \"./b\";\nimport { something } from \"something\";\nclass c { prop = \"hello\"; foo() { return this.prop; } }" @@ -56,15 +56,15 @@ Info 5 [00:00:36.000] Files (2) user/username/projects/myproject/a.ts Root file specified for compilation -Info 6 [00:00:37.000] ----------------------------------------------- -Info 7 [00:00:38.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 7 [00:00:39.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 7 [00:00:40.000] ----------------------------------------------- -Info 7 [00:00:41.000] Open files: -Info 7 [00:00:42.000] FileName: /user/username/projects/myproject/a.ts ProjectRootPath: undefined -Info 7 [00:00:43.000] Projects: /dev/null/inferredProject1* -Info 7 [00:00:44.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -72,7 +72,7 @@ After request Before request -Info 8 [00:00:45.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "completions", "arguments": { @@ -83,13 +83,13 @@ Info 8 [00:00:45.000] request: "seq": 2, "type": "request" } -Info 9 [00:00:46.000] getCompletionData: Get current token: * -Info 10 [00:00:47.000] getCompletionData: Is inside comment: * -Info 11 [00:00:48.000] getCompletionData: Get previous token: * -Info 12 [00:00:49.000] getCompletionsAtPosition: isCompletionListBlocker: * -Info 13 [00:00:50.000] getCompletionData: Semantic work: * -Info 14 [00:00:51.000] getCompletionsAtPosition: getCompletionEntriesFromSymbols: * -Info 15 [00:00:52.000] response: +Info seq [hh:mm:ss:mss] getCompletionData: Get current token: * +Info seq [hh:mm:ss:mss] getCompletionData: Is inside comment: * +Info seq [hh:mm:ss:mss] getCompletionData: Get previous token: * +Info seq [hh:mm:ss:mss] getCompletionsAtPosition: isCompletionListBlocker: * +Info seq [hh:mm:ss:mss] getCompletionData: Semantic work: * +Info seq [hh:mm:ss:mss] getCompletionsAtPosition: getCompletionEntriesFromSymbols: * +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -111,7 +111,7 @@ After request Before request -Info 16 [00:00:53.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -120,10 +120,10 @@ Info 16 [00:00:53.000] request: "seq": 3, "type": "request" } -Info 17 [00:00:54.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 18 [00:00:55.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 19 [00:00:56.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 20 [00:00:57.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/a.ts SVC-1-0 "import { y, cc } from \"./b\";\nimport { something } from \"something\";\nclass c { prop = \"hello\"; foo() { return this.prop; } }" /user/username/projects/myproject/b.ts SVC-1-0 "export { cc } from \"./c\";\nimport { something } from \"something\";\n export const y = 10;" @@ -136,17 +136,17 @@ Info 20 [00:00:57.000] Files (3) user/username/projects/myproject/b.ts Root file specified for compilation -Info 21 [00:00:58.000] ----------------------------------------------- -Info 22 [00:00:59.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 22 [00:01:00.000] Files (3) - -Info 22 [00:01:01.000] ----------------------------------------------- -Info 22 [00:01:02.000] Open files: -Info 22 [00:01:03.000] FileName: /user/username/projects/myproject/a.ts ProjectRootPath: undefined -Info 22 [00:01:04.000] Projects: /dev/null/inferredProject1* -Info 22 [00:01:05.000] FileName: /user/username/projects/myproject/b.ts ProjectRootPath: undefined -Info 22 [00:01:06.000] Projects: /dev/null/inferredProject1* -Info 22 [00:01:07.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -154,7 +154,7 @@ After request Before request -Info 23 [00:01:08.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "completions", "arguments": { @@ -165,13 +165,13 @@ Info 23 [00:01:08.000] request: "seq": 4, "type": "request" } -Info 24 [00:01:09.000] getCompletionData: Get current token: * -Info 25 [00:01:10.000] getCompletionData: Is inside comment: * -Info 26 [00:01:11.000] getCompletionData: Get previous token: * -Info 27 [00:01:12.000] getCompletionsAtPosition: isCompletionListBlocker: * -Info 28 [00:01:13.000] getCompletionData: Semantic work: * -Info 29 [00:01:14.000] getCompletionsAtPosition: getCompletionEntriesFromSymbols: * -Info 30 [00:01:15.000] response: +Info seq [hh:mm:ss:mss] getCompletionData: Get current token: * +Info seq [hh:mm:ss:mss] getCompletionData: Is inside comment: * +Info seq [hh:mm:ss:mss] getCompletionData: Get previous token: * +Info seq [hh:mm:ss:mss] getCompletionsAtPosition: isCompletionListBlocker: * +Info seq [hh:mm:ss:mss] getCompletionData: Semantic work: * +Info seq [hh:mm:ss:mss] getCompletionsAtPosition: getCompletionEntriesFromSymbols: * +Info seq [hh:mm:ss:mss] response: { "response": [ { diff --git a/tests/baselines/reference/tsserver/partialSemanticServer/should-not-crash-when-external-module-name-resolution-is-reused.js b/tests/baselines/reference/tsserver/partialSemanticServer/should-not-crash-when-external-module-name-resolution-is-reused.js index 6b62771d51af0..d059e6f36bf45 100644 --- a/tests/baselines/reference/tsserver/partialSemanticServer/should-not-crash-when-external-module-name-resolution-is-reused.js +++ b/tests/baselines/reference/tsserver/partialSemanticServer/should-not-crash-when-external-module-name-resolution-is-reused.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:31.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/a.ts] import { y, cc } from "./b"; @@ -34,7 +34,7 @@ interface Array { length: number; [n: number]: T; } {} -Info 1 [00:00:32.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -43,10 +43,10 @@ Info 1 [00:00:32.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:33.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 3 [00:00:34.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 4 [00:00:35.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 5 [00:00:36.000] Files (2) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/a.ts SVC-1-0 "import { y, cc } from \"./b\";\nimport { something } from \"something\";\nclass c { prop = \"hello\"; foo() { return this.prop; } }" @@ -56,15 +56,15 @@ Info 5 [00:00:36.000] Files (2) user/username/projects/myproject/a.ts Root file specified for compilation -Info 6 [00:00:37.000] ----------------------------------------------- -Info 7 [00:00:38.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 7 [00:00:39.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 7 [00:00:40.000] ----------------------------------------------- -Info 7 [00:00:41.000] Open files: -Info 7 [00:00:42.000] FileName: /user/username/projects/myproject/a.ts ProjectRootPath: undefined -Info 7 [00:00:43.000] Projects: /dev/null/inferredProject1* -Info 7 [00:00:44.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -72,7 +72,7 @@ After request Before request -Info 8 [00:00:45.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -81,12 +81,12 @@ Info 8 [00:00:45.000] request: "seq": 2, "type": "request" } -Info 9 [00:00:46.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 9 [00:00:47.000] Files (2) +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 9 [00:00:48.000] ----------------------------------------------- -Info 9 [00:00:49.000] Open files: -Info 9 [00:00:50.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -94,7 +94,7 @@ After request Before request -Info 10 [00:00:51.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -103,10 +103,10 @@ Info 10 [00:00:51.000] request: "seq": 3, "type": "request" } -Info 11 [00:00:52.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 12 [00:00:53.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 13 [00:00:54.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 14 [00:00:55.000] Files (2) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/c.ts SVC-1-0 "export const cc = 10;" @@ -116,15 +116,15 @@ Info 14 [00:00:55.000] Files (2) user/username/projects/myproject/c.ts Root file specified for compilation -Info 15 [00:00:56.000] ----------------------------------------------- -Info 16 [00:00:57.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 16 [00:00:58.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 16 [00:00:59.000] ----------------------------------------------- -Info 16 [00:01:00.000] Open files: -Info 16 [00:01:01.000] FileName: /user/username/projects/myproject/c.ts ProjectRootPath: undefined -Info 16 [00:01:02.000] Projects: /dev/null/inferredProject1* -Info 16 [00:01:03.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/c.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -132,7 +132,7 @@ After request Before request -Info 17 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -141,10 +141,10 @@ Info 17 [00:01:04.000] request: "seq": 4, "type": "request" } -Info 18 [00:01:05.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 19 [00:01:06.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 3 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 20 [00:01:07.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 21 [00:01:08.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 3 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/c.ts SVC-1-0 "export const cc = 10;" /user/username/projects/myproject/b.ts SVC-1-0 "export { cc } from \"./c\";\nimport { something } from \"something\";\n export const y = 10;" @@ -157,17 +157,17 @@ Info 21 [00:01:08.000] Files (3) user/username/projects/myproject/b.ts Root file specified for compilation -Info 22 [00:01:09.000] ----------------------------------------------- -Info 23 [00:01:10.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 23 [00:01:11.000] Files (3) - -Info 23 [00:01:12.000] ----------------------------------------------- -Info 23 [00:01:13.000] Open files: -Info 23 [00:01:14.000] FileName: /user/username/projects/myproject/c.ts ProjectRootPath: undefined -Info 23 [00:01:15.000] Projects: /dev/null/inferredProject1* -Info 23 [00:01:16.000] FileName: /user/username/projects/myproject/b.ts ProjectRootPath: undefined -Info 23 [00:01:17.000] Projects: /dev/null/inferredProject1* -Info 23 [00:01:18.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/c.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } diff --git a/tests/baselines/reference/tsserver/partialSemanticServer/should-not-create-autoImportProvider-or-handle-package-jsons.js b/tests/baselines/reference/tsserver/partialSemanticServer/should-not-create-autoImportProvider-or-handle-package-jsons.js index c7540dcb8f0fa..2ca5b6cda6970 100644 --- a/tests/baselines/reference/tsserver/partialSemanticServer/should-not-create-autoImportProvider-or-handle-package-jsons.js +++ b/tests/baselines/reference/tsserver/partialSemanticServer/should-not-create-autoImportProvider-or-handle-package-jsons.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:25.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/node_modules/@angular/forms/forms.d.ts] export declare class PatternValidator {} @@ -30,7 +30,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:26.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -39,10 +39,10 @@ Info 1 [00:00:26.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:27.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 3 [00:00:28.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 4 [00:00:29.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 5 [00:00:30.000] Files (2) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /index.ts SVC-1-0 "" @@ -52,15 +52,15 @@ Info 5 [00:00:30.000] Files (2) index.ts Root file specified for compilation -Info 6 [00:00:31.000] ----------------------------------------------- -Info 7 [00:00:32.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 7 [00:00:33.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 7 [00:00:34.000] ----------------------------------------------- -Info 7 [00:00:35.000] Open files: -Info 7 [00:00:36.000] FileName: /index.ts ProjectRootPath: undefined -Info 7 [00:00:37.000] Projects: /dev/null/inferredProject1* -Info 7 [00:00:38.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } diff --git a/tests/baselines/reference/tsserver/partialSemanticServer/should-not-include-auto-type-reference-directives.js b/tests/baselines/reference/tsserver/partialSemanticServer/should-not-include-auto-type-reference-directives.js index df8312cff9448..5b1fecfc55232 100644 --- a/tests/baselines/reference/tsserver/partialSemanticServer/should-not-include-auto-type-reference-directives.js +++ b/tests/baselines/reference/tsserver/partialSemanticServer/should-not-include-auto-type-reference-directives.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:31.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/a.ts] import { y, cc } from "./b"; @@ -37,7 +37,7 @@ interface Array { length: number; [n: number]: T; } export const something = 10; -Info 1 [00:00:40.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -46,10 +46,10 @@ Info 1 [00:00:40.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:41.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 3 [00:00:42.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 4 [00:00:43.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 5 [00:00:44.000] Files (2) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/a.ts SVC-1-0 "import { y, cc } from \"./b\";\nimport { something } from \"something\";\nclass c { prop = \"hello\"; foo() { return this.prop; } }" @@ -59,15 +59,15 @@ Info 5 [00:00:44.000] Files (2) user/username/projects/myproject/a.ts Root file specified for compilation -Info 6 [00:00:45.000] ----------------------------------------------- -Info 7 [00:00:46.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 7 [00:00:47.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 7 [00:00:48.000] ----------------------------------------------- -Info 7 [00:00:49.000] Open files: -Info 7 [00:00:50.000] FileName: /user/username/projects/myproject/a.ts ProjectRootPath: undefined -Info 7 [00:00:51.000] Projects: /dev/null/inferredProject1* -Info 7 [00:00:52.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } diff --git a/tests/baselines/reference/tsserver/partialSemanticServer/should-not-include-referenced-files-from-unopened-files.js b/tests/baselines/reference/tsserver/partialSemanticServer/should-not-include-referenced-files-from-unopened-files.js index c9e03bc9af91d..3ba66a53fbe95 100644 --- a/tests/baselines/reference/tsserver/partialSemanticServer/should-not-include-referenced-files-from-unopened-files.js +++ b/tests/baselines/reference/tsserver/partialSemanticServer/should-not-include-referenced-files-from-unopened-files.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:31.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/a.ts] /// @@ -34,7 +34,7 @@ interface Array { length: number; [n: number]: T; } {} -Info 1 [00:00:32.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -43,10 +43,10 @@ Info 1 [00:00:32.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:33.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 3 [00:00:34.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 4 [00:00:35.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 5 [00:00:36.000] Files (2) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/a.ts SVC-1-0 "///\n///\nfunction fooA() { }" @@ -56,15 +56,15 @@ Info 5 [00:00:36.000] Files (2) user/username/projects/myproject/a.ts Root file specified for compilation -Info 6 [00:00:37.000] ----------------------------------------------- -Info 7 [00:00:38.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 7 [00:00:39.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 7 [00:00:40.000] ----------------------------------------------- -Info 7 [00:00:41.000] Open files: -Info 7 [00:00:42.000] FileName: /user/username/projects/myproject/a.ts ProjectRootPath: undefined -Info 7 [00:00:43.000] Projects: /dev/null/inferredProject1* -Info 7 [00:00:44.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } diff --git a/tests/baselines/reference/tsserver/partialSemanticServer/should-support-go-to-definition-on-module-specifiers.js b/tests/baselines/reference/tsserver/partialSemanticServer/should-support-go-to-definition-on-module-specifiers.js index a4c264c307b88..aba21eb8406e8 100644 --- a/tests/baselines/reference/tsserver/partialSemanticServer/should-support-go-to-definition-on-module-specifiers.js +++ b/tests/baselines/reference/tsserver/partialSemanticServer/should-support-go-to-definition-on-module-specifiers.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:31.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/a.ts] import { y, cc } from "./b"; @@ -34,7 +34,7 @@ interface Array { length: number; [n: number]: T; } {} -Info 1 [00:00:32.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -43,10 +43,10 @@ Info 1 [00:00:32.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:33.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 3 [00:00:34.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 4 [00:00:35.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 5 [00:00:36.000] Files (2) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/a.ts SVC-1-0 "import { y, cc } from \"./b\";\nimport { something } from \"something\";\nclass c { prop = \"hello\"; foo() { return this.prop; } }" @@ -56,15 +56,15 @@ Info 5 [00:00:36.000] Files (2) user/username/projects/myproject/a.ts Root file specified for compilation -Info 6 [00:00:37.000] ----------------------------------------------- -Info 7 [00:00:38.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 7 [00:00:39.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 7 [00:00:40.000] ----------------------------------------------- -Info 7 [00:00:41.000] Open files: -Info 7 [00:00:42.000] FileName: /user/username/projects/myproject/a.ts ProjectRootPath: undefined -Info 7 [00:00:43.000] Projects: /dev/null/inferredProject1* -Info 7 [00:00:44.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -72,7 +72,7 @@ After request Before request -Info 8 [00:00:45.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -83,7 +83,7 @@ Info 8 [00:00:45.000] request: "seq": 2, "type": "request" } -Info 9 [00:00:46.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ diff --git a/tests/baselines/reference/tsserver/partialSemanticServer/syntactic-diagnostics-are-returned-with-no-error.js b/tests/baselines/reference/tsserver/partialSemanticServer/syntactic-diagnostics-are-returned-with-no-error.js index 2da638dc36afb..d9ee1cfdc1a20 100644 --- a/tests/baselines/reference/tsserver/partialSemanticServer/syntactic-diagnostics-are-returned-with-no-error.js +++ b/tests/baselines/reference/tsserver/partialSemanticServer/syntactic-diagnostics-are-returned-with-no-error.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:21.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/a.ts] if (a < (b + c) { } @@ -21,7 +21,7 @@ interface Array { length: number; [n: number]: T; } {} -Info 1 [00:00:22.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -30,10 +30,10 @@ Info 1 [00:00:22.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:23.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 3 [00:00:24.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 4 [00:00:25.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 5 [00:00:26.000] Files (2) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/a.ts SVC-1-0 "if (a < (b + c) { }" @@ -43,15 +43,15 @@ Info 5 [00:00:26.000] Files (2) user/username/projects/myproject/a.ts Root file specified for compilation -Info 6 [00:00:27.000] ----------------------------------------------- -Info 7 [00:00:28.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 7 [00:00:29.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 7 [00:00:30.000] ----------------------------------------------- -Info 7 [00:00:31.000] Open files: -Info 7 [00:00:32.000] FileName: /user/username/projects/myproject/a.ts ProjectRootPath: undefined -Info 7 [00:00:33.000] Projects: /dev/null/inferredProject1* -Info 7 [00:00:34.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -59,7 +59,7 @@ After request Before request -Info 8 [00:00:35.000] request: +Info seq [hh:mm:ss:mss] request: { "type": "request", "seq": 2, @@ -68,7 +68,7 @@ Info 8 [00:00:35.000] request: "file": "/user/username/projects/myproject/a.ts" } } -Info 9 [00:00:36.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -109,7 +109,7 @@ After request Before request -Info 10 [00:00:37.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -121,7 +121,7 @@ Info 10 [00:00:37.000] request: "seq": 3, "type": "request" } -Info 11 [00:00:38.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -130,6 +130,6 @@ After request Before running Timeout callback:: count: 1 1: checkOne -Info 12 [00:00:39.000] Session does not support events: ignored event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/a.ts","diagnostics":[{"start":{"line":1,"offset":17},"end":{"line":1,"offset":18},"text":"')' expected.","code":1005,"category":"error","relatedInformation":[{"span":{"start":{"line":1,"offset":4},"end":{"line":1,"offset":5},"file":"/user/username/projects/myproject/a.ts"},"message":"The parser expected to find a ')' to match the '(' token here.","category":"error","code":1007}]}]}} -Info 13 [00:00:40.000] Session does not support events: ignored event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":3}} +Info seq [hh:mm:ss:mss] Session does not support events: ignored event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/a.ts","diagnostics":[{"start":{"line":1,"offset":17},"end":{"line":1,"offset":18},"text":"')' expected.","code":1005,"category":"error","relatedInformation":[{"span":{"start":{"line":1,"offset":4},"end":{"line":1,"offset":5},"file":"/user/username/projects/myproject/a.ts"},"message":"The parser expected to find a ')' to match the '(' token here.","category":"error","code":1007}]}]}} +Info seq [hh:mm:ss:mss] Session does not support events: ignored event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":3}} After running Timeout callback:: count: 0 diff --git a/tests/baselines/reference/tsserver/partialSemanticServer/throws-unsupported-commands.js b/tests/baselines/reference/tsserver/partialSemanticServer/throws-unsupported-commands.js index 3e9009ff2a8a7..a0bf27fb79ca5 100644 --- a/tests/baselines/reference/tsserver/partialSemanticServer/throws-unsupported-commands.js +++ b/tests/baselines/reference/tsserver/partialSemanticServer/throws-unsupported-commands.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:31.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/a.ts] import { y, cc } from "./b"; @@ -34,7 +34,7 @@ interface Array { length: number; [n: number]: T; } {} -Info 1 [00:00:32.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -43,10 +43,10 @@ Info 1 [00:00:32.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:33.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 3 [00:00:34.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 4 [00:00:35.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 5 [00:00:36.000] Files (2) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/a.ts SVC-1-0 "import { y, cc } from \"./b\";\nimport { something } from \"something\";\nclass c { prop = \"hello\"; foo() { return this.prop; } }" @@ -56,15 +56,15 @@ Info 5 [00:00:36.000] Files (2) user/username/projects/myproject/a.ts Root file specified for compilation -Info 6 [00:00:37.000] ----------------------------------------------- -Info 7 [00:00:38.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 7 [00:00:39.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 7 [00:00:40.000] ----------------------------------------------- -Info 7 [00:00:41.000] Open files: -Info 7 [00:00:42.000] FileName: /user/username/projects/myproject/a.ts ProjectRootPath: undefined -Info 7 [00:00:43.000] Projects: /dev/null/inferredProject1* -Info 7 [00:00:44.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -72,7 +72,7 @@ After request Before request -Info 8 [00:00:45.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "semanticDiagnosticsSync", "arguments": { @@ -81,5 +81,5 @@ Info 8 [00:00:45.000] request: "seq": 2, "type": "request" } -Info 9 [00:00:46.000] Request: semanticDiagnosticsSync not allowed in LanguageServiceMode.PartialSemantic -Info 10 [00:00:47.000] LanguageService Operation: getSemanticDiagnostics not allowed in LanguageServiceMode.PartialSemantic \ No newline at end of file +Info seq [hh:mm:ss:mss] Request: semanticDiagnosticsSync not allowed in LanguageServiceMode.PartialSemantic +Info seq [hh:mm:ss:mss] LanguageService Operation: getSemanticDiagnostics not allowed in LanguageServiceMode.PartialSemantic \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/plugins/With-global-plugins.js b/tests/baselines/reference/tsserver/plugins/With-global-plugins.js index f0b8eaaa17c64..f787f58c9d040 100644 --- a/tests/baselines/reference/tsserver/plugins/With-global-plugins.js +++ b/tests/baselines/reference/tsserver/plugins/With-global-plugins.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:13.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a.ts] class c { prop = "hello"; foo() { return this.prop; } } @@ -21,7 +21,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:14.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -30,11 +30,11 @@ Info 1 [00:00:14.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:15.000] Search path: / -Info 3 [00:00:16.000] For info: /a.ts :: Config file name: /tsconfig.json -Info 4 [00:00:17.000] Creating configuration project /tsconfig.json -Info 5 [00:00:18.000] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file -Info 6 [00:00:19.000] Config: /tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: / +Info seq [hh:mm:ss:mss] For info: /a.ts :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /tsconfig.json : { "rootNames": [ "/a.ts", "/a/lib/lib.d.ts" @@ -43,29 +43,29 @@ Info 6 [00:00:19.000] Config: /tsconfig.json : { "configFilePath": "/tsconfig.json" } } -Info 7 [00:00:20.000] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 8 [00:00:21.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 9 [00:00:22.000] Loading global plugin @myscoped/plugin -Info 10 [00:00:23.000] Enabling plugin @myscoped/plugin from candidate paths: /a/lib/tsc.js/../../.. -Info 11 [00:00:24.000] Loading @myscoped/plugin from /a/lib/tsc.js/../../.. (resolved to /a/lib/tsc.js/../../../node_modules) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Loading global plugin @myscoped/plugin +Info seq [hh:mm:ss:mss] Enabling plugin @myscoped/plugin from candidate paths: /a/lib/tsc.js/../../.. +Info seq [hh:mm:ss:mss] Loading @myscoped/plugin from /a/lib/tsc.js/../../.. (resolved to /a/lib/tsc.js/../../../node_modules) Loading plugin: @myscoped/plugin -Info 12 [00:00:25.000] Plugin validation succeeded -Info 13 [00:00:26.000] Loading global plugin unscopedPlugin -Info 14 [00:00:27.000] Enabling plugin unscopedPlugin from candidate paths: /a/lib/tsc.js/../../.. -Info 15 [00:00:28.000] Loading unscopedPlugin from /a/lib/tsc.js/../../.. (resolved to /a/lib/tsc.js/../../../node_modules) +Info seq [hh:mm:ss:mss] Plugin validation succeeded +Info seq [hh:mm:ss:mss] Loading global plugin unscopedPlugin +Info seq [hh:mm:ss:mss] Enabling plugin unscopedPlugin from candidate paths: /a/lib/tsc.js/../../.. +Info seq [hh:mm:ss:mss] Loading unscopedPlugin from /a/lib/tsc.js/../../.. (resolved to /a/lib/tsc.js/../../../node_modules) Loading plugin: unscopedPlugin -Info 16 [00:00:29.000] Plugin activation failed: Error: Protocol handler already exists for command "testProtocolCommand" -Info 17 [00:00:30.000] Loading global plugin ../myPlugin -Info 18 [00:00:31.000] Enabling plugin ../myPlugin from candidate paths: /a/lib/tsc.js/../../.. -Info 19 [00:00:32.000] Skipped loading plugin ../myPlugin because only package name is allowed plugin name -Info 20 [00:00:33.000] Loading global plugin myPlugin/../malicious -Info 21 [00:00:34.000] Enabling plugin myPlugin/../malicious from candidate paths: /a/lib/tsc.js/../../.. -Info 22 [00:00:35.000] Skipped loading plugin myPlugin/../malicious because only package name is allowed plugin name -Info 23 [00:00:36.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 24 [00:00:37.000] Starting updateGraphWorker: Project: /tsconfig.json -Info 25 [00:00:38.000] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 26 [00:00:39.000] Project '/tsconfig.json' (Configured) -Info 27 [00:00:40.000] Files (2) +Info seq [hh:mm:ss:mss] Plugin activation failed: Error: Protocol handler already exists for command "testProtocolCommand" +Info seq [hh:mm:ss:mss] Loading global plugin ../myPlugin +Info seq [hh:mm:ss:mss] Enabling plugin ../myPlugin from candidate paths: /a/lib/tsc.js/../../.. +Info seq [hh:mm:ss:mss] Skipped loading plugin ../myPlugin because only package name is allowed plugin name +Info seq [hh:mm:ss:mss] Loading global plugin myPlugin/../malicious +Info seq [hh:mm:ss:mss] Enabling plugin myPlugin/../malicious from candidate paths: /a/lib/tsc.js/../../.. +Info seq [hh:mm:ss:mss] Skipped loading plugin myPlugin/../malicious because only package name is allowed plugin name +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a.ts SVC-1-0 "class c { prop = \"hello\"; foo() { return this.prop; } }" /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" @@ -75,15 +75,15 @@ Info 27 [00:00:40.000] Files (2) a/lib/lib.d.ts Matched by default include pattern '**/*' -Info 28 [00:00:41.000] ----------------------------------------------- -Info 29 [00:00:42.000] Project '/tsconfig.json' (Configured) -Info 29 [00:00:43.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 29 [00:00:44.000] ----------------------------------------------- -Info 29 [00:00:45.000] Open files: -Info 29 [00:00:46.000] FileName: /a.ts ProjectRootPath: undefined -Info 29 [00:00:47.000] Projects: /tsconfig.json -Info 29 [00:00:48.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } diff --git a/tests/baselines/reference/tsserver/plugins/With-local-plugins.js b/tests/baselines/reference/tsserver/plugins/With-local-plugins.js index 88955916cdd19..c60f3ebec5a83 100644 --- a/tests/baselines/reference/tsserver/plugins/With-local-plugins.js +++ b/tests/baselines/reference/tsserver/plugins/With-local-plugins.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:13.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a.ts] class c { prop = "hello"; foo() { return this.prop; } } @@ -21,7 +21,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:14.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -30,11 +30,11 @@ Info 1 [00:00:14.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:15.000] Search path: / -Info 3 [00:00:16.000] For info: /a.ts :: Config file name: /tsconfig.json -Info 4 [00:00:17.000] Creating configuration project /tsconfig.json -Info 5 [00:00:18.000] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file -Info 6 [00:00:19.000] Config: /tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: / +Info seq [hh:mm:ss:mss] For info: /a.ts :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /tsconfig.json : { "rootNames": [ "/a.ts", "/a/lib/lib.d.ts" @@ -60,27 +60,27 @@ Info 6 [00:00:19.000] Config: /tsconfig.json : { "configFilePath": "/tsconfig.json" } } -Info 7 [00:00:20.000] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 8 [00:00:21.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 9 [00:00:22.000] Enabling plugin @myscoped/plugin from candidate paths: /a/lib/tsc.js/../../.. -Info 10 [00:00:23.000] Loading @myscoped/plugin from /a/lib/tsc.js/../../.. (resolved to /a/lib/tsc.js/../../../node_modules) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Enabling plugin @myscoped/plugin from candidate paths: /a/lib/tsc.js/../../.. +Info seq [hh:mm:ss:mss] Loading @myscoped/plugin from /a/lib/tsc.js/../../.. (resolved to /a/lib/tsc.js/../../../node_modules) Loading plugin: @myscoped/plugin -Info 11 [00:00:24.000] Plugin validation succeeded -Info 12 [00:00:25.000] Enabling plugin unscopedPlugin from candidate paths: /a/lib/tsc.js/../../.. -Info 13 [00:00:26.000] Loading unscopedPlugin from /a/lib/tsc.js/../../.. (resolved to /a/lib/tsc.js/../../../node_modules) +Info seq [hh:mm:ss:mss] Plugin validation succeeded +Info seq [hh:mm:ss:mss] Enabling plugin unscopedPlugin from candidate paths: /a/lib/tsc.js/../../.. +Info seq [hh:mm:ss:mss] Loading unscopedPlugin from /a/lib/tsc.js/../../.. (resolved to /a/lib/tsc.js/../../../node_modules) Loading plugin: unscopedPlugin -Info 14 [00:00:27.000] Plugin activation failed: Error: Protocol handler already exists for command "testProtocolCommand" -Info 15 [00:00:28.000] Enabling plugin ../myPlugin from candidate paths: /a/lib/tsc.js/../../.. -Info 16 [00:00:29.000] Skipped loading plugin ../myPlugin because only package name is allowed plugin name -Info 17 [00:00:30.000] Enabling plugin myPlugin/../malicious from candidate paths: /a/lib/tsc.js/../../.. -Info 18 [00:00:31.000] Skipped loading plugin myPlugin/../malicious because only package name is allowed plugin name -Info 19 [00:00:32.000] Enabling plugin undefined from candidate paths: /a/lib/tsc.js/../../.. -Info 20 [00:00:33.000] Skipped loading plugin {"transform":"some-transform"} because only package name is allowed plugin name -Info 21 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 22 [00:00:35.000] Starting updateGraphWorker: Project: /tsconfig.json -Info 23 [00:00:36.000] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 24 [00:00:37.000] Project '/tsconfig.json' (Configured) -Info 25 [00:00:38.000] Files (2) +Info seq [hh:mm:ss:mss] Plugin activation failed: Error: Protocol handler already exists for command "testProtocolCommand" +Info seq [hh:mm:ss:mss] Enabling plugin ../myPlugin from candidate paths: /a/lib/tsc.js/../../.. +Info seq [hh:mm:ss:mss] Skipped loading plugin ../myPlugin because only package name is allowed plugin name +Info seq [hh:mm:ss:mss] Enabling plugin myPlugin/../malicious from candidate paths: /a/lib/tsc.js/../../.. +Info seq [hh:mm:ss:mss] Skipped loading plugin myPlugin/../malicious because only package name is allowed plugin name +Info seq [hh:mm:ss:mss] Enabling plugin undefined from candidate paths: /a/lib/tsc.js/../../.. +Info seq [hh:mm:ss:mss] Skipped loading plugin {"transform":"some-transform"} because only package name is allowed plugin name +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a.ts SVC-1-0 "class c { prop = \"hello\"; foo() { return this.prop; } }" /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" @@ -90,15 +90,15 @@ Info 25 [00:00:38.000] Files (2) a/lib/lib.d.ts Matched by default include pattern '**/*' -Info 26 [00:00:39.000] ----------------------------------------------- -Info 27 [00:00:40.000] Project '/tsconfig.json' (Configured) -Info 27 [00:00:41.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 27 [00:00:42.000] ----------------------------------------------- -Info 27 [00:00:43.000] Open files: -Info 27 [00:00:44.000] FileName: /a.ts ProjectRootPath: undefined -Info 27 [00:00:45.000] Projects: /tsconfig.json -Info 27 [00:00:46.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } diff --git a/tests/baselines/reference/tsserver/plugins/With-session-and-custom-protocol-message.js b/tests/baselines/reference/tsserver/plugins/With-session-and-custom-protocol-message.js index 1cfddc1274d17..09dca2259e7c5 100644 --- a/tests/baselines/reference/tsserver/plugins/With-session-and-custom-protocol-message.js +++ b/tests/baselines/reference/tsserver/plugins/With-session-and-custom-protocol-message.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:13.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a.ts] class c { prop = "hello"; foo() { return this.prop; } } @@ -21,7 +21,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:14.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -30,11 +30,11 @@ Info 1 [00:00:14.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:15.000] Search path: / -Info 3 [00:00:16.000] For info: /a.ts :: Config file name: /tsconfig.json -Info 4 [00:00:17.000] Creating configuration project /tsconfig.json -Info 5 [00:00:18.000] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file -Info 6 [00:00:19.000] Config: /tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: / +Info seq [hh:mm:ss:mss] For info: /a.ts :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /tsconfig.json : { "rootNames": [ "/a.ts", "/a/lib/lib.d.ts" @@ -48,17 +48,17 @@ Info 6 [00:00:19.000] Config: /tsconfig.json : { "configFilePath": "/tsconfig.json" } } -Info 7 [00:00:20.000] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 8 [00:00:21.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 9 [00:00:22.000] Enabling plugin some-plugin from candidate paths: /a/lib/tsc.js/../../.. -Info 10 [00:00:23.000] Loading some-plugin from /a/lib/tsc.js/../../.. (resolved to /a/lib/tsc.js/../../../node_modules) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Enabling plugin some-plugin from candidate paths: /a/lib/tsc.js/../../.. +Info seq [hh:mm:ss:mss] Loading some-plugin from /a/lib/tsc.js/../../.. (resolved to /a/lib/tsc.js/../../../node_modules) Loading plugin: some-plugin -Info 11 [00:00:24.000] Plugin validation succeeded -Info 12 [00:00:25.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 13 [00:00:26.000] Starting updateGraphWorker: Project: /tsconfig.json -Info 14 [00:00:27.000] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:28.000] Project '/tsconfig.json' (Configured) -Info 16 [00:00:29.000] Files (2) +Info seq [hh:mm:ss:mss] Plugin validation succeeded +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a.ts SVC-1-0 "class c { prop = \"hello\"; foo() { return this.prop; } }" /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" @@ -68,15 +68,15 @@ Info 16 [00:00:29.000] Files (2) a/lib/lib.d.ts Matched by default include pattern '**/*' -Info 17 [00:00:30.000] ----------------------------------------------- -Info 18 [00:00:31.000] Project '/tsconfig.json' (Configured) -Info 18 [00:00:32.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 18 [00:00:33.000] ----------------------------------------------- -Info 18 [00:00:34.000] Open files: -Info 18 [00:00:35.000] FileName: /a.ts ProjectRootPath: undefined -Info 18 [00:00:36.000] Projects: /tsconfig.json -Info 18 [00:00:37.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -94,7 +94,7 @@ FsWatchesRecursive:: Before request -Info 19 [00:00:38.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "testProtocolCommand", "arguments": "testProtocolCommandRequest", @@ -107,7 +107,7 @@ addProtocolHandler: { "seq": 2, "type": "request" } -Info 20 [00:00:39.000] response: +Info seq [hh:mm:ss:mss] response: { "response": "testProtocolCommandResponse" } diff --git a/tests/baselines/reference/tsserver/plugins/getSupportedCodeFixes-can-be-proxied.js b/tests/baselines/reference/tsserver/plugins/getSupportedCodeFixes-can-be-proxied.js index ad2da71caf55b..65e87a57bcd39 100644 --- a/tests/baselines/reference/tsserver/plugins/getSupportedCodeFixes-can-be-proxied.js +++ b/tests/baselines/reference/tsserver/plugins/getSupportedCodeFixes-can-be-proxied.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:17.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a.ts] class c { prop = "hello"; foo() { const x = 0; } } @@ -27,7 +27,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:18.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -36,11 +36,11 @@ Info 1 [00:00:18.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:19.000] Search path: / -Info 3 [00:00:20.000] For info: /a.ts :: Config file name: /tsconfig.json -Info 4 [00:00:21.000] Creating configuration project /tsconfig.json -Info 5 [00:00:22.000] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file -Info 6 [00:00:23.000] Config: /tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: / +Info seq [hh:mm:ss:mss] For info: /a.ts :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /tsconfig.json : { "rootNames": [ "/a.ts", "/b.ts", @@ -56,18 +56,18 @@ Info 6 [00:00:23.000] Config: /tsconfig.json : { "configFilePath": "/tsconfig.json" } } -Info 7 [00:00:24.000] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 8 [00:00:25.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 9 [00:00:26.000] Enabling plugin myplugin from candidate paths: /a/lib/tsc.js/../../.. -Info 10 [00:00:27.000] Loading myplugin from /a/lib/tsc.js/../../.. (resolved to /a/lib/tsc.js/../../../node_modules) -Info 11 [00:00:28.000] Plugin validation succeeded -Info 12 [00:00:29.000] FileWatcher:: Added:: WatchInfo: /b.ts 500 undefined WatchType: Closed Script info -Info 13 [00:00:30.000] FileWatcher:: Added:: WatchInfo: /c.ts 500 undefined WatchType: Closed Script info -Info 14 [00:00:31.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 15 [00:00:32.000] Starting updateGraphWorker: Project: /tsconfig.json -Info 16 [00:00:33.000] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 17 [00:00:34.000] Project '/tsconfig.json' (Configured) -Info 18 [00:00:35.000] Files (4) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Enabling plugin myplugin from candidate paths: /a/lib/tsc.js/../../.. +Info seq [hh:mm:ss:mss] Loading myplugin from /a/lib/tsc.js/../../.. (resolved to /a/lib/tsc.js/../../../node_modules) +Info seq [hh:mm:ss:mss] Plugin validation succeeded +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /c.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a.ts SVC-1-0 "class c { prop = \"hello\"; foo() { const x = 0; } }" /b.ts Text-1 "class c { prop = \"hello\"; foo() { const x = 0; } }" /c.ts Text-1 "class c { prop = \"hello\"; foo() { const x = 0; } }" @@ -83,15 +83,15 @@ Info 18 [00:00:35.000] Files (4) a/lib/lib.d.ts Matched by default include pattern '**/*' -Info 19 [00:00:36.000] ----------------------------------------------- -Info 20 [00:00:37.000] Project '/tsconfig.json' (Configured) -Info 20 [00:00:38.000] Files (4) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) -Info 20 [00:00:39.000] ----------------------------------------------- -Info 20 [00:00:40.000] Open files: -Info 20 [00:00:41.000] FileName: /a.ts ProjectRootPath: undefined -Info 20 [00:00:42.000] Projects: /tsconfig.json -Info 20 [00:00:43.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -113,7 +113,7 @@ FsWatchesRecursive:: Before request -Info 21 [00:00:44.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -122,19 +122,19 @@ Info 21 [00:00:44.000] request: "seq": 2, "type": "request" } -Info 22 [00:00:45.000] FileWatcher:: Close:: WatchInfo: /b.ts 500 undefined WatchType: Closed Script info -Info 23 [00:00:46.000] Search path: / -Info 24 [00:00:47.000] For info: /b.ts :: Config file name: /tsconfig.json -Info 25 [00:00:48.000] Project '/tsconfig.json' (Configured) -Info 25 [00:00:49.000] Files (4) - -Info 25 [00:00:50.000] ----------------------------------------------- -Info 25 [00:00:51.000] Open files: -Info 25 [00:00:52.000] FileName: /a.ts ProjectRootPath: undefined -Info 25 [00:00:53.000] Projects: /tsconfig.json -Info 25 [00:00:54.000] FileName: /b.ts ProjectRootPath: undefined -Info 25 [00:00:55.000] Projects: /tsconfig.json -Info 25 [00:00:56.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: / +Info seq [hh:mm:ss:mss] For info: /b.ts :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -158,7 +158,7 @@ FsWatchesRecursive:: Before request -Info 26 [00:00:57.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -167,21 +167,21 @@ Info 26 [00:00:57.000] request: "seq": 3, "type": "request" } -Info 27 [00:00:58.000] FileWatcher:: Close:: WatchInfo: /c.ts 500 undefined WatchType: Closed Script info -Info 28 [00:00:59.000] Search path: / -Info 29 [00:01:00.000] For info: /c.ts :: Config file name: /tsconfig.json -Info 30 [00:01:01.000] Project '/tsconfig.json' (Configured) -Info 30 [00:01:02.000] Files (4) - -Info 30 [00:01:03.000] ----------------------------------------------- -Info 30 [00:01:04.000] Open files: -Info 30 [00:01:05.000] FileName: /a.ts ProjectRootPath: undefined -Info 30 [00:01:06.000] Projects: /tsconfig.json -Info 30 [00:01:07.000] FileName: /b.ts ProjectRootPath: undefined -Info 30 [00:01:08.000] Projects: /tsconfig.json -Info 30 [00:01:09.000] FileName: /c.ts ProjectRootPath: undefined -Info 30 [00:01:10.000] Projects: /tsconfig.json -Info 30 [00:01:11.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /c.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: / +Info seq [hh:mm:ss:mss] For info: /c.ts :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /b.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /c.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -203,13 +203,13 @@ FsWatchesRecursive:: Before request -Info 31 [00:01:12.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "getSupportedCodeFixes", "seq": 4, "type": "request" } -Info 32 [00:01:13.000] response: +Info seq [hh:mm:ss:mss] response: { "response": "ts.getSupportedCodeFixes()", "responseRequired": true @@ -218,7 +218,7 @@ After request Before request -Info 33 [00:01:14.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "getSupportedCodeFixes", "arguments": { @@ -227,7 +227,7 @@ Info 33 [00:01:14.000] request: "seq": 5, "type": "request" } -Info 34 [00:01:15.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [ "a" @@ -238,7 +238,7 @@ After request Before request -Info 35 [00:01:16.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "getSupportedCodeFixes", "arguments": { @@ -247,7 +247,7 @@ Info 35 [00:01:16.000] request: "seq": 6, "type": "request" } -Info 36 [00:01:17.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [ "b" @@ -258,7 +258,7 @@ After request Before request -Info 37 [00:01:18.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "getSupportedCodeFixes", "arguments": { @@ -267,7 +267,7 @@ Info 37 [00:01:18.000] request: "seq": 7, "type": "request" } -Info 38 [00:01:19.000] response: +Info seq [hh:mm:ss:mss] response: { "response": "ts.getSupportedCodeFixes()", "responseRequired": true @@ -276,7 +276,7 @@ After request Before request -Info 39 [00:01:20.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "getSupportedCodeFixes", "arguments": { @@ -285,7 +285,7 @@ Info 39 [00:01:20.000] request: "seq": 8, "type": "request" } -Info 40 [00:01:21.000] response: +Info seq [hh:mm:ss:mss] response: { "response": "ts.getSupportedCodeFixes()", "responseRequired": true diff --git a/tests/baselines/reference/tsserver/plugins/gets-external-files-with-config-file-reload.js b/tests/baselines/reference/tsserver/plugins/gets-external-files-with-config-file-reload.js index a7a7e3cd0dd95..c55a88859761a 100644 --- a/tests/baselines/reference/tsserver/plugins/gets-external-files-with-config-file-reload.js +++ b/tests/baselines/reference/tsserver/plugins/gets-external-files-with-config-file-reload.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:21.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/a.ts] export const x = 10; @@ -21,7 +21,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:22.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -30,11 +30,11 @@ Info 1 [00:00:22.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:23.000] Search path: /user/username/projects/myproject -Info 3 [00:00:24.000] For info: /user/username/projects/myproject/a.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 4 [00:00:25.000] Creating configuration project /user/username/projects/myproject/tsconfig.json -Info 5 [00:00:26.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 6 [00:00:27.000] Config: /user/username/projects/myproject/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/a.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/a.ts" ], @@ -47,21 +47,23 @@ Info 6 [00:00:27.000] Config: /user/username/projects/myproject/tsconfig.json "configFilePath": "/user/username/projects/myproject/tsconfig.json" } } -Info 7 [00:00:28.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:29.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:30.000] Enabling plugin some-plugin from candidate paths: /a/lib/tsc.js/../../.. -Info 10 [00:00:31.000] Loading some-plugin from /a/lib/tsc.js/../../.. (resolved to /a/lib/tsc.js/../../../node_modules) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Enabling plugin some-plugin from candidate paths: /a/lib/tsc.js/../../.. +Info seq [hh:mm:ss:mss] Loading some-plugin from /a/lib/tsc.js/../../.. (resolved to /a/lib/tsc.js/../../../node_modules) Require:: some-plugin PluginFactory Invoke -Info 11 [00:00:32.000] Plugin validation succeeded -Info 12 [00:00:33.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 13 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 14 [00:00:35.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/somefile.txt 500 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Missing file -Info 15 [00:00:36.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 16 [00:00:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 17 [00:00:38.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 18 [00:00:39.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 19 [00:00:40.000] Files (2) +Info seq [hh:mm:ss:mss] Plugin validation succeeded +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/somefile.txt 500 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/a.ts SVC-1-0 "export const x = 10;" @@ -71,15 +73,15 @@ Info 19 [00:00:40.000] Files (2) a.ts Matched by default include pattern '**/*' -Info 20 [00:00:41.000] ----------------------------------------------- -Info 21 [00:00:42.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 21 [00:00:43.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 21 [00:00:44.000] ----------------------------------------------- -Info 21 [00:00:45.000] Open files: -Info 21 [00:00:46.000] FileName: /user/username/projects/myproject/a.ts ProjectRootPath: undefined -Info 21 [00:00:47.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 21 [00:00:48.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -90,6 +92,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* @@ -102,10 +106,10 @@ FsWatchesRecursive:: {} ExternalFiles:: ["someFile.txt"] -Info 22 [00:00:52.000] FileWatcher:: Triggered with /user/username/projects/myproject/tsconfig.json 1:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 23 [00:00:53.000] Scheduled: /user/username/projects/myproject/tsconfig.json -Info 24 [00:00:54.000] Scheduled: *ensureProjectForOpenFiles* -Info 25 [00:00:55.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/tsconfig.json 1:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/tsconfig.json 1:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/tsconfig.json 1:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file Before running Timeout callback:: count: 2 1: /user/username/projects/myproject/tsconfig.json 2: *ensureProjectForOpenFiles* @@ -113,9 +117,9 @@ Before running Timeout callback:: count: 2 {"compilerOptions":{"plugins":[{"name":"some-other-plugin"}]}} -Info 26 [00:00:56.000] Running: /user/username/projects/myproject/tsconfig.json -Info 27 [00:00:57.000] Reloading configured project /user/username/projects/myproject/tsconfig.json -Info 28 [00:00:58.000] Config: /user/username/projects/myproject/tsconfig.json : { +Info seq [hh:mm:ss:mss] Running: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Reloading configured project /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/a.ts" ], @@ -128,43 +132,45 @@ Info 28 [00:00:58.000] Config: /user/username/projects/myproject/tsconfig.json "configFilePath": "/user/username/projects/myproject/tsconfig.json" } } -Info 29 [00:00:59.000] Enabling plugin some-other-plugin from candidate paths: /a/lib/tsc.js/../../.. -Info 30 [00:01:00.000] Loading some-other-plugin from /a/lib/tsc.js/../../.. (resolved to /a/lib/tsc.js/../../../node_modules) +Info seq [hh:mm:ss:mss] Enabling plugin some-other-plugin from candidate paths: /a/lib/tsc.js/../../.. +Info seq [hh:mm:ss:mss] Loading some-other-plugin from /a/lib/tsc.js/../../.. (resolved to /a/lib/tsc.js/../../../node_modules) Require:: some-other-plugin PluginFactory Invoke -Info 31 [00:01:01.000] Plugin validation succeeded -Info 32 [00:01:02.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 33 [00:01:03.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/somefile.txt 500 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Missing file -Info 34 [00:01:04.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/someotherfile.txt 500 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Missing file -Info 35 [00:01:05.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 36 [00:01:06.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 37 [00:01:07.000] Files (2) +Info seq [hh:mm:ss:mss] Plugin validation succeeded +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/somefile.txt 500 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/someotherfile.txt 500 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/a.ts SVC-1-0 "export const x = 10;" -Info 38 [00:01:08.000] ----------------------------------------------- -Info 39 [00:01:09.000] Running: *ensureProjectForOpenFiles* -Info 40 [00:01:10.000] Before ensureProjectForOpenFiles: -Info 41 [00:01:11.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 41 [00:01:12.000] Files (2) - -Info 41 [00:01:13.000] ----------------------------------------------- -Info 41 [00:01:14.000] Open files: -Info 41 [00:01:15.000] FileName: /user/username/projects/myproject/a.ts ProjectRootPath: undefined -Info 41 [00:01:16.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 41 [00:01:17.000] After ensureProjectForOpenFiles: -Info 42 [00:01:18.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 42 [00:01:19.000] Files (2) - -Info 42 [00:01:20.000] ----------------------------------------------- -Info 42 [00:01:21.000] Open files: -Info 42 [00:01:22.000] FileName: /user/username/projects/myproject/a.ts ProjectRootPath: undefined -Info 42 [00:01:23.000] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json After running Timeout callback:: count: 0 PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/someotherfile.txt: *new* {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/projectErrors/configFileDiagnostic-events-are-generated-when-the-config-file-changes.js b/tests/baselines/reference/tsserver/projectErrors/configFileDiagnostic-events-are-generated-when-the-config-file-changes.js index a04f0642d2137..0ffa1d9eeab8f 100644 --- a/tests/baselines/reference/tsserver/projectErrors/configFileDiagnostic-events-are-generated-when-the-config-file-changes.js +++ b/tests/baselines/reference/tsserver/projectErrors/configFileDiagnostic-events-are-generated-when-the-config-file-changes.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:15.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/b/app.ts] let x = 10 @@ -23,7 +23,7 @@ interface Array { length: number; [n: number]: T; } } -Info 1 [00:00:16.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -32,13 +32,13 @@ Info 1 [00:00:16.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:17.000] Search path: /a/b -Info 3 [00:00:18.000] For info: /a/b/app.ts :: Config file name: /a/b/tsconfig.json -Info 4 [00:00:19.000] Creating configuration project /a/b/tsconfig.json -Info 5 [00:00:20.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 6 [00:00:21.000] event: +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/app.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/a/b/tsconfig.json","reason":"Creating possible configured project for /a/b/app.ts to open"}} -Info 7 [00:00:22.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /a/b/tsconfig.json : { "rootNames": [ "/a/b/app.ts" ], @@ -46,15 +46,13 @@ Info 7 [00:00:22.000] Config: /a/b/tsconfig.json : { "configFilePath": "/a/b/tsconfig.json" } } -Info 8 [00:00:23.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:24.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:25.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 11 [00:00:26.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 12 [00:00:27.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 13 [00:00:28.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 14 [00:00:29.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:30.000] Project '/a/b/tsconfig.json' (Configured) -Info 16 [00:00:31.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/app.ts SVC-1-0 "let x = 10" @@ -64,30 +62,26 @@ Info 16 [00:00:31.000] Files (2) app.ts Matched by default include pattern '**/*' -Info 17 [00:00:32.000] ----------------------------------------------- -Info 18 [00:00:33.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/a/b/tsconfig.json"}} -Info 19 [00:00:34.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"e10a1dc99ee63f16cb9b69bcee75540cdf41a1137371d3afbd4e7de507be5207","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":10,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 20 [00:00:35.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/a/b/app.ts","configFile":"/a/b/tsconfig.json","diagnostics":[]}} -Info 21 [00:00:36.000] Project '/a/b/tsconfig.json' (Configured) -Info 21 [00:00:37.000] Files (2) - -Info 21 [00:00:38.000] ----------------------------------------------- -Info 21 [00:00:39.000] Open files: -Info 21 [00:00:40.000] FileName: /a/b/app.ts ProjectRootPath: undefined -Info 21 [00:00:41.000] Projects: /a/b/tsconfig.json -Info 21 [00:00:42.000] response: +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request -PolledWatches:: -/a/b/node_modules/@types: *new* - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: *new* {} @@ -98,10 +92,10 @@ FsWatchesRecursive:: /a/b: *new* {} -Info 22 [00:00:46.000] FileWatcher:: Triggered with /a/b/tsconfig.json 1:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 23 [00:00:47.000] Scheduled: /a/b/tsconfig.json -Info 24 [00:00:48.000] Scheduled: *ensureProjectForOpenFiles* -Info 25 [00:00:49.000] Elapsed:: *ms FileWatcher:: Triggered with /a/b/tsconfig.json 1:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /a/b/tsconfig.json 1:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Scheduled: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /a/b/tsconfig.json 1:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file Before running Timeout callback:: count: 2 1: /a/b/tsconfig.json 2: *ensureProjectForOpenFiles* @@ -113,11 +107,11 @@ Before running Timeout callback:: count: 2 } -Info 26 [00:00:50.000] Running: /a/b/tsconfig.json -Info 27 [00:00:51.000] Reloading configured project /a/b/tsconfig.json -Info 28 [00:00:52.000] event: +Info seq [hh:mm:ss:mss] Running: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Reloading configured project /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/a/b/tsconfig.json","reason":"Change in config file detected"}} -Info 29 [00:00:53.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /a/b/tsconfig.json : { "rootNames": [ "/a/b/app.ts" ], @@ -125,45 +119,45 @@ Info 29 [00:00:53.000] Config: /a/b/tsconfig.json : { "configFilePath": "/a/b/tsconfig.json" } } -Info 30 [00:00:54.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 31 [00:00:55.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 32 [00:00:56.000] Project '/a/b/tsconfig.json' (Configured) -Info 33 [00:00:57.000] Files (2) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/app.ts SVC-1-0 "let x = 10" -Info 34 [00:00:58.000] ----------------------------------------------- -Info 35 [00:00:59.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/a/b/tsconfig.json"}} -Info 36 [00:01:00.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/a/b/tsconfig.json","configFile":"/a/b/tsconfig.json","diagnostics":[{"start":{"line":3,"offset":21},"end":{"line":3,"offset":27},"text":"Unknown compiler option 'haha'.","code":5023,"category":"error","fileName":"/a/b/tsconfig.json"}]}} -Info 37 [00:01:01.000] Running: *ensureProjectForOpenFiles* -Info 38 [00:01:02.000] Before ensureProjectForOpenFiles: -Info 39 [00:01:03.000] Project '/a/b/tsconfig.json' (Configured) -Info 39 [00:01:04.000] Files (2) - -Info 39 [00:01:05.000] ----------------------------------------------- -Info 39 [00:01:06.000] Open files: -Info 39 [00:01:07.000] FileName: /a/b/app.ts ProjectRootPath: undefined -Info 39 [00:01:08.000] Projects: /a/b/tsconfig.json -Info 39 [00:01:09.000] After ensureProjectForOpenFiles: -Info 40 [00:01:10.000] Project '/a/b/tsconfig.json' (Configured) -Info 40 [00:01:11.000] Files (2) - -Info 40 [00:01:12.000] ----------------------------------------------- -Info 40 [00:01:13.000] Open files: -Info 40 [00:01:14.000] FileName: /a/b/app.ts ProjectRootPath: undefined -Info 40 [00:01:15.000] Projects: /a/b/tsconfig.json -Info 40 [00:01:16.000] got projects updated in background, updating diagnostics for /a/b/app.ts -Info 41 [00:01:17.000] event: +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] got projects updated in background, updating diagnostics for /a/b/app.ts +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/a/b/app.ts"]}} After running Timeout callback:: count: 1 3: checkOne -Info 42 [00:01:21.000] FileWatcher:: Triggered with /a/b/tsconfig.json 1:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 43 [00:01:22.000] Scheduled: /a/b/tsconfig.json -Info 44 [00:01:23.000] Scheduled: *ensureProjectForOpenFiles* -Info 45 [00:01:24.000] Elapsed:: *ms FileWatcher:: Triggered with /a/b/tsconfig.json 1:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /a/b/tsconfig.json 1:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Scheduled: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /a/b/tsconfig.json 1:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file Before running Timeout callback:: count: 3 3: checkOne 4: /a/b/tsconfig.json @@ -174,10 +168,10 @@ Before running Timeout callback:: count: 3 } -Info 46 [00:01:25.000] Reloading configured project /a/b/tsconfig.json -Info 47 [00:01:26.000] event: +Info seq [hh:mm:ss:mss] Reloading configured project /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/a/b/tsconfig.json","reason":"Change in config file detected"}} -Info 48 [00:01:27.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /a/b/tsconfig.json : { "rootNames": [ "/a/b/app.ts" ], @@ -185,40 +179,40 @@ Info 48 [00:01:27.000] Config: /a/b/tsconfig.json : { "configFilePath": "/a/b/tsconfig.json" } } -Info 49 [00:01:28.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 50 [00:01:29.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 51 [00:01:30.000] Project '/a/b/tsconfig.json' (Configured) -Info 52 [00:01:31.000] Files (2) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/app.ts SVC-1-0 "let x = 10" -Info 53 [00:01:32.000] ----------------------------------------------- -Info 54 [00:01:33.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/a/b/tsconfig.json"}} -Info 55 [00:01:34.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/a/b/tsconfig.json","configFile":"/a/b/tsconfig.json","diagnostics":[]}} -Info 56 [00:01:35.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/a/b/app.ts","diagnostics":[]}} -Info 57 [00:01:36.000] Running: /a/b/tsconfig.json -Info 58 [00:01:37.000] Running: *ensureProjectForOpenFiles* -Info 59 [00:01:38.000] Before ensureProjectForOpenFiles: -Info 60 [00:01:39.000] Project '/a/b/tsconfig.json' (Configured) -Info 60 [00:01:40.000] Files (2) - -Info 60 [00:01:41.000] ----------------------------------------------- -Info 60 [00:01:42.000] Open files: -Info 60 [00:01:43.000] FileName: /a/b/app.ts ProjectRootPath: undefined -Info 60 [00:01:44.000] Projects: /a/b/tsconfig.json -Info 60 [00:01:45.000] After ensureProjectForOpenFiles: -Info 61 [00:01:46.000] Project '/a/b/tsconfig.json' (Configured) -Info 61 [00:01:47.000] Files (2) - -Info 61 [00:01:48.000] ----------------------------------------------- -Info 61 [00:01:49.000] Open files: -Info 61 [00:01:50.000] FileName: /a/b/app.ts ProjectRootPath: undefined -Info 61 [00:01:51.000] Projects: /a/b/tsconfig.json -Info 61 [00:01:52.000] got projects updated in background, updating diagnostics for /a/b/app.ts -Info 62 [00:01:53.000] event: +Info seq [hh:mm:ss:mss] Running: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] got projects updated in background, updating diagnostics for /a/b/app.ts +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/a/b/app.ts"]}} After running Timeout callback:: count: 1 6: checkOne diff --git a/tests/baselines/reference/tsserver/projectErrors/configFileDiagnostic-events-are-generated-when-the-config-file-doesnt-have-errors.js b/tests/baselines/reference/tsserver/projectErrors/configFileDiagnostic-events-are-generated-when-the-config-file-doesnt-have-errors.js index 88e8045de5dd0..ecd10e263da9d 100644 --- a/tests/baselines/reference/tsserver/projectErrors/configFileDiagnostic-events-are-generated-when-the-config-file-doesnt-have-errors.js +++ b/tests/baselines/reference/tsserver/projectErrors/configFileDiagnostic-events-are-generated-when-the-config-file-doesnt-have-errors.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:15.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/b/app.ts] let x = 10 @@ -23,7 +23,7 @@ interface Array { length: number; [n: number]: T; } } -Info 1 [00:00:16.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -32,13 +32,13 @@ Info 1 [00:00:16.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:17.000] Search path: /a/b -Info 3 [00:00:18.000] For info: /a/b/app.ts :: Config file name: /a/b/tsconfig.json -Info 4 [00:00:19.000] Creating configuration project /a/b/tsconfig.json -Info 5 [00:00:20.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 6 [00:00:21.000] event: +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/app.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/a/b/tsconfig.json","reason":"Creating possible configured project for /a/b/app.ts to open"}} -Info 7 [00:00:22.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /a/b/tsconfig.json : { "rootNames": [ "/a/b/app.ts" ], @@ -46,15 +46,13 @@ Info 7 [00:00:22.000] Config: /a/b/tsconfig.json : { "configFilePath": "/a/b/tsconfig.json" } } -Info 8 [00:00:23.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:24.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:25.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 11 [00:00:26.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 12 [00:00:27.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 13 [00:00:28.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 14 [00:00:29.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:30.000] Project '/a/b/tsconfig.json' (Configured) -Info 16 [00:00:31.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/app.ts SVC-1-0 "let x = 10" @@ -64,30 +62,26 @@ Info 16 [00:00:31.000] Files (2) app.ts Matched by default include pattern '**/*' -Info 17 [00:00:32.000] ----------------------------------------------- -Info 18 [00:00:33.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/a/b/tsconfig.json"}} -Info 19 [00:00:34.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"e10a1dc99ee63f16cb9b69bcee75540cdf41a1137371d3afbd4e7de507be5207","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":10,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 20 [00:00:35.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/a/b/app.ts","configFile":"/a/b/tsconfig.json","diagnostics":[]}} -Info 21 [00:00:36.000] Project '/a/b/tsconfig.json' (Configured) -Info 21 [00:00:37.000] Files (2) +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 21 [00:00:38.000] ----------------------------------------------- -Info 21 [00:00:39.000] Open files: -Info 21 [00:00:40.000] FileName: /a/b/app.ts ProjectRootPath: undefined -Info 21 [00:00:41.000] Projects: /a/b/tsconfig.json -Info 21 [00:00:42.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request -PolledWatches:: -/a/b/node_modules/@types: *new* - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: *new* {} diff --git a/tests/baselines/reference/tsserver/projectErrors/configFileDiagnostic-events-are-generated-when-the-config-file-has-errors.js b/tests/baselines/reference/tsserver/projectErrors/configFileDiagnostic-events-are-generated-when-the-config-file-has-errors.js index fb8afc78640be..5ca300765f387 100644 --- a/tests/baselines/reference/tsserver/projectErrors/configFileDiagnostic-events-are-generated-when-the-config-file-has-errors.js +++ b/tests/baselines/reference/tsserver/projectErrors/configFileDiagnostic-events-are-generated-when-the-config-file-has-errors.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:15.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/b/app.ts] let x = 10 @@ -26,7 +26,7 @@ interface Array { length: number; [n: number]: T; } } -Info 1 [00:00:16.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -35,13 +35,13 @@ Info 1 [00:00:16.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:17.000] Search path: /a/b -Info 3 [00:00:18.000] For info: /a/b/app.ts :: Config file name: /a/b/tsconfig.json -Info 4 [00:00:19.000] Creating configuration project /a/b/tsconfig.json -Info 5 [00:00:20.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 6 [00:00:21.000] event: +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/app.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/a/b/tsconfig.json","reason":"Creating possible configured project for /a/b/app.ts to open"}} -Info 7 [00:00:22.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /a/b/tsconfig.json : { "rootNames": [ "/a/b/app.ts" ], @@ -49,15 +49,13 @@ Info 7 [00:00:22.000] Config: /a/b/tsconfig.json : { "configFilePath": "/a/b/tsconfig.json" } } -Info 8 [00:00:23.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:24.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:25.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 11 [00:00:26.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 12 [00:00:27.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 13 [00:00:28.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 14 [00:00:29.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:30.000] Project '/a/b/tsconfig.json' (Configured) -Info 16 [00:00:31.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/app.ts SVC-1-0 "let x = 10" @@ -67,30 +65,26 @@ Info 16 [00:00:31.000] Files (2) app.ts Matched by default include pattern '**/*' -Info 17 [00:00:32.000] ----------------------------------------------- -Info 18 [00:00:33.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/a/b/tsconfig.json"}} -Info 19 [00:00:34.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"e10a1dc99ee63f16cb9b69bcee75540cdf41a1137371d3afbd4e7de507be5207","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":10,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 20 [00:00:35.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/a/b/app.ts","configFile":"/a/b/tsconfig.json","diagnostics":[{"start":{"line":3,"offset":25},"end":{"line":3,"offset":30},"text":"Unknown compiler option 'foo'.","code":5023,"category":"error","fileName":"/a/b/tsconfig.json"},{"start":{"line":4,"offset":25},"end":{"line":4,"offset":34},"text":"Unknown compiler option 'allowJS'. Did you mean 'allowJs'?","code":5025,"category":"error","fileName":"/a/b/tsconfig.json"}]}} -Info 21 [00:00:36.000] Project '/a/b/tsconfig.json' (Configured) -Info 21 [00:00:37.000] Files (2) +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 21 [00:00:38.000] ----------------------------------------------- -Info 21 [00:00:39.000] Open files: -Info 21 [00:00:40.000] FileName: /a/b/app.ts ProjectRootPath: undefined -Info 21 [00:00:41.000] Projects: /a/b/tsconfig.json -Info 21 [00:00:42.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request -PolledWatches:: -/a/b/node_modules/@types: *new* - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: *new* {} diff --git a/tests/baselines/reference/tsserver/projectErrors/configFileDiagnostic-events-are-not-generated-when-the-config-file-does-not-include-file-opened-and-config-file-has-errors.js b/tests/baselines/reference/tsserver/projectErrors/configFileDiagnostic-events-are-not-generated-when-the-config-file-does-not-include-file-opened-and-config-file-has-errors.js index 5f4c1d35fc524..1111a799f1db4 100644 --- a/tests/baselines/reference/tsserver/projectErrors/configFileDiagnostic-events-are-not-generated-when-the-config-file-does-not-include-file-opened-and-config-file-has-errors.js +++ b/tests/baselines/reference/tsserver/projectErrors/configFileDiagnostic-events-are-not-generated-when-the-config-file-does-not-include-file-opened-and-config-file-has-errors.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:15.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/b/app.ts] let x = 10 @@ -27,7 +27,7 @@ interface Array { length: number; [n: number]: T; } } -Info 1 [00:00:16.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -36,13 +36,13 @@ Info 1 [00:00:16.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:17.000] Search path: /a/b -Info 3 [00:00:18.000] For info: /a/b/test.ts :: Config file name: /a/b/tsconfig.json -Info 4 [00:00:19.000] Creating configuration project /a/b/tsconfig.json -Info 5 [00:00:20.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 6 [00:00:21.000] event: +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/test.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/a/b/tsconfig.json","reason":"Creating possible configured project for /a/b/test.ts to open"}} -Info 7 [00:00:22.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /a/b/tsconfig.json : { "rootNames": [ "/a/b/app.ts" ], @@ -50,14 +50,12 @@ Info 7 [00:00:22.000] Config: /a/b/tsconfig.json : { "configFilePath": "/a/b/tsconfig.json" } } -Info 8 [00:00:23.000] FileWatcher:: Added:: WatchInfo: /a/b/app.ts 500 undefined WatchType: Closed Script info -Info 9 [00:00:24.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 10 [00:00:25.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:26.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 12 [00:00:27.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 13 [00:00:28.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 14 [00:00:29.000] Project '/a/b/tsconfig.json' (Configured) -Info 15 [00:00:30.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/app.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/app.ts Text-1 "let x = 10" @@ -67,19 +65,17 @@ Info 15 [00:00:30.000] Files (2) app.ts Part of 'files' list in tsconfig.json -Info 16 [00:00:31.000] ----------------------------------------------- -Info 17 [00:00:32.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/a/b/tsconfig.json"}} -Info 18 [00:00:33.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"e10a1dc99ee63f16cb9b69bcee75540cdf41a1137371d3afbd4e7de507be5207","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":10,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":true,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 19 [00:00:34.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/a/b/test.ts","configFile":"/a/b/tsconfig.json","diagnostics":[{"start":{"line":3,"offset":25},"end":{"line":3,"offset":30},"text":"Unknown compiler option 'foo'.","code":5023,"category":"error","fileName":"/a/b/tsconfig.json"},{"start":{"line":4,"offset":25},"end":{"line":4,"offset":34},"text":"Unknown compiler option 'allowJS'. Did you mean 'allowJs'?","code":5025,"category":"error","fileName":"/a/b/tsconfig.json"}]}} -Info 20 [00:00:35.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 21 [00:00:36.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 22 [00:00:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 23 [00:00:38.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 24 [00:00:39.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 25 [00:00:40.000] Files (2) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/test.ts SVC-1-0 "" @@ -89,28 +85,24 @@ Info 25 [00:00:40.000] Files (2) test.ts Root file specified for compilation -Info 26 [00:00:41.000] ----------------------------------------------- -Info 27 [00:00:42.000] Project '/a/b/tsconfig.json' (Configured) -Info 27 [00:00:43.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 27 [00:00:44.000] ----------------------------------------------- -Info 27 [00:00:45.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 27 [00:00:46.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 27 [00:00:47.000] ----------------------------------------------- -Info 27 [00:00:48.000] Open files: -Info 27 [00:00:49.000] FileName: /a/b/test.ts ProjectRootPath: undefined -Info 27 [00:00:50.000] Projects: /dev/null/inferredProject1* -Info 27 [00:00:51.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/test.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request -PolledWatches:: -/a/b/node_modules/@types: *new* - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: *new* {} @@ -121,7 +113,7 @@ FsWatches:: Before request -Info 28 [00:00:52.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -130,32 +122,28 @@ Info 28 [00:00:52.000] request: "seq": 2, "type": "request" } -Info 29 [00:00:53.000] FileWatcher:: Close:: WatchInfo: /a/b/app.ts 500 undefined WatchType: Closed Script info -Info 30 [00:00:54.000] Search path: /a/b -Info 31 [00:00:55.000] For info: /a/b/app.ts :: Config file name: /a/b/tsconfig.json -Info 32 [00:00:56.000] Project '/a/b/tsconfig.json' (Configured) -Info 32 [00:00:57.000] Files (2) - -Info 32 [00:00:58.000] ----------------------------------------------- -Info 32 [00:00:59.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 32 [00:01:00.000] Files (2) - -Info 32 [00:01:01.000] ----------------------------------------------- -Info 32 [00:01:02.000] Open files: -Info 32 [00:01:03.000] FileName: /a/b/test.ts ProjectRootPath: undefined -Info 32 [00:01:04.000] Projects: /dev/null/inferredProject1* -Info 32 [00:01:05.000] FileName: /a/b/app.ts ProjectRootPath: undefined -Info 32 [00:01:06.000] Projects: /a/b/tsconfig.json -Info 32 [00:01:07.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/app.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/app.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/test.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /a/b/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request -PolledWatches:: -/a/b/node_modules/@types: - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: {} @@ -168,7 +156,7 @@ FsWatches *deleted*:: Before request -Info 33 [00:01:08.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -177,16 +165,14 @@ Info 33 [00:01:08.000] request: "seq": 3, "type": "request" } -Info 34 [00:01:09.000] Search path: /a/b -Info 35 [00:01:10.000] For info: /a/b/test2.ts :: Config file name: /a/b/tsconfig.json -Info 36 [00:01:11.000] event: +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/test2.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/a/b/test2.ts","configFile":"/a/b/tsconfig.json","diagnostics":[{"start":{"line":3,"offset":25},"end":{"line":3,"offset":30},"text":"Unknown compiler option 'foo'.","code":5023,"category":"error","fileName":"/a/b/tsconfig.json"},{"start":{"line":4,"offset":25},"end":{"line":4,"offset":34},"text":"Unknown compiler option 'allowJS'. Did you mean 'allowJs'?","code":5025,"category":"error","fileName":"/a/b/tsconfig.json"}]}} -Info 37 [00:01:12.000] Starting updateGraphWorker: Project: /dev/null/inferredProject2* -Info 38 [00:01:13.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 39 [00:01:14.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 40 [00:01:15.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 41 [00:01:16.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 42 [00:01:17.000] Files (2) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/test2.ts SVC-1-0 "" @@ -196,27 +182,27 @@ Info 42 [00:01:17.000] Files (2) test2.ts Root file specified for compilation -Info 43 [00:01:18.000] ----------------------------------------------- -Info 44 [00:01:19.000] Project '/a/b/tsconfig.json' (Configured) -Info 44 [00:01:20.000] Files (2) - -Info 44 [00:01:21.000] ----------------------------------------------- -Info 44 [00:01:22.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 44 [00:01:23.000] Files (2) - -Info 44 [00:01:24.000] ----------------------------------------------- -Info 44 [00:01:25.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 44 [00:01:26.000] Files (2) - -Info 44 [00:01:27.000] ----------------------------------------------- -Info 44 [00:01:28.000] Open files: -Info 44 [00:01:29.000] FileName: /a/b/test.ts ProjectRootPath: undefined -Info 44 [00:01:30.000] Projects: /dev/null/inferredProject1* -Info 44 [00:01:31.000] FileName: /a/b/app.ts ProjectRootPath: undefined -Info 44 [00:01:32.000] Projects: /a/b/tsconfig.json -Info 44 [00:01:33.000] FileName: /a/b/test2.ts ProjectRootPath: undefined -Info 44 [00:01:34.000] Projects: /dev/null/inferredProject2* -Info 44 [00:01:35.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/test.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /a/b/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /a/b/test2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } diff --git a/tests/baselines/reference/tsserver/projectErrors/configFileDiagnostic-events-are-not-generated-when-the-config-file-does-not-include-file-opened-and-doesnt-contain-any-errors.js b/tests/baselines/reference/tsserver/projectErrors/configFileDiagnostic-events-are-not-generated-when-the-config-file-does-not-include-file-opened-and-doesnt-contain-any-errors.js index 2b07a11b39063..6add73c416019 100644 --- a/tests/baselines/reference/tsserver/projectErrors/configFileDiagnostic-events-are-not-generated-when-the-config-file-does-not-include-file-opened-and-doesnt-contain-any-errors.js +++ b/tests/baselines/reference/tsserver/projectErrors/configFileDiagnostic-events-are-not-generated-when-the-config-file-does-not-include-file-opened-and-doesnt-contain-any-errors.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:19.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/b/app.ts] let x = 10 @@ -29,7 +29,7 @@ interface Array { length: number; [n: number]: T; } } -Info 1 [00:00:20.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -38,13 +38,13 @@ Info 1 [00:00:20.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:21.000] Search path: /a/b -Info 3 [00:00:22.000] For info: /a/b/test.ts :: Config file name: /a/b/tsconfig.json -Info 4 [00:00:23.000] Creating configuration project /a/b/tsconfig.json -Info 5 [00:00:24.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 6 [00:00:25.000] event: +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/test.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/a/b/tsconfig.json","reason":"Creating possible configured project for /a/b/test.ts to open"}} -Info 7 [00:00:26.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /a/b/tsconfig.json : { "rootNames": [ "/a/b/app.ts" ], @@ -52,14 +52,12 @@ Info 7 [00:00:26.000] Config: /a/b/tsconfig.json : { "configFilePath": "/a/b/tsconfig.json" } } -Info 8 [00:00:27.000] FileWatcher:: Added:: WatchInfo: /a/b/app.ts 500 undefined WatchType: Closed Script info -Info 9 [00:00:28.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 10 [00:00:29.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:30.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 12 [00:00:31.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 13 [00:00:32.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 14 [00:00:33.000] Project '/a/b/tsconfig.json' (Configured) -Info 15 [00:00:34.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/app.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/app.ts Text-1 "let x = 10" @@ -69,19 +67,17 @@ Info 15 [00:00:34.000] Files (2) app.ts Part of 'files' list in tsconfig.json -Info 16 [00:00:35.000] ----------------------------------------------- -Info 17 [00:00:36.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/a/b/tsconfig.json"}} -Info 18 [00:00:37.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"e10a1dc99ee63f16cb9b69bcee75540cdf41a1137371d3afbd4e7de507be5207","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":10,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":true,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 19 [00:00:38.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/a/b/test.ts","configFile":"/a/b/tsconfig.json","diagnostics":[]}} -Info 20 [00:00:39.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 21 [00:00:40.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 22 [00:00:41.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 23 [00:00:42.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 24 [00:00:43.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 25 [00:00:44.000] Files (2) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/test.ts SVC-1-0 "let x = 10" @@ -91,28 +87,24 @@ Info 25 [00:00:44.000] Files (2) test.ts Root file specified for compilation -Info 26 [00:00:45.000] ----------------------------------------------- -Info 27 [00:00:46.000] Project '/a/b/tsconfig.json' (Configured) -Info 27 [00:00:47.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 27 [00:00:48.000] ----------------------------------------------- -Info 27 [00:00:49.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 27 [00:00:50.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 27 [00:00:51.000] ----------------------------------------------- -Info 27 [00:00:52.000] Open files: -Info 27 [00:00:53.000] FileName: /a/b/test.ts ProjectRootPath: undefined -Info 27 [00:00:54.000] Projects: /dev/null/inferredProject1* -Info 27 [00:00:55.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/test.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request -PolledWatches:: -/a/b/node_modules/@types: *new* - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: *new* {} @@ -123,7 +115,7 @@ FsWatches:: Before request -Info 28 [00:00:56.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -132,32 +124,28 @@ Info 28 [00:00:56.000] request: "seq": 2, "type": "request" } -Info 29 [00:00:57.000] FileWatcher:: Close:: WatchInfo: /a/b/app.ts 500 undefined WatchType: Closed Script info -Info 30 [00:00:58.000] Search path: /a/b -Info 31 [00:00:59.000] For info: /a/b/app.ts :: Config file name: /a/b/tsconfig.json -Info 32 [00:01:00.000] Project '/a/b/tsconfig.json' (Configured) -Info 32 [00:01:01.000] Files (2) - -Info 32 [00:01:02.000] ----------------------------------------------- -Info 32 [00:01:03.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 32 [00:01:04.000] Files (2) - -Info 32 [00:01:05.000] ----------------------------------------------- -Info 32 [00:01:06.000] Open files: -Info 32 [00:01:07.000] FileName: /a/b/test.ts ProjectRootPath: undefined -Info 32 [00:01:08.000] Projects: /dev/null/inferredProject1* -Info 32 [00:01:09.000] FileName: /a/b/app.ts ProjectRootPath: undefined -Info 32 [00:01:10.000] Projects: /a/b/tsconfig.json -Info 32 [00:01:11.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/app.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/app.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/test.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /a/b/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request -PolledWatches:: -/a/b/node_modules/@types: - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: {} @@ -170,7 +158,7 @@ FsWatches *deleted*:: Before request -Info 33 [00:01:12.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -179,16 +167,14 @@ Info 33 [00:01:12.000] request: "seq": 3, "type": "request" } -Info 34 [00:01:13.000] Search path: /a/b -Info 35 [00:01:14.000] For info: /a/b/test2.ts :: Config file name: /a/b/tsconfig.json -Info 36 [00:01:15.000] event: +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/test2.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/a/b/test2.ts","configFile":"/a/b/tsconfig.json","diagnostics":[]}} -Info 37 [00:01:16.000] Starting updateGraphWorker: Project: /dev/null/inferredProject2* -Info 38 [00:01:17.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 39 [00:01:18.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 40 [00:01:19.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 41 [00:01:20.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 42 [00:01:21.000] Files (2) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/test2.ts SVC-1-0 "let xy = 10" @@ -198,27 +184,27 @@ Info 42 [00:01:21.000] Files (2) test2.ts Root file specified for compilation -Info 43 [00:01:22.000] ----------------------------------------------- -Info 44 [00:01:23.000] Project '/a/b/tsconfig.json' (Configured) -Info 44 [00:01:24.000] Files (2) - -Info 44 [00:01:25.000] ----------------------------------------------- -Info 44 [00:01:26.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 44 [00:01:27.000] Files (2) - -Info 44 [00:01:28.000] ----------------------------------------------- -Info 44 [00:01:29.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 44 [00:01:30.000] Files (2) - -Info 44 [00:01:31.000] ----------------------------------------------- -Info 44 [00:01:32.000] Open files: -Info 44 [00:01:33.000] FileName: /a/b/test.ts ProjectRootPath: undefined -Info 44 [00:01:34.000] Projects: /dev/null/inferredProject1* -Info 44 [00:01:35.000] FileName: /a/b/app.ts ProjectRootPath: undefined -Info 44 [00:01:36.000] Projects: /a/b/tsconfig.json -Info 44 [00:01:37.000] FileName: /a/b/test2.ts ProjectRootPath: undefined -Info 44 [00:01:38.000] Projects: /dev/null/inferredProject2* -Info 44 [00:01:39.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/test.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /a/b/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /a/b/test2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } diff --git a/tests/baselines/reference/tsserver/projectErrors/configFileDiagnostic-events-are-not-generated-when-the-config-file-has-errors-but-suppressDiagnosticEvents-is-true.js b/tests/baselines/reference/tsserver/projectErrors/configFileDiagnostic-events-are-not-generated-when-the-config-file-has-errors-but-suppressDiagnosticEvents-is-true.js index 5edd01fc0aaf7..66f14f2efe191 100644 --- a/tests/baselines/reference/tsserver/projectErrors/configFileDiagnostic-events-are-not-generated-when-the-config-file-has-errors-but-suppressDiagnosticEvents-is-true.js +++ b/tests/baselines/reference/tsserver/projectErrors/configFileDiagnostic-events-are-not-generated-when-the-config-file-has-errors-but-suppressDiagnosticEvents-is-true.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:15.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/b/app.ts] let x = 10 @@ -26,7 +26,7 @@ interface Array { length: number; [n: number]: T; } } -Info 1 [00:00:16.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -35,13 +35,13 @@ Info 1 [00:00:16.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:17.000] Search path: /a/b -Info 3 [00:00:18.000] For info: /a/b/app.ts :: Config file name: /a/b/tsconfig.json -Info 4 [00:00:19.000] Creating configuration project /a/b/tsconfig.json -Info 5 [00:00:20.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 6 [00:00:21.000] event: +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/app.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/a/b/tsconfig.json","reason":"Creating possible configured project for /a/b/app.ts to open"}} -Info 7 [00:00:22.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /a/b/tsconfig.json : { "rootNames": [ "/a/b/app.ts" ], @@ -49,15 +49,13 @@ Info 7 [00:00:22.000] Config: /a/b/tsconfig.json : { "configFilePath": "/a/b/tsconfig.json" } } -Info 8 [00:00:23.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:24.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:25.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 11 [00:00:26.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 12 [00:00:27.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 13 [00:00:28.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 14 [00:00:29.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:30.000] Project '/a/b/tsconfig.json' (Configured) -Info 16 [00:00:31.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/app.ts SVC-1-0 "let x = 10" @@ -67,28 +65,24 @@ Info 16 [00:00:31.000] Files (2) app.ts Matched by default include pattern '**/*' -Info 17 [00:00:32.000] ----------------------------------------------- -Info 18 [00:00:33.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/a/b/tsconfig.json"}} -Info 19 [00:00:34.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"e10a1dc99ee63f16cb9b69bcee75540cdf41a1137371d3afbd4e7de507be5207","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":10,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 20 [00:00:35.000] Project '/a/b/tsconfig.json' (Configured) -Info 20 [00:00:36.000] Files (2) +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 20 [00:00:37.000] ----------------------------------------------- -Info 20 [00:00:38.000] Open files: -Info 20 [00:00:39.000] FileName: /a/b/app.ts ProjectRootPath: undefined -Info 20 [00:00:40.000] Projects: /a/b/tsconfig.json -Info 20 [00:00:41.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request -PolledWatches:: -/a/b/node_modules/@types: *new* - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: *new* {} diff --git a/tests/baselines/reference/tsserver/projectErrors/configFileDiagnostic-events-contains-the-project-reference-errors.js b/tests/baselines/reference/tsserver/projectErrors/configFileDiagnostic-events-contains-the-project-reference-errors.js index 2493f5482ef63..d8f1af2d273f6 100644 --- a/tests/baselines/reference/tsserver/projectErrors/configFileDiagnostic-events-contains-the-project-reference-errors.js +++ b/tests/baselines/reference/tsserver/projectErrors/configFileDiagnostic-events-contains-the-project-reference-errors.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:15.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/b/app.ts] let x = 10 @@ -24,7 +24,7 @@ interface Array { length: number; [n: number]: T; } } -Info 1 [00:00:16.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -33,13 +33,13 @@ Info 1 [00:00:16.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:17.000] Search path: /a/b -Info 3 [00:00:18.000] For info: /a/b/app.ts :: Config file name: /a/b/tsconfig.json -Info 4 [00:00:19.000] Creating configuration project /a/b/tsconfig.json -Info 5 [00:00:20.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 6 [00:00:21.000] event: +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/app.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/a/b/tsconfig.json","reason":"Creating possible configured project for /a/b/app.ts to open"}} -Info 7 [00:00:22.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /a/b/tsconfig.json : { "rootNames": [ "/a/b/app.ts" ], @@ -53,8 +53,8 @@ Info 7 [00:00:22.000] Config: /a/b/tsconfig.json : { } ] } -Info 8 [00:00:23.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 9 [00:00:24.000] Config: /a/b/no-such-tsconfig.json : { +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /a/b/no-such-tsconfig.json : { "rootNames": [ "/a/b/app.ts" ], @@ -62,13 +62,11 @@ Info 9 [00:00:24.000] Config: /a/b/no-such-tsconfig.json : { "configFilePath": "/a/b/no-such-tsconfig.json" } } -Info 10 [00:00:25.000] FileWatcher:: Added:: WatchInfo: /a/b/no-such-tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 11 [00:00:26.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 12 [00:00:27.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 13 [00:00:28.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 14 [00:00:29.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:30.000] Project '/a/b/tsconfig.json' (Configured) -Info 16 [00:00:31.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/no-such-tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/app.ts SVC-1-0 "let x = 10" @@ -78,21 +76,21 @@ Info 16 [00:00:31.000] Files (2) app.ts Part of 'files' list in tsconfig.json -Info 17 [00:00:32.000] ----------------------------------------------- -Info 18 [00:00:33.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/a/b/tsconfig.json"}} -Info 19 [00:00:34.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"e10a1dc99ee63f16cb9b69bcee75540cdf41a1137371d3afbd4e7de507be5207","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":10,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":true,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 20 [00:00:35.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/a/b/app.ts","configFile":"/a/b/tsconfig.json","diagnostics":[{"start":{"line":3,"offset":36},"end":{"line":3,"offset":70},"text":"File '/a/b/no-such-tsconfig.json' not found.","code":6053,"category":"error","fileName":"/a/b/tsconfig.json"}]}} -Info 21 [00:00:36.000] Project '/a/b/tsconfig.json' (Configured) -Info 21 [00:00:37.000] Files (2) +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 21 [00:00:38.000] ----------------------------------------------- -Info 21 [00:00:39.000] Open files: -Info 21 [00:00:40.000] FileName: /a/b/app.ts ProjectRootPath: undefined -Info 21 [00:00:41.000] Projects: /a/b/tsconfig.json -Info 21 [00:00:42.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -101,8 +99,6 @@ After request PolledWatches:: /a/b/no-such-tsconfig.json: *new* {"pollingInterval":2000} -/a/b/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/b/tsconfig.json: *new* diff --git a/tests/baselines/reference/tsserver/projectErrors/configured-projects---diagnostics-for-corrupted-config-1.js b/tests/baselines/reference/tsserver/projectErrors/configured-projects---diagnostics-for-corrupted-config-1.js index dc00f32fa7517..836fc7aea1372 100644 --- a/tests/baselines/reference/tsserver/projectErrors/configured-projects---diagnostics-for-corrupted-config-1.js +++ b/tests/baselines/reference/tsserver/projectErrors/configured-projects---diagnostics-for-corrupted-config-1.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:13.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/b/app.ts] @@ -11,7 +11,7 @@ Before request "files":["app.ts","lib.ts"]} -Info 1 [00:00:14.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -20,11 +20,11 @@ Info 1 [00:00:14.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:15.000] Search path: /a/b -Info 3 [00:00:16.000] For info: /a/b/app.ts :: Config file name: /a/b/tsconfig.json -Info 4 [00:00:17.000] Creating configuration project /a/b/tsconfig.json -Info 5 [00:00:18.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 6 [00:00:19.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/app.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/b/tsconfig.json : { "rootNames": [ "/a/b/app.ts", "/a/b/lib.ts" @@ -33,14 +33,12 @@ Info 6 [00:00:19.000] Config: /a/b/tsconfig.json : { "configFilePath": "/a/b/tsconfig.json" } } -Info 7 [00:00:20.000] FileWatcher:: Added:: WatchInfo: /a/b/lib.ts 500 undefined WatchType: Closed Script info -Info 8 [00:00:21.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 9 [00:00:22.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 10 [00:00:23.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 11 [00:00:24.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 12 [00:00:25.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 13 [00:00:26.000] Project '/a/b/tsconfig.json' (Configured) -Info 14 [00:00:27.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/lib.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/b/app.ts SVC-1-0 "" /a/b/lib.ts Text-1 "" @@ -50,15 +48,15 @@ Info 14 [00:00:27.000] Files (2) lib.ts Part of 'files' list in tsconfig.json -Info 15 [00:00:28.000] ----------------------------------------------- -Info 16 [00:00:29.000] Project '/a/b/tsconfig.json' (Configured) -Info 16 [00:00:30.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 16 [00:00:31.000] ----------------------------------------------- -Info 16 [00:00:32.000] Open files: -Info 16 [00:00:33.000] FileName: /a/b/app.ts ProjectRootPath: undefined -Info 16 [00:00:34.000] Projects: /a/b/tsconfig.json -Info 16 [00:00:35.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -67,8 +65,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/b/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/b/tsconfig.json: *new* @@ -78,7 +74,7 @@ FsWatches:: Before request -Info 17 [00:00:36.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "synchronizeProjectList", "arguments": { @@ -87,7 +83,7 @@ Info 17 [00:00:36.000] request: "seq": 2, "type": "request" } -Info 18 [00:00:37.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -115,7 +111,7 @@ After request Before request -Info 19 [00:00:38.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "semanticDiagnosticsSync", "arguments": { @@ -125,7 +121,7 @@ Info 19 [00:00:38.000] request: "seq": 3, "type": "request" } -Info 20 [00:00:39.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -146,16 +142,16 @@ Info 20 [00:00:39.000] response: } After request -Info 21 [00:00:43.000] FileWatcher:: Triggered with /a/b/tsconfig.json 1:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 22 [00:00:44.000] Scheduled: /a/b/tsconfig.json -Info 23 [00:00:45.000] Scheduled: *ensureProjectForOpenFiles* -Info 24 [00:00:46.000] Elapsed:: *ms FileWatcher:: Triggered with /a/b/tsconfig.json 1:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /a/b/tsconfig.json 1:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Scheduled: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /a/b/tsconfig.json 1:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file Before request //// [/a/b/tsconfig.json] {"files":["app.ts","lib.ts"]} -Info 25 [00:00:47.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "synchronizeProjectList", "arguments": { @@ -164,8 +160,8 @@ Info 25 [00:00:47.000] request: "seq": 4, "type": "request" } -Info 26 [00:00:48.000] Reloading configured project /a/b/tsconfig.json -Info 27 [00:00:49.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Reloading configured project /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /a/b/tsconfig.json : { "rootNames": [ "/a/b/app.ts", "/a/b/lib.ts" @@ -174,15 +170,15 @@ Info 27 [00:00:49.000] Config: /a/b/tsconfig.json : { "configFilePath": "/a/b/tsconfig.json" } } -Info 28 [00:00:50.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 29 [00:00:51.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 30 [00:00:52.000] Project '/a/b/tsconfig.json' (Configured) -Info 31 [00:00:53.000] Files (2) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/b/app.ts SVC-1-0 "" /a/b/lib.ts Text-1 "" -Info 32 [00:00:54.000] ----------------------------------------------- -Info 33 [00:00:55.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -210,7 +206,7 @@ After request Before request -Info 34 [00:00:56.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "semanticDiagnosticsSync", "arguments": { @@ -220,7 +216,7 @@ Info 34 [00:00:56.000] request: "seq": 5, "type": "request" } -Info 35 [00:00:57.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [], "responseRequired": true diff --git a/tests/baselines/reference/tsserver/projectErrors/configured-projects---diagnostics-for-corrupted-config-2.js b/tests/baselines/reference/tsserver/projectErrors/configured-projects---diagnostics-for-corrupted-config-2.js index 72ec6755bca84..51e0b537e658d 100644 --- a/tests/baselines/reference/tsserver/projectErrors/configured-projects---diagnostics-for-corrupted-config-2.js +++ b/tests/baselines/reference/tsserver/projectErrors/configured-projects---diagnostics-for-corrupted-config-2.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:13.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/b/app.ts] @@ -11,7 +11,7 @@ Before request {"files":["app.ts","lib.ts"]} -Info 1 [00:00:14.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -20,11 +20,11 @@ Info 1 [00:00:14.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:15.000] Search path: /a/b -Info 3 [00:00:16.000] For info: /a/b/app.ts :: Config file name: /a/b/tsconfig.json -Info 4 [00:00:17.000] Creating configuration project /a/b/tsconfig.json -Info 5 [00:00:18.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 6 [00:00:19.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/app.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/b/tsconfig.json : { "rootNames": [ "/a/b/app.ts", "/a/b/lib.ts" @@ -33,14 +33,12 @@ Info 6 [00:00:19.000] Config: /a/b/tsconfig.json : { "configFilePath": "/a/b/tsconfig.json" } } -Info 7 [00:00:20.000] FileWatcher:: Added:: WatchInfo: /a/b/lib.ts 500 undefined WatchType: Closed Script info -Info 8 [00:00:21.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 9 [00:00:22.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 10 [00:00:23.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 11 [00:00:24.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 12 [00:00:25.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 13 [00:00:26.000] Project '/a/b/tsconfig.json' (Configured) -Info 14 [00:00:27.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/lib.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/b/app.ts SVC-1-0 "" /a/b/lib.ts Text-1 "" @@ -50,15 +48,15 @@ Info 14 [00:00:27.000] Files (2) lib.ts Part of 'files' list in tsconfig.json -Info 15 [00:00:28.000] ----------------------------------------------- -Info 16 [00:00:29.000] Project '/a/b/tsconfig.json' (Configured) -Info 16 [00:00:30.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 16 [00:00:31.000] ----------------------------------------------- -Info 16 [00:00:32.000] Open files: -Info 16 [00:00:33.000] FileName: /a/b/app.ts ProjectRootPath: undefined -Info 16 [00:00:34.000] Projects: /a/b/tsconfig.json -Info 16 [00:00:35.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -67,8 +65,6 @@ After request PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/b/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/b/tsconfig.json: *new* @@ -78,7 +74,7 @@ FsWatches:: Before request -Info 17 [00:00:36.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "synchronizeProjectList", "arguments": { @@ -87,7 +83,7 @@ Info 17 [00:00:36.000] request: "seq": 2, "type": "request" } -Info 18 [00:00:37.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -115,7 +111,7 @@ After request Before request -Info 19 [00:00:38.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "semanticDiagnosticsSync", "arguments": { @@ -125,23 +121,23 @@ Info 19 [00:00:38.000] request: "seq": 3, "type": "request" } -Info 20 [00:00:39.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [], "responseRequired": true } After request -Info 21 [00:00:43.000] FileWatcher:: Triggered with /a/b/tsconfig.json 1:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 22 [00:00:44.000] Scheduled: /a/b/tsconfig.json -Info 23 [00:00:45.000] Scheduled: *ensureProjectForOpenFiles* -Info 24 [00:00:46.000] Elapsed:: *ms FileWatcher:: Triggered with /a/b/tsconfig.json 1:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /a/b/tsconfig.json 1:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Scheduled: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /a/b/tsconfig.json 1:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file Before request //// [/a/b/tsconfig.json] "files":["app.ts","lib.ts"]} -Info 25 [00:00:47.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "synchronizeProjectList", "arguments": { @@ -150,8 +146,8 @@ Info 25 [00:00:47.000] request: "seq": 4, "type": "request" } -Info 26 [00:00:48.000] Reloading configured project /a/b/tsconfig.json -Info 27 [00:00:49.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Reloading configured project /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /a/b/tsconfig.json : { "rootNames": [ "/a/b/app.ts", "/a/b/lib.ts" @@ -160,15 +156,15 @@ Info 27 [00:00:49.000] Config: /a/b/tsconfig.json : { "configFilePath": "/a/b/tsconfig.json" } } -Info 28 [00:00:50.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 29 [00:00:51.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 30 [00:00:52.000] Project '/a/b/tsconfig.json' (Configured) -Info 31 [00:00:53.000] Files (2) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/b/app.ts SVC-1-0 "" /a/b/lib.ts Text-1 "" -Info 32 [00:00:54.000] ----------------------------------------------- -Info 33 [00:00:55.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -196,7 +192,7 @@ After request Before request -Info 34 [00:00:56.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "semanticDiagnosticsSync", "arguments": { @@ -206,7 +202,7 @@ Info 34 [00:00:56.000] request: "seq": 5, "type": "request" } -Info 35 [00:00:57.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [ { diff --git a/tests/baselines/reference/tsserver/projectErrors/configured-projects---diagnostics-for-missing-files.js b/tests/baselines/reference/tsserver/projectErrors/configured-projects---diagnostics-for-missing-files.js index d52fc979781a8..7d54be350aa4b 100644 --- a/tests/baselines/reference/tsserver/projectErrors/configured-projects---diagnostics-for-missing-files.js +++ b/tests/baselines/reference/tsserver/projectErrors/configured-projects---diagnostics-for-missing-files.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:15.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/b/app.ts] @@ -21,7 +21,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:16.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -30,11 +30,11 @@ Info 1 [00:00:16.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:17.000] Search path: /a/b -Info 3 [00:00:18.000] For info: /a/b/app.ts :: Config file name: /a/b/tsconfig.json -Info 4 [00:00:19.000] Creating configuration project /a/b/tsconfig.json -Info 5 [00:00:20.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 6 [00:00:21.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/app.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/b/tsconfig.json : { "rootNames": [ "/a/b/app.ts", "/a/b/applib.ts" @@ -43,14 +43,12 @@ Info 6 [00:00:21.000] Config: /a/b/tsconfig.json : { "configFilePath": "/a/b/tsconfig.json" } } -Info 7 [00:00:22.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 8 [00:00:23.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 9 [00:00:24.000] FileWatcher:: Added:: WatchInfo: /a/b/applib.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 10 [00:00:25.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 11 [00:00:26.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 12 [00:00:27.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 13 [00:00:28.000] Project '/a/b/tsconfig.json' (Configured) -Info 14 [00:00:29.000] Files (2) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/applib.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/app.ts SVC-1-0 "" @@ -60,15 +58,15 @@ Info 14 [00:00:29.000] Files (2) app.ts Part of 'files' list in tsconfig.json -Info 15 [00:00:30.000] ----------------------------------------------- -Info 16 [00:00:31.000] Project '/a/b/tsconfig.json' (Configured) -Info 16 [00:00:32.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 16 [00:00:33.000] ----------------------------------------------- -Info 16 [00:00:34.000] Open files: -Info 16 [00:00:35.000] FileName: /a/b/app.ts ProjectRootPath: undefined -Info 16 [00:00:36.000] Projects: /a/b/tsconfig.json -Info 16 [00:00:37.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -77,8 +75,6 @@ After request PolledWatches:: /a/b/applib.ts: *new* {"pollingInterval":500} -/a/b/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/b/tsconfig.json: *new* @@ -88,7 +84,7 @@ FsWatches:: Before request -Info 17 [00:00:38.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compilerOptionsDiagnostics-full", "arguments": { @@ -97,7 +93,7 @@ Info 17 [00:00:38.000] request: "seq": 2, "type": "request" } -Info 18 [00:00:39.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -128,20 +124,16 @@ Info 18 [00:00:39.000] response: } After request -Info 19 [00:00:42.000] FileWatcher:: Triggered with /a/b/applib.ts 0:: WatchInfo: /a/b/applib.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 20 [00:00:43.000] FileWatcher:: Close:: WatchInfo: /a/b/applib.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 21 [00:00:44.000] Scheduled: /a/b/tsconfig.json -Info 22 [00:00:45.000] Scheduled: *ensureProjectForOpenFiles* -Info 23 [00:00:46.000] Elapsed:: *ms FileWatcher:: Triggered with /a/b/applib.ts 0:: WatchInfo: /a/b/applib.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /a/b/applib.ts 0:: WatchInfo: /a/b/applib.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/applib.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Scheduled: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /a/b/applib.ts 0:: WatchInfo: /a/b/applib.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file Before request //// [/a/b/applib.ts] -PolledWatches:: -/a/b/node_modules/@types: - {"pollingInterval":500} - PolledWatches *deleted*:: /a/b/applib.ts: {"pollingInterval":500} @@ -152,7 +144,7 @@ FsWatches:: /a/lib/lib.d.ts: {} -Info 24 [00:00:47.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compilerOptionsDiagnostics-full", "arguments": { @@ -161,11 +153,11 @@ Info 24 [00:00:47.000] request: "seq": 3, "type": "request" } -Info 25 [00:00:48.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 26 [00:00:49.000] FileWatcher:: Added:: WatchInfo: /a/b/applib.ts 500 undefined WatchType: Closed Script info -Info 27 [00:00:50.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 28 [00:00:51.000] Project '/a/b/tsconfig.json' (Configured) -Info 29 [00:00:52.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/applib.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/app.ts SVC-1-0 "" /a/b/applib.ts Text-1 "" @@ -178,18 +170,14 @@ Info 29 [00:00:52.000] Files (3) applib.ts Part of 'files' list in tsconfig.json -Info 30 [00:00:53.000] ----------------------------------------------- -Info 31 [00:00:54.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": [], "responseRequired": true } After request -PolledWatches:: -/a/b/node_modules/@types: - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: {} diff --git a/tests/baselines/reference/tsserver/projectErrors/correct-errors-when-resolution-resolves-to-file-that-has-same-ambient-module-and-is-also-module.js b/tests/baselines/reference/tsserver/projectErrors/correct-errors-when-resolution-resolves-to-file-that-has-same-ambient-module-and-is-also-module.js index acdc869563989..c31fa16f49cdf 100644 --- a/tests/baselines/reference/tsserver/projectErrors/correct-errors-when-resolution-resolves-to-file-that-has-same-ambient-module-and-is-also-module.js +++ b/tests/baselines/reference/tsserver/projectErrors/correct-errors-when-resolution-resolves-to-file-that-has-same-ambient-module-and-is-also-module.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:33.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/lib/lib.d.ts] /// @@ -35,7 +35,7 @@ declare module '@custom/plugin' { } -Info 1 [00:00:34.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -44,13 +44,13 @@ Info 1 [00:00:34.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:35.000] Search path: /users/username/projects/myproject/src -Info 3 [00:00:36.000] For info: /users/username/projects/myproject/src/a.ts :: Config file name: /users/username/projects/myproject/tsconfig.json -Info 4 [00:00:37.000] Creating configuration project /users/username/projects/myproject/tsconfig.json -Info 5 [00:00:38.000] FileWatcher:: Added:: WatchInfo: /users/username/projects/myproject/tsconfig.json 2000 undefined Project: /users/username/projects/myproject/tsconfig.json WatchType: Config file -Info 6 [00:00:39.000] event: +Info seq [hh:mm:ss:mss] Search path: /users/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /users/username/projects/myproject/src/a.ts :: Config file name: /users/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /users/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /users/username/projects/myproject/tsconfig.json 2000 undefined Project: /users/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/users/username/projects/myproject/tsconfig.json","reason":"Creating possible configured project for /users/username/projects/myproject/src/a.ts to open"}} -Info 7 [00:00:40.000] Config: /users/username/projects/myproject/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /users/username/projects/myproject/tsconfig.json : { "rootNames": [ "/users/username/projects/myproject/src/a.ts" ], @@ -58,19 +58,21 @@ Info 7 [00:00:40.000] Config: /users/username/projects/myproject/tsconfig.jso "configFilePath": "/users/username/projects/myproject/tsconfig.json" } } -Info 8 [00:00:41.000] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/myproject/src 1 undefined Config: /users/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/myproject/src 1 undefined Config: /users/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:43.000] Starting updateGraphWorker: Project: /users/username/projects/myproject/tsconfig.json -Info 11 [00:00:44.000] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/myproject/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 12 [00:00:45.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/myproject/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 13 [00:00:46.000] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/myproject/node_modules 1 undefined Project: /users/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 14 [00:00:47.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/myproject/node_modules 1 undefined Project: /users/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:48.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 16 [00:00:49.000] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/myproject/node_modules/@types 1 undefined Project: /users/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 17 [00:00:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/myproject/node_modules/@types 1 undefined Project: /users/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 18 [00:00:51.000] Finishing updateGraphWorker: Project: /users/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 19 [00:00:52.000] Project '/users/username/projects/myproject/tsconfig.json' (Configured) -Info 20 [00:00:53.000] Files (4) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/myproject/src 1 undefined Config: /users/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/myproject/src 1 undefined Config: /users/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/myproject/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/myproject/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/myproject/node_modules 1 undefined Project: /users/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/myproject/node_modules 1 undefined Project: /users/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/myproject/node_modules/@types 1 undefined Project: /users/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/myproject/node_modules/@types 1 undefined Project: /users/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/node_modules/@types 1 undefined Project: /users/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /users/username/projects/myproject/node_modules/@custom/plugin/proposed.d.ts Text-1 "declare module '@custom/plugin' {\n export const bar = 10;\n}" /users/username/projects/myproject/node_modules/@custom/plugin/index.d.ts Text-1 "import './proposed';\ndeclare module '@custom/plugin' {\n export const version: string;\n}" @@ -86,21 +88,21 @@ Info 20 [00:00:53.000] Files (4) src/a.ts Matched by include pattern 'src' in 'tsconfig.json' -Info 21 [00:00:54.000] ----------------------------------------------- -Info 22 [00:00:55.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/users/username/projects/myproject/tsconfig.json"}} -Info 23 [00:00:56.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"49814c247d0e4666719ac54e31c3f19091be4020c5ac046c86474826dc7e4ede","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":73,"tsx":0,"tsxSize":0,"dts":3,"dtsSize":486,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":true,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 24 [00:00:57.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/users/username/projects/myproject/src/a.ts","configFile":"/users/username/projects/myproject/tsconfig.json","diagnostics":[]}} -Info 25 [00:00:58.000] Project '/users/username/projects/myproject/tsconfig.json' (Configured) -Info 25 [00:00:59.000] Files (4) - -Info 25 [00:01:00.000] ----------------------------------------------- -Info 25 [00:01:01.000] Open files: -Info 25 [00:01:02.000] FileName: /users/username/projects/myproject/src/a.ts ProjectRootPath: undefined -Info 25 [00:01:03.000] Projects: /users/username/projects/myproject/tsconfig.json -Info 25 [00:01:04.000] response: +Info seq [hh:mm:ss:mss] Project '/users/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /users/username/projects/myproject/src/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /users/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -109,6 +111,8 @@ After request PolledWatches:: /users/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/users/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /users/username/projects/myproject/tsconfig.json: *new* @@ -124,7 +128,7 @@ FsWatchesRecursive:: Before request -Info 26 [00:01:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -136,7 +140,7 @@ Info 26 [00:01:05.000] request: "seq": 2, "type": "request" } -Info 27 [00:01:06.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -145,14 +149,14 @@ After request Before running Timeout callback:: count: 1 1: checkOne -Info 28 [00:01:07.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/users/username/projects/myproject/src/a.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 1: semanticCheck -Info 29 [00:01:08.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/users/username/projects/myproject/src/a.ts","diagnostics":[]}} After running Immedidate callback:: count: 1 2: suggestionCheck @@ -160,15 +164,15 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 2: suggestionCheck -Info 30 [00:01:09.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/users/username/projects/myproject/src/a.ts","diagnostics":[{"start":{"line":1,"offset":1},"end":{"line":1,"offset":44},"text":"'myModule' is declared but its value is never read.","code":6133,"category":"suggestion","reportsUnnecessary":true},{"start":{"line":2,"offset":10},"end":{"line":2,"offset":13},"text":"'foo' is declared but its value is never read.","code":6133,"category":"suggestion","reportsUnnecessary":true}]}} -Info 31 [00:01:10.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":2}} After running Immedidate callback:: count: 0 Before request -Info 32 [00:01:11.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { @@ -182,7 +186,7 @@ Info 32 [00:01:11.000] request: "seq": 3, "type": "request" } -Info 33 [00:01:12.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -190,7 +194,7 @@ After request Before request -Info 34 [00:01:13.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -202,7 +206,7 @@ Info 34 [00:01:13.000] request: "seq": 4, "type": "request" } -Info 35 [00:01:14.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -211,24 +215,24 @@ After request Before running Timeout callback:: count: 1 2: checkOne -Info 36 [00:01:15.000] Starting updateGraphWorker: Project: /users/username/projects/myproject/tsconfig.json -Info 37 [00:01:16.000] Finishing updateGraphWorker: Project: /users/username/projects/myproject/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 38 [00:01:17.000] Project '/users/username/projects/myproject/tsconfig.json' (Configured) -Info 39 [00:01:18.000] Files (4) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /users/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /users/username/projects/myproject/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/users/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /users/username/projects/myproject/node_modules/@custom/plugin/proposed.d.ts Text-1 "declare module '@custom/plugin' {\n export const bar = 10;\n}" /users/username/projects/myproject/node_modules/@custom/plugin/index.d.ts Text-1 "import './proposed';\ndeclare module '@custom/plugin' {\n export const version: string;\n}" /users/username/projects/myproject/src/a.ts SVC-1-1 "import * as myModule from \"@custom/plugin\";\nfunction foo() {\n // heollo\n}" -Info 40 [00:01:19.000] ----------------------------------------------- -Info 41 [00:01:20.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/users/username/projects/myproject/src/a.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 3: semanticCheck -Info 42 [00:01:21.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/users/username/projects/myproject/src/a.ts","diagnostics":[]}} After running Immedidate callback:: count: 1 4: suggestionCheck @@ -236,8 +240,8 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 4: suggestionCheck -Info 43 [00:01:22.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/users/username/projects/myproject/src/a.ts","diagnostics":[{"start":{"line":1,"offset":1},"end":{"line":1,"offset":44},"text":"'myModule' is declared but its value is never read.","code":6133,"category":"suggestion","reportsUnnecessary":true},{"start":{"line":2,"offset":10},"end":{"line":2,"offset":13},"text":"'foo' is declared but its value is never read.","code":6133,"category":"suggestion","reportsUnnecessary":true}]}} -Info 44 [00:01:23.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":4}} After running Immedidate callback:: count: 0 diff --git a/tests/baselines/reference/tsserver/projectErrors/diagnostics-after-noUnusedLabels-changes.js b/tests/baselines/reference/tsserver/projectErrors/diagnostics-after-noUnusedLabels-changes.js index 0739c48f6084e..5719bcb0c7191 100644 --- a/tests/baselines/reference/tsserver/projectErrors/diagnostics-after-noUnusedLabels-changes.js +++ b/tests/baselines/reference/tsserver/projectErrors/diagnostics-after-noUnusedLabels-changes.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:07.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a.ts] label: while (1) {} @@ -8,7 +8,7 @@ label: while (1) {} { "compilerOptions": { "allowUnusedLabels": true } } -Info 1 [00:00:08.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -17,11 +17,11 @@ Info 1 [00:00:08.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:09.000] Search path: / -Info 3 [00:00:10.000] For info: /a.ts :: Config file name: /tsconfig.json -Info 4 [00:00:11.000] Creating configuration project /tsconfig.json -Info 5 [00:00:12.000] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file -Info 6 [00:00:13.000] Config: /tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: / +Info seq [hh:mm:ss:mss] For info: /a.ts :: Config file name: /tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /tsconfig.json : { "rootNames": [ "/a.ts" ], @@ -30,28 +30,28 @@ Info 6 [00:00:13.000] Config: /tsconfig.json : { "configFilePath": "/tsconfig.json" } } -Info 7 [00:00:14.000] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 8 [00:00:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 9 [00:00:16.000] Starting updateGraphWorker: Project: /tsconfig.json -Info 10 [00:00:17.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file -Info 11 [00:00:18.000] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 12 [00:00:19.000] Project '/tsconfig.json' (Configured) -Info 13 [00:00:20.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a.ts SVC-1-0 "label: while (1) {}" a.ts Matched by default include pattern '**/*' -Info 14 [00:00:21.000] ----------------------------------------------- -Info 15 [00:00:22.000] Project '/tsconfig.json' (Configured) -Info 15 [00:00:23.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 15 [00:00:24.000] ----------------------------------------------- -Info 15 [00:00:25.000] Open files: -Info 15 [00:00:26.000] FileName: /a.ts ProjectRootPath: undefined -Info 15 [00:00:27.000] Projects: /tsconfig.json -Info 15 [00:00:28.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -69,10 +69,10 @@ FsWatchesRecursive:: /: *new* {} -Info 16 [00:00:31.000] FileWatcher:: Triggered with /tsconfig.json 1:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file -Info 17 [00:00:32.000] Scheduled: /tsconfig.json -Info 18 [00:00:33.000] Scheduled: *ensureProjectForOpenFiles* -Info 19 [00:00:34.000] Elapsed:: *ms FileWatcher:: Triggered with /tsconfig.json 1:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /tsconfig.json 1:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Scheduled: /tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /tsconfig.json 1:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file Before running Timeout callback:: count: 2 1: /tsconfig.json 2: *ensureProjectForOpenFiles* @@ -80,9 +80,9 @@ Before running Timeout callback:: count: 2 { "compilerOptions": { "allowUnusedLabels": false } } -Info 20 [00:00:35.000] Running: /tsconfig.json -Info 21 [00:00:36.000] Reloading configured project /tsconfig.json -Info 22 [00:00:37.000] Config: /tsconfig.json : { +Info seq [hh:mm:ss:mss] Running: /tsconfig.json +Info seq [hh:mm:ss:mss] Reloading configured project /tsconfig.json +Info seq [hh:mm:ss:mss] Config: /tsconfig.json : { "rootNames": [ "/a.ts" ], @@ -91,35 +91,35 @@ Info 22 [00:00:37.000] Config: /tsconfig.json : { "configFilePath": "/tsconfig.json" } } -Info 23 [00:00:38.000] Starting updateGraphWorker: Project: /tsconfig.json -Info 24 [00:00:39.000] Finishing updateGraphWorker: Project: /tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 25 [00:00:40.000] Project '/tsconfig.json' (Configured) -Info 26 [00:00:41.000] Files (1) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a.ts SVC-1-0 "label: while (1) {}" -Info 27 [00:00:42.000] ----------------------------------------------- -Info 28 [00:00:43.000] Running: *ensureProjectForOpenFiles* -Info 29 [00:00:44.000] Before ensureProjectForOpenFiles: -Info 30 [00:00:45.000] Project '/tsconfig.json' (Configured) -Info 30 [00:00:46.000] Files (1) - -Info 30 [00:00:47.000] ----------------------------------------------- -Info 30 [00:00:48.000] Open files: -Info 30 [00:00:49.000] FileName: /a.ts ProjectRootPath: undefined -Info 30 [00:00:50.000] Projects: /tsconfig.json -Info 30 [00:00:51.000] After ensureProjectForOpenFiles: -Info 31 [00:00:52.000] Project '/tsconfig.json' (Configured) -Info 31 [00:00:53.000] Files (1) - -Info 31 [00:00:54.000] ----------------------------------------------- -Info 31 [00:00:55.000] Open files: -Info 31 [00:00:56.000] FileName: /a.ts ProjectRootPath: undefined -Info 31 [00:00:57.000] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /tsconfig.json After running Timeout callback:: count: 0 Before request -Info 31 [00:00:58.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "semanticDiagnosticsSync", "arguments": { @@ -128,7 +128,7 @@ Info 31 [00:00:58.000] request: "seq": 2, "type": "request" } -Info 32 [00:00:59.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [ { diff --git a/tests/baselines/reference/tsserver/projectErrors/document-is-not-contained-in-project.js b/tests/baselines/reference/tsserver/projectErrors/document-is-not-contained-in-project.js index 83c96de5a4728..f2d72e0393bfc 100644 --- a/tests/baselines/reference/tsserver/projectErrors/document-is-not-contained-in-project.js +++ b/tests/baselines/reference/tsserver/projectErrors/document-is-not-contained-in-project.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:11.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/a/b/app.ts] @@ -8,11 +8,11 @@ Creating project service { -Info 1 [00:00:12.000] Search path: /a/b -Info 2 [00:00:13.000] For info: /a/b/app.ts :: Config file name: /a/b/tsconfig.json -Info 3 [00:00:14.000] Creating configuration project /a/b/tsconfig.json -Info 4 [00:00:15.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 5 [00:00:16.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/app.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/b/tsconfig.json : { "rootNames": [ "/a/b/app.ts" ], @@ -20,26 +20,24 @@ Info 5 [00:00:16.000] Config: /a/b/tsconfig.json : { "configFilePath": "/a/b/tsconfig.json" } } -Info 6 [00:00:17.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 7 [00:00:18.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:19.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 9 [00:00:20.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 10 [00:00:21.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 11 [00:00:22.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 12 [00:00:23.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 13 [00:00:24.000] Project '/a/b/tsconfig.json' (Configured) -Info 14 [00:00:25.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/b/app.ts SVC-1-0 "" app.ts Matched by default include pattern '**/*' -Info 15 [00:00:26.000] ----------------------------------------------- -Info 16 [00:00:27.000] Project '/a/b/tsconfig.json' (Configured) -Info 16 [00:00:28.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 16 [00:00:29.000] ----------------------------------------------- -Info 16 [00:00:30.000] Open files: -Info 16 [00:00:31.000] FileName: /a/b/app.ts ProjectRootPath: undefined -Info 16 [00:00:32.000] Projects: /a/b/tsconfig.json \ No newline at end of file +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/projectErrors/external-project---diagnostics-for-missing-files.js b/tests/baselines/reference/tsserver/projectErrors/external-project---diagnostics-for-missing-files.js index 8bf9ea32ccb35..27c83cf407b27 100644 --- a/tests/baselines/reference/tsserver/projectErrors/external-project---diagnostics-for-missing-files.js +++ b/tests/baselines/reference/tsserver/projectErrors/external-project---diagnostics-for-missing-files.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:13.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/b/app.ts] @@ -18,7 +18,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:14.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "openExternalProject", "arguments": { @@ -36,15 +36,13 @@ Info 1 [00:00:14.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:15.000] FileWatcher:: Added:: WatchInfo: /a/b/app.ts 500 undefined WatchType: Closed Script info -Info 3 [00:00:16.000] Starting updateGraphWorker: Project: /a/b/test.csproj -Info 4 [00:00:17.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 5 [00:00:18.000] FileWatcher:: Added:: WatchInfo: /a/b/applib.ts 500 undefined Project: /a/b/test.csproj WatchType: Missing file -Info 6 [00:00:19.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/test.csproj WatchType: Type roots -Info 7 [00:00:20.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/test.csproj WatchType: Type roots -Info 8 [00:00:21.000] Finishing updateGraphWorker: Project: /a/b/test.csproj Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 9 [00:00:22.000] Project '/a/b/test.csproj' (External) -Info 10 [00:00:23.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/app.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/test.csproj +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/applib.ts 500 undefined Project: /a/b/test.csproj WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/test.csproj Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/test.csproj' (External) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/app.ts Text-1 "" @@ -54,8 +52,8 @@ Info 10 [00:00:23.000] Files (2) app.ts Root file specified for compilation -Info 11 [00:00:24.000] ----------------------------------------------- -Info 12 [00:00:25.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -65,8 +63,6 @@ After request PolledWatches:: /a/b/applib.ts: *new* {"pollingInterval":500} -/a/b/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/b/app.ts: *new* @@ -76,7 +72,7 @@ FsWatches:: Before request -Info 13 [00:00:26.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compilerOptionsDiagnostics-full", "arguments": { @@ -85,7 +81,7 @@ Info 13 [00:00:26.000] request: "seq": 2, "type": "request" } -Info 14 [00:00:27.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -98,24 +94,20 @@ Info 14 [00:00:27.000] response: } After request -Info 15 [00:00:29.000] FileWatcher:: Triggered with /a/b/app.ts 2:: WatchInfo: /a/b/app.ts 500 undefined WatchType: Closed Script info -Info 16 [00:00:30.000] FileWatcher:: Close:: WatchInfo: /a/b/app.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:31.000] Scheduled: /a/b/test.csproj -Info 18 [00:00:32.000] Elapsed:: *ms FileWatcher:: Triggered with /a/b/app.ts 2:: WatchInfo: /a/b/app.ts 500 undefined WatchType: Closed Script info -Info 19 [00:00:35.000] FileWatcher:: Triggered with /a/b/applib.ts 0:: WatchInfo: /a/b/applib.ts 500 undefined Project: /a/b/test.csproj WatchType: Missing file -Info 20 [00:00:36.000] FileWatcher:: Close:: WatchInfo: /a/b/applib.ts 500 undefined Project: /a/b/test.csproj WatchType: Missing file -Info 21 [00:00:37.000] Scheduled: /a/b/test.csproj, Cancelled earlier one -Info 22 [00:00:38.000] Elapsed:: *ms FileWatcher:: Triggered with /a/b/applib.ts 0:: WatchInfo: /a/b/applib.ts 500 undefined Project: /a/b/test.csproj WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /a/b/app.ts 2:: WatchInfo: /a/b/app.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/app.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /a/b/test.csproj +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /a/b/app.ts 2:: WatchInfo: /a/b/app.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /a/b/applib.ts 0:: WatchInfo: /a/b/applib.ts 500 undefined Project: /a/b/test.csproj WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/applib.ts 500 undefined Project: /a/b/test.csproj WatchType: Missing file +Info seq [hh:mm:ss:mss] Scheduled: /a/b/test.csproj, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /a/b/applib.ts 0:: WatchInfo: /a/b/applib.ts 500 undefined Project: /a/b/test.csproj WatchType: Missing file Before request //// [/a/b/applib.ts] //// [/a/b/app.ts] deleted -PolledWatches:: -/a/b/node_modules/@types: - {"pollingInterval":500} - PolledWatches *deleted*:: /a/b/applib.ts: {"pollingInterval":500} @@ -128,7 +120,7 @@ FsWatches *deleted*:: /a/b/app.ts: {} -Info 23 [00:00:39.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compilerOptionsDiagnostics-full", "arguments": { @@ -137,12 +129,12 @@ Info 23 [00:00:39.000] request: "seq": 3, "type": "request" } -Info 24 [00:00:40.000] Starting updateGraphWorker: Project: /a/b/test.csproj -Info 25 [00:00:41.000] FileWatcher:: Added:: WatchInfo: /a/b/applib.ts 500 undefined WatchType: Closed Script info -Info 26 [00:00:42.000] FileWatcher:: Added:: WatchInfo: /a/b/app.ts 500 undefined Project: /a/b/test.csproj WatchType: Missing file -Info 27 [00:00:43.000] Finishing updateGraphWorker: Project: /a/b/test.csproj Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 28 [00:00:44.000] Project '/a/b/test.csproj' (External) -Info 29 [00:00:45.000] Files (2) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/test.csproj +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/applib.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/app.ts 500 undefined Project: /a/b/test.csproj WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/test.csproj Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/test.csproj' (External) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/applib.ts Text-1 "" @@ -152,8 +144,8 @@ Info 29 [00:00:45.000] Files (2) applib.ts Root file specified for compilation -Info 30 [00:00:46.000] ----------------------------------------------- -Info 31 [00:00:47.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -167,8 +159,6 @@ Info 31 [00:00:47.000] response: After request PolledWatches:: -/a/b/node_modules/@types: - {"pollingInterval":500} /a/b/app.ts: *new* {"pollingInterval":500} @@ -178,19 +168,15 @@ FsWatches:: /a/b/applib.ts: *new* {} -Info 32 [00:00:50.000] FileWatcher:: Triggered with /a/b/app.ts 0:: WatchInfo: /a/b/app.ts 500 undefined Project: /a/b/test.csproj WatchType: Missing file -Info 33 [00:00:51.000] FileWatcher:: Close:: WatchInfo: /a/b/app.ts 500 undefined Project: /a/b/test.csproj WatchType: Missing file -Info 34 [00:00:52.000] Scheduled: /a/b/test.csproj, Cancelled earlier one -Info 35 [00:00:53.000] Elapsed:: *ms FileWatcher:: Triggered with /a/b/app.ts 0:: WatchInfo: /a/b/app.ts 500 undefined Project: /a/b/test.csproj WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /a/b/app.ts 0:: WatchInfo: /a/b/app.ts 500 undefined Project: /a/b/test.csproj WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/app.ts 500 undefined Project: /a/b/test.csproj WatchType: Missing file +Info seq [hh:mm:ss:mss] Scheduled: /a/b/test.csproj, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /a/b/app.ts 0:: WatchInfo: /a/b/app.ts 500 undefined Project: /a/b/test.csproj WatchType: Missing file Before request //// [/a/b/app.ts] -PolledWatches:: -/a/b/node_modules/@types: - {"pollingInterval":500} - PolledWatches *deleted*:: /a/b/app.ts: {"pollingInterval":500} @@ -201,7 +187,7 @@ FsWatches:: /a/b/applib.ts: {} -Info 36 [00:00:54.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compilerOptionsDiagnostics-full", "arguments": { @@ -210,11 +196,11 @@ Info 36 [00:00:54.000] request: "seq": 4, "type": "request" } -Info 37 [00:00:55.000] Starting updateGraphWorker: Project: /a/b/test.csproj -Info 38 [00:00:56.000] FileWatcher:: Added:: WatchInfo: /a/b/app.ts 500 undefined WatchType: Closed Script info -Info 39 [00:00:57.000] Finishing updateGraphWorker: Project: /a/b/test.csproj Version: 3 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 40 [00:00:58.000] Project '/a/b/test.csproj' (External) -Info 41 [00:00:59.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/test.csproj +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/app.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/test.csproj Version: 3 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/test.csproj' (External) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/applib.ts Text-1 "" /a/b/app.ts Text-2 "" @@ -227,18 +213,14 @@ Info 41 [00:00:59.000] Files (3) app.ts Root file specified for compilation -Info 42 [00:01:00.000] ----------------------------------------------- -Info 43 [00:01:01.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": [], "responseRequired": true } After request -PolledWatches:: -/a/b/node_modules/@types: - {"pollingInterval":500} - FsWatches:: /a/lib/lib.d.ts: {} diff --git a/tests/baselines/reference/tsserver/projectErrors/folder-rename-updates-project-structure-and-reports-no-errors.js b/tests/baselines/reference/tsserver/projectErrors/folder-rename-updates-project-structure-and-reports-no-errors.js index 20067bdf4aefe..7f2b4ee508fea 100644 --- a/tests/baselines/reference/tsserver/projectErrors/folder-rename-updates-project-structure-and-reports-no-errors.js +++ b/tests/baselines/reference/tsserver/projectErrors/folder-rename-updates-project-structure-and-reports-no-errors.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:21.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/b/projects/myproject/bar/app.ts] class Bar implements foo.Foo { getFoo() { return ''; } get2() { return 1; } } @@ -11,7 +11,7 @@ declare namespace foo { interface Foo { get2(): number; getFoo(): string; } } {"compilerOptions":{"module":"none","targer":"es5"},"exclude":["node_modules"]} -Info 1 [00:00:22.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -20,13 +20,13 @@ Info 1 [00:00:22.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:23.000] Search path: /a/b/projects/myproject/bar -Info 3 [00:00:24.000] For info: /a/b/projects/myproject/bar/app.ts :: Config file name: /a/b/projects/myproject/tsconfig.json -Info 4 [00:00:25.000] Creating configuration project /a/b/projects/myproject/tsconfig.json -Info 5 [00:00:26.000] FileWatcher:: Added:: WatchInfo: /a/b/projects/myproject/tsconfig.json 2000 undefined Project: /a/b/projects/myproject/tsconfig.json WatchType: Config file -Info 6 [00:00:27.000] event: +Info seq [hh:mm:ss:mss] Search path: /a/b/projects/myproject/bar +Info seq [hh:mm:ss:mss] For info: /a/b/projects/myproject/bar/app.ts :: Config file name: /a/b/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/b/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/projects/myproject/tsconfig.json 2000 undefined Project: /a/b/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/a/b/projects/myproject/tsconfig.json","reason":"Creating possible configured project for /a/b/projects/myproject/bar/app.ts to open"}} -Info 7 [00:00:28.000] Config: /a/b/projects/myproject/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /a/b/projects/myproject/tsconfig.json : { "rootNames": [ "/a/b/projects/myproject/bar/app.ts", "/a/b/projects/myproject/foo/foo.ts" @@ -36,16 +36,18 @@ Info 7 [00:00:28.000] Config: /a/b/projects/myproject/tsconfig.json : { "configFilePath": "/a/b/projects/myproject/tsconfig.json" } } -Info 8 [00:00:29.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/myproject 1 undefined Config: /a/b/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:30.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/myproject 1 undefined Config: /a/b/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:31.000] FileWatcher:: Added:: WatchInfo: /a/b/projects/myproject/foo/foo.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:32.000] Starting updateGraphWorker: Project: /a/b/projects/myproject/tsconfig.json -Info 12 [00:00:33.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/projects/myproject/tsconfig.json WatchType: Missing file -Info 13 [00:00:34.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/myproject/node_modules/@types 1 undefined Project: /a/b/projects/myproject/tsconfig.json WatchType: Type roots -Info 14 [00:00:35.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/myproject/node_modules/@types 1 undefined Project: /a/b/projects/myproject/tsconfig.json WatchType: Type roots -Info 15 [00:00:36.000] Finishing updateGraphWorker: Project: /a/b/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:00:37.000] Project '/a/b/projects/myproject/tsconfig.json' (Configured) -Info 17 [00:00:38.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/myproject 1 undefined Config: /a/b/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/myproject 1 undefined Config: /a/b/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/projects/myproject/foo/foo.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/projects/myproject/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/myproject/node_modules/@types 1 undefined Project: /a/b/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/myproject/node_modules/@types 1 undefined Project: /a/b/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/node_modules/@types 1 undefined Project: /a/b/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/node_modules/@types 1 undefined Project: /a/b/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/b/projects/myproject/bar/app.ts SVC-1-0 "class Bar implements foo.Foo { getFoo() { return ''; } get2() { return 1; } }" /a/b/projects/myproject/foo/foo.ts Text-1 "declare namespace foo { interface Foo { get2(): number; getFoo(): string; } }" @@ -55,21 +57,21 @@ Info 17 [00:00:38.000] Files (2) foo/foo.ts Matched by default include pattern '**/*' -Info 18 [00:00:39.000] ----------------------------------------------- -Info 19 [00:00:40.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/a/b/projects/myproject/tsconfig.json"}} -Info 20 [00:00:41.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"c56abb8c7c51bef5953613f05226da8e72cd9eafe09ab58ca2ccd81b65ba193a","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":2,"tsSize":154,"tsx":0,"tsxSize":0,"dts":0,"dtsSize":0,"deferred":0,"deferredSize":0},"compilerOptions":{"module":"none"},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":true,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 21 [00:00:42.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/a/b/projects/myproject/bar/app.ts","configFile":"/a/b/projects/myproject/tsconfig.json","diagnostics":[{"text":"File '/a/lib/lib.d.ts' not found.\n The file is in the program because:\n Default library for target 'es5'","code":6053,"category":"error"},{"text":"Cannot find global type 'Array'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Boolean'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Function'.","code":2318,"category":"error"},{"text":"Cannot find global type 'IArguments'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Number'.","code":2318,"category":"error"},{"text":"Cannot find global type 'Object'.","code":2318,"category":"error"},{"text":"Cannot find global type 'RegExp'.","code":2318,"category":"error"},{"text":"Cannot find global type 'String'.","code":2318,"category":"error"},{"start":{"line":1,"offset":37},"end":{"line":1,"offset":45},"text":"Unknown compiler option 'targer'. Did you mean 'target'?","code":5025,"category":"error","fileName":"/a/b/projects/myproject/tsconfig.json"}]}} -Info 22 [00:00:43.000] Project '/a/b/projects/myproject/tsconfig.json' (Configured) -Info 22 [00:00:44.000] Files (2) - -Info 22 [00:00:45.000] ----------------------------------------------- -Info 22 [00:00:46.000] Open files: -Info 22 [00:00:47.000] FileName: /a/b/projects/myproject/bar/app.ts ProjectRootPath: undefined -Info 22 [00:00:48.000] Projects: /a/b/projects/myproject/tsconfig.json -Info 22 [00:00:49.000] response: +Info seq [hh:mm:ss:mss] Project '/a/b/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/projects/myproject/bar/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -80,6 +82,8 @@ PolledWatches:: {"pollingInterval":500} /a/b/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/a/b/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /a/b/projects/myproject/tsconfig.json: *new* @@ -93,7 +97,7 @@ FsWatchesRecursive:: Before request -Info 23 [00:00:50.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -105,7 +109,7 @@ Info 23 [00:00:50.000] request: "seq": 2, "type": "request" } -Info 24 [00:00:51.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -114,14 +118,14 @@ After request Before running Timeout callback:: count: 1 1: checkOne -Info 25 [00:00:52.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/a/b/projects/myproject/bar/app.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 1: semanticCheck -Info 26 [00:00:53.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/a/b/projects/myproject/bar/app.ts","diagnostics":[]}} After running Immedidate callback:: count: 1 2: suggestionCheck @@ -129,33 +133,33 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 2: suggestionCheck -Info 27 [00:00:54.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/a/b/projects/myproject/bar/app.ts","diagnostics":[]}} -Info 28 [00:00:55.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":2}} After running Immedidate callback:: count: 0 -Info 29 [00:00:57.000] DirectoryWatcher:: Triggered with /a/b/projects/myproject/foo :: WatchInfo: /a/b/projects/myproject 1 undefined Config: /a/b/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 30 [00:00:58.000] Scheduled: /a/b/projects/myproject/tsconfig.json -Info 31 [00:00:59.000] Scheduled: *ensureProjectForOpenFiles* -Info 32 [00:01:00.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/projects/myproject/foo :: WatchInfo: /a/b/projects/myproject 1 undefined Config: /a/b/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 33 [00:01:03.000] DirectoryWatcher:: Triggered with /a/b/projects/myproject/foo2 :: WatchInfo: /a/b/projects/myproject 1 undefined Config: /a/b/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 34 [00:01:04.000] Scheduled: /a/b/projects/myproject/tsconfig.json, Cancelled earlier one -Info 35 [00:01:05.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 36 [00:01:06.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/projects/myproject/foo2 :: WatchInfo: /a/b/projects/myproject 1 undefined Config: /a/b/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 37 [00:01:07.000] FileWatcher:: Triggered with /a/b/projects/myproject/foo/foo.ts 2:: WatchInfo: /a/b/projects/myproject/foo/foo.ts 500 undefined WatchType: Closed Script info -Info 38 [00:01:08.000] FileWatcher:: Close:: WatchInfo: /a/b/projects/myproject/foo/foo.ts 500 undefined WatchType: Closed Script info -Info 39 [00:01:09.000] Scheduled: /a/b/projects/myproject/tsconfig.json, Cancelled earlier one -Info 40 [00:01:10.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 41 [00:01:11.000] Elapsed:: *ms FileWatcher:: Triggered with /a/b/projects/myproject/foo/foo.ts 2:: WatchInfo: /a/b/projects/myproject/foo/foo.ts 500 undefined WatchType: Closed Script info -Info 42 [00:01:12.000] DirectoryWatcher:: Triggered with /a/b/projects/myproject/foo/foo.ts :: WatchInfo: /a/b/projects/myproject 1 undefined Config: /a/b/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 43 [00:01:13.000] Scheduled: /a/b/projects/myproject/tsconfig.json, Cancelled earlier one -Info 44 [00:01:14.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 45 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/projects/myproject/foo/foo.ts :: WatchInfo: /a/b/projects/myproject 1 undefined Config: /a/b/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 46 [00:01:16.000] DirectoryWatcher:: Triggered with /a/b/projects/myproject/foo2/foo.ts :: WatchInfo: /a/b/projects/myproject 1 undefined Config: /a/b/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 47 [00:01:17.000] Scheduled: /a/b/projects/myproject/tsconfig.json, Cancelled earlier one -Info 48 [00:01:18.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 49 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/projects/myproject/foo2/foo.ts :: WatchInfo: /a/b/projects/myproject 1 undefined Config: /a/b/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /a/b/projects/myproject/foo :: WatchInfo: /a/b/projects/myproject 1 undefined Config: /a/b/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /a/b/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/projects/myproject/foo :: WatchInfo: /a/b/projects/myproject 1 undefined Config: /a/b/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /a/b/projects/myproject/foo2 :: WatchInfo: /a/b/projects/myproject 1 undefined Config: /a/b/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /a/b/projects/myproject/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/projects/myproject/foo2 :: WatchInfo: /a/b/projects/myproject 1 undefined Config: /a/b/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /a/b/projects/myproject/foo/foo.ts 2:: WatchInfo: /a/b/projects/myproject/foo/foo.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/projects/myproject/foo/foo.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /a/b/projects/myproject/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /a/b/projects/myproject/foo/foo.ts 2:: WatchInfo: /a/b/projects/myproject/foo/foo.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /a/b/projects/myproject/foo/foo.ts :: WatchInfo: /a/b/projects/myproject 1 undefined Config: /a/b/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /a/b/projects/myproject/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/projects/myproject/foo/foo.ts :: WatchInfo: /a/b/projects/myproject 1 undefined Config: /a/b/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /a/b/projects/myproject/foo2/foo.ts :: WatchInfo: /a/b/projects/myproject 1 undefined Config: /a/b/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /a/b/projects/myproject/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /a/b/projects/myproject/foo2/foo.ts :: WatchInfo: /a/b/projects/myproject 1 undefined Config: /a/b/projects/myproject/tsconfig.json WatchType: Wild card directory Before running Timeout callback:: count: 2 10: /a/b/projects/myproject/tsconfig.json 11: *ensureProjectForOpenFiles* @@ -169,6 +173,8 @@ PolledWatches:: {"pollingInterval":500} /a/b/projects/myproject/node_modules/@types: {"pollingInterval":500} +/a/b/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /a/b/projects/myproject/tsconfig.json: @@ -182,12 +188,12 @@ FsWatchesRecursive:: /a/b/projects/myproject: {} -Info 50 [00:01:20.000] Running: /a/b/projects/myproject/tsconfig.json -Info 51 [00:01:21.000] FileWatcher:: Added:: WatchInfo: /a/b/projects/myproject/foo2/foo.ts 500 undefined WatchType: Closed Script info -Info 52 [00:01:22.000] Starting updateGraphWorker: Project: /a/b/projects/myproject/tsconfig.json -Info 53 [00:01:23.000] Finishing updateGraphWorker: Project: /a/b/projects/myproject/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 54 [00:01:24.000] Project '/a/b/projects/myproject/tsconfig.json' (Configured) -Info 55 [00:01:25.000] Files (2) +Info seq [hh:mm:ss:mss] Running: /a/b/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/projects/myproject/foo2/foo.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/projects/myproject/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/b/projects/myproject/bar/app.ts SVC-1-0 "class Bar implements foo.Foo { getFoo() { return ''; } get2() { return 1; } }" /a/b/projects/myproject/foo2/foo.ts Text-1 "declare namespace foo { interface Foo { get2(): number; getFoo(): string; } }" @@ -197,26 +203,26 @@ Info 55 [00:01:25.000] Files (2) foo2/foo.ts Matched by default include pattern '**/*' -Info 56 [00:01:26.000] ----------------------------------------------- -Info 57 [00:01:27.000] Running: *ensureProjectForOpenFiles* -Info 58 [00:01:28.000] Before ensureProjectForOpenFiles: -Info 59 [00:01:29.000] Project '/a/b/projects/myproject/tsconfig.json' (Configured) -Info 59 [00:01:30.000] Files (2) - -Info 59 [00:01:31.000] ----------------------------------------------- -Info 59 [00:01:32.000] Open files: -Info 59 [00:01:33.000] FileName: /a/b/projects/myproject/bar/app.ts ProjectRootPath: undefined -Info 59 [00:01:34.000] Projects: /a/b/projects/myproject/tsconfig.json -Info 59 [00:01:35.000] After ensureProjectForOpenFiles: -Info 60 [00:01:36.000] Project '/a/b/projects/myproject/tsconfig.json' (Configured) -Info 60 [00:01:37.000] Files (2) - -Info 60 [00:01:38.000] ----------------------------------------------- -Info 60 [00:01:39.000] Open files: -Info 60 [00:01:40.000] FileName: /a/b/projects/myproject/bar/app.ts ProjectRootPath: undefined -Info 60 [00:01:41.000] Projects: /a/b/projects/myproject/tsconfig.json -Info 60 [00:01:42.000] got projects updated in background, updating diagnostics for /a/b/projects/myproject/bar/app.ts -Info 61 [00:01:43.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/a/b/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/projects/myproject/bar/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/a/b/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/projects/myproject/bar/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] got projects updated in background, updating diagnostics for /a/b/projects/myproject/bar/app.ts +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/a/b/projects/myproject/bar/app.ts"]}} After running Timeout callback:: count: 1 12: checkOne @@ -226,6 +232,8 @@ PolledWatches:: {"pollingInterval":500} /a/b/projects/myproject/node_modules/@types: {"pollingInterval":500} +/a/b/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /a/b/projects/myproject/tsconfig.json: @@ -240,13 +248,13 @@ FsWatchesRecursive:: Before running Timeout callback:: count: 1 12: checkOne -Info 62 [00:01:44.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/a/b/projects/myproject/bar/app.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before request -Info 63 [00:01:45.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -258,7 +266,7 @@ Info 63 [00:01:45.000] request: "seq": 3, "type": "request" } -Info 64 [00:01:46.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -267,14 +275,14 @@ After request Before running Timeout callback:: count: 1 13: checkOne -Info 65 [00:01:47.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/a/b/projects/myproject/bar/app.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 4: semanticCheck -Info 66 [00:01:48.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/a/b/projects/myproject/bar/app.ts","diagnostics":[]}} After running Immedidate callback:: count: 1 5: suggestionCheck @@ -282,8 +290,8 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 5: suggestionCheck -Info 67 [00:01:49.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/a/b/projects/myproject/bar/app.ts","diagnostics":[]}} -Info 68 [00:01:50.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":3}} After running Immedidate callback:: count: 0 diff --git a/tests/baselines/reference/tsserver/projectErrors/for-external-project.js b/tests/baselines/reference/tsserver/projectErrors/for-external-project.js index fbba4d9080521..0570c1d78ac1c 100644 --- a/tests/baselines/reference/tsserver/projectErrors/for-external-project.js +++ b/tests/baselines/reference/tsserver/projectErrors/for-external-project.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:13.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/b/f1.js] function test1() { } @@ -18,7 +18,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:14.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "openExternalProject", "arguments": { @@ -33,14 +33,12 @@ Info 1 [00:00:14.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:15.000] FileWatcher:: Added:: WatchInfo: /a/b/f1.js 500 undefined WatchType: Closed Script info -Info 3 [00:00:16.000] Starting updateGraphWorker: Project: /a/b/project.csproj -Info 4 [00:00:17.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 5 [00:00:18.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/project.csproj WatchType: Type roots -Info 6 [00:00:19.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/project.csproj WatchType: Type roots -Info 7 [00:00:20.000] Finishing updateGraphWorker: Project: /a/b/project.csproj Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 8 [00:00:21.000] Project '/a/b/project.csproj' (External) -Info 9 [00:00:22.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/f1.js 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/project.csproj +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/project.csproj Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/project.csproj' (External) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/f1.js Text-1 "function test1() { }" @@ -50,28 +48,24 @@ Info 9 [00:00:22.000] Files (2) f1.js Root file specified for compilation -Info 10 [00:00:23.000] ----------------------------------------------- +Info seq [hh:mm:ss:mss] ----------------------------------------------- TI:: Creating typing installer -PolledWatches:: -/a/b/node_modules/@types: *new* - {"pollingInterval":500} - FsWatches:: /a/b/f1.js: *new* {} /a/lib/lib.d.ts: *new* {} -TI:: [00:00:24.000] Global cache location '/a/data/', safe file path '/safeList.json', types map path /typesMap.json -TI:: [00:00:25.000] Processing cache location '/a/data/' -TI:: [00:00:26.000] Trying to find '/a/data/package.json'... -TI:: [00:00:27.000] Finished processing cache location '/a/data/' -TI:: [00:00:28.000] Npm config file: /a/data/package.json -TI:: [00:00:29.000] Npm config file: '/a/data/package.json' is missing, creating new one... -TI:: [00:00:34.000] Updating types-registry npm package... -TI:: [00:00:35.000] npm install --ignore-scripts types-registry@latest -TI:: [00:00:42.000] TI:: Updated types-registry npm package +TI:: [hh:mm:ss:mss] Global cache location '/a/data/', safe file path '/safeList.json', types map path /typesMap.json +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Trying to find '/a/data/package.json'... +TI:: [hh:mm:ss:mss] Finished processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Npm config file: /a/data/package.json +TI:: [hh:mm:ss:mss] Npm config file: '/a/data/package.json' is missing, creating new one... +TI:: [hh:mm:ss:mss] Updating types-registry npm package... +TI:: [hh:mm:ss:mss] npm install --ignore-scripts types-registry@latest +TI:: [hh:mm:ss:mss] TI:: Updated types-registry npm package TI:: typing installer creation complete //// [/a/data/package.json] { "private": true } @@ -82,25 +76,25 @@ TI:: typing installer creation complete } -TI:: [00:00:43.000] Got install request {"projectName":"/a/b/project.csproj","fileNames":["/a/lib/lib.d.ts","/a/b/f1.js"],"compilerOptions":{"allowNonTsExtensions":true,"noEmitForJsFiles":true},"typeAcquisition":{"include":[],"exclude":[],"enable":true},"unresolvedImports":[],"projectRootPath":"/a/b","cachePath":"/a/data/","kind":"discover"} -TI:: [00:00:44.000] Request specifies cache path '/a/data/', loading cached information... -TI:: [00:00:45.000] Processing cache location '/a/data/' -TI:: [00:00:46.000] Cache location was already processed... -TI:: [00:00:47.000] Failed to load safelist from types map file '/typesMap.json' -TI:: [00:00:48.000] Explicitly included types: [] -TI:: [00:00:49.000] Inferred typings from unresolved imports: [] -TI:: [00:00:50.000] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/b/bower_components","/a/b/node_modules"]} -TI:: [00:00:51.000] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/b/bower_components","/a/b/node_modules"]} -TI:: [00:00:52.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/bower_components -TI:: [00:00:53.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/bower_components 1 undefined Project: /a/b/project.csproj watcher already invoked: false -TI:: [00:00:54.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/bower_components 1 undefined Project: /a/b/project.csproj watcher already invoked: false -TI:: [00:00:55.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules -TI:: [00:00:56.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules 1 undefined Project: /a/b/project.csproj watcher already invoked: false -TI:: [00:00:57.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules 1 undefined Project: /a/b/project.csproj watcher already invoked: false -TI:: [00:00:58.000] Sending response: +TI:: [hh:mm:ss:mss] Got install request {"projectName":"/a/b/project.csproj","fileNames":["/a/lib/lib.d.ts","/a/b/f1.js"],"compilerOptions":{"allowNonTsExtensions":true,"noEmitForJsFiles":true},"typeAcquisition":{"include":[],"exclude":[],"enable":true},"unresolvedImports":[],"projectRootPath":"/a/b","cachePath":"/a/data/","kind":"discover"} +TI:: [hh:mm:ss:mss] Request specifies cache path '/a/data/', loading cached information... +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Cache location was already processed... +TI:: [hh:mm:ss:mss] Failed to load safelist from types map file '/typesMap.json' +TI:: [hh:mm:ss:mss] Explicitly included types: [] +TI:: [hh:mm:ss:mss] Inferred typings from unresolved imports: [] +TI:: [hh:mm:ss:mss] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/b/bower_components","/a/b/node_modules"]} +TI:: [hh:mm:ss:mss] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/b/bower_components","/a/b/node_modules"]} +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/bower_components +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/bower_components 1 undefined Project: /a/b/project.csproj watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/bower_components 1 undefined Project: /a/b/project.csproj watcher already invoked: false +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules 1 undefined Project: /a/b/project.csproj watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules 1 undefined Project: /a/b/project.csproj watcher already invoked: false +TI:: [hh:mm:ss:mss] Sending response: {"projectName":"/a/b/project.csproj","typeAcquisition":{"include":[],"exclude":[],"enable":true},"compilerOptions":{"allowNonTsExtensions":true,"noEmitForJsFiles":true},"typings":[],"unresolvedImports":[],"kind":"action::set"} -TI:: [00:00:59.000] No new typings were requested as a result of typings discovery -Info 11 [00:01:00.000] response: +TI:: [hh:mm:ss:mss] No new typings were requested as a result of typings discovery +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -108,8 +102,6 @@ Info 11 [00:01:00.000] response: After request PolledWatches:: -/a/b/node_modules/@types: - {"pollingInterval":500} /a/b/bower_components: *new* {"pollingInterval":500} /a/b/node_modules: *new* @@ -123,7 +115,7 @@ FsWatches:: Before request -Info 12 [00:01:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compilerOptionsDiagnostics-full", "arguments": { @@ -132,7 +124,7 @@ Info 12 [00:01:01.000] request: "seq": 2, "type": "request" } -Info 13 [00:01:02.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [], "responseRequired": true @@ -141,7 +133,7 @@ After request Before request -Info 14 [00:01:03.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "openExternalProject", "arguments": { @@ -158,46 +150,24 @@ Info 14 [00:01:03.000] request: "seq": 3, "type": "request" } -Info 15 [00:01:04.000] DirectoryWatcher:: Close:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/project.csproj WatchType: Type roots -Info 16 [00:01:05.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/project.csproj WatchType: Type roots -Info 17 [00:01:06.000] Starting updateGraphWorker: Project: /a/b/project.csproj -Info 18 [00:01:07.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/project.csproj WatchType: Type roots -Info 19 [00:01:08.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/project.csproj WatchType: Type roots -Info 20 [00:01:09.000] Finishing updateGraphWorker: Project: /a/b/project.csproj Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 21 [00:01:10.000] Project '/a/b/project.csproj' (External) -Info 22 [00:01:11.000] Files (2) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/project.csproj +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/project.csproj Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/project.csproj' (External) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/f1.js Text-1 "function test1() { }" -Info 23 [00:01:12.000] ----------------------------------------------- -Info 24 [00:01:13.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true } After request -PolledWatches:: -/a/b/bower_components: - {"pollingInterval":500} -/a/b/node_modules: - {"pollingInterval":500} -/a/b/node_modules/@types: - {"pollingInterval":500} *new* - -PolledWatches *deleted*:: -/a/b/node_modules/@types: - {"pollingInterval":500} - -FsWatches:: -/a/b/f1.js: - {} -/a/lib/lib.d.ts: - {} - Before request -Info 25 [00:01:14.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compilerOptionsDiagnostics-full", "arguments": { @@ -206,7 +176,7 @@ Info 25 [00:01:14.000] request: "seq": 4, "type": "request" } -Info 26 [00:01:15.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [], "responseRequired": true diff --git a/tests/baselines/reference/tsserver/projectErrors/for-inferred-project.js b/tests/baselines/reference/tsserver/projectErrors/for-inferred-project.js index fc0eef171fbaf..c21974ff59e91 100644 --- a/tests/baselines/reference/tsserver/projectErrors/for-inferred-project.js +++ b/tests/baselines/reference/tsserver/projectErrors/for-inferred-project.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:13.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/b/f1.js] function test1() { } @@ -18,7 +18,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:14.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -27,15 +27,13 @@ Info 1 [00:00:14.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:15.000] Search path: /a/b -Info 3 [00:00:16.000] For info: /a/b/f1.js :: No config files found. -Info 4 [00:00:17.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 5 [00:00:18.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 6 [00:00:19.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 7 [00:00:20.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 8 [00:00:21.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 9 [00:00:22.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 10 [00:00:23.000] Files (2) +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/f1.js :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/f1.js SVC-1-0 "function test1() { }" @@ -45,26 +43,22 @@ Info 10 [00:00:23.000] Files (2) f1.js Root file specified for compilation -Info 11 [00:00:24.000] ----------------------------------------------- +Info seq [hh:mm:ss:mss] ----------------------------------------------- TI:: Creating typing installer -PolledWatches:: -/a/b/node_modules/@types: *new* - {"pollingInterval":500} - FsWatches:: /a/lib/lib.d.ts: *new* {} -TI:: [00:00:25.000] Global cache location '/a/data/', safe file path '/safeList.json', types map path /typesMap.json -TI:: [00:00:26.000] Processing cache location '/a/data/' -TI:: [00:00:27.000] Trying to find '/a/data/package.json'... -TI:: [00:00:28.000] Finished processing cache location '/a/data/' -TI:: [00:00:29.000] Npm config file: /a/data/package.json -TI:: [00:00:30.000] Npm config file: '/a/data/package.json' is missing, creating new one... -TI:: [00:00:35.000] Updating types-registry npm package... -TI:: [00:00:36.000] npm install --ignore-scripts types-registry@latest -TI:: [00:00:43.000] TI:: Updated types-registry npm package +TI:: [hh:mm:ss:mss] Global cache location '/a/data/', safe file path '/safeList.json', types map path /typesMap.json +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Trying to find '/a/data/package.json'... +TI:: [hh:mm:ss:mss] Finished processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Npm config file: /a/data/package.json +TI:: [hh:mm:ss:mss] Npm config file: '/a/data/package.json' is missing, creating new one... +TI:: [hh:mm:ss:mss] Updating types-registry npm package... +TI:: [hh:mm:ss:mss] npm install --ignore-scripts types-registry@latest +TI:: [hh:mm:ss:mss] TI:: Updated types-registry npm package TI:: typing installer creation complete //// [/a/data/package.json] { "private": true } @@ -75,40 +69,38 @@ TI:: typing installer creation complete } -TI:: [00:00:44.000] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/a/lib/lib.d.ts","/a/b/f1.js"],"compilerOptions":{"target":1,"jsx":1,"allowNonTsExtensions":true,"allowJs":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/a/b","cachePath":"/a/data/","kind":"discover"} -TI:: [00:00:45.000] Request specifies cache path '/a/data/', loading cached information... -TI:: [00:00:46.000] Processing cache location '/a/data/' -TI:: [00:00:47.000] Cache location was already processed... -TI:: [00:00:48.000] Failed to load safelist from types map file '/typesMap.json' -TI:: [00:00:49.000] Explicitly included types: [] -TI:: [00:00:50.000] Inferred typings from unresolved imports: [] -TI:: [00:00:51.000] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/b/bower_components","/a/b/node_modules"]} -TI:: [00:00:52.000] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/b/bower_components","/a/b/node_modules"]} -TI:: [00:00:53.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/bower_components -TI:: [00:00:54.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/bower_components 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:00:55.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/bower_components 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:00:56.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules -TI:: [00:00:57.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:00:58.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:00:59.000] Sending response: +TI:: [hh:mm:ss:mss] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/a/lib/lib.d.ts","/a/b/f1.js"],"compilerOptions":{"target":1,"jsx":1,"allowNonTsExtensions":true,"allowJs":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/a/b","cachePath":"/a/data/","kind":"discover"} +TI:: [hh:mm:ss:mss] Request specifies cache path '/a/data/', loading cached information... +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Cache location was already processed... +TI:: [hh:mm:ss:mss] Failed to load safelist from types map file '/typesMap.json' +TI:: [hh:mm:ss:mss] Explicitly included types: [] +TI:: [hh:mm:ss:mss] Inferred typings from unresolved imports: [] +TI:: [hh:mm:ss:mss] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/b/bower_components","/a/b/node_modules"]} +TI:: [hh:mm:ss:mss] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/a/b/bower_components","/a/b/node_modules"]} +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/bower_components +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/bower_components 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/bower_components 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] Sending response: {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"target":1,"jsx":1,"allowNonTsExtensions":true,"allowJs":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typings":[],"unresolvedImports":[],"kind":"action::set"} -TI:: [00:01:00.000] No new typings were requested as a result of typings discovery -Info 12 [00:01:01.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 12 [00:01:02.000] Files (2) - -Info 12 [00:01:03.000] ----------------------------------------------- -Info 12 [00:01:04.000] Open files: -Info 12 [00:01:05.000] FileName: /a/b/f1.js ProjectRootPath: undefined -Info 12 [00:01:06.000] Projects: /dev/null/inferredProject1* -Info 12 [00:01:07.000] response: +TI:: [hh:mm:ss:mss] No new typings were requested as a result of typings discovery +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/f1.js ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request PolledWatches:: -/a/b/node_modules/@types: - {"pollingInterval":500} /a/b/bower_components: *new* {"pollingInterval":500} /a/b/node_modules: *new* @@ -120,7 +112,7 @@ FsWatches:: Before request -Info 13 [00:01:08.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compilerOptionsDiagnostics-full", "arguments": { @@ -129,7 +121,7 @@ Info 13 [00:01:08.000] request: "seq": 2, "type": "request" } -Info 14 [00:01:09.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [], "responseRequired": true @@ -138,7 +130,7 @@ After request Before request -Info 15 [00:01:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compilerOptionsForInferredProjects", "arguments": { @@ -149,34 +141,18 @@ Info 15 [00:01:10.000] request: "seq": 3, "type": "request" } -Info 16 [00:01:11.000] DirectoryWatcher:: Close:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 17 [00:01:12.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 18 [00:01:13.000] Scheduled: /dev/null/inferredProject1* -Info 19 [00:01:14.000] Scheduled: *ensureProjectForOpenFiles* -Info 20 [00:01:15.000] response: +Info seq [hh:mm:ss:mss] Scheduled: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true } After request -PolledWatches:: -/a/b/bower_components: - {"pollingInterval":500} -/a/b/node_modules: - {"pollingInterval":500} - -PolledWatches *deleted*:: -/a/b/node_modules/@types: - {"pollingInterval":500} - -FsWatches:: -/a/lib/lib.d.ts: - {} - Before request -Info 21 [00:01:16.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compilerOptionsDiagnostics-full", "arguments": { @@ -185,31 +161,17 @@ Info 21 [00:01:16.000] request: "seq": 4, "type": "request" } -Info 22 [00:01:17.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 23 [00:01:18.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 24 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 25 [00:01:20.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 26 [00:01:21.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 27 [00:01:22.000] Files (2) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/f1.js SVC-1-0 "function test1() { }" -Info 28 [00:01:23.000] ----------------------------------------------- -Info 29 [00:01:24.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": [], "responseRequired": true } After request - -PolledWatches:: -/a/b/bower_components: - {"pollingInterval":500} -/a/b/node_modules: - {"pollingInterval":500} -/a/b/node_modules/@types: *new* - {"pollingInterval":500} - -FsWatches:: -/a/lib/lib.d.ts: - {} diff --git a/tests/baselines/reference/tsserver/projectErrors/getting-errors-before-opening-file.js b/tests/baselines/reference/tsserver/projectErrors/getting-errors-before-opening-file.js index 7747576759916..aa2300fcd98d0 100644 --- a/tests/baselines/reference/tsserver/projectErrors/getting-errors-before-opening-file.js +++ b/tests/baselines/reference/tsserver/projectErrors/getting-errors-before-opening-file.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:15.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/b/project/file.ts] let x: number = false; @@ -18,7 +18,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:16.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -30,7 +30,7 @@ Info 1 [00:00:16.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:17.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -39,6 +39,6 @@ After request Before running Timeout callback:: count: 1 1: checkOne -Info 3 [00:00:18.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":1}} After running Timeout callback:: count: 0 diff --git a/tests/baselines/reference/tsserver/projectErrors/npm-install-when-timeout-occurs-after-installation.js b/tests/baselines/reference/tsserver/projectErrors/npm-install-when-timeout-occurs-after-installation.js index 1ac5f02b265fc..eefca6f6b6e92 100644 --- a/tests/baselines/reference/tsserver/projectErrors/npm-install-when-timeout-occurs-after-installation.js +++ b/tests/baselines/reference/tsserver/projectErrors/npm-install-when-timeout-occurs-after-installation.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:23.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/src/main.ts] import * as _a from '@angular/core'; @@ -21,7 +21,7 @@ interface Array { length: number; [n: number]: T; } {} -Info 1 [00:00:24.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -31,13 +31,13 @@ Info 1 [00:00:24.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:25.000] Search path: /user/username/projects/myproject/src -Info 3 [00:00:26.000] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 4 [00:00:27.000] Creating configuration project /user/username/projects/myproject/tsconfig.json -Info 5 [00:00:28.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 6 [00:00:29.000] event: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/myproject/src/main.ts to open"}} -Info 7 [00:00:30.000] Config: /user/username/projects/myproject/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/src/main.ts" ], @@ -45,19 +45,23 @@ Info 7 [00:00:30.000] Config: /user/username/projects/myproject/tsconfig.json "configFilePath": "/user/username/projects/myproject/tsconfig.json" } } -Info 8 [00:00:31.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:32.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:33.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 11 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 12 [00:00:35.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 13 [00:00:36.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 14 [00:00:37.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:38.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:00:39.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 17 [00:00:40.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 18 [00:00:41.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 19 [00:00:42.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 20 [00:00:43.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/main.ts SVC-1-0 "import * as _a from '@angular/core';" @@ -67,21 +71,21 @@ Info 20 [00:00:43.000] Files (2) src/main.ts Matched by default include pattern '**/*' -Info 21 [00:00:44.000] ----------------------------------------------- -Info 22 [00:00:45.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig.json"}} -Info 23 [00:00:46.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"4a33d78ee40d836c4f4e64c59aed976628aea0013be9585c5ff171dfc41baf98","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":36,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 24 [00:00:47.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/src/main.ts","configFile":"/user/username/projects/myproject/tsconfig.json","diagnostics":[]}} -Info 25 [00:00:48.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 25 [00:00:49.000] Files (2) - -Info 25 [00:00:50.000] ----------------------------------------------- -Info 25 [00:00:51.000] Open files: -Info 25 [00:00:52.000] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: /user/username/projects/myproject -Info 25 [00:00:53.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 25 [00:00:54.000] response: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -90,8 +94,12 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules: *new* {"pollingInterval":500} +/user/username/projects/node_modules: *new* + {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* @@ -107,7 +115,7 @@ FsWatchesRecursive:: Before request -Info 26 [00:00:55.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -119,7 +127,7 @@ Info 26 [00:00:55.000] request: "seq": 2, "type": "request" } -Info 27 [00:00:56.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -128,14 +136,14 @@ After request Before running Timeout callback:: count: 1 1: checkOne -Info 28 [00:00:57.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/src/main.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 1: semanticCheck -Info 29 [00:00:58.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/src/main.ts","diagnostics":[{"start":{"line":1,"offset":21},"end":{"line":1,"offset":36},"text":"Cannot find module '@angular/core' or its corresponding type declarations.","code":2307,"category":"error"}]}} After running Immedidate callback:: count: 1 2: suggestionCheck @@ -143,44 +151,44 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 2: suggestionCheck -Info 30 [00:00:59.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/src/main.ts","diagnostics":[]}} -Info 31 [00:01:00.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":2}} After running Immedidate callback:: count: 0 -Info 32 [00:01:03.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 33 [00:01:04.000] Scheduled: /user/username/projects/myproject/tsconfig.jsonFailedLookupInvalidation -Info 34 [00:01:05.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 35 [00:01:06.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 36 [00:01:07.000] Scheduled: /user/username/projects/myproject/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 37 [00:01:08.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 38 [00:01:09.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 39 [00:01:10.000] Scheduled: /user/username/projects/myproject/tsconfig.json -Info 40 [00:01:11.000] Scheduled: *ensureProjectForOpenFiles* -Info 41 [00:01:12.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 42 [00:01:15.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 43 [00:01:16.000] Scheduled: /user/username/projects/myproject/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 44 [00:01:17.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 45 [00:01:18.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 46 [00:01:19.000] Scheduled: /user/username/projects/myproject/tsconfig.json, Cancelled earlier one -Info 47 [00:01:20.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 48 [00:01:21.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 49 [00:01:24.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@babel :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 50 [00:01:25.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@babel :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 51 [00:01:26.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@babel :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 52 [00:01:27.000] Project: /user/username/projects/myproject/tsconfig.json Detected ignored path: /user/username/projects/myproject/node_modules/.staging/@babel -Info 53 [00:01:28.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@babel :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 54 [00:01:31.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@babel/helper-plugin-utils-a06c629f :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 55 [00:01:32.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@babel/helper-plugin-utils-a06c629f :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 56 [00:01:33.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@babel/helper-plugin-utils-a06c629f :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 57 [00:01:34.000] Project: /user/username/projects/myproject/tsconfig.json Detected ignored path: /user/username/projects/myproject/node_modules/.staging/@babel/helper-plugin-utils-a06c629f -Info 58 [00:01:35.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@babel/helper-plugin-utils-a06c629f :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 59 [00:01:38.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/core-js-db53158d :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 60 [00:01:39.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/core-js-db53158d :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 61 [00:01:40.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/core-js-db53158d :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 62 [00:01:41.000] Project: /user/username/projects/myproject/tsconfig.json Detected ignored path: /user/username/projects/myproject/node_modules/.staging/core-js-db53158d -Info 63 [00:01:42.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/core-js-db53158d :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@babel :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@babel :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@babel :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/tsconfig.json Detected ignored path: /user/username/projects/myproject/node_modules/.staging/@babel +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@babel :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@babel/helper-plugin-utils-a06c629f :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@babel/helper-plugin-utils-a06c629f :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@babel/helper-plugin-utils-a06c629f :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/tsconfig.json Detected ignored path: /user/username/projects/myproject/node_modules/.staging/@babel/helper-plugin-utils-a06c629f +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@babel/helper-plugin-utils-a06c629f :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/core-js-db53158d :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/core-js-db53158d :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/core-js-db53158d :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/tsconfig.json Detected ignored path: /user/username/projects/myproject/node_modules/.staging/core-js-db53158d +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/core-js-db53158d :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory Timeout callback:: count: 3 6: /user/username/projects/myproject/tsconfig.jsonFailedLookupInvalidation 7: /user/username/projects/myproject/tsconfig.json @@ -188,8 +196,12 @@ Timeout callback:: count: 3 Immedidate callback:: count: 0 PolledWatches:: +/user/username/projects/node_modules: + {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} PolledWatches *deleted*:: /user/username/projects/myproject/node_modules: @@ -211,7 +223,7 @@ FsWatchesRecursive:: Before request -Info 64 [00:01:43.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -223,7 +235,7 @@ Info 64 [00:01:43.000] request: "seq": 3, "type": "request" } -Info 65 [00:01:44.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -236,16 +248,16 @@ Before running Timeout callback:: count: 4 9: checkOne Invoking Timeout callback:: timeoutId:: 9:: checkOne -Info 66 [00:01:45.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 67 [00:01:46.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 68 [00:01:47.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 2 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms -Info 69 [00:01:48.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 70 [00:01:49.000] Files (2) +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 2 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/main.ts SVC-1-0 "import * as _a from '@angular/core';" -Info 71 [00:01:50.000] ----------------------------------------------- -Info 72 [00:01:51.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/src/main.ts","diagnostics":[]}} After running Timeout callback:: count: 2 7: /user/username/projects/myproject/tsconfig.json @@ -254,7 +266,7 @@ After running Timeout callback:: count: 2 Before running Immedidate callback:: count: 1 3: semanticCheck -Info 73 [00:01:52.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/src/main.ts","diagnostics":[{"start":{"line":1,"offset":21},"end":{"line":1,"offset":36},"text":"Cannot find module '@angular/core' or its corresponding type declarations.","code":2307,"category":"error"}]}} After running Immedidate callback:: count: 1 4: suggestionCheck @@ -262,47 +274,47 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 4: suggestionCheck -Info 74 [00:01:53.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/src/main.ts","diagnostics":[]}} -Info 75 [00:01:54.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":3}} After running Immedidate callback:: count: 0 -Info 76 [00:01:57.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 77 [00:01:58.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 78 [00:01:59.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 79 [00:02:00.000] Project: /user/username/projects/myproject/tsconfig.json Detected ignored path: /user/username/projects/myproject/node_modules/.staging/@angular -Info 80 [00:02:01.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 81 [00:02:04.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/platform-browser-dynamic-5efaaa1a :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 82 [00:02:05.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/platform-browser-dynamic-5efaaa1a :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 83 [00:02:06.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/platform-browser-dynamic-5efaaa1a :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 84 [00:02:07.000] Project: /user/username/projects/myproject/tsconfig.json Detected ignored path: /user/username/projects/myproject/node_modules/.staging/@angular/platform-browser-dynamic-5efaaa1a -Info 85 [00:02:08.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/platform-browser-dynamic-5efaaa1a :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 86 [00:02:13.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05 :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 87 [00:02:14.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05 :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 88 [00:02:15.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05 :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 89 [00:02:16.000] Project: /user/username/projects/myproject/tsconfig.json Detected ignored path: /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05 -Info 90 [00:02:17.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05 :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 91 [00:02:19.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05/models :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 92 [00:02:20.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05/models :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 93 [00:02:21.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05/models :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 94 [00:02:22.000] Project: /user/username/projects/myproject/tsconfig.json Detected ignored path: /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05/models -Info 95 [00:02:23.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05/models :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 96 [00:02:25.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05/models/analytics.d.ts :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 97 [00:02:26.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05/models/analytics.d.ts :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 98 [00:02:27.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05/models/analytics.d.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 99 [00:02:28.000] Project: /user/username/projects/myproject/tsconfig.json Detected ignored path: /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05/models/analytics.d.ts -Info 100 [00:02:29.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05/models/analytics.d.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 101 [00:02:33.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/core-0963aebf :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 102 [00:02:34.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/core-0963aebf :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 103 [00:02:35.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/core-0963aebf :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 104 [00:02:36.000] Project: /user/username/projects/myproject/tsconfig.json Detected ignored path: /user/username/projects/myproject/node_modules/.staging/@angular/core-0963aebf -Info 105 [00:02:37.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/core-0963aebf :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 106 [00:02:39.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/core-0963aebf/index.d.ts :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 107 [00:02:40.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/core-0963aebf/index.d.ts :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 108 [00:02:41.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/core-0963aebf/index.d.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 109 [00:02:42.000] Project: /user/username/projects/myproject/tsconfig.json Detected ignored path: /user/username/projects/myproject/node_modules/.staging/@angular/core-0963aebf/index.d.ts -Info 110 [00:02:43.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/core-0963aebf/index.d.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/tsconfig.json Detected ignored path: /user/username/projects/myproject/node_modules/.staging/@angular +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/platform-browser-dynamic-5efaaa1a :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/platform-browser-dynamic-5efaaa1a :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/platform-browser-dynamic-5efaaa1a :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/tsconfig.json Detected ignored path: /user/username/projects/myproject/node_modules/.staging/@angular/platform-browser-dynamic-5efaaa1a +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/platform-browser-dynamic-5efaaa1a :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05 :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05 :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05 :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/tsconfig.json Detected ignored path: /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05 +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05 :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05/models :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05/models :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05/models :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/tsconfig.json Detected ignored path: /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05/models +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05/models :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05/models/analytics.d.ts :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05/models/analytics.d.ts :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05/models/analytics.d.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/tsconfig.json Detected ignored path: /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05/models/analytics.d.ts +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05/models/analytics.d.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/core-0963aebf :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/core-0963aebf :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/core-0963aebf :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/tsconfig.json Detected ignored path: /user/username/projects/myproject/node_modules/.staging/@angular/core-0963aebf +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/core-0963aebf :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/core-0963aebf/index.d.ts :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/core-0963aebf/index.d.ts :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/core-0963aebf/index.d.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/tsconfig.json Detected ignored path: /user/username/projects/myproject/node_modules/.staging/@angular/core-0963aebf/index.d.ts +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/core-0963aebf/index.d.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory Timeout callback:: count: 2 7: /user/username/projects/myproject/tsconfig.json 10: *ensureProjectForOpenFiles* @@ -316,7 +328,7 @@ export const y = 10; Before request -Info 111 [00:02:44.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -328,7 +340,7 @@ Info 111 [00:02:44.000] request: "seq": 4, "type": "request" } -Info 112 [00:02:45.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -340,7 +352,7 @@ Before running Timeout callback:: count: 3 11: checkOne Invoking Timeout callback:: timeoutId:: 11:: checkOne -Info 113 [00:02:46.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/src/main.ts","diagnostics":[]}} After running Timeout callback:: count: 2 7: /user/username/projects/myproject/tsconfig.json @@ -349,7 +361,7 @@ After running Timeout callback:: count: 2 Before running Immedidate callback:: count: 1 5: semanticCheck -Info 114 [00:02:47.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/src/main.ts","diagnostics":[{"start":{"line":1,"offset":21},"end":{"line":1,"offset":36},"text":"Cannot find module '@angular/core' or its corresponding type declarations.","code":2307,"category":"error"}]}} After running Immedidate callback:: count: 1 6: suggestionCheck @@ -357,9 +369,9 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 6: suggestionCheck -Info 115 [00:02:48.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/src/main.ts","diagnostics":[]}} -Info 116 [00:02:49.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":4}} After running Immedidate callback:: count: 0 @@ -373,7 +385,7 @@ export const y = 10; Before request -Info 117 [00:02:56.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -385,7 +397,7 @@ Info 117 [00:02:56.000] request: "seq": 5, "type": "request" } -Info 118 [00:02:57.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -397,7 +409,7 @@ Before running Timeout callback:: count: 3 12: checkOne Invoking Timeout callback:: timeoutId:: 12:: checkOne -Info 119 [00:02:58.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/src/main.ts","diagnostics":[]}} After running Timeout callback:: count: 2 7: /user/username/projects/myproject/tsconfig.json @@ -406,7 +418,7 @@ After running Timeout callback:: count: 2 Before running Immedidate callback:: count: 1 7: semanticCheck -Info 120 [00:02:59.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/src/main.ts","diagnostics":[{"start":{"line":1,"offset":21},"end":{"line":1,"offset":36},"text":"Cannot find module '@angular/core' or its corresponding type declarations.","code":2307,"category":"error"}]}} After running Immedidate callback:: count: 1 8: suggestionCheck @@ -414,69 +426,69 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 8: suggestionCheck -Info 121 [00:03:00.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/src/main.ts","diagnostics":[]}} -Info 122 [00:03:01.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":5}} After running Immedidate callback:: count: 0 -Info 123 [00:03:03.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05/models/analytics.d.ts :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 124 [00:03:04.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05/models/analytics.d.ts :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 125 [00:03:05.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05/models/analytics.d.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 126 [00:03:06.000] Project: /user/username/projects/myproject/tsconfig.json Detected ignored path: /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05/models/analytics.d.ts -Info 127 [00:03:07.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05/models/analytics.d.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 128 [00:03:09.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05/models :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 129 [00:03:10.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05/models :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 130 [00:03:11.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05/models :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 131 [00:03:12.000] Project: /user/username/projects/myproject/tsconfig.json Detected ignored path: /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05/models -Info 132 [00:03:13.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05/models :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 133 [00:03:15.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05 :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 134 [00:03:16.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05 :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 135 [00:03:17.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05 :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 136 [00:03:18.000] Project: /user/username/projects/myproject/tsconfig.json Detected ignored path: /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05 -Info 137 [00:03:19.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05 :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 138 [00:03:21.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/core-0963aebf/index.d.ts :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 139 [00:03:22.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/core-0963aebf/index.d.ts :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 140 [00:03:23.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/core-0963aebf/index.d.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 141 [00:03:24.000] Project: /user/username/projects/myproject/tsconfig.json Detected ignored path: /user/username/projects/myproject/node_modules/.staging/@angular/core-0963aebf/index.d.ts -Info 142 [00:03:25.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/core-0963aebf/index.d.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 143 [00:03:27.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/core-0963aebf :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 144 [00:03:28.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/core-0963aebf :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 145 [00:03:29.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/core-0963aebf :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 146 [00:03:30.000] Project: /user/username/projects/myproject/tsconfig.json Detected ignored path: /user/username/projects/myproject/node_modules/.staging/@angular/core-0963aebf -Info 147 [00:03:31.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/core-0963aebf :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 148 [00:03:33.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/platform-browser-dynamic-5efaaa1a :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 149 [00:03:34.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/platform-browser-dynamic-5efaaa1a :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 150 [00:03:35.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/platform-browser-dynamic-5efaaa1a :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 151 [00:03:36.000] Project: /user/username/projects/myproject/tsconfig.json Detected ignored path: /user/username/projects/myproject/node_modules/.staging/@angular/platform-browser-dynamic-5efaaa1a -Info 152 [00:03:37.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/platform-browser-dynamic-5efaaa1a :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 153 [00:03:39.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 154 [00:03:40.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 155 [00:03:41.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 156 [00:03:42.000] Project: /user/username/projects/myproject/tsconfig.json Detected ignored path: /user/username/projects/myproject/node_modules/.staging/@angular -Info 157 [00:03:43.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 158 [00:03:45.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@babel/helper-plugin-utils-a06c629f :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 159 [00:03:46.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@babel/helper-plugin-utils-a06c629f :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 160 [00:03:47.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@babel/helper-plugin-utils-a06c629f :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 161 [00:03:48.000] Project: /user/username/projects/myproject/tsconfig.json Detected ignored path: /user/username/projects/myproject/node_modules/.staging/@babel/helper-plugin-utils-a06c629f -Info 162 [00:03:49.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@babel/helper-plugin-utils-a06c629f :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 163 [00:03:51.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@babel :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 164 [00:03:52.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@babel :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 165 [00:03:53.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@babel :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 166 [00:03:54.000] Project: /user/username/projects/myproject/tsconfig.json Detected ignored path: /user/username/projects/myproject/node_modules/.staging/@babel -Info 167 [00:03:55.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@babel :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 168 [00:03:57.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/core-js-db53158d :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 169 [00:03:58.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/core-js-db53158d :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 170 [00:03:59.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/core-js-db53158d :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 171 [00:04:00.000] Project: /user/username/projects/myproject/tsconfig.json Detected ignored path: /user/username/projects/myproject/node_modules/.staging/core-js-db53158d -Info 172 [00:04:01.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/core-js-db53158d :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 173 [00:04:03.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 174 [00:04:04.000] Scheduled: /user/username/projects/myproject/tsconfig.jsonFailedLookupInvalidation -Info 175 [00:04:05.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 176 [00:04:06.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 177 [00:04:07.000] Scheduled: /user/username/projects/myproject/tsconfig.json, Cancelled earlier one -Info 178 [00:04:08.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 179 [00:04:09.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05/models/analytics.d.ts :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05/models/analytics.d.ts :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05/models/analytics.d.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/tsconfig.json Detected ignored path: /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05/models/analytics.d.ts +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05/models/analytics.d.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05/models :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05/models :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05/models :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/tsconfig.json Detected ignored path: /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05/models +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05/models :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05 :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05 :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05 :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/tsconfig.json Detected ignored path: /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05 +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05 :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/core-0963aebf/index.d.ts :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/core-0963aebf/index.d.ts :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/core-0963aebf/index.d.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/tsconfig.json Detected ignored path: /user/username/projects/myproject/node_modules/.staging/@angular/core-0963aebf/index.d.ts +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/core-0963aebf/index.d.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/core-0963aebf :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/core-0963aebf :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/core-0963aebf :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/tsconfig.json Detected ignored path: /user/username/projects/myproject/node_modules/.staging/@angular/core-0963aebf +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/core-0963aebf :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/platform-browser-dynamic-5efaaa1a :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/platform-browser-dynamic-5efaaa1a :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/platform-browser-dynamic-5efaaa1a :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/tsconfig.json Detected ignored path: /user/username/projects/myproject/node_modules/.staging/@angular/platform-browser-dynamic-5efaaa1a +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/platform-browser-dynamic-5efaaa1a :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/tsconfig.json Detected ignored path: /user/username/projects/myproject/node_modules/.staging/@angular +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@babel/helper-plugin-utils-a06c629f :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@babel/helper-plugin-utils-a06c629f :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@babel/helper-plugin-utils-a06c629f :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/tsconfig.json Detected ignored path: /user/username/projects/myproject/node_modules/.staging/@babel/helper-plugin-utils-a06c629f +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@babel/helper-plugin-utils-a06c629f :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@babel :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@babel :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@babel :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/tsconfig.json Detected ignored path: /user/username/projects/myproject/node_modules/.staging/@babel +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@babel :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/core-js-db53158d :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/core-js-db53158d :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/core-js-db53158d :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/tsconfig.json Detected ignored path: /user/username/projects/myproject/node_modules/.staging/core-js-db53158d +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/core-js-db53158d :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory Before running Timeout callback:: count: 3 13: /user/username/projects/myproject/tsconfig.jsonFailedLookupInvalidation 14: /user/username/projects/myproject/tsconfig.json @@ -484,9 +496,9 @@ Before running Timeout callback:: count: 3 //// [/user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05/models/analytics.d.ts] deleted //// [/user/username/projects/myproject/node_modules/.staging/@angular/core-0963aebf/index.d.ts] deleted -Info 180 [00:04:10.000] Running: /user/username/projects/myproject/tsconfig.jsonFailedLookupInvalidation -Info 181 [00:04:11.000] Scheduled: /user/username/projects/myproject/tsconfig.json, Cancelled earlier one -Info 182 [00:04:12.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Running: /user/username/projects/myproject/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one After running Timeout callback:: count: 2 16: /user/username/projects/myproject/tsconfig.json 17: *ensureProjectForOpenFiles* @@ -495,13 +507,15 @@ Before running Timeout callback:: count: 2 16: /user/username/projects/myproject/tsconfig.json 17: *ensureProjectForOpenFiles* -Info 183 [00:04:13.000] Running: /user/username/projects/myproject/tsconfig.json -Info 184 [00:04:14.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 185 [00:04:15.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 186 [00:04:16.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 187 [00:04:17.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 3 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms -Info 188 [00:04:18.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 189 [00:04:19.000] Files (3) +Info seq [hh:mm:ss:mss] Running: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 3 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/node_modules/@angular/core/index.d.ts Text-1 "export const y = 10;" /user/username/projects/myproject/src/main.ts SVC-1-0 "import * as _a from '@angular/core';" @@ -514,33 +528,57 @@ Info 189 [00:04:19.000] Files (3) src/main.ts Matched by default include pattern '**/*' -Info 190 [00:04:20.000] ----------------------------------------------- -Info 191 [00:04:21.000] Running: *ensureProjectForOpenFiles* -Info 192 [00:04:22.000] Before ensureProjectForOpenFiles: -Info 193 [00:04:23.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 193 [00:04:24.000] Files (3) - -Info 193 [00:04:25.000] ----------------------------------------------- -Info 193 [00:04:26.000] Open files: -Info 193 [00:04:27.000] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: /user/username/projects/myproject -Info 193 [00:04:28.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 193 [00:04:29.000] After ensureProjectForOpenFiles: -Info 194 [00:04:30.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 194 [00:04:31.000] Files (3) - -Info 194 [00:04:32.000] ----------------------------------------------- -Info 194 [00:04:33.000] Open files: -Info 194 [00:04:34.000] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: /user/username/projects/myproject -Info 194 [00:04:35.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 194 [00:04:36.000] got projects updated in background, updating diagnostics for /user/username/projects/myproject/src/main.ts -Info 195 [00:04:37.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] got projects updated in background, updating diagnostics for /user/username/projects/myproject/src/main.ts +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/user/username/projects/myproject/src/main.ts"]}} After running Timeout callback:: count: 1 18: checkOne +PolledWatches:: +/user/username/projects/myproject/node_modules/@types: + {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} + +PolledWatches *deleted*:: +/user/username/projects/node_modules: + {"pollingInterval":500} + +FsWatches:: +/user/username/projects/myproject/tsconfig.json: + {} +/a/lib/lib.d.ts: + {} + +FsWatchesRecursive:: +/user/username/projects/myproject: + {} +/user/username/projects/myproject/src: + {} +/user/username/projects/myproject/node_modules: + {} + Before request -Info 196 [00:04:38.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -552,7 +590,7 @@ Info 196 [00:04:38.000] request: "seq": 6, "type": "request" } -Info 197 [00:04:39.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -561,14 +599,14 @@ After request Before running Timeout callback:: count: 1 19: checkOne -Info 198 [00:04:40.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/src/main.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 9: semanticCheck -Info 199 [00:04:41.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/src/main.ts","diagnostics":[]}} After running Immedidate callback:: count: 1 10: suggestionCheck @@ -576,8 +614,8 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 10: suggestionCheck -Info 200 [00:04:42.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/src/main.ts","diagnostics":[]}} -Info 201 [00:04:43.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":6}} After running Immedidate callback:: count: 0 diff --git a/tests/baselines/reference/tsserver/projectErrors/npm-install-when-timeout-occurs-inbetween-installation.js b/tests/baselines/reference/tsserver/projectErrors/npm-install-when-timeout-occurs-inbetween-installation.js index 77e6323a80bac..bf88d81b4c440 100644 --- a/tests/baselines/reference/tsserver/projectErrors/npm-install-when-timeout-occurs-inbetween-installation.js +++ b/tests/baselines/reference/tsserver/projectErrors/npm-install-when-timeout-occurs-inbetween-installation.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:23.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/src/main.ts] import * as _a from '@angular/core'; @@ -21,7 +21,7 @@ interface Array { length: number; [n: number]: T; } {} -Info 1 [00:00:24.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -31,13 +31,13 @@ Info 1 [00:00:24.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:25.000] Search path: /user/username/projects/myproject/src -Info 3 [00:00:26.000] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 4 [00:00:27.000] Creating configuration project /user/username/projects/myproject/tsconfig.json -Info 5 [00:00:28.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 6 [00:00:29.000] event: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/myproject/src/main.ts to open"}} -Info 7 [00:00:30.000] Config: /user/username/projects/myproject/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/src/main.ts" ], @@ -45,19 +45,23 @@ Info 7 [00:00:30.000] Config: /user/username/projects/myproject/tsconfig.json "configFilePath": "/user/username/projects/myproject/tsconfig.json" } } -Info 8 [00:00:31.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:32.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:33.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 11 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 12 [00:00:35.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 13 [00:00:36.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 14 [00:00:37.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:38.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:00:39.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 17 [00:00:40.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 18 [00:00:41.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 19 [00:00:42.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 20 [00:00:43.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/main.ts SVC-1-0 "import * as _a from '@angular/core';" @@ -67,21 +71,21 @@ Info 20 [00:00:43.000] Files (2) src/main.ts Matched by default include pattern '**/*' -Info 21 [00:00:44.000] ----------------------------------------------- -Info 22 [00:00:45.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig.json"}} -Info 23 [00:00:46.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"4a33d78ee40d836c4f4e64c59aed976628aea0013be9585c5ff171dfc41baf98","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":36,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 24 [00:00:47.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/src/main.ts","configFile":"/user/username/projects/myproject/tsconfig.json","diagnostics":[]}} -Info 25 [00:00:48.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 25 [00:00:49.000] Files (2) - -Info 25 [00:00:50.000] ----------------------------------------------- -Info 25 [00:00:51.000] Open files: -Info 25 [00:00:52.000] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: /user/username/projects/myproject -Info 25 [00:00:53.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 25 [00:00:54.000] response: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -90,8 +94,12 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules: *new* {"pollingInterval":500} +/user/username/projects/node_modules: *new* + {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* @@ -107,7 +115,7 @@ FsWatchesRecursive:: Before request -Info 26 [00:00:55.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -119,7 +127,7 @@ Info 26 [00:00:55.000] request: "seq": 2, "type": "request" } -Info 27 [00:00:56.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -128,14 +136,14 @@ After request Before running Timeout callback:: count: 1 1: checkOne -Info 28 [00:00:57.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/src/main.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 1: semanticCheck -Info 29 [00:00:58.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/src/main.ts","diagnostics":[{"start":{"line":1,"offset":21},"end":{"line":1,"offset":36},"text":"Cannot find module '@angular/core' or its corresponding type declarations.","code":2307,"category":"error"}]}} After running Immedidate callback:: count: 1 2: suggestionCheck @@ -143,52 +151,56 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 2: suggestionCheck -Info 30 [00:00:59.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/src/main.ts","diagnostics":[]}} -Info 31 [00:01:00.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":2}} After running Immedidate callback:: count: 0 -Info 32 [00:01:03.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 33 [00:01:04.000] Scheduled: /user/username/projects/myproject/tsconfig.jsonFailedLookupInvalidation -Info 34 [00:01:05.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 35 [00:01:06.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 36 [00:01:07.000] Scheduled: /user/username/projects/myproject/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 37 [00:01:08.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 38 [00:01:09.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 39 [00:01:10.000] Scheduled: /user/username/projects/myproject/tsconfig.json -Info 40 [00:01:11.000] Scheduled: *ensureProjectForOpenFiles* -Info 41 [00:01:12.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 42 [00:01:15.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 43 [00:01:16.000] Scheduled: /user/username/projects/myproject/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 44 [00:01:17.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 45 [00:01:18.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 46 [00:01:19.000] Scheduled: /user/username/projects/myproject/tsconfig.json, Cancelled earlier one -Info 47 [00:01:20.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 48 [00:01:21.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 49 [00:01:24.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@babel :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 50 [00:01:25.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@babel :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 51 [00:01:26.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@babel :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 52 [00:01:27.000] Project: /user/username/projects/myproject/tsconfig.json Detected ignored path: /user/username/projects/myproject/node_modules/.staging/@babel -Info 53 [00:01:28.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@babel :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 54 [00:01:31.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@babel/helper-plugin-utils-a06c629f :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 55 [00:01:32.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@babel/helper-plugin-utils-a06c629f :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 56 [00:01:33.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@babel/helper-plugin-utils-a06c629f :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 57 [00:01:34.000] Project: /user/username/projects/myproject/tsconfig.json Detected ignored path: /user/username/projects/myproject/node_modules/.staging/@babel/helper-plugin-utils-a06c629f -Info 58 [00:01:35.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@babel/helper-plugin-utils-a06c629f :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 59 [00:01:38.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/core-js-db53158d :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 60 [00:01:39.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/core-js-db53158d :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 61 [00:01:40.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/core-js-db53158d :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 62 [00:01:41.000] Project: /user/username/projects/myproject/tsconfig.json Detected ignored path: /user/username/projects/myproject/node_modules/.staging/core-js-db53158d -Info 63 [00:01:42.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/core-js-db53158d :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@babel :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@babel :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@babel :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/tsconfig.json Detected ignored path: /user/username/projects/myproject/node_modules/.staging/@babel +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@babel :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@babel/helper-plugin-utils-a06c629f :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@babel/helper-plugin-utils-a06c629f :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@babel/helper-plugin-utils-a06c629f :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/tsconfig.json Detected ignored path: /user/username/projects/myproject/node_modules/.staging/@babel/helper-plugin-utils-a06c629f +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@babel/helper-plugin-utils-a06c629f :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/core-js-db53158d :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/core-js-db53158d :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/core-js-db53158d :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/tsconfig.json Detected ignored path: /user/username/projects/myproject/node_modules/.staging/core-js-db53158d +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/core-js-db53158d :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory Before running Timeout callback:: count: 3 6: /user/username/projects/myproject/tsconfig.jsonFailedLookupInvalidation 7: /user/username/projects/myproject/tsconfig.json 8: *ensureProjectForOpenFiles* PolledWatches:: +/user/username/projects/node_modules: + {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} PolledWatches *deleted*:: /user/username/projects/myproject/node_modules: @@ -208,9 +220,9 @@ FsWatchesRecursive:: /user/username/projects/myproject/node_modules: *new* {} -Info 64 [00:01:43.000] Running: /user/username/projects/myproject/tsconfig.jsonFailedLookupInvalidation -Info 65 [00:01:44.000] Scheduled: /user/username/projects/myproject/tsconfig.json, Cancelled earlier one -Info 66 [00:01:45.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Running: /user/username/projects/myproject/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one After running Timeout callback:: count: 2 9: /user/username/projects/myproject/tsconfig.json 10: *ensureProjectForOpenFiles* @@ -219,41 +231,41 @@ Before running Timeout callback:: count: 2 9: /user/username/projects/myproject/tsconfig.json 10: *ensureProjectForOpenFiles* -Info 67 [00:01:46.000] Running: /user/username/projects/myproject/tsconfig.json -Info 68 [00:01:47.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 69 [00:01:48.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 2 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms -Info 70 [00:01:49.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 71 [00:01:50.000] Files (2) +Info seq [hh:mm:ss:mss] Running: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 2 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/main.ts SVC-1-0 "import * as _a from '@angular/core';" -Info 72 [00:01:51.000] ----------------------------------------------- -Info 73 [00:01:52.000] Running: *ensureProjectForOpenFiles* -Info 74 [00:01:53.000] Before ensureProjectForOpenFiles: -Info 75 [00:01:54.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 75 [00:01:55.000] Files (2) - -Info 75 [00:01:56.000] ----------------------------------------------- -Info 75 [00:01:57.000] Open files: -Info 75 [00:01:58.000] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: /user/username/projects/myproject -Info 75 [00:01:59.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 75 [00:02:00.000] After ensureProjectForOpenFiles: -Info 76 [00:02:01.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 76 [00:02:02.000] Files (2) - -Info 76 [00:02:03.000] ----------------------------------------------- -Info 76 [00:02:04.000] Open files: -Info 76 [00:02:05.000] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: /user/username/projects/myproject -Info 76 [00:02:06.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 76 [00:02:07.000] got projects updated in background, updating diagnostics for /user/username/projects/myproject/src/main.ts -Info 77 [00:02:08.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] got projects updated in background, updating diagnostics for /user/username/projects/myproject/src/main.ts +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/user/username/projects/myproject/src/main.ts"]}} After running Timeout callback:: count: 1 11: checkOne Before request -Info 78 [00:02:09.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -265,7 +277,7 @@ Info 78 [00:02:09.000] request: "seq": 3, "type": "request" } -Info 79 [00:02:10.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -274,14 +286,14 @@ After request Before running Timeout callback:: count: 1 12: checkOne -Info 80 [00:02:11.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/src/main.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 3: semanticCheck -Info 81 [00:02:12.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/src/main.ts","diagnostics":[{"start":{"line":1,"offset":21},"end":{"line":1,"offset":36},"text":"Cannot find module '@angular/core' or its corresponding type declarations.","code":2307,"category":"error"}]}} After running Immedidate callback:: count: 1 4: suggestionCheck @@ -289,47 +301,47 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 4: suggestionCheck -Info 82 [00:02:13.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/src/main.ts","diagnostics":[]}} -Info 83 [00:02:14.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":3}} After running Immedidate callback:: count: 0 -Info 84 [00:02:17.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 85 [00:02:18.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 86 [00:02:19.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 87 [00:02:20.000] Project: /user/username/projects/myproject/tsconfig.json Detected ignored path: /user/username/projects/myproject/node_modules/.staging/@angular -Info 88 [00:02:21.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 89 [00:02:24.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/platform-browser-dynamic-5efaaa1a :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 90 [00:02:25.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/platform-browser-dynamic-5efaaa1a :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 91 [00:02:26.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/platform-browser-dynamic-5efaaa1a :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 92 [00:02:27.000] Project: /user/username/projects/myproject/tsconfig.json Detected ignored path: /user/username/projects/myproject/node_modules/.staging/@angular/platform-browser-dynamic-5efaaa1a -Info 93 [00:02:28.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/platform-browser-dynamic-5efaaa1a :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 94 [00:02:33.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05 :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 95 [00:02:34.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05 :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 96 [00:02:35.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05 :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 97 [00:02:36.000] Project: /user/username/projects/myproject/tsconfig.json Detected ignored path: /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05 -Info 98 [00:02:37.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05 :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 99 [00:02:39.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05/models :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 100 [00:02:40.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05/models :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 101 [00:02:41.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05/models :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 102 [00:02:42.000] Project: /user/username/projects/myproject/tsconfig.json Detected ignored path: /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05/models -Info 103 [00:02:43.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05/models :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 104 [00:02:45.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05/models/analytics.d.ts :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 105 [00:02:46.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05/models/analytics.d.ts :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 106 [00:02:47.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05/models/analytics.d.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 107 [00:02:48.000] Project: /user/username/projects/myproject/tsconfig.json Detected ignored path: /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05/models/analytics.d.ts -Info 108 [00:02:49.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05/models/analytics.d.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 109 [00:02:53.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/core-0963aebf :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 110 [00:02:54.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/core-0963aebf :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 111 [00:02:55.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/core-0963aebf :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 112 [00:02:56.000] Project: /user/username/projects/myproject/tsconfig.json Detected ignored path: /user/username/projects/myproject/node_modules/.staging/@angular/core-0963aebf -Info 113 [00:02:57.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/core-0963aebf :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 114 [00:02:59.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/core-0963aebf/index.d.ts :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 115 [00:03:00.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/core-0963aebf/index.d.ts :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 116 [00:03:01.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/core-0963aebf/index.d.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 117 [00:03:02.000] Project: /user/username/projects/myproject/tsconfig.json Detected ignored path: /user/username/projects/myproject/node_modules/.staging/@angular/core-0963aebf/index.d.ts -Info 118 [00:03:03.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/core-0963aebf/index.d.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/tsconfig.json Detected ignored path: /user/username/projects/myproject/node_modules/.staging/@angular +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/platform-browser-dynamic-5efaaa1a :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/platform-browser-dynamic-5efaaa1a :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/platform-browser-dynamic-5efaaa1a :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/tsconfig.json Detected ignored path: /user/username/projects/myproject/node_modules/.staging/@angular/platform-browser-dynamic-5efaaa1a +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/platform-browser-dynamic-5efaaa1a :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05 :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05 :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05 :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/tsconfig.json Detected ignored path: /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05 +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05 :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05/models :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05/models :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05/models :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/tsconfig.json Detected ignored path: /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05/models +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05/models :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05/models/analytics.d.ts :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05/models/analytics.d.ts :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05/models/analytics.d.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/tsconfig.json Detected ignored path: /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05/models/analytics.d.ts +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05/models/analytics.d.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/core-0963aebf :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/core-0963aebf :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/core-0963aebf :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/tsconfig.json Detected ignored path: /user/username/projects/myproject/node_modules/.staging/@angular/core-0963aebf +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/core-0963aebf :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/core-0963aebf/index.d.ts :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/core-0963aebf/index.d.ts :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/core-0963aebf/index.d.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/tsconfig.json Detected ignored path: /user/username/projects/myproject/node_modules/.staging/@angular/core-0963aebf/index.d.ts +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/core-0963aebf/index.d.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory Before running Timeout callback:: count: 0 //// [/user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05/models/analytics.d.ts] export const x = 10; @@ -346,7 +358,7 @@ After running Timeout callback:: count: 0 Before request -Info 119 [00:03:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -358,7 +370,7 @@ Info 119 [00:03:04.000] request: "seq": 4, "type": "request" } -Info 120 [00:03:05.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -367,14 +379,14 @@ After request Before running Timeout callback:: count: 1 13: checkOne -Info 121 [00:03:06.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/src/main.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 5: semanticCheck -Info 122 [00:03:07.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/src/main.ts","diagnostics":[{"start":{"line":1,"offset":21},"end":{"line":1,"offset":36},"text":"Cannot find module '@angular/core' or its corresponding type declarations.","code":2307,"category":"error"}]}} After running Immedidate callback:: count: 1 6: suggestionCheck @@ -382,9 +394,9 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 6: suggestionCheck -Info 123 [00:03:08.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/src/main.ts","diagnostics":[]}} -Info 124 [00:03:09.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":4}} After running Immedidate callback:: count: 0 @@ -401,7 +413,7 @@ After running Timeout callback:: count: 0 Before request -Info 125 [00:03:16.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -413,7 +425,7 @@ Info 125 [00:03:16.000] request: "seq": 5, "type": "request" } -Info 126 [00:03:17.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -422,14 +434,14 @@ After request Before running Timeout callback:: count: 1 14: checkOne -Info 127 [00:03:18.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/src/main.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 7: semanticCheck -Info 128 [00:03:19.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/src/main.ts","diagnostics":[{"start":{"line":1,"offset":21},"end":{"line":1,"offset":36},"text":"Cannot find module '@angular/core' or its corresponding type declarations.","code":2307,"category":"error"}]}} After running Immedidate callback:: count: 1 8: suggestionCheck @@ -437,69 +449,69 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 8: suggestionCheck -Info 129 [00:03:20.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/src/main.ts","diagnostics":[]}} -Info 130 [00:03:21.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":5}} After running Immedidate callback:: count: 0 -Info 131 [00:03:23.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05/models/analytics.d.ts :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 132 [00:03:24.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05/models/analytics.d.ts :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 133 [00:03:25.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05/models/analytics.d.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 134 [00:03:26.000] Project: /user/username/projects/myproject/tsconfig.json Detected ignored path: /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05/models/analytics.d.ts -Info 135 [00:03:27.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05/models/analytics.d.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 136 [00:03:29.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05/models :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 137 [00:03:30.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05/models :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 138 [00:03:31.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05/models :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 139 [00:03:32.000] Project: /user/username/projects/myproject/tsconfig.json Detected ignored path: /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05/models -Info 140 [00:03:33.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05/models :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 141 [00:03:35.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05 :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 142 [00:03:36.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05 :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 143 [00:03:37.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05 :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 144 [00:03:38.000] Project: /user/username/projects/myproject/tsconfig.json Detected ignored path: /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05 -Info 145 [00:03:39.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05 :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 146 [00:03:41.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/core-0963aebf/index.d.ts :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 147 [00:03:42.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/core-0963aebf/index.d.ts :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 148 [00:03:43.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/core-0963aebf/index.d.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 149 [00:03:44.000] Project: /user/username/projects/myproject/tsconfig.json Detected ignored path: /user/username/projects/myproject/node_modules/.staging/@angular/core-0963aebf/index.d.ts -Info 150 [00:03:45.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/core-0963aebf/index.d.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 151 [00:03:47.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/core-0963aebf :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 152 [00:03:48.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/core-0963aebf :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 153 [00:03:49.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/core-0963aebf :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 154 [00:03:50.000] Project: /user/username/projects/myproject/tsconfig.json Detected ignored path: /user/username/projects/myproject/node_modules/.staging/@angular/core-0963aebf -Info 155 [00:03:51.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/core-0963aebf :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 156 [00:03:53.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/platform-browser-dynamic-5efaaa1a :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 157 [00:03:54.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/platform-browser-dynamic-5efaaa1a :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 158 [00:03:55.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/platform-browser-dynamic-5efaaa1a :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 159 [00:03:56.000] Project: /user/username/projects/myproject/tsconfig.json Detected ignored path: /user/username/projects/myproject/node_modules/.staging/@angular/platform-browser-dynamic-5efaaa1a -Info 160 [00:03:57.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/platform-browser-dynamic-5efaaa1a :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 161 [00:03:59.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 162 [00:04:00.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 163 [00:04:01.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 164 [00:04:02.000] Project: /user/username/projects/myproject/tsconfig.json Detected ignored path: /user/username/projects/myproject/node_modules/.staging/@angular -Info 165 [00:04:03.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 166 [00:04:05.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@babel/helper-plugin-utils-a06c629f :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 167 [00:04:06.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@babel/helper-plugin-utils-a06c629f :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 168 [00:04:07.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@babel/helper-plugin-utils-a06c629f :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 169 [00:04:08.000] Project: /user/username/projects/myproject/tsconfig.json Detected ignored path: /user/username/projects/myproject/node_modules/.staging/@babel/helper-plugin-utils-a06c629f -Info 170 [00:04:09.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@babel/helper-plugin-utils-a06c629f :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 171 [00:04:11.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@babel :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 172 [00:04:12.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@babel :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 173 [00:04:13.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@babel :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 174 [00:04:14.000] Project: /user/username/projects/myproject/tsconfig.json Detected ignored path: /user/username/projects/myproject/node_modules/.staging/@babel -Info 175 [00:04:15.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@babel :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 176 [00:04:17.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/core-js-db53158d :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 177 [00:04:18.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/core-js-db53158d :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 178 [00:04:19.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/core-js-db53158d :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 179 [00:04:20.000] Project: /user/username/projects/myproject/tsconfig.json Detected ignored path: /user/username/projects/myproject/node_modules/.staging/core-js-db53158d -Info 180 [00:04:21.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/core-js-db53158d :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 181 [00:04:23.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 182 [00:04:24.000] Scheduled: /user/username/projects/myproject/tsconfig.jsonFailedLookupInvalidation -Info 183 [00:04:25.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 184 [00:04:26.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 185 [00:04:27.000] Scheduled: /user/username/projects/myproject/tsconfig.json -Info 186 [00:04:28.000] Scheduled: *ensureProjectForOpenFiles* -Info 187 [00:04:29.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05/models/analytics.d.ts :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05/models/analytics.d.ts :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05/models/analytics.d.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/tsconfig.json Detected ignored path: /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05/models/analytics.d.ts +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05/models/analytics.d.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05/models :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05/models :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05/models :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/tsconfig.json Detected ignored path: /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05/models +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05/models :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05 :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05 :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05 :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/tsconfig.json Detected ignored path: /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05 +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05 :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/core-0963aebf/index.d.ts :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/core-0963aebf/index.d.ts :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/core-0963aebf/index.d.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/tsconfig.json Detected ignored path: /user/username/projects/myproject/node_modules/.staging/@angular/core-0963aebf/index.d.ts +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/core-0963aebf/index.d.ts :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/core-0963aebf :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/core-0963aebf :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/core-0963aebf :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/tsconfig.json Detected ignored path: /user/username/projects/myproject/node_modules/.staging/@angular/core-0963aebf +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/core-0963aebf :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/platform-browser-dynamic-5efaaa1a :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/platform-browser-dynamic-5efaaa1a :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/platform-browser-dynamic-5efaaa1a :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/tsconfig.json Detected ignored path: /user/username/projects/myproject/node_modules/.staging/@angular/platform-browser-dynamic-5efaaa1a +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular/platform-browser-dynamic-5efaaa1a :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/tsconfig.json Detected ignored path: /user/username/projects/myproject/node_modules/.staging/@angular +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@angular :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@babel/helper-plugin-utils-a06c629f :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@babel/helper-plugin-utils-a06c629f :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@babel/helper-plugin-utils-a06c629f :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/tsconfig.json Detected ignored path: /user/username/projects/myproject/node_modules/.staging/@babel/helper-plugin-utils-a06c629f +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@babel/helper-plugin-utils-a06c629f :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@babel :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@babel :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@babel :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/tsconfig.json Detected ignored path: /user/username/projects/myproject/node_modules/.staging/@babel +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/@babel :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/core-js-db53158d :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/core-js-db53158d :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/core-js-db53158d :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/tsconfig.json Detected ignored path: /user/username/projects/myproject/node_modules/.staging/core-js-db53158d +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging/core-js-db53158d :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging :: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/node_modules/.staging :: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory Before running Timeout callback:: count: 3 15: /user/username/projects/myproject/tsconfig.jsonFailedLookupInvalidation 16: /user/username/projects/myproject/tsconfig.json @@ -507,9 +519,9 @@ Before running Timeout callback:: count: 3 //// [/user/username/projects/myproject/node_modules/.staging/@angular/cli-c1e44b05/models/analytics.d.ts] deleted //// [/user/username/projects/myproject/node_modules/.staging/@angular/core-0963aebf/index.d.ts] deleted -Info 188 [00:04:30.000] Running: /user/username/projects/myproject/tsconfig.jsonFailedLookupInvalidation -Info 189 [00:04:31.000] Scheduled: /user/username/projects/myproject/tsconfig.json, Cancelled earlier one -Info 190 [00:04:32.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Running: /user/username/projects/myproject/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one After running Timeout callback:: count: 2 18: /user/username/projects/myproject/tsconfig.json 19: *ensureProjectForOpenFiles* @@ -518,13 +530,15 @@ Before running Timeout callback:: count: 2 18: /user/username/projects/myproject/tsconfig.json 19: *ensureProjectForOpenFiles* -Info 191 [00:04:33.000] Running: /user/username/projects/myproject/tsconfig.json -Info 192 [00:04:34.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 193 [00:04:35.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 194 [00:04:36.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 195 [00:04:37.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 3 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms -Info 196 [00:04:38.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 197 [00:04:39.000] Files (3) +Info seq [hh:mm:ss:mss] Running: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 3 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/node_modules/@angular/core/index.d.ts Text-1 "export const y = 10;" /user/username/projects/myproject/src/main.ts SVC-1-0 "import * as _a from '@angular/core';" @@ -537,33 +551,57 @@ Info 197 [00:04:39.000] Files (3) src/main.ts Matched by default include pattern '**/*' -Info 198 [00:04:40.000] ----------------------------------------------- -Info 199 [00:04:41.000] Running: *ensureProjectForOpenFiles* -Info 200 [00:04:42.000] Before ensureProjectForOpenFiles: -Info 201 [00:04:43.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 201 [00:04:44.000] Files (3) - -Info 201 [00:04:45.000] ----------------------------------------------- -Info 201 [00:04:46.000] Open files: -Info 201 [00:04:47.000] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: /user/username/projects/myproject -Info 201 [00:04:48.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 201 [00:04:49.000] After ensureProjectForOpenFiles: -Info 202 [00:04:50.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 202 [00:04:51.000] Files (3) - -Info 202 [00:04:52.000] ----------------------------------------------- -Info 202 [00:04:53.000] Open files: -Info 202 [00:04:54.000] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: /user/username/projects/myproject -Info 202 [00:04:55.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 202 [00:04:56.000] got projects updated in background, updating diagnostics for /user/username/projects/myproject/src/main.ts -Info 203 [00:04:57.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] got projects updated in background, updating diagnostics for /user/username/projects/myproject/src/main.ts +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/user/username/projects/myproject/src/main.ts"]}} After running Timeout callback:: count: 1 20: checkOne +PolledWatches:: +/user/username/projects/myproject/node_modules/@types: + {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} + +PolledWatches *deleted*:: +/user/username/projects/node_modules: + {"pollingInterval":500} + +FsWatches:: +/user/username/projects/myproject/tsconfig.json: + {} +/a/lib/lib.d.ts: + {} + +FsWatchesRecursive:: +/user/username/projects/myproject: + {} +/user/username/projects/myproject/src: + {} +/user/username/projects/myproject/node_modules: + {} + Before request -Info 204 [00:04:58.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -575,7 +613,7 @@ Info 204 [00:04:58.000] request: "seq": 6, "type": "request" } -Info 205 [00:04:59.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -584,14 +622,14 @@ After request Before running Timeout callback:: count: 1 21: checkOne -Info 206 [00:05:00.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/src/main.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 9: semanticCheck -Info 207 [00:05:01.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/src/main.ts","diagnostics":[]}} After running Immedidate callback:: count: 1 10: suggestionCheck @@ -599,8 +637,8 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 10: suggestionCheck -Info 208 [00:05:02.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/src/main.ts","diagnostics":[]}} -Info 209 [00:05:03.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":6}} After running Immedidate callback:: count: 0 diff --git a/tests/baselines/reference/tsserver/projectErrors/reports-errors-correctly-when-file-referenced-by-inferred-project-root,-is-opened-right-after-closing-the-root-file.js b/tests/baselines/reference/tsserver/projectErrors/reports-errors-correctly-when-file-referenced-by-inferred-project-root,-is-opened-right-after-closing-the-root-file.js index 6984e034c9743..5d8221ed779ed 100644 --- a/tests/baselines/reference/tsserver/projectErrors/reports-errors-correctly-when-file-referenced-by-inferred-project-root,-is-opened-right-after-closing-the-root-file.js +++ b/tests/baselines/reference/tsserver/projectErrors/reports-errors-correctly-when-file-referenced-by-inferred-project-root,-is-opened-right-after-closing-the-root-file.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:33.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/lib/lib.d.ts] /// @@ -24,7 +24,7 @@ function getHostName() { return "hello"; } export { getHostName }; import { getHostName } from '../../src/server/utilities';export default getHostName; -Info 1 [00:00:34.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -34,21 +34,23 @@ Info 1 [00:00:34.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:35.000] Search path: /user/username/projects/myproject/src/client -Info 3 [00:00:36.000] For info: /user/username/projects/myproject/src/client/app.js :: No config files found. -Info 4 [00:00:37.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/client/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 5 [00:00:38.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/client/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 6 [00:00:39.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 7 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 8 [00:00:41.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 9 [00:00:42.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 10 [00:00:43.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 11 [00:00:44.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 12 [00:00:45.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 13 [00:00:46.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 14 [00:00:47.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:48.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 16 [00:00:49.000] Files (2) +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src/client +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/client/app.js :: No config files found. +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/client/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/client/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/client/app.js SVC-1-0 "" @@ -58,7 +60,7 @@ Info 16 [00:00:49.000] Files (2) src/client/app.js Root file specified for compilation -Info 17 [00:00:50.000] ----------------------------------------------- +Info seq [hh:mm:ss:mss] ----------------------------------------------- TI:: Creating typing installer PolledWatches:: @@ -76,20 +78,22 @@ PolledWatches:: {"pollingInterval":2000} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /a/lib/lib.d.ts: *new* {} -TI:: [00:00:51.000] Global cache location '/a/data/', safe file path '/safeList.json', types map path /typesMap.json -TI:: [00:00:52.000] Processing cache location '/a/data/' -TI:: [00:00:53.000] Trying to find '/a/data/package.json'... -TI:: [00:00:54.000] Finished processing cache location '/a/data/' -TI:: [00:00:55.000] Npm config file: /a/data/package.json -TI:: [00:00:56.000] Npm config file: '/a/data/package.json' is missing, creating new one... -TI:: [00:01:01.000] Updating types-registry npm package... -TI:: [00:01:02.000] npm install --ignore-scripts types-registry@latest -TI:: [00:01:09.000] TI:: Updated types-registry npm package +TI:: [hh:mm:ss:mss] Global cache location '/a/data/', safe file path '/safeList.json', types map path /typesMap.json +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Trying to find '/a/data/package.json'... +TI:: [hh:mm:ss:mss] Finished processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Npm config file: /a/data/package.json +TI:: [hh:mm:ss:mss] Npm config file: '/a/data/package.json' is missing, creating new one... +TI:: [hh:mm:ss:mss] Updating types-registry npm package... +TI:: [hh:mm:ss:mss] npm install --ignore-scripts types-registry@latest +TI:: [hh:mm:ss:mss] TI:: Updated types-registry npm package TI:: typing installer creation complete //// [/a/data/package.json] { "private": true } @@ -100,35 +104,35 @@ TI:: typing installer creation complete } -TI:: [00:01:10.000] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/a/lib/lib.d.ts","/user/username/projects/myproject/src/client/app.js"],"compilerOptions":{"target":1,"jsx":1,"allowNonTsExtensions":true,"allowJs":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/user/username/projects/myproject","cachePath":"/a/data/","kind":"discover"} -TI:: [00:01:11.000] Request specifies cache path '/a/data/', loading cached information... -TI:: [00:01:12.000] Processing cache location '/a/data/' -TI:: [00:01:13.000] Cache location was already processed... -TI:: [00:01:14.000] Failed to load safelist from types map file '/typesMap.json' -TI:: [00:01:15.000] Explicitly included types: [] -TI:: [00:01:16.000] Inferred typings from unresolved imports: [] -TI:: [00:01:17.000] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/user/username/projects/myproject/src/client/bower_components","/user/username/projects/myproject/src/client/node_modules","/user/username/projects/myproject/bower_components","/user/username/projects/myproject/node_modules"]} -TI:: [00:01:18.000] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/user/username/projects/myproject/src/client/bower_components","/user/username/projects/myproject/src/client/node_modules","/user/username/projects/myproject/bower_components","/user/username/projects/myproject/node_modules"]} -TI:: [00:01:19.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src -TI:: [00:01:20.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:01:21.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:01:22.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/bower_components -TI:: [00:01:23.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/bower_components 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:01:24.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/bower_components 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:01:25.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules -TI:: [00:01:26.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:01:27.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:01:28.000] Sending response: +TI:: [hh:mm:ss:mss] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/a/lib/lib.d.ts","/user/username/projects/myproject/src/client/app.js"],"compilerOptions":{"target":1,"jsx":1,"allowNonTsExtensions":true,"allowJs":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/user/username/projects/myproject","cachePath":"/a/data/","kind":"discover"} +TI:: [hh:mm:ss:mss] Request specifies cache path '/a/data/', loading cached information... +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Cache location was already processed... +TI:: [hh:mm:ss:mss] Failed to load safelist from types map file '/typesMap.json' +TI:: [hh:mm:ss:mss] Explicitly included types: [] +TI:: [hh:mm:ss:mss] Inferred typings from unresolved imports: [] +TI:: [hh:mm:ss:mss] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/user/username/projects/myproject/src/client/bower_components","/user/username/projects/myproject/src/client/node_modules","/user/username/projects/myproject/bower_components","/user/username/projects/myproject/node_modules"]} +TI:: [hh:mm:ss:mss] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/user/username/projects/myproject/src/client/bower_components","/user/username/projects/myproject/src/client/node_modules","/user/username/projects/myproject/bower_components","/user/username/projects/myproject/node_modules"]} +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/bower_components +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/bower_components 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/bower_components 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] Sending response: {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"target":1,"jsx":1,"allowNonTsExtensions":true,"allowJs":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typings":[],"unresolvedImports":[],"kind":"action::set"} -TI:: [00:01:29.000] No new typings were requested as a result of typings discovery -Info 18 [00:01:30.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 18 [00:01:31.000] Files (2) - -Info 18 [00:01:32.000] ----------------------------------------------- -Info 18 [00:01:33.000] Open files: -Info 18 [00:01:34.000] FileName: /user/username/projects/myproject/src/client/app.js ProjectRootPath: /user/username/projects/myproject -Info 18 [00:01:35.000] Projects: /dev/null/inferredProject1* -Info 18 [00:01:36.000] response: +TI:: [hh:mm:ss:mss] No new typings were requested as a result of typings discovery +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/client/app.js ProjectRootPath: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -149,6 +153,8 @@ PolledWatches:: {"pollingInterval":2000} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/bower_components: *new* {"pollingInterval":500} /user/username/projects/myproject/node_modules: *new* @@ -164,7 +170,7 @@ FsWatchesRecursive:: Before request -Info 19 [00:01:37.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -174,19 +180,19 @@ Info 19 [00:01:37.000] request: "seq": 2, "type": "request" } -Info 20 [00:01:38.000] Search path: /user/username/projects/myproject/test/backend -Info 21 [00:01:39.000] For info: /user/username/projects/myproject/test/backend/index.js :: No config files found. -Info 22 [00:01:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/test/backend/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 23 [00:01:41.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/test/backend/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 24 [00:01:42.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/test/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 25 [00:01:43.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/test/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 26 [00:01:44.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 27 [00:01:45.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations -Info 28 [00:01:46.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations -Info 29 [00:01:47.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/server/utilities.js 500 undefined WatchType: Closed Script info -Info 30 [00:01:48.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 31 [00:01:49.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 32 [00:01:50.000] Files (4) +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/test/backend +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/test/backend/index.js :: No config files found. +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/test/backend/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/test/backend/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/test/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/test/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/server/utilities.js 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/client/app.js SVC-1-0 "" /user/username/projects/myproject/src/server/utilities.js Text-1 "function getHostName() { return \"hello\"; } export { getHostName };" @@ -202,31 +208,31 @@ Info 32 [00:01:50.000] Files (4) test/backend/index.js Root file specified for compilation -Info 33 [00:01:51.000] ----------------------------------------------- -TI:: [00:01:52.000] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/a/lib/lib.d.ts","/user/username/projects/myproject/src/client/app.js","/user/username/projects/myproject/src/server/utilities.js","/user/username/projects/myproject/test/backend/index.js"],"compilerOptions":{"target":1,"jsx":1,"allowNonTsExtensions":true,"allowJs":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/user/username/projects/myproject","cachePath":"/a/data/","kind":"discover"} -TI:: [00:01:53.000] Request specifies cache path '/a/data/', loading cached information... -TI:: [00:01:54.000] Processing cache location '/a/data/' -TI:: [00:01:55.000] Cache location was already processed... -TI:: [00:01:56.000] Explicitly included types: [] -TI:: [00:01:57.000] Inferred typings from unresolved imports: [] -TI:: [00:01:58.000] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/user/username/projects/myproject/src/client/bower_components","/user/username/projects/myproject/src/client/node_modules","/user/username/projects/myproject/src/server/bower_components","/user/username/projects/myproject/src/server/node_modules","/user/username/projects/myproject/test/backend/bower_components","/user/username/projects/myproject/test/backend/node_modules","/user/username/projects/myproject/bower_components","/user/username/projects/myproject/node_modules"]} -TI:: [00:01:59.000] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/user/username/projects/myproject/src/client/bower_components","/user/username/projects/myproject/src/client/node_modules","/user/username/projects/myproject/src/server/bower_components","/user/username/projects/myproject/src/server/node_modules","/user/username/projects/myproject/test/backend/bower_components","/user/username/projects/myproject/test/backend/node_modules","/user/username/projects/myproject/bower_components","/user/username/projects/myproject/node_modules"]} -TI:: [00:02:00.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/test -TI:: [00:02:01.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/test 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:02:02.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/test 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:02:03.000] Sending response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +TI:: [hh:mm:ss:mss] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/a/lib/lib.d.ts","/user/username/projects/myproject/src/client/app.js","/user/username/projects/myproject/src/server/utilities.js","/user/username/projects/myproject/test/backend/index.js"],"compilerOptions":{"target":1,"jsx":1,"allowNonTsExtensions":true,"allowJs":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/user/username/projects/myproject","cachePath":"/a/data/","kind":"discover"} +TI:: [hh:mm:ss:mss] Request specifies cache path '/a/data/', loading cached information... +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Cache location was already processed... +TI:: [hh:mm:ss:mss] Explicitly included types: [] +TI:: [hh:mm:ss:mss] Inferred typings from unresolved imports: [] +TI:: [hh:mm:ss:mss] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/user/username/projects/myproject/src/client/bower_components","/user/username/projects/myproject/src/client/node_modules","/user/username/projects/myproject/src/server/bower_components","/user/username/projects/myproject/src/server/node_modules","/user/username/projects/myproject/test/backend/bower_components","/user/username/projects/myproject/test/backend/node_modules","/user/username/projects/myproject/bower_components","/user/username/projects/myproject/node_modules"]} +TI:: [hh:mm:ss:mss] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/user/username/projects/myproject/src/client/bower_components","/user/username/projects/myproject/src/client/node_modules","/user/username/projects/myproject/src/server/bower_components","/user/username/projects/myproject/src/server/node_modules","/user/username/projects/myproject/test/backend/bower_components","/user/username/projects/myproject/test/backend/node_modules","/user/username/projects/myproject/bower_components","/user/username/projects/myproject/node_modules"]} +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/test +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/test 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/test 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] Sending response: {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"target":1,"jsx":1,"allowNonTsExtensions":true,"allowJs":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typings":[],"unresolvedImports":[],"kind":"action::set"} -TI:: [00:02:04.000] No new typings were requested as a result of typings discovery -Info 34 [00:02:05.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 34 [00:02:06.000] Files (4) - -Info 34 [00:02:07.000] ----------------------------------------------- -Info 34 [00:02:08.000] Open files: -Info 34 [00:02:09.000] FileName: /user/username/projects/myproject/src/client/app.js ProjectRootPath: /user/username/projects/myproject -Info 34 [00:02:10.000] Projects: /dev/null/inferredProject1* -Info 34 [00:02:11.000] FileName: /user/username/projects/myproject/test/backend/index.js ProjectRootPath: /user/username/projects/myproject -Info 34 [00:02:12.000] Projects: /dev/null/inferredProject1* -Info 34 [00:02:13.000] response: +TI:: [hh:mm:ss:mss] No new typings were requested as a result of typings discovery +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/client/app.js ProjectRootPath: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/test/backend/index.js ProjectRootPath: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -247,6 +253,8 @@ PolledWatches:: {"pollingInterval":2000} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/bower_components: {"pollingInterval":500} /user/username/projects/myproject/node_modules: @@ -274,7 +282,7 @@ FsWatchesRecursive:: Before request -Info 35 [00:02:14.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -287,7 +295,7 @@ Info 35 [00:02:14.000] request: "seq": 3, "type": "request" } -Info 36 [00:02:15.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -296,14 +304,14 @@ After request Before running Timeout callback:: count: 1 1: checkOne -Info 37 [00:02:16.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/test/backend/index.js","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 1: semanticCheck -Info 38 [00:02:17.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/test/backend/index.js","diagnostics":[]}} After running Immedidate callback:: count: 1 2: suggestionCheck @@ -311,21 +319,21 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 2: suggestionCheck -Info 39 [00:02:18.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/test/backend/index.js","diagnostics":[]}} After running Immedidate callback:: count: 0 Before running Timeout callback:: count: 1 2: checkOne -Info 40 [00:02:19.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/src/client/app.js","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 3: semanticCheck -Info 41 [00:02:20.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/src/client/app.js","diagnostics":[]}} After running Immedidate callback:: count: 1 4: suggestionCheck @@ -333,15 +341,15 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 4: suggestionCheck -Info 42 [00:02:21.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/src/client/app.js","diagnostics":[]}} -Info 43 [00:02:22.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":3}} After running Immedidate callback:: count: 0 Before request -Info 44 [00:02:23.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -350,19 +358,19 @@ Info 44 [00:02:23.000] request: "seq": 4, "type": "request" } -Info 45 [00:02:24.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/test/backend/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 46 [00:02:25.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/test/backend/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 47 [00:02:26.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/test/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 48 [00:02:27.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/test/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 49 [00:02:28.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/test/backend/index.js 500 undefined WatchType: Closed Script info -Info 50 [00:02:29.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 50 [00:02:30.000] Files (4) - -Info 50 [00:02:31.000] ----------------------------------------------- -Info 50 [00:02:32.000] Open files: -Info 50 [00:02:33.000] FileName: /user/username/projects/myproject/src/client/app.js ProjectRootPath: /user/username/projects/myproject -Info 50 [00:02:34.000] Projects: /dev/null/inferredProject1* -Info 50 [00:02:35.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/test/backend/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/test/backend/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/test/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/test/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/test/backend/index.js 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/client/app.js ProjectRootPath: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -383,6 +391,8 @@ PolledWatches:: {"pollingInterval":2000} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/bower_components: {"pollingInterval":500} /user/username/projects/myproject/node_modules: @@ -414,7 +424,7 @@ FsWatchesRecursive:: Before request -Info 51 [00:02:36.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -424,15 +434,15 @@ Info 51 [00:02:36.000] request: "seq": 5, "type": "request" } -Info 52 [00:02:37.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/server/utilities.js 500 undefined WatchType: Closed Script info -Info 53 [00:02:38.000] Search path: /user/username/projects/myproject/src/server -Info 54 [00:02:39.000] For info: /user/username/projects/myproject/src/server/utilities.js :: No config files found. -Info 55 [00:02:40.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 56 [00:02:41.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations -Info 57 [00:02:42.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations -Info 58 [00:02:43.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 3 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 59 [00:02:44.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 60 [00:02:45.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/server/utilities.js 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src/server +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/server/utilities.js :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 3 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/client/app.js SVC-1-0 "" @@ -442,27 +452,27 @@ Info 60 [00:02:45.000] Files (2) src/client/app.js Root file specified for compilation -Info 61 [00:02:46.000] ----------------------------------------------- -TI:: [00:02:47.000] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/a/lib/lib.d.ts","/user/username/projects/myproject/src/client/app.js"],"compilerOptions":{"target":1,"jsx":1,"allowNonTsExtensions":true,"allowJs":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/user/username/projects/myproject","cachePath":"/a/data/","kind":"discover"} -TI:: [00:02:48.000] Request specifies cache path '/a/data/', loading cached information... -TI:: [00:02:49.000] Processing cache location '/a/data/' -TI:: [00:02:50.000] Cache location was already processed... -TI:: [00:02:51.000] Explicitly included types: [] -TI:: [00:02:52.000] Inferred typings from unresolved imports: [] -TI:: [00:02:53.000] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/user/username/projects/myproject/src/client/bower_components","/user/username/projects/myproject/src/client/node_modules","/user/username/projects/myproject/bower_components","/user/username/projects/myproject/node_modules"]} -TI:: [00:02:54.000] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/user/username/projects/myproject/src/client/bower_components","/user/username/projects/myproject/src/client/node_modules","/user/username/projects/myproject/bower_components","/user/username/projects/myproject/node_modules"]} -TI:: [00:02:55.000] DirectoryWatcher:: Closed:: WatchInfo: /user/username/projects/myproject/test -TI:: [00:02:56.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/test 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:02:57.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/test 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false -TI:: [00:02:58.000] Sending response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +TI:: [hh:mm:ss:mss] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/a/lib/lib.d.ts","/user/username/projects/myproject/src/client/app.js"],"compilerOptions":{"target":1,"jsx":1,"allowNonTsExtensions":true,"allowJs":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/user/username/projects/myproject","cachePath":"/a/data/","kind":"discover"} +TI:: [hh:mm:ss:mss] Request specifies cache path '/a/data/', loading cached information... +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Cache location was already processed... +TI:: [hh:mm:ss:mss] Explicitly included types: [] +TI:: [hh:mm:ss:mss] Inferred typings from unresolved imports: [] +TI:: [hh:mm:ss:mss] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/user/username/projects/myproject/src/client/bower_components","/user/username/projects/myproject/src/client/node_modules","/user/username/projects/myproject/bower_components","/user/username/projects/myproject/node_modules"]} +TI:: [hh:mm:ss:mss] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/user/username/projects/myproject/src/client/bower_components","/user/username/projects/myproject/src/client/node_modules","/user/username/projects/myproject/bower_components","/user/username/projects/myproject/node_modules"]} +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Closed:: WatchInfo: /user/username/projects/myproject/test +TI:: [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/test 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/test 1 undefined Project: /dev/null/inferredProject1* watcher already invoked: false +TI:: [hh:mm:ss:mss] Sending response: {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"target":1,"jsx":1,"allowNonTsExtensions":true,"allowJs":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typings":[],"unresolvedImports":[],"kind":"action::set"} -TI:: [00:02:59.000] No new typings were requested as a result of typings discovery -Info 62 [00:03:00.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/server/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 63 [00:03:01.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/server/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 64 [00:03:02.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 65 [00:03:03.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 4 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 66 [00:03:04.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 67 [00:03:05.000] Files (3) +TI:: [hh:mm:ss:mss] No new typings were requested as a result of typings discovery +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/server/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/server/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 4 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/client/app.js SVC-1-0 "" /user/username/projects/myproject/src/server/utilities.js Text-1 "function getHostName() { return \"hello\"; } export { getHostName };" @@ -475,29 +485,29 @@ Info 67 [00:03:05.000] Files (3) src/server/utilities.js Root file specified for compilation -Info 68 [00:03:06.000] ----------------------------------------------- -TI:: [00:03:07.000] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/a/lib/lib.d.ts","/user/username/projects/myproject/src/client/app.js","/user/username/projects/myproject/src/server/utilities.js"],"compilerOptions":{"target":1,"jsx":1,"allowNonTsExtensions":true,"allowJs":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/user/username/projects/myproject","cachePath":"/a/data/","kind":"discover"} -TI:: [00:03:08.000] Request specifies cache path '/a/data/', loading cached information... -TI:: [00:03:09.000] Processing cache location '/a/data/' -TI:: [00:03:10.000] Cache location was already processed... -TI:: [00:03:11.000] Explicitly included types: [] -TI:: [00:03:12.000] Inferred typings from unresolved imports: [] -TI:: [00:03:13.000] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/user/username/projects/myproject/src/client/bower_components","/user/username/projects/myproject/src/client/node_modules","/user/username/projects/myproject/src/server/bower_components","/user/username/projects/myproject/src/server/node_modules","/user/username/projects/myproject/bower_components","/user/username/projects/myproject/node_modules"]} -TI:: [00:03:14.000] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/user/username/projects/myproject/src/client/bower_components","/user/username/projects/myproject/src/client/node_modules","/user/username/projects/myproject/src/server/bower_components","/user/username/projects/myproject/src/server/node_modules","/user/username/projects/myproject/bower_components","/user/username/projects/myproject/node_modules"]} -TI:: [00:03:15.000] Sending response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +TI:: [hh:mm:ss:mss] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/a/lib/lib.d.ts","/user/username/projects/myproject/src/client/app.js","/user/username/projects/myproject/src/server/utilities.js"],"compilerOptions":{"target":1,"jsx":1,"allowNonTsExtensions":true,"allowJs":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/user/username/projects/myproject","cachePath":"/a/data/","kind":"discover"} +TI:: [hh:mm:ss:mss] Request specifies cache path '/a/data/', loading cached information... +TI:: [hh:mm:ss:mss] Processing cache location '/a/data/' +TI:: [hh:mm:ss:mss] Cache location was already processed... +TI:: [hh:mm:ss:mss] Explicitly included types: [] +TI:: [hh:mm:ss:mss] Inferred typings from unresolved imports: [] +TI:: [hh:mm:ss:mss] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/user/username/projects/myproject/src/client/bower_components","/user/username/projects/myproject/src/client/node_modules","/user/username/projects/myproject/src/server/bower_components","/user/username/projects/myproject/src/server/node_modules","/user/username/projects/myproject/bower_components","/user/username/projects/myproject/node_modules"]} +TI:: [hh:mm:ss:mss] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":["/user/username/projects/myproject/src/client/bower_components","/user/username/projects/myproject/src/client/node_modules","/user/username/projects/myproject/src/server/bower_components","/user/username/projects/myproject/src/server/node_modules","/user/username/projects/myproject/bower_components","/user/username/projects/myproject/node_modules"]} +TI:: [hh:mm:ss:mss] Sending response: {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"target":1,"jsx":1,"allowNonTsExtensions":true,"allowJs":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typings":[],"unresolvedImports":[],"kind":"action::set"} -TI:: [00:03:16.000] No new typings were requested as a result of typings discovery -Info 69 [00:03:17.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/test/backend/index.js 500 undefined WatchType: Closed Script info -Info 70 [00:03:18.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 70 [00:03:19.000] Files (3) - -Info 70 [00:03:20.000] ----------------------------------------------- -Info 70 [00:03:21.000] Open files: -Info 70 [00:03:22.000] FileName: /user/username/projects/myproject/src/client/app.js ProjectRootPath: /user/username/projects/myproject -Info 70 [00:03:23.000] Projects: /dev/null/inferredProject1* -Info 70 [00:03:24.000] FileName: /user/username/projects/myproject/src/server/utilities.js ProjectRootPath: /user/username/projects/myproject -Info 70 [00:03:25.000] Projects: /dev/null/inferredProject1* -Info 70 [00:03:26.000] response: +TI:: [hh:mm:ss:mss] No new typings were requested as a result of typings discovery +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/test/backend/index.js 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/client/app.js ProjectRootPath: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/server/utilities.js ProjectRootPath: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -518,6 +528,8 @@ PolledWatches:: {"pollingInterval":2000} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/bower_components: {"pollingInterval":500} /user/username/projects/myproject/node_modules: @@ -547,7 +559,7 @@ FsWatchesRecursive *deleted*:: Before request -Info 71 [00:03:27.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -560,7 +572,7 @@ Info 71 [00:03:27.000] request: "seq": 6, "type": "request" } -Info 72 [00:03:28.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -569,14 +581,14 @@ After request Before running Timeout callback:: count: 1 3: checkOne -Info 73 [00:03:29.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/src/server/utilities.js","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 5: semanticCheck -Info 74 [00:03:30.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/src/server/utilities.js","diagnostics":[]}} After running Immedidate callback:: count: 1 6: suggestionCheck @@ -584,21 +596,21 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 6: suggestionCheck -Info 75 [00:03:31.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/src/server/utilities.js","diagnostics":[]}} After running Immedidate callback:: count: 0 Before running Timeout callback:: count: 1 4: checkOne -Info 76 [00:03:32.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/src/client/app.js","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 7: semanticCheck -Info 77 [00:03:33.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/src/client/app.js","diagnostics":[]}} After running Immedidate callback:: count: 1 8: suggestionCheck @@ -606,8 +618,8 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 8: suggestionCheck -Info 78 [00:03:34.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/src/client/app.js","diagnostics":[]}} -Info 79 [00:03:35.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":6}} After running Immedidate callback:: count: 0 diff --git a/tests/baselines/reference/tsserver/projectErrors/should-not-report-incorrect-error-when-json-is-root-file-found-by-tsconfig.js b/tests/baselines/reference/tsserver/projectErrors/should-not-report-incorrect-error-when-json-is-root-file-found-by-tsconfig.js index c4c1b3f54d8eb..6a4f84ab28372 100644 --- a/tests/baselines/reference/tsserver/projectErrors/should-not-report-incorrect-error-when-json-is-root-file-found-by-tsconfig.js +++ b/tests/baselines/reference/tsserver/projectErrors/should-not-report-incorrect-error-when-json-is-root-file-found-by-tsconfig.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:25.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/src/test.ts] import * as blabla from "./blabla.json"; @@ -26,7 +26,7 @@ interface Array { length: number; [n: number]: T; } {"compilerOptions":{"resolveJsonModule":true,"composite":true},"include":["./src/*.ts","./src/*.json"]} -Info 1 [00:00:26.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -35,13 +35,13 @@ Info 1 [00:00:26.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:27.000] Search path: /user/username/projects/myproject/src -Info 3 [00:00:28.000] For info: /user/username/projects/myproject/src/test.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 4 [00:00:29.000] Creating configuration project /user/username/projects/myproject/tsconfig.json -Info 5 [00:00:30.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 6 [00:00:31.000] event: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/test.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/myproject/src/test.ts to open"}} -Info 7 [00:00:32.000] Config: /user/username/projects/myproject/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/src/test.ts", "/user/username/projects/myproject/src/blabla.json" @@ -52,18 +52,20 @@ Info 7 [00:00:32.000] Config: /user/username/projects/myproject/tsconfig.json "configFilePath": "/user/username/projects/myproject/tsconfig.json" } } -Info 8 [00:00:33.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 0 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:34.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 0 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:35.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/blabla.json 500 undefined WatchType: Closed Script info -Info 11 [00:00:36.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 12 [00:00:37.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 13 [00:00:38.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 14 [00:00:39.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 15 [00:00:40.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 16 [00:00:41.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 17 [00:00:42.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 18 [00:00:43.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 19 [00:00:44.000] Files (3) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 0 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 0 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/blabla.json 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/blabla.json Text-1 "{}" /user/username/projects/myproject/src/test.ts SVC-1-0 "import * as blabla from \"./blabla.json\";\ndeclare var console: any;\nconsole.log(blabla);" @@ -77,23 +79,23 @@ Info 19 [00:00:44.000] Files (3) src/test.ts Matched by include pattern './src/*.ts' in 'tsconfig.json' -Info 20 [00:00:45.000] ----------------------------------------------- -Info 21 [00:00:46.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig.json"}} -Info 22 [00:00:47.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"4a33d78ee40d836c4f4e64c59aed976628aea0013be9585c5ff171dfc41baf98","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":87,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{"resolveJsonModule":true,"composite":true},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":true,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 23 [00:00:48.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/src/test.ts","configFile":"/user/username/projects/myproject/tsconfig.json","diagnostics":[]}} -Info 24 [00:00:49.000] Search path: /user/username/projects/myproject -Info 25 [00:00:50.000] For info: /user/username/projects/myproject/tsconfig.json :: No config files found. -Info 26 [00:00:51.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 26 [00:00:52.000] Files (3) - -Info 26 [00:00:53.000] ----------------------------------------------- -Info 26 [00:00:54.000] Open files: -Info 26 [00:00:55.000] FileName: /user/username/projects/myproject/src/test.ts ProjectRootPath: undefined -Info 26 [00:00:56.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 26 [00:00:57.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/test.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -102,6 +104,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* @@ -119,7 +123,7 @@ FsWatchesRecursive:: Before request -Info 27 [00:00:58.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -131,7 +135,7 @@ Info 27 [00:00:58.000] request: "seq": 2, "type": "request" } -Info 28 [00:00:59.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -140,14 +144,14 @@ After request Before running Timeout callback:: count: 1 1: checkOne -Info 29 [00:01:00.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/src/test.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 1: semanticCheck -Info 30 [00:01:01.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/src/test.ts","diagnostics":[]}} After running Immedidate callback:: count: 1 2: suggestionCheck @@ -155,8 +159,8 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 2: suggestionCheck -Info 31 [00:01:02.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/src/test.ts","diagnostics":[]}} -Info 32 [00:01:03.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":2}} After running Immedidate callback:: count: 0 diff --git a/tests/baselines/reference/tsserver/projectErrors/should-report-error-when-json-is-not-root-file-found-by-tsconfig.js b/tests/baselines/reference/tsserver/projectErrors/should-report-error-when-json-is-not-root-file-found-by-tsconfig.js index 8021f18912dd0..1716607447692 100644 --- a/tests/baselines/reference/tsserver/projectErrors/should-report-error-when-json-is-not-root-file-found-by-tsconfig.js +++ b/tests/baselines/reference/tsserver/projectErrors/should-report-error-when-json-is-not-root-file-found-by-tsconfig.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:25.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/src/test.ts] import * as blabla from "./blabla.json"; @@ -26,7 +26,7 @@ interface Array { length: number; [n: number]: T; } {"compilerOptions":{"resolveJsonModule":true,"composite":true},"include":["./src/*.ts"]} -Info 1 [00:00:26.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -35,13 +35,13 @@ Info 1 [00:00:26.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:27.000] Search path: /user/username/projects/myproject/src -Info 3 [00:00:28.000] For info: /user/username/projects/myproject/src/test.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 4 [00:00:29.000] Creating configuration project /user/username/projects/myproject/tsconfig.json -Info 5 [00:00:30.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 6 [00:00:31.000] event: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/test.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/myproject/src/test.ts to open"}} -Info 7 [00:00:32.000] Config: /user/username/projects/myproject/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/src/test.ts" ], @@ -51,18 +51,20 @@ Info 7 [00:00:32.000] Config: /user/username/projects/myproject/tsconfig.json "configFilePath": "/user/username/projects/myproject/tsconfig.json" } } -Info 8 [00:00:33.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 0 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:34.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 0 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:35.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 11 [00:00:36.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 12 [00:00:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations -Info 13 [00:00:38.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/blabla.json 500 undefined WatchType: Closed Script info -Info 14 [00:00:39.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 15 [00:00:40.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 16 [00:00:41.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 17 [00:00:42.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 18 [00:00:43.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 19 [00:00:44.000] Files (3) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 0 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 0 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/blabla.json 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/blabla.json Text-1 "{}" /user/username/projects/myproject/src/test.ts SVC-1-0 "import * as blabla from \"./blabla.json\";\ndeclare var console: any;\nconsole.log(blabla);" @@ -75,23 +77,23 @@ Info 19 [00:00:44.000] Files (3) src/test.ts Matched by include pattern './src/*.ts' in 'tsconfig.json' -Info 20 [00:00:45.000] ----------------------------------------------- -Info 21 [00:00:46.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig.json"}} -Info 22 [00:00:47.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"4a33d78ee40d836c4f4e64c59aed976628aea0013be9585c5ff171dfc41baf98","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":87,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{"resolveJsonModule":true,"composite":true},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":true,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 23 [00:00:48.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/src/test.ts","configFile":"/user/username/projects/myproject/tsconfig.json","diagnostics":[]}} -Info 24 [00:00:49.000] Search path: /user/username/projects/myproject -Info 25 [00:00:50.000] For info: /user/username/projects/myproject/tsconfig.json :: No config files found. -Info 26 [00:00:51.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 26 [00:00:52.000] Files (3) - -Info 26 [00:00:53.000] ----------------------------------------------- -Info 26 [00:00:54.000] Open files: -Info 26 [00:00:55.000] FileName: /user/username/projects/myproject/src/test.ts ProjectRootPath: undefined -Info 26 [00:00:56.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 26 [00:00:57.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/test.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -100,6 +102,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* @@ -117,7 +121,7 @@ FsWatchesRecursive:: Before request -Info 27 [00:00:58.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -129,7 +133,7 @@ Info 27 [00:00:58.000] request: "seq": 2, "type": "request" } -Info 28 [00:00:59.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -138,14 +142,14 @@ After request Before running Timeout callback:: count: 1 1: checkOne -Info 29 [00:01:00.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/src/test.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 1: semanticCheck -Info 30 [00:01:01.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/src/test.ts","diagnostics":[{"start":{"line":1,"offset":25},"end":{"line":1,"offset":40},"text":"File '/user/username/projects/myproject/src/blabla.json' is not listed within the file list of project '/user/username/projects/myproject/tsconfig.json'. Projects must list all files or use an 'include' pattern.","code":6307,"category":"error"}]}} After running Immedidate callback:: count: 1 2: suggestionCheck @@ -153,8 +157,8 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 2: suggestionCheck -Info 31 [00:01:02.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/src/test.ts","diagnostics":[]}} -Info 32 [00:01:03.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":2}} After running Immedidate callback:: count: 0 diff --git a/tests/baselines/reference/tsserver/projectErrors/when-opening-new-file-that-doesnt-exist-on-disk-yet-with-projectRoot.js b/tests/baselines/reference/tsserver/projectErrors/when-opening-new-file-that-doesnt-exist-on-disk-yet-with-projectRoot.js index c610dea9b20a0..dbc46105d455a 100644 --- a/tests/baselines/reference/tsserver/projectErrors/when-opening-new-file-that-doesnt-exist-on-disk-yet-with-projectRoot.js +++ b/tests/baselines/reference/tsserver/projectErrors/when-opening-new-file-that-doesnt-exist-on-disk-yet-with-projectRoot.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:25.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/lib/lib.d.ts] /// @@ -21,7 +21,7 @@ class c { } class c { } -Info 1 [00:00:26.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -33,17 +33,19 @@ Info 1 [00:00:26.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:27.000] Search path: -Info 3 [00:00:28.000] For info: untitled:Untitled-1 :: No config files found. -Info 4 [00:00:29.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 5 [00:00:30.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 6 [00:00:31.000] FileWatcher:: Added:: WatchInfo: /typings/@epic/core.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 7 [00:00:32.000] FileWatcher:: Added:: WatchInfo: /user/someuser/projects/somefolder/src/somefile.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 8 [00:00:33.000] DirectoryWatcher:: Added:: WatchInfo: /user/someuser/projects/someFolder/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 9 [00:00:34.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/someuser/projects/someFolder/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 10 [00:00:35.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 11 [00:00:36.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 12 [00:00:37.000] Files (2) +Info seq [hh:mm:ss:mss] Search path: +Info seq [hh:mm:ss:mss] For info: untitled:Untitled-1 :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /typings/@epic/core.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/someuser/projects/somefolder/src/somefile.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/someuser/projects/someFolder/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/someuser/projects/someFolder/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/someuser/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/someuser/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" untitled:Untitled-1 SVC-1-0 "/// \n/// " @@ -53,15 +55,15 @@ Info 12 [00:00:37.000] Files (2) untitled:Untitled-1 Root file specified for compilation -Info 13 [00:00:38.000] ----------------------------------------------- -Info 14 [00:00:39.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 14 [00:00:40.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 14 [00:00:41.000] ----------------------------------------------- -Info 14 [00:00:42.000] Open files: -Info 14 [00:00:43.000] FileName: untitled:Untitled-1 ProjectRootPath: /user/someuser/projects/someFolder -Info 14 [00:00:44.000] Projects: /dev/null/inferredProject1* -Info 14 [00:00:45.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: untitled:Untitled-1 ProjectRootPath: /user/someuser/projects/someFolder +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -72,6 +74,8 @@ PolledWatches:: {"pollingInterval":500} /user/someuser/projects/somefolder/node_modules/@types: *new* {"pollingInterval":500} +/user/someuser/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /a/lib/lib.d.ts: *new* @@ -86,7 +90,7 @@ path: /a/lib/lib.d.ts fileName: /a/lib/lib.d.ts Before request -Info 15 [00:00:46.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -98,7 +102,7 @@ Info 15 [00:00:46.000] request: "seq": 2, "type": "request" } -Info 16 [00:00:47.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -107,14 +111,14 @@ After request Before running Timeout callback:: count: 1 1: checkOne -Info 17 [00:00:48.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"untitled:Untitled-1","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 1: semanticCheck -Info 18 [00:00:49.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"untitled:Untitled-1","diagnostics":[{"start":{"line":1,"offset":22},"end":{"line":1,"offset":63},"text":"File '../../../../../../typings/@epic/Core.d.ts' not found.","code":6053,"category":"error"},{"start":{"line":2,"offset":22},"end":{"line":2,"offset":41},"text":"File 'src/somefile.d.ts' not found.","code":6053,"category":"error"}]}} After running Immedidate callback:: count: 1 2: suggestionCheck @@ -122,8 +126,8 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 2: suggestionCheck -Info 19 [00:00:50.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"untitled:Untitled-1","diagnostics":[]}} -Info 20 [00:00:51.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":2}} After running Immedidate callback:: count: 0 diff --git a/tests/baselines/reference/tsserver/projectErrors/when-opening-new-file-that-doesnt-exist-on-disk-yet-without-projectRoot.js b/tests/baselines/reference/tsserver/projectErrors/when-opening-new-file-that-doesnt-exist-on-disk-yet-without-projectRoot.js index 2fa7075590630..9f84b526fda29 100644 --- a/tests/baselines/reference/tsserver/projectErrors/when-opening-new-file-that-doesnt-exist-on-disk-yet-without-projectRoot.js +++ b/tests/baselines/reference/tsserver/projectErrors/when-opening-new-file-that-doesnt-exist-on-disk-yet-without-projectRoot.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:25.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/lib/lib.d.ts] /// @@ -21,7 +21,7 @@ class c { } class c { } -Info 1 [00:00:26.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -32,15 +32,15 @@ Info 1 [00:00:26.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:27.000] Search path: -Info 3 [00:00:28.000] For info: untitled:Untitled-1 :: No config files found. -Info 4 [00:00:29.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 5 [00:00:30.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 6 [00:00:31.000] FileWatcher:: Added:: WatchInfo: /typings/@epic/core.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 7 [00:00:32.000] FileWatcher:: Added:: WatchInfo: /src/somefile.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 8 [00:00:33.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 9 [00:00:34.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 10 [00:00:35.000] Files (2) +Info seq [hh:mm:ss:mss] Search path: +Info seq [hh:mm:ss:mss] For info: untitled:Untitled-1 :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /typings/@epic/core.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /src/somefile.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" untitled:Untitled-1 SVC-1-0 "/// \n/// " @@ -50,15 +50,15 @@ Info 10 [00:00:35.000] Files (2) untitled:Untitled-1 Root file specified for compilation -Info 11 [00:00:36.000] ----------------------------------------------- -Info 12 [00:00:37.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 12 [00:00:38.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 12 [00:00:39.000] ----------------------------------------------- -Info 12 [00:00:40.000] Open files: -Info 12 [00:00:41.000] FileName: untitled:Untitled-1 ProjectRootPath: undefined -Info 12 [00:00:42.000] Projects: /dev/null/inferredProject1* -Info 12 [00:00:43.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: untitled:Untitled-1 ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -81,7 +81,7 @@ path: /a/lib/lib.d.ts fileName: /a/lib/lib.d.ts Before request -Info 13 [00:00:44.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -93,7 +93,7 @@ Info 13 [00:00:44.000] request: "seq": 2, "type": "request" } -Info 14 [00:00:45.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -102,14 +102,14 @@ After request Before running Timeout callback:: count: 1 1: checkOne -Info 15 [00:00:46.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"untitled:Untitled-1","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 1: semanticCheck -Info 16 [00:00:47.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"untitled:Untitled-1","diagnostics":[{"start":{"line":1,"offset":22},"end":{"line":1,"offset":63},"text":"File '../../../../../../typings/@epic/Core.d.ts' not found.","code":6053,"category":"error"},{"start":{"line":2,"offset":22},"end":{"line":2,"offset":41},"text":"File 'src/somefile.d.ts' not found.","code":6053,"category":"error"}]}} After running Immedidate callback:: count: 1 2: suggestionCheck @@ -117,8 +117,8 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 2: suggestionCheck -Info 17 [00:00:48.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"untitled:Untitled-1","diagnostics":[]}} -Info 18 [00:00:49.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":2}} After running Immedidate callback:: count: 0 diff --git a/tests/baselines/reference/tsserver/projectErrors/when-options-change.js b/tests/baselines/reference/tsserver/projectErrors/when-options-change.js index f2b55eea9243d..bc73c08163672 100644 --- a/tests/baselines/reference/tsserver/projectErrors/when-options-change.js +++ b/tests/baselines/reference/tsserver/projectErrors/when-options-change.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:15.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/b/app.ts] let x = 10 @@ -27,7 +27,7 @@ interface Array { length: number; [n: number]: T; } } -Info 1 [00:00:16.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -36,11 +36,11 @@ Info 1 [00:00:16.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:17.000] Search path: /a/b -Info 3 [00:00:18.000] For info: /a/b/app.ts :: Config file name: /a/b/tsconfig.json -Info 4 [00:00:19.000] Creating configuration project /a/b/tsconfig.json -Info 5 [00:00:20.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 6 [00:00:21.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/app.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/b/tsconfig.json : { "rootNames": [ "/a/b/app.ts" ], @@ -50,15 +50,13 @@ Info 6 [00:00:21.000] Config: /a/b/tsconfig.json : { "configFilePath": "/a/b/tsconfig.json" } } -Info 7 [00:00:22.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:23.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:24.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 10 [00:00:25.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:26.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 12 [00:00:27.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 13 [00:00:28.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 14 [00:00:29.000] Project '/a/b/tsconfig.json' (Configured) -Info 15 [00:00:30.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/app.ts SVC-1-0 "let x = 10" @@ -68,24 +66,20 @@ Info 15 [00:00:30.000] Files (2) app.ts Matched by default include pattern '**/*' -Info 16 [00:00:31.000] ----------------------------------------------- -Info 17 [00:00:32.000] Project '/a/b/tsconfig.json' (Configured) -Info 17 [00:00:33.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 17 [00:00:34.000] ----------------------------------------------- -Info 17 [00:00:35.000] Open files: -Info 17 [00:00:36.000] FileName: /a/b/app.ts ProjectRootPath: undefined -Info 17 [00:00:37.000] Projects: /a/b/tsconfig.json -Info 17 [00:00:38.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request -PolledWatches:: -/a/b/node_modules/@types: *new* - {"pollingInterval":500} - FsWatches:: /a/b/tsconfig.json: *new* {} @@ -98,7 +92,7 @@ FsWatchesRecursive:: Before request -Info 18 [00:00:39.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "semanticDiagnosticsSync", "arguments": { @@ -109,7 +103,7 @@ Info 18 [00:00:39.000] request: "seq": 2, "type": "request" } -Info 19 [00:00:40.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -162,10 +156,10 @@ Info 19 [00:00:40.000] response: } After request -Info 20 [00:00:44.000] FileWatcher:: Triggered with /a/b/tsconfig.json 1:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 21 [00:00:45.000] Scheduled: /a/b/tsconfig.json -Info 22 [00:00:46.000] Scheduled: *ensureProjectForOpenFiles* -Info 23 [00:00:47.000] Elapsed:: *ms FileWatcher:: Triggered with /a/b/tsconfig.json 1:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /a/b/tsconfig.json 1:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Scheduled: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /a/b/tsconfig.json 1:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file Before request //// [/a/b/tsconfig.json] { @@ -176,7 +170,7 @@ Before request } -Info 24 [00:00:48.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "semanticDiagnosticsSync", "arguments": { @@ -187,8 +181,8 @@ Info 24 [00:00:48.000] request: "seq": 3, "type": "request" } -Info 25 [00:00:49.000] Reloading configured project /a/b/tsconfig.json -Info 26 [00:00:50.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Reloading configured project /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /a/b/tsconfig.json : { "rootNames": [ "/a/b/app.ts" ], @@ -198,15 +192,15 @@ Info 26 [00:00:50.000] Config: /a/b/tsconfig.json : { "configFilePath": "/a/b/tsconfig.json" } } -Info 27 [00:00:51.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 28 [00:00:52.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 29 [00:00:53.000] Project '/a/b/tsconfig.json' (Configured) -Info 30 [00:00:54.000] Files (2) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/app.ts SVC-1-0 "let x = 10" -Info 31 [00:00:55.000] ----------------------------------------------- -Info 32 [00:00:56.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": [ { diff --git a/tests/baselines/reference/tsserver/projectErrors/when-semantic-error-returns-includes-global-error-gerErr-with-sync-commands.js b/tests/baselines/reference/tsserver/projectErrors/when-semantic-error-returns-includes-global-error-gerErr-with-sync-commands.js index 942961c90695e..9ff561802c88d 100644 --- a/tests/baselines/reference/tsserver/projectErrors/when-semantic-error-returns-includes-global-error-gerErr-with-sync-commands.js +++ b/tests/baselines/reference/tsserver/projectErrors/when-semantic-error-returns-includes-global-error-gerErr-with-sync-commands.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:22.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/lib/lib.d.ts] /// @@ -22,7 +22,7 @@ const x = async (_action: string) => { {} -Info 1 [00:00:23.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -31,11 +31,11 @@ Info 1 [00:00:23.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:24.000] Search path: /user/username/projects/myproject -Info 3 [00:00:25.000] For info: /user/username/projects/myproject/ui.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 4 [00:00:26.000] Creating configuration project /user/username/projects/myproject/tsconfig.json -Info 5 [00:00:27.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 6 [00:00:28.000] Config: /user/username/projects/myproject/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/ui.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/ui.ts" ], @@ -43,15 +43,17 @@ Info 6 [00:00:28.000] Config: /user/username/projects/myproject/tsconfig.json "configFilePath": "/user/username/projects/myproject/tsconfig.json" } } -Info 7 [00:00:29.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:30.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:31.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 10 [00:00:32.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:33.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 12 [00:00:34.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 13 [00:00:35.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 14 [00:00:36.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 15 [00:00:37.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/ui.ts SVC-1-0 "const x = async (_action: string) => {\n};" @@ -61,15 +63,15 @@ Info 15 [00:00:37.000] Files (2) ui.ts Matched by default include pattern '**/*' -Info 16 [00:00:38.000] ----------------------------------------------- -Info 17 [00:00:39.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 17 [00:00:40.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 17 [00:00:41.000] ----------------------------------------------- -Info 17 [00:00:42.000] Open files: -Info 17 [00:00:43.000] FileName: /user/username/projects/myproject/ui.ts ProjectRootPath: undefined -Info 17 [00:00:44.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 17 [00:00:45.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/ui.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -78,6 +80,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* @@ -91,7 +95,7 @@ FsWatchesRecursive:: Before request -Info 18 [00:00:46.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "syntacticDiagnosticsSync", "arguments": { @@ -101,7 +105,7 @@ Info 18 [00:00:46.000] request: "seq": 2, "type": "request" } -Info 19 [00:00:47.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [], "responseRequired": true @@ -110,7 +114,7 @@ After request Before request -Info 20 [00:00:48.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "semanticDiagnosticsSync", "arguments": { @@ -120,7 +124,7 @@ Info 20 [00:00:48.000] request: "seq": 3, "type": "request" } -Info 21 [00:00:49.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -143,7 +147,7 @@ After request Before request -Info 22 [00:00:50.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "suggestionDiagnosticsSync", "arguments": { @@ -153,7 +157,7 @@ Info 22 [00:00:50.000] request: "seq": 4, "type": "request" } -Info 23 [00:00:51.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [], "responseRequired": true diff --git a/tests/baselines/reference/tsserver/projectErrors/when-semantic-error-returns-includes-global-error-getErr.js b/tests/baselines/reference/tsserver/projectErrors/when-semantic-error-returns-includes-global-error-getErr.js index 6697a788d70e3..f93aad91af0d5 100644 --- a/tests/baselines/reference/tsserver/projectErrors/when-semantic-error-returns-includes-global-error-getErr.js +++ b/tests/baselines/reference/tsserver/projectErrors/when-semantic-error-returns-includes-global-error-getErr.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:22.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/lib/lib.d.ts] /// @@ -22,7 +22,7 @@ const x = async (_action: string) => { {} -Info 1 [00:00:23.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -31,13 +31,13 @@ Info 1 [00:00:23.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:24.000] Search path: /user/username/projects/myproject -Info 3 [00:00:25.000] For info: /user/username/projects/myproject/ui.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 4 [00:00:26.000] Creating configuration project /user/username/projects/myproject/tsconfig.json -Info 5 [00:00:27.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 6 [00:00:28.000] event: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/ui.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/myproject/ui.ts to open"}} -Info 7 [00:00:29.000] Config: /user/username/projects/myproject/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/ui.ts" ], @@ -45,15 +45,17 @@ Info 7 [00:00:29.000] Config: /user/username/projects/myproject/tsconfig.json "configFilePath": "/user/username/projects/myproject/tsconfig.json" } } -Info 8 [00:00:30.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:31.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:32.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 11 [00:00:33.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 12 [00:00:34.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 13 [00:00:35.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 14 [00:00:36.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:37.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 16 [00:00:38.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/ui.ts SVC-1-0 "const x = async (_action: string) => {\n};" @@ -63,21 +65,21 @@ Info 16 [00:00:38.000] Files (2) ui.ts Matched by default include pattern '**/*' -Info 17 [00:00:39.000] ----------------------------------------------- -Info 18 [00:00:40.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig.json"}} -Info 19 [00:00:41.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"4a33d78ee40d836c4f4e64c59aed976628aea0013be9585c5ff171dfc41baf98","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":41,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 20 [00:00:42.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/ui.ts","configFile":"/user/username/projects/myproject/tsconfig.json","diagnostics":[]}} -Info 21 [00:00:43.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 21 [00:00:44.000] Files (2) - -Info 21 [00:00:45.000] ----------------------------------------------- -Info 21 [00:00:46.000] Open files: -Info 21 [00:00:47.000] FileName: /user/username/projects/myproject/ui.ts ProjectRootPath: undefined -Info 21 [00:00:48.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 21 [00:00:49.000] response: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/ui.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -86,6 +88,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* @@ -99,7 +103,7 @@ FsWatchesRecursive:: Before request -Info 22 [00:00:50.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -111,7 +115,7 @@ Info 22 [00:00:50.000] request: "seq": 2, "type": "request" } -Info 23 [00:00:51.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -120,14 +124,14 @@ After request Before running Timeout callback:: count: 1 1: checkOne -Info 24 [00:00:52.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/ui.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 1: semanticCheck -Info 25 [00:00:53.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/ui.ts","diagnostics":[{"start":{"line":1,"offset":11},"end":{"line":1,"offset":39},"text":"An async function or method must return a 'Promise'. Make sure you have a declaration for 'Promise' or include 'ES2015' in your '--lib' option.","code":2697,"category":"error"}]}} After running Immedidate callback:: count: 1 2: suggestionCheck @@ -135,8 +139,8 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 2: suggestionCheck -Info 26 [00:00:54.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/ui.ts","diagnostics":[]}} -Info 27 [00:00:55.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":2}} After running Immedidate callback:: count: 0 diff --git a/tests/baselines/reference/tsserver/projectErrors/when-semantic-error-returns-includes-global-error-geterrForProject.js b/tests/baselines/reference/tsserver/projectErrors/when-semantic-error-returns-includes-global-error-geterrForProject.js index adcb53498b557..92a4356a92a26 100644 --- a/tests/baselines/reference/tsserver/projectErrors/when-semantic-error-returns-includes-global-error-geterrForProject.js +++ b/tests/baselines/reference/tsserver/projectErrors/when-semantic-error-returns-includes-global-error-geterrForProject.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:22.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/lib/lib.d.ts] /// @@ -22,7 +22,7 @@ const x = async (_action: string) => { {} -Info 1 [00:00:23.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -31,13 +31,13 @@ Info 1 [00:00:23.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:24.000] Search path: /user/username/projects/myproject -Info 3 [00:00:25.000] For info: /user/username/projects/myproject/ui.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 4 [00:00:26.000] Creating configuration project /user/username/projects/myproject/tsconfig.json -Info 5 [00:00:27.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 6 [00:00:28.000] event: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/ui.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/myproject/ui.ts to open"}} -Info 7 [00:00:29.000] Config: /user/username/projects/myproject/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/ui.ts" ], @@ -45,15 +45,17 @@ Info 7 [00:00:29.000] Config: /user/username/projects/myproject/tsconfig.json "configFilePath": "/user/username/projects/myproject/tsconfig.json" } } -Info 8 [00:00:30.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:31.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:32.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 11 [00:00:33.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 12 [00:00:34.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 13 [00:00:35.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 14 [00:00:36.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:37.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 16 [00:00:38.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/ui.ts SVC-1-0 "const x = async (_action: string) => {\n};" @@ -63,21 +65,21 @@ Info 16 [00:00:38.000] Files (2) ui.ts Matched by default include pattern '**/*' -Info 17 [00:00:39.000] ----------------------------------------------- -Info 18 [00:00:40.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig.json"}} -Info 19 [00:00:41.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"4a33d78ee40d836c4f4e64c59aed976628aea0013be9585c5ff171dfc41baf98","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":41,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 20 [00:00:42.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/ui.ts","configFile":"/user/username/projects/myproject/tsconfig.json","diagnostics":[]}} -Info 21 [00:00:43.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 21 [00:00:44.000] Files (2) - -Info 21 [00:00:45.000] ----------------------------------------------- -Info 21 [00:00:46.000] Open files: -Info 21 [00:00:47.000] FileName: /user/username/projects/myproject/ui.ts ProjectRootPath: undefined -Info 21 [00:00:48.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 21 [00:00:49.000] response: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/ui.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -86,6 +88,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* @@ -99,7 +103,7 @@ FsWatchesRecursive:: Before request -Info 22 [00:00:50.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterrForProject", "arguments": { @@ -109,7 +113,7 @@ Info 22 [00:00:50.000] request: "seq": 2, "type": "request" } -Info 23 [00:00:51.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -118,14 +122,14 @@ After request Before running Timeout callback:: count: 1 1: checkOne -Info 24 [00:00:52.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/ui.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 1: semanticCheck -Info 25 [00:00:53.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/ui.ts","diagnostics":[{"start":{"line":1,"offset":11},"end":{"line":1,"offset":39},"text":"An async function or method must return a 'Promise'. Make sure you have a declaration for 'Promise' or include 'ES2015' in your '--lib' option.","code":2697,"category":"error"}]}} After running Immedidate callback:: count: 1 2: suggestionCheck @@ -133,8 +137,8 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 2: suggestionCheck -Info 26 [00:00:54.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/ui.ts","diagnostics":[]}} -Info 27 [00:00:55.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":2}} After running Immedidate callback:: count: 0 diff --git a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/compile-on-save-emits-same-output-as-project-build-with-external-project.js b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/compile-on-save-emits-same-output-as-project-build-with-external-project.js index cef8c99fa88e8..5e52db35aeb93 100644 --- a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/compile-on-save-emits-same-output-as-project-build-with-external-project.js +++ b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/compile-on-save-emits-same-output-as-project-build-with-external-project.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: true -Info 0 [00:00:53.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/lib/lib.d.ts] /// @@ -262,7 +262,7 @@ declare module Hmi { ====================================================================== -Info 1 [00:00:54.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -271,11 +271,11 @@ Info 1 [00:00:54.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:55.000] Search path: /user/username/projects/myproject/SiblingClass -Info 3 [00:00:56.000] For info: /user/username/projects/myproject/SiblingClass/Source.ts :: Config file name: /user/username/projects/myproject/SiblingClass/tsconfig.json -Info 4 [00:00:57.000] Creating configuration project /user/username/projects/myproject/SiblingClass/tsconfig.json -Info 5 [00:00:58.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/SiblingClass/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/SiblingClass/tsconfig.json WatchType: Config file -Info 6 [00:00:59.000] Config: /user/username/projects/myproject/SiblingClass/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/SiblingClass +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/SiblingClass/Source.ts :: Config file name: /user/username/projects/myproject/SiblingClass/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/SiblingClass/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/SiblingClass/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/SiblingClass/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/SiblingClass/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/SiblingClass/Source.ts" ], @@ -292,9 +292,9 @@ Info 6 [00:00:59.000] Config: /user/username/projects/myproject/SiblingClass/ } ] } -Info 7 [00:01:00.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsbase.json 2000 undefined Config: /user/username/projects/myproject/SiblingClass/tsconfig.json WatchType: Extended config file -Info 8 [00:01:01.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/SiblingClass/tsconfig.json -Info 9 [00:01:02.000] Config: /user/username/projects/myproject/buttonClass/tsconfig.json : { +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsbase.json 2000 undefined Config: /user/username/projects/myproject/SiblingClass/tsconfig.json WatchType: Extended config file +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/SiblingClass/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/buttonClass/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/buttonClass/Source.ts" ], @@ -305,16 +305,18 @@ Info 9 [00:01:02.000] Config: /user/username/projects/myproject/buttonClass/t "configFilePath": "/user/username/projects/myproject/buttonClass/tsconfig.json" } } -Info 10 [00:01:03.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/buttonClass/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/SiblingClass/tsconfig.json WatchType: Config file -Info 11 [00:01:04.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/buttonClass/Source.ts 500 undefined WatchType: Closed Script info -Info 12 [00:01:05.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 13 [00:01:06.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/SiblingClass/node_modules/@types 1 undefined Project: /user/username/projects/myproject/SiblingClass/tsconfig.json WatchType: Type roots -Info 14 [00:01:07.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/SiblingClass/node_modules/@types 1 undefined Project: /user/username/projects/myproject/SiblingClass/tsconfig.json WatchType: Type roots -Info 15 [00:01:08.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/SiblingClass/tsconfig.json WatchType: Type roots -Info 16 [00:01:09.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/SiblingClass/tsconfig.json WatchType: Type roots -Info 17 [00:01:10.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/SiblingClass/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 18 [00:01:11.000] Project '/user/username/projects/myproject/SiblingClass/tsconfig.json' (Configured) -Info 19 [00:01:12.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/buttonClass/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/SiblingClass/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/buttonClass/Source.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/SiblingClass/node_modules/@types 1 undefined Project: /user/username/projects/myproject/SiblingClass/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/SiblingClass/node_modules/@types 1 undefined Project: /user/username/projects/myproject/SiblingClass/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/SiblingClass/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/SiblingClass/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/SiblingClass/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/SiblingClass/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/SiblingClass/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/SiblingClass/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/buttonClass/Source.ts Text-1 "module Hmi {\n export class Button {\n public static myStaticFunction() {\n }\n }\n}" /user/username/projects/myproject/SiblingClass/Source.ts SVC-1-0 "module Hmi {\n export class Sibling {\n public mySiblingFunction() {\n }\n }\n}" @@ -327,17 +329,17 @@ Info 19 [00:01:12.000] Files (3) Source.ts Part of 'files' list in tsconfig.json -Info 20 [00:01:13.000] ----------------------------------------------- -Info 21 [00:01:14.000] Search path: /user/username/projects/myproject/SiblingClass -Info 22 [00:01:15.000] For info: /user/username/projects/myproject/SiblingClass/tsconfig.json :: No config files found. -Info 23 [00:01:16.000] Project '/user/username/projects/myproject/SiblingClass/tsconfig.json' (Configured) -Info 23 [00:01:17.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/SiblingClass +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/SiblingClass/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/SiblingClass/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 23 [00:01:18.000] ----------------------------------------------- -Info 23 [00:01:19.000] Open files: -Info 23 [00:01:20.000] FileName: /user/username/projects/myproject/SiblingClass/Source.ts ProjectRootPath: undefined -Info 23 [00:01:21.000] Projects: /user/username/projects/myproject/SiblingClass/tsconfig.json -Info 23 [00:01:22.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/SiblingClass/Source.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/SiblingClass/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -348,6 +350,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/SiblingClass/tsconfig.json: *new* @@ -363,7 +367,7 @@ FsWatches:: Before request -Info 24 [00:01:23.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveEmitFile", "arguments": { @@ -373,7 +377,7 @@ Info 24 [00:01:23.000] request: "seq": 2, "type": "request" } -Info 25 [00:01:30.000] response: +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true diff --git a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-dependency-and-change-to-dependency.js b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-dependency-and-change-to-dependency.js index e33503a50e7c1..a8fc70345a18c 100644 --- a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-dependency-and-change-to-dependency.js +++ b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-dependency-and-change-to-dependency.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:29.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/fns.ts] export function fn1() { } @@ -35,7 +35,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -44,11 +44,11 @@ Info 1 [00:00:30.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:31.000] Search path: /user/username/projects/myproject/usage -Info 3 [00:00:32.000] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json -Info 4 [00:00:33.000] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json -Info 5 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/usage +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/usage/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/usage/usage.ts" ], @@ -62,10 +62,10 @@ Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfi } ] } -Info 7 [00:00:36.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:38.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/fns.ts" ], @@ -75,20 +75,22 @@ Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 12 [00:00:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:00:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:46.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:00:47.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 19 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 20 [00:00:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 21 [00:00:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 22 [00:00:51.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:00:52.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 24 [00:00:53.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" /user/username/projects/myproject/usage/usage.ts SVC-1-0 "import {\n fn1,\n fn2,\n} from '../decls/fns'\nfn1();\nfn2();\n" @@ -101,15 +103,15 @@ Info 24 [00:00:53.000] Files (3) usage.ts Matched by default include pattern '**/*' -Info 25 [00:00:54.000] ----------------------------------------------- -Info 26 [00:00:55.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 26 [00:00:56.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 26 [00:00:57.000] ----------------------------------------------- -Info 26 [00:00:58.000] Open files: -Info 26 [00:00:59.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 26 [00:01:00.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 26 [00:01:01.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -122,6 +124,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/usage/tsconfig.json: *new* @@ -141,7 +145,7 @@ FsWatchesRecursive:: Before request -Info 27 [00:01:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -150,18 +154,20 @@ Info 27 [00:01:02.000] request: "seq": 2, "type": "request" } -Info 28 [00:01:03.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 29 [00:01:04.000] Search path: /user/username/projects/myproject/dependency -Info 30 [00:01:05.000] For info: /user/username/projects/myproject/dependency/fns.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 31 [00:01:06.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 32 [00:01:07.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 33 [00:01:08.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 34 [00:01:09.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 35 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 36 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 37 [00:01:12.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 38 [00:01:13.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 39 [00:01:14.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/fns.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" @@ -171,23 +177,23 @@ Info 39 [00:01:14.000] Files (2) fns.ts Matched by default include pattern '**/*' -Info 40 [00:01:15.000] ----------------------------------------------- -Info 41 [00:01:16.000] Search path: /user/username/projects/myproject/dependency -Info 42 [00:01:17.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 43 [00:01:18.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 43 [00:01:19.000] Files (3) - -Info 43 [00:01:20.000] ----------------------------------------------- -Info 43 [00:01:21.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 43 [00:01:22.000] Files (2) - -Info 43 [00:01:23.000] ----------------------------------------------- -Info 43 [00:01:24.000] Open files: -Info 43 [00:01:25.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 43 [00:01:26.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 43 [00:01:27.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 43 [00:01:28.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 43 [00:01:29.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -200,6 +206,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: *new* {"pollingInterval":500} @@ -223,7 +231,7 @@ FsWatchesRecursive:: Before request -Info 44 [00:01:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -232,35 +240,35 @@ Info 44 [00:01:30.000] request: "seq": 3, "type": "request" } -Info 45 [00:01:31.000] Before ensureProjectForOpenFiles: -Info 46 [00:01:32.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 46 [00:01:33.000] Files (3) - -Info 46 [00:01:34.000] ----------------------------------------------- -Info 46 [00:01:35.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 46 [00:01:36.000] Files (2) - -Info 46 [00:01:37.000] ----------------------------------------------- -Info 46 [00:01:38.000] Open files: -Info 46 [00:01:39.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 46 [00:01:40.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 46 [00:01:41.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 46 [00:01:42.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 46 [00:01:43.000] After ensureProjectForOpenFiles: -Info 47 [00:01:44.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 47 [00:01:45.000] Files (3) - -Info 47 [00:01:46.000] ----------------------------------------------- -Info 47 [00:01:47.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 47 [00:01:48.000] Files (2) - -Info 47 [00:01:49.000] ----------------------------------------------- -Info 47 [00:01:50.000] Open files: -Info 47 [00:01:51.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 47 [00:01:52.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 47 [00:01:53.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 47 [00:01:54.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 47 [00:01:55.000] response: +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -284,7 +292,7 @@ After request Before request -Info 48 [00:01:56.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { @@ -298,7 +306,7 @@ Info 48 [00:01:56.000] request: "seq": 4, "type": "request" } -Info 49 [00:01:57.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -306,7 +314,7 @@ After request Before request -Info 50 [00:01:58.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -315,52 +323,52 @@ Info 50 [00:01:58.000] request: "seq": 5, "type": "request" } -Info 51 [00:01:59.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 52 [00:02:00.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 53 [00:02:01.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 54 [00:02:02.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts SVC-2-1 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }" /user/username/projects/myproject/usage/usage.ts SVC-1-0 "import {\n fn1,\n fn2,\n} from '../decls/fns'\nfn1();\nfn2();\n" -Info 55 [00:02:03.000] ----------------------------------------------- -Info 56 [00:02:04.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 57 [00:02:05.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 58 [00:02:06.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 59 [00:02:07.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts SVC-2-1 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }" -Info 60 [00:02:08.000] ----------------------------------------------- -Info 61 [00:02:09.000] Before ensureProjectForOpenFiles: -Info 62 [00:02:10.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 62 [00:02:11.000] Files (3) - -Info 62 [00:02:12.000] ----------------------------------------------- -Info 62 [00:02:13.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 62 [00:02:14.000] Files (2) - -Info 62 [00:02:15.000] ----------------------------------------------- -Info 62 [00:02:16.000] Open files: -Info 62 [00:02:17.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 62 [00:02:18.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 62 [00:02:19.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 62 [00:02:20.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 62 [00:02:21.000] After ensureProjectForOpenFiles: -Info 63 [00:02:22.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 63 [00:02:23.000] Files (3) - -Info 63 [00:02:24.000] ----------------------------------------------- -Info 63 [00:02:25.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 63 [00:02:26.000] Files (2) - -Info 63 [00:02:27.000] ----------------------------------------------- -Info 63 [00:02:28.000] Open files: -Info 63 [00:02:29.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 63 [00:02:30.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 63 [00:02:31.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 63 [00:02:32.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 63 [00:02:33.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -384,7 +392,7 @@ After request Before request -Info 64 [00:02:34.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveEmitFile", "arguments": { @@ -393,19 +401,19 @@ Info 64 [00:02:34.000] request: "seq": 6, "type": "request" } -Info 65 [00:02:37.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/dependency/fns.js :: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 66 [00:02:38.000] Project: /user/username/projects/myproject/dependency/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/dependency/fns.js -Info 67 [00:02:39.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/dependency/fns.js :: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 68 [00:02:43.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 69 [00:02:44.000] Scheduled: /user/username/projects/myproject/usage/tsconfig.jsonFailedLookupInvalidation -Info 70 [00:02:45.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 71 [00:02:46.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 72 [00:02:47.000] Scheduled: /user/username/projects/myproject/usage/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 73 [00:02:48.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 74 [00:02:51.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 75 [00:02:52.000] Scheduled: /user/username/projects/myproject/usage/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 76 [00:02:53.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 77 [00:02:54.000] response: +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/dependency/fns.js :: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/dependency/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/dependency/fns.js +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/dependency/fns.js :: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/usage/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/usage/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/usage/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -435,6 +443,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} @@ -460,7 +470,7 @@ FsWatchesRecursive:: Before request -Info 78 [00:02:55.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "emit-output", "arguments": { @@ -469,7 +479,7 @@ Info 78 [00:02:55.000] request: "seq": 7, "type": "request" } -Info 79 [00:02:56.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "outputFiles": [ diff --git a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-dependency-and-change-to-usage.js b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-dependency-and-change-to-usage.js index bbd05cc068984..a751cc191d522 100644 --- a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-dependency-and-change-to-usage.js +++ b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-dependency-and-change-to-usage.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:29.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/fns.ts] export function fn1() { } @@ -35,7 +35,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -44,11 +44,11 @@ Info 1 [00:00:30.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:31.000] Search path: /user/username/projects/myproject/usage -Info 3 [00:00:32.000] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json -Info 4 [00:00:33.000] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json -Info 5 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/usage +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/usage/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/usage/usage.ts" ], @@ -62,10 +62,10 @@ Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfi } ] } -Info 7 [00:00:36.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:38.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/fns.ts" ], @@ -75,20 +75,22 @@ Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 12 [00:00:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:00:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:46.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:00:47.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 19 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 20 [00:00:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 21 [00:00:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 22 [00:00:51.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:00:52.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 24 [00:00:53.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" /user/username/projects/myproject/usage/usage.ts SVC-1-0 "import {\n fn1,\n fn2,\n} from '../decls/fns'\nfn1();\nfn2();\n" @@ -101,15 +103,15 @@ Info 24 [00:00:53.000] Files (3) usage.ts Matched by default include pattern '**/*' -Info 25 [00:00:54.000] ----------------------------------------------- -Info 26 [00:00:55.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 26 [00:00:56.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 26 [00:00:57.000] ----------------------------------------------- -Info 26 [00:00:58.000] Open files: -Info 26 [00:00:59.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 26 [00:01:00.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 26 [00:01:01.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -122,6 +124,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/usage/tsconfig.json: *new* @@ -141,7 +145,7 @@ FsWatchesRecursive:: Before request -Info 27 [00:01:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -150,18 +154,20 @@ Info 27 [00:01:02.000] request: "seq": 2, "type": "request" } -Info 28 [00:01:03.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 29 [00:01:04.000] Search path: /user/username/projects/myproject/dependency -Info 30 [00:01:05.000] For info: /user/username/projects/myproject/dependency/fns.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 31 [00:01:06.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 32 [00:01:07.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 33 [00:01:08.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 34 [00:01:09.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 35 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 36 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 37 [00:01:12.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 38 [00:01:13.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 39 [00:01:14.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/fns.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" @@ -171,23 +177,23 @@ Info 39 [00:01:14.000] Files (2) fns.ts Matched by default include pattern '**/*' -Info 40 [00:01:15.000] ----------------------------------------------- -Info 41 [00:01:16.000] Search path: /user/username/projects/myproject/dependency -Info 42 [00:01:17.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 43 [00:01:18.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 43 [00:01:19.000] Files (3) - -Info 43 [00:01:20.000] ----------------------------------------------- -Info 43 [00:01:21.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 43 [00:01:22.000] Files (2) - -Info 43 [00:01:23.000] ----------------------------------------------- -Info 43 [00:01:24.000] Open files: -Info 43 [00:01:25.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 43 [00:01:26.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 43 [00:01:27.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 43 [00:01:28.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 43 [00:01:29.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -200,6 +206,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: *new* {"pollingInterval":500} @@ -223,7 +231,7 @@ FsWatchesRecursive:: Before request -Info 44 [00:01:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -232,35 +240,35 @@ Info 44 [00:01:30.000] request: "seq": 3, "type": "request" } -Info 45 [00:01:31.000] Before ensureProjectForOpenFiles: -Info 46 [00:01:32.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 46 [00:01:33.000] Files (3) - -Info 46 [00:01:34.000] ----------------------------------------------- -Info 46 [00:01:35.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 46 [00:01:36.000] Files (2) - -Info 46 [00:01:37.000] ----------------------------------------------- -Info 46 [00:01:38.000] Open files: -Info 46 [00:01:39.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 46 [00:01:40.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 46 [00:01:41.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 46 [00:01:42.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 46 [00:01:43.000] After ensureProjectForOpenFiles: -Info 47 [00:01:44.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 47 [00:01:45.000] Files (3) - -Info 47 [00:01:46.000] ----------------------------------------------- -Info 47 [00:01:47.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 47 [00:01:48.000] Files (2) - -Info 47 [00:01:49.000] ----------------------------------------------- -Info 47 [00:01:50.000] Open files: -Info 47 [00:01:51.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 47 [00:01:52.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 47 [00:01:53.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 47 [00:01:54.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 47 [00:01:55.000] response: +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -284,7 +292,7 @@ After request Before request -Info 48 [00:01:56.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { @@ -298,7 +306,7 @@ Info 48 [00:01:56.000] request: "seq": 4, "type": "request" } -Info 49 [00:01:57.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -306,7 +314,7 @@ After request Before request -Info 50 [00:01:58.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -315,44 +323,44 @@ Info 50 [00:01:58.000] request: "seq": 5, "type": "request" } -Info 51 [00:01:59.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 52 [00:02:00.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 53 [00:02:01.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 54 [00:02:02.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" /user/username/projects/myproject/usage/usage.ts SVC-1-1 "import {\n fn1,\n fn2,\n} from '../decls/fns'\nfn1();\nfn2();\nexport function fn3() { }" -Info 55 [00:02:03.000] ----------------------------------------------- -Info 56 [00:02:04.000] Before ensureProjectForOpenFiles: -Info 57 [00:02:05.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 57 [00:02:06.000] Files (3) - -Info 57 [00:02:07.000] ----------------------------------------------- -Info 57 [00:02:08.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 57 [00:02:09.000] Files (2) - -Info 57 [00:02:10.000] ----------------------------------------------- -Info 57 [00:02:11.000] Open files: -Info 57 [00:02:12.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 57 [00:02:13.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 57 [00:02:14.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 57 [00:02:15.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 57 [00:02:16.000] After ensureProjectForOpenFiles: -Info 58 [00:02:17.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 58 [00:02:18.000] Files (3) - -Info 58 [00:02:19.000] ----------------------------------------------- -Info 58 [00:02:20.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 58 [00:02:21.000] Files (2) - -Info 58 [00:02:22.000] ----------------------------------------------- -Info 58 [00:02:23.000] Open files: -Info 58 [00:02:24.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 58 [00:02:25.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 58 [00:02:26.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 58 [00:02:27.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 58 [00:02:28.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -374,7 +382,7 @@ After request Before request -Info 59 [00:02:29.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveEmitFile", "arguments": { @@ -383,19 +391,19 @@ Info 59 [00:02:29.000] request: "seq": 6, "type": "request" } -Info 60 [00:02:32.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/dependency/fns.js :: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 61 [00:02:33.000] Project: /user/username/projects/myproject/dependency/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/dependency/fns.js -Info 62 [00:02:34.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/dependency/fns.js :: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 63 [00:02:38.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 64 [00:02:39.000] Scheduled: /user/username/projects/myproject/usage/tsconfig.jsonFailedLookupInvalidation -Info 65 [00:02:40.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 66 [00:02:41.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 67 [00:02:42.000] Scheduled: /user/username/projects/myproject/usage/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 68 [00:02:43.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 69 [00:02:46.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 70 [00:02:47.000] Scheduled: /user/username/projects/myproject/usage/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 71 [00:02:48.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 72 [00:02:49.000] response: +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/dependency/fns.js :: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/dependency/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/dependency/fns.js +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/dependency/fns.js :: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/usage/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/usage/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/usage/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -422,6 +430,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} @@ -447,7 +457,7 @@ FsWatchesRecursive:: Before request -Info 73 [00:02:50.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "emit-output", "arguments": { @@ -456,7 +466,7 @@ Info 73 [00:02:50.000] request: "seq": 7, "type": "request" } -Info 74 [00:02:51.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "outputFiles": [ diff --git a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-dependency-and-local-change-to-dependency.js b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-dependency-and-local-change-to-dependency.js index aec5528f92c3f..7a2e969e713b7 100644 --- a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-dependency-and-local-change-to-dependency.js +++ b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-dependency-and-local-change-to-dependency.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:29.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/fns.ts] export function fn1() { } @@ -35,7 +35,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -44,11 +44,11 @@ Info 1 [00:00:30.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:31.000] Search path: /user/username/projects/myproject/usage -Info 3 [00:00:32.000] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json -Info 4 [00:00:33.000] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json -Info 5 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/usage +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/usage/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/usage/usage.ts" ], @@ -62,10 +62,10 @@ Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfi } ] } -Info 7 [00:00:36.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:38.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/fns.ts" ], @@ -75,20 +75,22 @@ Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 12 [00:00:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:00:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:46.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:00:47.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 19 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 20 [00:00:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 21 [00:00:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 22 [00:00:51.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:00:52.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 24 [00:00:53.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" /user/username/projects/myproject/usage/usage.ts SVC-1-0 "import {\n fn1,\n fn2,\n} from '../decls/fns'\nfn1();\nfn2();\n" @@ -101,15 +103,15 @@ Info 24 [00:00:53.000] Files (3) usage.ts Matched by default include pattern '**/*' -Info 25 [00:00:54.000] ----------------------------------------------- -Info 26 [00:00:55.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 26 [00:00:56.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 26 [00:00:57.000] ----------------------------------------------- -Info 26 [00:00:58.000] Open files: -Info 26 [00:00:59.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 26 [00:01:00.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 26 [00:01:01.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -122,6 +124,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/usage/tsconfig.json: *new* @@ -141,7 +145,7 @@ FsWatchesRecursive:: Before request -Info 27 [00:01:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -150,18 +154,20 @@ Info 27 [00:01:02.000] request: "seq": 2, "type": "request" } -Info 28 [00:01:03.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 29 [00:01:04.000] Search path: /user/username/projects/myproject/dependency -Info 30 [00:01:05.000] For info: /user/username/projects/myproject/dependency/fns.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 31 [00:01:06.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 32 [00:01:07.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 33 [00:01:08.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 34 [00:01:09.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 35 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 36 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 37 [00:01:12.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 38 [00:01:13.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 39 [00:01:14.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/fns.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" @@ -171,23 +177,23 @@ Info 39 [00:01:14.000] Files (2) fns.ts Matched by default include pattern '**/*' -Info 40 [00:01:15.000] ----------------------------------------------- -Info 41 [00:01:16.000] Search path: /user/username/projects/myproject/dependency -Info 42 [00:01:17.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 43 [00:01:18.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 43 [00:01:19.000] Files (3) - -Info 43 [00:01:20.000] ----------------------------------------------- -Info 43 [00:01:21.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 43 [00:01:22.000] Files (2) - -Info 43 [00:01:23.000] ----------------------------------------------- -Info 43 [00:01:24.000] Open files: -Info 43 [00:01:25.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 43 [00:01:26.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 43 [00:01:27.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 43 [00:01:28.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 43 [00:01:29.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -200,6 +206,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: *new* {"pollingInterval":500} @@ -223,7 +231,7 @@ FsWatchesRecursive:: Before request -Info 44 [00:01:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -232,35 +240,35 @@ Info 44 [00:01:30.000] request: "seq": 3, "type": "request" } -Info 45 [00:01:31.000] Before ensureProjectForOpenFiles: -Info 46 [00:01:32.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 46 [00:01:33.000] Files (3) - -Info 46 [00:01:34.000] ----------------------------------------------- -Info 46 [00:01:35.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 46 [00:01:36.000] Files (2) - -Info 46 [00:01:37.000] ----------------------------------------------- -Info 46 [00:01:38.000] Open files: -Info 46 [00:01:39.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 46 [00:01:40.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 46 [00:01:41.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 46 [00:01:42.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 46 [00:01:43.000] After ensureProjectForOpenFiles: -Info 47 [00:01:44.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 47 [00:01:45.000] Files (3) - -Info 47 [00:01:46.000] ----------------------------------------------- -Info 47 [00:01:47.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 47 [00:01:48.000] Files (2) - -Info 47 [00:01:49.000] ----------------------------------------------- -Info 47 [00:01:50.000] Open files: -Info 47 [00:01:51.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 47 [00:01:52.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 47 [00:01:53.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 47 [00:01:54.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 47 [00:01:55.000] response: +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -284,7 +292,7 @@ After request Before request -Info 48 [00:01:56.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { @@ -298,7 +306,7 @@ Info 48 [00:01:56.000] request: "seq": 4, "type": "request" } -Info 49 [00:01:57.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -306,7 +314,7 @@ After request Before request -Info 50 [00:01:58.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -315,52 +323,52 @@ Info 50 [00:01:58.000] request: "seq": 5, "type": "request" } -Info 51 [00:01:59.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 52 [00:02:00.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 53 [00:02:01.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 54 [00:02:02.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts SVC-2-1 "export function fn1() { }\nexport function fn2() { }\nfunction fn3() { }" /user/username/projects/myproject/usage/usage.ts SVC-1-0 "import {\n fn1,\n fn2,\n} from '../decls/fns'\nfn1();\nfn2();\n" -Info 55 [00:02:03.000] ----------------------------------------------- -Info 56 [00:02:04.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 57 [00:02:05.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 58 [00:02:06.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 59 [00:02:07.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts SVC-2-1 "export function fn1() { }\nexport function fn2() { }\nfunction fn3() { }" -Info 60 [00:02:08.000] ----------------------------------------------- -Info 61 [00:02:09.000] Before ensureProjectForOpenFiles: -Info 62 [00:02:10.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 62 [00:02:11.000] Files (3) - -Info 62 [00:02:12.000] ----------------------------------------------- -Info 62 [00:02:13.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 62 [00:02:14.000] Files (2) - -Info 62 [00:02:15.000] ----------------------------------------------- -Info 62 [00:02:16.000] Open files: -Info 62 [00:02:17.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 62 [00:02:18.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 62 [00:02:19.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 62 [00:02:20.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 62 [00:02:21.000] After ensureProjectForOpenFiles: -Info 63 [00:02:22.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 63 [00:02:23.000] Files (3) - -Info 63 [00:02:24.000] ----------------------------------------------- -Info 63 [00:02:25.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 63 [00:02:26.000] Files (2) - -Info 63 [00:02:27.000] ----------------------------------------------- -Info 63 [00:02:28.000] Open files: -Info 63 [00:02:29.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 63 [00:02:30.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 63 [00:02:31.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 63 [00:02:32.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 63 [00:02:33.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -382,7 +390,7 @@ After request Before request -Info 64 [00:02:34.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveEmitFile", "arguments": { @@ -391,19 +399,19 @@ Info 64 [00:02:34.000] request: "seq": 6, "type": "request" } -Info 65 [00:02:37.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/dependency/fns.js :: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 66 [00:02:38.000] Project: /user/username/projects/myproject/dependency/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/dependency/fns.js -Info 67 [00:02:39.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/dependency/fns.js :: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 68 [00:02:43.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 69 [00:02:44.000] Scheduled: /user/username/projects/myproject/usage/tsconfig.jsonFailedLookupInvalidation -Info 70 [00:02:45.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 71 [00:02:46.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 72 [00:02:47.000] Scheduled: /user/username/projects/myproject/usage/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 73 [00:02:48.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 74 [00:02:51.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 75 [00:02:52.000] Scheduled: /user/username/projects/myproject/usage/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 76 [00:02:53.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 77 [00:02:54.000] response: +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/dependency/fns.js :: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/dependency/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/dependency/fns.js +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/dependency/fns.js :: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/usage/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/usage/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/usage/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -431,6 +439,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} @@ -456,7 +466,7 @@ FsWatchesRecursive:: Before request -Info 78 [00:02:55.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "emit-output", "arguments": { @@ -465,7 +475,7 @@ Info 78 [00:02:55.000] request: "seq": 7, "type": "request" } -Info 79 [00:02:56.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "outputFiles": [ diff --git a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-dependency-and-local-change-to-usage.js b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-dependency-and-local-change-to-usage.js index 0b84e3c2cc6fc..aacb00ab9a92e 100644 --- a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-dependency-and-local-change-to-usage.js +++ b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-dependency-and-local-change-to-usage.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:29.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/fns.ts] export function fn1() { } @@ -35,7 +35,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -44,11 +44,11 @@ Info 1 [00:00:30.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:31.000] Search path: /user/username/projects/myproject/usage -Info 3 [00:00:32.000] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json -Info 4 [00:00:33.000] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json -Info 5 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/usage +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/usage/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/usage/usage.ts" ], @@ -62,10 +62,10 @@ Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfi } ] } -Info 7 [00:00:36.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:38.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/fns.ts" ], @@ -75,20 +75,22 @@ Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 12 [00:00:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:00:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:46.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:00:47.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 19 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 20 [00:00:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 21 [00:00:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 22 [00:00:51.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:00:52.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 24 [00:00:53.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" /user/username/projects/myproject/usage/usage.ts SVC-1-0 "import {\n fn1,\n fn2,\n} from '../decls/fns'\nfn1();\nfn2();\n" @@ -101,15 +103,15 @@ Info 24 [00:00:53.000] Files (3) usage.ts Matched by default include pattern '**/*' -Info 25 [00:00:54.000] ----------------------------------------------- -Info 26 [00:00:55.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 26 [00:00:56.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 26 [00:00:57.000] ----------------------------------------------- -Info 26 [00:00:58.000] Open files: -Info 26 [00:00:59.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 26 [00:01:00.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 26 [00:01:01.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -122,6 +124,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/usage/tsconfig.json: *new* @@ -141,7 +145,7 @@ FsWatchesRecursive:: Before request -Info 27 [00:01:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -150,18 +154,20 @@ Info 27 [00:01:02.000] request: "seq": 2, "type": "request" } -Info 28 [00:01:03.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 29 [00:01:04.000] Search path: /user/username/projects/myproject/dependency -Info 30 [00:01:05.000] For info: /user/username/projects/myproject/dependency/fns.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 31 [00:01:06.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 32 [00:01:07.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 33 [00:01:08.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 34 [00:01:09.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 35 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 36 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 37 [00:01:12.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 38 [00:01:13.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 39 [00:01:14.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/fns.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" @@ -171,23 +177,23 @@ Info 39 [00:01:14.000] Files (2) fns.ts Matched by default include pattern '**/*' -Info 40 [00:01:15.000] ----------------------------------------------- -Info 41 [00:01:16.000] Search path: /user/username/projects/myproject/dependency -Info 42 [00:01:17.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 43 [00:01:18.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 43 [00:01:19.000] Files (3) - -Info 43 [00:01:20.000] ----------------------------------------------- -Info 43 [00:01:21.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 43 [00:01:22.000] Files (2) - -Info 43 [00:01:23.000] ----------------------------------------------- -Info 43 [00:01:24.000] Open files: -Info 43 [00:01:25.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 43 [00:01:26.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 43 [00:01:27.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 43 [00:01:28.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 43 [00:01:29.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -200,6 +206,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: *new* {"pollingInterval":500} @@ -223,7 +231,7 @@ FsWatchesRecursive:: Before request -Info 44 [00:01:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -232,35 +240,35 @@ Info 44 [00:01:30.000] request: "seq": 3, "type": "request" } -Info 45 [00:01:31.000] Before ensureProjectForOpenFiles: -Info 46 [00:01:32.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 46 [00:01:33.000] Files (3) - -Info 46 [00:01:34.000] ----------------------------------------------- -Info 46 [00:01:35.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 46 [00:01:36.000] Files (2) - -Info 46 [00:01:37.000] ----------------------------------------------- -Info 46 [00:01:38.000] Open files: -Info 46 [00:01:39.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 46 [00:01:40.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 46 [00:01:41.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 46 [00:01:42.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 46 [00:01:43.000] After ensureProjectForOpenFiles: -Info 47 [00:01:44.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 47 [00:01:45.000] Files (3) - -Info 47 [00:01:46.000] ----------------------------------------------- -Info 47 [00:01:47.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 47 [00:01:48.000] Files (2) - -Info 47 [00:01:49.000] ----------------------------------------------- -Info 47 [00:01:50.000] Open files: -Info 47 [00:01:51.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 47 [00:01:52.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 47 [00:01:53.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 47 [00:01:54.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 47 [00:01:55.000] response: +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -284,7 +292,7 @@ After request Before request -Info 48 [00:01:56.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { @@ -298,7 +306,7 @@ Info 48 [00:01:56.000] request: "seq": 4, "type": "request" } -Info 49 [00:01:57.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -306,7 +314,7 @@ After request Before request -Info 50 [00:01:58.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -315,44 +323,44 @@ Info 50 [00:01:58.000] request: "seq": 5, "type": "request" } -Info 51 [00:01:59.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 52 [00:02:00.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 53 [00:02:01.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 54 [00:02:02.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" /user/username/projects/myproject/usage/usage.ts SVC-1-1 "import {\n fn1,\n fn2,\n} from '../decls/fns'\nfn1();\nfn2();\nfunction fn3() { }" -Info 55 [00:02:03.000] ----------------------------------------------- -Info 56 [00:02:04.000] Before ensureProjectForOpenFiles: -Info 57 [00:02:05.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 57 [00:02:06.000] Files (3) - -Info 57 [00:02:07.000] ----------------------------------------------- -Info 57 [00:02:08.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 57 [00:02:09.000] Files (2) - -Info 57 [00:02:10.000] ----------------------------------------------- -Info 57 [00:02:11.000] Open files: -Info 57 [00:02:12.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 57 [00:02:13.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 57 [00:02:14.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 57 [00:02:15.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 57 [00:02:16.000] After ensureProjectForOpenFiles: -Info 58 [00:02:17.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 58 [00:02:18.000] Files (3) - -Info 58 [00:02:19.000] ----------------------------------------------- -Info 58 [00:02:20.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 58 [00:02:21.000] Files (2) - -Info 58 [00:02:22.000] ----------------------------------------------- -Info 58 [00:02:23.000] Open files: -Info 58 [00:02:24.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 58 [00:02:25.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 58 [00:02:26.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 58 [00:02:27.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 58 [00:02:28.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -374,7 +382,7 @@ After request Before request -Info 59 [00:02:29.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveEmitFile", "arguments": { @@ -383,19 +391,19 @@ Info 59 [00:02:29.000] request: "seq": 6, "type": "request" } -Info 60 [00:02:32.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/dependency/fns.js :: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 61 [00:02:33.000] Project: /user/username/projects/myproject/dependency/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/dependency/fns.js -Info 62 [00:02:34.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/dependency/fns.js :: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 63 [00:02:38.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 64 [00:02:39.000] Scheduled: /user/username/projects/myproject/usage/tsconfig.jsonFailedLookupInvalidation -Info 65 [00:02:40.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 66 [00:02:41.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 67 [00:02:42.000] Scheduled: /user/username/projects/myproject/usage/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 68 [00:02:43.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 69 [00:02:46.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 70 [00:02:47.000] Scheduled: /user/username/projects/myproject/usage/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 71 [00:02:48.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 72 [00:02:49.000] response: +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/dependency/fns.js :: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/dependency/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/dependency/fns.js +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/dependency/fns.js :: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/usage/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/usage/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/usage/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -422,6 +430,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} @@ -447,7 +457,7 @@ FsWatchesRecursive:: Before request -Info 73 [00:02:50.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "emit-output", "arguments": { @@ -456,7 +466,7 @@ Info 73 [00:02:50.000] request: "seq": 7, "type": "request" } -Info 74 [00:02:51.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "outputFiles": [ diff --git a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-dependency-with-project-and-change-to-dependency.js b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-dependency-with-project-and-change-to-dependency.js index 35a871b62716a..863b433171e5f 100644 --- a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-dependency-with-project-and-change-to-dependency.js +++ b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-dependency-with-project-and-change-to-dependency.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:29.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/fns.ts] export function fn1() { } @@ -35,7 +35,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -44,11 +44,11 @@ Info 1 [00:00:30.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:31.000] Search path: /user/username/projects/myproject/usage -Info 3 [00:00:32.000] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json -Info 4 [00:00:33.000] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json -Info 5 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/usage +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/usage/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/usage/usage.ts" ], @@ -62,10 +62,10 @@ Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfi } ] } -Info 7 [00:00:36.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:38.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/fns.ts" ], @@ -75,20 +75,22 @@ Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 12 [00:00:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:00:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:46.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:00:47.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 19 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 20 [00:00:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 21 [00:00:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 22 [00:00:51.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:00:52.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 24 [00:00:53.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" /user/username/projects/myproject/usage/usage.ts SVC-1-0 "import {\n fn1,\n fn2,\n} from '../decls/fns'\nfn1();\nfn2();\n" @@ -101,15 +103,15 @@ Info 24 [00:00:53.000] Files (3) usage.ts Matched by default include pattern '**/*' -Info 25 [00:00:54.000] ----------------------------------------------- -Info 26 [00:00:55.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 26 [00:00:56.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 26 [00:00:57.000] ----------------------------------------------- -Info 26 [00:00:58.000] Open files: -Info 26 [00:00:59.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 26 [00:01:00.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 26 [00:01:01.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -122,6 +124,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/usage/tsconfig.json: *new* @@ -141,7 +145,7 @@ FsWatchesRecursive:: Before request -Info 27 [00:01:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -150,18 +154,20 @@ Info 27 [00:01:02.000] request: "seq": 2, "type": "request" } -Info 28 [00:01:03.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 29 [00:01:04.000] Search path: /user/username/projects/myproject/dependency -Info 30 [00:01:05.000] For info: /user/username/projects/myproject/dependency/fns.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 31 [00:01:06.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 32 [00:01:07.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 33 [00:01:08.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 34 [00:01:09.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 35 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 36 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 37 [00:01:12.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 38 [00:01:13.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 39 [00:01:14.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/fns.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" @@ -171,23 +177,23 @@ Info 39 [00:01:14.000] Files (2) fns.ts Matched by default include pattern '**/*' -Info 40 [00:01:15.000] ----------------------------------------------- -Info 41 [00:01:16.000] Search path: /user/username/projects/myproject/dependency -Info 42 [00:01:17.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 43 [00:01:18.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 43 [00:01:19.000] Files (3) - -Info 43 [00:01:20.000] ----------------------------------------------- -Info 43 [00:01:21.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 43 [00:01:22.000] Files (2) - -Info 43 [00:01:23.000] ----------------------------------------------- -Info 43 [00:01:24.000] Open files: -Info 43 [00:01:25.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 43 [00:01:26.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 43 [00:01:27.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 43 [00:01:28.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 43 [00:01:29.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -200,6 +206,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: *new* {"pollingInterval":500} @@ -223,7 +231,7 @@ FsWatchesRecursive:: Before request -Info 44 [00:01:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -232,35 +240,35 @@ Info 44 [00:01:30.000] request: "seq": 3, "type": "request" } -Info 45 [00:01:31.000] Before ensureProjectForOpenFiles: -Info 46 [00:01:32.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 46 [00:01:33.000] Files (3) - -Info 46 [00:01:34.000] ----------------------------------------------- -Info 46 [00:01:35.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 46 [00:01:36.000] Files (2) - -Info 46 [00:01:37.000] ----------------------------------------------- -Info 46 [00:01:38.000] Open files: -Info 46 [00:01:39.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 46 [00:01:40.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 46 [00:01:41.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 46 [00:01:42.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 46 [00:01:43.000] After ensureProjectForOpenFiles: -Info 47 [00:01:44.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 47 [00:01:45.000] Files (3) - -Info 47 [00:01:46.000] ----------------------------------------------- -Info 47 [00:01:47.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 47 [00:01:48.000] Files (2) - -Info 47 [00:01:49.000] ----------------------------------------------- -Info 47 [00:01:50.000] Open files: -Info 47 [00:01:51.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 47 [00:01:52.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 47 [00:01:53.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 47 [00:01:54.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 47 [00:01:55.000] response: +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -284,7 +292,7 @@ After request Before request -Info 48 [00:01:56.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { @@ -298,7 +306,7 @@ Info 48 [00:01:56.000] request: "seq": 4, "type": "request" } -Info 49 [00:01:57.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -306,7 +314,7 @@ After request Before request -Info 50 [00:01:58.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -316,15 +324,15 @@ Info 50 [00:01:58.000] request: "seq": 5, "type": "request" } -Info 51 [00:01:59.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 52 [00:02:00.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 53 [00:02:01.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 54 [00:02:02.000] Files (2) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts SVC-2-1 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }" -Info 55 [00:02:03.000] ----------------------------------------------- -Info 56 [00:02:04.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -341,7 +349,7 @@ After request Before request -Info 57 [00:02:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveEmitFile", "arguments": { @@ -351,19 +359,19 @@ Info 57 [00:02:05.000] request: "seq": 6, "type": "request" } -Info 58 [00:02:08.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/dependency/fns.js :: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 59 [00:02:09.000] Project: /user/username/projects/myproject/dependency/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/dependency/fns.js -Info 60 [00:02:10.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/dependency/fns.js :: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 61 [00:02:14.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 62 [00:02:15.000] Scheduled: /user/username/projects/myproject/usage/tsconfig.jsonFailedLookupInvalidation -Info 63 [00:02:16.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 64 [00:02:17.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 65 [00:02:18.000] Scheduled: /user/username/projects/myproject/usage/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 66 [00:02:19.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 67 [00:02:22.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 68 [00:02:23.000] Scheduled: /user/username/projects/myproject/usage/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 69 [00:02:24.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 70 [00:02:25.000] response: +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/dependency/fns.js :: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/dependency/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/dependency/fns.js +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/dependency/fns.js :: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/usage/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/usage/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/usage/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -393,6 +401,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} @@ -418,7 +428,7 @@ FsWatchesRecursive:: Before request -Info 71 [00:02:26.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "emit-output", "arguments": { @@ -428,7 +438,7 @@ Info 71 [00:02:26.000] request: "seq": 7, "type": "request" } -Info 72 [00:02:27.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "outputFiles": [ diff --git a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-dependency-with-project-and-change-to-usage.js b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-dependency-with-project-and-change-to-usage.js index cc8cc163e9c54..1f189cb131a40 100644 --- a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-dependency-with-project-and-change-to-usage.js +++ b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-dependency-with-project-and-change-to-usage.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:29.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/fns.ts] export function fn1() { } @@ -35,7 +35,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -44,11 +44,11 @@ Info 1 [00:00:30.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:31.000] Search path: /user/username/projects/myproject/usage -Info 3 [00:00:32.000] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json -Info 4 [00:00:33.000] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json -Info 5 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/usage +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/usage/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/usage/usage.ts" ], @@ -62,10 +62,10 @@ Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfi } ] } -Info 7 [00:00:36.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:38.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/fns.ts" ], @@ -75,20 +75,22 @@ Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 12 [00:00:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:00:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:46.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:00:47.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 19 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 20 [00:00:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 21 [00:00:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 22 [00:00:51.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:00:52.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 24 [00:00:53.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" /user/username/projects/myproject/usage/usage.ts SVC-1-0 "import {\n fn1,\n fn2,\n} from '../decls/fns'\nfn1();\nfn2();\n" @@ -101,15 +103,15 @@ Info 24 [00:00:53.000] Files (3) usage.ts Matched by default include pattern '**/*' -Info 25 [00:00:54.000] ----------------------------------------------- -Info 26 [00:00:55.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 26 [00:00:56.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 26 [00:00:57.000] ----------------------------------------------- -Info 26 [00:00:58.000] Open files: -Info 26 [00:00:59.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 26 [00:01:00.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 26 [00:01:01.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -122,6 +124,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/usage/tsconfig.json: *new* @@ -141,7 +145,7 @@ FsWatchesRecursive:: Before request -Info 27 [00:01:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -150,18 +154,20 @@ Info 27 [00:01:02.000] request: "seq": 2, "type": "request" } -Info 28 [00:01:03.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 29 [00:01:04.000] Search path: /user/username/projects/myproject/dependency -Info 30 [00:01:05.000] For info: /user/username/projects/myproject/dependency/fns.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 31 [00:01:06.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 32 [00:01:07.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 33 [00:01:08.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 34 [00:01:09.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 35 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 36 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 37 [00:01:12.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 38 [00:01:13.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 39 [00:01:14.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/fns.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" @@ -171,23 +177,23 @@ Info 39 [00:01:14.000] Files (2) fns.ts Matched by default include pattern '**/*' -Info 40 [00:01:15.000] ----------------------------------------------- -Info 41 [00:01:16.000] Search path: /user/username/projects/myproject/dependency -Info 42 [00:01:17.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 43 [00:01:18.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 43 [00:01:19.000] Files (3) - -Info 43 [00:01:20.000] ----------------------------------------------- -Info 43 [00:01:21.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 43 [00:01:22.000] Files (2) - -Info 43 [00:01:23.000] ----------------------------------------------- -Info 43 [00:01:24.000] Open files: -Info 43 [00:01:25.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 43 [00:01:26.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 43 [00:01:27.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 43 [00:01:28.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 43 [00:01:29.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -200,6 +206,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: *new* {"pollingInterval":500} @@ -223,7 +231,7 @@ FsWatchesRecursive:: Before request -Info 44 [00:01:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -232,35 +240,35 @@ Info 44 [00:01:30.000] request: "seq": 3, "type": "request" } -Info 45 [00:01:31.000] Before ensureProjectForOpenFiles: -Info 46 [00:01:32.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 46 [00:01:33.000] Files (3) - -Info 46 [00:01:34.000] ----------------------------------------------- -Info 46 [00:01:35.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 46 [00:01:36.000] Files (2) - -Info 46 [00:01:37.000] ----------------------------------------------- -Info 46 [00:01:38.000] Open files: -Info 46 [00:01:39.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 46 [00:01:40.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 46 [00:01:41.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 46 [00:01:42.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 46 [00:01:43.000] After ensureProjectForOpenFiles: -Info 47 [00:01:44.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 47 [00:01:45.000] Files (3) - -Info 47 [00:01:46.000] ----------------------------------------------- -Info 47 [00:01:47.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 47 [00:01:48.000] Files (2) - -Info 47 [00:01:49.000] ----------------------------------------------- -Info 47 [00:01:50.000] Open files: -Info 47 [00:01:51.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 47 [00:01:52.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 47 [00:01:53.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 47 [00:01:54.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 47 [00:01:55.000] response: +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -284,7 +292,7 @@ After request Before request -Info 48 [00:01:56.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { @@ -298,7 +306,7 @@ Info 48 [00:01:56.000] request: "seq": 4, "type": "request" } -Info 49 [00:01:57.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -306,7 +314,7 @@ After request Before request -Info 50 [00:01:58.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -316,7 +324,7 @@ Info 50 [00:01:58.000] request: "seq": 5, "type": "request" } -Info 51 [00:01:59.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -333,7 +341,7 @@ After request Before request -Info 52 [00:02:00.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveEmitFile", "arguments": { @@ -343,19 +351,19 @@ Info 52 [00:02:00.000] request: "seq": 6, "type": "request" } -Info 53 [00:02:03.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/dependency/fns.js :: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 54 [00:02:04.000] Project: /user/username/projects/myproject/dependency/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/dependency/fns.js -Info 55 [00:02:05.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/dependency/fns.js :: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 56 [00:02:09.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 57 [00:02:10.000] Scheduled: /user/username/projects/myproject/usage/tsconfig.jsonFailedLookupInvalidation -Info 58 [00:02:11.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 59 [00:02:12.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 60 [00:02:13.000] Scheduled: /user/username/projects/myproject/usage/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 61 [00:02:14.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 62 [00:02:17.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 63 [00:02:18.000] Scheduled: /user/username/projects/myproject/usage/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 64 [00:02:19.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 65 [00:02:20.000] response: +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/dependency/fns.js :: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/dependency/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/dependency/fns.js +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/dependency/fns.js :: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/usage/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/usage/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/usage/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -382,6 +390,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} @@ -407,7 +417,7 @@ FsWatchesRecursive:: Before request -Info 66 [00:02:21.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "emit-output", "arguments": { @@ -417,7 +427,7 @@ Info 66 [00:02:21.000] request: "seq": 7, "type": "request" } -Info 67 [00:02:22.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "outputFiles": [ diff --git a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-dependency-with-project-and-local-change-to-dependency.js b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-dependency-with-project-and-local-change-to-dependency.js index 19ca722010f24..c981221a5811a 100644 --- a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-dependency-with-project-and-local-change-to-dependency.js +++ b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-dependency-with-project-and-local-change-to-dependency.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:29.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/fns.ts] export function fn1() { } @@ -35,7 +35,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -44,11 +44,11 @@ Info 1 [00:00:30.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:31.000] Search path: /user/username/projects/myproject/usage -Info 3 [00:00:32.000] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json -Info 4 [00:00:33.000] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json -Info 5 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/usage +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/usage/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/usage/usage.ts" ], @@ -62,10 +62,10 @@ Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfi } ] } -Info 7 [00:00:36.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:38.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/fns.ts" ], @@ -75,20 +75,22 @@ Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 12 [00:00:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:00:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:46.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:00:47.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 19 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 20 [00:00:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 21 [00:00:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 22 [00:00:51.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:00:52.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 24 [00:00:53.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" /user/username/projects/myproject/usage/usage.ts SVC-1-0 "import {\n fn1,\n fn2,\n} from '../decls/fns'\nfn1();\nfn2();\n" @@ -101,15 +103,15 @@ Info 24 [00:00:53.000] Files (3) usage.ts Matched by default include pattern '**/*' -Info 25 [00:00:54.000] ----------------------------------------------- -Info 26 [00:00:55.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 26 [00:00:56.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 26 [00:00:57.000] ----------------------------------------------- -Info 26 [00:00:58.000] Open files: -Info 26 [00:00:59.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 26 [00:01:00.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 26 [00:01:01.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -122,6 +124,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/usage/tsconfig.json: *new* @@ -141,7 +145,7 @@ FsWatchesRecursive:: Before request -Info 27 [00:01:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -150,18 +154,20 @@ Info 27 [00:01:02.000] request: "seq": 2, "type": "request" } -Info 28 [00:01:03.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 29 [00:01:04.000] Search path: /user/username/projects/myproject/dependency -Info 30 [00:01:05.000] For info: /user/username/projects/myproject/dependency/fns.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 31 [00:01:06.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 32 [00:01:07.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 33 [00:01:08.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 34 [00:01:09.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 35 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 36 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 37 [00:01:12.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 38 [00:01:13.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 39 [00:01:14.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/fns.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" @@ -171,23 +177,23 @@ Info 39 [00:01:14.000] Files (2) fns.ts Matched by default include pattern '**/*' -Info 40 [00:01:15.000] ----------------------------------------------- -Info 41 [00:01:16.000] Search path: /user/username/projects/myproject/dependency -Info 42 [00:01:17.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 43 [00:01:18.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 43 [00:01:19.000] Files (3) - -Info 43 [00:01:20.000] ----------------------------------------------- -Info 43 [00:01:21.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 43 [00:01:22.000] Files (2) - -Info 43 [00:01:23.000] ----------------------------------------------- -Info 43 [00:01:24.000] Open files: -Info 43 [00:01:25.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 43 [00:01:26.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 43 [00:01:27.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 43 [00:01:28.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 43 [00:01:29.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -200,6 +206,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: *new* {"pollingInterval":500} @@ -223,7 +231,7 @@ FsWatchesRecursive:: Before request -Info 44 [00:01:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -232,35 +240,35 @@ Info 44 [00:01:30.000] request: "seq": 3, "type": "request" } -Info 45 [00:01:31.000] Before ensureProjectForOpenFiles: -Info 46 [00:01:32.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 46 [00:01:33.000] Files (3) - -Info 46 [00:01:34.000] ----------------------------------------------- -Info 46 [00:01:35.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 46 [00:01:36.000] Files (2) - -Info 46 [00:01:37.000] ----------------------------------------------- -Info 46 [00:01:38.000] Open files: -Info 46 [00:01:39.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 46 [00:01:40.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 46 [00:01:41.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 46 [00:01:42.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 46 [00:01:43.000] After ensureProjectForOpenFiles: -Info 47 [00:01:44.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 47 [00:01:45.000] Files (3) - -Info 47 [00:01:46.000] ----------------------------------------------- -Info 47 [00:01:47.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 47 [00:01:48.000] Files (2) - -Info 47 [00:01:49.000] ----------------------------------------------- -Info 47 [00:01:50.000] Open files: -Info 47 [00:01:51.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 47 [00:01:52.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 47 [00:01:53.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 47 [00:01:54.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 47 [00:01:55.000] response: +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -284,7 +292,7 @@ After request Before request -Info 48 [00:01:56.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { @@ -298,7 +306,7 @@ Info 48 [00:01:56.000] request: "seq": 4, "type": "request" } -Info 49 [00:01:57.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -306,7 +314,7 @@ After request Before request -Info 50 [00:01:58.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -316,15 +324,15 @@ Info 50 [00:01:58.000] request: "seq": 5, "type": "request" } -Info 51 [00:01:59.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 52 [00:02:00.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 53 [00:02:01.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 54 [00:02:02.000] Files (2) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts SVC-2-1 "export function fn1() { }\nexport function fn2() { }\nfunction fn3() { }" -Info 55 [00:02:03.000] ----------------------------------------------- -Info 56 [00:02:04.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -341,7 +349,7 @@ After request Before request -Info 57 [00:02:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveEmitFile", "arguments": { @@ -351,19 +359,19 @@ Info 57 [00:02:05.000] request: "seq": 6, "type": "request" } -Info 58 [00:02:08.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/dependency/fns.js :: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 59 [00:02:09.000] Project: /user/username/projects/myproject/dependency/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/dependency/fns.js -Info 60 [00:02:10.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/dependency/fns.js :: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 61 [00:02:14.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 62 [00:02:15.000] Scheduled: /user/username/projects/myproject/usage/tsconfig.jsonFailedLookupInvalidation -Info 63 [00:02:16.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 64 [00:02:17.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 65 [00:02:18.000] Scheduled: /user/username/projects/myproject/usage/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 66 [00:02:19.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 67 [00:02:22.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 68 [00:02:23.000] Scheduled: /user/username/projects/myproject/usage/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 69 [00:02:24.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 70 [00:02:25.000] response: +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/dependency/fns.js :: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/dependency/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/dependency/fns.js +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/dependency/fns.js :: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/usage/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/usage/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/usage/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -391,6 +399,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} @@ -416,7 +426,7 @@ FsWatchesRecursive:: Before request -Info 71 [00:02:26.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "emit-output", "arguments": { @@ -426,7 +436,7 @@ Info 71 [00:02:26.000] request: "seq": 7, "type": "request" } -Info 72 [00:02:27.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "outputFiles": [ diff --git a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-dependency-with-project-and-local-change-to-usage.js b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-dependency-with-project-and-local-change-to-usage.js index def9b4a351cf6..1d097de8d7a2e 100644 --- a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-dependency-with-project-and-local-change-to-usage.js +++ b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-dependency-with-project-and-local-change-to-usage.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:29.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/fns.ts] export function fn1() { } @@ -35,7 +35,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -44,11 +44,11 @@ Info 1 [00:00:30.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:31.000] Search path: /user/username/projects/myproject/usage -Info 3 [00:00:32.000] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json -Info 4 [00:00:33.000] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json -Info 5 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/usage +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/usage/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/usage/usage.ts" ], @@ -62,10 +62,10 @@ Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfi } ] } -Info 7 [00:00:36.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:38.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/fns.ts" ], @@ -75,20 +75,22 @@ Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 12 [00:00:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:00:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:46.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:00:47.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 19 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 20 [00:00:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 21 [00:00:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 22 [00:00:51.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:00:52.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 24 [00:00:53.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" /user/username/projects/myproject/usage/usage.ts SVC-1-0 "import {\n fn1,\n fn2,\n} from '../decls/fns'\nfn1();\nfn2();\n" @@ -101,15 +103,15 @@ Info 24 [00:00:53.000] Files (3) usage.ts Matched by default include pattern '**/*' -Info 25 [00:00:54.000] ----------------------------------------------- -Info 26 [00:00:55.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 26 [00:00:56.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 26 [00:00:57.000] ----------------------------------------------- -Info 26 [00:00:58.000] Open files: -Info 26 [00:00:59.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 26 [00:01:00.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 26 [00:01:01.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -122,6 +124,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/usage/tsconfig.json: *new* @@ -141,7 +145,7 @@ FsWatchesRecursive:: Before request -Info 27 [00:01:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -150,18 +154,20 @@ Info 27 [00:01:02.000] request: "seq": 2, "type": "request" } -Info 28 [00:01:03.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 29 [00:01:04.000] Search path: /user/username/projects/myproject/dependency -Info 30 [00:01:05.000] For info: /user/username/projects/myproject/dependency/fns.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 31 [00:01:06.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 32 [00:01:07.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 33 [00:01:08.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 34 [00:01:09.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 35 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 36 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 37 [00:01:12.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 38 [00:01:13.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 39 [00:01:14.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/fns.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" @@ -171,23 +177,23 @@ Info 39 [00:01:14.000] Files (2) fns.ts Matched by default include pattern '**/*' -Info 40 [00:01:15.000] ----------------------------------------------- -Info 41 [00:01:16.000] Search path: /user/username/projects/myproject/dependency -Info 42 [00:01:17.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 43 [00:01:18.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 43 [00:01:19.000] Files (3) - -Info 43 [00:01:20.000] ----------------------------------------------- -Info 43 [00:01:21.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 43 [00:01:22.000] Files (2) - -Info 43 [00:01:23.000] ----------------------------------------------- -Info 43 [00:01:24.000] Open files: -Info 43 [00:01:25.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 43 [00:01:26.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 43 [00:01:27.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 43 [00:01:28.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 43 [00:01:29.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -200,6 +206,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: *new* {"pollingInterval":500} @@ -223,7 +231,7 @@ FsWatchesRecursive:: Before request -Info 44 [00:01:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -232,35 +240,35 @@ Info 44 [00:01:30.000] request: "seq": 3, "type": "request" } -Info 45 [00:01:31.000] Before ensureProjectForOpenFiles: -Info 46 [00:01:32.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 46 [00:01:33.000] Files (3) - -Info 46 [00:01:34.000] ----------------------------------------------- -Info 46 [00:01:35.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 46 [00:01:36.000] Files (2) - -Info 46 [00:01:37.000] ----------------------------------------------- -Info 46 [00:01:38.000] Open files: -Info 46 [00:01:39.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 46 [00:01:40.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 46 [00:01:41.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 46 [00:01:42.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 46 [00:01:43.000] After ensureProjectForOpenFiles: -Info 47 [00:01:44.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 47 [00:01:45.000] Files (3) - -Info 47 [00:01:46.000] ----------------------------------------------- -Info 47 [00:01:47.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 47 [00:01:48.000] Files (2) - -Info 47 [00:01:49.000] ----------------------------------------------- -Info 47 [00:01:50.000] Open files: -Info 47 [00:01:51.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 47 [00:01:52.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 47 [00:01:53.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 47 [00:01:54.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 47 [00:01:55.000] response: +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -284,7 +292,7 @@ After request Before request -Info 48 [00:01:56.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { @@ -298,7 +306,7 @@ Info 48 [00:01:56.000] request: "seq": 4, "type": "request" } -Info 49 [00:01:57.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -306,7 +314,7 @@ After request Before request -Info 50 [00:01:58.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -316,7 +324,7 @@ Info 50 [00:01:58.000] request: "seq": 5, "type": "request" } -Info 51 [00:01:59.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -333,7 +341,7 @@ After request Before request -Info 52 [00:02:00.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveEmitFile", "arguments": { @@ -343,19 +351,19 @@ Info 52 [00:02:00.000] request: "seq": 6, "type": "request" } -Info 53 [00:02:03.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/dependency/fns.js :: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 54 [00:02:04.000] Project: /user/username/projects/myproject/dependency/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/dependency/fns.js -Info 55 [00:02:05.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/dependency/fns.js :: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 56 [00:02:09.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 57 [00:02:10.000] Scheduled: /user/username/projects/myproject/usage/tsconfig.jsonFailedLookupInvalidation -Info 58 [00:02:11.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 59 [00:02:12.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 60 [00:02:13.000] Scheduled: /user/username/projects/myproject/usage/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 61 [00:02:14.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 62 [00:02:17.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 63 [00:02:18.000] Scheduled: /user/username/projects/myproject/usage/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 64 [00:02:19.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 65 [00:02:20.000] response: +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/dependency/fns.js :: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/dependency/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/dependency/fns.js +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/dependency/fns.js :: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/usage/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/usage/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/usage/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -382,6 +390,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} @@ -407,7 +417,7 @@ FsWatchesRecursive:: Before request -Info 66 [00:02:21.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "emit-output", "arguments": { @@ -417,7 +427,7 @@ Info 66 [00:02:21.000] request: "seq": 7, "type": "request" } -Info 67 [00:02:22.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "outputFiles": [ diff --git a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-dependency-with-project.js b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-dependency-with-project.js index 9c28120101ecc..63505d7830a69 100644 --- a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-dependency-with-project.js +++ b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-dependency-with-project.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:29.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/fns.ts] export function fn1() { } @@ -35,7 +35,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -44,11 +44,11 @@ Info 1 [00:00:30.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:31.000] Search path: /user/username/projects/myproject/usage -Info 3 [00:00:32.000] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json -Info 4 [00:00:33.000] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json -Info 5 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/usage +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/usage/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/usage/usage.ts" ], @@ -62,10 +62,10 @@ Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfi } ] } -Info 7 [00:00:36.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:38.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/fns.ts" ], @@ -75,20 +75,22 @@ Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 12 [00:00:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:00:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:46.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:00:47.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 19 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 20 [00:00:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 21 [00:00:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 22 [00:00:51.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:00:52.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 24 [00:00:53.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" /user/username/projects/myproject/usage/usage.ts SVC-1-0 "import {\n fn1,\n fn2,\n} from '../decls/fns'\nfn1();\nfn2();\n" @@ -101,15 +103,15 @@ Info 24 [00:00:53.000] Files (3) usage.ts Matched by default include pattern '**/*' -Info 25 [00:00:54.000] ----------------------------------------------- -Info 26 [00:00:55.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 26 [00:00:56.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 26 [00:00:57.000] ----------------------------------------------- -Info 26 [00:00:58.000] Open files: -Info 26 [00:00:59.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 26 [00:01:00.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 26 [00:01:01.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -122,6 +124,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/usage/tsconfig.json: *new* @@ -141,7 +145,7 @@ FsWatchesRecursive:: Before request -Info 27 [00:01:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -150,18 +154,20 @@ Info 27 [00:01:02.000] request: "seq": 2, "type": "request" } -Info 28 [00:01:03.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 29 [00:01:04.000] Search path: /user/username/projects/myproject/dependency -Info 30 [00:01:05.000] For info: /user/username/projects/myproject/dependency/fns.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 31 [00:01:06.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 32 [00:01:07.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 33 [00:01:08.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 34 [00:01:09.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 35 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 36 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 37 [00:01:12.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 38 [00:01:13.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 39 [00:01:14.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/fns.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" @@ -171,23 +177,23 @@ Info 39 [00:01:14.000] Files (2) fns.ts Matched by default include pattern '**/*' -Info 40 [00:01:15.000] ----------------------------------------------- -Info 41 [00:01:16.000] Search path: /user/username/projects/myproject/dependency -Info 42 [00:01:17.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 43 [00:01:18.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 43 [00:01:19.000] Files (3) - -Info 43 [00:01:20.000] ----------------------------------------------- -Info 43 [00:01:21.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 43 [00:01:22.000] Files (2) - -Info 43 [00:01:23.000] ----------------------------------------------- -Info 43 [00:01:24.000] Open files: -Info 43 [00:01:25.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 43 [00:01:26.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 43 [00:01:27.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 43 [00:01:28.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 43 [00:01:29.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -200,6 +206,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: *new* {"pollingInterval":500} @@ -223,7 +231,7 @@ FsWatchesRecursive:: Before request -Info 44 [00:01:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -233,7 +241,7 @@ Info 44 [00:01:30.000] request: "seq": 3, "type": "request" } -Info 45 [00:01:31.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -250,7 +258,7 @@ After request Before request -Info 46 [00:01:32.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveEmitFile", "arguments": { @@ -260,19 +268,19 @@ Info 46 [00:01:32.000] request: "seq": 4, "type": "request" } -Info 47 [00:01:35.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/dependency/fns.js :: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 48 [00:01:36.000] Project: /user/username/projects/myproject/dependency/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/dependency/fns.js -Info 49 [00:01:37.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/dependency/fns.js :: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 50 [00:01:41.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 51 [00:01:42.000] Scheduled: /user/username/projects/myproject/usage/tsconfig.jsonFailedLookupInvalidation -Info 52 [00:01:43.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 53 [00:01:44.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 54 [00:01:45.000] Scheduled: /user/username/projects/myproject/usage/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 55 [00:01:46.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 56 [00:01:49.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 57 [00:01:50.000] Scheduled: /user/username/projects/myproject/usage/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 58 [00:01:51.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 59 [00:01:52.000] response: +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/dependency/fns.js :: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/dependency/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/dependency/fns.js +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/dependency/fns.js :: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/usage/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/usage/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/usage/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -299,6 +307,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} @@ -324,7 +334,7 @@ FsWatchesRecursive:: Before request -Info 60 [00:01:53.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "emit-output", "arguments": { @@ -334,7 +344,7 @@ Info 60 [00:01:53.000] request: "seq": 5, "type": "request" } -Info 61 [00:01:54.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "outputFiles": [ diff --git a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-dependency-with-usage-project-and-change-to-dependency.js b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-dependency-with-usage-project-and-change-to-dependency.js index 0b67ba727c4fa..b8087ecb9908b 100644 --- a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-dependency-with-usage-project-and-change-to-dependency.js +++ b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-dependency-with-usage-project-and-change-to-dependency.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:29.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/fns.ts] export function fn1() { } @@ -35,7 +35,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -44,11 +44,11 @@ Info 1 [00:00:30.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:31.000] Search path: /user/username/projects/myproject/usage -Info 3 [00:00:32.000] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json -Info 4 [00:00:33.000] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json -Info 5 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/usage +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/usage/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/usage/usage.ts" ], @@ -62,10 +62,10 @@ Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfi } ] } -Info 7 [00:00:36.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:38.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/fns.ts" ], @@ -75,20 +75,22 @@ Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 12 [00:00:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:00:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:46.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:00:47.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 19 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 20 [00:00:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 21 [00:00:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 22 [00:00:51.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:00:52.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 24 [00:00:53.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" /user/username/projects/myproject/usage/usage.ts SVC-1-0 "import {\n fn1,\n fn2,\n} from '../decls/fns'\nfn1();\nfn2();\n" @@ -101,15 +103,15 @@ Info 24 [00:00:53.000] Files (3) usage.ts Matched by default include pattern '**/*' -Info 25 [00:00:54.000] ----------------------------------------------- -Info 26 [00:00:55.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 26 [00:00:56.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 26 [00:00:57.000] ----------------------------------------------- -Info 26 [00:00:58.000] Open files: -Info 26 [00:00:59.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 26 [00:01:00.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 26 [00:01:01.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -122,6 +124,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/usage/tsconfig.json: *new* @@ -141,7 +145,7 @@ FsWatchesRecursive:: Before request -Info 27 [00:01:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -150,18 +154,20 @@ Info 27 [00:01:02.000] request: "seq": 2, "type": "request" } -Info 28 [00:01:03.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 29 [00:01:04.000] Search path: /user/username/projects/myproject/dependency -Info 30 [00:01:05.000] For info: /user/username/projects/myproject/dependency/fns.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 31 [00:01:06.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 32 [00:01:07.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 33 [00:01:08.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 34 [00:01:09.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 35 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 36 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 37 [00:01:12.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 38 [00:01:13.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 39 [00:01:14.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/fns.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" @@ -171,23 +177,23 @@ Info 39 [00:01:14.000] Files (2) fns.ts Matched by default include pattern '**/*' -Info 40 [00:01:15.000] ----------------------------------------------- -Info 41 [00:01:16.000] Search path: /user/username/projects/myproject/dependency -Info 42 [00:01:17.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 43 [00:01:18.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 43 [00:01:19.000] Files (3) - -Info 43 [00:01:20.000] ----------------------------------------------- -Info 43 [00:01:21.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 43 [00:01:22.000] Files (2) - -Info 43 [00:01:23.000] ----------------------------------------------- -Info 43 [00:01:24.000] Open files: -Info 43 [00:01:25.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 43 [00:01:26.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 43 [00:01:27.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 43 [00:01:28.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 43 [00:01:29.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -200,6 +206,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: *new* {"pollingInterval":500} @@ -223,7 +231,7 @@ FsWatchesRecursive:: Before request -Info 44 [00:01:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -232,35 +240,35 @@ Info 44 [00:01:30.000] request: "seq": 3, "type": "request" } -Info 45 [00:01:31.000] Before ensureProjectForOpenFiles: -Info 46 [00:01:32.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 46 [00:01:33.000] Files (3) - -Info 46 [00:01:34.000] ----------------------------------------------- -Info 46 [00:01:35.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 46 [00:01:36.000] Files (2) - -Info 46 [00:01:37.000] ----------------------------------------------- -Info 46 [00:01:38.000] Open files: -Info 46 [00:01:39.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 46 [00:01:40.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 46 [00:01:41.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 46 [00:01:42.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 46 [00:01:43.000] After ensureProjectForOpenFiles: -Info 47 [00:01:44.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 47 [00:01:45.000] Files (3) - -Info 47 [00:01:46.000] ----------------------------------------------- -Info 47 [00:01:47.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 47 [00:01:48.000] Files (2) - -Info 47 [00:01:49.000] ----------------------------------------------- -Info 47 [00:01:50.000] Open files: -Info 47 [00:01:51.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 47 [00:01:52.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 47 [00:01:53.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 47 [00:01:54.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 47 [00:01:55.000] response: +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -284,7 +292,7 @@ After request Before request -Info 48 [00:01:56.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { @@ -298,7 +306,7 @@ Info 48 [00:01:56.000] request: "seq": 4, "type": "request" } -Info 49 [00:01:57.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -306,7 +314,7 @@ After request Before request -Info 50 [00:01:58.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -316,16 +324,16 @@ Info 50 [00:01:58.000] request: "seq": 5, "type": "request" } -Info 51 [00:01:59.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 52 [00:02:00.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 53 [00:02:01.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 54 [00:02:02.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts SVC-2-1 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }" /user/username/projects/myproject/usage/usage.ts SVC-1-0 "import {\n fn1,\n fn2,\n} from '../decls/fns'\nfn1();\nfn2();\n" -Info 55 [00:02:03.000] ----------------------------------------------- -Info 56 [00:02:04.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -342,7 +350,7 @@ After request Before request -Info 57 [00:02:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveEmitFile", "arguments": { @@ -352,7 +360,7 @@ Info 57 [00:02:05.000] request: "seq": 6, "type": "request" } -Info 58 [00:02:06.000] response: +Info seq [hh:mm:ss:mss] response: { "response": false, "responseRequired": true @@ -361,7 +369,7 @@ After request Before request -Info 59 [00:02:07.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "emit-output", "arguments": { @@ -371,7 +379,7 @@ Info 59 [00:02:07.000] request: "seq": 7, "type": "request" } -Info 60 [00:02:08.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "emitSkipped": true, diff --git a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-dependency-with-usage-project-and-change-to-usage.js b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-dependency-with-usage-project-and-change-to-usage.js index 51d71cbd4a9e1..ea740992ccce0 100644 --- a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-dependency-with-usage-project-and-change-to-usage.js +++ b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-dependency-with-usage-project-and-change-to-usage.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:29.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/fns.ts] export function fn1() { } @@ -35,7 +35,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -44,11 +44,11 @@ Info 1 [00:00:30.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:31.000] Search path: /user/username/projects/myproject/usage -Info 3 [00:00:32.000] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json -Info 4 [00:00:33.000] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json -Info 5 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/usage +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/usage/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/usage/usage.ts" ], @@ -62,10 +62,10 @@ Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfi } ] } -Info 7 [00:00:36.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:38.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/fns.ts" ], @@ -75,20 +75,22 @@ Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 12 [00:00:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:00:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:46.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:00:47.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 19 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 20 [00:00:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 21 [00:00:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 22 [00:00:51.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:00:52.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 24 [00:00:53.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" /user/username/projects/myproject/usage/usage.ts SVC-1-0 "import {\n fn1,\n fn2,\n} from '../decls/fns'\nfn1();\nfn2();\n" @@ -101,15 +103,15 @@ Info 24 [00:00:53.000] Files (3) usage.ts Matched by default include pattern '**/*' -Info 25 [00:00:54.000] ----------------------------------------------- -Info 26 [00:00:55.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 26 [00:00:56.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 26 [00:00:57.000] ----------------------------------------------- -Info 26 [00:00:58.000] Open files: -Info 26 [00:00:59.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 26 [00:01:00.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 26 [00:01:01.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -122,6 +124,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/usage/tsconfig.json: *new* @@ -141,7 +145,7 @@ FsWatchesRecursive:: Before request -Info 27 [00:01:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -150,18 +154,20 @@ Info 27 [00:01:02.000] request: "seq": 2, "type": "request" } -Info 28 [00:01:03.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 29 [00:01:04.000] Search path: /user/username/projects/myproject/dependency -Info 30 [00:01:05.000] For info: /user/username/projects/myproject/dependency/fns.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 31 [00:01:06.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 32 [00:01:07.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 33 [00:01:08.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 34 [00:01:09.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 35 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 36 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 37 [00:01:12.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 38 [00:01:13.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 39 [00:01:14.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/fns.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" @@ -171,23 +177,23 @@ Info 39 [00:01:14.000] Files (2) fns.ts Matched by default include pattern '**/*' -Info 40 [00:01:15.000] ----------------------------------------------- -Info 41 [00:01:16.000] Search path: /user/username/projects/myproject/dependency -Info 42 [00:01:17.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 43 [00:01:18.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 43 [00:01:19.000] Files (3) - -Info 43 [00:01:20.000] ----------------------------------------------- -Info 43 [00:01:21.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 43 [00:01:22.000] Files (2) - -Info 43 [00:01:23.000] ----------------------------------------------- -Info 43 [00:01:24.000] Open files: -Info 43 [00:01:25.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 43 [00:01:26.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 43 [00:01:27.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 43 [00:01:28.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 43 [00:01:29.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -200,6 +206,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: *new* {"pollingInterval":500} @@ -223,7 +231,7 @@ FsWatchesRecursive:: Before request -Info 44 [00:01:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -232,35 +240,35 @@ Info 44 [00:01:30.000] request: "seq": 3, "type": "request" } -Info 45 [00:01:31.000] Before ensureProjectForOpenFiles: -Info 46 [00:01:32.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 46 [00:01:33.000] Files (3) - -Info 46 [00:01:34.000] ----------------------------------------------- -Info 46 [00:01:35.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 46 [00:01:36.000] Files (2) - -Info 46 [00:01:37.000] ----------------------------------------------- -Info 46 [00:01:38.000] Open files: -Info 46 [00:01:39.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 46 [00:01:40.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 46 [00:01:41.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 46 [00:01:42.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 46 [00:01:43.000] After ensureProjectForOpenFiles: -Info 47 [00:01:44.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 47 [00:01:45.000] Files (3) - -Info 47 [00:01:46.000] ----------------------------------------------- -Info 47 [00:01:47.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 47 [00:01:48.000] Files (2) - -Info 47 [00:01:49.000] ----------------------------------------------- -Info 47 [00:01:50.000] Open files: -Info 47 [00:01:51.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 47 [00:01:52.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 47 [00:01:53.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 47 [00:01:54.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 47 [00:01:55.000] response: +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -284,7 +292,7 @@ After request Before request -Info 48 [00:01:56.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { @@ -298,7 +306,7 @@ Info 48 [00:01:56.000] request: "seq": 4, "type": "request" } -Info 49 [00:01:57.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -306,7 +314,7 @@ After request Before request -Info 50 [00:01:58.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -316,16 +324,16 @@ Info 50 [00:01:58.000] request: "seq": 5, "type": "request" } -Info 51 [00:01:59.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 52 [00:02:00.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 53 [00:02:01.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 54 [00:02:02.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" /user/username/projects/myproject/usage/usage.ts SVC-1-1 "import {\n fn1,\n fn2,\n} from '../decls/fns'\nfn1();\nfn2();\nexport function fn3() { }" -Info 55 [00:02:03.000] ----------------------------------------------- -Info 56 [00:02:04.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -340,7 +348,7 @@ After request Before request -Info 57 [00:02:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveEmitFile", "arguments": { @@ -350,7 +358,7 @@ Info 57 [00:02:05.000] request: "seq": 6, "type": "request" } -Info 58 [00:02:06.000] response: +Info seq [hh:mm:ss:mss] response: { "response": false, "responseRequired": true @@ -359,7 +367,7 @@ After request Before request -Info 59 [00:02:07.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "emit-output", "arguments": { @@ -369,7 +377,7 @@ Info 59 [00:02:07.000] request: "seq": 7, "type": "request" } -Info 60 [00:02:08.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "emitSkipped": true, diff --git a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-dependency-with-usage-project-and-local-change-to-dependency.js b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-dependency-with-usage-project-and-local-change-to-dependency.js index 68f87627d755b..37b8ea7be351b 100644 --- a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-dependency-with-usage-project-and-local-change-to-dependency.js +++ b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-dependency-with-usage-project-and-local-change-to-dependency.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:29.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/fns.ts] export function fn1() { } @@ -35,7 +35,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -44,11 +44,11 @@ Info 1 [00:00:30.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:31.000] Search path: /user/username/projects/myproject/usage -Info 3 [00:00:32.000] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json -Info 4 [00:00:33.000] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json -Info 5 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/usage +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/usage/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/usage/usage.ts" ], @@ -62,10 +62,10 @@ Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfi } ] } -Info 7 [00:00:36.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:38.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/fns.ts" ], @@ -75,20 +75,22 @@ Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 12 [00:00:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:00:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:46.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:00:47.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 19 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 20 [00:00:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 21 [00:00:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 22 [00:00:51.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:00:52.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 24 [00:00:53.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" /user/username/projects/myproject/usage/usage.ts SVC-1-0 "import {\n fn1,\n fn2,\n} from '../decls/fns'\nfn1();\nfn2();\n" @@ -101,15 +103,15 @@ Info 24 [00:00:53.000] Files (3) usage.ts Matched by default include pattern '**/*' -Info 25 [00:00:54.000] ----------------------------------------------- -Info 26 [00:00:55.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 26 [00:00:56.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 26 [00:00:57.000] ----------------------------------------------- -Info 26 [00:00:58.000] Open files: -Info 26 [00:00:59.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 26 [00:01:00.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 26 [00:01:01.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -122,6 +124,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/usage/tsconfig.json: *new* @@ -141,7 +145,7 @@ FsWatchesRecursive:: Before request -Info 27 [00:01:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -150,18 +154,20 @@ Info 27 [00:01:02.000] request: "seq": 2, "type": "request" } -Info 28 [00:01:03.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 29 [00:01:04.000] Search path: /user/username/projects/myproject/dependency -Info 30 [00:01:05.000] For info: /user/username/projects/myproject/dependency/fns.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 31 [00:01:06.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 32 [00:01:07.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 33 [00:01:08.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 34 [00:01:09.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 35 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 36 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 37 [00:01:12.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 38 [00:01:13.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 39 [00:01:14.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/fns.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" @@ -171,23 +177,23 @@ Info 39 [00:01:14.000] Files (2) fns.ts Matched by default include pattern '**/*' -Info 40 [00:01:15.000] ----------------------------------------------- -Info 41 [00:01:16.000] Search path: /user/username/projects/myproject/dependency -Info 42 [00:01:17.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 43 [00:01:18.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 43 [00:01:19.000] Files (3) - -Info 43 [00:01:20.000] ----------------------------------------------- -Info 43 [00:01:21.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 43 [00:01:22.000] Files (2) - -Info 43 [00:01:23.000] ----------------------------------------------- -Info 43 [00:01:24.000] Open files: -Info 43 [00:01:25.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 43 [00:01:26.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 43 [00:01:27.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 43 [00:01:28.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 43 [00:01:29.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -200,6 +206,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: *new* {"pollingInterval":500} @@ -223,7 +231,7 @@ FsWatchesRecursive:: Before request -Info 44 [00:01:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -232,35 +240,35 @@ Info 44 [00:01:30.000] request: "seq": 3, "type": "request" } -Info 45 [00:01:31.000] Before ensureProjectForOpenFiles: -Info 46 [00:01:32.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 46 [00:01:33.000] Files (3) - -Info 46 [00:01:34.000] ----------------------------------------------- -Info 46 [00:01:35.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 46 [00:01:36.000] Files (2) - -Info 46 [00:01:37.000] ----------------------------------------------- -Info 46 [00:01:38.000] Open files: -Info 46 [00:01:39.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 46 [00:01:40.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 46 [00:01:41.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 46 [00:01:42.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 46 [00:01:43.000] After ensureProjectForOpenFiles: -Info 47 [00:01:44.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 47 [00:01:45.000] Files (3) - -Info 47 [00:01:46.000] ----------------------------------------------- -Info 47 [00:01:47.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 47 [00:01:48.000] Files (2) - -Info 47 [00:01:49.000] ----------------------------------------------- -Info 47 [00:01:50.000] Open files: -Info 47 [00:01:51.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 47 [00:01:52.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 47 [00:01:53.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 47 [00:01:54.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 47 [00:01:55.000] response: +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -284,7 +292,7 @@ After request Before request -Info 48 [00:01:56.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { @@ -298,7 +306,7 @@ Info 48 [00:01:56.000] request: "seq": 4, "type": "request" } -Info 49 [00:01:57.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -306,7 +314,7 @@ After request Before request -Info 50 [00:01:58.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -316,16 +324,16 @@ Info 50 [00:01:58.000] request: "seq": 5, "type": "request" } -Info 51 [00:01:59.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 52 [00:02:00.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 53 [00:02:01.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 54 [00:02:02.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts SVC-2-1 "export function fn1() { }\nexport function fn2() { }\nfunction fn3() { }" /user/username/projects/myproject/usage/usage.ts SVC-1-0 "import {\n fn1,\n fn2,\n} from '../decls/fns'\nfn1();\nfn2();\n" -Info 55 [00:02:03.000] ----------------------------------------------- -Info 56 [00:02:04.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -340,7 +348,7 @@ After request Before request -Info 57 [00:02:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveEmitFile", "arguments": { @@ -350,7 +358,7 @@ Info 57 [00:02:05.000] request: "seq": 6, "type": "request" } -Info 58 [00:02:06.000] response: +Info seq [hh:mm:ss:mss] response: { "response": false, "responseRequired": true @@ -359,7 +367,7 @@ After request Before request -Info 59 [00:02:07.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "emit-output", "arguments": { @@ -369,7 +377,7 @@ Info 59 [00:02:07.000] request: "seq": 7, "type": "request" } -Info 60 [00:02:08.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "emitSkipped": true, diff --git a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-dependency-with-usage-project-and-local-change-to-usage.js b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-dependency-with-usage-project-and-local-change-to-usage.js index 28c8ff4bb88e7..c6423c4731e92 100644 --- a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-dependency-with-usage-project-and-local-change-to-usage.js +++ b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-dependency-with-usage-project-and-local-change-to-usage.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:29.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/fns.ts] export function fn1() { } @@ -35,7 +35,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -44,11 +44,11 @@ Info 1 [00:00:30.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:31.000] Search path: /user/username/projects/myproject/usage -Info 3 [00:00:32.000] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json -Info 4 [00:00:33.000] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json -Info 5 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/usage +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/usage/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/usage/usage.ts" ], @@ -62,10 +62,10 @@ Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfi } ] } -Info 7 [00:00:36.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:38.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/fns.ts" ], @@ -75,20 +75,22 @@ Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 12 [00:00:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:00:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:46.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:00:47.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 19 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 20 [00:00:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 21 [00:00:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 22 [00:00:51.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:00:52.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 24 [00:00:53.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" /user/username/projects/myproject/usage/usage.ts SVC-1-0 "import {\n fn1,\n fn2,\n} from '../decls/fns'\nfn1();\nfn2();\n" @@ -101,15 +103,15 @@ Info 24 [00:00:53.000] Files (3) usage.ts Matched by default include pattern '**/*' -Info 25 [00:00:54.000] ----------------------------------------------- -Info 26 [00:00:55.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 26 [00:00:56.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 26 [00:00:57.000] ----------------------------------------------- -Info 26 [00:00:58.000] Open files: -Info 26 [00:00:59.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 26 [00:01:00.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 26 [00:01:01.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -122,6 +124,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/usage/tsconfig.json: *new* @@ -141,7 +145,7 @@ FsWatchesRecursive:: Before request -Info 27 [00:01:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -150,18 +154,20 @@ Info 27 [00:01:02.000] request: "seq": 2, "type": "request" } -Info 28 [00:01:03.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 29 [00:01:04.000] Search path: /user/username/projects/myproject/dependency -Info 30 [00:01:05.000] For info: /user/username/projects/myproject/dependency/fns.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 31 [00:01:06.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 32 [00:01:07.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 33 [00:01:08.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 34 [00:01:09.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 35 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 36 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 37 [00:01:12.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 38 [00:01:13.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 39 [00:01:14.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/fns.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" @@ -171,23 +177,23 @@ Info 39 [00:01:14.000] Files (2) fns.ts Matched by default include pattern '**/*' -Info 40 [00:01:15.000] ----------------------------------------------- -Info 41 [00:01:16.000] Search path: /user/username/projects/myproject/dependency -Info 42 [00:01:17.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 43 [00:01:18.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 43 [00:01:19.000] Files (3) - -Info 43 [00:01:20.000] ----------------------------------------------- -Info 43 [00:01:21.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 43 [00:01:22.000] Files (2) - -Info 43 [00:01:23.000] ----------------------------------------------- -Info 43 [00:01:24.000] Open files: -Info 43 [00:01:25.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 43 [00:01:26.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 43 [00:01:27.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 43 [00:01:28.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 43 [00:01:29.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -200,6 +206,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: *new* {"pollingInterval":500} @@ -223,7 +231,7 @@ FsWatchesRecursive:: Before request -Info 44 [00:01:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -232,35 +240,35 @@ Info 44 [00:01:30.000] request: "seq": 3, "type": "request" } -Info 45 [00:01:31.000] Before ensureProjectForOpenFiles: -Info 46 [00:01:32.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 46 [00:01:33.000] Files (3) - -Info 46 [00:01:34.000] ----------------------------------------------- -Info 46 [00:01:35.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 46 [00:01:36.000] Files (2) - -Info 46 [00:01:37.000] ----------------------------------------------- -Info 46 [00:01:38.000] Open files: -Info 46 [00:01:39.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 46 [00:01:40.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 46 [00:01:41.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 46 [00:01:42.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 46 [00:01:43.000] After ensureProjectForOpenFiles: -Info 47 [00:01:44.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 47 [00:01:45.000] Files (3) - -Info 47 [00:01:46.000] ----------------------------------------------- -Info 47 [00:01:47.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 47 [00:01:48.000] Files (2) - -Info 47 [00:01:49.000] ----------------------------------------------- -Info 47 [00:01:50.000] Open files: -Info 47 [00:01:51.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 47 [00:01:52.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 47 [00:01:53.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 47 [00:01:54.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 47 [00:01:55.000] response: +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -284,7 +292,7 @@ After request Before request -Info 48 [00:01:56.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { @@ -298,7 +306,7 @@ Info 48 [00:01:56.000] request: "seq": 4, "type": "request" } -Info 49 [00:01:57.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -306,7 +314,7 @@ After request Before request -Info 50 [00:01:58.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -316,16 +324,16 @@ Info 50 [00:01:58.000] request: "seq": 5, "type": "request" } -Info 51 [00:01:59.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 52 [00:02:00.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 53 [00:02:01.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 54 [00:02:02.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" /user/username/projects/myproject/usage/usage.ts SVC-1-1 "import {\n fn1,\n fn2,\n} from '../decls/fns'\nfn1();\nfn2();\nfunction fn3() { }" -Info 55 [00:02:03.000] ----------------------------------------------- -Info 56 [00:02:04.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -340,7 +348,7 @@ After request Before request -Info 57 [00:02:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveEmitFile", "arguments": { @@ -350,7 +358,7 @@ Info 57 [00:02:05.000] request: "seq": 6, "type": "request" } -Info 58 [00:02:06.000] response: +Info seq [hh:mm:ss:mss] response: { "response": false, "responseRequired": true @@ -359,7 +367,7 @@ After request Before request -Info 59 [00:02:07.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "emit-output", "arguments": { @@ -369,7 +377,7 @@ Info 59 [00:02:07.000] request: "seq": 7, "type": "request" } -Info 60 [00:02:08.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "emitSkipped": true, diff --git a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-dependency-with-usage-project.js b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-dependency-with-usage-project.js index fc63f96405e6d..56b32c5dbdecb 100644 --- a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-dependency-with-usage-project.js +++ b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-dependency-with-usage-project.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:29.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/fns.ts] export function fn1() { } @@ -35,7 +35,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -44,11 +44,11 @@ Info 1 [00:00:30.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:31.000] Search path: /user/username/projects/myproject/usage -Info 3 [00:00:32.000] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json -Info 4 [00:00:33.000] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json -Info 5 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/usage +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/usage/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/usage/usage.ts" ], @@ -62,10 +62,10 @@ Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfi } ] } -Info 7 [00:00:36.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:38.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/fns.ts" ], @@ -75,20 +75,22 @@ Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 12 [00:00:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:00:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:46.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:00:47.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 19 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 20 [00:00:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 21 [00:00:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 22 [00:00:51.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:00:52.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 24 [00:00:53.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" /user/username/projects/myproject/usage/usage.ts SVC-1-0 "import {\n fn1,\n fn2,\n} from '../decls/fns'\nfn1();\nfn2();\n" @@ -101,15 +103,15 @@ Info 24 [00:00:53.000] Files (3) usage.ts Matched by default include pattern '**/*' -Info 25 [00:00:54.000] ----------------------------------------------- -Info 26 [00:00:55.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 26 [00:00:56.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 26 [00:00:57.000] ----------------------------------------------- -Info 26 [00:00:58.000] Open files: -Info 26 [00:00:59.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 26 [00:01:00.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 26 [00:01:01.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -122,6 +124,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/usage/tsconfig.json: *new* @@ -141,7 +145,7 @@ FsWatchesRecursive:: Before request -Info 27 [00:01:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -150,18 +154,20 @@ Info 27 [00:01:02.000] request: "seq": 2, "type": "request" } -Info 28 [00:01:03.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 29 [00:01:04.000] Search path: /user/username/projects/myproject/dependency -Info 30 [00:01:05.000] For info: /user/username/projects/myproject/dependency/fns.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 31 [00:01:06.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 32 [00:01:07.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 33 [00:01:08.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 34 [00:01:09.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 35 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 36 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 37 [00:01:12.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 38 [00:01:13.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 39 [00:01:14.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/fns.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" @@ -171,23 +177,23 @@ Info 39 [00:01:14.000] Files (2) fns.ts Matched by default include pattern '**/*' -Info 40 [00:01:15.000] ----------------------------------------------- -Info 41 [00:01:16.000] Search path: /user/username/projects/myproject/dependency -Info 42 [00:01:17.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 43 [00:01:18.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 43 [00:01:19.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 43 [00:01:20.000] ----------------------------------------------- -Info 43 [00:01:21.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 43 [00:01:22.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 43 [00:01:23.000] ----------------------------------------------- -Info 43 [00:01:24.000] Open files: -Info 43 [00:01:25.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 43 [00:01:26.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 43 [00:01:27.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 43 [00:01:28.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 43 [00:01:29.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -200,6 +206,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: *new* {"pollingInterval":500} @@ -223,7 +231,7 @@ FsWatchesRecursive:: Before request -Info 44 [00:01:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -233,7 +241,7 @@ Info 44 [00:01:30.000] request: "seq": 3, "type": "request" } -Info 45 [00:01:31.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -250,7 +258,7 @@ After request Before request -Info 46 [00:01:32.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveEmitFile", "arguments": { @@ -260,7 +268,7 @@ Info 46 [00:01:32.000] request: "seq": 4, "type": "request" } -Info 47 [00:01:33.000] response: +Info seq [hh:mm:ss:mss] response: { "response": false, "responseRequired": true @@ -269,7 +277,7 @@ After request Before request -Info 48 [00:01:34.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "emit-output", "arguments": { @@ -279,7 +287,7 @@ Info 48 [00:01:34.000] request: "seq": 5, "type": "request" } -Info 49 [00:01:35.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "emitSkipped": true, diff --git a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-dependency.js b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-dependency.js index 6b21cd5565a4c..e618775c65845 100644 --- a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-dependency.js +++ b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-dependency.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:29.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/fns.ts] export function fn1() { } @@ -35,7 +35,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -44,11 +44,11 @@ Info 1 [00:00:30.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:31.000] Search path: /user/username/projects/myproject/usage -Info 3 [00:00:32.000] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json -Info 4 [00:00:33.000] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json -Info 5 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/usage +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/usage/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/usage/usage.ts" ], @@ -62,10 +62,10 @@ Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfi } ] } -Info 7 [00:00:36.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:38.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/fns.ts" ], @@ -75,20 +75,22 @@ Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 12 [00:00:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:00:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:46.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:00:47.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 19 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 20 [00:00:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 21 [00:00:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 22 [00:00:51.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:00:52.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 24 [00:00:53.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" /user/username/projects/myproject/usage/usage.ts SVC-1-0 "import {\n fn1,\n fn2,\n} from '../decls/fns'\nfn1();\nfn2();\n" @@ -101,15 +103,15 @@ Info 24 [00:00:53.000] Files (3) usage.ts Matched by default include pattern '**/*' -Info 25 [00:00:54.000] ----------------------------------------------- -Info 26 [00:00:55.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 26 [00:00:56.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 26 [00:00:57.000] ----------------------------------------------- -Info 26 [00:00:58.000] Open files: -Info 26 [00:00:59.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 26 [00:01:00.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 26 [00:01:01.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -122,6 +124,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/usage/tsconfig.json: *new* @@ -141,7 +145,7 @@ FsWatchesRecursive:: Before request -Info 27 [00:01:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -150,18 +154,20 @@ Info 27 [00:01:02.000] request: "seq": 2, "type": "request" } -Info 28 [00:01:03.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 29 [00:01:04.000] Search path: /user/username/projects/myproject/dependency -Info 30 [00:01:05.000] For info: /user/username/projects/myproject/dependency/fns.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 31 [00:01:06.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 32 [00:01:07.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 33 [00:01:08.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 34 [00:01:09.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 35 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 36 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 37 [00:01:12.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 38 [00:01:13.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 39 [00:01:14.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/fns.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" @@ -171,23 +177,23 @@ Info 39 [00:01:14.000] Files (2) fns.ts Matched by default include pattern '**/*' -Info 40 [00:01:15.000] ----------------------------------------------- -Info 41 [00:01:16.000] Search path: /user/username/projects/myproject/dependency -Info 42 [00:01:17.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 43 [00:01:18.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 43 [00:01:19.000] Files (3) - -Info 43 [00:01:20.000] ----------------------------------------------- -Info 43 [00:01:21.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 43 [00:01:22.000] Files (2) - -Info 43 [00:01:23.000] ----------------------------------------------- -Info 43 [00:01:24.000] Open files: -Info 43 [00:01:25.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 43 [00:01:26.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 43 [00:01:27.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 43 [00:01:28.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 43 [00:01:29.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -200,6 +206,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: *new* {"pollingInterval":500} @@ -223,7 +231,7 @@ FsWatchesRecursive:: Before request -Info 44 [00:01:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -232,35 +240,35 @@ Info 44 [00:01:30.000] request: "seq": 3, "type": "request" } -Info 45 [00:01:31.000] Before ensureProjectForOpenFiles: -Info 46 [00:01:32.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 46 [00:01:33.000] Files (3) - -Info 46 [00:01:34.000] ----------------------------------------------- -Info 46 [00:01:35.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 46 [00:01:36.000] Files (2) - -Info 46 [00:01:37.000] ----------------------------------------------- -Info 46 [00:01:38.000] Open files: -Info 46 [00:01:39.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 46 [00:01:40.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 46 [00:01:41.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 46 [00:01:42.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 46 [00:01:43.000] After ensureProjectForOpenFiles: -Info 47 [00:01:44.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 47 [00:01:45.000] Files (3) - -Info 47 [00:01:46.000] ----------------------------------------------- -Info 47 [00:01:47.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 47 [00:01:48.000] Files (2) - -Info 47 [00:01:49.000] ----------------------------------------------- -Info 47 [00:01:50.000] Open files: -Info 47 [00:01:51.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 47 [00:01:52.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 47 [00:01:53.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 47 [00:01:54.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 47 [00:01:55.000] response: +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -284,7 +292,7 @@ After request Before request -Info 48 [00:01:56.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveEmitFile", "arguments": { @@ -293,19 +301,19 @@ Info 48 [00:01:56.000] request: "seq": 4, "type": "request" } -Info 49 [00:01:59.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/dependency/fns.js :: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 50 [00:02:00.000] Project: /user/username/projects/myproject/dependency/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/dependency/fns.js -Info 51 [00:02:01.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/dependency/fns.js :: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 52 [00:02:05.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 53 [00:02:06.000] Scheduled: /user/username/projects/myproject/usage/tsconfig.jsonFailedLookupInvalidation -Info 54 [00:02:07.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 55 [00:02:08.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 56 [00:02:09.000] Scheduled: /user/username/projects/myproject/usage/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 57 [00:02:10.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 58 [00:02:13.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 59 [00:02:14.000] Scheduled: /user/username/projects/myproject/usage/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one -Info 60 [00:02:15.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 61 [00:02:16.000] response: +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/dependency/fns.js :: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/dependency/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/dependency/fns.js +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/dependency/fns.js :: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/usage/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/usage/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/usage/tsconfig.jsonFailedLookupInvalidation, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -332,6 +340,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} @@ -357,7 +367,7 @@ FsWatchesRecursive:: Before request -Info 62 [00:02:17.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "emit-output", "arguments": { @@ -366,7 +376,7 @@ Info 62 [00:02:17.000] request: "seq": 5, "type": "request" } -Info 63 [00:02:18.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "outputFiles": [ diff --git a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-usage-and-change-to-dependency.js b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-usage-and-change-to-dependency.js index 0d3e8e2f1395f..a8dfff5524091 100644 --- a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-usage-and-change-to-dependency.js +++ b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-usage-and-change-to-dependency.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:29.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/fns.ts] export function fn1() { } @@ -35,7 +35,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -44,11 +44,11 @@ Info 1 [00:00:30.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:31.000] Search path: /user/username/projects/myproject/usage -Info 3 [00:00:32.000] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json -Info 4 [00:00:33.000] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json -Info 5 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/usage +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/usage/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/usage/usage.ts" ], @@ -62,10 +62,10 @@ Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfi } ] } -Info 7 [00:00:36.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:38.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/fns.ts" ], @@ -75,20 +75,22 @@ Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 12 [00:00:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:00:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:46.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:00:47.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 19 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 20 [00:00:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 21 [00:00:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 22 [00:00:51.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:00:52.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 24 [00:00:53.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" /user/username/projects/myproject/usage/usage.ts SVC-1-0 "import {\n fn1,\n fn2,\n} from '../decls/fns'\nfn1();\nfn2();\n" @@ -101,15 +103,15 @@ Info 24 [00:00:53.000] Files (3) usage.ts Matched by default include pattern '**/*' -Info 25 [00:00:54.000] ----------------------------------------------- -Info 26 [00:00:55.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 26 [00:00:56.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 26 [00:00:57.000] ----------------------------------------------- -Info 26 [00:00:58.000] Open files: -Info 26 [00:00:59.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 26 [00:01:00.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 26 [00:01:01.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -122,6 +124,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/usage/tsconfig.json: *new* @@ -141,7 +145,7 @@ FsWatchesRecursive:: Before request -Info 27 [00:01:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -150,18 +154,20 @@ Info 27 [00:01:02.000] request: "seq": 2, "type": "request" } -Info 28 [00:01:03.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 29 [00:01:04.000] Search path: /user/username/projects/myproject/dependency -Info 30 [00:01:05.000] For info: /user/username/projects/myproject/dependency/fns.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 31 [00:01:06.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 32 [00:01:07.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 33 [00:01:08.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 34 [00:01:09.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 35 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 36 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 37 [00:01:12.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 38 [00:01:13.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 39 [00:01:14.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/fns.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" @@ -171,23 +177,23 @@ Info 39 [00:01:14.000] Files (2) fns.ts Matched by default include pattern '**/*' -Info 40 [00:01:15.000] ----------------------------------------------- -Info 41 [00:01:16.000] Search path: /user/username/projects/myproject/dependency -Info 42 [00:01:17.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 43 [00:01:18.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 43 [00:01:19.000] Files (3) - -Info 43 [00:01:20.000] ----------------------------------------------- -Info 43 [00:01:21.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 43 [00:01:22.000] Files (2) - -Info 43 [00:01:23.000] ----------------------------------------------- -Info 43 [00:01:24.000] Open files: -Info 43 [00:01:25.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 43 [00:01:26.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 43 [00:01:27.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 43 [00:01:28.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 43 [00:01:29.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -200,6 +206,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: *new* {"pollingInterval":500} @@ -223,7 +231,7 @@ FsWatchesRecursive:: Before request -Info 44 [00:01:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -232,35 +240,35 @@ Info 44 [00:01:30.000] request: "seq": 3, "type": "request" } -Info 45 [00:01:31.000] Before ensureProjectForOpenFiles: -Info 46 [00:01:32.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 46 [00:01:33.000] Files (3) - -Info 46 [00:01:34.000] ----------------------------------------------- -Info 46 [00:01:35.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 46 [00:01:36.000] Files (2) - -Info 46 [00:01:37.000] ----------------------------------------------- -Info 46 [00:01:38.000] Open files: -Info 46 [00:01:39.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 46 [00:01:40.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 46 [00:01:41.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 46 [00:01:42.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 46 [00:01:43.000] After ensureProjectForOpenFiles: -Info 47 [00:01:44.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 47 [00:01:45.000] Files (3) - -Info 47 [00:01:46.000] ----------------------------------------------- -Info 47 [00:01:47.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 47 [00:01:48.000] Files (2) - -Info 47 [00:01:49.000] ----------------------------------------------- -Info 47 [00:01:50.000] Open files: -Info 47 [00:01:51.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 47 [00:01:52.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 47 [00:01:53.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 47 [00:01:54.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 47 [00:01:55.000] response: +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -284,7 +292,7 @@ After request Before request -Info 48 [00:01:56.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { @@ -298,7 +306,7 @@ Info 48 [00:01:56.000] request: "seq": 4, "type": "request" } -Info 49 [00:01:57.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -306,7 +314,7 @@ After request Before request -Info 50 [00:01:58.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -315,52 +323,52 @@ Info 50 [00:01:58.000] request: "seq": 5, "type": "request" } -Info 51 [00:01:59.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 52 [00:02:00.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 53 [00:02:01.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 54 [00:02:02.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts SVC-2-1 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }" /user/username/projects/myproject/usage/usage.ts SVC-1-0 "import {\n fn1,\n fn2,\n} from '../decls/fns'\nfn1();\nfn2();\n" -Info 55 [00:02:03.000] ----------------------------------------------- -Info 56 [00:02:04.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 57 [00:02:05.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 58 [00:02:06.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 59 [00:02:07.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts SVC-2-1 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }" -Info 60 [00:02:08.000] ----------------------------------------------- -Info 61 [00:02:09.000] Before ensureProjectForOpenFiles: -Info 62 [00:02:10.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 62 [00:02:11.000] Files (3) - -Info 62 [00:02:12.000] ----------------------------------------------- -Info 62 [00:02:13.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 62 [00:02:14.000] Files (2) - -Info 62 [00:02:15.000] ----------------------------------------------- -Info 62 [00:02:16.000] Open files: -Info 62 [00:02:17.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 62 [00:02:18.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 62 [00:02:19.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 62 [00:02:20.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 62 [00:02:21.000] After ensureProjectForOpenFiles: -Info 63 [00:02:22.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 63 [00:02:23.000] Files (3) - -Info 63 [00:02:24.000] ----------------------------------------------- -Info 63 [00:02:25.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 63 [00:02:26.000] Files (2) - -Info 63 [00:02:27.000] ----------------------------------------------- -Info 63 [00:02:28.000] Open files: -Info 63 [00:02:29.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 63 [00:02:30.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 63 [00:02:31.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 63 [00:02:32.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 63 [00:02:33.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -377,7 +385,7 @@ After request Before request -Info 64 [00:02:34.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveEmitFile", "arguments": { @@ -386,10 +394,10 @@ Info 64 [00:02:34.000] request: "seq": 6, "type": "request" } -Info 65 [00:02:37.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/usage/usage.js :: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 66 [00:02:38.000] Project: /user/username/projects/myproject/usage/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/usage/usage.js -Info 67 [00:02:39.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/usage/usage.js :: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 68 [00:02:40.000] response: +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/usage/usage.js :: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/usage/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/usage/usage.js +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/usage/usage.js :: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -406,7 +414,7 @@ var fns_1 = require("../decls/fns"); Before request -Info 69 [00:02:41.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "emit-output", "arguments": { @@ -415,7 +423,7 @@ Info 69 [00:02:41.000] request: "seq": 7, "type": "request" } -Info 70 [00:02:42.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "outputFiles": [ diff --git a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-usage-and-change-to-usage.js b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-usage-and-change-to-usage.js index b9f216d890bbf..8809ef62f072b 100644 --- a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-usage-and-change-to-usage.js +++ b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-usage-and-change-to-usage.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:29.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/fns.ts] export function fn1() { } @@ -35,7 +35,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -44,11 +44,11 @@ Info 1 [00:00:30.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:31.000] Search path: /user/username/projects/myproject/usage -Info 3 [00:00:32.000] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json -Info 4 [00:00:33.000] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json -Info 5 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/usage +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/usage/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/usage/usage.ts" ], @@ -62,10 +62,10 @@ Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfi } ] } -Info 7 [00:00:36.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:38.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/fns.ts" ], @@ -75,20 +75,22 @@ Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 12 [00:00:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:00:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:46.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:00:47.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 19 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 20 [00:00:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 21 [00:00:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 22 [00:00:51.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:00:52.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 24 [00:00:53.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" /user/username/projects/myproject/usage/usage.ts SVC-1-0 "import {\n fn1,\n fn2,\n} from '../decls/fns'\nfn1();\nfn2();\n" @@ -101,15 +103,15 @@ Info 24 [00:00:53.000] Files (3) usage.ts Matched by default include pattern '**/*' -Info 25 [00:00:54.000] ----------------------------------------------- -Info 26 [00:00:55.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 26 [00:00:56.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 26 [00:00:57.000] ----------------------------------------------- -Info 26 [00:00:58.000] Open files: -Info 26 [00:00:59.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 26 [00:01:00.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 26 [00:01:01.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -122,6 +124,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/usage/tsconfig.json: *new* @@ -141,7 +145,7 @@ FsWatchesRecursive:: Before request -Info 27 [00:01:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -150,18 +154,20 @@ Info 27 [00:01:02.000] request: "seq": 2, "type": "request" } -Info 28 [00:01:03.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 29 [00:01:04.000] Search path: /user/username/projects/myproject/dependency -Info 30 [00:01:05.000] For info: /user/username/projects/myproject/dependency/fns.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 31 [00:01:06.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 32 [00:01:07.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 33 [00:01:08.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 34 [00:01:09.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 35 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 36 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 37 [00:01:12.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 38 [00:01:13.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 39 [00:01:14.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/fns.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" @@ -171,23 +177,23 @@ Info 39 [00:01:14.000] Files (2) fns.ts Matched by default include pattern '**/*' -Info 40 [00:01:15.000] ----------------------------------------------- -Info 41 [00:01:16.000] Search path: /user/username/projects/myproject/dependency -Info 42 [00:01:17.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 43 [00:01:18.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 43 [00:01:19.000] Files (3) - -Info 43 [00:01:20.000] ----------------------------------------------- -Info 43 [00:01:21.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 43 [00:01:22.000] Files (2) - -Info 43 [00:01:23.000] ----------------------------------------------- -Info 43 [00:01:24.000] Open files: -Info 43 [00:01:25.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 43 [00:01:26.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 43 [00:01:27.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 43 [00:01:28.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 43 [00:01:29.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -200,6 +206,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: *new* {"pollingInterval":500} @@ -223,7 +231,7 @@ FsWatchesRecursive:: Before request -Info 44 [00:01:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -232,35 +240,35 @@ Info 44 [00:01:30.000] request: "seq": 3, "type": "request" } -Info 45 [00:01:31.000] Before ensureProjectForOpenFiles: -Info 46 [00:01:32.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 46 [00:01:33.000] Files (3) - -Info 46 [00:01:34.000] ----------------------------------------------- -Info 46 [00:01:35.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 46 [00:01:36.000] Files (2) - -Info 46 [00:01:37.000] ----------------------------------------------- -Info 46 [00:01:38.000] Open files: -Info 46 [00:01:39.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 46 [00:01:40.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 46 [00:01:41.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 46 [00:01:42.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 46 [00:01:43.000] After ensureProjectForOpenFiles: -Info 47 [00:01:44.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 47 [00:01:45.000] Files (3) - -Info 47 [00:01:46.000] ----------------------------------------------- -Info 47 [00:01:47.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 47 [00:01:48.000] Files (2) - -Info 47 [00:01:49.000] ----------------------------------------------- -Info 47 [00:01:50.000] Open files: -Info 47 [00:01:51.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 47 [00:01:52.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 47 [00:01:53.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 47 [00:01:54.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 47 [00:01:55.000] response: +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -284,7 +292,7 @@ After request Before request -Info 48 [00:01:56.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { @@ -298,7 +306,7 @@ Info 48 [00:01:56.000] request: "seq": 4, "type": "request" } -Info 49 [00:01:57.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -306,7 +314,7 @@ After request Before request -Info 50 [00:01:58.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -315,44 +323,44 @@ Info 50 [00:01:58.000] request: "seq": 5, "type": "request" } -Info 51 [00:01:59.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 52 [00:02:00.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 53 [00:02:01.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 54 [00:02:02.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" /user/username/projects/myproject/usage/usage.ts SVC-1-1 "import {\n fn1,\n fn2,\n} from '../decls/fns'\nfn1();\nfn2();\nexport function fn3() { }" -Info 55 [00:02:03.000] ----------------------------------------------- -Info 56 [00:02:04.000] Before ensureProjectForOpenFiles: -Info 57 [00:02:05.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 57 [00:02:06.000] Files (3) - -Info 57 [00:02:07.000] ----------------------------------------------- -Info 57 [00:02:08.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 57 [00:02:09.000] Files (2) - -Info 57 [00:02:10.000] ----------------------------------------------- -Info 57 [00:02:11.000] Open files: -Info 57 [00:02:12.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 57 [00:02:13.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 57 [00:02:14.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 57 [00:02:15.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 57 [00:02:16.000] After ensureProjectForOpenFiles: -Info 58 [00:02:17.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 58 [00:02:18.000] Files (3) - -Info 58 [00:02:19.000] ----------------------------------------------- -Info 58 [00:02:20.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 58 [00:02:21.000] Files (2) - -Info 58 [00:02:22.000] ----------------------------------------------- -Info 58 [00:02:23.000] Open files: -Info 58 [00:02:24.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 58 [00:02:25.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 58 [00:02:26.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 58 [00:02:27.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 58 [00:02:28.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -369,7 +377,7 @@ After request Before request -Info 59 [00:02:29.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveEmitFile", "arguments": { @@ -378,10 +386,10 @@ Info 59 [00:02:29.000] request: "seq": 6, "type": "request" } -Info 60 [00:02:32.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/usage/usage.js :: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 61 [00:02:33.000] Project: /user/username/projects/myproject/usage/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/usage/usage.js -Info 62 [00:02:34.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/usage/usage.js :: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 63 [00:02:35.000] response: +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/usage/usage.js :: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/usage/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/usage/usage.js +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/usage/usage.js :: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -401,7 +409,7 @@ exports.fn3 = fn3; Before request -Info 64 [00:02:36.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "emit-output", "arguments": { @@ -410,7 +418,7 @@ Info 64 [00:02:36.000] request: "seq": 7, "type": "request" } -Info 65 [00:02:37.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "outputFiles": [ diff --git a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-usage-and-local-change-to-dependency-with-file.js b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-usage-and-local-change-to-dependency-with-file.js index 56ff43115fdf7..6725cd658755d 100644 --- a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-usage-and-local-change-to-dependency-with-file.js +++ b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-usage-and-local-change-to-dependency-with-file.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:29.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/fns.ts] export function fn1() { } @@ -35,7 +35,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -44,11 +44,11 @@ Info 1 [00:00:30.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:31.000] Search path: /user/username/projects/myproject/usage -Info 3 [00:00:32.000] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json -Info 4 [00:00:33.000] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json -Info 5 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/usage +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/usage/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/usage/usage.ts" ], @@ -62,10 +62,10 @@ Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfi } ] } -Info 7 [00:00:36.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:38.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/fns.ts" ], @@ -75,20 +75,22 @@ Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 12 [00:00:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:00:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:46.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:00:47.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 19 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 20 [00:00:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 21 [00:00:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 22 [00:00:51.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:00:52.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 24 [00:00:53.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" /user/username/projects/myproject/usage/usage.ts SVC-1-0 "import {\n fn1,\n fn2,\n} from '../decls/fns'\nfn1();\nfn2();\n" @@ -101,15 +103,15 @@ Info 24 [00:00:53.000] Files (3) usage.ts Matched by default include pattern '**/*' -Info 25 [00:00:54.000] ----------------------------------------------- -Info 26 [00:00:55.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 26 [00:00:56.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 26 [00:00:57.000] ----------------------------------------------- -Info 26 [00:00:58.000] Open files: -Info 26 [00:00:59.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 26 [00:01:00.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 26 [00:01:01.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -122,6 +124,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/usage/tsconfig.json: *new* @@ -141,7 +145,7 @@ FsWatchesRecursive:: Before request -Info 27 [00:01:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -150,18 +154,20 @@ Info 27 [00:01:02.000] request: "seq": 2, "type": "request" } -Info 28 [00:01:03.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 29 [00:01:04.000] Search path: /user/username/projects/myproject/dependency -Info 30 [00:01:05.000] For info: /user/username/projects/myproject/dependency/fns.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 31 [00:01:06.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 32 [00:01:07.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 33 [00:01:08.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 34 [00:01:09.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 35 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 36 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 37 [00:01:12.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 38 [00:01:13.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 39 [00:01:14.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/fns.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" @@ -171,23 +177,23 @@ Info 39 [00:01:14.000] Files (2) fns.ts Matched by default include pattern '**/*' -Info 40 [00:01:15.000] ----------------------------------------------- -Info 41 [00:01:16.000] Search path: /user/username/projects/myproject/dependency -Info 42 [00:01:17.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 43 [00:01:18.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 43 [00:01:19.000] Files (3) - -Info 43 [00:01:20.000] ----------------------------------------------- -Info 43 [00:01:21.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 43 [00:01:22.000] Files (2) - -Info 43 [00:01:23.000] ----------------------------------------------- -Info 43 [00:01:24.000] Open files: -Info 43 [00:01:25.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 43 [00:01:26.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 43 [00:01:27.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 43 [00:01:28.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 43 [00:01:29.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -200,6 +206,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: *new* {"pollingInterval":500} @@ -223,7 +231,7 @@ FsWatchesRecursive:: Before request -Info 44 [00:01:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -232,35 +240,35 @@ Info 44 [00:01:30.000] request: "seq": 3, "type": "request" } -Info 45 [00:01:31.000] Before ensureProjectForOpenFiles: -Info 46 [00:01:32.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 46 [00:01:33.000] Files (3) - -Info 46 [00:01:34.000] ----------------------------------------------- -Info 46 [00:01:35.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 46 [00:01:36.000] Files (2) - -Info 46 [00:01:37.000] ----------------------------------------------- -Info 46 [00:01:38.000] Open files: -Info 46 [00:01:39.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 46 [00:01:40.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 46 [00:01:41.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 46 [00:01:42.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 46 [00:01:43.000] After ensureProjectForOpenFiles: -Info 47 [00:01:44.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 47 [00:01:45.000] Files (3) - -Info 47 [00:01:46.000] ----------------------------------------------- -Info 47 [00:01:47.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 47 [00:01:48.000] Files (2) - -Info 47 [00:01:49.000] ----------------------------------------------- -Info 47 [00:01:50.000] Open files: -Info 47 [00:01:51.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 47 [00:01:52.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 47 [00:01:53.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 47 [00:01:54.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 47 [00:01:55.000] response: +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -284,7 +292,7 @@ After request Before request -Info 48 [00:01:56.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { @@ -298,7 +306,7 @@ Info 48 [00:01:56.000] request: "seq": 4, "type": "request" } -Info 49 [00:01:57.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -306,7 +314,7 @@ After request Before request -Info 50 [00:01:58.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -316,16 +324,16 @@ Info 50 [00:01:58.000] request: "seq": 5, "type": "request" } -Info 51 [00:01:59.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 52 [00:02:00.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 53 [00:02:01.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 54 [00:02:02.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts SVC-2-1 "export function fn1() { }\nexport function fn2() { }\nfunction fn3() { }" /user/username/projects/myproject/usage/usage.ts SVC-1-0 "import {\n fn1,\n fn2,\n} from '../decls/fns'\nfn1();\nfn2();\n" -Info 55 [00:02:03.000] ----------------------------------------------- -Info 56 [00:02:04.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -342,7 +350,7 @@ After request Before request -Info 57 [00:02:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveEmitFile", "arguments": { @@ -352,10 +360,10 @@ Info 57 [00:02:05.000] request: "seq": 6, "type": "request" } -Info 58 [00:02:08.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/usage/usage.js :: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 59 [00:02:09.000] Project: /user/username/projects/myproject/usage/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/usage/usage.js -Info 60 [00:02:10.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/usage/usage.js :: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 61 [00:02:11.000] response: +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/usage/usage.js :: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/usage/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/usage/usage.js +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/usage/usage.js :: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -372,7 +380,7 @@ var fns_1 = require("../decls/fns"); Before request -Info 62 [00:02:12.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "emit-output", "arguments": { @@ -382,7 +390,7 @@ Info 62 [00:02:12.000] request: "seq": 7, "type": "request" } -Info 63 [00:02:13.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "outputFiles": [ diff --git a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-usage-and-local-change-to-dependency.js b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-usage-and-local-change-to-dependency.js index c6d250cb1f695..2b955adb13381 100644 --- a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-usage-and-local-change-to-dependency.js +++ b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-usage-and-local-change-to-dependency.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:29.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/fns.ts] export function fn1() { } @@ -35,7 +35,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -44,11 +44,11 @@ Info 1 [00:00:30.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:31.000] Search path: /user/username/projects/myproject/usage -Info 3 [00:00:32.000] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json -Info 4 [00:00:33.000] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json -Info 5 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/usage +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/usage/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/usage/usage.ts" ], @@ -62,10 +62,10 @@ Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfi } ] } -Info 7 [00:00:36.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:38.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/fns.ts" ], @@ -75,20 +75,22 @@ Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 12 [00:00:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:00:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:46.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:00:47.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 19 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 20 [00:00:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 21 [00:00:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 22 [00:00:51.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:00:52.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 24 [00:00:53.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" /user/username/projects/myproject/usage/usage.ts SVC-1-0 "import {\n fn1,\n fn2,\n} from '../decls/fns'\nfn1();\nfn2();\n" @@ -101,15 +103,15 @@ Info 24 [00:00:53.000] Files (3) usage.ts Matched by default include pattern '**/*' -Info 25 [00:00:54.000] ----------------------------------------------- -Info 26 [00:00:55.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 26 [00:00:56.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 26 [00:00:57.000] ----------------------------------------------- -Info 26 [00:00:58.000] Open files: -Info 26 [00:00:59.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 26 [00:01:00.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 26 [00:01:01.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -122,6 +124,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/usage/tsconfig.json: *new* @@ -141,7 +145,7 @@ FsWatchesRecursive:: Before request -Info 27 [00:01:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -150,18 +154,20 @@ Info 27 [00:01:02.000] request: "seq": 2, "type": "request" } -Info 28 [00:01:03.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 29 [00:01:04.000] Search path: /user/username/projects/myproject/dependency -Info 30 [00:01:05.000] For info: /user/username/projects/myproject/dependency/fns.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 31 [00:01:06.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 32 [00:01:07.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 33 [00:01:08.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 34 [00:01:09.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 35 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 36 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 37 [00:01:12.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 38 [00:01:13.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 39 [00:01:14.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/fns.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" @@ -171,23 +177,23 @@ Info 39 [00:01:14.000] Files (2) fns.ts Matched by default include pattern '**/*' -Info 40 [00:01:15.000] ----------------------------------------------- -Info 41 [00:01:16.000] Search path: /user/username/projects/myproject/dependency -Info 42 [00:01:17.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 43 [00:01:18.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 43 [00:01:19.000] Files (3) - -Info 43 [00:01:20.000] ----------------------------------------------- -Info 43 [00:01:21.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 43 [00:01:22.000] Files (2) - -Info 43 [00:01:23.000] ----------------------------------------------- -Info 43 [00:01:24.000] Open files: -Info 43 [00:01:25.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 43 [00:01:26.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 43 [00:01:27.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 43 [00:01:28.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 43 [00:01:29.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -200,6 +206,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: *new* {"pollingInterval":500} @@ -223,7 +231,7 @@ FsWatchesRecursive:: Before request -Info 44 [00:01:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -232,35 +240,35 @@ Info 44 [00:01:30.000] request: "seq": 3, "type": "request" } -Info 45 [00:01:31.000] Before ensureProjectForOpenFiles: -Info 46 [00:01:32.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 46 [00:01:33.000] Files (3) - -Info 46 [00:01:34.000] ----------------------------------------------- -Info 46 [00:01:35.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 46 [00:01:36.000] Files (2) - -Info 46 [00:01:37.000] ----------------------------------------------- -Info 46 [00:01:38.000] Open files: -Info 46 [00:01:39.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 46 [00:01:40.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 46 [00:01:41.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 46 [00:01:42.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 46 [00:01:43.000] After ensureProjectForOpenFiles: -Info 47 [00:01:44.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 47 [00:01:45.000] Files (3) - -Info 47 [00:01:46.000] ----------------------------------------------- -Info 47 [00:01:47.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 47 [00:01:48.000] Files (2) - -Info 47 [00:01:49.000] ----------------------------------------------- -Info 47 [00:01:50.000] Open files: -Info 47 [00:01:51.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 47 [00:01:52.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 47 [00:01:53.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 47 [00:01:54.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 47 [00:01:55.000] response: +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -284,7 +292,7 @@ After request Before request -Info 48 [00:01:56.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { @@ -298,7 +306,7 @@ Info 48 [00:01:56.000] request: "seq": 4, "type": "request" } -Info 49 [00:01:57.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -306,7 +314,7 @@ After request Before request -Info 50 [00:01:58.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -315,52 +323,52 @@ Info 50 [00:01:58.000] request: "seq": 5, "type": "request" } -Info 51 [00:01:59.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 52 [00:02:00.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 53 [00:02:01.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 54 [00:02:02.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts SVC-2-1 "export function fn1() { }\nexport function fn2() { }\nfunction fn3() { }" /user/username/projects/myproject/usage/usage.ts SVC-1-0 "import {\n fn1,\n fn2,\n} from '../decls/fns'\nfn1();\nfn2();\n" -Info 55 [00:02:03.000] ----------------------------------------------- -Info 56 [00:02:04.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 57 [00:02:05.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 58 [00:02:06.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 59 [00:02:07.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts SVC-2-1 "export function fn1() { }\nexport function fn2() { }\nfunction fn3() { }" -Info 60 [00:02:08.000] ----------------------------------------------- -Info 61 [00:02:09.000] Before ensureProjectForOpenFiles: -Info 62 [00:02:10.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 62 [00:02:11.000] Files (3) - -Info 62 [00:02:12.000] ----------------------------------------------- -Info 62 [00:02:13.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 62 [00:02:14.000] Files (2) - -Info 62 [00:02:15.000] ----------------------------------------------- -Info 62 [00:02:16.000] Open files: -Info 62 [00:02:17.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 62 [00:02:18.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 62 [00:02:19.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 62 [00:02:20.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 62 [00:02:21.000] After ensureProjectForOpenFiles: -Info 63 [00:02:22.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 63 [00:02:23.000] Files (3) - -Info 63 [00:02:24.000] ----------------------------------------------- -Info 63 [00:02:25.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 63 [00:02:26.000] Files (2) - -Info 63 [00:02:27.000] ----------------------------------------------- -Info 63 [00:02:28.000] Open files: -Info 63 [00:02:29.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 63 [00:02:30.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 63 [00:02:31.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 63 [00:02:32.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 63 [00:02:33.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -377,7 +385,7 @@ After request Before request -Info 64 [00:02:34.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveEmitFile", "arguments": { @@ -386,10 +394,10 @@ Info 64 [00:02:34.000] request: "seq": 6, "type": "request" } -Info 65 [00:02:37.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/usage/usage.js :: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 66 [00:02:38.000] Project: /user/username/projects/myproject/usage/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/usage/usage.js -Info 67 [00:02:39.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/usage/usage.js :: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 68 [00:02:40.000] response: +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/usage/usage.js :: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/usage/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/usage/usage.js +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/usage/usage.js :: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -406,7 +414,7 @@ var fns_1 = require("../decls/fns"); Before request -Info 69 [00:02:41.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "emit-output", "arguments": { @@ -415,7 +423,7 @@ Info 69 [00:02:41.000] request: "seq": 7, "type": "request" } -Info 70 [00:02:42.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "outputFiles": [ diff --git a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-usage-and-local-change-to-usage-with-project.js b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-usage-and-local-change-to-usage-with-project.js index ac30022d08b38..b230e23addbb0 100644 --- a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-usage-and-local-change-to-usage-with-project.js +++ b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-usage-and-local-change-to-usage-with-project.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:29.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/fns.ts] export function fn1() { } @@ -35,7 +35,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -44,11 +44,11 @@ Info 1 [00:00:30.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:31.000] Search path: /user/username/projects/myproject/usage -Info 3 [00:00:32.000] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json -Info 4 [00:00:33.000] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json -Info 5 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/usage +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/usage/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/usage/usage.ts" ], @@ -62,10 +62,10 @@ Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfi } ] } -Info 7 [00:00:36.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:38.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/fns.ts" ], @@ -75,20 +75,22 @@ Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 12 [00:00:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:00:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:46.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:00:47.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 19 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 20 [00:00:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 21 [00:00:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 22 [00:00:51.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:00:52.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 24 [00:00:53.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" /user/username/projects/myproject/usage/usage.ts SVC-1-0 "import {\n fn1,\n fn2,\n} from '../decls/fns'\nfn1();\nfn2();\n" @@ -101,15 +103,15 @@ Info 24 [00:00:53.000] Files (3) usage.ts Matched by default include pattern '**/*' -Info 25 [00:00:54.000] ----------------------------------------------- -Info 26 [00:00:55.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 26 [00:00:56.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 26 [00:00:57.000] ----------------------------------------------- -Info 26 [00:00:58.000] Open files: -Info 26 [00:00:59.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 26 [00:01:00.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 26 [00:01:01.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -122,6 +124,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/usage/tsconfig.json: *new* @@ -141,7 +145,7 @@ FsWatchesRecursive:: Before request -Info 27 [00:01:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -150,18 +154,20 @@ Info 27 [00:01:02.000] request: "seq": 2, "type": "request" } -Info 28 [00:01:03.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 29 [00:01:04.000] Search path: /user/username/projects/myproject/dependency -Info 30 [00:01:05.000] For info: /user/username/projects/myproject/dependency/fns.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 31 [00:01:06.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 32 [00:01:07.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 33 [00:01:08.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 34 [00:01:09.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 35 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 36 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 37 [00:01:12.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 38 [00:01:13.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 39 [00:01:14.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/fns.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" @@ -171,23 +177,23 @@ Info 39 [00:01:14.000] Files (2) fns.ts Matched by default include pattern '**/*' -Info 40 [00:01:15.000] ----------------------------------------------- -Info 41 [00:01:16.000] Search path: /user/username/projects/myproject/dependency -Info 42 [00:01:17.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 43 [00:01:18.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 43 [00:01:19.000] Files (3) - -Info 43 [00:01:20.000] ----------------------------------------------- -Info 43 [00:01:21.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 43 [00:01:22.000] Files (2) - -Info 43 [00:01:23.000] ----------------------------------------------- -Info 43 [00:01:24.000] Open files: -Info 43 [00:01:25.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 43 [00:01:26.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 43 [00:01:27.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 43 [00:01:28.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 43 [00:01:29.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -200,6 +206,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: *new* {"pollingInterval":500} @@ -223,7 +231,7 @@ FsWatchesRecursive:: Before request -Info 44 [00:01:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -232,35 +240,35 @@ Info 44 [00:01:30.000] request: "seq": 3, "type": "request" } -Info 45 [00:01:31.000] Before ensureProjectForOpenFiles: -Info 46 [00:01:32.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 46 [00:01:33.000] Files (3) - -Info 46 [00:01:34.000] ----------------------------------------------- -Info 46 [00:01:35.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 46 [00:01:36.000] Files (2) - -Info 46 [00:01:37.000] ----------------------------------------------- -Info 46 [00:01:38.000] Open files: -Info 46 [00:01:39.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 46 [00:01:40.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 46 [00:01:41.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 46 [00:01:42.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 46 [00:01:43.000] After ensureProjectForOpenFiles: -Info 47 [00:01:44.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 47 [00:01:45.000] Files (3) - -Info 47 [00:01:46.000] ----------------------------------------------- -Info 47 [00:01:47.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 47 [00:01:48.000] Files (2) - -Info 47 [00:01:49.000] ----------------------------------------------- -Info 47 [00:01:50.000] Open files: -Info 47 [00:01:51.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 47 [00:01:52.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 47 [00:01:53.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 47 [00:01:54.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 47 [00:01:55.000] response: +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -284,7 +292,7 @@ After request Before request -Info 48 [00:01:56.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { @@ -298,7 +306,7 @@ Info 48 [00:01:56.000] request: "seq": 4, "type": "request" } -Info 49 [00:01:57.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -306,7 +314,7 @@ After request Before request -Info 50 [00:01:58.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -316,16 +324,16 @@ Info 50 [00:01:58.000] request: "seq": 5, "type": "request" } -Info 51 [00:01:59.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 52 [00:02:00.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 53 [00:02:01.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 54 [00:02:02.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" /user/username/projects/myproject/usage/usage.ts SVC-1-1 "import {\n fn1,\n fn2,\n} from '../decls/fns'\nfn1();\nfn2();\nfunction fn3() { }" -Info 55 [00:02:03.000] ----------------------------------------------- -Info 56 [00:02:04.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -342,7 +350,7 @@ After request Before request -Info 57 [00:02:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveEmitFile", "arguments": { @@ -352,10 +360,10 @@ Info 57 [00:02:05.000] request: "seq": 6, "type": "request" } -Info 58 [00:02:08.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/usage/usage.js :: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 59 [00:02:09.000] Project: /user/username/projects/myproject/usage/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/usage/usage.js -Info 60 [00:02:10.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/usage/usage.js :: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 61 [00:02:11.000] response: +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/usage/usage.js :: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/usage/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/usage/usage.js +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/usage/usage.js :: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -373,7 +381,7 @@ function fn3() { } Before request -Info 62 [00:02:12.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "emit-output", "arguments": { @@ -383,7 +391,7 @@ Info 62 [00:02:12.000] request: "seq": 7, "type": "request" } -Info 63 [00:02:13.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "outputFiles": [ diff --git a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-usage-and-local-change-to-usage.js b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-usage-and-local-change-to-usage.js index 595eff622370d..e67668d20bb2f 100644 --- a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-usage-and-local-change-to-usage.js +++ b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-usage-and-local-change-to-usage.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:29.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/fns.ts] export function fn1() { } @@ -35,7 +35,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -44,11 +44,11 @@ Info 1 [00:00:30.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:31.000] Search path: /user/username/projects/myproject/usage -Info 3 [00:00:32.000] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json -Info 4 [00:00:33.000] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json -Info 5 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/usage +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/usage/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/usage/usage.ts" ], @@ -62,10 +62,10 @@ Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfi } ] } -Info 7 [00:00:36.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:38.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/fns.ts" ], @@ -75,20 +75,22 @@ Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 12 [00:00:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:00:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:46.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:00:47.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 19 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 20 [00:00:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 21 [00:00:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 22 [00:00:51.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:00:52.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 24 [00:00:53.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" /user/username/projects/myproject/usage/usage.ts SVC-1-0 "import {\n fn1,\n fn2,\n} from '../decls/fns'\nfn1();\nfn2();\n" @@ -101,15 +103,15 @@ Info 24 [00:00:53.000] Files (3) usage.ts Matched by default include pattern '**/*' -Info 25 [00:00:54.000] ----------------------------------------------- -Info 26 [00:00:55.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 26 [00:00:56.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 26 [00:00:57.000] ----------------------------------------------- -Info 26 [00:00:58.000] Open files: -Info 26 [00:00:59.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 26 [00:01:00.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 26 [00:01:01.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -122,6 +124,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/usage/tsconfig.json: *new* @@ -141,7 +145,7 @@ FsWatchesRecursive:: Before request -Info 27 [00:01:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -150,18 +154,20 @@ Info 27 [00:01:02.000] request: "seq": 2, "type": "request" } -Info 28 [00:01:03.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 29 [00:01:04.000] Search path: /user/username/projects/myproject/dependency -Info 30 [00:01:05.000] For info: /user/username/projects/myproject/dependency/fns.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 31 [00:01:06.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 32 [00:01:07.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 33 [00:01:08.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 34 [00:01:09.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 35 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 36 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 37 [00:01:12.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 38 [00:01:13.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 39 [00:01:14.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/fns.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" @@ -171,23 +177,23 @@ Info 39 [00:01:14.000] Files (2) fns.ts Matched by default include pattern '**/*' -Info 40 [00:01:15.000] ----------------------------------------------- -Info 41 [00:01:16.000] Search path: /user/username/projects/myproject/dependency -Info 42 [00:01:17.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 43 [00:01:18.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 43 [00:01:19.000] Files (3) - -Info 43 [00:01:20.000] ----------------------------------------------- -Info 43 [00:01:21.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 43 [00:01:22.000] Files (2) - -Info 43 [00:01:23.000] ----------------------------------------------- -Info 43 [00:01:24.000] Open files: -Info 43 [00:01:25.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 43 [00:01:26.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 43 [00:01:27.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 43 [00:01:28.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 43 [00:01:29.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -200,6 +206,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: *new* {"pollingInterval":500} @@ -223,7 +231,7 @@ FsWatchesRecursive:: Before request -Info 44 [00:01:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -232,35 +240,35 @@ Info 44 [00:01:30.000] request: "seq": 3, "type": "request" } -Info 45 [00:01:31.000] Before ensureProjectForOpenFiles: -Info 46 [00:01:32.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 46 [00:01:33.000] Files (3) - -Info 46 [00:01:34.000] ----------------------------------------------- -Info 46 [00:01:35.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 46 [00:01:36.000] Files (2) - -Info 46 [00:01:37.000] ----------------------------------------------- -Info 46 [00:01:38.000] Open files: -Info 46 [00:01:39.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 46 [00:01:40.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 46 [00:01:41.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 46 [00:01:42.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 46 [00:01:43.000] After ensureProjectForOpenFiles: -Info 47 [00:01:44.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 47 [00:01:45.000] Files (3) - -Info 47 [00:01:46.000] ----------------------------------------------- -Info 47 [00:01:47.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 47 [00:01:48.000] Files (2) - -Info 47 [00:01:49.000] ----------------------------------------------- -Info 47 [00:01:50.000] Open files: -Info 47 [00:01:51.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 47 [00:01:52.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 47 [00:01:53.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 47 [00:01:54.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 47 [00:01:55.000] response: +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -284,7 +292,7 @@ After request Before request -Info 48 [00:01:56.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { @@ -298,7 +306,7 @@ Info 48 [00:01:56.000] request: "seq": 4, "type": "request" } -Info 49 [00:01:57.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -306,7 +314,7 @@ After request Before request -Info 50 [00:01:58.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -315,44 +323,44 @@ Info 50 [00:01:58.000] request: "seq": 5, "type": "request" } -Info 51 [00:01:59.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 52 [00:02:00.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 53 [00:02:01.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 54 [00:02:02.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" /user/username/projects/myproject/usage/usage.ts SVC-1-1 "import {\n fn1,\n fn2,\n} from '../decls/fns'\nfn1();\nfn2();\nfunction fn3() { }" -Info 55 [00:02:03.000] ----------------------------------------------- -Info 56 [00:02:04.000] Before ensureProjectForOpenFiles: -Info 57 [00:02:05.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 57 [00:02:06.000] Files (3) - -Info 57 [00:02:07.000] ----------------------------------------------- -Info 57 [00:02:08.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 57 [00:02:09.000] Files (2) - -Info 57 [00:02:10.000] ----------------------------------------------- -Info 57 [00:02:11.000] Open files: -Info 57 [00:02:12.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 57 [00:02:13.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 57 [00:02:14.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 57 [00:02:15.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 57 [00:02:16.000] After ensureProjectForOpenFiles: -Info 58 [00:02:17.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 58 [00:02:18.000] Files (3) - -Info 58 [00:02:19.000] ----------------------------------------------- -Info 58 [00:02:20.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 58 [00:02:21.000] Files (2) - -Info 58 [00:02:22.000] ----------------------------------------------- -Info 58 [00:02:23.000] Open files: -Info 58 [00:02:24.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 58 [00:02:25.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 58 [00:02:26.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 58 [00:02:27.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 58 [00:02:28.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -369,7 +377,7 @@ After request Before request -Info 59 [00:02:29.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveEmitFile", "arguments": { @@ -378,10 +386,10 @@ Info 59 [00:02:29.000] request: "seq": 6, "type": "request" } -Info 60 [00:02:32.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/usage/usage.js :: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 61 [00:02:33.000] Project: /user/username/projects/myproject/usage/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/usage/usage.js -Info 62 [00:02:34.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/usage/usage.js :: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 63 [00:02:35.000] response: +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/usage/usage.js :: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/usage/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/usage/usage.js +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/usage/usage.js :: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -399,7 +407,7 @@ function fn3() { } Before request -Info 64 [00:02:36.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "emit-output", "arguments": { @@ -408,7 +416,7 @@ Info 64 [00:02:36.000] request: "seq": 7, "type": "request" } -Info 65 [00:02:37.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "outputFiles": [ diff --git a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-usage-with-project-and-change-to-dependency.js b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-usage-with-project-and-change-to-dependency.js index bd3dbd235c6b7..5c2143326b1f2 100644 --- a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-usage-with-project-and-change-to-dependency.js +++ b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-usage-with-project-and-change-to-dependency.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:29.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/fns.ts] export function fn1() { } @@ -35,7 +35,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -44,11 +44,11 @@ Info 1 [00:00:30.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:31.000] Search path: /user/username/projects/myproject/usage -Info 3 [00:00:32.000] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json -Info 4 [00:00:33.000] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json -Info 5 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/usage +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/usage/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/usage/usage.ts" ], @@ -62,10 +62,10 @@ Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfi } ] } -Info 7 [00:00:36.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:38.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/fns.ts" ], @@ -75,20 +75,22 @@ Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 12 [00:00:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:00:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:46.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:00:47.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 19 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 20 [00:00:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 21 [00:00:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 22 [00:00:51.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:00:52.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 24 [00:00:53.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" /user/username/projects/myproject/usage/usage.ts SVC-1-0 "import {\n fn1,\n fn2,\n} from '../decls/fns'\nfn1();\nfn2();\n" @@ -101,15 +103,15 @@ Info 24 [00:00:53.000] Files (3) usage.ts Matched by default include pattern '**/*' -Info 25 [00:00:54.000] ----------------------------------------------- -Info 26 [00:00:55.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 26 [00:00:56.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 26 [00:00:57.000] ----------------------------------------------- -Info 26 [00:00:58.000] Open files: -Info 26 [00:00:59.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 26 [00:01:00.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 26 [00:01:01.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -122,6 +124,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/usage/tsconfig.json: *new* @@ -141,7 +145,7 @@ FsWatchesRecursive:: Before request -Info 27 [00:01:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -150,18 +154,20 @@ Info 27 [00:01:02.000] request: "seq": 2, "type": "request" } -Info 28 [00:01:03.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 29 [00:01:04.000] Search path: /user/username/projects/myproject/dependency -Info 30 [00:01:05.000] For info: /user/username/projects/myproject/dependency/fns.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 31 [00:01:06.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 32 [00:01:07.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 33 [00:01:08.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 34 [00:01:09.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 35 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 36 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 37 [00:01:12.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 38 [00:01:13.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 39 [00:01:14.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/fns.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" @@ -171,23 +177,23 @@ Info 39 [00:01:14.000] Files (2) fns.ts Matched by default include pattern '**/*' -Info 40 [00:01:15.000] ----------------------------------------------- -Info 41 [00:01:16.000] Search path: /user/username/projects/myproject/dependency -Info 42 [00:01:17.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 43 [00:01:18.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 43 [00:01:19.000] Files (3) - -Info 43 [00:01:20.000] ----------------------------------------------- -Info 43 [00:01:21.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 43 [00:01:22.000] Files (2) - -Info 43 [00:01:23.000] ----------------------------------------------- -Info 43 [00:01:24.000] Open files: -Info 43 [00:01:25.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 43 [00:01:26.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 43 [00:01:27.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 43 [00:01:28.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 43 [00:01:29.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -200,6 +206,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: *new* {"pollingInterval":500} @@ -223,7 +231,7 @@ FsWatchesRecursive:: Before request -Info 44 [00:01:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -232,35 +240,35 @@ Info 44 [00:01:30.000] request: "seq": 3, "type": "request" } -Info 45 [00:01:31.000] Before ensureProjectForOpenFiles: -Info 46 [00:01:32.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 46 [00:01:33.000] Files (3) - -Info 46 [00:01:34.000] ----------------------------------------------- -Info 46 [00:01:35.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 46 [00:01:36.000] Files (2) - -Info 46 [00:01:37.000] ----------------------------------------------- -Info 46 [00:01:38.000] Open files: -Info 46 [00:01:39.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 46 [00:01:40.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 46 [00:01:41.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 46 [00:01:42.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 46 [00:01:43.000] After ensureProjectForOpenFiles: -Info 47 [00:01:44.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 47 [00:01:45.000] Files (3) - -Info 47 [00:01:46.000] ----------------------------------------------- -Info 47 [00:01:47.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 47 [00:01:48.000] Files (2) - -Info 47 [00:01:49.000] ----------------------------------------------- -Info 47 [00:01:50.000] Open files: -Info 47 [00:01:51.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 47 [00:01:52.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 47 [00:01:53.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 47 [00:01:54.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 47 [00:01:55.000] response: +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -284,7 +292,7 @@ After request Before request -Info 48 [00:01:56.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { @@ -298,7 +306,7 @@ Info 48 [00:01:56.000] request: "seq": 4, "type": "request" } -Info 49 [00:01:57.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -306,7 +314,7 @@ After request Before request -Info 50 [00:01:58.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -316,16 +324,16 @@ Info 50 [00:01:58.000] request: "seq": 5, "type": "request" } -Info 51 [00:01:59.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 52 [00:02:00.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 53 [00:02:01.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 54 [00:02:02.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts SVC-2-1 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }" /user/username/projects/myproject/usage/usage.ts SVC-1-0 "import {\n fn1,\n fn2,\n} from '../decls/fns'\nfn1();\nfn2();\n" -Info 55 [00:02:03.000] ----------------------------------------------- -Info 56 [00:02:04.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -342,7 +350,7 @@ After request Before request -Info 57 [00:02:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveEmitFile", "arguments": { @@ -352,10 +360,10 @@ Info 57 [00:02:05.000] request: "seq": 6, "type": "request" } -Info 58 [00:02:08.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/usage/usage.js :: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 59 [00:02:09.000] Project: /user/username/projects/myproject/usage/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/usage/usage.js -Info 60 [00:02:10.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/usage/usage.js :: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 61 [00:02:11.000] response: +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/usage/usage.js :: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/usage/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/usage/usage.js +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/usage/usage.js :: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -372,7 +380,7 @@ var fns_1 = require("../decls/fns"); Before request -Info 62 [00:02:12.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "emit-output", "arguments": { @@ -382,7 +390,7 @@ Info 62 [00:02:12.000] request: "seq": 7, "type": "request" } -Info 63 [00:02:13.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "outputFiles": [ diff --git a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-usage-with-project-and-change-to-usage.js b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-usage-with-project-and-change-to-usage.js index e4dece28478d7..04f29d4fda6f8 100644 --- a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-usage-with-project-and-change-to-usage.js +++ b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-usage-with-project-and-change-to-usage.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:29.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/fns.ts] export function fn1() { } @@ -35,7 +35,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -44,11 +44,11 @@ Info 1 [00:00:30.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:31.000] Search path: /user/username/projects/myproject/usage -Info 3 [00:00:32.000] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json -Info 4 [00:00:33.000] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json -Info 5 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/usage +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/usage/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/usage/usage.ts" ], @@ -62,10 +62,10 @@ Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfi } ] } -Info 7 [00:00:36.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:38.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/fns.ts" ], @@ -75,20 +75,22 @@ Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 12 [00:00:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:00:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:46.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:00:47.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 19 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 20 [00:00:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 21 [00:00:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 22 [00:00:51.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:00:52.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 24 [00:00:53.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" /user/username/projects/myproject/usage/usage.ts SVC-1-0 "import {\n fn1,\n fn2,\n} from '../decls/fns'\nfn1();\nfn2();\n" @@ -101,15 +103,15 @@ Info 24 [00:00:53.000] Files (3) usage.ts Matched by default include pattern '**/*' -Info 25 [00:00:54.000] ----------------------------------------------- -Info 26 [00:00:55.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 26 [00:00:56.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 26 [00:00:57.000] ----------------------------------------------- -Info 26 [00:00:58.000] Open files: -Info 26 [00:00:59.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 26 [00:01:00.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 26 [00:01:01.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -122,6 +124,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/usage/tsconfig.json: *new* @@ -141,7 +145,7 @@ FsWatchesRecursive:: Before request -Info 27 [00:01:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -150,18 +154,20 @@ Info 27 [00:01:02.000] request: "seq": 2, "type": "request" } -Info 28 [00:01:03.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 29 [00:01:04.000] Search path: /user/username/projects/myproject/dependency -Info 30 [00:01:05.000] For info: /user/username/projects/myproject/dependency/fns.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 31 [00:01:06.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 32 [00:01:07.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 33 [00:01:08.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 34 [00:01:09.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 35 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 36 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 37 [00:01:12.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 38 [00:01:13.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 39 [00:01:14.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/fns.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" @@ -171,23 +177,23 @@ Info 39 [00:01:14.000] Files (2) fns.ts Matched by default include pattern '**/*' -Info 40 [00:01:15.000] ----------------------------------------------- -Info 41 [00:01:16.000] Search path: /user/username/projects/myproject/dependency -Info 42 [00:01:17.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 43 [00:01:18.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 43 [00:01:19.000] Files (3) - -Info 43 [00:01:20.000] ----------------------------------------------- -Info 43 [00:01:21.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 43 [00:01:22.000] Files (2) - -Info 43 [00:01:23.000] ----------------------------------------------- -Info 43 [00:01:24.000] Open files: -Info 43 [00:01:25.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 43 [00:01:26.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 43 [00:01:27.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 43 [00:01:28.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 43 [00:01:29.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -200,6 +206,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: *new* {"pollingInterval":500} @@ -223,7 +231,7 @@ FsWatchesRecursive:: Before request -Info 44 [00:01:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -232,35 +240,35 @@ Info 44 [00:01:30.000] request: "seq": 3, "type": "request" } -Info 45 [00:01:31.000] Before ensureProjectForOpenFiles: -Info 46 [00:01:32.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 46 [00:01:33.000] Files (3) - -Info 46 [00:01:34.000] ----------------------------------------------- -Info 46 [00:01:35.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 46 [00:01:36.000] Files (2) - -Info 46 [00:01:37.000] ----------------------------------------------- -Info 46 [00:01:38.000] Open files: -Info 46 [00:01:39.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 46 [00:01:40.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 46 [00:01:41.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 46 [00:01:42.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 46 [00:01:43.000] After ensureProjectForOpenFiles: -Info 47 [00:01:44.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 47 [00:01:45.000] Files (3) - -Info 47 [00:01:46.000] ----------------------------------------------- -Info 47 [00:01:47.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 47 [00:01:48.000] Files (2) - -Info 47 [00:01:49.000] ----------------------------------------------- -Info 47 [00:01:50.000] Open files: -Info 47 [00:01:51.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 47 [00:01:52.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 47 [00:01:53.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 47 [00:01:54.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 47 [00:01:55.000] response: +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -284,7 +292,7 @@ After request Before request -Info 48 [00:01:56.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { @@ -298,7 +306,7 @@ Info 48 [00:01:56.000] request: "seq": 4, "type": "request" } -Info 49 [00:01:57.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -306,7 +314,7 @@ After request Before request -Info 50 [00:01:58.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -316,16 +324,16 @@ Info 50 [00:01:58.000] request: "seq": 5, "type": "request" } -Info 51 [00:01:59.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 52 [00:02:00.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 53 [00:02:01.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 54 [00:02:02.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" /user/username/projects/myproject/usage/usage.ts SVC-1-1 "import {\n fn1,\n fn2,\n} from '../decls/fns'\nfn1();\nfn2();\nexport function fn3() { }" -Info 55 [00:02:03.000] ----------------------------------------------- -Info 56 [00:02:04.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -342,7 +350,7 @@ After request Before request -Info 57 [00:02:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveEmitFile", "arguments": { @@ -352,10 +360,10 @@ Info 57 [00:02:05.000] request: "seq": 6, "type": "request" } -Info 58 [00:02:08.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/usage/usage.js :: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 59 [00:02:09.000] Project: /user/username/projects/myproject/usage/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/usage/usage.js -Info 60 [00:02:10.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/usage/usage.js :: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 61 [00:02:11.000] response: +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/usage/usage.js :: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/usage/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/usage/usage.js +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/usage/usage.js :: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -375,7 +383,7 @@ exports.fn3 = fn3; Before request -Info 62 [00:02:12.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "emit-output", "arguments": { @@ -385,7 +393,7 @@ Info 62 [00:02:12.000] request: "seq": 7, "type": "request" } -Info 63 [00:02:13.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "outputFiles": [ diff --git a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-usage-with-project.js b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-usage-with-project.js index d2b44abe8ef8f..70e44f6f8e22b 100644 --- a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-usage-with-project.js +++ b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-usage-with-project.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:29.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/fns.ts] export function fn1() { } @@ -35,7 +35,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -44,11 +44,11 @@ Info 1 [00:00:30.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:31.000] Search path: /user/username/projects/myproject/usage -Info 3 [00:00:32.000] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json -Info 4 [00:00:33.000] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json -Info 5 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/usage +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/usage/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/usage/usage.ts" ], @@ -62,10 +62,10 @@ Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfi } ] } -Info 7 [00:00:36.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:38.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/fns.ts" ], @@ -75,20 +75,22 @@ Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 12 [00:00:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:00:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:46.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:00:47.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 19 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 20 [00:00:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 21 [00:00:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 22 [00:00:51.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:00:52.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 24 [00:00:53.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" /user/username/projects/myproject/usage/usage.ts SVC-1-0 "import {\n fn1,\n fn2,\n} from '../decls/fns'\nfn1();\nfn2();\n" @@ -101,15 +103,15 @@ Info 24 [00:00:53.000] Files (3) usage.ts Matched by default include pattern '**/*' -Info 25 [00:00:54.000] ----------------------------------------------- -Info 26 [00:00:55.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 26 [00:00:56.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 26 [00:00:57.000] ----------------------------------------------- -Info 26 [00:00:58.000] Open files: -Info 26 [00:00:59.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 26 [00:01:00.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 26 [00:01:01.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -122,6 +124,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/usage/tsconfig.json: *new* @@ -141,7 +145,7 @@ FsWatchesRecursive:: Before request -Info 27 [00:01:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -150,18 +154,20 @@ Info 27 [00:01:02.000] request: "seq": 2, "type": "request" } -Info 28 [00:01:03.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 29 [00:01:04.000] Search path: /user/username/projects/myproject/dependency -Info 30 [00:01:05.000] For info: /user/username/projects/myproject/dependency/fns.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 31 [00:01:06.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 32 [00:01:07.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 33 [00:01:08.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 34 [00:01:09.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 35 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 36 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 37 [00:01:12.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 38 [00:01:13.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 39 [00:01:14.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/fns.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" @@ -171,23 +177,23 @@ Info 39 [00:01:14.000] Files (2) fns.ts Matched by default include pattern '**/*' -Info 40 [00:01:15.000] ----------------------------------------------- -Info 41 [00:01:16.000] Search path: /user/username/projects/myproject/dependency -Info 42 [00:01:17.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 43 [00:01:18.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 43 [00:01:19.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 43 [00:01:20.000] ----------------------------------------------- -Info 43 [00:01:21.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 43 [00:01:22.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 43 [00:01:23.000] ----------------------------------------------- -Info 43 [00:01:24.000] Open files: -Info 43 [00:01:25.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 43 [00:01:26.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 43 [00:01:27.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 43 [00:01:28.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 43 [00:01:29.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -200,6 +206,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: *new* {"pollingInterval":500} @@ -223,7 +231,7 @@ FsWatchesRecursive:: Before request -Info 44 [00:01:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -233,7 +241,7 @@ Info 44 [00:01:30.000] request: "seq": 3, "type": "request" } -Info 45 [00:01:31.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -250,7 +258,7 @@ After request Before request -Info 46 [00:01:32.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveEmitFile", "arguments": { @@ -260,10 +268,10 @@ Info 46 [00:01:32.000] request: "seq": 4, "type": "request" } -Info 47 [00:01:35.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/usage/usage.js :: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 48 [00:01:36.000] Project: /user/username/projects/myproject/usage/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/usage/usage.js -Info 49 [00:01:37.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/usage/usage.js :: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 50 [00:01:38.000] response: +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/usage/usage.js :: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/usage/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/usage/usage.js +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/usage/usage.js :: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -280,7 +288,7 @@ var fns_1 = require("../decls/fns"); Before request -Info 51 [00:01:39.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "emit-output", "arguments": { @@ -290,7 +298,7 @@ Info 51 [00:01:39.000] request: "seq": 5, "type": "request" } -Info 52 [00:01:40.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "outputFiles": [ diff --git a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-usage.js b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-usage.js index 2af8df88fdb5b..1a613da9ab4c9 100644 --- a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-usage.js +++ b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/save-on-usage.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:29.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/fns.ts] export function fn1() { } @@ -35,7 +35,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -44,11 +44,11 @@ Info 1 [00:00:30.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:31.000] Search path: /user/username/projects/myproject/usage -Info 3 [00:00:32.000] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json -Info 4 [00:00:33.000] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json -Info 5 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/usage +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/usage/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/usage/usage.ts" ], @@ -62,10 +62,10 @@ Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfi } ] } -Info 7 [00:00:36.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:38.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/fns.ts" ], @@ -75,20 +75,22 @@ Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 12 [00:00:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:00:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:46.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:00:47.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 19 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 20 [00:00:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 21 [00:00:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 22 [00:00:51.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:00:52.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 24 [00:00:53.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" /user/username/projects/myproject/usage/usage.ts SVC-1-0 "import {\n fn1,\n fn2,\n} from '../decls/fns'\nfn1();\nfn2();\n" @@ -101,15 +103,15 @@ Info 24 [00:00:53.000] Files (3) usage.ts Matched by default include pattern '**/*' -Info 25 [00:00:54.000] ----------------------------------------------- -Info 26 [00:00:55.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 26 [00:00:56.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 26 [00:00:57.000] ----------------------------------------------- -Info 26 [00:00:58.000] Open files: -Info 26 [00:00:59.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 26 [00:01:00.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 26 [00:01:01.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -122,6 +124,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/usage/tsconfig.json: *new* @@ -141,7 +145,7 @@ FsWatchesRecursive:: Before request -Info 27 [00:01:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -150,18 +154,20 @@ Info 27 [00:01:02.000] request: "seq": 2, "type": "request" } -Info 28 [00:01:03.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 29 [00:01:04.000] Search path: /user/username/projects/myproject/dependency -Info 30 [00:01:05.000] For info: /user/username/projects/myproject/dependency/fns.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 31 [00:01:06.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 32 [00:01:07.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 33 [00:01:08.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 34 [00:01:09.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 35 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 36 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 37 [00:01:12.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 38 [00:01:13.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 39 [00:01:14.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/fns.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" @@ -171,23 +177,23 @@ Info 39 [00:01:14.000] Files (2) fns.ts Matched by default include pattern '**/*' -Info 40 [00:01:15.000] ----------------------------------------------- -Info 41 [00:01:16.000] Search path: /user/username/projects/myproject/dependency -Info 42 [00:01:17.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 43 [00:01:18.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 43 [00:01:19.000] Files (3) - -Info 43 [00:01:20.000] ----------------------------------------------- -Info 43 [00:01:21.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 43 [00:01:22.000] Files (2) - -Info 43 [00:01:23.000] ----------------------------------------------- -Info 43 [00:01:24.000] Open files: -Info 43 [00:01:25.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 43 [00:01:26.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 43 [00:01:27.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 43 [00:01:28.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 43 [00:01:29.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -200,6 +206,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: *new* {"pollingInterval":500} @@ -223,7 +231,7 @@ FsWatchesRecursive:: Before request -Info 44 [00:01:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -232,35 +240,35 @@ Info 44 [00:01:30.000] request: "seq": 3, "type": "request" } -Info 45 [00:01:31.000] Before ensureProjectForOpenFiles: -Info 46 [00:01:32.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 46 [00:01:33.000] Files (3) - -Info 46 [00:01:34.000] ----------------------------------------------- -Info 46 [00:01:35.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 46 [00:01:36.000] Files (2) - -Info 46 [00:01:37.000] ----------------------------------------------- -Info 46 [00:01:38.000] Open files: -Info 46 [00:01:39.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 46 [00:01:40.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 46 [00:01:41.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 46 [00:01:42.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 46 [00:01:43.000] After ensureProjectForOpenFiles: -Info 47 [00:01:44.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 47 [00:01:45.000] Files (3) - -Info 47 [00:01:46.000] ----------------------------------------------- -Info 47 [00:01:47.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 47 [00:01:48.000] Files (2) - -Info 47 [00:01:49.000] ----------------------------------------------- -Info 47 [00:01:50.000] Open files: -Info 47 [00:01:51.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 47 [00:01:52.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 47 [00:01:53.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 47 [00:01:54.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 47 [00:01:55.000] response: +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -277,7 +285,7 @@ After request Before request -Info 48 [00:01:56.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveEmitFile", "arguments": { @@ -286,10 +294,10 @@ Info 48 [00:01:56.000] request: "seq": 4, "type": "request" } -Info 49 [00:01:59.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/usage/usage.js :: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 50 [00:02:00.000] Project: /user/username/projects/myproject/usage/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/usage/usage.js -Info 51 [00:02:01.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/usage/usage.js :: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 52 [00:02:02.000] response: +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/usage/usage.js :: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/usage/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/usage/usage.js +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/usage/usage.js :: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -306,7 +314,7 @@ var fns_1 = require("../decls/fns"); Before request -Info 53 [00:02:03.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "emit-output", "arguments": { @@ -315,7 +323,7 @@ Info 53 [00:02:03.000] request: "seq": 5, "type": "request" } -Info 54 [00:02:04.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "outputFiles": [ diff --git a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/when-dependency-project-is-not-open-and-save-on-dependency-and-change-to-dependency.js b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/when-dependency-project-is-not-open-and-save-on-dependency-and-change-to-dependency.js index e3559af71db9d..046b4c8d5fe5c 100644 --- a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/when-dependency-project-is-not-open-and-save-on-dependency-and-change-to-dependency.js +++ b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/when-dependency-project-is-not-open-and-save-on-dependency-and-change-to-dependency.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:29.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/fns.ts] export function fn1() { } @@ -35,7 +35,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -44,11 +44,11 @@ Info 1 [00:00:30.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:31.000] Search path: /user/username/projects/myproject/usage -Info 3 [00:00:32.000] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json -Info 4 [00:00:33.000] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json -Info 5 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/usage +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/usage/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/usage/usage.ts" ], @@ -62,10 +62,10 @@ Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfi } ] } -Info 7 [00:00:36.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:38.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/fns.ts" ], @@ -75,20 +75,22 @@ Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 12 [00:00:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:00:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:46.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:00:47.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 19 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 20 [00:00:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 21 [00:00:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 22 [00:00:51.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:00:52.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 24 [00:00:53.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" /user/username/projects/myproject/usage/usage.ts SVC-1-0 "import {\n fn1,\n fn2,\n} from '../decls/fns'\nfn1();\nfn2();\n" @@ -101,15 +103,15 @@ Info 24 [00:00:53.000] Files (3) usage.ts Matched by default include pattern '**/*' -Info 25 [00:00:54.000] ----------------------------------------------- -Info 26 [00:00:55.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 26 [00:00:56.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 26 [00:00:57.000] ----------------------------------------------- -Info 26 [00:00:58.000] Open files: -Info 26 [00:00:59.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 26 [00:01:00.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 26 [00:01:01.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -122,6 +124,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/usage/tsconfig.json: *new* @@ -141,7 +145,7 @@ FsWatchesRecursive:: Before request -Info 27 [00:01:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -150,23 +154,23 @@ Info 27 [00:01:02.000] request: "seq": 2, "type": "request" } -Info 28 [00:01:03.000] Before ensureProjectForOpenFiles: -Info 29 [00:01:04.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 29 [00:01:05.000] Files (3) +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 29 [00:01:06.000] ----------------------------------------------- -Info 29 [00:01:07.000] Open files: -Info 29 [00:01:08.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 29 [00:01:09.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 29 [00:01:10.000] After ensureProjectForOpenFiles: -Info 30 [00:01:11.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 30 [00:01:12.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 30 [00:01:13.000] ----------------------------------------------- -Info 30 [00:01:14.000] Open files: -Info 30 [00:01:15.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 30 [00:01:16.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 30 [00:01:17.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -181,10 +185,10 @@ Info 30 [00:01:17.000] response: } After request -Info 31 [00:01:21.000] FileWatcher:: Triggered with /user/username/projects/myproject/dependency/fns.ts 1:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 32 [00:01:22.000] Scheduled: /user/username/projects/myproject/usage/tsconfig.json -Info 33 [00:01:23.000] Scheduled: *ensureProjectForOpenFiles* -Info 34 [00:01:24.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/dependency/fns.ts 1:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/dependency/fns.ts 1:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/dependency/fns.ts 1:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info Before request //// [/user/username/projects/myproject/dependency/fns.ts] export function fn1() { } @@ -192,7 +196,7 @@ export function fn2() { } export function fn3() { } -Info 35 [00:01:25.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -201,32 +205,32 @@ Info 35 [00:01:25.000] request: "seq": 3, "type": "request" } -Info 36 [00:01:26.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 37 [00:01:27.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 38 [00:01:28.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 39 [00:01:29.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-2 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }" /user/username/projects/myproject/usage/usage.ts SVC-1-0 "import {\n fn1,\n fn2,\n} from '../decls/fns'\nfn1();\nfn2();\n" -Info 40 [00:01:30.000] ----------------------------------------------- -Info 41 [00:01:31.000] Before ensureProjectForOpenFiles: -Info 42 [00:01:32.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 42 [00:01:33.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 42 [00:01:34.000] ----------------------------------------------- -Info 42 [00:01:35.000] Open files: -Info 42 [00:01:36.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 42 [00:01:37.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 42 [00:01:38.000] After ensureProjectForOpenFiles: -Info 43 [00:01:39.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 43 [00:01:40.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 43 [00:01:41.000] ----------------------------------------------- -Info 43 [00:01:42.000] Open files: -Info 43 [00:01:43.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 43 [00:01:44.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 43 [00:01:45.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -243,7 +247,7 @@ After request Before request -Info 44 [00:01:46.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveEmitFile", "arguments": { @@ -252,7 +256,7 @@ Info 44 [00:01:46.000] request: "seq": 4, "type": "request" } -Info 45 [00:01:47.000] response: +Info seq [hh:mm:ss:mss] response: { "response": false, "responseRequired": true @@ -261,7 +265,7 @@ After request Before request -Info 46 [00:01:48.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "emit-output", "arguments": { @@ -270,7 +274,7 @@ Info 46 [00:01:48.000] request: "seq": 5, "type": "request" } -Info 47 [00:01:49.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "emitSkipped": true, diff --git a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/when-dependency-project-is-not-open-and-save-on-dependency-and-change-to-usage.js b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/when-dependency-project-is-not-open-and-save-on-dependency-and-change-to-usage.js index e1d7de00984ea..6a8544586fe23 100644 --- a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/when-dependency-project-is-not-open-and-save-on-dependency-and-change-to-usage.js +++ b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/when-dependency-project-is-not-open-and-save-on-dependency-and-change-to-usage.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:29.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/fns.ts] export function fn1() { } @@ -35,7 +35,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -44,11 +44,11 @@ Info 1 [00:00:30.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:31.000] Search path: /user/username/projects/myproject/usage -Info 3 [00:00:32.000] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json -Info 4 [00:00:33.000] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json -Info 5 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/usage +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/usage/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/usage/usage.ts" ], @@ -62,10 +62,10 @@ Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfi } ] } -Info 7 [00:00:36.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:38.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/fns.ts" ], @@ -75,20 +75,22 @@ Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 12 [00:00:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:00:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:46.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:00:47.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 19 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 20 [00:00:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 21 [00:00:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 22 [00:00:51.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:00:52.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 24 [00:00:53.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" /user/username/projects/myproject/usage/usage.ts SVC-1-0 "import {\n fn1,\n fn2,\n} from '../decls/fns'\nfn1();\nfn2();\n" @@ -101,15 +103,15 @@ Info 24 [00:00:53.000] Files (3) usage.ts Matched by default include pattern '**/*' -Info 25 [00:00:54.000] ----------------------------------------------- -Info 26 [00:00:55.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 26 [00:00:56.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 26 [00:00:57.000] ----------------------------------------------- -Info 26 [00:00:58.000] Open files: -Info 26 [00:00:59.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 26 [00:01:00.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 26 [00:01:01.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -122,6 +124,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/usage/tsconfig.json: *new* @@ -141,7 +145,7 @@ FsWatchesRecursive:: Before request -Info 27 [00:01:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -150,23 +154,23 @@ Info 27 [00:01:02.000] request: "seq": 2, "type": "request" } -Info 28 [00:01:03.000] Before ensureProjectForOpenFiles: -Info 29 [00:01:04.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 29 [00:01:05.000] Files (3) +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 29 [00:01:06.000] ----------------------------------------------- -Info 29 [00:01:07.000] Open files: -Info 29 [00:01:08.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 29 [00:01:09.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 29 [00:01:10.000] After ensureProjectForOpenFiles: -Info 30 [00:01:11.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 30 [00:01:12.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 30 [00:01:13.000] ----------------------------------------------- -Info 30 [00:01:14.000] Open files: -Info 30 [00:01:15.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 30 [00:01:16.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 30 [00:01:17.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -183,7 +187,7 @@ After request Before request -Info 31 [00:01:18.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { @@ -197,7 +201,7 @@ Info 31 [00:01:18.000] request: "seq": 3, "type": "request" } -Info 32 [00:01:19.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -205,7 +209,7 @@ After request Before request -Info 33 [00:01:20.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -214,32 +218,32 @@ Info 33 [00:01:20.000] request: "seq": 4, "type": "request" } -Info 34 [00:01:21.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 35 [00:01:22.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 36 [00:01:23.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 37 [00:01:24.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" /user/username/projects/myproject/usage/usage.ts SVC-1-1 "import {\n fn1,\n fn2,\n} from '../decls/fns'\nfn1();\nfn2();\nexport function fn3() { }" -Info 38 [00:01:25.000] ----------------------------------------------- -Info 39 [00:01:26.000] Before ensureProjectForOpenFiles: -Info 40 [00:01:27.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 40 [00:01:28.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 40 [00:01:29.000] ----------------------------------------------- -Info 40 [00:01:30.000] Open files: -Info 40 [00:01:31.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 40 [00:01:32.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 40 [00:01:33.000] After ensureProjectForOpenFiles: -Info 41 [00:01:34.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 41 [00:01:35.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 41 [00:01:36.000] ----------------------------------------------- -Info 41 [00:01:37.000] Open files: -Info 41 [00:01:38.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 41 [00:01:39.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 41 [00:01:40.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -254,7 +258,7 @@ After request Before request -Info 42 [00:01:41.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveEmitFile", "arguments": { @@ -263,7 +267,7 @@ Info 42 [00:01:41.000] request: "seq": 5, "type": "request" } -Info 43 [00:01:42.000] response: +Info seq [hh:mm:ss:mss] response: { "response": false, "responseRequired": true @@ -272,7 +276,7 @@ After request Before request -Info 44 [00:01:43.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "emit-output", "arguments": { @@ -281,7 +285,7 @@ Info 44 [00:01:43.000] request: "seq": 6, "type": "request" } -Info 45 [00:01:44.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "emitSkipped": true, diff --git a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/when-dependency-project-is-not-open-and-save-on-dependency-and-local-change-to-dependency.js b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/when-dependency-project-is-not-open-and-save-on-dependency-and-local-change-to-dependency.js index 11d50548ef330..b94556f5ebf08 100644 --- a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/when-dependency-project-is-not-open-and-save-on-dependency-and-local-change-to-dependency.js +++ b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/when-dependency-project-is-not-open-and-save-on-dependency-and-local-change-to-dependency.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:29.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/fns.ts] export function fn1() { } @@ -35,7 +35,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -44,11 +44,11 @@ Info 1 [00:00:30.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:31.000] Search path: /user/username/projects/myproject/usage -Info 3 [00:00:32.000] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json -Info 4 [00:00:33.000] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json -Info 5 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/usage +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/usage/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/usage/usage.ts" ], @@ -62,10 +62,10 @@ Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfi } ] } -Info 7 [00:00:36.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:38.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/fns.ts" ], @@ -75,20 +75,22 @@ Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 12 [00:00:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:00:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:46.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:00:47.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 19 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 20 [00:00:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 21 [00:00:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 22 [00:00:51.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:00:52.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 24 [00:00:53.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" /user/username/projects/myproject/usage/usage.ts SVC-1-0 "import {\n fn1,\n fn2,\n} from '../decls/fns'\nfn1();\nfn2();\n" @@ -101,15 +103,15 @@ Info 24 [00:00:53.000] Files (3) usage.ts Matched by default include pattern '**/*' -Info 25 [00:00:54.000] ----------------------------------------------- -Info 26 [00:00:55.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 26 [00:00:56.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 26 [00:00:57.000] ----------------------------------------------- -Info 26 [00:00:58.000] Open files: -Info 26 [00:00:59.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 26 [00:01:00.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 26 [00:01:01.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -122,6 +124,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/usage/tsconfig.json: *new* @@ -141,7 +145,7 @@ FsWatchesRecursive:: Before request -Info 27 [00:01:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -150,23 +154,23 @@ Info 27 [00:01:02.000] request: "seq": 2, "type": "request" } -Info 28 [00:01:03.000] Before ensureProjectForOpenFiles: -Info 29 [00:01:04.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 29 [00:01:05.000] Files (3) +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 29 [00:01:06.000] ----------------------------------------------- -Info 29 [00:01:07.000] Open files: -Info 29 [00:01:08.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 29 [00:01:09.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 29 [00:01:10.000] After ensureProjectForOpenFiles: -Info 30 [00:01:11.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 30 [00:01:12.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 30 [00:01:13.000] ----------------------------------------------- -Info 30 [00:01:14.000] Open files: -Info 30 [00:01:15.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 30 [00:01:16.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 30 [00:01:17.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -181,10 +185,10 @@ Info 30 [00:01:17.000] response: } After request -Info 31 [00:01:21.000] FileWatcher:: Triggered with /user/username/projects/myproject/dependency/fns.ts 1:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 32 [00:01:22.000] Scheduled: /user/username/projects/myproject/usage/tsconfig.json -Info 33 [00:01:23.000] Scheduled: *ensureProjectForOpenFiles* -Info 34 [00:01:24.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/dependency/fns.ts 1:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/dependency/fns.ts 1:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/dependency/fns.ts 1:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info Before request //// [/user/username/projects/myproject/dependency/fns.ts] export function fn1() { } @@ -192,7 +196,7 @@ export function fn2() { } function fn3() { } -Info 35 [00:01:25.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -201,32 +205,32 @@ Info 35 [00:01:25.000] request: "seq": 3, "type": "request" } -Info 36 [00:01:26.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 37 [00:01:27.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 38 [00:01:28.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 39 [00:01:29.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-2 "export function fn1() { }\nexport function fn2() { }\nfunction fn3() { }" /user/username/projects/myproject/usage/usage.ts SVC-1-0 "import {\n fn1,\n fn2,\n} from '../decls/fns'\nfn1();\nfn2();\n" -Info 40 [00:01:30.000] ----------------------------------------------- -Info 41 [00:01:31.000] Before ensureProjectForOpenFiles: -Info 42 [00:01:32.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 42 [00:01:33.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 42 [00:01:34.000] ----------------------------------------------- -Info 42 [00:01:35.000] Open files: -Info 42 [00:01:36.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 42 [00:01:37.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 42 [00:01:38.000] After ensureProjectForOpenFiles: -Info 43 [00:01:39.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 43 [00:01:40.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 43 [00:01:41.000] ----------------------------------------------- -Info 43 [00:01:42.000] Open files: -Info 43 [00:01:43.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 43 [00:01:44.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 43 [00:01:45.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -241,7 +245,7 @@ After request Before request -Info 44 [00:01:46.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveEmitFile", "arguments": { @@ -250,7 +254,7 @@ Info 44 [00:01:46.000] request: "seq": 4, "type": "request" } -Info 45 [00:01:47.000] response: +Info seq [hh:mm:ss:mss] response: { "response": false, "responseRequired": true @@ -259,7 +263,7 @@ After request Before request -Info 46 [00:01:48.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "emit-output", "arguments": { @@ -268,7 +272,7 @@ Info 46 [00:01:48.000] request: "seq": 5, "type": "request" } -Info 47 [00:01:49.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "emitSkipped": true, diff --git a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/when-dependency-project-is-not-open-and-save-on-dependency-and-local-change-to-usage.js b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/when-dependency-project-is-not-open-and-save-on-dependency-and-local-change-to-usage.js index f48a8e6d9e62d..61df24c37aaf8 100644 --- a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/when-dependency-project-is-not-open-and-save-on-dependency-and-local-change-to-usage.js +++ b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/when-dependency-project-is-not-open-and-save-on-dependency-and-local-change-to-usage.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:29.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/fns.ts] export function fn1() { } @@ -35,7 +35,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -44,11 +44,11 @@ Info 1 [00:00:30.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:31.000] Search path: /user/username/projects/myproject/usage -Info 3 [00:00:32.000] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json -Info 4 [00:00:33.000] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json -Info 5 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/usage +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/usage/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/usage/usage.ts" ], @@ -62,10 +62,10 @@ Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfi } ] } -Info 7 [00:00:36.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:38.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/fns.ts" ], @@ -75,20 +75,22 @@ Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 12 [00:00:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:00:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:46.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:00:47.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 19 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 20 [00:00:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 21 [00:00:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 22 [00:00:51.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:00:52.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 24 [00:00:53.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" /user/username/projects/myproject/usage/usage.ts SVC-1-0 "import {\n fn1,\n fn2,\n} from '../decls/fns'\nfn1();\nfn2();\n" @@ -101,15 +103,15 @@ Info 24 [00:00:53.000] Files (3) usage.ts Matched by default include pattern '**/*' -Info 25 [00:00:54.000] ----------------------------------------------- -Info 26 [00:00:55.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 26 [00:00:56.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 26 [00:00:57.000] ----------------------------------------------- -Info 26 [00:00:58.000] Open files: -Info 26 [00:00:59.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 26 [00:01:00.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 26 [00:01:01.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -122,6 +124,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/usage/tsconfig.json: *new* @@ -141,7 +145,7 @@ FsWatchesRecursive:: Before request -Info 27 [00:01:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -150,23 +154,23 @@ Info 27 [00:01:02.000] request: "seq": 2, "type": "request" } -Info 28 [00:01:03.000] Before ensureProjectForOpenFiles: -Info 29 [00:01:04.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 29 [00:01:05.000] Files (3) +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 29 [00:01:06.000] ----------------------------------------------- -Info 29 [00:01:07.000] Open files: -Info 29 [00:01:08.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 29 [00:01:09.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 29 [00:01:10.000] After ensureProjectForOpenFiles: -Info 30 [00:01:11.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 30 [00:01:12.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 30 [00:01:13.000] ----------------------------------------------- -Info 30 [00:01:14.000] Open files: -Info 30 [00:01:15.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 30 [00:01:16.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 30 [00:01:17.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -183,7 +187,7 @@ After request Before request -Info 31 [00:01:18.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { @@ -197,7 +201,7 @@ Info 31 [00:01:18.000] request: "seq": 3, "type": "request" } -Info 32 [00:01:19.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -205,7 +209,7 @@ After request Before request -Info 33 [00:01:20.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -214,32 +218,32 @@ Info 33 [00:01:20.000] request: "seq": 4, "type": "request" } -Info 34 [00:01:21.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 35 [00:01:22.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 36 [00:01:23.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 37 [00:01:24.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" /user/username/projects/myproject/usage/usage.ts SVC-1-1 "import {\n fn1,\n fn2,\n} from '../decls/fns'\nfn1();\nfn2();\nfunction fn3() { }" -Info 38 [00:01:25.000] ----------------------------------------------- -Info 39 [00:01:26.000] Before ensureProjectForOpenFiles: -Info 40 [00:01:27.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 40 [00:01:28.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 40 [00:01:29.000] ----------------------------------------------- -Info 40 [00:01:30.000] Open files: -Info 40 [00:01:31.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 40 [00:01:32.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 40 [00:01:33.000] After ensureProjectForOpenFiles: -Info 41 [00:01:34.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 41 [00:01:35.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 41 [00:01:36.000] ----------------------------------------------- -Info 41 [00:01:37.000] Open files: -Info 41 [00:01:38.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 41 [00:01:39.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 41 [00:01:40.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -254,7 +258,7 @@ After request Before request -Info 42 [00:01:41.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveEmitFile", "arguments": { @@ -263,7 +267,7 @@ Info 42 [00:01:41.000] request: "seq": 5, "type": "request" } -Info 43 [00:01:42.000] response: +Info seq [hh:mm:ss:mss] response: { "response": false, "responseRequired": true @@ -272,7 +276,7 @@ After request Before request -Info 44 [00:01:43.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "emit-output", "arguments": { @@ -281,7 +285,7 @@ Info 44 [00:01:43.000] request: "seq": 6, "type": "request" } -Info 45 [00:01:44.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "emitSkipped": true, diff --git a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/when-dependency-project-is-not-open-and-save-on-dependency-with-project-and-change-to-dependency.js b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/when-dependency-project-is-not-open-and-save-on-dependency-with-project-and-change-to-dependency.js index 8599f4190d530..6d247f5ab2efb 100644 --- a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/when-dependency-project-is-not-open-and-save-on-dependency-with-project-and-change-to-dependency.js +++ b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/when-dependency-project-is-not-open-and-save-on-dependency-with-project-and-change-to-dependency.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:29.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/fns.ts] export function fn1() { } @@ -35,7 +35,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -44,11 +44,11 @@ Info 1 [00:00:30.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:31.000] Search path: /user/username/projects/myproject/usage -Info 3 [00:00:32.000] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json -Info 4 [00:00:33.000] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json -Info 5 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/usage +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/usage/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/usage/usage.ts" ], @@ -62,10 +62,10 @@ Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfi } ] } -Info 7 [00:00:36.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:38.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/fns.ts" ], @@ -75,20 +75,22 @@ Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 12 [00:00:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:00:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:46.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:00:47.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 19 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 20 [00:00:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 21 [00:00:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 22 [00:00:51.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:00:52.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 24 [00:00:53.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" /user/username/projects/myproject/usage/usage.ts SVC-1-0 "import {\n fn1,\n fn2,\n} from '../decls/fns'\nfn1();\nfn2();\n" @@ -101,15 +103,15 @@ Info 24 [00:00:53.000] Files (3) usage.ts Matched by default include pattern '**/*' -Info 25 [00:00:54.000] ----------------------------------------------- -Info 26 [00:00:55.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 26 [00:00:56.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 26 [00:00:57.000] ----------------------------------------------- -Info 26 [00:00:58.000] Open files: -Info 26 [00:00:59.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 26 [00:01:00.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 26 [00:01:01.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -122,6 +124,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/usage/tsconfig.json: *new* @@ -141,7 +145,7 @@ FsWatchesRecursive:: Before request -Info 27 [00:01:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -150,23 +154,23 @@ Info 27 [00:01:02.000] request: "seq": 2, "type": "request" } -Info 28 [00:01:03.000] Before ensureProjectForOpenFiles: -Info 29 [00:01:04.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 29 [00:01:05.000] Files (3) +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 29 [00:01:06.000] ----------------------------------------------- -Info 29 [00:01:07.000] Open files: -Info 29 [00:01:08.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 29 [00:01:09.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 29 [00:01:10.000] After ensureProjectForOpenFiles: -Info 30 [00:01:11.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 30 [00:01:12.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 30 [00:01:13.000] ----------------------------------------------- -Info 30 [00:01:14.000] Open files: -Info 30 [00:01:15.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 30 [00:01:16.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 30 [00:01:17.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -181,10 +185,10 @@ Info 30 [00:01:17.000] response: } After request -Info 31 [00:01:21.000] FileWatcher:: Triggered with /user/username/projects/myproject/dependency/fns.ts 1:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 32 [00:01:22.000] Scheduled: /user/username/projects/myproject/usage/tsconfig.json -Info 33 [00:01:23.000] Scheduled: *ensureProjectForOpenFiles* -Info 34 [00:01:24.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/dependency/fns.ts 1:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/dependency/fns.ts 1:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/dependency/fns.ts 1:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info Before request //// [/user/username/projects/myproject/dependency/fns.ts] export function fn1() { } @@ -192,7 +196,7 @@ export function fn2() { } export function fn3() { } -Info 35 [00:01:25.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -202,16 +206,16 @@ Info 35 [00:01:25.000] request: "seq": 3, "type": "request" } -Info 36 [00:01:26.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 37 [00:01:27.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 38 [00:01:28.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 39 [00:01:29.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-2 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }" /user/username/projects/myproject/usage/usage.ts SVC-1-0 "import {\n fn1,\n fn2,\n} from '../decls/fns'\nfn1();\nfn2();\n" -Info 40 [00:01:30.000] ----------------------------------------------- -Info 41 [00:01:31.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -228,7 +232,7 @@ After request Before request -Info 42 [00:01:32.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveEmitFile", "arguments": { @@ -238,7 +242,7 @@ Info 42 [00:01:32.000] request: "seq": 4, "type": "request" } -Info 43 [00:01:33.000] response: +Info seq [hh:mm:ss:mss] response: { "response": false, "responseRequired": true @@ -247,7 +251,7 @@ After request Before request -Info 44 [00:01:34.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "emit-output", "arguments": { @@ -257,7 +261,7 @@ Info 44 [00:01:34.000] request: "seq": 5, "type": "request" } -Info 45 [00:01:35.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "emitSkipped": true, diff --git a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/when-dependency-project-is-not-open-and-save-on-dependency-with-project-and-change-to-usage.js b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/when-dependency-project-is-not-open-and-save-on-dependency-with-project-and-change-to-usage.js index 36697b5a0580c..3e527a903e2b6 100644 --- a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/when-dependency-project-is-not-open-and-save-on-dependency-with-project-and-change-to-usage.js +++ b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/when-dependency-project-is-not-open-and-save-on-dependency-with-project-and-change-to-usage.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:29.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/fns.ts] export function fn1() { } @@ -35,7 +35,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -44,11 +44,11 @@ Info 1 [00:00:30.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:31.000] Search path: /user/username/projects/myproject/usage -Info 3 [00:00:32.000] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json -Info 4 [00:00:33.000] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json -Info 5 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/usage +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/usage/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/usage/usage.ts" ], @@ -62,10 +62,10 @@ Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfi } ] } -Info 7 [00:00:36.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:38.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/fns.ts" ], @@ -75,20 +75,22 @@ Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 12 [00:00:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:00:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:46.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:00:47.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 19 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 20 [00:00:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 21 [00:00:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 22 [00:00:51.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:00:52.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 24 [00:00:53.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" /user/username/projects/myproject/usage/usage.ts SVC-1-0 "import {\n fn1,\n fn2,\n} from '../decls/fns'\nfn1();\nfn2();\n" @@ -101,15 +103,15 @@ Info 24 [00:00:53.000] Files (3) usage.ts Matched by default include pattern '**/*' -Info 25 [00:00:54.000] ----------------------------------------------- -Info 26 [00:00:55.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 26 [00:00:56.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 26 [00:00:57.000] ----------------------------------------------- -Info 26 [00:00:58.000] Open files: -Info 26 [00:00:59.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 26 [00:01:00.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 26 [00:01:01.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -122,6 +124,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/usage/tsconfig.json: *new* @@ -141,7 +145,7 @@ FsWatchesRecursive:: Before request -Info 27 [00:01:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -150,23 +154,23 @@ Info 27 [00:01:02.000] request: "seq": 2, "type": "request" } -Info 28 [00:01:03.000] Before ensureProjectForOpenFiles: -Info 29 [00:01:04.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 29 [00:01:05.000] Files (3) +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 29 [00:01:06.000] ----------------------------------------------- -Info 29 [00:01:07.000] Open files: -Info 29 [00:01:08.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 29 [00:01:09.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 29 [00:01:10.000] After ensureProjectForOpenFiles: -Info 30 [00:01:11.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 30 [00:01:12.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 30 [00:01:13.000] ----------------------------------------------- -Info 30 [00:01:14.000] Open files: -Info 30 [00:01:15.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 30 [00:01:16.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 30 [00:01:17.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -183,7 +187,7 @@ After request Before request -Info 31 [00:01:18.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { @@ -197,7 +201,7 @@ Info 31 [00:01:18.000] request: "seq": 3, "type": "request" } -Info 32 [00:01:19.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -205,7 +209,7 @@ After request Before request -Info 33 [00:01:20.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -215,16 +219,16 @@ Info 33 [00:01:20.000] request: "seq": 4, "type": "request" } -Info 34 [00:01:21.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 35 [00:01:22.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 36 [00:01:23.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 37 [00:01:24.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" /user/username/projects/myproject/usage/usage.ts SVC-1-1 "import {\n fn1,\n fn2,\n} from '../decls/fns'\nfn1();\nfn2();\nexport function fn3() { }" -Info 38 [00:01:25.000] ----------------------------------------------- -Info 39 [00:01:26.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -239,7 +243,7 @@ After request Before request -Info 40 [00:01:27.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveEmitFile", "arguments": { @@ -249,7 +253,7 @@ Info 40 [00:01:27.000] request: "seq": 5, "type": "request" } -Info 41 [00:01:28.000] response: +Info seq [hh:mm:ss:mss] response: { "response": false, "responseRequired": true @@ -258,7 +262,7 @@ After request Before request -Info 42 [00:01:29.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "emit-output", "arguments": { @@ -268,7 +272,7 @@ Info 42 [00:01:29.000] request: "seq": 6, "type": "request" } -Info 43 [00:01:30.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "emitSkipped": true, diff --git a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/when-dependency-project-is-not-open-and-save-on-dependency-with-project-and-local-change-to-dependency.js b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/when-dependency-project-is-not-open-and-save-on-dependency-with-project-and-local-change-to-dependency.js index a89b3c241a1ed..d0f5bdf99c0c8 100644 --- a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/when-dependency-project-is-not-open-and-save-on-dependency-with-project-and-local-change-to-dependency.js +++ b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/when-dependency-project-is-not-open-and-save-on-dependency-with-project-and-local-change-to-dependency.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:29.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/fns.ts] export function fn1() { } @@ -35,7 +35,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -44,11 +44,11 @@ Info 1 [00:00:30.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:31.000] Search path: /user/username/projects/myproject/usage -Info 3 [00:00:32.000] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json -Info 4 [00:00:33.000] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json -Info 5 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/usage +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/usage/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/usage/usage.ts" ], @@ -62,10 +62,10 @@ Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfi } ] } -Info 7 [00:00:36.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:38.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/fns.ts" ], @@ -75,20 +75,22 @@ Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 12 [00:00:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:00:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:46.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:00:47.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 19 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 20 [00:00:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 21 [00:00:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 22 [00:00:51.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:00:52.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 24 [00:00:53.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" /user/username/projects/myproject/usage/usage.ts SVC-1-0 "import {\n fn1,\n fn2,\n} from '../decls/fns'\nfn1();\nfn2();\n" @@ -101,15 +103,15 @@ Info 24 [00:00:53.000] Files (3) usage.ts Matched by default include pattern '**/*' -Info 25 [00:00:54.000] ----------------------------------------------- -Info 26 [00:00:55.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 26 [00:00:56.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 26 [00:00:57.000] ----------------------------------------------- -Info 26 [00:00:58.000] Open files: -Info 26 [00:00:59.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 26 [00:01:00.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 26 [00:01:01.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -122,6 +124,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/usage/tsconfig.json: *new* @@ -141,7 +145,7 @@ FsWatchesRecursive:: Before request -Info 27 [00:01:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -150,23 +154,23 @@ Info 27 [00:01:02.000] request: "seq": 2, "type": "request" } -Info 28 [00:01:03.000] Before ensureProjectForOpenFiles: -Info 29 [00:01:04.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 29 [00:01:05.000] Files (3) +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 29 [00:01:06.000] ----------------------------------------------- -Info 29 [00:01:07.000] Open files: -Info 29 [00:01:08.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 29 [00:01:09.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 29 [00:01:10.000] After ensureProjectForOpenFiles: -Info 30 [00:01:11.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 30 [00:01:12.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 30 [00:01:13.000] ----------------------------------------------- -Info 30 [00:01:14.000] Open files: -Info 30 [00:01:15.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 30 [00:01:16.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 30 [00:01:17.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -181,10 +185,10 @@ Info 30 [00:01:17.000] response: } After request -Info 31 [00:01:21.000] FileWatcher:: Triggered with /user/username/projects/myproject/dependency/fns.ts 1:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 32 [00:01:22.000] Scheduled: /user/username/projects/myproject/usage/tsconfig.json -Info 33 [00:01:23.000] Scheduled: *ensureProjectForOpenFiles* -Info 34 [00:01:24.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/dependency/fns.ts 1:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/dependency/fns.ts 1:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/dependency/fns.ts 1:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info Before request //// [/user/username/projects/myproject/dependency/fns.ts] export function fn1() { } @@ -192,7 +196,7 @@ export function fn2() { } function fn3() { } -Info 35 [00:01:25.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -202,16 +206,16 @@ Info 35 [00:01:25.000] request: "seq": 3, "type": "request" } -Info 36 [00:01:26.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 37 [00:01:27.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 38 [00:01:28.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 39 [00:01:29.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-2 "export function fn1() { }\nexport function fn2() { }\nfunction fn3() { }" /user/username/projects/myproject/usage/usage.ts SVC-1-0 "import {\n fn1,\n fn2,\n} from '../decls/fns'\nfn1();\nfn2();\n" -Info 40 [00:01:30.000] ----------------------------------------------- -Info 41 [00:01:31.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -226,7 +230,7 @@ After request Before request -Info 42 [00:01:32.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveEmitFile", "arguments": { @@ -236,7 +240,7 @@ Info 42 [00:01:32.000] request: "seq": 4, "type": "request" } -Info 43 [00:01:33.000] response: +Info seq [hh:mm:ss:mss] response: { "response": false, "responseRequired": true @@ -245,7 +249,7 @@ After request Before request -Info 44 [00:01:34.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "emit-output", "arguments": { @@ -255,7 +259,7 @@ Info 44 [00:01:34.000] request: "seq": 5, "type": "request" } -Info 45 [00:01:35.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "emitSkipped": true, diff --git a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/when-dependency-project-is-not-open-and-save-on-dependency-with-project-and-local-change-to-usage.js b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/when-dependency-project-is-not-open-and-save-on-dependency-with-project-and-local-change-to-usage.js index 7188bec46c247..03d183afa09a4 100644 --- a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/when-dependency-project-is-not-open-and-save-on-dependency-with-project-and-local-change-to-usage.js +++ b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/when-dependency-project-is-not-open-and-save-on-dependency-with-project-and-local-change-to-usage.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:29.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/fns.ts] export function fn1() { } @@ -35,7 +35,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -44,11 +44,11 @@ Info 1 [00:00:30.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:31.000] Search path: /user/username/projects/myproject/usage -Info 3 [00:00:32.000] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json -Info 4 [00:00:33.000] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json -Info 5 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/usage +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/usage/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/usage/usage.ts" ], @@ -62,10 +62,10 @@ Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfi } ] } -Info 7 [00:00:36.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:38.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/fns.ts" ], @@ -75,20 +75,22 @@ Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 12 [00:00:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:00:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:46.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:00:47.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 19 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 20 [00:00:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 21 [00:00:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 22 [00:00:51.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:00:52.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 24 [00:00:53.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" /user/username/projects/myproject/usage/usage.ts SVC-1-0 "import {\n fn1,\n fn2,\n} from '../decls/fns'\nfn1();\nfn2();\n" @@ -101,15 +103,15 @@ Info 24 [00:00:53.000] Files (3) usage.ts Matched by default include pattern '**/*' -Info 25 [00:00:54.000] ----------------------------------------------- -Info 26 [00:00:55.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 26 [00:00:56.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 26 [00:00:57.000] ----------------------------------------------- -Info 26 [00:00:58.000] Open files: -Info 26 [00:00:59.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 26 [00:01:00.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 26 [00:01:01.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -122,6 +124,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/usage/tsconfig.json: *new* @@ -141,7 +145,7 @@ FsWatchesRecursive:: Before request -Info 27 [00:01:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -150,23 +154,23 @@ Info 27 [00:01:02.000] request: "seq": 2, "type": "request" } -Info 28 [00:01:03.000] Before ensureProjectForOpenFiles: -Info 29 [00:01:04.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 29 [00:01:05.000] Files (3) +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 29 [00:01:06.000] ----------------------------------------------- -Info 29 [00:01:07.000] Open files: -Info 29 [00:01:08.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 29 [00:01:09.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 29 [00:01:10.000] After ensureProjectForOpenFiles: -Info 30 [00:01:11.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 30 [00:01:12.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 30 [00:01:13.000] ----------------------------------------------- -Info 30 [00:01:14.000] Open files: -Info 30 [00:01:15.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 30 [00:01:16.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 30 [00:01:17.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -183,7 +187,7 @@ After request Before request -Info 31 [00:01:18.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { @@ -197,7 +201,7 @@ Info 31 [00:01:18.000] request: "seq": 3, "type": "request" } -Info 32 [00:01:19.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -205,7 +209,7 @@ After request Before request -Info 33 [00:01:20.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -215,16 +219,16 @@ Info 33 [00:01:20.000] request: "seq": 4, "type": "request" } -Info 34 [00:01:21.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 35 [00:01:22.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 36 [00:01:23.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 37 [00:01:24.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" /user/username/projects/myproject/usage/usage.ts SVC-1-1 "import {\n fn1,\n fn2,\n} from '../decls/fns'\nfn1();\nfn2();\nfunction fn3() { }" -Info 38 [00:01:25.000] ----------------------------------------------- -Info 39 [00:01:26.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -239,7 +243,7 @@ After request Before request -Info 40 [00:01:27.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveEmitFile", "arguments": { @@ -249,7 +253,7 @@ Info 40 [00:01:27.000] request: "seq": 5, "type": "request" } -Info 41 [00:01:28.000] response: +Info seq [hh:mm:ss:mss] response: { "response": false, "responseRequired": true @@ -258,7 +262,7 @@ After request Before request -Info 42 [00:01:29.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "emit-output", "arguments": { @@ -268,7 +272,7 @@ Info 42 [00:01:29.000] request: "seq": 6, "type": "request" } -Info 43 [00:01:30.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "emitSkipped": true, diff --git a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/when-dependency-project-is-not-open-and-save-on-dependency-with-project.js b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/when-dependency-project-is-not-open-and-save-on-dependency-with-project.js index f0c7fa69f48c0..9e0392d247683 100644 --- a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/when-dependency-project-is-not-open-and-save-on-dependency-with-project.js +++ b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/when-dependency-project-is-not-open-and-save-on-dependency-with-project.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:29.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/fns.ts] export function fn1() { } @@ -35,7 +35,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -44,11 +44,11 @@ Info 1 [00:00:30.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:31.000] Search path: /user/username/projects/myproject/usage -Info 3 [00:00:32.000] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json -Info 4 [00:00:33.000] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json -Info 5 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/usage +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/usage/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/usage/usage.ts" ], @@ -62,10 +62,10 @@ Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfi } ] } -Info 7 [00:00:36.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:38.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/fns.ts" ], @@ -75,20 +75,22 @@ Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 12 [00:00:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:00:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:46.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:00:47.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 19 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 20 [00:00:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 21 [00:00:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 22 [00:00:51.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:00:52.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 24 [00:00:53.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" /user/username/projects/myproject/usage/usage.ts SVC-1-0 "import {\n fn1,\n fn2,\n} from '../decls/fns'\nfn1();\nfn2();\n" @@ -101,15 +103,15 @@ Info 24 [00:00:53.000] Files (3) usage.ts Matched by default include pattern '**/*' -Info 25 [00:00:54.000] ----------------------------------------------- -Info 26 [00:00:55.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 26 [00:00:56.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 26 [00:00:57.000] ----------------------------------------------- -Info 26 [00:00:58.000] Open files: -Info 26 [00:00:59.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 26 [00:01:00.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 26 [00:01:01.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -122,6 +124,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/usage/tsconfig.json: *new* @@ -141,7 +145,7 @@ FsWatchesRecursive:: Before request -Info 27 [00:01:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -151,7 +155,7 @@ Info 27 [00:01:02.000] request: "seq": 2, "type": "request" } -Info 28 [00:01:03.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -168,7 +172,7 @@ After request Before request -Info 29 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveEmitFile", "arguments": { @@ -178,7 +182,7 @@ Info 29 [00:01:04.000] request: "seq": 3, "type": "request" } -Info 30 [00:01:05.000] response: +Info seq [hh:mm:ss:mss] response: { "response": false, "responseRequired": true @@ -187,7 +191,7 @@ After request Before request -Info 31 [00:01:06.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "emit-output", "arguments": { @@ -197,7 +201,7 @@ Info 31 [00:01:06.000] request: "seq": 4, "type": "request" } -Info 32 [00:01:07.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "emitSkipped": true, diff --git a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/when-dependency-project-is-not-open-and-save-on-dependency.js b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/when-dependency-project-is-not-open-and-save-on-dependency.js index f624247e769bc..4e1c5d60bf4c3 100644 --- a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/when-dependency-project-is-not-open-and-save-on-dependency.js +++ b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/when-dependency-project-is-not-open-and-save-on-dependency.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:29.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/fns.ts] export function fn1() { } @@ -35,7 +35,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -44,11 +44,11 @@ Info 1 [00:00:30.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:31.000] Search path: /user/username/projects/myproject/usage -Info 3 [00:00:32.000] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json -Info 4 [00:00:33.000] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json -Info 5 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/usage +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/usage/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/usage/usage.ts" ], @@ -62,10 +62,10 @@ Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfi } ] } -Info 7 [00:00:36.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:38.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/fns.ts" ], @@ -75,20 +75,22 @@ Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 12 [00:00:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:00:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:46.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:00:47.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 19 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 20 [00:00:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 21 [00:00:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 22 [00:00:51.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:00:52.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 24 [00:00:53.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" /user/username/projects/myproject/usage/usage.ts SVC-1-0 "import {\n fn1,\n fn2,\n} from '../decls/fns'\nfn1();\nfn2();\n" @@ -101,15 +103,15 @@ Info 24 [00:00:53.000] Files (3) usage.ts Matched by default include pattern '**/*' -Info 25 [00:00:54.000] ----------------------------------------------- -Info 26 [00:00:55.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 26 [00:00:56.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 26 [00:00:57.000] ----------------------------------------------- -Info 26 [00:00:58.000] Open files: -Info 26 [00:00:59.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 26 [00:01:00.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 26 [00:01:01.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -122,6 +124,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/usage/tsconfig.json: *new* @@ -141,7 +145,7 @@ FsWatchesRecursive:: Before request -Info 27 [00:01:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -150,23 +154,23 @@ Info 27 [00:01:02.000] request: "seq": 2, "type": "request" } -Info 28 [00:01:03.000] Before ensureProjectForOpenFiles: -Info 29 [00:01:04.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 29 [00:01:05.000] Files (3) - -Info 29 [00:01:06.000] ----------------------------------------------- -Info 29 [00:01:07.000] Open files: -Info 29 [00:01:08.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 29 [00:01:09.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 29 [00:01:10.000] After ensureProjectForOpenFiles: -Info 30 [00:01:11.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 30 [00:01:12.000] Files (3) - -Info 30 [00:01:13.000] ----------------------------------------------- -Info 30 [00:01:14.000] Open files: -Info 30 [00:01:15.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 30 [00:01:16.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 30 [00:01:17.000] response: +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -183,7 +187,7 @@ After request Before request -Info 31 [00:01:18.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveEmitFile", "arguments": { @@ -192,7 +196,7 @@ Info 31 [00:01:18.000] request: "seq": 3, "type": "request" } -Info 32 [00:01:19.000] response: +Info seq [hh:mm:ss:mss] response: { "response": false, "responseRequired": true @@ -201,7 +205,7 @@ After request Before request -Info 33 [00:01:20.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "emit-output", "arguments": { @@ -210,7 +214,7 @@ Info 33 [00:01:20.000] request: "seq": 4, "type": "request" } -Info 34 [00:01:21.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "emitSkipped": true, diff --git a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/when-dependency-project-is-not-open-and-save-on-usage-and-change-to-depenedency.js b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/when-dependency-project-is-not-open-and-save-on-usage-and-change-to-depenedency.js index 4963e6f415de0..5a11812a4ddd9 100644 --- a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/when-dependency-project-is-not-open-and-save-on-usage-and-change-to-depenedency.js +++ b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/when-dependency-project-is-not-open-and-save-on-usage-and-change-to-depenedency.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:29.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/fns.ts] export function fn1() { } @@ -35,7 +35,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -44,11 +44,11 @@ Info 1 [00:00:30.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:31.000] Search path: /user/username/projects/myproject/usage -Info 3 [00:00:32.000] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json -Info 4 [00:00:33.000] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json -Info 5 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/usage +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/usage/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/usage/usage.ts" ], @@ -62,10 +62,10 @@ Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfi } ] } -Info 7 [00:00:36.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:38.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/fns.ts" ], @@ -75,20 +75,22 @@ Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 12 [00:00:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:00:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:46.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:00:47.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 19 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 20 [00:00:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 21 [00:00:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 22 [00:00:51.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:00:52.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 24 [00:00:53.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" /user/username/projects/myproject/usage/usage.ts SVC-1-0 "import {\n fn1,\n fn2,\n} from '../decls/fns'\nfn1();\nfn2();\n" @@ -101,15 +103,15 @@ Info 24 [00:00:53.000] Files (3) usage.ts Matched by default include pattern '**/*' -Info 25 [00:00:54.000] ----------------------------------------------- -Info 26 [00:00:55.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 26 [00:00:56.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 26 [00:00:57.000] ----------------------------------------------- -Info 26 [00:00:58.000] Open files: -Info 26 [00:00:59.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 26 [00:01:00.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 26 [00:01:01.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -122,6 +124,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/usage/tsconfig.json: *new* @@ -141,7 +145,7 @@ FsWatchesRecursive:: Before request -Info 27 [00:01:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -150,23 +154,23 @@ Info 27 [00:01:02.000] request: "seq": 2, "type": "request" } -Info 28 [00:01:03.000] Before ensureProjectForOpenFiles: -Info 29 [00:01:04.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 29 [00:01:05.000] Files (3) +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 29 [00:01:06.000] ----------------------------------------------- -Info 29 [00:01:07.000] Open files: -Info 29 [00:01:08.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 29 [00:01:09.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 29 [00:01:10.000] After ensureProjectForOpenFiles: -Info 30 [00:01:11.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 30 [00:01:12.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 30 [00:01:13.000] ----------------------------------------------- -Info 30 [00:01:14.000] Open files: -Info 30 [00:01:15.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 30 [00:01:16.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 30 [00:01:17.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -181,10 +185,10 @@ Info 30 [00:01:17.000] response: } After request -Info 31 [00:01:21.000] FileWatcher:: Triggered with /user/username/projects/myproject/dependency/fns.ts 1:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 32 [00:01:22.000] Scheduled: /user/username/projects/myproject/usage/tsconfig.json -Info 33 [00:01:23.000] Scheduled: *ensureProjectForOpenFiles* -Info 34 [00:01:24.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/dependency/fns.ts 1:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/dependency/fns.ts 1:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/dependency/fns.ts 1:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info Before request //// [/user/username/projects/myproject/dependency/fns.ts] export function fn1() { } @@ -192,7 +196,7 @@ export function fn2() { } export function fn3() { } -Info 35 [00:01:25.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -201,32 +205,32 @@ Info 35 [00:01:25.000] request: "seq": 3, "type": "request" } -Info 36 [00:01:26.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 37 [00:01:27.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 38 [00:01:28.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 39 [00:01:29.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-2 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }" /user/username/projects/myproject/usage/usage.ts SVC-1-0 "import {\n fn1,\n fn2,\n} from '../decls/fns'\nfn1();\nfn2();\n" -Info 40 [00:01:30.000] ----------------------------------------------- -Info 41 [00:01:31.000] Before ensureProjectForOpenFiles: -Info 42 [00:01:32.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 42 [00:01:33.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 42 [00:01:34.000] ----------------------------------------------- -Info 42 [00:01:35.000] Open files: -Info 42 [00:01:36.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 42 [00:01:37.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 42 [00:01:38.000] After ensureProjectForOpenFiles: -Info 43 [00:01:39.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 43 [00:01:40.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 43 [00:01:41.000] ----------------------------------------------- -Info 43 [00:01:42.000] Open files: -Info 43 [00:01:43.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 43 [00:01:44.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 43 [00:01:45.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -243,7 +247,7 @@ After request Before request -Info 44 [00:01:46.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveEmitFile", "arguments": { @@ -252,10 +256,10 @@ Info 44 [00:01:46.000] request: "seq": 4, "type": "request" } -Info 45 [00:01:49.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/usage/usage.js :: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 46 [00:01:50.000] Project: /user/username/projects/myproject/usage/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/usage/usage.js -Info 47 [00:01:51.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/usage/usage.js :: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 48 [00:01:52.000] response: +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/usage/usage.js :: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/usage/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/usage/usage.js +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/usage/usage.js :: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -272,7 +276,7 @@ var fns_1 = require("../decls/fns"); Before request -Info 49 [00:01:53.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "emit-output", "arguments": { @@ -281,7 +285,7 @@ Info 49 [00:01:53.000] request: "seq": 5, "type": "request" } -Info 50 [00:01:54.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "outputFiles": [ diff --git a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/when-dependency-project-is-not-open-and-save-on-usage-and-change-to-usage.js b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/when-dependency-project-is-not-open-and-save-on-usage-and-change-to-usage.js index 5b775b7b6ddcd..6e9595e0f481f 100644 --- a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/when-dependency-project-is-not-open-and-save-on-usage-and-change-to-usage.js +++ b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/when-dependency-project-is-not-open-and-save-on-usage-and-change-to-usage.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:29.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/fns.ts] export function fn1() { } @@ -35,7 +35,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -44,11 +44,11 @@ Info 1 [00:00:30.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:31.000] Search path: /user/username/projects/myproject/usage -Info 3 [00:00:32.000] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json -Info 4 [00:00:33.000] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json -Info 5 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/usage +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/usage/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/usage/usage.ts" ], @@ -62,10 +62,10 @@ Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfi } ] } -Info 7 [00:00:36.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:38.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/fns.ts" ], @@ -75,20 +75,22 @@ Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 12 [00:00:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:00:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:46.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:00:47.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 19 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 20 [00:00:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 21 [00:00:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 22 [00:00:51.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:00:52.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 24 [00:00:53.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" /user/username/projects/myproject/usage/usage.ts SVC-1-0 "import {\n fn1,\n fn2,\n} from '../decls/fns'\nfn1();\nfn2();\n" @@ -101,15 +103,15 @@ Info 24 [00:00:53.000] Files (3) usage.ts Matched by default include pattern '**/*' -Info 25 [00:00:54.000] ----------------------------------------------- -Info 26 [00:00:55.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 26 [00:00:56.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 26 [00:00:57.000] ----------------------------------------------- -Info 26 [00:00:58.000] Open files: -Info 26 [00:00:59.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 26 [00:01:00.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 26 [00:01:01.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -122,6 +124,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/usage/tsconfig.json: *new* @@ -141,7 +145,7 @@ FsWatchesRecursive:: Before request -Info 27 [00:01:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -150,23 +154,23 @@ Info 27 [00:01:02.000] request: "seq": 2, "type": "request" } -Info 28 [00:01:03.000] Before ensureProjectForOpenFiles: -Info 29 [00:01:04.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 29 [00:01:05.000] Files (3) +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 29 [00:01:06.000] ----------------------------------------------- -Info 29 [00:01:07.000] Open files: -Info 29 [00:01:08.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 29 [00:01:09.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 29 [00:01:10.000] After ensureProjectForOpenFiles: -Info 30 [00:01:11.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 30 [00:01:12.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 30 [00:01:13.000] ----------------------------------------------- -Info 30 [00:01:14.000] Open files: -Info 30 [00:01:15.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 30 [00:01:16.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 30 [00:01:17.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -183,7 +187,7 @@ After request Before request -Info 31 [00:01:18.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { @@ -197,7 +201,7 @@ Info 31 [00:01:18.000] request: "seq": 3, "type": "request" } -Info 32 [00:01:19.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -205,7 +209,7 @@ After request Before request -Info 33 [00:01:20.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -214,32 +218,32 @@ Info 33 [00:01:20.000] request: "seq": 4, "type": "request" } -Info 34 [00:01:21.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 35 [00:01:22.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 36 [00:01:23.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 37 [00:01:24.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" /user/username/projects/myproject/usage/usage.ts SVC-1-1 "import {\n fn1,\n fn2,\n} from '../decls/fns'\nfn1();\nfn2();\nexport function fn3() { }" -Info 38 [00:01:25.000] ----------------------------------------------- -Info 39 [00:01:26.000] Before ensureProjectForOpenFiles: -Info 40 [00:01:27.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 40 [00:01:28.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 40 [00:01:29.000] ----------------------------------------------- -Info 40 [00:01:30.000] Open files: -Info 40 [00:01:31.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 40 [00:01:32.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 40 [00:01:33.000] After ensureProjectForOpenFiles: -Info 41 [00:01:34.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 41 [00:01:35.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 41 [00:01:36.000] ----------------------------------------------- -Info 41 [00:01:37.000] Open files: -Info 41 [00:01:38.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 41 [00:01:39.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 41 [00:01:40.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -256,7 +260,7 @@ After request Before request -Info 42 [00:01:41.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveEmitFile", "arguments": { @@ -265,10 +269,10 @@ Info 42 [00:01:41.000] request: "seq": 5, "type": "request" } -Info 43 [00:01:44.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/usage/usage.js :: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 44 [00:01:45.000] Project: /user/username/projects/myproject/usage/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/usage/usage.js -Info 45 [00:01:46.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/usage/usage.js :: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 46 [00:01:47.000] response: +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/usage/usage.js :: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/usage/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/usage/usage.js +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/usage/usage.js :: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -288,7 +292,7 @@ exports.fn3 = fn3; Before request -Info 47 [00:01:48.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "emit-output", "arguments": { @@ -297,7 +301,7 @@ Info 47 [00:01:48.000] request: "seq": 6, "type": "request" } -Info 48 [00:01:49.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "outputFiles": [ diff --git a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/when-dependency-project-is-not-open-and-save-on-usage-and-local-change-to-dependency.js b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/when-dependency-project-is-not-open-and-save-on-usage-and-local-change-to-dependency.js index 48b06938d6a94..ef189d677b0f0 100644 --- a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/when-dependency-project-is-not-open-and-save-on-usage-and-local-change-to-dependency.js +++ b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/when-dependency-project-is-not-open-and-save-on-usage-and-local-change-to-dependency.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:29.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/fns.ts] export function fn1() { } @@ -35,7 +35,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -44,11 +44,11 @@ Info 1 [00:00:30.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:31.000] Search path: /user/username/projects/myproject/usage -Info 3 [00:00:32.000] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json -Info 4 [00:00:33.000] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json -Info 5 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/usage +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/usage/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/usage/usage.ts" ], @@ -62,10 +62,10 @@ Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfi } ] } -Info 7 [00:00:36.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:38.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/fns.ts" ], @@ -75,20 +75,22 @@ Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 12 [00:00:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:00:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:46.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:00:47.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 19 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 20 [00:00:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 21 [00:00:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 22 [00:00:51.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:00:52.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 24 [00:00:53.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" /user/username/projects/myproject/usage/usage.ts SVC-1-0 "import {\n fn1,\n fn2,\n} from '../decls/fns'\nfn1();\nfn2();\n" @@ -101,15 +103,15 @@ Info 24 [00:00:53.000] Files (3) usage.ts Matched by default include pattern '**/*' -Info 25 [00:00:54.000] ----------------------------------------------- -Info 26 [00:00:55.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 26 [00:00:56.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 26 [00:00:57.000] ----------------------------------------------- -Info 26 [00:00:58.000] Open files: -Info 26 [00:00:59.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 26 [00:01:00.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 26 [00:01:01.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -122,6 +124,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/usage/tsconfig.json: *new* @@ -141,7 +145,7 @@ FsWatchesRecursive:: Before request -Info 27 [00:01:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -150,23 +154,23 @@ Info 27 [00:01:02.000] request: "seq": 2, "type": "request" } -Info 28 [00:01:03.000] Before ensureProjectForOpenFiles: -Info 29 [00:01:04.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 29 [00:01:05.000] Files (3) +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 29 [00:01:06.000] ----------------------------------------------- -Info 29 [00:01:07.000] Open files: -Info 29 [00:01:08.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 29 [00:01:09.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 29 [00:01:10.000] After ensureProjectForOpenFiles: -Info 30 [00:01:11.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 30 [00:01:12.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 30 [00:01:13.000] ----------------------------------------------- -Info 30 [00:01:14.000] Open files: -Info 30 [00:01:15.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 30 [00:01:16.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 30 [00:01:17.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -181,10 +185,10 @@ Info 30 [00:01:17.000] response: } After request -Info 31 [00:01:21.000] FileWatcher:: Triggered with /user/username/projects/myproject/dependency/fns.ts 1:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 32 [00:01:22.000] Scheduled: /user/username/projects/myproject/usage/tsconfig.json -Info 33 [00:01:23.000] Scheduled: *ensureProjectForOpenFiles* -Info 34 [00:01:24.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/dependency/fns.ts 1:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/dependency/fns.ts 1:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/dependency/fns.ts 1:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info Before request //// [/user/username/projects/myproject/dependency/fns.ts] export function fn1() { } @@ -192,7 +196,7 @@ export function fn2() { } function fn3() { } -Info 35 [00:01:25.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -201,32 +205,32 @@ Info 35 [00:01:25.000] request: "seq": 3, "type": "request" } -Info 36 [00:01:26.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 37 [00:01:27.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 38 [00:01:28.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 39 [00:01:29.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-2 "export function fn1() { }\nexport function fn2() { }\nfunction fn3() { }" /user/username/projects/myproject/usage/usage.ts SVC-1-0 "import {\n fn1,\n fn2,\n} from '../decls/fns'\nfn1();\nfn2();\n" -Info 40 [00:01:30.000] ----------------------------------------------- -Info 41 [00:01:31.000] Before ensureProjectForOpenFiles: -Info 42 [00:01:32.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 42 [00:01:33.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 42 [00:01:34.000] ----------------------------------------------- -Info 42 [00:01:35.000] Open files: -Info 42 [00:01:36.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 42 [00:01:37.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 42 [00:01:38.000] After ensureProjectForOpenFiles: -Info 43 [00:01:39.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 43 [00:01:40.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 43 [00:01:41.000] ----------------------------------------------- -Info 43 [00:01:42.000] Open files: -Info 43 [00:01:43.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 43 [00:01:44.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 43 [00:01:45.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -243,7 +247,7 @@ After request Before request -Info 44 [00:01:46.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveEmitFile", "arguments": { @@ -252,10 +256,10 @@ Info 44 [00:01:46.000] request: "seq": 4, "type": "request" } -Info 45 [00:01:49.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/usage/usage.js :: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 46 [00:01:50.000] Project: /user/username/projects/myproject/usage/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/usage/usage.js -Info 47 [00:01:51.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/usage/usage.js :: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 48 [00:01:52.000] response: +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/usage/usage.js :: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/usage/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/usage/usage.js +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/usage/usage.js :: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -272,7 +276,7 @@ var fns_1 = require("../decls/fns"); Before request -Info 49 [00:01:53.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "emit-output", "arguments": { @@ -281,7 +285,7 @@ Info 49 [00:01:53.000] request: "seq": 5, "type": "request" } -Info 50 [00:01:54.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "outputFiles": [ diff --git a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/when-dependency-project-is-not-open-and-save-on-usage-and-local-change-to-usage.js b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/when-dependency-project-is-not-open-and-save-on-usage-and-local-change-to-usage.js index 5631bd6ac649b..6f7bbb32f81b6 100644 --- a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/when-dependency-project-is-not-open-and-save-on-usage-and-local-change-to-usage.js +++ b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/when-dependency-project-is-not-open-and-save-on-usage-and-local-change-to-usage.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:29.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/fns.ts] export function fn1() { } @@ -35,7 +35,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -44,11 +44,11 @@ Info 1 [00:00:30.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:31.000] Search path: /user/username/projects/myproject/usage -Info 3 [00:00:32.000] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json -Info 4 [00:00:33.000] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json -Info 5 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/usage +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/usage/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/usage/usage.ts" ], @@ -62,10 +62,10 @@ Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfi } ] } -Info 7 [00:00:36.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:38.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/fns.ts" ], @@ -75,20 +75,22 @@ Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 12 [00:00:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:00:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:46.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:00:47.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 19 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 20 [00:00:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 21 [00:00:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 22 [00:00:51.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:00:52.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 24 [00:00:53.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" /user/username/projects/myproject/usage/usage.ts SVC-1-0 "import {\n fn1,\n fn2,\n} from '../decls/fns'\nfn1();\nfn2();\n" @@ -101,15 +103,15 @@ Info 24 [00:00:53.000] Files (3) usage.ts Matched by default include pattern '**/*' -Info 25 [00:00:54.000] ----------------------------------------------- -Info 26 [00:00:55.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 26 [00:00:56.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 26 [00:00:57.000] ----------------------------------------------- -Info 26 [00:00:58.000] Open files: -Info 26 [00:00:59.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 26 [00:01:00.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 26 [00:01:01.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -122,6 +124,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/usage/tsconfig.json: *new* @@ -141,7 +145,7 @@ FsWatchesRecursive:: Before request -Info 27 [00:01:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -150,23 +154,23 @@ Info 27 [00:01:02.000] request: "seq": 2, "type": "request" } -Info 28 [00:01:03.000] Before ensureProjectForOpenFiles: -Info 29 [00:01:04.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 29 [00:01:05.000] Files (3) +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 29 [00:01:06.000] ----------------------------------------------- -Info 29 [00:01:07.000] Open files: -Info 29 [00:01:08.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 29 [00:01:09.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 29 [00:01:10.000] After ensureProjectForOpenFiles: -Info 30 [00:01:11.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 30 [00:01:12.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 30 [00:01:13.000] ----------------------------------------------- -Info 30 [00:01:14.000] Open files: -Info 30 [00:01:15.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 30 [00:01:16.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 30 [00:01:17.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -183,7 +187,7 @@ After request Before request -Info 31 [00:01:18.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { @@ -197,7 +201,7 @@ Info 31 [00:01:18.000] request: "seq": 3, "type": "request" } -Info 32 [00:01:19.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -205,7 +209,7 @@ After request Before request -Info 33 [00:01:20.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -214,32 +218,32 @@ Info 33 [00:01:20.000] request: "seq": 4, "type": "request" } -Info 34 [00:01:21.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 35 [00:01:22.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 36 [00:01:23.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 37 [00:01:24.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" /user/username/projects/myproject/usage/usage.ts SVC-1-1 "import {\n fn1,\n fn2,\n} from '../decls/fns'\nfn1();\nfn2();\nfunction fn3() { }" -Info 38 [00:01:25.000] ----------------------------------------------- -Info 39 [00:01:26.000] Before ensureProjectForOpenFiles: -Info 40 [00:01:27.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 40 [00:01:28.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 40 [00:01:29.000] ----------------------------------------------- -Info 40 [00:01:30.000] Open files: -Info 40 [00:01:31.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 40 [00:01:32.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 40 [00:01:33.000] After ensureProjectForOpenFiles: -Info 41 [00:01:34.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 41 [00:01:35.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 41 [00:01:36.000] ----------------------------------------------- -Info 41 [00:01:37.000] Open files: -Info 41 [00:01:38.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 41 [00:01:39.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 41 [00:01:40.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -256,7 +260,7 @@ After request Before request -Info 42 [00:01:41.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveEmitFile", "arguments": { @@ -265,10 +269,10 @@ Info 42 [00:01:41.000] request: "seq": 5, "type": "request" } -Info 43 [00:01:44.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/usage/usage.js :: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 44 [00:01:45.000] Project: /user/username/projects/myproject/usage/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/usage/usage.js -Info 45 [00:01:46.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/usage/usage.js :: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 46 [00:01:47.000] response: +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/usage/usage.js :: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/usage/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/usage/usage.js +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/usage/usage.js :: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -286,7 +290,7 @@ function fn3() { } Before request -Info 47 [00:01:48.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "emit-output", "arguments": { @@ -295,7 +299,7 @@ Info 47 [00:01:48.000] request: "seq": 6, "type": "request" } -Info 48 [00:01:49.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "outputFiles": [ diff --git a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/when-dependency-project-is-not-open-and-save-on-usage-with-project-and-change-to-depenedency.js b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/when-dependency-project-is-not-open-and-save-on-usage-with-project-and-change-to-depenedency.js index 739c802e77f66..291640bf89278 100644 --- a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/when-dependency-project-is-not-open-and-save-on-usage-with-project-and-change-to-depenedency.js +++ b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/when-dependency-project-is-not-open-and-save-on-usage-with-project-and-change-to-depenedency.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:29.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/fns.ts] export function fn1() { } @@ -35,7 +35,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -44,11 +44,11 @@ Info 1 [00:00:30.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:31.000] Search path: /user/username/projects/myproject/usage -Info 3 [00:00:32.000] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json -Info 4 [00:00:33.000] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json -Info 5 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/usage +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/usage/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/usage/usage.ts" ], @@ -62,10 +62,10 @@ Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfi } ] } -Info 7 [00:00:36.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:38.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/fns.ts" ], @@ -75,20 +75,22 @@ Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 12 [00:00:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:00:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:46.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:00:47.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 19 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 20 [00:00:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 21 [00:00:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 22 [00:00:51.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:00:52.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 24 [00:00:53.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" /user/username/projects/myproject/usage/usage.ts SVC-1-0 "import {\n fn1,\n fn2,\n} from '../decls/fns'\nfn1();\nfn2();\n" @@ -101,15 +103,15 @@ Info 24 [00:00:53.000] Files (3) usage.ts Matched by default include pattern '**/*' -Info 25 [00:00:54.000] ----------------------------------------------- -Info 26 [00:00:55.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 26 [00:00:56.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 26 [00:00:57.000] ----------------------------------------------- -Info 26 [00:00:58.000] Open files: -Info 26 [00:00:59.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 26 [00:01:00.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 26 [00:01:01.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -122,6 +124,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/usage/tsconfig.json: *new* @@ -141,7 +145,7 @@ FsWatchesRecursive:: Before request -Info 27 [00:01:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -150,23 +154,23 @@ Info 27 [00:01:02.000] request: "seq": 2, "type": "request" } -Info 28 [00:01:03.000] Before ensureProjectForOpenFiles: -Info 29 [00:01:04.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 29 [00:01:05.000] Files (3) +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 29 [00:01:06.000] ----------------------------------------------- -Info 29 [00:01:07.000] Open files: -Info 29 [00:01:08.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 29 [00:01:09.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 29 [00:01:10.000] After ensureProjectForOpenFiles: -Info 30 [00:01:11.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 30 [00:01:12.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 30 [00:01:13.000] ----------------------------------------------- -Info 30 [00:01:14.000] Open files: -Info 30 [00:01:15.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 30 [00:01:16.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 30 [00:01:17.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -181,10 +185,10 @@ Info 30 [00:01:17.000] response: } After request -Info 31 [00:01:21.000] FileWatcher:: Triggered with /user/username/projects/myproject/dependency/fns.ts 1:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 32 [00:01:22.000] Scheduled: /user/username/projects/myproject/usage/tsconfig.json -Info 33 [00:01:23.000] Scheduled: *ensureProjectForOpenFiles* -Info 34 [00:01:24.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/dependency/fns.ts 1:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/dependency/fns.ts 1:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/dependency/fns.ts 1:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info Before request //// [/user/username/projects/myproject/dependency/fns.ts] export function fn1() { } @@ -192,7 +196,7 @@ export function fn2() { } export function fn3() { } -Info 35 [00:01:25.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -202,16 +206,16 @@ Info 35 [00:01:25.000] request: "seq": 3, "type": "request" } -Info 36 [00:01:26.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 37 [00:01:27.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 38 [00:01:28.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 39 [00:01:29.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-2 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }" /user/username/projects/myproject/usage/usage.ts SVC-1-0 "import {\n fn1,\n fn2,\n} from '../decls/fns'\nfn1();\nfn2();\n" -Info 40 [00:01:30.000] ----------------------------------------------- -Info 41 [00:01:31.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -228,7 +232,7 @@ After request Before request -Info 42 [00:01:32.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveEmitFile", "arguments": { @@ -238,10 +242,10 @@ Info 42 [00:01:32.000] request: "seq": 4, "type": "request" } -Info 43 [00:01:35.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/usage/usage.js :: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 44 [00:01:36.000] Project: /user/username/projects/myproject/usage/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/usage/usage.js -Info 45 [00:01:37.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/usage/usage.js :: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 46 [00:01:38.000] response: +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/usage/usage.js :: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/usage/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/usage/usage.js +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/usage/usage.js :: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -258,7 +262,7 @@ var fns_1 = require("../decls/fns"); Before request -Info 47 [00:01:39.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "emit-output", "arguments": { @@ -268,7 +272,7 @@ Info 47 [00:01:39.000] request: "seq": 5, "type": "request" } -Info 48 [00:01:40.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "outputFiles": [ diff --git a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/when-dependency-project-is-not-open-and-save-on-usage-with-project-and-change-to-usage.js b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/when-dependency-project-is-not-open-and-save-on-usage-with-project-and-change-to-usage.js index 7e436b1c7bb6c..db9fdd0a81447 100644 --- a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/when-dependency-project-is-not-open-and-save-on-usage-with-project-and-change-to-usage.js +++ b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/when-dependency-project-is-not-open-and-save-on-usage-with-project-and-change-to-usage.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:29.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/fns.ts] export function fn1() { } @@ -35,7 +35,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -44,11 +44,11 @@ Info 1 [00:00:30.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:31.000] Search path: /user/username/projects/myproject/usage -Info 3 [00:00:32.000] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json -Info 4 [00:00:33.000] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json -Info 5 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/usage +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/usage/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/usage/usage.ts" ], @@ -62,10 +62,10 @@ Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfi } ] } -Info 7 [00:00:36.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:38.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/fns.ts" ], @@ -75,20 +75,22 @@ Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 12 [00:00:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:00:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:46.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:00:47.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 19 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 20 [00:00:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 21 [00:00:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 22 [00:00:51.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:00:52.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 24 [00:00:53.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" /user/username/projects/myproject/usage/usage.ts SVC-1-0 "import {\n fn1,\n fn2,\n} from '../decls/fns'\nfn1();\nfn2();\n" @@ -101,15 +103,15 @@ Info 24 [00:00:53.000] Files (3) usage.ts Matched by default include pattern '**/*' -Info 25 [00:00:54.000] ----------------------------------------------- -Info 26 [00:00:55.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 26 [00:00:56.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 26 [00:00:57.000] ----------------------------------------------- -Info 26 [00:00:58.000] Open files: -Info 26 [00:00:59.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 26 [00:01:00.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 26 [00:01:01.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -122,6 +124,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/usage/tsconfig.json: *new* @@ -141,7 +145,7 @@ FsWatchesRecursive:: Before request -Info 27 [00:01:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -150,23 +154,23 @@ Info 27 [00:01:02.000] request: "seq": 2, "type": "request" } -Info 28 [00:01:03.000] Before ensureProjectForOpenFiles: -Info 29 [00:01:04.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 29 [00:01:05.000] Files (3) +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 29 [00:01:06.000] ----------------------------------------------- -Info 29 [00:01:07.000] Open files: -Info 29 [00:01:08.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 29 [00:01:09.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 29 [00:01:10.000] After ensureProjectForOpenFiles: -Info 30 [00:01:11.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 30 [00:01:12.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 30 [00:01:13.000] ----------------------------------------------- -Info 30 [00:01:14.000] Open files: -Info 30 [00:01:15.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 30 [00:01:16.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 30 [00:01:17.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -183,7 +187,7 @@ After request Before request -Info 31 [00:01:18.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { @@ -197,7 +201,7 @@ Info 31 [00:01:18.000] request: "seq": 3, "type": "request" } -Info 32 [00:01:19.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -205,7 +209,7 @@ After request Before request -Info 33 [00:01:20.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -215,16 +219,16 @@ Info 33 [00:01:20.000] request: "seq": 4, "type": "request" } -Info 34 [00:01:21.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 35 [00:01:22.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 36 [00:01:23.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 37 [00:01:24.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" /user/username/projects/myproject/usage/usage.ts SVC-1-1 "import {\n fn1,\n fn2,\n} from '../decls/fns'\nfn1();\nfn2();\nexport function fn3() { }" -Info 38 [00:01:25.000] ----------------------------------------------- -Info 39 [00:01:26.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -241,7 +245,7 @@ After request Before request -Info 40 [00:01:27.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveEmitFile", "arguments": { @@ -251,10 +255,10 @@ Info 40 [00:01:27.000] request: "seq": 5, "type": "request" } -Info 41 [00:01:30.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/usage/usage.js :: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 42 [00:01:31.000] Project: /user/username/projects/myproject/usage/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/usage/usage.js -Info 43 [00:01:32.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/usage/usage.js :: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 44 [00:01:33.000] response: +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/usage/usage.js :: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/usage/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/usage/usage.js +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/usage/usage.js :: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -274,7 +278,7 @@ exports.fn3 = fn3; Before request -Info 45 [00:01:34.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "emit-output", "arguments": { @@ -284,7 +288,7 @@ Info 45 [00:01:34.000] request: "seq": 6, "type": "request" } -Info 46 [00:01:35.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "outputFiles": [ diff --git a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/when-dependency-project-is-not-open-and-save-on-usage-with-project-and-local-change-to-dependency.js b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/when-dependency-project-is-not-open-and-save-on-usage-with-project-and-local-change-to-dependency.js index ffe1d43cb9bb5..e72524b4fe0ca 100644 --- a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/when-dependency-project-is-not-open-and-save-on-usage-with-project-and-local-change-to-dependency.js +++ b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/when-dependency-project-is-not-open-and-save-on-usage-with-project-and-local-change-to-dependency.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:29.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/fns.ts] export function fn1() { } @@ -35,7 +35,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -44,11 +44,11 @@ Info 1 [00:00:30.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:31.000] Search path: /user/username/projects/myproject/usage -Info 3 [00:00:32.000] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json -Info 4 [00:00:33.000] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json -Info 5 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/usage +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/usage/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/usage/usage.ts" ], @@ -62,10 +62,10 @@ Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfi } ] } -Info 7 [00:00:36.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:38.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/fns.ts" ], @@ -75,20 +75,22 @@ Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 12 [00:00:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:00:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:46.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:00:47.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 19 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 20 [00:00:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 21 [00:00:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 22 [00:00:51.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:00:52.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 24 [00:00:53.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" /user/username/projects/myproject/usage/usage.ts SVC-1-0 "import {\n fn1,\n fn2,\n} from '../decls/fns'\nfn1();\nfn2();\n" @@ -101,15 +103,15 @@ Info 24 [00:00:53.000] Files (3) usage.ts Matched by default include pattern '**/*' -Info 25 [00:00:54.000] ----------------------------------------------- -Info 26 [00:00:55.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 26 [00:00:56.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 26 [00:00:57.000] ----------------------------------------------- -Info 26 [00:00:58.000] Open files: -Info 26 [00:00:59.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 26 [00:01:00.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 26 [00:01:01.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -122,6 +124,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/usage/tsconfig.json: *new* @@ -141,7 +145,7 @@ FsWatchesRecursive:: Before request -Info 27 [00:01:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -150,23 +154,23 @@ Info 27 [00:01:02.000] request: "seq": 2, "type": "request" } -Info 28 [00:01:03.000] Before ensureProjectForOpenFiles: -Info 29 [00:01:04.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 29 [00:01:05.000] Files (3) +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 29 [00:01:06.000] ----------------------------------------------- -Info 29 [00:01:07.000] Open files: -Info 29 [00:01:08.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 29 [00:01:09.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 29 [00:01:10.000] After ensureProjectForOpenFiles: -Info 30 [00:01:11.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 30 [00:01:12.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 30 [00:01:13.000] ----------------------------------------------- -Info 30 [00:01:14.000] Open files: -Info 30 [00:01:15.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 30 [00:01:16.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 30 [00:01:17.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -181,10 +185,10 @@ Info 30 [00:01:17.000] response: } After request -Info 31 [00:01:21.000] FileWatcher:: Triggered with /user/username/projects/myproject/dependency/fns.ts 1:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 32 [00:01:22.000] Scheduled: /user/username/projects/myproject/usage/tsconfig.json -Info 33 [00:01:23.000] Scheduled: *ensureProjectForOpenFiles* -Info 34 [00:01:24.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/dependency/fns.ts 1:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/dependency/fns.ts 1:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/dependency/fns.ts 1:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info Before request //// [/user/username/projects/myproject/dependency/fns.ts] export function fn1() { } @@ -192,7 +196,7 @@ export function fn2() { } function fn3() { } -Info 35 [00:01:25.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -202,16 +206,16 @@ Info 35 [00:01:25.000] request: "seq": 3, "type": "request" } -Info 36 [00:01:26.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 37 [00:01:27.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 38 [00:01:28.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 39 [00:01:29.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-2 "export function fn1() { }\nexport function fn2() { }\nfunction fn3() { }" /user/username/projects/myproject/usage/usage.ts SVC-1-0 "import {\n fn1,\n fn2,\n} from '../decls/fns'\nfn1();\nfn2();\n" -Info 40 [00:01:30.000] ----------------------------------------------- -Info 41 [00:01:31.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -228,7 +232,7 @@ After request Before request -Info 42 [00:01:32.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveEmitFile", "arguments": { @@ -238,10 +242,10 @@ Info 42 [00:01:32.000] request: "seq": 4, "type": "request" } -Info 43 [00:01:35.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/usage/usage.js :: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 44 [00:01:36.000] Project: /user/username/projects/myproject/usage/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/usage/usage.js -Info 45 [00:01:37.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/usage/usage.js :: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 46 [00:01:38.000] response: +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/usage/usage.js :: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/usage/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/usage/usage.js +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/usage/usage.js :: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -258,7 +262,7 @@ var fns_1 = require("../decls/fns"); Before request -Info 47 [00:01:39.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "emit-output", "arguments": { @@ -268,7 +272,7 @@ Info 47 [00:01:39.000] request: "seq": 5, "type": "request" } -Info 48 [00:01:40.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "outputFiles": [ diff --git a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/when-dependency-project-is-not-open-and-save-on-usage-with-project-and-local-change-to-usage.js b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/when-dependency-project-is-not-open-and-save-on-usage-with-project-and-local-change-to-usage.js index 006f8f8c67fc9..18dbcfb4566ca 100644 --- a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/when-dependency-project-is-not-open-and-save-on-usage-with-project-and-local-change-to-usage.js +++ b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/when-dependency-project-is-not-open-and-save-on-usage-with-project-and-local-change-to-usage.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:29.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/fns.ts] export function fn1() { } @@ -35,7 +35,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -44,11 +44,11 @@ Info 1 [00:00:30.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:31.000] Search path: /user/username/projects/myproject/usage -Info 3 [00:00:32.000] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json -Info 4 [00:00:33.000] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json -Info 5 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/usage +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/usage/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/usage/usage.ts" ], @@ -62,10 +62,10 @@ Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfi } ] } -Info 7 [00:00:36.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:38.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/fns.ts" ], @@ -75,20 +75,22 @@ Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 12 [00:00:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:00:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:46.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:00:47.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 19 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 20 [00:00:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 21 [00:00:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 22 [00:00:51.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:00:52.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 24 [00:00:53.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" /user/username/projects/myproject/usage/usage.ts SVC-1-0 "import {\n fn1,\n fn2,\n} from '../decls/fns'\nfn1();\nfn2();\n" @@ -101,15 +103,15 @@ Info 24 [00:00:53.000] Files (3) usage.ts Matched by default include pattern '**/*' -Info 25 [00:00:54.000] ----------------------------------------------- -Info 26 [00:00:55.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 26 [00:00:56.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 26 [00:00:57.000] ----------------------------------------------- -Info 26 [00:00:58.000] Open files: -Info 26 [00:00:59.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 26 [00:01:00.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 26 [00:01:01.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -122,6 +124,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/usage/tsconfig.json: *new* @@ -141,7 +145,7 @@ FsWatchesRecursive:: Before request -Info 27 [00:01:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -150,23 +154,23 @@ Info 27 [00:01:02.000] request: "seq": 2, "type": "request" } -Info 28 [00:01:03.000] Before ensureProjectForOpenFiles: -Info 29 [00:01:04.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 29 [00:01:05.000] Files (3) +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 29 [00:01:06.000] ----------------------------------------------- -Info 29 [00:01:07.000] Open files: -Info 29 [00:01:08.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 29 [00:01:09.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 29 [00:01:10.000] After ensureProjectForOpenFiles: -Info 30 [00:01:11.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 30 [00:01:12.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 30 [00:01:13.000] ----------------------------------------------- -Info 30 [00:01:14.000] Open files: -Info 30 [00:01:15.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 30 [00:01:16.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 30 [00:01:17.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -183,7 +187,7 @@ After request Before request -Info 31 [00:01:18.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { @@ -197,7 +201,7 @@ Info 31 [00:01:18.000] request: "seq": 3, "type": "request" } -Info 32 [00:01:19.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -205,7 +209,7 @@ After request Before request -Info 33 [00:01:20.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -215,16 +219,16 @@ Info 33 [00:01:20.000] request: "seq": 4, "type": "request" } -Info 34 [00:01:21.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 35 [00:01:22.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 36 [00:01:23.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 37 [00:01:24.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" /user/username/projects/myproject/usage/usage.ts SVC-1-1 "import {\n fn1,\n fn2,\n} from '../decls/fns'\nfn1();\nfn2();\nfunction fn3() { }" -Info 38 [00:01:25.000] ----------------------------------------------- -Info 39 [00:01:26.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -241,7 +245,7 @@ After request Before request -Info 40 [00:01:27.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveEmitFile", "arguments": { @@ -251,10 +255,10 @@ Info 40 [00:01:27.000] request: "seq": 5, "type": "request" } -Info 41 [00:01:30.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/usage/usage.js :: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 42 [00:01:31.000] Project: /user/username/projects/myproject/usage/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/usage/usage.js -Info 43 [00:01:32.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/usage/usage.js :: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 44 [00:01:33.000] response: +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/usage/usage.js :: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/usage/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/usage/usage.js +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/usage/usage.js :: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -272,7 +276,7 @@ function fn3() { } Before request -Info 45 [00:01:34.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "emit-output", "arguments": { @@ -282,7 +286,7 @@ Info 45 [00:01:34.000] request: "seq": 6, "type": "request" } -Info 46 [00:01:35.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "outputFiles": [ diff --git a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/when-dependency-project-is-not-open-and-save-on-usage-with-project.js b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/when-dependency-project-is-not-open-and-save-on-usage-with-project.js index 84a74765d4bf6..b1165b42a6ee3 100644 --- a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/when-dependency-project-is-not-open-and-save-on-usage-with-project.js +++ b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/when-dependency-project-is-not-open-and-save-on-usage-with-project.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:29.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/fns.ts] export function fn1() { } @@ -35,7 +35,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -44,11 +44,11 @@ Info 1 [00:00:30.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:31.000] Search path: /user/username/projects/myproject/usage -Info 3 [00:00:32.000] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json -Info 4 [00:00:33.000] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json -Info 5 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/usage +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/usage/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/usage/usage.ts" ], @@ -62,10 +62,10 @@ Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfi } ] } -Info 7 [00:00:36.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:38.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/fns.ts" ], @@ -75,20 +75,22 @@ Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 12 [00:00:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:00:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:46.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:00:47.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 19 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 20 [00:00:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 21 [00:00:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 22 [00:00:51.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:00:52.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 24 [00:00:53.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" /user/username/projects/myproject/usage/usage.ts SVC-1-0 "import {\n fn1,\n fn2,\n} from '../decls/fns'\nfn1();\nfn2();\n" @@ -101,15 +103,15 @@ Info 24 [00:00:53.000] Files (3) usage.ts Matched by default include pattern '**/*' -Info 25 [00:00:54.000] ----------------------------------------------- -Info 26 [00:00:55.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 26 [00:00:56.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 26 [00:00:57.000] ----------------------------------------------- -Info 26 [00:00:58.000] Open files: -Info 26 [00:00:59.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 26 [00:01:00.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 26 [00:01:01.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -122,6 +124,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/usage/tsconfig.json: *new* @@ -141,7 +145,7 @@ FsWatchesRecursive:: Before request -Info 27 [00:01:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -151,7 +155,7 @@ Info 27 [00:01:02.000] request: "seq": 2, "type": "request" } -Info 28 [00:01:03.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -168,7 +172,7 @@ After request Before request -Info 29 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveEmitFile", "arguments": { @@ -178,10 +182,10 @@ Info 29 [00:01:04.000] request: "seq": 3, "type": "request" } -Info 30 [00:01:07.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/usage/usage.js :: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 31 [00:01:08.000] Project: /user/username/projects/myproject/usage/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/usage/usage.js -Info 32 [00:01:09.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/usage/usage.js :: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 33 [00:01:10.000] response: +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/usage/usage.js :: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/usage/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/usage/usage.js +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/usage/usage.js :: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -198,7 +202,7 @@ var fns_1 = require("../decls/fns"); Before request -Info 34 [00:01:11.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "emit-output", "arguments": { @@ -208,7 +212,7 @@ Info 34 [00:01:11.000] request: "seq": 4, "type": "request" } -Info 35 [00:01:12.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "outputFiles": [ diff --git a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/when-dependency-project-is-not-open-and-save-on-usage.js b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/when-dependency-project-is-not-open-and-save-on-usage.js index 90a28ca9c5e1f..45b836b957d76 100644 --- a/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/when-dependency-project-is-not-open-and-save-on-usage.js +++ b/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/when-dependency-project-is-not-open-and-save-on-usage.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:29.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/fns.ts] export function fn1() { } @@ -35,7 +35,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -44,11 +44,11 @@ Info 1 [00:00:30.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:31.000] Search path: /user/username/projects/myproject/usage -Info 3 [00:00:32.000] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json -Info 4 [00:00:33.000] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json -Info 5 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/usage +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/usage/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/usage/usage.ts" ], @@ -62,10 +62,10 @@ Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfi } ] } -Info 7 [00:00:36.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:38.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/fns.ts" ], @@ -75,20 +75,22 @@ Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 12 [00:00:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:00:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:46.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:00:47.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 19 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 20 [00:00:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 21 [00:00:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 22 [00:00:51.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:00:52.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 24 [00:00:53.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n" /user/username/projects/myproject/usage/usage.ts SVC-1-0 "import {\n fn1,\n fn2,\n} from '../decls/fns'\nfn1();\nfn2();\n" @@ -101,15 +103,15 @@ Info 24 [00:00:53.000] Files (3) usage.ts Matched by default include pattern '**/*' -Info 25 [00:00:54.000] ----------------------------------------------- -Info 26 [00:00:55.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 26 [00:00:56.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 26 [00:00:57.000] ----------------------------------------------- -Info 26 [00:00:58.000] Open files: -Info 26 [00:00:59.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 26 [00:01:00.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 26 [00:01:01.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -122,6 +124,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/usage/tsconfig.json: *new* @@ -141,7 +145,7 @@ FsWatchesRecursive:: Before request -Info 27 [00:01:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveAffectedFileList", "arguments": { @@ -150,23 +154,23 @@ Info 27 [00:01:02.000] request: "seq": 2, "type": "request" } -Info 28 [00:01:03.000] Before ensureProjectForOpenFiles: -Info 29 [00:01:04.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 29 [00:01:05.000] Files (3) - -Info 29 [00:01:06.000] ----------------------------------------------- -Info 29 [00:01:07.000] Open files: -Info 29 [00:01:08.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 29 [00:01:09.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 29 [00:01:10.000] After ensureProjectForOpenFiles: -Info 30 [00:01:11.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 30 [00:01:12.000] Files (3) - -Info 30 [00:01:13.000] ----------------------------------------------- -Info 30 [00:01:14.000] Open files: -Info 30 [00:01:15.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 30 [00:01:16.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 30 [00:01:17.000] response: +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -183,7 +187,7 @@ After request Before request -Info 31 [00:01:18.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compileOnSaveEmitFile", "arguments": { @@ -192,10 +196,10 @@ Info 31 [00:01:18.000] request: "seq": 3, "type": "request" } -Info 32 [00:01:21.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/usage/usage.js :: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 33 [00:01:22.000] Project: /user/username/projects/myproject/usage/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/usage/usage.js -Info 34 [00:01:23.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/usage/usage.js :: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 35 [00:01:24.000] response: +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/usage/usage.js :: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/usage/tsconfig.json Detected file add/remove of non supported extension: /user/username/projects/myproject/usage/usage.js +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/usage/usage.js :: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -212,7 +216,7 @@ var fns_1 = require("../decls/fns"); Before request -Info 36 [00:01:25.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "emit-output", "arguments": { @@ -221,7 +225,7 @@ Info 36 [00:01:25.000] request: "seq": 4, "type": "request" } -Info 37 [00:01:26.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "outputFiles": [ diff --git a/tests/baselines/reference/tsserver/projectReferenceErrors/with-module-scenario-when-dependency-project-is-not-open-gerErr-with-sync-commands.js b/tests/baselines/reference/tsserver/projectReferenceErrors/with-module-scenario-when-dependency-project-is-not-open-gerErr-with-sync-commands.js index e590eef2956b7..1efe59d2773af 100644 --- a/tests/baselines/reference/tsserver/projectReferenceErrors/with-module-scenario-when-dependency-project-is-not-open-gerErr-with-sync-commands.js +++ b/tests/baselines/reference/tsserver/projectReferenceErrors/with-module-scenario-when-dependency-project-is-not-open-gerErr-with-sync-commands.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:29.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/fns.ts] export function fn1() { } @@ -40,7 +40,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -49,11 +49,11 @@ Info 1 [00:00:30.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:31.000] Search path: /user/username/projects/myproject/usage -Info 3 [00:00:32.000] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json -Info 4 [00:00:33.000] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json -Info 5 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/usage +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/usage/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/usage/usage.ts" ], @@ -68,10 +68,10 @@ Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfi } ] } -Info 7 [00:00:36.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:38.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/fns.ts" ], @@ -81,20 +81,22 @@ Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 12 [00:00:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:00:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:46.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:00:47.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 19 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 20 [00:00:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 21 [00:00:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 22 [00:00:51.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:00:52.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 24 [00:00:53.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n// Introduce error for fnErr import in main\n// export function fnErr() { }\n// Error in dependency ts file\nexport let x: string = 10;" /user/username/projects/myproject/usage/usage.ts SVC-1-0 "import {\n fn1,\n fn2,\n fnErr\n} from '../decls/fns'\nfn1();\nfn2();\nfnErr();\n" @@ -107,17 +109,17 @@ Info 24 [00:00:53.000] Files (3) usage.ts Matched by default include pattern '**/*' -Info 25 [00:00:54.000] ----------------------------------------------- -Info 26 [00:00:55.000] Search path: /user/username/projects/myproject/usage -Info 27 [00:00:56.000] For info: /user/username/projects/myproject/usage/tsconfig.json :: No config files found. -Info 28 [00:00:57.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 28 [00:00:58.000] Files (3) - -Info 28 [00:00:59.000] ----------------------------------------------- -Info 28 [00:01:00.000] Open files: -Info 28 [00:01:01.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 28 [00:01:02.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 28 [00:01:03.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/usage +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/usage/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -130,6 +132,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/usage/tsconfig.json: *new* @@ -149,7 +153,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "syntacticDiagnosticsSync", "arguments": { @@ -158,7 +162,7 @@ Info 29 [00:01:04.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:05.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [], "responseRequired": true @@ -167,7 +171,7 @@ After request Before request -Info 31 [00:01:06.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "semanticDiagnosticsSync", "arguments": { @@ -176,7 +180,7 @@ Info 31 [00:01:06.000] request: "seq": 3, "type": "request" } -Info 32 [00:01:07.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -199,7 +203,7 @@ After request Before request -Info 33 [00:01:08.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "suggestionDiagnosticsSync", "arguments": { @@ -208,7 +212,7 @@ Info 33 [00:01:08.000] request: "seq": 4, "type": "request" } -Info 34 [00:01:09.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [], "responseRequired": true @@ -217,7 +221,7 @@ After request Before request -Info 35 [00:01:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "syntacticDiagnosticsSync", "arguments": { @@ -226,7 +230,7 @@ Info 35 [00:01:10.000] request: "seq": 5, "type": "request" } -Info 36 [00:01:11.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [], "responseRequired": true @@ -235,7 +239,7 @@ After request Before request -Info 37 [00:01:12.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "semanticDiagnosticsSync", "arguments": { @@ -244,7 +248,7 @@ Info 37 [00:01:12.000] request: "seq": 6, "type": "request" } -Info 38 [00:01:13.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [], "responseRequired": true @@ -253,7 +257,7 @@ After request Before request -Info 39 [00:01:14.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "suggestionDiagnosticsSync", "arguments": { @@ -262,7 +266,7 @@ Info 39 [00:01:14.000] request: "seq": 7, "type": "request" } -Info 40 [00:01:15.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [], "responseRequired": true @@ -271,7 +275,7 @@ After request Before request -Info 41 [00:01:16.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "syntacticDiagnosticsSync", "arguments": { @@ -281,7 +285,7 @@ Info 41 [00:01:16.000] request: "seq": 8, "type": "request" } -Info 42 [00:01:17.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [], "responseRequired": true @@ -290,7 +294,7 @@ After request Before request -Info 43 [00:01:18.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "semanticDiagnosticsSync", "arguments": { @@ -300,7 +304,7 @@ Info 43 [00:01:18.000] request: "seq": 9, "type": "request" } -Info 44 [00:01:19.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -323,7 +327,7 @@ After request Before request -Info 45 [00:01:20.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "suggestionDiagnosticsSync", "arguments": { @@ -333,7 +337,7 @@ Info 45 [00:01:20.000] request: "seq": 10, "type": "request" } -Info 46 [00:01:21.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [], "responseRequired": true @@ -342,7 +346,7 @@ After request Before request -Info 47 [00:01:22.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "syntacticDiagnosticsSync", "arguments": { @@ -352,7 +356,7 @@ Info 47 [00:01:22.000] request: "seq": 11, "type": "request" } -Info 48 [00:01:23.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [], "responseRequired": true @@ -361,7 +365,7 @@ After request Before request -Info 49 [00:01:24.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "semanticDiagnosticsSync", "arguments": { @@ -371,7 +375,7 @@ Info 49 [00:01:24.000] request: "seq": 12, "type": "request" } -Info 50 [00:01:25.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [], "responseRequired": true @@ -380,7 +384,7 @@ After request Before request -Info 51 [00:01:26.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "suggestionDiagnosticsSync", "arguments": { @@ -390,7 +394,7 @@ Info 51 [00:01:26.000] request: "seq": 13, "type": "request" } -Info 52 [00:01:27.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [], "responseRequired": true diff --git a/tests/baselines/reference/tsserver/projectReferenceErrors/with-module-scenario-when-dependency-project-is-not-open-getErr.js b/tests/baselines/reference/tsserver/projectReferenceErrors/with-module-scenario-when-dependency-project-is-not-open-getErr.js index 9efbf09f187d7..e9cda41497dcc 100644 --- a/tests/baselines/reference/tsserver/projectReferenceErrors/with-module-scenario-when-dependency-project-is-not-open-getErr.js +++ b/tests/baselines/reference/tsserver/projectReferenceErrors/with-module-scenario-when-dependency-project-is-not-open-getErr.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:29.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/fns.ts] export function fn1() { } @@ -40,7 +40,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -49,13 +49,13 @@ Info 1 [00:00:30.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:31.000] Search path: /user/username/projects/myproject/usage -Info 3 [00:00:32.000] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json -Info 4 [00:00:33.000] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json -Info 5 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 6 [00:00:35.000] event: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/usage +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/usage/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/myproject/usage/usage.ts to open"}} -Info 7 [00:00:36.000] Config: /user/username/projects/myproject/usage/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/usage/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/usage/usage.ts" ], @@ -70,10 +70,10 @@ Info 7 [00:00:36.000] Config: /user/username/projects/myproject/usage/tsconfi } ] } -Info 8 [00:00:37.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:38.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:39.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 11 [00:00:40.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/fns.ts" ], @@ -83,20 +83,22 @@ Info 11 [00:00:40.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 12 [00:00:41.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 13 [00:00:42.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:43.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 15 [00:00:44.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:00:45.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 17 [00:00:46.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 18 [00:00:47.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 19 [00:00:48.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 20 [00:00:49.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 21 [00:00:50.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 22 [00:00:51.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 23 [00:00:52.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 24 [00:00:53.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 25 [00:00:54.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n// Introduce error for fnErr import in main\n// export function fnErr() { }\n// Error in dependency ts file\nexport let x: string = 10;" /user/username/projects/myproject/usage/usage.ts SVC-1-0 "import {\n fn1,\n fn2,\n fnErr\n} from '../decls/fns'\nfn1();\nfn2();\nfnErr();\n" @@ -109,23 +111,23 @@ Info 25 [00:00:54.000] Files (3) usage.ts Matched by default include pattern '**/*' -Info 26 [00:00:55.000] ----------------------------------------------- -Info 27 [00:00:56.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/usage/tsconfig.json"}} -Info 28 [00:00:57.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"2b96539513e8810fb8ec0c078e4cb28919c0c28cdb8f7646118c5a6f4ff4cb10","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":2,"tsSize":266,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{"composite":true},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 29 [00:00:58.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/usage/usage.ts","configFile":"/user/username/projects/myproject/usage/tsconfig.json","diagnostics":[]}} -Info 30 [00:00:59.000] Search path: /user/username/projects/myproject/usage -Info 31 [00:01:00.000] For info: /user/username/projects/myproject/usage/tsconfig.json :: No config files found. -Info 32 [00:01:01.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 32 [00:01:02.000] Files (3) - -Info 32 [00:01:03.000] ----------------------------------------------- -Info 32 [00:01:04.000] Open files: -Info 32 [00:01:05.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 32 [00:01:06.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 32 [00:01:07.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/usage +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/usage/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -138,6 +140,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/usage/tsconfig.json: *new* @@ -157,7 +161,7 @@ FsWatchesRecursive:: Before request -Info 33 [00:01:08.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -169,7 +173,7 @@ Info 33 [00:01:08.000] request: "seq": 2, "type": "request" } -Info 34 [00:01:09.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -178,14 +182,14 @@ After request Before running Timeout callback:: count: 1 1: checkOne -Info 35 [00:01:10.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/usage/usage.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 1: semanticCheck -Info 36 [00:01:11.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/usage/usage.ts","diagnostics":[{"start":{"line":4,"offset":5},"end":{"line":4,"offset":10},"text":"Module '\"../decls/fns\"' has no exported member 'fnErr'.","code":2305,"category":"error"}]}} After running Immedidate callback:: count: 1 2: suggestionCheck @@ -193,8 +197,8 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 2: suggestionCheck -Info 37 [00:01:12.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/usage/usage.ts","diagnostics":[]}} -Info 38 [00:01:13.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":2}} After running Immedidate callback:: count: 0 diff --git a/tests/baselines/reference/tsserver/projectReferenceErrors/with-module-scenario-when-dependency-project-is-not-open-geterrForProject.js b/tests/baselines/reference/tsserver/projectReferenceErrors/with-module-scenario-when-dependency-project-is-not-open-geterrForProject.js index af4f41b96029c..ee393c8cfaabb 100644 --- a/tests/baselines/reference/tsserver/projectReferenceErrors/with-module-scenario-when-dependency-project-is-not-open-geterrForProject.js +++ b/tests/baselines/reference/tsserver/projectReferenceErrors/with-module-scenario-when-dependency-project-is-not-open-geterrForProject.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:29.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/fns.ts] export function fn1() { } @@ -40,7 +40,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -49,13 +49,13 @@ Info 1 [00:00:30.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:31.000] Search path: /user/username/projects/myproject/usage -Info 3 [00:00:32.000] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json -Info 4 [00:00:33.000] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json -Info 5 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 6 [00:00:35.000] event: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/usage +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/usage/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/myproject/usage/usage.ts to open"}} -Info 7 [00:00:36.000] Config: /user/username/projects/myproject/usage/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/usage/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/usage/usage.ts" ], @@ -70,10 +70,10 @@ Info 7 [00:00:36.000] Config: /user/username/projects/myproject/usage/tsconfi } ] } -Info 8 [00:00:37.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:38.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:39.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 11 [00:00:40.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/fns.ts" ], @@ -83,20 +83,22 @@ Info 11 [00:00:40.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 12 [00:00:41.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 13 [00:00:42.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:43.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 15 [00:00:44.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:00:45.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 17 [00:00:46.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 18 [00:00:47.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 19 [00:00:48.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 20 [00:00:49.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 21 [00:00:50.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 22 [00:00:51.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 23 [00:00:52.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 24 [00:00:53.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 25 [00:00:54.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n// Introduce error for fnErr import in main\n// export function fnErr() { }\n// Error in dependency ts file\nexport let x: string = 10;" /user/username/projects/myproject/usage/usage.ts SVC-1-0 "import {\n fn1,\n fn2,\n fnErr\n} from '../decls/fns'\nfn1();\nfn2();\nfnErr();\n" @@ -109,23 +111,23 @@ Info 25 [00:00:54.000] Files (3) usage.ts Matched by default include pattern '**/*' -Info 26 [00:00:55.000] ----------------------------------------------- -Info 27 [00:00:56.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/usage/tsconfig.json"}} -Info 28 [00:00:57.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"2b96539513e8810fb8ec0c078e4cb28919c0c28cdb8f7646118c5a6f4ff4cb10","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":2,"tsSize":266,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{"composite":true},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 29 [00:00:58.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/usage/usage.ts","configFile":"/user/username/projects/myproject/usage/tsconfig.json","diagnostics":[]}} -Info 30 [00:00:59.000] Search path: /user/username/projects/myproject/usage -Info 31 [00:01:00.000] For info: /user/username/projects/myproject/usage/tsconfig.json :: No config files found. -Info 32 [00:01:01.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 32 [00:01:02.000] Files (3) - -Info 32 [00:01:03.000] ----------------------------------------------- -Info 32 [00:01:04.000] Open files: -Info 32 [00:01:05.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 32 [00:01:06.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 32 [00:01:07.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/usage +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/usage/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -138,6 +140,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/usage/tsconfig.json: *new* @@ -157,7 +161,7 @@ FsWatchesRecursive:: Before request -Info 33 [00:01:08.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterrForProject", "arguments": { @@ -167,7 +171,7 @@ Info 33 [00:01:08.000] request: "seq": 2, "type": "request" } -Info 34 [00:01:09.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -176,14 +180,14 @@ After request Before running Timeout callback:: count: 1 1: checkOne -Info 35 [00:01:10.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/usage/usage.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 1: semanticCheck -Info 36 [00:01:11.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/usage/usage.ts","diagnostics":[{"start":{"line":4,"offset":5},"end":{"line":4,"offset":10},"text":"Module '\"../decls/fns\"' has no exported member 'fnErr'.","code":2305,"category":"error"}]}} After running Immedidate callback:: count: 1 2: suggestionCheck @@ -191,21 +195,21 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 2: suggestionCheck -Info 37 [00:01:12.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/usage/usage.ts","diagnostics":[]}} After running Immedidate callback:: count: 0 Before running Timeout callback:: count: 1 2: checkOne -Info 38 [00:01:13.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/dependency/fns.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 3: semanticCheck -Info 39 [00:01:14.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/dependency/fns.ts","diagnostics":[]}} After running Immedidate callback:: count: 1 4: suggestionCheck @@ -213,15 +217,15 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 4: suggestionCheck -Info 40 [00:01:15.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/dependency/fns.ts","diagnostics":[]}} -Info 41 [00:01:16.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":2}} After running Immedidate callback:: count: 0 Before request -Info 42 [00:01:17.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterrForProject", "arguments": { @@ -231,7 +235,7 @@ Info 42 [00:01:17.000] request: "seq": 3, "type": "request" } -Info 43 [00:01:18.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -240,14 +244,14 @@ After request Before running Timeout callback:: count: 1 3: checkOne -Info 44 [00:01:19.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/dependency/fns.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 5: semanticCheck -Info 45 [00:01:20.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/dependency/fns.ts","diagnostics":[]}} After running Immedidate callback:: count: 1 6: suggestionCheck @@ -255,21 +259,21 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 6: suggestionCheck -Info 46 [00:01:21.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/dependency/fns.ts","diagnostics":[]}} After running Immedidate callback:: count: 0 Before running Timeout callback:: count: 1 4: checkOne -Info 47 [00:01:22.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/usage/usage.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 7: semanticCheck -Info 48 [00:01:23.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/usage/usage.ts","diagnostics":[{"start":{"line":4,"offset":5},"end":{"line":4,"offset":10},"text":"Module '\"../decls/fns\"' has no exported member 'fnErr'.","code":2305,"category":"error"}]}} After running Immedidate callback:: count: 1 8: suggestionCheck @@ -277,8 +281,8 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 8: suggestionCheck -Info 49 [00:01:24.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/usage/usage.ts","diagnostics":[]}} -Info 50 [00:01:25.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":3}} After running Immedidate callback:: count: 0 diff --git a/tests/baselines/reference/tsserver/projectReferenceErrors/with-module-scenario-when-the-depedency-file-is-open-gerErr-with-sync-commands.js b/tests/baselines/reference/tsserver/projectReferenceErrors/with-module-scenario-when-the-depedency-file-is-open-gerErr-with-sync-commands.js index 3de3bfbc9fd3b..661dc025918b8 100644 --- a/tests/baselines/reference/tsserver/projectReferenceErrors/with-module-scenario-when-the-depedency-file-is-open-gerErr-with-sync-commands.js +++ b/tests/baselines/reference/tsserver/projectReferenceErrors/with-module-scenario-when-the-depedency-file-is-open-gerErr-with-sync-commands.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:29.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/fns.ts] export function fn1() { } @@ -40,7 +40,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -49,11 +49,11 @@ Info 1 [00:00:30.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:31.000] Search path: /user/username/projects/myproject/usage -Info 3 [00:00:32.000] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json -Info 4 [00:00:33.000] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json -Info 5 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/usage +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/usage/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/usage/usage.ts" ], @@ -68,10 +68,10 @@ Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfi } ] } -Info 7 [00:00:36.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:38.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/fns.ts" ], @@ -81,20 +81,22 @@ Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 12 [00:00:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:00:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:46.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:00:47.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 19 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 20 [00:00:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 21 [00:00:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 22 [00:00:51.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:00:52.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 24 [00:00:53.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n// Introduce error for fnErr import in main\n// export function fnErr() { }\n// Error in dependency ts file\nexport let x: string = 10;" /user/username/projects/myproject/usage/usage.ts SVC-1-0 "import {\n fn1,\n fn2,\n fnErr\n} from '../decls/fns'\nfn1();\nfn2();\nfnErr();\n" @@ -107,17 +109,17 @@ Info 24 [00:00:53.000] Files (3) usage.ts Matched by default include pattern '**/*' -Info 25 [00:00:54.000] ----------------------------------------------- -Info 26 [00:00:55.000] Search path: /user/username/projects/myproject/usage -Info 27 [00:00:56.000] For info: /user/username/projects/myproject/usage/tsconfig.json :: No config files found. -Info 28 [00:00:57.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 28 [00:00:58.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/usage +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/usage/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 28 [00:00:59.000] ----------------------------------------------- -Info 28 [00:01:00.000] Open files: -Info 28 [00:01:01.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 28 [00:01:02.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 28 [00:01:03.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -130,6 +132,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/usage/tsconfig.json: *new* @@ -149,7 +153,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -158,18 +162,20 @@ Info 29 [00:01:04.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:05.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 31 [00:01:06.000] Search path: /user/username/projects/myproject/dependency -Info 32 [00:01:07.000] For info: /user/username/projects/myproject/dependency/fns.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 33 [00:01:08.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 34 [00:01:09.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 35 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 36 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 37 [00:01:12.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 38 [00:01:13.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 39 [00:01:14.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 40 [00:01:15.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 41 [00:01:16.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/fns.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n// Introduce error for fnErr import in main\n// export function fnErr() { }\n// Error in dependency ts file\nexport let x: string = 10;" @@ -179,23 +185,23 @@ Info 41 [00:01:16.000] Files (2) fns.ts Matched by default include pattern '**/*' -Info 42 [00:01:17.000] ----------------------------------------------- -Info 43 [00:01:18.000] Search path: /user/username/projects/myproject/dependency -Info 44 [00:01:19.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 45 [00:01:20.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 45 [00:01:21.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 45 [00:01:22.000] ----------------------------------------------- -Info 45 [00:01:23.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 45 [00:01:24.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 45 [00:01:25.000] ----------------------------------------------- -Info 45 [00:01:26.000] Open files: -Info 45 [00:01:27.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 45 [00:01:28.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 45 [00:01:29.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 45 [00:01:30.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 45 [00:01:31.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -208,6 +214,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: *new* {"pollingInterval":500} @@ -231,7 +239,7 @@ FsWatchesRecursive:: Before request -Info 46 [00:01:32.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "syntacticDiagnosticsSync", "arguments": { @@ -240,7 +248,7 @@ Info 46 [00:01:32.000] request: "seq": 3, "type": "request" } -Info 47 [00:01:33.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [], "responseRequired": true @@ -249,7 +257,7 @@ After request Before request -Info 48 [00:01:34.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "semanticDiagnosticsSync", "arguments": { @@ -258,7 +266,7 @@ Info 48 [00:01:34.000] request: "seq": 4, "type": "request" } -Info 49 [00:01:35.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -281,7 +289,7 @@ After request Before request -Info 50 [00:01:36.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "suggestionDiagnosticsSync", "arguments": { @@ -290,7 +298,7 @@ Info 50 [00:01:36.000] request: "seq": 5, "type": "request" } -Info 51 [00:01:37.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [], "responseRequired": true @@ -299,7 +307,7 @@ After request Before request -Info 52 [00:01:38.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "syntacticDiagnosticsSync", "arguments": { @@ -308,7 +316,7 @@ Info 52 [00:01:38.000] request: "seq": 6, "type": "request" } -Info 53 [00:01:39.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [], "responseRequired": true @@ -317,7 +325,7 @@ After request Before request -Info 54 [00:01:40.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "semanticDiagnosticsSync", "arguments": { @@ -326,7 +334,7 @@ Info 54 [00:01:40.000] request: "seq": 7, "type": "request" } -Info 55 [00:01:41.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -349,7 +357,7 @@ After request Before request -Info 56 [00:01:42.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "suggestionDiagnosticsSync", "arguments": { @@ -358,7 +366,7 @@ Info 56 [00:01:42.000] request: "seq": 8, "type": "request" } -Info 57 [00:01:43.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [], "responseRequired": true @@ -367,7 +375,7 @@ After request Before request -Info 58 [00:01:44.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "syntacticDiagnosticsSync", "arguments": { @@ -377,7 +385,7 @@ Info 58 [00:01:44.000] request: "seq": 9, "type": "request" } -Info 59 [00:01:45.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [], "responseRequired": true @@ -386,7 +394,7 @@ After request Before request -Info 60 [00:01:46.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "semanticDiagnosticsSync", "arguments": { @@ -396,7 +404,7 @@ Info 60 [00:01:46.000] request: "seq": 10, "type": "request" } -Info 61 [00:01:47.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -419,7 +427,7 @@ After request Before request -Info 62 [00:01:48.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "suggestionDiagnosticsSync", "arguments": { @@ -429,7 +437,7 @@ Info 62 [00:01:48.000] request: "seq": 11, "type": "request" } -Info 63 [00:01:49.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [], "responseRequired": true @@ -438,7 +446,7 @@ After request Before request -Info 64 [00:01:50.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "syntacticDiagnosticsSync", "arguments": { @@ -448,7 +456,7 @@ Info 64 [00:01:50.000] request: "seq": 12, "type": "request" } -Info 65 [00:01:51.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [], "responseRequired": true @@ -457,7 +465,7 @@ After request Before request -Info 66 [00:01:52.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "semanticDiagnosticsSync", "arguments": { @@ -467,7 +475,7 @@ Info 66 [00:01:52.000] request: "seq": 13, "type": "request" } -Info 67 [00:01:53.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [], "responseRequired": true @@ -476,7 +484,7 @@ After request Before request -Info 68 [00:01:54.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "suggestionDiagnosticsSync", "arguments": { @@ -486,7 +494,7 @@ Info 68 [00:01:54.000] request: "seq": 14, "type": "request" } -Info 69 [00:01:55.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [], "responseRequired": true @@ -495,7 +503,7 @@ After request Before request -Info 70 [00:01:56.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "syntacticDiagnosticsSync", "arguments": { @@ -505,7 +513,7 @@ Info 70 [00:01:56.000] request: "seq": 15, "type": "request" } -Info 71 [00:01:57.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [], "responseRequired": true @@ -514,7 +522,7 @@ After request Before request -Info 72 [00:01:58.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "semanticDiagnosticsSync", "arguments": { @@ -524,7 +532,7 @@ Info 72 [00:01:58.000] request: "seq": 16, "type": "request" } -Info 73 [00:01:59.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -547,7 +555,7 @@ After request Before request -Info 74 [00:02:00.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "suggestionDiagnosticsSync", "arguments": { @@ -557,7 +565,7 @@ Info 74 [00:02:00.000] request: "seq": 17, "type": "request" } -Info 75 [00:02:01.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [], "responseRequired": true diff --git a/tests/baselines/reference/tsserver/projectReferenceErrors/with-module-scenario-when-the-depedency-file-is-open-getErr.js b/tests/baselines/reference/tsserver/projectReferenceErrors/with-module-scenario-when-the-depedency-file-is-open-getErr.js index aebc605474ef1..35621a05670bb 100644 --- a/tests/baselines/reference/tsserver/projectReferenceErrors/with-module-scenario-when-the-depedency-file-is-open-getErr.js +++ b/tests/baselines/reference/tsserver/projectReferenceErrors/with-module-scenario-when-the-depedency-file-is-open-getErr.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:29.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/fns.ts] export function fn1() { } @@ -40,7 +40,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -49,13 +49,13 @@ Info 1 [00:00:30.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:31.000] Search path: /user/username/projects/myproject/usage -Info 3 [00:00:32.000] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json -Info 4 [00:00:33.000] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json -Info 5 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 6 [00:00:35.000] event: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/usage +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/usage/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/myproject/usage/usage.ts to open"}} -Info 7 [00:00:36.000] Config: /user/username/projects/myproject/usage/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/usage/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/usage/usage.ts" ], @@ -70,10 +70,10 @@ Info 7 [00:00:36.000] Config: /user/username/projects/myproject/usage/tsconfi } ] } -Info 8 [00:00:37.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:38.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:39.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 11 [00:00:40.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/fns.ts" ], @@ -83,20 +83,22 @@ Info 11 [00:00:40.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 12 [00:00:41.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 13 [00:00:42.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:43.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 15 [00:00:44.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:00:45.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 17 [00:00:46.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 18 [00:00:47.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 19 [00:00:48.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 20 [00:00:49.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 21 [00:00:50.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 22 [00:00:51.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 23 [00:00:52.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 24 [00:00:53.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 25 [00:00:54.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n// Introduce error for fnErr import in main\n// export function fnErr() { }\n// Error in dependency ts file\nexport let x: string = 10;" /user/username/projects/myproject/usage/usage.ts SVC-1-0 "import {\n fn1,\n fn2,\n fnErr\n} from '../decls/fns'\nfn1();\nfn2();\nfnErr();\n" @@ -109,23 +111,23 @@ Info 25 [00:00:54.000] Files (3) usage.ts Matched by default include pattern '**/*' -Info 26 [00:00:55.000] ----------------------------------------------- -Info 27 [00:00:56.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/usage/tsconfig.json"}} -Info 28 [00:00:57.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"2b96539513e8810fb8ec0c078e4cb28919c0c28cdb8f7646118c5a6f4ff4cb10","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":2,"tsSize":266,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{"composite":true},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 29 [00:00:58.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/usage/usage.ts","configFile":"/user/username/projects/myproject/usage/tsconfig.json","diagnostics":[]}} -Info 30 [00:00:59.000] Search path: /user/username/projects/myproject/usage -Info 31 [00:01:00.000] For info: /user/username/projects/myproject/usage/tsconfig.json :: No config files found. -Info 32 [00:01:01.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 32 [00:01:02.000] Files (3) - -Info 32 [00:01:03.000] ----------------------------------------------- -Info 32 [00:01:04.000] Open files: -Info 32 [00:01:05.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 32 [00:01:06.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 32 [00:01:07.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/usage +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/usage/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -138,6 +140,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/usage/tsconfig.json: *new* @@ -157,7 +161,7 @@ FsWatchesRecursive:: Before request -Info 33 [00:01:08.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -166,20 +170,22 @@ Info 33 [00:01:08.000] request: "seq": 2, "type": "request" } -Info 34 [00:01:09.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 35 [00:01:10.000] Search path: /user/username/projects/myproject/dependency -Info 36 [00:01:11.000] For info: /user/username/projects/myproject/dependency/fns.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 37 [00:01:12.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 38 [00:01:13.000] event: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/fns.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/dependency/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/myproject/dependency/fns.ts to open"}} -Info 39 [00:01:14.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 40 [00:01:15.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 41 [00:01:16.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 42 [00:01:17.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 43 [00:01:18.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 44 [00:01:19.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 45 [00:01:20.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 46 [00:01:21.000] Files (2) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n// Introduce error for fnErr import in main\n// export function fnErr() { }\n// Error in dependency ts file\nexport let x: string = 10;" @@ -189,29 +195,29 @@ Info 46 [00:01:21.000] Files (2) fns.ts Matched by default include pattern '**/*' -Info 47 [00:01:22.000] ----------------------------------------------- -Info 48 [00:01:23.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/dependency/tsconfig.json"}} -Info 49 [00:01:24.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"80216eb4c9c6d41fcd26650a22a2df8f2cac81cda661de72dc723e6251203d22","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":184,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{"composite":true,"declarationDir":""},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 50 [00:01:25.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/dependency/fns.ts","configFile":"/user/username/projects/myproject/dependency/tsconfig.json","diagnostics":[]}} -Info 51 [00:01:26.000] Search path: /user/username/projects/myproject/dependency -Info 52 [00:01:27.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 53 [00:01:28.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 53 [00:01:29.000] Files (3) - -Info 53 [00:01:30.000] ----------------------------------------------- -Info 53 [00:01:31.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 53 [00:01:32.000] Files (2) - -Info 53 [00:01:33.000] ----------------------------------------------- -Info 53 [00:01:34.000] Open files: -Info 53 [00:01:35.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 53 [00:01:36.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 53 [00:01:37.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 53 [00:01:38.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 53 [00:01:39.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -224,6 +230,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: *new* {"pollingInterval":500} @@ -247,7 +255,7 @@ FsWatchesRecursive:: Before request -Info 54 [00:01:40.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -260,7 +268,7 @@ Info 54 [00:01:40.000] request: "seq": 3, "type": "request" } -Info 55 [00:01:41.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -269,14 +277,14 @@ After request Before running Timeout callback:: count: 1 1: checkOne -Info 56 [00:01:42.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/usage/usage.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 1: semanticCheck -Info 57 [00:01:43.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/usage/usage.ts","diagnostics":[{"start":{"line":4,"offset":5},"end":{"line":4,"offset":10},"text":"Module '\"../decls/fns\"' has no exported member 'fnErr'.","code":2305,"category":"error"}]}} After running Immedidate callback:: count: 1 2: suggestionCheck @@ -284,21 +292,21 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 2: suggestionCheck -Info 58 [00:01:44.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/usage/usage.ts","diagnostics":[]}} After running Immedidate callback:: count: 0 Before running Timeout callback:: count: 1 2: checkOne -Info 59 [00:01:45.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/dependency/fns.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 3: semanticCheck -Info 60 [00:01:46.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/dependency/fns.ts","diagnostics":[{"start":{"line":6,"offset":12},"end":{"line":6,"offset":13},"text":"Type 'number' is not assignable to type 'string'.","code":2322,"category":"error"}]}} After running Immedidate callback:: count: 1 4: suggestionCheck @@ -306,8 +314,8 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 4: suggestionCheck -Info 61 [00:01:47.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/dependency/fns.ts","diagnostics":[]}} -Info 62 [00:01:48.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":3}} After running Immedidate callback:: count: 0 diff --git a/tests/baselines/reference/tsserver/projectReferenceErrors/with-module-scenario-when-the-depedency-file-is-open-geterrForProject.js b/tests/baselines/reference/tsserver/projectReferenceErrors/with-module-scenario-when-the-depedency-file-is-open-geterrForProject.js index c9f5f5ea57d6e..6e97fa7e5bbd8 100644 --- a/tests/baselines/reference/tsserver/projectReferenceErrors/with-module-scenario-when-the-depedency-file-is-open-geterrForProject.js +++ b/tests/baselines/reference/tsserver/projectReferenceErrors/with-module-scenario-when-the-depedency-file-is-open-geterrForProject.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:29.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/fns.ts] export function fn1() { } @@ -40,7 +40,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -49,13 +49,13 @@ Info 1 [00:00:30.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:31.000] Search path: /user/username/projects/myproject/usage -Info 3 [00:00:32.000] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json -Info 4 [00:00:33.000] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json -Info 5 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 6 [00:00:35.000] event: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/usage +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/usage/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/myproject/usage/usage.ts to open"}} -Info 7 [00:00:36.000] Config: /user/username/projects/myproject/usage/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/usage/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/usage/usage.ts" ], @@ -70,10 +70,10 @@ Info 7 [00:00:36.000] Config: /user/username/projects/myproject/usage/tsconfi } ] } -Info 8 [00:00:37.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:38.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:39.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 11 [00:00:40.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/fns.ts" ], @@ -83,20 +83,22 @@ Info 11 [00:00:40.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 12 [00:00:41.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 13 [00:00:42.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:43.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 15 [00:00:44.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:00:45.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations -Info 17 [00:00:46.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 18 [00:00:47.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 19 [00:00:48.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 20 [00:00:49.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 21 [00:00:50.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 22 [00:00:51.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 23 [00:00:52.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 24 [00:00:53.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 25 [00:00:54.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n// Introduce error for fnErr import in main\n// export function fnErr() { }\n// Error in dependency ts file\nexport let x: string = 10;" /user/username/projects/myproject/usage/usage.ts SVC-1-0 "import {\n fn1,\n fn2,\n fnErr\n} from '../decls/fns'\nfn1();\nfn2();\nfnErr();\n" @@ -109,23 +111,23 @@ Info 25 [00:00:54.000] Files (3) usage.ts Matched by default include pattern '**/*' -Info 26 [00:00:55.000] ----------------------------------------------- -Info 27 [00:00:56.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/usage/tsconfig.json"}} -Info 28 [00:00:57.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"2b96539513e8810fb8ec0c078e4cb28919c0c28cdb8f7646118c5a6f4ff4cb10","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":2,"tsSize":266,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{"composite":true},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 29 [00:00:58.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/usage/usage.ts","configFile":"/user/username/projects/myproject/usage/tsconfig.json","diagnostics":[]}} -Info 30 [00:00:59.000] Search path: /user/username/projects/myproject/usage -Info 31 [00:01:00.000] For info: /user/username/projects/myproject/usage/tsconfig.json :: No config files found. -Info 32 [00:01:01.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 32 [00:01:02.000] Files (3) - -Info 32 [00:01:03.000] ----------------------------------------------- -Info 32 [00:01:04.000] Open files: -Info 32 [00:01:05.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 32 [00:01:06.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 32 [00:01:07.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/usage +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/usage/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -138,6 +140,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/usage/tsconfig.json: *new* @@ -157,7 +161,7 @@ FsWatchesRecursive:: Before request -Info 33 [00:01:08.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -166,20 +170,22 @@ Info 33 [00:01:08.000] request: "seq": 2, "type": "request" } -Info 34 [00:01:09.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 35 [00:01:10.000] Search path: /user/username/projects/myproject/dependency -Info 36 [00:01:11.000] For info: /user/username/projects/myproject/dependency/fns.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 37 [00:01:12.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 38 [00:01:13.000] event: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/fns.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/dependency/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/myproject/dependency/fns.ts to open"}} -Info 39 [00:01:14.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 40 [00:01:15.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 41 [00:01:16.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 42 [00:01:17.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 43 [00:01:18.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 44 [00:01:19.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 45 [00:01:20.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 46 [00:01:21.000] Files (2) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "export function fn1() { }\nexport function fn2() { }\n// Introduce error for fnErr import in main\n// export function fnErr() { }\n// Error in dependency ts file\nexport let x: string = 10;" @@ -189,29 +195,29 @@ Info 46 [00:01:21.000] Files (2) fns.ts Matched by default include pattern '**/*' -Info 47 [00:01:22.000] ----------------------------------------------- -Info 48 [00:01:23.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/dependency/tsconfig.json"}} -Info 49 [00:01:24.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"80216eb4c9c6d41fcd26650a22a2df8f2cac81cda661de72dc723e6251203d22","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":184,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{"composite":true,"declarationDir":""},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 50 [00:01:25.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/dependency/fns.ts","configFile":"/user/username/projects/myproject/dependency/tsconfig.json","diagnostics":[]}} -Info 51 [00:01:26.000] Search path: /user/username/projects/myproject/dependency -Info 52 [00:01:27.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 53 [00:01:28.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 53 [00:01:29.000] Files (3) - -Info 53 [00:01:30.000] ----------------------------------------------- -Info 53 [00:01:31.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 53 [00:01:32.000] Files (2) - -Info 53 [00:01:33.000] ----------------------------------------------- -Info 53 [00:01:34.000] Open files: -Info 53 [00:01:35.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 53 [00:01:36.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 53 [00:01:37.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 53 [00:01:38.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 53 [00:01:39.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -224,6 +230,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: *new* {"pollingInterval":500} @@ -247,7 +255,7 @@ FsWatchesRecursive:: Before request -Info 54 [00:01:40.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterrForProject", "arguments": { @@ -257,7 +265,7 @@ Info 54 [00:01:40.000] request: "seq": 3, "type": "request" } -Info 55 [00:01:41.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -266,14 +274,14 @@ After request Before running Timeout callback:: count: 1 1: checkOne -Info 56 [00:01:42.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/usage/usage.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 1: semanticCheck -Info 57 [00:01:43.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/usage/usage.ts","diagnostics":[{"start":{"line":4,"offset":5},"end":{"line":4,"offset":10},"text":"Module '\"../decls/fns\"' has no exported member 'fnErr'.","code":2305,"category":"error"}]}} After running Immedidate callback:: count: 1 2: suggestionCheck @@ -281,21 +289,21 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 2: suggestionCheck -Info 58 [00:01:44.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/usage/usage.ts","diagnostics":[]}} After running Immedidate callback:: count: 0 Before running Timeout callback:: count: 1 2: checkOne -Info 59 [00:01:45.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/dependency/fns.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 3: semanticCheck -Info 60 [00:01:46.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/dependency/fns.ts","diagnostics":[]}} After running Immedidate callback:: count: 1 4: suggestionCheck @@ -303,15 +311,15 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 4: suggestionCheck -Info 61 [00:01:47.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/dependency/fns.ts","diagnostics":[]}} -Info 62 [00:01:48.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":3}} After running Immedidate callback:: count: 0 Before request -Info 63 [00:01:49.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterrForProject", "arguments": { @@ -321,7 +329,7 @@ Info 63 [00:01:49.000] request: "seq": 4, "type": "request" } -Info 64 [00:01:50.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -330,14 +338,14 @@ After request Before running Timeout callback:: count: 1 3: checkOne -Info 65 [00:01:51.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/dependency/fns.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 5: semanticCheck -Info 66 [00:01:52.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/dependency/fns.ts","diagnostics":[{"start":{"line":6,"offset":12},"end":{"line":6,"offset":13},"text":"Type 'number' is not assignable to type 'string'.","code":2322,"category":"error"}]}} After running Immedidate callback:: count: 1 6: suggestionCheck @@ -345,8 +353,8 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 6: suggestionCheck -Info 67 [00:01:53.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/dependency/fns.ts","diagnostics":[]}} -Info 68 [00:01:54.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":4}} After running Immedidate callback:: count: 0 diff --git a/tests/baselines/reference/tsserver/projectReferenceErrors/with-non-module-when-dependency-project-is-not-open-gerErr-with-sync-commands.js b/tests/baselines/reference/tsserver/projectReferenceErrors/with-non-module-when-dependency-project-is-not-open-gerErr-with-sync-commands.js index 8e287f808b175..7cdcec775900f 100644 --- a/tests/baselines/reference/tsserver/projectReferenceErrors/with-non-module-when-dependency-project-is-not-open-gerErr-with-sync-commands.js +++ b/tests/baselines/reference/tsserver/projectReferenceErrors/with-non-module-when-dependency-project-is-not-open-gerErr-with-sync-commands.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:29.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/fns.ts] function fn1() { } @@ -35,7 +35,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -44,11 +44,11 @@ Info 1 [00:00:30.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:31.000] Search path: /user/username/projects/myproject/usage -Info 3 [00:00:32.000] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json -Info 4 [00:00:33.000] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json -Info 5 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/usage +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/usage/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/usage/usage.ts" ], @@ -64,10 +64,10 @@ Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfi } ] } -Info 7 [00:00:36.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:38.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/fns.ts" ], @@ -77,18 +77,20 @@ Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 12 [00:00:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:00:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:43.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 15 [00:00:44.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 16 [00:00:45.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 17 [00:00:46.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 18 [00:00:47.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 19 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 20 [00:00:49.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 21 [00:00:50.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 22 [00:00:51.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "function fn1() { }\nfunction fn2() { }\n// Introduce error for fnErr import in main\n// function fnErr() { }\n// Error in dependency ts file\nlet x: string = 10;" /user/username/projects/myproject/usage/usage.ts SVC-1-0 "fn1();\nfn2();\nfnErr();\n" @@ -101,17 +103,17 @@ Info 22 [00:00:51.000] Files (3) usage.ts Matched by default include pattern '**/*' -Info 23 [00:00:52.000] ----------------------------------------------- -Info 24 [00:00:53.000] Search path: /user/username/projects/myproject/usage -Info 25 [00:00:54.000] For info: /user/username/projects/myproject/usage/tsconfig.json :: No config files found. -Info 26 [00:00:55.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 26 [00:00:56.000] Files (3) - -Info 26 [00:00:57.000] ----------------------------------------------- -Info 26 [00:00:58.000] Open files: -Info 26 [00:00:59.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 26 [00:01:00.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 26 [00:01:01.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/usage +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/usage/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -122,6 +124,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/usage/tsconfig.json: *new* @@ -141,7 +145,7 @@ FsWatchesRecursive:: Before request -Info 27 [00:01:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "syntacticDiagnosticsSync", "arguments": { @@ -150,7 +154,7 @@ Info 27 [00:01:02.000] request: "seq": 2, "type": "request" } -Info 28 [00:01:03.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [], "responseRequired": true @@ -159,7 +163,7 @@ After request Before request -Info 29 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "semanticDiagnosticsSync", "arguments": { @@ -168,7 +172,7 @@ Info 29 [00:01:04.000] request: "seq": 3, "type": "request" } -Info 30 [00:01:05.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -191,7 +195,7 @@ After request Before request -Info 31 [00:01:06.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "suggestionDiagnosticsSync", "arguments": { @@ -200,7 +204,7 @@ Info 31 [00:01:06.000] request: "seq": 4, "type": "request" } -Info 32 [00:01:07.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [], "responseRequired": true @@ -209,7 +213,7 @@ After request Before request -Info 33 [00:01:08.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "syntacticDiagnosticsSync", "arguments": { @@ -218,7 +222,7 @@ Info 33 [00:01:08.000] request: "seq": 5, "type": "request" } -Info 34 [00:01:09.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [], "responseRequired": true @@ -227,7 +231,7 @@ After request Before request -Info 35 [00:01:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "semanticDiagnosticsSync", "arguments": { @@ -236,7 +240,7 @@ Info 35 [00:01:10.000] request: "seq": 6, "type": "request" } -Info 36 [00:01:11.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [], "responseRequired": true @@ -245,7 +249,7 @@ After request Before request -Info 37 [00:01:12.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "suggestionDiagnosticsSync", "arguments": { @@ -254,7 +258,7 @@ Info 37 [00:01:12.000] request: "seq": 7, "type": "request" } -Info 38 [00:01:13.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [], "responseRequired": true @@ -263,7 +267,7 @@ After request Before request -Info 39 [00:01:14.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "syntacticDiagnosticsSync", "arguments": { @@ -273,7 +277,7 @@ Info 39 [00:01:14.000] request: "seq": 8, "type": "request" } -Info 40 [00:01:15.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [], "responseRequired": true @@ -282,7 +286,7 @@ After request Before request -Info 41 [00:01:16.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "semanticDiagnosticsSync", "arguments": { @@ -292,7 +296,7 @@ Info 41 [00:01:16.000] request: "seq": 9, "type": "request" } -Info 42 [00:01:17.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -315,7 +319,7 @@ After request Before request -Info 43 [00:01:18.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "suggestionDiagnosticsSync", "arguments": { @@ -325,7 +329,7 @@ Info 43 [00:01:18.000] request: "seq": 10, "type": "request" } -Info 44 [00:01:19.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [], "responseRequired": true @@ -334,7 +338,7 @@ After request Before request -Info 45 [00:01:20.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "syntacticDiagnosticsSync", "arguments": { @@ -344,7 +348,7 @@ Info 45 [00:01:20.000] request: "seq": 11, "type": "request" } -Info 46 [00:01:21.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [], "responseRequired": true @@ -353,7 +357,7 @@ After request Before request -Info 47 [00:01:22.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "semanticDiagnosticsSync", "arguments": { @@ -363,7 +367,7 @@ Info 47 [00:01:22.000] request: "seq": 12, "type": "request" } -Info 48 [00:01:23.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [], "responseRequired": true @@ -372,7 +376,7 @@ After request Before request -Info 49 [00:01:24.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "suggestionDiagnosticsSync", "arguments": { @@ -382,7 +386,7 @@ Info 49 [00:01:24.000] request: "seq": 13, "type": "request" } -Info 50 [00:01:25.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [], "responseRequired": true diff --git a/tests/baselines/reference/tsserver/projectReferenceErrors/with-non-module-when-dependency-project-is-not-open-getErr.js b/tests/baselines/reference/tsserver/projectReferenceErrors/with-non-module-when-dependency-project-is-not-open-getErr.js index 5c85cb797baa5..675d4571340bc 100644 --- a/tests/baselines/reference/tsserver/projectReferenceErrors/with-non-module-when-dependency-project-is-not-open-getErr.js +++ b/tests/baselines/reference/tsserver/projectReferenceErrors/with-non-module-when-dependency-project-is-not-open-getErr.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:29.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/fns.ts] function fn1() { } @@ -35,7 +35,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -44,13 +44,13 @@ Info 1 [00:00:30.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:31.000] Search path: /user/username/projects/myproject/usage -Info 3 [00:00:32.000] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json -Info 4 [00:00:33.000] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json -Info 5 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 6 [00:00:35.000] event: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/usage +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/usage/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/myproject/usage/usage.ts to open"}} -Info 7 [00:00:36.000] Config: /user/username/projects/myproject/usage/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/usage/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/usage/usage.ts" ], @@ -66,10 +66,10 @@ Info 7 [00:00:36.000] Config: /user/username/projects/myproject/usage/tsconfi } ] } -Info 8 [00:00:37.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:38.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:39.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 11 [00:00:40.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/fns.ts" ], @@ -79,18 +79,20 @@ Info 11 [00:00:40.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 12 [00:00:41.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 13 [00:00:42.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:43.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 15 [00:00:44.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 16 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:46.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 18 [00:00:47.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 19 [00:00:48.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 20 [00:00:49.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 21 [00:00:50.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 22 [00:00:51.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 23 [00:00:52.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "function fn1() { }\nfunction fn2() { }\n// Introduce error for fnErr import in main\n// function fnErr() { }\n// Error in dependency ts file\nlet x: string = 10;" /user/username/projects/myproject/usage/usage.ts SVC-1-0 "fn1();\nfn2();\nfnErr();\n" @@ -103,23 +105,23 @@ Info 23 [00:00:52.000] Files (3) usage.ts Matched by default include pattern '**/*' -Info 24 [00:00:53.000] ----------------------------------------------- -Info 25 [00:00:54.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/usage/tsconfig.json"}} -Info 26 [00:00:55.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"2b96539513e8810fb8ec0c078e4cb28919c0c28cdb8f7646118c5a6f4ff4cb10","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":2,"tsSize":179,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{"composite":true,"outFile":""},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 27 [00:00:56.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/usage/usage.ts","configFile":"/user/username/projects/myproject/usage/tsconfig.json","diagnostics":[]}} -Info 28 [00:00:57.000] Search path: /user/username/projects/myproject/usage -Info 29 [00:00:58.000] For info: /user/username/projects/myproject/usage/tsconfig.json :: No config files found. -Info 30 [00:00:59.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 30 [00:01:00.000] Files (3) - -Info 30 [00:01:01.000] ----------------------------------------------- -Info 30 [00:01:02.000] Open files: -Info 30 [00:01:03.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 30 [00:01:04.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 30 [00:01:05.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/usage +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/usage/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -130,6 +132,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/usage/tsconfig.json: *new* @@ -149,7 +153,7 @@ FsWatchesRecursive:: Before request -Info 31 [00:01:06.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -161,7 +165,7 @@ Info 31 [00:01:06.000] request: "seq": 2, "type": "request" } -Info 32 [00:01:07.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -170,14 +174,14 @@ After request Before running Timeout callback:: count: 1 1: checkOne -Info 33 [00:01:08.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/usage/usage.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 1: semanticCheck -Info 34 [00:01:09.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/usage/usage.ts","diagnostics":[{"start":{"line":3,"offset":1},"end":{"line":3,"offset":6},"text":"Cannot find name 'fnErr'.","code":2304,"category":"error"}]}} After running Immedidate callback:: count: 1 2: suggestionCheck @@ -185,8 +189,8 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 2: suggestionCheck -Info 35 [00:01:10.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/usage/usage.ts","diagnostics":[]}} -Info 36 [00:01:11.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":2}} After running Immedidate callback:: count: 0 diff --git a/tests/baselines/reference/tsserver/projectReferenceErrors/with-non-module-when-dependency-project-is-not-open-geterrForProject.js b/tests/baselines/reference/tsserver/projectReferenceErrors/with-non-module-when-dependency-project-is-not-open-geterrForProject.js index cfcb41392b9df..30da9363e787a 100644 --- a/tests/baselines/reference/tsserver/projectReferenceErrors/with-non-module-when-dependency-project-is-not-open-geterrForProject.js +++ b/tests/baselines/reference/tsserver/projectReferenceErrors/with-non-module-when-dependency-project-is-not-open-geterrForProject.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:29.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/fns.ts] function fn1() { } @@ -35,7 +35,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -44,13 +44,13 @@ Info 1 [00:00:30.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:31.000] Search path: /user/username/projects/myproject/usage -Info 3 [00:00:32.000] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json -Info 4 [00:00:33.000] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json -Info 5 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 6 [00:00:35.000] event: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/usage +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/usage/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/myproject/usage/usage.ts to open"}} -Info 7 [00:00:36.000] Config: /user/username/projects/myproject/usage/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/usage/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/usage/usage.ts" ], @@ -66,10 +66,10 @@ Info 7 [00:00:36.000] Config: /user/username/projects/myproject/usage/tsconfi } ] } -Info 8 [00:00:37.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:38.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:39.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 11 [00:00:40.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/fns.ts" ], @@ -79,18 +79,20 @@ Info 11 [00:00:40.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 12 [00:00:41.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 13 [00:00:42.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:43.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 15 [00:00:44.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 16 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:46.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 18 [00:00:47.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 19 [00:00:48.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 20 [00:00:49.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 21 [00:00:50.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 22 [00:00:51.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 23 [00:00:52.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "function fn1() { }\nfunction fn2() { }\n// Introduce error for fnErr import in main\n// function fnErr() { }\n// Error in dependency ts file\nlet x: string = 10;" /user/username/projects/myproject/usage/usage.ts SVC-1-0 "fn1();\nfn2();\nfnErr();\n" @@ -103,23 +105,23 @@ Info 23 [00:00:52.000] Files (3) usage.ts Matched by default include pattern '**/*' -Info 24 [00:00:53.000] ----------------------------------------------- -Info 25 [00:00:54.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/usage/tsconfig.json"}} -Info 26 [00:00:55.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"2b96539513e8810fb8ec0c078e4cb28919c0c28cdb8f7646118c5a6f4ff4cb10","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":2,"tsSize":179,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{"composite":true,"outFile":""},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 27 [00:00:56.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/usage/usage.ts","configFile":"/user/username/projects/myproject/usage/tsconfig.json","diagnostics":[]}} -Info 28 [00:00:57.000] Search path: /user/username/projects/myproject/usage -Info 29 [00:00:58.000] For info: /user/username/projects/myproject/usage/tsconfig.json :: No config files found. -Info 30 [00:00:59.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 30 [00:01:00.000] Files (3) - -Info 30 [00:01:01.000] ----------------------------------------------- -Info 30 [00:01:02.000] Open files: -Info 30 [00:01:03.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 30 [00:01:04.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 30 [00:01:05.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/usage +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/usage/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -130,6 +132,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/usage/tsconfig.json: *new* @@ -149,7 +153,7 @@ FsWatchesRecursive:: Before request -Info 31 [00:01:06.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterrForProject", "arguments": { @@ -159,7 +163,7 @@ Info 31 [00:01:06.000] request: "seq": 2, "type": "request" } -Info 32 [00:01:07.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -168,14 +172,14 @@ After request Before running Timeout callback:: count: 1 1: checkOne -Info 33 [00:01:08.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/usage/usage.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 1: semanticCheck -Info 34 [00:01:09.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/usage/usage.ts","diagnostics":[{"start":{"line":3,"offset":1},"end":{"line":3,"offset":6},"text":"Cannot find name 'fnErr'.","code":2304,"category":"error"}]}} After running Immedidate callback:: count: 1 2: suggestionCheck @@ -183,21 +187,21 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 2: suggestionCheck -Info 35 [00:01:10.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/usage/usage.ts","diagnostics":[]}} After running Immedidate callback:: count: 0 Before running Timeout callback:: count: 1 2: checkOne -Info 36 [00:01:11.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/dependency/fns.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 3: semanticCheck -Info 37 [00:01:12.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/dependency/fns.ts","diagnostics":[]}} After running Immedidate callback:: count: 1 4: suggestionCheck @@ -205,15 +209,15 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 4: suggestionCheck -Info 38 [00:01:13.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/dependency/fns.ts","diagnostics":[]}} -Info 39 [00:01:14.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":2}} After running Immedidate callback:: count: 0 Before request -Info 40 [00:01:15.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterrForProject", "arguments": { @@ -223,7 +227,7 @@ Info 40 [00:01:15.000] request: "seq": 3, "type": "request" } -Info 41 [00:01:16.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -232,14 +236,14 @@ After request Before running Timeout callback:: count: 1 3: checkOne -Info 42 [00:01:17.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/dependency/fns.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 5: semanticCheck -Info 43 [00:01:18.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/dependency/fns.ts","diagnostics":[]}} After running Immedidate callback:: count: 1 6: suggestionCheck @@ -247,21 +251,21 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 6: suggestionCheck -Info 44 [00:01:19.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/dependency/fns.ts","diagnostics":[]}} After running Immedidate callback:: count: 0 Before running Timeout callback:: count: 1 4: checkOne -Info 45 [00:01:20.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/usage/usage.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 7: semanticCheck -Info 46 [00:01:21.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/usage/usage.ts","diagnostics":[{"start":{"line":3,"offset":1},"end":{"line":3,"offset":6},"text":"Cannot find name 'fnErr'.","code":2304,"category":"error"}]}} After running Immedidate callback:: count: 1 8: suggestionCheck @@ -269,8 +273,8 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 8: suggestionCheck -Info 47 [00:01:22.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/usage/usage.ts","diagnostics":[]}} -Info 48 [00:01:23.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":3}} After running Immedidate callback:: count: 0 diff --git a/tests/baselines/reference/tsserver/projectReferenceErrors/with-non-module-when-the-depedency-file-is-open-gerErr-with-sync-commands.js b/tests/baselines/reference/tsserver/projectReferenceErrors/with-non-module-when-the-depedency-file-is-open-gerErr-with-sync-commands.js index 8b9b597a411aa..fe7af616636f4 100644 --- a/tests/baselines/reference/tsserver/projectReferenceErrors/with-non-module-when-the-depedency-file-is-open-gerErr-with-sync-commands.js +++ b/tests/baselines/reference/tsserver/projectReferenceErrors/with-non-module-when-the-depedency-file-is-open-gerErr-with-sync-commands.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:29.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/fns.ts] function fn1() { } @@ -35,7 +35,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -44,11 +44,11 @@ Info 1 [00:00:30.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:31.000] Search path: /user/username/projects/myproject/usage -Info 3 [00:00:32.000] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json -Info 4 [00:00:33.000] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json -Info 5 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/usage +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/usage/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/usage/usage.ts" ], @@ -64,10 +64,10 @@ Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfi } ] } -Info 7 [00:00:36.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:38.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/fns.ts" ], @@ -77,18 +77,20 @@ Info 10 [00:00:39.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 12 [00:00:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:00:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:43.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 15 [00:00:44.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 16 [00:00:45.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 17 [00:00:46.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 18 [00:00:47.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 19 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 20 [00:00:49.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 21 [00:00:50.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 22 [00:00:51.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "function fn1() { }\nfunction fn2() { }\n// Introduce error for fnErr import in main\n// function fnErr() { }\n// Error in dependency ts file\nlet x: string = 10;" /user/username/projects/myproject/usage/usage.ts SVC-1-0 "fn1();\nfn2();\nfnErr();\n" @@ -101,17 +103,17 @@ Info 22 [00:00:51.000] Files (3) usage.ts Matched by default include pattern '**/*' -Info 23 [00:00:52.000] ----------------------------------------------- -Info 24 [00:00:53.000] Search path: /user/username/projects/myproject/usage -Info 25 [00:00:54.000] For info: /user/username/projects/myproject/usage/tsconfig.json :: No config files found. -Info 26 [00:00:55.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 26 [00:00:56.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/usage +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/usage/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 26 [00:00:57.000] ----------------------------------------------- -Info 26 [00:00:58.000] Open files: -Info 26 [00:00:59.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 26 [00:01:00.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 26 [00:01:01.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -122,6 +124,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/usage/tsconfig.json: *new* @@ -141,7 +145,7 @@ FsWatchesRecursive:: Before request -Info 27 [00:01:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -150,18 +154,20 @@ Info 27 [00:01:02.000] request: "seq": 2, "type": "request" } -Info 28 [00:01:03.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 29 [00:01:04.000] Search path: /user/username/projects/myproject/dependency -Info 30 [00:01:05.000] For info: /user/username/projects/myproject/dependency/fns.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 31 [00:01:06.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 32 [00:01:07.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 33 [00:01:08.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 34 [00:01:09.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 35 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 36 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 37 [00:01:12.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 38 [00:01:13.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 39 [00:01:14.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/fns.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "function fn1() { }\nfunction fn2() { }\n// Introduce error for fnErr import in main\n// function fnErr() { }\n// Error in dependency ts file\nlet x: string = 10;" @@ -171,23 +177,23 @@ Info 39 [00:01:14.000] Files (2) fns.ts Matched by default include pattern '**/*' -Info 40 [00:01:15.000] ----------------------------------------------- -Info 41 [00:01:16.000] Search path: /user/username/projects/myproject/dependency -Info 42 [00:01:17.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 43 [00:01:18.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 43 [00:01:19.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 43 [00:01:20.000] ----------------------------------------------- -Info 43 [00:01:21.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 43 [00:01:22.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 43 [00:01:23.000] ----------------------------------------------- -Info 43 [00:01:24.000] Open files: -Info 43 [00:01:25.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 43 [00:01:26.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 43 [00:01:27.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 43 [00:01:28.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 43 [00:01:29.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -198,6 +204,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: *new* {"pollingInterval":500} @@ -221,7 +229,7 @@ FsWatchesRecursive:: Before request -Info 44 [00:01:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "syntacticDiagnosticsSync", "arguments": { @@ -230,7 +238,7 @@ Info 44 [00:01:30.000] request: "seq": 3, "type": "request" } -Info 45 [00:01:31.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [], "responseRequired": true @@ -239,7 +247,7 @@ After request Before request -Info 46 [00:01:32.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "semanticDiagnosticsSync", "arguments": { @@ -248,7 +256,7 @@ Info 46 [00:01:32.000] request: "seq": 4, "type": "request" } -Info 47 [00:01:33.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -271,7 +279,7 @@ After request Before request -Info 48 [00:01:34.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "suggestionDiagnosticsSync", "arguments": { @@ -280,7 +288,7 @@ Info 48 [00:01:34.000] request: "seq": 5, "type": "request" } -Info 49 [00:01:35.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [], "responseRequired": true @@ -289,7 +297,7 @@ After request Before request -Info 50 [00:01:36.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "syntacticDiagnosticsSync", "arguments": { @@ -298,7 +306,7 @@ Info 50 [00:01:36.000] request: "seq": 6, "type": "request" } -Info 51 [00:01:37.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [], "responseRequired": true @@ -307,7 +315,7 @@ After request Before request -Info 52 [00:01:38.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "semanticDiagnosticsSync", "arguments": { @@ -316,7 +324,7 @@ Info 52 [00:01:38.000] request: "seq": 7, "type": "request" } -Info 53 [00:01:39.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -339,7 +347,7 @@ After request Before request -Info 54 [00:01:40.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "suggestionDiagnosticsSync", "arguments": { @@ -348,7 +356,7 @@ Info 54 [00:01:40.000] request: "seq": 8, "type": "request" } -Info 55 [00:01:41.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [], "responseRequired": true @@ -357,7 +365,7 @@ After request Before request -Info 56 [00:01:42.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "syntacticDiagnosticsSync", "arguments": { @@ -367,7 +375,7 @@ Info 56 [00:01:42.000] request: "seq": 9, "type": "request" } -Info 57 [00:01:43.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [], "responseRequired": true @@ -376,7 +384,7 @@ After request Before request -Info 58 [00:01:44.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "semanticDiagnosticsSync", "arguments": { @@ -386,7 +394,7 @@ Info 58 [00:01:44.000] request: "seq": 10, "type": "request" } -Info 59 [00:01:45.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -409,7 +417,7 @@ After request Before request -Info 60 [00:01:46.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "suggestionDiagnosticsSync", "arguments": { @@ -419,7 +427,7 @@ Info 60 [00:01:46.000] request: "seq": 11, "type": "request" } -Info 61 [00:01:47.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [], "responseRequired": true @@ -428,7 +436,7 @@ After request Before request -Info 62 [00:01:48.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "syntacticDiagnosticsSync", "arguments": { @@ -438,7 +446,7 @@ Info 62 [00:01:48.000] request: "seq": 12, "type": "request" } -Info 63 [00:01:49.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [], "responseRequired": true @@ -447,7 +455,7 @@ After request Before request -Info 64 [00:01:50.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "semanticDiagnosticsSync", "arguments": { @@ -457,7 +465,7 @@ Info 64 [00:01:50.000] request: "seq": 13, "type": "request" } -Info 65 [00:01:51.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [], "responseRequired": true @@ -466,7 +474,7 @@ After request Before request -Info 66 [00:01:52.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "suggestionDiagnosticsSync", "arguments": { @@ -476,7 +484,7 @@ Info 66 [00:01:52.000] request: "seq": 14, "type": "request" } -Info 67 [00:01:53.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [], "responseRequired": true @@ -485,7 +493,7 @@ After request Before request -Info 68 [00:01:54.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "syntacticDiagnosticsSync", "arguments": { @@ -495,7 +503,7 @@ Info 68 [00:01:54.000] request: "seq": 15, "type": "request" } -Info 69 [00:01:55.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [], "responseRequired": true @@ -504,7 +512,7 @@ After request Before request -Info 70 [00:01:56.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "semanticDiagnosticsSync", "arguments": { @@ -514,7 +522,7 @@ Info 70 [00:01:56.000] request: "seq": 16, "type": "request" } -Info 71 [00:01:57.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -537,7 +545,7 @@ After request Before request -Info 72 [00:01:58.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "suggestionDiagnosticsSync", "arguments": { @@ -547,7 +555,7 @@ Info 72 [00:01:58.000] request: "seq": 17, "type": "request" } -Info 73 [00:01:59.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [], "responseRequired": true diff --git a/tests/baselines/reference/tsserver/projectReferenceErrors/with-non-module-when-the-depedency-file-is-open-getErr.js b/tests/baselines/reference/tsserver/projectReferenceErrors/with-non-module-when-the-depedency-file-is-open-getErr.js index 1216ed7da8c90..5f0d7d50d0a9b 100644 --- a/tests/baselines/reference/tsserver/projectReferenceErrors/with-non-module-when-the-depedency-file-is-open-getErr.js +++ b/tests/baselines/reference/tsserver/projectReferenceErrors/with-non-module-when-the-depedency-file-is-open-getErr.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:29.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/fns.ts] function fn1() { } @@ -35,7 +35,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -44,13 +44,13 @@ Info 1 [00:00:30.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:31.000] Search path: /user/username/projects/myproject/usage -Info 3 [00:00:32.000] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json -Info 4 [00:00:33.000] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json -Info 5 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 6 [00:00:35.000] event: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/usage +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/usage/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/myproject/usage/usage.ts to open"}} -Info 7 [00:00:36.000] Config: /user/username/projects/myproject/usage/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/usage/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/usage/usage.ts" ], @@ -66,10 +66,10 @@ Info 7 [00:00:36.000] Config: /user/username/projects/myproject/usage/tsconfi } ] } -Info 8 [00:00:37.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:38.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:39.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 11 [00:00:40.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/fns.ts" ], @@ -79,18 +79,20 @@ Info 11 [00:00:40.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 12 [00:00:41.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 13 [00:00:42.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:43.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 15 [00:00:44.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 16 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:46.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 18 [00:00:47.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 19 [00:00:48.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 20 [00:00:49.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 21 [00:00:50.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 22 [00:00:51.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 23 [00:00:52.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "function fn1() { }\nfunction fn2() { }\n// Introduce error for fnErr import in main\n// function fnErr() { }\n// Error in dependency ts file\nlet x: string = 10;" /user/username/projects/myproject/usage/usage.ts SVC-1-0 "fn1();\nfn2();\nfnErr();\n" @@ -103,23 +105,23 @@ Info 23 [00:00:52.000] Files (3) usage.ts Matched by default include pattern '**/*' -Info 24 [00:00:53.000] ----------------------------------------------- -Info 25 [00:00:54.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/usage/tsconfig.json"}} -Info 26 [00:00:55.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"2b96539513e8810fb8ec0c078e4cb28919c0c28cdb8f7646118c5a6f4ff4cb10","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":2,"tsSize":179,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{"composite":true,"outFile":""},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 27 [00:00:56.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/usage/usage.ts","configFile":"/user/username/projects/myproject/usage/tsconfig.json","diagnostics":[]}} -Info 28 [00:00:57.000] Search path: /user/username/projects/myproject/usage -Info 29 [00:00:58.000] For info: /user/username/projects/myproject/usage/tsconfig.json :: No config files found. -Info 30 [00:00:59.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 30 [00:01:00.000] Files (3) - -Info 30 [00:01:01.000] ----------------------------------------------- -Info 30 [00:01:02.000] Open files: -Info 30 [00:01:03.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 30 [00:01:04.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 30 [00:01:05.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/usage +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/usage/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -130,6 +132,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/usage/tsconfig.json: *new* @@ -149,7 +153,7 @@ FsWatchesRecursive:: Before request -Info 31 [00:01:06.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -158,20 +162,22 @@ Info 31 [00:01:06.000] request: "seq": 2, "type": "request" } -Info 32 [00:01:07.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 33 [00:01:08.000] Search path: /user/username/projects/myproject/dependency -Info 34 [00:01:09.000] For info: /user/username/projects/myproject/dependency/fns.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 35 [00:01:10.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 36 [00:01:11.000] event: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/fns.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/dependency/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/myproject/dependency/fns.ts to open"}} -Info 37 [00:01:12.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 38 [00:01:13.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 39 [00:01:14.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 40 [00:01:15.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 41 [00:01:16.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 42 [00:01:17.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 43 [00:01:18.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 44 [00:01:19.000] Files (2) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "function fn1() { }\nfunction fn2() { }\n// Introduce error for fnErr import in main\n// function fnErr() { }\n// Error in dependency ts file\nlet x: string = 10;" @@ -181,29 +187,29 @@ Info 44 [00:01:19.000] Files (2) fns.ts Matched by default include pattern '**/*' -Info 45 [00:01:20.000] ----------------------------------------------- -Info 46 [00:01:21.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/dependency/tsconfig.json"}} -Info 47 [00:01:22.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"80216eb4c9c6d41fcd26650a22a2df8f2cac81cda661de72dc723e6251203d22","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":156,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{"composite":true,"outFile":""},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 48 [00:01:23.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/dependency/fns.ts","configFile":"/user/username/projects/myproject/dependency/tsconfig.json","diagnostics":[]}} -Info 49 [00:01:24.000] Search path: /user/username/projects/myproject/dependency -Info 50 [00:01:25.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 51 [00:01:26.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 51 [00:01:27.000] Files (3) - -Info 51 [00:01:28.000] ----------------------------------------------- -Info 51 [00:01:29.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 51 [00:01:30.000] Files (2) - -Info 51 [00:01:31.000] ----------------------------------------------- -Info 51 [00:01:32.000] Open files: -Info 51 [00:01:33.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 51 [00:01:34.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 51 [00:01:35.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 51 [00:01:36.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 51 [00:01:37.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -214,6 +220,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: *new* {"pollingInterval":500} @@ -237,7 +245,7 @@ FsWatchesRecursive:: Before request -Info 52 [00:01:38.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -250,7 +258,7 @@ Info 52 [00:01:38.000] request: "seq": 3, "type": "request" } -Info 53 [00:01:39.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -259,14 +267,14 @@ After request Before running Timeout callback:: count: 1 1: checkOne -Info 54 [00:01:40.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/usage/usage.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 1: semanticCheck -Info 55 [00:01:41.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/usage/usage.ts","diagnostics":[{"start":{"line":3,"offset":1},"end":{"line":3,"offset":6},"text":"Cannot find name 'fnErr'.","code":2304,"category":"error"}]}} After running Immedidate callback:: count: 1 2: suggestionCheck @@ -274,21 +282,21 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 2: suggestionCheck -Info 56 [00:01:42.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/usage/usage.ts","diagnostics":[]}} After running Immedidate callback:: count: 0 Before running Timeout callback:: count: 1 2: checkOne -Info 57 [00:01:43.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/dependency/fns.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 3: semanticCheck -Info 58 [00:01:44.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/dependency/fns.ts","diagnostics":[{"start":{"line":6,"offset":5},"end":{"line":6,"offset":6},"text":"Type 'number' is not assignable to type 'string'.","code":2322,"category":"error"}]}} After running Immedidate callback:: count: 1 4: suggestionCheck @@ -296,8 +304,8 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 4: suggestionCheck -Info 59 [00:01:45.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/dependency/fns.ts","diagnostics":[]}} -Info 60 [00:01:46.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":3}} After running Immedidate callback:: count: 0 diff --git a/tests/baselines/reference/tsserver/projectReferenceErrors/with-non-module-when-the-depedency-file-is-open-geterrForProject.js b/tests/baselines/reference/tsserver/projectReferenceErrors/with-non-module-when-the-depedency-file-is-open-geterrForProject.js index 7d209983d3b96..5ef2fb77de8f2 100644 --- a/tests/baselines/reference/tsserver/projectReferenceErrors/with-non-module-when-the-depedency-file-is-open-geterrForProject.js +++ b/tests/baselines/reference/tsserver/projectReferenceErrors/with-non-module-when-the-depedency-file-is-open-geterrForProject.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:29.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/fns.ts] function fn1() { } @@ -35,7 +35,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -44,13 +44,13 @@ Info 1 [00:00:30.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:31.000] Search path: /user/username/projects/myproject/usage -Info 3 [00:00:32.000] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json -Info 4 [00:00:33.000] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json -Info 5 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 6 [00:00:35.000] event: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/usage +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/usage/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/myproject/usage/usage.ts to open"}} -Info 7 [00:00:36.000] Config: /user/username/projects/myproject/usage/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/usage/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/usage/usage.ts" ], @@ -66,10 +66,10 @@ Info 7 [00:00:36.000] Config: /user/username/projects/myproject/usage/tsconfi } ] } -Info 8 [00:00:37.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:38.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:39.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json -Info 11 [00:00:40.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/fns.ts" ], @@ -79,18 +79,20 @@ Info 11 [00:00:40.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 12 [00:00:41.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file -Info 13 [00:00:42.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:43.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 15 [00:00:44.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 16 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:46.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 18 [00:00:47.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 19 [00:00:48.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 20 [00:00:49.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots -Info 21 [00:00:50.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 22 [00:00:51.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 23 [00:00:52.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/usage/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "function fn1() { }\nfunction fn2() { }\n// Introduce error for fnErr import in main\n// function fnErr() { }\n// Error in dependency ts file\nlet x: string = 10;" /user/username/projects/myproject/usage/usage.ts SVC-1-0 "fn1();\nfn2();\nfnErr();\n" @@ -103,23 +105,23 @@ Info 23 [00:00:52.000] Files (3) usage.ts Matched by default include pattern '**/*' -Info 24 [00:00:53.000] ----------------------------------------------- -Info 25 [00:00:54.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/usage/tsconfig.json"}} -Info 26 [00:00:55.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"2b96539513e8810fb8ec0c078e4cb28919c0c28cdb8f7646118c5a6f4ff4cb10","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":2,"tsSize":179,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{"composite":true,"outFile":""},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 27 [00:00:56.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/usage/usage.ts","configFile":"/user/username/projects/myproject/usage/tsconfig.json","diagnostics":[]}} -Info 28 [00:00:57.000] Search path: /user/username/projects/myproject/usage -Info 29 [00:00:58.000] For info: /user/username/projects/myproject/usage/tsconfig.json :: No config files found. -Info 30 [00:00:59.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 30 [00:01:00.000] Files (3) - -Info 30 [00:01:01.000] ----------------------------------------------- -Info 30 [00:01:02.000] Open files: -Info 30 [00:01:03.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 30 [00:01:04.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 30 [00:01:05.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/usage +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/usage/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -130,6 +132,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/usage/tsconfig.json: *new* @@ -149,7 +153,7 @@ FsWatchesRecursive:: Before request -Info 31 [00:01:06.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -158,20 +162,22 @@ Info 31 [00:01:06.000] request: "seq": 2, "type": "request" } -Info 32 [00:01:07.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info -Info 33 [00:01:08.000] Search path: /user/username/projects/myproject/dependency -Info 34 [00:01:09.000] For info: /user/username/projects/myproject/dependency/fns.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 35 [00:01:10.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 36 [00:01:11.000] event: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/fns.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/fns.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/dependency/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/myproject/dependency/fns.ts to open"}} -Info 37 [00:01:12.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 38 [00:01:13.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 39 [00:01:14.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 40 [00:01:15.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 41 [00:01:16.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 42 [00:01:17.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 43 [00:01:18.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 44 [00:01:19.000] Files (2) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/fns.ts Text-1 "function fn1() { }\nfunction fn2() { }\n// Introduce error for fnErr import in main\n// function fnErr() { }\n// Error in dependency ts file\nlet x: string = 10;" @@ -181,29 +187,29 @@ Info 44 [00:01:19.000] Files (2) fns.ts Matched by default include pattern '**/*' -Info 45 [00:01:20.000] ----------------------------------------------- -Info 46 [00:01:21.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/dependency/tsconfig.json"}} -Info 47 [00:01:22.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"80216eb4c9c6d41fcd26650a22a2df8f2cac81cda661de72dc723e6251203d22","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":156,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{"composite":true,"outFile":""},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 48 [00:01:23.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/dependency/fns.ts","configFile":"/user/username/projects/myproject/dependency/tsconfig.json","diagnostics":[]}} -Info 49 [00:01:24.000] Search path: /user/username/projects/myproject/dependency -Info 50 [00:01:25.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 51 [00:01:26.000] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) -Info 51 [00:01:27.000] Files (3) - -Info 51 [00:01:28.000] ----------------------------------------------- -Info 51 [00:01:29.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 51 [00:01:30.000] Files (2) - -Info 51 [00:01:31.000] ----------------------------------------------- -Info 51 [00:01:32.000] Open files: -Info 51 [00:01:33.000] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined -Info 51 [00:01:34.000] Projects: /user/username/projects/myproject/usage/tsconfig.json -Info 51 [00:01:35.000] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined -Info 51 [00:01:36.000] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 51 [00:01:37.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/usage/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/usage/usage.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/fns.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/usage/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -214,6 +220,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: *new* {"pollingInterval":500} @@ -237,7 +245,7 @@ FsWatchesRecursive:: Before request -Info 52 [00:01:38.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterrForProject", "arguments": { @@ -247,7 +255,7 @@ Info 52 [00:01:38.000] request: "seq": 3, "type": "request" } -Info 53 [00:01:39.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -256,14 +264,14 @@ After request Before running Timeout callback:: count: 1 1: checkOne -Info 54 [00:01:40.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/usage/usage.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 1: semanticCheck -Info 55 [00:01:41.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/usage/usage.ts","diagnostics":[{"start":{"line":3,"offset":1},"end":{"line":3,"offset":6},"text":"Cannot find name 'fnErr'.","code":2304,"category":"error"}]}} After running Immedidate callback:: count: 1 2: suggestionCheck @@ -271,21 +279,21 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 2: suggestionCheck -Info 56 [00:01:42.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/usage/usage.ts","diagnostics":[]}} After running Immedidate callback:: count: 0 Before running Timeout callback:: count: 1 2: checkOne -Info 57 [00:01:43.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/dependency/fns.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 3: semanticCheck -Info 58 [00:01:44.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/dependency/fns.ts","diagnostics":[]}} After running Immedidate callback:: count: 1 4: suggestionCheck @@ -293,15 +301,15 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 4: suggestionCheck -Info 59 [00:01:45.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/dependency/fns.ts","diagnostics":[]}} -Info 60 [00:01:46.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":3}} After running Immedidate callback:: count: 0 Before request -Info 61 [00:01:47.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterrForProject", "arguments": { @@ -311,7 +319,7 @@ Info 61 [00:01:47.000] request: "seq": 4, "type": "request" } -Info 62 [00:01:48.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -320,14 +328,14 @@ After request Before running Timeout callback:: count: 1 3: checkOne -Info 63 [00:01:49.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/dependency/fns.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 5: semanticCheck -Info 64 [00:01:50.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/dependency/fns.ts","diagnostics":[{"start":{"line":6,"offset":5},"end":{"line":6,"offset":6},"text":"Type 'number' is not assignable to type 'string'.","code":2322,"category":"error"}]}} After running Immedidate callback:: count: 1 6: suggestionCheck @@ -335,8 +343,8 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 6: suggestionCheck -Info 65 [00:01:51.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/dependency/fns.ts","diagnostics":[]}} -Info 66 [00:01:52.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":4}} After running Immedidate callback:: count: 0 diff --git a/tests/baselines/reference/tsserver/projectReferences/ancestor-and-project-ref-management.js b/tests/baselines/reference/tsserver/projectReferences/ancestor-and-project-ref-management.js index 12187d8af97fd..5a7924d387a89 100644 --- a/tests/baselines/reference/tsserver/projectReferences/ancestor-and-project-ref-management.js +++ b/tests/baselines/reference/tsserver/projectReferences/ancestor-and-project-ref-management.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:14.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/lib/lib.d.ts] /// @@ -357,7 +357,7 @@ declare namespace container { ====================================================================== -Info 1 [00:01:15.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -366,11 +366,11 @@ Info 1 [00:01:15.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:16.000] Search path: /user/username/projects/container/compositeExec -Info 3 [00:01:17.000] For info: /user/username/projects/container/compositeExec/index.ts :: Config file name: /user/username/projects/container/compositeExec/tsconfig.json -Info 4 [00:01:18.000] Creating configuration project /user/username/projects/container/compositeExec/tsconfig.json -Info 5 [00:01:19.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/container/compositeExec/tsconfig.json 2000 undefined Project: /user/username/projects/container/compositeExec/tsconfig.json WatchType: Config file -Info 6 [00:01:20.000] Config: /user/username/projects/container/compositeExec/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/container/compositeExec +Info seq [hh:mm:ss:mss] For info: /user/username/projects/container/compositeExec/index.ts :: Config file name: /user/username/projects/container/compositeExec/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/container/compositeExec/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/container/compositeExec/tsconfig.json 2000 undefined Project: /user/username/projects/container/compositeExec/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/container/compositeExec/tsconfig.json : { "rootNames": [ "/user/username/projects/container/compositeExec/index.ts" ], @@ -389,8 +389,8 @@ Info 6 [00:01:20.000] Config: /user/username/projects/container/compositeExec } ] } -Info 7 [00:01:21.000] Starting updateGraphWorker: Project: /user/username/projects/container/compositeExec/tsconfig.json -Info 8 [00:01:22.000] Config: /user/username/projects/container/lib/tsconfig.json : { +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/container/compositeExec/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/container/lib/tsconfig.json : { "rootNames": [ "/user/username/projects/container/lib/index.ts" ], @@ -401,16 +401,18 @@ Info 8 [00:01:22.000] Config: /user/username/projects/container/lib/tsconfig. "configFilePath": "/user/username/projects/container/lib/tsconfig.json" } } -Info 9 [00:01:23.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/container/lib/tsconfig.json 2000 undefined Project: /user/username/projects/container/compositeExec/tsconfig.json WatchType: Config file -Info 10 [00:01:24.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/container/lib/index.ts 500 undefined WatchType: Closed Script info -Info 11 [00:01:25.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 12 [00:01:26.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/compositeExec/node_modules/@types 1 undefined Project: /user/username/projects/container/compositeExec/tsconfig.json WatchType: Type roots -Info 13 [00:01:27.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/compositeExec/node_modules/@types 1 undefined Project: /user/username/projects/container/compositeExec/tsconfig.json WatchType: Type roots -Info 14 [00:01:28.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/node_modules/@types 1 undefined Project: /user/username/projects/container/compositeExec/tsconfig.json WatchType: Type roots -Info 15 [00:01:29.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/node_modules/@types 1 undefined Project: /user/username/projects/container/compositeExec/tsconfig.json WatchType: Type roots -Info 16 [00:01:30.000] Finishing updateGraphWorker: Project: /user/username/projects/container/compositeExec/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 17 [00:01:31.000] Project '/user/username/projects/container/compositeExec/tsconfig.json' (Configured) -Info 18 [00:01:32.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/container/lib/tsconfig.json 2000 undefined Project: /user/username/projects/container/compositeExec/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/container/lib/index.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/compositeExec/node_modules/@types 1 undefined Project: /user/username/projects/container/compositeExec/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/compositeExec/node_modules/@types 1 undefined Project: /user/username/projects/container/compositeExec/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/node_modules/@types 1 undefined Project: /user/username/projects/container/compositeExec/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/node_modules/@types 1 undefined Project: /user/username/projects/container/compositeExec/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/container/compositeExec/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/container/compositeExec/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/container/compositeExec/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/container/compositeExec/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/container/lib/index.ts Text-1 "namespace container {\r\n export const myConst = 30;\r\n}" /user/username/projects/container/compositeExec/index.ts SVC-1-0 "namespace container {\r\n export function getMyConst() {\r\n return myConst;\r\n }\r\n}" @@ -423,25 +425,25 @@ Info 18 [00:01:32.000] Files (3) index.ts Part of 'files' list in tsconfig.json -Info 19 [00:01:33.000] ----------------------------------------------- -Info 20 [00:01:34.000] Search path: /user/username/projects/container/compositeExec -Info 21 [00:01:35.000] For info: /user/username/projects/container/compositeExec/tsconfig.json :: Config file name: /user/username/projects/container/tsconfig.json -Info 22 [00:01:36.000] Creating configuration project /user/username/projects/container/tsconfig.json -Info 23 [00:01:37.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/container/tsconfig.json 2000 undefined Project: /user/username/projects/container/tsconfig.json WatchType: Config file -Info 24 [00:01:38.000] Search path: /user/username/projects/container -Info 25 [00:01:39.000] For info: /user/username/projects/container/tsconfig.json :: No config files found. -Info 26 [00:01:40.000] Project '/user/username/projects/container/compositeExec/tsconfig.json' (Configured) -Info 26 [00:01:41.000] Files (3) - -Info 26 [00:01:42.000] ----------------------------------------------- -Info 26 [00:01:43.000] Project '/user/username/projects/container/tsconfig.json' (Configured) -Info 26 [00:01:44.000] Files (0) InitialLoadPending - -Info 26 [00:01:45.000] ----------------------------------------------- -Info 26 [00:01:46.000] Open files: -Info 26 [00:01:47.000] FileName: /user/username/projects/container/compositeExec/index.ts ProjectRootPath: undefined -Info 26 [00:01:48.000] Projects: /user/username/projects/container/compositeExec/tsconfig.json -Info 26 [00:01:49.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/container/compositeExec +Info seq [hh:mm:ss:mss] For info: /user/username/projects/container/compositeExec/tsconfig.json :: Config file name: /user/username/projects/container/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/container/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/container/tsconfig.json 2000 undefined Project: /user/username/projects/container/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/container +Info seq [hh:mm:ss:mss] For info: /user/username/projects/container/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/container/compositeExec/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/container/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) InitialLoadPending + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/container/compositeExec/index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/container/compositeExec/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -452,6 +454,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/container/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/container/compositeexec/tsconfig.json: *new* @@ -467,7 +471,7 @@ FsWatches:: Before request -Info 27 [00:01:50.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -476,16 +480,18 @@ Info 27 [00:01:50.000] request: "seq": 2, "type": "request" } -Info 28 [00:01:51.000] Search path: /user/username/projects/temp -Info 29 [00:01:52.000] For info: /user/username/projects/temp/temp.ts :: No config files found. -Info 30 [00:01:53.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/temp/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 31 [00:01:54.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/temp/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 32 [00:01:55.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 33 [00:01:56.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/temp/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 34 [00:01:57.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/temp/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 35 [00:01:58.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 36 [00:01:59.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 37 [00:02:00.000] Files (2) +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/temp +Info seq [hh:mm:ss:mss] For info: /user/username/projects/temp/temp.ts :: No config files found. +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/temp/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/temp/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/temp/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/temp/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/temp/temp.ts SVC-1-0 "let x = 10" @@ -495,25 +501,25 @@ Info 37 [00:02:00.000] Files (2) temp.ts Root file specified for compilation -Info 38 [00:02:01.000] ----------------------------------------------- -Info 39 [00:02:02.000] Project '/user/username/projects/container/compositeExec/tsconfig.json' (Configured) -Info 39 [00:02:03.000] Files (3) - -Info 39 [00:02:04.000] ----------------------------------------------- -Info 39 [00:02:05.000] Project '/user/username/projects/container/tsconfig.json' (Configured) -Info 39 [00:02:06.000] Files (0) InitialLoadPending - -Info 39 [00:02:07.000] ----------------------------------------------- -Info 39 [00:02:08.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 39 [00:02:09.000] Files (2) - -Info 39 [00:02:10.000] ----------------------------------------------- -Info 39 [00:02:11.000] Open files: -Info 39 [00:02:12.000] FileName: /user/username/projects/container/compositeExec/index.ts ProjectRootPath: undefined -Info 39 [00:02:13.000] Projects: /user/username/projects/container/compositeExec/tsconfig.json -Info 39 [00:02:14.000] FileName: /user/username/projects/temp/temp.ts ProjectRootPath: undefined -Info 39 [00:02:15.000] Projects: /dev/null/inferredProject1* -Info 39 [00:02:16.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/container/compositeExec/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/container/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) InitialLoadPending + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/container/compositeExec/index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/container/compositeExec/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/temp/temp.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -524,6 +530,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/container/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/temp/tsconfig.json: *new* {"pollingInterval":2000} /user/username/projects/temp/jsconfig.json: *new* @@ -545,7 +553,7 @@ FsWatches:: Before request -Info 40 [00:02:17.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -556,17 +564,19 @@ Info 40 [00:02:17.000] request: "seq": 3, "type": "request" } -Info 41 [00:02:18.000] Search path: /user/username/projects/container/lib -Info 42 [00:02:19.000] For info: /user/username/projects/container/lib/index.ts :: Config file name: /user/username/projects/container/lib/tsconfig.json -Info 43 [00:02:20.000] Creating configuration project /user/username/projects/container/lib/tsconfig.json -Info 44 [00:02:21.000] Starting updateGraphWorker: Project: /user/username/projects/container/lib/tsconfig.json -Info 45 [00:02:22.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/lib/node_modules/@types 1 undefined Project: /user/username/projects/container/lib/tsconfig.json WatchType: Type roots -Info 46 [00:02:23.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/lib/node_modules/@types 1 undefined Project: /user/username/projects/container/lib/tsconfig.json WatchType: Type roots -Info 47 [00:02:24.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/node_modules/@types 1 undefined Project: /user/username/projects/container/lib/tsconfig.json WatchType: Type roots -Info 48 [00:02:25.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/node_modules/@types 1 undefined Project: /user/username/projects/container/lib/tsconfig.json WatchType: Type roots -Info 49 [00:02:26.000] Finishing updateGraphWorker: Project: /user/username/projects/container/lib/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 50 [00:02:27.000] Project '/user/username/projects/container/lib/tsconfig.json' (Configured) -Info 51 [00:02:28.000] Files (2) +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/container/lib +Info seq [hh:mm:ss:mss] For info: /user/username/projects/container/lib/index.ts :: Config file name: /user/username/projects/container/lib/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/container/lib/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/container/lib/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/lib/node_modules/@types 1 undefined Project: /user/username/projects/container/lib/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/lib/node_modules/@types 1 undefined Project: /user/username/projects/container/lib/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/node_modules/@types 1 undefined Project: /user/username/projects/container/lib/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/node_modules/@types 1 undefined Project: /user/username/projects/container/lib/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/container/lib/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/container/lib/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/container/lib/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/container/lib/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/container/lib/index.ts Text-1 "namespace container {\r\n export const myConst = 30;\r\n}" @@ -576,9 +586,9 @@ Info 51 [00:02:28.000] Files (2) index.ts Part of 'files' list in tsconfig.json -Info 52 [00:02:29.000] ----------------------------------------------- -Info 53 [00:02:30.000] Loading configured project /user/username/projects/container/tsconfig.json -Info 54 [00:02:31.000] Config: /user/username/projects/container/tsconfig.json : { +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Loading configured project /user/username/projects/container/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/container/tsconfig.json : { "rootNames": [], "options": { "configFilePath": "/user/username/projects/container/tsconfig.json" @@ -594,8 +604,8 @@ Info 54 [00:02:31.000] Config: /user/username/projects/container/tsconfig.json } ] } -Info 55 [00:02:32.000] Starting updateGraphWorker: Project: /user/username/projects/container/tsconfig.json -Info 56 [00:02:33.000] Config: /user/username/projects/container/exec/tsconfig.json : { +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/container/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/container/exec/tsconfig.json : { "rootNames": [ "/user/username/projects/container/exec/index.ts" ], @@ -612,24 +622,28 @@ Info 56 [00:02:33.000] Config: /user/username/projects/container/exec/tsconfig } ] } -Info 57 [00:02:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/container/exec/tsconfig.json 2000 undefined Project: /user/username/projects/container/tsconfig.json WatchType: Config file -Info 58 [00:02:35.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/node_modules/@types 1 undefined Project: /user/username/projects/container/tsconfig.json WatchType: Type roots -Info 59 [00:02:36.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/node_modules/@types 1 undefined Project: /user/username/projects/container/tsconfig.json WatchType: Type roots -Info 60 [00:02:37.000] Finishing updateGraphWorker: Project: /user/username/projects/container/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 61 [00:02:38.000] Project '/user/username/projects/container/tsconfig.json' (Configured) -Info 62 [00:02:39.000] Files (0) - -Info 63 [00:02:40.000] ----------------------------------------------- -Info 64 [00:02:41.000] Creating configuration project /user/username/projects/container/exec/tsconfig.json -Info 65 [00:02:42.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/container/exec/index.ts 500 undefined WatchType: Closed Script info -Info 66 [00:02:43.000] Starting updateGraphWorker: Project: /user/username/projects/container/exec/tsconfig.json -Info 67 [00:02:44.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/exec/node_modules/@types 1 undefined Project: /user/username/projects/container/exec/tsconfig.json WatchType: Type roots -Info 68 [00:02:45.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/exec/node_modules/@types 1 undefined Project: /user/username/projects/container/exec/tsconfig.json WatchType: Type roots -Info 69 [00:02:46.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/node_modules/@types 1 undefined Project: /user/username/projects/container/exec/tsconfig.json WatchType: Type roots -Info 70 [00:02:47.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/node_modules/@types 1 undefined Project: /user/username/projects/container/exec/tsconfig.json WatchType: Type roots -Info 71 [00:02:48.000] Finishing updateGraphWorker: Project: /user/username/projects/container/exec/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 72 [00:02:49.000] Project '/user/username/projects/container/exec/tsconfig.json' (Configured) -Info 73 [00:02:50.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/container/exec/tsconfig.json 2000 undefined Project: /user/username/projects/container/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/node_modules/@types 1 undefined Project: /user/username/projects/container/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/node_modules/@types 1 undefined Project: /user/username/projects/container/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/container/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/container/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/container/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/container/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/container/exec/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/container/exec/index.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/container/exec/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/exec/node_modules/@types 1 undefined Project: /user/username/projects/container/exec/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/exec/node_modules/@types 1 undefined Project: /user/username/projects/container/exec/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/node_modules/@types 1 undefined Project: /user/username/projects/container/exec/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/node_modules/@types 1 undefined Project: /user/username/projects/container/exec/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/container/exec/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/container/exec/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/container/exec/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/container/exec/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/container/lib/index.ts Text-1 "namespace container {\r\n export const myConst = 30;\r\n}" /user/username/projects/container/exec/index.ts Text-1 "namespace container {\r\n export function getMyConst() {\r\n return myConst;\r\n }\r\n}" @@ -642,10 +656,10 @@ Info 73 [00:02:50.000] Files (3) index.ts Part of 'files' list in tsconfig.json -Info 74 [00:02:51.000] ----------------------------------------------- -Info 75 [00:02:52.000] Search path: /user/username/projects/container/lib -Info 76 [00:02:53.000] For info: /user/username/projects/container/lib/index.ts :: Config file name: /user/username/projects/container/lib/tsconfig.json -Info 77 [00:02:54.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/container/lib +Info seq [hh:mm:ss:mss] For info: /user/username/projects/container/lib/index.ts :: Config file name: /user/username/projects/container/lib/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -730,6 +744,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/container/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/temp/tsconfig.json: {"pollingInterval":2000} /user/username/projects/temp/jsconfig.json: @@ -757,32 +773,32 @@ FsWatches:: /user/username/projects/container/exec/index.ts: *new* {} -Info 78 [00:02:55.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/temp/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 79 [00:02:56.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/temp/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 80 [00:02:57.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/temp/temp.ts 500 undefined WatchType: Closed Script info -Info 81 [00:02:58.000] Project '/user/username/projects/container/compositeExec/tsconfig.json' (Configured) -Info 81 [00:02:59.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/temp/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/temp/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/temp/temp.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/container/compositeExec/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 81 [00:03:00.000] ----------------------------------------------- -Info 81 [00:03:01.000] Project '/user/username/projects/container/tsconfig.json' (Configured) -Info 81 [00:03:02.000] Files (0) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/container/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) -Info 81 [00:03:03.000] ----------------------------------------------- -Info 81 [00:03:04.000] Project '/user/username/projects/container/lib/tsconfig.json' (Configured) -Info 81 [00:03:05.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/container/lib/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 81 [00:03:06.000] ----------------------------------------------- -Info 81 [00:03:07.000] Project '/user/username/projects/container/exec/tsconfig.json' (Configured) -Info 81 [00:03:08.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/container/exec/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 81 [00:03:09.000] ----------------------------------------------- -Info 81 [00:03:10.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 81 [00:03:11.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 81 [00:03:12.000] ----------------------------------------------- -Info 81 [00:03:13.000] Open files: -Info 81 [00:03:14.000] FileName: /user/username/projects/container/compositeExec/index.ts ProjectRootPath: undefined -Info 81 [00:03:15.000] Projects: /user/username/projects/container/compositeExec/tsconfig.json +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/container/compositeExec/index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/container/compositeExec/tsconfig.json Before request PolledWatches:: @@ -790,6 +806,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/container/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/temp/node_modules/@types: {"pollingInterval":500} /user/username/projects/container/lib/node_modules/@types: @@ -821,7 +839,7 @@ FsWatches:: /user/username/projects/temp/temp.ts: *new* {} -Info 81 [00:03:16.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -830,40 +848,40 @@ Info 81 [00:03:16.000] request: "seq": 4, "type": "request" } -Info 82 [00:03:17.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/temp/temp.ts 500 undefined WatchType: Closed Script info -Info 83 [00:03:18.000] Search path: /user/username/projects/temp -Info 84 [00:03:19.000] For info: /user/username/projects/temp/temp.ts :: No config files found. -Info 85 [00:03:20.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/temp/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 86 [00:03:21.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/temp/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 87 [00:03:22.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 88 [00:03:23.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 89 [00:03:24.000] Same program as before -Info 90 [00:03:25.000] Project '/user/username/projects/container/compositeExec/tsconfig.json' (Configured) -Info 90 [00:03:26.000] Files (3) - -Info 90 [00:03:27.000] ----------------------------------------------- -Info 90 [00:03:28.000] Project '/user/username/projects/container/tsconfig.json' (Configured) -Info 90 [00:03:29.000] Files (0) - -Info 90 [00:03:30.000] ----------------------------------------------- -Info 90 [00:03:31.000] Project '/user/username/projects/container/lib/tsconfig.json' (Configured) -Info 90 [00:03:32.000] Files (2) - -Info 90 [00:03:33.000] ----------------------------------------------- -Info 90 [00:03:34.000] Project '/user/username/projects/container/exec/tsconfig.json' (Configured) -Info 90 [00:03:35.000] Files (3) - -Info 90 [00:03:36.000] ----------------------------------------------- -Info 90 [00:03:37.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 90 [00:03:38.000] Files (2) - -Info 90 [00:03:39.000] ----------------------------------------------- -Info 90 [00:03:40.000] Open files: -Info 90 [00:03:41.000] FileName: /user/username/projects/container/compositeExec/index.ts ProjectRootPath: undefined -Info 90 [00:03:42.000] Projects: /user/username/projects/container/compositeExec/tsconfig.json -Info 90 [00:03:43.000] FileName: /user/username/projects/temp/temp.ts ProjectRootPath: undefined -Info 90 [00:03:44.000] Projects: /dev/null/inferredProject1* -Info 90 [00:03:45.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/temp/temp.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/temp +Info seq [hh:mm:ss:mss] For info: /user/username/projects/temp/temp.ts :: No config files found. +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/temp/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/temp/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] Project '/user/username/projects/container/compositeExec/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/container/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/container/lib/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/container/exec/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/container/compositeExec/index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/container/compositeExec/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/temp/temp.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -874,6 +892,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/container/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/temp/node_modules/@types: {"pollingInterval":500} /user/username/projects/container/lib/node_modules/@types: @@ -905,54 +925,54 @@ FsWatches *deleted*:: /user/username/projects/temp/temp.ts: {} -Info 91 [00:03:46.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/container/compositeExec/index.ts 500 undefined WatchType: Closed Script info -Info 92 [00:03:47.000] Project '/user/username/projects/container/compositeExec/tsconfig.json' (Configured) -Info 92 [00:03:48.000] Files (3) - -Info 92 [00:03:49.000] ----------------------------------------------- -Info 92 [00:03:50.000] Project '/user/username/projects/container/tsconfig.json' (Configured) -Info 92 [00:03:51.000] Files (0) - -Info 92 [00:03:52.000] ----------------------------------------------- -Info 92 [00:03:53.000] Project '/user/username/projects/container/lib/tsconfig.json' (Configured) -Info 92 [00:03:54.000] Files (2) - -Info 92 [00:03:55.000] ----------------------------------------------- -Info 92 [00:03:56.000] Project '/user/username/projects/container/exec/tsconfig.json' (Configured) -Info 92 [00:03:57.000] Files (3) - -Info 92 [00:03:58.000] ----------------------------------------------- -Info 92 [00:03:59.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 92 [00:04:00.000] Files (2) - -Info 92 [00:04:01.000] ----------------------------------------------- -Info 92 [00:04:02.000] Open files: -Info 92 [00:04:03.000] FileName: /user/username/projects/temp/temp.ts ProjectRootPath: undefined -Info 92 [00:04:04.000] Projects: /dev/null/inferredProject1* -Info 92 [00:04:05.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/temp/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 93 [00:04:06.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/temp/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 94 [00:04:07.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/temp/temp.ts 500 undefined WatchType: Closed Script info -Info 95 [00:04:08.000] Project '/user/username/projects/container/compositeExec/tsconfig.json' (Configured) -Info 95 [00:04:09.000] Files (3) - -Info 95 [00:04:10.000] ----------------------------------------------- -Info 95 [00:04:11.000] Project '/user/username/projects/container/tsconfig.json' (Configured) -Info 95 [00:04:12.000] Files (0) - -Info 95 [00:04:13.000] ----------------------------------------------- -Info 95 [00:04:14.000] Project '/user/username/projects/container/lib/tsconfig.json' (Configured) -Info 95 [00:04:15.000] Files (2) - -Info 95 [00:04:16.000] ----------------------------------------------- -Info 95 [00:04:17.000] Project '/user/username/projects/container/exec/tsconfig.json' (Configured) -Info 95 [00:04:18.000] Files (3) - -Info 95 [00:04:19.000] ----------------------------------------------- -Info 95 [00:04:20.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 95 [00:04:21.000] Files (2) - -Info 95 [00:04:22.000] ----------------------------------------------- -Info 95 [00:04:23.000] Open files: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/container/compositeExec/index.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/container/compositeExec/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/container/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/container/lib/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/container/exec/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/temp/temp.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/temp/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/temp/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/temp/temp.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/container/compositeExec/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/container/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/container/lib/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/container/exec/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: Before request PolledWatches:: @@ -960,6 +980,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/container/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/temp/node_modules/@types: {"pollingInterval":500} /user/username/projects/container/lib/node_modules/@types: @@ -993,7 +1015,7 @@ FsWatches:: /user/username/projects/temp/temp.ts: *new* {} -Info 95 [00:04:24.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -1002,17 +1024,17 @@ Info 95 [00:04:24.000] request: "seq": 5, "type": "request" } -Info 96 [00:04:25.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/temp/temp.ts 500 undefined WatchType: Closed Script info -Info 97 [00:04:26.000] Search path: /user/username/projects/temp -Info 98 [00:04:27.000] For info: /user/username/projects/temp/temp.ts :: No config files found. -Info 99 [00:04:28.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/temp/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 100 [00:04:29.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/temp/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 101 [00:04:30.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 102 [00:04:31.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 3 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 103 [00:04:32.000] Same program as before -Info 104 [00:04:33.000] `remove Project:: -Info 105 [00:04:34.000] Project '/user/username/projects/container/compositeExec/tsconfig.json' (Configured) -Info 106 [00:04:35.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/temp/temp.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/temp +Info seq [hh:mm:ss:mss] For info: /user/username/projects/temp/temp.ts :: No config files found. +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/temp/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/temp/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 3 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/container/compositeExec/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts /user/username/projects/container/lib/index.ts /user/username/projects/container/compositeExec/index.ts @@ -1025,25 +1047,29 @@ Info 106 [00:04:35.000] Files (3) index.ts Part of 'files' list in tsconfig.json -Info 107 [00:04:36.000] ----------------------------------------------- -Info 108 [00:04:37.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/container/compositeExec/node_modules/@types 1 undefined Project: /user/username/projects/container/compositeExec/tsconfig.json WatchType: Type roots -Info 109 [00:04:38.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/container/compositeExec/node_modules/@types 1 undefined Project: /user/username/projects/container/compositeExec/tsconfig.json WatchType: Type roots -Info 110 [00:04:39.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/container/node_modules/@types 1 undefined Project: /user/username/projects/container/compositeExec/tsconfig.json WatchType: Type roots -Info 111 [00:04:40.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/container/node_modules/@types 1 undefined Project: /user/username/projects/container/compositeExec/tsconfig.json WatchType: Type roots -Info 112 [00:04:41.000] `remove Project:: -Info 113 [00:04:42.000] Project '/user/username/projects/container/tsconfig.json' (Configured) -Info 114 [00:04:43.000] Files (0) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/container/compositeExec/node_modules/@types 1 undefined Project: /user/username/projects/container/compositeExec/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/container/compositeExec/node_modules/@types 1 undefined Project: /user/username/projects/container/compositeExec/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/container/node_modules/@types 1 undefined Project: /user/username/projects/container/compositeExec/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/container/node_modules/@types 1 undefined Project: /user/username/projects/container/compositeExec/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/container/compositeExec/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/container/compositeExec/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/container/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) -Info 115 [00:04:44.000] ----------------------------------------------- -Info 116 [00:04:45.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/container/compositeExec/tsconfig.json 2000 undefined Project: /user/username/projects/container/compositeExec/tsconfig.json WatchType: Config file -Info 117 [00:04:46.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/container/tsconfig.json 2000 undefined Project: /user/username/projects/container/tsconfig.json WatchType: Config file -Info 118 [00:04:47.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/container/node_modules/@types 1 undefined Project: /user/username/projects/container/tsconfig.json WatchType: Type roots -Info 119 [00:04:48.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/container/node_modules/@types 1 undefined Project: /user/username/projects/container/tsconfig.json WatchType: Type roots -Info 120 [00:04:49.000] `remove Project:: -Info 121 [00:04:50.000] Project '/user/username/projects/container/lib/tsconfig.json' (Configured) -Info 122 [00:04:51.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/container/compositeExec/tsconfig.json 2000 undefined Project: /user/username/projects/container/compositeExec/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/container/tsconfig.json 2000 undefined Project: /user/username/projects/container/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/container/node_modules/@types 1 undefined Project: /user/username/projects/container/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/container/node_modules/@types 1 undefined Project: /user/username/projects/container/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/container/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/container/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/container/lib/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts /user/username/projects/container/lib/index.ts @@ -1053,14 +1079,16 @@ Info 122 [00:04:51.000] Files (2) index.ts Part of 'files' list in tsconfig.json -Info 123 [00:04:52.000] ----------------------------------------------- -Info 124 [00:04:53.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/container/lib/node_modules/@types 1 undefined Project: /user/username/projects/container/lib/tsconfig.json WatchType: Type roots -Info 125 [00:04:54.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/container/lib/node_modules/@types 1 undefined Project: /user/username/projects/container/lib/tsconfig.json WatchType: Type roots -Info 126 [00:04:55.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/container/node_modules/@types 1 undefined Project: /user/username/projects/container/lib/tsconfig.json WatchType: Type roots -Info 127 [00:04:56.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/container/node_modules/@types 1 undefined Project: /user/username/projects/container/lib/tsconfig.json WatchType: Type roots -Info 128 [00:04:57.000] `remove Project:: -Info 129 [00:04:58.000] Project '/user/username/projects/container/exec/tsconfig.json' (Configured) -Info 130 [00:04:59.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/container/lib/node_modules/@types 1 undefined Project: /user/username/projects/container/lib/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/container/lib/node_modules/@types 1 undefined Project: /user/username/projects/container/lib/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/container/node_modules/@types 1 undefined Project: /user/username/projects/container/lib/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/container/node_modules/@types 1 undefined Project: /user/username/projects/container/lib/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/container/lib/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/container/lib/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/container/exec/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts /user/username/projects/container/lib/index.ts /user/username/projects/container/exec/index.ts @@ -1073,30 +1101,34 @@ Info 130 [00:04:59.000] Files (3) index.ts Part of 'files' list in tsconfig.json -Info 131 [00:05:00.000] ----------------------------------------------- -Info 132 [00:05:01.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/container/lib/tsconfig.json 2000 undefined Project: /user/username/projects/container/compositeExec/tsconfig.json WatchType: Config file -Info 133 [00:05:02.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/container/exec/tsconfig.json 2000 undefined Project: /user/username/projects/container/tsconfig.json WatchType: Config file -Info 134 [00:05:03.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/container/exec/node_modules/@types 1 undefined Project: /user/username/projects/container/exec/tsconfig.json WatchType: Type roots -Info 135 [00:05:04.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/container/exec/node_modules/@types 1 undefined Project: /user/username/projects/container/exec/tsconfig.json WatchType: Type roots -Info 136 [00:05:05.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/container/node_modules/@types 1 undefined Project: /user/username/projects/container/exec/tsconfig.json WatchType: Type roots -Info 137 [00:05:06.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/container/node_modules/@types 1 undefined Project: /user/username/projects/container/exec/tsconfig.json WatchType: Type roots -Info 138 [00:05:07.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/container/compositeExec/index.ts 500 undefined WatchType: Closed Script info -Info 139 [00:05:08.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/container/lib/index.ts 500 undefined WatchType: Closed Script info -Info 140 [00:05:09.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/container/exec/index.ts 500 undefined WatchType: Closed Script info -Info 141 [00:05:10.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 141 [00:05:11.000] Files (2) - -Info 141 [00:05:12.000] ----------------------------------------------- -Info 141 [00:05:13.000] Open files: -Info 141 [00:05:14.000] FileName: /user/username/projects/temp/temp.ts ProjectRootPath: undefined -Info 141 [00:05:15.000] Projects: /dev/null/inferredProject1* -Info 141 [00:05:16.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/container/lib/tsconfig.json 2000 undefined Project: /user/username/projects/container/compositeExec/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/container/exec/tsconfig.json 2000 undefined Project: /user/username/projects/container/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/container/exec/node_modules/@types 1 undefined Project: /user/username/projects/container/exec/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/container/exec/node_modules/@types 1 undefined Project: /user/username/projects/container/exec/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/container/node_modules/@types 1 undefined Project: /user/username/projects/container/exec/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/container/node_modules/@types 1 undefined Project: /user/username/projects/container/exec/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/container/exec/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/container/exec/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/container/compositeExec/index.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/container/lib/index.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/container/exec/index.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/temp/temp.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request PolledWatches:: +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/temp/node_modules/@types: {"pollingInterval":500} /user/username/projects/temp/tsconfig.json: *new* diff --git a/tests/baselines/reference/tsserver/projectReferences/auto-import-with-referenced-project-when-built-with-disableSourceOfProjectReferenceRedirect.js b/tests/baselines/reference/tsserver/projectReferences/auto-import-with-referenced-project-when-built-with-disableSourceOfProjectReferenceRedirect.js index f0c4161120493..bd2f796cd136a 100644 --- a/tests/baselines/reference/tsserver/projectReferences/auto-import-with-referenced-project-when-built-with-disableSourceOfProjectReferenceRedirect.js +++ b/tests/baselines/reference/tsserver/projectReferences/auto-import-with-referenced-project-when-built-with-disableSourceOfProjectReferenceRedirect.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:11.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/tsconfig.json] {"files":[],"references":[{"path":"shared/src/library"},{"path":"app/src/program"}]} @@ -206,7 +206,7 @@ export declare function foo(): void; } -Info 1 [00:01:12.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -215,11 +215,11 @@ Info 1 [00:01:12.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:13.000] Search path: /user/username/projects/myproject/app/src/program -Info 3 [00:01:14.000] For info: /user/username/projects/myproject/app/src/program/index.ts :: Config file name: /user/username/projects/myproject/app/src/program/tsconfig.json -Info 4 [00:01:15.000] Creating configuration project /user/username/projects/myproject/app/src/program/tsconfig.json -Info 5 [00:01:16.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/src/program/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Config file -Info 6 [00:01:17.000] Config: /user/username/projects/myproject/app/src/program/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/app/src/program +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/app/src/program/index.ts :: Config file name: /user/username/projects/myproject/app/src/program/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/app/src/program/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/src/program/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/app/src/program/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/app/src/program/bar.ts", "/user/username/projects/myproject/app/src/program/index.ts" @@ -237,11 +237,11 @@ Info 6 [00:01:17.000] Config: /user/username/projects/myproject/app/src/progr } ] } -Info 7 [00:01:18.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/src/program 1 undefined Config: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/src/program 1 undefined Config: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:20.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/src/program/bar.ts 500 undefined WatchType: Closed Script info -Info 10 [00:01:21.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/app/src/program/tsconfig.json -Info 11 [00:01:22.000] Config: /user/username/projects/myproject/shared/src/library/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/src/program 1 undefined Config: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/src/program 1 undefined Config: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/src/program/bar.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/app/src/program/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/shared/src/library/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/shared/src/library/index.ts" ], @@ -251,31 +251,33 @@ Info 11 [00:01:22.000] Config: /user/username/projects/myproject/shared/src/li "configFilePath": "/user/username/projects/myproject/shared/src/library/tsconfig.json" } } -Info 12 [00:01:23.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/shared/src/library/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Config file -Info 13 [00:01:24.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/shared/src/library 1 undefined Config: /user/username/projects/myproject/shared/src/library/tsconfig.json WatchType: Wild card directory -Info 14 [00:01:25.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/shared/src/library 1 undefined Config: /user/username/projects/myproject/shared/src/library/tsconfig.json WatchType: Wild card directory -Info 15 [00:01:26.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/shared/bld/library/index.d.ts 500 undefined WatchType: Closed Script info -Info 16 [00:01:27.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 17 [00:01:28.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/src/program/node_modules 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Failed Lookup Locations -Info 18 [00:01:29.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/src/program/node_modules 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Failed Lookup Locations -Info 19 [00:01:30.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/src/node_modules 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Failed Lookup Locations -Info 20 [00:01:31.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/src/node_modules 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Failed Lookup Locations -Info 21 [00:01:32.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/node_modules 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Failed Lookup Locations -Info 22 [00:01:33.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/node_modules 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Failed Lookup Locations -Info 23 [00:01:34.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Failed Lookup Locations -Info 24 [00:01:35.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Failed Lookup Locations -Info 25 [00:01:36.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/shared/package.json 2000 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: File location affecting resolution -Info 26 [00:01:37.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/src/program/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Type roots -Info 27 [00:01:38.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/src/program/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Type roots -Info 28 [00:01:39.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/src/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Type roots -Info 29 [00:01:40.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/src/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Type roots -Info 30 [00:01:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Type roots -Info 31 [00:01:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Type roots -Info 32 [00:01:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Type roots -Info 33 [00:01:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Type roots -Info 34 [00:01:45.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/app/src/program/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 35 [00:01:46.000] Project '/user/username/projects/myproject/app/src/program/tsconfig.json' (Configured) -Info 36 [00:01:47.000] Files (4) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/shared/src/library/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/shared/src/library 1 undefined Config: /user/username/projects/myproject/shared/src/library/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/shared/src/library 1 undefined Config: /user/username/projects/myproject/shared/src/library/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/shared/bld/library/index.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/src/program/node_modules 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/src/program/node_modules 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/src/node_modules 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/src/node_modules 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/node_modules 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/node_modules 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/shared/package.json 2000 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: File location affecting resolution +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/src/program/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/src/program/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/src/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/src/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/app/src/program/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/app/src/program/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/shared/bld/library/index.d.ts Text-1 "export declare function foo(): void;\n" /user/username/projects/myproject/app/src/program/bar.ts Text-1 "import {foo} from \"shared\";" @@ -291,25 +293,25 @@ Info 36 [00:01:47.000] Files (4) index.ts Matched by default include pattern '**/*' -Info 37 [00:01:48.000] ----------------------------------------------- -Info 38 [00:01:49.000] Search path: /user/username/projects/myproject/app/src/program -Info 39 [00:01:50.000] For info: /user/username/projects/myproject/app/src/program/tsconfig.json :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 40 [00:01:51.000] Creating configuration project /user/username/projects/myproject/tsconfig.json -Info 41 [00:01:52.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 42 [00:01:53.000] Search path: /user/username/projects/myproject -Info 43 [00:01:54.000] For info: /user/username/projects/myproject/tsconfig.json :: No config files found. -Info 44 [00:01:55.000] Project '/user/username/projects/myproject/app/src/program/tsconfig.json' (Configured) -Info 44 [00:01:56.000] Files (4) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/app/src/program +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/app/src/program/tsconfig.json :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/app/src/program/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) -Info 44 [00:01:57.000] ----------------------------------------------- -Info 44 [00:01:58.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 44 [00:01:59.000] Files (0) InitialLoadPending +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) InitialLoadPending -Info 44 [00:02:00.000] ----------------------------------------------- -Info 44 [00:02:01.000] Open files: -Info 44 [00:02:02.000] FileName: /user/username/projects/myproject/app/src/program/index.ts ProjectRootPath: undefined -Info 44 [00:02:03.000] Projects: /user/username/projects/myproject/app/src/program/tsconfig.json -Info 44 [00:02:04.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/app/src/program/index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/app/src/program/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -330,6 +332,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/app/src/program/tsconfig.json: *new* @@ -357,7 +361,7 @@ FsWatchesRecursive:: Before request -Info 45 [00:02:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "getCodeFixes", "arguments": { @@ -373,9 +377,9 @@ Info 45 [00:02:05.000] request: "seq": 2, "type": "request" } -Info 46 [00:02:06.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 47 [00:02:07.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 48 [00:02:08.000] response: +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] response: { "response": [ { diff --git a/tests/baselines/reference/tsserver/projectReferences/auto-import-with-referenced-project-when-built.js b/tests/baselines/reference/tsserver/projectReferences/auto-import-with-referenced-project-when-built.js index 3f60f4faef076..d5ec6b414afd1 100644 --- a/tests/baselines/reference/tsserver/projectReferences/auto-import-with-referenced-project-when-built.js +++ b/tests/baselines/reference/tsserver/projectReferences/auto-import-with-referenced-project-when-built.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:11.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/tsconfig.json] {"files":[],"references":[{"path":"shared/src/library"},{"path":"app/src/program"}]} @@ -206,7 +206,7 @@ export declare function foo(): void; } -Info 1 [00:01:12.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -215,11 +215,11 @@ Info 1 [00:01:12.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:13.000] Search path: /user/username/projects/myproject/app/src/program -Info 3 [00:01:14.000] For info: /user/username/projects/myproject/app/src/program/index.ts :: Config file name: /user/username/projects/myproject/app/src/program/tsconfig.json -Info 4 [00:01:15.000] Creating configuration project /user/username/projects/myproject/app/src/program/tsconfig.json -Info 5 [00:01:16.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/src/program/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Config file -Info 6 [00:01:17.000] Config: /user/username/projects/myproject/app/src/program/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/app/src/program +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/app/src/program/index.ts :: Config file name: /user/username/projects/myproject/app/src/program/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/app/src/program/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/src/program/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/app/src/program/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/app/src/program/bar.ts", "/user/username/projects/myproject/app/src/program/index.ts" @@ -236,11 +236,11 @@ Info 6 [00:01:17.000] Config: /user/username/projects/myproject/app/src/progr } ] } -Info 7 [00:01:18.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/src/program 1 undefined Config: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/src/program 1 undefined Config: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:20.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/src/program/bar.ts 500 undefined WatchType: Closed Script info -Info 10 [00:01:21.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/app/src/program/tsconfig.json -Info 11 [00:01:22.000] Config: /user/username/projects/myproject/shared/src/library/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/src/program 1 undefined Config: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/src/program 1 undefined Config: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/src/program/bar.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/app/src/program/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/shared/src/library/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/shared/src/library/index.ts" ], @@ -250,31 +250,33 @@ Info 11 [00:01:22.000] Config: /user/username/projects/myproject/shared/src/li "configFilePath": "/user/username/projects/myproject/shared/src/library/tsconfig.json" } } -Info 12 [00:01:23.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/shared/src/library/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Config file -Info 13 [00:01:24.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/shared/src/library 1 undefined Config: /user/username/projects/myproject/shared/src/library/tsconfig.json WatchType: Wild card directory -Info 14 [00:01:25.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/shared/src/library 1 undefined Config: /user/username/projects/myproject/shared/src/library/tsconfig.json WatchType: Wild card directory -Info 15 [00:01:26.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/shared/src/library/index.ts 500 undefined WatchType: Closed Script info -Info 16 [00:01:27.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 17 [00:01:28.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/src/program/node_modules 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Failed Lookup Locations -Info 18 [00:01:29.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/src/program/node_modules 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Failed Lookup Locations -Info 19 [00:01:30.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/src/node_modules 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Failed Lookup Locations -Info 20 [00:01:31.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/src/node_modules 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Failed Lookup Locations -Info 21 [00:01:32.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/node_modules 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Failed Lookup Locations -Info 22 [00:01:33.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/node_modules 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Failed Lookup Locations -Info 23 [00:01:34.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Failed Lookup Locations -Info 24 [00:01:35.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Failed Lookup Locations -Info 25 [00:01:36.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/shared/package.json 2000 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: File location affecting resolution -Info 26 [00:01:37.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/src/program/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Type roots -Info 27 [00:01:38.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/src/program/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Type roots -Info 28 [00:01:39.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/src/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Type roots -Info 29 [00:01:40.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/src/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Type roots -Info 30 [00:01:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Type roots -Info 31 [00:01:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Type roots -Info 32 [00:01:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Type roots -Info 33 [00:01:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Type roots -Info 34 [00:01:45.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/app/src/program/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 35 [00:01:46.000] Project '/user/username/projects/myproject/app/src/program/tsconfig.json' (Configured) -Info 36 [00:01:47.000] Files (4) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/shared/src/library/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/shared/src/library 1 undefined Config: /user/username/projects/myproject/shared/src/library/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/shared/src/library 1 undefined Config: /user/username/projects/myproject/shared/src/library/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/shared/src/library/index.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/src/program/node_modules 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/src/program/node_modules 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/src/node_modules 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/src/node_modules 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/node_modules 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/node_modules 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/shared/package.json 2000 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: File location affecting resolution +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/src/program/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/src/program/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/src/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/src/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/app/src/program/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/app/src/program/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/shared/src/library/index.ts Text-1 "export function foo() {}" /user/username/projects/myproject/app/src/program/bar.ts Text-1 "import {foo} from \"shared\";" @@ -290,25 +292,25 @@ Info 36 [00:01:47.000] Files (4) index.ts Matched by default include pattern '**/*' -Info 37 [00:01:48.000] ----------------------------------------------- -Info 38 [00:01:49.000] Search path: /user/username/projects/myproject/app/src/program -Info 39 [00:01:50.000] For info: /user/username/projects/myproject/app/src/program/tsconfig.json :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 40 [00:01:51.000] Creating configuration project /user/username/projects/myproject/tsconfig.json -Info 41 [00:01:52.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 42 [00:01:53.000] Search path: /user/username/projects/myproject -Info 43 [00:01:54.000] For info: /user/username/projects/myproject/tsconfig.json :: No config files found. -Info 44 [00:01:55.000] Project '/user/username/projects/myproject/app/src/program/tsconfig.json' (Configured) -Info 44 [00:01:56.000] Files (4) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/app/src/program +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/app/src/program/tsconfig.json :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/app/src/program/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) -Info 44 [00:01:57.000] ----------------------------------------------- -Info 44 [00:01:58.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 44 [00:01:59.000] Files (0) InitialLoadPending +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) InitialLoadPending -Info 44 [00:02:00.000] ----------------------------------------------- -Info 44 [00:02:01.000] Open files: -Info 44 [00:02:02.000] FileName: /user/username/projects/myproject/app/src/program/index.ts ProjectRootPath: undefined -Info 44 [00:02:03.000] Projects: /user/username/projects/myproject/app/src/program/tsconfig.json -Info 44 [00:02:04.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/app/src/program/index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/app/src/program/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -329,6 +331,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/app/src/program/tsconfig.json: *new* @@ -356,7 +360,7 @@ FsWatchesRecursive:: Before request -Info 45 [00:02:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "getCodeFixes", "arguments": { @@ -372,9 +376,9 @@ Info 45 [00:02:05.000] request: "seq": 2, "type": "request" } -Info 46 [00:02:06.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 47 [00:02:07.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 48 [00:02:08.000] response: +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] response: { "response": [ { diff --git a/tests/baselines/reference/tsserver/projectReferences/auto-import-with-referenced-project.js b/tests/baselines/reference/tsserver/projectReferences/auto-import-with-referenced-project.js index 9c9ee30ea9e76..e878b7591c4f7 100644 --- a/tests/baselines/reference/tsserver/projectReferences/auto-import-with-referenced-project.js +++ b/tests/baselines/reference/tsserver/projectReferences/auto-import-with-referenced-project.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:47.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/tsconfig.json] {"files":[],"references":[{"path":"shared/src/library"},{"path":"app/src/program"}]} @@ -37,7 +37,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:48.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -46,11 +46,11 @@ Info 1 [00:00:48.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:49.000] Search path: /user/username/projects/myproject/app/src/program -Info 3 [00:00:50.000] For info: /user/username/projects/myproject/app/src/program/index.ts :: Config file name: /user/username/projects/myproject/app/src/program/tsconfig.json -Info 4 [00:00:51.000] Creating configuration project /user/username/projects/myproject/app/src/program/tsconfig.json -Info 5 [00:00:52.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/src/program/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Config file -Info 6 [00:00:53.000] Config: /user/username/projects/myproject/app/src/program/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/app/src/program +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/app/src/program/index.ts :: Config file name: /user/username/projects/myproject/app/src/program/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/app/src/program/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/src/program/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/app/src/program/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/app/src/program/bar.ts", "/user/username/projects/myproject/app/src/program/index.ts" @@ -67,11 +67,11 @@ Info 6 [00:00:53.000] Config: /user/username/projects/myproject/app/src/progr } ] } -Info 7 [00:00:54.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/src/program 1 undefined Config: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:55.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/src/program 1 undefined Config: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:56.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/src/program/bar.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:57.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/app/src/program/tsconfig.json -Info 11 [00:00:58.000] Config: /user/username/projects/myproject/shared/src/library/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/src/program 1 undefined Config: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/src/program 1 undefined Config: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/src/program/bar.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/app/src/program/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/shared/src/library/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/shared/src/library/index.ts" ], @@ -81,31 +81,33 @@ Info 11 [00:00:58.000] Config: /user/username/projects/myproject/shared/src/li "configFilePath": "/user/username/projects/myproject/shared/src/library/tsconfig.json" } } -Info 12 [00:00:59.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/shared/src/library/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Config file -Info 13 [00:01:00.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/shared/src/library 1 undefined Config: /user/username/projects/myproject/shared/src/library/tsconfig.json WatchType: Wild card directory -Info 14 [00:01:01.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/shared/src/library 1 undefined Config: /user/username/projects/myproject/shared/src/library/tsconfig.json WatchType: Wild card directory -Info 15 [00:01:02.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/shared/src/library/index.ts 500 undefined WatchType: Closed Script info -Info 16 [00:01:03.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 17 [00:01:04.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/src/program/node_modules 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Failed Lookup Locations -Info 18 [00:01:05.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/src/program/node_modules 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Failed Lookup Locations -Info 19 [00:01:06.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/src/node_modules 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Failed Lookup Locations -Info 20 [00:01:07.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/src/node_modules 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Failed Lookup Locations -Info 21 [00:01:08.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/node_modules 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Failed Lookup Locations -Info 22 [00:01:09.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/node_modules 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Failed Lookup Locations -Info 23 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Failed Lookup Locations -Info 24 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Failed Lookup Locations -Info 25 [00:01:12.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/shared/package.json 2000 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: File location affecting resolution -Info 26 [00:01:13.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/src/program/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Type roots -Info 27 [00:01:14.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/src/program/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Type roots -Info 28 [00:01:15.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/src/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Type roots -Info 29 [00:01:16.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/src/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Type roots -Info 30 [00:01:17.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Type roots -Info 31 [00:01:18.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Type roots -Info 32 [00:01:19.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Type roots -Info 33 [00:01:20.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Type roots -Info 34 [00:01:21.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/app/src/program/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 35 [00:01:22.000] Project '/user/username/projects/myproject/app/src/program/tsconfig.json' (Configured) -Info 36 [00:01:23.000] Files (4) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/shared/src/library/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/shared/src/library 1 undefined Config: /user/username/projects/myproject/shared/src/library/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/shared/src/library 1 undefined Config: /user/username/projects/myproject/shared/src/library/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/shared/src/library/index.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/src/program/node_modules 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/src/program/node_modules 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/src/node_modules 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/src/node_modules 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/node_modules 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/node_modules 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/shared/package.json 2000 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: File location affecting resolution +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/src/program/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/src/program/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/src/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/src/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/app/src/program/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/app/src/program/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/shared/src/library/index.ts Text-1 "export function foo() {}" /user/username/projects/myproject/app/src/program/bar.ts Text-1 "import {foo} from \"shared\";" @@ -121,25 +123,25 @@ Info 36 [00:01:23.000] Files (4) index.ts Matched by default include pattern '**/*' -Info 37 [00:01:24.000] ----------------------------------------------- -Info 38 [00:01:25.000] Search path: /user/username/projects/myproject/app/src/program -Info 39 [00:01:26.000] For info: /user/username/projects/myproject/app/src/program/tsconfig.json :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 40 [00:01:27.000] Creating configuration project /user/username/projects/myproject/tsconfig.json -Info 41 [00:01:28.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 42 [00:01:29.000] Search path: /user/username/projects/myproject -Info 43 [00:01:30.000] For info: /user/username/projects/myproject/tsconfig.json :: No config files found. -Info 44 [00:01:31.000] Project '/user/username/projects/myproject/app/src/program/tsconfig.json' (Configured) -Info 44 [00:01:32.000] Files (4) - -Info 44 [00:01:33.000] ----------------------------------------------- -Info 44 [00:01:34.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 44 [00:01:35.000] Files (0) InitialLoadPending - -Info 44 [00:01:36.000] ----------------------------------------------- -Info 44 [00:01:37.000] Open files: -Info 44 [00:01:38.000] FileName: /user/username/projects/myproject/app/src/program/index.ts ProjectRootPath: undefined -Info 44 [00:01:39.000] Projects: /user/username/projects/myproject/app/src/program/tsconfig.json -Info 44 [00:01:40.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/app/src/program +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/app/src/program/tsconfig.json :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/app/src/program/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) InitialLoadPending + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/app/src/program/index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/app/src/program/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -160,6 +162,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/app/src/program/tsconfig.json: *new* @@ -187,7 +191,7 @@ FsWatchesRecursive:: Before request -Info 45 [00:01:41.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "getCodeFixes", "arguments": { @@ -203,9 +207,9 @@ Info 45 [00:01:41.000] request: "seq": 2, "type": "request" } -Info 46 [00:01:42.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 47 [00:01:43.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 48 [00:01:44.000] response: +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] response: { "response": [ { diff --git a/tests/baselines/reference/tsserver/projectReferences/can-successfully-find-references-with-out-option.js b/tests/baselines/reference/tsserver/projectReferences/can-successfully-find-references-with-out-option.js index 8fb599cbd753c..072bf7f871ebe 100644 --- a/tests/baselines/reference/tsserver/projectReferences/can-successfully-find-references-with-out-option.js +++ b/tests/baselines/reference/tsserver/projectReferences/can-successfully-find-references-with-out-option.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:10.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/lib/lib.d.ts] /// @@ -354,7 +354,7 @@ declare namespace container { ====================================================================== -Info 1 [00:01:11.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -363,11 +363,11 @@ Info 1 [00:01:11.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:12.000] Search path: /user/username/projects/container/compositeExec -Info 3 [00:01:13.000] For info: /user/username/projects/container/compositeExec/index.ts :: Config file name: /user/username/projects/container/compositeExec/tsconfig.json -Info 4 [00:01:14.000] Creating configuration project /user/username/projects/container/compositeExec/tsconfig.json -Info 5 [00:01:15.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/container/compositeExec/tsconfig.json 2000 undefined Project: /user/username/projects/container/compositeExec/tsconfig.json WatchType: Config file -Info 6 [00:01:16.000] Config: /user/username/projects/container/compositeExec/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/container/compositeExec +Info seq [hh:mm:ss:mss] For info: /user/username/projects/container/compositeExec/index.ts :: Config file name: /user/username/projects/container/compositeExec/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/container/compositeExec/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/container/compositeExec/tsconfig.json 2000 undefined Project: /user/username/projects/container/compositeExec/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/container/compositeExec/tsconfig.json : { "rootNames": [ "/user/username/projects/container/compositeExec/index.ts" ], @@ -386,8 +386,8 @@ Info 6 [00:01:16.000] Config: /user/username/projects/container/compositeExec } ] } -Info 7 [00:01:17.000] Starting updateGraphWorker: Project: /user/username/projects/container/compositeExec/tsconfig.json -Info 8 [00:01:18.000] Config: /user/username/projects/container/lib/tsconfig.json : { +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/container/compositeExec/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/container/lib/tsconfig.json : { "rootNames": [ "/user/username/projects/container/lib/index.ts" ], @@ -398,16 +398,18 @@ Info 8 [00:01:18.000] Config: /user/username/projects/container/lib/tsconfig. "configFilePath": "/user/username/projects/container/lib/tsconfig.json" } } -Info 9 [00:01:19.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/container/lib/tsconfig.json 2000 undefined Project: /user/username/projects/container/compositeExec/tsconfig.json WatchType: Config file -Info 10 [00:01:20.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/container/lib/index.ts 500 undefined WatchType: Closed Script info -Info 11 [00:01:21.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 12 [00:01:22.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/compositeExec/node_modules/@types 1 undefined Project: /user/username/projects/container/compositeExec/tsconfig.json WatchType: Type roots -Info 13 [00:01:23.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/compositeExec/node_modules/@types 1 undefined Project: /user/username/projects/container/compositeExec/tsconfig.json WatchType: Type roots -Info 14 [00:01:24.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/node_modules/@types 1 undefined Project: /user/username/projects/container/compositeExec/tsconfig.json WatchType: Type roots -Info 15 [00:01:25.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/node_modules/@types 1 undefined Project: /user/username/projects/container/compositeExec/tsconfig.json WatchType: Type roots -Info 16 [00:01:26.000] Finishing updateGraphWorker: Project: /user/username/projects/container/compositeExec/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 17 [00:01:27.000] Project '/user/username/projects/container/compositeExec/tsconfig.json' (Configured) -Info 18 [00:01:28.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/container/lib/tsconfig.json 2000 undefined Project: /user/username/projects/container/compositeExec/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/container/lib/index.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/compositeExec/node_modules/@types 1 undefined Project: /user/username/projects/container/compositeExec/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/compositeExec/node_modules/@types 1 undefined Project: /user/username/projects/container/compositeExec/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/node_modules/@types 1 undefined Project: /user/username/projects/container/compositeExec/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/node_modules/@types 1 undefined Project: /user/username/projects/container/compositeExec/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/container/compositeExec/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/container/compositeExec/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/container/compositeExec/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/container/compositeExec/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/container/lib/index.ts Text-1 "namespace container {\r\n export const myConst = 30;\r\n}" /user/username/projects/container/compositeExec/index.ts SVC-1-0 "namespace container {\r\n export function getMyConst() {\r\n return myConst;\r\n }\r\n}" @@ -420,25 +422,25 @@ Info 18 [00:01:28.000] Files (3) index.ts Part of 'files' list in tsconfig.json -Info 19 [00:01:29.000] ----------------------------------------------- -Info 20 [00:01:30.000] Search path: /user/username/projects/container/compositeExec -Info 21 [00:01:31.000] For info: /user/username/projects/container/compositeExec/tsconfig.json :: Config file name: /user/username/projects/container/tsconfig.json -Info 22 [00:01:32.000] Creating configuration project /user/username/projects/container/tsconfig.json -Info 23 [00:01:33.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/container/tsconfig.json 2000 undefined Project: /user/username/projects/container/tsconfig.json WatchType: Config file -Info 24 [00:01:34.000] Search path: /user/username/projects/container -Info 25 [00:01:35.000] For info: /user/username/projects/container/tsconfig.json :: No config files found. -Info 26 [00:01:36.000] Project '/user/username/projects/container/compositeExec/tsconfig.json' (Configured) -Info 26 [00:01:37.000] Files (3) - -Info 26 [00:01:38.000] ----------------------------------------------- -Info 26 [00:01:39.000] Project '/user/username/projects/container/tsconfig.json' (Configured) -Info 26 [00:01:40.000] Files (0) InitialLoadPending - -Info 26 [00:01:41.000] ----------------------------------------------- -Info 26 [00:01:42.000] Open files: -Info 26 [00:01:43.000] FileName: /user/username/projects/container/compositeExec/index.ts ProjectRootPath: undefined -Info 26 [00:01:44.000] Projects: /user/username/projects/container/compositeExec/tsconfig.json -Info 26 [00:01:45.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/container/compositeExec +Info seq [hh:mm:ss:mss] For info: /user/username/projects/container/compositeExec/tsconfig.json :: Config file name: /user/username/projects/container/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/container/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/container/tsconfig.json 2000 undefined Project: /user/username/projects/container/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/container +Info seq [hh:mm:ss:mss] For info: /user/username/projects/container/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/container/compositeExec/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/container/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) InitialLoadPending + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/container/compositeExec/index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/container/compositeExec/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -449,6 +451,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/container/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/container/compositeexec/tsconfig.json: *new* @@ -464,7 +468,7 @@ FsWatches:: Before request -Info 27 [00:01:46.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -475,17 +479,19 @@ Info 27 [00:01:46.000] request: "seq": 2, "type": "request" } -Info 28 [00:01:47.000] Search path: /user/username/projects/container/lib -Info 29 [00:01:48.000] For info: /user/username/projects/container/lib/index.ts :: Config file name: /user/username/projects/container/lib/tsconfig.json -Info 30 [00:01:49.000] Creating configuration project /user/username/projects/container/lib/tsconfig.json -Info 31 [00:01:50.000] Starting updateGraphWorker: Project: /user/username/projects/container/lib/tsconfig.json -Info 32 [00:01:51.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/lib/node_modules/@types 1 undefined Project: /user/username/projects/container/lib/tsconfig.json WatchType: Type roots -Info 33 [00:01:52.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/lib/node_modules/@types 1 undefined Project: /user/username/projects/container/lib/tsconfig.json WatchType: Type roots -Info 34 [00:01:53.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/node_modules/@types 1 undefined Project: /user/username/projects/container/lib/tsconfig.json WatchType: Type roots -Info 35 [00:01:54.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/node_modules/@types 1 undefined Project: /user/username/projects/container/lib/tsconfig.json WatchType: Type roots -Info 36 [00:01:55.000] Finishing updateGraphWorker: Project: /user/username/projects/container/lib/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 37 [00:01:56.000] Project '/user/username/projects/container/lib/tsconfig.json' (Configured) -Info 38 [00:01:57.000] Files (2) +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/container/lib +Info seq [hh:mm:ss:mss] For info: /user/username/projects/container/lib/index.ts :: Config file name: /user/username/projects/container/lib/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/container/lib/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/container/lib/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/lib/node_modules/@types 1 undefined Project: /user/username/projects/container/lib/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/lib/node_modules/@types 1 undefined Project: /user/username/projects/container/lib/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/node_modules/@types 1 undefined Project: /user/username/projects/container/lib/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/node_modules/@types 1 undefined Project: /user/username/projects/container/lib/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/container/lib/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/container/lib/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/container/lib/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/container/lib/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/container/lib/index.ts Text-1 "namespace container {\r\n export const myConst = 30;\r\n}" @@ -495,9 +501,9 @@ Info 38 [00:01:57.000] Files (2) index.ts Part of 'files' list in tsconfig.json -Info 39 [00:01:58.000] ----------------------------------------------- -Info 40 [00:01:59.000] Loading configured project /user/username/projects/container/tsconfig.json -Info 41 [00:02:00.000] Config: /user/username/projects/container/tsconfig.json : { +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Loading configured project /user/username/projects/container/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/container/tsconfig.json : { "rootNames": [], "options": { "configFilePath": "/user/username/projects/container/tsconfig.json" @@ -513,8 +519,8 @@ Info 41 [00:02:00.000] Config: /user/username/projects/container/tsconfig.json } ] } -Info 42 [00:02:01.000] Starting updateGraphWorker: Project: /user/username/projects/container/tsconfig.json -Info 43 [00:02:02.000] Config: /user/username/projects/container/exec/tsconfig.json : { +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/container/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/container/exec/tsconfig.json : { "rootNames": [ "/user/username/projects/container/exec/index.ts" ], @@ -531,24 +537,28 @@ Info 43 [00:02:02.000] Config: /user/username/projects/container/exec/tsconfig } ] } -Info 44 [00:02:03.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/container/exec/tsconfig.json 2000 undefined Project: /user/username/projects/container/tsconfig.json WatchType: Config file -Info 45 [00:02:04.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/node_modules/@types 1 undefined Project: /user/username/projects/container/tsconfig.json WatchType: Type roots -Info 46 [00:02:05.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/node_modules/@types 1 undefined Project: /user/username/projects/container/tsconfig.json WatchType: Type roots -Info 47 [00:02:06.000] Finishing updateGraphWorker: Project: /user/username/projects/container/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 48 [00:02:07.000] Project '/user/username/projects/container/tsconfig.json' (Configured) -Info 49 [00:02:08.000] Files (0) - -Info 50 [00:02:09.000] ----------------------------------------------- -Info 51 [00:02:10.000] Creating configuration project /user/username/projects/container/exec/tsconfig.json -Info 52 [00:02:11.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/container/exec/index.ts 500 undefined WatchType: Closed Script info -Info 53 [00:02:12.000] Starting updateGraphWorker: Project: /user/username/projects/container/exec/tsconfig.json -Info 54 [00:02:13.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/exec/node_modules/@types 1 undefined Project: /user/username/projects/container/exec/tsconfig.json WatchType: Type roots -Info 55 [00:02:14.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/exec/node_modules/@types 1 undefined Project: /user/username/projects/container/exec/tsconfig.json WatchType: Type roots -Info 56 [00:02:15.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/node_modules/@types 1 undefined Project: /user/username/projects/container/exec/tsconfig.json WatchType: Type roots -Info 57 [00:02:16.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/node_modules/@types 1 undefined Project: /user/username/projects/container/exec/tsconfig.json WatchType: Type roots -Info 58 [00:02:17.000] Finishing updateGraphWorker: Project: /user/username/projects/container/exec/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 59 [00:02:18.000] Project '/user/username/projects/container/exec/tsconfig.json' (Configured) -Info 60 [00:02:19.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/container/exec/tsconfig.json 2000 undefined Project: /user/username/projects/container/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/node_modules/@types 1 undefined Project: /user/username/projects/container/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/node_modules/@types 1 undefined Project: /user/username/projects/container/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/container/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/container/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/container/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/container/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/container/exec/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/container/exec/index.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/container/exec/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/exec/node_modules/@types 1 undefined Project: /user/username/projects/container/exec/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/exec/node_modules/@types 1 undefined Project: /user/username/projects/container/exec/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/node_modules/@types 1 undefined Project: /user/username/projects/container/exec/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/node_modules/@types 1 undefined Project: /user/username/projects/container/exec/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/container/exec/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/container/exec/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/container/exec/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/container/exec/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/container/lib/index.ts Text-1 "namespace container {\r\n export const myConst = 30;\r\n}" /user/username/projects/container/exec/index.ts Text-1 "namespace container {\r\n export function getMyConst() {\r\n return myConst;\r\n }\r\n}" @@ -561,10 +571,10 @@ Info 60 [00:02:19.000] Files (3) index.ts Part of 'files' list in tsconfig.json -Info 61 [00:02:20.000] ----------------------------------------------- -Info 62 [00:02:21.000] Search path: /user/username/projects/container/lib -Info 63 [00:02:22.000] For info: /user/username/projects/container/lib/index.ts :: Config file name: /user/username/projects/container/lib/tsconfig.json -Info 64 [00:02:23.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/container/lib +Info seq [hh:mm:ss:mss] For info: /user/username/projects/container/lib/index.ts :: Config file name: /user/username/projects/container/lib/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -649,6 +659,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/container/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/container/lib/node_modules/@types: *new* {"pollingInterval":500} /user/username/projects/container/exec/node_modules/@types: *new* diff --git a/tests/baselines/reference/tsserver/projectReferences/disables-looking-into-the-child-project-if-disableReferencedProjectLoad-is-set-in-first-indirect-project-but-not-in-another-one.js b/tests/baselines/reference/tsserver/projectReferences/disables-looking-into-the-child-project-if-disableReferencedProjectLoad-is-set-in-first-indirect-project-but-not-in-another-one.js index 4a20cc75201f8..8015c1df65e92 100644 --- a/tests/baselines/reference/tsserver/projectReferences/disables-looking-into-the-child-project-if-disableReferencedProjectLoad-is-set-in-first-indirect-project-but-not-in-another-one.js +++ b/tests/baselines/reference/tsserver/projectReferences/disables-looking-into-the-child-project-if-disableReferencedProjectLoad-is-set-in-first-indirect-project-but-not-in-another-one.js @@ -1,12 +1,12 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:05.000] Provided types map file "/a/lib/typesMap.json" doesn't exist -Info 1 [00:01:06.000] Search path: /user/username/projects/myproject/src -Info 2 [00:01:07.000] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 3 [00:01:08.000] Creating configuration project /user/username/projects/myproject/tsconfig.json -Info 4 [00:01:09.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 5 [00:01:10.000] event: +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/myproject/src/main.ts to open"}} -Info 6 [00:01:11.000] Config: /user/username/projects/myproject/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig.json : { "rootNames": [], "options": { "configFilePath": "/user/username/projects/myproject/tsconfig.json" @@ -22,8 +22,8 @@ Info 6 [00:01:11.000] Config: /user/username/projects/myproject/tsconfig.json } ] } -Info 7 [00:01:12.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 8 [00:01:13.000] Config: /user/username/projects/myproject/tsconfig-indirect1.json : { +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig-indirect1.json : { "rootNames": [ "/user/username/projects/myproject/indirect1/main.ts" ], @@ -41,8 +41,8 @@ Info 8 [00:01:13.000] Config: /user/username/projects/myproject/tsconfig-indi } ] } -Info 9 [00:01:14.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-indirect1.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 10 [00:01:15.000] Config: /user/username/projects/myproject/tsconfig-src.json : { +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-indirect1.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig-src.json : { "rootNames": [ "/user/username/projects/myproject/src/main.ts", "/user/username/projects/myproject/src/helpers/functions.ts" @@ -54,10 +54,10 @@ Info 10 [00:01:15.000] Config: /user/username/projects/myproject/tsconfig-src. "configFilePath": "/user/username/projects/myproject/tsconfig-src.json" } } -Info 11 [00:01:16.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-src.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 12 [00:01:17.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory -Info 13 [00:01:18.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory -Info 14 [00:01:19.000] Config: /user/username/projects/myproject/tsconfig-indirect2.json : { +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-src.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig-indirect2.json : { "rootNames": [ "/user/username/projects/myproject/indirect2/main.ts" ], @@ -74,29 +74,33 @@ Info 14 [00:01:19.000] Config: /user/username/projects/myproject/tsconfig-indi } ] } -Info 15 [00:01:20.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-indirect2.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 16 [00:01:21.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 17 [00:01:22.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 18 [00:01:23.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 19 [00:01:24.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 20 [00:01:25.000] Files (0) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-indirect2.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) -Info 21 [00:01:26.000] ----------------------------------------------- -Info 22 [00:01:27.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig.json"}} -Info 23 [00:01:28.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"4a33d78ee40d836c4f4e64c59aed976628aea0013be9585c5ff171dfc41baf98","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":0,"tsSize":0,"tsx":0,"tsxSize":0,"dts":0,"dtsSize":0,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":true,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 24 [00:01:29.000] Creating configuration project /user/username/projects/myproject/tsconfig-src.json -Info 25 [00:01:30.000] event: +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig-src.json","reason":"Creating project referenced in solution /user/username/projects/myproject/tsconfig.json to find possible configured project for /user/username/projects/myproject/src/main.ts to open"}} -Info 26 [00:01:31.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/helpers/functions.ts 500 undefined WatchType: Closed Script info -Info 27 [00:01:32.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json -Info 28 [00:01:33.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 29 [00:01:34.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots -Info 30 [00:01:35.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots -Info 31 [00:01:36.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 32 [00:01:37.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 33 [00:01:38.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/helpers/functions.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/helpers/functions.ts Text-1 "export const foo = 1;" /user/username/projects/myproject/src/main.ts SVC-1-0 "import { foo } from 'helpers/functions';\nexport { foo };" @@ -110,34 +114,32 @@ Info 33 [00:01:38.000] Files (3) src/main.ts Matched by include pattern './src/**/*' in 'tsconfig-src.json' -Info 34 [00:01:39.000] ----------------------------------------------- -Info 35 [00:01:40.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig-src.json"}} -Info 36 [00:01:41.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"75d5ba36c0a162a329bf40235b10e96d2d129b95469e1f02c08da775fb38a2b4","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":2,"tsSize":77,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{"composite":true,"outDir":"","baseUrl":""},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":true,"exclude":false,"compileOnSave":false,"configFileName":"other","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 37 [00:01:42.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/src/main.ts","configFile":"/user/username/projects/myproject/tsconfig-src.json","diagnostics":[]}} -Info 38 [00:01:43.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 38 [00:01:44.000] Files (0) +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) -Info 38 [00:01:45.000] ----------------------------------------------- -Info 38 [00:01:46.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 38 [00:01:47.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 38 [00:01:48.000] ----------------------------------------------- -Info 38 [00:01:49.000] Open files: -Info 38 [00:01:50.000] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined -Info 38 [00:01:51.000] Projects: /user/username/projects/myproject/tsconfig-src.json -Info 38 [00:01:52.000] getDefaultProject for /user/username/projects/myproject/src/main.ts: /user/username/projects/myproject/tsconfig-src.json -Info 38 [00:01:53.000] findDefaultConfiguredProject for /user/username/projects/myproject/src/main.ts: /user/username/projects/myproject/tsconfig-src.json -Info 38 [00:01:54.000] Search path: /dummy -Info 39 [00:01:55.000] For info: /dummy/dummy.ts :: No config files found. -Info 40 [00:01:56.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 41 [00:01:57.000] DirectoryWatcher:: Added:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 42 [00:01:58.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 43 [00:01:59.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 44 [00:02:00.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 45 [00:02:01.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] getDefaultProject for /user/username/projects/myproject/src/main.ts: /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] findDefaultConfiguredProject for /user/username/projects/myproject/src/main.ts: /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] Search path: /dummy +Info seq [hh:mm:ss:mss] For info: /dummy/dummy.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /dummy/dummy.ts SVC-1-0 "let a = 10;" @@ -147,75 +149,77 @@ Info 45 [00:02:01.000] Files (2) dummy.ts Root file specified for compilation -Info 46 [00:02:02.000] ----------------------------------------------- -Info 47 [00:02:03.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 47 [00:02:04.000] Files (0) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) -Info 47 [00:02:05.000] ----------------------------------------------- -Info 47 [00:02:06.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 47 [00:02:07.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 47 [00:02:08.000] ----------------------------------------------- -Info 47 [00:02:09.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 47 [00:02:10.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 47 [00:02:11.000] ----------------------------------------------- -Info 47 [00:02:12.000] Open files: -Info 47 [00:02:13.000] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined -Info 47 [00:02:14.000] Projects: /user/username/projects/myproject/tsconfig-src.json -Info 47 [00:02:15.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 47 [00:02:16.000] Projects: /dev/null/inferredProject1* -Info 47 [00:02:17.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/main.ts 500 undefined WatchType: Closed Script info -Info 48 [00:02:18.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 48 [00:02:19.000] Files (0) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) -Info 48 [00:02:20.000] ----------------------------------------------- -Info 48 [00:02:21.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 48 [00:02:22.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 48 [00:02:23.000] ----------------------------------------------- -Info 48 [00:02:24.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 48 [00:02:25.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 48 [00:02:26.000] ----------------------------------------------- -Info 48 [00:02:27.000] Open files: -Info 48 [00:02:28.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 48 [00:02:29.000] Projects: /dev/null/inferredProject1* -Info 48 [00:02:30.000] FileWatcher:: Added:: WatchInfo: /dummy/dummy.ts 500 undefined WatchType: Closed Script info -Info 49 [00:02:31.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 49 [00:02:32.000] Files (0) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /dummy/dummy.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) -Info 49 [00:02:33.000] ----------------------------------------------- -Info 49 [00:02:34.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 49 [00:02:35.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 49 [00:02:36.000] ----------------------------------------------- -Info 49 [00:02:37.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 49 [00:02:38.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 49 [00:02:39.000] ----------------------------------------------- -Info 49 [00:02:40.000] Open files: -Info 49 [00:02:41.000] FileWatcher:: Close:: WatchInfo: /dummy/dummy.ts 500 undefined WatchType: Closed Script info -Info 50 [00:02:42.000] Search path: /dummy -Info 51 [00:02:43.000] For info: /dummy/dummy.ts :: No config files found. -Info 52 [00:02:44.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 53 [00:02:45.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 54 [00:02:46.000] Same program as before -Info 55 [00:02:47.000] `remove Project:: -Info 56 [00:02:48.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 57 [00:02:49.000] Files (0) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /dummy/dummy.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /dummy +Info seq [hh:mm:ss:mss] For info: /dummy/dummy.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) -Info 58 [00:02:50.000] ----------------------------------------------- -Info 59 [00:02:51.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 60 [00:02:52.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig-indirect1.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 61 [00:02:53.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig-indirect2.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 62 [00:02:54.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 63 [00:02:55.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 64 [00:02:56.000] `remove Project:: -Info 65 [00:02:57.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 66 [00:02:58.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig-indirect1.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig-indirect2.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts /user/username/projects/myproject/src/helpers/functions.ts /user/username/projects/myproject/src/main.ts @@ -229,28 +233,30 @@ Info 66 [00:02:58.000] Files (3) src/main.ts Matched by include pattern './src/**/*' in 'tsconfig-src.json' -Info 67 [00:02:59.000] ----------------------------------------------- -Info 68 [00:03:00.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory -Info 69 [00:03:01.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory -Info 70 [00:03:02.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig-src.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 71 [00:03:03.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots -Info 72 [00:03:04.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots -Info 73 [00:03:05.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/main.ts 500 undefined WatchType: Closed Script info -Info 74 [00:03:06.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/helpers/functions.ts 500 undefined WatchType: Closed Script info -Info 75 [00:03:07.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 75 [00:03:08.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig-src.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/helpers/functions.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 75 [00:03:09.000] ----------------------------------------------- -Info 75 [00:03:10.000] Open files: -Info 75 [00:03:11.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 75 [00:03:12.000] Projects: /dev/null/inferredProject1* -Info 75 [00:03:13.000] Search path: /user/username/projects/myproject/src -Info 76 [00:03:14.000] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 77 [00:03:15.000] Creating configuration project /user/username/projects/myproject/tsconfig.json -Info 78 [00:03:16.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 79 [00:03:17.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/myproject/src/main.ts to open"}} -Info 80 [00:03:18.000] Config: /user/username/projects/myproject/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig.json : { "rootNames": [], "options": { "configFilePath": "/user/username/projects/myproject/tsconfig.json" @@ -266,8 +272,8 @@ Info 80 [00:03:18.000] Config: /user/username/projects/myproject/tsconfig.json } ] } -Info 81 [00:03:19.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 82 [00:03:20.000] Config: /user/username/projects/myproject/tsconfig-indirect1.json : { +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig-indirect1.json : { "rootNames": [ "/user/username/projects/myproject/indirect1/main.ts" ], @@ -285,8 +291,8 @@ Info 82 [00:03:20.000] Config: /user/username/projects/myproject/tsconfig-indi } ] } -Info 83 [00:03:21.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-indirect1.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 84 [00:03:22.000] Config: /user/username/projects/myproject/tsconfig-src.json : { +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-indirect1.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig-src.json : { "rootNames": [ "/user/username/projects/myproject/src/main.ts", "/user/username/projects/myproject/src/helpers/functions.ts" @@ -298,10 +304,10 @@ Info 84 [00:03:22.000] Config: /user/username/projects/myproject/tsconfig-src. "configFilePath": "/user/username/projects/myproject/tsconfig-src.json" } } -Info 85 [00:03:23.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-src.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 86 [00:03:24.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory -Info 87 [00:03:25.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory -Info 88 [00:03:26.000] Config: /user/username/projects/myproject/tsconfig-indirect2.json : { +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-src.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig-indirect2.json : { "rootNames": [ "/user/username/projects/myproject/indirect2/main.ts" ], @@ -318,26 +324,30 @@ Info 88 [00:03:26.000] Config: /user/username/projects/myproject/tsconfig-indi } ] } -Info 89 [00:03:27.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-indirect2.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 90 [00:03:28.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 91 [00:03:29.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 92 [00:03:30.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 93 [00:03:31.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 94 [00:03:32.000] Files (0) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-indirect2.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) -Info 95 [00:03:33.000] ----------------------------------------------- -Info 96 [00:03:34.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig.json"}} -Info 97 [00:03:35.000] Creating configuration project /user/username/projects/myproject/tsconfig-src.json -Info 98 [00:03:36.000] event: +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig-src.json","reason":"Creating project referenced in solution /user/username/projects/myproject/tsconfig.json to find possible configured project for /user/username/projects/myproject/src/main.ts to open"}} -Info 99 [00:03:37.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/helpers/functions.ts 500 undefined WatchType: Closed Script info -Info 100 [00:03:38.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json -Info 101 [00:03:39.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots -Info 102 [00:03:40.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots -Info 103 [00:03:41.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 104 [00:03:42.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 105 [00:03:43.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/helpers/functions.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/helpers/functions.ts Text-2 "export const foo = 1;" /user/username/projects/myproject/src/main.ts SVC-2-0 "import { foo } from 'helpers/functions';\nexport { foo };" @@ -351,44 +361,46 @@ Info 105 [00:03:43.000] Files (3) src/main.ts Matched by include pattern './src/**/*' in 'tsconfig-src.json' -Info 106 [00:03:44.000] ----------------------------------------------- -Info 107 [00:03:45.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig-src.json"}} -Info 108 [00:03:46.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/src/main.ts","configFile":"/user/username/projects/myproject/tsconfig-src.json","diagnostics":[]}} -Info 109 [00:03:47.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 109 [00:03:48.000] Files (0) +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) -Info 109 [00:03:49.000] ----------------------------------------------- -Info 109 [00:03:50.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 109 [00:03:51.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 109 [00:03:52.000] ----------------------------------------------- -Info 109 [00:03:53.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 109 [00:03:54.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 109 [00:03:55.000] ----------------------------------------------- -Info 109 [00:03:56.000] Open files: -Info 109 [00:03:57.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 109 [00:03:58.000] Projects: /dev/null/inferredProject1* -Info 109 [00:03:59.000] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined -Info 109 [00:04:00.000] Projects: /user/username/projects/myproject/tsconfig-src.json -Info 109 [00:04:01.000] reload projects. -Info 110 [00:04:02.000] Scheduled: /dev/null/inferredProject1* -Info 111 [00:04:03.000] Scheduled: /user/username/projects/myproject/tsconfig-src.json -Info 112 [00:04:04.000] Scheduled: *ensureProjectForOpenFiles* -Info 113 [00:04:05.000] Scheduled: /user/username/projects/myproject/tsconfig-src.json, Cancelled earlier one -Info 114 [00:04:06.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 115 [00:04:07.000] Search path: /dummy -Info 116 [00:04:08.000] For info: /dummy/dummy.ts :: No config files found. -Info 117 [00:04:09.000] Search path: /user/username/projects/myproject/src -Info 118 [00:04:10.000] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 119 [00:04:11.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 120 [00:04:12.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 121 [00:04:13.000] Reloading configured project /user/username/projects/myproject/tsconfig.json -Info 122 [00:04:14.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] reload projects. +Info seq [hh:mm:ss:mss] Scheduled: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/tsconfig-src.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Search path: /dummy +Info seq [hh:mm:ss:mss] For info: /dummy/dummy.ts :: No config files found. +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Reloading configured project /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig.json","reason":"User requested reload projects"}} -Info 123 [00:04:15.000] Config: /user/username/projects/myproject/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig.json : { "rootNames": [], "options": { "configFilePath": "/user/username/projects/myproject/tsconfig.json" @@ -404,8 +416,8 @@ Info 123 [00:04:15.000] Config: /user/username/projects/myproject/tsconfig.json } ] } -Info 124 [00:04:16.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 125 [00:04:17.000] Config: /user/username/projects/myproject/tsconfig-indirect1.json : { +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig-indirect1.json : { "rootNames": [ "/user/username/projects/myproject/indirect1/main.ts" ], @@ -423,7 +435,7 @@ Info 125 [00:04:17.000] Config: /user/username/projects/myproject/tsconfig-indi } ] } -Info 126 [00:04:18.000] Config: /user/username/projects/myproject/tsconfig-src.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig-src.json : { "rootNames": [ "/user/username/projects/myproject/src/main.ts", "/user/username/projects/myproject/src/helpers/functions.ts" @@ -435,7 +447,7 @@ Info 126 [00:04:18.000] Config: /user/username/projects/myproject/tsconfig-src. "configFilePath": "/user/username/projects/myproject/tsconfig-src.json" } } -Info 127 [00:04:19.000] Config: /user/username/projects/myproject/tsconfig-indirect2.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig-indirect2.json : { "rootNames": [ "/user/username/projects/myproject/indirect2/main.ts" ], @@ -452,82 +464,84 @@ Info 127 [00:04:19.000] Config: /user/username/projects/myproject/tsconfig-indi } ] } -Info 128 [00:04:20.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 129 [00:04:21.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 130 [00:04:22.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 131 [00:04:23.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 132 [00:04:24.000] Files (0) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) -Info 133 [00:04:25.000] ----------------------------------------------- -Info 134 [00:04:26.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig.json"}} -Info 135 [00:04:27.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/tsconfig.json","configFile":"/user/username/projects/myproject/tsconfig.json","diagnostics":[]}} -Info 136 [00:04:28.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots -Info 137 [00:04:29.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots -Info 138 [00:04:30.000] Reloading configured project /user/username/projects/myproject/tsconfig-src.json -Info 139 [00:04:31.000] event: +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Reloading configured project /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig-src.json","reason":"User requested reload projects"}} -Info 140 [00:04:32.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json -Info 141 [00:04:33.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots -Info 142 [00:04:34.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots -Info 143 [00:04:35.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 144 [00:04:36.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 145 [00:04:37.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/helpers/functions.ts Text-2 "export const foo = 1;" /user/username/projects/myproject/src/main.ts SVC-2-0 "import { foo } from 'helpers/functions';\nexport { foo };" -Info 146 [00:04:38.000] ----------------------------------------------- -Info 147 [00:04:39.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig-src.json"}} -Info 148 [00:04:40.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/tsconfig-src.json","configFile":"/user/username/projects/myproject/tsconfig-src.json","diagnostics":[]}} -Info 149 [00:04:41.000] DirectoryWatcher:: Close:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 150 [00:04:42.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 151 [00:04:43.000] Before ensureProjectForOpenFiles: -Info 152 [00:04:44.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 152 [00:04:45.000] Files (0) +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) -Info 152 [00:04:46.000] ----------------------------------------------- -Info 152 [00:04:47.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 152 [00:04:48.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 152 [00:04:49.000] ----------------------------------------------- -Info 152 [00:04:50.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 152 [00:04:51.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 152 [00:04:52.000] ----------------------------------------------- -Info 152 [00:04:53.000] Open files: -Info 152 [00:04:54.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 152 [00:04:55.000] Projects: /dev/null/inferredProject1* -Info 152 [00:04:56.000] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined -Info 152 [00:04:57.000] Projects: /user/username/projects/myproject/tsconfig-src.json -Info 152 [00:04:58.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 153 [00:04:59.000] DirectoryWatcher:: Added:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 154 [00:05:00.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 155 [00:05:01.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 3 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 156 [00:05:02.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 157 [00:05:03.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 3 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /dummy/dummy.ts SVC-1-0 "let a = 10;" -Info 158 [00:05:04.000] ----------------------------------------------- -Info 159 [00:05:05.000] After ensureProjectForOpenFiles: -Info 160 [00:05:06.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 160 [00:05:07.000] Files (0) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) -Info 160 [00:05:08.000] ----------------------------------------------- -Info 160 [00:05:09.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 160 [00:05:10.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 160 [00:05:11.000] ----------------------------------------------- -Info 160 [00:05:12.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 160 [00:05:13.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 160 [00:05:14.000] ----------------------------------------------- -Info 160 [00:05:15.000] Open files: -Info 160 [00:05:16.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 160 [00:05:17.000] Projects: /dev/null/inferredProject1* -Info 160 [00:05:18.000] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined -Info 160 [00:05:19.000] Projects: /user/username/projects/myproject/tsconfig-src.json \ No newline at end of file +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig-src.json \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/projectReferences/disables-looking-into-the-child-project-if-disableReferencedProjectLoad-is-set-in-indirect-project.js b/tests/baselines/reference/tsserver/projectReferences/disables-looking-into-the-child-project-if-disableReferencedProjectLoad-is-set-in-indirect-project.js index 87ee9e9902ef6..26262f4f2c625 100644 --- a/tests/baselines/reference/tsserver/projectReferences/disables-looking-into-the-child-project-if-disableReferencedProjectLoad-is-set-in-indirect-project.js +++ b/tests/baselines/reference/tsserver/projectReferences/disables-looking-into-the-child-project-if-disableReferencedProjectLoad-is-set-in-indirect-project.js @@ -1,12 +1,12 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:59.000] Provided types map file "/a/lib/typesMap.json" doesn't exist -Info 1 [00:01:00.000] Search path: /user/username/projects/myproject/src -Info 2 [00:01:01.000] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 3 [00:01:02.000] Creating configuration project /user/username/projects/myproject/tsconfig.json -Info 4 [00:01:03.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 5 [00:01:04.000] event: +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/myproject/src/main.ts to open"}} -Info 6 [00:01:05.000] Config: /user/username/projects/myproject/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig.json : { "rootNames": [], "options": { "configFilePath": "/user/username/projects/myproject/tsconfig.json" @@ -18,8 +18,8 @@ Info 6 [00:01:05.000] Config: /user/username/projects/myproject/tsconfig.json } ] } -Info 7 [00:01:06.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 8 [00:01:07.000] Config: /user/username/projects/myproject/tsconfig-indirect1.json : { +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig-indirect1.json : { "rootNames": [ "/user/username/projects/myproject/indirect1/main.ts" ], @@ -37,8 +37,8 @@ Info 8 [00:01:07.000] Config: /user/username/projects/myproject/tsconfig-indi } ] } -Info 9 [00:01:08.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-indirect1.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 10 [00:01:09.000] Config: /user/username/projects/myproject/tsconfig-src.json : { +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-indirect1.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig-src.json : { "rootNames": [ "/user/username/projects/myproject/src/main.ts", "/user/username/projects/myproject/src/helpers/functions.ts" @@ -50,32 +50,36 @@ Info 10 [00:01:09.000] Config: /user/username/projects/myproject/tsconfig-src. "configFilePath": "/user/username/projects/myproject/tsconfig-src.json" } } -Info 11 [00:01:10.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-src.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 12 [00:01:11.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory -Info 13 [00:01:12.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory -Info 14 [00:01:13.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 15 [00:01:14.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 16 [00:01:15.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 17 [00:01:16.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 18 [00:01:17.000] Files (0) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-src.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) -Info 19 [00:01:18.000] ----------------------------------------------- -Info 20 [00:01:19.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig.json"}} -Info 21 [00:01:20.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"4a33d78ee40d836c4f4e64c59aed976628aea0013be9585c5ff171dfc41baf98","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":0,"tsSize":0,"tsx":0,"tsxSize":0,"dts":0,"dtsSize":0,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":true,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 22 [00:01:21.000] Creating configuration project /user/username/projects/myproject/tsconfig-indirect1.json -Info 23 [00:01:22.000] event: +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig-indirect1.json +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig-indirect1.json","reason":"Creating project referenced in solution /user/username/projects/myproject/tsconfig.json to find possible configured project for /user/username/projects/myproject/src/main.ts to open"}} -Info 24 [00:01:23.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirect1/main.ts 500 undefined WatchType: Closed Script info -Info 25 [00:01:24.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-indirect1.json -Info 26 [00:01:25.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/helpers/functions.ts 500 undefined WatchType: Closed Script info -Info 27 [00:01:26.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 28 [00:01:27.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots -Info 29 [00:01:28.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots -Info 30 [00:01:29.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-indirect1.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 31 [00:01:30.000] Project '/user/username/projects/myproject/tsconfig-indirect1.json' (Configured) -Info 32 [00:01:31.000] Files (4) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirect1/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-indirect1.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/helpers/functions.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-indirect1.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-indirect1.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/helpers/functions.ts Text-1 "export const foo = 1;" /user/username/projects/myproject/src/main.ts SVC-1-0 "import { foo } from 'helpers/functions';\nexport { foo };" @@ -91,34 +95,32 @@ Info 32 [00:01:31.000] Files (4) indirect1/main.ts Part of 'files' list in tsconfig.json -Info 33 [00:01:32.000] ----------------------------------------------- -Info 34 [00:01:33.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig-indirect1.json"}} -Info 35 [00:01:34.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"9ccc3aed1af08832ccb25ea453f7b771199f56af238b53cc428549dbd2d59246","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":3,"tsSize":134,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{"composite":true,"outDir":"","baseUrl":"","disableReferencedProjectLoad":true},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":true,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"other","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 36 [00:01:35.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/src/main.ts","configFile":"/user/username/projects/myproject/tsconfig-indirect1.json","diagnostics":[]}} -Info 37 [00:01:36.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 37 [00:01:37.000] Files (0) +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) -Info 37 [00:01:38.000] ----------------------------------------------- -Info 37 [00:01:39.000] Project '/user/username/projects/myproject/tsconfig-indirect1.json' (Configured) -Info 37 [00:01:40.000] Files (4) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-indirect1.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) -Info 37 [00:01:41.000] ----------------------------------------------- -Info 37 [00:01:42.000] Open files: -Info 37 [00:01:43.000] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined -Info 37 [00:01:44.000] Projects: /user/username/projects/myproject/tsconfig-indirect1.json -Info 37 [00:01:45.000] getDefaultProject for /user/username/projects/myproject/src/main.ts: /user/username/projects/myproject/tsconfig-indirect1.json -Info 37 [00:01:46.000] findDefaultConfiguredProject for /user/username/projects/myproject/src/main.ts: undefined -Info 37 [00:01:47.000] Search path: /dummy -Info 38 [00:01:48.000] For info: /dummy/dummy.ts :: No config files found. -Info 39 [00:01:49.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 40 [00:01:50.000] DirectoryWatcher:: Added:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 41 [00:01:51.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 42 [00:01:52.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 43 [00:01:53.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 44 [00:01:54.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig-indirect1.json +Info seq [hh:mm:ss:mss] getDefaultProject for /user/username/projects/myproject/src/main.ts: /user/username/projects/myproject/tsconfig-indirect1.json +Info seq [hh:mm:ss:mss] findDefaultConfiguredProject for /user/username/projects/myproject/src/main.ts: undefined +Info seq [hh:mm:ss:mss] Search path: /dummy +Info seq [hh:mm:ss:mss] For info: /dummy/dummy.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /dummy/dummy.ts SVC-1-0 "let a = 10;" @@ -128,73 +130,75 @@ Info 44 [00:01:54.000] Files (2) dummy.ts Root file specified for compilation -Info 45 [00:01:55.000] ----------------------------------------------- -Info 46 [00:01:56.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 46 [00:01:57.000] Files (0) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) -Info 46 [00:01:58.000] ----------------------------------------------- -Info 46 [00:01:59.000] Project '/user/username/projects/myproject/tsconfig-indirect1.json' (Configured) -Info 46 [00:02:00.000] Files (4) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-indirect1.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) -Info 46 [00:02:01.000] ----------------------------------------------- -Info 46 [00:02:02.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 46 [00:02:03.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 46 [00:02:04.000] ----------------------------------------------- -Info 46 [00:02:05.000] Open files: -Info 46 [00:02:06.000] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined -Info 46 [00:02:07.000] Projects: /user/username/projects/myproject/tsconfig-indirect1.json -Info 46 [00:02:08.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 46 [00:02:09.000] Projects: /dev/null/inferredProject1* -Info 46 [00:02:10.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/main.ts 500 undefined WatchType: Closed Script info -Info 47 [00:02:11.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 47 [00:02:12.000] Files (0) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig-indirect1.json +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) -Info 47 [00:02:13.000] ----------------------------------------------- -Info 47 [00:02:14.000] Project '/user/username/projects/myproject/tsconfig-indirect1.json' (Configured) -Info 47 [00:02:15.000] Files (4) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-indirect1.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) -Info 47 [00:02:16.000] ----------------------------------------------- -Info 47 [00:02:17.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 47 [00:02:18.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 47 [00:02:19.000] ----------------------------------------------- -Info 47 [00:02:20.000] Open files: -Info 47 [00:02:21.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 47 [00:02:22.000] Projects: /dev/null/inferredProject1* -Info 47 [00:02:23.000] FileWatcher:: Added:: WatchInfo: /dummy/dummy.ts 500 undefined WatchType: Closed Script info -Info 48 [00:02:24.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 48 [00:02:25.000] Files (0) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /dummy/dummy.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) -Info 48 [00:02:26.000] ----------------------------------------------- -Info 48 [00:02:27.000] Project '/user/username/projects/myproject/tsconfig-indirect1.json' (Configured) -Info 48 [00:02:28.000] Files (4) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-indirect1.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) -Info 48 [00:02:29.000] ----------------------------------------------- -Info 48 [00:02:30.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 48 [00:02:31.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 48 [00:02:32.000] ----------------------------------------------- -Info 48 [00:02:33.000] Open files: -Info 48 [00:02:34.000] FileWatcher:: Close:: WatchInfo: /dummy/dummy.ts 500 undefined WatchType: Closed Script info -Info 49 [00:02:35.000] Search path: /dummy -Info 50 [00:02:36.000] For info: /dummy/dummy.ts :: No config files found. -Info 51 [00:02:37.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 52 [00:02:38.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 53 [00:02:39.000] Same program as before -Info 54 [00:02:40.000] `remove Project:: -Info 55 [00:02:41.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 56 [00:02:42.000] Files (0) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /dummy/dummy.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /dummy +Info seq [hh:mm:ss:mss] For info: /dummy/dummy.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) -Info 57 [00:02:43.000] ----------------------------------------------- -Info 58 [00:02:44.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 59 [00:02:45.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 60 [00:02:46.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 61 [00:02:47.000] `remove Project:: -Info 62 [00:02:48.000] Project '/user/username/projects/myproject/tsconfig-indirect1.json' (Configured) -Info 63 [00:02:49.000] Files (4) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-indirect1.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts /user/username/projects/myproject/src/helpers/functions.ts /user/username/projects/myproject/src/main.ts @@ -210,30 +214,32 @@ Info 63 [00:02:49.000] Files (4) indirect1/main.ts Part of 'files' list in tsconfig.json -Info 64 [00:02:50.000] ----------------------------------------------- -Info 65 [00:02:51.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig-indirect1.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 66 [00:02:52.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory -Info 67 [00:02:53.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory -Info 68 [00:02:54.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig-src.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 69 [00:02:55.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots -Info 70 [00:02:56.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots -Info 71 [00:02:57.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/main.ts 500 undefined WatchType: Closed Script info -Info 72 [00:02:58.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/indirect1/main.ts 500 undefined WatchType: Closed Script info -Info 73 [00:02:59.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/helpers/functions.ts 500 undefined WatchType: Closed Script info -Info 74 [00:03:00.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 74 [00:03:01.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig-indirect1.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig-src.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/indirect1/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/helpers/functions.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 74 [00:03:02.000] ----------------------------------------------- -Info 74 [00:03:03.000] Open files: -Info 74 [00:03:04.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 74 [00:03:05.000] Projects: /dev/null/inferredProject1* -Info 74 [00:03:06.000] Search path: /user/username/projects/myproject/src -Info 75 [00:03:07.000] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 76 [00:03:08.000] Creating configuration project /user/username/projects/myproject/tsconfig.json -Info 77 [00:03:09.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 78 [00:03:10.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/myproject/src/main.ts to open"}} -Info 79 [00:03:11.000] Config: /user/username/projects/myproject/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig.json : { "rootNames": [], "options": { "configFilePath": "/user/username/projects/myproject/tsconfig.json" @@ -245,8 +251,8 @@ Info 79 [00:03:11.000] Config: /user/username/projects/myproject/tsconfig.json } ] } -Info 80 [00:03:12.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 81 [00:03:13.000] Config: /user/username/projects/myproject/tsconfig-indirect1.json : { +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig-indirect1.json : { "rootNames": [ "/user/username/projects/myproject/indirect1/main.ts" ], @@ -264,8 +270,8 @@ Info 81 [00:03:13.000] Config: /user/username/projects/myproject/tsconfig-indi } ] } -Info 82 [00:03:14.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-indirect1.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 83 [00:03:15.000] Config: /user/username/projects/myproject/tsconfig-src.json : { +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-indirect1.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig-src.json : { "rootNames": [ "/user/username/projects/myproject/src/main.ts", "/user/username/projects/myproject/src/helpers/functions.ts" @@ -277,29 +283,33 @@ Info 83 [00:03:15.000] Config: /user/username/projects/myproject/tsconfig-src. "configFilePath": "/user/username/projects/myproject/tsconfig-src.json" } } -Info 84 [00:03:16.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-src.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 85 [00:03:17.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory -Info 86 [00:03:18.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory -Info 87 [00:03:19.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 88 [00:03:20.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 89 [00:03:21.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 90 [00:03:22.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 91 [00:03:23.000] Files (0) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-src.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) -Info 92 [00:03:24.000] ----------------------------------------------- -Info 93 [00:03:25.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig.json"}} -Info 94 [00:03:26.000] Creating configuration project /user/username/projects/myproject/tsconfig-indirect1.json -Info 95 [00:03:27.000] event: +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig-indirect1.json +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig-indirect1.json","reason":"Creating project referenced in solution /user/username/projects/myproject/tsconfig.json to find possible configured project for /user/username/projects/myproject/src/main.ts to open"}} -Info 96 [00:03:28.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirect1/main.ts 500 undefined WatchType: Closed Script info -Info 97 [00:03:29.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-indirect1.json -Info 98 [00:03:30.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/helpers/functions.ts 500 undefined WatchType: Closed Script info -Info 99 [00:03:31.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots -Info 100 [00:03:32.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots -Info 101 [00:03:33.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-indirect1.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 102 [00:03:34.000] Project '/user/username/projects/myproject/tsconfig-indirect1.json' (Configured) -Info 103 [00:03:35.000] Files (4) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirect1/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-indirect1.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/helpers/functions.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-indirect1.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-indirect1.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/helpers/functions.ts Text-2 "export const foo = 1;" /user/username/projects/myproject/src/main.ts SVC-2-0 "import { foo } from 'helpers/functions';\nexport { foo };" @@ -315,46 +325,48 @@ Info 103 [00:03:35.000] Files (4) indirect1/main.ts Part of 'files' list in tsconfig.json -Info 104 [00:03:36.000] ----------------------------------------------- -Info 105 [00:03:37.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig-indirect1.json"}} -Info 106 [00:03:38.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/src/main.ts","configFile":"/user/username/projects/myproject/tsconfig-indirect1.json","diagnostics":[]}} -Info 107 [00:03:39.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 107 [00:03:40.000] Files (0) +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) -Info 107 [00:03:41.000] ----------------------------------------------- -Info 107 [00:03:42.000] Project '/user/username/projects/myproject/tsconfig-indirect1.json' (Configured) -Info 107 [00:03:43.000] Files (4) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-indirect1.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) -Info 107 [00:03:44.000] ----------------------------------------------- -Info 107 [00:03:45.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 107 [00:03:46.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 107 [00:03:47.000] ----------------------------------------------- -Info 107 [00:03:48.000] Open files: -Info 107 [00:03:49.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 107 [00:03:50.000] Projects: /dev/null/inferredProject1* -Info 107 [00:03:51.000] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined -Info 107 [00:03:52.000] Projects: /user/username/projects/myproject/tsconfig-indirect1.json -Info 107 [00:03:53.000] reload projects. -Info 108 [00:03:54.000] Scheduled: /dev/null/inferredProject1* -Info 109 [00:03:55.000] Scheduled: /user/username/projects/myproject/tsconfig-indirect1.json -Info 110 [00:03:56.000] Scheduled: *ensureProjectForOpenFiles* -Info 111 [00:03:57.000] Scheduled: /user/username/projects/myproject/tsconfig-indirect1.json, Cancelled earlier one -Info 112 [00:03:58.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 113 [00:03:59.000] Scheduled: /user/username/projects/myproject/tsconfig-indirect1.json, Cancelled earlier one -Info 114 [00:04:00.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 115 [00:04:01.000] Search path: /dummy -Info 116 [00:04:02.000] For info: /dummy/dummy.ts :: No config files found. -Info 117 [00:04:03.000] Search path: /user/username/projects/myproject/src -Info 118 [00:04:04.000] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 119 [00:04:05.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 120 [00:04:06.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 121 [00:04:07.000] Reloading configured project /user/username/projects/myproject/tsconfig.json -Info 122 [00:04:08.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig-indirect1.json +Info seq [hh:mm:ss:mss] reload projects. +Info seq [hh:mm:ss:mss] Scheduled: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/tsconfig-indirect1.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/tsconfig-indirect1.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/tsconfig-indirect1.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Search path: /dummy +Info seq [hh:mm:ss:mss] For info: /dummy/dummy.ts :: No config files found. +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Reloading configured project /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig.json","reason":"User requested reload projects"}} -Info 123 [00:04:09.000] Config: /user/username/projects/myproject/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig.json : { "rootNames": [], "options": { "configFilePath": "/user/username/projects/myproject/tsconfig.json" @@ -366,8 +378,8 @@ Info 123 [00:04:09.000] Config: /user/username/projects/myproject/tsconfig.json } ] } -Info 124 [00:04:10.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 125 [00:04:11.000] Config: /user/username/projects/myproject/tsconfig-indirect1.json : { +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig-indirect1.json : { "rootNames": [ "/user/username/projects/myproject/indirect1/main.ts" ], @@ -385,7 +397,7 @@ Info 125 [00:04:11.000] Config: /user/username/projects/myproject/tsconfig-indi } ] } -Info 126 [00:04:12.000] Config: /user/username/projects/myproject/tsconfig-src.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig-src.json : { "rootNames": [ "/user/username/projects/myproject/src/main.ts", "/user/username/projects/myproject/src/helpers/functions.ts" @@ -397,83 +409,85 @@ Info 126 [00:04:12.000] Config: /user/username/projects/myproject/tsconfig-src. "configFilePath": "/user/username/projects/myproject/tsconfig-src.json" } } -Info 127 [00:04:13.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 128 [00:04:14.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 129 [00:04:15.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 130 [00:04:16.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 131 [00:04:17.000] Files (0) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) -Info 132 [00:04:18.000] ----------------------------------------------- -Info 133 [00:04:19.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig.json"}} -Info 134 [00:04:20.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/tsconfig.json","configFile":"/user/username/projects/myproject/tsconfig.json","diagnostics":[]}} -Info 135 [00:04:21.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots -Info 136 [00:04:22.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots -Info 137 [00:04:23.000] Reloading configured project /user/username/projects/myproject/tsconfig-indirect1.json -Info 138 [00:04:24.000] event: +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Reloading configured project /user/username/projects/myproject/tsconfig-indirect1.json +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig-indirect1.json","reason":"User requested reload projects"}} -Info 139 [00:04:25.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-indirect1.json -Info 140 [00:04:26.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots -Info 141 [00:04:27.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots -Info 142 [00:04:28.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-indirect1.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 143 [00:04:29.000] Project '/user/username/projects/myproject/tsconfig-indirect1.json' (Configured) -Info 144 [00:04:30.000] Files (4) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-indirect1.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-indirect1.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-indirect1.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/helpers/functions.ts Text-2 "export const foo = 1;" /user/username/projects/myproject/src/main.ts SVC-2-0 "import { foo } from 'helpers/functions';\nexport { foo };" /user/username/projects/myproject/indirect1/main.ts Text-2 "import { foo } from 'main';\nfoo;\nexport function bar() {}" -Info 145 [00:04:31.000] ----------------------------------------------- -Info 146 [00:04:32.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig-indirect1.json"}} -Info 147 [00:04:33.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/tsconfig-indirect1.json","configFile":"/user/username/projects/myproject/tsconfig-indirect1.json","diagnostics":[]}} -Info 148 [00:04:34.000] DirectoryWatcher:: Close:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 149 [00:04:35.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 150 [00:04:36.000] Before ensureProjectForOpenFiles: -Info 151 [00:04:37.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 151 [00:04:38.000] Files (0) +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) -Info 151 [00:04:39.000] ----------------------------------------------- -Info 151 [00:04:40.000] Project '/user/username/projects/myproject/tsconfig-indirect1.json' (Configured) -Info 151 [00:04:41.000] Files (4) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-indirect1.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) -Info 151 [00:04:42.000] ----------------------------------------------- -Info 151 [00:04:43.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 151 [00:04:44.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 151 [00:04:45.000] ----------------------------------------------- -Info 151 [00:04:46.000] Open files: -Info 151 [00:04:47.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 151 [00:04:48.000] Projects: /dev/null/inferredProject1* -Info 151 [00:04:49.000] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined -Info 151 [00:04:50.000] Projects: /user/username/projects/myproject/tsconfig-indirect1.json -Info 151 [00:04:51.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 152 [00:04:52.000] DirectoryWatcher:: Added:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 153 [00:04:53.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 154 [00:04:54.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 3 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 155 [00:04:55.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 156 [00:04:56.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig-indirect1.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 3 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /dummy/dummy.ts SVC-1-0 "let a = 10;" -Info 157 [00:04:57.000] ----------------------------------------------- -Info 158 [00:04:58.000] After ensureProjectForOpenFiles: -Info 159 [00:04:59.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 159 [00:05:00.000] Files (0) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) -Info 159 [00:05:01.000] ----------------------------------------------- -Info 159 [00:05:02.000] Project '/user/username/projects/myproject/tsconfig-indirect1.json' (Configured) -Info 159 [00:05:03.000] Files (4) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-indirect1.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) -Info 159 [00:05:04.000] ----------------------------------------------- -Info 159 [00:05:05.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 159 [00:05:06.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 159 [00:05:07.000] ----------------------------------------------- -Info 159 [00:05:08.000] Open files: -Info 159 [00:05:09.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 159 [00:05:10.000] Projects: /dev/null/inferredProject1* -Info 159 [00:05:11.000] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined -Info 159 [00:05:12.000] Projects: /user/username/projects/myproject/tsconfig-indirect1.json \ No newline at end of file +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig-indirect1.json \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/projectReferences/disables-looking-into-the-child-project-if-disableReferencedProjectLoad-is-set.js b/tests/baselines/reference/tsserver/projectReferences/disables-looking-into-the-child-project-if-disableReferencedProjectLoad-is-set.js index d1759be13fbc8..454b30802ca8a 100644 --- a/tests/baselines/reference/tsserver/projectReferences/disables-looking-into-the-child-project-if-disableReferencedProjectLoad-is-set.js +++ b/tests/baselines/reference/tsserver/projectReferences/disables-looking-into-the-child-project-if-disableReferencedProjectLoad-is-set.js @@ -1,12 +1,12 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:53.000] Provided types map file "/a/lib/typesMap.json" doesn't exist -Info 1 [00:00:54.000] Search path: /user/username/projects/myproject/src -Info 2 [00:00:55.000] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 3 [00:00:56.000] Creating configuration project /user/username/projects/myproject/tsconfig.json -Info 4 [00:00:57.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 5 [00:00:58.000] event: +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/myproject/src/main.ts to open"}} -Info 6 [00:00:59.000] Config: /user/username/projects/myproject/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig.json : { "rootNames": [], "options": { "disableReferencedProjectLoad": true, @@ -19,8 +19,8 @@ Info 6 [00:00:59.000] Config: /user/username/projects/myproject/tsconfig.json } ] } -Info 7 [00:01:00.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 8 [00:01:01.000] Config: /user/username/projects/myproject/tsconfig-src.json : { +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig-src.json : { "rootNames": [ "/user/username/projects/myproject/src/main.ts", "/user/username/projects/myproject/src/helpers/functions.ts" @@ -32,38 +32,44 @@ Info 8 [00:01:01.000] Config: /user/username/projects/myproject/tsconfig-src. "configFilePath": "/user/username/projects/myproject/tsconfig-src.json" } } -Info 9 [00:01:02.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-src.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 10 [00:01:03.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory -Info 11 [00:01:04.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory -Info 12 [00:01:05.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 13 [00:01:06.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 14 [00:01:07.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:01:08.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 16 [00:01:09.000] Files (0) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-src.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) -Info 17 [00:01:10.000] ----------------------------------------------- -Info 18 [00:01:11.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig.json"}} -Info 19 [00:01:12.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"4a33d78ee40d836c4f4e64c59aed976628aea0013be9585c5ff171dfc41baf98","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":0,"tsSize":0,"tsx":0,"tsxSize":0,"dts":0,"dtsSize":0,"deferred":0,"deferredSize":0},"compilerOptions":{"disableReferencedProjectLoad":true},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":true,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 20 [00:01:13.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/src/main.ts","configFile":"/user/username/projects/myproject/tsconfig.json","diagnostics":[]}} -Info 21 [00:01:14.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 22 [00:01:15.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 23 [00:01:16.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 24 [00:01:17.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 25 [00:01:18.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 26 [00:01:19.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations -Info 27 [00:01:20.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations -Info 28 [00:01:21.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations -Info 29 [00:01:22.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations -Info 30 [00:01:23.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 31 [00:01:24.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 32 [00:01:25.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 33 [00:01:26.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 34 [00:01:27.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 35 [00:01:28.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 36 [00:01:29.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/main.ts SVC-1-0 "import { foo } from 'helpers/functions';\nexport { foo };" @@ -73,28 +79,26 @@ Info 36 [00:01:29.000] Files (2) main.ts Root file specified for compilation -Info 37 [00:01:30.000] ----------------------------------------------- -Info 38 [00:01:31.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 38 [00:01:32.000] Files (0) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) -Info 38 [00:01:33.000] ----------------------------------------------- -Info 38 [00:01:34.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 38 [00:01:35.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 38 [00:01:36.000] ----------------------------------------------- -Info 38 [00:01:37.000] Open files: -Info 38 [00:01:38.000] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined -Info 38 [00:01:39.000] Projects: /dev/null/inferredProject1* -Info 38 [00:01:40.000] getDefaultProject for /user/username/projects/myproject/src/main.ts: /dev/null/inferredProject1* -Info 38 [00:01:41.000] findDefaultConfiguredProject for /user/username/projects/myproject/src/main.ts: undefined -Info 38 [00:01:42.000] Search path: /dummy -Info 39 [00:01:43.000] For info: /dummy/dummy.ts :: No config files found. -Info 40 [00:01:44.000] Starting updateGraphWorker: Project: /dev/null/inferredProject2* -Info 41 [00:01:45.000] DirectoryWatcher:: Added:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 42 [00:01:46.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 43 [00:01:47.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 44 [00:01:48.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 45 [00:01:49.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] getDefaultProject for /user/username/projects/myproject/src/main.ts: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] findDefaultConfiguredProject for /user/username/projects/myproject/src/main.ts: undefined +Info seq [hh:mm:ss:mss] Search path: /dummy +Info seq [hh:mm:ss:mss] For info: /dummy/dummy.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /dummy/dummy.ts SVC-1-0 "let a = 10;" @@ -104,67 +108,69 @@ Info 45 [00:01:49.000] Files (2) dummy.ts Root file specified for compilation -Info 46 [00:01:50.000] ----------------------------------------------- -Info 47 [00:01:51.000] `remove Project:: -Info 48 [00:01:52.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 49 [00:01:53.000] Files (0) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) -Info 50 [00:01:54.000] ----------------------------------------------- -Info 51 [00:01:55.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory -Info 52 [00:01:56.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory -Info 53 [00:01:57.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig-src.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 54 [00:01:58.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 55 [00:01:59.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 56 [00:02:00.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 56 [00:02:01.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig-src.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 56 [00:02:02.000] ----------------------------------------------- -Info 56 [00:02:03.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 56 [00:02:04.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 56 [00:02:05.000] ----------------------------------------------- -Info 56 [00:02:06.000] Open files: -Info 56 [00:02:07.000] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined -Info 56 [00:02:08.000] Projects: /dev/null/inferredProject1* -Info 56 [00:02:09.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 56 [00:02:10.000] Projects: /dev/null/inferredProject2* -Info 56 [00:02:11.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 57 [00:02:12.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 58 [00:02:13.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 59 [00:02:14.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 60 [00:02:15.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/main.ts 500 undefined WatchType: Closed Script info -Info 61 [00:02:16.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 61 [00:02:17.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 61 [00:02:18.000] ----------------------------------------------- -Info 61 [00:02:19.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 61 [00:02:20.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 61 [00:02:21.000] ----------------------------------------------- -Info 61 [00:02:22.000] Open files: -Info 61 [00:02:23.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 61 [00:02:24.000] Projects: /dev/null/inferredProject2* -Info 61 [00:02:25.000] FileWatcher:: Added:: WatchInfo: /dummy/dummy.ts 500 undefined WatchType: Closed Script info -Info 62 [00:02:26.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 62 [00:02:27.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /dummy/dummy.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 62 [00:02:28.000] ----------------------------------------------- -Info 62 [00:02:29.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 62 [00:02:30.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 62 [00:02:31.000] ----------------------------------------------- -Info 62 [00:02:32.000] Open files: -Info 62 [00:02:33.000] FileWatcher:: Close:: WatchInfo: /dummy/dummy.ts 500 undefined WatchType: Closed Script info -Info 63 [00:02:34.000] Search path: /dummy -Info 64 [00:02:35.000] For info: /dummy/dummy.ts :: No config files found. -Info 65 [00:02:36.000] Starting updateGraphWorker: Project: /dev/null/inferredProject2* -Info 66 [00:02:37.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 67 [00:02:38.000] Same program as before -Info 68 [00:02:39.000] `remove Project:: -Info 69 [00:02:40.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 70 [00:02:41.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /dummy/dummy.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /dummy +Info seq [hh:mm:ss:mss] For info: /dummy/dummy.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts /user/username/projects/myproject/src/main.ts @@ -174,30 +180,34 @@ Info 70 [00:02:41.000] Files (2) main.ts Root file specified for compilation -Info 71 [00:02:42.000] ----------------------------------------------- -Info 72 [00:02:43.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations -Info 73 [00:02:44.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations -Info 74 [00:02:45.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations -Info 75 [00:02:46.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations -Info 76 [00:02:47.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 77 [00:02:48.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 78 [00:02:49.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 79 [00:02:50.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 80 [00:02:51.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/main.ts 500 undefined WatchType: Closed Script info -Info 81 [00:02:52.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 81 [00:02:53.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 81 [00:02:54.000] ----------------------------------------------- -Info 81 [00:02:55.000] Open files: -Info 81 [00:02:56.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 81 [00:02:57.000] Projects: /dev/null/inferredProject2* -Info 81 [00:02:58.000] Search path: /user/username/projects/myproject/src -Info 82 [00:02:59.000] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 83 [00:03:00.000] Creating configuration project /user/username/projects/myproject/tsconfig.json -Info 84 [00:03:01.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 85 [00:03:02.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/myproject/src/main.ts to open"}} -Info 86 [00:03:03.000] Config: /user/username/projects/myproject/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig.json : { "rootNames": [], "options": { "disableReferencedProjectLoad": true, @@ -210,8 +220,8 @@ Info 86 [00:03:03.000] Config: /user/username/projects/myproject/tsconfig.json } ] } -Info 87 [00:03:04.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 88 [00:03:05.000] Config: /user/username/projects/myproject/tsconfig-src.json : { +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig-src.json : { "rootNames": [ "/user/username/projects/myproject/src/main.ts", "/user/username/projects/myproject/src/helpers/functions.ts" @@ -223,35 +233,41 @@ Info 88 [00:03:05.000] Config: /user/username/projects/myproject/tsconfig-src. "configFilePath": "/user/username/projects/myproject/tsconfig-src.json" } } -Info 89 [00:03:06.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-src.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 90 [00:03:07.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory -Info 91 [00:03:08.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory -Info 92 [00:03:09.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 93 [00:03:10.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 94 [00:03:11.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 95 [00:03:12.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 96 [00:03:13.000] Files (0) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-src.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) -Info 97 [00:03:14.000] ----------------------------------------------- -Info 98 [00:03:15.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig.json"}} -Info 99 [00:03:16.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/src/main.ts","configFile":"/user/username/projects/myproject/tsconfig.json","diagnostics":[]}} -Info 100 [00:03:17.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 101 [00:03:18.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 102 [00:03:19.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 103 [00:03:20.000] Starting updateGraphWorker: Project: /dev/null/inferredProject3* -Info 104 [00:03:21.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/node_modules 1 undefined Project: /dev/null/inferredProject3* WatchType: Failed Lookup Locations -Info 105 [00:03:22.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/node_modules 1 undefined Project: /dev/null/inferredProject3* WatchType: Failed Lookup Locations -Info 106 [00:03:23.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /dev/null/inferredProject3* WatchType: Failed Lookup Locations -Info 107 [00:03:24.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /dev/null/inferredProject3* WatchType: Failed Lookup Locations -Info 108 [00:03:25.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject3* WatchType: Type roots -Info 109 [00:03:26.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject3* WatchType: Type roots -Info 110 [00:03:27.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject3* WatchType: Type roots -Info 111 [00:03:28.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject3* WatchType: Type roots -Info 112 [00:03:29.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject3* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 113 [00:03:30.000] Project '/dev/null/inferredProject3*' (Inferred) -Info 114 [00:03:31.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject3* +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/node_modules 1 undefined Project: /dev/null/inferredProject3* WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/node_modules 1 undefined Project: /dev/null/inferredProject3* WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /dev/null/inferredProject3* WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /dev/null/inferredProject3* WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules 1 undefined Project: /dev/null/inferredProject3* WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules 1 undefined Project: /dev/null/inferredProject3* WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject3* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject3* WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject3* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject3* WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject3* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject3* WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject3* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject3*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/main.ts SVC-2-0 "import { foo } from 'helpers/functions';\nexport { foo };" @@ -261,38 +277,40 @@ Info 114 [00:03:31.000] Files (2) main.ts Root file specified for compilation -Info 115 [00:03:32.000] ----------------------------------------------- -Info 116 [00:03:33.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 116 [00:03:34.000] Files (0) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) -Info 116 [00:03:35.000] ----------------------------------------------- -Info 116 [00:03:36.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 116 [00:03:37.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 116 [00:03:38.000] ----------------------------------------------- -Info 116 [00:03:39.000] Project '/dev/null/inferredProject3*' (Inferred) -Info 116 [00:03:40.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject3*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 116 [00:03:41.000] ----------------------------------------------- -Info 116 [00:03:42.000] Open files: -Info 116 [00:03:43.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 116 [00:03:44.000] Projects: /dev/null/inferredProject2* -Info 116 [00:03:45.000] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined -Info 116 [00:03:46.000] Projects: /dev/null/inferredProject3* -Info 116 [00:03:47.000] reload projects. -Info 117 [00:03:48.000] Scheduled: /dev/null/inferredProject2* -Info 118 [00:03:49.000] Scheduled: /dev/null/inferredProject3* -Info 119 [00:03:50.000] Scheduled: *ensureProjectForOpenFiles* -Info 120 [00:03:51.000] Search path: /dummy -Info 121 [00:03:52.000] For info: /dummy/dummy.ts :: No config files found. -Info 122 [00:03:53.000] Search path: /user/username/projects/myproject/src -Info 123 [00:03:54.000] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 124 [00:03:55.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 125 [00:03:56.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 126 [00:03:57.000] Reloading configured project /user/username/projects/myproject/tsconfig.json -Info 127 [00:03:58.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject3* +Info seq [hh:mm:ss:mss] reload projects. +Info seq [hh:mm:ss:mss] Scheduled: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] Scheduled: /dev/null/inferredProject3* +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Search path: /dummy +Info seq [hh:mm:ss:mss] For info: /dummy/dummy.ts :: No config files found. +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Reloading configured project /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig.json","reason":"User requested reload projects"}} -Info 128 [00:03:59.000] Config: /user/username/projects/myproject/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig.json : { "rootNames": [], "options": { "disableReferencedProjectLoad": true, @@ -305,8 +323,8 @@ Info 128 [00:03:59.000] Config: /user/username/projects/myproject/tsconfig.json } ] } -Info 129 [00:04:00.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 130 [00:04:01.000] Config: /user/username/projects/myproject/tsconfig-src.json : { +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig-src.json : { "rootNames": [ "/user/username/projects/myproject/src/main.ts", "/user/username/projects/myproject/src/helpers/functions.ts" @@ -318,86 +336,92 @@ Info 130 [00:04:01.000] Config: /user/username/projects/myproject/tsconfig-src. "configFilePath": "/user/username/projects/myproject/tsconfig-src.json" } } -Info 131 [00:04:02.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 132 [00:04:03.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 133 [00:04:04.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 134 [00:04:05.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 135 [00:04:06.000] Files (0) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) -Info 136 [00:04:07.000] ----------------------------------------------- -Info 137 [00:04:08.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig.json"}} -Info 138 [00:04:09.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/tsconfig.json","configFile":"/user/username/projects/myproject/tsconfig.json","diagnostics":[]}} -Info 139 [00:04:10.000] DirectoryWatcher:: Close:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 140 [00:04:11.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 141 [00:04:12.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/node_modules 1 undefined Project: /dev/null/inferredProject3* WatchType: Failed Lookup Locations -Info 142 [00:04:13.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/node_modules 1 undefined Project: /dev/null/inferredProject3* WatchType: Failed Lookup Locations -Info 143 [00:04:14.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /dev/null/inferredProject3* WatchType: Failed Lookup Locations -Info 144 [00:04:15.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /dev/null/inferredProject3* WatchType: Failed Lookup Locations -Info 145 [00:04:16.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject3* WatchType: Type roots -Info 146 [00:04:17.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject3* WatchType: Type roots -Info 147 [00:04:18.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject3* WatchType: Type roots -Info 148 [00:04:19.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject3* WatchType: Type roots -Info 149 [00:04:20.000] Before ensureProjectForOpenFiles: -Info 150 [00:04:21.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 150 [00:04:22.000] Files (0) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/node_modules 1 undefined Project: /dev/null/inferredProject3* WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/node_modules 1 undefined Project: /dev/null/inferredProject3* WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /dev/null/inferredProject3* WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /dev/null/inferredProject3* WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules 1 undefined Project: /dev/null/inferredProject3* WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules 1 undefined Project: /dev/null/inferredProject3* WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject3* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject3* WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject3* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject3* WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject3* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject3* WatchType: Type roots +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) -Info 150 [00:04:23.000] ----------------------------------------------- -Info 150 [00:04:24.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 150 [00:04:25.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 150 [00:04:26.000] ----------------------------------------------- -Info 150 [00:04:27.000] Project '/dev/null/inferredProject3*' (Inferred) -Info 150 [00:04:28.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject3*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 150 [00:04:29.000] ----------------------------------------------- -Info 150 [00:04:30.000] Open files: -Info 150 [00:04:31.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 150 [00:04:32.000] Projects: /dev/null/inferredProject2* -Info 150 [00:04:33.000] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined -Info 150 [00:04:34.000] Projects: /dev/null/inferredProject3* -Info 150 [00:04:35.000] Starting updateGraphWorker: Project: /dev/null/inferredProject2* -Info 151 [00:04:36.000] DirectoryWatcher:: Added:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 152 [00:04:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 153 [00:04:38.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 3 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 154 [00:04:39.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 155 [00:04:40.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject3* +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 3 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /dummy/dummy.ts SVC-1-0 "let a = 10;" -Info 156 [00:04:41.000] ----------------------------------------------- -Info 157 [00:04:42.000] Starting updateGraphWorker: Project: /dev/null/inferredProject3* -Info 158 [00:04:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/node_modules 1 undefined Project: /dev/null/inferredProject3* WatchType: Failed Lookup Locations -Info 159 [00:04:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/node_modules 1 undefined Project: /dev/null/inferredProject3* WatchType: Failed Lookup Locations -Info 160 [00:04:45.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /dev/null/inferredProject3* WatchType: Failed Lookup Locations -Info 161 [00:04:46.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /dev/null/inferredProject3* WatchType: Failed Lookup Locations -Info 162 [00:04:47.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject3* WatchType: Type roots -Info 163 [00:04:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject3* WatchType: Type roots -Info 164 [00:04:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject3* WatchType: Type roots -Info 165 [00:04:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject3* WatchType: Type roots -Info 166 [00:04:51.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject3* Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 167 [00:04:52.000] Project '/dev/null/inferredProject3*' (Inferred) -Info 168 [00:04:53.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject3* +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/node_modules 1 undefined Project: /dev/null/inferredProject3* WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/node_modules 1 undefined Project: /dev/null/inferredProject3* WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /dev/null/inferredProject3* WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /dev/null/inferredProject3* WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules 1 undefined Project: /dev/null/inferredProject3* WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules 1 undefined Project: /dev/null/inferredProject3* WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject3* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/node_modules/@types 1 undefined Project: /dev/null/inferredProject3* WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject3* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject3* WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject3* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject3* WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject3* Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject3*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/main.ts SVC-2-0 "import { foo } from 'helpers/functions';\nexport { foo };" -Info 169 [00:04:54.000] ----------------------------------------------- -Info 170 [00:04:55.000] After ensureProjectForOpenFiles: -Info 171 [00:04:56.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 171 [00:04:57.000] Files (0) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) -Info 171 [00:04:58.000] ----------------------------------------------- -Info 171 [00:04:59.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 171 [00:05:00.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 171 [00:05:01.000] ----------------------------------------------- -Info 171 [00:05:02.000] Project '/dev/null/inferredProject3*' (Inferred) -Info 171 [00:05:03.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject3*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 171 [00:05:04.000] ----------------------------------------------- -Info 171 [00:05:05.000] Open files: -Info 171 [00:05:06.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 171 [00:05:07.000] Projects: /dev/null/inferredProject2* -Info 171 [00:05:08.000] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined -Info 171 [00:05:09.000] Projects: /dev/null/inferredProject3* \ No newline at end of file +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject3* \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/projectReferences/does-not-error-on-container-only-project.js b/tests/baselines/reference/tsserver/projectReferences/does-not-error-on-container-only-project.js index 4558ee9c8d962..8465d59dfa4dd 100644 --- a/tests/baselines/reference/tsserver/projectReferences/does-not-error-on-container-only-project.js +++ b/tests/baselines/reference/tsserver/projectReferences/does-not-error-on-container-only-project.js @@ -1,8 +1,8 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:10.000] Provided types map file "/a/lib/typesMap.json" doesn't exist -Info 1 [00:01:11.000] Creating configuration project /user/username/projects/container/compositeExec/tsconfig.json -Info 2 [00:01:12.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/container/compositeExec/tsconfig.json 2000 undefined Project: /user/username/projects/container/compositeExec/tsconfig.json WatchType: Config file -Info 3 [00:01:13.000] Config: /user/username/projects/container/compositeExec/tsconfig.json : { +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/container/compositeExec/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/container/compositeExec/tsconfig.json 2000 undefined Project: /user/username/projects/container/compositeExec/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/container/compositeExec/tsconfig.json : { "rootNames": [ "/user/username/projects/container/compositeExec/index.ts" ], @@ -21,9 +21,9 @@ Info 3 [00:01:13.000] Config: /user/username/projects/container/compositeExec } ] } -Info 4 [00:01:14.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/container/compositeExec/index.ts 500 undefined WatchType: Closed Script info -Info 5 [00:01:15.000] Starting updateGraphWorker: Project: /user/username/projects/container/compositeExec/tsconfig.json -Info 6 [00:01:16.000] Config: /user/username/projects/container/lib/tsconfig.json : { +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/container/compositeExec/index.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/container/compositeExec/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/container/lib/tsconfig.json : { "rootNames": [ "/user/username/projects/container/lib/index.ts" ], @@ -34,16 +34,18 @@ Info 6 [00:01:16.000] Config: /user/username/projects/container/lib/tsconfig. "configFilePath": "/user/username/projects/container/lib/tsconfig.json" } } -Info 7 [00:01:17.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/container/lib/tsconfig.json 2000 undefined Project: /user/username/projects/container/compositeExec/tsconfig.json WatchType: Config file -Info 8 [00:01:18.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/container/lib/index.ts 500 undefined WatchType: Closed Script info -Info 9 [00:01:19.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 10 [00:01:20.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/compositeExec/node_modules/@types 1 undefined Project: /user/username/projects/container/compositeExec/tsconfig.json WatchType: Type roots -Info 11 [00:01:21.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/compositeExec/node_modules/@types 1 undefined Project: /user/username/projects/container/compositeExec/tsconfig.json WatchType: Type roots -Info 12 [00:01:22.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/node_modules/@types 1 undefined Project: /user/username/projects/container/compositeExec/tsconfig.json WatchType: Type roots -Info 13 [00:01:23.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/node_modules/@types 1 undefined Project: /user/username/projects/container/compositeExec/tsconfig.json WatchType: Type roots -Info 14 [00:01:24.000] Finishing updateGraphWorker: Project: /user/username/projects/container/compositeExec/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:01:25.000] Project '/user/username/projects/container/compositeExec/tsconfig.json' (Configured) -Info 16 [00:01:26.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/container/lib/tsconfig.json 2000 undefined Project: /user/username/projects/container/compositeExec/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/container/lib/index.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/compositeExec/node_modules/@types 1 undefined Project: /user/username/projects/container/compositeExec/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/compositeExec/node_modules/@types 1 undefined Project: /user/username/projects/container/compositeExec/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/node_modules/@types 1 undefined Project: /user/username/projects/container/compositeExec/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/node_modules/@types 1 undefined Project: /user/username/projects/container/compositeExec/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/container/compositeExec/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/container/compositeExec/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/container/compositeExec/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/container/compositeExec/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/container/lib/index.ts Text-1 "namespace container {\r\n export const myConst = 30;\r\n}" /user/username/projects/container/compositeExec/index.ts Text-1 "namespace container {\r\n export function getMyConst() {\r\n return myConst;\r\n }\r\n}" @@ -56,10 +58,10 @@ Info 16 [00:01:26.000] Files (3) index.ts Part of 'files' list in tsconfig.json -Info 17 [00:01:27.000] ----------------------------------------------- -Info 18 [00:01:28.000] Creating configuration project /user/username/projects/container/exec/tsconfig.json -Info 19 [00:01:29.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/container/exec/tsconfig.json 2000 undefined Project: /user/username/projects/container/exec/tsconfig.json WatchType: Config file -Info 20 [00:01:30.000] Config: /user/username/projects/container/exec/tsconfig.json : { +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/container/exec/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/container/exec/tsconfig.json 2000 undefined Project: /user/username/projects/container/exec/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/container/exec/tsconfig.json : { "rootNames": [ "/user/username/projects/container/exec/index.ts" ], @@ -76,15 +78,17 @@ Info 20 [00:01:30.000] Config: /user/username/projects/container/exec/tsconfig } ] } -Info 21 [00:01:31.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/container/exec/index.ts 500 undefined WatchType: Closed Script info -Info 22 [00:01:32.000] Starting updateGraphWorker: Project: /user/username/projects/container/exec/tsconfig.json -Info 23 [00:01:33.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/exec/node_modules/@types 1 undefined Project: /user/username/projects/container/exec/tsconfig.json WatchType: Type roots -Info 24 [00:01:34.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/exec/node_modules/@types 1 undefined Project: /user/username/projects/container/exec/tsconfig.json WatchType: Type roots -Info 25 [00:01:35.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/node_modules/@types 1 undefined Project: /user/username/projects/container/exec/tsconfig.json WatchType: Type roots -Info 26 [00:01:36.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/node_modules/@types 1 undefined Project: /user/username/projects/container/exec/tsconfig.json WatchType: Type roots -Info 27 [00:01:37.000] Finishing updateGraphWorker: Project: /user/username/projects/container/exec/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 28 [00:01:38.000] Project '/user/username/projects/container/exec/tsconfig.json' (Configured) -Info 29 [00:01:39.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/container/exec/index.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/container/exec/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/exec/node_modules/@types 1 undefined Project: /user/username/projects/container/exec/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/exec/node_modules/@types 1 undefined Project: /user/username/projects/container/exec/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/node_modules/@types 1 undefined Project: /user/username/projects/container/exec/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/node_modules/@types 1 undefined Project: /user/username/projects/container/exec/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/container/exec/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/container/exec/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/container/exec/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/container/exec/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/container/lib/index.ts Text-1 "namespace container {\r\n export const myConst = 30;\r\n}" /user/username/projects/container/exec/index.ts Text-1 "namespace container {\r\n export function getMyConst() {\r\n return myConst;\r\n }\r\n}" @@ -97,16 +101,18 @@ Info 29 [00:01:39.000] Files (3) index.ts Part of 'files' list in tsconfig.json -Info 30 [00:01:40.000] ----------------------------------------------- -Info 31 [00:01:41.000] Creating configuration project /user/username/projects/container/lib/tsconfig.json -Info 32 [00:01:42.000] Starting updateGraphWorker: Project: /user/username/projects/container/lib/tsconfig.json -Info 33 [00:01:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/lib/node_modules/@types 1 undefined Project: /user/username/projects/container/lib/tsconfig.json WatchType: Type roots -Info 34 [00:01:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/lib/node_modules/@types 1 undefined Project: /user/username/projects/container/lib/tsconfig.json WatchType: Type roots -Info 35 [00:01:45.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/node_modules/@types 1 undefined Project: /user/username/projects/container/lib/tsconfig.json WatchType: Type roots -Info 36 [00:01:46.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/node_modules/@types 1 undefined Project: /user/username/projects/container/lib/tsconfig.json WatchType: Type roots -Info 37 [00:01:47.000] Finishing updateGraphWorker: Project: /user/username/projects/container/lib/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 38 [00:01:48.000] Project '/user/username/projects/container/lib/tsconfig.json' (Configured) -Info 39 [00:01:49.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/container/lib/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/container/lib/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/lib/node_modules/@types 1 undefined Project: /user/username/projects/container/lib/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/lib/node_modules/@types 1 undefined Project: /user/username/projects/container/lib/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/node_modules/@types 1 undefined Project: /user/username/projects/container/lib/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/node_modules/@types 1 undefined Project: /user/username/projects/container/lib/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/container/lib/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/container/lib/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/container/lib/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/container/lib/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/container/lib/index.ts Text-1 "namespace container {\r\n export const myConst = 30;\r\n}" @@ -116,10 +122,10 @@ Info 39 [00:01:49.000] Files (2) index.ts Part of 'files' list in tsconfig.json -Info 40 [00:01:50.000] ----------------------------------------------- -Info 41 [00:01:51.000] Creating configuration project /user/username/projects/container/tsconfig.json -Info 42 [00:01:52.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/container/tsconfig.json 2000 undefined Project: /user/username/projects/container/tsconfig.json WatchType: Config file -Info 43 [00:01:53.000] Config: /user/username/projects/container/tsconfig.json : { +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/container/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/container/tsconfig.json 2000 undefined Project: /user/username/projects/container/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/container/tsconfig.json : { "rootNames": [], "options": { "configFilePath": "/user/username/projects/container/tsconfig.json" @@ -135,14 +141,16 @@ Info 43 [00:01:53.000] Config: /user/username/projects/container/tsconfig.json } ] } -Info 44 [00:01:54.000] Starting updateGraphWorker: Project: /user/username/projects/container/tsconfig.json -Info 45 [00:01:55.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/node_modules/@types 1 undefined Project: /user/username/projects/container/tsconfig.json WatchType: Type roots -Info 46 [00:01:56.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/node_modules/@types 1 undefined Project: /user/username/projects/container/tsconfig.json WatchType: Type roots -Info 47 [00:01:57.000] Finishing updateGraphWorker: Project: /user/username/projects/container/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 48 [00:01:58.000] Project '/user/username/projects/container/tsconfig.json' (Configured) -Info 49 [00:01:59.000] Files (0) - -Info 50 [00:02:00.000] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/container/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/node_modules/@types 1 undefined Project: /user/username/projects/container/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/container/node_modules/@types 1 undefined Project: /user/username/projects/container/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/container/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/container/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/container/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/container/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- Before request //// [/a/lib/lib.d.ts] /// @@ -502,6 +510,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/container/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} /user/username/projects/container/exec/node_modules/@types: *new* {"pollingInterval":500} /user/username/projects/container/lib/node_modules/@types: *new* @@ -525,7 +535,7 @@ FsWatches:: /user/username/projects/container/tsconfig.json: *new* {} -Info 51 [00:02:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "syntacticDiagnosticsSync", "arguments": { @@ -534,7 +544,7 @@ Info 51 [00:02:01.000] request: "seq": 1, "type": "request" } -Info 52 [00:02:02.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [], "responseRequired": true @@ -543,7 +553,7 @@ After request Before request -Info 53 [00:02:03.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "semanticDiagnosticsSync", "arguments": { @@ -552,7 +562,7 @@ Info 53 [00:02:03.000] request: "seq": 2, "type": "request" } -Info 54 [00:02:04.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [], "responseRequired": true @@ -561,7 +571,7 @@ After request Before request -Info 55 [00:02:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "syntacticDiagnosticsSync", "arguments": { @@ -571,7 +581,7 @@ Info 55 [00:02:05.000] request: "seq": 3, "type": "request" } -Info 56 [00:02:06.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [], "responseRequired": true @@ -580,7 +590,7 @@ After request Before request -Info 57 [00:02:07.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "semanticDiagnosticsSync", "arguments": { @@ -590,7 +600,7 @@ Info 57 [00:02:07.000] request: "seq": 4, "type": "request" } -Info 58 [00:02:08.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [], "responseRequired": true @@ -599,7 +609,7 @@ After request Before request -Info 59 [00:02:09.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "syntacticDiagnosticsSync", "arguments": { @@ -608,7 +618,7 @@ Info 59 [00:02:09.000] request: "seq": 5, "type": "request" } -Info 60 [00:02:10.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [], "responseRequired": true @@ -617,7 +627,7 @@ After request Before request -Info 61 [00:02:11.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "semanticDiagnosticsSync", "arguments": { @@ -626,7 +636,7 @@ Info 61 [00:02:11.000] request: "seq": 6, "type": "request" } -Info 62 [00:02:12.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [], "responseRequired": true @@ -635,7 +645,7 @@ After request Before request -Info 63 [00:02:13.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "syntacticDiagnosticsSync", "arguments": { @@ -645,7 +655,7 @@ Info 63 [00:02:13.000] request: "seq": 7, "type": "request" } -Info 64 [00:02:14.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [], "responseRequired": true @@ -654,7 +664,7 @@ After request Before request -Info 65 [00:02:15.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "semanticDiagnosticsSync", "arguments": { @@ -664,7 +674,7 @@ Info 65 [00:02:15.000] request: "seq": 8, "type": "request" } -Info 66 [00:02:16.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [], "responseRequired": true @@ -673,7 +683,7 @@ After request Before request -Info 67 [00:02:17.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "syntacticDiagnosticsSync", "arguments": { @@ -682,7 +692,7 @@ Info 67 [00:02:17.000] request: "seq": 9, "type": "request" } -Info 68 [00:02:18.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [], "responseRequired": true @@ -691,7 +701,7 @@ After request Before request -Info 69 [00:02:19.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "semanticDiagnosticsSync", "arguments": { @@ -700,7 +710,7 @@ Info 69 [00:02:19.000] request: "seq": 10, "type": "request" } -Info 70 [00:02:20.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [], "responseRequired": true @@ -709,7 +719,7 @@ After request Before request -Info 71 [00:02:21.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "syntacticDiagnosticsSync", "arguments": { @@ -719,7 +729,7 @@ Info 71 [00:02:21.000] request: "seq": 11, "type": "request" } -Info 72 [00:02:22.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [], "responseRequired": true @@ -728,7 +738,7 @@ After request Before request -Info 73 [00:02:23.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "semanticDiagnosticsSync", "arguments": { @@ -738,7 +748,7 @@ Info 73 [00:02:23.000] request: "seq": 12, "type": "request" } -Info 74 [00:02:24.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [], "responseRequired": true @@ -747,7 +757,7 @@ After request Before request -Info 75 [00:02:25.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "syntacticDiagnosticsSync", "arguments": { @@ -756,7 +766,7 @@ Info 75 [00:02:25.000] request: "seq": 13, "type": "request" } -Info 76 [00:02:26.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [], "responseRequired": true @@ -765,7 +775,7 @@ After request Before request -Info 77 [00:02:27.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "semanticDiagnosticsSync", "arguments": { @@ -774,7 +784,7 @@ Info 77 [00:02:27.000] request: "seq": 14, "type": "request" } -Info 78 [00:02:28.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [], "responseRequired": true @@ -783,7 +793,7 @@ After request Before request -Info 79 [00:02:29.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "syntacticDiagnosticsSync", "arguments": { @@ -793,7 +803,7 @@ Info 79 [00:02:29.000] request: "seq": 15, "type": "request" } -Info 80 [00:02:30.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [], "responseRequired": true @@ -802,7 +812,7 @@ After request Before request -Info 81 [00:02:31.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "semanticDiagnosticsSync", "arguments": { @@ -812,7 +822,7 @@ Info 81 [00:02:31.000] request: "seq": 16, "type": "request" } -Info 82 [00:02:32.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [], "responseRequired": true @@ -821,7 +831,7 @@ After request Before request -Info 83 [00:02:33.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "compilerOptionsDiagnostics-full", "arguments": { @@ -830,7 +840,7 @@ Info 83 [00:02:33.000] request: "seq": 17, "type": "request" } -Info 84 [00:02:34.000] response: +Info seq [hh:mm:ss:mss] response: { "response": [], "responseRequired": true diff --git a/tests/baselines/reference/tsserver/projectReferences/find-refs-to-decl-in-other-proj-when-proj-is-loaded-and-refd-proj-loading-is-disabled-and-proj-ref-redirects-are-disabled-and-a-decl-map-is-missing.js b/tests/baselines/reference/tsserver/projectReferences/find-refs-to-decl-in-other-proj-when-proj-is-loaded-and-refd-proj-loading-is-disabled-and-proj-ref-redirects-are-disabled-and-a-decl-map-is-missing.js index ea3db6ca80566..dc66c30d8fb38 100644 --- a/tests/baselines/reference/tsserver/projectReferences/find-refs-to-decl-in-other-proj-when-proj-is-loaded-and-refd-proj-loading-is-disabled-and-proj-ref-redirects-are-disabled-and-a-decl-map-is-missing.js +++ b/tests/baselines/reference/tsserver/projectReferences/find-refs-to-decl-in-other-proj-when-proj-is-loaded-and-refd-proj-loading-is-disabled-and-proj-ref-redirects-are-disabled-and-a-decl-map-is-missing.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:29.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/a/tsconfig.json] { @@ -38,7 +38,7 @@ export declare class B { //# sourceMappingURL=index.d.ts.map -Info 1 [00:00:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -47,11 +47,11 @@ Info 1 [00:00:30.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:31.000] Search path: /user/username/projects/myproject/a -Info 3 [00:00:32.000] For info: /user/username/projects/myproject/a/index.ts :: Config file name: /user/username/projects/myproject/a/tsconfig.json -Info 4 [00:00:33.000] Creating configuration project /user/username/projects/myproject/a/tsconfig.json -Info 5 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Config file -Info 6 [00:00:35.000] Config: /user/username/projects/myproject/a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/a +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/a/index.ts :: Config file name: /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/a/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/a/index.ts" ], @@ -68,10 +68,10 @@ Info 6 [00:00:35.000] Config: /user/username/projects/myproject/a/tsconfig.js } ] } -Info 7 [00:00:36.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a 1 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a 1 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:38.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/a/tsconfig.json -Info 10 [00:00:39.000] Config: /user/username/projects/myproject/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a 1 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a 1 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/b/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/b/helper.ts", "/user/username/projects/myproject/b/index.ts" @@ -83,20 +83,22 @@ Info 10 [00:00:39.000] Config: /user/username/projects/myproject/b/tsconfig.js "configFilePath": "/user/username/projects/myproject/b/tsconfig.json" } } -Info 11 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Config file -Info 12 [00:00:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Config: /user/username/projects/myproject/b/tsconfig.json WatchType: Wild card directory -Info 13 [00:00:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Config: /user/username/projects/myproject/b/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/lib/index.d.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:46.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Missing file -Info 18 [00:00:47.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots -Info 19 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots -Info 20 [00:00:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots -Info 21 [00:00:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots -Info 22 [00:00:51.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:00:52.000] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) -Info 24 [00:00:53.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Config: /user/username/projects/myproject/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Config: /user/username/projects/myproject/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/lib/index.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /user/username/projects/myproject/b/lib/index.d.ts Text-1 "export declare class B {\n M(): void;\n}\n//# sourceMappingURL=index.d.ts.map" /user/username/projects/myproject/a/index.ts SVC-1-0 "import { B } from \"../b/lib\";\n\nconst b: B = new B();" @@ -106,17 +108,17 @@ Info 24 [00:00:53.000] Files (2) index.ts Matched by default include pattern '**/*' -Info 25 [00:00:54.000] ----------------------------------------------- -Info 26 [00:00:55.000] Search path: /user/username/projects/myproject/a -Info 27 [00:00:56.000] For info: /user/username/projects/myproject/a/tsconfig.json :: No config files found. -Info 28 [00:00:57.000] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) -Info 28 [00:00:58.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/a +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/a/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 28 [00:00:59.000] ----------------------------------------------- -Info 28 [00:01:00.000] Open files: -Info 28 [00:01:01.000] FileName: /user/username/projects/myproject/a/index.ts ProjectRootPath: undefined -Info 28 [00:01:02.000] Projects: /user/username/projects/myproject/a/tsconfig.json -Info 28 [00:01:03.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/a/index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -129,6 +131,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/a/tsconfig.json: *new* @@ -146,7 +150,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -155,21 +159,23 @@ Info 29 [00:01:04.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:05.000] Search path: /user/username/projects/myproject/b -Info 31 [00:01:06.000] For info: /user/username/projects/myproject/b/helper.ts :: Config file name: /user/username/projects/myproject/b/tsconfig.json -Info 32 [00:01:07.000] Creating configuration project /user/username/projects/myproject/b/tsconfig.json -Info 33 [00:01:08.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/index.ts 500 undefined WatchType: Closed Script info -Info 34 [00:01:09.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/b/tsconfig.json -Info 35 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 0 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Failed Lookup Locations -Info 36 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 0 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Failed Lookup Locations -Info 37 [00:01:12.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Missing file -Info 38 [00:01:13.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots -Info 39 [00:01:14.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots -Info 40 [00:01:15.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots -Info 41 [00:01:16.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots -Info 42 [00:01:17.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 43 [00:01:18.000] Project '/user/username/projects/myproject/b/tsconfig.json' (Configured) -Info 44 [00:01:19.000] Files (2) +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/b +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/b/helper.ts :: Config file name: /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/index.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 0 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 0 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /user/username/projects/myproject/b/index.ts Text-1 "export class B {\n M() {}\n}" /user/username/projects/myproject/b/helper.ts SVC-1-0 "import { B } from \".\";\n\nconst b: B = new B();" @@ -180,23 +186,23 @@ Info 44 [00:01:19.000] Files (2) helper.ts Matched by default include pattern '**/*' -Info 45 [00:01:20.000] ----------------------------------------------- -Info 46 [00:01:21.000] Search path: /user/username/projects/myproject/b -Info 47 [00:01:22.000] For info: /user/username/projects/myproject/b/tsconfig.json :: No config files found. -Info 48 [00:01:23.000] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) -Info 48 [00:01:24.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/b +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/b/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 48 [00:01:25.000] ----------------------------------------------- -Info 48 [00:01:26.000] Project '/user/username/projects/myproject/b/tsconfig.json' (Configured) -Info 48 [00:01:27.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 48 [00:01:28.000] ----------------------------------------------- -Info 48 [00:01:29.000] Open files: -Info 48 [00:01:30.000] FileName: /user/username/projects/myproject/a/index.ts ProjectRootPath: undefined -Info 48 [00:01:31.000] Projects: /user/username/projects/myproject/a/tsconfig.json -Info 48 [00:01:32.000] FileName: /user/username/projects/myproject/b/helper.ts ProjectRootPath: undefined -Info 48 [00:01:33.000] Projects: /user/username/projects/myproject/b/tsconfig.json -Info 48 [00:01:34.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/a/index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/b/helper.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -209,6 +215,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/b/node_modules/@types: *new* {"pollingInterval":500} @@ -232,7 +240,7 @@ FsWatchesRecursive:: Before request -Info 49 [00:01:35.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "references", "arguments": { @@ -243,9 +251,9 @@ Info 49 [00:01:35.000] request: "seq": 3, "type": "request" } -Info 50 [00:01:36.000] Finding references to /user/username/projects/myproject/a/index.ts position 40 in project /user/username/projects/myproject/a/tsconfig.json -Info 51 [00:01:37.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/lib/index.d.ts.map 2000 undefined WatchType: Missing source map file -Info 52 [00:01:38.000] response: +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/myproject/a/index.ts position 40 in project /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/lib/index.d.ts.map 2000 undefined WatchType: Missing source map file +Info seq [hh:mm:ss:mss] response: { "response": { "refs": [ @@ -333,6 +341,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/b/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/b/lib/index.d.ts.map: *new* diff --git a/tests/baselines/reference/tsserver/projectReferences/find-refs-to-decl-in-other-proj-when-proj-is-loaded-and-refd-proj-loading-is-disabled-and-proj-ref-redirects-are-disabled-and-a-decl-map-is-present.js b/tests/baselines/reference/tsserver/projectReferences/find-refs-to-decl-in-other-proj-when-proj-is-loaded-and-refd-proj-loading-is-disabled-and-proj-ref-redirects-are-disabled-and-a-decl-map-is-present.js index 3c16999fda975..a3b5bb54b4ae7 100644 --- a/tests/baselines/reference/tsserver/projectReferences/find-refs-to-decl-in-other-proj-when-proj-is-loaded-and-refd-proj-loading-is-disabled-and-proj-ref-redirects-are-disabled-and-a-decl-map-is-present.js +++ b/tests/baselines/reference/tsserver/projectReferences/find-refs-to-decl-in-other-proj-when-proj-is-loaded-and-refd-proj-loading-is-disabled-and-proj-ref-redirects-are-disabled-and-a-decl-map-is-present.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:31.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/a/tsconfig.json] { @@ -41,7 +41,7 @@ export declare class B { {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"AAAA,qBAAa,CAAC;IACV,CAAC;CACJ"} -Info 1 [00:00:32.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -50,11 +50,11 @@ Info 1 [00:00:32.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:33.000] Search path: /user/username/projects/myproject/a -Info 3 [00:00:34.000] For info: /user/username/projects/myproject/a/index.ts :: Config file name: /user/username/projects/myproject/a/tsconfig.json -Info 4 [00:00:35.000] Creating configuration project /user/username/projects/myproject/a/tsconfig.json -Info 5 [00:00:36.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Config file -Info 6 [00:00:37.000] Config: /user/username/projects/myproject/a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/a +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/a/index.ts :: Config file name: /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/a/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/a/index.ts" ], @@ -71,10 +71,10 @@ Info 6 [00:00:37.000] Config: /user/username/projects/myproject/a/tsconfig.js } ] } -Info 7 [00:00:38.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a 1 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:39.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a 1 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:40.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/a/tsconfig.json -Info 10 [00:00:41.000] Config: /user/username/projects/myproject/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a 1 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a 1 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/b/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/b/helper.ts", "/user/username/projects/myproject/b/index.ts" @@ -86,20 +86,22 @@ Info 10 [00:00:41.000] Config: /user/username/projects/myproject/b/tsconfig.js "configFilePath": "/user/username/projects/myproject/b/tsconfig.json" } } -Info 11 [00:00:42.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Config file -Info 12 [00:00:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Config: /user/username/projects/myproject/b/tsconfig.json WatchType: Wild card directory -Info 13 [00:00:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Config: /user/username/projects/myproject/b/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:45.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:46.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:00:47.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/lib/index.d.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:48.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Missing file -Info 18 [00:00:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots -Info 19 [00:00:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots -Info 20 [00:00:51.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots -Info 21 [00:00:52.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots -Info 22 [00:00:53.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:00:54.000] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) -Info 24 [00:00:55.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Config: /user/username/projects/myproject/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Config: /user/username/projects/myproject/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/lib/index.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /user/username/projects/myproject/b/lib/index.d.ts Text-1 "export declare class B {\n M(): void;\n}\n//# sourceMappingURL=index.d.ts.map" /user/username/projects/myproject/a/index.ts SVC-1-0 "import { B } from \"../b/lib\";\n\nconst b: B = new B();" @@ -109,17 +111,17 @@ Info 24 [00:00:55.000] Files (2) index.ts Matched by default include pattern '**/*' -Info 25 [00:00:56.000] ----------------------------------------------- -Info 26 [00:00:57.000] Search path: /user/username/projects/myproject/a -Info 27 [00:00:58.000] For info: /user/username/projects/myproject/a/tsconfig.json :: No config files found. -Info 28 [00:00:59.000] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) -Info 28 [00:01:00.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/a +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/a/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 28 [00:01:01.000] ----------------------------------------------- -Info 28 [00:01:02.000] Open files: -Info 28 [00:01:03.000] FileName: /user/username/projects/myproject/a/index.ts ProjectRootPath: undefined -Info 28 [00:01:04.000] Projects: /user/username/projects/myproject/a/tsconfig.json -Info 28 [00:01:05.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/a/index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -132,6 +134,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/a/tsconfig.json: *new* @@ -149,7 +153,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:06.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -158,21 +162,23 @@ Info 29 [00:01:06.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:07.000] Search path: /user/username/projects/myproject/b -Info 31 [00:01:08.000] For info: /user/username/projects/myproject/b/helper.ts :: Config file name: /user/username/projects/myproject/b/tsconfig.json -Info 32 [00:01:09.000] Creating configuration project /user/username/projects/myproject/b/tsconfig.json -Info 33 [00:01:10.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/index.ts 500 undefined WatchType: Closed Script info -Info 34 [00:01:11.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/b/tsconfig.json -Info 35 [00:01:12.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 0 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Failed Lookup Locations -Info 36 [00:01:13.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 0 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Failed Lookup Locations -Info 37 [00:01:14.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Missing file -Info 38 [00:01:15.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots -Info 39 [00:01:16.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots -Info 40 [00:01:17.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots -Info 41 [00:01:18.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots -Info 42 [00:01:19.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 43 [00:01:20.000] Project '/user/username/projects/myproject/b/tsconfig.json' (Configured) -Info 44 [00:01:21.000] Files (2) +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/b +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/b/helper.ts :: Config file name: /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/index.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 0 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 0 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /user/username/projects/myproject/b/index.ts Text-1 "export class B {\n M() {}\n}" /user/username/projects/myproject/b/helper.ts SVC-1-0 "import { B } from \".\";\n\nconst b: B = new B();" @@ -183,23 +189,23 @@ Info 44 [00:01:21.000] Files (2) helper.ts Matched by default include pattern '**/*' -Info 45 [00:01:22.000] ----------------------------------------------- -Info 46 [00:01:23.000] Search path: /user/username/projects/myproject/b -Info 47 [00:01:24.000] For info: /user/username/projects/myproject/b/tsconfig.json :: No config files found. -Info 48 [00:01:25.000] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) -Info 48 [00:01:26.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/b +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/b/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 48 [00:01:27.000] ----------------------------------------------- -Info 48 [00:01:28.000] Project '/user/username/projects/myproject/b/tsconfig.json' (Configured) -Info 48 [00:01:29.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 48 [00:01:30.000] ----------------------------------------------- -Info 48 [00:01:31.000] Open files: -Info 48 [00:01:32.000] FileName: /user/username/projects/myproject/a/index.ts ProjectRootPath: undefined -Info 48 [00:01:33.000] Projects: /user/username/projects/myproject/a/tsconfig.json -Info 48 [00:01:34.000] FileName: /user/username/projects/myproject/b/helper.ts ProjectRootPath: undefined -Info 48 [00:01:35.000] Projects: /user/username/projects/myproject/b/tsconfig.json -Info 48 [00:01:36.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/a/index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/b/helper.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -212,6 +218,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/b/node_modules/@types: *new* {"pollingInterval":500} @@ -235,7 +243,7 @@ FsWatchesRecursive:: Before request -Info 49 [00:01:37.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "references", "arguments": { @@ -246,14 +254,14 @@ Info 49 [00:01:37.000] request: "seq": 3, "type": "request" } -Info 50 [00:01:38.000] Finding references to /user/username/projects/myproject/a/index.ts position 40 in project /user/username/projects/myproject/a/tsconfig.json -Info 51 [00:01:39.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/lib/index.d.ts.map 500 undefined WatchType: Closed Script info -Info 52 [00:01:40.000] Search path: /user/username/projects/myproject/b -Info 53 [00:01:41.000] For info: /user/username/projects/myproject/b/index.ts :: Config file name: /user/username/projects/myproject/b/tsconfig.json -Info 54 [00:01:42.000] Search path: /user/username/projects/myproject/b -Info 55 [00:01:43.000] For info: /user/username/projects/myproject/b/index.ts :: Config file name: /user/username/projects/myproject/b/tsconfig.json -Info 56 [00:01:44.000] Finding references to /user/username/projects/myproject/b/index.ts position 13 in project /user/username/projects/myproject/b/tsconfig.json -Info 57 [00:01:45.000] response: +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/myproject/a/index.ts position 40 in project /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/lib/index.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/b +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/b/index.ts :: Config file name: /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/b +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/b/index.ts :: Config file name: /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/myproject/b/index.ts position 13 in project /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "refs": [ @@ -388,6 +396,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/b/node_modules/@types: {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/projectReferences/find-refs-to-decl-in-other-proj-when-proj-is-loaded-and-refd-proj-loading-is-disabled-and-proj-ref-redirects-are-enabled-and-a-decl-map-is-missing.js b/tests/baselines/reference/tsserver/projectReferences/find-refs-to-decl-in-other-proj-when-proj-is-loaded-and-refd-proj-loading-is-disabled-and-proj-ref-redirects-are-enabled-and-a-decl-map-is-missing.js index d5ac591a8167e..c49239757a43b 100644 --- a/tests/baselines/reference/tsserver/projectReferences/find-refs-to-decl-in-other-proj-when-proj-is-loaded-and-refd-proj-loading-is-disabled-and-proj-ref-redirects-are-enabled-and-a-decl-map-is-missing.js +++ b/tests/baselines/reference/tsserver/projectReferences/find-refs-to-decl-in-other-proj-when-proj-is-loaded-and-refd-proj-loading-is-disabled-and-proj-ref-redirects-are-enabled-and-a-decl-map-is-missing.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:29.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/a/tsconfig.json] { @@ -38,7 +38,7 @@ export declare class B { //# sourceMappingURL=index.d.ts.map -Info 1 [00:00:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -47,11 +47,11 @@ Info 1 [00:00:30.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:31.000] Search path: /user/username/projects/myproject/a -Info 3 [00:00:32.000] For info: /user/username/projects/myproject/a/index.ts :: Config file name: /user/username/projects/myproject/a/tsconfig.json -Info 4 [00:00:33.000] Creating configuration project /user/username/projects/myproject/a/tsconfig.json -Info 5 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Config file -Info 6 [00:00:35.000] Config: /user/username/projects/myproject/a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/a +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/a/index.ts :: Config file name: /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/a/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/a/index.ts" ], @@ -68,10 +68,10 @@ Info 6 [00:00:35.000] Config: /user/username/projects/myproject/a/tsconfig.js } ] } -Info 7 [00:00:36.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a 1 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a 1 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:38.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/a/tsconfig.json -Info 10 [00:00:39.000] Config: /user/username/projects/myproject/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a 1 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a 1 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/b/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/b/helper.ts", "/user/username/projects/myproject/b/index.ts" @@ -83,20 +83,22 @@ Info 10 [00:00:39.000] Config: /user/username/projects/myproject/b/tsconfig.js "configFilePath": "/user/username/projects/myproject/b/tsconfig.json" } } -Info 11 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Config file -Info 12 [00:00:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Config: /user/username/projects/myproject/b/tsconfig.json WatchType: Wild card directory -Info 13 [00:00:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Config: /user/username/projects/myproject/b/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/index.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:46.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Missing file -Info 18 [00:00:47.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots -Info 19 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots -Info 20 [00:00:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots -Info 21 [00:00:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots -Info 22 [00:00:51.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:00:52.000] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) -Info 24 [00:00:53.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Config: /user/username/projects/myproject/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Config: /user/username/projects/myproject/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/index.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /user/username/projects/myproject/b/index.ts Text-1 "export class B {\n M() {}\n}" /user/username/projects/myproject/a/index.ts SVC-1-0 "import { B } from \"../b/lib\";\n\nconst b: B = new B();" @@ -106,17 +108,17 @@ Info 24 [00:00:53.000] Files (2) index.ts Matched by default include pattern '**/*' -Info 25 [00:00:54.000] ----------------------------------------------- -Info 26 [00:00:55.000] Search path: /user/username/projects/myproject/a -Info 27 [00:00:56.000] For info: /user/username/projects/myproject/a/tsconfig.json :: No config files found. -Info 28 [00:00:57.000] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) -Info 28 [00:00:58.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/a +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/a/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 28 [00:00:59.000] ----------------------------------------------- -Info 28 [00:01:00.000] Open files: -Info 28 [00:01:01.000] FileName: /user/username/projects/myproject/a/index.ts ProjectRootPath: undefined -Info 28 [00:01:02.000] Projects: /user/username/projects/myproject/a/tsconfig.json -Info 28 [00:01:03.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/a/index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -129,6 +131,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/a/tsconfig.json: *new* @@ -146,7 +150,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -155,20 +159,22 @@ Info 29 [00:01:04.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:05.000] Search path: /user/username/projects/myproject/b -Info 31 [00:01:06.000] For info: /user/username/projects/myproject/b/helper.ts :: Config file name: /user/username/projects/myproject/b/tsconfig.json -Info 32 [00:01:07.000] Creating configuration project /user/username/projects/myproject/b/tsconfig.json -Info 33 [00:01:08.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/b/tsconfig.json -Info 34 [00:01:09.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 0 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Failed Lookup Locations -Info 35 [00:01:10.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 0 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Failed Lookup Locations -Info 36 [00:01:11.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Missing file -Info 37 [00:01:12.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots -Info 38 [00:01:13.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots -Info 39 [00:01:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots -Info 40 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots -Info 41 [00:01:16.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 42 [00:01:17.000] Project '/user/username/projects/myproject/b/tsconfig.json' (Configured) -Info 43 [00:01:18.000] Files (2) +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/b +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/b/helper.ts :: Config file name: /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 0 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 0 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /user/username/projects/myproject/b/index.ts Text-1 "export class B {\n M() {}\n}" /user/username/projects/myproject/b/helper.ts SVC-1-0 "import { B } from \".\";\n\nconst b: B = new B();" @@ -179,23 +185,23 @@ Info 43 [00:01:18.000] Files (2) helper.ts Matched by default include pattern '**/*' -Info 44 [00:01:19.000] ----------------------------------------------- -Info 45 [00:01:20.000] Search path: /user/username/projects/myproject/b -Info 46 [00:01:21.000] For info: /user/username/projects/myproject/b/tsconfig.json :: No config files found. -Info 47 [00:01:22.000] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) -Info 47 [00:01:23.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/b +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/b/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 47 [00:01:24.000] ----------------------------------------------- -Info 47 [00:01:25.000] Project '/user/username/projects/myproject/b/tsconfig.json' (Configured) -Info 47 [00:01:26.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 47 [00:01:27.000] ----------------------------------------------- -Info 47 [00:01:28.000] Open files: -Info 47 [00:01:29.000] FileName: /user/username/projects/myproject/a/index.ts ProjectRootPath: undefined -Info 47 [00:01:30.000] Projects: /user/username/projects/myproject/a/tsconfig.json -Info 47 [00:01:31.000] FileName: /user/username/projects/myproject/b/helper.ts ProjectRootPath: undefined -Info 47 [00:01:32.000] Projects: /user/username/projects/myproject/b/tsconfig.json -Info 47 [00:01:33.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/a/index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/b/helper.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -208,6 +214,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/b/node_modules/@types: *new* {"pollingInterval":500} @@ -229,7 +237,7 @@ FsWatchesRecursive:: Before request -Info 48 [00:01:34.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "references", "arguments": { @@ -240,13 +248,13 @@ Info 48 [00:01:34.000] request: "seq": 3, "type": "request" } -Info 49 [00:01:35.000] Finding references to /user/username/projects/myproject/a/index.ts position 40 in project /user/username/projects/myproject/a/tsconfig.json -Info 50 [00:01:36.000] Search path: /user/username/projects/myproject/b -Info 51 [00:01:37.000] For info: /user/username/projects/myproject/b/index.ts :: Config file name: /user/username/projects/myproject/b/tsconfig.json -Info 52 [00:01:38.000] Search path: /user/username/projects/myproject/b -Info 53 [00:01:39.000] For info: /user/username/projects/myproject/b/index.ts :: Config file name: /user/username/projects/myproject/b/tsconfig.json -Info 54 [00:01:40.000] Finding references to /user/username/projects/myproject/b/index.ts position 13 in project /user/username/projects/myproject/b/tsconfig.json -Info 55 [00:01:41.000] response: +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/myproject/a/index.ts position 40 in project /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/b +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/b/index.ts :: Config file name: /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/b +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/b/index.ts :: Config file name: /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/myproject/b/index.ts position 13 in project /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "refs": [ diff --git a/tests/baselines/reference/tsserver/projectReferences/find-refs-to-decl-in-other-proj-when-proj-is-loaded-and-refd-proj-loading-is-disabled-and-proj-ref-redirects-are-enabled-and-a-decl-map-is-present.js b/tests/baselines/reference/tsserver/projectReferences/find-refs-to-decl-in-other-proj-when-proj-is-loaded-and-refd-proj-loading-is-disabled-and-proj-ref-redirects-are-enabled-and-a-decl-map-is-present.js index d0f855fbe6953..326bf70fe01c6 100644 --- a/tests/baselines/reference/tsserver/projectReferences/find-refs-to-decl-in-other-proj-when-proj-is-loaded-and-refd-proj-loading-is-disabled-and-proj-ref-redirects-are-enabled-and-a-decl-map-is-present.js +++ b/tests/baselines/reference/tsserver/projectReferences/find-refs-to-decl-in-other-proj-when-proj-is-loaded-and-refd-proj-loading-is-disabled-and-proj-ref-redirects-are-enabled-and-a-decl-map-is-present.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:31.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/a/tsconfig.json] { @@ -41,7 +41,7 @@ export declare class B { {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"AAAA,qBAAa,CAAC;IACV,CAAC;CACJ"} -Info 1 [00:00:32.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -50,11 +50,11 @@ Info 1 [00:00:32.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:33.000] Search path: /user/username/projects/myproject/a -Info 3 [00:00:34.000] For info: /user/username/projects/myproject/a/index.ts :: Config file name: /user/username/projects/myproject/a/tsconfig.json -Info 4 [00:00:35.000] Creating configuration project /user/username/projects/myproject/a/tsconfig.json -Info 5 [00:00:36.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Config file -Info 6 [00:00:37.000] Config: /user/username/projects/myproject/a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/a +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/a/index.ts :: Config file name: /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/a/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/a/index.ts" ], @@ -71,10 +71,10 @@ Info 6 [00:00:37.000] Config: /user/username/projects/myproject/a/tsconfig.js } ] } -Info 7 [00:00:38.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a 1 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:39.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a 1 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:40.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/a/tsconfig.json -Info 10 [00:00:41.000] Config: /user/username/projects/myproject/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a 1 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a 1 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/b/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/b/helper.ts", "/user/username/projects/myproject/b/index.ts" @@ -86,20 +86,22 @@ Info 10 [00:00:41.000] Config: /user/username/projects/myproject/b/tsconfig.js "configFilePath": "/user/username/projects/myproject/b/tsconfig.json" } } -Info 11 [00:00:42.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Config file -Info 12 [00:00:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Config: /user/username/projects/myproject/b/tsconfig.json WatchType: Wild card directory -Info 13 [00:00:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Config: /user/username/projects/myproject/b/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:45.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:46.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:00:47.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/index.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:48.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Missing file -Info 18 [00:00:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots -Info 19 [00:00:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots -Info 20 [00:00:51.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots -Info 21 [00:00:52.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots -Info 22 [00:00:53.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:00:54.000] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) -Info 24 [00:00:55.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Config: /user/username/projects/myproject/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Config: /user/username/projects/myproject/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/index.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /user/username/projects/myproject/b/index.ts Text-1 "export class B {\n M() {}\n}" /user/username/projects/myproject/a/index.ts SVC-1-0 "import { B } from \"../b/lib\";\n\nconst b: B = new B();" @@ -109,17 +111,17 @@ Info 24 [00:00:55.000] Files (2) index.ts Matched by default include pattern '**/*' -Info 25 [00:00:56.000] ----------------------------------------------- -Info 26 [00:00:57.000] Search path: /user/username/projects/myproject/a -Info 27 [00:00:58.000] For info: /user/username/projects/myproject/a/tsconfig.json :: No config files found. -Info 28 [00:00:59.000] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) -Info 28 [00:01:00.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/a +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/a/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 28 [00:01:01.000] ----------------------------------------------- -Info 28 [00:01:02.000] Open files: -Info 28 [00:01:03.000] FileName: /user/username/projects/myproject/a/index.ts ProjectRootPath: undefined -Info 28 [00:01:04.000] Projects: /user/username/projects/myproject/a/tsconfig.json -Info 28 [00:01:05.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/a/index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -132,6 +134,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/a/tsconfig.json: *new* @@ -149,7 +153,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:06.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -158,20 +162,22 @@ Info 29 [00:01:06.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:07.000] Search path: /user/username/projects/myproject/b -Info 31 [00:01:08.000] For info: /user/username/projects/myproject/b/helper.ts :: Config file name: /user/username/projects/myproject/b/tsconfig.json -Info 32 [00:01:09.000] Creating configuration project /user/username/projects/myproject/b/tsconfig.json -Info 33 [00:01:10.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/b/tsconfig.json -Info 34 [00:01:11.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 0 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Failed Lookup Locations -Info 35 [00:01:12.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 0 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Failed Lookup Locations -Info 36 [00:01:13.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Missing file -Info 37 [00:01:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots -Info 38 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots -Info 39 [00:01:16.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots -Info 40 [00:01:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots -Info 41 [00:01:18.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 42 [00:01:19.000] Project '/user/username/projects/myproject/b/tsconfig.json' (Configured) -Info 43 [00:01:20.000] Files (2) +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/b +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/b/helper.ts :: Config file name: /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 0 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 0 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /user/username/projects/myproject/b/index.ts Text-1 "export class B {\n M() {}\n}" /user/username/projects/myproject/b/helper.ts SVC-1-0 "import { B } from \".\";\n\nconst b: B = new B();" @@ -182,23 +188,23 @@ Info 43 [00:01:20.000] Files (2) helper.ts Matched by default include pattern '**/*' -Info 44 [00:01:21.000] ----------------------------------------------- -Info 45 [00:01:22.000] Search path: /user/username/projects/myproject/b -Info 46 [00:01:23.000] For info: /user/username/projects/myproject/b/tsconfig.json :: No config files found. -Info 47 [00:01:24.000] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) -Info 47 [00:01:25.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/b +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/b/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 47 [00:01:26.000] ----------------------------------------------- -Info 47 [00:01:27.000] Project '/user/username/projects/myproject/b/tsconfig.json' (Configured) -Info 47 [00:01:28.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 47 [00:01:29.000] ----------------------------------------------- -Info 47 [00:01:30.000] Open files: -Info 47 [00:01:31.000] FileName: /user/username/projects/myproject/a/index.ts ProjectRootPath: undefined -Info 47 [00:01:32.000] Projects: /user/username/projects/myproject/a/tsconfig.json -Info 47 [00:01:33.000] FileName: /user/username/projects/myproject/b/helper.ts ProjectRootPath: undefined -Info 47 [00:01:34.000] Projects: /user/username/projects/myproject/b/tsconfig.json -Info 47 [00:01:35.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/a/index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/b/helper.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -211,6 +217,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/b/node_modules/@types: *new* {"pollingInterval":500} @@ -232,7 +240,7 @@ FsWatchesRecursive:: Before request -Info 48 [00:01:36.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "references", "arguments": { @@ -243,13 +251,13 @@ Info 48 [00:01:36.000] request: "seq": 3, "type": "request" } -Info 49 [00:01:37.000] Finding references to /user/username/projects/myproject/a/index.ts position 40 in project /user/username/projects/myproject/a/tsconfig.json -Info 50 [00:01:38.000] Search path: /user/username/projects/myproject/b -Info 51 [00:01:39.000] For info: /user/username/projects/myproject/b/index.ts :: Config file name: /user/username/projects/myproject/b/tsconfig.json -Info 52 [00:01:40.000] Search path: /user/username/projects/myproject/b -Info 53 [00:01:41.000] For info: /user/username/projects/myproject/b/index.ts :: Config file name: /user/username/projects/myproject/b/tsconfig.json -Info 54 [00:01:42.000] Finding references to /user/username/projects/myproject/b/index.ts position 13 in project /user/username/projects/myproject/b/tsconfig.json -Info 55 [00:01:43.000] response: +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/myproject/a/index.ts position 40 in project /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/b +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/b/index.ts :: Config file name: /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/b +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/b/index.ts :: Config file name: /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/myproject/b/index.ts position 13 in project /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "refs": [ diff --git a/tests/baselines/reference/tsserver/projectReferences/find-refs-to-decl-in-other-proj-when-proj-is-loaded-and-refd-proj-loading-is-enabled-and-proj-ref-redirects-are-disabled-and-a-decl-map-is-missing.js b/tests/baselines/reference/tsserver/projectReferences/find-refs-to-decl-in-other-proj-when-proj-is-loaded-and-refd-proj-loading-is-enabled-and-proj-ref-redirects-are-disabled-and-a-decl-map-is-missing.js index 797ff39563943..0aee896a81c4b 100644 --- a/tests/baselines/reference/tsserver/projectReferences/find-refs-to-decl-in-other-proj-when-proj-is-loaded-and-refd-proj-loading-is-enabled-and-proj-ref-redirects-are-disabled-and-a-decl-map-is-missing.js +++ b/tests/baselines/reference/tsserver/projectReferences/find-refs-to-decl-in-other-proj-when-proj-is-loaded-and-refd-proj-loading-is-enabled-and-proj-ref-redirects-are-disabled-and-a-decl-map-is-missing.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:29.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/a/tsconfig.json] { @@ -38,7 +38,7 @@ export declare class B { //# sourceMappingURL=index.d.ts.map -Info 1 [00:00:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -47,11 +47,11 @@ Info 1 [00:00:30.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:31.000] Search path: /user/username/projects/myproject/a -Info 3 [00:00:32.000] For info: /user/username/projects/myproject/a/index.ts :: Config file name: /user/username/projects/myproject/a/tsconfig.json -Info 4 [00:00:33.000] Creating configuration project /user/username/projects/myproject/a/tsconfig.json -Info 5 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Config file -Info 6 [00:00:35.000] Config: /user/username/projects/myproject/a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/a +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/a/index.ts :: Config file name: /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/a/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/a/index.ts" ], @@ -68,10 +68,10 @@ Info 6 [00:00:35.000] Config: /user/username/projects/myproject/a/tsconfig.js } ] } -Info 7 [00:00:36.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a 1 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a 1 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:38.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/a/tsconfig.json -Info 10 [00:00:39.000] Config: /user/username/projects/myproject/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a 1 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a 1 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/b/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/b/helper.ts", "/user/username/projects/myproject/b/index.ts" @@ -83,20 +83,22 @@ Info 10 [00:00:39.000] Config: /user/username/projects/myproject/b/tsconfig.js "configFilePath": "/user/username/projects/myproject/b/tsconfig.json" } } -Info 11 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Config file -Info 12 [00:00:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Config: /user/username/projects/myproject/b/tsconfig.json WatchType: Wild card directory -Info 13 [00:00:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Config: /user/username/projects/myproject/b/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/lib/index.d.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:46.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Missing file -Info 18 [00:00:47.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots -Info 19 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots -Info 20 [00:00:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots -Info 21 [00:00:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots -Info 22 [00:00:51.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:00:52.000] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) -Info 24 [00:00:53.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Config: /user/username/projects/myproject/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Config: /user/username/projects/myproject/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/lib/index.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /user/username/projects/myproject/b/lib/index.d.ts Text-1 "export declare class B {\n M(): void;\n}\n//# sourceMappingURL=index.d.ts.map" /user/username/projects/myproject/a/index.ts SVC-1-0 "import { B } from \"../b/lib\";\n\nconst b: B = new B();" @@ -106,17 +108,17 @@ Info 24 [00:00:53.000] Files (2) index.ts Matched by default include pattern '**/*' -Info 25 [00:00:54.000] ----------------------------------------------- -Info 26 [00:00:55.000] Search path: /user/username/projects/myproject/a -Info 27 [00:00:56.000] For info: /user/username/projects/myproject/a/tsconfig.json :: No config files found. -Info 28 [00:00:57.000] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) -Info 28 [00:00:58.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/a +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/a/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 28 [00:00:59.000] ----------------------------------------------- -Info 28 [00:01:00.000] Open files: -Info 28 [00:01:01.000] FileName: /user/username/projects/myproject/a/index.ts ProjectRootPath: undefined -Info 28 [00:01:02.000] Projects: /user/username/projects/myproject/a/tsconfig.json -Info 28 [00:01:03.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/a/index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -129,6 +131,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/a/tsconfig.json: *new* @@ -146,7 +150,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -155,21 +159,23 @@ Info 29 [00:01:04.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:05.000] Search path: /user/username/projects/myproject/b -Info 31 [00:01:06.000] For info: /user/username/projects/myproject/b/helper.ts :: Config file name: /user/username/projects/myproject/b/tsconfig.json -Info 32 [00:01:07.000] Creating configuration project /user/username/projects/myproject/b/tsconfig.json -Info 33 [00:01:08.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/index.ts 500 undefined WatchType: Closed Script info -Info 34 [00:01:09.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/b/tsconfig.json -Info 35 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 0 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Failed Lookup Locations -Info 36 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 0 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Failed Lookup Locations -Info 37 [00:01:12.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Missing file -Info 38 [00:01:13.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots -Info 39 [00:01:14.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots -Info 40 [00:01:15.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots -Info 41 [00:01:16.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots -Info 42 [00:01:17.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 43 [00:01:18.000] Project '/user/username/projects/myproject/b/tsconfig.json' (Configured) -Info 44 [00:01:19.000] Files (2) +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/b +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/b/helper.ts :: Config file name: /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/index.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 0 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 0 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /user/username/projects/myproject/b/index.ts Text-1 "export class B {\n M() {}\n}" /user/username/projects/myproject/b/helper.ts SVC-1-0 "import { B } from \".\";\n\nconst b: B = new B();" @@ -180,23 +186,23 @@ Info 44 [00:01:19.000] Files (2) helper.ts Matched by default include pattern '**/*' -Info 45 [00:01:20.000] ----------------------------------------------- -Info 46 [00:01:21.000] Search path: /user/username/projects/myproject/b -Info 47 [00:01:22.000] For info: /user/username/projects/myproject/b/tsconfig.json :: No config files found. -Info 48 [00:01:23.000] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) -Info 48 [00:01:24.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/b +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/b/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 48 [00:01:25.000] ----------------------------------------------- -Info 48 [00:01:26.000] Project '/user/username/projects/myproject/b/tsconfig.json' (Configured) -Info 48 [00:01:27.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 48 [00:01:28.000] ----------------------------------------------- -Info 48 [00:01:29.000] Open files: -Info 48 [00:01:30.000] FileName: /user/username/projects/myproject/a/index.ts ProjectRootPath: undefined -Info 48 [00:01:31.000] Projects: /user/username/projects/myproject/a/tsconfig.json -Info 48 [00:01:32.000] FileName: /user/username/projects/myproject/b/helper.ts ProjectRootPath: undefined -Info 48 [00:01:33.000] Projects: /user/username/projects/myproject/b/tsconfig.json -Info 48 [00:01:34.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/a/index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/b/helper.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -209,6 +215,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/b/node_modules/@types: *new* {"pollingInterval":500} @@ -232,7 +240,7 @@ FsWatchesRecursive:: Before request -Info 49 [00:01:35.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "references", "arguments": { @@ -243,9 +251,9 @@ Info 49 [00:01:35.000] request: "seq": 3, "type": "request" } -Info 50 [00:01:36.000] Finding references to /user/username/projects/myproject/a/index.ts position 40 in project /user/username/projects/myproject/a/tsconfig.json -Info 51 [00:01:37.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/lib/index.d.ts.map 2000 undefined WatchType: Missing source map file -Info 52 [00:01:38.000] response: +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/myproject/a/index.ts position 40 in project /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/lib/index.d.ts.map 2000 undefined WatchType: Missing source map file +Info seq [hh:mm:ss:mss] response: { "response": { "refs": [ @@ -333,6 +341,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/b/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/b/lib/index.d.ts.map: *new* diff --git a/tests/baselines/reference/tsserver/projectReferences/find-refs-to-decl-in-other-proj-when-proj-is-loaded-and-refd-proj-loading-is-enabled-and-proj-ref-redirects-are-disabled-and-a-decl-map-is-present.js b/tests/baselines/reference/tsserver/projectReferences/find-refs-to-decl-in-other-proj-when-proj-is-loaded-and-refd-proj-loading-is-enabled-and-proj-ref-redirects-are-disabled-and-a-decl-map-is-present.js index 378c3c6baa3ac..c4f39ecc820b0 100644 --- a/tests/baselines/reference/tsserver/projectReferences/find-refs-to-decl-in-other-proj-when-proj-is-loaded-and-refd-proj-loading-is-enabled-and-proj-ref-redirects-are-disabled-and-a-decl-map-is-present.js +++ b/tests/baselines/reference/tsserver/projectReferences/find-refs-to-decl-in-other-proj-when-proj-is-loaded-and-refd-proj-loading-is-enabled-and-proj-ref-redirects-are-disabled-and-a-decl-map-is-present.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:31.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/a/tsconfig.json] { @@ -41,7 +41,7 @@ export declare class B { {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"AAAA,qBAAa,CAAC;IACV,CAAC;CACJ"} -Info 1 [00:00:32.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -50,11 +50,11 @@ Info 1 [00:00:32.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:33.000] Search path: /user/username/projects/myproject/a -Info 3 [00:00:34.000] For info: /user/username/projects/myproject/a/index.ts :: Config file name: /user/username/projects/myproject/a/tsconfig.json -Info 4 [00:00:35.000] Creating configuration project /user/username/projects/myproject/a/tsconfig.json -Info 5 [00:00:36.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Config file -Info 6 [00:00:37.000] Config: /user/username/projects/myproject/a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/a +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/a/index.ts :: Config file name: /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/a/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/a/index.ts" ], @@ -71,10 +71,10 @@ Info 6 [00:00:37.000] Config: /user/username/projects/myproject/a/tsconfig.js } ] } -Info 7 [00:00:38.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a 1 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:39.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a 1 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:40.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/a/tsconfig.json -Info 10 [00:00:41.000] Config: /user/username/projects/myproject/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a 1 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a 1 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/b/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/b/helper.ts", "/user/username/projects/myproject/b/index.ts" @@ -86,20 +86,22 @@ Info 10 [00:00:41.000] Config: /user/username/projects/myproject/b/tsconfig.js "configFilePath": "/user/username/projects/myproject/b/tsconfig.json" } } -Info 11 [00:00:42.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Config file -Info 12 [00:00:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Config: /user/username/projects/myproject/b/tsconfig.json WatchType: Wild card directory -Info 13 [00:00:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Config: /user/username/projects/myproject/b/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:45.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:46.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:00:47.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/lib/index.d.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:48.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Missing file -Info 18 [00:00:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots -Info 19 [00:00:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots -Info 20 [00:00:51.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots -Info 21 [00:00:52.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots -Info 22 [00:00:53.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:00:54.000] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) -Info 24 [00:00:55.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Config: /user/username/projects/myproject/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Config: /user/username/projects/myproject/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/lib/index.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /user/username/projects/myproject/b/lib/index.d.ts Text-1 "export declare class B {\n M(): void;\n}\n//# sourceMappingURL=index.d.ts.map" /user/username/projects/myproject/a/index.ts SVC-1-0 "import { B } from \"../b/lib\";\n\nconst b: B = new B();" @@ -109,17 +111,17 @@ Info 24 [00:00:55.000] Files (2) index.ts Matched by default include pattern '**/*' -Info 25 [00:00:56.000] ----------------------------------------------- -Info 26 [00:00:57.000] Search path: /user/username/projects/myproject/a -Info 27 [00:00:58.000] For info: /user/username/projects/myproject/a/tsconfig.json :: No config files found. -Info 28 [00:00:59.000] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) -Info 28 [00:01:00.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/a +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/a/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 28 [00:01:01.000] ----------------------------------------------- -Info 28 [00:01:02.000] Open files: -Info 28 [00:01:03.000] FileName: /user/username/projects/myproject/a/index.ts ProjectRootPath: undefined -Info 28 [00:01:04.000] Projects: /user/username/projects/myproject/a/tsconfig.json -Info 28 [00:01:05.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/a/index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -132,6 +134,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/a/tsconfig.json: *new* @@ -149,7 +153,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:06.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -158,21 +162,23 @@ Info 29 [00:01:06.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:07.000] Search path: /user/username/projects/myproject/b -Info 31 [00:01:08.000] For info: /user/username/projects/myproject/b/helper.ts :: Config file name: /user/username/projects/myproject/b/tsconfig.json -Info 32 [00:01:09.000] Creating configuration project /user/username/projects/myproject/b/tsconfig.json -Info 33 [00:01:10.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/index.ts 500 undefined WatchType: Closed Script info -Info 34 [00:01:11.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/b/tsconfig.json -Info 35 [00:01:12.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 0 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Failed Lookup Locations -Info 36 [00:01:13.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 0 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Failed Lookup Locations -Info 37 [00:01:14.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Missing file -Info 38 [00:01:15.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots -Info 39 [00:01:16.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots -Info 40 [00:01:17.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots -Info 41 [00:01:18.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots -Info 42 [00:01:19.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 43 [00:01:20.000] Project '/user/username/projects/myproject/b/tsconfig.json' (Configured) -Info 44 [00:01:21.000] Files (2) +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/b +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/b/helper.ts :: Config file name: /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/index.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 0 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 0 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /user/username/projects/myproject/b/index.ts Text-1 "export class B {\n M() {}\n}" /user/username/projects/myproject/b/helper.ts SVC-1-0 "import { B } from \".\";\n\nconst b: B = new B();" @@ -183,23 +189,23 @@ Info 44 [00:01:21.000] Files (2) helper.ts Matched by default include pattern '**/*' -Info 45 [00:01:22.000] ----------------------------------------------- -Info 46 [00:01:23.000] Search path: /user/username/projects/myproject/b -Info 47 [00:01:24.000] For info: /user/username/projects/myproject/b/tsconfig.json :: No config files found. -Info 48 [00:01:25.000] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) -Info 48 [00:01:26.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/b +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/b/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 48 [00:01:27.000] ----------------------------------------------- -Info 48 [00:01:28.000] Project '/user/username/projects/myproject/b/tsconfig.json' (Configured) -Info 48 [00:01:29.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 48 [00:01:30.000] ----------------------------------------------- -Info 48 [00:01:31.000] Open files: -Info 48 [00:01:32.000] FileName: /user/username/projects/myproject/a/index.ts ProjectRootPath: undefined -Info 48 [00:01:33.000] Projects: /user/username/projects/myproject/a/tsconfig.json -Info 48 [00:01:34.000] FileName: /user/username/projects/myproject/b/helper.ts ProjectRootPath: undefined -Info 48 [00:01:35.000] Projects: /user/username/projects/myproject/b/tsconfig.json -Info 48 [00:01:36.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/a/index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/b/helper.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -212,6 +218,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/b/node_modules/@types: *new* {"pollingInterval":500} @@ -235,7 +243,7 @@ FsWatchesRecursive:: Before request -Info 49 [00:01:37.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "references", "arguments": { @@ -246,14 +254,14 @@ Info 49 [00:01:37.000] request: "seq": 3, "type": "request" } -Info 50 [00:01:38.000] Finding references to /user/username/projects/myproject/a/index.ts position 40 in project /user/username/projects/myproject/a/tsconfig.json -Info 51 [00:01:39.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/lib/index.d.ts.map 500 undefined WatchType: Closed Script info -Info 52 [00:01:40.000] Search path: /user/username/projects/myproject/b -Info 53 [00:01:41.000] For info: /user/username/projects/myproject/b/index.ts :: Config file name: /user/username/projects/myproject/b/tsconfig.json -Info 54 [00:01:42.000] Search path: /user/username/projects/myproject/b -Info 55 [00:01:43.000] For info: /user/username/projects/myproject/b/index.ts :: Config file name: /user/username/projects/myproject/b/tsconfig.json -Info 56 [00:01:44.000] Finding references to /user/username/projects/myproject/b/index.ts position 13 in project /user/username/projects/myproject/b/tsconfig.json -Info 57 [00:01:45.000] response: +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/myproject/a/index.ts position 40 in project /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/lib/index.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/b +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/b/index.ts :: Config file name: /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/b +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/b/index.ts :: Config file name: /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/myproject/b/index.ts position 13 in project /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "refs": [ @@ -388,6 +396,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/b/node_modules/@types: {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/projectReferences/find-refs-to-decl-in-other-proj-when-proj-is-loaded-and-refd-proj-loading-is-enabled-and-proj-ref-redirects-are-enabled-and-a-decl-map-is-missing.js b/tests/baselines/reference/tsserver/projectReferences/find-refs-to-decl-in-other-proj-when-proj-is-loaded-and-refd-proj-loading-is-enabled-and-proj-ref-redirects-are-enabled-and-a-decl-map-is-missing.js index a3d5402e356f0..c2c7c80357153 100644 --- a/tests/baselines/reference/tsserver/projectReferences/find-refs-to-decl-in-other-proj-when-proj-is-loaded-and-refd-proj-loading-is-enabled-and-proj-ref-redirects-are-enabled-and-a-decl-map-is-missing.js +++ b/tests/baselines/reference/tsserver/projectReferences/find-refs-to-decl-in-other-proj-when-proj-is-loaded-and-refd-proj-loading-is-enabled-and-proj-ref-redirects-are-enabled-and-a-decl-map-is-missing.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:29.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/a/tsconfig.json] { @@ -38,7 +38,7 @@ export declare class B { //# sourceMappingURL=index.d.ts.map -Info 1 [00:00:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -47,11 +47,11 @@ Info 1 [00:00:30.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:31.000] Search path: /user/username/projects/myproject/a -Info 3 [00:00:32.000] For info: /user/username/projects/myproject/a/index.ts :: Config file name: /user/username/projects/myproject/a/tsconfig.json -Info 4 [00:00:33.000] Creating configuration project /user/username/projects/myproject/a/tsconfig.json -Info 5 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Config file -Info 6 [00:00:35.000] Config: /user/username/projects/myproject/a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/a +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/a/index.ts :: Config file name: /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/a/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/a/index.ts" ], @@ -68,10 +68,10 @@ Info 6 [00:00:35.000] Config: /user/username/projects/myproject/a/tsconfig.js } ] } -Info 7 [00:00:36.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a 1 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a 1 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:38.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/a/tsconfig.json -Info 10 [00:00:39.000] Config: /user/username/projects/myproject/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a 1 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a 1 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/b/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/b/helper.ts", "/user/username/projects/myproject/b/index.ts" @@ -83,20 +83,22 @@ Info 10 [00:00:39.000] Config: /user/username/projects/myproject/b/tsconfig.js "configFilePath": "/user/username/projects/myproject/b/tsconfig.json" } } -Info 11 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Config file -Info 12 [00:00:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Config: /user/username/projects/myproject/b/tsconfig.json WatchType: Wild card directory -Info 13 [00:00:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Config: /user/username/projects/myproject/b/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/index.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:46.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Missing file -Info 18 [00:00:47.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots -Info 19 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots -Info 20 [00:00:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots -Info 21 [00:00:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots -Info 22 [00:00:51.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:00:52.000] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) -Info 24 [00:00:53.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Config: /user/username/projects/myproject/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Config: /user/username/projects/myproject/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/index.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /user/username/projects/myproject/b/index.ts Text-1 "export class B {\n M() {}\n}" /user/username/projects/myproject/a/index.ts SVC-1-0 "import { B } from \"../b/lib\";\n\nconst b: B = new B();" @@ -106,17 +108,17 @@ Info 24 [00:00:53.000] Files (2) index.ts Matched by default include pattern '**/*' -Info 25 [00:00:54.000] ----------------------------------------------- -Info 26 [00:00:55.000] Search path: /user/username/projects/myproject/a -Info 27 [00:00:56.000] For info: /user/username/projects/myproject/a/tsconfig.json :: No config files found. -Info 28 [00:00:57.000] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) -Info 28 [00:00:58.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/a +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/a/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 28 [00:00:59.000] ----------------------------------------------- -Info 28 [00:01:00.000] Open files: -Info 28 [00:01:01.000] FileName: /user/username/projects/myproject/a/index.ts ProjectRootPath: undefined -Info 28 [00:01:02.000] Projects: /user/username/projects/myproject/a/tsconfig.json -Info 28 [00:01:03.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/a/index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -129,6 +131,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/a/tsconfig.json: *new* @@ -146,7 +150,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -155,20 +159,22 @@ Info 29 [00:01:04.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:05.000] Search path: /user/username/projects/myproject/b -Info 31 [00:01:06.000] For info: /user/username/projects/myproject/b/helper.ts :: Config file name: /user/username/projects/myproject/b/tsconfig.json -Info 32 [00:01:07.000] Creating configuration project /user/username/projects/myproject/b/tsconfig.json -Info 33 [00:01:08.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/b/tsconfig.json -Info 34 [00:01:09.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 0 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Failed Lookup Locations -Info 35 [00:01:10.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 0 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Failed Lookup Locations -Info 36 [00:01:11.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Missing file -Info 37 [00:01:12.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots -Info 38 [00:01:13.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots -Info 39 [00:01:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots -Info 40 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots -Info 41 [00:01:16.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 42 [00:01:17.000] Project '/user/username/projects/myproject/b/tsconfig.json' (Configured) -Info 43 [00:01:18.000] Files (2) +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/b +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/b/helper.ts :: Config file name: /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 0 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 0 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /user/username/projects/myproject/b/index.ts Text-1 "export class B {\n M() {}\n}" /user/username/projects/myproject/b/helper.ts SVC-1-0 "import { B } from \".\";\n\nconst b: B = new B();" @@ -179,23 +185,23 @@ Info 43 [00:01:18.000] Files (2) helper.ts Matched by default include pattern '**/*' -Info 44 [00:01:19.000] ----------------------------------------------- -Info 45 [00:01:20.000] Search path: /user/username/projects/myproject/b -Info 46 [00:01:21.000] For info: /user/username/projects/myproject/b/tsconfig.json :: No config files found. -Info 47 [00:01:22.000] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) -Info 47 [00:01:23.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/b +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/b/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 47 [00:01:24.000] ----------------------------------------------- -Info 47 [00:01:25.000] Project '/user/username/projects/myproject/b/tsconfig.json' (Configured) -Info 47 [00:01:26.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 47 [00:01:27.000] ----------------------------------------------- -Info 47 [00:01:28.000] Open files: -Info 47 [00:01:29.000] FileName: /user/username/projects/myproject/a/index.ts ProjectRootPath: undefined -Info 47 [00:01:30.000] Projects: /user/username/projects/myproject/a/tsconfig.json -Info 47 [00:01:31.000] FileName: /user/username/projects/myproject/b/helper.ts ProjectRootPath: undefined -Info 47 [00:01:32.000] Projects: /user/username/projects/myproject/b/tsconfig.json -Info 47 [00:01:33.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/a/index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/b/helper.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -208,6 +214,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/b/node_modules/@types: *new* {"pollingInterval":500} @@ -229,7 +237,7 @@ FsWatchesRecursive:: Before request -Info 48 [00:01:34.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "references", "arguments": { @@ -240,13 +248,13 @@ Info 48 [00:01:34.000] request: "seq": 3, "type": "request" } -Info 49 [00:01:35.000] Finding references to /user/username/projects/myproject/a/index.ts position 40 in project /user/username/projects/myproject/a/tsconfig.json -Info 50 [00:01:36.000] Search path: /user/username/projects/myproject/b -Info 51 [00:01:37.000] For info: /user/username/projects/myproject/b/index.ts :: Config file name: /user/username/projects/myproject/b/tsconfig.json -Info 52 [00:01:38.000] Search path: /user/username/projects/myproject/b -Info 53 [00:01:39.000] For info: /user/username/projects/myproject/b/index.ts :: Config file name: /user/username/projects/myproject/b/tsconfig.json -Info 54 [00:01:40.000] Finding references to /user/username/projects/myproject/b/index.ts position 13 in project /user/username/projects/myproject/b/tsconfig.json -Info 55 [00:01:41.000] response: +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/myproject/a/index.ts position 40 in project /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/b +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/b/index.ts :: Config file name: /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/b +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/b/index.ts :: Config file name: /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/myproject/b/index.ts position 13 in project /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "refs": [ diff --git a/tests/baselines/reference/tsserver/projectReferences/find-refs-to-decl-in-other-proj-when-proj-is-loaded-and-refd-proj-loading-is-enabled-and-proj-ref-redirects-are-enabled-and-a-decl-map-is-present.js b/tests/baselines/reference/tsserver/projectReferences/find-refs-to-decl-in-other-proj-when-proj-is-loaded-and-refd-proj-loading-is-enabled-and-proj-ref-redirects-are-enabled-and-a-decl-map-is-present.js index 6aca768916ca3..b4892d4f92d60 100644 --- a/tests/baselines/reference/tsserver/projectReferences/find-refs-to-decl-in-other-proj-when-proj-is-loaded-and-refd-proj-loading-is-enabled-and-proj-ref-redirects-are-enabled-and-a-decl-map-is-present.js +++ b/tests/baselines/reference/tsserver/projectReferences/find-refs-to-decl-in-other-proj-when-proj-is-loaded-and-refd-proj-loading-is-enabled-and-proj-ref-redirects-are-enabled-and-a-decl-map-is-present.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:31.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/a/tsconfig.json] { @@ -41,7 +41,7 @@ export declare class B { {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"AAAA,qBAAa,CAAC;IACV,CAAC;CACJ"} -Info 1 [00:00:32.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -50,11 +50,11 @@ Info 1 [00:00:32.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:33.000] Search path: /user/username/projects/myproject/a -Info 3 [00:00:34.000] For info: /user/username/projects/myproject/a/index.ts :: Config file name: /user/username/projects/myproject/a/tsconfig.json -Info 4 [00:00:35.000] Creating configuration project /user/username/projects/myproject/a/tsconfig.json -Info 5 [00:00:36.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Config file -Info 6 [00:00:37.000] Config: /user/username/projects/myproject/a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/a +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/a/index.ts :: Config file name: /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/a/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/a/index.ts" ], @@ -71,10 +71,10 @@ Info 6 [00:00:37.000] Config: /user/username/projects/myproject/a/tsconfig.js } ] } -Info 7 [00:00:38.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a 1 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:39.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a 1 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:40.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/a/tsconfig.json -Info 10 [00:00:41.000] Config: /user/username/projects/myproject/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a 1 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a 1 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/b/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/b/helper.ts", "/user/username/projects/myproject/b/index.ts" @@ -86,20 +86,22 @@ Info 10 [00:00:41.000] Config: /user/username/projects/myproject/b/tsconfig.js "configFilePath": "/user/username/projects/myproject/b/tsconfig.json" } } -Info 11 [00:00:42.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Config file -Info 12 [00:00:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Config: /user/username/projects/myproject/b/tsconfig.json WatchType: Wild card directory -Info 13 [00:00:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Config: /user/username/projects/myproject/b/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:45.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:46.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:00:47.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/index.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:48.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Missing file -Info 18 [00:00:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots -Info 19 [00:00:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots -Info 20 [00:00:51.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots -Info 21 [00:00:52.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots -Info 22 [00:00:53.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:00:54.000] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) -Info 24 [00:00:55.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Config: /user/username/projects/myproject/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Config: /user/username/projects/myproject/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/index.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /user/username/projects/myproject/b/index.ts Text-1 "export class B {\n M() {}\n}" /user/username/projects/myproject/a/index.ts SVC-1-0 "import { B } from \"../b/lib\";\n\nconst b: B = new B();" @@ -109,17 +111,17 @@ Info 24 [00:00:55.000] Files (2) index.ts Matched by default include pattern '**/*' -Info 25 [00:00:56.000] ----------------------------------------------- -Info 26 [00:00:57.000] Search path: /user/username/projects/myproject/a -Info 27 [00:00:58.000] For info: /user/username/projects/myproject/a/tsconfig.json :: No config files found. -Info 28 [00:00:59.000] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) -Info 28 [00:01:00.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/a +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/a/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 28 [00:01:01.000] ----------------------------------------------- -Info 28 [00:01:02.000] Open files: -Info 28 [00:01:03.000] FileName: /user/username/projects/myproject/a/index.ts ProjectRootPath: undefined -Info 28 [00:01:04.000] Projects: /user/username/projects/myproject/a/tsconfig.json -Info 28 [00:01:05.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/a/index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -132,6 +134,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/a/tsconfig.json: *new* @@ -149,7 +153,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:06.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -158,20 +162,22 @@ Info 29 [00:01:06.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:07.000] Search path: /user/username/projects/myproject/b -Info 31 [00:01:08.000] For info: /user/username/projects/myproject/b/helper.ts :: Config file name: /user/username/projects/myproject/b/tsconfig.json -Info 32 [00:01:09.000] Creating configuration project /user/username/projects/myproject/b/tsconfig.json -Info 33 [00:01:10.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/b/tsconfig.json -Info 34 [00:01:11.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 0 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Failed Lookup Locations -Info 35 [00:01:12.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 0 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Failed Lookup Locations -Info 36 [00:01:13.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Missing file -Info 37 [00:01:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots -Info 38 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots -Info 39 [00:01:16.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots -Info 40 [00:01:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots -Info 41 [00:01:18.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 42 [00:01:19.000] Project '/user/username/projects/myproject/b/tsconfig.json' (Configured) -Info 43 [00:01:20.000] Files (2) +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/b +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/b/helper.ts :: Config file name: /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 0 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 0 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /user/username/projects/myproject/b/index.ts Text-1 "export class B {\n M() {}\n}" /user/username/projects/myproject/b/helper.ts SVC-1-0 "import { B } from \".\";\n\nconst b: B = new B();" @@ -182,23 +188,23 @@ Info 43 [00:01:20.000] Files (2) helper.ts Matched by default include pattern '**/*' -Info 44 [00:01:21.000] ----------------------------------------------- -Info 45 [00:01:22.000] Search path: /user/username/projects/myproject/b -Info 46 [00:01:23.000] For info: /user/username/projects/myproject/b/tsconfig.json :: No config files found. -Info 47 [00:01:24.000] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) -Info 47 [00:01:25.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/b +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/b/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 47 [00:01:26.000] ----------------------------------------------- -Info 47 [00:01:27.000] Project '/user/username/projects/myproject/b/tsconfig.json' (Configured) -Info 47 [00:01:28.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 47 [00:01:29.000] ----------------------------------------------- -Info 47 [00:01:30.000] Open files: -Info 47 [00:01:31.000] FileName: /user/username/projects/myproject/a/index.ts ProjectRootPath: undefined -Info 47 [00:01:32.000] Projects: /user/username/projects/myproject/a/tsconfig.json -Info 47 [00:01:33.000] FileName: /user/username/projects/myproject/b/helper.ts ProjectRootPath: undefined -Info 47 [00:01:34.000] Projects: /user/username/projects/myproject/b/tsconfig.json -Info 47 [00:01:35.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/a/index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/b/helper.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -211,6 +217,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/b/node_modules/@types: *new* {"pollingInterval":500} @@ -232,7 +240,7 @@ FsWatchesRecursive:: Before request -Info 48 [00:01:36.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "references", "arguments": { @@ -243,13 +251,13 @@ Info 48 [00:01:36.000] request: "seq": 3, "type": "request" } -Info 49 [00:01:37.000] Finding references to /user/username/projects/myproject/a/index.ts position 40 in project /user/username/projects/myproject/a/tsconfig.json -Info 50 [00:01:38.000] Search path: /user/username/projects/myproject/b -Info 51 [00:01:39.000] For info: /user/username/projects/myproject/b/index.ts :: Config file name: /user/username/projects/myproject/b/tsconfig.json -Info 52 [00:01:40.000] Search path: /user/username/projects/myproject/b -Info 53 [00:01:41.000] For info: /user/username/projects/myproject/b/index.ts :: Config file name: /user/username/projects/myproject/b/tsconfig.json -Info 54 [00:01:42.000] Finding references to /user/username/projects/myproject/b/index.ts position 13 in project /user/username/projects/myproject/b/tsconfig.json -Info 55 [00:01:43.000] response: +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/myproject/a/index.ts position 40 in project /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/b +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/b/index.ts :: Config file name: /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/b +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/b/index.ts :: Config file name: /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/myproject/b/index.ts position 13 in project /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "refs": [ diff --git a/tests/baselines/reference/tsserver/projectReferences/find-refs-to-decl-in-other-proj-when-proj-is-not-loaded-and-refd-proj-loading-is-disabled-and-proj-ref-redirects-are-disabled-and-a-decl-map-is-missing.js b/tests/baselines/reference/tsserver/projectReferences/find-refs-to-decl-in-other-proj-when-proj-is-not-loaded-and-refd-proj-loading-is-disabled-and-proj-ref-redirects-are-disabled-and-a-decl-map-is-missing.js index 7803feeda9665..b0d053abb07ee 100644 --- a/tests/baselines/reference/tsserver/projectReferences/find-refs-to-decl-in-other-proj-when-proj-is-not-loaded-and-refd-proj-loading-is-disabled-and-proj-ref-redirects-are-disabled-and-a-decl-map-is-missing.js +++ b/tests/baselines/reference/tsserver/projectReferences/find-refs-to-decl-in-other-proj-when-proj-is-not-loaded-and-refd-proj-loading-is-disabled-and-proj-ref-redirects-are-disabled-and-a-decl-map-is-missing.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:29.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/a/tsconfig.json] { @@ -38,7 +38,7 @@ export declare class B { //# sourceMappingURL=index.d.ts.map -Info 1 [00:00:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -47,11 +47,11 @@ Info 1 [00:00:30.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:31.000] Search path: /user/username/projects/myproject/a -Info 3 [00:00:32.000] For info: /user/username/projects/myproject/a/index.ts :: Config file name: /user/username/projects/myproject/a/tsconfig.json -Info 4 [00:00:33.000] Creating configuration project /user/username/projects/myproject/a/tsconfig.json -Info 5 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Config file -Info 6 [00:00:35.000] Config: /user/username/projects/myproject/a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/a +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/a/index.ts :: Config file name: /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/a/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/a/index.ts" ], @@ -68,10 +68,10 @@ Info 6 [00:00:35.000] Config: /user/username/projects/myproject/a/tsconfig.js } ] } -Info 7 [00:00:36.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a 1 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a 1 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:38.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/a/tsconfig.json -Info 10 [00:00:39.000] Config: /user/username/projects/myproject/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a 1 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a 1 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/b/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/b/helper.ts", "/user/username/projects/myproject/b/index.ts" @@ -83,20 +83,22 @@ Info 10 [00:00:39.000] Config: /user/username/projects/myproject/b/tsconfig.js "configFilePath": "/user/username/projects/myproject/b/tsconfig.json" } } -Info 11 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Config file -Info 12 [00:00:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Config: /user/username/projects/myproject/b/tsconfig.json WatchType: Wild card directory -Info 13 [00:00:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Config: /user/username/projects/myproject/b/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/lib/index.d.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:46.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Missing file -Info 18 [00:00:47.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots -Info 19 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots -Info 20 [00:00:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots -Info 21 [00:00:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots -Info 22 [00:00:51.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:00:52.000] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) -Info 24 [00:00:53.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Config: /user/username/projects/myproject/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Config: /user/username/projects/myproject/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/lib/index.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /user/username/projects/myproject/b/lib/index.d.ts Text-1 "export declare class B {\n M(): void;\n}\n//# sourceMappingURL=index.d.ts.map" /user/username/projects/myproject/a/index.ts SVC-1-0 "import { B } from \"../b/lib\";\n\nconst b: B = new B();" @@ -106,17 +108,17 @@ Info 24 [00:00:53.000] Files (2) index.ts Matched by default include pattern '**/*' -Info 25 [00:00:54.000] ----------------------------------------------- -Info 26 [00:00:55.000] Search path: /user/username/projects/myproject/a -Info 27 [00:00:56.000] For info: /user/username/projects/myproject/a/tsconfig.json :: No config files found. -Info 28 [00:00:57.000] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) -Info 28 [00:00:58.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/a +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/a/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 28 [00:00:59.000] ----------------------------------------------- -Info 28 [00:01:00.000] Open files: -Info 28 [00:01:01.000] FileName: /user/username/projects/myproject/a/index.ts ProjectRootPath: undefined -Info 28 [00:01:02.000] Projects: /user/username/projects/myproject/a/tsconfig.json -Info 28 [00:01:03.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/a/index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -129,6 +131,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/a/tsconfig.json: *new* @@ -146,7 +150,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "references", "arguments": { @@ -157,9 +161,9 @@ Info 29 [00:01:04.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:05.000] Finding references to /user/username/projects/myproject/a/index.ts position 40 in project /user/username/projects/myproject/a/tsconfig.json -Info 31 [00:01:06.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/lib/index.d.ts.map 2000 undefined WatchType: Missing source map file -Info 32 [00:01:07.000] response: +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/myproject/a/index.ts position 40 in project /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/lib/index.d.ts.map 2000 undefined WatchType: Missing source map file +Info seq [hh:mm:ss:mss] response: { "response": { "refs": [ @@ -247,6 +251,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/b/lib/index.d.ts.map: *new* {"pollingInterval":2000} diff --git a/tests/baselines/reference/tsserver/projectReferences/find-refs-to-decl-in-other-proj-when-proj-is-not-loaded-and-refd-proj-loading-is-disabled-and-proj-ref-redirects-are-disabled-and-a-decl-map-is-present.js b/tests/baselines/reference/tsserver/projectReferences/find-refs-to-decl-in-other-proj-when-proj-is-not-loaded-and-refd-proj-loading-is-disabled-and-proj-ref-redirects-are-disabled-and-a-decl-map-is-present.js index 2b93097e27fee..86a5bf53b7fa8 100644 --- a/tests/baselines/reference/tsserver/projectReferences/find-refs-to-decl-in-other-proj-when-proj-is-not-loaded-and-refd-proj-loading-is-disabled-and-proj-ref-redirects-are-disabled-and-a-decl-map-is-present.js +++ b/tests/baselines/reference/tsserver/projectReferences/find-refs-to-decl-in-other-proj-when-proj-is-not-loaded-and-refd-proj-loading-is-disabled-and-proj-ref-redirects-are-disabled-and-a-decl-map-is-present.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:31.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/a/tsconfig.json] { @@ -41,7 +41,7 @@ export declare class B { {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"AAAA,qBAAa,CAAC;IACV,CAAC;CACJ"} -Info 1 [00:00:32.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -50,11 +50,11 @@ Info 1 [00:00:32.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:33.000] Search path: /user/username/projects/myproject/a -Info 3 [00:00:34.000] For info: /user/username/projects/myproject/a/index.ts :: Config file name: /user/username/projects/myproject/a/tsconfig.json -Info 4 [00:00:35.000] Creating configuration project /user/username/projects/myproject/a/tsconfig.json -Info 5 [00:00:36.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Config file -Info 6 [00:00:37.000] Config: /user/username/projects/myproject/a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/a +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/a/index.ts :: Config file name: /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/a/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/a/index.ts" ], @@ -71,10 +71,10 @@ Info 6 [00:00:37.000] Config: /user/username/projects/myproject/a/tsconfig.js } ] } -Info 7 [00:00:38.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a 1 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:39.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a 1 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:40.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/a/tsconfig.json -Info 10 [00:00:41.000] Config: /user/username/projects/myproject/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a 1 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a 1 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/b/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/b/helper.ts", "/user/username/projects/myproject/b/index.ts" @@ -86,20 +86,22 @@ Info 10 [00:00:41.000] Config: /user/username/projects/myproject/b/tsconfig.js "configFilePath": "/user/username/projects/myproject/b/tsconfig.json" } } -Info 11 [00:00:42.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Config file -Info 12 [00:00:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Config: /user/username/projects/myproject/b/tsconfig.json WatchType: Wild card directory -Info 13 [00:00:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Config: /user/username/projects/myproject/b/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:45.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:46.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:00:47.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/lib/index.d.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:48.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Missing file -Info 18 [00:00:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots -Info 19 [00:00:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots -Info 20 [00:00:51.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots -Info 21 [00:00:52.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots -Info 22 [00:00:53.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:00:54.000] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) -Info 24 [00:00:55.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Config: /user/username/projects/myproject/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Config: /user/username/projects/myproject/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/lib/index.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /user/username/projects/myproject/b/lib/index.d.ts Text-1 "export declare class B {\n M(): void;\n}\n//# sourceMappingURL=index.d.ts.map" /user/username/projects/myproject/a/index.ts SVC-1-0 "import { B } from \"../b/lib\";\n\nconst b: B = new B();" @@ -109,17 +111,17 @@ Info 24 [00:00:55.000] Files (2) index.ts Matched by default include pattern '**/*' -Info 25 [00:00:56.000] ----------------------------------------------- -Info 26 [00:00:57.000] Search path: /user/username/projects/myproject/a -Info 27 [00:00:58.000] For info: /user/username/projects/myproject/a/tsconfig.json :: No config files found. -Info 28 [00:00:59.000] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) -Info 28 [00:01:00.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/a +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/a/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 28 [00:01:01.000] ----------------------------------------------- -Info 28 [00:01:02.000] Open files: -Info 28 [00:01:03.000] FileName: /user/username/projects/myproject/a/index.ts ProjectRootPath: undefined -Info 28 [00:01:04.000] Projects: /user/username/projects/myproject/a/tsconfig.json -Info 28 [00:01:05.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/a/index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -132,6 +134,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/a/tsconfig.json: *new* @@ -149,7 +153,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:06.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "references", "arguments": { @@ -160,14 +164,14 @@ Info 29 [00:01:06.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:07.000] Finding references to /user/username/projects/myproject/a/index.ts position 40 in project /user/username/projects/myproject/a/tsconfig.json -Info 31 [00:01:08.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/lib/index.d.ts.map 500 undefined WatchType: Closed Script info -Info 32 [00:01:09.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/index.ts 500 undefined WatchType: Closed Script info -Info 33 [00:01:10.000] Search path: /user/username/projects/myproject/b -Info 34 [00:01:11.000] For info: /user/username/projects/myproject/b/index.ts :: Config file name: /user/username/projects/myproject/b/tsconfig.json -Info 35 [00:01:12.000] Search path: /user/username/projects/myproject/b -Info 36 [00:01:13.000] For info: /user/username/projects/myproject/b/index.ts :: Config file name: /user/username/projects/myproject/b/tsconfig.json -Info 37 [00:01:14.000] response: +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/myproject/a/index.ts position 40 in project /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/lib/index.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/index.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/b +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/b/index.ts :: Config file name: /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/b +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/b/index.ts :: Config file name: /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "refs": [ @@ -255,6 +259,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/a/tsconfig.json: diff --git a/tests/baselines/reference/tsserver/projectReferences/find-refs-to-decl-in-other-proj-when-proj-is-not-loaded-and-refd-proj-loading-is-disabled-and-proj-ref-redirects-are-enabled-and-a-decl-map-is-missing.js b/tests/baselines/reference/tsserver/projectReferences/find-refs-to-decl-in-other-proj-when-proj-is-not-loaded-and-refd-proj-loading-is-disabled-and-proj-ref-redirects-are-enabled-and-a-decl-map-is-missing.js index 99c1472fa1d3b..8f049ca7eb370 100644 --- a/tests/baselines/reference/tsserver/projectReferences/find-refs-to-decl-in-other-proj-when-proj-is-not-loaded-and-refd-proj-loading-is-disabled-and-proj-ref-redirects-are-enabled-and-a-decl-map-is-missing.js +++ b/tests/baselines/reference/tsserver/projectReferences/find-refs-to-decl-in-other-proj-when-proj-is-not-loaded-and-refd-proj-loading-is-disabled-and-proj-ref-redirects-are-enabled-and-a-decl-map-is-missing.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:29.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/a/tsconfig.json] { @@ -38,7 +38,7 @@ export declare class B { //# sourceMappingURL=index.d.ts.map -Info 1 [00:00:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -47,11 +47,11 @@ Info 1 [00:00:30.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:31.000] Search path: /user/username/projects/myproject/a -Info 3 [00:00:32.000] For info: /user/username/projects/myproject/a/index.ts :: Config file name: /user/username/projects/myproject/a/tsconfig.json -Info 4 [00:00:33.000] Creating configuration project /user/username/projects/myproject/a/tsconfig.json -Info 5 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Config file -Info 6 [00:00:35.000] Config: /user/username/projects/myproject/a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/a +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/a/index.ts :: Config file name: /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/a/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/a/index.ts" ], @@ -68,10 +68,10 @@ Info 6 [00:00:35.000] Config: /user/username/projects/myproject/a/tsconfig.js } ] } -Info 7 [00:00:36.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a 1 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a 1 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:38.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/a/tsconfig.json -Info 10 [00:00:39.000] Config: /user/username/projects/myproject/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a 1 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a 1 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/b/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/b/helper.ts", "/user/username/projects/myproject/b/index.ts" @@ -83,20 +83,22 @@ Info 10 [00:00:39.000] Config: /user/username/projects/myproject/b/tsconfig.js "configFilePath": "/user/username/projects/myproject/b/tsconfig.json" } } -Info 11 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Config file -Info 12 [00:00:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Config: /user/username/projects/myproject/b/tsconfig.json WatchType: Wild card directory -Info 13 [00:00:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Config: /user/username/projects/myproject/b/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/index.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:46.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Missing file -Info 18 [00:00:47.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots -Info 19 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots -Info 20 [00:00:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots -Info 21 [00:00:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots -Info 22 [00:00:51.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:00:52.000] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) -Info 24 [00:00:53.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Config: /user/username/projects/myproject/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Config: /user/username/projects/myproject/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/index.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /user/username/projects/myproject/b/index.ts Text-1 "export class B {\n M() {}\n}" /user/username/projects/myproject/a/index.ts SVC-1-0 "import { B } from \"../b/lib\";\n\nconst b: B = new B();" @@ -106,17 +108,17 @@ Info 24 [00:00:53.000] Files (2) index.ts Matched by default include pattern '**/*' -Info 25 [00:00:54.000] ----------------------------------------------- -Info 26 [00:00:55.000] Search path: /user/username/projects/myproject/a -Info 27 [00:00:56.000] For info: /user/username/projects/myproject/a/tsconfig.json :: No config files found. -Info 28 [00:00:57.000] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) -Info 28 [00:00:58.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/a +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/a/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 28 [00:00:59.000] ----------------------------------------------- -Info 28 [00:01:00.000] Open files: -Info 28 [00:01:01.000] FileName: /user/username/projects/myproject/a/index.ts ProjectRootPath: undefined -Info 28 [00:01:02.000] Projects: /user/username/projects/myproject/a/tsconfig.json -Info 28 [00:01:03.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/a/index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -129,6 +131,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/a/tsconfig.json: *new* @@ -146,7 +150,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "references", "arguments": { @@ -157,12 +161,12 @@ Info 29 [00:01:04.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:05.000] Finding references to /user/username/projects/myproject/a/index.ts position 40 in project /user/username/projects/myproject/a/tsconfig.json -Info 31 [00:01:06.000] Search path: /user/username/projects/myproject/b -Info 32 [00:01:07.000] For info: /user/username/projects/myproject/b/index.ts :: Config file name: /user/username/projects/myproject/b/tsconfig.json -Info 33 [00:01:08.000] Search path: /user/username/projects/myproject/b -Info 34 [00:01:09.000] For info: /user/username/projects/myproject/b/index.ts :: Config file name: /user/username/projects/myproject/b/tsconfig.json -Info 35 [00:01:10.000] response: +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/myproject/a/index.ts position 40 in project /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/b +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/b/index.ts :: Config file name: /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/b +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/b/index.ts :: Config file name: /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "refs": [ diff --git a/tests/baselines/reference/tsserver/projectReferences/find-refs-to-decl-in-other-proj-when-proj-is-not-loaded-and-refd-proj-loading-is-disabled-and-proj-ref-redirects-are-enabled-and-a-decl-map-is-present.js b/tests/baselines/reference/tsserver/projectReferences/find-refs-to-decl-in-other-proj-when-proj-is-not-loaded-and-refd-proj-loading-is-disabled-and-proj-ref-redirects-are-enabled-and-a-decl-map-is-present.js index a4a9b2c173e3a..145ae95595ee1 100644 --- a/tests/baselines/reference/tsserver/projectReferences/find-refs-to-decl-in-other-proj-when-proj-is-not-loaded-and-refd-proj-loading-is-disabled-and-proj-ref-redirects-are-enabled-and-a-decl-map-is-present.js +++ b/tests/baselines/reference/tsserver/projectReferences/find-refs-to-decl-in-other-proj-when-proj-is-not-loaded-and-refd-proj-loading-is-disabled-and-proj-ref-redirects-are-enabled-and-a-decl-map-is-present.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:31.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/a/tsconfig.json] { @@ -41,7 +41,7 @@ export declare class B { {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"AAAA,qBAAa,CAAC;IACV,CAAC;CACJ"} -Info 1 [00:00:32.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -50,11 +50,11 @@ Info 1 [00:00:32.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:33.000] Search path: /user/username/projects/myproject/a -Info 3 [00:00:34.000] For info: /user/username/projects/myproject/a/index.ts :: Config file name: /user/username/projects/myproject/a/tsconfig.json -Info 4 [00:00:35.000] Creating configuration project /user/username/projects/myproject/a/tsconfig.json -Info 5 [00:00:36.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Config file -Info 6 [00:00:37.000] Config: /user/username/projects/myproject/a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/a +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/a/index.ts :: Config file name: /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/a/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/a/index.ts" ], @@ -71,10 +71,10 @@ Info 6 [00:00:37.000] Config: /user/username/projects/myproject/a/tsconfig.js } ] } -Info 7 [00:00:38.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a 1 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:39.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a 1 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:40.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/a/tsconfig.json -Info 10 [00:00:41.000] Config: /user/username/projects/myproject/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a 1 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a 1 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/b/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/b/helper.ts", "/user/username/projects/myproject/b/index.ts" @@ -86,20 +86,22 @@ Info 10 [00:00:41.000] Config: /user/username/projects/myproject/b/tsconfig.js "configFilePath": "/user/username/projects/myproject/b/tsconfig.json" } } -Info 11 [00:00:42.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Config file -Info 12 [00:00:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Config: /user/username/projects/myproject/b/tsconfig.json WatchType: Wild card directory -Info 13 [00:00:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Config: /user/username/projects/myproject/b/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:45.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:46.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:00:47.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/index.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:48.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Missing file -Info 18 [00:00:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots -Info 19 [00:00:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots -Info 20 [00:00:51.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots -Info 21 [00:00:52.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots -Info 22 [00:00:53.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:00:54.000] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) -Info 24 [00:00:55.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Config: /user/username/projects/myproject/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Config: /user/username/projects/myproject/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/index.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /user/username/projects/myproject/b/index.ts Text-1 "export class B {\n M() {}\n}" /user/username/projects/myproject/a/index.ts SVC-1-0 "import { B } from \"../b/lib\";\n\nconst b: B = new B();" @@ -109,17 +111,17 @@ Info 24 [00:00:55.000] Files (2) index.ts Matched by default include pattern '**/*' -Info 25 [00:00:56.000] ----------------------------------------------- -Info 26 [00:00:57.000] Search path: /user/username/projects/myproject/a -Info 27 [00:00:58.000] For info: /user/username/projects/myproject/a/tsconfig.json :: No config files found. -Info 28 [00:00:59.000] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) -Info 28 [00:01:00.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/a +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/a/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 28 [00:01:01.000] ----------------------------------------------- -Info 28 [00:01:02.000] Open files: -Info 28 [00:01:03.000] FileName: /user/username/projects/myproject/a/index.ts ProjectRootPath: undefined -Info 28 [00:01:04.000] Projects: /user/username/projects/myproject/a/tsconfig.json -Info 28 [00:01:05.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/a/index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -132,6 +134,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/a/tsconfig.json: *new* @@ -149,7 +153,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:06.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "references", "arguments": { @@ -160,12 +164,12 @@ Info 29 [00:01:06.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:07.000] Finding references to /user/username/projects/myproject/a/index.ts position 40 in project /user/username/projects/myproject/a/tsconfig.json -Info 31 [00:01:08.000] Search path: /user/username/projects/myproject/b -Info 32 [00:01:09.000] For info: /user/username/projects/myproject/b/index.ts :: Config file name: /user/username/projects/myproject/b/tsconfig.json -Info 33 [00:01:10.000] Search path: /user/username/projects/myproject/b -Info 34 [00:01:11.000] For info: /user/username/projects/myproject/b/index.ts :: Config file name: /user/username/projects/myproject/b/tsconfig.json -Info 35 [00:01:12.000] response: +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/myproject/a/index.ts position 40 in project /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/b +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/b/index.ts :: Config file name: /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/b +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/b/index.ts :: Config file name: /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "refs": [ diff --git a/tests/baselines/reference/tsserver/projectReferences/find-refs-to-decl-in-other-proj-when-proj-is-not-loaded-and-refd-proj-loading-is-enabled-and-proj-ref-redirects-are-disabled-and-a-decl-map-is-missing.js b/tests/baselines/reference/tsserver/projectReferences/find-refs-to-decl-in-other-proj-when-proj-is-not-loaded-and-refd-proj-loading-is-enabled-and-proj-ref-redirects-are-disabled-and-a-decl-map-is-missing.js index 56340531796f4..bc75b33e25bcf 100644 --- a/tests/baselines/reference/tsserver/projectReferences/find-refs-to-decl-in-other-proj-when-proj-is-not-loaded-and-refd-proj-loading-is-enabled-and-proj-ref-redirects-are-disabled-and-a-decl-map-is-missing.js +++ b/tests/baselines/reference/tsserver/projectReferences/find-refs-to-decl-in-other-proj-when-proj-is-not-loaded-and-refd-proj-loading-is-enabled-and-proj-ref-redirects-are-disabled-and-a-decl-map-is-missing.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:29.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/a/tsconfig.json] { @@ -38,7 +38,7 @@ export declare class B { //# sourceMappingURL=index.d.ts.map -Info 1 [00:00:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -47,11 +47,11 @@ Info 1 [00:00:30.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:31.000] Search path: /user/username/projects/myproject/a -Info 3 [00:00:32.000] For info: /user/username/projects/myproject/a/index.ts :: Config file name: /user/username/projects/myproject/a/tsconfig.json -Info 4 [00:00:33.000] Creating configuration project /user/username/projects/myproject/a/tsconfig.json -Info 5 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Config file -Info 6 [00:00:35.000] Config: /user/username/projects/myproject/a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/a +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/a/index.ts :: Config file name: /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/a/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/a/index.ts" ], @@ -68,10 +68,10 @@ Info 6 [00:00:35.000] Config: /user/username/projects/myproject/a/tsconfig.js } ] } -Info 7 [00:00:36.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a 1 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a 1 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:38.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/a/tsconfig.json -Info 10 [00:00:39.000] Config: /user/username/projects/myproject/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a 1 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a 1 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/b/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/b/helper.ts", "/user/username/projects/myproject/b/index.ts" @@ -83,20 +83,22 @@ Info 10 [00:00:39.000] Config: /user/username/projects/myproject/b/tsconfig.js "configFilePath": "/user/username/projects/myproject/b/tsconfig.json" } } -Info 11 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Config file -Info 12 [00:00:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Config: /user/username/projects/myproject/b/tsconfig.json WatchType: Wild card directory -Info 13 [00:00:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Config: /user/username/projects/myproject/b/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/lib/index.d.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:46.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Missing file -Info 18 [00:00:47.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots -Info 19 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots -Info 20 [00:00:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots -Info 21 [00:00:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots -Info 22 [00:00:51.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:00:52.000] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) -Info 24 [00:00:53.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Config: /user/username/projects/myproject/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Config: /user/username/projects/myproject/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/lib/index.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /user/username/projects/myproject/b/lib/index.d.ts Text-1 "export declare class B {\n M(): void;\n}\n//# sourceMappingURL=index.d.ts.map" /user/username/projects/myproject/a/index.ts SVC-1-0 "import { B } from \"../b/lib\";\n\nconst b: B = new B();" @@ -106,17 +108,17 @@ Info 24 [00:00:53.000] Files (2) index.ts Matched by default include pattern '**/*' -Info 25 [00:00:54.000] ----------------------------------------------- -Info 26 [00:00:55.000] Search path: /user/username/projects/myproject/a -Info 27 [00:00:56.000] For info: /user/username/projects/myproject/a/tsconfig.json :: No config files found. -Info 28 [00:00:57.000] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) -Info 28 [00:00:58.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/a +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/a/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 28 [00:00:59.000] ----------------------------------------------- -Info 28 [00:01:00.000] Open files: -Info 28 [00:01:01.000] FileName: /user/username/projects/myproject/a/index.ts ProjectRootPath: undefined -Info 28 [00:01:02.000] Projects: /user/username/projects/myproject/a/tsconfig.json -Info 28 [00:01:03.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/a/index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -129,6 +131,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/a/tsconfig.json: *new* @@ -146,7 +150,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "references", "arguments": { @@ -157,9 +161,9 @@ Info 29 [00:01:04.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:05.000] Finding references to /user/username/projects/myproject/a/index.ts position 40 in project /user/username/projects/myproject/a/tsconfig.json -Info 31 [00:01:06.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/lib/index.d.ts.map 2000 undefined WatchType: Missing source map file -Info 32 [00:01:07.000] response: +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/myproject/a/index.ts position 40 in project /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/lib/index.d.ts.map 2000 undefined WatchType: Missing source map file +Info seq [hh:mm:ss:mss] response: { "response": { "refs": [ @@ -247,6 +251,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/b/lib/index.d.ts.map: *new* {"pollingInterval":2000} diff --git a/tests/baselines/reference/tsserver/projectReferences/find-refs-to-decl-in-other-proj-when-proj-is-not-loaded-and-refd-proj-loading-is-enabled-and-proj-ref-redirects-are-disabled-and-a-decl-map-is-present.js b/tests/baselines/reference/tsserver/projectReferences/find-refs-to-decl-in-other-proj-when-proj-is-not-loaded-and-refd-proj-loading-is-enabled-and-proj-ref-redirects-are-disabled-and-a-decl-map-is-present.js index c0dbd57ac505f..d569d6b59ca9d 100644 --- a/tests/baselines/reference/tsserver/projectReferences/find-refs-to-decl-in-other-proj-when-proj-is-not-loaded-and-refd-proj-loading-is-enabled-and-proj-ref-redirects-are-disabled-and-a-decl-map-is-present.js +++ b/tests/baselines/reference/tsserver/projectReferences/find-refs-to-decl-in-other-proj-when-proj-is-not-loaded-and-refd-proj-loading-is-enabled-and-proj-ref-redirects-are-disabled-and-a-decl-map-is-present.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:31.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/a/tsconfig.json] { @@ -41,7 +41,7 @@ export declare class B { {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"AAAA,qBAAa,CAAC;IACV,CAAC;CACJ"} -Info 1 [00:00:32.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -50,11 +50,11 @@ Info 1 [00:00:32.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:33.000] Search path: /user/username/projects/myproject/a -Info 3 [00:00:34.000] For info: /user/username/projects/myproject/a/index.ts :: Config file name: /user/username/projects/myproject/a/tsconfig.json -Info 4 [00:00:35.000] Creating configuration project /user/username/projects/myproject/a/tsconfig.json -Info 5 [00:00:36.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Config file -Info 6 [00:00:37.000] Config: /user/username/projects/myproject/a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/a +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/a/index.ts :: Config file name: /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/a/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/a/index.ts" ], @@ -71,10 +71,10 @@ Info 6 [00:00:37.000] Config: /user/username/projects/myproject/a/tsconfig.js } ] } -Info 7 [00:00:38.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a 1 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:39.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a 1 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:40.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/a/tsconfig.json -Info 10 [00:00:41.000] Config: /user/username/projects/myproject/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a 1 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a 1 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/b/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/b/helper.ts", "/user/username/projects/myproject/b/index.ts" @@ -86,20 +86,22 @@ Info 10 [00:00:41.000] Config: /user/username/projects/myproject/b/tsconfig.js "configFilePath": "/user/username/projects/myproject/b/tsconfig.json" } } -Info 11 [00:00:42.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Config file -Info 12 [00:00:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Config: /user/username/projects/myproject/b/tsconfig.json WatchType: Wild card directory -Info 13 [00:00:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Config: /user/username/projects/myproject/b/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:45.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:46.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:00:47.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/lib/index.d.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:48.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Missing file -Info 18 [00:00:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots -Info 19 [00:00:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots -Info 20 [00:00:51.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots -Info 21 [00:00:52.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots -Info 22 [00:00:53.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:00:54.000] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) -Info 24 [00:00:55.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Config: /user/username/projects/myproject/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Config: /user/username/projects/myproject/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/lib/index.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /user/username/projects/myproject/b/lib/index.d.ts Text-1 "export declare class B {\n M(): void;\n}\n//# sourceMappingURL=index.d.ts.map" /user/username/projects/myproject/a/index.ts SVC-1-0 "import { B } from \"../b/lib\";\n\nconst b: B = new B();" @@ -109,17 +111,17 @@ Info 24 [00:00:55.000] Files (2) index.ts Matched by default include pattern '**/*' -Info 25 [00:00:56.000] ----------------------------------------------- -Info 26 [00:00:57.000] Search path: /user/username/projects/myproject/a -Info 27 [00:00:58.000] For info: /user/username/projects/myproject/a/tsconfig.json :: No config files found. -Info 28 [00:00:59.000] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) -Info 28 [00:01:00.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/a +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/a/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 28 [00:01:01.000] ----------------------------------------------- -Info 28 [00:01:02.000] Open files: -Info 28 [00:01:03.000] FileName: /user/username/projects/myproject/a/index.ts ProjectRootPath: undefined -Info 28 [00:01:04.000] Projects: /user/username/projects/myproject/a/tsconfig.json -Info 28 [00:01:05.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/a/index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -132,6 +134,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/a/tsconfig.json: *new* @@ -149,7 +153,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:06.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "references", "arguments": { @@ -160,24 +164,26 @@ Info 29 [00:01:06.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:07.000] Finding references to /user/username/projects/myproject/a/index.ts position 40 in project /user/username/projects/myproject/a/tsconfig.json -Info 31 [00:01:08.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/lib/index.d.ts.map 500 undefined WatchType: Closed Script info -Info 32 [00:01:09.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/index.ts 500 undefined WatchType: Closed Script info -Info 33 [00:01:10.000] Search path: /user/username/projects/myproject/b -Info 34 [00:01:11.000] For info: /user/username/projects/myproject/b/index.ts :: Config file name: /user/username/projects/myproject/b/tsconfig.json -Info 35 [00:01:12.000] Creating configuration project /user/username/projects/myproject/b/tsconfig.json -Info 36 [00:01:13.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/helper.ts 500 undefined WatchType: Closed Script info -Info 37 [00:01:14.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/b/tsconfig.json -Info 38 [00:01:15.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 0 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Failed Lookup Locations -Info 39 [00:01:16.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 0 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Failed Lookup Locations -Info 40 [00:01:17.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Missing file -Info 41 [00:01:18.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots -Info 42 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots -Info 43 [00:01:20.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots -Info 44 [00:01:21.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots -Info 45 [00:01:22.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 46 [00:01:23.000] Project '/user/username/projects/myproject/b/tsconfig.json' (Configured) -Info 47 [00:01:24.000] Files (2) +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/myproject/a/index.ts position 40 in project /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/lib/index.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/index.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/b +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/b/index.ts :: Config file name: /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/helper.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 0 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 0 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /user/username/projects/myproject/b/index.ts Text-1 "export class B {\n M() {}\n}" /user/username/projects/myproject/b/helper.ts Text-1 "import { B } from \".\";\n\nconst b: B = new B();" @@ -188,11 +194,11 @@ Info 47 [00:01:24.000] Files (2) helper.ts Matched by default include pattern '**/*' -Info 48 [00:01:25.000] ----------------------------------------------- -Info 49 [00:01:26.000] Search path: /user/username/projects/myproject/b -Info 50 [00:01:27.000] For info: /user/username/projects/myproject/b/index.ts :: Config file name: /user/username/projects/myproject/b/tsconfig.json -Info 51 [00:01:28.000] Finding references to /user/username/projects/myproject/b/index.ts position 13 in project /user/username/projects/myproject/b/tsconfig.json -Info 52 [00:01:29.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/b +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/b/index.ts :: Config file name: /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/myproject/b/index.ts position 13 in project /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "refs": [ @@ -327,6 +333,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/b/node_modules/@types: *new* {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/projectReferences/find-refs-to-decl-in-other-proj-when-proj-is-not-loaded-and-refd-proj-loading-is-enabled-and-proj-ref-redirects-are-enabled-and-a-decl-map-is-missing.js b/tests/baselines/reference/tsserver/projectReferences/find-refs-to-decl-in-other-proj-when-proj-is-not-loaded-and-refd-proj-loading-is-enabled-and-proj-ref-redirects-are-enabled-and-a-decl-map-is-missing.js index da79621e552ac..9a96537c70989 100644 --- a/tests/baselines/reference/tsserver/projectReferences/find-refs-to-decl-in-other-proj-when-proj-is-not-loaded-and-refd-proj-loading-is-enabled-and-proj-ref-redirects-are-enabled-and-a-decl-map-is-missing.js +++ b/tests/baselines/reference/tsserver/projectReferences/find-refs-to-decl-in-other-proj-when-proj-is-not-loaded-and-refd-proj-loading-is-enabled-and-proj-ref-redirects-are-enabled-and-a-decl-map-is-missing.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:29.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/a/tsconfig.json] { @@ -38,7 +38,7 @@ export declare class B { //# sourceMappingURL=index.d.ts.map -Info 1 [00:00:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -47,11 +47,11 @@ Info 1 [00:00:30.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:31.000] Search path: /user/username/projects/myproject/a -Info 3 [00:00:32.000] For info: /user/username/projects/myproject/a/index.ts :: Config file name: /user/username/projects/myproject/a/tsconfig.json -Info 4 [00:00:33.000] Creating configuration project /user/username/projects/myproject/a/tsconfig.json -Info 5 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Config file -Info 6 [00:00:35.000] Config: /user/username/projects/myproject/a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/a +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/a/index.ts :: Config file name: /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/a/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/a/index.ts" ], @@ -68,10 +68,10 @@ Info 6 [00:00:35.000] Config: /user/username/projects/myproject/a/tsconfig.js } ] } -Info 7 [00:00:36.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a 1 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a 1 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:38.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/a/tsconfig.json -Info 10 [00:00:39.000] Config: /user/username/projects/myproject/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a 1 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a 1 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/b/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/b/helper.ts", "/user/username/projects/myproject/b/index.ts" @@ -83,20 +83,22 @@ Info 10 [00:00:39.000] Config: /user/username/projects/myproject/b/tsconfig.js "configFilePath": "/user/username/projects/myproject/b/tsconfig.json" } } -Info 11 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Config file -Info 12 [00:00:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Config: /user/username/projects/myproject/b/tsconfig.json WatchType: Wild card directory -Info 13 [00:00:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Config: /user/username/projects/myproject/b/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/index.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:46.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Missing file -Info 18 [00:00:47.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots -Info 19 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots -Info 20 [00:00:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots -Info 21 [00:00:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots -Info 22 [00:00:51.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:00:52.000] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) -Info 24 [00:00:53.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Config: /user/username/projects/myproject/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Config: /user/username/projects/myproject/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/index.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /user/username/projects/myproject/b/index.ts Text-1 "export class B {\n M() {}\n}" /user/username/projects/myproject/a/index.ts SVC-1-0 "import { B } from \"../b/lib\";\n\nconst b: B = new B();" @@ -106,17 +108,17 @@ Info 24 [00:00:53.000] Files (2) index.ts Matched by default include pattern '**/*' -Info 25 [00:00:54.000] ----------------------------------------------- -Info 26 [00:00:55.000] Search path: /user/username/projects/myproject/a -Info 27 [00:00:56.000] For info: /user/username/projects/myproject/a/tsconfig.json :: No config files found. -Info 28 [00:00:57.000] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) -Info 28 [00:00:58.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/a +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/a/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 28 [00:00:59.000] ----------------------------------------------- -Info 28 [00:01:00.000] Open files: -Info 28 [00:01:01.000] FileName: /user/username/projects/myproject/a/index.ts ProjectRootPath: undefined -Info 28 [00:01:02.000] Projects: /user/username/projects/myproject/a/tsconfig.json -Info 28 [00:01:03.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/a/index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -129,6 +131,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/a/tsconfig.json: *new* @@ -146,7 +150,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "references", "arguments": { @@ -157,22 +161,24 @@ Info 29 [00:01:04.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:05.000] Finding references to /user/username/projects/myproject/a/index.ts position 40 in project /user/username/projects/myproject/a/tsconfig.json -Info 31 [00:01:06.000] Search path: /user/username/projects/myproject/b -Info 32 [00:01:07.000] For info: /user/username/projects/myproject/b/index.ts :: Config file name: /user/username/projects/myproject/b/tsconfig.json -Info 33 [00:01:08.000] Creating configuration project /user/username/projects/myproject/b/tsconfig.json -Info 34 [00:01:09.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/helper.ts 500 undefined WatchType: Closed Script info -Info 35 [00:01:10.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/b/tsconfig.json -Info 36 [00:01:11.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 0 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Failed Lookup Locations -Info 37 [00:01:12.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 0 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Failed Lookup Locations -Info 38 [00:01:13.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Missing file -Info 39 [00:01:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots -Info 40 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots -Info 41 [00:01:16.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots -Info 42 [00:01:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots -Info 43 [00:01:18.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 44 [00:01:19.000] Project '/user/username/projects/myproject/b/tsconfig.json' (Configured) -Info 45 [00:01:20.000] Files (2) +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/myproject/a/index.ts position 40 in project /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/b +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/b/index.ts :: Config file name: /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/helper.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 0 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 0 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /user/username/projects/myproject/b/index.ts Text-1 "export class B {\n M() {}\n}" /user/username/projects/myproject/b/helper.ts Text-1 "import { B } from \".\";\n\nconst b: B = new B();" @@ -183,11 +189,11 @@ Info 45 [00:01:20.000] Files (2) helper.ts Matched by default include pattern '**/*' -Info 46 [00:01:21.000] ----------------------------------------------- -Info 47 [00:01:22.000] Search path: /user/username/projects/myproject/b -Info 48 [00:01:23.000] For info: /user/username/projects/myproject/b/index.ts :: Config file name: /user/username/projects/myproject/b/tsconfig.json -Info 49 [00:01:24.000] Finding references to /user/username/projects/myproject/b/index.ts position 13 in project /user/username/projects/myproject/b/tsconfig.json -Info 50 [00:01:25.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/b +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/b/index.ts :: Config file name: /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/myproject/b/index.ts position 13 in project /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "refs": [ @@ -322,6 +328,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/b/node_modules/@types: *new* {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/projectReferences/find-refs-to-decl-in-other-proj-when-proj-is-not-loaded-and-refd-proj-loading-is-enabled-and-proj-ref-redirects-are-enabled-and-a-decl-map-is-present.js b/tests/baselines/reference/tsserver/projectReferences/find-refs-to-decl-in-other-proj-when-proj-is-not-loaded-and-refd-proj-loading-is-enabled-and-proj-ref-redirects-are-enabled-and-a-decl-map-is-present.js index ced86bb6ff677..d3a501402ce91 100644 --- a/tests/baselines/reference/tsserver/projectReferences/find-refs-to-decl-in-other-proj-when-proj-is-not-loaded-and-refd-proj-loading-is-enabled-and-proj-ref-redirects-are-enabled-and-a-decl-map-is-present.js +++ b/tests/baselines/reference/tsserver/projectReferences/find-refs-to-decl-in-other-proj-when-proj-is-not-loaded-and-refd-proj-loading-is-enabled-and-proj-ref-redirects-are-enabled-and-a-decl-map-is-present.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:31.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/a/tsconfig.json] { @@ -41,7 +41,7 @@ export declare class B { {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"AAAA,qBAAa,CAAC;IACV,CAAC;CACJ"} -Info 1 [00:00:32.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -50,11 +50,11 @@ Info 1 [00:00:32.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:33.000] Search path: /user/username/projects/myproject/a -Info 3 [00:00:34.000] For info: /user/username/projects/myproject/a/index.ts :: Config file name: /user/username/projects/myproject/a/tsconfig.json -Info 4 [00:00:35.000] Creating configuration project /user/username/projects/myproject/a/tsconfig.json -Info 5 [00:00:36.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Config file -Info 6 [00:00:37.000] Config: /user/username/projects/myproject/a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/a +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/a/index.ts :: Config file name: /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/a/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/a/index.ts" ], @@ -71,10 +71,10 @@ Info 6 [00:00:37.000] Config: /user/username/projects/myproject/a/tsconfig.js } ] } -Info 7 [00:00:38.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a 1 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:39.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a 1 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:40.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/a/tsconfig.json -Info 10 [00:00:41.000] Config: /user/username/projects/myproject/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a 1 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a 1 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/b/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/b/helper.ts", "/user/username/projects/myproject/b/index.ts" @@ -86,20 +86,22 @@ Info 10 [00:00:41.000] Config: /user/username/projects/myproject/b/tsconfig.js "configFilePath": "/user/username/projects/myproject/b/tsconfig.json" } } -Info 11 [00:00:42.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Config file -Info 12 [00:00:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Config: /user/username/projects/myproject/b/tsconfig.json WatchType: Wild card directory -Info 13 [00:00:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Config: /user/username/projects/myproject/b/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:45.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:46.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:00:47.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/index.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:48.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Missing file -Info 18 [00:00:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots -Info 19 [00:00:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots -Info 20 [00:00:51.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots -Info 21 [00:00:52.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots -Info 22 [00:00:53.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:00:54.000] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) -Info 24 [00:00:55.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Config: /user/username/projects/myproject/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Config: /user/username/projects/myproject/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/index.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /user/username/projects/myproject/b/index.ts Text-1 "export class B {\n M() {}\n}" /user/username/projects/myproject/a/index.ts SVC-1-0 "import { B } from \"../b/lib\";\n\nconst b: B = new B();" @@ -109,17 +111,17 @@ Info 24 [00:00:55.000] Files (2) index.ts Matched by default include pattern '**/*' -Info 25 [00:00:56.000] ----------------------------------------------- -Info 26 [00:00:57.000] Search path: /user/username/projects/myproject/a -Info 27 [00:00:58.000] For info: /user/username/projects/myproject/a/tsconfig.json :: No config files found. -Info 28 [00:00:59.000] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) -Info 28 [00:01:00.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/a +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/a/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 28 [00:01:01.000] ----------------------------------------------- -Info 28 [00:01:02.000] Open files: -Info 28 [00:01:03.000] FileName: /user/username/projects/myproject/a/index.ts ProjectRootPath: undefined -Info 28 [00:01:04.000] Projects: /user/username/projects/myproject/a/tsconfig.json -Info 28 [00:01:05.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/a/index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -132,6 +134,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/a/tsconfig.json: *new* @@ -149,7 +153,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:06.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "references", "arguments": { @@ -160,22 +164,24 @@ Info 29 [00:01:06.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:07.000] Finding references to /user/username/projects/myproject/a/index.ts position 40 in project /user/username/projects/myproject/a/tsconfig.json -Info 31 [00:01:08.000] Search path: /user/username/projects/myproject/b -Info 32 [00:01:09.000] For info: /user/username/projects/myproject/b/index.ts :: Config file name: /user/username/projects/myproject/b/tsconfig.json -Info 33 [00:01:10.000] Creating configuration project /user/username/projects/myproject/b/tsconfig.json -Info 34 [00:01:11.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/helper.ts 500 undefined WatchType: Closed Script info -Info 35 [00:01:12.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/b/tsconfig.json -Info 36 [00:01:13.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 0 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Failed Lookup Locations -Info 37 [00:01:14.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 0 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Failed Lookup Locations -Info 38 [00:01:15.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Missing file -Info 39 [00:01:16.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots -Info 40 [00:01:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots -Info 41 [00:01:18.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots -Info 42 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots -Info 43 [00:01:20.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 44 [00:01:21.000] Project '/user/username/projects/myproject/b/tsconfig.json' (Configured) -Info 45 [00:01:22.000] Files (2) +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/myproject/a/index.ts position 40 in project /user/username/projects/myproject/a/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/b +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/b/index.ts :: Config file name: /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/helper.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 0 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b 0 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /user/username/projects/myproject/b/index.ts Text-1 "export class B {\n M() {}\n}" /user/username/projects/myproject/b/helper.ts Text-1 "import { B } from \".\";\n\nconst b: B = new B();" @@ -186,11 +192,11 @@ Info 45 [00:01:22.000] Files (2) helper.ts Matched by default include pattern '**/*' -Info 46 [00:01:23.000] ----------------------------------------------- -Info 47 [00:01:24.000] Search path: /user/username/projects/myproject/b -Info 48 [00:01:25.000] For info: /user/username/projects/myproject/b/index.ts :: Config file name: /user/username/projects/myproject/b/tsconfig.json -Info 49 [00:01:26.000] Finding references to /user/username/projects/myproject/b/index.ts position 13 in project /user/username/projects/myproject/b/tsconfig.json -Info 50 [00:01:27.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/b +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/b/index.ts :: Config file name: /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/myproject/b/index.ts position 13 in project /user/username/projects/myproject/b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "refs": [ @@ -325,6 +331,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/b/node_modules/@types: *new* {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/projectReferences/finding-local-reference-doesnt-load-ancestor/sibling-projects.js b/tests/baselines/reference/tsserver/projectReferences/finding-local-reference-doesnt-load-ancestor/sibling-projects.js index 0b617ea306de7..07040c2fa0094 100644 --- a/tests/baselines/reference/tsserver/projectReferences/finding-local-reference-doesnt-load-ancestor/sibling-projects.js +++ b/tests/baselines/reference/tsserver/projectReferences/finding-local-reference-doesnt-load-ancestor/sibling-projects.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:34.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/lib/lib.d.ts] /// @@ -47,7 +47,7 @@ interface Array { length: number; [n: number]: T; } } -Info 1 [00:00:35.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -56,11 +56,11 @@ Info 1 [00:00:35.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:36.000] Search path: /user/username/projects/solution/compiler -Info 3 [00:00:37.000] For info: /user/username/projects/solution/compiler/program.ts :: Config file name: /user/username/projects/solution/compiler/tsconfig.json -Info 4 [00:00:38.000] Creating configuration project /user/username/projects/solution/compiler/tsconfig.json -Info 5 [00:00:39.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/compiler/tsconfig.json 2000 undefined Project: /user/username/projects/solution/compiler/tsconfig.json WatchType: Config file -Info 6 [00:00:40.000] Config: /user/username/projects/solution/compiler/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/solution/compiler +Info seq [hh:mm:ss:mss] For info: /user/username/projects/solution/compiler/program.ts :: Config file name: /user/username/projects/solution/compiler/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/solution/compiler/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/compiler/tsconfig.json 2000 undefined Project: /user/username/projects/solution/compiler/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/solution/compiler/tsconfig.json : { "rootNames": [ "/user/username/projects/solution/compiler/types.ts", "/user/username/projects/solution/compiler/program.ts" @@ -71,16 +71,18 @@ Info 6 [00:00:40.000] Config: /user/username/projects/solution/compiler/tscon "configFilePath": "/user/username/projects/solution/compiler/tsconfig.json" } } -Info 7 [00:00:41.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/compiler/types.ts 500 undefined WatchType: Closed Script info -Info 8 [00:00:42.000] Starting updateGraphWorker: Project: /user/username/projects/solution/compiler/tsconfig.json -Info 9 [00:00:43.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:44.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/compiler/node_modules/@types 1 undefined Project: /user/username/projects/solution/compiler/tsconfig.json WatchType: Type roots -Info 11 [00:00:45.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/compiler/node_modules/@types 1 undefined Project: /user/username/projects/solution/compiler/tsconfig.json WatchType: Type roots -Info 12 [00:00:46.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/compiler/tsconfig.json WatchType: Type roots -Info 13 [00:00:47.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/compiler/tsconfig.json WatchType: Type roots -Info 14 [00:00:48.000] Finishing updateGraphWorker: Project: /user/username/projects/solution/compiler/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:49.000] Project '/user/username/projects/solution/compiler/tsconfig.json' (Configured) -Info 16 [00:00:50.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/compiler/types.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/solution/compiler/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/compiler/node_modules/@types 1 undefined Project: /user/username/projects/solution/compiler/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/compiler/node_modules/@types 1 undefined Project: /user/username/projects/solution/compiler/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/compiler/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/compiler/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/solution/compiler/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/solution/compiler/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/solution/compiler/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/solution/compiler/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/solution/compiler/types.ts Text-1 "\n namespace ts {\n export interface Program {\n getSourceFiles(): string[];\n }\n }" /user/username/projects/solution/compiler/program.ts SVC-1-0 "\n namespace ts {\n export const program: Program = {\n getSourceFiles: () => [getSourceFile()]\n };\n function getSourceFile() { return \"something\"; }\n }" @@ -93,25 +95,25 @@ Info 16 [00:00:50.000] Files (3) program.ts Part of 'files' list in tsconfig.json -Info 17 [00:00:51.000] ----------------------------------------------- -Info 18 [00:00:52.000] Search path: /user/username/projects/solution/compiler -Info 19 [00:00:53.000] For info: /user/username/projects/solution/compiler/tsconfig.json :: Config file name: /user/username/projects/solution/tsconfig.json -Info 20 [00:00:54.000] Creating configuration project /user/username/projects/solution/tsconfig.json -Info 21 [00:00:55.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/tsconfig.json 2000 undefined Project: /user/username/projects/solution/tsconfig.json WatchType: Config file -Info 22 [00:00:56.000] Search path: /user/username/projects/solution -Info 23 [00:00:57.000] For info: /user/username/projects/solution/tsconfig.json :: No config files found. -Info 24 [00:00:58.000] Project '/user/username/projects/solution/compiler/tsconfig.json' (Configured) -Info 24 [00:00:59.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/solution/compiler +Info seq [hh:mm:ss:mss] For info: /user/username/projects/solution/compiler/tsconfig.json :: Config file name: /user/username/projects/solution/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/solution/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/tsconfig.json 2000 undefined Project: /user/username/projects/solution/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/solution +Info seq [hh:mm:ss:mss] For info: /user/username/projects/solution/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/solution/compiler/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 24 [00:01:00.000] ----------------------------------------------- -Info 24 [00:01:01.000] Project '/user/username/projects/solution/tsconfig.json' (Configured) -Info 24 [00:01:02.000] Files (0) InitialLoadPending +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/solution/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) InitialLoadPending -Info 24 [00:01:03.000] ----------------------------------------------- -Info 24 [00:01:04.000] Open files: -Info 24 [00:01:05.000] FileName: /user/username/projects/solution/compiler/program.ts ProjectRootPath: undefined -Info 24 [00:01:06.000] Projects: /user/username/projects/solution/compiler/tsconfig.json -Info 24 [00:01:07.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/solution/compiler/program.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/solution/compiler/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -122,6 +124,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/solution/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/solution/compiler/tsconfig.json: *new* @@ -135,7 +139,7 @@ FsWatches:: Before request -Info 25 [00:01:08.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "references", "arguments": { @@ -146,8 +150,8 @@ Info 25 [00:01:08.000] request: "seq": 2, "type": "request" } -Info 26 [00:01:09.000] Finding references to /user/username/projects/solution/compiler/program.ts position 133 in project /user/username/projects/solution/compiler/tsconfig.json -Info 27 [00:01:10.000] response: +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/solution/compiler/program.ts position 133 in project /user/username/projects/solution/compiler/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "refs": [ @@ -196,7 +200,7 @@ After request Before request -Info 28 [00:01:11.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "references", "arguments": { @@ -207,9 +211,9 @@ Info 28 [00:01:11.000] request: "seq": 3, "type": "request" } -Info 29 [00:01:12.000] Finding references to /user/username/projects/solution/compiler/program.ts position 110 in project /user/username/projects/solution/compiler/tsconfig.json -Info 30 [00:01:13.000] Loading configured project /user/username/projects/solution/tsconfig.json -Info 31 [00:01:14.000] Config: /user/username/projects/solution/tsconfig.json : { +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/solution/compiler/program.ts position 110 in project /user/username/projects/solution/compiler/tsconfig.json +Info seq [hh:mm:ss:mss] Loading configured project /user/username/projects/solution/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/solution/tsconfig.json : { "rootNames": [], "options": { "configFilePath": "/user/username/projects/solution/tsconfig.json" @@ -225,8 +229,8 @@ Info 31 [00:01:14.000] Config: /user/username/projects/solution/tsconfig.json } ] } -Info 32 [00:01:15.000] Starting updateGraphWorker: Project: /user/username/projects/solution/tsconfig.json -Info 33 [00:01:16.000] Config: /user/username/projects/solution/services/tsconfig.json : { +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/solution/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/solution/services/tsconfig.json : { "rootNames": [ "/user/username/projects/solution/services/services.ts" ], @@ -241,24 +245,28 @@ Info 33 [00:01:16.000] Config: /user/username/projects/solution/services/tscon } ] } -Info 34 [00:01:17.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/services/tsconfig.json 2000 undefined Project: /user/username/projects/solution/tsconfig.json WatchType: Config file -Info 35 [00:01:18.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/tsconfig.json WatchType: Type roots -Info 36 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/tsconfig.json WatchType: Type roots -Info 37 [00:01:20.000] Finishing updateGraphWorker: Project: /user/username/projects/solution/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 38 [00:01:21.000] Project '/user/username/projects/solution/tsconfig.json' (Configured) -Info 39 [00:01:22.000] Files (0) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/services/tsconfig.json 2000 undefined Project: /user/username/projects/solution/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/solution/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/solution/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/solution/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/solution/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) -Info 40 [00:01:23.000] ----------------------------------------------- -Info 41 [00:01:24.000] Creating configuration project /user/username/projects/solution/services/tsconfig.json -Info 42 [00:01:25.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/services/services.ts 500 undefined WatchType: Closed Script info -Info 43 [00:01:26.000] Starting updateGraphWorker: Project: /user/username/projects/solution/services/tsconfig.json -Info 44 [00:01:27.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/services/node_modules/@types 1 undefined Project: /user/username/projects/solution/services/tsconfig.json WatchType: Type roots -Info 45 [00:01:28.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/services/node_modules/@types 1 undefined Project: /user/username/projects/solution/services/tsconfig.json WatchType: Type roots -Info 46 [00:01:29.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/services/tsconfig.json WatchType: Type roots -Info 47 [00:01:30.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/services/tsconfig.json WatchType: Type roots -Info 48 [00:01:31.000] Finishing updateGraphWorker: Project: /user/username/projects/solution/services/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 49 [00:01:32.000] Project '/user/username/projects/solution/services/tsconfig.json' (Configured) -Info 50 [00:01:33.000] Files (4) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/solution/services/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/services/services.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/solution/services/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/services/node_modules/@types 1 undefined Project: /user/username/projects/solution/services/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/services/node_modules/@types 1 undefined Project: /user/username/projects/solution/services/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/services/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/services/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/solution/services/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/solution/services/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/solution/services/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/solution/services/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/solution/compiler/types.ts Text-1 "\n namespace ts {\n export interface Program {\n getSourceFiles(): string[];\n }\n }" /user/username/projects/solution/compiler/program.ts SVC-1-0 "\n namespace ts {\n export const program: Program = {\n getSourceFiles: () => [getSourceFile()]\n };\n function getSourceFile() { return \"something\"; }\n }" @@ -274,16 +282,16 @@ Info 50 [00:01:33.000] Files (4) services.ts Part of 'files' list in tsconfig.json -Info 51 [00:01:34.000] ----------------------------------------------- -Info 52 [00:01:35.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/compiler/types.d.ts 2000 undefined Project: /user/username/projects/solution/compiler/tsconfig.json WatchType: Missing generated file -Info 53 [00:01:36.000] Finding references to /user/username/projects/solution/compiler/types.ts position 103 in project /user/username/projects/solution/services/tsconfig.json -Info 54 [00:01:37.000] Search path: /user/username/projects/solution/compiler -Info 55 [00:01:38.000] For info: /user/username/projects/solution/compiler/types.ts :: Config file name: /user/username/projects/solution/compiler/tsconfig.json -Info 56 [00:01:39.000] Search path: /user/username/projects/solution/compiler -Info 57 [00:01:40.000] For info: /user/username/projects/solution/compiler/types.ts :: Config file name: /user/username/projects/solution/compiler/tsconfig.json -Info 58 [00:01:41.000] Search path: /user/username/projects/solution/compiler -Info 59 [00:01:42.000] For info: /user/username/projects/solution/compiler/program.ts :: Config file name: /user/username/projects/solution/compiler/tsconfig.json -Info 60 [00:01:43.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/compiler/types.d.ts 2000 undefined Project: /user/username/projects/solution/compiler/tsconfig.json WatchType: Missing generated file +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/solution/compiler/types.ts position 103 in project /user/username/projects/solution/services/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/solution/compiler +Info seq [hh:mm:ss:mss] For info: /user/username/projects/solution/compiler/types.ts :: Config file name: /user/username/projects/solution/compiler/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/solution/compiler +Info seq [hh:mm:ss:mss] For info: /user/username/projects/solution/compiler/types.ts :: Config file name: /user/username/projects/solution/compiler/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/solution/compiler +Info seq [hh:mm:ss:mss] For info: /user/username/projects/solution/compiler/program.ts :: Config file name: /user/username/projects/solution/compiler/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "refs": [ @@ -359,6 +367,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/solution/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/solution/services/node_modules/@types: *new* {"pollingInterval":500} /user/username/projects/solution/compiler/types.d.ts: *new* diff --git a/tests/baselines/reference/tsserver/projectReferences/finding-references-in-overlapping-projects.js b/tests/baselines/reference/tsserver/projectReferences/finding-references-in-overlapping-projects.js index b11e0abcaf1be..def7f70ecaea2 100644 --- a/tests/baselines/reference/tsserver/projectReferences/finding-references-in-overlapping-projects.js +++ b/tests/baselines/reference/tsserver/projectReferences/finding-references-in-overlapping-projects.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:44.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/lib/lib.d.ts] /// @@ -60,7 +60,7 @@ interface Array { length: number; [n: number]: T; } -Info 1 [00:00:45.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -69,11 +69,11 @@ Info 1 [00:00:45.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:46.000] Search path: /user/username/projects/solution/b -Info 3 [00:00:47.000] For info: /user/username/projects/solution/b/index.ts :: Config file name: /user/username/projects/solution/b/tsconfig.json -Info 4 [00:00:48.000] Creating configuration project /user/username/projects/solution/b/tsconfig.json -Info 5 [00:00:49.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/b/tsconfig.json 2000 undefined Project: /user/username/projects/solution/b/tsconfig.json WatchType: Config file -Info 6 [00:00:50.000] Config: /user/username/projects/solution/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/solution/b +Info seq [hh:mm:ss:mss] For info: /user/username/projects/solution/b/index.ts :: Config file name: /user/username/projects/solution/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/solution/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/b/tsconfig.json 2000 undefined Project: /user/username/projects/solution/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/solution/b/tsconfig.json : { "rootNames": [ "/user/username/projects/solution/b/index.ts" ], @@ -88,8 +88,8 @@ Info 6 [00:00:50.000] Config: /user/username/projects/solution/b/tsconfig.jso } ] } -Info 7 [00:00:51.000] Starting updateGraphWorker: Project: /user/username/projects/solution/b/tsconfig.json -Info 8 [00:00:52.000] Config: /user/username/projects/solution/a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/solution/b/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/solution/a/tsconfig.json : { "rootNames": [ "/user/username/projects/solution/a/index.ts" ], @@ -99,20 +99,22 @@ Info 8 [00:00:52.000] Config: /user/username/projects/solution/a/tsconfig.jso "configFilePath": "/user/username/projects/solution/a/tsconfig.json" } } -Info 9 [00:00:53.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/a/tsconfig.json 2000 undefined Project: /user/username/projects/solution/b/tsconfig.json WatchType: Config file -Info 10 [00:00:54.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/a/index.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:55.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution 0 undefined Project: /user/username/projects/solution/b/tsconfig.json WatchType: Failed Lookup Locations -Info 12 [00:00:56.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution 0 undefined Project: /user/username/projects/solution/b/tsconfig.json WatchType: Failed Lookup Locations -Info 13 [00:00:57.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/a 1 undefined Project: /user/username/projects/solution/b/tsconfig.json WatchType: Failed Lookup Locations -Info 14 [00:00:58.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/a 1 undefined Project: /user/username/projects/solution/b/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:59.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 16 [00:01:00.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/b/node_modules/@types 1 undefined Project: /user/username/projects/solution/b/tsconfig.json WatchType: Type roots -Info 17 [00:01:01.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/b/node_modules/@types 1 undefined Project: /user/username/projects/solution/b/tsconfig.json WatchType: Type roots -Info 18 [00:01:02.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/b/tsconfig.json WatchType: Type roots -Info 19 [00:01:03.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/b/tsconfig.json WatchType: Type roots -Info 20 [00:01:04.000] Finishing updateGraphWorker: Project: /user/username/projects/solution/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 21 [00:01:05.000] Project '/user/username/projects/solution/b/tsconfig.json' (Configured) -Info 22 [00:01:06.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/a/tsconfig.json 2000 undefined Project: /user/username/projects/solution/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/a/index.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution 0 undefined Project: /user/username/projects/solution/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution 0 undefined Project: /user/username/projects/solution/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/a 1 undefined Project: /user/username/projects/solution/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/a 1 undefined Project: /user/username/projects/solution/b/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/b/node_modules/@types 1 undefined Project: /user/username/projects/solution/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/b/node_modules/@types 1 undefined Project: /user/username/projects/solution/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/solution/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/solution/b/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/solution/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/solution/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/solution/a/index.ts Text-1 "\n export interface I {\n M(): void;\n }" /user/username/projects/solution/b/index.ts SVC-1-0 "\n import { I } from \"../a\";\n\n export class B implements I {\n M() {}\n }" @@ -126,25 +128,25 @@ Info 22 [00:01:06.000] Files (3) index.ts Part of 'files' list in tsconfig.json -Info 23 [00:01:07.000] ----------------------------------------------- -Info 24 [00:01:08.000] Search path: /user/username/projects/solution/b -Info 25 [00:01:09.000] For info: /user/username/projects/solution/b/tsconfig.json :: Config file name: /user/username/projects/solution/tsconfig.json -Info 26 [00:01:10.000] Creating configuration project /user/username/projects/solution/tsconfig.json -Info 27 [00:01:11.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/tsconfig.json 2000 undefined Project: /user/username/projects/solution/tsconfig.json WatchType: Config file -Info 28 [00:01:12.000] Search path: /user/username/projects/solution -Info 29 [00:01:13.000] For info: /user/username/projects/solution/tsconfig.json :: No config files found. -Info 30 [00:01:14.000] Project '/user/username/projects/solution/b/tsconfig.json' (Configured) -Info 30 [00:01:15.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/solution/b +Info seq [hh:mm:ss:mss] For info: /user/username/projects/solution/b/tsconfig.json :: Config file name: /user/username/projects/solution/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/solution/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/tsconfig.json 2000 undefined Project: /user/username/projects/solution/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/solution +Info seq [hh:mm:ss:mss] For info: /user/username/projects/solution/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/solution/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 30 [00:01:16.000] ----------------------------------------------- -Info 30 [00:01:17.000] Project '/user/username/projects/solution/tsconfig.json' (Configured) -Info 30 [00:01:18.000] Files (0) InitialLoadPending +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/solution/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) InitialLoadPending -Info 30 [00:01:19.000] ----------------------------------------------- -Info 30 [00:01:20.000] Open files: -Info 30 [00:01:21.000] FileName: /user/username/projects/solution/b/index.ts ProjectRootPath: undefined -Info 30 [00:01:22.000] Projects: /user/username/projects/solution/b/tsconfig.json -Info 30 [00:01:23.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/solution/b/index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/solution/b/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -155,6 +157,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/solution/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/solution/b/tsconfig.json: *new* @@ -176,7 +180,7 @@ FsWatchesRecursive:: Before request -Info 31 [00:01:24.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "references", "arguments": { @@ -187,18 +191,20 @@ Info 31 [00:01:24.000] request: "seq": 2, "type": "request" } -Info 32 [00:01:25.000] Finding references to /user/username/projects/solution/b/index.ts position 86 in project /user/username/projects/solution/b/tsconfig.json -Info 33 [00:01:26.000] Search path: /user/username/projects/solution/a -Info 34 [00:01:27.000] For info: /user/username/projects/solution/a/index.ts :: Config file name: /user/username/projects/solution/a/tsconfig.json -Info 35 [00:01:28.000] Creating configuration project /user/username/projects/solution/a/tsconfig.json -Info 36 [00:01:29.000] Starting updateGraphWorker: Project: /user/username/projects/solution/a/tsconfig.json -Info 37 [00:01:30.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/a/node_modules/@types 1 undefined Project: /user/username/projects/solution/a/tsconfig.json WatchType: Type roots -Info 38 [00:01:31.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/a/node_modules/@types 1 undefined Project: /user/username/projects/solution/a/tsconfig.json WatchType: Type roots -Info 39 [00:01:32.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/a/tsconfig.json WatchType: Type roots -Info 40 [00:01:33.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/a/tsconfig.json WatchType: Type roots -Info 41 [00:01:34.000] Finishing updateGraphWorker: Project: /user/username/projects/solution/a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 42 [00:01:35.000] Project '/user/username/projects/solution/a/tsconfig.json' (Configured) -Info 43 [00:01:36.000] Files (2) +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/solution/b/index.ts position 86 in project /user/username/projects/solution/b/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/solution/a +Info seq [hh:mm:ss:mss] For info: /user/username/projects/solution/a/index.ts :: Config file name: /user/username/projects/solution/a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/solution/a/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/solution/a/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/a/node_modules/@types 1 undefined Project: /user/username/projects/solution/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/a/node_modules/@types 1 undefined Project: /user/username/projects/solution/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/solution/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/solution/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/solution/a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/solution/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/solution/a/index.ts Text-1 "\n export interface I {\n M(): void;\n }" @@ -208,12 +214,12 @@ Info 43 [00:01:36.000] Files (2) index.ts Part of 'files' list in tsconfig.json -Info 44 [00:01:37.000] ----------------------------------------------- -Info 45 [00:01:38.000] Search path: /user/username/projects/solution/a -Info 46 [00:01:39.000] For info: /user/username/projects/solution/a/index.ts :: Config file name: /user/username/projects/solution/a/tsconfig.json -Info 47 [00:01:40.000] Finding references to /user/username/projects/solution/a/index.ts position 34 in project /user/username/projects/solution/a/tsconfig.json -Info 48 [00:01:41.000] Loading configured project /user/username/projects/solution/tsconfig.json -Info 49 [00:01:42.000] Config: /user/username/projects/solution/tsconfig.json : { +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/solution/a +Info seq [hh:mm:ss:mss] For info: /user/username/projects/solution/a/index.ts :: Config file name: /user/username/projects/solution/a/tsconfig.json +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/solution/a/index.ts position 34 in project /user/username/projects/solution/a/tsconfig.json +Info seq [hh:mm:ss:mss] Loading configured project /user/username/projects/solution/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/solution/tsconfig.json : { "rootNames": [], "options": { "configFilePath": "/user/username/projects/solution/tsconfig.json" @@ -237,8 +243,8 @@ Info 49 [00:01:42.000] Config: /user/username/projects/solution/tsconfig.json } ] } -Info 50 [00:01:43.000] Starting updateGraphWorker: Project: /user/username/projects/solution/tsconfig.json -Info 51 [00:01:44.000] Config: /user/username/projects/solution/c/tsconfig.json : { +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/solution/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/solution/c/tsconfig.json : { "rootNames": [ "/user/username/projects/solution/c/index.ts" ], @@ -253,8 +259,8 @@ Info 51 [00:01:44.000] Config: /user/username/projects/solution/c/tsconfig.jso } ] } -Info 52 [00:01:45.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/c/tsconfig.json 2000 undefined Project: /user/username/projects/solution/tsconfig.json WatchType: Config file -Info 53 [00:01:46.000] Config: /user/username/projects/solution/d/tsconfig.json : { +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/c/tsconfig.json 2000 undefined Project: /user/username/projects/solution/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/solution/d/tsconfig.json : { "rootNames": [ "/user/username/projects/solution/d/index.ts" ], @@ -269,30 +275,34 @@ Info 53 [00:01:46.000] Config: /user/username/projects/solution/d/tsconfig.jso } ] } -Info 54 [00:01:47.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/d/tsconfig.json 2000 undefined Project: /user/username/projects/solution/tsconfig.json WatchType: Config file -Info 55 [00:01:48.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/tsconfig.json WatchType: Type roots -Info 56 [00:01:49.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/tsconfig.json WatchType: Type roots -Info 57 [00:01:50.000] Finishing updateGraphWorker: Project: /user/username/projects/solution/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 58 [00:01:51.000] Project '/user/username/projects/solution/tsconfig.json' (Configured) -Info 59 [00:01:52.000] Files (0) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/d/tsconfig.json 2000 undefined Project: /user/username/projects/solution/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/solution/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/solution/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/solution/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/solution/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) -Info 60 [00:01:53.000] ----------------------------------------------- -Info 61 [00:01:54.000] Creating configuration project /user/username/projects/solution/c/tsconfig.json -Info 62 [00:01:55.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/c/index.ts 500 undefined WatchType: Closed Script info -Info 63 [00:01:56.000] Starting updateGraphWorker: Project: /user/username/projects/solution/c/tsconfig.json -Info 64 [00:01:57.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution 0 undefined Project: /user/username/projects/solution/c/tsconfig.json WatchType: Failed Lookup Locations -Info 65 [00:01:58.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution 0 undefined Project: /user/username/projects/solution/c/tsconfig.json WatchType: Failed Lookup Locations -Info 66 [00:01:59.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/a 1 undefined Project: /user/username/projects/solution/c/tsconfig.json WatchType: Failed Lookup Locations -Info 67 [00:02:00.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/a 1 undefined Project: /user/username/projects/solution/c/tsconfig.json WatchType: Failed Lookup Locations -Info 68 [00:02:01.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/b 1 undefined Project: /user/username/projects/solution/c/tsconfig.json WatchType: Failed Lookup Locations -Info 69 [00:02:02.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/b 1 undefined Project: /user/username/projects/solution/c/tsconfig.json WatchType: Failed Lookup Locations -Info 70 [00:02:03.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/c/node_modules/@types 1 undefined Project: /user/username/projects/solution/c/tsconfig.json WatchType: Type roots -Info 71 [00:02:04.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/c/node_modules/@types 1 undefined Project: /user/username/projects/solution/c/tsconfig.json WatchType: Type roots -Info 72 [00:02:05.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/c/tsconfig.json WatchType: Type roots -Info 73 [00:02:06.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/c/tsconfig.json WatchType: Type roots -Info 74 [00:02:07.000] Finishing updateGraphWorker: Project: /user/username/projects/solution/c/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 75 [00:02:08.000] Project '/user/username/projects/solution/c/tsconfig.json' (Configured) -Info 76 [00:02:09.000] Files (4) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/solution/c/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/c/index.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/solution/c/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution 0 undefined Project: /user/username/projects/solution/c/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution 0 undefined Project: /user/username/projects/solution/c/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/a 1 undefined Project: /user/username/projects/solution/c/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/a 1 undefined Project: /user/username/projects/solution/c/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/b 1 undefined Project: /user/username/projects/solution/c/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/b 1 undefined Project: /user/username/projects/solution/c/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/c/node_modules/@types 1 undefined Project: /user/username/projects/solution/c/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/c/node_modules/@types 1 undefined Project: /user/username/projects/solution/c/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/c/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/c/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/solution/c/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/solution/c/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/solution/c/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/solution/c/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/solution/a/index.ts Text-1 "\n export interface I {\n M(): void;\n }" /user/username/projects/solution/b/index.ts SVC-1-0 "\n import { I } from \"../a\";\n\n export class B implements I {\n M() {}\n }" @@ -309,25 +319,27 @@ Info 76 [00:02:09.000] Files (4) index.ts Part of 'files' list in tsconfig.json -Info 77 [00:02:10.000] ----------------------------------------------- -Info 78 [00:02:11.000] Creating configuration project /user/username/projects/solution/d/tsconfig.json -Info 79 [00:02:12.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/d/index.ts 500 undefined WatchType: Closed Script info -Info 80 [00:02:13.000] Starting updateGraphWorker: Project: /user/username/projects/solution/d/tsconfig.json -Info 81 [00:02:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution 0 undefined Project: /user/username/projects/solution/d/tsconfig.json WatchType: Failed Lookup Locations -Info 82 [00:02:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution 0 undefined Project: /user/username/projects/solution/d/tsconfig.json WatchType: Failed Lookup Locations -Info 83 [00:02:16.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/a 1 undefined Project: /user/username/projects/solution/d/tsconfig.json WatchType: Failed Lookup Locations -Info 84 [00:02:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/a 1 undefined Project: /user/username/projects/solution/d/tsconfig.json WatchType: Failed Lookup Locations -Info 85 [00:02:18.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/c 1 undefined Project: /user/username/projects/solution/d/tsconfig.json WatchType: Failed Lookup Locations -Info 86 [00:02:19.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/c 1 undefined Project: /user/username/projects/solution/d/tsconfig.json WatchType: Failed Lookup Locations -Info 87 [00:02:20.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/b 1 undefined Project: /user/username/projects/solution/d/tsconfig.json WatchType: Failed Lookup Locations -Info 88 [00:02:21.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/b 1 undefined Project: /user/username/projects/solution/d/tsconfig.json WatchType: Failed Lookup Locations -Info 89 [00:02:22.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/d/node_modules/@types 1 undefined Project: /user/username/projects/solution/d/tsconfig.json WatchType: Type roots -Info 90 [00:02:23.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/d/node_modules/@types 1 undefined Project: /user/username/projects/solution/d/tsconfig.json WatchType: Type roots -Info 91 [00:02:24.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/d/tsconfig.json WatchType: Type roots -Info 92 [00:02:25.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/d/tsconfig.json WatchType: Type roots -Info 93 [00:02:26.000] Finishing updateGraphWorker: Project: /user/username/projects/solution/d/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 94 [00:02:27.000] Project '/user/username/projects/solution/d/tsconfig.json' (Configured) -Info 95 [00:02:28.000] Files (5) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/solution/d/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/d/index.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/solution/d/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution 0 undefined Project: /user/username/projects/solution/d/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution 0 undefined Project: /user/username/projects/solution/d/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/a 1 undefined Project: /user/username/projects/solution/d/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/a 1 undefined Project: /user/username/projects/solution/d/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/c 1 undefined Project: /user/username/projects/solution/d/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/c 1 undefined Project: /user/username/projects/solution/d/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/b 1 undefined Project: /user/username/projects/solution/d/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/b 1 undefined Project: /user/username/projects/solution/d/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/d/node_modules/@types 1 undefined Project: /user/username/projects/solution/d/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/d/node_modules/@types 1 undefined Project: /user/username/projects/solution/d/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/d/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/d/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/solution/d/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/solution/d/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/solution/d/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/solution/d/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/solution/a/index.ts Text-1 "\n export interface I {\n M(): void;\n }" /user/username/projects/solution/b/index.ts SVC-1-0 "\n import { I } from \"../a\";\n\n export class B implements I {\n M() {}\n }" @@ -348,36 +360,36 @@ Info 95 [00:02:28.000] Files (5) index.ts Part of 'files' list in tsconfig.json -Info 96 [00:02:29.000] ----------------------------------------------- -Info 97 [00:02:30.000] Finding references to /user/username/projects/solution/a/index.ts position 34 in project /user/username/projects/solution/c/tsconfig.json -Info 98 [00:02:31.000] Search path: /user/username/projects/solution/a -Info 99 [00:02:32.000] For info: /user/username/projects/solution/a/index.ts :: Config file name: /user/username/projects/solution/a/tsconfig.json -Info 100 [00:02:33.000] Search path: /user/username/projects/solution/a -Info 101 [00:02:34.000] For info: /user/username/projects/solution/a/index.ts :: Config file name: /user/username/projects/solution/a/tsconfig.json -Info 102 [00:02:35.000] Search path: /user/username/projects/solution/b -Info 103 [00:02:36.000] For info: /user/username/projects/solution/b/index.ts :: Config file name: /user/username/projects/solution/b/tsconfig.json -Info 104 [00:02:37.000] Search path: /user/username/projects/solution/b -Info 105 [00:02:38.000] For info: /user/username/projects/solution/b/index.ts :: Config file name: /user/username/projects/solution/b/tsconfig.json -Info 106 [00:02:39.000] Search path: /user/username/projects/solution/b -Info 107 [00:02:40.000] For info: /user/username/projects/solution/b/index.ts :: Config file name: /user/username/projects/solution/b/tsconfig.json -Info 108 [00:02:41.000] Finding references to /user/username/projects/solution/a/index.ts position 34 in project /user/username/projects/solution/d/tsconfig.json -Info 109 [00:02:42.000] Search path: /user/username/projects/solution/a -Info 110 [00:02:43.000] For info: /user/username/projects/solution/a/index.ts :: Config file name: /user/username/projects/solution/a/tsconfig.json -Info 111 [00:02:44.000] Search path: /user/username/projects/solution/a -Info 112 [00:02:45.000] For info: /user/username/projects/solution/a/index.ts :: Config file name: /user/username/projects/solution/a/tsconfig.json -Info 113 [00:02:46.000] Search path: /user/username/projects/solution/b -Info 114 [00:02:47.000] For info: /user/username/projects/solution/b/index.ts :: Config file name: /user/username/projects/solution/b/tsconfig.json -Info 115 [00:02:48.000] Search path: /user/username/projects/solution/b -Info 116 [00:02:49.000] For info: /user/username/projects/solution/b/index.ts :: Config file name: /user/username/projects/solution/b/tsconfig.json -Info 117 [00:02:50.000] Search path: /user/username/projects/solution/b -Info 118 [00:02:51.000] For info: /user/username/projects/solution/b/index.ts :: Config file name: /user/username/projects/solution/b/tsconfig.json -Info 119 [00:02:52.000] Search path: /user/username/projects/solution/c -Info 120 [00:02:53.000] For info: /user/username/projects/solution/c/index.ts :: Config file name: /user/username/projects/solution/c/tsconfig.json -Info 121 [00:02:54.000] Search path: /user/username/projects/solution/c -Info 122 [00:02:55.000] For info: /user/username/projects/solution/c/index.ts :: Config file name: /user/username/projects/solution/c/tsconfig.json -Info 123 [00:02:56.000] Search path: /user/username/projects/solution/c -Info 124 [00:02:57.000] For info: /user/username/projects/solution/c/index.ts :: Config file name: /user/username/projects/solution/c/tsconfig.json -Info 125 [00:02:58.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/solution/a/index.ts position 34 in project /user/username/projects/solution/c/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/solution/a +Info seq [hh:mm:ss:mss] For info: /user/username/projects/solution/a/index.ts :: Config file name: /user/username/projects/solution/a/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/solution/a +Info seq [hh:mm:ss:mss] For info: /user/username/projects/solution/a/index.ts :: Config file name: /user/username/projects/solution/a/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/solution/b +Info seq [hh:mm:ss:mss] For info: /user/username/projects/solution/b/index.ts :: Config file name: /user/username/projects/solution/b/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/solution/b +Info seq [hh:mm:ss:mss] For info: /user/username/projects/solution/b/index.ts :: Config file name: /user/username/projects/solution/b/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/solution/b +Info seq [hh:mm:ss:mss] For info: /user/username/projects/solution/b/index.ts :: Config file name: /user/username/projects/solution/b/tsconfig.json +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/solution/a/index.ts position 34 in project /user/username/projects/solution/d/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/solution/a +Info seq [hh:mm:ss:mss] For info: /user/username/projects/solution/a/index.ts :: Config file name: /user/username/projects/solution/a/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/solution/a +Info seq [hh:mm:ss:mss] For info: /user/username/projects/solution/a/index.ts :: Config file name: /user/username/projects/solution/a/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/solution/b +Info seq [hh:mm:ss:mss] For info: /user/username/projects/solution/b/index.ts :: Config file name: /user/username/projects/solution/b/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/solution/b +Info seq [hh:mm:ss:mss] For info: /user/username/projects/solution/b/index.ts :: Config file name: /user/username/projects/solution/b/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/solution/b +Info seq [hh:mm:ss:mss] For info: /user/username/projects/solution/b/index.ts :: Config file name: /user/username/projects/solution/b/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/solution/c +Info seq [hh:mm:ss:mss] For info: /user/username/projects/solution/c/index.ts :: Config file name: /user/username/projects/solution/c/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/solution/c +Info seq [hh:mm:ss:mss] For info: /user/username/projects/solution/c/index.ts :: Config file name: /user/username/projects/solution/c/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/solution/c +Info seq [hh:mm:ss:mss] For info: /user/username/projects/solution/c/index.ts :: Config file name: /user/username/projects/solution/c/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "refs": [ @@ -518,6 +530,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/solution/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/solution/a/node_modules/@types: *new* {"pollingInterval":500} /user/username/projects/solution/c/node_modules/@types: *new* @@ -557,7 +571,7 @@ FsWatchesRecursive:: Before request -Info 126 [00:02:59.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "references", "arguments": { @@ -568,41 +582,41 @@ Info 126 [00:02:59.000] request: "seq": 3, "type": "request" } -Info 127 [00:03:00.000] Finding references to /user/username/projects/solution/b/index.ts position 86 in project /user/username/projects/solution/b/tsconfig.json -Info 128 [00:03:01.000] Search path: /user/username/projects/solution/a -Info 129 [00:03:02.000] For info: /user/username/projects/solution/a/index.ts :: Config file name: /user/username/projects/solution/a/tsconfig.json -Info 130 [00:03:03.000] Search path: /user/username/projects/solution/a -Info 131 [00:03:04.000] For info: /user/username/projects/solution/a/index.ts :: Config file name: /user/username/projects/solution/a/tsconfig.json -Info 132 [00:03:05.000] Finding references to /user/username/projects/solution/b/index.ts position 86 in project /user/username/projects/solution/c/tsconfig.json -Info 133 [00:03:06.000] Search path: /user/username/projects/solution/b -Info 134 [00:03:07.000] For info: /user/username/projects/solution/b/index.ts :: Config file name: /user/username/projects/solution/b/tsconfig.json -Info 135 [00:03:08.000] Search path: /user/username/projects/solution/b -Info 136 [00:03:09.000] For info: /user/username/projects/solution/b/index.ts :: Config file name: /user/username/projects/solution/b/tsconfig.json -Info 137 [00:03:10.000] Search path: /user/username/projects/solution/b -Info 138 [00:03:11.000] For info: /user/username/projects/solution/b/index.ts :: Config file name: /user/username/projects/solution/b/tsconfig.json -Info 139 [00:03:12.000] Search path: /user/username/projects/solution/a -Info 140 [00:03:13.000] For info: /user/username/projects/solution/a/index.ts :: Config file name: /user/username/projects/solution/a/tsconfig.json -Info 141 [00:03:14.000] Search path: /user/username/projects/solution/a -Info 142 [00:03:15.000] For info: /user/username/projects/solution/a/index.ts :: Config file name: /user/username/projects/solution/a/tsconfig.json -Info 143 [00:03:16.000] Finding references to /user/username/projects/solution/b/index.ts position 86 in project /user/username/projects/solution/d/tsconfig.json -Info 144 [00:03:17.000] Search path: /user/username/projects/solution/b -Info 145 [00:03:18.000] For info: /user/username/projects/solution/b/index.ts :: Config file name: /user/username/projects/solution/b/tsconfig.json -Info 146 [00:03:19.000] Search path: /user/username/projects/solution/b -Info 147 [00:03:20.000] For info: /user/username/projects/solution/b/index.ts :: Config file name: /user/username/projects/solution/b/tsconfig.json -Info 148 [00:03:21.000] Search path: /user/username/projects/solution/b -Info 149 [00:03:22.000] For info: /user/username/projects/solution/b/index.ts :: Config file name: /user/username/projects/solution/b/tsconfig.json -Info 150 [00:03:23.000] Search path: /user/username/projects/solution/a -Info 151 [00:03:24.000] For info: /user/username/projects/solution/a/index.ts :: Config file name: /user/username/projects/solution/a/tsconfig.json -Info 152 [00:03:25.000] Search path: /user/username/projects/solution/a -Info 153 [00:03:26.000] For info: /user/username/projects/solution/a/index.ts :: Config file name: /user/username/projects/solution/a/tsconfig.json -Info 154 [00:03:27.000] Search path: /user/username/projects/solution/c -Info 155 [00:03:28.000] For info: /user/username/projects/solution/c/index.ts :: Config file name: /user/username/projects/solution/c/tsconfig.json -Info 156 [00:03:29.000] Search path: /user/username/projects/solution/c -Info 157 [00:03:30.000] For info: /user/username/projects/solution/c/index.ts :: Config file name: /user/username/projects/solution/c/tsconfig.json -Info 158 [00:03:31.000] Search path: /user/username/projects/solution/c -Info 159 [00:03:32.000] For info: /user/username/projects/solution/c/index.ts :: Config file name: /user/username/projects/solution/c/tsconfig.json -Info 160 [00:03:33.000] Finding references to /user/username/projects/solution/a/index.ts position 34 in project /user/username/projects/solution/a/tsconfig.json -Info 161 [00:03:34.000] response: +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/solution/b/index.ts position 86 in project /user/username/projects/solution/b/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/solution/a +Info seq [hh:mm:ss:mss] For info: /user/username/projects/solution/a/index.ts :: Config file name: /user/username/projects/solution/a/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/solution/a +Info seq [hh:mm:ss:mss] For info: /user/username/projects/solution/a/index.ts :: Config file name: /user/username/projects/solution/a/tsconfig.json +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/solution/b/index.ts position 86 in project /user/username/projects/solution/c/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/solution/b +Info seq [hh:mm:ss:mss] For info: /user/username/projects/solution/b/index.ts :: Config file name: /user/username/projects/solution/b/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/solution/b +Info seq [hh:mm:ss:mss] For info: /user/username/projects/solution/b/index.ts :: Config file name: /user/username/projects/solution/b/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/solution/b +Info seq [hh:mm:ss:mss] For info: /user/username/projects/solution/b/index.ts :: Config file name: /user/username/projects/solution/b/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/solution/a +Info seq [hh:mm:ss:mss] For info: /user/username/projects/solution/a/index.ts :: Config file name: /user/username/projects/solution/a/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/solution/a +Info seq [hh:mm:ss:mss] For info: /user/username/projects/solution/a/index.ts :: Config file name: /user/username/projects/solution/a/tsconfig.json +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/solution/b/index.ts position 86 in project /user/username/projects/solution/d/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/solution/b +Info seq [hh:mm:ss:mss] For info: /user/username/projects/solution/b/index.ts :: Config file name: /user/username/projects/solution/b/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/solution/b +Info seq [hh:mm:ss:mss] For info: /user/username/projects/solution/b/index.ts :: Config file name: /user/username/projects/solution/b/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/solution/b +Info seq [hh:mm:ss:mss] For info: /user/username/projects/solution/b/index.ts :: Config file name: /user/username/projects/solution/b/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/solution/a +Info seq [hh:mm:ss:mss] For info: /user/username/projects/solution/a/index.ts :: Config file name: /user/username/projects/solution/a/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/solution/a +Info seq [hh:mm:ss:mss] For info: /user/username/projects/solution/a/index.ts :: Config file name: /user/username/projects/solution/a/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/solution/c +Info seq [hh:mm:ss:mss] For info: /user/username/projects/solution/c/index.ts :: Config file name: /user/username/projects/solution/c/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/solution/c +Info seq [hh:mm:ss:mss] For info: /user/username/projects/solution/c/index.ts :: Config file name: /user/username/projects/solution/c/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/solution/c +Info seq [hh:mm:ss:mss] For info: /user/username/projects/solution/c/index.ts :: Config file name: /user/username/projects/solution/c/tsconfig.json +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/solution/a/index.ts position 34 in project /user/username/projects/solution/a/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "refs": [ diff --git a/tests/baselines/reference/tsserver/projectReferences/monorepo-like-with-symlinks-when-packageJson-has-types-field-and-has-index.ts-and-solution-is-built-with-preserveSymlinks.js b/tests/baselines/reference/tsserver/projectReferences/monorepo-like-with-symlinks-when-packageJson-has-types-field-and-has-index.ts-and-solution-is-built-with-preserveSymlinks.js index 4f195d030f657..b536011a392b6 100644 --- a/tests/baselines/reference/tsserver/projectReferences/monorepo-like-with-symlinks-when-packageJson-has-types-field-and-has-index.ts-and-solution-is-built-with-preserveSymlinks.js +++ b/tests/baselines/reference/tsserver/projectReferences/monorepo-like-with-symlinks-when-packageJson-has-types-field-and-has-index.ts-and-solution-is-built-with-preserveSymlinks.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:11.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/lib/lib.d.ts] /// @@ -216,7 +216,7 @@ export {}; } -Info 1 [00:01:12.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -225,13 +225,13 @@ Info 1 [00:01:12.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:13.000] Search path: /user/username/projects/myproject/packages/A/src -Info 3 [00:01:14.000] For info: /user/username/projects/myproject/packages/A/src/index.ts :: Config file name: /user/username/projects/myproject/packages/A/tsconfig.json -Info 4 [00:01:15.000] Creating configuration project /user/username/projects/myproject/packages/A/tsconfig.json -Info 5 [00:01:16.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Config file -Info 6 [00:01:17.000] event: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/packages/A/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/packages/A/src/index.ts :: Config file name: /user/username/projects/myproject/packages/A/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/packages/A/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/packages/A/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/myproject/packages/A/src/index.ts to open"}} -Info 7 [00:01:18.000] Config: /user/username/projects/myproject/packages/A/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/packages/A/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/packages/A/src/index.ts" ], @@ -249,10 +249,10 @@ Info 7 [00:01:18.000] Config: /user/username/projects/myproject/packages/A/ts } ] } -Info 8 [00:01:19.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/a/src 1 undefined Config: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:20.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/a/src 1 undefined Config: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Wild card directory -Info 10 [00:01:21.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json -Info 11 [00:01:22.000] Config: /user/username/projects/myproject/packages/B/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/a/src 1 undefined Config: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/a/src 1 undefined Config: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/packages/B/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/packages/B/src/bar.ts", "/user/username/projects/myproject/packages/B/src/index.ts" @@ -265,30 +265,32 @@ Info 11 [00:01:22.000] Config: /user/username/projects/myproject/packages/B/ts "configFilePath": "/user/username/projects/myproject/packages/B/tsconfig.json" } } -Info 12 [00:01:23.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Config file -Info 13 [00:01:24.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/b/src 1 undefined Config: /user/username/projects/myproject/packages/B/tsconfig.json WatchType: Wild card directory -Info 14 [00:01:25.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/b/src 1 undefined Config: /user/username/projects/myproject/packages/B/tsconfig.json WatchType: Wild card directory -Info 15 [00:01:26.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/src/index.ts 500 undefined WatchType: Closed Script info -Info 16 [00:01:27.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/src/bar.ts 500 undefined WatchType: Closed Script info -Info 17 [00:01:28.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:01:29.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/src 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 19 [00:01:30.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/src 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 20 [00:01:31.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 21 [00:01:32.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 22 [00:01:33.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 23 [00:01:34.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 24 [00:01:35.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 25 [00:01:36.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 26 [00:01:37.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/package.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: File location affecting resolution -Info 27 [00:01:38.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 28 [00:01:39.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 29 [00:01:40.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 30 [00:01:41.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 31 [00:01:42.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 32 [00:01:43.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 33 [00:01:44.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 34 [00:01:45.000] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) -Info 35 [00:01:46.000] Files (4) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/b/src 1 undefined Config: /user/username/projects/myproject/packages/B/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/b/src 1 undefined Config: /user/username/projects/myproject/packages/B/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/src/index.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/src/bar.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/src 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/src 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/package.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: File location affecting resolution +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/packages/B/src/index.ts Text-1 "export function foo() { }" /user/username/projects/myproject/packages/B/src/bar.ts Text-1 "export function bar() { }" @@ -304,23 +306,23 @@ Info 35 [00:01:46.000] Files (4) src/index.ts Matched by include pattern 'src' in 'tsconfig.json' -Info 36 [00:01:47.000] ----------------------------------------------- -Info 37 [00:01:48.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/packages/A/tsconfig.json"}} -Info 38 [00:01:49.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"8c5cfb88fb6a6125ddaca4c198af63d261c8feb2786e348cbf3223fcf8461e16","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":3,"tsSize":122,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{"outDir":"","rootDir":"","composite":true,"preserveSymlinks":true},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":true,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 39 [00:01:50.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/packages/A/src/index.ts","configFile":"/user/username/projects/myproject/packages/A/tsconfig.json","diagnostics":[]}} -Info 40 [00:01:51.000] Search path: /user/username/projects/myproject/packages/A -Info 41 [00:01:52.000] For info: /user/username/projects/myproject/packages/A/tsconfig.json :: No config files found. -Info 42 [00:01:53.000] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) -Info 42 [00:01:54.000] Files (4) - -Info 42 [00:01:55.000] ----------------------------------------------- -Info 42 [00:01:56.000] Open files: -Info 42 [00:01:57.000] FileName: /user/username/projects/myproject/packages/A/src/index.ts ProjectRootPath: undefined -Info 42 [00:01:58.000] Projects: /user/username/projects/myproject/packages/A/tsconfig.json -Info 42 [00:01:59.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/packages/A +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/packages/A/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/packages/A/src/index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/packages/A/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -337,6 +339,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/packages/a/tsconfig.json: *new* @@ -362,7 +366,7 @@ FsWatchesRecursive:: Before request -Info 43 [00:02:00.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -374,7 +378,7 @@ Info 43 [00:02:00.000] request: "seq": 2, "type": "request" } -Info 44 [00:02:01.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -383,14 +387,14 @@ After request Before running Timeout callback:: count: 1 1: checkOne -Info 45 [00:02:02.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/index.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 1: semanticCheck -Info 46 [00:02:03.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/index.ts","diagnostics":[]}} After running Immedidate callback:: count: 1 2: suggestionCheck @@ -398,15 +402,15 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 2: suggestionCheck -Info 47 [00:02:04.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/index.ts","diagnostics":[]}} -Info 48 [00:02:05.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":2}} After running Immedidate callback:: count: 0 Before request -Info 49 [00:02:06.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "updateOpen", "arguments": { @@ -432,7 +436,7 @@ Info 49 [00:02:06.000] request: "seq": 3, "type": "request" } -Info 50 [00:02:07.000] response: +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -441,7 +445,7 @@ After request Before request -Info 51 [00:02:08.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -453,7 +457,7 @@ Info 51 [00:02:08.000] request: "seq": 4, "type": "request" } -Info 52 [00:02:09.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -462,24 +466,24 @@ After request Before running Timeout callback:: count: 1 2: checkOne -Info 53 [00:02:10.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json -Info 54 [00:02:11.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 55 [00:02:12.000] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) -Info 56 [00:02:13.000] Files (4) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/packages/B/src/index.ts Text-1 "export function foo() { }" /user/username/projects/myproject/packages/B/src/bar.ts Text-1 "export function bar() { }" /user/username/projects/myproject/packages/A/src/index.ts SVC-1-1 "import { foo } from 'b';\nimport { bar } from 'b/lib/bar';\nfoo();\nbar();\n\n" -Info 57 [00:02:14.000] ----------------------------------------------- -Info 58 [00:02:15.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/index.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 3: semanticCheck -Info 59 [00:02:16.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/index.ts","diagnostics":[]}} After running Immedidate callback:: count: 1 4: suggestionCheck @@ -487,8 +491,8 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 4: suggestionCheck -Info 60 [00:02:17.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/index.ts","diagnostics":[]}} -Info 61 [00:02:18.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":4}} After running Immedidate callback:: count: 0 diff --git a/tests/baselines/reference/tsserver/projectReferences/monorepo-like-with-symlinks-when-packageJson-has-types-field-and-has-index.ts-and-solution-is-built.js b/tests/baselines/reference/tsserver/projectReferences/monorepo-like-with-symlinks-when-packageJson-has-types-field-and-has-index.ts-and-solution-is-built.js index 6494e292a4938..864c5a5abd27d 100644 --- a/tests/baselines/reference/tsserver/projectReferences/monorepo-like-with-symlinks-when-packageJson-has-types-field-and-has-index.ts-and-solution-is-built.js +++ b/tests/baselines/reference/tsserver/projectReferences/monorepo-like-with-symlinks-when-packageJson-has-types-field-and-has-index.ts-and-solution-is-built.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:11.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/lib/lib.d.ts] /// @@ -216,7 +216,7 @@ export {}; } -Info 1 [00:01:12.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -225,13 +225,13 @@ Info 1 [00:01:12.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:13.000] Search path: /user/username/projects/myproject/packages/A/src -Info 3 [00:01:14.000] For info: /user/username/projects/myproject/packages/A/src/index.ts :: Config file name: /user/username/projects/myproject/packages/A/tsconfig.json -Info 4 [00:01:15.000] Creating configuration project /user/username/projects/myproject/packages/A/tsconfig.json -Info 5 [00:01:16.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Config file -Info 6 [00:01:17.000] event: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/packages/A/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/packages/A/src/index.ts :: Config file name: /user/username/projects/myproject/packages/A/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/packages/A/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/packages/A/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/myproject/packages/A/src/index.ts to open"}} -Info 7 [00:01:18.000] Config: /user/username/projects/myproject/packages/A/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/packages/A/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/packages/A/src/index.ts" ], @@ -248,10 +248,10 @@ Info 7 [00:01:18.000] Config: /user/username/projects/myproject/packages/A/ts } ] } -Info 8 [00:01:19.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/a/src 1 undefined Config: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:20.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/a/src 1 undefined Config: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Wild card directory -Info 10 [00:01:21.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json -Info 11 [00:01:22.000] Config: /user/username/projects/myproject/packages/B/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/a/src 1 undefined Config: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/a/src 1 undefined Config: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/packages/B/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/packages/B/src/bar.ts", "/user/username/projects/myproject/packages/B/src/index.ts" @@ -263,30 +263,32 @@ Info 11 [00:01:22.000] Config: /user/username/projects/myproject/packages/B/ts "configFilePath": "/user/username/projects/myproject/packages/B/tsconfig.json" } } -Info 12 [00:01:23.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Config file -Info 13 [00:01:24.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/b/src 1 undefined Config: /user/username/projects/myproject/packages/B/tsconfig.json WatchType: Wild card directory -Info 14 [00:01:25.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/b/src 1 undefined Config: /user/username/projects/myproject/packages/B/tsconfig.json WatchType: Wild card directory -Info 15 [00:01:26.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/src/index.ts 500 undefined WatchType: Closed Script info -Info 16 [00:01:27.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/src/bar.ts 500 undefined WatchType: Closed Script info -Info 17 [00:01:28.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:01:29.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/src 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 19 [00:01:30.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/src 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 20 [00:01:31.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 21 [00:01:32.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 22 [00:01:33.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 23 [00:01:34.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 24 [00:01:35.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 25 [00:01:36.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 26 [00:01:37.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/package.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: File location affecting resolution -Info 27 [00:01:38.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 28 [00:01:39.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 29 [00:01:40.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 30 [00:01:41.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 31 [00:01:42.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 32 [00:01:43.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 33 [00:01:44.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 34 [00:01:45.000] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) -Info 35 [00:01:46.000] Files (4) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/b/src 1 undefined Config: /user/username/projects/myproject/packages/B/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/b/src 1 undefined Config: /user/username/projects/myproject/packages/B/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/src/index.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/src/bar.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/src 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/src 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/package.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: File location affecting resolution +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/packages/B/src/index.ts Text-1 "export function foo() { }" /user/username/projects/myproject/packages/B/src/bar.ts Text-1 "export function bar() { }" @@ -302,23 +304,23 @@ Info 35 [00:01:46.000] Files (4) src/index.ts Matched by include pattern 'src' in 'tsconfig.json' -Info 36 [00:01:47.000] ----------------------------------------------- -Info 37 [00:01:48.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/packages/A/tsconfig.json"}} -Info 38 [00:01:49.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"8c5cfb88fb6a6125ddaca4c198af63d261c8feb2786e348cbf3223fcf8461e16","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":3,"tsSize":122,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{"outDir":"","rootDir":"","composite":true},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":true,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 39 [00:01:50.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/packages/A/src/index.ts","configFile":"/user/username/projects/myproject/packages/A/tsconfig.json","diagnostics":[]}} -Info 40 [00:01:51.000] Search path: /user/username/projects/myproject/packages/A -Info 41 [00:01:52.000] For info: /user/username/projects/myproject/packages/A/tsconfig.json :: No config files found. -Info 42 [00:01:53.000] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) -Info 42 [00:01:54.000] Files (4) - -Info 42 [00:01:55.000] ----------------------------------------------- -Info 42 [00:01:56.000] Open files: -Info 42 [00:01:57.000] FileName: /user/username/projects/myproject/packages/A/src/index.ts ProjectRootPath: undefined -Info 42 [00:01:58.000] Projects: /user/username/projects/myproject/packages/A/tsconfig.json -Info 42 [00:01:59.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/packages/A +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/packages/A/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/packages/A/src/index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/packages/A/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -335,6 +337,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/packages/a/tsconfig.json: *new* @@ -360,7 +364,7 @@ FsWatchesRecursive:: Before request -Info 43 [00:02:00.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -372,7 +376,7 @@ Info 43 [00:02:00.000] request: "seq": 2, "type": "request" } -Info 44 [00:02:01.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -381,14 +385,14 @@ After request Before running Timeout callback:: count: 1 1: checkOne -Info 45 [00:02:02.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/index.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 1: semanticCheck -Info 46 [00:02:03.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/index.ts","diagnostics":[]}} After running Immedidate callback:: count: 1 2: suggestionCheck @@ -396,15 +400,15 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 2: suggestionCheck -Info 47 [00:02:04.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/index.ts","diagnostics":[]}} -Info 48 [00:02:05.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":2}} After running Immedidate callback:: count: 0 Before request -Info 49 [00:02:06.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "updateOpen", "arguments": { @@ -430,7 +434,7 @@ Info 49 [00:02:06.000] request: "seq": 3, "type": "request" } -Info 50 [00:02:07.000] response: +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -439,7 +443,7 @@ After request Before request -Info 51 [00:02:08.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -451,7 +455,7 @@ Info 51 [00:02:08.000] request: "seq": 4, "type": "request" } -Info 52 [00:02:09.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -460,24 +464,24 @@ After request Before running Timeout callback:: count: 1 2: checkOne -Info 53 [00:02:10.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json -Info 54 [00:02:11.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 55 [00:02:12.000] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) -Info 56 [00:02:13.000] Files (4) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/packages/B/src/index.ts Text-1 "export function foo() { }" /user/username/projects/myproject/packages/B/src/bar.ts Text-1 "export function bar() { }" /user/username/projects/myproject/packages/A/src/index.ts SVC-1-1 "import { foo } from 'b';\nimport { bar } from 'b/lib/bar';\nfoo();\nbar();\n\n" -Info 57 [00:02:14.000] ----------------------------------------------- -Info 58 [00:02:15.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/index.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 3: semanticCheck -Info 59 [00:02:16.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/index.ts","diagnostics":[]}} After running Immedidate callback:: count: 1 4: suggestionCheck @@ -485,8 +489,8 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 4: suggestionCheck -Info 60 [00:02:17.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/index.ts","diagnostics":[]}} -Info 61 [00:02:18.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":4}} After running Immedidate callback:: count: 0 diff --git a/tests/baselines/reference/tsserver/projectReferences/monorepo-like-with-symlinks-when-packageJson-has-types-field-and-has-index.ts-and-solution-is-not-built-with-preserveSymlinks.js b/tests/baselines/reference/tsserver/projectReferences/monorepo-like-with-symlinks-when-packageJson-has-types-field-and-has-index.ts-and-solution-is-not-built-with-preserveSymlinks.js index 511a5b5f816ff..d5cc212745988 100644 --- a/tests/baselines/reference/tsserver/projectReferences/monorepo-like-with-symlinks-when-packageJson-has-types-field-and-has-index.ts-and-solution-is-not-built-with-preserveSymlinks.js +++ b/tests/baselines/reference/tsserver/projectReferences/monorepo-like-with-symlinks-when-packageJson-has-types-field-and-has-index.ts-and-solution-is-not-built-with-preserveSymlinks.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:43.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/lib/lib.d.ts] /// @@ -38,7 +38,7 @@ export function bar() { } //// [/user/username/projects/myproject/node_modules/b] symlink(/user/username/projects/myproject/packages/B) -Info 1 [00:00:44.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -47,13 +47,13 @@ Info 1 [00:00:44.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:45.000] Search path: /user/username/projects/myproject/packages/A/src -Info 3 [00:00:46.000] For info: /user/username/projects/myproject/packages/A/src/index.ts :: Config file name: /user/username/projects/myproject/packages/A/tsconfig.json -Info 4 [00:00:47.000] Creating configuration project /user/username/projects/myproject/packages/A/tsconfig.json -Info 5 [00:00:48.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Config file -Info 6 [00:00:49.000] event: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/packages/A/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/packages/A/src/index.ts :: Config file name: /user/username/projects/myproject/packages/A/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/packages/A/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/packages/A/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/myproject/packages/A/src/index.ts to open"}} -Info 7 [00:00:50.000] Config: /user/username/projects/myproject/packages/A/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/packages/A/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/packages/A/src/index.ts" ], @@ -71,10 +71,10 @@ Info 7 [00:00:50.000] Config: /user/username/projects/myproject/packages/A/ts } ] } -Info 8 [00:00:51.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/a/src 1 undefined Config: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:52.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/a/src 1 undefined Config: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:53.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json -Info 11 [00:00:54.000] Config: /user/username/projects/myproject/packages/B/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/a/src 1 undefined Config: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/a/src 1 undefined Config: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/packages/B/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/packages/B/src/bar.ts", "/user/username/projects/myproject/packages/B/src/index.ts" @@ -87,30 +87,32 @@ Info 11 [00:00:54.000] Config: /user/username/projects/myproject/packages/B/ts "configFilePath": "/user/username/projects/myproject/packages/B/tsconfig.json" } } -Info 12 [00:00:55.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Config file -Info 13 [00:00:56.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/b/src 1 undefined Config: /user/username/projects/myproject/packages/B/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:57.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/b/src 1 undefined Config: /user/username/projects/myproject/packages/B/tsconfig.json WatchType: Wild card directory -Info 15 [00:00:58.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/src/index.ts 500 undefined WatchType: Closed Script info -Info 16 [00:00:59.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/src/bar.ts 500 undefined WatchType: Closed Script info -Info 17 [00:01:00.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:01:01.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/src 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 19 [00:01:02.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/src 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 20 [00:01:03.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 21 [00:01:04.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 22 [00:01:05.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 23 [00:01:06.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 24 [00:01:07.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 25 [00:01:08.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 26 [00:01:09.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/package.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: File location affecting resolution -Info 27 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 28 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 29 [00:01:12.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 30 [00:01:13.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 31 [00:01:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 32 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 33 [00:01:16.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 34 [00:01:17.000] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) -Info 35 [00:01:18.000] Files (4) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/b/src 1 undefined Config: /user/username/projects/myproject/packages/B/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/b/src 1 undefined Config: /user/username/projects/myproject/packages/B/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/src/index.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/src/bar.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/src 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/src 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/package.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: File location affecting resolution +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/packages/B/src/index.ts Text-1 "export function foo() { }" /user/username/projects/myproject/packages/B/src/bar.ts Text-1 "export function bar() { }" @@ -126,23 +128,23 @@ Info 35 [00:01:18.000] Files (4) src/index.ts Matched by include pattern 'src' in 'tsconfig.json' -Info 36 [00:01:19.000] ----------------------------------------------- -Info 37 [00:01:20.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/packages/A/tsconfig.json"}} -Info 38 [00:01:21.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"8c5cfb88fb6a6125ddaca4c198af63d261c8feb2786e348cbf3223fcf8461e16","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":3,"tsSize":122,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{"outDir":"","rootDir":"","composite":true,"preserveSymlinks":true},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":true,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 39 [00:01:22.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/packages/A/src/index.ts","configFile":"/user/username/projects/myproject/packages/A/tsconfig.json","diagnostics":[]}} -Info 40 [00:01:23.000] Search path: /user/username/projects/myproject/packages/A -Info 41 [00:01:24.000] For info: /user/username/projects/myproject/packages/A/tsconfig.json :: No config files found. -Info 42 [00:01:25.000] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) -Info 42 [00:01:26.000] Files (4) - -Info 42 [00:01:27.000] ----------------------------------------------- -Info 42 [00:01:28.000] Open files: -Info 42 [00:01:29.000] FileName: /user/username/projects/myproject/packages/A/src/index.ts ProjectRootPath: undefined -Info 42 [00:01:30.000] Projects: /user/username/projects/myproject/packages/A/tsconfig.json -Info 42 [00:01:31.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/packages/A +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/packages/A/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/packages/A/src/index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/packages/A/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -159,6 +161,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/packages/a/tsconfig.json: *new* @@ -184,7 +188,7 @@ FsWatchesRecursive:: Before request -Info 43 [00:01:32.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -196,7 +200,7 @@ Info 43 [00:01:32.000] request: "seq": 2, "type": "request" } -Info 44 [00:01:33.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -205,14 +209,14 @@ After request Before running Timeout callback:: count: 1 1: checkOne -Info 45 [00:01:34.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/index.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 1: semanticCheck -Info 46 [00:01:35.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/index.ts","diagnostics":[]}} After running Immedidate callback:: count: 1 2: suggestionCheck @@ -220,15 +224,15 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 2: suggestionCheck -Info 47 [00:01:36.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/index.ts","diagnostics":[]}} -Info 48 [00:01:37.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":2}} After running Immedidate callback:: count: 0 Before request -Info 49 [00:01:38.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "updateOpen", "arguments": { @@ -254,7 +258,7 @@ Info 49 [00:01:38.000] request: "seq": 3, "type": "request" } -Info 50 [00:01:39.000] response: +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -263,7 +267,7 @@ After request Before request -Info 51 [00:01:40.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -275,7 +279,7 @@ Info 51 [00:01:40.000] request: "seq": 4, "type": "request" } -Info 52 [00:01:41.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -284,24 +288,24 @@ After request Before running Timeout callback:: count: 1 2: checkOne -Info 53 [00:01:42.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json -Info 54 [00:01:43.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 55 [00:01:44.000] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) -Info 56 [00:01:45.000] Files (4) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/packages/B/src/index.ts Text-1 "export function foo() { }" /user/username/projects/myproject/packages/B/src/bar.ts Text-1 "export function bar() { }" /user/username/projects/myproject/packages/A/src/index.ts SVC-1-1 "import { foo } from 'b';\nimport { bar } from 'b/lib/bar';\nfoo();\nbar();\n\n" -Info 57 [00:01:46.000] ----------------------------------------------- -Info 58 [00:01:47.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/index.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 3: semanticCheck -Info 59 [00:01:48.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/index.ts","diagnostics":[]}} After running Immedidate callback:: count: 1 4: suggestionCheck @@ -309,8 +313,8 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 4: suggestionCheck -Info 60 [00:01:49.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/index.ts","diagnostics":[]}} -Info 61 [00:01:50.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":4}} After running Immedidate callback:: count: 0 diff --git a/tests/baselines/reference/tsserver/projectReferences/monorepo-like-with-symlinks-when-packageJson-has-types-field-and-has-index.ts-and-solution-is-not-built.js b/tests/baselines/reference/tsserver/projectReferences/monorepo-like-with-symlinks-when-packageJson-has-types-field-and-has-index.ts-and-solution-is-not-built.js index 544fb4f858965..7ff8e512d0668 100644 --- a/tests/baselines/reference/tsserver/projectReferences/monorepo-like-with-symlinks-when-packageJson-has-types-field-and-has-index.ts-and-solution-is-not-built.js +++ b/tests/baselines/reference/tsserver/projectReferences/monorepo-like-with-symlinks-when-packageJson-has-types-field-and-has-index.ts-and-solution-is-not-built.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:43.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/lib/lib.d.ts] /// @@ -38,7 +38,7 @@ export function bar() { } //// [/user/username/projects/myproject/node_modules/b] symlink(/user/username/projects/myproject/packages/B) -Info 1 [00:00:44.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -47,13 +47,13 @@ Info 1 [00:00:44.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:45.000] Search path: /user/username/projects/myproject/packages/A/src -Info 3 [00:00:46.000] For info: /user/username/projects/myproject/packages/A/src/index.ts :: Config file name: /user/username/projects/myproject/packages/A/tsconfig.json -Info 4 [00:00:47.000] Creating configuration project /user/username/projects/myproject/packages/A/tsconfig.json -Info 5 [00:00:48.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Config file -Info 6 [00:00:49.000] event: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/packages/A/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/packages/A/src/index.ts :: Config file name: /user/username/projects/myproject/packages/A/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/packages/A/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/packages/A/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/myproject/packages/A/src/index.ts to open"}} -Info 7 [00:00:50.000] Config: /user/username/projects/myproject/packages/A/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/packages/A/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/packages/A/src/index.ts" ], @@ -70,10 +70,10 @@ Info 7 [00:00:50.000] Config: /user/username/projects/myproject/packages/A/ts } ] } -Info 8 [00:00:51.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/a/src 1 undefined Config: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:52.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/a/src 1 undefined Config: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:53.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json -Info 11 [00:00:54.000] Config: /user/username/projects/myproject/packages/B/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/a/src 1 undefined Config: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/a/src 1 undefined Config: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/packages/B/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/packages/B/src/bar.ts", "/user/username/projects/myproject/packages/B/src/index.ts" @@ -85,30 +85,32 @@ Info 11 [00:00:54.000] Config: /user/username/projects/myproject/packages/B/ts "configFilePath": "/user/username/projects/myproject/packages/B/tsconfig.json" } } -Info 12 [00:00:55.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Config file -Info 13 [00:00:56.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/b/src 1 undefined Config: /user/username/projects/myproject/packages/B/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:57.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/b/src 1 undefined Config: /user/username/projects/myproject/packages/B/tsconfig.json WatchType: Wild card directory -Info 15 [00:00:58.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/src/index.ts 500 undefined WatchType: Closed Script info -Info 16 [00:00:59.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/src/bar.ts 500 undefined WatchType: Closed Script info -Info 17 [00:01:00.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:01:01.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/src 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 19 [00:01:02.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/src 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 20 [00:01:03.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 21 [00:01:04.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 22 [00:01:05.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 23 [00:01:06.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 24 [00:01:07.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 25 [00:01:08.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 26 [00:01:09.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/package.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: File location affecting resolution -Info 27 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 28 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 29 [00:01:12.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 30 [00:01:13.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 31 [00:01:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 32 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 33 [00:01:16.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 34 [00:01:17.000] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) -Info 35 [00:01:18.000] Files (4) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/b/src 1 undefined Config: /user/username/projects/myproject/packages/B/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/b/src 1 undefined Config: /user/username/projects/myproject/packages/B/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/src/index.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/src/bar.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/src 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/src 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/package.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: File location affecting resolution +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/packages/B/src/index.ts Text-1 "export function foo() { }" /user/username/projects/myproject/packages/B/src/bar.ts Text-1 "export function bar() { }" @@ -124,23 +126,23 @@ Info 35 [00:01:18.000] Files (4) src/index.ts Matched by include pattern 'src' in 'tsconfig.json' -Info 36 [00:01:19.000] ----------------------------------------------- -Info 37 [00:01:20.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/packages/A/tsconfig.json"}} -Info 38 [00:01:21.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"8c5cfb88fb6a6125ddaca4c198af63d261c8feb2786e348cbf3223fcf8461e16","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":3,"tsSize":122,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{"outDir":"","rootDir":"","composite":true},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":true,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 39 [00:01:22.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/packages/A/src/index.ts","configFile":"/user/username/projects/myproject/packages/A/tsconfig.json","diagnostics":[]}} -Info 40 [00:01:23.000] Search path: /user/username/projects/myproject/packages/A -Info 41 [00:01:24.000] For info: /user/username/projects/myproject/packages/A/tsconfig.json :: No config files found. -Info 42 [00:01:25.000] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) -Info 42 [00:01:26.000] Files (4) - -Info 42 [00:01:27.000] ----------------------------------------------- -Info 42 [00:01:28.000] Open files: -Info 42 [00:01:29.000] FileName: /user/username/projects/myproject/packages/A/src/index.ts ProjectRootPath: undefined -Info 42 [00:01:30.000] Projects: /user/username/projects/myproject/packages/A/tsconfig.json -Info 42 [00:01:31.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/packages/A +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/packages/A/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/packages/A/src/index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/packages/A/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -157,6 +159,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/packages/a/tsconfig.json: *new* @@ -182,7 +186,7 @@ FsWatchesRecursive:: Before request -Info 43 [00:01:32.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -194,7 +198,7 @@ Info 43 [00:01:32.000] request: "seq": 2, "type": "request" } -Info 44 [00:01:33.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -203,14 +207,14 @@ After request Before running Timeout callback:: count: 1 1: checkOne -Info 45 [00:01:34.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/index.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 1: semanticCheck -Info 46 [00:01:35.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/index.ts","diagnostics":[]}} After running Immedidate callback:: count: 1 2: suggestionCheck @@ -218,15 +222,15 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 2: suggestionCheck -Info 47 [00:01:36.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/index.ts","diagnostics":[]}} -Info 48 [00:01:37.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":2}} After running Immedidate callback:: count: 0 Before request -Info 49 [00:01:38.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "updateOpen", "arguments": { @@ -252,7 +256,7 @@ Info 49 [00:01:38.000] request: "seq": 3, "type": "request" } -Info 50 [00:01:39.000] response: +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -261,7 +265,7 @@ After request Before request -Info 51 [00:01:40.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -273,7 +277,7 @@ Info 51 [00:01:40.000] request: "seq": 4, "type": "request" } -Info 52 [00:01:41.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -282,24 +286,24 @@ After request Before running Timeout callback:: count: 1 2: checkOne -Info 53 [00:01:42.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json -Info 54 [00:01:43.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 55 [00:01:44.000] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) -Info 56 [00:01:45.000] Files (4) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/packages/B/src/index.ts Text-1 "export function foo() { }" /user/username/projects/myproject/packages/B/src/bar.ts Text-1 "export function bar() { }" /user/username/projects/myproject/packages/A/src/index.ts SVC-1-1 "import { foo } from 'b';\nimport { bar } from 'b/lib/bar';\nfoo();\nbar();\n\n" -Info 57 [00:01:46.000] ----------------------------------------------- -Info 58 [00:01:47.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/index.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 3: semanticCheck -Info 59 [00:01:48.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/index.ts","diagnostics":[]}} After running Immedidate callback:: count: 1 4: suggestionCheck @@ -307,8 +311,8 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 4: suggestionCheck -Info 60 [00:01:49.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/index.ts","diagnostics":[]}} -Info 61 [00:01:50.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":4}} After running Immedidate callback:: count: 0 diff --git a/tests/baselines/reference/tsserver/projectReferences/monorepo-like-with-symlinks-when-packageJson-has-types-field-and-has-index.ts-with-scoped-package-and-solution-is-built-with-preserveSymlinks.js b/tests/baselines/reference/tsserver/projectReferences/monorepo-like-with-symlinks-when-packageJson-has-types-field-and-has-index.ts-with-scoped-package-and-solution-is-built-with-preserveSymlinks.js index a2951341f56bd..37a744cee17ae 100644 --- a/tests/baselines/reference/tsserver/projectReferences/monorepo-like-with-symlinks-when-packageJson-has-types-field-and-has-index.ts-with-scoped-package-and-solution-is-built-with-preserveSymlinks.js +++ b/tests/baselines/reference/tsserver/projectReferences/monorepo-like-with-symlinks-when-packageJson-has-types-field-and-has-index.ts-with-scoped-package-and-solution-is-built-with-preserveSymlinks.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:13.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/lib/lib.d.ts] /// @@ -216,7 +216,7 @@ export {}; } -Info 1 [00:01:14.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -225,13 +225,13 @@ Info 1 [00:01:14.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:15.000] Search path: /user/username/projects/myproject/packages/A/src -Info 3 [00:01:16.000] For info: /user/username/projects/myproject/packages/A/src/index.ts :: Config file name: /user/username/projects/myproject/packages/A/tsconfig.json -Info 4 [00:01:17.000] Creating configuration project /user/username/projects/myproject/packages/A/tsconfig.json -Info 5 [00:01:18.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Config file -Info 6 [00:01:19.000] event: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/packages/A/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/packages/A/src/index.ts :: Config file name: /user/username/projects/myproject/packages/A/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/packages/A/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/packages/A/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/myproject/packages/A/src/index.ts to open"}} -Info 7 [00:01:20.000] Config: /user/username/projects/myproject/packages/A/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/packages/A/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/packages/A/src/index.ts" ], @@ -249,10 +249,10 @@ Info 7 [00:01:20.000] Config: /user/username/projects/myproject/packages/A/ts } ] } -Info 8 [00:01:21.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/a/src 1 undefined Config: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:22.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/a/src 1 undefined Config: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Wild card directory -Info 10 [00:01:23.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json -Info 11 [00:01:24.000] Config: /user/username/projects/myproject/packages/B/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/a/src 1 undefined Config: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/a/src 1 undefined Config: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/packages/B/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/packages/B/src/bar.ts", "/user/username/projects/myproject/packages/B/src/index.ts" @@ -265,30 +265,32 @@ Info 11 [00:01:24.000] Config: /user/username/projects/myproject/packages/B/ts "configFilePath": "/user/username/projects/myproject/packages/B/tsconfig.json" } } -Info 12 [00:01:25.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Config file -Info 13 [00:01:26.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/b/src 1 undefined Config: /user/username/projects/myproject/packages/B/tsconfig.json WatchType: Wild card directory -Info 14 [00:01:27.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/b/src 1 undefined Config: /user/username/projects/myproject/packages/B/tsconfig.json WatchType: Wild card directory -Info 15 [00:01:28.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/src/index.ts 500 undefined WatchType: Closed Script info -Info 16 [00:01:29.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/src/bar.ts 500 undefined WatchType: Closed Script info -Info 17 [00:01:30.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:01:31.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/src 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 19 [00:01:32.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/src 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 20 [00:01:33.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 21 [00:01:34.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 22 [00:01:35.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 23 [00:01:36.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 24 [00:01:37.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 25 [00:01:38.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 26 [00:01:39.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/package.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: File location affecting resolution -Info 27 [00:01:40.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 28 [00:01:41.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 29 [00:01:42.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 30 [00:01:43.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 31 [00:01:44.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 32 [00:01:45.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 33 [00:01:46.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 34 [00:01:47.000] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) -Info 35 [00:01:48.000] Files (4) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/b/src 1 undefined Config: /user/username/projects/myproject/packages/B/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/b/src 1 undefined Config: /user/username/projects/myproject/packages/B/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/src/index.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/src/bar.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/src 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/src 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/package.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: File location affecting resolution +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/packages/B/src/index.ts Text-1 "export function foo() { }" /user/username/projects/myproject/packages/B/src/bar.ts Text-1 "export function bar() { }" @@ -304,23 +306,23 @@ Info 35 [00:01:48.000] Files (4) src/index.ts Matched by include pattern 'src' in 'tsconfig.json' -Info 36 [00:01:49.000] ----------------------------------------------- -Info 37 [00:01:50.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/packages/A/tsconfig.json"}} -Info 38 [00:01:51.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"8c5cfb88fb6a6125ddaca4c198af63d261c8feb2786e348cbf3223fcf8461e16","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":3,"tsSize":136,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{"outDir":"","rootDir":"","composite":true,"preserveSymlinks":true},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":true,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 39 [00:01:52.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/packages/A/src/index.ts","configFile":"/user/username/projects/myproject/packages/A/tsconfig.json","diagnostics":[]}} -Info 40 [00:01:53.000] Search path: /user/username/projects/myproject/packages/A -Info 41 [00:01:54.000] For info: /user/username/projects/myproject/packages/A/tsconfig.json :: No config files found. -Info 42 [00:01:55.000] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) -Info 42 [00:01:56.000] Files (4) - -Info 42 [00:01:57.000] ----------------------------------------------- -Info 42 [00:01:58.000] Open files: -Info 42 [00:01:59.000] FileName: /user/username/projects/myproject/packages/A/src/index.ts ProjectRootPath: undefined -Info 42 [00:02:00.000] Projects: /user/username/projects/myproject/packages/A/tsconfig.json -Info 42 [00:02:01.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/packages/A +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/packages/A/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/packages/A/src/index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/packages/A/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -337,6 +339,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/packages/a/tsconfig.json: *new* @@ -362,7 +366,7 @@ FsWatchesRecursive:: Before request -Info 43 [00:02:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -374,7 +378,7 @@ Info 43 [00:02:02.000] request: "seq": 2, "type": "request" } -Info 44 [00:02:03.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -383,14 +387,14 @@ After request Before running Timeout callback:: count: 1 1: checkOne -Info 45 [00:02:04.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/index.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 1: semanticCheck -Info 46 [00:02:05.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/index.ts","diagnostics":[]}} After running Immedidate callback:: count: 1 2: suggestionCheck @@ -398,15 +402,15 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 2: suggestionCheck -Info 47 [00:02:06.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/index.ts","diagnostics":[]}} -Info 48 [00:02:07.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":2}} After running Immedidate callback:: count: 0 Before request -Info 49 [00:02:08.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "updateOpen", "arguments": { @@ -432,7 +436,7 @@ Info 49 [00:02:08.000] request: "seq": 3, "type": "request" } -Info 50 [00:02:09.000] response: +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -441,7 +445,7 @@ After request Before request -Info 51 [00:02:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -453,7 +457,7 @@ Info 51 [00:02:10.000] request: "seq": 4, "type": "request" } -Info 52 [00:02:11.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -462,24 +466,24 @@ After request Before running Timeout callback:: count: 1 2: checkOne -Info 53 [00:02:12.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json -Info 54 [00:02:13.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 55 [00:02:14.000] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) -Info 56 [00:02:15.000] Files (4) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/packages/B/src/index.ts Text-1 "export function foo() { }" /user/username/projects/myproject/packages/B/src/bar.ts Text-1 "export function bar() { }" /user/username/projects/myproject/packages/A/src/index.ts SVC-1-1 "import { foo } from '@issue/b';\nimport { bar } from '@issue/b/lib/bar';\nfoo();\nbar();\n\n" -Info 57 [00:02:16.000] ----------------------------------------------- -Info 58 [00:02:17.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/index.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 3: semanticCheck -Info 59 [00:02:18.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/index.ts","diagnostics":[]}} After running Immedidate callback:: count: 1 4: suggestionCheck @@ -487,8 +491,8 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 4: suggestionCheck -Info 60 [00:02:19.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/index.ts","diagnostics":[]}} -Info 61 [00:02:20.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":4}} After running Immedidate callback:: count: 0 diff --git a/tests/baselines/reference/tsserver/projectReferences/monorepo-like-with-symlinks-when-packageJson-has-types-field-and-has-index.ts-with-scoped-package-and-solution-is-built.js b/tests/baselines/reference/tsserver/projectReferences/monorepo-like-with-symlinks-when-packageJson-has-types-field-and-has-index.ts-with-scoped-package-and-solution-is-built.js index 3b5db1ac040b3..3e614f8ad2363 100644 --- a/tests/baselines/reference/tsserver/projectReferences/monorepo-like-with-symlinks-when-packageJson-has-types-field-and-has-index.ts-with-scoped-package-and-solution-is-built.js +++ b/tests/baselines/reference/tsserver/projectReferences/monorepo-like-with-symlinks-when-packageJson-has-types-field-and-has-index.ts-with-scoped-package-and-solution-is-built.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:13.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/lib/lib.d.ts] /// @@ -216,7 +216,7 @@ export {}; } -Info 1 [00:01:14.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -225,13 +225,13 @@ Info 1 [00:01:14.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:15.000] Search path: /user/username/projects/myproject/packages/A/src -Info 3 [00:01:16.000] For info: /user/username/projects/myproject/packages/A/src/index.ts :: Config file name: /user/username/projects/myproject/packages/A/tsconfig.json -Info 4 [00:01:17.000] Creating configuration project /user/username/projects/myproject/packages/A/tsconfig.json -Info 5 [00:01:18.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Config file -Info 6 [00:01:19.000] event: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/packages/A/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/packages/A/src/index.ts :: Config file name: /user/username/projects/myproject/packages/A/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/packages/A/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/packages/A/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/myproject/packages/A/src/index.ts to open"}} -Info 7 [00:01:20.000] Config: /user/username/projects/myproject/packages/A/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/packages/A/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/packages/A/src/index.ts" ], @@ -248,10 +248,10 @@ Info 7 [00:01:20.000] Config: /user/username/projects/myproject/packages/A/ts } ] } -Info 8 [00:01:21.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/a/src 1 undefined Config: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:22.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/a/src 1 undefined Config: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Wild card directory -Info 10 [00:01:23.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json -Info 11 [00:01:24.000] Config: /user/username/projects/myproject/packages/B/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/a/src 1 undefined Config: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/a/src 1 undefined Config: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/packages/B/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/packages/B/src/bar.ts", "/user/username/projects/myproject/packages/B/src/index.ts" @@ -263,30 +263,32 @@ Info 11 [00:01:24.000] Config: /user/username/projects/myproject/packages/B/ts "configFilePath": "/user/username/projects/myproject/packages/B/tsconfig.json" } } -Info 12 [00:01:25.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Config file -Info 13 [00:01:26.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/b/src 1 undefined Config: /user/username/projects/myproject/packages/B/tsconfig.json WatchType: Wild card directory -Info 14 [00:01:27.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/b/src 1 undefined Config: /user/username/projects/myproject/packages/B/tsconfig.json WatchType: Wild card directory -Info 15 [00:01:28.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/src/index.ts 500 undefined WatchType: Closed Script info -Info 16 [00:01:29.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/src/bar.ts 500 undefined WatchType: Closed Script info -Info 17 [00:01:30.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:01:31.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/src 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 19 [00:01:32.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/src 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 20 [00:01:33.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 21 [00:01:34.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 22 [00:01:35.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 23 [00:01:36.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 24 [00:01:37.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 25 [00:01:38.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 26 [00:01:39.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/package.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: File location affecting resolution -Info 27 [00:01:40.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 28 [00:01:41.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 29 [00:01:42.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 30 [00:01:43.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 31 [00:01:44.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 32 [00:01:45.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 33 [00:01:46.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 34 [00:01:47.000] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) -Info 35 [00:01:48.000] Files (4) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/b/src 1 undefined Config: /user/username/projects/myproject/packages/B/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/b/src 1 undefined Config: /user/username/projects/myproject/packages/B/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/src/index.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/src/bar.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/src 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/src 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/package.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: File location affecting resolution +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/packages/B/src/index.ts Text-1 "export function foo() { }" /user/username/projects/myproject/packages/B/src/bar.ts Text-1 "export function bar() { }" @@ -302,23 +304,23 @@ Info 35 [00:01:48.000] Files (4) src/index.ts Matched by include pattern 'src' in 'tsconfig.json' -Info 36 [00:01:49.000] ----------------------------------------------- -Info 37 [00:01:50.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/packages/A/tsconfig.json"}} -Info 38 [00:01:51.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"8c5cfb88fb6a6125ddaca4c198af63d261c8feb2786e348cbf3223fcf8461e16","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":3,"tsSize":136,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{"outDir":"","rootDir":"","composite":true},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":true,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 39 [00:01:52.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/packages/A/src/index.ts","configFile":"/user/username/projects/myproject/packages/A/tsconfig.json","diagnostics":[]}} -Info 40 [00:01:53.000] Search path: /user/username/projects/myproject/packages/A -Info 41 [00:01:54.000] For info: /user/username/projects/myproject/packages/A/tsconfig.json :: No config files found. -Info 42 [00:01:55.000] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) -Info 42 [00:01:56.000] Files (4) - -Info 42 [00:01:57.000] ----------------------------------------------- -Info 42 [00:01:58.000] Open files: -Info 42 [00:01:59.000] FileName: /user/username/projects/myproject/packages/A/src/index.ts ProjectRootPath: undefined -Info 42 [00:02:00.000] Projects: /user/username/projects/myproject/packages/A/tsconfig.json -Info 42 [00:02:01.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/packages/A +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/packages/A/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/packages/A/src/index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/packages/A/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -335,6 +337,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/packages/a/tsconfig.json: *new* @@ -360,7 +364,7 @@ FsWatchesRecursive:: Before request -Info 43 [00:02:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -372,7 +376,7 @@ Info 43 [00:02:02.000] request: "seq": 2, "type": "request" } -Info 44 [00:02:03.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -381,14 +385,14 @@ After request Before running Timeout callback:: count: 1 1: checkOne -Info 45 [00:02:04.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/index.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 1: semanticCheck -Info 46 [00:02:05.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/index.ts","diagnostics":[]}} After running Immedidate callback:: count: 1 2: suggestionCheck @@ -396,15 +400,15 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 2: suggestionCheck -Info 47 [00:02:06.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/index.ts","diagnostics":[]}} -Info 48 [00:02:07.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":2}} After running Immedidate callback:: count: 0 Before request -Info 49 [00:02:08.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "updateOpen", "arguments": { @@ -430,7 +434,7 @@ Info 49 [00:02:08.000] request: "seq": 3, "type": "request" } -Info 50 [00:02:09.000] response: +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -439,7 +443,7 @@ After request Before request -Info 51 [00:02:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -451,7 +455,7 @@ Info 51 [00:02:10.000] request: "seq": 4, "type": "request" } -Info 52 [00:02:11.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -460,24 +464,24 @@ After request Before running Timeout callback:: count: 1 2: checkOne -Info 53 [00:02:12.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json -Info 54 [00:02:13.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 55 [00:02:14.000] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) -Info 56 [00:02:15.000] Files (4) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/packages/B/src/index.ts Text-1 "export function foo() { }" /user/username/projects/myproject/packages/B/src/bar.ts Text-1 "export function bar() { }" /user/username/projects/myproject/packages/A/src/index.ts SVC-1-1 "import { foo } from '@issue/b';\nimport { bar } from '@issue/b/lib/bar';\nfoo();\nbar();\n\n" -Info 57 [00:02:16.000] ----------------------------------------------- -Info 58 [00:02:17.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/index.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 3: semanticCheck -Info 59 [00:02:18.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/index.ts","diagnostics":[]}} After running Immedidate callback:: count: 1 4: suggestionCheck @@ -485,8 +489,8 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 4: suggestionCheck -Info 60 [00:02:19.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/index.ts","diagnostics":[]}} -Info 61 [00:02:20.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":4}} After running Immedidate callback:: count: 0 diff --git a/tests/baselines/reference/tsserver/projectReferences/monorepo-like-with-symlinks-when-packageJson-has-types-field-and-has-index.ts-with-scoped-package-and-solution-is-not-built-with-preserveSymlinks.js b/tests/baselines/reference/tsserver/projectReferences/monorepo-like-with-symlinks-when-packageJson-has-types-field-and-has-index.ts-with-scoped-package-and-solution-is-not-built-with-preserveSymlinks.js index b3df4cf77265d..b8e45437e47e2 100644 --- a/tests/baselines/reference/tsserver/projectReferences/monorepo-like-with-symlinks-when-packageJson-has-types-field-and-has-index.ts-with-scoped-package-and-solution-is-not-built-with-preserveSymlinks.js +++ b/tests/baselines/reference/tsserver/projectReferences/monorepo-like-with-symlinks-when-packageJson-has-types-field-and-has-index.ts-with-scoped-package-and-solution-is-not-built-with-preserveSymlinks.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:45.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/lib/lib.d.ts] /// @@ -38,7 +38,7 @@ export function bar() { } //// [/user/username/projects/myproject/node_modules/@issue/b] symlink(/user/username/projects/myproject/packages/B) -Info 1 [00:00:46.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -47,13 +47,13 @@ Info 1 [00:00:46.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:47.000] Search path: /user/username/projects/myproject/packages/A/src -Info 3 [00:00:48.000] For info: /user/username/projects/myproject/packages/A/src/index.ts :: Config file name: /user/username/projects/myproject/packages/A/tsconfig.json -Info 4 [00:00:49.000] Creating configuration project /user/username/projects/myproject/packages/A/tsconfig.json -Info 5 [00:00:50.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Config file -Info 6 [00:00:51.000] event: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/packages/A/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/packages/A/src/index.ts :: Config file name: /user/username/projects/myproject/packages/A/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/packages/A/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/packages/A/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/myproject/packages/A/src/index.ts to open"}} -Info 7 [00:00:52.000] Config: /user/username/projects/myproject/packages/A/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/packages/A/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/packages/A/src/index.ts" ], @@ -71,10 +71,10 @@ Info 7 [00:00:52.000] Config: /user/username/projects/myproject/packages/A/ts } ] } -Info 8 [00:00:53.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/a/src 1 undefined Config: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:54.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/a/src 1 undefined Config: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:55.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json -Info 11 [00:00:56.000] Config: /user/username/projects/myproject/packages/B/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/a/src 1 undefined Config: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/a/src 1 undefined Config: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/packages/B/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/packages/B/src/bar.ts", "/user/username/projects/myproject/packages/B/src/index.ts" @@ -87,30 +87,32 @@ Info 11 [00:00:56.000] Config: /user/username/projects/myproject/packages/B/ts "configFilePath": "/user/username/projects/myproject/packages/B/tsconfig.json" } } -Info 12 [00:00:57.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Config file -Info 13 [00:00:58.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/b/src 1 undefined Config: /user/username/projects/myproject/packages/B/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:59.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/b/src 1 undefined Config: /user/username/projects/myproject/packages/B/tsconfig.json WatchType: Wild card directory -Info 15 [00:01:00.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/src/index.ts 500 undefined WatchType: Closed Script info -Info 16 [00:01:01.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/src/bar.ts 500 undefined WatchType: Closed Script info -Info 17 [00:01:02.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:01:03.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/src 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 19 [00:01:04.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/src 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 20 [00:01:05.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 21 [00:01:06.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 22 [00:01:07.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 23 [00:01:08.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 24 [00:01:09.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 25 [00:01:10.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 26 [00:01:11.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/package.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: File location affecting resolution -Info 27 [00:01:12.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 28 [00:01:13.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 29 [00:01:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 30 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 31 [00:01:16.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 32 [00:01:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 33 [00:01:18.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 34 [00:01:19.000] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) -Info 35 [00:01:20.000] Files (4) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/b/src 1 undefined Config: /user/username/projects/myproject/packages/B/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/b/src 1 undefined Config: /user/username/projects/myproject/packages/B/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/src/index.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/src/bar.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/src 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/src 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/package.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: File location affecting resolution +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/packages/B/src/index.ts Text-1 "export function foo() { }" /user/username/projects/myproject/packages/B/src/bar.ts Text-1 "export function bar() { }" @@ -126,23 +128,23 @@ Info 35 [00:01:20.000] Files (4) src/index.ts Matched by include pattern 'src' in 'tsconfig.json' -Info 36 [00:01:21.000] ----------------------------------------------- -Info 37 [00:01:22.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/packages/A/tsconfig.json"}} -Info 38 [00:01:23.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"8c5cfb88fb6a6125ddaca4c198af63d261c8feb2786e348cbf3223fcf8461e16","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":3,"tsSize":136,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{"outDir":"","rootDir":"","composite":true,"preserveSymlinks":true},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":true,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 39 [00:01:24.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/packages/A/src/index.ts","configFile":"/user/username/projects/myproject/packages/A/tsconfig.json","diagnostics":[]}} -Info 40 [00:01:25.000] Search path: /user/username/projects/myproject/packages/A -Info 41 [00:01:26.000] For info: /user/username/projects/myproject/packages/A/tsconfig.json :: No config files found. -Info 42 [00:01:27.000] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) -Info 42 [00:01:28.000] Files (4) - -Info 42 [00:01:29.000] ----------------------------------------------- -Info 42 [00:01:30.000] Open files: -Info 42 [00:01:31.000] FileName: /user/username/projects/myproject/packages/A/src/index.ts ProjectRootPath: undefined -Info 42 [00:01:32.000] Projects: /user/username/projects/myproject/packages/A/tsconfig.json -Info 42 [00:01:33.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/packages/A +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/packages/A/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/packages/A/src/index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/packages/A/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -159,6 +161,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/packages/a/tsconfig.json: *new* @@ -184,7 +188,7 @@ FsWatchesRecursive:: Before request -Info 43 [00:01:34.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -196,7 +200,7 @@ Info 43 [00:01:34.000] request: "seq": 2, "type": "request" } -Info 44 [00:01:35.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -205,14 +209,14 @@ After request Before running Timeout callback:: count: 1 1: checkOne -Info 45 [00:01:36.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/index.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 1: semanticCheck -Info 46 [00:01:37.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/index.ts","diagnostics":[]}} After running Immedidate callback:: count: 1 2: suggestionCheck @@ -220,15 +224,15 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 2: suggestionCheck -Info 47 [00:01:38.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/index.ts","diagnostics":[]}} -Info 48 [00:01:39.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":2}} After running Immedidate callback:: count: 0 Before request -Info 49 [00:01:40.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "updateOpen", "arguments": { @@ -254,7 +258,7 @@ Info 49 [00:01:40.000] request: "seq": 3, "type": "request" } -Info 50 [00:01:41.000] response: +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -263,7 +267,7 @@ After request Before request -Info 51 [00:01:42.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -275,7 +279,7 @@ Info 51 [00:01:42.000] request: "seq": 4, "type": "request" } -Info 52 [00:01:43.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -284,24 +288,24 @@ After request Before running Timeout callback:: count: 1 2: checkOne -Info 53 [00:01:44.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json -Info 54 [00:01:45.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 55 [00:01:46.000] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) -Info 56 [00:01:47.000] Files (4) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/packages/B/src/index.ts Text-1 "export function foo() { }" /user/username/projects/myproject/packages/B/src/bar.ts Text-1 "export function bar() { }" /user/username/projects/myproject/packages/A/src/index.ts SVC-1-1 "import { foo } from '@issue/b';\nimport { bar } from '@issue/b/lib/bar';\nfoo();\nbar();\n\n" -Info 57 [00:01:48.000] ----------------------------------------------- -Info 58 [00:01:49.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/index.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 3: semanticCheck -Info 59 [00:01:50.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/index.ts","diagnostics":[]}} After running Immedidate callback:: count: 1 4: suggestionCheck @@ -309,8 +313,8 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 4: suggestionCheck -Info 60 [00:01:51.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/index.ts","diagnostics":[]}} -Info 61 [00:01:52.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":4}} After running Immedidate callback:: count: 0 diff --git a/tests/baselines/reference/tsserver/projectReferences/monorepo-like-with-symlinks-when-packageJson-has-types-field-and-has-index.ts-with-scoped-package-and-solution-is-not-built.js b/tests/baselines/reference/tsserver/projectReferences/monorepo-like-with-symlinks-when-packageJson-has-types-field-and-has-index.ts-with-scoped-package-and-solution-is-not-built.js index 055f83fc41e4e..7c583b89e8833 100644 --- a/tests/baselines/reference/tsserver/projectReferences/monorepo-like-with-symlinks-when-packageJson-has-types-field-and-has-index.ts-with-scoped-package-and-solution-is-not-built.js +++ b/tests/baselines/reference/tsserver/projectReferences/monorepo-like-with-symlinks-when-packageJson-has-types-field-and-has-index.ts-with-scoped-package-and-solution-is-not-built.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:45.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/lib/lib.d.ts] /// @@ -38,7 +38,7 @@ export function bar() { } //// [/user/username/projects/myproject/node_modules/@issue/b] symlink(/user/username/projects/myproject/packages/B) -Info 1 [00:00:46.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -47,13 +47,13 @@ Info 1 [00:00:46.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:47.000] Search path: /user/username/projects/myproject/packages/A/src -Info 3 [00:00:48.000] For info: /user/username/projects/myproject/packages/A/src/index.ts :: Config file name: /user/username/projects/myproject/packages/A/tsconfig.json -Info 4 [00:00:49.000] Creating configuration project /user/username/projects/myproject/packages/A/tsconfig.json -Info 5 [00:00:50.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Config file -Info 6 [00:00:51.000] event: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/packages/A/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/packages/A/src/index.ts :: Config file name: /user/username/projects/myproject/packages/A/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/packages/A/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/packages/A/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/myproject/packages/A/src/index.ts to open"}} -Info 7 [00:00:52.000] Config: /user/username/projects/myproject/packages/A/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/packages/A/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/packages/A/src/index.ts" ], @@ -70,10 +70,10 @@ Info 7 [00:00:52.000] Config: /user/username/projects/myproject/packages/A/ts } ] } -Info 8 [00:00:53.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/a/src 1 undefined Config: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:54.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/a/src 1 undefined Config: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:55.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json -Info 11 [00:00:56.000] Config: /user/username/projects/myproject/packages/B/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/a/src 1 undefined Config: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/a/src 1 undefined Config: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/packages/B/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/packages/B/src/bar.ts", "/user/username/projects/myproject/packages/B/src/index.ts" @@ -85,30 +85,32 @@ Info 11 [00:00:56.000] Config: /user/username/projects/myproject/packages/B/ts "configFilePath": "/user/username/projects/myproject/packages/B/tsconfig.json" } } -Info 12 [00:00:57.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Config file -Info 13 [00:00:58.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/b/src 1 undefined Config: /user/username/projects/myproject/packages/B/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:59.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/b/src 1 undefined Config: /user/username/projects/myproject/packages/B/tsconfig.json WatchType: Wild card directory -Info 15 [00:01:00.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/src/index.ts 500 undefined WatchType: Closed Script info -Info 16 [00:01:01.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/src/bar.ts 500 undefined WatchType: Closed Script info -Info 17 [00:01:02.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:01:03.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/src 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 19 [00:01:04.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/src 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 20 [00:01:05.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 21 [00:01:06.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 22 [00:01:07.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 23 [00:01:08.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 24 [00:01:09.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 25 [00:01:10.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 26 [00:01:11.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/package.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: File location affecting resolution -Info 27 [00:01:12.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 28 [00:01:13.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 29 [00:01:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 30 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 31 [00:01:16.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 32 [00:01:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 33 [00:01:18.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 34 [00:01:19.000] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) -Info 35 [00:01:20.000] Files (4) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/b/src 1 undefined Config: /user/username/projects/myproject/packages/B/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/b/src 1 undefined Config: /user/username/projects/myproject/packages/B/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/src/index.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/src/bar.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/src 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/src 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/package.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: File location affecting resolution +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/packages/B/src/index.ts Text-1 "export function foo() { }" /user/username/projects/myproject/packages/B/src/bar.ts Text-1 "export function bar() { }" @@ -124,23 +126,23 @@ Info 35 [00:01:20.000] Files (4) src/index.ts Matched by include pattern 'src' in 'tsconfig.json' -Info 36 [00:01:21.000] ----------------------------------------------- -Info 37 [00:01:22.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/packages/A/tsconfig.json"}} -Info 38 [00:01:23.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"8c5cfb88fb6a6125ddaca4c198af63d261c8feb2786e348cbf3223fcf8461e16","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":3,"tsSize":136,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{"outDir":"","rootDir":"","composite":true},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":true,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 39 [00:01:24.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/packages/A/src/index.ts","configFile":"/user/username/projects/myproject/packages/A/tsconfig.json","diagnostics":[]}} -Info 40 [00:01:25.000] Search path: /user/username/projects/myproject/packages/A -Info 41 [00:01:26.000] For info: /user/username/projects/myproject/packages/A/tsconfig.json :: No config files found. -Info 42 [00:01:27.000] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) -Info 42 [00:01:28.000] Files (4) - -Info 42 [00:01:29.000] ----------------------------------------------- -Info 42 [00:01:30.000] Open files: -Info 42 [00:01:31.000] FileName: /user/username/projects/myproject/packages/A/src/index.ts ProjectRootPath: undefined -Info 42 [00:01:32.000] Projects: /user/username/projects/myproject/packages/A/tsconfig.json -Info 42 [00:01:33.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/packages/A +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/packages/A/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/packages/A/src/index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/packages/A/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -157,6 +159,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/packages/a/tsconfig.json: *new* @@ -182,7 +186,7 @@ FsWatchesRecursive:: Before request -Info 43 [00:01:34.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -194,7 +198,7 @@ Info 43 [00:01:34.000] request: "seq": 2, "type": "request" } -Info 44 [00:01:35.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -203,14 +207,14 @@ After request Before running Timeout callback:: count: 1 1: checkOne -Info 45 [00:01:36.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/index.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 1: semanticCheck -Info 46 [00:01:37.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/index.ts","diagnostics":[]}} After running Immedidate callback:: count: 1 2: suggestionCheck @@ -218,15 +222,15 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 2: suggestionCheck -Info 47 [00:01:38.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/index.ts","diagnostics":[]}} -Info 48 [00:01:39.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":2}} After running Immedidate callback:: count: 0 Before request -Info 49 [00:01:40.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "updateOpen", "arguments": { @@ -252,7 +256,7 @@ Info 49 [00:01:40.000] request: "seq": 3, "type": "request" } -Info 50 [00:01:41.000] response: +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -261,7 +265,7 @@ After request Before request -Info 51 [00:01:42.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -273,7 +277,7 @@ Info 51 [00:01:42.000] request: "seq": 4, "type": "request" } -Info 52 [00:01:43.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -282,24 +286,24 @@ After request Before running Timeout callback:: count: 1 2: checkOne -Info 53 [00:01:44.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json -Info 54 [00:01:45.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 55 [00:01:46.000] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) -Info 56 [00:01:47.000] Files (4) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/packages/B/src/index.ts Text-1 "export function foo() { }" /user/username/projects/myproject/packages/B/src/bar.ts Text-1 "export function bar() { }" /user/username/projects/myproject/packages/A/src/index.ts SVC-1-1 "import { foo } from '@issue/b';\nimport { bar } from '@issue/b/lib/bar';\nfoo();\nbar();\n\n" -Info 57 [00:01:48.000] ----------------------------------------------- -Info 58 [00:01:49.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/index.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 3: semanticCheck -Info 59 [00:01:50.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/index.ts","diagnostics":[]}} After running Immedidate callback:: count: 1 4: suggestionCheck @@ -307,8 +311,8 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 4: suggestionCheck -Info 60 [00:01:51.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/index.ts","diagnostics":[]}} -Info 61 [00:01:52.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":4}} After running Immedidate callback:: count: 0 diff --git a/tests/baselines/reference/tsserver/projectReferences/monorepo-like-with-symlinks-when-referencing-file-from-subFolder-and-solution-is-built-with-preserveSymlinks.js b/tests/baselines/reference/tsserver/projectReferences/monorepo-like-with-symlinks-when-referencing-file-from-subFolder-and-solution-is-built-with-preserveSymlinks.js index c54767d3a1627..ea33defb90a04 100644 --- a/tests/baselines/reference/tsserver/projectReferences/monorepo-like-with-symlinks-when-referencing-file-from-subFolder-and-solution-is-built-with-preserveSymlinks.js +++ b/tests/baselines/reference/tsserver/projectReferences/monorepo-like-with-symlinks-when-referencing-file-from-subFolder-and-solution-is-built-with-preserveSymlinks.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:16.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/lib/lib.d.ts] /// @@ -216,7 +216,7 @@ export {}; } -Info 1 [00:01:17.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -225,13 +225,13 @@ Info 1 [00:01:17.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:18.000] Search path: /user/username/projects/myproject/packages/A/src -Info 3 [00:01:19.000] For info: /user/username/projects/myproject/packages/A/src/test.ts :: Config file name: /user/username/projects/myproject/packages/A/tsconfig.json -Info 4 [00:01:20.000] Creating configuration project /user/username/projects/myproject/packages/A/tsconfig.json -Info 5 [00:01:21.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Config file -Info 6 [00:01:22.000] event: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/packages/A/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/packages/A/src/test.ts :: Config file name: /user/username/projects/myproject/packages/A/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/packages/A/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/packages/A/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/myproject/packages/A/src/test.ts to open"}} -Info 7 [00:01:23.000] Config: /user/username/projects/myproject/packages/A/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/packages/A/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/packages/A/src/test.ts" ], @@ -249,10 +249,10 @@ Info 7 [00:01:23.000] Config: /user/username/projects/myproject/packages/A/ts } ] } -Info 8 [00:01:24.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/a/src 1 undefined Config: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:25.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/a/src 1 undefined Config: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Wild card directory -Info 10 [00:01:26.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json -Info 11 [00:01:27.000] Config: /user/username/projects/myproject/packages/B/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/a/src 1 undefined Config: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/a/src 1 undefined Config: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/packages/B/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/packages/B/src/foo.ts", "/user/username/projects/myproject/packages/B/src/bar/foo.ts" @@ -265,30 +265,32 @@ Info 11 [00:01:27.000] Config: /user/username/projects/myproject/packages/B/ts "configFilePath": "/user/username/projects/myproject/packages/B/tsconfig.json" } } -Info 12 [00:01:28.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Config file -Info 13 [00:01:29.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/b/src 1 undefined Config: /user/username/projects/myproject/packages/B/tsconfig.json WatchType: Wild card directory -Info 14 [00:01:30.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/b/src 1 undefined Config: /user/username/projects/myproject/packages/B/tsconfig.json WatchType: Wild card directory -Info 15 [00:01:31.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/src/foo.ts 500 undefined WatchType: Closed Script info -Info 16 [00:01:32.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/src/bar/foo.ts 500 undefined WatchType: Closed Script info -Info 17 [00:01:33.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:01:34.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/src 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 19 [00:01:35.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/src 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 20 [00:01:36.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 21 [00:01:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 22 [00:01:38.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 23 [00:01:39.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 24 [00:01:40.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 25 [00:01:41.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 26 [00:01:42.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/package.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: File location affecting resolution -Info 27 [00:01:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 28 [00:01:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 29 [00:01:45.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 30 [00:01:46.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 31 [00:01:47.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 32 [00:01:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 33 [00:01:49.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 34 [00:01:50.000] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) -Info 35 [00:01:51.000] Files (4) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/b/src 1 undefined Config: /user/username/projects/myproject/packages/B/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/b/src 1 undefined Config: /user/username/projects/myproject/packages/B/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/src/foo.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/src/bar/foo.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/src 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/src 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/package.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: File location affecting resolution +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/packages/B/src/foo.ts Text-1 "export function foo() { }" /user/username/projects/myproject/packages/B/src/bar/foo.ts Text-1 "export function bar() { }" @@ -304,23 +306,23 @@ Info 35 [00:01:51.000] Files (4) src/test.ts Matched by include pattern 'src' in 'tsconfig.json' -Info 36 [00:01:52.000] ----------------------------------------------- -Info 37 [00:01:53.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/packages/A/tsconfig.json"}} -Info 38 [00:01:54.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"8c5cfb88fb6a6125ddaca4c198af63d261c8feb2786e348cbf3223fcf8461e16","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":3,"tsSize":134,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{"outDir":"","rootDir":"","composite":true,"preserveSymlinks":true},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":true,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 39 [00:01:55.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/packages/A/src/test.ts","configFile":"/user/username/projects/myproject/packages/A/tsconfig.json","diagnostics":[]}} -Info 40 [00:01:56.000] Search path: /user/username/projects/myproject/packages/A -Info 41 [00:01:57.000] For info: /user/username/projects/myproject/packages/A/tsconfig.json :: No config files found. -Info 42 [00:01:58.000] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) -Info 42 [00:01:59.000] Files (4) - -Info 42 [00:02:00.000] ----------------------------------------------- -Info 42 [00:02:01.000] Open files: -Info 42 [00:02:02.000] FileName: /user/username/projects/myproject/packages/A/src/test.ts ProjectRootPath: undefined -Info 42 [00:02:03.000] Projects: /user/username/projects/myproject/packages/A/tsconfig.json -Info 42 [00:02:04.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/packages/A +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/packages/A/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/packages/A/src/test.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/packages/A/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -337,6 +339,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/packages/a/tsconfig.json: *new* @@ -362,7 +366,7 @@ FsWatchesRecursive:: Before request -Info 43 [00:02:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -374,7 +378,7 @@ Info 43 [00:02:05.000] request: "seq": 2, "type": "request" } -Info 44 [00:02:06.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -383,14 +387,14 @@ After request Before running Timeout callback:: count: 1 1: checkOne -Info 45 [00:02:07.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/test.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 1: semanticCheck -Info 46 [00:02:08.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/test.ts","diagnostics":[]}} After running Immedidate callback:: count: 1 2: suggestionCheck @@ -398,15 +402,15 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 2: suggestionCheck -Info 47 [00:02:09.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/test.ts","diagnostics":[]}} -Info 48 [00:02:10.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":2}} After running Immedidate callback:: count: 0 Before request -Info 49 [00:02:11.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "updateOpen", "arguments": { @@ -432,7 +436,7 @@ Info 49 [00:02:11.000] request: "seq": 3, "type": "request" } -Info 50 [00:02:12.000] response: +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -441,7 +445,7 @@ After request Before request -Info 51 [00:02:13.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -453,7 +457,7 @@ Info 51 [00:02:13.000] request: "seq": 4, "type": "request" } -Info 52 [00:02:14.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -462,24 +466,24 @@ After request Before running Timeout callback:: count: 1 2: checkOne -Info 53 [00:02:15.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json -Info 54 [00:02:16.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 55 [00:02:17.000] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) -Info 56 [00:02:18.000] Files (4) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/packages/B/src/foo.ts Text-1 "export function foo() { }" /user/username/projects/myproject/packages/B/src/bar/foo.ts Text-1 "export function bar() { }" /user/username/projects/myproject/packages/A/src/test.ts SVC-1-1 "import { foo } from 'b/lib/foo';\nimport { bar } from 'b/lib/bar/foo';\nfoo();\nbar();\n\n" -Info 57 [00:02:19.000] ----------------------------------------------- -Info 58 [00:02:20.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/test.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 3: semanticCheck -Info 59 [00:02:21.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/test.ts","diagnostics":[]}} After running Immedidate callback:: count: 1 4: suggestionCheck @@ -487,8 +491,8 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 4: suggestionCheck -Info 60 [00:02:22.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/test.ts","diagnostics":[]}} -Info 61 [00:02:23.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":4}} After running Immedidate callback:: count: 0 diff --git a/tests/baselines/reference/tsserver/projectReferences/monorepo-like-with-symlinks-when-referencing-file-from-subFolder-and-solution-is-built.js b/tests/baselines/reference/tsserver/projectReferences/monorepo-like-with-symlinks-when-referencing-file-from-subFolder-and-solution-is-built.js index f13c67d66775f..b5df5c0538e64 100644 --- a/tests/baselines/reference/tsserver/projectReferences/monorepo-like-with-symlinks-when-referencing-file-from-subFolder-and-solution-is-built.js +++ b/tests/baselines/reference/tsserver/projectReferences/monorepo-like-with-symlinks-when-referencing-file-from-subFolder-and-solution-is-built.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:16.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/lib/lib.d.ts] /// @@ -216,7 +216,7 @@ export {}; } -Info 1 [00:01:17.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -225,13 +225,13 @@ Info 1 [00:01:17.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:18.000] Search path: /user/username/projects/myproject/packages/A/src -Info 3 [00:01:19.000] For info: /user/username/projects/myproject/packages/A/src/test.ts :: Config file name: /user/username/projects/myproject/packages/A/tsconfig.json -Info 4 [00:01:20.000] Creating configuration project /user/username/projects/myproject/packages/A/tsconfig.json -Info 5 [00:01:21.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Config file -Info 6 [00:01:22.000] event: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/packages/A/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/packages/A/src/test.ts :: Config file name: /user/username/projects/myproject/packages/A/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/packages/A/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/packages/A/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/myproject/packages/A/src/test.ts to open"}} -Info 7 [00:01:23.000] Config: /user/username/projects/myproject/packages/A/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/packages/A/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/packages/A/src/test.ts" ], @@ -248,10 +248,10 @@ Info 7 [00:01:23.000] Config: /user/username/projects/myproject/packages/A/ts } ] } -Info 8 [00:01:24.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/a/src 1 undefined Config: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:25.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/a/src 1 undefined Config: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Wild card directory -Info 10 [00:01:26.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json -Info 11 [00:01:27.000] Config: /user/username/projects/myproject/packages/B/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/a/src 1 undefined Config: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/a/src 1 undefined Config: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/packages/B/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/packages/B/src/foo.ts", "/user/username/projects/myproject/packages/B/src/bar/foo.ts" @@ -263,30 +263,32 @@ Info 11 [00:01:27.000] Config: /user/username/projects/myproject/packages/B/ts "configFilePath": "/user/username/projects/myproject/packages/B/tsconfig.json" } } -Info 12 [00:01:28.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Config file -Info 13 [00:01:29.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/b/src 1 undefined Config: /user/username/projects/myproject/packages/B/tsconfig.json WatchType: Wild card directory -Info 14 [00:01:30.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/b/src 1 undefined Config: /user/username/projects/myproject/packages/B/tsconfig.json WatchType: Wild card directory -Info 15 [00:01:31.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/src/foo.ts 500 undefined WatchType: Closed Script info -Info 16 [00:01:32.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/src/bar/foo.ts 500 undefined WatchType: Closed Script info -Info 17 [00:01:33.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:01:34.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/src 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 19 [00:01:35.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/src 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 20 [00:01:36.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 21 [00:01:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 22 [00:01:38.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 23 [00:01:39.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 24 [00:01:40.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 25 [00:01:41.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 26 [00:01:42.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/package.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: File location affecting resolution -Info 27 [00:01:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 28 [00:01:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 29 [00:01:45.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 30 [00:01:46.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 31 [00:01:47.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 32 [00:01:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 33 [00:01:49.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 34 [00:01:50.000] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) -Info 35 [00:01:51.000] Files (4) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/b/src 1 undefined Config: /user/username/projects/myproject/packages/B/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/b/src 1 undefined Config: /user/username/projects/myproject/packages/B/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/src/foo.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/src/bar/foo.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/src 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/src 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/package.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: File location affecting resolution +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/packages/B/src/foo.ts Text-1 "export function foo() { }" /user/username/projects/myproject/packages/B/src/bar/foo.ts Text-1 "export function bar() { }" @@ -302,23 +304,23 @@ Info 35 [00:01:51.000] Files (4) src/test.ts Matched by include pattern 'src' in 'tsconfig.json' -Info 36 [00:01:52.000] ----------------------------------------------- -Info 37 [00:01:53.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/packages/A/tsconfig.json"}} -Info 38 [00:01:54.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"8c5cfb88fb6a6125ddaca4c198af63d261c8feb2786e348cbf3223fcf8461e16","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":3,"tsSize":134,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{"outDir":"","rootDir":"","composite":true},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":true,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 39 [00:01:55.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/packages/A/src/test.ts","configFile":"/user/username/projects/myproject/packages/A/tsconfig.json","diagnostics":[]}} -Info 40 [00:01:56.000] Search path: /user/username/projects/myproject/packages/A -Info 41 [00:01:57.000] For info: /user/username/projects/myproject/packages/A/tsconfig.json :: No config files found. -Info 42 [00:01:58.000] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) -Info 42 [00:01:59.000] Files (4) - -Info 42 [00:02:00.000] ----------------------------------------------- -Info 42 [00:02:01.000] Open files: -Info 42 [00:02:02.000] FileName: /user/username/projects/myproject/packages/A/src/test.ts ProjectRootPath: undefined -Info 42 [00:02:03.000] Projects: /user/username/projects/myproject/packages/A/tsconfig.json -Info 42 [00:02:04.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/packages/A +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/packages/A/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/packages/A/src/test.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/packages/A/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -335,6 +337,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/packages/a/tsconfig.json: *new* @@ -360,7 +364,7 @@ FsWatchesRecursive:: Before request -Info 43 [00:02:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -372,7 +376,7 @@ Info 43 [00:02:05.000] request: "seq": 2, "type": "request" } -Info 44 [00:02:06.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -381,14 +385,14 @@ After request Before running Timeout callback:: count: 1 1: checkOne -Info 45 [00:02:07.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/test.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 1: semanticCheck -Info 46 [00:02:08.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/test.ts","diagnostics":[]}} After running Immedidate callback:: count: 1 2: suggestionCheck @@ -396,15 +400,15 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 2: suggestionCheck -Info 47 [00:02:09.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/test.ts","diagnostics":[]}} -Info 48 [00:02:10.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":2}} After running Immedidate callback:: count: 0 Before request -Info 49 [00:02:11.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "updateOpen", "arguments": { @@ -430,7 +434,7 @@ Info 49 [00:02:11.000] request: "seq": 3, "type": "request" } -Info 50 [00:02:12.000] response: +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -439,7 +443,7 @@ After request Before request -Info 51 [00:02:13.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -451,7 +455,7 @@ Info 51 [00:02:13.000] request: "seq": 4, "type": "request" } -Info 52 [00:02:14.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -460,24 +464,24 @@ After request Before running Timeout callback:: count: 1 2: checkOne -Info 53 [00:02:15.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json -Info 54 [00:02:16.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 55 [00:02:17.000] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) -Info 56 [00:02:18.000] Files (4) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/packages/B/src/foo.ts Text-1 "export function foo() { }" /user/username/projects/myproject/packages/B/src/bar/foo.ts Text-1 "export function bar() { }" /user/username/projects/myproject/packages/A/src/test.ts SVC-1-1 "import { foo } from 'b/lib/foo';\nimport { bar } from 'b/lib/bar/foo';\nfoo();\nbar();\n\n" -Info 57 [00:02:19.000] ----------------------------------------------- -Info 58 [00:02:20.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/test.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 3: semanticCheck -Info 59 [00:02:21.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/test.ts","diagnostics":[]}} After running Immedidate callback:: count: 1 4: suggestionCheck @@ -485,8 +489,8 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 4: suggestionCheck -Info 60 [00:02:22.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/test.ts","diagnostics":[]}} -Info 61 [00:02:23.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":4}} After running Immedidate callback:: count: 0 diff --git a/tests/baselines/reference/tsserver/projectReferences/monorepo-like-with-symlinks-when-referencing-file-from-subFolder-and-solution-is-not-built-with-preserveSymlinks.js b/tests/baselines/reference/tsserver/projectReferences/monorepo-like-with-symlinks-when-referencing-file-from-subFolder-and-solution-is-not-built-with-preserveSymlinks.js index 8fd3a7ae6e85d..efc8b2f9f6a16 100644 --- a/tests/baselines/reference/tsserver/projectReferences/monorepo-like-with-symlinks-when-referencing-file-from-subFolder-and-solution-is-not-built-with-preserveSymlinks.js +++ b/tests/baselines/reference/tsserver/projectReferences/monorepo-like-with-symlinks-when-referencing-file-from-subFolder-and-solution-is-not-built-with-preserveSymlinks.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:45.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/lib/lib.d.ts] /// @@ -38,7 +38,7 @@ export function bar() { } //// [/user/username/projects/myproject/node_modules/b] symlink(/user/username/projects/myproject/packages/B) -Info 1 [00:00:46.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -47,13 +47,13 @@ Info 1 [00:00:46.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:47.000] Search path: /user/username/projects/myproject/packages/A/src -Info 3 [00:00:48.000] For info: /user/username/projects/myproject/packages/A/src/test.ts :: Config file name: /user/username/projects/myproject/packages/A/tsconfig.json -Info 4 [00:00:49.000] Creating configuration project /user/username/projects/myproject/packages/A/tsconfig.json -Info 5 [00:00:50.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Config file -Info 6 [00:00:51.000] event: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/packages/A/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/packages/A/src/test.ts :: Config file name: /user/username/projects/myproject/packages/A/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/packages/A/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/packages/A/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/myproject/packages/A/src/test.ts to open"}} -Info 7 [00:00:52.000] Config: /user/username/projects/myproject/packages/A/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/packages/A/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/packages/A/src/test.ts" ], @@ -71,10 +71,10 @@ Info 7 [00:00:52.000] Config: /user/username/projects/myproject/packages/A/ts } ] } -Info 8 [00:00:53.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/a/src 1 undefined Config: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:54.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/a/src 1 undefined Config: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:55.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json -Info 11 [00:00:56.000] Config: /user/username/projects/myproject/packages/B/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/a/src 1 undefined Config: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/a/src 1 undefined Config: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/packages/B/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/packages/B/src/foo.ts", "/user/username/projects/myproject/packages/B/src/bar/foo.ts" @@ -87,30 +87,32 @@ Info 11 [00:00:56.000] Config: /user/username/projects/myproject/packages/B/ts "configFilePath": "/user/username/projects/myproject/packages/B/tsconfig.json" } } -Info 12 [00:00:57.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Config file -Info 13 [00:00:58.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/b/src 1 undefined Config: /user/username/projects/myproject/packages/B/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:59.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/b/src 1 undefined Config: /user/username/projects/myproject/packages/B/tsconfig.json WatchType: Wild card directory -Info 15 [00:01:00.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/src/foo.ts 500 undefined WatchType: Closed Script info -Info 16 [00:01:01.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/src/bar/foo.ts 500 undefined WatchType: Closed Script info -Info 17 [00:01:02.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:01:03.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/src 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 19 [00:01:04.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/src 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 20 [00:01:05.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 21 [00:01:06.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 22 [00:01:07.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 23 [00:01:08.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 24 [00:01:09.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 25 [00:01:10.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 26 [00:01:11.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/package.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: File location affecting resolution -Info 27 [00:01:12.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 28 [00:01:13.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 29 [00:01:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 30 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 31 [00:01:16.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 32 [00:01:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 33 [00:01:18.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 34 [00:01:19.000] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) -Info 35 [00:01:20.000] Files (4) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/b/src 1 undefined Config: /user/username/projects/myproject/packages/B/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/b/src 1 undefined Config: /user/username/projects/myproject/packages/B/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/src/foo.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/src/bar/foo.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/src 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/src 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/package.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: File location affecting resolution +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/packages/B/src/foo.ts Text-1 "export function foo() { }" /user/username/projects/myproject/packages/B/src/bar/foo.ts Text-1 "export function bar() { }" @@ -126,23 +128,23 @@ Info 35 [00:01:20.000] Files (4) src/test.ts Matched by include pattern 'src' in 'tsconfig.json' -Info 36 [00:01:21.000] ----------------------------------------------- -Info 37 [00:01:22.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/packages/A/tsconfig.json"}} -Info 38 [00:01:23.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"8c5cfb88fb6a6125ddaca4c198af63d261c8feb2786e348cbf3223fcf8461e16","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":3,"tsSize":134,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{"outDir":"","rootDir":"","composite":true,"preserveSymlinks":true},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":true,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 39 [00:01:24.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/packages/A/src/test.ts","configFile":"/user/username/projects/myproject/packages/A/tsconfig.json","diagnostics":[]}} -Info 40 [00:01:25.000] Search path: /user/username/projects/myproject/packages/A -Info 41 [00:01:26.000] For info: /user/username/projects/myproject/packages/A/tsconfig.json :: No config files found. -Info 42 [00:01:27.000] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) -Info 42 [00:01:28.000] Files (4) - -Info 42 [00:01:29.000] ----------------------------------------------- -Info 42 [00:01:30.000] Open files: -Info 42 [00:01:31.000] FileName: /user/username/projects/myproject/packages/A/src/test.ts ProjectRootPath: undefined -Info 42 [00:01:32.000] Projects: /user/username/projects/myproject/packages/A/tsconfig.json -Info 42 [00:01:33.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/packages/A +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/packages/A/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/packages/A/src/test.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/packages/A/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -159,6 +161,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/packages/a/tsconfig.json: *new* @@ -184,7 +188,7 @@ FsWatchesRecursive:: Before request -Info 43 [00:01:34.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -196,7 +200,7 @@ Info 43 [00:01:34.000] request: "seq": 2, "type": "request" } -Info 44 [00:01:35.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -205,14 +209,14 @@ After request Before running Timeout callback:: count: 1 1: checkOne -Info 45 [00:01:36.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/test.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 1: semanticCheck -Info 46 [00:01:37.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/test.ts","diagnostics":[]}} After running Immedidate callback:: count: 1 2: suggestionCheck @@ -220,15 +224,15 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 2: suggestionCheck -Info 47 [00:01:38.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/test.ts","diagnostics":[]}} -Info 48 [00:01:39.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":2}} After running Immedidate callback:: count: 0 Before request -Info 49 [00:01:40.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "updateOpen", "arguments": { @@ -254,7 +258,7 @@ Info 49 [00:01:40.000] request: "seq": 3, "type": "request" } -Info 50 [00:01:41.000] response: +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -263,7 +267,7 @@ After request Before request -Info 51 [00:01:42.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -275,7 +279,7 @@ Info 51 [00:01:42.000] request: "seq": 4, "type": "request" } -Info 52 [00:01:43.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -284,24 +288,24 @@ After request Before running Timeout callback:: count: 1 2: checkOne -Info 53 [00:01:44.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json -Info 54 [00:01:45.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 55 [00:01:46.000] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) -Info 56 [00:01:47.000] Files (4) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/packages/B/src/foo.ts Text-1 "export function foo() { }" /user/username/projects/myproject/packages/B/src/bar/foo.ts Text-1 "export function bar() { }" /user/username/projects/myproject/packages/A/src/test.ts SVC-1-1 "import { foo } from 'b/lib/foo';\nimport { bar } from 'b/lib/bar/foo';\nfoo();\nbar();\n\n" -Info 57 [00:01:48.000] ----------------------------------------------- -Info 58 [00:01:49.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/test.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 3: semanticCheck -Info 59 [00:01:50.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/test.ts","diagnostics":[]}} After running Immedidate callback:: count: 1 4: suggestionCheck @@ -309,8 +313,8 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 4: suggestionCheck -Info 60 [00:01:51.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/test.ts","diagnostics":[]}} -Info 61 [00:01:52.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":4}} After running Immedidate callback:: count: 0 diff --git a/tests/baselines/reference/tsserver/projectReferences/monorepo-like-with-symlinks-when-referencing-file-from-subFolder-and-solution-is-not-built.js b/tests/baselines/reference/tsserver/projectReferences/monorepo-like-with-symlinks-when-referencing-file-from-subFolder-and-solution-is-not-built.js index 790611c8d199c..b1fce729691bf 100644 --- a/tests/baselines/reference/tsserver/projectReferences/monorepo-like-with-symlinks-when-referencing-file-from-subFolder-and-solution-is-not-built.js +++ b/tests/baselines/reference/tsserver/projectReferences/monorepo-like-with-symlinks-when-referencing-file-from-subFolder-and-solution-is-not-built.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:45.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/lib/lib.d.ts] /// @@ -38,7 +38,7 @@ export function bar() { } //// [/user/username/projects/myproject/node_modules/b] symlink(/user/username/projects/myproject/packages/B) -Info 1 [00:00:46.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -47,13 +47,13 @@ Info 1 [00:00:46.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:47.000] Search path: /user/username/projects/myproject/packages/A/src -Info 3 [00:00:48.000] For info: /user/username/projects/myproject/packages/A/src/test.ts :: Config file name: /user/username/projects/myproject/packages/A/tsconfig.json -Info 4 [00:00:49.000] Creating configuration project /user/username/projects/myproject/packages/A/tsconfig.json -Info 5 [00:00:50.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Config file -Info 6 [00:00:51.000] event: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/packages/A/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/packages/A/src/test.ts :: Config file name: /user/username/projects/myproject/packages/A/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/packages/A/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/packages/A/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/myproject/packages/A/src/test.ts to open"}} -Info 7 [00:00:52.000] Config: /user/username/projects/myproject/packages/A/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/packages/A/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/packages/A/src/test.ts" ], @@ -70,10 +70,10 @@ Info 7 [00:00:52.000] Config: /user/username/projects/myproject/packages/A/ts } ] } -Info 8 [00:00:53.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/a/src 1 undefined Config: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:54.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/a/src 1 undefined Config: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:55.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json -Info 11 [00:00:56.000] Config: /user/username/projects/myproject/packages/B/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/a/src 1 undefined Config: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/a/src 1 undefined Config: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/packages/B/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/packages/B/src/foo.ts", "/user/username/projects/myproject/packages/B/src/bar/foo.ts" @@ -85,30 +85,32 @@ Info 11 [00:00:56.000] Config: /user/username/projects/myproject/packages/B/ts "configFilePath": "/user/username/projects/myproject/packages/B/tsconfig.json" } } -Info 12 [00:00:57.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Config file -Info 13 [00:00:58.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/b/src 1 undefined Config: /user/username/projects/myproject/packages/B/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:59.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/b/src 1 undefined Config: /user/username/projects/myproject/packages/B/tsconfig.json WatchType: Wild card directory -Info 15 [00:01:00.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/src/foo.ts 500 undefined WatchType: Closed Script info -Info 16 [00:01:01.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/src/bar/foo.ts 500 undefined WatchType: Closed Script info -Info 17 [00:01:02.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:01:03.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/src 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 19 [00:01:04.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/src 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 20 [00:01:05.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 21 [00:01:06.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 22 [00:01:07.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 23 [00:01:08.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 24 [00:01:09.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 25 [00:01:10.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 26 [00:01:11.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/package.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: File location affecting resolution -Info 27 [00:01:12.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 28 [00:01:13.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 29 [00:01:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 30 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 31 [00:01:16.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 32 [00:01:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 33 [00:01:18.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 34 [00:01:19.000] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) -Info 35 [00:01:20.000] Files (4) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/b/src 1 undefined Config: /user/username/projects/myproject/packages/B/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/b/src 1 undefined Config: /user/username/projects/myproject/packages/B/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/src/foo.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/src/bar/foo.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/src 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/src 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/package.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: File location affecting resolution +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/packages/B/src/foo.ts Text-1 "export function foo() { }" /user/username/projects/myproject/packages/B/src/bar/foo.ts Text-1 "export function bar() { }" @@ -124,23 +126,23 @@ Info 35 [00:01:20.000] Files (4) src/test.ts Matched by include pattern 'src' in 'tsconfig.json' -Info 36 [00:01:21.000] ----------------------------------------------- -Info 37 [00:01:22.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/packages/A/tsconfig.json"}} -Info 38 [00:01:23.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"8c5cfb88fb6a6125ddaca4c198af63d261c8feb2786e348cbf3223fcf8461e16","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":3,"tsSize":134,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{"outDir":"","rootDir":"","composite":true},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":true,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 39 [00:01:24.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/packages/A/src/test.ts","configFile":"/user/username/projects/myproject/packages/A/tsconfig.json","diagnostics":[]}} -Info 40 [00:01:25.000] Search path: /user/username/projects/myproject/packages/A -Info 41 [00:01:26.000] For info: /user/username/projects/myproject/packages/A/tsconfig.json :: No config files found. -Info 42 [00:01:27.000] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) -Info 42 [00:01:28.000] Files (4) - -Info 42 [00:01:29.000] ----------------------------------------------- -Info 42 [00:01:30.000] Open files: -Info 42 [00:01:31.000] FileName: /user/username/projects/myproject/packages/A/src/test.ts ProjectRootPath: undefined -Info 42 [00:01:32.000] Projects: /user/username/projects/myproject/packages/A/tsconfig.json -Info 42 [00:01:33.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/packages/A +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/packages/A/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/packages/A/src/test.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/packages/A/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -157,6 +159,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/packages/a/tsconfig.json: *new* @@ -182,7 +186,7 @@ FsWatchesRecursive:: Before request -Info 43 [00:01:34.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -194,7 +198,7 @@ Info 43 [00:01:34.000] request: "seq": 2, "type": "request" } -Info 44 [00:01:35.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -203,14 +207,14 @@ After request Before running Timeout callback:: count: 1 1: checkOne -Info 45 [00:01:36.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/test.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 1: semanticCheck -Info 46 [00:01:37.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/test.ts","diagnostics":[]}} After running Immedidate callback:: count: 1 2: suggestionCheck @@ -218,15 +222,15 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 2: suggestionCheck -Info 47 [00:01:38.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/test.ts","diagnostics":[]}} -Info 48 [00:01:39.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":2}} After running Immedidate callback:: count: 0 Before request -Info 49 [00:01:40.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "updateOpen", "arguments": { @@ -252,7 +256,7 @@ Info 49 [00:01:40.000] request: "seq": 3, "type": "request" } -Info 50 [00:01:41.000] response: +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -261,7 +265,7 @@ After request Before request -Info 51 [00:01:42.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -273,7 +277,7 @@ Info 51 [00:01:42.000] request: "seq": 4, "type": "request" } -Info 52 [00:01:43.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -282,24 +286,24 @@ After request Before running Timeout callback:: count: 1 2: checkOne -Info 53 [00:01:44.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json -Info 54 [00:01:45.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 55 [00:01:46.000] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) -Info 56 [00:01:47.000] Files (4) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/packages/B/src/foo.ts Text-1 "export function foo() { }" /user/username/projects/myproject/packages/B/src/bar/foo.ts Text-1 "export function bar() { }" /user/username/projects/myproject/packages/A/src/test.ts SVC-1-1 "import { foo } from 'b/lib/foo';\nimport { bar } from 'b/lib/bar/foo';\nfoo();\nbar();\n\n" -Info 57 [00:01:48.000] ----------------------------------------------- -Info 58 [00:01:49.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/test.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 3: semanticCheck -Info 59 [00:01:50.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/test.ts","diagnostics":[]}} After running Immedidate callback:: count: 1 4: suggestionCheck @@ -307,8 +311,8 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 4: suggestionCheck -Info 60 [00:01:51.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/test.ts","diagnostics":[]}} -Info 61 [00:01:52.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":4}} After running Immedidate callback:: count: 0 diff --git a/tests/baselines/reference/tsserver/projectReferences/monorepo-like-with-symlinks-when-referencing-file-from-subFolder-with-scoped-package-and-solution-is-built-with-preserveSymlinks.js b/tests/baselines/reference/tsserver/projectReferences/monorepo-like-with-symlinks-when-referencing-file-from-subFolder-with-scoped-package-and-solution-is-built-with-preserveSymlinks.js index 870e31d345ca0..acf7a83412ef8 100644 --- a/tests/baselines/reference/tsserver/projectReferences/monorepo-like-with-symlinks-when-referencing-file-from-subFolder-with-scoped-package-and-solution-is-built-with-preserveSymlinks.js +++ b/tests/baselines/reference/tsserver/projectReferences/monorepo-like-with-symlinks-when-referencing-file-from-subFolder-with-scoped-package-and-solution-is-built-with-preserveSymlinks.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:18.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/lib/lib.d.ts] /// @@ -216,7 +216,7 @@ export {}; } -Info 1 [00:01:19.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -225,13 +225,13 @@ Info 1 [00:01:19.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:20.000] Search path: /user/username/projects/myproject/packages/A/src -Info 3 [00:01:21.000] For info: /user/username/projects/myproject/packages/A/src/test.ts :: Config file name: /user/username/projects/myproject/packages/A/tsconfig.json -Info 4 [00:01:22.000] Creating configuration project /user/username/projects/myproject/packages/A/tsconfig.json -Info 5 [00:01:23.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Config file -Info 6 [00:01:24.000] event: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/packages/A/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/packages/A/src/test.ts :: Config file name: /user/username/projects/myproject/packages/A/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/packages/A/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/packages/A/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/myproject/packages/A/src/test.ts to open"}} -Info 7 [00:01:25.000] Config: /user/username/projects/myproject/packages/A/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/packages/A/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/packages/A/src/test.ts" ], @@ -249,10 +249,10 @@ Info 7 [00:01:25.000] Config: /user/username/projects/myproject/packages/A/ts } ] } -Info 8 [00:01:26.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/a/src 1 undefined Config: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:27.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/a/src 1 undefined Config: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Wild card directory -Info 10 [00:01:28.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json -Info 11 [00:01:29.000] Config: /user/username/projects/myproject/packages/B/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/a/src 1 undefined Config: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/a/src 1 undefined Config: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/packages/B/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/packages/B/src/foo.ts", "/user/username/projects/myproject/packages/B/src/bar/foo.ts" @@ -265,30 +265,32 @@ Info 11 [00:01:29.000] Config: /user/username/projects/myproject/packages/B/ts "configFilePath": "/user/username/projects/myproject/packages/B/tsconfig.json" } } -Info 12 [00:01:30.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Config file -Info 13 [00:01:31.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/b/src 1 undefined Config: /user/username/projects/myproject/packages/B/tsconfig.json WatchType: Wild card directory -Info 14 [00:01:32.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/b/src 1 undefined Config: /user/username/projects/myproject/packages/B/tsconfig.json WatchType: Wild card directory -Info 15 [00:01:33.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/src/foo.ts 500 undefined WatchType: Closed Script info -Info 16 [00:01:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/src/bar/foo.ts 500 undefined WatchType: Closed Script info -Info 17 [00:01:35.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:01:36.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/src 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 19 [00:01:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/src 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 20 [00:01:38.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 21 [00:01:39.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 22 [00:01:40.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 23 [00:01:41.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 24 [00:01:42.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 25 [00:01:43.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 26 [00:01:44.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/package.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: File location affecting resolution -Info 27 [00:01:45.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 28 [00:01:46.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 29 [00:01:47.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 30 [00:01:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 31 [00:01:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 32 [00:01:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 33 [00:01:51.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 34 [00:01:52.000] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) -Info 35 [00:01:53.000] Files (4) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/b/src 1 undefined Config: /user/username/projects/myproject/packages/B/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/b/src 1 undefined Config: /user/username/projects/myproject/packages/B/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/src/foo.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/src/bar/foo.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/src 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/src 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/package.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: File location affecting resolution +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/packages/B/src/foo.ts Text-1 "export function foo() { }" /user/username/projects/myproject/packages/B/src/bar/foo.ts Text-1 "export function bar() { }" @@ -304,23 +306,23 @@ Info 35 [00:01:53.000] Files (4) src/test.ts Matched by include pattern 'src' in 'tsconfig.json' -Info 36 [00:01:54.000] ----------------------------------------------- -Info 37 [00:01:55.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/packages/A/tsconfig.json"}} -Info 38 [00:01:56.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"8c5cfb88fb6a6125ddaca4c198af63d261c8feb2786e348cbf3223fcf8461e16","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":3,"tsSize":148,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{"outDir":"","rootDir":"","composite":true,"preserveSymlinks":true},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":true,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 39 [00:01:57.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/packages/A/src/test.ts","configFile":"/user/username/projects/myproject/packages/A/tsconfig.json","diagnostics":[]}} -Info 40 [00:01:58.000] Search path: /user/username/projects/myproject/packages/A -Info 41 [00:01:59.000] For info: /user/username/projects/myproject/packages/A/tsconfig.json :: No config files found. -Info 42 [00:02:00.000] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) -Info 42 [00:02:01.000] Files (4) - -Info 42 [00:02:02.000] ----------------------------------------------- -Info 42 [00:02:03.000] Open files: -Info 42 [00:02:04.000] FileName: /user/username/projects/myproject/packages/A/src/test.ts ProjectRootPath: undefined -Info 42 [00:02:05.000] Projects: /user/username/projects/myproject/packages/A/tsconfig.json -Info 42 [00:02:06.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/packages/A +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/packages/A/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/packages/A/src/test.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/packages/A/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -337,6 +339,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/packages/a/tsconfig.json: *new* @@ -362,7 +366,7 @@ FsWatchesRecursive:: Before request -Info 43 [00:02:07.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -374,7 +378,7 @@ Info 43 [00:02:07.000] request: "seq": 2, "type": "request" } -Info 44 [00:02:08.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -383,14 +387,14 @@ After request Before running Timeout callback:: count: 1 1: checkOne -Info 45 [00:02:09.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/test.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 1: semanticCheck -Info 46 [00:02:10.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/test.ts","diagnostics":[]}} After running Immedidate callback:: count: 1 2: suggestionCheck @@ -398,15 +402,15 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 2: suggestionCheck -Info 47 [00:02:11.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/test.ts","diagnostics":[]}} -Info 48 [00:02:12.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":2}} After running Immedidate callback:: count: 0 Before request -Info 49 [00:02:13.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "updateOpen", "arguments": { @@ -432,7 +436,7 @@ Info 49 [00:02:13.000] request: "seq": 3, "type": "request" } -Info 50 [00:02:14.000] response: +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -441,7 +445,7 @@ After request Before request -Info 51 [00:02:15.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -453,7 +457,7 @@ Info 51 [00:02:15.000] request: "seq": 4, "type": "request" } -Info 52 [00:02:16.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -462,24 +466,24 @@ After request Before running Timeout callback:: count: 1 2: checkOne -Info 53 [00:02:17.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json -Info 54 [00:02:18.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 55 [00:02:19.000] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) -Info 56 [00:02:20.000] Files (4) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/packages/B/src/foo.ts Text-1 "export function foo() { }" /user/username/projects/myproject/packages/B/src/bar/foo.ts Text-1 "export function bar() { }" /user/username/projects/myproject/packages/A/src/test.ts SVC-1-1 "import { foo } from '@issue/b/lib/foo';\nimport { bar } from '@issue/b/lib/bar/foo';\nfoo();\nbar();\n\n" -Info 57 [00:02:21.000] ----------------------------------------------- -Info 58 [00:02:22.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/test.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 3: semanticCheck -Info 59 [00:02:23.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/test.ts","diagnostics":[]}} After running Immedidate callback:: count: 1 4: suggestionCheck @@ -487,8 +491,8 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 4: suggestionCheck -Info 60 [00:02:24.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/test.ts","diagnostics":[]}} -Info 61 [00:02:25.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":4}} After running Immedidate callback:: count: 0 diff --git a/tests/baselines/reference/tsserver/projectReferences/monorepo-like-with-symlinks-when-referencing-file-from-subFolder-with-scoped-package-and-solution-is-built.js b/tests/baselines/reference/tsserver/projectReferences/monorepo-like-with-symlinks-when-referencing-file-from-subFolder-with-scoped-package-and-solution-is-built.js index 822ca2b97338c..53ccd7ca924da 100644 --- a/tests/baselines/reference/tsserver/projectReferences/monorepo-like-with-symlinks-when-referencing-file-from-subFolder-with-scoped-package-and-solution-is-built.js +++ b/tests/baselines/reference/tsserver/projectReferences/monorepo-like-with-symlinks-when-referencing-file-from-subFolder-with-scoped-package-and-solution-is-built.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:18.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/lib/lib.d.ts] /// @@ -216,7 +216,7 @@ export {}; } -Info 1 [00:01:19.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -225,13 +225,13 @@ Info 1 [00:01:19.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:20.000] Search path: /user/username/projects/myproject/packages/A/src -Info 3 [00:01:21.000] For info: /user/username/projects/myproject/packages/A/src/test.ts :: Config file name: /user/username/projects/myproject/packages/A/tsconfig.json -Info 4 [00:01:22.000] Creating configuration project /user/username/projects/myproject/packages/A/tsconfig.json -Info 5 [00:01:23.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Config file -Info 6 [00:01:24.000] event: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/packages/A/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/packages/A/src/test.ts :: Config file name: /user/username/projects/myproject/packages/A/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/packages/A/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/packages/A/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/myproject/packages/A/src/test.ts to open"}} -Info 7 [00:01:25.000] Config: /user/username/projects/myproject/packages/A/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/packages/A/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/packages/A/src/test.ts" ], @@ -248,10 +248,10 @@ Info 7 [00:01:25.000] Config: /user/username/projects/myproject/packages/A/ts } ] } -Info 8 [00:01:26.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/a/src 1 undefined Config: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:27.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/a/src 1 undefined Config: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Wild card directory -Info 10 [00:01:28.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json -Info 11 [00:01:29.000] Config: /user/username/projects/myproject/packages/B/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/a/src 1 undefined Config: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/a/src 1 undefined Config: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/packages/B/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/packages/B/src/foo.ts", "/user/username/projects/myproject/packages/B/src/bar/foo.ts" @@ -263,30 +263,32 @@ Info 11 [00:01:29.000] Config: /user/username/projects/myproject/packages/B/ts "configFilePath": "/user/username/projects/myproject/packages/B/tsconfig.json" } } -Info 12 [00:01:30.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Config file -Info 13 [00:01:31.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/b/src 1 undefined Config: /user/username/projects/myproject/packages/B/tsconfig.json WatchType: Wild card directory -Info 14 [00:01:32.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/b/src 1 undefined Config: /user/username/projects/myproject/packages/B/tsconfig.json WatchType: Wild card directory -Info 15 [00:01:33.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/src/foo.ts 500 undefined WatchType: Closed Script info -Info 16 [00:01:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/src/bar/foo.ts 500 undefined WatchType: Closed Script info -Info 17 [00:01:35.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:01:36.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/src 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 19 [00:01:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/src 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 20 [00:01:38.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 21 [00:01:39.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 22 [00:01:40.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 23 [00:01:41.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 24 [00:01:42.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 25 [00:01:43.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 26 [00:01:44.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/package.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: File location affecting resolution -Info 27 [00:01:45.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 28 [00:01:46.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 29 [00:01:47.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 30 [00:01:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 31 [00:01:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 32 [00:01:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 33 [00:01:51.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 34 [00:01:52.000] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) -Info 35 [00:01:53.000] Files (4) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/b/src 1 undefined Config: /user/username/projects/myproject/packages/B/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/b/src 1 undefined Config: /user/username/projects/myproject/packages/B/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/src/foo.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/src/bar/foo.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/src 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/src 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/package.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: File location affecting resolution +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/packages/B/src/foo.ts Text-1 "export function foo() { }" /user/username/projects/myproject/packages/B/src/bar/foo.ts Text-1 "export function bar() { }" @@ -302,23 +304,23 @@ Info 35 [00:01:53.000] Files (4) src/test.ts Matched by include pattern 'src' in 'tsconfig.json' -Info 36 [00:01:54.000] ----------------------------------------------- -Info 37 [00:01:55.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/packages/A/tsconfig.json"}} -Info 38 [00:01:56.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"8c5cfb88fb6a6125ddaca4c198af63d261c8feb2786e348cbf3223fcf8461e16","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":3,"tsSize":148,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{"outDir":"","rootDir":"","composite":true},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":true,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 39 [00:01:57.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/packages/A/src/test.ts","configFile":"/user/username/projects/myproject/packages/A/tsconfig.json","diagnostics":[]}} -Info 40 [00:01:58.000] Search path: /user/username/projects/myproject/packages/A -Info 41 [00:01:59.000] For info: /user/username/projects/myproject/packages/A/tsconfig.json :: No config files found. -Info 42 [00:02:00.000] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) -Info 42 [00:02:01.000] Files (4) - -Info 42 [00:02:02.000] ----------------------------------------------- -Info 42 [00:02:03.000] Open files: -Info 42 [00:02:04.000] FileName: /user/username/projects/myproject/packages/A/src/test.ts ProjectRootPath: undefined -Info 42 [00:02:05.000] Projects: /user/username/projects/myproject/packages/A/tsconfig.json -Info 42 [00:02:06.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/packages/A +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/packages/A/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/packages/A/src/test.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/packages/A/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -335,6 +337,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/packages/a/tsconfig.json: *new* @@ -360,7 +364,7 @@ FsWatchesRecursive:: Before request -Info 43 [00:02:07.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -372,7 +376,7 @@ Info 43 [00:02:07.000] request: "seq": 2, "type": "request" } -Info 44 [00:02:08.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -381,14 +385,14 @@ After request Before running Timeout callback:: count: 1 1: checkOne -Info 45 [00:02:09.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/test.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 1: semanticCheck -Info 46 [00:02:10.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/test.ts","diagnostics":[]}} After running Immedidate callback:: count: 1 2: suggestionCheck @@ -396,15 +400,15 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 2: suggestionCheck -Info 47 [00:02:11.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/test.ts","diagnostics":[]}} -Info 48 [00:02:12.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":2}} After running Immedidate callback:: count: 0 Before request -Info 49 [00:02:13.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "updateOpen", "arguments": { @@ -430,7 +434,7 @@ Info 49 [00:02:13.000] request: "seq": 3, "type": "request" } -Info 50 [00:02:14.000] response: +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -439,7 +443,7 @@ After request Before request -Info 51 [00:02:15.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -451,7 +455,7 @@ Info 51 [00:02:15.000] request: "seq": 4, "type": "request" } -Info 52 [00:02:16.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -460,24 +464,24 @@ After request Before running Timeout callback:: count: 1 2: checkOne -Info 53 [00:02:17.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json -Info 54 [00:02:18.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 55 [00:02:19.000] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) -Info 56 [00:02:20.000] Files (4) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/packages/B/src/foo.ts Text-1 "export function foo() { }" /user/username/projects/myproject/packages/B/src/bar/foo.ts Text-1 "export function bar() { }" /user/username/projects/myproject/packages/A/src/test.ts SVC-1-1 "import { foo } from '@issue/b/lib/foo';\nimport { bar } from '@issue/b/lib/bar/foo';\nfoo();\nbar();\n\n" -Info 57 [00:02:21.000] ----------------------------------------------- -Info 58 [00:02:22.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/test.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 3: semanticCheck -Info 59 [00:02:23.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/test.ts","diagnostics":[]}} After running Immedidate callback:: count: 1 4: suggestionCheck @@ -485,8 +489,8 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 4: suggestionCheck -Info 60 [00:02:24.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/test.ts","diagnostics":[]}} -Info 61 [00:02:25.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":4}} After running Immedidate callback:: count: 0 diff --git a/tests/baselines/reference/tsserver/projectReferences/monorepo-like-with-symlinks-when-referencing-file-from-subFolder-with-scoped-package-and-solution-is-not-built-with-preserveSymlinks.js b/tests/baselines/reference/tsserver/projectReferences/monorepo-like-with-symlinks-when-referencing-file-from-subFolder-with-scoped-package-and-solution-is-not-built-with-preserveSymlinks.js index 4c8da501a1ddb..fde5ec193f328 100644 --- a/tests/baselines/reference/tsserver/projectReferences/monorepo-like-with-symlinks-when-referencing-file-from-subFolder-with-scoped-package-and-solution-is-not-built-with-preserveSymlinks.js +++ b/tests/baselines/reference/tsserver/projectReferences/monorepo-like-with-symlinks-when-referencing-file-from-subFolder-with-scoped-package-and-solution-is-not-built-with-preserveSymlinks.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:47.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/lib/lib.d.ts] /// @@ -38,7 +38,7 @@ export function bar() { } //// [/user/username/projects/myproject/node_modules/@issue/b] symlink(/user/username/projects/myproject/packages/B) -Info 1 [00:00:48.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -47,13 +47,13 @@ Info 1 [00:00:48.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:49.000] Search path: /user/username/projects/myproject/packages/A/src -Info 3 [00:00:50.000] For info: /user/username/projects/myproject/packages/A/src/test.ts :: Config file name: /user/username/projects/myproject/packages/A/tsconfig.json -Info 4 [00:00:51.000] Creating configuration project /user/username/projects/myproject/packages/A/tsconfig.json -Info 5 [00:00:52.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Config file -Info 6 [00:00:53.000] event: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/packages/A/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/packages/A/src/test.ts :: Config file name: /user/username/projects/myproject/packages/A/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/packages/A/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/packages/A/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/myproject/packages/A/src/test.ts to open"}} -Info 7 [00:00:54.000] Config: /user/username/projects/myproject/packages/A/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/packages/A/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/packages/A/src/test.ts" ], @@ -71,10 +71,10 @@ Info 7 [00:00:54.000] Config: /user/username/projects/myproject/packages/A/ts } ] } -Info 8 [00:00:55.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/a/src 1 undefined Config: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:56.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/a/src 1 undefined Config: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:57.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json -Info 11 [00:00:58.000] Config: /user/username/projects/myproject/packages/B/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/a/src 1 undefined Config: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/a/src 1 undefined Config: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/packages/B/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/packages/B/src/foo.ts", "/user/username/projects/myproject/packages/B/src/bar/foo.ts" @@ -87,30 +87,32 @@ Info 11 [00:00:58.000] Config: /user/username/projects/myproject/packages/B/ts "configFilePath": "/user/username/projects/myproject/packages/B/tsconfig.json" } } -Info 12 [00:00:59.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Config file -Info 13 [00:01:00.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/b/src 1 undefined Config: /user/username/projects/myproject/packages/B/tsconfig.json WatchType: Wild card directory -Info 14 [00:01:01.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/b/src 1 undefined Config: /user/username/projects/myproject/packages/B/tsconfig.json WatchType: Wild card directory -Info 15 [00:01:02.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/src/foo.ts 500 undefined WatchType: Closed Script info -Info 16 [00:01:03.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/src/bar/foo.ts 500 undefined WatchType: Closed Script info -Info 17 [00:01:04.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:01:05.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/src 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 19 [00:01:06.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/src 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 20 [00:01:07.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 21 [00:01:08.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 22 [00:01:09.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 23 [00:01:10.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 24 [00:01:11.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 25 [00:01:12.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 26 [00:01:13.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/package.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: File location affecting resolution -Info 27 [00:01:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 28 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 29 [00:01:16.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 30 [00:01:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 31 [00:01:18.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 32 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 33 [00:01:20.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 34 [00:01:21.000] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) -Info 35 [00:01:22.000] Files (4) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/b/src 1 undefined Config: /user/username/projects/myproject/packages/B/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/b/src 1 undefined Config: /user/username/projects/myproject/packages/B/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/src/foo.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/src/bar/foo.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/src 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/src 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/package.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: File location affecting resolution +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/packages/B/src/foo.ts Text-1 "export function foo() { }" /user/username/projects/myproject/packages/B/src/bar/foo.ts Text-1 "export function bar() { }" @@ -126,23 +128,23 @@ Info 35 [00:01:22.000] Files (4) src/test.ts Matched by include pattern 'src' in 'tsconfig.json' -Info 36 [00:01:23.000] ----------------------------------------------- -Info 37 [00:01:24.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/packages/A/tsconfig.json"}} -Info 38 [00:01:25.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"8c5cfb88fb6a6125ddaca4c198af63d261c8feb2786e348cbf3223fcf8461e16","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":3,"tsSize":148,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{"outDir":"","rootDir":"","composite":true,"preserveSymlinks":true},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":true,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 39 [00:01:26.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/packages/A/src/test.ts","configFile":"/user/username/projects/myproject/packages/A/tsconfig.json","diagnostics":[]}} -Info 40 [00:01:27.000] Search path: /user/username/projects/myproject/packages/A -Info 41 [00:01:28.000] For info: /user/username/projects/myproject/packages/A/tsconfig.json :: No config files found. -Info 42 [00:01:29.000] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) -Info 42 [00:01:30.000] Files (4) - -Info 42 [00:01:31.000] ----------------------------------------------- -Info 42 [00:01:32.000] Open files: -Info 42 [00:01:33.000] FileName: /user/username/projects/myproject/packages/A/src/test.ts ProjectRootPath: undefined -Info 42 [00:01:34.000] Projects: /user/username/projects/myproject/packages/A/tsconfig.json -Info 42 [00:01:35.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/packages/A +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/packages/A/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/packages/A/src/test.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/packages/A/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -159,6 +161,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/packages/a/tsconfig.json: *new* @@ -184,7 +188,7 @@ FsWatchesRecursive:: Before request -Info 43 [00:01:36.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -196,7 +200,7 @@ Info 43 [00:01:36.000] request: "seq": 2, "type": "request" } -Info 44 [00:01:37.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -205,14 +209,14 @@ After request Before running Timeout callback:: count: 1 1: checkOne -Info 45 [00:01:38.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/test.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 1: semanticCheck -Info 46 [00:01:39.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/test.ts","diagnostics":[]}} After running Immedidate callback:: count: 1 2: suggestionCheck @@ -220,15 +224,15 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 2: suggestionCheck -Info 47 [00:01:40.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/test.ts","diagnostics":[]}} -Info 48 [00:01:41.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":2}} After running Immedidate callback:: count: 0 Before request -Info 49 [00:01:42.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "updateOpen", "arguments": { @@ -254,7 +258,7 @@ Info 49 [00:01:42.000] request: "seq": 3, "type": "request" } -Info 50 [00:01:43.000] response: +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -263,7 +267,7 @@ After request Before request -Info 51 [00:01:44.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -275,7 +279,7 @@ Info 51 [00:01:44.000] request: "seq": 4, "type": "request" } -Info 52 [00:01:45.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -284,24 +288,24 @@ After request Before running Timeout callback:: count: 1 2: checkOne -Info 53 [00:01:46.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json -Info 54 [00:01:47.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 55 [00:01:48.000] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) -Info 56 [00:01:49.000] Files (4) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/packages/B/src/foo.ts Text-1 "export function foo() { }" /user/username/projects/myproject/packages/B/src/bar/foo.ts Text-1 "export function bar() { }" /user/username/projects/myproject/packages/A/src/test.ts SVC-1-1 "import { foo } from '@issue/b/lib/foo';\nimport { bar } from '@issue/b/lib/bar/foo';\nfoo();\nbar();\n\n" -Info 57 [00:01:50.000] ----------------------------------------------- -Info 58 [00:01:51.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/test.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 3: semanticCheck -Info 59 [00:01:52.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/test.ts","diagnostics":[]}} After running Immedidate callback:: count: 1 4: suggestionCheck @@ -309,8 +313,8 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 4: suggestionCheck -Info 60 [00:01:53.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/test.ts","diagnostics":[]}} -Info 61 [00:01:54.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":4}} After running Immedidate callback:: count: 0 diff --git a/tests/baselines/reference/tsserver/projectReferences/monorepo-like-with-symlinks-when-referencing-file-from-subFolder-with-scoped-package-and-solution-is-not-built.js b/tests/baselines/reference/tsserver/projectReferences/monorepo-like-with-symlinks-when-referencing-file-from-subFolder-with-scoped-package-and-solution-is-not-built.js index 04e8fb8b7e103..2bb2312e55cc2 100644 --- a/tests/baselines/reference/tsserver/projectReferences/monorepo-like-with-symlinks-when-referencing-file-from-subFolder-with-scoped-package-and-solution-is-not-built.js +++ b/tests/baselines/reference/tsserver/projectReferences/monorepo-like-with-symlinks-when-referencing-file-from-subFolder-with-scoped-package-and-solution-is-not-built.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:47.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/lib/lib.d.ts] /// @@ -38,7 +38,7 @@ export function bar() { } //// [/user/username/projects/myproject/node_modules/@issue/b] symlink(/user/username/projects/myproject/packages/B) -Info 1 [00:00:48.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -47,13 +47,13 @@ Info 1 [00:00:48.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:49.000] Search path: /user/username/projects/myproject/packages/A/src -Info 3 [00:00:50.000] For info: /user/username/projects/myproject/packages/A/src/test.ts :: Config file name: /user/username/projects/myproject/packages/A/tsconfig.json -Info 4 [00:00:51.000] Creating configuration project /user/username/projects/myproject/packages/A/tsconfig.json -Info 5 [00:00:52.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Config file -Info 6 [00:00:53.000] event: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/packages/A/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/packages/A/src/test.ts :: Config file name: /user/username/projects/myproject/packages/A/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/packages/A/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/packages/A/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/myproject/packages/A/src/test.ts to open"}} -Info 7 [00:00:54.000] Config: /user/username/projects/myproject/packages/A/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/packages/A/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/packages/A/src/test.ts" ], @@ -70,10 +70,10 @@ Info 7 [00:00:54.000] Config: /user/username/projects/myproject/packages/A/ts } ] } -Info 8 [00:00:55.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/a/src 1 undefined Config: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:56.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/a/src 1 undefined Config: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:57.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json -Info 11 [00:00:58.000] Config: /user/username/projects/myproject/packages/B/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/a/src 1 undefined Config: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/a/src 1 undefined Config: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/packages/B/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/packages/B/src/foo.ts", "/user/username/projects/myproject/packages/B/src/bar/foo.ts" @@ -85,30 +85,32 @@ Info 11 [00:00:58.000] Config: /user/username/projects/myproject/packages/B/ts "configFilePath": "/user/username/projects/myproject/packages/B/tsconfig.json" } } -Info 12 [00:00:59.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Config file -Info 13 [00:01:00.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/b/src 1 undefined Config: /user/username/projects/myproject/packages/B/tsconfig.json WatchType: Wild card directory -Info 14 [00:01:01.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/b/src 1 undefined Config: /user/username/projects/myproject/packages/B/tsconfig.json WatchType: Wild card directory -Info 15 [00:01:02.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/src/foo.ts 500 undefined WatchType: Closed Script info -Info 16 [00:01:03.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/src/bar/foo.ts 500 undefined WatchType: Closed Script info -Info 17 [00:01:04.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:01:05.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/src 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 19 [00:01:06.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/src 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 20 [00:01:07.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 21 [00:01:08.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 22 [00:01:09.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 23 [00:01:10.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 24 [00:01:11.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 25 [00:01:12.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations -Info 26 [00:01:13.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/package.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: File location affecting resolution -Info 27 [00:01:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 28 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 29 [00:01:16.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 30 [00:01:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 31 [00:01:18.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 32 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots -Info 33 [00:01:20.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 34 [00:01:21.000] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) -Info 35 [00:01:22.000] Files (4) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/b/src 1 undefined Config: /user/username/projects/myproject/packages/B/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/b/src 1 undefined Config: /user/username/projects/myproject/packages/B/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/src/foo.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/src/bar/foo.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/src 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/src 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/B/package.json 2000 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: File location affecting resolution +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/A/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/A/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/packages/B/src/foo.ts Text-1 "export function foo() { }" /user/username/projects/myproject/packages/B/src/bar/foo.ts Text-1 "export function bar() { }" @@ -124,23 +126,23 @@ Info 35 [00:01:22.000] Files (4) src/test.ts Matched by include pattern 'src' in 'tsconfig.json' -Info 36 [00:01:23.000] ----------------------------------------------- -Info 37 [00:01:24.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/packages/A/tsconfig.json"}} -Info 38 [00:01:25.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"8c5cfb88fb6a6125ddaca4c198af63d261c8feb2786e348cbf3223fcf8461e16","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":3,"tsSize":148,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{"outDir":"","rootDir":"","composite":true},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":true,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 39 [00:01:26.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/packages/A/src/test.ts","configFile":"/user/username/projects/myproject/packages/A/tsconfig.json","diagnostics":[]}} -Info 40 [00:01:27.000] Search path: /user/username/projects/myproject/packages/A -Info 41 [00:01:28.000] For info: /user/username/projects/myproject/packages/A/tsconfig.json :: No config files found. -Info 42 [00:01:29.000] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) -Info 42 [00:01:30.000] Files (4) - -Info 42 [00:01:31.000] ----------------------------------------------- -Info 42 [00:01:32.000] Open files: -Info 42 [00:01:33.000] FileName: /user/username/projects/myproject/packages/A/src/test.ts ProjectRootPath: undefined -Info 42 [00:01:34.000] Projects: /user/username/projects/myproject/packages/A/tsconfig.json -Info 42 [00:01:35.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/packages/A +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/packages/A/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/packages/A/src/test.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/packages/A/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -157,6 +159,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/packages/a/tsconfig.json: *new* @@ -182,7 +186,7 @@ FsWatchesRecursive:: Before request -Info 43 [00:01:36.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -194,7 +198,7 @@ Info 43 [00:01:36.000] request: "seq": 2, "type": "request" } -Info 44 [00:01:37.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -203,14 +207,14 @@ After request Before running Timeout callback:: count: 1 1: checkOne -Info 45 [00:01:38.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/test.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 1: semanticCheck -Info 46 [00:01:39.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/test.ts","diagnostics":[]}} After running Immedidate callback:: count: 1 2: suggestionCheck @@ -218,15 +222,15 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 2: suggestionCheck -Info 47 [00:01:40.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/test.ts","diagnostics":[]}} -Info 48 [00:01:41.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":2}} After running Immedidate callback:: count: 0 Before request -Info 49 [00:01:42.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "updateOpen", "arguments": { @@ -252,7 +256,7 @@ Info 49 [00:01:42.000] request: "seq": 3, "type": "request" } -Info 50 [00:01:43.000] response: +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -261,7 +265,7 @@ After request Before request -Info 51 [00:01:44.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -273,7 +277,7 @@ Info 51 [00:01:44.000] request: "seq": 4, "type": "request" } -Info 52 [00:01:45.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -282,24 +286,24 @@ After request Before running Timeout callback:: count: 1 2: checkOne -Info 53 [00:01:46.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json -Info 54 [00:01:47.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 55 [00:01:48.000] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) -Info 56 [00:01:49.000] Files (4) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/packages/A/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/packages/A/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/packages/B/src/foo.ts Text-1 "export function foo() { }" /user/username/projects/myproject/packages/B/src/bar/foo.ts Text-1 "export function bar() { }" /user/username/projects/myproject/packages/A/src/test.ts SVC-1-1 "import { foo } from '@issue/b/lib/foo';\nimport { bar } from '@issue/b/lib/bar/foo';\nfoo();\nbar();\n\n" -Info 57 [00:01:50.000] ----------------------------------------------- -Info 58 [00:01:51.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/test.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 3: semanticCheck -Info 59 [00:01:52.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/test.ts","diagnostics":[]}} After running Immedidate callback:: count: 1 4: suggestionCheck @@ -307,8 +311,8 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 4: suggestionCheck -Info 60 [00:01:53.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/packages/A/src/test.ts","diagnostics":[]}} -Info 61 [00:01:54.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":4}} After running Immedidate callback:: count: 0 diff --git a/tests/baselines/reference/tsserver/projectReferences/new-file-is-added-to-the-referenced-project-when-referenced-project-is-not-open-with-disableSourceOfProjectReferenceRedirect.js b/tests/baselines/reference/tsserver/projectReferences/new-file-is-added-to-the-referenced-project-when-referenced-project-is-not-open-with-disableSourceOfProjectReferenceRedirect.js index 2bc50d067568a..f266370f35738 100644 --- a/tests/baselines/reference/tsserver/projectReferences/new-file-is-added-to-the-referenced-project-when-referenced-project-is-not-open-with-disableSourceOfProjectReferenceRedirect.js +++ b/tests/baselines/reference/tsserver/projectReferences/new-file-is-added-to-the-referenced-project-when-referenced-project-is-not-open-with-disableSourceOfProjectReferenceRedirect.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:33.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/projects/project1/tsconfig.json] {"compilerOptions":{"module":"none","composite":true},"exclude":["temp"]} @@ -30,7 +30,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:34.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -39,11 +39,11 @@ Info 1 [00:00:34.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:35.000] Search path: /user/username/projects/myproject/projects/project2 -Info 3 [00:00:36.000] For info: /user/username/projects/myproject/projects/project2/class2.ts :: Config file name: /user/username/projects/myproject/projects/project2/tsconfig.json -Info 4 [00:00:37.000] Creating configuration project /user/username/projects/myproject/projects/project2/tsconfig.json -Info 5 [00:00:38.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project2/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Config file -Info 6 [00:00:39.000] Config: /user/username/projects/myproject/projects/project2/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/projects/project2 +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/projects/project2/class2.ts :: Config file name: /user/username/projects/myproject/projects/project2/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/projects/project2/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project2/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/projects/project2/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/projects/project2/class2.ts" ], @@ -60,10 +60,10 @@ Info 6 [00:00:39.000] Config: /user/username/projects/myproject/projects/proj } ] } -Info 7 [00:00:40.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project2 1 undefined Config: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:41.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project2 1 undefined Config: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:42.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/projects/project2/tsconfig.json -Info 10 [00:00:43.000] Config: /user/username/projects/myproject/projects/project1/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project2 1 undefined Config: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project2 1 undefined Config: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/projects/project2/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/projects/project1/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/projects/project1/class1.ts" ], @@ -73,20 +73,22 @@ Info 10 [00:00:43.000] Config: /user/username/projects/myproject/projects/proj "configFilePath": "/user/username/projects/myproject/projects/project1/tsconfig.json" } } -Info 11 [00:00:44.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project1/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Config file -Info 12 [00:00:45.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory -Info 13 [00:00:46.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:47.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project1/class1.d.ts 500 undefined WatchType: Closed Script info -Info 15 [00:00:48.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 16 [00:00:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project2/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Type roots -Info 17 [00:00:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project2/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Type roots -Info 18 [00:00:51.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Type roots -Info 19 [00:00:52.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Type roots -Info 20 [00:00:53.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Type roots -Info 21 [00:00:54.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Type roots -Info 22 [00:00:55.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/projects/project2/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:00:56.000] Project '/user/username/projects/myproject/projects/project2/tsconfig.json' (Configured) -Info 24 [00:00:57.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project1/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project1/class1.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project2/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project2/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/projects/project2/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/projects/project2/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/projects/project1/class1.d.ts Text-1 "declare class class1 {}" /user/username/projects/myproject/projects/project2/class2.ts SVC-1-0 "class class2 {}" @@ -99,17 +101,17 @@ Info 24 [00:00:57.000] Files (3) class2.ts Matched by default include pattern '**/*' -Info 25 [00:00:58.000] ----------------------------------------------- -Info 26 [00:00:59.000] Search path: /user/username/projects/myproject/projects/project2 -Info 27 [00:01:00.000] For info: /user/username/projects/myproject/projects/project2/tsconfig.json :: No config files found. -Info 28 [00:01:01.000] Project '/user/username/projects/myproject/projects/project2/tsconfig.json' (Configured) -Info 28 [00:01:02.000] Files (3) - -Info 28 [00:01:03.000] ----------------------------------------------- -Info 28 [00:01:04.000] Open files: -Info 28 [00:01:05.000] FileName: /user/username/projects/myproject/projects/project2/class2.ts ProjectRootPath: undefined -Info 28 [00:01:06.000] Projects: /user/username/projects/myproject/projects/project2/tsconfig.json -Info 28 [00:01:07.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/projects/project2 +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/projects/project2/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/projects/project2/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/projects/project2/class2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/projects/project2/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -122,6 +124,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/projects/project2/tsconfig.json: *new* @@ -139,10 +143,10 @@ FsWatchesRecursive:: /user/username/projects/myproject/projects/project1: *new* {} -Info 29 [00:01:10.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/projects/project1/class3.ts :: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory -Info 30 [00:01:11.000] Scheduled: /user/username/projects/myproject/projects/project2/tsconfig.json -Info 31 [00:01:12.000] Scheduled: *ensureProjectForOpenFiles* -Info 32 [00:01:13.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/projects/project1/class3.ts :: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/projects/project1/class3.ts :: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/projects/project2/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/projects/project1/class3.ts :: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory Before running Timeout callback:: count: 2 1: /user/username/projects/myproject/projects/project2/tsconfig.json 2: *ensureProjectForOpenFiles* @@ -150,34 +154,34 @@ Before running Timeout callback:: count: 2 class class3 {} -Info 33 [00:01:14.000] Running: /user/username/projects/myproject/projects/project2/tsconfig.json -Info 34 [00:01:15.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/projects/project2/tsconfig.json -Info 35 [00:01:16.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project1/class3.d.ts 500 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Missing file -Info 36 [00:01:17.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/projects/project2/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 37 [00:01:18.000] Project '/user/username/projects/myproject/projects/project2/tsconfig.json' (Configured) -Info 38 [00:01:19.000] Files (3) +Info seq [hh:mm:ss:mss] Running: /user/username/projects/myproject/projects/project2/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/projects/project2/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project1/class3.d.ts 500 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/projects/project2/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/projects/project2/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/projects/project1/class1.d.ts Text-1 "declare class class1 {}" /user/username/projects/myproject/projects/project2/class2.ts SVC-1-0 "class class2 {}" -Info 39 [00:01:20.000] ----------------------------------------------- -Info 40 [00:01:21.000] Running: *ensureProjectForOpenFiles* -Info 41 [00:01:22.000] Before ensureProjectForOpenFiles: -Info 42 [00:01:23.000] Project '/user/username/projects/myproject/projects/project2/tsconfig.json' (Configured) -Info 42 [00:01:24.000] Files (3) - -Info 42 [00:01:25.000] ----------------------------------------------- -Info 42 [00:01:26.000] Open files: -Info 42 [00:01:27.000] FileName: /user/username/projects/myproject/projects/project2/class2.ts ProjectRootPath: undefined -Info 42 [00:01:28.000] Projects: /user/username/projects/myproject/projects/project2/tsconfig.json -Info 42 [00:01:29.000] After ensureProjectForOpenFiles: -Info 43 [00:01:30.000] Project '/user/username/projects/myproject/projects/project2/tsconfig.json' (Configured) -Info 43 [00:01:31.000] Files (3) - -Info 43 [00:01:32.000] ----------------------------------------------- -Info 43 [00:01:33.000] Open files: -Info 43 [00:01:34.000] FileName: /user/username/projects/myproject/projects/project2/class2.ts ProjectRootPath: undefined -Info 43 [00:01:35.000] Projects: /user/username/projects/myproject/projects/project2/tsconfig.json +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/projects/project2/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/projects/project2/class2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/projects/project2/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/projects/project2/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/projects/project2/class2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/projects/project2/tsconfig.json After running Timeout callback:: count: 0 PolledWatches:: @@ -187,6 +191,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/projects/project1/class3.d.ts: *new* {"pollingInterval":500} @@ -206,14 +212,14 @@ FsWatchesRecursive:: /user/username/projects/myproject/projects/project1: {} -Info 43 [00:01:38.000] FileWatcher:: Triggered with /user/username/projects/myproject/projects/project1/class3.d.ts 0:: WatchInfo: /user/username/projects/myproject/projects/project1/class3.d.ts 500 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Missing file -Info 44 [00:01:39.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/projects/project1/class3.d.ts 500 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Missing file -Info 45 [00:01:40.000] Scheduled: /user/username/projects/myproject/projects/project2/tsconfig.json -Info 46 [00:01:41.000] Scheduled: *ensureProjectForOpenFiles* -Info 47 [00:01:42.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/projects/project1/class3.d.ts 0:: WatchInfo: /user/username/projects/myproject/projects/project1/class3.d.ts 500 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Missing file -Info 48 [00:01:43.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/projects/project1/class3.d.ts :: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory -Info 49 [00:01:44.000] Project: /user/username/projects/myproject/projects/project1/tsconfig.json Detected output file: /user/username/projects/myproject/projects/project1/class3.d.ts -Info 50 [00:01:45.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/projects/project1/class3.d.ts :: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/projects/project1/class3.d.ts 0:: WatchInfo: /user/username/projects/myproject/projects/project1/class3.d.ts 500 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/projects/project1/class3.d.ts 500 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/projects/project2/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/projects/project1/class3.d.ts 0:: WatchInfo: /user/username/projects/myproject/projects/project1/class3.d.ts 500 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/projects/project1/class3.d.ts :: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/projects/project1/tsconfig.json Detected output file: /user/username/projects/myproject/projects/project1/class3.d.ts +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/projects/project1/class3.d.ts :: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory Before running Timeout callback:: count: 2 3: /user/username/projects/myproject/projects/project2/tsconfig.json 4: *ensureProjectForOpenFiles* @@ -228,6 +234,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} PolledWatches *deleted*:: /user/username/projects/myproject/projects/project1/class3.d.ts: @@ -249,12 +257,12 @@ FsWatchesRecursive:: /user/username/projects/myproject/projects/project1: {} -Info 51 [00:01:46.000] Running: /user/username/projects/myproject/projects/project2/tsconfig.json -Info 52 [00:01:47.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/projects/project2/tsconfig.json -Info 53 [00:01:48.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project1/class3.d.ts 500 undefined WatchType: Closed Script info -Info 54 [00:01:49.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/projects/project2/tsconfig.json Version: 3 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 55 [00:01:50.000] Project '/user/username/projects/myproject/projects/project2/tsconfig.json' (Configured) -Info 56 [00:01:51.000] Files (4) +Info seq [hh:mm:ss:mss] Running: /user/username/projects/myproject/projects/project2/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/projects/project2/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project1/class3.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/projects/project2/tsconfig.json Version: 3 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/projects/project2/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/projects/project1/class1.d.ts Text-1 "declare class class1 {}" /user/username/projects/myproject/projects/project1/class3.d.ts Text-1 "declare class class3 {}" @@ -270,24 +278,24 @@ Info 56 [00:01:51.000] Files (4) class2.ts Matched by default include pattern '**/*' -Info 57 [00:01:52.000] ----------------------------------------------- -Info 58 [00:01:53.000] Running: *ensureProjectForOpenFiles* -Info 59 [00:01:54.000] Before ensureProjectForOpenFiles: -Info 60 [00:01:55.000] Project '/user/username/projects/myproject/projects/project2/tsconfig.json' (Configured) -Info 60 [00:01:56.000] Files (4) - -Info 60 [00:01:57.000] ----------------------------------------------- -Info 60 [00:01:58.000] Open files: -Info 60 [00:01:59.000] FileName: /user/username/projects/myproject/projects/project2/class2.ts ProjectRootPath: undefined -Info 60 [00:02:00.000] Projects: /user/username/projects/myproject/projects/project2/tsconfig.json -Info 60 [00:02:01.000] After ensureProjectForOpenFiles: -Info 61 [00:02:02.000] Project '/user/username/projects/myproject/projects/project2/tsconfig.json' (Configured) -Info 61 [00:02:03.000] Files (4) - -Info 61 [00:02:04.000] ----------------------------------------------- -Info 61 [00:02:05.000] Open files: -Info 61 [00:02:06.000] FileName: /user/username/projects/myproject/projects/project2/class2.ts ProjectRootPath: undefined -Info 61 [00:02:07.000] Projects: /user/username/projects/myproject/projects/project2/tsconfig.json +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/projects/project2/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/projects/project2/class2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/projects/project2/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/projects/project2/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/projects/project2/class2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/projects/project2/tsconfig.json After running Timeout callback:: count: 0 PolledWatches:: @@ -297,6 +305,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/projects/project2/tsconfig.json: @@ -316,12 +326,12 @@ FsWatchesRecursive:: /user/username/projects/myproject/projects/project1: {} -Info 61 [00:02:11.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/projects/project1/temp :: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory -Info 62 [00:02:12.000] Project: /user/username/projects/myproject/projects/project1/tsconfig.json Detected excluded file: /user/username/projects/myproject/projects/project1/temp -Info 63 [00:02:13.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/projects/project1/temp :: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory -Info 64 [00:02:15.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/projects/project1/temp/file.d.ts :: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory -Info 65 [00:02:16.000] Project: /user/username/projects/myproject/projects/project1/tsconfig.json Detected excluded file: /user/username/projects/myproject/projects/project1/temp/file.d.ts -Info 66 [00:02:17.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/projects/project1/temp/file.d.ts :: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/projects/project1/temp :: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/projects/project1/tsconfig.json Detected excluded file: /user/username/projects/myproject/projects/project1/temp +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/projects/project1/temp :: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/projects/project1/temp/file.d.ts :: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/projects/project1/tsconfig.json Detected excluded file: /user/username/projects/myproject/projects/project1/temp/file.d.ts +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/projects/project1/temp/file.d.ts :: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory Before running Timeout callback:: count: 0 //// [/user/username/projects/myproject/projects/project1/temp/file.d.ts] declare class file {} @@ -329,14 +339,14 @@ declare class file {} After running Timeout callback:: count: 0 -Info 67 [00:02:19.000] FileWatcher:: Triggered with /user/username/projects/myproject/projects/project1/class3.d.ts 2:: WatchInfo: /user/username/projects/myproject/projects/project1/class3.d.ts 500 undefined WatchType: Closed Script info -Info 68 [00:02:20.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/projects/project1/class3.d.ts 500 undefined WatchType: Closed Script info -Info 69 [00:02:21.000] Scheduled: /user/username/projects/myproject/projects/project2/tsconfig.json -Info 70 [00:02:22.000] Scheduled: *ensureProjectForOpenFiles* -Info 71 [00:02:23.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/projects/project1/class3.d.ts 2:: WatchInfo: /user/username/projects/myproject/projects/project1/class3.d.ts 500 undefined WatchType: Closed Script info -Info 72 [00:02:24.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/projects/project1/class3.d.ts :: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory -Info 73 [00:02:25.000] Project: /user/username/projects/myproject/projects/project1/tsconfig.json Detected output file: /user/username/projects/myproject/projects/project1/class3.d.ts -Info 74 [00:02:26.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/projects/project1/class3.d.ts :: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/projects/project1/class3.d.ts 2:: WatchInfo: /user/username/projects/myproject/projects/project1/class3.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/projects/project1/class3.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/projects/project2/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/projects/project1/class3.d.ts 2:: WatchInfo: /user/username/projects/myproject/projects/project1/class3.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/projects/project1/class3.d.ts :: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/projects/project1/tsconfig.json Detected output file: /user/username/projects/myproject/projects/project1/class3.d.ts +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/projects/project1/class3.d.ts :: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory Before running Timeout callback:: count: 2 5: /user/username/projects/myproject/projects/project2/tsconfig.json 6: *ensureProjectForOpenFiles* @@ -349,6 +359,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/projects/project2/tsconfig.json: @@ -370,12 +382,12 @@ FsWatchesRecursive:: /user/username/projects/myproject/projects/project1: {} -Info 75 [00:02:27.000] Running: /user/username/projects/myproject/projects/project2/tsconfig.json -Info 76 [00:02:28.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/projects/project2/tsconfig.json -Info 77 [00:02:29.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project1/class3.d.ts 500 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Missing file -Info 78 [00:02:30.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/projects/project2/tsconfig.json Version: 4 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 79 [00:02:31.000] Project '/user/username/projects/myproject/projects/project2/tsconfig.json' (Configured) -Info 80 [00:02:32.000] Files (3) +Info seq [hh:mm:ss:mss] Running: /user/username/projects/myproject/projects/project2/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/projects/project2/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project1/class3.d.ts 500 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/projects/project2/tsconfig.json Version: 4 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/projects/project2/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/projects/project1/class1.d.ts Text-1 "declare class class1 {}" /user/username/projects/myproject/projects/project2/class2.ts SVC-1-0 "class class2 {}" @@ -388,24 +400,24 @@ Info 80 [00:02:32.000] Files (3) class2.ts Matched by default include pattern '**/*' -Info 81 [00:02:33.000] ----------------------------------------------- -Info 82 [00:02:34.000] Running: *ensureProjectForOpenFiles* -Info 83 [00:02:35.000] Before ensureProjectForOpenFiles: -Info 84 [00:02:36.000] Project '/user/username/projects/myproject/projects/project2/tsconfig.json' (Configured) -Info 84 [00:02:37.000] Files (3) - -Info 84 [00:02:38.000] ----------------------------------------------- -Info 84 [00:02:39.000] Open files: -Info 84 [00:02:40.000] FileName: /user/username/projects/myproject/projects/project2/class2.ts ProjectRootPath: undefined -Info 84 [00:02:41.000] Projects: /user/username/projects/myproject/projects/project2/tsconfig.json -Info 84 [00:02:42.000] After ensureProjectForOpenFiles: -Info 85 [00:02:43.000] Project '/user/username/projects/myproject/projects/project2/tsconfig.json' (Configured) -Info 85 [00:02:44.000] Files (3) - -Info 85 [00:02:45.000] ----------------------------------------------- -Info 85 [00:02:46.000] Open files: -Info 85 [00:02:47.000] FileName: /user/username/projects/myproject/projects/project2/class2.ts ProjectRootPath: undefined -Info 85 [00:02:48.000] Projects: /user/username/projects/myproject/projects/project2/tsconfig.json +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/projects/project2/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/projects/project2/class2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/projects/project2/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/projects/project2/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/projects/project2/class2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/projects/project2/tsconfig.json After running Timeout callback:: count: 0 PolledWatches:: @@ -415,6 +427,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/projects/project1/class3.d.ts: *new* {"pollingInterval":500} @@ -434,14 +448,14 @@ FsWatchesRecursive:: /user/username/projects/myproject/projects/project1: {} -Info 85 [00:02:51.000] FileWatcher:: Triggered with /user/username/projects/myproject/projects/project1/class3.d.ts 0:: WatchInfo: /user/username/projects/myproject/projects/project1/class3.d.ts 500 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Missing file -Info 86 [00:02:52.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/projects/project1/class3.d.ts 500 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Missing file -Info 87 [00:02:53.000] Scheduled: /user/username/projects/myproject/projects/project2/tsconfig.json -Info 88 [00:02:54.000] Scheduled: *ensureProjectForOpenFiles* -Info 89 [00:02:55.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/projects/project1/class3.d.ts 0:: WatchInfo: /user/username/projects/myproject/projects/project1/class3.d.ts 500 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Missing file -Info 90 [00:02:56.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/projects/project1/class3.d.ts :: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory -Info 91 [00:02:57.000] Project: /user/username/projects/myproject/projects/project1/tsconfig.json Detected output file: /user/username/projects/myproject/projects/project1/class3.d.ts -Info 92 [00:02:58.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/projects/project1/class3.d.ts :: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/projects/project1/class3.d.ts 0:: WatchInfo: /user/username/projects/myproject/projects/project1/class3.d.ts 500 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/projects/project1/class3.d.ts 500 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/projects/project2/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/projects/project1/class3.d.ts 0:: WatchInfo: /user/username/projects/myproject/projects/project1/class3.d.ts 500 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/projects/project1/class3.d.ts :: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/projects/project1/tsconfig.json Detected output file: /user/username/projects/myproject/projects/project1/class3.d.ts +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/projects/project1/class3.d.ts :: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory Before running Timeout callback:: count: 2 7: /user/username/projects/myproject/projects/project2/tsconfig.json 8: *ensureProjectForOpenFiles* @@ -456,6 +470,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} PolledWatches *deleted*:: /user/username/projects/myproject/projects/project1/class3.d.ts: @@ -477,12 +493,12 @@ FsWatchesRecursive:: /user/username/projects/myproject/projects/project1: {} -Info 93 [00:02:59.000] Running: /user/username/projects/myproject/projects/project2/tsconfig.json -Info 94 [00:03:00.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/projects/project2/tsconfig.json -Info 95 [00:03:01.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project1/class3.d.ts 500 undefined WatchType: Closed Script info -Info 96 [00:03:02.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/projects/project2/tsconfig.json Version: 5 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 97 [00:03:03.000] Project '/user/username/projects/myproject/projects/project2/tsconfig.json' (Configured) -Info 98 [00:03:04.000] Files (4) +Info seq [hh:mm:ss:mss] Running: /user/username/projects/myproject/projects/project2/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/projects/project2/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project1/class3.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/projects/project2/tsconfig.json Version: 5 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/projects/project2/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/projects/project1/class1.d.ts Text-1 "declare class class1 {}" /user/username/projects/myproject/projects/project1/class3.d.ts Text-2 "declare class class3 {}" @@ -498,24 +514,24 @@ Info 98 [00:03:04.000] Files (4) class2.ts Matched by default include pattern '**/*' -Info 99 [00:03:05.000] ----------------------------------------------- -Info 100 [00:03:06.000] Running: *ensureProjectForOpenFiles* -Info 101 [00:03:07.000] Before ensureProjectForOpenFiles: -Info 102 [00:03:08.000] Project '/user/username/projects/myproject/projects/project2/tsconfig.json' (Configured) -Info 102 [00:03:09.000] Files (4) - -Info 102 [00:03:10.000] ----------------------------------------------- -Info 102 [00:03:11.000] Open files: -Info 102 [00:03:12.000] FileName: /user/username/projects/myproject/projects/project2/class2.ts ProjectRootPath: undefined -Info 102 [00:03:13.000] Projects: /user/username/projects/myproject/projects/project2/tsconfig.json -Info 102 [00:03:14.000] After ensureProjectForOpenFiles: -Info 103 [00:03:15.000] Project '/user/username/projects/myproject/projects/project2/tsconfig.json' (Configured) -Info 103 [00:03:16.000] Files (4) - -Info 103 [00:03:17.000] ----------------------------------------------- -Info 103 [00:03:18.000] Open files: -Info 103 [00:03:19.000] FileName: /user/username/projects/myproject/projects/project2/class2.ts ProjectRootPath: undefined -Info 103 [00:03:20.000] Projects: /user/username/projects/myproject/projects/project2/tsconfig.json +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/projects/project2/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/projects/project2/class2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/projects/project2/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/projects/project2/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/projects/project2/class2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/projects/project2/tsconfig.json After running Timeout callback:: count: 0 PolledWatches:: @@ -525,6 +541,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/projects/project2/tsconfig.json: diff --git a/tests/baselines/reference/tsserver/projectReferences/new-file-is-added-to-the-referenced-project-when-referenced-project-is-not-open.js b/tests/baselines/reference/tsserver/projectReferences/new-file-is-added-to-the-referenced-project-when-referenced-project-is-not-open.js index 6001b5c68b06e..cf386960a2eab 100644 --- a/tests/baselines/reference/tsserver/projectReferences/new-file-is-added-to-the-referenced-project-when-referenced-project-is-not-open.js +++ b/tests/baselines/reference/tsserver/projectReferences/new-file-is-added-to-the-referenced-project-when-referenced-project-is-not-open.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:33.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/projects/project1/tsconfig.json] {"compilerOptions":{"module":"none","composite":true},"exclude":["temp"]} @@ -30,7 +30,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:34.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -39,11 +39,11 @@ Info 1 [00:00:34.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:35.000] Search path: /user/username/projects/myproject/projects/project2 -Info 3 [00:00:36.000] For info: /user/username/projects/myproject/projects/project2/class2.ts :: Config file name: /user/username/projects/myproject/projects/project2/tsconfig.json -Info 4 [00:00:37.000] Creating configuration project /user/username/projects/myproject/projects/project2/tsconfig.json -Info 5 [00:00:38.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project2/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Config file -Info 6 [00:00:39.000] Config: /user/username/projects/myproject/projects/project2/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/projects/project2 +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/projects/project2/class2.ts :: Config file name: /user/username/projects/myproject/projects/project2/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/projects/project2/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project2/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/projects/project2/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/projects/project2/class2.ts" ], @@ -59,10 +59,10 @@ Info 6 [00:00:39.000] Config: /user/username/projects/myproject/projects/proj } ] } -Info 7 [00:00:40.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project2 1 undefined Config: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:41.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project2 1 undefined Config: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:42.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/projects/project2/tsconfig.json -Info 10 [00:00:43.000] Config: /user/username/projects/myproject/projects/project1/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project2 1 undefined Config: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project2 1 undefined Config: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/projects/project2/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/projects/project1/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/projects/project1/class1.ts" ], @@ -72,20 +72,22 @@ Info 10 [00:00:43.000] Config: /user/username/projects/myproject/projects/proj "configFilePath": "/user/username/projects/myproject/projects/project1/tsconfig.json" } } -Info 11 [00:00:44.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project1/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Config file -Info 12 [00:00:45.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory -Info 13 [00:00:46.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:47.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project1/class1.ts 500 undefined WatchType: Closed Script info -Info 15 [00:00:48.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 16 [00:00:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project2/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Type roots -Info 17 [00:00:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project2/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Type roots -Info 18 [00:00:51.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Type roots -Info 19 [00:00:52.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Type roots -Info 20 [00:00:53.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Type roots -Info 21 [00:00:54.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Type roots -Info 22 [00:00:55.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/projects/project2/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:00:56.000] Project '/user/username/projects/myproject/projects/project2/tsconfig.json' (Configured) -Info 24 [00:00:57.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project1/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project1/class1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project2/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project2/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/projects/project2/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/projects/project2/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/projects/project1/class1.ts Text-1 "class class1 {}" /user/username/projects/myproject/projects/project2/class2.ts SVC-1-0 "class class2 {}" @@ -98,17 +100,17 @@ Info 24 [00:00:57.000] Files (3) class2.ts Matched by default include pattern '**/*' -Info 25 [00:00:58.000] ----------------------------------------------- -Info 26 [00:00:59.000] Search path: /user/username/projects/myproject/projects/project2 -Info 27 [00:01:00.000] For info: /user/username/projects/myproject/projects/project2/tsconfig.json :: No config files found. -Info 28 [00:01:01.000] Project '/user/username/projects/myproject/projects/project2/tsconfig.json' (Configured) -Info 28 [00:01:02.000] Files (3) - -Info 28 [00:01:03.000] ----------------------------------------------- -Info 28 [00:01:04.000] Open files: -Info 28 [00:01:05.000] FileName: /user/username/projects/myproject/projects/project2/class2.ts ProjectRootPath: undefined -Info 28 [00:01:06.000] Projects: /user/username/projects/myproject/projects/project2/tsconfig.json -Info 28 [00:01:07.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/projects/project2 +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/projects/project2/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/projects/project2/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/projects/project2/class2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/projects/project2/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -121,6 +123,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/projects/project2/tsconfig.json: *new* @@ -138,10 +142,10 @@ FsWatchesRecursive:: /user/username/projects/myproject/projects/project1: *new* {} -Info 29 [00:01:10.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/projects/project1/class3.ts :: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory -Info 30 [00:01:11.000] Scheduled: /user/username/projects/myproject/projects/project2/tsconfig.json -Info 31 [00:01:12.000] Scheduled: *ensureProjectForOpenFiles* -Info 32 [00:01:13.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/projects/project1/class3.ts :: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/projects/project1/class3.ts :: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/projects/project2/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/projects/project1/class3.ts :: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory Before running Timeout callback:: count: 2 1: /user/username/projects/myproject/projects/project2/tsconfig.json 2: *ensureProjectForOpenFiles* @@ -149,12 +153,12 @@ Before running Timeout callback:: count: 2 class class3 {} -Info 33 [00:01:14.000] Running: /user/username/projects/myproject/projects/project2/tsconfig.json -Info 34 [00:01:15.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/projects/project2/tsconfig.json -Info 35 [00:01:16.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project1/class3.ts 500 undefined WatchType: Closed Script info -Info 36 [00:01:17.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/projects/project2/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 37 [00:01:18.000] Project '/user/username/projects/myproject/projects/project2/tsconfig.json' (Configured) -Info 38 [00:01:19.000] Files (4) +Info seq [hh:mm:ss:mss] Running: /user/username/projects/myproject/projects/project2/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/projects/project2/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project1/class3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/projects/project2/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/projects/project2/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/projects/project1/class1.ts Text-1 "class class1 {}" /user/username/projects/myproject/projects/project1/class3.ts Text-1 "class class3 {}" @@ -170,24 +174,24 @@ Info 38 [00:01:19.000] Files (4) class2.ts Matched by default include pattern '**/*' -Info 39 [00:01:20.000] ----------------------------------------------- -Info 40 [00:01:21.000] Running: *ensureProjectForOpenFiles* -Info 41 [00:01:22.000] Before ensureProjectForOpenFiles: -Info 42 [00:01:23.000] Project '/user/username/projects/myproject/projects/project2/tsconfig.json' (Configured) -Info 42 [00:01:24.000] Files (4) - -Info 42 [00:01:25.000] ----------------------------------------------- -Info 42 [00:01:26.000] Open files: -Info 42 [00:01:27.000] FileName: /user/username/projects/myproject/projects/project2/class2.ts ProjectRootPath: undefined -Info 42 [00:01:28.000] Projects: /user/username/projects/myproject/projects/project2/tsconfig.json -Info 42 [00:01:29.000] After ensureProjectForOpenFiles: -Info 43 [00:01:30.000] Project '/user/username/projects/myproject/projects/project2/tsconfig.json' (Configured) -Info 43 [00:01:31.000] Files (4) - -Info 43 [00:01:32.000] ----------------------------------------------- -Info 43 [00:01:33.000] Open files: -Info 43 [00:01:34.000] FileName: /user/username/projects/myproject/projects/project2/class2.ts ProjectRootPath: undefined -Info 43 [00:01:35.000] Projects: /user/username/projects/myproject/projects/project2/tsconfig.json +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/projects/project2/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/projects/project2/class2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/projects/project2/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/projects/project2/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/projects/project2/class2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/projects/project2/tsconfig.json After running Timeout callback:: count: 0 PolledWatches:: @@ -197,6 +201,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/projects/project2/tsconfig.json: @@ -216,12 +222,12 @@ FsWatchesRecursive:: /user/username/projects/myproject/projects/project1: {} -Info 43 [00:01:39.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/projects/project1/temp :: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory -Info 44 [00:01:40.000] Project: /user/username/projects/myproject/projects/project1/tsconfig.json Detected excluded file: /user/username/projects/myproject/projects/project1/temp -Info 45 [00:01:41.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/projects/project1/temp :: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory -Info 46 [00:01:43.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/projects/project1/temp/file.d.ts :: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory -Info 47 [00:01:44.000] Project: /user/username/projects/myproject/projects/project1/tsconfig.json Detected excluded file: /user/username/projects/myproject/projects/project1/temp/file.d.ts -Info 48 [00:01:45.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/projects/project1/temp/file.d.ts :: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/projects/project1/temp :: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/projects/project1/tsconfig.json Detected excluded file: /user/username/projects/myproject/projects/project1/temp +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/projects/project1/temp :: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/projects/project1/temp/file.d.ts :: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/projects/project1/tsconfig.json Detected excluded file: /user/username/projects/myproject/projects/project1/temp/file.d.ts +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/projects/project1/temp/file.d.ts :: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory Before running Timeout callback:: count: 0 //// [/user/username/projects/myproject/projects/project1/temp/file.d.ts] declare class file {} @@ -229,9 +235,9 @@ declare class file {} After running Timeout callback:: count: 0 -Info 49 [00:01:48.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/projects/project1/class3.d.ts :: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory -Info 50 [00:01:49.000] Project: /user/username/projects/myproject/projects/project1/tsconfig.json Detected output file: /user/username/projects/myproject/projects/project1/class3.d.ts -Info 51 [00:01:50.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/projects/project1/class3.d.ts :: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/projects/project1/class3.d.ts :: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/projects/project1/tsconfig.json Detected output file: /user/username/projects/myproject/projects/project1/class3.d.ts +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/projects/project1/class3.d.ts :: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory Before running Timeout callback:: count: 0 //// [/user/username/projects/myproject/projects/project1/class3.d.ts] declare class class3 {} diff --git a/tests/baselines/reference/tsserver/projectReferences/new-file-is-added-to-the-referenced-project-when-referenced-project-is-open-with-disableSourceOfProjectReferenceRedirect.js b/tests/baselines/reference/tsserver/projectReferences/new-file-is-added-to-the-referenced-project-when-referenced-project-is-open-with-disableSourceOfProjectReferenceRedirect.js index c906104f30ed8..04a6c05e06a8f 100644 --- a/tests/baselines/reference/tsserver/projectReferences/new-file-is-added-to-the-referenced-project-when-referenced-project-is-open-with-disableSourceOfProjectReferenceRedirect.js +++ b/tests/baselines/reference/tsserver/projectReferences/new-file-is-added-to-the-referenced-project-when-referenced-project-is-open-with-disableSourceOfProjectReferenceRedirect.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:33.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/projects/project1/tsconfig.json] {"compilerOptions":{"module":"none","composite":true},"exclude":["temp"]} @@ -30,7 +30,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:34.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -39,11 +39,11 @@ Info 1 [00:00:34.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:35.000] Search path: /user/username/projects/myproject/projects/project2 -Info 3 [00:00:36.000] For info: /user/username/projects/myproject/projects/project2/class2.ts :: Config file name: /user/username/projects/myproject/projects/project2/tsconfig.json -Info 4 [00:00:37.000] Creating configuration project /user/username/projects/myproject/projects/project2/tsconfig.json -Info 5 [00:00:38.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project2/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Config file -Info 6 [00:00:39.000] Config: /user/username/projects/myproject/projects/project2/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/projects/project2 +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/projects/project2/class2.ts :: Config file name: /user/username/projects/myproject/projects/project2/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/projects/project2/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project2/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/projects/project2/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/projects/project2/class2.ts" ], @@ -60,10 +60,10 @@ Info 6 [00:00:39.000] Config: /user/username/projects/myproject/projects/proj } ] } -Info 7 [00:00:40.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project2 1 undefined Config: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:41.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project2 1 undefined Config: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:42.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/projects/project2/tsconfig.json -Info 10 [00:00:43.000] Config: /user/username/projects/myproject/projects/project1/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project2 1 undefined Config: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project2 1 undefined Config: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/projects/project2/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/projects/project1/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/projects/project1/class1.ts" ], @@ -73,20 +73,22 @@ Info 10 [00:00:43.000] Config: /user/username/projects/myproject/projects/proj "configFilePath": "/user/username/projects/myproject/projects/project1/tsconfig.json" } } -Info 11 [00:00:44.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project1/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Config file -Info 12 [00:00:45.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory -Info 13 [00:00:46.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:47.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project1/class1.d.ts 500 undefined WatchType: Closed Script info -Info 15 [00:00:48.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 16 [00:00:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project2/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Type roots -Info 17 [00:00:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project2/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Type roots -Info 18 [00:00:51.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Type roots -Info 19 [00:00:52.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Type roots -Info 20 [00:00:53.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Type roots -Info 21 [00:00:54.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Type roots -Info 22 [00:00:55.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/projects/project2/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:00:56.000] Project '/user/username/projects/myproject/projects/project2/tsconfig.json' (Configured) -Info 24 [00:00:57.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project1/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project1/class1.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project2/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project2/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/projects/project2/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/projects/project2/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/projects/project1/class1.d.ts Text-1 "declare class class1 {}" /user/username/projects/myproject/projects/project2/class2.ts SVC-1-0 "class class2 {}" @@ -99,17 +101,17 @@ Info 24 [00:00:57.000] Files (3) class2.ts Matched by default include pattern '**/*' -Info 25 [00:00:58.000] ----------------------------------------------- -Info 26 [00:00:59.000] Search path: /user/username/projects/myproject/projects/project2 -Info 27 [00:01:00.000] For info: /user/username/projects/myproject/projects/project2/tsconfig.json :: No config files found. -Info 28 [00:01:01.000] Project '/user/username/projects/myproject/projects/project2/tsconfig.json' (Configured) -Info 28 [00:01:02.000] Files (3) - -Info 28 [00:01:03.000] ----------------------------------------------- -Info 28 [00:01:04.000] Open files: -Info 28 [00:01:05.000] FileName: /user/username/projects/myproject/projects/project2/class2.ts ProjectRootPath: undefined -Info 28 [00:01:06.000] Projects: /user/username/projects/myproject/projects/project2/tsconfig.json -Info 28 [00:01:07.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/projects/project2 +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/projects/project2/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/projects/project2/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/projects/project2/class2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/projects/project2/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -122,6 +124,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/projects/project2/tsconfig.json: *new* @@ -141,7 +145,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:08.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -150,19 +154,21 @@ Info 29 [00:01:08.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:09.000] Search path: /user/username/projects/myproject/projects/project1 -Info 31 [00:01:10.000] For info: /user/username/projects/myproject/projects/project1/class1.ts :: Config file name: /user/username/projects/myproject/projects/project1/tsconfig.json -Info 32 [00:01:11.000] Creating configuration project /user/username/projects/myproject/projects/project1/tsconfig.json -Info 33 [00:01:12.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/projects/project1/tsconfig.json -Info 34 [00:01:13.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project1/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Type roots -Info 35 [00:01:14.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project1/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Type roots -Info 36 [00:01:15.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Type roots -Info 37 [00:01:16.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Type roots -Info 38 [00:01:17.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Type roots -Info 39 [00:01:18.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Type roots -Info 40 [00:01:19.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/projects/project1/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 41 [00:01:20.000] Project '/user/username/projects/myproject/projects/project1/tsconfig.json' (Configured) -Info 42 [00:01:21.000] Files (2) +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/projects/project1 +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/projects/project1/class1.ts :: Config file name: /user/username/projects/myproject/projects/project1/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/projects/project1/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/projects/project1/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project1/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project1/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/projects/project1/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/projects/project1/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/projects/project1/class1.ts SVC-1-0 "class class1 {}" @@ -172,23 +178,23 @@ Info 42 [00:01:21.000] Files (2) class1.ts Matched by default include pattern '**/*' -Info 43 [00:01:22.000] ----------------------------------------------- -Info 44 [00:01:23.000] Search path: /user/username/projects/myproject/projects/project1 -Info 45 [00:01:24.000] For info: /user/username/projects/myproject/projects/project1/tsconfig.json :: No config files found. -Info 46 [00:01:25.000] Project '/user/username/projects/myproject/projects/project2/tsconfig.json' (Configured) -Info 46 [00:01:26.000] Files (3) - -Info 46 [00:01:27.000] ----------------------------------------------- -Info 46 [00:01:28.000] Project '/user/username/projects/myproject/projects/project1/tsconfig.json' (Configured) -Info 46 [00:01:29.000] Files (2) - -Info 46 [00:01:30.000] ----------------------------------------------- -Info 46 [00:01:31.000] Open files: -Info 46 [00:01:32.000] FileName: /user/username/projects/myproject/projects/project2/class2.ts ProjectRootPath: undefined -Info 46 [00:01:33.000] Projects: /user/username/projects/myproject/projects/project2/tsconfig.json -Info 46 [00:01:34.000] FileName: /user/username/projects/myproject/projects/project1/class1.ts ProjectRootPath: undefined -Info 46 [00:01:35.000] Projects: /user/username/projects/myproject/projects/project1/tsconfig.json -Info 46 [00:01:36.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/projects/project1 +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/projects/project1/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/projects/project2/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/projects/project1/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/projects/project2/class2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/projects/project2/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/projects/project1/class1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/projects/project1/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -201,6 +207,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/projects/project1/node_modules/@types: *new* {"pollingInterval":500} @@ -220,12 +228,12 @@ FsWatchesRecursive:: /user/username/projects/myproject/projects/project1: {} -Info 47 [00:01:39.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/projects/project1/class3.ts :: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory -Info 48 [00:01:40.000] Scheduled: /user/username/projects/myproject/projects/project2/tsconfig.json -Info 49 [00:01:41.000] Scheduled: *ensureProjectForOpenFiles* -Info 50 [00:01:42.000] Scheduled: /user/username/projects/myproject/projects/project1/tsconfig.json -Info 51 [00:01:43.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 52 [00:01:44.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/projects/project1/class3.ts :: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/projects/project1/class3.ts :: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/projects/project2/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/projects/project1/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/projects/project1/class3.ts :: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory Before running Timeout callback:: count: 3 1: /user/username/projects/myproject/projects/project2/tsconfig.json 3: /user/username/projects/myproject/projects/project1/tsconfig.json @@ -234,23 +242,23 @@ Before running Timeout callback:: count: 3 class class3 {} -Info 53 [00:01:45.000] Running: /user/username/projects/myproject/projects/project2/tsconfig.json -Info 54 [00:01:46.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/projects/project2/tsconfig.json -Info 55 [00:01:47.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project1/class3.d.ts 500 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Missing file -Info 56 [00:01:48.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/projects/project2/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 57 [00:01:49.000] Project '/user/username/projects/myproject/projects/project2/tsconfig.json' (Configured) -Info 58 [00:01:50.000] Files (3) +Info seq [hh:mm:ss:mss] Running: /user/username/projects/myproject/projects/project2/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/projects/project2/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project1/class3.d.ts 500 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/projects/project2/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/projects/project2/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/projects/project1/class1.d.ts Text-1 "declare class class1 {}" /user/username/projects/myproject/projects/project2/class2.ts SVC-1-0 "class class2 {}" -Info 59 [00:01:51.000] ----------------------------------------------- -Info 60 [00:01:52.000] Running: /user/username/projects/myproject/projects/project1/tsconfig.json -Info 61 [00:01:53.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project1/class3.ts 500 undefined WatchType: Closed Script info -Info 62 [00:01:54.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/projects/project1/tsconfig.json -Info 63 [00:01:55.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/projects/project1/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 64 [00:01:56.000] Project '/user/username/projects/myproject/projects/project1/tsconfig.json' (Configured) -Info 65 [00:01:57.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: /user/username/projects/myproject/projects/project1/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project1/class3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/projects/project1/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/projects/project1/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/projects/project1/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/projects/project1/class1.ts SVC-1-0 "class class1 {}" /user/username/projects/myproject/projects/project1/class3.ts Text-1 "class class3 {}" @@ -263,36 +271,36 @@ Info 65 [00:01:57.000] Files (3) class3.ts Matched by default include pattern '**/*' -Info 66 [00:01:58.000] ----------------------------------------------- -Info 67 [00:01:59.000] Running: *ensureProjectForOpenFiles* -Info 68 [00:02:00.000] Before ensureProjectForOpenFiles: -Info 69 [00:02:01.000] Project '/user/username/projects/myproject/projects/project2/tsconfig.json' (Configured) -Info 69 [00:02:02.000] Files (3) - -Info 69 [00:02:03.000] ----------------------------------------------- -Info 69 [00:02:04.000] Project '/user/username/projects/myproject/projects/project1/tsconfig.json' (Configured) -Info 69 [00:02:05.000] Files (3) - -Info 69 [00:02:06.000] ----------------------------------------------- -Info 69 [00:02:07.000] Open files: -Info 69 [00:02:08.000] FileName: /user/username/projects/myproject/projects/project2/class2.ts ProjectRootPath: undefined -Info 69 [00:02:09.000] Projects: /user/username/projects/myproject/projects/project2/tsconfig.json -Info 69 [00:02:10.000] FileName: /user/username/projects/myproject/projects/project1/class1.ts ProjectRootPath: undefined -Info 69 [00:02:11.000] Projects: /user/username/projects/myproject/projects/project1/tsconfig.json -Info 69 [00:02:12.000] After ensureProjectForOpenFiles: -Info 70 [00:02:13.000] Project '/user/username/projects/myproject/projects/project2/tsconfig.json' (Configured) -Info 70 [00:02:14.000] Files (3) - -Info 70 [00:02:15.000] ----------------------------------------------- -Info 70 [00:02:16.000] Project '/user/username/projects/myproject/projects/project1/tsconfig.json' (Configured) -Info 70 [00:02:17.000] Files (3) - -Info 70 [00:02:18.000] ----------------------------------------------- -Info 70 [00:02:19.000] Open files: -Info 70 [00:02:20.000] FileName: /user/username/projects/myproject/projects/project2/class2.ts ProjectRootPath: undefined -Info 70 [00:02:21.000] Projects: /user/username/projects/myproject/projects/project2/tsconfig.json -Info 70 [00:02:22.000] FileName: /user/username/projects/myproject/projects/project1/class1.ts ProjectRootPath: undefined -Info 70 [00:02:23.000] Projects: /user/username/projects/myproject/projects/project1/tsconfig.json +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/projects/project2/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/projects/project1/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/projects/project2/class2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/projects/project2/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/projects/project1/class1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/projects/project1/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/projects/project2/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/projects/project1/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/projects/project2/class2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/projects/project2/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/projects/project1/class1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/projects/project1/tsconfig.json After running Timeout callback:: count: 0 PolledWatches:: @@ -302,6 +310,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/projects/project1/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/projects/project1/class3.d.ts: *new* @@ -325,14 +335,14 @@ FsWatchesRecursive:: /user/username/projects/myproject/projects/project1: {} -Info 70 [00:02:26.000] FileWatcher:: Triggered with /user/username/projects/myproject/projects/project1/class3.d.ts 0:: WatchInfo: /user/username/projects/myproject/projects/project1/class3.d.ts 500 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Missing file -Info 71 [00:02:27.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/projects/project1/class3.d.ts 500 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Missing file -Info 72 [00:02:28.000] Scheduled: /user/username/projects/myproject/projects/project2/tsconfig.json -Info 73 [00:02:29.000] Scheduled: *ensureProjectForOpenFiles* -Info 74 [00:02:30.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/projects/project1/class3.d.ts 0:: WatchInfo: /user/username/projects/myproject/projects/project1/class3.d.ts 500 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Missing file -Info 75 [00:02:31.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/projects/project1/class3.d.ts :: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory -Info 76 [00:02:32.000] Project: /user/username/projects/myproject/projects/project1/tsconfig.json Detected output file: /user/username/projects/myproject/projects/project1/class3.d.ts -Info 77 [00:02:33.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/projects/project1/class3.d.ts :: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/projects/project1/class3.d.ts 0:: WatchInfo: /user/username/projects/myproject/projects/project1/class3.d.ts 500 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/projects/project1/class3.d.ts 500 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/projects/project2/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/projects/project1/class3.d.ts 0:: WatchInfo: /user/username/projects/myproject/projects/project1/class3.d.ts 500 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/projects/project1/class3.d.ts :: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/projects/project1/tsconfig.json Detected output file: /user/username/projects/myproject/projects/project1/class3.d.ts +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/projects/project1/class3.d.ts :: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory Before running Timeout callback:: count: 2 5: /user/username/projects/myproject/projects/project2/tsconfig.json 6: *ensureProjectForOpenFiles* @@ -347,6 +357,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/projects/project1/node_modules/@types: {"pollingInterval":500} @@ -372,12 +384,12 @@ FsWatchesRecursive:: /user/username/projects/myproject/projects/project1: {} -Info 78 [00:02:34.000] Running: /user/username/projects/myproject/projects/project2/tsconfig.json -Info 79 [00:02:35.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/projects/project2/tsconfig.json -Info 80 [00:02:36.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project1/class3.d.ts 500 undefined WatchType: Closed Script info -Info 81 [00:02:37.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/projects/project2/tsconfig.json Version: 3 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 82 [00:02:38.000] Project '/user/username/projects/myproject/projects/project2/tsconfig.json' (Configured) -Info 83 [00:02:39.000] Files (4) +Info seq [hh:mm:ss:mss] Running: /user/username/projects/myproject/projects/project2/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/projects/project2/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project1/class3.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/projects/project2/tsconfig.json Version: 3 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/projects/project2/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/projects/project1/class1.d.ts Text-1 "declare class class1 {}" /user/username/projects/myproject/projects/project1/class3.d.ts Text-1 "declare class class3 {}" @@ -393,36 +405,36 @@ Info 83 [00:02:39.000] Files (4) class2.ts Matched by default include pattern '**/*' -Info 84 [00:02:40.000] ----------------------------------------------- -Info 85 [00:02:41.000] Running: *ensureProjectForOpenFiles* -Info 86 [00:02:42.000] Before ensureProjectForOpenFiles: -Info 87 [00:02:43.000] Project '/user/username/projects/myproject/projects/project2/tsconfig.json' (Configured) -Info 87 [00:02:44.000] Files (4) - -Info 87 [00:02:45.000] ----------------------------------------------- -Info 87 [00:02:46.000] Project '/user/username/projects/myproject/projects/project1/tsconfig.json' (Configured) -Info 87 [00:02:47.000] Files (3) - -Info 87 [00:02:48.000] ----------------------------------------------- -Info 87 [00:02:49.000] Open files: -Info 87 [00:02:50.000] FileName: /user/username/projects/myproject/projects/project2/class2.ts ProjectRootPath: undefined -Info 87 [00:02:51.000] Projects: /user/username/projects/myproject/projects/project2/tsconfig.json -Info 87 [00:02:52.000] FileName: /user/username/projects/myproject/projects/project1/class1.ts ProjectRootPath: undefined -Info 87 [00:02:53.000] Projects: /user/username/projects/myproject/projects/project1/tsconfig.json -Info 87 [00:02:54.000] After ensureProjectForOpenFiles: -Info 88 [00:02:55.000] Project '/user/username/projects/myproject/projects/project2/tsconfig.json' (Configured) -Info 88 [00:02:56.000] Files (4) - -Info 88 [00:02:57.000] ----------------------------------------------- -Info 88 [00:02:58.000] Project '/user/username/projects/myproject/projects/project1/tsconfig.json' (Configured) -Info 88 [00:02:59.000] Files (3) - -Info 88 [00:03:00.000] ----------------------------------------------- -Info 88 [00:03:01.000] Open files: -Info 88 [00:03:02.000] FileName: /user/username/projects/myproject/projects/project2/class2.ts ProjectRootPath: undefined -Info 88 [00:03:03.000] Projects: /user/username/projects/myproject/projects/project2/tsconfig.json -Info 88 [00:03:04.000] FileName: /user/username/projects/myproject/projects/project1/class1.ts ProjectRootPath: undefined -Info 88 [00:03:05.000] Projects: /user/username/projects/myproject/projects/project1/tsconfig.json +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/projects/project2/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/projects/project1/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/projects/project2/class2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/projects/project2/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/projects/project1/class1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/projects/project1/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/projects/project2/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/projects/project1/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/projects/project2/class2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/projects/project2/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/projects/project1/class1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/projects/project1/tsconfig.json After running Timeout callback:: count: 0 PolledWatches:: @@ -432,6 +444,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/projects/project1/node_modules/@types: {"pollingInterval":500} @@ -455,12 +469,12 @@ FsWatchesRecursive:: /user/username/projects/myproject/projects/project1: {} -Info 88 [00:03:09.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/projects/project1/temp :: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory -Info 89 [00:03:10.000] Project: /user/username/projects/myproject/projects/project1/tsconfig.json Detected excluded file: /user/username/projects/myproject/projects/project1/temp -Info 90 [00:03:11.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/projects/project1/temp :: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory -Info 91 [00:03:13.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/projects/project1/temp/file.d.ts :: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory -Info 92 [00:03:14.000] Project: /user/username/projects/myproject/projects/project1/tsconfig.json Detected excluded file: /user/username/projects/myproject/projects/project1/temp/file.d.ts -Info 93 [00:03:15.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/projects/project1/temp/file.d.ts :: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/projects/project1/temp :: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/projects/project1/tsconfig.json Detected excluded file: /user/username/projects/myproject/projects/project1/temp +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/projects/project1/temp :: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/projects/project1/temp/file.d.ts :: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/projects/project1/tsconfig.json Detected excluded file: /user/username/projects/myproject/projects/project1/temp/file.d.ts +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/projects/project1/temp/file.d.ts :: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory Before running Timeout callback:: count: 0 //// [/user/username/projects/myproject/projects/project1/temp/file.d.ts] declare class file {} @@ -468,14 +482,14 @@ declare class file {} After running Timeout callback:: count: 0 -Info 94 [00:03:17.000] FileWatcher:: Triggered with /user/username/projects/myproject/projects/project1/class3.d.ts 2:: WatchInfo: /user/username/projects/myproject/projects/project1/class3.d.ts 500 undefined WatchType: Closed Script info -Info 95 [00:03:18.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/projects/project1/class3.d.ts 500 undefined WatchType: Closed Script info -Info 96 [00:03:19.000] Scheduled: /user/username/projects/myproject/projects/project2/tsconfig.json -Info 97 [00:03:20.000] Scheduled: *ensureProjectForOpenFiles* -Info 98 [00:03:21.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/projects/project1/class3.d.ts 2:: WatchInfo: /user/username/projects/myproject/projects/project1/class3.d.ts 500 undefined WatchType: Closed Script info -Info 99 [00:03:22.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/projects/project1/class3.d.ts :: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory -Info 100 [00:03:23.000] Project: /user/username/projects/myproject/projects/project1/tsconfig.json Detected output file: /user/username/projects/myproject/projects/project1/class3.d.ts -Info 101 [00:03:24.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/projects/project1/class3.d.ts :: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/projects/project1/class3.d.ts 2:: WatchInfo: /user/username/projects/myproject/projects/project1/class3.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/projects/project1/class3.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/projects/project2/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/projects/project1/class3.d.ts 2:: WatchInfo: /user/username/projects/myproject/projects/project1/class3.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/projects/project1/class3.d.ts :: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/projects/project1/tsconfig.json Detected output file: /user/username/projects/myproject/projects/project1/class3.d.ts +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/projects/project1/class3.d.ts :: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory Before running Timeout callback:: count: 2 7: /user/username/projects/myproject/projects/project2/tsconfig.json 8: *ensureProjectForOpenFiles* @@ -488,6 +502,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/projects/project1/node_modules/@types: {"pollingInterval":500} @@ -513,12 +529,12 @@ FsWatchesRecursive:: /user/username/projects/myproject/projects/project1: {} -Info 102 [00:03:25.000] Running: /user/username/projects/myproject/projects/project2/tsconfig.json -Info 103 [00:03:26.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/projects/project2/tsconfig.json -Info 104 [00:03:27.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project1/class3.d.ts 500 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Missing file -Info 105 [00:03:28.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/projects/project2/tsconfig.json Version: 4 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 106 [00:03:29.000] Project '/user/username/projects/myproject/projects/project2/tsconfig.json' (Configured) -Info 107 [00:03:30.000] Files (3) +Info seq [hh:mm:ss:mss] Running: /user/username/projects/myproject/projects/project2/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/projects/project2/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project1/class3.d.ts 500 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/projects/project2/tsconfig.json Version: 4 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/projects/project2/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/projects/project1/class1.d.ts Text-1 "declare class class1 {}" /user/username/projects/myproject/projects/project2/class2.ts SVC-1-0 "class class2 {}" @@ -531,36 +547,36 @@ Info 107 [00:03:30.000] Files (3) class2.ts Matched by default include pattern '**/*' -Info 108 [00:03:31.000] ----------------------------------------------- -Info 109 [00:03:32.000] Running: *ensureProjectForOpenFiles* -Info 110 [00:03:33.000] Before ensureProjectForOpenFiles: -Info 111 [00:03:34.000] Project '/user/username/projects/myproject/projects/project2/tsconfig.json' (Configured) -Info 111 [00:03:35.000] Files (3) - -Info 111 [00:03:36.000] ----------------------------------------------- -Info 111 [00:03:37.000] Project '/user/username/projects/myproject/projects/project1/tsconfig.json' (Configured) -Info 111 [00:03:38.000] Files (3) - -Info 111 [00:03:39.000] ----------------------------------------------- -Info 111 [00:03:40.000] Open files: -Info 111 [00:03:41.000] FileName: /user/username/projects/myproject/projects/project2/class2.ts ProjectRootPath: undefined -Info 111 [00:03:42.000] Projects: /user/username/projects/myproject/projects/project2/tsconfig.json -Info 111 [00:03:43.000] FileName: /user/username/projects/myproject/projects/project1/class1.ts ProjectRootPath: undefined -Info 111 [00:03:44.000] Projects: /user/username/projects/myproject/projects/project1/tsconfig.json -Info 111 [00:03:45.000] After ensureProjectForOpenFiles: -Info 112 [00:03:46.000] Project '/user/username/projects/myproject/projects/project2/tsconfig.json' (Configured) -Info 112 [00:03:47.000] Files (3) - -Info 112 [00:03:48.000] ----------------------------------------------- -Info 112 [00:03:49.000] Project '/user/username/projects/myproject/projects/project1/tsconfig.json' (Configured) -Info 112 [00:03:50.000] Files (3) - -Info 112 [00:03:51.000] ----------------------------------------------- -Info 112 [00:03:52.000] Open files: -Info 112 [00:03:53.000] FileName: /user/username/projects/myproject/projects/project2/class2.ts ProjectRootPath: undefined -Info 112 [00:03:54.000] Projects: /user/username/projects/myproject/projects/project2/tsconfig.json -Info 112 [00:03:55.000] FileName: /user/username/projects/myproject/projects/project1/class1.ts ProjectRootPath: undefined -Info 112 [00:03:56.000] Projects: /user/username/projects/myproject/projects/project1/tsconfig.json +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/projects/project2/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/projects/project1/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/projects/project2/class2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/projects/project2/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/projects/project1/class1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/projects/project1/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/projects/project2/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/projects/project1/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/projects/project2/class2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/projects/project2/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/projects/project1/class1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/projects/project1/tsconfig.json After running Timeout callback:: count: 0 PolledWatches:: @@ -570,6 +586,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/projects/project1/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/projects/project1/class3.d.ts: *new* @@ -593,14 +611,14 @@ FsWatchesRecursive:: /user/username/projects/myproject/projects/project1: {} -Info 112 [00:03:59.000] FileWatcher:: Triggered with /user/username/projects/myproject/projects/project1/class3.d.ts 0:: WatchInfo: /user/username/projects/myproject/projects/project1/class3.d.ts 500 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Missing file -Info 113 [00:04:00.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/projects/project1/class3.d.ts 500 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Missing file -Info 114 [00:04:01.000] Scheduled: /user/username/projects/myproject/projects/project2/tsconfig.json -Info 115 [00:04:02.000] Scheduled: *ensureProjectForOpenFiles* -Info 116 [00:04:03.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/projects/project1/class3.d.ts 0:: WatchInfo: /user/username/projects/myproject/projects/project1/class3.d.ts 500 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Missing file -Info 117 [00:04:04.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/projects/project1/class3.d.ts :: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory -Info 118 [00:04:05.000] Project: /user/username/projects/myproject/projects/project1/tsconfig.json Detected output file: /user/username/projects/myproject/projects/project1/class3.d.ts -Info 119 [00:04:06.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/projects/project1/class3.d.ts :: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/projects/project1/class3.d.ts 0:: WatchInfo: /user/username/projects/myproject/projects/project1/class3.d.ts 500 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/projects/project1/class3.d.ts 500 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/projects/project2/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/projects/project1/class3.d.ts 0:: WatchInfo: /user/username/projects/myproject/projects/project1/class3.d.ts 500 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/projects/project1/class3.d.ts :: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/projects/project1/tsconfig.json Detected output file: /user/username/projects/myproject/projects/project1/class3.d.ts +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/projects/project1/class3.d.ts :: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory Before running Timeout callback:: count: 2 9: /user/username/projects/myproject/projects/project2/tsconfig.json 10: *ensureProjectForOpenFiles* @@ -615,6 +633,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/projects/project1/node_modules/@types: {"pollingInterval":500} @@ -640,12 +660,12 @@ FsWatchesRecursive:: /user/username/projects/myproject/projects/project1: {} -Info 120 [00:04:07.000] Running: /user/username/projects/myproject/projects/project2/tsconfig.json -Info 121 [00:04:08.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/projects/project2/tsconfig.json -Info 122 [00:04:09.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project1/class3.d.ts 500 undefined WatchType: Closed Script info -Info 123 [00:04:10.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/projects/project2/tsconfig.json Version: 5 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 124 [00:04:11.000] Project '/user/username/projects/myproject/projects/project2/tsconfig.json' (Configured) -Info 125 [00:04:12.000] Files (4) +Info seq [hh:mm:ss:mss] Running: /user/username/projects/myproject/projects/project2/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/projects/project2/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project1/class3.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/projects/project2/tsconfig.json Version: 5 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/projects/project2/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/projects/project1/class1.d.ts Text-1 "declare class class1 {}" /user/username/projects/myproject/projects/project1/class3.d.ts Text-2 "declare class class3 {}" @@ -661,36 +681,36 @@ Info 125 [00:04:12.000] Files (4) class2.ts Matched by default include pattern '**/*' -Info 126 [00:04:13.000] ----------------------------------------------- -Info 127 [00:04:14.000] Running: *ensureProjectForOpenFiles* -Info 128 [00:04:15.000] Before ensureProjectForOpenFiles: -Info 129 [00:04:16.000] Project '/user/username/projects/myproject/projects/project2/tsconfig.json' (Configured) -Info 129 [00:04:17.000] Files (4) - -Info 129 [00:04:18.000] ----------------------------------------------- -Info 129 [00:04:19.000] Project '/user/username/projects/myproject/projects/project1/tsconfig.json' (Configured) -Info 129 [00:04:20.000] Files (3) - -Info 129 [00:04:21.000] ----------------------------------------------- -Info 129 [00:04:22.000] Open files: -Info 129 [00:04:23.000] FileName: /user/username/projects/myproject/projects/project2/class2.ts ProjectRootPath: undefined -Info 129 [00:04:24.000] Projects: /user/username/projects/myproject/projects/project2/tsconfig.json -Info 129 [00:04:25.000] FileName: /user/username/projects/myproject/projects/project1/class1.ts ProjectRootPath: undefined -Info 129 [00:04:26.000] Projects: /user/username/projects/myproject/projects/project1/tsconfig.json -Info 129 [00:04:27.000] After ensureProjectForOpenFiles: -Info 130 [00:04:28.000] Project '/user/username/projects/myproject/projects/project2/tsconfig.json' (Configured) -Info 130 [00:04:29.000] Files (4) - -Info 130 [00:04:30.000] ----------------------------------------------- -Info 130 [00:04:31.000] Project '/user/username/projects/myproject/projects/project1/tsconfig.json' (Configured) -Info 130 [00:04:32.000] Files (3) - -Info 130 [00:04:33.000] ----------------------------------------------- -Info 130 [00:04:34.000] Open files: -Info 130 [00:04:35.000] FileName: /user/username/projects/myproject/projects/project2/class2.ts ProjectRootPath: undefined -Info 130 [00:04:36.000] Projects: /user/username/projects/myproject/projects/project2/tsconfig.json -Info 130 [00:04:37.000] FileName: /user/username/projects/myproject/projects/project1/class1.ts ProjectRootPath: undefined -Info 130 [00:04:38.000] Projects: /user/username/projects/myproject/projects/project1/tsconfig.json +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/projects/project2/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/projects/project1/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/projects/project2/class2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/projects/project2/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/projects/project1/class1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/projects/project1/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/projects/project2/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/projects/project1/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/projects/project2/class2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/projects/project2/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/projects/project1/class1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/projects/project1/tsconfig.json After running Timeout callback:: count: 0 PolledWatches:: @@ -700,6 +720,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/projects/project1/node_modules/@types: {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/projectReferences/new-file-is-added-to-the-referenced-project-when-referenced-project-is-open.js b/tests/baselines/reference/tsserver/projectReferences/new-file-is-added-to-the-referenced-project-when-referenced-project-is-open.js index b59ecbf208b03..9ffa0013101f7 100644 --- a/tests/baselines/reference/tsserver/projectReferences/new-file-is-added-to-the-referenced-project-when-referenced-project-is-open.js +++ b/tests/baselines/reference/tsserver/projectReferences/new-file-is-added-to-the-referenced-project-when-referenced-project-is-open.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:33.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/projects/project1/tsconfig.json] {"compilerOptions":{"module":"none","composite":true},"exclude":["temp"]} @@ -30,7 +30,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:34.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -39,11 +39,11 @@ Info 1 [00:00:34.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:35.000] Search path: /user/username/projects/myproject/projects/project2 -Info 3 [00:00:36.000] For info: /user/username/projects/myproject/projects/project2/class2.ts :: Config file name: /user/username/projects/myproject/projects/project2/tsconfig.json -Info 4 [00:00:37.000] Creating configuration project /user/username/projects/myproject/projects/project2/tsconfig.json -Info 5 [00:00:38.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project2/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Config file -Info 6 [00:00:39.000] Config: /user/username/projects/myproject/projects/project2/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/projects/project2 +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/projects/project2/class2.ts :: Config file name: /user/username/projects/myproject/projects/project2/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/projects/project2/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project2/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/projects/project2/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/projects/project2/class2.ts" ], @@ -59,10 +59,10 @@ Info 6 [00:00:39.000] Config: /user/username/projects/myproject/projects/proj } ] } -Info 7 [00:00:40.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project2 1 undefined Config: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:41.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project2 1 undefined Config: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:42.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/projects/project2/tsconfig.json -Info 10 [00:00:43.000] Config: /user/username/projects/myproject/projects/project1/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project2 1 undefined Config: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project2 1 undefined Config: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/projects/project2/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/projects/project1/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/projects/project1/class1.ts" ], @@ -72,20 +72,22 @@ Info 10 [00:00:43.000] Config: /user/username/projects/myproject/projects/proj "configFilePath": "/user/username/projects/myproject/projects/project1/tsconfig.json" } } -Info 11 [00:00:44.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project1/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Config file -Info 12 [00:00:45.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory -Info 13 [00:00:46.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:47.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project1/class1.ts 500 undefined WatchType: Closed Script info -Info 15 [00:00:48.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 16 [00:00:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project2/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Type roots -Info 17 [00:00:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project2/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Type roots -Info 18 [00:00:51.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Type roots -Info 19 [00:00:52.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Type roots -Info 20 [00:00:53.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Type roots -Info 21 [00:00:54.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Type roots -Info 22 [00:00:55.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/projects/project2/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:00:56.000] Project '/user/username/projects/myproject/projects/project2/tsconfig.json' (Configured) -Info 24 [00:00:57.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project1/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project1/class1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project2/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project2/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project2/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/projects/project2/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/projects/project2/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/projects/project1/class1.ts Text-1 "class class1 {}" /user/username/projects/myproject/projects/project2/class2.ts SVC-1-0 "class class2 {}" @@ -98,17 +100,17 @@ Info 24 [00:00:57.000] Files (3) class2.ts Matched by default include pattern '**/*' -Info 25 [00:00:58.000] ----------------------------------------------- -Info 26 [00:00:59.000] Search path: /user/username/projects/myproject/projects/project2 -Info 27 [00:01:00.000] For info: /user/username/projects/myproject/projects/project2/tsconfig.json :: No config files found. -Info 28 [00:01:01.000] Project '/user/username/projects/myproject/projects/project2/tsconfig.json' (Configured) -Info 28 [00:01:02.000] Files (3) - -Info 28 [00:01:03.000] ----------------------------------------------- -Info 28 [00:01:04.000] Open files: -Info 28 [00:01:05.000] FileName: /user/username/projects/myproject/projects/project2/class2.ts ProjectRootPath: undefined -Info 28 [00:01:06.000] Projects: /user/username/projects/myproject/projects/project2/tsconfig.json -Info 28 [00:01:07.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/projects/project2 +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/projects/project2/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/projects/project2/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/projects/project2/class2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/projects/project2/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -121,6 +123,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/projects/project2/tsconfig.json: *new* @@ -140,7 +144,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:08.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -149,20 +153,22 @@ Info 29 [00:01:08.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:09.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/projects/project1/class1.ts 500 undefined WatchType: Closed Script info -Info 31 [00:01:10.000] Search path: /user/username/projects/myproject/projects/project1 -Info 32 [00:01:11.000] For info: /user/username/projects/myproject/projects/project1/class1.ts :: Config file name: /user/username/projects/myproject/projects/project1/tsconfig.json -Info 33 [00:01:12.000] Creating configuration project /user/username/projects/myproject/projects/project1/tsconfig.json -Info 34 [00:01:13.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/projects/project1/tsconfig.json -Info 35 [00:01:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project1/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Type roots -Info 36 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project1/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Type roots -Info 37 [00:01:16.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Type roots -Info 38 [00:01:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Type roots -Info 39 [00:01:18.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Type roots -Info 40 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Type roots -Info 41 [00:01:20.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/projects/project1/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 42 [00:01:21.000] Project '/user/username/projects/myproject/projects/project1/tsconfig.json' (Configured) -Info 43 [00:01:22.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/projects/project1/class1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/projects/project1 +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/projects/project1/class1.ts :: Config file name: /user/username/projects/myproject/projects/project1/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/projects/project1/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/projects/project1/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project1/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project1/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/projects/project1/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/projects/project1/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/projects/project1/class1.ts Text-1 "class class1 {}" @@ -172,23 +178,23 @@ Info 43 [00:01:22.000] Files (2) class1.ts Matched by default include pattern '**/*' -Info 44 [00:01:23.000] ----------------------------------------------- -Info 45 [00:01:24.000] Search path: /user/username/projects/myproject/projects/project1 -Info 46 [00:01:25.000] For info: /user/username/projects/myproject/projects/project1/tsconfig.json :: No config files found. -Info 47 [00:01:26.000] Project '/user/username/projects/myproject/projects/project2/tsconfig.json' (Configured) -Info 47 [00:01:27.000] Files (3) - -Info 47 [00:01:28.000] ----------------------------------------------- -Info 47 [00:01:29.000] Project '/user/username/projects/myproject/projects/project1/tsconfig.json' (Configured) -Info 47 [00:01:30.000] Files (2) - -Info 47 [00:01:31.000] ----------------------------------------------- -Info 47 [00:01:32.000] Open files: -Info 47 [00:01:33.000] FileName: /user/username/projects/myproject/projects/project2/class2.ts ProjectRootPath: undefined -Info 47 [00:01:34.000] Projects: /user/username/projects/myproject/projects/project2/tsconfig.json -Info 47 [00:01:35.000] FileName: /user/username/projects/myproject/projects/project1/class1.ts ProjectRootPath: undefined -Info 47 [00:01:36.000] Projects: /user/username/projects/myproject/projects/project2/tsconfig.json,/user/username/projects/myproject/projects/project1/tsconfig.json -Info 47 [00:01:37.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/projects/project1 +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/projects/project1/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/projects/project2/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/projects/project1/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/projects/project2/class2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/projects/project2/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/projects/project1/class1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/projects/project2/tsconfig.json,/user/username/projects/myproject/projects/project1/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -201,6 +207,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/projects/project1/node_modules/@types: *new* {"pollingInterval":500} @@ -222,12 +230,12 @@ FsWatchesRecursive:: /user/username/projects/myproject/projects/project1: {} -Info 48 [00:01:40.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/projects/project1/class3.ts :: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory -Info 49 [00:01:41.000] Scheduled: /user/username/projects/myproject/projects/project2/tsconfig.json -Info 50 [00:01:42.000] Scheduled: *ensureProjectForOpenFiles* -Info 51 [00:01:43.000] Scheduled: /user/username/projects/myproject/projects/project1/tsconfig.json -Info 52 [00:01:44.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 53 [00:01:45.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/projects/project1/class3.ts :: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/projects/project1/class3.ts :: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/projects/project2/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/projects/project1/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/projects/project1/class3.ts :: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory Before running Timeout callback:: count: 3 1: /user/username/projects/myproject/projects/project2/tsconfig.json 3: /user/username/projects/myproject/projects/project1/tsconfig.json @@ -236,12 +244,12 @@ Before running Timeout callback:: count: 3 class class3 {} -Info 54 [00:01:46.000] Running: /user/username/projects/myproject/projects/project2/tsconfig.json -Info 55 [00:01:47.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/projects/project2/tsconfig.json -Info 56 [00:01:48.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project1/class3.ts 500 undefined WatchType: Closed Script info -Info 57 [00:01:49.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/projects/project2/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 58 [00:01:50.000] Project '/user/username/projects/myproject/projects/project2/tsconfig.json' (Configured) -Info 59 [00:01:51.000] Files (4) +Info seq [hh:mm:ss:mss] Running: /user/username/projects/myproject/projects/project2/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/projects/project2/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/projects/project1/class3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/projects/project2/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/projects/project2/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/projects/project1/class1.ts Text-1 "class class1 {}" /user/username/projects/myproject/projects/project1/class3.ts Text-1 "class class3 {}" @@ -257,12 +265,12 @@ Info 59 [00:01:51.000] Files (4) class2.ts Matched by default include pattern '**/*' -Info 60 [00:01:52.000] ----------------------------------------------- -Info 61 [00:01:53.000] Running: /user/username/projects/myproject/projects/project1/tsconfig.json -Info 62 [00:01:54.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/projects/project1/tsconfig.json -Info 63 [00:01:55.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/projects/project1/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 64 [00:01:56.000] Project '/user/username/projects/myproject/projects/project1/tsconfig.json' (Configured) -Info 65 [00:01:57.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: /user/username/projects/myproject/projects/project1/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/projects/project1/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/projects/project1/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/projects/project1/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/projects/project1/class1.ts Text-1 "class class1 {}" /user/username/projects/myproject/projects/project1/class3.ts Text-1 "class class3 {}" @@ -275,36 +283,36 @@ Info 65 [00:01:57.000] Files (3) class3.ts Matched by default include pattern '**/*' -Info 66 [00:01:58.000] ----------------------------------------------- -Info 67 [00:01:59.000] Running: *ensureProjectForOpenFiles* -Info 68 [00:02:00.000] Before ensureProjectForOpenFiles: -Info 69 [00:02:01.000] Project '/user/username/projects/myproject/projects/project2/tsconfig.json' (Configured) -Info 69 [00:02:02.000] Files (4) - -Info 69 [00:02:03.000] ----------------------------------------------- -Info 69 [00:02:04.000] Project '/user/username/projects/myproject/projects/project1/tsconfig.json' (Configured) -Info 69 [00:02:05.000] Files (3) - -Info 69 [00:02:06.000] ----------------------------------------------- -Info 69 [00:02:07.000] Open files: -Info 69 [00:02:08.000] FileName: /user/username/projects/myproject/projects/project2/class2.ts ProjectRootPath: undefined -Info 69 [00:02:09.000] Projects: /user/username/projects/myproject/projects/project2/tsconfig.json -Info 69 [00:02:10.000] FileName: /user/username/projects/myproject/projects/project1/class1.ts ProjectRootPath: undefined -Info 69 [00:02:11.000] Projects: /user/username/projects/myproject/projects/project2/tsconfig.json,/user/username/projects/myproject/projects/project1/tsconfig.json -Info 69 [00:02:12.000] After ensureProjectForOpenFiles: -Info 70 [00:02:13.000] Project '/user/username/projects/myproject/projects/project2/tsconfig.json' (Configured) -Info 70 [00:02:14.000] Files (4) - -Info 70 [00:02:15.000] ----------------------------------------------- -Info 70 [00:02:16.000] Project '/user/username/projects/myproject/projects/project1/tsconfig.json' (Configured) -Info 70 [00:02:17.000] Files (3) - -Info 70 [00:02:18.000] ----------------------------------------------- -Info 70 [00:02:19.000] Open files: -Info 70 [00:02:20.000] FileName: /user/username/projects/myproject/projects/project2/class2.ts ProjectRootPath: undefined -Info 70 [00:02:21.000] Projects: /user/username/projects/myproject/projects/project2/tsconfig.json -Info 70 [00:02:22.000] FileName: /user/username/projects/myproject/projects/project1/class1.ts ProjectRootPath: undefined -Info 70 [00:02:23.000] Projects: /user/username/projects/myproject/projects/project2/tsconfig.json,/user/username/projects/myproject/projects/project1/tsconfig.json +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/projects/project2/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/projects/project1/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/projects/project2/class2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/projects/project2/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/projects/project1/class1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/projects/project2/tsconfig.json,/user/username/projects/myproject/projects/project1/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/projects/project2/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/projects/project1/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/projects/project2/class2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/projects/project2/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/projects/project1/class1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/projects/project2/tsconfig.json,/user/username/projects/myproject/projects/project1/tsconfig.json After running Timeout callback:: count: 0 PolledWatches:: @@ -314,6 +322,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/projects/project1/node_modules/@types: {"pollingInterval":500} @@ -333,12 +343,12 @@ FsWatchesRecursive:: /user/username/projects/myproject/projects/project1: {} -Info 70 [00:02:27.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/projects/project1/temp :: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory -Info 71 [00:02:28.000] Project: /user/username/projects/myproject/projects/project1/tsconfig.json Detected excluded file: /user/username/projects/myproject/projects/project1/temp -Info 72 [00:02:29.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/projects/project1/temp :: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory -Info 73 [00:02:31.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/projects/project1/temp/file.d.ts :: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory -Info 74 [00:02:32.000] Project: /user/username/projects/myproject/projects/project1/tsconfig.json Detected excluded file: /user/username/projects/myproject/projects/project1/temp/file.d.ts -Info 75 [00:02:33.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/projects/project1/temp/file.d.ts :: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/projects/project1/temp :: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/projects/project1/tsconfig.json Detected excluded file: /user/username/projects/myproject/projects/project1/temp +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/projects/project1/temp :: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/projects/project1/temp/file.d.ts :: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/projects/project1/tsconfig.json Detected excluded file: /user/username/projects/myproject/projects/project1/temp/file.d.ts +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/projects/project1/temp/file.d.ts :: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory Before running Timeout callback:: count: 0 //// [/user/username/projects/myproject/projects/project1/temp/file.d.ts] declare class file {} @@ -346,9 +356,9 @@ declare class file {} After running Timeout callback:: count: 0 -Info 76 [00:02:36.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/projects/project1/class3.d.ts :: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory -Info 77 [00:02:37.000] Project: /user/username/projects/myproject/projects/project1/tsconfig.json Detected output file: /user/username/projects/myproject/projects/project1/class3.d.ts -Info 78 [00:02:38.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/projects/project1/class3.d.ts :: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/projects/project1/class3.d.ts :: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Project: /user/username/projects/myproject/projects/project1/tsconfig.json Detected output file: /user/username/projects/myproject/projects/project1/class3.d.ts +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/projects/project1/class3.d.ts :: WatchInfo: /user/username/projects/myproject/projects/project1 1 undefined Config: /user/username/projects/myproject/projects/project1/tsconfig.json WatchType: Wild card directory Before running Timeout callback:: count: 0 //// [/user/username/projects/myproject/projects/project1/class3.d.ts] declare class class3 {} diff --git a/tests/baselines/reference/tsserver/projectReferences/project-is-directly-referenced-by-solution.js b/tests/baselines/reference/tsserver/projectReferences/project-is-directly-referenced-by-solution.js index d3f75dd3347a6..17749329eb491 100644 --- a/tests/baselines/reference/tsserver/projectReferences/project-is-directly-referenced-by-solution.js +++ b/tests/baselines/reference/tsserver/projectReferences/project-is-directly-referenced-by-solution.js @@ -1,12 +1,12 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:53.000] Provided types map file "/a/lib/typesMap.json" doesn't exist -Info 1 [00:00:54.000] Search path: /user/username/projects/myproject/src -Info 2 [00:00:55.000] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 3 [00:00:56.000] Creating configuration project /user/username/projects/myproject/tsconfig.json -Info 4 [00:00:57.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 5 [00:00:58.000] event: +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/myproject/src/main.ts to open"}} -Info 6 [00:00:59.000] Config: /user/username/projects/myproject/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig.json : { "rootNames": [], "options": { "configFilePath": "/user/username/projects/myproject/tsconfig.json" @@ -18,8 +18,8 @@ Info 6 [00:00:59.000] Config: /user/username/projects/myproject/tsconfig.json } ] } -Info 7 [00:01:00.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 8 [00:01:01.000] Config: /user/username/projects/myproject/tsconfig-src.json : { +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig-src.json : { "rootNames": [ "/user/username/projects/myproject/src/main.ts", "/user/username/projects/myproject/src/helpers/functions.ts" @@ -31,31 +31,35 @@ Info 8 [00:01:01.000] Config: /user/username/projects/myproject/tsconfig-src. "configFilePath": "/user/username/projects/myproject/tsconfig-src.json" } } -Info 9 [00:01:02.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-src.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 10 [00:01:03.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory -Info 11 [00:01:04.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory -Info 12 [00:01:05.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 13 [00:01:06.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 14 [00:01:07.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:01:08.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 16 [00:01:09.000] Files (0) - -Info 17 [00:01:10.000] ----------------------------------------------- -Info 18 [00:01:11.000] event: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-src.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig.json"}} -Info 19 [00:01:12.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"4a33d78ee40d836c4f4e64c59aed976628aea0013be9585c5ff171dfc41baf98","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":0,"tsSize":0,"tsx":0,"tsxSize":0,"dts":0,"dtsSize":0,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":true,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 20 [00:01:13.000] Creating configuration project /user/username/projects/myproject/tsconfig-src.json -Info 21 [00:01:14.000] event: +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig-src.json","reason":"Creating project referenced in solution /user/username/projects/myproject/tsconfig.json to find possible configured project for /user/username/projects/myproject/src/main.ts to open"}} -Info 22 [00:01:15.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/helpers/functions.ts 500 undefined WatchType: Closed Script info -Info 23 [00:01:16.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json -Info 24 [00:01:17.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 25 [00:01:18.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots -Info 26 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots -Info 27 [00:01:20.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 28 [00:01:21.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 29 [00:01:22.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/helpers/functions.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/helpers/functions.ts Text-1 "export const foo = 1;" /user/username/projects/myproject/src/main.ts SVC-1-0 "import { foo } from 'helpers/functions';\nexport { foo };" @@ -69,26 +73,26 @@ Info 29 [00:01:22.000] Files (3) src/main.ts Matched by include pattern './src/**/*' in 'tsconfig-src.json' -Info 30 [00:01:23.000] ----------------------------------------------- -Info 31 [00:01:24.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig-src.json"}} -Info 32 [00:01:25.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"75d5ba36c0a162a329bf40235b10e96d2d129b95469e1f02c08da775fb38a2b4","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":2,"tsSize":77,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{"composite":true,"outDir":"","baseUrl":""},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":true,"exclude":false,"compileOnSave":false,"configFileName":"other","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 33 [00:01:26.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/src/main.ts","configFile":"/user/username/projects/myproject/tsconfig-src.json","diagnostics":[]}} -Info 34 [00:01:27.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 34 [00:01:28.000] Files (0) - -Info 34 [00:01:29.000] ----------------------------------------------- -Info 34 [00:01:30.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 34 [00:01:31.000] Files (3) - -Info 34 [00:01:32.000] ----------------------------------------------- -Info 34 [00:01:33.000] Open files: -Info 34 [00:01:34.000] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined -Info 34 [00:01:35.000] Projects: /user/username/projects/myproject/tsconfig-src.json -Info 34 [00:01:36.000] getDefaultProject for /user/username/projects/myproject/src/main.ts: /user/username/projects/myproject/tsconfig-src.json -Info 34 [00:01:37.000] findDefaultConfiguredProject for /user/username/projects/myproject/src/main.ts: /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] getDefaultProject for /user/username/projects/myproject/src/main.ts: /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] findDefaultConfiguredProject for /user/username/projects/myproject/src/main.ts: /user/username/projects/myproject/tsconfig-src.json Before request //// [/user/username/projects/myproject/tsconfig-src.json] {"compilerOptions":{"composite":true,"outDir":"./target/","baseUrl":"./src/"},"include":["./src/**/*"]} @@ -146,6 +150,8 @@ export function bar() {} PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* @@ -161,7 +167,7 @@ FsWatchesRecursive:: /user/username/projects/myproject/src: *new* {} -Info 34 [00:01:38.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -173,7 +179,7 @@ Info 34 [00:01:38.000] request: "seq": 1, "type": "request" } -Info 35 [00:01:39.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -182,14 +188,14 @@ After request Before running Timeout callback:: count: 1 1: checkOne -Info 36 [00:01:40.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/src/main.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 1: semanticCheck -Info 37 [00:01:41.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/src/main.ts","diagnostics":[]}} After running Immedidate callback:: count: 1 2: suggestionCheck @@ -197,20 +203,18 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 2: suggestionCheck -Info 38 [00:01:42.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/src/main.ts","diagnostics":[]}} -Info 39 [00:01:43.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":1}} After running Immedidate callback:: count: 0 -Info 40 [00:01:44.000] Search path: /dummy -Info 41 [00:01:45.000] For info: /dummy/dummy.ts :: No config files found. -Info 42 [00:01:46.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 43 [00:01:47.000] DirectoryWatcher:: Added:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 44 [00:01:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 45 [00:01:49.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 46 [00:01:50.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 47 [00:01:51.000] Files (2) +Info seq [hh:mm:ss:mss] Search path: /dummy +Info seq [hh:mm:ss:mss] For info: /dummy/dummy.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /dummy/dummy.ts SVC-1-0 "let a = 10;" @@ -220,73 +224,75 @@ Info 47 [00:01:51.000] Files (2) dummy.ts Root file specified for compilation -Info 48 [00:01:52.000] ----------------------------------------------- -Info 49 [00:01:53.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 49 [00:01:54.000] Files (0) - -Info 49 [00:01:55.000] ----------------------------------------------- -Info 49 [00:01:56.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 49 [00:01:57.000] Files (3) - -Info 49 [00:01:58.000] ----------------------------------------------- -Info 49 [00:01:59.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 49 [00:02:00.000] Files (2) - -Info 49 [00:02:01.000] ----------------------------------------------- -Info 49 [00:02:02.000] Open files: -Info 49 [00:02:03.000] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined -Info 49 [00:02:04.000] Projects: /user/username/projects/myproject/tsconfig-src.json -Info 49 [00:02:05.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 49 [00:02:06.000] Projects: /dev/null/inferredProject1* -Info 49 [00:02:07.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/main.ts 500 undefined WatchType: Closed Script info -Info 50 [00:02:08.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 50 [00:02:09.000] Files (0) - -Info 50 [00:02:10.000] ----------------------------------------------- -Info 50 [00:02:11.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 50 [00:02:12.000] Files (3) - -Info 50 [00:02:13.000] ----------------------------------------------- -Info 50 [00:02:14.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 50 [00:02:15.000] Files (2) - -Info 50 [00:02:16.000] ----------------------------------------------- -Info 50 [00:02:17.000] Open files: -Info 50 [00:02:18.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 50 [00:02:19.000] Projects: /dev/null/inferredProject1* -Info 50 [00:02:20.000] FileWatcher:: Added:: WatchInfo: /dummy/dummy.ts 500 undefined WatchType: Closed Script info -Info 51 [00:02:21.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 51 [00:02:22.000] Files (0) - -Info 51 [00:02:23.000] ----------------------------------------------- -Info 51 [00:02:24.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 51 [00:02:25.000] Files (3) - -Info 51 [00:02:26.000] ----------------------------------------------- -Info 51 [00:02:27.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 51 [00:02:28.000] Files (2) - -Info 51 [00:02:29.000] ----------------------------------------------- -Info 51 [00:02:30.000] Open files: -Info 51 [00:02:31.000] FileWatcher:: Close:: WatchInfo: /dummy/dummy.ts 500 undefined WatchType: Closed Script info -Info 52 [00:02:32.000] Search path: /dummy -Info 53 [00:02:33.000] For info: /dummy/dummy.ts :: No config files found. -Info 54 [00:02:34.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 55 [00:02:35.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 56 [00:02:36.000] Same program as before -Info 57 [00:02:37.000] `remove Project:: -Info 58 [00:02:38.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 59 [00:02:39.000] Files (0) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /dummy/dummy.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /dummy/dummy.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /dummy +Info seq [hh:mm:ss:mss] For info: /dummy/dummy.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) -Info 60 [00:02:40.000] ----------------------------------------------- -Info 61 [00:02:41.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 62 [00:02:42.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 63 [00:02:43.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 64 [00:02:44.000] `remove Project:: -Info 65 [00:02:45.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 66 [00:02:46.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts /user/username/projects/myproject/src/helpers/functions.ts /user/username/projects/myproject/src/main.ts @@ -300,28 +306,30 @@ Info 66 [00:02:46.000] Files (3) src/main.ts Matched by include pattern './src/**/*' in 'tsconfig-src.json' -Info 67 [00:02:47.000] ----------------------------------------------- -Info 68 [00:02:48.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory -Info 69 [00:02:49.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory -Info 70 [00:02:50.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig-src.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 71 [00:02:51.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots -Info 72 [00:02:52.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots -Info 73 [00:02:53.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/main.ts 500 undefined WatchType: Closed Script info -Info 74 [00:02:54.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/helpers/functions.ts 500 undefined WatchType: Closed Script info -Info 75 [00:02:55.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 75 [00:02:56.000] Files (2) - -Info 75 [00:02:57.000] ----------------------------------------------- -Info 75 [00:02:58.000] Open files: -Info 75 [00:02:59.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 75 [00:03:00.000] Projects: /dev/null/inferredProject1* -Info 75 [00:03:01.000] Search path: /user/username/projects/myproject/src -Info 76 [00:03:02.000] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 77 [00:03:03.000] Creating configuration project /user/username/projects/myproject/tsconfig.json -Info 78 [00:03:04.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 79 [00:03:05.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig-src.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/helpers/functions.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/myproject/src/main.ts to open"}} -Info 80 [00:03:06.000] Config: /user/username/projects/myproject/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig.json : { "rootNames": [], "options": { "configFilePath": "/user/username/projects/myproject/tsconfig.json" @@ -333,8 +341,8 @@ Info 80 [00:03:06.000] Config: /user/username/projects/myproject/tsconfig.json } ] } -Info 81 [00:03:07.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 82 [00:03:08.000] Config: /user/username/projects/myproject/tsconfig-src.json : { +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig-src.json : { "rootNames": [ "/user/username/projects/myproject/src/main.ts", "/user/username/projects/myproject/src/helpers/functions.ts" @@ -346,28 +354,32 @@ Info 82 [00:03:08.000] Config: /user/username/projects/myproject/tsconfig-src. "configFilePath": "/user/username/projects/myproject/tsconfig-src.json" } } -Info 83 [00:03:09.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-src.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 84 [00:03:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory -Info 85 [00:03:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory -Info 86 [00:03:12.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 87 [00:03:13.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 88 [00:03:14.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 89 [00:03:15.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 90 [00:03:16.000] Files (0) - -Info 91 [00:03:17.000] ----------------------------------------------- -Info 92 [00:03:18.000] event: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-src.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig.json"}} -Info 93 [00:03:19.000] Creating configuration project /user/username/projects/myproject/tsconfig-src.json -Info 94 [00:03:20.000] event: +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig-src.json","reason":"Creating project referenced in solution /user/username/projects/myproject/tsconfig.json to find possible configured project for /user/username/projects/myproject/src/main.ts to open"}} -Info 95 [00:03:21.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/helpers/functions.ts 500 undefined WatchType: Closed Script info -Info 96 [00:03:22.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json -Info 97 [00:03:23.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots -Info 98 [00:03:24.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots -Info 99 [00:03:25.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 100 [00:03:26.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 101 [00:03:27.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/helpers/functions.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/helpers/functions.ts Text-2 "export const foo = 1;" /user/username/projects/myproject/src/main.ts SVC-2-0 "import { foo } from 'helpers/functions';\nexport { foo };" @@ -381,81 +393,83 @@ Info 101 [00:03:27.000] Files (3) src/main.ts Matched by include pattern './src/**/*' in 'tsconfig-src.json' -Info 102 [00:03:28.000] ----------------------------------------------- -Info 103 [00:03:29.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig-src.json"}} -Info 104 [00:03:30.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/src/main.ts","configFile":"/user/username/projects/myproject/tsconfig-src.json","diagnostics":[]}} -Info 105 [00:03:31.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 105 [00:03:32.000] Files (0) - -Info 105 [00:03:33.000] ----------------------------------------------- -Info 105 [00:03:34.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 105 [00:03:35.000] Files (3) - -Info 105 [00:03:36.000] ----------------------------------------------- -Info 105 [00:03:37.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 105 [00:03:38.000] Files (2) - -Info 105 [00:03:39.000] ----------------------------------------------- -Info 105 [00:03:40.000] Open files: -Info 105 [00:03:41.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 105 [00:03:42.000] Projects: /dev/null/inferredProject1* -Info 105 [00:03:43.000] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined -Info 105 [00:03:44.000] Projects: /user/username/projects/myproject/tsconfig-src.json -Info 105 [00:03:45.000] FileWatcher:: Added:: WatchInfo: /dummy/dummy.ts 500 undefined WatchType: Closed Script info -Info 106 [00:03:46.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 106 [00:03:47.000] Files (0) - -Info 106 [00:03:48.000] ----------------------------------------------- -Info 106 [00:03:49.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 106 [00:03:50.000] Files (3) - -Info 106 [00:03:51.000] ----------------------------------------------- -Info 106 [00:03:52.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 106 [00:03:53.000] Files (2) - -Info 106 [00:03:54.000] ----------------------------------------------- -Info 106 [00:03:55.000] Open files: -Info 106 [00:03:56.000] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined -Info 106 [00:03:57.000] Projects: /user/username/projects/myproject/tsconfig-src.json -Info 106 [00:03:58.000] FileWatcher:: Close:: WatchInfo: /dummy/dummy.ts 500 undefined WatchType: Closed Script info -Info 107 [00:03:59.000] Search path: /dummy -Info 108 [00:04:00.000] For info: /dummy/dummy.ts :: No config files found. -Info 109 [00:04:01.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 110 [00:04:02.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 3 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 111 [00:04:03.000] Same program as before -Info 112 [00:04:04.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 112 [00:04:05.000] Files (0) - -Info 112 [00:04:06.000] ----------------------------------------------- -Info 112 [00:04:07.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 112 [00:04:08.000] Files (3) - -Info 112 [00:04:09.000] ----------------------------------------------- -Info 112 [00:04:10.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 112 [00:04:11.000] Files (2) - -Info 112 [00:04:12.000] ----------------------------------------------- -Info 112 [00:04:13.000] Open files: -Info 112 [00:04:14.000] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined -Info 112 [00:04:15.000] Projects: /user/username/projects/myproject/tsconfig-src.json -Info 112 [00:04:16.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 112 [00:04:17.000] Projects: /dev/null/inferredProject1* -Info 112 [00:04:18.000] reload projects. -Info 113 [00:04:19.000] Scheduled: /dev/null/inferredProject1* -Info 114 [00:04:20.000] Scheduled: /user/username/projects/myproject/tsconfig-src.json -Info 115 [00:04:21.000] Scheduled: *ensureProjectForOpenFiles* -Info 116 [00:04:22.000] Scheduled: /user/username/projects/myproject/tsconfig-src.json, Cancelled earlier one -Info 117 [00:04:23.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 118 [00:04:24.000] Search path: /user/username/projects/myproject/src -Info 119 [00:04:25.000] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 120 [00:04:26.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 121 [00:04:27.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 122 [00:04:28.000] Reloading configured project /user/username/projects/myproject/tsconfig.json -Info 123 [00:04:29.000] event: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /dummy/dummy.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /dummy/dummy.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /dummy +Info seq [hh:mm:ss:mss] For info: /dummy/dummy.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 3 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] reload projects. +Info seq [hh:mm:ss:mss] Scheduled: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/tsconfig-src.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Reloading configured project /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig.json","reason":"User requested reload projects"}} -Info 124 [00:04:30.000] Config: /user/username/projects/myproject/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig.json : { "rootNames": [], "options": { "configFilePath": "/user/username/projects/myproject/tsconfig.json" @@ -467,8 +481,8 @@ Info 124 [00:04:30.000] Config: /user/username/projects/myproject/tsconfig.json } ] } -Info 125 [00:04:31.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 126 [00:04:32.000] Config: /user/username/projects/myproject/tsconfig-src.json : { +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig-src.json : { "rootNames": [ "/user/username/projects/myproject/src/main.ts", "/user/username/projects/myproject/src/helpers/functions.ts" @@ -480,98 +494,102 @@ Info 126 [00:04:32.000] Config: /user/username/projects/myproject/tsconfig-src. "configFilePath": "/user/username/projects/myproject/tsconfig-src.json" } } -Info 127 [00:04:33.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 128 [00:04:34.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 129 [00:04:35.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 130 [00:04:36.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 131 [00:04:37.000] Files (0) - -Info 132 [00:04:38.000] ----------------------------------------------- -Info 133 [00:04:39.000] event: +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig.json"}} -Info 134 [00:04:40.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/tsconfig.json","configFile":"/user/username/projects/myproject/tsconfig.json","diagnostics":[]}} -Info 135 [00:04:41.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots -Info 136 [00:04:42.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots -Info 137 [00:04:43.000] Reloading configured project /user/username/projects/myproject/tsconfig-src.json -Info 138 [00:04:44.000] event: +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Reloading configured project /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig-src.json","reason":"User requested reload projects"}} -Info 139 [00:04:45.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json -Info 140 [00:04:46.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots -Info 141 [00:04:47.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots -Info 142 [00:04:48.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 143 [00:04:49.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 144 [00:04:50.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/helpers/functions.ts Text-2 "export const foo = 1;" /user/username/projects/myproject/src/main.ts SVC-2-0 "import { foo } from 'helpers/functions';\nexport { foo };" -Info 145 [00:04:51.000] ----------------------------------------------- -Info 146 [00:04:52.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig-src.json"}} -Info 147 [00:04:53.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/tsconfig-src.json","configFile":"/user/username/projects/myproject/tsconfig-src.json","diagnostics":[]}} -Info 148 [00:04:54.000] Search path: /dummy -Info 149 [00:04:55.000] For info: /dummy/dummy.ts :: No config files found. -Info 150 [00:04:56.000] DirectoryWatcher:: Close:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 151 [00:04:57.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 152 [00:04:58.000] Before ensureProjectForOpenFiles: -Info 153 [00:04:59.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 153 [00:05:00.000] Files (0) - -Info 153 [00:05:01.000] ----------------------------------------------- -Info 153 [00:05:02.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 153 [00:05:03.000] Files (3) - -Info 153 [00:05:04.000] ----------------------------------------------- -Info 153 [00:05:05.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 153 [00:05:06.000] Files (2) - -Info 153 [00:05:07.000] ----------------------------------------------- -Info 153 [00:05:08.000] Open files: -Info 153 [00:05:09.000] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined -Info 153 [00:05:10.000] Projects: /user/username/projects/myproject/tsconfig-src.json -Info 153 [00:05:11.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 153 [00:05:12.000] Projects: /dev/null/inferredProject1* -Info 153 [00:05:13.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 154 [00:05:14.000] DirectoryWatcher:: Added:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 155 [00:05:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 156 [00:05:16.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 4 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 157 [00:05:17.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 158 [00:05:18.000] Files (2) +Info seq [hh:mm:ss:mss] Search path: /dummy +Info seq [hh:mm:ss:mss] For info: /dummy/dummy.ts :: No config files found. +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 4 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /dummy/dummy.ts SVC-1-0 "let a = 10;" -Info 159 [00:05:19.000] ----------------------------------------------- -Info 160 [00:05:20.000] After ensureProjectForOpenFiles: -Info 161 [00:05:21.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 161 [00:05:22.000] Files (0) - -Info 161 [00:05:23.000] ----------------------------------------------- -Info 161 [00:05:24.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 161 [00:05:25.000] Files (3) - -Info 161 [00:05:26.000] ----------------------------------------------- -Info 161 [00:05:27.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 161 [00:05:28.000] Files (2) - -Info 161 [00:05:29.000] ----------------------------------------------- -Info 161 [00:05:30.000] Open files: -Info 161 [00:05:31.000] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined -Info 161 [00:05:32.000] Projects: /user/username/projects/myproject/tsconfig-src.json -Info 161 [00:05:33.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 161 [00:05:34.000] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* Before request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} *new* -/dummy/node_modules/@types: *new* - {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} *new* PolledWatches *deleted*:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /a/lib/lib.d.ts: @@ -599,7 +617,7 @@ FsWatchesRecursive *deleted*:: /user/username/projects/myproject/src: {} -Info 161 [00:05:35.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "references", "arguments": { @@ -610,10 +628,10 @@ Info 161 [00:05:35.000] request: "seq": 2, "type": "request" } -Info 162 [00:05:36.000] Finding references to /user/username/projects/myproject/src/main.ts position 50 in project /user/username/projects/myproject/tsconfig-src.json -Info 163 [00:05:37.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/target/src/helpers/functions.d.ts 500 undefined WatchType: Closed Script info -Info 164 [00:05:38.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/target/src/helpers/functions.d.ts.map 500 undefined WatchType: Closed Script info -Info 165 [00:05:39.000] response: +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/myproject/src/main.ts position 50 in project /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/target/src/helpers/functions.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/target/src/helpers/functions.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "refs": [ @@ -695,7 +713,7 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} -/dummy/node_modules/@types: +/user/username/projects/node_modules/@types: {"pollingInterval":500} FsWatches:: @@ -716,43 +734,43 @@ FsWatchesRecursive:: /user/username/projects/myproject/src: {} -Info 166 [00:05:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/main.ts 500 undefined WatchType: Closed Script info -Info 167 [00:05:41.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 167 [00:05:42.000] Files (0) - -Info 167 [00:05:43.000] ----------------------------------------------- -Info 167 [00:05:44.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 167 [00:05:45.000] Files (3) - -Info 167 [00:05:46.000] ----------------------------------------------- -Info 167 [00:05:47.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 167 [00:05:48.000] Files (2) - -Info 167 [00:05:49.000] ----------------------------------------------- -Info 167 [00:05:50.000] Open files: -Info 167 [00:05:51.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 167 [00:05:52.000] Projects: /dev/null/inferredProject1* -Info 167 [00:05:53.000] FileWatcher:: Added:: WatchInfo: /dummy/dummy.ts 500 undefined WatchType: Closed Script info -Info 168 [00:05:54.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 168 [00:05:55.000] Files (0) - -Info 168 [00:05:56.000] ----------------------------------------------- -Info 168 [00:05:57.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 168 [00:05:58.000] Files (3) - -Info 168 [00:05:59.000] ----------------------------------------------- -Info 168 [00:06:00.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 168 [00:06:01.000] Files (2) - -Info 168 [00:06:02.000] ----------------------------------------------- -Info 168 [00:06:03.000] Open files: -Info 168 [00:06:04.000] Search path: /user/username/projects/myproject/indirect3 -Info 169 [00:06:05.000] For info: /user/username/projects/myproject/indirect3/main.ts :: Config file name: /user/username/projects/myproject/indirect3/tsconfig.json -Info 170 [00:06:06.000] Creating configuration project /user/username/projects/myproject/indirect3/tsconfig.json -Info 171 [00:06:07.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirect3/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/indirect3/tsconfig.json WatchType: Config file -Info 172 [00:06:08.000] event: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /dummy/dummy.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/indirect3 +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/indirect3/main.ts :: Config file name: /user/username/projects/myproject/indirect3/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/indirect3/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirect3/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/indirect3/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/indirect3/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/myproject/indirect3/main.ts to open"}} -Info 173 [00:06:09.000] Config: /user/username/projects/myproject/indirect3/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/indirect3/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/indirect3/main.ts" ], @@ -761,19 +779,21 @@ Info 173 [00:06:09.000] Config: /user/username/projects/myproject/indirect3/tsc "configFilePath": "/user/username/projects/myproject/indirect3/tsconfig.json" } } -Info 174 [00:06:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirect3 1 undefined Config: /user/username/projects/myproject/indirect3/tsconfig.json WatchType: Wild card directory -Info 175 [00:06:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirect3 1 undefined Config: /user/username/projects/myproject/indirect3/tsconfig.json WatchType: Wild card directory -Info 176 [00:06:12.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/indirect3/tsconfig.json -Info 177 [00:06:13.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/target/src/main.d.ts 500 undefined WatchType: Closed Script info -Info 178 [00:06:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/target 1 undefined Project: /user/username/projects/myproject/indirect3/tsconfig.json WatchType: Failed Lookup Locations -Info 179 [00:06:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/target 1 undefined Project: /user/username/projects/myproject/indirect3/tsconfig.json WatchType: Failed Lookup Locations -Info 180 [00:06:16.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirect3/node_modules/@types 1 undefined Project: /user/username/projects/myproject/indirect3/tsconfig.json WatchType: Type roots -Info 181 [00:06:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirect3/node_modules/@types 1 undefined Project: /user/username/projects/myproject/indirect3/tsconfig.json WatchType: Type roots -Info 182 [00:06:18.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/indirect3/tsconfig.json WatchType: Type roots -Info 183 [00:06:19.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/indirect3/tsconfig.json WatchType: Type roots -Info 184 [00:06:20.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/indirect3/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 185 [00:06:21.000] Project '/user/username/projects/myproject/indirect3/tsconfig.json' (Configured) -Info 186 [00:06:22.000] Files (4) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirect3 1 undefined Config: /user/username/projects/myproject/indirect3/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirect3 1 undefined Config: /user/username/projects/myproject/indirect3/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/indirect3/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/target/src/main.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/target 1 undefined Project: /user/username/projects/myproject/indirect3/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/target 1 undefined Project: /user/username/projects/myproject/indirect3/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirect3/node_modules/@types 1 undefined Project: /user/username/projects/myproject/indirect3/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirect3/node_modules/@types 1 undefined Project: /user/username/projects/myproject/indirect3/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/indirect3/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/indirect3/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/indirect3/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/indirect3/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/indirect3/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/indirect3/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/target/src/helpers/functions.d.ts Text-1 "export declare const foo = 1;\n//# sourceMappingURL=functions.d.ts.map" /user/username/projects/myproject/target/src/main.d.ts Text-1 "import { foo } from 'helpers/functions';\nexport { foo };\n//# sourceMappingURL=main.d.ts.map" @@ -789,26 +809,28 @@ Info 186 [00:06:22.000] Files (4) main.ts Matched by default include pattern '**/*' -Info 187 [00:06:23.000] ----------------------------------------------- -Info 188 [00:06:24.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/indirect3/tsconfig.json"}} -Info 189 [00:06:25.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"5b0817f69b6871821661b976aa73f4f2533b37c5f4b920541094c2d727d0dc39","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":57,"tsx":0,"tsxSize":0,"dts":3,"dtsSize":494,"deferred":0,"deferredSize":0},"compilerOptions":{"baseUrl":""},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 190 [00:06:26.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/indirect3/main.ts","configFile":"/user/username/projects/myproject/indirect3/tsconfig.json","diagnostics":[]}} -Info 191 [00:06:27.000] `remove Project:: -Info 192 [00:06:28.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 193 [00:06:29.000] Files (0) +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) -Info 194 [00:06:30.000] ----------------------------------------------- -Info 195 [00:06:31.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 196 [00:06:32.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 197 [00:06:33.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 198 [00:06:34.000] `remove Project:: -Info 199 [00:06:35.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 200 [00:06:36.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts /user/username/projects/myproject/src/helpers/functions.ts /user/username/projects/myproject/src/main.ts @@ -822,15 +844,17 @@ Info 200 [00:06:36.000] Files (3) src/main.ts Matched by include pattern './src/**/*' in 'tsconfig-src.json' -Info 201 [00:06:37.000] ----------------------------------------------- -Info 202 [00:06:38.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory -Info 203 [00:06:39.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory -Info 204 [00:06:40.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig-src.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 205 [00:06:41.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots -Info 206 [00:06:42.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots -Info 207 [00:06:43.000] `remove Project:: -Info 208 [00:06:44.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 209 [00:06:45.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig-src.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts /dummy/dummy.ts @@ -840,28 +864,24 @@ Info 209 [00:06:45.000] Files (2) dummy.ts Root file specified for compilation -Info 210 [00:06:46.000] ----------------------------------------------- -Info 211 [00:06:47.000] DirectoryWatcher:: Close:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 212 [00:06:48.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 213 [00:06:49.000] FileWatcher:: Close:: WatchInfo: /dummy/dummy.ts 500 undefined WatchType: Closed Script info -Info 214 [00:06:50.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/main.ts 500 undefined WatchType: Closed Script info -Info 215 [00:06:51.000] Project '/user/username/projects/myproject/indirect3/tsconfig.json' (Configured) -Info 215 [00:06:52.000] Files (4) - -Info 215 [00:06:53.000] ----------------------------------------------- -Info 215 [00:06:54.000] Open files: -Info 215 [00:06:55.000] FileName: /user/username/projects/myproject/indirect3/main.ts ProjectRootPath: undefined -Info 215 [00:06:56.000] Projects: /user/username/projects/myproject/indirect3/tsconfig.json +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /dummy/dummy.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/indirect3/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/indirect3/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/indirect3/tsconfig.json Before request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} -/user/username/projects/myproject/indirect3/node_modules/@types: *new* +/user/username/projects/node_modules/@types: {"pollingInterval":500} - -PolledWatches *deleted*:: -/dummy/node_modules/@types: +/user/username/projects/myproject/indirect3/node_modules/@types: *new* {"pollingInterval":500} FsWatches:: @@ -894,7 +914,7 @@ FsWatchesRecursive *deleted*:: /user/username/projects/myproject/src: {} -Info 215 [00:06:57.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "references", "arguments": { @@ -905,16 +925,16 @@ Info 215 [00:06:57.000] request: "seq": 3, "type": "request" } -Info 216 [00:06:58.000] Finding references to /user/username/projects/myproject/indirect3/main.ts position 9 in project /user/username/projects/myproject/indirect3/tsconfig.json -Info 217 [00:06:59.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/target/src/main.d.ts.map 500 undefined WatchType: Closed Script info -Info 218 [00:07:00.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/main.ts 500 undefined WatchType: Closed Script info -Info 219 [00:07:01.000] Search path: /user/username/projects/myproject/src -Info 220 [00:07:02.000] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 221 [00:07:03.000] Creating configuration project /user/username/projects/myproject/tsconfig.json -Info 222 [00:07:04.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 223 [00:07:05.000] event: +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/myproject/indirect3/main.ts position 9 in project /user/username/projects/myproject/indirect3/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/target/src/main.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig.json","reason":"Creating project for original file: /user/username/projects/myproject/src/main.ts for location: /user/username/projects/myproject/target/src/main.d.ts"}} -Info 224 [00:07:06.000] Config: /user/username/projects/myproject/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig.json : { "rootNames": [], "options": { "configFilePath": "/user/username/projects/myproject/tsconfig.json" @@ -926,8 +946,8 @@ Info 224 [00:07:06.000] Config: /user/username/projects/myproject/tsconfig.json } ] } -Info 225 [00:07:07.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 226 [00:07:08.000] Config: /user/username/projects/myproject/tsconfig-src.json : { +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig-src.json : { "rootNames": [ "/user/username/projects/myproject/src/main.ts", "/user/username/projects/myproject/src/helpers/functions.ts" @@ -939,27 +959,31 @@ Info 226 [00:07:08.000] Config: /user/username/projects/myproject/tsconfig-src. "configFilePath": "/user/username/projects/myproject/tsconfig-src.json" } } -Info 227 [00:07:09.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-src.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 228 [00:07:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory -Info 229 [00:07:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory -Info 230 [00:07:12.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 231 [00:07:13.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 232 [00:07:14.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 233 [00:07:15.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 234 [00:07:16.000] Files (0) - -Info 235 [00:07:17.000] ----------------------------------------------- -Info 236 [00:07:18.000] event: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-src.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig.json"}} -Info 237 [00:07:19.000] Creating configuration project /user/username/projects/myproject/tsconfig-src.json -Info 238 [00:07:20.000] event: +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig-src.json","reason":"Creating project referenced in solution /user/username/projects/myproject/tsconfig.json to find possible configured project for original file: /user/username/projects/myproject/src/main.ts for location: /user/username/projects/myproject/target/src/main.d.ts"}} -Info 239 [00:07:21.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json -Info 240 [00:07:22.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots -Info 241 [00:07:23.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots -Info 242 [00:07:24.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 243 [00:07:25.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 244 [00:07:26.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/helpers/functions.ts Text-2 "export const foo = 1;" /user/username/projects/myproject/src/main.ts Text-3 "import { foo } from 'helpers/functions';\nexport { foo };" @@ -973,19 +997,19 @@ Info 244 [00:07:26.000] Files (3) src/main.ts Matched by include pattern './src/**/*' in 'tsconfig-src.json' -Info 245 [00:07:27.000] ----------------------------------------------- -Info 246 [00:07:28.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig-src.json"}} -Info 247 [00:07:29.000] Search path: /user/username/projects/myproject/src -Info 248 [00:07:30.000] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 249 [00:07:31.000] Search path: /user/username/projects/myproject/src -Info 250 [00:07:32.000] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 251 [00:07:33.000] Search path: /user/username/projects/myproject/src/helpers -Info 252 [00:07:34.000] For info: /user/username/projects/myproject/src/helpers/functions.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 253 [00:07:35.000] Search path: /user/username/projects/myproject/src/helpers -Info 254 [00:07:36.000] For info: /user/username/projects/myproject/src/helpers/functions.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 255 [00:07:37.000] Finding references to /user/username/projects/myproject/src/main.ts position 9 in project /user/username/projects/myproject/tsconfig-src.json -Info 256 [00:07:38.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src/helpers +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/helpers/functions.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src/helpers +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/helpers/functions.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/myproject/src/main.ts position 9 in project /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] response: { "response": { "refs": [ @@ -1103,6 +1127,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/indirect3/node_modules/@types: {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/projectReferences/project-is-indirectly-referenced-by-solution.js b/tests/baselines/reference/tsserver/projectReferences/project-is-indirectly-referenced-by-solution.js index b7a88189612e0..7f47c5fe037f6 100644 --- a/tests/baselines/reference/tsserver/projectReferences/project-is-indirectly-referenced-by-solution.js +++ b/tests/baselines/reference/tsserver/projectReferences/project-is-indirectly-referenced-by-solution.js @@ -1,12 +1,12 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:05.000] Provided types map file "/a/lib/typesMap.json" doesn't exist -Info 1 [00:01:06.000] Search path: /user/username/projects/myproject/src -Info 2 [00:01:07.000] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 3 [00:01:08.000] Creating configuration project /user/username/projects/myproject/tsconfig.json -Info 4 [00:01:09.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 5 [00:01:10.000] event: +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/myproject/src/main.ts to open"}} -Info 6 [00:01:11.000] Config: /user/username/projects/myproject/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig.json : { "rootNames": [], "options": { "configFilePath": "/user/username/projects/myproject/tsconfig.json" @@ -22,8 +22,8 @@ Info 6 [00:01:11.000] Config: /user/username/projects/myproject/tsconfig.json } ] } -Info 7 [00:01:12.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 8 [00:01:13.000] Config: /user/username/projects/myproject/tsconfig-indirect1.json : { +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig-indirect1.json : { "rootNames": [ "/user/username/projects/myproject/indirect1/main.ts" ], @@ -40,8 +40,8 @@ Info 8 [00:01:13.000] Config: /user/username/projects/myproject/tsconfig-indi } ] } -Info 9 [00:01:14.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-indirect1.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 10 [00:01:15.000] Config: /user/username/projects/myproject/tsconfig-src.json : { +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-indirect1.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig-src.json : { "rootNames": [ "/user/username/projects/myproject/src/main.ts", "/user/username/projects/myproject/src/helpers/functions.ts" @@ -53,10 +53,10 @@ Info 10 [00:01:15.000] Config: /user/username/projects/myproject/tsconfig-src. "configFilePath": "/user/username/projects/myproject/tsconfig-src.json" } } -Info 11 [00:01:16.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-src.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 12 [00:01:17.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory -Info 13 [00:01:18.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory -Info 14 [00:01:19.000] Config: /user/username/projects/myproject/tsconfig-indirect2.json : { +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-src.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig-indirect2.json : { "rootNames": [ "/user/username/projects/myproject/indirect2/main.ts" ], @@ -73,29 +73,33 @@ Info 14 [00:01:19.000] Config: /user/username/projects/myproject/tsconfig-indi } ] } -Info 15 [00:01:20.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-indirect2.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 16 [00:01:21.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 17 [00:01:22.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 18 [00:01:23.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 19 [00:01:24.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 20 [00:01:25.000] Files (0) - -Info 21 [00:01:26.000] ----------------------------------------------- -Info 22 [00:01:27.000] event: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-indirect2.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig.json"}} -Info 23 [00:01:28.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"4a33d78ee40d836c4f4e64c59aed976628aea0013be9585c5ff171dfc41baf98","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":0,"tsSize":0,"tsx":0,"tsxSize":0,"dts":0,"dtsSize":0,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":true,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 24 [00:01:29.000] Creating configuration project /user/username/projects/myproject/tsconfig-src.json -Info 25 [00:01:30.000] event: +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig-src.json","reason":"Creating project referenced in solution /user/username/projects/myproject/tsconfig.json to find possible configured project for /user/username/projects/myproject/src/main.ts to open"}} -Info 26 [00:01:31.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/helpers/functions.ts 500 undefined WatchType: Closed Script info -Info 27 [00:01:32.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json -Info 28 [00:01:33.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 29 [00:01:34.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots -Info 30 [00:01:35.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots -Info 31 [00:01:36.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 32 [00:01:37.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 33 [00:01:38.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/helpers/functions.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/helpers/functions.ts Text-1 "export const foo = 1;" /user/username/projects/myproject/src/main.ts SVC-1-0 "import { foo } from 'helpers/functions';\nexport { foo };" @@ -109,26 +113,26 @@ Info 33 [00:01:38.000] Files (3) src/main.ts Matched by include pattern './src/**/*' in 'tsconfig-src.json' -Info 34 [00:01:39.000] ----------------------------------------------- -Info 35 [00:01:40.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig-src.json"}} -Info 36 [00:01:41.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"75d5ba36c0a162a329bf40235b10e96d2d129b95469e1f02c08da775fb38a2b4","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":2,"tsSize":77,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{"composite":true,"outDir":"","baseUrl":""},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":true,"exclude":false,"compileOnSave":false,"configFileName":"other","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 37 [00:01:42.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/src/main.ts","configFile":"/user/username/projects/myproject/tsconfig-src.json","diagnostics":[]}} -Info 38 [00:01:43.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 38 [00:01:44.000] Files (0) - -Info 38 [00:01:45.000] ----------------------------------------------- -Info 38 [00:01:46.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 38 [00:01:47.000] Files (3) - -Info 38 [00:01:48.000] ----------------------------------------------- -Info 38 [00:01:49.000] Open files: -Info 38 [00:01:50.000] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined -Info 38 [00:01:51.000] Projects: /user/username/projects/myproject/tsconfig-src.json -Info 38 [00:01:52.000] getDefaultProject for /user/username/projects/myproject/src/main.ts: /user/username/projects/myproject/tsconfig-src.json -Info 38 [00:01:53.000] findDefaultConfiguredProject for /user/username/projects/myproject/src/main.ts: /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] getDefaultProject for /user/username/projects/myproject/src/main.ts: /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] findDefaultConfiguredProject for /user/username/projects/myproject/src/main.ts: /user/username/projects/myproject/tsconfig-src.json Before request //// [/user/username/projects/myproject/tsconfig-src.json] {"compilerOptions":{"composite":true,"outDir":"./target/","baseUrl":"./src/"},"include":["./src/**/*"]} @@ -202,6 +206,8 @@ export function bar() {} PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* @@ -221,7 +227,7 @@ FsWatchesRecursive:: /user/username/projects/myproject/src: *new* {} -Info 38 [00:01:54.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -233,7 +239,7 @@ Info 38 [00:01:54.000] request: "seq": 1, "type": "request" } -Info 39 [00:01:55.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -242,14 +248,14 @@ After request Before running Timeout callback:: count: 1 1: checkOne -Info 40 [00:01:56.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/src/main.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 1: semanticCheck -Info 41 [00:01:57.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/src/main.ts","diagnostics":[]}} After running Immedidate callback:: count: 1 2: suggestionCheck @@ -257,20 +263,18 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 2: suggestionCheck -Info 42 [00:01:58.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/src/main.ts","diagnostics":[]}} -Info 43 [00:01:59.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":1}} After running Immedidate callback:: count: 0 -Info 44 [00:02:00.000] Search path: /dummy -Info 45 [00:02:01.000] For info: /dummy/dummy.ts :: No config files found. -Info 46 [00:02:02.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 47 [00:02:03.000] DirectoryWatcher:: Added:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 48 [00:02:04.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 49 [00:02:05.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 50 [00:02:06.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 51 [00:02:07.000] Files (2) +Info seq [hh:mm:ss:mss] Search path: /dummy +Info seq [hh:mm:ss:mss] For info: /dummy/dummy.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /dummy/dummy.ts SVC-1-0 "let a = 10;" @@ -280,75 +284,77 @@ Info 51 [00:02:07.000] Files (2) dummy.ts Root file specified for compilation -Info 52 [00:02:08.000] ----------------------------------------------- -Info 53 [00:02:09.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 53 [00:02:10.000] Files (0) - -Info 53 [00:02:11.000] ----------------------------------------------- -Info 53 [00:02:12.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 53 [00:02:13.000] Files (3) - -Info 53 [00:02:14.000] ----------------------------------------------- -Info 53 [00:02:15.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 53 [00:02:16.000] Files (2) - -Info 53 [00:02:17.000] ----------------------------------------------- -Info 53 [00:02:18.000] Open files: -Info 53 [00:02:19.000] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined -Info 53 [00:02:20.000] Projects: /user/username/projects/myproject/tsconfig-src.json -Info 53 [00:02:21.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 53 [00:02:22.000] Projects: /dev/null/inferredProject1* -Info 53 [00:02:23.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/main.ts 500 undefined WatchType: Closed Script info -Info 54 [00:02:24.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 54 [00:02:25.000] Files (0) - -Info 54 [00:02:26.000] ----------------------------------------------- -Info 54 [00:02:27.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 54 [00:02:28.000] Files (3) - -Info 54 [00:02:29.000] ----------------------------------------------- -Info 54 [00:02:30.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 54 [00:02:31.000] Files (2) - -Info 54 [00:02:32.000] ----------------------------------------------- -Info 54 [00:02:33.000] Open files: -Info 54 [00:02:34.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 54 [00:02:35.000] Projects: /dev/null/inferredProject1* -Info 54 [00:02:36.000] FileWatcher:: Added:: WatchInfo: /dummy/dummy.ts 500 undefined WatchType: Closed Script info -Info 55 [00:02:37.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 55 [00:02:38.000] Files (0) - -Info 55 [00:02:39.000] ----------------------------------------------- -Info 55 [00:02:40.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 55 [00:02:41.000] Files (3) - -Info 55 [00:02:42.000] ----------------------------------------------- -Info 55 [00:02:43.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 55 [00:02:44.000] Files (2) - -Info 55 [00:02:45.000] ----------------------------------------------- -Info 55 [00:02:46.000] Open files: -Info 55 [00:02:47.000] FileWatcher:: Close:: WatchInfo: /dummy/dummy.ts 500 undefined WatchType: Closed Script info -Info 56 [00:02:48.000] Search path: /dummy -Info 57 [00:02:49.000] For info: /dummy/dummy.ts :: No config files found. -Info 58 [00:02:50.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 59 [00:02:51.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 60 [00:02:52.000] Same program as before -Info 61 [00:02:53.000] `remove Project:: -Info 62 [00:02:54.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 63 [00:02:55.000] Files (0) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /dummy/dummy.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /dummy/dummy.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /dummy +Info seq [hh:mm:ss:mss] For info: /dummy/dummy.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) -Info 64 [00:02:56.000] ----------------------------------------------- -Info 65 [00:02:57.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 66 [00:02:58.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig-indirect1.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 67 [00:02:59.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig-indirect2.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 68 [00:03:00.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 69 [00:03:01.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 70 [00:03:02.000] `remove Project:: -Info 71 [00:03:03.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 72 [00:03:04.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig-indirect1.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig-indirect2.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts /user/username/projects/myproject/src/helpers/functions.ts /user/username/projects/myproject/src/main.ts @@ -362,28 +368,30 @@ Info 72 [00:03:04.000] Files (3) src/main.ts Matched by include pattern './src/**/*' in 'tsconfig-src.json' -Info 73 [00:03:05.000] ----------------------------------------------- -Info 74 [00:03:06.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory -Info 75 [00:03:07.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory -Info 76 [00:03:08.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig-src.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 77 [00:03:09.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots -Info 78 [00:03:10.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots -Info 79 [00:03:11.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/main.ts 500 undefined WatchType: Closed Script info -Info 80 [00:03:12.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/helpers/functions.ts 500 undefined WatchType: Closed Script info -Info 81 [00:03:13.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 81 [00:03:14.000] Files (2) - -Info 81 [00:03:15.000] ----------------------------------------------- -Info 81 [00:03:16.000] Open files: -Info 81 [00:03:17.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 81 [00:03:18.000] Projects: /dev/null/inferredProject1* -Info 81 [00:03:19.000] Search path: /user/username/projects/myproject/src -Info 82 [00:03:20.000] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 83 [00:03:21.000] Creating configuration project /user/username/projects/myproject/tsconfig.json -Info 84 [00:03:22.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 85 [00:03:23.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig-src.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/helpers/functions.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/myproject/src/main.ts to open"}} -Info 86 [00:03:24.000] Config: /user/username/projects/myproject/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig.json : { "rootNames": [], "options": { "configFilePath": "/user/username/projects/myproject/tsconfig.json" @@ -399,8 +407,8 @@ Info 86 [00:03:24.000] Config: /user/username/projects/myproject/tsconfig.json } ] } -Info 87 [00:03:25.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 88 [00:03:26.000] Config: /user/username/projects/myproject/tsconfig-indirect1.json : { +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig-indirect1.json : { "rootNames": [ "/user/username/projects/myproject/indirect1/main.ts" ], @@ -417,8 +425,8 @@ Info 88 [00:03:26.000] Config: /user/username/projects/myproject/tsconfig-indi } ] } -Info 89 [00:03:27.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-indirect1.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 90 [00:03:28.000] Config: /user/username/projects/myproject/tsconfig-src.json : { +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-indirect1.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig-src.json : { "rootNames": [ "/user/username/projects/myproject/src/main.ts", "/user/username/projects/myproject/src/helpers/functions.ts" @@ -430,10 +438,10 @@ Info 90 [00:03:28.000] Config: /user/username/projects/myproject/tsconfig-src. "configFilePath": "/user/username/projects/myproject/tsconfig-src.json" } } -Info 91 [00:03:29.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-src.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 92 [00:03:30.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory -Info 93 [00:03:31.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory -Info 94 [00:03:32.000] Config: /user/username/projects/myproject/tsconfig-indirect2.json : { +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-src.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig-indirect2.json : { "rootNames": [ "/user/username/projects/myproject/indirect2/main.ts" ], @@ -450,26 +458,30 @@ Info 94 [00:03:32.000] Config: /user/username/projects/myproject/tsconfig-indi } ] } -Info 95 [00:03:33.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-indirect2.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 96 [00:03:34.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 97 [00:03:35.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 98 [00:03:36.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 99 [00:03:37.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 100 [00:03:38.000] Files (0) - -Info 101 [00:03:39.000] ----------------------------------------------- -Info 102 [00:03:40.000] event: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-indirect2.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig.json"}} -Info 103 [00:03:41.000] Creating configuration project /user/username/projects/myproject/tsconfig-src.json -Info 104 [00:03:42.000] event: +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig-src.json","reason":"Creating project referenced in solution /user/username/projects/myproject/tsconfig.json to find possible configured project for /user/username/projects/myproject/src/main.ts to open"}} -Info 105 [00:03:43.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/helpers/functions.ts 500 undefined WatchType: Closed Script info -Info 106 [00:03:44.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json -Info 107 [00:03:45.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots -Info 108 [00:03:46.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots -Info 109 [00:03:47.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 110 [00:03:48.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 111 [00:03:49.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/helpers/functions.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/helpers/functions.ts Text-2 "export const foo = 1;" /user/username/projects/myproject/src/main.ts SVC-2-0 "import { foo } from 'helpers/functions';\nexport { foo };" @@ -483,81 +495,83 @@ Info 111 [00:03:49.000] Files (3) src/main.ts Matched by include pattern './src/**/*' in 'tsconfig-src.json' -Info 112 [00:03:50.000] ----------------------------------------------- -Info 113 [00:03:51.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig-src.json"}} -Info 114 [00:03:52.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/src/main.ts","configFile":"/user/username/projects/myproject/tsconfig-src.json","diagnostics":[]}} -Info 115 [00:03:53.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 115 [00:03:54.000] Files (0) - -Info 115 [00:03:55.000] ----------------------------------------------- -Info 115 [00:03:56.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 115 [00:03:57.000] Files (3) - -Info 115 [00:03:58.000] ----------------------------------------------- -Info 115 [00:03:59.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 115 [00:04:00.000] Files (2) - -Info 115 [00:04:01.000] ----------------------------------------------- -Info 115 [00:04:02.000] Open files: -Info 115 [00:04:03.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 115 [00:04:04.000] Projects: /dev/null/inferredProject1* -Info 115 [00:04:05.000] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined -Info 115 [00:04:06.000] Projects: /user/username/projects/myproject/tsconfig-src.json -Info 115 [00:04:07.000] FileWatcher:: Added:: WatchInfo: /dummy/dummy.ts 500 undefined WatchType: Closed Script info -Info 116 [00:04:08.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 116 [00:04:09.000] Files (0) - -Info 116 [00:04:10.000] ----------------------------------------------- -Info 116 [00:04:11.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 116 [00:04:12.000] Files (3) - -Info 116 [00:04:13.000] ----------------------------------------------- -Info 116 [00:04:14.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 116 [00:04:15.000] Files (2) - -Info 116 [00:04:16.000] ----------------------------------------------- -Info 116 [00:04:17.000] Open files: -Info 116 [00:04:18.000] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined -Info 116 [00:04:19.000] Projects: /user/username/projects/myproject/tsconfig-src.json -Info 116 [00:04:20.000] FileWatcher:: Close:: WatchInfo: /dummy/dummy.ts 500 undefined WatchType: Closed Script info -Info 117 [00:04:21.000] Search path: /dummy -Info 118 [00:04:22.000] For info: /dummy/dummy.ts :: No config files found. -Info 119 [00:04:23.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 120 [00:04:24.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 3 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 121 [00:04:25.000] Same program as before -Info 122 [00:04:26.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 122 [00:04:27.000] Files (0) - -Info 122 [00:04:28.000] ----------------------------------------------- -Info 122 [00:04:29.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 122 [00:04:30.000] Files (3) - -Info 122 [00:04:31.000] ----------------------------------------------- -Info 122 [00:04:32.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 122 [00:04:33.000] Files (2) - -Info 122 [00:04:34.000] ----------------------------------------------- -Info 122 [00:04:35.000] Open files: -Info 122 [00:04:36.000] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined -Info 122 [00:04:37.000] Projects: /user/username/projects/myproject/tsconfig-src.json -Info 122 [00:04:38.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 122 [00:04:39.000] Projects: /dev/null/inferredProject1* -Info 122 [00:04:40.000] reload projects. -Info 123 [00:04:41.000] Scheduled: /dev/null/inferredProject1* -Info 124 [00:04:42.000] Scheduled: /user/username/projects/myproject/tsconfig-src.json -Info 125 [00:04:43.000] Scheduled: *ensureProjectForOpenFiles* -Info 126 [00:04:44.000] Scheduled: /user/username/projects/myproject/tsconfig-src.json, Cancelled earlier one -Info 127 [00:04:45.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 128 [00:04:46.000] Search path: /user/username/projects/myproject/src -Info 129 [00:04:47.000] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 130 [00:04:48.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 131 [00:04:49.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 132 [00:04:50.000] Reloading configured project /user/username/projects/myproject/tsconfig.json -Info 133 [00:04:51.000] event: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /dummy/dummy.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /dummy/dummy.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /dummy +Info seq [hh:mm:ss:mss] For info: /dummy/dummy.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 3 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] reload projects. +Info seq [hh:mm:ss:mss] Scheduled: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/tsconfig-src.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Reloading configured project /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig.json","reason":"User requested reload projects"}} -Info 134 [00:04:52.000] Config: /user/username/projects/myproject/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig.json : { "rootNames": [], "options": { "configFilePath": "/user/username/projects/myproject/tsconfig.json" @@ -573,8 +587,8 @@ Info 134 [00:04:52.000] Config: /user/username/projects/myproject/tsconfig.json } ] } -Info 135 [00:04:53.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 136 [00:04:54.000] Config: /user/username/projects/myproject/tsconfig-indirect1.json : { +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig-indirect1.json : { "rootNames": [ "/user/username/projects/myproject/indirect1/main.ts" ], @@ -591,7 +605,7 @@ Info 136 [00:04:54.000] Config: /user/username/projects/myproject/tsconfig-indi } ] } -Info 137 [00:04:55.000] Config: /user/username/projects/myproject/tsconfig-src.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig-src.json : { "rootNames": [ "/user/username/projects/myproject/src/main.ts", "/user/username/projects/myproject/src/helpers/functions.ts" @@ -603,7 +617,7 @@ Info 137 [00:04:55.000] Config: /user/username/projects/myproject/tsconfig-src. "configFilePath": "/user/username/projects/myproject/tsconfig-src.json" } } -Info 138 [00:04:56.000] Config: /user/username/projects/myproject/tsconfig-indirect2.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig-indirect2.json : { "rootNames": [ "/user/username/projects/myproject/indirect2/main.ts" ], @@ -620,98 +634,102 @@ Info 138 [00:04:56.000] Config: /user/username/projects/myproject/tsconfig-indi } ] } -Info 139 [00:04:57.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 140 [00:04:58.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 141 [00:04:59.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 142 [00:05:00.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 143 [00:05:01.000] Files (0) - -Info 144 [00:05:02.000] ----------------------------------------------- -Info 145 [00:05:03.000] event: +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig.json"}} -Info 146 [00:05:04.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/tsconfig.json","configFile":"/user/username/projects/myproject/tsconfig.json","diagnostics":[]}} -Info 147 [00:05:05.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots -Info 148 [00:05:06.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots -Info 149 [00:05:07.000] Reloading configured project /user/username/projects/myproject/tsconfig-src.json -Info 150 [00:05:08.000] event: +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Reloading configured project /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig-src.json","reason":"User requested reload projects"}} -Info 151 [00:05:09.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json -Info 152 [00:05:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots -Info 153 [00:05:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots -Info 154 [00:05:12.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 155 [00:05:13.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 156 [00:05:14.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/helpers/functions.ts Text-2 "export const foo = 1;" /user/username/projects/myproject/src/main.ts SVC-2-0 "import { foo } from 'helpers/functions';\nexport { foo };" -Info 157 [00:05:15.000] ----------------------------------------------- -Info 158 [00:05:16.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig-src.json"}} -Info 159 [00:05:17.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/tsconfig-src.json","configFile":"/user/username/projects/myproject/tsconfig-src.json","diagnostics":[]}} -Info 160 [00:05:18.000] Search path: /dummy -Info 161 [00:05:19.000] For info: /dummy/dummy.ts :: No config files found. -Info 162 [00:05:20.000] DirectoryWatcher:: Close:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 163 [00:05:21.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 164 [00:05:22.000] Before ensureProjectForOpenFiles: -Info 165 [00:05:23.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 165 [00:05:24.000] Files (0) - -Info 165 [00:05:25.000] ----------------------------------------------- -Info 165 [00:05:26.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 165 [00:05:27.000] Files (3) - -Info 165 [00:05:28.000] ----------------------------------------------- -Info 165 [00:05:29.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 165 [00:05:30.000] Files (2) - -Info 165 [00:05:31.000] ----------------------------------------------- -Info 165 [00:05:32.000] Open files: -Info 165 [00:05:33.000] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined -Info 165 [00:05:34.000] Projects: /user/username/projects/myproject/tsconfig-src.json -Info 165 [00:05:35.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 165 [00:05:36.000] Projects: /dev/null/inferredProject1* -Info 165 [00:05:37.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 166 [00:05:38.000] DirectoryWatcher:: Added:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 167 [00:05:39.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 168 [00:05:40.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 4 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 169 [00:05:41.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 170 [00:05:42.000] Files (2) +Info seq [hh:mm:ss:mss] Search path: /dummy +Info seq [hh:mm:ss:mss] For info: /dummy/dummy.ts :: No config files found. +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 4 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /dummy/dummy.ts SVC-1-0 "let a = 10;" -Info 171 [00:05:43.000] ----------------------------------------------- -Info 172 [00:05:44.000] After ensureProjectForOpenFiles: -Info 173 [00:05:45.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 173 [00:05:46.000] Files (0) - -Info 173 [00:05:47.000] ----------------------------------------------- -Info 173 [00:05:48.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 173 [00:05:49.000] Files (3) - -Info 173 [00:05:50.000] ----------------------------------------------- -Info 173 [00:05:51.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 173 [00:05:52.000] Files (2) - -Info 173 [00:05:53.000] ----------------------------------------------- -Info 173 [00:05:54.000] Open files: -Info 173 [00:05:55.000] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined -Info 173 [00:05:56.000] Projects: /user/username/projects/myproject/tsconfig-src.json -Info 173 [00:05:57.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 173 [00:05:58.000] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* Before request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} *new* -/dummy/node_modules/@types: *new* - {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} *new* PolledWatches *deleted*:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /a/lib/lib.d.ts: @@ -747,7 +765,7 @@ FsWatchesRecursive *deleted*:: /user/username/projects/myproject/src: {} -Info 173 [00:05:59.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "references", "arguments": { @@ -758,17 +776,19 @@ Info 173 [00:05:59.000] request: "seq": 2, "type": "request" } -Info 174 [00:06:00.000] Finding references to /user/username/projects/myproject/src/main.ts position 50 in project /user/username/projects/myproject/tsconfig-src.json -Info 175 [00:06:01.000] Creating configuration project /user/username/projects/myproject/tsconfig-indirect1.json -Info 176 [00:06:02.000] event: +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/myproject/src/main.ts position 50 in project /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig-indirect1.json +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig-indirect1.json","reason":"Creating project referenced by : /user/username/projects/myproject/tsconfig.json as it references project /user/username/projects/myproject/tsconfig-src.json"}} -Info 177 [00:06:03.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirect1/main.ts 500 undefined WatchType: Closed Script info -Info 178 [00:06:04.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-indirect1.json -Info 179 [00:06:05.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots -Info 180 [00:06:06.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots -Info 181 [00:06:07.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-indirect1.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 182 [00:06:08.000] Project '/user/username/projects/myproject/tsconfig-indirect1.json' (Configured) -Info 183 [00:06:09.000] Files (4) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirect1/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-indirect1.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-indirect1.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-indirect1.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/helpers/functions.ts Text-2 "export const foo = 1;" /user/username/projects/myproject/src/main.ts SVC-2-0 "import { foo } from 'helpers/functions';\nexport { foo };" @@ -784,21 +804,23 @@ Info 183 [00:06:09.000] Files (4) indirect1/main.ts Part of 'files' list in tsconfig.json -Info 184 [00:06:10.000] ----------------------------------------------- -Info 185 [00:06:11.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig-indirect1.json"}} -Info 186 [00:06:12.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"9ccc3aed1af08832ccb25ea453f7b771199f56af238b53cc428549dbd2d59246","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":3,"tsSize":134,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{"composite":true,"outDir":"","baseUrl":""},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":true,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"other","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 187 [00:06:13.000] Creating configuration project /user/username/projects/myproject/tsconfig-indirect2.json -Info 188 [00:06:14.000] event: +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig-indirect2.json +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig-indirect2.json","reason":"Creating project referenced by : /user/username/projects/myproject/tsconfig.json as it references project /user/username/projects/myproject/tsconfig-src.json"}} -Info 189 [00:06:15.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirect2/main.ts 500 undefined WatchType: Closed Script info -Info 190 [00:06:16.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-indirect2.json -Info 191 [00:06:17.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect2.json WatchType: Type roots -Info 192 [00:06:18.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect2.json WatchType: Type roots -Info 193 [00:06:19.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-indirect2.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 194 [00:06:20.000] Project '/user/username/projects/myproject/tsconfig-indirect2.json' (Configured) -Info 195 [00:06:21.000] Files (4) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirect2/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-indirect2.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect2.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect2.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect2.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect2.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-indirect2.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-indirect2.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/helpers/functions.ts Text-2 "export const foo = 1;" /user/username/projects/myproject/src/main.ts SVC-2-0 "import { foo } from 'helpers/functions';\nexport { foo };" @@ -814,36 +836,36 @@ Info 195 [00:06:21.000] Files (4) indirect2/main.ts Part of 'files' list in tsconfig.json -Info 196 [00:06:22.000] ----------------------------------------------- -Info 197 [00:06:23.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig-indirect2.json"}} -Info 198 [00:06:24.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"d9a040bddd6b85b85abd507a988a4b809b1515b5e61257ea3f8263da59589565","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":3,"tsSize":134,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{"composite":true,"outDir":"","baseUrl":""},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":true,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"other","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 199 [00:06:25.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/target/src/helpers/functions.d.ts 500 undefined WatchType: Closed Script info -Info 200 [00:06:26.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/target/src/helpers/functions.d.ts.map 500 undefined WatchType: Closed Script info -Info 201 [00:06:27.000] Finding references to /user/username/projects/myproject/src/helpers/functions.ts position 13 in project /user/username/projects/myproject/tsconfig-indirect1.json -Info 202 [00:06:28.000] Search path: /user/username/projects/myproject/src/helpers -Info 203 [00:06:29.000] For info: /user/username/projects/myproject/src/helpers/functions.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 204 [00:06:30.000] Search path: /user/username/projects/myproject/src/helpers -Info 205 [00:06:31.000] For info: /user/username/projects/myproject/src/helpers/functions.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 206 [00:06:32.000] Search path: /user/username/projects/myproject/src -Info 207 [00:06:33.000] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 208 [00:06:34.000] Search path: /user/username/projects/myproject/src -Info 209 [00:06:35.000] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 210 [00:06:36.000] Search path: /user/username/projects/myproject/src -Info 211 [00:06:37.000] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 212 [00:06:38.000] Finding references to /user/username/projects/myproject/src/helpers/functions.ts position 13 in project /user/username/projects/myproject/tsconfig-indirect2.json -Info 213 [00:06:39.000] Search path: /user/username/projects/myproject/src/helpers -Info 214 [00:06:40.000] For info: /user/username/projects/myproject/src/helpers/functions.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 215 [00:06:41.000] Search path: /user/username/projects/myproject/src/helpers -Info 216 [00:06:42.000] For info: /user/username/projects/myproject/src/helpers/functions.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 217 [00:06:43.000] Search path: /user/username/projects/myproject/src -Info 218 [00:06:44.000] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 219 [00:06:45.000] Search path: /user/username/projects/myproject/src -Info 220 [00:06:46.000] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 221 [00:06:47.000] Search path: /user/username/projects/myproject/src -Info 222 [00:06:48.000] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 223 [00:06:49.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/target/src/helpers/functions.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/target/src/helpers/functions.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/myproject/src/helpers/functions.ts position 13 in project /user/username/projects/myproject/tsconfig-indirect1.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src/helpers +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/helpers/functions.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src/helpers +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/helpers/functions.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/myproject/src/helpers/functions.ts position 13 in project /user/username/projects/myproject/tsconfig-indirect2.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src/helpers +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/helpers/functions.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src/helpers +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/helpers/functions.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "refs": [ @@ -997,7 +1019,7 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} -/dummy/node_modules/@types: +/user/username/projects/node_modules/@types: {"pollingInterval":500} FsWatches:: @@ -1026,59 +1048,59 @@ FsWatchesRecursive:: /user/username/projects/myproject/src: {} -Info 224 [00:06:50.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/main.ts 500 undefined WatchType: Closed Script info -Info 225 [00:06:51.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 225 [00:06:52.000] Files (0) - -Info 225 [00:06:53.000] ----------------------------------------------- -Info 225 [00:06:54.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 225 [00:06:55.000] Files (3) - -Info 225 [00:06:56.000] ----------------------------------------------- -Info 225 [00:06:57.000] Project '/user/username/projects/myproject/tsconfig-indirect1.json' (Configured) -Info 225 [00:06:58.000] Files (4) - -Info 225 [00:06:59.000] ----------------------------------------------- -Info 225 [00:07:00.000] Project '/user/username/projects/myproject/tsconfig-indirect2.json' (Configured) -Info 225 [00:07:01.000] Files (4) - -Info 225 [00:07:02.000] ----------------------------------------------- -Info 225 [00:07:03.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 225 [00:07:04.000] Files (2) - -Info 225 [00:07:05.000] ----------------------------------------------- -Info 225 [00:07:06.000] Open files: -Info 225 [00:07:07.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 225 [00:07:08.000] Projects: /dev/null/inferredProject1* -Info 225 [00:07:09.000] FileWatcher:: Added:: WatchInfo: /dummy/dummy.ts 500 undefined WatchType: Closed Script info -Info 226 [00:07:10.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 226 [00:07:11.000] Files (0) - -Info 226 [00:07:12.000] ----------------------------------------------- -Info 226 [00:07:13.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 226 [00:07:14.000] Files (3) - -Info 226 [00:07:15.000] ----------------------------------------------- -Info 226 [00:07:16.000] Project '/user/username/projects/myproject/tsconfig-indirect1.json' (Configured) -Info 226 [00:07:17.000] Files (4) - -Info 226 [00:07:18.000] ----------------------------------------------- -Info 226 [00:07:19.000] Project '/user/username/projects/myproject/tsconfig-indirect2.json' (Configured) -Info 226 [00:07:20.000] Files (4) - -Info 226 [00:07:21.000] ----------------------------------------------- -Info 226 [00:07:22.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 226 [00:07:23.000] Files (2) - -Info 226 [00:07:24.000] ----------------------------------------------- -Info 226 [00:07:25.000] Open files: -Info 226 [00:07:26.000] Search path: /user/username/projects/myproject/indirect3 -Info 227 [00:07:27.000] For info: /user/username/projects/myproject/indirect3/main.ts :: Config file name: /user/username/projects/myproject/indirect3/tsconfig.json -Info 228 [00:07:28.000] Creating configuration project /user/username/projects/myproject/indirect3/tsconfig.json -Info 229 [00:07:29.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirect3/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/indirect3/tsconfig.json WatchType: Config file -Info 230 [00:07:30.000] event: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-indirect1.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-indirect2.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /dummy/dummy.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-indirect1.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-indirect2.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/indirect3 +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/indirect3/main.ts :: Config file name: /user/username/projects/myproject/indirect3/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/indirect3/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirect3/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/indirect3/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/indirect3/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/myproject/indirect3/main.ts to open"}} -Info 231 [00:07:31.000] Config: /user/username/projects/myproject/indirect3/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/indirect3/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/indirect3/main.ts" ], @@ -1087,19 +1109,21 @@ Info 231 [00:07:31.000] Config: /user/username/projects/myproject/indirect3/tsc "configFilePath": "/user/username/projects/myproject/indirect3/tsconfig.json" } } -Info 232 [00:07:32.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirect3 1 undefined Config: /user/username/projects/myproject/indirect3/tsconfig.json WatchType: Wild card directory -Info 233 [00:07:33.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirect3 1 undefined Config: /user/username/projects/myproject/indirect3/tsconfig.json WatchType: Wild card directory -Info 234 [00:07:34.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/indirect3/tsconfig.json -Info 235 [00:07:35.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/target/src/main.d.ts 500 undefined WatchType: Closed Script info -Info 236 [00:07:36.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/target 1 undefined Project: /user/username/projects/myproject/indirect3/tsconfig.json WatchType: Failed Lookup Locations -Info 237 [00:07:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/target 1 undefined Project: /user/username/projects/myproject/indirect3/tsconfig.json WatchType: Failed Lookup Locations -Info 238 [00:07:38.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirect3/node_modules/@types 1 undefined Project: /user/username/projects/myproject/indirect3/tsconfig.json WatchType: Type roots -Info 239 [00:07:39.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirect3/node_modules/@types 1 undefined Project: /user/username/projects/myproject/indirect3/tsconfig.json WatchType: Type roots -Info 240 [00:07:40.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/indirect3/tsconfig.json WatchType: Type roots -Info 241 [00:07:41.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/indirect3/tsconfig.json WatchType: Type roots -Info 242 [00:07:42.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/indirect3/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 243 [00:07:43.000] Project '/user/username/projects/myproject/indirect3/tsconfig.json' (Configured) -Info 244 [00:07:44.000] Files (4) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirect3 1 undefined Config: /user/username/projects/myproject/indirect3/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirect3 1 undefined Config: /user/username/projects/myproject/indirect3/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/indirect3/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/target/src/main.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/target 1 undefined Project: /user/username/projects/myproject/indirect3/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/target 1 undefined Project: /user/username/projects/myproject/indirect3/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirect3/node_modules/@types 1 undefined Project: /user/username/projects/myproject/indirect3/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirect3/node_modules/@types 1 undefined Project: /user/username/projects/myproject/indirect3/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/indirect3/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/indirect3/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/indirect3/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/indirect3/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/indirect3/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/indirect3/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/target/src/helpers/functions.d.ts Text-1 "export declare const foo = 1;\n//# sourceMappingURL=functions.d.ts.map" /user/username/projects/myproject/target/src/main.d.ts Text-1 "import { foo } from 'helpers/functions';\nexport { foo };\n//# sourceMappingURL=main.d.ts.map" @@ -1115,26 +1139,28 @@ Info 244 [00:07:44.000] Files (4) main.ts Matched by default include pattern '**/*' -Info 245 [00:07:45.000] ----------------------------------------------- -Info 246 [00:07:46.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/indirect3/tsconfig.json"}} -Info 247 [00:07:47.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"5b0817f69b6871821661b976aa73f4f2533b37c5f4b920541094c2d727d0dc39","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":57,"tsx":0,"tsxSize":0,"dts":3,"dtsSize":494,"deferred":0,"deferredSize":0},"compilerOptions":{"baseUrl":""},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 248 [00:07:48.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/indirect3/main.ts","configFile":"/user/username/projects/myproject/indirect3/tsconfig.json","diagnostics":[]}} -Info 249 [00:07:49.000] `remove Project:: -Info 250 [00:07:50.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 251 [00:07:51.000] Files (0) +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) -Info 252 [00:07:52.000] ----------------------------------------------- -Info 253 [00:07:53.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 254 [00:07:54.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 255 [00:07:55.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 256 [00:07:56.000] `remove Project:: -Info 257 [00:07:57.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 258 [00:07:58.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts /user/username/projects/myproject/src/helpers/functions.ts /user/username/projects/myproject/src/main.ts @@ -1148,12 +1174,14 @@ Info 258 [00:07:58.000] Files (3) src/main.ts Matched by include pattern './src/**/*' in 'tsconfig-src.json' -Info 259 [00:07:59.000] ----------------------------------------------- -Info 260 [00:08:00.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots -Info 261 [00:08:01.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots -Info 262 [00:08:02.000] `remove Project:: -Info 263 [00:08:03.000] Project '/user/username/projects/myproject/tsconfig-indirect1.json' (Configured) -Info 264 [00:08:04.000] Files (4) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-indirect1.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts /user/username/projects/myproject/src/helpers/functions.ts /user/username/projects/myproject/src/main.ts @@ -1169,13 +1197,15 @@ Info 264 [00:08:04.000] Files (4) indirect1/main.ts Part of 'files' list in tsconfig.json -Info 265 [00:08:05.000] ----------------------------------------------- -Info 266 [00:08:06.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig-indirect1.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 267 [00:08:07.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots -Info 268 [00:08:08.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots -Info 269 [00:08:09.000] `remove Project:: -Info 270 [00:08:10.000] Project '/user/username/projects/myproject/tsconfig-indirect2.json' (Configured) -Info 271 [00:08:11.000] Files (4) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig-indirect1.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-indirect2.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts /user/username/projects/myproject/src/helpers/functions.ts /user/username/projects/myproject/src/main.ts @@ -1191,16 +1221,18 @@ Info 271 [00:08:11.000] Files (4) indirect2/main.ts Part of 'files' list in tsconfig.json -Info 272 [00:08:12.000] ----------------------------------------------- -Info 273 [00:08:13.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory -Info 274 [00:08:14.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory -Info 275 [00:08:15.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig-src.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 276 [00:08:16.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig-indirect2.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 277 [00:08:17.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect2.json WatchType: Type roots -Info 278 [00:08:18.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect2.json WatchType: Type roots -Info 279 [00:08:19.000] `remove Project:: -Info 280 [00:08:20.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 281 [00:08:21.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig-src.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig-indirect2.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect2.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect2.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect2.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect2.json WatchType: Type roots +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts /dummy/dummy.ts @@ -1210,30 +1242,26 @@ Info 281 [00:08:21.000] Files (2) dummy.ts Root file specified for compilation -Info 282 [00:08:22.000] ----------------------------------------------- -Info 283 [00:08:23.000] DirectoryWatcher:: Close:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 284 [00:08:24.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 285 [00:08:25.000] FileWatcher:: Close:: WatchInfo: /dummy/dummy.ts 500 undefined WatchType: Closed Script info -Info 286 [00:08:26.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/main.ts 500 undefined WatchType: Closed Script info -Info 287 [00:08:27.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/indirect1/main.ts 500 undefined WatchType: Closed Script info -Info 288 [00:08:28.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/indirect2/main.ts 500 undefined WatchType: Closed Script info -Info 289 [00:08:29.000] Project '/user/username/projects/myproject/indirect3/tsconfig.json' (Configured) -Info 289 [00:08:30.000] Files (4) - -Info 289 [00:08:31.000] ----------------------------------------------- -Info 289 [00:08:32.000] Open files: -Info 289 [00:08:33.000] FileName: /user/username/projects/myproject/indirect3/main.ts ProjectRootPath: undefined -Info 289 [00:08:34.000] Projects: /user/username/projects/myproject/indirect3/tsconfig.json +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /dummy/dummy.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/indirect1/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/indirect2/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/indirect3/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/indirect3/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/indirect3/tsconfig.json Before request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} -/user/username/projects/myproject/indirect3/node_modules/@types: *new* +/user/username/projects/node_modules/@types: {"pollingInterval":500} - -PolledWatches *deleted*:: -/dummy/node_modules/@types: +/user/username/projects/myproject/indirect3/node_modules/@types: *new* {"pollingInterval":500} FsWatches:: @@ -1274,7 +1302,7 @@ FsWatchesRecursive *deleted*:: /user/username/projects/myproject/src: {} -Info 289 [00:08:35.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "references", "arguments": { @@ -1285,16 +1313,16 @@ Info 289 [00:08:35.000] request: "seq": 3, "type": "request" } -Info 290 [00:08:36.000] Finding references to /user/username/projects/myproject/indirect3/main.ts position 9 in project /user/username/projects/myproject/indirect3/tsconfig.json -Info 291 [00:08:37.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/target/src/main.d.ts.map 500 undefined WatchType: Closed Script info -Info 292 [00:08:38.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/main.ts 500 undefined WatchType: Closed Script info -Info 293 [00:08:39.000] Search path: /user/username/projects/myproject/src -Info 294 [00:08:40.000] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 295 [00:08:41.000] Creating configuration project /user/username/projects/myproject/tsconfig.json -Info 296 [00:08:42.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 297 [00:08:43.000] event: +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/myproject/indirect3/main.ts position 9 in project /user/username/projects/myproject/indirect3/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/target/src/main.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig.json","reason":"Creating project for original file: /user/username/projects/myproject/src/main.ts for location: /user/username/projects/myproject/target/src/main.d.ts"}} -Info 298 [00:08:44.000] Config: /user/username/projects/myproject/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig.json : { "rootNames": [], "options": { "configFilePath": "/user/username/projects/myproject/tsconfig.json" @@ -1310,8 +1338,8 @@ Info 298 [00:08:44.000] Config: /user/username/projects/myproject/tsconfig.json } ] } -Info 299 [00:08:45.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 300 [00:08:46.000] Config: /user/username/projects/myproject/tsconfig-indirect1.json : { +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig-indirect1.json : { "rootNames": [ "/user/username/projects/myproject/indirect1/main.ts" ], @@ -1328,8 +1356,8 @@ Info 300 [00:08:46.000] Config: /user/username/projects/myproject/tsconfig-indi } ] } -Info 301 [00:08:47.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-indirect1.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 302 [00:08:48.000] Config: /user/username/projects/myproject/tsconfig-src.json : { +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-indirect1.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig-src.json : { "rootNames": [ "/user/username/projects/myproject/src/main.ts", "/user/username/projects/myproject/src/helpers/functions.ts" @@ -1341,10 +1369,10 @@ Info 302 [00:08:48.000] Config: /user/username/projects/myproject/tsconfig-src. "configFilePath": "/user/username/projects/myproject/tsconfig-src.json" } } -Info 303 [00:08:49.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-src.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 304 [00:08:50.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory -Info 305 [00:08:51.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory -Info 306 [00:08:52.000] Config: /user/username/projects/myproject/tsconfig-indirect2.json : { +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-src.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig-indirect2.json : { "rootNames": [ "/user/username/projects/myproject/indirect2/main.ts" ], @@ -1361,25 +1389,29 @@ Info 306 [00:08:52.000] Config: /user/username/projects/myproject/tsconfig-indi } ] } -Info 307 [00:08:53.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-indirect2.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 308 [00:08:54.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 309 [00:08:55.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 310 [00:08:56.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 311 [00:08:57.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 312 [00:08:58.000] Files (0) - -Info 313 [00:08:59.000] ----------------------------------------------- -Info 314 [00:09:00.000] event: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-indirect2.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig.json"}} -Info 315 [00:09:01.000] Creating configuration project /user/username/projects/myproject/tsconfig-src.json -Info 316 [00:09:02.000] event: +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig-src.json","reason":"Creating project referenced in solution /user/username/projects/myproject/tsconfig.json to find possible configured project for original file: /user/username/projects/myproject/src/main.ts for location: /user/username/projects/myproject/target/src/main.d.ts"}} -Info 317 [00:09:03.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json -Info 318 [00:09:04.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots -Info 319 [00:09:05.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots -Info 320 [00:09:06.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 321 [00:09:07.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 322 [00:09:08.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/helpers/functions.ts Text-2 "export const foo = 1;" /user/username/projects/myproject/src/main.ts Text-3 "import { foo } from 'helpers/functions';\nexport { foo };" @@ -1393,28 +1425,30 @@ Info 322 [00:09:08.000] Files (3) src/main.ts Matched by include pattern './src/**/*' in 'tsconfig-src.json' -Info 323 [00:09:09.000] ----------------------------------------------- -Info 324 [00:09:10.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig-src.json"}} -Info 325 [00:09:11.000] Search path: /user/username/projects/myproject/src -Info 326 [00:09:12.000] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 327 [00:09:13.000] Search path: /user/username/projects/myproject/src -Info 328 [00:09:14.000] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 329 [00:09:15.000] Search path: /user/username/projects/myproject/src/helpers -Info 330 [00:09:16.000] For info: /user/username/projects/myproject/src/helpers/functions.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 331 [00:09:17.000] Search path: /user/username/projects/myproject/src/helpers -Info 332 [00:09:18.000] For info: /user/username/projects/myproject/src/helpers/functions.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 333 [00:09:19.000] Finding references to /user/username/projects/myproject/src/main.ts position 9 in project /user/username/projects/myproject/tsconfig-src.json -Info 334 [00:09:20.000] Creating configuration project /user/username/projects/myproject/tsconfig-indirect1.json -Info 335 [00:09:21.000] event: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src/helpers +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/helpers/functions.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src/helpers +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/helpers/functions.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/myproject/src/main.ts position 9 in project /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig-indirect1.json +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig-indirect1.json","reason":"Creating project referenced by : /user/username/projects/myproject/tsconfig.json as it references project /user/username/projects/myproject/tsconfig-src.json"}} -Info 336 [00:09:22.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirect1/main.ts 500 undefined WatchType: Closed Script info -Info 337 [00:09:23.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-indirect1.json -Info 338 [00:09:24.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots -Info 339 [00:09:25.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots -Info 340 [00:09:26.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-indirect1.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 341 [00:09:27.000] Project '/user/username/projects/myproject/tsconfig-indirect1.json' (Configured) -Info 342 [00:09:28.000] Files (4) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirect1/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-indirect1.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-indirect1.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-indirect1.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/helpers/functions.ts Text-2 "export const foo = 1;" /user/username/projects/myproject/src/main.ts Text-3 "import { foo } from 'helpers/functions';\nexport { foo };" @@ -1430,19 +1464,21 @@ Info 342 [00:09:28.000] Files (4) indirect1/main.ts Part of 'files' list in tsconfig.json -Info 343 [00:09:29.000] ----------------------------------------------- -Info 344 [00:09:30.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig-indirect1.json"}} -Info 345 [00:09:31.000] Creating configuration project /user/username/projects/myproject/tsconfig-indirect2.json -Info 346 [00:09:32.000] event: +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig-indirect2.json +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig-indirect2.json","reason":"Creating project referenced by : /user/username/projects/myproject/tsconfig.json as it references project /user/username/projects/myproject/tsconfig-src.json"}} -Info 347 [00:09:33.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirect2/main.ts 500 undefined WatchType: Closed Script info -Info 348 [00:09:34.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-indirect2.json -Info 349 [00:09:35.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect2.json WatchType: Type roots -Info 350 [00:09:36.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect2.json WatchType: Type roots -Info 351 [00:09:37.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-indirect2.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 352 [00:09:38.000] Project '/user/username/projects/myproject/tsconfig-indirect2.json' (Configured) -Info 353 [00:09:39.000] Files (4) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirect2/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-indirect2.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect2.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect2.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect2.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect2.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-indirect2.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-indirect2.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/helpers/functions.ts Text-2 "export const foo = 1;" /user/username/projects/myproject/src/main.ts Text-3 "import { foo } from 'helpers/functions';\nexport { foo };" @@ -1458,32 +1494,32 @@ Info 353 [00:09:39.000] Files (4) indirect2/main.ts Part of 'files' list in tsconfig.json -Info 354 [00:09:40.000] ----------------------------------------------- -Info 355 [00:09:41.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig-indirect2.json"}} -Info 356 [00:09:42.000] Finding references to /user/username/projects/myproject/src/helpers/functions.ts position 13 in project /user/username/projects/myproject/tsconfig-indirect1.json -Info 357 [00:09:43.000] Search path: /user/username/projects/myproject/src/helpers -Info 358 [00:09:44.000] For info: /user/username/projects/myproject/src/helpers/functions.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 359 [00:09:45.000] Search path: /user/username/projects/myproject/src/helpers -Info 360 [00:09:46.000] For info: /user/username/projects/myproject/src/helpers/functions.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 361 [00:09:47.000] Search path: /user/username/projects/myproject/src -Info 362 [00:09:48.000] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 363 [00:09:49.000] Search path: /user/username/projects/myproject/src -Info 364 [00:09:50.000] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 365 [00:09:51.000] Search path: /user/username/projects/myproject/src -Info 366 [00:09:52.000] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 367 [00:09:53.000] Finding references to /user/username/projects/myproject/src/helpers/functions.ts position 13 in project /user/username/projects/myproject/tsconfig-indirect2.json -Info 368 [00:09:54.000] Search path: /user/username/projects/myproject/src/helpers -Info 369 [00:09:55.000] For info: /user/username/projects/myproject/src/helpers/functions.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 370 [00:09:56.000] Search path: /user/username/projects/myproject/src/helpers -Info 371 [00:09:57.000] For info: /user/username/projects/myproject/src/helpers/functions.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 372 [00:09:58.000] Search path: /user/username/projects/myproject/src -Info 373 [00:09:59.000] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 374 [00:10:00.000] Search path: /user/username/projects/myproject/src -Info 375 [00:10:01.000] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 376 [00:10:02.000] Search path: /user/username/projects/myproject/src -Info 377 [00:10:03.000] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 378 [00:10:04.000] response: +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/myproject/src/helpers/functions.ts position 13 in project /user/username/projects/myproject/tsconfig-indirect1.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src/helpers +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/helpers/functions.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src/helpers +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/helpers/functions.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/myproject/src/helpers/functions.ts position 13 in project /user/username/projects/myproject/tsconfig-indirect2.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src/helpers +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/helpers/functions.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src/helpers +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/helpers/functions.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "refs": [ @@ -1673,6 +1709,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/indirect3/node_modules/@types: {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/projectReferences/reusing-d.ts-files-from-composite-and-non-composite-projects.js b/tests/baselines/reference/tsserver/projectReferences/reusing-d.ts-files-from-composite-and-non-composite-projects.js index bea085f39a45f..a8d9f3bb99637 100644 --- a/tests/baselines/reference/tsserver/projectReferences/reusing-d.ts-files-from-composite-and-non-composite-projects.js +++ b/tests/baselines/reference/tsserver/projectReferences/reusing-d.ts-files-from-composite-and-non-composite-projects.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:43.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/a/lib/lib.d.ts] /// @@ -39,11 +39,11 @@ import { b } from "@ref/compositeb/b"; {"compilerOptions":{"composite":true,"outDir":"../dist/","rootDir":"../","baseUrl":"../","paths":{"@ref/*":["./*"]}},"references":[{"path":"../compositeb"}]} -Info 1 [00:00:44.000] Search path: /user/username/projects/myproject/compositea -Info 2 [00:00:45.000] For info: /user/username/projects/myproject/compositea/a.ts :: Config file name: /user/username/projects/myproject/compositea/tsconfig.json -Info 3 [00:00:46.000] Creating configuration project /user/username/projects/myproject/compositea/tsconfig.json -Info 4 [00:00:47.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/compositea/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/compositea/tsconfig.json WatchType: Config file -Info 5 [00:00:48.000] Config: /user/username/projects/myproject/compositea/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/compositea +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/compositea/a.ts :: Config file name: /user/username/projects/myproject/compositea/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/compositea/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/compositea/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/compositea/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/compositea/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/compositea/a.ts", "/user/username/projects/myproject/compositea/a2.ts" @@ -62,21 +62,23 @@ Info 5 [00:00:48.000] Config: /user/username/projects/myproject/compositea/ts "configFilePath": "/user/username/projects/myproject/compositea/tsconfig.json" } } -Info 6 [00:00:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/compositea 1 undefined Config: /user/username/projects/myproject/compositea/tsconfig.json WatchType: Wild card directory -Info 7 [00:00:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/compositea 1 undefined Config: /user/username/projects/myproject/compositea/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:51.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/compositea/a2.ts 500 undefined WatchType: Closed Script info -Info 9 [00:00:52.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/compositea/tsconfig.json -Info 10 [00:00:53.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dist/compositeb/b.d.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:54.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 12 [00:00:55.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dist 1 undefined Project: /user/username/projects/myproject/compositea/tsconfig.json WatchType: Failed Lookup Locations -Info 13 [00:00:56.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dist 1 undefined Project: /user/username/projects/myproject/compositea/tsconfig.json WatchType: Failed Lookup Locations -Info 14 [00:00:57.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/compositea/node_modules/@types 1 undefined Project: /user/username/projects/myproject/compositea/tsconfig.json WatchType: Type roots -Info 15 [00:00:58.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/compositea/node_modules/@types 1 undefined Project: /user/username/projects/myproject/compositea/tsconfig.json WatchType: Type roots -Info 16 [00:00:59.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/compositea/tsconfig.json WatchType: Type roots -Info 17 [00:01:00.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/compositea/tsconfig.json WatchType: Type roots -Info 18 [00:01:01.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/compositea/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 19 [00:01:02.000] Project '/user/username/projects/myproject/compositea/tsconfig.json' (Configured) -Info 20 [00:01:03.000] Files (4) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/compositea 1 undefined Config: /user/username/projects/myproject/compositea/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/compositea 1 undefined Config: /user/username/projects/myproject/compositea/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/compositea/a2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/compositea/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dist/compositeb/b.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dist 1 undefined Project: /user/username/projects/myproject/compositea/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dist 1 undefined Project: /user/username/projects/myproject/compositea/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/compositea/node_modules/@types 1 undefined Project: /user/username/projects/myproject/compositea/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/compositea/node_modules/@types 1 undefined Project: /user/username/projects/myproject/compositea/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/compositea/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/compositea/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/compositea/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/compositea/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/compositea/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/compositea/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dist/compositeb/b.d.ts Text-1 "export declare function b(): void;" /user/username/projects/myproject/compositea/a.ts SVC-1-0 "import { b } from \"@ref/compositeb/b\";" @@ -92,21 +94,21 @@ Info 20 [00:01:03.000] Files (4) a2.ts Matched by default include pattern '**/*' -Info 21 [00:01:04.000] ----------------------------------------------- -Info 22 [00:01:05.000] Search path: /user/username/projects/myproject/compositea -Info 23 [00:01:06.000] For info: /user/username/projects/myproject/compositea/tsconfig.json :: No config files found. -Info 24 [00:01:07.000] Project '/user/username/projects/myproject/compositea/tsconfig.json' (Configured) -Info 24 [00:01:08.000] Files (4) - -Info 24 [00:01:09.000] ----------------------------------------------- -Info 24 [00:01:10.000] Open files: -Info 24 [00:01:11.000] FileName: /user/username/projects/myproject/compositea/a.ts ProjectRootPath: undefined -Info 24 [00:01:12.000] Projects: /user/username/projects/myproject/compositea/tsconfig.json -Info 24 [00:01:13.000] Search path: /user/username/projects/myproject/compositec -Info 25 [00:01:14.000] For info: /user/username/projects/myproject/compositec/c.ts :: Config file name: /user/username/projects/myproject/compositec/tsconfig.json -Info 26 [00:01:15.000] Creating configuration project /user/username/projects/myproject/compositec/tsconfig.json -Info 27 [00:01:16.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/compositec/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/compositec/tsconfig.json WatchType: Config file -Info 28 [00:01:17.000] Config: /user/username/projects/myproject/compositec/tsconfig.json : { +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/compositea +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/compositea/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/compositea/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/compositea/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/compositea/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/compositec +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/compositec/c.ts :: Config file name: /user/username/projects/myproject/compositec/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/compositec/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/compositec/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/compositec/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/compositec/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/compositec/c.ts" ], @@ -130,10 +132,10 @@ Info 28 [00:01:17.000] Config: /user/username/projects/myproject/compositec/ts } ] } -Info 29 [00:01:18.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/compositec 1 undefined Config: /user/username/projects/myproject/compositec/tsconfig.json WatchType: Wild card directory -Info 30 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/compositec 1 undefined Config: /user/username/projects/myproject/compositec/tsconfig.json WatchType: Wild card directory -Info 31 [00:01:20.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/compositec/tsconfig.json -Info 32 [00:01:21.000] Config: /user/username/projects/myproject/compositeb/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/compositec 1 undefined Config: /user/username/projects/myproject/compositec/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/compositec 1 undefined Config: /user/username/projects/myproject/compositec/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/compositec/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/compositeb/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/compositeb/b.ts" ], @@ -151,17 +153,19 @@ Info 32 [00:01:21.000] Config: /user/username/projects/myproject/compositeb/ts "configFilePath": "/user/username/projects/myproject/compositeb/tsconfig.json" } } -Info 33 [00:01:22.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/compositeb/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/compositec/tsconfig.json WatchType: Config file -Info 34 [00:01:23.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/compositeb 1 undefined Config: /user/username/projects/myproject/compositeb/tsconfig.json WatchType: Wild card directory -Info 35 [00:01:24.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/compositeb 1 undefined Config: /user/username/projects/myproject/compositeb/tsconfig.json WatchType: Wild card directory -Info 36 [00:01:25.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/compositeb/b.ts 500 undefined WatchType: Closed Script info -Info 37 [00:01:26.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/compositec/node_modules/@types 1 undefined Project: /user/username/projects/myproject/compositec/tsconfig.json WatchType: Type roots -Info 38 [00:01:27.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/compositec/node_modules/@types 1 undefined Project: /user/username/projects/myproject/compositec/tsconfig.json WatchType: Type roots -Info 39 [00:01:28.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/compositec/tsconfig.json WatchType: Type roots -Info 40 [00:01:29.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/compositec/tsconfig.json WatchType: Type roots -Info 41 [00:01:30.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/compositec/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 42 [00:01:31.000] Project '/user/username/projects/myproject/compositec/tsconfig.json' (Configured) -Info 43 [00:01:32.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/compositeb/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/compositec/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/compositeb 1 undefined Config: /user/username/projects/myproject/compositeb/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/compositeb 1 undefined Config: /user/username/projects/myproject/compositeb/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/compositeb/b.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/compositec/node_modules/@types 1 undefined Project: /user/username/projects/myproject/compositec/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/compositec/node_modules/@types 1 undefined Project: /user/username/projects/myproject/compositec/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/compositec/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/compositec/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/compositec/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/compositec/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/compositec/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/compositec/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/compositeb/b.ts Text-1 "export function b() {}" /user/username/projects/myproject/compositec/c.ts SVC-1-0 "import { b } from \"@ref/compositeb/b\";" @@ -174,26 +178,26 @@ Info 43 [00:01:32.000] Files (3) c.ts Matched by default include pattern '**/*' -Info 44 [00:01:33.000] ----------------------------------------------- -Info 45 [00:01:34.000] Search path: /user/username/projects/myproject/compositec -Info 46 [00:01:35.000] For info: /user/username/projects/myproject/compositec/tsconfig.json :: No config files found. -Info 47 [00:01:36.000] Project '/user/username/projects/myproject/compositea/tsconfig.json' (Configured) -Info 47 [00:01:37.000] Files (4) - -Info 47 [00:01:38.000] ----------------------------------------------- -Info 47 [00:01:39.000] Project '/user/username/projects/myproject/compositec/tsconfig.json' (Configured) -Info 47 [00:01:40.000] Files (3) - -Info 47 [00:01:41.000] ----------------------------------------------- -Info 47 [00:01:42.000] Open files: -Info 47 [00:01:43.000] FileName: /user/username/projects/myproject/compositea/a.ts ProjectRootPath: undefined -Info 47 [00:01:44.000] Projects: /user/username/projects/myproject/compositea/tsconfig.json -Info 47 [00:01:45.000] FileName: /user/username/projects/myproject/compositec/c.ts ProjectRootPath: undefined -Info 47 [00:01:46.000] Projects: /user/username/projects/myproject/compositec/tsconfig.json -Info 47 [00:01:50.000] FileWatcher:: Triggered with /user/username/projects/myproject/compositea/a2.ts 1:: WatchInfo: /user/username/projects/myproject/compositea/a2.ts 500 undefined WatchType: Closed Script info -Info 48 [00:01:51.000] Scheduled: /user/username/projects/myproject/compositea/tsconfig.json -Info 49 [00:01:52.000] Scheduled: *ensureProjectForOpenFiles* -Info 50 [00:01:53.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/compositea/a2.ts 1:: WatchInfo: /user/username/projects/myproject/compositea/a2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/compositec +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/compositec/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/compositea/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/compositec/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/compositea/a.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/compositea/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/compositec/c.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/compositec/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/compositea/a2.ts 1:: WatchInfo: /user/username/projects/myproject/compositea/a2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/compositea/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/compositea/a2.ts 1:: WatchInfo: /user/username/projects/myproject/compositea/a2.ts 500 undefined WatchType: Closed Script info a2Ts modified //// [/user/username/projects/myproject/compositea/a2.ts] export const x = 10;export const y = 30; @@ -204,6 +208,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} /user/username/projects/myproject/compositec/node_modules/@types: *new* {"pollingInterval":500} @@ -233,13 +239,13 @@ FsWatchesRecursive:: /user/username/projects/myproject/compositeb: *new* {} -Info 51 [00:01:54.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/compositea/tsconfig.json -Info 52 [00:01:55.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/compositea/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 53 [00:01:56.000] Project '/user/username/projects/myproject/compositea/tsconfig.json' (Configured) -Info 54 [00:01:57.000] Files (4) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/compositea/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/compositea/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/compositea/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dist/compositeb/b.d.ts Text-1 "export declare function b(): void;" /user/username/projects/myproject/compositea/a.ts SVC-1-0 "import { b } from \"@ref/compositeb/b\";" /user/username/projects/myproject/compositea/a2.ts Text-2 "export const x = 10;export const y = 30;" -Info 55 [00:01:58.000] ----------------------------------------------- \ No newline at end of file +Info seq [hh:mm:ss:mss] ----------------------------------------------- \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/projectReferences/root-file-is-file-from-referenced-project-and-using-declaration-maps.js b/tests/baselines/reference/tsserver/projectReferences/root-file-is-file-from-referenced-project-and-using-declaration-maps.js index 6fb097faed94d..35685359f1047 100644 --- a/tests/baselines/reference/tsserver/projectReferences/root-file-is-file-from-referenced-project-and-using-declaration-maps.js +++ b/tests/baselines/reference/tsserver/projectReferences/root-file-is-file-from-referenced-project-and-using-declaration-maps.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:17.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/project/src/common/tsconfig.json] {"compilerOptions":{"composite":true,"declarationMap":true,"outDir":"../../out","baseUrl":"..","disableSourceOfProjectReferenceRedirect":true},"include":["./**/*"]} @@ -266,7 +266,7 @@ export {}; } -Info 1 [00:01:18.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -275,11 +275,11 @@ Info 1 [00:01:18.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:19.000] Search path: /user/username/projects/project/src/common/input -Info 3 [00:01:20.000] For info: /user/username/projects/project/src/common/input/keyboard.ts :: Config file name: /user/username/projects/project/src/common/tsconfig.json -Info 4 [00:01:21.000] Creating configuration project /user/username/projects/project/src/common/tsconfig.json -Info 5 [00:01:22.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/project/src/common/tsconfig.json 2000 undefined Project: /user/username/projects/project/src/common/tsconfig.json WatchType: Config file -Info 6 [00:01:23.000] Config: /user/username/projects/project/src/common/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/project/src/common/input +Info seq [hh:mm:ss:mss] For info: /user/username/projects/project/src/common/input/keyboard.ts :: Config file name: /user/username/projects/project/src/common/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/project/src/common/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/project/src/common/tsconfig.json 2000 undefined Project: /user/username/projects/project/src/common/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/project/src/common/tsconfig.json : { "rootNames": [ "/user/username/projects/project/src/common/input/keyboard.test.ts", "/user/username/projects/project/src/common/input/keyboard.ts" @@ -293,20 +293,22 @@ Info 6 [00:01:23.000] Config: /user/username/projects/project/src/common/tsco "configFilePath": "/user/username/projects/project/src/common/tsconfig.json" } } -Info 7 [00:01:24.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/project/src/common 1 undefined Config: /user/username/projects/project/src/common/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:25.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/project/src/common 1 undefined Config: /user/username/projects/project/src/common/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:26.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/project/src/common/input/keyboard.test.ts 500 undefined WatchType: Closed Script info -Info 10 [00:01:27.000] Starting updateGraphWorker: Project: /user/username/projects/project/src/common/tsconfig.json -Info 11 [00:01:28.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 12 [00:01:29.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/project/src/common/node_modules/@types 1 undefined Project: /user/username/projects/project/src/common/tsconfig.json WatchType: Type roots -Info 13 [00:01:30.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/project/src/common/node_modules/@types 1 undefined Project: /user/username/projects/project/src/common/tsconfig.json WatchType: Type roots -Info 14 [00:01:31.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/project/src/node_modules/@types 1 undefined Project: /user/username/projects/project/src/common/tsconfig.json WatchType: Type roots -Info 15 [00:01:32.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/project/src/node_modules/@types 1 undefined Project: /user/username/projects/project/src/common/tsconfig.json WatchType: Type roots -Info 16 [00:01:33.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/project/node_modules/@types 1 undefined Project: /user/username/projects/project/src/common/tsconfig.json WatchType: Type roots -Info 17 [00:01:34.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/project/node_modules/@types 1 undefined Project: /user/username/projects/project/src/common/tsconfig.json WatchType: Type roots -Info 18 [00:01:35.000] Finishing updateGraphWorker: Project: /user/username/projects/project/src/common/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 19 [00:01:36.000] Project '/user/username/projects/project/src/common/tsconfig.json' (Configured) -Info 20 [00:01:37.000] Files (3) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/project/src/common 1 undefined Config: /user/username/projects/project/src/common/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/project/src/common 1 undefined Config: /user/username/projects/project/src/common/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/project/src/common/input/keyboard.test.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/project/src/common/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/project/src/common/node_modules/@types 1 undefined Project: /user/username/projects/project/src/common/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/project/src/common/node_modules/@types 1 undefined Project: /user/username/projects/project/src/common/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/project/src/node_modules/@types 1 undefined Project: /user/username/projects/project/src/common/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/project/src/node_modules/@types 1 undefined Project: /user/username/projects/project/src/common/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/project/node_modules/@types 1 undefined Project: /user/username/projects/project/src/common/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/project/node_modules/@types 1 undefined Project: /user/username/projects/project/src/common/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/project/src/common/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/project/src/common/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/project/src/common/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/project/src/common/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/project/src/common/input/keyboard.ts SVC-1-0 "function bar() { return \"just a random function so .d.ts location doesnt match\"; }\nexport function evaluateKeyboardEvent() { }" /user/username/projects/project/src/common/input/keyboard.test.ts Text-1 "import { evaluateKeyboardEvent } from 'common/input/keyboard';\nfunction testEvaluateKeyboardEvent() {\n return evaluateKeyboardEvent();\n}\n" @@ -320,25 +322,25 @@ Info 20 [00:01:37.000] Files (3) input/keyboard.test.ts Matched by include pattern './**/*' in 'tsconfig.json' -Info 21 [00:01:38.000] ----------------------------------------------- -Info 22 [00:01:39.000] Search path: /user/username/projects/project/src/common -Info 23 [00:01:40.000] For info: /user/username/projects/project/src/common/tsconfig.json :: Config file name: /user/username/projects/project/src/tsconfig.json -Info 24 [00:01:41.000] Creating configuration project /user/username/projects/project/src/tsconfig.json -Info 25 [00:01:42.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/project/src/tsconfig.json 2000 undefined Project: /user/username/projects/project/src/tsconfig.json WatchType: Config file -Info 26 [00:01:43.000] Search path: /user/username/projects/project/src -Info 27 [00:01:44.000] For info: /user/username/projects/project/src/tsconfig.json :: No config files found. -Info 28 [00:01:45.000] Project '/user/username/projects/project/src/common/tsconfig.json' (Configured) -Info 28 [00:01:46.000] Files (3) - -Info 28 [00:01:47.000] ----------------------------------------------- -Info 28 [00:01:48.000] Project '/user/username/projects/project/src/tsconfig.json' (Configured) -Info 28 [00:01:49.000] Files (0) InitialLoadPending - -Info 28 [00:01:50.000] ----------------------------------------------- -Info 28 [00:01:51.000] Open files: -Info 28 [00:01:52.000] FileName: /user/username/projects/project/src/common/input/keyboard.ts ProjectRootPath: undefined -Info 28 [00:01:53.000] Projects: /user/username/projects/project/src/common/tsconfig.json -Info 28 [00:01:54.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/project/src/common +Info seq [hh:mm:ss:mss] For info: /user/username/projects/project/src/common/tsconfig.json :: Config file name: /user/username/projects/project/src/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/project/src/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/project/src/tsconfig.json 2000 undefined Project: /user/username/projects/project/src/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/project/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/project/src/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/project/src/common/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/project/src/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) InitialLoadPending + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/project/src/common/input/keyboard.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/project/src/common/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -351,6 +353,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/project/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/project/src/common/tsconfig.json: *new* @@ -368,7 +372,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:55.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -377,10 +381,10 @@ Info 29 [00:01:55.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:56.000] Search path: /user/username/projects/project/src -Info 31 [00:01:57.000] For info: /user/username/projects/project/src/terminal.ts :: Config file name: /user/username/projects/project/src/tsconfig.json -Info 32 [00:01:58.000] Loading configured project /user/username/projects/project/src/tsconfig.json -Info 33 [00:01:59.000] Config: /user/username/projects/project/src/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/project/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/project/src/terminal.ts :: Config file name: /user/username/projects/project/src/tsconfig.json +Info seq [hh:mm:ss:mss] Loading configured project /user/username/projects/project/src/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/project/src/tsconfig.json : { "rootNames": [ "/user/username/projects/project/src/terminal.ts", "/user/username/projects/project/src/common/input/keyboard.test.ts", @@ -408,17 +412,19 @@ Info 33 [00:01:59.000] Config: /user/username/projects/project/src/tsconfig.js } ] } -Info 34 [00:02:00.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/project/src 1 undefined Config: /user/username/projects/project/src/tsconfig.json WatchType: Wild card directory -Info 35 [00:02:01.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/project/src 1 undefined Config: /user/username/projects/project/src/tsconfig.json WatchType: Wild card directory -Info 36 [00:02:02.000] Starting updateGraphWorker: Project: /user/username/projects/project/src/tsconfig.json -Info 37 [00:02:03.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/project/out/input/keyboard.d.ts 500 undefined WatchType: Closed Script info -Info 38 [00:02:04.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/project/src/node_modules/@types 1 undefined Project: /user/username/projects/project/src/tsconfig.json WatchType: Type roots -Info 39 [00:02:05.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/project/src/node_modules/@types 1 undefined Project: /user/username/projects/project/src/tsconfig.json WatchType: Type roots -Info 40 [00:02:06.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/project/node_modules/@types 1 undefined Project: /user/username/projects/project/src/tsconfig.json WatchType: Type roots -Info 41 [00:02:07.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/project/node_modules/@types 1 undefined Project: /user/username/projects/project/src/tsconfig.json WatchType: Type roots -Info 42 [00:02:08.000] Finishing updateGraphWorker: Project: /user/username/projects/project/src/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 43 [00:02:09.000] Project '/user/username/projects/project/src/tsconfig.json' (Configured) -Info 44 [00:02:10.000] Files (4) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/project/src 1 undefined Config: /user/username/projects/project/src/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/project/src 1 undefined Config: /user/username/projects/project/src/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/project/src/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/project/out/input/keyboard.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/project/src/node_modules/@types 1 undefined Project: /user/username/projects/project/src/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/project/src/node_modules/@types 1 undefined Project: /user/username/projects/project/src/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/project/node_modules/@types 1 undefined Project: /user/username/projects/project/src/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/project/node_modules/@types 1 undefined Project: /user/username/projects/project/src/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/project/src/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/project/src/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/project/src/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/project/src/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/project/out/input/keyboard.d.ts Text-1 "export declare function evaluateKeyboardEvent(): void;\n//# sourceMappingURL=keyboard.d.ts.map" /user/username/projects/project/src/terminal.ts SVC-1-0 "import { evaluateKeyboardEvent } from 'common/input/keyboard';\nfunction foo() {\n return evaluateKeyboardEvent();\n}\n" @@ -437,23 +443,23 @@ Info 44 [00:02:10.000] Files (4) common/input/keyboard.test.ts Matched by include pattern './**/*' in 'tsconfig.json' -Info 45 [00:02:11.000] ----------------------------------------------- -Info 46 [00:02:12.000] Search path: /user/username/projects/project/src -Info 47 [00:02:13.000] For info: /user/username/projects/project/src/tsconfig.json :: No config files found. -Info 48 [00:02:14.000] Project '/user/username/projects/project/src/common/tsconfig.json' (Configured) -Info 48 [00:02:15.000] Files (3) - -Info 48 [00:02:16.000] ----------------------------------------------- -Info 48 [00:02:17.000] Project '/user/username/projects/project/src/tsconfig.json' (Configured) -Info 48 [00:02:18.000] Files (4) - -Info 48 [00:02:19.000] ----------------------------------------------- -Info 48 [00:02:20.000] Open files: -Info 48 [00:02:21.000] FileName: /user/username/projects/project/src/common/input/keyboard.ts ProjectRootPath: undefined -Info 48 [00:02:22.000] Projects: /user/username/projects/project/src/common/tsconfig.json,/user/username/projects/project/src/tsconfig.json -Info 48 [00:02:23.000] FileName: /user/username/projects/project/src/terminal.ts ProjectRootPath: undefined -Info 48 [00:02:24.000] Projects: /user/username/projects/project/src/tsconfig.json -Info 48 [00:02:25.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/project/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/project/src/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/project/src/common/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/project/src/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/project/src/common/input/keyboard.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/project/src/common/tsconfig.json,/user/username/projects/project/src/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/project/src/terminal.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/project/src/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -466,6 +472,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/project/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /user/username/projects/project/src/common/tsconfig.json: @@ -487,7 +495,7 @@ FsWatchesRecursive:: Before request -Info 49 [00:02:26.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "references", "arguments": { @@ -498,14 +506,14 @@ Info 49 [00:02:26.000] request: "seq": 3, "type": "request" } -Info 50 [00:02:27.000] Finding references to /user/username/projects/project/src/common/input/keyboard.ts position 99 in project /user/username/projects/project/src/common/tsconfig.json -Info 51 [00:02:28.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/project/out/input/keyboard.d.ts.map 500 undefined WatchType: Closed Script info -Info 52 [00:02:29.000] Finding references to /user/username/projects/project/out/input/keyboard.d.ts position 24 in project /user/username/projects/project/src/tsconfig.json -Info 53 [00:02:30.000] Search path: /user/username/projects/project/src/common/input -Info 54 [00:02:31.000] For info: /user/username/projects/project/src/common/input/keyboard.ts :: Config file name: /user/username/projects/project/src/common/tsconfig.json -Info 55 [00:02:32.000] Search path: /user/username/projects/project/src/common/input -Info 56 [00:02:33.000] For info: /user/username/projects/project/src/common/input/keyboard.ts :: Config file name: /user/username/projects/project/src/common/tsconfig.json -Info 57 [00:02:34.000] response: +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/project/src/common/input/keyboard.ts position 99 in project /user/username/projects/project/src/common/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/project/out/input/keyboard.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/project/out/input/keyboard.d.ts position 24 in project /user/username/projects/project/src/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/project/src/common/input +Info seq [hh:mm:ss:mss] For info: /user/username/projects/project/src/common/input/keyboard.ts :: Config file name: /user/username/projects/project/src/common/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/project/src/common/input +Info seq [hh:mm:ss:mss] For info: /user/username/projects/project/src/common/input/keyboard.ts :: Config file name: /user/username/projects/project/src/common/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "refs": [ @@ -619,6 +627,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/project/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /user/username/projects/project/src/common/tsconfig.json: diff --git a/tests/baselines/reference/tsserver/projectReferences/root-file-is-file-from-referenced-project.js b/tests/baselines/reference/tsserver/projectReferences/root-file-is-file-from-referenced-project.js index 6b65ecd65b21d..3149c5b6f34d4 100644 --- a/tests/baselines/reference/tsserver/projectReferences/root-file-is-file-from-referenced-project.js +++ b/tests/baselines/reference/tsserver/projectReferences/root-file-is-file-from-referenced-project.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:17.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/project/src/common/tsconfig.json] {"compilerOptions":{"composite":true,"declarationMap":true,"outDir":"../../out","baseUrl":"..","disableSourceOfProjectReferenceRedirect":false},"include":["./**/*"]} @@ -266,7 +266,7 @@ export {}; } -Info 1 [00:01:18.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -275,11 +275,11 @@ Info 1 [00:01:18.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:19.000] Search path: /user/username/projects/project/src/common/input -Info 3 [00:01:20.000] For info: /user/username/projects/project/src/common/input/keyboard.ts :: Config file name: /user/username/projects/project/src/common/tsconfig.json -Info 4 [00:01:21.000] Creating configuration project /user/username/projects/project/src/common/tsconfig.json -Info 5 [00:01:22.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/project/src/common/tsconfig.json 2000 undefined Project: /user/username/projects/project/src/common/tsconfig.json WatchType: Config file -Info 6 [00:01:23.000] Config: /user/username/projects/project/src/common/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/project/src/common/input +Info seq [hh:mm:ss:mss] For info: /user/username/projects/project/src/common/input/keyboard.ts :: Config file name: /user/username/projects/project/src/common/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/project/src/common/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/project/src/common/tsconfig.json 2000 undefined Project: /user/username/projects/project/src/common/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/project/src/common/tsconfig.json : { "rootNames": [ "/user/username/projects/project/src/common/input/keyboard.test.ts", "/user/username/projects/project/src/common/input/keyboard.ts" @@ -293,20 +293,22 @@ Info 6 [00:01:23.000] Config: /user/username/projects/project/src/common/tsco "configFilePath": "/user/username/projects/project/src/common/tsconfig.json" } } -Info 7 [00:01:24.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/project/src/common 1 undefined Config: /user/username/projects/project/src/common/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:25.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/project/src/common 1 undefined Config: /user/username/projects/project/src/common/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:26.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/project/src/common/input/keyboard.test.ts 500 undefined WatchType: Closed Script info -Info 10 [00:01:27.000] Starting updateGraphWorker: Project: /user/username/projects/project/src/common/tsconfig.json -Info 11 [00:01:28.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 12 [00:01:29.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/project/src/common/node_modules/@types 1 undefined Project: /user/username/projects/project/src/common/tsconfig.json WatchType: Type roots -Info 13 [00:01:30.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/project/src/common/node_modules/@types 1 undefined Project: /user/username/projects/project/src/common/tsconfig.json WatchType: Type roots -Info 14 [00:01:31.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/project/src/node_modules/@types 1 undefined Project: /user/username/projects/project/src/common/tsconfig.json WatchType: Type roots -Info 15 [00:01:32.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/project/src/node_modules/@types 1 undefined Project: /user/username/projects/project/src/common/tsconfig.json WatchType: Type roots -Info 16 [00:01:33.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/project/node_modules/@types 1 undefined Project: /user/username/projects/project/src/common/tsconfig.json WatchType: Type roots -Info 17 [00:01:34.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/project/node_modules/@types 1 undefined Project: /user/username/projects/project/src/common/tsconfig.json WatchType: Type roots -Info 18 [00:01:35.000] Finishing updateGraphWorker: Project: /user/username/projects/project/src/common/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 19 [00:01:36.000] Project '/user/username/projects/project/src/common/tsconfig.json' (Configured) -Info 20 [00:01:37.000] Files (3) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/project/src/common 1 undefined Config: /user/username/projects/project/src/common/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/project/src/common 1 undefined Config: /user/username/projects/project/src/common/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/project/src/common/input/keyboard.test.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/project/src/common/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/project/src/common/node_modules/@types 1 undefined Project: /user/username/projects/project/src/common/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/project/src/common/node_modules/@types 1 undefined Project: /user/username/projects/project/src/common/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/project/src/node_modules/@types 1 undefined Project: /user/username/projects/project/src/common/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/project/src/node_modules/@types 1 undefined Project: /user/username/projects/project/src/common/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/project/node_modules/@types 1 undefined Project: /user/username/projects/project/src/common/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/project/node_modules/@types 1 undefined Project: /user/username/projects/project/src/common/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/project/src/common/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/project/src/common/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/project/src/common/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/project/src/common/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/project/src/common/input/keyboard.ts SVC-1-0 "function bar() { return \"just a random function so .d.ts location doesnt match\"; }\nexport function evaluateKeyboardEvent() { }" /user/username/projects/project/src/common/input/keyboard.test.ts Text-1 "import { evaluateKeyboardEvent } from 'common/input/keyboard';\nfunction testEvaluateKeyboardEvent() {\n return evaluateKeyboardEvent();\n}\n" @@ -320,25 +322,25 @@ Info 20 [00:01:37.000] Files (3) input/keyboard.test.ts Matched by include pattern './**/*' in 'tsconfig.json' -Info 21 [00:01:38.000] ----------------------------------------------- -Info 22 [00:01:39.000] Search path: /user/username/projects/project/src/common -Info 23 [00:01:40.000] For info: /user/username/projects/project/src/common/tsconfig.json :: Config file name: /user/username/projects/project/src/tsconfig.json -Info 24 [00:01:41.000] Creating configuration project /user/username/projects/project/src/tsconfig.json -Info 25 [00:01:42.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/project/src/tsconfig.json 2000 undefined Project: /user/username/projects/project/src/tsconfig.json WatchType: Config file -Info 26 [00:01:43.000] Search path: /user/username/projects/project/src -Info 27 [00:01:44.000] For info: /user/username/projects/project/src/tsconfig.json :: No config files found. -Info 28 [00:01:45.000] Project '/user/username/projects/project/src/common/tsconfig.json' (Configured) -Info 28 [00:01:46.000] Files (3) - -Info 28 [00:01:47.000] ----------------------------------------------- -Info 28 [00:01:48.000] Project '/user/username/projects/project/src/tsconfig.json' (Configured) -Info 28 [00:01:49.000] Files (0) InitialLoadPending - -Info 28 [00:01:50.000] ----------------------------------------------- -Info 28 [00:01:51.000] Open files: -Info 28 [00:01:52.000] FileName: /user/username/projects/project/src/common/input/keyboard.ts ProjectRootPath: undefined -Info 28 [00:01:53.000] Projects: /user/username/projects/project/src/common/tsconfig.json -Info 28 [00:01:54.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/project/src/common +Info seq [hh:mm:ss:mss] For info: /user/username/projects/project/src/common/tsconfig.json :: Config file name: /user/username/projects/project/src/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/project/src/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/project/src/tsconfig.json 2000 undefined Project: /user/username/projects/project/src/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/project/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/project/src/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/project/src/common/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/project/src/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) InitialLoadPending + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/project/src/common/input/keyboard.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/project/src/common/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -351,6 +353,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/project/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/project/src/common/tsconfig.json: *new* @@ -368,7 +372,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:55.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -377,10 +381,10 @@ Info 29 [00:01:55.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:56.000] Search path: /user/username/projects/project/src -Info 31 [00:01:57.000] For info: /user/username/projects/project/src/terminal.ts :: Config file name: /user/username/projects/project/src/tsconfig.json -Info 32 [00:01:58.000] Loading configured project /user/username/projects/project/src/tsconfig.json -Info 33 [00:01:59.000] Config: /user/username/projects/project/src/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/project/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/project/src/terminal.ts :: Config file name: /user/username/projects/project/src/tsconfig.json +Info seq [hh:mm:ss:mss] Loading configured project /user/username/projects/project/src/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/project/src/tsconfig.json : { "rootNames": [ "/user/username/projects/project/src/terminal.ts", "/user/username/projects/project/src/common/input/keyboard.test.ts", @@ -408,16 +412,18 @@ Info 33 [00:01:59.000] Config: /user/username/projects/project/src/tsconfig.js } ] } -Info 34 [00:02:00.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/project/src 1 undefined Config: /user/username/projects/project/src/tsconfig.json WatchType: Wild card directory -Info 35 [00:02:01.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/project/src 1 undefined Config: /user/username/projects/project/src/tsconfig.json WatchType: Wild card directory -Info 36 [00:02:02.000] Starting updateGraphWorker: Project: /user/username/projects/project/src/tsconfig.json -Info 37 [00:02:03.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/project/src/node_modules/@types 1 undefined Project: /user/username/projects/project/src/tsconfig.json WatchType: Type roots -Info 38 [00:02:04.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/project/src/node_modules/@types 1 undefined Project: /user/username/projects/project/src/tsconfig.json WatchType: Type roots -Info 39 [00:02:05.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/project/node_modules/@types 1 undefined Project: /user/username/projects/project/src/tsconfig.json WatchType: Type roots -Info 40 [00:02:06.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/project/node_modules/@types 1 undefined Project: /user/username/projects/project/src/tsconfig.json WatchType: Type roots -Info 41 [00:02:07.000] Finishing updateGraphWorker: Project: /user/username/projects/project/src/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 42 [00:02:08.000] Project '/user/username/projects/project/src/tsconfig.json' (Configured) -Info 43 [00:02:09.000] Files (4) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/project/src 1 undefined Config: /user/username/projects/project/src/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/project/src 1 undefined Config: /user/username/projects/project/src/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/project/src/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/project/src/node_modules/@types 1 undefined Project: /user/username/projects/project/src/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/project/src/node_modules/@types 1 undefined Project: /user/username/projects/project/src/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/project/node_modules/@types 1 undefined Project: /user/username/projects/project/src/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/project/node_modules/@types 1 undefined Project: /user/username/projects/project/src/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/project/src/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/project/src/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/project/src/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/project/src/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/project/src/common/input/keyboard.ts SVC-1-0 "function bar() { return \"just a random function so .d.ts location doesnt match\"; }\nexport function evaluateKeyboardEvent() { }" /user/username/projects/project/src/terminal.ts SVC-1-0 "import { evaluateKeyboardEvent } from 'common/input/keyboard';\nfunction foo() {\n return evaluateKeyboardEvent();\n}\n" @@ -435,23 +441,23 @@ Info 43 [00:02:09.000] Files (4) common/input/keyboard.test.ts Matched by include pattern './**/*' in 'tsconfig.json' -Info 44 [00:02:10.000] ----------------------------------------------- -Info 45 [00:02:11.000] Search path: /user/username/projects/project/src -Info 46 [00:02:12.000] For info: /user/username/projects/project/src/tsconfig.json :: No config files found. -Info 47 [00:02:13.000] Project '/user/username/projects/project/src/common/tsconfig.json' (Configured) -Info 47 [00:02:14.000] Files (3) - -Info 47 [00:02:15.000] ----------------------------------------------- -Info 47 [00:02:16.000] Project '/user/username/projects/project/src/tsconfig.json' (Configured) -Info 47 [00:02:17.000] Files (4) - -Info 47 [00:02:18.000] ----------------------------------------------- -Info 47 [00:02:19.000] Open files: -Info 47 [00:02:20.000] FileName: /user/username/projects/project/src/common/input/keyboard.ts ProjectRootPath: undefined -Info 47 [00:02:21.000] Projects: /user/username/projects/project/src/common/tsconfig.json,/user/username/projects/project/src/tsconfig.json -Info 47 [00:02:22.000] FileName: /user/username/projects/project/src/terminal.ts ProjectRootPath: undefined -Info 47 [00:02:23.000] Projects: /user/username/projects/project/src/tsconfig.json -Info 47 [00:02:24.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/project/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/project/src/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/project/src/common/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/project/src/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/project/src/common/input/keyboard.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/project/src/common/tsconfig.json,/user/username/projects/project/src/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/project/src/terminal.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/project/src/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -464,6 +470,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/project/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /user/username/projects/project/src/common/tsconfig.json: @@ -483,7 +491,7 @@ FsWatchesRecursive:: Before request -Info 48 [00:02:25.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "references", "arguments": { @@ -494,19 +502,19 @@ Info 48 [00:02:25.000] request: "seq": 3, "type": "request" } -Info 49 [00:02:26.000] Finding references to /user/username/projects/project/src/common/input/keyboard.ts position 99 in project /user/username/projects/project/src/common/tsconfig.json -Info 50 [00:02:27.000] Finding references to /user/username/projects/project/src/common/input/keyboard.ts position 99 in project /user/username/projects/project/src/tsconfig.json -Info 51 [00:02:28.000] Search path: /user/username/projects/project/src/common/input -Info 52 [00:02:29.000] For info: /user/username/projects/project/src/common/input/keyboard.ts :: Config file name: /user/username/projects/project/src/common/tsconfig.json -Info 53 [00:02:30.000] Search path: /user/username/projects/project/src/common/input -Info 54 [00:02:31.000] For info: /user/username/projects/project/src/common/input/keyboard.ts :: Config file name: /user/username/projects/project/src/common/tsconfig.json -Info 55 [00:02:32.000] Search path: /user/username/projects/project/src/common/input -Info 56 [00:02:33.000] For info: /user/username/projects/project/src/common/input/keyboard.test.ts :: Config file name: /user/username/projects/project/src/common/tsconfig.json -Info 57 [00:02:34.000] Search path: /user/username/projects/project/src/common/input -Info 58 [00:02:35.000] For info: /user/username/projects/project/src/common/input/keyboard.test.ts :: Config file name: /user/username/projects/project/src/common/tsconfig.json -Info 59 [00:02:36.000] Search path: /user/username/projects/project/src/common/input -Info 60 [00:02:37.000] For info: /user/username/projects/project/src/common/input/keyboard.test.ts :: Config file name: /user/username/projects/project/src/common/tsconfig.json -Info 61 [00:02:38.000] response: +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/project/src/common/input/keyboard.ts position 99 in project /user/username/projects/project/src/common/tsconfig.json +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/project/src/common/input/keyboard.ts position 99 in project /user/username/projects/project/src/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/project/src/common/input +Info seq [hh:mm:ss:mss] For info: /user/username/projects/project/src/common/input/keyboard.ts :: Config file name: /user/username/projects/project/src/common/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/project/src/common/input +Info seq [hh:mm:ss:mss] For info: /user/username/projects/project/src/common/input/keyboard.ts :: Config file name: /user/username/projects/project/src/common/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/project/src/common/input +Info seq [hh:mm:ss:mss] For info: /user/username/projects/project/src/common/input/keyboard.test.ts :: Config file name: /user/username/projects/project/src/common/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/project/src/common/input +Info seq [hh:mm:ss:mss] For info: /user/username/projects/project/src/common/input/keyboard.test.ts :: Config file name: /user/username/projects/project/src/common/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/project/src/common/input +Info seq [hh:mm:ss:mss] For info: /user/username/projects/project/src/common/input/keyboard.test.ts :: Config file name: /user/username/projects/project/src/common/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "refs": [ diff --git a/tests/baselines/reference/tsserver/projectReferences/solution-with-its-own-files-and-disables-looking-into-the-child-project-if-disableReferencedProjectLoad-is-set-in-first-indirect-project-but-not-in-another-one.js b/tests/baselines/reference/tsserver/projectReferences/solution-with-its-own-files-and-disables-looking-into-the-child-project-if-disableReferencedProjectLoad-is-set-in-first-indirect-project-but-not-in-another-one.js index 8f105fa1d11a4..264717a898941 100644 --- a/tests/baselines/reference/tsserver/projectReferences/solution-with-its-own-files-and-disables-looking-into-the-child-project-if-disableReferencedProjectLoad-is-set-in-first-indirect-project-but-not-in-another-one.js +++ b/tests/baselines/reference/tsserver/projectReferences/solution-with-its-own-files-and-disables-looking-into-the-child-project-if-disableReferencedProjectLoad-is-set-in-first-indirect-project-but-not-in-another-one.js @@ -1,12 +1,12 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:09.000] Provided types map file "/a/lib/typesMap.json" doesn't exist -Info 1 [00:01:10.000] Search path: /user/username/projects/myproject/src -Info 2 [00:01:11.000] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 3 [00:01:12.000] Creating configuration project /user/username/projects/myproject/tsconfig.json -Info 4 [00:01:13.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 5 [00:01:14.000] event: +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/myproject/src/main.ts to open"}} -Info 6 [00:01:15.000] Config: /user/username/projects/myproject/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/own/main.ts" ], @@ -26,9 +26,9 @@ Info 6 [00:01:15.000] Config: /user/username/projects/myproject/tsconfig.json } ] } -Info 7 [00:01:16.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/own/main.ts 500 undefined WatchType: Closed Script info -Info 8 [00:01:17.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 9 [00:01:18.000] Config: /user/username/projects/myproject/tsconfig-indirect1.json : { +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/own/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig-indirect1.json : { "rootNames": [ "/user/username/projects/myproject/indirect1/main.ts" ], @@ -46,8 +46,8 @@ Info 9 [00:01:18.000] Config: /user/username/projects/myproject/tsconfig-indi } ] } -Info 10 [00:01:19.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-indirect1.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 11 [00:01:20.000] Config: /user/username/projects/myproject/tsconfig-src.json : { +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-indirect1.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig-src.json : { "rootNames": [ "/user/username/projects/myproject/src/main.ts", "/user/username/projects/myproject/src/helpers/functions.ts" @@ -59,10 +59,10 @@ Info 11 [00:01:20.000] Config: /user/username/projects/myproject/tsconfig-src. "configFilePath": "/user/username/projects/myproject/tsconfig-src.json" } } -Info 12 [00:01:21.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-src.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 13 [00:01:22.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory -Info 14 [00:01:23.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory -Info 15 [00:01:24.000] Config: /user/username/projects/myproject/tsconfig-indirect2.json : { +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-src.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig-indirect2.json : { "rootNames": [ "/user/username/projects/myproject/indirect2/main.ts" ], @@ -79,15 +79,17 @@ Info 15 [00:01:24.000] Config: /user/username/projects/myproject/tsconfig-indi } ] } -Info 16 [00:01:25.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-indirect2.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 17 [00:01:26.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirect1/main.ts 500 undefined WatchType: Closed Script info -Info 18 [00:01:27.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/helpers/functions.ts 500 undefined WatchType: Closed Script info -Info 19 [00:01:28.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 20 [00:01:29.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 21 [00:01:30.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 22 [00:01:31.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:01:32.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 24 [00:01:33.000] Files (5) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-indirect2.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirect1/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/helpers/functions.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/helpers/functions.ts Text-1 "export const foo = 1;" /user/username/projects/myproject/src/main.ts SVC-1-0 "import { foo } from 'helpers/functions';\nexport { foo };" @@ -106,20 +108,22 @@ Info 24 [00:01:33.000] Files (5) own/main.ts Part of 'files' list in tsconfig.json -Info 25 [00:01:34.000] ----------------------------------------------- -Info 26 [00:01:35.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig.json"}} -Info 27 [00:01:36.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"4a33d78ee40d836c4f4e64c59aed976628aea0013be9585c5ff171dfc41baf98","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":4,"tsSize":166,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{"outDir":"","baseUrl":""},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":true,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 28 [00:01:37.000] Creating configuration project /user/username/projects/myproject/tsconfig-src.json -Info 29 [00:01:38.000] event: +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig-src.json","reason":"Creating project referenced in solution /user/username/projects/myproject/tsconfig.json to find possible configured project for /user/username/projects/myproject/src/main.ts to open"}} -Info 30 [00:01:39.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json -Info 31 [00:01:40.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots -Info 32 [00:01:41.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots -Info 33 [00:01:42.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 34 [00:01:43.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 35 [00:01:44.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/helpers/functions.ts Text-1 "export const foo = 1;" /user/username/projects/myproject/src/main.ts SVC-1-0 "import { foo } from 'helpers/functions';\nexport { foo };" @@ -133,34 +137,32 @@ Info 35 [00:01:44.000] Files (3) src/main.ts Matched by include pattern './src/**/*' in 'tsconfig-src.json' -Info 36 [00:01:45.000] ----------------------------------------------- -Info 37 [00:01:46.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig-src.json"}} -Info 38 [00:01:47.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"75d5ba36c0a162a329bf40235b10e96d2d129b95469e1f02c08da775fb38a2b4","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":2,"tsSize":77,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{"composite":true,"outDir":"","baseUrl":""},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":true,"exclude":false,"compileOnSave":false,"configFileName":"other","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 39 [00:01:48.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/src/main.ts","configFile":"/user/username/projects/myproject/tsconfig-src.json","diagnostics":[]}} -Info 40 [00:01:49.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 40 [00:01:50.000] Files (5) +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) -Info 40 [00:01:51.000] ----------------------------------------------- -Info 40 [00:01:52.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 40 [00:01:53.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 40 [00:01:54.000] ----------------------------------------------- -Info 40 [00:01:55.000] Open files: -Info 40 [00:01:56.000] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined -Info 40 [00:01:57.000] Projects: /user/username/projects/myproject/tsconfig.json,/user/username/projects/myproject/tsconfig-src.json -Info 40 [00:01:58.000] getDefaultProject for /user/username/projects/myproject/src/main.ts: /user/username/projects/myproject/tsconfig-src.json -Info 40 [00:01:59.000] findDefaultConfiguredProject for /user/username/projects/myproject/src/main.ts: /user/username/projects/myproject/tsconfig-src.json -Info 40 [00:02:00.000] Search path: /dummy -Info 41 [00:02:01.000] For info: /dummy/dummy.ts :: No config files found. -Info 42 [00:02:02.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 43 [00:02:03.000] DirectoryWatcher:: Added:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 44 [00:02:04.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 45 [00:02:05.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 46 [00:02:06.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 47 [00:02:07.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json,/user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] getDefaultProject for /user/username/projects/myproject/src/main.ts: /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] findDefaultConfiguredProject for /user/username/projects/myproject/src/main.ts: /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] Search path: /dummy +Info seq [hh:mm:ss:mss] For info: /dummy/dummy.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /dummy/dummy.ts SVC-1-0 "let a = 10;" @@ -170,63 +172,63 @@ Info 47 [00:02:07.000] Files (2) dummy.ts Root file specified for compilation -Info 48 [00:02:08.000] ----------------------------------------------- -Info 49 [00:02:09.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 49 [00:02:10.000] Files (5) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) -Info 49 [00:02:11.000] ----------------------------------------------- -Info 49 [00:02:12.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 49 [00:02:13.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 49 [00:02:14.000] ----------------------------------------------- -Info 49 [00:02:15.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 49 [00:02:16.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 49 [00:02:17.000] ----------------------------------------------- -Info 49 [00:02:18.000] Open files: -Info 49 [00:02:19.000] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined -Info 49 [00:02:20.000] Projects: /user/username/projects/myproject/tsconfig.json,/user/username/projects/myproject/tsconfig-src.json -Info 49 [00:02:21.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 49 [00:02:22.000] Projects: /dev/null/inferredProject1* -Info 49 [00:02:23.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/main.ts 500 undefined WatchType: Closed Script info -Info 50 [00:02:24.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 50 [00:02:25.000] Files (5) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json,/user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) -Info 50 [00:02:26.000] ----------------------------------------------- -Info 50 [00:02:27.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 50 [00:02:28.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 50 [00:02:29.000] ----------------------------------------------- -Info 50 [00:02:30.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 50 [00:02:31.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 50 [00:02:32.000] ----------------------------------------------- -Info 50 [00:02:33.000] Open files: -Info 50 [00:02:34.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 50 [00:02:35.000] Projects: /dev/null/inferredProject1* -Info 50 [00:02:36.000] FileWatcher:: Added:: WatchInfo: /dummy/dummy.ts 500 undefined WatchType: Closed Script info -Info 51 [00:02:37.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 51 [00:02:38.000] Files (5) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /dummy/dummy.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) -Info 51 [00:02:39.000] ----------------------------------------------- -Info 51 [00:02:40.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 51 [00:02:41.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 51 [00:02:42.000] ----------------------------------------------- -Info 51 [00:02:43.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 51 [00:02:44.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 51 [00:02:45.000] ----------------------------------------------- -Info 51 [00:02:46.000] Open files: -Info 51 [00:02:47.000] FileWatcher:: Close:: WatchInfo: /dummy/dummy.ts 500 undefined WatchType: Closed Script info -Info 52 [00:02:48.000] Search path: /dummy -Info 53 [00:02:49.000] For info: /dummy/dummy.ts :: No config files found. -Info 54 [00:02:50.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 55 [00:02:51.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 56 [00:02:52.000] Same program as before -Info 57 [00:02:53.000] `remove Project:: -Info 58 [00:02:54.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 59 [00:02:55.000] Files (5) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /dummy/dummy.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /dummy +Info seq [hh:mm:ss:mss] For info: /dummy/dummy.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) /a/lib/lib.d.ts /user/username/projects/myproject/src/helpers/functions.ts /user/username/projects/myproject/src/main.ts @@ -245,15 +247,17 @@ Info 59 [00:02:55.000] Files (5) own/main.ts Part of 'files' list in tsconfig.json -Info 60 [00:02:56.000] ----------------------------------------------- -Info 61 [00:02:57.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 62 [00:02:58.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig-indirect1.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 63 [00:02:59.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig-indirect2.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 64 [00:03:00.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 65 [00:03:01.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 66 [00:03:02.000] `remove Project:: -Info 67 [00:03:03.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 68 [00:03:04.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig-indirect1.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig-indirect2.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts /user/username/projects/myproject/src/helpers/functions.ts /user/username/projects/myproject/src/main.ts @@ -267,30 +271,32 @@ Info 68 [00:03:04.000] Files (3) src/main.ts Matched by include pattern './src/**/*' in 'tsconfig-src.json' -Info 69 [00:03:05.000] ----------------------------------------------- -Info 70 [00:03:06.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory -Info 71 [00:03:07.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory -Info 72 [00:03:08.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig-src.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 73 [00:03:09.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots -Info 74 [00:03:10.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots -Info 75 [00:03:11.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/main.ts 500 undefined WatchType: Closed Script info -Info 76 [00:03:12.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/own/main.ts 500 undefined WatchType: Closed Script info -Info 77 [00:03:13.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/indirect1/main.ts 500 undefined WatchType: Closed Script info -Info 78 [00:03:14.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/helpers/functions.ts 500 undefined WatchType: Closed Script info -Info 79 [00:03:15.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 79 [00:03:16.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig-src.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/own/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/indirect1/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/helpers/functions.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 79 [00:03:17.000] ----------------------------------------------- -Info 79 [00:03:18.000] Open files: -Info 79 [00:03:19.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 79 [00:03:20.000] Projects: /dev/null/inferredProject1* -Info 79 [00:03:21.000] Search path: /user/username/projects/myproject/src -Info 80 [00:03:22.000] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 81 [00:03:23.000] Creating configuration project /user/username/projects/myproject/tsconfig.json -Info 82 [00:03:24.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 83 [00:03:25.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/myproject/src/main.ts to open"}} -Info 84 [00:03:26.000] Config: /user/username/projects/myproject/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/own/main.ts" ], @@ -310,9 +316,9 @@ Info 84 [00:03:26.000] Config: /user/username/projects/myproject/tsconfig.json } ] } -Info 85 [00:03:27.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/own/main.ts 500 undefined WatchType: Closed Script info -Info 86 [00:03:28.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 87 [00:03:29.000] Config: /user/username/projects/myproject/tsconfig-indirect1.json : { +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/own/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig-indirect1.json : { "rootNames": [ "/user/username/projects/myproject/indirect1/main.ts" ], @@ -330,8 +336,8 @@ Info 87 [00:03:29.000] Config: /user/username/projects/myproject/tsconfig-indi } ] } -Info 88 [00:03:30.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-indirect1.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 89 [00:03:31.000] Config: /user/username/projects/myproject/tsconfig-src.json : { +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-indirect1.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig-src.json : { "rootNames": [ "/user/username/projects/myproject/src/main.ts", "/user/username/projects/myproject/src/helpers/functions.ts" @@ -343,10 +349,10 @@ Info 89 [00:03:31.000] Config: /user/username/projects/myproject/tsconfig-src. "configFilePath": "/user/username/projects/myproject/tsconfig-src.json" } } -Info 90 [00:03:32.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-src.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 91 [00:03:33.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory -Info 92 [00:03:34.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory -Info 93 [00:03:35.000] Config: /user/username/projects/myproject/tsconfig-indirect2.json : { +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-src.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig-indirect2.json : { "rootNames": [ "/user/username/projects/myproject/indirect2/main.ts" ], @@ -363,14 +369,16 @@ Info 93 [00:03:35.000] Config: /user/username/projects/myproject/tsconfig-indi } ] } -Info 94 [00:03:36.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-indirect2.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 95 [00:03:37.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirect1/main.ts 500 undefined WatchType: Closed Script info -Info 96 [00:03:38.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/helpers/functions.ts 500 undefined WatchType: Closed Script info -Info 97 [00:03:39.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 98 [00:03:40.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 99 [00:03:41.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 100 [00:03:42.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 101 [00:03:43.000] Files (5) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-indirect2.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirect1/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/helpers/functions.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/helpers/functions.ts Text-2 "export const foo = 1;" /user/username/projects/myproject/src/main.ts SVC-2-0 "import { foo } from 'helpers/functions';\nexport { foo };" @@ -389,18 +397,20 @@ Info 101 [00:03:43.000] Files (5) own/main.ts Part of 'files' list in tsconfig.json -Info 102 [00:03:44.000] ----------------------------------------------- -Info 103 [00:03:45.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig.json"}} -Info 104 [00:03:46.000] Creating configuration project /user/username/projects/myproject/tsconfig-src.json -Info 105 [00:03:47.000] event: +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig-src.json","reason":"Creating project referenced in solution /user/username/projects/myproject/tsconfig.json to find possible configured project for /user/username/projects/myproject/src/main.ts to open"}} -Info 106 [00:03:48.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json -Info 107 [00:03:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots -Info 108 [00:03:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots -Info 109 [00:03:51.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 110 [00:03:52.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 111 [00:03:53.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/helpers/functions.ts Text-2 "export const foo = 1;" /user/username/projects/myproject/src/main.ts SVC-2-0 "import { foo } from 'helpers/functions';\nexport { foo };" @@ -414,50 +424,52 @@ Info 111 [00:03:53.000] Files (3) src/main.ts Matched by include pattern './src/**/*' in 'tsconfig-src.json' -Info 112 [00:03:54.000] ----------------------------------------------- -Info 113 [00:03:55.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig-src.json"}} -Info 114 [00:03:56.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/src/main.ts","configFile":"/user/username/projects/myproject/tsconfig-src.json","diagnostics":[]}} -Info 115 [00:03:57.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 115 [00:03:58.000] Files (5) +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) -Info 115 [00:03:59.000] ----------------------------------------------- -Info 115 [00:04:00.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 115 [00:04:01.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 115 [00:04:02.000] ----------------------------------------------- -Info 115 [00:04:03.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 115 [00:04:04.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 115 [00:04:05.000] ----------------------------------------------- -Info 115 [00:04:06.000] Open files: -Info 115 [00:04:07.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 115 [00:04:08.000] Projects: /dev/null/inferredProject1* -Info 115 [00:04:09.000] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined -Info 115 [00:04:10.000] Projects: /user/username/projects/myproject/tsconfig.json,/user/username/projects/myproject/tsconfig-src.json -Info 115 [00:04:11.000] reload projects. -Info 116 [00:04:12.000] Scheduled: /dev/null/inferredProject1* -Info 117 [00:04:13.000] Scheduled: /user/username/projects/myproject/tsconfig.json -Info 118 [00:04:14.000] Scheduled: /user/username/projects/myproject/tsconfig-src.json -Info 119 [00:04:15.000] Scheduled: *ensureProjectForOpenFiles* -Info 120 [00:04:16.000] Scheduled: /user/username/projects/myproject/tsconfig.json, Cancelled earlier one -Info 121 [00:04:17.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 122 [00:04:18.000] Scheduled: /user/username/projects/myproject/tsconfig.json, Cancelled earlier one -Info 123 [00:04:19.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 124 [00:04:20.000] Scheduled: /user/username/projects/myproject/tsconfig.json, Cancelled earlier one -Info 125 [00:04:21.000] Scheduled: /user/username/projects/myproject/tsconfig-src.json, Cancelled earlier one -Info 126 [00:04:22.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 127 [00:04:23.000] Search path: /dummy -Info 128 [00:04:24.000] For info: /dummy/dummy.ts :: No config files found. -Info 129 [00:04:25.000] Search path: /user/username/projects/myproject/src -Info 130 [00:04:26.000] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 131 [00:04:27.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 132 [00:04:28.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 133 [00:04:29.000] Reloading configured project /user/username/projects/myproject/tsconfig.json -Info 134 [00:04:30.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json,/user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] reload projects. +Info seq [hh:mm:ss:mss] Scheduled: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/tsconfig-src.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Search path: /dummy +Info seq [hh:mm:ss:mss] For info: /dummy/dummy.ts :: No config files found. +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Reloading configured project /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig.json","reason":"User requested reload projects"}} -Info 135 [00:04:31.000] Config: /user/username/projects/myproject/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/own/main.ts" ], @@ -477,8 +489,8 @@ Info 135 [00:04:31.000] Config: /user/username/projects/myproject/tsconfig.json } ] } -Info 136 [00:04:32.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 137 [00:04:33.000] Config: /user/username/projects/myproject/tsconfig-indirect1.json : { +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig-indirect1.json : { "rootNames": [ "/user/username/projects/myproject/indirect1/main.ts" ], @@ -496,7 +508,7 @@ Info 137 [00:04:33.000] Config: /user/username/projects/myproject/tsconfig-indi } ] } -Info 138 [00:04:34.000] Config: /user/username/projects/myproject/tsconfig-src.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig-src.json : { "rootNames": [ "/user/username/projects/myproject/src/main.ts", "/user/username/projects/myproject/src/helpers/functions.ts" @@ -508,7 +520,7 @@ Info 138 [00:04:34.000] Config: /user/username/projects/myproject/tsconfig-src. "configFilePath": "/user/username/projects/myproject/tsconfig-src.json" } } -Info 139 [00:04:35.000] Config: /user/username/projects/myproject/tsconfig-indirect2.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig-indirect2.json : { "rootNames": [ "/user/username/projects/myproject/indirect2/main.ts" ], @@ -525,87 +537,89 @@ Info 139 [00:04:35.000] Config: /user/username/projects/myproject/tsconfig-indi } ] } -Info 140 [00:04:36.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 141 [00:04:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 142 [00:04:38.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 143 [00:04:39.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 144 [00:04:40.000] Files (5) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/helpers/functions.ts Text-2 "export const foo = 1;" /user/username/projects/myproject/src/main.ts SVC-2-0 "import { foo } from 'helpers/functions';\nexport { foo };" /user/username/projects/myproject/indirect1/main.ts Text-2 "import { foo } from 'main';\nfoo;\nexport function bar() {}" /user/username/projects/myproject/own/main.ts Text-2 "import { bar } from 'main';\nbar;" -Info 145 [00:04:41.000] ----------------------------------------------- -Info 146 [00:04:42.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig.json"}} -Info 147 [00:04:43.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/tsconfig.json","configFile":"/user/username/projects/myproject/tsconfig.json","diagnostics":[]}} -Info 148 [00:04:44.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots -Info 149 [00:04:45.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots -Info 150 [00:04:46.000] Reloading configured project /user/username/projects/myproject/tsconfig-src.json -Info 151 [00:04:47.000] event: +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Reloading configured project /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig-src.json","reason":"User requested reload projects"}} -Info 152 [00:04:48.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json -Info 153 [00:04:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots -Info 154 [00:04:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots -Info 155 [00:04:51.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 156 [00:04:52.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 157 [00:04:53.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/helpers/functions.ts Text-2 "export const foo = 1;" /user/username/projects/myproject/src/main.ts SVC-2-0 "import { foo } from 'helpers/functions';\nexport { foo };" -Info 158 [00:04:54.000] ----------------------------------------------- -Info 159 [00:04:55.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig-src.json"}} -Info 160 [00:04:56.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/tsconfig-src.json","configFile":"/user/username/projects/myproject/tsconfig-src.json","diagnostics":[]}} -Info 161 [00:04:57.000] DirectoryWatcher:: Close:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 162 [00:04:58.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 163 [00:04:59.000] Before ensureProjectForOpenFiles: -Info 164 [00:05:00.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 164 [00:05:01.000] Files (5) +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) -Info 164 [00:05:02.000] ----------------------------------------------- -Info 164 [00:05:03.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 164 [00:05:04.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 164 [00:05:05.000] ----------------------------------------------- -Info 164 [00:05:06.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 164 [00:05:07.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 164 [00:05:08.000] ----------------------------------------------- -Info 164 [00:05:09.000] Open files: -Info 164 [00:05:10.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 164 [00:05:11.000] Projects: /dev/null/inferredProject1* -Info 164 [00:05:12.000] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined -Info 164 [00:05:13.000] Projects: /user/username/projects/myproject/tsconfig.json,/user/username/projects/myproject/tsconfig-src.json -Info 164 [00:05:14.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 165 [00:05:15.000] DirectoryWatcher:: Added:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 166 [00:05:16.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 167 [00:05:17.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 3 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 168 [00:05:18.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 169 [00:05:19.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json,/user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 3 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /dummy/dummy.ts SVC-1-0 "let a = 10;" -Info 170 [00:05:20.000] ----------------------------------------------- -Info 171 [00:05:21.000] After ensureProjectForOpenFiles: -Info 172 [00:05:22.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 172 [00:05:23.000] Files (5) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) -Info 172 [00:05:24.000] ----------------------------------------------- -Info 172 [00:05:25.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 172 [00:05:26.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 172 [00:05:27.000] ----------------------------------------------- -Info 172 [00:05:28.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 172 [00:05:29.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 172 [00:05:30.000] ----------------------------------------------- -Info 172 [00:05:31.000] Open files: -Info 172 [00:05:32.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 172 [00:05:33.000] Projects: /dev/null/inferredProject1* -Info 172 [00:05:34.000] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined -Info 172 [00:05:35.000] Projects: /user/username/projects/myproject/tsconfig.json,/user/username/projects/myproject/tsconfig-src.json \ No newline at end of file +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json,/user/username/projects/myproject/tsconfig-src.json \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/projectReferences/solution-with-its-own-files-and-disables-looking-into-the-child-project-if-disableReferencedProjectLoad-is-set-in-indirect-project.js b/tests/baselines/reference/tsserver/projectReferences/solution-with-its-own-files-and-disables-looking-into-the-child-project-if-disableReferencedProjectLoad-is-set-in-indirect-project.js index c796db2e26c71..d478be87e65c0 100644 --- a/tests/baselines/reference/tsserver/projectReferences/solution-with-its-own-files-and-disables-looking-into-the-child-project-if-disableReferencedProjectLoad-is-set-in-indirect-project.js +++ b/tests/baselines/reference/tsserver/projectReferences/solution-with-its-own-files-and-disables-looking-into-the-child-project-if-disableReferencedProjectLoad-is-set-in-indirect-project.js @@ -1,12 +1,12 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:03.000] Provided types map file "/a/lib/typesMap.json" doesn't exist -Info 1 [00:01:04.000] Search path: /user/username/projects/myproject/src -Info 2 [00:01:05.000] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 3 [00:01:06.000] Creating configuration project /user/username/projects/myproject/tsconfig.json -Info 4 [00:01:07.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 5 [00:01:08.000] event: +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/myproject/src/main.ts to open"}} -Info 6 [00:01:09.000] Config: /user/username/projects/myproject/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/own/main.ts" ], @@ -22,9 +22,9 @@ Info 6 [00:01:09.000] Config: /user/username/projects/myproject/tsconfig.json } ] } -Info 7 [00:01:10.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/own/main.ts 500 undefined WatchType: Closed Script info -Info 8 [00:01:11.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 9 [00:01:12.000] Config: /user/username/projects/myproject/tsconfig-indirect1.json : { +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/own/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig-indirect1.json : { "rootNames": [ "/user/username/projects/myproject/indirect1/main.ts" ], @@ -42,8 +42,8 @@ Info 9 [00:01:12.000] Config: /user/username/projects/myproject/tsconfig-indi } ] } -Info 10 [00:01:13.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-indirect1.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 11 [00:01:14.000] Config: /user/username/projects/myproject/tsconfig-src.json : { +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-indirect1.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig-src.json : { "rootNames": [ "/user/username/projects/myproject/src/main.ts", "/user/username/projects/myproject/src/helpers/functions.ts" @@ -55,17 +55,19 @@ Info 11 [00:01:14.000] Config: /user/username/projects/myproject/tsconfig-src. "configFilePath": "/user/username/projects/myproject/tsconfig-src.json" } } -Info 12 [00:01:15.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-src.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 13 [00:01:16.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory -Info 14 [00:01:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory -Info 15 [00:01:18.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirect1/main.ts 500 undefined WatchType: Closed Script info -Info 16 [00:01:19.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/helpers/functions.ts 500 undefined WatchType: Closed Script info -Info 17 [00:01:20.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:01:21.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 19 [00:01:22.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 20 [00:01:23.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 21 [00:01:24.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 22 [00:01:25.000] Files (5) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-src.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirect1/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/helpers/functions.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/helpers/functions.ts Text-1 "export const foo = 1;" /user/username/projects/myproject/src/main.ts SVC-1-0 "import { foo } from 'helpers/functions';\nexport { foo };" @@ -84,20 +86,22 @@ Info 22 [00:01:25.000] Files (5) own/main.ts Part of 'files' list in tsconfig.json -Info 23 [00:01:26.000] ----------------------------------------------- -Info 24 [00:01:27.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig.json"}} -Info 25 [00:01:28.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"4a33d78ee40d836c4f4e64c59aed976628aea0013be9585c5ff171dfc41baf98","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":4,"tsSize":166,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{"outDir":"","baseUrl":""},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":true,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 26 [00:01:29.000] Creating configuration project /user/username/projects/myproject/tsconfig-indirect1.json -Info 27 [00:01:30.000] event: +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig-indirect1.json +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig-indirect1.json","reason":"Creating project referenced in solution /user/username/projects/myproject/tsconfig.json to find possible configured project for /user/username/projects/myproject/src/main.ts to open"}} -Info 28 [00:01:31.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-indirect1.json -Info 29 [00:01:32.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots -Info 30 [00:01:33.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots -Info 31 [00:01:34.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-indirect1.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 32 [00:01:35.000] Project '/user/username/projects/myproject/tsconfig-indirect1.json' (Configured) -Info 33 [00:01:36.000] Files (4) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-indirect1.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-indirect1.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-indirect1.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/helpers/functions.ts Text-1 "export const foo = 1;" /user/username/projects/myproject/src/main.ts SVC-1-0 "import { foo } from 'helpers/functions';\nexport { foo };" @@ -113,34 +117,32 @@ Info 33 [00:01:36.000] Files (4) indirect1/main.ts Part of 'files' list in tsconfig.json -Info 34 [00:01:37.000] ----------------------------------------------- -Info 35 [00:01:38.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig-indirect1.json"}} -Info 36 [00:01:39.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"9ccc3aed1af08832ccb25ea453f7b771199f56af238b53cc428549dbd2d59246","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":3,"tsSize":134,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{"composite":true,"outDir":"","baseUrl":"","disableReferencedProjectLoad":true},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":true,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"other","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 37 [00:01:40.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/src/main.ts","configFile":"/user/username/projects/myproject/tsconfig.json","diagnostics":[]}} -Info 38 [00:01:41.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 38 [00:01:42.000] Files (5) +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) -Info 38 [00:01:43.000] ----------------------------------------------- -Info 38 [00:01:44.000] Project '/user/username/projects/myproject/tsconfig-indirect1.json' (Configured) -Info 38 [00:01:45.000] Files (4) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-indirect1.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) -Info 38 [00:01:46.000] ----------------------------------------------- -Info 38 [00:01:47.000] Open files: -Info 38 [00:01:48.000] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined -Info 38 [00:01:49.000] Projects: /user/username/projects/myproject/tsconfig.json,/user/username/projects/myproject/tsconfig-indirect1.json -Info 38 [00:01:50.000] getDefaultProject for /user/username/projects/myproject/src/main.ts: /user/username/projects/myproject/tsconfig.json -Info 38 [00:01:51.000] findDefaultConfiguredProject for /user/username/projects/myproject/src/main.ts: undefined -Info 38 [00:01:52.000] Search path: /dummy -Info 39 [00:01:53.000] For info: /dummy/dummy.ts :: No config files found. -Info 40 [00:01:54.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 41 [00:01:55.000] DirectoryWatcher:: Added:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 42 [00:01:56.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 43 [00:01:57.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 44 [00:01:58.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 45 [00:01:59.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json,/user/username/projects/myproject/tsconfig-indirect1.json +Info seq [hh:mm:ss:mss] getDefaultProject for /user/username/projects/myproject/src/main.ts: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] findDefaultConfiguredProject for /user/username/projects/myproject/src/main.ts: undefined +Info seq [hh:mm:ss:mss] Search path: /dummy +Info seq [hh:mm:ss:mss] For info: /dummy/dummy.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /dummy/dummy.ts SVC-1-0 "let a = 10;" @@ -150,63 +152,63 @@ Info 45 [00:01:59.000] Files (2) dummy.ts Root file specified for compilation -Info 46 [00:02:00.000] ----------------------------------------------- -Info 47 [00:02:01.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 47 [00:02:02.000] Files (5) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) -Info 47 [00:02:03.000] ----------------------------------------------- -Info 47 [00:02:04.000] Project '/user/username/projects/myproject/tsconfig-indirect1.json' (Configured) -Info 47 [00:02:05.000] Files (4) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-indirect1.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) -Info 47 [00:02:06.000] ----------------------------------------------- -Info 47 [00:02:07.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 47 [00:02:08.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 47 [00:02:09.000] ----------------------------------------------- -Info 47 [00:02:10.000] Open files: -Info 47 [00:02:11.000] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined -Info 47 [00:02:12.000] Projects: /user/username/projects/myproject/tsconfig.json,/user/username/projects/myproject/tsconfig-indirect1.json -Info 47 [00:02:13.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 47 [00:02:14.000] Projects: /dev/null/inferredProject1* -Info 47 [00:02:15.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/main.ts 500 undefined WatchType: Closed Script info -Info 48 [00:02:16.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 48 [00:02:17.000] Files (5) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json,/user/username/projects/myproject/tsconfig-indirect1.json +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) -Info 48 [00:02:18.000] ----------------------------------------------- -Info 48 [00:02:19.000] Project '/user/username/projects/myproject/tsconfig-indirect1.json' (Configured) -Info 48 [00:02:20.000] Files (4) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-indirect1.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) -Info 48 [00:02:21.000] ----------------------------------------------- -Info 48 [00:02:22.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 48 [00:02:23.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 48 [00:02:24.000] ----------------------------------------------- -Info 48 [00:02:25.000] Open files: -Info 48 [00:02:26.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 48 [00:02:27.000] Projects: /dev/null/inferredProject1* -Info 48 [00:02:28.000] FileWatcher:: Added:: WatchInfo: /dummy/dummy.ts 500 undefined WatchType: Closed Script info -Info 49 [00:02:29.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 49 [00:02:30.000] Files (5) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /dummy/dummy.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) -Info 49 [00:02:31.000] ----------------------------------------------- -Info 49 [00:02:32.000] Project '/user/username/projects/myproject/tsconfig-indirect1.json' (Configured) -Info 49 [00:02:33.000] Files (4) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-indirect1.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) -Info 49 [00:02:34.000] ----------------------------------------------- -Info 49 [00:02:35.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 49 [00:02:36.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 49 [00:02:37.000] ----------------------------------------------- -Info 49 [00:02:38.000] Open files: -Info 49 [00:02:39.000] FileWatcher:: Close:: WatchInfo: /dummy/dummy.ts 500 undefined WatchType: Closed Script info -Info 50 [00:02:40.000] Search path: /dummy -Info 51 [00:02:41.000] For info: /dummy/dummy.ts :: No config files found. -Info 52 [00:02:42.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 53 [00:02:43.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 54 [00:02:44.000] Same program as before -Info 55 [00:02:45.000] `remove Project:: -Info 56 [00:02:46.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 57 [00:02:47.000] Files (5) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /dummy/dummy.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /dummy +Info seq [hh:mm:ss:mss] For info: /dummy/dummy.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) /a/lib/lib.d.ts /user/username/projects/myproject/src/helpers/functions.ts /user/username/projects/myproject/src/main.ts @@ -225,13 +227,15 @@ Info 57 [00:02:47.000] Files (5) own/main.ts Part of 'files' list in tsconfig.json -Info 58 [00:02:48.000] ----------------------------------------------- -Info 59 [00:02:49.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 60 [00:02:50.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 61 [00:02:51.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 62 [00:02:52.000] `remove Project:: -Info 63 [00:02:53.000] Project '/user/username/projects/myproject/tsconfig-indirect1.json' (Configured) -Info 64 [00:02:54.000] Files (4) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-indirect1.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts /user/username/projects/myproject/src/helpers/functions.ts /user/username/projects/myproject/src/main.ts @@ -247,31 +251,33 @@ Info 64 [00:02:54.000] Files (4) indirect1/main.ts Part of 'files' list in tsconfig.json -Info 65 [00:02:55.000] ----------------------------------------------- -Info 66 [00:02:56.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig-indirect1.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 67 [00:02:57.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory -Info 68 [00:02:58.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory -Info 69 [00:02:59.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig-src.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 70 [00:03:00.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots -Info 71 [00:03:01.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots -Info 72 [00:03:02.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/main.ts 500 undefined WatchType: Closed Script info -Info 73 [00:03:03.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/own/main.ts 500 undefined WatchType: Closed Script info -Info 74 [00:03:04.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/indirect1/main.ts 500 undefined WatchType: Closed Script info -Info 75 [00:03:05.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/helpers/functions.ts 500 undefined WatchType: Closed Script info -Info 76 [00:03:06.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 76 [00:03:07.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig-indirect1.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig-src.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/own/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/indirect1/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/helpers/functions.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 76 [00:03:08.000] ----------------------------------------------- -Info 76 [00:03:09.000] Open files: -Info 76 [00:03:10.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 76 [00:03:11.000] Projects: /dev/null/inferredProject1* -Info 76 [00:03:12.000] Search path: /user/username/projects/myproject/src -Info 77 [00:03:13.000] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 78 [00:03:14.000] Creating configuration project /user/username/projects/myproject/tsconfig.json -Info 79 [00:03:15.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 80 [00:03:16.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/myproject/src/main.ts to open"}} -Info 81 [00:03:17.000] Config: /user/username/projects/myproject/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/own/main.ts" ], @@ -287,9 +293,9 @@ Info 81 [00:03:17.000] Config: /user/username/projects/myproject/tsconfig.json } ] } -Info 82 [00:03:18.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/own/main.ts 500 undefined WatchType: Closed Script info -Info 83 [00:03:19.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 84 [00:03:20.000] Config: /user/username/projects/myproject/tsconfig-indirect1.json : { +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/own/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig-indirect1.json : { "rootNames": [ "/user/username/projects/myproject/indirect1/main.ts" ], @@ -307,8 +313,8 @@ Info 84 [00:03:20.000] Config: /user/username/projects/myproject/tsconfig-indi } ] } -Info 85 [00:03:21.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-indirect1.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 86 [00:03:22.000] Config: /user/username/projects/myproject/tsconfig-src.json : { +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-indirect1.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig-src.json : { "rootNames": [ "/user/username/projects/myproject/src/main.ts", "/user/username/projects/myproject/src/helpers/functions.ts" @@ -320,16 +326,18 @@ Info 86 [00:03:22.000] Config: /user/username/projects/myproject/tsconfig-src. "configFilePath": "/user/username/projects/myproject/tsconfig-src.json" } } -Info 87 [00:03:23.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-src.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 88 [00:03:24.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory -Info 89 [00:03:25.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory -Info 90 [00:03:26.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirect1/main.ts 500 undefined WatchType: Closed Script info -Info 91 [00:03:27.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/helpers/functions.ts 500 undefined WatchType: Closed Script info -Info 92 [00:03:28.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 93 [00:03:29.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 94 [00:03:30.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 95 [00:03:31.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 96 [00:03:32.000] Files (5) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-src.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirect1/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/helpers/functions.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/helpers/functions.ts Text-2 "export const foo = 1;" /user/username/projects/myproject/src/main.ts SVC-2-0 "import { foo } from 'helpers/functions';\nexport { foo };" @@ -348,18 +356,20 @@ Info 96 [00:03:32.000] Files (5) own/main.ts Part of 'files' list in tsconfig.json -Info 97 [00:03:33.000] ----------------------------------------------- -Info 98 [00:03:34.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig.json"}} -Info 99 [00:03:35.000] Creating configuration project /user/username/projects/myproject/tsconfig-indirect1.json -Info 100 [00:03:36.000] event: +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig-indirect1.json +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig-indirect1.json","reason":"Creating project referenced in solution /user/username/projects/myproject/tsconfig.json to find possible configured project for /user/username/projects/myproject/src/main.ts to open"}} -Info 101 [00:03:37.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-indirect1.json -Info 102 [00:03:38.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots -Info 103 [00:03:39.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots -Info 104 [00:03:40.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-indirect1.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 105 [00:03:41.000] Project '/user/username/projects/myproject/tsconfig-indirect1.json' (Configured) -Info 106 [00:03:42.000] Files (4) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-indirect1.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-indirect1.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-indirect1.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/helpers/functions.ts Text-2 "export const foo = 1;" /user/username/projects/myproject/src/main.ts SVC-2-0 "import { foo } from 'helpers/functions';\nexport { foo };" @@ -375,51 +385,53 @@ Info 106 [00:03:42.000] Files (4) indirect1/main.ts Part of 'files' list in tsconfig.json -Info 107 [00:03:43.000] ----------------------------------------------- -Info 108 [00:03:44.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig-indirect1.json"}} -Info 109 [00:03:45.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/src/main.ts","configFile":"/user/username/projects/myproject/tsconfig.json","diagnostics":[]}} -Info 110 [00:03:46.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 110 [00:03:47.000] Files (5) +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) -Info 110 [00:03:48.000] ----------------------------------------------- -Info 110 [00:03:49.000] Project '/user/username/projects/myproject/tsconfig-indirect1.json' (Configured) -Info 110 [00:03:50.000] Files (4) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-indirect1.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) -Info 110 [00:03:51.000] ----------------------------------------------- -Info 110 [00:03:52.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 110 [00:03:53.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 110 [00:03:54.000] ----------------------------------------------- -Info 110 [00:03:55.000] Open files: -Info 110 [00:03:56.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 110 [00:03:57.000] Projects: /dev/null/inferredProject1* -Info 110 [00:03:58.000] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined -Info 110 [00:03:59.000] Projects: /user/username/projects/myproject/tsconfig.json,/user/username/projects/myproject/tsconfig-indirect1.json -Info 110 [00:04:00.000] reload projects. -Info 111 [00:04:01.000] Scheduled: /dev/null/inferredProject1* -Info 112 [00:04:02.000] Scheduled: /user/username/projects/myproject/tsconfig.json -Info 113 [00:04:03.000] Scheduled: /user/username/projects/myproject/tsconfig-indirect1.json -Info 114 [00:04:04.000] Scheduled: *ensureProjectForOpenFiles* -Info 115 [00:04:05.000] Scheduled: /user/username/projects/myproject/tsconfig.json, Cancelled earlier one -Info 116 [00:04:06.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 117 [00:04:07.000] Scheduled: /user/username/projects/myproject/tsconfig.json, Cancelled earlier one -Info 118 [00:04:08.000] Scheduled: /user/username/projects/myproject/tsconfig-indirect1.json, Cancelled earlier one -Info 119 [00:04:09.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 120 [00:04:10.000] Scheduled: /user/username/projects/myproject/tsconfig.json, Cancelled earlier one -Info 121 [00:04:11.000] Scheduled: /user/username/projects/myproject/tsconfig-indirect1.json, Cancelled earlier one -Info 122 [00:04:12.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 123 [00:04:13.000] Search path: /dummy -Info 124 [00:04:14.000] For info: /dummy/dummy.ts :: No config files found. -Info 125 [00:04:15.000] Search path: /user/username/projects/myproject/src -Info 126 [00:04:16.000] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 127 [00:04:17.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 128 [00:04:18.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 129 [00:04:19.000] Reloading configured project /user/username/projects/myproject/tsconfig.json -Info 130 [00:04:20.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json,/user/username/projects/myproject/tsconfig-indirect1.json +Info seq [hh:mm:ss:mss] reload projects. +Info seq [hh:mm:ss:mss] Scheduled: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/tsconfig-indirect1.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/tsconfig-indirect1.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/tsconfig-indirect1.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Search path: /dummy +Info seq [hh:mm:ss:mss] For info: /dummy/dummy.ts :: No config files found. +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Reloading configured project /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig.json","reason":"User requested reload projects"}} -Info 131 [00:04:21.000] Config: /user/username/projects/myproject/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/own/main.ts" ], @@ -435,8 +447,8 @@ Info 131 [00:04:21.000] Config: /user/username/projects/myproject/tsconfig.json } ] } -Info 132 [00:04:22.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 133 [00:04:23.000] Config: /user/username/projects/myproject/tsconfig-indirect1.json : { +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig-indirect1.json : { "rootNames": [ "/user/username/projects/myproject/indirect1/main.ts" ], @@ -454,7 +466,7 @@ Info 133 [00:04:23.000] Config: /user/username/projects/myproject/tsconfig-indi } ] } -Info 134 [00:04:24.000] Config: /user/username/projects/myproject/tsconfig-src.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig-src.json : { "rootNames": [ "/user/username/projects/myproject/src/main.ts", "/user/username/projects/myproject/src/helpers/functions.ts" @@ -466,88 +478,90 @@ Info 134 [00:04:24.000] Config: /user/username/projects/myproject/tsconfig-src. "configFilePath": "/user/username/projects/myproject/tsconfig-src.json" } } -Info 135 [00:04:25.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 136 [00:04:26.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 137 [00:04:27.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 138 [00:04:28.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 139 [00:04:29.000] Files (5) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/helpers/functions.ts Text-2 "export const foo = 1;" /user/username/projects/myproject/src/main.ts SVC-2-0 "import { foo } from 'helpers/functions';\nexport { foo };" /user/username/projects/myproject/indirect1/main.ts Text-2 "import { foo } from 'main';\nfoo;\nexport function bar() {}" /user/username/projects/myproject/own/main.ts Text-2 "import { bar } from 'main';\nbar;" -Info 140 [00:04:30.000] ----------------------------------------------- -Info 141 [00:04:31.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig.json"}} -Info 142 [00:04:32.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/tsconfig.json","configFile":"/user/username/projects/myproject/tsconfig.json","diagnostics":[]}} -Info 143 [00:04:33.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots -Info 144 [00:04:34.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots -Info 145 [00:04:35.000] Reloading configured project /user/username/projects/myproject/tsconfig-indirect1.json -Info 146 [00:04:36.000] event: +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Reloading configured project /user/username/projects/myproject/tsconfig-indirect1.json +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig-indirect1.json","reason":"User requested reload projects"}} -Info 147 [00:04:37.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-indirect1.json -Info 148 [00:04:38.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots -Info 149 [00:04:39.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots -Info 150 [00:04:40.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-indirect1.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 151 [00:04:41.000] Project '/user/username/projects/myproject/tsconfig-indirect1.json' (Configured) -Info 152 [00:04:42.000] Files (4) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-indirect1.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-indirect1.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-indirect1.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/helpers/functions.ts Text-2 "export const foo = 1;" /user/username/projects/myproject/src/main.ts SVC-2-0 "import { foo } from 'helpers/functions';\nexport { foo };" /user/username/projects/myproject/indirect1/main.ts Text-2 "import { foo } from 'main';\nfoo;\nexport function bar() {}" -Info 153 [00:04:43.000] ----------------------------------------------- -Info 154 [00:04:44.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig-indirect1.json"}} -Info 155 [00:04:45.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/tsconfig-indirect1.json","configFile":"/user/username/projects/myproject/tsconfig-indirect1.json","diagnostics":[]}} -Info 156 [00:04:46.000] DirectoryWatcher:: Close:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 157 [00:04:47.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 158 [00:04:48.000] Before ensureProjectForOpenFiles: -Info 159 [00:04:49.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 159 [00:04:50.000] Files (5) +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) -Info 159 [00:04:51.000] ----------------------------------------------- -Info 159 [00:04:52.000] Project '/user/username/projects/myproject/tsconfig-indirect1.json' (Configured) -Info 159 [00:04:53.000] Files (4) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-indirect1.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) -Info 159 [00:04:54.000] ----------------------------------------------- -Info 159 [00:04:55.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 159 [00:04:56.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 159 [00:04:57.000] ----------------------------------------------- -Info 159 [00:04:58.000] Open files: -Info 159 [00:04:59.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 159 [00:05:00.000] Projects: /dev/null/inferredProject1* -Info 159 [00:05:01.000] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined -Info 159 [00:05:02.000] Projects: /user/username/projects/myproject/tsconfig.json,/user/username/projects/myproject/tsconfig-indirect1.json -Info 159 [00:05:03.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 160 [00:05:04.000] DirectoryWatcher:: Added:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 161 [00:05:05.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 162 [00:05:06.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 3 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 163 [00:05:07.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 164 [00:05:08.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json,/user/username/projects/myproject/tsconfig-indirect1.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 3 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /dummy/dummy.ts SVC-1-0 "let a = 10;" -Info 165 [00:05:09.000] ----------------------------------------------- -Info 166 [00:05:10.000] After ensureProjectForOpenFiles: -Info 167 [00:05:11.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 167 [00:05:12.000] Files (5) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) -Info 167 [00:05:13.000] ----------------------------------------------- -Info 167 [00:05:14.000] Project '/user/username/projects/myproject/tsconfig-indirect1.json' (Configured) -Info 167 [00:05:15.000] Files (4) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-indirect1.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) -Info 167 [00:05:16.000] ----------------------------------------------- -Info 167 [00:05:17.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 167 [00:05:18.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 167 [00:05:19.000] ----------------------------------------------- -Info 167 [00:05:20.000] Open files: -Info 167 [00:05:21.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 167 [00:05:22.000] Projects: /dev/null/inferredProject1* -Info 167 [00:05:23.000] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined -Info 167 [00:05:24.000] Projects: /user/username/projects/myproject/tsconfig.json,/user/username/projects/myproject/tsconfig-indirect1.json \ No newline at end of file +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json,/user/username/projects/myproject/tsconfig-indirect1.json \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/projectReferences/solution-with-its-own-files-and-disables-looking-into-the-child-project-if-disableReferencedProjectLoad-is-set.js b/tests/baselines/reference/tsserver/projectReferences/solution-with-its-own-files-and-disables-looking-into-the-child-project-if-disableReferencedProjectLoad-is-set.js index 3595988f29c13..e0bfe51018995 100644 --- a/tests/baselines/reference/tsserver/projectReferences/solution-with-its-own-files-and-disables-looking-into-the-child-project-if-disableReferencedProjectLoad-is-set.js +++ b/tests/baselines/reference/tsserver/projectReferences/solution-with-its-own-files-and-disables-looking-into-the-child-project-if-disableReferencedProjectLoad-is-set.js @@ -1,12 +1,12 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:57.000] Provided types map file "/a/lib/typesMap.json" doesn't exist -Info 1 [00:00:58.000] Search path: /user/username/projects/myproject/src -Info 2 [00:00:59.000] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 3 [00:01:00.000] Creating configuration project /user/username/projects/myproject/tsconfig.json -Info 4 [00:01:01.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 5 [00:01:02.000] event: +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/myproject/src/main.ts to open"}} -Info 6 [00:01:03.000] Config: /user/username/projects/myproject/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/own/main.ts" ], @@ -23,9 +23,9 @@ Info 6 [00:01:03.000] Config: /user/username/projects/myproject/tsconfig.json } ] } -Info 7 [00:01:04.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/own/main.ts 500 undefined WatchType: Closed Script info -Info 8 [00:01:05.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 9 [00:01:06.000] Config: /user/username/projects/myproject/tsconfig-src.json : { +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/own/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig-src.json : { "rootNames": [ "/user/username/projects/myproject/src/main.ts", "/user/username/projects/myproject/src/helpers/functions.ts" @@ -37,16 +37,18 @@ Info 9 [00:01:06.000] Config: /user/username/projects/myproject/tsconfig-src. "configFilePath": "/user/username/projects/myproject/tsconfig-src.json" } } -Info 10 [00:01:07.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-src.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 11 [00:01:08.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory -Info 12 [00:01:09.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory -Info 13 [00:01:10.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/helpers/functions.ts 500 undefined WatchType: Closed Script info -Info 14 [00:01:11.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 15 [00:01:12.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 16 [00:01:13.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 17 [00:01:14.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 18 [00:01:15.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 19 [00:01:16.000] Files (4) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-src.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/helpers/functions.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/helpers/functions.ts Text-1 "export const foo = 1;" /user/username/projects/myproject/src/main.ts SVC-1-0 "import { foo } from 'helpers/functions';\nexport { foo };" @@ -62,30 +64,28 @@ Info 19 [00:01:16.000] Files (4) own/main.ts Part of 'files' list in tsconfig.json -Info 20 [00:01:17.000] ----------------------------------------------- -Info 21 [00:01:18.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig.json"}} -Info 22 [00:01:19.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"4a33d78ee40d836c4f4e64c59aed976628aea0013be9585c5ff171dfc41baf98","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":3,"tsSize":134,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{"outDir":"","baseUrl":"","disableReferencedProjectLoad":true},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":true,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 23 [00:01:20.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/src/main.ts","configFile":"/user/username/projects/myproject/tsconfig.json","diagnostics":[]}} -Info 24 [00:01:21.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 24 [00:01:22.000] Files (4) +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) -Info 24 [00:01:23.000] ----------------------------------------------- -Info 24 [00:01:24.000] Open files: -Info 24 [00:01:25.000] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined -Info 24 [00:01:26.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 24 [00:01:27.000] getDefaultProject for /user/username/projects/myproject/src/main.ts: /user/username/projects/myproject/tsconfig.json -Info 24 [00:01:28.000] findDefaultConfiguredProject for /user/username/projects/myproject/src/main.ts: undefined -Info 24 [00:01:29.000] Search path: /dummy -Info 25 [00:01:30.000] For info: /dummy/dummy.ts :: No config files found. -Info 26 [00:01:31.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 27 [00:01:32.000] DirectoryWatcher:: Added:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 28 [00:01:33.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 29 [00:01:34.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 30 [00:01:35.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 31 [00:01:36.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] getDefaultProject for /user/username/projects/myproject/src/main.ts: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] findDefaultConfiguredProject for /user/username/projects/myproject/src/main.ts: undefined +Info seq [hh:mm:ss:mss] Search path: /dummy +Info seq [hh:mm:ss:mss] For info: /dummy/dummy.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /dummy/dummy.ts SVC-1-0 "let a = 10;" @@ -95,51 +95,51 @@ Info 31 [00:01:36.000] Files (2) dummy.ts Root file specified for compilation -Info 32 [00:01:37.000] ----------------------------------------------- -Info 33 [00:01:38.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 33 [00:01:39.000] Files (4) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) -Info 33 [00:01:40.000] ----------------------------------------------- -Info 33 [00:01:41.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 33 [00:01:42.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 33 [00:01:43.000] ----------------------------------------------- -Info 33 [00:01:44.000] Open files: -Info 33 [00:01:45.000] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined -Info 33 [00:01:46.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 33 [00:01:47.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 33 [00:01:48.000] Projects: /dev/null/inferredProject1* -Info 33 [00:01:49.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/main.ts 500 undefined WatchType: Closed Script info -Info 34 [00:01:50.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 34 [00:01:51.000] Files (4) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) -Info 34 [00:01:52.000] ----------------------------------------------- -Info 34 [00:01:53.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 34 [00:01:54.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 34 [00:01:55.000] ----------------------------------------------- -Info 34 [00:01:56.000] Open files: -Info 34 [00:01:57.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 34 [00:01:58.000] Projects: /dev/null/inferredProject1* -Info 34 [00:01:59.000] FileWatcher:: Added:: WatchInfo: /dummy/dummy.ts 500 undefined WatchType: Closed Script info -Info 35 [00:02:00.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 35 [00:02:01.000] Files (4) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /dummy/dummy.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) -Info 35 [00:02:02.000] ----------------------------------------------- -Info 35 [00:02:03.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 35 [00:02:04.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 35 [00:02:05.000] ----------------------------------------------- -Info 35 [00:02:06.000] Open files: -Info 35 [00:02:07.000] FileWatcher:: Close:: WatchInfo: /dummy/dummy.ts 500 undefined WatchType: Closed Script info -Info 36 [00:02:08.000] Search path: /dummy -Info 37 [00:02:09.000] For info: /dummy/dummy.ts :: No config files found. -Info 38 [00:02:10.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 39 [00:02:11.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 40 [00:02:12.000] Same program as before -Info 41 [00:02:13.000] `remove Project:: -Info 42 [00:02:14.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 43 [00:02:15.000] Files (4) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /dummy/dummy.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /dummy +Info seq [hh:mm:ss:mss] For info: /dummy/dummy.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts /user/username/projects/myproject/src/helpers/functions.ts /user/username/projects/myproject/src/main.ts @@ -155,30 +155,32 @@ Info 43 [00:02:15.000] Files (4) own/main.ts Part of 'files' list in tsconfig.json -Info 44 [00:02:16.000] ----------------------------------------------- -Info 45 [00:02:17.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 46 [00:02:18.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory -Info 47 [00:02:19.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory -Info 48 [00:02:20.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig-src.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 49 [00:02:21.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 50 [00:02:22.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 51 [00:02:23.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/main.ts 500 undefined WatchType: Closed Script info -Info 52 [00:02:24.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/own/main.ts 500 undefined WatchType: Closed Script info -Info 53 [00:02:25.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/helpers/functions.ts 500 undefined WatchType: Closed Script info -Info 54 [00:02:26.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 54 [00:02:27.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig-src.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/own/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/helpers/functions.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 54 [00:02:28.000] ----------------------------------------------- -Info 54 [00:02:29.000] Open files: -Info 54 [00:02:30.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 54 [00:02:31.000] Projects: /dev/null/inferredProject1* -Info 54 [00:02:32.000] Search path: /user/username/projects/myproject/src -Info 55 [00:02:33.000] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 56 [00:02:34.000] Creating configuration project /user/username/projects/myproject/tsconfig.json -Info 57 [00:02:35.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 58 [00:02:36.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/myproject/src/main.ts to open"}} -Info 59 [00:02:37.000] Config: /user/username/projects/myproject/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/own/main.ts" ], @@ -195,9 +197,9 @@ Info 59 [00:02:37.000] Config: /user/username/projects/myproject/tsconfig.json } ] } -Info 60 [00:02:38.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/own/main.ts 500 undefined WatchType: Closed Script info -Info 61 [00:02:39.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 62 [00:02:40.000] Config: /user/username/projects/myproject/tsconfig-src.json : { +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/own/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig-src.json : { "rootNames": [ "/user/username/projects/myproject/src/main.ts", "/user/username/projects/myproject/src/helpers/functions.ts" @@ -209,15 +211,17 @@ Info 62 [00:02:40.000] Config: /user/username/projects/myproject/tsconfig-src. "configFilePath": "/user/username/projects/myproject/tsconfig-src.json" } } -Info 63 [00:02:41.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-src.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 64 [00:02:42.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory -Info 65 [00:02:43.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory -Info 66 [00:02:44.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/helpers/functions.ts 500 undefined WatchType: Closed Script info -Info 67 [00:02:45.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 68 [00:02:46.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 69 [00:02:47.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 70 [00:02:48.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 71 [00:02:49.000] Files (4) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-src.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/helpers/functions.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/helpers/functions.ts Text-2 "export const foo = 1;" /user/username/projects/myproject/src/main.ts SVC-2-0 "import { foo } from 'helpers/functions';\nexport { foo };" @@ -233,42 +237,44 @@ Info 71 [00:02:49.000] Files (4) own/main.ts Part of 'files' list in tsconfig.json -Info 72 [00:02:50.000] ----------------------------------------------- -Info 73 [00:02:51.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig.json"}} -Info 74 [00:02:52.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/src/main.ts","configFile":"/user/username/projects/myproject/tsconfig.json","diagnostics":[]}} -Info 75 [00:02:53.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 75 [00:02:54.000] Files (4) +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) -Info 75 [00:02:55.000] ----------------------------------------------- -Info 75 [00:02:56.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 75 [00:02:57.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 75 [00:02:58.000] ----------------------------------------------- -Info 75 [00:02:59.000] Open files: -Info 75 [00:03:00.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 75 [00:03:01.000] Projects: /dev/null/inferredProject1* -Info 75 [00:03:02.000] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined -Info 75 [00:03:03.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 75 [00:03:04.000] reload projects. -Info 76 [00:03:05.000] Scheduled: /dev/null/inferredProject1* -Info 77 [00:03:06.000] Scheduled: /user/username/projects/myproject/tsconfig.json -Info 78 [00:03:07.000] Scheduled: *ensureProjectForOpenFiles* -Info 79 [00:03:08.000] Scheduled: /user/username/projects/myproject/tsconfig.json, Cancelled earlier one -Info 80 [00:03:09.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 81 [00:03:10.000] Scheduled: /user/username/projects/myproject/tsconfig.json, Cancelled earlier one -Info 82 [00:03:11.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 83 [00:03:12.000] Search path: /dummy -Info 84 [00:03:13.000] For info: /dummy/dummy.ts :: No config files found. -Info 85 [00:03:14.000] Search path: /user/username/projects/myproject/src -Info 86 [00:03:15.000] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 87 [00:03:16.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 88 [00:03:17.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 89 [00:03:18.000] Reloading configured project /user/username/projects/myproject/tsconfig.json -Info 90 [00:03:19.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] reload projects. +Info seq [hh:mm:ss:mss] Scheduled: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Search path: /dummy +Info seq [hh:mm:ss:mss] For info: /dummy/dummy.ts :: No config files found. +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Reloading configured project /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig.json","reason":"User requested reload projects"}} -Info 91 [00:03:20.000] Config: /user/username/projects/myproject/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/own/main.ts" ], @@ -285,8 +291,8 @@ Info 91 [00:03:20.000] Config: /user/username/projects/myproject/tsconfig.json } ] } -Info 92 [00:03:21.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 93 [00:03:22.000] Config: /user/username/projects/myproject/tsconfig-src.json : { +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig-src.json : { "rootNames": [ "/user/username/projects/myproject/src/main.ts", "/user/username/projects/myproject/src/helpers/functions.ts" @@ -298,58 +304,56 @@ Info 93 [00:03:22.000] Config: /user/username/projects/myproject/tsconfig-src. "configFilePath": "/user/username/projects/myproject/tsconfig-src.json" } } -Info 94 [00:03:23.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 95 [00:03:24.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 96 [00:03:25.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 97 [00:03:26.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 98 [00:03:27.000] Files (4) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/helpers/functions.ts Text-2 "export const foo = 1;" /user/username/projects/myproject/src/main.ts SVC-2-0 "import { foo } from 'helpers/functions';\nexport { foo };" /user/username/projects/myproject/own/main.ts Text-2 "import { foo } from 'main';\nfoo;\nexport function bar() {}" -Info 99 [00:03:28.000] ----------------------------------------------- -Info 100 [00:03:29.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig.json"}} -Info 101 [00:03:30.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/tsconfig.json","configFile":"/user/username/projects/myproject/tsconfig.json","diagnostics":[]}} -Info 102 [00:03:31.000] DirectoryWatcher:: Close:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 103 [00:03:32.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 104 [00:03:33.000] Before ensureProjectForOpenFiles: -Info 105 [00:03:34.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 105 [00:03:35.000] Files (4) +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) -Info 105 [00:03:36.000] ----------------------------------------------- -Info 105 [00:03:37.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 105 [00:03:38.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 105 [00:03:39.000] ----------------------------------------------- -Info 105 [00:03:40.000] Open files: -Info 105 [00:03:41.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 105 [00:03:42.000] Projects: /dev/null/inferredProject1* -Info 105 [00:03:43.000] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined -Info 105 [00:03:44.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 105 [00:03:45.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 106 [00:03:46.000] DirectoryWatcher:: Added:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 107 [00:03:47.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 108 [00:03:48.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 3 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 109 [00:03:49.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 110 [00:03:50.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 3 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /dummy/dummy.ts SVC-1-0 "let a = 10;" -Info 111 [00:03:51.000] ----------------------------------------------- -Info 112 [00:03:52.000] After ensureProjectForOpenFiles: -Info 113 [00:03:53.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 113 [00:03:54.000] Files (4) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) -Info 113 [00:03:55.000] ----------------------------------------------- -Info 113 [00:03:56.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 113 [00:03:57.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 113 [00:03:58.000] ----------------------------------------------- -Info 113 [00:03:59.000] Open files: -Info 113 [00:04:00.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 113 [00:04:01.000] Projects: /dev/null/inferredProject1* -Info 113 [00:04:02.000] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined -Info 113 [00:04:03.000] Projects: /user/username/projects/myproject/tsconfig.json \ No newline at end of file +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/projectReferences/solution-with-its-own-files-and-project-found-is-not-solution-but-references-open-file-through-project-reference.js b/tests/baselines/reference/tsserver/projectReferences/solution-with-its-own-files-and-project-found-is-not-solution-but-references-open-file-through-project-reference.js index d3941474fa83b..a7b4a045b74e2 100644 --- a/tests/baselines/reference/tsserver/projectReferences/solution-with-its-own-files-and-project-found-is-not-solution-but-references-open-file-through-project-reference.js +++ b/tests/baselines/reference/tsserver/projectReferences/solution-with-its-own-files-and-project-found-is-not-solution-but-references-open-file-through-project-reference.js @@ -1,12 +1,12 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:57.000] Provided types map file "/a/lib/typesMap.json" doesn't exist -Info 1 [00:00:58.000] Search path: /user/username/projects/myproject/src -Info 2 [00:00:59.000] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 3 [00:01:00.000] Creating configuration project /user/username/projects/myproject/tsconfig.json -Info 4 [00:01:01.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 5 [00:01:02.000] event: +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/myproject/src/main.ts to open"}} -Info 6 [00:01:03.000] Config: /user/username/projects/myproject/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/own/main.ts" ], @@ -22,9 +22,9 @@ Info 6 [00:01:03.000] Config: /user/username/projects/myproject/tsconfig.json } ] } -Info 7 [00:01:04.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/own/main.ts 500 undefined WatchType: Closed Script info -Info 8 [00:01:05.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 9 [00:01:06.000] Config: /user/username/projects/myproject/tsconfig-src.json : { +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/own/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig-src.json : { "rootNames": [ "/user/username/projects/myproject/src/main.ts", "/user/username/projects/myproject/src/helpers/functions.ts" @@ -36,16 +36,18 @@ Info 9 [00:01:06.000] Config: /user/username/projects/myproject/tsconfig-src. "configFilePath": "/user/username/projects/myproject/tsconfig-src.json" } } -Info 10 [00:01:07.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-src.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 11 [00:01:08.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory -Info 12 [00:01:09.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory -Info 13 [00:01:10.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/helpers/functions.ts 500 undefined WatchType: Closed Script info -Info 14 [00:01:11.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 15 [00:01:12.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 16 [00:01:13.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 17 [00:01:14.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 18 [00:01:15.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 19 [00:01:16.000] Files (4) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-src.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/helpers/functions.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/helpers/functions.ts Text-1 "export const foo = 1;" /user/username/projects/myproject/src/main.ts SVC-1-0 "import { foo } from 'helpers/functions';\nexport { foo };" @@ -61,20 +63,22 @@ Info 19 [00:01:16.000] Files (4) own/main.ts Part of 'files' list in tsconfig.json -Info 20 [00:01:17.000] ----------------------------------------------- -Info 21 [00:01:18.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig.json"}} -Info 22 [00:01:19.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"4a33d78ee40d836c4f4e64c59aed976628aea0013be9585c5ff171dfc41baf98","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":3,"tsSize":134,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{"outDir":"","baseUrl":""},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":true,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 23 [00:01:20.000] Creating configuration project /user/username/projects/myproject/tsconfig-src.json -Info 24 [00:01:21.000] event: +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig-src.json","reason":"Creating project referenced in solution /user/username/projects/myproject/tsconfig.json to find possible configured project for /user/username/projects/myproject/src/main.ts to open"}} -Info 25 [00:01:22.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json -Info 26 [00:01:23.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots -Info 27 [00:01:24.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots -Info 28 [00:01:25.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 29 [00:01:26.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 30 [00:01:27.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/helpers/functions.ts Text-1 "export const foo = 1;" /user/username/projects/myproject/src/main.ts SVC-1-0 "import { foo } from 'helpers/functions';\nexport { foo };" @@ -88,26 +92,26 @@ Info 30 [00:01:27.000] Files (3) src/main.ts Matched by include pattern './src/**/*' in 'tsconfig-src.json' -Info 31 [00:01:28.000] ----------------------------------------------- -Info 32 [00:01:29.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig-src.json"}} -Info 33 [00:01:30.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"75d5ba36c0a162a329bf40235b10e96d2d129b95469e1f02c08da775fb38a2b4","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":2,"tsSize":77,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{"composite":true,"outDir":"","baseUrl":""},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":true,"exclude":false,"compileOnSave":false,"configFileName":"other","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 34 [00:01:31.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/src/main.ts","configFile":"/user/username/projects/myproject/tsconfig-src.json","diagnostics":[]}} -Info 35 [00:01:32.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 35 [00:01:33.000] Files (4) - -Info 35 [00:01:34.000] ----------------------------------------------- -Info 35 [00:01:35.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 35 [00:01:36.000] Files (3) - -Info 35 [00:01:37.000] ----------------------------------------------- -Info 35 [00:01:38.000] Open files: -Info 35 [00:01:39.000] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined -Info 35 [00:01:40.000] Projects: /user/username/projects/myproject/tsconfig.json,/user/username/projects/myproject/tsconfig-src.json -Info 35 [00:01:41.000] getDefaultProject for /user/username/projects/myproject/src/main.ts: /user/username/projects/myproject/tsconfig-src.json -Info 35 [00:01:42.000] findDefaultConfiguredProject for /user/username/projects/myproject/src/main.ts: /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json,/user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] getDefaultProject for /user/username/projects/myproject/src/main.ts: /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] findDefaultConfiguredProject for /user/username/projects/myproject/src/main.ts: /user/username/projects/myproject/tsconfig-src.json Before request //// [/user/username/projects/myproject/tsconfig-src.json] {"compilerOptions":{"composite":true,"outDir":"./target/","baseUrl":"./src/"},"include":["./src/**/*"]} @@ -170,6 +174,8 @@ export function bar() {} PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* @@ -187,7 +193,7 @@ FsWatchesRecursive:: /user/username/projects/myproject/src: *new* {} -Info 35 [00:01:43.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -199,7 +205,7 @@ Info 35 [00:01:43.000] request: "seq": 1, "type": "request" } -Info 36 [00:01:44.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -208,14 +214,14 @@ After request Before running Timeout callback:: count: 1 1: checkOne -Info 37 [00:01:45.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/src/main.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 1: semanticCheck -Info 38 [00:01:46.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/src/main.ts","diagnostics":[]}} After running Immedidate callback:: count: 1 2: suggestionCheck @@ -223,20 +229,18 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 2: suggestionCheck -Info 39 [00:01:47.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/src/main.ts","diagnostics":[]}} -Info 40 [00:01:48.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":1}} After running Immedidate callback:: count: 0 -Info 41 [00:01:49.000] Search path: /dummy -Info 42 [00:01:50.000] For info: /dummy/dummy.ts :: No config files found. -Info 43 [00:01:51.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 44 [00:01:52.000] DirectoryWatcher:: Added:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 45 [00:01:53.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 46 [00:01:54.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 47 [00:01:55.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 48 [00:01:56.000] Files (2) +Info seq [hh:mm:ss:mss] Search path: /dummy +Info seq [hh:mm:ss:mss] For info: /dummy/dummy.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /dummy/dummy.ts SVC-1-0 "let a = 10;" @@ -246,63 +250,63 @@ Info 48 [00:01:56.000] Files (2) dummy.ts Root file specified for compilation -Info 49 [00:01:57.000] ----------------------------------------------- -Info 50 [00:01:58.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 50 [00:01:59.000] Files (4) - -Info 50 [00:02:00.000] ----------------------------------------------- -Info 50 [00:02:01.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 50 [00:02:02.000] Files (3) - -Info 50 [00:02:03.000] ----------------------------------------------- -Info 50 [00:02:04.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 50 [00:02:05.000] Files (2) - -Info 50 [00:02:06.000] ----------------------------------------------- -Info 50 [00:02:07.000] Open files: -Info 50 [00:02:08.000] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined -Info 50 [00:02:09.000] Projects: /user/username/projects/myproject/tsconfig.json,/user/username/projects/myproject/tsconfig-src.json -Info 50 [00:02:10.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 50 [00:02:11.000] Projects: /dev/null/inferredProject1* -Info 50 [00:02:12.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/main.ts 500 undefined WatchType: Closed Script info -Info 51 [00:02:13.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 51 [00:02:14.000] Files (4) - -Info 51 [00:02:15.000] ----------------------------------------------- -Info 51 [00:02:16.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 51 [00:02:17.000] Files (3) - -Info 51 [00:02:18.000] ----------------------------------------------- -Info 51 [00:02:19.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 51 [00:02:20.000] Files (2) - -Info 51 [00:02:21.000] ----------------------------------------------- -Info 51 [00:02:22.000] Open files: -Info 51 [00:02:23.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 51 [00:02:24.000] Projects: /dev/null/inferredProject1* -Info 51 [00:02:25.000] FileWatcher:: Added:: WatchInfo: /dummy/dummy.ts 500 undefined WatchType: Closed Script info -Info 52 [00:02:26.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 52 [00:02:27.000] Files (4) - -Info 52 [00:02:28.000] ----------------------------------------------- -Info 52 [00:02:29.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 52 [00:02:30.000] Files (3) - -Info 52 [00:02:31.000] ----------------------------------------------- -Info 52 [00:02:32.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 52 [00:02:33.000] Files (2) - -Info 52 [00:02:34.000] ----------------------------------------------- -Info 52 [00:02:35.000] Open files: -Info 52 [00:02:36.000] FileWatcher:: Close:: WatchInfo: /dummy/dummy.ts 500 undefined WatchType: Closed Script info -Info 53 [00:02:37.000] Search path: /dummy -Info 54 [00:02:38.000] For info: /dummy/dummy.ts :: No config files found. -Info 55 [00:02:39.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 56 [00:02:40.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 57 [00:02:41.000] Same program as before -Info 58 [00:02:42.000] `remove Project:: -Info 59 [00:02:43.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 60 [00:02:44.000] Files (4) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json,/user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /dummy/dummy.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /dummy/dummy.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /dummy +Info seq [hh:mm:ss:mss] For info: /dummy/dummy.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts /user/username/projects/myproject/src/helpers/functions.ts /user/username/projects/myproject/src/main.ts @@ -318,13 +322,15 @@ Info 60 [00:02:44.000] Files (4) own/main.ts Part of 'files' list in tsconfig.json -Info 61 [00:02:45.000] ----------------------------------------------- -Info 62 [00:02:46.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 63 [00:02:47.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 64 [00:02:48.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 65 [00:02:49.000] `remove Project:: -Info 66 [00:02:50.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 67 [00:02:51.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts /user/username/projects/myproject/src/helpers/functions.ts /user/username/projects/myproject/src/main.ts @@ -338,29 +344,31 @@ Info 67 [00:02:51.000] Files (3) src/main.ts Matched by include pattern './src/**/*' in 'tsconfig-src.json' -Info 68 [00:02:52.000] ----------------------------------------------- -Info 69 [00:02:53.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory -Info 70 [00:02:54.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory -Info 71 [00:02:55.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig-src.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 72 [00:02:56.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots -Info 73 [00:02:57.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots -Info 74 [00:02:58.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/main.ts 500 undefined WatchType: Closed Script info -Info 75 [00:02:59.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/own/main.ts 500 undefined WatchType: Closed Script info -Info 76 [00:03:00.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/helpers/functions.ts 500 undefined WatchType: Closed Script info -Info 77 [00:03:01.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 77 [00:03:02.000] Files (2) - -Info 77 [00:03:03.000] ----------------------------------------------- -Info 77 [00:03:04.000] Open files: -Info 77 [00:03:05.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 77 [00:03:06.000] Projects: /dev/null/inferredProject1* -Info 77 [00:03:07.000] Search path: /user/username/projects/myproject/src -Info 78 [00:03:08.000] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 79 [00:03:09.000] Creating configuration project /user/username/projects/myproject/tsconfig.json -Info 80 [00:03:10.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 81 [00:03:11.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig-src.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/own/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/helpers/functions.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/myproject/src/main.ts to open"}} -Info 82 [00:03:12.000] Config: /user/username/projects/myproject/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/own/main.ts" ], @@ -376,9 +384,9 @@ Info 82 [00:03:12.000] Config: /user/username/projects/myproject/tsconfig.json } ] } -Info 83 [00:03:13.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/own/main.ts 500 undefined WatchType: Closed Script info -Info 84 [00:03:14.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 85 [00:03:15.000] Config: /user/username/projects/myproject/tsconfig-src.json : { +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/own/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig-src.json : { "rootNames": [ "/user/username/projects/myproject/src/main.ts", "/user/username/projects/myproject/src/helpers/functions.ts" @@ -390,15 +398,17 @@ Info 85 [00:03:15.000] Config: /user/username/projects/myproject/tsconfig-src. "configFilePath": "/user/username/projects/myproject/tsconfig-src.json" } } -Info 86 [00:03:16.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-src.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 87 [00:03:17.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory -Info 88 [00:03:18.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory -Info 89 [00:03:19.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/helpers/functions.ts 500 undefined WatchType: Closed Script info -Info 90 [00:03:20.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 91 [00:03:21.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 92 [00:03:22.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 93 [00:03:23.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 94 [00:03:24.000] Files (4) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-src.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/helpers/functions.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/helpers/functions.ts Text-2 "export const foo = 1;" /user/username/projects/myproject/src/main.ts SVC-2-0 "import { foo } from 'helpers/functions';\nexport { foo };" @@ -414,18 +424,20 @@ Info 94 [00:03:24.000] Files (4) own/main.ts Part of 'files' list in tsconfig.json -Info 95 [00:03:25.000] ----------------------------------------------- -Info 96 [00:03:26.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig.json"}} -Info 97 [00:03:27.000] Creating configuration project /user/username/projects/myproject/tsconfig-src.json -Info 98 [00:03:28.000] event: +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig-src.json","reason":"Creating project referenced in solution /user/username/projects/myproject/tsconfig.json to find possible configured project for /user/username/projects/myproject/src/main.ts to open"}} -Info 99 [00:03:29.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json -Info 100 [00:03:30.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots -Info 101 [00:03:31.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots -Info 102 [00:03:32.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 103 [00:03:33.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 104 [00:03:34.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/helpers/functions.ts Text-2 "export const foo = 1;" /user/username/projects/myproject/src/main.ts SVC-2-0 "import { foo } from 'helpers/functions';\nexport { foo };" @@ -439,85 +451,87 @@ Info 104 [00:03:34.000] Files (3) src/main.ts Matched by include pattern './src/**/*' in 'tsconfig-src.json' -Info 105 [00:03:35.000] ----------------------------------------------- -Info 106 [00:03:36.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig-src.json"}} -Info 107 [00:03:37.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/src/main.ts","configFile":"/user/username/projects/myproject/tsconfig-src.json","diagnostics":[]}} -Info 108 [00:03:38.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 108 [00:03:39.000] Files (4) - -Info 108 [00:03:40.000] ----------------------------------------------- -Info 108 [00:03:41.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 108 [00:03:42.000] Files (3) - -Info 108 [00:03:43.000] ----------------------------------------------- -Info 108 [00:03:44.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 108 [00:03:45.000] Files (2) - -Info 108 [00:03:46.000] ----------------------------------------------- -Info 108 [00:03:47.000] Open files: -Info 108 [00:03:48.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 108 [00:03:49.000] Projects: /dev/null/inferredProject1* -Info 108 [00:03:50.000] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined -Info 108 [00:03:51.000] Projects: /user/username/projects/myproject/tsconfig.json,/user/username/projects/myproject/tsconfig-src.json -Info 108 [00:03:52.000] FileWatcher:: Added:: WatchInfo: /dummy/dummy.ts 500 undefined WatchType: Closed Script info -Info 109 [00:03:53.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 109 [00:03:54.000] Files (4) - -Info 109 [00:03:55.000] ----------------------------------------------- -Info 109 [00:03:56.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 109 [00:03:57.000] Files (3) - -Info 109 [00:03:58.000] ----------------------------------------------- -Info 109 [00:03:59.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 109 [00:04:00.000] Files (2) - -Info 109 [00:04:01.000] ----------------------------------------------- -Info 109 [00:04:02.000] Open files: -Info 109 [00:04:03.000] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined -Info 109 [00:04:04.000] Projects: /user/username/projects/myproject/tsconfig.json,/user/username/projects/myproject/tsconfig-src.json -Info 109 [00:04:05.000] FileWatcher:: Close:: WatchInfo: /dummy/dummy.ts 500 undefined WatchType: Closed Script info -Info 110 [00:04:06.000] Search path: /dummy -Info 111 [00:04:07.000] For info: /dummy/dummy.ts :: No config files found. -Info 112 [00:04:08.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 113 [00:04:09.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 3 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 114 [00:04:10.000] Same program as before -Info 115 [00:04:11.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 115 [00:04:12.000] Files (4) - -Info 115 [00:04:13.000] ----------------------------------------------- -Info 115 [00:04:14.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 115 [00:04:15.000] Files (3) - -Info 115 [00:04:16.000] ----------------------------------------------- -Info 115 [00:04:17.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 115 [00:04:18.000] Files (2) - -Info 115 [00:04:19.000] ----------------------------------------------- -Info 115 [00:04:20.000] Open files: -Info 115 [00:04:21.000] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined -Info 115 [00:04:22.000] Projects: /user/username/projects/myproject/tsconfig.json,/user/username/projects/myproject/tsconfig-src.json -Info 115 [00:04:23.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 115 [00:04:24.000] Projects: /dev/null/inferredProject1* -Info 115 [00:04:25.000] reload projects. -Info 116 [00:04:26.000] Scheduled: /dev/null/inferredProject1* -Info 117 [00:04:27.000] Scheduled: /user/username/projects/myproject/tsconfig.json -Info 118 [00:04:28.000] Scheduled: /user/username/projects/myproject/tsconfig-src.json -Info 119 [00:04:29.000] Scheduled: *ensureProjectForOpenFiles* -Info 120 [00:04:30.000] Scheduled: /user/username/projects/myproject/tsconfig.json, Cancelled earlier one -Info 121 [00:04:31.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 122 [00:04:32.000] Scheduled: /user/username/projects/myproject/tsconfig.json, Cancelled earlier one -Info 123 [00:04:33.000] Scheduled: /user/username/projects/myproject/tsconfig-src.json, Cancelled earlier one -Info 124 [00:04:34.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 125 [00:04:35.000] Search path: /user/username/projects/myproject/src -Info 126 [00:04:36.000] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 127 [00:04:37.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 128 [00:04:38.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 129 [00:04:39.000] Reloading configured project /user/username/projects/myproject/tsconfig.json -Info 130 [00:04:40.000] event: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json,/user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /dummy/dummy.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json,/user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /dummy/dummy.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /dummy +Info seq [hh:mm:ss:mss] For info: /dummy/dummy.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 3 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json,/user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] reload projects. +Info seq [hh:mm:ss:mss] Scheduled: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/tsconfig-src.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Reloading configured project /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig.json","reason":"User requested reload projects"}} -Info 131 [00:04:41.000] Config: /user/username/projects/myproject/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/own/main.ts" ], @@ -533,8 +547,8 @@ Info 131 [00:04:41.000] Config: /user/username/projects/myproject/tsconfig.json } ] } -Info 132 [00:04:42.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 133 [00:04:43.000] Config: /user/username/projects/myproject/tsconfig-src.json : { +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig-src.json : { "rootNames": [ "/user/username/projects/myproject/src/main.ts", "/user/username/projects/myproject/src/helpers/functions.ts" @@ -546,102 +560,106 @@ Info 133 [00:04:43.000] Config: /user/username/projects/myproject/tsconfig-src. "configFilePath": "/user/username/projects/myproject/tsconfig-src.json" } } -Info 134 [00:04:44.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 135 [00:04:45.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 136 [00:04:46.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 137 [00:04:47.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 138 [00:04:48.000] Files (4) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/helpers/functions.ts Text-2 "export const foo = 1;" /user/username/projects/myproject/src/main.ts SVC-2-0 "import { foo } from 'helpers/functions';\nexport { foo };" /user/username/projects/myproject/own/main.ts Text-2 "import { foo } from 'main';\nfoo;\nexport function bar() {}" -Info 139 [00:04:49.000] ----------------------------------------------- -Info 140 [00:04:50.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig.json"}} -Info 141 [00:04:51.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/tsconfig.json","configFile":"/user/username/projects/myproject/tsconfig.json","diagnostics":[]}} -Info 142 [00:04:52.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots -Info 143 [00:04:53.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots -Info 144 [00:04:54.000] Reloading configured project /user/username/projects/myproject/tsconfig-src.json -Info 145 [00:04:55.000] event: +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Reloading configured project /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig-src.json","reason":"User requested reload projects"}} -Info 146 [00:04:56.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json -Info 147 [00:04:57.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots -Info 148 [00:04:58.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots -Info 149 [00:04:59.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 150 [00:05:00.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 151 [00:05:01.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/helpers/functions.ts Text-2 "export const foo = 1;" /user/username/projects/myproject/src/main.ts SVC-2-0 "import { foo } from 'helpers/functions';\nexport { foo };" -Info 152 [00:05:02.000] ----------------------------------------------- -Info 153 [00:05:03.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig-src.json"}} -Info 154 [00:05:04.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/tsconfig-src.json","configFile":"/user/username/projects/myproject/tsconfig-src.json","diagnostics":[]}} -Info 155 [00:05:05.000] Search path: /dummy -Info 156 [00:05:06.000] For info: /dummy/dummy.ts :: No config files found. -Info 157 [00:05:07.000] DirectoryWatcher:: Close:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 158 [00:05:08.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 159 [00:05:09.000] Before ensureProjectForOpenFiles: -Info 160 [00:05:10.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 160 [00:05:11.000] Files (4) - -Info 160 [00:05:12.000] ----------------------------------------------- -Info 160 [00:05:13.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 160 [00:05:14.000] Files (3) - -Info 160 [00:05:15.000] ----------------------------------------------- -Info 160 [00:05:16.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 160 [00:05:17.000] Files (2) - -Info 160 [00:05:18.000] ----------------------------------------------- -Info 160 [00:05:19.000] Open files: -Info 160 [00:05:20.000] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined -Info 160 [00:05:21.000] Projects: /user/username/projects/myproject/tsconfig.json,/user/username/projects/myproject/tsconfig-src.json -Info 160 [00:05:22.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 160 [00:05:23.000] Projects: /dev/null/inferredProject1* -Info 160 [00:05:24.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 161 [00:05:25.000] DirectoryWatcher:: Added:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 162 [00:05:26.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 163 [00:05:27.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 4 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 164 [00:05:28.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 165 [00:05:29.000] Files (2) +Info seq [hh:mm:ss:mss] Search path: /dummy +Info seq [hh:mm:ss:mss] For info: /dummy/dummy.ts :: No config files found. +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json,/user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 4 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /dummy/dummy.ts SVC-1-0 "let a = 10;" -Info 166 [00:05:30.000] ----------------------------------------------- -Info 167 [00:05:31.000] After ensureProjectForOpenFiles: -Info 168 [00:05:32.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 168 [00:05:33.000] Files (4) - -Info 168 [00:05:34.000] ----------------------------------------------- -Info 168 [00:05:35.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 168 [00:05:36.000] Files (3) - -Info 168 [00:05:37.000] ----------------------------------------------- -Info 168 [00:05:38.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 168 [00:05:39.000] Files (2) - -Info 168 [00:05:40.000] ----------------------------------------------- -Info 168 [00:05:41.000] Open files: -Info 168 [00:05:42.000] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined -Info 168 [00:05:43.000] Projects: /user/username/projects/myproject/tsconfig.json,/user/username/projects/myproject/tsconfig-src.json -Info 168 [00:05:44.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 168 [00:05:45.000] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json,/user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* Before request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} *new* -/dummy/node_modules/@types: *new* - {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} *new* PolledWatches *deleted*:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /a/lib/lib.d.ts: @@ -673,7 +691,7 @@ FsWatchesRecursive *deleted*:: /user/username/projects/myproject/src: {} -Info 168 [00:05:46.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "references", "arguments": { @@ -684,21 +702,21 @@ Info 168 [00:05:46.000] request: "seq": 2, "type": "request" } -Info 169 [00:05:47.000] Finding references to /user/username/projects/myproject/src/main.ts position 50 in project /user/username/projects/myproject/tsconfig-src.json -Info 170 [00:05:48.000] Finding references to /user/username/projects/myproject/src/main.ts position 50 in project /user/username/projects/myproject/tsconfig.json -Info 171 [00:05:49.000] Search path: /user/username/projects/myproject/src -Info 172 [00:05:50.000] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 173 [00:05:51.000] Search path: /user/username/projects/myproject/src -Info 174 [00:05:52.000] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 175 [00:05:53.000] Search path: /user/username/projects/myproject/src -Info 176 [00:05:54.000] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 177 [00:05:55.000] Search path: /user/username/projects/myproject/src/helpers -Info 178 [00:05:56.000] For info: /user/username/projects/myproject/src/helpers/functions.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 179 [00:05:57.000] Search path: /user/username/projects/myproject/src/helpers -Info 180 [00:05:58.000] For info: /user/username/projects/myproject/src/helpers/functions.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 181 [00:05:59.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/target/src/helpers/functions.d.ts 500 undefined WatchType: Closed Script info -Info 182 [00:06:00.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/target/src/helpers/functions.d.ts.map 500 undefined WatchType: Closed Script info -Info 183 [00:06:01.000] response: +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/myproject/src/main.ts position 50 in project /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/myproject/src/main.ts position 50 in project /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src/helpers +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/helpers/functions.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src/helpers +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/helpers/functions.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/target/src/helpers/functions.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/target/src/helpers/functions.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "refs": [ @@ -816,7 +834,7 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} -/dummy/node_modules/@types: +/user/username/projects/node_modules/@types: {"pollingInterval":500} FsWatches:: @@ -839,43 +857,43 @@ FsWatchesRecursive:: /user/username/projects/myproject/src: {} -Info 184 [00:06:02.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/main.ts 500 undefined WatchType: Closed Script info -Info 185 [00:06:03.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 185 [00:06:04.000] Files (4) - -Info 185 [00:06:05.000] ----------------------------------------------- -Info 185 [00:06:06.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 185 [00:06:07.000] Files (3) - -Info 185 [00:06:08.000] ----------------------------------------------- -Info 185 [00:06:09.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 185 [00:06:10.000] Files (2) - -Info 185 [00:06:11.000] ----------------------------------------------- -Info 185 [00:06:12.000] Open files: -Info 185 [00:06:13.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 185 [00:06:14.000] Projects: /dev/null/inferredProject1* -Info 185 [00:06:15.000] FileWatcher:: Added:: WatchInfo: /dummy/dummy.ts 500 undefined WatchType: Closed Script info -Info 186 [00:06:16.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 186 [00:06:17.000] Files (4) - -Info 186 [00:06:18.000] ----------------------------------------------- -Info 186 [00:06:19.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 186 [00:06:20.000] Files (3) - -Info 186 [00:06:21.000] ----------------------------------------------- -Info 186 [00:06:22.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 186 [00:06:23.000] Files (2) - -Info 186 [00:06:24.000] ----------------------------------------------- -Info 186 [00:06:25.000] Open files: -Info 186 [00:06:26.000] Search path: /user/username/projects/myproject/indirect3 -Info 187 [00:06:27.000] For info: /user/username/projects/myproject/indirect3/main.ts :: Config file name: /user/username/projects/myproject/indirect3/tsconfig.json -Info 188 [00:06:28.000] Creating configuration project /user/username/projects/myproject/indirect3/tsconfig.json -Info 189 [00:06:29.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirect3/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/indirect3/tsconfig.json WatchType: Config file -Info 190 [00:06:30.000] event: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /dummy/dummy.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/indirect3 +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/indirect3/main.ts :: Config file name: /user/username/projects/myproject/indirect3/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/indirect3/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirect3/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/indirect3/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/indirect3/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/myproject/indirect3/main.ts to open"}} -Info 191 [00:06:31.000] Config: /user/username/projects/myproject/indirect3/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/indirect3/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/indirect3/main.ts" ], @@ -884,19 +902,21 @@ Info 191 [00:06:31.000] Config: /user/username/projects/myproject/indirect3/tsc "configFilePath": "/user/username/projects/myproject/indirect3/tsconfig.json" } } -Info 192 [00:06:32.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirect3 1 undefined Config: /user/username/projects/myproject/indirect3/tsconfig.json WatchType: Wild card directory -Info 193 [00:06:33.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirect3 1 undefined Config: /user/username/projects/myproject/indirect3/tsconfig.json WatchType: Wild card directory -Info 194 [00:06:34.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/indirect3/tsconfig.json -Info 195 [00:06:35.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/target/src/main.d.ts 500 undefined WatchType: Closed Script info -Info 196 [00:06:36.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/target 1 undefined Project: /user/username/projects/myproject/indirect3/tsconfig.json WatchType: Failed Lookup Locations -Info 197 [00:06:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/target 1 undefined Project: /user/username/projects/myproject/indirect3/tsconfig.json WatchType: Failed Lookup Locations -Info 198 [00:06:38.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirect3/node_modules/@types 1 undefined Project: /user/username/projects/myproject/indirect3/tsconfig.json WatchType: Type roots -Info 199 [00:06:39.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirect3/node_modules/@types 1 undefined Project: /user/username/projects/myproject/indirect3/tsconfig.json WatchType: Type roots -Info 200 [00:06:40.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/indirect3/tsconfig.json WatchType: Type roots -Info 201 [00:06:41.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/indirect3/tsconfig.json WatchType: Type roots -Info 202 [00:06:42.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/indirect3/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 203 [00:06:43.000] Project '/user/username/projects/myproject/indirect3/tsconfig.json' (Configured) -Info 204 [00:06:44.000] Files (4) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirect3 1 undefined Config: /user/username/projects/myproject/indirect3/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirect3 1 undefined Config: /user/username/projects/myproject/indirect3/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/indirect3/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/target/src/main.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/target 1 undefined Project: /user/username/projects/myproject/indirect3/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/target 1 undefined Project: /user/username/projects/myproject/indirect3/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirect3/node_modules/@types 1 undefined Project: /user/username/projects/myproject/indirect3/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirect3/node_modules/@types 1 undefined Project: /user/username/projects/myproject/indirect3/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/indirect3/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/indirect3/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/indirect3/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/indirect3/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/indirect3/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/indirect3/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/target/src/helpers/functions.d.ts Text-1 "export declare const foo = 1;\n//# sourceMappingURL=functions.d.ts.map" /user/username/projects/myproject/target/src/main.d.ts Text-1 "import { foo } from 'helpers/functions';\nexport { foo };\n//# sourceMappingURL=main.d.ts.map" @@ -912,16 +932,16 @@ Info 204 [00:06:44.000] Files (4) main.ts Matched by default include pattern '**/*' -Info 205 [00:06:45.000] ----------------------------------------------- -Info 206 [00:06:46.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/indirect3/tsconfig.json"}} -Info 207 [00:06:47.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"5b0817f69b6871821661b976aa73f4f2533b37c5f4b920541094c2d727d0dc39","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":57,"tsx":0,"tsxSize":0,"dts":3,"dtsSize":494,"deferred":0,"deferredSize":0},"compilerOptions":{"baseUrl":""},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 208 [00:06:48.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/indirect3/main.ts","configFile":"/user/username/projects/myproject/indirect3/tsconfig.json","diagnostics":[]}} -Info 209 [00:06:49.000] `remove Project:: -Info 210 [00:06:50.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 211 [00:06:51.000] Files (4) +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts /user/username/projects/myproject/src/helpers/functions.ts /user/username/projects/myproject/src/main.ts @@ -937,13 +957,15 @@ Info 211 [00:06:51.000] Files (4) own/main.ts Part of 'files' list in tsconfig.json -Info 212 [00:06:52.000] ----------------------------------------------- -Info 213 [00:06:53.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 214 [00:06:54.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 215 [00:06:55.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 216 [00:06:56.000] `remove Project:: -Info 217 [00:06:57.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 218 [00:06:58.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts /user/username/projects/myproject/src/helpers/functions.ts /user/username/projects/myproject/src/main.ts @@ -957,15 +979,17 @@ Info 218 [00:06:58.000] Files (3) src/main.ts Matched by include pattern './src/**/*' in 'tsconfig-src.json' -Info 219 [00:06:59.000] ----------------------------------------------- -Info 220 [00:07:00.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory -Info 221 [00:07:01.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory -Info 222 [00:07:02.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig-src.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 223 [00:07:03.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots -Info 224 [00:07:04.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots -Info 225 [00:07:05.000] `remove Project:: -Info 226 [00:07:06.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 227 [00:07:07.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig-src.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts /dummy/dummy.ts @@ -975,29 +999,25 @@ Info 227 [00:07:07.000] Files (2) dummy.ts Root file specified for compilation -Info 228 [00:07:08.000] ----------------------------------------------- -Info 229 [00:07:09.000] DirectoryWatcher:: Close:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 230 [00:07:10.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 231 [00:07:11.000] FileWatcher:: Close:: WatchInfo: /dummy/dummy.ts 500 undefined WatchType: Closed Script info -Info 232 [00:07:12.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/main.ts 500 undefined WatchType: Closed Script info -Info 233 [00:07:13.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/own/main.ts 500 undefined WatchType: Closed Script info -Info 234 [00:07:14.000] Project '/user/username/projects/myproject/indirect3/tsconfig.json' (Configured) -Info 234 [00:07:15.000] Files (4) - -Info 234 [00:07:16.000] ----------------------------------------------- -Info 234 [00:07:17.000] Open files: -Info 234 [00:07:18.000] FileName: /user/username/projects/myproject/indirect3/main.ts ProjectRootPath: undefined -Info 234 [00:07:19.000] Projects: /user/username/projects/myproject/indirect3/tsconfig.json +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /dummy/dummy.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/own/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/indirect3/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/indirect3/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/indirect3/tsconfig.json Before request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} -/user/username/projects/myproject/indirect3/node_modules/@types: *new* +/user/username/projects/node_modules/@types: {"pollingInterval":500} - -PolledWatches *deleted*:: -/dummy/node_modules/@types: +/user/username/projects/myproject/indirect3/node_modules/@types: *new* {"pollingInterval":500} FsWatches:: @@ -1032,7 +1052,7 @@ FsWatchesRecursive *deleted*:: /user/username/projects/myproject/src: {} -Info 234 [00:07:20.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "references", "arguments": { @@ -1043,16 +1063,16 @@ Info 234 [00:07:20.000] request: "seq": 3, "type": "request" } -Info 235 [00:07:21.000] Finding references to /user/username/projects/myproject/indirect3/main.ts position 9 in project /user/username/projects/myproject/indirect3/tsconfig.json -Info 236 [00:07:22.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/target/src/main.d.ts.map 500 undefined WatchType: Closed Script info -Info 237 [00:07:23.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/main.ts 500 undefined WatchType: Closed Script info -Info 238 [00:07:24.000] Search path: /user/username/projects/myproject/src -Info 239 [00:07:25.000] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 240 [00:07:26.000] Creating configuration project /user/username/projects/myproject/tsconfig.json -Info 241 [00:07:27.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 242 [00:07:28.000] event: +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/myproject/indirect3/main.ts position 9 in project /user/username/projects/myproject/indirect3/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/target/src/main.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig.json","reason":"Creating project for original file: /user/username/projects/myproject/src/main.ts for location: /user/username/projects/myproject/target/src/main.d.ts"}} -Info 243 [00:07:29.000] Config: /user/username/projects/myproject/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/own/main.ts" ], @@ -1068,9 +1088,9 @@ Info 243 [00:07:29.000] Config: /user/username/projects/myproject/tsconfig.json } ] } -Info 244 [00:07:30.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/own/main.ts 500 undefined WatchType: Closed Script info -Info 245 [00:07:31.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 246 [00:07:32.000] Config: /user/username/projects/myproject/tsconfig-src.json : { +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/own/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig-src.json : { "rootNames": [ "/user/username/projects/myproject/src/main.ts", "/user/username/projects/myproject/src/helpers/functions.ts" @@ -1082,14 +1102,16 @@ Info 246 [00:07:32.000] Config: /user/username/projects/myproject/tsconfig-src. "configFilePath": "/user/username/projects/myproject/tsconfig-src.json" } } -Info 247 [00:07:33.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-src.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 248 [00:07:34.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory -Info 249 [00:07:35.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory -Info 250 [00:07:36.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 251 [00:07:37.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 252 [00:07:38.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 253 [00:07:39.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 254 [00:07:40.000] Files (4) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-src.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/helpers/functions.ts Text-2 "export const foo = 1;" /user/username/projects/myproject/src/main.ts Text-3 "import { foo } from 'helpers/functions';\nexport { foo };" @@ -1105,18 +1127,20 @@ Info 254 [00:07:40.000] Files (4) own/main.ts Part of 'files' list in tsconfig.json -Info 255 [00:07:41.000] ----------------------------------------------- -Info 256 [00:07:42.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig.json"}} -Info 257 [00:07:43.000] Creating configuration project /user/username/projects/myproject/tsconfig-src.json -Info 258 [00:07:44.000] event: +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig-src.json","reason":"Creating project referenced in solution /user/username/projects/myproject/tsconfig.json to find possible configured project for original file: /user/username/projects/myproject/src/main.ts for location: /user/username/projects/myproject/target/src/main.d.ts"}} -Info 259 [00:07:45.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json -Info 260 [00:07:46.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots -Info 261 [00:07:47.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots -Info 262 [00:07:48.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 263 [00:07:49.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 264 [00:07:50.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/helpers/functions.ts Text-2 "export const foo = 1;" /user/username/projects/myproject/src/main.ts Text-3 "import { foo } from 'helpers/functions';\nexport { foo };" @@ -1130,30 +1154,30 @@ Info 264 [00:07:50.000] Files (3) src/main.ts Matched by include pattern './src/**/*' in 'tsconfig-src.json' -Info 265 [00:07:51.000] ----------------------------------------------- -Info 266 [00:07:52.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig-src.json"}} -Info 267 [00:07:53.000] Search path: /user/username/projects/myproject/src -Info 268 [00:07:54.000] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 269 [00:07:55.000] Search path: /user/username/projects/myproject/src -Info 270 [00:07:56.000] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 271 [00:07:57.000] Search path: /user/username/projects/myproject/src/helpers -Info 272 [00:07:58.000] For info: /user/username/projects/myproject/src/helpers/functions.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 273 [00:07:59.000] Search path: /user/username/projects/myproject/src/helpers -Info 274 [00:08:00.000] For info: /user/username/projects/myproject/src/helpers/functions.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 275 [00:08:01.000] Finding references to /user/username/projects/myproject/src/main.ts position 9 in project /user/username/projects/myproject/tsconfig.json -Info 276 [00:08:02.000] Search path: /user/username/projects/myproject/src -Info 277 [00:08:03.000] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 278 [00:08:04.000] Search path: /user/username/projects/myproject/src -Info 279 [00:08:05.000] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 280 [00:08:06.000] Search path: /user/username/projects/myproject/src -Info 281 [00:08:07.000] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 282 [00:08:08.000] Search path: /user/username/projects/myproject/src/helpers -Info 283 [00:08:09.000] For info: /user/username/projects/myproject/src/helpers/functions.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 284 [00:08:10.000] Search path: /user/username/projects/myproject/src/helpers -Info 285 [00:08:11.000] For info: /user/username/projects/myproject/src/helpers/functions.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 286 [00:08:12.000] Finding references to /user/username/projects/myproject/src/main.ts position 9 in project /user/username/projects/myproject/tsconfig-src.json -Info 287 [00:08:13.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src/helpers +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/helpers/functions.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src/helpers +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/helpers/functions.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/myproject/src/main.ts position 9 in project /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src/helpers +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/helpers/functions.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src/helpers +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/helpers/functions.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/myproject/src/main.ts position 9 in project /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] response: { "response": { "refs": [ @@ -1307,6 +1331,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/indirect3/node_modules/@types: {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/projectReferences/solution-with-its-own-files-and-project-is-indirectly-referenced-by-solution.js b/tests/baselines/reference/tsserver/projectReferences/solution-with-its-own-files-and-project-is-indirectly-referenced-by-solution.js index ae1abfffe5a16..f30faac1c032f 100644 --- a/tests/baselines/reference/tsserver/projectReferences/solution-with-its-own-files-and-project-is-indirectly-referenced-by-solution.js +++ b/tests/baselines/reference/tsserver/projectReferences/solution-with-its-own-files-and-project-is-indirectly-referenced-by-solution.js @@ -1,12 +1,12 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:09.000] Provided types map file "/a/lib/typesMap.json" doesn't exist -Info 1 [00:01:10.000] Search path: /user/username/projects/myproject/src -Info 2 [00:01:11.000] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 3 [00:01:12.000] Creating configuration project /user/username/projects/myproject/tsconfig.json -Info 4 [00:01:13.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 5 [00:01:14.000] event: +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/myproject/src/main.ts to open"}} -Info 6 [00:01:15.000] Config: /user/username/projects/myproject/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/own/main.ts" ], @@ -26,9 +26,9 @@ Info 6 [00:01:15.000] Config: /user/username/projects/myproject/tsconfig.json } ] } -Info 7 [00:01:16.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/own/main.ts 500 undefined WatchType: Closed Script info -Info 8 [00:01:17.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 9 [00:01:18.000] Config: /user/username/projects/myproject/tsconfig-indirect1.json : { +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/own/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig-indirect1.json : { "rootNames": [ "/user/username/projects/myproject/indirect1/main.ts" ], @@ -45,8 +45,8 @@ Info 9 [00:01:18.000] Config: /user/username/projects/myproject/tsconfig-indi } ] } -Info 10 [00:01:19.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-indirect1.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 11 [00:01:20.000] Config: /user/username/projects/myproject/tsconfig-src.json : { +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-indirect1.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig-src.json : { "rootNames": [ "/user/username/projects/myproject/src/main.ts", "/user/username/projects/myproject/src/helpers/functions.ts" @@ -58,10 +58,10 @@ Info 11 [00:01:20.000] Config: /user/username/projects/myproject/tsconfig-src. "configFilePath": "/user/username/projects/myproject/tsconfig-src.json" } } -Info 12 [00:01:21.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-src.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 13 [00:01:22.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory -Info 14 [00:01:23.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory -Info 15 [00:01:24.000] Config: /user/username/projects/myproject/tsconfig-indirect2.json : { +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-src.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig-indirect2.json : { "rootNames": [ "/user/username/projects/myproject/indirect2/main.ts" ], @@ -78,15 +78,17 @@ Info 15 [00:01:24.000] Config: /user/username/projects/myproject/tsconfig-indi } ] } -Info 16 [00:01:25.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-indirect2.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 17 [00:01:26.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirect1/main.ts 500 undefined WatchType: Closed Script info -Info 18 [00:01:27.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/helpers/functions.ts 500 undefined WatchType: Closed Script info -Info 19 [00:01:28.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 20 [00:01:29.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 21 [00:01:30.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 22 [00:01:31.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:01:32.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 24 [00:01:33.000] Files (5) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-indirect2.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirect1/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/helpers/functions.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/helpers/functions.ts Text-1 "export const foo = 1;" /user/username/projects/myproject/src/main.ts SVC-1-0 "import { foo } from 'helpers/functions';\nexport { foo };" @@ -105,20 +107,22 @@ Info 24 [00:01:33.000] Files (5) own/main.ts Part of 'files' list in tsconfig.json -Info 25 [00:01:34.000] ----------------------------------------------- -Info 26 [00:01:35.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig.json"}} -Info 27 [00:01:36.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"4a33d78ee40d836c4f4e64c59aed976628aea0013be9585c5ff171dfc41baf98","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":4,"tsSize":166,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{"outDir":"","baseUrl":""},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":true,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 28 [00:01:37.000] Creating configuration project /user/username/projects/myproject/tsconfig-src.json -Info 29 [00:01:38.000] event: +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig-src.json","reason":"Creating project referenced in solution /user/username/projects/myproject/tsconfig.json to find possible configured project for /user/username/projects/myproject/src/main.ts to open"}} -Info 30 [00:01:39.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json -Info 31 [00:01:40.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots -Info 32 [00:01:41.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots -Info 33 [00:01:42.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 34 [00:01:43.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 35 [00:01:44.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/helpers/functions.ts Text-1 "export const foo = 1;" /user/username/projects/myproject/src/main.ts SVC-1-0 "import { foo } from 'helpers/functions';\nexport { foo };" @@ -132,26 +136,26 @@ Info 35 [00:01:44.000] Files (3) src/main.ts Matched by include pattern './src/**/*' in 'tsconfig-src.json' -Info 36 [00:01:45.000] ----------------------------------------------- -Info 37 [00:01:46.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig-src.json"}} -Info 38 [00:01:47.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"75d5ba36c0a162a329bf40235b10e96d2d129b95469e1f02c08da775fb38a2b4","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":2,"tsSize":77,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{"composite":true,"outDir":"","baseUrl":""},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":true,"exclude":false,"compileOnSave":false,"configFileName":"other","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 39 [00:01:48.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/src/main.ts","configFile":"/user/username/projects/myproject/tsconfig-src.json","diagnostics":[]}} -Info 40 [00:01:49.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 40 [00:01:50.000] Files (5) - -Info 40 [00:01:51.000] ----------------------------------------------- -Info 40 [00:01:52.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 40 [00:01:53.000] Files (3) - -Info 40 [00:01:54.000] ----------------------------------------------- -Info 40 [00:01:55.000] Open files: -Info 40 [00:01:56.000] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined -Info 40 [00:01:57.000] Projects: /user/username/projects/myproject/tsconfig.json,/user/username/projects/myproject/tsconfig-src.json -Info 40 [00:01:58.000] getDefaultProject for /user/username/projects/myproject/src/main.ts: /user/username/projects/myproject/tsconfig-src.json -Info 40 [00:01:59.000] findDefaultConfiguredProject for /user/username/projects/myproject/src/main.ts: /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json,/user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] getDefaultProject for /user/username/projects/myproject/src/main.ts: /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] findDefaultConfiguredProject for /user/username/projects/myproject/src/main.ts: /user/username/projects/myproject/tsconfig-src.json Before request //// [/user/username/projects/myproject/tsconfig-src.json] {"compilerOptions":{"composite":true,"outDir":"./target/","baseUrl":"./src/"},"include":["./src/**/*"]} @@ -229,6 +233,8 @@ bar; PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* @@ -252,7 +258,7 @@ FsWatchesRecursive:: /user/username/projects/myproject/src: *new* {} -Info 40 [00:02:00.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -264,7 +270,7 @@ Info 40 [00:02:00.000] request: "seq": 1, "type": "request" } -Info 41 [00:02:01.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -273,14 +279,14 @@ After request Before running Timeout callback:: count: 1 1: checkOne -Info 42 [00:02:02.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/src/main.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 1: semanticCheck -Info 43 [00:02:03.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/src/main.ts","diagnostics":[]}} After running Immedidate callback:: count: 1 2: suggestionCheck @@ -288,20 +294,18 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 2: suggestionCheck -Info 44 [00:02:04.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/src/main.ts","diagnostics":[]}} -Info 45 [00:02:05.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":1}} After running Immedidate callback:: count: 0 -Info 46 [00:02:06.000] Search path: /dummy -Info 47 [00:02:07.000] For info: /dummy/dummy.ts :: No config files found. -Info 48 [00:02:08.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 49 [00:02:09.000] DirectoryWatcher:: Added:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 50 [00:02:10.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 51 [00:02:11.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 52 [00:02:12.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 53 [00:02:13.000] Files (2) +Info seq [hh:mm:ss:mss] Search path: /dummy +Info seq [hh:mm:ss:mss] For info: /dummy/dummy.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /dummy/dummy.ts SVC-1-0 "let a = 10;" @@ -311,63 +315,63 @@ Info 53 [00:02:13.000] Files (2) dummy.ts Root file specified for compilation -Info 54 [00:02:14.000] ----------------------------------------------- -Info 55 [00:02:15.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 55 [00:02:16.000] Files (5) - -Info 55 [00:02:17.000] ----------------------------------------------- -Info 55 [00:02:18.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 55 [00:02:19.000] Files (3) - -Info 55 [00:02:20.000] ----------------------------------------------- -Info 55 [00:02:21.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 55 [00:02:22.000] Files (2) - -Info 55 [00:02:23.000] ----------------------------------------------- -Info 55 [00:02:24.000] Open files: -Info 55 [00:02:25.000] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined -Info 55 [00:02:26.000] Projects: /user/username/projects/myproject/tsconfig.json,/user/username/projects/myproject/tsconfig-src.json -Info 55 [00:02:27.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 55 [00:02:28.000] Projects: /dev/null/inferredProject1* -Info 55 [00:02:29.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/main.ts 500 undefined WatchType: Closed Script info -Info 56 [00:02:30.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 56 [00:02:31.000] Files (5) - -Info 56 [00:02:32.000] ----------------------------------------------- -Info 56 [00:02:33.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 56 [00:02:34.000] Files (3) - -Info 56 [00:02:35.000] ----------------------------------------------- -Info 56 [00:02:36.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 56 [00:02:37.000] Files (2) - -Info 56 [00:02:38.000] ----------------------------------------------- -Info 56 [00:02:39.000] Open files: -Info 56 [00:02:40.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 56 [00:02:41.000] Projects: /dev/null/inferredProject1* -Info 56 [00:02:42.000] FileWatcher:: Added:: WatchInfo: /dummy/dummy.ts 500 undefined WatchType: Closed Script info -Info 57 [00:02:43.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 57 [00:02:44.000] Files (5) - -Info 57 [00:02:45.000] ----------------------------------------------- -Info 57 [00:02:46.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 57 [00:02:47.000] Files (3) - -Info 57 [00:02:48.000] ----------------------------------------------- -Info 57 [00:02:49.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 57 [00:02:50.000] Files (2) - -Info 57 [00:02:51.000] ----------------------------------------------- -Info 57 [00:02:52.000] Open files: -Info 57 [00:02:53.000] FileWatcher:: Close:: WatchInfo: /dummy/dummy.ts 500 undefined WatchType: Closed Script info -Info 58 [00:02:54.000] Search path: /dummy -Info 59 [00:02:55.000] For info: /dummy/dummy.ts :: No config files found. -Info 60 [00:02:56.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 61 [00:02:57.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 62 [00:02:58.000] Same program as before -Info 63 [00:02:59.000] `remove Project:: -Info 64 [00:03:00.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 65 [00:03:01.000] Files (5) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json,/user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /dummy/dummy.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /dummy/dummy.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /dummy +Info seq [hh:mm:ss:mss] For info: /dummy/dummy.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) /a/lib/lib.d.ts /user/username/projects/myproject/src/helpers/functions.ts /user/username/projects/myproject/src/main.ts @@ -386,15 +390,17 @@ Info 65 [00:03:01.000] Files (5) own/main.ts Part of 'files' list in tsconfig.json -Info 66 [00:03:02.000] ----------------------------------------------- -Info 67 [00:03:03.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 68 [00:03:04.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig-indirect1.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 69 [00:03:05.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig-indirect2.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 70 [00:03:06.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 71 [00:03:07.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 72 [00:03:08.000] `remove Project:: -Info 73 [00:03:09.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 74 [00:03:10.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig-indirect1.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig-indirect2.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts /user/username/projects/myproject/src/helpers/functions.ts /user/username/projects/myproject/src/main.ts @@ -408,30 +414,32 @@ Info 74 [00:03:10.000] Files (3) src/main.ts Matched by include pattern './src/**/*' in 'tsconfig-src.json' -Info 75 [00:03:11.000] ----------------------------------------------- -Info 76 [00:03:12.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory -Info 77 [00:03:13.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory -Info 78 [00:03:14.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig-src.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 79 [00:03:15.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots -Info 80 [00:03:16.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots -Info 81 [00:03:17.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/main.ts 500 undefined WatchType: Closed Script info -Info 82 [00:03:18.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/own/main.ts 500 undefined WatchType: Closed Script info -Info 83 [00:03:19.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/indirect1/main.ts 500 undefined WatchType: Closed Script info -Info 84 [00:03:20.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/helpers/functions.ts 500 undefined WatchType: Closed Script info -Info 85 [00:03:21.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 85 [00:03:22.000] Files (2) - -Info 85 [00:03:23.000] ----------------------------------------------- -Info 85 [00:03:24.000] Open files: -Info 85 [00:03:25.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 85 [00:03:26.000] Projects: /dev/null/inferredProject1* -Info 85 [00:03:27.000] Search path: /user/username/projects/myproject/src -Info 86 [00:03:28.000] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 87 [00:03:29.000] Creating configuration project /user/username/projects/myproject/tsconfig.json -Info 88 [00:03:30.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 89 [00:03:31.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig-src.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/own/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/indirect1/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/helpers/functions.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/myproject/src/main.ts to open"}} -Info 90 [00:03:32.000] Config: /user/username/projects/myproject/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/own/main.ts" ], @@ -451,9 +459,9 @@ Info 90 [00:03:32.000] Config: /user/username/projects/myproject/tsconfig.json } ] } -Info 91 [00:03:33.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/own/main.ts 500 undefined WatchType: Closed Script info -Info 92 [00:03:34.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 93 [00:03:35.000] Config: /user/username/projects/myproject/tsconfig-indirect1.json : { +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/own/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig-indirect1.json : { "rootNames": [ "/user/username/projects/myproject/indirect1/main.ts" ], @@ -470,8 +478,8 @@ Info 93 [00:03:35.000] Config: /user/username/projects/myproject/tsconfig-indi } ] } -Info 94 [00:03:36.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-indirect1.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 95 [00:03:37.000] Config: /user/username/projects/myproject/tsconfig-src.json : { +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-indirect1.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig-src.json : { "rootNames": [ "/user/username/projects/myproject/src/main.ts", "/user/username/projects/myproject/src/helpers/functions.ts" @@ -483,10 +491,10 @@ Info 95 [00:03:37.000] Config: /user/username/projects/myproject/tsconfig-src. "configFilePath": "/user/username/projects/myproject/tsconfig-src.json" } } -Info 96 [00:03:38.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-src.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 97 [00:03:39.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory -Info 98 [00:03:40.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory -Info 99 [00:03:41.000] Config: /user/username/projects/myproject/tsconfig-indirect2.json : { +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-src.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig-indirect2.json : { "rootNames": [ "/user/username/projects/myproject/indirect2/main.ts" ], @@ -503,14 +511,16 @@ Info 99 [00:03:41.000] Config: /user/username/projects/myproject/tsconfig-indi } ] } -Info 100 [00:03:42.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-indirect2.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 101 [00:03:43.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirect1/main.ts 500 undefined WatchType: Closed Script info -Info 102 [00:03:44.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/helpers/functions.ts 500 undefined WatchType: Closed Script info -Info 103 [00:03:45.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 104 [00:03:46.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 105 [00:03:47.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 106 [00:03:48.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 107 [00:03:49.000] Files (5) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-indirect2.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirect1/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/helpers/functions.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/helpers/functions.ts Text-2 "export const foo = 1;" /user/username/projects/myproject/src/main.ts SVC-2-0 "import { foo } from 'helpers/functions';\nexport { foo };" @@ -529,18 +539,20 @@ Info 107 [00:03:49.000] Files (5) own/main.ts Part of 'files' list in tsconfig.json -Info 108 [00:03:50.000] ----------------------------------------------- -Info 109 [00:03:51.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig.json"}} -Info 110 [00:03:52.000] Creating configuration project /user/username/projects/myproject/tsconfig-src.json -Info 111 [00:03:53.000] event: +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig-src.json","reason":"Creating project referenced in solution /user/username/projects/myproject/tsconfig.json to find possible configured project for /user/username/projects/myproject/src/main.ts to open"}} -Info 112 [00:03:54.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json -Info 113 [00:03:55.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots -Info 114 [00:03:56.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots -Info 115 [00:03:57.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 116 [00:03:58.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 117 [00:03:59.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/helpers/functions.ts Text-2 "export const foo = 1;" /user/username/projects/myproject/src/main.ts SVC-2-0 "import { foo } from 'helpers/functions';\nexport { foo };" @@ -554,87 +566,89 @@ Info 117 [00:03:59.000] Files (3) src/main.ts Matched by include pattern './src/**/*' in 'tsconfig-src.json' -Info 118 [00:04:00.000] ----------------------------------------------- -Info 119 [00:04:01.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig-src.json"}} -Info 120 [00:04:02.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/src/main.ts","configFile":"/user/username/projects/myproject/tsconfig-src.json","diagnostics":[]}} -Info 121 [00:04:03.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 121 [00:04:04.000] Files (5) - -Info 121 [00:04:05.000] ----------------------------------------------- -Info 121 [00:04:06.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 121 [00:04:07.000] Files (3) - -Info 121 [00:04:08.000] ----------------------------------------------- -Info 121 [00:04:09.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 121 [00:04:10.000] Files (2) - -Info 121 [00:04:11.000] ----------------------------------------------- -Info 121 [00:04:12.000] Open files: -Info 121 [00:04:13.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 121 [00:04:14.000] Projects: /dev/null/inferredProject1* -Info 121 [00:04:15.000] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined -Info 121 [00:04:16.000] Projects: /user/username/projects/myproject/tsconfig.json,/user/username/projects/myproject/tsconfig-src.json -Info 121 [00:04:17.000] FileWatcher:: Added:: WatchInfo: /dummy/dummy.ts 500 undefined WatchType: Closed Script info -Info 122 [00:04:18.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 122 [00:04:19.000] Files (5) - -Info 122 [00:04:20.000] ----------------------------------------------- -Info 122 [00:04:21.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 122 [00:04:22.000] Files (3) - -Info 122 [00:04:23.000] ----------------------------------------------- -Info 122 [00:04:24.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 122 [00:04:25.000] Files (2) - -Info 122 [00:04:26.000] ----------------------------------------------- -Info 122 [00:04:27.000] Open files: -Info 122 [00:04:28.000] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined -Info 122 [00:04:29.000] Projects: /user/username/projects/myproject/tsconfig.json,/user/username/projects/myproject/tsconfig-src.json -Info 122 [00:04:30.000] FileWatcher:: Close:: WatchInfo: /dummy/dummy.ts 500 undefined WatchType: Closed Script info -Info 123 [00:04:31.000] Search path: /dummy -Info 124 [00:04:32.000] For info: /dummy/dummy.ts :: No config files found. -Info 125 [00:04:33.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 126 [00:04:34.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 3 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 127 [00:04:35.000] Same program as before -Info 128 [00:04:36.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 128 [00:04:37.000] Files (5) - -Info 128 [00:04:38.000] ----------------------------------------------- -Info 128 [00:04:39.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 128 [00:04:40.000] Files (3) - -Info 128 [00:04:41.000] ----------------------------------------------- -Info 128 [00:04:42.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 128 [00:04:43.000] Files (2) - -Info 128 [00:04:44.000] ----------------------------------------------- -Info 128 [00:04:45.000] Open files: -Info 128 [00:04:46.000] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined -Info 128 [00:04:47.000] Projects: /user/username/projects/myproject/tsconfig.json,/user/username/projects/myproject/tsconfig-src.json -Info 128 [00:04:48.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 128 [00:04:49.000] Projects: /dev/null/inferredProject1* -Info 128 [00:04:50.000] reload projects. -Info 129 [00:04:51.000] Scheduled: /dev/null/inferredProject1* -Info 130 [00:04:52.000] Scheduled: /user/username/projects/myproject/tsconfig.json -Info 131 [00:04:53.000] Scheduled: /user/username/projects/myproject/tsconfig-src.json -Info 132 [00:04:54.000] Scheduled: *ensureProjectForOpenFiles* -Info 133 [00:04:55.000] Scheduled: /user/username/projects/myproject/tsconfig.json, Cancelled earlier one -Info 134 [00:04:56.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 135 [00:04:57.000] Scheduled: /user/username/projects/myproject/tsconfig.json, Cancelled earlier one -Info 136 [00:04:58.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 137 [00:04:59.000] Scheduled: /user/username/projects/myproject/tsconfig.json, Cancelled earlier one -Info 138 [00:05:00.000] Scheduled: /user/username/projects/myproject/tsconfig-src.json, Cancelled earlier one -Info 139 [00:05:01.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 140 [00:05:02.000] Search path: /user/username/projects/myproject/src -Info 141 [00:05:03.000] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 142 [00:05:04.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 143 [00:05:05.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 144 [00:05:06.000] Reloading configured project /user/username/projects/myproject/tsconfig.json -Info 145 [00:05:07.000] event: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json,/user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /dummy/dummy.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json,/user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /dummy/dummy.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /dummy +Info seq [hh:mm:ss:mss] For info: /dummy/dummy.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 3 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json,/user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] reload projects. +Info seq [hh:mm:ss:mss] Scheduled: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/tsconfig-src.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Reloading configured project /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig.json","reason":"User requested reload projects"}} -Info 146 [00:05:08.000] Config: /user/username/projects/myproject/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/own/main.ts" ], @@ -654,8 +668,8 @@ Info 146 [00:05:08.000] Config: /user/username/projects/myproject/tsconfig.json } ] } -Info 147 [00:05:09.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 148 [00:05:10.000] Config: /user/username/projects/myproject/tsconfig-indirect1.json : { +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig-indirect1.json : { "rootNames": [ "/user/username/projects/myproject/indirect1/main.ts" ], @@ -672,7 +686,7 @@ Info 148 [00:05:10.000] Config: /user/username/projects/myproject/tsconfig-indi } ] } -Info 149 [00:05:11.000] Config: /user/username/projects/myproject/tsconfig-src.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig-src.json : { "rootNames": [ "/user/username/projects/myproject/src/main.ts", "/user/username/projects/myproject/src/helpers/functions.ts" @@ -684,7 +698,7 @@ Info 149 [00:05:11.000] Config: /user/username/projects/myproject/tsconfig-src. "configFilePath": "/user/username/projects/myproject/tsconfig-src.json" } } -Info 150 [00:05:12.000] Config: /user/username/projects/myproject/tsconfig-indirect2.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig-indirect2.json : { "rootNames": [ "/user/username/projects/myproject/indirect2/main.ts" ], @@ -701,103 +715,107 @@ Info 150 [00:05:12.000] Config: /user/username/projects/myproject/tsconfig-indi } ] } -Info 151 [00:05:13.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 152 [00:05:14.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 153 [00:05:15.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 154 [00:05:16.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 155 [00:05:17.000] Files (5) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/helpers/functions.ts Text-2 "export const foo = 1;" /user/username/projects/myproject/src/main.ts SVC-2-0 "import { foo } from 'helpers/functions';\nexport { foo };" /user/username/projects/myproject/indirect1/main.ts Text-2 "import { foo } from 'main';\nfoo;\nexport function bar() {}" /user/username/projects/myproject/own/main.ts Text-2 "import { bar } from 'main';\nbar;" -Info 156 [00:05:18.000] ----------------------------------------------- -Info 157 [00:05:19.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig.json"}} -Info 158 [00:05:20.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/tsconfig.json","configFile":"/user/username/projects/myproject/tsconfig.json","diagnostics":[]}} -Info 159 [00:05:21.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots -Info 160 [00:05:22.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots -Info 161 [00:05:23.000] Reloading configured project /user/username/projects/myproject/tsconfig-src.json -Info 162 [00:05:24.000] event: +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Reloading configured project /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig-src.json","reason":"User requested reload projects"}} -Info 163 [00:05:25.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json -Info 164 [00:05:26.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots -Info 165 [00:05:27.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots -Info 166 [00:05:28.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 167 [00:05:29.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 168 [00:05:30.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/helpers/functions.ts Text-2 "export const foo = 1;" /user/username/projects/myproject/src/main.ts SVC-2-0 "import { foo } from 'helpers/functions';\nexport { foo };" -Info 169 [00:05:31.000] ----------------------------------------------- -Info 170 [00:05:32.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig-src.json"}} -Info 171 [00:05:33.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/tsconfig-src.json","configFile":"/user/username/projects/myproject/tsconfig-src.json","diagnostics":[]}} -Info 172 [00:05:34.000] Search path: /dummy -Info 173 [00:05:35.000] For info: /dummy/dummy.ts :: No config files found. -Info 174 [00:05:36.000] DirectoryWatcher:: Close:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 175 [00:05:37.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 176 [00:05:38.000] Before ensureProjectForOpenFiles: -Info 177 [00:05:39.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 177 [00:05:40.000] Files (5) - -Info 177 [00:05:41.000] ----------------------------------------------- -Info 177 [00:05:42.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 177 [00:05:43.000] Files (3) - -Info 177 [00:05:44.000] ----------------------------------------------- -Info 177 [00:05:45.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 177 [00:05:46.000] Files (2) - -Info 177 [00:05:47.000] ----------------------------------------------- -Info 177 [00:05:48.000] Open files: -Info 177 [00:05:49.000] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined -Info 177 [00:05:50.000] Projects: /user/username/projects/myproject/tsconfig.json,/user/username/projects/myproject/tsconfig-src.json -Info 177 [00:05:51.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 177 [00:05:52.000] Projects: /dev/null/inferredProject1* -Info 177 [00:05:53.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 178 [00:05:54.000] DirectoryWatcher:: Added:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 179 [00:05:55.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 180 [00:05:56.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 4 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 181 [00:05:57.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 182 [00:05:58.000] Files (2) +Info seq [hh:mm:ss:mss] Search path: /dummy +Info seq [hh:mm:ss:mss] For info: /dummy/dummy.ts :: No config files found. +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json,/user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 4 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /dummy/dummy.ts SVC-1-0 "let a = 10;" -Info 183 [00:05:59.000] ----------------------------------------------- -Info 184 [00:06:00.000] After ensureProjectForOpenFiles: -Info 185 [00:06:01.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 185 [00:06:02.000] Files (5) - -Info 185 [00:06:03.000] ----------------------------------------------- -Info 185 [00:06:04.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 185 [00:06:05.000] Files (3) - -Info 185 [00:06:06.000] ----------------------------------------------- -Info 185 [00:06:07.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 185 [00:06:08.000] Files (2) - -Info 185 [00:06:09.000] ----------------------------------------------- -Info 185 [00:06:10.000] Open files: -Info 185 [00:06:11.000] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined -Info 185 [00:06:12.000] Projects: /user/username/projects/myproject/tsconfig.json,/user/username/projects/myproject/tsconfig-src.json -Info 185 [00:06:13.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 185 [00:06:14.000] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json,/user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* Before request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} *new* -/dummy/node_modules/@types: *new* - {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} *new* PolledWatches *deleted*:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /a/lib/lib.d.ts: @@ -841,7 +859,7 @@ FsWatchesRecursive *deleted*:: /user/username/projects/myproject/src: {} -Info 185 [00:06:15.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "references", "arguments": { @@ -852,29 +870,31 @@ Info 185 [00:06:15.000] request: "seq": 2, "type": "request" } -Info 186 [00:06:16.000] Finding references to /user/username/projects/myproject/src/main.ts position 50 in project /user/username/projects/myproject/tsconfig-src.json -Info 187 [00:06:17.000] Finding references to /user/username/projects/myproject/src/main.ts position 50 in project /user/username/projects/myproject/tsconfig.json -Info 188 [00:06:18.000] Search path: /user/username/projects/myproject/src -Info 189 [00:06:19.000] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 190 [00:06:20.000] Search path: /user/username/projects/myproject/src -Info 191 [00:06:21.000] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 192 [00:06:22.000] Search path: /user/username/projects/myproject/src -Info 193 [00:06:23.000] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 194 [00:06:24.000] Search path: /user/username/projects/myproject/src/helpers -Info 195 [00:06:25.000] For info: /user/username/projects/myproject/src/helpers/functions.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 196 [00:06:26.000] Search path: /user/username/projects/myproject/src/helpers -Info 197 [00:06:27.000] For info: /user/username/projects/myproject/src/helpers/functions.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 198 [00:06:28.000] Search path: /user/username/projects/myproject/indirect1 -Info 199 [00:06:29.000] For info: /user/username/projects/myproject/indirect1/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 200 [00:06:30.000] Creating configuration project /user/username/projects/myproject/tsconfig-indirect1.json -Info 201 [00:06:31.000] event: +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/myproject/src/main.ts position 50 in project /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/myproject/src/main.ts position 50 in project /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src/helpers +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/helpers/functions.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src/helpers +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/helpers/functions.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/indirect1 +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/indirect1/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig-indirect1.json +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig-indirect1.json","reason":"Creating project referenced in solution /user/username/projects/myproject/tsconfig.json to find possible configured project for original file: /user/username/projects/myproject/indirect1/main.ts"}} -Info 202 [00:06:32.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-indirect1.json -Info 203 [00:06:33.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots -Info 204 [00:06:34.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots -Info 205 [00:06:35.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-indirect1.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 206 [00:06:36.000] Project '/user/username/projects/myproject/tsconfig-indirect1.json' (Configured) -Info 207 [00:06:37.000] Files (4) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-indirect1.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-indirect1.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-indirect1.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/helpers/functions.ts Text-2 "export const foo = 1;" /user/username/projects/myproject/src/main.ts SVC-2-0 "import { foo } from 'helpers/functions';\nexport { foo };" @@ -890,36 +910,38 @@ Info 207 [00:06:37.000] Files (4) indirect1/main.ts Part of 'files' list in tsconfig.json -Info 208 [00:06:38.000] ----------------------------------------------- -Info 209 [00:06:39.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig-indirect1.json"}} -Info 210 [00:06:40.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"9ccc3aed1af08832ccb25ea453f7b771199f56af238b53cc428549dbd2d59246","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":3,"tsSize":134,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{"composite":true,"outDir":"","baseUrl":""},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":true,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"other","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 211 [00:06:41.000] Search path: /user/username/projects/myproject/indirect1 -Info 212 [00:06:42.000] For info: /user/username/projects/myproject/indirect1/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 213 [00:06:43.000] Search path: /user/username/projects/myproject/indirect1 -Info 214 [00:06:44.000] For info: /user/username/projects/myproject/indirect1/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 215 [00:06:45.000] Finding references to /user/username/projects/myproject/indirect1/main.ts position 9 in project /user/username/projects/myproject/tsconfig-indirect1.json -Info 216 [00:06:46.000] Search path: /user/username/projects/myproject/src -Info 217 [00:06:47.000] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 218 [00:06:48.000] Search path: /user/username/projects/myproject/src -Info 219 [00:06:49.000] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 220 [00:06:50.000] Search path: /user/username/projects/myproject/src -Info 221 [00:06:51.000] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 222 [00:06:52.000] Search path: /user/username/projects/myproject/src/helpers -Info 223 [00:06:53.000] For info: /user/username/projects/myproject/src/helpers/functions.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 224 [00:06:54.000] Search path: /user/username/projects/myproject/src/helpers -Info 225 [00:06:55.000] For info: /user/username/projects/myproject/src/helpers/functions.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 226 [00:06:56.000] Creating configuration project /user/username/projects/myproject/tsconfig-indirect2.json -Info 227 [00:06:57.000] event: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/indirect1 +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/indirect1/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/indirect1 +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/indirect1/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/myproject/indirect1/main.ts position 9 in project /user/username/projects/myproject/tsconfig-indirect1.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src/helpers +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/helpers/functions.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src/helpers +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/helpers/functions.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig-indirect2.json +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig-indirect2.json","reason":"Creating project referenced by : /user/username/projects/myproject/tsconfig.json as it references project /user/username/projects/myproject/tsconfig-src.json"}} -Info 228 [00:06:58.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirect2/main.ts 500 undefined WatchType: Closed Script info -Info 229 [00:06:59.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-indirect2.json -Info 230 [00:07:00.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect2.json WatchType: Type roots -Info 231 [00:07:01.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect2.json WatchType: Type roots -Info 232 [00:07:02.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-indirect2.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 233 [00:07:03.000] Project '/user/username/projects/myproject/tsconfig-indirect2.json' (Configured) -Info 234 [00:07:04.000] Files (4) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirect2/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-indirect2.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect2.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect2.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect2.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect2.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-indirect2.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-indirect2.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/helpers/functions.ts Text-2 "export const foo = 1;" /user/username/projects/myproject/src/main.ts SVC-2-0 "import { foo } from 'helpers/functions';\nexport { foo };" @@ -935,25 +957,25 @@ Info 234 [00:07:04.000] Files (4) indirect2/main.ts Part of 'files' list in tsconfig.json -Info 235 [00:07:05.000] ----------------------------------------------- -Info 236 [00:07:06.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig-indirect2.json"}} -Info 237 [00:07:07.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"d9a040bddd6b85b85abd507a988a4b809b1515b5e61257ea3f8263da59589565","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":3,"tsSize":134,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{"composite":true,"outDir":"","baseUrl":""},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":true,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"other","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 238 [00:07:08.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/target/src/helpers/functions.d.ts 500 undefined WatchType: Closed Script info -Info 239 [00:07:09.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/target/src/helpers/functions.d.ts.map 500 undefined WatchType: Closed Script info -Info 240 [00:07:10.000] Finding references to /user/username/projects/myproject/src/helpers/functions.ts position 13 in project /user/username/projects/myproject/tsconfig-indirect2.json -Info 241 [00:07:11.000] Search path: /user/username/projects/myproject/src/helpers -Info 242 [00:07:12.000] For info: /user/username/projects/myproject/src/helpers/functions.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 243 [00:07:13.000] Search path: /user/username/projects/myproject/src/helpers -Info 244 [00:07:14.000] For info: /user/username/projects/myproject/src/helpers/functions.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 245 [00:07:15.000] Search path: /user/username/projects/myproject/src -Info 246 [00:07:16.000] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 247 [00:07:17.000] Search path: /user/username/projects/myproject/src -Info 248 [00:07:18.000] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 249 [00:07:19.000] Search path: /user/username/projects/myproject/src -Info 250 [00:07:20.000] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 251 [00:07:21.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/target/src/helpers/functions.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/target/src/helpers/functions.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/myproject/src/helpers/functions.ts position 13 in project /user/username/projects/myproject/tsconfig-indirect2.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src/helpers +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/helpers/functions.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src/helpers +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/helpers/functions.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "refs": [ @@ -1107,7 +1129,7 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} -/dummy/node_modules/@types: +/user/username/projects/node_modules/@types: {"pollingInterval":500} FsWatches:: @@ -1138,59 +1160,59 @@ FsWatchesRecursive:: /user/username/projects/myproject/src: {} -Info 252 [00:07:22.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/main.ts 500 undefined WatchType: Closed Script info -Info 253 [00:07:23.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 253 [00:07:24.000] Files (5) - -Info 253 [00:07:25.000] ----------------------------------------------- -Info 253 [00:07:26.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 253 [00:07:27.000] Files (3) - -Info 253 [00:07:28.000] ----------------------------------------------- -Info 253 [00:07:29.000] Project '/user/username/projects/myproject/tsconfig-indirect1.json' (Configured) -Info 253 [00:07:30.000] Files (4) - -Info 253 [00:07:31.000] ----------------------------------------------- -Info 253 [00:07:32.000] Project '/user/username/projects/myproject/tsconfig-indirect2.json' (Configured) -Info 253 [00:07:33.000] Files (4) - -Info 253 [00:07:34.000] ----------------------------------------------- -Info 253 [00:07:35.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 253 [00:07:36.000] Files (2) - -Info 253 [00:07:37.000] ----------------------------------------------- -Info 253 [00:07:38.000] Open files: -Info 253 [00:07:39.000] FileName: /dummy/dummy.ts ProjectRootPath: undefined -Info 253 [00:07:40.000] Projects: /dev/null/inferredProject1* -Info 253 [00:07:41.000] FileWatcher:: Added:: WatchInfo: /dummy/dummy.ts 500 undefined WatchType: Closed Script info -Info 254 [00:07:42.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 254 [00:07:43.000] Files (5) - -Info 254 [00:07:44.000] ----------------------------------------------- -Info 254 [00:07:45.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 254 [00:07:46.000] Files (3) - -Info 254 [00:07:47.000] ----------------------------------------------- -Info 254 [00:07:48.000] Project '/user/username/projects/myproject/tsconfig-indirect1.json' (Configured) -Info 254 [00:07:49.000] Files (4) - -Info 254 [00:07:50.000] ----------------------------------------------- -Info 254 [00:07:51.000] Project '/user/username/projects/myproject/tsconfig-indirect2.json' (Configured) -Info 254 [00:07:52.000] Files (4) - -Info 254 [00:07:53.000] ----------------------------------------------- -Info 254 [00:07:54.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 254 [00:07:55.000] Files (2) - -Info 254 [00:07:56.000] ----------------------------------------------- -Info 254 [00:07:57.000] Open files: -Info 254 [00:07:58.000] Search path: /user/username/projects/myproject/indirect3 -Info 255 [00:07:59.000] For info: /user/username/projects/myproject/indirect3/main.ts :: Config file name: /user/username/projects/myproject/indirect3/tsconfig.json -Info 256 [00:08:00.000] Creating configuration project /user/username/projects/myproject/indirect3/tsconfig.json -Info 257 [00:08:01.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirect3/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/indirect3/tsconfig.json WatchType: Config file -Info 258 [00:08:02.000] event: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-indirect1.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-indirect2.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /dummy/dummy.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /dummy/dummy.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-indirect1.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-indirect2.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/indirect3 +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/indirect3/main.ts :: Config file name: /user/username/projects/myproject/indirect3/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/indirect3/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirect3/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/indirect3/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/indirect3/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/myproject/indirect3/main.ts to open"}} -Info 259 [00:08:03.000] Config: /user/username/projects/myproject/indirect3/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/indirect3/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/indirect3/main.ts" ], @@ -1199,19 +1221,21 @@ Info 259 [00:08:03.000] Config: /user/username/projects/myproject/indirect3/tsc "configFilePath": "/user/username/projects/myproject/indirect3/tsconfig.json" } } -Info 260 [00:08:04.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirect3 1 undefined Config: /user/username/projects/myproject/indirect3/tsconfig.json WatchType: Wild card directory -Info 261 [00:08:05.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirect3 1 undefined Config: /user/username/projects/myproject/indirect3/tsconfig.json WatchType: Wild card directory -Info 262 [00:08:06.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/indirect3/tsconfig.json -Info 263 [00:08:07.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/target/src/main.d.ts 500 undefined WatchType: Closed Script info -Info 264 [00:08:08.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/target 1 undefined Project: /user/username/projects/myproject/indirect3/tsconfig.json WatchType: Failed Lookup Locations -Info 265 [00:08:09.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/target 1 undefined Project: /user/username/projects/myproject/indirect3/tsconfig.json WatchType: Failed Lookup Locations -Info 266 [00:08:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirect3/node_modules/@types 1 undefined Project: /user/username/projects/myproject/indirect3/tsconfig.json WatchType: Type roots -Info 267 [00:08:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirect3/node_modules/@types 1 undefined Project: /user/username/projects/myproject/indirect3/tsconfig.json WatchType: Type roots -Info 268 [00:08:12.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/indirect3/tsconfig.json WatchType: Type roots -Info 269 [00:08:13.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/indirect3/tsconfig.json WatchType: Type roots -Info 270 [00:08:14.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/indirect3/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 271 [00:08:15.000] Project '/user/username/projects/myproject/indirect3/tsconfig.json' (Configured) -Info 272 [00:08:16.000] Files (4) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirect3 1 undefined Config: /user/username/projects/myproject/indirect3/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirect3 1 undefined Config: /user/username/projects/myproject/indirect3/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/indirect3/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/target/src/main.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/target 1 undefined Project: /user/username/projects/myproject/indirect3/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/target 1 undefined Project: /user/username/projects/myproject/indirect3/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirect3/node_modules/@types 1 undefined Project: /user/username/projects/myproject/indirect3/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirect3/node_modules/@types 1 undefined Project: /user/username/projects/myproject/indirect3/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/indirect3/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/indirect3/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/indirect3/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/indirect3/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/indirect3/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/indirect3/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/target/src/helpers/functions.d.ts Text-1 "export declare const foo = 1;\n//# sourceMappingURL=functions.d.ts.map" /user/username/projects/myproject/target/src/main.d.ts Text-1 "import { foo } from 'helpers/functions';\nexport { foo };\n//# sourceMappingURL=main.d.ts.map" @@ -1227,16 +1251,16 @@ Info 272 [00:08:16.000] Files (4) main.ts Matched by default include pattern '**/*' -Info 273 [00:08:17.000] ----------------------------------------------- -Info 274 [00:08:18.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/indirect3/tsconfig.json"}} -Info 275 [00:08:19.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"5b0817f69b6871821661b976aa73f4f2533b37c5f4b920541094c2d727d0dc39","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":57,"tsx":0,"tsxSize":0,"dts":3,"dtsSize":494,"deferred":0,"deferredSize":0},"compilerOptions":{"baseUrl":""},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 276 [00:08:20.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/indirect3/main.ts","configFile":"/user/username/projects/myproject/indirect3/tsconfig.json","diagnostics":[]}} -Info 277 [00:08:21.000] `remove Project:: -Info 278 [00:08:22.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 279 [00:08:23.000] Files (5) +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) /a/lib/lib.d.ts /user/username/projects/myproject/src/helpers/functions.ts /user/username/projects/myproject/src/main.ts @@ -1255,13 +1279,15 @@ Info 279 [00:08:23.000] Files (5) own/main.ts Part of 'files' list in tsconfig.json -Info 280 [00:08:24.000] ----------------------------------------------- -Info 281 [00:08:25.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 282 [00:08:26.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 283 [00:08:27.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 284 [00:08:28.000] `remove Project:: -Info 285 [00:08:29.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 286 [00:08:30.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts /user/username/projects/myproject/src/helpers/functions.ts /user/username/projects/myproject/src/main.ts @@ -1275,12 +1301,14 @@ Info 286 [00:08:30.000] Files (3) src/main.ts Matched by include pattern './src/**/*' in 'tsconfig-src.json' -Info 287 [00:08:31.000] ----------------------------------------------- -Info 288 [00:08:32.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots -Info 289 [00:08:33.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots -Info 290 [00:08:34.000] `remove Project:: -Info 291 [00:08:35.000] Project '/user/username/projects/myproject/tsconfig-indirect1.json' (Configured) -Info 292 [00:08:36.000] Files (4) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-indirect1.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts /user/username/projects/myproject/src/helpers/functions.ts /user/username/projects/myproject/src/main.ts @@ -1296,13 +1324,15 @@ Info 292 [00:08:36.000] Files (4) indirect1/main.ts Part of 'files' list in tsconfig.json -Info 293 [00:08:37.000] ----------------------------------------------- -Info 294 [00:08:38.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig-indirect1.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 295 [00:08:39.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots -Info 296 [00:08:40.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots -Info 297 [00:08:41.000] `remove Project:: -Info 298 [00:08:42.000] Project '/user/username/projects/myproject/tsconfig-indirect2.json' (Configured) -Info 299 [00:08:43.000] Files (4) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig-indirect1.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-indirect2.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts /user/username/projects/myproject/src/helpers/functions.ts /user/username/projects/myproject/src/main.ts @@ -1318,16 +1348,18 @@ Info 299 [00:08:43.000] Files (4) indirect2/main.ts Part of 'files' list in tsconfig.json -Info 300 [00:08:44.000] ----------------------------------------------- -Info 301 [00:08:45.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory -Info 302 [00:08:46.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory -Info 303 [00:08:47.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig-src.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 304 [00:08:48.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig-indirect2.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 305 [00:08:49.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect2.json WatchType: Type roots -Info 306 [00:08:50.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect2.json WatchType: Type roots -Info 307 [00:08:51.000] `remove Project:: -Info 308 [00:08:52.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 309 [00:08:53.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig-src.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/tsconfig-indirect2.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect2.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect2.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect2.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect2.json WatchType: Type roots +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts /dummy/dummy.ts @@ -1337,31 +1369,27 @@ Info 309 [00:08:53.000] Files (2) dummy.ts Root file specified for compilation -Info 310 [00:08:54.000] ----------------------------------------------- -Info 311 [00:08:55.000] DirectoryWatcher:: Close:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 312 [00:08:56.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /dummy/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 313 [00:08:57.000] FileWatcher:: Close:: WatchInfo: /dummy/dummy.ts 500 undefined WatchType: Closed Script info -Info 314 [00:08:58.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/main.ts 500 undefined WatchType: Closed Script info -Info 315 [00:08:59.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/own/main.ts 500 undefined WatchType: Closed Script info -Info 316 [00:09:00.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/indirect1/main.ts 500 undefined WatchType: Closed Script info -Info 317 [00:09:01.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/indirect2/main.ts 500 undefined WatchType: Closed Script info -Info 318 [00:09:02.000] Project '/user/username/projects/myproject/indirect3/tsconfig.json' (Configured) -Info 318 [00:09:03.000] Files (4) - -Info 318 [00:09:04.000] ----------------------------------------------- -Info 318 [00:09:05.000] Open files: -Info 318 [00:09:06.000] FileName: /user/username/projects/myproject/indirect3/main.ts ProjectRootPath: undefined -Info 318 [00:09:07.000] Projects: /user/username/projects/myproject/indirect3/tsconfig.json +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /dummy/dummy.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/src/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/own/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/indirect1/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/indirect2/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/indirect3/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/indirect3/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/indirect3/tsconfig.json Before request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} -/user/username/projects/myproject/indirect3/node_modules/@types: *new* +/user/username/projects/node_modules/@types: {"pollingInterval":500} - -PolledWatches *deleted*:: -/dummy/node_modules/@types: +/user/username/projects/myproject/indirect3/node_modules/@types: *new* {"pollingInterval":500} FsWatches:: @@ -1404,7 +1432,7 @@ FsWatchesRecursive *deleted*:: /user/username/projects/myproject/src: {} -Info 318 [00:09:08.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "references", "arguments": { @@ -1415,16 +1443,16 @@ Info 318 [00:09:08.000] request: "seq": 3, "type": "request" } -Info 319 [00:09:09.000] Finding references to /user/username/projects/myproject/indirect3/main.ts position 9 in project /user/username/projects/myproject/indirect3/tsconfig.json -Info 320 [00:09:10.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/target/src/main.d.ts.map 500 undefined WatchType: Closed Script info -Info 321 [00:09:11.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/main.ts 500 undefined WatchType: Closed Script info -Info 322 [00:09:12.000] Search path: /user/username/projects/myproject/src -Info 323 [00:09:13.000] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 324 [00:09:14.000] Creating configuration project /user/username/projects/myproject/tsconfig.json -Info 325 [00:09:15.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 326 [00:09:16.000] event: +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/myproject/indirect3/main.ts position 9 in project /user/username/projects/myproject/indirect3/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/target/src/main.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig.json","reason":"Creating project for original file: /user/username/projects/myproject/src/main.ts for location: /user/username/projects/myproject/target/src/main.d.ts"}} -Info 327 [00:09:17.000] Config: /user/username/projects/myproject/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/own/main.ts" ], @@ -1444,9 +1472,9 @@ Info 327 [00:09:17.000] Config: /user/username/projects/myproject/tsconfig.json } ] } -Info 328 [00:09:18.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/own/main.ts 500 undefined WatchType: Closed Script info -Info 329 [00:09:19.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 330 [00:09:20.000] Config: /user/username/projects/myproject/tsconfig-indirect1.json : { +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/own/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig-indirect1.json : { "rootNames": [ "/user/username/projects/myproject/indirect1/main.ts" ], @@ -1463,8 +1491,8 @@ Info 330 [00:09:20.000] Config: /user/username/projects/myproject/tsconfig-indi } ] } -Info 331 [00:09:21.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-indirect1.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 332 [00:09:22.000] Config: /user/username/projects/myproject/tsconfig-src.json : { +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-indirect1.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig-src.json : { "rootNames": [ "/user/username/projects/myproject/src/main.ts", "/user/username/projects/myproject/src/helpers/functions.ts" @@ -1476,10 +1504,10 @@ Info 332 [00:09:22.000] Config: /user/username/projects/myproject/tsconfig-src. "configFilePath": "/user/username/projects/myproject/tsconfig-src.json" } } -Info 333 [00:09:23.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-src.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 334 [00:09:24.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory -Info 335 [00:09:25.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory -Info 336 [00:09:26.000] Config: /user/username/projects/myproject/tsconfig-indirect2.json : { +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-src.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 undefined Config: /user/username/projects/myproject/tsconfig-src.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig-indirect2.json : { "rootNames": [ "/user/username/projects/myproject/indirect2/main.ts" ], @@ -1496,13 +1524,15 @@ Info 336 [00:09:26.000] Config: /user/username/projects/myproject/tsconfig-indi } ] } -Info 337 [00:09:27.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-indirect2.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 338 [00:09:28.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirect1/main.ts 500 undefined WatchType: Closed Script info -Info 339 [00:09:29.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 340 [00:09:30.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 341 [00:09:31.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 342 [00:09:32.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 343 [00:09:33.000] Files (5) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig-indirect2.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirect1/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (5) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/helpers/functions.ts Text-2 "export const foo = 1;" /user/username/projects/myproject/src/main.ts Text-3 "import { foo } from 'helpers/functions';\nexport { foo };" @@ -1521,18 +1551,20 @@ Info 343 [00:09:33.000] Files (5) own/main.ts Part of 'files' list in tsconfig.json -Info 344 [00:09:34.000] ----------------------------------------------- -Info 345 [00:09:35.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig.json"}} -Info 346 [00:09:36.000] Creating configuration project /user/username/projects/myproject/tsconfig-src.json -Info 347 [00:09:37.000] event: +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig-src.json","reason":"Creating project referenced in solution /user/username/projects/myproject/tsconfig.json to find possible configured project for original file: /user/username/projects/myproject/src/main.ts for location: /user/username/projects/myproject/target/src/main.d.ts"}} -Info 348 [00:09:38.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json -Info 349 [00:09:39.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots -Info 350 [00:09:40.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots -Info 351 [00:09:41.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 352 [00:09:42.000] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) -Info 353 [00:09:43.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-src.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-src.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-src.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/helpers/functions.ts Text-2 "export const foo = 1;" /user/username/projects/myproject/src/main.ts Text-3 "import { foo } from 'helpers/functions';\nexport { foo };" @@ -1546,39 +1578,41 @@ Info 353 [00:09:43.000] Files (3) src/main.ts Matched by include pattern './src/**/*' in 'tsconfig-src.json' -Info 354 [00:09:44.000] ----------------------------------------------- -Info 355 [00:09:45.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig-src.json"}} -Info 356 [00:09:46.000] Search path: /user/username/projects/myproject/src -Info 357 [00:09:47.000] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 358 [00:09:48.000] Search path: /user/username/projects/myproject/src -Info 359 [00:09:49.000] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 360 [00:09:50.000] Search path: /user/username/projects/myproject/src/helpers -Info 361 [00:09:51.000] For info: /user/username/projects/myproject/src/helpers/functions.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 362 [00:09:52.000] Search path: /user/username/projects/myproject/src/helpers -Info 363 [00:09:53.000] For info: /user/username/projects/myproject/src/helpers/functions.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 364 [00:09:54.000] Finding references to /user/username/projects/myproject/src/main.ts position 9 in project /user/username/projects/myproject/tsconfig.json -Info 365 [00:09:55.000] Search path: /user/username/projects/myproject/src -Info 366 [00:09:56.000] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 367 [00:09:57.000] Search path: /user/username/projects/myproject/src -Info 368 [00:09:58.000] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 369 [00:09:59.000] Search path: /user/username/projects/myproject/src -Info 370 [00:10:00.000] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 371 [00:10:01.000] Search path: /user/username/projects/myproject/src/helpers -Info 372 [00:10:02.000] For info: /user/username/projects/myproject/src/helpers/functions.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 373 [00:10:03.000] Search path: /user/username/projects/myproject/src/helpers -Info 374 [00:10:04.000] For info: /user/username/projects/myproject/src/helpers/functions.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 375 [00:10:05.000] Search path: /user/username/projects/myproject/indirect1 -Info 376 [00:10:06.000] For info: /user/username/projects/myproject/indirect1/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 377 [00:10:07.000] Creating configuration project /user/username/projects/myproject/tsconfig-indirect1.json -Info 378 [00:10:08.000] event: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src/helpers +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/helpers/functions.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src/helpers +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/helpers/functions.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/myproject/src/main.ts position 9 in project /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src/helpers +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/helpers/functions.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src/helpers +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/helpers/functions.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/indirect1 +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/indirect1/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig-indirect1.json +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig-indirect1.json","reason":"Creating project referenced in solution /user/username/projects/myproject/tsconfig.json to find possible configured project for original file: /user/username/projects/myproject/indirect1/main.ts"}} -Info 379 [00:10:09.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-indirect1.json -Info 380 [00:10:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots -Info 381 [00:10:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots -Info 382 [00:10:12.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-indirect1.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 383 [00:10:13.000] Project '/user/username/projects/myproject/tsconfig-indirect1.json' (Configured) -Info 384 [00:10:14.000] Files (4) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-indirect1.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect1.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-indirect1.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-indirect1.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/helpers/functions.ts Text-2 "export const foo = 1;" /user/username/projects/myproject/src/main.ts Text-3 "import { foo } from 'helpers/functions';\nexport { foo };" @@ -1594,35 +1628,37 @@ Info 384 [00:10:14.000] Files (4) indirect1/main.ts Part of 'files' list in tsconfig.json -Info 385 [00:10:15.000] ----------------------------------------------- -Info 386 [00:10:16.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig-indirect1.json"}} -Info 387 [00:10:17.000] Search path: /user/username/projects/myproject/indirect1 -Info 388 [00:10:18.000] For info: /user/username/projects/myproject/indirect1/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 389 [00:10:19.000] Search path: /user/username/projects/myproject/indirect1 -Info 390 [00:10:20.000] For info: /user/username/projects/myproject/indirect1/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 391 [00:10:21.000] Finding references to /user/username/projects/myproject/src/main.ts position 9 in project /user/username/projects/myproject/tsconfig-src.json -Info 392 [00:10:22.000] Finding references to /user/username/projects/myproject/indirect1/main.ts position 9 in project /user/username/projects/myproject/tsconfig-indirect1.json -Info 393 [00:10:23.000] Search path: /user/username/projects/myproject/src -Info 394 [00:10:24.000] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 395 [00:10:25.000] Search path: /user/username/projects/myproject/src -Info 396 [00:10:26.000] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 397 [00:10:27.000] Search path: /user/username/projects/myproject/src -Info 398 [00:10:28.000] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 399 [00:10:29.000] Search path: /user/username/projects/myproject/src/helpers -Info 400 [00:10:30.000] For info: /user/username/projects/myproject/src/helpers/functions.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 401 [00:10:31.000] Search path: /user/username/projects/myproject/src/helpers -Info 402 [00:10:32.000] For info: /user/username/projects/myproject/src/helpers/functions.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 403 [00:10:33.000] Creating configuration project /user/username/projects/myproject/tsconfig-indirect2.json -Info 404 [00:10:34.000] event: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/indirect1 +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/indirect1/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/indirect1 +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/indirect1/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/myproject/src/main.ts position 9 in project /user/username/projects/myproject/tsconfig-src.json +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/myproject/indirect1/main.ts position 9 in project /user/username/projects/myproject/tsconfig-indirect1.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src/helpers +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/helpers/functions.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src/helpers +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/helpers/functions.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig-indirect2.json +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig-indirect2.json","reason":"Creating project referenced by : /user/username/projects/myproject/tsconfig.json as it references project /user/username/projects/myproject/tsconfig-src.json"}} -Info 405 [00:10:35.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirect2/main.ts 500 undefined WatchType: Closed Script info -Info 406 [00:10:36.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-indirect2.json -Info 407 [00:10:37.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect2.json WatchType: Type roots -Info 408 [00:10:38.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect2.json WatchType: Type roots -Info 409 [00:10:39.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-indirect2.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 410 [00:10:40.000] Project '/user/username/projects/myproject/tsconfig-indirect2.json' (Configured) -Info 411 [00:10:41.000] Files (4) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirect2/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-indirect2.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect2.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect2.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect2.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig-indirect2.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig-indirect2.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig-indirect2.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/helpers/functions.ts Text-2 "export const foo = 1;" /user/username/projects/myproject/src/main.ts Text-3 "import { foo } from 'helpers/functions';\nexport { foo };" @@ -1638,21 +1674,21 @@ Info 411 [00:10:41.000] Files (4) indirect2/main.ts Part of 'files' list in tsconfig.json -Info 412 [00:10:42.000] ----------------------------------------------- -Info 413 [00:10:43.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/tsconfig-indirect2.json"}} -Info 414 [00:10:44.000] Finding references to /user/username/projects/myproject/src/helpers/functions.ts position 13 in project /user/username/projects/myproject/tsconfig-indirect2.json -Info 415 [00:10:45.000] Search path: /user/username/projects/myproject/src/helpers -Info 416 [00:10:46.000] For info: /user/username/projects/myproject/src/helpers/functions.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 417 [00:10:47.000] Search path: /user/username/projects/myproject/src/helpers -Info 418 [00:10:48.000] For info: /user/username/projects/myproject/src/helpers/functions.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 419 [00:10:49.000] Search path: /user/username/projects/myproject/src -Info 420 [00:10:50.000] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 421 [00:10:51.000] Search path: /user/username/projects/myproject/src -Info 422 [00:10:52.000] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 423 [00:10:53.000] Search path: /user/username/projects/myproject/src -Info 424 [00:10:54.000] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 425 [00:10:55.000] response: +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/myproject/src/helpers/functions.ts position 13 in project /user/username/projects/myproject/tsconfig-indirect2.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src/helpers +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/helpers/functions.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src/helpers +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/helpers/functions.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "refs": [ @@ -1842,6 +1878,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/indirect3/node_modules/@types: {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/projectReferences/special-handling-of-localness-when-using-arrow-function-as-object-literal-property-types.js b/tests/baselines/reference/tsserver/projectReferences/special-handling-of-localness-when-using-arrow-function-as-object-literal-property-types.js index 46e334bb736d2..92255f3089592 100644 --- a/tests/baselines/reference/tsserver/projectReferences/special-handling-of-localness-when-using-arrow-function-as-object-literal-property-types.js +++ b/tests/baselines/reference/tsserver/projectReferences/special-handling-of-localness-when-using-arrow-function-as-object-literal-property-types.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:44.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/lib/lib.d.ts] /// @@ -38,7 +38,7 @@ shared.foo.bar(); export const foo = { bar: () => { } }; -Info 1 [00:00:45.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -47,11 +47,11 @@ Info 1 [00:00:45.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:46.000] Search path: /user/username/projects/solution/api/src -Info 3 [00:00:47.000] For info: /user/username/projects/solution/api/src/server.ts :: Config file name: /user/username/projects/solution/api/tsconfig.json -Info 4 [00:00:48.000] Creating configuration project /user/username/projects/solution/api/tsconfig.json -Info 5 [00:00:49.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/api/tsconfig.json 2000 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Config file -Info 6 [00:00:50.000] Config: /user/username/projects/solution/api/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/solution/api/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/solution/api/src/server.ts :: Config file name: /user/username/projects/solution/api/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/solution/api/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/api/tsconfig.json 2000 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/solution/api/tsconfig.json : { "rootNames": [ "/user/username/projects/solution/api/src/server.ts" ], @@ -68,10 +68,10 @@ Info 6 [00:00:50.000] Config: /user/username/projects/solution/api/tsconfig.j } ] } -Info 7 [00:00:51.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/api/src 1 undefined Config: /user/username/projects/solution/api/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:52.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/api/src 1 undefined Config: /user/username/projects/solution/api/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:53.000] Starting updateGraphWorker: Project: /user/username/projects/solution/api/tsconfig.json -Info 10 [00:00:54.000] Config: /user/username/projects/solution/shared/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/api/src 1 undefined Config: /user/username/projects/solution/api/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/api/src 1 undefined Config: /user/username/projects/solution/api/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/solution/api/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/solution/shared/tsconfig.json : { "rootNames": [ "/user/username/projects/solution/shared/src/index.ts" ], @@ -82,20 +82,22 @@ Info 10 [00:00:54.000] Config: /user/username/projects/solution/shared/tsconfi "configFilePath": "/user/username/projects/solution/shared/tsconfig.json" } } -Info 11 [00:00:55.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared/tsconfig.json 2000 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Config file -Info 12 [00:00:56.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared/src 1 undefined Config: /user/username/projects/solution/shared/tsconfig.json WatchType: Wild card directory -Info 13 [00:00:57.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared/src 1 undefined Config: /user/username/projects/solution/shared/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:58.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared 1 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:59.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared 1 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:01:00.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared/src/index.ts 500 undefined WatchType: Closed Script info -Info 17 [00:01:01.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:01:02.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/api/node_modules/@types 1 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Type roots -Info 19 [00:01:03.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/api/node_modules/@types 1 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Type roots -Info 20 [00:01:04.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Type roots -Info 21 [00:01:05.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Type roots -Info 22 [00:01:06.000] Finishing updateGraphWorker: Project: /user/username/projects/solution/api/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:01:07.000] Project '/user/username/projects/solution/api/tsconfig.json' (Configured) -Info 24 [00:01:08.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared/tsconfig.json 2000 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared/src 1 undefined Config: /user/username/projects/solution/shared/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared/src 1 undefined Config: /user/username/projects/solution/shared/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared 1 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared 1 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared/src/index.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/api/node_modules/@types 1 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/api/node_modules/@types 1 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/solution/api/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/solution/api/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/solution/shared/src/index.ts Text-1 "export const foo = { bar: () => { } };" /user/username/projects/solution/api/src/server.ts SVC-1-0 "import * as shared from \"../../shared/dist\";\nshared.foo.bar();" @@ -108,25 +110,25 @@ Info 24 [00:01:08.000] Files (3) src/server.ts Matched by include pattern 'src' in 'tsconfig.json' -Info 25 [00:01:09.000] ----------------------------------------------- -Info 26 [00:01:10.000] Search path: /user/username/projects/solution/api -Info 27 [00:01:11.000] For info: /user/username/projects/solution/api/tsconfig.json :: Config file name: /user/username/projects/solution/tsconfig.json -Info 28 [00:01:12.000] Creating configuration project /user/username/projects/solution/tsconfig.json -Info 29 [00:01:13.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/tsconfig.json 2000 undefined Project: /user/username/projects/solution/tsconfig.json WatchType: Config file -Info 30 [00:01:14.000] Search path: /user/username/projects/solution -Info 31 [00:01:15.000] For info: /user/username/projects/solution/tsconfig.json :: No config files found. -Info 32 [00:01:16.000] Project '/user/username/projects/solution/api/tsconfig.json' (Configured) -Info 32 [00:01:17.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/solution/api +Info seq [hh:mm:ss:mss] For info: /user/username/projects/solution/api/tsconfig.json :: Config file name: /user/username/projects/solution/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/solution/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/tsconfig.json 2000 undefined Project: /user/username/projects/solution/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/solution +Info seq [hh:mm:ss:mss] For info: /user/username/projects/solution/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/solution/api/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 32 [00:01:18.000] ----------------------------------------------- -Info 32 [00:01:19.000] Project '/user/username/projects/solution/tsconfig.json' (Configured) -Info 32 [00:01:20.000] Files (0) InitialLoadPending +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/solution/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) InitialLoadPending -Info 32 [00:01:21.000] ----------------------------------------------- -Info 32 [00:01:22.000] Open files: -Info 32 [00:01:23.000] FileName: /user/username/projects/solution/api/src/server.ts ProjectRootPath: undefined -Info 32 [00:01:24.000] Projects: /user/username/projects/solution/api/tsconfig.json -Info 32 [00:01:25.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/solution/api/src/server.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/solution/api/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -137,6 +139,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/solution/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/solution/api/tsconfig.json: *new* @@ -160,7 +164,7 @@ FsWatchesRecursive:: Before request -Info 33 [00:01:26.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "references", "arguments": { @@ -171,18 +175,20 @@ Info 33 [00:01:26.000] request: "seq": 2, "type": "request" } -Info 34 [00:01:27.000] Finding references to /user/username/projects/solution/api/src/server.ts position 56 in project /user/username/projects/solution/api/tsconfig.json -Info 35 [00:01:28.000] Search path: /user/username/projects/solution/shared/src -Info 36 [00:01:29.000] For info: /user/username/projects/solution/shared/src/index.ts :: Config file name: /user/username/projects/solution/shared/tsconfig.json -Info 37 [00:01:30.000] Creating configuration project /user/username/projects/solution/shared/tsconfig.json -Info 38 [00:01:31.000] Starting updateGraphWorker: Project: /user/username/projects/solution/shared/tsconfig.json -Info 39 [00:01:32.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared/node_modules/@types 1 undefined Project: /user/username/projects/solution/shared/tsconfig.json WatchType: Type roots -Info 40 [00:01:33.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared/node_modules/@types 1 undefined Project: /user/username/projects/solution/shared/tsconfig.json WatchType: Type roots -Info 41 [00:01:34.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/shared/tsconfig.json WatchType: Type roots -Info 42 [00:01:35.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/shared/tsconfig.json WatchType: Type roots -Info 43 [00:01:36.000] Finishing updateGraphWorker: Project: /user/username/projects/solution/shared/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 44 [00:01:37.000] Project '/user/username/projects/solution/shared/tsconfig.json' (Configured) -Info 45 [00:01:38.000] Files (2) +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/solution/api/src/server.ts position 56 in project /user/username/projects/solution/api/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/solution/shared/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/solution/shared/src/index.ts :: Config file name: /user/username/projects/solution/shared/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/solution/shared/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/solution/shared/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared/node_modules/@types 1 undefined Project: /user/username/projects/solution/shared/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared/node_modules/@types 1 undefined Project: /user/username/projects/solution/shared/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/shared/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/shared/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/solution/shared/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/solution/shared/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/solution/shared/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/solution/shared/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/solution/shared/src/index.ts Text-1 "export const foo = { bar: () => { } };" @@ -192,12 +198,12 @@ Info 45 [00:01:38.000] Files (2) src/index.ts Matched by include pattern 'src' in 'tsconfig.json' -Info 46 [00:01:39.000] ----------------------------------------------- -Info 47 [00:01:40.000] Search path: /user/username/projects/solution/shared/src -Info 48 [00:01:41.000] For info: /user/username/projects/solution/shared/src/index.ts :: Config file name: /user/username/projects/solution/shared/tsconfig.json -Info 49 [00:01:42.000] Finding references to /user/username/projects/solution/shared/src/index.ts position 21 in project /user/username/projects/solution/shared/tsconfig.json -Info 50 [00:01:43.000] Loading configured project /user/username/projects/solution/tsconfig.json -Info 51 [00:01:44.000] Config: /user/username/projects/solution/tsconfig.json : { +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/solution/shared/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/solution/shared/src/index.ts :: Config file name: /user/username/projects/solution/shared/tsconfig.json +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/solution/shared/src/index.ts position 21 in project /user/username/projects/solution/shared/tsconfig.json +Info seq [hh:mm:ss:mss] Loading configured project /user/username/projects/solution/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/solution/tsconfig.json : { "rootNames": [], "options": { "configFilePath": "/user/username/projects/solution/tsconfig.json" @@ -213,8 +219,8 @@ Info 51 [00:01:44.000] Config: /user/username/projects/solution/tsconfig.json } ] } -Info 52 [00:01:45.000] Starting updateGraphWorker: Project: /user/username/projects/solution/tsconfig.json -Info 53 [00:01:46.000] Config: /user/username/projects/solution/app/tsconfig.json : { +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/solution/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/solution/app/tsconfig.json : { "rootNames": [ "/user/username/projects/solution/app/src/app.ts" ], @@ -231,28 +237,32 @@ Info 53 [00:01:46.000] Config: /user/username/projects/solution/app/tsconfig.j } ] } -Info 54 [00:01:47.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/app/tsconfig.json 2000 undefined Project: /user/username/projects/solution/tsconfig.json WatchType: Config file -Info 55 [00:01:48.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/app/src 1 undefined Config: /user/username/projects/solution/app/tsconfig.json WatchType: Wild card directory -Info 56 [00:01:49.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/app/src 1 undefined Config: /user/username/projects/solution/app/tsconfig.json WatchType: Wild card directory -Info 57 [00:01:50.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/tsconfig.json WatchType: Type roots -Info 58 [00:01:51.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/tsconfig.json WatchType: Type roots -Info 59 [00:01:52.000] Finishing updateGraphWorker: Project: /user/username/projects/solution/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 60 [00:01:53.000] Project '/user/username/projects/solution/tsconfig.json' (Configured) -Info 61 [00:01:54.000] Files (0) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/app/tsconfig.json 2000 undefined Project: /user/username/projects/solution/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/app/src 1 undefined Config: /user/username/projects/solution/app/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/app/src 1 undefined Config: /user/username/projects/solution/app/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/solution/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/solution/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/solution/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/solution/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) -Info 62 [00:01:55.000] ----------------------------------------------- -Info 63 [00:01:56.000] Creating configuration project /user/username/projects/solution/app/tsconfig.json -Info 64 [00:01:57.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/app/src/app.ts 500 undefined WatchType: Closed Script info -Info 65 [00:01:58.000] Starting updateGraphWorker: Project: /user/username/projects/solution/app/tsconfig.json -Info 66 [00:01:59.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared 1 undefined Project: /user/username/projects/solution/app/tsconfig.json WatchType: Failed Lookup Locations -Info 67 [00:02:00.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared 1 undefined Project: /user/username/projects/solution/app/tsconfig.json WatchType: Failed Lookup Locations -Info 68 [00:02:01.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/app/node_modules/@types 1 undefined Project: /user/username/projects/solution/app/tsconfig.json WatchType: Type roots -Info 69 [00:02:02.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/app/node_modules/@types 1 undefined Project: /user/username/projects/solution/app/tsconfig.json WatchType: Type roots -Info 70 [00:02:03.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/app/tsconfig.json WatchType: Type roots -Info 71 [00:02:04.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/app/tsconfig.json WatchType: Type roots -Info 72 [00:02:05.000] Finishing updateGraphWorker: Project: /user/username/projects/solution/app/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 73 [00:02:06.000] Project '/user/username/projects/solution/app/tsconfig.json' (Configured) -Info 74 [00:02:07.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/solution/app/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/app/src/app.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/solution/app/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared 1 undefined Project: /user/username/projects/solution/app/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared 1 undefined Project: /user/username/projects/solution/app/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/app/node_modules/@types 1 undefined Project: /user/username/projects/solution/app/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/app/node_modules/@types 1 undefined Project: /user/username/projects/solution/app/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/app/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/app/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/solution/app/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/solution/app/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/solution/app/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/solution/app/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/solution/shared/src/index.ts Text-1 "export const foo = { bar: () => { } };" /user/username/projects/solution/app/src/app.ts Text-1 "import * as shared from \"../../shared/dist\";\nshared.foo.bar();" @@ -265,13 +275,13 @@ Info 74 [00:02:07.000] Files (3) src/app.ts Matched by include pattern 'src' in 'tsconfig.json' -Info 75 [00:02:08.000] ----------------------------------------------- -Info 76 [00:02:09.000] Finding references to /user/username/projects/solution/shared/src/index.ts position 21 in project /user/username/projects/solution/app/tsconfig.json -Info 77 [00:02:10.000] Search path: /user/username/projects/solution/shared/src -Info 78 [00:02:11.000] For info: /user/username/projects/solution/shared/src/index.ts :: Config file name: /user/username/projects/solution/shared/tsconfig.json -Info 79 [00:02:12.000] Search path: /user/username/projects/solution/shared/src -Info 80 [00:02:13.000] For info: /user/username/projects/solution/shared/src/index.ts :: Config file name: /user/username/projects/solution/shared/tsconfig.json -Info 81 [00:02:14.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/solution/shared/src/index.ts position 21 in project /user/username/projects/solution/app/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/solution/shared/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/solution/shared/src/index.ts :: Config file name: /user/username/projects/solution/shared/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/solution/shared/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/solution/shared/src/index.ts :: Config file name: /user/username/projects/solution/shared/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "refs": [ @@ -336,6 +346,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/solution/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/solution/shared/node_modules/@types: *new* {"pollingInterval":500} /user/username/projects/solution/app/node_modules/@types: *new* diff --git a/tests/baselines/reference/tsserver/projectReferences/special-handling-of-localness-when-using-arrow-function-as-object-literal-property.js b/tests/baselines/reference/tsserver/projectReferences/special-handling-of-localness-when-using-arrow-function-as-object-literal-property.js index 72141187a5481..d0798e8c85010 100644 --- a/tests/baselines/reference/tsserver/projectReferences/special-handling-of-localness-when-using-arrow-function-as-object-literal-property.js +++ b/tests/baselines/reference/tsserver/projectReferences/special-handling-of-localness-when-using-arrow-function-as-object-literal-property.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:44.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/lib/lib.d.ts] /// @@ -39,7 +39,7 @@ const local = { bar: () => { } }; export const foo = local; -Info 1 [00:00:45.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -48,11 +48,11 @@ Info 1 [00:00:45.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:46.000] Search path: /user/username/projects/solution/api/src -Info 3 [00:00:47.000] For info: /user/username/projects/solution/api/src/server.ts :: Config file name: /user/username/projects/solution/api/tsconfig.json -Info 4 [00:00:48.000] Creating configuration project /user/username/projects/solution/api/tsconfig.json -Info 5 [00:00:49.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/api/tsconfig.json 2000 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Config file -Info 6 [00:00:50.000] Config: /user/username/projects/solution/api/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/solution/api/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/solution/api/src/server.ts :: Config file name: /user/username/projects/solution/api/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/solution/api/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/api/tsconfig.json 2000 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/solution/api/tsconfig.json : { "rootNames": [ "/user/username/projects/solution/api/src/server.ts" ], @@ -69,10 +69,10 @@ Info 6 [00:00:50.000] Config: /user/username/projects/solution/api/tsconfig.j } ] } -Info 7 [00:00:51.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/api/src 1 undefined Config: /user/username/projects/solution/api/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:52.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/api/src 1 undefined Config: /user/username/projects/solution/api/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:53.000] Starting updateGraphWorker: Project: /user/username/projects/solution/api/tsconfig.json -Info 10 [00:00:54.000] Config: /user/username/projects/solution/shared/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/api/src 1 undefined Config: /user/username/projects/solution/api/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/api/src 1 undefined Config: /user/username/projects/solution/api/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/solution/api/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/solution/shared/tsconfig.json : { "rootNames": [ "/user/username/projects/solution/shared/src/index.ts" ], @@ -83,20 +83,22 @@ Info 10 [00:00:54.000] Config: /user/username/projects/solution/shared/tsconfi "configFilePath": "/user/username/projects/solution/shared/tsconfig.json" } } -Info 11 [00:00:55.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared/tsconfig.json 2000 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Config file -Info 12 [00:00:56.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared/src 1 undefined Config: /user/username/projects/solution/shared/tsconfig.json WatchType: Wild card directory -Info 13 [00:00:57.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared/src 1 undefined Config: /user/username/projects/solution/shared/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:58.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared 1 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:59.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared 1 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:01:00.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared/src/index.ts 500 undefined WatchType: Closed Script info -Info 17 [00:01:01.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:01:02.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/api/node_modules/@types 1 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Type roots -Info 19 [00:01:03.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/api/node_modules/@types 1 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Type roots -Info 20 [00:01:04.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Type roots -Info 21 [00:01:05.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Type roots -Info 22 [00:01:06.000] Finishing updateGraphWorker: Project: /user/username/projects/solution/api/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:01:07.000] Project '/user/username/projects/solution/api/tsconfig.json' (Configured) -Info 24 [00:01:08.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared/tsconfig.json 2000 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared/src 1 undefined Config: /user/username/projects/solution/shared/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared/src 1 undefined Config: /user/username/projects/solution/shared/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared 1 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared 1 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared/src/index.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/api/node_modules/@types 1 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/api/node_modules/@types 1 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/solution/api/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/solution/api/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/solution/shared/src/index.ts Text-1 "const local = { bar: () => { } };\nexport const foo = local;" /user/username/projects/solution/api/src/server.ts SVC-1-0 "import * as shared from \"../../shared/dist\";\nshared.foo.bar();" @@ -109,25 +111,25 @@ Info 24 [00:01:08.000] Files (3) src/server.ts Matched by include pattern 'src' in 'tsconfig.json' -Info 25 [00:01:09.000] ----------------------------------------------- -Info 26 [00:01:10.000] Search path: /user/username/projects/solution/api -Info 27 [00:01:11.000] For info: /user/username/projects/solution/api/tsconfig.json :: Config file name: /user/username/projects/solution/tsconfig.json -Info 28 [00:01:12.000] Creating configuration project /user/username/projects/solution/tsconfig.json -Info 29 [00:01:13.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/tsconfig.json 2000 undefined Project: /user/username/projects/solution/tsconfig.json WatchType: Config file -Info 30 [00:01:14.000] Search path: /user/username/projects/solution -Info 31 [00:01:15.000] For info: /user/username/projects/solution/tsconfig.json :: No config files found. -Info 32 [00:01:16.000] Project '/user/username/projects/solution/api/tsconfig.json' (Configured) -Info 32 [00:01:17.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/solution/api +Info seq [hh:mm:ss:mss] For info: /user/username/projects/solution/api/tsconfig.json :: Config file name: /user/username/projects/solution/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/solution/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/tsconfig.json 2000 undefined Project: /user/username/projects/solution/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/solution +Info seq [hh:mm:ss:mss] For info: /user/username/projects/solution/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/solution/api/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 32 [00:01:18.000] ----------------------------------------------- -Info 32 [00:01:19.000] Project '/user/username/projects/solution/tsconfig.json' (Configured) -Info 32 [00:01:20.000] Files (0) InitialLoadPending +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/solution/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) InitialLoadPending -Info 32 [00:01:21.000] ----------------------------------------------- -Info 32 [00:01:22.000] Open files: -Info 32 [00:01:23.000] FileName: /user/username/projects/solution/api/src/server.ts ProjectRootPath: undefined -Info 32 [00:01:24.000] Projects: /user/username/projects/solution/api/tsconfig.json -Info 32 [00:01:25.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/solution/api/src/server.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/solution/api/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -138,6 +140,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/solution/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/solution/api/tsconfig.json: *new* @@ -161,7 +165,7 @@ FsWatchesRecursive:: Before request -Info 33 [00:01:26.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "references", "arguments": { @@ -172,18 +176,20 @@ Info 33 [00:01:26.000] request: "seq": 2, "type": "request" } -Info 34 [00:01:27.000] Finding references to /user/username/projects/solution/api/src/server.ts position 56 in project /user/username/projects/solution/api/tsconfig.json -Info 35 [00:01:28.000] Search path: /user/username/projects/solution/shared/src -Info 36 [00:01:29.000] For info: /user/username/projects/solution/shared/src/index.ts :: Config file name: /user/username/projects/solution/shared/tsconfig.json -Info 37 [00:01:30.000] Creating configuration project /user/username/projects/solution/shared/tsconfig.json -Info 38 [00:01:31.000] Starting updateGraphWorker: Project: /user/username/projects/solution/shared/tsconfig.json -Info 39 [00:01:32.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared/node_modules/@types 1 undefined Project: /user/username/projects/solution/shared/tsconfig.json WatchType: Type roots -Info 40 [00:01:33.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared/node_modules/@types 1 undefined Project: /user/username/projects/solution/shared/tsconfig.json WatchType: Type roots -Info 41 [00:01:34.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/shared/tsconfig.json WatchType: Type roots -Info 42 [00:01:35.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/shared/tsconfig.json WatchType: Type roots -Info 43 [00:01:36.000] Finishing updateGraphWorker: Project: /user/username/projects/solution/shared/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 44 [00:01:37.000] Project '/user/username/projects/solution/shared/tsconfig.json' (Configured) -Info 45 [00:01:38.000] Files (2) +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/solution/api/src/server.ts position 56 in project /user/username/projects/solution/api/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/solution/shared/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/solution/shared/src/index.ts :: Config file name: /user/username/projects/solution/shared/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/solution/shared/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/solution/shared/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared/node_modules/@types 1 undefined Project: /user/username/projects/solution/shared/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared/node_modules/@types 1 undefined Project: /user/username/projects/solution/shared/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/shared/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/shared/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/solution/shared/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/solution/shared/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/solution/shared/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/solution/shared/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/solution/shared/src/index.ts Text-1 "const local = { bar: () => { } };\nexport const foo = local;" @@ -193,11 +199,11 @@ Info 45 [00:01:38.000] Files (2) src/index.ts Matched by include pattern 'src' in 'tsconfig.json' -Info 46 [00:01:39.000] ----------------------------------------------- -Info 47 [00:01:40.000] Search path: /user/username/projects/solution/shared/src -Info 48 [00:01:41.000] For info: /user/username/projects/solution/shared/src/index.ts :: Config file name: /user/username/projects/solution/shared/tsconfig.json -Info 49 [00:01:42.000] Finding references to /user/username/projects/solution/shared/src/index.ts position 16 in project /user/username/projects/solution/shared/tsconfig.json -Info 50 [00:01:43.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/solution/shared/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/solution/shared/src/index.ts :: Config file name: /user/username/projects/solution/shared/tsconfig.json +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/solution/shared/src/index.ts position 16 in project /user/username/projects/solution/shared/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "refs": [ @@ -249,6 +255,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/solution/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/solution/shared/node_modules/@types: *new* {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/projectReferences/special-handling-of-localness-when-using-arrow-function-assignment.js b/tests/baselines/reference/tsserver/projectReferences/special-handling-of-localness-when-using-arrow-function-assignment.js index d410900454c8f..a9485c7ebc868 100644 --- a/tests/baselines/reference/tsserver/projectReferences/special-handling-of-localness-when-using-arrow-function-assignment.js +++ b/tests/baselines/reference/tsserver/projectReferences/special-handling-of-localness-when-using-arrow-function-assignment.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:44.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/lib/lib.d.ts] /// @@ -38,7 +38,7 @@ shared.dog(); export const dog = () => { }; -Info 1 [00:00:45.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -47,11 +47,11 @@ Info 1 [00:00:45.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:46.000] Search path: /user/username/projects/solution/api/src -Info 3 [00:00:47.000] For info: /user/username/projects/solution/api/src/server.ts :: Config file name: /user/username/projects/solution/api/tsconfig.json -Info 4 [00:00:48.000] Creating configuration project /user/username/projects/solution/api/tsconfig.json -Info 5 [00:00:49.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/api/tsconfig.json 2000 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Config file -Info 6 [00:00:50.000] Config: /user/username/projects/solution/api/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/solution/api/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/solution/api/src/server.ts :: Config file name: /user/username/projects/solution/api/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/solution/api/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/api/tsconfig.json 2000 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/solution/api/tsconfig.json : { "rootNames": [ "/user/username/projects/solution/api/src/server.ts" ], @@ -68,10 +68,10 @@ Info 6 [00:00:50.000] Config: /user/username/projects/solution/api/tsconfig.j } ] } -Info 7 [00:00:51.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/api/src 1 undefined Config: /user/username/projects/solution/api/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:52.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/api/src 1 undefined Config: /user/username/projects/solution/api/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:53.000] Starting updateGraphWorker: Project: /user/username/projects/solution/api/tsconfig.json -Info 10 [00:00:54.000] Config: /user/username/projects/solution/shared/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/api/src 1 undefined Config: /user/username/projects/solution/api/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/api/src 1 undefined Config: /user/username/projects/solution/api/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/solution/api/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/solution/shared/tsconfig.json : { "rootNames": [ "/user/username/projects/solution/shared/src/index.ts" ], @@ -82,20 +82,22 @@ Info 10 [00:00:54.000] Config: /user/username/projects/solution/shared/tsconfi "configFilePath": "/user/username/projects/solution/shared/tsconfig.json" } } -Info 11 [00:00:55.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared/tsconfig.json 2000 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Config file -Info 12 [00:00:56.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared/src 1 undefined Config: /user/username/projects/solution/shared/tsconfig.json WatchType: Wild card directory -Info 13 [00:00:57.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared/src 1 undefined Config: /user/username/projects/solution/shared/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:58.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared 1 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:59.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared 1 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:01:00.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared/src/index.ts 500 undefined WatchType: Closed Script info -Info 17 [00:01:01.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:01:02.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/api/node_modules/@types 1 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Type roots -Info 19 [00:01:03.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/api/node_modules/@types 1 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Type roots -Info 20 [00:01:04.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Type roots -Info 21 [00:01:05.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Type roots -Info 22 [00:01:06.000] Finishing updateGraphWorker: Project: /user/username/projects/solution/api/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:01:07.000] Project '/user/username/projects/solution/api/tsconfig.json' (Configured) -Info 24 [00:01:08.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared/tsconfig.json 2000 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared/src 1 undefined Config: /user/username/projects/solution/shared/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared/src 1 undefined Config: /user/username/projects/solution/shared/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared 1 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared 1 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared/src/index.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/api/node_modules/@types 1 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/api/node_modules/@types 1 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/solution/api/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/solution/api/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/solution/shared/src/index.ts Text-1 "export const dog = () => { };" /user/username/projects/solution/api/src/server.ts SVC-1-0 "import * as shared from \"../../shared/dist\";\nshared.dog();" @@ -108,25 +110,25 @@ Info 24 [00:01:08.000] Files (3) src/server.ts Matched by include pattern 'src' in 'tsconfig.json' -Info 25 [00:01:09.000] ----------------------------------------------- -Info 26 [00:01:10.000] Search path: /user/username/projects/solution/api -Info 27 [00:01:11.000] For info: /user/username/projects/solution/api/tsconfig.json :: Config file name: /user/username/projects/solution/tsconfig.json -Info 28 [00:01:12.000] Creating configuration project /user/username/projects/solution/tsconfig.json -Info 29 [00:01:13.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/tsconfig.json 2000 undefined Project: /user/username/projects/solution/tsconfig.json WatchType: Config file -Info 30 [00:01:14.000] Search path: /user/username/projects/solution -Info 31 [00:01:15.000] For info: /user/username/projects/solution/tsconfig.json :: No config files found. -Info 32 [00:01:16.000] Project '/user/username/projects/solution/api/tsconfig.json' (Configured) -Info 32 [00:01:17.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/solution/api +Info seq [hh:mm:ss:mss] For info: /user/username/projects/solution/api/tsconfig.json :: Config file name: /user/username/projects/solution/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/solution/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/tsconfig.json 2000 undefined Project: /user/username/projects/solution/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/solution +Info seq [hh:mm:ss:mss] For info: /user/username/projects/solution/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/solution/api/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 32 [00:01:18.000] ----------------------------------------------- -Info 32 [00:01:19.000] Project '/user/username/projects/solution/tsconfig.json' (Configured) -Info 32 [00:01:20.000] Files (0) InitialLoadPending +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/solution/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) InitialLoadPending -Info 32 [00:01:21.000] ----------------------------------------------- -Info 32 [00:01:22.000] Open files: -Info 32 [00:01:23.000] FileName: /user/username/projects/solution/api/src/server.ts ProjectRootPath: undefined -Info 32 [00:01:24.000] Projects: /user/username/projects/solution/api/tsconfig.json -Info 32 [00:01:25.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/solution/api/src/server.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/solution/api/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -137,6 +139,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/solution/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/solution/api/tsconfig.json: *new* @@ -160,7 +164,7 @@ FsWatchesRecursive:: Before request -Info 33 [00:01:26.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "references", "arguments": { @@ -171,18 +175,20 @@ Info 33 [00:01:26.000] request: "seq": 2, "type": "request" } -Info 34 [00:01:27.000] Finding references to /user/username/projects/solution/api/src/server.ts position 52 in project /user/username/projects/solution/api/tsconfig.json -Info 35 [00:01:28.000] Search path: /user/username/projects/solution/shared/src -Info 36 [00:01:29.000] For info: /user/username/projects/solution/shared/src/index.ts :: Config file name: /user/username/projects/solution/shared/tsconfig.json -Info 37 [00:01:30.000] Creating configuration project /user/username/projects/solution/shared/tsconfig.json -Info 38 [00:01:31.000] Starting updateGraphWorker: Project: /user/username/projects/solution/shared/tsconfig.json -Info 39 [00:01:32.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared/node_modules/@types 1 undefined Project: /user/username/projects/solution/shared/tsconfig.json WatchType: Type roots -Info 40 [00:01:33.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared/node_modules/@types 1 undefined Project: /user/username/projects/solution/shared/tsconfig.json WatchType: Type roots -Info 41 [00:01:34.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/shared/tsconfig.json WatchType: Type roots -Info 42 [00:01:35.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/shared/tsconfig.json WatchType: Type roots -Info 43 [00:01:36.000] Finishing updateGraphWorker: Project: /user/username/projects/solution/shared/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 44 [00:01:37.000] Project '/user/username/projects/solution/shared/tsconfig.json' (Configured) -Info 45 [00:01:38.000] Files (2) +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/solution/api/src/server.ts position 52 in project /user/username/projects/solution/api/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/solution/shared/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/solution/shared/src/index.ts :: Config file name: /user/username/projects/solution/shared/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/solution/shared/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/solution/shared/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared/node_modules/@types 1 undefined Project: /user/username/projects/solution/shared/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared/node_modules/@types 1 undefined Project: /user/username/projects/solution/shared/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/shared/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/shared/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/solution/shared/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/solution/shared/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/solution/shared/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/solution/shared/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/solution/shared/src/index.ts Text-1 "export const dog = () => { };" @@ -192,12 +198,12 @@ Info 45 [00:01:38.000] Files (2) src/index.ts Matched by include pattern 'src' in 'tsconfig.json' -Info 46 [00:01:39.000] ----------------------------------------------- -Info 47 [00:01:40.000] Search path: /user/username/projects/solution/shared/src -Info 48 [00:01:41.000] For info: /user/username/projects/solution/shared/src/index.ts :: Config file name: /user/username/projects/solution/shared/tsconfig.json -Info 49 [00:01:42.000] Finding references to /user/username/projects/solution/shared/src/index.ts position 13 in project /user/username/projects/solution/shared/tsconfig.json -Info 50 [00:01:43.000] Loading configured project /user/username/projects/solution/tsconfig.json -Info 51 [00:01:44.000] Config: /user/username/projects/solution/tsconfig.json : { +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/solution/shared/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/solution/shared/src/index.ts :: Config file name: /user/username/projects/solution/shared/tsconfig.json +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/solution/shared/src/index.ts position 13 in project /user/username/projects/solution/shared/tsconfig.json +Info seq [hh:mm:ss:mss] Loading configured project /user/username/projects/solution/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/solution/tsconfig.json : { "rootNames": [], "options": { "configFilePath": "/user/username/projects/solution/tsconfig.json" @@ -213,8 +219,8 @@ Info 51 [00:01:44.000] Config: /user/username/projects/solution/tsconfig.json } ] } -Info 52 [00:01:45.000] Starting updateGraphWorker: Project: /user/username/projects/solution/tsconfig.json -Info 53 [00:01:46.000] Config: /user/username/projects/solution/app/tsconfig.json : { +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/solution/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/solution/app/tsconfig.json : { "rootNames": [ "/user/username/projects/solution/app/src/app.ts" ], @@ -231,28 +237,32 @@ Info 53 [00:01:46.000] Config: /user/username/projects/solution/app/tsconfig.j } ] } -Info 54 [00:01:47.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/app/tsconfig.json 2000 undefined Project: /user/username/projects/solution/tsconfig.json WatchType: Config file -Info 55 [00:01:48.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/app/src 1 undefined Config: /user/username/projects/solution/app/tsconfig.json WatchType: Wild card directory -Info 56 [00:01:49.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/app/src 1 undefined Config: /user/username/projects/solution/app/tsconfig.json WatchType: Wild card directory -Info 57 [00:01:50.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/tsconfig.json WatchType: Type roots -Info 58 [00:01:51.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/tsconfig.json WatchType: Type roots -Info 59 [00:01:52.000] Finishing updateGraphWorker: Project: /user/username/projects/solution/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 60 [00:01:53.000] Project '/user/username/projects/solution/tsconfig.json' (Configured) -Info 61 [00:01:54.000] Files (0) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/app/tsconfig.json 2000 undefined Project: /user/username/projects/solution/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/app/src 1 undefined Config: /user/username/projects/solution/app/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/app/src 1 undefined Config: /user/username/projects/solution/app/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/solution/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/solution/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/solution/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/solution/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) -Info 62 [00:01:55.000] ----------------------------------------------- -Info 63 [00:01:56.000] Creating configuration project /user/username/projects/solution/app/tsconfig.json -Info 64 [00:01:57.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/app/src/app.ts 500 undefined WatchType: Closed Script info -Info 65 [00:01:58.000] Starting updateGraphWorker: Project: /user/username/projects/solution/app/tsconfig.json -Info 66 [00:01:59.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared 1 undefined Project: /user/username/projects/solution/app/tsconfig.json WatchType: Failed Lookup Locations -Info 67 [00:02:00.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared 1 undefined Project: /user/username/projects/solution/app/tsconfig.json WatchType: Failed Lookup Locations -Info 68 [00:02:01.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/app/node_modules/@types 1 undefined Project: /user/username/projects/solution/app/tsconfig.json WatchType: Type roots -Info 69 [00:02:02.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/app/node_modules/@types 1 undefined Project: /user/username/projects/solution/app/tsconfig.json WatchType: Type roots -Info 70 [00:02:03.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/app/tsconfig.json WatchType: Type roots -Info 71 [00:02:04.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/app/tsconfig.json WatchType: Type roots -Info 72 [00:02:05.000] Finishing updateGraphWorker: Project: /user/username/projects/solution/app/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 73 [00:02:06.000] Project '/user/username/projects/solution/app/tsconfig.json' (Configured) -Info 74 [00:02:07.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/solution/app/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/app/src/app.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/solution/app/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared 1 undefined Project: /user/username/projects/solution/app/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared 1 undefined Project: /user/username/projects/solution/app/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/app/node_modules/@types 1 undefined Project: /user/username/projects/solution/app/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/app/node_modules/@types 1 undefined Project: /user/username/projects/solution/app/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/app/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/app/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/solution/app/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/solution/app/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/solution/app/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/solution/app/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/solution/shared/src/index.ts Text-1 "export const dog = () => { };" /user/username/projects/solution/app/src/app.ts Text-1 "import * as shared from \"../../shared/dist\";\nshared.dog();" @@ -265,13 +275,13 @@ Info 74 [00:02:07.000] Files (3) src/app.ts Matched by include pattern 'src' in 'tsconfig.json' -Info 75 [00:02:08.000] ----------------------------------------------- -Info 76 [00:02:09.000] Finding references to /user/username/projects/solution/shared/src/index.ts position 13 in project /user/username/projects/solution/app/tsconfig.json -Info 77 [00:02:10.000] Search path: /user/username/projects/solution/shared/src -Info 78 [00:02:11.000] For info: /user/username/projects/solution/shared/src/index.ts :: Config file name: /user/username/projects/solution/shared/tsconfig.json -Info 79 [00:02:12.000] Search path: /user/username/projects/solution/shared/src -Info 80 [00:02:13.000] For info: /user/username/projects/solution/shared/src/index.ts :: Config file name: /user/username/projects/solution/shared/tsconfig.json -Info 81 [00:02:14.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/solution/shared/src/index.ts position 13 in project /user/username/projects/solution/app/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/solution/shared/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/solution/shared/src/index.ts :: Config file name: /user/username/projects/solution/shared/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/solution/shared/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/solution/shared/src/index.ts :: Config file name: /user/username/projects/solution/shared/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "refs": [ @@ -336,6 +346,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/solution/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/solution/shared/node_modules/@types: *new* {"pollingInterval":500} /user/username/projects/solution/app/node_modules/@types: *new* diff --git a/tests/baselines/reference/tsserver/projectReferences/special-handling-of-localness-when-using-method-of-class-expression.js b/tests/baselines/reference/tsserver/projectReferences/special-handling-of-localness-when-using-method-of-class-expression.js index e720f8ce6c89a..f61a21515a46f 100644 --- a/tests/baselines/reference/tsserver/projectReferences/special-handling-of-localness-when-using-method-of-class-expression.js +++ b/tests/baselines/reference/tsserver/projectReferences/special-handling-of-localness-when-using-method-of-class-expression.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:44.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/lib/lib.d.ts] /// @@ -40,7 +40,7 @@ instance.fly(); export const foo = class { fly() {} }; -Info 1 [00:00:45.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -49,11 +49,11 @@ Info 1 [00:00:45.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:46.000] Search path: /user/username/projects/solution/api/src -Info 3 [00:00:47.000] For info: /user/username/projects/solution/api/src/server.ts :: Config file name: /user/username/projects/solution/api/tsconfig.json -Info 4 [00:00:48.000] Creating configuration project /user/username/projects/solution/api/tsconfig.json -Info 5 [00:00:49.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/api/tsconfig.json 2000 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Config file -Info 6 [00:00:50.000] Config: /user/username/projects/solution/api/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/solution/api/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/solution/api/src/server.ts :: Config file name: /user/username/projects/solution/api/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/solution/api/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/api/tsconfig.json 2000 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/solution/api/tsconfig.json : { "rootNames": [ "/user/username/projects/solution/api/src/server.ts" ], @@ -70,10 +70,10 @@ Info 6 [00:00:50.000] Config: /user/username/projects/solution/api/tsconfig.j } ] } -Info 7 [00:00:51.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/api/src 1 undefined Config: /user/username/projects/solution/api/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:52.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/api/src 1 undefined Config: /user/username/projects/solution/api/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:53.000] Starting updateGraphWorker: Project: /user/username/projects/solution/api/tsconfig.json -Info 10 [00:00:54.000] Config: /user/username/projects/solution/shared/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/api/src 1 undefined Config: /user/username/projects/solution/api/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/api/src 1 undefined Config: /user/username/projects/solution/api/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/solution/api/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/solution/shared/tsconfig.json : { "rootNames": [ "/user/username/projects/solution/shared/src/index.ts" ], @@ -84,20 +84,22 @@ Info 10 [00:00:54.000] Config: /user/username/projects/solution/shared/tsconfi "configFilePath": "/user/username/projects/solution/shared/tsconfig.json" } } -Info 11 [00:00:55.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared/tsconfig.json 2000 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Config file -Info 12 [00:00:56.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared/src 1 undefined Config: /user/username/projects/solution/shared/tsconfig.json WatchType: Wild card directory -Info 13 [00:00:57.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared/src 1 undefined Config: /user/username/projects/solution/shared/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:58.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared 1 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:59.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared 1 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:01:00.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared/src/index.ts 500 undefined WatchType: Closed Script info -Info 17 [00:01:01.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:01:02.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/api/node_modules/@types 1 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Type roots -Info 19 [00:01:03.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/api/node_modules/@types 1 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Type roots -Info 20 [00:01:04.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Type roots -Info 21 [00:01:05.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Type roots -Info 22 [00:01:06.000] Finishing updateGraphWorker: Project: /user/username/projects/solution/api/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:01:07.000] Project '/user/username/projects/solution/api/tsconfig.json' (Configured) -Info 24 [00:01:08.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared/tsconfig.json 2000 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared/src 1 undefined Config: /user/username/projects/solution/shared/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared/src 1 undefined Config: /user/username/projects/solution/shared/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared 1 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared 1 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared/src/index.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/api/node_modules/@types 1 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/api/node_modules/@types 1 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/solution/api/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/solution/api/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/solution/shared/src/index.ts Text-1 "export const foo = class { fly() {} };" /user/username/projects/solution/api/src/server.ts SVC-1-0 "import * as shared from \"../../shared/dist\";\nconst instance = new shared.foo();\ninstance.fly();" @@ -110,25 +112,25 @@ Info 24 [00:01:08.000] Files (3) src/server.ts Matched by include pattern 'src' in 'tsconfig.json' -Info 25 [00:01:09.000] ----------------------------------------------- -Info 26 [00:01:10.000] Search path: /user/username/projects/solution/api -Info 27 [00:01:11.000] For info: /user/username/projects/solution/api/tsconfig.json :: Config file name: /user/username/projects/solution/tsconfig.json -Info 28 [00:01:12.000] Creating configuration project /user/username/projects/solution/tsconfig.json -Info 29 [00:01:13.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/tsconfig.json 2000 undefined Project: /user/username/projects/solution/tsconfig.json WatchType: Config file -Info 30 [00:01:14.000] Search path: /user/username/projects/solution -Info 31 [00:01:15.000] For info: /user/username/projects/solution/tsconfig.json :: No config files found. -Info 32 [00:01:16.000] Project '/user/username/projects/solution/api/tsconfig.json' (Configured) -Info 32 [00:01:17.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/solution/api +Info seq [hh:mm:ss:mss] For info: /user/username/projects/solution/api/tsconfig.json :: Config file name: /user/username/projects/solution/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/solution/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/tsconfig.json 2000 undefined Project: /user/username/projects/solution/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/solution +Info seq [hh:mm:ss:mss] For info: /user/username/projects/solution/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/solution/api/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 32 [00:01:18.000] ----------------------------------------------- -Info 32 [00:01:19.000] Project '/user/username/projects/solution/tsconfig.json' (Configured) -Info 32 [00:01:20.000] Files (0) InitialLoadPending +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/solution/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) InitialLoadPending -Info 32 [00:01:21.000] ----------------------------------------------- -Info 32 [00:01:22.000] Open files: -Info 32 [00:01:23.000] FileName: /user/username/projects/solution/api/src/server.ts ProjectRootPath: undefined -Info 32 [00:01:24.000] Projects: /user/username/projects/solution/api/tsconfig.json -Info 32 [00:01:25.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/solution/api/src/server.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/solution/api/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -139,6 +141,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/solution/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/solution/api/tsconfig.json: *new* @@ -162,7 +166,7 @@ FsWatchesRecursive:: Before request -Info 33 [00:01:26.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "references", "arguments": { @@ -173,18 +177,20 @@ Info 33 [00:01:26.000] request: "seq": 2, "type": "request" } -Info 34 [00:01:27.000] Finding references to /user/username/projects/solution/api/src/server.ts position 89 in project /user/username/projects/solution/api/tsconfig.json -Info 35 [00:01:28.000] Search path: /user/username/projects/solution/shared/src -Info 36 [00:01:29.000] For info: /user/username/projects/solution/shared/src/index.ts :: Config file name: /user/username/projects/solution/shared/tsconfig.json -Info 37 [00:01:30.000] Creating configuration project /user/username/projects/solution/shared/tsconfig.json -Info 38 [00:01:31.000] Starting updateGraphWorker: Project: /user/username/projects/solution/shared/tsconfig.json -Info 39 [00:01:32.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared/node_modules/@types 1 undefined Project: /user/username/projects/solution/shared/tsconfig.json WatchType: Type roots -Info 40 [00:01:33.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared/node_modules/@types 1 undefined Project: /user/username/projects/solution/shared/tsconfig.json WatchType: Type roots -Info 41 [00:01:34.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/shared/tsconfig.json WatchType: Type roots -Info 42 [00:01:35.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/shared/tsconfig.json WatchType: Type roots -Info 43 [00:01:36.000] Finishing updateGraphWorker: Project: /user/username/projects/solution/shared/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 44 [00:01:37.000] Project '/user/username/projects/solution/shared/tsconfig.json' (Configured) -Info 45 [00:01:38.000] Files (2) +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/solution/api/src/server.ts position 89 in project /user/username/projects/solution/api/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/solution/shared/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/solution/shared/src/index.ts :: Config file name: /user/username/projects/solution/shared/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/solution/shared/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/solution/shared/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared/node_modules/@types 1 undefined Project: /user/username/projects/solution/shared/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared/node_modules/@types 1 undefined Project: /user/username/projects/solution/shared/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/shared/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/shared/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/solution/shared/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/solution/shared/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/solution/shared/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/solution/shared/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/solution/shared/src/index.ts Text-1 "export const foo = class { fly() {} };" @@ -194,12 +200,12 @@ Info 45 [00:01:38.000] Files (2) src/index.ts Matched by include pattern 'src' in 'tsconfig.json' -Info 46 [00:01:39.000] ----------------------------------------------- -Info 47 [00:01:40.000] Search path: /user/username/projects/solution/shared/src -Info 48 [00:01:41.000] For info: /user/username/projects/solution/shared/src/index.ts :: Config file name: /user/username/projects/solution/shared/tsconfig.json -Info 49 [00:01:42.000] Finding references to /user/username/projects/solution/shared/src/index.ts position 27 in project /user/username/projects/solution/shared/tsconfig.json -Info 50 [00:01:43.000] Loading configured project /user/username/projects/solution/tsconfig.json -Info 51 [00:01:44.000] Config: /user/username/projects/solution/tsconfig.json : { +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/solution/shared/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/solution/shared/src/index.ts :: Config file name: /user/username/projects/solution/shared/tsconfig.json +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/solution/shared/src/index.ts position 27 in project /user/username/projects/solution/shared/tsconfig.json +Info seq [hh:mm:ss:mss] Loading configured project /user/username/projects/solution/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/solution/tsconfig.json : { "rootNames": [], "options": { "configFilePath": "/user/username/projects/solution/tsconfig.json" @@ -215,8 +221,8 @@ Info 51 [00:01:44.000] Config: /user/username/projects/solution/tsconfig.json } ] } -Info 52 [00:01:45.000] Starting updateGraphWorker: Project: /user/username/projects/solution/tsconfig.json -Info 53 [00:01:46.000] Config: /user/username/projects/solution/app/tsconfig.json : { +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/solution/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/solution/app/tsconfig.json : { "rootNames": [ "/user/username/projects/solution/app/src/app.ts" ], @@ -233,28 +239,32 @@ Info 53 [00:01:46.000] Config: /user/username/projects/solution/app/tsconfig.j } ] } -Info 54 [00:01:47.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/app/tsconfig.json 2000 undefined Project: /user/username/projects/solution/tsconfig.json WatchType: Config file -Info 55 [00:01:48.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/app/src 1 undefined Config: /user/username/projects/solution/app/tsconfig.json WatchType: Wild card directory -Info 56 [00:01:49.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/app/src 1 undefined Config: /user/username/projects/solution/app/tsconfig.json WatchType: Wild card directory -Info 57 [00:01:50.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/tsconfig.json WatchType: Type roots -Info 58 [00:01:51.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/tsconfig.json WatchType: Type roots -Info 59 [00:01:52.000] Finishing updateGraphWorker: Project: /user/username/projects/solution/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 60 [00:01:53.000] Project '/user/username/projects/solution/tsconfig.json' (Configured) -Info 61 [00:01:54.000] Files (0) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/app/tsconfig.json 2000 undefined Project: /user/username/projects/solution/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/app/src 1 undefined Config: /user/username/projects/solution/app/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/app/src 1 undefined Config: /user/username/projects/solution/app/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/solution/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/solution/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/solution/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/solution/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) -Info 62 [00:01:55.000] ----------------------------------------------- -Info 63 [00:01:56.000] Creating configuration project /user/username/projects/solution/app/tsconfig.json -Info 64 [00:01:57.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/app/src/app.ts 500 undefined WatchType: Closed Script info -Info 65 [00:01:58.000] Starting updateGraphWorker: Project: /user/username/projects/solution/app/tsconfig.json -Info 66 [00:01:59.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared 1 undefined Project: /user/username/projects/solution/app/tsconfig.json WatchType: Failed Lookup Locations -Info 67 [00:02:00.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared 1 undefined Project: /user/username/projects/solution/app/tsconfig.json WatchType: Failed Lookup Locations -Info 68 [00:02:01.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/app/node_modules/@types 1 undefined Project: /user/username/projects/solution/app/tsconfig.json WatchType: Type roots -Info 69 [00:02:02.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/app/node_modules/@types 1 undefined Project: /user/username/projects/solution/app/tsconfig.json WatchType: Type roots -Info 70 [00:02:03.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/app/tsconfig.json WatchType: Type roots -Info 71 [00:02:04.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/app/tsconfig.json WatchType: Type roots -Info 72 [00:02:05.000] Finishing updateGraphWorker: Project: /user/username/projects/solution/app/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 73 [00:02:06.000] Project '/user/username/projects/solution/app/tsconfig.json' (Configured) -Info 74 [00:02:07.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/solution/app/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/app/src/app.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/solution/app/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared 1 undefined Project: /user/username/projects/solution/app/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared 1 undefined Project: /user/username/projects/solution/app/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/app/node_modules/@types 1 undefined Project: /user/username/projects/solution/app/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/app/node_modules/@types 1 undefined Project: /user/username/projects/solution/app/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/app/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/app/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/solution/app/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/solution/app/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/solution/app/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/solution/app/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/solution/shared/src/index.ts Text-1 "export const foo = class { fly() {} };" /user/username/projects/solution/app/src/app.ts Text-1 "import * as shared from \"../../shared/dist\";\nconst instance = new shared.foo();\ninstance.fly();" @@ -267,13 +277,13 @@ Info 74 [00:02:07.000] Files (3) src/app.ts Matched by include pattern 'src' in 'tsconfig.json' -Info 75 [00:02:08.000] ----------------------------------------------- -Info 76 [00:02:09.000] Finding references to /user/username/projects/solution/shared/src/index.ts position 27 in project /user/username/projects/solution/app/tsconfig.json -Info 77 [00:02:10.000] Search path: /user/username/projects/solution/shared/src -Info 78 [00:02:11.000] For info: /user/username/projects/solution/shared/src/index.ts :: Config file name: /user/username/projects/solution/shared/tsconfig.json -Info 79 [00:02:12.000] Search path: /user/username/projects/solution/shared/src -Info 80 [00:02:13.000] For info: /user/username/projects/solution/shared/src/index.ts :: Config file name: /user/username/projects/solution/shared/tsconfig.json -Info 81 [00:02:14.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/solution/shared/src/index.ts position 27 in project /user/username/projects/solution/app/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/solution/shared/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/solution/shared/src/index.ts :: Config file name: /user/username/projects/solution/shared/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/solution/shared/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/solution/shared/src/index.ts :: Config file name: /user/username/projects/solution/shared/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "refs": [ @@ -338,6 +348,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/solution/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/solution/shared/node_modules/@types: *new* {"pollingInterval":500} /user/username/projects/solution/app/node_modules/@types: *new* diff --git a/tests/baselines/reference/tsserver/projectReferences/special-handling-of-localness-when-using-object-literal-property.js b/tests/baselines/reference/tsserver/projectReferences/special-handling-of-localness-when-using-object-literal-property.js index 153e46527ede6..4f09fa62e320d 100644 --- a/tests/baselines/reference/tsserver/projectReferences/special-handling-of-localness-when-using-object-literal-property.js +++ b/tests/baselines/reference/tsserver/projectReferences/special-handling-of-localness-when-using-object-literal-property.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:44.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/lib/lib.d.ts] /// @@ -38,7 +38,7 @@ shared.foo.baz; export const foo = { baz: "BAZ" }; -Info 1 [00:00:45.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -47,11 +47,11 @@ Info 1 [00:00:45.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:46.000] Search path: /user/username/projects/solution/api/src -Info 3 [00:00:47.000] For info: /user/username/projects/solution/api/src/server.ts :: Config file name: /user/username/projects/solution/api/tsconfig.json -Info 4 [00:00:48.000] Creating configuration project /user/username/projects/solution/api/tsconfig.json -Info 5 [00:00:49.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/api/tsconfig.json 2000 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Config file -Info 6 [00:00:50.000] Config: /user/username/projects/solution/api/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/solution/api/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/solution/api/src/server.ts :: Config file name: /user/username/projects/solution/api/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/solution/api/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/api/tsconfig.json 2000 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/solution/api/tsconfig.json : { "rootNames": [ "/user/username/projects/solution/api/src/server.ts" ], @@ -68,10 +68,10 @@ Info 6 [00:00:50.000] Config: /user/username/projects/solution/api/tsconfig.j } ] } -Info 7 [00:00:51.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/api/src 1 undefined Config: /user/username/projects/solution/api/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:52.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/api/src 1 undefined Config: /user/username/projects/solution/api/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:53.000] Starting updateGraphWorker: Project: /user/username/projects/solution/api/tsconfig.json -Info 10 [00:00:54.000] Config: /user/username/projects/solution/shared/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/api/src 1 undefined Config: /user/username/projects/solution/api/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/api/src 1 undefined Config: /user/username/projects/solution/api/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/solution/api/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/solution/shared/tsconfig.json : { "rootNames": [ "/user/username/projects/solution/shared/src/index.ts" ], @@ -82,20 +82,22 @@ Info 10 [00:00:54.000] Config: /user/username/projects/solution/shared/tsconfi "configFilePath": "/user/username/projects/solution/shared/tsconfig.json" } } -Info 11 [00:00:55.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared/tsconfig.json 2000 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Config file -Info 12 [00:00:56.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared/src 1 undefined Config: /user/username/projects/solution/shared/tsconfig.json WatchType: Wild card directory -Info 13 [00:00:57.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared/src 1 undefined Config: /user/username/projects/solution/shared/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:58.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared 1 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:59.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared 1 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:01:00.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared/src/index.ts 500 undefined WatchType: Closed Script info -Info 17 [00:01:01.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:01:02.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/api/node_modules/@types 1 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Type roots -Info 19 [00:01:03.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/api/node_modules/@types 1 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Type roots -Info 20 [00:01:04.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Type roots -Info 21 [00:01:05.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Type roots -Info 22 [00:01:06.000] Finishing updateGraphWorker: Project: /user/username/projects/solution/api/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:01:07.000] Project '/user/username/projects/solution/api/tsconfig.json' (Configured) -Info 24 [00:01:08.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared/tsconfig.json 2000 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared/src 1 undefined Config: /user/username/projects/solution/shared/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared/src 1 undefined Config: /user/username/projects/solution/shared/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared 1 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared 1 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared/src/index.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/api/node_modules/@types 1 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/api/node_modules/@types 1 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/solution/api/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/solution/api/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/solution/api/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/solution/shared/src/index.ts Text-1 "export const foo = { baz: \"BAZ\" };" /user/username/projects/solution/api/src/server.ts SVC-1-0 "import * as shared from \"../../shared/dist\";\nshared.foo.baz;" @@ -108,25 +110,25 @@ Info 24 [00:01:08.000] Files (3) src/server.ts Matched by include pattern 'src' in 'tsconfig.json' -Info 25 [00:01:09.000] ----------------------------------------------- -Info 26 [00:01:10.000] Search path: /user/username/projects/solution/api -Info 27 [00:01:11.000] For info: /user/username/projects/solution/api/tsconfig.json :: Config file name: /user/username/projects/solution/tsconfig.json -Info 28 [00:01:12.000] Creating configuration project /user/username/projects/solution/tsconfig.json -Info 29 [00:01:13.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/tsconfig.json 2000 undefined Project: /user/username/projects/solution/tsconfig.json WatchType: Config file -Info 30 [00:01:14.000] Search path: /user/username/projects/solution -Info 31 [00:01:15.000] For info: /user/username/projects/solution/tsconfig.json :: No config files found. -Info 32 [00:01:16.000] Project '/user/username/projects/solution/api/tsconfig.json' (Configured) -Info 32 [00:01:17.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/solution/api +Info seq [hh:mm:ss:mss] For info: /user/username/projects/solution/api/tsconfig.json :: Config file name: /user/username/projects/solution/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/solution/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/tsconfig.json 2000 undefined Project: /user/username/projects/solution/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/solution +Info seq [hh:mm:ss:mss] For info: /user/username/projects/solution/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/solution/api/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 32 [00:01:18.000] ----------------------------------------------- -Info 32 [00:01:19.000] Project '/user/username/projects/solution/tsconfig.json' (Configured) -Info 32 [00:01:20.000] Files (0) InitialLoadPending +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/solution/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) InitialLoadPending -Info 32 [00:01:21.000] ----------------------------------------------- -Info 32 [00:01:22.000] Open files: -Info 32 [00:01:23.000] FileName: /user/username/projects/solution/api/src/server.ts ProjectRootPath: undefined -Info 32 [00:01:24.000] Projects: /user/username/projects/solution/api/tsconfig.json -Info 32 [00:01:25.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/solution/api/src/server.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/solution/api/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -137,6 +139,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/solution/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/solution/api/tsconfig.json: *new* @@ -160,7 +164,7 @@ FsWatchesRecursive:: Before request -Info 33 [00:01:26.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "references", "arguments": { @@ -171,18 +175,20 @@ Info 33 [00:01:26.000] request: "seq": 2, "type": "request" } -Info 34 [00:01:27.000] Finding references to /user/username/projects/solution/api/src/server.ts position 56 in project /user/username/projects/solution/api/tsconfig.json -Info 35 [00:01:28.000] Search path: /user/username/projects/solution/shared/src -Info 36 [00:01:29.000] For info: /user/username/projects/solution/shared/src/index.ts :: Config file name: /user/username/projects/solution/shared/tsconfig.json -Info 37 [00:01:30.000] Creating configuration project /user/username/projects/solution/shared/tsconfig.json -Info 38 [00:01:31.000] Starting updateGraphWorker: Project: /user/username/projects/solution/shared/tsconfig.json -Info 39 [00:01:32.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared/node_modules/@types 1 undefined Project: /user/username/projects/solution/shared/tsconfig.json WatchType: Type roots -Info 40 [00:01:33.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared/node_modules/@types 1 undefined Project: /user/username/projects/solution/shared/tsconfig.json WatchType: Type roots -Info 41 [00:01:34.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/shared/tsconfig.json WatchType: Type roots -Info 42 [00:01:35.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/shared/tsconfig.json WatchType: Type roots -Info 43 [00:01:36.000] Finishing updateGraphWorker: Project: /user/username/projects/solution/shared/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 44 [00:01:37.000] Project '/user/username/projects/solution/shared/tsconfig.json' (Configured) -Info 45 [00:01:38.000] Files (2) +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/solution/api/src/server.ts position 56 in project /user/username/projects/solution/api/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/solution/shared/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/solution/shared/src/index.ts :: Config file name: /user/username/projects/solution/shared/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/solution/shared/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/solution/shared/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared/node_modules/@types 1 undefined Project: /user/username/projects/solution/shared/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared/node_modules/@types 1 undefined Project: /user/username/projects/solution/shared/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/shared/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/shared/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/solution/shared/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/solution/shared/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/solution/shared/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/solution/shared/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/solution/shared/src/index.ts Text-1 "export const foo = { baz: \"BAZ\" };" @@ -192,12 +198,12 @@ Info 45 [00:01:38.000] Files (2) src/index.ts Matched by include pattern 'src' in 'tsconfig.json' -Info 46 [00:01:39.000] ----------------------------------------------- -Info 47 [00:01:40.000] Search path: /user/username/projects/solution/shared/src -Info 48 [00:01:41.000] For info: /user/username/projects/solution/shared/src/index.ts :: Config file name: /user/username/projects/solution/shared/tsconfig.json -Info 49 [00:01:42.000] Finding references to /user/username/projects/solution/shared/src/index.ts position 22 in project /user/username/projects/solution/shared/tsconfig.json -Info 50 [00:01:43.000] Loading configured project /user/username/projects/solution/tsconfig.json -Info 51 [00:01:44.000] Config: /user/username/projects/solution/tsconfig.json : { +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/solution/shared/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/solution/shared/src/index.ts :: Config file name: /user/username/projects/solution/shared/tsconfig.json +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/solution/shared/src/index.ts position 22 in project /user/username/projects/solution/shared/tsconfig.json +Info seq [hh:mm:ss:mss] Loading configured project /user/username/projects/solution/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/solution/tsconfig.json : { "rootNames": [], "options": { "configFilePath": "/user/username/projects/solution/tsconfig.json" @@ -213,8 +219,8 @@ Info 51 [00:01:44.000] Config: /user/username/projects/solution/tsconfig.json } ] } -Info 52 [00:01:45.000] Starting updateGraphWorker: Project: /user/username/projects/solution/tsconfig.json -Info 53 [00:01:46.000] Config: /user/username/projects/solution/app/tsconfig.json : { +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/solution/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/solution/app/tsconfig.json : { "rootNames": [ "/user/username/projects/solution/app/src/app.ts" ], @@ -231,28 +237,32 @@ Info 53 [00:01:46.000] Config: /user/username/projects/solution/app/tsconfig.j } ] } -Info 54 [00:01:47.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/app/tsconfig.json 2000 undefined Project: /user/username/projects/solution/tsconfig.json WatchType: Config file -Info 55 [00:01:48.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/app/src 1 undefined Config: /user/username/projects/solution/app/tsconfig.json WatchType: Wild card directory -Info 56 [00:01:49.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/app/src 1 undefined Config: /user/username/projects/solution/app/tsconfig.json WatchType: Wild card directory -Info 57 [00:01:50.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/tsconfig.json WatchType: Type roots -Info 58 [00:01:51.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/tsconfig.json WatchType: Type roots -Info 59 [00:01:52.000] Finishing updateGraphWorker: Project: /user/username/projects/solution/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 60 [00:01:53.000] Project '/user/username/projects/solution/tsconfig.json' (Configured) -Info 61 [00:01:54.000] Files (0) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/app/tsconfig.json 2000 undefined Project: /user/username/projects/solution/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/app/src 1 undefined Config: /user/username/projects/solution/app/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/app/src 1 undefined Config: /user/username/projects/solution/app/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/solution/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/solution/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/solution/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/solution/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (0) -Info 62 [00:01:55.000] ----------------------------------------------- -Info 63 [00:01:56.000] Creating configuration project /user/username/projects/solution/app/tsconfig.json -Info 64 [00:01:57.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/app/src/app.ts 500 undefined WatchType: Closed Script info -Info 65 [00:01:58.000] Starting updateGraphWorker: Project: /user/username/projects/solution/app/tsconfig.json -Info 66 [00:01:59.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared 1 undefined Project: /user/username/projects/solution/app/tsconfig.json WatchType: Failed Lookup Locations -Info 67 [00:02:00.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared 1 undefined Project: /user/username/projects/solution/app/tsconfig.json WatchType: Failed Lookup Locations -Info 68 [00:02:01.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/app/node_modules/@types 1 undefined Project: /user/username/projects/solution/app/tsconfig.json WatchType: Type roots -Info 69 [00:02:02.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/app/node_modules/@types 1 undefined Project: /user/username/projects/solution/app/tsconfig.json WatchType: Type roots -Info 70 [00:02:03.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/app/tsconfig.json WatchType: Type roots -Info 71 [00:02:04.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/app/tsconfig.json WatchType: Type roots -Info 72 [00:02:05.000] Finishing updateGraphWorker: Project: /user/username/projects/solution/app/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 73 [00:02:06.000] Project '/user/username/projects/solution/app/tsconfig.json' (Configured) -Info 74 [00:02:07.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/solution/app/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/app/src/app.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/solution/app/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared 1 undefined Project: /user/username/projects/solution/app/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/shared 1 undefined Project: /user/username/projects/solution/app/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/app/node_modules/@types 1 undefined Project: /user/username/projects/solution/app/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/app/node_modules/@types 1 undefined Project: /user/username/projects/solution/app/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/app/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/app/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/solution/app/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/solution/app/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/solution/app/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/solution/app/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/solution/shared/src/index.ts Text-1 "export const foo = { baz: \"BAZ\" };" /user/username/projects/solution/app/src/app.ts Text-1 "import * as shared from \"../../shared/dist\";\nshared.foo.baz;" @@ -265,13 +275,13 @@ Info 74 [00:02:07.000] Files (3) src/app.ts Matched by include pattern 'src' in 'tsconfig.json' -Info 75 [00:02:08.000] ----------------------------------------------- -Info 76 [00:02:09.000] Finding references to /user/username/projects/solution/shared/src/index.ts position 22 in project /user/username/projects/solution/app/tsconfig.json -Info 77 [00:02:10.000] Search path: /user/username/projects/solution/shared/src -Info 78 [00:02:11.000] For info: /user/username/projects/solution/shared/src/index.ts :: Config file name: /user/username/projects/solution/shared/tsconfig.json -Info 79 [00:02:12.000] Search path: /user/username/projects/solution/shared/src -Info 80 [00:02:13.000] For info: /user/username/projects/solution/shared/src/index.ts :: Config file name: /user/username/projects/solution/shared/tsconfig.json -Info 81 [00:02:14.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/solution/shared/src/index.ts position 22 in project /user/username/projects/solution/app/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/solution/shared/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/solution/shared/src/index.ts :: Config file name: /user/username/projects/solution/shared/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/solution/shared/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/solution/shared/src/index.ts :: Config file name: /user/username/projects/solution/shared/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "refs": [ @@ -336,6 +346,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/solution/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/solution/shared/node_modules/@types: *new* {"pollingInterval":500} /user/username/projects/solution/app/node_modules/@types: *new* diff --git a/tests/baselines/reference/tsserver/projectReferences/when-files-from-two-projects-are-open-and-one-project-references.js b/tests/baselines/reference/tsserver/projectReferences/when-files-from-two-projects-are-open-and-one-project-references.js index 10d72cc3478b9..530ad7ccf4a5a 100644 --- a/tests/baselines/reference/tsserver/projectReferences/when-files-from-two-projects-are-open-and-one-project-references.js +++ b/tests/baselines/reference/tsserver/projectReferences/when-files-from-two-projects-are-open-and-one-project-references.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: true -Info 0 [00:01:53.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/lib/lib.d.ts] /// @@ -87,7 +87,7 @@ export const noCoreRef2Const = 10; {"compilerOptions":{"composite":true}} -Info 1 [00:01:54.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -96,11 +96,11 @@ Info 1 [00:01:54.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:55.000] Search path: /user/username/projects/myproject/main/src -Info 3 [00:01:56.000] For info: /user/username/projects/myproject/main/src/file1.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:01:57.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:01:58.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:01:59.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/src/file1.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/src/file1.ts" ], @@ -139,10 +139,10 @@ Info 6 [00:01:59.000] Config: /user/username/projects/myproject/main/tsconfig } ] } -Info 7 [00:02:00.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:02:01.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:02:02.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:02:03.000] Config: /user/username/projects/myproject/core/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/core/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/core/src/file1.ts" ], @@ -151,10 +151,10 @@ Info 10 [00:02:03.000] Config: /user/username/projects/myproject/core/tsconfig "configFilePath": "/user/username/projects/myproject/core/tsconfig.json" } } -Info 11 [00:02:04.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/core/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 12 [00:02:05.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/core 1 undefined Config: /user/username/projects/myproject/core/tsconfig.json WatchType: Wild card directory -Info 13 [00:02:06.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/core 1 undefined Config: /user/username/projects/myproject/core/tsconfig.json WatchType: Wild card directory -Info 14 [00:02:07.000] Config: /user/username/projects/myproject/indirect/tsconfig.json : { +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/core/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/core 1 undefined Config: /user/username/projects/myproject/core/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/core 1 undefined Config: /user/username/projects/myproject/core/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/indirect/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/indirect/src/file1.ts" ], @@ -169,10 +169,10 @@ Info 14 [00:02:07.000] Config: /user/username/projects/myproject/indirect/tsco } ] } -Info 15 [00:02:08.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirect/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 16 [00:02:09.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirect 1 undefined Config: /user/username/projects/myproject/indirect/tsconfig.json WatchType: Wild card directory -Info 17 [00:02:10.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirect 1 undefined Config: /user/username/projects/myproject/indirect/tsconfig.json WatchType: Wild card directory -Info 18 [00:02:11.000] Config: /user/username/projects/myproject/coreRef1/tsconfig.json : { +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirect/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirect 1 undefined Config: /user/username/projects/myproject/indirect/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirect 1 undefined Config: /user/username/projects/myproject/indirect/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/coreRef1/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/coreRef1/src/file1.ts" ], @@ -187,10 +187,10 @@ Info 18 [00:02:11.000] Config: /user/username/projects/myproject/coreRef1/tsco } ] } -Info 19 [00:02:12.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/coreRef1/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 20 [00:02:13.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/coreRef1 1 undefined Config: /user/username/projects/myproject/coreRef1/tsconfig.json WatchType: Wild card directory -Info 21 [00:02:14.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/coreRef1 1 undefined Config: /user/username/projects/myproject/coreRef1/tsconfig.json WatchType: Wild card directory -Info 22 [00:02:15.000] Config: /user/username/projects/myproject/noCoreRef1/tsconfig.json : { +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/coreRef1/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/coreRef1 1 undefined Config: /user/username/projects/myproject/coreRef1/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/coreRef1 1 undefined Config: /user/username/projects/myproject/coreRef1/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/noCoreRef1/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/noCoreRef1/src/file1.ts" ], @@ -199,10 +199,10 @@ Info 22 [00:02:15.000] Config: /user/username/projects/myproject/noCoreRef1/ts "configFilePath": "/user/username/projects/myproject/noCoreRef1/tsconfig.json" } } -Info 23 [00:02:16.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/noCoreRef1/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 24 [00:02:17.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/noCoreRef1 1 undefined Config: /user/username/projects/myproject/noCoreRef1/tsconfig.json WatchType: Wild card directory -Info 25 [00:02:18.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/noCoreRef1 1 undefined Config: /user/username/projects/myproject/noCoreRef1/tsconfig.json WatchType: Wild card directory -Info 26 [00:02:19.000] Config: /user/username/projects/myproject/indirectDisabledChildLoad1/tsconfig.json : { +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/noCoreRef1/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/noCoreRef1 1 undefined Config: /user/username/projects/myproject/noCoreRef1/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/noCoreRef1 1 undefined Config: /user/username/projects/myproject/noCoreRef1/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/indirectDisabledChildLoad1/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/indirectDisabledChildLoad1/src/file1.ts" ], @@ -218,10 +218,10 @@ Info 26 [00:02:19.000] Config: /user/username/projects/myproject/indirectDisab } ] } -Info 27 [00:02:20.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirectDisabledChildLoad1/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 28 [00:02:21.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirectDisabledChildLoad1 1 undefined Config: /user/username/projects/myproject/indirectDisabledChildLoad1/tsconfig.json WatchType: Wild card directory -Info 29 [00:02:22.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirectDisabledChildLoad1 1 undefined Config: /user/username/projects/myproject/indirectDisabledChildLoad1/tsconfig.json WatchType: Wild card directory -Info 30 [00:02:23.000] Config: /user/username/projects/myproject/coreRef2/tsconfig.json : { +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirectDisabledChildLoad1/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirectDisabledChildLoad1 1 undefined Config: /user/username/projects/myproject/indirectDisabledChildLoad1/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirectDisabledChildLoad1 1 undefined Config: /user/username/projects/myproject/indirectDisabledChildLoad1/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/coreRef2/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/coreRef2/src/file1.ts" ], @@ -236,10 +236,10 @@ Info 30 [00:02:23.000] Config: /user/username/projects/myproject/coreRef2/tsco } ] } -Info 31 [00:02:24.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/coreRef2/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 32 [00:02:25.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/coreRef2 1 undefined Config: /user/username/projects/myproject/coreRef2/tsconfig.json WatchType: Wild card directory -Info 33 [00:02:26.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/coreRef2 1 undefined Config: /user/username/projects/myproject/coreRef2/tsconfig.json WatchType: Wild card directory -Info 34 [00:02:27.000] Config: /user/username/projects/myproject/indirectDisabledChildLoad2/tsconfig.json : { +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/coreRef2/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/coreRef2 1 undefined Config: /user/username/projects/myproject/coreRef2/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/coreRef2 1 undefined Config: /user/username/projects/myproject/coreRef2/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/indirectDisabledChildLoad2/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/indirectDisabledChildLoad2/src/file1.ts" ], @@ -255,10 +255,10 @@ Info 34 [00:02:27.000] Config: /user/username/projects/myproject/indirectDisab } ] } -Info 35 [00:02:28.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirectDisabledChildLoad2/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 36 [00:02:29.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirectDisabledChildLoad2 1 undefined Config: /user/username/projects/myproject/indirectDisabledChildLoad2/tsconfig.json WatchType: Wild card directory -Info 37 [00:02:30.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirectDisabledChildLoad2 1 undefined Config: /user/username/projects/myproject/indirectDisabledChildLoad2/tsconfig.json WatchType: Wild card directory -Info 38 [00:02:31.000] Config: /user/username/projects/myproject/coreRef3/tsconfig.json : { +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirectDisabledChildLoad2/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirectDisabledChildLoad2 1 undefined Config: /user/username/projects/myproject/indirectDisabledChildLoad2/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirectDisabledChildLoad2 1 undefined Config: /user/username/projects/myproject/indirectDisabledChildLoad2/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/coreRef3/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/coreRef3/src/file1.ts" ], @@ -273,10 +273,10 @@ Info 38 [00:02:31.000] Config: /user/username/projects/myproject/coreRef3/tsco } ] } -Info 39 [00:02:32.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/coreRef3/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 40 [00:02:33.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/coreRef3 1 undefined Config: /user/username/projects/myproject/coreRef3/tsconfig.json WatchType: Wild card directory -Info 41 [00:02:34.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/coreRef3 1 undefined Config: /user/username/projects/myproject/coreRef3/tsconfig.json WatchType: Wild card directory -Info 42 [00:02:35.000] Config: /user/username/projects/myproject/refToCoreRef3/tsconfig.json : { +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/coreRef3/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/coreRef3 1 undefined Config: /user/username/projects/myproject/coreRef3/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/coreRef3 1 undefined Config: /user/username/projects/myproject/coreRef3/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/refToCoreRef3/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/refToCoreRef3/src/file1.ts" ], @@ -291,10 +291,10 @@ Info 42 [00:02:35.000] Config: /user/username/projects/myproject/refToCoreRef3 } ] } -Info 43 [00:02:36.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/refToCoreRef3/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 44 [00:02:37.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/refToCoreRef3 1 undefined Config: /user/username/projects/myproject/refToCoreRef3/tsconfig.json WatchType: Wild card directory -Info 45 [00:02:38.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/refToCoreRef3 1 undefined Config: /user/username/projects/myproject/refToCoreRef3/tsconfig.json WatchType: Wild card directory -Info 46 [00:02:39.000] Config: /user/username/projects/myproject/indirectNoCoreRef/tsconfig.json : { +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/refToCoreRef3/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/refToCoreRef3 1 undefined Config: /user/username/projects/myproject/refToCoreRef3/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/refToCoreRef3 1 undefined Config: /user/username/projects/myproject/refToCoreRef3/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/indirectNoCoreRef/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/indirectNoCoreRef/src/file1.ts" ], @@ -309,10 +309,10 @@ Info 46 [00:02:39.000] Config: /user/username/projects/myproject/indirectNoCor } ] } -Info 47 [00:02:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirectNoCoreRef/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 48 [00:02:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirectNoCoreRef 1 undefined Config: /user/username/projects/myproject/indirectNoCoreRef/tsconfig.json WatchType: Wild card directory -Info 49 [00:02:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirectNoCoreRef 1 undefined Config: /user/username/projects/myproject/indirectNoCoreRef/tsconfig.json WatchType: Wild card directory -Info 50 [00:02:43.000] Config: /user/username/projects/myproject/noCoreRef2/tsconfig.json : { +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirectNoCoreRef/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirectNoCoreRef 1 undefined Config: /user/username/projects/myproject/indirectNoCoreRef/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirectNoCoreRef 1 undefined Config: /user/username/projects/myproject/indirectNoCoreRef/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/noCoreRef2/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/noCoreRef2/src/file1.ts" ], @@ -321,17 +321,19 @@ Info 50 [00:02:43.000] Config: /user/username/projects/myproject/noCoreRef2/ts "configFilePath": "/user/username/projects/myproject/noCoreRef2/tsconfig.json" } } -Info 51 [00:02:44.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/noCoreRef2/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 52 [00:02:45.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/noCoreRef2 1 undefined Config: /user/username/projects/myproject/noCoreRef2/tsconfig.json WatchType: Wild card directory -Info 53 [00:02:46.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/noCoreRef2 1 undefined Config: /user/username/projects/myproject/noCoreRef2/tsconfig.json WatchType: Wild card directory -Info 54 [00:02:47.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 55 [00:02:48.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 56 [00:02:49.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 57 [00:02:50.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 58 [00:02:51.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 59 [00:02:52.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 60 [00:02:53.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 61 [00:02:54.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/noCoreRef2/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/noCoreRef2 1 undefined Config: /user/username/projects/myproject/noCoreRef2/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/noCoreRef2 1 undefined Config: /user/username/projects/myproject/noCoreRef2/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/main/src/file1.ts SVC-1-0 "export const mainConst = 10;" @@ -341,17 +343,17 @@ Info 61 [00:02:54.000] Files (2) src/file1.ts Matched by default include pattern '**/*' -Info 62 [00:02:55.000] ----------------------------------------------- -Info 63 [00:02:56.000] Search path: /user/username/projects/myproject/main -Info 64 [00:02:57.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 65 [00:02:58.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 65 [00:02:59.000] Files (2) - -Info 65 [00:03:00.000] ----------------------------------------------- -Info 65 [00:03:01.000] Open files: -Info 65 [00:03:02.000] FileName: /user/username/projects/myproject/main/src/file1.ts ProjectRootPath: undefined -Info 65 [00:03:03.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 65 [00:03:04.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/src/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -362,6 +364,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -419,7 +423,7 @@ FsWatchesRecursive:: Before request -Info 66 [00:03:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -428,17 +432,19 @@ Info 66 [00:03:05.000] request: "seq": 2, "type": "request" } -Info 67 [00:03:06.000] Search path: /user/username/projects/myproject/core/src -Info 68 [00:03:07.000] For info: /user/username/projects/myproject/core/src/file1.ts :: Config file name: /user/username/projects/myproject/core/tsconfig.json -Info 69 [00:03:08.000] Creating configuration project /user/username/projects/myproject/core/tsconfig.json -Info 70 [00:03:09.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/core/tsconfig.json -Info 71 [00:03:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/core/node_modules/@types 1 undefined Project: /user/username/projects/myproject/core/tsconfig.json WatchType: Type roots -Info 72 [00:03:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/core/node_modules/@types 1 undefined Project: /user/username/projects/myproject/core/tsconfig.json WatchType: Type roots -Info 73 [00:03:12.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/core/tsconfig.json WatchType: Type roots -Info 74 [00:03:13.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/core/tsconfig.json WatchType: Type roots -Info 75 [00:03:14.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/core/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 76 [00:03:15.000] Project '/user/username/projects/myproject/core/tsconfig.json' (Configured) -Info 77 [00:03:16.000] Files (2) +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/core/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/core/src/file1.ts :: Config file name: /user/username/projects/myproject/core/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/core/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/core/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/core/node_modules/@types 1 undefined Project: /user/username/projects/myproject/core/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/core/node_modules/@types 1 undefined Project: /user/username/projects/myproject/core/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/core/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/core/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/core/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/core/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/core/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/core/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/core/src/file1.ts SVC-1-0 "export const coreConst = 10;" @@ -448,23 +454,23 @@ Info 77 [00:03:16.000] Files (2) src/file1.ts Matched by default include pattern '**/*' -Info 78 [00:03:17.000] ----------------------------------------------- -Info 79 [00:03:18.000] Search path: /user/username/projects/myproject/core -Info 80 [00:03:19.000] For info: /user/username/projects/myproject/core/tsconfig.json :: No config files found. -Info 81 [00:03:20.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 81 [00:03:21.000] Files (2) - -Info 81 [00:03:22.000] ----------------------------------------------- -Info 81 [00:03:23.000] Project '/user/username/projects/myproject/core/tsconfig.json' (Configured) -Info 81 [00:03:24.000] Files (2) - -Info 81 [00:03:25.000] ----------------------------------------------- -Info 81 [00:03:26.000] Open files: -Info 81 [00:03:27.000] FileName: /user/username/projects/myproject/main/src/file1.ts ProjectRootPath: undefined -Info 81 [00:03:28.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 81 [00:03:29.000] FileName: /user/username/projects/myproject/core/src/file1.ts ProjectRootPath: undefined -Info 81 [00:03:30.000] Projects: /user/username/projects/myproject/core/tsconfig.json -Info 81 [00:03:31.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/core +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/core/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/core/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/src/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/core/src/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/core/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -475,6 +481,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/core/node_modules/@types: *new* {"pollingInterval":500} @@ -534,7 +542,7 @@ FsWatchesRecursive:: Before request -Info 82 [00:03:32.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "references", "arguments": { @@ -545,17 +553,19 @@ Info 82 [00:03:32.000] request: "seq": 3, "type": "request" } -Info 83 [00:03:33.000] Finding references to /user/username/projects/myproject/core/src/file1.ts position 13 in project /user/username/projects/myproject/core/tsconfig.json -Info 84 [00:03:34.000] Creating configuration project /user/username/projects/myproject/indirect/tsconfig.json -Info 85 [00:03:35.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirect/src/file1.ts 500 undefined WatchType: Closed Script info -Info 86 [00:03:36.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/indirect/tsconfig.json -Info 87 [00:03:37.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirect/node_modules/@types 1 undefined Project: /user/username/projects/myproject/indirect/tsconfig.json WatchType: Type roots -Info 88 [00:03:38.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirect/node_modules/@types 1 undefined Project: /user/username/projects/myproject/indirect/tsconfig.json WatchType: Type roots -Info 89 [00:03:39.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/indirect/tsconfig.json WatchType: Type roots -Info 90 [00:03:40.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/indirect/tsconfig.json WatchType: Type roots -Info 91 [00:03:41.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/indirect/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 92 [00:03:42.000] Project '/user/username/projects/myproject/indirect/tsconfig.json' (Configured) -Info 93 [00:03:43.000] Files (2) +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/myproject/core/src/file1.ts position 13 in project /user/username/projects/myproject/core/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/indirect/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirect/src/file1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/indirect/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirect/node_modules/@types 1 undefined Project: /user/username/projects/myproject/indirect/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirect/node_modules/@types 1 undefined Project: /user/username/projects/myproject/indirect/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/indirect/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/indirect/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/indirect/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/indirect/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/indirect/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/indirect/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/indirect/src/file1.ts Text-1 "export const indirectConst = 10;" @@ -565,17 +575,19 @@ Info 93 [00:03:43.000] Files (2) src/file1.ts Matched by default include pattern '**/*' -Info 94 [00:03:44.000] ----------------------------------------------- -Info 95 [00:03:45.000] Creating configuration project /user/username/projects/myproject/coreRef1/tsconfig.json -Info 96 [00:03:46.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/coreRef1/src/file1.ts 500 undefined WatchType: Closed Script info -Info 97 [00:03:47.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/coreRef1/tsconfig.json -Info 98 [00:03:48.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/coreRef1/node_modules/@types 1 undefined Project: /user/username/projects/myproject/coreRef1/tsconfig.json WatchType: Type roots -Info 99 [00:03:49.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/coreRef1/node_modules/@types 1 undefined Project: /user/username/projects/myproject/coreRef1/tsconfig.json WatchType: Type roots -Info 100 [00:03:50.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/coreRef1/tsconfig.json WatchType: Type roots -Info 101 [00:03:51.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/coreRef1/tsconfig.json WatchType: Type roots -Info 102 [00:03:52.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/coreRef1/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 103 [00:03:53.000] Project '/user/username/projects/myproject/coreRef1/tsconfig.json' (Configured) -Info 104 [00:03:54.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/coreRef1/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/coreRef1/src/file1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/coreRef1/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/coreRef1/node_modules/@types 1 undefined Project: /user/username/projects/myproject/coreRef1/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/coreRef1/node_modules/@types 1 undefined Project: /user/username/projects/myproject/coreRef1/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/coreRef1/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/coreRef1/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/coreRef1/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/coreRef1/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/coreRef1/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/coreRef1/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/coreRef1/src/file1.ts Text-1 "export const coreRef1Const = 10;" @@ -585,17 +597,19 @@ Info 104 [00:03:54.000] Files (2) src/file1.ts Matched by default include pattern '**/*' -Info 105 [00:03:55.000] ----------------------------------------------- -Info 106 [00:03:56.000] Creating configuration project /user/username/projects/myproject/indirectDisabledChildLoad1/tsconfig.json -Info 107 [00:03:57.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirectDisabledChildLoad1/src/file1.ts 500 undefined WatchType: Closed Script info -Info 108 [00:03:58.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/indirectDisabledChildLoad1/tsconfig.json -Info 109 [00:03:59.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirectDisabledChildLoad1/node_modules/@types 1 undefined Project: /user/username/projects/myproject/indirectDisabledChildLoad1/tsconfig.json WatchType: Type roots -Info 110 [00:04:00.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirectDisabledChildLoad1/node_modules/@types 1 undefined Project: /user/username/projects/myproject/indirectDisabledChildLoad1/tsconfig.json WatchType: Type roots -Info 111 [00:04:01.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/indirectDisabledChildLoad1/tsconfig.json WatchType: Type roots -Info 112 [00:04:02.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/indirectDisabledChildLoad1/tsconfig.json WatchType: Type roots -Info 113 [00:04:03.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/indirectDisabledChildLoad1/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 114 [00:04:04.000] Project '/user/username/projects/myproject/indirectDisabledChildLoad1/tsconfig.json' (Configured) -Info 115 [00:04:05.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/indirectDisabledChildLoad1/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirectDisabledChildLoad1/src/file1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/indirectDisabledChildLoad1/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirectDisabledChildLoad1/node_modules/@types 1 undefined Project: /user/username/projects/myproject/indirectDisabledChildLoad1/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirectDisabledChildLoad1/node_modules/@types 1 undefined Project: /user/username/projects/myproject/indirectDisabledChildLoad1/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/indirectDisabledChildLoad1/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/indirectDisabledChildLoad1/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/indirectDisabledChildLoad1/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/indirectDisabledChildLoad1/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/indirectDisabledChildLoad1/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/indirectDisabledChildLoad1/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/indirectDisabledChildLoad1/src/file1.ts Text-1 "export const indirectDisabledChildLoad1Const = 10;" @@ -605,17 +619,19 @@ Info 115 [00:04:05.000] Files (2) src/file1.ts Matched by default include pattern '**/*' -Info 116 [00:04:06.000] ----------------------------------------------- -Info 117 [00:04:07.000] Creating configuration project /user/username/projects/myproject/indirectDisabledChildLoad2/tsconfig.json -Info 118 [00:04:08.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirectDisabledChildLoad2/src/file1.ts 500 undefined WatchType: Closed Script info -Info 119 [00:04:09.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/indirectDisabledChildLoad2/tsconfig.json -Info 120 [00:04:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirectDisabledChildLoad2/node_modules/@types 1 undefined Project: /user/username/projects/myproject/indirectDisabledChildLoad2/tsconfig.json WatchType: Type roots -Info 121 [00:04:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirectDisabledChildLoad2/node_modules/@types 1 undefined Project: /user/username/projects/myproject/indirectDisabledChildLoad2/tsconfig.json WatchType: Type roots -Info 122 [00:04:12.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/indirectDisabledChildLoad2/tsconfig.json WatchType: Type roots -Info 123 [00:04:13.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/indirectDisabledChildLoad2/tsconfig.json WatchType: Type roots -Info 124 [00:04:14.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/indirectDisabledChildLoad2/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 125 [00:04:15.000] Project '/user/username/projects/myproject/indirectDisabledChildLoad2/tsconfig.json' (Configured) -Info 126 [00:04:16.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/indirectDisabledChildLoad2/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirectDisabledChildLoad2/src/file1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/indirectDisabledChildLoad2/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirectDisabledChildLoad2/node_modules/@types 1 undefined Project: /user/username/projects/myproject/indirectDisabledChildLoad2/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/indirectDisabledChildLoad2/node_modules/@types 1 undefined Project: /user/username/projects/myproject/indirectDisabledChildLoad2/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/indirectDisabledChildLoad2/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/indirectDisabledChildLoad2/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/indirectDisabledChildLoad2/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/indirectDisabledChildLoad2/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/indirectDisabledChildLoad2/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/indirectDisabledChildLoad2/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/indirectDisabledChildLoad2/src/file1.ts Text-1 "export const indirectDisabledChildLoad2Const = 10;" @@ -625,17 +641,19 @@ Info 126 [00:04:16.000] Files (2) src/file1.ts Matched by default include pattern '**/*' -Info 127 [00:04:17.000] ----------------------------------------------- -Info 128 [00:04:18.000] Creating configuration project /user/username/projects/myproject/refToCoreRef3/tsconfig.json -Info 129 [00:04:19.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/refToCoreRef3/src/file1.ts 500 undefined WatchType: Closed Script info -Info 130 [00:04:20.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/refToCoreRef3/tsconfig.json -Info 131 [00:04:21.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/refToCoreRef3/node_modules/@types 1 undefined Project: /user/username/projects/myproject/refToCoreRef3/tsconfig.json WatchType: Type roots -Info 132 [00:04:22.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/refToCoreRef3/node_modules/@types 1 undefined Project: /user/username/projects/myproject/refToCoreRef3/tsconfig.json WatchType: Type roots -Info 133 [00:04:23.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/refToCoreRef3/tsconfig.json WatchType: Type roots -Info 134 [00:04:24.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/refToCoreRef3/tsconfig.json WatchType: Type roots -Info 135 [00:04:25.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/refToCoreRef3/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 136 [00:04:26.000] Project '/user/username/projects/myproject/refToCoreRef3/tsconfig.json' (Configured) -Info 137 [00:04:27.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/refToCoreRef3/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/refToCoreRef3/src/file1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/refToCoreRef3/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/refToCoreRef3/node_modules/@types 1 undefined Project: /user/username/projects/myproject/refToCoreRef3/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/refToCoreRef3/node_modules/@types 1 undefined Project: /user/username/projects/myproject/refToCoreRef3/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/refToCoreRef3/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/refToCoreRef3/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/refToCoreRef3/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/refToCoreRef3/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/refToCoreRef3/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/refToCoreRef3/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/refToCoreRef3/src/file1.ts Text-1 "export const refToCoreRef3Const = 10;" @@ -645,17 +663,19 @@ Info 137 [00:04:27.000] Files (2) src/file1.ts Matched by default include pattern '**/*' -Info 138 [00:04:28.000] ----------------------------------------------- -Info 139 [00:04:29.000] Creating configuration project /user/username/projects/myproject/coreRef3/tsconfig.json -Info 140 [00:04:30.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/coreRef3/src/file1.ts 500 undefined WatchType: Closed Script info -Info 141 [00:04:31.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/coreRef3/tsconfig.json -Info 142 [00:04:32.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/coreRef3/node_modules/@types 1 undefined Project: /user/username/projects/myproject/coreRef3/tsconfig.json WatchType: Type roots -Info 143 [00:04:33.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/coreRef3/node_modules/@types 1 undefined Project: /user/username/projects/myproject/coreRef3/tsconfig.json WatchType: Type roots -Info 144 [00:04:34.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/coreRef3/tsconfig.json WatchType: Type roots -Info 145 [00:04:35.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/coreRef3/tsconfig.json WatchType: Type roots -Info 146 [00:04:36.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/coreRef3/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 147 [00:04:37.000] Project '/user/username/projects/myproject/coreRef3/tsconfig.json' (Configured) -Info 148 [00:04:38.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/coreRef3/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/coreRef3/src/file1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/coreRef3/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/coreRef3/node_modules/@types 1 undefined Project: /user/username/projects/myproject/coreRef3/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/coreRef3/node_modules/@types 1 undefined Project: /user/username/projects/myproject/coreRef3/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/coreRef3/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/coreRef3/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/coreRef3/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/coreRef3/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/coreRef3/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/coreRef3/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/coreRef3/src/file1.ts Text-1 "export const coreRef3Const = 10;" @@ -665,9 +685,9 @@ Info 148 [00:04:38.000] Files (2) src/file1.ts Matched by default include pattern '**/*' -Info 149 [00:04:39.000] ----------------------------------------------- -Info 150 [00:04:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/core/src/file1.d.ts 2000 undefined Project: /user/username/projects/myproject/core/tsconfig.json WatchType: Missing generated file -Info 151 [00:04:41.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/core/src/file1.d.ts 2000 undefined Project: /user/username/projects/myproject/core/tsconfig.json WatchType: Missing generated file +Info seq [hh:mm:ss:mss] response: { "response": { "refs": [ @@ -707,6 +727,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/core/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/indirect/node_modules/@types: *new* diff --git a/tests/baselines/reference/tsserver/projectReferences/when-the-referenced-projects-have-allowJs-and-emitDeclarationOnly.js b/tests/baselines/reference/tsserver/projectReferences/when-the-referenced-projects-have-allowJs-and-emitDeclarationOnly.js index 88d97cfef4435..4028a35ef0c23 100644 --- a/tests/baselines/reference/tsserver/projectReferences/when-the-referenced-projects-have-allowJs-and-emitDeclarationOnly.js +++ b/tests/baselines/reference/tsserver/projectReferences/when-the-referenced-projects-have-allowJs-and-emitDeclarationOnly.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: true -Info 0 [00:00:43.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/lib/lib.d.ts] /// @@ -46,7 +46,7 @@ testCompositeFunction('why hello there', 42); //// [/user/username/projects/myproject/node_modules/emit-composite] symlink(/user/username/projects/myproject/packages/emit-composite) -Info 1 [00:00:44.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -55,13 +55,13 @@ Info 1 [00:00:44.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:45.000] Search path: /user/username/projects/myproject/packages/consumer/src -Info 3 [00:00:46.000] For info: /user/username/projects/myproject/packages/consumer/src/index.ts :: Config file name: /user/username/projects/myproject/packages/consumer/tsconfig.json -Info 4 [00:00:47.000] Creating configuration project /user/username/projects/myproject/packages/consumer/tsconfig.json -Info 5 [00:00:48.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/consumer/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/packages/consumer/tsconfig.json WatchType: Config file -Info 6 [00:00:49.000] event: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/packages/consumer/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/packages/consumer/src/index.ts :: Config file name: /user/username/projects/myproject/packages/consumer/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/packages/consumer/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/consumer/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/packages/consumer/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/packages/consumer/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/myproject/packages/consumer/src/index.ts to open"}} -Info 7 [00:00:50.000] Config: /user/username/projects/myproject/packages/consumer/tsconfig.json : { +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/packages/consumer/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/packages/consumer/src/index.ts" ], @@ -75,10 +75,10 @@ Info 7 [00:00:50.000] Config: /user/username/projects/myproject/packages/cons } ] } -Info 8 [00:00:51.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/consumer/src 1 undefined Config: /user/username/projects/myproject/packages/consumer/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:52.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/consumer/src 1 undefined Config: /user/username/projects/myproject/packages/consumer/tsconfig.json WatchType: Wild card directory -Info 10 [00:00:53.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/packages/consumer/tsconfig.json -Info 11 [00:00:54.000] Config: /user/username/projects/myproject/packages/emit-composite/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/consumer/src 1 undefined Config: /user/username/projects/myproject/packages/consumer/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/consumer/src 1 undefined Config: /user/username/projects/myproject/packages/consumer/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/packages/consumer/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/packages/emit-composite/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/packages/emit-composite/src/index.js", "/user/username/projects/myproject/packages/emit-composite/src/testModule.js" @@ -92,32 +92,34 @@ Info 11 [00:00:54.000] Config: /user/username/projects/myproject/packages/emit "configFilePath": "/user/username/projects/myproject/packages/emit-composite/tsconfig.json" } } -Info 12 [00:00:55.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/emit-composite/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/packages/consumer/tsconfig.json WatchType: Config file -Info 13 [00:00:56.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/emit-composite/src 1 undefined Config: /user/username/projects/myproject/packages/emit-composite/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:57.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/emit-composite/src 1 undefined Config: /user/username/projects/myproject/packages/emit-composite/tsconfig.json WatchType: Wild card directory -Info 15 [00:00:58.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/emit-composite/src/index.js 500 undefined WatchType: Closed Script info -Info 16 [00:00:59.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/emit-composite 1 undefined Project: /user/username/projects/myproject/packages/consumer/tsconfig.json WatchType: Failed Lookup Locations -Info 17 [00:01:00.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/emit-composite 1 undefined Project: /user/username/projects/myproject/packages/consumer/tsconfig.json WatchType: Failed Lookup Locations -Info 18 [00:01:01.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/emit-composite/src/testModule.js 500 undefined WatchType: Closed Script info -Info 19 [00:01:02.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 20 [00:01:03.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/consumer/src 1 undefined Project: /user/username/projects/myproject/packages/consumer/tsconfig.json WatchType: Failed Lookup Locations -Info 21 [00:01:04.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/consumer/src 1 undefined Project: /user/username/projects/myproject/packages/consumer/tsconfig.json WatchType: Failed Lookup Locations -Info 22 [00:01:05.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/consumer/node_modules 1 undefined Project: /user/username/projects/myproject/packages/consumer/tsconfig.json WatchType: Failed Lookup Locations -Info 23 [00:01:06.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/consumer/node_modules 1 undefined Project: /user/username/projects/myproject/packages/consumer/tsconfig.json WatchType: Failed Lookup Locations -Info 24 [00:01:07.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules 1 undefined Project: /user/username/projects/myproject/packages/consumer/tsconfig.json WatchType: Failed Lookup Locations -Info 25 [00:01:08.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules 1 undefined Project: /user/username/projects/myproject/packages/consumer/tsconfig.json WatchType: Failed Lookup Locations -Info 26 [00:01:09.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/packages/consumer/tsconfig.json WatchType: Failed Lookup Locations -Info 27 [00:01:10.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/packages/consumer/tsconfig.json WatchType: Failed Lookup Locations -Info 28 [00:01:11.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/emit-composite/package.json 2000 undefined Project: /user/username/projects/myproject/packages/consumer/tsconfig.json WatchType: File location affecting resolution -Info 29 [00:01:12.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/consumer/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/consumer/tsconfig.json WatchType: Type roots -Info 30 [00:01:13.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/consumer/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/consumer/tsconfig.json WatchType: Type roots -Info 31 [00:01:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/consumer/tsconfig.json WatchType: Type roots -Info 32 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/consumer/tsconfig.json WatchType: Type roots -Info 33 [00:01:16.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/consumer/tsconfig.json WatchType: Type roots -Info 34 [00:01:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/consumer/tsconfig.json WatchType: Type roots -Info 35 [00:01:18.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/packages/consumer/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 36 [00:01:19.000] Project '/user/username/projects/myproject/packages/consumer/tsconfig.json' (Configured) -Info 37 [00:01:20.000] Files (4) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/emit-composite/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/packages/consumer/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/emit-composite/src 1 undefined Config: /user/username/projects/myproject/packages/emit-composite/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/emit-composite/src 1 undefined Config: /user/username/projects/myproject/packages/emit-composite/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/emit-composite/src/index.js 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/emit-composite 1 undefined Project: /user/username/projects/myproject/packages/consumer/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/emit-composite 1 undefined Project: /user/username/projects/myproject/packages/consumer/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/emit-composite/src/testModule.js 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/consumer/src 1 undefined Project: /user/username/projects/myproject/packages/consumer/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/consumer/src 1 undefined Project: /user/username/projects/myproject/packages/consumer/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/consumer/node_modules 1 undefined Project: /user/username/projects/myproject/packages/consumer/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/consumer/node_modules 1 undefined Project: /user/username/projects/myproject/packages/consumer/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules 1 undefined Project: /user/username/projects/myproject/packages/consumer/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules 1 undefined Project: /user/username/projects/myproject/packages/consumer/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/packages/consumer/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 undefined Project: /user/username/projects/myproject/packages/consumer/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/emit-composite/package.json 2000 undefined Project: /user/username/projects/myproject/packages/consumer/tsconfig.json WatchType: File location affecting resolution +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/consumer/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/consumer/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/consumer/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/consumer/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/consumer/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/packages/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/consumer/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/consumer/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/consumer/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/consumer/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/packages/consumer/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/packages/consumer/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/packages/consumer/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/packages/emit-composite/src/testModule.js Text-1 "/**\n * @param {string} arg\n */\n const testCompositeFunction = (arg) => {\n}\nmodule.exports = {\n testCompositeFunction\n}" /user/username/projects/myproject/packages/emit-composite/src/index.js Text-1 "const testModule = require('./testModule');\nmodule.exports = {\n ...testModule\n}" @@ -133,21 +135,21 @@ Info 37 [00:01:20.000] Files (4) src/index.ts Matched by include pattern 'src' in 'tsconfig.json' -Info 38 [00:01:21.000] ----------------------------------------------- -Info 39 [00:01:22.000] event: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/user/username/projects/myproject/packages/consumer/tsconfig.json"}} -Info 40 [00:01:23.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"f6f890b868ee990140855d3b392e7be25cc511c224e307bfaf73c9f27a024a79","fileStats":{"js":2,"jsSize":203,"jsx":0,"jsxSize":0,"ts":1,"tsSize":143,"tsx":0,"tsxSize":0,"dts":1,"dtsSize":334,"deferred":0,"deferredSize":0},"compilerOptions":{},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":true,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"FakeVersion"}}} -Info 41 [00:01:24.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/user/username/projects/myproject/packages/consumer/src/index.ts","configFile":"/user/username/projects/myproject/packages/consumer/tsconfig.json","diagnostics":[]}} -Info 42 [00:01:25.000] Project '/user/username/projects/myproject/packages/consumer/tsconfig.json' (Configured) -Info 42 [00:01:26.000] Files (4) - -Info 42 [00:01:27.000] ----------------------------------------------- -Info 42 [00:01:28.000] Open files: -Info 42 [00:01:29.000] FileName: /user/username/projects/myproject/packages/consumer/src/index.ts ProjectRootPath: undefined -Info 42 [00:01:30.000] Projects: /user/username/projects/myproject/packages/consumer/tsconfig.json -Info 42 [00:01:31.000] response: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/packages/consumer/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/packages/consumer/src/index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/packages/consumer/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -164,6 +166,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/packages/consumer/tsconfig.json: *new* @@ -191,7 +195,7 @@ FsWatchesRecursive:: Before request -Info 43 [00:01:32.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "geterr", "arguments": { @@ -203,7 +207,7 @@ Info 43 [00:01:32.000] request: "seq": 2, "type": "request" } -Info 44 [00:01:33.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -212,14 +216,14 @@ After request Before running Timeout callback:: count: 1 1: checkOne -Info 45 [00:01:34.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/user/username/projects/myproject/packages/consumer/src/index.ts","diagnostics":[]}} After running Timeout callback:: count: 0 Before running Immedidate callback:: count: 1 1: semanticCheck -Info 46 [00:01:35.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/user/username/projects/myproject/packages/consumer/src/index.ts","diagnostics":[{"start":{"line":3,"offset":42},"end":{"line":3,"offset":44},"text":"Expected 1 arguments, but got 2.","code":2554,"category":"error"}]}} After running Immedidate callback:: count: 1 2: suggestionCheck @@ -227,8 +231,8 @@ After running Immedidate callback:: count: 1 Before running Immedidate callback:: count: 1 2: suggestionCheck -Info 47 [00:01:36.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/user/username/projects/myproject/packages/consumer/src/index.ts","diagnostics":[]}} -Info 48 [00:01:37.000] event: +Info seq [hh:mm:ss:mss] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":2}} After running Immedidate callback:: count: 0 diff --git a/tests/baselines/reference/tsserver/projectReferences/with-disableSolutionSearching-solution-and-siblings-are-not-loaded.js b/tests/baselines/reference/tsserver/projectReferences/with-disableSolutionSearching-solution-and-siblings-are-not-loaded.js index d99f08bf1f639..834ceec571781 100644 --- a/tests/baselines/reference/tsserver/projectReferences/with-disableSolutionSearching-solution-and-siblings-are-not-loaded.js +++ b/tests/baselines/reference/tsserver/projectReferences/with-disableSolutionSearching-solution-and-siblings-are-not-loaded.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:34.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/lib/lib.d.ts] /// @@ -47,7 +47,7 @@ interface Array { length: number; [n: number]: T; } } -Info 1 [00:00:35.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -56,11 +56,11 @@ Info 1 [00:00:35.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:36.000] Search path: /user/username/projects/solution/compiler -Info 3 [00:00:37.000] For info: /user/username/projects/solution/compiler/program.ts :: Config file name: /user/username/projects/solution/compiler/tsconfig.json -Info 4 [00:00:38.000] Creating configuration project /user/username/projects/solution/compiler/tsconfig.json -Info 5 [00:00:39.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/compiler/tsconfig.json 2000 undefined Project: /user/username/projects/solution/compiler/tsconfig.json WatchType: Config file -Info 6 [00:00:40.000] Config: /user/username/projects/solution/compiler/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/solution/compiler +Info seq [hh:mm:ss:mss] For info: /user/username/projects/solution/compiler/program.ts :: Config file name: /user/username/projects/solution/compiler/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/solution/compiler/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/compiler/tsconfig.json 2000 undefined Project: /user/username/projects/solution/compiler/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/solution/compiler/tsconfig.json : { "rootNames": [ "/user/username/projects/solution/compiler/types.ts", "/user/username/projects/solution/compiler/program.ts" @@ -72,16 +72,18 @@ Info 6 [00:00:40.000] Config: /user/username/projects/solution/compiler/tscon "configFilePath": "/user/username/projects/solution/compiler/tsconfig.json" } } -Info 7 [00:00:41.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/compiler/types.ts 500 undefined WatchType: Closed Script info -Info 8 [00:00:42.000] Starting updateGraphWorker: Project: /user/username/projects/solution/compiler/tsconfig.json -Info 9 [00:00:43.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:44.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/compiler/node_modules/@types 1 undefined Project: /user/username/projects/solution/compiler/tsconfig.json WatchType: Type roots -Info 11 [00:00:45.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/compiler/node_modules/@types 1 undefined Project: /user/username/projects/solution/compiler/tsconfig.json WatchType: Type roots -Info 12 [00:00:46.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/compiler/tsconfig.json WatchType: Type roots -Info 13 [00:00:47.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/compiler/tsconfig.json WatchType: Type roots -Info 14 [00:00:48.000] Finishing updateGraphWorker: Project: /user/username/projects/solution/compiler/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:49.000] Project '/user/username/projects/solution/compiler/tsconfig.json' (Configured) -Info 16 [00:00:50.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/compiler/types.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/solution/compiler/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/compiler/node_modules/@types 1 undefined Project: /user/username/projects/solution/compiler/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/compiler/node_modules/@types 1 undefined Project: /user/username/projects/solution/compiler/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/compiler/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/solution/node_modules/@types 1 undefined Project: /user/username/projects/solution/compiler/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/solution/compiler/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/solution/compiler/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/solution/compiler/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/solution/compiler/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/solution/compiler/types.ts Text-1 "\n namespace ts {\n export interface Program {\n getSourceFiles(): string[];\n }\n }" /user/username/projects/solution/compiler/program.ts SVC-1-0 "\n namespace ts {\n export const program: Program = {\n getSourceFiles: () => [getSourceFile()]\n };\n function getSourceFile() { return \"something\"; }\n }" @@ -94,15 +96,15 @@ Info 16 [00:00:50.000] Files (3) program.ts Part of 'files' list in tsconfig.json -Info 17 [00:00:51.000] ----------------------------------------------- -Info 18 [00:00:52.000] Project '/user/username/projects/solution/compiler/tsconfig.json' (Configured) -Info 18 [00:00:53.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/solution/compiler/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 18 [00:00:54.000] ----------------------------------------------- -Info 18 [00:00:55.000] Open files: -Info 18 [00:00:56.000] FileName: /user/username/projects/solution/compiler/program.ts ProjectRootPath: undefined -Info 18 [00:00:57.000] Projects: /user/username/projects/solution/compiler/tsconfig.json -Info 18 [00:00:58.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/solution/compiler/program.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/solution/compiler/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -113,6 +115,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/solution/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/solution/compiler/tsconfig.json: *new* @@ -124,7 +128,7 @@ FsWatches:: Before request -Info 19 [00:00:59.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "references", "arguments": { @@ -135,8 +139,8 @@ Info 19 [00:00:59.000] request: "seq": 2, "type": "request" } -Info 20 [00:01:00.000] Finding references to /user/username/projects/solution/compiler/program.ts position 110 in project /user/username/projects/solution/compiler/tsconfig.json -Info 21 [00:01:01.000] response: +Info seq [hh:mm:ss:mss] Finding references to /user/username/projects/solution/compiler/program.ts position 110 in project /user/username/projects/solution/compiler/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "refs": [ diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configHasNoReference/dependency-dts-changes-with-timeout-before-request.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configHasNoReference/dependency-dts-changes-with-timeout-before-request.js index 3024c099c3061..0b1ad4147367d 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configHasNoReference/dependency-dts-changes-with-timeout-before-request.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configHasNoReference/dependency-dts-changes-with-timeout-before-request.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:03.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:04.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:05.000] Search path: /user/username/projects/myproject/dependency -Info 3 [00:01:06.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 4 [00:01:07.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 5 [00:01:08.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 6 [00:01:09.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -238,17 +238,19 @@ Info 6 [00:01:09.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 7 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:12.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 10 [00:01:13.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 11 [00:01:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 12 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 13 [00:01:16.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 14 [00:01:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 15 [00:01:18.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:01:19.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 17 [00:01:20.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-1-0 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -258,17 +260,17 @@ Info 17 [00:01:20.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 18 [00:01:21.000] ----------------------------------------------- -Info 19 [00:01:22.000] Search path: /user/username/projects/myproject/dependency -Info 20 [00:01:23.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 21 [00:01:24.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 21 [00:01:25.000] Files (2) - -Info 21 [00:01:26.000] ----------------------------------------------- -Info 21 [00:01:27.000] Open files: -Info 21 [00:01:28.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 21 [00:01:29.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 21 [00:01:30.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -279,6 +281,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/dependency/tsconfig.json: *new* @@ -292,7 +296,7 @@ FsWatchesRecursive:: Before request -Info 22 [00:01:31.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -301,11 +305,11 @@ Info 22 [00:01:31.000] request: "seq": 2, "type": "request" } -Info 23 [00:01:32.000] Search path: /user/username/projects/myproject/random -Info 24 [00:01:33.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 25 [00:01:34.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 26 [00:01:35.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 27 [00:01:36.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -313,16 +317,18 @@ Info 27 [00:01:36.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 28 [00:01:37.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 29 [00:01:38.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 30 [00:01:39.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 31 [00:01:40.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 32 [00:01:41.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 33 [00:01:42.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 34 [00:01:43.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 35 [00:01:44.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 36 [00:01:45.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 37 [00:01:46.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -332,21 +338,21 @@ Info 37 [00:01:46.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 38 [00:01:47.000] ----------------------------------------------- -Info 39 [00:01:48.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 39 [00:01:49.000] Files (2) - -Info 39 [00:01:50.000] ----------------------------------------------- -Info 39 [00:01:51.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 39 [00:01:52.000] Files (2) - -Info 39 [00:01:53.000] ----------------------------------------------- -Info 39 [00:01:54.000] Open files: -Info 39 [00:01:55.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 39 [00:01:56.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 39 [00:01:57.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 39 [00:01:58.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 39 [00:01:59.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -357,6 +363,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -376,7 +384,7 @@ FsWatchesRecursive:: Before request -Info 40 [00:02:00.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -387,9 +395,9 @@ Info 40 [00:02:00.000] request: "seq": 3, "type": "request" } -Info 41 [00:02:01.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 42 [00:02:02.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 43 [00:02:03.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -444,6 +452,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -465,10 +475,10 @@ FsWatchesRecursive:: /user/username/projects/myproject/random: {} -Info 44 [00:02:07.000] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 45 [00:02:08.000] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json -Info 46 [00:02:09.000] Scheduled: *ensureProjectForOpenFiles* -Info 47 [00:02:10.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info Before running Timeout callback:: count: 2 1: /user/username/projects/myproject/dependency/tsconfig.json 2: *ensureProjectForOpenFiles* @@ -482,44 +492,44 @@ export declare function fn6(): void; //# sourceMappingURL=FnS.d.ts.map -Info 48 [00:02:11.000] Running: /user/username/projects/myproject/dependency/tsconfig.json -Info 49 [00:02:12.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 50 [00:02:13.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 51 [00:02:14.000] Same program as before -Info 52 [00:02:15.000] Running: *ensureProjectForOpenFiles* -Info 53 [00:02:16.000] Before ensureProjectForOpenFiles: -Info 54 [00:02:17.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 54 [00:02:18.000] Files (2) - -Info 54 [00:02:19.000] ----------------------------------------------- -Info 54 [00:02:20.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 54 [00:02:21.000] Files (2) - -Info 54 [00:02:22.000] ----------------------------------------------- -Info 54 [00:02:23.000] Open files: -Info 54 [00:02:24.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 54 [00:02:25.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 54 [00:02:26.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 54 [00:02:27.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 54 [00:02:28.000] After ensureProjectForOpenFiles: -Info 55 [00:02:29.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 55 [00:02:30.000] Files (2) - -Info 55 [00:02:31.000] ----------------------------------------------- -Info 55 [00:02:32.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 55 [00:02:33.000] Files (2) - -Info 55 [00:02:34.000] ----------------------------------------------- -Info 55 [00:02:35.000] Open files: -Info 55 [00:02:36.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 55 [00:02:37.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 55 [00:02:38.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 55 [00:02:39.000] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Running: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json After running Timeout callback:: count: 0 Before request -Info 55 [00:02:40.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -530,7 +540,7 @@ Info 55 [00:02:40.000] request: "seq": 4, "type": "request" } -Info 56 [00:02:41.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -582,7 +592,7 @@ After request Before request -Info 57 [00:02:42.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -593,7 +603,7 @@ Info 57 [00:02:42.000] request: "seq": 5, "type": "request" } -Info 58 [00:02:43.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -645,7 +655,7 @@ After request Before request -Info 59 [00:02:44.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -656,7 +666,7 @@ Info 59 [00:02:44.000] request: "seq": 6, "type": "request" } -Info 60 [00:02:45.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -708,7 +718,7 @@ After request Before request -Info 61 [00:02:46.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -719,7 +729,7 @@ Info 61 [00:02:46.000] request: "seq": 7, "type": "request" } -Info 62 [00:02:47.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -771,7 +781,7 @@ After request Before request -Info 63 [00:02:48.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -782,7 +792,7 @@ Info 63 [00:02:48.000] request: "seq": 8, "type": "request" } -Info 64 [00:02:49.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configHasNoReference/dependency-dts-changes.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configHasNoReference/dependency-dts-changes.js index afea4d7b8d049..cd770ab91ecfd 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configHasNoReference/dependency-dts-changes.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configHasNoReference/dependency-dts-changes.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:03.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:04.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:05.000] Search path: /user/username/projects/myproject/dependency -Info 3 [00:01:06.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 4 [00:01:07.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 5 [00:01:08.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 6 [00:01:09.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -238,17 +238,19 @@ Info 6 [00:01:09.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 7 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:12.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 10 [00:01:13.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 11 [00:01:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 12 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 13 [00:01:16.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 14 [00:01:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 15 [00:01:18.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:01:19.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 17 [00:01:20.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-1-0 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -258,17 +260,17 @@ Info 17 [00:01:20.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 18 [00:01:21.000] ----------------------------------------------- -Info 19 [00:01:22.000] Search path: /user/username/projects/myproject/dependency -Info 20 [00:01:23.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 21 [00:01:24.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 21 [00:01:25.000] Files (2) - -Info 21 [00:01:26.000] ----------------------------------------------- -Info 21 [00:01:27.000] Open files: -Info 21 [00:01:28.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 21 [00:01:29.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 21 [00:01:30.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -279,6 +281,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/dependency/tsconfig.json: *new* @@ -292,7 +296,7 @@ FsWatchesRecursive:: Before request -Info 22 [00:01:31.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -301,11 +305,11 @@ Info 22 [00:01:31.000] request: "seq": 2, "type": "request" } -Info 23 [00:01:32.000] Search path: /user/username/projects/myproject/random -Info 24 [00:01:33.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 25 [00:01:34.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 26 [00:01:35.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 27 [00:01:36.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -313,16 +317,18 @@ Info 27 [00:01:36.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 28 [00:01:37.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 29 [00:01:38.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 30 [00:01:39.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 31 [00:01:40.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 32 [00:01:41.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 33 [00:01:42.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 34 [00:01:43.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 35 [00:01:44.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 36 [00:01:45.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 37 [00:01:46.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -332,21 +338,21 @@ Info 37 [00:01:46.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 38 [00:01:47.000] ----------------------------------------------- -Info 39 [00:01:48.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 39 [00:01:49.000] Files (2) - -Info 39 [00:01:50.000] ----------------------------------------------- -Info 39 [00:01:51.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 39 [00:01:52.000] Files (2) - -Info 39 [00:01:53.000] ----------------------------------------------- -Info 39 [00:01:54.000] Open files: -Info 39 [00:01:55.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 39 [00:01:56.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 39 [00:01:57.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 39 [00:01:58.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 39 [00:01:59.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -357,6 +363,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -376,7 +384,7 @@ FsWatchesRecursive:: Before request -Info 40 [00:02:00.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -387,9 +395,9 @@ Info 40 [00:02:00.000] request: "seq": 3, "type": "request" } -Info 41 [00:02:01.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 42 [00:02:02.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 43 [00:02:03.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -444,6 +452,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -465,10 +475,10 @@ FsWatchesRecursive:: /user/username/projects/myproject/random: {} -Info 44 [00:02:07.000] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 45 [00:02:08.000] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json -Info 46 [00:02:09.000] Scheduled: *ensureProjectForOpenFiles* -Info 47 [00:02:10.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info Before request //// [/user/username/projects/myproject/decls/FnS.d.ts] export declare function fn1(): void; @@ -480,7 +490,7 @@ export declare function fn6(): void; //# sourceMappingURL=FnS.d.ts.map -Info 48 [00:02:11.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -491,10 +501,10 @@ Info 48 [00:02:11.000] request: "seq": 4, "type": "request" } -Info 49 [00:02:12.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 50 [00:02:13.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 51 [00:02:14.000] Same program as before -Info 52 [00:02:15.000] response: +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -546,7 +556,7 @@ After request Before request -Info 53 [00:02:16.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -557,7 +567,7 @@ Info 53 [00:02:16.000] request: "seq": 5, "type": "request" } -Info 54 [00:02:17.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -609,7 +619,7 @@ After request Before request -Info 55 [00:02:18.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -620,7 +630,7 @@ Info 55 [00:02:18.000] request: "seq": 6, "type": "request" } -Info 56 [00:02:19.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -672,7 +682,7 @@ After request Before request -Info 57 [00:02:20.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -683,7 +693,7 @@ Info 57 [00:02:20.000] request: "seq": 7, "type": "request" } -Info 58 [00:02:21.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -735,7 +745,7 @@ After request Before request -Info 59 [00:02:22.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -746,7 +756,7 @@ Info 59 [00:02:22.000] request: "seq": 8, "type": "request" } -Info 60 [00:02:23.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configHasNoReference/dependency-dts-created.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configHasNoReference/dependency-dts-created.js index 7a909b9eafe9f..46c570c42e42c 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configHasNoReference/dependency-dts-created.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configHasNoReference/dependency-dts-created.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:04.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -206,7 +206,7 @@ export {}; } -Info 1 [00:01:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -215,11 +215,11 @@ Info 1 [00:01:05.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:06.000] Search path: /user/username/projects/myproject/dependency -Info 3 [00:01:07.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 4 [00:01:08.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 5 [00:01:09.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 6 [00:01:10.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -230,17 +230,19 @@ Info 6 [00:01:10.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 7 [00:01:11.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:12.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:13.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 10 [00:01:14.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 11 [00:01:15.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 12 [00:01:16.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 13 [00:01:17.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 14 [00:01:18.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 15 [00:01:19.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:01:20.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 17 [00:01:21.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-1-0 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -250,17 +252,17 @@ Info 17 [00:01:21.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 18 [00:01:22.000] ----------------------------------------------- -Info 19 [00:01:23.000] Search path: /user/username/projects/myproject/dependency -Info 20 [00:01:24.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 21 [00:01:25.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 21 [00:01:26.000] Files (2) - -Info 21 [00:01:27.000] ----------------------------------------------- -Info 21 [00:01:28.000] Open files: -Info 21 [00:01:29.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 21 [00:01:30.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 21 [00:01:31.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -271,6 +273,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/dependency/tsconfig.json: *new* @@ -284,7 +288,7 @@ FsWatchesRecursive:: Before request -Info 22 [00:01:32.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -293,11 +297,11 @@ Info 22 [00:01:32.000] request: "seq": 2, "type": "request" } -Info 23 [00:01:33.000] Search path: /user/username/projects/myproject/random -Info 24 [00:01:34.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 25 [00:01:35.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 26 [00:01:36.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 27 [00:01:37.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -305,16 +309,18 @@ Info 27 [00:01:37.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 28 [00:01:38.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 29 [00:01:39.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 30 [00:01:40.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 31 [00:01:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 32 [00:01:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 33 [00:01:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 34 [00:01:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 35 [00:01:45.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 36 [00:01:46.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 37 [00:01:47.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -324,21 +330,21 @@ Info 37 [00:01:47.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 38 [00:01:48.000] ----------------------------------------------- -Info 39 [00:01:49.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 39 [00:01:50.000] Files (2) - -Info 39 [00:01:51.000] ----------------------------------------------- -Info 39 [00:01:52.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 39 [00:01:53.000] Files (2) - -Info 39 [00:01:54.000] ----------------------------------------------- -Info 39 [00:01:55.000] Open files: -Info 39 [00:01:56.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 39 [00:01:57.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 39 [00:01:58.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 39 [00:01:59.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 39 [00:02:00.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -349,6 +355,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -368,7 +376,7 @@ FsWatchesRecursive:: Before request -Info 40 [00:02:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -379,8 +387,8 @@ Info 40 [00:02:01.000] request: "seq": 3, "type": "request" } -Info 41 [00:02:02.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file -Info 42 [00:02:03.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -435,6 +443,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts: *new* @@ -454,14 +464,14 @@ FsWatchesRecursive:: /user/username/projects/myproject/random: {} -Info 43 [00:02:06.000] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 0:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file -Info 44 [00:02:07.000] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json -Info 45 [00:02:08.000] Scheduled: *ensureProjectForOpenFiles* -Info 46 [00:02:09.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 0:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file -Info 47 [00:02:10.000] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 0:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file -Info 48 [00:02:11.000] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json, Cancelled earlier one -Info 49 [00:02:12.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 50 [00:02:13.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 0:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 0:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 0:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 0:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 0:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file Before request //// [/user/username/projects/myproject/decls/FnS.d.ts] export declare function fn1(): void; @@ -477,6 +487,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -500,7 +512,7 @@ FsWatchesRecursive:: /user/username/projects/myproject/random: {} -Info 51 [00:02:14.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -511,12 +523,12 @@ Info 51 [00:02:14.000] request: "seq": 4, "type": "request" } -Info 52 [00:02:15.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 53 [00:02:16.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 54 [00:02:17.000] Same program as before -Info 55 [00:02:18.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 56 [00:02:19.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 57 [00:02:20.000] response: +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -571,6 +583,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -594,7 +608,7 @@ FsWatchesRecursive:: Before request -Info 58 [00:02:21.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -605,7 +619,7 @@ Info 58 [00:02:21.000] request: "seq": 5, "type": "request" } -Info 59 [00:02:22.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -657,7 +671,7 @@ After request Before request -Info 60 [00:02:23.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -668,7 +682,7 @@ Info 60 [00:02:23.000] request: "seq": 6, "type": "request" } -Info 61 [00:02:24.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -720,7 +734,7 @@ After request Before request -Info 62 [00:02:25.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -731,7 +745,7 @@ Info 62 [00:02:25.000] request: "seq": 7, "type": "request" } -Info 63 [00:02:26.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -783,7 +797,7 @@ After request Before request -Info 64 [00:02:27.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -794,7 +808,7 @@ Info 64 [00:02:27.000] request: "seq": 8, "type": "request" } -Info 65 [00:02:28.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -846,7 +860,7 @@ After request Before request -Info 66 [00:02:29.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -855,19 +869,19 @@ Info 66 [00:02:29.000] request: "seq": 9, "type": "request" } -Info 67 [00:02:30.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 68 [00:02:31.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 68 [00:02:32.000] Files (2) - -Info 68 [00:02:33.000] ----------------------------------------------- -Info 68 [00:02:34.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 68 [00:02:35.000] Files (2) - -Info 68 [00:02:36.000] ----------------------------------------------- -Info 68 [00:02:37.000] Open files: -Info 68 [00:02:38.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 68 [00:02:39.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 68 [00:02:40.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -878,6 +892,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -903,7 +919,7 @@ FsWatchesRecursive:: Before request -Info 69 [00:02:41.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -912,23 +928,23 @@ Info 69 [00:02:41.000] request: "seq": 10, "type": "request" } -Info 70 [00:02:42.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 71 [00:02:43.000] Search path: /user/username/projects/myproject/random -Info 72 [00:02:44.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 73 [00:02:45.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 73 [00:02:46.000] Files (2) - -Info 73 [00:02:47.000] ----------------------------------------------- -Info 73 [00:02:48.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 73 [00:02:49.000] Files (2) - -Info 73 [00:02:50.000] ----------------------------------------------- -Info 73 [00:02:51.000] Open files: -Info 73 [00:02:52.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 73 [00:02:53.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 73 [00:02:54.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 73 [00:02:55.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 73 [00:02:56.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -939,6 +955,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -966,7 +984,7 @@ FsWatchesRecursive:: Before request -Info 74 [00:02:57.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -975,19 +993,19 @@ Info 74 [00:02:57.000] request: "seq": 11, "type": "request" } -Info 75 [00:02:58.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 76 [00:02:59.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 76 [00:03:00.000] Files (2) - -Info 76 [00:03:01.000] ----------------------------------------------- -Info 76 [00:03:02.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 76 [00:03:03.000] Files (2) - -Info 76 [00:03:04.000] ----------------------------------------------- -Info 76 [00:03:05.000] Open files: -Info 76 [00:03:06.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 76 [00:03:07.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 76 [00:03:08.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -998,6 +1016,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -1023,7 +1043,7 @@ FsWatchesRecursive:: Before request -Info 77 [00:03:09.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1032,17 +1052,17 @@ Info 77 [00:03:09.000] request: "seq": 12, "type": "request" } -Info 78 [00:03:10.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 79 [00:03:11.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 79 [00:03:12.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 79 [00:03:13.000] ----------------------------------------------- -Info 79 [00:03:14.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 79 [00:03:15.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 79 [00:03:16.000] ----------------------------------------------- -Info 79 [00:03:17.000] Open files: -Info 79 [00:03:18.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1053,6 +1073,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -1080,7 +1102,7 @@ FsWatchesRecursive:: Before request -Info 80 [00:03:19.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -1089,12 +1111,12 @@ Info 80 [00:03:19.000] request: "seq": 13, "type": "request" } -Info 81 [00:03:20.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 82 [00:03:21.000] Search path: /user/username/projects/myproject/random -Info 83 [00:03:22.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 84 [00:03:23.000] `remove Project:: -Info 85 [00:03:24.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 86 [00:03:25.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts /user/username/projects/myproject/dependency/FnS.ts @@ -1104,26 +1126,28 @@ Info 86 [00:03:25.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 87 [00:03:26.000] ----------------------------------------------- -Info 88 [00:03:27.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 89 [00:03:28.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 90 [00:03:29.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 91 [00:03:30.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 92 [00:03:31.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 93 [00:03:32.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 94 [00:03:33.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 95 [00:03:34.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file -Info 96 [00:03:35.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 97 [00:03:36.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 98 [00:03:37.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 99 [00:03:38.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 99 [00:03:39.000] Files (2) - -Info 99 [00:03:40.000] ----------------------------------------------- -Info 99 [00:03:41.000] Open files: -Info 99 [00:03:42.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 99 [00:03:43.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 99 [00:03:44.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1132,6 +1156,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configHasNoReference/dependency-dts-deleted.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configHasNoReference/dependency-dts-deleted.js index 76d0418d6d48c..363d46392924b 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configHasNoReference/dependency-dts-deleted.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configHasNoReference/dependency-dts-deleted.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:03.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:04.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:05.000] Search path: /user/username/projects/myproject/dependency -Info 3 [00:01:06.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 4 [00:01:07.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 5 [00:01:08.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 6 [00:01:09.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -238,17 +238,19 @@ Info 6 [00:01:09.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 7 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:12.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 10 [00:01:13.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 11 [00:01:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 12 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 13 [00:01:16.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 14 [00:01:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 15 [00:01:18.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:01:19.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 17 [00:01:20.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-1-0 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -258,17 +260,17 @@ Info 17 [00:01:20.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 18 [00:01:21.000] ----------------------------------------------- -Info 19 [00:01:22.000] Search path: /user/username/projects/myproject/dependency -Info 20 [00:01:23.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 21 [00:01:24.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 21 [00:01:25.000] Files (2) - -Info 21 [00:01:26.000] ----------------------------------------------- -Info 21 [00:01:27.000] Open files: -Info 21 [00:01:28.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 21 [00:01:29.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 21 [00:01:30.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -279,6 +281,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/dependency/tsconfig.json: *new* @@ -292,7 +296,7 @@ FsWatchesRecursive:: Before request -Info 22 [00:01:31.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -301,11 +305,11 @@ Info 22 [00:01:31.000] request: "seq": 2, "type": "request" } -Info 23 [00:01:32.000] Search path: /user/username/projects/myproject/random -Info 24 [00:01:33.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 25 [00:01:34.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 26 [00:01:35.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 27 [00:01:36.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -313,16 +317,18 @@ Info 27 [00:01:36.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 28 [00:01:37.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 29 [00:01:38.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 30 [00:01:39.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 31 [00:01:40.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 32 [00:01:41.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 33 [00:01:42.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 34 [00:01:43.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 35 [00:01:44.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 36 [00:01:45.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 37 [00:01:46.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -332,21 +338,21 @@ Info 37 [00:01:46.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 38 [00:01:47.000] ----------------------------------------------- -Info 39 [00:01:48.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 39 [00:01:49.000] Files (2) - -Info 39 [00:01:50.000] ----------------------------------------------- -Info 39 [00:01:51.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 39 [00:01:52.000] Files (2) - -Info 39 [00:01:53.000] ----------------------------------------------- -Info 39 [00:01:54.000] Open files: -Info 39 [00:01:55.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 39 [00:01:56.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 39 [00:01:57.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 39 [00:01:58.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 39 [00:01:59.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -357,6 +363,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -376,7 +384,7 @@ FsWatchesRecursive:: Before request -Info 40 [00:02:00.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -387,9 +395,9 @@ Info 40 [00:02:00.000] request: "seq": 3, "type": "request" } -Info 41 [00:02:01.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 42 [00:02:02.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 43 [00:02:03.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -444,6 +452,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -465,11 +475,11 @@ FsWatchesRecursive:: /user/username/projects/myproject/random: {} -Info 44 [00:02:05.000] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 2:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 45 [00:02:06.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 46 [00:02:07.000] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json -Info 47 [00:02:08.000] Scheduled: *ensureProjectForOpenFiles* -Info 48 [00:02:09.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 2:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 2:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 2:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info Before request //// [/user/username/projects/myproject/decls/FnS.d.ts] deleted @@ -478,6 +488,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -501,7 +513,7 @@ FsWatchesRecursive:: /user/username/projects/myproject/random: {} -Info 49 [00:02:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -512,11 +524,11 @@ Info 49 [00:02:10.000] request: "seq": 4, "type": "request" } -Info 50 [00:02:11.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 51 [00:02:12.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 52 [00:02:13.000] Same program as before -Info 53 [00:02:14.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file -Info 54 [00:02:15.000] response: +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -571,6 +583,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts: *new* @@ -594,7 +608,7 @@ FsWatchesRecursive:: Before request -Info 55 [00:02:16.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -605,7 +619,7 @@ Info 55 [00:02:16.000] request: "seq": 5, "type": "request" } -Info 56 [00:02:17.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -657,7 +671,7 @@ After request Before request -Info 57 [00:02:18.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -668,7 +682,7 @@ Info 57 [00:02:18.000] request: "seq": 6, "type": "request" } -Info 58 [00:02:19.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -720,7 +734,7 @@ After request Before request -Info 59 [00:02:20.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -731,7 +745,7 @@ Info 59 [00:02:20.000] request: "seq": 7, "type": "request" } -Info 60 [00:02:21.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -783,7 +797,7 @@ After request Before request -Info 61 [00:02:22.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -794,7 +808,7 @@ Info 61 [00:02:22.000] request: "seq": 8, "type": "request" } -Info 62 [00:02:23.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -846,7 +860,7 @@ After request Before request -Info 63 [00:02:24.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -855,19 +869,19 @@ Info 63 [00:02:24.000] request: "seq": 9, "type": "request" } -Info 64 [00:02:25.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 65 [00:02:26.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 65 [00:02:27.000] Files (2) - -Info 65 [00:02:28.000] ----------------------------------------------- -Info 65 [00:02:29.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 65 [00:02:30.000] Files (2) - -Info 65 [00:02:31.000] ----------------------------------------------- -Info 65 [00:02:32.000] Open files: -Info 65 [00:02:33.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 65 [00:02:34.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 65 [00:02:35.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -878,6 +892,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts: @@ -903,7 +919,7 @@ FsWatchesRecursive:: Before request -Info 66 [00:02:36.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -912,24 +928,24 @@ Info 66 [00:02:36.000] request: "seq": 10, "type": "request" } -Info 67 [00:02:37.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 68 [00:02:38.000] Search path: /user/username/projects/myproject/random -Info 69 [00:02:39.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 70 [00:02:40.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 71 [00:02:41.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 71 [00:02:42.000] Files (2) - -Info 71 [00:02:43.000] ----------------------------------------------- -Info 71 [00:02:44.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 71 [00:02:45.000] Files (2) - -Info 71 [00:02:46.000] ----------------------------------------------- -Info 71 [00:02:47.000] Open files: -Info 71 [00:02:48.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 71 [00:02:49.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 71 [00:02:50.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 71 [00:02:51.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 71 [00:02:52.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -940,6 +956,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts: @@ -967,7 +985,7 @@ FsWatchesRecursive:: Before request -Info 72 [00:02:53.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -976,19 +994,19 @@ Info 72 [00:02:53.000] request: "seq": 11, "type": "request" } -Info 73 [00:02:54.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 74 [00:02:55.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 74 [00:02:56.000] Files (2) - -Info 74 [00:02:57.000] ----------------------------------------------- -Info 74 [00:02:58.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 74 [00:02:59.000] Files (2) - -Info 74 [00:03:00.000] ----------------------------------------------- -Info 74 [00:03:01.000] Open files: -Info 74 [00:03:02.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 74 [00:03:03.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 74 [00:03:04.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -999,6 +1017,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts: @@ -1022,7 +1042,7 @@ FsWatchesRecursive:: Before request -Info 75 [00:03:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1031,17 +1051,17 @@ Info 75 [00:03:05.000] request: "seq": 12, "type": "request" } -Info 76 [00:03:06.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 77 [00:03:07.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 77 [00:03:08.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 77 [00:03:09.000] ----------------------------------------------- -Info 77 [00:03:10.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 77 [00:03:11.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 77 [00:03:12.000] ----------------------------------------------- -Info 77 [00:03:13.000] Open files: -Info 77 [00:03:14.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1052,6 +1072,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts: @@ -1077,7 +1099,7 @@ FsWatchesRecursive:: Before request -Info 78 [00:03:15.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -1086,12 +1108,12 @@ Info 78 [00:03:15.000] request: "seq": 13, "type": "request" } -Info 79 [00:03:16.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 80 [00:03:17.000] Search path: /user/username/projects/myproject/random -Info 81 [00:03:18.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 82 [00:03:19.000] `remove Project:: -Info 83 [00:03:20.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 84 [00:03:21.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts /user/username/projects/myproject/dependency/FnS.ts @@ -1101,24 +1123,26 @@ Info 84 [00:03:21.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 85 [00:03:22.000] ----------------------------------------------- -Info 86 [00:03:23.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 87 [00:03:24.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 88 [00:03:25.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 89 [00:03:26.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 90 [00:03:27.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 91 [00:03:28.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 92 [00:03:29.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 93 [00:03:30.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file -Info 94 [00:03:31.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 95 [00:03:32.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 95 [00:03:33.000] Files (2) - -Info 95 [00:03:34.000] ----------------------------------------------- -Info 95 [00:03:35.000] Open files: -Info 95 [00:03:36.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 95 [00:03:37.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 95 [00:03:38.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1127,6 +1151,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configHasNoReference/dependency-dts-not-present.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configHasNoReference/dependency-dts-not-present.js index 43e14a505eb90..d52a878c16241 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configHasNoReference/dependency-dts-not-present.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configHasNoReference/dependency-dts-not-present.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:04.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -206,7 +206,7 @@ export {}; } -Info 1 [00:01:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -215,11 +215,11 @@ Info 1 [00:01:05.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:06.000] Search path: /user/username/projects/myproject/dependency -Info 3 [00:01:07.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 4 [00:01:08.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 5 [00:01:09.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 6 [00:01:10.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -230,17 +230,19 @@ Info 6 [00:01:10.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 7 [00:01:11.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:12.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:13.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 10 [00:01:14.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 11 [00:01:15.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 12 [00:01:16.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 13 [00:01:17.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 14 [00:01:18.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 15 [00:01:19.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:01:20.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 17 [00:01:21.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-1-0 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -250,17 +252,17 @@ Info 17 [00:01:21.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 18 [00:01:22.000] ----------------------------------------------- -Info 19 [00:01:23.000] Search path: /user/username/projects/myproject/dependency -Info 20 [00:01:24.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 21 [00:01:25.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 21 [00:01:26.000] Files (2) - -Info 21 [00:01:27.000] ----------------------------------------------- -Info 21 [00:01:28.000] Open files: -Info 21 [00:01:29.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 21 [00:01:30.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 21 [00:01:31.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -271,6 +273,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/dependency/tsconfig.json: *new* @@ -284,7 +288,7 @@ FsWatchesRecursive:: Before request -Info 22 [00:01:32.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -293,11 +297,11 @@ Info 22 [00:01:32.000] request: "seq": 2, "type": "request" } -Info 23 [00:01:33.000] Search path: /user/username/projects/myproject/random -Info 24 [00:01:34.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 25 [00:01:35.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 26 [00:01:36.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 27 [00:01:37.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -305,16 +309,18 @@ Info 27 [00:01:37.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 28 [00:01:38.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 29 [00:01:39.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 30 [00:01:40.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 31 [00:01:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 32 [00:01:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 33 [00:01:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 34 [00:01:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 35 [00:01:45.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 36 [00:01:46.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 37 [00:01:47.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -324,21 +330,21 @@ Info 37 [00:01:47.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 38 [00:01:48.000] ----------------------------------------------- -Info 39 [00:01:49.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 39 [00:01:50.000] Files (2) - -Info 39 [00:01:51.000] ----------------------------------------------- -Info 39 [00:01:52.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 39 [00:01:53.000] Files (2) - -Info 39 [00:01:54.000] ----------------------------------------------- -Info 39 [00:01:55.000] Open files: -Info 39 [00:01:56.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 39 [00:01:57.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 39 [00:01:58.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 39 [00:01:59.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 39 [00:02:00.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -349,6 +355,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -368,7 +376,7 @@ FsWatchesRecursive:: Before request -Info 40 [00:02:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -379,8 +387,8 @@ Info 40 [00:02:01.000] request: "seq": 3, "type": "request" } -Info 41 [00:02:02.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file -Info 42 [00:02:03.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -435,6 +443,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts: *new* @@ -456,7 +466,7 @@ FsWatchesRecursive:: Before request -Info 43 [00:02:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -467,7 +477,7 @@ Info 43 [00:02:04.000] request: "seq": 4, "type": "request" } -Info 44 [00:02:05.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -519,7 +529,7 @@ After request Before request -Info 45 [00:02:06.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -530,7 +540,7 @@ Info 45 [00:02:06.000] request: "seq": 5, "type": "request" } -Info 46 [00:02:07.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -582,7 +592,7 @@ After request Before request -Info 47 [00:02:08.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -593,7 +603,7 @@ Info 47 [00:02:08.000] request: "seq": 6, "type": "request" } -Info 48 [00:02:09.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -645,7 +655,7 @@ After request Before request -Info 49 [00:02:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -656,7 +666,7 @@ Info 49 [00:02:10.000] request: "seq": 7, "type": "request" } -Info 50 [00:02:11.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -708,7 +718,7 @@ After request Before request -Info 51 [00:02:12.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -717,19 +727,19 @@ Info 51 [00:02:12.000] request: "seq": 8, "type": "request" } -Info 52 [00:02:13.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 53 [00:02:14.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 53 [00:02:15.000] Files (2) - -Info 53 [00:02:16.000] ----------------------------------------------- -Info 53 [00:02:17.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 53 [00:02:18.000] Files (2) - -Info 53 [00:02:19.000] ----------------------------------------------- -Info 53 [00:02:20.000] Open files: -Info 53 [00:02:21.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 53 [00:02:22.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 53 [00:02:23.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -740,6 +750,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts: @@ -763,7 +775,7 @@ FsWatchesRecursive:: Before request -Info 54 [00:02:24.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -772,23 +784,23 @@ Info 54 [00:02:24.000] request: "seq": 9, "type": "request" } -Info 55 [00:02:25.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 56 [00:02:26.000] Search path: /user/username/projects/myproject/random -Info 57 [00:02:27.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 58 [00:02:28.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 58 [00:02:29.000] Files (2) - -Info 58 [00:02:30.000] ----------------------------------------------- -Info 58 [00:02:31.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 58 [00:02:32.000] Files (2) - -Info 58 [00:02:33.000] ----------------------------------------------- -Info 58 [00:02:34.000] Open files: -Info 58 [00:02:35.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 58 [00:02:36.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 58 [00:02:37.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 58 [00:02:38.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 58 [00:02:39.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -799,6 +811,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts: @@ -824,7 +838,7 @@ FsWatchesRecursive:: Before request -Info 59 [00:02:40.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -833,19 +847,19 @@ Info 59 [00:02:40.000] request: "seq": 10, "type": "request" } -Info 60 [00:02:41.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 61 [00:02:42.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 61 [00:02:43.000] Files (2) - -Info 61 [00:02:44.000] ----------------------------------------------- -Info 61 [00:02:45.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 61 [00:02:46.000] Files (2) - -Info 61 [00:02:47.000] ----------------------------------------------- -Info 61 [00:02:48.000] Open files: -Info 61 [00:02:49.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 61 [00:02:50.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 61 [00:02:51.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -856,6 +870,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts: @@ -879,7 +895,7 @@ FsWatchesRecursive:: Before request -Info 62 [00:02:52.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -888,17 +904,17 @@ Info 62 [00:02:52.000] request: "seq": 11, "type": "request" } -Info 63 [00:02:53.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 64 [00:02:54.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 64 [00:02:55.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 64 [00:02:56.000] ----------------------------------------------- -Info 64 [00:02:57.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 64 [00:02:58.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 64 [00:02:59.000] ----------------------------------------------- -Info 64 [00:03:00.000] Open files: -Info 64 [00:03:01.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -909,6 +925,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts: @@ -934,7 +952,7 @@ FsWatchesRecursive:: Before request -Info 65 [00:03:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -943,12 +961,12 @@ Info 65 [00:03:02.000] request: "seq": 12, "type": "request" } -Info 66 [00:03:03.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 67 [00:03:04.000] Search path: /user/username/projects/myproject/random -Info 68 [00:03:05.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 69 [00:03:06.000] `remove Project:: -Info 70 [00:03:07.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 71 [00:03:08.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts /user/username/projects/myproject/dependency/FnS.ts @@ -958,24 +976,26 @@ Info 71 [00:03:08.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 72 [00:03:09.000] ----------------------------------------------- -Info 73 [00:03:10.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 74 [00:03:11.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 75 [00:03:12.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 76 [00:03:13.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 77 [00:03:14.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 78 [00:03:15.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 79 [00:03:16.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 80 [00:03:17.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file -Info 81 [00:03:18.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 82 [00:03:19.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 82 [00:03:20.000] Files (2) - -Info 82 [00:03:21.000] ----------------------------------------------- -Info 82 [00:03:22.000] Open files: -Info 82 [00:03:23.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 82 [00:03:24.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 82 [00:03:25.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -984,6 +1004,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configHasNoReference/dependency-dtsMap-changes-with-timeout-before-request.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configHasNoReference/dependency-dtsMap-changes-with-timeout-before-request.js index 8485354cbe420..718d3e2563038 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configHasNoReference/dependency-dtsMap-changes-with-timeout-before-request.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configHasNoReference/dependency-dtsMap-changes-with-timeout-before-request.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:03.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:04.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:05.000] Search path: /user/username/projects/myproject/dependency -Info 3 [00:01:06.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 4 [00:01:07.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 5 [00:01:08.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 6 [00:01:09.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -238,17 +238,19 @@ Info 6 [00:01:09.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 7 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:12.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 10 [00:01:13.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 11 [00:01:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 12 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 13 [00:01:16.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 14 [00:01:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 15 [00:01:18.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:01:19.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 17 [00:01:20.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-1-0 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -258,17 +260,17 @@ Info 17 [00:01:20.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 18 [00:01:21.000] ----------------------------------------------- -Info 19 [00:01:22.000] Search path: /user/username/projects/myproject/dependency -Info 20 [00:01:23.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 21 [00:01:24.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 21 [00:01:25.000] Files (2) - -Info 21 [00:01:26.000] ----------------------------------------------- -Info 21 [00:01:27.000] Open files: -Info 21 [00:01:28.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 21 [00:01:29.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 21 [00:01:30.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -279,6 +281,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/dependency/tsconfig.json: *new* @@ -292,7 +296,7 @@ FsWatchesRecursive:: Before request -Info 22 [00:01:31.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -301,11 +305,11 @@ Info 22 [00:01:31.000] request: "seq": 2, "type": "request" } -Info 23 [00:01:32.000] Search path: /user/username/projects/myproject/random -Info 24 [00:01:33.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 25 [00:01:34.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 26 [00:01:35.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 27 [00:01:36.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -313,16 +317,18 @@ Info 27 [00:01:36.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 28 [00:01:37.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 29 [00:01:38.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 30 [00:01:39.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 31 [00:01:40.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 32 [00:01:41.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 33 [00:01:42.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 34 [00:01:43.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 35 [00:01:44.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 36 [00:01:45.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 37 [00:01:46.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -332,21 +338,21 @@ Info 37 [00:01:46.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 38 [00:01:47.000] ----------------------------------------------- -Info 39 [00:01:48.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 39 [00:01:49.000] Files (2) - -Info 39 [00:01:50.000] ----------------------------------------------- -Info 39 [00:01:51.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 39 [00:01:52.000] Files (2) - -Info 39 [00:01:53.000] ----------------------------------------------- -Info 39 [00:01:54.000] Open files: -Info 39 [00:01:55.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 39 [00:01:56.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 39 [00:01:57.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 39 [00:01:58.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 39 [00:01:59.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -357,6 +363,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -376,7 +384,7 @@ FsWatchesRecursive:: Before request -Info 40 [00:02:00.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -387,9 +395,9 @@ Info 40 [00:02:00.000] request: "seq": 3, "type": "request" } -Info 41 [00:02:01.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 42 [00:02:02.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 43 [00:02:03.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -444,6 +452,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -465,10 +475,10 @@ FsWatchesRecursive:: /user/username/projects/myproject/random: {} -Info 44 [00:02:07.000] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 45 [00:02:08.000] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json -Info 46 [00:02:09.000] Scheduled: *ensureProjectForOpenFiles* -Info 47 [00:02:10.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info Before running Timeout callback:: count: 2 1: /user/username/projects/myproject/dependency/tsconfig.json 2: *ensureProjectForOpenFiles* @@ -476,44 +486,44 @@ Before running Timeout callback:: count: 2 {"version":3,"file":"FnS.d.ts","sourceRoot":"","sources":["../dependency/FnS.ts"],"names":[],"mappings":"AAAA,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,eAAO,MAAM,CAAC,KAAK,CAAC"} -Info 48 [00:02:11.000] Running: /user/username/projects/myproject/dependency/tsconfig.json -Info 49 [00:02:12.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 50 [00:02:13.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 51 [00:02:14.000] Same program as before -Info 52 [00:02:15.000] Running: *ensureProjectForOpenFiles* -Info 53 [00:02:16.000] Before ensureProjectForOpenFiles: -Info 54 [00:02:17.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 54 [00:02:18.000] Files (2) - -Info 54 [00:02:19.000] ----------------------------------------------- -Info 54 [00:02:20.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 54 [00:02:21.000] Files (2) - -Info 54 [00:02:22.000] ----------------------------------------------- -Info 54 [00:02:23.000] Open files: -Info 54 [00:02:24.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 54 [00:02:25.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 54 [00:02:26.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 54 [00:02:27.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 54 [00:02:28.000] After ensureProjectForOpenFiles: -Info 55 [00:02:29.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 55 [00:02:30.000] Files (2) - -Info 55 [00:02:31.000] ----------------------------------------------- -Info 55 [00:02:32.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 55 [00:02:33.000] Files (2) - -Info 55 [00:02:34.000] ----------------------------------------------- -Info 55 [00:02:35.000] Open files: -Info 55 [00:02:36.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 55 [00:02:37.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 55 [00:02:38.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 55 [00:02:39.000] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Running: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json After running Timeout callback:: count: 0 Before request -Info 55 [00:02:40.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -524,7 +534,7 @@ Info 55 [00:02:40.000] request: "seq": 4, "type": "request" } -Info 56 [00:02:41.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -576,7 +586,7 @@ After request Before request -Info 57 [00:02:42.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -587,7 +597,7 @@ Info 57 [00:02:42.000] request: "seq": 5, "type": "request" } -Info 58 [00:02:43.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -639,7 +649,7 @@ After request Before request -Info 59 [00:02:44.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -650,7 +660,7 @@ Info 59 [00:02:44.000] request: "seq": 6, "type": "request" } -Info 60 [00:02:45.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -702,7 +712,7 @@ After request Before request -Info 61 [00:02:46.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -713,7 +723,7 @@ Info 61 [00:02:46.000] request: "seq": 7, "type": "request" } -Info 62 [00:02:47.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -765,7 +775,7 @@ After request Before request -Info 63 [00:02:48.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -776,7 +786,7 @@ Info 63 [00:02:48.000] request: "seq": 8, "type": "request" } -Info 64 [00:02:49.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configHasNoReference/dependency-dtsMap-changes.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configHasNoReference/dependency-dtsMap-changes.js index 14182a1cf1b4c..ead24bb7b2c4f 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configHasNoReference/dependency-dtsMap-changes.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configHasNoReference/dependency-dtsMap-changes.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:03.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:04.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:05.000] Search path: /user/username/projects/myproject/dependency -Info 3 [00:01:06.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 4 [00:01:07.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 5 [00:01:08.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 6 [00:01:09.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -238,17 +238,19 @@ Info 6 [00:01:09.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 7 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:12.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 10 [00:01:13.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 11 [00:01:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 12 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 13 [00:01:16.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 14 [00:01:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 15 [00:01:18.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:01:19.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 17 [00:01:20.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-1-0 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -258,17 +260,17 @@ Info 17 [00:01:20.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 18 [00:01:21.000] ----------------------------------------------- -Info 19 [00:01:22.000] Search path: /user/username/projects/myproject/dependency -Info 20 [00:01:23.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 21 [00:01:24.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 21 [00:01:25.000] Files (2) - -Info 21 [00:01:26.000] ----------------------------------------------- -Info 21 [00:01:27.000] Open files: -Info 21 [00:01:28.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 21 [00:01:29.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 21 [00:01:30.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -279,6 +281,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/dependency/tsconfig.json: *new* @@ -292,7 +296,7 @@ FsWatchesRecursive:: Before request -Info 22 [00:01:31.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -301,11 +305,11 @@ Info 22 [00:01:31.000] request: "seq": 2, "type": "request" } -Info 23 [00:01:32.000] Search path: /user/username/projects/myproject/random -Info 24 [00:01:33.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 25 [00:01:34.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 26 [00:01:35.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 27 [00:01:36.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -313,16 +317,18 @@ Info 27 [00:01:36.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 28 [00:01:37.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 29 [00:01:38.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 30 [00:01:39.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 31 [00:01:40.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 32 [00:01:41.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 33 [00:01:42.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 34 [00:01:43.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 35 [00:01:44.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 36 [00:01:45.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 37 [00:01:46.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -332,21 +338,21 @@ Info 37 [00:01:46.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 38 [00:01:47.000] ----------------------------------------------- -Info 39 [00:01:48.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 39 [00:01:49.000] Files (2) - -Info 39 [00:01:50.000] ----------------------------------------------- -Info 39 [00:01:51.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 39 [00:01:52.000] Files (2) - -Info 39 [00:01:53.000] ----------------------------------------------- -Info 39 [00:01:54.000] Open files: -Info 39 [00:01:55.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 39 [00:01:56.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 39 [00:01:57.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 39 [00:01:58.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 39 [00:01:59.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -357,6 +363,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -376,7 +384,7 @@ FsWatchesRecursive:: Before request -Info 40 [00:02:00.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -387,9 +395,9 @@ Info 40 [00:02:00.000] request: "seq": 3, "type": "request" } -Info 41 [00:02:01.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 42 [00:02:02.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 43 [00:02:03.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -444,6 +452,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -465,16 +475,16 @@ FsWatchesRecursive:: /user/username/projects/myproject/random: {} -Info 44 [00:02:07.000] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 45 [00:02:08.000] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json -Info 46 [00:02:09.000] Scheduled: *ensureProjectForOpenFiles* -Info 47 [00:02:10.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info Before request //// [/user/username/projects/myproject/decls/FnS.d.ts.map] {"version":3,"file":"FnS.d.ts","sourceRoot":"","sources":["../dependency/FnS.ts"],"names":[],"mappings":"AAAA,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,eAAO,MAAM,CAAC,KAAK,CAAC"} -Info 48 [00:02:11.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -485,10 +495,10 @@ Info 48 [00:02:11.000] request: "seq": 4, "type": "request" } -Info 49 [00:02:12.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 50 [00:02:13.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 51 [00:02:14.000] Same program as before -Info 52 [00:02:15.000] response: +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -540,7 +550,7 @@ After request Before request -Info 53 [00:02:16.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -551,7 +561,7 @@ Info 53 [00:02:16.000] request: "seq": 5, "type": "request" } -Info 54 [00:02:17.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -603,7 +613,7 @@ After request Before request -Info 55 [00:02:18.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -614,7 +624,7 @@ Info 55 [00:02:18.000] request: "seq": 6, "type": "request" } -Info 56 [00:02:19.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -666,7 +676,7 @@ After request Before request -Info 57 [00:02:20.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -677,7 +687,7 @@ Info 57 [00:02:20.000] request: "seq": 7, "type": "request" } -Info 58 [00:02:21.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -729,7 +739,7 @@ After request Before request -Info 59 [00:02:22.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -740,7 +750,7 @@ Info 59 [00:02:22.000] request: "seq": 8, "type": "request" } -Info 60 [00:02:23.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configHasNoReference/dependency-dtsMap-created.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configHasNoReference/dependency-dtsMap-created.js index 809af3d032be3..4d71d80829950 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configHasNoReference/dependency-dtsMap-created.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configHasNoReference/dependency-dtsMap-created.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:04.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -211,7 +211,7 @@ export {}; } -Info 1 [00:01:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -220,11 +220,11 @@ Info 1 [00:01:05.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:06.000] Search path: /user/username/projects/myproject/dependency -Info 3 [00:01:07.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 4 [00:01:08.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 5 [00:01:09.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 6 [00:01:10.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -235,17 +235,19 @@ Info 6 [00:01:10.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 7 [00:01:11.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:12.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:13.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 10 [00:01:14.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 11 [00:01:15.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 12 [00:01:16.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 13 [00:01:17.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 14 [00:01:18.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 15 [00:01:19.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:01:20.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 17 [00:01:21.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-1-0 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -255,17 +257,17 @@ Info 17 [00:01:21.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 18 [00:01:22.000] ----------------------------------------------- -Info 19 [00:01:23.000] Search path: /user/username/projects/myproject/dependency -Info 20 [00:01:24.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 21 [00:01:25.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 21 [00:01:26.000] Files (2) - -Info 21 [00:01:27.000] ----------------------------------------------- -Info 21 [00:01:28.000] Open files: -Info 21 [00:01:29.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 21 [00:01:30.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 21 [00:01:31.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -276,6 +278,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/dependency/tsconfig.json: *new* @@ -289,7 +293,7 @@ FsWatchesRecursive:: Before request -Info 22 [00:01:32.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -298,11 +302,11 @@ Info 22 [00:01:32.000] request: "seq": 2, "type": "request" } -Info 23 [00:01:33.000] Search path: /user/username/projects/myproject/random -Info 24 [00:01:34.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 25 [00:01:35.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 26 [00:01:36.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 27 [00:01:37.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -310,16 +314,18 @@ Info 27 [00:01:37.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 28 [00:01:38.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 29 [00:01:39.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 30 [00:01:40.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 31 [00:01:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 32 [00:01:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 33 [00:01:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 34 [00:01:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 35 [00:01:45.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 36 [00:01:46.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 37 [00:01:47.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -329,21 +335,21 @@ Info 37 [00:01:47.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 38 [00:01:48.000] ----------------------------------------------- -Info 39 [00:01:49.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 39 [00:01:50.000] Files (2) - -Info 39 [00:01:51.000] ----------------------------------------------- -Info 39 [00:01:52.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 39 [00:01:53.000] Files (2) - -Info 39 [00:01:54.000] ----------------------------------------------- -Info 39 [00:01:55.000] Open files: -Info 39 [00:01:56.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 39 [00:01:57.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 39 [00:01:58.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 39 [00:01:59.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 39 [00:02:00.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -354,6 +360,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -373,7 +381,7 @@ FsWatchesRecursive:: Before request -Info 40 [00:02:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -384,9 +392,9 @@ Info 40 [00:02:01.000] request: "seq": 3, "type": "request" } -Info 41 [00:02:02.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 42 [00:02:03.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file -Info 43 [00:02:04.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -441,6 +449,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts.map: *new* @@ -462,11 +472,11 @@ FsWatchesRecursive:: /user/username/projects/myproject/random: {} -Info 44 [00:02:07.000] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 0:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file -Info 45 [00:02:08.000] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json -Info 46 [00:02:09.000] Scheduled: *ensureProjectForOpenFiles* -Info 47 [00:02:10.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file -Info 48 [00:02:11.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 0:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 0:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 0:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file Before request //// [/user/username/projects/myproject/decls/FnS.d.ts.map] {"version":3,"file":"FnS.d.ts","sourceRoot":"","sources":["../dependency/FnS.ts"],"names":[],"mappings":"AAAA,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM"} @@ -477,6 +487,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -500,7 +512,7 @@ FsWatchesRecursive:: /user/username/projects/myproject/random: {} -Info 49 [00:02:12.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -511,11 +523,11 @@ Info 49 [00:02:12.000] request: "seq": 4, "type": "request" } -Info 50 [00:02:13.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 51 [00:02:14.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 52 [00:02:15.000] Same program as before -Info 53 [00:02:16.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 54 [00:02:17.000] response: +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -570,6 +582,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -593,7 +607,7 @@ FsWatchesRecursive:: Before request -Info 55 [00:02:18.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -604,7 +618,7 @@ Info 55 [00:02:18.000] request: "seq": 5, "type": "request" } -Info 56 [00:02:19.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -656,7 +670,7 @@ After request Before request -Info 57 [00:02:20.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -667,7 +681,7 @@ Info 57 [00:02:20.000] request: "seq": 6, "type": "request" } -Info 58 [00:02:21.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -719,7 +733,7 @@ After request Before request -Info 59 [00:02:22.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -730,7 +744,7 @@ Info 59 [00:02:22.000] request: "seq": 7, "type": "request" } -Info 60 [00:02:23.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -782,7 +796,7 @@ After request Before request -Info 61 [00:02:24.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -793,7 +807,7 @@ Info 61 [00:02:24.000] request: "seq": 8, "type": "request" } -Info 62 [00:02:25.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -845,7 +859,7 @@ After request Before request -Info 63 [00:02:26.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -854,19 +868,19 @@ Info 63 [00:02:26.000] request: "seq": 9, "type": "request" } -Info 64 [00:02:27.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 65 [00:02:28.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 65 [00:02:29.000] Files (2) - -Info 65 [00:02:30.000] ----------------------------------------------- -Info 65 [00:02:31.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 65 [00:02:32.000] Files (2) - -Info 65 [00:02:33.000] ----------------------------------------------- -Info 65 [00:02:34.000] Open files: -Info 65 [00:02:35.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 65 [00:02:36.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 65 [00:02:37.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -877,6 +891,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -902,7 +918,7 @@ FsWatchesRecursive:: Before request -Info 66 [00:02:38.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -911,23 +927,23 @@ Info 66 [00:02:38.000] request: "seq": 10, "type": "request" } -Info 67 [00:02:39.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 68 [00:02:40.000] Search path: /user/username/projects/myproject/random -Info 69 [00:02:41.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 70 [00:02:42.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 70 [00:02:43.000] Files (2) - -Info 70 [00:02:44.000] ----------------------------------------------- -Info 70 [00:02:45.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 70 [00:02:46.000] Files (2) - -Info 70 [00:02:47.000] ----------------------------------------------- -Info 70 [00:02:48.000] Open files: -Info 70 [00:02:49.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 70 [00:02:50.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 70 [00:02:51.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 70 [00:02:52.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 70 [00:02:53.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -938,6 +954,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -965,7 +983,7 @@ FsWatchesRecursive:: Before request -Info 71 [00:02:54.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -974,19 +992,19 @@ Info 71 [00:02:54.000] request: "seq": 11, "type": "request" } -Info 72 [00:02:55.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 73 [00:02:56.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 73 [00:02:57.000] Files (2) - -Info 73 [00:02:58.000] ----------------------------------------------- -Info 73 [00:02:59.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 73 [00:03:00.000] Files (2) - -Info 73 [00:03:01.000] ----------------------------------------------- -Info 73 [00:03:02.000] Open files: -Info 73 [00:03:03.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 73 [00:03:04.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 73 [00:03:05.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -997,6 +1015,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -1022,7 +1042,7 @@ FsWatchesRecursive:: Before request -Info 74 [00:03:06.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1031,17 +1051,17 @@ Info 74 [00:03:06.000] request: "seq": 12, "type": "request" } -Info 75 [00:03:07.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 76 [00:03:08.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 76 [00:03:09.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 76 [00:03:10.000] ----------------------------------------------- -Info 76 [00:03:11.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 76 [00:03:12.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 76 [00:03:13.000] ----------------------------------------------- -Info 76 [00:03:14.000] Open files: -Info 76 [00:03:15.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1052,6 +1072,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -1079,7 +1101,7 @@ FsWatchesRecursive:: Before request -Info 77 [00:03:16.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -1088,12 +1110,12 @@ Info 77 [00:03:16.000] request: "seq": 13, "type": "request" } -Info 78 [00:03:17.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 79 [00:03:18.000] Search path: /user/username/projects/myproject/random -Info 80 [00:03:19.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 81 [00:03:20.000] `remove Project:: -Info 82 [00:03:21.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 83 [00:03:22.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts /user/username/projects/myproject/dependency/FnS.ts @@ -1103,25 +1125,27 @@ Info 83 [00:03:22.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 84 [00:03:23.000] ----------------------------------------------- -Info 85 [00:03:24.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 86 [00:03:25.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 87 [00:03:26.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 88 [00:03:27.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 89 [00:03:28.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 90 [00:03:29.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 91 [00:03:30.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 92 [00:03:31.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 93 [00:03:32.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 94 [00:03:33.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 95 [00:03:34.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 95 [00:03:35.000] Files (2) - -Info 95 [00:03:36.000] ----------------------------------------------- -Info 95 [00:03:37.000] Open files: -Info 95 [00:03:38.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 95 [00:03:39.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 95 [00:03:40.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1130,6 +1154,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configHasNoReference/dependency-dtsMap-deleted.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configHasNoReference/dependency-dtsMap-deleted.js index 453abd79033ed..4e0779c096066 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configHasNoReference/dependency-dtsMap-deleted.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configHasNoReference/dependency-dtsMap-deleted.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:03.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:04.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:05.000] Search path: /user/username/projects/myproject/dependency -Info 3 [00:01:06.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 4 [00:01:07.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 5 [00:01:08.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 6 [00:01:09.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -238,17 +238,19 @@ Info 6 [00:01:09.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 7 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:12.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 10 [00:01:13.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 11 [00:01:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 12 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 13 [00:01:16.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 14 [00:01:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 15 [00:01:18.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:01:19.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 17 [00:01:20.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-1-0 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -258,17 +260,17 @@ Info 17 [00:01:20.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 18 [00:01:21.000] ----------------------------------------------- -Info 19 [00:01:22.000] Search path: /user/username/projects/myproject/dependency -Info 20 [00:01:23.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 21 [00:01:24.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 21 [00:01:25.000] Files (2) - -Info 21 [00:01:26.000] ----------------------------------------------- -Info 21 [00:01:27.000] Open files: -Info 21 [00:01:28.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 21 [00:01:29.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 21 [00:01:30.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -279,6 +281,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/dependency/tsconfig.json: *new* @@ -292,7 +296,7 @@ FsWatchesRecursive:: Before request -Info 22 [00:01:31.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -301,11 +305,11 @@ Info 22 [00:01:31.000] request: "seq": 2, "type": "request" } -Info 23 [00:01:32.000] Search path: /user/username/projects/myproject/random -Info 24 [00:01:33.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 25 [00:01:34.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 26 [00:01:35.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 27 [00:01:36.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -313,16 +317,18 @@ Info 27 [00:01:36.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 28 [00:01:37.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 29 [00:01:38.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 30 [00:01:39.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 31 [00:01:40.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 32 [00:01:41.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 33 [00:01:42.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 34 [00:01:43.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 35 [00:01:44.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 36 [00:01:45.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 37 [00:01:46.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -332,21 +338,21 @@ Info 37 [00:01:46.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 38 [00:01:47.000] ----------------------------------------------- -Info 39 [00:01:48.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 39 [00:01:49.000] Files (2) - -Info 39 [00:01:50.000] ----------------------------------------------- -Info 39 [00:01:51.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 39 [00:01:52.000] Files (2) - -Info 39 [00:01:53.000] ----------------------------------------------- -Info 39 [00:01:54.000] Open files: -Info 39 [00:01:55.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 39 [00:01:56.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 39 [00:01:57.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 39 [00:01:58.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 39 [00:01:59.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -357,6 +363,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -376,7 +384,7 @@ FsWatchesRecursive:: Before request -Info 40 [00:02:00.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -387,9 +395,9 @@ Info 40 [00:02:00.000] request: "seq": 3, "type": "request" } -Info 41 [00:02:01.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 42 [00:02:02.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 43 [00:02:03.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -444,6 +452,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -465,11 +475,11 @@ FsWatchesRecursive:: /user/username/projects/myproject/random: {} -Info 44 [00:02:05.000] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 2:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 45 [00:02:06.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 46 [00:02:07.000] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json -Info 47 [00:02:08.000] Scheduled: *ensureProjectForOpenFiles* -Info 48 [00:02:09.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 2:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 2:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 2:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info Before request //// [/user/username/projects/myproject/decls/FnS.d.ts.map] deleted @@ -478,6 +488,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -501,7 +513,7 @@ FsWatchesRecursive:: /user/username/projects/myproject/random: {} -Info 49 [00:02:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -512,11 +524,11 @@ Info 49 [00:02:10.000] request: "seq": 4, "type": "request" } -Info 50 [00:02:11.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 51 [00:02:12.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 52 [00:02:13.000] Same program as before -Info 53 [00:02:14.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file -Info 54 [00:02:15.000] response: +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -571,6 +583,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts.map: *new* @@ -594,7 +608,7 @@ FsWatchesRecursive:: Before request -Info 55 [00:02:16.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -605,7 +619,7 @@ Info 55 [00:02:16.000] request: "seq": 5, "type": "request" } -Info 56 [00:02:17.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -657,7 +671,7 @@ After request Before request -Info 57 [00:02:18.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -668,7 +682,7 @@ Info 57 [00:02:18.000] request: "seq": 6, "type": "request" } -Info 58 [00:02:19.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -720,7 +734,7 @@ After request Before request -Info 59 [00:02:20.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -731,7 +745,7 @@ Info 59 [00:02:20.000] request: "seq": 7, "type": "request" } -Info 60 [00:02:21.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -783,7 +797,7 @@ After request Before request -Info 61 [00:02:22.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -794,7 +808,7 @@ Info 61 [00:02:22.000] request: "seq": 8, "type": "request" } -Info 62 [00:02:23.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -846,7 +860,7 @@ After request Before request -Info 63 [00:02:24.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -855,19 +869,19 @@ Info 63 [00:02:24.000] request: "seq": 9, "type": "request" } -Info 64 [00:02:25.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 65 [00:02:26.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 65 [00:02:27.000] Files (2) - -Info 65 [00:02:28.000] ----------------------------------------------- -Info 65 [00:02:29.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 65 [00:02:30.000] Files (2) - -Info 65 [00:02:31.000] ----------------------------------------------- -Info 65 [00:02:32.000] Open files: -Info 65 [00:02:33.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 65 [00:02:34.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 65 [00:02:35.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -878,6 +892,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts.map: @@ -903,7 +919,7 @@ FsWatchesRecursive:: Before request -Info 66 [00:02:36.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -912,23 +928,23 @@ Info 66 [00:02:36.000] request: "seq": 10, "type": "request" } -Info 67 [00:02:37.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 68 [00:02:38.000] Search path: /user/username/projects/myproject/random -Info 69 [00:02:39.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 70 [00:02:40.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 70 [00:02:41.000] Files (2) - -Info 70 [00:02:42.000] ----------------------------------------------- -Info 70 [00:02:43.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 70 [00:02:44.000] Files (2) - -Info 70 [00:02:45.000] ----------------------------------------------- -Info 70 [00:02:46.000] Open files: -Info 70 [00:02:47.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 70 [00:02:48.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 70 [00:02:49.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 70 [00:02:50.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 70 [00:02:51.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -939,6 +955,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts.map: @@ -966,7 +984,7 @@ FsWatchesRecursive:: Before request -Info 71 [00:02:52.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -975,19 +993,19 @@ Info 71 [00:02:52.000] request: "seq": 11, "type": "request" } -Info 72 [00:02:53.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 73 [00:02:54.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 73 [00:02:55.000] Files (2) - -Info 73 [00:02:56.000] ----------------------------------------------- -Info 73 [00:02:57.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 73 [00:02:58.000] Files (2) - -Info 73 [00:02:59.000] ----------------------------------------------- -Info 73 [00:03:00.000] Open files: -Info 73 [00:03:01.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 73 [00:03:02.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 73 [00:03:03.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -998,6 +1016,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts.map: @@ -1023,7 +1043,7 @@ FsWatchesRecursive:: Before request -Info 74 [00:03:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1032,17 +1052,17 @@ Info 74 [00:03:04.000] request: "seq": 12, "type": "request" } -Info 75 [00:03:05.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 76 [00:03:06.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 76 [00:03:07.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 76 [00:03:08.000] ----------------------------------------------- -Info 76 [00:03:09.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 76 [00:03:10.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 76 [00:03:11.000] ----------------------------------------------- -Info 76 [00:03:12.000] Open files: -Info 76 [00:03:13.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1053,6 +1073,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts.map: @@ -1080,7 +1102,7 @@ FsWatchesRecursive:: Before request -Info 77 [00:03:14.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -1089,12 +1111,12 @@ Info 77 [00:03:14.000] request: "seq": 13, "type": "request" } -Info 78 [00:03:15.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 79 [00:03:16.000] Search path: /user/username/projects/myproject/random -Info 80 [00:03:17.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 81 [00:03:18.000] `remove Project:: -Info 82 [00:03:19.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 83 [00:03:20.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts /user/username/projects/myproject/dependency/FnS.ts @@ -1104,25 +1126,27 @@ Info 83 [00:03:20.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 84 [00:03:21.000] ----------------------------------------------- -Info 85 [00:03:22.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 86 [00:03:23.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 87 [00:03:24.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 88 [00:03:25.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 89 [00:03:26.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 90 [00:03:27.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 91 [00:03:28.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 92 [00:03:29.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 93 [00:03:30.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 94 [00:03:31.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file -Info 95 [00:03:32.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 95 [00:03:33.000] Files (2) - -Info 95 [00:03:34.000] ----------------------------------------------- -Info 95 [00:03:35.000] Open files: -Info 95 [00:03:36.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 95 [00:03:37.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 95 [00:03:38.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1131,6 +1155,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configHasNoReference/dependency-dtsMap-not-present.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configHasNoReference/dependency-dtsMap-not-present.js index c3ea61151898a..97057038a3793 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configHasNoReference/dependency-dtsMap-not-present.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configHasNoReference/dependency-dtsMap-not-present.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:04.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -211,7 +211,7 @@ export {}; } -Info 1 [00:01:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -220,11 +220,11 @@ Info 1 [00:01:05.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:06.000] Search path: /user/username/projects/myproject/dependency -Info 3 [00:01:07.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 4 [00:01:08.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 5 [00:01:09.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 6 [00:01:10.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -235,17 +235,19 @@ Info 6 [00:01:10.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 7 [00:01:11.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:12.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:13.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 10 [00:01:14.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 11 [00:01:15.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 12 [00:01:16.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 13 [00:01:17.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 14 [00:01:18.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 15 [00:01:19.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:01:20.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 17 [00:01:21.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-1-0 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -255,17 +257,17 @@ Info 17 [00:01:21.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 18 [00:01:22.000] ----------------------------------------------- -Info 19 [00:01:23.000] Search path: /user/username/projects/myproject/dependency -Info 20 [00:01:24.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 21 [00:01:25.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 21 [00:01:26.000] Files (2) - -Info 21 [00:01:27.000] ----------------------------------------------- -Info 21 [00:01:28.000] Open files: -Info 21 [00:01:29.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 21 [00:01:30.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 21 [00:01:31.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -276,6 +278,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/dependency/tsconfig.json: *new* @@ -289,7 +293,7 @@ FsWatchesRecursive:: Before request -Info 22 [00:01:32.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -298,11 +302,11 @@ Info 22 [00:01:32.000] request: "seq": 2, "type": "request" } -Info 23 [00:01:33.000] Search path: /user/username/projects/myproject/random -Info 24 [00:01:34.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 25 [00:01:35.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 26 [00:01:36.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 27 [00:01:37.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -310,16 +314,18 @@ Info 27 [00:01:37.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 28 [00:01:38.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 29 [00:01:39.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 30 [00:01:40.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 31 [00:01:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 32 [00:01:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 33 [00:01:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 34 [00:01:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 35 [00:01:45.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 36 [00:01:46.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 37 [00:01:47.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -329,21 +335,21 @@ Info 37 [00:01:47.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 38 [00:01:48.000] ----------------------------------------------- -Info 39 [00:01:49.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 39 [00:01:50.000] Files (2) - -Info 39 [00:01:51.000] ----------------------------------------------- -Info 39 [00:01:52.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 39 [00:01:53.000] Files (2) - -Info 39 [00:01:54.000] ----------------------------------------------- -Info 39 [00:01:55.000] Open files: -Info 39 [00:01:56.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 39 [00:01:57.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 39 [00:01:58.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 39 [00:01:59.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 39 [00:02:00.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -354,6 +360,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -373,7 +381,7 @@ FsWatchesRecursive:: Before request -Info 40 [00:02:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -384,9 +392,9 @@ Info 40 [00:02:01.000] request: "seq": 3, "type": "request" } -Info 41 [00:02:02.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 42 [00:02:03.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file -Info 43 [00:02:04.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -441,6 +449,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts.map: *new* @@ -464,7 +474,7 @@ FsWatchesRecursive:: Before request -Info 44 [00:02:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -475,7 +485,7 @@ Info 44 [00:02:05.000] request: "seq": 4, "type": "request" } -Info 45 [00:02:06.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -527,7 +537,7 @@ After request Before request -Info 46 [00:02:07.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -538,7 +548,7 @@ Info 46 [00:02:07.000] request: "seq": 5, "type": "request" } -Info 47 [00:02:08.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -590,7 +600,7 @@ After request Before request -Info 48 [00:02:09.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -601,7 +611,7 @@ Info 48 [00:02:09.000] request: "seq": 6, "type": "request" } -Info 49 [00:02:10.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -653,7 +663,7 @@ After request Before request -Info 50 [00:02:11.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -664,7 +674,7 @@ Info 50 [00:02:11.000] request: "seq": 7, "type": "request" } -Info 51 [00:02:12.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -716,7 +726,7 @@ After request Before request -Info 52 [00:02:13.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -725,19 +735,19 @@ Info 52 [00:02:13.000] request: "seq": 8, "type": "request" } -Info 53 [00:02:14.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 54 [00:02:15.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 54 [00:02:16.000] Files (2) - -Info 54 [00:02:17.000] ----------------------------------------------- -Info 54 [00:02:18.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 54 [00:02:19.000] Files (2) - -Info 54 [00:02:20.000] ----------------------------------------------- -Info 54 [00:02:21.000] Open files: -Info 54 [00:02:22.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 54 [00:02:23.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 54 [00:02:24.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -748,6 +758,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts.map: @@ -773,7 +785,7 @@ FsWatchesRecursive:: Before request -Info 55 [00:02:25.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -782,23 +794,23 @@ Info 55 [00:02:25.000] request: "seq": 9, "type": "request" } -Info 56 [00:02:26.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 57 [00:02:27.000] Search path: /user/username/projects/myproject/random -Info 58 [00:02:28.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 59 [00:02:29.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 59 [00:02:30.000] Files (2) - -Info 59 [00:02:31.000] ----------------------------------------------- -Info 59 [00:02:32.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 59 [00:02:33.000] Files (2) - -Info 59 [00:02:34.000] ----------------------------------------------- -Info 59 [00:02:35.000] Open files: -Info 59 [00:02:36.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 59 [00:02:37.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 59 [00:02:38.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 59 [00:02:39.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 59 [00:02:40.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -809,6 +821,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts.map: @@ -836,7 +850,7 @@ FsWatchesRecursive:: Before request -Info 60 [00:02:41.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -845,19 +859,19 @@ Info 60 [00:02:41.000] request: "seq": 10, "type": "request" } -Info 61 [00:02:42.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 62 [00:02:43.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 62 [00:02:44.000] Files (2) - -Info 62 [00:02:45.000] ----------------------------------------------- -Info 62 [00:02:46.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 62 [00:02:47.000] Files (2) - -Info 62 [00:02:48.000] ----------------------------------------------- -Info 62 [00:02:49.000] Open files: -Info 62 [00:02:50.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 62 [00:02:51.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 62 [00:02:52.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -868,6 +882,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts.map: @@ -893,7 +909,7 @@ FsWatchesRecursive:: Before request -Info 63 [00:02:53.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -902,17 +918,17 @@ Info 63 [00:02:53.000] request: "seq": 11, "type": "request" } -Info 64 [00:02:54.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 65 [00:02:55.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 65 [00:02:56.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 65 [00:02:57.000] ----------------------------------------------- -Info 65 [00:02:58.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 65 [00:02:59.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 65 [00:03:00.000] ----------------------------------------------- -Info 65 [00:03:01.000] Open files: -Info 65 [00:03:02.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -923,6 +939,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts.map: @@ -950,7 +968,7 @@ FsWatchesRecursive:: Before request -Info 66 [00:03:03.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -959,12 +977,12 @@ Info 66 [00:03:03.000] request: "seq": 12, "type": "request" } -Info 67 [00:03:04.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 68 [00:03:05.000] Search path: /user/username/projects/myproject/random -Info 69 [00:03:06.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 70 [00:03:07.000] `remove Project:: -Info 71 [00:03:08.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 72 [00:03:09.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts /user/username/projects/myproject/dependency/FnS.ts @@ -974,25 +992,27 @@ Info 72 [00:03:09.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 73 [00:03:10.000] ----------------------------------------------- -Info 74 [00:03:11.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 75 [00:03:12.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 76 [00:03:13.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 77 [00:03:14.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 78 [00:03:15.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 79 [00:03:16.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 80 [00:03:17.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 81 [00:03:18.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 82 [00:03:19.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 83 [00:03:20.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file -Info 84 [00:03:21.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 84 [00:03:22.000] Files (2) - -Info 84 [00:03:23.000] ----------------------------------------------- -Info 84 [00:03:24.000] Open files: -Info 84 [00:03:25.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 84 [00:03:26.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 84 [00:03:27.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1001,6 +1021,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configHasNoReference/rename-locations.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configHasNoReference/rename-locations.js index c1b86aa72543a..afc938a5626c3 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configHasNoReference/rename-locations.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configHasNoReference/rename-locations.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:03.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:04.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:05.000] Search path: /user/username/projects/myproject/dependency -Info 3 [00:01:06.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 4 [00:01:07.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 5 [00:01:08.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 6 [00:01:09.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -238,17 +238,19 @@ Info 6 [00:01:09.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 7 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:12.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 10 [00:01:13.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 11 [00:01:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 12 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 13 [00:01:16.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 14 [00:01:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 15 [00:01:18.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:01:19.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 17 [00:01:20.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-1-0 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -258,17 +260,17 @@ Info 17 [00:01:20.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 18 [00:01:21.000] ----------------------------------------------- -Info 19 [00:01:22.000] Search path: /user/username/projects/myproject/dependency -Info 20 [00:01:23.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 21 [00:01:24.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 21 [00:01:25.000] Files (2) - -Info 21 [00:01:26.000] ----------------------------------------------- -Info 21 [00:01:27.000] Open files: -Info 21 [00:01:28.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 21 [00:01:29.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 21 [00:01:30.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -279,6 +281,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/dependency/tsconfig.json: *new* @@ -292,7 +296,7 @@ FsWatchesRecursive:: Before request -Info 22 [00:01:31.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -301,11 +305,11 @@ Info 22 [00:01:31.000] request: "seq": 2, "type": "request" } -Info 23 [00:01:32.000] Search path: /user/username/projects/myproject/random -Info 24 [00:01:33.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 25 [00:01:34.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 26 [00:01:35.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 27 [00:01:36.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -313,16 +317,18 @@ Info 27 [00:01:36.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 28 [00:01:37.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 29 [00:01:38.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 30 [00:01:39.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 31 [00:01:40.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 32 [00:01:41.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 33 [00:01:42.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 34 [00:01:43.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 35 [00:01:44.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 36 [00:01:45.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 37 [00:01:46.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -332,21 +338,21 @@ Info 37 [00:01:46.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 38 [00:01:47.000] ----------------------------------------------- -Info 39 [00:01:48.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 39 [00:01:49.000] Files (2) - -Info 39 [00:01:50.000] ----------------------------------------------- -Info 39 [00:01:51.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 39 [00:01:52.000] Files (2) - -Info 39 [00:01:53.000] ----------------------------------------------- -Info 39 [00:01:54.000] Open files: -Info 39 [00:01:55.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 39 [00:01:56.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 39 [00:01:57.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 39 [00:01:58.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 39 [00:01:59.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -357,6 +363,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -376,7 +384,7 @@ FsWatchesRecursive:: Before request -Info 40 [00:02:00.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -387,9 +395,9 @@ Info 40 [00:02:00.000] request: "seq": 3, "type": "request" } -Info 41 [00:02:01.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 42 [00:02:02.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 43 [00:02:03.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -444,6 +452,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -467,7 +477,7 @@ FsWatchesRecursive:: Before request -Info 44 [00:02:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -478,7 +488,7 @@ Info 44 [00:02:04.000] request: "seq": 4, "type": "request" } -Info 45 [00:02:05.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -530,7 +540,7 @@ After request Before request -Info 46 [00:02:06.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -541,7 +551,7 @@ Info 46 [00:02:06.000] request: "seq": 5, "type": "request" } -Info 47 [00:02:07.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -593,7 +603,7 @@ After request Before request -Info 48 [00:02:08.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -604,7 +614,7 @@ Info 48 [00:02:08.000] request: "seq": 6, "type": "request" } -Info 49 [00:02:09.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -656,7 +666,7 @@ After request Before request -Info 50 [00:02:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -667,7 +677,7 @@ Info 50 [00:02:10.000] request: "seq": 7, "type": "request" } -Info 51 [00:02:11.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -719,7 +729,7 @@ After request Before request -Info 52 [00:02:12.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -728,19 +738,19 @@ Info 52 [00:02:12.000] request: "seq": 8, "type": "request" } -Info 53 [00:02:13.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 54 [00:02:14.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 54 [00:02:15.000] Files (2) - -Info 54 [00:02:16.000] ----------------------------------------------- -Info 54 [00:02:17.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 54 [00:02:18.000] Files (2) - -Info 54 [00:02:19.000] ----------------------------------------------- -Info 54 [00:02:20.000] Open files: -Info 54 [00:02:21.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 54 [00:02:22.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 54 [00:02:23.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -751,6 +761,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -776,7 +788,7 @@ FsWatchesRecursive:: Before request -Info 55 [00:02:24.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -785,23 +797,23 @@ Info 55 [00:02:24.000] request: "seq": 9, "type": "request" } -Info 56 [00:02:25.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 57 [00:02:26.000] Search path: /user/username/projects/myproject/random -Info 58 [00:02:27.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 59 [00:02:28.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 59 [00:02:29.000] Files (2) - -Info 59 [00:02:30.000] ----------------------------------------------- -Info 59 [00:02:31.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 59 [00:02:32.000] Files (2) - -Info 59 [00:02:33.000] ----------------------------------------------- -Info 59 [00:02:34.000] Open files: -Info 59 [00:02:35.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 59 [00:02:36.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 59 [00:02:37.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 59 [00:02:38.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 59 [00:02:39.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -812,6 +824,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -839,7 +853,7 @@ FsWatchesRecursive:: Before request -Info 60 [00:02:40.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -848,19 +862,19 @@ Info 60 [00:02:40.000] request: "seq": 10, "type": "request" } -Info 61 [00:02:41.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 62 [00:02:42.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 62 [00:02:43.000] Files (2) - -Info 62 [00:02:44.000] ----------------------------------------------- -Info 62 [00:02:45.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 62 [00:02:46.000] Files (2) - -Info 62 [00:02:47.000] ----------------------------------------------- -Info 62 [00:02:48.000] Open files: -Info 62 [00:02:49.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 62 [00:02:50.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 62 [00:02:51.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -871,6 +885,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -896,7 +912,7 @@ FsWatchesRecursive:: Before request -Info 63 [00:02:52.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -905,17 +921,17 @@ Info 63 [00:02:52.000] request: "seq": 11, "type": "request" } -Info 64 [00:02:53.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 65 [00:02:54.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 65 [00:02:55.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 65 [00:02:56.000] ----------------------------------------------- -Info 65 [00:02:57.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 65 [00:02:58.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 65 [00:02:59.000] ----------------------------------------------- -Info 65 [00:03:00.000] Open files: -Info 65 [00:03:01.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -926,6 +942,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -953,7 +971,7 @@ FsWatchesRecursive:: Before request -Info 66 [00:03:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -962,12 +980,12 @@ Info 66 [00:03:02.000] request: "seq": 12, "type": "request" } -Info 67 [00:03:03.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 68 [00:03:04.000] Search path: /user/username/projects/myproject/random -Info 69 [00:03:05.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 70 [00:03:06.000] `remove Project:: -Info 71 [00:03:07.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 72 [00:03:08.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts /user/username/projects/myproject/dependency/FnS.ts @@ -977,25 +995,27 @@ Info 72 [00:03:08.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 73 [00:03:09.000] ----------------------------------------------- -Info 74 [00:03:10.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 75 [00:03:11.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 76 [00:03:12.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 77 [00:03:13.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 78 [00:03:14.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 79 [00:03:15.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 80 [00:03:16.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 81 [00:03:17.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 82 [00:03:18.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 83 [00:03:19.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 84 [00:03:20.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 84 [00:03:21.000] Files (2) - -Info 84 [00:03:22.000] ----------------------------------------------- -Info 84 [00:03:23.000] Open files: -Info 84 [00:03:24.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 84 [00:03:25.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 84 [00:03:26.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1004,6 +1024,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configHasNoReference/usage-file-changes-with-timeout-before-request.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configHasNoReference/usage-file-changes-with-timeout-before-request.js index ade06f0f16a9c..7c9960183a20d 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configHasNoReference/usage-file-changes-with-timeout-before-request.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configHasNoReference/usage-file-changes-with-timeout-before-request.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:03.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:04.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:05.000] Search path: /user/username/projects/myproject/dependency -Info 3 [00:01:06.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 4 [00:01:07.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 5 [00:01:08.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 6 [00:01:09.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -238,17 +238,19 @@ Info 6 [00:01:09.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 7 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:12.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 10 [00:01:13.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 11 [00:01:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 12 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 13 [00:01:16.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 14 [00:01:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 15 [00:01:18.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:01:19.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 17 [00:01:20.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-1-0 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -258,17 +260,17 @@ Info 17 [00:01:20.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 18 [00:01:21.000] ----------------------------------------------- -Info 19 [00:01:22.000] Search path: /user/username/projects/myproject/dependency -Info 20 [00:01:23.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 21 [00:01:24.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 21 [00:01:25.000] Files (2) - -Info 21 [00:01:26.000] ----------------------------------------------- -Info 21 [00:01:27.000] Open files: -Info 21 [00:01:28.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 21 [00:01:29.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 21 [00:01:30.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -279,6 +281,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/dependency/tsconfig.json: *new* @@ -292,7 +296,7 @@ FsWatchesRecursive:: Before request -Info 22 [00:01:31.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -301,11 +305,11 @@ Info 22 [00:01:31.000] request: "seq": 2, "type": "request" } -Info 23 [00:01:32.000] Search path: /user/username/projects/myproject/random -Info 24 [00:01:33.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 25 [00:01:34.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 26 [00:01:35.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 27 [00:01:36.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -313,16 +317,18 @@ Info 27 [00:01:36.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 28 [00:01:37.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 29 [00:01:38.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 30 [00:01:39.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 31 [00:01:40.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 32 [00:01:41.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 33 [00:01:42.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 34 [00:01:43.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 35 [00:01:44.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 36 [00:01:45.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 37 [00:01:46.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -332,21 +338,21 @@ Info 37 [00:01:46.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 38 [00:01:47.000] ----------------------------------------------- -Info 39 [00:01:48.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 39 [00:01:49.000] Files (2) - -Info 39 [00:01:50.000] ----------------------------------------------- -Info 39 [00:01:51.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 39 [00:01:52.000] Files (2) - -Info 39 [00:01:53.000] ----------------------------------------------- -Info 39 [00:01:54.000] Open files: -Info 39 [00:01:55.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 39 [00:01:56.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 39 [00:01:57.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 39 [00:01:58.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 39 [00:01:59.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -357,6 +363,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -376,7 +384,7 @@ FsWatchesRecursive:: Before request -Info 40 [00:02:00.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -387,9 +395,9 @@ Info 40 [00:02:00.000] request: "seq": 3, "type": "request" } -Info 41 [00:02:01.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 42 [00:02:02.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 43 [00:02:03.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -444,6 +452,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -467,7 +477,7 @@ FsWatchesRecursive:: Before request -Info 44 [00:02:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { @@ -481,7 +491,7 @@ Info 44 [00:02:04.000] request: "seq": 4, "type": "request" } -Info 45 [00:02:05.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -493,7 +503,7 @@ After running Timeout callback:: count: 0 Before request -Info 46 [00:02:06.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -504,15 +514,15 @@ Info 46 [00:02:06.000] request: "seq": 5, "type": "request" } -Info 47 [00:02:07.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 48 [00:02:08.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 49 [00:02:09.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 50 [00:02:10.000] Files (2) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-1-1 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\nconst x = 10;" -Info 51 [00:02:11.000] ----------------------------------------------- -Info 52 [00:02:12.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -564,7 +574,7 @@ After request Before request -Info 53 [00:02:13.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -575,7 +585,7 @@ Info 53 [00:02:13.000] request: "seq": 6, "type": "request" } -Info 54 [00:02:14.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -627,7 +637,7 @@ After request Before request -Info 55 [00:02:15.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -638,7 +648,7 @@ Info 55 [00:02:15.000] request: "seq": 7, "type": "request" } -Info 56 [00:02:16.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -690,7 +700,7 @@ After request Before request -Info 57 [00:02:17.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -701,7 +711,7 @@ Info 57 [00:02:17.000] request: "seq": 8, "type": "request" } -Info 58 [00:02:18.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -753,7 +763,7 @@ After request Before request -Info 59 [00:02:19.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -764,7 +774,7 @@ Info 59 [00:02:19.000] request: "seq": 9, "type": "request" } -Info 60 [00:02:20.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configHasNoReference/usage-file-changes.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configHasNoReference/usage-file-changes.js index 21b2a1dbe19f1..f153821263e12 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configHasNoReference/usage-file-changes.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configHasNoReference/usage-file-changes.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:03.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:04.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:05.000] Search path: /user/username/projects/myproject/dependency -Info 3 [00:01:06.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 4 [00:01:07.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 5 [00:01:08.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 6 [00:01:09.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -238,17 +238,19 @@ Info 6 [00:01:09.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 7 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:12.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 10 [00:01:13.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 11 [00:01:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 12 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 13 [00:01:16.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 14 [00:01:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 15 [00:01:18.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:01:19.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 17 [00:01:20.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-1-0 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -258,17 +260,17 @@ Info 17 [00:01:20.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 18 [00:01:21.000] ----------------------------------------------- -Info 19 [00:01:22.000] Search path: /user/username/projects/myproject/dependency -Info 20 [00:01:23.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 21 [00:01:24.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 21 [00:01:25.000] Files (2) - -Info 21 [00:01:26.000] ----------------------------------------------- -Info 21 [00:01:27.000] Open files: -Info 21 [00:01:28.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 21 [00:01:29.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 21 [00:01:30.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -279,6 +281,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/dependency/tsconfig.json: *new* @@ -292,7 +296,7 @@ FsWatchesRecursive:: Before request -Info 22 [00:01:31.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -301,11 +305,11 @@ Info 22 [00:01:31.000] request: "seq": 2, "type": "request" } -Info 23 [00:01:32.000] Search path: /user/username/projects/myproject/random -Info 24 [00:01:33.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 25 [00:01:34.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 26 [00:01:35.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 27 [00:01:36.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -313,16 +317,18 @@ Info 27 [00:01:36.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 28 [00:01:37.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 29 [00:01:38.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 30 [00:01:39.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 31 [00:01:40.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 32 [00:01:41.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 33 [00:01:42.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 34 [00:01:43.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 35 [00:01:44.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 36 [00:01:45.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 37 [00:01:46.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -332,21 +338,21 @@ Info 37 [00:01:46.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 38 [00:01:47.000] ----------------------------------------------- -Info 39 [00:01:48.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 39 [00:01:49.000] Files (2) - -Info 39 [00:01:50.000] ----------------------------------------------- -Info 39 [00:01:51.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 39 [00:01:52.000] Files (2) - -Info 39 [00:01:53.000] ----------------------------------------------- -Info 39 [00:01:54.000] Open files: -Info 39 [00:01:55.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 39 [00:01:56.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 39 [00:01:57.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 39 [00:01:58.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 39 [00:01:59.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -357,6 +363,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -376,7 +384,7 @@ FsWatchesRecursive:: Before request -Info 40 [00:02:00.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -387,9 +395,9 @@ Info 40 [00:02:00.000] request: "seq": 3, "type": "request" } -Info 41 [00:02:01.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 42 [00:02:02.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 43 [00:02:03.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -444,6 +452,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -467,7 +477,7 @@ FsWatchesRecursive:: Before request -Info 44 [00:02:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { @@ -481,7 +491,7 @@ Info 44 [00:02:04.000] request: "seq": 4, "type": "request" } -Info 45 [00:02:05.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -489,7 +499,7 @@ After request Before request -Info 46 [00:02:06.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -500,15 +510,15 @@ Info 46 [00:02:06.000] request: "seq": 5, "type": "request" } -Info 47 [00:02:07.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 48 [00:02:08.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 49 [00:02:09.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 50 [00:02:10.000] Files (2) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-1-1 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\nconst x = 10;" -Info 51 [00:02:11.000] ----------------------------------------------- -Info 52 [00:02:12.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -560,7 +570,7 @@ After request Before request -Info 53 [00:02:13.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -571,7 +581,7 @@ Info 53 [00:02:13.000] request: "seq": 6, "type": "request" } -Info 54 [00:02:14.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -623,7 +633,7 @@ After request Before request -Info 55 [00:02:15.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -634,7 +644,7 @@ Info 55 [00:02:15.000] request: "seq": 7, "type": "request" } -Info 56 [00:02:16.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -686,7 +696,7 @@ After request Before request -Info 57 [00:02:17.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -697,7 +707,7 @@ Info 57 [00:02:17.000] request: "seq": 8, "type": "request" } -Info 58 [00:02:18.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -749,7 +759,7 @@ After request Before request -Info 59 [00:02:19.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -760,7 +770,7 @@ Info 59 [00:02:19.000] request: "seq": 9, "type": "request" } -Info 60 [00:02:20.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configWithReference/dependency-dts-changes-with-timeout-before-request.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configWithReference/dependency-dts-changes-with-timeout-before-request.js index ded7ac98e47ae..b020a0d201be9 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configWithReference/dependency-dts-changes-with-timeout-before-request.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configWithReference/dependency-dts-changes-with-timeout-before-request.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:00.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:01.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:02.000] Search path: /user/username/projects/myproject/dependency -Info 3 [00:01:03.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 4 [00:01:04.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 5 [00:01:05.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 6 [00:01:06.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -238,17 +238,19 @@ Info 6 [00:01:06.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 7 [00:01:07.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:08.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:09.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 10 [00:01:10.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 11 [00:01:11.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 12 [00:01:12.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 13 [00:01:13.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 14 [00:01:14.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 15 [00:01:15.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:01:16.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 17 [00:01:17.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-1-0 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -258,17 +260,17 @@ Info 17 [00:01:17.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 18 [00:01:18.000] ----------------------------------------------- -Info 19 [00:01:19.000] Search path: /user/username/projects/myproject/dependency -Info 20 [00:01:20.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 21 [00:01:21.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 21 [00:01:22.000] Files (2) - -Info 21 [00:01:23.000] ----------------------------------------------- -Info 21 [00:01:24.000] Open files: -Info 21 [00:01:25.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 21 [00:01:26.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 21 [00:01:27.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -279,6 +281,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/dependency/tsconfig.json: *new* @@ -292,7 +296,7 @@ FsWatchesRecursive:: Before request -Info 22 [00:01:28.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -301,11 +305,11 @@ Info 22 [00:01:28.000] request: "seq": 2, "type": "request" } -Info 23 [00:01:29.000] Search path: /user/username/projects/myproject/random -Info 24 [00:01:30.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 25 [00:01:31.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 26 [00:01:32.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 27 [00:01:33.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -313,16 +317,18 @@ Info 27 [00:01:33.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 28 [00:01:34.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 29 [00:01:35.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 30 [00:01:36.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 31 [00:01:37.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 32 [00:01:38.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 33 [00:01:39.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 34 [00:01:40.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 35 [00:01:41.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 36 [00:01:42.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 37 [00:01:43.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -332,21 +338,21 @@ Info 37 [00:01:43.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 38 [00:01:44.000] ----------------------------------------------- -Info 39 [00:01:45.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 39 [00:01:46.000] Files (2) - -Info 39 [00:01:47.000] ----------------------------------------------- -Info 39 [00:01:48.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 39 [00:01:49.000] Files (2) - -Info 39 [00:01:50.000] ----------------------------------------------- -Info 39 [00:01:51.000] Open files: -Info 39 [00:01:52.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 39 [00:01:53.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 39 [00:01:54.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 39 [00:01:55.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 39 [00:01:56.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -357,6 +363,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -376,7 +384,7 @@ FsWatchesRecursive:: Before request -Info 40 [00:01:57.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -387,9 +395,9 @@ Info 40 [00:01:57.000] request: "seq": 3, "type": "request" } -Info 41 [00:01:58.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 42 [00:01:59.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 43 [00:02:00.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -444,6 +452,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -465,10 +475,10 @@ FsWatchesRecursive:: /user/username/projects/myproject/random: {} -Info 44 [00:02:04.000] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 45 [00:02:05.000] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json -Info 46 [00:02:06.000] Scheduled: *ensureProjectForOpenFiles* -Info 47 [00:02:07.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info Before running Timeout callback:: count: 2 1: /user/username/projects/myproject/dependency/tsconfig.json 2: *ensureProjectForOpenFiles* @@ -482,44 +492,44 @@ export declare function fn6(): void; //# sourceMappingURL=FnS.d.ts.map -Info 48 [00:02:08.000] Running: /user/username/projects/myproject/dependency/tsconfig.json -Info 49 [00:02:09.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 50 [00:02:10.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 51 [00:02:11.000] Same program as before -Info 52 [00:02:12.000] Running: *ensureProjectForOpenFiles* -Info 53 [00:02:13.000] Before ensureProjectForOpenFiles: -Info 54 [00:02:14.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 54 [00:02:15.000] Files (2) - -Info 54 [00:02:16.000] ----------------------------------------------- -Info 54 [00:02:17.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 54 [00:02:18.000] Files (2) - -Info 54 [00:02:19.000] ----------------------------------------------- -Info 54 [00:02:20.000] Open files: -Info 54 [00:02:21.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 54 [00:02:22.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 54 [00:02:23.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 54 [00:02:24.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 54 [00:02:25.000] After ensureProjectForOpenFiles: -Info 55 [00:02:26.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 55 [00:02:27.000] Files (2) - -Info 55 [00:02:28.000] ----------------------------------------------- -Info 55 [00:02:29.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 55 [00:02:30.000] Files (2) - -Info 55 [00:02:31.000] ----------------------------------------------- -Info 55 [00:02:32.000] Open files: -Info 55 [00:02:33.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 55 [00:02:34.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 55 [00:02:35.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 55 [00:02:36.000] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Running: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json After running Timeout callback:: count: 0 Before request -Info 55 [00:02:37.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -530,7 +540,7 @@ Info 55 [00:02:37.000] request: "seq": 4, "type": "request" } -Info 56 [00:02:38.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -582,7 +592,7 @@ After request Before request -Info 57 [00:02:39.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -593,7 +603,7 @@ Info 57 [00:02:39.000] request: "seq": 5, "type": "request" } -Info 58 [00:02:40.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -645,7 +655,7 @@ After request Before request -Info 59 [00:02:41.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -656,7 +666,7 @@ Info 59 [00:02:41.000] request: "seq": 6, "type": "request" } -Info 60 [00:02:42.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -708,7 +718,7 @@ After request Before request -Info 61 [00:02:43.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -719,7 +729,7 @@ Info 61 [00:02:43.000] request: "seq": 7, "type": "request" } -Info 62 [00:02:44.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -771,7 +781,7 @@ After request Before request -Info 63 [00:02:45.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -782,7 +792,7 @@ Info 63 [00:02:45.000] request: "seq": 8, "type": "request" } -Info 64 [00:02:46.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configWithReference/dependency-dts-changes.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configWithReference/dependency-dts-changes.js index 2a5a4348f8a55..6a7cbccaf93f2 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configWithReference/dependency-dts-changes.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configWithReference/dependency-dts-changes.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:00.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:01.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:02.000] Search path: /user/username/projects/myproject/dependency -Info 3 [00:01:03.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 4 [00:01:04.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 5 [00:01:05.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 6 [00:01:06.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -238,17 +238,19 @@ Info 6 [00:01:06.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 7 [00:01:07.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:08.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:09.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 10 [00:01:10.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 11 [00:01:11.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 12 [00:01:12.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 13 [00:01:13.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 14 [00:01:14.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 15 [00:01:15.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:01:16.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 17 [00:01:17.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-1-0 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -258,17 +260,17 @@ Info 17 [00:01:17.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 18 [00:01:18.000] ----------------------------------------------- -Info 19 [00:01:19.000] Search path: /user/username/projects/myproject/dependency -Info 20 [00:01:20.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 21 [00:01:21.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 21 [00:01:22.000] Files (2) - -Info 21 [00:01:23.000] ----------------------------------------------- -Info 21 [00:01:24.000] Open files: -Info 21 [00:01:25.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 21 [00:01:26.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 21 [00:01:27.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -279,6 +281,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/dependency/tsconfig.json: *new* @@ -292,7 +296,7 @@ FsWatchesRecursive:: Before request -Info 22 [00:01:28.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -301,11 +305,11 @@ Info 22 [00:01:28.000] request: "seq": 2, "type": "request" } -Info 23 [00:01:29.000] Search path: /user/username/projects/myproject/random -Info 24 [00:01:30.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 25 [00:01:31.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 26 [00:01:32.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 27 [00:01:33.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -313,16 +317,18 @@ Info 27 [00:01:33.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 28 [00:01:34.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 29 [00:01:35.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 30 [00:01:36.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 31 [00:01:37.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 32 [00:01:38.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 33 [00:01:39.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 34 [00:01:40.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 35 [00:01:41.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 36 [00:01:42.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 37 [00:01:43.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -332,21 +338,21 @@ Info 37 [00:01:43.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 38 [00:01:44.000] ----------------------------------------------- -Info 39 [00:01:45.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 39 [00:01:46.000] Files (2) - -Info 39 [00:01:47.000] ----------------------------------------------- -Info 39 [00:01:48.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 39 [00:01:49.000] Files (2) - -Info 39 [00:01:50.000] ----------------------------------------------- -Info 39 [00:01:51.000] Open files: -Info 39 [00:01:52.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 39 [00:01:53.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 39 [00:01:54.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 39 [00:01:55.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 39 [00:01:56.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -357,6 +363,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -376,7 +384,7 @@ FsWatchesRecursive:: Before request -Info 40 [00:01:57.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -387,9 +395,9 @@ Info 40 [00:01:57.000] request: "seq": 3, "type": "request" } -Info 41 [00:01:58.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 42 [00:01:59.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 43 [00:02:00.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -444,6 +452,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -465,10 +475,10 @@ FsWatchesRecursive:: /user/username/projects/myproject/random: {} -Info 44 [00:02:04.000] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 45 [00:02:05.000] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json -Info 46 [00:02:06.000] Scheduled: *ensureProjectForOpenFiles* -Info 47 [00:02:07.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info Before request //// [/user/username/projects/myproject/decls/FnS.d.ts] export declare function fn1(): void; @@ -480,7 +490,7 @@ export declare function fn6(): void; //# sourceMappingURL=FnS.d.ts.map -Info 48 [00:02:08.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -491,10 +501,10 @@ Info 48 [00:02:08.000] request: "seq": 4, "type": "request" } -Info 49 [00:02:09.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 50 [00:02:10.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 51 [00:02:11.000] Same program as before -Info 52 [00:02:12.000] response: +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -546,7 +556,7 @@ After request Before request -Info 53 [00:02:13.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -557,7 +567,7 @@ Info 53 [00:02:13.000] request: "seq": 5, "type": "request" } -Info 54 [00:02:14.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -609,7 +619,7 @@ After request Before request -Info 55 [00:02:15.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -620,7 +630,7 @@ Info 55 [00:02:15.000] request: "seq": 6, "type": "request" } -Info 56 [00:02:16.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -672,7 +682,7 @@ After request Before request -Info 57 [00:02:17.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -683,7 +693,7 @@ Info 57 [00:02:17.000] request: "seq": 7, "type": "request" } -Info 58 [00:02:18.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -735,7 +745,7 @@ After request Before request -Info 59 [00:02:19.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -746,7 +756,7 @@ Info 59 [00:02:19.000] request: "seq": 8, "type": "request" } -Info 60 [00:02:20.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configWithReference/dependency-dts-created.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configWithReference/dependency-dts-created.js index 22eb8853a9ac0..6a0962344bae2 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configWithReference/dependency-dts-created.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configWithReference/dependency-dts-created.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:01.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -206,7 +206,7 @@ export {}; } -Info 1 [00:01:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -215,11 +215,11 @@ Info 1 [00:01:02.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:03.000] Search path: /user/username/projects/myproject/dependency -Info 3 [00:01:04.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 4 [00:01:05.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 5 [00:01:06.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 6 [00:01:07.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -230,17 +230,19 @@ Info 6 [00:01:07.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 7 [00:01:08.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:09.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:10.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 10 [00:01:11.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 11 [00:01:12.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 12 [00:01:13.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 13 [00:01:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 14 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 15 [00:01:16.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:01:17.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 17 [00:01:18.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-1-0 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -250,17 +252,17 @@ Info 17 [00:01:18.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 18 [00:01:19.000] ----------------------------------------------- -Info 19 [00:01:20.000] Search path: /user/username/projects/myproject/dependency -Info 20 [00:01:21.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 21 [00:01:22.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 21 [00:01:23.000] Files (2) - -Info 21 [00:01:24.000] ----------------------------------------------- -Info 21 [00:01:25.000] Open files: -Info 21 [00:01:26.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 21 [00:01:27.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 21 [00:01:28.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -271,6 +273,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/dependency/tsconfig.json: *new* @@ -284,7 +288,7 @@ FsWatchesRecursive:: Before request -Info 22 [00:01:29.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -293,11 +297,11 @@ Info 22 [00:01:29.000] request: "seq": 2, "type": "request" } -Info 23 [00:01:30.000] Search path: /user/username/projects/myproject/random -Info 24 [00:01:31.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 25 [00:01:32.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 26 [00:01:33.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 27 [00:01:34.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -305,16 +309,18 @@ Info 27 [00:01:34.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 28 [00:01:35.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 29 [00:01:36.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 30 [00:01:37.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 31 [00:01:38.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 32 [00:01:39.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 33 [00:01:40.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 34 [00:01:41.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 35 [00:01:42.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 36 [00:01:43.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 37 [00:01:44.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -324,21 +330,21 @@ Info 37 [00:01:44.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 38 [00:01:45.000] ----------------------------------------------- -Info 39 [00:01:46.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 39 [00:01:47.000] Files (2) - -Info 39 [00:01:48.000] ----------------------------------------------- -Info 39 [00:01:49.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 39 [00:01:50.000] Files (2) - -Info 39 [00:01:51.000] ----------------------------------------------- -Info 39 [00:01:52.000] Open files: -Info 39 [00:01:53.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 39 [00:01:54.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 39 [00:01:55.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 39 [00:01:56.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 39 [00:01:57.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -349,6 +355,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -368,7 +376,7 @@ FsWatchesRecursive:: Before request -Info 40 [00:01:58.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -379,8 +387,8 @@ Info 40 [00:01:58.000] request: "seq": 3, "type": "request" } -Info 41 [00:01:59.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file -Info 42 [00:02:00.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -435,6 +443,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts: *new* @@ -454,14 +464,14 @@ FsWatchesRecursive:: /user/username/projects/myproject/random: {} -Info 43 [00:02:03.000] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 0:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file -Info 44 [00:02:04.000] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json -Info 45 [00:02:05.000] Scheduled: *ensureProjectForOpenFiles* -Info 46 [00:02:06.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 0:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file -Info 47 [00:02:07.000] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 0:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file -Info 48 [00:02:08.000] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json, Cancelled earlier one -Info 49 [00:02:09.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 50 [00:02:10.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 0:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 0:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 0:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 0:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 0:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file Before request //// [/user/username/projects/myproject/decls/FnS.d.ts] export declare function fn1(): void; @@ -477,6 +487,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -500,7 +512,7 @@ FsWatchesRecursive:: /user/username/projects/myproject/random: {} -Info 51 [00:02:11.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -511,12 +523,12 @@ Info 51 [00:02:11.000] request: "seq": 4, "type": "request" } -Info 52 [00:02:12.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 53 [00:02:13.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 54 [00:02:14.000] Same program as before -Info 55 [00:02:15.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 56 [00:02:16.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 57 [00:02:17.000] response: +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -571,6 +583,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -594,7 +608,7 @@ FsWatchesRecursive:: Before request -Info 58 [00:02:18.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -605,7 +619,7 @@ Info 58 [00:02:18.000] request: "seq": 5, "type": "request" } -Info 59 [00:02:19.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -657,7 +671,7 @@ After request Before request -Info 60 [00:02:20.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -668,7 +682,7 @@ Info 60 [00:02:20.000] request: "seq": 6, "type": "request" } -Info 61 [00:02:21.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -720,7 +734,7 @@ After request Before request -Info 62 [00:02:22.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -731,7 +745,7 @@ Info 62 [00:02:22.000] request: "seq": 7, "type": "request" } -Info 63 [00:02:23.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -783,7 +797,7 @@ After request Before request -Info 64 [00:02:24.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -794,7 +808,7 @@ Info 64 [00:02:24.000] request: "seq": 8, "type": "request" } -Info 65 [00:02:25.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -846,7 +860,7 @@ After request Before request -Info 66 [00:02:26.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -855,19 +869,19 @@ Info 66 [00:02:26.000] request: "seq": 9, "type": "request" } -Info 67 [00:02:27.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 68 [00:02:28.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 68 [00:02:29.000] Files (2) - -Info 68 [00:02:30.000] ----------------------------------------------- -Info 68 [00:02:31.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 68 [00:02:32.000] Files (2) - -Info 68 [00:02:33.000] ----------------------------------------------- -Info 68 [00:02:34.000] Open files: -Info 68 [00:02:35.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 68 [00:02:36.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 68 [00:02:37.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -878,6 +892,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -903,7 +919,7 @@ FsWatchesRecursive:: Before request -Info 69 [00:02:38.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -912,23 +928,23 @@ Info 69 [00:02:38.000] request: "seq": 10, "type": "request" } -Info 70 [00:02:39.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 71 [00:02:40.000] Search path: /user/username/projects/myproject/random -Info 72 [00:02:41.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 73 [00:02:42.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 73 [00:02:43.000] Files (2) - -Info 73 [00:02:44.000] ----------------------------------------------- -Info 73 [00:02:45.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 73 [00:02:46.000] Files (2) - -Info 73 [00:02:47.000] ----------------------------------------------- -Info 73 [00:02:48.000] Open files: -Info 73 [00:02:49.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 73 [00:02:50.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 73 [00:02:51.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 73 [00:02:52.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 73 [00:02:53.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -939,6 +955,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -966,7 +984,7 @@ FsWatchesRecursive:: Before request -Info 74 [00:02:54.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -975,19 +993,19 @@ Info 74 [00:02:54.000] request: "seq": 11, "type": "request" } -Info 75 [00:02:55.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 76 [00:02:56.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 76 [00:02:57.000] Files (2) - -Info 76 [00:02:58.000] ----------------------------------------------- -Info 76 [00:02:59.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 76 [00:03:00.000] Files (2) - -Info 76 [00:03:01.000] ----------------------------------------------- -Info 76 [00:03:02.000] Open files: -Info 76 [00:03:03.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 76 [00:03:04.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 76 [00:03:05.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -998,6 +1016,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -1023,7 +1043,7 @@ FsWatchesRecursive:: Before request -Info 77 [00:03:06.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1032,17 +1052,17 @@ Info 77 [00:03:06.000] request: "seq": 12, "type": "request" } -Info 78 [00:03:07.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 79 [00:03:08.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 79 [00:03:09.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 79 [00:03:10.000] ----------------------------------------------- -Info 79 [00:03:11.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 79 [00:03:12.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 79 [00:03:13.000] ----------------------------------------------- -Info 79 [00:03:14.000] Open files: -Info 79 [00:03:15.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1053,6 +1073,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -1080,7 +1102,7 @@ FsWatchesRecursive:: Before request -Info 80 [00:03:16.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -1089,12 +1111,12 @@ Info 80 [00:03:16.000] request: "seq": 13, "type": "request" } -Info 81 [00:03:17.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 82 [00:03:18.000] Search path: /user/username/projects/myproject/random -Info 83 [00:03:19.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 84 [00:03:20.000] `remove Project:: -Info 85 [00:03:21.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 86 [00:03:22.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts /user/username/projects/myproject/dependency/FnS.ts @@ -1104,26 +1126,28 @@ Info 86 [00:03:22.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 87 [00:03:23.000] ----------------------------------------------- -Info 88 [00:03:24.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 89 [00:03:25.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 90 [00:03:26.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 91 [00:03:27.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 92 [00:03:28.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 93 [00:03:29.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 94 [00:03:30.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 95 [00:03:31.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file -Info 96 [00:03:32.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 97 [00:03:33.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 98 [00:03:34.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 99 [00:03:35.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 99 [00:03:36.000] Files (2) - -Info 99 [00:03:37.000] ----------------------------------------------- -Info 99 [00:03:38.000] Open files: -Info 99 [00:03:39.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 99 [00:03:40.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 99 [00:03:41.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1132,6 +1156,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configWithReference/dependency-dts-deleted.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configWithReference/dependency-dts-deleted.js index 71444697687f3..6aa6e5b31f1d7 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configWithReference/dependency-dts-deleted.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configWithReference/dependency-dts-deleted.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:00.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:01.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:02.000] Search path: /user/username/projects/myproject/dependency -Info 3 [00:01:03.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 4 [00:01:04.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 5 [00:01:05.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 6 [00:01:06.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -238,17 +238,19 @@ Info 6 [00:01:06.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 7 [00:01:07.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:08.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:09.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 10 [00:01:10.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 11 [00:01:11.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 12 [00:01:12.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 13 [00:01:13.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 14 [00:01:14.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 15 [00:01:15.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:01:16.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 17 [00:01:17.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-1-0 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -258,17 +260,17 @@ Info 17 [00:01:17.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 18 [00:01:18.000] ----------------------------------------------- -Info 19 [00:01:19.000] Search path: /user/username/projects/myproject/dependency -Info 20 [00:01:20.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 21 [00:01:21.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 21 [00:01:22.000] Files (2) - -Info 21 [00:01:23.000] ----------------------------------------------- -Info 21 [00:01:24.000] Open files: -Info 21 [00:01:25.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 21 [00:01:26.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 21 [00:01:27.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -279,6 +281,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/dependency/tsconfig.json: *new* @@ -292,7 +296,7 @@ FsWatchesRecursive:: Before request -Info 22 [00:01:28.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -301,11 +305,11 @@ Info 22 [00:01:28.000] request: "seq": 2, "type": "request" } -Info 23 [00:01:29.000] Search path: /user/username/projects/myproject/random -Info 24 [00:01:30.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 25 [00:01:31.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 26 [00:01:32.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 27 [00:01:33.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -313,16 +317,18 @@ Info 27 [00:01:33.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 28 [00:01:34.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 29 [00:01:35.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 30 [00:01:36.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 31 [00:01:37.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 32 [00:01:38.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 33 [00:01:39.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 34 [00:01:40.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 35 [00:01:41.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 36 [00:01:42.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 37 [00:01:43.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -332,21 +338,21 @@ Info 37 [00:01:43.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 38 [00:01:44.000] ----------------------------------------------- -Info 39 [00:01:45.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 39 [00:01:46.000] Files (2) - -Info 39 [00:01:47.000] ----------------------------------------------- -Info 39 [00:01:48.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 39 [00:01:49.000] Files (2) - -Info 39 [00:01:50.000] ----------------------------------------------- -Info 39 [00:01:51.000] Open files: -Info 39 [00:01:52.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 39 [00:01:53.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 39 [00:01:54.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 39 [00:01:55.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 39 [00:01:56.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -357,6 +363,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -376,7 +384,7 @@ FsWatchesRecursive:: Before request -Info 40 [00:01:57.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -387,9 +395,9 @@ Info 40 [00:01:57.000] request: "seq": 3, "type": "request" } -Info 41 [00:01:58.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 42 [00:01:59.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 43 [00:02:00.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -444,6 +452,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -465,11 +475,11 @@ FsWatchesRecursive:: /user/username/projects/myproject/random: {} -Info 44 [00:02:02.000] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 2:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 45 [00:02:03.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 46 [00:02:04.000] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json -Info 47 [00:02:05.000] Scheduled: *ensureProjectForOpenFiles* -Info 48 [00:02:06.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 2:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 2:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 2:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info Before request //// [/user/username/projects/myproject/decls/FnS.d.ts] deleted @@ -478,6 +488,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -501,7 +513,7 @@ FsWatchesRecursive:: /user/username/projects/myproject/random: {} -Info 49 [00:02:07.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -512,11 +524,11 @@ Info 49 [00:02:07.000] request: "seq": 4, "type": "request" } -Info 50 [00:02:08.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 51 [00:02:09.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 52 [00:02:10.000] Same program as before -Info 53 [00:02:11.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file -Info 54 [00:02:12.000] response: +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -571,6 +583,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts: *new* @@ -594,7 +608,7 @@ FsWatchesRecursive:: Before request -Info 55 [00:02:13.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -605,7 +619,7 @@ Info 55 [00:02:13.000] request: "seq": 5, "type": "request" } -Info 56 [00:02:14.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -657,7 +671,7 @@ After request Before request -Info 57 [00:02:15.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -668,7 +682,7 @@ Info 57 [00:02:15.000] request: "seq": 6, "type": "request" } -Info 58 [00:02:16.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -720,7 +734,7 @@ After request Before request -Info 59 [00:02:17.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -731,7 +745,7 @@ Info 59 [00:02:17.000] request: "seq": 7, "type": "request" } -Info 60 [00:02:18.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -783,7 +797,7 @@ After request Before request -Info 61 [00:02:19.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -794,7 +808,7 @@ Info 61 [00:02:19.000] request: "seq": 8, "type": "request" } -Info 62 [00:02:20.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -846,7 +860,7 @@ After request Before request -Info 63 [00:02:21.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -855,19 +869,19 @@ Info 63 [00:02:21.000] request: "seq": 9, "type": "request" } -Info 64 [00:02:22.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 65 [00:02:23.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 65 [00:02:24.000] Files (2) - -Info 65 [00:02:25.000] ----------------------------------------------- -Info 65 [00:02:26.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 65 [00:02:27.000] Files (2) - -Info 65 [00:02:28.000] ----------------------------------------------- -Info 65 [00:02:29.000] Open files: -Info 65 [00:02:30.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 65 [00:02:31.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 65 [00:02:32.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -878,6 +892,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts: @@ -903,7 +919,7 @@ FsWatchesRecursive:: Before request -Info 66 [00:02:33.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -912,24 +928,24 @@ Info 66 [00:02:33.000] request: "seq": 10, "type": "request" } -Info 67 [00:02:34.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 68 [00:02:35.000] Search path: /user/username/projects/myproject/random -Info 69 [00:02:36.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 70 [00:02:37.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 71 [00:02:38.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 71 [00:02:39.000] Files (2) - -Info 71 [00:02:40.000] ----------------------------------------------- -Info 71 [00:02:41.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 71 [00:02:42.000] Files (2) - -Info 71 [00:02:43.000] ----------------------------------------------- -Info 71 [00:02:44.000] Open files: -Info 71 [00:02:45.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 71 [00:02:46.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 71 [00:02:47.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 71 [00:02:48.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 71 [00:02:49.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -940,6 +956,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts: @@ -967,7 +985,7 @@ FsWatchesRecursive:: Before request -Info 72 [00:02:50.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -976,19 +994,19 @@ Info 72 [00:02:50.000] request: "seq": 11, "type": "request" } -Info 73 [00:02:51.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 74 [00:02:52.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 74 [00:02:53.000] Files (2) - -Info 74 [00:02:54.000] ----------------------------------------------- -Info 74 [00:02:55.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 74 [00:02:56.000] Files (2) - -Info 74 [00:02:57.000] ----------------------------------------------- -Info 74 [00:02:58.000] Open files: -Info 74 [00:02:59.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 74 [00:03:00.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 74 [00:03:01.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -999,6 +1017,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts: @@ -1022,7 +1042,7 @@ FsWatchesRecursive:: Before request -Info 75 [00:03:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1031,17 +1051,17 @@ Info 75 [00:03:02.000] request: "seq": 12, "type": "request" } -Info 76 [00:03:03.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 77 [00:03:04.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 77 [00:03:05.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 77 [00:03:06.000] ----------------------------------------------- -Info 77 [00:03:07.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 77 [00:03:08.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 77 [00:03:09.000] ----------------------------------------------- -Info 77 [00:03:10.000] Open files: -Info 77 [00:03:11.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1052,6 +1072,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts: @@ -1077,7 +1099,7 @@ FsWatchesRecursive:: Before request -Info 78 [00:03:12.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -1086,12 +1108,12 @@ Info 78 [00:03:12.000] request: "seq": 13, "type": "request" } -Info 79 [00:03:13.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 80 [00:03:14.000] Search path: /user/username/projects/myproject/random -Info 81 [00:03:15.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 82 [00:03:16.000] `remove Project:: -Info 83 [00:03:17.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 84 [00:03:18.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts /user/username/projects/myproject/dependency/FnS.ts @@ -1101,24 +1123,26 @@ Info 84 [00:03:18.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 85 [00:03:19.000] ----------------------------------------------- -Info 86 [00:03:20.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 87 [00:03:21.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 88 [00:03:22.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 89 [00:03:23.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 90 [00:03:24.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 91 [00:03:25.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 92 [00:03:26.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 93 [00:03:27.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file -Info 94 [00:03:28.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 95 [00:03:29.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 95 [00:03:30.000] Files (2) - -Info 95 [00:03:31.000] ----------------------------------------------- -Info 95 [00:03:32.000] Open files: -Info 95 [00:03:33.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 95 [00:03:34.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 95 [00:03:35.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1127,6 +1151,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configWithReference/dependency-dts-not-present.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configWithReference/dependency-dts-not-present.js index 7e06efe651154..6c7d5215d182a 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configWithReference/dependency-dts-not-present.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configWithReference/dependency-dts-not-present.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:01.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -206,7 +206,7 @@ export {}; } -Info 1 [00:01:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -215,11 +215,11 @@ Info 1 [00:01:02.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:03.000] Search path: /user/username/projects/myproject/dependency -Info 3 [00:01:04.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 4 [00:01:05.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 5 [00:01:06.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 6 [00:01:07.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -230,17 +230,19 @@ Info 6 [00:01:07.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 7 [00:01:08.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:09.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:10.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 10 [00:01:11.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 11 [00:01:12.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 12 [00:01:13.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 13 [00:01:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 14 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 15 [00:01:16.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:01:17.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 17 [00:01:18.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-1-0 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -250,17 +252,17 @@ Info 17 [00:01:18.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 18 [00:01:19.000] ----------------------------------------------- -Info 19 [00:01:20.000] Search path: /user/username/projects/myproject/dependency -Info 20 [00:01:21.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 21 [00:01:22.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 21 [00:01:23.000] Files (2) - -Info 21 [00:01:24.000] ----------------------------------------------- -Info 21 [00:01:25.000] Open files: -Info 21 [00:01:26.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 21 [00:01:27.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 21 [00:01:28.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -271,6 +273,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/dependency/tsconfig.json: *new* @@ -284,7 +288,7 @@ FsWatchesRecursive:: Before request -Info 22 [00:01:29.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -293,11 +297,11 @@ Info 22 [00:01:29.000] request: "seq": 2, "type": "request" } -Info 23 [00:01:30.000] Search path: /user/username/projects/myproject/random -Info 24 [00:01:31.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 25 [00:01:32.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 26 [00:01:33.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 27 [00:01:34.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -305,16 +309,18 @@ Info 27 [00:01:34.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 28 [00:01:35.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 29 [00:01:36.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 30 [00:01:37.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 31 [00:01:38.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 32 [00:01:39.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 33 [00:01:40.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 34 [00:01:41.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 35 [00:01:42.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 36 [00:01:43.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 37 [00:01:44.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -324,21 +330,21 @@ Info 37 [00:01:44.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 38 [00:01:45.000] ----------------------------------------------- -Info 39 [00:01:46.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 39 [00:01:47.000] Files (2) - -Info 39 [00:01:48.000] ----------------------------------------------- -Info 39 [00:01:49.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 39 [00:01:50.000] Files (2) - -Info 39 [00:01:51.000] ----------------------------------------------- -Info 39 [00:01:52.000] Open files: -Info 39 [00:01:53.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 39 [00:01:54.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 39 [00:01:55.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 39 [00:01:56.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 39 [00:01:57.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -349,6 +355,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -368,7 +376,7 @@ FsWatchesRecursive:: Before request -Info 40 [00:01:58.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -379,8 +387,8 @@ Info 40 [00:01:58.000] request: "seq": 3, "type": "request" } -Info 41 [00:01:59.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file -Info 42 [00:02:00.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -435,6 +443,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts: *new* @@ -456,7 +466,7 @@ FsWatchesRecursive:: Before request -Info 43 [00:02:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -467,7 +477,7 @@ Info 43 [00:02:01.000] request: "seq": 4, "type": "request" } -Info 44 [00:02:02.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -519,7 +529,7 @@ After request Before request -Info 45 [00:02:03.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -530,7 +540,7 @@ Info 45 [00:02:03.000] request: "seq": 5, "type": "request" } -Info 46 [00:02:04.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -582,7 +592,7 @@ After request Before request -Info 47 [00:02:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -593,7 +603,7 @@ Info 47 [00:02:05.000] request: "seq": 6, "type": "request" } -Info 48 [00:02:06.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -645,7 +655,7 @@ After request Before request -Info 49 [00:02:07.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -656,7 +666,7 @@ Info 49 [00:02:07.000] request: "seq": 7, "type": "request" } -Info 50 [00:02:08.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -708,7 +718,7 @@ After request Before request -Info 51 [00:02:09.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -717,19 +727,19 @@ Info 51 [00:02:09.000] request: "seq": 8, "type": "request" } -Info 52 [00:02:10.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 53 [00:02:11.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 53 [00:02:12.000] Files (2) - -Info 53 [00:02:13.000] ----------------------------------------------- -Info 53 [00:02:14.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 53 [00:02:15.000] Files (2) - -Info 53 [00:02:16.000] ----------------------------------------------- -Info 53 [00:02:17.000] Open files: -Info 53 [00:02:18.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 53 [00:02:19.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 53 [00:02:20.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -740,6 +750,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts: @@ -763,7 +775,7 @@ FsWatchesRecursive:: Before request -Info 54 [00:02:21.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -772,23 +784,23 @@ Info 54 [00:02:21.000] request: "seq": 9, "type": "request" } -Info 55 [00:02:22.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 56 [00:02:23.000] Search path: /user/username/projects/myproject/random -Info 57 [00:02:24.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 58 [00:02:25.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 58 [00:02:26.000] Files (2) - -Info 58 [00:02:27.000] ----------------------------------------------- -Info 58 [00:02:28.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 58 [00:02:29.000] Files (2) - -Info 58 [00:02:30.000] ----------------------------------------------- -Info 58 [00:02:31.000] Open files: -Info 58 [00:02:32.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 58 [00:02:33.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 58 [00:02:34.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 58 [00:02:35.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 58 [00:02:36.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -799,6 +811,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts: @@ -824,7 +838,7 @@ FsWatchesRecursive:: Before request -Info 59 [00:02:37.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -833,19 +847,19 @@ Info 59 [00:02:37.000] request: "seq": 10, "type": "request" } -Info 60 [00:02:38.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 61 [00:02:39.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 61 [00:02:40.000] Files (2) - -Info 61 [00:02:41.000] ----------------------------------------------- -Info 61 [00:02:42.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 61 [00:02:43.000] Files (2) - -Info 61 [00:02:44.000] ----------------------------------------------- -Info 61 [00:02:45.000] Open files: -Info 61 [00:02:46.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 61 [00:02:47.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 61 [00:02:48.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -856,6 +870,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts: @@ -879,7 +895,7 @@ FsWatchesRecursive:: Before request -Info 62 [00:02:49.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -888,17 +904,17 @@ Info 62 [00:02:49.000] request: "seq": 11, "type": "request" } -Info 63 [00:02:50.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 64 [00:02:51.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 64 [00:02:52.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 64 [00:02:53.000] ----------------------------------------------- -Info 64 [00:02:54.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 64 [00:02:55.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 64 [00:02:56.000] ----------------------------------------------- -Info 64 [00:02:57.000] Open files: -Info 64 [00:02:58.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -909,6 +925,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts: @@ -934,7 +952,7 @@ FsWatchesRecursive:: Before request -Info 65 [00:02:59.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -943,12 +961,12 @@ Info 65 [00:02:59.000] request: "seq": 12, "type": "request" } -Info 66 [00:03:00.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 67 [00:03:01.000] Search path: /user/username/projects/myproject/random -Info 68 [00:03:02.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 69 [00:03:03.000] `remove Project:: -Info 70 [00:03:04.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 71 [00:03:05.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts /user/username/projects/myproject/dependency/FnS.ts @@ -958,24 +976,26 @@ Info 71 [00:03:05.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 72 [00:03:06.000] ----------------------------------------------- -Info 73 [00:03:07.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 74 [00:03:08.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 75 [00:03:09.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 76 [00:03:10.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 77 [00:03:11.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 78 [00:03:12.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 79 [00:03:13.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 80 [00:03:14.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file -Info 81 [00:03:15.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 82 [00:03:16.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 82 [00:03:17.000] Files (2) - -Info 82 [00:03:18.000] ----------------------------------------------- -Info 82 [00:03:19.000] Open files: -Info 82 [00:03:20.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 82 [00:03:21.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 82 [00:03:22.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -984,6 +1004,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configWithReference/dependency-dtsMap-changes-with-timeout-before-request.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configWithReference/dependency-dtsMap-changes-with-timeout-before-request.js index bfc092de26113..66674c55cfcb4 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configWithReference/dependency-dtsMap-changes-with-timeout-before-request.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configWithReference/dependency-dtsMap-changes-with-timeout-before-request.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:00.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:01.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:02.000] Search path: /user/username/projects/myproject/dependency -Info 3 [00:01:03.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 4 [00:01:04.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 5 [00:01:05.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 6 [00:01:06.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -238,17 +238,19 @@ Info 6 [00:01:06.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 7 [00:01:07.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:08.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:09.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 10 [00:01:10.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 11 [00:01:11.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 12 [00:01:12.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 13 [00:01:13.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 14 [00:01:14.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 15 [00:01:15.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:01:16.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 17 [00:01:17.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-1-0 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -258,17 +260,17 @@ Info 17 [00:01:17.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 18 [00:01:18.000] ----------------------------------------------- -Info 19 [00:01:19.000] Search path: /user/username/projects/myproject/dependency -Info 20 [00:01:20.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 21 [00:01:21.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 21 [00:01:22.000] Files (2) - -Info 21 [00:01:23.000] ----------------------------------------------- -Info 21 [00:01:24.000] Open files: -Info 21 [00:01:25.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 21 [00:01:26.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 21 [00:01:27.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -279,6 +281,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/dependency/tsconfig.json: *new* @@ -292,7 +296,7 @@ FsWatchesRecursive:: Before request -Info 22 [00:01:28.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -301,11 +305,11 @@ Info 22 [00:01:28.000] request: "seq": 2, "type": "request" } -Info 23 [00:01:29.000] Search path: /user/username/projects/myproject/random -Info 24 [00:01:30.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 25 [00:01:31.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 26 [00:01:32.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 27 [00:01:33.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -313,16 +317,18 @@ Info 27 [00:01:33.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 28 [00:01:34.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 29 [00:01:35.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 30 [00:01:36.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 31 [00:01:37.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 32 [00:01:38.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 33 [00:01:39.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 34 [00:01:40.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 35 [00:01:41.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 36 [00:01:42.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 37 [00:01:43.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -332,21 +338,21 @@ Info 37 [00:01:43.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 38 [00:01:44.000] ----------------------------------------------- -Info 39 [00:01:45.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 39 [00:01:46.000] Files (2) - -Info 39 [00:01:47.000] ----------------------------------------------- -Info 39 [00:01:48.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 39 [00:01:49.000] Files (2) - -Info 39 [00:01:50.000] ----------------------------------------------- -Info 39 [00:01:51.000] Open files: -Info 39 [00:01:52.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 39 [00:01:53.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 39 [00:01:54.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 39 [00:01:55.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 39 [00:01:56.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -357,6 +363,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -376,7 +384,7 @@ FsWatchesRecursive:: Before request -Info 40 [00:01:57.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -387,9 +395,9 @@ Info 40 [00:01:57.000] request: "seq": 3, "type": "request" } -Info 41 [00:01:58.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 42 [00:01:59.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 43 [00:02:00.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -444,6 +452,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -465,10 +475,10 @@ FsWatchesRecursive:: /user/username/projects/myproject/random: {} -Info 44 [00:02:04.000] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 45 [00:02:05.000] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json -Info 46 [00:02:06.000] Scheduled: *ensureProjectForOpenFiles* -Info 47 [00:02:07.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info Before running Timeout callback:: count: 2 1: /user/username/projects/myproject/dependency/tsconfig.json 2: *ensureProjectForOpenFiles* @@ -476,44 +486,44 @@ Before running Timeout callback:: count: 2 {"version":3,"file":"FnS.d.ts","sourceRoot":"","sources":["../dependency/FnS.ts"],"names":[],"mappings":"AAAA,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,eAAO,MAAM,CAAC,KAAK,CAAC"} -Info 48 [00:02:08.000] Running: /user/username/projects/myproject/dependency/tsconfig.json -Info 49 [00:02:09.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 50 [00:02:10.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 51 [00:02:11.000] Same program as before -Info 52 [00:02:12.000] Running: *ensureProjectForOpenFiles* -Info 53 [00:02:13.000] Before ensureProjectForOpenFiles: -Info 54 [00:02:14.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 54 [00:02:15.000] Files (2) - -Info 54 [00:02:16.000] ----------------------------------------------- -Info 54 [00:02:17.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 54 [00:02:18.000] Files (2) - -Info 54 [00:02:19.000] ----------------------------------------------- -Info 54 [00:02:20.000] Open files: -Info 54 [00:02:21.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 54 [00:02:22.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 54 [00:02:23.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 54 [00:02:24.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 54 [00:02:25.000] After ensureProjectForOpenFiles: -Info 55 [00:02:26.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 55 [00:02:27.000] Files (2) - -Info 55 [00:02:28.000] ----------------------------------------------- -Info 55 [00:02:29.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 55 [00:02:30.000] Files (2) - -Info 55 [00:02:31.000] ----------------------------------------------- -Info 55 [00:02:32.000] Open files: -Info 55 [00:02:33.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 55 [00:02:34.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 55 [00:02:35.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 55 [00:02:36.000] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Running: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json After running Timeout callback:: count: 0 Before request -Info 55 [00:02:37.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -524,7 +534,7 @@ Info 55 [00:02:37.000] request: "seq": 4, "type": "request" } -Info 56 [00:02:38.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -576,7 +586,7 @@ After request Before request -Info 57 [00:02:39.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -587,7 +597,7 @@ Info 57 [00:02:39.000] request: "seq": 5, "type": "request" } -Info 58 [00:02:40.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -639,7 +649,7 @@ After request Before request -Info 59 [00:02:41.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -650,7 +660,7 @@ Info 59 [00:02:41.000] request: "seq": 6, "type": "request" } -Info 60 [00:02:42.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -702,7 +712,7 @@ After request Before request -Info 61 [00:02:43.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -713,7 +723,7 @@ Info 61 [00:02:43.000] request: "seq": 7, "type": "request" } -Info 62 [00:02:44.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -765,7 +775,7 @@ After request Before request -Info 63 [00:02:45.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -776,7 +786,7 @@ Info 63 [00:02:45.000] request: "seq": 8, "type": "request" } -Info 64 [00:02:46.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configWithReference/dependency-dtsMap-changes.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configWithReference/dependency-dtsMap-changes.js index 84cfad2423328..b206ff762f962 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configWithReference/dependency-dtsMap-changes.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configWithReference/dependency-dtsMap-changes.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:00.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:01.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:02.000] Search path: /user/username/projects/myproject/dependency -Info 3 [00:01:03.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 4 [00:01:04.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 5 [00:01:05.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 6 [00:01:06.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -238,17 +238,19 @@ Info 6 [00:01:06.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 7 [00:01:07.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:08.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:09.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 10 [00:01:10.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 11 [00:01:11.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 12 [00:01:12.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 13 [00:01:13.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 14 [00:01:14.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 15 [00:01:15.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:01:16.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 17 [00:01:17.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-1-0 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -258,17 +260,17 @@ Info 17 [00:01:17.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 18 [00:01:18.000] ----------------------------------------------- -Info 19 [00:01:19.000] Search path: /user/username/projects/myproject/dependency -Info 20 [00:01:20.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 21 [00:01:21.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 21 [00:01:22.000] Files (2) - -Info 21 [00:01:23.000] ----------------------------------------------- -Info 21 [00:01:24.000] Open files: -Info 21 [00:01:25.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 21 [00:01:26.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 21 [00:01:27.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -279,6 +281,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/dependency/tsconfig.json: *new* @@ -292,7 +296,7 @@ FsWatchesRecursive:: Before request -Info 22 [00:01:28.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -301,11 +305,11 @@ Info 22 [00:01:28.000] request: "seq": 2, "type": "request" } -Info 23 [00:01:29.000] Search path: /user/username/projects/myproject/random -Info 24 [00:01:30.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 25 [00:01:31.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 26 [00:01:32.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 27 [00:01:33.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -313,16 +317,18 @@ Info 27 [00:01:33.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 28 [00:01:34.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 29 [00:01:35.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 30 [00:01:36.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 31 [00:01:37.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 32 [00:01:38.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 33 [00:01:39.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 34 [00:01:40.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 35 [00:01:41.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 36 [00:01:42.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 37 [00:01:43.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -332,21 +338,21 @@ Info 37 [00:01:43.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 38 [00:01:44.000] ----------------------------------------------- -Info 39 [00:01:45.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 39 [00:01:46.000] Files (2) - -Info 39 [00:01:47.000] ----------------------------------------------- -Info 39 [00:01:48.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 39 [00:01:49.000] Files (2) - -Info 39 [00:01:50.000] ----------------------------------------------- -Info 39 [00:01:51.000] Open files: -Info 39 [00:01:52.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 39 [00:01:53.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 39 [00:01:54.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 39 [00:01:55.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 39 [00:01:56.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -357,6 +363,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -376,7 +384,7 @@ FsWatchesRecursive:: Before request -Info 40 [00:01:57.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -387,9 +395,9 @@ Info 40 [00:01:57.000] request: "seq": 3, "type": "request" } -Info 41 [00:01:58.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 42 [00:01:59.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 43 [00:02:00.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -444,6 +452,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -465,16 +475,16 @@ FsWatchesRecursive:: /user/username/projects/myproject/random: {} -Info 44 [00:02:04.000] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 45 [00:02:05.000] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json -Info 46 [00:02:06.000] Scheduled: *ensureProjectForOpenFiles* -Info 47 [00:02:07.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info Before request //// [/user/username/projects/myproject/decls/FnS.d.ts.map] {"version":3,"file":"FnS.d.ts","sourceRoot":"","sources":["../dependency/FnS.ts"],"names":[],"mappings":"AAAA,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,eAAO,MAAM,CAAC,KAAK,CAAC"} -Info 48 [00:02:08.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -485,10 +495,10 @@ Info 48 [00:02:08.000] request: "seq": 4, "type": "request" } -Info 49 [00:02:09.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 50 [00:02:10.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 51 [00:02:11.000] Same program as before -Info 52 [00:02:12.000] response: +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -540,7 +550,7 @@ After request Before request -Info 53 [00:02:13.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -551,7 +561,7 @@ Info 53 [00:02:13.000] request: "seq": 5, "type": "request" } -Info 54 [00:02:14.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -603,7 +613,7 @@ After request Before request -Info 55 [00:02:15.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -614,7 +624,7 @@ Info 55 [00:02:15.000] request: "seq": 6, "type": "request" } -Info 56 [00:02:16.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -666,7 +676,7 @@ After request Before request -Info 57 [00:02:17.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -677,7 +687,7 @@ Info 57 [00:02:17.000] request: "seq": 7, "type": "request" } -Info 58 [00:02:18.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -729,7 +739,7 @@ After request Before request -Info 59 [00:02:19.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -740,7 +750,7 @@ Info 59 [00:02:19.000] request: "seq": 8, "type": "request" } -Info 60 [00:02:20.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configWithReference/dependency-dtsMap-created.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configWithReference/dependency-dtsMap-created.js index be7d648198f6c..85f9996a56338 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configWithReference/dependency-dtsMap-created.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configWithReference/dependency-dtsMap-created.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:01.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -211,7 +211,7 @@ export {}; } -Info 1 [00:01:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -220,11 +220,11 @@ Info 1 [00:01:02.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:03.000] Search path: /user/username/projects/myproject/dependency -Info 3 [00:01:04.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 4 [00:01:05.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 5 [00:01:06.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 6 [00:01:07.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -235,17 +235,19 @@ Info 6 [00:01:07.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 7 [00:01:08.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:09.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:10.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 10 [00:01:11.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 11 [00:01:12.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 12 [00:01:13.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 13 [00:01:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 14 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 15 [00:01:16.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:01:17.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 17 [00:01:18.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-1-0 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -255,17 +257,17 @@ Info 17 [00:01:18.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 18 [00:01:19.000] ----------------------------------------------- -Info 19 [00:01:20.000] Search path: /user/username/projects/myproject/dependency -Info 20 [00:01:21.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 21 [00:01:22.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 21 [00:01:23.000] Files (2) - -Info 21 [00:01:24.000] ----------------------------------------------- -Info 21 [00:01:25.000] Open files: -Info 21 [00:01:26.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 21 [00:01:27.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 21 [00:01:28.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -276,6 +278,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/dependency/tsconfig.json: *new* @@ -289,7 +293,7 @@ FsWatchesRecursive:: Before request -Info 22 [00:01:29.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -298,11 +302,11 @@ Info 22 [00:01:29.000] request: "seq": 2, "type": "request" } -Info 23 [00:01:30.000] Search path: /user/username/projects/myproject/random -Info 24 [00:01:31.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 25 [00:01:32.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 26 [00:01:33.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 27 [00:01:34.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -310,16 +314,18 @@ Info 27 [00:01:34.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 28 [00:01:35.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 29 [00:01:36.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 30 [00:01:37.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 31 [00:01:38.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 32 [00:01:39.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 33 [00:01:40.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 34 [00:01:41.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 35 [00:01:42.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 36 [00:01:43.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 37 [00:01:44.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -329,21 +335,21 @@ Info 37 [00:01:44.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 38 [00:01:45.000] ----------------------------------------------- -Info 39 [00:01:46.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 39 [00:01:47.000] Files (2) - -Info 39 [00:01:48.000] ----------------------------------------------- -Info 39 [00:01:49.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 39 [00:01:50.000] Files (2) - -Info 39 [00:01:51.000] ----------------------------------------------- -Info 39 [00:01:52.000] Open files: -Info 39 [00:01:53.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 39 [00:01:54.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 39 [00:01:55.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 39 [00:01:56.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 39 [00:01:57.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -354,6 +360,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -373,7 +381,7 @@ FsWatchesRecursive:: Before request -Info 40 [00:01:58.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -384,9 +392,9 @@ Info 40 [00:01:58.000] request: "seq": 3, "type": "request" } -Info 41 [00:01:59.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 42 [00:02:00.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file -Info 43 [00:02:01.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -441,6 +449,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts.map: *new* @@ -462,11 +472,11 @@ FsWatchesRecursive:: /user/username/projects/myproject/random: {} -Info 44 [00:02:04.000] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 0:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file -Info 45 [00:02:05.000] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json -Info 46 [00:02:06.000] Scheduled: *ensureProjectForOpenFiles* -Info 47 [00:02:07.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file -Info 48 [00:02:08.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 0:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 0:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 0:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file Before request //// [/user/username/projects/myproject/decls/FnS.d.ts.map] {"version":3,"file":"FnS.d.ts","sourceRoot":"","sources":["../dependency/FnS.ts"],"names":[],"mappings":"AAAA,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM"} @@ -477,6 +487,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -500,7 +512,7 @@ FsWatchesRecursive:: /user/username/projects/myproject/random: {} -Info 49 [00:02:09.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -511,11 +523,11 @@ Info 49 [00:02:09.000] request: "seq": 4, "type": "request" } -Info 50 [00:02:10.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 51 [00:02:11.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 52 [00:02:12.000] Same program as before -Info 53 [00:02:13.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 54 [00:02:14.000] response: +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -570,6 +582,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -593,7 +607,7 @@ FsWatchesRecursive:: Before request -Info 55 [00:02:15.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -604,7 +618,7 @@ Info 55 [00:02:15.000] request: "seq": 5, "type": "request" } -Info 56 [00:02:16.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -656,7 +670,7 @@ After request Before request -Info 57 [00:02:17.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -667,7 +681,7 @@ Info 57 [00:02:17.000] request: "seq": 6, "type": "request" } -Info 58 [00:02:18.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -719,7 +733,7 @@ After request Before request -Info 59 [00:02:19.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -730,7 +744,7 @@ Info 59 [00:02:19.000] request: "seq": 7, "type": "request" } -Info 60 [00:02:20.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -782,7 +796,7 @@ After request Before request -Info 61 [00:02:21.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -793,7 +807,7 @@ Info 61 [00:02:21.000] request: "seq": 8, "type": "request" } -Info 62 [00:02:22.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -845,7 +859,7 @@ After request Before request -Info 63 [00:02:23.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -854,19 +868,19 @@ Info 63 [00:02:23.000] request: "seq": 9, "type": "request" } -Info 64 [00:02:24.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 65 [00:02:25.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 65 [00:02:26.000] Files (2) - -Info 65 [00:02:27.000] ----------------------------------------------- -Info 65 [00:02:28.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 65 [00:02:29.000] Files (2) - -Info 65 [00:02:30.000] ----------------------------------------------- -Info 65 [00:02:31.000] Open files: -Info 65 [00:02:32.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 65 [00:02:33.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 65 [00:02:34.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -877,6 +891,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -902,7 +918,7 @@ FsWatchesRecursive:: Before request -Info 66 [00:02:35.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -911,23 +927,23 @@ Info 66 [00:02:35.000] request: "seq": 10, "type": "request" } -Info 67 [00:02:36.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 68 [00:02:37.000] Search path: /user/username/projects/myproject/random -Info 69 [00:02:38.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 70 [00:02:39.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 70 [00:02:40.000] Files (2) - -Info 70 [00:02:41.000] ----------------------------------------------- -Info 70 [00:02:42.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 70 [00:02:43.000] Files (2) - -Info 70 [00:02:44.000] ----------------------------------------------- -Info 70 [00:02:45.000] Open files: -Info 70 [00:02:46.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 70 [00:02:47.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 70 [00:02:48.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 70 [00:02:49.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 70 [00:02:50.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -938,6 +954,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -965,7 +983,7 @@ FsWatchesRecursive:: Before request -Info 71 [00:02:51.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -974,19 +992,19 @@ Info 71 [00:02:51.000] request: "seq": 11, "type": "request" } -Info 72 [00:02:52.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 73 [00:02:53.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 73 [00:02:54.000] Files (2) - -Info 73 [00:02:55.000] ----------------------------------------------- -Info 73 [00:02:56.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 73 [00:02:57.000] Files (2) - -Info 73 [00:02:58.000] ----------------------------------------------- -Info 73 [00:02:59.000] Open files: -Info 73 [00:03:00.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 73 [00:03:01.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 73 [00:03:02.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -997,6 +1015,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -1022,7 +1042,7 @@ FsWatchesRecursive:: Before request -Info 74 [00:03:03.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1031,17 +1051,17 @@ Info 74 [00:03:03.000] request: "seq": 12, "type": "request" } -Info 75 [00:03:04.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 76 [00:03:05.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 76 [00:03:06.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 76 [00:03:07.000] ----------------------------------------------- -Info 76 [00:03:08.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 76 [00:03:09.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 76 [00:03:10.000] ----------------------------------------------- -Info 76 [00:03:11.000] Open files: -Info 76 [00:03:12.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1052,6 +1072,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -1079,7 +1101,7 @@ FsWatchesRecursive:: Before request -Info 77 [00:03:13.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -1088,12 +1110,12 @@ Info 77 [00:03:13.000] request: "seq": 13, "type": "request" } -Info 78 [00:03:14.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 79 [00:03:15.000] Search path: /user/username/projects/myproject/random -Info 80 [00:03:16.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 81 [00:03:17.000] `remove Project:: -Info 82 [00:03:18.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 83 [00:03:19.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts /user/username/projects/myproject/dependency/FnS.ts @@ -1103,25 +1125,27 @@ Info 83 [00:03:19.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 84 [00:03:20.000] ----------------------------------------------- -Info 85 [00:03:21.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 86 [00:03:22.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 87 [00:03:23.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 88 [00:03:24.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 89 [00:03:25.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 90 [00:03:26.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 91 [00:03:27.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 92 [00:03:28.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 93 [00:03:29.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 94 [00:03:30.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 95 [00:03:31.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 95 [00:03:32.000] Files (2) - -Info 95 [00:03:33.000] ----------------------------------------------- -Info 95 [00:03:34.000] Open files: -Info 95 [00:03:35.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 95 [00:03:36.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 95 [00:03:37.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1130,6 +1154,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configWithReference/dependency-dtsMap-deleted.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configWithReference/dependency-dtsMap-deleted.js index a38e3b3bac33d..8e233e0133c17 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configWithReference/dependency-dtsMap-deleted.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configWithReference/dependency-dtsMap-deleted.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:00.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:01.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:02.000] Search path: /user/username/projects/myproject/dependency -Info 3 [00:01:03.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 4 [00:01:04.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 5 [00:01:05.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 6 [00:01:06.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -238,17 +238,19 @@ Info 6 [00:01:06.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 7 [00:01:07.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:08.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:09.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 10 [00:01:10.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 11 [00:01:11.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 12 [00:01:12.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 13 [00:01:13.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 14 [00:01:14.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 15 [00:01:15.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:01:16.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 17 [00:01:17.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-1-0 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -258,17 +260,17 @@ Info 17 [00:01:17.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 18 [00:01:18.000] ----------------------------------------------- -Info 19 [00:01:19.000] Search path: /user/username/projects/myproject/dependency -Info 20 [00:01:20.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 21 [00:01:21.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 21 [00:01:22.000] Files (2) - -Info 21 [00:01:23.000] ----------------------------------------------- -Info 21 [00:01:24.000] Open files: -Info 21 [00:01:25.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 21 [00:01:26.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 21 [00:01:27.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -279,6 +281,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/dependency/tsconfig.json: *new* @@ -292,7 +296,7 @@ FsWatchesRecursive:: Before request -Info 22 [00:01:28.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -301,11 +305,11 @@ Info 22 [00:01:28.000] request: "seq": 2, "type": "request" } -Info 23 [00:01:29.000] Search path: /user/username/projects/myproject/random -Info 24 [00:01:30.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 25 [00:01:31.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 26 [00:01:32.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 27 [00:01:33.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -313,16 +317,18 @@ Info 27 [00:01:33.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 28 [00:01:34.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 29 [00:01:35.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 30 [00:01:36.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 31 [00:01:37.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 32 [00:01:38.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 33 [00:01:39.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 34 [00:01:40.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 35 [00:01:41.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 36 [00:01:42.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 37 [00:01:43.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -332,21 +338,21 @@ Info 37 [00:01:43.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 38 [00:01:44.000] ----------------------------------------------- -Info 39 [00:01:45.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 39 [00:01:46.000] Files (2) - -Info 39 [00:01:47.000] ----------------------------------------------- -Info 39 [00:01:48.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 39 [00:01:49.000] Files (2) - -Info 39 [00:01:50.000] ----------------------------------------------- -Info 39 [00:01:51.000] Open files: -Info 39 [00:01:52.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 39 [00:01:53.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 39 [00:01:54.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 39 [00:01:55.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 39 [00:01:56.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -357,6 +363,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -376,7 +384,7 @@ FsWatchesRecursive:: Before request -Info 40 [00:01:57.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -387,9 +395,9 @@ Info 40 [00:01:57.000] request: "seq": 3, "type": "request" } -Info 41 [00:01:58.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 42 [00:01:59.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 43 [00:02:00.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -444,6 +452,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -465,11 +475,11 @@ FsWatchesRecursive:: /user/username/projects/myproject/random: {} -Info 44 [00:02:02.000] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 2:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 45 [00:02:03.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 46 [00:02:04.000] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json -Info 47 [00:02:05.000] Scheduled: *ensureProjectForOpenFiles* -Info 48 [00:02:06.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 2:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 2:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 2:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info Before request //// [/user/username/projects/myproject/decls/FnS.d.ts.map] deleted @@ -478,6 +488,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -501,7 +513,7 @@ FsWatchesRecursive:: /user/username/projects/myproject/random: {} -Info 49 [00:02:07.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -512,11 +524,11 @@ Info 49 [00:02:07.000] request: "seq": 4, "type": "request" } -Info 50 [00:02:08.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 51 [00:02:09.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 52 [00:02:10.000] Same program as before -Info 53 [00:02:11.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file -Info 54 [00:02:12.000] response: +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -571,6 +583,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts.map: *new* @@ -594,7 +608,7 @@ FsWatchesRecursive:: Before request -Info 55 [00:02:13.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -605,7 +619,7 @@ Info 55 [00:02:13.000] request: "seq": 5, "type": "request" } -Info 56 [00:02:14.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -657,7 +671,7 @@ After request Before request -Info 57 [00:02:15.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -668,7 +682,7 @@ Info 57 [00:02:15.000] request: "seq": 6, "type": "request" } -Info 58 [00:02:16.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -720,7 +734,7 @@ After request Before request -Info 59 [00:02:17.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -731,7 +745,7 @@ Info 59 [00:02:17.000] request: "seq": 7, "type": "request" } -Info 60 [00:02:18.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -783,7 +797,7 @@ After request Before request -Info 61 [00:02:19.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -794,7 +808,7 @@ Info 61 [00:02:19.000] request: "seq": 8, "type": "request" } -Info 62 [00:02:20.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -846,7 +860,7 @@ After request Before request -Info 63 [00:02:21.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -855,19 +869,19 @@ Info 63 [00:02:21.000] request: "seq": 9, "type": "request" } -Info 64 [00:02:22.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 65 [00:02:23.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 65 [00:02:24.000] Files (2) - -Info 65 [00:02:25.000] ----------------------------------------------- -Info 65 [00:02:26.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 65 [00:02:27.000] Files (2) - -Info 65 [00:02:28.000] ----------------------------------------------- -Info 65 [00:02:29.000] Open files: -Info 65 [00:02:30.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 65 [00:02:31.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 65 [00:02:32.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -878,6 +892,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts.map: @@ -903,7 +919,7 @@ FsWatchesRecursive:: Before request -Info 66 [00:02:33.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -912,23 +928,23 @@ Info 66 [00:02:33.000] request: "seq": 10, "type": "request" } -Info 67 [00:02:34.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 68 [00:02:35.000] Search path: /user/username/projects/myproject/random -Info 69 [00:02:36.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 70 [00:02:37.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 70 [00:02:38.000] Files (2) - -Info 70 [00:02:39.000] ----------------------------------------------- -Info 70 [00:02:40.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 70 [00:02:41.000] Files (2) - -Info 70 [00:02:42.000] ----------------------------------------------- -Info 70 [00:02:43.000] Open files: -Info 70 [00:02:44.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 70 [00:02:45.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 70 [00:02:46.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 70 [00:02:47.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 70 [00:02:48.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -939,6 +955,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts.map: @@ -966,7 +984,7 @@ FsWatchesRecursive:: Before request -Info 71 [00:02:49.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -975,19 +993,19 @@ Info 71 [00:02:49.000] request: "seq": 11, "type": "request" } -Info 72 [00:02:50.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 73 [00:02:51.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 73 [00:02:52.000] Files (2) - -Info 73 [00:02:53.000] ----------------------------------------------- -Info 73 [00:02:54.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 73 [00:02:55.000] Files (2) - -Info 73 [00:02:56.000] ----------------------------------------------- -Info 73 [00:02:57.000] Open files: -Info 73 [00:02:58.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 73 [00:02:59.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 73 [00:03:00.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -998,6 +1016,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts.map: @@ -1023,7 +1043,7 @@ FsWatchesRecursive:: Before request -Info 74 [00:03:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1032,17 +1052,17 @@ Info 74 [00:03:01.000] request: "seq": 12, "type": "request" } -Info 75 [00:03:02.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 76 [00:03:03.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 76 [00:03:04.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 76 [00:03:05.000] ----------------------------------------------- -Info 76 [00:03:06.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 76 [00:03:07.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 76 [00:03:08.000] ----------------------------------------------- -Info 76 [00:03:09.000] Open files: -Info 76 [00:03:10.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1053,6 +1073,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts.map: @@ -1080,7 +1102,7 @@ FsWatchesRecursive:: Before request -Info 77 [00:03:11.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -1089,12 +1111,12 @@ Info 77 [00:03:11.000] request: "seq": 13, "type": "request" } -Info 78 [00:03:12.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 79 [00:03:13.000] Search path: /user/username/projects/myproject/random -Info 80 [00:03:14.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 81 [00:03:15.000] `remove Project:: -Info 82 [00:03:16.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 83 [00:03:17.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts /user/username/projects/myproject/dependency/FnS.ts @@ -1104,25 +1126,27 @@ Info 83 [00:03:17.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 84 [00:03:18.000] ----------------------------------------------- -Info 85 [00:03:19.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 86 [00:03:20.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 87 [00:03:21.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 88 [00:03:22.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 89 [00:03:23.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 90 [00:03:24.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 91 [00:03:25.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 92 [00:03:26.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 93 [00:03:27.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 94 [00:03:28.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file -Info 95 [00:03:29.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 95 [00:03:30.000] Files (2) - -Info 95 [00:03:31.000] ----------------------------------------------- -Info 95 [00:03:32.000] Open files: -Info 95 [00:03:33.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 95 [00:03:34.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 95 [00:03:35.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1131,6 +1155,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configWithReference/dependency-dtsMap-not-present.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configWithReference/dependency-dtsMap-not-present.js index 4b5011026f22a..770f56b1eb68a 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configWithReference/dependency-dtsMap-not-present.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configWithReference/dependency-dtsMap-not-present.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:01.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -211,7 +211,7 @@ export {}; } -Info 1 [00:01:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -220,11 +220,11 @@ Info 1 [00:01:02.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:03.000] Search path: /user/username/projects/myproject/dependency -Info 3 [00:01:04.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 4 [00:01:05.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 5 [00:01:06.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 6 [00:01:07.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -235,17 +235,19 @@ Info 6 [00:01:07.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 7 [00:01:08.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:09.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:10.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 10 [00:01:11.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 11 [00:01:12.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 12 [00:01:13.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 13 [00:01:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 14 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 15 [00:01:16.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:01:17.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 17 [00:01:18.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-1-0 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -255,17 +257,17 @@ Info 17 [00:01:18.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 18 [00:01:19.000] ----------------------------------------------- -Info 19 [00:01:20.000] Search path: /user/username/projects/myproject/dependency -Info 20 [00:01:21.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 21 [00:01:22.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 21 [00:01:23.000] Files (2) - -Info 21 [00:01:24.000] ----------------------------------------------- -Info 21 [00:01:25.000] Open files: -Info 21 [00:01:26.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 21 [00:01:27.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 21 [00:01:28.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -276,6 +278,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/dependency/tsconfig.json: *new* @@ -289,7 +293,7 @@ FsWatchesRecursive:: Before request -Info 22 [00:01:29.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -298,11 +302,11 @@ Info 22 [00:01:29.000] request: "seq": 2, "type": "request" } -Info 23 [00:01:30.000] Search path: /user/username/projects/myproject/random -Info 24 [00:01:31.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 25 [00:01:32.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 26 [00:01:33.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 27 [00:01:34.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -310,16 +314,18 @@ Info 27 [00:01:34.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 28 [00:01:35.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 29 [00:01:36.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 30 [00:01:37.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 31 [00:01:38.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 32 [00:01:39.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 33 [00:01:40.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 34 [00:01:41.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 35 [00:01:42.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 36 [00:01:43.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 37 [00:01:44.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -329,21 +335,21 @@ Info 37 [00:01:44.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 38 [00:01:45.000] ----------------------------------------------- -Info 39 [00:01:46.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 39 [00:01:47.000] Files (2) - -Info 39 [00:01:48.000] ----------------------------------------------- -Info 39 [00:01:49.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 39 [00:01:50.000] Files (2) - -Info 39 [00:01:51.000] ----------------------------------------------- -Info 39 [00:01:52.000] Open files: -Info 39 [00:01:53.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 39 [00:01:54.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 39 [00:01:55.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 39 [00:01:56.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 39 [00:01:57.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -354,6 +360,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -373,7 +381,7 @@ FsWatchesRecursive:: Before request -Info 40 [00:01:58.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -384,9 +392,9 @@ Info 40 [00:01:58.000] request: "seq": 3, "type": "request" } -Info 41 [00:01:59.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 42 [00:02:00.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file -Info 43 [00:02:01.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -441,6 +449,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts.map: *new* @@ -464,7 +474,7 @@ FsWatchesRecursive:: Before request -Info 44 [00:02:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -475,7 +485,7 @@ Info 44 [00:02:02.000] request: "seq": 4, "type": "request" } -Info 45 [00:02:03.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -527,7 +537,7 @@ After request Before request -Info 46 [00:02:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -538,7 +548,7 @@ Info 46 [00:02:04.000] request: "seq": 5, "type": "request" } -Info 47 [00:02:05.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -590,7 +600,7 @@ After request Before request -Info 48 [00:02:06.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -601,7 +611,7 @@ Info 48 [00:02:06.000] request: "seq": 6, "type": "request" } -Info 49 [00:02:07.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -653,7 +663,7 @@ After request Before request -Info 50 [00:02:08.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -664,7 +674,7 @@ Info 50 [00:02:08.000] request: "seq": 7, "type": "request" } -Info 51 [00:02:09.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -716,7 +726,7 @@ After request Before request -Info 52 [00:02:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -725,19 +735,19 @@ Info 52 [00:02:10.000] request: "seq": 8, "type": "request" } -Info 53 [00:02:11.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 54 [00:02:12.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 54 [00:02:13.000] Files (2) - -Info 54 [00:02:14.000] ----------------------------------------------- -Info 54 [00:02:15.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 54 [00:02:16.000] Files (2) - -Info 54 [00:02:17.000] ----------------------------------------------- -Info 54 [00:02:18.000] Open files: -Info 54 [00:02:19.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 54 [00:02:20.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 54 [00:02:21.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -748,6 +758,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts.map: @@ -773,7 +785,7 @@ FsWatchesRecursive:: Before request -Info 55 [00:02:22.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -782,23 +794,23 @@ Info 55 [00:02:22.000] request: "seq": 9, "type": "request" } -Info 56 [00:02:23.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 57 [00:02:24.000] Search path: /user/username/projects/myproject/random -Info 58 [00:02:25.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 59 [00:02:26.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 59 [00:02:27.000] Files (2) - -Info 59 [00:02:28.000] ----------------------------------------------- -Info 59 [00:02:29.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 59 [00:02:30.000] Files (2) - -Info 59 [00:02:31.000] ----------------------------------------------- -Info 59 [00:02:32.000] Open files: -Info 59 [00:02:33.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 59 [00:02:34.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 59 [00:02:35.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 59 [00:02:36.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 59 [00:02:37.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -809,6 +821,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts.map: @@ -836,7 +850,7 @@ FsWatchesRecursive:: Before request -Info 60 [00:02:38.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -845,19 +859,19 @@ Info 60 [00:02:38.000] request: "seq": 10, "type": "request" } -Info 61 [00:02:39.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 62 [00:02:40.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 62 [00:02:41.000] Files (2) - -Info 62 [00:02:42.000] ----------------------------------------------- -Info 62 [00:02:43.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 62 [00:02:44.000] Files (2) - -Info 62 [00:02:45.000] ----------------------------------------------- -Info 62 [00:02:46.000] Open files: -Info 62 [00:02:47.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 62 [00:02:48.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 62 [00:02:49.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -868,6 +882,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts.map: @@ -893,7 +909,7 @@ FsWatchesRecursive:: Before request -Info 63 [00:02:50.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -902,17 +918,17 @@ Info 63 [00:02:50.000] request: "seq": 11, "type": "request" } -Info 64 [00:02:51.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 65 [00:02:52.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 65 [00:02:53.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 65 [00:02:54.000] ----------------------------------------------- -Info 65 [00:02:55.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 65 [00:02:56.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 65 [00:02:57.000] ----------------------------------------------- -Info 65 [00:02:58.000] Open files: -Info 65 [00:02:59.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -923,6 +939,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts.map: @@ -950,7 +968,7 @@ FsWatchesRecursive:: Before request -Info 66 [00:03:00.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -959,12 +977,12 @@ Info 66 [00:03:00.000] request: "seq": 12, "type": "request" } -Info 67 [00:03:01.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 68 [00:03:02.000] Search path: /user/username/projects/myproject/random -Info 69 [00:03:03.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 70 [00:03:04.000] `remove Project:: -Info 71 [00:03:05.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 72 [00:03:06.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts /user/username/projects/myproject/dependency/FnS.ts @@ -974,25 +992,27 @@ Info 72 [00:03:06.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 73 [00:03:07.000] ----------------------------------------------- -Info 74 [00:03:08.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 75 [00:03:09.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 76 [00:03:10.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 77 [00:03:11.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 78 [00:03:12.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 79 [00:03:13.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 80 [00:03:14.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 81 [00:03:15.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 82 [00:03:16.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 83 [00:03:17.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file -Info 84 [00:03:18.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 84 [00:03:19.000] Files (2) - -Info 84 [00:03:20.000] ----------------------------------------------- -Info 84 [00:03:21.000] Open files: -Info 84 [00:03:22.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 84 [00:03:23.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 84 [00:03:24.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1001,6 +1021,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configWithReference/dependency-source-changes-with-timeout-before-request.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configWithReference/dependency-source-changes-with-timeout-before-request.js index dee31a32dc8ef..f1b3cfe7a6c41 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configWithReference/dependency-source-changes-with-timeout-before-request.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configWithReference/dependency-source-changes-with-timeout-before-request.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:00.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:01.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:02.000] Search path: /user/username/projects/myproject/dependency -Info 3 [00:01:03.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 4 [00:01:04.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 5 [00:01:05.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 6 [00:01:06.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -238,17 +238,19 @@ Info 6 [00:01:06.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 7 [00:01:07.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:08.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:09.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 10 [00:01:10.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 11 [00:01:11.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 12 [00:01:12.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 13 [00:01:13.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 14 [00:01:14.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 15 [00:01:15.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:01:16.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 17 [00:01:17.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-1-0 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -258,17 +260,17 @@ Info 17 [00:01:17.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 18 [00:01:18.000] ----------------------------------------------- -Info 19 [00:01:19.000] Search path: /user/username/projects/myproject/dependency -Info 20 [00:01:20.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 21 [00:01:21.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 21 [00:01:22.000] Files (2) - -Info 21 [00:01:23.000] ----------------------------------------------- -Info 21 [00:01:24.000] Open files: -Info 21 [00:01:25.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 21 [00:01:26.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 21 [00:01:27.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -279,6 +281,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/dependency/tsconfig.json: *new* @@ -292,7 +296,7 @@ FsWatchesRecursive:: Before request -Info 22 [00:01:28.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -301,11 +305,11 @@ Info 22 [00:01:28.000] request: "seq": 2, "type": "request" } -Info 23 [00:01:29.000] Search path: /user/username/projects/myproject/random -Info 24 [00:01:30.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 25 [00:01:31.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 26 [00:01:32.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 27 [00:01:33.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -313,16 +317,18 @@ Info 27 [00:01:33.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 28 [00:01:34.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 29 [00:01:35.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 30 [00:01:36.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 31 [00:01:37.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 32 [00:01:38.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 33 [00:01:39.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 34 [00:01:40.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 35 [00:01:41.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 36 [00:01:42.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 37 [00:01:43.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -332,21 +338,21 @@ Info 37 [00:01:43.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 38 [00:01:44.000] ----------------------------------------------- -Info 39 [00:01:45.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 39 [00:01:46.000] Files (2) - -Info 39 [00:01:47.000] ----------------------------------------------- -Info 39 [00:01:48.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 39 [00:01:49.000] Files (2) - -Info 39 [00:01:50.000] ----------------------------------------------- -Info 39 [00:01:51.000] Open files: -Info 39 [00:01:52.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 39 [00:01:53.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 39 [00:01:54.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 39 [00:01:55.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 39 [00:01:56.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -357,6 +363,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -376,7 +384,7 @@ FsWatchesRecursive:: Before request -Info 40 [00:01:57.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -387,9 +395,9 @@ Info 40 [00:01:57.000] request: "seq": 3, "type": "request" } -Info 41 [00:01:58.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 42 [00:01:59.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 43 [00:02:00.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -444,6 +452,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -467,7 +477,7 @@ FsWatchesRecursive:: Before request -Info 44 [00:02:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { @@ -481,7 +491,7 @@ Info 44 [00:02:01.000] request: "seq": 4, "type": "request" } -Info 45 [00:02:02.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -493,7 +503,7 @@ After running Timeout callback:: count: 0 Before request -Info 46 [00:02:03.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -504,15 +514,15 @@ Info 46 [00:02:03.000] request: "seq": 5, "type": "request" } -Info 47 [00:02:04.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 48 [00:02:05.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 49 [00:02:06.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 50 [00:02:07.000] Files (2) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-1-1 "function fooBar() { }\nexport function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" -Info 51 [00:02:08.000] ----------------------------------------------- -Info 52 [00:02:09.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -564,7 +574,7 @@ After request Before request -Info 53 [00:02:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -575,7 +585,7 @@ Info 53 [00:02:10.000] request: "seq": 6, "type": "request" } -Info 54 [00:02:11.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -627,7 +637,7 @@ After request Before request -Info 55 [00:02:12.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -638,7 +648,7 @@ Info 55 [00:02:12.000] request: "seq": 7, "type": "request" } -Info 56 [00:02:13.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -690,7 +700,7 @@ After request Before request -Info 57 [00:02:14.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -701,7 +711,7 @@ Info 57 [00:02:14.000] request: "seq": 8, "type": "request" } -Info 58 [00:02:15.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -753,7 +763,7 @@ After request Before request -Info 59 [00:02:16.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -764,7 +774,7 @@ Info 59 [00:02:16.000] request: "seq": 9, "type": "request" } -Info 60 [00:02:17.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configWithReference/dependency-source-changes.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configWithReference/dependency-source-changes.js index 11b6337c4b931..9aec6e8ba081c 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configWithReference/dependency-source-changes.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configWithReference/dependency-source-changes.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:00.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:01.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:02.000] Search path: /user/username/projects/myproject/dependency -Info 3 [00:01:03.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 4 [00:01:04.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 5 [00:01:05.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 6 [00:01:06.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -238,17 +238,19 @@ Info 6 [00:01:06.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 7 [00:01:07.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:08.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:09.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 10 [00:01:10.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 11 [00:01:11.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 12 [00:01:12.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 13 [00:01:13.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 14 [00:01:14.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 15 [00:01:15.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:01:16.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 17 [00:01:17.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-1-0 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -258,17 +260,17 @@ Info 17 [00:01:17.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 18 [00:01:18.000] ----------------------------------------------- -Info 19 [00:01:19.000] Search path: /user/username/projects/myproject/dependency -Info 20 [00:01:20.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 21 [00:01:21.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 21 [00:01:22.000] Files (2) - -Info 21 [00:01:23.000] ----------------------------------------------- -Info 21 [00:01:24.000] Open files: -Info 21 [00:01:25.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 21 [00:01:26.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 21 [00:01:27.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -279,6 +281,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/dependency/tsconfig.json: *new* @@ -292,7 +296,7 @@ FsWatchesRecursive:: Before request -Info 22 [00:01:28.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -301,11 +305,11 @@ Info 22 [00:01:28.000] request: "seq": 2, "type": "request" } -Info 23 [00:01:29.000] Search path: /user/username/projects/myproject/random -Info 24 [00:01:30.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 25 [00:01:31.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 26 [00:01:32.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 27 [00:01:33.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -313,16 +317,18 @@ Info 27 [00:01:33.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 28 [00:01:34.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 29 [00:01:35.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 30 [00:01:36.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 31 [00:01:37.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 32 [00:01:38.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 33 [00:01:39.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 34 [00:01:40.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 35 [00:01:41.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 36 [00:01:42.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 37 [00:01:43.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -332,21 +338,21 @@ Info 37 [00:01:43.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 38 [00:01:44.000] ----------------------------------------------- -Info 39 [00:01:45.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 39 [00:01:46.000] Files (2) - -Info 39 [00:01:47.000] ----------------------------------------------- -Info 39 [00:01:48.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 39 [00:01:49.000] Files (2) - -Info 39 [00:01:50.000] ----------------------------------------------- -Info 39 [00:01:51.000] Open files: -Info 39 [00:01:52.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 39 [00:01:53.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 39 [00:01:54.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 39 [00:01:55.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 39 [00:01:56.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -357,6 +363,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -376,7 +384,7 @@ FsWatchesRecursive:: Before request -Info 40 [00:01:57.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -387,9 +395,9 @@ Info 40 [00:01:57.000] request: "seq": 3, "type": "request" } -Info 41 [00:01:58.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 42 [00:01:59.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 43 [00:02:00.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -444,6 +452,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -467,7 +477,7 @@ FsWatchesRecursive:: Before request -Info 44 [00:02:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { @@ -481,7 +491,7 @@ Info 44 [00:02:01.000] request: "seq": 4, "type": "request" } -Info 45 [00:02:02.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -489,7 +499,7 @@ After request Before request -Info 46 [00:02:03.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -500,15 +510,15 @@ Info 46 [00:02:03.000] request: "seq": 5, "type": "request" } -Info 47 [00:02:04.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 48 [00:02:05.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 49 [00:02:06.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 50 [00:02:07.000] Files (2) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-1-1 "function fooBar() { }\nexport function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" -Info 51 [00:02:08.000] ----------------------------------------------- -Info 52 [00:02:09.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -560,7 +570,7 @@ After request Before request -Info 53 [00:02:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -571,7 +581,7 @@ Info 53 [00:02:10.000] request: "seq": 6, "type": "request" } -Info 54 [00:02:11.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -623,7 +633,7 @@ After request Before request -Info 55 [00:02:12.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -634,7 +644,7 @@ Info 55 [00:02:12.000] request: "seq": 7, "type": "request" } -Info 56 [00:02:13.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -686,7 +696,7 @@ After request Before request -Info 57 [00:02:14.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -697,7 +707,7 @@ Info 57 [00:02:14.000] request: "seq": 8, "type": "request" } -Info 58 [00:02:15.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -749,7 +759,7 @@ After request Before request -Info 59 [00:02:16.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -760,7 +770,7 @@ Info 59 [00:02:16.000] request: "seq": 9, "type": "request" } -Info 60 [00:02:17.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configWithReference/rename-locations.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configWithReference/rename-locations.js index 68c9d3fd37eed..0330d7c1c4868 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configWithReference/rename-locations.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configWithReference/rename-locations.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:00.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:01.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:02.000] Search path: /user/username/projects/myproject/dependency -Info 3 [00:01:03.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 4 [00:01:04.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 5 [00:01:05.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 6 [00:01:06.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -238,17 +238,19 @@ Info 6 [00:01:06.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 7 [00:01:07.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:08.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:09.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 10 [00:01:10.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 11 [00:01:11.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 12 [00:01:12.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 13 [00:01:13.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 14 [00:01:14.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 15 [00:01:15.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:01:16.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 17 [00:01:17.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-1-0 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -258,17 +260,17 @@ Info 17 [00:01:17.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 18 [00:01:18.000] ----------------------------------------------- -Info 19 [00:01:19.000] Search path: /user/username/projects/myproject/dependency -Info 20 [00:01:20.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 21 [00:01:21.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 21 [00:01:22.000] Files (2) - -Info 21 [00:01:23.000] ----------------------------------------------- -Info 21 [00:01:24.000] Open files: -Info 21 [00:01:25.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 21 [00:01:26.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 21 [00:01:27.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -279,6 +281,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/dependency/tsconfig.json: *new* @@ -292,7 +296,7 @@ FsWatchesRecursive:: Before request -Info 22 [00:01:28.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -301,11 +305,11 @@ Info 22 [00:01:28.000] request: "seq": 2, "type": "request" } -Info 23 [00:01:29.000] Search path: /user/username/projects/myproject/random -Info 24 [00:01:30.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 25 [00:01:31.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 26 [00:01:32.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 27 [00:01:33.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -313,16 +317,18 @@ Info 27 [00:01:33.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 28 [00:01:34.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 29 [00:01:35.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 30 [00:01:36.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 31 [00:01:37.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 32 [00:01:38.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 33 [00:01:39.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 34 [00:01:40.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 35 [00:01:41.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 36 [00:01:42.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 37 [00:01:43.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -332,21 +338,21 @@ Info 37 [00:01:43.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 38 [00:01:44.000] ----------------------------------------------- -Info 39 [00:01:45.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 39 [00:01:46.000] Files (2) - -Info 39 [00:01:47.000] ----------------------------------------------- -Info 39 [00:01:48.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 39 [00:01:49.000] Files (2) - -Info 39 [00:01:50.000] ----------------------------------------------- -Info 39 [00:01:51.000] Open files: -Info 39 [00:01:52.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 39 [00:01:53.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 39 [00:01:54.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 39 [00:01:55.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 39 [00:01:56.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -357,6 +363,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -376,7 +384,7 @@ FsWatchesRecursive:: Before request -Info 40 [00:01:57.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -387,9 +395,9 @@ Info 40 [00:01:57.000] request: "seq": 3, "type": "request" } -Info 41 [00:01:58.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 42 [00:01:59.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 43 [00:02:00.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -444,6 +452,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -467,7 +477,7 @@ FsWatchesRecursive:: Before request -Info 44 [00:02:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -478,7 +488,7 @@ Info 44 [00:02:01.000] request: "seq": 4, "type": "request" } -Info 45 [00:02:02.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -530,7 +540,7 @@ After request Before request -Info 46 [00:02:03.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -541,7 +551,7 @@ Info 46 [00:02:03.000] request: "seq": 5, "type": "request" } -Info 47 [00:02:04.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -593,7 +603,7 @@ After request Before request -Info 48 [00:02:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -604,7 +614,7 @@ Info 48 [00:02:05.000] request: "seq": 6, "type": "request" } -Info 49 [00:02:06.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -656,7 +666,7 @@ After request Before request -Info 50 [00:02:07.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -667,7 +677,7 @@ Info 50 [00:02:07.000] request: "seq": 7, "type": "request" } -Info 51 [00:02:08.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -719,7 +729,7 @@ After request Before request -Info 52 [00:02:09.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -728,19 +738,19 @@ Info 52 [00:02:09.000] request: "seq": 8, "type": "request" } -Info 53 [00:02:10.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 54 [00:02:11.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 54 [00:02:12.000] Files (2) - -Info 54 [00:02:13.000] ----------------------------------------------- -Info 54 [00:02:14.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 54 [00:02:15.000] Files (2) - -Info 54 [00:02:16.000] ----------------------------------------------- -Info 54 [00:02:17.000] Open files: -Info 54 [00:02:18.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 54 [00:02:19.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 54 [00:02:20.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -751,6 +761,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -776,7 +788,7 @@ FsWatchesRecursive:: Before request -Info 55 [00:02:21.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -785,23 +797,23 @@ Info 55 [00:02:21.000] request: "seq": 9, "type": "request" } -Info 56 [00:02:22.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 57 [00:02:23.000] Search path: /user/username/projects/myproject/random -Info 58 [00:02:24.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 59 [00:02:25.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 59 [00:02:26.000] Files (2) - -Info 59 [00:02:27.000] ----------------------------------------------- -Info 59 [00:02:28.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 59 [00:02:29.000] Files (2) - -Info 59 [00:02:30.000] ----------------------------------------------- -Info 59 [00:02:31.000] Open files: -Info 59 [00:02:32.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 59 [00:02:33.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 59 [00:02:34.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 59 [00:02:35.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 59 [00:02:36.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -812,6 +824,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -839,7 +853,7 @@ FsWatchesRecursive:: Before request -Info 60 [00:02:37.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -848,19 +862,19 @@ Info 60 [00:02:37.000] request: "seq": 10, "type": "request" } -Info 61 [00:02:38.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 62 [00:02:39.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 62 [00:02:40.000] Files (2) - -Info 62 [00:02:41.000] ----------------------------------------------- -Info 62 [00:02:42.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 62 [00:02:43.000] Files (2) - -Info 62 [00:02:44.000] ----------------------------------------------- -Info 62 [00:02:45.000] Open files: -Info 62 [00:02:46.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 62 [00:02:47.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 62 [00:02:48.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -871,6 +885,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -896,7 +912,7 @@ FsWatchesRecursive:: Before request -Info 63 [00:02:49.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -905,17 +921,17 @@ Info 63 [00:02:49.000] request: "seq": 11, "type": "request" } -Info 64 [00:02:50.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 65 [00:02:51.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 65 [00:02:52.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 65 [00:02:53.000] ----------------------------------------------- -Info 65 [00:02:54.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 65 [00:02:55.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 65 [00:02:56.000] ----------------------------------------------- -Info 65 [00:02:57.000] Open files: -Info 65 [00:02:58.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -926,6 +942,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -953,7 +971,7 @@ FsWatchesRecursive:: Before request -Info 66 [00:02:59.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -962,12 +980,12 @@ Info 66 [00:02:59.000] request: "seq": 12, "type": "request" } -Info 67 [00:03:00.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 68 [00:03:01.000] Search path: /user/username/projects/myproject/random -Info 69 [00:03:02.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 70 [00:03:03.000] `remove Project:: -Info 71 [00:03:04.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 72 [00:03:05.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts /user/username/projects/myproject/dependency/FnS.ts @@ -977,25 +995,27 @@ Info 72 [00:03:05.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 73 [00:03:06.000] ----------------------------------------------- -Info 74 [00:03:07.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 75 [00:03:08.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 76 [00:03:09.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 77 [00:03:10.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 78 [00:03:11.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 79 [00:03:12.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 80 [00:03:13.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 81 [00:03:14.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 82 [00:03:15.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 83 [00:03:16.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 84 [00:03:17.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 84 [00:03:18.000] Files (2) - -Info 84 [00:03:19.000] ----------------------------------------------- -Info 84 [00:03:20.000] Open files: -Info 84 [00:03:21.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 84 [00:03:22.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 84 [00:03:23.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1004,6 +1024,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configWithReference/usage-file-changes-with-timeout-before-request.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configWithReference/usage-file-changes-with-timeout-before-request.js index 7a8f1dd37940b..49c44b93b7a19 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configWithReference/usage-file-changes-with-timeout-before-request.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configWithReference/usage-file-changes-with-timeout-before-request.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:00.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:01.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:02.000] Search path: /user/username/projects/myproject/dependency -Info 3 [00:01:03.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 4 [00:01:04.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 5 [00:01:05.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 6 [00:01:06.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -238,17 +238,19 @@ Info 6 [00:01:06.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 7 [00:01:07.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:08.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:09.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 10 [00:01:10.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 11 [00:01:11.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 12 [00:01:12.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 13 [00:01:13.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 14 [00:01:14.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 15 [00:01:15.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:01:16.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 17 [00:01:17.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-1-0 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -258,17 +260,17 @@ Info 17 [00:01:17.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 18 [00:01:18.000] ----------------------------------------------- -Info 19 [00:01:19.000] Search path: /user/username/projects/myproject/dependency -Info 20 [00:01:20.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 21 [00:01:21.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 21 [00:01:22.000] Files (2) - -Info 21 [00:01:23.000] ----------------------------------------------- -Info 21 [00:01:24.000] Open files: -Info 21 [00:01:25.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 21 [00:01:26.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 21 [00:01:27.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -279,6 +281,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/dependency/tsconfig.json: *new* @@ -292,7 +296,7 @@ FsWatchesRecursive:: Before request -Info 22 [00:01:28.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -301,11 +305,11 @@ Info 22 [00:01:28.000] request: "seq": 2, "type": "request" } -Info 23 [00:01:29.000] Search path: /user/username/projects/myproject/random -Info 24 [00:01:30.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 25 [00:01:31.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 26 [00:01:32.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 27 [00:01:33.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -313,16 +317,18 @@ Info 27 [00:01:33.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 28 [00:01:34.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 29 [00:01:35.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 30 [00:01:36.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 31 [00:01:37.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 32 [00:01:38.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 33 [00:01:39.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 34 [00:01:40.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 35 [00:01:41.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 36 [00:01:42.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 37 [00:01:43.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -332,21 +338,21 @@ Info 37 [00:01:43.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 38 [00:01:44.000] ----------------------------------------------- -Info 39 [00:01:45.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 39 [00:01:46.000] Files (2) - -Info 39 [00:01:47.000] ----------------------------------------------- -Info 39 [00:01:48.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 39 [00:01:49.000] Files (2) - -Info 39 [00:01:50.000] ----------------------------------------------- -Info 39 [00:01:51.000] Open files: -Info 39 [00:01:52.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 39 [00:01:53.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 39 [00:01:54.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 39 [00:01:55.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 39 [00:01:56.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -357,6 +363,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -376,7 +384,7 @@ FsWatchesRecursive:: Before request -Info 40 [00:01:57.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -387,9 +395,9 @@ Info 40 [00:01:57.000] request: "seq": 3, "type": "request" } -Info 41 [00:01:58.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 42 [00:01:59.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 43 [00:02:00.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -444,6 +452,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -467,7 +477,7 @@ FsWatchesRecursive:: Before request -Info 44 [00:02:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { @@ -481,7 +491,7 @@ Info 44 [00:02:01.000] request: "seq": 4, "type": "request" } -Info 45 [00:02:02.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -493,7 +503,7 @@ After running Timeout callback:: count: 0 Before request -Info 46 [00:02:03.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -504,15 +514,15 @@ Info 46 [00:02:03.000] request: "seq": 5, "type": "request" } -Info 47 [00:02:04.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 48 [00:02:05.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 49 [00:02:06.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 50 [00:02:07.000] Files (2) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-1-1 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\nconst x = 10;" -Info 51 [00:02:08.000] ----------------------------------------------- -Info 52 [00:02:09.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -564,7 +574,7 @@ After request Before request -Info 53 [00:02:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -575,7 +585,7 @@ Info 53 [00:02:10.000] request: "seq": 6, "type": "request" } -Info 54 [00:02:11.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -627,7 +637,7 @@ After request Before request -Info 55 [00:02:12.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -638,7 +648,7 @@ Info 55 [00:02:12.000] request: "seq": 7, "type": "request" } -Info 56 [00:02:13.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -690,7 +700,7 @@ After request Before request -Info 57 [00:02:14.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -701,7 +711,7 @@ Info 57 [00:02:14.000] request: "seq": 8, "type": "request" } -Info 58 [00:02:15.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -753,7 +763,7 @@ After request Before request -Info 59 [00:02:16.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -764,7 +774,7 @@ Info 59 [00:02:16.000] request: "seq": 9, "type": "request" } -Info 60 [00:02:17.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configWithReference/usage-file-changes.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configWithReference/usage-file-changes.js index ae0bce0579ff2..0c2748b3e9e56 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configWithReference/usage-file-changes.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configWithReference/usage-file-changes.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:00.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:01.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:02.000] Search path: /user/username/projects/myproject/dependency -Info 3 [00:01:03.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 4 [00:01:04.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 5 [00:01:05.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 6 [00:01:06.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -238,17 +238,19 @@ Info 6 [00:01:06.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 7 [00:01:07.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:08.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:09.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 10 [00:01:10.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 11 [00:01:11.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 12 [00:01:12.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 13 [00:01:13.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 14 [00:01:14.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 15 [00:01:15.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:01:16.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 17 [00:01:17.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-1-0 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -258,17 +260,17 @@ Info 17 [00:01:17.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 18 [00:01:18.000] ----------------------------------------------- -Info 19 [00:01:19.000] Search path: /user/username/projects/myproject/dependency -Info 20 [00:01:20.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 21 [00:01:21.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 21 [00:01:22.000] Files (2) - -Info 21 [00:01:23.000] ----------------------------------------------- -Info 21 [00:01:24.000] Open files: -Info 21 [00:01:25.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 21 [00:01:26.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 21 [00:01:27.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -279,6 +281,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/dependency/tsconfig.json: *new* @@ -292,7 +296,7 @@ FsWatchesRecursive:: Before request -Info 22 [00:01:28.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -301,11 +305,11 @@ Info 22 [00:01:28.000] request: "seq": 2, "type": "request" } -Info 23 [00:01:29.000] Search path: /user/username/projects/myproject/random -Info 24 [00:01:30.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 25 [00:01:31.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 26 [00:01:32.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 27 [00:01:33.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -313,16 +317,18 @@ Info 27 [00:01:33.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 28 [00:01:34.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 29 [00:01:35.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 30 [00:01:36.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 31 [00:01:37.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 32 [00:01:38.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 33 [00:01:39.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 34 [00:01:40.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 35 [00:01:41.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 36 [00:01:42.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 37 [00:01:43.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -332,21 +338,21 @@ Info 37 [00:01:43.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 38 [00:01:44.000] ----------------------------------------------- -Info 39 [00:01:45.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 39 [00:01:46.000] Files (2) - -Info 39 [00:01:47.000] ----------------------------------------------- -Info 39 [00:01:48.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 39 [00:01:49.000] Files (2) - -Info 39 [00:01:50.000] ----------------------------------------------- -Info 39 [00:01:51.000] Open files: -Info 39 [00:01:52.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 39 [00:01:53.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 39 [00:01:54.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 39 [00:01:55.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 39 [00:01:56.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -357,6 +363,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -376,7 +384,7 @@ FsWatchesRecursive:: Before request -Info 40 [00:01:57.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -387,9 +395,9 @@ Info 40 [00:01:57.000] request: "seq": 3, "type": "request" } -Info 41 [00:01:58.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 42 [00:01:59.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 43 [00:02:00.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -444,6 +452,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -467,7 +477,7 @@ FsWatchesRecursive:: Before request -Info 44 [00:02:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { @@ -481,7 +491,7 @@ Info 44 [00:02:01.000] request: "seq": 4, "type": "request" } -Info 45 [00:02:02.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -489,7 +499,7 @@ After request Before request -Info 46 [00:02:03.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -500,15 +510,15 @@ Info 46 [00:02:03.000] request: "seq": 5, "type": "request" } -Info 47 [00:02:04.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 48 [00:02:05.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 49 [00:02:06.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 50 [00:02:07.000] Files (2) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-1-1 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\nconst x = 10;" -Info 51 [00:02:08.000] ----------------------------------------------- -Info 52 [00:02:09.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -560,7 +570,7 @@ After request Before request -Info 53 [00:02:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -571,7 +581,7 @@ Info 53 [00:02:10.000] request: "seq": 6, "type": "request" } -Info 54 [00:02:11.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -623,7 +633,7 @@ After request Before request -Info 55 [00:02:12.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -634,7 +644,7 @@ Info 55 [00:02:12.000] request: "seq": 7, "type": "request" } -Info 56 [00:02:13.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -686,7 +696,7 @@ After request Before request -Info 57 [00:02:14.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -697,7 +707,7 @@ Info 57 [00:02:14.000] request: "seq": 8, "type": "request" } -Info 58 [00:02:15.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -749,7 +759,7 @@ After request Before request -Info 59 [00:02:16.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -760,7 +770,7 @@ Info 59 [00:02:16.000] request: "seq": 9, "type": "request" } -Info 60 [00:02:17.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configWithReference/when-projects-are-not-built.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configWithReference/when-projects-are-not-built.js index a113a53b5682a..f09e3259ced74 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configWithReference/when-projects-are-not-built.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/configWithReference/when-projects-are-not-built.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:35.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -51,7 +51,7 @@ let a = 10; {} -Info 1 [00:00:36.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -60,11 +60,11 @@ Info 1 [00:00:36.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:37.000] Search path: /user/username/projects/myproject/dependency -Info 3 [00:00:38.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 4 [00:00:39.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 5 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 6 [00:00:41.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -75,17 +75,19 @@ Info 6 [00:00:41.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 7 [00:00:42.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:43.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:44.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 10 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:46.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 12 [00:00:47.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 13 [00:00:48.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 14 [00:00:49.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 15 [00:00:50.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:00:51.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 17 [00:00:52.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-1-0 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -95,17 +97,17 @@ Info 17 [00:00:52.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 18 [00:00:53.000] ----------------------------------------------- -Info 19 [00:00:54.000] Search path: /user/username/projects/myproject/dependency -Info 20 [00:00:55.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 21 [00:00:56.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 21 [00:00:57.000] Files (2) - -Info 21 [00:00:58.000] ----------------------------------------------- -Info 21 [00:00:59.000] Open files: -Info 21 [00:01:00.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 21 [00:01:01.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 21 [00:01:02.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -116,6 +118,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/dependency/tsconfig.json: *new* @@ -129,7 +133,7 @@ FsWatchesRecursive:: Before request -Info 22 [00:01:03.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -138,11 +142,11 @@ Info 22 [00:01:03.000] request: "seq": 2, "type": "request" } -Info 23 [00:01:04.000] Search path: /user/username/projects/myproject/random -Info 24 [00:01:05.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 25 [00:01:06.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 26 [00:01:07.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 27 [00:01:08.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -150,16 +154,18 @@ Info 27 [00:01:08.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 28 [00:01:09.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 29 [00:01:10.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 30 [00:01:11.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 31 [00:01:12.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 32 [00:01:13.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 33 [00:01:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 34 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 35 [00:01:16.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 36 [00:01:17.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 37 [00:01:18.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -169,21 +175,21 @@ Info 37 [00:01:18.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 38 [00:01:19.000] ----------------------------------------------- -Info 39 [00:01:20.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 39 [00:01:21.000] Files (2) - -Info 39 [00:01:22.000] ----------------------------------------------- -Info 39 [00:01:23.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 39 [00:01:24.000] Files (2) - -Info 39 [00:01:25.000] ----------------------------------------------- -Info 39 [00:01:26.000] Open files: -Info 39 [00:01:27.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 39 [00:01:28.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 39 [00:01:29.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 39 [00:01:30.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 39 [00:01:31.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -194,6 +200,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -213,7 +221,7 @@ FsWatchesRecursive:: Before request -Info 40 [00:01:32.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -224,8 +232,8 @@ Info 40 [00:01:32.000] request: "seq": 3, "type": "request" } -Info 41 [00:01:33.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file -Info 42 [00:01:34.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -280,6 +288,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts: *new* @@ -301,7 +311,7 @@ FsWatchesRecursive:: Before request -Info 43 [00:01:35.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -312,7 +322,7 @@ Info 43 [00:01:35.000] request: "seq": 4, "type": "request" } -Info 44 [00:01:36.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -364,7 +374,7 @@ After request Before request -Info 45 [00:01:37.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -375,7 +385,7 @@ Info 45 [00:01:37.000] request: "seq": 5, "type": "request" } -Info 46 [00:01:38.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -427,7 +437,7 @@ After request Before request -Info 47 [00:01:39.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -438,7 +448,7 @@ Info 47 [00:01:39.000] request: "seq": 6, "type": "request" } -Info 48 [00:01:40.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -490,7 +500,7 @@ After request Before request -Info 49 [00:01:41.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -501,7 +511,7 @@ Info 49 [00:01:41.000] request: "seq": 7, "type": "request" } -Info 50 [00:01:42.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -553,7 +563,7 @@ After request Before request -Info 51 [00:01:43.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -562,19 +572,19 @@ Info 51 [00:01:43.000] request: "seq": 8, "type": "request" } -Info 52 [00:01:44.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 53 [00:01:45.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 53 [00:01:46.000] Files (2) - -Info 53 [00:01:47.000] ----------------------------------------------- -Info 53 [00:01:48.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 53 [00:01:49.000] Files (2) - -Info 53 [00:01:50.000] ----------------------------------------------- -Info 53 [00:01:51.000] Open files: -Info 53 [00:01:52.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 53 [00:01:53.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 53 [00:01:54.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -585,6 +595,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts: @@ -608,7 +620,7 @@ FsWatchesRecursive:: Before request -Info 54 [00:01:55.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -617,23 +629,23 @@ Info 54 [00:01:55.000] request: "seq": 9, "type": "request" } -Info 55 [00:01:56.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 56 [00:01:57.000] Search path: /user/username/projects/myproject/random -Info 57 [00:01:58.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 58 [00:01:59.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 58 [00:02:00.000] Files (2) - -Info 58 [00:02:01.000] ----------------------------------------------- -Info 58 [00:02:02.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 58 [00:02:03.000] Files (2) - -Info 58 [00:02:04.000] ----------------------------------------------- -Info 58 [00:02:05.000] Open files: -Info 58 [00:02:06.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 58 [00:02:07.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 58 [00:02:08.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 58 [00:02:09.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 58 [00:02:10.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -644,6 +656,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts: @@ -669,7 +683,7 @@ FsWatchesRecursive:: Before request -Info 59 [00:02:11.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -678,19 +692,19 @@ Info 59 [00:02:11.000] request: "seq": 10, "type": "request" } -Info 60 [00:02:12.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 61 [00:02:13.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 61 [00:02:14.000] Files (2) - -Info 61 [00:02:15.000] ----------------------------------------------- -Info 61 [00:02:16.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 61 [00:02:17.000] Files (2) - -Info 61 [00:02:18.000] ----------------------------------------------- -Info 61 [00:02:19.000] Open files: -Info 61 [00:02:20.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 61 [00:02:21.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 61 [00:02:22.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -701,6 +715,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts: @@ -724,7 +740,7 @@ FsWatchesRecursive:: Before request -Info 62 [00:02:23.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -733,17 +749,17 @@ Info 62 [00:02:23.000] request: "seq": 11, "type": "request" } -Info 63 [00:02:24.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 64 [00:02:25.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 64 [00:02:26.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 64 [00:02:27.000] ----------------------------------------------- -Info 64 [00:02:28.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 64 [00:02:29.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 64 [00:02:30.000] ----------------------------------------------- -Info 64 [00:02:31.000] Open files: -Info 64 [00:02:32.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -754,6 +770,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts: @@ -779,7 +797,7 @@ FsWatchesRecursive:: Before request -Info 65 [00:02:33.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -788,12 +806,12 @@ Info 65 [00:02:33.000] request: "seq": 12, "type": "request" } -Info 66 [00:02:34.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 67 [00:02:35.000] Search path: /user/username/projects/myproject/random -Info 68 [00:02:36.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 69 [00:02:37.000] `remove Project:: -Info 70 [00:02:38.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 71 [00:02:39.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts /user/username/projects/myproject/dependency/FnS.ts @@ -803,24 +821,26 @@ Info 71 [00:02:39.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 72 [00:02:40.000] ----------------------------------------------- -Info 73 [00:02:41.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 74 [00:02:42.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 75 [00:02:43.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 76 [00:02:44.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 77 [00:02:45.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 78 [00:02:46.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 79 [00:02:47.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 80 [00:02:48.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file -Info 81 [00:02:49.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 82 [00:02:50.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 82 [00:02:51.000] Files (2) - -Info 82 [00:02:52.000] ----------------------------------------------- -Info 82 [00:02:53.000] Open files: -Info 82 [00:02:54.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 82 [00:02:55.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 82 [00:02:56.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -829,6 +849,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/disabledSourceRef/dependency-dts-changes-with-timeout-before-request.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/disabledSourceRef/dependency-dts-changes-with-timeout-before-request.js index 732a1ea9ebf88..1da8dcd8c8665 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/disabledSourceRef/dependency-dts-changes-with-timeout-before-request.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/disabledSourceRef/dependency-dts-changes-with-timeout-before-request.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:03.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:04.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:05.000] Search path: /user/username/projects/myproject/dependency -Info 3 [00:01:06.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 4 [00:01:07.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 5 [00:01:08.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 6 [00:01:09.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -238,17 +238,19 @@ Info 6 [00:01:09.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 7 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:12.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 10 [00:01:13.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 11 [00:01:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 12 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 13 [00:01:16.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 14 [00:01:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 15 [00:01:18.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:01:19.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 17 [00:01:20.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-1-0 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -258,17 +260,17 @@ Info 17 [00:01:20.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 18 [00:01:21.000] ----------------------------------------------- -Info 19 [00:01:22.000] Search path: /user/username/projects/myproject/dependency -Info 20 [00:01:23.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 21 [00:01:24.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 21 [00:01:25.000] Files (2) - -Info 21 [00:01:26.000] ----------------------------------------------- -Info 21 [00:01:27.000] Open files: -Info 21 [00:01:28.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 21 [00:01:29.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 21 [00:01:30.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -279,6 +281,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/dependency/tsconfig.json: *new* @@ -292,7 +296,7 @@ FsWatchesRecursive:: Before request -Info 22 [00:01:31.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -301,11 +305,11 @@ Info 22 [00:01:31.000] request: "seq": 2, "type": "request" } -Info 23 [00:01:32.000] Search path: /user/username/projects/myproject/random -Info 24 [00:01:33.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 25 [00:01:34.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 26 [00:01:35.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 27 [00:01:36.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -313,16 +317,18 @@ Info 27 [00:01:36.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 28 [00:01:37.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 29 [00:01:38.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 30 [00:01:39.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 31 [00:01:40.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 32 [00:01:41.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 33 [00:01:42.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 34 [00:01:43.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 35 [00:01:44.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 36 [00:01:45.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 37 [00:01:46.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -332,21 +338,21 @@ Info 37 [00:01:46.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 38 [00:01:47.000] ----------------------------------------------- -Info 39 [00:01:48.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 39 [00:01:49.000] Files (2) - -Info 39 [00:01:50.000] ----------------------------------------------- -Info 39 [00:01:51.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 39 [00:01:52.000] Files (2) - -Info 39 [00:01:53.000] ----------------------------------------------- -Info 39 [00:01:54.000] Open files: -Info 39 [00:01:55.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 39 [00:01:56.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 39 [00:01:57.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 39 [00:01:58.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 39 [00:01:59.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -357,6 +363,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -376,7 +384,7 @@ FsWatchesRecursive:: Before request -Info 40 [00:02:00.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -387,9 +395,9 @@ Info 40 [00:02:00.000] request: "seq": 3, "type": "request" } -Info 41 [00:02:01.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 42 [00:02:02.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 43 [00:02:03.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -444,6 +452,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -465,10 +475,10 @@ FsWatchesRecursive:: /user/username/projects/myproject/random: {} -Info 44 [00:02:07.000] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 45 [00:02:08.000] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json -Info 46 [00:02:09.000] Scheduled: *ensureProjectForOpenFiles* -Info 47 [00:02:10.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info Before running Timeout callback:: count: 2 1: /user/username/projects/myproject/dependency/tsconfig.json 2: *ensureProjectForOpenFiles* @@ -482,44 +492,44 @@ export declare function fn6(): void; //# sourceMappingURL=FnS.d.ts.map -Info 48 [00:02:11.000] Running: /user/username/projects/myproject/dependency/tsconfig.json -Info 49 [00:02:12.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 50 [00:02:13.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 51 [00:02:14.000] Same program as before -Info 52 [00:02:15.000] Running: *ensureProjectForOpenFiles* -Info 53 [00:02:16.000] Before ensureProjectForOpenFiles: -Info 54 [00:02:17.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 54 [00:02:18.000] Files (2) - -Info 54 [00:02:19.000] ----------------------------------------------- -Info 54 [00:02:20.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 54 [00:02:21.000] Files (2) - -Info 54 [00:02:22.000] ----------------------------------------------- -Info 54 [00:02:23.000] Open files: -Info 54 [00:02:24.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 54 [00:02:25.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 54 [00:02:26.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 54 [00:02:27.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 54 [00:02:28.000] After ensureProjectForOpenFiles: -Info 55 [00:02:29.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 55 [00:02:30.000] Files (2) - -Info 55 [00:02:31.000] ----------------------------------------------- -Info 55 [00:02:32.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 55 [00:02:33.000] Files (2) - -Info 55 [00:02:34.000] ----------------------------------------------- -Info 55 [00:02:35.000] Open files: -Info 55 [00:02:36.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 55 [00:02:37.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 55 [00:02:38.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 55 [00:02:39.000] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Running: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json After running Timeout callback:: count: 0 Before request -Info 55 [00:02:40.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -530,7 +540,7 @@ Info 55 [00:02:40.000] request: "seq": 4, "type": "request" } -Info 56 [00:02:41.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -582,7 +592,7 @@ After request Before request -Info 57 [00:02:42.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -593,7 +603,7 @@ Info 57 [00:02:42.000] request: "seq": 5, "type": "request" } -Info 58 [00:02:43.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -645,7 +655,7 @@ After request Before request -Info 59 [00:02:44.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -656,7 +666,7 @@ Info 59 [00:02:44.000] request: "seq": 6, "type": "request" } -Info 60 [00:02:45.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -708,7 +718,7 @@ After request Before request -Info 61 [00:02:46.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -719,7 +729,7 @@ Info 61 [00:02:46.000] request: "seq": 7, "type": "request" } -Info 62 [00:02:47.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -771,7 +781,7 @@ After request Before request -Info 63 [00:02:48.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -782,7 +792,7 @@ Info 63 [00:02:48.000] request: "seq": 8, "type": "request" } -Info 64 [00:02:49.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/disabledSourceRef/dependency-dts-changes.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/disabledSourceRef/dependency-dts-changes.js index c0e3337ef3867..8bc091a55631f 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/disabledSourceRef/dependency-dts-changes.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/disabledSourceRef/dependency-dts-changes.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:03.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:04.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:05.000] Search path: /user/username/projects/myproject/dependency -Info 3 [00:01:06.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 4 [00:01:07.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 5 [00:01:08.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 6 [00:01:09.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -238,17 +238,19 @@ Info 6 [00:01:09.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 7 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:12.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 10 [00:01:13.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 11 [00:01:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 12 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 13 [00:01:16.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 14 [00:01:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 15 [00:01:18.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:01:19.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 17 [00:01:20.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-1-0 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -258,17 +260,17 @@ Info 17 [00:01:20.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 18 [00:01:21.000] ----------------------------------------------- -Info 19 [00:01:22.000] Search path: /user/username/projects/myproject/dependency -Info 20 [00:01:23.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 21 [00:01:24.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 21 [00:01:25.000] Files (2) - -Info 21 [00:01:26.000] ----------------------------------------------- -Info 21 [00:01:27.000] Open files: -Info 21 [00:01:28.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 21 [00:01:29.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 21 [00:01:30.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -279,6 +281,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/dependency/tsconfig.json: *new* @@ -292,7 +296,7 @@ FsWatchesRecursive:: Before request -Info 22 [00:01:31.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -301,11 +305,11 @@ Info 22 [00:01:31.000] request: "seq": 2, "type": "request" } -Info 23 [00:01:32.000] Search path: /user/username/projects/myproject/random -Info 24 [00:01:33.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 25 [00:01:34.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 26 [00:01:35.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 27 [00:01:36.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -313,16 +317,18 @@ Info 27 [00:01:36.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 28 [00:01:37.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 29 [00:01:38.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 30 [00:01:39.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 31 [00:01:40.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 32 [00:01:41.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 33 [00:01:42.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 34 [00:01:43.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 35 [00:01:44.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 36 [00:01:45.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 37 [00:01:46.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -332,21 +338,21 @@ Info 37 [00:01:46.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 38 [00:01:47.000] ----------------------------------------------- -Info 39 [00:01:48.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 39 [00:01:49.000] Files (2) - -Info 39 [00:01:50.000] ----------------------------------------------- -Info 39 [00:01:51.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 39 [00:01:52.000] Files (2) - -Info 39 [00:01:53.000] ----------------------------------------------- -Info 39 [00:01:54.000] Open files: -Info 39 [00:01:55.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 39 [00:01:56.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 39 [00:01:57.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 39 [00:01:58.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 39 [00:01:59.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -357,6 +363,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -376,7 +384,7 @@ FsWatchesRecursive:: Before request -Info 40 [00:02:00.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -387,9 +395,9 @@ Info 40 [00:02:00.000] request: "seq": 3, "type": "request" } -Info 41 [00:02:01.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 42 [00:02:02.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 43 [00:02:03.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -444,6 +452,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -465,10 +475,10 @@ FsWatchesRecursive:: /user/username/projects/myproject/random: {} -Info 44 [00:02:07.000] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 45 [00:02:08.000] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json -Info 46 [00:02:09.000] Scheduled: *ensureProjectForOpenFiles* -Info 47 [00:02:10.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info Before request //// [/user/username/projects/myproject/decls/FnS.d.ts] export declare function fn1(): void; @@ -480,7 +490,7 @@ export declare function fn6(): void; //# sourceMappingURL=FnS.d.ts.map -Info 48 [00:02:11.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -491,10 +501,10 @@ Info 48 [00:02:11.000] request: "seq": 4, "type": "request" } -Info 49 [00:02:12.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 50 [00:02:13.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 51 [00:02:14.000] Same program as before -Info 52 [00:02:15.000] response: +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -546,7 +556,7 @@ After request Before request -Info 53 [00:02:16.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -557,7 +567,7 @@ Info 53 [00:02:16.000] request: "seq": 5, "type": "request" } -Info 54 [00:02:17.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -609,7 +619,7 @@ After request Before request -Info 55 [00:02:18.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -620,7 +630,7 @@ Info 55 [00:02:18.000] request: "seq": 6, "type": "request" } -Info 56 [00:02:19.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -672,7 +682,7 @@ After request Before request -Info 57 [00:02:20.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -683,7 +693,7 @@ Info 57 [00:02:20.000] request: "seq": 7, "type": "request" } -Info 58 [00:02:21.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -735,7 +745,7 @@ After request Before request -Info 59 [00:02:22.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -746,7 +756,7 @@ Info 59 [00:02:22.000] request: "seq": 8, "type": "request" } -Info 60 [00:02:23.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/disabledSourceRef/dependency-dts-created.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/disabledSourceRef/dependency-dts-created.js index 5a79ac294c85f..ff91a86226802 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/disabledSourceRef/dependency-dts-created.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/disabledSourceRef/dependency-dts-created.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:04.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -206,7 +206,7 @@ export {}; } -Info 1 [00:01:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -215,11 +215,11 @@ Info 1 [00:01:05.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:06.000] Search path: /user/username/projects/myproject/dependency -Info 3 [00:01:07.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 4 [00:01:08.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 5 [00:01:09.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 6 [00:01:10.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -230,17 +230,19 @@ Info 6 [00:01:10.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 7 [00:01:11.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:12.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:13.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 10 [00:01:14.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 11 [00:01:15.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 12 [00:01:16.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 13 [00:01:17.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 14 [00:01:18.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 15 [00:01:19.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:01:20.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 17 [00:01:21.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-1-0 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -250,17 +252,17 @@ Info 17 [00:01:21.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 18 [00:01:22.000] ----------------------------------------------- -Info 19 [00:01:23.000] Search path: /user/username/projects/myproject/dependency -Info 20 [00:01:24.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 21 [00:01:25.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 21 [00:01:26.000] Files (2) - -Info 21 [00:01:27.000] ----------------------------------------------- -Info 21 [00:01:28.000] Open files: -Info 21 [00:01:29.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 21 [00:01:30.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 21 [00:01:31.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -271,6 +273,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/dependency/tsconfig.json: *new* @@ -284,7 +288,7 @@ FsWatchesRecursive:: Before request -Info 22 [00:01:32.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -293,11 +297,11 @@ Info 22 [00:01:32.000] request: "seq": 2, "type": "request" } -Info 23 [00:01:33.000] Search path: /user/username/projects/myproject/random -Info 24 [00:01:34.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 25 [00:01:35.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 26 [00:01:36.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 27 [00:01:37.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -305,16 +309,18 @@ Info 27 [00:01:37.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 28 [00:01:38.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 29 [00:01:39.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 30 [00:01:40.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 31 [00:01:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 32 [00:01:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 33 [00:01:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 34 [00:01:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 35 [00:01:45.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 36 [00:01:46.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 37 [00:01:47.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -324,21 +330,21 @@ Info 37 [00:01:47.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 38 [00:01:48.000] ----------------------------------------------- -Info 39 [00:01:49.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 39 [00:01:50.000] Files (2) - -Info 39 [00:01:51.000] ----------------------------------------------- -Info 39 [00:01:52.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 39 [00:01:53.000] Files (2) - -Info 39 [00:01:54.000] ----------------------------------------------- -Info 39 [00:01:55.000] Open files: -Info 39 [00:01:56.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 39 [00:01:57.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 39 [00:01:58.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 39 [00:01:59.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 39 [00:02:00.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -349,6 +355,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -368,7 +376,7 @@ FsWatchesRecursive:: Before request -Info 40 [00:02:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -379,8 +387,8 @@ Info 40 [00:02:01.000] request: "seq": 3, "type": "request" } -Info 41 [00:02:02.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file -Info 42 [00:02:03.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -435,6 +443,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts: *new* @@ -454,14 +464,14 @@ FsWatchesRecursive:: /user/username/projects/myproject/random: {} -Info 43 [00:02:06.000] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 0:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file -Info 44 [00:02:07.000] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json -Info 45 [00:02:08.000] Scheduled: *ensureProjectForOpenFiles* -Info 46 [00:02:09.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 0:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file -Info 47 [00:02:10.000] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 0:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file -Info 48 [00:02:11.000] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json, Cancelled earlier one -Info 49 [00:02:12.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 50 [00:02:13.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 0:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 0:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 0:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 0:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 0:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file Before request //// [/user/username/projects/myproject/decls/FnS.d.ts] export declare function fn1(): void; @@ -477,6 +487,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -500,7 +512,7 @@ FsWatchesRecursive:: /user/username/projects/myproject/random: {} -Info 51 [00:02:14.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -511,12 +523,12 @@ Info 51 [00:02:14.000] request: "seq": 4, "type": "request" } -Info 52 [00:02:15.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 53 [00:02:16.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 54 [00:02:17.000] Same program as before -Info 55 [00:02:18.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 56 [00:02:19.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 57 [00:02:20.000] response: +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -571,6 +583,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -594,7 +608,7 @@ FsWatchesRecursive:: Before request -Info 58 [00:02:21.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -605,7 +619,7 @@ Info 58 [00:02:21.000] request: "seq": 5, "type": "request" } -Info 59 [00:02:22.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -657,7 +671,7 @@ After request Before request -Info 60 [00:02:23.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -668,7 +682,7 @@ Info 60 [00:02:23.000] request: "seq": 6, "type": "request" } -Info 61 [00:02:24.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -720,7 +734,7 @@ After request Before request -Info 62 [00:02:25.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -731,7 +745,7 @@ Info 62 [00:02:25.000] request: "seq": 7, "type": "request" } -Info 63 [00:02:26.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -783,7 +797,7 @@ After request Before request -Info 64 [00:02:27.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -794,7 +808,7 @@ Info 64 [00:02:27.000] request: "seq": 8, "type": "request" } -Info 65 [00:02:28.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -846,7 +860,7 @@ After request Before request -Info 66 [00:02:29.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -855,19 +869,19 @@ Info 66 [00:02:29.000] request: "seq": 9, "type": "request" } -Info 67 [00:02:30.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 68 [00:02:31.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 68 [00:02:32.000] Files (2) - -Info 68 [00:02:33.000] ----------------------------------------------- -Info 68 [00:02:34.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 68 [00:02:35.000] Files (2) - -Info 68 [00:02:36.000] ----------------------------------------------- -Info 68 [00:02:37.000] Open files: -Info 68 [00:02:38.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 68 [00:02:39.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 68 [00:02:40.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -878,6 +892,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -903,7 +919,7 @@ FsWatchesRecursive:: Before request -Info 69 [00:02:41.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -912,23 +928,23 @@ Info 69 [00:02:41.000] request: "seq": 10, "type": "request" } -Info 70 [00:02:42.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 71 [00:02:43.000] Search path: /user/username/projects/myproject/random -Info 72 [00:02:44.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 73 [00:02:45.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 73 [00:02:46.000] Files (2) - -Info 73 [00:02:47.000] ----------------------------------------------- -Info 73 [00:02:48.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 73 [00:02:49.000] Files (2) - -Info 73 [00:02:50.000] ----------------------------------------------- -Info 73 [00:02:51.000] Open files: -Info 73 [00:02:52.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 73 [00:02:53.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 73 [00:02:54.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 73 [00:02:55.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 73 [00:02:56.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -939,6 +955,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -966,7 +984,7 @@ FsWatchesRecursive:: Before request -Info 74 [00:02:57.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -975,19 +993,19 @@ Info 74 [00:02:57.000] request: "seq": 11, "type": "request" } -Info 75 [00:02:58.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 76 [00:02:59.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 76 [00:03:00.000] Files (2) - -Info 76 [00:03:01.000] ----------------------------------------------- -Info 76 [00:03:02.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 76 [00:03:03.000] Files (2) - -Info 76 [00:03:04.000] ----------------------------------------------- -Info 76 [00:03:05.000] Open files: -Info 76 [00:03:06.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 76 [00:03:07.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 76 [00:03:08.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -998,6 +1016,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -1023,7 +1043,7 @@ FsWatchesRecursive:: Before request -Info 77 [00:03:09.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1032,17 +1052,17 @@ Info 77 [00:03:09.000] request: "seq": 12, "type": "request" } -Info 78 [00:03:10.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 79 [00:03:11.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 79 [00:03:12.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 79 [00:03:13.000] ----------------------------------------------- -Info 79 [00:03:14.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 79 [00:03:15.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 79 [00:03:16.000] ----------------------------------------------- -Info 79 [00:03:17.000] Open files: -Info 79 [00:03:18.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1053,6 +1073,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -1080,7 +1102,7 @@ FsWatchesRecursive:: Before request -Info 80 [00:03:19.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -1089,12 +1111,12 @@ Info 80 [00:03:19.000] request: "seq": 13, "type": "request" } -Info 81 [00:03:20.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 82 [00:03:21.000] Search path: /user/username/projects/myproject/random -Info 83 [00:03:22.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 84 [00:03:23.000] `remove Project:: -Info 85 [00:03:24.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 86 [00:03:25.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts /user/username/projects/myproject/dependency/FnS.ts @@ -1104,26 +1126,28 @@ Info 86 [00:03:25.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 87 [00:03:26.000] ----------------------------------------------- -Info 88 [00:03:27.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 89 [00:03:28.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 90 [00:03:29.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 91 [00:03:30.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 92 [00:03:31.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 93 [00:03:32.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 94 [00:03:33.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 95 [00:03:34.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file -Info 96 [00:03:35.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 97 [00:03:36.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 98 [00:03:37.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 99 [00:03:38.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 99 [00:03:39.000] Files (2) - -Info 99 [00:03:40.000] ----------------------------------------------- -Info 99 [00:03:41.000] Open files: -Info 99 [00:03:42.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 99 [00:03:43.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 99 [00:03:44.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1132,6 +1156,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/disabledSourceRef/dependency-dts-deleted.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/disabledSourceRef/dependency-dts-deleted.js index 57ded47eb1c32..d3a090f81ec3f 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/disabledSourceRef/dependency-dts-deleted.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/disabledSourceRef/dependency-dts-deleted.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:03.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:04.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:05.000] Search path: /user/username/projects/myproject/dependency -Info 3 [00:01:06.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 4 [00:01:07.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 5 [00:01:08.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 6 [00:01:09.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -238,17 +238,19 @@ Info 6 [00:01:09.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 7 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:12.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 10 [00:01:13.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 11 [00:01:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 12 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 13 [00:01:16.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 14 [00:01:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 15 [00:01:18.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:01:19.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 17 [00:01:20.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-1-0 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -258,17 +260,17 @@ Info 17 [00:01:20.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 18 [00:01:21.000] ----------------------------------------------- -Info 19 [00:01:22.000] Search path: /user/username/projects/myproject/dependency -Info 20 [00:01:23.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 21 [00:01:24.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 21 [00:01:25.000] Files (2) - -Info 21 [00:01:26.000] ----------------------------------------------- -Info 21 [00:01:27.000] Open files: -Info 21 [00:01:28.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 21 [00:01:29.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 21 [00:01:30.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -279,6 +281,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/dependency/tsconfig.json: *new* @@ -292,7 +296,7 @@ FsWatchesRecursive:: Before request -Info 22 [00:01:31.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -301,11 +305,11 @@ Info 22 [00:01:31.000] request: "seq": 2, "type": "request" } -Info 23 [00:01:32.000] Search path: /user/username/projects/myproject/random -Info 24 [00:01:33.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 25 [00:01:34.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 26 [00:01:35.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 27 [00:01:36.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -313,16 +317,18 @@ Info 27 [00:01:36.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 28 [00:01:37.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 29 [00:01:38.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 30 [00:01:39.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 31 [00:01:40.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 32 [00:01:41.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 33 [00:01:42.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 34 [00:01:43.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 35 [00:01:44.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 36 [00:01:45.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 37 [00:01:46.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -332,21 +338,21 @@ Info 37 [00:01:46.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 38 [00:01:47.000] ----------------------------------------------- -Info 39 [00:01:48.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 39 [00:01:49.000] Files (2) - -Info 39 [00:01:50.000] ----------------------------------------------- -Info 39 [00:01:51.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 39 [00:01:52.000] Files (2) - -Info 39 [00:01:53.000] ----------------------------------------------- -Info 39 [00:01:54.000] Open files: -Info 39 [00:01:55.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 39 [00:01:56.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 39 [00:01:57.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 39 [00:01:58.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 39 [00:01:59.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -357,6 +363,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -376,7 +384,7 @@ FsWatchesRecursive:: Before request -Info 40 [00:02:00.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -387,9 +395,9 @@ Info 40 [00:02:00.000] request: "seq": 3, "type": "request" } -Info 41 [00:02:01.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 42 [00:02:02.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 43 [00:02:03.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -444,6 +452,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -465,11 +475,11 @@ FsWatchesRecursive:: /user/username/projects/myproject/random: {} -Info 44 [00:02:05.000] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 2:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 45 [00:02:06.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 46 [00:02:07.000] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json -Info 47 [00:02:08.000] Scheduled: *ensureProjectForOpenFiles* -Info 48 [00:02:09.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 2:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 2:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 2:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info Before request //// [/user/username/projects/myproject/decls/FnS.d.ts] deleted @@ -478,6 +488,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -501,7 +513,7 @@ FsWatchesRecursive:: /user/username/projects/myproject/random: {} -Info 49 [00:02:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -512,11 +524,11 @@ Info 49 [00:02:10.000] request: "seq": 4, "type": "request" } -Info 50 [00:02:11.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 51 [00:02:12.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 52 [00:02:13.000] Same program as before -Info 53 [00:02:14.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file -Info 54 [00:02:15.000] response: +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -571,6 +583,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts: *new* @@ -594,7 +608,7 @@ FsWatchesRecursive:: Before request -Info 55 [00:02:16.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -605,7 +619,7 @@ Info 55 [00:02:16.000] request: "seq": 5, "type": "request" } -Info 56 [00:02:17.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -657,7 +671,7 @@ After request Before request -Info 57 [00:02:18.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -668,7 +682,7 @@ Info 57 [00:02:18.000] request: "seq": 6, "type": "request" } -Info 58 [00:02:19.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -720,7 +734,7 @@ After request Before request -Info 59 [00:02:20.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -731,7 +745,7 @@ Info 59 [00:02:20.000] request: "seq": 7, "type": "request" } -Info 60 [00:02:21.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -783,7 +797,7 @@ After request Before request -Info 61 [00:02:22.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -794,7 +808,7 @@ Info 61 [00:02:22.000] request: "seq": 8, "type": "request" } -Info 62 [00:02:23.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -846,7 +860,7 @@ After request Before request -Info 63 [00:02:24.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -855,19 +869,19 @@ Info 63 [00:02:24.000] request: "seq": 9, "type": "request" } -Info 64 [00:02:25.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 65 [00:02:26.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 65 [00:02:27.000] Files (2) - -Info 65 [00:02:28.000] ----------------------------------------------- -Info 65 [00:02:29.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 65 [00:02:30.000] Files (2) - -Info 65 [00:02:31.000] ----------------------------------------------- -Info 65 [00:02:32.000] Open files: -Info 65 [00:02:33.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 65 [00:02:34.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 65 [00:02:35.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -878,6 +892,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts: @@ -903,7 +919,7 @@ FsWatchesRecursive:: Before request -Info 66 [00:02:36.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -912,24 +928,24 @@ Info 66 [00:02:36.000] request: "seq": 10, "type": "request" } -Info 67 [00:02:37.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 68 [00:02:38.000] Search path: /user/username/projects/myproject/random -Info 69 [00:02:39.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 70 [00:02:40.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 71 [00:02:41.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 71 [00:02:42.000] Files (2) - -Info 71 [00:02:43.000] ----------------------------------------------- -Info 71 [00:02:44.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 71 [00:02:45.000] Files (2) - -Info 71 [00:02:46.000] ----------------------------------------------- -Info 71 [00:02:47.000] Open files: -Info 71 [00:02:48.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 71 [00:02:49.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 71 [00:02:50.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 71 [00:02:51.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 71 [00:02:52.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -940,6 +956,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts: @@ -967,7 +985,7 @@ FsWatchesRecursive:: Before request -Info 72 [00:02:53.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -976,19 +994,19 @@ Info 72 [00:02:53.000] request: "seq": 11, "type": "request" } -Info 73 [00:02:54.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 74 [00:02:55.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 74 [00:02:56.000] Files (2) - -Info 74 [00:02:57.000] ----------------------------------------------- -Info 74 [00:02:58.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 74 [00:02:59.000] Files (2) - -Info 74 [00:03:00.000] ----------------------------------------------- -Info 74 [00:03:01.000] Open files: -Info 74 [00:03:02.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 74 [00:03:03.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 74 [00:03:04.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -999,6 +1017,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts: @@ -1022,7 +1042,7 @@ FsWatchesRecursive:: Before request -Info 75 [00:03:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1031,17 +1051,17 @@ Info 75 [00:03:05.000] request: "seq": 12, "type": "request" } -Info 76 [00:03:06.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 77 [00:03:07.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 77 [00:03:08.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 77 [00:03:09.000] ----------------------------------------------- -Info 77 [00:03:10.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 77 [00:03:11.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 77 [00:03:12.000] ----------------------------------------------- -Info 77 [00:03:13.000] Open files: -Info 77 [00:03:14.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1052,6 +1072,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts: @@ -1077,7 +1099,7 @@ FsWatchesRecursive:: Before request -Info 78 [00:03:15.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -1086,12 +1108,12 @@ Info 78 [00:03:15.000] request: "seq": 13, "type": "request" } -Info 79 [00:03:16.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 80 [00:03:17.000] Search path: /user/username/projects/myproject/random -Info 81 [00:03:18.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 82 [00:03:19.000] `remove Project:: -Info 83 [00:03:20.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 84 [00:03:21.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts /user/username/projects/myproject/dependency/FnS.ts @@ -1101,24 +1123,26 @@ Info 84 [00:03:21.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 85 [00:03:22.000] ----------------------------------------------- -Info 86 [00:03:23.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 87 [00:03:24.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 88 [00:03:25.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 89 [00:03:26.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 90 [00:03:27.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 91 [00:03:28.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 92 [00:03:29.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 93 [00:03:30.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file -Info 94 [00:03:31.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 95 [00:03:32.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 95 [00:03:33.000] Files (2) - -Info 95 [00:03:34.000] ----------------------------------------------- -Info 95 [00:03:35.000] Open files: -Info 95 [00:03:36.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 95 [00:03:37.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 95 [00:03:38.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1127,6 +1151,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/disabledSourceRef/dependency-dts-not-present.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/disabledSourceRef/dependency-dts-not-present.js index bc26d75e668c8..9258630ffd0bf 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/disabledSourceRef/dependency-dts-not-present.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/disabledSourceRef/dependency-dts-not-present.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:04.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -206,7 +206,7 @@ export {}; } -Info 1 [00:01:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -215,11 +215,11 @@ Info 1 [00:01:05.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:06.000] Search path: /user/username/projects/myproject/dependency -Info 3 [00:01:07.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 4 [00:01:08.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 5 [00:01:09.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 6 [00:01:10.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -230,17 +230,19 @@ Info 6 [00:01:10.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 7 [00:01:11.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:12.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:13.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 10 [00:01:14.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 11 [00:01:15.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 12 [00:01:16.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 13 [00:01:17.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 14 [00:01:18.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 15 [00:01:19.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:01:20.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 17 [00:01:21.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-1-0 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -250,17 +252,17 @@ Info 17 [00:01:21.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 18 [00:01:22.000] ----------------------------------------------- -Info 19 [00:01:23.000] Search path: /user/username/projects/myproject/dependency -Info 20 [00:01:24.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 21 [00:01:25.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 21 [00:01:26.000] Files (2) - -Info 21 [00:01:27.000] ----------------------------------------------- -Info 21 [00:01:28.000] Open files: -Info 21 [00:01:29.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 21 [00:01:30.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 21 [00:01:31.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -271,6 +273,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/dependency/tsconfig.json: *new* @@ -284,7 +288,7 @@ FsWatchesRecursive:: Before request -Info 22 [00:01:32.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -293,11 +297,11 @@ Info 22 [00:01:32.000] request: "seq": 2, "type": "request" } -Info 23 [00:01:33.000] Search path: /user/username/projects/myproject/random -Info 24 [00:01:34.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 25 [00:01:35.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 26 [00:01:36.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 27 [00:01:37.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -305,16 +309,18 @@ Info 27 [00:01:37.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 28 [00:01:38.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 29 [00:01:39.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 30 [00:01:40.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 31 [00:01:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 32 [00:01:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 33 [00:01:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 34 [00:01:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 35 [00:01:45.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 36 [00:01:46.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 37 [00:01:47.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -324,21 +330,21 @@ Info 37 [00:01:47.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 38 [00:01:48.000] ----------------------------------------------- -Info 39 [00:01:49.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 39 [00:01:50.000] Files (2) - -Info 39 [00:01:51.000] ----------------------------------------------- -Info 39 [00:01:52.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 39 [00:01:53.000] Files (2) - -Info 39 [00:01:54.000] ----------------------------------------------- -Info 39 [00:01:55.000] Open files: -Info 39 [00:01:56.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 39 [00:01:57.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 39 [00:01:58.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 39 [00:01:59.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 39 [00:02:00.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -349,6 +355,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -368,7 +376,7 @@ FsWatchesRecursive:: Before request -Info 40 [00:02:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -379,8 +387,8 @@ Info 40 [00:02:01.000] request: "seq": 3, "type": "request" } -Info 41 [00:02:02.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file -Info 42 [00:02:03.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -435,6 +443,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts: *new* @@ -456,7 +466,7 @@ FsWatchesRecursive:: Before request -Info 43 [00:02:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -467,7 +477,7 @@ Info 43 [00:02:04.000] request: "seq": 4, "type": "request" } -Info 44 [00:02:05.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -519,7 +529,7 @@ After request Before request -Info 45 [00:02:06.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -530,7 +540,7 @@ Info 45 [00:02:06.000] request: "seq": 5, "type": "request" } -Info 46 [00:02:07.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -582,7 +592,7 @@ After request Before request -Info 47 [00:02:08.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -593,7 +603,7 @@ Info 47 [00:02:08.000] request: "seq": 6, "type": "request" } -Info 48 [00:02:09.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -645,7 +655,7 @@ After request Before request -Info 49 [00:02:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -656,7 +666,7 @@ Info 49 [00:02:10.000] request: "seq": 7, "type": "request" } -Info 50 [00:02:11.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -708,7 +718,7 @@ After request Before request -Info 51 [00:02:12.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -717,19 +727,19 @@ Info 51 [00:02:12.000] request: "seq": 8, "type": "request" } -Info 52 [00:02:13.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 53 [00:02:14.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 53 [00:02:15.000] Files (2) - -Info 53 [00:02:16.000] ----------------------------------------------- -Info 53 [00:02:17.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 53 [00:02:18.000] Files (2) - -Info 53 [00:02:19.000] ----------------------------------------------- -Info 53 [00:02:20.000] Open files: -Info 53 [00:02:21.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 53 [00:02:22.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 53 [00:02:23.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -740,6 +750,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts: @@ -763,7 +775,7 @@ FsWatchesRecursive:: Before request -Info 54 [00:02:24.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -772,23 +784,23 @@ Info 54 [00:02:24.000] request: "seq": 9, "type": "request" } -Info 55 [00:02:25.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 56 [00:02:26.000] Search path: /user/username/projects/myproject/random -Info 57 [00:02:27.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 58 [00:02:28.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 58 [00:02:29.000] Files (2) - -Info 58 [00:02:30.000] ----------------------------------------------- -Info 58 [00:02:31.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 58 [00:02:32.000] Files (2) - -Info 58 [00:02:33.000] ----------------------------------------------- -Info 58 [00:02:34.000] Open files: -Info 58 [00:02:35.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 58 [00:02:36.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 58 [00:02:37.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 58 [00:02:38.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 58 [00:02:39.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -799,6 +811,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts: @@ -824,7 +838,7 @@ FsWatchesRecursive:: Before request -Info 59 [00:02:40.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -833,19 +847,19 @@ Info 59 [00:02:40.000] request: "seq": 10, "type": "request" } -Info 60 [00:02:41.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 61 [00:02:42.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 61 [00:02:43.000] Files (2) - -Info 61 [00:02:44.000] ----------------------------------------------- -Info 61 [00:02:45.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 61 [00:02:46.000] Files (2) - -Info 61 [00:02:47.000] ----------------------------------------------- -Info 61 [00:02:48.000] Open files: -Info 61 [00:02:49.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 61 [00:02:50.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 61 [00:02:51.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -856,6 +870,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts: @@ -879,7 +895,7 @@ FsWatchesRecursive:: Before request -Info 62 [00:02:52.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -888,17 +904,17 @@ Info 62 [00:02:52.000] request: "seq": 11, "type": "request" } -Info 63 [00:02:53.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 64 [00:02:54.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 64 [00:02:55.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 64 [00:02:56.000] ----------------------------------------------- -Info 64 [00:02:57.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 64 [00:02:58.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 64 [00:02:59.000] ----------------------------------------------- -Info 64 [00:03:00.000] Open files: -Info 64 [00:03:01.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -909,6 +925,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts: @@ -934,7 +952,7 @@ FsWatchesRecursive:: Before request -Info 65 [00:03:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -943,12 +961,12 @@ Info 65 [00:03:02.000] request: "seq": 12, "type": "request" } -Info 66 [00:03:03.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 67 [00:03:04.000] Search path: /user/username/projects/myproject/random -Info 68 [00:03:05.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 69 [00:03:06.000] `remove Project:: -Info 70 [00:03:07.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 71 [00:03:08.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts /user/username/projects/myproject/dependency/FnS.ts @@ -958,24 +976,26 @@ Info 71 [00:03:08.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 72 [00:03:09.000] ----------------------------------------------- -Info 73 [00:03:10.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 74 [00:03:11.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 75 [00:03:12.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 76 [00:03:13.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 77 [00:03:14.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 78 [00:03:15.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 79 [00:03:16.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 80 [00:03:17.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file -Info 81 [00:03:18.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 82 [00:03:19.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 82 [00:03:20.000] Files (2) - -Info 82 [00:03:21.000] ----------------------------------------------- -Info 82 [00:03:22.000] Open files: -Info 82 [00:03:23.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 82 [00:03:24.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 82 [00:03:25.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -984,6 +1004,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/disabledSourceRef/dependency-dtsMap-changes-with-timeout-before-request.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/disabledSourceRef/dependency-dtsMap-changes-with-timeout-before-request.js index 27ebc4e3e0a0b..e58837c7e725e 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/disabledSourceRef/dependency-dtsMap-changes-with-timeout-before-request.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/disabledSourceRef/dependency-dtsMap-changes-with-timeout-before-request.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:03.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:04.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:05.000] Search path: /user/username/projects/myproject/dependency -Info 3 [00:01:06.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 4 [00:01:07.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 5 [00:01:08.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 6 [00:01:09.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -238,17 +238,19 @@ Info 6 [00:01:09.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 7 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:12.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 10 [00:01:13.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 11 [00:01:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 12 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 13 [00:01:16.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 14 [00:01:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 15 [00:01:18.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:01:19.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 17 [00:01:20.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-1-0 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -258,17 +260,17 @@ Info 17 [00:01:20.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 18 [00:01:21.000] ----------------------------------------------- -Info 19 [00:01:22.000] Search path: /user/username/projects/myproject/dependency -Info 20 [00:01:23.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 21 [00:01:24.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 21 [00:01:25.000] Files (2) - -Info 21 [00:01:26.000] ----------------------------------------------- -Info 21 [00:01:27.000] Open files: -Info 21 [00:01:28.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 21 [00:01:29.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 21 [00:01:30.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -279,6 +281,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/dependency/tsconfig.json: *new* @@ -292,7 +296,7 @@ FsWatchesRecursive:: Before request -Info 22 [00:01:31.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -301,11 +305,11 @@ Info 22 [00:01:31.000] request: "seq": 2, "type": "request" } -Info 23 [00:01:32.000] Search path: /user/username/projects/myproject/random -Info 24 [00:01:33.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 25 [00:01:34.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 26 [00:01:35.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 27 [00:01:36.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -313,16 +317,18 @@ Info 27 [00:01:36.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 28 [00:01:37.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 29 [00:01:38.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 30 [00:01:39.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 31 [00:01:40.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 32 [00:01:41.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 33 [00:01:42.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 34 [00:01:43.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 35 [00:01:44.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 36 [00:01:45.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 37 [00:01:46.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -332,21 +338,21 @@ Info 37 [00:01:46.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 38 [00:01:47.000] ----------------------------------------------- -Info 39 [00:01:48.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 39 [00:01:49.000] Files (2) - -Info 39 [00:01:50.000] ----------------------------------------------- -Info 39 [00:01:51.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 39 [00:01:52.000] Files (2) - -Info 39 [00:01:53.000] ----------------------------------------------- -Info 39 [00:01:54.000] Open files: -Info 39 [00:01:55.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 39 [00:01:56.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 39 [00:01:57.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 39 [00:01:58.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 39 [00:01:59.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -357,6 +363,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -376,7 +384,7 @@ FsWatchesRecursive:: Before request -Info 40 [00:02:00.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -387,9 +395,9 @@ Info 40 [00:02:00.000] request: "seq": 3, "type": "request" } -Info 41 [00:02:01.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 42 [00:02:02.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 43 [00:02:03.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -444,6 +452,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -465,10 +475,10 @@ FsWatchesRecursive:: /user/username/projects/myproject/random: {} -Info 44 [00:02:07.000] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 45 [00:02:08.000] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json -Info 46 [00:02:09.000] Scheduled: *ensureProjectForOpenFiles* -Info 47 [00:02:10.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info Before running Timeout callback:: count: 2 1: /user/username/projects/myproject/dependency/tsconfig.json 2: *ensureProjectForOpenFiles* @@ -476,44 +486,44 @@ Before running Timeout callback:: count: 2 {"version":3,"file":"FnS.d.ts","sourceRoot":"","sources":["../dependency/FnS.ts"],"names":[],"mappings":"AAAA,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,eAAO,MAAM,CAAC,KAAK,CAAC"} -Info 48 [00:02:11.000] Running: /user/username/projects/myproject/dependency/tsconfig.json -Info 49 [00:02:12.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 50 [00:02:13.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 51 [00:02:14.000] Same program as before -Info 52 [00:02:15.000] Running: *ensureProjectForOpenFiles* -Info 53 [00:02:16.000] Before ensureProjectForOpenFiles: -Info 54 [00:02:17.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 54 [00:02:18.000] Files (2) - -Info 54 [00:02:19.000] ----------------------------------------------- -Info 54 [00:02:20.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 54 [00:02:21.000] Files (2) - -Info 54 [00:02:22.000] ----------------------------------------------- -Info 54 [00:02:23.000] Open files: -Info 54 [00:02:24.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 54 [00:02:25.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 54 [00:02:26.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 54 [00:02:27.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 54 [00:02:28.000] After ensureProjectForOpenFiles: -Info 55 [00:02:29.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 55 [00:02:30.000] Files (2) - -Info 55 [00:02:31.000] ----------------------------------------------- -Info 55 [00:02:32.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 55 [00:02:33.000] Files (2) - -Info 55 [00:02:34.000] ----------------------------------------------- -Info 55 [00:02:35.000] Open files: -Info 55 [00:02:36.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 55 [00:02:37.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 55 [00:02:38.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 55 [00:02:39.000] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Running: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json After running Timeout callback:: count: 0 Before request -Info 55 [00:02:40.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -524,7 +534,7 @@ Info 55 [00:02:40.000] request: "seq": 4, "type": "request" } -Info 56 [00:02:41.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -576,7 +586,7 @@ After request Before request -Info 57 [00:02:42.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -587,7 +597,7 @@ Info 57 [00:02:42.000] request: "seq": 5, "type": "request" } -Info 58 [00:02:43.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -639,7 +649,7 @@ After request Before request -Info 59 [00:02:44.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -650,7 +660,7 @@ Info 59 [00:02:44.000] request: "seq": 6, "type": "request" } -Info 60 [00:02:45.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -702,7 +712,7 @@ After request Before request -Info 61 [00:02:46.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -713,7 +723,7 @@ Info 61 [00:02:46.000] request: "seq": 7, "type": "request" } -Info 62 [00:02:47.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -765,7 +775,7 @@ After request Before request -Info 63 [00:02:48.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -776,7 +786,7 @@ Info 63 [00:02:48.000] request: "seq": 8, "type": "request" } -Info 64 [00:02:49.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/disabledSourceRef/dependency-dtsMap-changes.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/disabledSourceRef/dependency-dtsMap-changes.js index 0d8eb4280fd92..c49694d1a59b8 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/disabledSourceRef/dependency-dtsMap-changes.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/disabledSourceRef/dependency-dtsMap-changes.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:03.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:04.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:05.000] Search path: /user/username/projects/myproject/dependency -Info 3 [00:01:06.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 4 [00:01:07.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 5 [00:01:08.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 6 [00:01:09.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -238,17 +238,19 @@ Info 6 [00:01:09.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 7 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:12.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 10 [00:01:13.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 11 [00:01:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 12 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 13 [00:01:16.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 14 [00:01:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 15 [00:01:18.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:01:19.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 17 [00:01:20.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-1-0 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -258,17 +260,17 @@ Info 17 [00:01:20.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 18 [00:01:21.000] ----------------------------------------------- -Info 19 [00:01:22.000] Search path: /user/username/projects/myproject/dependency -Info 20 [00:01:23.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 21 [00:01:24.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 21 [00:01:25.000] Files (2) - -Info 21 [00:01:26.000] ----------------------------------------------- -Info 21 [00:01:27.000] Open files: -Info 21 [00:01:28.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 21 [00:01:29.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 21 [00:01:30.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -279,6 +281,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/dependency/tsconfig.json: *new* @@ -292,7 +296,7 @@ FsWatchesRecursive:: Before request -Info 22 [00:01:31.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -301,11 +305,11 @@ Info 22 [00:01:31.000] request: "seq": 2, "type": "request" } -Info 23 [00:01:32.000] Search path: /user/username/projects/myproject/random -Info 24 [00:01:33.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 25 [00:01:34.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 26 [00:01:35.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 27 [00:01:36.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -313,16 +317,18 @@ Info 27 [00:01:36.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 28 [00:01:37.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 29 [00:01:38.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 30 [00:01:39.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 31 [00:01:40.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 32 [00:01:41.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 33 [00:01:42.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 34 [00:01:43.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 35 [00:01:44.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 36 [00:01:45.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 37 [00:01:46.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -332,21 +338,21 @@ Info 37 [00:01:46.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 38 [00:01:47.000] ----------------------------------------------- -Info 39 [00:01:48.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 39 [00:01:49.000] Files (2) - -Info 39 [00:01:50.000] ----------------------------------------------- -Info 39 [00:01:51.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 39 [00:01:52.000] Files (2) - -Info 39 [00:01:53.000] ----------------------------------------------- -Info 39 [00:01:54.000] Open files: -Info 39 [00:01:55.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 39 [00:01:56.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 39 [00:01:57.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 39 [00:01:58.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 39 [00:01:59.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -357,6 +363,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -376,7 +384,7 @@ FsWatchesRecursive:: Before request -Info 40 [00:02:00.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -387,9 +395,9 @@ Info 40 [00:02:00.000] request: "seq": 3, "type": "request" } -Info 41 [00:02:01.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 42 [00:02:02.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 43 [00:02:03.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -444,6 +452,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -465,16 +475,16 @@ FsWatchesRecursive:: /user/username/projects/myproject/random: {} -Info 44 [00:02:07.000] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 45 [00:02:08.000] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json -Info 46 [00:02:09.000] Scheduled: *ensureProjectForOpenFiles* -Info 47 [00:02:10.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info Before request //// [/user/username/projects/myproject/decls/FnS.d.ts.map] {"version":3,"file":"FnS.d.ts","sourceRoot":"","sources":["../dependency/FnS.ts"],"names":[],"mappings":"AAAA,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,eAAO,MAAM,CAAC,KAAK,CAAC"} -Info 48 [00:02:11.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -485,10 +495,10 @@ Info 48 [00:02:11.000] request: "seq": 4, "type": "request" } -Info 49 [00:02:12.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 50 [00:02:13.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 51 [00:02:14.000] Same program as before -Info 52 [00:02:15.000] response: +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -540,7 +550,7 @@ After request Before request -Info 53 [00:02:16.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -551,7 +561,7 @@ Info 53 [00:02:16.000] request: "seq": 5, "type": "request" } -Info 54 [00:02:17.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -603,7 +613,7 @@ After request Before request -Info 55 [00:02:18.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -614,7 +624,7 @@ Info 55 [00:02:18.000] request: "seq": 6, "type": "request" } -Info 56 [00:02:19.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -666,7 +676,7 @@ After request Before request -Info 57 [00:02:20.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -677,7 +687,7 @@ Info 57 [00:02:20.000] request: "seq": 7, "type": "request" } -Info 58 [00:02:21.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -729,7 +739,7 @@ After request Before request -Info 59 [00:02:22.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -740,7 +750,7 @@ Info 59 [00:02:22.000] request: "seq": 8, "type": "request" } -Info 60 [00:02:23.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/disabledSourceRef/dependency-dtsMap-created.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/disabledSourceRef/dependency-dtsMap-created.js index d7b18ad66b814..c88c0d06c8e5e 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/disabledSourceRef/dependency-dtsMap-created.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/disabledSourceRef/dependency-dtsMap-created.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:04.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -211,7 +211,7 @@ export {}; } -Info 1 [00:01:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -220,11 +220,11 @@ Info 1 [00:01:05.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:06.000] Search path: /user/username/projects/myproject/dependency -Info 3 [00:01:07.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 4 [00:01:08.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 5 [00:01:09.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 6 [00:01:10.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -235,17 +235,19 @@ Info 6 [00:01:10.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 7 [00:01:11.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:12.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:13.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 10 [00:01:14.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 11 [00:01:15.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 12 [00:01:16.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 13 [00:01:17.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 14 [00:01:18.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 15 [00:01:19.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:01:20.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 17 [00:01:21.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-1-0 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -255,17 +257,17 @@ Info 17 [00:01:21.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 18 [00:01:22.000] ----------------------------------------------- -Info 19 [00:01:23.000] Search path: /user/username/projects/myproject/dependency -Info 20 [00:01:24.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 21 [00:01:25.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 21 [00:01:26.000] Files (2) - -Info 21 [00:01:27.000] ----------------------------------------------- -Info 21 [00:01:28.000] Open files: -Info 21 [00:01:29.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 21 [00:01:30.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 21 [00:01:31.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -276,6 +278,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/dependency/tsconfig.json: *new* @@ -289,7 +293,7 @@ FsWatchesRecursive:: Before request -Info 22 [00:01:32.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -298,11 +302,11 @@ Info 22 [00:01:32.000] request: "seq": 2, "type": "request" } -Info 23 [00:01:33.000] Search path: /user/username/projects/myproject/random -Info 24 [00:01:34.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 25 [00:01:35.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 26 [00:01:36.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 27 [00:01:37.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -310,16 +314,18 @@ Info 27 [00:01:37.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 28 [00:01:38.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 29 [00:01:39.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 30 [00:01:40.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 31 [00:01:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 32 [00:01:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 33 [00:01:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 34 [00:01:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 35 [00:01:45.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 36 [00:01:46.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 37 [00:01:47.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -329,21 +335,21 @@ Info 37 [00:01:47.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 38 [00:01:48.000] ----------------------------------------------- -Info 39 [00:01:49.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 39 [00:01:50.000] Files (2) - -Info 39 [00:01:51.000] ----------------------------------------------- -Info 39 [00:01:52.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 39 [00:01:53.000] Files (2) - -Info 39 [00:01:54.000] ----------------------------------------------- -Info 39 [00:01:55.000] Open files: -Info 39 [00:01:56.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 39 [00:01:57.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 39 [00:01:58.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 39 [00:01:59.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 39 [00:02:00.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -354,6 +360,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -373,7 +381,7 @@ FsWatchesRecursive:: Before request -Info 40 [00:02:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -384,9 +392,9 @@ Info 40 [00:02:01.000] request: "seq": 3, "type": "request" } -Info 41 [00:02:02.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 42 [00:02:03.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file -Info 43 [00:02:04.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -441,6 +449,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts.map: *new* @@ -462,11 +472,11 @@ FsWatchesRecursive:: /user/username/projects/myproject/random: {} -Info 44 [00:02:07.000] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 0:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file -Info 45 [00:02:08.000] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json -Info 46 [00:02:09.000] Scheduled: *ensureProjectForOpenFiles* -Info 47 [00:02:10.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file -Info 48 [00:02:11.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 0:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 0:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 0:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file Before request //// [/user/username/projects/myproject/decls/FnS.d.ts.map] {"version":3,"file":"FnS.d.ts","sourceRoot":"","sources":["../dependency/FnS.ts"],"names":[],"mappings":"AAAA,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM"} @@ -477,6 +487,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -500,7 +512,7 @@ FsWatchesRecursive:: /user/username/projects/myproject/random: {} -Info 49 [00:02:12.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -511,11 +523,11 @@ Info 49 [00:02:12.000] request: "seq": 4, "type": "request" } -Info 50 [00:02:13.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 51 [00:02:14.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 52 [00:02:15.000] Same program as before -Info 53 [00:02:16.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 54 [00:02:17.000] response: +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -570,6 +582,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -593,7 +607,7 @@ FsWatchesRecursive:: Before request -Info 55 [00:02:18.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -604,7 +618,7 @@ Info 55 [00:02:18.000] request: "seq": 5, "type": "request" } -Info 56 [00:02:19.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -656,7 +670,7 @@ After request Before request -Info 57 [00:02:20.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -667,7 +681,7 @@ Info 57 [00:02:20.000] request: "seq": 6, "type": "request" } -Info 58 [00:02:21.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -719,7 +733,7 @@ After request Before request -Info 59 [00:02:22.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -730,7 +744,7 @@ Info 59 [00:02:22.000] request: "seq": 7, "type": "request" } -Info 60 [00:02:23.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -782,7 +796,7 @@ After request Before request -Info 61 [00:02:24.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -793,7 +807,7 @@ Info 61 [00:02:24.000] request: "seq": 8, "type": "request" } -Info 62 [00:02:25.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -845,7 +859,7 @@ After request Before request -Info 63 [00:02:26.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -854,19 +868,19 @@ Info 63 [00:02:26.000] request: "seq": 9, "type": "request" } -Info 64 [00:02:27.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 65 [00:02:28.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 65 [00:02:29.000] Files (2) - -Info 65 [00:02:30.000] ----------------------------------------------- -Info 65 [00:02:31.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 65 [00:02:32.000] Files (2) - -Info 65 [00:02:33.000] ----------------------------------------------- -Info 65 [00:02:34.000] Open files: -Info 65 [00:02:35.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 65 [00:02:36.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 65 [00:02:37.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -877,6 +891,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -902,7 +918,7 @@ FsWatchesRecursive:: Before request -Info 66 [00:02:38.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -911,23 +927,23 @@ Info 66 [00:02:38.000] request: "seq": 10, "type": "request" } -Info 67 [00:02:39.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 68 [00:02:40.000] Search path: /user/username/projects/myproject/random -Info 69 [00:02:41.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 70 [00:02:42.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 70 [00:02:43.000] Files (2) - -Info 70 [00:02:44.000] ----------------------------------------------- -Info 70 [00:02:45.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 70 [00:02:46.000] Files (2) - -Info 70 [00:02:47.000] ----------------------------------------------- -Info 70 [00:02:48.000] Open files: -Info 70 [00:02:49.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 70 [00:02:50.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 70 [00:02:51.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 70 [00:02:52.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 70 [00:02:53.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -938,6 +954,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -965,7 +983,7 @@ FsWatchesRecursive:: Before request -Info 71 [00:02:54.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -974,19 +992,19 @@ Info 71 [00:02:54.000] request: "seq": 11, "type": "request" } -Info 72 [00:02:55.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 73 [00:02:56.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 73 [00:02:57.000] Files (2) - -Info 73 [00:02:58.000] ----------------------------------------------- -Info 73 [00:02:59.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 73 [00:03:00.000] Files (2) - -Info 73 [00:03:01.000] ----------------------------------------------- -Info 73 [00:03:02.000] Open files: -Info 73 [00:03:03.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 73 [00:03:04.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 73 [00:03:05.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -997,6 +1015,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -1022,7 +1042,7 @@ FsWatchesRecursive:: Before request -Info 74 [00:03:06.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1031,17 +1051,17 @@ Info 74 [00:03:06.000] request: "seq": 12, "type": "request" } -Info 75 [00:03:07.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 76 [00:03:08.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 76 [00:03:09.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 76 [00:03:10.000] ----------------------------------------------- -Info 76 [00:03:11.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 76 [00:03:12.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 76 [00:03:13.000] ----------------------------------------------- -Info 76 [00:03:14.000] Open files: -Info 76 [00:03:15.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1052,6 +1072,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -1079,7 +1101,7 @@ FsWatchesRecursive:: Before request -Info 77 [00:03:16.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -1088,12 +1110,12 @@ Info 77 [00:03:16.000] request: "seq": 13, "type": "request" } -Info 78 [00:03:17.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 79 [00:03:18.000] Search path: /user/username/projects/myproject/random -Info 80 [00:03:19.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 81 [00:03:20.000] `remove Project:: -Info 82 [00:03:21.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 83 [00:03:22.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts /user/username/projects/myproject/dependency/FnS.ts @@ -1103,25 +1125,27 @@ Info 83 [00:03:22.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 84 [00:03:23.000] ----------------------------------------------- -Info 85 [00:03:24.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 86 [00:03:25.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 87 [00:03:26.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 88 [00:03:27.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 89 [00:03:28.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 90 [00:03:29.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 91 [00:03:30.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 92 [00:03:31.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 93 [00:03:32.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 94 [00:03:33.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 95 [00:03:34.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 95 [00:03:35.000] Files (2) - -Info 95 [00:03:36.000] ----------------------------------------------- -Info 95 [00:03:37.000] Open files: -Info 95 [00:03:38.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 95 [00:03:39.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 95 [00:03:40.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1130,6 +1154,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/disabledSourceRef/dependency-dtsMap-deleted.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/disabledSourceRef/dependency-dtsMap-deleted.js index 9b0f8ee97a4e4..34a320fa53c06 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/disabledSourceRef/dependency-dtsMap-deleted.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/disabledSourceRef/dependency-dtsMap-deleted.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:03.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:04.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:05.000] Search path: /user/username/projects/myproject/dependency -Info 3 [00:01:06.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 4 [00:01:07.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 5 [00:01:08.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 6 [00:01:09.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -238,17 +238,19 @@ Info 6 [00:01:09.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 7 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:12.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 10 [00:01:13.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 11 [00:01:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 12 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 13 [00:01:16.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 14 [00:01:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 15 [00:01:18.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:01:19.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 17 [00:01:20.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-1-0 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -258,17 +260,17 @@ Info 17 [00:01:20.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 18 [00:01:21.000] ----------------------------------------------- -Info 19 [00:01:22.000] Search path: /user/username/projects/myproject/dependency -Info 20 [00:01:23.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 21 [00:01:24.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 21 [00:01:25.000] Files (2) - -Info 21 [00:01:26.000] ----------------------------------------------- -Info 21 [00:01:27.000] Open files: -Info 21 [00:01:28.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 21 [00:01:29.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 21 [00:01:30.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -279,6 +281,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/dependency/tsconfig.json: *new* @@ -292,7 +296,7 @@ FsWatchesRecursive:: Before request -Info 22 [00:01:31.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -301,11 +305,11 @@ Info 22 [00:01:31.000] request: "seq": 2, "type": "request" } -Info 23 [00:01:32.000] Search path: /user/username/projects/myproject/random -Info 24 [00:01:33.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 25 [00:01:34.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 26 [00:01:35.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 27 [00:01:36.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -313,16 +317,18 @@ Info 27 [00:01:36.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 28 [00:01:37.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 29 [00:01:38.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 30 [00:01:39.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 31 [00:01:40.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 32 [00:01:41.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 33 [00:01:42.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 34 [00:01:43.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 35 [00:01:44.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 36 [00:01:45.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 37 [00:01:46.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -332,21 +338,21 @@ Info 37 [00:01:46.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 38 [00:01:47.000] ----------------------------------------------- -Info 39 [00:01:48.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 39 [00:01:49.000] Files (2) - -Info 39 [00:01:50.000] ----------------------------------------------- -Info 39 [00:01:51.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 39 [00:01:52.000] Files (2) - -Info 39 [00:01:53.000] ----------------------------------------------- -Info 39 [00:01:54.000] Open files: -Info 39 [00:01:55.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 39 [00:01:56.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 39 [00:01:57.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 39 [00:01:58.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 39 [00:01:59.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -357,6 +363,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -376,7 +384,7 @@ FsWatchesRecursive:: Before request -Info 40 [00:02:00.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -387,9 +395,9 @@ Info 40 [00:02:00.000] request: "seq": 3, "type": "request" } -Info 41 [00:02:01.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 42 [00:02:02.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 43 [00:02:03.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -444,6 +452,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -465,11 +475,11 @@ FsWatchesRecursive:: /user/username/projects/myproject/random: {} -Info 44 [00:02:05.000] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 2:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 45 [00:02:06.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 46 [00:02:07.000] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json -Info 47 [00:02:08.000] Scheduled: *ensureProjectForOpenFiles* -Info 48 [00:02:09.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 2:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 2:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 2:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info Before request //// [/user/username/projects/myproject/decls/FnS.d.ts.map] deleted @@ -478,6 +488,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -501,7 +513,7 @@ FsWatchesRecursive:: /user/username/projects/myproject/random: {} -Info 49 [00:02:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -512,11 +524,11 @@ Info 49 [00:02:10.000] request: "seq": 4, "type": "request" } -Info 50 [00:02:11.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 51 [00:02:12.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 52 [00:02:13.000] Same program as before -Info 53 [00:02:14.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file -Info 54 [00:02:15.000] response: +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -571,6 +583,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts.map: *new* @@ -594,7 +608,7 @@ FsWatchesRecursive:: Before request -Info 55 [00:02:16.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -605,7 +619,7 @@ Info 55 [00:02:16.000] request: "seq": 5, "type": "request" } -Info 56 [00:02:17.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -657,7 +671,7 @@ After request Before request -Info 57 [00:02:18.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -668,7 +682,7 @@ Info 57 [00:02:18.000] request: "seq": 6, "type": "request" } -Info 58 [00:02:19.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -720,7 +734,7 @@ After request Before request -Info 59 [00:02:20.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -731,7 +745,7 @@ Info 59 [00:02:20.000] request: "seq": 7, "type": "request" } -Info 60 [00:02:21.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -783,7 +797,7 @@ After request Before request -Info 61 [00:02:22.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -794,7 +808,7 @@ Info 61 [00:02:22.000] request: "seq": 8, "type": "request" } -Info 62 [00:02:23.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -846,7 +860,7 @@ After request Before request -Info 63 [00:02:24.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -855,19 +869,19 @@ Info 63 [00:02:24.000] request: "seq": 9, "type": "request" } -Info 64 [00:02:25.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 65 [00:02:26.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 65 [00:02:27.000] Files (2) - -Info 65 [00:02:28.000] ----------------------------------------------- -Info 65 [00:02:29.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 65 [00:02:30.000] Files (2) - -Info 65 [00:02:31.000] ----------------------------------------------- -Info 65 [00:02:32.000] Open files: -Info 65 [00:02:33.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 65 [00:02:34.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 65 [00:02:35.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -878,6 +892,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts.map: @@ -903,7 +919,7 @@ FsWatchesRecursive:: Before request -Info 66 [00:02:36.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -912,23 +928,23 @@ Info 66 [00:02:36.000] request: "seq": 10, "type": "request" } -Info 67 [00:02:37.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 68 [00:02:38.000] Search path: /user/username/projects/myproject/random -Info 69 [00:02:39.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 70 [00:02:40.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 70 [00:02:41.000] Files (2) - -Info 70 [00:02:42.000] ----------------------------------------------- -Info 70 [00:02:43.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 70 [00:02:44.000] Files (2) - -Info 70 [00:02:45.000] ----------------------------------------------- -Info 70 [00:02:46.000] Open files: -Info 70 [00:02:47.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 70 [00:02:48.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 70 [00:02:49.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 70 [00:02:50.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 70 [00:02:51.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -939,6 +955,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts.map: @@ -966,7 +984,7 @@ FsWatchesRecursive:: Before request -Info 71 [00:02:52.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -975,19 +993,19 @@ Info 71 [00:02:52.000] request: "seq": 11, "type": "request" } -Info 72 [00:02:53.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 73 [00:02:54.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 73 [00:02:55.000] Files (2) - -Info 73 [00:02:56.000] ----------------------------------------------- -Info 73 [00:02:57.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 73 [00:02:58.000] Files (2) - -Info 73 [00:02:59.000] ----------------------------------------------- -Info 73 [00:03:00.000] Open files: -Info 73 [00:03:01.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 73 [00:03:02.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 73 [00:03:03.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -998,6 +1016,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts.map: @@ -1023,7 +1043,7 @@ FsWatchesRecursive:: Before request -Info 74 [00:03:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1032,17 +1052,17 @@ Info 74 [00:03:04.000] request: "seq": 12, "type": "request" } -Info 75 [00:03:05.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 76 [00:03:06.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 76 [00:03:07.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 76 [00:03:08.000] ----------------------------------------------- -Info 76 [00:03:09.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 76 [00:03:10.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 76 [00:03:11.000] ----------------------------------------------- -Info 76 [00:03:12.000] Open files: -Info 76 [00:03:13.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1053,6 +1073,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts.map: @@ -1080,7 +1102,7 @@ FsWatchesRecursive:: Before request -Info 77 [00:03:14.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -1089,12 +1111,12 @@ Info 77 [00:03:14.000] request: "seq": 13, "type": "request" } -Info 78 [00:03:15.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 79 [00:03:16.000] Search path: /user/username/projects/myproject/random -Info 80 [00:03:17.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 81 [00:03:18.000] `remove Project:: -Info 82 [00:03:19.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 83 [00:03:20.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts /user/username/projects/myproject/dependency/FnS.ts @@ -1104,25 +1126,27 @@ Info 83 [00:03:20.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 84 [00:03:21.000] ----------------------------------------------- -Info 85 [00:03:22.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 86 [00:03:23.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 87 [00:03:24.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 88 [00:03:25.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 89 [00:03:26.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 90 [00:03:27.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 91 [00:03:28.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 92 [00:03:29.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 93 [00:03:30.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 94 [00:03:31.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file -Info 95 [00:03:32.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 95 [00:03:33.000] Files (2) - -Info 95 [00:03:34.000] ----------------------------------------------- -Info 95 [00:03:35.000] Open files: -Info 95 [00:03:36.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 95 [00:03:37.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 95 [00:03:38.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1131,6 +1155,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/disabledSourceRef/dependency-dtsMap-not-present.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/disabledSourceRef/dependency-dtsMap-not-present.js index d2cf30c4c3d8a..29ae294bebe87 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/disabledSourceRef/dependency-dtsMap-not-present.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/disabledSourceRef/dependency-dtsMap-not-present.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:04.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -211,7 +211,7 @@ export {}; } -Info 1 [00:01:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -220,11 +220,11 @@ Info 1 [00:01:05.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:06.000] Search path: /user/username/projects/myproject/dependency -Info 3 [00:01:07.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 4 [00:01:08.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 5 [00:01:09.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 6 [00:01:10.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -235,17 +235,19 @@ Info 6 [00:01:10.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 7 [00:01:11.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:12.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:13.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 10 [00:01:14.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 11 [00:01:15.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 12 [00:01:16.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 13 [00:01:17.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 14 [00:01:18.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 15 [00:01:19.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:01:20.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 17 [00:01:21.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-1-0 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -255,17 +257,17 @@ Info 17 [00:01:21.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 18 [00:01:22.000] ----------------------------------------------- -Info 19 [00:01:23.000] Search path: /user/username/projects/myproject/dependency -Info 20 [00:01:24.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 21 [00:01:25.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 21 [00:01:26.000] Files (2) - -Info 21 [00:01:27.000] ----------------------------------------------- -Info 21 [00:01:28.000] Open files: -Info 21 [00:01:29.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 21 [00:01:30.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 21 [00:01:31.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -276,6 +278,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/dependency/tsconfig.json: *new* @@ -289,7 +293,7 @@ FsWatchesRecursive:: Before request -Info 22 [00:01:32.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -298,11 +302,11 @@ Info 22 [00:01:32.000] request: "seq": 2, "type": "request" } -Info 23 [00:01:33.000] Search path: /user/username/projects/myproject/random -Info 24 [00:01:34.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 25 [00:01:35.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 26 [00:01:36.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 27 [00:01:37.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -310,16 +314,18 @@ Info 27 [00:01:37.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 28 [00:01:38.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 29 [00:01:39.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 30 [00:01:40.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 31 [00:01:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 32 [00:01:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 33 [00:01:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 34 [00:01:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 35 [00:01:45.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 36 [00:01:46.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 37 [00:01:47.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -329,21 +335,21 @@ Info 37 [00:01:47.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 38 [00:01:48.000] ----------------------------------------------- -Info 39 [00:01:49.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 39 [00:01:50.000] Files (2) - -Info 39 [00:01:51.000] ----------------------------------------------- -Info 39 [00:01:52.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 39 [00:01:53.000] Files (2) - -Info 39 [00:01:54.000] ----------------------------------------------- -Info 39 [00:01:55.000] Open files: -Info 39 [00:01:56.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 39 [00:01:57.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 39 [00:01:58.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 39 [00:01:59.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 39 [00:02:00.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -354,6 +360,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -373,7 +381,7 @@ FsWatchesRecursive:: Before request -Info 40 [00:02:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -384,9 +392,9 @@ Info 40 [00:02:01.000] request: "seq": 3, "type": "request" } -Info 41 [00:02:02.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 42 [00:02:03.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file -Info 43 [00:02:04.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -441,6 +449,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts.map: *new* @@ -464,7 +474,7 @@ FsWatchesRecursive:: Before request -Info 44 [00:02:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -475,7 +485,7 @@ Info 44 [00:02:05.000] request: "seq": 4, "type": "request" } -Info 45 [00:02:06.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -527,7 +537,7 @@ After request Before request -Info 46 [00:02:07.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -538,7 +548,7 @@ Info 46 [00:02:07.000] request: "seq": 5, "type": "request" } -Info 47 [00:02:08.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -590,7 +600,7 @@ After request Before request -Info 48 [00:02:09.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -601,7 +611,7 @@ Info 48 [00:02:09.000] request: "seq": 6, "type": "request" } -Info 49 [00:02:10.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -653,7 +663,7 @@ After request Before request -Info 50 [00:02:11.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -664,7 +674,7 @@ Info 50 [00:02:11.000] request: "seq": 7, "type": "request" } -Info 51 [00:02:12.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -716,7 +726,7 @@ After request Before request -Info 52 [00:02:13.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -725,19 +735,19 @@ Info 52 [00:02:13.000] request: "seq": 8, "type": "request" } -Info 53 [00:02:14.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 54 [00:02:15.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 54 [00:02:16.000] Files (2) - -Info 54 [00:02:17.000] ----------------------------------------------- -Info 54 [00:02:18.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 54 [00:02:19.000] Files (2) - -Info 54 [00:02:20.000] ----------------------------------------------- -Info 54 [00:02:21.000] Open files: -Info 54 [00:02:22.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 54 [00:02:23.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 54 [00:02:24.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -748,6 +758,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts.map: @@ -773,7 +785,7 @@ FsWatchesRecursive:: Before request -Info 55 [00:02:25.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -782,23 +794,23 @@ Info 55 [00:02:25.000] request: "seq": 9, "type": "request" } -Info 56 [00:02:26.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 57 [00:02:27.000] Search path: /user/username/projects/myproject/random -Info 58 [00:02:28.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 59 [00:02:29.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 59 [00:02:30.000] Files (2) - -Info 59 [00:02:31.000] ----------------------------------------------- -Info 59 [00:02:32.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 59 [00:02:33.000] Files (2) - -Info 59 [00:02:34.000] ----------------------------------------------- -Info 59 [00:02:35.000] Open files: -Info 59 [00:02:36.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 59 [00:02:37.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 59 [00:02:38.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 59 [00:02:39.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 59 [00:02:40.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -809,6 +821,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts.map: @@ -836,7 +850,7 @@ FsWatchesRecursive:: Before request -Info 60 [00:02:41.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -845,19 +859,19 @@ Info 60 [00:02:41.000] request: "seq": 10, "type": "request" } -Info 61 [00:02:42.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 62 [00:02:43.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 62 [00:02:44.000] Files (2) - -Info 62 [00:02:45.000] ----------------------------------------------- -Info 62 [00:02:46.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 62 [00:02:47.000] Files (2) - -Info 62 [00:02:48.000] ----------------------------------------------- -Info 62 [00:02:49.000] Open files: -Info 62 [00:02:50.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 62 [00:02:51.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 62 [00:02:52.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -868,6 +882,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts.map: @@ -893,7 +909,7 @@ FsWatchesRecursive:: Before request -Info 63 [00:02:53.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -902,17 +918,17 @@ Info 63 [00:02:53.000] request: "seq": 11, "type": "request" } -Info 64 [00:02:54.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 65 [00:02:55.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 65 [00:02:56.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 65 [00:02:57.000] ----------------------------------------------- -Info 65 [00:02:58.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 65 [00:02:59.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 65 [00:03:00.000] ----------------------------------------------- -Info 65 [00:03:01.000] Open files: -Info 65 [00:03:02.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -923,6 +939,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts.map: @@ -950,7 +968,7 @@ FsWatchesRecursive:: Before request -Info 66 [00:03:03.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -959,12 +977,12 @@ Info 66 [00:03:03.000] request: "seq": 12, "type": "request" } -Info 67 [00:03:04.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 68 [00:03:05.000] Search path: /user/username/projects/myproject/random -Info 69 [00:03:06.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 70 [00:03:07.000] `remove Project:: -Info 71 [00:03:08.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 72 [00:03:09.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts /user/username/projects/myproject/dependency/FnS.ts @@ -974,25 +992,27 @@ Info 72 [00:03:09.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 73 [00:03:10.000] ----------------------------------------------- -Info 74 [00:03:11.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 75 [00:03:12.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 76 [00:03:13.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 77 [00:03:14.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 78 [00:03:15.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 79 [00:03:16.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 80 [00:03:17.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 81 [00:03:18.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 82 [00:03:19.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 83 [00:03:20.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file -Info 84 [00:03:21.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 84 [00:03:22.000] Files (2) - -Info 84 [00:03:23.000] ----------------------------------------------- -Info 84 [00:03:24.000] Open files: -Info 84 [00:03:25.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 84 [00:03:26.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 84 [00:03:27.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1001,6 +1021,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/disabledSourceRef/rename-locations.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/disabledSourceRef/rename-locations.js index 2db02a785d89a..7e119f6901930 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/disabledSourceRef/rename-locations.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/disabledSourceRef/rename-locations.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:03.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:04.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:05.000] Search path: /user/username/projects/myproject/dependency -Info 3 [00:01:06.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 4 [00:01:07.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 5 [00:01:08.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 6 [00:01:09.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -238,17 +238,19 @@ Info 6 [00:01:09.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 7 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:12.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 10 [00:01:13.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 11 [00:01:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 12 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 13 [00:01:16.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 14 [00:01:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 15 [00:01:18.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:01:19.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 17 [00:01:20.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-1-0 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -258,17 +260,17 @@ Info 17 [00:01:20.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 18 [00:01:21.000] ----------------------------------------------- -Info 19 [00:01:22.000] Search path: /user/username/projects/myproject/dependency -Info 20 [00:01:23.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 21 [00:01:24.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 21 [00:01:25.000] Files (2) - -Info 21 [00:01:26.000] ----------------------------------------------- -Info 21 [00:01:27.000] Open files: -Info 21 [00:01:28.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 21 [00:01:29.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 21 [00:01:30.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -279,6 +281,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/dependency/tsconfig.json: *new* @@ -292,7 +296,7 @@ FsWatchesRecursive:: Before request -Info 22 [00:01:31.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -301,11 +305,11 @@ Info 22 [00:01:31.000] request: "seq": 2, "type": "request" } -Info 23 [00:01:32.000] Search path: /user/username/projects/myproject/random -Info 24 [00:01:33.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 25 [00:01:34.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 26 [00:01:35.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 27 [00:01:36.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -313,16 +317,18 @@ Info 27 [00:01:36.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 28 [00:01:37.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 29 [00:01:38.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 30 [00:01:39.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 31 [00:01:40.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 32 [00:01:41.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 33 [00:01:42.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 34 [00:01:43.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 35 [00:01:44.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 36 [00:01:45.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 37 [00:01:46.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -332,21 +338,21 @@ Info 37 [00:01:46.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 38 [00:01:47.000] ----------------------------------------------- -Info 39 [00:01:48.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 39 [00:01:49.000] Files (2) - -Info 39 [00:01:50.000] ----------------------------------------------- -Info 39 [00:01:51.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 39 [00:01:52.000] Files (2) - -Info 39 [00:01:53.000] ----------------------------------------------- -Info 39 [00:01:54.000] Open files: -Info 39 [00:01:55.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 39 [00:01:56.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 39 [00:01:57.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 39 [00:01:58.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 39 [00:01:59.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -357,6 +363,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -376,7 +384,7 @@ FsWatchesRecursive:: Before request -Info 40 [00:02:00.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -387,9 +395,9 @@ Info 40 [00:02:00.000] request: "seq": 3, "type": "request" } -Info 41 [00:02:01.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 42 [00:02:02.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 43 [00:02:03.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -444,6 +452,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -467,7 +477,7 @@ FsWatchesRecursive:: Before request -Info 44 [00:02:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -478,7 +488,7 @@ Info 44 [00:02:04.000] request: "seq": 4, "type": "request" } -Info 45 [00:02:05.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -530,7 +540,7 @@ After request Before request -Info 46 [00:02:06.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -541,7 +551,7 @@ Info 46 [00:02:06.000] request: "seq": 5, "type": "request" } -Info 47 [00:02:07.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -593,7 +603,7 @@ After request Before request -Info 48 [00:02:08.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -604,7 +614,7 @@ Info 48 [00:02:08.000] request: "seq": 6, "type": "request" } -Info 49 [00:02:09.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -656,7 +666,7 @@ After request Before request -Info 50 [00:02:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -667,7 +677,7 @@ Info 50 [00:02:10.000] request: "seq": 7, "type": "request" } -Info 51 [00:02:11.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -719,7 +729,7 @@ After request Before request -Info 52 [00:02:12.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -728,19 +738,19 @@ Info 52 [00:02:12.000] request: "seq": 8, "type": "request" } -Info 53 [00:02:13.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 54 [00:02:14.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 54 [00:02:15.000] Files (2) - -Info 54 [00:02:16.000] ----------------------------------------------- -Info 54 [00:02:17.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 54 [00:02:18.000] Files (2) - -Info 54 [00:02:19.000] ----------------------------------------------- -Info 54 [00:02:20.000] Open files: -Info 54 [00:02:21.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 54 [00:02:22.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 54 [00:02:23.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -751,6 +761,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -776,7 +788,7 @@ FsWatchesRecursive:: Before request -Info 55 [00:02:24.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -785,23 +797,23 @@ Info 55 [00:02:24.000] request: "seq": 9, "type": "request" } -Info 56 [00:02:25.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 57 [00:02:26.000] Search path: /user/username/projects/myproject/random -Info 58 [00:02:27.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 59 [00:02:28.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 59 [00:02:29.000] Files (2) - -Info 59 [00:02:30.000] ----------------------------------------------- -Info 59 [00:02:31.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 59 [00:02:32.000] Files (2) - -Info 59 [00:02:33.000] ----------------------------------------------- -Info 59 [00:02:34.000] Open files: -Info 59 [00:02:35.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 59 [00:02:36.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 59 [00:02:37.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 59 [00:02:38.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 59 [00:02:39.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -812,6 +824,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -839,7 +853,7 @@ FsWatchesRecursive:: Before request -Info 60 [00:02:40.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -848,19 +862,19 @@ Info 60 [00:02:40.000] request: "seq": 10, "type": "request" } -Info 61 [00:02:41.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 62 [00:02:42.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 62 [00:02:43.000] Files (2) - -Info 62 [00:02:44.000] ----------------------------------------------- -Info 62 [00:02:45.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 62 [00:02:46.000] Files (2) - -Info 62 [00:02:47.000] ----------------------------------------------- -Info 62 [00:02:48.000] Open files: -Info 62 [00:02:49.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 62 [00:02:50.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 62 [00:02:51.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -871,6 +885,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -896,7 +912,7 @@ FsWatchesRecursive:: Before request -Info 63 [00:02:52.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -905,17 +921,17 @@ Info 63 [00:02:52.000] request: "seq": 11, "type": "request" } -Info 64 [00:02:53.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 65 [00:02:54.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 65 [00:02:55.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 65 [00:02:56.000] ----------------------------------------------- -Info 65 [00:02:57.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 65 [00:02:58.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 65 [00:02:59.000] ----------------------------------------------- -Info 65 [00:03:00.000] Open files: -Info 65 [00:03:01.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -926,6 +942,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -953,7 +971,7 @@ FsWatchesRecursive:: Before request -Info 66 [00:03:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -962,12 +980,12 @@ Info 66 [00:03:02.000] request: "seq": 12, "type": "request" } -Info 67 [00:03:03.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 68 [00:03:04.000] Search path: /user/username/projects/myproject/random -Info 69 [00:03:05.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 70 [00:03:06.000] `remove Project:: -Info 71 [00:03:07.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 72 [00:03:08.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts /user/username/projects/myproject/dependency/FnS.ts @@ -977,25 +995,27 @@ Info 72 [00:03:08.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 73 [00:03:09.000] ----------------------------------------------- -Info 74 [00:03:10.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 75 [00:03:11.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 76 [00:03:12.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 77 [00:03:13.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 78 [00:03:14.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 79 [00:03:15.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 80 [00:03:16.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 81 [00:03:17.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 82 [00:03:18.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 83 [00:03:19.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 84 [00:03:20.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 84 [00:03:21.000] Files (2) - -Info 84 [00:03:22.000] ----------------------------------------------- -Info 84 [00:03:23.000] Open files: -Info 84 [00:03:24.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 84 [00:03:25.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 84 [00:03:26.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1004,6 +1024,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/disabledSourceRef/usage-file-changes-with-timeout-before-request.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/disabledSourceRef/usage-file-changes-with-timeout-before-request.js index 1586d9748abfc..60e344f9eb291 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/disabledSourceRef/usage-file-changes-with-timeout-before-request.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/disabledSourceRef/usage-file-changes-with-timeout-before-request.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:03.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:04.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:05.000] Search path: /user/username/projects/myproject/dependency -Info 3 [00:01:06.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 4 [00:01:07.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 5 [00:01:08.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 6 [00:01:09.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -238,17 +238,19 @@ Info 6 [00:01:09.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 7 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:12.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 10 [00:01:13.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 11 [00:01:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 12 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 13 [00:01:16.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 14 [00:01:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 15 [00:01:18.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:01:19.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 17 [00:01:20.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-1-0 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -258,17 +260,17 @@ Info 17 [00:01:20.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 18 [00:01:21.000] ----------------------------------------------- -Info 19 [00:01:22.000] Search path: /user/username/projects/myproject/dependency -Info 20 [00:01:23.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 21 [00:01:24.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 21 [00:01:25.000] Files (2) - -Info 21 [00:01:26.000] ----------------------------------------------- -Info 21 [00:01:27.000] Open files: -Info 21 [00:01:28.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 21 [00:01:29.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 21 [00:01:30.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -279,6 +281,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/dependency/tsconfig.json: *new* @@ -292,7 +296,7 @@ FsWatchesRecursive:: Before request -Info 22 [00:01:31.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -301,11 +305,11 @@ Info 22 [00:01:31.000] request: "seq": 2, "type": "request" } -Info 23 [00:01:32.000] Search path: /user/username/projects/myproject/random -Info 24 [00:01:33.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 25 [00:01:34.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 26 [00:01:35.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 27 [00:01:36.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -313,16 +317,18 @@ Info 27 [00:01:36.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 28 [00:01:37.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 29 [00:01:38.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 30 [00:01:39.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 31 [00:01:40.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 32 [00:01:41.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 33 [00:01:42.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 34 [00:01:43.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 35 [00:01:44.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 36 [00:01:45.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 37 [00:01:46.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -332,21 +338,21 @@ Info 37 [00:01:46.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 38 [00:01:47.000] ----------------------------------------------- -Info 39 [00:01:48.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 39 [00:01:49.000] Files (2) - -Info 39 [00:01:50.000] ----------------------------------------------- -Info 39 [00:01:51.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 39 [00:01:52.000] Files (2) - -Info 39 [00:01:53.000] ----------------------------------------------- -Info 39 [00:01:54.000] Open files: -Info 39 [00:01:55.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 39 [00:01:56.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 39 [00:01:57.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 39 [00:01:58.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 39 [00:01:59.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -357,6 +363,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -376,7 +384,7 @@ FsWatchesRecursive:: Before request -Info 40 [00:02:00.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -387,9 +395,9 @@ Info 40 [00:02:00.000] request: "seq": 3, "type": "request" } -Info 41 [00:02:01.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 42 [00:02:02.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 43 [00:02:03.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -444,6 +452,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -467,7 +477,7 @@ FsWatchesRecursive:: Before request -Info 44 [00:02:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { @@ -481,7 +491,7 @@ Info 44 [00:02:04.000] request: "seq": 4, "type": "request" } -Info 45 [00:02:05.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -493,7 +503,7 @@ After running Timeout callback:: count: 0 Before request -Info 46 [00:02:06.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -504,15 +514,15 @@ Info 46 [00:02:06.000] request: "seq": 5, "type": "request" } -Info 47 [00:02:07.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 48 [00:02:08.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 49 [00:02:09.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 50 [00:02:10.000] Files (2) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-1-1 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\nconst x = 10;" -Info 51 [00:02:11.000] ----------------------------------------------- -Info 52 [00:02:12.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -564,7 +574,7 @@ After request Before request -Info 53 [00:02:13.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -575,7 +585,7 @@ Info 53 [00:02:13.000] request: "seq": 6, "type": "request" } -Info 54 [00:02:14.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -627,7 +637,7 @@ After request Before request -Info 55 [00:02:15.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -638,7 +648,7 @@ Info 55 [00:02:15.000] request: "seq": 7, "type": "request" } -Info 56 [00:02:16.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -690,7 +700,7 @@ After request Before request -Info 57 [00:02:17.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -701,7 +711,7 @@ Info 57 [00:02:17.000] request: "seq": 8, "type": "request" } -Info 58 [00:02:18.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -753,7 +763,7 @@ After request Before request -Info 59 [00:02:19.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -764,7 +774,7 @@ Info 59 [00:02:19.000] request: "seq": 9, "type": "request" } -Info 60 [00:02:20.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/disabledSourceRef/usage-file-changes.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/disabledSourceRef/usage-file-changes.js index be0a3aace10b8..05d1bd00c2b05 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/disabledSourceRef/usage-file-changes.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependency/disabledSourceRef/usage-file-changes.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:03.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:04.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:05.000] Search path: /user/username/projects/myproject/dependency -Info 3 [00:01:06.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 4 [00:01:07.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 5 [00:01:08.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 6 [00:01:09.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -238,17 +238,19 @@ Info 6 [00:01:09.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 7 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:12.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 10 [00:01:13.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 11 [00:01:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 12 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 13 [00:01:16.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 14 [00:01:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 15 [00:01:18.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 16 [00:01:19.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 17 [00:01:20.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-1-0 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -258,17 +260,17 @@ Info 17 [00:01:20.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 18 [00:01:21.000] ----------------------------------------------- -Info 19 [00:01:22.000] Search path: /user/username/projects/myproject/dependency -Info 20 [00:01:23.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 21 [00:01:24.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 21 [00:01:25.000] Files (2) - -Info 21 [00:01:26.000] ----------------------------------------------- -Info 21 [00:01:27.000] Open files: -Info 21 [00:01:28.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 21 [00:01:29.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 21 [00:01:30.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -279,6 +281,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/dependency/tsconfig.json: *new* @@ -292,7 +296,7 @@ FsWatchesRecursive:: Before request -Info 22 [00:01:31.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -301,11 +305,11 @@ Info 22 [00:01:31.000] request: "seq": 2, "type": "request" } -Info 23 [00:01:32.000] Search path: /user/username/projects/myproject/random -Info 24 [00:01:33.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 25 [00:01:34.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 26 [00:01:35.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 27 [00:01:36.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -313,16 +317,18 @@ Info 27 [00:01:36.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 28 [00:01:37.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 29 [00:01:38.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 30 [00:01:39.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 31 [00:01:40.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 32 [00:01:41.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 33 [00:01:42.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 34 [00:01:43.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 35 [00:01:44.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 36 [00:01:45.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 37 [00:01:46.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -332,21 +338,21 @@ Info 37 [00:01:46.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 38 [00:01:47.000] ----------------------------------------------- -Info 39 [00:01:48.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 39 [00:01:49.000] Files (2) - -Info 39 [00:01:50.000] ----------------------------------------------- -Info 39 [00:01:51.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 39 [00:01:52.000] Files (2) - -Info 39 [00:01:53.000] ----------------------------------------------- -Info 39 [00:01:54.000] Open files: -Info 39 [00:01:55.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 39 [00:01:56.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 39 [00:01:57.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 39 [00:01:58.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 39 [00:01:59.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -357,6 +363,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -376,7 +384,7 @@ FsWatchesRecursive:: Before request -Info 40 [00:02:00.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -387,9 +395,9 @@ Info 40 [00:02:00.000] request: "seq": 3, "type": "request" } -Info 41 [00:02:01.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 42 [00:02:02.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 43 [00:02:03.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -444,6 +452,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -467,7 +477,7 @@ FsWatchesRecursive:: Before request -Info 44 [00:02:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { @@ -481,7 +491,7 @@ Info 44 [00:02:04.000] request: "seq": 4, "type": "request" } -Info 45 [00:02:05.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -489,7 +499,7 @@ After request Before request -Info 46 [00:02:06.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -500,15 +510,15 @@ Info 46 [00:02:06.000] request: "seq": 5, "type": "request" } -Info 47 [00:02:07.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 48 [00:02:08.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 49 [00:02:09.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 50 [00:02:10.000] Files (2) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-1-1 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\nconst x = 10;" -Info 51 [00:02:11.000] ----------------------------------------------- -Info 52 [00:02:12.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -560,7 +570,7 @@ After request Before request -Info 53 [00:02:13.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -571,7 +581,7 @@ Info 53 [00:02:13.000] request: "seq": 6, "type": "request" } -Info 54 [00:02:14.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -623,7 +633,7 @@ After request Before request -Info 55 [00:02:15.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -634,7 +644,7 @@ Info 55 [00:02:15.000] request: "seq": 7, "type": "request" } -Info 56 [00:02:16.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -686,7 +696,7 @@ After request Before request -Info 57 [00:02:17.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -697,7 +707,7 @@ Info 57 [00:02:17.000] request: "seq": 8, "type": "request" } -Info 58 [00:02:18.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -749,7 +759,7 @@ After request Before request -Info 59 [00:02:19.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -760,7 +770,7 @@ Info 59 [00:02:19.000] request: "seq": 9, "type": "request" } -Info 60 [00:02:20.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configHasNoReference/dependency-dts-changes-with-timeout-before-request.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configHasNoReference/dependency-dts-changes-with-timeout-before-request.js index 83bef08c84e5e..452cb366aec60 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configHasNoReference/dependency-dts-changes-with-timeout-before-request.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configHasNoReference/dependency-dts-changes-with-timeout-before-request.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:03.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:04.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:05.000] Search path: /user/username/projects/myproject/main -Info 3 [00:01:06.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:01:07.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:01:08.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:01:09.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -237,20 +237,22 @@ Info 6 [00:01:09.000] Config: /user/username/projects/myproject/main/tsconfig "configFilePath": "/user/username/projects/myproject/main/tsconfig.json" } } -Info 7 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:12.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:01:13.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 11 [00:01:14.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 12 [00:01:15.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 13 [00:01:16.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 14 [00:01:17.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 15 [00:01:18.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 16 [00:01:19.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 17 [00:01:20.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 18 [00:01:21.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 19 [00:01:22.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 20 [00:01:23.000] Files (3) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/decls/fns.d.ts Text-1 "export declare function fn1(): void;\nexport declare function fn2(): void;\nexport declare function fn3(): void;\nexport declare function fn4(): void;\nexport declare function fn5(): void;\n//# sourceMappingURL=FnS.d.ts.map" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -263,17 +265,17 @@ Info 20 [00:01:23.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 21 [00:01:24.000] ----------------------------------------------- -Info 22 [00:01:25.000] Search path: /user/username/projects/myproject/main -Info 23 [00:01:26.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 24 [00:01:27.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 24 [00:01:28.000] Files (3) - -Info 24 [00:01:29.000] ----------------------------------------------- -Info 24 [00:01:30.000] Open files: -Info 24 [00:01:31.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 24 [00:01:32.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 24 [00:01:33.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -284,6 +286,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -301,7 +305,7 @@ FsWatchesRecursive:: Before request -Info 25 [00:01:34.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -310,11 +314,11 @@ Info 25 [00:01:34.000] request: "seq": 2, "type": "request" } -Info 26 [00:01:35.000] Search path: /user/username/projects/myproject/dependency -Info 27 [00:01:36.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 28 [00:01:37.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 29 [00:01:38.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 30 [00:01:39.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -325,16 +329,18 @@ Info 30 [00:01:39.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 31 [00:01:40.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 32 [00:01:41.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 33 [00:01:42.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 34 [00:01:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 35 [00:01:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 36 [00:01:45.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 37 [00:01:46.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 38 [00:01:47.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 39 [00:01:48.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 40 [00:01:49.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-1-0 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -344,23 +350,23 @@ Info 40 [00:01:49.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 41 [00:01:50.000] ----------------------------------------------- -Info 42 [00:01:51.000] Search path: /user/username/projects/myproject/dependency -Info 43 [00:01:52.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 44 [00:01:53.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 44 [00:01:54.000] Files (3) - -Info 44 [00:01:55.000] ----------------------------------------------- -Info 44 [00:01:56.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 44 [00:01:57.000] Files (2) - -Info 44 [00:01:58.000] ----------------------------------------------- -Info 44 [00:01:59.000] Open files: -Info 44 [00:02:00.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 44 [00:02:01.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 44 [00:02:02.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 44 [00:02:03.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 44 [00:02:04.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -371,6 +377,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: *new* {"pollingInterval":500} @@ -394,7 +402,7 @@ FsWatchesRecursive:: Before request -Info 45 [00:02:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -403,11 +411,11 @@ Info 45 [00:02:05.000] request: "seq": 3, "type": "request" } -Info 46 [00:02:06.000] Search path: /user/username/projects/myproject/random -Info 47 [00:02:07.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 48 [00:02:08.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 49 [00:02:09.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 50 [00:02:10.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -415,16 +423,18 @@ Info 50 [00:02:10.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 51 [00:02:11.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 52 [00:02:12.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 53 [00:02:13.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 54 [00:02:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 55 [00:02:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 56 [00:02:16.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 57 [00:02:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 58 [00:02:18.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 59 [00:02:19.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 60 [00:02:20.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -434,27 +444,27 @@ Info 60 [00:02:20.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 61 [00:02:21.000] ----------------------------------------------- -Info 62 [00:02:22.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 62 [00:02:23.000] Files (3) - -Info 62 [00:02:24.000] ----------------------------------------------- -Info 62 [00:02:25.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 62 [00:02:26.000] Files (2) - -Info 62 [00:02:27.000] ----------------------------------------------- -Info 62 [00:02:28.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 62 [00:02:29.000] Files (2) - -Info 62 [00:02:30.000] ----------------------------------------------- -Info 62 [00:02:31.000] Open files: -Info 62 [00:02:32.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 62 [00:02:33.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 62 [00:02:34.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 62 [00:02:35.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 62 [00:02:36.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 62 [00:02:37.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 62 [00:02:38.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -465,6 +475,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* @@ -494,7 +506,7 @@ FsWatchesRecursive:: Before request -Info 63 [00:02:39.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -505,8 +517,8 @@ Info 63 [00:02:39.000] request: "seq": 4, "type": "request" } -Info 64 [00:02:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 65 [00:02:41.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -550,6 +562,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -581,7 +595,7 @@ FsWatchesRecursive:: Before request -Info 66 [00:02:42.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -592,9 +606,9 @@ Info 66 [00:02:42.000] request: "seq": 5, "type": "request" } -Info 67 [00:02:43.000] Search path: /user/username/projects/myproject/dependency -Info 68 [00:02:44.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 69 [00:02:45.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -677,12 +691,12 @@ Info 69 [00:02:45.000] response: } After request -Info 70 [00:02:49.000] FileWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts 1:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 71 [00:02:50.000] Scheduled: /user/username/projects/myproject/main/tsconfig.json -Info 72 [00:02:51.000] Scheduled: *ensureProjectForOpenFiles* -Info 73 [00:02:52.000] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json -Info 74 [00:02:53.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 75 [00:02:54.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts 1:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts 1:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts 1:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info Before running Timeout callback:: count: 3 1: /user/username/projects/myproject/main/tsconfig.json 3: /user/username/projects/myproject/dependency/tsconfig.json @@ -697,66 +711,66 @@ export declare function fn6(): void; //# sourceMappingURL=FnS.d.ts.map -Info 76 [00:02:55.000] Running: /user/username/projects/myproject/main/tsconfig.json -Info 77 [00:02:56.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 78 [00:02:57.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 79 [00:02:58.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 80 [00:02:59.000] Files (3) +Info seq [hh:mm:ss:mss] Running: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/decls/fns.d.ts Text-2 "export declare function fn1(): void;\nexport declare function fn2(): void;\nexport declare function fn3(): void;\nexport declare function fn4(): void;\nexport declare function fn5(): void;\nexport declare function fn6(): void;\n//# sourceMappingURL=FnS.d.ts.map" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" -Info 81 [00:03:00.000] ----------------------------------------------- -Info 82 [00:03:01.000] Running: /user/username/projects/myproject/dependency/tsconfig.json -Info 83 [00:03:02.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 84 [00:03:03.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 85 [00:03:04.000] Same program as before -Info 86 [00:03:05.000] Running: *ensureProjectForOpenFiles* -Info 87 [00:03:06.000] Before ensureProjectForOpenFiles: -Info 88 [00:03:07.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 88 [00:03:08.000] Files (3) - -Info 88 [00:03:09.000] ----------------------------------------------- -Info 88 [00:03:10.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 88 [00:03:11.000] Files (2) - -Info 88 [00:03:12.000] ----------------------------------------------- -Info 88 [00:03:13.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 88 [00:03:14.000] Files (2) - -Info 88 [00:03:15.000] ----------------------------------------------- -Info 88 [00:03:16.000] Open files: -Info 88 [00:03:17.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 88 [00:03:18.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 88 [00:03:19.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 88 [00:03:20.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 88 [00:03:21.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 88 [00:03:22.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 88 [00:03:23.000] After ensureProjectForOpenFiles: -Info 89 [00:03:24.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 89 [00:03:25.000] Files (3) - -Info 89 [00:03:26.000] ----------------------------------------------- -Info 89 [00:03:27.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 89 [00:03:28.000] Files (2) - -Info 89 [00:03:29.000] ----------------------------------------------- -Info 89 [00:03:30.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 89 [00:03:31.000] Files (2) - -Info 89 [00:03:32.000] ----------------------------------------------- -Info 89 [00:03:33.000] Open files: -Info 89 [00:03:34.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 89 [00:03:35.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 89 [00:03:36.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 89 [00:03:37.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 89 [00:03:38.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 89 [00:03:39.000] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json After running Timeout callback:: count: 0 Before request -Info 89 [00:03:40.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -767,7 +781,7 @@ Info 89 [00:03:40.000] request: "seq": 6, "type": "request" } -Info 90 [00:03:41.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -808,7 +822,7 @@ After request Before request -Info 91 [00:03:42.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -819,7 +833,7 @@ Info 91 [00:03:42.000] request: "seq": 7, "type": "request" } -Info 92 [00:03:43.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -860,7 +874,7 @@ After request Before request -Info 93 [00:03:44.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -871,7 +885,7 @@ Info 93 [00:03:44.000] request: "seq": 8, "type": "request" } -Info 94 [00:03:45.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -912,7 +926,7 @@ After request Before request -Info 95 [00:03:46.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -923,7 +937,7 @@ Info 95 [00:03:46.000] request: "seq": 9, "type": "request" } -Info 96 [00:03:47.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -964,7 +978,7 @@ After request Before request -Info 97 [00:03:48.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -975,7 +989,7 @@ Info 97 [00:03:48.000] request: "seq": 10, "type": "request" } -Info 98 [00:03:49.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -1016,7 +1030,7 @@ After request Before request -Info 99 [00:03:50.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1027,9 +1041,9 @@ Info 99 [00:03:50.000] request: "seq": 11, "type": "request" } -Info 100 [00:03:51.000] Search path: /user/username/projects/myproject/dependency -Info 101 [00:03:52.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 102 [00:03:53.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1114,7 +1128,7 @@ After request Before request -Info 103 [00:03:54.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1125,9 +1139,9 @@ Info 103 [00:03:54.000] request: "seq": 12, "type": "request" } -Info 104 [00:03:55.000] Search path: /user/username/projects/myproject/dependency -Info 105 [00:03:56.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 106 [00:03:57.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1212,7 +1226,7 @@ After request Before request -Info 107 [00:03:58.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1223,9 +1237,9 @@ Info 107 [00:03:58.000] request: "seq": 13, "type": "request" } -Info 108 [00:03:59.000] Search path: /user/username/projects/myproject/dependency -Info 109 [00:04:00.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 110 [00:04:01.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1310,7 +1324,7 @@ After request Before request -Info 111 [00:04:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1321,9 +1335,9 @@ Info 111 [00:04:02.000] request: "seq": 14, "type": "request" } -Info 112 [00:04:03.000] Search path: /user/username/projects/myproject/dependency -Info 113 [00:04:04.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 114 [00:04:05.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1408,7 +1422,7 @@ After request Before request -Info 115 [00:04:06.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1419,9 +1433,9 @@ Info 115 [00:04:06.000] request: "seq": 15, "type": "request" } -Info 116 [00:04:07.000] Search path: /user/username/projects/myproject/dependency -Info 117 [00:04:08.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 118 [00:04:09.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configHasNoReference/dependency-dts-changes.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configHasNoReference/dependency-dts-changes.js index d67d4d370b04e..dbb2708831b77 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configHasNoReference/dependency-dts-changes.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configHasNoReference/dependency-dts-changes.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:03.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:04.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:05.000] Search path: /user/username/projects/myproject/main -Info 3 [00:01:06.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:01:07.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:01:08.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:01:09.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -237,20 +237,22 @@ Info 6 [00:01:09.000] Config: /user/username/projects/myproject/main/tsconfig "configFilePath": "/user/username/projects/myproject/main/tsconfig.json" } } -Info 7 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:12.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:01:13.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 11 [00:01:14.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 12 [00:01:15.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 13 [00:01:16.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 14 [00:01:17.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 15 [00:01:18.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 16 [00:01:19.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 17 [00:01:20.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 18 [00:01:21.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 19 [00:01:22.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 20 [00:01:23.000] Files (3) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/decls/fns.d.ts Text-1 "export declare function fn1(): void;\nexport declare function fn2(): void;\nexport declare function fn3(): void;\nexport declare function fn4(): void;\nexport declare function fn5(): void;\n//# sourceMappingURL=FnS.d.ts.map" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -263,17 +265,17 @@ Info 20 [00:01:23.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 21 [00:01:24.000] ----------------------------------------------- -Info 22 [00:01:25.000] Search path: /user/username/projects/myproject/main -Info 23 [00:01:26.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 24 [00:01:27.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 24 [00:01:28.000] Files (3) - -Info 24 [00:01:29.000] ----------------------------------------------- -Info 24 [00:01:30.000] Open files: -Info 24 [00:01:31.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 24 [00:01:32.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 24 [00:01:33.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -284,6 +286,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -301,7 +305,7 @@ FsWatchesRecursive:: Before request -Info 25 [00:01:34.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -310,11 +314,11 @@ Info 25 [00:01:34.000] request: "seq": 2, "type": "request" } -Info 26 [00:01:35.000] Search path: /user/username/projects/myproject/dependency -Info 27 [00:01:36.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 28 [00:01:37.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 29 [00:01:38.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 30 [00:01:39.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -325,16 +329,18 @@ Info 30 [00:01:39.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 31 [00:01:40.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 32 [00:01:41.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 33 [00:01:42.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 34 [00:01:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 35 [00:01:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 36 [00:01:45.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 37 [00:01:46.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 38 [00:01:47.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 39 [00:01:48.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 40 [00:01:49.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-1-0 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -344,23 +350,23 @@ Info 40 [00:01:49.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 41 [00:01:50.000] ----------------------------------------------- -Info 42 [00:01:51.000] Search path: /user/username/projects/myproject/dependency -Info 43 [00:01:52.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 44 [00:01:53.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 44 [00:01:54.000] Files (3) - -Info 44 [00:01:55.000] ----------------------------------------------- -Info 44 [00:01:56.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 44 [00:01:57.000] Files (2) - -Info 44 [00:01:58.000] ----------------------------------------------- -Info 44 [00:01:59.000] Open files: -Info 44 [00:02:00.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 44 [00:02:01.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 44 [00:02:02.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 44 [00:02:03.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 44 [00:02:04.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -371,6 +377,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: *new* {"pollingInterval":500} @@ -394,7 +402,7 @@ FsWatchesRecursive:: Before request -Info 45 [00:02:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -403,11 +411,11 @@ Info 45 [00:02:05.000] request: "seq": 3, "type": "request" } -Info 46 [00:02:06.000] Search path: /user/username/projects/myproject/random -Info 47 [00:02:07.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 48 [00:02:08.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 49 [00:02:09.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 50 [00:02:10.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -415,16 +423,18 @@ Info 50 [00:02:10.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 51 [00:02:11.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 52 [00:02:12.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 53 [00:02:13.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 54 [00:02:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 55 [00:02:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 56 [00:02:16.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 57 [00:02:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 58 [00:02:18.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 59 [00:02:19.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 60 [00:02:20.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -434,27 +444,27 @@ Info 60 [00:02:20.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 61 [00:02:21.000] ----------------------------------------------- -Info 62 [00:02:22.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 62 [00:02:23.000] Files (3) - -Info 62 [00:02:24.000] ----------------------------------------------- -Info 62 [00:02:25.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 62 [00:02:26.000] Files (2) - -Info 62 [00:02:27.000] ----------------------------------------------- -Info 62 [00:02:28.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 62 [00:02:29.000] Files (2) - -Info 62 [00:02:30.000] ----------------------------------------------- -Info 62 [00:02:31.000] Open files: -Info 62 [00:02:32.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 62 [00:02:33.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 62 [00:02:34.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 62 [00:02:35.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 62 [00:02:36.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 62 [00:02:37.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 62 [00:02:38.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -465,6 +475,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* @@ -494,7 +506,7 @@ FsWatchesRecursive:: Before request -Info 63 [00:02:39.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -505,8 +517,8 @@ Info 63 [00:02:39.000] request: "seq": 4, "type": "request" } -Info 64 [00:02:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 65 [00:02:41.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -550,6 +562,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -581,7 +595,7 @@ FsWatchesRecursive:: Before request -Info 66 [00:02:42.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -592,9 +606,9 @@ Info 66 [00:02:42.000] request: "seq": 5, "type": "request" } -Info 67 [00:02:43.000] Search path: /user/username/projects/myproject/dependency -Info 68 [00:02:44.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 69 [00:02:45.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -677,12 +691,12 @@ Info 69 [00:02:45.000] response: } After request -Info 70 [00:02:49.000] FileWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts 1:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 71 [00:02:50.000] Scheduled: /user/username/projects/myproject/main/tsconfig.json -Info 72 [00:02:51.000] Scheduled: *ensureProjectForOpenFiles* -Info 73 [00:02:52.000] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json -Info 74 [00:02:53.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 75 [00:02:54.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts 1:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts 1:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts 1:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info Before request //// [/user/username/projects/myproject/decls/FnS.d.ts] export declare function fn1(): void; @@ -694,7 +708,7 @@ export declare function fn6(): void; //# sourceMappingURL=FnS.d.ts.map -Info 76 [00:02:55.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -705,16 +719,16 @@ Info 76 [00:02:55.000] request: "seq": 6, "type": "request" } -Info 77 [00:02:56.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 78 [00:02:57.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 79 [00:02:58.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 80 [00:02:59.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/decls/fns.d.ts Text-2 "export declare function fn1(): void;\nexport declare function fn2(): void;\nexport declare function fn3(): void;\nexport declare function fn4(): void;\nexport declare function fn5(): void;\nexport declare function fn6(): void;\n//# sourceMappingURL=FnS.d.ts.map" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" -Info 81 [00:03:00.000] ----------------------------------------------- -Info 82 [00:03:01.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -755,7 +769,7 @@ After request Before request -Info 83 [00:03:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -766,7 +780,7 @@ Info 83 [00:03:02.000] request: "seq": 7, "type": "request" } -Info 84 [00:03:03.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -807,7 +821,7 @@ After request Before request -Info 85 [00:03:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -818,7 +832,7 @@ Info 85 [00:03:04.000] request: "seq": 8, "type": "request" } -Info 86 [00:03:05.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -859,7 +873,7 @@ After request Before request -Info 87 [00:03:06.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -870,7 +884,7 @@ Info 87 [00:03:06.000] request: "seq": 9, "type": "request" } -Info 88 [00:03:07.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -911,7 +925,7 @@ After request Before request -Info 89 [00:03:08.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -922,7 +936,7 @@ Info 89 [00:03:08.000] request: "seq": 10, "type": "request" } -Info 90 [00:03:09.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -963,7 +977,7 @@ After request Before request -Info 91 [00:03:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -974,12 +988,12 @@ Info 91 [00:03:10.000] request: "seq": 11, "type": "request" } -Info 92 [00:03:11.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 93 [00:03:12.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 94 [00:03:13.000] Same program as before -Info 95 [00:03:14.000] Search path: /user/username/projects/myproject/dependency -Info 96 [00:03:15.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 97 [00:03:16.000] response: +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1064,7 +1078,7 @@ After request Before request -Info 98 [00:03:17.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1075,9 +1089,9 @@ Info 98 [00:03:17.000] request: "seq": 12, "type": "request" } -Info 99 [00:03:18.000] Search path: /user/username/projects/myproject/dependency -Info 100 [00:03:19.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 101 [00:03:20.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1162,7 +1176,7 @@ After request Before request -Info 102 [00:03:21.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1173,9 +1187,9 @@ Info 102 [00:03:21.000] request: "seq": 13, "type": "request" } -Info 103 [00:03:22.000] Search path: /user/username/projects/myproject/dependency -Info 104 [00:03:23.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 105 [00:03:24.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1260,7 +1274,7 @@ After request Before request -Info 106 [00:03:25.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1271,9 +1285,9 @@ Info 106 [00:03:25.000] request: "seq": 14, "type": "request" } -Info 107 [00:03:26.000] Search path: /user/username/projects/myproject/dependency -Info 108 [00:03:27.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 109 [00:03:28.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1358,7 +1372,7 @@ After request Before request -Info 110 [00:03:29.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1369,9 +1383,9 @@ Info 110 [00:03:29.000] request: "seq": 15, "type": "request" } -Info 111 [00:03:30.000] Search path: /user/username/projects/myproject/dependency -Info 112 [00:03:31.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 113 [00:03:32.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configHasNoReference/dependency-dts-created.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configHasNoReference/dependency-dts-created.js index a1d5fe2ce1603..c3e029b865758 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configHasNoReference/dependency-dts-created.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configHasNoReference/dependency-dts-created.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:04.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -206,7 +206,7 @@ export {}; } -Info 1 [00:01:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -215,11 +215,11 @@ Info 1 [00:01:05.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:06.000] Search path: /user/username/projects/myproject/main -Info 3 [00:01:07.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:01:08.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:01:09.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:01:10.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -229,19 +229,21 @@ Info 6 [00:01:10.000] Config: /user/username/projects/myproject/main/tsconfig "configFilePath": "/user/username/projects/myproject/main/tsconfig.json" } } -Info 7 [00:01:11.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:12.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:13.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:01:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 11 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 12 [00:01:16.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 13 [00:01:17.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 14 [00:01:18.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 15 [00:01:19.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 16 [00:01:20.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 17 [00:01:21.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 18 [00:01:22.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 19 [00:01:23.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -251,17 +253,17 @@ Info 19 [00:01:23.000] Files (2) main.ts Matched by default include pattern '**/*' -Info 20 [00:01:24.000] ----------------------------------------------- -Info 21 [00:01:25.000] Search path: /user/username/projects/myproject/main -Info 22 [00:01:26.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 23 [00:01:27.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 23 [00:01:28.000] Files (2) - -Info 23 [00:01:29.000] ----------------------------------------------- -Info 23 [00:01:30.000] Open files: -Info 23 [00:01:31.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 23 [00:01:32.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 23 [00:01:33.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -272,6 +274,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -287,7 +291,7 @@ FsWatchesRecursive:: Before request -Info 24 [00:01:34.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -296,11 +300,11 @@ Info 24 [00:01:34.000] request: "seq": 2, "type": "request" } -Info 25 [00:01:35.000] Search path: /user/username/projects/myproject/dependency -Info 26 [00:01:36.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 27 [00:01:37.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 28 [00:01:38.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 29 [00:01:39.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -311,16 +315,18 @@ Info 29 [00:01:39.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 30 [00:01:40.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 31 [00:01:41.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 32 [00:01:42.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 33 [00:01:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 34 [00:01:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 35 [00:01:45.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 36 [00:01:46.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 37 [00:01:47.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 38 [00:01:48.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 39 [00:01:49.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-1-0 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -330,23 +336,23 @@ Info 39 [00:01:49.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 40 [00:01:50.000] ----------------------------------------------- -Info 41 [00:01:51.000] Search path: /user/username/projects/myproject/dependency -Info 42 [00:01:52.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 43 [00:01:53.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 43 [00:01:54.000] Files (2) - -Info 43 [00:01:55.000] ----------------------------------------------- -Info 43 [00:01:56.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 43 [00:01:57.000] Files (2) - -Info 43 [00:01:58.000] ----------------------------------------------- -Info 43 [00:01:59.000] Open files: -Info 43 [00:02:00.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 43 [00:02:01.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 43 [00:02:02.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 43 [00:02:03.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 43 [00:02:04.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -357,6 +363,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: *new* {"pollingInterval":500} @@ -378,7 +386,7 @@ FsWatchesRecursive:: Before request -Info 44 [00:02:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -387,11 +395,11 @@ Info 44 [00:02:05.000] request: "seq": 3, "type": "request" } -Info 45 [00:02:06.000] Search path: /user/username/projects/myproject/random -Info 46 [00:02:07.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 47 [00:02:08.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 48 [00:02:09.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 49 [00:02:10.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -399,16 +407,18 @@ Info 49 [00:02:10.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 50 [00:02:11.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 51 [00:02:12.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 52 [00:02:13.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 53 [00:02:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 54 [00:02:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 55 [00:02:16.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 56 [00:02:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 57 [00:02:18.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 58 [00:02:19.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 59 [00:02:20.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -418,27 +428,27 @@ Info 59 [00:02:20.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 60 [00:02:21.000] ----------------------------------------------- -Info 61 [00:02:22.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 61 [00:02:23.000] Files (2) - -Info 61 [00:02:24.000] ----------------------------------------------- -Info 61 [00:02:25.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 61 [00:02:26.000] Files (2) - -Info 61 [00:02:27.000] ----------------------------------------------- -Info 61 [00:02:28.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 61 [00:02:29.000] Files (2) - -Info 61 [00:02:30.000] ----------------------------------------------- -Info 61 [00:02:31.000] Open files: -Info 61 [00:02:32.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 61 [00:02:33.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 61 [00:02:34.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 61 [00:02:35.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 61 [00:02:36.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 61 [00:02:37.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 61 [00:02:38.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -449,6 +459,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* @@ -476,7 +488,7 @@ FsWatchesRecursive:: Before request -Info 62 [00:02:39.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -487,7 +499,7 @@ Info 62 [00:02:39.000] request: "seq": 4, "type": "request" } -Info 63 [00:02:40.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -528,7 +540,7 @@ After request Before request -Info 64 [00:02:41.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -539,8 +551,8 @@ Info 64 [00:02:41.000] request: "seq": 5, "type": "request" } -Info 65 [00:02:42.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file -Info 66 [00:02:43.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -595,6 +607,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -622,17 +636,17 @@ FsWatchesRecursive:: /user/username/projects/myproject/random: {} -Info 67 [00:02:46.000] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 0:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file -Info 68 [00:02:47.000] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json -Info 69 [00:02:48.000] Scheduled: *ensureProjectForOpenFiles* -Info 70 [00:02:49.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 0:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file -Info 71 [00:02:50.000] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 0:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file -Info 72 [00:02:51.000] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json, Cancelled earlier one -Info 73 [00:02:52.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 74 [00:02:53.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 0:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file -Info 75 [00:02:54.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 76 [00:02:55.000] Scheduled: /user/username/projects/myproject/main/tsconfig.jsonFailedLookupInvalidation -Info 77 [00:02:56.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 0:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 0:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 0:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 0:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/main/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations Before request //// [/user/username/projects/myproject/decls/FnS.d.ts] export declare function fn1(): void; @@ -648,6 +662,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -679,7 +695,7 @@ FsWatchesRecursive:: /user/username/projects/myproject/random: {} -Info 78 [00:02:57.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -690,12 +706,12 @@ Info 78 [00:02:57.000] request: "seq": 6, "type": "request" } -Info 79 [00:02:58.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 80 [00:02:59.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 81 [00:03:00.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 82 [00:03:01.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms -Info 83 [00:03:02.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 84 [00:03:03.000] Files (3) +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/decls/fns.d.ts Text-1 "export declare function fn1(): void;\nexport declare function fn2(): void;\nexport declare function fn3(): void;\nexport declare function fn4(): void;\nexport declare function fn5(): void;\n//# sourceMappingURL=FnS.d.ts.map" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -708,9 +724,9 @@ Info 84 [00:03:03.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 85 [00:03:04.000] ----------------------------------------------- -Info 86 [00:03:05.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 87 [00:03:06.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -754,6 +770,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -785,7 +803,7 @@ FsWatchesRecursive:: Before request -Info 88 [00:03:07.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -796,7 +814,7 @@ Info 88 [00:03:07.000] request: "seq": 7, "type": "request" } -Info 89 [00:03:08.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -837,7 +855,7 @@ After request Before request -Info 90 [00:03:09.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -848,7 +866,7 @@ Info 90 [00:03:09.000] request: "seq": 8, "type": "request" } -Info 91 [00:03:10.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -889,7 +907,7 @@ After request Before request -Info 92 [00:03:11.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -900,7 +918,7 @@ Info 92 [00:03:11.000] request: "seq": 9, "type": "request" } -Info 93 [00:03:12.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -941,7 +959,7 @@ After request Before request -Info 94 [00:03:13.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -952,7 +970,7 @@ Info 94 [00:03:13.000] request: "seq": 10, "type": "request" } -Info 95 [00:03:14.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -993,7 +1011,7 @@ After request Before request -Info 96 [00:03:15.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1004,12 +1022,12 @@ Info 96 [00:03:15.000] request: "seq": 11, "type": "request" } -Info 97 [00:03:16.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 98 [00:03:17.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 99 [00:03:18.000] Same program as before -Info 100 [00:03:19.000] Search path: /user/username/projects/myproject/dependency -Info 101 [00:03:20.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 102 [00:03:21.000] response: +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1094,7 +1112,7 @@ After request Before request -Info 103 [00:03:22.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1105,9 +1123,9 @@ Info 103 [00:03:22.000] request: "seq": 12, "type": "request" } -Info 104 [00:03:23.000] Search path: /user/username/projects/myproject/dependency -Info 105 [00:03:24.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 106 [00:03:25.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1192,7 +1210,7 @@ After request Before request -Info 107 [00:03:26.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1203,9 +1221,9 @@ Info 107 [00:03:26.000] request: "seq": 13, "type": "request" } -Info 108 [00:03:27.000] Search path: /user/username/projects/myproject/dependency -Info 109 [00:03:28.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 110 [00:03:29.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1290,7 +1308,7 @@ After request Before request -Info 111 [00:03:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1301,9 +1319,9 @@ Info 111 [00:03:30.000] request: "seq": 14, "type": "request" } -Info 112 [00:03:31.000] Search path: /user/username/projects/myproject/dependency -Info 113 [00:03:32.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 114 [00:03:33.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1388,7 +1406,7 @@ After request Before request -Info 115 [00:03:34.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1399,9 +1417,9 @@ Info 115 [00:03:34.000] request: "seq": 15, "type": "request" } -Info 116 [00:03:35.000] Search path: /user/username/projects/myproject/dependency -Info 117 [00:03:36.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 118 [00:03:37.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1486,7 +1504,7 @@ After request Before request -Info 119 [00:03:38.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1495,25 +1513,25 @@ Info 119 [00:03:38.000] request: "seq": 16, "type": "request" } -Info 120 [00:03:39.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 121 [00:03:40.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 121 [00:03:41.000] Files (3) - -Info 121 [00:03:42.000] ----------------------------------------------- -Info 121 [00:03:43.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 121 [00:03:44.000] Files (2) - -Info 121 [00:03:45.000] ----------------------------------------------- -Info 121 [00:03:46.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 121 [00:03:47.000] Files (2) - -Info 121 [00:03:48.000] ----------------------------------------------- -Info 121 [00:03:49.000] Open files: -Info 121 [00:03:50.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 121 [00:03:51.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 121 [00:03:52.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 121 [00:03:53.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 121 [00:03:54.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1524,6 +1542,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1557,7 +1577,7 @@ FsWatchesRecursive:: Before request -Info 122 [00:03:55.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -1566,29 +1586,29 @@ Info 122 [00:03:55.000] request: "seq": 17, "type": "request" } -Info 123 [00:03:56.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 124 [00:03:57.000] Search path: /user/username/projects/myproject/random -Info 125 [00:03:58.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 126 [00:03:59.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 126 [00:04:00.000] Files (3) - -Info 126 [00:04:01.000] ----------------------------------------------- -Info 126 [00:04:02.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 126 [00:04:03.000] Files (2) - -Info 126 [00:04:04.000] ----------------------------------------------- -Info 126 [00:04:05.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 126 [00:04:06.000] Files (2) - -Info 126 [00:04:07.000] ----------------------------------------------- -Info 126 [00:04:08.000] Open files: -Info 126 [00:04:09.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 126 [00:04:10.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 126 [00:04:11.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 126 [00:04:12.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 126 [00:04:13.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 126 [00:04:14.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 126 [00:04:15.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1599,6 +1619,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1634,7 +1656,7 @@ FsWatchesRecursive:: Before request -Info 127 [00:04:16.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1643,25 +1665,25 @@ Info 127 [00:04:16.000] request: "seq": 18, "type": "request" } -Info 128 [00:04:17.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 129 [00:04:18.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 129 [00:04:19.000] Files (3) - -Info 129 [00:04:20.000] ----------------------------------------------- -Info 129 [00:04:21.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 129 [00:04:22.000] Files (2) - -Info 129 [00:04:23.000] ----------------------------------------------- -Info 129 [00:04:24.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 129 [00:04:25.000] Files (2) - -Info 129 [00:04:26.000] ----------------------------------------------- -Info 129 [00:04:27.000] Open files: -Info 129 [00:04:28.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 129 [00:04:29.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 129 [00:04:30.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 129 [00:04:31.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 129 [00:04:32.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1672,6 +1694,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1705,7 +1729,7 @@ FsWatchesRecursive:: Before request -Info 130 [00:04:33.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1714,23 +1738,23 @@ Info 130 [00:04:33.000] request: "seq": 19, "type": "request" } -Info 131 [00:04:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 132 [00:04:35.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 132 [00:04:36.000] Files (3) - -Info 132 [00:04:37.000] ----------------------------------------------- -Info 132 [00:04:38.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 132 [00:04:39.000] Files (2) - -Info 132 [00:04:40.000] ----------------------------------------------- -Info 132 [00:04:41.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 132 [00:04:42.000] Files (2) - -Info 132 [00:04:43.000] ----------------------------------------------- -Info 132 [00:04:44.000] Open files: -Info 132 [00:04:45.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 132 [00:04:46.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 132 [00:04:47.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1741,6 +1765,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1776,7 +1802,7 @@ FsWatchesRecursive:: Before request -Info 133 [00:04:48.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1785,21 +1811,21 @@ Info 133 [00:04:48.000] request: "seq": 20, "type": "request" } -Info 134 [00:04:49.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 135 [00:04:50.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 135 [00:04:51.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 135 [00:04:52.000] ----------------------------------------------- -Info 135 [00:04:53.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 135 [00:04:54.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 135 [00:04:55.000] ----------------------------------------------- -Info 135 [00:04:56.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 135 [00:04:57.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 135 [00:04:58.000] ----------------------------------------------- -Info 135 [00:04:59.000] Open files: -Info 135 [00:05:00.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1810,6 +1836,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1847,7 +1875,7 @@ FsWatchesRecursive:: Before request -Info 136 [00:05:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -1856,12 +1884,12 @@ Info 136 [00:05:01.000] request: "seq": 21, "type": "request" } -Info 137 [00:05:02.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 138 [00:05:03.000] Search path: /user/username/projects/myproject/random -Info 139 [00:05:04.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 140 [00:05:05.000] `remove Project:: -Info 141 [00:05:06.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 142 [00:05:07.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts /user/username/projects/myproject/decls/fns.d.ts /user/username/projects/myproject/main/main.ts @@ -1874,19 +1902,21 @@ Info 142 [00:05:07.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 143 [00:05:08.000] ----------------------------------------------- -Info 144 [00:05:09.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 145 [00:05:10.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 146 [00:05:11.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 147 [00:05:12.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 148 [00:05:13.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 149 [00:05:14.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 150 [00:05:15.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 151 [00:05:16.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 152 [00:05:17.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 153 [00:05:18.000] `remove Project:: -Info 154 [00:05:19.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 155 [00:05:20.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts /user/username/projects/myproject/dependency/FnS.ts @@ -1896,27 +1926,29 @@ Info 155 [00:05:20.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 156 [00:05:21.000] ----------------------------------------------- -Info 157 [00:05:22.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 158 [00:05:23.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 159 [00:05:24.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 160 [00:05:25.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 161 [00:05:26.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 162 [00:05:27.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 163 [00:05:28.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 164 [00:05:29.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file -Info 165 [00:05:30.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 166 [00:05:31.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 167 [00:05:32.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 168 [00:05:33.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 169 [00:05:34.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 169 [00:05:35.000] Files (2) - -Info 169 [00:05:36.000] ----------------------------------------------- -Info 169 [00:05:37.000] Open files: -Info 169 [00:05:38.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 169 [00:05:39.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 169 [00:05:40.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1925,6 +1957,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configHasNoReference/dependency-dts-deleted.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configHasNoReference/dependency-dts-deleted.js index 95ed4291a276d..3b56d5a36fffa 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configHasNoReference/dependency-dts-deleted.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configHasNoReference/dependency-dts-deleted.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:03.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:04.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:05.000] Search path: /user/username/projects/myproject/main -Info 3 [00:01:06.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:01:07.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:01:08.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:01:09.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -237,20 +237,22 @@ Info 6 [00:01:09.000] Config: /user/username/projects/myproject/main/tsconfig "configFilePath": "/user/username/projects/myproject/main/tsconfig.json" } } -Info 7 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:12.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:01:13.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 11 [00:01:14.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 12 [00:01:15.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 13 [00:01:16.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 14 [00:01:17.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 15 [00:01:18.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 16 [00:01:19.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 17 [00:01:20.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 18 [00:01:21.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 19 [00:01:22.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 20 [00:01:23.000] Files (3) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/decls/fns.d.ts Text-1 "export declare function fn1(): void;\nexport declare function fn2(): void;\nexport declare function fn3(): void;\nexport declare function fn4(): void;\nexport declare function fn5(): void;\n//# sourceMappingURL=FnS.d.ts.map" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -263,17 +265,17 @@ Info 20 [00:01:23.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 21 [00:01:24.000] ----------------------------------------------- -Info 22 [00:01:25.000] Search path: /user/username/projects/myproject/main -Info 23 [00:01:26.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 24 [00:01:27.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 24 [00:01:28.000] Files (3) - -Info 24 [00:01:29.000] ----------------------------------------------- -Info 24 [00:01:30.000] Open files: -Info 24 [00:01:31.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 24 [00:01:32.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 24 [00:01:33.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -284,6 +286,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -301,7 +305,7 @@ FsWatchesRecursive:: Before request -Info 25 [00:01:34.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -310,11 +314,11 @@ Info 25 [00:01:34.000] request: "seq": 2, "type": "request" } -Info 26 [00:01:35.000] Search path: /user/username/projects/myproject/dependency -Info 27 [00:01:36.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 28 [00:01:37.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 29 [00:01:38.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 30 [00:01:39.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -325,16 +329,18 @@ Info 30 [00:01:39.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 31 [00:01:40.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 32 [00:01:41.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 33 [00:01:42.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 34 [00:01:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 35 [00:01:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 36 [00:01:45.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 37 [00:01:46.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 38 [00:01:47.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 39 [00:01:48.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 40 [00:01:49.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-1-0 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -344,23 +350,23 @@ Info 40 [00:01:49.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 41 [00:01:50.000] ----------------------------------------------- -Info 42 [00:01:51.000] Search path: /user/username/projects/myproject/dependency -Info 43 [00:01:52.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 44 [00:01:53.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 44 [00:01:54.000] Files (3) - -Info 44 [00:01:55.000] ----------------------------------------------- -Info 44 [00:01:56.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 44 [00:01:57.000] Files (2) - -Info 44 [00:01:58.000] ----------------------------------------------- -Info 44 [00:01:59.000] Open files: -Info 44 [00:02:00.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 44 [00:02:01.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 44 [00:02:02.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 44 [00:02:03.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 44 [00:02:04.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -371,6 +377,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: *new* {"pollingInterval":500} @@ -394,7 +402,7 @@ FsWatchesRecursive:: Before request -Info 45 [00:02:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -403,11 +411,11 @@ Info 45 [00:02:05.000] request: "seq": 3, "type": "request" } -Info 46 [00:02:06.000] Search path: /user/username/projects/myproject/random -Info 47 [00:02:07.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 48 [00:02:08.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 49 [00:02:09.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 50 [00:02:10.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -415,16 +423,18 @@ Info 50 [00:02:10.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 51 [00:02:11.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 52 [00:02:12.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 53 [00:02:13.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 54 [00:02:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 55 [00:02:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 56 [00:02:16.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 57 [00:02:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 58 [00:02:18.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 59 [00:02:19.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 60 [00:02:20.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -434,27 +444,27 @@ Info 60 [00:02:20.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 61 [00:02:21.000] ----------------------------------------------- -Info 62 [00:02:22.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 62 [00:02:23.000] Files (3) - -Info 62 [00:02:24.000] ----------------------------------------------- -Info 62 [00:02:25.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 62 [00:02:26.000] Files (2) - -Info 62 [00:02:27.000] ----------------------------------------------- -Info 62 [00:02:28.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 62 [00:02:29.000] Files (2) - -Info 62 [00:02:30.000] ----------------------------------------------- -Info 62 [00:02:31.000] Open files: -Info 62 [00:02:32.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 62 [00:02:33.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 62 [00:02:34.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 62 [00:02:35.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 62 [00:02:36.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 62 [00:02:37.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 62 [00:02:38.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -465,6 +475,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* @@ -494,7 +506,7 @@ FsWatchesRecursive:: Before request -Info 63 [00:02:39.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -505,8 +517,8 @@ Info 63 [00:02:39.000] request: "seq": 4, "type": "request" } -Info 64 [00:02:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 65 [00:02:41.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -550,6 +562,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -581,7 +595,7 @@ FsWatchesRecursive:: Before request -Info 66 [00:02:42.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -592,9 +606,9 @@ Info 66 [00:02:42.000] request: "seq": 5, "type": "request" } -Info 67 [00:02:43.000] Search path: /user/username/projects/myproject/dependency -Info 68 [00:02:44.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 69 [00:02:45.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -677,16 +691,16 @@ Info 69 [00:02:45.000] response: } After request -Info 70 [00:02:47.000] FileWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts 2:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 71 [00:02:48.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 72 [00:02:49.000] Scheduled: /user/username/projects/myproject/main/tsconfig.json -Info 73 [00:02:50.000] Scheduled: *ensureProjectForOpenFiles* -Info 74 [00:02:51.000] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json -Info 75 [00:02:52.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 76 [00:02:53.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts 2:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 77 [00:02:54.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 78 [00:02:55.000] Scheduled: /user/username/projects/myproject/main/tsconfig.jsonFailedLookupInvalidation -Info 79 [00:02:56.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts 2:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts 2:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/main/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations Before request //// [/user/username/projects/myproject/decls/FnS.d.ts] deleted @@ -695,6 +709,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -726,7 +742,7 @@ FsWatchesRecursive:: /user/username/projects/myproject/random: {} -Info 80 [00:02:57.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -737,10 +753,10 @@ Info 80 [00:02:57.000] request: "seq": 6, "type": "request" } -Info 81 [00:02:58.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 82 [00:02:59.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 83 [00:03:00.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 84 [00:03:01.000] Files (2) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -750,8 +766,8 @@ Info 84 [00:03:01.000] Files (2) main.ts Matched by default include pattern '**/*' -Info 85 [00:03:02.000] ----------------------------------------------- -Info 86 [00:03:03.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -792,7 +808,7 @@ After request Before request -Info 87 [00:03:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -803,7 +819,7 @@ Info 87 [00:03:04.000] request: "seq": 7, "type": "request" } -Info 88 [00:03:05.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -844,7 +860,7 @@ After request Before request -Info 89 [00:03:06.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -855,7 +871,7 @@ Info 89 [00:03:06.000] request: "seq": 8, "type": "request" } -Info 90 [00:03:07.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -896,7 +912,7 @@ After request Before request -Info 91 [00:03:08.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -907,7 +923,7 @@ Info 91 [00:03:08.000] request: "seq": 9, "type": "request" } -Info 92 [00:03:09.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -948,7 +964,7 @@ After request Before request -Info 93 [00:03:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -959,7 +975,7 @@ Info 93 [00:03:10.000] request: "seq": 10, "type": "request" } -Info 94 [00:03:11.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -1000,7 +1016,7 @@ After request Before request -Info 95 [00:03:12.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1011,11 +1027,11 @@ Info 95 [00:03:12.000] request: "seq": 11, "type": "request" } -Info 96 [00:03:13.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 97 [00:03:14.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 98 [00:03:15.000] Same program as before -Info 99 [00:03:16.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file -Info 100 [00:03:17.000] response: +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1070,6 +1086,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1101,7 +1119,7 @@ FsWatchesRecursive:: Before request -Info 101 [00:03:18.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1112,7 +1130,7 @@ Info 101 [00:03:18.000] request: "seq": 12, "type": "request" } -Info 102 [00:03:19.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1164,7 +1182,7 @@ After request Before request -Info 103 [00:03:20.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1175,7 +1193,7 @@ Info 103 [00:03:20.000] request: "seq": 13, "type": "request" } -Info 104 [00:03:21.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1227,7 +1245,7 @@ After request Before request -Info 105 [00:03:22.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1238,7 +1256,7 @@ Info 105 [00:03:22.000] request: "seq": 14, "type": "request" } -Info 106 [00:03:23.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1290,7 +1308,7 @@ After request Before request -Info 107 [00:03:24.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1301,7 +1319,7 @@ Info 107 [00:03:24.000] request: "seq": 15, "type": "request" } -Info 108 [00:03:25.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1353,7 +1371,7 @@ After request Before request -Info 109 [00:03:26.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1362,25 +1380,25 @@ Info 109 [00:03:26.000] request: "seq": 16, "type": "request" } -Info 110 [00:03:27.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 111 [00:03:28.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 111 [00:03:29.000] Files (2) - -Info 111 [00:03:30.000] ----------------------------------------------- -Info 111 [00:03:31.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 111 [00:03:32.000] Files (2) - -Info 111 [00:03:33.000] ----------------------------------------------- -Info 111 [00:03:34.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 111 [00:03:35.000] Files (2) - -Info 111 [00:03:36.000] ----------------------------------------------- -Info 111 [00:03:37.000] Open files: -Info 111 [00:03:38.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 111 [00:03:39.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 111 [00:03:40.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 111 [00:03:41.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 111 [00:03:42.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1391,6 +1409,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1424,7 +1444,7 @@ FsWatchesRecursive:: Before request -Info 112 [00:03:43.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -1433,30 +1453,30 @@ Info 112 [00:03:43.000] request: "seq": 17, "type": "request" } -Info 113 [00:03:44.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 114 [00:03:45.000] Search path: /user/username/projects/myproject/random -Info 115 [00:03:46.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 116 [00:03:47.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 117 [00:03:48.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 117 [00:03:49.000] Files (2) - -Info 117 [00:03:50.000] ----------------------------------------------- -Info 117 [00:03:51.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 117 [00:03:52.000] Files (2) - -Info 117 [00:03:53.000] ----------------------------------------------- -Info 117 [00:03:54.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 117 [00:03:55.000] Files (2) - -Info 117 [00:03:56.000] ----------------------------------------------- -Info 117 [00:03:57.000] Open files: -Info 117 [00:03:58.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 117 [00:03:59.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 117 [00:04:00.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 117 [00:04:01.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 117 [00:04:02.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 117 [00:04:03.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 117 [00:04:04.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1467,6 +1487,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1502,7 +1524,7 @@ FsWatchesRecursive:: Before request -Info 118 [00:04:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1511,25 +1533,25 @@ Info 118 [00:04:05.000] request: "seq": 18, "type": "request" } -Info 119 [00:04:06.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 120 [00:04:07.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 120 [00:04:08.000] Files (2) - -Info 120 [00:04:09.000] ----------------------------------------------- -Info 120 [00:04:10.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 120 [00:04:11.000] Files (2) - -Info 120 [00:04:12.000] ----------------------------------------------- -Info 120 [00:04:13.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 120 [00:04:14.000] Files (2) - -Info 120 [00:04:15.000] ----------------------------------------------- -Info 120 [00:04:16.000] Open files: -Info 120 [00:04:17.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 120 [00:04:18.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 120 [00:04:19.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 120 [00:04:20.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 120 [00:04:21.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1540,6 +1562,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1571,7 +1595,7 @@ FsWatchesRecursive:: Before request -Info 121 [00:04:22.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1580,23 +1604,23 @@ Info 121 [00:04:22.000] request: "seq": 19, "type": "request" } -Info 122 [00:04:23.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 123 [00:04:24.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 123 [00:04:25.000] Files (2) - -Info 123 [00:04:26.000] ----------------------------------------------- -Info 123 [00:04:27.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 123 [00:04:28.000] Files (2) - -Info 123 [00:04:29.000] ----------------------------------------------- -Info 123 [00:04:30.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 123 [00:04:31.000] Files (2) - -Info 123 [00:04:32.000] ----------------------------------------------- -Info 123 [00:04:33.000] Open files: -Info 123 [00:04:34.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 123 [00:04:35.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 123 [00:04:36.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1607,6 +1631,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1640,7 +1666,7 @@ FsWatchesRecursive:: Before request -Info 124 [00:04:37.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1649,21 +1675,21 @@ Info 124 [00:04:37.000] request: "seq": 20, "type": "request" } -Info 125 [00:04:38.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 126 [00:04:39.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 126 [00:04:40.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 126 [00:04:41.000] ----------------------------------------------- -Info 126 [00:04:42.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 126 [00:04:43.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 126 [00:04:44.000] ----------------------------------------------- -Info 126 [00:04:45.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 126 [00:04:46.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 126 [00:04:47.000] ----------------------------------------------- -Info 126 [00:04:48.000] Open files: -Info 126 [00:04:49.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1674,6 +1700,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1709,7 +1737,7 @@ FsWatchesRecursive:: Before request -Info 127 [00:04:50.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -1718,12 +1746,12 @@ Info 127 [00:04:50.000] request: "seq": 21, "type": "request" } -Info 128 [00:04:51.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 129 [00:04:52.000] Search path: /user/username/projects/myproject/random -Info 130 [00:04:53.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 131 [00:04:54.000] `remove Project:: -Info 132 [00:04:55.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 133 [00:04:56.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts /user/username/projects/myproject/main/main.ts @@ -1733,19 +1761,21 @@ Info 133 [00:04:56.000] Files (2) main.ts Matched by default include pattern '**/*' -Info 134 [00:04:57.000] ----------------------------------------------- -Info 135 [00:04:58.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 136 [00:04:59.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 137 [00:05:00.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 138 [00:05:01.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 139 [00:05:02.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 140 [00:05:03.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 141 [00:05:04.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 142 [00:05:05.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 143 [00:05:06.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 144 [00:05:07.000] `remove Project:: -Info 145 [00:05:08.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 146 [00:05:09.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts /user/username/projects/myproject/dependency/FnS.ts @@ -1755,25 +1785,27 @@ Info 146 [00:05:09.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 147 [00:05:10.000] ----------------------------------------------- -Info 148 [00:05:11.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 149 [00:05:12.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 150 [00:05:13.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 151 [00:05:14.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 152 [00:05:15.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 153 [00:05:16.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 154 [00:05:17.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 155 [00:05:18.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file -Info 156 [00:05:19.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 157 [00:05:20.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 158 [00:05:21.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 158 [00:05:22.000] Files (2) - -Info 158 [00:05:23.000] ----------------------------------------------- -Info 158 [00:05:24.000] Open files: -Info 158 [00:05:25.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 158 [00:05:26.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 158 [00:05:27.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1782,6 +1814,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configHasNoReference/dependency-dts-not-present.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configHasNoReference/dependency-dts-not-present.js index fc58e6eef485f..5f04e55d00f39 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configHasNoReference/dependency-dts-not-present.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configHasNoReference/dependency-dts-not-present.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:04.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -206,7 +206,7 @@ export {}; } -Info 1 [00:01:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -215,11 +215,11 @@ Info 1 [00:01:05.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:06.000] Search path: /user/username/projects/myproject/main -Info 3 [00:01:07.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:01:08.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:01:09.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:01:10.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -229,19 +229,21 @@ Info 6 [00:01:10.000] Config: /user/username/projects/myproject/main/tsconfig "configFilePath": "/user/username/projects/myproject/main/tsconfig.json" } } -Info 7 [00:01:11.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:12.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:13.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:01:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 11 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 12 [00:01:16.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 13 [00:01:17.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 14 [00:01:18.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 15 [00:01:19.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 16 [00:01:20.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 17 [00:01:21.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 18 [00:01:22.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 19 [00:01:23.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -251,17 +253,17 @@ Info 19 [00:01:23.000] Files (2) main.ts Matched by default include pattern '**/*' -Info 20 [00:01:24.000] ----------------------------------------------- -Info 21 [00:01:25.000] Search path: /user/username/projects/myproject/main -Info 22 [00:01:26.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 23 [00:01:27.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 23 [00:01:28.000] Files (2) - -Info 23 [00:01:29.000] ----------------------------------------------- -Info 23 [00:01:30.000] Open files: -Info 23 [00:01:31.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 23 [00:01:32.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 23 [00:01:33.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -272,6 +274,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -287,7 +291,7 @@ FsWatchesRecursive:: Before request -Info 24 [00:01:34.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -296,11 +300,11 @@ Info 24 [00:01:34.000] request: "seq": 2, "type": "request" } -Info 25 [00:01:35.000] Search path: /user/username/projects/myproject/dependency -Info 26 [00:01:36.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 27 [00:01:37.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 28 [00:01:38.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 29 [00:01:39.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -311,16 +315,18 @@ Info 29 [00:01:39.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 30 [00:01:40.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 31 [00:01:41.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 32 [00:01:42.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 33 [00:01:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 34 [00:01:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 35 [00:01:45.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 36 [00:01:46.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 37 [00:01:47.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 38 [00:01:48.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 39 [00:01:49.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-1-0 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -330,23 +336,23 @@ Info 39 [00:01:49.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 40 [00:01:50.000] ----------------------------------------------- -Info 41 [00:01:51.000] Search path: /user/username/projects/myproject/dependency -Info 42 [00:01:52.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 43 [00:01:53.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 43 [00:01:54.000] Files (2) - -Info 43 [00:01:55.000] ----------------------------------------------- -Info 43 [00:01:56.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 43 [00:01:57.000] Files (2) - -Info 43 [00:01:58.000] ----------------------------------------------- -Info 43 [00:01:59.000] Open files: -Info 43 [00:02:00.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 43 [00:02:01.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 43 [00:02:02.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 43 [00:02:03.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 43 [00:02:04.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -357,6 +363,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: *new* {"pollingInterval":500} @@ -378,7 +386,7 @@ FsWatchesRecursive:: Before request -Info 44 [00:02:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -387,11 +395,11 @@ Info 44 [00:02:05.000] request: "seq": 3, "type": "request" } -Info 45 [00:02:06.000] Search path: /user/username/projects/myproject/random -Info 46 [00:02:07.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 47 [00:02:08.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 48 [00:02:09.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 49 [00:02:10.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -399,16 +407,18 @@ Info 49 [00:02:10.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 50 [00:02:11.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 51 [00:02:12.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 52 [00:02:13.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 53 [00:02:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 54 [00:02:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 55 [00:02:16.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 56 [00:02:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 57 [00:02:18.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 58 [00:02:19.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 59 [00:02:20.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -418,27 +428,27 @@ Info 59 [00:02:20.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 60 [00:02:21.000] ----------------------------------------------- -Info 61 [00:02:22.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 61 [00:02:23.000] Files (2) - -Info 61 [00:02:24.000] ----------------------------------------------- -Info 61 [00:02:25.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 61 [00:02:26.000] Files (2) - -Info 61 [00:02:27.000] ----------------------------------------------- -Info 61 [00:02:28.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 61 [00:02:29.000] Files (2) - -Info 61 [00:02:30.000] ----------------------------------------------- -Info 61 [00:02:31.000] Open files: -Info 61 [00:02:32.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 61 [00:02:33.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 61 [00:02:34.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 61 [00:02:35.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 61 [00:02:36.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 61 [00:02:37.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 61 [00:02:38.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -449,6 +459,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* @@ -476,7 +488,7 @@ FsWatchesRecursive:: Before request -Info 62 [00:02:39.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -487,7 +499,7 @@ Info 62 [00:02:39.000] request: "seq": 4, "type": "request" } -Info 63 [00:02:40.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -528,7 +540,7 @@ After request Before request -Info 64 [00:02:41.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -539,7 +551,7 @@ Info 64 [00:02:41.000] request: "seq": 5, "type": "request" } -Info 65 [00:02:42.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -580,7 +592,7 @@ After request Before request -Info 66 [00:02:43.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -591,7 +603,7 @@ Info 66 [00:02:43.000] request: "seq": 6, "type": "request" } -Info 67 [00:02:44.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -632,7 +644,7 @@ After request Before request -Info 68 [00:02:45.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -643,7 +655,7 @@ Info 68 [00:02:45.000] request: "seq": 7, "type": "request" } -Info 69 [00:02:46.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -684,7 +696,7 @@ After request Before request -Info 70 [00:02:47.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -695,7 +707,7 @@ Info 70 [00:02:47.000] request: "seq": 8, "type": "request" } -Info 71 [00:02:48.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -736,7 +748,7 @@ After request Before request -Info 72 [00:02:49.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -747,8 +759,8 @@ Info 72 [00:02:49.000] request: "seq": 9, "type": "request" } -Info 73 [00:02:50.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file -Info 74 [00:02:51.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -803,6 +815,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -832,7 +846,7 @@ FsWatchesRecursive:: Before request -Info 75 [00:02:52.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -843,7 +857,7 @@ Info 75 [00:02:52.000] request: "seq": 10, "type": "request" } -Info 76 [00:02:53.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -895,7 +909,7 @@ After request Before request -Info 77 [00:02:54.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -906,7 +920,7 @@ Info 77 [00:02:54.000] request: "seq": 11, "type": "request" } -Info 78 [00:02:55.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -958,7 +972,7 @@ After request Before request -Info 79 [00:02:56.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -969,7 +983,7 @@ Info 79 [00:02:56.000] request: "seq": 12, "type": "request" } -Info 80 [00:02:57.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1021,7 +1035,7 @@ After request Before request -Info 81 [00:02:58.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1032,7 +1046,7 @@ Info 81 [00:02:58.000] request: "seq": 13, "type": "request" } -Info 82 [00:02:59.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1084,7 +1098,7 @@ After request Before request -Info 83 [00:03:00.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1093,25 +1107,25 @@ Info 83 [00:03:00.000] request: "seq": 14, "type": "request" } -Info 84 [00:03:01.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 85 [00:03:02.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 85 [00:03:03.000] Files (2) - -Info 85 [00:03:04.000] ----------------------------------------------- -Info 85 [00:03:05.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 85 [00:03:06.000] Files (2) - -Info 85 [00:03:07.000] ----------------------------------------------- -Info 85 [00:03:08.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 85 [00:03:09.000] Files (2) - -Info 85 [00:03:10.000] ----------------------------------------------- -Info 85 [00:03:11.000] Open files: -Info 85 [00:03:12.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 85 [00:03:13.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 85 [00:03:14.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 85 [00:03:15.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 85 [00:03:16.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1122,6 +1136,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1153,7 +1169,7 @@ FsWatchesRecursive:: Before request -Info 86 [00:03:17.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -1162,29 +1178,29 @@ Info 86 [00:03:17.000] request: "seq": 15, "type": "request" } -Info 87 [00:03:18.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 88 [00:03:19.000] Search path: /user/username/projects/myproject/random -Info 89 [00:03:20.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 90 [00:03:21.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 90 [00:03:22.000] Files (2) - -Info 90 [00:03:23.000] ----------------------------------------------- -Info 90 [00:03:24.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 90 [00:03:25.000] Files (2) - -Info 90 [00:03:26.000] ----------------------------------------------- -Info 90 [00:03:27.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 90 [00:03:28.000] Files (2) - -Info 90 [00:03:29.000] ----------------------------------------------- -Info 90 [00:03:30.000] Open files: -Info 90 [00:03:31.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 90 [00:03:32.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 90 [00:03:33.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 90 [00:03:34.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 90 [00:03:35.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 90 [00:03:36.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 90 [00:03:37.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1195,6 +1211,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1228,7 +1246,7 @@ FsWatchesRecursive:: Before request -Info 91 [00:03:38.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1237,25 +1255,25 @@ Info 91 [00:03:38.000] request: "seq": 16, "type": "request" } -Info 92 [00:03:39.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 93 [00:03:40.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 93 [00:03:41.000] Files (2) - -Info 93 [00:03:42.000] ----------------------------------------------- -Info 93 [00:03:43.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 93 [00:03:44.000] Files (2) - -Info 93 [00:03:45.000] ----------------------------------------------- -Info 93 [00:03:46.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 93 [00:03:47.000] Files (2) - -Info 93 [00:03:48.000] ----------------------------------------------- -Info 93 [00:03:49.000] Open files: -Info 93 [00:03:50.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 93 [00:03:51.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 93 [00:03:52.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 93 [00:03:53.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 93 [00:03:54.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1266,6 +1284,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1297,7 +1317,7 @@ FsWatchesRecursive:: Before request -Info 94 [00:03:55.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1306,23 +1326,23 @@ Info 94 [00:03:55.000] request: "seq": 17, "type": "request" } -Info 95 [00:03:56.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 96 [00:03:57.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 96 [00:03:58.000] Files (2) - -Info 96 [00:03:59.000] ----------------------------------------------- -Info 96 [00:04:00.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 96 [00:04:01.000] Files (2) - -Info 96 [00:04:02.000] ----------------------------------------------- -Info 96 [00:04:03.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 96 [00:04:04.000] Files (2) - -Info 96 [00:04:05.000] ----------------------------------------------- -Info 96 [00:04:06.000] Open files: -Info 96 [00:04:07.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 96 [00:04:08.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 96 [00:04:09.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1333,6 +1353,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1366,7 +1388,7 @@ FsWatchesRecursive:: Before request -Info 97 [00:04:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1375,21 +1397,21 @@ Info 97 [00:04:10.000] request: "seq": 18, "type": "request" } -Info 98 [00:04:11.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 99 [00:04:12.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 99 [00:04:13.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 99 [00:04:14.000] ----------------------------------------------- -Info 99 [00:04:15.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 99 [00:04:16.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 99 [00:04:17.000] ----------------------------------------------- -Info 99 [00:04:18.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 99 [00:04:19.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 99 [00:04:20.000] ----------------------------------------------- -Info 99 [00:04:21.000] Open files: -Info 99 [00:04:22.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1400,6 +1422,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1435,7 +1459,7 @@ FsWatchesRecursive:: Before request -Info 100 [00:04:23.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -1444,12 +1468,12 @@ Info 100 [00:04:23.000] request: "seq": 19, "type": "request" } -Info 101 [00:04:24.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 102 [00:04:25.000] Search path: /user/username/projects/myproject/random -Info 103 [00:04:26.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 104 [00:04:27.000] `remove Project:: -Info 105 [00:04:28.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 106 [00:04:29.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts /user/username/projects/myproject/main/main.ts @@ -1459,19 +1483,21 @@ Info 106 [00:04:29.000] Files (2) main.ts Matched by default include pattern '**/*' -Info 107 [00:04:30.000] ----------------------------------------------- -Info 108 [00:04:31.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 109 [00:04:32.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 110 [00:04:33.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 111 [00:04:34.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 112 [00:04:35.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 113 [00:04:36.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 114 [00:04:37.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 115 [00:04:38.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 116 [00:04:39.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 117 [00:04:40.000] `remove Project:: -Info 118 [00:04:41.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 119 [00:04:42.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts /user/username/projects/myproject/dependency/FnS.ts @@ -1481,25 +1507,27 @@ Info 119 [00:04:42.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 120 [00:04:43.000] ----------------------------------------------- -Info 121 [00:04:44.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 122 [00:04:45.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 123 [00:04:46.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 124 [00:04:47.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 125 [00:04:48.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 126 [00:04:49.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 127 [00:04:50.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 128 [00:04:51.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file -Info 129 [00:04:52.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 130 [00:04:53.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 131 [00:04:54.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 131 [00:04:55.000] Files (2) - -Info 131 [00:04:56.000] ----------------------------------------------- -Info 131 [00:04:57.000] Open files: -Info 131 [00:04:58.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 131 [00:04:59.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 131 [00:05:00.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1508,6 +1536,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configHasNoReference/dependency-dtsMap-changes-with-timeout-before-request.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configHasNoReference/dependency-dtsMap-changes-with-timeout-before-request.js index 06851a179f92b..bdc3a1f26cb5d 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configHasNoReference/dependency-dtsMap-changes-with-timeout-before-request.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configHasNoReference/dependency-dtsMap-changes-with-timeout-before-request.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:03.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:04.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:05.000] Search path: /user/username/projects/myproject/main -Info 3 [00:01:06.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:01:07.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:01:08.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:01:09.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -237,20 +237,22 @@ Info 6 [00:01:09.000] Config: /user/username/projects/myproject/main/tsconfig "configFilePath": "/user/username/projects/myproject/main/tsconfig.json" } } -Info 7 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:12.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:01:13.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 11 [00:01:14.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 12 [00:01:15.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 13 [00:01:16.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 14 [00:01:17.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 15 [00:01:18.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 16 [00:01:19.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 17 [00:01:20.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 18 [00:01:21.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 19 [00:01:22.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 20 [00:01:23.000] Files (3) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/decls/fns.d.ts Text-1 "export declare function fn1(): void;\nexport declare function fn2(): void;\nexport declare function fn3(): void;\nexport declare function fn4(): void;\nexport declare function fn5(): void;\n//# sourceMappingURL=FnS.d.ts.map" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -263,17 +265,17 @@ Info 20 [00:01:23.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 21 [00:01:24.000] ----------------------------------------------- -Info 22 [00:01:25.000] Search path: /user/username/projects/myproject/main -Info 23 [00:01:26.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 24 [00:01:27.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 24 [00:01:28.000] Files (3) - -Info 24 [00:01:29.000] ----------------------------------------------- -Info 24 [00:01:30.000] Open files: -Info 24 [00:01:31.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 24 [00:01:32.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 24 [00:01:33.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -284,6 +286,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -301,7 +305,7 @@ FsWatchesRecursive:: Before request -Info 25 [00:01:34.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -310,11 +314,11 @@ Info 25 [00:01:34.000] request: "seq": 2, "type": "request" } -Info 26 [00:01:35.000] Search path: /user/username/projects/myproject/dependency -Info 27 [00:01:36.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 28 [00:01:37.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 29 [00:01:38.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 30 [00:01:39.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -325,16 +329,18 @@ Info 30 [00:01:39.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 31 [00:01:40.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 32 [00:01:41.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 33 [00:01:42.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 34 [00:01:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 35 [00:01:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 36 [00:01:45.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 37 [00:01:46.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 38 [00:01:47.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 39 [00:01:48.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 40 [00:01:49.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-1-0 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -344,23 +350,23 @@ Info 40 [00:01:49.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 41 [00:01:50.000] ----------------------------------------------- -Info 42 [00:01:51.000] Search path: /user/username/projects/myproject/dependency -Info 43 [00:01:52.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 44 [00:01:53.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 44 [00:01:54.000] Files (3) - -Info 44 [00:01:55.000] ----------------------------------------------- -Info 44 [00:01:56.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 44 [00:01:57.000] Files (2) - -Info 44 [00:01:58.000] ----------------------------------------------- -Info 44 [00:01:59.000] Open files: -Info 44 [00:02:00.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 44 [00:02:01.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 44 [00:02:02.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 44 [00:02:03.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 44 [00:02:04.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -371,6 +377,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: *new* {"pollingInterval":500} @@ -394,7 +402,7 @@ FsWatchesRecursive:: Before request -Info 45 [00:02:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -403,11 +411,11 @@ Info 45 [00:02:05.000] request: "seq": 3, "type": "request" } -Info 46 [00:02:06.000] Search path: /user/username/projects/myproject/random -Info 47 [00:02:07.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 48 [00:02:08.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 49 [00:02:09.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 50 [00:02:10.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -415,16 +423,18 @@ Info 50 [00:02:10.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 51 [00:02:11.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 52 [00:02:12.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 53 [00:02:13.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 54 [00:02:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 55 [00:02:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 56 [00:02:16.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 57 [00:02:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 58 [00:02:18.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 59 [00:02:19.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 60 [00:02:20.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -434,27 +444,27 @@ Info 60 [00:02:20.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 61 [00:02:21.000] ----------------------------------------------- -Info 62 [00:02:22.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 62 [00:02:23.000] Files (3) - -Info 62 [00:02:24.000] ----------------------------------------------- -Info 62 [00:02:25.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 62 [00:02:26.000] Files (2) - -Info 62 [00:02:27.000] ----------------------------------------------- -Info 62 [00:02:28.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 62 [00:02:29.000] Files (2) - -Info 62 [00:02:30.000] ----------------------------------------------- -Info 62 [00:02:31.000] Open files: -Info 62 [00:02:32.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 62 [00:02:33.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 62 [00:02:34.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 62 [00:02:35.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 62 [00:02:36.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 62 [00:02:37.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 62 [00:02:38.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -465,6 +475,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* @@ -494,7 +506,7 @@ FsWatchesRecursive:: Before request -Info 63 [00:02:39.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -505,8 +517,8 @@ Info 63 [00:02:39.000] request: "seq": 4, "type": "request" } -Info 64 [00:02:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 65 [00:02:41.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -550,6 +562,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -581,7 +595,7 @@ FsWatchesRecursive:: Before request -Info 66 [00:02:42.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -592,9 +606,9 @@ Info 66 [00:02:42.000] request: "seq": 5, "type": "request" } -Info 67 [00:02:43.000] Search path: /user/username/projects/myproject/dependency -Info 68 [00:02:44.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 69 [00:02:45.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -677,12 +691,12 @@ Info 69 [00:02:45.000] response: } After request -Info 70 [00:02:49.000] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 71 [00:02:50.000] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json -Info 72 [00:02:51.000] Scheduled: *ensureProjectForOpenFiles* -Info 73 [00:02:52.000] Scheduled: /user/username/projects/myproject/main/tsconfig.json -Info 74 [00:02:53.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 75 [00:02:54.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info Before running Timeout callback:: count: 3 1: /user/username/projects/myproject/dependency/tsconfig.json 3: /user/username/projects/myproject/main/tsconfig.json @@ -691,60 +705,60 @@ Before running Timeout callback:: count: 3 {"version":3,"file":"FnS.d.ts","sourceRoot":"","sources":["../dependency/FnS.ts"],"names":[],"mappings":"AAAA,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,eAAO,MAAM,CAAC,KAAK,CAAC"} -Info 76 [00:02:55.000] Running: /user/username/projects/myproject/dependency/tsconfig.json -Info 77 [00:02:56.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 78 [00:02:57.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 79 [00:02:58.000] Same program as before -Info 80 [00:02:59.000] Running: /user/username/projects/myproject/main/tsconfig.json -Info 81 [00:03:00.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 82 [00:03:01.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 83 [00:03:02.000] Same program as before -Info 84 [00:03:03.000] Running: *ensureProjectForOpenFiles* -Info 85 [00:03:04.000] Before ensureProjectForOpenFiles: -Info 86 [00:03:05.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 86 [00:03:06.000] Files (3) - -Info 86 [00:03:07.000] ----------------------------------------------- -Info 86 [00:03:08.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 86 [00:03:09.000] Files (2) - -Info 86 [00:03:10.000] ----------------------------------------------- -Info 86 [00:03:11.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 86 [00:03:12.000] Files (2) - -Info 86 [00:03:13.000] ----------------------------------------------- -Info 86 [00:03:14.000] Open files: -Info 86 [00:03:15.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 86 [00:03:16.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 86 [00:03:17.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 86 [00:03:18.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 86 [00:03:19.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 86 [00:03:20.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 86 [00:03:21.000] After ensureProjectForOpenFiles: -Info 87 [00:03:22.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 87 [00:03:23.000] Files (3) - -Info 87 [00:03:24.000] ----------------------------------------------- -Info 87 [00:03:25.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 87 [00:03:26.000] Files (2) - -Info 87 [00:03:27.000] ----------------------------------------------- -Info 87 [00:03:28.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 87 [00:03:29.000] Files (2) - -Info 87 [00:03:30.000] ----------------------------------------------- -Info 87 [00:03:31.000] Open files: -Info 87 [00:03:32.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 87 [00:03:33.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 87 [00:03:34.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 87 [00:03:35.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 87 [00:03:36.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 87 [00:03:37.000] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Running: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] Running: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json After running Timeout callback:: count: 0 Before request -Info 87 [00:03:38.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -755,7 +769,7 @@ Info 87 [00:03:38.000] request: "seq": 6, "type": "request" } -Info 88 [00:03:39.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -796,7 +810,7 @@ After request Before request -Info 89 [00:03:40.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -807,7 +821,7 @@ Info 89 [00:03:40.000] request: "seq": 7, "type": "request" } -Info 90 [00:03:41.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -848,7 +862,7 @@ After request Before request -Info 91 [00:03:42.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -859,7 +873,7 @@ Info 91 [00:03:42.000] request: "seq": 8, "type": "request" } -Info 92 [00:03:43.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -900,7 +914,7 @@ After request Before request -Info 93 [00:03:44.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -911,7 +925,7 @@ Info 93 [00:03:44.000] request: "seq": 9, "type": "request" } -Info 94 [00:03:45.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -952,7 +966,7 @@ After request Before request -Info 95 [00:03:46.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -963,7 +977,7 @@ Info 95 [00:03:46.000] request: "seq": 10, "type": "request" } -Info 96 [00:03:47.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -1004,7 +1018,7 @@ After request Before request -Info 97 [00:03:48.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1015,9 +1029,9 @@ Info 97 [00:03:48.000] request: "seq": 11, "type": "request" } -Info 98 [00:03:49.000] Search path: /user/username/projects/myproject/dependency -Info 99 [00:03:50.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 100 [00:03:51.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1102,7 +1116,7 @@ After request Before request -Info 101 [00:03:52.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1113,9 +1127,9 @@ Info 101 [00:03:52.000] request: "seq": 12, "type": "request" } -Info 102 [00:03:53.000] Search path: /user/username/projects/myproject/dependency -Info 103 [00:03:54.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 104 [00:03:55.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1200,7 +1214,7 @@ After request Before request -Info 105 [00:03:56.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1211,9 +1225,9 @@ Info 105 [00:03:56.000] request: "seq": 13, "type": "request" } -Info 106 [00:03:57.000] Search path: /user/username/projects/myproject/dependency -Info 107 [00:03:58.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 108 [00:03:59.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1298,7 +1312,7 @@ After request Before request -Info 109 [00:04:00.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1309,9 +1323,9 @@ Info 109 [00:04:00.000] request: "seq": 14, "type": "request" } -Info 110 [00:04:01.000] Search path: /user/username/projects/myproject/dependency -Info 111 [00:04:02.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 112 [00:04:03.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1396,7 +1410,7 @@ After request Before request -Info 113 [00:04:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1407,9 +1421,9 @@ Info 113 [00:04:04.000] request: "seq": 15, "type": "request" } -Info 114 [00:04:05.000] Search path: /user/username/projects/myproject/dependency -Info 115 [00:04:06.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 116 [00:04:07.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configHasNoReference/dependency-dtsMap-changes.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configHasNoReference/dependency-dtsMap-changes.js index bc672ce39d66c..362ed6ef04e03 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configHasNoReference/dependency-dtsMap-changes.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configHasNoReference/dependency-dtsMap-changes.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:03.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:04.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:05.000] Search path: /user/username/projects/myproject/main -Info 3 [00:01:06.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:01:07.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:01:08.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:01:09.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -237,20 +237,22 @@ Info 6 [00:01:09.000] Config: /user/username/projects/myproject/main/tsconfig "configFilePath": "/user/username/projects/myproject/main/tsconfig.json" } } -Info 7 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:12.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:01:13.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 11 [00:01:14.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 12 [00:01:15.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 13 [00:01:16.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 14 [00:01:17.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 15 [00:01:18.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 16 [00:01:19.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 17 [00:01:20.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 18 [00:01:21.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 19 [00:01:22.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 20 [00:01:23.000] Files (3) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/decls/fns.d.ts Text-1 "export declare function fn1(): void;\nexport declare function fn2(): void;\nexport declare function fn3(): void;\nexport declare function fn4(): void;\nexport declare function fn5(): void;\n//# sourceMappingURL=FnS.d.ts.map" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -263,17 +265,17 @@ Info 20 [00:01:23.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 21 [00:01:24.000] ----------------------------------------------- -Info 22 [00:01:25.000] Search path: /user/username/projects/myproject/main -Info 23 [00:01:26.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 24 [00:01:27.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 24 [00:01:28.000] Files (3) - -Info 24 [00:01:29.000] ----------------------------------------------- -Info 24 [00:01:30.000] Open files: -Info 24 [00:01:31.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 24 [00:01:32.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 24 [00:01:33.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -284,6 +286,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -301,7 +305,7 @@ FsWatchesRecursive:: Before request -Info 25 [00:01:34.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -310,11 +314,11 @@ Info 25 [00:01:34.000] request: "seq": 2, "type": "request" } -Info 26 [00:01:35.000] Search path: /user/username/projects/myproject/dependency -Info 27 [00:01:36.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 28 [00:01:37.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 29 [00:01:38.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 30 [00:01:39.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -325,16 +329,18 @@ Info 30 [00:01:39.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 31 [00:01:40.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 32 [00:01:41.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 33 [00:01:42.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 34 [00:01:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 35 [00:01:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 36 [00:01:45.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 37 [00:01:46.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 38 [00:01:47.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 39 [00:01:48.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 40 [00:01:49.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-1-0 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -344,23 +350,23 @@ Info 40 [00:01:49.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 41 [00:01:50.000] ----------------------------------------------- -Info 42 [00:01:51.000] Search path: /user/username/projects/myproject/dependency -Info 43 [00:01:52.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 44 [00:01:53.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 44 [00:01:54.000] Files (3) - -Info 44 [00:01:55.000] ----------------------------------------------- -Info 44 [00:01:56.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 44 [00:01:57.000] Files (2) - -Info 44 [00:01:58.000] ----------------------------------------------- -Info 44 [00:01:59.000] Open files: -Info 44 [00:02:00.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 44 [00:02:01.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 44 [00:02:02.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 44 [00:02:03.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 44 [00:02:04.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -371,6 +377,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: *new* {"pollingInterval":500} @@ -394,7 +402,7 @@ FsWatchesRecursive:: Before request -Info 45 [00:02:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -403,11 +411,11 @@ Info 45 [00:02:05.000] request: "seq": 3, "type": "request" } -Info 46 [00:02:06.000] Search path: /user/username/projects/myproject/random -Info 47 [00:02:07.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 48 [00:02:08.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 49 [00:02:09.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 50 [00:02:10.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -415,16 +423,18 @@ Info 50 [00:02:10.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 51 [00:02:11.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 52 [00:02:12.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 53 [00:02:13.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 54 [00:02:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 55 [00:02:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 56 [00:02:16.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 57 [00:02:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 58 [00:02:18.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 59 [00:02:19.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 60 [00:02:20.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -434,27 +444,27 @@ Info 60 [00:02:20.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 61 [00:02:21.000] ----------------------------------------------- -Info 62 [00:02:22.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 62 [00:02:23.000] Files (3) - -Info 62 [00:02:24.000] ----------------------------------------------- -Info 62 [00:02:25.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 62 [00:02:26.000] Files (2) - -Info 62 [00:02:27.000] ----------------------------------------------- -Info 62 [00:02:28.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 62 [00:02:29.000] Files (2) - -Info 62 [00:02:30.000] ----------------------------------------------- -Info 62 [00:02:31.000] Open files: -Info 62 [00:02:32.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 62 [00:02:33.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 62 [00:02:34.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 62 [00:02:35.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 62 [00:02:36.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 62 [00:02:37.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 62 [00:02:38.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -465,6 +475,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* @@ -494,7 +506,7 @@ FsWatchesRecursive:: Before request -Info 63 [00:02:39.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -505,8 +517,8 @@ Info 63 [00:02:39.000] request: "seq": 4, "type": "request" } -Info 64 [00:02:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 65 [00:02:41.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -550,6 +562,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -581,7 +595,7 @@ FsWatchesRecursive:: Before request -Info 66 [00:02:42.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -592,9 +606,9 @@ Info 66 [00:02:42.000] request: "seq": 5, "type": "request" } -Info 67 [00:02:43.000] Search path: /user/username/projects/myproject/dependency -Info 68 [00:02:44.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 69 [00:02:45.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -677,18 +691,18 @@ Info 69 [00:02:45.000] response: } After request -Info 70 [00:02:49.000] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 71 [00:02:50.000] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json -Info 72 [00:02:51.000] Scheduled: *ensureProjectForOpenFiles* -Info 73 [00:02:52.000] Scheduled: /user/username/projects/myproject/main/tsconfig.json -Info 74 [00:02:53.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 75 [00:02:54.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info Before request //// [/user/username/projects/myproject/decls/FnS.d.ts.map] {"version":3,"file":"FnS.d.ts","sourceRoot":"","sources":["../dependency/FnS.ts"],"names":[],"mappings":"AAAA,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,eAAO,MAAM,CAAC,KAAK,CAAC"} -Info 76 [00:02:55.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -699,10 +713,10 @@ Info 76 [00:02:55.000] request: "seq": 6, "type": "request" } -Info 77 [00:02:56.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 78 [00:02:57.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 79 [00:02:58.000] Same program as before -Info 80 [00:02:59.000] response: +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -743,7 +757,7 @@ After request Before request -Info 81 [00:03:00.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -754,7 +768,7 @@ Info 81 [00:03:00.000] request: "seq": 7, "type": "request" } -Info 82 [00:03:01.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -795,7 +809,7 @@ After request Before request -Info 83 [00:03:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -806,7 +820,7 @@ Info 83 [00:03:02.000] request: "seq": 8, "type": "request" } -Info 84 [00:03:03.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -847,7 +861,7 @@ After request Before request -Info 85 [00:03:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -858,7 +872,7 @@ Info 85 [00:03:04.000] request: "seq": 9, "type": "request" } -Info 86 [00:03:05.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -899,7 +913,7 @@ After request Before request -Info 87 [00:03:06.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -910,7 +924,7 @@ Info 87 [00:03:06.000] request: "seq": 10, "type": "request" } -Info 88 [00:03:07.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -951,7 +965,7 @@ After request Before request -Info 89 [00:03:08.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -962,12 +976,12 @@ Info 89 [00:03:08.000] request: "seq": 11, "type": "request" } -Info 90 [00:03:09.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 91 [00:03:10.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 92 [00:03:11.000] Same program as before -Info 93 [00:03:12.000] Search path: /user/username/projects/myproject/dependency -Info 94 [00:03:13.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 95 [00:03:14.000] response: +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1052,7 +1066,7 @@ After request Before request -Info 96 [00:03:15.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1063,9 +1077,9 @@ Info 96 [00:03:15.000] request: "seq": 12, "type": "request" } -Info 97 [00:03:16.000] Search path: /user/username/projects/myproject/dependency -Info 98 [00:03:17.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 99 [00:03:18.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1150,7 +1164,7 @@ After request Before request -Info 100 [00:03:19.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1161,9 +1175,9 @@ Info 100 [00:03:19.000] request: "seq": 13, "type": "request" } -Info 101 [00:03:20.000] Search path: /user/username/projects/myproject/dependency -Info 102 [00:03:21.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 103 [00:03:22.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1248,7 +1262,7 @@ After request Before request -Info 104 [00:03:23.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1259,9 +1273,9 @@ Info 104 [00:03:23.000] request: "seq": 14, "type": "request" } -Info 105 [00:03:24.000] Search path: /user/username/projects/myproject/dependency -Info 106 [00:03:25.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 107 [00:03:26.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1346,7 +1360,7 @@ After request Before request -Info 108 [00:03:27.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1357,9 +1371,9 @@ Info 108 [00:03:27.000] request: "seq": 15, "type": "request" } -Info 109 [00:03:28.000] Search path: /user/username/projects/myproject/dependency -Info 110 [00:03:29.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 111 [00:03:30.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configHasNoReference/dependency-dtsMap-created.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configHasNoReference/dependency-dtsMap-created.js index 1ed763b7c33b1..15fb4846c9c92 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configHasNoReference/dependency-dtsMap-created.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configHasNoReference/dependency-dtsMap-created.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:04.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -211,7 +211,7 @@ export {}; } -Info 1 [00:01:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -220,11 +220,11 @@ Info 1 [00:01:05.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:06.000] Search path: /user/username/projects/myproject/main -Info 3 [00:01:07.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:01:08.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:01:09.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:01:10.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -234,20 +234,22 @@ Info 6 [00:01:10.000] Config: /user/username/projects/myproject/main/tsconfig "configFilePath": "/user/username/projects/myproject/main/tsconfig.json" } } -Info 7 [00:01:11.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:12.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:13.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:01:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 11 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 12 [00:01:16.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 13 [00:01:17.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 14 [00:01:18.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 15 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 16 [00:01:20.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 17 [00:01:21.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 18 [00:01:22.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 19 [00:01:23.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 20 [00:01:24.000] Files (3) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/decls/fns.d.ts Text-1 "export declare function fn1(): void;\nexport declare function fn2(): void;\nexport declare function fn3(): void;\nexport declare function fn4(): void;\nexport declare function fn5(): void;\n//# sourceMappingURL=FnS.d.ts.map" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -260,17 +262,17 @@ Info 20 [00:01:24.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 21 [00:01:25.000] ----------------------------------------------- -Info 22 [00:01:26.000] Search path: /user/username/projects/myproject/main -Info 23 [00:01:27.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 24 [00:01:28.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 24 [00:01:29.000] Files (3) - -Info 24 [00:01:30.000] ----------------------------------------------- -Info 24 [00:01:31.000] Open files: -Info 24 [00:01:32.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 24 [00:01:33.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 24 [00:01:34.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -281,6 +283,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -298,7 +302,7 @@ FsWatchesRecursive:: Before request -Info 25 [00:01:35.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -307,11 +311,11 @@ Info 25 [00:01:35.000] request: "seq": 2, "type": "request" } -Info 26 [00:01:36.000] Search path: /user/username/projects/myproject/dependency -Info 27 [00:01:37.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 28 [00:01:38.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 29 [00:01:39.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 30 [00:01:40.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -322,16 +326,18 @@ Info 30 [00:01:40.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 31 [00:01:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 32 [00:01:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 33 [00:01:43.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 34 [00:01:44.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 35 [00:01:45.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 36 [00:01:46.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 37 [00:01:47.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 38 [00:01:48.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 39 [00:01:49.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 40 [00:01:50.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-1-0 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -341,23 +347,23 @@ Info 40 [00:01:50.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 41 [00:01:51.000] ----------------------------------------------- -Info 42 [00:01:52.000] Search path: /user/username/projects/myproject/dependency -Info 43 [00:01:53.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 44 [00:01:54.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 44 [00:01:55.000] Files (3) - -Info 44 [00:01:56.000] ----------------------------------------------- -Info 44 [00:01:57.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 44 [00:01:58.000] Files (2) - -Info 44 [00:01:59.000] ----------------------------------------------- -Info 44 [00:02:00.000] Open files: -Info 44 [00:02:01.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 44 [00:02:02.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 44 [00:02:03.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 44 [00:02:04.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 44 [00:02:05.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -368,6 +374,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: *new* {"pollingInterval":500} @@ -391,7 +399,7 @@ FsWatchesRecursive:: Before request -Info 45 [00:02:06.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -400,11 +408,11 @@ Info 45 [00:02:06.000] request: "seq": 3, "type": "request" } -Info 46 [00:02:07.000] Search path: /user/username/projects/myproject/random -Info 47 [00:02:08.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 48 [00:02:09.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 49 [00:02:10.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 50 [00:02:11.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -412,16 +420,18 @@ Info 50 [00:02:11.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 51 [00:02:12.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 52 [00:02:13.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 53 [00:02:14.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 54 [00:02:15.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 55 [00:02:16.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 56 [00:02:17.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 57 [00:02:18.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 58 [00:02:19.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 59 [00:02:20.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 60 [00:02:21.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -431,27 +441,27 @@ Info 60 [00:02:21.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 61 [00:02:22.000] ----------------------------------------------- -Info 62 [00:02:23.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 62 [00:02:24.000] Files (3) - -Info 62 [00:02:25.000] ----------------------------------------------- -Info 62 [00:02:26.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 62 [00:02:27.000] Files (2) - -Info 62 [00:02:28.000] ----------------------------------------------- -Info 62 [00:02:29.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 62 [00:02:30.000] Files (2) - -Info 62 [00:02:31.000] ----------------------------------------------- -Info 62 [00:02:32.000] Open files: -Info 62 [00:02:33.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 62 [00:02:34.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 62 [00:02:35.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 62 [00:02:36.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 62 [00:02:37.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 62 [00:02:38.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 62 [00:02:39.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -462,6 +472,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* @@ -491,7 +503,7 @@ FsWatchesRecursive:: Before request -Info 63 [00:02:40.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -502,8 +514,8 @@ Info 63 [00:02:40.000] request: "seq": 4, "type": "request" } -Info 64 [00:02:41.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file -Info 65 [00:02:42.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -547,6 +559,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -578,7 +592,7 @@ FsWatchesRecursive:: Before request -Info 66 [00:02:43.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -589,7 +603,7 @@ Info 66 [00:02:43.000] request: "seq": 5, "type": "request" } -Info 67 [00:02:44.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -639,15 +653,15 @@ Info 67 [00:02:44.000] response: } After request -Info 68 [00:02:47.000] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 0:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file -Info 69 [00:02:48.000] Scheduled: /user/username/projects/myproject/main/tsconfig.json -Info 70 [00:02:49.000] Scheduled: *ensureProjectForOpenFiles* -Info 71 [00:02:50.000] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json -Info 72 [00:02:51.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 73 [00:02:52.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file -Info 74 [00:02:53.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 0:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file -Info 75 [00:02:54.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 76 [00:02:55.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 0:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 0:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations Before request //// [/user/username/projects/myproject/decls/FnS.d.ts.map] {"version":3,"file":"FnS.d.ts","sourceRoot":"","sources":["../dependency/FnS.ts"],"names":[],"mappings":"AAAA,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM"} @@ -658,6 +672,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -689,7 +705,7 @@ FsWatchesRecursive:: /user/username/projects/myproject/random: {} -Info 77 [00:02:56.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -700,11 +716,11 @@ Info 77 [00:02:56.000] request: "seq": 6, "type": "request" } -Info 78 [00:02:57.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 79 [00:02:58.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 80 [00:02:59.000] Same program as before -Info 81 [00:03:00.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 82 [00:03:01.000] response: +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -748,6 +764,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -779,7 +797,7 @@ FsWatchesRecursive:: Before request -Info 83 [00:03:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -790,7 +808,7 @@ Info 83 [00:03:02.000] request: "seq": 7, "type": "request" } -Info 84 [00:03:03.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -831,7 +849,7 @@ After request Before request -Info 85 [00:03:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -842,7 +860,7 @@ Info 85 [00:03:04.000] request: "seq": 8, "type": "request" } -Info 86 [00:03:05.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -883,7 +901,7 @@ After request Before request -Info 87 [00:03:06.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -894,7 +912,7 @@ Info 87 [00:03:06.000] request: "seq": 9, "type": "request" } -Info 88 [00:03:07.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -935,7 +953,7 @@ After request Before request -Info 89 [00:03:08.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -946,7 +964,7 @@ Info 89 [00:03:08.000] request: "seq": 10, "type": "request" } -Info 90 [00:03:09.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -987,7 +1005,7 @@ After request Before request -Info 91 [00:03:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -998,12 +1016,12 @@ Info 91 [00:03:10.000] request: "seq": 11, "type": "request" } -Info 92 [00:03:11.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 93 [00:03:12.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 94 [00:03:13.000] Same program as before -Info 95 [00:03:14.000] Search path: /user/username/projects/myproject/dependency -Info 96 [00:03:15.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 97 [00:03:16.000] response: +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1088,7 +1106,7 @@ After request Before request -Info 98 [00:03:17.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1099,9 +1117,9 @@ Info 98 [00:03:17.000] request: "seq": 12, "type": "request" } -Info 99 [00:03:18.000] Search path: /user/username/projects/myproject/dependency -Info 100 [00:03:19.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 101 [00:03:20.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1186,7 +1204,7 @@ After request Before request -Info 102 [00:03:21.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1197,9 +1215,9 @@ Info 102 [00:03:21.000] request: "seq": 13, "type": "request" } -Info 103 [00:03:22.000] Search path: /user/username/projects/myproject/dependency -Info 104 [00:03:23.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 105 [00:03:24.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1284,7 +1302,7 @@ After request Before request -Info 106 [00:03:25.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1295,9 +1313,9 @@ Info 106 [00:03:25.000] request: "seq": 14, "type": "request" } -Info 107 [00:03:26.000] Search path: /user/username/projects/myproject/dependency -Info 108 [00:03:27.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 109 [00:03:28.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1382,7 +1400,7 @@ After request Before request -Info 110 [00:03:29.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1393,9 +1411,9 @@ Info 110 [00:03:29.000] request: "seq": 15, "type": "request" } -Info 111 [00:03:30.000] Search path: /user/username/projects/myproject/dependency -Info 112 [00:03:31.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 113 [00:03:32.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1480,7 +1498,7 @@ After request Before request -Info 114 [00:03:33.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1489,25 +1507,25 @@ Info 114 [00:03:33.000] request: "seq": 16, "type": "request" } -Info 115 [00:03:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 116 [00:03:35.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 116 [00:03:36.000] Files (3) - -Info 116 [00:03:37.000] ----------------------------------------------- -Info 116 [00:03:38.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 116 [00:03:39.000] Files (2) - -Info 116 [00:03:40.000] ----------------------------------------------- -Info 116 [00:03:41.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 116 [00:03:42.000] Files (2) - -Info 116 [00:03:43.000] ----------------------------------------------- -Info 116 [00:03:44.000] Open files: -Info 116 [00:03:45.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 116 [00:03:46.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 116 [00:03:47.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 116 [00:03:48.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 116 [00:03:49.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1518,6 +1536,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1551,7 +1571,7 @@ FsWatchesRecursive:: Before request -Info 117 [00:03:50.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -1560,29 +1580,29 @@ Info 117 [00:03:50.000] request: "seq": 17, "type": "request" } -Info 118 [00:03:51.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 119 [00:03:52.000] Search path: /user/username/projects/myproject/random -Info 120 [00:03:53.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 121 [00:03:54.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 121 [00:03:55.000] Files (3) - -Info 121 [00:03:56.000] ----------------------------------------------- -Info 121 [00:03:57.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 121 [00:03:58.000] Files (2) - -Info 121 [00:03:59.000] ----------------------------------------------- -Info 121 [00:04:00.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 121 [00:04:01.000] Files (2) - -Info 121 [00:04:02.000] ----------------------------------------------- -Info 121 [00:04:03.000] Open files: -Info 121 [00:04:04.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 121 [00:04:05.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 121 [00:04:06.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 121 [00:04:07.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 121 [00:04:08.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 121 [00:04:09.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 121 [00:04:10.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1593,6 +1613,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1628,7 +1650,7 @@ FsWatchesRecursive:: Before request -Info 122 [00:04:11.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1637,25 +1659,25 @@ Info 122 [00:04:11.000] request: "seq": 18, "type": "request" } -Info 123 [00:04:12.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 124 [00:04:13.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 124 [00:04:14.000] Files (3) - -Info 124 [00:04:15.000] ----------------------------------------------- -Info 124 [00:04:16.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 124 [00:04:17.000] Files (2) - -Info 124 [00:04:18.000] ----------------------------------------------- -Info 124 [00:04:19.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 124 [00:04:20.000] Files (2) - -Info 124 [00:04:21.000] ----------------------------------------------- -Info 124 [00:04:22.000] Open files: -Info 124 [00:04:23.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 124 [00:04:24.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 124 [00:04:25.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 124 [00:04:26.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 124 [00:04:27.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1666,6 +1688,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1699,7 +1723,7 @@ FsWatchesRecursive:: Before request -Info 125 [00:04:28.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1708,23 +1732,23 @@ Info 125 [00:04:28.000] request: "seq": 19, "type": "request" } -Info 126 [00:04:29.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 127 [00:04:30.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 127 [00:04:31.000] Files (3) - -Info 127 [00:04:32.000] ----------------------------------------------- -Info 127 [00:04:33.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 127 [00:04:34.000] Files (2) - -Info 127 [00:04:35.000] ----------------------------------------------- -Info 127 [00:04:36.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 127 [00:04:37.000] Files (2) - -Info 127 [00:04:38.000] ----------------------------------------------- -Info 127 [00:04:39.000] Open files: -Info 127 [00:04:40.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 127 [00:04:41.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 127 [00:04:42.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1735,6 +1759,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1770,7 +1796,7 @@ FsWatchesRecursive:: Before request -Info 128 [00:04:43.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1779,21 +1805,21 @@ Info 128 [00:04:43.000] request: "seq": 20, "type": "request" } -Info 129 [00:04:44.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 130 [00:04:45.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 130 [00:04:46.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 130 [00:04:47.000] ----------------------------------------------- -Info 130 [00:04:48.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 130 [00:04:49.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 130 [00:04:50.000] ----------------------------------------------- -Info 130 [00:04:51.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 130 [00:04:52.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 130 [00:04:53.000] ----------------------------------------------- -Info 130 [00:04:54.000] Open files: -Info 130 [00:04:55.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1804,6 +1830,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1841,7 +1869,7 @@ FsWatchesRecursive:: Before request -Info 131 [00:04:56.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -1850,12 +1878,12 @@ Info 131 [00:04:56.000] request: "seq": 21, "type": "request" } -Info 132 [00:04:57.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 133 [00:04:58.000] Search path: /user/username/projects/myproject/random -Info 134 [00:04:59.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 135 [00:05:00.000] `remove Project:: -Info 136 [00:05:01.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 137 [00:05:02.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts /user/username/projects/myproject/decls/fns.d.ts /user/username/projects/myproject/main/main.ts @@ -1868,19 +1896,21 @@ Info 137 [00:05:02.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 138 [00:05:03.000] ----------------------------------------------- -Info 139 [00:05:04.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 140 [00:05:05.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 141 [00:05:06.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 142 [00:05:07.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 143 [00:05:08.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 144 [00:05:09.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 145 [00:05:10.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 146 [00:05:11.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 147 [00:05:12.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 148 [00:05:13.000] `remove Project:: -Info 149 [00:05:14.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 150 [00:05:15.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts /user/username/projects/myproject/dependency/FnS.ts @@ -1890,26 +1920,28 @@ Info 150 [00:05:15.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 151 [00:05:16.000] ----------------------------------------------- -Info 152 [00:05:17.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 153 [00:05:18.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 154 [00:05:19.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 155 [00:05:20.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 156 [00:05:21.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 157 [00:05:22.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 158 [00:05:23.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 159 [00:05:24.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 160 [00:05:25.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 161 [00:05:26.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 162 [00:05:27.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 163 [00:05:28.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 163 [00:05:29.000] Files (2) - -Info 163 [00:05:30.000] ----------------------------------------------- -Info 163 [00:05:31.000] Open files: -Info 163 [00:05:32.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 163 [00:05:33.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 163 [00:05:34.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1918,6 +1950,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configHasNoReference/dependency-dtsMap-deleted.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configHasNoReference/dependency-dtsMap-deleted.js index 932354497d012..f6a2c60085e7c 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configHasNoReference/dependency-dtsMap-deleted.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configHasNoReference/dependency-dtsMap-deleted.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:03.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:04.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:05.000] Search path: /user/username/projects/myproject/main -Info 3 [00:01:06.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:01:07.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:01:08.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:01:09.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -237,20 +237,22 @@ Info 6 [00:01:09.000] Config: /user/username/projects/myproject/main/tsconfig "configFilePath": "/user/username/projects/myproject/main/tsconfig.json" } } -Info 7 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:12.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:01:13.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 11 [00:01:14.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 12 [00:01:15.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 13 [00:01:16.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 14 [00:01:17.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 15 [00:01:18.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 16 [00:01:19.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 17 [00:01:20.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 18 [00:01:21.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 19 [00:01:22.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 20 [00:01:23.000] Files (3) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/decls/fns.d.ts Text-1 "export declare function fn1(): void;\nexport declare function fn2(): void;\nexport declare function fn3(): void;\nexport declare function fn4(): void;\nexport declare function fn5(): void;\n//# sourceMappingURL=FnS.d.ts.map" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -263,17 +265,17 @@ Info 20 [00:01:23.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 21 [00:01:24.000] ----------------------------------------------- -Info 22 [00:01:25.000] Search path: /user/username/projects/myproject/main -Info 23 [00:01:26.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 24 [00:01:27.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 24 [00:01:28.000] Files (3) - -Info 24 [00:01:29.000] ----------------------------------------------- -Info 24 [00:01:30.000] Open files: -Info 24 [00:01:31.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 24 [00:01:32.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 24 [00:01:33.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -284,6 +286,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -301,7 +305,7 @@ FsWatchesRecursive:: Before request -Info 25 [00:01:34.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -310,11 +314,11 @@ Info 25 [00:01:34.000] request: "seq": 2, "type": "request" } -Info 26 [00:01:35.000] Search path: /user/username/projects/myproject/dependency -Info 27 [00:01:36.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 28 [00:01:37.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 29 [00:01:38.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 30 [00:01:39.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -325,16 +329,18 @@ Info 30 [00:01:39.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 31 [00:01:40.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 32 [00:01:41.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 33 [00:01:42.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 34 [00:01:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 35 [00:01:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 36 [00:01:45.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 37 [00:01:46.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 38 [00:01:47.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 39 [00:01:48.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 40 [00:01:49.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-1-0 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -344,23 +350,23 @@ Info 40 [00:01:49.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 41 [00:01:50.000] ----------------------------------------------- -Info 42 [00:01:51.000] Search path: /user/username/projects/myproject/dependency -Info 43 [00:01:52.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 44 [00:01:53.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 44 [00:01:54.000] Files (3) - -Info 44 [00:01:55.000] ----------------------------------------------- -Info 44 [00:01:56.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 44 [00:01:57.000] Files (2) - -Info 44 [00:01:58.000] ----------------------------------------------- -Info 44 [00:01:59.000] Open files: -Info 44 [00:02:00.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 44 [00:02:01.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 44 [00:02:02.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 44 [00:02:03.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 44 [00:02:04.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -371,6 +377,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: *new* {"pollingInterval":500} @@ -394,7 +402,7 @@ FsWatchesRecursive:: Before request -Info 45 [00:02:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -403,11 +411,11 @@ Info 45 [00:02:05.000] request: "seq": 3, "type": "request" } -Info 46 [00:02:06.000] Search path: /user/username/projects/myproject/random -Info 47 [00:02:07.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 48 [00:02:08.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 49 [00:02:09.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 50 [00:02:10.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -415,16 +423,18 @@ Info 50 [00:02:10.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 51 [00:02:11.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 52 [00:02:12.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 53 [00:02:13.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 54 [00:02:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 55 [00:02:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 56 [00:02:16.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 57 [00:02:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 58 [00:02:18.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 59 [00:02:19.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 60 [00:02:20.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -434,27 +444,27 @@ Info 60 [00:02:20.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 61 [00:02:21.000] ----------------------------------------------- -Info 62 [00:02:22.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 62 [00:02:23.000] Files (3) - -Info 62 [00:02:24.000] ----------------------------------------------- -Info 62 [00:02:25.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 62 [00:02:26.000] Files (2) - -Info 62 [00:02:27.000] ----------------------------------------------- -Info 62 [00:02:28.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 62 [00:02:29.000] Files (2) - -Info 62 [00:02:30.000] ----------------------------------------------- -Info 62 [00:02:31.000] Open files: -Info 62 [00:02:32.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 62 [00:02:33.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 62 [00:02:34.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 62 [00:02:35.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 62 [00:02:36.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 62 [00:02:37.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 62 [00:02:38.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -465,6 +475,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* @@ -494,7 +506,7 @@ FsWatchesRecursive:: Before request -Info 63 [00:02:39.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -505,8 +517,8 @@ Info 63 [00:02:39.000] request: "seq": 4, "type": "request" } -Info 64 [00:02:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 65 [00:02:41.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -550,6 +562,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -581,7 +595,7 @@ FsWatchesRecursive:: Before request -Info 66 [00:02:42.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -592,9 +606,9 @@ Info 66 [00:02:42.000] request: "seq": 5, "type": "request" } -Info 67 [00:02:43.000] Search path: /user/username/projects/myproject/dependency -Info 68 [00:02:44.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 69 [00:02:45.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -677,15 +691,15 @@ Info 69 [00:02:45.000] response: } After request -Info 70 [00:02:47.000] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 2:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 71 [00:02:48.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 72 [00:02:49.000] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json -Info 73 [00:02:50.000] Scheduled: *ensureProjectForOpenFiles* -Info 74 [00:02:51.000] Scheduled: /user/username/projects/myproject/main/tsconfig.json -Info 75 [00:02:52.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 76 [00:02:53.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 2:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 77 [00:02:54.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 78 [00:02:55.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 2:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 2:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations Before request //// [/user/username/projects/myproject/decls/FnS.d.ts.map] deleted @@ -694,6 +708,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -725,7 +741,7 @@ FsWatchesRecursive:: /user/username/projects/myproject/random: {} -Info 79 [00:02:56.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -736,11 +752,11 @@ Info 79 [00:02:56.000] request: "seq": 6, "type": "request" } -Info 80 [00:02:57.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 81 [00:02:58.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 82 [00:02:59.000] Same program as before -Info 83 [00:03:00.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file -Info 84 [00:03:01.000] response: +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -784,6 +800,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -815,7 +833,7 @@ FsWatchesRecursive:: Before request -Info 85 [00:03:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -826,7 +844,7 @@ Info 85 [00:03:02.000] request: "seq": 7, "type": "request" } -Info 86 [00:03:03.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -867,7 +885,7 @@ After request Before request -Info 87 [00:03:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -878,7 +896,7 @@ Info 87 [00:03:04.000] request: "seq": 8, "type": "request" } -Info 88 [00:03:05.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -919,7 +937,7 @@ After request Before request -Info 89 [00:03:06.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -930,7 +948,7 @@ Info 89 [00:03:06.000] request: "seq": 9, "type": "request" } -Info 90 [00:03:07.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -971,7 +989,7 @@ After request Before request -Info 91 [00:03:08.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -982,7 +1000,7 @@ Info 91 [00:03:08.000] request: "seq": 10, "type": "request" } -Info 92 [00:03:09.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -1023,7 +1041,7 @@ After request Before request -Info 93 [00:03:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1034,10 +1052,10 @@ Info 93 [00:03:10.000] request: "seq": 11, "type": "request" } -Info 94 [00:03:11.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 95 [00:03:12.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 96 [00:03:13.000] Same program as before -Info 97 [00:03:14.000] response: +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1089,7 +1107,7 @@ After request Before request -Info 98 [00:03:15.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1100,7 +1118,7 @@ Info 98 [00:03:15.000] request: "seq": 12, "type": "request" } -Info 99 [00:03:16.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1152,7 +1170,7 @@ After request Before request -Info 100 [00:03:17.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1163,7 +1181,7 @@ Info 100 [00:03:17.000] request: "seq": 13, "type": "request" } -Info 101 [00:03:18.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1215,7 +1233,7 @@ After request Before request -Info 102 [00:03:19.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1226,7 +1244,7 @@ Info 102 [00:03:19.000] request: "seq": 14, "type": "request" } -Info 103 [00:03:20.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1278,7 +1296,7 @@ After request Before request -Info 104 [00:03:21.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1289,7 +1307,7 @@ Info 104 [00:03:21.000] request: "seq": 15, "type": "request" } -Info 105 [00:03:22.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1341,7 +1359,7 @@ After request Before request -Info 106 [00:03:23.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1350,25 +1368,25 @@ Info 106 [00:03:23.000] request: "seq": 16, "type": "request" } -Info 107 [00:03:24.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 108 [00:03:25.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 108 [00:03:26.000] Files (3) - -Info 108 [00:03:27.000] ----------------------------------------------- -Info 108 [00:03:28.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 108 [00:03:29.000] Files (2) - -Info 108 [00:03:30.000] ----------------------------------------------- -Info 108 [00:03:31.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 108 [00:03:32.000] Files (2) - -Info 108 [00:03:33.000] ----------------------------------------------- -Info 108 [00:03:34.000] Open files: -Info 108 [00:03:35.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 108 [00:03:36.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 108 [00:03:37.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 108 [00:03:38.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 108 [00:03:39.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1379,6 +1397,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1412,7 +1432,7 @@ FsWatchesRecursive:: Before request -Info 109 [00:03:40.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -1421,29 +1441,29 @@ Info 109 [00:03:40.000] request: "seq": 17, "type": "request" } -Info 110 [00:03:41.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 111 [00:03:42.000] Search path: /user/username/projects/myproject/random -Info 112 [00:03:43.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 113 [00:03:44.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 113 [00:03:45.000] Files (3) - -Info 113 [00:03:46.000] ----------------------------------------------- -Info 113 [00:03:47.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 113 [00:03:48.000] Files (2) - -Info 113 [00:03:49.000] ----------------------------------------------- -Info 113 [00:03:50.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 113 [00:03:51.000] Files (2) - -Info 113 [00:03:52.000] ----------------------------------------------- -Info 113 [00:03:53.000] Open files: -Info 113 [00:03:54.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 113 [00:03:55.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 113 [00:03:56.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 113 [00:03:57.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 113 [00:03:58.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 113 [00:03:59.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 113 [00:04:00.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1454,6 +1474,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1489,7 +1511,7 @@ FsWatchesRecursive:: Before request -Info 114 [00:04:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1498,25 +1520,25 @@ Info 114 [00:04:01.000] request: "seq": 18, "type": "request" } -Info 115 [00:04:02.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 116 [00:04:03.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 116 [00:04:04.000] Files (3) - -Info 116 [00:04:05.000] ----------------------------------------------- -Info 116 [00:04:06.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 116 [00:04:07.000] Files (2) - -Info 116 [00:04:08.000] ----------------------------------------------- -Info 116 [00:04:09.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 116 [00:04:10.000] Files (2) - -Info 116 [00:04:11.000] ----------------------------------------------- -Info 116 [00:04:12.000] Open files: -Info 116 [00:04:13.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 116 [00:04:14.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 116 [00:04:15.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 116 [00:04:16.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 116 [00:04:17.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1527,6 +1549,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1560,7 +1584,7 @@ FsWatchesRecursive:: Before request -Info 117 [00:04:18.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1569,23 +1593,23 @@ Info 117 [00:04:18.000] request: "seq": 19, "type": "request" } -Info 118 [00:04:19.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 119 [00:04:20.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 119 [00:04:21.000] Files (3) - -Info 119 [00:04:22.000] ----------------------------------------------- -Info 119 [00:04:23.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 119 [00:04:24.000] Files (2) - -Info 119 [00:04:25.000] ----------------------------------------------- -Info 119 [00:04:26.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 119 [00:04:27.000] Files (2) - -Info 119 [00:04:28.000] ----------------------------------------------- -Info 119 [00:04:29.000] Open files: -Info 119 [00:04:30.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 119 [00:04:31.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 119 [00:04:32.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1596,6 +1620,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1631,7 +1657,7 @@ FsWatchesRecursive:: Before request -Info 120 [00:04:33.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1640,21 +1666,21 @@ Info 120 [00:04:33.000] request: "seq": 20, "type": "request" } -Info 121 [00:04:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 122 [00:04:35.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 122 [00:04:36.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 122 [00:04:37.000] ----------------------------------------------- -Info 122 [00:04:38.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 122 [00:04:39.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 122 [00:04:40.000] ----------------------------------------------- -Info 122 [00:04:41.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 122 [00:04:42.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 122 [00:04:43.000] ----------------------------------------------- -Info 122 [00:04:44.000] Open files: -Info 122 [00:04:45.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1665,6 +1691,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1702,7 +1730,7 @@ FsWatchesRecursive:: Before request -Info 123 [00:04:46.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -1711,12 +1739,12 @@ Info 123 [00:04:46.000] request: "seq": 21, "type": "request" } -Info 124 [00:04:47.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 125 [00:04:48.000] Search path: /user/username/projects/myproject/random -Info 126 [00:04:49.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 127 [00:04:50.000] `remove Project:: -Info 128 [00:04:51.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 129 [00:04:52.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts /user/username/projects/myproject/decls/fns.d.ts /user/username/projects/myproject/main/main.ts @@ -1729,19 +1757,21 @@ Info 129 [00:04:52.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 130 [00:04:53.000] ----------------------------------------------- -Info 131 [00:04:54.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 132 [00:04:55.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 133 [00:04:56.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 134 [00:04:57.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 135 [00:04:58.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 136 [00:04:59.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 137 [00:05:00.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 138 [00:05:01.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 139 [00:05:02.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 140 [00:05:03.000] `remove Project:: -Info 141 [00:05:04.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 142 [00:05:05.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts /user/username/projects/myproject/dependency/FnS.ts @@ -1751,26 +1781,28 @@ Info 142 [00:05:05.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 143 [00:05:06.000] ----------------------------------------------- -Info 144 [00:05:07.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 145 [00:05:08.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 146 [00:05:09.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 147 [00:05:10.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 148 [00:05:11.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 149 [00:05:12.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 150 [00:05:13.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 151 [00:05:14.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 152 [00:05:15.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 153 [00:05:16.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file -Info 154 [00:05:17.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 155 [00:05:18.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 155 [00:05:19.000] Files (2) - -Info 155 [00:05:20.000] ----------------------------------------------- -Info 155 [00:05:21.000] Open files: -Info 155 [00:05:22.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 155 [00:05:23.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 155 [00:05:24.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1779,6 +1811,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configHasNoReference/dependency-dtsMap-not-present.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configHasNoReference/dependency-dtsMap-not-present.js index 93cada514d286..9c93f9ba65de5 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configHasNoReference/dependency-dtsMap-not-present.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configHasNoReference/dependency-dtsMap-not-present.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:04.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -211,7 +211,7 @@ export {}; } -Info 1 [00:01:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -220,11 +220,11 @@ Info 1 [00:01:05.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:06.000] Search path: /user/username/projects/myproject/main -Info 3 [00:01:07.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:01:08.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:01:09.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:01:10.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -234,20 +234,22 @@ Info 6 [00:01:10.000] Config: /user/username/projects/myproject/main/tsconfig "configFilePath": "/user/username/projects/myproject/main/tsconfig.json" } } -Info 7 [00:01:11.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:12.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:13.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:01:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 11 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 12 [00:01:16.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 13 [00:01:17.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 14 [00:01:18.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 15 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 16 [00:01:20.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 17 [00:01:21.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 18 [00:01:22.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 19 [00:01:23.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 20 [00:01:24.000] Files (3) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/decls/fns.d.ts Text-1 "export declare function fn1(): void;\nexport declare function fn2(): void;\nexport declare function fn3(): void;\nexport declare function fn4(): void;\nexport declare function fn5(): void;\n//# sourceMappingURL=FnS.d.ts.map" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -260,17 +262,17 @@ Info 20 [00:01:24.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 21 [00:01:25.000] ----------------------------------------------- -Info 22 [00:01:26.000] Search path: /user/username/projects/myproject/main -Info 23 [00:01:27.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 24 [00:01:28.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 24 [00:01:29.000] Files (3) - -Info 24 [00:01:30.000] ----------------------------------------------- -Info 24 [00:01:31.000] Open files: -Info 24 [00:01:32.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 24 [00:01:33.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 24 [00:01:34.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -281,6 +283,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -298,7 +302,7 @@ FsWatchesRecursive:: Before request -Info 25 [00:01:35.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -307,11 +311,11 @@ Info 25 [00:01:35.000] request: "seq": 2, "type": "request" } -Info 26 [00:01:36.000] Search path: /user/username/projects/myproject/dependency -Info 27 [00:01:37.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 28 [00:01:38.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 29 [00:01:39.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 30 [00:01:40.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -322,16 +326,18 @@ Info 30 [00:01:40.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 31 [00:01:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 32 [00:01:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 33 [00:01:43.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 34 [00:01:44.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 35 [00:01:45.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 36 [00:01:46.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 37 [00:01:47.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 38 [00:01:48.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 39 [00:01:49.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 40 [00:01:50.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-1-0 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -341,23 +347,23 @@ Info 40 [00:01:50.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 41 [00:01:51.000] ----------------------------------------------- -Info 42 [00:01:52.000] Search path: /user/username/projects/myproject/dependency -Info 43 [00:01:53.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 44 [00:01:54.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 44 [00:01:55.000] Files (3) - -Info 44 [00:01:56.000] ----------------------------------------------- -Info 44 [00:01:57.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 44 [00:01:58.000] Files (2) - -Info 44 [00:01:59.000] ----------------------------------------------- -Info 44 [00:02:00.000] Open files: -Info 44 [00:02:01.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 44 [00:02:02.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 44 [00:02:03.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 44 [00:02:04.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 44 [00:02:05.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -368,6 +374,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: *new* {"pollingInterval":500} @@ -391,7 +399,7 @@ FsWatchesRecursive:: Before request -Info 45 [00:02:06.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -400,11 +408,11 @@ Info 45 [00:02:06.000] request: "seq": 3, "type": "request" } -Info 46 [00:02:07.000] Search path: /user/username/projects/myproject/random -Info 47 [00:02:08.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 48 [00:02:09.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 49 [00:02:10.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 50 [00:02:11.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -412,16 +420,18 @@ Info 50 [00:02:11.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 51 [00:02:12.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 52 [00:02:13.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 53 [00:02:14.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 54 [00:02:15.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 55 [00:02:16.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 56 [00:02:17.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 57 [00:02:18.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 58 [00:02:19.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 59 [00:02:20.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 60 [00:02:21.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -431,27 +441,27 @@ Info 60 [00:02:21.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 61 [00:02:22.000] ----------------------------------------------- -Info 62 [00:02:23.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 62 [00:02:24.000] Files (3) - -Info 62 [00:02:25.000] ----------------------------------------------- -Info 62 [00:02:26.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 62 [00:02:27.000] Files (2) - -Info 62 [00:02:28.000] ----------------------------------------------- -Info 62 [00:02:29.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 62 [00:02:30.000] Files (2) - -Info 62 [00:02:31.000] ----------------------------------------------- -Info 62 [00:02:32.000] Open files: -Info 62 [00:02:33.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 62 [00:02:34.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 62 [00:02:35.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 62 [00:02:36.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 62 [00:02:37.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 62 [00:02:38.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 62 [00:02:39.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -462,6 +472,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* @@ -491,7 +503,7 @@ FsWatchesRecursive:: Before request -Info 63 [00:02:40.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -502,8 +514,8 @@ Info 63 [00:02:40.000] request: "seq": 4, "type": "request" } -Info 64 [00:02:41.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file -Info 65 [00:02:42.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -547,6 +559,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -578,7 +592,7 @@ FsWatchesRecursive:: Before request -Info 66 [00:02:43.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -589,7 +603,7 @@ Info 66 [00:02:43.000] request: "seq": 5, "type": "request" } -Info 67 [00:02:44.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -630,7 +644,7 @@ After request Before request -Info 68 [00:02:45.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -641,7 +655,7 @@ Info 68 [00:02:45.000] request: "seq": 6, "type": "request" } -Info 69 [00:02:46.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -682,7 +696,7 @@ After request Before request -Info 70 [00:02:47.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -693,7 +707,7 @@ Info 70 [00:02:47.000] request: "seq": 7, "type": "request" } -Info 71 [00:02:48.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -734,7 +748,7 @@ After request Before request -Info 72 [00:02:49.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -745,7 +759,7 @@ Info 72 [00:02:49.000] request: "seq": 8, "type": "request" } -Info 73 [00:02:50.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -786,7 +800,7 @@ After request Before request -Info 74 [00:02:51.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -797,7 +811,7 @@ Info 74 [00:02:51.000] request: "seq": 9, "type": "request" } -Info 75 [00:02:52.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -849,7 +863,7 @@ After request Before request -Info 76 [00:02:53.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -860,7 +874,7 @@ Info 76 [00:02:53.000] request: "seq": 10, "type": "request" } -Info 77 [00:02:54.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -912,7 +926,7 @@ After request Before request -Info 78 [00:02:55.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -923,7 +937,7 @@ Info 78 [00:02:55.000] request: "seq": 11, "type": "request" } -Info 79 [00:02:56.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -975,7 +989,7 @@ After request Before request -Info 80 [00:02:57.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -986,7 +1000,7 @@ Info 80 [00:02:57.000] request: "seq": 12, "type": "request" } -Info 81 [00:02:58.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1038,7 +1052,7 @@ After request Before request -Info 82 [00:02:59.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1049,7 +1063,7 @@ Info 82 [00:02:59.000] request: "seq": 13, "type": "request" } -Info 83 [00:03:00.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1101,7 +1115,7 @@ After request Before request -Info 84 [00:03:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1110,25 +1124,25 @@ Info 84 [00:03:01.000] request: "seq": 14, "type": "request" } -Info 85 [00:03:02.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 86 [00:03:03.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 86 [00:03:04.000] Files (3) - -Info 86 [00:03:05.000] ----------------------------------------------- -Info 86 [00:03:06.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 86 [00:03:07.000] Files (2) - -Info 86 [00:03:08.000] ----------------------------------------------- -Info 86 [00:03:09.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 86 [00:03:10.000] Files (2) - -Info 86 [00:03:11.000] ----------------------------------------------- -Info 86 [00:03:12.000] Open files: -Info 86 [00:03:13.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 86 [00:03:14.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 86 [00:03:15.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 86 [00:03:16.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 86 [00:03:17.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1139,6 +1153,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1172,7 +1188,7 @@ FsWatchesRecursive:: Before request -Info 87 [00:03:18.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -1181,29 +1197,29 @@ Info 87 [00:03:18.000] request: "seq": 15, "type": "request" } -Info 88 [00:03:19.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 89 [00:03:20.000] Search path: /user/username/projects/myproject/random -Info 90 [00:03:21.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 91 [00:03:22.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 91 [00:03:23.000] Files (3) - -Info 91 [00:03:24.000] ----------------------------------------------- -Info 91 [00:03:25.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 91 [00:03:26.000] Files (2) - -Info 91 [00:03:27.000] ----------------------------------------------- -Info 91 [00:03:28.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 91 [00:03:29.000] Files (2) - -Info 91 [00:03:30.000] ----------------------------------------------- -Info 91 [00:03:31.000] Open files: -Info 91 [00:03:32.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 91 [00:03:33.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 91 [00:03:34.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 91 [00:03:35.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 91 [00:03:36.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 91 [00:03:37.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 91 [00:03:38.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1214,6 +1230,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1249,7 +1267,7 @@ FsWatchesRecursive:: Before request -Info 92 [00:03:39.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1258,25 +1276,25 @@ Info 92 [00:03:39.000] request: "seq": 16, "type": "request" } -Info 93 [00:03:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 94 [00:03:41.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 94 [00:03:42.000] Files (3) - -Info 94 [00:03:43.000] ----------------------------------------------- -Info 94 [00:03:44.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 94 [00:03:45.000] Files (2) - -Info 94 [00:03:46.000] ----------------------------------------------- -Info 94 [00:03:47.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 94 [00:03:48.000] Files (2) - -Info 94 [00:03:49.000] ----------------------------------------------- -Info 94 [00:03:50.000] Open files: -Info 94 [00:03:51.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 94 [00:03:52.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 94 [00:03:53.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 94 [00:03:54.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 94 [00:03:55.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1287,6 +1305,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1320,7 +1340,7 @@ FsWatchesRecursive:: Before request -Info 95 [00:03:56.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1329,23 +1349,23 @@ Info 95 [00:03:56.000] request: "seq": 17, "type": "request" } -Info 96 [00:03:57.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 97 [00:03:58.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 97 [00:03:59.000] Files (3) - -Info 97 [00:04:00.000] ----------------------------------------------- -Info 97 [00:04:01.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 97 [00:04:02.000] Files (2) - -Info 97 [00:04:03.000] ----------------------------------------------- -Info 97 [00:04:04.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 97 [00:04:05.000] Files (2) - -Info 97 [00:04:06.000] ----------------------------------------------- -Info 97 [00:04:07.000] Open files: -Info 97 [00:04:08.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 97 [00:04:09.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 97 [00:04:10.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1356,6 +1376,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1391,7 +1413,7 @@ FsWatchesRecursive:: Before request -Info 98 [00:04:11.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1400,21 +1422,21 @@ Info 98 [00:04:11.000] request: "seq": 18, "type": "request" } -Info 99 [00:04:12.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 100 [00:04:13.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 100 [00:04:14.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 100 [00:04:15.000] ----------------------------------------------- -Info 100 [00:04:16.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 100 [00:04:17.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 100 [00:04:18.000] ----------------------------------------------- -Info 100 [00:04:19.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 100 [00:04:20.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 100 [00:04:21.000] ----------------------------------------------- -Info 100 [00:04:22.000] Open files: -Info 100 [00:04:23.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1425,6 +1447,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1462,7 +1486,7 @@ FsWatchesRecursive:: Before request -Info 101 [00:04:24.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -1471,12 +1495,12 @@ Info 101 [00:04:24.000] request: "seq": 19, "type": "request" } -Info 102 [00:04:25.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 103 [00:04:26.000] Search path: /user/username/projects/myproject/random -Info 104 [00:04:27.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 105 [00:04:28.000] `remove Project:: -Info 106 [00:04:29.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 107 [00:04:30.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts /user/username/projects/myproject/decls/fns.d.ts /user/username/projects/myproject/main/main.ts @@ -1489,19 +1513,21 @@ Info 107 [00:04:30.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 108 [00:04:31.000] ----------------------------------------------- -Info 109 [00:04:32.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 110 [00:04:33.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 111 [00:04:34.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 112 [00:04:35.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 113 [00:04:36.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 114 [00:04:37.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 115 [00:04:38.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 116 [00:04:39.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 117 [00:04:40.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 118 [00:04:41.000] `remove Project:: -Info 119 [00:04:42.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 120 [00:04:43.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts /user/username/projects/myproject/dependency/FnS.ts @@ -1511,26 +1537,28 @@ Info 120 [00:04:43.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 121 [00:04:44.000] ----------------------------------------------- -Info 122 [00:04:45.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 123 [00:04:46.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 124 [00:04:47.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 125 [00:04:48.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 126 [00:04:49.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 127 [00:04:50.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 128 [00:04:51.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 129 [00:04:52.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 130 [00:04:53.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 131 [00:04:54.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file -Info 132 [00:04:55.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 133 [00:04:56.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 133 [00:04:57.000] Files (2) - -Info 133 [00:04:58.000] ----------------------------------------------- -Info 133 [00:04:59.000] Open files: -Info 133 [00:05:00.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 133 [00:05:01.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 133 [00:05:02.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1539,6 +1567,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configHasNoReference/goToDef-and-rename-locations.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configHasNoReference/goToDef-and-rename-locations.js index 9fa1e28ea8772..1462da8999f70 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configHasNoReference/goToDef-and-rename-locations.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configHasNoReference/goToDef-and-rename-locations.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:03.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:04.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:05.000] Search path: /user/username/projects/myproject/main -Info 3 [00:01:06.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:01:07.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:01:08.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:01:09.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -237,20 +237,22 @@ Info 6 [00:01:09.000] Config: /user/username/projects/myproject/main/tsconfig "configFilePath": "/user/username/projects/myproject/main/tsconfig.json" } } -Info 7 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:12.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:01:13.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 11 [00:01:14.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 12 [00:01:15.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 13 [00:01:16.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 14 [00:01:17.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 15 [00:01:18.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 16 [00:01:19.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 17 [00:01:20.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 18 [00:01:21.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 19 [00:01:22.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 20 [00:01:23.000] Files (3) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/decls/fns.d.ts Text-1 "export declare function fn1(): void;\nexport declare function fn2(): void;\nexport declare function fn3(): void;\nexport declare function fn4(): void;\nexport declare function fn5(): void;\n//# sourceMappingURL=FnS.d.ts.map" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -263,17 +265,17 @@ Info 20 [00:01:23.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 21 [00:01:24.000] ----------------------------------------------- -Info 22 [00:01:25.000] Search path: /user/username/projects/myproject/main -Info 23 [00:01:26.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 24 [00:01:27.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 24 [00:01:28.000] Files (3) - -Info 24 [00:01:29.000] ----------------------------------------------- -Info 24 [00:01:30.000] Open files: -Info 24 [00:01:31.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 24 [00:01:32.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 24 [00:01:33.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -284,6 +286,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -301,7 +305,7 @@ FsWatchesRecursive:: Before request -Info 25 [00:01:34.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -310,11 +314,11 @@ Info 25 [00:01:34.000] request: "seq": 2, "type": "request" } -Info 26 [00:01:35.000] Search path: /user/username/projects/myproject/dependency -Info 27 [00:01:36.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 28 [00:01:37.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 29 [00:01:38.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 30 [00:01:39.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -325,16 +329,18 @@ Info 30 [00:01:39.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 31 [00:01:40.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 32 [00:01:41.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 33 [00:01:42.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 34 [00:01:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 35 [00:01:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 36 [00:01:45.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 37 [00:01:46.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 38 [00:01:47.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 39 [00:01:48.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 40 [00:01:49.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-1-0 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -344,23 +350,23 @@ Info 40 [00:01:49.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 41 [00:01:50.000] ----------------------------------------------- -Info 42 [00:01:51.000] Search path: /user/username/projects/myproject/dependency -Info 43 [00:01:52.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 44 [00:01:53.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 44 [00:01:54.000] Files (3) - -Info 44 [00:01:55.000] ----------------------------------------------- -Info 44 [00:01:56.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 44 [00:01:57.000] Files (2) - -Info 44 [00:01:58.000] ----------------------------------------------- -Info 44 [00:01:59.000] Open files: -Info 44 [00:02:00.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 44 [00:02:01.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 44 [00:02:02.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 44 [00:02:03.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 44 [00:02:04.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -371,6 +377,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: *new* {"pollingInterval":500} @@ -394,7 +402,7 @@ FsWatchesRecursive:: Before request -Info 45 [00:02:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -403,11 +411,11 @@ Info 45 [00:02:05.000] request: "seq": 3, "type": "request" } -Info 46 [00:02:06.000] Search path: /user/username/projects/myproject/random -Info 47 [00:02:07.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 48 [00:02:08.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 49 [00:02:09.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 50 [00:02:10.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -415,16 +423,18 @@ Info 50 [00:02:10.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 51 [00:02:11.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 52 [00:02:12.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 53 [00:02:13.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 54 [00:02:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 55 [00:02:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 56 [00:02:16.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 57 [00:02:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 58 [00:02:18.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 59 [00:02:19.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 60 [00:02:20.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -434,27 +444,27 @@ Info 60 [00:02:20.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 61 [00:02:21.000] ----------------------------------------------- -Info 62 [00:02:22.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 62 [00:02:23.000] Files (3) - -Info 62 [00:02:24.000] ----------------------------------------------- -Info 62 [00:02:25.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 62 [00:02:26.000] Files (2) - -Info 62 [00:02:27.000] ----------------------------------------------- -Info 62 [00:02:28.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 62 [00:02:29.000] Files (2) - -Info 62 [00:02:30.000] ----------------------------------------------- -Info 62 [00:02:31.000] Open files: -Info 62 [00:02:32.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 62 [00:02:33.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 62 [00:02:34.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 62 [00:02:35.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 62 [00:02:36.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 62 [00:02:37.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 62 [00:02:38.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -465,6 +475,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* @@ -494,7 +506,7 @@ FsWatchesRecursive:: Before request -Info 63 [00:02:39.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -505,8 +517,8 @@ Info 63 [00:02:39.000] request: "seq": 4, "type": "request" } -Info 64 [00:02:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 65 [00:02:41.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -550,6 +562,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -581,7 +595,7 @@ FsWatchesRecursive:: Before request -Info 66 [00:02:42.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -592,7 +606,7 @@ Info 66 [00:02:42.000] request: "seq": 5, "type": "request" } -Info 67 [00:02:43.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -633,7 +647,7 @@ After request Before request -Info 68 [00:02:44.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -644,7 +658,7 @@ Info 68 [00:02:44.000] request: "seq": 6, "type": "request" } -Info 69 [00:02:45.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -685,7 +699,7 @@ After request Before request -Info 70 [00:02:46.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -696,7 +710,7 @@ Info 70 [00:02:46.000] request: "seq": 7, "type": "request" } -Info 71 [00:02:47.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -737,7 +751,7 @@ After request Before request -Info 72 [00:02:48.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -748,7 +762,7 @@ Info 72 [00:02:48.000] request: "seq": 8, "type": "request" } -Info 73 [00:02:49.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -789,7 +803,7 @@ After request Before request -Info 74 [00:02:50.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -800,9 +814,9 @@ Info 74 [00:02:50.000] request: "seq": 9, "type": "request" } -Info 75 [00:02:51.000] Search path: /user/username/projects/myproject/dependency -Info 76 [00:02:52.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 77 [00:02:53.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -887,7 +901,7 @@ After request Before request -Info 78 [00:02:54.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -898,9 +912,9 @@ Info 78 [00:02:54.000] request: "seq": 10, "type": "request" } -Info 79 [00:02:55.000] Search path: /user/username/projects/myproject/dependency -Info 80 [00:02:56.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 81 [00:02:57.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -985,7 +999,7 @@ After request Before request -Info 82 [00:02:58.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -996,9 +1010,9 @@ Info 82 [00:02:58.000] request: "seq": 11, "type": "request" } -Info 83 [00:02:59.000] Search path: /user/username/projects/myproject/dependency -Info 84 [00:03:00.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 85 [00:03:01.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1083,7 +1097,7 @@ After request Before request -Info 86 [00:03:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1094,9 +1108,9 @@ Info 86 [00:03:02.000] request: "seq": 12, "type": "request" } -Info 87 [00:03:03.000] Search path: /user/username/projects/myproject/dependency -Info 88 [00:03:04.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 89 [00:03:05.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1181,7 +1195,7 @@ After request Before request -Info 90 [00:03:06.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1192,9 +1206,9 @@ Info 90 [00:03:06.000] request: "seq": 13, "type": "request" } -Info 91 [00:03:07.000] Search path: /user/username/projects/myproject/dependency -Info 92 [00:03:08.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 93 [00:03:09.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1279,7 +1293,7 @@ After request Before request -Info 94 [00:03:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1288,25 +1302,25 @@ Info 94 [00:03:10.000] request: "seq": 14, "type": "request" } -Info 95 [00:03:11.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 96 [00:03:12.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 96 [00:03:13.000] Files (3) - -Info 96 [00:03:14.000] ----------------------------------------------- -Info 96 [00:03:15.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 96 [00:03:16.000] Files (2) - -Info 96 [00:03:17.000] ----------------------------------------------- -Info 96 [00:03:18.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 96 [00:03:19.000] Files (2) - -Info 96 [00:03:20.000] ----------------------------------------------- -Info 96 [00:03:21.000] Open files: -Info 96 [00:03:22.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 96 [00:03:23.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 96 [00:03:24.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 96 [00:03:25.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 96 [00:03:26.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1317,6 +1331,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1350,7 +1366,7 @@ FsWatchesRecursive:: Before request -Info 97 [00:03:27.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -1359,29 +1375,29 @@ Info 97 [00:03:27.000] request: "seq": 15, "type": "request" } -Info 98 [00:03:28.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 99 [00:03:29.000] Search path: /user/username/projects/myproject/random -Info 100 [00:03:30.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 101 [00:03:31.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 101 [00:03:32.000] Files (3) - -Info 101 [00:03:33.000] ----------------------------------------------- -Info 101 [00:03:34.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 101 [00:03:35.000] Files (2) - -Info 101 [00:03:36.000] ----------------------------------------------- -Info 101 [00:03:37.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 101 [00:03:38.000] Files (2) - -Info 101 [00:03:39.000] ----------------------------------------------- -Info 101 [00:03:40.000] Open files: -Info 101 [00:03:41.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 101 [00:03:42.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 101 [00:03:43.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 101 [00:03:44.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 101 [00:03:45.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 101 [00:03:46.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 101 [00:03:47.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1392,6 +1408,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1427,7 +1445,7 @@ FsWatchesRecursive:: Before request -Info 102 [00:03:48.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1436,25 +1454,25 @@ Info 102 [00:03:48.000] request: "seq": 16, "type": "request" } -Info 103 [00:03:49.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 104 [00:03:50.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 104 [00:03:51.000] Files (3) - -Info 104 [00:03:52.000] ----------------------------------------------- -Info 104 [00:03:53.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 104 [00:03:54.000] Files (2) - -Info 104 [00:03:55.000] ----------------------------------------------- -Info 104 [00:03:56.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 104 [00:03:57.000] Files (2) - -Info 104 [00:03:58.000] ----------------------------------------------- -Info 104 [00:03:59.000] Open files: -Info 104 [00:04:00.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 104 [00:04:01.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 104 [00:04:02.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 104 [00:04:03.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 104 [00:04:04.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1465,6 +1483,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1498,7 +1518,7 @@ FsWatchesRecursive:: Before request -Info 105 [00:04:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1507,23 +1527,23 @@ Info 105 [00:04:05.000] request: "seq": 17, "type": "request" } -Info 106 [00:04:06.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 107 [00:04:07.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 107 [00:04:08.000] Files (3) - -Info 107 [00:04:09.000] ----------------------------------------------- -Info 107 [00:04:10.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 107 [00:04:11.000] Files (2) - -Info 107 [00:04:12.000] ----------------------------------------------- -Info 107 [00:04:13.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 107 [00:04:14.000] Files (2) - -Info 107 [00:04:15.000] ----------------------------------------------- -Info 107 [00:04:16.000] Open files: -Info 107 [00:04:17.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 107 [00:04:18.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 107 [00:04:19.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1534,6 +1554,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1569,7 +1591,7 @@ FsWatchesRecursive:: Before request -Info 108 [00:04:20.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1578,21 +1600,21 @@ Info 108 [00:04:20.000] request: "seq": 18, "type": "request" } -Info 109 [00:04:21.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 110 [00:04:22.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 110 [00:04:23.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 110 [00:04:24.000] ----------------------------------------------- -Info 110 [00:04:25.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 110 [00:04:26.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 110 [00:04:27.000] ----------------------------------------------- -Info 110 [00:04:28.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 110 [00:04:29.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 110 [00:04:30.000] ----------------------------------------------- -Info 110 [00:04:31.000] Open files: -Info 110 [00:04:32.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1603,6 +1625,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1640,7 +1664,7 @@ FsWatchesRecursive:: Before request -Info 111 [00:04:33.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -1649,12 +1673,12 @@ Info 111 [00:04:33.000] request: "seq": 19, "type": "request" } -Info 112 [00:04:34.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 113 [00:04:35.000] Search path: /user/username/projects/myproject/random -Info 114 [00:04:36.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 115 [00:04:37.000] `remove Project:: -Info 116 [00:04:38.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 117 [00:04:39.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts /user/username/projects/myproject/decls/fns.d.ts /user/username/projects/myproject/main/main.ts @@ -1667,19 +1691,21 @@ Info 117 [00:04:39.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 118 [00:04:40.000] ----------------------------------------------- -Info 119 [00:04:41.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 120 [00:04:42.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 121 [00:04:43.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 122 [00:04:44.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 123 [00:04:45.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 124 [00:04:46.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 125 [00:04:47.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 126 [00:04:48.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 127 [00:04:49.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 128 [00:04:50.000] `remove Project:: -Info 129 [00:04:51.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 130 [00:04:52.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts /user/username/projects/myproject/dependency/FnS.ts @@ -1689,26 +1715,28 @@ Info 130 [00:04:52.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 131 [00:04:53.000] ----------------------------------------------- -Info 132 [00:04:54.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 133 [00:04:55.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 134 [00:04:56.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 135 [00:04:57.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 136 [00:04:58.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 137 [00:04:59.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 138 [00:05:00.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 139 [00:05:01.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 140 [00:05:02.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 141 [00:05:03.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 142 [00:05:04.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 143 [00:05:05.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 143 [00:05:06.000] Files (2) - -Info 143 [00:05:07.000] ----------------------------------------------- -Info 143 [00:05:08.000] Open files: -Info 143 [00:05:09.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 143 [00:05:10.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 143 [00:05:11.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1717,6 +1745,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configHasNoReference/usage-file-changes-with-timeout-before-request.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configHasNoReference/usage-file-changes-with-timeout-before-request.js index 29403cb0d79d6..172efc891d18a 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configHasNoReference/usage-file-changes-with-timeout-before-request.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configHasNoReference/usage-file-changes-with-timeout-before-request.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:03.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:04.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:05.000] Search path: /user/username/projects/myproject/main -Info 3 [00:01:06.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:01:07.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:01:08.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:01:09.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -237,20 +237,22 @@ Info 6 [00:01:09.000] Config: /user/username/projects/myproject/main/tsconfig "configFilePath": "/user/username/projects/myproject/main/tsconfig.json" } } -Info 7 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:12.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:01:13.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 11 [00:01:14.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 12 [00:01:15.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 13 [00:01:16.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 14 [00:01:17.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 15 [00:01:18.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 16 [00:01:19.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 17 [00:01:20.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 18 [00:01:21.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 19 [00:01:22.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 20 [00:01:23.000] Files (3) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/decls/fns.d.ts Text-1 "export declare function fn1(): void;\nexport declare function fn2(): void;\nexport declare function fn3(): void;\nexport declare function fn4(): void;\nexport declare function fn5(): void;\n//# sourceMappingURL=FnS.d.ts.map" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -263,17 +265,17 @@ Info 20 [00:01:23.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 21 [00:01:24.000] ----------------------------------------------- -Info 22 [00:01:25.000] Search path: /user/username/projects/myproject/main -Info 23 [00:01:26.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 24 [00:01:27.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 24 [00:01:28.000] Files (3) - -Info 24 [00:01:29.000] ----------------------------------------------- -Info 24 [00:01:30.000] Open files: -Info 24 [00:01:31.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 24 [00:01:32.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 24 [00:01:33.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -284,6 +286,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -301,7 +305,7 @@ FsWatchesRecursive:: Before request -Info 25 [00:01:34.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -310,11 +314,11 @@ Info 25 [00:01:34.000] request: "seq": 2, "type": "request" } -Info 26 [00:01:35.000] Search path: /user/username/projects/myproject/dependency -Info 27 [00:01:36.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 28 [00:01:37.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 29 [00:01:38.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 30 [00:01:39.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -325,16 +329,18 @@ Info 30 [00:01:39.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 31 [00:01:40.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 32 [00:01:41.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 33 [00:01:42.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 34 [00:01:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 35 [00:01:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 36 [00:01:45.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 37 [00:01:46.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 38 [00:01:47.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 39 [00:01:48.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 40 [00:01:49.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-1-0 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -344,23 +350,23 @@ Info 40 [00:01:49.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 41 [00:01:50.000] ----------------------------------------------- -Info 42 [00:01:51.000] Search path: /user/username/projects/myproject/dependency -Info 43 [00:01:52.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 44 [00:01:53.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 44 [00:01:54.000] Files (3) - -Info 44 [00:01:55.000] ----------------------------------------------- -Info 44 [00:01:56.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 44 [00:01:57.000] Files (2) - -Info 44 [00:01:58.000] ----------------------------------------------- -Info 44 [00:01:59.000] Open files: -Info 44 [00:02:00.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 44 [00:02:01.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 44 [00:02:02.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 44 [00:02:03.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 44 [00:02:04.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -371,6 +377,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: *new* {"pollingInterval":500} @@ -394,7 +402,7 @@ FsWatchesRecursive:: Before request -Info 45 [00:02:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -403,11 +411,11 @@ Info 45 [00:02:05.000] request: "seq": 3, "type": "request" } -Info 46 [00:02:06.000] Search path: /user/username/projects/myproject/random -Info 47 [00:02:07.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 48 [00:02:08.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 49 [00:02:09.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 50 [00:02:10.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -415,16 +423,18 @@ Info 50 [00:02:10.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 51 [00:02:11.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 52 [00:02:12.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 53 [00:02:13.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 54 [00:02:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 55 [00:02:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 56 [00:02:16.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 57 [00:02:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 58 [00:02:18.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 59 [00:02:19.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 60 [00:02:20.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -434,27 +444,27 @@ Info 60 [00:02:20.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 61 [00:02:21.000] ----------------------------------------------- -Info 62 [00:02:22.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 62 [00:02:23.000] Files (3) - -Info 62 [00:02:24.000] ----------------------------------------------- -Info 62 [00:02:25.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 62 [00:02:26.000] Files (2) - -Info 62 [00:02:27.000] ----------------------------------------------- -Info 62 [00:02:28.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 62 [00:02:29.000] Files (2) - -Info 62 [00:02:30.000] ----------------------------------------------- -Info 62 [00:02:31.000] Open files: -Info 62 [00:02:32.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 62 [00:02:33.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 62 [00:02:34.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 62 [00:02:35.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 62 [00:02:36.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 62 [00:02:37.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 62 [00:02:38.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -465,6 +475,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* @@ -494,7 +506,7 @@ FsWatchesRecursive:: Before request -Info 63 [00:02:39.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -505,8 +517,8 @@ Info 63 [00:02:39.000] request: "seq": 4, "type": "request" } -Info 64 [00:02:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 65 [00:02:41.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -550,6 +562,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -581,7 +595,7 @@ FsWatchesRecursive:: Before request -Info 66 [00:02:42.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -592,9 +606,9 @@ Info 66 [00:02:42.000] request: "seq": 5, "type": "request" } -Info 67 [00:02:43.000] Search path: /user/username/projects/myproject/dependency -Info 68 [00:02:44.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 69 [00:02:45.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -679,7 +693,7 @@ After request Before request -Info 70 [00:02:46.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { @@ -693,7 +707,7 @@ Info 70 [00:02:46.000] request: "seq": 6, "type": "request" } -Info 71 [00:02:47.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -701,7 +715,7 @@ After request Before request -Info 72 [00:02:48.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { @@ -715,7 +729,7 @@ Info 72 [00:02:48.000] request: "seq": 7, "type": "request" } -Info 73 [00:02:49.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -727,7 +741,7 @@ After running Timeout callback:: count: 0 Before request -Info 74 [00:02:50.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -738,16 +752,16 @@ Info 74 [00:02:50.000] request: "seq": 8, "type": "request" } -Info 75 [00:02:51.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 76 [00:02:52.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 77 [00:02:53.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 78 [00:02:54.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/decls/fns.d.ts Text-1 "export declare function fn1(): void;\nexport declare function fn2(): void;\nexport declare function fn3(): void;\nexport declare function fn4(): void;\nexport declare function fn5(): void;\n//# sourceMappingURL=FnS.d.ts.map" /user/username/projects/myproject/main/main.ts SVC-1-1 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\nconst x = 10;" -Info 79 [00:02:55.000] ----------------------------------------------- -Info 80 [00:02:56.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -788,7 +802,7 @@ After request Before request -Info 81 [00:02:57.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -799,7 +813,7 @@ Info 81 [00:02:57.000] request: "seq": 9, "type": "request" } -Info 82 [00:02:58.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -840,7 +854,7 @@ After request Before request -Info 83 [00:02:59.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -851,7 +865,7 @@ Info 83 [00:02:59.000] request: "seq": 10, "type": "request" } -Info 84 [00:03:00.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -892,7 +906,7 @@ After request Before request -Info 85 [00:03:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -903,7 +917,7 @@ Info 85 [00:03:01.000] request: "seq": 11, "type": "request" } -Info 86 [00:03:02.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -944,7 +958,7 @@ After request Before request -Info 87 [00:03:03.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -955,7 +969,7 @@ Info 87 [00:03:03.000] request: "seq": 12, "type": "request" } -Info 88 [00:03:04.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -996,7 +1010,7 @@ After request Before request -Info 89 [00:03:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1007,17 +1021,17 @@ Info 89 [00:03:05.000] request: "seq": 13, "type": "request" } -Info 90 [00:03:06.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 91 [00:03:07.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 92 [00:03:08.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 93 [00:03:09.000] Files (2) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-1-1 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\nconst x = 10;" -Info 94 [00:03:10.000] ----------------------------------------------- -Info 95 [00:03:11.000] Search path: /user/username/projects/myproject/dependency -Info 96 [00:03:12.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 97 [00:03:13.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1102,7 +1116,7 @@ After request Before request -Info 98 [00:03:14.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1113,9 +1127,9 @@ Info 98 [00:03:14.000] request: "seq": 14, "type": "request" } -Info 99 [00:03:15.000] Search path: /user/username/projects/myproject/dependency -Info 100 [00:03:16.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 101 [00:03:17.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1200,7 +1214,7 @@ After request Before request -Info 102 [00:03:18.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1211,9 +1225,9 @@ Info 102 [00:03:18.000] request: "seq": 15, "type": "request" } -Info 103 [00:03:19.000] Search path: /user/username/projects/myproject/dependency -Info 104 [00:03:20.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 105 [00:03:21.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1298,7 +1312,7 @@ After request Before request -Info 106 [00:03:22.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1309,9 +1323,9 @@ Info 106 [00:03:22.000] request: "seq": 16, "type": "request" } -Info 107 [00:03:23.000] Search path: /user/username/projects/myproject/dependency -Info 108 [00:03:24.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 109 [00:03:25.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1396,7 +1410,7 @@ After request Before request -Info 110 [00:03:26.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1407,9 +1421,9 @@ Info 110 [00:03:26.000] request: "seq": 17, "type": "request" } -Info 111 [00:03:27.000] Search path: /user/username/projects/myproject/dependency -Info 112 [00:03:28.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 113 [00:03:29.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configHasNoReference/usage-file-changes.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configHasNoReference/usage-file-changes.js index 5776c2d2363f1..bbfb610546523 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configHasNoReference/usage-file-changes.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configHasNoReference/usage-file-changes.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:03.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:04.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:05.000] Search path: /user/username/projects/myproject/main -Info 3 [00:01:06.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:01:07.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:01:08.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:01:09.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -237,20 +237,22 @@ Info 6 [00:01:09.000] Config: /user/username/projects/myproject/main/tsconfig "configFilePath": "/user/username/projects/myproject/main/tsconfig.json" } } -Info 7 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:12.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:01:13.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 11 [00:01:14.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 12 [00:01:15.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 13 [00:01:16.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 14 [00:01:17.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 15 [00:01:18.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 16 [00:01:19.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 17 [00:01:20.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 18 [00:01:21.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 19 [00:01:22.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 20 [00:01:23.000] Files (3) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/decls/fns.d.ts Text-1 "export declare function fn1(): void;\nexport declare function fn2(): void;\nexport declare function fn3(): void;\nexport declare function fn4(): void;\nexport declare function fn5(): void;\n//# sourceMappingURL=FnS.d.ts.map" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -263,17 +265,17 @@ Info 20 [00:01:23.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 21 [00:01:24.000] ----------------------------------------------- -Info 22 [00:01:25.000] Search path: /user/username/projects/myproject/main -Info 23 [00:01:26.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 24 [00:01:27.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 24 [00:01:28.000] Files (3) - -Info 24 [00:01:29.000] ----------------------------------------------- -Info 24 [00:01:30.000] Open files: -Info 24 [00:01:31.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 24 [00:01:32.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 24 [00:01:33.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -284,6 +286,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -301,7 +305,7 @@ FsWatchesRecursive:: Before request -Info 25 [00:01:34.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -310,11 +314,11 @@ Info 25 [00:01:34.000] request: "seq": 2, "type": "request" } -Info 26 [00:01:35.000] Search path: /user/username/projects/myproject/dependency -Info 27 [00:01:36.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 28 [00:01:37.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 29 [00:01:38.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file -Info 30 [00:01:39.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -325,16 +329,18 @@ Info 30 [00:01:39.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 31 [00:01:40.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 32 [00:01:41.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 33 [00:01:42.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 34 [00:01:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 35 [00:01:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 36 [00:01:45.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 37 [00:01:46.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 38 [00:01:47.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 39 [00:01:48.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 40 [00:01:49.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-1-0 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -344,23 +350,23 @@ Info 40 [00:01:49.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 41 [00:01:50.000] ----------------------------------------------- -Info 42 [00:01:51.000] Search path: /user/username/projects/myproject/dependency -Info 43 [00:01:52.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 44 [00:01:53.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 44 [00:01:54.000] Files (3) - -Info 44 [00:01:55.000] ----------------------------------------------- -Info 44 [00:01:56.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 44 [00:01:57.000] Files (2) - -Info 44 [00:01:58.000] ----------------------------------------------- -Info 44 [00:01:59.000] Open files: -Info 44 [00:02:00.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 44 [00:02:01.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 44 [00:02:02.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 44 [00:02:03.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 44 [00:02:04.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -371,6 +377,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: *new* {"pollingInterval":500} @@ -394,7 +402,7 @@ FsWatchesRecursive:: Before request -Info 45 [00:02:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -403,11 +411,11 @@ Info 45 [00:02:05.000] request: "seq": 3, "type": "request" } -Info 46 [00:02:06.000] Search path: /user/username/projects/myproject/random -Info 47 [00:02:07.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 48 [00:02:08.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 49 [00:02:09.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 50 [00:02:10.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -415,16 +423,18 @@ Info 50 [00:02:10.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 51 [00:02:11.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 52 [00:02:12.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 53 [00:02:13.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 54 [00:02:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 55 [00:02:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 56 [00:02:16.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 57 [00:02:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 58 [00:02:18.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 59 [00:02:19.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 60 [00:02:20.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -434,27 +444,27 @@ Info 60 [00:02:20.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 61 [00:02:21.000] ----------------------------------------------- -Info 62 [00:02:22.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 62 [00:02:23.000] Files (3) - -Info 62 [00:02:24.000] ----------------------------------------------- -Info 62 [00:02:25.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 62 [00:02:26.000] Files (2) - -Info 62 [00:02:27.000] ----------------------------------------------- -Info 62 [00:02:28.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 62 [00:02:29.000] Files (2) - -Info 62 [00:02:30.000] ----------------------------------------------- -Info 62 [00:02:31.000] Open files: -Info 62 [00:02:32.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 62 [00:02:33.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 62 [00:02:34.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 62 [00:02:35.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 62 [00:02:36.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 62 [00:02:37.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 62 [00:02:38.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -465,6 +475,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* @@ -494,7 +506,7 @@ FsWatchesRecursive:: Before request -Info 63 [00:02:39.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -505,8 +517,8 @@ Info 63 [00:02:39.000] request: "seq": 4, "type": "request" } -Info 64 [00:02:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 65 [00:02:41.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -550,6 +562,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -581,7 +595,7 @@ FsWatchesRecursive:: Before request -Info 66 [00:02:42.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -592,9 +606,9 @@ Info 66 [00:02:42.000] request: "seq": 5, "type": "request" } -Info 67 [00:02:43.000] Search path: /user/username/projects/myproject/dependency -Info 68 [00:02:44.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 69 [00:02:45.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -679,7 +693,7 @@ After request Before request -Info 70 [00:02:46.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { @@ -693,7 +707,7 @@ Info 70 [00:02:46.000] request: "seq": 6, "type": "request" } -Info 71 [00:02:47.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -701,7 +715,7 @@ After request Before request -Info 72 [00:02:48.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { @@ -715,7 +729,7 @@ Info 72 [00:02:48.000] request: "seq": 7, "type": "request" } -Info 73 [00:02:49.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -723,7 +737,7 @@ After request Before request -Info 74 [00:02:50.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -734,16 +748,16 @@ Info 74 [00:02:50.000] request: "seq": 8, "type": "request" } -Info 75 [00:02:51.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 76 [00:02:52.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 77 [00:02:53.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 78 [00:02:54.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/decls/fns.d.ts Text-1 "export declare function fn1(): void;\nexport declare function fn2(): void;\nexport declare function fn3(): void;\nexport declare function fn4(): void;\nexport declare function fn5(): void;\n//# sourceMappingURL=FnS.d.ts.map" /user/username/projects/myproject/main/main.ts SVC-1-1 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\nconst x = 10;" -Info 79 [00:02:55.000] ----------------------------------------------- -Info 80 [00:02:56.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -784,7 +798,7 @@ After request Before request -Info 81 [00:02:57.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -795,7 +809,7 @@ Info 81 [00:02:57.000] request: "seq": 9, "type": "request" } -Info 82 [00:02:58.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -836,7 +850,7 @@ After request Before request -Info 83 [00:02:59.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -847,7 +861,7 @@ Info 83 [00:02:59.000] request: "seq": 10, "type": "request" } -Info 84 [00:03:00.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -888,7 +902,7 @@ After request Before request -Info 85 [00:03:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -899,7 +913,7 @@ Info 85 [00:03:01.000] request: "seq": 11, "type": "request" } -Info 86 [00:03:02.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -940,7 +954,7 @@ After request Before request -Info 87 [00:03:03.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -951,7 +965,7 @@ Info 87 [00:03:03.000] request: "seq": 12, "type": "request" } -Info 88 [00:03:04.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -992,7 +1006,7 @@ After request Before request -Info 89 [00:03:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1003,17 +1017,17 @@ Info 89 [00:03:05.000] request: "seq": 13, "type": "request" } -Info 90 [00:03:06.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 91 [00:03:07.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 92 [00:03:08.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 93 [00:03:09.000] Files (2) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-1-1 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\nconst x = 10;" -Info 94 [00:03:10.000] ----------------------------------------------- -Info 95 [00:03:11.000] Search path: /user/username/projects/myproject/dependency -Info 96 [00:03:12.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 97 [00:03:13.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1098,7 +1112,7 @@ After request Before request -Info 98 [00:03:14.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1109,9 +1123,9 @@ Info 98 [00:03:14.000] request: "seq": 14, "type": "request" } -Info 99 [00:03:15.000] Search path: /user/username/projects/myproject/dependency -Info 100 [00:03:16.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 101 [00:03:17.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1196,7 +1210,7 @@ After request Before request -Info 102 [00:03:18.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1207,9 +1221,9 @@ Info 102 [00:03:18.000] request: "seq": 15, "type": "request" } -Info 103 [00:03:19.000] Search path: /user/username/projects/myproject/dependency -Info 104 [00:03:20.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 105 [00:03:21.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1294,7 +1308,7 @@ After request Before request -Info 106 [00:03:22.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1305,9 +1319,9 @@ Info 106 [00:03:22.000] request: "seq": 16, "type": "request" } -Info 107 [00:03:23.000] Search path: /user/username/projects/myproject/dependency -Info 108 [00:03:24.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 109 [00:03:25.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1392,7 +1406,7 @@ After request Before request -Info 110 [00:03:26.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1403,9 +1417,9 @@ Info 110 [00:03:26.000] request: "seq": 17, "type": "request" } -Info 111 [00:03:27.000] Search path: /user/username/projects/myproject/dependency -Info 112 [00:03:28.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 113 [00:03:29.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configWithReference/dependency-dts-changes-with-timeout-before-request.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configWithReference/dependency-dts-changes-with-timeout-before-request.js index 38e68090be074..48bc6bf04af06 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configWithReference/dependency-dts-changes-with-timeout-before-request.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configWithReference/dependency-dts-changes-with-timeout-before-request.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:00.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:01.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:02.000] Search path: /user/username/projects/myproject/main -Info 3 [00:01:03.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:01:04.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:01:05.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:01:06.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -243,10 +243,10 @@ Info 6 [00:01:06.000] Config: /user/username/projects/myproject/main/tsconfig } ] } -Info 7 [00:01:07.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:08.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:09.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:01:10.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -257,20 +257,22 @@ Info 10 [00:01:10.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:01:11.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 12 [00:01:12.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:01:13.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:01:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:01:16.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 17 [00:01:17.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:01:18.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 19 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 20 [00:01:20.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 21 [00:01:21.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 22 [00:01:22.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:01:23.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 24 [00:01:24.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts Text-1 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -283,17 +285,17 @@ Info 24 [00:01:24.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 25 [00:01:25.000] ----------------------------------------------- -Info 26 [00:01:26.000] Search path: /user/username/projects/myproject/main -Info 27 [00:01:27.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 28 [00:01:28.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 28 [00:01:29.000] Files (3) - -Info 28 [00:01:30.000] ----------------------------------------------- -Info 28 [00:01:31.000] Open files: -Info 28 [00:01:32.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 28 [00:01:33.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 28 [00:01:34.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -304,6 +306,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -325,7 +329,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:35.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -334,18 +338,20 @@ Info 29 [00:01:35.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:36.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 31 [00:01:37.000] Search path: /user/username/projects/myproject/dependency -Info 32 [00:01:38.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 33 [00:01:39.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 34 [00:01:40.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 35 [00:01:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 36 [00:01:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 37 [00:01:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 38 [00:01:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 39 [00:01:45.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 40 [00:01:46.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 41 [00:01:47.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts Text-1 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -355,23 +361,23 @@ Info 41 [00:01:47.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 42 [00:01:48.000] ----------------------------------------------- -Info 43 [00:01:49.000] Search path: /user/username/projects/myproject/dependency -Info 44 [00:01:50.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 45 [00:01:51.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 45 [00:01:52.000] Files (3) - -Info 45 [00:01:53.000] ----------------------------------------------- -Info 45 [00:01:54.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 45 [00:01:55.000] Files (2) - -Info 45 [00:01:56.000] ----------------------------------------------- -Info 45 [00:01:57.000] Open files: -Info 45 [00:01:58.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 45 [00:01:59.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 45 [00:02:00.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 45 [00:02:01.000] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 45 [00:02:02.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -382,6 +388,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: *new* {"pollingInterval":500} @@ -407,7 +415,7 @@ FsWatchesRecursive:: Before request -Info 46 [00:02:03.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -416,11 +424,11 @@ Info 46 [00:02:03.000] request: "seq": 3, "type": "request" } -Info 47 [00:02:04.000] Search path: /user/username/projects/myproject/random -Info 48 [00:02:05.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 49 [00:02:06.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 50 [00:02:07.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 51 [00:02:08.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -428,16 +436,18 @@ Info 51 [00:02:08.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 52 [00:02:09.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 53 [00:02:10.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 54 [00:02:11.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 55 [00:02:12.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 56 [00:02:13.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 57 [00:02:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 58 [00:02:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 59 [00:02:16.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 60 [00:02:17.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 61 [00:02:18.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -447,27 +457,27 @@ Info 61 [00:02:18.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 62 [00:02:19.000] ----------------------------------------------- -Info 63 [00:02:20.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 63 [00:02:21.000] Files (3) - -Info 63 [00:02:22.000] ----------------------------------------------- -Info 63 [00:02:23.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 63 [00:02:24.000] Files (2) - -Info 63 [00:02:25.000] ----------------------------------------------- -Info 63 [00:02:26.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 63 [00:02:27.000] Files (2) - -Info 63 [00:02:28.000] ----------------------------------------------- -Info 63 [00:02:29.000] Open files: -Info 63 [00:02:30.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 63 [00:02:31.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 63 [00:02:32.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 63 [00:02:33.000] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 63 [00:02:34.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 63 [00:02:35.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 63 [00:02:36.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -478,6 +488,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* @@ -505,7 +517,7 @@ FsWatchesRecursive:: Before request -Info 64 [00:02:37.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -516,7 +528,7 @@ Info 64 [00:02:37.000] request: "seq": 4, "type": "request" } -Info 65 [00:02:38.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -557,7 +569,7 @@ After request Before request -Info 66 [00:02:39.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -568,11 +580,11 @@ Info 66 [00:02:39.000] request: "seq": 5, "type": "request" } -Info 67 [00:02:40.000] Search path: /user/username/projects/myproject/dependency -Info 68 [00:02:41.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 69 [00:02:42.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 70 [00:02:43.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 71 [00:02:44.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -660,6 +672,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -689,11 +703,11 @@ FsWatchesRecursive:: /user/username/projects/myproject/random: {} -Info 72 [00:02:48.000] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 73 [00:02:49.000] Scheduled: /user/username/projects/myproject/main/tsconfig.json -Info 74 [00:02:50.000] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json -Info 75 [00:02:51.000] Scheduled: *ensureProjectForOpenFiles* -Info 76 [00:02:52.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info Before running Timeout callback:: count: 3 1: /user/username/projects/myproject/main/tsconfig.json 2: /user/username/projects/myproject/dependency/tsconfig.json @@ -708,60 +722,60 @@ export declare function fn6(): void; //# sourceMappingURL=FnS.d.ts.map -Info 77 [00:02:53.000] Running: /user/username/projects/myproject/main/tsconfig.json -Info 78 [00:02:54.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 79 [00:02:55.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 80 [00:02:56.000] Same program as before -Info 81 [00:02:57.000] Running: /user/username/projects/myproject/dependency/tsconfig.json -Info 82 [00:02:58.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 83 [00:02:59.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 84 [00:03:00.000] Same program as before -Info 85 [00:03:01.000] Running: *ensureProjectForOpenFiles* -Info 86 [00:03:02.000] Before ensureProjectForOpenFiles: -Info 87 [00:03:03.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 87 [00:03:04.000] Files (3) - -Info 87 [00:03:05.000] ----------------------------------------------- -Info 87 [00:03:06.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 87 [00:03:07.000] Files (2) - -Info 87 [00:03:08.000] ----------------------------------------------- -Info 87 [00:03:09.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 87 [00:03:10.000] Files (2) - -Info 87 [00:03:11.000] ----------------------------------------------- -Info 87 [00:03:12.000] Open files: -Info 87 [00:03:13.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 87 [00:03:14.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 87 [00:03:15.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 87 [00:03:16.000] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 87 [00:03:17.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 87 [00:03:18.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 87 [00:03:19.000] After ensureProjectForOpenFiles: -Info 88 [00:03:20.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 88 [00:03:21.000] Files (3) - -Info 88 [00:03:22.000] ----------------------------------------------- -Info 88 [00:03:23.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 88 [00:03:24.000] Files (2) - -Info 88 [00:03:25.000] ----------------------------------------------- -Info 88 [00:03:26.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 88 [00:03:27.000] Files (2) - -Info 88 [00:03:28.000] ----------------------------------------------- -Info 88 [00:03:29.000] Open files: -Info 88 [00:03:30.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 88 [00:03:31.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 88 [00:03:32.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 88 [00:03:33.000] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 88 [00:03:34.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 88 [00:03:35.000] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Running: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] Running: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json After running Timeout callback:: count: 0 Before request -Info 88 [00:03:36.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -772,7 +786,7 @@ Info 88 [00:03:36.000] request: "seq": 6, "type": "request" } -Info 89 [00:03:37.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -813,7 +827,7 @@ After request Before request -Info 90 [00:03:38.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -824,7 +838,7 @@ Info 90 [00:03:38.000] request: "seq": 7, "type": "request" } -Info 91 [00:03:39.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -865,7 +879,7 @@ After request Before request -Info 92 [00:03:40.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -876,7 +890,7 @@ Info 92 [00:03:40.000] request: "seq": 8, "type": "request" } -Info 93 [00:03:41.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -917,7 +931,7 @@ After request Before request -Info 94 [00:03:42.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -928,7 +942,7 @@ Info 94 [00:03:42.000] request: "seq": 9, "type": "request" } -Info 95 [00:03:43.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -969,7 +983,7 @@ After request Before request -Info 96 [00:03:44.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -980,7 +994,7 @@ Info 96 [00:03:44.000] request: "seq": 10, "type": "request" } -Info 97 [00:03:45.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -1021,7 +1035,7 @@ After request Before request -Info 98 [00:03:46.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1032,9 +1046,9 @@ Info 98 [00:03:46.000] request: "seq": 11, "type": "request" } -Info 99 [00:03:47.000] Search path: /user/username/projects/myproject/dependency -Info 100 [00:03:48.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 101 [00:03:49.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1119,7 +1133,7 @@ After request Before request -Info 102 [00:03:50.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1130,9 +1144,9 @@ Info 102 [00:03:50.000] request: "seq": 12, "type": "request" } -Info 103 [00:03:51.000] Search path: /user/username/projects/myproject/dependency -Info 104 [00:03:52.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 105 [00:03:53.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1217,7 +1231,7 @@ After request Before request -Info 106 [00:03:54.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1228,9 +1242,9 @@ Info 106 [00:03:54.000] request: "seq": 13, "type": "request" } -Info 107 [00:03:55.000] Search path: /user/username/projects/myproject/dependency -Info 108 [00:03:56.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 109 [00:03:57.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1315,7 +1329,7 @@ After request Before request -Info 110 [00:03:58.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1326,9 +1340,9 @@ Info 110 [00:03:58.000] request: "seq": 14, "type": "request" } -Info 111 [00:03:59.000] Search path: /user/username/projects/myproject/dependency -Info 112 [00:04:00.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 113 [00:04:01.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1413,7 +1427,7 @@ After request Before request -Info 114 [00:04:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1424,9 +1438,9 @@ Info 114 [00:04:02.000] request: "seq": 15, "type": "request" } -Info 115 [00:04:03.000] Search path: /user/username/projects/myproject/dependency -Info 116 [00:04:04.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 117 [00:04:05.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configWithReference/dependency-dts-changes.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configWithReference/dependency-dts-changes.js index 9cfe5e79ab36e..127bd1fda0173 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configWithReference/dependency-dts-changes.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configWithReference/dependency-dts-changes.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:00.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:01.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:02.000] Search path: /user/username/projects/myproject/main -Info 3 [00:01:03.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:01:04.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:01:05.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:01:06.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -243,10 +243,10 @@ Info 6 [00:01:06.000] Config: /user/username/projects/myproject/main/tsconfig } ] } -Info 7 [00:01:07.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:08.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:09.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:01:10.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -257,20 +257,22 @@ Info 10 [00:01:10.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:01:11.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 12 [00:01:12.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:01:13.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:01:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:01:16.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 17 [00:01:17.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:01:18.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 19 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 20 [00:01:20.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 21 [00:01:21.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 22 [00:01:22.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:01:23.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 24 [00:01:24.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts Text-1 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -283,17 +285,17 @@ Info 24 [00:01:24.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 25 [00:01:25.000] ----------------------------------------------- -Info 26 [00:01:26.000] Search path: /user/username/projects/myproject/main -Info 27 [00:01:27.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 28 [00:01:28.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 28 [00:01:29.000] Files (3) - -Info 28 [00:01:30.000] ----------------------------------------------- -Info 28 [00:01:31.000] Open files: -Info 28 [00:01:32.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 28 [00:01:33.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 28 [00:01:34.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -304,6 +306,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -325,7 +329,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:35.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -334,18 +338,20 @@ Info 29 [00:01:35.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:36.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 31 [00:01:37.000] Search path: /user/username/projects/myproject/dependency -Info 32 [00:01:38.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 33 [00:01:39.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 34 [00:01:40.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 35 [00:01:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 36 [00:01:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 37 [00:01:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 38 [00:01:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 39 [00:01:45.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 40 [00:01:46.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 41 [00:01:47.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts Text-1 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -355,23 +361,23 @@ Info 41 [00:01:47.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 42 [00:01:48.000] ----------------------------------------------- -Info 43 [00:01:49.000] Search path: /user/username/projects/myproject/dependency -Info 44 [00:01:50.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 45 [00:01:51.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 45 [00:01:52.000] Files (3) - -Info 45 [00:01:53.000] ----------------------------------------------- -Info 45 [00:01:54.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 45 [00:01:55.000] Files (2) - -Info 45 [00:01:56.000] ----------------------------------------------- -Info 45 [00:01:57.000] Open files: -Info 45 [00:01:58.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 45 [00:01:59.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 45 [00:02:00.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 45 [00:02:01.000] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 45 [00:02:02.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -382,6 +388,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: *new* {"pollingInterval":500} @@ -407,7 +415,7 @@ FsWatchesRecursive:: Before request -Info 46 [00:02:03.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -416,11 +424,11 @@ Info 46 [00:02:03.000] request: "seq": 3, "type": "request" } -Info 47 [00:02:04.000] Search path: /user/username/projects/myproject/random -Info 48 [00:02:05.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 49 [00:02:06.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 50 [00:02:07.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 51 [00:02:08.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -428,16 +436,18 @@ Info 51 [00:02:08.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 52 [00:02:09.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 53 [00:02:10.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 54 [00:02:11.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 55 [00:02:12.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 56 [00:02:13.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 57 [00:02:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 58 [00:02:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 59 [00:02:16.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 60 [00:02:17.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 61 [00:02:18.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -447,27 +457,27 @@ Info 61 [00:02:18.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 62 [00:02:19.000] ----------------------------------------------- -Info 63 [00:02:20.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 63 [00:02:21.000] Files (3) - -Info 63 [00:02:22.000] ----------------------------------------------- -Info 63 [00:02:23.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 63 [00:02:24.000] Files (2) - -Info 63 [00:02:25.000] ----------------------------------------------- -Info 63 [00:02:26.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 63 [00:02:27.000] Files (2) - -Info 63 [00:02:28.000] ----------------------------------------------- -Info 63 [00:02:29.000] Open files: -Info 63 [00:02:30.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 63 [00:02:31.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 63 [00:02:32.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 63 [00:02:33.000] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 63 [00:02:34.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 63 [00:02:35.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 63 [00:02:36.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -478,6 +488,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* @@ -505,7 +517,7 @@ FsWatchesRecursive:: Before request -Info 64 [00:02:37.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -516,7 +528,7 @@ Info 64 [00:02:37.000] request: "seq": 4, "type": "request" } -Info 65 [00:02:38.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -557,7 +569,7 @@ After request Before request -Info 66 [00:02:39.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -568,11 +580,11 @@ Info 66 [00:02:39.000] request: "seq": 5, "type": "request" } -Info 67 [00:02:40.000] Search path: /user/username/projects/myproject/dependency -Info 68 [00:02:41.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 69 [00:02:42.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 70 [00:02:43.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 71 [00:02:44.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -660,6 +672,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -689,11 +703,11 @@ FsWatchesRecursive:: /user/username/projects/myproject/random: {} -Info 72 [00:02:48.000] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 73 [00:02:49.000] Scheduled: /user/username/projects/myproject/main/tsconfig.json -Info 74 [00:02:50.000] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json -Info 75 [00:02:51.000] Scheduled: *ensureProjectForOpenFiles* -Info 76 [00:02:52.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info Before request //// [/user/username/projects/myproject/decls/FnS.d.ts] export declare function fn1(): void; @@ -705,7 +719,7 @@ export declare function fn6(): void; //# sourceMappingURL=FnS.d.ts.map -Info 77 [00:02:53.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -716,10 +730,10 @@ Info 77 [00:02:53.000] request: "seq": 6, "type": "request" } -Info 78 [00:02:54.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 79 [00:02:55.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 80 [00:02:56.000] Same program as before -Info 81 [00:02:57.000] response: +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -760,7 +774,7 @@ After request Before request -Info 82 [00:02:58.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -771,7 +785,7 @@ Info 82 [00:02:58.000] request: "seq": 7, "type": "request" } -Info 83 [00:02:59.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -812,7 +826,7 @@ After request Before request -Info 84 [00:03:00.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -823,7 +837,7 @@ Info 84 [00:03:00.000] request: "seq": 8, "type": "request" } -Info 85 [00:03:01.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -864,7 +878,7 @@ After request Before request -Info 86 [00:03:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -875,7 +889,7 @@ Info 86 [00:03:02.000] request: "seq": 9, "type": "request" } -Info 87 [00:03:03.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -916,7 +930,7 @@ After request Before request -Info 88 [00:03:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -927,7 +941,7 @@ Info 88 [00:03:04.000] request: "seq": 10, "type": "request" } -Info 89 [00:03:05.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -968,7 +982,7 @@ After request Before request -Info 90 [00:03:06.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -979,12 +993,12 @@ Info 90 [00:03:06.000] request: "seq": 11, "type": "request" } -Info 91 [00:03:07.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 92 [00:03:08.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 93 [00:03:09.000] Same program as before -Info 94 [00:03:10.000] Search path: /user/username/projects/myproject/dependency -Info 95 [00:03:11.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 96 [00:03:12.000] response: +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1069,7 +1083,7 @@ After request Before request -Info 97 [00:03:13.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1080,9 +1094,9 @@ Info 97 [00:03:13.000] request: "seq": 12, "type": "request" } -Info 98 [00:03:14.000] Search path: /user/username/projects/myproject/dependency -Info 99 [00:03:15.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 100 [00:03:16.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1167,7 +1181,7 @@ After request Before request -Info 101 [00:03:17.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1178,9 +1192,9 @@ Info 101 [00:03:17.000] request: "seq": 13, "type": "request" } -Info 102 [00:03:18.000] Search path: /user/username/projects/myproject/dependency -Info 103 [00:03:19.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 104 [00:03:20.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1265,7 +1279,7 @@ After request Before request -Info 105 [00:03:21.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1276,9 +1290,9 @@ Info 105 [00:03:21.000] request: "seq": 14, "type": "request" } -Info 106 [00:03:22.000] Search path: /user/username/projects/myproject/dependency -Info 107 [00:03:23.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 108 [00:03:24.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1363,7 +1377,7 @@ After request Before request -Info 109 [00:03:25.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1374,9 +1388,9 @@ Info 109 [00:03:25.000] request: "seq": 15, "type": "request" } -Info 110 [00:03:26.000] Search path: /user/username/projects/myproject/dependency -Info 111 [00:03:27.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 112 [00:03:28.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configWithReference/dependency-dts-created.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configWithReference/dependency-dts-created.js index 9d25dbd872e01..69d4be65fcd4f 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configWithReference/dependency-dts-created.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configWithReference/dependency-dts-created.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:01.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -206,7 +206,7 @@ export {}; } -Info 1 [00:01:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -215,11 +215,11 @@ Info 1 [00:01:02.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:03.000] Search path: /user/username/projects/myproject/main -Info 3 [00:01:04.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:01:05.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:01:06.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:01:07.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -235,10 +235,10 @@ Info 6 [00:01:07.000] Config: /user/username/projects/myproject/main/tsconfig } ] } -Info 7 [00:01:08.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:09.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:10.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:01:11.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -249,20 +249,22 @@ Info 10 [00:01:11.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:01:12.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 12 [00:01:13.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:01:14.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:01:15.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:01:16.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:01:17.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 17 [00:01:18.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:01:19.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 19 [00:01:20.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 20 [00:01:21.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 21 [00:01:22.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 22 [00:01:23.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:01:24.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 24 [00:01:25.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts Text-1 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -275,17 +277,17 @@ Info 24 [00:01:25.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 25 [00:01:26.000] ----------------------------------------------- -Info 26 [00:01:27.000] Search path: /user/username/projects/myproject/main -Info 27 [00:01:28.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 28 [00:01:29.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 28 [00:01:30.000] Files (3) - -Info 28 [00:01:31.000] ----------------------------------------------- -Info 28 [00:01:32.000] Open files: -Info 28 [00:01:33.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 28 [00:01:34.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 28 [00:01:35.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -296,6 +298,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -317,7 +321,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:36.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -326,18 +330,20 @@ Info 29 [00:01:36.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:37.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 31 [00:01:38.000] Search path: /user/username/projects/myproject/dependency -Info 32 [00:01:39.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 33 [00:01:40.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 34 [00:01:41.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 35 [00:01:42.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 36 [00:01:43.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 37 [00:01:44.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 38 [00:01:45.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 39 [00:01:46.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 40 [00:01:47.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 41 [00:01:48.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts Text-1 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -347,23 +353,23 @@ Info 41 [00:01:48.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 42 [00:01:49.000] ----------------------------------------------- -Info 43 [00:01:50.000] Search path: /user/username/projects/myproject/dependency -Info 44 [00:01:51.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 45 [00:01:52.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 45 [00:01:53.000] Files (3) - -Info 45 [00:01:54.000] ----------------------------------------------- -Info 45 [00:01:55.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 45 [00:01:56.000] Files (2) - -Info 45 [00:01:57.000] ----------------------------------------------- -Info 45 [00:01:58.000] Open files: -Info 45 [00:01:59.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 45 [00:02:00.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 45 [00:02:01.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 45 [00:02:02.000] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 45 [00:02:03.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -374,6 +380,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: *new* {"pollingInterval":500} @@ -399,7 +407,7 @@ FsWatchesRecursive:: Before request -Info 46 [00:02:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -408,11 +416,11 @@ Info 46 [00:02:04.000] request: "seq": 3, "type": "request" } -Info 47 [00:02:05.000] Search path: /user/username/projects/myproject/random -Info 48 [00:02:06.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 49 [00:02:07.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 50 [00:02:08.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 51 [00:02:09.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -420,16 +428,18 @@ Info 51 [00:02:09.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 52 [00:02:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 53 [00:02:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 54 [00:02:12.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 55 [00:02:13.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 56 [00:02:14.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 57 [00:02:15.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 58 [00:02:16.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 59 [00:02:17.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 60 [00:02:18.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 61 [00:02:19.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -439,27 +449,27 @@ Info 61 [00:02:19.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 62 [00:02:20.000] ----------------------------------------------- -Info 63 [00:02:21.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 63 [00:02:22.000] Files (3) - -Info 63 [00:02:23.000] ----------------------------------------------- -Info 63 [00:02:24.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 63 [00:02:25.000] Files (2) - -Info 63 [00:02:26.000] ----------------------------------------------- -Info 63 [00:02:27.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 63 [00:02:28.000] Files (2) - -Info 63 [00:02:29.000] ----------------------------------------------- -Info 63 [00:02:30.000] Open files: -Info 63 [00:02:31.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 63 [00:02:32.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 63 [00:02:33.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 63 [00:02:34.000] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 63 [00:02:35.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 63 [00:02:36.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 63 [00:02:37.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -470,6 +480,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* @@ -497,7 +509,7 @@ FsWatchesRecursive:: Before request -Info 64 [00:02:38.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -508,7 +520,7 @@ Info 64 [00:02:38.000] request: "seq": 4, "type": "request" } -Info 65 [00:02:39.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -549,7 +561,7 @@ After request Before request -Info 66 [00:02:40.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -560,10 +572,10 @@ Info 66 [00:02:40.000] request: "seq": 5, "type": "request" } -Info 67 [00:02:41.000] Search path: /user/username/projects/myproject/dependency -Info 68 [00:02:42.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 69 [00:02:43.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file -Info 70 [00:02:44.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -651,6 +663,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -678,17 +692,17 @@ FsWatchesRecursive:: /user/username/projects/myproject/random: {} -Info 71 [00:02:47.000] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 0:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file -Info 72 [00:02:48.000] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json -Info 73 [00:02:49.000] Scheduled: *ensureProjectForOpenFiles* -Info 74 [00:02:50.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 0:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file -Info 75 [00:02:51.000] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 0:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file -Info 76 [00:02:52.000] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json, Cancelled earlier one -Info 77 [00:02:53.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 78 [00:02:54.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 0:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file -Info 79 [00:02:55.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 80 [00:02:56.000] Scheduled: /user/username/projects/myproject/main/tsconfig.jsonFailedLookupInvalidation -Info 81 [00:02:57.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 0:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 0:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 0:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 0:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/main/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations Before request //// [/user/username/projects/myproject/decls/FnS.d.ts] export declare function fn1(): void; @@ -704,6 +718,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -735,7 +751,7 @@ FsWatchesRecursive:: /user/username/projects/myproject/random: {} -Info 82 [00:02:58.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -746,7 +762,7 @@ Info 82 [00:02:58.000] request: "seq": 6, "type": "request" } -Info 83 [00:02:59.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -787,7 +803,7 @@ After request Before request -Info 84 [00:03:00.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -798,7 +814,7 @@ Info 84 [00:03:00.000] request: "seq": 7, "type": "request" } -Info 85 [00:03:01.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -839,7 +855,7 @@ After request Before request -Info 86 [00:03:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -850,7 +866,7 @@ Info 86 [00:03:02.000] request: "seq": 8, "type": "request" } -Info 87 [00:03:03.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -891,7 +907,7 @@ After request Before request -Info 88 [00:03:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -902,7 +918,7 @@ Info 88 [00:03:04.000] request: "seq": 9, "type": "request" } -Info 89 [00:03:05.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -943,7 +959,7 @@ After request Before request -Info 90 [00:03:06.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -954,7 +970,7 @@ Info 90 [00:03:06.000] request: "seq": 10, "type": "request" } -Info 91 [00:03:07.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -995,7 +1011,7 @@ After request Before request -Info 92 [00:03:08.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1006,14 +1022,14 @@ Info 92 [00:03:08.000] request: "seq": 11, "type": "request" } -Info 93 [00:03:09.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 94 [00:03:10.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 95 [00:03:11.000] Same program as before -Info 96 [00:03:12.000] Search path: /user/username/projects/myproject/dependency -Info 97 [00:03:13.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 98 [00:03:14.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 99 [00:03:15.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 100 [00:03:16.000] response: +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1101,6 +1117,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1132,7 +1150,7 @@ FsWatchesRecursive:: Before request -Info 101 [00:03:17.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1143,9 +1161,9 @@ Info 101 [00:03:17.000] request: "seq": 12, "type": "request" } -Info 102 [00:03:18.000] Search path: /user/username/projects/myproject/dependency -Info 103 [00:03:19.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 104 [00:03:20.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1230,7 +1248,7 @@ After request Before request -Info 105 [00:03:21.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1241,9 +1259,9 @@ Info 105 [00:03:21.000] request: "seq": 13, "type": "request" } -Info 106 [00:03:22.000] Search path: /user/username/projects/myproject/dependency -Info 107 [00:03:23.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 108 [00:03:24.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1328,7 +1346,7 @@ After request Before request -Info 109 [00:03:25.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1339,9 +1357,9 @@ Info 109 [00:03:25.000] request: "seq": 14, "type": "request" } -Info 110 [00:03:26.000] Search path: /user/username/projects/myproject/dependency -Info 111 [00:03:27.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 112 [00:03:28.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1426,7 +1444,7 @@ After request Before request -Info 113 [00:03:29.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1437,9 +1455,9 @@ Info 113 [00:03:29.000] request: "seq": 15, "type": "request" } -Info 114 [00:03:30.000] Search path: /user/username/projects/myproject/dependency -Info 115 [00:03:31.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 116 [00:03:32.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1524,7 +1542,7 @@ After request Before request -Info 117 [00:03:33.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1533,25 +1551,25 @@ Info 117 [00:03:33.000] request: "seq": 16, "type": "request" } -Info 118 [00:03:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 119 [00:03:35.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 119 [00:03:36.000] Files (3) - -Info 119 [00:03:37.000] ----------------------------------------------- -Info 119 [00:03:38.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 119 [00:03:39.000] Files (2) - -Info 119 [00:03:40.000] ----------------------------------------------- -Info 119 [00:03:41.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 119 [00:03:42.000] Files (2) - -Info 119 [00:03:43.000] ----------------------------------------------- -Info 119 [00:03:44.000] Open files: -Info 119 [00:03:45.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 119 [00:03:46.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 119 [00:03:47.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 119 [00:03:48.000] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 119 [00:03:49.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1562,6 +1580,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1595,7 +1615,7 @@ FsWatchesRecursive:: Before request -Info 120 [00:03:50.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -1604,29 +1624,29 @@ Info 120 [00:03:50.000] request: "seq": 17, "type": "request" } -Info 121 [00:03:51.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 122 [00:03:52.000] Search path: /user/username/projects/myproject/random -Info 123 [00:03:53.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 124 [00:03:54.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 124 [00:03:55.000] Files (3) - -Info 124 [00:03:56.000] ----------------------------------------------- -Info 124 [00:03:57.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 124 [00:03:58.000] Files (2) - -Info 124 [00:03:59.000] ----------------------------------------------- -Info 124 [00:04:00.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 124 [00:04:01.000] Files (2) - -Info 124 [00:04:02.000] ----------------------------------------------- -Info 124 [00:04:03.000] Open files: -Info 124 [00:04:04.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 124 [00:04:05.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 124 [00:04:06.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 124 [00:04:07.000] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 124 [00:04:08.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 124 [00:04:09.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 124 [00:04:10.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1637,6 +1657,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1672,7 +1694,7 @@ FsWatchesRecursive:: Before request -Info 125 [00:04:11.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1681,25 +1703,25 @@ Info 125 [00:04:11.000] request: "seq": 18, "type": "request" } -Info 126 [00:04:12.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 127 [00:04:13.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 127 [00:04:14.000] Files (3) - -Info 127 [00:04:15.000] ----------------------------------------------- -Info 127 [00:04:16.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 127 [00:04:17.000] Files (2) - -Info 127 [00:04:18.000] ----------------------------------------------- -Info 127 [00:04:19.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 127 [00:04:20.000] Files (2) - -Info 127 [00:04:21.000] ----------------------------------------------- -Info 127 [00:04:22.000] Open files: -Info 127 [00:04:23.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 127 [00:04:24.000] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 127 [00:04:25.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 127 [00:04:26.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 127 [00:04:27.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1710,6 +1732,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1743,7 +1767,7 @@ FsWatchesRecursive:: Before request -Info 128 [00:04:28.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1752,23 +1776,23 @@ Info 128 [00:04:28.000] request: "seq": 19, "type": "request" } -Info 129 [00:04:29.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 130 [00:04:30.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 130 [00:04:31.000] Files (3) - -Info 130 [00:04:32.000] ----------------------------------------------- -Info 130 [00:04:33.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 130 [00:04:34.000] Files (2) - -Info 130 [00:04:35.000] ----------------------------------------------- -Info 130 [00:04:36.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 130 [00:04:37.000] Files (2) - -Info 130 [00:04:38.000] ----------------------------------------------- -Info 130 [00:04:39.000] Open files: -Info 130 [00:04:40.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 130 [00:04:41.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 130 [00:04:42.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1779,6 +1803,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1814,7 +1840,7 @@ FsWatchesRecursive:: Before request -Info 131 [00:04:43.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1823,21 +1849,21 @@ Info 131 [00:04:43.000] request: "seq": 20, "type": "request" } -Info 132 [00:04:44.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 133 [00:04:45.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 133 [00:04:46.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 133 [00:04:47.000] ----------------------------------------------- -Info 133 [00:04:48.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 133 [00:04:49.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 133 [00:04:50.000] ----------------------------------------------- -Info 133 [00:04:51.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 133 [00:04:52.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 133 [00:04:53.000] ----------------------------------------------- -Info 133 [00:04:54.000] Open files: -Info 133 [00:04:55.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1848,6 +1874,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1885,7 +1913,7 @@ FsWatchesRecursive:: Before request -Info 134 [00:04:56.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -1894,12 +1922,12 @@ Info 134 [00:04:56.000] request: "seq": 21, "type": "request" } -Info 135 [00:04:57.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 136 [00:04:58.000] Search path: /user/username/projects/myproject/random -Info 137 [00:04:59.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 138 [00:05:00.000] `remove Project:: -Info 139 [00:05:01.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 140 [00:05:02.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts /user/username/projects/myproject/dependency/FnS.ts /user/username/projects/myproject/main/main.ts @@ -1912,19 +1940,21 @@ Info 140 [00:05:02.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 141 [00:05:03.000] ----------------------------------------------- -Info 142 [00:05:04.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 143 [00:05:05.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 144 [00:05:06.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 145 [00:05:07.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 146 [00:05:08.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 147 [00:05:09.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 148 [00:05:10.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 149 [00:05:11.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 150 [00:05:12.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 151 [00:05:13.000] `remove Project:: -Info 152 [00:05:14.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 153 [00:05:15.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts /user/username/projects/myproject/dependency/FnS.ts @@ -1934,27 +1964,29 @@ Info 153 [00:05:15.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 154 [00:05:16.000] ----------------------------------------------- -Info 155 [00:05:17.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 156 [00:05:18.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 157 [00:05:19.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 158 [00:05:20.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 159 [00:05:21.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 160 [00:05:22.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 161 [00:05:23.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 162 [00:05:24.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file -Info 163 [00:05:25.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 164 [00:05:26.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 165 [00:05:27.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 166 [00:05:28.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 167 [00:05:29.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 167 [00:05:30.000] Files (2) - -Info 167 [00:05:31.000] ----------------------------------------------- -Info 167 [00:05:32.000] Open files: -Info 167 [00:05:33.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 167 [00:05:34.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 167 [00:05:35.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1963,6 +1995,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configWithReference/dependency-dts-deleted.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configWithReference/dependency-dts-deleted.js index cc931faece9d9..0c3ca87a5f88a 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configWithReference/dependency-dts-deleted.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configWithReference/dependency-dts-deleted.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:00.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:01.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:02.000] Search path: /user/username/projects/myproject/main -Info 3 [00:01:03.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:01:04.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:01:05.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:01:06.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -243,10 +243,10 @@ Info 6 [00:01:06.000] Config: /user/username/projects/myproject/main/tsconfig } ] } -Info 7 [00:01:07.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:08.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:09.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:01:10.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -257,20 +257,22 @@ Info 10 [00:01:10.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:01:11.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 12 [00:01:12.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:01:13.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:01:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:01:16.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 17 [00:01:17.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:01:18.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 19 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 20 [00:01:20.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 21 [00:01:21.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 22 [00:01:22.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:01:23.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 24 [00:01:24.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts Text-1 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -283,17 +285,17 @@ Info 24 [00:01:24.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 25 [00:01:25.000] ----------------------------------------------- -Info 26 [00:01:26.000] Search path: /user/username/projects/myproject/main -Info 27 [00:01:27.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 28 [00:01:28.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 28 [00:01:29.000] Files (3) - -Info 28 [00:01:30.000] ----------------------------------------------- -Info 28 [00:01:31.000] Open files: -Info 28 [00:01:32.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 28 [00:01:33.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 28 [00:01:34.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -304,6 +306,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -325,7 +329,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:35.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -334,18 +338,20 @@ Info 29 [00:01:35.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:36.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 31 [00:01:37.000] Search path: /user/username/projects/myproject/dependency -Info 32 [00:01:38.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 33 [00:01:39.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 34 [00:01:40.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 35 [00:01:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 36 [00:01:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 37 [00:01:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 38 [00:01:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 39 [00:01:45.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 40 [00:01:46.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 41 [00:01:47.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts Text-1 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -355,23 +361,23 @@ Info 41 [00:01:47.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 42 [00:01:48.000] ----------------------------------------------- -Info 43 [00:01:49.000] Search path: /user/username/projects/myproject/dependency -Info 44 [00:01:50.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 45 [00:01:51.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 45 [00:01:52.000] Files (3) - -Info 45 [00:01:53.000] ----------------------------------------------- -Info 45 [00:01:54.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 45 [00:01:55.000] Files (2) - -Info 45 [00:01:56.000] ----------------------------------------------- -Info 45 [00:01:57.000] Open files: -Info 45 [00:01:58.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 45 [00:01:59.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 45 [00:02:00.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 45 [00:02:01.000] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 45 [00:02:02.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -382,6 +388,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: *new* {"pollingInterval":500} @@ -407,7 +415,7 @@ FsWatchesRecursive:: Before request -Info 46 [00:02:03.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -416,11 +424,11 @@ Info 46 [00:02:03.000] request: "seq": 3, "type": "request" } -Info 47 [00:02:04.000] Search path: /user/username/projects/myproject/random -Info 48 [00:02:05.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 49 [00:02:06.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 50 [00:02:07.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 51 [00:02:08.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -428,16 +436,18 @@ Info 51 [00:02:08.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 52 [00:02:09.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 53 [00:02:10.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 54 [00:02:11.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 55 [00:02:12.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 56 [00:02:13.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 57 [00:02:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 58 [00:02:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 59 [00:02:16.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 60 [00:02:17.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 61 [00:02:18.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -447,27 +457,27 @@ Info 61 [00:02:18.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 62 [00:02:19.000] ----------------------------------------------- -Info 63 [00:02:20.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 63 [00:02:21.000] Files (3) - -Info 63 [00:02:22.000] ----------------------------------------------- -Info 63 [00:02:23.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 63 [00:02:24.000] Files (2) - -Info 63 [00:02:25.000] ----------------------------------------------- -Info 63 [00:02:26.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 63 [00:02:27.000] Files (2) - -Info 63 [00:02:28.000] ----------------------------------------------- -Info 63 [00:02:29.000] Open files: -Info 63 [00:02:30.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 63 [00:02:31.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 63 [00:02:32.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 63 [00:02:33.000] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 63 [00:02:34.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 63 [00:02:35.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 63 [00:02:36.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -478,6 +488,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* @@ -505,7 +517,7 @@ FsWatchesRecursive:: Before request -Info 64 [00:02:37.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -516,7 +528,7 @@ Info 64 [00:02:37.000] request: "seq": 4, "type": "request" } -Info 65 [00:02:38.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -557,7 +569,7 @@ After request Before request -Info 66 [00:02:39.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -568,11 +580,11 @@ Info 66 [00:02:39.000] request: "seq": 5, "type": "request" } -Info 67 [00:02:40.000] Search path: /user/username/projects/myproject/dependency -Info 68 [00:02:41.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 69 [00:02:42.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 70 [00:02:43.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 71 [00:02:44.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -660,6 +672,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -689,15 +703,15 @@ FsWatchesRecursive:: /user/username/projects/myproject/random: {} -Info 72 [00:02:46.000] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 2:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 73 [00:02:47.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 74 [00:02:48.000] Scheduled: /user/username/projects/myproject/main/tsconfig.json -Info 75 [00:02:49.000] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json -Info 76 [00:02:50.000] Scheduled: *ensureProjectForOpenFiles* -Info 77 [00:02:51.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 2:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 78 [00:02:52.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 79 [00:02:53.000] Scheduled: /user/username/projects/myproject/main/tsconfig.jsonFailedLookupInvalidation -Info 80 [00:02:54.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 2:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 2:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/main/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations Before request //// [/user/username/projects/myproject/decls/FnS.d.ts] deleted @@ -706,6 +720,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -737,7 +753,7 @@ FsWatchesRecursive:: /user/username/projects/myproject/random: {} -Info 81 [00:02:55.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -748,10 +764,10 @@ Info 81 [00:02:55.000] request: "seq": 6, "type": "request" } -Info 82 [00:02:56.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 83 [00:02:57.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 84 [00:02:58.000] Same program as before -Info 85 [00:02:59.000] response: +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -792,7 +808,7 @@ After request Before request -Info 86 [00:03:00.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -803,7 +819,7 @@ Info 86 [00:03:00.000] request: "seq": 7, "type": "request" } -Info 87 [00:03:01.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -844,7 +860,7 @@ After request Before request -Info 88 [00:03:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -855,7 +871,7 @@ Info 88 [00:03:02.000] request: "seq": 8, "type": "request" } -Info 89 [00:03:03.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -896,7 +912,7 @@ After request Before request -Info 90 [00:03:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -907,7 +923,7 @@ Info 90 [00:03:04.000] request: "seq": 9, "type": "request" } -Info 91 [00:03:05.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -948,7 +964,7 @@ After request Before request -Info 92 [00:03:06.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -959,7 +975,7 @@ Info 92 [00:03:06.000] request: "seq": 10, "type": "request" } -Info 93 [00:03:07.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -1000,7 +1016,7 @@ After request Before request -Info 94 [00:03:08.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1011,13 +1027,13 @@ Info 94 [00:03:08.000] request: "seq": 11, "type": "request" } -Info 95 [00:03:09.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 96 [00:03:10.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 97 [00:03:11.000] Same program as before -Info 98 [00:03:12.000] Search path: /user/username/projects/myproject/dependency -Info 99 [00:03:13.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 100 [00:03:14.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file -Info 101 [00:03:15.000] response: +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1105,6 +1121,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1136,7 +1154,7 @@ FsWatchesRecursive:: Before request -Info 102 [00:03:16.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1147,9 +1165,9 @@ Info 102 [00:03:16.000] request: "seq": 12, "type": "request" } -Info 103 [00:03:17.000] Search path: /user/username/projects/myproject/dependency -Info 104 [00:03:18.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 105 [00:03:19.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1234,7 +1252,7 @@ After request Before request -Info 106 [00:03:20.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1245,9 +1263,9 @@ Info 106 [00:03:20.000] request: "seq": 13, "type": "request" } -Info 107 [00:03:21.000] Search path: /user/username/projects/myproject/dependency -Info 108 [00:03:22.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 109 [00:03:23.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1332,7 +1350,7 @@ After request Before request -Info 110 [00:03:24.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1343,9 +1361,9 @@ Info 110 [00:03:24.000] request: "seq": 14, "type": "request" } -Info 111 [00:03:25.000] Search path: /user/username/projects/myproject/dependency -Info 112 [00:03:26.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 113 [00:03:27.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1430,7 +1448,7 @@ After request Before request -Info 114 [00:03:28.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1441,9 +1459,9 @@ Info 114 [00:03:28.000] request: "seq": 15, "type": "request" } -Info 115 [00:03:29.000] Search path: /user/username/projects/myproject/dependency -Info 116 [00:03:30.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 117 [00:03:31.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1528,7 +1546,7 @@ After request Before request -Info 118 [00:03:32.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1537,25 +1555,25 @@ Info 118 [00:03:32.000] request: "seq": 16, "type": "request" } -Info 119 [00:03:33.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 120 [00:03:34.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 120 [00:03:35.000] Files (3) - -Info 120 [00:03:36.000] ----------------------------------------------- -Info 120 [00:03:37.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 120 [00:03:38.000] Files (2) - -Info 120 [00:03:39.000] ----------------------------------------------- -Info 120 [00:03:40.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 120 [00:03:41.000] Files (2) - -Info 120 [00:03:42.000] ----------------------------------------------- -Info 120 [00:03:43.000] Open files: -Info 120 [00:03:44.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 120 [00:03:45.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 120 [00:03:46.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 120 [00:03:47.000] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 120 [00:03:48.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1566,6 +1584,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1599,7 +1619,7 @@ FsWatchesRecursive:: Before request -Info 121 [00:03:49.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -1608,30 +1628,30 @@ Info 121 [00:03:49.000] request: "seq": 17, "type": "request" } -Info 122 [00:03:50.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 123 [00:03:51.000] Search path: /user/username/projects/myproject/random -Info 124 [00:03:52.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 125 [00:03:53.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 126 [00:03:54.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 126 [00:03:55.000] Files (3) - -Info 126 [00:03:56.000] ----------------------------------------------- -Info 126 [00:03:57.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 126 [00:03:58.000] Files (2) - -Info 126 [00:03:59.000] ----------------------------------------------- -Info 126 [00:04:00.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 126 [00:04:01.000] Files (2) - -Info 126 [00:04:02.000] ----------------------------------------------- -Info 126 [00:04:03.000] Open files: -Info 126 [00:04:04.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 126 [00:04:05.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 126 [00:04:06.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 126 [00:04:07.000] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 126 [00:04:08.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 126 [00:04:09.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 126 [00:04:10.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1642,6 +1662,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1677,7 +1699,7 @@ FsWatchesRecursive:: Before request -Info 127 [00:04:11.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1686,25 +1708,25 @@ Info 127 [00:04:11.000] request: "seq": 18, "type": "request" } -Info 128 [00:04:12.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 129 [00:04:13.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 129 [00:04:14.000] Files (3) - -Info 129 [00:04:15.000] ----------------------------------------------- -Info 129 [00:04:16.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 129 [00:04:17.000] Files (2) - -Info 129 [00:04:18.000] ----------------------------------------------- -Info 129 [00:04:19.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 129 [00:04:20.000] Files (2) - -Info 129 [00:04:21.000] ----------------------------------------------- -Info 129 [00:04:22.000] Open files: -Info 129 [00:04:23.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 129 [00:04:24.000] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 129 [00:04:25.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 129 [00:04:26.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 129 [00:04:27.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1715,6 +1737,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1746,7 +1770,7 @@ FsWatchesRecursive:: Before request -Info 130 [00:04:28.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1755,23 +1779,23 @@ Info 130 [00:04:28.000] request: "seq": 19, "type": "request" } -Info 131 [00:04:29.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 132 [00:04:30.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 132 [00:04:31.000] Files (3) - -Info 132 [00:04:32.000] ----------------------------------------------- -Info 132 [00:04:33.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 132 [00:04:34.000] Files (2) - -Info 132 [00:04:35.000] ----------------------------------------------- -Info 132 [00:04:36.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 132 [00:04:37.000] Files (2) - -Info 132 [00:04:38.000] ----------------------------------------------- -Info 132 [00:04:39.000] Open files: -Info 132 [00:04:40.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 132 [00:04:41.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 132 [00:04:42.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1782,6 +1806,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1815,7 +1841,7 @@ FsWatchesRecursive:: Before request -Info 133 [00:04:43.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1824,21 +1850,21 @@ Info 133 [00:04:43.000] request: "seq": 20, "type": "request" } -Info 134 [00:04:44.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 135 [00:04:45.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 135 [00:04:46.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 135 [00:04:47.000] ----------------------------------------------- -Info 135 [00:04:48.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 135 [00:04:49.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 135 [00:04:50.000] ----------------------------------------------- -Info 135 [00:04:51.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 135 [00:04:52.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 135 [00:04:53.000] ----------------------------------------------- -Info 135 [00:04:54.000] Open files: -Info 135 [00:04:55.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1849,6 +1875,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1884,7 +1912,7 @@ FsWatchesRecursive:: Before request -Info 136 [00:04:56.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -1893,12 +1921,12 @@ Info 136 [00:04:56.000] request: "seq": 21, "type": "request" } -Info 137 [00:04:57.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 138 [00:04:58.000] Search path: /user/username/projects/myproject/random -Info 139 [00:04:59.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 140 [00:05:00.000] `remove Project:: -Info 141 [00:05:01.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 142 [00:05:02.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts /user/username/projects/myproject/dependency/FnS.ts /user/username/projects/myproject/main/main.ts @@ -1911,19 +1939,21 @@ Info 142 [00:05:02.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 143 [00:05:03.000] ----------------------------------------------- -Info 144 [00:05:04.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 145 [00:05:05.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 146 [00:05:06.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 147 [00:05:07.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 148 [00:05:08.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 149 [00:05:09.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 150 [00:05:10.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 151 [00:05:11.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 152 [00:05:12.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 153 [00:05:13.000] `remove Project:: -Info 154 [00:05:14.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 155 [00:05:15.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts /user/username/projects/myproject/dependency/FnS.ts @@ -1933,25 +1963,27 @@ Info 155 [00:05:15.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 156 [00:05:16.000] ----------------------------------------------- -Info 157 [00:05:17.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 158 [00:05:18.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 159 [00:05:19.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 160 [00:05:20.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 161 [00:05:21.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 162 [00:05:22.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 163 [00:05:23.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 164 [00:05:24.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file -Info 165 [00:05:25.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 166 [00:05:26.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 167 [00:05:27.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 167 [00:05:28.000] Files (2) - -Info 167 [00:05:29.000] ----------------------------------------------- -Info 167 [00:05:30.000] Open files: -Info 167 [00:05:31.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 167 [00:05:32.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 167 [00:05:33.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1960,6 +1992,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configWithReference/dependency-dts-not-present.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configWithReference/dependency-dts-not-present.js index 8054bfe9d83a4..4335beaa5fffd 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configWithReference/dependency-dts-not-present.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configWithReference/dependency-dts-not-present.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:01.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -206,7 +206,7 @@ export {}; } -Info 1 [00:01:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -215,11 +215,11 @@ Info 1 [00:01:02.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:03.000] Search path: /user/username/projects/myproject/main -Info 3 [00:01:04.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:01:05.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:01:06.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:01:07.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -235,10 +235,10 @@ Info 6 [00:01:07.000] Config: /user/username/projects/myproject/main/tsconfig } ] } -Info 7 [00:01:08.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:09.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:10.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:01:11.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -249,20 +249,22 @@ Info 10 [00:01:11.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:01:12.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 12 [00:01:13.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:01:14.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:01:15.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:01:16.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:01:17.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 17 [00:01:18.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:01:19.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 19 [00:01:20.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 20 [00:01:21.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 21 [00:01:22.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 22 [00:01:23.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:01:24.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 24 [00:01:25.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts Text-1 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -275,17 +277,17 @@ Info 24 [00:01:25.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 25 [00:01:26.000] ----------------------------------------------- -Info 26 [00:01:27.000] Search path: /user/username/projects/myproject/main -Info 27 [00:01:28.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 28 [00:01:29.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 28 [00:01:30.000] Files (3) - -Info 28 [00:01:31.000] ----------------------------------------------- -Info 28 [00:01:32.000] Open files: -Info 28 [00:01:33.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 28 [00:01:34.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 28 [00:01:35.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -296,6 +298,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -317,7 +321,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:36.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -326,18 +330,20 @@ Info 29 [00:01:36.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:37.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 31 [00:01:38.000] Search path: /user/username/projects/myproject/dependency -Info 32 [00:01:39.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 33 [00:01:40.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 34 [00:01:41.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 35 [00:01:42.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 36 [00:01:43.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 37 [00:01:44.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 38 [00:01:45.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 39 [00:01:46.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 40 [00:01:47.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 41 [00:01:48.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts Text-1 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -347,23 +353,23 @@ Info 41 [00:01:48.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 42 [00:01:49.000] ----------------------------------------------- -Info 43 [00:01:50.000] Search path: /user/username/projects/myproject/dependency -Info 44 [00:01:51.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 45 [00:01:52.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 45 [00:01:53.000] Files (3) - -Info 45 [00:01:54.000] ----------------------------------------------- -Info 45 [00:01:55.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 45 [00:01:56.000] Files (2) - -Info 45 [00:01:57.000] ----------------------------------------------- -Info 45 [00:01:58.000] Open files: -Info 45 [00:01:59.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 45 [00:02:00.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 45 [00:02:01.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 45 [00:02:02.000] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 45 [00:02:03.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -374,6 +380,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: *new* {"pollingInterval":500} @@ -399,7 +407,7 @@ FsWatchesRecursive:: Before request -Info 46 [00:02:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -408,11 +416,11 @@ Info 46 [00:02:04.000] request: "seq": 3, "type": "request" } -Info 47 [00:02:05.000] Search path: /user/username/projects/myproject/random -Info 48 [00:02:06.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 49 [00:02:07.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 50 [00:02:08.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 51 [00:02:09.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -420,16 +428,18 @@ Info 51 [00:02:09.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 52 [00:02:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 53 [00:02:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 54 [00:02:12.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 55 [00:02:13.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 56 [00:02:14.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 57 [00:02:15.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 58 [00:02:16.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 59 [00:02:17.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 60 [00:02:18.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 61 [00:02:19.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -439,27 +449,27 @@ Info 61 [00:02:19.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 62 [00:02:20.000] ----------------------------------------------- -Info 63 [00:02:21.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 63 [00:02:22.000] Files (3) - -Info 63 [00:02:23.000] ----------------------------------------------- -Info 63 [00:02:24.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 63 [00:02:25.000] Files (2) - -Info 63 [00:02:26.000] ----------------------------------------------- -Info 63 [00:02:27.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 63 [00:02:28.000] Files (2) - -Info 63 [00:02:29.000] ----------------------------------------------- -Info 63 [00:02:30.000] Open files: -Info 63 [00:02:31.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 63 [00:02:32.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 63 [00:02:33.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 63 [00:02:34.000] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 63 [00:02:35.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 63 [00:02:36.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 63 [00:02:37.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -470,6 +480,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* @@ -497,7 +509,7 @@ FsWatchesRecursive:: Before request -Info 64 [00:02:38.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -508,7 +520,7 @@ Info 64 [00:02:38.000] request: "seq": 4, "type": "request" } -Info 65 [00:02:39.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -549,7 +561,7 @@ After request Before request -Info 66 [00:02:40.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -560,7 +572,7 @@ Info 66 [00:02:40.000] request: "seq": 5, "type": "request" } -Info 67 [00:02:41.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -601,7 +613,7 @@ After request Before request -Info 68 [00:02:42.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -612,7 +624,7 @@ Info 68 [00:02:42.000] request: "seq": 6, "type": "request" } -Info 69 [00:02:43.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -653,7 +665,7 @@ After request Before request -Info 70 [00:02:44.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -664,7 +676,7 @@ Info 70 [00:02:44.000] request: "seq": 7, "type": "request" } -Info 71 [00:02:45.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -705,7 +717,7 @@ After request Before request -Info 72 [00:02:46.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -716,7 +728,7 @@ Info 72 [00:02:46.000] request: "seq": 8, "type": "request" } -Info 73 [00:02:47.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -757,7 +769,7 @@ After request Before request -Info 74 [00:02:48.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -768,10 +780,10 @@ Info 74 [00:02:48.000] request: "seq": 9, "type": "request" } -Info 75 [00:02:49.000] Search path: /user/username/projects/myproject/dependency -Info 76 [00:02:50.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 77 [00:02:51.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file -Info 78 [00:02:52.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -859,6 +871,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -888,7 +902,7 @@ FsWatchesRecursive:: Before request -Info 79 [00:02:53.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -899,9 +913,9 @@ Info 79 [00:02:53.000] request: "seq": 10, "type": "request" } -Info 80 [00:02:54.000] Search path: /user/username/projects/myproject/dependency -Info 81 [00:02:55.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 82 [00:02:56.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -986,7 +1000,7 @@ After request Before request -Info 83 [00:02:57.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -997,9 +1011,9 @@ Info 83 [00:02:57.000] request: "seq": 11, "type": "request" } -Info 84 [00:02:58.000] Search path: /user/username/projects/myproject/dependency -Info 85 [00:02:59.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 86 [00:03:00.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1084,7 +1098,7 @@ After request Before request -Info 87 [00:03:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1095,9 +1109,9 @@ Info 87 [00:03:01.000] request: "seq": 12, "type": "request" } -Info 88 [00:03:02.000] Search path: /user/username/projects/myproject/dependency -Info 89 [00:03:03.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 90 [00:03:04.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1182,7 +1196,7 @@ After request Before request -Info 91 [00:03:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1193,9 +1207,9 @@ Info 91 [00:03:05.000] request: "seq": 13, "type": "request" } -Info 92 [00:03:06.000] Search path: /user/username/projects/myproject/dependency -Info 93 [00:03:07.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 94 [00:03:08.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1280,7 +1294,7 @@ After request Before request -Info 95 [00:03:09.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1289,25 +1303,25 @@ Info 95 [00:03:09.000] request: "seq": 14, "type": "request" } -Info 96 [00:03:10.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 97 [00:03:11.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 97 [00:03:12.000] Files (3) - -Info 97 [00:03:13.000] ----------------------------------------------- -Info 97 [00:03:14.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 97 [00:03:15.000] Files (2) - -Info 97 [00:03:16.000] ----------------------------------------------- -Info 97 [00:03:17.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 97 [00:03:18.000] Files (2) - -Info 97 [00:03:19.000] ----------------------------------------------- -Info 97 [00:03:20.000] Open files: -Info 97 [00:03:21.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 97 [00:03:22.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 97 [00:03:23.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 97 [00:03:24.000] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 97 [00:03:25.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1318,6 +1332,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1349,7 +1365,7 @@ FsWatchesRecursive:: Before request -Info 98 [00:03:26.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -1358,29 +1374,29 @@ Info 98 [00:03:26.000] request: "seq": 15, "type": "request" } -Info 99 [00:03:27.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 100 [00:03:28.000] Search path: /user/username/projects/myproject/random -Info 101 [00:03:29.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 102 [00:03:30.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 102 [00:03:31.000] Files (3) - -Info 102 [00:03:32.000] ----------------------------------------------- -Info 102 [00:03:33.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 102 [00:03:34.000] Files (2) - -Info 102 [00:03:35.000] ----------------------------------------------- -Info 102 [00:03:36.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 102 [00:03:37.000] Files (2) - -Info 102 [00:03:38.000] ----------------------------------------------- -Info 102 [00:03:39.000] Open files: -Info 102 [00:03:40.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 102 [00:03:41.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 102 [00:03:42.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 102 [00:03:43.000] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 102 [00:03:44.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 102 [00:03:45.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 102 [00:03:46.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1391,6 +1407,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1424,7 +1442,7 @@ FsWatchesRecursive:: Before request -Info 103 [00:03:47.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1433,25 +1451,25 @@ Info 103 [00:03:47.000] request: "seq": 16, "type": "request" } -Info 104 [00:03:48.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 105 [00:03:49.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 105 [00:03:50.000] Files (3) - -Info 105 [00:03:51.000] ----------------------------------------------- -Info 105 [00:03:52.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 105 [00:03:53.000] Files (2) - -Info 105 [00:03:54.000] ----------------------------------------------- -Info 105 [00:03:55.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 105 [00:03:56.000] Files (2) - -Info 105 [00:03:57.000] ----------------------------------------------- -Info 105 [00:03:58.000] Open files: -Info 105 [00:03:59.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 105 [00:04:00.000] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 105 [00:04:01.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 105 [00:04:02.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 105 [00:04:03.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1462,6 +1480,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1493,7 +1513,7 @@ FsWatchesRecursive:: Before request -Info 106 [00:04:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1502,23 +1522,23 @@ Info 106 [00:04:04.000] request: "seq": 17, "type": "request" } -Info 107 [00:04:05.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 108 [00:04:06.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 108 [00:04:07.000] Files (3) - -Info 108 [00:04:08.000] ----------------------------------------------- -Info 108 [00:04:09.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 108 [00:04:10.000] Files (2) - -Info 108 [00:04:11.000] ----------------------------------------------- -Info 108 [00:04:12.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 108 [00:04:13.000] Files (2) - -Info 108 [00:04:14.000] ----------------------------------------------- -Info 108 [00:04:15.000] Open files: -Info 108 [00:04:16.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 108 [00:04:17.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 108 [00:04:18.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1529,6 +1549,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1562,7 +1584,7 @@ FsWatchesRecursive:: Before request -Info 109 [00:04:19.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1571,21 +1593,21 @@ Info 109 [00:04:19.000] request: "seq": 18, "type": "request" } -Info 110 [00:04:20.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 111 [00:04:21.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 111 [00:04:22.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 111 [00:04:23.000] ----------------------------------------------- -Info 111 [00:04:24.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 111 [00:04:25.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 111 [00:04:26.000] ----------------------------------------------- -Info 111 [00:04:27.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 111 [00:04:28.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 111 [00:04:29.000] ----------------------------------------------- -Info 111 [00:04:30.000] Open files: -Info 111 [00:04:31.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1596,6 +1618,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1631,7 +1655,7 @@ FsWatchesRecursive:: Before request -Info 112 [00:04:32.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -1640,12 +1664,12 @@ Info 112 [00:04:32.000] request: "seq": 19, "type": "request" } -Info 113 [00:04:33.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 114 [00:04:34.000] Search path: /user/username/projects/myproject/random -Info 115 [00:04:35.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 116 [00:04:36.000] `remove Project:: -Info 117 [00:04:37.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 118 [00:04:38.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts /user/username/projects/myproject/dependency/FnS.ts /user/username/projects/myproject/main/main.ts @@ -1658,19 +1682,21 @@ Info 118 [00:04:38.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 119 [00:04:39.000] ----------------------------------------------- -Info 120 [00:04:40.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 121 [00:04:41.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 122 [00:04:42.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 123 [00:04:43.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 124 [00:04:44.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 125 [00:04:45.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 126 [00:04:46.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 127 [00:04:47.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 128 [00:04:48.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 129 [00:04:49.000] `remove Project:: -Info 130 [00:04:50.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 131 [00:04:51.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts /user/username/projects/myproject/dependency/FnS.ts @@ -1680,25 +1706,27 @@ Info 131 [00:04:51.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 132 [00:04:52.000] ----------------------------------------------- -Info 133 [00:04:53.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 134 [00:04:54.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 135 [00:04:55.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 136 [00:04:56.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 137 [00:04:57.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 138 [00:04:58.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 139 [00:04:59.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 140 [00:05:00.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file -Info 141 [00:05:01.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 142 [00:05:02.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 143 [00:05:03.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 143 [00:05:04.000] Files (2) - -Info 143 [00:05:05.000] ----------------------------------------------- -Info 143 [00:05:06.000] Open files: -Info 143 [00:05:07.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 143 [00:05:08.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 143 [00:05:09.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1707,6 +1735,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configWithReference/dependency-dtsMap-changes-with-timeout-before-request.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configWithReference/dependency-dtsMap-changes-with-timeout-before-request.js index 343b414b0ec63..c33fca13cf4a5 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configWithReference/dependency-dtsMap-changes-with-timeout-before-request.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configWithReference/dependency-dtsMap-changes-with-timeout-before-request.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:00.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:01.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:02.000] Search path: /user/username/projects/myproject/main -Info 3 [00:01:03.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:01:04.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:01:05.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:01:06.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -243,10 +243,10 @@ Info 6 [00:01:06.000] Config: /user/username/projects/myproject/main/tsconfig } ] } -Info 7 [00:01:07.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:08.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:09.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:01:10.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -257,20 +257,22 @@ Info 10 [00:01:10.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:01:11.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 12 [00:01:12.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:01:13.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:01:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:01:16.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 17 [00:01:17.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:01:18.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 19 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 20 [00:01:20.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 21 [00:01:21.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 22 [00:01:22.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:01:23.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 24 [00:01:24.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts Text-1 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -283,17 +285,17 @@ Info 24 [00:01:24.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 25 [00:01:25.000] ----------------------------------------------- -Info 26 [00:01:26.000] Search path: /user/username/projects/myproject/main -Info 27 [00:01:27.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 28 [00:01:28.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 28 [00:01:29.000] Files (3) - -Info 28 [00:01:30.000] ----------------------------------------------- -Info 28 [00:01:31.000] Open files: -Info 28 [00:01:32.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 28 [00:01:33.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 28 [00:01:34.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -304,6 +306,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -325,7 +329,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:35.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -334,18 +338,20 @@ Info 29 [00:01:35.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:36.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 31 [00:01:37.000] Search path: /user/username/projects/myproject/dependency -Info 32 [00:01:38.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 33 [00:01:39.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 34 [00:01:40.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 35 [00:01:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 36 [00:01:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 37 [00:01:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 38 [00:01:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 39 [00:01:45.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 40 [00:01:46.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 41 [00:01:47.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts Text-1 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -355,23 +361,23 @@ Info 41 [00:01:47.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 42 [00:01:48.000] ----------------------------------------------- -Info 43 [00:01:49.000] Search path: /user/username/projects/myproject/dependency -Info 44 [00:01:50.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 45 [00:01:51.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 45 [00:01:52.000] Files (3) - -Info 45 [00:01:53.000] ----------------------------------------------- -Info 45 [00:01:54.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 45 [00:01:55.000] Files (2) - -Info 45 [00:01:56.000] ----------------------------------------------- -Info 45 [00:01:57.000] Open files: -Info 45 [00:01:58.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 45 [00:01:59.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 45 [00:02:00.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 45 [00:02:01.000] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 45 [00:02:02.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -382,6 +388,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: *new* {"pollingInterval":500} @@ -407,7 +415,7 @@ FsWatchesRecursive:: Before request -Info 46 [00:02:03.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -416,11 +424,11 @@ Info 46 [00:02:03.000] request: "seq": 3, "type": "request" } -Info 47 [00:02:04.000] Search path: /user/username/projects/myproject/random -Info 48 [00:02:05.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 49 [00:02:06.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 50 [00:02:07.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 51 [00:02:08.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -428,16 +436,18 @@ Info 51 [00:02:08.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 52 [00:02:09.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 53 [00:02:10.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 54 [00:02:11.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 55 [00:02:12.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 56 [00:02:13.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 57 [00:02:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 58 [00:02:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 59 [00:02:16.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 60 [00:02:17.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 61 [00:02:18.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -447,27 +457,27 @@ Info 61 [00:02:18.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 62 [00:02:19.000] ----------------------------------------------- -Info 63 [00:02:20.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 63 [00:02:21.000] Files (3) - -Info 63 [00:02:22.000] ----------------------------------------------- -Info 63 [00:02:23.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 63 [00:02:24.000] Files (2) - -Info 63 [00:02:25.000] ----------------------------------------------- -Info 63 [00:02:26.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 63 [00:02:27.000] Files (2) - -Info 63 [00:02:28.000] ----------------------------------------------- -Info 63 [00:02:29.000] Open files: -Info 63 [00:02:30.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 63 [00:02:31.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 63 [00:02:32.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 63 [00:02:33.000] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 63 [00:02:34.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 63 [00:02:35.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 63 [00:02:36.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -478,6 +488,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* @@ -505,7 +517,7 @@ FsWatchesRecursive:: Before request -Info 64 [00:02:37.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -516,7 +528,7 @@ Info 64 [00:02:37.000] request: "seq": 4, "type": "request" } -Info 65 [00:02:38.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -557,7 +569,7 @@ After request Before request -Info 66 [00:02:39.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -568,11 +580,11 @@ Info 66 [00:02:39.000] request: "seq": 5, "type": "request" } -Info 67 [00:02:40.000] Search path: /user/username/projects/myproject/dependency -Info 68 [00:02:41.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 69 [00:02:42.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 70 [00:02:43.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 71 [00:02:44.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -660,6 +672,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -689,11 +703,11 @@ FsWatchesRecursive:: /user/username/projects/myproject/random: {} -Info 72 [00:02:48.000] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 73 [00:02:49.000] Scheduled: /user/username/projects/myproject/main/tsconfig.json -Info 74 [00:02:50.000] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json -Info 75 [00:02:51.000] Scheduled: *ensureProjectForOpenFiles* -Info 76 [00:02:52.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info Before running Timeout callback:: count: 3 1: /user/username/projects/myproject/main/tsconfig.json 2: /user/username/projects/myproject/dependency/tsconfig.json @@ -702,60 +716,60 @@ Before running Timeout callback:: count: 3 {"version":3,"file":"FnS.d.ts","sourceRoot":"","sources":["../dependency/FnS.ts"],"names":[],"mappings":"AAAA,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,eAAO,MAAM,CAAC,KAAK,CAAC"} -Info 77 [00:02:53.000] Running: /user/username/projects/myproject/main/tsconfig.json -Info 78 [00:02:54.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 79 [00:02:55.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 80 [00:02:56.000] Same program as before -Info 81 [00:02:57.000] Running: /user/username/projects/myproject/dependency/tsconfig.json -Info 82 [00:02:58.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 83 [00:02:59.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 84 [00:03:00.000] Same program as before -Info 85 [00:03:01.000] Running: *ensureProjectForOpenFiles* -Info 86 [00:03:02.000] Before ensureProjectForOpenFiles: -Info 87 [00:03:03.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 87 [00:03:04.000] Files (3) - -Info 87 [00:03:05.000] ----------------------------------------------- -Info 87 [00:03:06.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 87 [00:03:07.000] Files (2) - -Info 87 [00:03:08.000] ----------------------------------------------- -Info 87 [00:03:09.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 87 [00:03:10.000] Files (2) - -Info 87 [00:03:11.000] ----------------------------------------------- -Info 87 [00:03:12.000] Open files: -Info 87 [00:03:13.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 87 [00:03:14.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 87 [00:03:15.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 87 [00:03:16.000] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 87 [00:03:17.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 87 [00:03:18.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 87 [00:03:19.000] After ensureProjectForOpenFiles: -Info 88 [00:03:20.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 88 [00:03:21.000] Files (3) - -Info 88 [00:03:22.000] ----------------------------------------------- -Info 88 [00:03:23.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 88 [00:03:24.000] Files (2) - -Info 88 [00:03:25.000] ----------------------------------------------- -Info 88 [00:03:26.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 88 [00:03:27.000] Files (2) - -Info 88 [00:03:28.000] ----------------------------------------------- -Info 88 [00:03:29.000] Open files: -Info 88 [00:03:30.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 88 [00:03:31.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 88 [00:03:32.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 88 [00:03:33.000] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 88 [00:03:34.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 88 [00:03:35.000] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Running: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] Running: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json After running Timeout callback:: count: 0 Before request -Info 88 [00:03:36.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -766,7 +780,7 @@ Info 88 [00:03:36.000] request: "seq": 6, "type": "request" } -Info 89 [00:03:37.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -807,7 +821,7 @@ After request Before request -Info 90 [00:03:38.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -818,7 +832,7 @@ Info 90 [00:03:38.000] request: "seq": 7, "type": "request" } -Info 91 [00:03:39.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -859,7 +873,7 @@ After request Before request -Info 92 [00:03:40.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -870,7 +884,7 @@ Info 92 [00:03:40.000] request: "seq": 8, "type": "request" } -Info 93 [00:03:41.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -911,7 +925,7 @@ After request Before request -Info 94 [00:03:42.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -922,7 +936,7 @@ Info 94 [00:03:42.000] request: "seq": 9, "type": "request" } -Info 95 [00:03:43.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -963,7 +977,7 @@ After request Before request -Info 96 [00:03:44.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -974,7 +988,7 @@ Info 96 [00:03:44.000] request: "seq": 10, "type": "request" } -Info 97 [00:03:45.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -1015,7 +1029,7 @@ After request Before request -Info 98 [00:03:46.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1026,9 +1040,9 @@ Info 98 [00:03:46.000] request: "seq": 11, "type": "request" } -Info 99 [00:03:47.000] Search path: /user/username/projects/myproject/dependency -Info 100 [00:03:48.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 101 [00:03:49.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1113,7 +1127,7 @@ After request Before request -Info 102 [00:03:50.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1124,9 +1138,9 @@ Info 102 [00:03:50.000] request: "seq": 12, "type": "request" } -Info 103 [00:03:51.000] Search path: /user/username/projects/myproject/dependency -Info 104 [00:03:52.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 105 [00:03:53.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1211,7 +1225,7 @@ After request Before request -Info 106 [00:03:54.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1222,9 +1236,9 @@ Info 106 [00:03:54.000] request: "seq": 13, "type": "request" } -Info 107 [00:03:55.000] Search path: /user/username/projects/myproject/dependency -Info 108 [00:03:56.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 109 [00:03:57.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1309,7 +1323,7 @@ After request Before request -Info 110 [00:03:58.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1320,9 +1334,9 @@ Info 110 [00:03:58.000] request: "seq": 14, "type": "request" } -Info 111 [00:03:59.000] Search path: /user/username/projects/myproject/dependency -Info 112 [00:04:00.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 113 [00:04:01.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1407,7 +1421,7 @@ After request Before request -Info 114 [00:04:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1418,9 +1432,9 @@ Info 114 [00:04:02.000] request: "seq": 15, "type": "request" } -Info 115 [00:04:03.000] Search path: /user/username/projects/myproject/dependency -Info 116 [00:04:04.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 117 [00:04:05.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configWithReference/dependency-dtsMap-changes.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configWithReference/dependency-dtsMap-changes.js index c1447e75fc809..029a69f404a8d 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configWithReference/dependency-dtsMap-changes.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configWithReference/dependency-dtsMap-changes.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:00.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:01.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:02.000] Search path: /user/username/projects/myproject/main -Info 3 [00:01:03.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:01:04.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:01:05.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:01:06.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -243,10 +243,10 @@ Info 6 [00:01:06.000] Config: /user/username/projects/myproject/main/tsconfig } ] } -Info 7 [00:01:07.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:08.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:09.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:01:10.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -257,20 +257,22 @@ Info 10 [00:01:10.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:01:11.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 12 [00:01:12.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:01:13.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:01:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:01:16.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 17 [00:01:17.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:01:18.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 19 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 20 [00:01:20.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 21 [00:01:21.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 22 [00:01:22.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:01:23.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 24 [00:01:24.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts Text-1 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -283,17 +285,17 @@ Info 24 [00:01:24.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 25 [00:01:25.000] ----------------------------------------------- -Info 26 [00:01:26.000] Search path: /user/username/projects/myproject/main -Info 27 [00:01:27.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 28 [00:01:28.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 28 [00:01:29.000] Files (3) - -Info 28 [00:01:30.000] ----------------------------------------------- -Info 28 [00:01:31.000] Open files: -Info 28 [00:01:32.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 28 [00:01:33.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 28 [00:01:34.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -304,6 +306,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -325,7 +329,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:35.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -334,18 +338,20 @@ Info 29 [00:01:35.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:36.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 31 [00:01:37.000] Search path: /user/username/projects/myproject/dependency -Info 32 [00:01:38.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 33 [00:01:39.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 34 [00:01:40.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 35 [00:01:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 36 [00:01:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 37 [00:01:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 38 [00:01:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 39 [00:01:45.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 40 [00:01:46.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 41 [00:01:47.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts Text-1 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -355,23 +361,23 @@ Info 41 [00:01:47.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 42 [00:01:48.000] ----------------------------------------------- -Info 43 [00:01:49.000] Search path: /user/username/projects/myproject/dependency -Info 44 [00:01:50.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 45 [00:01:51.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 45 [00:01:52.000] Files (3) - -Info 45 [00:01:53.000] ----------------------------------------------- -Info 45 [00:01:54.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 45 [00:01:55.000] Files (2) - -Info 45 [00:01:56.000] ----------------------------------------------- -Info 45 [00:01:57.000] Open files: -Info 45 [00:01:58.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 45 [00:01:59.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 45 [00:02:00.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 45 [00:02:01.000] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 45 [00:02:02.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -382,6 +388,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: *new* {"pollingInterval":500} @@ -407,7 +415,7 @@ FsWatchesRecursive:: Before request -Info 46 [00:02:03.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -416,11 +424,11 @@ Info 46 [00:02:03.000] request: "seq": 3, "type": "request" } -Info 47 [00:02:04.000] Search path: /user/username/projects/myproject/random -Info 48 [00:02:05.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 49 [00:02:06.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 50 [00:02:07.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 51 [00:02:08.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -428,16 +436,18 @@ Info 51 [00:02:08.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 52 [00:02:09.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 53 [00:02:10.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 54 [00:02:11.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 55 [00:02:12.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 56 [00:02:13.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 57 [00:02:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 58 [00:02:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 59 [00:02:16.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 60 [00:02:17.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 61 [00:02:18.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -447,27 +457,27 @@ Info 61 [00:02:18.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 62 [00:02:19.000] ----------------------------------------------- -Info 63 [00:02:20.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 63 [00:02:21.000] Files (3) - -Info 63 [00:02:22.000] ----------------------------------------------- -Info 63 [00:02:23.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 63 [00:02:24.000] Files (2) - -Info 63 [00:02:25.000] ----------------------------------------------- -Info 63 [00:02:26.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 63 [00:02:27.000] Files (2) - -Info 63 [00:02:28.000] ----------------------------------------------- -Info 63 [00:02:29.000] Open files: -Info 63 [00:02:30.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 63 [00:02:31.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 63 [00:02:32.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 63 [00:02:33.000] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 63 [00:02:34.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 63 [00:02:35.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 63 [00:02:36.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -478,6 +488,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* @@ -505,7 +517,7 @@ FsWatchesRecursive:: Before request -Info 64 [00:02:37.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -516,7 +528,7 @@ Info 64 [00:02:37.000] request: "seq": 4, "type": "request" } -Info 65 [00:02:38.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -557,7 +569,7 @@ After request Before request -Info 66 [00:02:39.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -568,11 +580,11 @@ Info 66 [00:02:39.000] request: "seq": 5, "type": "request" } -Info 67 [00:02:40.000] Search path: /user/username/projects/myproject/dependency -Info 68 [00:02:41.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 69 [00:02:42.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 70 [00:02:43.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 71 [00:02:44.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -660,6 +672,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -689,17 +703,17 @@ FsWatchesRecursive:: /user/username/projects/myproject/random: {} -Info 72 [00:02:48.000] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 73 [00:02:49.000] Scheduled: /user/username/projects/myproject/main/tsconfig.json -Info 74 [00:02:50.000] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json -Info 75 [00:02:51.000] Scheduled: *ensureProjectForOpenFiles* -Info 76 [00:02:52.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info Before request //// [/user/username/projects/myproject/decls/FnS.d.ts.map] {"version":3,"file":"FnS.d.ts","sourceRoot":"","sources":["../dependency/FnS.ts"],"names":[],"mappings":"AAAA,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,eAAO,MAAM,CAAC,KAAK,CAAC"} -Info 77 [00:02:53.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -710,10 +724,10 @@ Info 77 [00:02:53.000] request: "seq": 6, "type": "request" } -Info 78 [00:02:54.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 79 [00:02:55.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 80 [00:02:56.000] Same program as before -Info 81 [00:02:57.000] response: +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -754,7 +768,7 @@ After request Before request -Info 82 [00:02:58.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -765,7 +779,7 @@ Info 82 [00:02:58.000] request: "seq": 7, "type": "request" } -Info 83 [00:02:59.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -806,7 +820,7 @@ After request Before request -Info 84 [00:03:00.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -817,7 +831,7 @@ Info 84 [00:03:00.000] request: "seq": 8, "type": "request" } -Info 85 [00:03:01.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -858,7 +872,7 @@ After request Before request -Info 86 [00:03:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -869,7 +883,7 @@ Info 86 [00:03:02.000] request: "seq": 9, "type": "request" } -Info 87 [00:03:03.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -910,7 +924,7 @@ After request Before request -Info 88 [00:03:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -921,7 +935,7 @@ Info 88 [00:03:04.000] request: "seq": 10, "type": "request" } -Info 89 [00:03:05.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -962,7 +976,7 @@ After request Before request -Info 90 [00:03:06.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -973,12 +987,12 @@ Info 90 [00:03:06.000] request: "seq": 11, "type": "request" } -Info 91 [00:03:07.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 92 [00:03:08.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 93 [00:03:09.000] Same program as before -Info 94 [00:03:10.000] Search path: /user/username/projects/myproject/dependency -Info 95 [00:03:11.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 96 [00:03:12.000] response: +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1063,7 +1077,7 @@ After request Before request -Info 97 [00:03:13.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1074,9 +1088,9 @@ Info 97 [00:03:13.000] request: "seq": 12, "type": "request" } -Info 98 [00:03:14.000] Search path: /user/username/projects/myproject/dependency -Info 99 [00:03:15.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 100 [00:03:16.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1161,7 +1175,7 @@ After request Before request -Info 101 [00:03:17.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1172,9 +1186,9 @@ Info 101 [00:03:17.000] request: "seq": 13, "type": "request" } -Info 102 [00:03:18.000] Search path: /user/username/projects/myproject/dependency -Info 103 [00:03:19.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 104 [00:03:20.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1259,7 +1273,7 @@ After request Before request -Info 105 [00:03:21.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1270,9 +1284,9 @@ Info 105 [00:03:21.000] request: "seq": 14, "type": "request" } -Info 106 [00:03:22.000] Search path: /user/username/projects/myproject/dependency -Info 107 [00:03:23.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 108 [00:03:24.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1357,7 +1371,7 @@ After request Before request -Info 109 [00:03:25.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1368,9 +1382,9 @@ Info 109 [00:03:25.000] request: "seq": 15, "type": "request" } -Info 110 [00:03:26.000] Search path: /user/username/projects/myproject/dependency -Info 111 [00:03:27.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 112 [00:03:28.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configWithReference/dependency-dtsMap-created.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configWithReference/dependency-dtsMap-created.js index 26fd023a81f2d..63445d5b83c8c 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configWithReference/dependency-dtsMap-created.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configWithReference/dependency-dtsMap-created.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:01.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -211,7 +211,7 @@ export {}; } -Info 1 [00:01:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -220,11 +220,11 @@ Info 1 [00:01:02.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:03.000] Search path: /user/username/projects/myproject/main -Info 3 [00:01:04.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:01:05.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:01:06.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:01:07.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -240,10 +240,10 @@ Info 6 [00:01:07.000] Config: /user/username/projects/myproject/main/tsconfig } ] } -Info 7 [00:01:08.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:09.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:10.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:01:11.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -254,20 +254,22 @@ Info 10 [00:01:11.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:01:12.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 12 [00:01:13.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:01:14.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:01:15.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:01:16.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:01:17.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 17 [00:01:18.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:01:19.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 19 [00:01:20.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 20 [00:01:21.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 21 [00:01:22.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 22 [00:01:23.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:01:24.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 24 [00:01:25.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts Text-1 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -280,17 +282,17 @@ Info 24 [00:01:25.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 25 [00:01:26.000] ----------------------------------------------- -Info 26 [00:01:27.000] Search path: /user/username/projects/myproject/main -Info 27 [00:01:28.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 28 [00:01:29.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 28 [00:01:30.000] Files (3) - -Info 28 [00:01:31.000] ----------------------------------------------- -Info 28 [00:01:32.000] Open files: -Info 28 [00:01:33.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 28 [00:01:34.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 28 [00:01:35.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -301,6 +303,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -322,7 +326,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:36.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -331,18 +335,20 @@ Info 29 [00:01:36.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:37.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 31 [00:01:38.000] Search path: /user/username/projects/myproject/dependency -Info 32 [00:01:39.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 33 [00:01:40.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 34 [00:01:41.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 35 [00:01:42.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 36 [00:01:43.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 37 [00:01:44.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 38 [00:01:45.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 39 [00:01:46.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 40 [00:01:47.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 41 [00:01:48.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts Text-1 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -352,23 +358,23 @@ Info 41 [00:01:48.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 42 [00:01:49.000] ----------------------------------------------- -Info 43 [00:01:50.000] Search path: /user/username/projects/myproject/dependency -Info 44 [00:01:51.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 45 [00:01:52.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 45 [00:01:53.000] Files (3) - -Info 45 [00:01:54.000] ----------------------------------------------- -Info 45 [00:01:55.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 45 [00:01:56.000] Files (2) - -Info 45 [00:01:57.000] ----------------------------------------------- -Info 45 [00:01:58.000] Open files: -Info 45 [00:01:59.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 45 [00:02:00.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 45 [00:02:01.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 45 [00:02:02.000] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 45 [00:02:03.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -379,6 +385,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: *new* {"pollingInterval":500} @@ -404,7 +412,7 @@ FsWatchesRecursive:: Before request -Info 46 [00:02:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -413,11 +421,11 @@ Info 46 [00:02:04.000] request: "seq": 3, "type": "request" } -Info 47 [00:02:05.000] Search path: /user/username/projects/myproject/random -Info 48 [00:02:06.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 49 [00:02:07.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 50 [00:02:08.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 51 [00:02:09.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -425,16 +433,18 @@ Info 51 [00:02:09.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 52 [00:02:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 53 [00:02:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 54 [00:02:12.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 55 [00:02:13.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 56 [00:02:14.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 57 [00:02:15.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 58 [00:02:16.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 59 [00:02:17.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 60 [00:02:18.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 61 [00:02:19.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -444,27 +454,27 @@ Info 61 [00:02:19.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 62 [00:02:20.000] ----------------------------------------------- -Info 63 [00:02:21.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 63 [00:02:22.000] Files (3) - -Info 63 [00:02:23.000] ----------------------------------------------- -Info 63 [00:02:24.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 63 [00:02:25.000] Files (2) - -Info 63 [00:02:26.000] ----------------------------------------------- -Info 63 [00:02:27.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 63 [00:02:28.000] Files (2) - -Info 63 [00:02:29.000] ----------------------------------------------- -Info 63 [00:02:30.000] Open files: -Info 63 [00:02:31.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 63 [00:02:32.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 63 [00:02:33.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 63 [00:02:34.000] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 63 [00:02:35.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 63 [00:02:36.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 63 [00:02:37.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -475,6 +485,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* @@ -502,7 +514,7 @@ FsWatchesRecursive:: Before request -Info 64 [00:02:38.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -513,7 +525,7 @@ Info 64 [00:02:38.000] request: "seq": 4, "type": "request" } -Info 65 [00:02:39.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -554,7 +566,7 @@ After request Before request -Info 66 [00:02:40.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -565,11 +577,11 @@ Info 66 [00:02:40.000] request: "seq": 5, "type": "request" } -Info 67 [00:02:41.000] Search path: /user/username/projects/myproject/dependency -Info 68 [00:02:42.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 69 [00:02:43.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 70 [00:02:44.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file -Info 71 [00:02:45.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -657,6 +669,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -686,14 +700,14 @@ FsWatchesRecursive:: /user/username/projects/myproject/random: {} -Info 72 [00:02:48.000] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 0:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file -Info 73 [00:02:49.000] Scheduled: /user/username/projects/myproject/main/tsconfig.json -Info 74 [00:02:50.000] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json -Info 75 [00:02:51.000] Scheduled: *ensureProjectForOpenFiles* -Info 76 [00:02:52.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file -Info 77 [00:02:53.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 0:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file -Info 78 [00:02:54.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 79 [00:02:55.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 0:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 0:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations Before request //// [/user/username/projects/myproject/decls/FnS.d.ts.map] {"version":3,"file":"FnS.d.ts","sourceRoot":"","sources":["../dependency/FnS.ts"],"names":[],"mappings":"AAAA,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM"} @@ -704,6 +718,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -735,7 +751,7 @@ FsWatchesRecursive:: /user/username/projects/myproject/random: {} -Info 80 [00:02:56.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -746,10 +762,10 @@ Info 80 [00:02:56.000] request: "seq": 6, "type": "request" } -Info 81 [00:02:57.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 82 [00:02:58.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 83 [00:02:59.000] Same program as before -Info 84 [00:03:00.000] response: +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -790,7 +806,7 @@ After request Before request -Info 85 [00:03:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -801,7 +817,7 @@ Info 85 [00:03:01.000] request: "seq": 7, "type": "request" } -Info 86 [00:03:02.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -842,7 +858,7 @@ After request Before request -Info 87 [00:03:03.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -853,7 +869,7 @@ Info 87 [00:03:03.000] request: "seq": 8, "type": "request" } -Info 88 [00:03:04.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -894,7 +910,7 @@ After request Before request -Info 89 [00:03:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -905,7 +921,7 @@ Info 89 [00:03:05.000] request: "seq": 9, "type": "request" } -Info 90 [00:03:06.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -946,7 +962,7 @@ After request Before request -Info 91 [00:03:07.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -957,7 +973,7 @@ Info 91 [00:03:07.000] request: "seq": 10, "type": "request" } -Info 92 [00:03:08.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -998,7 +1014,7 @@ After request Before request -Info 93 [00:03:09.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1009,13 +1025,13 @@ Info 93 [00:03:09.000] request: "seq": 11, "type": "request" } -Info 94 [00:03:10.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 95 [00:03:11.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 96 [00:03:12.000] Same program as before -Info 97 [00:03:13.000] Search path: /user/username/projects/myproject/dependency -Info 98 [00:03:14.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 99 [00:03:15.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 100 [00:03:16.000] response: +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1103,6 +1119,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1134,7 +1152,7 @@ FsWatchesRecursive:: Before request -Info 101 [00:03:17.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1145,9 +1163,9 @@ Info 101 [00:03:17.000] request: "seq": 12, "type": "request" } -Info 102 [00:03:18.000] Search path: /user/username/projects/myproject/dependency -Info 103 [00:03:19.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 104 [00:03:20.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1232,7 +1250,7 @@ After request Before request -Info 105 [00:03:21.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1243,9 +1261,9 @@ Info 105 [00:03:21.000] request: "seq": 13, "type": "request" } -Info 106 [00:03:22.000] Search path: /user/username/projects/myproject/dependency -Info 107 [00:03:23.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 108 [00:03:24.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1330,7 +1348,7 @@ After request Before request -Info 109 [00:03:25.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1341,9 +1359,9 @@ Info 109 [00:03:25.000] request: "seq": 14, "type": "request" } -Info 110 [00:03:26.000] Search path: /user/username/projects/myproject/dependency -Info 111 [00:03:27.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 112 [00:03:28.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1428,7 +1446,7 @@ After request Before request -Info 113 [00:03:29.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1439,9 +1457,9 @@ Info 113 [00:03:29.000] request: "seq": 15, "type": "request" } -Info 114 [00:03:30.000] Search path: /user/username/projects/myproject/dependency -Info 115 [00:03:31.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 116 [00:03:32.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1526,7 +1544,7 @@ After request Before request -Info 117 [00:03:33.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1535,25 +1553,25 @@ Info 117 [00:03:33.000] request: "seq": 16, "type": "request" } -Info 118 [00:03:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 119 [00:03:35.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 119 [00:03:36.000] Files (3) - -Info 119 [00:03:37.000] ----------------------------------------------- -Info 119 [00:03:38.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 119 [00:03:39.000] Files (2) - -Info 119 [00:03:40.000] ----------------------------------------------- -Info 119 [00:03:41.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 119 [00:03:42.000] Files (2) - -Info 119 [00:03:43.000] ----------------------------------------------- -Info 119 [00:03:44.000] Open files: -Info 119 [00:03:45.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 119 [00:03:46.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 119 [00:03:47.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 119 [00:03:48.000] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 119 [00:03:49.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1564,6 +1582,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1597,7 +1617,7 @@ FsWatchesRecursive:: Before request -Info 120 [00:03:50.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -1606,29 +1626,29 @@ Info 120 [00:03:50.000] request: "seq": 17, "type": "request" } -Info 121 [00:03:51.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 122 [00:03:52.000] Search path: /user/username/projects/myproject/random -Info 123 [00:03:53.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 124 [00:03:54.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 124 [00:03:55.000] Files (3) - -Info 124 [00:03:56.000] ----------------------------------------------- -Info 124 [00:03:57.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 124 [00:03:58.000] Files (2) - -Info 124 [00:03:59.000] ----------------------------------------------- -Info 124 [00:04:00.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 124 [00:04:01.000] Files (2) - -Info 124 [00:04:02.000] ----------------------------------------------- -Info 124 [00:04:03.000] Open files: -Info 124 [00:04:04.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 124 [00:04:05.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 124 [00:04:06.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 124 [00:04:07.000] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 124 [00:04:08.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 124 [00:04:09.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 124 [00:04:10.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1639,6 +1659,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1674,7 +1696,7 @@ FsWatchesRecursive:: Before request -Info 125 [00:04:11.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1683,25 +1705,25 @@ Info 125 [00:04:11.000] request: "seq": 18, "type": "request" } -Info 126 [00:04:12.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 127 [00:04:13.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 127 [00:04:14.000] Files (3) - -Info 127 [00:04:15.000] ----------------------------------------------- -Info 127 [00:04:16.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 127 [00:04:17.000] Files (2) - -Info 127 [00:04:18.000] ----------------------------------------------- -Info 127 [00:04:19.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 127 [00:04:20.000] Files (2) - -Info 127 [00:04:21.000] ----------------------------------------------- -Info 127 [00:04:22.000] Open files: -Info 127 [00:04:23.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 127 [00:04:24.000] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 127 [00:04:25.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 127 [00:04:26.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 127 [00:04:27.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1712,6 +1734,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1745,7 +1769,7 @@ FsWatchesRecursive:: Before request -Info 128 [00:04:28.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1754,23 +1778,23 @@ Info 128 [00:04:28.000] request: "seq": 19, "type": "request" } -Info 129 [00:04:29.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 130 [00:04:30.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 130 [00:04:31.000] Files (3) - -Info 130 [00:04:32.000] ----------------------------------------------- -Info 130 [00:04:33.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 130 [00:04:34.000] Files (2) - -Info 130 [00:04:35.000] ----------------------------------------------- -Info 130 [00:04:36.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 130 [00:04:37.000] Files (2) - -Info 130 [00:04:38.000] ----------------------------------------------- -Info 130 [00:04:39.000] Open files: -Info 130 [00:04:40.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 130 [00:04:41.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 130 [00:04:42.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1781,6 +1805,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1816,7 +1842,7 @@ FsWatchesRecursive:: Before request -Info 131 [00:04:43.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1825,21 +1851,21 @@ Info 131 [00:04:43.000] request: "seq": 20, "type": "request" } -Info 132 [00:04:44.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 133 [00:04:45.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 133 [00:04:46.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 133 [00:04:47.000] ----------------------------------------------- -Info 133 [00:04:48.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 133 [00:04:49.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 133 [00:04:50.000] ----------------------------------------------- -Info 133 [00:04:51.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 133 [00:04:52.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 133 [00:04:53.000] ----------------------------------------------- -Info 133 [00:04:54.000] Open files: -Info 133 [00:04:55.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1850,6 +1876,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1887,7 +1915,7 @@ FsWatchesRecursive:: Before request -Info 134 [00:04:56.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -1896,12 +1924,12 @@ Info 134 [00:04:56.000] request: "seq": 21, "type": "request" } -Info 135 [00:04:57.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 136 [00:04:58.000] Search path: /user/username/projects/myproject/random -Info 137 [00:04:59.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 138 [00:05:00.000] `remove Project:: -Info 139 [00:05:01.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 140 [00:05:02.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts /user/username/projects/myproject/dependency/FnS.ts /user/username/projects/myproject/main/main.ts @@ -1914,19 +1942,21 @@ Info 140 [00:05:02.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 141 [00:05:03.000] ----------------------------------------------- -Info 142 [00:05:04.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 143 [00:05:05.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 144 [00:05:06.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 145 [00:05:07.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 146 [00:05:08.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 147 [00:05:09.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 148 [00:05:10.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 149 [00:05:11.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 150 [00:05:12.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 151 [00:05:13.000] `remove Project:: -Info 152 [00:05:14.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 153 [00:05:15.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts /user/username/projects/myproject/dependency/FnS.ts @@ -1936,26 +1966,28 @@ Info 153 [00:05:15.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 154 [00:05:16.000] ----------------------------------------------- -Info 155 [00:05:17.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 156 [00:05:18.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 157 [00:05:19.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 158 [00:05:20.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 159 [00:05:21.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 160 [00:05:22.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 161 [00:05:23.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 162 [00:05:24.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 163 [00:05:25.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 164 [00:05:26.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 165 [00:05:27.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 166 [00:05:28.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 166 [00:05:29.000] Files (2) - -Info 166 [00:05:30.000] ----------------------------------------------- -Info 166 [00:05:31.000] Open files: -Info 166 [00:05:32.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 166 [00:05:33.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 166 [00:05:34.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1964,6 +1996,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configWithReference/dependency-dtsMap-deleted.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configWithReference/dependency-dtsMap-deleted.js index 09f8fb65f0cda..5c6e65c7864e2 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configWithReference/dependency-dtsMap-deleted.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configWithReference/dependency-dtsMap-deleted.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:00.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:01.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:02.000] Search path: /user/username/projects/myproject/main -Info 3 [00:01:03.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:01:04.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:01:05.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:01:06.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -243,10 +243,10 @@ Info 6 [00:01:06.000] Config: /user/username/projects/myproject/main/tsconfig } ] } -Info 7 [00:01:07.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:08.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:09.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:01:10.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -257,20 +257,22 @@ Info 10 [00:01:10.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:01:11.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 12 [00:01:12.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:01:13.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:01:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:01:16.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 17 [00:01:17.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:01:18.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 19 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 20 [00:01:20.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 21 [00:01:21.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 22 [00:01:22.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:01:23.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 24 [00:01:24.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts Text-1 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -283,17 +285,17 @@ Info 24 [00:01:24.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 25 [00:01:25.000] ----------------------------------------------- -Info 26 [00:01:26.000] Search path: /user/username/projects/myproject/main -Info 27 [00:01:27.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 28 [00:01:28.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 28 [00:01:29.000] Files (3) - -Info 28 [00:01:30.000] ----------------------------------------------- -Info 28 [00:01:31.000] Open files: -Info 28 [00:01:32.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 28 [00:01:33.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 28 [00:01:34.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -304,6 +306,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -325,7 +329,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:35.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -334,18 +338,20 @@ Info 29 [00:01:35.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:36.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 31 [00:01:37.000] Search path: /user/username/projects/myproject/dependency -Info 32 [00:01:38.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 33 [00:01:39.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 34 [00:01:40.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 35 [00:01:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 36 [00:01:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 37 [00:01:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 38 [00:01:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 39 [00:01:45.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 40 [00:01:46.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 41 [00:01:47.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts Text-1 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -355,23 +361,23 @@ Info 41 [00:01:47.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 42 [00:01:48.000] ----------------------------------------------- -Info 43 [00:01:49.000] Search path: /user/username/projects/myproject/dependency -Info 44 [00:01:50.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 45 [00:01:51.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 45 [00:01:52.000] Files (3) - -Info 45 [00:01:53.000] ----------------------------------------------- -Info 45 [00:01:54.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 45 [00:01:55.000] Files (2) - -Info 45 [00:01:56.000] ----------------------------------------------- -Info 45 [00:01:57.000] Open files: -Info 45 [00:01:58.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 45 [00:01:59.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 45 [00:02:00.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 45 [00:02:01.000] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 45 [00:02:02.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -382,6 +388,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: *new* {"pollingInterval":500} @@ -407,7 +415,7 @@ FsWatchesRecursive:: Before request -Info 46 [00:02:03.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -416,11 +424,11 @@ Info 46 [00:02:03.000] request: "seq": 3, "type": "request" } -Info 47 [00:02:04.000] Search path: /user/username/projects/myproject/random -Info 48 [00:02:05.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 49 [00:02:06.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 50 [00:02:07.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 51 [00:02:08.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -428,16 +436,18 @@ Info 51 [00:02:08.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 52 [00:02:09.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 53 [00:02:10.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 54 [00:02:11.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 55 [00:02:12.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 56 [00:02:13.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 57 [00:02:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 58 [00:02:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 59 [00:02:16.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 60 [00:02:17.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 61 [00:02:18.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -447,27 +457,27 @@ Info 61 [00:02:18.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 62 [00:02:19.000] ----------------------------------------------- -Info 63 [00:02:20.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 63 [00:02:21.000] Files (3) - -Info 63 [00:02:22.000] ----------------------------------------------- -Info 63 [00:02:23.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 63 [00:02:24.000] Files (2) - -Info 63 [00:02:25.000] ----------------------------------------------- -Info 63 [00:02:26.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 63 [00:02:27.000] Files (2) - -Info 63 [00:02:28.000] ----------------------------------------------- -Info 63 [00:02:29.000] Open files: -Info 63 [00:02:30.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 63 [00:02:31.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 63 [00:02:32.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 63 [00:02:33.000] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 63 [00:02:34.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 63 [00:02:35.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 63 [00:02:36.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -478,6 +488,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* @@ -505,7 +517,7 @@ FsWatchesRecursive:: Before request -Info 64 [00:02:37.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -516,7 +528,7 @@ Info 64 [00:02:37.000] request: "seq": 4, "type": "request" } -Info 65 [00:02:38.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -557,7 +569,7 @@ After request Before request -Info 66 [00:02:39.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -568,11 +580,11 @@ Info 66 [00:02:39.000] request: "seq": 5, "type": "request" } -Info 67 [00:02:40.000] Search path: /user/username/projects/myproject/dependency -Info 68 [00:02:41.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 69 [00:02:42.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 70 [00:02:43.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 71 [00:02:44.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -660,6 +672,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -689,14 +703,14 @@ FsWatchesRecursive:: /user/username/projects/myproject/random: {} -Info 72 [00:02:46.000] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 2:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 73 [00:02:47.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 74 [00:02:48.000] Scheduled: /user/username/projects/myproject/main/tsconfig.json -Info 75 [00:02:49.000] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json -Info 76 [00:02:50.000] Scheduled: *ensureProjectForOpenFiles* -Info 77 [00:02:51.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 2:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 78 [00:02:52.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 79 [00:02:53.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 2:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 2:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations Before request //// [/user/username/projects/myproject/decls/FnS.d.ts.map] deleted @@ -705,6 +719,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -736,7 +752,7 @@ FsWatchesRecursive:: /user/username/projects/myproject/random: {} -Info 80 [00:02:54.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -747,10 +763,10 @@ Info 80 [00:02:54.000] request: "seq": 6, "type": "request" } -Info 81 [00:02:55.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 82 [00:02:56.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 83 [00:02:57.000] Same program as before -Info 84 [00:02:58.000] response: +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -791,7 +807,7 @@ After request Before request -Info 85 [00:02:59.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -802,7 +818,7 @@ Info 85 [00:02:59.000] request: "seq": 7, "type": "request" } -Info 86 [00:03:00.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -843,7 +859,7 @@ After request Before request -Info 87 [00:03:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -854,7 +870,7 @@ Info 87 [00:03:01.000] request: "seq": 8, "type": "request" } -Info 88 [00:03:02.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -895,7 +911,7 @@ After request Before request -Info 89 [00:03:03.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -906,7 +922,7 @@ Info 89 [00:03:03.000] request: "seq": 9, "type": "request" } -Info 90 [00:03:04.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -947,7 +963,7 @@ After request Before request -Info 91 [00:03:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -958,7 +974,7 @@ Info 91 [00:03:05.000] request: "seq": 10, "type": "request" } -Info 92 [00:03:06.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -999,7 +1015,7 @@ After request Before request -Info 93 [00:03:07.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1010,13 +1026,13 @@ Info 93 [00:03:07.000] request: "seq": 11, "type": "request" } -Info 94 [00:03:08.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 95 [00:03:09.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 96 [00:03:10.000] Same program as before -Info 97 [00:03:11.000] Search path: /user/username/projects/myproject/dependency -Info 98 [00:03:12.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 99 [00:03:13.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file -Info 100 [00:03:14.000] response: +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1104,6 +1120,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1135,7 +1153,7 @@ FsWatchesRecursive:: Before request -Info 101 [00:03:15.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1146,9 +1164,9 @@ Info 101 [00:03:15.000] request: "seq": 12, "type": "request" } -Info 102 [00:03:16.000] Search path: /user/username/projects/myproject/dependency -Info 103 [00:03:17.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 104 [00:03:18.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1233,7 +1251,7 @@ After request Before request -Info 105 [00:03:19.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1244,9 +1262,9 @@ Info 105 [00:03:19.000] request: "seq": 13, "type": "request" } -Info 106 [00:03:20.000] Search path: /user/username/projects/myproject/dependency -Info 107 [00:03:21.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 108 [00:03:22.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1331,7 +1349,7 @@ After request Before request -Info 109 [00:03:23.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1342,9 +1360,9 @@ Info 109 [00:03:23.000] request: "seq": 14, "type": "request" } -Info 110 [00:03:24.000] Search path: /user/username/projects/myproject/dependency -Info 111 [00:03:25.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 112 [00:03:26.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1429,7 +1447,7 @@ After request Before request -Info 113 [00:03:27.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1440,9 +1458,9 @@ Info 113 [00:03:27.000] request: "seq": 15, "type": "request" } -Info 114 [00:03:28.000] Search path: /user/username/projects/myproject/dependency -Info 115 [00:03:29.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 116 [00:03:30.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1527,7 +1545,7 @@ After request Before request -Info 117 [00:03:31.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1536,25 +1554,25 @@ Info 117 [00:03:31.000] request: "seq": 16, "type": "request" } -Info 118 [00:03:32.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 119 [00:03:33.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 119 [00:03:34.000] Files (3) - -Info 119 [00:03:35.000] ----------------------------------------------- -Info 119 [00:03:36.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 119 [00:03:37.000] Files (2) - -Info 119 [00:03:38.000] ----------------------------------------------- -Info 119 [00:03:39.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 119 [00:03:40.000] Files (2) - -Info 119 [00:03:41.000] ----------------------------------------------- -Info 119 [00:03:42.000] Open files: -Info 119 [00:03:43.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 119 [00:03:44.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 119 [00:03:45.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 119 [00:03:46.000] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 119 [00:03:47.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1565,6 +1583,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1598,7 +1618,7 @@ FsWatchesRecursive:: Before request -Info 120 [00:03:48.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -1607,29 +1627,29 @@ Info 120 [00:03:48.000] request: "seq": 17, "type": "request" } -Info 121 [00:03:49.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 122 [00:03:50.000] Search path: /user/username/projects/myproject/random -Info 123 [00:03:51.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 124 [00:03:52.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 124 [00:03:53.000] Files (3) - -Info 124 [00:03:54.000] ----------------------------------------------- -Info 124 [00:03:55.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 124 [00:03:56.000] Files (2) - -Info 124 [00:03:57.000] ----------------------------------------------- -Info 124 [00:03:58.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 124 [00:03:59.000] Files (2) - -Info 124 [00:04:00.000] ----------------------------------------------- -Info 124 [00:04:01.000] Open files: -Info 124 [00:04:02.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 124 [00:04:03.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 124 [00:04:04.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 124 [00:04:05.000] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 124 [00:04:06.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 124 [00:04:07.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 124 [00:04:08.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1640,6 +1660,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1675,7 +1697,7 @@ FsWatchesRecursive:: Before request -Info 125 [00:04:09.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1684,25 +1706,25 @@ Info 125 [00:04:09.000] request: "seq": 18, "type": "request" } -Info 126 [00:04:10.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 127 [00:04:11.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 127 [00:04:12.000] Files (3) - -Info 127 [00:04:13.000] ----------------------------------------------- -Info 127 [00:04:14.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 127 [00:04:15.000] Files (2) - -Info 127 [00:04:16.000] ----------------------------------------------- -Info 127 [00:04:17.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 127 [00:04:18.000] Files (2) - -Info 127 [00:04:19.000] ----------------------------------------------- -Info 127 [00:04:20.000] Open files: -Info 127 [00:04:21.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 127 [00:04:22.000] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 127 [00:04:23.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 127 [00:04:24.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 127 [00:04:25.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1713,6 +1735,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1746,7 +1770,7 @@ FsWatchesRecursive:: Before request -Info 128 [00:04:26.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1755,23 +1779,23 @@ Info 128 [00:04:26.000] request: "seq": 19, "type": "request" } -Info 129 [00:04:27.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 130 [00:04:28.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 130 [00:04:29.000] Files (3) - -Info 130 [00:04:30.000] ----------------------------------------------- -Info 130 [00:04:31.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 130 [00:04:32.000] Files (2) - -Info 130 [00:04:33.000] ----------------------------------------------- -Info 130 [00:04:34.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 130 [00:04:35.000] Files (2) - -Info 130 [00:04:36.000] ----------------------------------------------- -Info 130 [00:04:37.000] Open files: -Info 130 [00:04:38.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 130 [00:04:39.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 130 [00:04:40.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1782,6 +1806,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1817,7 +1843,7 @@ FsWatchesRecursive:: Before request -Info 131 [00:04:41.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1826,21 +1852,21 @@ Info 131 [00:04:41.000] request: "seq": 20, "type": "request" } -Info 132 [00:04:42.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 133 [00:04:43.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 133 [00:04:44.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 133 [00:04:45.000] ----------------------------------------------- -Info 133 [00:04:46.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 133 [00:04:47.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 133 [00:04:48.000] ----------------------------------------------- -Info 133 [00:04:49.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 133 [00:04:50.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 133 [00:04:51.000] ----------------------------------------------- -Info 133 [00:04:52.000] Open files: -Info 133 [00:04:53.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1851,6 +1877,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1888,7 +1916,7 @@ FsWatchesRecursive:: Before request -Info 134 [00:04:54.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -1897,12 +1925,12 @@ Info 134 [00:04:54.000] request: "seq": 21, "type": "request" } -Info 135 [00:04:55.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 136 [00:04:56.000] Search path: /user/username/projects/myproject/random -Info 137 [00:04:57.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 138 [00:04:58.000] `remove Project:: -Info 139 [00:04:59.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 140 [00:05:00.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts /user/username/projects/myproject/dependency/FnS.ts /user/username/projects/myproject/main/main.ts @@ -1915,19 +1943,21 @@ Info 140 [00:05:00.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 141 [00:05:01.000] ----------------------------------------------- -Info 142 [00:05:02.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 143 [00:05:03.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 144 [00:05:04.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 145 [00:05:05.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 146 [00:05:06.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 147 [00:05:07.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 148 [00:05:08.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 149 [00:05:09.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 150 [00:05:10.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 151 [00:05:11.000] `remove Project:: -Info 152 [00:05:12.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 153 [00:05:13.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts /user/username/projects/myproject/dependency/FnS.ts @@ -1937,26 +1967,28 @@ Info 153 [00:05:13.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 154 [00:05:14.000] ----------------------------------------------- -Info 155 [00:05:15.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 156 [00:05:16.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 157 [00:05:17.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 158 [00:05:18.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 159 [00:05:19.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 160 [00:05:20.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 161 [00:05:21.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 162 [00:05:22.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 163 [00:05:23.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 164 [00:05:24.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 165 [00:05:25.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file -Info 166 [00:05:26.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 166 [00:05:27.000] Files (2) - -Info 166 [00:05:28.000] ----------------------------------------------- -Info 166 [00:05:29.000] Open files: -Info 166 [00:05:30.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 166 [00:05:31.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 166 [00:05:32.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1965,6 +1997,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configWithReference/dependency-dtsMap-not-present.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configWithReference/dependency-dtsMap-not-present.js index 94ec2ebab1a89..0fee71b46b818 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configWithReference/dependency-dtsMap-not-present.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configWithReference/dependency-dtsMap-not-present.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:01.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -211,7 +211,7 @@ export {}; } -Info 1 [00:01:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -220,11 +220,11 @@ Info 1 [00:01:02.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:03.000] Search path: /user/username/projects/myproject/main -Info 3 [00:01:04.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:01:05.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:01:06.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:01:07.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -240,10 +240,10 @@ Info 6 [00:01:07.000] Config: /user/username/projects/myproject/main/tsconfig } ] } -Info 7 [00:01:08.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:09.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:10.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:01:11.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -254,20 +254,22 @@ Info 10 [00:01:11.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:01:12.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 12 [00:01:13.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:01:14.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:01:15.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:01:16.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:01:17.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 17 [00:01:18.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:01:19.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 19 [00:01:20.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 20 [00:01:21.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 21 [00:01:22.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 22 [00:01:23.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:01:24.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 24 [00:01:25.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts Text-1 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -280,17 +282,17 @@ Info 24 [00:01:25.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 25 [00:01:26.000] ----------------------------------------------- -Info 26 [00:01:27.000] Search path: /user/username/projects/myproject/main -Info 27 [00:01:28.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 28 [00:01:29.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 28 [00:01:30.000] Files (3) - -Info 28 [00:01:31.000] ----------------------------------------------- -Info 28 [00:01:32.000] Open files: -Info 28 [00:01:33.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 28 [00:01:34.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 28 [00:01:35.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -301,6 +303,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -322,7 +326,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:36.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -331,18 +335,20 @@ Info 29 [00:01:36.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:37.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 31 [00:01:38.000] Search path: /user/username/projects/myproject/dependency -Info 32 [00:01:39.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 33 [00:01:40.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 34 [00:01:41.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 35 [00:01:42.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 36 [00:01:43.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 37 [00:01:44.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 38 [00:01:45.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 39 [00:01:46.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 40 [00:01:47.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 41 [00:01:48.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts Text-1 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -352,23 +358,23 @@ Info 41 [00:01:48.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 42 [00:01:49.000] ----------------------------------------------- -Info 43 [00:01:50.000] Search path: /user/username/projects/myproject/dependency -Info 44 [00:01:51.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 45 [00:01:52.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 45 [00:01:53.000] Files (3) - -Info 45 [00:01:54.000] ----------------------------------------------- -Info 45 [00:01:55.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 45 [00:01:56.000] Files (2) - -Info 45 [00:01:57.000] ----------------------------------------------- -Info 45 [00:01:58.000] Open files: -Info 45 [00:01:59.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 45 [00:02:00.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 45 [00:02:01.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 45 [00:02:02.000] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 45 [00:02:03.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -379,6 +385,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: *new* {"pollingInterval":500} @@ -404,7 +412,7 @@ FsWatchesRecursive:: Before request -Info 46 [00:02:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -413,11 +421,11 @@ Info 46 [00:02:04.000] request: "seq": 3, "type": "request" } -Info 47 [00:02:05.000] Search path: /user/username/projects/myproject/random -Info 48 [00:02:06.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 49 [00:02:07.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 50 [00:02:08.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 51 [00:02:09.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -425,16 +433,18 @@ Info 51 [00:02:09.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 52 [00:02:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 53 [00:02:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 54 [00:02:12.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 55 [00:02:13.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 56 [00:02:14.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 57 [00:02:15.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 58 [00:02:16.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 59 [00:02:17.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 60 [00:02:18.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 61 [00:02:19.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -444,27 +454,27 @@ Info 61 [00:02:19.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 62 [00:02:20.000] ----------------------------------------------- -Info 63 [00:02:21.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 63 [00:02:22.000] Files (3) - -Info 63 [00:02:23.000] ----------------------------------------------- -Info 63 [00:02:24.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 63 [00:02:25.000] Files (2) - -Info 63 [00:02:26.000] ----------------------------------------------- -Info 63 [00:02:27.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 63 [00:02:28.000] Files (2) - -Info 63 [00:02:29.000] ----------------------------------------------- -Info 63 [00:02:30.000] Open files: -Info 63 [00:02:31.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 63 [00:02:32.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 63 [00:02:33.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 63 [00:02:34.000] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 63 [00:02:35.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 63 [00:02:36.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 63 [00:02:37.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -475,6 +485,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* @@ -502,7 +514,7 @@ FsWatchesRecursive:: Before request -Info 64 [00:02:38.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -513,7 +525,7 @@ Info 64 [00:02:38.000] request: "seq": 4, "type": "request" } -Info 65 [00:02:39.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -554,7 +566,7 @@ After request Before request -Info 66 [00:02:40.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -565,7 +577,7 @@ Info 66 [00:02:40.000] request: "seq": 5, "type": "request" } -Info 67 [00:02:41.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -606,7 +618,7 @@ After request Before request -Info 68 [00:02:42.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -617,7 +629,7 @@ Info 68 [00:02:42.000] request: "seq": 6, "type": "request" } -Info 69 [00:02:43.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -658,7 +670,7 @@ After request Before request -Info 70 [00:02:44.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -669,7 +681,7 @@ Info 70 [00:02:44.000] request: "seq": 7, "type": "request" } -Info 71 [00:02:45.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -710,7 +722,7 @@ After request Before request -Info 72 [00:02:46.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -721,7 +733,7 @@ Info 72 [00:02:46.000] request: "seq": 8, "type": "request" } -Info 73 [00:02:47.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -762,7 +774,7 @@ After request Before request -Info 74 [00:02:48.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -773,11 +785,11 @@ Info 74 [00:02:48.000] request: "seq": 9, "type": "request" } -Info 75 [00:02:49.000] Search path: /user/username/projects/myproject/dependency -Info 76 [00:02:50.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 77 [00:02:51.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 78 [00:02:52.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file -Info 79 [00:02:53.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -865,6 +877,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -896,7 +910,7 @@ FsWatchesRecursive:: Before request -Info 80 [00:02:54.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -907,9 +921,9 @@ Info 80 [00:02:54.000] request: "seq": 10, "type": "request" } -Info 81 [00:02:55.000] Search path: /user/username/projects/myproject/dependency -Info 82 [00:02:56.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 83 [00:02:57.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -994,7 +1008,7 @@ After request Before request -Info 84 [00:02:58.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1005,9 +1019,9 @@ Info 84 [00:02:58.000] request: "seq": 11, "type": "request" } -Info 85 [00:02:59.000] Search path: /user/username/projects/myproject/dependency -Info 86 [00:03:00.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 87 [00:03:01.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1092,7 +1106,7 @@ After request Before request -Info 88 [00:03:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1103,9 +1117,9 @@ Info 88 [00:03:02.000] request: "seq": 12, "type": "request" } -Info 89 [00:03:03.000] Search path: /user/username/projects/myproject/dependency -Info 90 [00:03:04.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 91 [00:03:05.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1190,7 +1204,7 @@ After request Before request -Info 92 [00:03:06.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1201,9 +1215,9 @@ Info 92 [00:03:06.000] request: "seq": 13, "type": "request" } -Info 93 [00:03:07.000] Search path: /user/username/projects/myproject/dependency -Info 94 [00:03:08.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 95 [00:03:09.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1288,7 +1302,7 @@ After request Before request -Info 96 [00:03:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1297,25 +1311,25 @@ Info 96 [00:03:10.000] request: "seq": 14, "type": "request" } -Info 97 [00:03:11.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 98 [00:03:12.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 98 [00:03:13.000] Files (3) - -Info 98 [00:03:14.000] ----------------------------------------------- -Info 98 [00:03:15.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 98 [00:03:16.000] Files (2) - -Info 98 [00:03:17.000] ----------------------------------------------- -Info 98 [00:03:18.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 98 [00:03:19.000] Files (2) - -Info 98 [00:03:20.000] ----------------------------------------------- -Info 98 [00:03:21.000] Open files: -Info 98 [00:03:22.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 98 [00:03:23.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 98 [00:03:24.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 98 [00:03:25.000] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 98 [00:03:26.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1326,6 +1340,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1359,7 +1375,7 @@ FsWatchesRecursive:: Before request -Info 99 [00:03:27.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -1368,29 +1384,29 @@ Info 99 [00:03:27.000] request: "seq": 15, "type": "request" } -Info 100 [00:03:28.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 101 [00:03:29.000] Search path: /user/username/projects/myproject/random -Info 102 [00:03:30.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 103 [00:03:31.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 103 [00:03:32.000] Files (3) - -Info 103 [00:03:33.000] ----------------------------------------------- -Info 103 [00:03:34.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 103 [00:03:35.000] Files (2) - -Info 103 [00:03:36.000] ----------------------------------------------- -Info 103 [00:03:37.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 103 [00:03:38.000] Files (2) - -Info 103 [00:03:39.000] ----------------------------------------------- -Info 103 [00:03:40.000] Open files: -Info 103 [00:03:41.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 103 [00:03:42.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 103 [00:03:43.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 103 [00:03:44.000] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 103 [00:03:45.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 103 [00:03:46.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 103 [00:03:47.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1401,6 +1417,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1436,7 +1454,7 @@ FsWatchesRecursive:: Before request -Info 104 [00:03:48.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1445,25 +1463,25 @@ Info 104 [00:03:48.000] request: "seq": 16, "type": "request" } -Info 105 [00:03:49.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 106 [00:03:50.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 106 [00:03:51.000] Files (3) - -Info 106 [00:03:52.000] ----------------------------------------------- -Info 106 [00:03:53.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 106 [00:03:54.000] Files (2) - -Info 106 [00:03:55.000] ----------------------------------------------- -Info 106 [00:03:56.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 106 [00:03:57.000] Files (2) - -Info 106 [00:03:58.000] ----------------------------------------------- -Info 106 [00:03:59.000] Open files: -Info 106 [00:04:00.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 106 [00:04:01.000] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 106 [00:04:02.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 106 [00:04:03.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 106 [00:04:04.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1474,6 +1492,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1507,7 +1527,7 @@ FsWatchesRecursive:: Before request -Info 107 [00:04:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1516,23 +1536,23 @@ Info 107 [00:04:05.000] request: "seq": 17, "type": "request" } -Info 108 [00:04:06.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 109 [00:04:07.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 109 [00:04:08.000] Files (3) - -Info 109 [00:04:09.000] ----------------------------------------------- -Info 109 [00:04:10.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 109 [00:04:11.000] Files (2) - -Info 109 [00:04:12.000] ----------------------------------------------- -Info 109 [00:04:13.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 109 [00:04:14.000] Files (2) - -Info 109 [00:04:15.000] ----------------------------------------------- -Info 109 [00:04:16.000] Open files: -Info 109 [00:04:17.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 109 [00:04:18.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 109 [00:04:19.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1543,6 +1563,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1578,7 +1600,7 @@ FsWatchesRecursive:: Before request -Info 110 [00:04:20.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1587,21 +1609,21 @@ Info 110 [00:04:20.000] request: "seq": 18, "type": "request" } -Info 111 [00:04:21.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 112 [00:04:22.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 112 [00:04:23.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 112 [00:04:24.000] ----------------------------------------------- -Info 112 [00:04:25.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 112 [00:04:26.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 112 [00:04:27.000] ----------------------------------------------- -Info 112 [00:04:28.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 112 [00:04:29.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 112 [00:04:30.000] ----------------------------------------------- -Info 112 [00:04:31.000] Open files: -Info 112 [00:04:32.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1612,6 +1634,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1649,7 +1673,7 @@ FsWatchesRecursive:: Before request -Info 113 [00:04:33.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -1658,12 +1682,12 @@ Info 113 [00:04:33.000] request: "seq": 19, "type": "request" } -Info 114 [00:04:34.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 115 [00:04:35.000] Search path: /user/username/projects/myproject/random -Info 116 [00:04:36.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 117 [00:04:37.000] `remove Project:: -Info 118 [00:04:38.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 119 [00:04:39.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts /user/username/projects/myproject/dependency/FnS.ts /user/username/projects/myproject/main/main.ts @@ -1676,19 +1700,21 @@ Info 119 [00:04:39.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 120 [00:04:40.000] ----------------------------------------------- -Info 121 [00:04:41.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 122 [00:04:42.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 123 [00:04:43.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 124 [00:04:44.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 125 [00:04:45.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 126 [00:04:46.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 127 [00:04:47.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 128 [00:04:48.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 129 [00:04:49.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 130 [00:04:50.000] `remove Project:: -Info 131 [00:04:51.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 132 [00:04:52.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts /user/username/projects/myproject/dependency/FnS.ts @@ -1698,26 +1724,28 @@ Info 132 [00:04:52.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 133 [00:04:53.000] ----------------------------------------------- -Info 134 [00:04:54.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 135 [00:04:55.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 136 [00:04:56.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 137 [00:04:57.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 138 [00:04:58.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 139 [00:04:59.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 140 [00:05:00.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 141 [00:05:01.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 142 [00:05:02.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 143 [00:05:03.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 144 [00:05:04.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file -Info 145 [00:05:05.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 145 [00:05:06.000] Files (2) - -Info 145 [00:05:07.000] ----------------------------------------------- -Info 145 [00:05:08.000] Open files: -Info 145 [00:05:09.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 145 [00:05:10.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 145 [00:05:11.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1726,6 +1754,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configWithReference/dependency-source-changes-with-timeout-before-request.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configWithReference/dependency-source-changes-with-timeout-before-request.js index ebd64ccf65da8..a46b9e4985ff4 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configWithReference/dependency-source-changes-with-timeout-before-request.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configWithReference/dependency-source-changes-with-timeout-before-request.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:00.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:01.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:02.000] Search path: /user/username/projects/myproject/main -Info 3 [00:01:03.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:01:04.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:01:05.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:01:06.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -243,10 +243,10 @@ Info 6 [00:01:06.000] Config: /user/username/projects/myproject/main/tsconfig } ] } -Info 7 [00:01:07.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:08.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:09.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:01:10.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -257,20 +257,22 @@ Info 10 [00:01:10.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:01:11.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 12 [00:01:12.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:01:13.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:01:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:01:16.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 17 [00:01:17.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:01:18.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 19 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 20 [00:01:20.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 21 [00:01:21.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 22 [00:01:22.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:01:23.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 24 [00:01:24.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts Text-1 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -283,17 +285,17 @@ Info 24 [00:01:24.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 25 [00:01:25.000] ----------------------------------------------- -Info 26 [00:01:26.000] Search path: /user/username/projects/myproject/main -Info 27 [00:01:27.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 28 [00:01:28.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 28 [00:01:29.000] Files (3) - -Info 28 [00:01:30.000] ----------------------------------------------- -Info 28 [00:01:31.000] Open files: -Info 28 [00:01:32.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 28 [00:01:33.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 28 [00:01:34.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -304,6 +306,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -325,7 +329,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:35.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -334,18 +338,20 @@ Info 29 [00:01:35.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:36.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 31 [00:01:37.000] Search path: /user/username/projects/myproject/dependency -Info 32 [00:01:38.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 33 [00:01:39.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 34 [00:01:40.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 35 [00:01:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 36 [00:01:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 37 [00:01:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 38 [00:01:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 39 [00:01:45.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 40 [00:01:46.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 41 [00:01:47.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts Text-1 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -355,23 +361,23 @@ Info 41 [00:01:47.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 42 [00:01:48.000] ----------------------------------------------- -Info 43 [00:01:49.000] Search path: /user/username/projects/myproject/dependency -Info 44 [00:01:50.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 45 [00:01:51.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 45 [00:01:52.000] Files (3) - -Info 45 [00:01:53.000] ----------------------------------------------- -Info 45 [00:01:54.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 45 [00:01:55.000] Files (2) - -Info 45 [00:01:56.000] ----------------------------------------------- -Info 45 [00:01:57.000] Open files: -Info 45 [00:01:58.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 45 [00:01:59.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 45 [00:02:00.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 45 [00:02:01.000] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 45 [00:02:02.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -382,6 +388,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: *new* {"pollingInterval":500} @@ -407,7 +415,7 @@ FsWatchesRecursive:: Before request -Info 46 [00:02:03.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -416,11 +424,11 @@ Info 46 [00:02:03.000] request: "seq": 3, "type": "request" } -Info 47 [00:02:04.000] Search path: /user/username/projects/myproject/random -Info 48 [00:02:05.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 49 [00:02:06.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 50 [00:02:07.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 51 [00:02:08.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -428,16 +436,18 @@ Info 51 [00:02:08.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 52 [00:02:09.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 53 [00:02:10.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 54 [00:02:11.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 55 [00:02:12.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 56 [00:02:13.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 57 [00:02:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 58 [00:02:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 59 [00:02:16.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 60 [00:02:17.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 61 [00:02:18.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -447,27 +457,27 @@ Info 61 [00:02:18.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 62 [00:02:19.000] ----------------------------------------------- -Info 63 [00:02:20.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 63 [00:02:21.000] Files (3) - -Info 63 [00:02:22.000] ----------------------------------------------- -Info 63 [00:02:23.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 63 [00:02:24.000] Files (2) - -Info 63 [00:02:25.000] ----------------------------------------------- -Info 63 [00:02:26.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 63 [00:02:27.000] Files (2) - -Info 63 [00:02:28.000] ----------------------------------------------- -Info 63 [00:02:29.000] Open files: -Info 63 [00:02:30.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 63 [00:02:31.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 63 [00:02:32.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 63 [00:02:33.000] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 63 [00:02:34.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 63 [00:02:35.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 63 [00:02:36.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -478,6 +488,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* @@ -505,7 +517,7 @@ FsWatchesRecursive:: Before request -Info 64 [00:02:37.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -516,7 +528,7 @@ Info 64 [00:02:37.000] request: "seq": 4, "type": "request" } -Info 65 [00:02:38.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -557,7 +569,7 @@ After request Before request -Info 66 [00:02:39.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -568,11 +580,11 @@ Info 66 [00:02:39.000] request: "seq": 5, "type": "request" } -Info 67 [00:02:40.000] Search path: /user/username/projects/myproject/dependency -Info 68 [00:02:41.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 69 [00:02:42.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 70 [00:02:43.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 71 [00:02:44.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -660,6 +672,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -691,7 +705,7 @@ FsWatchesRecursive:: Before request -Info 72 [00:02:45.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { @@ -705,7 +719,7 @@ Info 72 [00:02:45.000] request: "seq": 6, "type": "request" } -Info 73 [00:02:46.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -717,7 +731,7 @@ After running Timeout callback:: count: 0 Before request -Info 74 [00:02:47.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -728,16 +742,16 @@ Info 74 [00:02:47.000] request: "seq": 7, "type": "request" } -Info 75 [00:02:48.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 76 [00:02:49.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 77 [00:02:50.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 78 [00:02:51.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-2-1 "function fooBar() { }\nexport function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" -Info 79 [00:02:52.000] ----------------------------------------------- -Info 80 [00:02:53.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -778,7 +792,7 @@ After request Before request -Info 81 [00:02:54.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -789,7 +803,7 @@ Info 81 [00:02:54.000] request: "seq": 8, "type": "request" } -Info 82 [00:02:55.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -830,7 +844,7 @@ After request Before request -Info 83 [00:02:56.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -841,7 +855,7 @@ Info 83 [00:02:56.000] request: "seq": 9, "type": "request" } -Info 84 [00:02:57.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -882,7 +896,7 @@ After request Before request -Info 85 [00:02:58.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -893,7 +907,7 @@ Info 85 [00:02:58.000] request: "seq": 10, "type": "request" } -Info 86 [00:02:59.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -934,7 +948,7 @@ After request Before request -Info 87 [00:03:00.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -945,7 +959,7 @@ Info 87 [00:03:00.000] request: "seq": 11, "type": "request" } -Info 88 [00:03:01.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -986,7 +1000,7 @@ After request Before request -Info 89 [00:03:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -997,17 +1011,17 @@ Info 89 [00:03:02.000] request: "seq": 12, "type": "request" } -Info 90 [00:03:03.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 91 [00:03:04.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 92 [00:03:05.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 93 [00:03:06.000] Files (2) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-2-1 "function fooBar() { }\nexport function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" -Info 94 [00:03:07.000] ----------------------------------------------- -Info 95 [00:03:08.000] Search path: /user/username/projects/myproject/dependency -Info 96 [00:03:09.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 97 [00:03:10.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1092,7 +1106,7 @@ After request Before request -Info 98 [00:03:11.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1103,9 +1117,9 @@ Info 98 [00:03:11.000] request: "seq": 13, "type": "request" } -Info 99 [00:03:12.000] Search path: /user/username/projects/myproject/dependency -Info 100 [00:03:13.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 101 [00:03:14.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1190,7 +1204,7 @@ After request Before request -Info 102 [00:03:15.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1201,9 +1215,9 @@ Info 102 [00:03:15.000] request: "seq": 14, "type": "request" } -Info 103 [00:03:16.000] Search path: /user/username/projects/myproject/dependency -Info 104 [00:03:17.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 105 [00:03:18.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1288,7 +1302,7 @@ After request Before request -Info 106 [00:03:19.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1299,9 +1313,9 @@ Info 106 [00:03:19.000] request: "seq": 15, "type": "request" } -Info 107 [00:03:20.000] Search path: /user/username/projects/myproject/dependency -Info 108 [00:03:21.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 109 [00:03:22.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1386,7 +1400,7 @@ After request Before request -Info 110 [00:03:23.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1397,9 +1411,9 @@ Info 110 [00:03:23.000] request: "seq": 16, "type": "request" } -Info 111 [00:03:24.000] Search path: /user/username/projects/myproject/dependency -Info 112 [00:03:25.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 113 [00:03:26.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configWithReference/dependency-source-changes.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configWithReference/dependency-source-changes.js index 7c14483939673..88821bd12d047 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configWithReference/dependency-source-changes.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configWithReference/dependency-source-changes.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:00.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:01.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:02.000] Search path: /user/username/projects/myproject/main -Info 3 [00:01:03.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:01:04.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:01:05.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:01:06.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -243,10 +243,10 @@ Info 6 [00:01:06.000] Config: /user/username/projects/myproject/main/tsconfig } ] } -Info 7 [00:01:07.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:08.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:09.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:01:10.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -257,20 +257,22 @@ Info 10 [00:01:10.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:01:11.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 12 [00:01:12.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:01:13.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:01:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:01:16.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 17 [00:01:17.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:01:18.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 19 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 20 [00:01:20.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 21 [00:01:21.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 22 [00:01:22.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:01:23.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 24 [00:01:24.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts Text-1 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -283,17 +285,17 @@ Info 24 [00:01:24.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 25 [00:01:25.000] ----------------------------------------------- -Info 26 [00:01:26.000] Search path: /user/username/projects/myproject/main -Info 27 [00:01:27.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 28 [00:01:28.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 28 [00:01:29.000] Files (3) - -Info 28 [00:01:30.000] ----------------------------------------------- -Info 28 [00:01:31.000] Open files: -Info 28 [00:01:32.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 28 [00:01:33.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 28 [00:01:34.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -304,6 +306,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -325,7 +329,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:35.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -334,18 +338,20 @@ Info 29 [00:01:35.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:36.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 31 [00:01:37.000] Search path: /user/username/projects/myproject/dependency -Info 32 [00:01:38.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 33 [00:01:39.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 34 [00:01:40.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 35 [00:01:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 36 [00:01:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 37 [00:01:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 38 [00:01:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 39 [00:01:45.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 40 [00:01:46.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 41 [00:01:47.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts Text-1 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -355,23 +361,23 @@ Info 41 [00:01:47.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 42 [00:01:48.000] ----------------------------------------------- -Info 43 [00:01:49.000] Search path: /user/username/projects/myproject/dependency -Info 44 [00:01:50.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 45 [00:01:51.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 45 [00:01:52.000] Files (3) - -Info 45 [00:01:53.000] ----------------------------------------------- -Info 45 [00:01:54.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 45 [00:01:55.000] Files (2) - -Info 45 [00:01:56.000] ----------------------------------------------- -Info 45 [00:01:57.000] Open files: -Info 45 [00:01:58.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 45 [00:01:59.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 45 [00:02:00.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 45 [00:02:01.000] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 45 [00:02:02.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -382,6 +388,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: *new* {"pollingInterval":500} @@ -407,7 +415,7 @@ FsWatchesRecursive:: Before request -Info 46 [00:02:03.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -416,11 +424,11 @@ Info 46 [00:02:03.000] request: "seq": 3, "type": "request" } -Info 47 [00:02:04.000] Search path: /user/username/projects/myproject/random -Info 48 [00:02:05.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 49 [00:02:06.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 50 [00:02:07.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 51 [00:02:08.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -428,16 +436,18 @@ Info 51 [00:02:08.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 52 [00:02:09.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 53 [00:02:10.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 54 [00:02:11.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 55 [00:02:12.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 56 [00:02:13.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 57 [00:02:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 58 [00:02:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 59 [00:02:16.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 60 [00:02:17.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 61 [00:02:18.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -447,27 +457,27 @@ Info 61 [00:02:18.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 62 [00:02:19.000] ----------------------------------------------- -Info 63 [00:02:20.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 63 [00:02:21.000] Files (3) - -Info 63 [00:02:22.000] ----------------------------------------------- -Info 63 [00:02:23.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 63 [00:02:24.000] Files (2) - -Info 63 [00:02:25.000] ----------------------------------------------- -Info 63 [00:02:26.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 63 [00:02:27.000] Files (2) - -Info 63 [00:02:28.000] ----------------------------------------------- -Info 63 [00:02:29.000] Open files: -Info 63 [00:02:30.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 63 [00:02:31.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 63 [00:02:32.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 63 [00:02:33.000] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 63 [00:02:34.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 63 [00:02:35.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 63 [00:02:36.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -478,6 +488,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* @@ -505,7 +517,7 @@ FsWatchesRecursive:: Before request -Info 64 [00:02:37.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -516,7 +528,7 @@ Info 64 [00:02:37.000] request: "seq": 4, "type": "request" } -Info 65 [00:02:38.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -557,7 +569,7 @@ After request Before request -Info 66 [00:02:39.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -568,11 +580,11 @@ Info 66 [00:02:39.000] request: "seq": 5, "type": "request" } -Info 67 [00:02:40.000] Search path: /user/username/projects/myproject/dependency -Info 68 [00:02:41.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 69 [00:02:42.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 70 [00:02:43.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 71 [00:02:44.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -660,6 +672,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -691,7 +705,7 @@ FsWatchesRecursive:: Before request -Info 72 [00:02:45.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { @@ -705,7 +719,7 @@ Info 72 [00:02:45.000] request: "seq": 6, "type": "request" } -Info 73 [00:02:46.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -713,7 +727,7 @@ After request Before request -Info 74 [00:02:47.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -724,16 +738,16 @@ Info 74 [00:02:47.000] request: "seq": 7, "type": "request" } -Info 75 [00:02:48.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 76 [00:02:49.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 77 [00:02:50.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 78 [00:02:51.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-2-1 "function fooBar() { }\n export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" -Info 79 [00:02:52.000] ----------------------------------------------- -Info 80 [00:02:53.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -774,7 +788,7 @@ After request Before request -Info 81 [00:02:54.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -785,7 +799,7 @@ Info 81 [00:02:54.000] request: "seq": 8, "type": "request" } -Info 82 [00:02:55.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -826,7 +840,7 @@ After request Before request -Info 83 [00:02:56.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -837,7 +851,7 @@ Info 83 [00:02:56.000] request: "seq": 9, "type": "request" } -Info 84 [00:02:57.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -878,7 +892,7 @@ After request Before request -Info 85 [00:02:58.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -889,7 +903,7 @@ Info 85 [00:02:58.000] request: "seq": 10, "type": "request" } -Info 86 [00:02:59.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -930,7 +944,7 @@ After request Before request -Info 87 [00:03:00.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -941,7 +955,7 @@ Info 87 [00:03:00.000] request: "seq": 11, "type": "request" } -Info 88 [00:03:01.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -982,7 +996,7 @@ After request Before request -Info 89 [00:03:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -993,17 +1007,17 @@ Info 89 [00:03:02.000] request: "seq": 12, "type": "request" } -Info 90 [00:03:03.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 91 [00:03:04.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 92 [00:03:05.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 93 [00:03:06.000] Files (2) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-2-1 "function fooBar() { }\n export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" -Info 94 [00:03:07.000] ----------------------------------------------- -Info 95 [00:03:08.000] Search path: /user/username/projects/myproject/dependency -Info 96 [00:03:09.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 97 [00:03:10.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1088,7 +1102,7 @@ After request Before request -Info 98 [00:03:11.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1099,9 +1113,9 @@ Info 98 [00:03:11.000] request: "seq": 13, "type": "request" } -Info 99 [00:03:12.000] Search path: /user/username/projects/myproject/dependency -Info 100 [00:03:13.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 101 [00:03:14.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1186,7 +1200,7 @@ After request Before request -Info 102 [00:03:15.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1197,9 +1211,9 @@ Info 102 [00:03:15.000] request: "seq": 14, "type": "request" } -Info 103 [00:03:16.000] Search path: /user/username/projects/myproject/dependency -Info 104 [00:03:17.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 105 [00:03:18.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1284,7 +1298,7 @@ After request Before request -Info 106 [00:03:19.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1295,9 +1309,9 @@ Info 106 [00:03:19.000] request: "seq": 15, "type": "request" } -Info 107 [00:03:20.000] Search path: /user/username/projects/myproject/dependency -Info 108 [00:03:21.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 109 [00:03:22.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1382,7 +1396,7 @@ After request Before request -Info 110 [00:03:23.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1393,9 +1407,9 @@ Info 110 [00:03:23.000] request: "seq": 16, "type": "request" } -Info 111 [00:03:24.000] Search path: /user/username/projects/myproject/dependency -Info 112 [00:03:25.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 113 [00:03:26.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configWithReference/gotoDef-and-rename-locations.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configWithReference/gotoDef-and-rename-locations.js index ffe47d06aa35e..6b399f2676a53 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configWithReference/gotoDef-and-rename-locations.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configWithReference/gotoDef-and-rename-locations.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:00.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:01.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:02.000] Search path: /user/username/projects/myproject/main -Info 3 [00:01:03.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:01:04.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:01:05.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:01:06.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -243,10 +243,10 @@ Info 6 [00:01:06.000] Config: /user/username/projects/myproject/main/tsconfig } ] } -Info 7 [00:01:07.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:08.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:09.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:01:10.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -257,20 +257,22 @@ Info 10 [00:01:10.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:01:11.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 12 [00:01:12.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:01:13.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:01:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:01:16.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 17 [00:01:17.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:01:18.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 19 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 20 [00:01:20.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 21 [00:01:21.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 22 [00:01:22.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:01:23.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 24 [00:01:24.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts Text-1 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -283,17 +285,17 @@ Info 24 [00:01:24.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 25 [00:01:25.000] ----------------------------------------------- -Info 26 [00:01:26.000] Search path: /user/username/projects/myproject/main -Info 27 [00:01:27.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 28 [00:01:28.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 28 [00:01:29.000] Files (3) - -Info 28 [00:01:30.000] ----------------------------------------------- -Info 28 [00:01:31.000] Open files: -Info 28 [00:01:32.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 28 [00:01:33.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 28 [00:01:34.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -304,6 +306,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -325,7 +329,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:35.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -334,18 +338,20 @@ Info 29 [00:01:35.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:36.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 31 [00:01:37.000] Search path: /user/username/projects/myproject/dependency -Info 32 [00:01:38.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 33 [00:01:39.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 34 [00:01:40.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 35 [00:01:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 36 [00:01:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 37 [00:01:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 38 [00:01:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 39 [00:01:45.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 40 [00:01:46.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 41 [00:01:47.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts Text-1 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -355,23 +361,23 @@ Info 41 [00:01:47.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 42 [00:01:48.000] ----------------------------------------------- -Info 43 [00:01:49.000] Search path: /user/username/projects/myproject/dependency -Info 44 [00:01:50.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 45 [00:01:51.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 45 [00:01:52.000] Files (3) - -Info 45 [00:01:53.000] ----------------------------------------------- -Info 45 [00:01:54.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 45 [00:01:55.000] Files (2) - -Info 45 [00:01:56.000] ----------------------------------------------- -Info 45 [00:01:57.000] Open files: -Info 45 [00:01:58.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 45 [00:01:59.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 45 [00:02:00.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 45 [00:02:01.000] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 45 [00:02:02.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -382,6 +388,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: *new* {"pollingInterval":500} @@ -407,7 +415,7 @@ FsWatchesRecursive:: Before request -Info 46 [00:02:03.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -416,11 +424,11 @@ Info 46 [00:02:03.000] request: "seq": 3, "type": "request" } -Info 47 [00:02:04.000] Search path: /user/username/projects/myproject/random -Info 48 [00:02:05.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 49 [00:02:06.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 50 [00:02:07.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 51 [00:02:08.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -428,16 +436,18 @@ Info 51 [00:02:08.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 52 [00:02:09.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 53 [00:02:10.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 54 [00:02:11.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 55 [00:02:12.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 56 [00:02:13.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 57 [00:02:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 58 [00:02:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 59 [00:02:16.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 60 [00:02:17.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 61 [00:02:18.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -447,27 +457,27 @@ Info 61 [00:02:18.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 62 [00:02:19.000] ----------------------------------------------- -Info 63 [00:02:20.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 63 [00:02:21.000] Files (3) - -Info 63 [00:02:22.000] ----------------------------------------------- -Info 63 [00:02:23.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 63 [00:02:24.000] Files (2) - -Info 63 [00:02:25.000] ----------------------------------------------- -Info 63 [00:02:26.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 63 [00:02:27.000] Files (2) - -Info 63 [00:02:28.000] ----------------------------------------------- -Info 63 [00:02:29.000] Open files: -Info 63 [00:02:30.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 63 [00:02:31.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 63 [00:02:32.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 63 [00:02:33.000] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 63 [00:02:34.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 63 [00:02:35.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 63 [00:02:36.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -478,6 +488,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* @@ -505,7 +517,7 @@ FsWatchesRecursive:: Before request -Info 64 [00:02:37.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -516,7 +528,7 @@ Info 64 [00:02:37.000] request: "seq": 4, "type": "request" } -Info 65 [00:02:38.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -557,7 +569,7 @@ After request Before request -Info 66 [00:02:39.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -568,7 +580,7 @@ Info 66 [00:02:39.000] request: "seq": 5, "type": "request" } -Info 67 [00:02:40.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -609,7 +621,7 @@ After request Before request -Info 68 [00:02:41.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -620,7 +632,7 @@ Info 68 [00:02:41.000] request: "seq": 6, "type": "request" } -Info 69 [00:02:42.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -661,7 +673,7 @@ After request Before request -Info 70 [00:02:43.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -672,7 +684,7 @@ Info 70 [00:02:43.000] request: "seq": 7, "type": "request" } -Info 71 [00:02:44.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -713,7 +725,7 @@ After request Before request -Info 72 [00:02:45.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -724,7 +736,7 @@ Info 72 [00:02:45.000] request: "seq": 8, "type": "request" } -Info 73 [00:02:46.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -765,7 +777,7 @@ After request Before request -Info 74 [00:02:47.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -776,11 +788,11 @@ Info 74 [00:02:47.000] request: "seq": 9, "type": "request" } -Info 75 [00:02:48.000] Search path: /user/username/projects/myproject/dependency -Info 76 [00:02:49.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 77 [00:02:50.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 78 [00:02:51.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 79 [00:02:52.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -868,6 +880,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -899,7 +913,7 @@ FsWatchesRecursive:: Before request -Info 80 [00:02:53.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -910,9 +924,9 @@ Info 80 [00:02:53.000] request: "seq": 10, "type": "request" } -Info 81 [00:02:54.000] Search path: /user/username/projects/myproject/dependency -Info 82 [00:02:55.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 83 [00:02:56.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -997,7 +1011,7 @@ After request Before request -Info 84 [00:02:57.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1008,9 +1022,9 @@ Info 84 [00:02:57.000] request: "seq": 11, "type": "request" } -Info 85 [00:02:58.000] Search path: /user/username/projects/myproject/dependency -Info 86 [00:02:59.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 87 [00:03:00.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1095,7 +1109,7 @@ After request Before request -Info 88 [00:03:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1106,9 +1120,9 @@ Info 88 [00:03:01.000] request: "seq": 12, "type": "request" } -Info 89 [00:03:02.000] Search path: /user/username/projects/myproject/dependency -Info 90 [00:03:03.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 91 [00:03:04.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1193,7 +1207,7 @@ After request Before request -Info 92 [00:03:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1204,9 +1218,9 @@ Info 92 [00:03:05.000] request: "seq": 13, "type": "request" } -Info 93 [00:03:06.000] Search path: /user/username/projects/myproject/dependency -Info 94 [00:03:07.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 95 [00:03:08.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1291,7 +1305,7 @@ After request Before request -Info 96 [00:03:09.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1300,25 +1314,25 @@ Info 96 [00:03:09.000] request: "seq": 14, "type": "request" } -Info 97 [00:03:10.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 98 [00:03:11.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 98 [00:03:12.000] Files (3) - -Info 98 [00:03:13.000] ----------------------------------------------- -Info 98 [00:03:14.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 98 [00:03:15.000] Files (2) - -Info 98 [00:03:16.000] ----------------------------------------------- -Info 98 [00:03:17.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 98 [00:03:18.000] Files (2) - -Info 98 [00:03:19.000] ----------------------------------------------- -Info 98 [00:03:20.000] Open files: -Info 98 [00:03:21.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 98 [00:03:22.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 98 [00:03:23.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 98 [00:03:24.000] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 98 [00:03:25.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1329,6 +1343,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1362,7 +1378,7 @@ FsWatchesRecursive:: Before request -Info 99 [00:03:26.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -1371,29 +1387,29 @@ Info 99 [00:03:26.000] request: "seq": 15, "type": "request" } -Info 100 [00:03:27.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 101 [00:03:28.000] Search path: /user/username/projects/myproject/random -Info 102 [00:03:29.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 103 [00:03:30.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 103 [00:03:31.000] Files (3) - -Info 103 [00:03:32.000] ----------------------------------------------- -Info 103 [00:03:33.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 103 [00:03:34.000] Files (2) - -Info 103 [00:03:35.000] ----------------------------------------------- -Info 103 [00:03:36.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 103 [00:03:37.000] Files (2) - -Info 103 [00:03:38.000] ----------------------------------------------- -Info 103 [00:03:39.000] Open files: -Info 103 [00:03:40.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 103 [00:03:41.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 103 [00:03:42.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 103 [00:03:43.000] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 103 [00:03:44.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 103 [00:03:45.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 103 [00:03:46.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1404,6 +1420,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1439,7 +1457,7 @@ FsWatchesRecursive:: Before request -Info 104 [00:03:47.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1448,25 +1466,25 @@ Info 104 [00:03:47.000] request: "seq": 16, "type": "request" } -Info 105 [00:03:48.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 106 [00:03:49.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 106 [00:03:50.000] Files (3) - -Info 106 [00:03:51.000] ----------------------------------------------- -Info 106 [00:03:52.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 106 [00:03:53.000] Files (2) - -Info 106 [00:03:54.000] ----------------------------------------------- -Info 106 [00:03:55.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 106 [00:03:56.000] Files (2) - -Info 106 [00:03:57.000] ----------------------------------------------- -Info 106 [00:03:58.000] Open files: -Info 106 [00:03:59.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 106 [00:04:00.000] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 106 [00:04:01.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 106 [00:04:02.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 106 [00:04:03.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1477,6 +1495,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1510,7 +1530,7 @@ FsWatchesRecursive:: Before request -Info 107 [00:04:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1519,23 +1539,23 @@ Info 107 [00:04:04.000] request: "seq": 17, "type": "request" } -Info 108 [00:04:05.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 109 [00:04:06.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 109 [00:04:07.000] Files (3) - -Info 109 [00:04:08.000] ----------------------------------------------- -Info 109 [00:04:09.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 109 [00:04:10.000] Files (2) - -Info 109 [00:04:11.000] ----------------------------------------------- -Info 109 [00:04:12.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 109 [00:04:13.000] Files (2) - -Info 109 [00:04:14.000] ----------------------------------------------- -Info 109 [00:04:15.000] Open files: -Info 109 [00:04:16.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 109 [00:04:17.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 109 [00:04:18.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1546,6 +1566,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1581,7 +1603,7 @@ FsWatchesRecursive:: Before request -Info 110 [00:04:19.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1590,21 +1612,21 @@ Info 110 [00:04:19.000] request: "seq": 18, "type": "request" } -Info 111 [00:04:20.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 112 [00:04:21.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 112 [00:04:22.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 112 [00:04:23.000] ----------------------------------------------- -Info 112 [00:04:24.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 112 [00:04:25.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 112 [00:04:26.000] ----------------------------------------------- -Info 112 [00:04:27.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 112 [00:04:28.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 112 [00:04:29.000] ----------------------------------------------- -Info 112 [00:04:30.000] Open files: -Info 112 [00:04:31.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1615,6 +1637,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1652,7 +1676,7 @@ FsWatchesRecursive:: Before request -Info 113 [00:04:32.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -1661,12 +1685,12 @@ Info 113 [00:04:32.000] request: "seq": 19, "type": "request" } -Info 114 [00:04:33.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 115 [00:04:34.000] Search path: /user/username/projects/myproject/random -Info 116 [00:04:35.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 117 [00:04:36.000] `remove Project:: -Info 118 [00:04:37.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 119 [00:04:38.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts /user/username/projects/myproject/dependency/FnS.ts /user/username/projects/myproject/main/main.ts @@ -1679,19 +1703,21 @@ Info 119 [00:04:38.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 120 [00:04:39.000] ----------------------------------------------- -Info 121 [00:04:40.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 122 [00:04:41.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 123 [00:04:42.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 124 [00:04:43.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 125 [00:04:44.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 126 [00:04:45.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 127 [00:04:46.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 128 [00:04:47.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 129 [00:04:48.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 130 [00:04:49.000] `remove Project:: -Info 131 [00:04:50.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 132 [00:04:51.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts /user/username/projects/myproject/dependency/FnS.ts @@ -1701,26 +1727,28 @@ Info 132 [00:04:51.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 133 [00:04:52.000] ----------------------------------------------- -Info 134 [00:04:53.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 135 [00:04:54.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 136 [00:04:55.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 137 [00:04:56.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 138 [00:04:57.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 139 [00:04:58.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 140 [00:04:59.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 141 [00:05:00.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 142 [00:05:01.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 143 [00:05:02.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 144 [00:05:03.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 145 [00:05:04.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 145 [00:05:05.000] Files (2) - -Info 145 [00:05:06.000] ----------------------------------------------- -Info 145 [00:05:07.000] Open files: -Info 145 [00:05:08.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 145 [00:05:09.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 145 [00:05:10.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1729,6 +1757,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configWithReference/usage-file-changes-with-timeout-before-request.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configWithReference/usage-file-changes-with-timeout-before-request.js index 71ccf7ba0094e..37a2cae0d61dc 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configWithReference/usage-file-changes-with-timeout-before-request.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configWithReference/usage-file-changes-with-timeout-before-request.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:00.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:01.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:02.000] Search path: /user/username/projects/myproject/main -Info 3 [00:01:03.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:01:04.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:01:05.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:01:06.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -243,10 +243,10 @@ Info 6 [00:01:06.000] Config: /user/username/projects/myproject/main/tsconfig } ] } -Info 7 [00:01:07.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:08.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:09.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:01:10.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -257,20 +257,22 @@ Info 10 [00:01:10.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:01:11.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 12 [00:01:12.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:01:13.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:01:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:01:16.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 17 [00:01:17.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:01:18.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 19 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 20 [00:01:20.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 21 [00:01:21.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 22 [00:01:22.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:01:23.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 24 [00:01:24.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts Text-1 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -283,17 +285,17 @@ Info 24 [00:01:24.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 25 [00:01:25.000] ----------------------------------------------- -Info 26 [00:01:26.000] Search path: /user/username/projects/myproject/main -Info 27 [00:01:27.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 28 [00:01:28.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 28 [00:01:29.000] Files (3) - -Info 28 [00:01:30.000] ----------------------------------------------- -Info 28 [00:01:31.000] Open files: -Info 28 [00:01:32.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 28 [00:01:33.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 28 [00:01:34.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -304,6 +306,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -325,7 +329,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:35.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -334,18 +338,20 @@ Info 29 [00:01:35.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:36.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 31 [00:01:37.000] Search path: /user/username/projects/myproject/dependency -Info 32 [00:01:38.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 33 [00:01:39.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 34 [00:01:40.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 35 [00:01:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 36 [00:01:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 37 [00:01:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 38 [00:01:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 39 [00:01:45.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 40 [00:01:46.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 41 [00:01:47.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts Text-1 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -355,23 +361,23 @@ Info 41 [00:01:47.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 42 [00:01:48.000] ----------------------------------------------- -Info 43 [00:01:49.000] Search path: /user/username/projects/myproject/dependency -Info 44 [00:01:50.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 45 [00:01:51.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 45 [00:01:52.000] Files (3) - -Info 45 [00:01:53.000] ----------------------------------------------- -Info 45 [00:01:54.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 45 [00:01:55.000] Files (2) - -Info 45 [00:01:56.000] ----------------------------------------------- -Info 45 [00:01:57.000] Open files: -Info 45 [00:01:58.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 45 [00:01:59.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 45 [00:02:00.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 45 [00:02:01.000] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 45 [00:02:02.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -382,6 +388,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: *new* {"pollingInterval":500} @@ -407,7 +415,7 @@ FsWatchesRecursive:: Before request -Info 46 [00:02:03.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -416,11 +424,11 @@ Info 46 [00:02:03.000] request: "seq": 3, "type": "request" } -Info 47 [00:02:04.000] Search path: /user/username/projects/myproject/random -Info 48 [00:02:05.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 49 [00:02:06.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 50 [00:02:07.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 51 [00:02:08.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -428,16 +436,18 @@ Info 51 [00:02:08.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 52 [00:02:09.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 53 [00:02:10.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 54 [00:02:11.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 55 [00:02:12.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 56 [00:02:13.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 57 [00:02:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 58 [00:02:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 59 [00:02:16.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 60 [00:02:17.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 61 [00:02:18.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -447,27 +457,27 @@ Info 61 [00:02:18.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 62 [00:02:19.000] ----------------------------------------------- -Info 63 [00:02:20.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 63 [00:02:21.000] Files (3) - -Info 63 [00:02:22.000] ----------------------------------------------- -Info 63 [00:02:23.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 63 [00:02:24.000] Files (2) - -Info 63 [00:02:25.000] ----------------------------------------------- -Info 63 [00:02:26.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 63 [00:02:27.000] Files (2) - -Info 63 [00:02:28.000] ----------------------------------------------- -Info 63 [00:02:29.000] Open files: -Info 63 [00:02:30.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 63 [00:02:31.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 63 [00:02:32.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 63 [00:02:33.000] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 63 [00:02:34.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 63 [00:02:35.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 63 [00:02:36.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -478,6 +488,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* @@ -505,7 +517,7 @@ FsWatchesRecursive:: Before request -Info 64 [00:02:37.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -516,7 +528,7 @@ Info 64 [00:02:37.000] request: "seq": 4, "type": "request" } -Info 65 [00:02:38.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -557,7 +569,7 @@ After request Before request -Info 66 [00:02:39.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -568,11 +580,11 @@ Info 66 [00:02:39.000] request: "seq": 5, "type": "request" } -Info 67 [00:02:40.000] Search path: /user/username/projects/myproject/dependency -Info 68 [00:02:41.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 69 [00:02:42.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 70 [00:02:43.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 71 [00:02:44.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -660,6 +672,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -691,7 +705,7 @@ FsWatchesRecursive:: Before request -Info 72 [00:02:45.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { @@ -705,7 +719,7 @@ Info 72 [00:02:45.000] request: "seq": 6, "type": "request" } -Info 73 [00:02:46.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -713,7 +727,7 @@ After request Before request -Info 74 [00:02:47.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { @@ -727,7 +741,7 @@ Info 74 [00:02:47.000] request: "seq": 7, "type": "request" } -Info 75 [00:02:48.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -739,7 +753,7 @@ After running Timeout callback:: count: 0 Before request -Info 76 [00:02:49.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -750,16 +764,16 @@ Info 76 [00:02:49.000] request: "seq": 8, "type": "request" } -Info 77 [00:02:50.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 78 [00:02:51.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 79 [00:02:52.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 80 [00:02:53.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-2-1 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\nconst x = 10;" /user/username/projects/myproject/main/main.ts SVC-1-1 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\nconst x = 10;" -Info 81 [00:02:54.000] ----------------------------------------------- -Info 82 [00:02:55.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -800,7 +814,7 @@ After request Before request -Info 83 [00:02:56.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -811,7 +825,7 @@ Info 83 [00:02:56.000] request: "seq": 9, "type": "request" } -Info 84 [00:02:57.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -852,7 +866,7 @@ After request Before request -Info 85 [00:02:58.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -863,7 +877,7 @@ Info 85 [00:02:58.000] request: "seq": 10, "type": "request" } -Info 86 [00:02:59.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -904,7 +918,7 @@ After request Before request -Info 87 [00:03:00.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -915,7 +929,7 @@ Info 87 [00:03:00.000] request: "seq": 11, "type": "request" } -Info 88 [00:03:01.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -956,7 +970,7 @@ After request Before request -Info 89 [00:03:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -967,7 +981,7 @@ Info 89 [00:03:02.000] request: "seq": 12, "type": "request" } -Info 90 [00:03:03.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -1008,7 +1022,7 @@ After request Before request -Info 91 [00:03:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1019,17 +1033,17 @@ Info 91 [00:03:04.000] request: "seq": 13, "type": "request" } -Info 92 [00:03:05.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 93 [00:03:06.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 94 [00:03:07.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 95 [00:03:08.000] Files (2) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-2-1 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\nconst x = 10;" -Info 96 [00:03:09.000] ----------------------------------------------- -Info 97 [00:03:10.000] Search path: /user/username/projects/myproject/dependency -Info 98 [00:03:11.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 99 [00:03:12.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1114,7 +1128,7 @@ After request Before request -Info 100 [00:03:13.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1125,9 +1139,9 @@ Info 100 [00:03:13.000] request: "seq": 14, "type": "request" } -Info 101 [00:03:14.000] Search path: /user/username/projects/myproject/dependency -Info 102 [00:03:15.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 103 [00:03:16.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1212,7 +1226,7 @@ After request Before request -Info 104 [00:03:17.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1223,9 +1237,9 @@ Info 104 [00:03:17.000] request: "seq": 15, "type": "request" } -Info 105 [00:03:18.000] Search path: /user/username/projects/myproject/dependency -Info 106 [00:03:19.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 107 [00:03:20.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1310,7 +1324,7 @@ After request Before request -Info 108 [00:03:21.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1321,9 +1335,9 @@ Info 108 [00:03:21.000] request: "seq": 16, "type": "request" } -Info 109 [00:03:22.000] Search path: /user/username/projects/myproject/dependency -Info 110 [00:03:23.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 111 [00:03:24.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1408,7 +1422,7 @@ After request Before request -Info 112 [00:03:25.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1419,9 +1433,9 @@ Info 112 [00:03:25.000] request: "seq": 17, "type": "request" } -Info 113 [00:03:26.000] Search path: /user/username/projects/myproject/dependency -Info 114 [00:03:27.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 115 [00:03:28.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configWithReference/usage-file-changes.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configWithReference/usage-file-changes.js index 3bc138f3d1cc0..94fc1eb9ac48d 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configWithReference/usage-file-changes.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configWithReference/usage-file-changes.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:00.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:01.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:02.000] Search path: /user/username/projects/myproject/main -Info 3 [00:01:03.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:01:04.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:01:05.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:01:06.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -243,10 +243,10 @@ Info 6 [00:01:06.000] Config: /user/username/projects/myproject/main/tsconfig } ] } -Info 7 [00:01:07.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:08.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:09.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:01:10.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -257,20 +257,22 @@ Info 10 [00:01:10.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:01:11.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 12 [00:01:12.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:01:13.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:01:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:01:16.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 17 [00:01:17.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:01:18.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 19 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 20 [00:01:20.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 21 [00:01:21.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 22 [00:01:22.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:01:23.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 24 [00:01:24.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts Text-1 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -283,17 +285,17 @@ Info 24 [00:01:24.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 25 [00:01:25.000] ----------------------------------------------- -Info 26 [00:01:26.000] Search path: /user/username/projects/myproject/main -Info 27 [00:01:27.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 28 [00:01:28.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 28 [00:01:29.000] Files (3) - -Info 28 [00:01:30.000] ----------------------------------------------- -Info 28 [00:01:31.000] Open files: -Info 28 [00:01:32.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 28 [00:01:33.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 28 [00:01:34.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -304,6 +306,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -325,7 +329,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:35.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -334,18 +338,20 @@ Info 29 [00:01:35.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:36.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 31 [00:01:37.000] Search path: /user/username/projects/myproject/dependency -Info 32 [00:01:38.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 33 [00:01:39.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 34 [00:01:40.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 35 [00:01:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 36 [00:01:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 37 [00:01:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 38 [00:01:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 39 [00:01:45.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 40 [00:01:46.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 41 [00:01:47.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts Text-1 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -355,23 +361,23 @@ Info 41 [00:01:47.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 42 [00:01:48.000] ----------------------------------------------- -Info 43 [00:01:49.000] Search path: /user/username/projects/myproject/dependency -Info 44 [00:01:50.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 45 [00:01:51.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 45 [00:01:52.000] Files (3) - -Info 45 [00:01:53.000] ----------------------------------------------- -Info 45 [00:01:54.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 45 [00:01:55.000] Files (2) - -Info 45 [00:01:56.000] ----------------------------------------------- -Info 45 [00:01:57.000] Open files: -Info 45 [00:01:58.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 45 [00:01:59.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 45 [00:02:00.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 45 [00:02:01.000] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 45 [00:02:02.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -382,6 +388,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: *new* {"pollingInterval":500} @@ -407,7 +415,7 @@ FsWatchesRecursive:: Before request -Info 46 [00:02:03.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -416,11 +424,11 @@ Info 46 [00:02:03.000] request: "seq": 3, "type": "request" } -Info 47 [00:02:04.000] Search path: /user/username/projects/myproject/random -Info 48 [00:02:05.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 49 [00:02:06.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 50 [00:02:07.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 51 [00:02:08.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -428,16 +436,18 @@ Info 51 [00:02:08.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 52 [00:02:09.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 53 [00:02:10.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 54 [00:02:11.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 55 [00:02:12.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 56 [00:02:13.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 57 [00:02:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 58 [00:02:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 59 [00:02:16.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 60 [00:02:17.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 61 [00:02:18.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -447,27 +457,27 @@ Info 61 [00:02:18.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 62 [00:02:19.000] ----------------------------------------------- -Info 63 [00:02:20.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 63 [00:02:21.000] Files (3) - -Info 63 [00:02:22.000] ----------------------------------------------- -Info 63 [00:02:23.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 63 [00:02:24.000] Files (2) - -Info 63 [00:02:25.000] ----------------------------------------------- -Info 63 [00:02:26.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 63 [00:02:27.000] Files (2) - -Info 63 [00:02:28.000] ----------------------------------------------- -Info 63 [00:02:29.000] Open files: -Info 63 [00:02:30.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 63 [00:02:31.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 63 [00:02:32.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 63 [00:02:33.000] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 63 [00:02:34.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 63 [00:02:35.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 63 [00:02:36.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -478,6 +488,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* @@ -505,7 +517,7 @@ FsWatchesRecursive:: Before request -Info 64 [00:02:37.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -516,7 +528,7 @@ Info 64 [00:02:37.000] request: "seq": 4, "type": "request" } -Info 65 [00:02:38.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -557,7 +569,7 @@ After request Before request -Info 66 [00:02:39.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -568,11 +580,11 @@ Info 66 [00:02:39.000] request: "seq": 5, "type": "request" } -Info 67 [00:02:40.000] Search path: /user/username/projects/myproject/dependency -Info 68 [00:02:41.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 69 [00:02:42.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info -Info 70 [00:02:43.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 71 [00:02:44.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -660,6 +672,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -691,7 +705,7 @@ FsWatchesRecursive:: Before request -Info 72 [00:02:45.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { @@ -705,7 +719,7 @@ Info 72 [00:02:45.000] request: "seq": 6, "type": "request" } -Info 73 [00:02:46.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -713,7 +727,7 @@ After request Before request -Info 74 [00:02:47.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { @@ -727,7 +741,7 @@ Info 74 [00:02:47.000] request: "seq": 7, "type": "request" } -Info 75 [00:02:48.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -735,7 +749,7 @@ After request Before request -Info 76 [00:02:49.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -746,16 +760,16 @@ Info 76 [00:02:49.000] request: "seq": 8, "type": "request" } -Info 77 [00:02:50.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 78 [00:02:51.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 79 [00:02:52.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 80 [00:02:53.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-2-1 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\nconst x = 10;" /user/username/projects/myproject/main/main.ts SVC-1-1 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\nconst x = 10;" -Info 81 [00:02:54.000] ----------------------------------------------- -Info 82 [00:02:55.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -796,7 +810,7 @@ After request Before request -Info 83 [00:02:56.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -807,7 +821,7 @@ Info 83 [00:02:56.000] request: "seq": 9, "type": "request" } -Info 84 [00:02:57.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -848,7 +862,7 @@ After request Before request -Info 85 [00:02:58.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -859,7 +873,7 @@ Info 85 [00:02:58.000] request: "seq": 10, "type": "request" } -Info 86 [00:02:59.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -900,7 +914,7 @@ After request Before request -Info 87 [00:03:00.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -911,7 +925,7 @@ Info 87 [00:03:00.000] request: "seq": 11, "type": "request" } -Info 88 [00:03:01.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -952,7 +966,7 @@ After request Before request -Info 89 [00:03:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -963,7 +977,7 @@ Info 89 [00:03:02.000] request: "seq": 12, "type": "request" } -Info 90 [00:03:03.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -1004,7 +1018,7 @@ After request Before request -Info 91 [00:03:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1015,17 +1029,17 @@ Info 91 [00:03:04.000] request: "seq": 13, "type": "request" } -Info 92 [00:03:05.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 93 [00:03:06.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 94 [00:03:07.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 95 [00:03:08.000] Files (2) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-2-1 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\nconst x = 10;" -Info 96 [00:03:09.000] ----------------------------------------------- -Info 97 [00:03:10.000] Search path: /user/username/projects/myproject/dependency -Info 98 [00:03:11.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 99 [00:03:12.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1110,7 +1124,7 @@ After request Before request -Info 100 [00:03:13.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1121,9 +1135,9 @@ Info 100 [00:03:13.000] request: "seq": 14, "type": "request" } -Info 101 [00:03:14.000] Search path: /user/username/projects/myproject/dependency -Info 102 [00:03:15.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 103 [00:03:16.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1208,7 +1222,7 @@ After request Before request -Info 104 [00:03:17.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1219,9 +1233,9 @@ Info 104 [00:03:17.000] request: "seq": 15, "type": "request" } -Info 105 [00:03:18.000] Search path: /user/username/projects/myproject/dependency -Info 106 [00:03:19.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 107 [00:03:20.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1306,7 +1320,7 @@ After request Before request -Info 108 [00:03:21.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1317,9 +1331,9 @@ Info 108 [00:03:21.000] request: "seq": 16, "type": "request" } -Info 109 [00:03:22.000] Search path: /user/username/projects/myproject/dependency -Info 110 [00:03:23.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 111 [00:03:24.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1404,7 +1418,7 @@ After request Before request -Info 112 [00:03:25.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1415,9 +1429,9 @@ Info 112 [00:03:25.000] request: "seq": 17, "type": "request" } -Info 113 [00:03:26.000] Search path: /user/username/projects/myproject/dependency -Info 114 [00:03:27.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 115 [00:03:28.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configWithReference/when-projects-are-not-built.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configWithReference/when-projects-are-not-built.js index d49840ce1b923..c0e4b8976b9f2 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configWithReference/when-projects-are-not-built.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configWithReference/when-projects-are-not-built.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:35.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -51,7 +51,7 @@ let a = 10; {} -Info 1 [00:00:36.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -60,11 +60,11 @@ Info 1 [00:00:36.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:37.000] Search path: /user/username/projects/myproject/main -Info 3 [00:00:38.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:00:39.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:00:41.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -80,10 +80,10 @@ Info 6 [00:00:41.000] Config: /user/username/projects/myproject/main/tsconfig } ] } -Info 7 [00:00:42.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:43.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:44.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:00:45.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -94,20 +94,22 @@ Info 10 [00:00:45.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:00:46.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 12 [00:00:47.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:00:51.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:52.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:00:53.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 19 [00:00:54.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 20 [00:00:55.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 21 [00:00:56.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 22 [00:00:57.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:00:58.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 24 [00:00:59.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts Text-1 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -120,17 +122,17 @@ Info 24 [00:00:59.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 25 [00:01:00.000] ----------------------------------------------- -Info 26 [00:01:01.000] Search path: /user/username/projects/myproject/main -Info 27 [00:01:02.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 28 [00:01:03.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 28 [00:01:04.000] Files (3) - -Info 28 [00:01:05.000] ----------------------------------------------- -Info 28 [00:01:06.000] Open files: -Info 28 [00:01:07.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 28 [00:01:08.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 28 [00:01:09.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -143,6 +145,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -162,7 +166,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -171,18 +175,20 @@ Info 29 [00:01:10.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:11.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 31 [00:01:12.000] Search path: /user/username/projects/myproject/dependency -Info 32 [00:01:13.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 33 [00:01:14.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 34 [00:01:15.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 35 [00:01:16.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 36 [00:01:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 37 [00:01:18.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 38 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 39 [00:01:20.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 40 [00:01:21.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 41 [00:01:22.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts Text-1 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -192,23 +198,23 @@ Info 41 [00:01:22.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 42 [00:01:23.000] ----------------------------------------------- -Info 43 [00:01:24.000] Search path: /user/username/projects/myproject/dependency -Info 44 [00:01:25.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 45 [00:01:26.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 45 [00:01:27.000] Files (3) - -Info 45 [00:01:28.000] ----------------------------------------------- -Info 45 [00:01:29.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 45 [00:01:30.000] Files (2) - -Info 45 [00:01:31.000] ----------------------------------------------- -Info 45 [00:01:32.000] Open files: -Info 45 [00:01:33.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 45 [00:01:34.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 45 [00:01:35.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 45 [00:01:36.000] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 45 [00:01:37.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -221,6 +227,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: *new* {"pollingInterval":500} @@ -244,7 +252,7 @@ FsWatchesRecursive:: Before request -Info 46 [00:01:38.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -253,11 +261,11 @@ Info 46 [00:01:38.000] request: "seq": 3, "type": "request" } -Info 47 [00:01:39.000] Search path: /user/username/projects/myproject/random -Info 48 [00:01:40.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 49 [00:01:41.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 50 [00:01:42.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 51 [00:01:43.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -265,16 +273,18 @@ Info 51 [00:01:43.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 52 [00:01:44.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 53 [00:01:45.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 54 [00:01:46.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 55 [00:01:47.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 56 [00:01:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 57 [00:01:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 58 [00:01:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 59 [00:01:51.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 60 [00:01:52.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 61 [00:01:53.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -284,27 +294,27 @@ Info 61 [00:01:53.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 62 [00:01:54.000] ----------------------------------------------- -Info 63 [00:01:55.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 63 [00:01:56.000] Files (3) - -Info 63 [00:01:57.000] ----------------------------------------------- -Info 63 [00:01:58.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 63 [00:01:59.000] Files (2) - -Info 63 [00:02:00.000] ----------------------------------------------- -Info 63 [00:02:01.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 63 [00:02:02.000] Files (2) - -Info 63 [00:02:03.000] ----------------------------------------------- -Info 63 [00:02:04.000] Open files: -Info 63 [00:02:05.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 63 [00:02:06.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 63 [00:02:07.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 63 [00:02:08.000] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 63 [00:02:09.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 63 [00:02:10.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 63 [00:02:11.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -317,6 +327,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* @@ -342,7 +354,7 @@ FsWatchesRecursive:: Before request -Info 64 [00:02:12.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -353,7 +365,7 @@ Info 64 [00:02:12.000] request: "seq": 4, "type": "request" } -Info 65 [00:02:13.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -394,7 +406,7 @@ After request Before request -Info 66 [00:02:14.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -405,7 +417,7 @@ Info 66 [00:02:14.000] request: "seq": 5, "type": "request" } -Info 67 [00:02:15.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -446,7 +458,7 @@ After request Before request -Info 68 [00:02:16.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -457,7 +469,7 @@ Info 68 [00:02:16.000] request: "seq": 6, "type": "request" } -Info 69 [00:02:17.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -498,7 +510,7 @@ After request Before request -Info 70 [00:02:18.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -509,7 +521,7 @@ Info 70 [00:02:18.000] request: "seq": 7, "type": "request" } -Info 71 [00:02:19.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -550,7 +562,7 @@ After request Before request -Info 72 [00:02:20.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -561,7 +573,7 @@ Info 72 [00:02:20.000] request: "seq": 8, "type": "request" } -Info 73 [00:02:21.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -602,7 +614,7 @@ After request Before request -Info 74 [00:02:22.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -613,10 +625,10 @@ Info 74 [00:02:22.000] request: "seq": 9, "type": "request" } -Info 75 [00:02:23.000] Search path: /user/username/projects/myproject/dependency -Info 76 [00:02:24.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 77 [00:02:25.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file -Info 78 [00:02:26.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -706,6 +718,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -733,7 +747,7 @@ FsWatchesRecursive:: Before request -Info 79 [00:02:27.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -744,9 +758,9 @@ Info 79 [00:02:27.000] request: "seq": 10, "type": "request" } -Info 80 [00:02:28.000] Search path: /user/username/projects/myproject/dependency -Info 81 [00:02:29.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 82 [00:02:30.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -831,7 +845,7 @@ After request Before request -Info 83 [00:02:31.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -842,9 +856,9 @@ Info 83 [00:02:31.000] request: "seq": 11, "type": "request" } -Info 84 [00:02:32.000] Search path: /user/username/projects/myproject/dependency -Info 85 [00:02:33.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 86 [00:02:34.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -929,7 +943,7 @@ After request Before request -Info 87 [00:02:35.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -940,9 +954,9 @@ Info 87 [00:02:35.000] request: "seq": 12, "type": "request" } -Info 88 [00:02:36.000] Search path: /user/username/projects/myproject/dependency -Info 89 [00:02:37.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 90 [00:02:38.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1027,7 +1041,7 @@ After request Before request -Info 91 [00:02:39.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1038,9 +1052,9 @@ Info 91 [00:02:39.000] request: "seq": 13, "type": "request" } -Info 92 [00:02:40.000] Search path: /user/username/projects/myproject/dependency -Info 93 [00:02:41.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 94 [00:02:42.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1125,7 +1139,7 @@ After request Before request -Info 95 [00:02:43.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1134,25 +1148,25 @@ Info 95 [00:02:43.000] request: "seq": 14, "type": "request" } -Info 96 [00:02:44.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 97 [00:02:45.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 97 [00:02:46.000] Files (3) - -Info 97 [00:02:47.000] ----------------------------------------------- -Info 97 [00:02:48.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 97 [00:02:49.000] Files (2) - -Info 97 [00:02:50.000] ----------------------------------------------- -Info 97 [00:02:51.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 97 [00:02:52.000] Files (2) - -Info 97 [00:02:53.000] ----------------------------------------------- -Info 97 [00:02:54.000] Open files: -Info 97 [00:02:55.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 97 [00:02:56.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 97 [00:02:57.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 97 [00:02:58.000] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 97 [00:02:59.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1165,6 +1179,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1194,7 +1210,7 @@ FsWatchesRecursive:: Before request -Info 98 [00:03:00.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -1203,29 +1219,29 @@ Info 98 [00:03:00.000] request: "seq": 15, "type": "request" } -Info 99 [00:03:01.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 100 [00:03:02.000] Search path: /user/username/projects/myproject/random -Info 101 [00:03:03.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 102 [00:03:04.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 102 [00:03:05.000] Files (3) - -Info 102 [00:03:06.000] ----------------------------------------------- -Info 102 [00:03:07.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 102 [00:03:08.000] Files (2) - -Info 102 [00:03:09.000] ----------------------------------------------- -Info 102 [00:03:10.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 102 [00:03:11.000] Files (2) - -Info 102 [00:03:12.000] ----------------------------------------------- -Info 102 [00:03:13.000] Open files: -Info 102 [00:03:14.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 102 [00:03:15.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 102 [00:03:16.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 102 [00:03:17.000] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 102 [00:03:18.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 102 [00:03:19.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 102 [00:03:20.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1238,6 +1254,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1269,7 +1287,7 @@ FsWatchesRecursive:: Before request -Info 103 [00:03:21.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1278,25 +1296,25 @@ Info 103 [00:03:21.000] request: "seq": 16, "type": "request" } -Info 104 [00:03:22.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 105 [00:03:23.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 105 [00:03:24.000] Files (3) - -Info 105 [00:03:25.000] ----------------------------------------------- -Info 105 [00:03:26.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 105 [00:03:27.000] Files (2) - -Info 105 [00:03:28.000] ----------------------------------------------- -Info 105 [00:03:29.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 105 [00:03:30.000] Files (2) - -Info 105 [00:03:31.000] ----------------------------------------------- -Info 105 [00:03:32.000] Open files: -Info 105 [00:03:33.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 105 [00:03:34.000] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json -Info 105 [00:03:35.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 105 [00:03:36.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 105 [00:03:37.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json,/user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1309,6 +1327,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1338,7 +1358,7 @@ FsWatchesRecursive:: Before request -Info 106 [00:03:38.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1347,23 +1367,23 @@ Info 106 [00:03:38.000] request: "seq": 17, "type": "request" } -Info 107 [00:03:39.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 108 [00:03:40.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 108 [00:03:41.000] Files (3) - -Info 108 [00:03:42.000] ----------------------------------------------- -Info 108 [00:03:43.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 108 [00:03:44.000] Files (2) - -Info 108 [00:03:45.000] ----------------------------------------------- -Info 108 [00:03:46.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 108 [00:03:47.000] Files (2) - -Info 108 [00:03:48.000] ----------------------------------------------- -Info 108 [00:03:49.000] Open files: -Info 108 [00:03:50.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 108 [00:03:51.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 108 [00:03:52.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1376,6 +1396,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1407,7 +1429,7 @@ FsWatchesRecursive:: Before request -Info 109 [00:03:53.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1416,21 +1438,21 @@ Info 109 [00:03:53.000] request: "seq": 18, "type": "request" } -Info 110 [00:03:54.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 111 [00:03:55.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 111 [00:03:56.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 111 [00:03:57.000] ----------------------------------------------- -Info 111 [00:03:58.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 111 [00:03:59.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 111 [00:04:00.000] ----------------------------------------------- -Info 111 [00:04:01.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 111 [00:04:02.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 111 [00:04:03.000] ----------------------------------------------- -Info 111 [00:04:04.000] Open files: -Info 111 [00:04:05.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1443,6 +1465,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1476,7 +1500,7 @@ FsWatchesRecursive:: Before request -Info 112 [00:04:06.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -1485,12 +1509,12 @@ Info 112 [00:04:06.000] request: "seq": 19, "type": "request" } -Info 113 [00:04:07.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 114 [00:04:08.000] Search path: /user/username/projects/myproject/random -Info 115 [00:04:09.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 116 [00:04:10.000] `remove Project:: -Info 117 [00:04:11.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 118 [00:04:12.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts /user/username/projects/myproject/dependency/FnS.ts /user/username/projects/myproject/main/main.ts @@ -1503,19 +1527,21 @@ Info 118 [00:04:12.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 119 [00:04:13.000] ----------------------------------------------- -Info 120 [00:04:14.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 121 [00:04:15.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 122 [00:04:16.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 123 [00:04:17.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 124 [00:04:18.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 125 [00:04:19.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 126 [00:04:20.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 127 [00:04:21.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 128 [00:04:22.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 129 [00:04:23.000] `remove Project:: -Info 130 [00:04:24.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 131 [00:04:25.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts /user/username/projects/myproject/dependency/FnS.ts @@ -1525,25 +1551,27 @@ Info 131 [00:04:25.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 132 [00:04:26.000] ----------------------------------------------- -Info 133 [00:04:27.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 134 [00:04:28.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 135 [00:04:29.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 136 [00:04:30.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 137 [00:04:31.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 138 [00:04:32.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 139 [00:04:33.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 140 [00:04:34.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file -Info 141 [00:04:35.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 142 [00:04:36.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 143 [00:04:37.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 143 [00:04:38.000] Files (2) - -Info 143 [00:04:39.000] ----------------------------------------------- -Info 143 [00:04:40.000] Open files: -Info 143 [00:04:41.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 143 [00:04:42.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 143 [00:04:43.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1552,6 +1580,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/disabledSourceRef/dependency-dts-changes-with-timeout-before-request.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/disabledSourceRef/dependency-dts-changes-with-timeout-before-request.js index 95bed0374642e..4172f2d482e35 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/disabledSourceRef/dependency-dts-changes-with-timeout-before-request.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/disabledSourceRef/dependency-dts-changes-with-timeout-before-request.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:03.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:04.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:05.000] Search path: /user/username/projects/myproject/main -Info 3 [00:01:06.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:01:07.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:01:08.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:01:09.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -244,10 +244,10 @@ Info 6 [00:01:09.000] Config: /user/username/projects/myproject/main/tsconfig } ] } -Info 7 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:12.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:01:13.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -258,20 +258,22 @@ Info 10 [00:01:13.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:01:14.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 12 [00:01:15.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:01:16.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:01:17.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:01:18.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:01:19.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 17 [00:01:20.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:01:21.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 19 [00:01:22.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 20 [00:01:23.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 21 [00:01:24.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 22 [00:01:25.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:01:26.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 24 [00:01:27.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/decls/fns.d.ts Text-1 "export declare function fn1(): void;\nexport declare function fn2(): void;\nexport declare function fn3(): void;\nexport declare function fn4(): void;\nexport declare function fn5(): void;\n//# sourceMappingURL=FnS.d.ts.map" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -284,17 +286,17 @@ Info 24 [00:01:27.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 25 [00:01:28.000] ----------------------------------------------- -Info 26 [00:01:29.000] Search path: /user/username/projects/myproject/main -Info 27 [00:01:30.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 28 [00:01:31.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 28 [00:01:32.000] Files (3) - -Info 28 [00:01:33.000] ----------------------------------------------- -Info 28 [00:01:34.000] Open files: -Info 28 [00:01:35.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 28 [00:01:36.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 28 [00:01:37.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -305,6 +307,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -326,7 +330,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:38.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -335,17 +339,19 @@ Info 29 [00:01:38.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:39.000] Search path: /user/username/projects/myproject/dependency -Info 31 [00:01:40.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 32 [00:01:41.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 33 [00:01:42.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 34 [00:01:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 35 [00:01:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 36 [00:01:45.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 37 [00:01:46.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 38 [00:01:47.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 39 [00:01:48.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 40 [00:01:49.000] Files (2) +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-1-0 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -355,23 +361,23 @@ Info 40 [00:01:49.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 41 [00:01:50.000] ----------------------------------------------- -Info 42 [00:01:51.000] Search path: /user/username/projects/myproject/dependency -Info 43 [00:01:52.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 44 [00:01:53.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 44 [00:01:54.000] Files (3) - -Info 44 [00:01:55.000] ----------------------------------------------- -Info 44 [00:01:56.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 44 [00:01:57.000] Files (2) - -Info 44 [00:01:58.000] ----------------------------------------------- -Info 44 [00:01:59.000] Open files: -Info 44 [00:02:00.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 44 [00:02:01.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 44 [00:02:02.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 44 [00:02:03.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 44 [00:02:04.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -382,6 +388,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: *new* {"pollingInterval":500} @@ -405,7 +413,7 @@ FsWatchesRecursive:: Before request -Info 45 [00:02:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -414,11 +422,11 @@ Info 45 [00:02:05.000] request: "seq": 3, "type": "request" } -Info 46 [00:02:06.000] Search path: /user/username/projects/myproject/random -Info 47 [00:02:07.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 48 [00:02:08.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 49 [00:02:09.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 50 [00:02:10.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -426,16 +434,18 @@ Info 50 [00:02:10.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 51 [00:02:11.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 52 [00:02:12.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 53 [00:02:13.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 54 [00:02:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 55 [00:02:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 56 [00:02:16.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 57 [00:02:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 58 [00:02:18.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 59 [00:02:19.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 60 [00:02:20.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -445,27 +455,27 @@ Info 60 [00:02:20.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 61 [00:02:21.000] ----------------------------------------------- -Info 62 [00:02:22.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 62 [00:02:23.000] Files (3) - -Info 62 [00:02:24.000] ----------------------------------------------- -Info 62 [00:02:25.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 62 [00:02:26.000] Files (2) - -Info 62 [00:02:27.000] ----------------------------------------------- -Info 62 [00:02:28.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 62 [00:02:29.000] Files (2) - -Info 62 [00:02:30.000] ----------------------------------------------- -Info 62 [00:02:31.000] Open files: -Info 62 [00:02:32.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 62 [00:02:33.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 62 [00:02:34.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 62 [00:02:35.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 62 [00:02:36.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 62 [00:02:37.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 62 [00:02:38.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -476,6 +486,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* @@ -505,7 +517,7 @@ FsWatchesRecursive:: Before request -Info 63 [00:02:39.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -516,8 +528,8 @@ Info 63 [00:02:39.000] request: "seq": 4, "type": "request" } -Info 64 [00:02:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 65 [00:02:41.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -561,6 +573,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -592,7 +606,7 @@ FsWatchesRecursive:: Before request -Info 66 [00:02:42.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -603,9 +617,9 @@ Info 66 [00:02:42.000] request: "seq": 5, "type": "request" } -Info 67 [00:02:43.000] Search path: /user/username/projects/myproject/dependency -Info 68 [00:02:44.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 69 [00:02:45.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -688,12 +702,12 @@ Info 69 [00:02:45.000] response: } After request -Info 70 [00:02:49.000] FileWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts 1:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 71 [00:02:50.000] Scheduled: /user/username/projects/myproject/main/tsconfig.json -Info 72 [00:02:51.000] Scheduled: *ensureProjectForOpenFiles* -Info 73 [00:02:52.000] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json -Info 74 [00:02:53.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 75 [00:02:54.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts 1:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts 1:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts 1:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info Before running Timeout callback:: count: 3 1: /user/username/projects/myproject/main/tsconfig.json 3: /user/username/projects/myproject/dependency/tsconfig.json @@ -708,66 +722,66 @@ export declare function fn6(): void; //# sourceMappingURL=FnS.d.ts.map -Info 76 [00:02:55.000] Running: /user/username/projects/myproject/main/tsconfig.json -Info 77 [00:02:56.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 78 [00:02:57.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 79 [00:02:58.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 80 [00:02:59.000] Files (3) +Info seq [hh:mm:ss:mss] Running: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/decls/fns.d.ts Text-2 "export declare function fn1(): void;\nexport declare function fn2(): void;\nexport declare function fn3(): void;\nexport declare function fn4(): void;\nexport declare function fn5(): void;\nexport declare function fn6(): void;\n//# sourceMappingURL=FnS.d.ts.map" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" -Info 81 [00:03:00.000] ----------------------------------------------- -Info 82 [00:03:01.000] Running: /user/username/projects/myproject/dependency/tsconfig.json -Info 83 [00:03:02.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 84 [00:03:03.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 85 [00:03:04.000] Same program as before -Info 86 [00:03:05.000] Running: *ensureProjectForOpenFiles* -Info 87 [00:03:06.000] Before ensureProjectForOpenFiles: -Info 88 [00:03:07.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 88 [00:03:08.000] Files (3) - -Info 88 [00:03:09.000] ----------------------------------------------- -Info 88 [00:03:10.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 88 [00:03:11.000] Files (2) - -Info 88 [00:03:12.000] ----------------------------------------------- -Info 88 [00:03:13.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 88 [00:03:14.000] Files (2) - -Info 88 [00:03:15.000] ----------------------------------------------- -Info 88 [00:03:16.000] Open files: -Info 88 [00:03:17.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 88 [00:03:18.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 88 [00:03:19.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 88 [00:03:20.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 88 [00:03:21.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 88 [00:03:22.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 88 [00:03:23.000] After ensureProjectForOpenFiles: -Info 89 [00:03:24.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 89 [00:03:25.000] Files (3) - -Info 89 [00:03:26.000] ----------------------------------------------- -Info 89 [00:03:27.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 89 [00:03:28.000] Files (2) - -Info 89 [00:03:29.000] ----------------------------------------------- -Info 89 [00:03:30.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 89 [00:03:31.000] Files (2) - -Info 89 [00:03:32.000] ----------------------------------------------- -Info 89 [00:03:33.000] Open files: -Info 89 [00:03:34.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 89 [00:03:35.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 89 [00:03:36.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 89 [00:03:37.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 89 [00:03:38.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 89 [00:03:39.000] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json After running Timeout callback:: count: 0 Before request -Info 89 [00:03:40.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -778,7 +792,7 @@ Info 89 [00:03:40.000] request: "seq": 6, "type": "request" } -Info 90 [00:03:41.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -819,7 +833,7 @@ After request Before request -Info 91 [00:03:42.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -830,7 +844,7 @@ Info 91 [00:03:42.000] request: "seq": 7, "type": "request" } -Info 92 [00:03:43.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -871,7 +885,7 @@ After request Before request -Info 93 [00:03:44.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -882,7 +896,7 @@ Info 93 [00:03:44.000] request: "seq": 8, "type": "request" } -Info 94 [00:03:45.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -923,7 +937,7 @@ After request Before request -Info 95 [00:03:46.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -934,7 +948,7 @@ Info 95 [00:03:46.000] request: "seq": 9, "type": "request" } -Info 96 [00:03:47.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -975,7 +989,7 @@ After request Before request -Info 97 [00:03:48.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -986,7 +1000,7 @@ Info 97 [00:03:48.000] request: "seq": 10, "type": "request" } -Info 98 [00:03:49.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -1027,7 +1041,7 @@ After request Before request -Info 99 [00:03:50.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1038,9 +1052,9 @@ Info 99 [00:03:50.000] request: "seq": 11, "type": "request" } -Info 100 [00:03:51.000] Search path: /user/username/projects/myproject/dependency -Info 101 [00:03:52.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 102 [00:03:53.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1125,7 +1139,7 @@ After request Before request -Info 103 [00:03:54.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1136,9 +1150,9 @@ Info 103 [00:03:54.000] request: "seq": 12, "type": "request" } -Info 104 [00:03:55.000] Search path: /user/username/projects/myproject/dependency -Info 105 [00:03:56.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 106 [00:03:57.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1223,7 +1237,7 @@ After request Before request -Info 107 [00:03:58.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1234,9 +1248,9 @@ Info 107 [00:03:58.000] request: "seq": 13, "type": "request" } -Info 108 [00:03:59.000] Search path: /user/username/projects/myproject/dependency -Info 109 [00:04:00.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 110 [00:04:01.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1321,7 +1335,7 @@ After request Before request -Info 111 [00:04:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1332,9 +1346,9 @@ Info 111 [00:04:02.000] request: "seq": 14, "type": "request" } -Info 112 [00:04:03.000] Search path: /user/username/projects/myproject/dependency -Info 113 [00:04:04.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 114 [00:04:05.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1419,7 +1433,7 @@ After request Before request -Info 115 [00:04:06.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1430,9 +1444,9 @@ Info 115 [00:04:06.000] request: "seq": 15, "type": "request" } -Info 116 [00:04:07.000] Search path: /user/username/projects/myproject/dependency -Info 117 [00:04:08.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 118 [00:04:09.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/disabledSourceRef/dependency-dts-changes.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/disabledSourceRef/dependency-dts-changes.js index 27886d33feb8f..d4d02422b77e4 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/disabledSourceRef/dependency-dts-changes.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/disabledSourceRef/dependency-dts-changes.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:03.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:04.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:05.000] Search path: /user/username/projects/myproject/main -Info 3 [00:01:06.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:01:07.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:01:08.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:01:09.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -244,10 +244,10 @@ Info 6 [00:01:09.000] Config: /user/username/projects/myproject/main/tsconfig } ] } -Info 7 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:12.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:01:13.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -258,20 +258,22 @@ Info 10 [00:01:13.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:01:14.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 12 [00:01:15.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:01:16.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:01:17.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:01:18.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:01:19.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 17 [00:01:20.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:01:21.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 19 [00:01:22.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 20 [00:01:23.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 21 [00:01:24.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 22 [00:01:25.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:01:26.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 24 [00:01:27.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/decls/fns.d.ts Text-1 "export declare function fn1(): void;\nexport declare function fn2(): void;\nexport declare function fn3(): void;\nexport declare function fn4(): void;\nexport declare function fn5(): void;\n//# sourceMappingURL=FnS.d.ts.map" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -284,17 +286,17 @@ Info 24 [00:01:27.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 25 [00:01:28.000] ----------------------------------------------- -Info 26 [00:01:29.000] Search path: /user/username/projects/myproject/main -Info 27 [00:01:30.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 28 [00:01:31.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 28 [00:01:32.000] Files (3) - -Info 28 [00:01:33.000] ----------------------------------------------- -Info 28 [00:01:34.000] Open files: -Info 28 [00:01:35.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 28 [00:01:36.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 28 [00:01:37.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -305,6 +307,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -326,7 +330,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:38.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -335,17 +339,19 @@ Info 29 [00:01:38.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:39.000] Search path: /user/username/projects/myproject/dependency -Info 31 [00:01:40.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 32 [00:01:41.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 33 [00:01:42.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 34 [00:01:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 35 [00:01:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 36 [00:01:45.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 37 [00:01:46.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 38 [00:01:47.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 39 [00:01:48.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 40 [00:01:49.000] Files (2) +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-1-0 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -355,23 +361,23 @@ Info 40 [00:01:49.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 41 [00:01:50.000] ----------------------------------------------- -Info 42 [00:01:51.000] Search path: /user/username/projects/myproject/dependency -Info 43 [00:01:52.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 44 [00:01:53.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 44 [00:01:54.000] Files (3) - -Info 44 [00:01:55.000] ----------------------------------------------- -Info 44 [00:01:56.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 44 [00:01:57.000] Files (2) - -Info 44 [00:01:58.000] ----------------------------------------------- -Info 44 [00:01:59.000] Open files: -Info 44 [00:02:00.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 44 [00:02:01.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 44 [00:02:02.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 44 [00:02:03.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 44 [00:02:04.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -382,6 +388,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: *new* {"pollingInterval":500} @@ -405,7 +413,7 @@ FsWatchesRecursive:: Before request -Info 45 [00:02:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -414,11 +422,11 @@ Info 45 [00:02:05.000] request: "seq": 3, "type": "request" } -Info 46 [00:02:06.000] Search path: /user/username/projects/myproject/random -Info 47 [00:02:07.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 48 [00:02:08.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 49 [00:02:09.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 50 [00:02:10.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -426,16 +434,18 @@ Info 50 [00:02:10.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 51 [00:02:11.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 52 [00:02:12.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 53 [00:02:13.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 54 [00:02:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 55 [00:02:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 56 [00:02:16.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 57 [00:02:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 58 [00:02:18.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 59 [00:02:19.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 60 [00:02:20.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -445,27 +455,27 @@ Info 60 [00:02:20.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 61 [00:02:21.000] ----------------------------------------------- -Info 62 [00:02:22.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 62 [00:02:23.000] Files (3) - -Info 62 [00:02:24.000] ----------------------------------------------- -Info 62 [00:02:25.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 62 [00:02:26.000] Files (2) - -Info 62 [00:02:27.000] ----------------------------------------------- -Info 62 [00:02:28.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 62 [00:02:29.000] Files (2) - -Info 62 [00:02:30.000] ----------------------------------------------- -Info 62 [00:02:31.000] Open files: -Info 62 [00:02:32.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 62 [00:02:33.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 62 [00:02:34.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 62 [00:02:35.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 62 [00:02:36.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 62 [00:02:37.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 62 [00:02:38.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -476,6 +486,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* @@ -505,7 +517,7 @@ FsWatchesRecursive:: Before request -Info 63 [00:02:39.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -516,8 +528,8 @@ Info 63 [00:02:39.000] request: "seq": 4, "type": "request" } -Info 64 [00:02:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 65 [00:02:41.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -561,6 +573,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -592,7 +606,7 @@ FsWatchesRecursive:: Before request -Info 66 [00:02:42.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -603,9 +617,9 @@ Info 66 [00:02:42.000] request: "seq": 5, "type": "request" } -Info 67 [00:02:43.000] Search path: /user/username/projects/myproject/dependency -Info 68 [00:02:44.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 69 [00:02:45.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -688,12 +702,12 @@ Info 69 [00:02:45.000] response: } After request -Info 70 [00:02:49.000] FileWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts 1:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 71 [00:02:50.000] Scheduled: /user/username/projects/myproject/main/tsconfig.json -Info 72 [00:02:51.000] Scheduled: *ensureProjectForOpenFiles* -Info 73 [00:02:52.000] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json -Info 74 [00:02:53.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 75 [00:02:54.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts 1:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts 1:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts 1:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info Before request //// [/user/username/projects/myproject/decls/FnS.d.ts] export declare function fn1(): void; @@ -705,7 +719,7 @@ export declare function fn6(): void; //# sourceMappingURL=FnS.d.ts.map -Info 76 [00:02:55.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -716,16 +730,16 @@ Info 76 [00:02:55.000] request: "seq": 6, "type": "request" } -Info 77 [00:02:56.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 78 [00:02:57.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 79 [00:02:58.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 80 [00:02:59.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/decls/fns.d.ts Text-2 "export declare function fn1(): void;\nexport declare function fn2(): void;\nexport declare function fn3(): void;\nexport declare function fn4(): void;\nexport declare function fn5(): void;\nexport declare function fn6(): void;\n//# sourceMappingURL=FnS.d.ts.map" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" -Info 81 [00:03:00.000] ----------------------------------------------- -Info 82 [00:03:01.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -766,7 +780,7 @@ After request Before request -Info 83 [00:03:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -777,7 +791,7 @@ Info 83 [00:03:02.000] request: "seq": 7, "type": "request" } -Info 84 [00:03:03.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -818,7 +832,7 @@ After request Before request -Info 85 [00:03:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -829,7 +843,7 @@ Info 85 [00:03:04.000] request: "seq": 8, "type": "request" } -Info 86 [00:03:05.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -870,7 +884,7 @@ After request Before request -Info 87 [00:03:06.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -881,7 +895,7 @@ Info 87 [00:03:06.000] request: "seq": 9, "type": "request" } -Info 88 [00:03:07.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -922,7 +936,7 @@ After request Before request -Info 89 [00:03:08.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -933,7 +947,7 @@ Info 89 [00:03:08.000] request: "seq": 10, "type": "request" } -Info 90 [00:03:09.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -974,7 +988,7 @@ After request Before request -Info 91 [00:03:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -985,12 +999,12 @@ Info 91 [00:03:10.000] request: "seq": 11, "type": "request" } -Info 92 [00:03:11.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 93 [00:03:12.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 94 [00:03:13.000] Same program as before -Info 95 [00:03:14.000] Search path: /user/username/projects/myproject/dependency -Info 96 [00:03:15.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 97 [00:03:16.000] response: +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1075,7 +1089,7 @@ After request Before request -Info 98 [00:03:17.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1086,9 +1100,9 @@ Info 98 [00:03:17.000] request: "seq": 12, "type": "request" } -Info 99 [00:03:18.000] Search path: /user/username/projects/myproject/dependency -Info 100 [00:03:19.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 101 [00:03:20.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1173,7 +1187,7 @@ After request Before request -Info 102 [00:03:21.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1184,9 +1198,9 @@ Info 102 [00:03:21.000] request: "seq": 13, "type": "request" } -Info 103 [00:03:22.000] Search path: /user/username/projects/myproject/dependency -Info 104 [00:03:23.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 105 [00:03:24.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1271,7 +1285,7 @@ After request Before request -Info 106 [00:03:25.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1282,9 +1296,9 @@ Info 106 [00:03:25.000] request: "seq": 14, "type": "request" } -Info 107 [00:03:26.000] Search path: /user/username/projects/myproject/dependency -Info 108 [00:03:27.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 109 [00:03:28.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1369,7 +1383,7 @@ After request Before request -Info 110 [00:03:29.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1380,9 +1394,9 @@ Info 110 [00:03:29.000] request: "seq": 15, "type": "request" } -Info 111 [00:03:30.000] Search path: /user/username/projects/myproject/dependency -Info 112 [00:03:31.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 113 [00:03:32.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/disabledSourceRef/dependency-dts-created.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/disabledSourceRef/dependency-dts-created.js index 1d498b945f2d1..13854fe343d76 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/disabledSourceRef/dependency-dts-created.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/disabledSourceRef/dependency-dts-created.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:04.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -206,7 +206,7 @@ export {}; } -Info 1 [00:01:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -215,11 +215,11 @@ Info 1 [00:01:05.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:06.000] Search path: /user/username/projects/myproject/main -Info 3 [00:01:07.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:01:08.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:01:09.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:01:10.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -236,10 +236,10 @@ Info 6 [00:01:10.000] Config: /user/username/projects/myproject/main/tsconfig } ] } -Info 7 [00:01:11.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:12.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:13.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:01:14.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -250,19 +250,21 @@ Info 10 [00:01:14.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:01:15.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 12 [00:01:16.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:01:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:01:18.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:01:20.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 17 [00:01:21.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 18 [00:01:22.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 19 [00:01:23.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 20 [00:01:24.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 21 [00:01:25.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 22 [00:01:26.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 23 [00:01:27.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -272,17 +274,17 @@ Info 23 [00:01:27.000] Files (2) main.ts Matched by default include pattern '**/*' -Info 24 [00:01:28.000] ----------------------------------------------- -Info 25 [00:01:29.000] Search path: /user/username/projects/myproject/main -Info 26 [00:01:30.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 27 [00:01:31.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 27 [00:01:32.000] Files (2) - -Info 27 [00:01:33.000] ----------------------------------------------- -Info 27 [00:01:34.000] Open files: -Info 27 [00:01:35.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 27 [00:01:36.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 27 [00:01:37.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -293,6 +295,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -312,7 +316,7 @@ FsWatchesRecursive:: Before request -Info 28 [00:01:38.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -321,17 +325,19 @@ Info 28 [00:01:38.000] request: "seq": 2, "type": "request" } -Info 29 [00:01:39.000] Search path: /user/username/projects/myproject/dependency -Info 30 [00:01:40.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 31 [00:01:41.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 32 [00:01:42.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 33 [00:01:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 34 [00:01:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 35 [00:01:45.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 36 [00:01:46.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 37 [00:01:47.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 38 [00:01:48.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 39 [00:01:49.000] Files (2) +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-1-0 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -341,23 +347,23 @@ Info 39 [00:01:49.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 40 [00:01:50.000] ----------------------------------------------- -Info 41 [00:01:51.000] Search path: /user/username/projects/myproject/dependency -Info 42 [00:01:52.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 43 [00:01:53.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 43 [00:01:54.000] Files (2) - -Info 43 [00:01:55.000] ----------------------------------------------- -Info 43 [00:01:56.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 43 [00:01:57.000] Files (2) - -Info 43 [00:01:58.000] ----------------------------------------------- -Info 43 [00:01:59.000] Open files: -Info 43 [00:02:00.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 43 [00:02:01.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 43 [00:02:02.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 43 [00:02:03.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 43 [00:02:04.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -368,6 +374,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: *new* {"pollingInterval":500} @@ -389,7 +397,7 @@ FsWatchesRecursive:: Before request -Info 44 [00:02:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -398,11 +406,11 @@ Info 44 [00:02:05.000] request: "seq": 3, "type": "request" } -Info 45 [00:02:06.000] Search path: /user/username/projects/myproject/random -Info 46 [00:02:07.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 47 [00:02:08.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 48 [00:02:09.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 49 [00:02:10.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -410,16 +418,18 @@ Info 49 [00:02:10.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 50 [00:02:11.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 51 [00:02:12.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 52 [00:02:13.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 53 [00:02:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 54 [00:02:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 55 [00:02:16.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 56 [00:02:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 57 [00:02:18.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 58 [00:02:19.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 59 [00:02:20.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -429,27 +439,27 @@ Info 59 [00:02:20.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 60 [00:02:21.000] ----------------------------------------------- -Info 61 [00:02:22.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 61 [00:02:23.000] Files (2) - -Info 61 [00:02:24.000] ----------------------------------------------- -Info 61 [00:02:25.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 61 [00:02:26.000] Files (2) - -Info 61 [00:02:27.000] ----------------------------------------------- -Info 61 [00:02:28.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 61 [00:02:29.000] Files (2) - -Info 61 [00:02:30.000] ----------------------------------------------- -Info 61 [00:02:31.000] Open files: -Info 61 [00:02:32.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 61 [00:02:33.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 61 [00:02:34.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 61 [00:02:35.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 61 [00:02:36.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 61 [00:02:37.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 61 [00:02:38.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -460,6 +470,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* @@ -487,7 +499,7 @@ FsWatchesRecursive:: Before request -Info 62 [00:02:39.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -498,7 +510,7 @@ Info 62 [00:02:39.000] request: "seq": 4, "type": "request" } -Info 63 [00:02:40.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -539,7 +551,7 @@ After request Before request -Info 64 [00:02:41.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -550,8 +562,8 @@ Info 64 [00:02:41.000] request: "seq": 5, "type": "request" } -Info 65 [00:02:42.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file -Info 66 [00:02:43.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -606,6 +618,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -633,17 +647,17 @@ FsWatchesRecursive:: /user/username/projects/myproject/random: {} -Info 67 [00:02:46.000] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 0:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file -Info 68 [00:02:47.000] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json -Info 69 [00:02:48.000] Scheduled: *ensureProjectForOpenFiles* -Info 70 [00:02:49.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 0:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file -Info 71 [00:02:50.000] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 0:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file -Info 72 [00:02:51.000] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json, Cancelled earlier one -Info 73 [00:02:52.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 74 [00:02:53.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 0:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file -Info 75 [00:02:54.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 76 [00:02:55.000] Scheduled: /user/username/projects/myproject/main/tsconfig.jsonFailedLookupInvalidation -Info 77 [00:02:56.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 0:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 0:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 0:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json, Cancelled earlier one +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts 0:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/main/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations Before request //// [/user/username/projects/myproject/decls/FnS.d.ts] export declare function fn1(): void; @@ -659,6 +673,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -690,7 +706,7 @@ FsWatchesRecursive:: /user/username/projects/myproject/random: {} -Info 78 [00:02:57.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -701,12 +717,12 @@ Info 78 [00:02:57.000] request: "seq": 6, "type": "request" } -Info 79 [00:02:58.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 80 [00:02:59.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 81 [00:03:00.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 82 [00:03:01.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms -Info 83 [00:03:02.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 84 [00:03:03.000] Files (3) +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/decls/fns.d.ts Text-1 "export declare function fn1(): void;\nexport declare function fn2(): void;\nexport declare function fn3(): void;\nexport declare function fn4(): void;\nexport declare function fn5(): void;\n//# sourceMappingURL=FnS.d.ts.map" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -719,9 +735,9 @@ Info 84 [00:03:03.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 85 [00:03:04.000] ----------------------------------------------- -Info 86 [00:03:05.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 87 [00:03:06.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -765,6 +781,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -796,7 +814,7 @@ FsWatchesRecursive:: Before request -Info 88 [00:03:07.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -807,7 +825,7 @@ Info 88 [00:03:07.000] request: "seq": 7, "type": "request" } -Info 89 [00:03:08.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -848,7 +866,7 @@ After request Before request -Info 90 [00:03:09.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -859,7 +877,7 @@ Info 90 [00:03:09.000] request: "seq": 8, "type": "request" } -Info 91 [00:03:10.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -900,7 +918,7 @@ After request Before request -Info 92 [00:03:11.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -911,7 +929,7 @@ Info 92 [00:03:11.000] request: "seq": 9, "type": "request" } -Info 93 [00:03:12.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -952,7 +970,7 @@ After request Before request -Info 94 [00:03:13.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -963,7 +981,7 @@ Info 94 [00:03:13.000] request: "seq": 10, "type": "request" } -Info 95 [00:03:14.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -1004,7 +1022,7 @@ After request Before request -Info 96 [00:03:15.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1015,12 +1033,12 @@ Info 96 [00:03:15.000] request: "seq": 11, "type": "request" } -Info 97 [00:03:16.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 98 [00:03:17.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 99 [00:03:18.000] Same program as before -Info 100 [00:03:19.000] Search path: /user/username/projects/myproject/dependency -Info 101 [00:03:20.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 102 [00:03:21.000] response: +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1105,7 +1123,7 @@ After request Before request -Info 103 [00:03:22.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1116,9 +1134,9 @@ Info 103 [00:03:22.000] request: "seq": 12, "type": "request" } -Info 104 [00:03:23.000] Search path: /user/username/projects/myproject/dependency -Info 105 [00:03:24.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 106 [00:03:25.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1203,7 +1221,7 @@ After request Before request -Info 107 [00:03:26.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1214,9 +1232,9 @@ Info 107 [00:03:26.000] request: "seq": 13, "type": "request" } -Info 108 [00:03:27.000] Search path: /user/username/projects/myproject/dependency -Info 109 [00:03:28.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 110 [00:03:29.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1301,7 +1319,7 @@ After request Before request -Info 111 [00:03:30.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1312,9 +1330,9 @@ Info 111 [00:03:30.000] request: "seq": 14, "type": "request" } -Info 112 [00:03:31.000] Search path: /user/username/projects/myproject/dependency -Info 113 [00:03:32.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 114 [00:03:33.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1399,7 +1417,7 @@ After request Before request -Info 115 [00:03:34.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1410,9 +1428,9 @@ Info 115 [00:03:34.000] request: "seq": 15, "type": "request" } -Info 116 [00:03:35.000] Search path: /user/username/projects/myproject/dependency -Info 117 [00:03:36.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 118 [00:03:37.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1497,7 +1515,7 @@ After request Before request -Info 119 [00:03:38.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1506,25 +1524,25 @@ Info 119 [00:03:38.000] request: "seq": 16, "type": "request" } -Info 120 [00:03:39.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 121 [00:03:40.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 121 [00:03:41.000] Files (3) - -Info 121 [00:03:42.000] ----------------------------------------------- -Info 121 [00:03:43.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 121 [00:03:44.000] Files (2) - -Info 121 [00:03:45.000] ----------------------------------------------- -Info 121 [00:03:46.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 121 [00:03:47.000] Files (2) - -Info 121 [00:03:48.000] ----------------------------------------------- -Info 121 [00:03:49.000] Open files: -Info 121 [00:03:50.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 121 [00:03:51.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 121 [00:03:52.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 121 [00:03:53.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 121 [00:03:54.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1535,6 +1553,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1568,7 +1588,7 @@ FsWatchesRecursive:: Before request -Info 122 [00:03:55.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -1577,29 +1597,29 @@ Info 122 [00:03:55.000] request: "seq": 17, "type": "request" } -Info 123 [00:03:56.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 124 [00:03:57.000] Search path: /user/username/projects/myproject/random -Info 125 [00:03:58.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 126 [00:03:59.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 126 [00:04:00.000] Files (3) - -Info 126 [00:04:01.000] ----------------------------------------------- -Info 126 [00:04:02.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 126 [00:04:03.000] Files (2) - -Info 126 [00:04:04.000] ----------------------------------------------- -Info 126 [00:04:05.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 126 [00:04:06.000] Files (2) - -Info 126 [00:04:07.000] ----------------------------------------------- -Info 126 [00:04:08.000] Open files: -Info 126 [00:04:09.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 126 [00:04:10.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 126 [00:04:11.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 126 [00:04:12.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 126 [00:04:13.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 126 [00:04:14.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 126 [00:04:15.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1610,6 +1630,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1645,7 +1667,7 @@ FsWatchesRecursive:: Before request -Info 127 [00:04:16.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1654,25 +1676,25 @@ Info 127 [00:04:16.000] request: "seq": 18, "type": "request" } -Info 128 [00:04:17.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 129 [00:04:18.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 129 [00:04:19.000] Files (3) - -Info 129 [00:04:20.000] ----------------------------------------------- -Info 129 [00:04:21.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 129 [00:04:22.000] Files (2) - -Info 129 [00:04:23.000] ----------------------------------------------- -Info 129 [00:04:24.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 129 [00:04:25.000] Files (2) - -Info 129 [00:04:26.000] ----------------------------------------------- -Info 129 [00:04:27.000] Open files: -Info 129 [00:04:28.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 129 [00:04:29.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 129 [00:04:30.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 129 [00:04:31.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 129 [00:04:32.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1683,6 +1705,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1716,7 +1740,7 @@ FsWatchesRecursive:: Before request -Info 130 [00:04:33.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1725,23 +1749,23 @@ Info 130 [00:04:33.000] request: "seq": 19, "type": "request" } -Info 131 [00:04:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 132 [00:04:35.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 132 [00:04:36.000] Files (3) - -Info 132 [00:04:37.000] ----------------------------------------------- -Info 132 [00:04:38.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 132 [00:04:39.000] Files (2) - -Info 132 [00:04:40.000] ----------------------------------------------- -Info 132 [00:04:41.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 132 [00:04:42.000] Files (2) - -Info 132 [00:04:43.000] ----------------------------------------------- -Info 132 [00:04:44.000] Open files: -Info 132 [00:04:45.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 132 [00:04:46.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 132 [00:04:47.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1752,6 +1776,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1787,7 +1813,7 @@ FsWatchesRecursive:: Before request -Info 133 [00:04:48.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1796,21 +1822,21 @@ Info 133 [00:04:48.000] request: "seq": 20, "type": "request" } -Info 134 [00:04:49.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 135 [00:04:50.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 135 [00:04:51.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 135 [00:04:52.000] ----------------------------------------------- -Info 135 [00:04:53.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 135 [00:04:54.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 135 [00:04:55.000] ----------------------------------------------- -Info 135 [00:04:56.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 135 [00:04:57.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 135 [00:04:58.000] ----------------------------------------------- -Info 135 [00:04:59.000] Open files: -Info 135 [00:05:00.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1821,6 +1847,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1858,7 +1886,7 @@ FsWatchesRecursive:: Before request -Info 136 [00:05:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -1867,12 +1895,12 @@ Info 136 [00:05:01.000] request: "seq": 21, "type": "request" } -Info 137 [00:05:02.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 138 [00:05:03.000] Search path: /user/username/projects/myproject/random -Info 139 [00:05:04.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 140 [00:05:05.000] `remove Project:: -Info 141 [00:05:06.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 142 [00:05:07.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts /user/username/projects/myproject/decls/fns.d.ts /user/username/projects/myproject/main/main.ts @@ -1885,19 +1913,21 @@ Info 142 [00:05:07.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 143 [00:05:08.000] ----------------------------------------------- -Info 144 [00:05:09.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 145 [00:05:10.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 146 [00:05:11.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 147 [00:05:12.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 148 [00:05:13.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 149 [00:05:14.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 150 [00:05:15.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 151 [00:05:16.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 152 [00:05:17.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 153 [00:05:18.000] `remove Project:: -Info 154 [00:05:19.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 155 [00:05:20.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts /user/username/projects/myproject/dependency/FnS.ts @@ -1907,27 +1937,29 @@ Info 155 [00:05:20.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 156 [00:05:21.000] ----------------------------------------------- -Info 157 [00:05:22.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 158 [00:05:23.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 159 [00:05:24.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 160 [00:05:25.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 161 [00:05:26.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 162 [00:05:27.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 163 [00:05:28.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 164 [00:05:29.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file -Info 165 [00:05:30.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 166 [00:05:31.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 167 [00:05:32.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 168 [00:05:33.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 169 [00:05:34.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 169 [00:05:35.000] Files (2) - -Info 169 [00:05:36.000] ----------------------------------------------- -Info 169 [00:05:37.000] Open files: -Info 169 [00:05:38.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 169 [00:05:39.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 169 [00:05:40.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1936,6 +1968,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/disabledSourceRef/dependency-dts-deleted.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/disabledSourceRef/dependency-dts-deleted.js index 056a142de8cd1..943020260f394 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/disabledSourceRef/dependency-dts-deleted.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/disabledSourceRef/dependency-dts-deleted.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:03.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:04.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:05.000] Search path: /user/username/projects/myproject/main -Info 3 [00:01:06.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:01:07.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:01:08.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:01:09.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -244,10 +244,10 @@ Info 6 [00:01:09.000] Config: /user/username/projects/myproject/main/tsconfig } ] } -Info 7 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:12.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:01:13.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -258,20 +258,22 @@ Info 10 [00:01:13.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:01:14.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 12 [00:01:15.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:01:16.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:01:17.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:01:18.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:01:19.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 17 [00:01:20.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:01:21.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 19 [00:01:22.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 20 [00:01:23.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 21 [00:01:24.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 22 [00:01:25.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:01:26.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 24 [00:01:27.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/decls/fns.d.ts Text-1 "export declare function fn1(): void;\nexport declare function fn2(): void;\nexport declare function fn3(): void;\nexport declare function fn4(): void;\nexport declare function fn5(): void;\n//# sourceMappingURL=FnS.d.ts.map" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -284,17 +286,17 @@ Info 24 [00:01:27.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 25 [00:01:28.000] ----------------------------------------------- -Info 26 [00:01:29.000] Search path: /user/username/projects/myproject/main -Info 27 [00:01:30.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 28 [00:01:31.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 28 [00:01:32.000] Files (3) - -Info 28 [00:01:33.000] ----------------------------------------------- -Info 28 [00:01:34.000] Open files: -Info 28 [00:01:35.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 28 [00:01:36.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 28 [00:01:37.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -305,6 +307,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -326,7 +330,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:38.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -335,17 +339,19 @@ Info 29 [00:01:38.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:39.000] Search path: /user/username/projects/myproject/dependency -Info 31 [00:01:40.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 32 [00:01:41.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 33 [00:01:42.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 34 [00:01:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 35 [00:01:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 36 [00:01:45.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 37 [00:01:46.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 38 [00:01:47.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 39 [00:01:48.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 40 [00:01:49.000] Files (2) +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-1-0 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -355,23 +361,23 @@ Info 40 [00:01:49.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 41 [00:01:50.000] ----------------------------------------------- -Info 42 [00:01:51.000] Search path: /user/username/projects/myproject/dependency -Info 43 [00:01:52.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 44 [00:01:53.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 44 [00:01:54.000] Files (3) - -Info 44 [00:01:55.000] ----------------------------------------------- -Info 44 [00:01:56.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 44 [00:01:57.000] Files (2) - -Info 44 [00:01:58.000] ----------------------------------------------- -Info 44 [00:01:59.000] Open files: -Info 44 [00:02:00.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 44 [00:02:01.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 44 [00:02:02.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 44 [00:02:03.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 44 [00:02:04.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -382,6 +388,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: *new* {"pollingInterval":500} @@ -405,7 +413,7 @@ FsWatchesRecursive:: Before request -Info 45 [00:02:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -414,11 +422,11 @@ Info 45 [00:02:05.000] request: "seq": 3, "type": "request" } -Info 46 [00:02:06.000] Search path: /user/username/projects/myproject/random -Info 47 [00:02:07.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 48 [00:02:08.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 49 [00:02:09.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 50 [00:02:10.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -426,16 +434,18 @@ Info 50 [00:02:10.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 51 [00:02:11.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 52 [00:02:12.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 53 [00:02:13.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 54 [00:02:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 55 [00:02:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 56 [00:02:16.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 57 [00:02:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 58 [00:02:18.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 59 [00:02:19.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 60 [00:02:20.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -445,27 +455,27 @@ Info 60 [00:02:20.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 61 [00:02:21.000] ----------------------------------------------- -Info 62 [00:02:22.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 62 [00:02:23.000] Files (3) - -Info 62 [00:02:24.000] ----------------------------------------------- -Info 62 [00:02:25.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 62 [00:02:26.000] Files (2) - -Info 62 [00:02:27.000] ----------------------------------------------- -Info 62 [00:02:28.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 62 [00:02:29.000] Files (2) - -Info 62 [00:02:30.000] ----------------------------------------------- -Info 62 [00:02:31.000] Open files: -Info 62 [00:02:32.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 62 [00:02:33.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 62 [00:02:34.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 62 [00:02:35.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 62 [00:02:36.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 62 [00:02:37.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 62 [00:02:38.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -476,6 +486,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* @@ -505,7 +517,7 @@ FsWatchesRecursive:: Before request -Info 63 [00:02:39.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -516,8 +528,8 @@ Info 63 [00:02:39.000] request: "seq": 4, "type": "request" } -Info 64 [00:02:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 65 [00:02:41.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -561,6 +573,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -592,7 +606,7 @@ FsWatchesRecursive:: Before request -Info 66 [00:02:42.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -603,9 +617,9 @@ Info 66 [00:02:42.000] request: "seq": 5, "type": "request" } -Info 67 [00:02:43.000] Search path: /user/username/projects/myproject/dependency -Info 68 [00:02:44.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 69 [00:02:45.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -688,16 +702,16 @@ Info 69 [00:02:45.000] response: } After request -Info 70 [00:02:47.000] FileWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts 2:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 71 [00:02:48.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 72 [00:02:49.000] Scheduled: /user/username/projects/myproject/main/tsconfig.json -Info 73 [00:02:50.000] Scheduled: *ensureProjectForOpenFiles* -Info 74 [00:02:51.000] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json -Info 75 [00:02:52.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 76 [00:02:53.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts 2:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 77 [00:02:54.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 78 [00:02:55.000] Scheduled: /user/username/projects/myproject/main/tsconfig.jsonFailedLookupInvalidation -Info 79 [00:02:56.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts 2:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts 2:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/main/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations Before request //// [/user/username/projects/myproject/decls/FnS.d.ts] deleted @@ -706,6 +720,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -737,7 +753,7 @@ FsWatchesRecursive:: /user/username/projects/myproject/random: {} -Info 80 [00:02:57.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -748,10 +764,10 @@ Info 80 [00:02:57.000] request: "seq": 6, "type": "request" } -Info 81 [00:02:58.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 82 [00:02:59.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 83 [00:03:00.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 84 [00:03:01.000] Files (2) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -761,8 +777,8 @@ Info 84 [00:03:01.000] Files (2) main.ts Matched by default include pattern '**/*' -Info 85 [00:03:02.000] ----------------------------------------------- -Info 86 [00:03:03.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -803,7 +819,7 @@ After request Before request -Info 87 [00:03:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -814,7 +830,7 @@ Info 87 [00:03:04.000] request: "seq": 7, "type": "request" } -Info 88 [00:03:05.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -855,7 +871,7 @@ After request Before request -Info 89 [00:03:06.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -866,7 +882,7 @@ Info 89 [00:03:06.000] request: "seq": 8, "type": "request" } -Info 90 [00:03:07.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -907,7 +923,7 @@ After request Before request -Info 91 [00:03:08.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -918,7 +934,7 @@ Info 91 [00:03:08.000] request: "seq": 9, "type": "request" } -Info 92 [00:03:09.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -959,7 +975,7 @@ After request Before request -Info 93 [00:03:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -970,7 +986,7 @@ Info 93 [00:03:10.000] request: "seq": 10, "type": "request" } -Info 94 [00:03:11.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -1011,7 +1027,7 @@ After request Before request -Info 95 [00:03:12.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1022,11 +1038,11 @@ Info 95 [00:03:12.000] request: "seq": 11, "type": "request" } -Info 96 [00:03:13.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 97 [00:03:14.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 98 [00:03:15.000] Same program as before -Info 99 [00:03:16.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file -Info 100 [00:03:17.000] response: +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1081,6 +1097,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1112,7 +1130,7 @@ FsWatchesRecursive:: Before request -Info 101 [00:03:18.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1123,7 +1141,7 @@ Info 101 [00:03:18.000] request: "seq": 12, "type": "request" } -Info 102 [00:03:19.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1175,7 +1193,7 @@ After request Before request -Info 103 [00:03:20.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1186,7 +1204,7 @@ Info 103 [00:03:20.000] request: "seq": 13, "type": "request" } -Info 104 [00:03:21.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1238,7 +1256,7 @@ After request Before request -Info 105 [00:03:22.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1249,7 +1267,7 @@ Info 105 [00:03:22.000] request: "seq": 14, "type": "request" } -Info 106 [00:03:23.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1301,7 +1319,7 @@ After request Before request -Info 107 [00:03:24.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1312,7 +1330,7 @@ Info 107 [00:03:24.000] request: "seq": 15, "type": "request" } -Info 108 [00:03:25.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1364,7 +1382,7 @@ After request Before request -Info 109 [00:03:26.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1373,25 +1391,25 @@ Info 109 [00:03:26.000] request: "seq": 16, "type": "request" } -Info 110 [00:03:27.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 111 [00:03:28.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 111 [00:03:29.000] Files (2) - -Info 111 [00:03:30.000] ----------------------------------------------- -Info 111 [00:03:31.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 111 [00:03:32.000] Files (2) - -Info 111 [00:03:33.000] ----------------------------------------------- -Info 111 [00:03:34.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 111 [00:03:35.000] Files (2) - -Info 111 [00:03:36.000] ----------------------------------------------- -Info 111 [00:03:37.000] Open files: -Info 111 [00:03:38.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 111 [00:03:39.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 111 [00:03:40.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 111 [00:03:41.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 111 [00:03:42.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1402,6 +1420,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1435,7 +1455,7 @@ FsWatchesRecursive:: Before request -Info 112 [00:03:43.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -1444,30 +1464,30 @@ Info 112 [00:03:43.000] request: "seq": 17, "type": "request" } -Info 113 [00:03:44.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 114 [00:03:45.000] Search path: /user/username/projects/myproject/random -Info 115 [00:03:46.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 116 [00:03:47.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 117 [00:03:48.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 117 [00:03:49.000] Files (2) - -Info 117 [00:03:50.000] ----------------------------------------------- -Info 117 [00:03:51.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 117 [00:03:52.000] Files (2) - -Info 117 [00:03:53.000] ----------------------------------------------- -Info 117 [00:03:54.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 117 [00:03:55.000] Files (2) - -Info 117 [00:03:56.000] ----------------------------------------------- -Info 117 [00:03:57.000] Open files: -Info 117 [00:03:58.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 117 [00:03:59.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 117 [00:04:00.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 117 [00:04:01.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 117 [00:04:02.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 117 [00:04:03.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 117 [00:04:04.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1478,6 +1498,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1513,7 +1535,7 @@ FsWatchesRecursive:: Before request -Info 118 [00:04:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1522,25 +1544,25 @@ Info 118 [00:04:05.000] request: "seq": 18, "type": "request" } -Info 119 [00:04:06.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 120 [00:04:07.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 120 [00:04:08.000] Files (2) - -Info 120 [00:04:09.000] ----------------------------------------------- -Info 120 [00:04:10.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 120 [00:04:11.000] Files (2) - -Info 120 [00:04:12.000] ----------------------------------------------- -Info 120 [00:04:13.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 120 [00:04:14.000] Files (2) - -Info 120 [00:04:15.000] ----------------------------------------------- -Info 120 [00:04:16.000] Open files: -Info 120 [00:04:17.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 120 [00:04:18.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 120 [00:04:19.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 120 [00:04:20.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 120 [00:04:21.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1551,6 +1573,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1582,7 +1606,7 @@ FsWatchesRecursive:: Before request -Info 121 [00:04:22.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1591,23 +1615,23 @@ Info 121 [00:04:22.000] request: "seq": 19, "type": "request" } -Info 122 [00:04:23.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 123 [00:04:24.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 123 [00:04:25.000] Files (2) - -Info 123 [00:04:26.000] ----------------------------------------------- -Info 123 [00:04:27.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 123 [00:04:28.000] Files (2) - -Info 123 [00:04:29.000] ----------------------------------------------- -Info 123 [00:04:30.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 123 [00:04:31.000] Files (2) - -Info 123 [00:04:32.000] ----------------------------------------------- -Info 123 [00:04:33.000] Open files: -Info 123 [00:04:34.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 123 [00:04:35.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 123 [00:04:36.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1618,6 +1642,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1651,7 +1677,7 @@ FsWatchesRecursive:: Before request -Info 124 [00:04:37.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1660,21 +1686,21 @@ Info 124 [00:04:37.000] request: "seq": 20, "type": "request" } -Info 125 [00:04:38.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 126 [00:04:39.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 126 [00:04:40.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 126 [00:04:41.000] ----------------------------------------------- -Info 126 [00:04:42.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 126 [00:04:43.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 126 [00:04:44.000] ----------------------------------------------- -Info 126 [00:04:45.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 126 [00:04:46.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 126 [00:04:47.000] ----------------------------------------------- -Info 126 [00:04:48.000] Open files: -Info 126 [00:04:49.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1685,6 +1711,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1720,7 +1748,7 @@ FsWatchesRecursive:: Before request -Info 127 [00:04:50.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -1729,12 +1757,12 @@ Info 127 [00:04:50.000] request: "seq": 21, "type": "request" } -Info 128 [00:04:51.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 129 [00:04:52.000] Search path: /user/username/projects/myproject/random -Info 130 [00:04:53.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 131 [00:04:54.000] `remove Project:: -Info 132 [00:04:55.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 133 [00:04:56.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts /user/username/projects/myproject/main/main.ts @@ -1744,19 +1772,21 @@ Info 133 [00:04:56.000] Files (2) main.ts Matched by default include pattern '**/*' -Info 134 [00:04:57.000] ----------------------------------------------- -Info 135 [00:04:58.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 136 [00:04:59.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 137 [00:05:00.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 138 [00:05:01.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 139 [00:05:02.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 140 [00:05:03.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 141 [00:05:04.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 142 [00:05:05.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 143 [00:05:06.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 144 [00:05:07.000] `remove Project:: -Info 145 [00:05:08.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 146 [00:05:09.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts /user/username/projects/myproject/dependency/FnS.ts @@ -1766,25 +1796,27 @@ Info 146 [00:05:09.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 147 [00:05:10.000] ----------------------------------------------- -Info 148 [00:05:11.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 149 [00:05:12.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 150 [00:05:13.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 151 [00:05:14.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 152 [00:05:15.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 153 [00:05:16.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 154 [00:05:17.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 155 [00:05:18.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file -Info 156 [00:05:19.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 157 [00:05:20.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 158 [00:05:21.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 158 [00:05:22.000] Files (2) - -Info 158 [00:05:23.000] ----------------------------------------------- -Info 158 [00:05:24.000] Open files: -Info 158 [00:05:25.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 158 [00:05:26.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 158 [00:05:27.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1793,6 +1825,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/disabledSourceRef/dependency-dts-not-present.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/disabledSourceRef/dependency-dts-not-present.js index 2a30e10cd2bdd..671c1d133f8bd 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/disabledSourceRef/dependency-dts-not-present.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/disabledSourceRef/dependency-dts-not-present.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:04.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -206,7 +206,7 @@ export {}; } -Info 1 [00:01:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -215,11 +215,11 @@ Info 1 [00:01:05.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:06.000] Search path: /user/username/projects/myproject/main -Info 3 [00:01:07.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:01:08.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:01:09.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:01:10.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -236,10 +236,10 @@ Info 6 [00:01:10.000] Config: /user/username/projects/myproject/main/tsconfig } ] } -Info 7 [00:01:11.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:12.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:13.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:01:14.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -250,19 +250,21 @@ Info 10 [00:01:14.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:01:15.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 12 [00:01:16.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:01:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:01:18.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:01:20.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 17 [00:01:21.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 18 [00:01:22.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 19 [00:01:23.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 20 [00:01:24.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 21 [00:01:25.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 22 [00:01:26.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 23 [00:01:27.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -272,17 +274,17 @@ Info 23 [00:01:27.000] Files (2) main.ts Matched by default include pattern '**/*' -Info 24 [00:01:28.000] ----------------------------------------------- -Info 25 [00:01:29.000] Search path: /user/username/projects/myproject/main -Info 26 [00:01:30.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 27 [00:01:31.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 27 [00:01:32.000] Files (2) - -Info 27 [00:01:33.000] ----------------------------------------------- -Info 27 [00:01:34.000] Open files: -Info 27 [00:01:35.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 27 [00:01:36.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 27 [00:01:37.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -293,6 +295,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -312,7 +316,7 @@ FsWatchesRecursive:: Before request -Info 28 [00:01:38.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -321,17 +325,19 @@ Info 28 [00:01:38.000] request: "seq": 2, "type": "request" } -Info 29 [00:01:39.000] Search path: /user/username/projects/myproject/dependency -Info 30 [00:01:40.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 31 [00:01:41.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 32 [00:01:42.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 33 [00:01:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 34 [00:01:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 35 [00:01:45.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 36 [00:01:46.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 37 [00:01:47.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 38 [00:01:48.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 39 [00:01:49.000] Files (2) +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-1-0 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -341,23 +347,23 @@ Info 39 [00:01:49.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 40 [00:01:50.000] ----------------------------------------------- -Info 41 [00:01:51.000] Search path: /user/username/projects/myproject/dependency -Info 42 [00:01:52.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 43 [00:01:53.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 43 [00:01:54.000] Files (2) - -Info 43 [00:01:55.000] ----------------------------------------------- -Info 43 [00:01:56.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 43 [00:01:57.000] Files (2) - -Info 43 [00:01:58.000] ----------------------------------------------- -Info 43 [00:01:59.000] Open files: -Info 43 [00:02:00.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 43 [00:02:01.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 43 [00:02:02.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 43 [00:02:03.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 43 [00:02:04.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -368,6 +374,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: *new* {"pollingInterval":500} @@ -389,7 +397,7 @@ FsWatchesRecursive:: Before request -Info 44 [00:02:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -398,11 +406,11 @@ Info 44 [00:02:05.000] request: "seq": 3, "type": "request" } -Info 45 [00:02:06.000] Search path: /user/username/projects/myproject/random -Info 46 [00:02:07.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 47 [00:02:08.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 48 [00:02:09.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 49 [00:02:10.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -410,16 +418,18 @@ Info 49 [00:02:10.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 50 [00:02:11.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 51 [00:02:12.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 52 [00:02:13.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 53 [00:02:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 54 [00:02:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 55 [00:02:16.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 56 [00:02:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 57 [00:02:18.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 58 [00:02:19.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 59 [00:02:20.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -429,27 +439,27 @@ Info 59 [00:02:20.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 60 [00:02:21.000] ----------------------------------------------- -Info 61 [00:02:22.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 61 [00:02:23.000] Files (2) - -Info 61 [00:02:24.000] ----------------------------------------------- -Info 61 [00:02:25.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 61 [00:02:26.000] Files (2) - -Info 61 [00:02:27.000] ----------------------------------------------- -Info 61 [00:02:28.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 61 [00:02:29.000] Files (2) - -Info 61 [00:02:30.000] ----------------------------------------------- -Info 61 [00:02:31.000] Open files: -Info 61 [00:02:32.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 61 [00:02:33.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 61 [00:02:34.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 61 [00:02:35.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 61 [00:02:36.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 61 [00:02:37.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 61 [00:02:38.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -460,6 +470,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* @@ -487,7 +499,7 @@ FsWatchesRecursive:: Before request -Info 62 [00:02:39.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -498,7 +510,7 @@ Info 62 [00:02:39.000] request: "seq": 4, "type": "request" } -Info 63 [00:02:40.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -539,7 +551,7 @@ After request Before request -Info 64 [00:02:41.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -550,7 +562,7 @@ Info 64 [00:02:41.000] request: "seq": 5, "type": "request" } -Info 65 [00:02:42.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -591,7 +603,7 @@ After request Before request -Info 66 [00:02:43.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -602,7 +614,7 @@ Info 66 [00:02:43.000] request: "seq": 6, "type": "request" } -Info 67 [00:02:44.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -643,7 +655,7 @@ After request Before request -Info 68 [00:02:45.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -654,7 +666,7 @@ Info 68 [00:02:45.000] request: "seq": 7, "type": "request" } -Info 69 [00:02:46.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -695,7 +707,7 @@ After request Before request -Info 70 [00:02:47.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -706,7 +718,7 @@ Info 70 [00:02:47.000] request: "seq": 8, "type": "request" } -Info 71 [00:02:48.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -747,7 +759,7 @@ After request Before request -Info 72 [00:02:49.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -758,8 +770,8 @@ Info 72 [00:02:49.000] request: "seq": 9, "type": "request" } -Info 73 [00:02:50.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file -Info 74 [00:02:51.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -814,6 +826,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -843,7 +857,7 @@ FsWatchesRecursive:: Before request -Info 75 [00:02:52.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -854,7 +868,7 @@ Info 75 [00:02:52.000] request: "seq": 10, "type": "request" } -Info 76 [00:02:53.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -906,7 +920,7 @@ After request Before request -Info 77 [00:02:54.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -917,7 +931,7 @@ Info 77 [00:02:54.000] request: "seq": 11, "type": "request" } -Info 78 [00:02:55.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -969,7 +983,7 @@ After request Before request -Info 79 [00:02:56.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -980,7 +994,7 @@ Info 79 [00:02:56.000] request: "seq": 12, "type": "request" } -Info 80 [00:02:57.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1032,7 +1046,7 @@ After request Before request -Info 81 [00:02:58.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1043,7 +1057,7 @@ Info 81 [00:02:58.000] request: "seq": 13, "type": "request" } -Info 82 [00:02:59.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1095,7 +1109,7 @@ After request Before request -Info 83 [00:03:00.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1104,25 +1118,25 @@ Info 83 [00:03:00.000] request: "seq": 14, "type": "request" } -Info 84 [00:03:01.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 85 [00:03:02.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 85 [00:03:03.000] Files (2) - -Info 85 [00:03:04.000] ----------------------------------------------- -Info 85 [00:03:05.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 85 [00:03:06.000] Files (2) - -Info 85 [00:03:07.000] ----------------------------------------------- -Info 85 [00:03:08.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 85 [00:03:09.000] Files (2) - -Info 85 [00:03:10.000] ----------------------------------------------- -Info 85 [00:03:11.000] Open files: -Info 85 [00:03:12.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 85 [00:03:13.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 85 [00:03:14.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 85 [00:03:15.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 85 [00:03:16.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1133,6 +1147,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1164,7 +1180,7 @@ FsWatchesRecursive:: Before request -Info 86 [00:03:17.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -1173,29 +1189,29 @@ Info 86 [00:03:17.000] request: "seq": 15, "type": "request" } -Info 87 [00:03:18.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 88 [00:03:19.000] Search path: /user/username/projects/myproject/random -Info 89 [00:03:20.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 90 [00:03:21.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 90 [00:03:22.000] Files (2) - -Info 90 [00:03:23.000] ----------------------------------------------- -Info 90 [00:03:24.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 90 [00:03:25.000] Files (2) - -Info 90 [00:03:26.000] ----------------------------------------------- -Info 90 [00:03:27.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 90 [00:03:28.000] Files (2) - -Info 90 [00:03:29.000] ----------------------------------------------- -Info 90 [00:03:30.000] Open files: -Info 90 [00:03:31.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 90 [00:03:32.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 90 [00:03:33.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 90 [00:03:34.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 90 [00:03:35.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 90 [00:03:36.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 90 [00:03:37.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1206,6 +1222,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1239,7 +1257,7 @@ FsWatchesRecursive:: Before request -Info 91 [00:03:38.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1248,25 +1266,25 @@ Info 91 [00:03:38.000] request: "seq": 16, "type": "request" } -Info 92 [00:03:39.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 93 [00:03:40.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 93 [00:03:41.000] Files (2) - -Info 93 [00:03:42.000] ----------------------------------------------- -Info 93 [00:03:43.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 93 [00:03:44.000] Files (2) - -Info 93 [00:03:45.000] ----------------------------------------------- -Info 93 [00:03:46.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 93 [00:03:47.000] Files (2) - -Info 93 [00:03:48.000] ----------------------------------------------- -Info 93 [00:03:49.000] Open files: -Info 93 [00:03:50.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 93 [00:03:51.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 93 [00:03:52.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 93 [00:03:53.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 93 [00:03:54.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1277,6 +1295,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1308,7 +1328,7 @@ FsWatchesRecursive:: Before request -Info 94 [00:03:55.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1317,23 +1337,23 @@ Info 94 [00:03:55.000] request: "seq": 17, "type": "request" } -Info 95 [00:03:56.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 96 [00:03:57.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 96 [00:03:58.000] Files (2) - -Info 96 [00:03:59.000] ----------------------------------------------- -Info 96 [00:04:00.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 96 [00:04:01.000] Files (2) - -Info 96 [00:04:02.000] ----------------------------------------------- -Info 96 [00:04:03.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 96 [00:04:04.000] Files (2) - -Info 96 [00:04:05.000] ----------------------------------------------- -Info 96 [00:04:06.000] Open files: -Info 96 [00:04:07.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 96 [00:04:08.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 96 [00:04:09.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1344,6 +1364,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1377,7 +1399,7 @@ FsWatchesRecursive:: Before request -Info 97 [00:04:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1386,21 +1408,21 @@ Info 97 [00:04:10.000] request: "seq": 18, "type": "request" } -Info 98 [00:04:11.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 99 [00:04:12.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 99 [00:04:13.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 99 [00:04:14.000] ----------------------------------------------- -Info 99 [00:04:15.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 99 [00:04:16.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 99 [00:04:17.000] ----------------------------------------------- -Info 99 [00:04:18.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 99 [00:04:19.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 99 [00:04:20.000] ----------------------------------------------- -Info 99 [00:04:21.000] Open files: -Info 99 [00:04:22.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1411,6 +1433,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1446,7 +1470,7 @@ FsWatchesRecursive:: Before request -Info 100 [00:04:23.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -1455,12 +1479,12 @@ Info 100 [00:04:23.000] request: "seq": 19, "type": "request" } -Info 101 [00:04:24.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 102 [00:04:25.000] Search path: /user/username/projects/myproject/random -Info 103 [00:04:26.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 104 [00:04:27.000] `remove Project:: -Info 105 [00:04:28.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 106 [00:04:29.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts /user/username/projects/myproject/main/main.ts @@ -1470,19 +1494,21 @@ Info 106 [00:04:29.000] Files (2) main.ts Matched by default include pattern '**/*' -Info 107 [00:04:30.000] ----------------------------------------------- -Info 108 [00:04:31.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 109 [00:04:32.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 110 [00:04:33.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 111 [00:04:34.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 112 [00:04:35.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 113 [00:04:36.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 114 [00:04:37.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 115 [00:04:38.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 116 [00:04:39.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 117 [00:04:40.000] `remove Project:: -Info 118 [00:04:41.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 119 [00:04:42.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts /user/username/projects/myproject/dependency/FnS.ts @@ -1492,25 +1518,27 @@ Info 119 [00:04:42.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 120 [00:04:43.000] ----------------------------------------------- -Info 121 [00:04:44.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 122 [00:04:45.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 123 [00:04:46.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 124 [00:04:47.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 125 [00:04:48.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 126 [00:04:49.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 127 [00:04:50.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 128 [00:04:51.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file -Info 129 [00:04:52.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 130 [00:04:53.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 131 [00:04:54.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 131 [00:04:55.000] Files (2) - -Info 131 [00:04:56.000] ----------------------------------------------- -Info 131 [00:04:57.000] Open files: -Info 131 [00:04:58.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 131 [00:04:59.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 131 [00:05:00.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts 2000 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Missing generated file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1519,6 +1547,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/disabledSourceRef/dependency-dtsMap-changes-with-timeout-before-request.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/disabledSourceRef/dependency-dtsMap-changes-with-timeout-before-request.js index a1904b16ef6ec..32a4133237f45 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/disabledSourceRef/dependency-dtsMap-changes-with-timeout-before-request.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/disabledSourceRef/dependency-dtsMap-changes-with-timeout-before-request.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:03.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:04.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:05.000] Search path: /user/username/projects/myproject/main -Info 3 [00:01:06.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:01:07.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:01:08.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:01:09.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -244,10 +244,10 @@ Info 6 [00:01:09.000] Config: /user/username/projects/myproject/main/tsconfig } ] } -Info 7 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:12.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:01:13.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -258,20 +258,22 @@ Info 10 [00:01:13.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:01:14.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 12 [00:01:15.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:01:16.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:01:17.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:01:18.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:01:19.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 17 [00:01:20.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:01:21.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 19 [00:01:22.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 20 [00:01:23.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 21 [00:01:24.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 22 [00:01:25.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:01:26.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 24 [00:01:27.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/decls/fns.d.ts Text-1 "export declare function fn1(): void;\nexport declare function fn2(): void;\nexport declare function fn3(): void;\nexport declare function fn4(): void;\nexport declare function fn5(): void;\n//# sourceMappingURL=FnS.d.ts.map" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -284,17 +286,17 @@ Info 24 [00:01:27.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 25 [00:01:28.000] ----------------------------------------------- -Info 26 [00:01:29.000] Search path: /user/username/projects/myproject/main -Info 27 [00:01:30.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 28 [00:01:31.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 28 [00:01:32.000] Files (3) - -Info 28 [00:01:33.000] ----------------------------------------------- -Info 28 [00:01:34.000] Open files: -Info 28 [00:01:35.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 28 [00:01:36.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 28 [00:01:37.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -305,6 +307,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -326,7 +330,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:38.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -335,17 +339,19 @@ Info 29 [00:01:38.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:39.000] Search path: /user/username/projects/myproject/dependency -Info 31 [00:01:40.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 32 [00:01:41.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 33 [00:01:42.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 34 [00:01:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 35 [00:01:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 36 [00:01:45.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 37 [00:01:46.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 38 [00:01:47.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 39 [00:01:48.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 40 [00:01:49.000] Files (2) +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-1-0 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -355,23 +361,23 @@ Info 40 [00:01:49.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 41 [00:01:50.000] ----------------------------------------------- -Info 42 [00:01:51.000] Search path: /user/username/projects/myproject/dependency -Info 43 [00:01:52.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 44 [00:01:53.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 44 [00:01:54.000] Files (3) - -Info 44 [00:01:55.000] ----------------------------------------------- -Info 44 [00:01:56.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 44 [00:01:57.000] Files (2) - -Info 44 [00:01:58.000] ----------------------------------------------- -Info 44 [00:01:59.000] Open files: -Info 44 [00:02:00.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 44 [00:02:01.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 44 [00:02:02.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 44 [00:02:03.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 44 [00:02:04.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -382,6 +388,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: *new* {"pollingInterval":500} @@ -405,7 +413,7 @@ FsWatchesRecursive:: Before request -Info 45 [00:02:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -414,11 +422,11 @@ Info 45 [00:02:05.000] request: "seq": 3, "type": "request" } -Info 46 [00:02:06.000] Search path: /user/username/projects/myproject/random -Info 47 [00:02:07.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 48 [00:02:08.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 49 [00:02:09.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 50 [00:02:10.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -426,16 +434,18 @@ Info 50 [00:02:10.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 51 [00:02:11.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 52 [00:02:12.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 53 [00:02:13.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 54 [00:02:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 55 [00:02:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 56 [00:02:16.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 57 [00:02:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 58 [00:02:18.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 59 [00:02:19.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 60 [00:02:20.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -445,27 +455,27 @@ Info 60 [00:02:20.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 61 [00:02:21.000] ----------------------------------------------- -Info 62 [00:02:22.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 62 [00:02:23.000] Files (3) - -Info 62 [00:02:24.000] ----------------------------------------------- -Info 62 [00:02:25.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 62 [00:02:26.000] Files (2) - -Info 62 [00:02:27.000] ----------------------------------------------- -Info 62 [00:02:28.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 62 [00:02:29.000] Files (2) - -Info 62 [00:02:30.000] ----------------------------------------------- -Info 62 [00:02:31.000] Open files: -Info 62 [00:02:32.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 62 [00:02:33.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 62 [00:02:34.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 62 [00:02:35.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 62 [00:02:36.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 62 [00:02:37.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 62 [00:02:38.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -476,6 +486,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* @@ -505,7 +517,7 @@ FsWatchesRecursive:: Before request -Info 63 [00:02:39.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -516,8 +528,8 @@ Info 63 [00:02:39.000] request: "seq": 4, "type": "request" } -Info 64 [00:02:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 65 [00:02:41.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -561,6 +573,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -592,7 +606,7 @@ FsWatchesRecursive:: Before request -Info 66 [00:02:42.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -603,9 +617,9 @@ Info 66 [00:02:42.000] request: "seq": 5, "type": "request" } -Info 67 [00:02:43.000] Search path: /user/username/projects/myproject/dependency -Info 68 [00:02:44.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 69 [00:02:45.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -688,12 +702,12 @@ Info 69 [00:02:45.000] response: } After request -Info 70 [00:02:49.000] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 71 [00:02:50.000] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json -Info 72 [00:02:51.000] Scheduled: *ensureProjectForOpenFiles* -Info 73 [00:02:52.000] Scheduled: /user/username/projects/myproject/main/tsconfig.json -Info 74 [00:02:53.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 75 [00:02:54.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info Before running Timeout callback:: count: 3 1: /user/username/projects/myproject/dependency/tsconfig.json 3: /user/username/projects/myproject/main/tsconfig.json @@ -702,60 +716,60 @@ Before running Timeout callback:: count: 3 {"version":3,"file":"FnS.d.ts","sourceRoot":"","sources":["../dependency/FnS.ts"],"names":[],"mappings":"AAAA,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,eAAO,MAAM,CAAC,KAAK,CAAC"} -Info 76 [00:02:55.000] Running: /user/username/projects/myproject/dependency/tsconfig.json -Info 77 [00:02:56.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 78 [00:02:57.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 79 [00:02:58.000] Same program as before -Info 80 [00:02:59.000] Running: /user/username/projects/myproject/main/tsconfig.json -Info 81 [00:03:00.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 82 [00:03:01.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 83 [00:03:02.000] Same program as before -Info 84 [00:03:03.000] Running: *ensureProjectForOpenFiles* -Info 85 [00:03:04.000] Before ensureProjectForOpenFiles: -Info 86 [00:03:05.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 86 [00:03:06.000] Files (3) - -Info 86 [00:03:07.000] ----------------------------------------------- -Info 86 [00:03:08.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 86 [00:03:09.000] Files (2) - -Info 86 [00:03:10.000] ----------------------------------------------- -Info 86 [00:03:11.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 86 [00:03:12.000] Files (2) - -Info 86 [00:03:13.000] ----------------------------------------------- -Info 86 [00:03:14.000] Open files: -Info 86 [00:03:15.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 86 [00:03:16.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 86 [00:03:17.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 86 [00:03:18.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 86 [00:03:19.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 86 [00:03:20.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 86 [00:03:21.000] After ensureProjectForOpenFiles: -Info 87 [00:03:22.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 87 [00:03:23.000] Files (3) - -Info 87 [00:03:24.000] ----------------------------------------------- -Info 87 [00:03:25.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 87 [00:03:26.000] Files (2) - -Info 87 [00:03:27.000] ----------------------------------------------- -Info 87 [00:03:28.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 87 [00:03:29.000] Files (2) - -Info 87 [00:03:30.000] ----------------------------------------------- -Info 87 [00:03:31.000] Open files: -Info 87 [00:03:32.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 87 [00:03:33.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 87 [00:03:34.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 87 [00:03:35.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 87 [00:03:36.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 87 [00:03:37.000] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Running: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] Running: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json After running Timeout callback:: count: 0 Before request -Info 87 [00:03:38.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -766,7 +780,7 @@ Info 87 [00:03:38.000] request: "seq": 6, "type": "request" } -Info 88 [00:03:39.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -807,7 +821,7 @@ After request Before request -Info 89 [00:03:40.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -818,7 +832,7 @@ Info 89 [00:03:40.000] request: "seq": 7, "type": "request" } -Info 90 [00:03:41.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -859,7 +873,7 @@ After request Before request -Info 91 [00:03:42.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -870,7 +884,7 @@ Info 91 [00:03:42.000] request: "seq": 8, "type": "request" } -Info 92 [00:03:43.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -911,7 +925,7 @@ After request Before request -Info 93 [00:03:44.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -922,7 +936,7 @@ Info 93 [00:03:44.000] request: "seq": 9, "type": "request" } -Info 94 [00:03:45.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -963,7 +977,7 @@ After request Before request -Info 95 [00:03:46.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -974,7 +988,7 @@ Info 95 [00:03:46.000] request: "seq": 10, "type": "request" } -Info 96 [00:03:47.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -1015,7 +1029,7 @@ After request Before request -Info 97 [00:03:48.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1026,9 +1040,9 @@ Info 97 [00:03:48.000] request: "seq": 11, "type": "request" } -Info 98 [00:03:49.000] Search path: /user/username/projects/myproject/dependency -Info 99 [00:03:50.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 100 [00:03:51.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1113,7 +1127,7 @@ After request Before request -Info 101 [00:03:52.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1124,9 +1138,9 @@ Info 101 [00:03:52.000] request: "seq": 12, "type": "request" } -Info 102 [00:03:53.000] Search path: /user/username/projects/myproject/dependency -Info 103 [00:03:54.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 104 [00:03:55.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1211,7 +1225,7 @@ After request Before request -Info 105 [00:03:56.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1222,9 +1236,9 @@ Info 105 [00:03:56.000] request: "seq": 13, "type": "request" } -Info 106 [00:03:57.000] Search path: /user/username/projects/myproject/dependency -Info 107 [00:03:58.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 108 [00:03:59.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1309,7 +1323,7 @@ After request Before request -Info 109 [00:04:00.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1320,9 +1334,9 @@ Info 109 [00:04:00.000] request: "seq": 14, "type": "request" } -Info 110 [00:04:01.000] Search path: /user/username/projects/myproject/dependency -Info 111 [00:04:02.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 112 [00:04:03.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1407,7 +1421,7 @@ After request Before request -Info 113 [00:04:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1418,9 +1432,9 @@ Info 113 [00:04:04.000] request: "seq": 15, "type": "request" } -Info 114 [00:04:05.000] Search path: /user/username/projects/myproject/dependency -Info 115 [00:04:06.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 116 [00:04:07.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/disabledSourceRef/dependency-dtsMap-changes.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/disabledSourceRef/dependency-dtsMap-changes.js index c240537810cba..6bae7bbff8919 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/disabledSourceRef/dependency-dtsMap-changes.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/disabledSourceRef/dependency-dtsMap-changes.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:03.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:04.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:05.000] Search path: /user/username/projects/myproject/main -Info 3 [00:01:06.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:01:07.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:01:08.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:01:09.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -244,10 +244,10 @@ Info 6 [00:01:09.000] Config: /user/username/projects/myproject/main/tsconfig } ] } -Info 7 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:12.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:01:13.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -258,20 +258,22 @@ Info 10 [00:01:13.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:01:14.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 12 [00:01:15.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:01:16.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:01:17.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:01:18.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:01:19.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 17 [00:01:20.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:01:21.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 19 [00:01:22.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 20 [00:01:23.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 21 [00:01:24.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 22 [00:01:25.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:01:26.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 24 [00:01:27.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/decls/fns.d.ts Text-1 "export declare function fn1(): void;\nexport declare function fn2(): void;\nexport declare function fn3(): void;\nexport declare function fn4(): void;\nexport declare function fn5(): void;\n//# sourceMappingURL=FnS.d.ts.map" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -284,17 +286,17 @@ Info 24 [00:01:27.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 25 [00:01:28.000] ----------------------------------------------- -Info 26 [00:01:29.000] Search path: /user/username/projects/myproject/main -Info 27 [00:01:30.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 28 [00:01:31.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 28 [00:01:32.000] Files (3) - -Info 28 [00:01:33.000] ----------------------------------------------- -Info 28 [00:01:34.000] Open files: -Info 28 [00:01:35.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 28 [00:01:36.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 28 [00:01:37.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -305,6 +307,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -326,7 +330,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:38.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -335,17 +339,19 @@ Info 29 [00:01:38.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:39.000] Search path: /user/username/projects/myproject/dependency -Info 31 [00:01:40.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 32 [00:01:41.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 33 [00:01:42.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 34 [00:01:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 35 [00:01:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 36 [00:01:45.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 37 [00:01:46.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 38 [00:01:47.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 39 [00:01:48.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 40 [00:01:49.000] Files (2) +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-1-0 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -355,23 +361,23 @@ Info 40 [00:01:49.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 41 [00:01:50.000] ----------------------------------------------- -Info 42 [00:01:51.000] Search path: /user/username/projects/myproject/dependency -Info 43 [00:01:52.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 44 [00:01:53.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 44 [00:01:54.000] Files (3) - -Info 44 [00:01:55.000] ----------------------------------------------- -Info 44 [00:01:56.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 44 [00:01:57.000] Files (2) - -Info 44 [00:01:58.000] ----------------------------------------------- -Info 44 [00:01:59.000] Open files: -Info 44 [00:02:00.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 44 [00:02:01.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 44 [00:02:02.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 44 [00:02:03.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 44 [00:02:04.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -382,6 +388,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: *new* {"pollingInterval":500} @@ -405,7 +413,7 @@ FsWatchesRecursive:: Before request -Info 45 [00:02:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -414,11 +422,11 @@ Info 45 [00:02:05.000] request: "seq": 3, "type": "request" } -Info 46 [00:02:06.000] Search path: /user/username/projects/myproject/random -Info 47 [00:02:07.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 48 [00:02:08.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 49 [00:02:09.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 50 [00:02:10.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -426,16 +434,18 @@ Info 50 [00:02:10.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 51 [00:02:11.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 52 [00:02:12.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 53 [00:02:13.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 54 [00:02:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 55 [00:02:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 56 [00:02:16.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 57 [00:02:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 58 [00:02:18.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 59 [00:02:19.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 60 [00:02:20.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -445,27 +455,27 @@ Info 60 [00:02:20.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 61 [00:02:21.000] ----------------------------------------------- -Info 62 [00:02:22.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 62 [00:02:23.000] Files (3) - -Info 62 [00:02:24.000] ----------------------------------------------- -Info 62 [00:02:25.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 62 [00:02:26.000] Files (2) - -Info 62 [00:02:27.000] ----------------------------------------------- -Info 62 [00:02:28.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 62 [00:02:29.000] Files (2) - -Info 62 [00:02:30.000] ----------------------------------------------- -Info 62 [00:02:31.000] Open files: -Info 62 [00:02:32.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 62 [00:02:33.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 62 [00:02:34.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 62 [00:02:35.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 62 [00:02:36.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 62 [00:02:37.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 62 [00:02:38.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -476,6 +486,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* @@ -505,7 +517,7 @@ FsWatchesRecursive:: Before request -Info 63 [00:02:39.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -516,8 +528,8 @@ Info 63 [00:02:39.000] request: "seq": 4, "type": "request" } -Info 64 [00:02:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 65 [00:02:41.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -561,6 +573,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -592,7 +606,7 @@ FsWatchesRecursive:: Before request -Info 66 [00:02:42.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -603,9 +617,9 @@ Info 66 [00:02:42.000] request: "seq": 5, "type": "request" } -Info 67 [00:02:43.000] Search path: /user/username/projects/myproject/dependency -Info 68 [00:02:44.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 69 [00:02:45.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -688,18 +702,18 @@ Info 69 [00:02:45.000] response: } After request -Info 70 [00:02:49.000] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 71 [00:02:50.000] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json -Info 72 [00:02:51.000] Scheduled: *ensureProjectForOpenFiles* -Info 73 [00:02:52.000] Scheduled: /user/username/projects/myproject/main/tsconfig.json -Info 74 [00:02:53.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 75 [00:02:54.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info Before request //// [/user/username/projects/myproject/decls/FnS.d.ts.map] {"version":3,"file":"FnS.d.ts","sourceRoot":"","sources":["../dependency/FnS.ts"],"names":[],"mappings":"AAAA,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,eAAO,MAAM,CAAC,KAAK,CAAC"} -Info 76 [00:02:55.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -710,10 +724,10 @@ Info 76 [00:02:55.000] request: "seq": 6, "type": "request" } -Info 77 [00:02:56.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 78 [00:02:57.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 79 [00:02:58.000] Same program as before -Info 80 [00:02:59.000] response: +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -754,7 +768,7 @@ After request Before request -Info 81 [00:03:00.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -765,7 +779,7 @@ Info 81 [00:03:00.000] request: "seq": 7, "type": "request" } -Info 82 [00:03:01.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -806,7 +820,7 @@ After request Before request -Info 83 [00:03:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -817,7 +831,7 @@ Info 83 [00:03:02.000] request: "seq": 8, "type": "request" } -Info 84 [00:03:03.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -858,7 +872,7 @@ After request Before request -Info 85 [00:03:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -869,7 +883,7 @@ Info 85 [00:03:04.000] request: "seq": 9, "type": "request" } -Info 86 [00:03:05.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -910,7 +924,7 @@ After request Before request -Info 87 [00:03:06.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -921,7 +935,7 @@ Info 87 [00:03:06.000] request: "seq": 10, "type": "request" } -Info 88 [00:03:07.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -962,7 +976,7 @@ After request Before request -Info 89 [00:03:08.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -973,12 +987,12 @@ Info 89 [00:03:08.000] request: "seq": 11, "type": "request" } -Info 90 [00:03:09.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 91 [00:03:10.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 92 [00:03:11.000] Same program as before -Info 93 [00:03:12.000] Search path: /user/username/projects/myproject/dependency -Info 94 [00:03:13.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 95 [00:03:14.000] response: +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1063,7 +1077,7 @@ After request Before request -Info 96 [00:03:15.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1074,9 +1088,9 @@ Info 96 [00:03:15.000] request: "seq": 12, "type": "request" } -Info 97 [00:03:16.000] Search path: /user/username/projects/myproject/dependency -Info 98 [00:03:17.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 99 [00:03:18.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1161,7 +1175,7 @@ After request Before request -Info 100 [00:03:19.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1172,9 +1186,9 @@ Info 100 [00:03:19.000] request: "seq": 13, "type": "request" } -Info 101 [00:03:20.000] Search path: /user/username/projects/myproject/dependency -Info 102 [00:03:21.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 103 [00:03:22.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1259,7 +1273,7 @@ After request Before request -Info 104 [00:03:23.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1270,9 +1284,9 @@ Info 104 [00:03:23.000] request: "seq": 14, "type": "request" } -Info 105 [00:03:24.000] Search path: /user/username/projects/myproject/dependency -Info 106 [00:03:25.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 107 [00:03:26.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1357,7 +1371,7 @@ After request Before request -Info 108 [00:03:27.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1368,9 +1382,9 @@ Info 108 [00:03:27.000] request: "seq": 15, "type": "request" } -Info 109 [00:03:28.000] Search path: /user/username/projects/myproject/dependency -Info 110 [00:03:29.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 111 [00:03:30.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/disabledSourceRef/dependency-dtsMap-created.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/disabledSourceRef/dependency-dtsMap-created.js index bc1d581e2d343..4c67762c63a2a 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/disabledSourceRef/dependency-dtsMap-created.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/disabledSourceRef/dependency-dtsMap-created.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:04.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -211,7 +211,7 @@ export {}; } -Info 1 [00:01:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -220,11 +220,11 @@ Info 1 [00:01:05.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:06.000] Search path: /user/username/projects/myproject/main -Info 3 [00:01:07.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:01:08.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:01:09.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:01:10.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -241,10 +241,10 @@ Info 6 [00:01:10.000] Config: /user/username/projects/myproject/main/tsconfig } ] } -Info 7 [00:01:11.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:12.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:13.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:01:14.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -255,20 +255,22 @@ Info 10 [00:01:14.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:01:15.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 12 [00:01:16.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:01:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:01:18.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:01:20.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 17 [00:01:21.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:01:22.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 19 [00:01:23.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 20 [00:01:24.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 21 [00:01:25.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 22 [00:01:26.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:01:27.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 24 [00:01:28.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/decls/fns.d.ts Text-1 "export declare function fn1(): void;\nexport declare function fn2(): void;\nexport declare function fn3(): void;\nexport declare function fn4(): void;\nexport declare function fn5(): void;\n//# sourceMappingURL=FnS.d.ts.map" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -281,17 +283,17 @@ Info 24 [00:01:28.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 25 [00:01:29.000] ----------------------------------------------- -Info 26 [00:01:30.000] Search path: /user/username/projects/myproject/main -Info 27 [00:01:31.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 28 [00:01:32.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 28 [00:01:33.000] Files (3) - -Info 28 [00:01:34.000] ----------------------------------------------- -Info 28 [00:01:35.000] Open files: -Info 28 [00:01:36.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 28 [00:01:37.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 28 [00:01:38.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -302,6 +304,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -323,7 +327,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:39.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -332,17 +336,19 @@ Info 29 [00:01:39.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:40.000] Search path: /user/username/projects/myproject/dependency -Info 31 [00:01:41.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 32 [00:01:42.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 33 [00:01:43.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 34 [00:01:44.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 35 [00:01:45.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 36 [00:01:46.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 37 [00:01:47.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 38 [00:01:48.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 39 [00:01:49.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 40 [00:01:50.000] Files (2) +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-1-0 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -352,23 +358,23 @@ Info 40 [00:01:50.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 41 [00:01:51.000] ----------------------------------------------- -Info 42 [00:01:52.000] Search path: /user/username/projects/myproject/dependency -Info 43 [00:01:53.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 44 [00:01:54.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 44 [00:01:55.000] Files (3) - -Info 44 [00:01:56.000] ----------------------------------------------- -Info 44 [00:01:57.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 44 [00:01:58.000] Files (2) - -Info 44 [00:01:59.000] ----------------------------------------------- -Info 44 [00:02:00.000] Open files: -Info 44 [00:02:01.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 44 [00:02:02.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 44 [00:02:03.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 44 [00:02:04.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 44 [00:02:05.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -379,6 +385,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: *new* {"pollingInterval":500} @@ -402,7 +410,7 @@ FsWatchesRecursive:: Before request -Info 45 [00:02:06.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -411,11 +419,11 @@ Info 45 [00:02:06.000] request: "seq": 3, "type": "request" } -Info 46 [00:02:07.000] Search path: /user/username/projects/myproject/random -Info 47 [00:02:08.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 48 [00:02:09.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 49 [00:02:10.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 50 [00:02:11.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -423,16 +431,18 @@ Info 50 [00:02:11.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 51 [00:02:12.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 52 [00:02:13.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 53 [00:02:14.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 54 [00:02:15.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 55 [00:02:16.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 56 [00:02:17.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 57 [00:02:18.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 58 [00:02:19.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 59 [00:02:20.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 60 [00:02:21.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -442,27 +452,27 @@ Info 60 [00:02:21.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 61 [00:02:22.000] ----------------------------------------------- -Info 62 [00:02:23.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 62 [00:02:24.000] Files (3) - -Info 62 [00:02:25.000] ----------------------------------------------- -Info 62 [00:02:26.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 62 [00:02:27.000] Files (2) - -Info 62 [00:02:28.000] ----------------------------------------------- -Info 62 [00:02:29.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 62 [00:02:30.000] Files (2) - -Info 62 [00:02:31.000] ----------------------------------------------- -Info 62 [00:02:32.000] Open files: -Info 62 [00:02:33.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 62 [00:02:34.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 62 [00:02:35.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 62 [00:02:36.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 62 [00:02:37.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 62 [00:02:38.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 62 [00:02:39.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -473,6 +483,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* @@ -502,7 +514,7 @@ FsWatchesRecursive:: Before request -Info 63 [00:02:40.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -513,8 +525,8 @@ Info 63 [00:02:40.000] request: "seq": 4, "type": "request" } -Info 64 [00:02:41.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file -Info 65 [00:02:42.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -558,6 +570,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -589,7 +603,7 @@ FsWatchesRecursive:: Before request -Info 66 [00:02:43.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -600,7 +614,7 @@ Info 66 [00:02:43.000] request: "seq": 5, "type": "request" } -Info 67 [00:02:44.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -650,15 +664,15 @@ Info 67 [00:02:44.000] response: } After request -Info 68 [00:02:47.000] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 0:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file -Info 69 [00:02:48.000] Scheduled: /user/username/projects/myproject/main/tsconfig.json -Info 70 [00:02:49.000] Scheduled: *ensureProjectForOpenFiles* -Info 71 [00:02:50.000] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json -Info 72 [00:02:51.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 73 [00:02:52.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file -Info 74 [00:02:53.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 0:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file -Info 75 [00:02:54.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 76 [00:02:55.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 0:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 0:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations Before request //// [/user/username/projects/myproject/decls/FnS.d.ts.map] {"version":3,"file":"FnS.d.ts","sourceRoot":"","sources":["../dependency/FnS.ts"],"names":[],"mappings":"AAAA,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM"} @@ -669,6 +683,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -700,7 +716,7 @@ FsWatchesRecursive:: /user/username/projects/myproject/random: {} -Info 77 [00:02:56.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -711,11 +727,11 @@ Info 77 [00:02:56.000] request: "seq": 6, "type": "request" } -Info 78 [00:02:57.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 79 [00:02:58.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 80 [00:02:59.000] Same program as before -Info 81 [00:03:00.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 82 [00:03:01.000] response: +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -759,6 +775,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -790,7 +808,7 @@ FsWatchesRecursive:: Before request -Info 83 [00:03:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -801,7 +819,7 @@ Info 83 [00:03:02.000] request: "seq": 7, "type": "request" } -Info 84 [00:03:03.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -842,7 +860,7 @@ After request Before request -Info 85 [00:03:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -853,7 +871,7 @@ Info 85 [00:03:04.000] request: "seq": 8, "type": "request" } -Info 86 [00:03:05.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -894,7 +912,7 @@ After request Before request -Info 87 [00:03:06.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -905,7 +923,7 @@ Info 87 [00:03:06.000] request: "seq": 9, "type": "request" } -Info 88 [00:03:07.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -946,7 +964,7 @@ After request Before request -Info 89 [00:03:08.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -957,7 +975,7 @@ Info 89 [00:03:08.000] request: "seq": 10, "type": "request" } -Info 90 [00:03:09.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -998,7 +1016,7 @@ After request Before request -Info 91 [00:03:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1009,12 +1027,12 @@ Info 91 [00:03:10.000] request: "seq": 11, "type": "request" } -Info 92 [00:03:11.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 93 [00:03:12.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 94 [00:03:13.000] Same program as before -Info 95 [00:03:14.000] Search path: /user/username/projects/myproject/dependency -Info 96 [00:03:15.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 97 [00:03:16.000] response: +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1099,7 +1117,7 @@ After request Before request -Info 98 [00:03:17.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1110,9 +1128,9 @@ Info 98 [00:03:17.000] request: "seq": 12, "type": "request" } -Info 99 [00:03:18.000] Search path: /user/username/projects/myproject/dependency -Info 100 [00:03:19.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 101 [00:03:20.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1197,7 +1215,7 @@ After request Before request -Info 102 [00:03:21.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1208,9 +1226,9 @@ Info 102 [00:03:21.000] request: "seq": 13, "type": "request" } -Info 103 [00:03:22.000] Search path: /user/username/projects/myproject/dependency -Info 104 [00:03:23.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 105 [00:03:24.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1295,7 +1313,7 @@ After request Before request -Info 106 [00:03:25.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1306,9 +1324,9 @@ Info 106 [00:03:25.000] request: "seq": 14, "type": "request" } -Info 107 [00:03:26.000] Search path: /user/username/projects/myproject/dependency -Info 108 [00:03:27.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 109 [00:03:28.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1393,7 +1411,7 @@ After request Before request -Info 110 [00:03:29.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1404,9 +1422,9 @@ Info 110 [00:03:29.000] request: "seq": 15, "type": "request" } -Info 111 [00:03:30.000] Search path: /user/username/projects/myproject/dependency -Info 112 [00:03:31.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 113 [00:03:32.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1491,7 +1509,7 @@ After request Before request -Info 114 [00:03:33.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1500,25 +1518,25 @@ Info 114 [00:03:33.000] request: "seq": 16, "type": "request" } -Info 115 [00:03:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 116 [00:03:35.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 116 [00:03:36.000] Files (3) - -Info 116 [00:03:37.000] ----------------------------------------------- -Info 116 [00:03:38.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 116 [00:03:39.000] Files (2) - -Info 116 [00:03:40.000] ----------------------------------------------- -Info 116 [00:03:41.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 116 [00:03:42.000] Files (2) - -Info 116 [00:03:43.000] ----------------------------------------------- -Info 116 [00:03:44.000] Open files: -Info 116 [00:03:45.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 116 [00:03:46.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 116 [00:03:47.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 116 [00:03:48.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 116 [00:03:49.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1529,6 +1547,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1562,7 +1582,7 @@ FsWatchesRecursive:: Before request -Info 117 [00:03:50.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -1571,29 +1591,29 @@ Info 117 [00:03:50.000] request: "seq": 17, "type": "request" } -Info 118 [00:03:51.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 119 [00:03:52.000] Search path: /user/username/projects/myproject/random -Info 120 [00:03:53.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 121 [00:03:54.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 121 [00:03:55.000] Files (3) - -Info 121 [00:03:56.000] ----------------------------------------------- -Info 121 [00:03:57.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 121 [00:03:58.000] Files (2) - -Info 121 [00:03:59.000] ----------------------------------------------- -Info 121 [00:04:00.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 121 [00:04:01.000] Files (2) - -Info 121 [00:04:02.000] ----------------------------------------------- -Info 121 [00:04:03.000] Open files: -Info 121 [00:04:04.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 121 [00:04:05.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 121 [00:04:06.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 121 [00:04:07.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 121 [00:04:08.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 121 [00:04:09.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 121 [00:04:10.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1604,6 +1624,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1639,7 +1661,7 @@ FsWatchesRecursive:: Before request -Info 122 [00:04:11.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1648,25 +1670,25 @@ Info 122 [00:04:11.000] request: "seq": 18, "type": "request" } -Info 123 [00:04:12.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 124 [00:04:13.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 124 [00:04:14.000] Files (3) - -Info 124 [00:04:15.000] ----------------------------------------------- -Info 124 [00:04:16.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 124 [00:04:17.000] Files (2) - -Info 124 [00:04:18.000] ----------------------------------------------- -Info 124 [00:04:19.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 124 [00:04:20.000] Files (2) - -Info 124 [00:04:21.000] ----------------------------------------------- -Info 124 [00:04:22.000] Open files: -Info 124 [00:04:23.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 124 [00:04:24.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 124 [00:04:25.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 124 [00:04:26.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 124 [00:04:27.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1677,6 +1699,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1710,7 +1734,7 @@ FsWatchesRecursive:: Before request -Info 125 [00:04:28.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1719,23 +1743,23 @@ Info 125 [00:04:28.000] request: "seq": 19, "type": "request" } -Info 126 [00:04:29.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 127 [00:04:30.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 127 [00:04:31.000] Files (3) - -Info 127 [00:04:32.000] ----------------------------------------------- -Info 127 [00:04:33.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 127 [00:04:34.000] Files (2) - -Info 127 [00:04:35.000] ----------------------------------------------- -Info 127 [00:04:36.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 127 [00:04:37.000] Files (2) - -Info 127 [00:04:38.000] ----------------------------------------------- -Info 127 [00:04:39.000] Open files: -Info 127 [00:04:40.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 127 [00:04:41.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 127 [00:04:42.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1746,6 +1770,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1781,7 +1807,7 @@ FsWatchesRecursive:: Before request -Info 128 [00:04:43.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1790,21 +1816,21 @@ Info 128 [00:04:43.000] request: "seq": 20, "type": "request" } -Info 129 [00:04:44.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 130 [00:04:45.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 130 [00:04:46.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 130 [00:04:47.000] ----------------------------------------------- -Info 130 [00:04:48.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 130 [00:04:49.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 130 [00:04:50.000] ----------------------------------------------- -Info 130 [00:04:51.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 130 [00:04:52.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 130 [00:04:53.000] ----------------------------------------------- -Info 130 [00:04:54.000] Open files: -Info 130 [00:04:55.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1815,6 +1841,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1852,7 +1880,7 @@ FsWatchesRecursive:: Before request -Info 131 [00:04:56.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -1861,12 +1889,12 @@ Info 131 [00:04:56.000] request: "seq": 21, "type": "request" } -Info 132 [00:04:57.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 133 [00:04:58.000] Search path: /user/username/projects/myproject/random -Info 134 [00:04:59.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 135 [00:05:00.000] `remove Project:: -Info 136 [00:05:01.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 137 [00:05:02.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts /user/username/projects/myproject/decls/fns.d.ts /user/username/projects/myproject/main/main.ts @@ -1879,19 +1907,21 @@ Info 137 [00:05:02.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 138 [00:05:03.000] ----------------------------------------------- -Info 139 [00:05:04.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 140 [00:05:05.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 141 [00:05:06.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 142 [00:05:07.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 143 [00:05:08.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 144 [00:05:09.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 145 [00:05:10.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 146 [00:05:11.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 147 [00:05:12.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 148 [00:05:13.000] `remove Project:: -Info 149 [00:05:14.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 150 [00:05:15.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts /user/username/projects/myproject/dependency/FnS.ts @@ -1901,26 +1931,28 @@ Info 150 [00:05:15.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 151 [00:05:16.000] ----------------------------------------------- -Info 152 [00:05:17.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 153 [00:05:18.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 154 [00:05:19.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 155 [00:05:20.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 156 [00:05:21.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 157 [00:05:22.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 158 [00:05:23.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 159 [00:05:24.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 160 [00:05:25.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 161 [00:05:26.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 162 [00:05:27.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 163 [00:05:28.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 163 [00:05:29.000] Files (2) - -Info 163 [00:05:30.000] ----------------------------------------------- -Info 163 [00:05:31.000] Open files: -Info 163 [00:05:32.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 163 [00:05:33.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 163 [00:05:34.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1929,6 +1961,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/disabledSourceRef/dependency-dtsMap-deleted.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/disabledSourceRef/dependency-dtsMap-deleted.js index 6e69f1fbc7626..e11442e60a502 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/disabledSourceRef/dependency-dtsMap-deleted.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/disabledSourceRef/dependency-dtsMap-deleted.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:03.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:04.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:05.000] Search path: /user/username/projects/myproject/main -Info 3 [00:01:06.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:01:07.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:01:08.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:01:09.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -244,10 +244,10 @@ Info 6 [00:01:09.000] Config: /user/username/projects/myproject/main/tsconfig } ] } -Info 7 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:12.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:01:13.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -258,20 +258,22 @@ Info 10 [00:01:13.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:01:14.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 12 [00:01:15.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:01:16.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:01:17.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:01:18.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:01:19.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 17 [00:01:20.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:01:21.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 19 [00:01:22.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 20 [00:01:23.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 21 [00:01:24.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 22 [00:01:25.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:01:26.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 24 [00:01:27.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/decls/fns.d.ts Text-1 "export declare function fn1(): void;\nexport declare function fn2(): void;\nexport declare function fn3(): void;\nexport declare function fn4(): void;\nexport declare function fn5(): void;\n//# sourceMappingURL=FnS.d.ts.map" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -284,17 +286,17 @@ Info 24 [00:01:27.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 25 [00:01:28.000] ----------------------------------------------- -Info 26 [00:01:29.000] Search path: /user/username/projects/myproject/main -Info 27 [00:01:30.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 28 [00:01:31.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 28 [00:01:32.000] Files (3) - -Info 28 [00:01:33.000] ----------------------------------------------- -Info 28 [00:01:34.000] Open files: -Info 28 [00:01:35.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 28 [00:01:36.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 28 [00:01:37.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -305,6 +307,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -326,7 +330,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:38.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -335,17 +339,19 @@ Info 29 [00:01:38.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:39.000] Search path: /user/username/projects/myproject/dependency -Info 31 [00:01:40.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 32 [00:01:41.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 33 [00:01:42.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 34 [00:01:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 35 [00:01:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 36 [00:01:45.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 37 [00:01:46.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 38 [00:01:47.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 39 [00:01:48.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 40 [00:01:49.000] Files (2) +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-1-0 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -355,23 +361,23 @@ Info 40 [00:01:49.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 41 [00:01:50.000] ----------------------------------------------- -Info 42 [00:01:51.000] Search path: /user/username/projects/myproject/dependency -Info 43 [00:01:52.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 44 [00:01:53.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 44 [00:01:54.000] Files (3) - -Info 44 [00:01:55.000] ----------------------------------------------- -Info 44 [00:01:56.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 44 [00:01:57.000] Files (2) - -Info 44 [00:01:58.000] ----------------------------------------------- -Info 44 [00:01:59.000] Open files: -Info 44 [00:02:00.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 44 [00:02:01.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 44 [00:02:02.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 44 [00:02:03.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 44 [00:02:04.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -382,6 +388,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: *new* {"pollingInterval":500} @@ -405,7 +413,7 @@ FsWatchesRecursive:: Before request -Info 45 [00:02:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -414,11 +422,11 @@ Info 45 [00:02:05.000] request: "seq": 3, "type": "request" } -Info 46 [00:02:06.000] Search path: /user/username/projects/myproject/random -Info 47 [00:02:07.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 48 [00:02:08.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 49 [00:02:09.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 50 [00:02:10.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -426,16 +434,18 @@ Info 50 [00:02:10.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 51 [00:02:11.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 52 [00:02:12.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 53 [00:02:13.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 54 [00:02:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 55 [00:02:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 56 [00:02:16.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 57 [00:02:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 58 [00:02:18.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 59 [00:02:19.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 60 [00:02:20.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -445,27 +455,27 @@ Info 60 [00:02:20.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 61 [00:02:21.000] ----------------------------------------------- -Info 62 [00:02:22.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 62 [00:02:23.000] Files (3) - -Info 62 [00:02:24.000] ----------------------------------------------- -Info 62 [00:02:25.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 62 [00:02:26.000] Files (2) - -Info 62 [00:02:27.000] ----------------------------------------------- -Info 62 [00:02:28.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 62 [00:02:29.000] Files (2) - -Info 62 [00:02:30.000] ----------------------------------------------- -Info 62 [00:02:31.000] Open files: -Info 62 [00:02:32.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 62 [00:02:33.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 62 [00:02:34.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 62 [00:02:35.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 62 [00:02:36.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 62 [00:02:37.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 62 [00:02:38.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -476,6 +486,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* @@ -505,7 +517,7 @@ FsWatchesRecursive:: Before request -Info 63 [00:02:39.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -516,8 +528,8 @@ Info 63 [00:02:39.000] request: "seq": 4, "type": "request" } -Info 64 [00:02:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 65 [00:02:41.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -561,6 +573,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -592,7 +606,7 @@ FsWatchesRecursive:: Before request -Info 66 [00:02:42.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -603,9 +617,9 @@ Info 66 [00:02:42.000] request: "seq": 5, "type": "request" } -Info 67 [00:02:43.000] Search path: /user/username/projects/myproject/dependency -Info 68 [00:02:44.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 69 [00:02:45.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -688,15 +702,15 @@ Info 69 [00:02:45.000] response: } After request -Info 70 [00:02:47.000] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 2:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 71 [00:02:48.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 72 [00:02:49.000] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json -Info 73 [00:02:50.000] Scheduled: *ensureProjectForOpenFiles* -Info 74 [00:02:51.000] Scheduled: /user/username/projects/myproject/main/tsconfig.json -Info 75 [00:02:52.000] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one -Info 76 [00:02:53.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 2:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 77 [00:02:54.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 78 [00:02:55.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 2:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 2:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations Before request //// [/user/username/projects/myproject/decls/FnS.d.ts.map] deleted @@ -705,6 +719,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -736,7 +752,7 @@ FsWatchesRecursive:: /user/username/projects/myproject/random: {} -Info 79 [00:02:56.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -747,11 +763,11 @@ Info 79 [00:02:56.000] request: "seq": 6, "type": "request" } -Info 80 [00:02:57.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 81 [00:02:58.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 82 [00:02:59.000] Same program as before -Info 83 [00:03:00.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file -Info 84 [00:03:01.000] response: +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -795,6 +811,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -826,7 +844,7 @@ FsWatchesRecursive:: Before request -Info 85 [00:03:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -837,7 +855,7 @@ Info 85 [00:03:02.000] request: "seq": 7, "type": "request" } -Info 86 [00:03:03.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -878,7 +896,7 @@ After request Before request -Info 87 [00:03:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -889,7 +907,7 @@ Info 87 [00:03:04.000] request: "seq": 8, "type": "request" } -Info 88 [00:03:05.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -930,7 +948,7 @@ After request Before request -Info 89 [00:03:06.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -941,7 +959,7 @@ Info 89 [00:03:06.000] request: "seq": 9, "type": "request" } -Info 90 [00:03:07.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -982,7 +1000,7 @@ After request Before request -Info 91 [00:03:08.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -993,7 +1011,7 @@ Info 91 [00:03:08.000] request: "seq": 10, "type": "request" } -Info 92 [00:03:09.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -1034,7 +1052,7 @@ After request Before request -Info 93 [00:03:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1045,10 +1063,10 @@ Info 93 [00:03:10.000] request: "seq": 11, "type": "request" } -Info 94 [00:03:11.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 95 [00:03:12.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 96 [00:03:13.000] Same program as before -Info 97 [00:03:14.000] response: +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1100,7 +1118,7 @@ After request Before request -Info 98 [00:03:15.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1111,7 +1129,7 @@ Info 98 [00:03:15.000] request: "seq": 12, "type": "request" } -Info 99 [00:03:16.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1163,7 +1181,7 @@ After request Before request -Info 100 [00:03:17.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1174,7 +1192,7 @@ Info 100 [00:03:17.000] request: "seq": 13, "type": "request" } -Info 101 [00:03:18.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1226,7 +1244,7 @@ After request Before request -Info 102 [00:03:19.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1237,7 +1255,7 @@ Info 102 [00:03:19.000] request: "seq": 14, "type": "request" } -Info 103 [00:03:20.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1289,7 +1307,7 @@ After request Before request -Info 104 [00:03:21.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1300,7 +1318,7 @@ Info 104 [00:03:21.000] request: "seq": 15, "type": "request" } -Info 105 [00:03:22.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1352,7 +1370,7 @@ After request Before request -Info 106 [00:03:23.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1361,25 +1379,25 @@ Info 106 [00:03:23.000] request: "seq": 16, "type": "request" } -Info 107 [00:03:24.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 108 [00:03:25.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 108 [00:03:26.000] Files (3) - -Info 108 [00:03:27.000] ----------------------------------------------- -Info 108 [00:03:28.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 108 [00:03:29.000] Files (2) - -Info 108 [00:03:30.000] ----------------------------------------------- -Info 108 [00:03:31.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 108 [00:03:32.000] Files (2) - -Info 108 [00:03:33.000] ----------------------------------------------- -Info 108 [00:03:34.000] Open files: -Info 108 [00:03:35.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 108 [00:03:36.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 108 [00:03:37.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 108 [00:03:38.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 108 [00:03:39.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1390,6 +1408,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1423,7 +1443,7 @@ FsWatchesRecursive:: Before request -Info 109 [00:03:40.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -1432,29 +1452,29 @@ Info 109 [00:03:40.000] request: "seq": 17, "type": "request" } -Info 110 [00:03:41.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 111 [00:03:42.000] Search path: /user/username/projects/myproject/random -Info 112 [00:03:43.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 113 [00:03:44.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 113 [00:03:45.000] Files (3) - -Info 113 [00:03:46.000] ----------------------------------------------- -Info 113 [00:03:47.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 113 [00:03:48.000] Files (2) - -Info 113 [00:03:49.000] ----------------------------------------------- -Info 113 [00:03:50.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 113 [00:03:51.000] Files (2) - -Info 113 [00:03:52.000] ----------------------------------------------- -Info 113 [00:03:53.000] Open files: -Info 113 [00:03:54.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 113 [00:03:55.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 113 [00:03:56.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 113 [00:03:57.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 113 [00:03:58.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 113 [00:03:59.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 113 [00:04:00.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1465,6 +1485,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1500,7 +1522,7 @@ FsWatchesRecursive:: Before request -Info 114 [00:04:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1509,25 +1531,25 @@ Info 114 [00:04:01.000] request: "seq": 18, "type": "request" } -Info 115 [00:04:02.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 116 [00:04:03.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 116 [00:04:04.000] Files (3) - -Info 116 [00:04:05.000] ----------------------------------------------- -Info 116 [00:04:06.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 116 [00:04:07.000] Files (2) - -Info 116 [00:04:08.000] ----------------------------------------------- -Info 116 [00:04:09.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 116 [00:04:10.000] Files (2) - -Info 116 [00:04:11.000] ----------------------------------------------- -Info 116 [00:04:12.000] Open files: -Info 116 [00:04:13.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 116 [00:04:14.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 116 [00:04:15.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 116 [00:04:16.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 116 [00:04:17.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1538,6 +1560,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1571,7 +1595,7 @@ FsWatchesRecursive:: Before request -Info 117 [00:04:18.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1580,23 +1604,23 @@ Info 117 [00:04:18.000] request: "seq": 19, "type": "request" } -Info 118 [00:04:19.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 119 [00:04:20.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 119 [00:04:21.000] Files (3) - -Info 119 [00:04:22.000] ----------------------------------------------- -Info 119 [00:04:23.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 119 [00:04:24.000] Files (2) - -Info 119 [00:04:25.000] ----------------------------------------------- -Info 119 [00:04:26.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 119 [00:04:27.000] Files (2) - -Info 119 [00:04:28.000] ----------------------------------------------- -Info 119 [00:04:29.000] Open files: -Info 119 [00:04:30.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 119 [00:04:31.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 119 [00:04:32.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1607,6 +1631,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1642,7 +1668,7 @@ FsWatchesRecursive:: Before request -Info 120 [00:04:33.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1651,21 +1677,21 @@ Info 120 [00:04:33.000] request: "seq": 20, "type": "request" } -Info 121 [00:04:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 122 [00:04:35.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 122 [00:04:36.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 122 [00:04:37.000] ----------------------------------------------- -Info 122 [00:04:38.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 122 [00:04:39.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 122 [00:04:40.000] ----------------------------------------------- -Info 122 [00:04:41.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 122 [00:04:42.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 122 [00:04:43.000] ----------------------------------------------- -Info 122 [00:04:44.000] Open files: -Info 122 [00:04:45.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1676,6 +1702,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1713,7 +1741,7 @@ FsWatchesRecursive:: Before request -Info 123 [00:04:46.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -1722,12 +1750,12 @@ Info 123 [00:04:46.000] request: "seq": 21, "type": "request" } -Info 124 [00:04:47.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 125 [00:04:48.000] Search path: /user/username/projects/myproject/random -Info 126 [00:04:49.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 127 [00:04:50.000] `remove Project:: -Info 128 [00:04:51.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 129 [00:04:52.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts /user/username/projects/myproject/decls/fns.d.ts /user/username/projects/myproject/main/main.ts @@ -1740,19 +1768,21 @@ Info 129 [00:04:52.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 130 [00:04:53.000] ----------------------------------------------- -Info 131 [00:04:54.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 132 [00:04:55.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 133 [00:04:56.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 134 [00:04:57.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 135 [00:04:58.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 136 [00:04:59.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 137 [00:05:00.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 138 [00:05:01.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 139 [00:05:02.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 140 [00:05:03.000] `remove Project:: -Info 141 [00:05:04.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 142 [00:05:05.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts /user/username/projects/myproject/dependency/FnS.ts @@ -1762,26 +1792,28 @@ Info 142 [00:05:05.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 143 [00:05:06.000] ----------------------------------------------- -Info 144 [00:05:07.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 145 [00:05:08.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 146 [00:05:09.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 147 [00:05:10.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 148 [00:05:11.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 149 [00:05:12.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 150 [00:05:13.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 151 [00:05:14.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 152 [00:05:15.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 153 [00:05:16.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file -Info 154 [00:05:17.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 155 [00:05:18.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 155 [00:05:19.000] Files (2) - -Info 155 [00:05:20.000] ----------------------------------------------- -Info 155 [00:05:21.000] Open files: -Info 155 [00:05:22.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 155 [00:05:23.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 155 [00:05:24.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1790,6 +1822,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/disabledSourceRef/dependency-dtsMap-not-present.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/disabledSourceRef/dependency-dtsMap-not-present.js index f59c877273d2a..7abf6cb35a5e1 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/disabledSourceRef/dependency-dtsMap-not-present.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/disabledSourceRef/dependency-dtsMap-not-present.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:04.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -211,7 +211,7 @@ export {}; } -Info 1 [00:01:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -220,11 +220,11 @@ Info 1 [00:01:05.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:06.000] Search path: /user/username/projects/myproject/main -Info 3 [00:01:07.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:01:08.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:01:09.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:01:10.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -241,10 +241,10 @@ Info 6 [00:01:10.000] Config: /user/username/projects/myproject/main/tsconfig } ] } -Info 7 [00:01:11.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:12.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:13.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:01:14.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -255,20 +255,22 @@ Info 10 [00:01:14.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:01:15.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 12 [00:01:16.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:01:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:01:18.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:01:20.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 17 [00:01:21.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:01:22.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 19 [00:01:23.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 20 [00:01:24.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 21 [00:01:25.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 22 [00:01:26.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:01:27.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 24 [00:01:28.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/decls/fns.d.ts Text-1 "export declare function fn1(): void;\nexport declare function fn2(): void;\nexport declare function fn3(): void;\nexport declare function fn4(): void;\nexport declare function fn5(): void;\n//# sourceMappingURL=FnS.d.ts.map" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -281,17 +283,17 @@ Info 24 [00:01:28.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 25 [00:01:29.000] ----------------------------------------------- -Info 26 [00:01:30.000] Search path: /user/username/projects/myproject/main -Info 27 [00:01:31.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 28 [00:01:32.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 28 [00:01:33.000] Files (3) - -Info 28 [00:01:34.000] ----------------------------------------------- -Info 28 [00:01:35.000] Open files: -Info 28 [00:01:36.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 28 [00:01:37.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 28 [00:01:38.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -302,6 +304,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -323,7 +327,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:39.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -332,17 +336,19 @@ Info 29 [00:01:39.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:40.000] Search path: /user/username/projects/myproject/dependency -Info 31 [00:01:41.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 32 [00:01:42.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 33 [00:01:43.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 34 [00:01:44.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 35 [00:01:45.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 36 [00:01:46.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 37 [00:01:47.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 38 [00:01:48.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 39 [00:01:49.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 40 [00:01:50.000] Files (2) +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-1-0 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -352,23 +358,23 @@ Info 40 [00:01:50.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 41 [00:01:51.000] ----------------------------------------------- -Info 42 [00:01:52.000] Search path: /user/username/projects/myproject/dependency -Info 43 [00:01:53.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 44 [00:01:54.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 44 [00:01:55.000] Files (3) - -Info 44 [00:01:56.000] ----------------------------------------------- -Info 44 [00:01:57.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 44 [00:01:58.000] Files (2) - -Info 44 [00:01:59.000] ----------------------------------------------- -Info 44 [00:02:00.000] Open files: -Info 44 [00:02:01.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 44 [00:02:02.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 44 [00:02:03.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 44 [00:02:04.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 44 [00:02:05.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -379,6 +385,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: *new* {"pollingInterval":500} @@ -402,7 +410,7 @@ FsWatchesRecursive:: Before request -Info 45 [00:02:06.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -411,11 +419,11 @@ Info 45 [00:02:06.000] request: "seq": 3, "type": "request" } -Info 46 [00:02:07.000] Search path: /user/username/projects/myproject/random -Info 47 [00:02:08.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 48 [00:02:09.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 49 [00:02:10.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 50 [00:02:11.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -423,16 +431,18 @@ Info 50 [00:02:11.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 51 [00:02:12.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 52 [00:02:13.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 53 [00:02:14.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 54 [00:02:15.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 55 [00:02:16.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 56 [00:02:17.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 57 [00:02:18.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 58 [00:02:19.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 59 [00:02:20.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 60 [00:02:21.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -442,27 +452,27 @@ Info 60 [00:02:21.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 61 [00:02:22.000] ----------------------------------------------- -Info 62 [00:02:23.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 62 [00:02:24.000] Files (3) - -Info 62 [00:02:25.000] ----------------------------------------------- -Info 62 [00:02:26.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 62 [00:02:27.000] Files (2) - -Info 62 [00:02:28.000] ----------------------------------------------- -Info 62 [00:02:29.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 62 [00:02:30.000] Files (2) - -Info 62 [00:02:31.000] ----------------------------------------------- -Info 62 [00:02:32.000] Open files: -Info 62 [00:02:33.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 62 [00:02:34.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 62 [00:02:35.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 62 [00:02:36.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 62 [00:02:37.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 62 [00:02:38.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 62 [00:02:39.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -473,6 +483,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* @@ -502,7 +514,7 @@ FsWatchesRecursive:: Before request -Info 63 [00:02:40.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -513,8 +525,8 @@ Info 63 [00:02:40.000] request: "seq": 4, "type": "request" } -Info 64 [00:02:41.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file -Info 65 [00:02:42.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -558,6 +570,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -589,7 +603,7 @@ FsWatchesRecursive:: Before request -Info 66 [00:02:43.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -600,7 +614,7 @@ Info 66 [00:02:43.000] request: "seq": 5, "type": "request" } -Info 67 [00:02:44.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -641,7 +655,7 @@ After request Before request -Info 68 [00:02:45.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -652,7 +666,7 @@ Info 68 [00:02:45.000] request: "seq": 6, "type": "request" } -Info 69 [00:02:46.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -693,7 +707,7 @@ After request Before request -Info 70 [00:02:47.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -704,7 +718,7 @@ Info 70 [00:02:47.000] request: "seq": 7, "type": "request" } -Info 71 [00:02:48.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -745,7 +759,7 @@ After request Before request -Info 72 [00:02:49.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -756,7 +770,7 @@ Info 72 [00:02:49.000] request: "seq": 8, "type": "request" } -Info 73 [00:02:50.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -797,7 +811,7 @@ After request Before request -Info 74 [00:02:51.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -808,7 +822,7 @@ Info 74 [00:02:51.000] request: "seq": 9, "type": "request" } -Info 75 [00:02:52.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -860,7 +874,7 @@ After request Before request -Info 76 [00:02:53.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -871,7 +885,7 @@ Info 76 [00:02:53.000] request: "seq": 10, "type": "request" } -Info 77 [00:02:54.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -923,7 +937,7 @@ After request Before request -Info 78 [00:02:55.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -934,7 +948,7 @@ Info 78 [00:02:55.000] request: "seq": 11, "type": "request" } -Info 79 [00:02:56.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -986,7 +1000,7 @@ After request Before request -Info 80 [00:02:57.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -997,7 +1011,7 @@ Info 80 [00:02:57.000] request: "seq": 12, "type": "request" } -Info 81 [00:02:58.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1049,7 +1063,7 @@ After request Before request -Info 82 [00:02:59.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1060,7 +1074,7 @@ Info 82 [00:02:59.000] request: "seq": 13, "type": "request" } -Info 83 [00:03:00.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1112,7 +1126,7 @@ After request Before request -Info 84 [00:03:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1121,25 +1135,25 @@ Info 84 [00:03:01.000] request: "seq": 14, "type": "request" } -Info 85 [00:03:02.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 86 [00:03:03.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 86 [00:03:04.000] Files (3) - -Info 86 [00:03:05.000] ----------------------------------------------- -Info 86 [00:03:06.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 86 [00:03:07.000] Files (2) - -Info 86 [00:03:08.000] ----------------------------------------------- -Info 86 [00:03:09.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 86 [00:03:10.000] Files (2) - -Info 86 [00:03:11.000] ----------------------------------------------- -Info 86 [00:03:12.000] Open files: -Info 86 [00:03:13.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 86 [00:03:14.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 86 [00:03:15.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 86 [00:03:16.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 86 [00:03:17.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1150,6 +1164,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1183,7 +1199,7 @@ FsWatchesRecursive:: Before request -Info 87 [00:03:18.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -1192,29 +1208,29 @@ Info 87 [00:03:18.000] request: "seq": 15, "type": "request" } -Info 88 [00:03:19.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 89 [00:03:20.000] Search path: /user/username/projects/myproject/random -Info 90 [00:03:21.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 91 [00:03:22.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 91 [00:03:23.000] Files (3) - -Info 91 [00:03:24.000] ----------------------------------------------- -Info 91 [00:03:25.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 91 [00:03:26.000] Files (2) - -Info 91 [00:03:27.000] ----------------------------------------------- -Info 91 [00:03:28.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 91 [00:03:29.000] Files (2) - -Info 91 [00:03:30.000] ----------------------------------------------- -Info 91 [00:03:31.000] Open files: -Info 91 [00:03:32.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 91 [00:03:33.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 91 [00:03:34.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 91 [00:03:35.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 91 [00:03:36.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 91 [00:03:37.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 91 [00:03:38.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1225,6 +1241,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1260,7 +1278,7 @@ FsWatchesRecursive:: Before request -Info 92 [00:03:39.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1269,25 +1287,25 @@ Info 92 [00:03:39.000] request: "seq": 16, "type": "request" } -Info 93 [00:03:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 94 [00:03:41.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 94 [00:03:42.000] Files (3) - -Info 94 [00:03:43.000] ----------------------------------------------- -Info 94 [00:03:44.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 94 [00:03:45.000] Files (2) - -Info 94 [00:03:46.000] ----------------------------------------------- -Info 94 [00:03:47.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 94 [00:03:48.000] Files (2) - -Info 94 [00:03:49.000] ----------------------------------------------- -Info 94 [00:03:50.000] Open files: -Info 94 [00:03:51.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 94 [00:03:52.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 94 [00:03:53.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 94 [00:03:54.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 94 [00:03:55.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1298,6 +1316,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1331,7 +1351,7 @@ FsWatchesRecursive:: Before request -Info 95 [00:03:56.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1340,23 +1360,23 @@ Info 95 [00:03:56.000] request: "seq": 17, "type": "request" } -Info 96 [00:03:57.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 97 [00:03:58.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 97 [00:03:59.000] Files (3) - -Info 97 [00:04:00.000] ----------------------------------------------- -Info 97 [00:04:01.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 97 [00:04:02.000] Files (2) - -Info 97 [00:04:03.000] ----------------------------------------------- -Info 97 [00:04:04.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 97 [00:04:05.000] Files (2) - -Info 97 [00:04:06.000] ----------------------------------------------- -Info 97 [00:04:07.000] Open files: -Info 97 [00:04:08.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 97 [00:04:09.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 97 [00:04:10.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1367,6 +1387,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1402,7 +1424,7 @@ FsWatchesRecursive:: Before request -Info 98 [00:04:11.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1411,21 +1433,21 @@ Info 98 [00:04:11.000] request: "seq": 18, "type": "request" } -Info 99 [00:04:12.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 100 [00:04:13.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 100 [00:04:14.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 100 [00:04:15.000] ----------------------------------------------- -Info 100 [00:04:16.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 100 [00:04:17.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 100 [00:04:18.000] ----------------------------------------------- -Info 100 [00:04:19.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 100 [00:04:20.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 100 [00:04:21.000] ----------------------------------------------- -Info 100 [00:04:22.000] Open files: -Info 100 [00:04:23.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1436,6 +1458,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1473,7 +1497,7 @@ FsWatchesRecursive:: Before request -Info 101 [00:04:24.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -1482,12 +1506,12 @@ Info 101 [00:04:24.000] request: "seq": 19, "type": "request" } -Info 102 [00:04:25.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 103 [00:04:26.000] Search path: /user/username/projects/myproject/random -Info 104 [00:04:27.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 105 [00:04:28.000] `remove Project:: -Info 106 [00:04:29.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 107 [00:04:30.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts /user/username/projects/myproject/decls/fns.d.ts /user/username/projects/myproject/main/main.ts @@ -1500,19 +1524,21 @@ Info 107 [00:04:30.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 108 [00:04:31.000] ----------------------------------------------- -Info 109 [00:04:32.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 110 [00:04:33.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 111 [00:04:34.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 112 [00:04:35.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 113 [00:04:36.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 114 [00:04:37.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 115 [00:04:38.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 116 [00:04:39.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 117 [00:04:40.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 118 [00:04:41.000] `remove Project:: -Info 119 [00:04:42.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 120 [00:04:43.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts /user/username/projects/myproject/dependency/FnS.ts @@ -1522,26 +1548,28 @@ Info 120 [00:04:43.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 121 [00:04:44.000] ----------------------------------------------- -Info 122 [00:04:45.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 123 [00:04:46.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 124 [00:04:47.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 125 [00:04:48.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 126 [00:04:49.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 127 [00:04:50.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 128 [00:04:51.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 129 [00:04:52.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 130 [00:04:53.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 131 [00:04:54.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file -Info 132 [00:04:55.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 133 [00:04:56.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 133 [00:04:57.000] Files (2) - -Info 133 [00:04:58.000] ----------------------------------------------- -Info 133 [00:04:59.000] Open files: -Info 133 [00:05:00.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 133 [00:05:01.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 133 [00:05:02.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1550,6 +1578,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/disabledSourceRef/gotoDef-and-rename-locations.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/disabledSourceRef/gotoDef-and-rename-locations.js index 4f8715f2fe86c..8ab1b359df810 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/disabledSourceRef/gotoDef-and-rename-locations.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/disabledSourceRef/gotoDef-and-rename-locations.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:03.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:04.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:05.000] Search path: /user/username/projects/myproject/main -Info 3 [00:01:06.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:01:07.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:01:08.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:01:09.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -244,10 +244,10 @@ Info 6 [00:01:09.000] Config: /user/username/projects/myproject/main/tsconfig } ] } -Info 7 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:12.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:01:13.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -258,20 +258,22 @@ Info 10 [00:01:13.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:01:14.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 12 [00:01:15.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:01:16.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:01:17.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:01:18.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:01:19.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 17 [00:01:20.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:01:21.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 19 [00:01:22.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 20 [00:01:23.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 21 [00:01:24.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 22 [00:01:25.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:01:26.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 24 [00:01:27.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/decls/fns.d.ts Text-1 "export declare function fn1(): void;\nexport declare function fn2(): void;\nexport declare function fn3(): void;\nexport declare function fn4(): void;\nexport declare function fn5(): void;\n//# sourceMappingURL=FnS.d.ts.map" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -284,17 +286,17 @@ Info 24 [00:01:27.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 25 [00:01:28.000] ----------------------------------------------- -Info 26 [00:01:29.000] Search path: /user/username/projects/myproject/main -Info 27 [00:01:30.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 28 [00:01:31.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 28 [00:01:32.000] Files (3) - -Info 28 [00:01:33.000] ----------------------------------------------- -Info 28 [00:01:34.000] Open files: -Info 28 [00:01:35.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 28 [00:01:36.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 28 [00:01:37.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -305,6 +307,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -326,7 +330,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:38.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -335,17 +339,19 @@ Info 29 [00:01:38.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:39.000] Search path: /user/username/projects/myproject/dependency -Info 31 [00:01:40.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 32 [00:01:41.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 33 [00:01:42.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 34 [00:01:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 35 [00:01:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 36 [00:01:45.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 37 [00:01:46.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 38 [00:01:47.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 39 [00:01:48.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 40 [00:01:49.000] Files (2) +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-1-0 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -355,23 +361,23 @@ Info 40 [00:01:49.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 41 [00:01:50.000] ----------------------------------------------- -Info 42 [00:01:51.000] Search path: /user/username/projects/myproject/dependency -Info 43 [00:01:52.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 44 [00:01:53.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 44 [00:01:54.000] Files (3) - -Info 44 [00:01:55.000] ----------------------------------------------- -Info 44 [00:01:56.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 44 [00:01:57.000] Files (2) - -Info 44 [00:01:58.000] ----------------------------------------------- -Info 44 [00:01:59.000] Open files: -Info 44 [00:02:00.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 44 [00:02:01.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 44 [00:02:02.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 44 [00:02:03.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 44 [00:02:04.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -382,6 +388,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: *new* {"pollingInterval":500} @@ -405,7 +413,7 @@ FsWatchesRecursive:: Before request -Info 45 [00:02:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -414,11 +422,11 @@ Info 45 [00:02:05.000] request: "seq": 3, "type": "request" } -Info 46 [00:02:06.000] Search path: /user/username/projects/myproject/random -Info 47 [00:02:07.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 48 [00:02:08.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 49 [00:02:09.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 50 [00:02:10.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -426,16 +434,18 @@ Info 50 [00:02:10.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 51 [00:02:11.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 52 [00:02:12.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 53 [00:02:13.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 54 [00:02:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 55 [00:02:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 56 [00:02:16.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 57 [00:02:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 58 [00:02:18.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 59 [00:02:19.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 60 [00:02:20.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -445,27 +455,27 @@ Info 60 [00:02:20.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 61 [00:02:21.000] ----------------------------------------------- -Info 62 [00:02:22.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 62 [00:02:23.000] Files (3) - -Info 62 [00:02:24.000] ----------------------------------------------- -Info 62 [00:02:25.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 62 [00:02:26.000] Files (2) - -Info 62 [00:02:27.000] ----------------------------------------------- -Info 62 [00:02:28.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 62 [00:02:29.000] Files (2) - -Info 62 [00:02:30.000] ----------------------------------------------- -Info 62 [00:02:31.000] Open files: -Info 62 [00:02:32.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 62 [00:02:33.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 62 [00:02:34.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 62 [00:02:35.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 62 [00:02:36.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 62 [00:02:37.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 62 [00:02:38.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -476,6 +486,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* @@ -505,7 +517,7 @@ FsWatchesRecursive:: Before request -Info 63 [00:02:39.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -516,8 +528,8 @@ Info 63 [00:02:39.000] request: "seq": 4, "type": "request" } -Info 64 [00:02:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 65 [00:02:41.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -561,6 +573,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -592,7 +606,7 @@ FsWatchesRecursive:: Before request -Info 66 [00:02:42.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -603,7 +617,7 @@ Info 66 [00:02:42.000] request: "seq": 5, "type": "request" } -Info 67 [00:02:43.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -644,7 +658,7 @@ After request Before request -Info 68 [00:02:44.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -655,7 +669,7 @@ Info 68 [00:02:44.000] request: "seq": 6, "type": "request" } -Info 69 [00:02:45.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -696,7 +710,7 @@ After request Before request -Info 70 [00:02:46.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -707,7 +721,7 @@ Info 70 [00:02:46.000] request: "seq": 7, "type": "request" } -Info 71 [00:02:47.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -748,7 +762,7 @@ After request Before request -Info 72 [00:02:48.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -759,7 +773,7 @@ Info 72 [00:02:48.000] request: "seq": 8, "type": "request" } -Info 73 [00:02:49.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -800,7 +814,7 @@ After request Before request -Info 74 [00:02:50.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -811,9 +825,9 @@ Info 74 [00:02:50.000] request: "seq": 9, "type": "request" } -Info 75 [00:02:51.000] Search path: /user/username/projects/myproject/dependency -Info 76 [00:02:52.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 77 [00:02:53.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -898,7 +912,7 @@ After request Before request -Info 78 [00:02:54.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -909,9 +923,9 @@ Info 78 [00:02:54.000] request: "seq": 10, "type": "request" } -Info 79 [00:02:55.000] Search path: /user/username/projects/myproject/dependency -Info 80 [00:02:56.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 81 [00:02:57.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -996,7 +1010,7 @@ After request Before request -Info 82 [00:02:58.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1007,9 +1021,9 @@ Info 82 [00:02:58.000] request: "seq": 11, "type": "request" } -Info 83 [00:02:59.000] Search path: /user/username/projects/myproject/dependency -Info 84 [00:03:00.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 85 [00:03:01.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1094,7 +1108,7 @@ After request Before request -Info 86 [00:03:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1105,9 +1119,9 @@ Info 86 [00:03:02.000] request: "seq": 12, "type": "request" } -Info 87 [00:03:03.000] Search path: /user/username/projects/myproject/dependency -Info 88 [00:03:04.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 89 [00:03:05.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1192,7 +1206,7 @@ After request Before request -Info 90 [00:03:06.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1203,9 +1217,9 @@ Info 90 [00:03:06.000] request: "seq": 13, "type": "request" } -Info 91 [00:03:07.000] Search path: /user/username/projects/myproject/dependency -Info 92 [00:03:08.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 93 [00:03:09.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1290,7 +1304,7 @@ After request Before request -Info 94 [00:03:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1299,25 +1313,25 @@ Info 94 [00:03:10.000] request: "seq": 14, "type": "request" } -Info 95 [00:03:11.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 96 [00:03:12.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 96 [00:03:13.000] Files (3) - -Info 96 [00:03:14.000] ----------------------------------------------- -Info 96 [00:03:15.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 96 [00:03:16.000] Files (2) - -Info 96 [00:03:17.000] ----------------------------------------------- -Info 96 [00:03:18.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 96 [00:03:19.000] Files (2) - -Info 96 [00:03:20.000] ----------------------------------------------- -Info 96 [00:03:21.000] Open files: -Info 96 [00:03:22.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 96 [00:03:23.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 96 [00:03:24.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 96 [00:03:25.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 96 [00:03:26.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1328,6 +1342,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1361,7 +1377,7 @@ FsWatchesRecursive:: Before request -Info 97 [00:03:27.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -1370,29 +1386,29 @@ Info 97 [00:03:27.000] request: "seq": 15, "type": "request" } -Info 98 [00:03:28.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 99 [00:03:29.000] Search path: /user/username/projects/myproject/random -Info 100 [00:03:30.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 101 [00:03:31.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 101 [00:03:32.000] Files (3) - -Info 101 [00:03:33.000] ----------------------------------------------- -Info 101 [00:03:34.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 101 [00:03:35.000] Files (2) - -Info 101 [00:03:36.000] ----------------------------------------------- -Info 101 [00:03:37.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 101 [00:03:38.000] Files (2) - -Info 101 [00:03:39.000] ----------------------------------------------- -Info 101 [00:03:40.000] Open files: -Info 101 [00:03:41.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 101 [00:03:42.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 101 [00:03:43.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 101 [00:03:44.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 101 [00:03:45.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 101 [00:03:46.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 101 [00:03:47.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1403,6 +1419,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1438,7 +1456,7 @@ FsWatchesRecursive:: Before request -Info 102 [00:03:48.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1447,25 +1465,25 @@ Info 102 [00:03:48.000] request: "seq": 16, "type": "request" } -Info 103 [00:03:49.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 104 [00:03:50.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 104 [00:03:51.000] Files (3) - -Info 104 [00:03:52.000] ----------------------------------------------- -Info 104 [00:03:53.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 104 [00:03:54.000] Files (2) - -Info 104 [00:03:55.000] ----------------------------------------------- -Info 104 [00:03:56.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 104 [00:03:57.000] Files (2) - -Info 104 [00:03:58.000] ----------------------------------------------- -Info 104 [00:03:59.000] Open files: -Info 104 [00:04:00.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 104 [00:04:01.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 104 [00:04:02.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 104 [00:04:03.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 104 [00:04:04.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1476,6 +1494,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1509,7 +1529,7 @@ FsWatchesRecursive:: Before request -Info 105 [00:04:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1518,23 +1538,23 @@ Info 105 [00:04:05.000] request: "seq": 17, "type": "request" } -Info 106 [00:04:06.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 107 [00:04:07.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 107 [00:04:08.000] Files (3) - -Info 107 [00:04:09.000] ----------------------------------------------- -Info 107 [00:04:10.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 107 [00:04:11.000] Files (2) - -Info 107 [00:04:12.000] ----------------------------------------------- -Info 107 [00:04:13.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 107 [00:04:14.000] Files (2) - -Info 107 [00:04:15.000] ----------------------------------------------- -Info 107 [00:04:16.000] Open files: -Info 107 [00:04:17.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 107 [00:04:18.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 107 [00:04:19.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1545,6 +1565,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1580,7 +1602,7 @@ FsWatchesRecursive:: Before request -Info 108 [00:04:20.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1589,21 +1611,21 @@ Info 108 [00:04:20.000] request: "seq": 18, "type": "request" } -Info 109 [00:04:21.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 110 [00:04:22.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 110 [00:04:23.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 110 [00:04:24.000] ----------------------------------------------- -Info 110 [00:04:25.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 110 [00:04:26.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 110 [00:04:27.000] ----------------------------------------------- -Info 110 [00:04:28.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 110 [00:04:29.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 110 [00:04:30.000] ----------------------------------------------- -Info 110 [00:04:31.000] Open files: -Info 110 [00:04:32.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1614,6 +1636,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -1651,7 +1675,7 @@ FsWatchesRecursive:: Before request -Info 111 [00:04:33.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -1660,12 +1684,12 @@ Info 111 [00:04:33.000] request: "seq": 19, "type": "request" } -Info 112 [00:04:34.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 113 [00:04:35.000] Search path: /user/username/projects/myproject/random -Info 114 [00:04:36.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 115 [00:04:37.000] `remove Project:: -Info 116 [00:04:38.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 117 [00:04:39.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts /user/username/projects/myproject/decls/fns.d.ts /user/username/projects/myproject/main/main.ts @@ -1678,19 +1702,21 @@ Info 117 [00:04:39.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 118 [00:04:40.000] ----------------------------------------------- -Info 119 [00:04:41.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 120 [00:04:42.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 121 [00:04:43.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 122 [00:04:44.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 123 [00:04:45.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 124 [00:04:46.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 125 [00:04:47.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 126 [00:04:48.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 127 [00:04:49.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 128 [00:04:50.000] `remove Project:: -Info 129 [00:04:51.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 130 [00:04:52.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts /user/username/projects/myproject/dependency/FnS.ts @@ -1700,26 +1726,28 @@ Info 130 [00:04:52.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 131 [00:04:53.000] ----------------------------------------------- -Info 132 [00:04:54.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 133 [00:04:55.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 134 [00:04:56.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 135 [00:04:57.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 136 [00:04:58.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 137 [00:04:59.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 138 [00:05:00.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 139 [00:05:01.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 140 [00:05:02.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 141 [00:05:03.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 142 [00:05:04.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 143 [00:05:05.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 143 [00:05:06.000] Files (2) - -Info 143 [00:05:07.000] ----------------------------------------------- -Info 143 [00:05:08.000] Open files: -Info 143 [00:05:09.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 143 [00:05:10.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 143 [00:05:11.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1728,6 +1756,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/disabledSourceRef/usage-file-changes-with-timeout-before-request.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/disabledSourceRef/usage-file-changes-with-timeout-before-request.js index 254dd9267678e..901f0c75126c0 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/disabledSourceRef/usage-file-changes-with-timeout-before-request.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/disabledSourceRef/usage-file-changes-with-timeout-before-request.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:03.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:04.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:05.000] Search path: /user/username/projects/myproject/main -Info 3 [00:01:06.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:01:07.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:01:08.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:01:09.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -244,10 +244,10 @@ Info 6 [00:01:09.000] Config: /user/username/projects/myproject/main/tsconfig } ] } -Info 7 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:12.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:01:13.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -258,20 +258,22 @@ Info 10 [00:01:13.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:01:14.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 12 [00:01:15.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:01:16.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:01:17.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:01:18.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:01:19.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 17 [00:01:20.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:01:21.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 19 [00:01:22.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 20 [00:01:23.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 21 [00:01:24.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 22 [00:01:25.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:01:26.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 24 [00:01:27.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/decls/fns.d.ts Text-1 "export declare function fn1(): void;\nexport declare function fn2(): void;\nexport declare function fn3(): void;\nexport declare function fn4(): void;\nexport declare function fn5(): void;\n//# sourceMappingURL=FnS.d.ts.map" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -284,17 +286,17 @@ Info 24 [00:01:27.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 25 [00:01:28.000] ----------------------------------------------- -Info 26 [00:01:29.000] Search path: /user/username/projects/myproject/main -Info 27 [00:01:30.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 28 [00:01:31.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 28 [00:01:32.000] Files (3) - -Info 28 [00:01:33.000] ----------------------------------------------- -Info 28 [00:01:34.000] Open files: -Info 28 [00:01:35.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 28 [00:01:36.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 28 [00:01:37.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -305,6 +307,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -326,7 +330,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:38.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -335,17 +339,19 @@ Info 29 [00:01:38.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:39.000] Search path: /user/username/projects/myproject/dependency -Info 31 [00:01:40.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 32 [00:01:41.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 33 [00:01:42.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 34 [00:01:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 35 [00:01:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 36 [00:01:45.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 37 [00:01:46.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 38 [00:01:47.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 39 [00:01:48.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 40 [00:01:49.000] Files (2) +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-1-0 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -355,23 +361,23 @@ Info 40 [00:01:49.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 41 [00:01:50.000] ----------------------------------------------- -Info 42 [00:01:51.000] Search path: /user/username/projects/myproject/dependency -Info 43 [00:01:52.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 44 [00:01:53.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 44 [00:01:54.000] Files (3) - -Info 44 [00:01:55.000] ----------------------------------------------- -Info 44 [00:01:56.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 44 [00:01:57.000] Files (2) - -Info 44 [00:01:58.000] ----------------------------------------------- -Info 44 [00:01:59.000] Open files: -Info 44 [00:02:00.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 44 [00:02:01.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 44 [00:02:02.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 44 [00:02:03.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 44 [00:02:04.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -382,6 +388,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: *new* {"pollingInterval":500} @@ -405,7 +413,7 @@ FsWatchesRecursive:: Before request -Info 45 [00:02:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -414,11 +422,11 @@ Info 45 [00:02:05.000] request: "seq": 3, "type": "request" } -Info 46 [00:02:06.000] Search path: /user/username/projects/myproject/random -Info 47 [00:02:07.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 48 [00:02:08.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 49 [00:02:09.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 50 [00:02:10.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -426,16 +434,18 @@ Info 50 [00:02:10.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 51 [00:02:11.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 52 [00:02:12.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 53 [00:02:13.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 54 [00:02:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 55 [00:02:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 56 [00:02:16.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 57 [00:02:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 58 [00:02:18.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 59 [00:02:19.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 60 [00:02:20.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -445,27 +455,27 @@ Info 60 [00:02:20.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 61 [00:02:21.000] ----------------------------------------------- -Info 62 [00:02:22.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 62 [00:02:23.000] Files (3) - -Info 62 [00:02:24.000] ----------------------------------------------- -Info 62 [00:02:25.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 62 [00:02:26.000] Files (2) - -Info 62 [00:02:27.000] ----------------------------------------------- -Info 62 [00:02:28.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 62 [00:02:29.000] Files (2) - -Info 62 [00:02:30.000] ----------------------------------------------- -Info 62 [00:02:31.000] Open files: -Info 62 [00:02:32.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 62 [00:02:33.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 62 [00:02:34.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 62 [00:02:35.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 62 [00:02:36.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 62 [00:02:37.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 62 [00:02:38.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -476,6 +486,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* @@ -505,7 +517,7 @@ FsWatchesRecursive:: Before request -Info 63 [00:02:39.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -516,8 +528,8 @@ Info 63 [00:02:39.000] request: "seq": 4, "type": "request" } -Info 64 [00:02:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 65 [00:02:41.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -561,6 +573,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -592,7 +606,7 @@ FsWatchesRecursive:: Before request -Info 66 [00:02:42.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -603,9 +617,9 @@ Info 66 [00:02:42.000] request: "seq": 5, "type": "request" } -Info 67 [00:02:43.000] Search path: /user/username/projects/myproject/dependency -Info 68 [00:02:44.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 69 [00:02:45.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -690,7 +704,7 @@ After request Before request -Info 70 [00:02:46.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { @@ -704,7 +718,7 @@ Info 70 [00:02:46.000] request: "seq": 6, "type": "request" } -Info 71 [00:02:47.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -712,7 +726,7 @@ After request Before request -Info 72 [00:02:48.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { @@ -726,7 +740,7 @@ Info 72 [00:02:48.000] request: "seq": 7, "type": "request" } -Info 73 [00:02:49.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -738,7 +752,7 @@ After running Timeout callback:: count: 0 Before request -Info 74 [00:02:50.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -749,16 +763,16 @@ Info 74 [00:02:50.000] request: "seq": 8, "type": "request" } -Info 75 [00:02:51.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 76 [00:02:52.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 77 [00:02:53.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 78 [00:02:54.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/decls/fns.d.ts Text-1 "export declare function fn1(): void;\nexport declare function fn2(): void;\nexport declare function fn3(): void;\nexport declare function fn4(): void;\nexport declare function fn5(): void;\n//# sourceMappingURL=FnS.d.ts.map" /user/username/projects/myproject/main/main.ts SVC-1-1 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\nconst x = 10;" -Info 79 [00:02:55.000] ----------------------------------------------- -Info 80 [00:02:56.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -799,7 +813,7 @@ After request Before request -Info 81 [00:02:57.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -810,7 +824,7 @@ Info 81 [00:02:57.000] request: "seq": 9, "type": "request" } -Info 82 [00:02:58.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -851,7 +865,7 @@ After request Before request -Info 83 [00:02:59.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -862,7 +876,7 @@ Info 83 [00:02:59.000] request: "seq": 10, "type": "request" } -Info 84 [00:03:00.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -903,7 +917,7 @@ After request Before request -Info 85 [00:03:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -914,7 +928,7 @@ Info 85 [00:03:01.000] request: "seq": 11, "type": "request" } -Info 86 [00:03:02.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -955,7 +969,7 @@ After request Before request -Info 87 [00:03:03.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -966,7 +980,7 @@ Info 87 [00:03:03.000] request: "seq": 12, "type": "request" } -Info 88 [00:03:04.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -1007,7 +1021,7 @@ After request Before request -Info 89 [00:03:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1018,17 +1032,17 @@ Info 89 [00:03:05.000] request: "seq": 13, "type": "request" } -Info 90 [00:03:06.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 91 [00:03:07.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 92 [00:03:08.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 93 [00:03:09.000] Files (2) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-1-1 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\nconst x = 10;" -Info 94 [00:03:10.000] ----------------------------------------------- -Info 95 [00:03:11.000] Search path: /user/username/projects/myproject/dependency -Info 96 [00:03:12.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 97 [00:03:13.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1113,7 +1127,7 @@ After request Before request -Info 98 [00:03:14.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1124,9 +1138,9 @@ Info 98 [00:03:14.000] request: "seq": 14, "type": "request" } -Info 99 [00:03:15.000] Search path: /user/username/projects/myproject/dependency -Info 100 [00:03:16.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 101 [00:03:17.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1211,7 +1225,7 @@ After request Before request -Info 102 [00:03:18.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1222,9 +1236,9 @@ Info 102 [00:03:18.000] request: "seq": 15, "type": "request" } -Info 103 [00:03:19.000] Search path: /user/username/projects/myproject/dependency -Info 104 [00:03:20.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 105 [00:03:21.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1309,7 +1323,7 @@ After request Before request -Info 106 [00:03:22.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1320,9 +1334,9 @@ Info 106 [00:03:22.000] request: "seq": 16, "type": "request" } -Info 107 [00:03:23.000] Search path: /user/username/projects/myproject/dependency -Info 108 [00:03:24.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 109 [00:03:25.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1407,7 +1421,7 @@ After request Before request -Info 110 [00:03:26.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1418,9 +1432,9 @@ Info 110 [00:03:26.000] request: "seq": 17, "type": "request" } -Info 111 [00:03:27.000] Search path: /user/username/projects/myproject/dependency -Info 112 [00:03:28.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 113 [00:03:29.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/disabledSourceRef/usage-file-changes.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/disabledSourceRef/usage-file-changes.js index 8b8c30c5c79d1..b79980b460722 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/disabledSourceRef/usage-file-changes.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/disabledSourceRef/usage-file-changes.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:03.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:04.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:05.000] Search path: /user/username/projects/myproject/main -Info 3 [00:01:06.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:01:07.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:01:08.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:01:09.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -244,10 +244,10 @@ Info 6 [00:01:09.000] Config: /user/username/projects/myproject/main/tsconfig } ] } -Info 7 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:12.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:01:13.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -258,20 +258,22 @@ Info 10 [00:01:13.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:01:14.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 12 [00:01:15.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:01:16.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:01:17.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:01:18.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:01:19.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 17 [00:01:20.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:01:21.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 19 [00:01:22.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 20 [00:01:23.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 21 [00:01:24.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 22 [00:01:25.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:01:26.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 24 [00:01:27.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/decls/fns.d.ts Text-1 "export declare function fn1(): void;\nexport declare function fn2(): void;\nexport declare function fn3(): void;\nexport declare function fn4(): void;\nexport declare function fn5(): void;\n//# sourceMappingURL=FnS.d.ts.map" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -284,17 +286,17 @@ Info 24 [00:01:27.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 25 [00:01:28.000] ----------------------------------------------- -Info 26 [00:01:29.000] Search path: /user/username/projects/myproject/main -Info 27 [00:01:30.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 28 [00:01:31.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 28 [00:01:32.000] Files (3) - -Info 28 [00:01:33.000] ----------------------------------------------- -Info 28 [00:01:34.000] Open files: -Info 28 [00:01:35.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 28 [00:01:36.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 28 [00:01:37.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -305,6 +307,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -326,7 +330,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:38.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -335,17 +339,19 @@ Info 29 [00:01:38.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:39.000] Search path: /user/username/projects/myproject/dependency -Info 31 [00:01:40.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 32 [00:01:41.000] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json -Info 33 [00:01:42.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 34 [00:01:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 35 [00:01:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 36 [00:01:45.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 37 [00:01:46.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots -Info 38 [00:01:47.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 39 [00:01:48.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 40 [00:01:49.000] Files (2) +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-1-0 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" @@ -355,23 +361,23 @@ Info 40 [00:01:49.000] Files (2) FnS.ts Matched by default include pattern '**/*' -Info 41 [00:01:50.000] ----------------------------------------------- -Info 42 [00:01:51.000] Search path: /user/username/projects/myproject/dependency -Info 43 [00:01:52.000] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. -Info 44 [00:01:53.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 44 [00:01:54.000] Files (3) - -Info 44 [00:01:55.000] ----------------------------------------------- -Info 44 [00:01:56.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 44 [00:01:57.000] Files (2) - -Info 44 [00:01:58.000] ----------------------------------------------- -Info 44 [00:01:59.000] Open files: -Info 44 [00:02:00.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 44 [00:02:01.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 44 [00:02:02.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 44 [00:02:03.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 44 [00:02:04.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -382,6 +388,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: *new* {"pollingInterval":500} @@ -405,7 +413,7 @@ FsWatchesRecursive:: Before request -Info 45 [00:02:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -414,11 +422,11 @@ Info 45 [00:02:05.000] request: "seq": 3, "type": "request" } -Info 46 [00:02:06.000] Search path: /user/username/projects/myproject/random -Info 47 [00:02:07.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 48 [00:02:08.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 49 [00:02:09.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 50 [00:02:10.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -426,16 +434,18 @@ Info 50 [00:02:10.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 51 [00:02:11.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 52 [00:02:12.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 53 [00:02:13.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 54 [00:02:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 55 [00:02:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 56 [00:02:16.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 57 [00:02:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 58 [00:02:18.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 59 [00:02:19.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 60 [00:02:20.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -445,27 +455,27 @@ Info 60 [00:02:20.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 61 [00:02:21.000] ----------------------------------------------- -Info 62 [00:02:22.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 62 [00:02:23.000] Files (3) - -Info 62 [00:02:24.000] ----------------------------------------------- -Info 62 [00:02:25.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 62 [00:02:26.000] Files (2) - -Info 62 [00:02:27.000] ----------------------------------------------- -Info 62 [00:02:28.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 62 [00:02:29.000] Files (2) - -Info 62 [00:02:30.000] ----------------------------------------------- -Info 62 [00:02:31.000] Open files: -Info 62 [00:02:32.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 62 [00:02:33.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 62 [00:02:34.000] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined -Info 62 [00:02:35.000] Projects: /user/username/projects/myproject/dependency/tsconfig.json -Info 62 [00:02:36.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 62 [00:02:37.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 62 [00:02:38.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/dependency/FnS.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -476,6 +486,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* @@ -505,7 +517,7 @@ FsWatchesRecursive:: Before request -Info 63 [00:02:39.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -516,8 +528,8 @@ Info 63 [00:02:39.000] request: "seq": 4, "type": "request" } -Info 64 [00:02:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 65 [00:02:41.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -561,6 +573,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/dependency/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: @@ -592,7 +606,7 @@ FsWatchesRecursive:: Before request -Info 66 [00:02:42.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -603,9 +617,9 @@ Info 66 [00:02:42.000] request: "seq": 5, "type": "request" } -Info 67 [00:02:43.000] Search path: /user/username/projects/myproject/dependency -Info 68 [00:02:44.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 69 [00:02:45.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -690,7 +704,7 @@ After request Before request -Info 70 [00:02:46.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { @@ -704,7 +718,7 @@ Info 70 [00:02:46.000] request: "seq": 6, "type": "request" } -Info 71 [00:02:47.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -712,7 +726,7 @@ After request Before request -Info 72 [00:02:48.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { @@ -726,7 +740,7 @@ Info 72 [00:02:48.000] request: "seq": 7, "type": "request" } -Info 73 [00:02:49.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -734,7 +748,7 @@ After request Before request -Info 74 [00:02:50.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -745,16 +759,16 @@ Info 74 [00:02:50.000] request: "seq": 8, "type": "request" } -Info 75 [00:02:51.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 76 [00:02:52.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 77 [00:02:53.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 78 [00:02:54.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/decls/fns.d.ts Text-1 "export declare function fn1(): void;\nexport declare function fn2(): void;\nexport declare function fn3(): void;\nexport declare function fn4(): void;\nexport declare function fn5(): void;\n//# sourceMappingURL=FnS.d.ts.map" /user/username/projects/myproject/main/main.ts SVC-1-1 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\nconst x = 10;" -Info 79 [00:02:55.000] ----------------------------------------------- -Info 80 [00:02:56.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -795,7 +809,7 @@ After request Before request -Info 81 [00:02:57.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -806,7 +820,7 @@ Info 81 [00:02:57.000] request: "seq": 9, "type": "request" } -Info 82 [00:02:58.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -847,7 +861,7 @@ After request Before request -Info 83 [00:02:59.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -858,7 +872,7 @@ Info 83 [00:02:59.000] request: "seq": 10, "type": "request" } -Info 84 [00:03:00.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -899,7 +913,7 @@ After request Before request -Info 85 [00:03:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -910,7 +924,7 @@ Info 85 [00:03:01.000] request: "seq": 11, "type": "request" } -Info 86 [00:03:02.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -951,7 +965,7 @@ After request Before request -Info 87 [00:03:03.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -962,7 +976,7 @@ Info 87 [00:03:03.000] request: "seq": 12, "type": "request" } -Info 88 [00:03:04.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -1003,7 +1017,7 @@ After request Before request -Info 89 [00:03:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1014,17 +1028,17 @@ Info 89 [00:03:05.000] request: "seq": 13, "type": "request" } -Info 90 [00:03:06.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json -Info 91 [00:03:07.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 92 [00:03:08.000] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) -Info 93 [00:03:09.000] Files (2) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/dependency/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/dependency/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts SVC-1-1 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\nconst x = 10;" -Info 94 [00:03:10.000] ----------------------------------------------- -Info 95 [00:03:11.000] Search path: /user/username/projects/myproject/dependency -Info 96 [00:03:12.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 97 [00:03:13.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1109,7 +1123,7 @@ After request Before request -Info 98 [00:03:14.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1120,9 +1134,9 @@ Info 98 [00:03:14.000] request: "seq": 14, "type": "request" } -Info 99 [00:03:15.000] Search path: /user/username/projects/myproject/dependency -Info 100 [00:03:16.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 101 [00:03:17.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1207,7 +1221,7 @@ After request Before request -Info 102 [00:03:18.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1218,9 +1232,9 @@ Info 102 [00:03:18.000] request: "seq": 15, "type": "request" } -Info 103 [00:03:19.000] Search path: /user/username/projects/myproject/dependency -Info 104 [00:03:20.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 105 [00:03:21.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1305,7 +1319,7 @@ After request Before request -Info 106 [00:03:22.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1316,9 +1330,9 @@ Info 106 [00:03:22.000] request: "seq": 16, "type": "request" } -Info 107 [00:03:23.000] Search path: /user/username/projects/myproject/dependency -Info 108 [00:03:24.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 109 [00:03:25.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { @@ -1403,7 +1417,7 @@ After request Before request -Info 110 [00:03:26.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "rename", "arguments": { @@ -1414,9 +1428,9 @@ Info 110 [00:03:26.000] request: "seq": 17, "type": "request" } -Info 111 [00:03:27.000] Search path: /user/username/projects/myproject/dependency -Info 112 [00:03:28.000] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json -Info 113 [00:03:29.000] response: +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/dependency +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/dependency/FnS.ts :: Config file name: /user/username/projects/myproject/dependency/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "response": { "info": { diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configHasNoReference/can-go-to-definition-correctly.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configHasNoReference/can-go-to-definition-correctly.js index 4224dd2729049..0e5195116ca46 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configHasNoReference/can-go-to-definition-correctly.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configHasNoReference/can-go-to-definition-correctly.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:03.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:04.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:05.000] Search path: /user/username/projects/myproject/main -Info 3 [00:01:06.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:01:07.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:01:08.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:01:09.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -237,20 +237,22 @@ Info 6 [00:01:09.000] Config: /user/username/projects/myproject/main/tsconfig "configFilePath": "/user/username/projects/myproject/main/tsconfig.json" } } -Info 7 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:12.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:01:13.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 11 [00:01:14.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 12 [00:01:15.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 13 [00:01:16.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 14 [00:01:17.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 15 [00:01:18.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 16 [00:01:19.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 17 [00:01:20.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 18 [00:01:21.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 19 [00:01:22.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 20 [00:01:23.000] Files (3) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/decls/fns.d.ts Text-1 "export declare function fn1(): void;\nexport declare function fn2(): void;\nexport declare function fn3(): void;\nexport declare function fn4(): void;\nexport declare function fn5(): void;\n//# sourceMappingURL=FnS.d.ts.map" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -263,17 +265,17 @@ Info 20 [00:01:23.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 21 [00:01:24.000] ----------------------------------------------- -Info 22 [00:01:25.000] Search path: /user/username/projects/myproject/main -Info 23 [00:01:26.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 24 [00:01:27.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 24 [00:01:28.000] Files (3) - -Info 24 [00:01:29.000] ----------------------------------------------- -Info 24 [00:01:30.000] Open files: -Info 24 [00:01:31.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 24 [00:01:32.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 24 [00:01:33.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -284,6 +286,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -301,7 +305,7 @@ FsWatchesRecursive:: Before request -Info 25 [00:01:34.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -310,11 +314,11 @@ Info 25 [00:01:34.000] request: "seq": 2, "type": "request" } -Info 26 [00:01:35.000] Search path: /user/username/projects/myproject/random -Info 27 [00:01:36.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 28 [00:01:37.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 29 [00:01:38.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 30 [00:01:39.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -322,16 +326,18 @@ Info 30 [00:01:39.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 31 [00:01:40.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 32 [00:01:41.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 33 [00:01:42.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 34 [00:01:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 35 [00:01:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 36 [00:01:45.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 37 [00:01:46.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 38 [00:01:47.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 39 [00:01:48.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 40 [00:01:49.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -341,21 +347,21 @@ Info 40 [00:01:49.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 41 [00:01:50.000] ----------------------------------------------- -Info 42 [00:01:51.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 42 [00:01:52.000] Files (3) - -Info 42 [00:01:53.000] ----------------------------------------------- -Info 42 [00:01:54.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 42 [00:01:55.000] Files (2) - -Info 42 [00:01:56.000] ----------------------------------------------- -Info 42 [00:01:57.000] Open files: -Info 42 [00:01:58.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 42 [00:01:59.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 42 [00:02:00.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 42 [00:02:01.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 42 [00:02:02.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -366,6 +372,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -389,7 +397,7 @@ FsWatchesRecursive:: Before request -Info 43 [00:02:03.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -400,9 +408,9 @@ Info 43 [00:02:03.000] request: "seq": 3, "type": "request" } -Info 44 [00:02:04.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 45 [00:02:05.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 46 [00:02:06.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -446,6 +454,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -473,7 +483,7 @@ FsWatchesRecursive:: Before request -Info 47 [00:02:07.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -484,7 +494,7 @@ Info 47 [00:02:07.000] request: "seq": 4, "type": "request" } -Info 48 [00:02:08.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -525,7 +535,7 @@ After request Before request -Info 49 [00:02:09.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -536,7 +546,7 @@ Info 49 [00:02:09.000] request: "seq": 5, "type": "request" } -Info 50 [00:02:10.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -577,7 +587,7 @@ After request Before request -Info 51 [00:02:11.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -588,7 +598,7 @@ Info 51 [00:02:11.000] request: "seq": 6, "type": "request" } -Info 52 [00:02:12.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -629,7 +639,7 @@ After request Before request -Info 53 [00:02:13.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -640,7 +650,7 @@ Info 53 [00:02:13.000] request: "seq": 7, "type": "request" } -Info 54 [00:02:14.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -681,7 +691,7 @@ After request Before request -Info 55 [00:02:15.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -690,19 +700,19 @@ Info 55 [00:02:15.000] request: "seq": 8, "type": "request" } -Info 56 [00:02:16.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 57 [00:02:17.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 57 [00:02:18.000] Files (3) - -Info 57 [00:02:19.000] ----------------------------------------------- -Info 57 [00:02:20.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 57 [00:02:21.000] Files (2) - -Info 57 [00:02:22.000] ----------------------------------------------- -Info 57 [00:02:23.000] Open files: -Info 57 [00:02:24.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 57 [00:02:25.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 57 [00:02:26.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -713,6 +723,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -742,7 +754,7 @@ FsWatchesRecursive:: Before request -Info 58 [00:02:27.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -751,23 +763,23 @@ Info 58 [00:02:27.000] request: "seq": 9, "type": "request" } -Info 59 [00:02:28.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 60 [00:02:29.000] Search path: /user/username/projects/myproject/random -Info 61 [00:02:30.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 62 [00:02:31.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 62 [00:02:32.000] Files (3) - -Info 62 [00:02:33.000] ----------------------------------------------- -Info 62 [00:02:34.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 62 [00:02:35.000] Files (2) - -Info 62 [00:02:36.000] ----------------------------------------------- -Info 62 [00:02:37.000] Open files: -Info 62 [00:02:38.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 62 [00:02:39.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 62 [00:02:40.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 62 [00:02:41.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 62 [00:02:42.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -778,6 +790,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -809,7 +823,7 @@ FsWatchesRecursive:: Before request -Info 63 [00:02:43.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -818,19 +832,19 @@ Info 63 [00:02:43.000] request: "seq": 10, "type": "request" } -Info 64 [00:02:44.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 65 [00:02:45.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 65 [00:02:46.000] Files (3) - -Info 65 [00:02:47.000] ----------------------------------------------- -Info 65 [00:02:48.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 65 [00:02:49.000] Files (2) - -Info 65 [00:02:50.000] ----------------------------------------------- -Info 65 [00:02:51.000] Open files: -Info 65 [00:02:52.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 65 [00:02:53.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 65 [00:02:54.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -841,6 +855,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -870,7 +886,7 @@ FsWatchesRecursive:: Before request -Info 66 [00:02:55.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -879,17 +895,17 @@ Info 66 [00:02:55.000] request: "seq": 11, "type": "request" } -Info 67 [00:02:56.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 68 [00:02:57.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 68 [00:02:58.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 68 [00:02:59.000] ----------------------------------------------- -Info 68 [00:03:00.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 68 [00:03:01.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 68 [00:03:02.000] ----------------------------------------------- -Info 68 [00:03:03.000] Open files: -Info 68 [00:03:04.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -900,6 +916,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -931,7 +949,7 @@ FsWatchesRecursive:: Before request -Info 69 [00:03:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -940,12 +958,12 @@ Info 69 [00:03:05.000] request: "seq": 12, "type": "request" } -Info 70 [00:03:06.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 71 [00:03:07.000] Search path: /user/username/projects/myproject/random -Info 72 [00:03:08.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 73 [00:03:09.000] `remove Project:: -Info 74 [00:03:10.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 75 [00:03:11.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts /user/username/projects/myproject/decls/fns.d.ts /user/username/projects/myproject/main/main.ts @@ -958,28 +976,30 @@ Info 75 [00:03:11.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 76 [00:03:12.000] ----------------------------------------------- -Info 77 [00:03:13.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 78 [00:03:14.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 79 [00:03:15.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 80 [00:03:16.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 81 [00:03:17.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 82 [00:03:18.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 83 [00:03:19.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 84 [00:03:20.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 85 [00:03:21.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 86 [00:03:22.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 87 [00:03:23.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 88 [00:03:24.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 89 [00:03:25.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 90 [00:03:26.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 90 [00:03:27.000] Files (2) - -Info 90 [00:03:28.000] ----------------------------------------------- -Info 90 [00:03:29.000] Open files: -Info 90 [00:03:30.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 90 [00:03:31.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 90 [00:03:32.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -988,6 +1008,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configHasNoReference/dependency-dts-changes-with-timeout-before-request.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configHasNoReference/dependency-dts-changes-with-timeout-before-request.js index a13a3f303035b..1039c3cbfe8c3 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configHasNoReference/dependency-dts-changes-with-timeout-before-request.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configHasNoReference/dependency-dts-changes-with-timeout-before-request.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:03.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:04.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:05.000] Search path: /user/username/projects/myproject/main -Info 3 [00:01:06.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:01:07.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:01:08.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:01:09.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -237,20 +237,22 @@ Info 6 [00:01:09.000] Config: /user/username/projects/myproject/main/tsconfig "configFilePath": "/user/username/projects/myproject/main/tsconfig.json" } } -Info 7 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:12.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:01:13.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 11 [00:01:14.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 12 [00:01:15.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 13 [00:01:16.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 14 [00:01:17.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 15 [00:01:18.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 16 [00:01:19.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 17 [00:01:20.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 18 [00:01:21.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 19 [00:01:22.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 20 [00:01:23.000] Files (3) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/decls/fns.d.ts Text-1 "export declare function fn1(): void;\nexport declare function fn2(): void;\nexport declare function fn3(): void;\nexport declare function fn4(): void;\nexport declare function fn5(): void;\n//# sourceMappingURL=FnS.d.ts.map" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -263,17 +265,17 @@ Info 20 [00:01:23.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 21 [00:01:24.000] ----------------------------------------------- -Info 22 [00:01:25.000] Search path: /user/username/projects/myproject/main -Info 23 [00:01:26.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 24 [00:01:27.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 24 [00:01:28.000] Files (3) - -Info 24 [00:01:29.000] ----------------------------------------------- -Info 24 [00:01:30.000] Open files: -Info 24 [00:01:31.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 24 [00:01:32.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 24 [00:01:33.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -284,6 +286,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -301,7 +305,7 @@ FsWatchesRecursive:: Before request -Info 25 [00:01:34.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -310,11 +314,11 @@ Info 25 [00:01:34.000] request: "seq": 2, "type": "request" } -Info 26 [00:01:35.000] Search path: /user/username/projects/myproject/random -Info 27 [00:01:36.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 28 [00:01:37.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 29 [00:01:38.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 30 [00:01:39.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -322,16 +326,18 @@ Info 30 [00:01:39.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 31 [00:01:40.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 32 [00:01:41.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 33 [00:01:42.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 34 [00:01:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 35 [00:01:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 36 [00:01:45.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 37 [00:01:46.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 38 [00:01:47.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 39 [00:01:48.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 40 [00:01:49.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -341,21 +347,21 @@ Info 40 [00:01:49.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 41 [00:01:50.000] ----------------------------------------------- -Info 42 [00:01:51.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 42 [00:01:52.000] Files (3) - -Info 42 [00:01:53.000] ----------------------------------------------- -Info 42 [00:01:54.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 42 [00:01:55.000] Files (2) - -Info 42 [00:01:56.000] ----------------------------------------------- -Info 42 [00:01:57.000] Open files: -Info 42 [00:01:58.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 42 [00:01:59.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 42 [00:02:00.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 42 [00:02:01.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 42 [00:02:02.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -366,6 +372,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -389,7 +397,7 @@ FsWatchesRecursive:: Before request -Info 43 [00:02:03.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -400,9 +408,9 @@ Info 43 [00:02:03.000] request: "seq": 3, "type": "request" } -Info 44 [00:02:04.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 45 [00:02:05.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 46 [00:02:06.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -446,6 +454,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -471,10 +481,10 @@ FsWatchesRecursive:: /user/username/projects/myproject/random: {} -Info 47 [00:02:10.000] FileWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts 1:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 48 [00:02:11.000] Scheduled: /user/username/projects/myproject/main/tsconfig.json -Info 49 [00:02:12.000] Scheduled: *ensureProjectForOpenFiles* -Info 50 [00:02:13.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts 1:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts 1:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts 1:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info Before running Timeout callback:: count: 2 1: /user/username/projects/myproject/main/tsconfig.json 2: *ensureProjectForOpenFiles* @@ -488,50 +498,50 @@ export declare function fn6(): void; //# sourceMappingURL=FnS.d.ts.map -Info 51 [00:02:14.000] Running: /user/username/projects/myproject/main/tsconfig.json -Info 52 [00:02:15.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 53 [00:02:16.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 54 [00:02:17.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 55 [00:02:18.000] Files (3) +Info seq [hh:mm:ss:mss] Running: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/decls/fns.d.ts Text-2 "export declare function fn1(): void;\nexport declare function fn2(): void;\nexport declare function fn3(): void;\nexport declare function fn4(): void;\nexport declare function fn5(): void;\nexport declare function fn6(): void;\n//# sourceMappingURL=FnS.d.ts.map" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" -Info 56 [00:02:19.000] ----------------------------------------------- -Info 57 [00:02:20.000] Running: *ensureProjectForOpenFiles* -Info 58 [00:02:21.000] Before ensureProjectForOpenFiles: -Info 59 [00:02:22.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 59 [00:02:23.000] Files (3) - -Info 59 [00:02:24.000] ----------------------------------------------- -Info 59 [00:02:25.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 59 [00:02:26.000] Files (2) - -Info 59 [00:02:27.000] ----------------------------------------------- -Info 59 [00:02:28.000] Open files: -Info 59 [00:02:29.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 59 [00:02:30.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 59 [00:02:31.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 59 [00:02:32.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 59 [00:02:33.000] After ensureProjectForOpenFiles: -Info 60 [00:02:34.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 60 [00:02:35.000] Files (3) - -Info 60 [00:02:36.000] ----------------------------------------------- -Info 60 [00:02:37.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 60 [00:02:38.000] Files (2) - -Info 60 [00:02:39.000] ----------------------------------------------- -Info 60 [00:02:40.000] Open files: -Info 60 [00:02:41.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 60 [00:02:42.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 60 [00:02:43.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 60 [00:02:44.000] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json After running Timeout callback:: count: 0 Before request -Info 60 [00:02:45.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -542,7 +552,7 @@ Info 60 [00:02:45.000] request: "seq": 4, "type": "request" } -Info 61 [00:02:46.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -583,7 +593,7 @@ After request Before request -Info 62 [00:02:47.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -594,7 +604,7 @@ Info 62 [00:02:47.000] request: "seq": 5, "type": "request" } -Info 63 [00:02:48.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -635,7 +645,7 @@ After request Before request -Info 64 [00:02:49.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -646,7 +656,7 @@ Info 64 [00:02:49.000] request: "seq": 6, "type": "request" } -Info 65 [00:02:50.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -687,7 +697,7 @@ After request Before request -Info 66 [00:02:51.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -698,7 +708,7 @@ Info 66 [00:02:51.000] request: "seq": 7, "type": "request" } -Info 67 [00:02:52.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -739,7 +749,7 @@ After request Before request -Info 68 [00:02:53.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -750,7 +760,7 @@ Info 68 [00:02:53.000] request: "seq": 8, "type": "request" } -Info 69 [00:02:54.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configHasNoReference/dependency-dts-changes.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configHasNoReference/dependency-dts-changes.js index 31cce9d1b7db3..7dd203930b179 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configHasNoReference/dependency-dts-changes.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configHasNoReference/dependency-dts-changes.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:03.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:04.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:05.000] Search path: /user/username/projects/myproject/main -Info 3 [00:01:06.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:01:07.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:01:08.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:01:09.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -237,20 +237,22 @@ Info 6 [00:01:09.000] Config: /user/username/projects/myproject/main/tsconfig "configFilePath": "/user/username/projects/myproject/main/tsconfig.json" } } -Info 7 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:12.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:01:13.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 11 [00:01:14.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 12 [00:01:15.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 13 [00:01:16.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 14 [00:01:17.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 15 [00:01:18.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 16 [00:01:19.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 17 [00:01:20.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 18 [00:01:21.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 19 [00:01:22.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 20 [00:01:23.000] Files (3) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/decls/fns.d.ts Text-1 "export declare function fn1(): void;\nexport declare function fn2(): void;\nexport declare function fn3(): void;\nexport declare function fn4(): void;\nexport declare function fn5(): void;\n//# sourceMappingURL=FnS.d.ts.map" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -263,17 +265,17 @@ Info 20 [00:01:23.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 21 [00:01:24.000] ----------------------------------------------- -Info 22 [00:01:25.000] Search path: /user/username/projects/myproject/main -Info 23 [00:01:26.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 24 [00:01:27.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 24 [00:01:28.000] Files (3) - -Info 24 [00:01:29.000] ----------------------------------------------- -Info 24 [00:01:30.000] Open files: -Info 24 [00:01:31.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 24 [00:01:32.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 24 [00:01:33.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -284,6 +286,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -301,7 +305,7 @@ FsWatchesRecursive:: Before request -Info 25 [00:01:34.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -310,11 +314,11 @@ Info 25 [00:01:34.000] request: "seq": 2, "type": "request" } -Info 26 [00:01:35.000] Search path: /user/username/projects/myproject/random -Info 27 [00:01:36.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 28 [00:01:37.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 29 [00:01:38.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 30 [00:01:39.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -322,16 +326,18 @@ Info 30 [00:01:39.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 31 [00:01:40.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 32 [00:01:41.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 33 [00:01:42.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 34 [00:01:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 35 [00:01:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 36 [00:01:45.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 37 [00:01:46.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 38 [00:01:47.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 39 [00:01:48.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 40 [00:01:49.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -341,21 +347,21 @@ Info 40 [00:01:49.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 41 [00:01:50.000] ----------------------------------------------- -Info 42 [00:01:51.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 42 [00:01:52.000] Files (3) - -Info 42 [00:01:53.000] ----------------------------------------------- -Info 42 [00:01:54.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 42 [00:01:55.000] Files (2) - -Info 42 [00:01:56.000] ----------------------------------------------- -Info 42 [00:01:57.000] Open files: -Info 42 [00:01:58.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 42 [00:01:59.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 42 [00:02:00.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 42 [00:02:01.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 42 [00:02:02.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -366,6 +372,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -389,7 +397,7 @@ FsWatchesRecursive:: Before request -Info 43 [00:02:03.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -400,9 +408,9 @@ Info 43 [00:02:03.000] request: "seq": 3, "type": "request" } -Info 44 [00:02:04.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 45 [00:02:05.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 46 [00:02:06.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -446,6 +454,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -471,10 +481,10 @@ FsWatchesRecursive:: /user/username/projects/myproject/random: {} -Info 47 [00:02:10.000] FileWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts 1:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 48 [00:02:11.000] Scheduled: /user/username/projects/myproject/main/tsconfig.json -Info 49 [00:02:12.000] Scheduled: *ensureProjectForOpenFiles* -Info 50 [00:02:13.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts 1:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts 1:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts 1:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info Before request //// [/user/username/projects/myproject/decls/FnS.d.ts] export declare function fn1(): void; @@ -486,7 +496,7 @@ export declare function fn6(): void; //# sourceMappingURL=FnS.d.ts.map -Info 51 [00:02:14.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -497,16 +507,16 @@ Info 51 [00:02:14.000] request: "seq": 4, "type": "request" } -Info 52 [00:02:15.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 53 [00:02:16.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 54 [00:02:17.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 55 [00:02:18.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/decls/fns.d.ts Text-2 "export declare function fn1(): void;\nexport declare function fn2(): void;\nexport declare function fn3(): void;\nexport declare function fn4(): void;\nexport declare function fn5(): void;\nexport declare function fn6(): void;\n//# sourceMappingURL=FnS.d.ts.map" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" -Info 56 [00:02:19.000] ----------------------------------------------- -Info 57 [00:02:20.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -547,7 +557,7 @@ After request Before request -Info 58 [00:02:21.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -558,7 +568,7 @@ Info 58 [00:02:21.000] request: "seq": 5, "type": "request" } -Info 59 [00:02:22.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -599,7 +609,7 @@ After request Before request -Info 60 [00:02:23.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -610,7 +620,7 @@ Info 60 [00:02:23.000] request: "seq": 6, "type": "request" } -Info 61 [00:02:24.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -651,7 +661,7 @@ After request Before request -Info 62 [00:02:25.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -662,7 +672,7 @@ Info 62 [00:02:25.000] request: "seq": 7, "type": "request" } -Info 63 [00:02:26.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -703,7 +713,7 @@ After request Before request -Info 64 [00:02:27.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -714,7 +724,7 @@ Info 64 [00:02:27.000] request: "seq": 8, "type": "request" } -Info 65 [00:02:28.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configHasNoReference/dependency-dts-created.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configHasNoReference/dependency-dts-created.js index 66a6088416685..5998c71f6401a 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configHasNoReference/dependency-dts-created.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configHasNoReference/dependency-dts-created.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:04.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -206,7 +206,7 @@ export {}; } -Info 1 [00:01:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -215,11 +215,11 @@ Info 1 [00:01:05.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:06.000] Search path: /user/username/projects/myproject/main -Info 3 [00:01:07.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:01:08.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:01:09.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:01:10.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -229,19 +229,21 @@ Info 6 [00:01:10.000] Config: /user/username/projects/myproject/main/tsconfig "configFilePath": "/user/username/projects/myproject/main/tsconfig.json" } } -Info 7 [00:01:11.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:12.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:13.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:01:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 11 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 12 [00:01:16.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 13 [00:01:17.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 14 [00:01:18.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 15 [00:01:19.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 16 [00:01:20.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 17 [00:01:21.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 18 [00:01:22.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 19 [00:01:23.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -251,17 +253,17 @@ Info 19 [00:01:23.000] Files (2) main.ts Matched by default include pattern '**/*' -Info 20 [00:01:24.000] ----------------------------------------------- -Info 21 [00:01:25.000] Search path: /user/username/projects/myproject/main -Info 22 [00:01:26.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 23 [00:01:27.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 23 [00:01:28.000] Files (2) - -Info 23 [00:01:29.000] ----------------------------------------------- -Info 23 [00:01:30.000] Open files: -Info 23 [00:01:31.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 23 [00:01:32.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 23 [00:01:33.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -272,6 +274,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -287,7 +291,7 @@ FsWatchesRecursive:: Before request -Info 24 [00:01:34.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -296,11 +300,11 @@ Info 24 [00:01:34.000] request: "seq": 2, "type": "request" } -Info 25 [00:01:35.000] Search path: /user/username/projects/myproject/random -Info 26 [00:01:36.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 27 [00:01:37.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 28 [00:01:38.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 29 [00:01:39.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -308,16 +312,18 @@ Info 29 [00:01:39.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 30 [00:01:40.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 31 [00:01:41.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 32 [00:01:42.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 33 [00:01:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 34 [00:01:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 35 [00:01:45.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 36 [00:01:46.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 37 [00:01:47.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 38 [00:01:48.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 39 [00:01:49.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -327,21 +333,21 @@ Info 39 [00:01:49.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 40 [00:01:50.000] ----------------------------------------------- -Info 41 [00:01:51.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 41 [00:01:52.000] Files (2) - -Info 41 [00:01:53.000] ----------------------------------------------- -Info 41 [00:01:54.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 41 [00:01:55.000] Files (2) - -Info 41 [00:01:56.000] ----------------------------------------------- -Info 41 [00:01:57.000] Open files: -Info 41 [00:01:58.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 41 [00:01:59.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 41 [00:02:00.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 41 [00:02:01.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 41 [00:02:02.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -352,6 +358,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -373,7 +381,7 @@ FsWatchesRecursive:: Before request -Info 42 [00:02:03.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -384,7 +392,7 @@ Info 42 [00:02:03.000] request: "seq": 3, "type": "request" } -Info 43 [00:02:04.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -423,9 +431,9 @@ Info 43 [00:02:04.000] response: } After request -Info 44 [00:02:07.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 45 [00:02:08.000] Scheduled: /user/username/projects/myproject/main/tsconfig.jsonFailedLookupInvalidation -Info 46 [00:02:09.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/main/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations Before request //// [/user/username/projects/myproject/decls/FnS.d.ts] export declare function fn1(): void; @@ -436,7 +444,7 @@ export declare function fn5(): void; //# sourceMappingURL=FnS.d.ts.map -Info 47 [00:02:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -447,12 +455,12 @@ Info 47 [00:02:10.000] request: "seq": 4, "type": "request" } -Info 48 [00:02:11.000] Scheduled: *ensureProjectForOpenFiles* -Info 49 [00:02:12.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 50 [00:02:13.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 51 [00:02:14.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms -Info 52 [00:02:15.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 53 [00:02:16.000] Files (3) +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/decls/fns.d.ts Text-1 "export declare function fn1(): void;\nexport declare function fn2(): void;\nexport declare function fn3(): void;\nexport declare function fn4(): void;\nexport declare function fn5(): void;\n//# sourceMappingURL=FnS.d.ts.map" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -465,10 +473,10 @@ Info 53 [00:02:16.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 54 [00:02:17.000] ----------------------------------------------- -Info 55 [00:02:18.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 56 [00:02:19.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 57 [00:02:20.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -512,6 +520,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -539,7 +549,7 @@ FsWatchesRecursive:: Before request -Info 58 [00:02:21.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -550,7 +560,7 @@ Info 58 [00:02:21.000] request: "seq": 5, "type": "request" } -Info 59 [00:02:22.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -591,7 +601,7 @@ After request Before request -Info 60 [00:02:23.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -602,7 +612,7 @@ Info 60 [00:02:23.000] request: "seq": 6, "type": "request" } -Info 61 [00:02:24.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -643,7 +653,7 @@ After request Before request -Info 62 [00:02:25.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -654,7 +664,7 @@ Info 62 [00:02:25.000] request: "seq": 7, "type": "request" } -Info 63 [00:02:26.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -695,7 +705,7 @@ After request Before request -Info 64 [00:02:27.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -706,7 +716,7 @@ Info 64 [00:02:27.000] request: "seq": 8, "type": "request" } -Info 65 [00:02:28.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -747,7 +757,7 @@ After request Before request -Info 66 [00:02:29.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -756,19 +766,19 @@ Info 66 [00:02:29.000] request: "seq": 9, "type": "request" } -Info 67 [00:02:30.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 68 [00:02:31.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 68 [00:02:32.000] Files (3) - -Info 68 [00:02:33.000] ----------------------------------------------- -Info 68 [00:02:34.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 68 [00:02:35.000] Files (2) - -Info 68 [00:02:36.000] ----------------------------------------------- -Info 68 [00:02:37.000] Open files: -Info 68 [00:02:38.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 68 [00:02:39.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 68 [00:02:40.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -779,6 +789,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -808,7 +820,7 @@ FsWatchesRecursive:: Before request -Info 69 [00:02:41.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -817,23 +829,23 @@ Info 69 [00:02:41.000] request: "seq": 10, "type": "request" } -Info 70 [00:02:42.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 71 [00:02:43.000] Search path: /user/username/projects/myproject/random -Info 72 [00:02:44.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 73 [00:02:45.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 73 [00:02:46.000] Files (3) - -Info 73 [00:02:47.000] ----------------------------------------------- -Info 73 [00:02:48.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 73 [00:02:49.000] Files (2) - -Info 73 [00:02:50.000] ----------------------------------------------- -Info 73 [00:02:51.000] Open files: -Info 73 [00:02:52.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 73 [00:02:53.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 73 [00:02:54.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 73 [00:02:55.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 73 [00:02:56.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -844,6 +856,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -875,7 +889,7 @@ FsWatchesRecursive:: Before request -Info 74 [00:02:57.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -884,19 +898,19 @@ Info 74 [00:02:57.000] request: "seq": 11, "type": "request" } -Info 75 [00:02:58.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 76 [00:02:59.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 76 [00:03:00.000] Files (3) - -Info 76 [00:03:01.000] ----------------------------------------------- -Info 76 [00:03:02.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 76 [00:03:03.000] Files (2) - -Info 76 [00:03:04.000] ----------------------------------------------- -Info 76 [00:03:05.000] Open files: -Info 76 [00:03:06.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 76 [00:03:07.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 76 [00:03:08.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -907,6 +921,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -936,7 +952,7 @@ FsWatchesRecursive:: Before request -Info 77 [00:03:09.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -945,17 +961,17 @@ Info 77 [00:03:09.000] request: "seq": 12, "type": "request" } -Info 78 [00:03:10.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 79 [00:03:11.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 79 [00:03:12.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 79 [00:03:13.000] ----------------------------------------------- -Info 79 [00:03:14.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 79 [00:03:15.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 79 [00:03:16.000] ----------------------------------------------- -Info 79 [00:03:17.000] Open files: -Info 79 [00:03:18.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -966,6 +982,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -997,7 +1015,7 @@ FsWatchesRecursive:: Before request -Info 80 [00:03:19.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -1006,12 +1024,12 @@ Info 80 [00:03:19.000] request: "seq": 13, "type": "request" } -Info 81 [00:03:20.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 82 [00:03:21.000] Search path: /user/username/projects/myproject/random -Info 83 [00:03:22.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 84 [00:03:23.000] `remove Project:: -Info 85 [00:03:24.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 86 [00:03:25.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts /user/username/projects/myproject/decls/fns.d.ts /user/username/projects/myproject/main/main.ts @@ -1024,28 +1042,30 @@ Info 86 [00:03:25.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 87 [00:03:26.000] ----------------------------------------------- -Info 88 [00:03:27.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 89 [00:03:28.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 90 [00:03:29.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 91 [00:03:30.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 92 [00:03:31.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 93 [00:03:32.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 94 [00:03:33.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 95 [00:03:34.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 96 [00:03:35.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 97 [00:03:36.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 98 [00:03:37.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 99 [00:03:38.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 100 [00:03:39.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 101 [00:03:40.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 101 [00:03:41.000] Files (2) - -Info 101 [00:03:42.000] ----------------------------------------------- -Info 101 [00:03:43.000] Open files: -Info 101 [00:03:44.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 101 [00:03:45.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 101 [00:03:46.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1054,6 +1074,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configHasNoReference/dependency-dts-deleted.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configHasNoReference/dependency-dts-deleted.js index 84222011a6e66..de17781f72ec8 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configHasNoReference/dependency-dts-deleted.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configHasNoReference/dependency-dts-deleted.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:03.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:04.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:05.000] Search path: /user/username/projects/myproject/main -Info 3 [00:01:06.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:01:07.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:01:08.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:01:09.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -237,20 +237,22 @@ Info 6 [00:01:09.000] Config: /user/username/projects/myproject/main/tsconfig "configFilePath": "/user/username/projects/myproject/main/tsconfig.json" } } -Info 7 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:12.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:01:13.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 11 [00:01:14.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 12 [00:01:15.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 13 [00:01:16.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 14 [00:01:17.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 15 [00:01:18.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 16 [00:01:19.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 17 [00:01:20.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 18 [00:01:21.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 19 [00:01:22.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 20 [00:01:23.000] Files (3) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/decls/fns.d.ts Text-1 "export declare function fn1(): void;\nexport declare function fn2(): void;\nexport declare function fn3(): void;\nexport declare function fn4(): void;\nexport declare function fn5(): void;\n//# sourceMappingURL=FnS.d.ts.map" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -263,17 +265,17 @@ Info 20 [00:01:23.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 21 [00:01:24.000] ----------------------------------------------- -Info 22 [00:01:25.000] Search path: /user/username/projects/myproject/main -Info 23 [00:01:26.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 24 [00:01:27.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 24 [00:01:28.000] Files (3) - -Info 24 [00:01:29.000] ----------------------------------------------- -Info 24 [00:01:30.000] Open files: -Info 24 [00:01:31.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 24 [00:01:32.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 24 [00:01:33.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -284,6 +286,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -301,7 +305,7 @@ FsWatchesRecursive:: Before request -Info 25 [00:01:34.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -310,11 +314,11 @@ Info 25 [00:01:34.000] request: "seq": 2, "type": "request" } -Info 26 [00:01:35.000] Search path: /user/username/projects/myproject/random -Info 27 [00:01:36.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 28 [00:01:37.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 29 [00:01:38.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 30 [00:01:39.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -322,16 +326,18 @@ Info 30 [00:01:39.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 31 [00:01:40.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 32 [00:01:41.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 33 [00:01:42.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 34 [00:01:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 35 [00:01:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 36 [00:01:45.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 37 [00:01:46.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 38 [00:01:47.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 39 [00:01:48.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 40 [00:01:49.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -341,21 +347,21 @@ Info 40 [00:01:49.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 41 [00:01:50.000] ----------------------------------------------- -Info 42 [00:01:51.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 42 [00:01:52.000] Files (3) - -Info 42 [00:01:53.000] ----------------------------------------------- -Info 42 [00:01:54.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 42 [00:01:55.000] Files (2) - -Info 42 [00:01:56.000] ----------------------------------------------- -Info 42 [00:01:57.000] Open files: -Info 42 [00:01:58.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 42 [00:01:59.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 42 [00:02:00.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 42 [00:02:01.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 42 [00:02:02.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -366,6 +372,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -389,7 +397,7 @@ FsWatchesRecursive:: Before request -Info 43 [00:02:03.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -400,9 +408,9 @@ Info 43 [00:02:03.000] request: "seq": 3, "type": "request" } -Info 44 [00:02:04.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 45 [00:02:05.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 46 [00:02:06.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -446,6 +454,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -471,14 +481,14 @@ FsWatchesRecursive:: /user/username/projects/myproject/random: {} -Info 47 [00:02:08.000] FileWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts 2:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 48 [00:02:09.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 49 [00:02:10.000] Scheduled: /user/username/projects/myproject/main/tsconfig.json -Info 50 [00:02:11.000] Scheduled: *ensureProjectForOpenFiles* -Info 51 [00:02:12.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts 2:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 52 [00:02:13.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 53 [00:02:14.000] Scheduled: /user/username/projects/myproject/main/tsconfig.jsonFailedLookupInvalidation -Info 54 [00:02:15.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts 2:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts 2:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/main/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations Before request //// [/user/username/projects/myproject/decls/FnS.d.ts] deleted @@ -487,6 +497,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -514,7 +526,7 @@ FsWatchesRecursive:: /user/username/projects/myproject/random: {} -Info 55 [00:02:16.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -525,10 +537,10 @@ Info 55 [00:02:16.000] request: "seq": 4, "type": "request" } -Info 56 [00:02:17.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 57 [00:02:18.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 58 [00:02:19.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 59 [00:02:20.000] Files (2) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -538,8 +550,8 @@ Info 59 [00:02:20.000] Files (2) main.ts Matched by default include pattern '**/*' -Info 60 [00:02:21.000] ----------------------------------------------- -Info 61 [00:02:22.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -580,7 +592,7 @@ After request Before request -Info 62 [00:02:23.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -591,7 +603,7 @@ Info 62 [00:02:23.000] request: "seq": 5, "type": "request" } -Info 63 [00:02:24.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -632,7 +644,7 @@ After request Before request -Info 64 [00:02:25.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -643,7 +655,7 @@ Info 64 [00:02:25.000] request: "seq": 6, "type": "request" } -Info 65 [00:02:26.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -684,7 +696,7 @@ After request Before request -Info 66 [00:02:27.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -695,7 +707,7 @@ Info 66 [00:02:27.000] request: "seq": 7, "type": "request" } -Info 67 [00:02:28.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -736,7 +748,7 @@ After request Before request -Info 68 [00:02:29.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -747,7 +759,7 @@ Info 68 [00:02:29.000] request: "seq": 8, "type": "request" } -Info 69 [00:02:30.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -788,7 +800,7 @@ After request Before request -Info 70 [00:02:31.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -797,19 +809,19 @@ Info 70 [00:02:31.000] request: "seq": 9, "type": "request" } -Info 71 [00:02:32.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 72 [00:02:33.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 72 [00:02:34.000] Files (2) - -Info 72 [00:02:35.000] ----------------------------------------------- -Info 72 [00:02:36.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 72 [00:02:37.000] Files (2) - -Info 72 [00:02:38.000] ----------------------------------------------- -Info 72 [00:02:39.000] Open files: -Info 72 [00:02:40.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 72 [00:02:41.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 72 [00:02:42.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -820,6 +832,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -847,7 +861,7 @@ FsWatchesRecursive:: Before request -Info 73 [00:02:43.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -856,25 +870,25 @@ Info 73 [00:02:43.000] request: "seq": 10, "type": "request" } -Info 74 [00:02:44.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 75 [00:02:45.000] Search path: /user/username/projects/myproject/random -Info 76 [00:02:46.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 77 [00:02:47.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 78 [00:02:48.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 79 [00:02:49.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 79 [00:02:50.000] Files (2) - -Info 79 [00:02:51.000] ----------------------------------------------- -Info 79 [00:02:52.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 79 [00:02:53.000] Files (2) - -Info 79 [00:02:54.000] ----------------------------------------------- -Info 79 [00:02:55.000] Open files: -Info 79 [00:02:56.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 79 [00:02:57.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 79 [00:02:58.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 79 [00:02:59.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 79 [00:03:00.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -885,6 +899,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -914,7 +930,7 @@ FsWatchesRecursive:: Before request -Info 80 [00:03:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -923,19 +939,19 @@ Info 80 [00:03:01.000] request: "seq": 11, "type": "request" } -Info 81 [00:03:02.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 82 [00:03:03.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 82 [00:03:04.000] Files (2) - -Info 82 [00:03:05.000] ----------------------------------------------- -Info 82 [00:03:06.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 82 [00:03:07.000] Files (2) - -Info 82 [00:03:08.000] ----------------------------------------------- -Info 82 [00:03:09.000] Open files: -Info 82 [00:03:10.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 82 [00:03:11.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 82 [00:03:12.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -946,6 +962,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -969,7 +987,7 @@ FsWatchesRecursive:: Before request -Info 83 [00:03:13.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -978,17 +996,17 @@ Info 83 [00:03:13.000] request: "seq": 12, "type": "request" } -Info 84 [00:03:14.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 85 [00:03:15.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 85 [00:03:16.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 85 [00:03:17.000] ----------------------------------------------- -Info 85 [00:03:18.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 85 [00:03:19.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 85 [00:03:20.000] ----------------------------------------------- -Info 85 [00:03:21.000] Open files: -Info 85 [00:03:22.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -999,6 +1017,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -1024,7 +1044,7 @@ FsWatchesRecursive:: Before request -Info 86 [00:03:23.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -1033,12 +1053,12 @@ Info 86 [00:03:23.000] request: "seq": 13, "type": "request" } -Info 87 [00:03:24.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 88 [00:03:25.000] Search path: /user/username/projects/myproject/random -Info 89 [00:03:26.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 90 [00:03:27.000] `remove Project:: -Info 91 [00:03:28.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 92 [00:03:29.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts /user/username/projects/myproject/main/main.ts @@ -1048,25 +1068,27 @@ Info 92 [00:03:29.000] Files (2) main.ts Matched by default include pattern '**/*' -Info 93 [00:03:30.000] ----------------------------------------------- -Info 94 [00:03:31.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 95 [00:03:32.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 96 [00:03:33.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 97 [00:03:34.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 98 [00:03:35.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 99 [00:03:36.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 100 [00:03:37.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 101 [00:03:38.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 102 [00:03:39.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 103 [00:03:40.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 104 [00:03:41.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 104 [00:03:42.000] Files (2) - -Info 104 [00:03:43.000] ----------------------------------------------- -Info 104 [00:03:44.000] Open files: -Info 104 [00:03:45.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 104 [00:03:46.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 104 [00:03:47.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1075,6 +1097,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configHasNoReference/dependency-dts-not-present.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configHasNoReference/dependency-dts-not-present.js index 0ff7ded831497..94fd2b444fe54 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configHasNoReference/dependency-dts-not-present.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configHasNoReference/dependency-dts-not-present.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:04.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -206,7 +206,7 @@ export {}; } -Info 1 [00:01:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -215,11 +215,11 @@ Info 1 [00:01:05.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:06.000] Search path: /user/username/projects/myproject/main -Info 3 [00:01:07.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:01:08.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:01:09.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:01:10.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -229,19 +229,21 @@ Info 6 [00:01:10.000] Config: /user/username/projects/myproject/main/tsconfig "configFilePath": "/user/username/projects/myproject/main/tsconfig.json" } } -Info 7 [00:01:11.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:12.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:13.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:01:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 11 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 12 [00:01:16.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 13 [00:01:17.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 14 [00:01:18.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 15 [00:01:19.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 16 [00:01:20.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 17 [00:01:21.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 18 [00:01:22.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 19 [00:01:23.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -251,17 +253,17 @@ Info 19 [00:01:23.000] Files (2) main.ts Matched by default include pattern '**/*' -Info 20 [00:01:24.000] ----------------------------------------------- -Info 21 [00:01:25.000] Search path: /user/username/projects/myproject/main -Info 22 [00:01:26.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 23 [00:01:27.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 23 [00:01:28.000] Files (2) - -Info 23 [00:01:29.000] ----------------------------------------------- -Info 23 [00:01:30.000] Open files: -Info 23 [00:01:31.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 23 [00:01:32.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 23 [00:01:33.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -272,6 +274,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -287,7 +291,7 @@ FsWatchesRecursive:: Before request -Info 24 [00:01:34.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -296,11 +300,11 @@ Info 24 [00:01:34.000] request: "seq": 2, "type": "request" } -Info 25 [00:01:35.000] Search path: /user/username/projects/myproject/random -Info 26 [00:01:36.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 27 [00:01:37.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 28 [00:01:38.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 29 [00:01:39.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -308,16 +312,18 @@ Info 29 [00:01:39.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 30 [00:01:40.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 31 [00:01:41.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 32 [00:01:42.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 33 [00:01:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 34 [00:01:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 35 [00:01:45.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 36 [00:01:46.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 37 [00:01:47.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 38 [00:01:48.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 39 [00:01:49.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -327,21 +333,21 @@ Info 39 [00:01:49.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 40 [00:01:50.000] ----------------------------------------------- -Info 41 [00:01:51.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 41 [00:01:52.000] Files (2) - -Info 41 [00:01:53.000] ----------------------------------------------- -Info 41 [00:01:54.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 41 [00:01:55.000] Files (2) - -Info 41 [00:01:56.000] ----------------------------------------------- -Info 41 [00:01:57.000] Open files: -Info 41 [00:01:58.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 41 [00:01:59.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 41 [00:02:00.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 41 [00:02:01.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 41 [00:02:02.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -352,6 +358,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -373,7 +381,7 @@ FsWatchesRecursive:: Before request -Info 42 [00:02:03.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -384,7 +392,7 @@ Info 42 [00:02:03.000] request: "seq": 3, "type": "request" } -Info 43 [00:02:04.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -425,7 +433,7 @@ After request Before request -Info 44 [00:02:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -436,7 +444,7 @@ Info 44 [00:02:05.000] request: "seq": 4, "type": "request" } -Info 45 [00:02:06.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -477,7 +485,7 @@ After request Before request -Info 46 [00:02:07.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -488,7 +496,7 @@ Info 46 [00:02:07.000] request: "seq": 5, "type": "request" } -Info 47 [00:02:08.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -529,7 +537,7 @@ After request Before request -Info 48 [00:02:09.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -540,7 +548,7 @@ Info 48 [00:02:09.000] request: "seq": 6, "type": "request" } -Info 49 [00:02:10.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -581,7 +589,7 @@ After request Before request -Info 50 [00:02:11.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -592,7 +600,7 @@ Info 50 [00:02:11.000] request: "seq": 7, "type": "request" } -Info 51 [00:02:12.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -633,7 +641,7 @@ After request Before request -Info 52 [00:02:13.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -642,19 +650,19 @@ Info 52 [00:02:13.000] request: "seq": 8, "type": "request" } -Info 53 [00:02:14.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 54 [00:02:15.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 54 [00:02:16.000] Files (2) - -Info 54 [00:02:17.000] ----------------------------------------------- -Info 54 [00:02:18.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 54 [00:02:19.000] Files (2) - -Info 54 [00:02:20.000] ----------------------------------------------- -Info 54 [00:02:21.000] Open files: -Info 54 [00:02:22.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 54 [00:02:23.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 54 [00:02:24.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -665,6 +673,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -688,7 +698,7 @@ FsWatchesRecursive:: Before request -Info 55 [00:02:25.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -697,23 +707,23 @@ Info 55 [00:02:25.000] request: "seq": 9, "type": "request" } -Info 56 [00:02:26.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 57 [00:02:27.000] Search path: /user/username/projects/myproject/random -Info 58 [00:02:28.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 59 [00:02:29.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 59 [00:02:30.000] Files (2) - -Info 59 [00:02:31.000] ----------------------------------------------- -Info 59 [00:02:32.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 59 [00:02:33.000] Files (2) - -Info 59 [00:02:34.000] ----------------------------------------------- -Info 59 [00:02:35.000] Open files: -Info 59 [00:02:36.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 59 [00:02:37.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 59 [00:02:38.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 59 [00:02:39.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 59 [00:02:40.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -724,6 +734,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -749,7 +761,7 @@ FsWatchesRecursive:: Before request -Info 60 [00:02:41.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -758,19 +770,19 @@ Info 60 [00:02:41.000] request: "seq": 10, "type": "request" } -Info 61 [00:02:42.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 62 [00:02:43.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 62 [00:02:44.000] Files (2) - -Info 62 [00:02:45.000] ----------------------------------------------- -Info 62 [00:02:46.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 62 [00:02:47.000] Files (2) - -Info 62 [00:02:48.000] ----------------------------------------------- -Info 62 [00:02:49.000] Open files: -Info 62 [00:02:50.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 62 [00:02:51.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 62 [00:02:52.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -781,6 +793,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -804,7 +818,7 @@ FsWatchesRecursive:: Before request -Info 63 [00:02:53.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -813,17 +827,17 @@ Info 63 [00:02:53.000] request: "seq": 11, "type": "request" } -Info 64 [00:02:54.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 65 [00:02:55.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 65 [00:02:56.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 65 [00:02:57.000] ----------------------------------------------- -Info 65 [00:02:58.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 65 [00:02:59.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 65 [00:03:00.000] ----------------------------------------------- -Info 65 [00:03:01.000] Open files: -Info 65 [00:03:02.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -834,6 +848,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -859,7 +875,7 @@ FsWatchesRecursive:: Before request -Info 66 [00:03:03.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -868,12 +884,12 @@ Info 66 [00:03:03.000] request: "seq": 12, "type": "request" } -Info 67 [00:03:04.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 68 [00:03:05.000] Search path: /user/username/projects/myproject/random -Info 69 [00:03:06.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 70 [00:03:07.000] `remove Project:: -Info 71 [00:03:08.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 72 [00:03:09.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts /user/username/projects/myproject/main/main.ts @@ -883,25 +899,27 @@ Info 72 [00:03:09.000] Files (2) main.ts Matched by default include pattern '**/*' -Info 73 [00:03:10.000] ----------------------------------------------- -Info 74 [00:03:11.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 75 [00:03:12.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 76 [00:03:13.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 77 [00:03:14.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 78 [00:03:15.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 79 [00:03:16.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 80 [00:03:17.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 81 [00:03:18.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 82 [00:03:19.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 83 [00:03:20.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 84 [00:03:21.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 84 [00:03:22.000] Files (2) - -Info 84 [00:03:23.000] ----------------------------------------------- -Info 84 [00:03:24.000] Open files: -Info 84 [00:03:25.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 84 [00:03:26.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 84 [00:03:27.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -910,6 +928,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configHasNoReference/dependency-dtsMap-changes-with-timeout-before-request.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configHasNoReference/dependency-dtsMap-changes-with-timeout-before-request.js index fc910150723e6..f0064d39ee01a 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configHasNoReference/dependency-dtsMap-changes-with-timeout-before-request.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configHasNoReference/dependency-dtsMap-changes-with-timeout-before-request.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:03.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:04.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:05.000] Search path: /user/username/projects/myproject/main -Info 3 [00:01:06.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:01:07.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:01:08.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:01:09.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -237,20 +237,22 @@ Info 6 [00:01:09.000] Config: /user/username/projects/myproject/main/tsconfig "configFilePath": "/user/username/projects/myproject/main/tsconfig.json" } } -Info 7 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:12.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:01:13.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 11 [00:01:14.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 12 [00:01:15.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 13 [00:01:16.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 14 [00:01:17.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 15 [00:01:18.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 16 [00:01:19.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 17 [00:01:20.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 18 [00:01:21.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 19 [00:01:22.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 20 [00:01:23.000] Files (3) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/decls/fns.d.ts Text-1 "export declare function fn1(): void;\nexport declare function fn2(): void;\nexport declare function fn3(): void;\nexport declare function fn4(): void;\nexport declare function fn5(): void;\n//# sourceMappingURL=FnS.d.ts.map" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -263,17 +265,17 @@ Info 20 [00:01:23.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 21 [00:01:24.000] ----------------------------------------------- -Info 22 [00:01:25.000] Search path: /user/username/projects/myproject/main -Info 23 [00:01:26.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 24 [00:01:27.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 24 [00:01:28.000] Files (3) - -Info 24 [00:01:29.000] ----------------------------------------------- -Info 24 [00:01:30.000] Open files: -Info 24 [00:01:31.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 24 [00:01:32.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 24 [00:01:33.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -284,6 +286,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -301,7 +305,7 @@ FsWatchesRecursive:: Before request -Info 25 [00:01:34.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -310,11 +314,11 @@ Info 25 [00:01:34.000] request: "seq": 2, "type": "request" } -Info 26 [00:01:35.000] Search path: /user/username/projects/myproject/random -Info 27 [00:01:36.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 28 [00:01:37.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 29 [00:01:38.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 30 [00:01:39.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -322,16 +326,18 @@ Info 30 [00:01:39.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 31 [00:01:40.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 32 [00:01:41.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 33 [00:01:42.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 34 [00:01:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 35 [00:01:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 36 [00:01:45.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 37 [00:01:46.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 38 [00:01:47.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 39 [00:01:48.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 40 [00:01:49.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -341,21 +347,21 @@ Info 40 [00:01:49.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 41 [00:01:50.000] ----------------------------------------------- -Info 42 [00:01:51.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 42 [00:01:52.000] Files (3) - -Info 42 [00:01:53.000] ----------------------------------------------- -Info 42 [00:01:54.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 42 [00:01:55.000] Files (2) - -Info 42 [00:01:56.000] ----------------------------------------------- -Info 42 [00:01:57.000] Open files: -Info 42 [00:01:58.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 42 [00:01:59.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 42 [00:02:00.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 42 [00:02:01.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 42 [00:02:02.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -366,6 +372,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -389,7 +397,7 @@ FsWatchesRecursive:: Before request -Info 43 [00:02:03.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -400,9 +408,9 @@ Info 43 [00:02:03.000] request: "seq": 3, "type": "request" } -Info 44 [00:02:04.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 45 [00:02:05.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 46 [00:02:06.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -446,6 +454,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -471,10 +481,10 @@ FsWatchesRecursive:: /user/username/projects/myproject/random: {} -Info 47 [00:02:10.000] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 48 [00:02:11.000] Scheduled: /user/username/projects/myproject/main/tsconfig.json -Info 49 [00:02:12.000] Scheduled: *ensureProjectForOpenFiles* -Info 50 [00:02:13.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info Before running Timeout callback:: count: 2 1: /user/username/projects/myproject/main/tsconfig.json 2: *ensureProjectForOpenFiles* @@ -482,44 +492,44 @@ Before running Timeout callback:: count: 2 {"version":3,"file":"FnS.d.ts","sourceRoot":"","sources":["../dependency/FnS.ts"],"names":[],"mappings":"AAAA,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,eAAO,MAAM,CAAC,KAAK,CAAC"} -Info 51 [00:02:14.000] Running: /user/username/projects/myproject/main/tsconfig.json -Info 52 [00:02:15.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 53 [00:02:16.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 54 [00:02:17.000] Same program as before -Info 55 [00:02:18.000] Running: *ensureProjectForOpenFiles* -Info 56 [00:02:19.000] Before ensureProjectForOpenFiles: -Info 57 [00:02:20.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 57 [00:02:21.000] Files (3) - -Info 57 [00:02:22.000] ----------------------------------------------- -Info 57 [00:02:23.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 57 [00:02:24.000] Files (2) - -Info 57 [00:02:25.000] ----------------------------------------------- -Info 57 [00:02:26.000] Open files: -Info 57 [00:02:27.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 57 [00:02:28.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 57 [00:02:29.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 57 [00:02:30.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 57 [00:02:31.000] After ensureProjectForOpenFiles: -Info 58 [00:02:32.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 58 [00:02:33.000] Files (3) - -Info 58 [00:02:34.000] ----------------------------------------------- -Info 58 [00:02:35.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 58 [00:02:36.000] Files (2) - -Info 58 [00:02:37.000] ----------------------------------------------- -Info 58 [00:02:38.000] Open files: -Info 58 [00:02:39.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 58 [00:02:40.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 58 [00:02:41.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 58 [00:02:42.000] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Running: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json After running Timeout callback:: count: 0 Before request -Info 58 [00:02:43.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -530,7 +540,7 @@ Info 58 [00:02:43.000] request: "seq": 4, "type": "request" } -Info 59 [00:02:44.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -571,7 +581,7 @@ After request Before request -Info 60 [00:02:45.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -582,7 +592,7 @@ Info 60 [00:02:45.000] request: "seq": 5, "type": "request" } -Info 61 [00:02:46.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -623,7 +633,7 @@ After request Before request -Info 62 [00:02:47.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -634,7 +644,7 @@ Info 62 [00:02:47.000] request: "seq": 6, "type": "request" } -Info 63 [00:02:48.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -675,7 +685,7 @@ After request Before request -Info 64 [00:02:49.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -686,7 +696,7 @@ Info 64 [00:02:49.000] request: "seq": 7, "type": "request" } -Info 65 [00:02:50.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -727,7 +737,7 @@ After request Before request -Info 66 [00:02:51.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -738,7 +748,7 @@ Info 66 [00:02:51.000] request: "seq": 8, "type": "request" } -Info 67 [00:02:52.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configHasNoReference/dependency-dtsMap-changes.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configHasNoReference/dependency-dtsMap-changes.js index 0996ccedc66f3..b9ad10aef0f30 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configHasNoReference/dependency-dtsMap-changes.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configHasNoReference/dependency-dtsMap-changes.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:03.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:04.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:05.000] Search path: /user/username/projects/myproject/main -Info 3 [00:01:06.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:01:07.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:01:08.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:01:09.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -237,20 +237,22 @@ Info 6 [00:01:09.000] Config: /user/username/projects/myproject/main/tsconfig "configFilePath": "/user/username/projects/myproject/main/tsconfig.json" } } -Info 7 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:12.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:01:13.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 11 [00:01:14.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 12 [00:01:15.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 13 [00:01:16.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 14 [00:01:17.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 15 [00:01:18.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 16 [00:01:19.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 17 [00:01:20.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 18 [00:01:21.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 19 [00:01:22.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 20 [00:01:23.000] Files (3) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/decls/fns.d.ts Text-1 "export declare function fn1(): void;\nexport declare function fn2(): void;\nexport declare function fn3(): void;\nexport declare function fn4(): void;\nexport declare function fn5(): void;\n//# sourceMappingURL=FnS.d.ts.map" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -263,17 +265,17 @@ Info 20 [00:01:23.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 21 [00:01:24.000] ----------------------------------------------- -Info 22 [00:01:25.000] Search path: /user/username/projects/myproject/main -Info 23 [00:01:26.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 24 [00:01:27.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 24 [00:01:28.000] Files (3) - -Info 24 [00:01:29.000] ----------------------------------------------- -Info 24 [00:01:30.000] Open files: -Info 24 [00:01:31.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 24 [00:01:32.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 24 [00:01:33.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -284,6 +286,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -301,7 +305,7 @@ FsWatchesRecursive:: Before request -Info 25 [00:01:34.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -310,11 +314,11 @@ Info 25 [00:01:34.000] request: "seq": 2, "type": "request" } -Info 26 [00:01:35.000] Search path: /user/username/projects/myproject/random -Info 27 [00:01:36.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 28 [00:01:37.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 29 [00:01:38.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 30 [00:01:39.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -322,16 +326,18 @@ Info 30 [00:01:39.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 31 [00:01:40.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 32 [00:01:41.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 33 [00:01:42.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 34 [00:01:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 35 [00:01:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 36 [00:01:45.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 37 [00:01:46.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 38 [00:01:47.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 39 [00:01:48.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 40 [00:01:49.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -341,21 +347,21 @@ Info 40 [00:01:49.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 41 [00:01:50.000] ----------------------------------------------- -Info 42 [00:01:51.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 42 [00:01:52.000] Files (3) - -Info 42 [00:01:53.000] ----------------------------------------------- -Info 42 [00:01:54.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 42 [00:01:55.000] Files (2) - -Info 42 [00:01:56.000] ----------------------------------------------- -Info 42 [00:01:57.000] Open files: -Info 42 [00:01:58.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 42 [00:01:59.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 42 [00:02:00.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 42 [00:02:01.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 42 [00:02:02.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -366,6 +372,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -389,7 +397,7 @@ FsWatchesRecursive:: Before request -Info 43 [00:02:03.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -400,9 +408,9 @@ Info 43 [00:02:03.000] request: "seq": 3, "type": "request" } -Info 44 [00:02:04.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 45 [00:02:05.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 46 [00:02:06.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -446,6 +454,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -471,16 +481,16 @@ FsWatchesRecursive:: /user/username/projects/myproject/random: {} -Info 47 [00:02:10.000] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 48 [00:02:11.000] Scheduled: /user/username/projects/myproject/main/tsconfig.json -Info 49 [00:02:12.000] Scheduled: *ensureProjectForOpenFiles* -Info 50 [00:02:13.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info Before request //// [/user/username/projects/myproject/decls/FnS.d.ts.map] {"version":3,"file":"FnS.d.ts","sourceRoot":"","sources":["../dependency/FnS.ts"],"names":[],"mappings":"AAAA,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,eAAO,MAAM,CAAC,KAAK,CAAC"} -Info 51 [00:02:14.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -491,10 +501,10 @@ Info 51 [00:02:14.000] request: "seq": 4, "type": "request" } -Info 52 [00:02:15.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 53 [00:02:16.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 54 [00:02:17.000] Same program as before -Info 55 [00:02:18.000] response: +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -535,7 +545,7 @@ After request Before request -Info 56 [00:02:19.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -546,7 +556,7 @@ Info 56 [00:02:19.000] request: "seq": 5, "type": "request" } -Info 57 [00:02:20.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -587,7 +597,7 @@ After request Before request -Info 58 [00:02:21.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -598,7 +608,7 @@ Info 58 [00:02:21.000] request: "seq": 6, "type": "request" } -Info 59 [00:02:22.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -639,7 +649,7 @@ After request Before request -Info 60 [00:02:23.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -650,7 +660,7 @@ Info 60 [00:02:23.000] request: "seq": 7, "type": "request" } -Info 61 [00:02:24.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -691,7 +701,7 @@ After request Before request -Info 62 [00:02:25.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -702,7 +712,7 @@ Info 62 [00:02:25.000] request: "seq": 8, "type": "request" } -Info 63 [00:02:26.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configHasNoReference/dependency-dtsMap-created.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configHasNoReference/dependency-dtsMap-created.js index eacc1eb400608..49d3b63451212 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configHasNoReference/dependency-dtsMap-created.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configHasNoReference/dependency-dtsMap-created.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:04.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -211,7 +211,7 @@ export {}; } -Info 1 [00:01:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -220,11 +220,11 @@ Info 1 [00:01:05.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:06.000] Search path: /user/username/projects/myproject/main -Info 3 [00:01:07.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:01:08.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:01:09.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:01:10.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -234,20 +234,22 @@ Info 6 [00:01:10.000] Config: /user/username/projects/myproject/main/tsconfig "configFilePath": "/user/username/projects/myproject/main/tsconfig.json" } } -Info 7 [00:01:11.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:12.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:13.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:01:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 11 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 12 [00:01:16.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 13 [00:01:17.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 14 [00:01:18.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 15 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 16 [00:01:20.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 17 [00:01:21.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 18 [00:01:22.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 19 [00:01:23.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 20 [00:01:24.000] Files (3) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/decls/fns.d.ts Text-1 "export declare function fn1(): void;\nexport declare function fn2(): void;\nexport declare function fn3(): void;\nexport declare function fn4(): void;\nexport declare function fn5(): void;\n//# sourceMappingURL=FnS.d.ts.map" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -260,17 +262,17 @@ Info 20 [00:01:24.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 21 [00:01:25.000] ----------------------------------------------- -Info 22 [00:01:26.000] Search path: /user/username/projects/myproject/main -Info 23 [00:01:27.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 24 [00:01:28.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 24 [00:01:29.000] Files (3) - -Info 24 [00:01:30.000] ----------------------------------------------- -Info 24 [00:01:31.000] Open files: -Info 24 [00:01:32.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 24 [00:01:33.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 24 [00:01:34.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -281,6 +283,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -298,7 +302,7 @@ FsWatchesRecursive:: Before request -Info 25 [00:01:35.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -307,11 +311,11 @@ Info 25 [00:01:35.000] request: "seq": 2, "type": "request" } -Info 26 [00:01:36.000] Search path: /user/username/projects/myproject/random -Info 27 [00:01:37.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 28 [00:01:38.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 29 [00:01:39.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 30 [00:01:40.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -319,16 +323,18 @@ Info 30 [00:01:40.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 31 [00:01:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 32 [00:01:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 33 [00:01:43.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 34 [00:01:44.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 35 [00:01:45.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 36 [00:01:46.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 37 [00:01:47.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 38 [00:01:48.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 39 [00:01:49.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 40 [00:01:50.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -338,21 +344,21 @@ Info 40 [00:01:50.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 41 [00:01:51.000] ----------------------------------------------- -Info 42 [00:01:52.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 42 [00:01:53.000] Files (3) - -Info 42 [00:01:54.000] ----------------------------------------------- -Info 42 [00:01:55.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 42 [00:01:56.000] Files (2) - -Info 42 [00:01:57.000] ----------------------------------------------- -Info 42 [00:01:58.000] Open files: -Info 42 [00:01:59.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 42 [00:02:00.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 42 [00:02:01.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 42 [00:02:02.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 42 [00:02:03.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -363,6 +369,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -386,7 +394,7 @@ FsWatchesRecursive:: Before request -Info 43 [00:02:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -397,8 +405,8 @@ Info 43 [00:02:04.000] request: "seq": 3, "type": "request" } -Info 44 [00:02:05.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file -Info 45 [00:02:06.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -442,6 +450,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts.map: *new* @@ -465,13 +475,13 @@ FsWatchesRecursive:: /user/username/projects/myproject/random: {} -Info 46 [00:02:09.000] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 0:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file -Info 47 [00:02:10.000] Scheduled: /user/username/projects/myproject/main/tsconfig.json -Info 48 [00:02:11.000] Scheduled: *ensureProjectForOpenFiles* -Info 49 [00:02:12.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file -Info 50 [00:02:13.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 0:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file -Info 51 [00:02:14.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 52 [00:02:15.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 0:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 0:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations Before request //// [/user/username/projects/myproject/decls/FnS.d.ts.map] {"version":3,"file":"FnS.d.ts","sourceRoot":"","sources":["../dependency/FnS.ts"],"names":[],"mappings":"AAAA,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM"} @@ -482,6 +492,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -507,7 +519,7 @@ FsWatchesRecursive:: /user/username/projects/myproject/random: {} -Info 53 [00:02:16.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -518,12 +530,12 @@ Info 53 [00:02:16.000] request: "seq": 4, "type": "request" } -Info 54 [00:02:17.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 55 [00:02:18.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 56 [00:02:19.000] Same program as before -Info 57 [00:02:20.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 58 [00:02:21.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 59 [00:02:22.000] response: +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -567,6 +579,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -594,7 +608,7 @@ FsWatchesRecursive:: Before request -Info 60 [00:02:23.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -605,7 +619,7 @@ Info 60 [00:02:23.000] request: "seq": 5, "type": "request" } -Info 61 [00:02:24.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -646,7 +660,7 @@ After request Before request -Info 62 [00:02:25.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -657,7 +671,7 @@ Info 62 [00:02:25.000] request: "seq": 6, "type": "request" } -Info 63 [00:02:26.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -698,7 +712,7 @@ After request Before request -Info 64 [00:02:27.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -709,7 +723,7 @@ Info 64 [00:02:27.000] request: "seq": 7, "type": "request" } -Info 65 [00:02:28.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -750,7 +764,7 @@ After request Before request -Info 66 [00:02:29.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -761,7 +775,7 @@ Info 66 [00:02:29.000] request: "seq": 8, "type": "request" } -Info 67 [00:02:30.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -802,7 +816,7 @@ After request Before request -Info 68 [00:02:31.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -811,19 +825,19 @@ Info 68 [00:02:31.000] request: "seq": 9, "type": "request" } -Info 69 [00:02:32.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 70 [00:02:33.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 70 [00:02:34.000] Files (3) - -Info 70 [00:02:35.000] ----------------------------------------------- -Info 70 [00:02:36.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 70 [00:02:37.000] Files (2) - -Info 70 [00:02:38.000] ----------------------------------------------- -Info 70 [00:02:39.000] Open files: -Info 70 [00:02:40.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 70 [00:02:41.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 70 [00:02:42.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -834,6 +848,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -863,7 +879,7 @@ FsWatchesRecursive:: Before request -Info 71 [00:02:43.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -872,23 +888,23 @@ Info 71 [00:02:43.000] request: "seq": 10, "type": "request" } -Info 72 [00:02:44.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 73 [00:02:45.000] Search path: /user/username/projects/myproject/random -Info 74 [00:02:46.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 75 [00:02:47.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 75 [00:02:48.000] Files (3) - -Info 75 [00:02:49.000] ----------------------------------------------- -Info 75 [00:02:50.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 75 [00:02:51.000] Files (2) - -Info 75 [00:02:52.000] ----------------------------------------------- -Info 75 [00:02:53.000] Open files: -Info 75 [00:02:54.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 75 [00:02:55.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 75 [00:02:56.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 75 [00:02:57.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 75 [00:02:58.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -899,6 +915,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -930,7 +948,7 @@ FsWatchesRecursive:: Before request -Info 76 [00:02:59.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -939,19 +957,19 @@ Info 76 [00:02:59.000] request: "seq": 11, "type": "request" } -Info 77 [00:03:00.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 78 [00:03:01.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 78 [00:03:02.000] Files (3) - -Info 78 [00:03:03.000] ----------------------------------------------- -Info 78 [00:03:04.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 78 [00:03:05.000] Files (2) - -Info 78 [00:03:06.000] ----------------------------------------------- -Info 78 [00:03:07.000] Open files: -Info 78 [00:03:08.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 78 [00:03:09.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 78 [00:03:10.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -962,6 +980,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -991,7 +1011,7 @@ FsWatchesRecursive:: Before request -Info 79 [00:03:11.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1000,17 +1020,17 @@ Info 79 [00:03:11.000] request: "seq": 12, "type": "request" } -Info 80 [00:03:12.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 81 [00:03:13.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 81 [00:03:14.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 81 [00:03:15.000] ----------------------------------------------- -Info 81 [00:03:16.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 81 [00:03:17.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 81 [00:03:18.000] ----------------------------------------------- -Info 81 [00:03:19.000] Open files: -Info 81 [00:03:20.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1021,6 +1041,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -1052,7 +1074,7 @@ FsWatchesRecursive:: Before request -Info 82 [00:03:21.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -1061,12 +1083,12 @@ Info 82 [00:03:21.000] request: "seq": 13, "type": "request" } -Info 83 [00:03:22.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 84 [00:03:23.000] Search path: /user/username/projects/myproject/random -Info 85 [00:03:24.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 86 [00:03:25.000] `remove Project:: -Info 87 [00:03:26.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 88 [00:03:27.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts /user/username/projects/myproject/decls/fns.d.ts /user/username/projects/myproject/main/main.ts @@ -1079,28 +1101,30 @@ Info 88 [00:03:27.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 89 [00:03:28.000] ----------------------------------------------- -Info 90 [00:03:29.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 91 [00:03:30.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 92 [00:03:31.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 93 [00:03:32.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 94 [00:03:33.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 95 [00:03:34.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 96 [00:03:35.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 97 [00:03:36.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 98 [00:03:37.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 99 [00:03:38.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 100 [00:03:39.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 101 [00:03:40.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 102 [00:03:41.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 103 [00:03:42.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 103 [00:03:43.000] Files (2) - -Info 103 [00:03:44.000] ----------------------------------------------- -Info 103 [00:03:45.000] Open files: -Info 103 [00:03:46.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 103 [00:03:47.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 103 [00:03:48.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1109,6 +1133,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configHasNoReference/dependency-dtsMap-deleted.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configHasNoReference/dependency-dtsMap-deleted.js index 0432f74dc513f..da835c4b344d1 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configHasNoReference/dependency-dtsMap-deleted.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configHasNoReference/dependency-dtsMap-deleted.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:03.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:04.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:05.000] Search path: /user/username/projects/myproject/main -Info 3 [00:01:06.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:01:07.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:01:08.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:01:09.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -237,20 +237,22 @@ Info 6 [00:01:09.000] Config: /user/username/projects/myproject/main/tsconfig "configFilePath": "/user/username/projects/myproject/main/tsconfig.json" } } -Info 7 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:12.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:01:13.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 11 [00:01:14.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 12 [00:01:15.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 13 [00:01:16.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 14 [00:01:17.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 15 [00:01:18.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 16 [00:01:19.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 17 [00:01:20.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 18 [00:01:21.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 19 [00:01:22.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 20 [00:01:23.000] Files (3) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/decls/fns.d.ts Text-1 "export declare function fn1(): void;\nexport declare function fn2(): void;\nexport declare function fn3(): void;\nexport declare function fn4(): void;\nexport declare function fn5(): void;\n//# sourceMappingURL=FnS.d.ts.map" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -263,17 +265,17 @@ Info 20 [00:01:23.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 21 [00:01:24.000] ----------------------------------------------- -Info 22 [00:01:25.000] Search path: /user/username/projects/myproject/main -Info 23 [00:01:26.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 24 [00:01:27.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 24 [00:01:28.000] Files (3) - -Info 24 [00:01:29.000] ----------------------------------------------- -Info 24 [00:01:30.000] Open files: -Info 24 [00:01:31.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 24 [00:01:32.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 24 [00:01:33.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -284,6 +286,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -301,7 +305,7 @@ FsWatchesRecursive:: Before request -Info 25 [00:01:34.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -310,11 +314,11 @@ Info 25 [00:01:34.000] request: "seq": 2, "type": "request" } -Info 26 [00:01:35.000] Search path: /user/username/projects/myproject/random -Info 27 [00:01:36.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 28 [00:01:37.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 29 [00:01:38.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 30 [00:01:39.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -322,16 +326,18 @@ Info 30 [00:01:39.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 31 [00:01:40.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 32 [00:01:41.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 33 [00:01:42.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 34 [00:01:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 35 [00:01:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 36 [00:01:45.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 37 [00:01:46.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 38 [00:01:47.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 39 [00:01:48.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 40 [00:01:49.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -341,21 +347,21 @@ Info 40 [00:01:49.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 41 [00:01:50.000] ----------------------------------------------- -Info 42 [00:01:51.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 42 [00:01:52.000] Files (3) - -Info 42 [00:01:53.000] ----------------------------------------------- -Info 42 [00:01:54.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 42 [00:01:55.000] Files (2) - -Info 42 [00:01:56.000] ----------------------------------------------- -Info 42 [00:01:57.000] Open files: -Info 42 [00:01:58.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 42 [00:01:59.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 42 [00:02:00.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 42 [00:02:01.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 42 [00:02:02.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -366,6 +372,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -389,7 +397,7 @@ FsWatchesRecursive:: Before request -Info 43 [00:02:03.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -400,9 +408,9 @@ Info 43 [00:02:03.000] request: "seq": 3, "type": "request" } -Info 44 [00:02:04.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 45 [00:02:05.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 46 [00:02:06.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -446,6 +454,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -471,13 +481,13 @@ FsWatchesRecursive:: /user/username/projects/myproject/random: {} -Info 47 [00:02:08.000] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 2:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 48 [00:02:09.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 49 [00:02:10.000] Scheduled: /user/username/projects/myproject/main/tsconfig.json -Info 50 [00:02:11.000] Scheduled: *ensureProjectForOpenFiles* -Info 51 [00:02:12.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 2:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 52 [00:02:13.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 53 [00:02:14.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 2:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 2:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations Before request //// [/user/username/projects/myproject/decls/FnS.d.ts.map] deleted @@ -486,6 +496,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -513,7 +525,7 @@ FsWatchesRecursive:: /user/username/projects/myproject/random: {} -Info 54 [00:02:15.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -524,11 +536,11 @@ Info 54 [00:02:15.000] request: "seq": 4, "type": "request" } -Info 55 [00:02:16.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 56 [00:02:17.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 57 [00:02:18.000] Same program as before -Info 58 [00:02:19.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file -Info 59 [00:02:20.000] response: +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -572,6 +584,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts.map: *new* @@ -599,7 +613,7 @@ FsWatchesRecursive:: Before request -Info 60 [00:02:21.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -610,7 +624,7 @@ Info 60 [00:02:21.000] request: "seq": 5, "type": "request" } -Info 61 [00:02:22.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -651,7 +665,7 @@ After request Before request -Info 62 [00:02:23.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -662,7 +676,7 @@ Info 62 [00:02:23.000] request: "seq": 6, "type": "request" } -Info 63 [00:02:24.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -703,7 +717,7 @@ After request Before request -Info 64 [00:02:25.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -714,7 +728,7 @@ Info 64 [00:02:25.000] request: "seq": 7, "type": "request" } -Info 65 [00:02:26.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -755,7 +769,7 @@ After request Before request -Info 66 [00:02:27.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -766,7 +780,7 @@ Info 66 [00:02:27.000] request: "seq": 8, "type": "request" } -Info 67 [00:02:28.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -807,7 +821,7 @@ After request Before request -Info 68 [00:02:29.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -816,19 +830,19 @@ Info 68 [00:02:29.000] request: "seq": 9, "type": "request" } -Info 69 [00:02:30.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 70 [00:02:31.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 70 [00:02:32.000] Files (3) - -Info 70 [00:02:33.000] ----------------------------------------------- -Info 70 [00:02:34.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 70 [00:02:35.000] Files (2) - -Info 70 [00:02:36.000] ----------------------------------------------- -Info 70 [00:02:37.000] Open files: -Info 70 [00:02:38.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 70 [00:02:39.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 70 [00:02:40.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -839,6 +853,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts.map: @@ -868,7 +884,7 @@ FsWatchesRecursive:: Before request -Info 71 [00:02:41.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -877,24 +893,24 @@ Info 71 [00:02:41.000] request: "seq": 10, "type": "request" } -Info 72 [00:02:42.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 73 [00:02:43.000] Search path: /user/username/projects/myproject/random -Info 74 [00:02:44.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 75 [00:02:45.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 76 [00:02:46.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 76 [00:02:47.000] Files (3) - -Info 76 [00:02:48.000] ----------------------------------------------- -Info 76 [00:02:49.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 76 [00:02:50.000] Files (2) - -Info 76 [00:02:51.000] ----------------------------------------------- -Info 76 [00:02:52.000] Open files: -Info 76 [00:02:53.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 76 [00:02:54.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 76 [00:02:55.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 76 [00:02:56.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 76 [00:02:57.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -905,6 +921,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts.map: @@ -936,7 +954,7 @@ FsWatchesRecursive:: Before request -Info 77 [00:02:58.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -945,19 +963,19 @@ Info 77 [00:02:58.000] request: "seq": 11, "type": "request" } -Info 78 [00:02:59.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 79 [00:03:00.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 79 [00:03:01.000] Files (3) - -Info 79 [00:03:02.000] ----------------------------------------------- -Info 79 [00:03:03.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 79 [00:03:04.000] Files (2) - -Info 79 [00:03:05.000] ----------------------------------------------- -Info 79 [00:03:06.000] Open files: -Info 79 [00:03:07.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 79 [00:03:08.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 79 [00:03:09.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -968,6 +986,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts.map: @@ -995,7 +1015,7 @@ FsWatchesRecursive:: Before request -Info 80 [00:03:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1004,17 +1024,17 @@ Info 80 [00:03:10.000] request: "seq": 12, "type": "request" } -Info 81 [00:03:11.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 82 [00:03:12.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 82 [00:03:13.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 82 [00:03:14.000] ----------------------------------------------- -Info 82 [00:03:15.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 82 [00:03:16.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 82 [00:03:17.000] ----------------------------------------------- -Info 82 [00:03:18.000] Open files: -Info 82 [00:03:19.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1025,6 +1045,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts.map: @@ -1054,7 +1076,7 @@ FsWatchesRecursive:: Before request -Info 83 [00:03:20.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -1063,12 +1085,12 @@ Info 83 [00:03:20.000] request: "seq": 13, "type": "request" } -Info 84 [00:03:21.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 85 [00:03:22.000] Search path: /user/username/projects/myproject/random -Info 86 [00:03:23.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 87 [00:03:24.000] `remove Project:: -Info 88 [00:03:25.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 89 [00:03:26.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts /user/username/projects/myproject/decls/fns.d.ts /user/username/projects/myproject/main/main.ts @@ -1081,27 +1103,29 @@ Info 89 [00:03:26.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 90 [00:03:27.000] ----------------------------------------------- -Info 91 [00:03:28.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 92 [00:03:29.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 93 [00:03:30.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 94 [00:03:31.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 95 [00:03:32.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 96 [00:03:33.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 97 [00:03:34.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 98 [00:03:35.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 99 [00:03:36.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 100 [00:03:37.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 101 [00:03:38.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 102 [00:03:39.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file -Info 103 [00:03:40.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 103 [00:03:41.000] Files (2) - -Info 103 [00:03:42.000] ----------------------------------------------- -Info 103 [00:03:43.000] Open files: -Info 103 [00:03:44.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 103 [00:03:45.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 103 [00:03:46.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1110,6 +1134,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configHasNoReference/dependency-dtsMap-not-present.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configHasNoReference/dependency-dtsMap-not-present.js index 52ce7f7eb87bf..a3d6044798ea5 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configHasNoReference/dependency-dtsMap-not-present.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configHasNoReference/dependency-dtsMap-not-present.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:04.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -211,7 +211,7 @@ export {}; } -Info 1 [00:01:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -220,11 +220,11 @@ Info 1 [00:01:05.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:06.000] Search path: /user/username/projects/myproject/main -Info 3 [00:01:07.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:01:08.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:01:09.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:01:10.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -234,20 +234,22 @@ Info 6 [00:01:10.000] Config: /user/username/projects/myproject/main/tsconfig "configFilePath": "/user/username/projects/myproject/main/tsconfig.json" } } -Info 7 [00:01:11.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:12.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:13.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:01:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 11 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 12 [00:01:16.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 13 [00:01:17.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 14 [00:01:18.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 15 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 16 [00:01:20.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 17 [00:01:21.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 18 [00:01:22.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 19 [00:01:23.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 20 [00:01:24.000] Files (3) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/decls/fns.d.ts Text-1 "export declare function fn1(): void;\nexport declare function fn2(): void;\nexport declare function fn3(): void;\nexport declare function fn4(): void;\nexport declare function fn5(): void;\n//# sourceMappingURL=FnS.d.ts.map" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -260,17 +262,17 @@ Info 20 [00:01:24.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 21 [00:01:25.000] ----------------------------------------------- -Info 22 [00:01:26.000] Search path: /user/username/projects/myproject/main -Info 23 [00:01:27.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 24 [00:01:28.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 24 [00:01:29.000] Files (3) - -Info 24 [00:01:30.000] ----------------------------------------------- -Info 24 [00:01:31.000] Open files: -Info 24 [00:01:32.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 24 [00:01:33.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 24 [00:01:34.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -281,6 +283,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -298,7 +302,7 @@ FsWatchesRecursive:: Before request -Info 25 [00:01:35.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -307,11 +311,11 @@ Info 25 [00:01:35.000] request: "seq": 2, "type": "request" } -Info 26 [00:01:36.000] Search path: /user/username/projects/myproject/random -Info 27 [00:01:37.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 28 [00:01:38.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 29 [00:01:39.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 30 [00:01:40.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -319,16 +323,18 @@ Info 30 [00:01:40.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 31 [00:01:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 32 [00:01:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 33 [00:01:43.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 34 [00:01:44.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 35 [00:01:45.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 36 [00:01:46.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 37 [00:01:47.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 38 [00:01:48.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 39 [00:01:49.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 40 [00:01:50.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -338,21 +344,21 @@ Info 40 [00:01:50.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 41 [00:01:51.000] ----------------------------------------------- -Info 42 [00:01:52.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 42 [00:01:53.000] Files (3) - -Info 42 [00:01:54.000] ----------------------------------------------- -Info 42 [00:01:55.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 42 [00:01:56.000] Files (2) - -Info 42 [00:01:57.000] ----------------------------------------------- -Info 42 [00:01:58.000] Open files: -Info 42 [00:01:59.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 42 [00:02:00.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 42 [00:02:01.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 42 [00:02:02.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 42 [00:02:03.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -363,6 +369,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -386,7 +394,7 @@ FsWatchesRecursive:: Before request -Info 43 [00:02:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -397,8 +405,8 @@ Info 43 [00:02:04.000] request: "seq": 3, "type": "request" } -Info 44 [00:02:05.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file -Info 45 [00:02:06.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -442,6 +450,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts.map: *new* @@ -467,7 +477,7 @@ FsWatchesRecursive:: Before request -Info 46 [00:02:07.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -478,7 +488,7 @@ Info 46 [00:02:07.000] request: "seq": 4, "type": "request" } -Info 47 [00:02:08.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -519,7 +529,7 @@ After request Before request -Info 48 [00:02:09.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -530,7 +540,7 @@ Info 48 [00:02:09.000] request: "seq": 5, "type": "request" } -Info 49 [00:02:10.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -571,7 +581,7 @@ After request Before request -Info 50 [00:02:11.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -582,7 +592,7 @@ Info 50 [00:02:11.000] request: "seq": 6, "type": "request" } -Info 51 [00:02:12.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -623,7 +633,7 @@ After request Before request -Info 52 [00:02:13.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -634,7 +644,7 @@ Info 52 [00:02:13.000] request: "seq": 7, "type": "request" } -Info 53 [00:02:14.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -675,7 +685,7 @@ After request Before request -Info 54 [00:02:15.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -684,19 +694,19 @@ Info 54 [00:02:15.000] request: "seq": 8, "type": "request" } -Info 55 [00:02:16.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 56 [00:02:17.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 56 [00:02:18.000] Files (3) - -Info 56 [00:02:19.000] ----------------------------------------------- -Info 56 [00:02:20.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 56 [00:02:21.000] Files (2) - -Info 56 [00:02:22.000] ----------------------------------------------- -Info 56 [00:02:23.000] Open files: -Info 56 [00:02:24.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 56 [00:02:25.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 56 [00:02:26.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -707,6 +717,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts.map: @@ -734,7 +746,7 @@ FsWatchesRecursive:: Before request -Info 57 [00:02:27.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -743,23 +755,23 @@ Info 57 [00:02:27.000] request: "seq": 9, "type": "request" } -Info 58 [00:02:28.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 59 [00:02:29.000] Search path: /user/username/projects/myproject/random -Info 60 [00:02:30.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 61 [00:02:31.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 61 [00:02:32.000] Files (3) - -Info 61 [00:02:33.000] ----------------------------------------------- -Info 61 [00:02:34.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 61 [00:02:35.000] Files (2) - -Info 61 [00:02:36.000] ----------------------------------------------- -Info 61 [00:02:37.000] Open files: -Info 61 [00:02:38.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 61 [00:02:39.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 61 [00:02:40.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 61 [00:02:41.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 61 [00:02:42.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -770,6 +782,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts.map: @@ -799,7 +813,7 @@ FsWatchesRecursive:: Before request -Info 62 [00:02:43.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -808,19 +822,19 @@ Info 62 [00:02:43.000] request: "seq": 10, "type": "request" } -Info 63 [00:02:44.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 64 [00:02:45.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 64 [00:02:46.000] Files (3) - -Info 64 [00:02:47.000] ----------------------------------------------- -Info 64 [00:02:48.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 64 [00:02:49.000] Files (2) - -Info 64 [00:02:50.000] ----------------------------------------------- -Info 64 [00:02:51.000] Open files: -Info 64 [00:02:52.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 64 [00:02:53.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 64 [00:02:54.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -831,6 +845,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts.map: @@ -858,7 +874,7 @@ FsWatchesRecursive:: Before request -Info 65 [00:02:55.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -867,17 +883,17 @@ Info 65 [00:02:55.000] request: "seq": 11, "type": "request" } -Info 66 [00:02:56.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 67 [00:02:57.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 67 [00:02:58.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 67 [00:02:59.000] ----------------------------------------------- -Info 67 [00:03:00.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 67 [00:03:01.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 67 [00:03:02.000] ----------------------------------------------- -Info 67 [00:03:03.000] Open files: -Info 67 [00:03:04.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -888,6 +904,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts.map: @@ -917,7 +935,7 @@ FsWatchesRecursive:: Before request -Info 68 [00:03:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -926,12 +944,12 @@ Info 68 [00:03:05.000] request: "seq": 12, "type": "request" } -Info 69 [00:03:06.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 70 [00:03:07.000] Search path: /user/username/projects/myproject/random -Info 71 [00:03:08.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 72 [00:03:09.000] `remove Project:: -Info 73 [00:03:10.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 74 [00:03:11.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts /user/username/projects/myproject/decls/fns.d.ts /user/username/projects/myproject/main/main.ts @@ -944,27 +962,29 @@ Info 74 [00:03:11.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 75 [00:03:12.000] ----------------------------------------------- -Info 76 [00:03:13.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 77 [00:03:14.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 78 [00:03:15.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 79 [00:03:16.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 80 [00:03:17.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 81 [00:03:18.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 82 [00:03:19.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 83 [00:03:20.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 84 [00:03:21.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 85 [00:03:22.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 86 [00:03:23.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 87 [00:03:24.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file -Info 88 [00:03:25.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 88 [00:03:26.000] Files (2) - -Info 88 [00:03:27.000] ----------------------------------------------- -Info 88 [00:03:28.000] Open files: -Info 88 [00:03:29.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 88 [00:03:30.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 88 [00:03:31.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -973,6 +993,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configHasNoReference/usage-file-changes-with-timeout-before-request.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configHasNoReference/usage-file-changes-with-timeout-before-request.js index faedaaba3039e..43201c17eaf75 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configHasNoReference/usage-file-changes-with-timeout-before-request.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configHasNoReference/usage-file-changes-with-timeout-before-request.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:03.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:04.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:05.000] Search path: /user/username/projects/myproject/main -Info 3 [00:01:06.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:01:07.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:01:08.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:01:09.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -237,20 +237,22 @@ Info 6 [00:01:09.000] Config: /user/username/projects/myproject/main/tsconfig "configFilePath": "/user/username/projects/myproject/main/tsconfig.json" } } -Info 7 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:12.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:01:13.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 11 [00:01:14.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 12 [00:01:15.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 13 [00:01:16.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 14 [00:01:17.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 15 [00:01:18.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 16 [00:01:19.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 17 [00:01:20.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 18 [00:01:21.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 19 [00:01:22.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 20 [00:01:23.000] Files (3) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/decls/fns.d.ts Text-1 "export declare function fn1(): void;\nexport declare function fn2(): void;\nexport declare function fn3(): void;\nexport declare function fn4(): void;\nexport declare function fn5(): void;\n//# sourceMappingURL=FnS.d.ts.map" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -263,17 +265,17 @@ Info 20 [00:01:23.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 21 [00:01:24.000] ----------------------------------------------- -Info 22 [00:01:25.000] Search path: /user/username/projects/myproject/main -Info 23 [00:01:26.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 24 [00:01:27.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 24 [00:01:28.000] Files (3) - -Info 24 [00:01:29.000] ----------------------------------------------- -Info 24 [00:01:30.000] Open files: -Info 24 [00:01:31.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 24 [00:01:32.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 24 [00:01:33.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -284,6 +286,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -301,7 +305,7 @@ FsWatchesRecursive:: Before request -Info 25 [00:01:34.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -310,11 +314,11 @@ Info 25 [00:01:34.000] request: "seq": 2, "type": "request" } -Info 26 [00:01:35.000] Search path: /user/username/projects/myproject/random -Info 27 [00:01:36.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 28 [00:01:37.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 29 [00:01:38.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 30 [00:01:39.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -322,16 +326,18 @@ Info 30 [00:01:39.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 31 [00:01:40.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 32 [00:01:41.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 33 [00:01:42.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 34 [00:01:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 35 [00:01:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 36 [00:01:45.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 37 [00:01:46.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 38 [00:01:47.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 39 [00:01:48.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 40 [00:01:49.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -341,21 +347,21 @@ Info 40 [00:01:49.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 41 [00:01:50.000] ----------------------------------------------- -Info 42 [00:01:51.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 42 [00:01:52.000] Files (3) - -Info 42 [00:01:53.000] ----------------------------------------------- -Info 42 [00:01:54.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 42 [00:01:55.000] Files (2) - -Info 42 [00:01:56.000] ----------------------------------------------- -Info 42 [00:01:57.000] Open files: -Info 42 [00:01:58.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 42 [00:01:59.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 42 [00:02:00.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 42 [00:02:01.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 42 [00:02:02.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -366,6 +372,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -389,7 +397,7 @@ FsWatchesRecursive:: Before request -Info 43 [00:02:03.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -400,9 +408,9 @@ Info 43 [00:02:03.000] request: "seq": 3, "type": "request" } -Info 44 [00:02:04.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 45 [00:02:05.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 46 [00:02:06.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -446,6 +454,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -473,7 +483,7 @@ FsWatchesRecursive:: Before request -Info 47 [00:02:07.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { @@ -487,7 +497,7 @@ Info 47 [00:02:07.000] request: "seq": 4, "type": "request" } -Info 48 [00:02:08.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -499,7 +509,7 @@ After running Timeout callback:: count: 0 Before request -Info 49 [00:02:09.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -510,16 +520,16 @@ Info 49 [00:02:09.000] request: "seq": 5, "type": "request" } -Info 50 [00:02:10.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 51 [00:02:11.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 52 [00:02:12.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 53 [00:02:13.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/decls/fns.d.ts Text-1 "export declare function fn1(): void;\nexport declare function fn2(): void;\nexport declare function fn3(): void;\nexport declare function fn4(): void;\nexport declare function fn5(): void;\n//# sourceMappingURL=FnS.d.ts.map" /user/username/projects/myproject/main/main.ts SVC-1-1 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\nconst x = 10;" -Info 54 [00:02:14.000] ----------------------------------------------- -Info 55 [00:02:15.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -560,7 +570,7 @@ After request Before request -Info 56 [00:02:16.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -571,7 +581,7 @@ Info 56 [00:02:16.000] request: "seq": 6, "type": "request" } -Info 57 [00:02:17.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -612,7 +622,7 @@ After request Before request -Info 58 [00:02:18.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -623,7 +633,7 @@ Info 58 [00:02:18.000] request: "seq": 7, "type": "request" } -Info 59 [00:02:19.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -664,7 +674,7 @@ After request Before request -Info 60 [00:02:20.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -675,7 +685,7 @@ Info 60 [00:02:20.000] request: "seq": 8, "type": "request" } -Info 61 [00:02:21.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -716,7 +726,7 @@ After request Before request -Info 62 [00:02:22.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -727,7 +737,7 @@ Info 62 [00:02:22.000] request: "seq": 9, "type": "request" } -Info 63 [00:02:23.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configHasNoReference/usage-file-changes.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configHasNoReference/usage-file-changes.js index 3a9f8b5ee3e20..87290f5bac3c8 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configHasNoReference/usage-file-changes.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configHasNoReference/usage-file-changes.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:03.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:04.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:05.000] Search path: /user/username/projects/myproject/main -Info 3 [00:01:06.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:01:07.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:01:08.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:01:09.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -237,20 +237,22 @@ Info 6 [00:01:09.000] Config: /user/username/projects/myproject/main/tsconfig "configFilePath": "/user/username/projects/myproject/main/tsconfig.json" } } -Info 7 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:12.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:01:13.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 11 [00:01:14.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 12 [00:01:15.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 13 [00:01:16.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 14 [00:01:17.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 15 [00:01:18.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 16 [00:01:19.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 17 [00:01:20.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 18 [00:01:21.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 19 [00:01:22.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 20 [00:01:23.000] Files (3) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/decls/fns.d.ts Text-1 "export declare function fn1(): void;\nexport declare function fn2(): void;\nexport declare function fn3(): void;\nexport declare function fn4(): void;\nexport declare function fn5(): void;\n//# sourceMappingURL=FnS.d.ts.map" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -263,17 +265,17 @@ Info 20 [00:01:23.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 21 [00:01:24.000] ----------------------------------------------- -Info 22 [00:01:25.000] Search path: /user/username/projects/myproject/main -Info 23 [00:01:26.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 24 [00:01:27.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 24 [00:01:28.000] Files (3) - -Info 24 [00:01:29.000] ----------------------------------------------- -Info 24 [00:01:30.000] Open files: -Info 24 [00:01:31.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 24 [00:01:32.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 24 [00:01:33.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -284,6 +286,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -301,7 +305,7 @@ FsWatchesRecursive:: Before request -Info 25 [00:01:34.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -310,11 +314,11 @@ Info 25 [00:01:34.000] request: "seq": 2, "type": "request" } -Info 26 [00:01:35.000] Search path: /user/username/projects/myproject/random -Info 27 [00:01:36.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 28 [00:01:37.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 29 [00:01:38.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 30 [00:01:39.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -322,16 +326,18 @@ Info 30 [00:01:39.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 31 [00:01:40.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 32 [00:01:41.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 33 [00:01:42.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 34 [00:01:43.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 35 [00:01:44.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 36 [00:01:45.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 37 [00:01:46.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 38 [00:01:47.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 39 [00:01:48.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 40 [00:01:49.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -341,21 +347,21 @@ Info 40 [00:01:49.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 41 [00:01:50.000] ----------------------------------------------- -Info 42 [00:01:51.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 42 [00:01:52.000] Files (3) - -Info 42 [00:01:53.000] ----------------------------------------------- -Info 42 [00:01:54.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 42 [00:01:55.000] Files (2) - -Info 42 [00:01:56.000] ----------------------------------------------- -Info 42 [00:01:57.000] Open files: -Info 42 [00:01:58.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 42 [00:01:59.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 42 [00:02:00.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 42 [00:02:01.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 42 [00:02:02.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -366,6 +372,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -389,7 +397,7 @@ FsWatchesRecursive:: Before request -Info 43 [00:02:03.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -400,9 +408,9 @@ Info 43 [00:02:03.000] request: "seq": 3, "type": "request" } -Info 44 [00:02:04.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 45 [00:02:05.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 46 [00:02:06.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -446,6 +454,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -473,7 +483,7 @@ FsWatchesRecursive:: Before request -Info 47 [00:02:07.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { @@ -487,7 +497,7 @@ Info 47 [00:02:07.000] request: "seq": 4, "type": "request" } -Info 48 [00:02:08.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -495,7 +505,7 @@ After request Before request -Info 49 [00:02:09.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -506,16 +516,16 @@ Info 49 [00:02:09.000] request: "seq": 5, "type": "request" } -Info 50 [00:02:10.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 51 [00:02:11.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 52 [00:02:12.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 53 [00:02:13.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/decls/fns.d.ts Text-1 "export declare function fn1(): void;\nexport declare function fn2(): void;\nexport declare function fn3(): void;\nexport declare function fn4(): void;\nexport declare function fn5(): void;\n//# sourceMappingURL=FnS.d.ts.map" /user/username/projects/myproject/main/main.ts SVC-1-1 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\nconst x = 10;" -Info 54 [00:02:14.000] ----------------------------------------------- -Info 55 [00:02:15.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -556,7 +566,7 @@ After request Before request -Info 56 [00:02:16.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -567,7 +577,7 @@ Info 56 [00:02:16.000] request: "seq": 6, "type": "request" } -Info 57 [00:02:17.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -608,7 +618,7 @@ After request Before request -Info 58 [00:02:18.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -619,7 +629,7 @@ Info 58 [00:02:18.000] request: "seq": 7, "type": "request" } -Info 59 [00:02:19.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -660,7 +670,7 @@ After request Before request -Info 60 [00:02:20.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -671,7 +681,7 @@ Info 60 [00:02:20.000] request: "seq": 8, "type": "request" } -Info 61 [00:02:21.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -712,7 +722,7 @@ After request Before request -Info 62 [00:02:22.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -723,7 +733,7 @@ Info 62 [00:02:22.000] request: "seq": 9, "type": "request" } -Info 63 [00:02:23.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configWithReference/can-go-to-definition-correctly.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configWithReference/can-go-to-definition-correctly.js index a4a77f2918faf..dec440ea17bc2 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configWithReference/can-go-to-definition-correctly.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configWithReference/can-go-to-definition-correctly.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:00.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:01.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:02.000] Search path: /user/username/projects/myproject/main -Info 3 [00:01:03.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:01:04.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:01:05.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:01:06.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -243,10 +243,10 @@ Info 6 [00:01:06.000] Config: /user/username/projects/myproject/main/tsconfig } ] } -Info 7 [00:01:07.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:08.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:09.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:01:10.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -257,20 +257,22 @@ Info 10 [00:01:10.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:01:11.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 12 [00:01:12.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:01:13.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:01:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:01:16.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 17 [00:01:17.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:01:18.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 19 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 20 [00:01:20.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 21 [00:01:21.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 22 [00:01:22.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:01:23.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 24 [00:01:24.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts Text-1 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -283,17 +285,17 @@ Info 24 [00:01:24.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 25 [00:01:25.000] ----------------------------------------------- -Info 26 [00:01:26.000] Search path: /user/username/projects/myproject/main -Info 27 [00:01:27.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 28 [00:01:28.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 28 [00:01:29.000] Files (3) - -Info 28 [00:01:30.000] ----------------------------------------------- -Info 28 [00:01:31.000] Open files: -Info 28 [00:01:32.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 28 [00:01:33.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 28 [00:01:34.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -304,6 +306,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -325,7 +329,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:35.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -334,11 +338,11 @@ Info 29 [00:01:35.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:36.000] Search path: /user/username/projects/myproject/random -Info 31 [00:01:37.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 32 [00:01:38.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 33 [00:01:39.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 34 [00:01:40.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -346,16 +350,18 @@ Info 34 [00:01:40.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 35 [00:01:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 36 [00:01:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 37 [00:01:43.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 38 [00:01:44.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 39 [00:01:45.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 40 [00:01:46.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 41 [00:01:47.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 42 [00:01:48.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 43 [00:01:49.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 44 [00:01:50.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -365,21 +371,21 @@ Info 44 [00:01:50.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 45 [00:01:51.000] ----------------------------------------------- -Info 46 [00:01:52.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 46 [00:01:53.000] Files (3) - -Info 46 [00:01:54.000] ----------------------------------------------- -Info 46 [00:01:55.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 46 [00:01:56.000] Files (2) - -Info 46 [00:01:57.000] ----------------------------------------------- -Info 46 [00:01:58.000] Open files: -Info 46 [00:01:59.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 46 [00:02:00.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 46 [00:02:01.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 46 [00:02:02.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 46 [00:02:03.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -390,6 +396,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -417,7 +425,7 @@ FsWatchesRecursive:: Before request -Info 47 [00:02:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -428,7 +436,7 @@ Info 47 [00:02:04.000] request: "seq": 3, "type": "request" } -Info 48 [00:02:05.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -469,7 +477,7 @@ After request Before request -Info 49 [00:02:06.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -480,7 +488,7 @@ Info 49 [00:02:06.000] request: "seq": 4, "type": "request" } -Info 50 [00:02:07.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -521,7 +529,7 @@ After request Before request -Info 51 [00:02:08.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -532,7 +540,7 @@ Info 51 [00:02:08.000] request: "seq": 5, "type": "request" } -Info 52 [00:02:09.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -573,7 +581,7 @@ After request Before request -Info 53 [00:02:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -584,7 +592,7 @@ Info 53 [00:02:10.000] request: "seq": 6, "type": "request" } -Info 54 [00:02:11.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -625,7 +633,7 @@ After request Before request -Info 55 [00:02:12.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -636,7 +644,7 @@ Info 55 [00:02:12.000] request: "seq": 7, "type": "request" } -Info 56 [00:02:13.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -677,7 +685,7 @@ After request Before request -Info 57 [00:02:14.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -686,19 +694,19 @@ Info 57 [00:02:14.000] request: "seq": 8, "type": "request" } -Info 58 [00:02:15.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 59 [00:02:16.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 59 [00:02:17.000] Files (3) - -Info 59 [00:02:18.000] ----------------------------------------------- -Info 59 [00:02:19.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 59 [00:02:20.000] Files (2) - -Info 59 [00:02:21.000] ----------------------------------------------- -Info 59 [00:02:22.000] Open files: -Info 59 [00:02:23.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 59 [00:02:24.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 59 [00:02:25.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -709,6 +717,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -738,7 +748,7 @@ FsWatchesRecursive:: Before request -Info 60 [00:02:26.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -747,23 +757,23 @@ Info 60 [00:02:26.000] request: "seq": 9, "type": "request" } -Info 61 [00:02:27.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 62 [00:02:28.000] Search path: /user/username/projects/myproject/random -Info 63 [00:02:29.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 64 [00:02:30.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 64 [00:02:31.000] Files (3) - -Info 64 [00:02:32.000] ----------------------------------------------- -Info 64 [00:02:33.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 64 [00:02:34.000] Files (2) - -Info 64 [00:02:35.000] ----------------------------------------------- -Info 64 [00:02:36.000] Open files: -Info 64 [00:02:37.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 64 [00:02:38.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 64 [00:02:39.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 64 [00:02:40.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 64 [00:02:41.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -774,6 +784,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -805,7 +817,7 @@ FsWatchesRecursive:: Before request -Info 65 [00:02:42.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -814,19 +826,19 @@ Info 65 [00:02:42.000] request: "seq": 10, "type": "request" } -Info 66 [00:02:43.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 67 [00:02:44.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 67 [00:02:45.000] Files (3) - -Info 67 [00:02:46.000] ----------------------------------------------- -Info 67 [00:02:47.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 67 [00:02:48.000] Files (2) - -Info 67 [00:02:49.000] ----------------------------------------------- -Info 67 [00:02:50.000] Open files: -Info 67 [00:02:51.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 67 [00:02:52.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 67 [00:02:53.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -837,6 +849,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -866,7 +880,7 @@ FsWatchesRecursive:: Before request -Info 68 [00:02:54.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -875,17 +889,17 @@ Info 68 [00:02:54.000] request: "seq": 11, "type": "request" } -Info 69 [00:02:55.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 70 [00:02:56.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 70 [00:02:57.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 70 [00:02:58.000] ----------------------------------------------- -Info 70 [00:02:59.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 70 [00:03:00.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 70 [00:03:01.000] ----------------------------------------------- -Info 70 [00:03:02.000] Open files: -Info 70 [00:03:03.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -896,6 +910,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -927,7 +943,7 @@ FsWatchesRecursive:: Before request -Info 71 [00:03:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -936,12 +952,12 @@ Info 71 [00:03:04.000] request: "seq": 12, "type": "request" } -Info 72 [00:03:05.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 73 [00:03:06.000] Search path: /user/username/projects/myproject/random -Info 74 [00:03:07.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 75 [00:03:08.000] `remove Project:: -Info 76 [00:03:09.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 77 [00:03:10.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts /user/username/projects/myproject/dependency/FnS.ts /user/username/projects/myproject/main/main.ts @@ -954,29 +970,31 @@ Info 77 [00:03:10.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 78 [00:03:11.000] ----------------------------------------------- -Info 79 [00:03:12.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 80 [00:03:13.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 81 [00:03:14.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 82 [00:03:15.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 83 [00:03:16.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 84 [00:03:17.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 85 [00:03:18.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 86 [00:03:19.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 87 [00:03:20.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 88 [00:03:21.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 89 [00:03:22.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 90 [00:03:23.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 91 [00:03:24.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 92 [00:03:25.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 93 [00:03:26.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 93 [00:03:27.000] Files (2) - -Info 93 [00:03:28.000] ----------------------------------------------- -Info 93 [00:03:29.000] Open files: -Info 93 [00:03:30.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 93 [00:03:31.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 93 [00:03:32.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -985,6 +1003,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configWithReference/dependency-dts-changes-with-timeout-before-request.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configWithReference/dependency-dts-changes-with-timeout-before-request.js index 4c50c9e79b918..3e1143a98a1a5 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configWithReference/dependency-dts-changes-with-timeout-before-request.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configWithReference/dependency-dts-changes-with-timeout-before-request.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:00.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:01.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:02.000] Search path: /user/username/projects/myproject/main -Info 3 [00:01:03.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:01:04.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:01:05.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:01:06.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -243,10 +243,10 @@ Info 6 [00:01:06.000] Config: /user/username/projects/myproject/main/tsconfig } ] } -Info 7 [00:01:07.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:08.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:09.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:01:10.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -257,20 +257,22 @@ Info 10 [00:01:10.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:01:11.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 12 [00:01:12.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:01:13.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:01:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:01:16.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 17 [00:01:17.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:01:18.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 19 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 20 [00:01:20.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 21 [00:01:21.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 22 [00:01:22.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:01:23.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 24 [00:01:24.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts Text-1 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -283,17 +285,17 @@ Info 24 [00:01:24.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 25 [00:01:25.000] ----------------------------------------------- -Info 26 [00:01:26.000] Search path: /user/username/projects/myproject/main -Info 27 [00:01:27.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 28 [00:01:28.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 28 [00:01:29.000] Files (3) - -Info 28 [00:01:30.000] ----------------------------------------------- -Info 28 [00:01:31.000] Open files: -Info 28 [00:01:32.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 28 [00:01:33.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 28 [00:01:34.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -304,6 +306,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -325,7 +329,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:35.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -334,11 +338,11 @@ Info 29 [00:01:35.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:36.000] Search path: /user/username/projects/myproject/random -Info 31 [00:01:37.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 32 [00:01:38.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 33 [00:01:39.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 34 [00:01:40.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -346,16 +350,18 @@ Info 34 [00:01:40.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 35 [00:01:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 36 [00:01:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 37 [00:01:43.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 38 [00:01:44.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 39 [00:01:45.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 40 [00:01:46.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 41 [00:01:47.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 42 [00:01:48.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 43 [00:01:49.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 44 [00:01:50.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -365,21 +371,21 @@ Info 44 [00:01:50.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 45 [00:01:51.000] ----------------------------------------------- -Info 46 [00:01:52.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 46 [00:01:53.000] Files (3) - -Info 46 [00:01:54.000] ----------------------------------------------- -Info 46 [00:01:55.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 46 [00:01:56.000] Files (2) - -Info 46 [00:01:57.000] ----------------------------------------------- -Info 46 [00:01:58.000] Open files: -Info 46 [00:01:59.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 46 [00:02:00.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 46 [00:02:01.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 46 [00:02:02.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 46 [00:02:03.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -390,6 +396,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -417,7 +425,7 @@ FsWatchesRecursive:: Before request -Info 47 [00:02:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -428,7 +436,7 @@ Info 47 [00:02:04.000] request: "seq": 3, "type": "request" } -Info 48 [00:02:05.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -482,7 +490,7 @@ After running Timeout callback:: count: 0 Before request -Info 49 [00:02:09.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -493,7 +501,7 @@ Info 49 [00:02:09.000] request: "seq": 4, "type": "request" } -Info 50 [00:02:10.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -534,7 +542,7 @@ After request Before request -Info 51 [00:02:11.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -545,7 +553,7 @@ Info 51 [00:02:11.000] request: "seq": 5, "type": "request" } -Info 52 [00:02:12.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -586,7 +594,7 @@ After request Before request -Info 53 [00:02:13.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -597,7 +605,7 @@ Info 53 [00:02:13.000] request: "seq": 6, "type": "request" } -Info 54 [00:02:14.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -638,7 +646,7 @@ After request Before request -Info 55 [00:02:15.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -649,7 +657,7 @@ Info 55 [00:02:15.000] request: "seq": 7, "type": "request" } -Info 56 [00:02:16.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -690,7 +698,7 @@ After request Before request -Info 57 [00:02:17.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -701,7 +709,7 @@ Info 57 [00:02:17.000] request: "seq": 8, "type": "request" } -Info 58 [00:02:18.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configWithReference/dependency-dts-changes.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configWithReference/dependency-dts-changes.js index 17c51213f6cb6..0570da58ceeda 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configWithReference/dependency-dts-changes.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configWithReference/dependency-dts-changes.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:00.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:01.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:02.000] Search path: /user/username/projects/myproject/main -Info 3 [00:01:03.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:01:04.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:01:05.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:01:06.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -243,10 +243,10 @@ Info 6 [00:01:06.000] Config: /user/username/projects/myproject/main/tsconfig } ] } -Info 7 [00:01:07.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:08.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:09.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:01:10.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -257,20 +257,22 @@ Info 10 [00:01:10.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:01:11.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 12 [00:01:12.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:01:13.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:01:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:01:16.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 17 [00:01:17.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:01:18.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 19 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 20 [00:01:20.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 21 [00:01:21.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 22 [00:01:22.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:01:23.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 24 [00:01:24.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts Text-1 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -283,17 +285,17 @@ Info 24 [00:01:24.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 25 [00:01:25.000] ----------------------------------------------- -Info 26 [00:01:26.000] Search path: /user/username/projects/myproject/main -Info 27 [00:01:27.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 28 [00:01:28.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 28 [00:01:29.000] Files (3) - -Info 28 [00:01:30.000] ----------------------------------------------- -Info 28 [00:01:31.000] Open files: -Info 28 [00:01:32.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 28 [00:01:33.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 28 [00:01:34.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -304,6 +306,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -325,7 +329,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:35.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -334,11 +338,11 @@ Info 29 [00:01:35.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:36.000] Search path: /user/username/projects/myproject/random -Info 31 [00:01:37.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 32 [00:01:38.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 33 [00:01:39.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 34 [00:01:40.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -346,16 +350,18 @@ Info 34 [00:01:40.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 35 [00:01:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 36 [00:01:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 37 [00:01:43.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 38 [00:01:44.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 39 [00:01:45.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 40 [00:01:46.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 41 [00:01:47.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 42 [00:01:48.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 43 [00:01:49.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 44 [00:01:50.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -365,21 +371,21 @@ Info 44 [00:01:50.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 45 [00:01:51.000] ----------------------------------------------- -Info 46 [00:01:52.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 46 [00:01:53.000] Files (3) - -Info 46 [00:01:54.000] ----------------------------------------------- -Info 46 [00:01:55.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 46 [00:01:56.000] Files (2) - -Info 46 [00:01:57.000] ----------------------------------------------- -Info 46 [00:01:58.000] Open files: -Info 46 [00:01:59.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 46 [00:02:00.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 46 [00:02:01.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 46 [00:02:02.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 46 [00:02:03.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -390,6 +396,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -417,7 +425,7 @@ FsWatchesRecursive:: Before request -Info 47 [00:02:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -428,7 +436,7 @@ Info 47 [00:02:04.000] request: "seq": 3, "type": "request" } -Info 48 [00:02:05.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -478,7 +486,7 @@ export declare function fn6(): void; //# sourceMappingURL=FnS.d.ts.map -Info 49 [00:02:09.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -489,7 +497,7 @@ Info 49 [00:02:09.000] request: "seq": 4, "type": "request" } -Info 50 [00:02:10.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -530,7 +538,7 @@ After request Before request -Info 51 [00:02:11.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -541,7 +549,7 @@ Info 51 [00:02:11.000] request: "seq": 5, "type": "request" } -Info 52 [00:02:12.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -582,7 +590,7 @@ After request Before request -Info 53 [00:02:13.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -593,7 +601,7 @@ Info 53 [00:02:13.000] request: "seq": 6, "type": "request" } -Info 54 [00:02:14.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -634,7 +642,7 @@ After request Before request -Info 55 [00:02:15.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -645,7 +653,7 @@ Info 55 [00:02:15.000] request: "seq": 7, "type": "request" } -Info 56 [00:02:16.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -686,7 +694,7 @@ After request Before request -Info 57 [00:02:17.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -697,7 +705,7 @@ Info 57 [00:02:17.000] request: "seq": 8, "type": "request" } -Info 58 [00:02:18.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configWithReference/dependency-dts-created.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configWithReference/dependency-dts-created.js index e0cac74d782de..f5b5efea838fe 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configWithReference/dependency-dts-created.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configWithReference/dependency-dts-created.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:01.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -206,7 +206,7 @@ export {}; } -Info 1 [00:01:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -215,11 +215,11 @@ Info 1 [00:01:02.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:03.000] Search path: /user/username/projects/myproject/main -Info 3 [00:01:04.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:01:05.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:01:06.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:01:07.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -235,10 +235,10 @@ Info 6 [00:01:07.000] Config: /user/username/projects/myproject/main/tsconfig } ] } -Info 7 [00:01:08.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:09.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:10.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:01:11.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -249,20 +249,22 @@ Info 10 [00:01:11.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:01:12.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 12 [00:01:13.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:01:14.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:01:15.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:01:16.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:01:17.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 17 [00:01:18.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:01:19.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 19 [00:01:20.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 20 [00:01:21.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 21 [00:01:22.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 22 [00:01:23.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:01:24.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 24 [00:01:25.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts Text-1 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -275,17 +277,17 @@ Info 24 [00:01:25.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 25 [00:01:26.000] ----------------------------------------------- -Info 26 [00:01:27.000] Search path: /user/username/projects/myproject/main -Info 27 [00:01:28.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 28 [00:01:29.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 28 [00:01:30.000] Files (3) - -Info 28 [00:01:31.000] ----------------------------------------------- -Info 28 [00:01:32.000] Open files: -Info 28 [00:01:33.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 28 [00:01:34.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 28 [00:01:35.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -296,6 +298,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -317,7 +321,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:36.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -326,11 +330,11 @@ Info 29 [00:01:36.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:37.000] Search path: /user/username/projects/myproject/random -Info 31 [00:01:38.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 32 [00:01:39.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 33 [00:01:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 34 [00:01:41.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -338,16 +342,18 @@ Info 34 [00:01:41.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 35 [00:01:42.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 36 [00:01:43.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 37 [00:01:44.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 38 [00:01:45.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 39 [00:01:46.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 40 [00:01:47.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 41 [00:01:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 42 [00:01:49.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 43 [00:01:50.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 44 [00:01:51.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -357,21 +363,21 @@ Info 44 [00:01:51.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 45 [00:01:52.000] ----------------------------------------------- -Info 46 [00:01:53.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 46 [00:01:54.000] Files (3) - -Info 46 [00:01:55.000] ----------------------------------------------- -Info 46 [00:01:56.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 46 [00:01:57.000] Files (2) - -Info 46 [00:01:58.000] ----------------------------------------------- -Info 46 [00:01:59.000] Open files: -Info 46 [00:02:00.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 46 [00:02:01.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 46 [00:02:02.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 46 [00:02:03.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 46 [00:02:04.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -382,6 +388,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -409,7 +417,7 @@ FsWatchesRecursive:: Before request -Info 47 [00:02:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -420,7 +428,7 @@ Info 47 [00:02:05.000] request: "seq": 3, "type": "request" } -Info 48 [00:02:06.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -459,9 +467,9 @@ Info 48 [00:02:06.000] response: } After request -Info 49 [00:02:09.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 50 [00:02:10.000] Scheduled: /user/username/projects/myproject/main/tsconfig.jsonFailedLookupInvalidation -Info 51 [00:02:11.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/main/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations Before request //// [/user/username/projects/myproject/decls/FnS.d.ts] export declare function fn1(): void; @@ -472,7 +480,7 @@ export declare function fn5(): void; //# sourceMappingURL=FnS.d.ts.map -Info 52 [00:02:12.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -483,7 +491,7 @@ Info 52 [00:02:12.000] request: "seq": 4, "type": "request" } -Info 53 [00:02:13.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -524,7 +532,7 @@ After request Before request -Info 54 [00:02:14.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -535,7 +543,7 @@ Info 54 [00:02:14.000] request: "seq": 5, "type": "request" } -Info 55 [00:02:15.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -576,7 +584,7 @@ After request Before request -Info 56 [00:02:16.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -587,7 +595,7 @@ Info 56 [00:02:16.000] request: "seq": 6, "type": "request" } -Info 57 [00:02:17.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -628,7 +636,7 @@ After request Before request -Info 58 [00:02:18.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -639,7 +647,7 @@ Info 58 [00:02:18.000] request: "seq": 7, "type": "request" } -Info 59 [00:02:19.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -680,7 +688,7 @@ After request Before request -Info 60 [00:02:20.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -691,7 +699,7 @@ Info 60 [00:02:20.000] request: "seq": 8, "type": "request" } -Info 61 [00:02:21.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -732,7 +740,7 @@ After request Before request -Info 62 [00:02:22.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -741,19 +749,19 @@ Info 62 [00:02:22.000] request: "seq": 9, "type": "request" } -Info 63 [00:02:23.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 64 [00:02:24.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 64 [00:02:25.000] Files (3) - -Info 64 [00:02:26.000] ----------------------------------------------- -Info 64 [00:02:27.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 64 [00:02:28.000] Files (2) - -Info 64 [00:02:29.000] ----------------------------------------------- -Info 64 [00:02:30.000] Open files: -Info 64 [00:02:31.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 64 [00:02:32.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 64 [00:02:33.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -764,6 +772,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -793,7 +803,7 @@ FsWatchesRecursive:: Before request -Info 65 [00:02:34.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -802,23 +812,23 @@ Info 65 [00:02:34.000] request: "seq": 10, "type": "request" } -Info 66 [00:02:35.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 67 [00:02:36.000] Search path: /user/username/projects/myproject/random -Info 68 [00:02:37.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 69 [00:02:38.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 69 [00:02:39.000] Files (3) - -Info 69 [00:02:40.000] ----------------------------------------------- -Info 69 [00:02:41.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 69 [00:02:42.000] Files (2) - -Info 69 [00:02:43.000] ----------------------------------------------- -Info 69 [00:02:44.000] Open files: -Info 69 [00:02:45.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 69 [00:02:46.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 69 [00:02:47.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 69 [00:02:48.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 69 [00:02:49.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -829,6 +839,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -860,7 +872,7 @@ FsWatchesRecursive:: Before request -Info 70 [00:02:50.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -869,19 +881,19 @@ Info 70 [00:02:50.000] request: "seq": 11, "type": "request" } -Info 71 [00:02:51.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 72 [00:02:52.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 72 [00:02:53.000] Files (3) - -Info 72 [00:02:54.000] ----------------------------------------------- -Info 72 [00:02:55.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 72 [00:02:56.000] Files (2) - -Info 72 [00:02:57.000] ----------------------------------------------- -Info 72 [00:02:58.000] Open files: -Info 72 [00:02:59.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 72 [00:03:00.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 72 [00:03:01.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -892,6 +904,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -921,7 +935,7 @@ FsWatchesRecursive:: Before request -Info 73 [00:03:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -930,17 +944,17 @@ Info 73 [00:03:02.000] request: "seq": 12, "type": "request" } -Info 74 [00:03:03.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 75 [00:03:04.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 75 [00:03:05.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 75 [00:03:06.000] ----------------------------------------------- -Info 75 [00:03:07.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 75 [00:03:08.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 75 [00:03:09.000] ----------------------------------------------- -Info 75 [00:03:10.000] Open files: -Info 75 [00:03:11.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -951,6 +965,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -982,7 +998,7 @@ FsWatchesRecursive:: Before request -Info 76 [00:03:12.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -991,12 +1007,12 @@ Info 76 [00:03:12.000] request: "seq": 13, "type": "request" } -Info 77 [00:03:13.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 78 [00:03:14.000] Search path: /user/username/projects/myproject/random -Info 79 [00:03:15.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 80 [00:03:16.000] `remove Project:: -Info 81 [00:03:17.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 82 [00:03:18.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts /user/username/projects/myproject/dependency/FnS.ts /user/username/projects/myproject/main/main.ts @@ -1009,29 +1025,31 @@ Info 82 [00:03:18.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 83 [00:03:19.000] ----------------------------------------------- -Info 84 [00:03:20.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 85 [00:03:21.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 86 [00:03:22.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 87 [00:03:23.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 88 [00:03:24.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 89 [00:03:25.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 90 [00:03:26.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 91 [00:03:27.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 92 [00:03:28.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 93 [00:03:29.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 94 [00:03:30.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 95 [00:03:31.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 96 [00:03:32.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 97 [00:03:33.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 98 [00:03:34.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 98 [00:03:35.000] Files (2) - -Info 98 [00:03:36.000] ----------------------------------------------- -Info 98 [00:03:37.000] Open files: -Info 98 [00:03:38.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 98 [00:03:39.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 98 [00:03:40.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1040,6 +1058,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configWithReference/dependency-dts-deleted.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configWithReference/dependency-dts-deleted.js index a37a2d01aec6a..d772487aefe00 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configWithReference/dependency-dts-deleted.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configWithReference/dependency-dts-deleted.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:00.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:01.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:02.000] Search path: /user/username/projects/myproject/main -Info 3 [00:01:03.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:01:04.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:01:05.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:01:06.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -243,10 +243,10 @@ Info 6 [00:01:06.000] Config: /user/username/projects/myproject/main/tsconfig } ] } -Info 7 [00:01:07.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:08.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:09.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:01:10.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -257,20 +257,22 @@ Info 10 [00:01:10.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:01:11.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 12 [00:01:12.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:01:13.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:01:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:01:16.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 17 [00:01:17.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:01:18.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 19 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 20 [00:01:20.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 21 [00:01:21.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 22 [00:01:22.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:01:23.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 24 [00:01:24.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts Text-1 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -283,17 +285,17 @@ Info 24 [00:01:24.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 25 [00:01:25.000] ----------------------------------------------- -Info 26 [00:01:26.000] Search path: /user/username/projects/myproject/main -Info 27 [00:01:27.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 28 [00:01:28.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 28 [00:01:29.000] Files (3) - -Info 28 [00:01:30.000] ----------------------------------------------- -Info 28 [00:01:31.000] Open files: -Info 28 [00:01:32.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 28 [00:01:33.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 28 [00:01:34.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -304,6 +306,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -325,7 +329,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:35.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -334,11 +338,11 @@ Info 29 [00:01:35.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:36.000] Search path: /user/username/projects/myproject/random -Info 31 [00:01:37.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 32 [00:01:38.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 33 [00:01:39.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 34 [00:01:40.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -346,16 +350,18 @@ Info 34 [00:01:40.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 35 [00:01:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 36 [00:01:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 37 [00:01:43.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 38 [00:01:44.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 39 [00:01:45.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 40 [00:01:46.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 41 [00:01:47.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 42 [00:01:48.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 43 [00:01:49.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 44 [00:01:50.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -365,21 +371,21 @@ Info 44 [00:01:50.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 45 [00:01:51.000] ----------------------------------------------- -Info 46 [00:01:52.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 46 [00:01:53.000] Files (3) - -Info 46 [00:01:54.000] ----------------------------------------------- -Info 46 [00:01:55.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 46 [00:01:56.000] Files (2) - -Info 46 [00:01:57.000] ----------------------------------------------- -Info 46 [00:01:58.000] Open files: -Info 46 [00:01:59.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 46 [00:02:00.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 46 [00:02:01.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 46 [00:02:02.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 46 [00:02:03.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -390,6 +396,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -417,7 +425,7 @@ FsWatchesRecursive:: Before request -Info 47 [00:02:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -428,7 +436,7 @@ Info 47 [00:02:04.000] request: "seq": 3, "type": "request" } -Info 48 [00:02:05.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -467,13 +475,13 @@ Info 48 [00:02:05.000] response: } After request -Info 49 [00:02:07.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 50 [00:02:08.000] Scheduled: /user/username/projects/myproject/main/tsconfig.jsonFailedLookupInvalidation -Info 51 [00:02:09.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/main/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations Before request //// [/user/username/projects/myproject/decls/FnS.d.ts] deleted -Info 52 [00:02:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -484,7 +492,7 @@ Info 52 [00:02:10.000] request: "seq": 4, "type": "request" } -Info 53 [00:02:11.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -525,7 +533,7 @@ After request Before request -Info 54 [00:02:12.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -536,7 +544,7 @@ Info 54 [00:02:12.000] request: "seq": 5, "type": "request" } -Info 55 [00:02:13.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -577,7 +585,7 @@ After request Before request -Info 56 [00:02:14.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -588,7 +596,7 @@ Info 56 [00:02:14.000] request: "seq": 6, "type": "request" } -Info 57 [00:02:15.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -629,7 +637,7 @@ After request Before request -Info 58 [00:02:16.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -640,7 +648,7 @@ Info 58 [00:02:16.000] request: "seq": 7, "type": "request" } -Info 59 [00:02:17.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -681,7 +689,7 @@ After request Before request -Info 60 [00:02:18.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -692,7 +700,7 @@ Info 60 [00:02:18.000] request: "seq": 8, "type": "request" } -Info 61 [00:02:19.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -733,7 +741,7 @@ After request Before request -Info 62 [00:02:20.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -742,19 +750,19 @@ Info 62 [00:02:20.000] request: "seq": 9, "type": "request" } -Info 63 [00:02:21.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 64 [00:02:22.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 64 [00:02:23.000] Files (3) - -Info 64 [00:02:24.000] ----------------------------------------------- -Info 64 [00:02:25.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 64 [00:02:26.000] Files (2) - -Info 64 [00:02:27.000] ----------------------------------------------- -Info 64 [00:02:28.000] Open files: -Info 64 [00:02:29.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 64 [00:02:30.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 64 [00:02:31.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -765,6 +773,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -794,7 +804,7 @@ FsWatchesRecursive:: Before request -Info 65 [00:02:32.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -803,23 +813,23 @@ Info 65 [00:02:32.000] request: "seq": 10, "type": "request" } -Info 66 [00:02:33.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 67 [00:02:34.000] Search path: /user/username/projects/myproject/random -Info 68 [00:02:35.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 69 [00:02:36.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 69 [00:02:37.000] Files (3) - -Info 69 [00:02:38.000] ----------------------------------------------- -Info 69 [00:02:39.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 69 [00:02:40.000] Files (2) - -Info 69 [00:02:41.000] ----------------------------------------------- -Info 69 [00:02:42.000] Open files: -Info 69 [00:02:43.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 69 [00:02:44.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 69 [00:02:45.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 69 [00:02:46.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 69 [00:02:47.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -830,6 +840,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -861,7 +873,7 @@ FsWatchesRecursive:: Before request -Info 70 [00:02:48.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -870,19 +882,19 @@ Info 70 [00:02:48.000] request: "seq": 11, "type": "request" } -Info 71 [00:02:49.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 72 [00:02:50.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 72 [00:02:51.000] Files (3) - -Info 72 [00:02:52.000] ----------------------------------------------- -Info 72 [00:02:53.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 72 [00:02:54.000] Files (2) - -Info 72 [00:02:55.000] ----------------------------------------------- -Info 72 [00:02:56.000] Open files: -Info 72 [00:02:57.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 72 [00:02:58.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 72 [00:02:59.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -893,6 +905,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -922,7 +936,7 @@ FsWatchesRecursive:: Before request -Info 73 [00:03:00.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -931,17 +945,17 @@ Info 73 [00:03:00.000] request: "seq": 12, "type": "request" } -Info 74 [00:03:01.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 75 [00:03:02.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 75 [00:03:03.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 75 [00:03:04.000] ----------------------------------------------- -Info 75 [00:03:05.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 75 [00:03:06.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 75 [00:03:07.000] ----------------------------------------------- -Info 75 [00:03:08.000] Open files: -Info 75 [00:03:09.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -952,6 +966,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -983,7 +999,7 @@ FsWatchesRecursive:: Before request -Info 76 [00:03:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -992,12 +1008,12 @@ Info 76 [00:03:10.000] request: "seq": 13, "type": "request" } -Info 77 [00:03:11.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 78 [00:03:12.000] Search path: /user/username/projects/myproject/random -Info 79 [00:03:13.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 80 [00:03:14.000] `remove Project:: -Info 81 [00:03:15.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 82 [00:03:16.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts /user/username/projects/myproject/dependency/FnS.ts /user/username/projects/myproject/main/main.ts @@ -1010,29 +1026,31 @@ Info 82 [00:03:16.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 83 [00:03:17.000] ----------------------------------------------- -Info 84 [00:03:18.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 85 [00:03:19.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 86 [00:03:20.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 87 [00:03:21.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 88 [00:03:22.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 89 [00:03:23.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 90 [00:03:24.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 91 [00:03:25.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 92 [00:03:26.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 93 [00:03:27.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 94 [00:03:28.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 95 [00:03:29.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 96 [00:03:30.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 97 [00:03:31.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 98 [00:03:32.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 98 [00:03:33.000] Files (2) - -Info 98 [00:03:34.000] ----------------------------------------------- -Info 98 [00:03:35.000] Open files: -Info 98 [00:03:36.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 98 [00:03:37.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 98 [00:03:38.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1041,6 +1059,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configWithReference/dependency-dts-not-present.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configWithReference/dependency-dts-not-present.js index b818f361d5e9f..6eaf52368bb54 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configWithReference/dependency-dts-not-present.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configWithReference/dependency-dts-not-present.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:01.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -206,7 +206,7 @@ export {}; } -Info 1 [00:01:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -215,11 +215,11 @@ Info 1 [00:01:02.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:03.000] Search path: /user/username/projects/myproject/main -Info 3 [00:01:04.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:01:05.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:01:06.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:01:07.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -235,10 +235,10 @@ Info 6 [00:01:07.000] Config: /user/username/projects/myproject/main/tsconfig } ] } -Info 7 [00:01:08.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:09.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:10.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:01:11.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -249,20 +249,22 @@ Info 10 [00:01:11.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:01:12.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 12 [00:01:13.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:01:14.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:01:15.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:01:16.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:01:17.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 17 [00:01:18.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:01:19.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 19 [00:01:20.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 20 [00:01:21.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 21 [00:01:22.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 22 [00:01:23.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:01:24.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 24 [00:01:25.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts Text-1 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -275,17 +277,17 @@ Info 24 [00:01:25.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 25 [00:01:26.000] ----------------------------------------------- -Info 26 [00:01:27.000] Search path: /user/username/projects/myproject/main -Info 27 [00:01:28.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 28 [00:01:29.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 28 [00:01:30.000] Files (3) - -Info 28 [00:01:31.000] ----------------------------------------------- -Info 28 [00:01:32.000] Open files: -Info 28 [00:01:33.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 28 [00:01:34.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 28 [00:01:35.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -296,6 +298,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -317,7 +321,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:36.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -326,11 +330,11 @@ Info 29 [00:01:36.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:37.000] Search path: /user/username/projects/myproject/random -Info 31 [00:01:38.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 32 [00:01:39.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 33 [00:01:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 34 [00:01:41.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -338,16 +342,18 @@ Info 34 [00:01:41.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 35 [00:01:42.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 36 [00:01:43.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 37 [00:01:44.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 38 [00:01:45.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 39 [00:01:46.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 40 [00:01:47.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 41 [00:01:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 42 [00:01:49.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 43 [00:01:50.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 44 [00:01:51.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -357,21 +363,21 @@ Info 44 [00:01:51.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 45 [00:01:52.000] ----------------------------------------------- -Info 46 [00:01:53.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 46 [00:01:54.000] Files (3) - -Info 46 [00:01:55.000] ----------------------------------------------- -Info 46 [00:01:56.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 46 [00:01:57.000] Files (2) - -Info 46 [00:01:58.000] ----------------------------------------------- -Info 46 [00:01:59.000] Open files: -Info 46 [00:02:00.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 46 [00:02:01.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 46 [00:02:02.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 46 [00:02:03.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 46 [00:02:04.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -382,6 +388,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -409,7 +417,7 @@ FsWatchesRecursive:: Before request -Info 47 [00:02:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -420,7 +428,7 @@ Info 47 [00:02:05.000] request: "seq": 3, "type": "request" } -Info 48 [00:02:06.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -461,7 +469,7 @@ After request Before request -Info 49 [00:02:07.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -472,7 +480,7 @@ Info 49 [00:02:07.000] request: "seq": 4, "type": "request" } -Info 50 [00:02:08.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -513,7 +521,7 @@ After request Before request -Info 51 [00:02:09.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -524,7 +532,7 @@ Info 51 [00:02:09.000] request: "seq": 5, "type": "request" } -Info 52 [00:02:10.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -565,7 +573,7 @@ After request Before request -Info 53 [00:02:11.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -576,7 +584,7 @@ Info 53 [00:02:11.000] request: "seq": 6, "type": "request" } -Info 54 [00:02:12.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -617,7 +625,7 @@ After request Before request -Info 55 [00:02:13.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -628,7 +636,7 @@ Info 55 [00:02:13.000] request: "seq": 7, "type": "request" } -Info 56 [00:02:14.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -669,7 +677,7 @@ After request Before request -Info 57 [00:02:15.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -678,19 +686,19 @@ Info 57 [00:02:15.000] request: "seq": 8, "type": "request" } -Info 58 [00:02:16.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 59 [00:02:17.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 59 [00:02:18.000] Files (3) - -Info 59 [00:02:19.000] ----------------------------------------------- -Info 59 [00:02:20.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 59 [00:02:21.000] Files (2) - -Info 59 [00:02:22.000] ----------------------------------------------- -Info 59 [00:02:23.000] Open files: -Info 59 [00:02:24.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 59 [00:02:25.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 59 [00:02:26.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -701,6 +709,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -730,7 +740,7 @@ FsWatchesRecursive:: Before request -Info 60 [00:02:27.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -739,23 +749,23 @@ Info 60 [00:02:27.000] request: "seq": 9, "type": "request" } -Info 61 [00:02:28.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 62 [00:02:29.000] Search path: /user/username/projects/myproject/random -Info 63 [00:02:30.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 64 [00:02:31.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 64 [00:02:32.000] Files (3) - -Info 64 [00:02:33.000] ----------------------------------------------- -Info 64 [00:02:34.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 64 [00:02:35.000] Files (2) - -Info 64 [00:02:36.000] ----------------------------------------------- -Info 64 [00:02:37.000] Open files: -Info 64 [00:02:38.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 64 [00:02:39.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 64 [00:02:40.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 64 [00:02:41.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 64 [00:02:42.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -766,6 +776,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -797,7 +809,7 @@ FsWatchesRecursive:: Before request -Info 65 [00:02:43.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -806,19 +818,19 @@ Info 65 [00:02:43.000] request: "seq": 10, "type": "request" } -Info 66 [00:02:44.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 67 [00:02:45.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 67 [00:02:46.000] Files (3) - -Info 67 [00:02:47.000] ----------------------------------------------- -Info 67 [00:02:48.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 67 [00:02:49.000] Files (2) - -Info 67 [00:02:50.000] ----------------------------------------------- -Info 67 [00:02:51.000] Open files: -Info 67 [00:02:52.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 67 [00:02:53.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 67 [00:02:54.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -829,6 +841,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -858,7 +872,7 @@ FsWatchesRecursive:: Before request -Info 68 [00:02:55.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -867,17 +881,17 @@ Info 68 [00:02:55.000] request: "seq": 11, "type": "request" } -Info 69 [00:02:56.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 70 [00:02:57.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 70 [00:02:58.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 70 [00:02:59.000] ----------------------------------------------- -Info 70 [00:03:00.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 70 [00:03:01.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 70 [00:03:02.000] ----------------------------------------------- -Info 70 [00:03:03.000] Open files: -Info 70 [00:03:04.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -888,6 +902,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -919,7 +935,7 @@ FsWatchesRecursive:: Before request -Info 71 [00:03:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -928,12 +944,12 @@ Info 71 [00:03:05.000] request: "seq": 12, "type": "request" } -Info 72 [00:03:06.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 73 [00:03:07.000] Search path: /user/username/projects/myproject/random -Info 74 [00:03:08.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 75 [00:03:09.000] `remove Project:: -Info 76 [00:03:10.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 77 [00:03:11.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts /user/username/projects/myproject/dependency/FnS.ts /user/username/projects/myproject/main/main.ts @@ -946,29 +962,31 @@ Info 77 [00:03:11.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 78 [00:03:12.000] ----------------------------------------------- -Info 79 [00:03:13.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 80 [00:03:14.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 81 [00:03:15.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 82 [00:03:16.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 83 [00:03:17.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 84 [00:03:18.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 85 [00:03:19.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 86 [00:03:20.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 87 [00:03:21.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 88 [00:03:22.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 89 [00:03:23.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 90 [00:03:24.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 91 [00:03:25.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 92 [00:03:26.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 93 [00:03:27.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 93 [00:03:28.000] Files (2) - -Info 93 [00:03:29.000] ----------------------------------------------- -Info 93 [00:03:30.000] Open files: -Info 93 [00:03:31.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 93 [00:03:32.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 93 [00:03:33.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -977,6 +995,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configWithReference/dependency-dtsMap-changes-with-timeout-before-request.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configWithReference/dependency-dtsMap-changes-with-timeout-before-request.js index 1fec31e38558e..5b823c298675f 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configWithReference/dependency-dtsMap-changes-with-timeout-before-request.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configWithReference/dependency-dtsMap-changes-with-timeout-before-request.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:00.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:01.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:02.000] Search path: /user/username/projects/myproject/main -Info 3 [00:01:03.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:01:04.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:01:05.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:01:06.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -243,10 +243,10 @@ Info 6 [00:01:06.000] Config: /user/username/projects/myproject/main/tsconfig } ] } -Info 7 [00:01:07.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:08.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:09.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:01:10.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -257,20 +257,22 @@ Info 10 [00:01:10.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:01:11.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 12 [00:01:12.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:01:13.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:01:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:01:16.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 17 [00:01:17.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:01:18.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 19 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 20 [00:01:20.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 21 [00:01:21.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 22 [00:01:22.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:01:23.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 24 [00:01:24.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts Text-1 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -283,17 +285,17 @@ Info 24 [00:01:24.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 25 [00:01:25.000] ----------------------------------------------- -Info 26 [00:01:26.000] Search path: /user/username/projects/myproject/main -Info 27 [00:01:27.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 28 [00:01:28.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 28 [00:01:29.000] Files (3) - -Info 28 [00:01:30.000] ----------------------------------------------- -Info 28 [00:01:31.000] Open files: -Info 28 [00:01:32.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 28 [00:01:33.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 28 [00:01:34.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -304,6 +306,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -325,7 +329,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:35.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -334,11 +338,11 @@ Info 29 [00:01:35.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:36.000] Search path: /user/username/projects/myproject/random -Info 31 [00:01:37.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 32 [00:01:38.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 33 [00:01:39.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 34 [00:01:40.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -346,16 +350,18 @@ Info 34 [00:01:40.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 35 [00:01:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 36 [00:01:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 37 [00:01:43.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 38 [00:01:44.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 39 [00:01:45.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 40 [00:01:46.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 41 [00:01:47.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 42 [00:01:48.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 43 [00:01:49.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 44 [00:01:50.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -365,21 +371,21 @@ Info 44 [00:01:50.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 45 [00:01:51.000] ----------------------------------------------- -Info 46 [00:01:52.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 46 [00:01:53.000] Files (3) - -Info 46 [00:01:54.000] ----------------------------------------------- -Info 46 [00:01:55.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 46 [00:01:56.000] Files (2) - -Info 46 [00:01:57.000] ----------------------------------------------- -Info 46 [00:01:58.000] Open files: -Info 46 [00:01:59.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 46 [00:02:00.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 46 [00:02:01.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 46 [00:02:02.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 46 [00:02:03.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -390,6 +396,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -417,7 +425,7 @@ FsWatchesRecursive:: Before request -Info 47 [00:02:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -428,7 +436,7 @@ Info 47 [00:02:04.000] request: "seq": 3, "type": "request" } -Info 48 [00:02:05.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -476,7 +484,7 @@ After running Timeout callback:: count: 0 Before request -Info 49 [00:02:09.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -487,7 +495,7 @@ Info 49 [00:02:09.000] request: "seq": 4, "type": "request" } -Info 50 [00:02:10.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -528,7 +536,7 @@ After request Before request -Info 51 [00:02:11.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -539,7 +547,7 @@ Info 51 [00:02:11.000] request: "seq": 5, "type": "request" } -Info 52 [00:02:12.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -580,7 +588,7 @@ After request Before request -Info 53 [00:02:13.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -591,7 +599,7 @@ Info 53 [00:02:13.000] request: "seq": 6, "type": "request" } -Info 54 [00:02:14.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -632,7 +640,7 @@ After request Before request -Info 55 [00:02:15.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -643,7 +651,7 @@ Info 55 [00:02:15.000] request: "seq": 7, "type": "request" } -Info 56 [00:02:16.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -684,7 +692,7 @@ After request Before request -Info 57 [00:02:17.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -695,7 +703,7 @@ Info 57 [00:02:17.000] request: "seq": 8, "type": "request" } -Info 58 [00:02:18.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configWithReference/dependency-dtsMap-changes.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configWithReference/dependency-dtsMap-changes.js index da088a656d115..e4423708317fe 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configWithReference/dependency-dtsMap-changes.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configWithReference/dependency-dtsMap-changes.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:00.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:01.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:02.000] Search path: /user/username/projects/myproject/main -Info 3 [00:01:03.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:01:04.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:01:05.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:01:06.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -243,10 +243,10 @@ Info 6 [00:01:06.000] Config: /user/username/projects/myproject/main/tsconfig } ] } -Info 7 [00:01:07.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:08.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:09.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:01:10.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -257,20 +257,22 @@ Info 10 [00:01:10.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:01:11.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 12 [00:01:12.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:01:13.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:01:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:01:16.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 17 [00:01:17.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:01:18.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 19 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 20 [00:01:20.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 21 [00:01:21.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 22 [00:01:22.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:01:23.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 24 [00:01:24.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts Text-1 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -283,17 +285,17 @@ Info 24 [00:01:24.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 25 [00:01:25.000] ----------------------------------------------- -Info 26 [00:01:26.000] Search path: /user/username/projects/myproject/main -Info 27 [00:01:27.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 28 [00:01:28.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 28 [00:01:29.000] Files (3) - -Info 28 [00:01:30.000] ----------------------------------------------- -Info 28 [00:01:31.000] Open files: -Info 28 [00:01:32.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 28 [00:01:33.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 28 [00:01:34.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -304,6 +306,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -325,7 +329,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:35.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -334,11 +338,11 @@ Info 29 [00:01:35.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:36.000] Search path: /user/username/projects/myproject/random -Info 31 [00:01:37.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 32 [00:01:38.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 33 [00:01:39.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 34 [00:01:40.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -346,16 +350,18 @@ Info 34 [00:01:40.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 35 [00:01:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 36 [00:01:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 37 [00:01:43.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 38 [00:01:44.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 39 [00:01:45.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 40 [00:01:46.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 41 [00:01:47.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 42 [00:01:48.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 43 [00:01:49.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 44 [00:01:50.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -365,21 +371,21 @@ Info 44 [00:01:50.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 45 [00:01:51.000] ----------------------------------------------- -Info 46 [00:01:52.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 46 [00:01:53.000] Files (3) - -Info 46 [00:01:54.000] ----------------------------------------------- -Info 46 [00:01:55.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 46 [00:01:56.000] Files (2) - -Info 46 [00:01:57.000] ----------------------------------------------- -Info 46 [00:01:58.000] Open files: -Info 46 [00:01:59.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 46 [00:02:00.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 46 [00:02:01.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 46 [00:02:02.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 46 [00:02:03.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -390,6 +396,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -417,7 +425,7 @@ FsWatchesRecursive:: Before request -Info 47 [00:02:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -428,7 +436,7 @@ Info 47 [00:02:04.000] request: "seq": 3, "type": "request" } -Info 48 [00:02:05.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -472,7 +480,7 @@ Before request {"version":3,"file":"FnS.d.ts","sourceRoot":"","sources":["../dependency/FnS.ts"],"names":[],"mappings":"AAAA,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,eAAO,MAAM,CAAC,KAAK,CAAC"} -Info 49 [00:02:09.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -483,7 +491,7 @@ Info 49 [00:02:09.000] request: "seq": 4, "type": "request" } -Info 50 [00:02:10.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -524,7 +532,7 @@ After request Before request -Info 51 [00:02:11.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -535,7 +543,7 @@ Info 51 [00:02:11.000] request: "seq": 5, "type": "request" } -Info 52 [00:02:12.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -576,7 +584,7 @@ After request Before request -Info 53 [00:02:13.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -587,7 +595,7 @@ Info 53 [00:02:13.000] request: "seq": 6, "type": "request" } -Info 54 [00:02:14.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -628,7 +636,7 @@ After request Before request -Info 55 [00:02:15.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -639,7 +647,7 @@ Info 55 [00:02:15.000] request: "seq": 7, "type": "request" } -Info 56 [00:02:16.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -680,7 +688,7 @@ After request Before request -Info 57 [00:02:17.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -691,7 +699,7 @@ Info 57 [00:02:17.000] request: "seq": 8, "type": "request" } -Info 58 [00:02:18.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configWithReference/dependency-dtsMap-created.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configWithReference/dependency-dtsMap-created.js index f9462a4c91966..6772b74ffc46f 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configWithReference/dependency-dtsMap-created.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configWithReference/dependency-dtsMap-created.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:01.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -211,7 +211,7 @@ export {}; } -Info 1 [00:01:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -220,11 +220,11 @@ Info 1 [00:01:02.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:03.000] Search path: /user/username/projects/myproject/main -Info 3 [00:01:04.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:01:05.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:01:06.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:01:07.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -240,10 +240,10 @@ Info 6 [00:01:07.000] Config: /user/username/projects/myproject/main/tsconfig } ] } -Info 7 [00:01:08.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:09.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:10.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:01:11.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -254,20 +254,22 @@ Info 10 [00:01:11.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:01:12.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 12 [00:01:13.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:01:14.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:01:15.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:01:16.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:01:17.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 17 [00:01:18.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:01:19.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 19 [00:01:20.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 20 [00:01:21.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 21 [00:01:22.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 22 [00:01:23.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:01:24.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 24 [00:01:25.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts Text-1 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -280,17 +282,17 @@ Info 24 [00:01:25.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 25 [00:01:26.000] ----------------------------------------------- -Info 26 [00:01:27.000] Search path: /user/username/projects/myproject/main -Info 27 [00:01:28.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 28 [00:01:29.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 28 [00:01:30.000] Files (3) - -Info 28 [00:01:31.000] ----------------------------------------------- -Info 28 [00:01:32.000] Open files: -Info 28 [00:01:33.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 28 [00:01:34.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 28 [00:01:35.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -301,6 +303,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -322,7 +326,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:36.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -331,11 +335,11 @@ Info 29 [00:01:36.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:37.000] Search path: /user/username/projects/myproject/random -Info 31 [00:01:38.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 32 [00:01:39.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 33 [00:01:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 34 [00:01:41.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -343,16 +347,18 @@ Info 34 [00:01:41.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 35 [00:01:42.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 36 [00:01:43.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 37 [00:01:44.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 38 [00:01:45.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 39 [00:01:46.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 40 [00:01:47.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 41 [00:01:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 42 [00:01:49.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 43 [00:01:50.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 44 [00:01:51.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -362,21 +368,21 @@ Info 44 [00:01:51.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 45 [00:01:52.000] ----------------------------------------------- -Info 46 [00:01:53.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 46 [00:01:54.000] Files (3) - -Info 46 [00:01:55.000] ----------------------------------------------- -Info 46 [00:01:56.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 46 [00:01:57.000] Files (2) - -Info 46 [00:01:58.000] ----------------------------------------------- -Info 46 [00:01:59.000] Open files: -Info 46 [00:02:00.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 46 [00:02:01.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 46 [00:02:02.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 46 [00:02:03.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 46 [00:02:04.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -387,6 +393,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -414,7 +422,7 @@ FsWatchesRecursive:: Before request -Info 47 [00:02:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -425,7 +433,7 @@ Info 47 [00:02:05.000] request: "seq": 3, "type": "request" } -Info 48 [00:02:06.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -464,14 +472,14 @@ Info 48 [00:02:06.000] response: } After request -Info 49 [00:02:09.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 50 [00:02:10.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations Before request //// [/user/username/projects/myproject/decls/FnS.d.ts.map] {"version":3,"file":"FnS.d.ts","sourceRoot":"","sources":["../dependency/FnS.ts"],"names":[],"mappings":"AAAA,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM"} -Info 51 [00:02:11.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -482,7 +490,7 @@ Info 51 [00:02:11.000] request: "seq": 4, "type": "request" } -Info 52 [00:02:12.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -523,7 +531,7 @@ After request Before request -Info 53 [00:02:13.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -534,7 +542,7 @@ Info 53 [00:02:13.000] request: "seq": 5, "type": "request" } -Info 54 [00:02:14.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -575,7 +583,7 @@ After request Before request -Info 55 [00:02:15.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -586,7 +594,7 @@ Info 55 [00:02:15.000] request: "seq": 6, "type": "request" } -Info 56 [00:02:16.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -627,7 +635,7 @@ After request Before request -Info 57 [00:02:17.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -638,7 +646,7 @@ Info 57 [00:02:17.000] request: "seq": 7, "type": "request" } -Info 58 [00:02:18.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -679,7 +687,7 @@ After request Before request -Info 59 [00:02:19.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -690,7 +698,7 @@ Info 59 [00:02:19.000] request: "seq": 8, "type": "request" } -Info 60 [00:02:20.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -731,7 +739,7 @@ After request Before request -Info 61 [00:02:21.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -740,19 +748,19 @@ Info 61 [00:02:21.000] request: "seq": 9, "type": "request" } -Info 62 [00:02:22.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 63 [00:02:23.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 63 [00:02:24.000] Files (3) - -Info 63 [00:02:25.000] ----------------------------------------------- -Info 63 [00:02:26.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 63 [00:02:27.000] Files (2) - -Info 63 [00:02:28.000] ----------------------------------------------- -Info 63 [00:02:29.000] Open files: -Info 63 [00:02:30.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 63 [00:02:31.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 63 [00:02:32.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -763,6 +771,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -792,7 +802,7 @@ FsWatchesRecursive:: Before request -Info 64 [00:02:33.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -801,23 +811,23 @@ Info 64 [00:02:33.000] request: "seq": 10, "type": "request" } -Info 65 [00:02:34.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 66 [00:02:35.000] Search path: /user/username/projects/myproject/random -Info 67 [00:02:36.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 68 [00:02:37.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 68 [00:02:38.000] Files (3) - -Info 68 [00:02:39.000] ----------------------------------------------- -Info 68 [00:02:40.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 68 [00:02:41.000] Files (2) - -Info 68 [00:02:42.000] ----------------------------------------------- -Info 68 [00:02:43.000] Open files: -Info 68 [00:02:44.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 68 [00:02:45.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 68 [00:02:46.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 68 [00:02:47.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 68 [00:02:48.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -828,6 +838,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -859,7 +871,7 @@ FsWatchesRecursive:: Before request -Info 69 [00:02:49.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -868,19 +880,19 @@ Info 69 [00:02:49.000] request: "seq": 11, "type": "request" } -Info 70 [00:02:50.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 71 [00:02:51.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 71 [00:02:52.000] Files (3) - -Info 71 [00:02:53.000] ----------------------------------------------- -Info 71 [00:02:54.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 71 [00:02:55.000] Files (2) - -Info 71 [00:02:56.000] ----------------------------------------------- -Info 71 [00:02:57.000] Open files: -Info 71 [00:02:58.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 71 [00:02:59.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 71 [00:03:00.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -891,6 +903,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -920,7 +934,7 @@ FsWatchesRecursive:: Before request -Info 72 [00:03:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -929,17 +943,17 @@ Info 72 [00:03:01.000] request: "seq": 12, "type": "request" } -Info 73 [00:03:02.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 74 [00:03:03.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 74 [00:03:04.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 74 [00:03:05.000] ----------------------------------------------- -Info 74 [00:03:06.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 74 [00:03:07.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 74 [00:03:08.000] ----------------------------------------------- -Info 74 [00:03:09.000] Open files: -Info 74 [00:03:10.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -950,6 +964,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -981,7 +997,7 @@ FsWatchesRecursive:: Before request -Info 75 [00:03:11.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -990,12 +1006,12 @@ Info 75 [00:03:11.000] request: "seq": 13, "type": "request" } -Info 76 [00:03:12.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 77 [00:03:13.000] Search path: /user/username/projects/myproject/random -Info 78 [00:03:14.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 79 [00:03:15.000] `remove Project:: -Info 80 [00:03:16.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 81 [00:03:17.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts /user/username/projects/myproject/dependency/FnS.ts /user/username/projects/myproject/main/main.ts @@ -1008,29 +1024,31 @@ Info 81 [00:03:17.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 82 [00:03:18.000] ----------------------------------------------- -Info 83 [00:03:19.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 84 [00:03:20.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 85 [00:03:21.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 86 [00:03:22.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 87 [00:03:23.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 88 [00:03:24.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 89 [00:03:25.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 90 [00:03:26.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 91 [00:03:27.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 92 [00:03:28.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 93 [00:03:29.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 94 [00:03:30.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 95 [00:03:31.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 96 [00:03:32.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 97 [00:03:33.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 97 [00:03:34.000] Files (2) - -Info 97 [00:03:35.000] ----------------------------------------------- -Info 97 [00:03:36.000] Open files: -Info 97 [00:03:37.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 97 [00:03:38.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 97 [00:03:39.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1039,6 +1057,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configWithReference/dependency-dtsMap-deleted.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configWithReference/dependency-dtsMap-deleted.js index efbaac24bae7b..c3d8ae9940a1d 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configWithReference/dependency-dtsMap-deleted.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configWithReference/dependency-dtsMap-deleted.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:00.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:01.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:02.000] Search path: /user/username/projects/myproject/main -Info 3 [00:01:03.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:01:04.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:01:05.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:01:06.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -243,10 +243,10 @@ Info 6 [00:01:06.000] Config: /user/username/projects/myproject/main/tsconfig } ] } -Info 7 [00:01:07.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:08.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:09.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:01:10.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -257,20 +257,22 @@ Info 10 [00:01:10.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:01:11.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 12 [00:01:12.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:01:13.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:01:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:01:16.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 17 [00:01:17.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:01:18.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 19 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 20 [00:01:20.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 21 [00:01:21.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 22 [00:01:22.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:01:23.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 24 [00:01:24.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts Text-1 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -283,17 +285,17 @@ Info 24 [00:01:24.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 25 [00:01:25.000] ----------------------------------------------- -Info 26 [00:01:26.000] Search path: /user/username/projects/myproject/main -Info 27 [00:01:27.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 28 [00:01:28.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 28 [00:01:29.000] Files (3) - -Info 28 [00:01:30.000] ----------------------------------------------- -Info 28 [00:01:31.000] Open files: -Info 28 [00:01:32.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 28 [00:01:33.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 28 [00:01:34.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -304,6 +306,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -325,7 +329,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:35.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -334,11 +338,11 @@ Info 29 [00:01:35.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:36.000] Search path: /user/username/projects/myproject/random -Info 31 [00:01:37.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 32 [00:01:38.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 33 [00:01:39.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 34 [00:01:40.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -346,16 +350,18 @@ Info 34 [00:01:40.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 35 [00:01:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 36 [00:01:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 37 [00:01:43.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 38 [00:01:44.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 39 [00:01:45.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 40 [00:01:46.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 41 [00:01:47.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 42 [00:01:48.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 43 [00:01:49.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 44 [00:01:50.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -365,21 +371,21 @@ Info 44 [00:01:50.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 45 [00:01:51.000] ----------------------------------------------- -Info 46 [00:01:52.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 46 [00:01:53.000] Files (3) - -Info 46 [00:01:54.000] ----------------------------------------------- -Info 46 [00:01:55.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 46 [00:01:56.000] Files (2) - -Info 46 [00:01:57.000] ----------------------------------------------- -Info 46 [00:01:58.000] Open files: -Info 46 [00:01:59.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 46 [00:02:00.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 46 [00:02:01.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 46 [00:02:02.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 46 [00:02:03.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -390,6 +396,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -417,7 +425,7 @@ FsWatchesRecursive:: Before request -Info 47 [00:02:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -428,7 +436,7 @@ Info 47 [00:02:04.000] request: "seq": 3, "type": "request" } -Info 48 [00:02:05.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -467,12 +475,12 @@ Info 48 [00:02:05.000] response: } After request -Info 49 [00:02:07.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 50 [00:02:08.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations Before request //// [/user/username/projects/myproject/decls/FnS.d.ts.map] deleted -Info 51 [00:02:09.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -483,7 +491,7 @@ Info 51 [00:02:09.000] request: "seq": 4, "type": "request" } -Info 52 [00:02:10.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -524,7 +532,7 @@ After request Before request -Info 53 [00:02:11.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -535,7 +543,7 @@ Info 53 [00:02:11.000] request: "seq": 5, "type": "request" } -Info 54 [00:02:12.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -576,7 +584,7 @@ After request Before request -Info 55 [00:02:13.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -587,7 +595,7 @@ Info 55 [00:02:13.000] request: "seq": 6, "type": "request" } -Info 56 [00:02:14.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -628,7 +636,7 @@ After request Before request -Info 57 [00:02:15.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -639,7 +647,7 @@ Info 57 [00:02:15.000] request: "seq": 7, "type": "request" } -Info 58 [00:02:16.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -680,7 +688,7 @@ After request Before request -Info 59 [00:02:17.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -691,7 +699,7 @@ Info 59 [00:02:17.000] request: "seq": 8, "type": "request" } -Info 60 [00:02:18.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -732,7 +740,7 @@ After request Before request -Info 61 [00:02:19.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -741,19 +749,19 @@ Info 61 [00:02:19.000] request: "seq": 9, "type": "request" } -Info 62 [00:02:20.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 63 [00:02:21.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 63 [00:02:22.000] Files (3) - -Info 63 [00:02:23.000] ----------------------------------------------- -Info 63 [00:02:24.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 63 [00:02:25.000] Files (2) - -Info 63 [00:02:26.000] ----------------------------------------------- -Info 63 [00:02:27.000] Open files: -Info 63 [00:02:28.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 63 [00:02:29.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 63 [00:02:30.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -764,6 +772,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -793,7 +803,7 @@ FsWatchesRecursive:: Before request -Info 64 [00:02:31.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -802,23 +812,23 @@ Info 64 [00:02:31.000] request: "seq": 10, "type": "request" } -Info 65 [00:02:32.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 66 [00:02:33.000] Search path: /user/username/projects/myproject/random -Info 67 [00:02:34.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 68 [00:02:35.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 68 [00:02:36.000] Files (3) - -Info 68 [00:02:37.000] ----------------------------------------------- -Info 68 [00:02:38.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 68 [00:02:39.000] Files (2) - -Info 68 [00:02:40.000] ----------------------------------------------- -Info 68 [00:02:41.000] Open files: -Info 68 [00:02:42.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 68 [00:02:43.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 68 [00:02:44.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 68 [00:02:45.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 68 [00:02:46.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -829,6 +839,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -860,7 +872,7 @@ FsWatchesRecursive:: Before request -Info 69 [00:02:47.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -869,19 +881,19 @@ Info 69 [00:02:47.000] request: "seq": 11, "type": "request" } -Info 70 [00:02:48.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 71 [00:02:49.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 71 [00:02:50.000] Files (3) - -Info 71 [00:02:51.000] ----------------------------------------------- -Info 71 [00:02:52.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 71 [00:02:53.000] Files (2) - -Info 71 [00:02:54.000] ----------------------------------------------- -Info 71 [00:02:55.000] Open files: -Info 71 [00:02:56.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 71 [00:02:57.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 71 [00:02:58.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -892,6 +904,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -921,7 +935,7 @@ FsWatchesRecursive:: Before request -Info 72 [00:02:59.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -930,17 +944,17 @@ Info 72 [00:02:59.000] request: "seq": 12, "type": "request" } -Info 73 [00:03:00.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 74 [00:03:01.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 74 [00:03:02.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 74 [00:03:03.000] ----------------------------------------------- -Info 74 [00:03:04.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 74 [00:03:05.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 74 [00:03:06.000] ----------------------------------------------- -Info 74 [00:03:07.000] Open files: -Info 74 [00:03:08.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -951,6 +965,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -982,7 +998,7 @@ FsWatchesRecursive:: Before request -Info 75 [00:03:09.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -991,12 +1007,12 @@ Info 75 [00:03:09.000] request: "seq": 13, "type": "request" } -Info 76 [00:03:10.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 77 [00:03:11.000] Search path: /user/username/projects/myproject/random -Info 78 [00:03:12.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 79 [00:03:13.000] `remove Project:: -Info 80 [00:03:14.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 81 [00:03:15.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts /user/username/projects/myproject/dependency/FnS.ts /user/username/projects/myproject/main/main.ts @@ -1009,29 +1025,31 @@ Info 81 [00:03:15.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 82 [00:03:16.000] ----------------------------------------------- -Info 83 [00:03:17.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 84 [00:03:18.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 85 [00:03:19.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 86 [00:03:20.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 87 [00:03:21.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 88 [00:03:22.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 89 [00:03:23.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 90 [00:03:24.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 91 [00:03:25.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 92 [00:03:26.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 93 [00:03:27.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 94 [00:03:28.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 95 [00:03:29.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 96 [00:03:30.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 97 [00:03:31.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 97 [00:03:32.000] Files (2) - -Info 97 [00:03:33.000] ----------------------------------------------- -Info 97 [00:03:34.000] Open files: -Info 97 [00:03:35.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 97 [00:03:36.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 97 [00:03:37.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1040,6 +1058,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configWithReference/dependency-dtsMap-not-present.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configWithReference/dependency-dtsMap-not-present.js index fca8dca8e2952..b1f3886c44e01 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configWithReference/dependency-dtsMap-not-present.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configWithReference/dependency-dtsMap-not-present.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:01.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -211,7 +211,7 @@ export {}; } -Info 1 [00:01:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -220,11 +220,11 @@ Info 1 [00:01:02.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:03.000] Search path: /user/username/projects/myproject/main -Info 3 [00:01:04.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:01:05.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:01:06.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:01:07.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -240,10 +240,10 @@ Info 6 [00:01:07.000] Config: /user/username/projects/myproject/main/tsconfig } ] } -Info 7 [00:01:08.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:09.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:10.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:01:11.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -254,20 +254,22 @@ Info 10 [00:01:11.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:01:12.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 12 [00:01:13.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:01:14.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:01:15.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:01:16.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:01:17.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 17 [00:01:18.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:01:19.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 19 [00:01:20.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 20 [00:01:21.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 21 [00:01:22.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 22 [00:01:23.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:01:24.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 24 [00:01:25.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts Text-1 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -280,17 +282,17 @@ Info 24 [00:01:25.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 25 [00:01:26.000] ----------------------------------------------- -Info 26 [00:01:27.000] Search path: /user/username/projects/myproject/main -Info 27 [00:01:28.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 28 [00:01:29.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 28 [00:01:30.000] Files (3) - -Info 28 [00:01:31.000] ----------------------------------------------- -Info 28 [00:01:32.000] Open files: -Info 28 [00:01:33.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 28 [00:01:34.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 28 [00:01:35.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -301,6 +303,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -322,7 +326,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:36.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -331,11 +335,11 @@ Info 29 [00:01:36.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:37.000] Search path: /user/username/projects/myproject/random -Info 31 [00:01:38.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 32 [00:01:39.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 33 [00:01:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 34 [00:01:41.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -343,16 +347,18 @@ Info 34 [00:01:41.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 35 [00:01:42.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 36 [00:01:43.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 37 [00:01:44.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 38 [00:01:45.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 39 [00:01:46.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 40 [00:01:47.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 41 [00:01:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 42 [00:01:49.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 43 [00:01:50.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 44 [00:01:51.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -362,21 +368,21 @@ Info 44 [00:01:51.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 45 [00:01:52.000] ----------------------------------------------- -Info 46 [00:01:53.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 46 [00:01:54.000] Files (3) - -Info 46 [00:01:55.000] ----------------------------------------------- -Info 46 [00:01:56.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 46 [00:01:57.000] Files (2) - -Info 46 [00:01:58.000] ----------------------------------------------- -Info 46 [00:01:59.000] Open files: -Info 46 [00:02:00.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 46 [00:02:01.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 46 [00:02:02.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 46 [00:02:03.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 46 [00:02:04.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -387,6 +393,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -414,7 +422,7 @@ FsWatchesRecursive:: Before request -Info 47 [00:02:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -425,7 +433,7 @@ Info 47 [00:02:05.000] request: "seq": 3, "type": "request" } -Info 48 [00:02:06.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -466,7 +474,7 @@ After request Before request -Info 49 [00:02:07.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -477,7 +485,7 @@ Info 49 [00:02:07.000] request: "seq": 4, "type": "request" } -Info 50 [00:02:08.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -518,7 +526,7 @@ After request Before request -Info 51 [00:02:09.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -529,7 +537,7 @@ Info 51 [00:02:09.000] request: "seq": 5, "type": "request" } -Info 52 [00:02:10.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -570,7 +578,7 @@ After request Before request -Info 53 [00:02:11.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -581,7 +589,7 @@ Info 53 [00:02:11.000] request: "seq": 6, "type": "request" } -Info 54 [00:02:12.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -622,7 +630,7 @@ After request Before request -Info 55 [00:02:13.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -633,7 +641,7 @@ Info 55 [00:02:13.000] request: "seq": 7, "type": "request" } -Info 56 [00:02:14.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -674,7 +682,7 @@ After request Before request -Info 57 [00:02:15.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -683,19 +691,19 @@ Info 57 [00:02:15.000] request: "seq": 8, "type": "request" } -Info 58 [00:02:16.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 59 [00:02:17.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 59 [00:02:18.000] Files (3) - -Info 59 [00:02:19.000] ----------------------------------------------- -Info 59 [00:02:20.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 59 [00:02:21.000] Files (2) - -Info 59 [00:02:22.000] ----------------------------------------------- -Info 59 [00:02:23.000] Open files: -Info 59 [00:02:24.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 59 [00:02:25.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 59 [00:02:26.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -706,6 +714,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -735,7 +745,7 @@ FsWatchesRecursive:: Before request -Info 60 [00:02:27.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -744,23 +754,23 @@ Info 60 [00:02:27.000] request: "seq": 9, "type": "request" } -Info 61 [00:02:28.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 62 [00:02:29.000] Search path: /user/username/projects/myproject/random -Info 63 [00:02:30.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 64 [00:02:31.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 64 [00:02:32.000] Files (3) - -Info 64 [00:02:33.000] ----------------------------------------------- -Info 64 [00:02:34.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 64 [00:02:35.000] Files (2) - -Info 64 [00:02:36.000] ----------------------------------------------- -Info 64 [00:02:37.000] Open files: -Info 64 [00:02:38.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 64 [00:02:39.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 64 [00:02:40.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 64 [00:02:41.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 64 [00:02:42.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -771,6 +781,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -802,7 +814,7 @@ FsWatchesRecursive:: Before request -Info 65 [00:02:43.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -811,19 +823,19 @@ Info 65 [00:02:43.000] request: "seq": 10, "type": "request" } -Info 66 [00:02:44.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 67 [00:02:45.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 67 [00:02:46.000] Files (3) - -Info 67 [00:02:47.000] ----------------------------------------------- -Info 67 [00:02:48.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 67 [00:02:49.000] Files (2) - -Info 67 [00:02:50.000] ----------------------------------------------- -Info 67 [00:02:51.000] Open files: -Info 67 [00:02:52.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 67 [00:02:53.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 67 [00:02:54.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -834,6 +846,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -863,7 +877,7 @@ FsWatchesRecursive:: Before request -Info 68 [00:02:55.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -872,17 +886,17 @@ Info 68 [00:02:55.000] request: "seq": 11, "type": "request" } -Info 69 [00:02:56.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 70 [00:02:57.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 70 [00:02:58.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 70 [00:02:59.000] ----------------------------------------------- -Info 70 [00:03:00.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 70 [00:03:01.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 70 [00:03:02.000] ----------------------------------------------- -Info 70 [00:03:03.000] Open files: -Info 70 [00:03:04.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -893,6 +907,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -924,7 +940,7 @@ FsWatchesRecursive:: Before request -Info 71 [00:03:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -933,12 +949,12 @@ Info 71 [00:03:05.000] request: "seq": 12, "type": "request" } -Info 72 [00:03:06.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 73 [00:03:07.000] Search path: /user/username/projects/myproject/random -Info 74 [00:03:08.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 75 [00:03:09.000] `remove Project:: -Info 76 [00:03:10.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 77 [00:03:11.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts /user/username/projects/myproject/dependency/FnS.ts /user/username/projects/myproject/main/main.ts @@ -951,29 +967,31 @@ Info 77 [00:03:11.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 78 [00:03:12.000] ----------------------------------------------- -Info 79 [00:03:13.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 80 [00:03:14.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 81 [00:03:15.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 82 [00:03:16.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 83 [00:03:17.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 84 [00:03:18.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 85 [00:03:19.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 86 [00:03:20.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 87 [00:03:21.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 88 [00:03:22.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 89 [00:03:23.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 90 [00:03:24.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 91 [00:03:25.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 92 [00:03:26.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 93 [00:03:27.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 93 [00:03:28.000] Files (2) - -Info 93 [00:03:29.000] ----------------------------------------------- -Info 93 [00:03:30.000] Open files: -Info 93 [00:03:31.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 93 [00:03:32.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 93 [00:03:33.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -982,6 +1000,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configWithReference/dependency-source-changes-with-timeout-before-request.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configWithReference/dependency-source-changes-with-timeout-before-request.js index af9358553d612..1d610a558564f 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configWithReference/dependency-source-changes-with-timeout-before-request.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configWithReference/dependency-source-changes-with-timeout-before-request.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:00.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:01.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:02.000] Search path: /user/username/projects/myproject/main -Info 3 [00:01:03.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:01:04.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:01:05.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:01:06.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -243,10 +243,10 @@ Info 6 [00:01:06.000] Config: /user/username/projects/myproject/main/tsconfig } ] } -Info 7 [00:01:07.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:08.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:09.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:01:10.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -257,20 +257,22 @@ Info 10 [00:01:10.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:01:11.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 12 [00:01:12.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:01:13.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:01:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:01:16.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 17 [00:01:17.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:01:18.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 19 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 20 [00:01:20.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 21 [00:01:21.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 22 [00:01:22.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:01:23.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 24 [00:01:24.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts Text-1 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -283,17 +285,17 @@ Info 24 [00:01:24.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 25 [00:01:25.000] ----------------------------------------------- -Info 26 [00:01:26.000] Search path: /user/username/projects/myproject/main -Info 27 [00:01:27.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 28 [00:01:28.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 28 [00:01:29.000] Files (3) - -Info 28 [00:01:30.000] ----------------------------------------------- -Info 28 [00:01:31.000] Open files: -Info 28 [00:01:32.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 28 [00:01:33.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 28 [00:01:34.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -304,6 +306,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -325,7 +329,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:35.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -334,11 +338,11 @@ Info 29 [00:01:35.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:36.000] Search path: /user/username/projects/myproject/random -Info 31 [00:01:37.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 32 [00:01:38.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 33 [00:01:39.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 34 [00:01:40.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -346,16 +350,18 @@ Info 34 [00:01:40.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 35 [00:01:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 36 [00:01:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 37 [00:01:43.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 38 [00:01:44.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 39 [00:01:45.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 40 [00:01:46.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 41 [00:01:47.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 42 [00:01:48.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 43 [00:01:49.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 44 [00:01:50.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -365,21 +371,21 @@ Info 44 [00:01:50.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 45 [00:01:51.000] ----------------------------------------------- -Info 46 [00:01:52.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 46 [00:01:53.000] Files (3) - -Info 46 [00:01:54.000] ----------------------------------------------- -Info 46 [00:01:55.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 46 [00:01:56.000] Files (2) - -Info 46 [00:01:57.000] ----------------------------------------------- -Info 46 [00:01:58.000] Open files: -Info 46 [00:01:59.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 46 [00:02:00.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 46 [00:02:01.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 46 [00:02:02.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 46 [00:02:03.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -390,6 +396,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -417,7 +425,7 @@ FsWatchesRecursive:: Before request -Info 47 [00:02:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -428,7 +436,7 @@ Info 47 [00:02:04.000] request: "seq": 3, "type": "request" } -Info 48 [00:02:05.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -467,10 +475,10 @@ Info 48 [00:02:05.000] response: } After request -Info 49 [00:02:09.000] FileWatcher:: Triggered with /user/username/projects/myproject/dependency/FnS.ts 1:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 50 [00:02:10.000] Scheduled: /user/username/projects/myproject/main/tsconfig.json -Info 51 [00:02:11.000] Scheduled: *ensureProjectForOpenFiles* -Info 52 [00:02:12.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/dependency/FnS.ts 1:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/dependency/FnS.ts 1:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/dependency/FnS.ts 1:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info Before running Timeout callback:: count: 2 1: /user/username/projects/myproject/main/tsconfig.json 2: *ensureProjectForOpenFiles* @@ -484,50 +492,50 @@ export function fn5() { } -Info 53 [00:02:13.000] Running: /user/username/projects/myproject/main/tsconfig.json -Info 54 [00:02:14.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 55 [00:02:15.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 56 [00:02:16.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 57 [00:02:17.000] Files (3) +Info seq [hh:mm:ss:mss] Running: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts Text-2 "function fooBar() { }\nexport function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" -Info 58 [00:02:18.000] ----------------------------------------------- -Info 59 [00:02:19.000] Running: *ensureProjectForOpenFiles* -Info 60 [00:02:20.000] Before ensureProjectForOpenFiles: -Info 61 [00:02:21.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 61 [00:02:22.000] Files (3) - -Info 61 [00:02:23.000] ----------------------------------------------- -Info 61 [00:02:24.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 61 [00:02:25.000] Files (2) - -Info 61 [00:02:26.000] ----------------------------------------------- -Info 61 [00:02:27.000] Open files: -Info 61 [00:02:28.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 61 [00:02:29.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 61 [00:02:30.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 61 [00:02:31.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 61 [00:02:32.000] After ensureProjectForOpenFiles: -Info 62 [00:02:33.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 62 [00:02:34.000] Files (3) - -Info 62 [00:02:35.000] ----------------------------------------------- -Info 62 [00:02:36.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 62 [00:02:37.000] Files (2) - -Info 62 [00:02:38.000] ----------------------------------------------- -Info 62 [00:02:39.000] Open files: -Info 62 [00:02:40.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 62 [00:02:41.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 62 [00:02:42.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 62 [00:02:43.000] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json After running Timeout callback:: count: 0 Before request -Info 62 [00:02:44.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -538,7 +546,7 @@ Info 62 [00:02:44.000] request: "seq": 4, "type": "request" } -Info 63 [00:02:45.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -579,7 +587,7 @@ After request Before request -Info 64 [00:02:46.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -590,7 +598,7 @@ Info 64 [00:02:46.000] request: "seq": 5, "type": "request" } -Info 65 [00:02:47.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -631,7 +639,7 @@ After request Before request -Info 66 [00:02:48.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -642,7 +650,7 @@ Info 66 [00:02:48.000] request: "seq": 6, "type": "request" } -Info 67 [00:02:49.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -683,7 +691,7 @@ After request Before request -Info 68 [00:02:50.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -694,7 +702,7 @@ Info 68 [00:02:50.000] request: "seq": 7, "type": "request" } -Info 69 [00:02:51.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -735,7 +743,7 @@ After request Before request -Info 70 [00:02:52.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -746,7 +754,7 @@ Info 70 [00:02:52.000] request: "seq": 8, "type": "request" } -Info 71 [00:02:53.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configWithReference/dependency-source-changes.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configWithReference/dependency-source-changes.js index 1386c8374a806..127830b7c1852 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configWithReference/dependency-source-changes.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configWithReference/dependency-source-changes.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:00.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:01.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:02.000] Search path: /user/username/projects/myproject/main -Info 3 [00:01:03.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:01:04.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:01:05.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:01:06.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -243,10 +243,10 @@ Info 6 [00:01:06.000] Config: /user/username/projects/myproject/main/tsconfig } ] } -Info 7 [00:01:07.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:08.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:09.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:01:10.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -257,20 +257,22 @@ Info 10 [00:01:10.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:01:11.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 12 [00:01:12.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:01:13.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:01:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:01:16.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 17 [00:01:17.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:01:18.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 19 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 20 [00:01:20.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 21 [00:01:21.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 22 [00:01:22.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:01:23.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 24 [00:01:24.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts Text-1 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -283,17 +285,17 @@ Info 24 [00:01:24.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 25 [00:01:25.000] ----------------------------------------------- -Info 26 [00:01:26.000] Search path: /user/username/projects/myproject/main -Info 27 [00:01:27.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 28 [00:01:28.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 28 [00:01:29.000] Files (3) - -Info 28 [00:01:30.000] ----------------------------------------------- -Info 28 [00:01:31.000] Open files: -Info 28 [00:01:32.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 28 [00:01:33.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 28 [00:01:34.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -304,6 +306,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -325,7 +329,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:35.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -334,11 +338,11 @@ Info 29 [00:01:35.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:36.000] Search path: /user/username/projects/myproject/random -Info 31 [00:01:37.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 32 [00:01:38.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 33 [00:01:39.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 34 [00:01:40.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -346,16 +350,18 @@ Info 34 [00:01:40.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 35 [00:01:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 36 [00:01:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 37 [00:01:43.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 38 [00:01:44.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 39 [00:01:45.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 40 [00:01:46.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 41 [00:01:47.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 42 [00:01:48.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 43 [00:01:49.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 44 [00:01:50.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -365,21 +371,21 @@ Info 44 [00:01:50.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 45 [00:01:51.000] ----------------------------------------------- -Info 46 [00:01:52.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 46 [00:01:53.000] Files (3) - -Info 46 [00:01:54.000] ----------------------------------------------- -Info 46 [00:01:55.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 46 [00:01:56.000] Files (2) - -Info 46 [00:01:57.000] ----------------------------------------------- -Info 46 [00:01:58.000] Open files: -Info 46 [00:01:59.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 46 [00:02:00.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 46 [00:02:01.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 46 [00:02:02.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 46 [00:02:03.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -390,6 +396,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -417,7 +425,7 @@ FsWatchesRecursive:: Before request -Info 47 [00:02:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -428,7 +436,7 @@ Info 47 [00:02:04.000] request: "seq": 3, "type": "request" } -Info 48 [00:02:05.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -467,10 +475,10 @@ Info 48 [00:02:05.000] response: } After request -Info 49 [00:02:09.000] FileWatcher:: Triggered with /user/username/projects/myproject/dependency/FnS.ts 1:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 50 [00:02:10.000] Scheduled: /user/username/projects/myproject/main/tsconfig.json -Info 51 [00:02:11.000] Scheduled: *ensureProjectForOpenFiles* -Info 52 [00:02:12.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/dependency/FnS.ts 1:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/dependency/FnS.ts 1:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/dependency/FnS.ts 1:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info Before request //// [/user/username/projects/myproject/dependency/FnS.ts] function fooBar() { } @@ -482,7 +490,7 @@ export function fn5() { } -Info 53 [00:02:13.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -493,16 +501,16 @@ Info 53 [00:02:13.000] request: "seq": 4, "type": "request" } -Info 54 [00:02:14.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 55 [00:02:15.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 56 [00:02:16.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 57 [00:02:17.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts Text-2 "function fooBar() { }\nexport function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" -Info 58 [00:02:18.000] ----------------------------------------------- -Info 59 [00:02:19.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -543,7 +551,7 @@ After request Before request -Info 60 [00:02:20.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -554,7 +562,7 @@ Info 60 [00:02:20.000] request: "seq": 5, "type": "request" } -Info 61 [00:02:21.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -595,7 +603,7 @@ After request Before request -Info 62 [00:02:22.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -606,7 +614,7 @@ Info 62 [00:02:22.000] request: "seq": 6, "type": "request" } -Info 63 [00:02:23.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -647,7 +655,7 @@ After request Before request -Info 64 [00:02:24.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -658,7 +666,7 @@ Info 64 [00:02:24.000] request: "seq": 7, "type": "request" } -Info 65 [00:02:25.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -699,7 +707,7 @@ After request Before request -Info 66 [00:02:26.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -710,7 +718,7 @@ Info 66 [00:02:26.000] request: "seq": 8, "type": "request" } -Info 67 [00:02:27.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configWithReference/usage-file-changes-with-timeout-before-request.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configWithReference/usage-file-changes-with-timeout-before-request.js index c0c47d403e2e8..11a8cc26868f6 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configWithReference/usage-file-changes-with-timeout-before-request.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configWithReference/usage-file-changes-with-timeout-before-request.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:00.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:01.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:02.000] Search path: /user/username/projects/myproject/main -Info 3 [00:01:03.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:01:04.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:01:05.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:01:06.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -243,10 +243,10 @@ Info 6 [00:01:06.000] Config: /user/username/projects/myproject/main/tsconfig } ] } -Info 7 [00:01:07.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:08.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:09.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:01:10.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -257,20 +257,22 @@ Info 10 [00:01:10.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:01:11.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 12 [00:01:12.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:01:13.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:01:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:01:16.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 17 [00:01:17.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:01:18.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 19 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 20 [00:01:20.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 21 [00:01:21.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 22 [00:01:22.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:01:23.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 24 [00:01:24.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts Text-1 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -283,17 +285,17 @@ Info 24 [00:01:24.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 25 [00:01:25.000] ----------------------------------------------- -Info 26 [00:01:26.000] Search path: /user/username/projects/myproject/main -Info 27 [00:01:27.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 28 [00:01:28.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 28 [00:01:29.000] Files (3) - -Info 28 [00:01:30.000] ----------------------------------------------- -Info 28 [00:01:31.000] Open files: -Info 28 [00:01:32.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 28 [00:01:33.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 28 [00:01:34.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -304,6 +306,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -325,7 +329,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:35.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -334,11 +338,11 @@ Info 29 [00:01:35.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:36.000] Search path: /user/username/projects/myproject/random -Info 31 [00:01:37.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 32 [00:01:38.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 33 [00:01:39.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 34 [00:01:40.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -346,16 +350,18 @@ Info 34 [00:01:40.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 35 [00:01:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 36 [00:01:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 37 [00:01:43.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 38 [00:01:44.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 39 [00:01:45.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 40 [00:01:46.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 41 [00:01:47.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 42 [00:01:48.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 43 [00:01:49.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 44 [00:01:50.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -365,21 +371,21 @@ Info 44 [00:01:50.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 45 [00:01:51.000] ----------------------------------------------- -Info 46 [00:01:52.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 46 [00:01:53.000] Files (3) - -Info 46 [00:01:54.000] ----------------------------------------------- -Info 46 [00:01:55.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 46 [00:01:56.000] Files (2) - -Info 46 [00:01:57.000] ----------------------------------------------- -Info 46 [00:01:58.000] Open files: -Info 46 [00:01:59.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 46 [00:02:00.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 46 [00:02:01.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 46 [00:02:02.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 46 [00:02:03.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -390,6 +396,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -417,7 +425,7 @@ FsWatchesRecursive:: Before request -Info 47 [00:02:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -428,7 +436,7 @@ Info 47 [00:02:04.000] request: "seq": 3, "type": "request" } -Info 48 [00:02:05.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -469,7 +477,7 @@ After request Before request -Info 49 [00:02:06.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { @@ -483,7 +491,7 @@ Info 49 [00:02:06.000] request: "seq": 4, "type": "request" } -Info 50 [00:02:07.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -495,7 +503,7 @@ After running Timeout callback:: count: 0 Before request -Info 51 [00:02:08.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -506,16 +514,16 @@ Info 51 [00:02:08.000] request: "seq": 5, "type": "request" } -Info 52 [00:02:09.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 53 [00:02:10.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 54 [00:02:11.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 55 [00:02:12.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts Text-1 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" /user/username/projects/myproject/main/main.ts SVC-1-1 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\nconst x = 10;" -Info 56 [00:02:13.000] ----------------------------------------------- -Info 57 [00:02:14.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -556,7 +564,7 @@ After request Before request -Info 58 [00:02:15.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -567,7 +575,7 @@ Info 58 [00:02:15.000] request: "seq": 6, "type": "request" } -Info 59 [00:02:16.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -608,7 +616,7 @@ After request Before request -Info 60 [00:02:17.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -619,7 +627,7 @@ Info 60 [00:02:17.000] request: "seq": 7, "type": "request" } -Info 61 [00:02:18.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -660,7 +668,7 @@ After request Before request -Info 62 [00:02:19.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -671,7 +679,7 @@ Info 62 [00:02:19.000] request: "seq": 8, "type": "request" } -Info 63 [00:02:20.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -712,7 +720,7 @@ After request Before request -Info 64 [00:02:21.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -723,7 +731,7 @@ Info 64 [00:02:21.000] request: "seq": 9, "type": "request" } -Info 65 [00:02:22.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configWithReference/usage-file-changes.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configWithReference/usage-file-changes.js index 77b6cc78efa8f..d157b7a6fd470 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configWithReference/usage-file-changes.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configWithReference/usage-file-changes.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:00.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:01.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:02.000] Search path: /user/username/projects/myproject/main -Info 3 [00:01:03.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:01:04.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:01:05.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:01:06.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -243,10 +243,10 @@ Info 6 [00:01:06.000] Config: /user/username/projects/myproject/main/tsconfig } ] } -Info 7 [00:01:07.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:08.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:09.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:01:10.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -257,20 +257,22 @@ Info 10 [00:01:10.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:01:11.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 12 [00:01:12.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:01:13.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:01:14.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:01:15.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:01:16.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 17 [00:01:17.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:01:18.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 19 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 20 [00:01:20.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 21 [00:01:21.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 22 [00:01:22.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:01:23.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 24 [00:01:24.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts Text-1 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -283,17 +285,17 @@ Info 24 [00:01:24.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 25 [00:01:25.000] ----------------------------------------------- -Info 26 [00:01:26.000] Search path: /user/username/projects/myproject/main -Info 27 [00:01:27.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 28 [00:01:28.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 28 [00:01:29.000] Files (3) - -Info 28 [00:01:30.000] ----------------------------------------------- -Info 28 [00:01:31.000] Open files: -Info 28 [00:01:32.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 28 [00:01:33.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 28 [00:01:34.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -304,6 +306,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -325,7 +329,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:35.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -334,11 +338,11 @@ Info 29 [00:01:35.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:36.000] Search path: /user/username/projects/myproject/random -Info 31 [00:01:37.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 32 [00:01:38.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 33 [00:01:39.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 34 [00:01:40.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -346,16 +350,18 @@ Info 34 [00:01:40.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 35 [00:01:41.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 36 [00:01:42.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 37 [00:01:43.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 38 [00:01:44.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 39 [00:01:45.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 40 [00:01:46.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 41 [00:01:47.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 42 [00:01:48.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 43 [00:01:49.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 44 [00:01:50.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -365,21 +371,21 @@ Info 44 [00:01:50.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 45 [00:01:51.000] ----------------------------------------------- -Info 46 [00:01:52.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 46 [00:01:53.000] Files (3) - -Info 46 [00:01:54.000] ----------------------------------------------- -Info 46 [00:01:55.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 46 [00:01:56.000] Files (2) - -Info 46 [00:01:57.000] ----------------------------------------------- -Info 46 [00:01:58.000] Open files: -Info 46 [00:01:59.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 46 [00:02:00.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 46 [00:02:01.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 46 [00:02:02.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 46 [00:02:03.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -390,6 +396,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -417,7 +425,7 @@ FsWatchesRecursive:: Before request -Info 47 [00:02:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -428,7 +436,7 @@ Info 47 [00:02:04.000] request: "seq": 3, "type": "request" } -Info 48 [00:02:05.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -469,7 +477,7 @@ After request Before request -Info 49 [00:02:06.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { @@ -483,7 +491,7 @@ Info 49 [00:02:06.000] request: "seq": 4, "type": "request" } -Info 50 [00:02:07.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -491,7 +499,7 @@ After request Before request -Info 51 [00:02:08.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -502,16 +510,16 @@ Info 51 [00:02:08.000] request: "seq": 5, "type": "request" } -Info 52 [00:02:09.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 53 [00:02:10.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 54 [00:02:11.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 55 [00:02:12.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts Text-1 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" /user/username/projects/myproject/main/main.ts SVC-1-1 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\nconst x = 10;" -Info 56 [00:02:13.000] ----------------------------------------------- -Info 57 [00:02:14.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -552,7 +560,7 @@ After request Before request -Info 58 [00:02:15.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -563,7 +571,7 @@ Info 58 [00:02:15.000] request: "seq": 6, "type": "request" } -Info 59 [00:02:16.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -604,7 +612,7 @@ After request Before request -Info 60 [00:02:17.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -615,7 +623,7 @@ Info 60 [00:02:17.000] request: "seq": 7, "type": "request" } -Info 61 [00:02:18.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -656,7 +664,7 @@ After request Before request -Info 62 [00:02:19.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -667,7 +675,7 @@ Info 62 [00:02:19.000] request: "seq": 8, "type": "request" } -Info 63 [00:02:20.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -708,7 +716,7 @@ After request Before request -Info 64 [00:02:21.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -719,7 +727,7 @@ Info 64 [00:02:21.000] request: "seq": 9, "type": "request" } -Info 65 [00:02:22.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configWithReference/when-projects-are-not-built.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configWithReference/when-projects-are-not-built.js index ba14c66877b1c..3385b2e4b2ce1 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configWithReference/when-projects-are-not-built.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configWithReference/when-projects-are-not-built.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:35.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -51,7 +51,7 @@ let a = 10; {} -Info 1 [00:00:36.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -60,11 +60,11 @@ Info 1 [00:00:36.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:37.000] Search path: /user/username/projects/myproject/main -Info 3 [00:00:38.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:00:39.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:00:41.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -80,10 +80,10 @@ Info 6 [00:00:41.000] Config: /user/username/projects/myproject/main/tsconfig } ] } -Info 7 [00:00:42.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:43.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:44.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:00:45.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -94,20 +94,22 @@ Info 10 [00:00:45.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:00:46.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 12 [00:00:47.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:00:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:00:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:00:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:00:51.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:52.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:00:53.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 19 [00:00:54.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 20 [00:00:55.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 21 [00:00:56.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 22 [00:00:57.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:00:58.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 24 [00:00:59.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/dependency/FnS.ts Text-1 "export function fn1() { }\nexport function fn2() { }\nexport function fn3() { }\nexport function fn4() { }\nexport function fn5() { }\n" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -120,17 +122,17 @@ Info 24 [00:00:59.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 25 [00:01:00.000] ----------------------------------------------- -Info 26 [00:01:01.000] Search path: /user/username/projects/myproject/main -Info 27 [00:01:02.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 28 [00:01:03.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 28 [00:01:04.000] Files (3) - -Info 28 [00:01:05.000] ----------------------------------------------- -Info 28 [00:01:06.000] Open files: -Info 28 [00:01:07.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 28 [00:01:08.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 28 [00:01:09.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -143,6 +145,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -162,7 +166,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -171,11 +175,11 @@ Info 29 [00:01:10.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:11.000] Search path: /user/username/projects/myproject/random -Info 31 [00:01:12.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 32 [00:01:13.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 33 [00:01:14.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 34 [00:01:15.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -183,16 +187,18 @@ Info 34 [00:01:15.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 35 [00:01:16.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 36 [00:01:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 37 [00:01:18.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 38 [00:01:19.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 39 [00:01:20.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 40 [00:01:21.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 41 [00:01:22.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 42 [00:01:23.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 43 [00:01:24.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 44 [00:01:25.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -202,21 +208,21 @@ Info 44 [00:01:25.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 45 [00:01:26.000] ----------------------------------------------- -Info 46 [00:01:27.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 46 [00:01:28.000] Files (3) - -Info 46 [00:01:29.000] ----------------------------------------------- -Info 46 [00:01:30.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 46 [00:01:31.000] Files (2) - -Info 46 [00:01:32.000] ----------------------------------------------- -Info 46 [00:01:33.000] Open files: -Info 46 [00:01:34.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 46 [00:01:35.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 46 [00:01:36.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 46 [00:01:37.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 46 [00:01:38.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -229,6 +235,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -254,7 +262,7 @@ FsWatchesRecursive:: Before request -Info 47 [00:01:39.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -265,7 +273,7 @@ Info 47 [00:01:39.000] request: "seq": 3, "type": "request" } -Info 48 [00:01:40.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -306,7 +314,7 @@ After request Before request -Info 49 [00:01:41.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -317,7 +325,7 @@ Info 49 [00:01:41.000] request: "seq": 4, "type": "request" } -Info 50 [00:01:42.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -358,7 +366,7 @@ After request Before request -Info 51 [00:01:43.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -369,7 +377,7 @@ Info 51 [00:01:43.000] request: "seq": 5, "type": "request" } -Info 52 [00:01:44.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -410,7 +418,7 @@ After request Before request -Info 53 [00:01:45.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -421,7 +429,7 @@ Info 53 [00:01:45.000] request: "seq": 6, "type": "request" } -Info 54 [00:01:46.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -462,7 +470,7 @@ After request Before request -Info 55 [00:01:47.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -473,7 +481,7 @@ Info 55 [00:01:47.000] request: "seq": 7, "type": "request" } -Info 56 [00:01:48.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -514,7 +522,7 @@ After request Before request -Info 57 [00:01:49.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -523,19 +531,19 @@ Info 57 [00:01:49.000] request: "seq": 8, "type": "request" } -Info 58 [00:01:50.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 59 [00:01:51.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 59 [00:01:52.000] Files (3) - -Info 59 [00:01:53.000] ----------------------------------------------- -Info 59 [00:01:54.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 59 [00:01:55.000] Files (2) - -Info 59 [00:01:56.000] ----------------------------------------------- -Info 59 [00:01:57.000] Open files: -Info 59 [00:01:58.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 59 [00:01:59.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 59 [00:02:00.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -548,6 +556,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -575,7 +585,7 @@ FsWatchesRecursive:: Before request -Info 60 [00:02:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -584,23 +594,23 @@ Info 60 [00:02:01.000] request: "seq": 9, "type": "request" } -Info 61 [00:02:02.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 62 [00:02:03.000] Search path: /user/username/projects/myproject/random -Info 63 [00:02:04.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 64 [00:02:05.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 64 [00:02:06.000] Files (3) - -Info 64 [00:02:07.000] ----------------------------------------------- -Info 64 [00:02:08.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 64 [00:02:09.000] Files (2) - -Info 64 [00:02:10.000] ----------------------------------------------- -Info 64 [00:02:11.000] Open files: -Info 64 [00:02:12.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 64 [00:02:13.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 64 [00:02:14.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 64 [00:02:15.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 64 [00:02:16.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -613,6 +623,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -642,7 +654,7 @@ FsWatchesRecursive:: Before request -Info 65 [00:02:17.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -651,19 +663,19 @@ Info 65 [00:02:17.000] request: "seq": 10, "type": "request" } -Info 66 [00:02:18.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 67 [00:02:19.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 67 [00:02:20.000] Files (3) - -Info 67 [00:02:21.000] ----------------------------------------------- -Info 67 [00:02:22.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 67 [00:02:23.000] Files (2) - -Info 67 [00:02:24.000] ----------------------------------------------- -Info 67 [00:02:25.000] Open files: -Info 67 [00:02:26.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 67 [00:02:27.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 67 [00:02:28.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -676,6 +688,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -703,7 +717,7 @@ FsWatchesRecursive:: Before request -Info 68 [00:02:29.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -712,17 +726,17 @@ Info 68 [00:02:29.000] request: "seq": 11, "type": "request" } -Info 69 [00:02:30.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 70 [00:02:31.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 70 [00:02:32.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 70 [00:02:33.000] ----------------------------------------------- -Info 70 [00:02:34.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 70 [00:02:35.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 70 [00:02:36.000] ----------------------------------------------- -Info 70 [00:02:37.000] Open files: -Info 70 [00:02:38.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -735,6 +749,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -764,7 +780,7 @@ FsWatchesRecursive:: Before request -Info 71 [00:02:39.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -773,12 +789,12 @@ Info 71 [00:02:39.000] request: "seq": 12, "type": "request" } -Info 72 [00:02:40.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 73 [00:02:41.000] Search path: /user/username/projects/myproject/random -Info 74 [00:02:42.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 75 [00:02:43.000] `remove Project:: -Info 76 [00:02:44.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 77 [00:02:45.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts /user/username/projects/myproject/dependency/FnS.ts /user/username/projects/myproject/main/main.ts @@ -791,29 +807,31 @@ Info 77 [00:02:45.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 78 [00:02:46.000] ----------------------------------------------- -Info 79 [00:02:47.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 80 [00:02:48.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 81 [00:02:49.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 82 [00:02:50.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 83 [00:02:51.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 84 [00:02:52.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 85 [00:02:53.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 86 [00:02:54.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 87 [00:02:55.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 88 [00:02:56.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 89 [00:02:57.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 90 [00:02:58.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 91 [00:02:59.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 92 [00:03:00.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 93 [00:03:01.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 93 [00:03:02.000] Files (2) - -Info 93 [00:03:03.000] ----------------------------------------------- -Info 93 [00:03:04.000] Open files: -Info 93 [00:03:05.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 93 [00:03:06.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 93 [00:03:07.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -822,6 +840,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/disabledSourceRef/can-go-to-definition-correctly.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/disabledSourceRef/can-go-to-definition-correctly.js index 080e4e99d5c18..a8a8a9263a5f8 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/disabledSourceRef/can-go-to-definition-correctly.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/disabledSourceRef/can-go-to-definition-correctly.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:03.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:04.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:05.000] Search path: /user/username/projects/myproject/main -Info 3 [00:01:06.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:01:07.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:01:08.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:01:09.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -244,10 +244,10 @@ Info 6 [00:01:09.000] Config: /user/username/projects/myproject/main/tsconfig } ] } -Info 7 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:12.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:01:13.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -258,20 +258,22 @@ Info 10 [00:01:13.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:01:14.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 12 [00:01:15.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:01:16.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:01:17.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:01:18.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:01:19.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 17 [00:01:20.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:01:21.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 19 [00:01:22.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 20 [00:01:23.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 21 [00:01:24.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 22 [00:01:25.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:01:26.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 24 [00:01:27.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/decls/fns.d.ts Text-1 "export declare function fn1(): void;\nexport declare function fn2(): void;\nexport declare function fn3(): void;\nexport declare function fn4(): void;\nexport declare function fn5(): void;\n//# sourceMappingURL=FnS.d.ts.map" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -284,17 +286,17 @@ Info 24 [00:01:27.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 25 [00:01:28.000] ----------------------------------------------- -Info 26 [00:01:29.000] Search path: /user/username/projects/myproject/main -Info 27 [00:01:30.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 28 [00:01:31.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 28 [00:01:32.000] Files (3) - -Info 28 [00:01:33.000] ----------------------------------------------- -Info 28 [00:01:34.000] Open files: -Info 28 [00:01:35.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 28 [00:01:36.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 28 [00:01:37.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -305,6 +307,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -326,7 +330,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:38.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -335,11 +339,11 @@ Info 29 [00:01:38.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:39.000] Search path: /user/username/projects/myproject/random -Info 31 [00:01:40.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 32 [00:01:41.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 33 [00:01:42.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 34 [00:01:43.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -347,16 +351,18 @@ Info 34 [00:01:43.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 35 [00:01:44.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 36 [00:01:45.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 37 [00:01:46.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 38 [00:01:47.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 39 [00:01:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 40 [00:01:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 41 [00:01:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 42 [00:01:51.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 43 [00:01:52.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 44 [00:01:53.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -366,21 +372,21 @@ Info 44 [00:01:53.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 45 [00:01:54.000] ----------------------------------------------- -Info 46 [00:01:55.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 46 [00:01:56.000] Files (3) - -Info 46 [00:01:57.000] ----------------------------------------------- -Info 46 [00:01:58.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 46 [00:01:59.000] Files (2) - -Info 46 [00:02:00.000] ----------------------------------------------- -Info 46 [00:02:01.000] Open files: -Info 46 [00:02:02.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 46 [00:02:03.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 46 [00:02:04.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 46 [00:02:05.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 46 [00:02:06.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -391,6 +397,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -418,7 +426,7 @@ FsWatchesRecursive:: Before request -Info 47 [00:02:07.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -429,9 +437,9 @@ Info 47 [00:02:07.000] request: "seq": 3, "type": "request" } -Info 48 [00:02:08.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 49 [00:02:09.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 50 [00:02:10.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -475,6 +483,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -506,7 +516,7 @@ FsWatchesRecursive:: Before request -Info 51 [00:02:11.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -517,7 +527,7 @@ Info 51 [00:02:11.000] request: "seq": 4, "type": "request" } -Info 52 [00:02:12.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -558,7 +568,7 @@ After request Before request -Info 53 [00:02:13.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -569,7 +579,7 @@ Info 53 [00:02:13.000] request: "seq": 5, "type": "request" } -Info 54 [00:02:14.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -610,7 +620,7 @@ After request Before request -Info 55 [00:02:15.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -621,7 +631,7 @@ Info 55 [00:02:15.000] request: "seq": 6, "type": "request" } -Info 56 [00:02:16.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -662,7 +672,7 @@ After request Before request -Info 57 [00:02:17.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -673,7 +683,7 @@ Info 57 [00:02:17.000] request: "seq": 7, "type": "request" } -Info 58 [00:02:18.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -714,7 +724,7 @@ After request Before request -Info 59 [00:02:19.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -723,19 +733,19 @@ Info 59 [00:02:19.000] request: "seq": 8, "type": "request" } -Info 60 [00:02:20.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 61 [00:02:21.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 61 [00:02:22.000] Files (3) - -Info 61 [00:02:23.000] ----------------------------------------------- -Info 61 [00:02:24.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 61 [00:02:25.000] Files (2) - -Info 61 [00:02:26.000] ----------------------------------------------- -Info 61 [00:02:27.000] Open files: -Info 61 [00:02:28.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 61 [00:02:29.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 61 [00:02:30.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -746,6 +756,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -779,7 +791,7 @@ FsWatchesRecursive:: Before request -Info 62 [00:02:31.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -788,23 +800,23 @@ Info 62 [00:02:31.000] request: "seq": 9, "type": "request" } -Info 63 [00:02:32.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 64 [00:02:33.000] Search path: /user/username/projects/myproject/random -Info 65 [00:02:34.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 66 [00:02:35.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 66 [00:02:36.000] Files (3) - -Info 66 [00:02:37.000] ----------------------------------------------- -Info 66 [00:02:38.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 66 [00:02:39.000] Files (2) - -Info 66 [00:02:40.000] ----------------------------------------------- -Info 66 [00:02:41.000] Open files: -Info 66 [00:02:42.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 66 [00:02:43.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 66 [00:02:44.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 66 [00:02:45.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 66 [00:02:46.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -815,6 +827,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -850,7 +864,7 @@ FsWatchesRecursive:: Before request -Info 67 [00:02:47.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -859,19 +873,19 @@ Info 67 [00:02:47.000] request: "seq": 10, "type": "request" } -Info 68 [00:02:48.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 69 [00:02:49.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 69 [00:02:50.000] Files (3) - -Info 69 [00:02:51.000] ----------------------------------------------- -Info 69 [00:02:52.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 69 [00:02:53.000] Files (2) - -Info 69 [00:02:54.000] ----------------------------------------------- -Info 69 [00:02:55.000] Open files: -Info 69 [00:02:56.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 69 [00:02:57.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 69 [00:02:58.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -882,6 +896,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -915,7 +931,7 @@ FsWatchesRecursive:: Before request -Info 70 [00:02:59.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -924,17 +940,17 @@ Info 70 [00:02:59.000] request: "seq": 11, "type": "request" } -Info 71 [00:03:00.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 72 [00:03:01.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 72 [00:03:02.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 72 [00:03:03.000] ----------------------------------------------- -Info 72 [00:03:04.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 72 [00:03:05.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 72 [00:03:06.000] ----------------------------------------------- -Info 72 [00:03:07.000] Open files: -Info 72 [00:03:08.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -945,6 +961,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -980,7 +998,7 @@ FsWatchesRecursive:: Before request -Info 73 [00:03:09.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -989,12 +1007,12 @@ Info 73 [00:03:09.000] request: "seq": 12, "type": "request" } -Info 74 [00:03:10.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 75 [00:03:11.000] Search path: /user/username/projects/myproject/random -Info 76 [00:03:12.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 77 [00:03:13.000] `remove Project:: -Info 78 [00:03:14.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 79 [00:03:15.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts /user/username/projects/myproject/decls/fns.d.ts /user/username/projects/myproject/main/main.ts @@ -1007,31 +1025,33 @@ Info 79 [00:03:15.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 80 [00:03:16.000] ----------------------------------------------- -Info 81 [00:03:17.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 82 [00:03:18.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 83 [00:03:19.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 84 [00:03:20.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 85 [00:03:21.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 86 [00:03:22.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 87 [00:03:23.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 88 [00:03:24.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 89 [00:03:25.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 90 [00:03:26.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 91 [00:03:27.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 92 [00:03:28.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 93 [00:03:29.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 94 [00:03:30.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 95 [00:03:31.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 96 [00:03:32.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 97 [00:03:33.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 97 [00:03:34.000] Files (2) - -Info 97 [00:03:35.000] ----------------------------------------------- -Info 97 [00:03:36.000] Open files: -Info 97 [00:03:37.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 97 [00:03:38.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 97 [00:03:39.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1040,6 +1060,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/disabledSourceRef/dependency-dts-changes-with-timeout-before-request.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/disabledSourceRef/dependency-dts-changes-with-timeout-before-request.js index c26c6f55cef4b..2ed69a6ec6e11 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/disabledSourceRef/dependency-dts-changes-with-timeout-before-request.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/disabledSourceRef/dependency-dts-changes-with-timeout-before-request.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:03.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:04.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:05.000] Search path: /user/username/projects/myproject/main -Info 3 [00:01:06.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:01:07.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:01:08.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:01:09.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -244,10 +244,10 @@ Info 6 [00:01:09.000] Config: /user/username/projects/myproject/main/tsconfig } ] } -Info 7 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:12.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:01:13.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -258,20 +258,22 @@ Info 10 [00:01:13.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:01:14.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 12 [00:01:15.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:01:16.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:01:17.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:01:18.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:01:19.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 17 [00:01:20.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:01:21.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 19 [00:01:22.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 20 [00:01:23.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 21 [00:01:24.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 22 [00:01:25.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:01:26.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 24 [00:01:27.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/decls/fns.d.ts Text-1 "export declare function fn1(): void;\nexport declare function fn2(): void;\nexport declare function fn3(): void;\nexport declare function fn4(): void;\nexport declare function fn5(): void;\n//# sourceMappingURL=FnS.d.ts.map" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -284,17 +286,17 @@ Info 24 [00:01:27.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 25 [00:01:28.000] ----------------------------------------------- -Info 26 [00:01:29.000] Search path: /user/username/projects/myproject/main -Info 27 [00:01:30.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 28 [00:01:31.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 28 [00:01:32.000] Files (3) - -Info 28 [00:01:33.000] ----------------------------------------------- -Info 28 [00:01:34.000] Open files: -Info 28 [00:01:35.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 28 [00:01:36.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 28 [00:01:37.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -305,6 +307,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -326,7 +330,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:38.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -335,11 +339,11 @@ Info 29 [00:01:38.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:39.000] Search path: /user/username/projects/myproject/random -Info 31 [00:01:40.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 32 [00:01:41.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 33 [00:01:42.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 34 [00:01:43.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -347,16 +351,18 @@ Info 34 [00:01:43.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 35 [00:01:44.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 36 [00:01:45.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 37 [00:01:46.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 38 [00:01:47.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 39 [00:01:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 40 [00:01:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 41 [00:01:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 42 [00:01:51.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 43 [00:01:52.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 44 [00:01:53.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -366,21 +372,21 @@ Info 44 [00:01:53.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 45 [00:01:54.000] ----------------------------------------------- -Info 46 [00:01:55.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 46 [00:01:56.000] Files (3) - -Info 46 [00:01:57.000] ----------------------------------------------- -Info 46 [00:01:58.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 46 [00:01:59.000] Files (2) - -Info 46 [00:02:00.000] ----------------------------------------------- -Info 46 [00:02:01.000] Open files: -Info 46 [00:02:02.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 46 [00:02:03.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 46 [00:02:04.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 46 [00:02:05.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 46 [00:02:06.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -391,6 +397,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -418,7 +426,7 @@ FsWatchesRecursive:: Before request -Info 47 [00:02:07.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -429,9 +437,9 @@ Info 47 [00:02:07.000] request: "seq": 3, "type": "request" } -Info 48 [00:02:08.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 49 [00:02:09.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 50 [00:02:10.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -475,6 +483,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -504,10 +514,10 @@ FsWatchesRecursive:: /user/username/projects/myproject/random: {} -Info 51 [00:02:14.000] FileWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts 1:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 52 [00:02:15.000] Scheduled: /user/username/projects/myproject/main/tsconfig.json -Info 53 [00:02:16.000] Scheduled: *ensureProjectForOpenFiles* -Info 54 [00:02:17.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts 1:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts 1:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts 1:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info Before running Timeout callback:: count: 2 1: /user/username/projects/myproject/main/tsconfig.json 2: *ensureProjectForOpenFiles* @@ -521,50 +531,50 @@ export declare function fn6(): void; //# sourceMappingURL=FnS.d.ts.map -Info 55 [00:02:18.000] Running: /user/username/projects/myproject/main/tsconfig.json -Info 56 [00:02:19.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 57 [00:02:20.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 58 [00:02:21.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 59 [00:02:22.000] Files (3) +Info seq [hh:mm:ss:mss] Running: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/decls/fns.d.ts Text-2 "export declare function fn1(): void;\nexport declare function fn2(): void;\nexport declare function fn3(): void;\nexport declare function fn4(): void;\nexport declare function fn5(): void;\nexport declare function fn6(): void;\n//# sourceMappingURL=FnS.d.ts.map" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" -Info 60 [00:02:23.000] ----------------------------------------------- -Info 61 [00:02:24.000] Running: *ensureProjectForOpenFiles* -Info 62 [00:02:25.000] Before ensureProjectForOpenFiles: -Info 63 [00:02:26.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 63 [00:02:27.000] Files (3) - -Info 63 [00:02:28.000] ----------------------------------------------- -Info 63 [00:02:29.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 63 [00:02:30.000] Files (2) - -Info 63 [00:02:31.000] ----------------------------------------------- -Info 63 [00:02:32.000] Open files: -Info 63 [00:02:33.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 63 [00:02:34.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 63 [00:02:35.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 63 [00:02:36.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 63 [00:02:37.000] After ensureProjectForOpenFiles: -Info 64 [00:02:38.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 64 [00:02:39.000] Files (3) - -Info 64 [00:02:40.000] ----------------------------------------------- -Info 64 [00:02:41.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 64 [00:02:42.000] Files (2) - -Info 64 [00:02:43.000] ----------------------------------------------- -Info 64 [00:02:44.000] Open files: -Info 64 [00:02:45.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 64 [00:02:46.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 64 [00:02:47.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 64 [00:02:48.000] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json After running Timeout callback:: count: 0 Before request -Info 64 [00:02:49.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -575,7 +585,7 @@ Info 64 [00:02:49.000] request: "seq": 4, "type": "request" } -Info 65 [00:02:50.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -616,7 +626,7 @@ After request Before request -Info 66 [00:02:51.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -627,7 +637,7 @@ Info 66 [00:02:51.000] request: "seq": 5, "type": "request" } -Info 67 [00:02:52.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -668,7 +678,7 @@ After request Before request -Info 68 [00:02:53.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -679,7 +689,7 @@ Info 68 [00:02:53.000] request: "seq": 6, "type": "request" } -Info 69 [00:02:54.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -720,7 +730,7 @@ After request Before request -Info 70 [00:02:55.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -731,7 +741,7 @@ Info 70 [00:02:55.000] request: "seq": 7, "type": "request" } -Info 71 [00:02:56.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -772,7 +782,7 @@ After request Before request -Info 72 [00:02:57.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -783,7 +793,7 @@ Info 72 [00:02:57.000] request: "seq": 8, "type": "request" } -Info 73 [00:02:58.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/disabledSourceRef/dependency-dts-changes.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/disabledSourceRef/dependency-dts-changes.js index e6b37fc82871c..82e955d2cd073 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/disabledSourceRef/dependency-dts-changes.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/disabledSourceRef/dependency-dts-changes.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:03.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:04.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:05.000] Search path: /user/username/projects/myproject/main -Info 3 [00:01:06.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:01:07.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:01:08.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:01:09.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -244,10 +244,10 @@ Info 6 [00:01:09.000] Config: /user/username/projects/myproject/main/tsconfig } ] } -Info 7 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:12.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:01:13.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -258,20 +258,22 @@ Info 10 [00:01:13.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:01:14.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 12 [00:01:15.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:01:16.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:01:17.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:01:18.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:01:19.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 17 [00:01:20.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:01:21.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 19 [00:01:22.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 20 [00:01:23.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 21 [00:01:24.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 22 [00:01:25.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:01:26.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 24 [00:01:27.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/decls/fns.d.ts Text-1 "export declare function fn1(): void;\nexport declare function fn2(): void;\nexport declare function fn3(): void;\nexport declare function fn4(): void;\nexport declare function fn5(): void;\n//# sourceMappingURL=FnS.d.ts.map" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -284,17 +286,17 @@ Info 24 [00:01:27.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 25 [00:01:28.000] ----------------------------------------------- -Info 26 [00:01:29.000] Search path: /user/username/projects/myproject/main -Info 27 [00:01:30.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 28 [00:01:31.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 28 [00:01:32.000] Files (3) - -Info 28 [00:01:33.000] ----------------------------------------------- -Info 28 [00:01:34.000] Open files: -Info 28 [00:01:35.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 28 [00:01:36.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 28 [00:01:37.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -305,6 +307,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -326,7 +330,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:38.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -335,11 +339,11 @@ Info 29 [00:01:38.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:39.000] Search path: /user/username/projects/myproject/random -Info 31 [00:01:40.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 32 [00:01:41.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 33 [00:01:42.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 34 [00:01:43.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -347,16 +351,18 @@ Info 34 [00:01:43.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 35 [00:01:44.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 36 [00:01:45.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 37 [00:01:46.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 38 [00:01:47.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 39 [00:01:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 40 [00:01:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 41 [00:01:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 42 [00:01:51.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 43 [00:01:52.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 44 [00:01:53.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -366,21 +372,21 @@ Info 44 [00:01:53.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 45 [00:01:54.000] ----------------------------------------------- -Info 46 [00:01:55.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 46 [00:01:56.000] Files (3) - -Info 46 [00:01:57.000] ----------------------------------------------- -Info 46 [00:01:58.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 46 [00:01:59.000] Files (2) - -Info 46 [00:02:00.000] ----------------------------------------------- -Info 46 [00:02:01.000] Open files: -Info 46 [00:02:02.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 46 [00:02:03.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 46 [00:02:04.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 46 [00:02:05.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 46 [00:02:06.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -391,6 +397,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -418,7 +426,7 @@ FsWatchesRecursive:: Before request -Info 47 [00:02:07.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -429,9 +437,9 @@ Info 47 [00:02:07.000] request: "seq": 3, "type": "request" } -Info 48 [00:02:08.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 49 [00:02:09.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 50 [00:02:10.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -475,6 +483,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -504,10 +514,10 @@ FsWatchesRecursive:: /user/username/projects/myproject/random: {} -Info 51 [00:02:14.000] FileWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts 1:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 52 [00:02:15.000] Scheduled: /user/username/projects/myproject/main/tsconfig.json -Info 53 [00:02:16.000] Scheduled: *ensureProjectForOpenFiles* -Info 54 [00:02:17.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts 1:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts 1:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts 1:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info Before request //// [/user/username/projects/myproject/decls/FnS.d.ts] export declare function fn1(): void; @@ -519,7 +529,7 @@ export declare function fn6(): void; //# sourceMappingURL=FnS.d.ts.map -Info 55 [00:02:18.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -530,16 +540,16 @@ Info 55 [00:02:18.000] request: "seq": 4, "type": "request" } -Info 56 [00:02:19.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 57 [00:02:20.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 58 [00:02:21.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 59 [00:02:22.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/decls/fns.d.ts Text-2 "export declare function fn1(): void;\nexport declare function fn2(): void;\nexport declare function fn3(): void;\nexport declare function fn4(): void;\nexport declare function fn5(): void;\nexport declare function fn6(): void;\n//# sourceMappingURL=FnS.d.ts.map" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" -Info 60 [00:02:23.000] ----------------------------------------------- -Info 61 [00:02:24.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -580,7 +590,7 @@ After request Before request -Info 62 [00:02:25.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -591,7 +601,7 @@ Info 62 [00:02:25.000] request: "seq": 5, "type": "request" } -Info 63 [00:02:26.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -632,7 +642,7 @@ After request Before request -Info 64 [00:02:27.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -643,7 +653,7 @@ Info 64 [00:02:27.000] request: "seq": 6, "type": "request" } -Info 65 [00:02:28.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -684,7 +694,7 @@ After request Before request -Info 66 [00:02:29.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -695,7 +705,7 @@ Info 66 [00:02:29.000] request: "seq": 7, "type": "request" } -Info 67 [00:02:30.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -736,7 +746,7 @@ After request Before request -Info 68 [00:02:31.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -747,7 +757,7 @@ Info 68 [00:02:31.000] request: "seq": 8, "type": "request" } -Info 69 [00:02:32.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/disabledSourceRef/dependency-dts-created.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/disabledSourceRef/dependency-dts-created.js index 8d2a17a46ad7d..8e6db6215a091 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/disabledSourceRef/dependency-dts-created.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/disabledSourceRef/dependency-dts-created.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:04.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -206,7 +206,7 @@ export {}; } -Info 1 [00:01:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -215,11 +215,11 @@ Info 1 [00:01:05.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:06.000] Search path: /user/username/projects/myproject/main -Info 3 [00:01:07.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:01:08.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:01:09.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:01:10.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -236,10 +236,10 @@ Info 6 [00:01:10.000] Config: /user/username/projects/myproject/main/tsconfig } ] } -Info 7 [00:01:11.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:12.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:13.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:01:14.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -250,19 +250,21 @@ Info 10 [00:01:14.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:01:15.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 12 [00:01:16.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:01:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:01:18.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:01:20.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 17 [00:01:21.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 18 [00:01:22.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 19 [00:01:23.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 20 [00:01:24.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 21 [00:01:25.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 22 [00:01:26.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 23 [00:01:27.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -272,17 +274,17 @@ Info 23 [00:01:27.000] Files (2) main.ts Matched by default include pattern '**/*' -Info 24 [00:01:28.000] ----------------------------------------------- -Info 25 [00:01:29.000] Search path: /user/username/projects/myproject/main -Info 26 [00:01:30.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 27 [00:01:31.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 27 [00:01:32.000] Files (2) - -Info 27 [00:01:33.000] ----------------------------------------------- -Info 27 [00:01:34.000] Open files: -Info 27 [00:01:35.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 27 [00:01:36.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 27 [00:01:37.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -293,6 +295,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -312,7 +316,7 @@ FsWatchesRecursive:: Before request -Info 28 [00:01:38.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -321,11 +325,11 @@ Info 28 [00:01:38.000] request: "seq": 2, "type": "request" } -Info 29 [00:01:39.000] Search path: /user/username/projects/myproject/random -Info 30 [00:01:40.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 31 [00:01:41.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 32 [00:01:42.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 33 [00:01:43.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -333,16 +337,18 @@ Info 33 [00:01:43.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 34 [00:01:44.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 35 [00:01:45.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 36 [00:01:46.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 37 [00:01:47.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 38 [00:01:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 39 [00:01:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 40 [00:01:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 41 [00:01:51.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 42 [00:01:52.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 43 [00:01:53.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -352,21 +358,21 @@ Info 43 [00:01:53.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 44 [00:01:54.000] ----------------------------------------------- -Info 45 [00:01:55.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 45 [00:01:56.000] Files (2) - -Info 45 [00:01:57.000] ----------------------------------------------- -Info 45 [00:01:58.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 45 [00:01:59.000] Files (2) - -Info 45 [00:02:00.000] ----------------------------------------------- -Info 45 [00:02:01.000] Open files: -Info 45 [00:02:02.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 45 [00:02:03.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 45 [00:02:04.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 45 [00:02:05.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 45 [00:02:06.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -377,6 +383,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -402,7 +410,7 @@ FsWatchesRecursive:: Before request -Info 46 [00:02:07.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -413,7 +421,7 @@ Info 46 [00:02:07.000] request: "seq": 3, "type": "request" } -Info 47 [00:02:08.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -452,9 +460,9 @@ Info 47 [00:02:08.000] response: } After request -Info 48 [00:02:11.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 49 [00:02:12.000] Scheduled: /user/username/projects/myproject/main/tsconfig.jsonFailedLookupInvalidation -Info 50 [00:02:13.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/main/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations Before request //// [/user/username/projects/myproject/decls/FnS.d.ts] export declare function fn1(): void; @@ -465,7 +473,7 @@ export declare function fn5(): void; //# sourceMappingURL=FnS.d.ts.map -Info 51 [00:02:14.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -476,12 +484,12 @@ Info 51 [00:02:14.000] request: "seq": 4, "type": "request" } -Info 52 [00:02:15.000] Scheduled: *ensureProjectForOpenFiles* -Info 53 [00:02:16.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 54 [00:02:17.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 55 [00:02:18.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms -Info 56 [00:02:19.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 57 [00:02:20.000] Files (3) +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/decls/fns.d.ts Text-1 "export declare function fn1(): void;\nexport declare function fn2(): void;\nexport declare function fn3(): void;\nexport declare function fn4(): void;\nexport declare function fn5(): void;\n//# sourceMappingURL=FnS.d.ts.map" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -494,10 +502,10 @@ Info 57 [00:02:20.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 58 [00:02:21.000] ----------------------------------------------- -Info 59 [00:02:22.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 60 [00:02:23.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 61 [00:02:24.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -541,6 +549,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -572,7 +582,7 @@ FsWatchesRecursive:: Before request -Info 62 [00:02:25.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -583,7 +593,7 @@ Info 62 [00:02:25.000] request: "seq": 5, "type": "request" } -Info 63 [00:02:26.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -624,7 +634,7 @@ After request Before request -Info 64 [00:02:27.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -635,7 +645,7 @@ Info 64 [00:02:27.000] request: "seq": 6, "type": "request" } -Info 65 [00:02:28.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -676,7 +686,7 @@ After request Before request -Info 66 [00:02:29.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -687,7 +697,7 @@ Info 66 [00:02:29.000] request: "seq": 7, "type": "request" } -Info 67 [00:02:30.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -728,7 +738,7 @@ After request Before request -Info 68 [00:02:31.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -739,7 +749,7 @@ Info 68 [00:02:31.000] request: "seq": 8, "type": "request" } -Info 69 [00:02:32.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -780,7 +790,7 @@ After request Before request -Info 70 [00:02:33.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -789,19 +799,19 @@ Info 70 [00:02:33.000] request: "seq": 9, "type": "request" } -Info 71 [00:02:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 72 [00:02:35.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 72 [00:02:36.000] Files (3) - -Info 72 [00:02:37.000] ----------------------------------------------- -Info 72 [00:02:38.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 72 [00:02:39.000] Files (2) - -Info 72 [00:02:40.000] ----------------------------------------------- -Info 72 [00:02:41.000] Open files: -Info 72 [00:02:42.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 72 [00:02:43.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 72 [00:02:44.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -812,6 +822,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -845,7 +857,7 @@ FsWatchesRecursive:: Before request -Info 73 [00:02:45.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -854,23 +866,23 @@ Info 73 [00:02:45.000] request: "seq": 10, "type": "request" } -Info 74 [00:02:46.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 75 [00:02:47.000] Search path: /user/username/projects/myproject/random -Info 76 [00:02:48.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 77 [00:02:49.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 77 [00:02:50.000] Files (3) - -Info 77 [00:02:51.000] ----------------------------------------------- -Info 77 [00:02:52.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 77 [00:02:53.000] Files (2) - -Info 77 [00:02:54.000] ----------------------------------------------- -Info 77 [00:02:55.000] Open files: -Info 77 [00:02:56.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 77 [00:02:57.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 77 [00:02:58.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 77 [00:02:59.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 77 [00:03:00.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -881,6 +893,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -916,7 +930,7 @@ FsWatchesRecursive:: Before request -Info 78 [00:03:01.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -925,19 +939,19 @@ Info 78 [00:03:01.000] request: "seq": 11, "type": "request" } -Info 79 [00:03:02.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 80 [00:03:03.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 80 [00:03:04.000] Files (3) - -Info 80 [00:03:05.000] ----------------------------------------------- -Info 80 [00:03:06.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 80 [00:03:07.000] Files (2) - -Info 80 [00:03:08.000] ----------------------------------------------- -Info 80 [00:03:09.000] Open files: -Info 80 [00:03:10.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 80 [00:03:11.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 80 [00:03:12.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -948,6 +962,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -981,7 +997,7 @@ FsWatchesRecursive:: Before request -Info 81 [00:03:13.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -990,17 +1006,17 @@ Info 81 [00:03:13.000] request: "seq": 12, "type": "request" } -Info 82 [00:03:14.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 83 [00:03:15.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 83 [00:03:16.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 83 [00:03:17.000] ----------------------------------------------- -Info 83 [00:03:18.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 83 [00:03:19.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 83 [00:03:20.000] ----------------------------------------------- -Info 83 [00:03:21.000] Open files: -Info 83 [00:03:22.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1011,6 +1027,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -1046,7 +1064,7 @@ FsWatchesRecursive:: Before request -Info 84 [00:03:23.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -1055,12 +1073,12 @@ Info 84 [00:03:23.000] request: "seq": 13, "type": "request" } -Info 85 [00:03:24.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 86 [00:03:25.000] Search path: /user/username/projects/myproject/random -Info 87 [00:03:26.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 88 [00:03:27.000] `remove Project:: -Info 89 [00:03:28.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 90 [00:03:29.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts /user/username/projects/myproject/decls/fns.d.ts /user/username/projects/myproject/main/main.ts @@ -1073,31 +1091,33 @@ Info 90 [00:03:29.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 91 [00:03:30.000] ----------------------------------------------- -Info 92 [00:03:31.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 93 [00:03:32.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 94 [00:03:33.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 95 [00:03:34.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 96 [00:03:35.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 97 [00:03:36.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 98 [00:03:37.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 99 [00:03:38.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 100 [00:03:39.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 101 [00:03:40.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 102 [00:03:41.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 103 [00:03:42.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 104 [00:03:43.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 105 [00:03:44.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 106 [00:03:45.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 107 [00:03:46.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 108 [00:03:47.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 108 [00:03:48.000] Files (2) - -Info 108 [00:03:49.000] ----------------------------------------------- -Info 108 [00:03:50.000] Open files: -Info 108 [00:03:51.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 108 [00:03:52.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 108 [00:03:53.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1106,6 +1126,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/disabledSourceRef/dependency-dts-deleted.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/disabledSourceRef/dependency-dts-deleted.js index 58bb36da3659e..e48c03e97ec02 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/disabledSourceRef/dependency-dts-deleted.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/disabledSourceRef/dependency-dts-deleted.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:03.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:04.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:05.000] Search path: /user/username/projects/myproject/main -Info 3 [00:01:06.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:01:07.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:01:08.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:01:09.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -244,10 +244,10 @@ Info 6 [00:01:09.000] Config: /user/username/projects/myproject/main/tsconfig } ] } -Info 7 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:12.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:01:13.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -258,20 +258,22 @@ Info 10 [00:01:13.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:01:14.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 12 [00:01:15.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:01:16.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:01:17.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:01:18.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:01:19.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 17 [00:01:20.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:01:21.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 19 [00:01:22.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 20 [00:01:23.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 21 [00:01:24.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 22 [00:01:25.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:01:26.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 24 [00:01:27.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/decls/fns.d.ts Text-1 "export declare function fn1(): void;\nexport declare function fn2(): void;\nexport declare function fn3(): void;\nexport declare function fn4(): void;\nexport declare function fn5(): void;\n//# sourceMappingURL=FnS.d.ts.map" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -284,17 +286,17 @@ Info 24 [00:01:27.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 25 [00:01:28.000] ----------------------------------------------- -Info 26 [00:01:29.000] Search path: /user/username/projects/myproject/main -Info 27 [00:01:30.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 28 [00:01:31.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 28 [00:01:32.000] Files (3) - -Info 28 [00:01:33.000] ----------------------------------------------- -Info 28 [00:01:34.000] Open files: -Info 28 [00:01:35.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 28 [00:01:36.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 28 [00:01:37.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -305,6 +307,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -326,7 +330,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:38.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -335,11 +339,11 @@ Info 29 [00:01:38.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:39.000] Search path: /user/username/projects/myproject/random -Info 31 [00:01:40.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 32 [00:01:41.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 33 [00:01:42.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 34 [00:01:43.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -347,16 +351,18 @@ Info 34 [00:01:43.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 35 [00:01:44.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 36 [00:01:45.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 37 [00:01:46.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 38 [00:01:47.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 39 [00:01:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 40 [00:01:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 41 [00:01:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 42 [00:01:51.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 43 [00:01:52.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 44 [00:01:53.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -366,21 +372,21 @@ Info 44 [00:01:53.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 45 [00:01:54.000] ----------------------------------------------- -Info 46 [00:01:55.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 46 [00:01:56.000] Files (3) - -Info 46 [00:01:57.000] ----------------------------------------------- -Info 46 [00:01:58.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 46 [00:01:59.000] Files (2) - -Info 46 [00:02:00.000] ----------------------------------------------- -Info 46 [00:02:01.000] Open files: -Info 46 [00:02:02.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 46 [00:02:03.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 46 [00:02:04.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 46 [00:02:05.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 46 [00:02:06.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -391,6 +397,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -418,7 +426,7 @@ FsWatchesRecursive:: Before request -Info 47 [00:02:07.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -429,9 +437,9 @@ Info 47 [00:02:07.000] request: "seq": 3, "type": "request" } -Info 48 [00:02:08.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 49 [00:02:09.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 50 [00:02:10.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -475,6 +483,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -504,14 +514,14 @@ FsWatchesRecursive:: /user/username/projects/myproject/random: {} -Info 51 [00:02:12.000] FileWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts 2:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 52 [00:02:13.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 53 [00:02:14.000] Scheduled: /user/username/projects/myproject/main/tsconfig.json -Info 54 [00:02:15.000] Scheduled: *ensureProjectForOpenFiles* -Info 55 [00:02:16.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts 2:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 56 [00:02:17.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 57 [00:02:18.000] Scheduled: /user/username/projects/myproject/main/tsconfig.jsonFailedLookupInvalidation -Info 58 [00:02:19.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts 2:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/fns.d.ts 2:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/main/tsconfig.jsonFailedLookupInvalidation +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations Before request //// [/user/username/projects/myproject/decls/FnS.d.ts] deleted @@ -520,6 +530,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -551,7 +563,7 @@ FsWatchesRecursive:: /user/username/projects/myproject/random: {} -Info 59 [00:02:20.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -562,10 +574,10 @@ Info 59 [00:02:20.000] request: "seq": 4, "type": "request" } -Info 60 [00:02:21.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 61 [00:02:22.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 62 [00:02:23.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 63 [00:02:24.000] Files (2) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -575,8 +587,8 @@ Info 63 [00:02:24.000] Files (2) main.ts Matched by default include pattern '**/*' -Info 64 [00:02:25.000] ----------------------------------------------- -Info 65 [00:02:26.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -617,7 +629,7 @@ After request Before request -Info 66 [00:02:27.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -628,7 +640,7 @@ Info 66 [00:02:27.000] request: "seq": 5, "type": "request" } -Info 67 [00:02:28.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -669,7 +681,7 @@ After request Before request -Info 68 [00:02:29.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -680,7 +692,7 @@ Info 68 [00:02:29.000] request: "seq": 6, "type": "request" } -Info 69 [00:02:30.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -721,7 +733,7 @@ After request Before request -Info 70 [00:02:31.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -732,7 +744,7 @@ Info 70 [00:02:31.000] request: "seq": 7, "type": "request" } -Info 71 [00:02:32.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -773,7 +785,7 @@ After request Before request -Info 72 [00:02:33.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -784,7 +796,7 @@ Info 72 [00:02:33.000] request: "seq": 8, "type": "request" } -Info 73 [00:02:34.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -825,7 +837,7 @@ After request Before request -Info 74 [00:02:35.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -834,19 +846,19 @@ Info 74 [00:02:35.000] request: "seq": 9, "type": "request" } -Info 75 [00:02:36.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 76 [00:02:37.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 76 [00:02:38.000] Files (2) - -Info 76 [00:02:39.000] ----------------------------------------------- -Info 76 [00:02:40.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 76 [00:02:41.000] Files (2) - -Info 76 [00:02:42.000] ----------------------------------------------- -Info 76 [00:02:43.000] Open files: -Info 76 [00:02:44.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 76 [00:02:45.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 76 [00:02:46.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -857,6 +869,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -888,7 +902,7 @@ FsWatchesRecursive:: Before request -Info 77 [00:02:47.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -897,25 +911,25 @@ Info 77 [00:02:47.000] request: "seq": 10, "type": "request" } -Info 78 [00:02:48.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 79 [00:02:49.000] Search path: /user/username/projects/myproject/random -Info 80 [00:02:50.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 81 [00:02:51.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 82 [00:02:52.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 83 [00:02:53.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 83 [00:02:54.000] Files (2) - -Info 83 [00:02:55.000] ----------------------------------------------- -Info 83 [00:02:56.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 83 [00:02:57.000] Files (2) - -Info 83 [00:02:58.000] ----------------------------------------------- -Info 83 [00:02:59.000] Open files: -Info 83 [00:03:00.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 83 [00:03:01.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 83 [00:03:02.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 83 [00:03:03.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 83 [00:03:04.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -926,6 +940,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -959,7 +975,7 @@ FsWatchesRecursive:: Before request -Info 84 [00:03:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -968,19 +984,19 @@ Info 84 [00:03:05.000] request: "seq": 11, "type": "request" } -Info 85 [00:03:06.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 86 [00:03:07.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 86 [00:03:08.000] Files (2) - -Info 86 [00:03:09.000] ----------------------------------------------- -Info 86 [00:03:10.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 86 [00:03:11.000] Files (2) - -Info 86 [00:03:12.000] ----------------------------------------------- -Info 86 [00:03:13.000] Open files: -Info 86 [00:03:14.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 86 [00:03:15.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 86 [00:03:16.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -991,6 +1007,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -1018,7 +1036,7 @@ FsWatchesRecursive:: Before request -Info 87 [00:03:17.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1027,17 +1045,17 @@ Info 87 [00:03:17.000] request: "seq": 12, "type": "request" } -Info 88 [00:03:18.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 89 [00:03:19.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 89 [00:03:20.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 89 [00:03:21.000] ----------------------------------------------- -Info 89 [00:03:22.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 89 [00:03:23.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 89 [00:03:24.000] ----------------------------------------------- -Info 89 [00:03:25.000] Open files: -Info 89 [00:03:26.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1048,6 +1066,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -1077,7 +1097,7 @@ FsWatchesRecursive:: Before request -Info 90 [00:03:27.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -1086,12 +1106,12 @@ Info 90 [00:03:27.000] request: "seq": 13, "type": "request" } -Info 91 [00:03:28.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 92 [00:03:29.000] Search path: /user/username/projects/myproject/random -Info 93 [00:03:30.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 94 [00:03:31.000] `remove Project:: -Info 95 [00:03:32.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 96 [00:03:33.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts /user/username/projects/myproject/main/main.ts @@ -1101,28 +1121,30 @@ Info 96 [00:03:33.000] Files (2) main.ts Matched by default include pattern '**/*' -Info 97 [00:03:34.000] ----------------------------------------------- -Info 98 [00:03:35.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 99 [00:03:36.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 100 [00:03:37.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 101 [00:03:38.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 102 [00:03:39.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 103 [00:03:40.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 104 [00:03:41.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 105 [00:03:42.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 106 [00:03:43.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 107 [00:03:44.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 108 [00:03:45.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 109 [00:03:46.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 110 [00:03:47.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 111 [00:03:48.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 111 [00:03:49.000] Files (2) - -Info 111 [00:03:50.000] ----------------------------------------------- -Info 111 [00:03:51.000] Open files: -Info 111 [00:03:52.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 111 [00:03:53.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 111 [00:03:54.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1131,6 +1153,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/disabledSourceRef/dependency-dts-not-present.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/disabledSourceRef/dependency-dts-not-present.js index 8e2d73fda21f9..6fad6c9c582a4 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/disabledSourceRef/dependency-dts-not-present.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/disabledSourceRef/dependency-dts-not-present.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:04.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -206,7 +206,7 @@ export {}; } -Info 1 [00:01:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -215,11 +215,11 @@ Info 1 [00:01:05.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:06.000] Search path: /user/username/projects/myproject/main -Info 3 [00:01:07.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:01:08.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:01:09.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:01:10.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -236,10 +236,10 @@ Info 6 [00:01:10.000] Config: /user/username/projects/myproject/main/tsconfig } ] } -Info 7 [00:01:11.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:12.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:13.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:01:14.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -250,19 +250,21 @@ Info 10 [00:01:14.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:01:15.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 12 [00:01:16.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:01:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:01:18.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:01:20.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 17 [00:01:21.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 18 [00:01:22.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 19 [00:01:23.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 20 [00:01:24.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 21 [00:01:25.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 22 [00:01:26.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 23 [00:01:27.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -272,17 +274,17 @@ Info 23 [00:01:27.000] Files (2) main.ts Matched by default include pattern '**/*' -Info 24 [00:01:28.000] ----------------------------------------------- -Info 25 [00:01:29.000] Search path: /user/username/projects/myproject/main -Info 26 [00:01:30.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 27 [00:01:31.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 27 [00:01:32.000] Files (2) - -Info 27 [00:01:33.000] ----------------------------------------------- -Info 27 [00:01:34.000] Open files: -Info 27 [00:01:35.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 27 [00:01:36.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 27 [00:01:37.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -293,6 +295,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -312,7 +316,7 @@ FsWatchesRecursive:: Before request -Info 28 [00:01:38.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -321,11 +325,11 @@ Info 28 [00:01:38.000] request: "seq": 2, "type": "request" } -Info 29 [00:01:39.000] Search path: /user/username/projects/myproject/random -Info 30 [00:01:40.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 31 [00:01:41.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 32 [00:01:42.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 33 [00:01:43.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -333,16 +337,18 @@ Info 33 [00:01:43.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 34 [00:01:44.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 35 [00:01:45.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 36 [00:01:46.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 37 [00:01:47.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 38 [00:01:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 39 [00:01:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 40 [00:01:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 41 [00:01:51.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 42 [00:01:52.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 43 [00:01:53.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -352,21 +358,21 @@ Info 43 [00:01:53.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 44 [00:01:54.000] ----------------------------------------------- -Info 45 [00:01:55.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 45 [00:01:56.000] Files (2) - -Info 45 [00:01:57.000] ----------------------------------------------- -Info 45 [00:01:58.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 45 [00:01:59.000] Files (2) - -Info 45 [00:02:00.000] ----------------------------------------------- -Info 45 [00:02:01.000] Open files: -Info 45 [00:02:02.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 45 [00:02:03.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 45 [00:02:04.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 45 [00:02:05.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 45 [00:02:06.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -377,6 +383,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -402,7 +410,7 @@ FsWatchesRecursive:: Before request -Info 46 [00:02:07.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -413,7 +421,7 @@ Info 46 [00:02:07.000] request: "seq": 3, "type": "request" } -Info 47 [00:02:08.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -454,7 +462,7 @@ After request Before request -Info 48 [00:02:09.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -465,7 +473,7 @@ Info 48 [00:02:09.000] request: "seq": 4, "type": "request" } -Info 49 [00:02:10.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -506,7 +514,7 @@ After request Before request -Info 50 [00:02:11.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -517,7 +525,7 @@ Info 50 [00:02:11.000] request: "seq": 5, "type": "request" } -Info 51 [00:02:12.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -558,7 +566,7 @@ After request Before request -Info 52 [00:02:13.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -569,7 +577,7 @@ Info 52 [00:02:13.000] request: "seq": 6, "type": "request" } -Info 53 [00:02:14.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -610,7 +618,7 @@ After request Before request -Info 54 [00:02:15.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -621,7 +629,7 @@ Info 54 [00:02:15.000] request: "seq": 7, "type": "request" } -Info 55 [00:02:16.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -662,7 +670,7 @@ After request Before request -Info 56 [00:02:17.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -671,19 +679,19 @@ Info 56 [00:02:17.000] request: "seq": 8, "type": "request" } -Info 57 [00:02:18.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 58 [00:02:19.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 58 [00:02:20.000] Files (2) - -Info 58 [00:02:21.000] ----------------------------------------------- -Info 58 [00:02:22.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 58 [00:02:23.000] Files (2) - -Info 58 [00:02:24.000] ----------------------------------------------- -Info 58 [00:02:25.000] Open files: -Info 58 [00:02:26.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 58 [00:02:27.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 58 [00:02:28.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -694,6 +702,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -721,7 +731,7 @@ FsWatchesRecursive:: Before request -Info 59 [00:02:29.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -730,23 +740,23 @@ Info 59 [00:02:29.000] request: "seq": 9, "type": "request" } -Info 60 [00:02:30.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 61 [00:02:31.000] Search path: /user/username/projects/myproject/random -Info 62 [00:02:32.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 63 [00:02:33.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 63 [00:02:34.000] Files (2) - -Info 63 [00:02:35.000] ----------------------------------------------- -Info 63 [00:02:36.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 63 [00:02:37.000] Files (2) - -Info 63 [00:02:38.000] ----------------------------------------------- -Info 63 [00:02:39.000] Open files: -Info 63 [00:02:40.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 63 [00:02:41.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 63 [00:02:42.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 63 [00:02:43.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 63 [00:02:44.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -757,6 +767,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -786,7 +798,7 @@ FsWatchesRecursive:: Before request -Info 64 [00:02:45.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -795,19 +807,19 @@ Info 64 [00:02:45.000] request: "seq": 10, "type": "request" } -Info 65 [00:02:46.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 66 [00:02:47.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 66 [00:02:48.000] Files (2) - -Info 66 [00:02:49.000] ----------------------------------------------- -Info 66 [00:02:50.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 66 [00:02:51.000] Files (2) - -Info 66 [00:02:52.000] ----------------------------------------------- -Info 66 [00:02:53.000] Open files: -Info 66 [00:02:54.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 66 [00:02:55.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 66 [00:02:56.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -818,6 +830,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -845,7 +859,7 @@ FsWatchesRecursive:: Before request -Info 67 [00:02:57.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -854,17 +868,17 @@ Info 67 [00:02:57.000] request: "seq": 11, "type": "request" } -Info 68 [00:02:58.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 69 [00:02:59.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 69 [00:03:00.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 69 [00:03:01.000] ----------------------------------------------- -Info 69 [00:03:02.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 69 [00:03:03.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 69 [00:03:04.000] ----------------------------------------------- -Info 69 [00:03:05.000] Open files: -Info 69 [00:03:06.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -875,6 +889,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -904,7 +920,7 @@ FsWatchesRecursive:: Before request -Info 70 [00:03:07.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -913,12 +929,12 @@ Info 70 [00:03:07.000] request: "seq": 12, "type": "request" } -Info 71 [00:03:08.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 72 [00:03:09.000] Search path: /user/username/projects/myproject/random -Info 73 [00:03:10.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 74 [00:03:11.000] `remove Project:: -Info 75 [00:03:12.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 76 [00:03:13.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts /user/username/projects/myproject/main/main.ts @@ -928,28 +944,30 @@ Info 76 [00:03:13.000] Files (2) main.ts Matched by default include pattern '**/*' -Info 77 [00:03:14.000] ----------------------------------------------- -Info 78 [00:03:15.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 79 [00:03:16.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 80 [00:03:17.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 81 [00:03:18.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 82 [00:03:19.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 83 [00:03:20.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 84 [00:03:21.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 85 [00:03:22.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 86 [00:03:23.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 87 [00:03:24.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 88 [00:03:25.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 89 [00:03:26.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 90 [00:03:27.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 91 [00:03:28.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 91 [00:03:29.000] Files (2) - -Info 91 [00:03:30.000] ----------------------------------------------- -Info 91 [00:03:31.000] Open files: -Info 91 [00:03:32.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 91 [00:03:33.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 91 [00:03:34.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -958,6 +976,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/disabledSourceRef/dependency-dtsMap-changes-with-timeout-before-request.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/disabledSourceRef/dependency-dtsMap-changes-with-timeout-before-request.js index 060ca8967c8b5..a1524cc90590c 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/disabledSourceRef/dependency-dtsMap-changes-with-timeout-before-request.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/disabledSourceRef/dependency-dtsMap-changes-with-timeout-before-request.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:03.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:04.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:05.000] Search path: /user/username/projects/myproject/main -Info 3 [00:01:06.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:01:07.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:01:08.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:01:09.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -244,10 +244,10 @@ Info 6 [00:01:09.000] Config: /user/username/projects/myproject/main/tsconfig } ] } -Info 7 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:12.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:01:13.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -258,20 +258,22 @@ Info 10 [00:01:13.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:01:14.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 12 [00:01:15.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:01:16.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:01:17.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:01:18.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:01:19.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 17 [00:01:20.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:01:21.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 19 [00:01:22.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 20 [00:01:23.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 21 [00:01:24.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 22 [00:01:25.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:01:26.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 24 [00:01:27.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/decls/fns.d.ts Text-1 "export declare function fn1(): void;\nexport declare function fn2(): void;\nexport declare function fn3(): void;\nexport declare function fn4(): void;\nexport declare function fn5(): void;\n//# sourceMappingURL=FnS.d.ts.map" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -284,17 +286,17 @@ Info 24 [00:01:27.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 25 [00:01:28.000] ----------------------------------------------- -Info 26 [00:01:29.000] Search path: /user/username/projects/myproject/main -Info 27 [00:01:30.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 28 [00:01:31.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 28 [00:01:32.000] Files (3) - -Info 28 [00:01:33.000] ----------------------------------------------- -Info 28 [00:01:34.000] Open files: -Info 28 [00:01:35.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 28 [00:01:36.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 28 [00:01:37.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -305,6 +307,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -326,7 +330,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:38.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -335,11 +339,11 @@ Info 29 [00:01:38.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:39.000] Search path: /user/username/projects/myproject/random -Info 31 [00:01:40.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 32 [00:01:41.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 33 [00:01:42.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 34 [00:01:43.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -347,16 +351,18 @@ Info 34 [00:01:43.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 35 [00:01:44.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 36 [00:01:45.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 37 [00:01:46.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 38 [00:01:47.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 39 [00:01:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 40 [00:01:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 41 [00:01:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 42 [00:01:51.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 43 [00:01:52.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 44 [00:01:53.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -366,21 +372,21 @@ Info 44 [00:01:53.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 45 [00:01:54.000] ----------------------------------------------- -Info 46 [00:01:55.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 46 [00:01:56.000] Files (3) - -Info 46 [00:01:57.000] ----------------------------------------------- -Info 46 [00:01:58.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 46 [00:01:59.000] Files (2) - -Info 46 [00:02:00.000] ----------------------------------------------- -Info 46 [00:02:01.000] Open files: -Info 46 [00:02:02.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 46 [00:02:03.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 46 [00:02:04.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 46 [00:02:05.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 46 [00:02:06.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -391,6 +397,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -418,7 +426,7 @@ FsWatchesRecursive:: Before request -Info 47 [00:02:07.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -429,9 +437,9 @@ Info 47 [00:02:07.000] request: "seq": 3, "type": "request" } -Info 48 [00:02:08.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 49 [00:02:09.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 50 [00:02:10.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -475,6 +483,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -504,10 +514,10 @@ FsWatchesRecursive:: /user/username/projects/myproject/random: {} -Info 51 [00:02:14.000] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 52 [00:02:15.000] Scheduled: /user/username/projects/myproject/main/tsconfig.json -Info 53 [00:02:16.000] Scheduled: *ensureProjectForOpenFiles* -Info 54 [00:02:17.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info Before running Timeout callback:: count: 2 1: /user/username/projects/myproject/main/tsconfig.json 2: *ensureProjectForOpenFiles* @@ -515,44 +525,44 @@ Before running Timeout callback:: count: 2 {"version":3,"file":"FnS.d.ts","sourceRoot":"","sources":["../dependency/FnS.ts"],"names":[],"mappings":"AAAA,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,eAAO,MAAM,CAAC,KAAK,CAAC"} -Info 55 [00:02:18.000] Running: /user/username/projects/myproject/main/tsconfig.json -Info 56 [00:02:19.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 57 [00:02:20.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 58 [00:02:21.000] Same program as before -Info 59 [00:02:22.000] Running: *ensureProjectForOpenFiles* -Info 60 [00:02:23.000] Before ensureProjectForOpenFiles: -Info 61 [00:02:24.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 61 [00:02:25.000] Files (3) - -Info 61 [00:02:26.000] ----------------------------------------------- -Info 61 [00:02:27.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 61 [00:02:28.000] Files (2) - -Info 61 [00:02:29.000] ----------------------------------------------- -Info 61 [00:02:30.000] Open files: -Info 61 [00:02:31.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 61 [00:02:32.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 61 [00:02:33.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 61 [00:02:34.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 61 [00:02:35.000] After ensureProjectForOpenFiles: -Info 62 [00:02:36.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 62 [00:02:37.000] Files (3) - -Info 62 [00:02:38.000] ----------------------------------------------- -Info 62 [00:02:39.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 62 [00:02:40.000] Files (2) - -Info 62 [00:02:41.000] ----------------------------------------------- -Info 62 [00:02:42.000] Open files: -Info 62 [00:02:43.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 62 [00:02:44.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 62 [00:02:45.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 62 [00:02:46.000] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Running: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json After running Timeout callback:: count: 0 Before request -Info 62 [00:02:47.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -563,7 +573,7 @@ Info 62 [00:02:47.000] request: "seq": 4, "type": "request" } -Info 63 [00:02:48.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -604,7 +614,7 @@ After request Before request -Info 64 [00:02:49.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -615,7 +625,7 @@ Info 64 [00:02:49.000] request: "seq": 5, "type": "request" } -Info 65 [00:02:50.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -656,7 +666,7 @@ After request Before request -Info 66 [00:02:51.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -667,7 +677,7 @@ Info 66 [00:02:51.000] request: "seq": 6, "type": "request" } -Info 67 [00:02:52.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -708,7 +718,7 @@ After request Before request -Info 68 [00:02:53.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -719,7 +729,7 @@ Info 68 [00:02:53.000] request: "seq": 7, "type": "request" } -Info 69 [00:02:54.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -760,7 +770,7 @@ After request Before request -Info 70 [00:02:55.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -771,7 +781,7 @@ Info 70 [00:02:55.000] request: "seq": 8, "type": "request" } -Info 71 [00:02:56.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/disabledSourceRef/dependency-dtsMap-changes.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/disabledSourceRef/dependency-dtsMap-changes.js index 5d337dfed0b40..bbc04ebe872e6 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/disabledSourceRef/dependency-dtsMap-changes.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/disabledSourceRef/dependency-dtsMap-changes.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:03.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:04.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:05.000] Search path: /user/username/projects/myproject/main -Info 3 [00:01:06.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:01:07.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:01:08.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:01:09.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -244,10 +244,10 @@ Info 6 [00:01:09.000] Config: /user/username/projects/myproject/main/tsconfig } ] } -Info 7 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:12.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:01:13.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -258,20 +258,22 @@ Info 10 [00:01:13.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:01:14.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 12 [00:01:15.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:01:16.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:01:17.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:01:18.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:01:19.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 17 [00:01:20.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:01:21.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 19 [00:01:22.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 20 [00:01:23.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 21 [00:01:24.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 22 [00:01:25.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:01:26.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 24 [00:01:27.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/decls/fns.d.ts Text-1 "export declare function fn1(): void;\nexport declare function fn2(): void;\nexport declare function fn3(): void;\nexport declare function fn4(): void;\nexport declare function fn5(): void;\n//# sourceMappingURL=FnS.d.ts.map" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -284,17 +286,17 @@ Info 24 [00:01:27.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 25 [00:01:28.000] ----------------------------------------------- -Info 26 [00:01:29.000] Search path: /user/username/projects/myproject/main -Info 27 [00:01:30.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 28 [00:01:31.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 28 [00:01:32.000] Files (3) - -Info 28 [00:01:33.000] ----------------------------------------------- -Info 28 [00:01:34.000] Open files: -Info 28 [00:01:35.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 28 [00:01:36.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 28 [00:01:37.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -305,6 +307,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -326,7 +330,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:38.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -335,11 +339,11 @@ Info 29 [00:01:38.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:39.000] Search path: /user/username/projects/myproject/random -Info 31 [00:01:40.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 32 [00:01:41.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 33 [00:01:42.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 34 [00:01:43.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -347,16 +351,18 @@ Info 34 [00:01:43.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 35 [00:01:44.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 36 [00:01:45.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 37 [00:01:46.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 38 [00:01:47.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 39 [00:01:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 40 [00:01:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 41 [00:01:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 42 [00:01:51.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 43 [00:01:52.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 44 [00:01:53.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -366,21 +372,21 @@ Info 44 [00:01:53.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 45 [00:01:54.000] ----------------------------------------------- -Info 46 [00:01:55.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 46 [00:01:56.000] Files (3) - -Info 46 [00:01:57.000] ----------------------------------------------- -Info 46 [00:01:58.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 46 [00:01:59.000] Files (2) - -Info 46 [00:02:00.000] ----------------------------------------------- -Info 46 [00:02:01.000] Open files: -Info 46 [00:02:02.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 46 [00:02:03.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 46 [00:02:04.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 46 [00:02:05.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 46 [00:02:06.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -391,6 +397,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -418,7 +426,7 @@ FsWatchesRecursive:: Before request -Info 47 [00:02:07.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -429,9 +437,9 @@ Info 47 [00:02:07.000] request: "seq": 3, "type": "request" } -Info 48 [00:02:08.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 49 [00:02:09.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 50 [00:02:10.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -475,6 +483,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -504,16 +514,16 @@ FsWatchesRecursive:: /user/username/projects/myproject/random: {} -Info 51 [00:02:14.000] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 52 [00:02:15.000] Scheduled: /user/username/projects/myproject/main/tsconfig.json -Info 53 [00:02:16.000] Scheduled: *ensureProjectForOpenFiles* -Info 54 [00:02:17.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 1:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info Before request //// [/user/username/projects/myproject/decls/FnS.d.ts.map] {"version":3,"file":"FnS.d.ts","sourceRoot":"","sources":["../dependency/FnS.ts"],"names":[],"mappings":"AAAA,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,eAAO,MAAM,CAAC,KAAK,CAAC"} -Info 55 [00:02:18.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -524,10 +534,10 @@ Info 55 [00:02:18.000] request: "seq": 4, "type": "request" } -Info 56 [00:02:19.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 57 [00:02:20.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 58 [00:02:21.000] Same program as before -Info 59 [00:02:22.000] response: +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -568,7 +578,7 @@ After request Before request -Info 60 [00:02:23.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -579,7 +589,7 @@ Info 60 [00:02:23.000] request: "seq": 5, "type": "request" } -Info 61 [00:02:24.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -620,7 +630,7 @@ After request Before request -Info 62 [00:02:25.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -631,7 +641,7 @@ Info 62 [00:02:25.000] request: "seq": 6, "type": "request" } -Info 63 [00:02:26.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -672,7 +682,7 @@ After request Before request -Info 64 [00:02:27.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -683,7 +693,7 @@ Info 64 [00:02:27.000] request: "seq": 7, "type": "request" } -Info 65 [00:02:28.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -724,7 +734,7 @@ After request Before request -Info 66 [00:02:29.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -735,7 +745,7 @@ Info 66 [00:02:29.000] request: "seq": 8, "type": "request" } -Info 67 [00:02:30.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/disabledSourceRef/dependency-dtsMap-created.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/disabledSourceRef/dependency-dtsMap-created.js index e26c40dad349c..eec8b462ed045 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/disabledSourceRef/dependency-dtsMap-created.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/disabledSourceRef/dependency-dtsMap-created.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:04.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -211,7 +211,7 @@ export {}; } -Info 1 [00:01:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -220,11 +220,11 @@ Info 1 [00:01:05.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:06.000] Search path: /user/username/projects/myproject/main -Info 3 [00:01:07.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:01:08.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:01:09.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:01:10.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -241,10 +241,10 @@ Info 6 [00:01:10.000] Config: /user/username/projects/myproject/main/tsconfig } ] } -Info 7 [00:01:11.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:12.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:13.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:01:14.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -255,20 +255,22 @@ Info 10 [00:01:14.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:01:15.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 12 [00:01:16.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:01:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:01:18.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:01:20.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 17 [00:01:21.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:01:22.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 19 [00:01:23.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 20 [00:01:24.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 21 [00:01:25.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 22 [00:01:26.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:01:27.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 24 [00:01:28.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/decls/fns.d.ts Text-1 "export declare function fn1(): void;\nexport declare function fn2(): void;\nexport declare function fn3(): void;\nexport declare function fn4(): void;\nexport declare function fn5(): void;\n//# sourceMappingURL=FnS.d.ts.map" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -281,17 +283,17 @@ Info 24 [00:01:28.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 25 [00:01:29.000] ----------------------------------------------- -Info 26 [00:01:30.000] Search path: /user/username/projects/myproject/main -Info 27 [00:01:31.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 28 [00:01:32.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 28 [00:01:33.000] Files (3) - -Info 28 [00:01:34.000] ----------------------------------------------- -Info 28 [00:01:35.000] Open files: -Info 28 [00:01:36.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 28 [00:01:37.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 28 [00:01:38.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -302,6 +304,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -323,7 +327,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:39.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -332,11 +336,11 @@ Info 29 [00:01:39.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:40.000] Search path: /user/username/projects/myproject/random -Info 31 [00:01:41.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 32 [00:01:42.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 33 [00:01:43.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 34 [00:01:44.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -344,16 +348,18 @@ Info 34 [00:01:44.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 35 [00:01:45.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 36 [00:01:46.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 37 [00:01:47.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 38 [00:01:48.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 39 [00:01:49.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 40 [00:01:50.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 41 [00:01:51.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 42 [00:01:52.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 43 [00:01:53.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 44 [00:01:54.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -363,21 +369,21 @@ Info 44 [00:01:54.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 45 [00:01:55.000] ----------------------------------------------- -Info 46 [00:01:56.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 46 [00:01:57.000] Files (3) - -Info 46 [00:01:58.000] ----------------------------------------------- -Info 46 [00:01:59.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 46 [00:02:00.000] Files (2) - -Info 46 [00:02:01.000] ----------------------------------------------- -Info 46 [00:02:02.000] Open files: -Info 46 [00:02:03.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 46 [00:02:04.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 46 [00:02:05.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 46 [00:02:06.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 46 [00:02:07.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -388,6 +394,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -415,7 +423,7 @@ FsWatchesRecursive:: Before request -Info 47 [00:02:08.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -426,8 +434,8 @@ Info 47 [00:02:08.000] request: "seq": 3, "type": "request" } -Info 48 [00:02:09.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file -Info 49 [00:02:10.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -471,6 +479,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts.map: *new* @@ -498,13 +508,13 @@ FsWatchesRecursive:: /user/username/projects/myproject/random: {} -Info 50 [00:02:13.000] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 0:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file -Info 51 [00:02:14.000] Scheduled: /user/username/projects/myproject/main/tsconfig.json -Info 52 [00:02:15.000] Scheduled: *ensureProjectForOpenFiles* -Info 53 [00:02:16.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file -Info 54 [00:02:17.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 0:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file -Info 55 [00:02:18.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 56 [00:02:19.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 0:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 0:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations Before request //// [/user/username/projects/myproject/decls/FnS.d.ts.map] {"version":3,"file":"FnS.d.ts","sourceRoot":"","sources":["../dependency/FnS.ts"],"names":[],"mappings":"AAAA,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM;AACzB,wBAAgB,GAAG,SAAM"} @@ -515,6 +525,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -544,7 +556,7 @@ FsWatchesRecursive:: /user/username/projects/myproject/random: {} -Info 57 [00:02:20.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -555,12 +567,12 @@ Info 57 [00:02:20.000] request: "seq": 4, "type": "request" } -Info 58 [00:02:21.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 59 [00:02:22.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 60 [00:02:23.000] Same program as before -Info 61 [00:02:24.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 62 [00:02:25.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 63 [00:02:26.000] response: +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -604,6 +616,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -635,7 +649,7 @@ FsWatchesRecursive:: Before request -Info 64 [00:02:27.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -646,7 +660,7 @@ Info 64 [00:02:27.000] request: "seq": 5, "type": "request" } -Info 65 [00:02:28.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -687,7 +701,7 @@ After request Before request -Info 66 [00:02:29.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -698,7 +712,7 @@ Info 66 [00:02:29.000] request: "seq": 6, "type": "request" } -Info 67 [00:02:30.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -739,7 +753,7 @@ After request Before request -Info 68 [00:02:31.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -750,7 +764,7 @@ Info 68 [00:02:31.000] request: "seq": 7, "type": "request" } -Info 69 [00:02:32.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -791,7 +805,7 @@ After request Before request -Info 70 [00:02:33.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -802,7 +816,7 @@ Info 70 [00:02:33.000] request: "seq": 8, "type": "request" } -Info 71 [00:02:34.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -843,7 +857,7 @@ After request Before request -Info 72 [00:02:35.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -852,19 +866,19 @@ Info 72 [00:02:35.000] request: "seq": 9, "type": "request" } -Info 73 [00:02:36.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 74 [00:02:37.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 74 [00:02:38.000] Files (3) - -Info 74 [00:02:39.000] ----------------------------------------------- -Info 74 [00:02:40.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 74 [00:02:41.000] Files (2) - -Info 74 [00:02:42.000] ----------------------------------------------- -Info 74 [00:02:43.000] Open files: -Info 74 [00:02:44.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 74 [00:02:45.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 74 [00:02:46.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -875,6 +889,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -908,7 +924,7 @@ FsWatchesRecursive:: Before request -Info 75 [00:02:47.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -917,23 +933,23 @@ Info 75 [00:02:47.000] request: "seq": 10, "type": "request" } -Info 76 [00:02:48.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 77 [00:02:49.000] Search path: /user/username/projects/myproject/random -Info 78 [00:02:50.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 79 [00:02:51.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 79 [00:02:52.000] Files (3) - -Info 79 [00:02:53.000] ----------------------------------------------- -Info 79 [00:02:54.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 79 [00:02:55.000] Files (2) - -Info 79 [00:02:56.000] ----------------------------------------------- -Info 79 [00:02:57.000] Open files: -Info 79 [00:02:58.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 79 [00:02:59.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 79 [00:03:00.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 79 [00:03:01.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 79 [00:03:02.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -944,6 +960,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -979,7 +997,7 @@ FsWatchesRecursive:: Before request -Info 80 [00:03:03.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -988,19 +1006,19 @@ Info 80 [00:03:03.000] request: "seq": 11, "type": "request" } -Info 81 [00:03:04.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 82 [00:03:05.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 82 [00:03:06.000] Files (3) - -Info 82 [00:03:07.000] ----------------------------------------------- -Info 82 [00:03:08.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 82 [00:03:09.000] Files (2) - -Info 82 [00:03:10.000] ----------------------------------------------- -Info 82 [00:03:11.000] Open files: -Info 82 [00:03:12.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 82 [00:03:13.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 82 [00:03:14.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1011,6 +1029,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -1044,7 +1064,7 @@ FsWatchesRecursive:: Before request -Info 83 [00:03:15.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1053,17 +1073,17 @@ Info 83 [00:03:15.000] request: "seq": 12, "type": "request" } -Info 84 [00:03:16.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 85 [00:03:17.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 85 [00:03:18.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 85 [00:03:19.000] ----------------------------------------------- -Info 85 [00:03:20.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 85 [00:03:21.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 85 [00:03:22.000] ----------------------------------------------- -Info 85 [00:03:23.000] Open files: -Info 85 [00:03:24.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1074,6 +1094,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -1109,7 +1131,7 @@ FsWatchesRecursive:: Before request -Info 86 [00:03:25.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -1118,12 +1140,12 @@ Info 86 [00:03:25.000] request: "seq": 13, "type": "request" } -Info 87 [00:03:26.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 88 [00:03:27.000] Search path: /user/username/projects/myproject/random -Info 89 [00:03:28.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 90 [00:03:29.000] `remove Project:: -Info 91 [00:03:30.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 92 [00:03:31.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts /user/username/projects/myproject/decls/fns.d.ts /user/username/projects/myproject/main/main.ts @@ -1136,31 +1158,33 @@ Info 92 [00:03:31.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 93 [00:03:32.000] ----------------------------------------------- -Info 94 [00:03:33.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 95 [00:03:34.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 96 [00:03:35.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 97 [00:03:36.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 98 [00:03:37.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 99 [00:03:38.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 100 [00:03:39.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 101 [00:03:40.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 102 [00:03:41.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 103 [00:03:42.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 104 [00:03:43.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 105 [00:03:44.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 106 [00:03:45.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 107 [00:03:46.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 108 [00:03:47.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 109 [00:03:48.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 110 [00:03:49.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 110 [00:03:50.000] Files (2) - -Info 110 [00:03:51.000] ----------------------------------------------- -Info 110 [00:03:52.000] Open files: -Info 110 [00:03:53.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 110 [00:03:54.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 110 [00:03:55.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1169,6 +1193,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/disabledSourceRef/dependency-dtsMap-deleted.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/disabledSourceRef/dependency-dtsMap-deleted.js index c2b9a660d7f94..a72cfc86496dd 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/disabledSourceRef/dependency-dtsMap-deleted.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/disabledSourceRef/dependency-dtsMap-deleted.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:03.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:04.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:05.000] Search path: /user/username/projects/myproject/main -Info 3 [00:01:06.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:01:07.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:01:08.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:01:09.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -244,10 +244,10 @@ Info 6 [00:01:09.000] Config: /user/username/projects/myproject/main/tsconfig } ] } -Info 7 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:12.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:01:13.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -258,20 +258,22 @@ Info 10 [00:01:13.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:01:14.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 12 [00:01:15.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:01:16.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:01:17.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:01:18.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:01:19.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 17 [00:01:20.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:01:21.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 19 [00:01:22.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 20 [00:01:23.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 21 [00:01:24.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 22 [00:01:25.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:01:26.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 24 [00:01:27.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/decls/fns.d.ts Text-1 "export declare function fn1(): void;\nexport declare function fn2(): void;\nexport declare function fn3(): void;\nexport declare function fn4(): void;\nexport declare function fn5(): void;\n//# sourceMappingURL=FnS.d.ts.map" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -284,17 +286,17 @@ Info 24 [00:01:27.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 25 [00:01:28.000] ----------------------------------------------- -Info 26 [00:01:29.000] Search path: /user/username/projects/myproject/main -Info 27 [00:01:30.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 28 [00:01:31.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 28 [00:01:32.000] Files (3) - -Info 28 [00:01:33.000] ----------------------------------------------- -Info 28 [00:01:34.000] Open files: -Info 28 [00:01:35.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 28 [00:01:36.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 28 [00:01:37.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -305,6 +307,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -326,7 +330,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:38.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -335,11 +339,11 @@ Info 29 [00:01:38.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:39.000] Search path: /user/username/projects/myproject/random -Info 31 [00:01:40.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 32 [00:01:41.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 33 [00:01:42.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 34 [00:01:43.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -347,16 +351,18 @@ Info 34 [00:01:43.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 35 [00:01:44.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 36 [00:01:45.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 37 [00:01:46.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 38 [00:01:47.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 39 [00:01:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 40 [00:01:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 41 [00:01:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 42 [00:01:51.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 43 [00:01:52.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 44 [00:01:53.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -366,21 +372,21 @@ Info 44 [00:01:53.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 45 [00:01:54.000] ----------------------------------------------- -Info 46 [00:01:55.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 46 [00:01:56.000] Files (3) - -Info 46 [00:01:57.000] ----------------------------------------------- -Info 46 [00:01:58.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 46 [00:01:59.000] Files (2) - -Info 46 [00:02:00.000] ----------------------------------------------- -Info 46 [00:02:01.000] Open files: -Info 46 [00:02:02.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 46 [00:02:03.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 46 [00:02:04.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 46 [00:02:05.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 46 [00:02:06.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -391,6 +397,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -418,7 +426,7 @@ FsWatchesRecursive:: Before request -Info 47 [00:02:07.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -429,9 +437,9 @@ Info 47 [00:02:07.000] request: "seq": 3, "type": "request" } -Info 48 [00:02:08.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 49 [00:02:09.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 50 [00:02:10.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -475,6 +483,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -504,13 +514,13 @@ FsWatchesRecursive:: /user/username/projects/myproject/random: {} -Info 51 [00:02:12.000] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 2:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 52 [00:02:13.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 53 [00:02:14.000] Scheduled: /user/username/projects/myproject/main/tsconfig.json -Info 54 [00:02:15.000] Scheduled: *ensureProjectForOpenFiles* -Info 55 [00:02:16.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 2:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 56 [00:02:17.000] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 57 [00:02:18.000] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 2:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map 2:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/decls/FnS.d.ts.map :: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations Before request //// [/user/username/projects/myproject/decls/FnS.d.ts.map] deleted @@ -519,6 +529,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -550,7 +562,7 @@ FsWatchesRecursive:: /user/username/projects/myproject/random: {} -Info 58 [00:02:19.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -561,11 +573,11 @@ Info 58 [00:02:19.000] request: "seq": 4, "type": "request" } -Info 59 [00:02:20.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 60 [00:02:21.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 61 [00:02:22.000] Same program as before -Info 62 [00:02:23.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file -Info 63 [00:02:24.000] response: +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -609,6 +621,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts.map: *new* @@ -640,7 +654,7 @@ FsWatchesRecursive:: Before request -Info 64 [00:02:25.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -651,7 +665,7 @@ Info 64 [00:02:25.000] request: "seq": 5, "type": "request" } -Info 65 [00:02:26.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -692,7 +706,7 @@ After request Before request -Info 66 [00:02:27.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -703,7 +717,7 @@ Info 66 [00:02:27.000] request: "seq": 6, "type": "request" } -Info 67 [00:02:28.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -744,7 +758,7 @@ After request Before request -Info 68 [00:02:29.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -755,7 +769,7 @@ Info 68 [00:02:29.000] request: "seq": 7, "type": "request" } -Info 69 [00:02:30.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -796,7 +810,7 @@ After request Before request -Info 70 [00:02:31.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -807,7 +821,7 @@ Info 70 [00:02:31.000] request: "seq": 8, "type": "request" } -Info 71 [00:02:32.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -848,7 +862,7 @@ After request Before request -Info 72 [00:02:33.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -857,19 +871,19 @@ Info 72 [00:02:33.000] request: "seq": 9, "type": "request" } -Info 73 [00:02:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 74 [00:02:35.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 74 [00:02:36.000] Files (3) - -Info 74 [00:02:37.000] ----------------------------------------------- -Info 74 [00:02:38.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 74 [00:02:39.000] Files (2) - -Info 74 [00:02:40.000] ----------------------------------------------- -Info 74 [00:02:41.000] Open files: -Info 74 [00:02:42.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 74 [00:02:43.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 74 [00:02:44.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -880,6 +894,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts.map: @@ -913,7 +929,7 @@ FsWatchesRecursive:: Before request -Info 75 [00:02:45.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -922,24 +938,24 @@ Info 75 [00:02:45.000] request: "seq": 10, "type": "request" } -Info 76 [00:02:46.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 77 [00:02:47.000] Search path: /user/username/projects/myproject/random -Info 78 [00:02:48.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 79 [00:02:49.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 80 [00:02:50.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 80 [00:02:51.000] Files (3) - -Info 80 [00:02:52.000] ----------------------------------------------- -Info 80 [00:02:53.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 80 [00:02:54.000] Files (2) - -Info 80 [00:02:55.000] ----------------------------------------------- -Info 80 [00:02:56.000] Open files: -Info 80 [00:02:57.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 80 [00:02:58.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 80 [00:02:59.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 80 [00:03:00.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 80 [00:03:01.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -950,6 +966,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts.map: @@ -985,7 +1003,7 @@ FsWatchesRecursive:: Before request -Info 81 [00:03:02.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -994,19 +1012,19 @@ Info 81 [00:03:02.000] request: "seq": 11, "type": "request" } -Info 82 [00:03:03.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 83 [00:03:04.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 83 [00:03:05.000] Files (3) - -Info 83 [00:03:06.000] ----------------------------------------------- -Info 83 [00:03:07.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 83 [00:03:08.000] Files (2) - -Info 83 [00:03:09.000] ----------------------------------------------- -Info 83 [00:03:10.000] Open files: -Info 83 [00:03:11.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 83 [00:03:12.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 83 [00:03:13.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1017,6 +1035,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts.map: @@ -1048,7 +1068,7 @@ FsWatchesRecursive:: Before request -Info 84 [00:03:14.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -1057,17 +1077,17 @@ Info 84 [00:03:14.000] request: "seq": 12, "type": "request" } -Info 85 [00:03:15.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 86 [00:03:16.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 86 [00:03:17.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 86 [00:03:18.000] ----------------------------------------------- -Info 86 [00:03:19.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 86 [00:03:20.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 86 [00:03:21.000] ----------------------------------------------- -Info 86 [00:03:22.000] Open files: -Info 86 [00:03:23.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1078,6 +1098,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts.map: @@ -1111,7 +1133,7 @@ FsWatchesRecursive:: Before request -Info 87 [00:03:24.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -1120,12 +1142,12 @@ Info 87 [00:03:24.000] request: "seq": 13, "type": "request" } -Info 88 [00:03:25.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 89 [00:03:26.000] Search path: /user/username/projects/myproject/random -Info 90 [00:03:27.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 91 [00:03:28.000] `remove Project:: -Info 92 [00:03:29.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 93 [00:03:30.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts /user/username/projects/myproject/decls/fns.d.ts /user/username/projects/myproject/main/main.ts @@ -1138,30 +1160,32 @@ Info 93 [00:03:30.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 94 [00:03:31.000] ----------------------------------------------- -Info 95 [00:03:32.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 96 [00:03:33.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 97 [00:03:34.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 98 [00:03:35.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 99 [00:03:36.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 100 [00:03:37.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 101 [00:03:38.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 102 [00:03:39.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 103 [00:03:40.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 104 [00:03:41.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 105 [00:03:42.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 106 [00:03:43.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 107 [00:03:44.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 108 [00:03:45.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 109 [00:03:46.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file -Info 110 [00:03:47.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 110 [00:03:48.000] Files (2) - -Info 110 [00:03:49.000] ----------------------------------------------- -Info 110 [00:03:50.000] Open files: -Info 110 [00:03:51.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 110 [00:03:52.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 110 [00:03:53.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1170,6 +1194,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/disabledSourceRef/dependency-dtsMap-not-present.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/disabledSourceRef/dependency-dtsMap-not-present.js index e6a17772f3fe6..43b570ab5b47f 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/disabledSourceRef/dependency-dtsMap-not-present.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/disabledSourceRef/dependency-dtsMap-not-present.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:04.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -211,7 +211,7 @@ export {}; } -Info 1 [00:01:05.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -220,11 +220,11 @@ Info 1 [00:01:05.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:06.000] Search path: /user/username/projects/myproject/main -Info 3 [00:01:07.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:01:08.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:01:09.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:01:10.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -241,10 +241,10 @@ Info 6 [00:01:10.000] Config: /user/username/projects/myproject/main/tsconfig } ] } -Info 7 [00:01:11.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:12.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:13.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:01:14.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -255,20 +255,22 @@ Info 10 [00:01:14.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:01:15.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 12 [00:01:16.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:01:17.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:01:18.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:01:20.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 17 [00:01:21.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:01:22.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 19 [00:01:23.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 20 [00:01:24.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 21 [00:01:25.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 22 [00:01:26.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:01:27.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 24 [00:01:28.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/decls/fns.d.ts Text-1 "export declare function fn1(): void;\nexport declare function fn2(): void;\nexport declare function fn3(): void;\nexport declare function fn4(): void;\nexport declare function fn5(): void;\n//# sourceMappingURL=FnS.d.ts.map" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -281,17 +283,17 @@ Info 24 [00:01:28.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 25 [00:01:29.000] ----------------------------------------------- -Info 26 [00:01:30.000] Search path: /user/username/projects/myproject/main -Info 27 [00:01:31.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 28 [00:01:32.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 28 [00:01:33.000] Files (3) - -Info 28 [00:01:34.000] ----------------------------------------------- -Info 28 [00:01:35.000] Open files: -Info 28 [00:01:36.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 28 [00:01:37.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 28 [00:01:38.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -302,6 +304,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -323,7 +327,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:39.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -332,11 +336,11 @@ Info 29 [00:01:39.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:40.000] Search path: /user/username/projects/myproject/random -Info 31 [00:01:41.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 32 [00:01:42.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 33 [00:01:43.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 34 [00:01:44.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -344,16 +348,18 @@ Info 34 [00:01:44.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 35 [00:01:45.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 36 [00:01:46.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 37 [00:01:47.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 38 [00:01:48.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 39 [00:01:49.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 40 [00:01:50.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 41 [00:01:51.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 42 [00:01:52.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 43 [00:01:53.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 44 [00:01:54.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -363,21 +369,21 @@ Info 44 [00:01:54.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 45 [00:01:55.000] ----------------------------------------------- -Info 46 [00:01:56.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 46 [00:01:57.000] Files (3) - -Info 46 [00:01:58.000] ----------------------------------------------- -Info 46 [00:01:59.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 46 [00:02:00.000] Files (2) - -Info 46 [00:02:01.000] ----------------------------------------------- -Info 46 [00:02:02.000] Open files: -Info 46 [00:02:03.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 46 [00:02:04.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 46 [00:02:05.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 46 [00:02:06.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 46 [00:02:07.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -388,6 +394,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -415,7 +423,7 @@ FsWatchesRecursive:: Before request -Info 47 [00:02:08.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -426,8 +434,8 @@ Info 47 [00:02:08.000] request: "seq": 3, "type": "request" } -Info 48 [00:02:09.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file -Info 49 [00:02:10.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -471,6 +479,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts.map: *new* @@ -500,7 +510,7 @@ FsWatchesRecursive:: Before request -Info 50 [00:02:11.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -511,7 +521,7 @@ Info 50 [00:02:11.000] request: "seq": 4, "type": "request" } -Info 51 [00:02:12.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -552,7 +562,7 @@ After request Before request -Info 52 [00:02:13.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -563,7 +573,7 @@ Info 52 [00:02:13.000] request: "seq": 5, "type": "request" } -Info 53 [00:02:14.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -604,7 +614,7 @@ After request Before request -Info 54 [00:02:15.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -615,7 +625,7 @@ Info 54 [00:02:15.000] request: "seq": 6, "type": "request" } -Info 55 [00:02:16.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -656,7 +666,7 @@ After request Before request -Info 56 [00:02:17.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -667,7 +677,7 @@ Info 56 [00:02:17.000] request: "seq": 7, "type": "request" } -Info 57 [00:02:18.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -708,7 +718,7 @@ After request Before request -Info 58 [00:02:19.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -717,19 +727,19 @@ Info 58 [00:02:19.000] request: "seq": 8, "type": "request" } -Info 59 [00:02:20.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 60 [00:02:21.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 60 [00:02:22.000] Files (3) - -Info 60 [00:02:23.000] ----------------------------------------------- -Info 60 [00:02:24.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 60 [00:02:25.000] Files (2) - -Info 60 [00:02:26.000] ----------------------------------------------- -Info 60 [00:02:27.000] Open files: -Info 60 [00:02:28.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 60 [00:02:29.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 60 [00:02:30.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -740,6 +750,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts.map: @@ -771,7 +783,7 @@ FsWatchesRecursive:: Before request -Info 61 [00:02:31.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -780,23 +792,23 @@ Info 61 [00:02:31.000] request: "seq": 9, "type": "request" } -Info 62 [00:02:32.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 63 [00:02:33.000] Search path: /user/username/projects/myproject/random -Info 64 [00:02:34.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 65 [00:02:35.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 65 [00:02:36.000] Files (3) - -Info 65 [00:02:37.000] ----------------------------------------------- -Info 65 [00:02:38.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 65 [00:02:39.000] Files (2) - -Info 65 [00:02:40.000] ----------------------------------------------- -Info 65 [00:02:41.000] Open files: -Info 65 [00:02:42.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 65 [00:02:43.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 65 [00:02:44.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 65 [00:02:45.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 65 [00:02:46.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -807,6 +819,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts.map: @@ -840,7 +854,7 @@ FsWatchesRecursive:: Before request -Info 66 [00:02:47.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -849,19 +863,19 @@ Info 66 [00:02:47.000] request: "seq": 10, "type": "request" } -Info 67 [00:02:48.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 68 [00:02:49.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 68 [00:02:50.000] Files (3) - -Info 68 [00:02:51.000] ----------------------------------------------- -Info 68 [00:02:52.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 68 [00:02:53.000] Files (2) - -Info 68 [00:02:54.000] ----------------------------------------------- -Info 68 [00:02:55.000] Open files: -Info 68 [00:02:56.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 68 [00:02:57.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 68 [00:02:58.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -872,6 +886,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts.map: @@ -903,7 +919,7 @@ FsWatchesRecursive:: Before request -Info 69 [00:02:59.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -912,17 +928,17 @@ Info 69 [00:02:59.000] request: "seq": 11, "type": "request" } -Info 70 [00:03:00.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 71 [00:03:01.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 71 [00:03:02.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 71 [00:03:03.000] ----------------------------------------------- -Info 71 [00:03:04.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 71 [00:03:05.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 71 [00:03:06.000] ----------------------------------------------- -Info 71 [00:03:07.000] Open files: -Info 71 [00:03:08.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -933,6 +949,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/decls/fns.d.ts.map: @@ -966,7 +984,7 @@ FsWatchesRecursive:: Before request -Info 72 [00:03:09.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -975,12 +993,12 @@ Info 72 [00:03:09.000] request: "seq": 12, "type": "request" } -Info 73 [00:03:10.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info -Info 74 [00:03:11.000] Search path: /user/username/projects/myproject/random -Info 75 [00:03:12.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 76 [00:03:13.000] `remove Project:: -Info 77 [00:03:14.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 78 [00:03:15.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/random/random.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts /user/username/projects/myproject/decls/fns.d.ts /user/username/projects/myproject/main/main.ts @@ -993,30 +1011,32 @@ Info 78 [00:03:15.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 79 [00:03:16.000] ----------------------------------------------- -Info 80 [00:03:17.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 81 [00:03:18.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 82 [00:03:19.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 83 [00:03:20.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 84 [00:03:21.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 85 [00:03:22.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 86 [00:03:23.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 87 [00:03:24.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 88 [00:03:25.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 89 [00:03:26.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 90 [00:03:27.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 91 [00:03:28.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 92 [00:03:29.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info -Info 93 [00:03:30.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 94 [00:03:31.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file -Info 95 [00:03:32.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 95 [00:03:33.000] Files (2) - -Info 95 [00:03:34.000] ----------------------------------------------- -Info 95 [00:03:35.000] Open files: -Info 95 [00:03:36.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 95 [00:03:37.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 95 [00:03:38.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/main/main.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 2000 undefined WatchType: Missing source map file +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -1025,6 +1045,8 @@ After request PolledWatches:: /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/disabledSourceRef/usage-file-changes-with-timeout-before-request.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/disabledSourceRef/usage-file-changes-with-timeout-before-request.js index 7c0498b2cdc4d..c867ec0d9eeba 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/disabledSourceRef/usage-file-changes-with-timeout-before-request.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/disabledSourceRef/usage-file-changes-with-timeout-before-request.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:03.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:04.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:05.000] Search path: /user/username/projects/myproject/main -Info 3 [00:01:06.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:01:07.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:01:08.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:01:09.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -244,10 +244,10 @@ Info 6 [00:01:09.000] Config: /user/username/projects/myproject/main/tsconfig } ] } -Info 7 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:12.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:01:13.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -258,20 +258,22 @@ Info 10 [00:01:13.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:01:14.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 12 [00:01:15.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:01:16.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:01:17.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:01:18.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:01:19.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 17 [00:01:20.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:01:21.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 19 [00:01:22.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 20 [00:01:23.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 21 [00:01:24.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 22 [00:01:25.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:01:26.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 24 [00:01:27.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/decls/fns.d.ts Text-1 "export declare function fn1(): void;\nexport declare function fn2(): void;\nexport declare function fn3(): void;\nexport declare function fn4(): void;\nexport declare function fn5(): void;\n//# sourceMappingURL=FnS.d.ts.map" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -284,17 +286,17 @@ Info 24 [00:01:27.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 25 [00:01:28.000] ----------------------------------------------- -Info 26 [00:01:29.000] Search path: /user/username/projects/myproject/main -Info 27 [00:01:30.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 28 [00:01:31.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 28 [00:01:32.000] Files (3) - -Info 28 [00:01:33.000] ----------------------------------------------- -Info 28 [00:01:34.000] Open files: -Info 28 [00:01:35.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 28 [00:01:36.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 28 [00:01:37.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -305,6 +307,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -326,7 +330,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:38.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -335,11 +339,11 @@ Info 29 [00:01:38.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:39.000] Search path: /user/username/projects/myproject/random -Info 31 [00:01:40.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 32 [00:01:41.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 33 [00:01:42.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 34 [00:01:43.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -347,16 +351,18 @@ Info 34 [00:01:43.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 35 [00:01:44.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 36 [00:01:45.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 37 [00:01:46.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 38 [00:01:47.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 39 [00:01:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 40 [00:01:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 41 [00:01:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 42 [00:01:51.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 43 [00:01:52.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 44 [00:01:53.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -366,21 +372,21 @@ Info 44 [00:01:53.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 45 [00:01:54.000] ----------------------------------------------- -Info 46 [00:01:55.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 46 [00:01:56.000] Files (3) - -Info 46 [00:01:57.000] ----------------------------------------------- -Info 46 [00:01:58.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 46 [00:01:59.000] Files (2) - -Info 46 [00:02:00.000] ----------------------------------------------- -Info 46 [00:02:01.000] Open files: -Info 46 [00:02:02.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 46 [00:02:03.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 46 [00:02:04.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 46 [00:02:05.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 46 [00:02:06.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -391,6 +397,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -418,7 +426,7 @@ FsWatchesRecursive:: Before request -Info 47 [00:02:07.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -429,9 +437,9 @@ Info 47 [00:02:07.000] request: "seq": 3, "type": "request" } -Info 48 [00:02:08.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 49 [00:02:09.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 50 [00:02:10.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -475,6 +483,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -506,7 +516,7 @@ FsWatchesRecursive:: Before request -Info 51 [00:02:11.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { @@ -520,7 +530,7 @@ Info 51 [00:02:11.000] request: "seq": 4, "type": "request" } -Info 52 [00:02:12.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -532,7 +542,7 @@ After running Timeout callback:: count: 0 Before request -Info 53 [00:02:13.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -543,16 +553,16 @@ Info 53 [00:02:13.000] request: "seq": 5, "type": "request" } -Info 54 [00:02:14.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 55 [00:02:15.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 56 [00:02:16.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 57 [00:02:17.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/decls/fns.d.ts Text-1 "export declare function fn1(): void;\nexport declare function fn2(): void;\nexport declare function fn3(): void;\nexport declare function fn4(): void;\nexport declare function fn5(): void;\n//# sourceMappingURL=FnS.d.ts.map" /user/username/projects/myproject/main/main.ts SVC-1-1 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\nconst x = 10;" -Info 58 [00:02:18.000] ----------------------------------------------- -Info 59 [00:02:19.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -593,7 +603,7 @@ After request Before request -Info 60 [00:02:20.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -604,7 +614,7 @@ Info 60 [00:02:20.000] request: "seq": 6, "type": "request" } -Info 61 [00:02:21.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -645,7 +655,7 @@ After request Before request -Info 62 [00:02:22.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -656,7 +666,7 @@ Info 62 [00:02:22.000] request: "seq": 7, "type": "request" } -Info 63 [00:02:23.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -697,7 +707,7 @@ After request Before request -Info 64 [00:02:24.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -708,7 +718,7 @@ Info 64 [00:02:24.000] request: "seq": 8, "type": "request" } -Info 65 [00:02:25.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -749,7 +759,7 @@ After request Before request -Info 66 [00:02:26.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -760,7 +770,7 @@ Info 66 [00:02:26.000] request: "seq": 9, "type": "request" } -Info 67 [00:02:27.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ diff --git a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/disabledSourceRef/usage-file-changes.js b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/disabledSourceRef/usage-file-changes.js index 805033bacc86c..c9decba1e0cf9 100644 --- a/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/disabledSourceRef/usage-file-changes.js +++ b/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/disabledSourceRef/usage-file-changes.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:01:03.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/dependency/FnS.ts] export function fn1() { } @@ -214,7 +214,7 @@ export {}; } -Info 1 [00:01:04.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -223,11 +223,11 @@ Info 1 [00:01:04.000] request: "seq": 1, "type": "request" } -Info 2 [00:01:05.000] Search path: /user/username/projects/myproject/main -Info 3 [00:01:06.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json -Info 4 [00:01:07.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json -Info 5 [00:01:08.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 6 [00:01:09.000] Config: /user/username/projects/myproject/main/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/main/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/main/main.ts" ], @@ -244,10 +244,10 @@ Info 6 [00:01:09.000] Config: /user/username/projects/myproject/main/tsconfig } ] } -Info 7 [00:01:10.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 8 [00:01:11.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory -Info 9 [00:01:12.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 10 [00:01:13.000] Config: /user/username/projects/myproject/dependency/tsconfig.json : { +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main 1 undefined Config: /user/username/projects/myproject/main/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/dependency/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/dependency/FnS.ts" ], @@ -258,20 +258,22 @@ Info 10 [00:01:13.000] Config: /user/username/projects/myproject/dependency/ts "configFilePath": "/user/username/projects/myproject/dependency/tsconfig.json" } } -Info 11 [00:01:14.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file -Info 12 [00:01:15.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 13 [00:01:16.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory -Info 14 [00:01:17.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 15 [00:01:18.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations -Info 16 [00:01:19.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info -Info 17 [00:01:20.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 18 [00:01:21.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 19 [00:01:22.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 20 [00:01:23.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 21 [00:01:24.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots -Info 22 [00:01:25.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:01:26.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 24 [00:01:27.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency 1 undefined Config: /user/username/projects/myproject/dependency/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/fns.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/decls/fns.d.ts Text-1 "export declare function fn1(): void;\nexport declare function fn2(): void;\nexport declare function fn3(): void;\nexport declare function fn4(): void;\nexport declare function fn5(): void;\n//# sourceMappingURL=FnS.d.ts.map" /user/username/projects/myproject/main/main.ts SVC-1-0 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\n" @@ -284,17 +286,17 @@ Info 24 [00:01:27.000] Files (3) main.ts Matched by default include pattern '**/*' -Info 25 [00:01:28.000] ----------------------------------------------- -Info 26 [00:01:29.000] Search path: /user/username/projects/myproject/main -Info 27 [00:01:30.000] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. -Info 28 [00:01:31.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 28 [00:01:32.000] Files (3) - -Info 28 [00:01:33.000] ----------------------------------------------- -Info 28 [00:01:34.000] Open files: -Info 28 [00:01:35.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 28 [00:01:36.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 28 [00:01:37.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/main +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/main/tsconfig.json :: No config files found. +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -305,6 +307,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/main/tsconfig.json: *new* @@ -326,7 +330,7 @@ FsWatchesRecursive:: Before request -Info 29 [00:01:38.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -335,11 +339,11 @@ Info 29 [00:01:38.000] request: "seq": 2, "type": "request" } -Info 30 [00:01:39.000] Search path: /user/username/projects/myproject/random -Info 31 [00:01:40.000] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json -Info 32 [00:01:41.000] Creating configuration project /user/username/projects/myproject/random/tsconfig.json -Info 33 [00:01:42.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file -Info 34 [00:01:43.000] Config: /user/username/projects/myproject/random/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/random +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/random/random.ts :: Config file name: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/random/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/random/random.ts" ], @@ -347,16 +351,18 @@ Info 34 [00:01:43.000] Config: /user/username/projects/myproject/random/tsconf "configFilePath": "/user/username/projects/myproject/random/tsconfig.json" } } -Info 35 [00:01:44.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 36 [00:01:45.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory -Info 37 [00:01:46.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json -Info 38 [00:01:47.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 39 [00:01:48.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 40 [00:01:49.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 41 [00:01:50.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots -Info 42 [00:01:51.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 43 [00:01:52.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 44 [00:01:53.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random 1 undefined Config: /user/username/projects/myproject/random/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/random/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/random/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/random/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/random/random.ts SVC-1-0 "let a = 10;" @@ -366,21 +372,21 @@ Info 44 [00:01:53.000] Files (2) random.ts Matched by default include pattern '**/*' -Info 45 [00:01:54.000] ----------------------------------------------- -Info 46 [00:01:55.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 46 [00:01:56.000] Files (3) - -Info 46 [00:01:57.000] ----------------------------------------------- -Info 46 [00:01:58.000] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) -Info 46 [00:01:59.000] Files (2) - -Info 46 [00:02:00.000] ----------------------------------------------- -Info 46 [00:02:01.000] Open files: -Info 46 [00:02:02.000] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined -Info 46 [00:02:03.000] Projects: /user/username/projects/myproject/main/tsconfig.json -Info 46 [00:02:04.000] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined -Info 46 [00:02:05.000] Projects: /user/username/projects/myproject/random/tsconfig.json -Info 46 [00:02:06.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/random/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/main/main.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/random/random.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/random/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -391,6 +397,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: *new* {"pollingInterval":500} @@ -418,7 +426,7 @@ FsWatchesRecursive:: Before request -Info 47 [00:02:07.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -429,9 +437,9 @@ Info 47 [00:02:07.000] request: "seq": 3, "type": "request" } -Info 48 [00:02:08.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info -Info 49 [00:02:09.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info -Info 50 [00:02:10.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/decls/FnS.d.ts.map 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/dependency/FnS.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -475,6 +483,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/random/node_modules/@types: {"pollingInterval":500} @@ -506,7 +516,7 @@ FsWatchesRecursive:: Before request -Info 51 [00:02:11.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "change", "arguments": { @@ -520,7 +530,7 @@ Info 51 [00:02:11.000] request: "seq": 4, "type": "request" } -Info 52 [00:02:12.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -528,7 +538,7 @@ After request Before request -Info 53 [00:02:13.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -539,16 +549,16 @@ Info 53 [00:02:13.000] request: "seq": 5, "type": "request" } -Info 54 [00:02:14.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json -Info 55 [00:02:15.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 56 [00:02:16.000] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) -Info 57 [00:02:17.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/main/tsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/main/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/decls/fns.d.ts Text-1 "export declare function fn1(): void;\nexport declare function fn2(): void;\nexport declare function fn3(): void;\nexport declare function fn4(): void;\nexport declare function fn5(): void;\n//# sourceMappingURL=FnS.d.ts.map" /user/username/projects/myproject/main/main.ts SVC-1-1 "import {\n fn1,\n fn2,\n fn3,\n fn4,\n fn5\n} from '../decls/fns'\n\nfn1();\nfn2();\nfn3();\nfn4();\nfn5();\nconst x = 10;" -Info 58 [00:02:18.000] ----------------------------------------------- -Info 59 [00:02:19.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -589,7 +599,7 @@ After request Before request -Info 60 [00:02:20.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -600,7 +610,7 @@ Info 60 [00:02:20.000] request: "seq": 6, "type": "request" } -Info 61 [00:02:21.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -641,7 +651,7 @@ After request Before request -Info 62 [00:02:22.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -652,7 +662,7 @@ Info 62 [00:02:22.000] request: "seq": 7, "type": "request" } -Info 63 [00:02:23.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -693,7 +703,7 @@ After request Before request -Info 64 [00:02:24.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -704,7 +714,7 @@ Info 64 [00:02:24.000] request: "seq": 8, "type": "request" } -Info 65 [00:02:25.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ @@ -745,7 +755,7 @@ After request Before request -Info 66 [00:02:26.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "definitionAndBoundSpan", "arguments": { @@ -756,7 +766,7 @@ Info 66 [00:02:26.000] request: "seq": 9, "type": "request" } -Info 67 [00:02:27.000] response: +Info seq [hh:mm:ss:mss] response: { "response": { "definitions": [ diff --git a/tests/baselines/reference/tsserver/projects/File-in-multiple-projects-at-opened-and-closed-correctly.js b/tests/baselines/reference/tsserver/projects/File-in-multiple-projects-at-opened-and-closed-correctly.js index 49d91b4dfc070..6dd1fe15ab26e 100644 --- a/tests/baselines/reference/tsserver/projects/File-in-multiple-projects-at-opened-and-closed-correctly.js +++ b/tests/baselines/reference/tsserver/projects/File-in-multiple-projects-at-opened-and-closed-correctly.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:17.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/a/b/app.ts] let x = 1; @@ -14,11 +14,11 @@ let x = 1; {} -Info 1 [00:00:18.000] Search path: /a/c -Info 2 [00:00:19.000] For info: /a/c/f.ts :: Config file name: /a/c/tsconfig.json -Info 3 [00:00:20.000] Creating configuration project /a/c/tsconfig.json -Info 4 [00:00:21.000] FileWatcher:: Added:: WatchInfo: /a/c/tsconfig.json 2000 undefined Project: /a/c/tsconfig.json WatchType: Config file -Info 5 [00:00:22.000] Config: /a/c/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a/c +Info seq [hh:mm:ss:mss] For info: /a/c/f.ts :: Config file name: /a/c/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/c/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/c/tsconfig.json 2000 undefined Project: /a/c/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/c/tsconfig.json : { "rootNames": [ "/a/c/f.ts" ], @@ -26,16 +26,14 @@ Info 5 [00:00:22.000] Config: /a/c/tsconfig.json : { "configFilePath": "/a/c/tsconfig.json" } } -Info 6 [00:00:23.000] DirectoryWatcher:: Added:: WatchInfo: /a/c 1 undefined Config: /a/c/tsconfig.json WatchType: Wild card directory -Info 7 [00:00:24.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/c 1 undefined Config: /a/c/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:25.000] Starting updateGraphWorker: Project: /a/c/tsconfig.json -Info 9 [00:00:26.000] FileWatcher:: Added:: WatchInfo: /a/b/app.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:27.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/c/tsconfig.json WatchType: Missing file -Info 11 [00:00:28.000] DirectoryWatcher:: Added:: WatchInfo: /a/c/node_modules/@types 1 undefined Project: /a/c/tsconfig.json WatchType: Type roots -Info 12 [00:00:29.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/c/node_modules/@types 1 undefined Project: /a/c/tsconfig.json WatchType: Type roots -Info 13 [00:00:30.000] Finishing updateGraphWorker: Project: /a/c/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 14 [00:00:31.000] Project '/a/c/tsconfig.json' (Configured) -Info 15 [00:00:32.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/c 1 undefined Config: /a/c/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/c 1 undefined Config: /a/c/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/c/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/app.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/c/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/c/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/c/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/b/app.ts Text-1 "let x = 1;" /a/c/f.ts SVC-1-0 "/// " @@ -45,21 +43,21 @@ Info 15 [00:00:32.000] Files (2) f.ts Matched by default include pattern '**/*' -Info 16 [00:00:33.000] ----------------------------------------------- -Info 17 [00:00:34.000] Project '/a/c/tsconfig.json' (Configured) -Info 17 [00:00:35.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/c/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 17 [00:00:36.000] ----------------------------------------------- -Info 17 [00:00:37.000] Open files: -Info 17 [00:00:38.000] FileName: /a/c/f.ts ProjectRootPath: undefined -Info 17 [00:00:39.000] Projects: /a/c/tsconfig.json +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/c/f.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/c/tsconfig.json Configured project: /a/c/tsconfig.json hasOpenRef:: true isClosed: false -Info 17 [00:00:40.000] FileWatcher:: Close:: WatchInfo: /a/b/app.ts 500 undefined WatchType: Closed Script info -Info 18 [00:00:41.000] Search path: /a/b -Info 19 [00:00:42.000] For info: /a/b/app.ts :: Config file name: /a/b/tsconfig.json -Info 20 [00:00:43.000] Creating configuration project /a/b/tsconfig.json -Info 21 [00:00:44.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 22 [00:00:45.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/app.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/app.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/b/tsconfig.json : { "rootNames": [ "/a/b/app.ts" ], @@ -67,87 +65,83 @@ Info 22 [00:00:45.000] Config: /a/b/tsconfig.json : { "configFilePath": "/a/b/tsconfig.json" } } -Info 23 [00:00:46.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 24 [00:00:47.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 25 [00:00:48.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 26 [00:00:49.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 27 [00:00:50.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 28 [00:00:51.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 29 [00:00:52.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 30 [00:00:53.000] Project '/a/b/tsconfig.json' (Configured) -Info 31 [00:00:54.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/b/app.ts Text-1 "let x = 1;" app.ts Matched by default include pattern '**/*' -Info 32 [00:00:55.000] ----------------------------------------------- -Info 33 [00:00:56.000] Project '/a/c/tsconfig.json' (Configured) -Info 33 [00:00:57.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/c/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 33 [00:00:58.000] ----------------------------------------------- -Info 33 [00:00:59.000] Project '/a/b/tsconfig.json' (Configured) -Info 33 [00:01:00.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 33 [00:01:01.000] ----------------------------------------------- -Info 33 [00:01:02.000] Open files: -Info 33 [00:01:03.000] FileName: /a/c/f.ts ProjectRootPath: undefined -Info 33 [00:01:04.000] Projects: /a/c/tsconfig.json -Info 33 [00:01:05.000] FileName: /a/b/app.ts ProjectRootPath: undefined -Info 33 [00:01:06.000] Projects: /a/c/tsconfig.json,/a/b/tsconfig.json +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/c/f.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/c/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /a/b/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/c/tsconfig.json,/a/b/tsconfig.json Configured project: /a/c/tsconfig.json hasOpenRef:: true isClosed: false Configured project: /a/b/tsconfig.json hasOpenRef:: true isClosed: false -Info 33 [00:01:07.000] FileWatcher:: Added:: WatchInfo: /a/c/f.ts 500 undefined WatchType: Closed Script info -Info 34 [00:01:08.000] Project '/a/c/tsconfig.json' (Configured) -Info 34 [00:01:09.000] Files (2) - -Info 34 [00:01:10.000] ----------------------------------------------- -Info 34 [00:01:11.000] Project '/a/b/tsconfig.json' (Configured) -Info 34 [00:01:12.000] Files (1) - -Info 34 [00:01:13.000] ----------------------------------------------- -Info 34 [00:01:14.000] Open files: -Info 34 [00:01:15.000] FileName: /a/b/app.ts ProjectRootPath: undefined -Info 34 [00:01:16.000] Projects: /a/c/tsconfig.json,/a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/c/f.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/a/c/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/c/tsconfig.json,/a/b/tsconfig.json Configured project: /a/c/tsconfig.json hasOpenRef:: false isClosed: false Configured project: /a/b/tsconfig.json hasOpenRef:: true isClosed: false -Info 34 [00:01:17.000] FileWatcher:: Added:: WatchInfo: /a/b/app.ts 500 undefined WatchType: Closed Script info -Info 35 [00:01:18.000] Project '/a/c/tsconfig.json' (Configured) -Info 35 [00:01:19.000] Files (2) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/app.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/a/c/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 35 [00:01:20.000] ----------------------------------------------- -Info 35 [00:01:21.000] Project '/a/b/tsconfig.json' (Configured) -Info 35 [00:01:22.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 35 [00:01:23.000] ----------------------------------------------- -Info 35 [00:01:24.000] Open files: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: Configured project: /a/c/tsconfig.json hasOpenRef:: false isClosed: false Configured project: /a/b/tsconfig.json hasOpenRef:: false isClosed: false -Info 35 [00:01:25.000] FileWatcher:: Close:: WatchInfo: /a/c/f.ts 500 undefined WatchType: Closed Script info -Info 36 [00:01:26.000] Search path: /a/c -Info 37 [00:01:27.000] For info: /a/c/f.ts :: Config file name: /a/c/tsconfig.json -Info 38 [00:01:28.000] `remove Project:: -Info 39 [00:01:29.000] Project '/a/b/tsconfig.json' (Configured) -Info 40 [00:01:30.000] Files (1) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/c/f.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /a/c +Info seq [hh:mm:ss:mss] For info: /a/c/f.ts :: Config file name: /a/c/tsconfig.json +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a/b/app.ts app.ts Matched by default include pattern '**/*' -Info 41 [00:01:31.000] ----------------------------------------------- -Info 42 [00:01:32.000] DirectoryWatcher:: Close:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 43 [00:01:33.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 44 [00:01:34.000] FileWatcher:: Close:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 45 [00:01:35.000] DirectoryWatcher:: Close:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 46 [00:01:36.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 47 [00:01:37.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 48 [00:01:38.000] Project '/a/c/tsconfig.json' (Configured) -Info 48 [00:01:39.000] Files (2) - -Info 48 [00:01:40.000] ----------------------------------------------- -Info 48 [00:01:41.000] Open files: -Info 48 [00:01:42.000] FileName: /a/c/f.ts ProjectRootPath: undefined -Info 48 [00:01:43.000] Projects: /a/c/tsconfig.json +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Project '/a/c/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/c/f.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/c/tsconfig.json Configured project: /a/c/tsconfig.json hasOpenRef:: true isClosed: false \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/projects/Orphan-source-files-are-handled-correctly-on-watch-trigger.js b/tests/baselines/reference/tsserver/projects/Orphan-source-files-are-handled-correctly-on-watch-trigger.js index 600d5a9a07d20..556b62cb5d16a 100644 --- a/tests/baselines/reference/tsserver/projects/Orphan-source-files-are-handled-correctly-on-watch-trigger.js +++ b/tests/baselines/reference/tsserver/projects/Orphan-source-files-are-handled-correctly-on-watch-trigger.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:25.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/user/username/projects/myproject/src/file1.ts] export let x = 10; @@ -24,11 +24,11 @@ interface Array { length: number; [n: number]: T; } {"files":["src/file1.ts","src/file2.ts"]} -Info 1 [00:00:26.000] Search path: /user/username/projects/myproject/src -Info 2 [00:00:27.000] For info: /user/username/projects/myproject/src/file1.ts :: Config file name: /user/username/projects/myproject/tsconfig.json -Info 3 [00:00:28.000] Creating configuration project /user/username/projects/myproject/tsconfig.json -Info 4 [00:00:29.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 5 [00:00:30.000] Config: /user/username/projects/myproject/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/src +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/src/file1.ts :: Config file name: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/src/file1.ts", "/user/username/projects/myproject/src/file2.ts" @@ -37,14 +37,16 @@ Info 5 [00:00:30.000] Config: /user/username/projects/myproject/tsconfig.json "configFilePath": "/user/username/projects/myproject/tsconfig.json" } } -Info 6 [00:00:31.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/file2.ts 500 undefined WatchType: Closed Script info -Info 7 [00:00:32.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 8 [00:00:33.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 9 [00:00:34.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 10 [00:00:35.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots -Info 11 [00:00:36.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 12 [00:00:37.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 13 [00:00:38.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/file2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/file1.ts SVC-1-0 "export let x = 10;" /user/username/projects/myproject/src/file2.ts Text-1 "export let y = 10;" @@ -57,18 +59,18 @@ Info 13 [00:00:38.000] Files (3) src/file2.ts Part of 'files' list in tsconfig.json -Info 14 [00:00:39.000] ----------------------------------------------- -Info 15 [00:00:40.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 15 [00:00:41.000] Files (3) - -Info 15 [00:00:42.000] ----------------------------------------------- -Info 15 [00:00:43.000] Open files: -Info 15 [00:00:44.000] FileName: /user/username/projects/myproject/src/file1.ts ProjectRootPath: undefined -Info 15 [00:00:45.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 15 [00:00:49.000] FileWatcher:: Triggered with /user/username/projects/myproject/tsconfig.json 1:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file -Info 16 [00:00:50.000] Scheduled: /user/username/projects/myproject/tsconfig.json -Info 17 [00:00:51.000] Scheduled: *ensureProjectForOpenFiles* -Info 18 [00:00:52.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/tsconfig.json 1:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/tsconfig.json 1:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/tsconfig.json 1:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file Before running Timeout callback:: count: 2 1: /user/username/projects/myproject/tsconfig.json 2: *ensureProjectForOpenFiles* @@ -79,6 +81,8 @@ Before running Timeout callback:: count: 2 PolledWatches:: /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/tsconfig.json: *new* @@ -88,9 +92,9 @@ FsWatches:: /a/lib/lib.d.ts: *new* {} -Info 19 [00:00:53.000] Running: /user/username/projects/myproject/tsconfig.json -Info 20 [00:00:54.000] Reloading configured project /user/username/projects/myproject/tsconfig.json -Info 21 [00:00:55.000] Config: /user/username/projects/myproject/tsconfig.json : { +Info seq [hh:mm:ss:mss] Running: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Reloading configured project /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/src/file1.ts" ], @@ -98,10 +102,10 @@ Info 21 [00:00:55.000] Config: /user/username/projects/myproject/tsconfig.json "configFilePath": "/user/username/projects/myproject/tsconfig.json" } } -Info 22 [00:00:56.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json -Info 23 [00:00:57.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 24 [00:00:58.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 25 [00:00:59.000] Files (2) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/src/file1.ts SVC-1-0 "export let x = 10;" @@ -111,29 +115,29 @@ Info 25 [00:00:59.000] Files (2) src/file1.ts Part of 'files' list in tsconfig.json -Info 26 [00:01:00.000] ----------------------------------------------- -Info 27 [00:01:01.000] Running: *ensureProjectForOpenFiles* -Info 28 [00:01:02.000] Before ensureProjectForOpenFiles: -Info 29 [00:01:03.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 29 [00:01:04.000] Files (2) - -Info 29 [00:01:05.000] ----------------------------------------------- -Info 29 [00:01:06.000] Open files: -Info 29 [00:01:07.000] FileName: /user/username/projects/myproject/src/file1.ts ProjectRootPath: undefined -Info 29 [00:01:08.000] Projects: /user/username/projects/myproject/tsconfig.json -Info 29 [00:01:09.000] After ensureProjectForOpenFiles: -Info 30 [00:01:10.000] Project '/user/username/projects/myproject/tsconfig.json' (Configured) -Info 30 [00:01:11.000] Files (2) - -Info 30 [00:01:12.000] ----------------------------------------------- -Info 30 [00:01:13.000] Open files: -Info 30 [00:01:14.000] FileName: /user/username/projects/myproject/src/file1.ts ProjectRootPath: undefined -Info 30 [00:01:15.000] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/src/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json After running Timeout callback:: count: 0 Containing projects for /user/username/projects/myproject/src/file2.ts:: -Info 30 [00:01:19.000] FileWatcher:: Triggered with /user/username/projects/myproject/src/file2.ts 1:: WatchInfo: /user/username/projects/myproject/src/file2.ts 500 undefined WatchType: Closed Script info -Info 31 [00:01:20.000] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/src/file2.ts 1:: WatchInfo: /user/username/projects/myproject/src/file2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /user/username/projects/myproject/src/file2.ts 1:: WatchInfo: /user/username/projects/myproject/src/file2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /user/username/projects/myproject/src/file2.ts 1:: WatchInfo: /user/username/projects/myproject/src/file2.ts 500 undefined WatchType: Closed Script info Before running Timeout callback:: count: 0 //// [/user/username/projects/myproject/src/file2.ts] export let y = 10;export let z = 10; diff --git a/tests/baselines/reference/tsserver/projects/Properly-handle-Windows-style-outDir.js b/tests/baselines/reference/tsserver/projects/Properly-handle-Windows-style-outDir.js index b60b66fbce91e..de0825f404ac1 100644 --- a/tests/baselines/reference/tsserver/projects/Properly-handle-Windows-style-outDir.js +++ b/tests/baselines/reference/tsserver/projects/Properly-handle-Windows-style-outDir.js @@ -1,5 +1,5 @@ currentDirectory:: c:/ useCaseSensitiveFileNames: false -Info 0 [00:00:09.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [C:/a/f1.ts] let x = 1; @@ -8,11 +8,11 @@ let x = 1; {"compilerOptions":{"outDir":"C:\\a\\b"},"include":["*.ts"]} -Info 1 [00:00:10.000] Search path: C:/a -Info 2 [00:00:11.000] For info: C:/a/f1.ts :: Config file name: C:/a/tsconfig.json -Info 3 [00:00:12.000] Creating configuration project C:/a/tsconfig.json -Info 4 [00:00:13.000] FileWatcher:: Added:: WatchInfo: C:/a/tsconfig.json 2000 undefined Project: C:/a/tsconfig.json WatchType: Config file -Info 5 [00:00:14.000] Config: C:/a/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: C:/a +Info seq [hh:mm:ss:mss] For info: C:/a/f1.ts :: Config file name: C:/a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project C:/a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: C:/a/tsconfig.json 2000 undefined Project: C:/a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: C:/a/tsconfig.json : { "rootNames": [ "C:/a/f1.ts" ], @@ -21,26 +21,26 @@ Info 5 [00:00:14.000] Config: C:/a/tsconfig.json : { "configFilePath": "C:/a/tsconfig.json" } } -Info 6 [00:00:15.000] DirectoryWatcher:: Added:: WatchInfo: c:/a 0 undefined Config: C:/a/tsconfig.json WatchType: Wild card directory -Info 7 [00:00:16.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: c:/a 0 undefined Config: C:/a/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:17.000] Starting updateGraphWorker: Project: C:/a/tsconfig.json -Info 9 [00:00:18.000] FileWatcher:: Added:: WatchInfo: c:/a/lib/lib.d.ts 500 undefined Project: C:/a/tsconfig.json WatchType: Missing file -Info 10 [00:00:19.000] DirectoryWatcher:: Added:: WatchInfo: C:/a/node_modules/@types 1 undefined Project: C:/a/tsconfig.json WatchType: Type roots -Info 11 [00:00:20.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: C:/a/node_modules/@types 1 undefined Project: C:/a/tsconfig.json WatchType: Type roots -Info 12 [00:00:21.000] Finishing updateGraphWorker: Project: C:/a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 13 [00:00:22.000] Project 'C:/a/tsconfig.json' (Configured) -Info 14 [00:00:23.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: c:/a 0 undefined Config: C:/a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: c:/a 0 undefined Config: C:/a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: C:/a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: c:/a/lib/lib.d.ts 500 undefined Project: C:/a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: C:/a/node_modules/@types 1 undefined Project: C:/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: C:/a/node_modules/@types 1 undefined Project: C:/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: C:/a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project 'C:/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) C:/a/f1.ts SVC-1-0 "let x = 1;" f1.ts Matched by include pattern '*.ts' in 'tsconfig.json' -Info 15 [00:00:24.000] ----------------------------------------------- -Info 16 [00:00:25.000] Project 'C:/a/tsconfig.json' (Configured) -Info 16 [00:00:26.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project 'C:/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 16 [00:00:27.000] ----------------------------------------------- -Info 16 [00:00:28.000] Open files: -Info 16 [00:00:29.000] FileName: C:/a/f1.ts ProjectRootPath: undefined -Info 16 [00:00:30.000] Projects: C:/a/tsconfig.json \ No newline at end of file +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: C:/a/f1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: C:/a/tsconfig.json \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/projects/assert-when-removing-project.js b/tests/baselines/reference/tsserver/projects/assert-when-removing-project.js index f41f4693224f7..6b46d52d0e18a 100644 --- a/tests/baselines/reference/tsserver/projects/assert-when-removing-project.js +++ b/tests/baselines/reference/tsserver/projects/assert-when-removing-project.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:15.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/a/b/commonFile1.ts] let x = 1 @@ -21,15 +21,13 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:16.000] Search path: /a/b -Info 2 [00:00:17.000] For info: /a/b/commonFile1.ts :: No config files found. -Info 3 [00:00:18.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 4 [00:00:19.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 5 [00:00:20.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 6 [00:00:21.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 7 [00:00:22.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 8 [00:00:23.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 9 [00:00:24.000] Files (2) +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/commonFile1.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/commonFile1.ts SVC-1-0 "let x = 1" @@ -39,18 +37,18 @@ Info 9 [00:00:24.000] Files (2) commonFile1.ts Root file specified for compilation -Info 10 [00:00:25.000] ----------------------------------------------- -Info 11 [00:00:26.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 11 [00:00:27.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 11 [00:00:28.000] ----------------------------------------------- -Info 11 [00:00:29.000] Open files: -Info 11 [00:00:30.000] FileName: /a/b/commonFile1.ts ProjectRootPath: undefined -Info 11 [00:00:31.000] Projects: /dev/null/inferredProject1* -Info 11 [00:00:32.000] FileWatcher:: Added:: WatchInfo: /a/b/commonFile2.ts 500 undefined WatchType: Closed Script info -Info 12 [00:00:33.000] FileWatcher:: Added:: WatchInfo: /a/b/commonFile1.ts 500 undefined WatchType: Closed Script info -Info 13 [00:00:34.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 13 [00:00:35.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/commonFile1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/commonFile2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/commonFile1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 13 [00:00:36.000] ----------------------------------------------- -Info 13 [00:00:37.000] Open files: \ No newline at end of file +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/projects/changes-in-closed-files-are-reflected-in-project-structure.js b/tests/baselines/reference/tsserver/projects/changes-in-closed-files-are-reflected-in-project-structure.js index 4b97179fc74c2..6c2e130b8de37 100644 --- a/tests/baselines/reference/tsserver/projects/changes-in-closed-files-are-reflected-in-project-structure.js +++ b/tests/baselines/reference/tsserver/projects/changes-in-closed-files-are-reflected-in-project-structure.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:15.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/a/b/f1.ts] export * from "./f2" @@ -11,16 +11,14 @@ export let x = 1 export let y = 1; -Info 1 [00:00:16.000] Search path: /a/b -Info 2 [00:00:17.000] For info: /a/b/f1.ts :: No config files found. -Info 3 [00:00:18.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 4 [00:00:19.000] FileWatcher:: Added:: WatchInfo: /a/b/f2.ts 500 undefined WatchType: Closed Script info -Info 5 [00:00:20.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 6 [00:00:21.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 7 [00:00:22.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 8 [00:00:23.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 9 [00:00:24.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 10 [00:00:25.000] Files (2) +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/f1.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/f2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/b/f2.ts Text-1 "export let x = 1" /a/b/f1.ts SVC-1-0 "export * from \"./f2\"" @@ -30,47 +28,45 @@ Info 10 [00:00:25.000] Files (2) f1.ts Root file specified for compilation -Info 11 [00:00:26.000] ----------------------------------------------- -Info 12 [00:00:27.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 12 [00:00:28.000] Files (2) - -Info 12 [00:00:29.000] ----------------------------------------------- -Info 12 [00:00:30.000] Open files: -Info 12 [00:00:31.000] FileName: /a/b/f1.ts ProjectRootPath: undefined -Info 12 [00:00:32.000] Projects: /dev/null/inferredProject1* -Info 12 [00:00:33.000] Search path: /a/c -Info 13 [00:00:34.000] For info: /a/c/f3.ts :: No config files found. -Info 14 [00:00:35.000] Starting updateGraphWorker: Project: /dev/null/inferredProject2* -Info 15 [00:00:36.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject2* WatchType: Missing file -Info 16 [00:00:37.000] DirectoryWatcher:: Added:: WatchInfo: /a/c/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 17 [00:00:38.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/c/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 18 [00:00:39.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 19 [00:00:40.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 20 [00:00:41.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/f1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Search path: /a/c +Info seq [hh:mm:ss:mss] For info: /a/c/f3.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject2* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /a/c/f3.ts SVC-1-0 "export let y = 1;" f3.ts Root file specified for compilation -Info 21 [00:00:42.000] ----------------------------------------------- -Info 22 [00:00:43.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 22 [00:00:44.000] Files (2) - -Info 22 [00:00:45.000] ----------------------------------------------- -Info 22 [00:00:46.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 22 [00:00:47.000] Files (1) - -Info 22 [00:00:48.000] ----------------------------------------------- -Info 22 [00:00:49.000] Open files: -Info 22 [00:00:50.000] FileName: /a/b/f1.ts ProjectRootPath: undefined -Info 22 [00:00:51.000] Projects: /dev/null/inferredProject1* -Info 22 [00:00:52.000] FileName: /a/c/f3.ts ProjectRootPath: undefined -Info 22 [00:00:53.000] Projects: /dev/null/inferredProject2* -Info 22 [00:00:57.000] FileWatcher:: Triggered with /a/b/f2.ts 1:: WatchInfo: /a/b/f2.ts 500 undefined WatchType: Closed Script info -Info 23 [00:00:58.000] Scheduled: /dev/null/inferredProject1* -Info 24 [00:00:59.000] Scheduled: *ensureProjectForOpenFiles* -Info 25 [00:01:00.000] Elapsed:: *ms FileWatcher:: Triggered with /a/b/f2.ts 1:: WatchInfo: /a/b/f2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/f1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /a/c/f3.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /a/b/f2.ts 1:: WatchInfo: /a/b/f2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /a/b/f2.ts 1:: WatchInfo: /a/b/f2.ts 500 undefined WatchType: Closed Script info Before running Timeout callback:: count: 2 1: /dev/null/inferredProject1* 2: *ensureProjectForOpenFiles* @@ -81,20 +77,16 @@ export * from "../c/f3" PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/b/node_modules/@types: *new* - {"pollingInterval":500} -/a/c/node_modules/@types: *new* - {"pollingInterval":500} FsWatches:: /a/b/f2.ts: *new* {} -Info 26 [00:01:01.000] Running: /dev/null/inferredProject1* -Info 27 [00:01:02.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 28 [00:01:03.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms -Info 29 [00:01:04.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 30 [00:01:05.000] Files (3) +Info seq [hh:mm:ss:mss] Running: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: true structureIsReused:: SafeModules Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) /a/c/f3.ts SVC-1-0 "export let y = 1;" /a/b/f2.ts Text-2 "export * from \"../c/f3\"" /a/b/f1.ts SVC-1-0 "export * from \"./f2\"" @@ -107,45 +99,45 @@ Info 30 [00:01:05.000] Files (3) f1.ts Root file specified for compilation -Info 31 [00:01:06.000] ----------------------------------------------- -Info 32 [00:01:07.000] Running: *ensureProjectForOpenFiles* -Info 33 [00:01:08.000] Before ensureProjectForOpenFiles: -Info 34 [00:01:09.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 34 [00:01:10.000] Files (3) - -Info 34 [00:01:11.000] ----------------------------------------------- -Info 34 [00:01:12.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 34 [00:01:13.000] Files (1) - -Info 34 [00:01:14.000] ----------------------------------------------- -Info 34 [00:01:15.000] Open files: -Info 34 [00:01:16.000] FileName: /a/b/f1.ts ProjectRootPath: undefined -Info 34 [00:01:17.000] Projects: /dev/null/inferredProject1* -Info 34 [00:01:18.000] FileName: /a/c/f3.ts ProjectRootPath: undefined -Info 34 [00:01:19.000] Projects: /dev/null/inferredProject2*,/dev/null/inferredProject1* -Info 34 [00:01:20.000] Starting updateGraphWorker: Project: /dev/null/inferredProject2* -Info 35 [00:01:21.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject2* WatchType: Missing file -Info 36 [00:01:22.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 37 [00:01:23.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 38 [00:01:24.000] Files (0) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/f1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /a/c/f3.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject2*,/dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject2* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (0) -Info 39 [00:01:25.000] ----------------------------------------------- -Info 40 [00:01:26.000] After ensureProjectForOpenFiles: -Info 41 [00:01:27.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 41 [00:01:28.000] Files (3) - -Info 41 [00:01:29.000] ----------------------------------------------- -Info 41 [00:01:30.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 41 [00:01:31.000] Files (0) - -Info 41 [00:01:32.000] ----------------------------------------------- -Info 41 [00:01:33.000] Open files: -Info 41 [00:01:34.000] FileName: /a/b/f1.ts ProjectRootPath: undefined -Info 41 [00:01:35.000] Projects: /dev/null/inferredProject1* -Info 41 [00:01:36.000] FileName: /a/c/f3.ts ProjectRootPath: undefined -Info 41 [00:01:37.000] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (0) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/f1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /a/c/f3.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* After running Timeout callback:: count: 0 Inferred project: /dev/null/inferredProject1* isOrphan:: false isClosed: false diff --git a/tests/baselines/reference/tsserver/projects/clear-mixed-content-file-after-closing.js b/tests/baselines/reference/tsserver/projects/clear-mixed-content-file-after-closing.js index 7045a6e51e8c0..bed20384592f2 100644 --- a/tests/baselines/reference/tsserver/projects/clear-mixed-content-file-after-closing.js +++ b/tests/baselines/reference/tsserver/projects/clear-mixed-content-file-after-closing.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:15.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/b/app.ts] @@ -21,7 +21,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:16.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "openExternalProject", "arguments": { @@ -40,14 +40,12 @@ Info 1 [00:00:16.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:17.000] FileWatcher:: Added:: WatchInfo: /a/b/app.ts 500 undefined WatchType: Closed Script info -Info 3 [00:00:18.000] Starting updateGraphWorker: Project: /a/b/project -Info 4 [00:00:19.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 5 [00:00:20.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/project WatchType: Type roots -Info 6 [00:00:21.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/project WatchType: Type roots -Info 7 [00:00:22.000] Finishing updateGraphWorker: Project: /a/b/project Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 8 [00:00:23.000] Project '/a/b/project' (External) -Info 9 [00:00:24.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/app.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/project +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/project Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/project' (External) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/app.ts Text-1 " " /a/b/lib.html Text-1 "" @@ -60,18 +58,14 @@ Info 9 [00:00:24.000] Files (3) lib.html Root file specified for compilation -Info 10 [00:00:25.000] ----------------------------------------------- -Info 11 [00:00:26.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true } After request -PolledWatches:: -/a/b/node_modules/@types: *new* - {"pollingInterval":500} - FsWatches:: /a/b/app.ts: *new* {} @@ -80,7 +74,7 @@ FsWatches:: Before request -Info 12 [00:00:27.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -89,24 +83,20 @@ Info 12 [00:00:27.000] request: "seq": 2, "type": "request" } -Info 13 [00:00:28.000] FileWatcher:: Close:: WatchInfo: /a/b/app.ts 500 undefined WatchType: Closed Script info -Info 14 [00:00:29.000] Project '/a/b/project' (External) -Info 14 [00:00:30.000] Files (3) +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/app.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/a/b/project' (External) +Info seq [hh:mm:ss:mss] Files (3) -Info 14 [00:00:31.000] ----------------------------------------------- -Info 14 [00:00:32.000] Open files: -Info 14 [00:00:33.000] FileName: /a/b/app.ts ProjectRootPath: undefined -Info 14 [00:00:34.000] Projects: /a/b/project -Info 14 [00:00:35.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/project +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request -PolledWatches:: -/a/b/node_modules/@types: - {"pollingInterval":500} - FsWatches:: /a/lib/lib.d.ts: {} @@ -117,7 +107,7 @@ FsWatches *deleted*:: Before request -Info 15 [00:00:36.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -127,25 +117,25 @@ Info 15 [00:00:36.000] request: "seq": 3, "type": "request" } -Info 16 [00:00:37.000] Starting updateGraphWorker: Project: /a/b/project -Info 17 [00:00:38.000] Finishing updateGraphWorker: Project: /a/b/project Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 18 [00:00:39.000] Project '/a/b/project' (External) -Info 19 [00:00:40.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/project +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/project Version: 2 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/project' (External) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/app.ts Text-1 " " /a/b/lib.html SVC-2-0 "let somelongname: string" -Info 20 [00:00:41.000] ----------------------------------------------- -Info 21 [00:00:42.000] Project '/a/b/project' (External) -Info 21 [00:00:43.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/b/project' (External) +Info seq [hh:mm:ss:mss] Files (3) -Info 21 [00:00:44.000] ----------------------------------------------- -Info 21 [00:00:45.000] Open files: -Info 21 [00:00:46.000] FileName: /a/b/app.ts ProjectRootPath: undefined -Info 21 [00:00:47.000] Projects: /a/b/project -Info 21 [00:00:48.000] FileName: /a/b/lib.html ProjectRootPath: undefined -Info 21 [00:00:49.000] Projects: /a/b/project -Info 21 [00:00:50.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/project +Info seq [hh:mm:ss:mss] FileName: /a/b/lib.html ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/project +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -153,7 +143,7 @@ After request Before request -Info 22 [00:00:51.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "completionInfo", "arguments": { @@ -164,12 +154,12 @@ Info 22 [00:00:51.000] request: "seq": 4, "type": "request" } -Info 23 [00:00:52.000] getCompletionData: Get current token: * -Info 24 [00:00:53.000] getCompletionData: Is inside comment: * -Info 25 [00:00:54.000] getCompletionData: Get previous token: * -Info 26 [00:00:55.000] getCompletionData: Semantic work: * -Info 27 [00:00:56.000] getCompletionsAtPosition: getCompletionEntriesFromSymbols: * -Info 28 [00:00:57.000] response: +Info seq [hh:mm:ss:mss] getCompletionData: Get current token: * +Info seq [hh:mm:ss:mss] getCompletionData: Is inside comment: * +Info seq [hh:mm:ss:mss] getCompletionData: Get previous token: * +Info seq [hh:mm:ss:mss] getCompletionData: Semantic work: * +Info seq [hh:mm:ss:mss] getCompletionsAtPosition: getCompletionEntriesFromSymbols: * +Info seq [hh:mm:ss:mss] response: { "response": { "flags": 0, @@ -587,7 +577,7 @@ After request Before request -Info 29 [00:00:58.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -596,14 +586,14 @@ Info 29 [00:00:58.000] request: "seq": 5, "type": "request" } -Info 30 [00:00:59.000] Project '/a/b/project' (External) -Info 30 [00:01:00.000] Files (3) +Info seq [hh:mm:ss:mss] Project '/a/b/project' (External) +Info seq [hh:mm:ss:mss] Files (3) -Info 30 [00:01:01.000] ----------------------------------------------- -Info 30 [00:01:02.000] Open files: -Info 30 [00:01:03.000] FileName: /a/b/app.ts ProjectRootPath: undefined -Info 30 [00:01:04.000] Projects: /a/b/project -Info 30 [00:01:05.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/app.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/project +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -611,7 +601,7 @@ After request Before request -Info 31 [00:01:06.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "completionInfo", "arguments": { @@ -622,21 +612,21 @@ Info 31 [00:01:06.000] request: "seq": 6, "type": "request" } -Info 32 [00:01:07.000] Starting updateGraphWorker: Project: /a/b/project -Info 33 [00:01:08.000] Finishing updateGraphWorker: Project: /a/b/project Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms -Info 34 [00:01:09.000] Project '/a/b/project' (External) -Info 35 [00:01:10.000] Files (3) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/project +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/project Version: 3 structureChanged: false structureIsReused:: Completely Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/project' (External) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/app.ts Text-1 " " /a/b/lib.html Text-3 "" -Info 36 [00:01:11.000] ----------------------------------------------- -Info 37 [00:01:12.000] getCompletionData: Get current token: * -Info 38 [00:01:13.000] getCompletionData: Is inside comment: * -Info 39 [00:01:14.000] getCompletionData: Get previous token: * -Info 40 [00:01:15.000] getCompletionData: Semantic work: * -Info 41 [00:01:16.000] getCompletionsAtPosition: getCompletionEntriesFromSymbols: * -Info 42 [00:01:17.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] getCompletionData: Get current token: * +Info seq [hh:mm:ss:mss] getCompletionData: Is inside comment: * +Info seq [hh:mm:ss:mss] getCompletionData: Get previous token: * +Info seq [hh:mm:ss:mss] getCompletionData: Semantic work: * +Info seq [hh:mm:ss:mss] getCompletionsAtPosition: getCompletionEntriesFromSymbols: * +Info seq [hh:mm:ss:mss] response: { "response": { "flags": 0, diff --git a/tests/baselines/reference/tsserver/projects/config-file-is-deleted.js b/tests/baselines/reference/tsserver/projects/config-file-is-deleted.js index 1c32a02aeb743..f9459730b180b 100644 --- a/tests/baselines/reference/tsserver/projects/config-file-is-deleted.js +++ b/tests/baselines/reference/tsserver/projects/config-file-is-deleted.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:13.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/a/b/f1.ts] let x = 1; @@ -11,11 +11,11 @@ let y = 2; {"compilerOptions":{}} -Info 1 [00:00:14.000] Search path: /a/b -Info 2 [00:00:15.000] For info: /a/b/f1.ts :: Config file name: /a/b/tsconfig.json -Info 3 [00:00:16.000] Creating configuration project /a/b/tsconfig.json -Info 4 [00:00:17.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 5 [00:00:18.000] Config: /a/b/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/f1.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/b/tsconfig.json : { "rootNames": [ "/a/b/f1.ts", "/a/b/f2.ts" @@ -24,16 +24,14 @@ Info 5 [00:00:18.000] Config: /a/b/tsconfig.json : { "configFilePath": "/a/b/tsconfig.json" } } -Info 6 [00:00:19.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 7 [00:00:20.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:21.000] FileWatcher:: Added:: WatchInfo: /a/b/f2.ts 500 undefined WatchType: Closed Script info -Info 9 [00:00:22.000] Starting updateGraphWorker: Project: /a/b/tsconfig.json -Info 10 [00:00:23.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 11 [00:00:24.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 12 [00:00:25.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 13 [00:00:26.000] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 14 [00:00:27.000] Project '/a/b/tsconfig.json' (Configured) -Info 15 [00:00:28.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/f2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/b/f1.ts SVC-1-0 "let x = 1;" /a/b/f2.ts Text-1 "let y = 2;" @@ -43,30 +41,30 @@ Info 15 [00:00:28.000] Files (2) f2.ts Matched by default include pattern '**/*' -Info 16 [00:00:29.000] ----------------------------------------------- -Info 17 [00:00:30.000] Project '/a/b/tsconfig.json' (Configured) -Info 17 [00:00:31.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 17 [00:00:32.000] ----------------------------------------------- -Info 17 [00:00:33.000] Open files: -Info 17 [00:00:34.000] FileName: /a/b/f1.ts ProjectRootPath: undefined -Info 17 [00:00:35.000] Projects: /a/b/tsconfig.json -Info 17 [00:00:36.000] FileWatcher:: Close:: WatchInfo: /a/b/f2.ts 500 undefined WatchType: Closed Script info -Info 18 [00:00:37.000] Search path: /a/b -Info 19 [00:00:38.000] For info: /a/b/f2.ts :: Config file name: /a/b/tsconfig.json -Info 20 [00:00:39.000] Project '/a/b/tsconfig.json' (Configured) -Info 20 [00:00:40.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/f1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/f2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/f2.ts :: Config file name: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 20 [00:00:41.000] ----------------------------------------------- -Info 20 [00:00:42.000] Open files: -Info 20 [00:00:43.000] FileName: /a/b/f1.ts ProjectRootPath: undefined -Info 20 [00:00:44.000] Projects: /a/b/tsconfig.json -Info 20 [00:00:45.000] FileName: /a/b/f2.ts ProjectRootPath: undefined -Info 20 [00:00:46.000] Projects: /a/b/tsconfig.json -Info 20 [00:00:48.000] FileWatcher:: Triggered with /a/b/tsconfig.json 2:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 21 [00:00:49.000] `remove Project:: -Info 22 [00:00:50.000] Project '/a/b/tsconfig.json' (Configured) -Info 23 [00:00:51.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/f1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /a/b/f2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /a/b/tsconfig.json 2:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/a/b/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/b/f1.ts /a/b/f2.ts @@ -76,76 +74,69 @@ Info 23 [00:00:51.000] Files (2) f2.ts Matched by default include pattern '**/*' -Info 24 [00:00:52.000] ----------------------------------------------- -Info 25 [00:00:53.000] DirectoryWatcher:: Close:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 26 [00:00:54.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory -Info 27 [00:00:55.000] FileWatcher:: Close:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file -Info 28 [00:00:56.000] DirectoryWatcher:: Close:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 29 [00:00:57.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /a/b/tsconfig.json WatchType: Type roots -Info 30 [00:00:58.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file -Info 31 [00:00:59.000] Search path: /a/b -Info 32 [00:01:00.000] For info: /a/b/f1.ts :: No config files found. -Info 33 [00:01:01.000] Search path: /a/b -Info 34 [00:01:02.000] For info: /a/b/f2.ts :: No config files found. -Info 35 [00:01:03.000] Scheduled: *ensureProjectForOpenFiles* -Info 36 [00:01:04.000] Elapsed:: *ms FileWatcher:: Triggered with /a/b/tsconfig.json 2:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /a/b/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/f1.ts :: No config files found. +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/f2.ts :: No config files found. +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /a/b/tsconfig.json 2:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file Before running Timeout callback:: count: 1 1: *ensureProjectForOpenFiles* //// [/a/b/tsconfig.json] deleted -Info 37 [00:01:05.500] Running: *ensureProjectForOpenFiles* -Info 38 [00:01:06.500] Before ensureProjectForOpenFiles: -Info 39 [00:01:07.500] Open files: -Info 39 [00:01:08.500] FileName: /a/b/f1.ts ProjectRootPath: undefined -Info 39 [00:01:09.500] Projects: -Info 39 [00:01:10.500] FileName: /a/b/f2.ts ProjectRootPath: undefined -Info 39 [00:01:11.500] Projects: -Info 39 [00:01:12.500] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 40 [00:01:13.500] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 41 [00:01:14.500] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 42 [00:01:15.500] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 43 [00:01:16.500] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 44 [00:01:17.500] Project '/dev/null/inferredProject1*' (Inferred) -Info 45 [00:01:18.500] Files (1) +Host is moving to new time +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/f1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: +Info seq [hh:mm:ss:mss] FileName: /a/b/f2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /a/b/f1.ts SVC-1-0 "let x = 1;" f1.ts Root file specified for compilation -Info 46 [00:01:19.500] ----------------------------------------------- -Info 47 [00:01:20.500] Starting updateGraphWorker: Project: /dev/null/inferredProject2* -Info 48 [00:01:21.500] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject2* WatchType: Missing file -Info 49 [00:01:22.500] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 50 [00:01:23.500] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 51 [00:01:24.500] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 52 [00:01:25.500] Project '/dev/null/inferredProject2*' (Inferred) -Info 53 [00:01:26.500] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject2* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /a/b/f2.ts Text-1 "let y = 2;" f2.ts Root file specified for compilation -Info 54 [00:01:27.500] ----------------------------------------------- -Info 55 [00:01:28.500] After ensureProjectForOpenFiles: -Info 56 [00:01:29.500] Project '/dev/null/inferredProject1*' (Inferred) -Info 56 [00:01:30.500] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 56 [00:01:31.500] ----------------------------------------------- -Info 56 [00:01:32.500] Project '/dev/null/inferredProject2*' (Inferred) -Info 56 [00:01:33.500] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 56 [00:01:34.500] ----------------------------------------------- -Info 56 [00:01:35.500] Open files: -Info 56 [00:01:36.500] FileName: /a/b/f1.ts ProjectRootPath: undefined -Info 56 [00:01:37.500] Projects: /dev/null/inferredProject1* -Info 56 [00:01:38.500] FileName: /a/b/f2.ts ProjectRootPath: undefined -Info 56 [00:01:39.500] Projects: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/f1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /a/b/f2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject2* After running Timeout callback:: count: 0 PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/b/node_modules/@types: *new* - {"pollingInterval":500} diff --git a/tests/baselines/reference/tsserver/projects/correctly-migrate-files-between-projects.js b/tests/baselines/reference/tsserver/projects/correctly-migrate-files-between-projects.js index 318a8337164c0..dc21c2cd6fca7 100644 --- a/tests/baselines/reference/tsserver/projects/correctly-migrate-files-between-projects.js +++ b/tests/baselines/reference/tsserver/projects/correctly-migrate-files-between-projects.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:17.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/a/b/f1.ts] @@ -13,70 +13,64 @@ export let x = 1; export let y = 1; -Info 1 [00:00:18.000] Search path: /a/c -Info 2 [00:00:19.000] For info: /a/c/f2.ts :: No config files found. -Info 3 [00:00:20.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 4 [00:00:21.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 5 [00:00:22.000] DirectoryWatcher:: Added:: WatchInfo: /a/c/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 6 [00:00:23.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/c/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 7 [00:00:24.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 8 [00:00:25.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 9 [00:00:26.000] Files (1) +Info seq [hh:mm:ss:mss] Search path: /a/c +Info seq [hh:mm:ss:mss] For info: /a/c/f2.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /a/c/f2.ts SVC-1-0 "export let x = 1;" f2.ts Root file specified for compilation -Info 10 [00:00:27.000] ----------------------------------------------- -Info 11 [00:00:28.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 11 [00:00:29.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 11 [00:00:30.000] ----------------------------------------------- -Info 11 [00:00:31.000] Open files: -Info 11 [00:00:32.000] FileName: /a/c/f2.ts ProjectRootPath: undefined -Info 11 [00:00:33.000] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/c/f2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* Inferred project: /dev/null/inferredProject1* isOrphan:: false isClosed: false -Info 11 [00:00:34.000] Search path: /a/d -Info 12 [00:00:35.000] For info: /a/d/f3.ts :: No config files found. -Info 13 [00:00:36.000] Starting updateGraphWorker: Project: /dev/null/inferredProject2* -Info 14 [00:00:37.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject2* WatchType: Missing file -Info 15 [00:00:38.000] DirectoryWatcher:: Added:: WatchInfo: /a/d/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 16 [00:00:39.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/d/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 17 [00:00:40.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 18 [00:00:41.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 19 [00:00:42.000] Files (1) +Info seq [hh:mm:ss:mss] Search path: /a/d +Info seq [hh:mm:ss:mss] For info: /a/d/f3.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject2* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /a/d/f3.ts SVC-1-0 "export let y = 1;" f3.ts Root file specified for compilation -Info 20 [00:00:43.000] ----------------------------------------------- -Info 21 [00:00:44.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 21 [00:00:45.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 21 [00:00:46.000] ----------------------------------------------- -Info 21 [00:00:47.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 21 [00:00:48.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) -Info 21 [00:00:49.000] ----------------------------------------------- -Info 21 [00:00:50.000] Open files: -Info 21 [00:00:51.000] FileName: /a/c/f2.ts ProjectRootPath: undefined -Info 21 [00:00:52.000] Projects: /dev/null/inferredProject1* -Info 21 [00:00:53.000] FileName: /a/d/f3.ts ProjectRootPath: undefined -Info 21 [00:00:54.000] Projects: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/c/f2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /a/d/f3.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject2* Inferred project: /dev/null/inferredProject1* isOrphan:: false isClosed: false Inferred project: /dev/null/inferredProject2* isOrphan:: false isClosed: false -Info 21 [00:00:55.000] Search path: /a/b -Info 22 [00:00:56.000] For info: /a/b/f1.ts :: No config files found. -Info 23 [00:00:57.000] Starting updateGraphWorker: Project: /dev/null/inferredProject3* -Info 24 [00:00:58.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject3* WatchType: Missing file -Info 25 [00:00:59.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /dev/null/inferredProject3* WatchType: Type roots -Info 26 [00:01:00.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /dev/null/inferredProject3* WatchType: Type roots -Info 27 [00:01:01.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject3* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 28 [00:01:02.000] Project '/dev/null/inferredProject3*' (Inferred) -Info 29 [00:01:03.000] Files (3) +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/f1.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject3* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject3* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject3* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject3*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) /a/c/f2.ts SVC-1-0 "export let x = 1;" /a/d/f3.ts SVC-1-0 "export let y = 1;" /a/b/f1.ts SVC-1-0 "\n export * from \"../c/f2\";\n export * from \"../d/f3\";" @@ -89,150 +83,140 @@ Info 29 [00:01:03.000] Files (3) f1.ts Root file specified for compilation -Info 30 [00:01:04.000] ----------------------------------------------- -Info 31 [00:01:05.000] `remove Project:: -Info 32 [00:01:06.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 33 [00:01:07.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /a/c/f2.ts f2.ts Root file specified for compilation -Info 34 [00:01:08.000] ----------------------------------------------- -Info 35 [00:01:09.000] DirectoryWatcher:: Close:: WatchInfo: /a/c/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 36 [00:01:10.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/c/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 37 [00:01:11.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 38 [00:01:12.000] `remove Project:: -Info 39 [00:01:13.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 40 [00:01:14.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /a/d/f3.ts f3.ts Root file specified for compilation -Info 41 [00:01:15.000] ----------------------------------------------- -Info 42 [00:01:16.000] DirectoryWatcher:: Close:: WatchInfo: /a/d/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 43 [00:01:17.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/d/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 44 [00:01:18.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject2* WatchType: Missing file -Info 45 [00:01:19.000] Project '/dev/null/inferredProject3*' (Inferred) -Info 45 [00:01:20.000] Files (3) - -Info 45 [00:01:21.000] ----------------------------------------------- -Info 45 [00:01:22.000] Open files: -Info 45 [00:01:23.000] FileName: /a/c/f2.ts ProjectRootPath: undefined -Info 45 [00:01:24.000] Projects: /dev/null/inferredProject3* -Info 45 [00:01:25.000] FileName: /a/d/f3.ts ProjectRootPath: undefined -Info 45 [00:01:26.000] Projects: /dev/null/inferredProject3* -Info 45 [00:01:27.000] FileName: /a/b/f1.ts ProjectRootPath: undefined -Info 45 [00:01:28.000] Projects: /dev/null/inferredProject3* +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject2* WatchType: Missing file +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject3*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/c/f2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject3* +Info seq [hh:mm:ss:mss] FileName: /a/d/f3.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject3* +Info seq [hh:mm:ss:mss] FileName: /a/b/f1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject3* Inferred project: /dev/null/inferredProject3* isOrphan:: false isClosed: false -Info 45 [00:01:29.000] Starting updateGraphWorker: Project: /dev/null/inferredProject4* -Info 46 [00:01:30.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject4* WatchType: Missing file -Info 47 [00:01:31.000] DirectoryWatcher:: Added:: WatchInfo: /a/c/node_modules/@types 1 undefined Project: /dev/null/inferredProject4* WatchType: Type roots -Info 48 [00:01:32.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/c/node_modules/@types 1 undefined Project: /dev/null/inferredProject4* WatchType: Type roots -Info 49 [00:01:33.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject4* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 50 [00:01:34.000] Project '/dev/null/inferredProject4*' (Inferred) -Info 51 [00:01:35.000] Files (1) +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject4* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject4* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject4* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject4*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /a/c/f2.ts SVC-1-0 "export let x = 1;" f2.ts Root file specified for compilation -Info 52 [00:01:36.000] ----------------------------------------------- -Info 53 [00:01:37.000] Starting updateGraphWorker: Project: /dev/null/inferredProject5* -Info 54 [00:01:38.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject5* WatchType: Missing file -Info 55 [00:01:39.000] DirectoryWatcher:: Added:: WatchInfo: /a/d/node_modules/@types 1 undefined Project: /dev/null/inferredProject5* WatchType: Type roots -Info 56 [00:01:40.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/d/node_modules/@types 1 undefined Project: /dev/null/inferredProject5* WatchType: Type roots -Info 57 [00:01:41.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject5* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 58 [00:01:42.000] Project '/dev/null/inferredProject5*' (Inferred) -Info 59 [00:01:43.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject5* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject5* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject5* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject5*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /a/d/f3.ts SVC-1-0 "export let y = 1;" f3.ts Root file specified for compilation -Info 60 [00:01:44.000] ----------------------------------------------- -Info 61 [00:01:45.000] FileWatcher:: Added:: WatchInfo: /a/b/f1.ts 500 undefined WatchType: Closed Script info -Info 62 [00:01:46.000] Project '/dev/null/inferredProject3*' (Inferred) -Info 62 [00:01:47.000] Files (3) - -Info 62 [00:01:48.000] ----------------------------------------------- -Info 62 [00:01:49.000] Project '/dev/null/inferredProject4*' (Inferred) -Info 62 [00:01:50.000] Files (1) - -Info 62 [00:01:51.000] ----------------------------------------------- -Info 62 [00:01:52.000] Project '/dev/null/inferredProject5*' (Inferred) -Info 62 [00:01:53.000] Files (1) - -Info 62 [00:01:54.000] ----------------------------------------------- -Info 62 [00:01:55.000] Open files: -Info 62 [00:01:56.000] FileName: /a/c/f2.ts ProjectRootPath: undefined -Info 62 [00:01:57.000] Projects: /dev/null/inferredProject4*,/dev/null/inferredProject3* -Info 62 [00:01:58.000] FileName: /a/d/f3.ts ProjectRootPath: undefined -Info 62 [00:01:59.000] Projects: /dev/null/inferredProject5*,/dev/null/inferredProject3* +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/f1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject3*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject4*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject5*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/c/f2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject4*,/dev/null/inferredProject3* +Info seq [hh:mm:ss:mss] FileName: /a/d/f3.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject5*,/dev/null/inferredProject3* Inferred project: /dev/null/inferredProject3* isOrphan:: true isClosed: false Inferred project: /dev/null/inferredProject4* isOrphan:: false isClosed: false Inferred project: /dev/null/inferredProject5* isOrphan:: false isClosed: false -Info 62 [00:02:00.000] FileWatcher:: Added:: WatchInfo: /a/d/f3.ts 500 undefined WatchType: Closed Script info -Info 63 [00:02:01.000] Project '/dev/null/inferredProject3*' (Inferred) -Info 63 [00:02:02.000] Files (3) - -Info 63 [00:02:03.000] ----------------------------------------------- -Info 63 [00:02:04.000] Project '/dev/null/inferredProject4*' (Inferred) -Info 63 [00:02:05.000] Files (1) - -Info 63 [00:02:06.000] ----------------------------------------------- -Info 63 [00:02:07.000] Project '/dev/null/inferredProject5*' (Inferred) -Info 63 [00:02:08.000] Files (1) - -Info 63 [00:02:09.000] ----------------------------------------------- -Info 63 [00:02:10.000] Open files: -Info 63 [00:02:11.000] FileName: /a/c/f2.ts ProjectRootPath: undefined -Info 63 [00:02:12.000] Projects: /dev/null/inferredProject4*,/dev/null/inferredProject3* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/d/f3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject3*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject4*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject5*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/c/f2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject4*,/dev/null/inferredProject3* Inferred project: /dev/null/inferredProject3* isOrphan:: true isClosed: false Inferred project: /dev/null/inferredProject4* isOrphan:: false isClosed: false Inferred project: /dev/null/inferredProject5* isOrphan:: true isClosed: false -Info 63 [00:02:13.000] FileWatcher:: Close:: WatchInfo: /a/d/f3.ts 500 undefined WatchType: Closed Script info -Info 64 [00:02:14.000] Search path: /a/d -Info 65 [00:02:15.000] For info: /a/d/f3.ts :: No config files found. -Info 66 [00:02:16.000] Starting updateGraphWorker: Project: /dev/null/inferredProject3* -Info 67 [00:02:17.000] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject3* WatchType: Missing file -Info 68 [00:02:18.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject3* Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 69 [00:02:19.000] Project '/dev/null/inferredProject3*' (Inferred) -Info 70 [00:02:20.000] Files (0) - - - -Info 71 [00:02:21.000] ----------------------------------------------- -Info 72 [00:02:22.000] Starting updateGraphWorker: Project: /dev/null/inferredProject5* -Info 73 [00:02:23.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject5* Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms -Info 74 [00:02:24.000] Same program as before -Info 75 [00:02:25.000] `remove Project:: -Info 76 [00:02:26.000] Project '/dev/null/inferredProject3*' (Inferred) -Info 77 [00:02:27.000] Files (0) - - - -Info 78 [00:02:28.000] ----------------------------------------------- -Info 79 [00:02:29.000] DirectoryWatcher:: Close:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /dev/null/inferredProject3* WatchType: Type roots -Info 80 [00:02:30.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /dev/null/inferredProject3* WatchType: Type roots -Info 81 [00:02:31.000] FileWatcher:: Close:: WatchInfo: /a/b/f1.ts 500 undefined WatchType: Closed Script info -Info 82 [00:02:32.000] Project '/dev/null/inferredProject5*' (Inferred) -Info 82 [00:02:33.000] Files (1) - -Info 82 [00:02:34.000] ----------------------------------------------- -Info 82 [00:02:35.000] Project '/dev/null/inferredProject4*' (Inferred) -Info 82 [00:02:36.000] Files (1) - -Info 82 [00:02:37.000] ----------------------------------------------- -Info 82 [00:02:38.000] Open files: -Info 82 [00:02:39.000] FileName: /a/c/f2.ts ProjectRootPath: undefined -Info 82 [00:02:40.000] Projects: /dev/null/inferredProject4* -Info 82 [00:02:41.000] FileName: /a/d/f3.ts ProjectRootPath: undefined -Info 82 [00:02:42.000] Projects: /dev/null/inferredProject5* +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/d/f3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /a/d +Info seq [hh:mm:ss:mss] For info: /a/d/f3.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject3* +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject3* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject3* Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject3*' (Inferred) +Info seq [hh:mm:ss:mss] Files (0) + + + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject5* +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject5* Version: 2 structureChanged: false structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject3*' (Inferred) +Info seq [hh:mm:ss:mss] Files (0) + + + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/f1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject5*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject4*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/c/f2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject4* +Info seq [hh:mm:ss:mss] FileName: /a/d/f3.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject5* Inferred project: /dev/null/inferredProject5* isOrphan:: false isClosed: false Inferred project: /dev/null/inferredProject4* isOrphan:: false isClosed: false \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/projects/deferred-files-in-the-project-context-with-lazyConfiguredProjectsFromExternalProject.js b/tests/baselines/reference/tsserver/projects/deferred-files-in-the-project-context-with-lazyConfiguredProjectsFromExternalProject.js index 48b8360d5afd1..fd10e1e9cd5f2 100644 --- a/tests/baselines/reference/tsserver/projects/deferred-files-in-the-project-context-with-lazyConfiguredProjectsFromExternalProject.js +++ b/tests/baselines/reference/tsserver/projects/deferred-files-in-the-project-context-with-lazyConfiguredProjectsFromExternalProject.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:09.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a.deferred] const a = 1; @@ -11,7 +11,7 @@ const b = 1; -Info 1 [00:00:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "configure", "arguments": { @@ -22,9 +22,9 @@ Info 1 [00:00:10.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:11.000] response: +Info seq [hh:mm:ss:mss] response: {"seq":0,"type":"response","command":"configure","request_seq":1,"success":true} -Info 3 [00:00:12.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -32,7 +32,7 @@ After request Before request -Info 4 [00:00:13.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "configure", "arguments": { @@ -47,15 +47,15 @@ Info 4 [00:00:13.000] request: "seq": 2, "type": "request" } -Info 5 [00:00:14.000] reload projects. -Info 6 [00:00:15.000] Before ensureProjectForOpenFiles: -Info 7 [00:00:16.000] Open files: -Info 7 [00:00:17.000] After ensureProjectForOpenFiles: -Info 8 [00:00:18.000] Open files: -Info 8 [00:00:19.000] Host file extension mappings updated -Info 9 [00:00:20.000] response: +Info seq [hh:mm:ss:mss] reload projects. +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] Host file extension mappings updated +Info seq [hh:mm:ss:mss] response: {"seq":0,"type":"response","command":"configure","request_seq":2,"success":true} -Info 10 [00:00:21.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -63,7 +63,7 @@ After request Before request -Info 11 [00:00:22.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "openExternalProject", "arguments": { @@ -84,9 +84,9 @@ Info 11 [00:00:22.000] request: "seq": 3, "type": "request" } -Info 12 [00:00:23.000] Creating configuration project /tsconfig.json -Info 13 [00:00:24.000] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file -Info 14 [00:00:25.000] response: +Info seq [hh:mm:ss:mss] Creating configuration project /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -97,9 +97,9 @@ FsWatches:: /tsconfig.json: *new* {} -Info 15 [00:00:26.000] Calling ensureInferredProjectsUpToDate_TestOnly -Info 16 [00:00:27.000] Loading configured project /tsconfig.json -Info 17 [00:00:28.000] Config: /tsconfig.json : { +Info seq [hh:mm:ss:mss] Calling ensureInferredProjectsUpToDate_TestOnly +Info seq [hh:mm:ss:mss] Loading configured project /tsconfig.json +Info seq [hh:mm:ss:mss] Config: /tsconfig.json : { "rootNames": [ "/a.deferred" ], @@ -107,30 +107,30 @@ Info 17 [00:00:28.000] Config: /tsconfig.json : { "configFilePath": "/tsconfig.json" } } -Info 18 [00:00:29.000] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 19 [00:00:30.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 20 [00:00:31.000] Starting updateGraphWorker: Project: /tsconfig.json -Info 21 [00:00:32.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file -Info 22 [00:00:33.000] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 23 [00:00:34.000] Project '/tsconfig.json' (Configured) -Info 24 [00:00:35.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a.deferred Text-1 "" a.deferred Matched by default include pattern '**/*' -Info 25 [00:00:36.000] ----------------------------------------------- -Info 26 [00:00:37.000] Before ensureProjectForOpenFiles: -Info 27 [00:00:38.000] Project '/tsconfig.json' (Configured) -Info 27 [00:00:39.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 27 [00:00:40.000] ----------------------------------------------- -Info 27 [00:00:41.000] Open files: -Info 27 [00:00:42.000] After ensureProjectForOpenFiles: -Info 28 [00:00:43.000] Project '/tsconfig.json' (Configured) -Info 28 [00:00:44.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) -Info 28 [00:00:45.000] ----------------------------------------------- -Info 28 [00:00:46.000] Open files: -Info 28 [00:00:47.000] Has allowNonTsExtension: true \ No newline at end of file +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] Has allowNonTsExtension: true \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/projects/deferred-files-in-the-project-context.js b/tests/baselines/reference/tsserver/projects/deferred-files-in-the-project-context.js index c85e5061da6a2..3d5eb8053260b 100644 --- a/tests/baselines/reference/tsserver/projects/deferred-files-in-the-project-context.js +++ b/tests/baselines/reference/tsserver/projects/deferred-files-in-the-project-context.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:09.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a.deferred] const a = 1; @@ -11,7 +11,7 @@ const b = 1; -Info 1 [00:00:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "configure", "arguments": { @@ -22,9 +22,9 @@ Info 1 [00:00:10.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:11.000] response: +Info seq [hh:mm:ss:mss] response: {"seq":0,"type":"response","command":"configure","request_seq":1,"success":true} -Info 3 [00:00:12.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -32,7 +32,7 @@ After request Before request -Info 4 [00:00:13.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "configure", "arguments": { @@ -47,15 +47,15 @@ Info 4 [00:00:13.000] request: "seq": 2, "type": "request" } -Info 5 [00:00:14.000] reload projects. -Info 6 [00:00:15.000] Before ensureProjectForOpenFiles: -Info 7 [00:00:16.000] Open files: -Info 7 [00:00:17.000] After ensureProjectForOpenFiles: -Info 8 [00:00:18.000] Open files: -Info 8 [00:00:19.000] Host file extension mappings updated -Info 9 [00:00:20.000] response: +Info seq [hh:mm:ss:mss] reload projects. +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] Host file extension mappings updated +Info seq [hh:mm:ss:mss] response: {"seq":0,"type":"response","command":"configure","request_seq":2,"success":true} -Info 10 [00:00:21.000] response: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -63,7 +63,7 @@ After request Before request -Info 11 [00:00:22.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "openExternalProject", "arguments": { @@ -84,9 +84,9 @@ Info 11 [00:00:22.000] request: "seq": 3, "type": "request" } -Info 12 [00:00:23.000] Creating configuration project /tsconfig.json -Info 13 [00:00:24.000] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file -Info 14 [00:00:25.000] Config: /tsconfig.json : { +Info seq [hh:mm:ss:mss] Creating configuration project /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /tsconfig.json 2000 undefined Project: /tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /tsconfig.json : { "rootNames": [ "/a.deferred" ], @@ -94,21 +94,21 @@ Info 14 [00:00:25.000] Config: /tsconfig.json : { "configFilePath": "/tsconfig.json" } } -Info 15 [00:00:26.000] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 16 [00:00:27.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory -Info 17 [00:00:28.000] Starting updateGraphWorker: Project: /tsconfig.json -Info 18 [00:00:29.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file -Info 19 [00:00:30.000] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 20 [00:00:31.000] Project '/tsconfig.json' (Configured) -Info 21 [00:00:32.000] Files (1) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: 1 undefined Config: /tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (1) /a.deferred Text-1 "" a.deferred Matched by default include pattern '**/*' -Info 22 [00:00:33.000] ----------------------------------------------- -Info 23 [00:00:34.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] response: { "response": true, "responseRequired": true @@ -127,4 +127,4 @@ FsWatchesRecursive:: /: *new* {} -Info 24 [00:00:35.000] Has allowNonTsExtension: true \ No newline at end of file +Info seq [hh:mm:ss:mss] Has allowNonTsExtension: true \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/projects/deleted-files-affect-project-structure.js b/tests/baselines/reference/tsserver/projects/deleted-files-affect-project-structure.js index 1ac638d3bdbc1..457b928e22788 100644 --- a/tests/baselines/reference/tsserver/projects/deleted-files-affect-project-structure.js +++ b/tests/baselines/reference/tsserver/projects/deleted-files-affect-project-structure.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:15.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/a/b/f1.ts] export * from "./f2" @@ -11,17 +11,15 @@ export * from "../c/f3" export let y = 1; -Info 1 [00:00:16.000] Search path: /a/b -Info 2 [00:00:17.000] For info: /a/b/f1.ts :: No config files found. -Info 3 [00:00:18.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 4 [00:00:19.000] FileWatcher:: Added:: WatchInfo: /a/b/f2.ts 500 undefined WatchType: Closed Script info -Info 5 [00:00:20.000] FileWatcher:: Added:: WatchInfo: /a/c/f3.ts 500 undefined WatchType: Closed Script info -Info 6 [00:00:21.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file -Info 7 [00:00:22.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 8 [00:00:23.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 9 [00:00:24.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 10 [00:00:25.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 11 [00:00:26.000] Files (3) +Info seq [hh:mm:ss:mss] Search path: /a/b +Info seq [hh:mm:ss:mss] For info: /a/b/f1.ts :: No config files found. +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/f2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/c/f3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject1* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) /a/c/f3.ts Text-1 "export let y = 1;" /a/b/f2.ts Text-1 "export * from \"../c/f3\"" /a/b/f1.ts SVC-1-0 "export * from \"./f2\"" @@ -34,31 +32,31 @@ Info 11 [00:00:26.000] Files (3) f1.ts Root file specified for compilation -Info 12 [00:00:27.000] ----------------------------------------------- -Info 13 [00:00:28.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 13 [00:00:29.000] Files (3) - -Info 13 [00:00:30.000] ----------------------------------------------- -Info 13 [00:00:31.000] Open files: -Info 13 [00:00:32.000] FileName: /a/b/f1.ts ProjectRootPath: undefined -Info 13 [00:00:33.000] Projects: /dev/null/inferredProject1* -Info 13 [00:00:34.000] FileWatcher:: Close:: WatchInfo: /a/c/f3.ts 500 undefined WatchType: Closed Script info -Info 14 [00:00:35.000] Search path: /a/c -Info 15 [00:00:36.000] For info: /a/c/f3.ts :: No config files found. -Info 16 [00:00:37.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 16 [00:00:38.000] Files (3) - -Info 16 [00:00:39.000] ----------------------------------------------- -Info 16 [00:00:40.000] Open files: -Info 16 [00:00:41.000] FileName: /a/b/f1.ts ProjectRootPath: undefined -Info 16 [00:00:42.000] Projects: /dev/null/inferredProject1* -Info 16 [00:00:43.000] FileName: /a/c/f3.ts ProjectRootPath: undefined -Info 16 [00:00:44.000] Projects: /dev/null/inferredProject1* -Info 16 [00:00:46.000] FileWatcher:: Triggered with /a/b/f2.ts 2:: WatchInfo: /a/b/f2.ts 500 undefined WatchType: Closed Script info -Info 17 [00:00:47.000] FileWatcher:: Close:: WatchInfo: /a/b/f2.ts 500 undefined WatchType: Closed Script info -Info 18 [00:00:48.000] Scheduled: /dev/null/inferredProject1* -Info 19 [00:00:49.000] Scheduled: *ensureProjectForOpenFiles* -Info 20 [00:00:50.000] Elapsed:: *ms FileWatcher:: Triggered with /a/b/f2.ts 2:: WatchInfo: /a/b/f2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/f1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/c/f3.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /a/c +Info seq [hh:mm:ss:mss] For info: /a/c/f3.ts :: No config files found. +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/f1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /a/c/f3.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileWatcher:: Triggered with /a/b/f2.ts 2:: WatchInfo: /a/b/f2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/f2.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Scheduled: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Elapsed:: *ms FileWatcher:: Triggered with /a/b/f2.ts 2:: WatchInfo: /a/b/f2.ts 500 undefined WatchType: Closed Script info Before running Timeout callback:: count: 2 1: /dev/null/inferredProject1* 2: *ensureProjectForOpenFiles* @@ -67,76 +65,62 @@ Before running Timeout callback:: count: 2 PolledWatches:: /a/lib/lib.d.ts: *new* {"pollingInterval":500} -/a/b/node_modules/@types: *new* - {"pollingInterval":500} -Info 21 [00:00:51.000] Running: /dev/null/inferredProject1* -Info 22 [00:00:52.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 23 [00:00:53.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/f2 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations -Info 24 [00:00:54.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/f2 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations -Info 25 [00:00:55.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 0 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations -Info 26 [00:00:56.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 0 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations -Info 27 [00:00:57.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 28 [00:00:58.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 29 [00:00:59.000] Files (1) +Info seq [hh:mm:ss:mss] Running: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/f2 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/f2 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /a/b/f1.ts SVC-1-0 "export * from \"./f2\"" f1.ts Root file specified for compilation -Info 30 [00:01:00.000] ----------------------------------------------- -Info 31 [00:01:01.000] Running: *ensureProjectForOpenFiles* -Info 32 [00:01:02.000] Before ensureProjectForOpenFiles: -Info 33 [00:01:03.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 33 [00:01:04.000] Files (1) - -Info 33 [00:01:05.000] ----------------------------------------------- -Info 33 [00:01:06.000] Open files: -Info 33 [00:01:07.000] FileName: /a/b/f1.ts ProjectRootPath: undefined -Info 33 [00:01:08.000] Projects: /dev/null/inferredProject1* -Info 33 [00:01:09.000] FileName: /a/c/f3.ts ProjectRootPath: undefined -Info 33 [00:01:10.000] Projects: -Info 33 [00:01:11.000] Starting updateGraphWorker: Project: /dev/null/inferredProject2* -Info 34 [00:01:12.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject2* WatchType: Missing file -Info 35 [00:01:13.000] DirectoryWatcher:: Added:: WatchInfo: /a/c/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 36 [00:01:14.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/c/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 37 [00:01:15.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 38 [00:01:16.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 39 [00:01:17.000] Files (1) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/f1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /a/c/f3.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /dev/null/inferredProject2* WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) /a/c/f3.ts Text-1 "export let y = 1;" f3.ts Root file specified for compilation -Info 40 [00:01:18.000] ----------------------------------------------- -Info 41 [00:01:19.000] After ensureProjectForOpenFiles: -Info 42 [00:01:20.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 42 [00:01:21.000] Files (1) - -Info 42 [00:01:22.000] ----------------------------------------------- -Info 42 [00:01:23.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 42 [00:01:24.000] Files (1) - -Info 42 [00:01:25.000] ----------------------------------------------- -Info 42 [00:01:26.000] Open files: -Info 42 [00:01:27.000] FileName: /a/b/f1.ts ProjectRootPath: undefined -Info 42 [00:01:28.000] Projects: /dev/null/inferredProject1* -Info 42 [00:01:29.000] FileName: /a/c/f3.ts ProjectRootPath: undefined -Info 42 [00:01:30.000] Projects: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (1) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/f1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] FileName: /a/c/f3.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject2* After running Timeout callback:: count: 0 PolledWatches:: /a/lib/lib.d.ts: {"pollingInterval":500} -/a/b/node_modules/@types: - {"pollingInterval":500} /a/b/f2: *new* {"pollingInterval":500} -/a/c/node_modules/@types: *new* - {"pollingInterval":500} - -FsWatches:: -/a/b: *new* - {} diff --git a/tests/baselines/reference/tsserver/projects/does-not-look-beyond-node_modules-folders-for-default-configured-projects.js b/tests/baselines/reference/tsserver/projects/does-not-look-beyond-node_modules-folders-for-default-configured-projects.js index 054ff2c945330..798af18cdb577 100644 --- a/tests/baselines/reference/tsserver/projects/does-not-look-beyond-node_modules-folders-for-default-configured-projects.js +++ b/tests/baselines/reference/tsserver/projects/does-not-look-beyond-node_modules-folders-for-default-configured-projects.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:23.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/project/index.ts] import 'a'; import 'b'; @@ -17,11 +17,11 @@ import 'a'; import 'b'; {} -Info 1 [00:00:24.000] Search path: /project -Info 2 [00:00:25.000] For info: /project/index.ts :: Config file name: /project/tsconfig.json -Info 3 [00:00:26.000] Creating configuration project /project/tsconfig.json -Info 4 [00:00:27.000] FileWatcher:: Added:: WatchInfo: /project/tsconfig.json 2000 undefined Project: /project/tsconfig.json WatchType: Config file -Info 5 [00:00:28.000] Config: /project/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /project +Info seq [hh:mm:ss:mss] For info: /project/index.ts :: Config file name: /project/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /project/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /project/tsconfig.json 2000 undefined Project: /project/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /project/tsconfig.json : { "rootNames": [ "/project/index.ts" ], @@ -29,19 +29,15 @@ Info 5 [00:00:28.000] Config: /project/tsconfig.json : { "configFilePath": "/project/tsconfig.json" } } -Info 6 [00:00:29.000] DirectoryWatcher:: Added:: WatchInfo: /project 1 undefined Config: /project/tsconfig.json WatchType: Wild card directory -Info 7 [00:00:30.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /project 1 undefined Config: /project/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:31.000] Starting updateGraphWorker: Project: /project/tsconfig.json -Info 9 [00:00:32.000] DirectoryWatcher:: Added:: WatchInfo: /project/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 10 [00:00:33.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /project/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 11 [00:00:34.000] DirectoryWatcher:: Added:: WatchInfo: /project/node_modules 1 undefined Project: /project/tsconfig.json WatchType: Failed Lookup Locations -Info 12 [00:00:35.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /project/node_modules 1 undefined Project: /project/tsconfig.json WatchType: Failed Lookup Locations -Info 13 [00:00:36.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /project/tsconfig.json WatchType: Missing file -Info 14 [00:00:37.000] DirectoryWatcher:: Added:: WatchInfo: /project/node_modules/@types 1 undefined Project: /project/tsconfig.json WatchType: Type roots -Info 15 [00:00:38.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /project/node_modules/@types 1 undefined Project: /project/tsconfig.json WatchType: Type roots -Info 16 [00:00:39.000] Finishing updateGraphWorker: Project: /project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 17 [00:00:40.000] Project '/project/tsconfig.json' (Configured) -Info 18 [00:00:41.000] Files (3) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /project 1 undefined Config: /project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /project 1 undefined Config: /project/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /project/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /project/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /project/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /project/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /project/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /project/node_modules/@types/a/index.d.ts Text-1 "{}" /project/node_modules/@types/b/index.d.ts Text-1 "{}" /project/index.ts SVC-1-0 "import 'a'; import 'b';" @@ -56,19 +52,19 @@ Info 18 [00:00:41.000] Files (3) index.ts Matched by default include pattern '**/*' -Info 19 [00:00:42.000] ----------------------------------------------- -Info 20 [00:00:43.000] Project '/project/tsconfig.json' (Configured) -Info 20 [00:00:44.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 20 [00:00:45.000] ----------------------------------------------- -Info 20 [00:00:46.000] Open files: -Info 20 [00:00:47.000] FileName: /project/index.ts ProjectRootPath: undefined -Info 20 [00:00:48.000] Projects: /project/tsconfig.json -Info 20 [00:00:49.000] Search path: /project/node_modules/@types/a -Info 21 [00:00:50.000] For info: /project/node_modules/@types/a/index.d.ts :: Config file name: /project/node_modules/@types/a/tsconfig.json -Info 22 [00:00:51.000] Creating configuration project /project/node_modules/@types/a/tsconfig.json -Info 23 [00:00:52.000] FileWatcher:: Added:: WatchInfo: /project/node_modules/@types/a/tsconfig.json 2000 undefined Project: /project/node_modules/@types/a/tsconfig.json WatchType: Config file -Info 24 [00:00:53.000] Config: /project/node_modules/@types/a/tsconfig.json : { +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /project/index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /project/tsconfig.json +Info seq [hh:mm:ss:mss] Search path: /project/node_modules/@types/a +Info seq [hh:mm:ss:mss] For info: /project/node_modules/@types/a/index.d.ts :: Config file name: /project/node_modules/@types/a/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /project/node_modules/@types/a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /project/node_modules/@types/a/tsconfig.json 2000 undefined Project: /project/node_modules/@types/a/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /project/node_modules/@types/a/tsconfig.json : { "rootNames": [ "/project/node_modules/@types/a/index.d.ts" ], @@ -76,19 +72,17 @@ Info 24 [00:00:53.000] Config: /project/node_modules/@types/a/tsconfig.json : "configFilePath": "/project/node_modules/@types/a/tsconfig.json" } } -Info 25 [00:00:54.000] DirectoryWatcher:: Added:: WatchInfo: /project/node_modules/@types/a 1 undefined Config: /project/node_modules/@types/a/tsconfig.json WatchType: Wild card directory -Info 26 [00:00:55.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /project/node_modules/@types/a 1 undefined Config: /project/node_modules/@types/a/tsconfig.json WatchType: Wild card directory -Info 27 [00:00:56.000] Starting updateGraphWorker: Project: /project/node_modules/@types/a/tsconfig.json -Info 28 [00:00:57.000] DirectoryWatcher:: Added:: WatchInfo: /project/node_modules/@types/a/node_modules 1 undefined Project: /project/node_modules/@types/a/tsconfig.json WatchType: Failed Lookup Locations -Info 29 [00:00:58.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /project/node_modules/@types/a/node_modules 1 undefined Project: /project/node_modules/@types/a/tsconfig.json WatchType: Failed Lookup Locations -Info 30 [00:00:59.000] DirectoryWatcher:: Added:: WatchInfo: /project/node_modules/@types/a 0 undefined Project: /project/node_modules/@types/a/tsconfig.json WatchType: Failed Lookup Locations -Info 31 [00:01:00.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /project/node_modules/@types/a 0 undefined Project: /project/node_modules/@types/a/tsconfig.json WatchType: Failed Lookup Locations -Info 32 [00:01:01.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /project/node_modules/@types/a/tsconfig.json WatchType: Missing file -Info 33 [00:01:02.000] DirectoryWatcher:: Added:: WatchInfo: /project/node_modules/@types/a/node_modules/@types 1 undefined Project: /project/node_modules/@types/a/tsconfig.json WatchType: Type roots -Info 34 [00:01:03.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /project/node_modules/@types/a/node_modules/@types 1 undefined Project: /project/node_modules/@types/a/tsconfig.json WatchType: Type roots -Info 35 [00:01:04.000] Finishing updateGraphWorker: Project: /project/node_modules/@types/a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 36 [00:01:05.000] Project '/project/node_modules/@types/a/tsconfig.json' (Configured) -Info 37 [00:01:06.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /project/node_modules/@types/a 1 undefined Config: /project/node_modules/@types/a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /project/node_modules/@types/a 1 undefined Config: /project/node_modules/@types/a/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /project/node_modules/@types/a/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined Project: /project/node_modules/@types/a/tsconfig.json WatchType: Missing file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /project/node_modules/@types/a/node_modules/@types 1 undefined Project: /project/node_modules/@types/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /project/node_modules/@types/a/node_modules/@types 1 undefined Project: /project/node_modules/@types/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /project/node_modules/@types/node_modules/@types 1 undefined Project: /project/node_modules/@types/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /project/node_modules/@types/node_modules/@types 1 undefined Project: /project/node_modules/@types/a/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /project/node_modules/@types/a/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/project/node_modules/@types/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /project/node_modules/@types/a/index.d.ts Text-1 "{}" /project/node_modules/@types/b/index.d.ts Text-1 "{}" @@ -99,36 +93,36 @@ Info 37 [00:01:06.000] Files (2) ../b/index.d.ts Entry point for implicit type library 'b' -Info 38 [00:01:07.000] ----------------------------------------------- -Info 39 [00:01:08.000] Project '/project/tsconfig.json' (Configured) -Info 39 [00:01:09.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 39 [00:01:10.000] ----------------------------------------------- -Info 39 [00:01:11.000] Project '/project/node_modules/@types/a/tsconfig.json' (Configured) -Info 39 [00:01:12.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/project/node_modules/@types/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 39 [00:01:13.000] ----------------------------------------------- -Info 39 [00:01:14.000] Open files: -Info 39 [00:01:15.000] FileName: /project/index.ts ProjectRootPath: undefined -Info 39 [00:01:16.000] Projects: /project/tsconfig.json -Info 39 [00:01:17.000] FileName: /project/node_modules/@types/a/index.d.ts ProjectRootPath: undefined -Info 39 [00:01:18.000] Projects: /project/tsconfig.json,/project/node_modules/@types/a/tsconfig.json -Info 39 [00:01:19.000] DirectoryWatcher:: Close:: WatchInfo: /project/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 40 [00:01:20.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /project/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache -Info 41 [00:01:21.000] Search path: /project/node_modules/@types/b -Info 42 [00:01:22.000] For info: /project/node_modules/@types/b/index.d.ts :: No config files found. -Info 43 [00:01:23.000] Project '/project/tsconfig.json' (Configured) -Info 43 [00:01:24.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /project/index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /project/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /project/node_modules/@types/a/index.d.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /project/tsconfig.json,/project/node_modules/@types/a/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /project/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /project/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info seq [hh:mm:ss:mss] Search path: /project/node_modules/@types/b +Info seq [hh:mm:ss:mss] For info: /project/node_modules/@types/b/index.d.ts :: No config files found. +Info seq [hh:mm:ss:mss] Project '/project/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 43 [00:01:25.000] ----------------------------------------------- -Info 43 [00:01:26.000] Project '/project/node_modules/@types/a/tsconfig.json' (Configured) -Info 43 [00:01:27.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/project/node_modules/@types/a/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 43 [00:01:28.000] ----------------------------------------------- -Info 43 [00:01:29.000] Open files: -Info 43 [00:01:30.000] FileName: /project/index.ts ProjectRootPath: undefined -Info 43 [00:01:31.000] Projects: /project/tsconfig.json -Info 43 [00:01:32.000] FileName: /project/node_modules/@types/a/index.d.ts ProjectRootPath: undefined -Info 43 [00:01:33.000] Projects: /project/tsconfig.json,/project/node_modules/@types/a/tsconfig.json -Info 43 [00:01:34.000] FileName: /project/node_modules/@types/b/index.d.ts ProjectRootPath: undefined -Info 43 [00:01:35.000] Projects: /project/tsconfig.json,/project/node_modules/@types/a/tsconfig.json \ No newline at end of file +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /project/index.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /project/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /project/node_modules/@types/a/index.d.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /project/tsconfig.json,/project/node_modules/@types/a/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /project/node_modules/@types/b/index.d.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /project/tsconfig.json,/project/node_modules/@types/a/tsconfig.json \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/projects/external-project-including-config-file.js b/tests/baselines/reference/tsserver/projects/external-project-including-config-file.js index 5b354715e2bf3..e64014c395b25 100644 --- a/tests/baselines/reference/tsserver/projects/external-project-including-config-file.js +++ b/tests/baselines/reference/tsserver/projects/external-project-including-config-file.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:11.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/a/b/f1.ts] let x =1; @@ -8,6 +8,6 @@ let x =1; {"compilerOptions":{},"files":["f1.ts"]} -Info 1 [00:00:12.000] Starting updateGraphWorker: Project: externalproject -Info 2 [00:00:13.000] Finishing updateGraphWorker: Project: externalproject Version: 1 structureChanged: false Elapsed:: *ms -Info 3 [00:00:14.000] Same program as before \ No newline at end of file +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: externalproject +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: externalproject Version: 1 structureChanged: false Elapsed:: *ms +Info seq [hh:mm:ss:mss] Same program as before \ No newline at end of file diff --git a/tests/baselines/reference/tsserver/projects/file-opened-is-in-configured-project-that-will-be-removed.js b/tests/baselines/reference/tsserver/projects/file-opened-is-in-configured-project-that-will-be-removed.js index e107916d98ad8..35300e48b50c9 100644 --- a/tests/baselines/reference/tsserver/projects/file-opened-is-in-configured-project-that-will-be-removed.js +++ b/tests/baselines/reference/tsserver/projects/file-opened-is-in-configured-project-that-will-be-removed.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:35.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/user/username/projects/myproject/playground/tsconfig.json] {} @@ -30,7 +30,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:36.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -39,11 +39,11 @@ Info 1 [00:00:36.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:37.000] Search path: /user/username/projects/myproject/playground -Info 3 [00:00:38.000] For info: /user/username/projects/myproject/playground/tests.ts :: Config file name: /user/username/projects/myproject/playground/tsconfig.json -Info 4 [00:00:39.000] Creating configuration project /user/username/projects/myproject/playground/tsconfig.json -Info 5 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/playground/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/playground/tsconfig.json WatchType: Config file -Info 6 [00:00:41.000] Config: /user/username/projects/myproject/playground/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/playground +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/playground/tests.ts :: Config file name: /user/username/projects/myproject/playground/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/playground/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/playground/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/playground/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/playground/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/playground/tests.ts", "/user/username/projects/myproject/playground/tsconfig-json/src/src.ts", @@ -53,19 +53,21 @@ Info 6 [00:00:41.000] Config: /user/username/projects/myproject/playground/ts "configFilePath": "/user/username/projects/myproject/playground/tsconfig.json" } } -Info 7 [00:00:42.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/playground 1 undefined Config: /user/username/projects/myproject/playground/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:43.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/playground 1 undefined Config: /user/username/projects/myproject/playground/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:44.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/playground/tsconfig-json/src/src.ts 500 undefined WatchType: Closed Script info -Info 10 [00:00:45.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/playground/tsconfig-json/tests/spec.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:46.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/playground/tsconfig.json -Info 12 [00:00:47.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 13 [00:00:48.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/playground/node_modules/@types 1 undefined Project: /user/username/projects/myproject/playground/tsconfig.json WatchType: Type roots -Info 14 [00:00:49.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/playground/node_modules/@types 1 undefined Project: /user/username/projects/myproject/playground/tsconfig.json WatchType: Type roots -Info 15 [00:00:50.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/playground/tsconfig.json WatchType: Type roots -Info 16 [00:00:51.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/playground/tsconfig.json WatchType: Type roots -Info 17 [00:00:52.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/playground/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 18 [00:00:53.000] Project '/user/username/projects/myproject/playground/tsconfig.json' (Configured) -Info 19 [00:00:54.000] Files (4) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/playground 1 undefined Config: /user/username/projects/myproject/playground/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/playground 1 undefined Config: /user/username/projects/myproject/playground/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/playground/tsconfig-json/src/src.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/playground/tsconfig-json/tests/spec.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/playground/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/playground/node_modules/@types 1 undefined Project: /user/username/projects/myproject/playground/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/playground/node_modules/@types 1 undefined Project: /user/username/projects/myproject/playground/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/playground/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/playground/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/playground/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/playground/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/playground/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/playground/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/playground/tests.ts SVC-1-0 "export function foo() {}" /user/username/projects/myproject/playground/tsconfig-json/src/src.ts Text-1 "export function foobar() { }" @@ -81,15 +83,15 @@ Info 19 [00:00:54.000] Files (4) tsconfig-json/tests/spec.ts Matched by default include pattern '**/*' -Info 20 [00:00:55.000] ----------------------------------------------- -Info 21 [00:00:56.000] Project '/user/username/projects/myproject/playground/tsconfig.json' (Configured) -Info 21 [00:00:57.000] Files (4) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/playground/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) -Info 21 [00:00:58.000] ----------------------------------------------- -Info 21 [00:00:59.000] Open files: -Info 21 [00:01:00.000] FileName: /user/username/projects/myproject/playground/tests.ts ProjectRootPath: undefined -Info 21 [00:01:01.000] Projects: /user/username/projects/myproject/playground/tsconfig.json -Info 21 [00:01:02.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/playground/tests.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/playground/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -100,6 +102,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: *new* {"pollingInterval":500} +/user/username/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/playground/tsconfig.json: *new* @@ -117,7 +121,7 @@ FsWatchesRecursive:: Before request -Info 22 [00:01:03.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -126,13 +130,13 @@ Info 22 [00:01:03.000] request: "seq": 2, "type": "request" } -Info 23 [00:01:04.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/playground/tests.ts 500 undefined WatchType: Closed Script info -Info 24 [00:01:05.000] Project '/user/username/projects/myproject/playground/tsconfig.json' (Configured) -Info 24 [00:01:06.000] Files (4) +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/playground/tests.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/playground/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) -Info 24 [00:01:07.000] ----------------------------------------------- -Info 24 [00:01:08.000] Open files: -Info 24 [00:01:09.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -143,6 +147,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /user/username/projects/myproject/playground/tsconfig.json: @@ -162,7 +168,7 @@ FsWatchesRecursive:: Before request -Info 25 [00:01:10.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -171,12 +177,12 @@ Info 25 [00:01:10.000] request: "seq": 3, "type": "request" } -Info 26 [00:01:11.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/playground/tsconfig-json/tests/spec.ts 500 undefined WatchType: Closed Script info -Info 27 [00:01:12.000] Search path: /user/username/projects/myproject/playground/tsconfig-json/tests -Info 28 [00:01:13.000] For info: /user/username/projects/myproject/playground/tsconfig-json/tests/spec.ts :: Config file name: /user/username/projects/myproject/playground/tsconfig-json/tsconfig.json -Info 29 [00:01:14.000] Creating configuration project /user/username/projects/myproject/playground/tsconfig-json/tsconfig.json -Info 30 [00:01:15.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/playground/tsconfig-json/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/playground/tsconfig-json/tsconfig.json WatchType: Config file -Info 31 [00:01:16.000] Config: /user/username/projects/myproject/playground/tsconfig-json/tsconfig.json : { +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/playground/tsconfig-json/tests/spec.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject/playground/tsconfig-json/tests +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/playground/tsconfig-json/tests/spec.ts :: Config file name: /user/username/projects/myproject/playground/tsconfig-json/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/playground/tsconfig-json/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/playground/tsconfig-json/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/playground/tsconfig-json/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/playground/tsconfig-json/tsconfig.json : { "rootNames": [ "/user/username/projects/myproject/playground/tsconfig-json/src/src.ts" ], @@ -184,18 +190,20 @@ Info 31 [00:01:16.000] Config: /user/username/projects/myproject/playground/ts "configFilePath": "/user/username/projects/myproject/playground/tsconfig-json/tsconfig.json" } } -Info 32 [00:01:17.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/playground/tsconfig-json/src 1 undefined Config: /user/username/projects/myproject/playground/tsconfig-json/tsconfig.json WatchType: Wild card directory -Info 33 [00:01:18.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/playground/tsconfig-json/src 1 undefined Config: /user/username/projects/myproject/playground/tsconfig-json/tsconfig.json WatchType: Wild card directory -Info 34 [00:01:19.000] Starting updateGraphWorker: Project: /user/username/projects/myproject/playground/tsconfig-json/tsconfig.json -Info 35 [00:01:20.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/playground/tsconfig-json/node_modules/@types 1 undefined Project: /user/username/projects/myproject/playground/tsconfig-json/tsconfig.json WatchType: Type roots -Info 36 [00:01:21.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/playground/tsconfig-json/node_modules/@types 1 undefined Project: /user/username/projects/myproject/playground/tsconfig-json/tsconfig.json WatchType: Type roots -Info 37 [00:01:22.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/playground/node_modules/@types 1 undefined Project: /user/username/projects/myproject/playground/tsconfig-json/tsconfig.json WatchType: Type roots -Info 38 [00:01:23.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/playground/node_modules/@types 1 undefined Project: /user/username/projects/myproject/playground/tsconfig-json/tsconfig.json WatchType: Type roots -Info 39 [00:01:24.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/playground/tsconfig-json/tsconfig.json WatchType: Type roots -Info 40 [00:01:25.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/playground/tsconfig-json/tsconfig.json WatchType: Type roots -Info 41 [00:01:26.000] Finishing updateGraphWorker: Project: /user/username/projects/myproject/playground/tsconfig-json/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 42 [00:01:27.000] Project '/user/username/projects/myproject/playground/tsconfig-json/tsconfig.json' (Configured) -Info 43 [00:01:28.000] Files (2) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/playground/tsconfig-json/src 1 undefined Config: /user/username/projects/myproject/playground/tsconfig-json/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/playground/tsconfig-json/src 1 undefined Config: /user/username/projects/myproject/playground/tsconfig-json/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/playground/tsconfig-json/tsconfig.json +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/playground/tsconfig-json/node_modules/@types 1 undefined Project: /user/username/projects/myproject/playground/tsconfig-json/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/playground/tsconfig-json/node_modules/@types 1 undefined Project: /user/username/projects/myproject/playground/tsconfig-json/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/playground/node_modules/@types 1 undefined Project: /user/username/projects/myproject/playground/tsconfig-json/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/playground/node_modules/@types 1 undefined Project: /user/username/projects/myproject/playground/tsconfig-json/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/playground/tsconfig-json/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/playground/tsconfig-json/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/playground/tsconfig-json/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/playground/tsconfig-json/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/playground/tsconfig-json/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/playground/tsconfig-json/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/playground/tsconfig-json/src/src.ts Text-1 "export function foobar() { }" @@ -205,10 +213,10 @@ Info 43 [00:01:28.000] Files (2) src/src.ts Matched by include pattern './src' in 'tsconfig.json' -Info 44 [00:01:29.000] ----------------------------------------------- -Info 45 [00:01:30.000] `remove Project:: -Info 46 [00:01:31.000] Project '/user/username/projects/myproject/playground/tsconfig.json' (Configured) -Info 47 [00:01:32.000] Files (4) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/playground/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (4) /a/lib/lib.d.ts /user/username/projects/myproject/playground/tests.ts /user/username/projects/myproject/playground/tsconfig-json/src/src.ts @@ -224,23 +232,25 @@ Info 47 [00:01:32.000] Files (4) tsconfig-json/tests/spec.ts Matched by default include pattern '**/*' -Info 48 [00:01:33.000] ----------------------------------------------- -Info 49 [00:01:34.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/playground 1 undefined Config: /user/username/projects/myproject/playground/tsconfig.json WatchType: Wild card directory -Info 50 [00:01:35.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/playground 1 undefined Config: /user/username/projects/myproject/playground/tsconfig.json WatchType: Wild card directory -Info 51 [00:01:36.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/playground/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/playground/tsconfig.json WatchType: Config file -Info 52 [00:01:37.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/playground/node_modules/@types 1 undefined Project: /user/username/projects/myproject/playground/tsconfig.json WatchType: Type roots -Info 53 [00:01:38.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/playground/node_modules/@types 1 undefined Project: /user/username/projects/myproject/playground/tsconfig.json WatchType: Type roots -Info 54 [00:01:39.000] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/playground/tsconfig.json WatchType: Type roots -Info 55 [00:01:40.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/playground/tsconfig.json WatchType: Type roots -Info 56 [00:01:41.000] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/playground/tests.ts 500 undefined WatchType: Closed Script info -Info 57 [00:01:42.000] Project '/user/username/projects/myproject/playground/tsconfig-json/tsconfig.json' (Configured) -Info 57 [00:01:43.000] Files (2) - -Info 57 [00:01:44.000] ----------------------------------------------- -Info 57 [00:01:45.000] Open files: -Info 57 [00:01:46.000] FileName: /user/username/projects/myproject/playground/tsconfig-json/tests/spec.ts ProjectRootPath: undefined -Info 57 [00:01:47.000] Projects: -Info 57 [00:01:48.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/playground 1 undefined Config: /user/username/projects/myproject/playground/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/playground 1 undefined Config: /user/username/projects/myproject/playground/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/playground/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/playground/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/playground/node_modules/@types 1 undefined Project: /user/username/projects/myproject/playground/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/playground/node_modules/@types 1 undefined Project: /user/username/projects/myproject/playground/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/playground/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/playground/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/playground/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/playground/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /user/username/projects/myproject/playground/tests.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/playground/tsconfig-json/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/playground/tsconfig-json/tests/spec.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -251,6 +261,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/playground/tsconfig-json/node_modules/@types: *new* {"pollingInterval":500} @@ -280,7 +292,7 @@ FsWatchesRecursive *deleted*:: Before request -Info 58 [00:01:49.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "getOutliningSpans", "arguments": { @@ -289,33 +301,35 @@ Info 58 [00:01:49.000] request: "seq": 4, "type": "request" } -Info 59 [00:01:50.000] Before ensureProjectForOpenFiles: -Info 60 [00:01:51.000] Project '/user/username/projects/myproject/playground/tsconfig-json/tsconfig.json' (Configured) -Info 60 [00:01:52.000] Files (2) - -Info 60 [00:01:53.000] ----------------------------------------------- -Info 60 [00:01:54.000] Open files: -Info 60 [00:01:55.000] FileName: /user/username/projects/myproject/playground/tsconfig-json/tests/spec.ts ProjectRootPath: undefined -Info 60 [00:01:56.000] Projects: -Info 60 [00:01:57.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/playground/tsconfig-json/tests/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 61 [00:01:58.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/playground/tsconfig-json/tests/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 62 [00:01:59.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/playground/tsconfig-json/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 63 [00:02:00.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/playground/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 64 [00:02:01.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/playground/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 65 [00:02:02.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 66 [00:02:03.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 67 [00:02:04.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 68 [00:02:05.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/playground/tsconfig-json/tests/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 69 [00:02:06.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/playground/tsconfig-json/tests/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 70 [00:02:07.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/playground/tsconfig-json/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 71 [00:02:08.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/playground/tsconfig-json/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 72 [00:02:09.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/playground/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 73 [00:02:10.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/playground/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 74 [00:02:11.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 75 [00:02:12.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 76 [00:02:13.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 77 [00:02:14.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 78 [00:02:15.000] Files (2) +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/playground/tsconfig-json/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/playground/tsconfig-json/tests/spec.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/playground/tsconfig-json/tests/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/playground/tsconfig-json/tests/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/playground/tsconfig-json/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/playground/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/playground/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/playground/tsconfig-json/tests/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/playground/tsconfig-json/tests/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/playground/tsconfig-json/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/playground/tsconfig-json/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/playground/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/playground/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /user/username/projects/myproject/playground/tsconfig-json/tests/spec.ts Text-1 "export function bar() { }" @@ -325,20 +339,20 @@ Info 78 [00:02:15.000] Files (2) spec.ts Root file specified for compilation -Info 79 [00:02:16.000] ----------------------------------------------- -Info 80 [00:02:17.000] After ensureProjectForOpenFiles: -Info 81 [00:02:18.000] Project '/user/username/projects/myproject/playground/tsconfig-json/tsconfig.json' (Configured) -Info 81 [00:02:19.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/playground/tsconfig-json/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (2) -Info 81 [00:02:20.000] ----------------------------------------------- -Info 81 [00:02:21.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 81 [00:02:22.000] Files (2) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) -Info 81 [00:02:23.000] ----------------------------------------------- -Info 81 [00:02:24.000] Open files: -Info 81 [00:02:25.000] FileName: /user/username/projects/myproject/playground/tsconfig-json/tests/spec.ts ProjectRootPath: undefined -Info 81 [00:02:26.000] Projects: /dev/null/inferredProject1* -Info 81 [00:02:27.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/playground/tsconfig-json/tests/spec.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "response": [ { @@ -376,6 +390,8 @@ PolledWatches:: {"pollingInterval":500} /user/username/projects/myproject/node_modules/@types: {"pollingInterval":500} +/user/username/projects/node_modules/@types: + {"pollingInterval":500} /user/username/projects/myproject/playground/tsconfig-json/node_modules/@types: {"pollingInterval":500} /user/username/projects/myproject/playground/tsconfig-json/tests/tsconfig.json: *new* diff --git a/tests/baselines/reference/tsserver/projects/file-with-name-constructor.js-doesnt-cause-issue-with-typeAcquisition-when-safe-type-list.js b/tests/baselines/reference/tsserver/projects/file-with-name-constructor.js-doesnt-cause-issue-with-typeAcquisition-when-safe-type-list.js index ccccd50c4c9e1..7f30b4bfdbb47 100644 --- a/tests/baselines/reference/tsserver/projects/file-with-name-constructor.js-doesnt-cause-issue-with-typeAcquisition-when-safe-type-list.js +++ b/tests/baselines/reference/tsserver/projects/file-with-name-constructor.js-doesnt-cause-issue-with-typeAcquisition-when-safe-type-list.js @@ -45,18 +45,14 @@ export function is() { return true; } } -Info 0 [00:00:19.000] Excluded '/a/b/bliss.js' because it matched bliss from the legacy safelist -Info 1 [00:00:20.000] FileWatcher:: Added:: WatchInfo: /a/b/f1.js 500 undefined WatchType: Closed Script info -Info 2 [00:00:21.000] FileWatcher:: Added:: WatchInfo: /a/b/constructor.js 500 undefined WatchType: Closed Script info -Info 3 [00:00:22.000] Starting updateGraphWorker: Project: project -Info 4 [00:00:23.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 5 [00:00:24.000] DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Project: project WatchType: Failed Lookup Locations -Info 6 [00:00:25.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a 1 undefined Project: project WatchType: Failed Lookup Locations -Info 7 [00:00:26.000] DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined Project: project WatchType: Failed Lookup Locations -Info 8 [00:00:27.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /node_modules 1 undefined Project: project WatchType: Failed Lookup Locations -Info 9 [00:00:28.000] Finishing updateGraphWorker: Project: project Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 10 [00:00:29.000] Project 'project' (External) -Info 11 [00:00:30.000] Files (3) +Info seq [hh:mm:ss:mss] Excluded '/a/b/bliss.js' because it matched bliss from the legacy safelist +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/f1.js 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/constructor.js 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: project +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: project Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project 'project' (External) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/f1.js Text-1 "export let x = 5; import { s } from \"s\"" /a/b/constructor.js Text-1 "const x = 10;" @@ -69,14 +65,10 @@ Info 11 [00:00:30.000] Files (3) a/b/constructor.js Root file specified for compilation -Info 12 [00:00:31.000] ----------------------------------------------- +Info seq [hh:mm:ss:mss] ----------------------------------------------- Timeout callback:: count: 0 Immedidate callback:: count: 0 -PolledWatches:: -/node_modules: *new* - {"pollingInterval":500} - FsWatches:: /a/b/f1.js: *new* {} @@ -84,7 +76,3 @@ FsWatches:: {} /a/lib/lib.d.ts: *new* {} - -FsWatchesRecursive:: -/a: *new* - {} diff --git a/tests/baselines/reference/tsserver/projects/files-opened-and-closed-affecting-multiple-projects.js b/tests/baselines/reference/tsserver/projects/files-opened-and-closed-affecting-multiple-projects.js index e025c618881f7..21ec837a7c1a6 100644 --- a/tests/baselines/reference/tsserver/projects/files-opened-and-closed-affecting-multiple-projects.js +++ b/tests/baselines/reference/tsserver/projects/files-opened-and-closed-affecting-multiple-projects.js @@ -1,5 +1,5 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:25.000] Provided types map file "/a/lib/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist Before request //// [/a/b/projects/config/tsconfig.json] @@ -27,7 +27,7 @@ interface String { charAt: any; } interface Array { length: number; [n: number]: T; } -Info 1 [00:00:26.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -36,11 +36,11 @@ Info 1 [00:00:26.000] request: "seq": 1, "type": "request" } -Info 2 [00:00:27.000] Search path: /a/b/projects/config -Info 3 [00:00:28.000] For info: /a/b/projects/config/file.ts :: Config file name: /a/b/projects/config/tsconfig.json -Info 4 [00:00:29.000] Creating configuration project /a/b/projects/config/tsconfig.json -Info 5 [00:00:30.000] FileWatcher:: Added:: WatchInfo: /a/b/projects/config/tsconfig.json 2000 undefined Project: /a/b/projects/config/tsconfig.json WatchType: Config file -Info 6 [00:00:31.000] Config: /a/b/projects/config/tsconfig.json : { +Info seq [hh:mm:ss:mss] Search path: /a/b/projects/config +Info seq [hh:mm:ss:mss] For info: /a/b/projects/config/file.ts :: Config file name: /a/b/projects/config/tsconfig.json +Info seq [hh:mm:ss:mss] Creating configuration project /a/b/projects/config/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/projects/config/tsconfig.json 2000 undefined Project: /a/b/projects/config/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] Config: /a/b/projects/config/tsconfig.json : { "rootNames": [ "/a/b/projects/config/file.ts" ], @@ -48,16 +48,18 @@ Info 6 [00:00:31.000] Config: /a/b/projects/config/tsconfig.json : { "configFilePath": "/a/b/projects/config/tsconfig.json" } } -Info 7 [00:00:32.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/config 1 undefined Config: /a/b/projects/config/tsconfig.json WatchType: Wild card directory -Info 8 [00:00:33.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/config 1 undefined Config: /a/b/projects/config/tsconfig.json WatchType: Wild card directory -Info 9 [00:00:34.000] Starting updateGraphWorker: Project: /a/b/projects/config/tsconfig.json -Info 10 [00:00:35.000] FileWatcher:: Added:: WatchInfo: /a/b/projects/files/file1.ts 500 undefined WatchType: Closed Script info -Info 11 [00:00:36.000] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info -Info 12 [00:00:37.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/config/node_modules/@types 1 undefined Project: /a/b/projects/config/tsconfig.json WatchType: Type roots -Info 13 [00:00:38.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/config/node_modules/@types 1 undefined Project: /a/b/projects/config/tsconfig.json WatchType: Type roots -Info 14 [00:00:39.000] Finishing updateGraphWorker: Project: /a/b/projects/config/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 15 [00:00:40.000] Project '/a/b/projects/config/tsconfig.json' (Configured) -Info 16 [00:00:41.000] Files (3) +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/config 1 undefined Config: /a/b/projects/config/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/config 1 undefined Config: /a/b/projects/config/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /a/b/projects/config/tsconfig.json +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/projects/files/file1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/config/node_modules/@types 1 undefined Project: /a/b/projects/config/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/config/node_modules/@types 1 undefined Project: /a/b/projects/config/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/node_modules/@types 1 undefined Project: /a/b/projects/config/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/node_modules/@types 1 undefined Project: /a/b/projects/config/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /a/b/projects/config/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/a/b/projects/config/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/projects/files/file1.ts Text-1 "export let a = 10;" /a/b/projects/config/file.ts SVC-1-0 "import {a} from \"../files/file1\"; export let b = a;" @@ -70,15 +72,15 @@ Info 16 [00:00:41.000] Files (3) file.ts Matched by default include pattern '**/*' -Info 17 [00:00:42.000] ----------------------------------------------- -Info 18 [00:00:43.000] Project '/a/b/projects/config/tsconfig.json' (Configured) -Info 18 [00:00:44.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/a/b/projects/config/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) -Info 18 [00:00:45.000] ----------------------------------------------- -Info 18 [00:00:46.000] Open files: -Info 18 [00:00:47.000] FileName: /a/b/projects/config/file.ts ProjectRootPath: undefined -Info 18 [00:00:48.000] Projects: /a/b/projects/config/tsconfig.json -Info 18 [00:00:49.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/projects/config/file.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/projects/config/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -87,6 +89,8 @@ After request PolledWatches:: /a/b/projects/config/node_modules/@types: *new* {"pollingInterval":500} +/a/b/projects/node_modules/@types: *new* + {"pollingInterval":500} FsWatches:: /a/b/projects/config/tsconfig.json: *new* @@ -102,7 +106,7 @@ FsWatchesRecursive:: Before request -Info 19 [00:00:50.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -111,19 +115,19 @@ Info 19 [00:00:50.000] request: "seq": 2, "type": "request" } -Info 20 [00:00:51.000] FileWatcher:: Close:: WatchInfo: /a/b/projects/files/file1.ts 500 undefined WatchType: Closed Script info -Info 21 [00:00:52.000] Search path: /a/b/projects/files -Info 22 [00:00:53.000] For info: /a/b/projects/files/file1.ts :: No config files found. -Info 23 [00:00:54.000] Project '/a/b/projects/config/tsconfig.json' (Configured) -Info 23 [00:00:55.000] Files (3) - -Info 23 [00:00:56.000] ----------------------------------------------- -Info 23 [00:00:57.000] Open files: -Info 23 [00:00:58.000] FileName: /a/b/projects/config/file.ts ProjectRootPath: undefined -Info 23 [00:00:59.000] Projects: /a/b/projects/config/tsconfig.json -Info 23 [00:01:00.000] FileName: /a/b/projects/files/file1.ts ProjectRootPath: undefined -Info 23 [00:01:01.000] Projects: /a/b/projects/config/tsconfig.json -Info 23 [00:01:02.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/projects/files/file1.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Search path: /a/b/projects/files +Info seq [hh:mm:ss:mss] For info: /a/b/projects/files/file1.ts :: No config files found. +Info seq [hh:mm:ss:mss] Project '/a/b/projects/config/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/projects/config/file.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/projects/config/tsconfig.json +Info seq [hh:mm:ss:mss] FileName: /a/b/projects/files/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/projects/config/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -132,6 +136,8 @@ After request PolledWatches:: /a/b/projects/config/node_modules/@types: {"pollingInterval":500} +/a/b/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /a/b/projects/config/tsconfig.json: @@ -149,7 +155,7 @@ FsWatchesRecursive:: Before request -Info 24 [00:01:03.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "close", "arguments": { @@ -158,15 +164,15 @@ Info 24 [00:01:03.000] request: "seq": 3, "type": "request" } -Info 25 [00:01:04.000] FileWatcher:: Added:: WatchInfo: /a/b/projects/config/file.ts 500 undefined WatchType: Closed Script info -Info 26 [00:01:05.000] Project '/a/b/projects/config/tsconfig.json' (Configured) -Info 26 [00:01:06.000] Files (3) - -Info 26 [00:01:07.000] ----------------------------------------------- -Info 26 [00:01:08.000] Open files: -Info 26 [00:01:09.000] FileName: /a/b/projects/files/file1.ts ProjectRootPath: undefined -Info 26 [00:01:10.000] Projects: /a/b/projects/config/tsconfig.json -Info 26 [00:01:11.000] response: +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/projects/config/file.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/a/b/projects/config/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/projects/files/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /a/b/projects/config/tsconfig.json +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } @@ -175,6 +181,8 @@ After request PolledWatches:: /a/b/projects/config/node_modules/@types: {"pollingInterval":500} +/a/b/projects/node_modules/@types: + {"pollingInterval":500} FsWatches:: /a/b/projects/config/tsconfig.json: @@ -190,7 +198,7 @@ FsWatchesRecursive:: Before request -Info 27 [00:01:12.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "open", "arguments": { @@ -199,16 +207,18 @@ Info 27 [00:01:12.000] request: "seq": 4, "type": "request" } -Info 28 [00:01:13.000] Search path: /a/b/projects/files -Info 29 [00:01:14.000] For info: /a/b/projects/files/file2.ts :: No config files found. -Info 30 [00:01:15.000] FileWatcher:: Added:: WatchInfo: /a/b/projects/files/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 31 [00:01:16.000] FileWatcher:: Added:: WatchInfo: /a/b/projects/files/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root -Info 32 [00:01:17.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* -Info 33 [00:01:18.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/files/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 34 [00:01:19.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/files/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots -Info 35 [00:01:20.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 36 [00:01:21.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 37 [00:01:22.000] Files (2) +Info seq [hh:mm:ss:mss] Search path: /a/b/projects/files +Info seq [hh:mm:ss:mss] For info: /a/b/projects/files/file2.ts :: No config files found. +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/projects/files/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/b/projects/files/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/files/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/files/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/projects/files/file2.ts SVC-1-0 "export let aa = 10;" @@ -218,10 +228,10 @@ Info 37 [00:01:22.000] Files (2) file2.ts Root file specified for compilation -Info 38 [00:01:23.000] ----------------------------------------------- -Info 39 [00:01:24.000] `remove Project:: -Info 40 [00:01:25.000] Project '/a/b/projects/config/tsconfig.json' (Configured) -Info 41 [00:01:26.000] Files (3) +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] `remove Project:: +Info seq [hh:mm:ss:mss] Project '/a/b/projects/config/tsconfig.json' (Configured) +Info seq [hh:mm:ss:mss] Files (3) /a/lib/lib.d.ts /a/b/projects/files/file1.ts /a/b/projects/config/file.ts @@ -234,29 +244,33 @@ Info 41 [00:01:26.000] Files (3) file.ts Matched by default include pattern '**/*' -Info 42 [00:01:27.000] ----------------------------------------------- -Info 43 [00:01:28.000] DirectoryWatcher:: Close:: WatchInfo: /a/b/projects/config 1 undefined Config: /a/b/projects/config/tsconfig.json WatchType: Wild card directory -Info 44 [00:01:29.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/projects/config 1 undefined Config: /a/b/projects/config/tsconfig.json WatchType: Wild card directory -Info 45 [00:01:30.000] FileWatcher:: Close:: WatchInfo: /a/b/projects/config/tsconfig.json 2000 undefined Project: /a/b/projects/config/tsconfig.json WatchType: Config file -Info 46 [00:01:31.000] DirectoryWatcher:: Close:: WatchInfo: /a/b/projects/config/node_modules/@types 1 undefined Project: /a/b/projects/config/tsconfig.json WatchType: Type roots -Info 47 [00:01:32.000] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/projects/config/node_modules/@types 1 undefined Project: /a/b/projects/config/tsconfig.json WatchType: Type roots -Info 48 [00:01:33.000] FileWatcher:: Close:: WatchInfo: /a/b/projects/config/file.ts 500 undefined WatchType: Closed Script info -Info 49 [00:01:34.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 49 [00:01:35.000] Files (2) - -Info 49 [00:01:36.000] ----------------------------------------------- -Info 49 [00:01:37.000] Open files: -Info 49 [00:01:38.000] FileName: /a/b/projects/files/file1.ts ProjectRootPath: undefined -Info 49 [00:01:39.000] Projects: -Info 49 [00:01:40.000] FileName: /a/b/projects/files/file2.ts ProjectRootPath: undefined -Info 49 [00:01:41.000] Projects: /dev/null/inferredProject1* -Info 49 [00:01:42.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /a/b/projects/config 1 undefined Config: /a/b/projects/config/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/projects/config 1 undefined Config: /a/b/projects/config/tsconfig.json WatchType: Wild card directory +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/projects/config/tsconfig.json 2000 undefined Project: /a/b/projects/config/tsconfig.json WatchType: Config file +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /a/b/projects/config/node_modules/@types 1 undefined Project: /a/b/projects/config/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/projects/config/node_modules/@types 1 undefined Project: /a/b/projects/config/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Close:: WatchInfo: /a/b/projects/node_modules/@types 1 undefined Project: /a/b/projects/config/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Close:: WatchInfo: /a/b/projects/node_modules/@types 1 undefined Project: /a/b/projects/config/tsconfig.json WatchType: Type roots +Info seq [hh:mm:ss:mss] FileWatcher:: Close:: WatchInfo: /a/b/projects/config/file.ts 500 undefined WatchType: Closed Script info +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/projects/files/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: +Info seq [hh:mm:ss:mss] FileName: /a/b/projects/files/file2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "responseRequired": false } After request PolledWatches:: +/a/b/projects/node_modules/@types: + {"pollingInterval":500} /a/b/projects/files/tsconfig.json: *new* {"pollingInterval":2000} /a/b/projects/files/jsconfig.json: *new* @@ -284,7 +298,7 @@ FsWatchesRecursive *deleted*:: Before request -Info 50 [00:01:43.000] request: +Info seq [hh:mm:ss:mss] request: { "command": "documentHighlights", "arguments": { @@ -298,22 +312,24 @@ Info 50 [00:01:43.000] request: "seq": 5, "type": "request" } -Info 51 [00:01:44.000] Before ensureProjectForOpenFiles: -Info 52 [00:01:45.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 52 [00:01:46.000] Files (2) - -Info 52 [00:01:47.000] ----------------------------------------------- -Info 52 [00:01:48.000] Open files: -Info 52 [00:01:49.000] FileName: /a/b/projects/files/file1.ts ProjectRootPath: undefined -Info 52 [00:01:50.000] Projects: -Info 52 [00:01:51.000] FileName: /a/b/projects/files/file2.ts ProjectRootPath: undefined -Info 52 [00:01:52.000] Projects: /dev/null/inferredProject1* -Info 52 [00:01:53.000] Starting updateGraphWorker: Project: /dev/null/inferredProject2* -Info 53 [00:01:54.000] DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/files/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 54 [00:01:55.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/files/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots -Info 55 [00:01:56.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms -Info 56 [00:01:57.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 57 [00:01:58.000] Files (2) +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/projects/files/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: +Info seq [hh:mm:ss:mss] FileName: /a/b/projects/files/file2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/files/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/files/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject2* WatchType: Type roots +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) /a/lib/lib.d.ts Text-1 "/// \ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array { length: number; [n: number]: T; }" /a/b/projects/files/file1.ts Text-1 "export let a = 10;" @@ -323,22 +339,22 @@ Info 57 [00:01:58.000] Files (2) file1.ts Root file specified for compilation -Info 58 [00:01:59.000] ----------------------------------------------- -Info 59 [00:02:00.000] After ensureProjectForOpenFiles: -Info 60 [00:02:01.000] Project '/dev/null/inferredProject1*' (Inferred) -Info 60 [00:02:02.000] Files (2) - -Info 60 [00:02:03.000] ----------------------------------------------- -Info 60 [00:02:04.000] Project '/dev/null/inferredProject2*' (Inferred) -Info 60 [00:02:05.000] Files (2) - -Info 60 [00:02:06.000] ----------------------------------------------- -Info 60 [00:02:07.000] Open files: -Info 60 [00:02:08.000] FileName: /a/b/projects/files/file1.ts ProjectRootPath: undefined -Info 60 [00:02:09.000] Projects: /dev/null/inferredProject2* -Info 60 [00:02:10.000] FileName: /a/b/projects/files/file2.ts ProjectRootPath: undefined -Info 60 [00:02:11.000] Projects: /dev/null/inferredProject1* -Info 60 [00:02:12.000] response: +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject2*' (Inferred) +Info seq [hh:mm:ss:mss] Files (2) + +Info seq [hh:mm:ss:mss] ----------------------------------------------- +Info seq [hh:mm:ss:mss] Open files: +Info seq [hh:mm:ss:mss] FileName: /a/b/projects/files/file1.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject2* +Info seq [hh:mm:ss:mss] FileName: /a/b/projects/files/file2.ts ProjectRootPath: undefined +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* +Info seq [hh:mm:ss:mss] response: { "response": [], "responseRequired": true diff --git a/tests/baselines/reference/tsserver/projects/files-with-mixed-content-are-handled-correctly.js b/tests/baselines/reference/tsserver/projects/files-with-mixed-content-are-handled-correctly.js index 853bf48b68e4d..b21096c7edbc2 100644 --- a/tests/baselines/reference/tsserver/projects/files-with-mixed-content-are-handled-correctly.js +++ b/tests/baselines/reference/tsserver/projects/files-with-mixed-content-are-handled-correctly.js @@ -1,44 +1,44 @@ currentDirectory:: / useCaseSensitiveFileNames: false -Info 0 [00:00:09.000] Provided types map file "/typesMap.json" doesn't exist +Info seq [hh:mm:ss:mss] Provided types map file "/typesMap.json" doesn't exist Creating project service //// [/a/b/f1.html]